diff --git a/2.x/e2.13/DieSimulator.java b/2.x/e2.13/DieSimulator.java new file mode 100644 index 0000000..918ec00 --- /dev/null +++ b/2.x/e2.13/DieSimulator.java @@ -0,0 +1,12 @@ +import java.util.Random; + +public class DieSimulator { + Random generator; + public DieSimulator() { + generator = new Random(); + } + + public int tira() { + return generator.nextInt(6) + 1; + } +} \ No newline at end of file diff --git a/2.x/e2.13/DieTest.java b/2.x/e2.13/DieTest.java new file mode 100644 index 0000000..96231e3 --- /dev/null +++ b/2.x/e2.13/DieTest.java @@ -0,0 +1,6 @@ +public class DieTest { + public static void main(String[] args) { + DieSimulator dado = new DieSimulator(); + System.out.println(dado.tira()); + } +} diff --git a/2.x/e2.14/RandomPrice.java b/2.x/e2.14/RandomPrice.java new file mode 100644 index 0000000..866a8c7 --- /dev/null +++ b/2.x/e2.14/RandomPrice.java @@ -0,0 +1,19 @@ +import java.util.Random; + +public class RandomPrice { + Random generator; + public RandomPrice() { + generator = new Random(); + } + + public String generaStr() { + int dollari = generator.nextInt(10) + 10; + int cent = generator.nextInt(95); + return dollari + "." + cent; + } + + public double genera() { + return generator.nextDouble()*9.95 + 10; + + } +} \ No newline at end of file diff --git a/2.x/e2.14/RandomTest.java b/2.x/e2.14/RandomTest.java new file mode 100644 index 0000000..994f4f6 --- /dev/null +++ b/2.x/e2.14/RandomTest.java @@ -0,0 +1,7 @@ +public class RandomTest { + public static void main(String[] args) { + RandomPrice prezzo = new RandomPrice(); + System.out.println("$" + prezzo.generaStr()); + System.out.println("$" + prezzo.genera()); + } +} diff --git a/2.x/e2.14/risultato.txt b/2.x/e2.14/risultato.txt new file mode 100644 index 0000000..ace200d --- /dev/null +++ b/2.x/e2.14/risultato.txt @@ -0,0 +1,2000 @@ +$15.20 +18.097493697999848 +$19.51 +15.07570577937718 +$15.56 +12.675780942112956 +$11.56 +11.333501834491129 +$11.15 +11.679508334675479 +$17.48 +14.25247282150513 +$19.28 +12.72034432409242 +$19.37 +11.96604826139364 +$17.21 +12.023880206011405 +$11.80 +12.723183154096326 +$18.93 +19.018737448212406 +$11.75 +10.17654886631883 +$11.55 +18.29529081816981 +$19.47 +10.629913912117312 +$18.72 +11.605720849568957 +$18.82 +12.779990428672972 +$13.13 +17.005198022900593 +$15.37 +10.924170151686546 +$18.45 +16.534778653593392 +$11.51 +13.381752015436064 +$16.66 +11.097901989111147 +$17.59 +18.6268499075165 +$18.31 +18.875834992225684 +$10.72 +10.884728798746279 +$13.58 +13.420088108330326 +$12.27 +14.359309315682026 +$19.83 +15.196117096972534 +$13.56 +18.75473883761283 +$12.76 +12.19372413154149 +$17.60 +12.767873008491332 +$18.81 +12.530420731476346 +$18.28 +14.665797826950508 +$19.35 +11.722096286934415 +$19.30 +15.429911479101875 +$11.66 +12.882515987925794 +$11.93 +13.076647197194507 +$16.91 +10.255001725701767 +$13.8 +19.21787900737121 +$12.64 +19.51377588133183 +$14.71 +12.173078745181883 +$13.78 +10.57478202783675 +$19.47 +19.601855361121515 +$16.75 +14.854144261063585 +$17.65 +19.947085186766138 +$18.87 +14.960371166595483 +$13.42 +19.769983216279854 +$17.37 +18.58537067191935 +$14.93 +14.26626008310749 +$19.48 +13.525554468506465 +$17.25 +16.535778323400137 +$19.17 +18.118179500846672 +$12.32 +12.15878385876277 +$13.29 +19.314992489927292 +$13.49 +10.322094855497225 +$11.36 +16.02902786040796 +$18.37 +12.654765038192522 +$11.13 +16.952444783576247 +$10.38 +18.79182961569552 +$12.84 +11.581392263124775 +$13.11 +19.01199161812745 +$19.34 +18.434148231894305 +$17.33 +16.886777875008455 +$17.69 +14.33830370515789 +$12.14 +19.075310724240534 +$12.11 +16.205485757162474 +$15.22 +16.624226178978613 +$17.9 +16.93402213828409 +$17.33 +15.401513168438129 +$14.36 +14.799972596411052 +$10.50 +15.55604586735894 +$16.78 +14.40219307689008 +$15.57 +13.43367459515082 +$10.51 +18.75711654543366 +$14.65 +17.898052905412364 +$16.73 +14.5257058124352 +$13.75 +13.103333025681255 +$14.31 +19.949554930797966 +$13.71 +12.28747538769574 +$16.6 +15.69655242580253 +$19.29 +13.135989908912173 +$13.31 +10.137035506088672 +$12.76 +16.096886056189476 +$12.53 +11.29857070302747 +$12.6 +11.790424079401774 +$11.82 +16.54868829902439 +$15.6 +19.648136546177536 +$17.77 +12.252627425520744 +$13.29 +10.289781669515758 +$12.87 +17.165417750609713 +$11.7 +14.529806229961432 +$18.93 +15.884588725509953 +$17.84 +10.07160978093028 +$18.42 +14.002595703528991 +$13.38 +13.787873289449177 +$11.58 +11.998133081640603 +$15.17 +17.343540439357895 +$19.82 +11.212946037211054 +$18.4 +15.73568955665867 +$14.93 +12.257763763823725 +$11.54 +14.575758762220175 +$15.76 +17.397028729946417 +$15.22 +14.029950552003365 +$15.72 +17.78865810761561 +$14.31 +12.66604546945182 +$12.73 +16.655299429071825 +$14.18 +15.024489786118396 +$10.75 +17.560132653989676 +$10.64 +11.487957620437033 +$13.89 +12.38722106025494 +$10.63 +18.449493139374223 +$17.9 +12.209645433586195 +$15.34 +15.33144969868555 +$16.72 +12.09837844136992 +$14.12 +13.909203056827252 +$12.58 +18.606955248530742 +$14.10 +13.325866338303603 +$16.66 +19.004026773788695 +$11.34 +10.16773921942551 +$15.13 +12.776929097498897 +$14.81 +11.086906366836127 +$17.4 +19.781357793567174 +$10.64 +13.014408386760877 +$12.75 +18.641423725713217 +$10.92 +12.65600631703104 +$18.84 +15.749067691275581 +$16.84 +19.199661494215377 +$13.68 +11.757005128513118 +$19.77 +12.161562127839716 +$14.1 +13.5987052832783 +$14.8 +13.168508985268522 +$12.14 +15.105806706008376 +$18.55 +14.894791133519446 +$14.13 +18.186492135310758 +$15.64 +12.377533101776123 +$17.23 +18.52006111323623 +$14.3 +13.955503477343754 +$14.63 +10.803359684647427 +$14.44 +11.91476866844434 +$19.57 +19.45430839973772 +$19.16 +14.205183496541352 +$16.40 +10.851138090278258 +$18.16 +11.536520583836365 +$15.12 +12.603237573163042 +$14.22 +19.856713987494874 +$14.4 +12.775315355028809 +$10.94 +15.478801237832176 +$15.86 +11.753021003646769 +$19.55 +15.468653260965443 +$11.18 +12.053805106230385 +$15.53 +16.630547926676435 +$10.54 +12.536158716053464 +$13.4 +12.78132053173017 +$18.10 +19.814731739451158 +$12.59 +18.294870943090956 +$18.19 +13.770259420969545 +$13.81 +14.945845400347004 +$14.25 +12.464359099607348 +$16.84 +13.114187994155404 +$15.17 +18.9577426562878 +$11.23 +18.407557836050046 +$19.25 +11.668472346664636 +$12.69 +10.8569125863183 +$19.22 +13.865994714521534 +$18.11 +17.96714141296344 +$12.50 +14.497945026560334 +$14.44 +17.541638494014084 +$14.25 +14.70749973303379 +$16.34 +11.861517419369939 +$17.85 +11.910730095265642 +$17.83 +14.611041341003164 +$10.56 +14.0746085301561 +$10.18 +14.811703986232086 +$18.31 +12.428974371967499 +$14.4 +11.307716115364022 +$13.14 +14.856731702187245 +$17.32 +12.687371691728133 +$10.34 +12.061262048199819 +$19.34 +14.161200982058212 +$19.53 +10.327094584388288 +$15.0 +15.236333156182958 +$11.41 +11.508606773845328 +$14.52 +16.20477780158616 +$15.34 +13.178087193905268 +$13.30 +19.520588801685562 +$10.17 +11.527595445511805 +$13.75 +16.309552673580207 +$16.90 +17.13374488380357 +$11.53 +17.974348587723384 +$10.17 +19.895074051450155 +$11.28 +18.131455330818504 +$13.17 +14.46603186069397 +$15.90 +12.870122512155497 +$18.36 +10.504715739777716 +$16.51 +13.21537888156708 +$15.25 +14.315375030248774 +$17.13 +17.365955755346572 +$17.33 +13.326528511416509 +$11.15 +11.68077900745664 +$13.56 +13.304477631400767 +$16.31 +14.676788593132825 +$11.58 +10.170659433829922 +$16.29 +17.661585754872682 +$12.4 +12.788307914104987 +$15.18 +19.355374502030124 +$15.12 +16.389921606193653 +$18.54 +12.253900594375615 +$11.57 +12.212545454155297 +$14.43 +16.083140256339114 +$12.64 +14.845564838868174 +$18.59 +16.730297791436254 +$10.34 +18.37042781457673 +$11.15 +19.661485743135543 +$12.37 +14.283388286181994 +$15.56 +16.11217975536126 +$17.91 +10.41527658445459 +$10.9 +15.282256901068621 +$13.1 +14.257860087942285 +$18.23 +16.984714021221208 +$10.14 +12.439888233928826 +$14.2 +19.09437628890877 +$17.24 +16.952799473161654 +$12.66 +19.073146675174865 +$19.30 +13.655410737270953 +$12.41 +11.959561694208897 +$19.28 +18.075077102768265 +$18.24 +14.984525669793532 +$17.16 +10.73680366460713 +$12.94 +16.389799653953517 +$12.17 +16.804553256125274 +$18.18 +14.732982639639054 +$13.55 +18.085317318032633 +$13.36 +13.369156619992202 +$14.33 +18.788020483442182 +$18.87 +10.504156253650807 +$18.9 +12.964686189314802 +$14.11 +13.259389450171351 +$18.70 +14.568983375734849 +$14.9 +10.66539619679545 +$16.83 +14.424023448230017 +$14.43 +17.68154817025382 +$10.42 +13.494890879110535 +$19.26 +16.707931572429793 +$16.40 +18.256895357111404 +$11.87 +19.331747410070825 +$12.66 +10.493808086514212 +$15.67 +18.482573799603923 +$13.24 +17.699693916086268 +$13.32 +17.844470200581526 +$12.83 +14.43456587881899 +$10.16 +14.200073976696133 +$18.3 +12.74706033160059 +$14.88 +19.70901447620144 +$11.32 +16.523887555210216 +$14.57 +13.014362837851799 +$10.66 +10.65791872730793 +$19.20 +17.037855750260704 +$18.91 +13.913538890523672 +$17.86 +12.490877628916266 +$11.89 +15.729433004546362 +$13.39 +16.227922625044386 +$10.87 +12.008673204311098 +$14.85 +15.639176771567218 +$11.82 +15.250426558503811 +$12.59 +17.063768926809857 +$18.36 +13.109432317516337 +$11.57 +14.167669272139623 +$18.16 +11.753793373015379 +$18.71 +14.24471356432899 +$19.38 +10.992521023617769 +$17.90 +14.048325894905915 +$14.29 +13.18107737961734 +$17.20 +19.728862148907396 +$17.5 +18.62003424704409 +$11.3 +11.525748534448905 +$10.77 +19.659847293060217 +$17.11 +15.19163558700529 +$13.64 +16.659805971044293 +$14.76 +10.426765610017167 +$14.55 +11.351349380626818 +$17.42 +18.56262121988332 +$17.38 +18.039911430745228 +$14.20 +13.827430342776015 +$10.66 +15.476699107363782 +$17.73 +17.55570673205621 +$13.81 +11.798600083477384 +$18.40 +16.426816616319048 +$19.81 +13.428450611028449 +$14.25 +17.147897367708392 +$13.17 +16.5589810056521 +$18.40 +15.838040012891671 +$11.14 +14.989947485374628 +$19.48 +17.401923429233104 +$16.58 +13.294114517972913 +$10.14 +13.46865595557236 +$11.87 +10.170486322486354 +$13.48 +10.343020904378422 +$15.78 +10.74025999748044 +$14.27 +18.161417661153035 +$12.77 +13.955291186144564 +$11.75 +16.7834153474093 +$15.7 +10.08847902904777 +$10.14 +19.80913798404316 +$19.47 +10.812755200789747 +$15.54 +14.95202586135634 +$19.27 +17.65536112924955 +$16.12 +10.002247080187491 +$12.71 +13.66328923833269 +$16.2 +13.03834958735906 +$10.31 +19.32374936665395 +$18.74 +18.015197500212544 +$17.56 +15.116236324264714 +$19.55 +10.210820879912172 +$11.18 +13.949285478710014 +$14.23 +13.12042105421143 +$16.80 +17.41938545422153 +$11.36 +17.138165285893514 +$12.75 +17.05396984652454 +$10.82 +15.749102933036536 +$18.51 +19.52066696296618 +$15.43 +19.090016702687535 +$11.86 +14.698636845028457 +$16.43 +11.70586984099311 +$18.58 +19.084502571646066 +$14.85 +15.579521427236998 +$12.83 +13.979886790648418 +$15.94 +13.384214575888858 +$11.88 +17.391996667924342 +$15.33 +18.658312742894985 +$18.33 +12.727050765538781 +$15.25 +15.872404058294258 +$19.62 +14.00096562007338 +$15.51 +16.46113515871614 +$12.45 +15.235999014436459 +$16.84 +14.28488971566939 +$12.64 +12.241178962320607 +$17.33 +13.114571124324225 +$19.6 +19.7090237760925 +$15.32 +16.519224727312853 +$16.93 +18.093860924922886 +$15.75 +19.40835433575294 +$10.55 +17.150770580525638 +$14.72 +11.343379861738706 +$11.10 +10.062730740937157 +$12.16 +13.3589409714957 +$10.76 +17.302894125988086 +$15.18 +16.388399341632574 +$18.61 +14.82971105496468 +$14.58 +12.093864891429678 +$10.5 +10.951138773361604 +$15.19 +16.66587414083042 +$15.77 +18.661850493387153 +$11.25 +15.691682524966744 +$17.35 +11.954526361442161 +$14.19 +10.62416522407523 +$15.76 +18.504428806327468 +$14.48 +17.55892622462497 +$13.53 +10.644458249436404 +$17.50 +14.522058452126931 +$11.66 +10.46623968948294 +$19.27 +15.384713041730542 +$14.16 +15.391553336320264 +$12.89 +17.029386332102845 +$18.14 +12.700654522484903 +$18.15 +14.742399683985393 +$10.6 +14.638804167815284 +$10.58 +12.717853261786829 +$16.43 +16.91977187926637 +$12.77 +12.975957582448963 +$16.88 +14.158957381957133 +$14.61 +16.01539007651809 +$14.45 +10.657776570757381 +$14.47 +17.743577252173985 +$18.25 +13.725242314453205 +$11.65 +10.25414733451543 +$18.28 +17.68706795428886 +$18.31 +13.024676926260927 +$19.63 +16.7887597577878 +$14.54 +15.675803716678065 +$19.53 +11.971869179396588 +$19.6 +19.66912912573483 +$17.53 +12.91836639688452 +$17.67 +13.805126168714956 +$17.57 +15.837236625831952 +$12.89 +16.86062247729499 +$15.49 +16.913134766481736 +$17.5 +10.101591889818291 +$15.61 +14.454897558374498 +$11.64 +19.736970760371804 +$10.68 +14.869658688431148 +$11.77 +13.999294499394212 +$14.9 +16.258490578849386 +$19.33 +12.524632541271906 +$11.51 +14.349988240806965 +$10.89 +14.69957211495825 +$13.57 +19.219781406899404 +$17.70 +13.700783583875037 +$15.56 +12.412310133607328 +$18.15 +11.192760601650281 +$18.6 +14.778145116813771 +$16.76 +18.281522330835813 +$13.81 +14.088629167833895 +$11.5 +14.865620635162855 +$14.40 +11.519078351964652 +$14.70 +16.97569495204528 +$10.69 +12.453485523977376 +$16.15 +12.36212186352345 +$17.57 +11.527735762599521 +$10.50 +16.07208812075992 +$19.0 +18.40358687554023 +$16.56 +12.78439680716069 +$17.60 +18.774103872199834 +$15.49 +12.809343891814617 +$12.78 +11.324629015085204 +$17.86 +14.555605442013885 +$15.90 +14.811109665373671 +$10.50 +13.319008345273296 +$17.67 +14.535927547911822 +$15.81 +12.34518024940379 +$11.24 +16.15596213347023 +$10.62 +16.34009664646963 +$19.13 +15.118076290233539 +$11.10 +10.192336090850262 +$13.37 +14.659163263637494 +$10.51 +13.7504373842007 +$18.33 +18.12101689848447 +$11.88 +19.518352632574754 +$18.89 +19.311823288361026 +$19.80 +17.757399897053652 +$17.61 +16.633101747030913 +$18.29 +19.714787162606356 +$13.36 +18.528466910390144 +$14.15 +17.672348874688197 +$12.21 +19.019320511392 +$15.89 +11.538255584885235 +$14.31 +11.446506943100326 +$18.92 +10.282553479651435 +$10.62 +18.523436932967684 +$17.60 +19.756256595230887 +$17.52 +12.893085493460966 +$11.32 +15.988882455673764 +$13.92 +13.303329263812294 +$18.86 +11.99939982821647 +$15.2 +14.744279162038417 +$11.16 +17.62072383265612 +$19.56 +17.180047681994868 +$12.31 +19.612416981350208 +$13.61 +16.43465031880769 +$12.72 +16.030098796780578 +$10.59 +10.381560417064955 +$15.87 +10.369770249988415 +$19.45 +16.305469567079612 +$13.34 +16.41012682546263 +$19.22 +10.74189204186597 +$15.76 +16.25987443035394 +$13.44 +14.7386077808812 +$16.48 +12.485457724481918 +$15.76 +16.322393161072497 +$19.82 +15.256632706284481 +$14.71 +19.351726885507105 +$13.74 +17.035876041158236 +$18.68 +13.287448892398784 +$17.94 +18.3094618525108 +$16.13 +12.660170151088334 +$10.0 +18.933367514869786 +$11.79 +11.35959327484401 +$17.0 +17.97941795589324 +$15.4 +16.449239367997833 +$13.64 +12.093231318195924 +$12.64 +11.836772452820206 +$15.31 +13.779259684343765 +$12.0 +17.69339307585612 +$10.79 +16.107215495653694 +$16.24 +16.386777722966443 +$19.88 +12.059216350208018 +$17.65 +16.61536446137162 +$14.19 +14.28795063383905 +$18.20 +16.834112862035404 +$12.47 +18.401577681425366 +$15.71 +19.447129326201512 +$12.28 +15.94735996271205 +$11.93 +12.240884422213274 +$17.63 +13.88453792196102 +$12.39 +10.128468206566522 +$15.15 +16.64553946531354 +$10.39 +18.03753330215867 +$18.15 +15.169331452269983 +$13.0 +11.048560989687337 +$18.11 +18.429670511017758 +$18.19 +13.405443016169656 +$17.44 +17.090470936894718 +$15.60 +19.20965022010569 +$18.15 +18.37621784377143 +$10.72 +15.626952337930579 +$15.51 +13.642860082705601 +$13.83 +11.603434095732586 +$11.4 +15.055923391374499 +$14.58 +13.389949986121675 +$15.89 +19.631054303575738 +$17.79 +13.384968600192993 +$16.59 +12.179162678631068 +$15.80 +13.776392919849886 +$19.2 +16.09659652158198 +$18.83 +14.05579540373657 +$14.31 +13.577302520645864 +$17.78 +16.390402856799035 +$12.46 +10.600242810372201 +$13.35 +14.932112364632365 +$10.20 +18.90442316762678 +$13.65 +19.557831146408127 +$14.44 +11.188422006687397 +$19.34 +10.458794034869928 +$11.58 +15.051150400052169 +$11.22 +12.294486654479131 +$19.82 +13.612002070850787 +$11.65 +16.75486261053703 +$16.31 +11.32580407022261 +$11.58 +13.876641293313256 +$19.58 +13.718975978514461 +$13.49 +13.267217821948762 +$10.26 +11.375709926157985 +$16.56 +18.050494260239603 +$14.84 +17.976643695635506 +$18.58 +15.04532183328242 +$16.55 +17.0333020313702 +$15.56 +16.083088690354202 +$15.53 +12.403856275966515 +$17.84 +18.52930883673726 +$18.76 +12.749474096774547 +$14.55 +19.68661965102723 +$11.80 +13.625136230219999 +$13.24 +15.637909302353636 +$19.94 +15.529229808442278 +$16.31 +18.462639937057773 +$13.18 +12.329581822533719 +$18.33 +11.050060262270655 +$17.56 +14.480362059739837 +$11.35 +12.4702041643587 +$16.51 +13.556815715776523 +$13.47 +15.372757611980571 +$19.58 +16.532753154391926 +$19.69 +17.724411297425405 +$19.68 +11.993803605941926 +$12.15 +19.111611181533114 +$17.39 +15.726652808618852 +$16.66 +19.28838637102757 +$15.84 +14.335175385853917 +$12.78 +15.14283588593807 +$18.81 +14.180095923612456 +$18.79 +16.72039473437294 +$15.23 +12.505551790155861 +$19.57 +16.028989446500468 +$19.65 +19.598914551773454 +$16.34 +11.850231952128503 +$12.35 +14.730238809149142 +$14.46 +14.959351767668618 +$11.80 +14.375825291470418 +$11.0 +12.176353498553755 +$10.5 +14.318053051521408 +$17.28 +13.964390946041142 +$16.53 +19.242423647793935 +$14.12 +16.7067454048031 +$11.80 +16.835394761831886 +$15.70 +17.715380970183045 +$11.67 +17.105444708542784 +$13.36 +14.508065872987569 +$16.79 +11.535385063228325 +$12.30 +10.426051974755032 +$13.32 +10.542805843251124 +$13.21 +16.728386259940933 +$15.32 +11.249324813226382 +$16.90 +13.866011032472436 +$11.16 +10.141527453671392 +$13.29 +11.735096772801219 +$12.30 +10.147300793345318 +$15.5 +16.491391451304526 +$16.11 +14.557111941778029 +$17.32 +11.037070930325555 +$13.83 +17.097790919650688 +$17.11 +15.319762616043585 +$19.34 +18.429887357860775 +$14.89 +14.768467895067868 +$12.50 +19.651875585943223 +$19.85 +17.239125412486434 +$10.30 +11.687790820139318 +$13.58 +12.111748625274059 +$18.51 +14.227429989230652 +$11.24 +12.180157943243326 +$19.40 +16.80881790692749 +$11.0 +13.081265377425964 +$14.48 +17.81823923045209 +$15.92 +13.641465591636438 +$10.59 +10.906870711247873 +$11.70 +17.58829572835499 +$16.25 +12.493521801401023 +$17.12 +14.092712904187977 +$15.89 +12.711209047268559 +$10.94 +13.98505104469163 +$11.62 +16.60596968209599 +$10.57 +14.189536025035924 +$16.92 +18.03536706234037 +$10.80 +13.395456081727653 +$17.72 +15.734873746452422 +$17.73 +18.25062756188351 +$15.84 +17.879404737461382 +$14.91 +14.938177013929703 +$19.20 +10.643578870642488 +$18.22 +19.45791577165317 +$19.6 +15.652284587155634 +$16.69 +16.754363400195572 +$19.77 +11.206172542667849 +$13.63 +16.442711844251455 +$14.63 +12.2674241520495 +$16.5 +13.890501274697293 +$19.84 +19.460981016547017 +$10.5 +16.069170940343103 +$10.10 +14.973341345691882 +$11.46 +15.995799663155566 +$16.43 +19.81742061791482 +$14.87 +16.5264033125098 +$10.20 +14.015192466139073 +$13.86 +15.452548589981419 +$12.49 +13.625294878165473 +$18.91 +15.938158811161667 +$15.12 +12.079176210099671 +$19.14 +13.103738892139825 +$17.55 +15.62639001733851 +$15.85 +19.114252203534573 +$11.53 +15.845419593029503 +$11.4 +18.997877315981217 +$18.80 +19.94283004570242 +$13.42 +13.538233046161729 +$11.44 +10.4157996437673 +$16.40 +16.175189815209635 +$12.40 +19.53604771867824 +$17.21 +13.187657273058132 +$18.14 +13.936930424928846 +$12.3 +14.380667441130363 +$15.28 +14.49855987935414 +$12.2 +16.549804911391636 +$12.77 +12.742640149998834 +$12.94 +13.635807469910812 +$13.14 +14.508677730738626 +$12.52 +10.120619151590839 +$17.94 +11.103793425916514 +$18.11 +19.417531936940748 +$19.57 +18.578972113459486 +$16.51 +18.976456075060263 +$11.28 +18.21239014896005 +$10.44 +15.782965907173429 +$15.72 +12.541293776736353 +$10.93 +17.09105945286647 +$19.58 +10.744452193230002 +$19.32 +18.458941963984703 +$10.70 +18.707771329194685 +$12.62 +15.177237025910976 +$14.88 +14.392591303699593 +$16.4 +19.55012486410903 +$14.37 +16.38958644235612 +$15.28 +18.22221863648495 +$15.24 +18.525362065428215 +$15.17 +13.697887902737609 +$11.35 +13.227289858574249 +$15.31 +15.779370226856063 +$15.31 +10.390993195015845 +$18.83 +12.452865238057639 +$11.40 +16.13479819469193 +$16.33 +18.974757080290665 +$18.44 +10.683891707646133 +$16.85 +19.17601548669332 +$12.83 +11.642640668337826 +$16.54 +10.89430859675192 +$10.79 +13.021115351683608 +$18.37 +14.999544154726916 +$19.68 +11.289715040257681 +$10.16 +19.13673209883475 +$13.90 +18.080540527971458 +$13.57 +15.760200308082377 +$17.57 +11.162520069968265 +$13.71 +19.439988057932233 +$10.36 +19.517535776003083 +$12.70 +11.734727643341275 +$15.41 +12.222736949384 +$12.63 +10.966537526770814 +$17.24 +14.713521264918551 +$15.52 +17.089594736235725 +$17.24 +15.416638855476567 +$19.78 +16.951673779446256 +$19.41 +16.115315481883464 +$19.36 +12.476942377167315 +$13.68 +19.45829705369691 +$17.69 +11.657234372442195 +$19.19 +10.095405755113651 +$13.34 +19.839442601616675 +$19.9 +10.76002323623361 +$14.46 +12.906476440813304 +$13.8 +13.623450901440998 +$11.77 +15.401949694471686 +$13.32 +17.189981956668174 +$17.87 +17.88244589210239 +$16.14 +14.66962455008171 +$13.56 +16.82931926642149 +$14.81 +13.617587013530216 +$16.69 +14.981437919174645 +$14.23 +18.674767360871094 +$18.63 +19.089365065947177 +$13.26 +10.20825925430814 +$13.65 +16.566718209738156 +$19.72 +14.612274435112983 +$13.53 +15.396015874206928 +$11.29 +11.885926521950168 +$15.88 +12.401658856745641 +$11.65 +12.238705913250326 +$14.91 +15.316258738333296 +$19.79 +18.335413473902506 +$13.18 +18.305290550461535 +$11.44 +15.089068461864585 +$18.59 +17.551359403477854 +$11.75 +19.11286062559762 +$16.0 +19.357048252089868 +$11.6 +11.781725405095731 +$10.73 +14.418140110574203 +$15.26 +14.925843245302318 +$14.47 +16.5538894679053 +$14.10 +12.177511740807615 +$19.28 +13.760553617670432 +$13.56 +15.719195181228653 +$11.25 +16.85490297391105 +$18.73 +19.30147985381523 +$15.52 +12.70031368458214 +$19.37 +13.336538111112228 +$13.51 +10.678074924738668 +$12.21 +16.132743535633157 +$12.87 +17.007925937870546 +$16.60 +13.675537923182791 +$11.84 +11.825286559573927 +$17.38 +14.499202762633727 +$19.87 +18.14672316376216 +$15.69 +19.43824381343827 +$18.70 +18.642539716064405 +$17.58 +14.772023913978863 +$12.79 +11.341081394439687 +$11.42 +18.979900123698954 +$10.7 +18.07107676483987 +$12.87 +12.02303851292938 +$16.17 +13.299283664962555 +$10.83 +18.520195493531276 +$17.70 +13.812541482588376 +$10.84 +14.47202094498226 +$14.88 +17.994303887464373 +$10.56 +14.638428966922223 +$11.90 +15.914266400548467 +$14.49 +15.562843637017941 +$10.20 +12.306560253636043 +$15.22 +17.607708335582842 +$10.9 +14.028402451445025 +$11.40 +18.614948973217672 +$16.66 +17.759019663468777 +$19.93 +19.854159463841867 +$13.23 +15.507305912968926 +$14.53 +12.18656378854827 +$10.27 +13.509300587990197 +$10.68 +19.647653017333404 +$12.84 +12.344045625094877 +$18.39 +12.627778913795847 +$16.64 +16.09303849812586 +$18.47 +14.221680028405007 +$17.33 +18.714849941986586 +$12.14 +11.684604418278825 +$19.71 +13.775899709683557 +$14.72 +15.18740802181307 +$19.92 +18.39155530965568 +$13.25 +13.790706794203498 +$16.56 +15.72588574997491 +$18.82 +18.714362209655327 +$12.51 +10.514100560144525 +$14.28 +10.409505644945657 +$12.49 +11.709989116058342 +$19.61 +11.683858465880865 +$13.85 +15.505110145320502 +$14.51 +17.330724190651978 +$19.30 +18.364353665171365 +$15.76 +10.597080573949277 +$18.9 +17.672162932574633 +$10.68 +10.79299294539801 +$18.92 +10.566210529439905 +$18.45 +12.87075884327391 +$19.76 +16.728401265450394 +$12.62 +11.97265124271633 +$14.87 +17.508304732918734 +$12.71 +15.010192676803733 +$13.27 +13.513153490642585 +$19.72 +10.349761167236858 +$13.92 +16.83162745747709 +$19.8 +15.680190927213689 +$17.40 +16.830022086061707 +$12.46 +16.810741612685398 +$15.1 +10.012703778986229 +$10.87 +17.003984774099674 +$18.3 +19.215751721974158 +$18.84 +15.610516611440406 +$12.28 +12.753657229309418 +$14.58 +11.637705248643709 +$17.83 +17.119717702951444 +$14.76 +13.981201656963439 +$18.70 +13.298249431700068 +$14.76 +19.30758855670115 +$11.20 +13.118333432755481 +$16.5 +12.10216816141764 +$12.40 +14.479586657203878 +$12.68 +10.861678180442611 +$14.57 +11.027017222141673 +$17.87 +19.004734966377264 +$19.32 +10.900712899194415 +$11.36 +19.177696824667564 +$17.60 +17.429839209066927 +$18.44 +19.893294712782808 +$12.91 +19.444327573071366 +$14.69 +14.726226721598904 +$11.25 +19.201762505186924 +$12.3 +12.176015308946962 +$16.46 +18.792644107839735 +$13.21 +14.254489640749313 +$10.52 +11.070403177241015 +$15.65 +19.092272527645775 +$18.91 +15.752005601424461 +$12.88 +14.751851940616923 +$15.3 +11.35468265487593 +$18.31 +11.185591513643288 +$14.25 +17.261053224290404 +$14.17 +16.183231621607362 +$10.88 +13.455148601688705 +$11.14 +12.12985868397626 +$19.13 +17.88681272368456 +$12.29 +11.012075615200763 +$11.22 +13.544060973714508 +$13.22 +12.438801511389544 +$12.45 +17.223441871608216 +$14.2 +17.94320097298844 +$13.68 +14.275681704075204 +$15.73 +12.76719129734472 +$19.5 +10.318148301361843 +$11.30 +12.322213148834503 +$13.76 +14.81841766576701 +$15.93 +16.36743966674678 +$16.36 +13.195191439233371 +$17.82 +17.954053003675078 +$14.37 +10.233109190264548 +$14.58 +18.779238305183064 +$10.4 +19.674271663156897 +$15.14 +11.443158118549512 +$10.36 +18.10128056267427 +$11.18 +13.464432984283121 +$13.83 +12.428236407084308 +$15.1 +16.431090959061965 +$15.34 +16.859214570694526 +$18.3 +18.965451223307227 +$12.83 +16.873333873293905 +$11.47 +16.232289291605138 +$14.14 +11.291369535780166 +$17.16 +15.718656780038565 +$16.44 +11.846597806609964 +$17.18 +13.695154638369393 +$18.74 +18.716692926554956 +$11.24 +13.4429163443286 +$10.75 +18.530701682119414 +$18.19 +14.897955040878397 +$16.76 +16.070930750371843 +$18.74 +14.324631909264875 +$19.89 +13.21036069216902 +$16.70 +13.17349470446813 +$17.30 +12.25314634989021 +$10.88 +16.0432778212786 +$11.64 +13.294437738457805 +$16.19 +18.575205521067595 +$14.35 +17.759286970103503 +$14.65 +14.525885529770491 +$10.22 +17.780999775217545 +$11.87 +10.697048190246505 +$19.18 +16.454280259868693 +$12.70 +13.47474268137531 +$13.38 +18.903188889062008 +$15.51 +14.55429463272559 +$15.83 +18.261678149745745 +$13.83 +11.596701051305327 +$10.14 +15.887614703442969 +$16.5 +19.66019394601326 +$18.86 +18.509155378584843 +$17.0 +17.044888112530003 +$13.15 +15.147640284668253 +$17.65 +14.23426720772138 +$12.67 +19.133842064382176 +$10.29 +14.758711750438664 +$19.80 +15.819788264586194 +$10.50 +14.44610483366418 +$11.2 +14.733324484653043 +$15.87 +19.880107577113435 +$13.22 +10.713552506871101 +$11.3 +11.185447456636346 +$11.79 +17.539553474578454 +$10.94 +13.862882960476753 +$12.16 +16.19910804827438 +$11.51 +18.859225569754223 +$10.74 +17.590889264224344 +$16.35 +18.246105097732546 +$15.36 +15.681618029744607 +$17.92 +13.068047171736302 +$12.27 +16.501360215262086 +$15.27 +10.113671861545022 +$14.79 +14.670202359804982 +$12.54 +12.690052447272333 +$15.48 +15.714643232237659 +$10.80 +11.652935049491916 +$14.83 +19.68291595744762 +$19.80 +16.146735092623047 +$11.52 +16.87904594121854 +$13.56 +12.423621926758504 +$16.29 +16.794328560521055 +$10.94 +16.4444397935021 +$10.67 +17.624225795167714 +$19.78 +10.699368170702456 +$19.53 +10.789960400189454 +$11.11 +14.224953906092084 +$10.1 +17.276266947714188 +$17.73 +13.809791446172873 +$13.16 +12.129509071774306 +$12.73 +14.724007221903298 +$10.39 +12.733365364319665 +$16.24 +15.79395580633533 +$18.25 +16.24482329515522 +$13.9 +15.72994012082204 +$10.18 +16.01179653319223 +$10.33 +16.881178151548124 +$11.14 +16.18303087593133 +$11.37 +15.497645665073902 +$19.41 +14.984622852261051 +$10.7 +10.057102984223077 +$19.5 +10.49617469738605 +$13.20 +17.797718162609115 +$18.36 +13.734971813387249 +$12.32 +19.461152935956854 +$17.67 +12.505898125683203 +$15.30 +15.48870545715375 +$15.45 +13.672027739954046 +$16.18 +18.860595687298193 +$18.28 +10.483327935998185 +$14.21 +18.705252909511426 +$13.43 +17.088709679082857 +$15.37 +14.207966648403247 +$12.72 +18.763189475908263 +$16.75 +10.826860158407626 +$10.9 +12.152932740225266 +$16.78 +13.285809465541988 +$19.94 +16.27179100675921 +$17.59 +15.921260332014148 +$12.79 +15.687880347224834 +$15.87 +11.014254167369046 +$13.82 +17.907022723613025 +$19.49 +11.946549184871952 +$17.48 +15.834596740358021 +$15.1 +10.426840990589184 +$19.72 +18.432804416927375 +$10.61 +16.953258923072692 +$18.59 +17.66285344216087 +$17.39 +19.572759906460266 +$16.38 +15.79381562763522 +$15.49 +17.275706440786937 +$10.74 +10.53199088291885 +$10.0 +18.426103550956967 +$10.41 +18.685602777223828 +$11.91 +14.02766444073894 +$11.56 +11.346880231678668 +$10.25 +18.501319992304712 +$14.55 +14.126004759080661 +$13.15 +19.399023010682342 +$12.79 +17.750304275177523 +$11.0 +10.728597608017173 +$11.69 +10.249478801732517 +$19.59 +15.004382512584503 +$12.60 +12.51964491150829 +$17.79 +15.277074248289333 +$18.42 +10.770003500978664 +$17.44 +12.880384920916825 +$19.80 +19.057823367495487 +$12.91 +16.173787231519157 +$12.64 +12.413869308597638 +$11.12 +19.089764734228048 +$10.1 +15.884102130078286 +$14.69 +19.664712607837156 +$10.61 +18.544269918833606 +$11.3 +16.915497836230333 +$19.59 +18.678037121372057 +$14.8 +14.279978376481585 +$19.21 +12.51105634895049 +$10.14 +16.89266384264984 +$17.45 +10.983655559143784 +$10.14 +14.211199276594773 +$18.63 +18.928786194439756 +$18.47 +14.443182168245007 +$18.79 +18.632581447750354 +$14.42 +18.745267421743186 diff --git a/2.x/e2.14/risultato10000.txt b/2.x/e2.14/risultato10000.txt new file mode 100644 index 0000000..c4719d8 --- /dev/null +++ b/2.x/e2.14/risultato10000.txt @@ -0,0 +1,20040 @@ +$17.19 +$15.426599523287912 +$10.16 +$16.608048146398506 +$14.11 +$13.862105817259728 +$12.77 +$11.356050119137299 +$10.2 +$14.88602352522588 +$12.20 +$12.729648487279704 +$14.41 +$16.63667115116114 +$13.12 +$11.097915909839518 +$12.68 +$11.370540766167348 +$16.27 +$15.414371620021088 +$17.52 +$19.512169276043984 +$14.51 +$19.099963395662 +$10.39 +$16.741527633960413 +$11.39 +$10.509808821009946 +$14.88 +$14.68313124724514 +$11.1 +$14.311507912483945 +$12.41 +$17.180152083223042 +$17.82 +$13.712631379481127 +$15.60 +$17.342587321929678 +$13.52 +$13.280564121076836 +$15.58 +$16.024264562913483 +$17.31 +$13.505689424371065 +$17.69 +$16.058093096981796 +$11.62 +$16.85227967980825 +$11.82 +$19.470528097597043 +$18.86 +$13.398683065318735 +$12.27 +$18.67996368187336 +$10.93 +$18.053523980940504 +$14.80 +$16.402939692344695 +$12.44 +$10.664432027501578 +$15.55 +$13.669021794752311 +$13.15 +$12.750758327578296 +$13.46 +$18.470810466386613 +$14.60 +$11.982010978381545 +$11.90 +$12.663355108254004 +$18.24 +$12.115200912026246 +$11.88 +$10.13155104612615 +$17.60 +$11.023402757578111 +$15.27 +$13.757098574741661 +$19.89 +$14.298237364159913 +$18.26 +$19.769630993845958 +$10.32 +$10.369854069778423 +$17.87 +$13.372671034700158 +$16.71 +$17.346480868276572 +$10.86 +$14.332972660771727 +$16.72 +$13.350642533447495 +$18.90 +$11.658878126749624 +$17.27 +$15.573215123909815 +$11.84 +$11.432066926993237 +$13.74 +$18.38945074226481 +$14.91 +$15.224141389571091 +$15.12 +$16.592035485464244 +$10.56 +$16.923085904744955 +$17.24 +$18.28502978286117 +$12.16 +$17.65987035378312 +$11.13 +$17.94338580685122 +$16.15 +$10.071409754998582 +$15.38 +$15.89488947813352 +$11.10 +$11.246097844976196 +$17.24 +$13.934113832796777 +$18.37 +$12.174149366143798 +$16.68 +$11.244398521165214 +$19.41 +$13.17550342811052 +$16.68 +$16.229067841275448 +$19.62 +$10.199175852618115 +$14.15 +$14.43260054190817 +$14.60 +$11.778272829091947 +$16.94 +$11.293284411409193 +$11.89 +$16.611487313666515 +$16.40 +$14.764741874978244 +$15.33 +$18.228146403140485 +$15.86 +$15.95581886932959 +$14.82 +$13.606733934024113 +$13.54 +$10.449718961070028 +$18.32 +$11.407000410289642 +$17.46 +$15.167251855942506 +$14.35 +$10.385522526948133 +$19.69 +$13.278352070823162 +$19.79 +$10.729516751777311 +$14.31 +$13.94465757052663 +$19.87 +$11.790349593391632 +$17.35 +$10.020111262995039 +$13.63 +$17.376432862968848 +$16.1 +$11.52289038337885 +$15.60 +$10.902030028418867 +$14.74 +$13.38374083238838 +$12.62 +$10.545860456453457 +$10.74 +$19.701104077118135 +$12.59 +$18.260377467018962 +$16.65 +$15.673241684089097 +$13.71 +$15.447854019287782 +$16.40 +$14.314091491302666 +$14.28 +$13.29243149762145 +$13.31 +$15.488589817937676 +$13.53 +$11.03211353932404 +$15.82 +$11.042516950600557 +$16.89 +$16.194096629672377 +$17.75 +$18.421439694426404 +$18.43 +$18.620821749108522 +$14.81 +$15.385238436617929 +$18.76 +$14.421741089514052 +$17.53 +$18.858243180917043 +$19.23 +$10.192610374907753 +$16.47 +$11.462800306399828 +$15.7 +$15.604198763654523 +$14.61 +$16.936086045288086 +$17.71 +$15.482364257644473 +$11.55 +$18.013412217446415 +$16.69 +$17.284834259441777 +$10.48 +$19.86113695042151 +$13.39 +$11.548168799689021 +$10.34 +$10.731123525820626 +$15.90 +$19.705187241716477 +$11.56 +$19.892004641803346 +$18.3 +$17.432683877483072 +$19.11 +$16.037504792866976 +$13.77 +$11.628869187917637 +$18.70 +$15.833319804703251 +$15.43 +$16.48720777158639 +$17.27 +$15.378653579671822 +$19.30 +$13.76172231392714 +$12.38 +$13.833767143377576 +$18.41 +$13.801177248150838 +$11.36 +$10.13568689349458 +$17.16 +$18.336742189004656 +$11.50 +$13.115210585383458 +$10.28 +$18.72578462746383 +$12.88 +$16.519302397412563 +$16.79 +$10.840362694693106 +$10.26 +$13.427956965775236 +$18.39 +$11.92285560605604 +$15.52 +$14.70124572568229 +$12.85 +$11.712286741830479 +$14.81 +$15.46008757406663 +$12.59 +$12.403313210397691 +$16.42 +$17.14171443852789 +$18.3 +$19.114919767249496 +$15.78 +$19.615472590910702 +$13.89 +$11.655193668578763 +$18.39 +$12.754823710221203 +$17.45 +$17.629617501658508 +$10.79 +$19.88878741317708 +$17.25 +$14.332718954259708 +$10.11 +$16.60646413076978 +$18.42 +$12.73299947678727 +$12.76 +$13.32060442937725 +$18.38 +$14.634578663520355 +$11.89 +$17.293992760388022 +$15.80 +$13.131848101667156 +$14.67 +$15.448499203085628 +$15.11 +$12.653924527111414 +$18.79 +$16.417037978499415 +$15.32 +$19.800238279504747 +$13.19 +$13.717567996185142 +$13.23 +$18.48367451912504 +$12.4 +$13.060776504335537 +$16.1 +$14.943750952007466 +$15.28 +$11.282504903512258 +$13.93 +$13.131054213153227 +$10.50 +$16.83595407265689 +$11.84 +$11.553086507484233 +$11.1 +$19.074384536279744 +$16.76 +$13.333226238134134 +$15.57 +$15.682093657506895 +$17.0 +$14.624770714277883 +$17.16 +$13.458095977279246 +$19.8 +$15.626679359019391 +$10.35 +$16.633134203908043 +$14.33 +$10.016293115156358 +$10.51 +$11.798692479395708 +$13.80 +$13.020208782577397 +$16.29 +$15.692692121402699 +$16.52 +$13.406918473441861 +$14.87 +$15.570131065511397 +$13.88 +$17.236998793912953 +$17.35 +$10.037795213939972 +$10.62 +$16.018815463554436 +$14.41 +$15.038210327542743 +$18.39 +$17.978217779926652 +$10.85 +$12.054603703887977 +$13.78 +$18.60479465295667 +$16.10 +$15.265533274418917 +$13.59 +$17.738201899035538 +$12.46 +$13.282162383667414 +$13.88 +$13.021125816533626 +$15.65 +$16.029290918483497 +$15.75 +$14.731555476273824 +$12.18 +$12.228780944983216 +$14.30 +$11.737693798722393 +$10.94 +$11.016405846085672 +$10.80 +$19.76998648855728 +$15.93 +$17.3959196057443 +$19.25 +$11.621084094280498 +$10.41 +$18.911888773639006 +$17.39 +$14.757290507120087 +$10.69 +$10.480052446165221 +$11.74 +$19.863457962442148 +$14.10 +$18.92599168137272 +$19.87 +$11.330109956981666 +$17.31 +$11.813630983650457 +$17.53 +$14.277262192157512 +$16.41 +$16.89837601255227 +$10.60 +$15.396508373161186 +$11.62 +$11.200136871036586 +$15.13 +$19.154183650028685 +$19.18 +$12.950500091469554 +$14.82 +$16.54511058241679 +$19.33 +$10.569867484816818 +$17.41 +$12.71692130545509 +$16.52 +$18.276723292842135 +$11.87 +$19.63608012930253 +$13.49 +$13.721425398037523 +$13.89 +$16.93051255721888 +$12.0 +$13.755291258011514 +$18.2 +$19.758425488154646 +$15.94 +$18.34733067807928 +$12.92 +$14.043791534031831 +$15.40 +$14.761644400210592 +$18.1 +$10.625699036927431 +$16.69 +$19.889168804973032 +$13.41 +$11.956278077888378 +$17.91 +$13.117064637579734 +$10.27 +$18.56168497468714 +$15.8 +$13.600491078615502 +$19.51 +$15.826354831389658 +$12.31 +$18.76552139102595 +$12.68 +$11.05892306850915 +$18.92 +$12.043405702957402 +$14.22 +$17.602506909915718 +$16.43 +$11.675208821022128 +$18.58 +$10.27918497570097 +$15.74 +$12.196148099351353 +$12.32 +$13.14234269181137 +$11.74 +$16.923906466840737 +$18.37 +$14.688652515307462 +$16.44 +$18.49036466151821 +$11.64 +$15.138090764822316 +$18.37 +$13.316641375330533 +$11.25 +$11.314301815208694 +$15.62 +$16.05429708635976 +$15.4 +$17.4488760167211 +$11.87 +$10.38988196021853 +$17.53 +$15.394511723551904 +$12.73 +$13.730147216839526 +$14.37 +$14.144096483522967 +$14.80 +$13.319184750373374 +$15.32 +$13.826755380478073 +$13.25 +$13.439898836581863 +$12.75 +$19.79911730870761 +$10.3 +$15.228565068187674 +$13.6 +$12.873977181455365 +$11.79 +$10.060599973137593 +$12.60 +$19.042930093773883 +$14.86 +$10.036122654153344 +$19.49 +$19.12086693037116 +$16.88 +$14.986517946423096 +$15.11 +$18.71629244216431 +$15.55 +$19.604584803962613 +$14.33 +$13.784265779305372 +$18.49 +$18.12826224829732 +$17.1 +$18.05235612837822 +$18.7 +$11.80906818420095 +$17.37 +$19.051111351301238 +$18.26 +$17.76753249744392 +$17.64 +$18.764556466617698 +$14.67 +$12.34134268710516 +$11.94 +$17.18073405756716 +$19.13 +$19.275005805687243 +$10.81 +$10.27402063291206 +$11.6 +$12.943117182256383 +$15.29 +$13.28813028328689 +$13.30 +$13.816393177345384 +$14.7 +$13.820681841521854 +$13.51 +$18.500516300762158 +$13.61 +$10.224904195777365 +$19.33 +$12.432238231995857 +$17.86 +$10.0052431871431 +$13.7 +$13.334142542868104 +$13.45 +$14.046430696184492 +$11.27 +$13.043968295992933 +$17.24 +$13.95955140648102 +$17.13 +$15.008142203325157 +$14.75 +$17.31143422003855 +$16.32 +$17.31250815093388 +$13.56 +$15.159769644359438 +$10.64 +$16.26390090259904 +$10.50 +$19.428065006631982 +$17.16 +$15.0601917440995 +$13.90 +$14.317479535839553 +$15.28 +$18.020596716470827 +$18.35 +$18.689403807902533 +$16.38 +$13.861808292889533 +$10.53 +$12.856345268169271 +$18.54 +$13.474018306247242 +$14.53 +$14.606672171251017 +$16.0 +$18.103463858892525 +$18.92 +$16.99063273686962 +$15.77 +$14.578751612389361 +$11.18 +$15.65555332980329 +$14.92 +$19.148345273434785 +$10.31 +$15.461874179971268 +$13.27 +$16.47264409636773 +$15.12 +$10.068479336223968 +$10.77 +$18.97940493452341 +$13.33 +$16.130202554930747 +$14.33 +$18.357187086351168 +$11.18 +$18.761003905077583 +$18.69 +$10.292165751728408 +$14.15 +$19.395413849949854 +$18.58 +$15.970031529220588 +$16.42 +$19.394937782815802 +$10.33 +$13.513314868630536 +$13.56 +$16.748662184244534 +$12.77 +$13.842727115563799 +$15.63 +$16.416372158630285 +$12.69 +$12.555966535392525 +$17.66 +$12.528955564487541 +$17.89 +$19.136822070952732 +$12.23 +$13.789504438642936 +$17.87 +$10.103680051660152 +$13.24 +$10.225235577366885 +$17.27 +$16.292406265487315 +$17.18 +$15.777232228516127 +$17.92 +$16.676172329501963 +$10.42 +$15.246082460223906 +$18.71 +$10.12416055603334 +$13.74 +$11.156279893985294 +$19.22 +$18.939231307246352 +$15.39 +$14.739004731269034 +$19.37 +$18.070692649110764 +$16.68 +$15.135152796799783 +$10.4 +$17.862926444796287 +$14.33 +$10.96134271350089 +$17.56 +$17.71316643239006 +$10.49 +$18.805281920127296 +$12.47 +$14.78877689720446 +$15.88 +$15.395479962613525 +$16.23 +$17.953340194027767 +$14.85 +$19.168183132701856 +$17.3 +$14.526421660435984 +$13.5 +$18.19856295049149 +$17.25 +$11.04225168220697 +$13.0 +$15.807327600545461 +$12.4 +$13.866779673996968 +$19.53 +$14.546767398508875 +$13.36 +$11.132514526158065 +$19.83 +$16.895491766367677 +$12.50 +$19.0346312703927 +$17.57 +$17.687208742409325 +$16.3 +$11.63405890278448 +$11.36 +$12.636581948238103 +$13.27 +$16.534928522306913 +$15.29 +$16.72135618966891 +$11.41 +$11.525684130307194 +$18.4 +$15.456222062703514 +$12.49 +$14.605134204692721 +$15.11 +$11.079339199457996 +$10.87 +$19.32079947736316 +$15.13 +$11.538585481582203 +$13.53 +$13.950533034971748 +$15.94 +$15.496973789260526 +$12.72 +$19.026334151213362 +$13.44 +$12.078877959118374 +$18.61 +$19.679287625616602 +$13.65 +$14.331760022263143 +$11.33 +$17.781715842572645 +$15.58 +$19.688442296492497 +$10.19 +$15.222960143532928 +$13.35 +$16.53244778387992 +$17.86 +$18.87128099933464 +$19.84 +$13.186578209828335 +$15.49 +$12.50860724023941 +$15.10 +$15.919363179236582 +$13.14 +$10.052570105289726 +$19.30 +$19.72830478499594 +$17.73 +$18.662772832162794 +$19.17 +$12.308837465911637 +$18.39 +$16.642066610303548 +$18.22 +$18.568268914164094 +$10.86 +$11.778167799503116 +$11.10 +$13.972099770709713 +$12.62 +$10.508607028473158 +$19.47 +$19.71811048498852 +$19.17 +$17.646017841200326 +$12.36 +$14.426690734867563 +$11.58 +$13.691462593637729 +$17.77 +$19.483602569498412 +$15.88 +$11.508667182198087 +$19.27 +$13.450058155552053 +$16.94 +$16.097173392227027 +$18.55 +$10.375197203968789 +$10.3 +$15.171480052429004 +$10.42 +$16.6708141078605 +$18.38 +$19.477000420193583 +$18.9 +$13.296668649038564 +$17.12 +$19.166396051010764 +$11.52 +$17.069935610209665 +$18.86 +$15.938434301494166 +$19.0 +$15.759931909985777 +$12.75 +$13.569696579979958 +$17.36 +$10.263744124828184 +$16.20 +$15.617623390611207 +$19.48 +$11.930201604916094 +$12.36 +$11.376655318310236 +$11.89 +$11.410894425033746 +$14.55 +$13.999457812666309 +$13.31 +$15.354406616278759 +$15.14 +$18.642113572569603 +$12.58 +$19.31096342654044 +$15.46 +$11.372633310345705 +$18.63 +$15.65658558380107 +$15.88 +$12.516898656648708 +$18.44 +$18.219111505005372 +$11.72 +$13.345372954066411 +$18.21 +$15.893670176826157 +$11.79 +$19.31141976012152 +$16.55 +$14.28460318282832 +$12.80 +$17.591608803087627 +$14.50 +$17.029606330386404 +$16.35 +$14.487828844689068 +$17.90 +$17.05854502014241 +$19.86 +$18.66548210303366 +$13.90 +$15.312706825886963 +$14.23 +$19.63648639737393 +$17.19 +$18.420815730739264 +$11.67 +$15.05389981013299 +$15.51 +$12.308029231728383 +$17.12 +$16.605090262102895 +$11.88 +$13.549688670338403 +$14.10 +$14.06649848065326 +$18.25 +$19.102542140602388 +$12.23 +$19.502087078192627 +$17.28 +$19.862303271248912 +$19.90 +$13.401863328909998 +$10.18 +$10.43168542214794 +$11.67 +$10.488536881668049 +$14.13 +$17.25630082435277 +$13.58 +$15.041987602393082 +$12.12 +$19.731385168092277 +$16.18 +$11.102447175517497 +$10.81 +$10.308413812756978 +$14.67 +$14.851863260867143 +$14.59 +$12.887778730098294 +$11.72 +$13.80789426842425 +$17.71 +$15.937045270778766 +$19.34 +$14.72587401986006 +$17.87 +$15.833565402581087 +$13.76 +$14.384658834905897 +$14.34 +$17.335646472179754 +$13.16 +$10.707684368529835 +$13.7 +$12.145671749240456 +$16.73 +$18.5264504171149 +$12.47 +$14.587556013020471 +$13.32 +$17.04647912956452 +$18.15 +$17.19230367281216 +$15.25 +$10.16139252930426 +$14.88 +$15.744992972206084 +$15.6 +$18.9629056612769 +$14.28 +$19.461686856434284 +$14.73 +$16.771869916237172 +$18.55 +$19.917028851805505 +$16.86 +$13.408764140542367 +$19.51 +$15.963346659133984 +$18.32 +$16.519772417701517 +$19.88 +$13.423290619952772 +$15.17 +$15.933383121399412 +$14.45 +$15.407573939083397 +$12.88 +$18.621860957705124 +$15.0 +$12.567486122815223 +$19.21 +$15.635910702365962 +$19.1 +$12.98421192162585 +$13.44 +$16.83502743386059 +$19.30 +$18.16612921878625 +$11.11 +$16.201984670324705 +$10.52 +$14.098114348372954 +$12.61 +$18.030826464431144 +$19.22 +$15.552749287122941 +$11.21 +$16.486964244688764 +$13.62 +$12.337520317619058 +$12.81 +$12.367968693797247 +$10.57 +$16.605253420452044 +$12.42 +$11.891633975846435 +$14.54 +$15.905968793726839 +$18.84 +$18.87378614984192 +$18.48 +$11.773192363159557 +$13.56 +$15.051752109524912 +$10.58 +$12.312170189319854 +$17.19 +$16.05170902121419 +$10.0 +$17.14066500179789 +$15.46 +$12.064164530178395 +$12.9 +$12.632372615426966 +$17.36 +$12.831308269201598 +$13.9 +$19.26962093545724 +$14.4 +$11.218734386522813 +$14.13 +$16.357438437951387 +$17.90 +$19.095284254677086 +$13.82 +$12.50259818295381 +$14.48 +$19.453569834158912 +$19.88 +$10.478567877275676 +$17.5 +$16.322435382325082 +$17.69 +$16.828089314276422 +$13.5 +$14.269840494614051 +$13.76 +$11.035519185115524 +$15.0 +$19.165553553181603 +$17.82 +$17.386693388546544 +$14.61 +$11.788096206922683 +$10.53 +$10.402467497973825 +$13.23 +$15.54451357823731 +$10.26 +$18.301132305262396 +$18.89 +$12.693754156161258 +$19.0 +$16.051799163718993 +$19.76 +$12.472253487863007 +$18.66 +$15.237025724980061 +$11.63 +$14.825271676470956 +$16.80 +$10.721877469802273 +$14.10 +$19.408475394580925 +$13.21 +$15.841513150302344 +$15.90 +$10.616047911880258 +$16.65 +$15.439361293878159 +$18.69 +$13.54002790613216 +$11.56 +$19.282497134954596 +$12.31 +$11.69953378891498 +$18.54 +$16.39625205328876 +$19.87 +$12.117271022015506 +$16.60 +$18.429121212219393 +$12.60 +$12.540841686606683 +$11.29 +$10.935752981463432 +$16.5 +$13.34055487476898 +$19.11 +$18.371108912322374 +$10.78 +$14.062679206614185 +$17.35 +$19.04615511236755 +$18.46 +$13.811736490415498 +$10.16 +$11.453474307768998 +$19.70 +$12.511192204641965 +$17.90 +$17.8051801684611 +$16.58 +$12.929053075403633 +$18.22 +$13.024206982458672 +$19.22 +$16.379030675723442 +$15.69 +$15.285493078081984 +$17.54 +$17.941494255668466 +$10.30 +$15.268380160409931 +$11.39 +$16.017529555682874 +$14.35 +$10.265753794646674 +$12.27 +$10.845848547781248 +$18.32 +$16.455600696505243 +$19.79 +$14.020662949725036 +$14.57 +$17.319769696307347 +$12.78 +$19.807592136748237 +$12.65 +$12.94813311911534 +$16.77 +$18.415370065664746 +$13.93 +$11.376058918759902 +$11.9 +$19.80108514866216 +$14.32 +$15.97991283432838 +$15.4 +$13.227570997258926 +$18.50 +$17.235497327589513 +$14.61 +$17.478930601148242 +$11.10 +$12.722452826404488 +$14.34 +$16.330852477086427 +$10.53 +$13.48240393146659 +$17.12 +$13.686239880846852 +$19.47 +$11.270512286914357 +$12.21 +$18.39486548160336 +$15.86 +$18.307818060301038 +$17.17 +$12.178766829497262 +$13.18 +$19.621961742466667 +$15.90 +$15.828119919861322 +$16.49 +$16.247134997374236 +$17.21 +$18.401131660115524 +$11.41 +$14.40697628306686 +$11.2 +$11.71529189725604 +$10.93 +$11.994527514497229 +$15.52 +$16.995700958112966 +$19.49 +$10.782912678288083 +$16.65 +$10.099545651532555 +$12.17 +$10.032025544420113 +$14.72 +$14.169564004976102 +$18.41 +$17.34863943795621 +$11.57 +$14.74970016922816 +$18.68 +$17.243421357528742 +$13.82 +$16.57540888101139 +$17.43 +$16.149306849838233 +$10.22 +$11.714861961723509 +$16.41 +$19.230750279979773 +$10.56 +$16.236204962857947 +$15.56 +$11.544446458850482 +$15.67 +$17.82046253554964 +$12.31 +$15.478564729097336 +$16.35 +$18.699747809537463 +$15.55 +$12.158456079435892 +$17.27 +$13.368726705643118 +$19.68 +$10.145329734527106 +$12.89 +$13.021387290888203 +$16.25 +$15.656599772680723 +$13.92 +$15.529216697943113 +$14.4 +$10.722968621348018 +$10.83 +$18.043741517349325 +$13.62 +$19.5207270486313 +$13.6 +$17.82730677982533 +$14.83 +$15.473387094881891 +$19.52 +$13.453189690230152 +$17.79 +$12.805263042467995 +$17.66 +$10.670241147289689 +$18.41 +$18.89899835207474 +$18.45 +$19.86952539311152 +$19.90 +$14.073739460316762 +$10.2 +$14.36801456183346 +$15.61 +$15.323343258110283 +$12.83 +$19.03895897796479 +$13.17 +$17.462173607467513 +$13.26 +$16.072159581119596 +$14.36 +$11.910314492928185 +$18.38 +$13.242931492210033 +$11.5 +$10.440764630144821 +$13.60 +$10.744574031668417 +$15.54 +$11.648789435224577 +$16.91 +$12.506033790192024 +$17.80 +$15.071501485876123 +$10.90 +$12.243787943600669 +$12.3 +$10.824362294844102 +$10.36 +$12.706913364431825 +$13.21 +$13.990289833295394 +$16.51 +$17.205443171250064 +$14.0 +$12.95368640414043 +$11.73 +$11.939025360109968 +$13.41 +$18.773516192235185 +$16.62 +$15.024802796822655 +$19.47 +$19.590231893156577 +$12.25 +$14.824889763937641 +$18.93 +$18.969495385922553 +$14.60 +$13.000447762772913 +$15.51 +$14.993395060692636 +$15.48 +$18.161035685468065 +$19.2 +$18.500005989888063 +$13.53 +$19.771741713739605 +$14.89 +$13.95843738953858 +$13.42 +$18.8085355026583 +$13.84 +$10.18707419081909 +$17.54 +$11.343116289707401 +$11.32 +$10.975783294507925 +$10.75 +$12.518532000927141 +$19.2 +$10.258957117630882 +$17.28 +$10.88912502015217 +$17.22 +$13.368948906490127 +$18.58 +$18.945241643557477 +$13.8 +$15.717656736884763 +$19.82 +$14.03351095708572 +$16.55 +$18.375512207642185 +$14.77 +$13.60739110135465 +$15.57 +$13.732213649881633 +$15.75 +$19.665200071799752 +$13.50 +$16.812362430430113 +$10.33 +$19.137847586859777 +$11.0 +$13.020082055220112 +$16.18 +$14.252366788469413 +$19.91 +$14.876518499315216 +$17.5 +$16.04842117886726 +$11.80 +$17.779179228877112 +$13.92 +$11.751665490819983 +$18.8 +$10.18076650857971 +$13.5 +$12.019095457382349 +$12.83 +$18.75053491117267 +$16.19 +$11.754386981110757 +$10.36 +$12.01960156244526 +$16.91 +$18.632248591179142 +$19.54 +$10.862734641828279 +$12.59 +$16.68095562715217 +$11.50 +$13.805442259601769 +$17.8 +$14.345531478998694 +$17.77 +$17.156868169660545 +$15.91 +$18.683875408733755 +$10.19 +$14.75606711489293 +$11.59 +$12.895725853766544 +$18.59 +$16.470639838881777 +$15.62 +$15.224452133309704 +$16.47 +$12.661724487644182 +$15.68 +$10.007971222949935 +$11.44 +$19.68230091095655 +$13.89 +$13.234470926463008 +$14.10 +$19.623285838840314 +$12.93 +$16.73832313726638 +$11.11 +$11.525008047472337 +$13.43 +$13.673771439653942 +$17.12 +$12.827693642742933 +$12.74 +$14.136723622262394 +$19.34 +$17.59630921166676 +$13.24 +$18.28816045553018 +$17.44 +$13.611041285428886 +$18.30 +$19.033085404321213 +$17.87 +$16.769645298765766 +$11.73 +$10.5905250224111 +$17.70 +$12.227011372434767 +$19.10 +$16.23898919511503 +$16.9 +$13.473366662855064 +$11.45 +$15.568690077402632 +$17.27 +$12.086428272205236 +$11.25 +$17.959291395529366 +$12.15 +$16.83643510697614 +$14.77 +$11.635667621533866 +$17.8 +$12.253242028406387 +$12.65 +$10.514397779642136 +$12.86 +$12.272390089808953 +$18.62 +$13.566740081120207 +$16.31 +$18.467693578279473 +$15.92 +$13.336824109204136 +$11.46 +$12.10939181938314 +$19.41 +$13.223286210107442 +$11.58 +$13.396116459060208 +$11.31 +$15.501946829121108 +$12.0 +$13.326931430311566 +$17.22 +$17.822395448645178 +$13.67 +$13.36491481831354 +$18.87 +$15.281144030476655 +$12.42 +$10.268494600257288 +$15.86 +$14.412850822705312 +$18.76 +$11.12122849632976 +$18.64 +$17.202028645058103 +$10.46 +$12.960618138124824 +$17.33 +$13.439035714521193 +$13.39 +$15.18649308285788 +$15.76 +$15.806109129624305 +$11.52 +$18.20003701514256 +$14.55 +$19.163782252280498 +$10.0 +$13.03005906460856 +$12.70 +$15.984304389755186 +$19.43 +$13.671314495641209 +$15.28 +$14.903539188544098 +$19.57 +$10.752532429180903 +$11.91 +$10.6620426046087 +$10.32 +$12.983017752116282 +$17.45 +$13.535554285368663 +$18.48 +$18.428965341235358 +$10.18 +$17.22953368791655 +$12.21 +$12.500423634523996 +$14.14 +$13.682424695535941 +$12.70 +$10.98767940545526 +$17.93 +$15.257586578681543 +$11.86 +$14.62317565973947 +$11.69 +$12.743780792589302 +$18.13 +$15.587173710270784 +$15.16 +$12.825783265646194 +$14.19 +$16.848282170352363 +$17.74 +$10.121792931916056 +$17.70 +$18.805689785196467 +$10.66 +$13.535496817728193 +$16.32 +$12.604733249844479 +$10.83 +$14.995020027645447 +$12.7 +$14.786504365435 +$17.11 +$14.894813547150516 +$16.58 +$17.35487481795251 +$13.91 +$11.94733048025569 +$19.66 +$11.771819310367379 +$10.45 +$11.848607792316601 +$11.88 +$17.120212840732588 +$13.60 +$17.0387978601266 +$16.62 +$14.699731936533766 +$14.71 +$10.980043838480121 +$15.46 +$18.25102427163469 +$15.44 +$11.647420431321486 +$14.29 +$14.829702789637064 +$14.81 +$16.266641826648502 +$11.63 +$19.850184932853985 +$15.48 +$17.74971988184042 +$19.51 +$18.705622393515128 +$17.69 +$14.575467162742305 +$18.71 +$15.681990075250566 +$12.47 +$11.23302946671561 +$13.70 +$13.636102465239864 +$12.55 +$11.507359141652902 +$12.33 +$14.806624725552616 +$17.62 +$14.624123871973232 +$10.77 +$14.091024507700977 +$17.70 +$10.82432132384495 +$15.37 +$19.08164463199666 +$16.62 +$19.6435156784142 +$16.17 +$12.73922567220047 +$10.49 +$14.788069474087099 +$13.30 +$15.525565673617137 +$18.86 +$11.539741073451413 +$19.73 +$17.577411797954554 +$16.84 +$15.250618880155082 +$17.27 +$15.795090020593566 +$12.89 +$18.19835960399202 +$16.81 +$11.62414819464373 +$10.59 +$12.30259573899129 +$18.77 +$19.217682263423523 +$13.63 +$10.822614285040629 +$19.2 +$18.319364696463673 +$17.24 +$13.931234492194553 +$17.87 +$17.178457312057425 +$14.67 +$18.108003281793415 +$18.81 +$14.519991310580146 +$10.78 +$13.616166141705387 +$14.79 +$11.64228088482965 +$16.66 +$12.856898693712667 +$11.31 +$18.030121990015736 +$13.43 +$14.432822754209784 +$17.50 +$18.68813162263563 +$17.30 +$14.454197460246931 +$18.34 +$11.725121863344441 +$14.14 +$11.135055915676562 +$15.12 +$16.67406849475347 +$18.85 +$16.223686773536027 +$10.62 +$18.223765650334602 +$15.31 +$18.217106480183844 +$15.60 +$18.224057117393436 +$15.30 +$17.186741499109818 +$15.88 +$17.526512730829705 +$10.36 +$10.84032685807238 +$12.40 +$11.477680081772546 +$12.55 +$19.218237174627987 +$13.25 +$11.980758791083012 +$19.28 +$15.536256640722428 +$17.11 +$19.26921120500821 +$17.17 +$19.809201188797363 +$12.67 +$19.519293955438844 +$19.66 +$19.138224872061084 +$17.61 +$13.954589712988959 +$11.58 +$11.991168448818726 +$16.33 +$15.917994435152004 +$10.56 +$11.528479890675843 +$18.66 +$17.661308004051655 +$18.94 +$15.368611454485674 +$16.86 +$13.511428292960966 +$17.14 +$11.25169826523791 +$15.57 +$11.185015665851692 +$11.50 +$18.45809264996901 +$19.68 +$11.488801919452499 +$12.34 +$11.068955084897416 +$10.28 +$17.149311357965093 +$16.66 +$16.992613308373365 +$15.80 +$16.669426807051153 +$12.59 +$10.116952700126534 +$12.13 +$13.039255024451592 +$18.10 +$15.130705067448595 +$16.88 +$11.843142946567262 +$12.14 +$17.570109354258463 +$16.30 +$16.542196928087407 +$11.4 +$17.24430080983955 +$13.16 +$15.97924552955115 +$18.63 +$11.919467715830397 +$18.1 +$18.230828474871153 +$10.22 +$10.801465176819693 +$14.52 +$18.947197720441004 +$19.49 +$13.285348249274636 +$15.36 +$12.690079137450407 +$10.17 +$18.449953588124586 +$18.45 +$12.077922202728711 +$19.91 +$17.78313749966233 +$18.58 +$18.43608938992539 +$12.26 +$12.8404658777216 +$12.61 +$19.744711457958765 +$11.49 +$14.075430888872905 +$18.9 +$17.515498526329985 +$18.53 +$17.56143645792806 +$17.78 +$12.865590826794236 +$18.60 +$18.730650414761776 +$10.33 +$15.725481030472121 +$11.15 +$10.23694836048485 +$10.7 +$16.154206392843882 +$10.87 +$18.899890341701592 +$15.89 +$17.999724863952295 +$18.36 +$19.267901608825813 +$10.29 +$12.128997687120972 +$11.65 +$15.57307728608708 +$15.79 +$18.063795336344704 +$13.53 +$15.396062652284673 +$10.13 +$14.06760014293706 +$17.79 +$18.99038541539777 +$15.2 +$15.869703029140654 +$17.64 +$18.11259615197813 +$13.84 +$12.177727691488505 +$17.62 +$17.71628976179241 +$12.30 +$15.3905683129612 +$12.22 +$19.735996756569826 +$13.92 +$12.574638544558022 +$18.92 +$17.77000081085979 +$11.91 +$13.547050976224542 +$10.3 +$19.171158001765228 +$10.40 +$12.811391541345813 +$14.93 +$15.204634305599289 +$18.24 +$13.035477485318276 +$15.58 +$17.794532540991177 +$17.86 +$13.560387302208117 +$18.57 +$12.111359708092067 +$15.78 +$10.651352242110011 +$13.50 +$19.128321305405656 +$10.22 +$18.118192830290074 +$17.50 +$18.941840197846414 +$11.48 +$12.946181172412516 +$19.68 +$10.454256584586803 +$10.53 +$12.807411020676106 +$18.1 +$12.131573877493455 +$15.14 +$10.809287068890498 +$18.93 +$15.829864036127027 +$13.14 +$12.385055528825047 +$16.59 +$10.984758832939303 +$17.73 +$14.876592937592854 +$13.14 +$12.51695889430529 +$12.54 +$18.58738800600021 +$18.29 +$15.60989107583194 +$17.55 +$10.77160058003779 +$14.43 +$10.168312718753834 +$15.75 +$14.597378970621065 +$18.14 +$12.97034943668506 +$13.9 +$16.4129353963952 +$14.87 +$19.914816521578455 +$16.2 +$14.301919819024906 +$11.7 +$19.001776044268606 +$19.45 +$12.57088205970473 +$11.42 +$14.71235688136539 +$14.79 +$14.997304486151817 +$11.76 +$14.47193713971534 +$12.12 +$19.60556370441133 +$16.52 +$16.322112382162725 +$13.47 +$19.43554115403235 +$14.39 +$19.30168366933519 +$12.28 +$11.371343729874878 +$14.19 +$18.488733255388134 +$17.14 +$17.805086877140322 +$18.83 +$17.46815615008101 +$13.43 +$15.179626751758288 +$18.77 +$18.357917008243973 +$19.45 +$11.471491771564194 +$14.79 +$10.230688993492915 +$12.55 +$15.127757705246964 +$10.26 +$10.494025222983632 +$12.92 +$18.971879490708226 +$11.0 +$17.91929707649173 +$10.7 +$12.75196969544565 +$10.52 +$11.356863177570856 +$15.42 +$14.995768549105133 +$10.77 +$13.907558054987504 +$14.16 +$13.820884535812507 +$19.94 +$10.425395296978625 +$13.72 +$10.599361864804974 +$14.60 +$10.019815922647405 +$16.2 +$18.92718760741331 +$11.51 +$15.772772338432222 +$14.4 +$18.632308504816642 +$10.57 +$18.402528769045816 +$10.88 +$14.283559511703737 +$16.94 +$16.940700268599013 +$16.15 +$19.72062155778368 +$15.26 +$10.391021813156103 +$12.32 +$11.7652225405866 +$15.14 +$17.658294829134064 +$18.37 +$11.774525306280557 +$15.49 +$14.553168484461356 +$11.29 +$19.876850386578354 +$11.48 +$16.467437723152678 +$10.82 +$10.717043629818297 +$10.90 +$17.007508593894777 +$12.35 +$17.82884419486375 +$12.77 +$11.248676436069378 +$14.35 +$16.819522751916907 +$18.11 +$18.59469098813236 +$13.37 +$19.827179538615802 +$15.58 +$14.772536490778837 +$15.57 +$15.501456166626951 +$11.94 +$13.62880649514085 +$13.87 +$17.61137050068857 +$18.77 +$10.61254550167105 +$11.83 +$11.231498185555946 +$15.52 +$12.344116618722536 +$18.43 +$12.3757447661944 +$14.22 +$11.406358324356978 +$18.90 +$12.818512596461229 +$17.47 +$18.54802127232309 +$12.85 +$12.627656468175953 +$19.71 +$12.253274609226894 +$19.53 +$12.44881764254959 +$11.6 +$17.907479997579177 +$15.90 +$10.620759072156565 +$15.22 +$17.689936784484946 +$15.21 +$17.355379350695202 +$14.92 +$10.018026208505429 +$10.58 +$10.648611100963006 +$12.92 +$10.218436645769954 +$13.29 +$13.298272954590384 +$14.53 +$19.007719746074663 +$12.12 +$18.463993151508937 +$19.43 +$15.237621387096512 +$18.21 +$12.072431619815298 +$15.81 +$13.747830818352842 +$16.35 +$19.26243315706454 +$17.70 +$18.531336152441227 +$14.4 +$12.785006254538114 +$18.88 +$18.77599777899129 +$15.52 +$19.458026151314982 +$18.35 +$16.50949795997682 +$12.58 +$13.28827078975111 +$19.91 +$13.701457634533568 +$13.72 +$14.225755169771165 +$18.69 +$17.636111939145017 +$15.66 +$18.11275605733975 +$11.58 +$15.236828178154092 +$16.23 +$18.282471253932144 +$18.78 +$17.319300994681154 +$19.51 +$11.19855180957588 +$18.76 +$12.739512419014906 +$17.55 +$13.91542329304285 +$12.7 +$13.811431456342959 +$11.74 +$19.026354915425813 +$13.71 +$13.082519707890466 +$12.73 +$16.161641434129642 +$13.50 +$18.440634987944662 +$16.87 +$10.747909190020088 +$12.8 +$17.934965744337962 +$13.83 +$10.53675008722771 +$19.82 +$12.332588893360118 +$12.74 +$14.128433796658513 +$10.81 +$16.721270176446005 +$12.37 +$12.644741113190673 +$12.94 +$14.796347369612505 +$19.45 +$13.58772418182928 +$12.66 +$13.151847974479075 +$18.45 +$12.642731670951541 +$11.85 +$15.962284171710335 +$14.43 +$10.513930608847748 +$10.14 +$16.045592657752792 +$15.82 +$19.666220858408273 +$13.92 +$12.818447484390571 +$10.3 +$15.794745627896427 +$15.32 +$10.084844372186751 +$19.41 +$12.0514899822706 +$18.41 +$18.89941896200559 +$10.4 +$17.77180422875374 +$13.55 +$17.47486245275886 +$17.56 +$19.031760726756794 +$13.46 +$16.663138481781417 +$16.69 +$14.017932563128134 +$14.1 +$12.379881330225572 +$18.40 +$19.06441480722826 +$10.14 +$11.71859984306763 +$18.86 +$10.506101295441528 +$16.54 +$12.09147874633888 +$16.92 +$14.781011195970017 +$17.86 +$17.949654211466243 +$15.3 +$18.427925202547378 +$11.20 +$15.692012450005603 +$16.93 +$10.21195838502948 +$14.65 +$11.877185797218312 +$19.89 +$15.205392231435738 +$16.94 +$17.344435970847847 +$14.88 +$14.784549496655188 +$11.10 +$12.783418093141227 +$13.48 +$18.601124078118165 +$18.33 +$17.405596113826228 +$18.50 +$11.218946661278636 +$14.24 +$19.933099990322436 +$18.58 +$17.575239827400956 +$17.41 +$19.185441203468876 +$17.70 +$12.824917860344602 +$13.47 +$13.516790781870906 +$15.45 +$10.41696414737307 +$11.83 +$14.088731757197001 +$16.44 +$14.282794782495982 +$10.50 +$10.138395541623249 +$15.76 +$16.273964611639624 +$19.0 +$13.058390248900643 +$18.62 +$18.56289907286822 +$17.11 +$11.879162170237105 +$11.56 +$16.831470883752672 +$14.9 +$14.610539065125518 +$14.35 +$11.067723540317411 +$17.53 +$12.531627241070648 +$13.60 +$18.432936495182464 +$13.0 +$13.39352418384754 +$16.17 +$16.103195550775947 +$18.90 +$12.324850475302894 +$16.11 +$17.14517023140534 +$19.92 +$14.087354509812872 +$18.41 +$12.377537450416908 +$15.7 +$18.069478166824993 +$14.10 +$12.449680193896725 +$12.92 +$19.124493516686712 +$19.87 +$18.978852764715207 +$16.74 +$16.086026053956214 +$13.11 +$12.64440114119884 +$14.1 +$17.407834584112024 +$12.20 +$13.949153792125887 +$15.56 +$17.95081869059843 +$10.25 +$19.216319682940018 +$16.78 +$11.923696583970283 +$10.12 +$12.783089256864162 +$11.23 +$11.077584715407422 +$12.63 +$10.443673935129839 +$18.80 +$10.778781336105896 +$19.42 +$12.616369072586856 +$14.14 +$10.876722614583702 +$10.30 +$19.588013185718314 +$17.15 +$18.502113089267414 +$15.2 +$13.922083352332152 +$10.43 +$16.20993437164294 +$11.74 +$19.013388720423904 +$14.8 +$10.420178408384121 +$12.1 +$16.711477665059043 +$10.86 +$19.536211821733524 +$19.72 +$14.237229871961619 +$18.80 +$18.985068227933944 +$15.19 +$11.615000721403486 +$15.47 +$12.355933157536283 +$19.21 +$10.646075758383713 +$19.49 +$12.036186997049109 +$12.50 +$16.1573221193629 +$13.3 +$18.01254656721445 +$18.72 +$17.172065549026357 +$13.28 +$16.4769210922657 +$19.91 +$10.743008293700859 +$15.2 +$17.46692352862889 +$18.33 +$16.534308392063092 +$19.12 +$18.81027099407698 +$11.29 +$11.3285753003142 +$17.31 +$19.584490858800955 +$19.66 +$16.2009839901729 +$16.89 +$17.2277207081032 +$17.17 +$13.760590363134039 +$11.27 +$18.202601012509426 +$16.12 +$18.400007895846297 +$12.63 +$10.962908008254901 +$11.43 +$15.955778638650786 +$10.28 +$10.72858804440341 +$14.79 +$18.94449323794804 +$11.68 +$18.106412193745427 +$14.58 +$10.182150429175016 +$10.72 +$17.461739389065634 +$14.4 +$11.249841698319514 +$18.18 +$10.983196522111758 +$16.15 +$10.250561987175603 +$10.85 +$11.584891042086747 +$15.76 +$19.092417639422557 +$13.26 +$19.408341169269402 +$11.58 +$10.852380281247356 +$13.52 +$16.43765731137904 +$10.39 +$17.59612741072233 +$12.19 +$19.26521548116906 +$16.86 +$12.377361745410484 +$12.36 +$17.473080581462156 +$15.22 +$17.756984999122075 +$14.62 +$16.86794292972361 +$14.16 +$16.685862377589586 +$10.24 +$13.872114930803546 +$14.53 +$10.605814217158757 +$10.21 +$19.090811084287505 +$13.30 +$15.966832373477821 +$17.2 +$12.596273292534043 +$16.16 +$17.289314069546222 +$19.11 +$13.729326071177189 +$19.42 +$14.13669772601813 +$19.66 +$18.6604578311736 +$13.28 +$16.377047726065108 +$10.45 +$14.653395251754896 +$16.40 +$19.432935489584175 +$19.62 +$17.44973790501652 +$19.44 +$11.576588671474926 +$16.63 +$11.22208987994362 +$19.8 +$17.59975326121767 +$19.72 +$13.766357463381492 +$18.44 +$18.35888226236375 +$14.25 +$18.322646069487433 +$13.23 +$12.391884333754838 +$10.38 +$13.044597857350576 +$10.56 +$11.089872092204391 +$12.15 +$16.893052869400492 +$10.31 +$10.766042594791044 +$12.48 +$11.063557514828497 +$17.45 +$14.867017036782919 +$10.68 +$10.13431676899644 +$18.31 +$16.654489774734607 +$18.3 +$10.401705825371197 +$15.60 +$19.247015774045494 +$19.10 +$15.808405019856384 +$14.32 +$16.789676654580134 +$10.22 +$11.623747808709641 +$19.68 +$16.467830699699164 +$19.12 +$19.2689331192378 +$13.88 +$19.106066749033083 +$13.71 +$14.509984782263466 +$13.67 +$13.611813173562815 +$13.17 +$11.832355960660276 +$18.37 +$17.851393909323306 +$10.78 +$12.248102796220337 +$15.74 +$19.712232220014197 +$18.55 +$10.581466488251445 +$10.19 +$12.022493831369133 +$13.17 +$10.791700012886945 +$13.93 +$11.513597118534918 +$14.48 +$17.67606444036947 +$19.65 +$16.14357686287252 +$11.12 +$15.638817942410885 +$13.58 +$12.571008305681499 +$11.7 +$13.316152793695538 +$17.3 +$10.098675096318948 +$16.82 +$10.55505129755917 +$14.13 +$12.99151326827484 +$12.1 +$18.51638978539245 +$15.65 +$18.221030712192977 +$13.73 +$14.473512241153472 +$18.41 +$18.05084990008232 +$14.18 +$13.313272713698298 +$10.28 +$11.870117596546221 +$10.36 +$19.448888979487528 +$12.9 +$18.495289890013346 +$12.1 +$13.788192923772305 +$15.47 +$19.6820638542809 +$14.39 +$10.980343387725103 +$14.24 +$14.66629760581793 +$16.71 +$10.657369188606067 +$12.12 +$18.237880572314104 +$16.75 +$13.10383093841128 +$18.56 +$10.539756975118443 +$11.3 +$14.305500264691215 +$10.67 +$10.266004786329264 +$13.73 +$16.24909041581848 +$17.80 +$15.964888981711027 +$18.83 +$11.944084547470982 +$10.58 +$11.196808125060068 +$17.3 +$19.90837498236572 +$10.58 +$15.245547999396539 +$18.59 +$14.324588526168771 +$19.82 +$14.12340827707548 +$19.89 +$17.04729277907237 +$15.64 +$18.861129530717456 +$10.78 +$16.585972758230543 +$19.6 +$12.820412558735336 +$12.2 +$19.770276486940705 +$15.2 +$19.36916366911148 +$19.68 +$11.646348683720134 +$11.40 +$15.236759723323548 +$14.60 +$19.4500804900625 +$18.33 +$17.29000900500286 +$17.53 +$10.539662490351294 +$15.30 +$16.339342527521246 +$10.92 +$14.436653491539012 +$19.53 +$13.281106881340438 +$12.26 +$12.5132660609605 +$13.0 +$17.47086552614552 +$11.88 +$14.241017041426101 +$15.24 +$17.646252927777486 +$11.56 +$17.485308851448906 +$15.62 +$11.010162775618902 +$12.93 +$18.070297642393804 +$11.40 +$13.260082600697245 +$18.17 +$12.69556350315172 +$17.86 +$16.64779036940034 +$17.34 +$17.851308715850116 +$14.76 +$15.122266090916836 +$11.86 +$18.65782817225772 +$18.64 +$13.92118847520036 +$17.14 +$17.198198473240524 +$12.8 +$19.20627195791399 +$16.88 +$16.022347216426326 +$12.1 +$11.400942103761246 +$13.62 +$10.455197086157131 +$16.14 +$18.75832628976353 +$10.80 +$16.326455054806907 +$17.33 +$14.43334148024486 +$19.34 +$15.029484000650141 +$11.93 +$14.834081632065018 +$10.71 +$16.66906834196793 +$12.79 +$17.37741251283493 +$15.92 +$14.41762071021218 +$18.54 +$11.742757821348665 +$16.24 +$14.721509077844228 +$10.57 +$18.151827441099343 +$17.31 +$19.873076892080345 +$11.31 +$12.114169601322466 +$10.15 +$16.314214198240975 +$17.67 +$12.22566553000232 +$11.7 +$19.5866121886312 +$11.1 +$19.8262842846026 +$17.37 +$11.346161134314542 +$14.64 +$13.877755567752597 +$18.91 +$17.041912645857177 +$19.30 +$10.721094979600569 +$10.29 +$13.664783481469119 +$11.93 +$12.828822730244918 +$15.81 +$14.444119339332739 +$19.0 +$16.99937905179351 +$12.77 +$13.78749324377035 +$15.53 +$16.49043674370058 +$10.19 +$16.450290369150363 +$17.28 +$17.316978564351025 +$18.41 +$15.444214989148662 +$11.85 +$18.605345194995863 +$11.29 +$15.7477076396451 +$18.56 +$15.372092020914508 +$14.15 +$16.2445279052732 +$16.68 +$15.423561454011008 +$11.41 +$11.592298274271283 +$16.2 +$12.3242398418791 +$12.87 +$18.875478319666506 +$14.51 +$17.350294043092077 +$17.67 +$10.868411341513847 +$16.65 +$16.52523534828356 +$18.42 +$18.360827051348565 +$15.43 +$14.89730228855889 +$10.23 +$19.566959953657683 +$18.7 +$19.040971851936042 +$11.38 +$10.583925906966016 +$10.80 +$18.787659946700067 +$19.60 +$17.881747554620503 +$10.9 +$10.504841793776276 +$17.74 +$13.971163791674512 +$16.52 +$14.923514373466602 +$12.62 +$10.52982678446463 +$10.55 +$13.739998799297037 +$15.68 +$19.517693689298188 +$10.20 +$16.77430688434367 +$10.43 +$14.532725615277332 +$12.94 +$14.253479485135426 +$13.40 +$14.139098471785447 +$11.6 +$11.531661782432874 +$19.15 +$14.397025765564681 +$10.79 +$12.726805382158918 +$11.20 +$17.38366208276193 +$15.60 +$11.44277467993788 +$12.70 +$15.584693898533036 +$11.5 +$16.186519959884418 +$13.14 +$15.352937333647581 +$10.82 +$11.35987149670937 +$11.12 +$18.940822295035908 +$19.39 +$14.942955882557385 +$10.31 +$12.254267762184067 +$12.25 +$13.362218499769295 +$19.36 +$19.35310472542003 +$16.52 +$19.193534280770475 +$18.56 +$10.463684389146724 +$12.39 +$14.100431265531505 +$10.78 +$19.416715343386052 +$18.25 +$18.83440557672591 +$14.78 +$19.63505260096364 +$13.43 +$16.283388369544973 +$13.14 +$19.85905255339412 +$10.61 +$15.842756246772664 +$10.49 +$11.900362185349072 +$10.90 +$16.99238761231341 +$17.44 +$11.126202908748796 +$17.4 +$14.381542967686501 +$10.25 +$11.009139333166221 +$16.8 +$18.99948230726316 +$19.77 +$16.79654820093533 +$11.44 +$10.381927545375298 +$15.88 +$18.770014246765555 +$15.8 +$19.258815379914033 +$16.9 +$17.292714557052683 +$11.75 +$16.272579430340475 +$17.5 +$13.141504363475244 +$14.49 +$14.05628205629136 +$13.27 +$16.20125401621575 +$17.8 +$16.293294113723384 +$17.30 +$11.72874526448777 +$18.76 +$15.556166945476825 +$18.32 +$18.330302820600373 +$13.92 +$11.187338869989638 +$12.89 +$12.458329632498682 +$16.5 +$10.20407515113944 +$18.18 +$11.167940771684693 +$12.41 +$11.272992549716284 +$10.66 +$19.655140333402354 +$15.55 +$12.203014570725697 +$17.42 +$16.205279310429052 +$19.14 +$13.139690831238639 +$13.20 +$13.70379425465984 +$16.46 +$14.473772817259071 +$18.37 +$18.712288744972085 +$19.93 +$10.209281190716224 +$15.27 +$14.395528456468268 +$17.31 +$16.230185046160216 +$15.28 +$16.133491404272323 +$17.22 +$18.609780039782173 +$16.89 +$19.094800102187683 +$11.28 +$19.03771990595936 +$17.41 +$14.486141446588338 +$10.85 +$19.129382419766667 +$13.27 +$14.775973116358784 +$13.28 +$14.448088815086692 +$16.93 +$18.58130623258172 +$14.25 +$12.784156924114933 +$11.66 +$10.570231954212385 +$12.44 +$19.836546950620885 +$16.33 +$12.12855489168313 +$13.28 +$11.49766901134812 +$15.32 +$13.504279643807054 +$16.48 +$12.053498821330816 +$17.33 +$17.538089673749333 +$15.15 +$14.735351668278126 +$17.1 +$12.089394491360991 +$15.83 +$11.717340421550972 +$17.91 +$16.440821801280325 +$19.51 +$10.918449907735699 +$18.57 +$18.90556096754046 +$16.35 +$13.794065195743357 +$13.22 +$18.28501599156709 +$10.31 +$12.947130077761074 +$11.85 +$11.337404945928858 +$16.2 +$11.224967094688612 +$14.90 +$10.622653085389974 +$10.44 +$16.11440937726622 +$13.11 +$11.547801177360695 +$16.61 +$10.279051210687335 +$11.40 +$17.903051224830982 +$12.34 +$14.444742443476104 +$16.3 +$10.823653237124404 +$15.80 +$12.087823239867987 +$19.72 +$15.379276699969624 +$10.88 +$17.368500477243956 +$10.57 +$19.414372136199 +$10.42 +$16.28468939304814 +$11.24 +$10.46847669415053 +$17.20 +$18.594083552196093 +$19.53 +$10.949453765549357 +$17.8 +$16.92471500792072 +$14.41 +$12.626485917153625 +$17.84 +$11.809521273344446 +$19.82 +$10.660417644610362 +$12.86 +$16.829999855563354 +$18.83 +$14.207077570884685 +$18.87 +$19.227921438882618 +$13.11 +$11.937002058839703 +$12.28 +$12.604325659916729 +$16.21 +$19.143607451490695 +$13.9 +$17.0613862915175 +$10.63 +$18.405690519068052 +$13.60 +$18.569913403773832 +$16.11 +$13.420008443089522 +$19.85 +$18.476341846337554 +$10.68 +$14.201756247888163 +$15.87 +$17.564093019545133 +$10.85 +$19.22947977049457 +$18.71 +$17.719779703834764 +$13.81 +$15.989953484109042 +$15.38 +$13.207474335550916 +$18.64 +$18.55515172700313 +$18.28 +$13.553644875446107 +$14.49 +$13.224563097259058 +$17.82 +$15.101213452835157 +$14.67 +$10.67708685092425 +$16.6 +$14.176932022551249 +$11.28 +$17.40035656520001 +$11.71 +$10.84564320745384 +$14.19 +$10.274116430739063 +$14.18 +$16.212248124875423 +$17.34 +$11.759254606273931 +$19.12 +$13.322387613303306 +$15.74 +$16.671285535638606 +$17.47 +$11.634101362463586 +$18.4 +$10.226991770888253 +$12.30 +$18.139413414643915 +$14.56 +$19.253578415511065 +$11.31 +$15.60115372572005 +$16.21 +$13.40311249420015 +$18.22 +$15.64269921669964 +$19.42 +$15.225328927759223 +$15.70 +$16.612253078627898 +$17.9 +$13.614142177224153 +$18.82 +$19.531872475712774 +$13.22 +$10.227669548046006 +$15.69 +$14.845745916607997 +$13.41 +$13.685536585657688 +$17.36 +$13.885829266199357 +$19.37 +$13.129032460742632 +$11.59 +$16.764588492811466 +$14.70 +$12.606272044989536 +$13.47 +$16.85759790611157 +$17.27 +$15.288640336588635 +$10.5 +$12.239394078876781 +$15.13 +$15.189126158346486 +$14.65 +$12.954079106867582 +$15.63 +$15.206233622399427 +$16.31 +$10.839211093646638 +$15.55 +$17.76633459816054 +$13.9 +$16.62403730099151 +$16.81 +$12.392608617308973 +$17.31 +$12.043644699953216 +$15.83 +$11.488826330936632 +$15.17 +$14.56106315899454 +$18.3 +$16.598706548427234 +$11.25 +$10.039986693613924 +$10.75 +$19.499208121280446 +$15.68 +$14.51324832325724 +$11.56 +$11.728737404672389 +$12.27 +$11.447821673076271 +$11.61 +$18.694940202694546 +$19.30 +$13.834266956767967 +$13.6 +$15.468695944927365 +$19.46 +$13.47451235166984 +$15.90 +$12.442573676866354 +$13.44 +$14.512859480663524 +$18.9 +$11.808299376594599 +$15.77 +$19.7123435208159 +$17.3 +$17.059302535865168 +$19.62 +$10.944660051429315 +$15.47 +$15.17555172203606 +$18.56 +$14.058283510495688 +$19.49 +$17.474723547913996 +$15.92 +$15.340932825472137 +$17.43 +$11.27521796907093 +$13.9 +$16.26789582126512 +$18.33 +$17.879991466261167 +$16.10 +$14.94501905879752 +$15.3 +$11.088438590933578 +$17.30 +$10.60940021495277 +$11.27 +$10.527873746736839 +$17.0 +$14.930559242536415 +$12.76 +$15.232500082786148 +$14.60 +$11.230931456037778 +$11.10 +$15.66354135308729 +$17.1 +$13.598229528305355 +$15.3 +$10.110536066279534 +$12.11 +$16.596635726094163 +$10.52 +$18.45045013842868 +$19.33 +$11.702034568901155 +$15.27 +$15.547890628638797 +$15.20 +$15.728015077293287 +$19.21 +$18.853106755683662 +$15.45 +$13.008629950364607 +$15.66 +$15.276653292629305 +$15.68 +$16.88010046860861 +$19.68 +$14.985038044572525 +$17.49 +$16.338725542361786 +$17.92 +$14.892571031644543 +$19.15 +$10.973818457774009 +$13.11 +$15.852863055565447 +$13.9 +$19.00587533348351 +$18.70 +$18.476330474802843 +$15.6 +$17.430981040466943 +$13.75 +$19.6224235010272 +$17.56 +$10.709690573124469 +$14.41 +$11.888446933435702 +$16.80 +$15.67952081132869 +$13.0 +$10.248843473790046 +$19.56 +$19.150680824454824 +$12.60 +$19.906916585971352 +$15.9 +$14.730497020858683 +$16.38 +$16.189607702791594 +$13.23 +$16.317469284449942 +$16.14 +$15.655448790516989 +$13.2 +$10.608722379629993 +$12.46 +$13.849073750305978 +$11.38 +$16.956610971677865 +$14.82 +$12.112926670084542 +$15.64 +$12.642608888273466 +$17.33 +$18.314887637459947 +$13.55 +$14.695190276033127 +$18.30 +$13.072811791587142 +$11.68 +$11.09496097552344 +$16.22 +$16.47492168940645 +$13.19 +$14.688344528220744 +$13.92 +$12.329797562603233 +$13.26 +$12.077027429044984 +$14.93 +$18.852125212024283 +$13.58 +$13.568215520281719 +$13.27 +$11.483861702059366 +$17.26 +$19.034180674277295 +$11.28 +$13.805948431736164 +$11.76 +$15.872973686222757 +$14.40 +$18.376936918080908 +$11.14 +$18.220568413114414 +$13.65 +$19.405395026587982 +$18.19 +$19.413302459871364 +$17.41 +$13.299531326223118 +$16.30 +$18.36809327377664 +$19.34 +$18.662400219771463 +$19.69 +$13.701854283797811 +$18.63 +$17.206744399028846 +$12.49 +$17.905381037334298 +$16.88 +$13.36689258055398 +$13.45 +$10.934091327017212 +$17.8 +$15.325418718548853 +$15.74 +$16.048115810903404 +$12.94 +$16.023308258439613 +$15.2 +$10.600925784584813 +$19.14 +$11.152430369615379 +$11.44 +$18.6236828709451 +$11.94 +$12.961113340411321 +$11.79 +$11.48360507638386 +$17.12 +$17.676601774618124 +$18.13 +$16.586423665361906 +$16.78 +$15.835338539581205 +$12.53 +$18.650157774522327 +$11.49 +$12.801195846792098 +$16.76 +$19.906919866908584 +$18.16 +$17.995435829091345 +$16.40 +$10.603947719162237 +$11.60 +$19.571691628424258 +$10.22 +$19.857104860046555 +$13.19 +$11.374690579199518 +$16.81 +$15.154557593269283 +$16.47 +$12.682510254729454 +$18.61 +$14.71970955176046 +$14.78 +$12.641621916196836 +$14.64 +$16.29525592559812 +$13.37 +$17.66497053853532 +$13.33 +$13.097565622154555 +$10.10 +$19.322419283866147 +$13.19 +$14.040112245726316 +$15.36 +$12.376129893391765 +$10.54 +$17.565938012228855 +$13.1 +$19.79528320343676 +$19.66 +$10.59579713534931 +$13.82 +$11.920904008193249 +$13.19 +$15.863830250974836 +$12.22 +$18.824094491160775 +$10.69 +$18.23132275405876 +$12.72 +$19.778525052974956 +$19.57 +$13.443095668453338 +$10.66 +$14.326508135426229 +$12.92 +$11.58105418823009 +$14.34 +$19.161342129759692 +$11.59 +$10.049021941409318 +$18.44 +$19.45595724088833 +$10.65 +$17.66769428365145 +$19.80 +$18.4548750601807 +$14.73 +$18.41158657674234 +$13.90 +$12.407345335620821 +$16.20 +$17.12295512679141 +$18.13 +$17.110117128281665 +$19.92 +$12.880232535520145 +$12.77 +$18.096284700131555 +$19.19 +$15.171522128261255 +$12.92 +$15.76974701749983 +$15.31 +$15.599282186423148 +$10.34 +$13.49357654803798 +$13.86 +$16.852804489618574 +$17.46 +$18.703997765478377 +$10.81 +$11.436232265360314 +$16.35 +$10.321491870623149 +$13.23 +$13.997083929980933 +$14.35 +$18.705437952192845 +$10.81 +$18.344062674333433 +$19.13 +$15.948784071332259 +$11.86 +$12.054621112341678 +$17.81 +$15.982101229469754 +$13.63 +$12.440453992618036 +$15.55 +$19.528406958236246 +$19.39 +$19.820041724131627 +$11.11 +$15.427310476094332 +$10.67 +$16.11181758875658 +$19.62 +$17.35854655940845 +$17.46 +$18.575895447935885 +$16.2 +$13.396393950717108 +$17.65 +$14.990460928572034 +$17.82 +$15.62799066173439 +$14.84 +$16.87234748410677 +$15.87 +$11.673698518570141 +$16.45 +$11.234949853355685 +$11.20 +$10.389606265491707 +$12.89 +$17.608145840493556 +$11.74 +$15.05308191593883 +$13.12 +$12.602515282923825 +$17.27 +$11.951871078182904 +$13.87 +$12.216809368704967 +$14.13 +$18.833431956136522 +$19.74 +$14.448024313005721 +$14.91 +$18.701713990364667 +$18.3 +$17.893485955504012 +$17.72 +$16.85342473678646 +$12.61 +$10.960843760588746 +$16.74 +$18.484436161852805 +$18.27 +$15.373379253560499 +$16.5 +$11.239054848254128 +$12.78 +$12.701840014520487 +$19.24 +$10.274701501657372 +$18.49 +$13.342231622650417 +$13.35 +$13.569242627050185 +$16.45 +$11.999458628491352 +$19.91 +$16.66491123366594 +$14.21 +$11.342406198249071 +$10.23 +$14.463779215520292 +$19.20 +$14.823940828030661 +$12.44 +$19.545267940934153 +$19.94 +$18.84936750582206 +$15.36 +$18.03759039532705 +$11.87 +$13.678542924219158 +$18.24 +$12.038054716280323 +$10.59 +$10.400213983673067 +$11.65 +$10.797038981636218 +$12.30 +$10.766774066724558 +$11.55 +$16.88806943005787 +$14.41 +$17.802618910776015 +$19.73 +$13.366185578928485 +$19.30 +$10.670754325307445 +$16.56 +$12.187251257817255 +$15.16 +$16.58880927905181 +$11.41 +$13.444397242656132 +$10.93 +$18.785450186345848 +$14.29 +$11.231348410978221 +$11.27 +$15.859887199441644 +$13.8 +$12.600628642291571 +$18.32 +$12.711842227273774 +$14.43 +$14.791932718298279 +$11.27 +$18.785848856560786 +$13.55 +$19.689931596404193 +$17.82 +$10.104582868031917 +$10.55 +$13.192604649845743 +$19.62 +$11.331266952962492 +$11.67 +$10.247894872043506 +$17.79 +$18.743748709078837 +$14.47 +$16.457210062994715 +$10.42 +$11.587624531631706 +$17.23 +$15.739375785892179 +$13.27 +$12.331822520739806 +$10.29 +$12.255047021321245 +$15.77 +$11.859618643870569 +$10.64 +$15.832118533184225 +$18.38 +$16.28402478620635 +$18.66 +$10.429769638698211 +$10.2 +$12.43072895668241 +$15.68 +$11.079469784319878 +$12.82 +$15.681891679964252 +$10.79 +$18.484967595579768 +$15.56 +$13.255193196431414 +$13.18 +$15.831999005936742 +$18.93 +$19.49908783169286 +$11.12 +$17.969705931950926 +$16.35 +$14.654400165308934 +$14.85 +$12.946324994047703 +$15.35 +$17.985648105407574 +$14.24 +$10.153329253835757 +$15.93 +$14.512991456178701 +$15.18 +$12.980824528022943 +$16.77 +$16.02174348612647 +$11.32 +$14.96130195724914 +$16.55 +$18.787859046274136 +$12.2 +$18.042707007721493 +$18.23 +$17.271827257169317 +$10.17 +$12.509498454435636 +$15.73 +$16.76835003928139 +$15.70 +$15.334627393320474 +$18.58 +$11.433266318941236 +$15.93 +$16.690562546991362 +$15.79 +$14.717992687997498 +$17.5 +$13.326292586050958 +$10.18 +$18.497744584886462 +$19.41 +$17.190570904329242 +$18.14 +$13.498896196223155 +$14.87 +$13.897424086301715 +$16.7 +$18.674215440608137 +$17.4 +$18.750455368987417 +$19.78 +$14.743396607577331 +$11.72 +$12.457945990579347 +$13.7 +$11.713184808627918 +$12.44 +$16.195949138862808 +$18.13 +$14.41393221988484 +$13.69 +$13.141283214159362 +$15.24 +$13.122752255817383 +$15.60 +$14.079680654157603 +$18.94 +$18.60037331821379 +$12.81 +$13.345960220927747 +$17.39 +$16.005036731497825 +$13.57 +$14.368821487392154 +$18.9 +$19.370059923530217 +$11.20 +$10.804848441443355 +$15.49 +$17.82247538477606 +$11.32 +$10.590488037360057 +$11.26 +$17.14456094539414 +$19.79 +$13.788039489291526 +$18.45 +$16.36632411085501 +$17.56 +$10.352071202641202 +$15.73 +$11.51440868448292 +$12.73 +$10.71715194953762 +$18.1 +$11.582242534439647 +$16.12 +$18.92064199188359 +$15.72 +$18.467315042177155 +$16.86 +$12.180861590150148 +$11.28 +$19.27356415100369 +$12.61 +$17.295355890069793 +$10.74 +$13.723742328584677 +$10.54 +$15.02380103053363 +$12.72 +$12.268597667031855 +$15.88 +$17.516638268022515 +$11.94 +$15.681476776422752 +$17.92 +$11.077700715449147 +$12.23 +$13.387475752703962 +$12.67 +$16.399658213156943 +$18.55 +$19.871983791272093 +$17.63 +$18.77837356975097 +$11.51 +$15.990753246017338 +$13.55 +$18.66500987891709 +$17.32 +$17.652913520946413 +$14.26 +$12.764706719752795 +$14.13 +$19.28073908250336 +$17.66 +$15.928845032192825 +$16.53 +$19.74754465237855 +$16.28 +$10.802922774435194 +$13.32 +$12.131115443313 +$13.15 +$10.525126221572119 +$12.12 +$16.38782370771566 +$16.87 +$12.162917114223069 +$19.49 +$10.62303514330582 +$19.4 +$12.516701335517386 +$16.49 +$10.725039602992384 +$19.24 +$15.126590005213858 +$19.18 +$13.244698623116047 +$10.72 +$11.577408788259854 +$16.47 +$10.108812831809209 +$13.71 +$12.3306032029845 +$18.72 +$15.362561870566328 +$16.62 +$11.460307237556675 +$18.5 +$10.564705575474266 +$11.28 +$11.075748993772963 +$12.67 +$10.469653616684925 +$13.73 +$10.241294355702655 +$13.7 +$19.649805091627314 +$15.1 +$18.956575057873838 +$15.0 +$12.188759075867525 +$15.22 +$10.066300260940404 +$13.83 +$12.933198748703191 +$12.51 +$13.813735402120363 +$15.51 +$15.763550825107044 +$11.88 +$15.673145020770175 +$17.7 +$14.003532393133256 +$10.70 +$12.740621971607364 +$19.59 +$14.624744603007077 +$13.85 +$19.506724405999048 +$19.7 +$17.229000542663645 +$13.67 +$15.697331917788013 +$12.5 +$10.971153467320244 +$11.73 +$14.138786079753242 +$12.91 +$13.66791274817717 +$13.52 +$16.999908203186898 +$11.78 +$10.03373641149535 +$17.12 +$12.50884812581322 +$18.40 +$18.069006264912208 +$17.28 +$13.137761496485423 +$13.68 +$13.617613263354587 +$10.50 +$14.697526067861872 +$18.23 +$11.838584374549287 +$18.39 +$11.215060532015507 +$18.15 +$13.350861364931902 +$16.83 +$19.311229405628502 +$12.69 +$15.376504832472094 +$17.37 +$10.980700997072292 +$15.62 +$14.635538369994876 +$16.66 +$17.265542706620035 +$19.9 +$16.9737262237143 +$12.48 +$12.436869078722157 +$15.74 +$19.560199436089388 +$15.16 +$11.18586333240989 +$15.13 +$19.654047194236572 +$10.64 +$10.227852712292618 +$13.36 +$12.560377056178677 +$17.79 +$10.76662253972406 +$11.65 +$12.137641187663958 +$13.81 +$10.217498765655375 +$16.49 +$12.202908008570459 +$13.88 +$17.04017991286545 +$14.88 +$11.542485450304344 +$10.53 +$11.188818483776354 +$10.76 +$19.385578305922625 +$18.76 +$15.699780206821227 +$19.69 +$17.533620568380716 +$10.43 +$14.3178336254126 +$10.28 +$17.48672961339154 +$17.12 +$18.298529729383194 +$10.89 +$14.083850773388141 +$15.45 +$16.239860052830313 +$19.15 +$17.19883795462698 +$11.56 +$14.425996928851863 +$10.71 +$11.284627430058897 +$18.68 +$14.387667453092433 +$19.78 +$10.179699821378291 +$13.93 +$10.954282134222233 +$19.47 +$12.161446307846678 +$14.30 +$11.867626376395341 +$19.74 +$16.24600741560301 +$12.82 +$10.379026440381317 +$15.52 +$19.36998360835541 +$18.33 +$19.004320088483972 +$16.24 +$19.79839709723857 +$14.43 +$13.217055231347786 +$12.59 +$10.215095975671948 +$14.16 +$13.471680564185636 +$14.21 +$19.947952388850137 +$16.82 +$10.903729991975695 +$15.11 +$17.683204988370107 +$13.10 +$16.718364382680402 +$13.61 +$11.056069644792343 +$15.71 +$17.411517331512044 +$13.16 +$14.400415987485417 +$16.89 +$19.480562160666736 +$17.78 +$12.472132029459445 +$17.49 +$14.71372156108573 +$13.38 +$13.272883714620793 +$17.78 +$19.329237351453457 +$17.82 +$10.386333529509137 +$14.80 +$18.35953358815787 +$12.54 +$15.695295165459587 +$10.25 +$19.55267179686676 +$15.41 +$19.4271191543478 +$11.47 +$19.755134820921292 +$19.32 +$19.25383105150685 +$18.58 +$15.327026562120068 +$13.74 +$12.209846460389903 +$13.50 +$14.138360273430752 +$13.43 +$15.85249283680843 +$18.31 +$10.740177388024396 +$14.84 +$16.324571191196664 +$14.16 +$19.542692820102978 +$17.7 +$11.84367650594078 +$11.32 +$12.37569760339355 +$17.70 +$15.842625084066146 +$18.43 +$16.040699912298155 +$12.81 +$15.493769036067079 +$11.94 +$19.31969125966829 +$16.13 +$12.202241790604866 +$15.14 +$19.399376286476375 +$19.72 +$13.68127857021117 +$16.50 +$17.25137198367133 +$13.1 +$10.80264673079435 +$12.86 +$18.440160598635963 +$15.41 +$13.965319281056326 +$15.71 +$14.957503452133317 +$19.57 +$13.516083201829009 +$16.76 +$16.086754028211466 +$14.92 +$15.009366739191128 +$12.13 +$10.002080387987773 +$14.31 +$14.977633623439758 +$11.46 +$15.190822576441025 +$18.20 +$16.45567040577786 +$18.22 +$15.170911227694852 +$12.65 +$13.708543096770585 +$18.23 +$19.920938469922177 +$15.70 +$15.447678732288262 +$17.55 +$18.99016780763563 +$13.50 +$16.603644031470242 +$15.8 +$10.358004369636951 +$15.41 +$13.210444504820703 +$16.84 +$15.53775923318112 +$19.21 +$10.675885052183823 +$16.46 +$10.421473982546347 +$17.81 +$16.956372600073205 +$16.36 +$18.446724636956333 +$19.84 +$18.41442755817527 +$17.88 +$15.021266508089532 +$13.36 +$17.828666139271228 +$15.60 +$12.948184899902703 +$12.9 +$17.02356970606605 +$13.44 +$19.06298126999338 +$19.68 +$14.03262600020714 +$15.36 +$19.47610298581789 +$19.41 +$10.18382201166685 +$11.50 +$19.148039941728495 +$15.9 +$13.953304773967329 +$10.19 +$14.628448562160347 +$18.36 +$10.471579925220691 +$13.50 +$18.74258433582598 +$13.89 +$10.391522381183423 +$14.52 +$15.582861526980423 +$17.53 +$14.6670455317659 +$17.56 +$18.218187976322277 +$15.62 +$16.4781474702705 +$16.11 +$17.27391875540391 +$16.54 +$13.551117952640231 +$11.82 +$12.683622134734259 +$11.7 +$14.674625153857441 +$19.1 +$13.018007556011735 +$18.60 +$13.187590646861237 +$17.74 +$11.328516368216437 +$13.2 +$15.602194435457445 +$18.79 +$14.366237394586264 +$14.91 +$12.663522600505903 +$13.52 +$12.81646603250677 +$10.67 +$16.516985520111078 +$18.77 +$11.141353064149975 +$16.56 +$12.780468558349385 +$17.74 +$19.093038253980513 +$12.9 +$19.088038541537394 +$12.49 +$12.650011084545278 +$19.54 +$19.76835505283243 +$11.65 +$10.010259759570237 +$19.31 +$13.617039620432504 +$11.14 +$15.443810158880629 +$11.93 +$11.93823172629601 +$11.55 +$16.60102106518085 +$10.24 +$17.79965910749836 +$16.34 +$16.86990015904916 +$17.88 +$12.592671341400258 +$15.10 +$16.73436324318332 +$17.34 +$17.25781256988805 +$10.83 +$14.796647644312463 +$16.53 +$17.270168016931287 +$18.24 +$16.805991596386562 +$15.69 +$16.282381775108377 +$12.78 +$10.529543537184205 +$12.12 +$15.59876700255565 +$16.55 +$14.804163664546252 +$17.71 +$13.36290912457976 +$15.21 +$12.401153214116242 +$15.23 +$14.567376015879486 +$19.78 +$17.132309473438802 +$18.49 +$10.688391092510164 +$12.18 +$18.981052416414638 +$11.74 +$15.222580720748539 +$11.38 +$11.39756116264809 +$14.9 +$19.729400456573696 +$17.8 +$15.793228698582897 +$14.80 +$10.326754038525511 +$14.84 +$13.782866679619888 +$14.22 +$17.322237414381732 +$11.25 +$10.42218319487537 +$14.42 +$15.904446786794782 +$10.34 +$17.415278455418935 +$11.41 +$10.220857568263334 +$13.38 +$13.2657103382694 +$17.3 +$15.167625742379432 +$11.89 +$17.90698237988547 +$14.1 +$13.987856228229157 +$12.69 +$19.308606162413792 +$18.35 +$16.6978404432293 +$12.81 +$10.534834472078256 +$19.23 +$14.54347801106285 +$14.77 +$16.044005012884508 +$16.25 +$19.540523469366768 +$15.73 +$15.193812559692773 +$17.65 +$18.709663729141628 +$16.48 +$12.3364849183734 +$14.5 +$18.93415955124693 +$17.30 +$18.72343867690362 +$14.66 +$19.66517301493772 +$10.16 +$13.46365581663062 +$12.34 +$12.376589026672962 +$14.83 +$11.58330434131259 +$13.3 +$16.613047279497763 +$19.43 +$13.506843646599897 +$12.81 +$13.641550384409019 +$19.42 +$17.751250282021736 +$18.60 +$14.329178089024218 +$12.11 +$10.952756526083157 +$19.57 +$17.376396801003285 +$10.27 +$17.270933503541805 +$16.22 +$15.271002072859694 +$11.82 +$12.257189456944719 +$18.38 +$17.15480885367285 +$10.89 +$16.67532572373116 +$11.94 +$19.010736384277536 +$13.86 +$15.80717469687643 +$15.34 +$18.15383415243073 +$18.30 +$17.96781159379536 +$19.91 +$13.186839222773406 +$12.87 +$14.26935083648114 +$10.19 +$15.401566842586453 +$16.22 +$19.6977490509135 +$11.26 +$15.082955354539589 +$16.26 +$19.725527214665664 +$11.74 +$14.316304203642272 +$13.39 +$18.40890169851847 +$12.67 +$15.48892817919332 +$17.74 +$19.664399173059138 +$15.55 +$15.116325140441992 +$15.27 +$14.93266065970375 +$11.22 +$10.662628550918301 +$14.77 +$19.731503088626553 +$11.85 +$16.989125563273873 +$11.60 +$12.104298257897863 +$13.80 +$11.491757095045893 +$12.51 +$14.623838000991567 +$10.20 +$16.176867752655728 +$16.1 +$11.050802602473468 +$11.35 +$10.661509510860157 +$12.31 +$14.685931672689492 +$10.18 +$10.061992264556807 +$19.58 +$11.912817284474222 +$10.7 +$15.212637445994002 +$17.42 +$17.643465248761323 +$16.50 +$16.13259105767847 +$11.71 +$15.703856640420005 +$15.29 +$10.570839052660272 +$11.71 +$11.907444717775139 +$13.81 +$17.033306183525635 +$10.37 +$12.509434727709174 +$16.34 +$16.579828676560737 +$18.94 +$11.415328169554673 +$12.6 +$18.972609751418418 +$17.2 +$18.9516376180383 +$18.64 +$18.283689261411112 +$11.26 +$12.670897082832237 +$17.4 +$16.470997816591826 +$12.64 +$14.1404940909263 +$17.54 +$17.315262550714483 +$18.70 +$13.377830711584277 +$18.43 +$10.96204250223297 +$17.35 +$11.146630892041104 +$10.22 +$17.100188499488517 +$11.33 +$15.329749554011096 +$17.38 +$16.419984063220085 +$14.51 +$16.881613992938576 +$11.87 +$19.8703867174058 +$17.32 +$17.209184290326082 +$10.44 +$18.297916703631834 +$11.69 +$18.426867106703078 +$16.80 +$13.234750186683705 +$10.83 +$16.694391741532133 +$19.84 +$13.712300623728812 +$11.40 +$16.237155200331856 +$11.77 +$15.088898014760746 +$19.84 +$17.345293508570613 +$11.37 +$18.853330682039235 +$18.6 +$19.0265743537489 +$19.46 +$13.101447838818379 +$11.31 +$17.993311112394935 +$11.47 +$14.936108982715492 +$10.39 +$13.60618911697848 +$14.17 +$14.836836783627488 +$12.23 +$18.185999554598805 +$12.30 +$11.565845762919725 +$10.31 +$16.77509210359067 +$15.26 +$18.497113397393598 +$18.33 +$10.057437023124681 +$13.7 +$18.903319169066854 +$18.27 +$16.27214413302039 +$12.17 +$15.970623366652209 +$17.5 +$16.274276176557773 +$17.1 +$11.586824816149166 +$16.94 +$15.451895513951882 +$18.59 +$18.053581037996846 +$17.84 +$14.424950027619689 +$18.15 +$11.114885953699991 +$13.85 +$16.065650430161178 +$15.66 +$11.900807993835274 +$18.6 +$17.46379324575732 +$19.77 +$10.507480665708815 +$15.71 +$18.269564742949 +$15.32 +$13.676733569404684 +$19.91 +$18.734618577989327 +$18.79 +$11.384124237189496 +$19.91 +$17.246229478461593 +$11.20 +$17.66683926055456 +$11.93 +$17.55681575536999 +$11.50 +$18.708986249617624 +$16.16 +$13.200204501969592 +$13.78 +$11.654457610295031 +$19.86 +$15.646905320154021 +$10.94 +$11.006647357011301 +$13.74 +$19.767936163555937 +$18.62 +$16.327269876192208 +$10.93 +$15.670073338935719 +$18.56 +$16.97334109246956 +$12.41 +$17.709417323808967 +$15.41 +$11.776280664845867 +$14.5 +$16.519297947206592 +$12.92 +$17.428391712423466 +$17.48 +$13.498570636116213 +$19.70 +$18.983824760801397 +$19.62 +$17.76957388010099 +$18.86 +$19.631579687033216 +$12.66 +$11.601292885017289 +$19.86 +$18.15178995236601 +$13.84 +$19.381049278048156 +$18.4 +$13.897195535753855 +$18.46 +$18.565388338718748 +$10.7 +$16.706048186887468 +$17.44 +$11.931433312404446 +$10.66 +$15.384117352894803 +$16.32 +$14.358767454084276 +$10.83 +$16.02654961450457 +$16.55 +$19.591517894478244 +$11.86 +$13.504413740897022 +$18.71 +$10.296529541084832 +$10.21 +$11.874416412811177 +$14.57 +$10.40555335120236 +$16.42 +$10.791950456556874 +$16.10 +$10.168179953827536 +$17.39 +$18.326939269253888 +$15.62 +$14.48027738101593 +$15.81 +$16.944584102969046 +$19.39 +$12.743656826355082 +$19.68 +$12.42870945751267 +$14.45 +$19.734833565723694 +$11.66 +$10.140865921292672 +$12.93 +$10.057614119905162 +$13.30 +$18.011871842885697 +$12.86 +$13.017229841393048 +$16.62 +$11.146053972137494 +$16.79 +$15.128514240369242 +$19.90 +$17.14638946282396 +$16.58 +$17.023026127599422 +$19.69 +$13.88851907408212 +$13.6 +$18.456952960461958 +$15.83 +$11.595660763467839 +$17.92 +$10.002446992655788 +$19.34 +$10.003931725291608 +$17.13 +$18.020576546999447 +$12.60 +$14.130741771293419 +$16.61 +$12.240411801121004 +$14.57 +$16.603449208664827 +$18.74 +$16.273543491690724 +$10.50 +$15.785336329657554 +$10.73 +$15.918694167337303 +$13.88 +$19.343084395026946 +$17.5 +$19.798630234432594 +$17.38 +$17.35061466343465 +$16.42 +$11.213224045166065 +$18.3 +$17.102017597055927 +$19.60 +$18.709422866019693 +$12.9 +$13.499995970827461 +$11.11 +$10.064510407590571 +$17.30 +$13.417232819099103 +$11.70 +$15.496146240151749 +$17.87 +$13.934732606058411 +$11.90 +$12.437393787074722 +$17.32 +$18.28693555476628 +$12.87 +$15.901507290264494 +$16.93 +$11.08593061786819 +$19.19 +$19.373239552759024 +$13.77 +$14.934519473124084 +$10.42 +$19.740545679849994 +$16.88 +$19.259331974703912 +$14.64 +$19.206983303576887 +$16.10 +$11.32271051211292 +$19.89 +$19.560904051900007 +$12.18 +$16.69492948039665 +$15.93 +$15.55409838291742 +$14.12 +$10.772398607394365 +$18.83 +$17.23810217691382 +$12.23 +$11.011903107713264 +$12.34 +$17.89514982753882 +$17.24 +$11.137134241116462 +$10.94 +$14.792032025061093 +$17.20 +$10.941435801318512 +$19.10 +$11.864916857234551 +$11.59 +$16.04862353523903 +$12.1 +$15.379294321249098 +$17.69 +$16.250090283237743 +$16.25 +$14.450719064547988 +$12.6 +$19.367353089292898 +$11.51 +$18.75514798988327 +$12.8 +$19.007738806065145 +$16.31 +$12.38055569061547 +$15.36 +$14.20997100974957 +$16.10 +$19.01217196946014 +$13.5 +$10.994830858722324 +$16.80 +$10.8954652302106 +$18.42 +$14.72633461930876 +$15.10 +$19.809048619021787 +$12.87 +$12.204160445212402 +$12.46 +$10.892122878042297 +$12.29 +$13.760967251395524 +$16.23 +$18.405391369571312 +$18.55 +$16.46399939949383 +$19.80 +$19.01389096131272 +$16.61 +$13.245038743067518 +$15.94 +$13.122404203008646 +$14.58 +$14.98284393625115 +$19.14 +$17.73513615526005 +$16.88 +$18.875048472433626 +$12.48 +$15.303592835481048 +$11.87 +$14.609244427870014 +$12.12 +$14.923750480288401 +$15.83 +$11.747584248816286 +$15.38 +$18.440866370028637 +$11.73 +$14.92313477498355 +$13.43 +$15.485302484882656 +$17.76 +$14.682817762589846 +$11.14 +$19.162739821155895 +$14.32 +$10.008261045706552 +$11.69 +$19.026666518262147 +$17.44 +$15.322461223084597 +$10.87 +$17.41999359011476 +$10.1 +$18.423040154874194 +$14.40 +$18.87270260490442 +$16.86 +$12.420713736882293 +$19.59 +$10.084222137011215 +$18.19 +$15.631503167285903 +$14.69 +$10.55670071024326 +$11.30 +$10.021434945566272 +$12.26 +$12.512428364667047 +$18.78 +$15.64482621005914 +$15.37 +$14.555074635336556 +$16.3 +$19.251968713642018 +$17.29 +$15.177601388472404 +$16.55 +$18.268185042763776 +$14.91 +$16.63566015891503 +$13.8 +$17.205867874187255 +$12.94 +$16.456420031747875 +$13.80 +$11.322019209645129 +$15.38 +$18.826726614760418 +$15.28 +$19.297040224488015 +$11.55 +$12.543760699359801 +$13.55 +$10.016265764481725 +$11.13 +$15.291803883962306 +$14.62 +$12.704366245164241 +$10.25 +$15.057808638172975 +$12.79 +$18.749434538044255 +$14.66 +$13.327596651484228 +$10.91 +$19.10872716388969 +$12.68 +$14.3427940377485 +$14.30 +$13.516419078266363 +$15.53 +$17.46389085550783 +$18.39 +$12.003455658509868 +$17.41 +$13.41267068086782 +$16.16 +$15.229186455276174 +$10.9 +$10.572050357873447 +$17.89 +$11.681259433368567 +$19.67 +$19.761671390517932 +$17.1 +$13.885164833985062 +$11.60 +$17.3508439325884 +$12.42 +$11.48909529916402 +$18.53 +$19.850546344996538 +$10.48 +$16.04489740186742 +$16.21 +$14.50320882984056 +$14.4 +$11.47033951941352 +$14.79 +$12.505416143255989 +$15.52 +$14.378670368754076 +$17.60 +$19.931398715534463 +$17.47 +$14.361329313621408 +$12.54 +$19.74223898268788 +$12.49 +$19.290724777077802 +$13.15 +$13.988673580170682 +$14.40 +$14.491526630438438 +$19.35 +$12.037388891047925 +$18.11 +$10.632748950953122 +$15.77 +$11.6929622455921 +$16.83 +$11.95484959232634 +$18.86 +$10.746126669112002 +$18.2 +$18.749757968235315 +$13.9 +$10.925934788390451 +$12.47 +$15.323862773408507 +$15.54 +$15.31974791221769 +$17.81 +$13.855472423755604 +$12.64 +$18.77589946953931 +$11.52 +$10.9500971227441 +$16.10 +$15.357937260194053 +$10.70 +$11.471578253569787 +$12.7 +$16.114342104725523 +$16.54 +$18.688525581277254 +$12.50 +$16.779920114467757 +$10.45 +$14.96101995162718 +$18.74 +$17.572832761901758 +$10.26 +$11.990934852783976 +$15.65 +$13.930167592010243 +$16.85 +$15.816865772427194 +$17.13 +$14.377696506004416 +$10.5 +$19.0873236320391 +$19.33 +$19.60799226574083 +$18.61 +$12.538632238162652 +$16.23 +$16.356143739034618 +$17.10 +$19.932861241412574 +$12.31 +$12.416408066875544 +$12.25 +$12.369436368558576 +$12.3 +$11.698641996396457 +$19.18 +$13.037131694952985 +$17.31 +$12.3005302113877 +$10.8 +$19.503822855803865 +$19.86 +$10.860090509500798 +$18.31 +$10.399068981132839 +$10.34 +$13.68278630834364 +$13.60 +$16.500703517593223 +$13.73 +$19.24305788986839 +$14.25 +$11.288512974486737 +$15.48 +$15.348516909054027 +$10.34 +$12.794899655032898 +$12.44 +$13.857724273931103 +$16.86 +$18.129198267353107 +$11.94 +$16.153020785390474 +$17.30 +$12.465812896348165 +$18.30 +$10.639367339037317 +$14.76 +$17.618004554357732 +$14.84 +$15.703747899199668 +$18.48 +$10.493146480927955 +$10.8 +$18.722800954219693 +$10.32 +$14.283004504416063 +$18.16 +$10.27926037809548 +$19.61 +$17.30607365865389 +$17.34 +$11.498025377104977 +$16.87 +$10.29768288118559 +$11.49 +$13.775499944889276 +$10.42 +$18.567886130764307 +$17.11 +$13.38232557801015 +$10.16 +$18.548282917920403 +$19.18 +$13.184937473293797 +$18.55 +$15.515366217633193 +$14.10 +$15.523873611084017 +$16.39 +$19.91533682329117 +$17.14 +$17.20851325527991 +$14.94 +$16.23257534121482 +$16.42 +$14.047366313239838 +$13.37 +$13.182007643955112 +$12.86 +$15.354349713033745 +$11.48 +$15.10198763407341 +$13.73 +$13.411683067337568 +$17.86 +$11.79175422024504 +$15.33 +$10.75345679477204 +$15.22 +$17.29482900099822 +$16.77 +$16.815541583811896 +$19.31 +$17.968830424108653 +$12.23 +$16.17620149536438 +$19.19 +$17.15489201983276 +$13.93 +$10.91561855058041 +$15.1 +$13.372473642552926 +$16.18 +$13.99813774082026 +$17.13 +$15.161978327119668 +$14.84 +$15.874763364846718 +$13.28 +$16.283339791274148 +$19.91 +$11.649366104072737 +$17.33 +$19.94627116937531 +$10.33 +$14.721997116614887 +$11.41 +$16.48236010418959 +$11.59 +$19.64240899324336 +$14.52 +$11.809833145261965 +$19.11 +$17.44714150807685 +$19.56 +$10.915319814466859 +$14.34 +$19.28720981461268 +$15.45 +$17.64819965936841 +$12.67 +$18.569181414563012 +$10.43 +$12.917641316304099 +$18.67 +$17.362468730970917 +$18.26 +$14.103868915049391 +$16.56 +$18.250517049560372 +$16.55 +$16.701313149313876 +$15.12 +$13.685902148272499 +$16.71 +$11.071207986371107 +$18.74 +$19.076189633328358 +$10.65 +$15.103261785438374 +$19.39 +$11.327443289623607 +$16.25 +$17.807370064310625 +$19.33 +$14.218016504111844 +$15.74 +$15.792981380732124 +$19.36 +$18.821370412296723 +$11.40 +$12.417083127032054 +$10.27 +$11.36381364240302 +$10.16 +$13.710133602547796 +$17.66 +$12.832832874492077 +$16.32 +$19.4264849294834 +$11.30 +$11.40871860012229 +$17.12 +$13.330768630912873 +$19.33 +$10.40872540104192 +$16.68 +$12.153450475303554 +$13.31 +$13.097861107978826 +$11.7 +$15.888283368779412 +$11.6 +$15.437338288439763 +$12.80 +$18.324663678741025 +$16.75 +$12.6098814640346 +$18.64 +$18.00915604542758 +$16.52 +$16.877287524322128 +$13.76 +$17.906593977797694 +$17.72 +$14.07177377338244 +$19.15 +$11.771411866581836 +$16.40 +$13.154026707944356 +$13.8 +$19.154407160040414 +$11.61 +$19.065938004664226 +$10.30 +$16.817698864885145 +$13.90 +$15.955697741000776 +$18.55 +$11.377672375705435 +$18.88 +$11.321755299524716 +$10.25 +$18.79441206870176 +$19.82 +$16.983645926436317 +$18.15 +$14.24033910635578 +$13.30 +$10.812298083338053 +$17.63 +$15.023810614365058 +$10.18 +$10.071674289607074 +$17.44 +$12.478237583217899 +$15.87 +$17.323521460748452 +$13.91 +$16.752492218154092 +$13.22 +$18.73731566128726 +$11.55 +$19.64114050479381 +$12.87 +$14.8901726970958 +$16.54 +$10.785691669650797 +$15.58 +$16.6138742020499 +$16.73 +$14.010964566194831 +$18.7 +$10.748945101596869 +$15.42 +$16.128988582611292 +$16.85 +$16.15722912461355 +$12.37 +$15.079903767949023 +$11.80 +$16.37163397268573 +$17.75 +$11.039994855494067 +$10.65 +$18.80595643065748 +$13.2 +$12.342226733558592 +$12.71 +$18.075458811129213 +$13.14 +$13.459385201231864 +$18.41 +$10.67406168408541 +$16.57 +$13.292556042760499 +$15.12 +$18.32520300271394 +$10.0 +$15.92675768901589 +$17.68 +$19.795346074129107 +$16.76 +$14.08521297623727 +$12.12 +$10.607888603618594 +$19.80 +$18.344900427512197 +$15.62 +$17.82838627191377 +$10.64 +$12.637261115536125 +$10.83 +$18.76452530837632 +$16.29 +$16.197509979793672 +$18.36 +$13.624888389274064 +$12.45 +$15.96216991393204 +$19.20 +$11.93937286992865 +$14.80 +$19.6511892877854 +$11.43 +$12.52540591987426 +$16.49 +$15.468928056027188 +$18.16 +$14.249423925637997 +$10.71 +$18.359594568046543 +$11.28 +$16.327501942065293 +$17.14 +$15.210340442547276 +$12.51 +$12.338994563439275 +$17.27 +$12.49263565805066 +$17.10 +$10.40524086422539 +$14.68 +$17.946848614422247 +$17.89 +$13.724978472683986 +$12.20 +$13.775996022932116 +$16.44 +$13.92882929508282 +$16.72 +$11.654238109405163 +$15.10 +$10.572625826638957 +$15.68 +$14.060337188373373 +$12.80 +$17.75230470261568 +$17.69 +$14.224014032411763 +$18.34 +$15.665974237535078 +$14.93 +$13.325195711562321 +$17.19 +$10.22910498715582 +$17.23 +$14.906013525470236 +$14.76 +$13.318511651075237 +$15.20 +$17.021221261566136 +$14.58 +$13.689378621345185 +$15.71 +$12.792420068931358 +$18.93 +$10.234087337660833 +$10.89 +$11.240607482941023 +$16.55 +$10.453747572493992 +$10.43 +$16.81112499551459 +$14.8 +$11.26196225051511 +$10.94 +$12.452413434941084 +$15.75 +$10.033042026301436 +$16.63 +$18.705818914417424 +$17.52 +$19.90359686019932 +$16.51 +$14.61979387481105 +$13.51 +$16.469716036661875 +$18.61 +$17.563695430543497 +$11.53 +$13.500035481269027 +$14.14 +$17.39836117010008 +$15.78 +$11.843818815296634 +$13.61 +$12.432401409558782 +$17.75 +$14.562613738143146 +$11.19 +$14.617191077195043 +$15.28 +$17.550890063170577 +$17.0 +$15.062173272799175 +$13.6 +$10.977412582808544 +$12.33 +$17.791603739987917 +$13.6 +$10.652621103400302 +$17.87 +$10.9978265796054 +$19.24 +$19.33111433927776 +$11.31 +$15.99770416016353 +$10.39 +$10.793595843373387 +$16.89 +$12.468913300832966 +$17.45 +$11.529271064055559 +$13.49 +$16.265739159527364 +$15.36 +$18.638821283611627 +$19.61 +$17.945072522630763 +$12.88 +$12.116885237811116 +$12.55 +$17.52864575840324 +$14.1 +$19.633358290039602 +$15.46 +$13.208215697320487 +$16.89 +$10.471221629110321 +$18.26 +$14.712456937850352 +$12.9 +$16.60168073519189 +$13.35 +$13.422821290629358 +$14.47 +$10.26638448700963 +$18.21 +$17.27737374467693 +$10.52 +$12.455965788568072 +$19.35 +$19.70667562610003 +$16.47 +$19.31594258201227 +$12.45 +$10.90207002028546 +$15.12 +$13.926504440683232 +$15.48 +$12.683561955780721 +$18.24 +$10.814128726320622 +$14.61 +$10.009618035642118 +$17.42 +$17.106977577386125 +$16.92 +$10.637609291449431 +$19.87 +$19.446177839861704 +$13.27 +$11.494719186860767 +$15.16 +$10.237985103958351 +$17.79 +$15.167170504216234 +$18.9 +$10.212378179004935 +$11.1 +$17.31116215614462 +$10.83 +$13.678888766933936 +$15.73 +$19.620381243225488 +$12.93 +$12.723948151793987 +$18.90 +$16.22824697356966 +$15.20 +$18.331494228097213 +$17.93 +$18.940815263735438 +$13.16 +$12.434963507961777 +$19.17 +$10.44221945119564 +$11.44 +$17.19765766556066 +$12.49 +$10.660199041395572 +$14.67 +$12.413535201116574 +$15.72 +$15.790851326087783 +$16.22 +$15.794925961817224 +$13.3 +$14.905342905878253 +$18.41 +$18.914255379224 +$11.92 +$18.72249358240981 +$16.93 +$14.262165393680798 +$11.32 +$17.69734981409749 +$12.55 +$11.58965676421096 +$16.30 +$19.616727654479185 +$11.41 +$14.001706636541837 +$13.23 +$18.735607048593764 +$11.3 +$18.957010697536816 +$18.27 +$14.839698350001836 +$15.54 +$17.47047008438426 +$18.29 +$10.188737377244706 +$14.8 +$12.350585523802824 +$19.40 +$14.830132218374407 +$10.1 +$18.994203154745577 +$10.1 +$19.762116125370426 +$10.19 +$11.338089517419338 +$18.94 +$13.982615131061465 +$18.8 +$18.515210761073078 +$10.91 +$14.211541352433532 +$10.2 +$12.94107433780226 +$15.61 +$14.021060118357704 +$16.47 +$18.862389025876727 +$10.73 +$14.247448653059388 +$11.43 +$13.352069891541007 +$11.2 +$10.596590418969841 +$17.34 +$13.685315238742701 +$10.91 +$10.725340659066331 +$10.59 +$12.626948361881183 +$14.73 +$13.438452708688814 +$12.2 +$10.785527211496147 +$19.76 +$19.295246790718153 +$16.77 +$12.935680755835277 +$10.13 +$18.264055950525908 +$16.57 +$18.00569813328415 +$13.61 +$18.988046035217465 +$11.73 +$17.3499299173931 +$13.84 +$18.956883863116722 +$14.55 +$11.230089693584912 +$10.77 +$19.7454383804655 +$10.51 +$11.402209183614596 +$17.91 +$14.11397084009571 +$18.57 +$10.624809285857358 +$19.70 +$19.479032916183833 +$13.30 +$17.097860132816336 +$19.10 +$12.646068404913569 +$18.53 +$13.771374200052689 +$11.94 +$11.737319418220018 +$12.40 +$14.757696858047474 +$17.56 +$15.893311752196153 +$14.34 +$10.977329854093101 +$13.52 +$10.623450968381839 +$15.45 +$12.275213779808794 +$15.12 +$12.16422593417471 +$19.5 +$11.397721922649675 +$17.88 +$15.814512719140737 +$17.41 +$17.937667556407984 +$11.28 +$18.691004754930077 +$17.81 +$17.511440863041724 +$18.23 +$10.481248781169564 +$15.74 +$11.740631891093903 +$17.17 +$19.261635261383173 +$10.66 +$19.668955184771743 +$12.22 +$10.842063887720945 +$10.65 +$15.961603665650994 +$16.39 +$15.05341934215905 +$12.29 +$18.956641542576932 +$17.29 +$15.865634733105264 +$19.46 +$10.725202243031166 +$14.59 +$11.385155333799073 +$12.68 +$15.642113989307418 +$19.53 +$15.427792808293923 +$17.30 +$14.164010442895707 +$11.4 +$13.996295514719115 +$17.20 +$10.749521033080558 +$18.28 +$10.747744383926342 +$10.78 +$16.932980673855898 +$14.40 +$18.053348591084806 +$19.60 +$10.932151006261968 +$19.42 +$19.17049776447663 +$18.51 +$17.90134943648421 +$14.9 +$11.978964208203855 +$13.55 +$15.699905259517578 +$16.74 +$11.405882520923157 +$18.4 +$17.233513957916283 +$14.70 +$12.307597763371607 +$12.60 +$14.113515541752491 +$18.64 +$18.71998155640796 +$17.68 +$16.35065730004032 +$19.65 +$19.465223205763998 +$19.20 +$11.05491251277479 +$17.28 +$11.096936099333446 +$10.23 +$19.868107800876935 +$18.70 +$19.52993107913646 +$18.34 +$15.093423119139448 +$19.29 +$19.652561431024406 +$15.14 +$10.7552860436565 +$12.73 +$18.506838797814634 +$19.43 +$16.915288359343876 +$12.59 +$15.607222054073343 +$17.77 +$19.488626829119596 +$17.25 +$15.291014238570614 +$10.0 +$19.417570565583716 +$14.54 +$14.244100228711705 +$12.69 +$18.24936029942214 +$13.75 +$18.866232392701235 +$11.67 +$16.611393320481604 +$10.11 +$14.913977723913678 +$10.54 +$13.852938069226607 +$17.82 +$17.51927425646213 +$18.79 +$14.034511731160503 +$16.73 +$10.191739935201811 +$15.78 +$19.189908485302567 +$16.68 +$13.880719054875573 +$13.39 +$16.51478482331709 +$11.87 +$16.8545339614894 +$13.36 +$19.08055499009449 +$17.3 +$11.97515907256673 +$16.2 +$18.843910017111327 +$12.17 +$16.410062733022563 +$10.92 +$18.733048104786583 +$16.72 +$10.032516298645623 +$19.70 +$14.410098090976504 +$12.4 +$19.318656648130247 +$13.50 +$17.86551855758263 +$19.39 +$18.773602602922523 +$12.22 +$15.76699584238072 +$18.90 +$10.080318588395789 +$19.21 +$14.67671845169597 +$11.61 +$11.78586688962851 +$13.53 +$14.586534676317623 +$19.44 +$16.762247454556995 +$14.41 +$17.16698534408254 +$11.94 +$14.041472186293571 +$19.22 +$12.610867163742107 +$16.54 +$16.084607631232476 +$19.84 +$14.664441277265485 +$10.8 +$18.734345401624573 +$15.58 +$12.236741246314084 +$14.48 +$15.030537048555647 +$18.45 +$15.547807004278823 +$19.91 +$18.731674390881267 +$18.36 +$11.051228133544665 +$11.55 +$15.8640987442473 +$17.90 +$10.30184849308734 +$13.75 +$10.926816483554413 +$19.43 +$16.143645682558407 +$16.10 +$13.02855875860054 +$13.27 +$19.076088011560472 +$16.50 +$17.55397600162174 +$17.55 +$15.505459761736091 +$19.57 +$18.09340157858969 +$12.26 +$19.075536791666693 +$19.25 +$14.876630959076508 +$18.1 +$13.472577867372408 +$13.16 +$14.38796589166634 +$17.55 +$15.211656784758643 +$10.12 +$19.34354153687397 +$11.40 +$12.890540066918158 +$16.73 +$11.6613138218324 +$13.70 +$16.460570698557387 +$11.90 +$16.99014198206838 +$13.10 +$12.757679125993334 +$16.68 +$18.0238788523097 +$12.30 +$17.56515368622408 +$18.88 +$14.457218464511019 +$17.81 +$10.858448548439295 +$18.36 +$17.706710145310304 +$14.86 +$19.70966210602101 +$12.44 +$10.085877753621748 +$16.86 +$13.326770868167015 +$12.28 +$11.702755299621746 +$11.69 +$19.71146202355613 +$19.54 +$18.37775835743257 +$14.91 +$12.691773911173314 +$16.42 +$15.608586488497954 +$14.69 +$14.626275211785075 +$13.62 +$16.25763062768938 +$13.15 +$12.539188684017937 +$13.36 +$12.189890264706305 +$17.23 +$11.342763581986876 +$14.36 +$14.57859111994269 +$13.85 +$12.13464593217536 +$15.58 +$16.860422563681635 +$11.85 +$11.370855630686997 +$19.47 +$18.7358769358681 +$11.41 +$18.05187099307851 +$19.25 +$19.27120421124978 +$16.3 +$17.473649150512873 +$17.94 +$17.89130143461569 +$17.77 +$19.85314522143412 +$16.24 +$12.707444702109115 +$15.5 +$12.959258177037349 +$16.81 +$14.914014685952354 +$15.72 +$14.120720933874342 +$13.77 +$16.655867509294644 +$16.57 +$10.704159510558771 +$13.76 +$10.877077654893856 +$17.38 +$16.836607356411427 +$17.15 +$17.31787146112204 +$13.1 +$17.047843271767732 +$13.45 +$13.272198851809854 +$14.50 +$18.69517151892404 +$17.10 +$16.791064476261706 +$12.44 +$13.530717370569977 +$19.0 +$15.100474495352245 +$12.7 +$14.742357093290032 +$18.0 +$14.098386943549377 +$11.75 +$13.748238775845461 +$12.33 +$15.876755706227984 +$11.37 +$10.672267457079016 +$12.15 +$19.307440347442622 +$18.32 +$14.220861649567324 +$10.82 +$13.464156990470263 +$18.41 +$14.642676401975486 +$19.23 +$10.776366497448334 +$19.20 +$18.486309082155152 +$16.65 +$19.848645799496843 +$14.23 +$12.176589670535293 +$16.22 +$17.745446237543952 +$13.88 +$19.254946900196146 +$11.80 +$11.739642917428025 +$14.89 +$15.394753059706037 +$14.85 +$16.914470777355547 +$12.85 +$13.00550476859467 +$14.81 +$13.53129659897938 +$16.63 +$11.25887107699658 +$12.65 +$17.098677948224434 +$17.0 +$18.521848049693066 +$18.73 +$10.097537109752011 +$18.2 +$15.012645155995834 +$11.26 +$16.44932731604765 +$15.49 +$16.035136200879258 +$12.76 +$12.34934861055051 +$12.80 +$16.848797300120196 +$14.81 +$17.99950410706726 +$11.50 +$10.019539772544487 +$17.52 +$18.04440982727003 +$18.85 +$19.810002334862112 +$16.23 +$14.951428462191544 +$11.44 +$16.088627068203415 +$17.0 +$14.621428176570078 +$16.41 +$15.20108504876418 +$18.66 +$11.072797046350717 +$10.33 +$15.655952543642544 +$19.33 +$13.631214824423346 +$14.64 +$15.307371550337654 +$15.16 +$19.181970312907303 +$18.8 +$19.638180057303714 +$13.50 +$19.169138548512493 +$13.86 +$14.99657089787009 +$15.91 +$16.972892675167817 +$10.56 +$19.17606596932482 +$13.27 +$18.3595395714637 +$10.75 +$19.60612400223101 +$13.61 +$10.359764639468235 +$12.25 +$19.74336000403457 +$19.58 +$15.869045277318232 +$18.78 +$12.143406385901923 +$15.22 +$11.530989703500005 +$19.83 +$19.038110890934675 +$15.73 +$15.936987019285365 +$16.49 +$16.859474203934283 +$18.82 +$12.757426823129201 +$10.0 +$15.367415543413916 +$10.16 +$19.76568861895258 +$19.8 +$18.431239598157173 +$13.52 +$18.880955546036326 +$12.0 +$13.870413444277034 +$18.57 +$15.31107428135806 +$19.90 +$16.324943841149974 +$17.10 +$12.757292326580231 +$16.35 +$16.53024787091183 +$19.94 +$15.637841035584003 +$18.27 +$14.066236064970392 +$15.13 +$16.96753588746354 +$17.87 +$15.555582388404417 +$11.54 +$15.657173704881533 +$13.15 +$15.28320334168199 +$19.30 +$18.429185874691665 +$18.13 +$13.712915649525165 +$16.0 +$17.31450087083949 +$14.54 +$15.471020005388663 +$14.52 +$16.990744885402147 +$14.44 +$18.083360466496444 +$14.75 +$14.738132389855949 +$17.86 +$13.863388792680013 +$19.87 +$17.12778673028726 +$12.33 +$10.207910207561838 +$13.73 +$17.577118382074993 +$16.59 +$11.176993723691671 +$14.93 +$14.020363739026493 +$17.57 +$15.5199522264762 +$15.67 +$15.117898597105334 +$11.39 +$16.85282561209725 +$15.66 +$12.175518735420134 +$10.35 +$10.975845934814936 +$18.82 +$13.390443004325343 +$18.73 +$12.717370825480616 +$17.1 +$19.058461981760807 +$12.57 +$13.707279821714184 +$12.7 +$11.062505994191275 +$16.59 +$14.581207646281728 +$11.90 +$16.96613673536605 +$10.19 +$19.457230028466746 +$10.7 +$14.75183333281138 +$10.77 +$10.799171908350589 +$14.85 +$16.062590252809645 +$18.91 +$11.563407835918671 +$19.26 +$19.35260180613434 +$14.55 +$11.21273511254605 +$16.33 +$13.138054782531894 +$10.42 +$14.156893293499111 +$16.79 +$15.782328204187131 +$13.25 +$19.36792107641085 +$19.31 +$16.94192591504439 +$10.66 +$14.047816356208285 +$14.60 +$12.239938092089629 +$17.3 +$19.347816972116696 +$17.20 +$13.4752310863797 +$17.94 +$10.644704358434856 +$15.84 +$17.687698926136555 +$14.28 +$11.588544793965493 +$13.66 +$15.33337102750587 +$19.7 +$19.026091834125097 +$19.49 +$18.25385633925823 +$10.59 +$10.171922945468683 +$16.64 +$14.571641553227078 +$17.57 +$18.438760039065173 +$13.25 +$17.068322804007554 +$17.82 +$12.723902985747994 +$14.20 +$15.520183825077108 +$14.15 +$19.82375137760581 +$17.87 +$13.638224653365574 +$19.3 +$18.961744087567652 +$18.83 +$13.040841751402532 +$14.75 +$16.81400929470948 +$15.36 +$14.369794569186833 +$11.51 +$15.026799075260957 +$14.36 +$16.234650044905223 +$14.54 +$16.19804530407793 +$11.43 +$15.411344914647879 +$16.85 +$17.6829538316412 +$12.35 +$10.634885395973496 +$11.72 +$12.103683441892942 +$17.14 +$16.929159571044345 +$11.38 +$19.090946645021223 +$15.63 +$10.700713530058191 +$13.39 +$19.014418499708874 +$11.42 +$11.182634655421548 +$16.85 +$11.244505426042116 +$17.58 +$17.514305125554202 +$15.10 +$13.57951120027094 +$18.31 +$13.416385343407798 +$19.33 +$12.133688793415576 +$16.54 +$12.418036978281341 +$18.62 +$16.35649078877737 +$19.14 +$17.6449192153424 +$18.56 +$17.72176756053638 +$16.54 +$17.572557418123772 +$16.48 +$12.040951614723566 +$16.19 +$12.667678036457595 +$14.21 +$12.604517016001193 +$11.12 +$19.852362471331077 +$17.29 +$15.047380175070629 +$10.22 +$10.131077519512537 +$15.23 +$15.923185389359967 +$12.76 +$14.828152215145707 +$11.2 +$14.927837785520296 +$13.30 +$10.255911294996402 +$19.11 +$13.208800432036835 +$12.31 +$18.190199434920288 +$17.1 +$12.221239046107101 +$17.16 +$11.337503490519664 +$11.50 +$11.510993592727885 +$15.5 +$10.013172267071788 +$17.37 +$10.062431799546324 +$12.76 +$10.404799430523225 +$16.64 +$10.509656846726271 +$17.3 +$14.747206239265882 +$10.67 +$19.150722358948492 +$10.65 +$14.014609623320123 +$19.60 +$18.56062324573742 +$19.15 +$18.728063586178383 +$19.76 +$17.564696697735627 +$15.36 +$15.9150682934554 +$12.52 +$17.12969363640469 +$15.48 +$15.196295928786759 +$15.53 +$16.868873507661363 +$13.9 +$14.172050197529135 +$15.25 +$12.302034297539809 +$11.58 +$17.645448863750705 +$12.1 +$16.757231484800016 +$19.41 +$17.831518487391364 +$17.20 +$17.02498658540761 +$19.48 +$14.643024311248599 +$16.91 +$16.794879995015755 +$12.46 +$13.116892304804692 +$10.62 +$18.83280102051966 +$12.84 +$19.8596774574395 +$16.58 +$19.483447505957937 +$17.30 +$19.111322682235638 +$12.53 +$18.74341678906454 +$19.71 +$11.930105223605668 +$15.51 +$19.369759004808678 +$18.2 +$16.275231168312548 +$15.55 +$15.695934459809447 +$15.76 +$13.676190749710063 +$11.71 +$15.089822955572256 +$18.61 +$14.736277734696007 +$11.89 +$16.205551649020798 +$16.37 +$12.683189747106443 +$15.59 +$12.578900283375315 +$19.4 +$12.736274193921695 +$14.89 +$16.81305600209593 +$16.35 +$17.763142395580076 +$18.69 +$11.695052392234299 +$19.41 +$18.014468326199857 +$18.85 +$14.8448284194227 +$12.4 +$10.21090787173885 +$18.4 +$15.753448578919265 +$18.73 +$13.2943433293818 +$10.65 +$15.779886668856793 +$16.93 +$14.070222441235265 +$17.63 +$17.912901230546392 +$13.31 +$19.44078942307121 +$18.87 +$19.38355755856567 +$15.69 +$13.38832108543123 +$10.37 +$14.987614239443005 +$13.0 +$10.965644217046899 +$12.67 +$18.683225802119154 +$12.30 +$11.412134542913833 +$18.28 +$10.26472721900358 +$18.40 +$15.23260294981626 +$13.80 +$19.095863507040036 +$18.92 +$14.473365852263013 +$10.63 +$17.23511716086739 +$19.60 +$10.577779119435945 +$12.92 +$13.391554249824294 +$15.45 +$10.170598407925661 +$11.69 +$18.874719402407102 +$13.26 +$12.485356791593029 +$12.44 +$17.71345512296704 +$18.59 +$11.530778499473538 +$16.46 +$16.65306337123959 +$12.7 +$19.02702797526394 +$16.18 +$15.429728978852733 +$12.80 +$12.806475166411241 +$11.21 +$14.497041333710655 +$14.71 +$16.532094888524203 +$18.80 +$18.681790731883098 +$10.85 +$16.013545748797924 +$13.44 +$18.515241437169994 +$18.39 +$14.667036457894387 +$18.53 +$15.283608821554697 +$19.27 +$12.768284498891296 +$19.47 +$10.348554488956896 +$17.7 +$13.352266095206032 +$12.35 +$13.78964360149132 +$19.68 +$13.686398458540664 +$13.28 +$19.491409200996863 +$13.60 +$12.66481260339667 +$13.47 +$15.464801617627623 +$16.10 +$15.00150654386385 +$19.76 +$18.12833508973857 +$14.67 +$10.267281506399437 +$15.16 +$10.007069060309082 +$10.36 +$12.554081987287152 +$19.64 +$13.338265901166112 +$18.30 +$18.995107880760287 +$14.81 +$13.38149251556841 +$15.15 +$15.42951246979617 +$17.72 +$11.82484925432914 +$10.40 +$11.734509530366305 +$19.5 +$10.703529983309446 +$19.52 +$10.74939478442993 +$19.30 +$15.011960698598749 +$12.39 +$14.744645645333751 +$12.67 +$11.572197293476812 +$10.37 +$16.813307214759917 +$11.61 +$14.24808331670854 +$13.32 +$11.562694729834188 +$17.55 +$18.664827562495105 +$19.32 +$18.25540620959707 +$14.80 +$10.32467094117577 +$17.90 +$19.12365815917738 +$18.3 +$13.557783440210098 +$13.0 +$14.596690200437395 +$19.58 +$17.33427934663505 +$15.68 +$11.823506859092682 +$19.27 +$18.664948186935526 +$10.76 +$17.70723430423167 +$19.73 +$18.138335125266956 +$15.82 +$13.124399451126306 +$12.70 +$13.521261450653588 +$11.86 +$18.40326973472935 +$14.18 +$15.735906121592176 +$15.48 +$12.427981424494108 +$16.45 +$11.894347182678267 +$16.2 +$13.623035031918345 +$18.83 +$12.006042517004097 +$15.68 +$12.237197971063985 +$16.40 +$15.632221708161506 +$17.70 +$17.581161860004535 +$14.29 +$19.240659641833265 +$13.53 +$16.6133686060548 +$16.65 +$18.987502544833102 +$11.36 +$12.552582532505893 +$13.62 +$18.33472402922837 +$17.62 +$10.300013579994644 +$17.93 +$17.88788798112489 +$19.66 +$11.125486535707571 +$13.52 +$19.828759434924713 +$17.57 +$11.505907540564046 +$18.69 +$12.667813375066894 +$12.32 +$18.32274076577147 +$16.75 +$10.867515734404694 +$15.75 +$18.004095849007925 +$12.87 +$10.792383199412 +$15.54 +$10.081554391290652 +$14.53 +$15.748982696163914 +$14.49 +$10.750719263881914 +$18.2 +$16.420882250614774 +$12.56 +$11.85321377369989 +$12.2 +$16.569818518834584 +$18.67 +$13.668272215380718 +$10.8 +$18.108284260785897 +$13.54 +$19.35815792837915 +$12.59 +$17.26805935555244 +$18.56 +$17.953023024204853 +$19.66 +$18.394290917781028 +$19.56 +$19.224788802970913 +$19.68 +$16.608222243279894 +$15.86 +$18.085663367403384 +$17.79 +$13.141363106179696 +$15.72 +$18.640920535813365 +$10.28 +$13.181038627820234 +$11.32 +$19.220985752975608 +$12.30 +$14.401138582702908 +$15.27 +$12.326689331889197 +$19.24 +$10.565841330407586 +$16.37 +$11.767424293858198 +$13.83 +$14.586506480166804 +$16.53 +$10.8376353934536 +$18.7 +$17.97416765133649 +$10.64 +$12.4811253436161 +$13.7 +$18.372764192343332 +$12.92 +$14.370819566548146 +$17.26 +$12.187157324139786 +$11.59 +$19.274383819174 +$11.24 +$19.023274442248066 +$10.73 +$18.732856169149713 +$14.38 +$19.323645663670693 +$12.88 +$12.410973889446264 +$18.41 +$19.135060441752504 +$13.57 +$10.092796810040035 +$16.70 +$12.685266278630582 +$10.46 +$13.059431409332284 +$11.12 +$13.096744772010462 +$19.45 +$13.541158052408981 +$16.92 +$18.307034528379877 +$14.21 +$18.074131147184296 +$13.24 +$10.43188272227976 +$18.82 +$18.925199505368806 +$15.67 +$17.15275549991049 +$10.12 +$10.614836752477467 +$12.36 +$15.444596900985314 +$19.15 +$12.017140258763161 +$17.89 +$17.040263051138666 +$16.46 +$15.980419829814121 +$15.23 +$19.637482827994052 +$19.27 +$14.586914751564187 +$13.69 +$10.551677084469373 +$16.89 +$10.227299460291926 +$18.70 +$12.425803498902585 +$19.5 +$15.904082930033589 +$14.67 +$11.083011095018769 +$14.31 +$13.4795835161602 +$15.78 +$14.994457570875387 +$14.20 +$15.12587873610494 +$19.14 +$11.895716241147191 +$18.79 +$19.646734250069294 +$17.75 +$12.77580850047484 +$16.94 +$16.9071136365594 +$19.28 +$16.654703158671115 +$10.90 +$10.393018760403708 +$12.42 +$19.750560161230325 +$10.89 +$14.642588413817776 +$19.93 +$14.117820424154573 +$11.70 +$12.156678745921102 +$14.81 +$19.727710177449623 +$13.87 +$12.127012902567213 +$13.77 +$18.1153406809145 +$19.41 +$13.566497598438756 +$11.72 +$10.31541986997538 +$13.53 +$15.52287916237329 +$19.17 +$13.777713938818092 +$19.58 +$12.337602414157269 +$15.51 +$16.58402831637799 +$11.29 +$17.302981646909593 +$14.86 +$10.91145126880496 +$18.17 +$17.425634924311243 +$19.57 +$18.82554428556611 +$12.78 +$12.506282818490654 +$17.8 +$10.683117373123082 +$11.55 +$15.363182751964551 +$10.28 +$17.432615348205516 +$19.44 +$15.943383544739508 +$14.64 +$15.654027377853492 +$11.4 +$16.908112173720337 +$16.17 +$19.264841163518135 +$10.43 +$19.739413377451328 +$12.32 +$10.921715232481624 +$13.36 +$15.57489012627122 +$19.82 +$18.30093874947869 +$15.42 +$13.531559658457908 +$16.19 +$11.875942263798652 +$12.70 +$15.69334285780113 +$15.35 +$10.201391497229721 +$14.23 +$11.137599571156816 +$16.14 +$10.884679039942764 +$11.37 +$16.242902239815802 +$13.46 +$16.88832003619467 +$16.72 +$11.910380372529337 +$12.52 +$10.283974534100226 +$10.20 +$17.462031113022775 +$14.9 +$13.397399276888256 +$12.29 +$14.471255510440953 +$14.83 +$10.7513823221865 +$10.43 +$15.509947389636192 +$14.27 +$15.171871305288924 +$19.84 +$15.853859588073528 +$18.74 +$15.973930216900381 +$19.75 +$11.91979377931271 +$18.78 +$10.139361568921453 +$13.28 +$14.364238399391239 +$16.89 +$14.314356530137871 +$19.85 +$14.240782257372874 +$18.65 +$17.99530728009055 +$11.63 +$12.313425569659438 +$18.35 +$19.631614147467126 +$19.67 +$14.170215208259094 +$10.2 +$18.657851710833864 +$16.84 +$16.242944870917228 +$16.56 +$19.381677321819197 +$11.51 +$10.7069982734041 +$12.23 +$13.89862532231858 +$16.11 +$17.50910136824585 +$16.61 +$16.586367531715947 +$10.90 +$15.644286165331081 +$19.23 +$13.780272465815251 +$10.53 +$18.625099828021675 +$19.46 +$13.903927478559895 +$12.36 +$13.923246075836694 +$12.57 +$17.75054814309147 +$12.29 +$13.225934255820732 +$11.54 +$10.11177017624809 +$11.72 +$13.620739513350243 +$11.23 +$15.934162508175707 +$19.21 +$15.563634743458387 +$16.24 +$15.456295481442837 +$10.46 +$19.497182885548412 +$18.60 +$13.919771096078652 +$17.46 +$18.90147498667505 +$19.19 +$17.032349516161826 +$17.5 +$11.82486533312494 +$17.29 +$10.047583118351415 +$11.23 +$17.98154660301956 +$16.28 +$15.262331749916655 +$10.88 +$12.177137662791372 +$11.78 +$19.927178537152557 +$13.55 +$12.691657260486846 +$16.33 +$11.52042948482381 +$13.63 +$19.0138807617453 +$10.1 +$12.140431014364417 +$10.35 +$11.759978023952804 +$16.35 +$17.21136555965699 +$12.10 +$16.8457278432094 +$16.44 +$15.321263995156531 +$15.34 +$17.39949742989002 +$12.67 +$17.763600381179657 +$13.83 +$12.626503018103467 +$15.36 +$16.147287875751616 +$18.37 +$17.039445659564475 +$11.72 +$11.193892456268292 +$12.86 +$11.125570292843399 +$16.2 +$18.31033699792961 +$19.1 +$17.04264926308143 +$14.36 +$17.674978589026132 +$17.92 +$17.269433281192036 +$12.1 +$14.965706489525445 +$15.71 +$19.815438393160118 +$18.37 +$15.878352555813901 +$11.84 +$19.578540271105915 +$12.86 +$18.891537225244637 +$11.62 +$13.865614206581855 +$16.77 +$19.499318114195006 +$13.57 +$13.069922395181482 +$11.12 +$18.092263520175315 +$19.93 +$15.23981955051061 +$19.94 +$11.668482063610238 +$19.86 +$10.013744659155561 +$19.4 +$13.199305386184902 +$13.55 +$10.444950266213981 +$15.54 +$16.180727586148315 +$13.28 +$19.809570306157255 +$15.48 +$16.814375519434613 +$13.50 +$17.297675388255563 +$16.42 +$15.380051591214531 +$13.37 +$19.642224244506757 +$16.80 +$16.901357453447623 +$19.8 +$17.811633708895855 +$12.69 +$10.575113124329569 +$19.56 +$12.93756391540957 +$17.21 +$13.974843894886815 +$19.87 +$16.637277722780116 +$19.6 +$13.811469408159827 +$18.24 +$18.121807697727977 +$12.75 +$14.016019421179152 +$14.34 +$10.039202353128742 +$13.72 +$14.328734640792383 +$19.60 +$10.743259803317482 +$13.60 +$19.08559929403124 +$13.0 +$17.4010562016203 +$13.43 +$17.231484474046418 +$12.7 +$18.88090517512274 +$14.48 +$11.99035814709337 +$19.62 +$19.480628576001124 +$11.35 +$10.969855836826307 +$14.27 +$10.260704219842319 +$15.90 +$10.331977811386484 +$16.36 +$14.691690492591206 +$12.33 +$10.738765080277124 +$18.39 +$12.362226038752498 +$17.11 +$13.62145817492198 +$18.5 +$12.688608074209244 +$13.37 +$17.992681991924442 +$15.88 +$14.866318760888309 +$12.77 +$12.200709589575872 +$12.81 +$14.943290675268962 +$19.85 +$13.612608552271478 +$10.63 +$19.3638129763277 +$15.5 +$15.473256957119636 +$15.44 +$13.967512099352772 +$15.78 +$11.323603566117518 +$19.56 +$17.305348336141556 +$19.25 +$12.37976507691156 +$11.39 +$14.03435815358131 +$12.74 +$17.313566771308036 +$14.43 +$17.842569487635338 +$10.45 +$15.509671138149502 +$10.59 +$16.21736091504821 +$19.72 +$17.8375540923479 +$16.41 +$17.567252889088696 +$13.66 +$12.869775285120836 +$19.71 +$19.473167433814577 +$19.90 +$18.954594679206963 +$10.82 +$17.9056278030106 +$17.93 +$18.085701420653322 +$19.68 +$15.595522292881505 +$18.51 +$10.909003202420466 +$17.46 +$19.932511852377246 +$11.70 +$16.275932843058932 +$16.25 +$10.070816723493124 +$13.2 +$15.695909311920222 +$17.76 +$10.320054285404694 +$16.72 +$17.176476270029475 +$10.47 +$14.43324833575198 +$13.58 +$16.947591677542576 +$12.61 +$19.711372814313833 +$13.78 +$18.702687016161562 +$15.87 +$14.756257468962458 +$18.74 +$16.4047466193021 +$15.86 +$17.655598554615402 +$18.62 +$11.618732166113912 +$17.64 +$13.957196881076777 +$12.41 +$12.138469453989046 +$14.1 +$16.18690751261002 +$10.70 +$18.22600765351646 +$19.59 +$17.394895334137964 +$18.72 +$12.637636827964451 +$17.27 +$16.09438594633286 +$11.12 +$13.750583728727348 +$16.33 +$10.121573538165416 +$16.90 +$16.63768051360129 +$14.19 +$19.216632726369937 +$17.28 +$19.257211625532584 +$11.84 +$19.127521867664413 +$17.62 +$13.317973142826919 +$13.52 +$14.116497675729104 +$12.41 +$18.098789201778292 +$13.73 +$13.19979187141831 +$16.21 +$14.061686261139938 +$18.19 +$17.993801482351927 +$14.77 +$14.661226491122019 +$16.25 +$19.06500247748205 +$15.64 +$11.96640990547685 +$14.49 +$14.468121463591011 +$18.66 +$13.82036511382983 +$12.33 +$13.157220722919073 +$17.92 +$14.743948431035507 +$15.52 +$15.14984739466465 +$13.72 +$11.362097400835182 +$10.17 +$12.143812016923587 +$16.36 +$18.647004146801137 +$11.65 +$16.317800626812087 +$13.71 +$11.318519855640023 +$15.37 +$11.397261968318928 +$16.17 +$15.010196587036404 +$13.19 +$18.10180451452318 +$18.88 +$10.75498036692675 +$16.46 +$12.64767854793858 +$11.45 +$13.206120770032213 +$17.33 +$19.302582749156123 +$10.89 +$14.11814252507534 +$10.49 +$10.65777369700671 +$14.78 +$13.483635647946365 +$19.1 +$16.055156398796097 +$14.61 +$19.276068316161364 +$14.72 +$11.918572843331159 +$17.10 +$18.970771783394625 +$11.91 +$18.28333806013621 +$13.20 +$12.154401553697214 +$15.53 +$16.69780863372263 +$19.76 +$10.460478982984482 +$16.3 +$10.119149142140012 +$10.27 +$12.048839524222851 +$12.3 +$11.08833303321814 +$12.20 +$17.914571673070455 +$14.38 +$12.243793475799736 +$16.4 +$13.198183509438053 +$16.87 +$10.310089434799107 +$15.28 +$19.727860127544503 +$10.20 +$10.682374987848211 +$10.28 +$17.092471165619717 +$15.63 +$12.65568715935973 +$11.82 +$11.350654872238223 +$15.38 +$13.641470677515976 +$18.40 +$12.637758424383556 +$16.30 +$19.01912378053271 +$11.22 +$19.55313154349079 +$13.9 +$14.832343422159285 +$19.32 +$15.226031211426568 +$12.3 +$13.047614883271049 +$17.36 +$17.545330507387504 +$10.16 +$17.324402315508127 +$15.0 +$16.394435345163025 +$16.73 +$14.188948638993534 +$11.1 +$17.824118789804107 +$13.9 +$11.641769079096656 +$16.93 +$18.83216447534506 +$15.35 +$17.429213818273794 +$17.56 +$19.716054400531526 +$11.89 +$18.04799211894591 +$18.21 +$12.021961711640795 +$19.25 +$11.954587449005647 +$13.33 +$12.748923129438191 +$13.17 +$17.3137245696581 +$16.52 +$15.09726761642698 +$17.19 +$19.125394511096772 +$12.5 +$13.01884505158831 +$15.53 +$17.950863446732573 +$14.45 +$16.49188154204782 +$16.48 +$11.780307430740054 +$11.74 +$18.448186288777034 +$19.14 +$18.14694934161951 +$18.57 +$10.661120094117235 +$13.25 +$10.556806508393512 +$16.77 +$14.617077969256762 +$17.13 +$12.215838856960353 +$19.23 +$17.19154666640813 +$11.46 +$16.216163819575367 +$12.25 +$10.089761267771594 +$14.55 +$18.30431353725998 +$16.32 +$14.386636216376502 +$18.4 +$11.438264565680887 +$11.42 +$10.12166843672614 +$16.46 +$17.455547298204745 +$11.55 +$14.568911599332434 +$15.11 +$14.260176317158756 +$14.67 +$19.310951965511634 +$16.13 +$15.06336928547209 +$17.29 +$15.229143598926154 +$14.85 +$16.43703132971315 +$18.36 +$13.741938721424807 +$17.19 +$16.939963715756836 +$19.25 +$19.088592102243403 +$16.84 +$17.991637562915376 +$11.83 +$12.594344894093831 +$10.7 +$16.87688893394003 +$11.65 +$15.997466592335655 +$13.26 +$16.36303023305245 +$17.67 +$11.052399401834734 +$18.40 +$14.677067258937665 +$14.43 +$18.914870046619264 +$13.61 +$16.023359382957068 +$11.42 +$17.350720488880015 +$11.18 +$10.193378815236125 +$17.33 +$14.689246289168384 +$16.87 +$18.003980776995423 +$18.88 +$18.1232940431844 +$10.41 +$16.009650797664698 +$16.65 +$10.822377220879497 +$14.46 +$14.859466234760639 +$12.90 +$12.800081570349342 +$15.59 +$18.95552575773413 +$19.23 +$18.827225651588435 +$11.67 +$10.990975889191265 +$18.72 +$14.186261403422392 +$12.36 +$11.474003034477544 +$16.53 +$14.024166926501756 +$13.81 +$14.912576434439206 +$14.66 +$12.751211495752061 +$15.90 +$14.260906001687061 +$15.48 +$16.3284503927079 +$11.83 +$19.736705384550362 +$15.26 +$19.193795822274787 +$12.77 +$15.396298474061199 +$13.79 +$10.547661479209287 +$13.56 +$19.5194327707762 +$11.62 +$17.981034705683367 +$16.31 +$18.216151637749107 +$18.33 +$13.225471506583506 +$10.85 +$15.536498276957644 +$13.74 +$11.683715714347267 +$18.11 +$13.015756134616325 +$18.39 +$12.401955585147302 +$17.72 +$11.488393605145724 +$12.59 +$15.745815620163512 +$19.1 +$14.108912707405851 +$14.0 +$11.442042075210587 +$16.72 +$19.076778834942836 +$14.47 +$18.98729145319195 +$16.7 +$18.90166960044444 +$14.65 +$16.070360562597706 +$12.17 +$17.630618051596315 +$13.4 +$14.071510351301074 +$15.3 +$17.521171000838354 +$16.84 +$10.56367706586932 +$15.54 +$15.988614487710949 +$14.81 +$12.496749605452205 +$17.52 +$13.265293805650217 +$19.16 +$15.574391848277912 +$13.64 +$11.304290477980473 +$10.29 +$18.055091189140928 +$18.45 +$11.766161219307692 +$19.31 +$19.57993530523028 +$12.61 +$13.142226622555617 +$17.13 +$17.574151769529315 +$13.38 +$17.67124624599945 +$10.22 +$17.016348811491667 +$13.3 +$11.436915817906197 +$10.15 +$11.956857622692553 +$15.9 +$10.543806663830223 +$13.42 +$13.33698456020263 +$19.12 +$13.224185868149643 +$14.8 +$15.222755178298458 +$13.25 +$17.025778845444282 +$16.65 +$15.167223197230626 +$19.23 +$14.131844644404087 +$17.26 +$10.435074526689776 +$19.89 +$19.653500986848833 +$16.32 +$18.752239997435932 +$11.18 +$10.086511677544575 +$19.69 +$12.712889095771445 +$10.68 +$19.764470256264282 +$10.75 +$19.48055456118533 +$19.68 +$14.426278493019783 +$13.50 +$18.69490847669816 +$14.37 +$19.340524482244113 +$13.65 +$19.564979017323292 +$17.54 +$10.795765557853017 +$19.90 +$17.894754695964124 +$19.26 +$10.789365919668109 +$10.74 +$15.018056023690352 +$11.88 +$17.794707709191066 +$10.16 +$11.898676499124091 +$16.78 +$11.826006543961185 +$10.21 +$13.48480891970155 +$14.7 +$17.099035634956827 +$13.17 +$10.461459485722392 +$17.60 +$17.22267069122609 +$15.78 +$19.281136951063722 +$14.69 +$16.886574349018442 +$12.6 +$18.185063712201064 +$16.21 +$10.395317063050936 +$19.20 +$14.455744449844957 +$12.68 +$15.559881371768494 +$11.7 +$18.833533175706705 +$19.37 +$18.33282191888022 +$17.24 +$16.859666598522054 +$16.11 +$17.048864141731855 +$15.86 +$13.763806976071471 +$18.27 +$16.35566124595509 +$11.16 +$17.892670304393803 +$16.31 +$19.091274343020608 +$19.59 +$12.505565999024514 +$14.49 +$12.316689379035296 +$10.89 +$15.1959308157682 +$18.51 +$12.657921192581812 +$13.15 +$10.968535150266046 +$19.51 +$18.84021428863028 +$19.74 +$16.802483796142017 +$10.94 +$18.65578441128467 +$14.91 +$19.355260619732682 +$12.39 +$17.92903487970738 +$12.65 +$17.40201800875019 +$18.90 +$17.838029741250953 +$18.45 +$15.628224151746412 +$12.61 +$12.778175238375917 +$12.54 +$13.992725262286607 +$15.44 +$11.832683273046595 +$10.48 +$15.67826287002487 +$13.22 +$10.628596849538718 +$10.15 +$16.65560700726643 +$18.9 +$16.372661506280163 +$13.88 +$17.353618560525444 +$18.21 +$11.888575982685252 +$12.81 +$16.43313444292371 +$10.85 +$14.073479366131838 +$15.49 +$18.92422519911901 +$10.23 +$14.506217852179226 +$16.87 +$11.1472375267533 +$13.57 +$10.698546342176643 +$17.57 +$10.142174076816646 +$14.62 +$16.865158159492072 +$18.85 +$19.572437268244325 +$10.46 +$14.5049784693798 +$16.11 +$15.304902710769415 +$15.2 +$10.99994950830472 +$13.54 +$13.83098267183541 +$11.11 +$19.71776516183465 +$15.41 +$13.445338609666951 +$12.81 +$11.795721038500924 +$12.93 +$15.490061401707962 +$16.54 +$19.47674643408696 +$10.75 +$18.265621034195668 +$17.54 +$17.360276041656004 +$11.8 +$19.09893412783191 +$10.27 +$11.686480825504244 +$13.40 +$10.778068984436688 +$19.86 +$13.703746400180723 +$14.56 +$11.33893022572779 +$14.2 +$18.63002616105366 +$16.24 +$15.171579848756924 +$12.39 +$15.922491093794706 +$18.67 +$19.597198324040576 +$19.79 +$17.588498053278677 +$10.62 +$12.351416192845317 +$11.74 +$12.985436980676818 +$10.23 +$11.037775163885094 +$15.41 +$12.986852571763935 +$18.51 +$16.86676614115952 +$19.81 +$18.6093058336375 +$12.27 +$15.244423688849256 +$15.87 +$17.466450403401574 +$16.0 +$12.034487067004445 +$19.16 +$19.670161891649084 +$16.2 +$16.39419208337533 +$11.14 +$17.759704663591677 +$18.94 +$16.684162280811158 +$18.52 +$19.212928313720706 +$17.27 +$18.60333954738976 +$19.55 +$17.422365085064673 +$17.59 +$10.440981140792585 +$19.91 +$12.470573611945884 +$14.49 +$13.769736749473115 +$12.29 +$10.50069975849244 +$13.19 +$14.820011599138912 +$11.2 +$18.038862433427532 +$16.15 +$10.573335858744525 +$11.72 +$15.189462984503127 +$10.94 +$19.117006594960152 +$12.76 +$17.43971433683096 +$13.14 +$14.761401368032798 +$16.91 +$13.191486478320655 +$12.72 +$17.224178139560102 +$16.32 +$15.946444716943262 +$16.1 +$14.39187599909263 +$15.82 +$14.298968095304563 +$14.24 +$10.960460705187572 +$18.67 +$18.583456670841034 +$13.50 +$13.016879010710957 +$12.25 +$16.818170081675238 +$18.51 +$15.326553843442918 +$10.17 +$19.58953129402729 +$18.16 +$18.644053050545082 +$14.41 +$18.4317013771929 +$18.17 +$14.418791211449204 +$14.68 +$10.88018985242749 +$17.88 +$14.148794884072013 +$19.51 +$17.400825214275372 +$14.34 +$11.685195975665522 +$12.26 +$12.886049408365622 +$14.20 +$14.014314285121742 +$17.63 +$15.18024579267129 +$14.78 +$18.240473791721712 +$12.62 +$10.07011152051432 +$12.29 +$19.29866647430304 +$17.40 +$13.84568242900952 +$13.48 +$12.024834311467453 +$10.61 +$12.225403789932816 +$12.90 +$19.713920985325657 +$12.43 +$12.302812177702082 +$18.42 +$13.658810573476242 +$12.80 +$15.833460789367507 +$18.17 +$18.16008874436182 +$16.3 +$17.21089196639996 +$17.48 +$10.142137615170123 +$18.23 +$13.921710461372568 +$13.69 +$15.658145436832047 +$13.79 +$10.85899954009242 +$13.66 +$18.916428193857193 +$19.77 +$11.055224628845325 +$13.31 +$19.381516892876128 +$10.65 +$14.064048131191365 +$13.22 +$15.159234069218915 +$13.35 +$12.229039043038705 +$12.93 +$17.31578454526641 +$15.87 +$13.345662918897222 +$11.11 +$13.10168618089341 +$13.25 +$18.603116844429408 +$10.86 +$15.341303624508008 +$10.93 +$18.833845957016315 +$11.3 +$18.74473912739238 +$18.16 +$14.880619676274755 +$12.38 +$12.352953400851428 +$15.6 +$17.910643644556995 +$13.42 +$12.72572484559433 +$14.42 +$17.684964387597333 +$19.85 +$15.275799269926976 +$16.13 +$13.150045766076284 +$13.14 +$14.029374736520339 +$16.33 +$15.779368789135834 +$13.77 +$11.70449669282597 +$12.77 +$16.20676820521369 +$14.54 +$16.323513399808167 +$14.77 +$11.654456670981434 +$11.31 +$10.010279354881439 +$15.45 +$11.019696980459079 +$12.29 +$11.208947953458296 +$17.91 +$17.40736621523657 +$17.85 +$19.659736612080295 +$10.13 +$10.83225375901235 +$18.93 +$11.034471276175971 +$10.12 +$10.396518901125953 +$17.31 +$12.483079088815508 +$18.57 +$11.65335456829464 +$12.32 +$11.81506335804433 +$13.0 +$16.868342814989724 +$14.31 +$11.669526275427652 +$11.20 +$14.174617940456454 +$19.41 +$15.804141264851243 +$11.73 +$13.259567365016334 +$11.49 +$12.192273898609331 +$17.35 +$15.193461797442264 +$13.56 +$17.56660098716656 +$19.27 +$14.805912531793844 +$18.10 +$14.197618597312335 +$17.90 +$15.363302865564236 +$16.60 +$13.222123271300838 +$12.67 +$19.3066475404355 +$11.80 +$13.766761924083378 +$10.75 +$17.72796312139281 +$15.83 +$10.54268476689284 +$10.60 +$19.244619472968637 +$11.91 +$15.357507446838689 +$11.53 +$10.154971022383469 +$19.62 +$15.599132051203416 +$10.0 +$14.419452090204837 +$12.76 +$13.551557306558978 +$16.33 +$14.118158264818385 +$11.33 +$18.171454271462267 +$16.34 +$10.3167430619393 +$10.9 +$12.45717201831868 +$14.64 +$14.816931089320256 +$17.25 +$11.694611778053185 +$12.70 +$16.5588222409598 +$16.5 +$19.091239712744304 +$17.85 +$10.023469975826373 +$16.22 +$16.566412272992935 +$17.94 +$15.359806176305177 +$19.50 +$18.175828598692604 +$17.14 +$12.331616675999392 +$13.75 +$16.910081461581285 +$15.21 +$12.292578920248117 +$14.9 +$13.013448789330413 +$14.71 +$15.593799143945297 +$19.19 +$17.86694799037212 +$15.47 +$15.885750998066982 +$12.75 +$12.04114040952529 +$19.59 +$11.298538822307627 +$19.25 +$14.457309297129715 +$12.58 +$11.037328202483993 +$17.25 +$19.31683359635018 +$10.32 +$12.07539976400419 +$18.59 +$19.45287971759815 +$14.85 +$10.605005373234299 +$11.94 +$12.761980048014525 +$14.19 +$10.211843121408394 +$16.81 +$12.028105718937276 +$15.65 +$16.635745480836306 +$19.36 +$17.836972452177633 +$16.33 +$13.34235672835036 +$10.89 +$19.433101323448284 +$11.14 +$16.287595274069055 +$19.78 +$13.966248697183996 +$17.20 +$14.822597989172925 +$18.73 +$16.717906530683628 +$12.17 +$13.253915656600546 +$18.39 +$17.97591015013105 +$13.65 +$16.39533422052205 +$12.37 +$18.179573237632297 +$10.61 +$12.571449927946627 +$15.74 +$18.2300223066702 +$19.63 +$13.329693297344583 +$15.37 +$11.536563261534075 +$16.13 +$17.608643635824496 +$12.16 +$12.689463963555593 +$19.13 +$16.3269436182685 +$13.51 +$19.134393045224105 +$14.68 +$15.024359528083801 +$11.17 +$11.385263133921613 +$18.91 +$12.020352979139581 +$13.76 +$19.61986992515491 +$16.92 +$17.320473180973828 +$10.44 +$10.310932162002802 +$18.54 +$12.304711610807377 +$15.16 +$18.091307799196144 +$18.57 +$10.613997873300143 +$12.77 +$13.576209138911867 +$10.12 +$10.4115849069696 +$16.49 +$18.470889997915044 +$19.33 +$13.484446376795765 +$12.46 +$17.013689797519547 +$19.66 +$19.261277147361085 +$12.7 +$16.024471894617236 +$17.5 +$18.80505429634266 +$17.73 +$17.607906696678988 +$19.43 +$14.008279619120152 +$10.36 +$15.609416882403595 +$18.89 +$18.286946828765196 +$11.19 +$17.551816662849674 +$15.74 +$19.942603755390124 +$18.70 +$10.225955149955144 +$13.6 +$11.970626395844917 +$18.82 +$16.47596273811164 +$17.63 +$18.79488000530759 +$14.14 +$17.11054858753045 +$17.26 +$14.138857426555107 +$11.41 +$15.911274415125032 +$14.65 +$12.55877545762587 +$19.0 +$17.978999902776394 +$10.44 +$13.244074392239142 +$15.11 +$17.703952609266533 +$18.21 +$16.531603962802386 +$18.14 +$11.671745681081568 +$19.48 +$10.86546872956339 +$16.52 +$13.890876734229966 +$16.44 +$10.11400450390332 +$11.92 +$11.874465199075823 +$15.7 +$12.844418670290842 +$14.79 +$13.070629738446192 +$13.40 +$11.063996586147168 +$10.12 +$15.31150626647668 +$15.3 +$16.768373988206598 +$17.48 +$17.640951995830203 +$13.2 +$14.099706687575317 +$12.37 +$16.147929410330057 +$13.55 +$13.362809464346793 +$11.1 +$18.21290085221783 +$16.81 +$16.68519635519956 +$14.81 +$19.79078102802542 +$11.52 +$11.808303927827826 +$16.31 +$11.40186265556645 +$11.75 +$17.7818126435509 +$17.53 +$11.237348830563773 +$12.82 +$19.93725806920225 +$12.55 +$14.62066708186595 +$10.74 +$11.12365208950828 +$10.76 +$12.024354996829771 +$18.2 +$18.93403654667097 +$13.37 +$10.072486109167816 +$13.14 +$18.475603924159785 +$14.30 +$13.465907609158997 +$18.21 +$11.02439692984097 +$15.74 +$14.062082976928803 +$17.71 +$14.376026252486927 +$15.44 +$13.598107359272461 +$14.27 +$12.279061570823874 +$14.19 +$17.313777392469703 +$11.44 +$14.331468279332476 +$16.10 +$11.01996833815013 +$13.79 +$19.07407345020525 +$11.66 +$12.622706385680624 +$11.43 +$12.108302954899772 +$18.5 +$19.73021324992171 +$13.52 +$19.4965358327018 +$16.34 +$10.395640439063772 +$11.21 +$10.762526903614857 +$10.83 +$14.689887406495329 +$11.27 +$10.972726572826206 +$11.64 +$15.842475061203071 +$10.6 +$11.217431861347846 +$14.82 +$13.009869966094538 +$10.0 +$18.867393749398207 +$13.94 +$18.609649455595004 +$10.12 +$19.47563773065484 +$17.60 +$13.0389044444663 +$14.37 +$17.240175204806977 +$15.57 +$12.179753438827655 +$18.50 +$12.544558857645328 +$15.49 +$16.46162021633022 +$11.26 +$18.978560892816418 +$15.55 +$16.66168486187557 +$11.33 +$14.397939150917779 +$12.90 +$11.062145649064144 +$19.32 +$17.5386070599696 +$18.32 +$14.946300947903646 +$13.69 +$11.375237967920164 +$11.13 +$17.387863394185356 +$18.32 +$15.062949824953188 +$15.22 +$17.974235841124383 +$18.51 +$15.744070563622696 +$16.12 +$12.020350969235759 +$16.42 +$12.764816673572406 +$13.24 +$16.275692473953157 +$13.91 +$19.456581637443687 +$18.47 +$12.591817506875415 +$12.56 +$16.03098502106421 +$17.55 +$14.376075483737527 +$11.1 +$12.354087337408817 +$14.79 +$10.0494150570291 +$13.78 +$18.72665469497457 +$19.23 +$11.900572682251596 +$11.32 +$14.625619900125674 +$13.53 +$13.968251207856792 +$11.87 +$10.966604212322698 +$13.41 +$17.67401153972643 +$14.88 +$17.25821354211834 +$11.24 +$18.861130201185244 +$12.8 +$12.300744467651588 +$10.15 +$19.51545373070694 +$19.71 +$11.889528556607953 +$17.92 +$19.15063178110131 +$19.83 +$17.794094154873754 +$11.5 +$17.889436697266987 +$16.8 +$10.3792071723313 +$18.4 +$19.64575665510541 +$17.60 +$10.356332507463112 +$12.8 +$13.571423958369401 +$11.35 +$12.192347446013821 +$16.79 +$13.170440442398577 +$16.61 +$19.85881768701835 +$18.44 +$10.58918312599815 +$17.83 +$18.397515298571992 +$10.63 +$16.253182648011016 +$16.87 +$13.151476560960093 +$11.92 +$15.57455950131808 +$18.44 +$14.046719758696698 +$16.86 +$13.979138733964284 +$16.14 +$18.07945894623193 +$18.63 +$18.311057649391266 +$18.77 +$14.12921227865515 +$19.82 +$15.272438204864784 +$17.58 +$18.481076917707977 +$15.25 +$11.33051778364615 +$19.5 +$13.975015040295842 +$15.71 +$15.676035581677764 +$14.94 +$13.85809724638414 +$16.3 +$15.277406963987591 +$11.35 +$15.282625486133385 +$14.0 +$12.746450603794687 +$15.94 +$17.631479183659028 +$19.65 +$19.93812214098221 +$18.93 +$11.769599225599281 +$12.41 +$16.44127900771553 +$12.27 +$11.100285170455127 +$11.38 +$18.817742485655472 +$10.41 +$16.533792773749894 +$17.42 +$11.954853157665537 +$16.82 +$18.073884453662348 +$16.49 +$10.543948077456282 +$12.9 +$19.758556477256057 +$10.84 +$19.73499783662649 +$18.5 +$16.143832496091704 +$10.73 +$11.596292490526364 +$10.15 +$16.23184388303984 +$18.42 +$17.090658358277597 +$19.87 +$14.979689565338491 +$14.45 +$11.286112605805107 +$18.8 +$15.49916161741114 +$12.85 +$13.516031755009395 +$19.28 +$13.273462612222602 +$10.62 +$17.305723060118563 +$12.6 +$17.36309312125322 +$11.49 +$17.273820758393125 +$11.8 +$13.68750265889321 +$13.21 +$19.614588160881453 +$19.36 +$12.90899101420937 +$14.48 +$12.333059920190967 +$12.78 +$17.64539691527691 +$19.75 +$18.946679986443026 +$13.87 +$13.849755757300006 +$12.13 +$18.388487175105514 +$13.18 +$19.53420702769622 +$11.38 +$13.448900551618793 +$12.83 +$15.48002680303746 +$18.9 +$18.96092628845952 +$18.47 +$12.542415752206528 +$17.79 +$10.223419520423613 +$11.35 +$15.237343985106373 +$12.83 +$14.928998412905475 +$16.65 +$17.60596684066546 +$16.46 +$12.658844362052713 +$10.37 +$11.061981915485784 +$11.53 +$13.32290992723505 +$13.5 +$10.521755479692427 +$10.24 +$17.763583849185977 +$12.51 +$11.480798442999225 +$18.13 +$17.663180727191808 +$19.26 +$10.271822107540363 +$10.79 +$12.655057410884794 +$18.48 +$14.206815103305269 +$14.5 +$13.018917191597753 +$14.47 +$11.465066937656744 +$13.59 +$18.168180375323523 +$16.68 +$15.847078941329954 +$16.3 +$17.2759837391165 +$15.38 +$11.844537221563403 +$13.71 +$10.401115175841479 +$12.41 +$18.8107374665303 +$12.89 +$11.818816649274135 +$12.13 +$16.329341579743573 +$12.87 +$19.815893958112497 +$15.62 +$10.975273662131524 +$18.6 +$16.42665360147635 +$19.53 +$11.781004978161103 +$17.32 +$13.132222875841773 +$12.53 +$16.873835367669802 +$14.78 +$11.187890715424677 +$12.66 +$19.174611095729876 +$10.77 +$15.881629389287394 +$12.77 +$12.03611888187418 +$14.78 +$15.596642783840245 +$17.64 +$17.37999952025244 +$10.2 +$14.519751603889475 +$12.64 +$12.485663547886436 +$11.20 +$18.89452884996793 +$15.24 +$11.844095879365758 +$13.89 +$15.186854105797014 +$16.76 +$15.88347865716655 +$12.32 +$18.35390620175864 +$16.71 +$19.65419089327323 +$12.88 +$10.643708667612906 +$13.9 +$16.02926043939654 +$13.18 +$17.890070746883346 +$17.63 +$12.174820578995298 +$18.50 +$18.45451125432314 +$11.54 +$19.23665859426601 +$12.39 +$13.71519901267209 +$11.2 +$18.14450212221714 +$18.18 +$12.59881124283067 +$11.82 +$12.434116228944248 +$14.24 +$16.376147203855723 +$16.77 +$11.068141406913423 +$13.8 +$14.71627498962137 +$14.6 +$16.943059066688654 +$10.19 +$15.057361648058224 +$11.11 +$12.323257975538795 +$15.57 +$10.845723241373571 +$13.27 +$10.743879984648572 +$10.67 +$14.41726514941558 +$12.84 +$13.22190996669725 +$15.23 +$19.11869517701592 +$14.92 +$13.684673925309177 +$19.60 +$11.599163415241467 +$16.73 +$18.606820617413483 +$16.3 +$19.691789966277234 +$13.85 +$13.897621560103786 +$10.42 +$18.143664732360953 +$14.91 +$15.635866520569238 +$12.51 +$17.586571427895688 +$19.69 +$15.197644048173967 +$16.17 +$14.30895564085031 +$15.12 +$10.246473427748288 +$15.61 +$14.403242026443966 +$16.76 +$12.430160471819127 +$19.60 +$14.107161606270004 +$15.34 +$18.836277495293416 +$10.17 +$16.38101185968676 +$15.62 +$15.082890359630506 +$11.68 +$11.542526187083599 +$10.85 +$10.53384549504185 +$17.53 +$14.051097364546926 +$13.0 +$10.416496094457315 +$18.54 +$18.640990045673718 +$12.36 +$18.169425803536097 +$18.86 +$10.427855886337884 +$19.15 +$10.946878956639345 +$11.26 +$12.710835023679019 +$12.17 +$11.246137046237225 +$13.76 +$10.974048280404197 +$13.68 +$17.412667936960332 +$19.38 +$12.561174486788639 +$14.22 +$13.067288866349461 +$11.74 +$19.20132328447646 +$18.34 +$19.88891936186789 +$17.40 +$14.496596294444736 +$18.91 +$16.82989482313501 +$12.70 +$15.392723203598297 +$11.87 +$13.539665378560564 +$18.40 +$13.852296845141645 +$13.82 +$11.004552641461874 +$15.22 +$12.209827493179384 +$14.75 +$19.00639259551405 +$16.44 +$13.934683331010895 +$10.47 +$19.419526226636417 +$10.26 +$18.78657547353791 +$11.15 +$18.016224678411668 +$16.68 +$14.257549941347348 +$16.68 +$10.71352550775731 +$18.52 +$19.58242565014241 +$19.51 +$11.99223163221467 +$17.80 +$12.72578817854326 +$17.30 +$17.369736491633454 +$17.49 +$17.596034709178454 +$15.19 +$18.17136027460174 +$15.61 +$11.293655137728084 +$17.78 +$16.215578905587993 +$18.15 +$12.796599631745398 +$15.63 +$13.705421606831369 +$18.22 +$12.438966970718855 +$19.71 +$17.44202088111019 +$13.82 +$13.614999766986866 +$14.8 +$17.98817233050424 +$18.47 +$16.57828211491371 +$13.70 +$13.425360417227449 +$13.85 +$19.719416204246745 +$15.1 +$15.810537008684534 +$10.45 +$10.503152925236572 +$11.64 +$10.038681374585659 +$15.35 +$10.124067464183266 +$10.51 +$14.936320904377496 +$13.79 +$12.992358662826893 +$11.68 +$16.5202759550004 +$19.43 +$18.94884611762531 +$16.3 +$16.707669837835653 +$19.90 +$12.50657260093318 +$11.55 +$13.594014985785526 +$12.55 +$16.721379752922612 +$19.22 +$11.784587054160417 +$18.3 +$14.39848051632573 +$18.40 +$19.916743242206724 +$12.93 +$13.205956253714673 +$15.24 +$10.448289541835104 +$15.20 +$16.925095268433402 +$10.92 +$12.410062335859838 +$13.36 +$19.496875550735655 +$18.72 +$15.445292494493621 +$11.14 +$16.407822811143777 +$15.81 +$14.08788726083122 +$14.8 +$13.32228977081658 +$18.46 +$12.83831489101943 +$15.61 +$10.607503499608393 +$15.88 +$18.371243045114 +$11.82 +$19.84332618398773 +$15.75 +$11.491246167610985 +$12.22 +$19.10865492169421 +$16.16 +$13.916092404313343 +$17.40 +$10.361752261255122 +$13.35 +$15.6457464407049 +$15.64 +$16.01570992533889 +$19.4 +$16.182270697226393 +$19.36 +$17.323101595463584 +$11.86 +$19.4547608967827 +$15.64 +$18.858359996096354 +$10.25 +$18.62140509825902 +$11.41 +$16.76019113593153 +$10.30 +$13.912531813900028 +$12.25 +$12.38144385376232 +$14.43 +$18.15581154982924 +$18.53 +$18.847596399384905 +$15.67 +$13.05731757737131 +$15.23 +$14.138269054952643 +$17.32 +$13.350528909238236 +$14.60 +$11.994763511972414 +$10.11 +$16.564436531960816 +$12.2 +$19.48150481038509 +$17.51 +$18.48821338378024 +$10.83 +$15.702056176916187 +$10.82 +$13.62322619587175 +$17.33 +$14.023330958269586 +$12.42 +$19.90133003172207 +$13.34 +$18.360617665493752 +$17.51 +$19.814664901233193 +$14.26 +$16.8419469086801 +$15.87 +$10.364307355928581 +$17.69 +$13.56235634261067 +$13.69 +$17.90973957943804 +$18.16 +$15.759313266256811 +$10.5 +$16.659467797110008 +$12.62 +$10.268872446404965 +$19.26 +$15.313642332674634 +$18.12 +$17.146550972063842 +$12.17 +$14.39442825205295 +$14.78 +$18.69680524597603 +$16.51 +$14.338907178736672 +$12.83 +$11.376586614076016 +$19.67 +$13.903053355304271 +$18.54 +$15.102060736261151 +$17.66 +$16.389498613260706 +$10.30 +$16.820574377378147 +$14.23 +$17.049648398043324 +$19.50 +$14.248344475425887 +$11.24 +$11.951192954132834 +$17.92 +$10.48433344867014 +$14.93 +$10.885775897098066 +$10.78 +$15.03284852586673 +$11.66 +$15.48500132984553 +$12.3 +$13.121010741126252 +$11.83 +$11.239336357027126 +$13.28 +$16.13658268874879 +$10.32 +$15.118256373847586 +$14.80 +$12.697506762734545 +$13.1 +$19.37553057762445 +$10.13 +$18.349188454493408 +$14.37 +$19.538625593922525 +$11.56 +$13.754018185457543 +$14.62 +$16.78881227485484 +$18.85 +$11.374528553957774 +$19.12 +$11.55882979667222 +$11.88 +$11.867560008858392 +$13.22 +$11.394665112800427 +$11.11 +$15.98039018603486 +$15.71 +$15.944585204350336 +$11.6 +$12.254367243076597 +$15.70 +$19.799635733106072 +$16.2 +$10.727611934455146 +$11.88 +$17.14672813007082 +$14.48 +$16.846028173848705 +$17.59 +$15.872400122017321 +$14.43 +$16.329953124999562 +$11.26 +$19.738377211687904 +$10.80 +$19.379222241389012 +$12.83 +$19.031836793350305 +$15.39 +$15.226074384628383 +$18.24 +$11.290185608727388 +$15.75 +$19.83070506019672 +$19.15 +$18.593617159225797 +$14.93 +$18.004281487806274 +$10.93 +$16.351510502011298 +$19.82 +$16.73903419898922 +$19.61 +$18.311984589039604 +$10.60 +$18.032166427512237 +$17.83 +$17.028657807836094 +$16.26 +$14.160034882700936 +$11.51 +$17.766075844902044 +$18.14 +$13.972740412575112 +$18.31 +$13.154202907515932 +$19.64 +$19.455597617278457 +$17.48 +$14.751582765399908 +$13.30 +$15.542807786553096 +$17.45 +$13.673801970440179 +$16.26 +$19.859793262499675 +$11.84 +$10.392692035203256 +$19.48 +$10.369642429035551 +$11.16 +$17.44219604776338 +$12.77 +$19.905580769146837 +$15.61 +$19.662313843291415 +$14.52 +$13.884833346744873 +$15.89 +$14.207296631736915 +$19.30 +$10.634325616184091 +$19.94 +$10.023003721593494 +$12.15 +$10.51622218702609 +$15.80 +$13.786210578626463 +$14.64 +$18.74619378253395 +$15.93 +$15.238770005072734 +$14.63 +$14.801668043607217 +$14.20 +$10.399292313059147 +$14.28 +$13.399485924128566 +$16.88 +$12.612985157085518 +$18.7 +$16.794907720857317 +$10.45 +$10.99150369022319 +$12.46 +$17.611689217753216 +$13.90 +$15.656820469567547 +$16.52 +$14.438786681731656 +$14.53 +$18.431949902934274 +$18.90 +$18.75356528058645 +$17.90 +$14.039227738105456 +$16.10 +$16.536185530312345 +$19.51 +$10.07852548813635 +$14.0 +$14.746914740053153 +$18.1 +$16.0177651225268 +$17.15 +$15.209628618800703 +$18.69 +$13.768001372159112 +$18.57 +$13.310685123895569 +$11.12 +$13.358645576546353 +$12.83 +$10.954428412058302 +$13.26 +$17.610188514964324 +$16.26 +$18.703246085872767 +$16.36 +$15.732662220918954 +$11.72 +$16.541104473159223 +$14.39 +$14.16150300602759 +$16.87 +$19.27872119484534 +$11.50 +$11.819417225796286 +$12.89 +$16.337165568480298 +$10.1 +$18.639419628782385 +$14.32 +$14.840554683762672 +$15.30 +$19.796686563846414 +$14.24 +$16.183448369198267 +$15.82 +$17.032627479105045 +$17.70 +$10.49855198702313 +$18.50 +$19.466296824534197 +$15.28 +$13.654843785438114 +$14.39 +$12.163863996158057 +$11.78 +$13.895126100132085 +$10.39 +$11.042722345105977 +$19.89 +$19.76241151259901 +$18.4 +$19.510508176649857 +$10.28 +$10.954288766243073 +$18.82 +$19.743664901517114 +$19.9 +$11.740574930280022 +$11.19 +$12.322662804930594 +$18.66 +$10.196603183411575 +$12.51 +$12.890411508262504 +$11.29 +$18.113890121331984 +$14.36 +$17.11059126162653 +$19.6 +$15.582391424698406 +$18.90 +$16.415800943993432 +$11.55 +$11.59898596934299 +$12.63 +$16.683994974761987 +$15.16 +$19.085797001380932 +$18.76 +$16.2345328766391 +$10.40 +$18.186290385831622 +$17.53 +$14.769220059335083 +$12.61 +$11.545707070084337 +$13.38 +$12.970007040083916 +$19.54 +$13.643140212212629 +$14.41 +$16.96515419714826 +$18.84 +$16.5992228199446 +$10.93 +$10.431697134860057 +$16.11 +$14.618228134362626 +$19.13 +$15.207200177160804 +$12.4 +$13.680478695641735 +$15.28 +$11.187337990336024 +$12.51 +$14.728415394952318 +$18.85 +$17.386096875312983 +$15.75 +$11.69345191467086 +$14.73 +$18.02211811269163 +$12.50 +$13.173863431820207 +$18.56 +$18.052547934791573 +$17.72 +$15.068747741121689 +$18.56 +$16.554781344129328 +$12.43 +$18.091973094161524 +$18.15 +$18.558693144608007 +$13.65 +$13.626176806036478 +$19.81 +$13.810620741933516 +$19.25 +$11.254306878977795 +$11.22 +$15.262999334311047 +$18.3 +$14.536098447993812 +$17.33 +$13.95687443093507 +$19.21 +$11.946917833722635 +$10.54 +$16.563658926711298 +$15.12 +$18.24836261768148 +$16.4 +$14.178191855122776 +$16.35 +$12.73080202931892 +$17.67 +$14.325159094984087 +$13.24 +$14.047387217045618 +$12.20 +$17.104118824338308 +$17.79 +$10.770314209620713 +$13.82 +$12.304786094168351 +$14.61 +$15.127688301931816 +$11.25 +$12.864447932545275 +$18.16 +$18.88557560145504 +$14.68 +$15.153792813619493 +$13.86 +$13.76992004568875 +$18.91 +$18.119867068648624 +$19.66 +$10.49839491146089 +$17.19 +$17.454651080733843 +$16.19 +$13.433178570317768 +$10.76 +$11.584708436850066 +$18.62 +$17.337160241097298 +$15.53 +$15.331289362946027 +$11.16 +$15.486372022988643 +$18.75 +$15.742885002465057 +$10.5 +$10.605037548255474 +$18.4 +$16.986806343530944 +$14.16 +$14.450502421382298 +$11.93 +$13.328128190041916 +$19.85 +$17.617036633418778 +$15.52 +$19.741925499899608 +$11.34 +$12.155177714567971 +$15.63 +$18.30620228432989 +$18.56 +$17.652176594452392 +$12.91 +$11.113773693400363 +$15.73 +$19.12503322876271 +$10.92 +$15.6852838132044 +$17.84 +$17.433012264805367 +$17.87 +$12.32422090321231 +$18.74 +$18.68314414742747 +$11.1 +$15.858176997912707 +$19.81 +$15.207244717315724 +$19.0 +$17.803317266915766 +$16.30 +$19.541122282997748 +$15.74 +$19.418037348461105 +$15.58 +$15.838793094477937 +$17.38 +$16.29213641740448 +$19.0 +$19.36236878372093 +$18.15 +$15.06034448234588 +$12.31 +$17.414511817928634 +$15.72 +$16.248084588457488 +$17.61 +$12.763267482096618 +$17.17 +$14.90544489640332 +$13.3 +$19.413884934314133 +$19.75 +$16.286239602733545 +$15.58 +$19.143402982446325 +$14.16 +$11.572518335988406 +$17.34 +$11.766693196405921 +$18.2 +$19.507350550427752 +$18.86 +$18.249405929295797 +$19.24 +$14.595795193430138 +$11.78 +$17.08022207319736 +$19.90 +$14.598037994543798 +$19.33 +$14.09027278586953 +$11.38 +$12.511688832273121 +$12.0 +$19.507526046180764 +$16.32 +$12.780711451290152 +$11.30 +$16.997274526798705 +$13.53 +$13.267414015853637 +$11.20 +$13.170624341122986 +$17.66 +$19.94114997123809 +$11.73 +$19.263954879319115 +$13.49 +$11.122824746865133 +$18.26 +$17.77814880470987 +$11.41 +$10.349700605904388 +$16.71 +$11.08994384689671 +$16.78 +$11.53446011192382 +$13.68 +$13.729069226537417 +$19.72 +$18.35543907439844 +$12.14 +$15.894056194253356 +$16.9 +$16.33159054905041 +$10.93 +$17.394224315232815 +$14.68 +$11.414762891997292 +$18.60 +$18.60979215066017 +$17.26 +$11.705045561161164 +$19.12 +$15.146482596818903 +$10.8 +$17.085856974852547 +$16.35 +$13.71866056291864 +$18.7 +$10.478504705755984 +$13.92 +$12.108003748555518 +$15.80 +$12.092757017211875 +$10.53 +$19.577287432104885 +$11.93 +$14.571664225831723 +$17.68 +$16.47044820590126 +$13.2 +$14.758855466266159 +$11.55 +$15.422823596721933 +$13.76 +$10.983963644162847 +$13.61 +$10.702597130427664 +$11.40 +$11.806985343897486 +$17.2 +$15.041738904525504 +$18.53 +$16.945181159768786 +$11.73 +$10.859042242436285 +$17.84 +$13.069980111936696 +$10.25 +$10.590012745757448 +$18.48 +$19.23195079493671 +$10.43 +$13.824290769628089 +$11.84 +$19.781562381543694 +$12.11 +$17.746354502951874 +$10.87 +$18.73254202963878 +$15.34 +$17.68876929103383 +$19.20 +$11.379873556152564 +$11.73 +$11.439085429884031 +$13.58 +$17.327243085753643 +$12.0 +$18.29846302048956 +$14.89 +$13.443339084641812 +$18.60 +$12.55641911324954 +$11.78 +$15.00815155631636 +$15.74 +$11.053661017087245 +$10.52 +$19.470752181060796 +$19.21 +$15.82440182448919 +$10.18 +$19.165356932753504 +$17.75 +$14.78064098016674 +$17.61 +$14.547182680005388 +$13.45 +$14.49764302336249 +$13.29 +$13.214173366108309 +$19.31 +$14.121581442874525 +$13.43 +$14.832526811239845 +$16.42 +$15.030343874415891 +$16.53 +$15.800842872987374 +$13.76 +$10.30082768675659 +$14.89 +$18.993644347690264 +$17.38 +$12.43147624366677 +$19.85 +$18.9851563752818 +$12.3 +$12.853282778822411 +$10.55 +$14.322379585445564 +$12.55 +$13.642577539577788 +$15.66 +$14.40076680621116 +$17.94 +$10.711062380080824 +$19.6 +$18.004102520574037 +$10.65 +$17.375787931602705 +$11.81 +$16.284907480431293 +$18.73 +$12.711155675283688 +$13.31 +$10.913799154236802 +$12.68 +$10.841440182944671 +$14.42 +$11.204187669467071 +$10.35 +$13.78548394740217 +$13.43 +$14.415687630716626 +$11.30 +$10.305249033684788 +$12.2 +$13.672492369033643 +$11.23 +$10.282757788320147 +$12.79 +$19.874624988629115 +$13.13 +$10.931461179096503 +$15.12 +$11.21781304554887 +$13.93 +$12.868740071365389 +$19.1 +$18.90655918773303 +$19.44 +$17.0084026650488 +$11.65 +$11.930129778266775 +$16.25 +$18.892947797259154 +$17.50 +$17.05938151683737 +$15.88 +$18.0856869014794 +$19.29 +$16.327587960108968 +$19.80 +$18.745961667641943 +$19.27 +$11.350851922526719 +$13.14 +$19.264754571029613 +$15.94 +$15.067368996613048 +$11.60 +$18.439299771919018 +$16.70 +$15.665739627369792 +$19.87 +$10.09100093491241 +$18.25 +$19.56220863058546 +$11.66 +$11.646485516014007 +$11.43 +$17.24143038148935 +$12.69 +$19.51581763767245 +$10.83 +$10.0273065602995 +$17.52 +$12.040747879529437 +$19.73 +$14.386793291577959 +$14.52 +$19.427914986550288 +$16.31 +$10.759374916863164 +$13.43 +$14.766734638855569 +$10.76 +$14.07888759641109 +$13.47 +$17.97801009851363 +$14.60 +$17.994808715254656 +$15.84 +$13.755446447851126 +$14.15 +$13.150136771867754 +$16.81 +$14.28278726204271 +$17.71 +$11.460146894237562 +$11.43 +$14.536425334072065 +$13.32 +$10.850860428079649 +$15.29 +$18.9859405140642 +$14.90 +$19.933222179039547 +$15.64 +$11.407904303416952 +$13.82 +$13.257791481344388 +$16.26 +$15.33710049907453 +$14.92 +$13.482351703400626 +$17.38 +$17.213027587858306 +$10.67 +$12.414763482717795 +$10.60 +$18.740266025566807 +$16.2 +$17.344913105001893 +$14.43 +$17.51714510869496 +$17.75 +$19.121349270455127 +$10.66 +$16.228970441784675 +$16.5 +$12.163420959016971 +$12.94 +$13.226951133931493 +$16.0 +$18.71515099421692 +$15.43 +$15.684057830987564 +$15.62 +$11.140873692705538 +$11.26 +$17.759048962502632 +$17.65 +$16.826785458954916 +$15.55 +$16.834444403964795 +$14.39 +$16.943012912736073 +$11.59 +$17.22459673749388 +$17.74 +$19.939837792627614 +$14.33 +$12.553064493747316 +$15.50 +$10.898569969499093 +$18.76 +$19.769659135088144 +$11.71 +$11.96790968098065 +$12.16 +$14.958360713766869 +$14.67 +$16.17941454717382 +$15.31 +$17.019281067853548 +$14.15 +$19.158022865937323 +$16.12 +$10.669439597763375 +$13.8 +$19.786598981329696 +$16.78 +$15.436659446615334 +$19.27 +$16.51395207637345 +$14.14 +$15.726632020518098 +$12.66 +$18.36203412406288 +$15.24 +$11.645500335022465 +$14.9 +$12.388590099174301 +$13.41 +$12.779033962055308 +$11.3 +$16.868765603857824 +$14.33 +$16.20015000920212 +$12.3 +$14.255022305621623 +$18.18 +$16.21270550656324 +$14.75 +$10.062769985778022 +$19.65 +$10.373298889177171 +$16.36 +$10.54817306336259 +$11.86 +$17.714841527896787 +$13.36 +$11.763022253137272 +$11.38 +$18.93718600498225 +$15.93 +$18.031937096242327 +$19.33 +$10.867227550804715 +$10.89 +$10.845990295404018 +$19.91 +$13.167055498019828 +$19.79 +$10.948928750768673 +$15.9 +$16.04577209953658 +$12.85 +$15.405468541236903 +$10.84 +$18.736723901106586 +$12.24 +$18.74042886818706 +$19.20 +$12.066648418351566 +$11.69 +$10.09223200565795 +$15.21 +$15.683248957154706 +$14.67 +$19.446899775821805 +$12.89 +$14.281888793838853 +$18.75 +$16.995293101820266 +$19.79 +$18.381269346231143 +$19.86 +$18.530041323001107 +$18.16 +$11.424986325322013 +$17.18 +$19.72749934380742 +$11.39 +$16.13905748073069 +$13.16 +$15.91032182737225 +$17.36 +$15.641721492424836 +$19.40 +$18.590926115148655 +$14.46 +$19.294146696003317 +$14.90 +$19.697064547787633 +$12.74 +$14.32692414733274 +$12.73 +$13.38059219536446 +$17.18 +$16.00115379811526 +$14.87 +$12.369363548301077 +$13.53 +$16.852173849013337 +$16.33 +$17.957217779056503 +$17.40 +$14.998458558504694 +$12.86 +$15.505319131398206 +$11.48 +$16.65074642291549 +$15.42 +$19.053866982733506 +$19.77 +$17.6830667506536 +$11.24 +$10.520637423363514 +$15.52 +$13.278416410025054 +$19.79 +$16.03123707219391 +$15.16 +$17.642198779938035 +$15.94 +$14.26944302845546 +$17.19 +$14.72186062393191 +$19.31 +$16.502449910912066 +$13.82 +$18.472931806871337 +$10.65 +$13.453700001052818 +$15.85 +$13.711804470494833 +$10.7 +$12.339139957565212 +$13.39 +$14.60432044074441 +$19.73 +$16.962712244949465 +$10.91 +$13.21409478609678 +$18.77 +$15.990150767048792 +$14.22 +$10.695487484384241 +$18.27 +$16.34325373090771 +$19.93 +$10.85857646580942 +$15.31 +$18.950897901568435 +$15.8 +$13.463942623869288 +$11.52 +$14.20908692962695 +$18.47 +$18.897354404386114 +$15.42 +$10.628962304454118 +$12.41 +$15.675826286435676 +$16.38 +$18.348833327317994 +$14.64 +$13.937163641413205 +$15.35 +$10.036126959727921 +$17.29 +$12.331983074612463 +$10.78 +$18.014720819021104 +$12.87 +$18.33591872318923 +$11.32 +$18.676919139254874 +$17.22 +$12.260693180753933 +$12.68 +$14.962966809393354 +$15.53 +$13.145915377477424 +$14.82 +$13.154154474959247 +$17.88 +$12.716970779110476 +$15.37 +$10.377121217855976 +$14.22 +$13.216639492870653 +$17.16 +$14.278489467456783 +$11.38 +$15.808860542670326 +$12.69 +$18.320121661984587 +$12.13 +$11.266451877411292 +$19.63 +$10.480115070781832 +$12.11 +$12.663084448937855 +$16.66 +$18.83413120119957 +$10.50 +$16.199850002427215 +$11.74 +$11.979541495495402 +$14.20 +$12.223179634500603 +$18.37 +$13.782747113378267 +$19.31 +$11.253118420568391 +$16.73 +$13.452643426631816 +$19.81 +$11.50099195243828 +$17.28 +$10.278585805558793 +$17.4 +$17.68999310101484 +$12.49 +$16.17792741723691 +$10.70 +$18.71702709846778 +$19.8 +$13.91842613816988 +$13.61 +$10.93071058472474 +$12.82 +$16.929607940822123 +$18.3 +$10.060030875624179 +$15.56 +$14.71890626228562 +$13.34 +$17.100931695122583 +$13.3 +$13.563360181852016 +$13.7 +$13.98288338771813 +$16.94 +$14.784800032952843 +$11.81 +$16.63694220683924 +$17.21 +$15.720827569857637 +$14.78 +$13.5533244740992 +$13.66 +$15.355400564796826 +$16.33 +$17.93120428062779 +$17.8 +$18.815443564297873 +$16.38 +$13.365060517260636 +$17.66 +$10.770134133649266 +$15.8 +$14.788784233102302 +$16.91 +$18.202761646606803 +$15.56 +$12.922892568890653 +$15.84 +$18.801589089220784 +$12.73 +$11.55286005942289 +$16.64 +$19.037651699049114 +$14.60 +$18.797124076706268 +$14.81 +$16.594755232332815 +$16.26 +$14.310346388728094 +$10.58 +$12.654801195289231 +$16.62 +$12.274955009743701 +$11.90 +$13.886363955516165 +$18.9 +$17.959750863549267 +$19.19 +$17.175710948131318 +$11.26 +$19.070694532185122 +$18.84 +$19.17223999196677 +$19.59 +$18.396892065261106 +$10.52 +$13.129129941159968 +$13.34 +$13.375675498290942 +$19.94 +$13.631541115395482 +$11.59 +$12.250473310213557 +$15.57 +$14.398162132594354 +$15.36 +$13.9094456410877 +$14.77 +$16.277257800917365 +$16.7 +$15.060235744417811 +$19.2 +$16.824961186684284 +$11.56 +$11.151116050270812 +$13.21 +$19.78187739249234 +$17.76 +$15.646241623027091 +$17.64 +$15.638208011884899 +$13.58 +$18.85282107066051 +$10.16 +$15.499369203552149 +$15.66 +$12.79443876978839 +$13.11 +$19.08508648826478 +$10.75 +$10.316182581946375 +$15.71 +$19.768698720718213 +$14.33 +$17.265844910295208 +$10.26 +$18.164619398252803 +$18.87 +$11.894468698960054 +$17.38 +$10.93818176455443 +$14.59 +$12.014021455179368 +$18.94 +$14.972180760357833 +$11.72 +$17.90030995113922 +$11.90 +$16.402271673818532 +$19.93 +$19.632220881167193 +$17.57 +$17.669077139799597 +$11.48 +$13.074598755395087 +$15.11 +$12.476575005235881 +$13.7 +$18.681451857693766 +$12.6 +$14.157425081375514 +$16.3 +$16.572151942356587 +$11.69 +$16.932215994527557 +$10.18 +$19.43800568201973 +$16.57 +$10.615091288412048 +$18.39 +$15.153562781435681 +$14.45 +$19.479697695508136 +$15.15 +$10.705776166215239 +$10.94 +$11.343162755213962 +$11.19 +$10.240103679485447 +$11.80 +$18.564913205848953 +$15.35 +$15.106535584633205 +$15.90 +$10.495109366333246 +$17.45 +$11.942276240597591 +$14.23 +$18.02880184850077 +$10.15 +$13.38152519081822 +$11.1 +$17.57731623260166 +$17.68 +$12.724274829831263 +$15.16 +$10.1591638048013 +$17.94 +$18.45911984685486 +$18.56 +$14.517711541793288 +$10.2 +$19.858159212773465 +$18.30 +$19.19571530676648 +$18.83 +$11.497522389795435 +$16.93 +$13.65729423172308 +$19.60 +$19.132103859382475 +$16.52 +$10.286127293572822 +$18.91 +$13.506087520974818 +$16.78 +$10.4960426596293 +$16.7 +$18.679591001249634 +$11.16 +$18.75903473199145 +$19.55 +$14.77483943833593 +$11.16 +$10.539465084078035 +$12.91 +$13.212201664110717 +$17.10 +$11.004338809415236 +$13.84 +$10.559466392676182 +$15.78 +$19.689607808038883 +$11.27 +$11.109581177600838 +$14.55 +$19.706995432896523 +$13.64 +$13.907201117304988 +$16.34 +$12.519513393363876 +$10.22 +$17.502770746821632 +$18.65 +$15.804860881704727 +$16.5 +$11.254759729035602 +$10.44 +$17.979637270813406 +$13.33 +$18.005477057839542 +$11.3 +$14.152338634914106 +$12.47 +$15.983077551683607 +$17.52 +$16.79401462559083 +$17.49 +$16.86855002057615 +$13.51 +$12.125364674577717 +$11.40 +$19.066522361773025 +$14.66 +$13.337570650820943 +$17.22 +$11.394734528780475 +$18.24 +$10.36523916041927 +$16.36 +$10.761665751755928 +$19.37 +$15.794343591913812 +$18.88 +$10.545127727500555 +$14.85 +$11.339947778293135 +$12.49 +$10.635520511188872 +$14.68 +$18.744876896756494 +$18.43 +$17.96231594097757 +$14.19 +$12.542815732047782 +$12.62 +$18.06097783690953 +$16.65 +$10.001634224092847 +$13.15 +$15.713130976196004 +$19.89 +$12.123055801306222 +$13.20 +$16.26019472043822 +$13.75 +$13.336066437280943 +$12.16 +$14.57924619019479 +$14.0 +$14.32829600324958 +$14.94 +$14.363231275425044 +$17.61 +$19.7607149668745 +$12.86 +$10.690704212738458 +$17.42 +$17.441570816348513 +$16.73 +$12.359589721089785 +$17.18 +$19.142964109712963 +$14.3 +$19.320946206839444 +$13.25 +$11.76841789096126 +$19.23 +$18.667432092134806 +$17.39 +$18.272279733138664 +$15.69 +$18.788191340516406 +$15.12 +$19.15661249144152 +$17.71 +$11.67597533609998 +$18.71 +$19.35966679660715 +$17.44 +$13.186748748273269 +$11.19 +$19.264491827726033 +$18.6 +$12.438969327300045 +$13.72 +$17.38037728332461 +$11.1 +$12.878482990637787 +$16.37 +$17.317359281419 +$11.88 +$12.760944869254923 +$19.14 +$18.96484317444531 +$10.21 +$18.450506451607858 +$12.26 +$15.48453159178916 +$15.7 +$12.677300691570796 +$11.81 +$16.592999320165347 +$11.86 +$10.563133669851553 +$12.70 +$12.586424199594964 +$10.47 +$16.88999894897229 +$14.71 +$18.59430331835514 +$19.55 +$13.265283890941781 +$14.83 +$17.967309319349667 +$19.13 +$14.051633702755618 +$13.82 +$13.027925071060578 +$15.73 +$17.918989456091715 +$12.31 +$15.931169007592882 +$16.14 +$19.37353827768688 +$10.45 +$19.425493648297937 +$12.25 +$12.838422459402935 +$14.52 +$19.742696281842477 +$12.83 +$11.241039365277452 +$18.79 +$13.622671149576522 +$10.80 +$13.290088295172339 +$17.85 +$14.516372719957545 +$11.7 +$10.189832167906818 +$16.53 +$13.61887098315941 +$18.65 +$10.312904782993476 +$15.40 +$19.83856688176918 +$10.64 +$10.810804204564057 +$18.16 +$10.986653210355776 +$15.79 +$11.20620376979631 +$19.42 +$12.374800401673685 +$19.16 +$13.198666538266664 +$12.7 +$11.300744615729945 +$10.73 +$18.27903764097036 +$16.57 +$10.011886874012212 +$12.10 +$12.451700320257364 +$14.12 +$14.122412471653819 +$11.52 +$10.213058991826447 +$18.66 +$13.305075355409556 +$13.23 +$19.416685457838703 +$10.80 +$15.809050828447097 +$13.55 +$12.113760930342803 +$19.4 +$11.360006450902487 +$15.10 +$14.691708849558472 +$18.87 +$12.266930152667271 +$19.1 +$17.55006693690325 +$11.24 +$16.07670764638449 +$15.61 +$15.292759016865947 +$16.72 +$17.98680206799056 +$12.74 +$17.964770044254227 +$12.37 +$11.27441733843231 +$10.73 +$11.709022529577936 +$11.13 +$16.107641841140605 +$11.48 +$18.23686087404358 +$14.13 +$12.944775908671069 +$14.13 +$12.428049008202999 +$12.13 +$15.6623413521602 +$17.48 +$10.17143296197427 +$12.8 +$15.526459767424875 +$16.42 +$17.571111207215786 +$18.34 +$11.656312574458367 +$14.43 +$14.572214616538314 +$15.43 +$14.676970568933202 +$11.68 +$17.545584416527937 +$16.44 +$19.6084982283216 +$18.43 +$18.17718842973631 +$16.84 +$12.265943090132595 +$13.24 +$14.652206257303202 +$13.51 +$12.063664576565078 +$16.65 +$18.185083663019668 +$16.53 +$13.733927342038214 +$19.82 +$18.29833438670091 +$16.28 +$13.25054229049287 +$16.38 +$11.109643210210816 +$12.10 +$16.53931620888905 +$15.77 +$17.14160764120923 +$12.84 +$16.695811770527904 +$10.94 +$12.033598037612707 +$10.88 +$12.474325817280539 +$10.55 +$11.794191525465715 +$15.10 +$14.501828478183945 +$17.47 +$15.421633123253983 +$10.60 +$11.290074257035466 +$17.17 +$13.939925890991113 +$15.67 +$19.56562164904538 +$12.48 +$16.163732263888676 +$13.28 +$14.165132096189136 +$13.93 +$11.634906046215905 +$11.42 +$10.652498412318721 +$12.16 +$14.396889732948793 +$19.81 +$14.195252484073832 +$16.57 +$19.04710745411645 +$18.35 +$17.73239224240501 +$16.68 +$16.218910534571236 +$19.63 +$18.52858744105565 +$19.44 +$11.678377360231513 +$16.47 +$10.595003957220802 +$19.15 +$18.051270386663813 +$16.66 +$15.067706536370958 +$17.16 +$11.497694448500525 +$14.33 +$18.02709941443318 +$11.13 +$17.44613956161159 +$18.64 +$17.506747458129418 +$14.21 +$12.10374063636867 +$16.57 +$18.65122009680799 +$18.6 +$14.487968638181709 +$18.54 +$14.238086985651082 +$14.84 +$11.110005277478123 +$19.92 +$15.281788520272487 +$16.67 +$14.526527176017556 +$14.84 +$14.461149209360151 +$19.26 +$19.772457361698223 +$15.45 +$11.370585473524644 +$15.42 +$11.703162248261831 +$19.60 +$14.930963708115065 +$19.6 +$12.814950975484983 +$12.17 +$19.542484341641106 +$17.72 +$11.430141242837818 +$15.48 +$18.64467944953676 +$15.38 +$14.757011604000436 +$15.55 +$18.006145589100296 +$13.18 +$11.622411932010198 +$16.29 +$10.860865410860024 +$10.27 +$17.17334009972034 +$17.37 +$13.785709182707214 +$10.20 +$11.759238295588991 +$14.6 +$11.214471853610721 +$10.93 +$11.331025324378718 +$13.16 +$15.332022124534845 +$11.52 +$13.045934824344577 +$13.78 +$14.2849073014781 +$16.60 +$13.82951851600764 +$10.51 +$11.439535206536823 +$19.53 +$11.693885632335345 +$11.86 +$16.204864582212018 +$13.83 +$17.213922363187102 +$15.38 +$19.402055990812222 +$19.76 +$14.712072107000624 +$13.82 +$16.841352142983705 +$10.42 +$11.925020703627332 +$12.44 +$13.00924410473452 +$14.90 +$19.21002702139205 +$14.60 +$11.316892610251205 +$11.6 +$11.647583032119785 +$13.38 +$15.579633853894165 +$17.64 +$10.030873037491517 +$14.93 +$19.60036928454261 +$18.91 +$16.376341767553008 +$18.14 +$10.310070924674898 +$19.4 +$15.180387558584336 +$18.89 +$17.585320320902802 +$12.77 +$11.049228056912249 +$14.68 +$10.18626849565704 +$11.62 +$13.728827965162209 +$18.43 +$16.659447566418837 +$15.36 +$11.06185868993056 +$14.37 +$15.713626432294639 +$17.79 +$11.772494578773202 +$11.44 +$17.31048213814871 +$16.91 +$12.03216636532962 +$11.64 +$13.729089271325861 +$14.4 +$10.365282294064539 +$12.5 +$10.204716086138461 +$17.65 +$11.5934928883862 +$10.8 +$11.931395347245921 +$12.64 +$18.959239962439405 +$10.41 +$17.07952594978282 +$15.52 +$11.046719647838918 +$15.68 +$10.685134489550698 +$11.48 +$19.77296709159222 +$14.15 +$18.161354130865064 +$16.7 +$17.75006448956441 +$19.39 +$14.356885466140877 +$15.39 +$10.767133516301262 +$19.66 +$13.23393638768111 +$10.47 +$12.344661751734876 +$17.73 +$12.784365440977012 +$13.25 +$19.377803119499386 +$16.72 +$12.093928278086178 +$16.77 +$19.90374999751465 +$18.1 +$17.686278641468633 +$14.87 +$15.122031012535542 +$10.54 +$14.211321464440203 +$19.91 +$17.849464482547972 +$12.61 +$13.835380158732377 +$16.11 +$14.02297775017459 +$19.47 +$10.537360439357961 +$14.58 +$11.35398137754468 +$18.62 +$11.73044322824839 +$15.92 +$19.016700903302066 +$14.9 +$18.695207367071223 +$14.63 +$12.47880822185468 +$17.66 +$12.891161975158976 +$15.37 +$12.498520137659767 +$15.72 +$10.23301449778163 +$17.48 +$18.541798736561816 +$14.88 +$15.037103993253766 +$10.52 +$13.97877576438965 +$11.9 +$11.123337934076147 +$18.21 +$13.171038630042245 +$13.30 +$10.530720584072153 +$18.61 +$10.001883463787433 +$13.36 +$13.926828772668593 +$15.43 +$11.409442727509738 +$10.24 +$16.245703562027582 +$13.63 +$15.200870638054793 +$11.40 +$17.29087102913561 +$15.84 +$12.86190120960337 +$16.75 +$11.512095416037457 +$13.85 +$17.463177998690636 +$16.66 +$14.212134850628726 +$18.18 +$15.11638179594852 +$10.36 +$17.159527059779116 +$19.77 +$15.58915952321362 +$13.58 +$15.337342607133785 +$17.42 +$10.047698423470063 +$14.4 +$16.896131035518113 +$10.22 +$16.621477759700298 +$13.1 +$15.580903062977711 +$13.75 +$16.758719050384087 +$18.55 +$13.676861252232445 +$17.79 +$18.1112555657158 +$16.25 +$14.678300593719804 +$16.78 +$14.450175933398373 +$17.46 +$16.978581962616037 +$16.12 +$14.352067840258714 +$19.78 +$18.187911549717818 +$16.16 +$16.213701442985702 +$13.9 +$13.13996369901261 +$16.41 +$14.927696584155253 +$16.20 +$18.642268290071847 +$19.11 +$13.05261600134087 +$10.17 +$13.157900493178627 +$12.27 +$13.836916730836045 +$11.45 +$18.917112441259178 +$15.81 +$16.345810038821625 +$10.48 +$13.6004027293116 +$14.53 +$13.403223807855177 +$11.15 +$17.94150525747543 +$16.81 +$15.645961677026978 +$14.1 +$14.895137358969762 +$10.45 +$14.4730481907729 +$11.90 +$13.04501241312778 +$13.23 +$13.487396562014967 +$13.36 +$18.08664045771249 +$17.42 +$13.00065391409378 +$10.43 +$15.039875561257224 +$16.41 +$12.73360454144943 +$18.60 +$13.923919243640706 +$14.77 +$12.505018499088093 +$19.5 +$12.218927508833689 +$14.29 +$18.165155145978783 +$17.75 +$11.10606883448937 +$14.55 +$13.133315263501512 +$10.39 +$13.80867667007304 +$12.59 +$18.30928020014472 +$19.22 +$13.421513946215413 +$11.18 +$18.24170543784901 +$16.87 +$11.898235152668393 +$18.37 +$17.050229718692503 +$12.53 +$15.650611157782553 +$17.15 +$12.835911245692149 +$13.65 +$11.144794388777253 +$18.35 +$18.885575099886125 +$13.35 +$14.585496423574533 +$19.14 +$18.689106139871303 +$17.6 +$16.010312739179838 +$10.76 +$14.067833172490113 +$10.14 +$14.50556595947504 +$10.46 +$16.961568430813188 +$15.73 +$12.47026439053608 +$12.42 +$13.68355766634511 +$14.67 +$17.191255017832777 +$11.29 +$11.724167501050754 +$18.15 +$13.992126927308725 +$19.82 +$10.748177849351906 +$11.70 +$17.781469443338622 +$16.48 +$12.905286891435022 +$10.15 +$14.83005504396732 +$17.52 +$11.053548008903215 +$10.80 +$19.166446386525134 +$13.62 +$18.776469912235164 +$17.28 +$14.480748949512403 +$15.48 +$17.805147835659564 +$13.2 +$17.353350711279436 +$11.46 +$10.581946156157745 +$18.68 +$11.554991133307775 +$18.42 +$16.630621353822303 +$16.37 +$18.488065807528038 +$13.80 +$14.37827056128547 +$12.32 +$15.827887009583522 +$17.33 +$14.136088513734812 +$16.59 +$10.13802609196781 +$16.52 +$16.0252599407185 +$10.16 +$17.099931012350787 +$12.9 +$17.876559438475063 +$19.73 +$12.257680519279084 +$17.85 +$14.671010885360522 +$12.47 +$10.63607690282356 +$11.72 +$15.827888109840066 +$19.65 +$14.534111740847543 +$12.86 +$17.902589861023213 +$10.8 +$16.86647808556371 +$16.57 +$14.714899986892275 +$15.73 +$14.475230004826027 +$16.65 +$13.023645348817999 +$19.69 +$16.764092954715192 +$11.65 +$14.605359057367915 +$16.55 +$11.968757500446799 +$19.6 +$12.634046960698214 +$19.85 +$11.477825926426773 +$18.74 +$18.41186195143932 +$18.90 +$11.984558857779406 +$17.46 +$19.629300411583532 +$12.44 +$11.814372541685856 +$10.92 +$19.687819221820625 +$16.62 +$10.118058925136484 +$13.70 +$10.552484097193842 +$15.42 +$17.2645090279703 +$13.41 +$15.621156044500038 +$19.42 +$10.65903083657313 +$10.59 +$11.56754585686992 +$19.34 +$16.7385345590024 +$13.38 +$18.50914822903831 +$10.41 +$19.321320208230468 +$18.14 +$18.550193661658817 +$17.82 +$10.540633930436924 +$18.14 +$18.089927968413587 +$18.58 +$16.894331825306644 +$16.22 +$18.773896135837937 +$15.53 +$18.053034057715646 +$15.30 +$18.614418231390722 +$13.85 +$10.788548812652689 +$19.40 +$11.465404063390285 +$18.65 +$10.0198294379418 +$14.3 +$18.796130666052797 +$15.63 +$14.654597488318561 +$18.50 +$11.228655359767357 +$17.65 +$18.930894578129127 +$17.90 +$16.41109043789378 +$14.1 +$13.484339222535308 +$12.19 +$15.606271901683234 +$16.90 +$19.5399683496643 +$13.71 +$10.173953672859467 +$10.32 +$15.437474979806728 +$18.24 +$10.923763126297956 +$19.15 +$14.022524726211163 +$17.60 +$12.064047653344828 +$19.61 +$18.076830258644712 +$15.70 +$18.09821703442765 +$11.4 +$12.111766018629245 +$13.71 +$14.171177563394942 +$13.59 +$12.34618653502551 +$16.46 +$15.826890758178422 +$13.86 +$16.42695814886811 +$12.59 +$19.097777768698975 +$13.89 +$12.412849332897611 +$17.59 +$13.41724831460204 +$18.67 +$16.1436133752994 +$10.63 +$15.179571583004424 +$12.46 +$14.341658944793384 +$12.34 +$11.60897994090149 +$16.6 +$16.62463990566944 +$11.60 +$10.701206190578073 +$11.30 +$14.794709604200705 +$19.47 +$19.483860340917264 +$11.82 +$13.323217895217951 +$17.91 +$12.459801254388994 +$11.66 +$12.046646475980413 +$17.53 +$19.72639462651854 +$15.0 +$14.375525530771347 +$12.24 +$16.729099150611045 +$12.73 +$13.831984591169382 +$13.50 +$19.564049730683777 +$10.12 +$13.638375653752108 +$13.1 +$10.298098436525828 +$19.62 +$17.45133153406932 +$12.5 +$10.46670317379869 +$14.56 +$17.27046918499867 +$10.55 +$12.728341836357188 +$11.37 +$19.41423964560272 +$14.29 +$19.035443559330155 +$13.73 +$12.940565075841734 +$12.38 +$16.723561622969257 +$14.92 +$16.181469702046055 +$19.35 +$17.51347587356161 +$17.68 +$13.104925514143087 +$14.65 +$16.163445560788336 +$10.47 +$17.952042924724836 +$18.77 +$12.320275819493645 +$18.16 +$12.62619983796746 +$17.28 +$16.684220588333744 +$12.61 +$18.954360114189853 +$18.87 +$14.913005316338518 +$13.21 +$19.28887439250757 +$10.32 +$17.986842661440292 +$15.62 +$13.129658518664424 +$19.64 +$19.049653665993524 +$15.43 +$14.07565604230603 +$16.51 +$10.242569148920131 +$13.30 +$17.11469968041052 +$14.43 +$19.39135748978406 +$13.62 +$15.182329933723874 +$11.3 +$11.920355061381354 +$15.72 +$18.73622976891253 +$17.86 +$19.92004680562094 +$19.27 +$19.176621684893387 +$18.36 +$15.093219554321164 +$10.67 +$10.263237680595946 +$10.69 +$19.390253677955947 +$18.73 +$18.652208953691066 +$19.90 +$19.70773262502508 +$13.13 +$15.100768928990798 +$13.14 +$19.11497249019698 +$10.89 +$14.112365750386171 +$19.2 +$13.08226241466982 +$12.28 +$11.454749479288859 +$12.8 +$16.138185988428855 +$11.63 +$15.899518699797902 +$13.91 +$16.39240768392501 +$16.3 +$11.422521080667623 +$14.14 +$13.21797002176761 +$12.3 +$17.200596763315502 +$14.14 +$17.205103644109926 +$16.68 +$15.514349035559633 +$10.21 +$14.544246506792852 +$18.9 +$16.090029806946823 +$13.90 +$12.036717103749448 +$12.39 +$15.370040243127864 +$10.13 +$15.898943569399457 +$16.74 +$15.431614127555132 +$11.66 +$16.23763604932899 +$10.74 +$13.978295647243613 +$16.28 +$10.305975677177225 +$19.65 +$10.849851484769303 +$10.7 +$19.536894044058883 +$12.12 +$13.462802825132192 +$17.61 +$11.148729751148863 +$14.6 +$11.127741501442372 +$15.90 +$17.34911991404105 +$13.79 +$14.485639833168385 +$17.48 +$14.632653681899216 +$10.87 +$13.514550408600693 +$12.40 +$12.649626810307447 +$17.79 +$19.70093862045607 +$12.52 +$10.521077717781465 +$10.38 +$11.956679650529924 +$15.79 +$11.405794881316247 +$10.90 +$17.515264268458083 +$12.26 +$10.578532126158022 +$13.12 +$13.081496352316762 +$11.51 +$10.324509142298815 +$12.20 +$11.675281505027954 +$13.77 +$19.93860199967898 +$11.81 +$18.301206111647467 +$14.14 +$16.07017386561641 +$15.33 +$17.26219021813678 +$11.56 +$13.10810484888244 +$15.36 +$19.536615615206024 +$15.40 +$19.524271428596165 +$18.17 +$19.604699639527407 +$14.9 +$11.587132658160577 +$17.3 +$14.371612206928724 +$11.89 +$18.736066790213176 +$10.35 +$14.285334815222852 +$10.76 +$11.634763481752652 +$18.68 +$18.762647413730633 +$10.39 +$17.420217874976508 +$14.38 +$10.069488722442864 +$12.27 +$10.516942973289574 +$10.7 +$19.110415428002163 +$15.80 +$12.46552661508929 +$10.55 +$18.311801319294567 +$15.89 +$14.361740021979374 +$11.45 +$15.60235529271687 +$11.70 +$19.359846548783608 +$14.36 +$15.408062504828592 +$18.34 +$13.593593613373612 +$13.34 +$15.614274283548017 +$14.62 +$14.902927893189355 +$16.38 +$15.707357636143307 +$13.64 +$11.349500679855085 +$18.54 +$16.47555533979034 +$16.91 +$15.373582236381178 +$11.44 +$10.655784857880263 +$13.37 +$19.37920189480043 +$12.87 +$18.863128617502575 +$17.12 +$12.705856283237887 +$17.57 +$12.661435708736246 +$11.36 +$13.932434750790904 +$19.48 +$19.322631320450633 +$13.85 +$15.730890813096313 +$12.27 +$15.662330226360561 +$11.21 +$11.729784265556725 +$10.32 +$15.592133387608534 +$16.66 +$10.009554232886284 +$18.46 +$11.521053607010831 +$11.34 +$12.456239659109949 +$14.25 +$13.373212454797011 +$13.17 +$13.35463375341822 +$15.41 +$15.153914631784245 +$14.8 +$11.607996887871712 +$12.30 +$14.284003977697004 +$14.0 +$12.461641762980383 +$13.93 +$17.83237012952094 +$15.10 +$13.539537579351329 +$16.64 +$10.622923434629518 +$19.13 +$15.721748849390139 +$10.75 +$11.993428900602662 +$11.4 +$15.081440391411519 +$17.20 +$19.674675880842383 +$12.23 +$14.36559053462825 +$15.48 +$10.240874715619222 +$17.46 +$16.67488419321507 +$16.73 +$13.68191605112701 +$10.25 +$14.82457085709769 +$10.85 +$14.261273313152284 +$14.57 +$11.310851024319597 +$17.32 +$19.22767191890774 +$16.80 +$14.093290061198253 +$17.31 +$18.337456630905653 +$10.79 +$13.628078522909437 +$16.70 +$10.008270307110102 +$16.33 +$12.444307668264699 +$11.54 +$11.551416947547708 +$15.14 +$15.426499910168827 +$14.91 +$19.016826290631432 +$13.90 +$16.615988628142368 +$18.56 +$13.14935746323207 +$14.42 +$16.485518492021082 +$17.58 +$16.237047142210674 +$12.13 +$18.387363045837546 +$11.81 +$12.773463012464713 +$19.71 +$15.250562086810252 +$12.69 +$16.254472772032173 +$14.78 +$14.166048301854541 +$15.12 +$17.45993474290884 +$17.45 +$10.730014891401 +$14.68 +$12.494146658590449 +$10.80 +$13.005045377915254 +$12.30 +$13.335666031673918 +$18.62 +$17.682532524411485 +$16.53 +$17.037621671243045 +$12.10 +$18.501323145578535 +$10.20 +$11.31559457783051 +$16.35 +$19.125388328954504 +$13.17 +$17.66456046314139 +$12.29 +$16.62898896119289 +$18.38 +$16.919198932847895 +$15.64 +$13.940416135713733 +$11.79 +$19.331993061293012 +$12.87 +$17.55133446800676 +$13.21 +$18.818234137627606 +$12.5 +$13.389676464984682 +$13.59 +$19.256938598761252 +$12.93 +$16.791246078587083 +$12.57 +$15.27412853957199 +$15.42 +$17.886279658988286 +$11.24 +$15.060332166479537 +$17.10 +$19.82522899550029 +$18.43 +$18.772902003349316 +$11.87 +$14.012694553637319 +$14.24 +$18.46010658251753 +$19.93 +$17.307109437851572 +$13.84 +$13.873120202848206 +$14.11 +$12.61339144482985 +$15.33 +$16.751417118658033 +$14.17 +$15.562481947096384 +$10.1 +$17.559942273952004 +$18.0 +$11.114915087326647 +$17.79 +$13.057136894115134 +$13.19 +$11.88960419249835 +$19.83 +$13.033694801898601 +$10.80 +$16.990815386770723 +$10.88 +$10.825497797910565 +$12.16 +$14.203315690993875 +$16.90 +$13.170284958022657 +$12.24 +$14.536612296526513 +$11.93 +$11.62317659502973 +$19.34 +$18.981715614227596 +$16.10 +$13.357983134874434 +$16.38 +$13.054671803417605 +$16.38 +$13.866499221340796 +$14.17 +$16.10697623172604 +$18.35 +$18.198695083471357 +$16.23 +$19.522185780719184 +$15.45 +$15.721450871515145 +$19.34 +$17.685317259808567 +$17.3 +$14.54509632673663 +$11.40 +$18.338369964664857 +$14.42 +$10.66283926876848 +$14.41 +$14.199933546747879 +$19.54 +$18.76689987583488 +$11.22 +$11.320823349190205 +$12.54 +$14.634502204314582 +$18.43 +$12.693292532501236 +$12.26 +$14.205848234858955 +$10.52 +$19.33330584570453 +$11.6 +$16.23641495132692 +$13.82 +$14.620766356044369 +$15.28 +$15.44908191961712 +$13.35 +$12.605266563931412 +$17.79 +$11.766814854356305 +$19.73 +$19.849249463325943 +$15.66 +$12.29910346728226 +$19.39 +$19.005506112445055 +$15.13 +$10.12070039452864 +$18.85 +$14.521710705495487 +$14.75 +$18.477221143976337 +$13.35 +$14.532897152164537 +$13.42 +$14.01677499867073 +$17.69 +$14.434493842450397 +$10.87 +$10.138327305631556 +$16.47 +$18.13758427491795 +$17.37 +$13.29239680039246 +$14.56 +$11.371609535590771 +$13.9 +$11.84879416050987 +$14.34 +$14.108021332269118 +$12.70 +$15.58921720577769 +$18.28 +$12.187285007106373 +$12.32 +$13.221699436224428 +$15.5 +$12.634249998223552 +$13.63 +$13.56259857650472 +$16.71 +$12.381076158849133 +$16.15 +$15.973534451054897 +$14.42 +$13.766554379013998 +$12.73 +$15.46890926568539 +$19.48 +$14.925133218824657 +$11.5 +$19.165712521134452 +$11.44 +$15.965338760685736 +$12.91 +$10.809228781052125 +$17.67 +$12.684241220049481 +$11.81 +$19.116072997681172 +$18.43 +$16.799067243744133 +$10.45 +$11.045785329401333 +$13.58 +$11.906625231312 +$10.22 +$18.15593114375389 +$16.54 +$19.020716414137123 +$16.12 +$16.73516684107881 +$13.51 +$17.596058269648637 +$14.78 +$15.707095475144556 +$19.66 +$16.451544550888848 +$17.79 +$12.915661603465747 +$13.27 +$17.861292239062333 +$14.61 +$15.136598551370465 +$10.87 +$16.419209269936697 +$18.13 +$14.14220211339715 +$14.15 +$18.17792320561729 +$17.23 +$17.04882513594537 +$16.9 +$19.065367010347472 +$15.15 +$18.26001878312615 +$10.76 +$16.31903084474637 +$18.61 +$13.701890561298981 +$16.28 +$19.14623682909962 +$14.8 +$18.893258833248133 +$19.61 +$17.191123109456058 +$18.12 +$13.507812001935564 +$18.84 +$19.697362969530253 +$16.87 +$14.693772558329105 +$18.44 +$14.61662855841869 +$13.34 +$13.174204264778925 +$18.46 +$18.283465375055997 +$18.28 +$13.258564675267632 +$14.34 +$10.980101587389532 +$14.40 +$19.297508309506235 +$19.14 +$11.910413022207358 +$11.74 +$17.383336118888337 +$16.24 +$13.674078210118187 +$16.59 +$14.842267175572271 +$17.34 +$17.079704913431414 +$10.43 +$17.400563784092213 +$15.49 +$12.186296258323734 +$12.70 +$14.058996738167892 +$14.20 +$15.886553524984638 +$19.48 +$14.296334126574038 +$17.2 +$16.242091361292285 +$10.48 +$12.644869449289576 +$11.73 +$11.564906310058996 +$11.83 +$13.904525476835902 +$18.85 +$19.910944168217384 +$16.36 +$14.847976857159862 +$17.1 +$11.469942110216357 +$12.31 +$10.56676869679449 +$12.34 +$10.814057830883144 +$14.46 +$10.608969744744757 +$11.54 +$11.586960092178577 +$15.74 +$17.551521698639316 +$13.27 +$15.927675896295238 +$19.2 +$10.787276931122362 +$14.75 +$17.910280678418033 +$18.11 +$12.24675443744296 +$12.67 +$12.936694494027376 +$11.3 +$16.411316787601514 +$10.35 +$10.490460262311105 +$13.94 +$14.584299585441471 +$11.56 +$11.657451984576921 +$15.75 +$10.683810728319125 +$15.78 +$10.426422181562407 +$12.85 +$10.595320408157736 +$10.41 +$13.462317749535055 +$15.46 +$14.65648383268844 +$14.5 +$13.338207510081512 +$16.27 +$18.807871498480267 +$19.56 +$11.261096542120255 +$14.32 +$13.772801878935717 +$18.84 +$17.80975588763515 +$12.90 +$13.356733774167967 +$16.54 +$17.906960193945846 +$13.68 +$15.326008038129604 +$14.4 +$19.71200778402818 +$11.70 +$15.139550527952714 +$13.68 +$15.96107349930652 +$13.46 +$15.793583780713078 +$19.21 +$15.736656626324006 +$12.43 +$16.68963911520746 +$13.18 +$12.629788417080064 +$15.38 +$13.605468543435478 +$13.10 +$10.886098483612685 +$12.22 +$19.92089552686585 +$14.68 +$18.392232222926133 +$10.62 +$14.935323833758263 +$18.3 +$15.964293386157301 +$16.79 +$10.82522477219028 +$13.66 +$14.761079237044683 +$11.81 +$13.181639740604496 +$13.63 +$19.03537549519799 +$16.74 +$12.084829701008324 +$10.93 +$19.313772636311203 +$19.94 +$15.581225899572857 +$19.18 +$14.410904013821158 +$10.77 +$13.928207092218294 +$14.94 +$18.64006896635818 +$13.84 +$14.967932560517443 +$10.48 +$15.598837001093582 +$17.81 +$13.591568601989234 +$18.2 +$16.01765821873448 +$15.60 +$12.628542256061593 +$13.28 +$14.165964223983062 +$18.71 +$18.274824220930284 +$14.31 +$11.349318785146924 +$19.1 +$14.00322420307075 +$19.81 +$18.66869510695134 +$18.62 +$18.808136105173396 +$13.70 +$16.5006505633619 +$15.33 +$18.288006662285696 +$14.42 +$18.594322140241566 +$16.3 +$15.134540741187216 +$13.23 +$11.577635523894587 +$14.31 +$17.878043046972643 +$19.24 +$14.10783936653834 +$13.40 +$11.721777121192744 +$18.4 +$10.561701080516396 +$16.52 +$17.50380030877368 +$14.33 +$19.4954320945163 +$15.24 +$19.806125362994493 +$15.12 +$19.2408467899326 +$13.19 +$16.7776966918637 +$18.93 +$17.052748705344268 +$14.79 +$15.015759117308471 +$19.19 +$15.068955952174269 +$14.16 +$13.419749763489182 +$13.71 +$17.245286350894936 +$13.3 +$19.697971048193143 +$17.61 +$14.420045907927825 +$19.24 +$18.05404220338099 +$13.87 +$13.889206394499373 +$16.93 +$15.54956814285598 +$14.37 +$10.710242239064394 +$18.93 +$14.001625537726763 +$15.73 +$19.239150425363825 +$17.62 +$15.507197107322098 +$12.43 +$13.005937334251906 +$19.29 +$12.455624022593197 +$11.34 +$14.243884541070052 +$14.26 +$15.459349300227295 +$11.1 +$17.919687278338124 +$17.70 +$18.16281561372175 +$19.25 +$14.92374524442091 +$10.38 +$17.16847102200937 +$19.12 +$13.69894502817461 +$13.89 +$16.682376824311763 +$17.1 +$12.391966633053585 +$19.48 +$17.7211196534554 +$19.21 +$11.47643470778057 +$11.50 +$10.148814937882541 +$15.3 +$10.836709992718706 +$18.59 +$10.968250857465137 +$17.51 +$19.516324508587253 +$10.24 +$15.76319382619803 +$14.3 +$14.98250612334191 +$19.86 +$19.728749461098538 +$14.48 +$12.895306271987266 +$18.37 +$12.122969615513405 +$19.16 +$18.7969553061124 +$14.7 +$16.179992374916118 +$14.46 +$15.884079191055132 +$16.81 +$19.76582926769497 +$14.49 +$16.466238413314407 +$11.78 +$12.123664641130013 +$12.44 +$18.163413711052904 +$19.29 +$15.599049829745065 +$12.22 +$12.691815039845395 +$11.36 +$15.524522003310668 +$16.42 +$14.01494245082574 +$14.16 +$15.741061248220127 +$14.15 +$11.43532778077089 +$17.78 +$18.507748730631242 +$11.17 +$17.630525720734777 +$19.37 +$10.326848799781075 +$18.47 +$17.299396136500036 +$14.61 +$16.50406971344136 +$18.47 +$13.779333155591338 +$13.2 +$11.405368773462738 +$18.8 +$13.680114819873177 +$18.29 +$19.744965478846286 +$11.21 +$11.190887787243419 +$10.89 +$12.648700616799747 +$10.92 +$19.899947263010738 +$14.30 +$14.662651489550615 +$16.86 +$19.11037644013176 +$16.26 +$15.851462529197459 +$16.29 +$13.716043919646692 +$10.57 +$10.674980814987954 +$14.80 +$13.975597305321678 +$10.33 +$15.869527895701545 +$12.3 +$11.048388515109137 +$11.93 +$16.528082349342895 +$17.4 +$15.792779954272453 +$17.0 +$18.84854116358902 +$17.28 +$17.46793781759918 +$15.33 +$14.291597601911691 +$11.25 +$17.043376291445245 +$10.67 +$11.334353852114976 +$18.27 +$16.50883951025481 +$17.37 +$18.00481815735814 +$17.48 +$13.550020146910795 +$10.9 +$13.518466349562454 +$13.71 +$18.853297433610884 +$13.42 +$19.290130614649858 +$18.70 +$12.410737213616574 +$11.86 +$15.7312885378184 +$15.44 +$18.836969084397687 +$10.53 +$14.422891195423968 +$18.56 +$19.064470950166154 +$16.91 +$19.88423827744991 +$13.56 +$11.030728796735962 +$12.25 +$19.744352024850425 +$14.81 +$10.449917928863591 +$11.65 +$19.910170473910828 +$16.92 +$16.2926569327812 +$18.34 +$19.42164829892529 +$10.37 +$13.181250062097783 +$17.58 +$19.75745461097439 +$19.72 +$16.696684560698795 +$10.80 +$14.146134661803487 +$12.22 +$18.849071172720024 +$17.55 +$13.574188365660657 +$13.46 +$18.23067491315716 +$15.79 +$16.13251374047989 +$15.56 +$18.67610269984303 +$15.14 +$13.981240585651612 +$17.78 +$18.616615258638078 +$10.7 +$11.193474867413578 +$15.35 +$13.586336794226225 +$10.35 +$14.960212263006813 +$12.35 +$13.20557528753896 +$14.36 +$17.352087664180853 +$17.29 +$11.314167374375282 +$16.30 +$12.4601392655316 +$13.19 +$14.996116440659737 +$19.32 +$14.228677469084552 +$10.60 +$19.84924196826295 +$17.20 +$14.576501477733615 +$18.81 +$15.1499158506248 +$13.85 +$17.50166820691446 +$19.26 +$19.85067864483802 +$12.64 +$10.11487803489234 +$11.47 +$18.070847996253377 +$13.22 +$10.553377033366726 +$17.33 +$16.709747569094763 +$17.57 +$14.551449034630675 +$16.48 +$19.651633824303502 +$16.55 +$18.89263692828861 +$13.42 +$16.88310834214947 +$19.85 +$19.419159154866456 +$15.40 +$17.930758054067404 +$12.25 +$18.743163282993578 +$10.87 +$14.647954846878054 +$12.89 +$19.681100035474266 +$17.48 +$12.925996665932315 +$14.91 +$12.00458307650107 +$10.56 +$15.051580300622692 +$16.12 +$13.20937226460192 +$11.60 +$12.066148242232622 +$13.26 +$18.444860333240094 +$16.63 +$11.026089417481002 +$14.40 +$15.109201529212282 +$12.31 +$19.141347582430598 +$15.56 +$18.611603973995095 +$15.91 +$14.730087255716459 +$18.21 +$18.292875824266623 +$19.78 +$11.447638239241853 +$10.72 +$11.008248390153577 +$17.31 +$16.661048193721538 +$14.25 +$13.221697253777524 +$19.87 +$13.587887890075796 +$19.28 +$14.92954577545391 +$17.48 +$12.214203336817425 +$10.5 +$12.365653705148048 +$17.87 +$19.004349210012712 +$13.93 +$15.287715348631938 +$17.42 +$18.478489145196114 +$19.93 +$18.125032326300108 +$13.73 +$18.43888171691045 +$12.1 +$18.27168892930441 +$15.66 +$15.326739491676602 +$13.80 +$11.931074194361571 +$16.80 +$16.502090318487863 +$14.13 +$12.680292240562796 +$19.45 +$16.332901371853026 +$10.44 +$17.911474988623706 +$19.17 +$14.997725248244357 +$15.73 +$10.212827408698553 +$14.2 +$12.657154808612281 +$11.24 +$16.751196267032206 +$19.37 +$10.700629532117924 +$14.23 +$11.392206872556994 +$12.61 +$15.811584147975738 +$15.62 +$16.087190857499667 +$13.94 +$10.39656710148658 +$19.34 +$17.879246757009923 +$12.21 +$19.106847589258116 +$16.0 +$16.619730654371388 +$11.18 +$18.85812022996552 +$13.89 +$17.186636972457016 +$10.86 +$19.440112602051634 +$11.64 +$16.149971782379843 +$16.67 +$15.549859571870911 +$19.12 +$14.710588459701597 +$19.35 +$10.774553177764115 +$11.40 +$14.742117389064678 +$11.60 +$16.922245464466943 +$10.12 +$10.061584132533236 +$10.5 +$15.821671340538206 +$12.22 +$11.550951951275398 +$18.63 +$17.665534731555823 +$16.46 +$12.279489313143024 +$19.10 +$10.20106054199786 +$10.64 +$14.810779219234318 +$15.17 +$11.206030182137415 +$10.75 +$17.460212712497174 +$10.57 +$12.876457391473524 +$10.91 +$18.529127535365042 +$19.36 +$12.151297344070532 +$13.81 +$19.791676944527715 +$10.63 +$17.815936174835105 +$14.4 +$11.032484741956127 +$10.12 +$10.5051194124426 +$17.51 +$17.622300984534427 +$16.3 +$17.300498042410105 +$11.79 +$18.377842467453675 +$10.33 +$14.34518520890234 +$14.74 +$13.585944675352216 +$14.1 +$13.930335796296902 +$19.17 +$12.127822531525426 +$13.5 +$10.83286774165272 +$13.73 +$17.756159006699423 +$18.87 +$17.98966134669753 +$13.9 +$19.161076920064577 +$17.16 +$15.0476369241896 +$18.66 +$10.953799806605904 +$19.85 +$17.232683610889154 +$14.72 +$18.961052947346907 +$18.30 +$19.55271712105185 +$10.73 +$11.158000290202844 +$12.30 +$17.126857290235307 +$13.90 +$16.77850656012712 +$15.71 +$19.30654582692772 +$14.78 +$14.558592820733143 +$15.17 +$10.272047424928308 +$12.83 +$17.105015960125442 +$15.40 +$10.632135747358422 +$10.29 +$13.36653685282178 +$12.30 +$16.72390054187443 +$15.39 +$18.889881005027124 +$10.5 +$11.381234032683853 +$12.79 +$19.488609451428076 +$14.56 +$14.25132827647693 +$11.39 +$13.561755119258521 +$17.36 +$16.375995278756626 +$11.55 +$11.780050210204775 +$15.36 +$15.660424528402846 +$13.55 +$17.90466736635017 +$11.48 +$16.129866052154444 +$14.48 +$17.223786659306903 +$10.90 +$18.878675322731944 +$12.76 +$14.239883200947654 +$11.68 +$14.965726398308771 +$17.49 +$17.478676413480102 +$17.28 +$19.191085068737046 +$12.18 +$16.06532013494425 +$19.91 +$11.929292187299389 +$15.8 +$14.207383885952716 +$12.28 +$13.317415342084836 +$12.71 +$12.718347327770195 +$19.65 +$16.328400195863455 +$11.64 +$15.16280923697361 +$17.89 +$12.381711521877287 +$15.15 +$18.927542203788562 +$15.31 +$13.201665684229733 +$15.13 +$12.323757672518445 +$12.16 +$19.338310530718374 +$16.94 +$16.906337774815224 +$17.65 +$11.146536318183017 +$13.43 +$17.080757491451457 +$12.21 +$15.526404745032735 +$11.6 +$15.468082856985863 +$16.36 +$19.060821247703238 +$19.87 +$10.13742899481139 +$10.84 +$10.592006105841232 +$19.35 +$17.65137273722468 +$13.56 +$13.635448669923324 +$10.90 +$18.689404772960586 +$11.19 +$10.859874979397516 +$15.34 +$15.603261514937472 +$18.40 +$15.057894068726 +$15.73 +$18.207019104466497 +$16.83 +$14.957990042338714 +$19.55 +$19.24059440207877 +$13.93 +$14.643421391363926 +$17.4 +$14.200028322116054 +$10.90 +$13.696598766959532 +$14.72 +$13.030033947389848 +$13.90 +$14.617143176646685 +$12.23 +$19.437600120823795 +$19.76 +$11.890412288970847 +$11.82 +$15.369216618637754 +$10.37 +$12.96308311484105 +$14.87 +$16.980360437846613 +$15.34 +$18.81579496703165 +$10.90 +$18.64485744868758 +$11.40 +$12.000657716619948 +$13.59 +$14.714666784036769 +$14.28 +$13.85764021939476 +$13.21 +$10.182992476563292 +$16.37 +$17.385736168412105 +$18.9 +$14.534441373530651 +$11.85 +$12.326475744766224 +$10.67 +$10.442586356937648 +$18.63 +$12.10273240724691 +$10.26 +$11.239993860727715 +$16.35 +$11.694130052790953 +$17.9 +$17.416930772920963 +$16.65 +$15.064474706803626 +$11.52 +$12.31250905822691 +$11.29 +$15.843512282258196 +$10.8 +$13.609857012897756 +$10.2 +$15.124727404052258 +$19.85 +$11.393274582493063 +$16.63 +$11.695242069468883 +$17.8 +$16.59614836518724 +$12.90 +$10.366079098897867 +$18.34 +$15.920299392166868 +$14.90 +$17.623908291628275 +$14.10 +$13.826872628169085 +$13.3 +$19.27895191155568 +$19.55 +$10.967682777502379 +$11.37 +$11.942046138063438 +$19.92 +$15.62502851593917 +$11.26 +$13.96246459244917 +$11.44 +$13.13878164425148 +$18.25 +$12.951916027987862 +$19.8 +$18.980407932327406 +$15.17 +$11.64578878881098 +$12.3 +$15.15574546653221 +$19.13 +$19.0472551088923 +$12.18 +$16.670415334859104 +$12.65 +$14.984102261404264 +$11.68 +$18.91741903958829 +$10.37 +$17.655760089133263 +$15.47 +$13.532909344425736 +$10.15 +$17.293486921360675 +$17.42 +$16.984721138842605 +$16.79 +$19.88306509381988 +$14.44 +$16.16327370326843 +$15.19 +$16.696600220108717 +$10.51 +$12.70622466170725 +$18.33 +$15.016806108202832 +$15.74 +$12.157851371587979 +$19.31 +$17.44359224256852 +$19.41 +$12.048483542824044 +$19.71 +$12.033331544371821 +$18.87 +$10.26448042529932 +$19.70 +$15.504656332892013 +$17.12 +$16.730297681794 +$11.32 +$12.36171491508072 +$18.78 +$16.18673601716865 +$12.5 +$13.869192240574701 +$18.24 +$17.86286251825632 +$18.55 +$11.67513070030652 +$16.23 +$18.528847647671217 +$14.18 +$18.535614356142403 +$11.35 +$13.02740925700829 +$17.25 +$15.636962193272023 +$18.74 +$18.55184862938198 +$12.47 +$15.417518073495934 +$14.24 +$13.479311419663887 +$13.4 +$16.7361324781941 +$11.84 +$19.926786027786576 +$17.92 +$19.430558817369004 +$14.78 +$18.453238695014342 +$17.27 +$11.777572017428255 +$18.8 +$12.241119836110931 +$16.65 +$15.41601315217953 +$19.35 +$19.19995526945062 +$12.51 +$15.766976529152 +$13.26 +$17.40528762454334 +$19.60 +$13.041386103213242 +$14.83 +$18.260227086438654 +$11.94 +$15.649325438978135 +$19.7 +$14.801027277157559 +$15.79 +$12.17744721348921 +$11.63 +$14.540903848785877 +$15.89 +$13.602575225994793 +$10.2 +$18.793376988040364 +$14.19 +$11.164272999014058 +$16.71 +$16.214921984537256 +$15.41 +$17.693044268805078 +$12.61 +$17.487942226066227 +$10.47 +$14.706691856791949 +$19.15 +$18.46902806887727 +$19.19 +$13.328918832175113 +$12.44 +$19.808925757105204 +$11.59 +$15.316241964302716 +$14.0 +$10.362333025140165 +$18.72 +$18.733330309957807 +$15.85 +$17.751674675675744 +$17.66 +$16.725545485950484 +$19.65 +$19.913781840907077 +$14.93 +$14.665428420166448 +$17.5 +$13.481503310217912 +$15.65 +$14.96593788403895 +$11.75 +$11.886268647800764 +$10.72 +$11.44437800446573 +$15.43 +$15.116559139510851 +$10.69 +$13.379040626975684 +$19.58 +$18.83735611274384 +$12.91 +$19.102272287064615 +$13.40 +$15.329128312818245 +$13.58 +$12.115252432739696 +$12.75 +$17.258441311054497 +$18.76 +$12.39079782564625 +$18.36 +$13.464620658902406 +$17.63 +$17.26605583060114 +$10.12 +$17.55034777646592 +$12.31 +$14.60616484079617 +$15.56 +$19.823223334595117 +$17.5 +$19.278901257889775 +$13.35 +$19.51364041783593 +$13.89 +$17.812840093708537 +$11.47 +$10.208243991360312 +$16.52 +$17.746452015366287 +$12.18 +$11.035127910839318 +$10.4 +$15.394574916578117 +$11.12 +$13.576211340520816 +$13.53 +$10.889693146650641 +$10.45 +$18.10624131555757 +$11.25 +$12.265078951754031 +$11.3 +$15.091801358074003 +$17.7 +$14.730375897391088 +$15.68 +$11.686771544965584 +$13.64 +$16.684891988540045 +$13.37 +$18.226129419069807 +$11.74 +$19.850933698937432 +$19.43 +$19.842682223840598 +$10.22 +$15.295902241965369 +$18.54 +$16.2993807155988 +$17.38 +$13.598611137678434 +$17.72 +$14.92879476370493 +$15.68 +$11.42969047336335 +$13.43 +$16.062517868864877 +$10.48 +$18.098577477959907 +$13.82 +$15.870982084783373 +$16.84 +$15.262607754482666 +$13.82 +$14.143953140832249 +$10.70 +$13.342352346697421 +$15.6 +$16.567974875109634 +$13.47 +$16.058751352961824 +$19.70 +$18.238032626869746 +$14.89 +$19.31689157073899 +$13.25 +$16.714561476772154 +$11.51 +$13.620724523029134 +$19.5 +$16.605341652211425 +$16.56 +$18.325918856344458 +$12.13 +$17.03991601928282 +$14.7 +$16.776456164988552 +$14.38 +$16.61944218399153 +$13.22 +$14.207241971656545 +$11.58 +$16.87388440976616 +$19.80 +$10.969546431026938 +$14.72 +$11.603762646281428 +$14.89 +$11.149186988624207 +$17.66 +$13.459130688367877 +$16.78 +$12.76276014068922 +$13.13 +$19.381718536395326 +$19.39 +$10.830475428460415 +$17.20 +$14.310424158844466 +$11.12 +$16.356236945610213 +$18.80 +$10.348031314582878 +$16.62 +$11.563562991748338 +$16.13 +$14.96144168599892 +$17.24 +$18.990903530873833 +$17.7 +$10.352911499778516 +$17.1 +$10.700069021448083 +$15.65 +$11.223957277287113 +$11.19 +$14.350927045472812 +$19.26 +$11.362727697253364 +$14.90 +$19.66167495538186 +$11.88 +$19.598119329303422 +$18.8 +$10.993701668982876 +$19.58 +$16.026213628396004 +$18.3 +$18.410646318040534 +$14.78 +$16.888868611842295 +$12.51 +$11.351249843328866 +$16.18 +$14.237893418107987 +$10.68 +$12.381941942612361 +$13.55 +$15.910707118463865 +$15.24 +$11.868688091775043 +$11.43 +$17.490108178492953 +$17.48 +$18.111423499121532 +$19.75 +$19.822537019814547 +$14.65 +$19.54851654576227 +$15.57 +$10.068870963213179 +$19.64 +$16.886797397246465 +$11.48 +$11.896381459852403 +$15.69 +$11.043423358109838 +$12.87 +$16.494268107400465 +$19.90 +$16.003113523675903 +$13.2 +$10.431698441402647 +$13.59 +$12.550446802153688 +$11.5 +$11.151959242933824 +$18.38 +$12.44665132791892 +$10.56 +$11.913561496809526 +$13.94 +$13.747500284664373 +$16.40 +$19.43342326037164 +$18.54 +$13.727419663970668 +$18.26 +$13.446369519764232 +$14.36 +$13.365967460278755 +$18.3 +$10.394710037721357 +$18.85 +$19.407301672270414 +$15.43 +$16.932101749546284 +$11.55 +$13.101893821010803 +$13.78 +$12.7495525330602 +$13.51 +$18.833229971883924 +$12.43 +$10.495305517292756 +$13.50 +$14.390027720863813 +$14.29 +$13.11877253753275 +$10.4 +$15.396905824405211 +$16.78 +$11.982049163172437 +$11.85 +$14.247494079004586 +$16.81 +$12.08157455199751 +$12.77 +$11.39423729970531 +$19.94 +$11.610402385080379 +$19.61 +$15.050032648194907 +$10.89 +$17.300457369513012 +$18.70 +$14.460234997009358 +$10.12 +$19.1407517284209 +$16.51 +$18.21893894003641 +$18.21 +$15.031617463438199 +$17.49 +$12.159915118586156 +$16.81 +$17.160455265057664 +$18.27 +$14.196557456888765 +$10.82 +$10.483202483163941 +$10.32 +$16.191682443949865 +$19.83 +$10.424762787932059 +$10.33 +$10.277971487615268 +$16.22 +$15.397793010490197 +$15.31 +$13.936081524901649 +$12.7 +$14.751813138449634 +$11.81 +$18.704055761171773 +$14.67 +$18.205586752526937 +$16.9 +$16.675037054954206 +$17.6 +$18.60534155253366 +$14.74 +$14.733120921529212 +$17.9 +$19.52836215001744 +$18.56 +$11.731890374947207 +$12.61 +$15.843466397229982 +$15.91 +$18.111432239859266 +$10.40 +$11.073447323852116 +$16.22 +$11.001326075680433 +$10.69 +$10.151754713964847 +$16.0 +$19.6876231943247 +$12.57 +$16.506289956444796 +$11.9 +$16.867602060675416 +$11.60 +$19.847369789096927 +$13.48 +$14.992733990129022 +$15.62 +$14.522792892989209 +$18.3 +$14.24424937814706 +$19.13 +$10.581607672386403 +$16.63 +$11.139787285875336 +$17.82 +$19.196089392810805 +$17.44 +$13.229437184800073 +$14.37 +$15.688054565174209 +$16.77 +$15.49277297796715 +$13.53 +$19.65882362754447 +$12.76 +$16.78761377350874 +$10.30 +$15.013865510638642 +$13.67 +$17.455398290180455 +$13.65 +$10.541108618659084 +$10.65 +$19.949372599230305 +$17.90 +$16.60168153973293 +$19.62 +$12.92240536669429 +$13.14 +$19.706348019786674 +$14.78 +$16.992949194259467 +$14.50 +$14.660788353381921 +$10.25 +$19.334086441985093 +$18.33 +$13.61571853258676 +$13.70 +$15.807825188508005 +$13.11 +$18.483119047173695 +$11.87 +$15.1223086303615 +$17.67 +$11.024682759702015 +$16.48 +$19.71600194638544 +$14.38 +$13.028002315309248 +$18.24 +$17.51872895025699 +$11.18 +$14.91391360896543 +$17.61 +$14.17334383769363 +$16.4 +$11.557329827177652 +$10.32 +$18.100098374368862 +$19.84 +$18.228983385920372 +$12.82 +$19.526934304794963 +$16.16 +$11.877452415552305 +$17.60 +$16.734135240585413 +$18.84 +$14.151652449617123 +$19.47 +$10.483953480802443 +$11.54 +$18.88458850320722 +$15.15 +$18.57240828108236 +$16.19 +$10.715910888728986 +$18.78 +$11.486352599251356 +$13.42 +$19.61332735733086 +$17.67 +$12.288355174229789 +$11.5 +$16.45291531851921 +$13.68 +$18.978227128630614 +$11.54 +$14.852990491656092 +$19.78 +$10.096031282114136 +$19.26 +$13.519170556666946 +$14.73 +$15.30937276225386 +$16.94 +$11.793363969465478 +$17.56 +$16.151481411170455 +$12.84 +$14.370057596838507 +$11.76 +$16.695782967150794 +$15.28 +$15.133878722914432 +$17.37 +$16.159650291082798 +$11.79 +$15.316865929991437 +$11.8 +$16.80522313509222 +$18.58 +$19.06453789436457 +$11.17 +$18.957031156127975 +$16.2 +$16.96172904023301 +$18.89 +$18.621449574872543 +$17.15 +$11.167028589137187 +$19.61 +$15.788762938558285 +$18.52 +$17.01466307856968 +$16.79 +$16.199561286529672 +$19.58 +$16.127981782227273 +$15.85 +$12.287638008863942 +$16.45 +$19.131805640091336 +$17.15 +$19.2564837295525 +$14.81 +$13.783913758901601 +$18.40 +$13.66557372947284 +$16.80 +$16.48115076517529 +$16.10 +$14.717833313606878 +$13.69 +$11.462578637148935 +$14.76 +$11.237665501162247 +$12.57 +$13.141556800469807 +$18.32 +$12.373291091989508 +$16.63 +$16.363650079963644 +$15.48 +$16.788876297272218 +$17.1 +$15.99416093673318 +$10.42 +$14.788667760283866 +$11.9 +$10.145137361349313 +$12.47 +$11.463115236789806 +$11.13 +$19.884019322165827 +$14.11 +$17.690531876329647 +$16.10 +$12.341133739387516 +$17.10 +$10.78498115109769 +$12.66 +$17.28448502279253 +$17.39 +$15.815339259668018 +$13.2 +$13.48988433989592 +$17.37 +$10.035606924106773 +$18.3 +$10.697938710293048 +$16.3 +$15.959172300024491 +$19.57 +$14.651993849034408 +$17.72 +$15.174800936976773 +$15.70 +$10.05606767691467 +$13.45 +$12.328415122406843 +$17.25 +$17.745821584159994 +$18.31 +$19.151360736259697 +$15.22 +$10.548995435165352 +$13.8 +$10.966746630021069 +$13.44 +$15.27404158389332 +$16.87 +$16.287981059053546 +$17.0 +$10.239499814937336 +$19.27 +$18.654236651061233 +$19.75 +$17.895101239211897 +$11.69 +$18.43942917986987 +$16.92 +$12.408908275299883 +$15.81 +$17.43729145758776 +$11.12 +$11.130304755512688 +$18.27 +$18.891294090248984 +$18.51 +$16.02167191435162 +$13.60 +$10.752291721519939 +$19.80 +$13.060889386601731 +$16.17 +$12.171379819985054 +$13.12 +$12.08686041472797 +$16.79 +$19.74885886132576 +$14.66 +$10.85810093682676 +$10.63 +$13.315736549156066 +$15.36 +$10.856617823329103 +$12.84 +$10.405060193620702 +$11.29 +$14.338913581755047 +$12.1 +$10.572706619648894 +$17.78 +$10.064682858746632 +$14.42 +$14.488014916252473 +$16.39 +$17.21816096274599 +$15.74 +$12.294766327722538 +$18.79 +$19.001932205125392 +$12.91 +$13.844498882715296 +$16.61 +$12.749292961528958 +$17.61 +$17.880073447370272 +$11.94 +$13.923172567486702 +$19.40 +$13.420693255615545 +$16.61 +$18.09714788233393 +$18.76 +$17.777784850807713 +$10.11 +$16.958670179813907 +$14.20 +$10.151187833499558 +$19.4 +$18.17944369848155 +$14.36 +$18.699374066759535 +$15.80 +$18.340873896102547 +$13.29 +$16.232344449511928 +$11.43 +$14.5401688539071 +$14.7 +$12.025840362994689 +$12.58 +$15.115304975193103 +$19.27 +$15.233772939081113 +$15.75 +$13.701666529547925 +$11.85 +$14.794357850818614 +$15.33 +$17.65590369883691 +$13.93 +$12.766085781725241 +$11.47 +$10.238352251491005 +$12.90 +$17.566966066406277 +$11.15 +$13.743409443945682 +$14.92 +$14.430563593816057 +$13.38 +$16.877918304012244 +$14.56 +$13.623350646496537 +$14.25 +$11.807174372040725 +$16.93 +$18.00528120564339 +$13.63 +$14.536689007731354 +$15.15 +$14.72859713964326 +$14.49 +$11.329222276248489 +$12.50 +$18.156588476639293 +$16.18 +$10.184308543041652 +$15.36 +$17.21769727622998 +$15.15 +$12.009896591870124 +$19.0 +$11.72469142229643 +$12.52 +$18.75744703441552 +$14.39 +$14.678773938695755 +$10.52 +$17.973481172910457 +$18.5 +$12.521511701352106 +$17.86 +$17.41690644173797 +$13.23 +$11.252265511313949 +$12.60 +$11.397670227264314 +$10.60 +$14.29431550095082 +$11.69 +$11.154052923034712 +$16.56 +$12.585089028656924 +$19.21 +$14.91672827674121 +$18.75 +$11.995843784659623 +$11.7 +$16.82971985955628 +$17.44 +$18.384323436230794 +$17.27 +$12.03861155824634 +$12.83 +$15.156822840676968 +$15.86 +$14.486064210793675 +$12.89 +$11.107265935571832 +$11.74 +$11.841664668417991 +$13.44 +$13.144253546138096 +$19.83 +$13.999060356151595 +$19.86 +$16.98980894800791 +$15.62 +$10.39620734871132 +$16.77 +$10.904426178822076 +$13.73 +$15.896094373945708 +$16.31 +$15.140915317519372 +$11.77 +$17.780853534603093 +$13.16 +$14.535632521988774 +$18.59 +$13.053050998030875 +$16.89 +$12.547991243113085 +$10.6 +$11.193597586030215 +$11.39 +$17.759103222848477 +$14.29 +$17.712177654098216 +$19.16 +$19.756611976953817 +$13.2 +$11.524107602157386 +$10.54 +$17.768594248050267 +$14.39 +$12.385185655119377 +$14.30 +$10.098304305291034 +$15.43 +$16.226719589099076 +$19.57 +$16.144455059342842 +$12.27 +$12.209967176973679 +$13.21 +$11.728580410193217 +$19.56 +$15.399424743176525 +$15.10 +$10.76204075871849 +$14.40 +$17.44504126476822 +$18.43 +$11.005370734624686 +$10.19 +$18.16661544140431 +$10.74 +$18.96500596018025 +$16.25 +$10.473305342989569 +$14.51 +$15.201286975555735 +$16.36 +$15.064262415667447 +$17.40 +$16.399129162199234 +$19.58 +$18.063238918714735 +$16.94 +$15.903647078889696 +$16.58 +$18.661298656215564 +$10.61 +$12.070003465656814 +$11.7 +$11.145043348491756 +$12.25 +$15.911167395309889 +$17.84 +$13.126774613919647 +$10.21 +$16.735463309372726 +$18.93 +$14.057654775523828 +$17.35 +$14.2913177192359 +$18.25 +$13.732223764343091 +$18.23 +$13.725098499884583 +$13.14 +$10.218690914288537 +$13.92 +$17.57424412029489 +$13.36 +$18.105254843501026 +$19.4 +$13.632415406799138 +$10.2 +$13.972400183633546 +$14.3 +$17.866609124932438 +$15.43 +$17.171022118632532 +$17.90 +$18.732046891606505 +$18.46 +$16.723739009089037 +$12.82 +$17.531327040063925 +$19.19 +$16.65137657399159 +$12.58 +$18.729325527955226 +$10.67 +$12.840007049721024 +$18.52 +$14.949648859490006 +$18.27 +$15.543488003002192 +$11.15 +$10.706819371293493 +$19.60 +$12.452610671977247 +$13.9 +$14.240866204801694 +$16.49 +$10.141581742390528 +$12.13 +$18.783247135996266 +$12.26 +$14.599772858260682 +$12.4 +$13.117087415243764 +$16.59 +$15.860236919853989 +$16.83 +$12.462887347821544 +$11.16 +$18.370838875775252 +$19.40 +$11.5047178909002 +$15.70 +$10.66593798093197 +$18.79 +$19.916721692111103 +$15.51 +$11.505561005666815 +$18.90 +$16.830834067226487 +$11.60 +$11.633180322857141 +$14.93 +$11.694584046404746 +$13.25 +$17.13819637338819 +$19.28 +$19.71632198104595 +$16.93 +$11.869890921277587 +$18.66 +$13.66533023241847 +$14.33 +$15.752215081031819 +$19.89 +$10.492078730729315 +$18.30 +$12.525979576958338 +$10.16 +$16.11708767526477 +$14.69 +$12.863256511621515 +$16.89 +$11.15971058139214 +$15.53 +$17.46091140244755 +$13.48 +$18.272495871689813 +$12.78 +$13.874180381633941 +$13.92 +$19.081544330556724 +$17.24 +$10.450783758008235 +$12.69 +$10.636169469207264 +$11.77 +$18.18047067188928 +$14.55 +$15.863656191805832 +$17.94 +$14.242498923760825 +$18.31 +$10.934043925978054 +$13.54 +$10.767895271246553 +$12.6 +$16.190438189725985 +$12.76 +$17.130923615412534 +$18.77 +$11.235116121916718 +$10.92 +$15.058329437752256 +$15.6 +$17.662225822663167 +$12.13 +$19.491564102182867 +$16.74 +$18.08524783639333 +$17.94 +$19.150994861342816 +$16.4 +$15.100675117326976 +$13.32 +$13.23739364320726 +$10.57 +$18.166076591653464 +$17.58 +$17.93339277798416 +$17.69 +$14.892903130391938 +$11.15 +$17.4859348064384 +$14.11 +$16.26513684143662 +$16.77 +$19.608600976547507 +$11.25 +$19.093598496862597 +$19.46 +$17.55475909166537 +$18.8 +$18.282052168506485 +$11.76 +$17.856791360090543 +$12.73 +$15.94984952833683 +$13.91 +$14.648300207145716 +$15.20 +$10.170179678063407 +$11.28 +$17.843096360209675 +$12.35 +$11.960304598973124 +$16.25 +$15.975478114877252 +$11.52 +$12.799880120065897 +$15.47 +$18.680249449275145 +$16.76 +$17.668992907023153 +$13.85 +$15.61800727770543 +$10.61 +$16.14334277502239 +$13.7 +$16.381747557494442 +$17.52 +$16.997681381464382 +$16.69 +$12.650358201969084 +$18.25 +$13.078628405098264 +$17.51 +$15.746959516557487 +$16.13 +$10.342293174796012 +$19.4 +$10.582065834648294 +$16.70 +$11.35895911507664 +$10.91 +$12.500537186879205 +$12.65 +$10.141309876611162 +$17.84 +$17.96749610402805 +$16.3 +$18.392662036440747 +$10.64 +$15.552407045144534 +$16.30 +$15.563844002252345 +$19.76 +$18.145326214203823 +$19.0 +$12.23038393736105 +$11.66 +$13.205429751836396 +$19.82 +$19.15779932491686 +$19.50 +$13.344974807074578 +$19.19 +$17.27454373670237 +$15.21 +$11.78441805026101 +$18.81 +$14.802644179956662 +$10.78 +$13.920226171667554 +$14.43 +$16.422871891225352 +$17.46 +$17.95149718153012 +$18.55 +$10.87767227169166 +$19.23 +$11.948595979225251 +$19.76 +$18.363530035275705 +$17.87 +$19.55005889680448 +$17.58 +$15.579463231746258 +$11.76 +$10.425807882406424 +$13.61 +$10.26668210007623 +$10.36 +$11.805443400461062 +$12.69 +$11.56750357297474 +$15.3 +$10.579651147305345 +$18.48 +$15.032278188705273 +$16.72 +$15.89423663035592 +$13.94 +$13.367179553764602 +$14.76 +$14.094319525446714 +$19.82 +$17.481885877751516 +$15.30 +$13.622810189223216 +$11.48 +$17.897368497399654 +$11.31 +$13.320249569279607 +$12.47 +$18.13024740393932 +$15.37 +$12.67621422726126 +$19.10 +$11.554987154090046 +$10.38 +$14.140729309226133 +$14.60 +$12.441493315558953 +$17.85 +$16.61307449205156 +$11.14 +$14.244958003603845 +$13.94 +$13.726343056888101 +$15.49 +$16.074853053946008 +$12.35 +$14.603123029271416 +$14.28 +$15.579603234469747 +$15.35 +$11.972591275539747 +$12.46 +$12.310642336842113 +$19.51 +$16.17526092990071 +$15.31 +$10.103492235524907 +$15.13 +$11.971764522162301 +$11.74 +$17.268465826467505 +$16.92 +$10.427999007014447 +$19.10 +$12.482733254048116 +$10.7 +$18.90437386495477 +$12.37 +$14.380676815518127 +$15.41 +$13.122471875761619 +$16.29 +$19.68808146663688 +$14.31 +$12.018649955967675 +$17.51 +$15.325860857656519 +$17.28 +$11.179667421097621 +$14.40 +$18.675901151750615 +$18.89 +$10.068021137352867 +$17.94 +$11.940108999867128 +$17.78 +$10.370393846323893 +$15.2 +$13.22668148732277 +$11.42 +$16.75641734687923 +$19.55 +$17.73250510102671 +$12.32 +$16.59949914850744 +$12.46 +$15.620055724991493 +$14.76 +$10.645065968624998 +$14.79 +$11.023514958072326 +$15.39 +$15.764931029380154 +$18.94 +$12.783196243906794 +$10.23 +$12.858049005657707 +$14.4 +$11.224913812471527 +$11.19 +$11.737440869391456 +$19.18 +$18.443697226285455 +$12.4 +$12.418139540732374 +$12.48 +$12.170994001905278 +$12.74 +$13.938463191740833 +$11.8 +$14.345240744698906 +$16.54 +$13.128265137466212 +$12.53 +$14.979688164770065 +$11.10 +$18.417653836771326 +$11.45 +$14.21002202910478 +$13.85 +$18.90359877200708 +$18.37 +$11.910703441719734 +$19.38 +$14.979343565896539 +$14.79 +$15.592839878389025 +$12.82 +$18.237966888072222 +$17.84 +$14.704647100733744 +$16.22 +$16.895533320749834 +$17.35 +$19.174374140594814 +$10.17 +$17.091134776802264 +$17.13 +$13.7923452600366 +$11.79 +$19.68947002179663 +$15.60 +$19.767431760863815 +$12.38 +$10.127124821000834 +$13.37 +$16.76937963536645 +$14.67 +$14.582779531527923 +$15.8 +$19.055335012070202 +$10.89 +$13.167754945307824 +$18.16 +$14.212298613949832 +$12.77 +$16.374462708385575 +$10.31 +$12.963439379014734 +$14.4 +$18.81094994659724 +$18.38 +$10.94180171968738 +$19.44 +$15.276500729364592 +$12.76 +$17.261685657982405 +$14.79 +$11.558136264457659 +$18.90 +$16.799919173426677 +$11.72 +$16.87179359261572 +$10.37 +$15.327215291098712 +$16.44 +$16.949289447953305 +$16.54 +$17.673954452492875 +$13.20 +$18.711945629016654 +$18.27 +$14.726991127047945 +$10.35 +$17.998145361663298 +$12.15 +$14.480185702786795 +$15.54 +$16.710156839842362 +$10.34 +$14.283601363029385 +$11.56 +$13.462652041802748 +$12.62 +$19.223024477083563 +$14.25 +$12.17576929484194 +$14.43 +$18.55248408499039 +$19.13 +$18.930507371870213 +$14.48 +$10.719024155429732 +$10.29 +$17.39297098796651 +$16.7 +$12.713663786230057 +$11.43 +$16.398044551014824 +$14.14 +$14.745798166709314 +$19.75 +$18.564875474067822 +$12.68 +$13.870747722344714 +$13.41 +$16.811977588616642 +$19.71 +$13.290582997216788 +$19.61 +$15.449849583546644 +$12.6 +$16.90763372043288 +$14.30 +$19.115732458241553 +$10.72 +$18.894269606072946 +$13.71 +$12.72483558287693 +$14.58 +$19.769384182844334 +$14.62 +$14.813687494210185 +$12.84 +$10.884355671964409 +$18.18 +$14.216532952611665 +$13.17 +$15.911562758350232 +$13.32 +$12.167327078435433 +$15.37 +$11.919487219733318 +$18.0 +$14.06283385228027 +$17.4 +$12.082476127916538 +$16.2 +$10.833754167029566 +$13.9 +$16.179636999309515 +$17.40 +$12.195399153674508 +$12.20 +$10.212382784674011 +$18.32 +$12.207304416304794 +$16.40 +$12.9979279209588 +$16.63 +$11.38659398686905 +$11.0 +$10.272535402499297 +$14.7 +$10.75131449209038 +$10.53 +$17.831458644807878 +$11.91 +$13.04013299799066 +$19.45 +$11.844691395916342 +$10.31 +$14.81078872988046 +$10.79 +$15.651986661809314 +$16.88 +$17.973917271981357 +$14.51 +$13.40637701938262 +$16.78 +$12.980412461499625 +$19.5 +$12.327264248924152 +$18.42 +$10.029276000400696 +$19.6 +$13.74220588678312 +$11.53 +$11.918380846178856 +$14.94 +$15.833469039309808 +$12.61 +$12.577013706833766 +$17.68 +$13.346374636607438 +$10.79 +$19.11361842378407 +$18.31 +$10.147883770376742 +$15.58 +$12.261108054555127 +$15.50 +$15.325779258301319 +$13.92 +$14.762874223058457 +$18.39 +$19.938102791442056 +$19.49 +$17.75716207783881 +$17.47 +$12.984987865614617 +$13.75 +$18.88886175583739 +$10.82 +$15.486172200709579 +$12.50 +$17.891834852109934 +$15.43 +$10.723916887811525 +$15.4 +$11.69523944935799 +$16.4 +$15.265772373719564 +$10.1 +$17.151694927295793 +$18.46 +$15.292562643425807 +$18.21 +$15.158595351541802 +$12.78 +$19.622230335576518 +$19.26 +$12.992842873436599 +$13.90 +$15.000351264527811 +$11.59 +$16.709093560548983 +$13.29 +$17.46790028290626 +$15.59 +$18.861889993564688 +$17.77 +$11.002479940539407 +$13.45 +$17.851125400533107 +$12.81 +$18.525968792295046 +$11.79 +$14.60029641662526 +$13.24 +$18.411073673370662 +$13.22 +$17.09753118952555 +$19.51 +$18.322123390057335 +$18.28 +$10.810812969167937 +$13.71 +$13.84017435970586 +$12.48 +$12.030054240734907 +$17.74 +$18.623708694846886 +$11.50 +$12.233265132363844 +$13.22 +$12.320080963223017 +$12.88 +$18.829695195508688 +$11.46 +$15.262342026667744 +$13.38 +$19.41881504943091 +$12.39 +$11.228782804327542 +$15.30 +$14.370067843735065 +$11.6 +$12.119661324840045 +$14.79 +$12.063939784826372 +$19.46 +$15.091974357959717 +$14.57 +$14.424804386138607 +$12.27 +$14.274954038563376 +$10.68 +$11.020435862159271 +$13.11 +$16.478384648316784 +$18.54 +$12.643664853334473 +$18.90 +$10.594736769164056 +$13.17 +$17.362107388165764 +$18.72 +$19.51467234400689 +$15.11 +$11.441677215665942 +$10.58 +$19.11801357593545 +$17.21 +$19.82115238740888 +$18.81 +$11.9704627590446 +$18.57 +$15.2869761412119 +$16.42 +$14.455548642602157 +$10.63 +$12.579880265649034 +$16.64 +$12.883343664875312 +$12.56 +$18.716070649037313 +$13.63 +$14.46329609409139 +$15.32 +$15.449775086810476 +$15.39 +$19.085682877510234 +$15.18 +$13.379056155520038 +$11.13 +$17.808113107951094 +$15.14 +$11.357050058507252 +$12.56 +$13.821987285667923 +$11.55 +$16.461868066435976 +$14.41 +$13.274731196094365 +$11.79 +$10.318697357471152 +$10.56 +$13.306848346915356 +$17.64 +$17.212991351628474 +$10.92 +$16.741835129090788 +$13.35 +$17.34894855760356 +$12.30 +$10.250161656732981 +$15.13 +$18.75488636757393 +$16.52 +$10.326372829635748 +$16.62 +$18.486486840669627 +$10.0 +$14.456895221823036 +$18.17 +$14.210976107854862 +$10.5 +$10.924121036001837 +$14.93 +$16.37134337930828 +$11.69 +$19.533124257398057 +$14.36 +$18.05162795409879 +$17.64 +$11.36048990550358 +$10.60 +$15.619293473927954 +$10.15 +$12.798411587338585 +$11.40 +$10.601714156513747 +$12.65 +$16.767817012996513 +$18.28 +$12.100806870571542 +$18.88 +$12.185558141691159 +$11.2 +$10.970994269807184 +$10.42 +$15.13939234691863 +$15.74 +$17.332310820905658 +$17.39 +$16.426238577799506 +$11.3 +$12.550131963389468 +$13.37 +$17.088813119587552 +$16.19 +$14.168957566536747 +$17.13 +$12.443856085378707 +$18.53 +$15.767060617583848 +$16.88 +$17.268858831218882 +$19.89 +$10.945338019198259 +$13.55 +$11.99072941910514 +$18.19 +$16.86401417253262 +$12.33 +$14.335465023839852 +$16.9 +$17.299717331106038 +$19.49 +$17.58102366857252 +$10.14 +$10.752244635573282 +$10.83 +$16.746931678377546 +$11.81 +$12.981412685603056 +$10.76 +$14.294711247210767 +$17.94 +$10.41669550835302 +$17.18 +$16.370621804828424 +$13.40 +$14.405850985664337 +$17.46 +$17.902234105415296 +$18.63 +$10.900652308850221 +$15.38 +$18.167687002954963 +$19.57 +$10.004649276752547 +$12.9 +$16.791967203520283 +$16.25 +$12.483855126626143 +$13.56 +$11.16796148836647 +$15.44 +$17.077151403422747 +$12.31 +$19.16065119446703 +$11.40 +$17.322984885206964 +$19.29 +$14.137635610915677 +$10.73 +$10.139265840516813 +$13.72 +$13.512959389195268 +$15.90 +$14.30056874722882 +$10.39 +$14.805483399020588 +$16.46 +$19.576903184187238 +$19.61 +$16.96145950725151 +$12.51 +$18.023200797500486 +$19.56 +$17.440852770504236 +$19.5 +$14.262494706392506 +$14.12 +$17.46033143090725 +$13.72 +$11.53954741419312 +$10.18 +$17.4780097758044 +$14.58 +$19.634665937802303 +$12.21 +$17.27700084924404 +$12.20 +$11.606800598800222 +$10.3 +$14.193153211026967 +$16.40 +$14.09406397741184 +$18.1 +$18.930762698024886 +$19.15 +$15.707492053547568 +$11.49 +$19.282214849756016 +$10.4 +$13.673872690728299 +$15.81 +$16.09687421436837 +$13.36 +$13.7347725835566 +$19.91 +$18.55260549018182 +$15.57 +$13.987251313889093 +$18.90 +$18.453042417119697 +$12.40 +$17.841732768349885 +$14.53 +$11.002560919828403 +$12.10 +$15.393292350944272 +$10.2 +$14.017559353246057 +$12.63 +$13.662644221389842 +$11.57 +$16.61028817721413 +$10.89 +$17.84678904289658 +$11.57 +$14.643917907212327 +$16.24 +$14.19501050161644 +$17.15 +$19.043819629340362 +$10.83 +$18.945932197246737 +$11.4 +$16.27479840776574 +$19.9 +$10.178204107796274 +$14.17 +$14.750712155757466 +$10.84 +$13.082166775441381 +$13.93 +$16.801606089183238 +$13.36 +$16.295245057228104 +$15.5 +$13.654257219660904 +$13.31 +$18.58492996225341 +$14.60 +$17.660023229668706 +$10.21 +$14.641120338577798 +$18.3 +$11.189811737837209 +$19.78 +$15.468249206860978 +$10.1 +$11.287419083763487 +$17.68 +$18.82466489204788 +$11.72 +$19.593276039584037 +$15.37 +$11.349140932241257 +$17.93 +$11.465499380134844 +$19.37 +$15.400758539951283 +$17.24 +$19.52094357342765 +$17.68 +$17.174699666996535 +$14.76 +$17.859926269621848 +$19.89 +$16.18758534250682 +$15.86 +$17.889858996238157 +$18.38 +$11.007130121211702 +$19.41 +$18.146780389157186 +$15.81 +$14.711178602875467 +$16.14 +$19.76769165969086 +$13.94 +$19.709485332676866 +$18.21 +$15.210231444085835 +$11.17 +$16.179811098120336 +$10.88 +$10.487216729095234 +$19.57 +$13.43561803055324 +$18.66 +$10.874520670622449 +$13.82 +$19.063507683681962 +$19.94 +$11.637922214463899 +$14.6 +$17.974312538949462 +$11.69 +$17.028915939235652 +$17.22 +$18.172623619943643 +$13.37 +$16.21311849553116 +$12.3 +$16.735135557248984 +$18.35 +$12.709191542796397 +$15.86 +$18.637436113610267 +$10.34 +$10.579763212753216 +$16.15 +$10.412287506377119 +$12.41 +$10.00819676248242 +$12.90 +$14.882045461440612 +$16.42 +$18.16964141509238 +$12.71 +$18.769563149229207 +$19.43 +$17.8744537102466 +$10.57 +$16.04129148881763 +$19.76 +$18.904221802655805 +$16.89 +$16.99976132042612 +$13.31 +$19.22417276011498 +$19.43 +$17.53631918215424 +$19.29 +$11.51918118875698 +$18.24 +$10.707013000890036 +$18.72 +$16.78712347002037 +$11.0 +$16.948136186967776 +$10.88 +$16.97184943607779 +$16.35 +$17.249824977334292 +$13.78 +$13.946984315115841 +$13.55 +$13.286189341058183 +$16.37 +$17.84238800935416 +$12.9 +$14.108414022116419 +$14.32 +$10.871632440878942 +$15.78 +$13.382317955745043 +$11.64 +$16.63503939575199 +$11.70 +$15.779490417359327 +$14.38 +$16.020852036262333 +$10.83 +$14.800421910706541 +$13.58 +$14.118174249890695 +$12.91 +$15.76325959348755 +$10.80 +$13.636659043079717 +$12.48 +$10.100138330280682 +$17.35 +$12.632772555001075 +$18.35 +$11.451213808163327 +$10.50 +$10.357293480558315 +$13.45 +$13.138258310046133 +$10.73 +$11.855174157706521 +$10.80 +$17.9538167831792 +$10.81 +$11.24799684869833 +$16.9 +$15.70784001949074 +$15.46 +$19.1149831666022 +$17.57 +$18.58811618670289 +$11.94 +$11.332779781427988 +$11.21 +$10.880080185121077 +$10.29 +$14.93672601620127 +$19.46 +$11.784936637142096 +$13.6 +$14.728915848227379 +$15.60 +$12.406971384927326 +$17.41 +$14.424048392740083 +$19.66 +$10.050166660621192 +$12.77 +$11.90885403195429 +$11.41 +$17.751925025438542 +$17.89 +$15.682436861724264 +$19.66 +$12.98386410260925 +$14.74 +$18.171957014027512 +$16.11 +$13.382805820110164 +$16.55 +$13.67106894241438 +$17.70 +$14.893446984040438 +$11.12 +$18.40233581104666 +$14.73 +$17.25875362036984 +$10.46 +$15.994385158241645 +$15.80 +$13.663794597237068 +$19.3 +$19.714175689018525 +$12.4 +$18.38546452715335 +$11.12 +$19.12855379047369 +$13.14 +$14.896413162211964 +$13.47 +$13.491043065318767 +$14.0 +$19.931137925475923 +$18.10 +$10.870830526039956 +$13.18 +$18.88831701429652 +$14.93 +$11.00111841538592 +$14.79 +$19.741715795097612 +$17.2 +$11.908951950683502 +$19.38 +$13.779786877436672 +$18.19 +$15.079445834176575 +$15.66 +$13.895757546907879 +$18.71 +$12.691434938598979 +$13.13 +$13.539801877263328 +$17.5 +$14.923465894804494 +$11.15 +$16.747083581351806 +$17.75 +$10.088003224979783 +$13.8 +$12.61622734258645 +$14.53 +$19.12869941560337 +$15.63 +$12.192471110013134 +$15.16 +$15.104538928974964 +$19.52 +$15.190555587099876 +$11.61 +$18.747963786482483 +$14.81 +$12.302901103154428 +$18.7 +$17.591571417333846 +$14.49 +$12.553533660772258 +$15.49 +$14.931879297741826 +$14.90 +$11.445118703389689 +$17.6 +$16.63596439613151 +$12.7 +$14.94976333953825 +$10.30 +$14.056069873141176 +$12.36 +$12.293524495871313 +$13.46 +$10.658114526839114 +$16.76 +$19.61191283868301 +$12.88 +$10.16847205715152 +$14.30 +$14.162533435983823 +$11.78 +$10.393382236444147 +$10.63 +$10.811588237879128 +$11.63 +$13.087376706897757 +$14.38 +$14.538779526958804 +$13.51 +$16.828519052682726 +$13.20 +$17.124884654825102 +$11.66 +$12.795349278878554 +$13.60 +$17.892474486373246 +$17.50 +$12.279476148577945 +$10.22 +$13.89613030337499 +$13.7 +$11.157157632464099 +$19.5 +$14.165050535489545 +$11.2 +$17.498493054362218 +$13.69 +$12.981849416185614 +$11.29 +$16.628332904455174 +$19.66 +$16.416949446699494 +$10.83 +$12.25213134962054 +$13.50 +$10.65682059900508 +$19.21 +$13.23022502455015 +$16.8 +$10.399563444844873 +$19.46 +$16.004755260746265 +$18.80 +$13.149270708294669 +$18.9 +$14.789893705700841 +$16.78 +$12.505494709822914 +$15.91 +$16.803523175811435 +$11.77 +$17.702312822614804 +$18.78 +$17.988850834669854 +$10.88 +$16.491816030253617 +$12.66 +$16.948802181986572 +$17.9 +$12.214102757297873 +$19.94 +$13.691177295592622 +$17.16 +$16.702485675101084 +$16.18 +$19.570814809720765 +$19.87 +$15.948422012671202 +$13.5 +$11.762769648318322 +$14.43 +$19.338165010564946 +$19.28 +$17.910310756869528 +$14.6 +$11.513694092517849 +$10.53 +$18.820513562023134 +$11.75 +$19.235490812291577 +$17.7 +$14.74089654361973 +$19.29 +$10.717888662616723 +$15.23 +$16.03445424653474 +$10.57 +$13.503232981062279 +$12.73 +$19.580215507456423 +$16.54 +$15.012821845840975 +$13.80 +$17.507405210097676 +$11.45 +$17.46655256235507 +$18.24 +$19.50263723403601 +$16.93 +$15.022630773736207 +$15.32 +$16.87158147604616 +$15.62 +$18.868591140707494 +$17.71 +$10.870753124875897 +$11.45 +$16.293839314226428 +$12.13 +$12.235841865204213 +$19.83 +$11.676365413976162 +$11.58 +$14.150905677018821 +$11.66 +$10.295627922579184 +$13.39 +$17.1106427508291 +$15.26 +$15.606654186743665 +$10.31 +$17.849546711341702 +$19.10 +$13.979594102612822 +$16.59 +$15.284168934330216 +$10.55 +$17.631907322806214 +$16.28 +$14.846467525476566 +$11.39 +$11.101492952055331 +$19.79 +$13.525843348016336 +$19.43 +$11.389583823064239 +$10.65 +$10.269349122480094 +$13.88 +$13.488051410456276 +$15.75 +$19.66124648631247 +$16.36 +$15.701446536836546 +$13.18 +$14.447770804635399 +$19.34 +$15.092000965644718 +$11.9 +$19.697569135694444 +$12.59 +$15.25297904617733 +$12.45 +$18.670061658647363 +$12.34 +$16.21260680626277 +$17.36 +$10.069706130828411 +$15.70 +$12.99051515157515 +$16.43 +$15.514739046895645 +$19.2 +$11.893392457994555 +$18.56 +$16.89529707829925 +$18.62 +$19.772240295738392 +$16.77 +$13.324534084828286 +$10.93 +$18.938413559456603 +$14.64 +$11.873125408121028 +$10.83 +$14.479715934884736 +$15.13 +$14.081095580267842 +$15.13 +$18.491355072079593 +$14.32 +$12.485990618193174 +$12.75 +$19.075231397913658 +$13.51 +$14.138411300251327 +$12.20 +$10.276819630938926 +$13.36 +$11.992909250220382 +$10.34 +$10.450877389067456 +$17.26 +$12.790953908802676 +$14.85 +$12.340533140590423 +$19.45 +$12.995247649778031 +$17.63 +$11.480300607697083 +$16.5 +$13.334301165120948 +$10.94 +$19.17944548286124 +$14.11 +$12.994925873459088 +$17.37 +$17.78683876715108 +$13.48 +$12.388512730608051 +$14.58 +$15.282420011537596 +$19.75 +$14.183007218111362 +$15.4 +$15.872389584522178 +$17.9 +$11.929321298781085 +$15.80 +$10.20990152784468 +$19.20 +$15.732852925159655 +$19.14 +$18.460747754044952 +$18.70 +$16.885776376106556 +$10.88 +$16.49075314135383 +$18.84 +$12.240415680553175 +$11.63 +$18.22426091168493 +$17.22 +$11.615913995980153 +$11.37 +$17.57565402223137 +$12.45 +$19.03415292962329 +$13.49 +$10.856272958884048 +$10.68 +$19.749577722231205 +$19.11 +$10.729281053258267 +$16.31 +$16.6976162653835 +$17.2 +$14.311384742935651 +$16.29 +$16.20443249300924 +$11.27 +$16.30651333126434 +$11.50 +$18.778048086076858 +$10.15 +$14.02341620499515 +$11.56 +$15.734478415373584 +$15.35 +$11.07013742068998 +$17.0 +$14.725323638822042 +$17.19 +$10.385132078871631 +$16.31 +$14.60420948821768 +$10.13 +$12.72552245574637 +$17.51 +$19.7505557026425 +$10.19 +$15.66888691242956 +$10.28 +$18.45011362718312 +$11.82 +$13.600034525798904 +$18.65 +$11.181442942993687 +$10.45 +$15.95319431872958 +$11.25 +$15.554476951037243 +$14.17 +$17.95500125318859 +$17.43 +$10.224932688011277 +$18.76 +$15.87709645861004 +$18.3 +$11.240429615969903 +$10.69 +$12.20327801808321 +$19.2 +$13.013568231061761 +$10.46 +$19.079550958957768 +$11.33 +$16.636834037694975 +$10.7 +$13.775177471739774 +$19.71 +$10.426487041022076 +$19.0 +$12.127849527297956 +$14.51 +$13.804797966022779 +$11.17 +$16.06828189467395 +$13.64 +$10.764099237004716 +$18.90 +$16.474752725561373 +$12.46 +$17.50123200947197 +$14.21 +$15.587772343660385 +$16.67 +$15.991279893423773 +$15.62 +$18.79741434251026 +$15.34 +$19.618873581140377 +$13.86 +$19.00020905341695 +$14.4 +$15.840599174217845 +$11.92 +$16.067112787095695 +$12.92 +$13.349420727722679 +$12.65 +$15.905921198084904 +$19.38 +$19.84826489494195 +$18.30 +$19.54568515615714 +$15.83 +$17.094063284282157 +$11.38 +$14.419820995761041 +$16.25 +$16.916610439016345 +$10.58 +$15.52784904622836 +$15.94 +$12.79599731568276 +$11.49 +$16.855105325975472 +$12.83 +$16.869037708657736 +$17.66 +$11.74049099169709 +$12.64 +$11.217645210449893 +$19.3 +$19.52493893346037 +$12.28 +$16.27404768060928 +$14.17 +$18.285785407038567 +$15.89 +$16.73798115814113 +$12.5 +$18.849502266015264 +$12.51 +$19.905305516346935 +$13.84 +$12.285692039743104 +$10.75 +$18.37522738986811 +$10.92 +$12.396316110010769 +$15.2 +$14.678400195196163 +$14.74 +$18.883092051917842 +$19.28 +$10.25629031885981 +$11.26 +$16.682503463615745 +$12.45 +$16.639552217444898 +$13.47 +$14.507355811408466 +$13.22 +$10.676185244986957 +$12.5 +$11.737669904860589 +$19.75 +$13.738647959179412 +$11.40 +$19.013257940753142 +$12.61 +$10.522219939937996 +$10.54 +$14.753819685131667 +$16.27 +$16.047384653369782 +$19.47 +$18.364557212172553 +$17.22 +$15.153010710527953 +$12.66 +$13.143903599757719 +$15.29 +$16.13896771773613 +$18.35 +$10.749937374624608 +$15.74 +$18.032408387853934 +$15.60 +$18.89754434448056 +$11.89 +$17.130584769847324 +$17.52 +$19.60331844311648 +$17.39 +$18.985134291669475 +$14.82 +$15.641949268142797 +$14.6 +$10.733265895374675 +$13.77 +$10.567760351524372 +$13.12 +$16.47287952401051 +$11.94 +$10.375754164506077 +$17.89 +$17.74883244549319 +$17.85 +$11.452722424223953 +$19.3 +$15.92088133878324 +$18.53 +$18.3604321877413 +$13.4 +$14.043229886256292 +$19.40 +$16.415020842051796 +$15.22 +$13.796722510677501 +$17.21 +$18.168494401433765 +$17.78 +$12.588405578006379 +$18.34 +$14.656917558575831 +$10.12 +$10.918111545675659 +$14.39 +$15.929662386565923 +$11.15 +$12.500018949853532 +$10.7 +$19.444056262945125 +$16.15 +$19.251341157524333 +$15.81 +$13.92985768203324 +$11.24 +$15.256370031132697 +$14.58 +$14.68963977142984 +$14.50 +$18.607153417115235 +$15.94 +$14.887800209705418 +$19.15 +$17.022639431302558 +$10.16 +$14.011347030163368 +$18.71 +$14.766451658195583 +$19.19 +$18.309646431149613 +$18.55 +$11.168693404985724 +$12.53 +$10.970842862729217 +$11.78 +$12.560209498915105 +$13.61 +$14.103294748592806 +$13.4 +$19.45770968888756 +$17.59 +$13.567674531152615 +$18.67 +$15.401486982059318 +$13.25 +$10.0225347962158 +$13.65 +$12.413407869475456 +$14.14 +$10.167525816024705 +$15.24 +$10.96769216897439 +$17.84 +$17.927180497602315 +$10.34 +$16.53677912530592 +$13.32 +$19.69063849054553 +$10.27 +$11.36048915870164 +$15.93 +$13.831724611214545 +$12.71 +$16.43123383253776 +$13.45 +$14.241804735184381 +$13.35 +$15.32999826554533 +$14.4 +$15.349937737557251 +$16.14 +$12.28143628982571 +$12.51 +$19.241704991552027 +$15.69 +$13.086189491556514 +$10.10 +$16.102920609442315 +$19.57 +$16.994793764218766 +$11.33 +$18.53064794867899 +$18.8 +$11.051925952658054 +$16.7 +$17.910360503521563 +$11.12 +$12.539645894339433 +$17.68 +$14.058330453818943 +$11.38 +$16.619436145297488 +$15.94 +$12.700532380931065 +$12.52 +$14.02256277589971 +$13.90 +$16.686839693687443 +$11.15 +$19.930088150818197 +$15.74 +$17.636714036707424 +$18.30 +$18.210262121010363 +$11.29 +$13.660478819564373 +$14.17 +$16.264830813690757 +$12.92 +$13.206757577259847 +$15.10 +$10.38816957392321 +$15.11 +$19.849538298617446 +$13.28 +$12.286183267502562 +$12.14 +$19.37498468671644 +$15.81 +$11.107151625446674 +$15.51 +$18.500193842792164 +$15.39 +$15.615607471301312 +$13.80 +$19.74024260978897 +$10.68 +$16.602645207671 +$10.27 +$12.749215277534022 +$19.84 +$15.49922401383212 +$13.84 +$14.950806166455386 +$14.2 +$19.710715402727637 +$10.40 +$11.593497077086004 +$12.82 +$17.232457482478885 +$15.17 +$14.176836881769681 +$18.45 +$15.20191894641503 +$15.77 +$19.790255286770325 +$18.94 +$18.345059065157365 +$17.87 +$17.88356074013502 +$15.35 +$18.950672968321154 +$12.46 +$16.476243149830832 +$13.71 +$11.525288158366319 +$11.14 +$15.026387023596513 +$12.14 +$15.464992950320951 +$15.6 +$16.1016160970148 +$18.33 +$17.388229357709104 +$13.45 +$13.848725156084976 +$15.69 +$14.05241575172524 +$17.2 +$15.725358684951718 +$12.24 +$13.553905120889949 +$16.91 +$10.850124991435338 +$16.33 +$10.100421777392594 +$14.18 +$16.457338553561677 +$14.66 +$19.614799226224676 +$11.56 +$15.503228476331296 +$15.59 +$17.961303194896555 +$13.91 +$12.246788324743044 +$10.41 +$14.457767189377869 +$10.0 +$16.645712267124928 +$14.11 +$18.198406353830826 +$19.53 +$10.573842947088485 +$19.52 +$17.2719914281769 +$16.30 +$10.524041645087914 +$17.82 +$15.676102714145333 +$12.54 +$11.719665494964213 +$11.93 +$12.814970231745566 +$12.2 +$17.69861663731016 +$12.46 +$18.448767198008426 +$18.83 +$19.228853807537966 +$15.56 +$11.500277660845663 +$19.5 +$14.051719659844046 +$17.26 +$17.396068714681714 +$10.77 +$15.056933747344573 +$17.76 +$14.349520182474379 +$14.75 +$13.204638959946255 +$18.27 +$19.385798824582764 +$13.3 +$16.980127374866967 +$16.75 +$11.423384656120787 +$18.70 +$18.236278314613557 +$17.80 +$11.128054679743535 +$17.4 +$11.83288451950483 +$11.20 +$19.569611714362033 +$15.63 +$19.661543213505972 +$19.31 +$14.272358415335283 +$15.90 +$18.088839704421858 +$18.47 +$13.586060378739688 +$12.41 +$17.381926460472535 +$15.66 +$19.71795550601852 +$10.37 +$18.38539232995381 +$19.93 +$16.228894253099263 +$10.45 +$14.487229405570787 +$19.18 +$17.503724321156575 +$14.48 +$18.876686160554634 +$16.7 +$10.44948014510484 +$14.15 +$12.483152768413113 +$13.33 +$11.81928830215744 +$15.46 +$18.184530691447243 +$14.6 +$12.848629016217444 +$16.45 +$11.346300661500367 +$13.6 +$15.372040501512473 +$15.21 +$16.48100512964662 +$16.38 +$19.701126633639383 +$10.23 +$11.85025824495881 +$12.89 +$16.59864263593047 +$10.31 +$18.923765429186975 +$15.80 +$19.279226881771358 +$18.79 +$12.423172211982324 +$19.15 +$19.342614108534427 +$14.86 +$10.27790191300535 +$19.26 +$14.444647940862591 +$11.74 +$10.585702699182768 +$19.34 +$18.57008030809147 +$13.83 +$12.32973407094618 +$13.66 +$14.241045703533505 +$14.32 +$10.046644210513419 +$16.9 +$14.83193463857235 +$13.68 +$18.723619695353385 +$18.42 +$10.158684174069363 +$10.46 +$10.13285217081369 +$11.10 +$17.44927215814368 +$10.48 +$15.086036036634653 +$19.50 +$13.976739083256202 +$18.3 +$16.081551151693347 +$12.59 +$19.018145309460536 +$17.23 +$19.25146981223667 +$18.80 +$17.002772596160323 +$12.77 +$13.98022579923407 +$19.64 +$18.85021654743756 +$11.65 +$18.123835168330203 +$14.22 +$12.310910155594847 +$14.4 +$19.44179266048947 +$18.90 +$18.68237128659085 +$19.92 +$16.85683306073302 +$12.56 +$17.757951704985253 +$11.41 +$12.283048171759173 +$13.59 +$14.086735435513216 +$18.35 +$10.003184469284985 +$15.48 +$13.989211244379645 +$19.52 +$14.67519462171284 +$10.19 +$19.857891145954902 +$11.29 +$15.51969567707214 +$19.85 +$19.11823962006906 +$17.38 +$12.806910813620274 +$19.32 +$17.551156544741914 +$11.6 +$19.365222984511306 +$19.45 +$19.940654030993407 +$17.25 +$11.67093966015913 +$11.39 +$10.147453516584852 +$11.15 +$12.206688319169823 +$19.46 +$10.614329122799802 +$16.15 +$18.14431703688426 +$13.89 +$15.649950322604319 +$15.7 +$16.04766390385493 +$19.78 +$13.45750910140745 +$15.88 +$12.689754107298779 +$15.3 +$12.389628519406562 +$13.27 +$16.766387791325027 +$13.5 +$10.459950777500516 +$19.20 +$11.001342112082304 +$11.33 +$14.251061896352377 +$19.22 +$19.8258212351476 +$15.13 +$17.46307155259633 +$10.45 +$13.374157815833005 +$18.27 +$16.316893766423732 +$14.26 +$10.744903569827908 +$18.88 +$15.187108952220804 +$11.15 +$11.064657498108044 +$12.10 +$17.33093912264833 +$18.29 +$10.469868505153174 +$12.56 +$12.44099257706839 +$17.69 +$12.969467145760689 +$16.77 +$10.081965048276684 +$14.21 +$12.20902915228127 +$17.30 +$17.267821191125925 +$17.0 +$11.218107292065556 +$10.14 +$14.936656774570759 +$18.69 +$14.5181960229389 +$14.92 +$13.24714220058296 +$12.88 +$11.37316094177274 +$19.24 +$16.438718463279773 +$14.90 +$14.081661382229363 +$15.51 +$14.749644471554264 +$18.26 +$14.824439648722958 +$11.47 +$17.956634429549787 +$18.88 +$10.563622865871588 +$19.29 +$13.782273421882067 +$19.65 +$12.011801077629592 +$13.69 +$18.887097345233727 +$14.63 +$14.668975809893805 +$18.19 +$17.340852138942928 +$14.77 +$19.30330492495488 +$17.74 +$14.250824093993117 +$16.75 +$16.62606688984007 +$12.62 +$16.38762154419417 +$10.53 +$16.378672172760137 +$18.82 +$13.345204103285937 +$14.17 +$14.989665392531197 +$18.28 +$15.9930940210536 +$12.75 +$19.406000682765914 +$11.72 +$15.42513975826619 +$16.18 +$13.847427333072371 +$12.63 +$13.533667291730296 +$11.10 +$12.804578299140548 +$13.38 +$19.84123795861788 +$10.52 +$12.407902526034686 +$13.79 +$19.9190430206069 +$18.46 +$17.70918362487088 +$14.84 +$12.162266455936075 +$16.23 +$11.87662448811889 +$19.40 +$19.43579496972512 +$18.75 +$16.623370586168114 +$19.2 +$14.651838825175895 +$16.86 +$14.250389984057033 +$17.34 +$18.093169023198442 +$10.45 +$15.78879522385811 +$14.2 +$15.140065522546653 +$18.37 +$10.644895279264341 +$19.45 +$19.395564942612168 +$17.24 +$10.099309976404648 +$11.29 +$12.868457787179748 +$15.20 +$17.194133632872813 +$15.66 +$18.456179314564544 +$18.29 +$14.080823518166646 +$18.64 +$15.01975022146004 +$11.24 +$19.296376639154815 +$10.87 +$13.713310122380488 +$15.82 +$17.001697572101747 +$10.46 +$19.333689444259583 +$16.63 +$16.988903373520685 +$10.67 +$14.6099225700512 +$10.57 +$11.274650194545606 +$15.20 +$10.10164012818481 +$17.29 +$15.048790593627682 +$18.12 +$12.093441459259527 +$18.59 +$14.537402238742988 +$10.29 +$13.659551577887232 +$10.84 +$19.92086152160863 +$15.43 +$10.554883333075292 +$14.36 +$10.736836846549275 +$12.37 +$19.81614247449496 +$12.63 +$11.780325384445153 +$12.42 +$14.748962206474193 +$14.57 +$14.51929538851888 +$17.75 +$11.506632057022486 +$15.91 +$18.83895150521882 +$11.53 +$10.345726874553947 +$15.76 +$11.739395144057758 +$16.57 +$14.543092117178102 +$19.75 +$10.29593138501719 +$16.90 +$11.559741737245535 +$17.28 +$18.043336841448323 +$18.89 +$10.451977805795522 +$10.1 +$11.472408712837002 +$13.7 +$17.10919186924677 +$17.17 +$11.189740101415948 +$11.77 +$13.70052370638642 +$12.38 +$11.882070610140584 +$14.14 +$16.286345345564992 +$10.58 +$13.741999115718821 +$16.25 +$14.126999002321417 +$11.75 +$17.108085804529747 +$17.15 +$12.302742182999019 +$16.33 +$13.40496013892944 +$19.86 +$14.244699278595263 +$16.12 +$18.291836087987328 +$16.6 +$18.346230707637304 +$16.77 +$12.700698354599183 +$12.28 +$10.328976044577237 +$11.88 +$14.867144604703743 +$16.45 +$15.878608098498919 +$16.26 +$11.090967051458453 +$13.33 +$18.28690862359352 +$11.72 +$13.64081839812542 +$12.92 +$12.00717039364812 +$17.43 +$12.708645844458486 +$11.55 +$17.538453188739187 +$11.6 +$14.383440923591136 +$11.64 +$13.442471298464817 +$15.53 +$19.53214853297333 +$11.68 +$11.78562085604538 +$19.35 +$14.594019704512787 +$16.15 +$14.573717259257325 +$19.27 +$18.783948617988916 +$16.15 +$12.689189348724039 +$19.18 +$18.512016456118182 +$17.74 +$12.624543340259569 +$16.58 +$13.216883933005903 +$17.85 +$15.347260170020213 +$19.24 +$13.200036884373759 +$10.61 +$17.142625085730142 +$19.94 +$11.53614748822462 +$14.77 +$10.540708757402518 +$12.52 +$15.910542642218337 +$15.15 +$13.253649307390416 +$16.2 +$18.978140274304316 +$13.23 +$12.415978557817034 +$10.61 +$16.593561182609086 +$10.85 +$10.444765104183718 +$18.89 +$19.166142780385847 +$15.33 +$14.351273206868308 +$13.19 +$12.047812079331532 +$16.38 +$13.645907909849631 +$11.21 +$13.883218412134951 +$15.16 +$16.800021119079084 +$12.37 +$19.162732347720265 +$11.81 +$17.114533736135336 +$17.86 +$18.36313835748154 +$14.61 +$19.804730329316186 +$11.13 +$16.9041580374503 +$18.85 +$18.585556758288064 +$10.71 +$16.781633617602218 +$13.88 +$17.680028914552253 +$17.35 +$11.70183182910154 +$12.22 +$19.232777400574346 +$15.60 +$11.805517833861932 +$14.30 +$14.508059776482673 +$12.19 +$12.234673993594111 +$10.74 +$11.005613606599393 +$15.54 +$15.43201371375341 +$14.36 +$14.415853605664456 +$15.2 +$18.315271358331294 +$19.56 +$17.10758751840764 +$16.17 +$16.81691375376114 +$11.53 +$10.685896384358436 +$18.28 +$15.68553504531723 +$14.12 +$11.693014188489814 +$10.9 +$11.538021031136743 +$16.37 +$12.2435948864925 +$11.26 +$17.13966916221648 +$13.86 +$14.415189708376559 +$18.45 +$13.180047841262626 +$17.51 +$13.83073761284212 +$11.93 +$19.318411126373753 +$19.8 +$10.534031929105145 +$14.84 +$14.184360466417486 +$19.52 +$14.055878319018266 +$16.21 +$10.452095275498861 +$13.39 +$17.822722039980714 +$11.79 +$12.918551701303212 +$17.43 +$16.37095996324711 +$15.49 +$12.696802951016776 +$17.48 +$18.663101316334686 +$16.71 +$10.261203145947775 +$11.56 +$13.624595248601072 +$16.3 +$12.886346645303783 +$10.71 +$18.928318633494154 +$15.46 +$10.881191215689723 +$13.49 +$17.77920317492235 +$17.37 +$19.446054998070508 +$13.31 +$12.162100900178622 +$19.27 +$14.664815459083963 +$19.20 +$16.32704492592552 +$11.40 +$11.555384841929445 +$11.44 +$13.162322495251702 +$16.17 +$14.073233825459951 +$11.87 +$13.658180453516703 +$17.83 +$18.813503923129687 +$15.63 +$19.525942895752998 +$10.50 +$16.994781289128532 +$19.45 +$15.461751465805774 +$12.6 +$14.906122509686945 +$10.0 +$16.952673049610453 +$10.30 +$13.420526120905864 +$18.89 +$17.792422133780807 +$15.64 +$11.593894111149774 +$17.49 +$13.351323586291306 +$11.42 +$10.175016975810447 +$17.84 +$15.619668609105364 +$16.18 +$14.311776294231585 +$15.59 +$13.735448286598684 +$15.63 +$15.947381030271115 +$16.16 +$14.261845468990186 +$15.21 +$18.263291398670724 +$10.34 +$19.851704549661687 +$16.38 +$17.86986888020391 +$18.78 +$17.600677862384842 +$17.46 +$14.44089681407408 +$19.68 +$16.275783775589908 +$10.12 +$15.09782212132122 +$13.7 +$18.2797711963002 +$19.37 +$16.52918389693501 +$19.41 +$13.1112460314781 +$17.74 +$18.547024010861655 +$10.8 +$13.63472700806031 +$18.92 +$10.64663429369099 +$10.69 +$12.363816813929091 +$15.59 +$18.994915664984386 +$14.71 +$12.639359449383619 +$16.56 +$10.97519930049313 +$15.60 +$11.632877005839466 +$15.11 +$15.341131458690821 +$12.52 +$14.108096953513453 +$16.72 +$10.1375183963504 +$19.69 +$10.908180454894865 +$13.21 +$12.784113134246702 +$19.55 +$18.825947563173447 +$10.37 +$16.413596024420286 +$10.16 +$12.175622147932442 +$10.55 +$19.40296993537709 +$15.53 +$11.689714055684814 +$16.4 +$19.268074625549524 +$19.72 +$14.443945100879297 +$10.52 +$16.305622702263676 +$10.64 +$15.752817406083743 +$19.26 +$19.659832895256933 +$16.6 +$10.804868942739937 +$14.89 +$13.941957174473755 +$19.77 +$16.95530300055047 +$13.41 +$16.495070153148276 +$12.35 +$18.472334337463934 +$11.47 +$19.589616328503112 +$18.11 +$14.84170186219209 +$10.81 +$19.12722863868933 +$13.25 +$18.854130666766785 +$19.6 +$13.775894678472893 +$16.9 +$15.264216084156487 +$12.30 +$15.441283766249892 +$13.92 +$12.819279681136422 +$12.42 +$14.096494701894079 +$10.29 +$19.7826310671429 +$15.87 +$16.31540787461551 +$18.78 +$16.788524309506403 +$11.45 +$16.85450137088862 +$15.4 +$17.428787630513767 +$19.31 +$10.088048204946114 +$12.65 +$16.126496653209472 +$10.80 +$17.642957297697983 +$12.20 +$19.59532862585401 +$12.0 +$18.779748863334447 +$11.52 +$16.267661618725437 +$18.35 +$12.328002963527052 +$12.84 +$10.910257685010988 +$13.74 +$19.585736141543897 +$18.79 +$18.102757932543465 +$19.17 +$10.779866083667788 +$13.71 +$19.572420127760495 +$11.80 +$17.959730774210932 +$16.31 +$17.91924095608671 +$11.45 +$16.990037673109278 +$10.10 +$12.629686998964814 +$18.56 +$13.012485747310237 +$15.49 +$17.876928918354963 +$15.56 +$11.066816414155692 +$12.58 +$16.53636562205946 +$11.82 +$17.341410118902175 +$14.70 +$15.818174338625134 +$14.60 +$14.074887752129225 +$11.70 +$19.009352519550333 +$12.85 +$14.388268186994008 +$15.63 +$10.063434088668407 +$10.42 +$13.59832239515135 +$14.15 +$10.720678740150674 +$19.14 +$11.906339879949371 +$19.25 +$16.747164951271902 +$17.40 +$16.494568556254524 +$10.77 +$10.417906376487084 +$18.90 +$16.988386549893992 +$15.74 +$17.452642864301385 +$10.40 +$11.473278608075914 +$10.58 +$15.386193004711462 +$19.85 +$10.30164391765031 +$18.12 +$17.264329061838463 +$13.60 +$14.732043005817511 +$19.40 +$19.375719414994904 +$13.34 +$17.077317470843315 +$13.56 +$12.686599386257534 +$17.60 +$12.947776105862916 +$16.11 +$18.783332517120197 +$12.17 +$11.921777027308474 +$14.52 +$10.14819810434705 +$17.67 +$18.028062390849797 +$15.50 +$16.839858213720728 +$11.54 +$18.422129388110292 +$15.74 +$18.511998658160856 +$15.27 +$14.577021653109481 +$18.66 +$12.380427030838241 +$17.63 +$16.649249701590122 +$17.70 +$18.37687216204226 +$10.64 +$15.48609327947135 +$18.73 +$16.875620497194028 +$13.7 +$15.560038344761661 +$18.79 +$14.781159612292551 +$19.32 +$11.806963116063848 +$15.25 +$15.900107603635226 +$14.57 +$12.691893670265214 +$13.27 +$16.42327370370068 +$15.94 +$15.99122244065132 +$19.90 +$14.03582899883984 +$17.39 +$10.14478846049186 +$19.27 +$13.857663349831974 +$15.76 +$13.714400450489926 +$17.47 +$14.391444991943521 +$10.31 +$15.471243584865338 +$11.90 +$16.778171872313546 +$14.49 +$17.01776580117946 +$12.10 +$13.691596043857245 +$11.60 +$12.924734158919433 +$10.61 +$10.905155673673669 +$15.1 +$14.80660979021178 +$17.27 +$11.849600537603452 +$12.27 +$11.600362508733332 +$17.94 +$13.579677160265788 +$12.78 +$14.780358312835483 +$15.25 +$13.324180379844087 +$13.57 +$11.07710685087478 +$13.3 +$16.73235641174098 +$16.41 +$13.88052761812949 +$17.81 +$10.65347820938019 +$17.53 +$11.470468879535623 +$13.28 +$19.74907799595059 +$14.66 +$10.497392526900835 +$16.54 +$14.90238991904719 +$14.39 +$15.202049771989685 +$12.27 +$18.36028906834018 +$15.58 +$14.114094861560936 +$17.65 +$11.08977448131504 +$16.84 +$10.795026435637224 +$15.26 +$17.029270712604333 +$15.36 +$11.593507875477346 +$16.69 +$15.159456224052287 +$14.79 +$12.653289170114139 +$18.90 +$15.805279299564727 +$16.74 +$15.408743107986128 +$17.8 +$17.681988767238195 +$13.18 +$12.763905148742122 +$14.2 +$17.361963568796007 +$17.35 +$12.206089631346416 +$14.8 +$11.956866635097533 +$13.43 +$17.42263893726222 +$10.13 +$10.759195350362505 +$16.13 +$12.735586656375405 +$13.41 +$12.660106614854167 +$14.19 +$12.95963244233431 +$10.33 +$17.45577257750815 +$18.90 +$10.597762174915218 +$13.3 +$10.29682326409579 +$19.45 +$17.705140119309647 +$18.71 +$10.543947458032996 +$17.42 +$17.396524244835113 +$15.58 +$17.35798199475924 +$13.87 +$11.306395037890036 +$12.79 +$12.08445428745953 +$11.34 +$12.220424491942785 +$19.60 +$12.926246071053729 +$19.85 +$14.614964613904224 +$11.20 +$11.747566529586178 +$15.18 +$19.946533912523815 +$17.43 +$13.262097009959794 +$15.48 +$18.354399537562315 +$13.24 +$12.66164671939444 +$11.1 +$17.242781883167908 +$14.57 +$13.44349760046319 +$19.25 +$16.33011191780927 +$17.36 +$15.299499400885987 +$11.54 +$10.196477155284619 +$19.81 +$11.22511742510688 +$10.28 +$18.621032999235744 +$14.90 +$12.739071799075807 +$11.46 +$16.62493991652293 +$17.92 +$14.068018473873364 +$13.25 +$15.362734504262729 +$15.53 +$11.442062108752575 +$17.75 +$12.560455430735294 +$12.4 +$10.545645141632026 +$11.72 +$18.39000267172093 +$19.13 +$17.26681035421001 +$15.86 +$17.198172254225096 +$14.15 +$13.5585322926587 +$14.18 +$18.79378345264357 +$13.59 +$11.22500565534291 +$18.50 +$15.92882107892177 +$15.35 +$18.07221680491903 +$14.33 +$14.091437289947686 +$18.3 +$17.93782841400981 +$17.74 +$19.617021021760777 +$19.19 +$10.935544623038135 +$13.51 +$10.374819932456209 +$11.65 +$17.754114549964363 +$13.14 +$16.611882815235333 +$10.64 +$18.98440045167965 +$16.0 +$19.451039212047718 +$10.62 +$11.78335670656979 +$10.71 +$19.040166504156684 +$15.5 +$18.75835790329778 +$13.18 +$18.303299323498415 +$18.63 +$18.18712616040628 +$17.89 +$17.095793992152046 +$15.14 +$18.391045998740978 +$18.10 +$18.28539338275506 +$11.74 +$15.903623817809935 +$15.2 +$17.49241282625737 +$11.77 +$15.316692292569304 +$10.77 +$18.037953578652697 +$15.64 +$12.45613960379678 +$11.71 +$12.163454146057045 +$14.2 +$19.047015679079603 +$15.15 +$13.189391463689276 +$18.59 +$17.31085569199152 +$12.62 +$18.95930934511513 +$15.94 +$19.061769129314992 +$13.73 +$18.910153609759952 +$14.39 +$14.241177419350915 +$15.27 +$11.901677707830654 +$15.7 +$12.591697561994827 +$13.84 +$10.445529327797251 +$12.93 +$11.737641864013439 +$19.79 +$13.278022924374689 +$16.92 +$17.966863827878594 +$13.58 +$12.912613704727239 +$10.73 +$17.344738285668683 +$13.5 +$15.097195185215384 +$17.9 +$12.312981192463205 +$16.85 +$10.105953326410008 +$11.85 +$14.227217424700667 +$17.62 +$11.229480420782853 +$14.19 +$11.79311182313726 +$14.40 +$10.893518873692097 +$15.78 +$10.438483252882934 +$16.27 +$14.57347790643551 +$18.62 +$16.06173421764581 +$12.65 +$17.41388472146503 +$15.22 +$18.263782317935146 +$19.80 +$13.368523586545674 +$13.25 +$15.355670067107411 +$18.28 +$14.737043857371784 +$18.54 +$10.307096031159794 +$17.45 +$19.03998161104622 +$11.85 +$14.595683979643404 +$10.51 +$16.023566247977392 +$18.40 +$11.343337849828973 +$13.52 +$16.475882556747337 +$12.10 +$16.92223979673707 +$17.69 +$17.43420447528081 +$17.56 +$13.061021278404603 +$10.55 +$11.497080677486512 +$18.87 +$17.23345638527904 +$12.24 +$19.905755323765987 +$12.57 +$11.070247681210697 +$17.81 +$17.526281437403632 +$10.79 +$19.778038521386947 +$16.32 +$13.766720282445817 +$16.22 +$17.243014632211693 +$12.44 +$10.300798121892974 +$13.59 +$19.595749514388295 +$14.51 +$14.4644976741941 +$19.49 +$15.05706878651754 +$18.65 +$14.128532405890967 +$12.5 +$10.702197352140825 +$14.59 +$13.140432102531776 +$19.86 +$19.747060820133843 +$11.68 +$19.191077086495312 +$10.70 +$18.568540378032154 +$14.17 +$12.28966960725505 +$16.6 +$11.931009595367597 +$15.70 +$14.890894889608779 +$13.10 +$14.509325775680377 +$12.35 +$14.229247785537174 +$16.24 +$12.066924056302545 +$19.17 +$11.102688055600304 +$15.54 +$12.662598556914183 +$16.31 +$18.85576131814958 +$13.67 +$18.397765322961618 +$17.60 +$17.095231402131116 +$14.36 +$19.728229992734427 +$16.35 +$11.313752050184231 +$17.64 +$10.955084921240228 +$11.2 +$10.61354956008481 +$11.82 +$14.769185953935303 +$14.25 +$17.126589949554575 +$15.44 +$16.016744476596003 +$10.82 +$16.955416075489214 +$17.81 +$10.877703677512182 +$10.26 +$17.620018432364922 +$16.43 +$17.161631757677398 +$15.2 +$10.844797834407816 +$12.34 +$10.678978701647836 +$17.48 +$14.180570844866374 +$17.17 +$19.20793659198128 +$15.62 +$13.001498150024377 +$13.9 +$12.62776916258481 +$11.89 +$19.48842065964932 +$15.50 +$15.750384534241928 +$10.30 +$18.61204099775133 +$10.94 +$17.79567169346477 +$13.56 +$10.88991694557525 +$16.50 +$13.338269077330665 +$19.49 +$15.569674576787449 +$12.26 +$15.292445605207327 +$13.46 +$12.624345891013723 +$18.15 +$16.705698740025248 +$12.73 +$13.081451645658174 +$16.9 +$13.892989693955347 +$15.29 +$14.420193234612132 +$15.63 +$18.550094158979583 +$11.66 +$11.487742956587386 +$14.10 +$10.701626856311393 +$18.11 +$16.45349284388942 +$14.75 +$15.83830294489908 +$11.13 +$14.195483265636502 +$15.33 +$15.572922580624223 +$15.62 +$13.631678152946117 +$14.1 +$14.685982647601845 +$14.27 +$18.562746481906668 +$16.37 +$12.269070319376983 +$11.91 +$12.938353124766094 +$16.7 +$16.707645911624333 +$14.57 +$11.257960870676513 +$18.21 +$11.613404491513446 +$13.90 +$17.249108303048146 +$17.58 +$13.501060071911683 +$14.89 +$13.912415150552832 +$10.44 +$12.053094077410046 +$14.59 +$17.408198338458117 +$11.78 +$13.932558513941421 +$18.20 +$18.708897051482374 +$15.64 +$19.28290069453863 +$16.6 +$12.466709765231933 +$10.5 +$10.871970112715038 +$10.53 +$16.955454533429 +$11.1 +$12.85395876120565 +$13.85 +$11.4601826568298 +$19.38 +$14.235309075850772 +$15.68 +$18.054046865757744 +$16.61 +$12.501221608861037 +$16.50 +$13.343461274543778 +$14.85 +$18.518847118244985 +$19.4 +$15.584660366578571 +$17.75 +$14.68733715534338 +$17.1 +$10.88030275533892 +$11.54 +$15.514146018858902 +$11.78 +$15.553524705281625 +$11.87 +$16.791273023948488 +$14.7 +$17.107412040256378 +$10.56 +$19.22040370227011 +$19.87 +$19.232388602877492 +$19.27 +$17.924535112589435 +$11.9 +$11.880706558233639 +$15.41 +$14.304301222031036 +$19.38 +$16.276845403213898 +$15.70 +$10.582430557810788 +$11.79 +$17.083643453785005 +$19.25 +$16.293259307367112 +$16.79 +$14.393221566246563 +$17.49 +$15.164059535005624 +$15.6 +$19.498273097293872 +$11.36 +$13.654197086404357 +$11.77 +$16.48901195391543 +$12.29 +$10.506277581100608 +$13.67 +$10.199894602874581 +$13.54 +$12.251073854191063 +$14.62 +$17.00531762632746 +$10.43 +$13.228153467651483 +$10.66 +$11.386080260737423 +$18.27 +$12.652157797607149 +$12.66 +$16.82846263512518 +$18.14 +$15.901844889455464 +$14.8 +$10.154359650120483 +$10.15 +$10.993656041616726 +$11.49 +$11.06466257494851 +$17.70 +$12.838835042219394 +$12.30 +$16.549825014564526 +$13.50 +$19.831207935897908 +$19.85 +$10.720601500585587 +$11.13 +$12.04920521626668 +$18.84 +$10.468250722211334 +$11.13 +$12.395860992477859 +$14.68 +$19.39180797290632 +$13.46 +$12.544278294075543 +$15.4 +$17.02388602390213 +$11.41 +$16.58665293188856 +$19.28 +$12.513793282367462 +$11.23 +$12.810399724440341 +$19.72 +$18.700357660817836 +$19.88 +$11.722780768327539 +$15.34 +$11.727352225661225 +$16.76 +$19.21873406479127 +$12.11 +$13.984256770405288 +$19.20 +$11.651530758188219 +$16.12 +$13.245566833184988 +$10.45 +$18.698581537300527 +$12.19 +$17.325907108071263 +$17.68 +$19.482002481501215 +$14.24 +$10.968275186079468 +$18.52 +$12.698310516560953 +$18.84 +$13.01001583970888 +$19.1 +$14.406643959891026 +$11.0 +$14.18963574892656 +$15.41 +$10.913312022809302 +$18.19 +$17.66740533164189 +$10.24 +$16.757774285632713 +$15.45 +$11.831882212567299 +$12.86 +$12.752402260867115 +$15.21 +$12.711722069329909 +$10.58 +$12.605840249677222 +$11.24 +$19.366258004295613 +$12.81 +$17.85111953391314 +$13.22 +$14.383086301547461 +$14.67 +$11.017857943388922 +$17.58 +$19.825258129305826 +$16.12 +$12.095664126302758 +$13.28 +$12.143401347353256 +$18.45 +$17.53643664405777 +$13.94 +$14.131936305317474 +$15.87 +$13.945630891231803 +$17.76 +$18.65425274245417 +$17.12 +$19.869912764393888 +$16.86 +$19.033376385059654 +$17.21 +$11.991950069299236 +$15.65 +$19.184161401703108 +$17.8 +$17.944136648585047 +$19.46 +$16.502041997374917 +$11.53 +$12.195891465748488 +$14.93 +$16.382826121216777 +$12.82 +$12.808744042436928 +$16.50 +$11.22937839931846 +$16.81 +$17.718117881975093 +$18.35 +$19.71117521413214 +$15.4 +$18.832347453713453 +$12.3 +$15.258758418681929 +$13.50 +$12.449354905985906 +$11.67 +$15.360964204345635 +$13.38 +$19.370023803594364 +$14.85 +$16.456602827857758 +$11.24 +$18.04223211241063 +$12.93 +$12.307508817871732 +$14.39 +$10.934118153446562 +$11.56 +$11.91453163410625 +$12.92 +$17.447025366424267 +$14.76 +$12.011719881742266 +$13.10 +$11.786230736147132 +$12.8 +$15.317891020983872 +$15.15 +$16.72711500710034 +$14.61 +$13.692010229870546 +$17.61 +$18.615950637844875 +$17.44 +$13.440656844220419 +$11.19 +$19.338146829051432 +$15.29 +$10.72324175987275 +$18.73 +$11.278474771292156 +$10.65 +$17.834788189946426 +$16.86 +$16.11491571602646 +$14.44 +$17.695728263306837 +$15.80 +$13.203136536558604 +$18.70 +$15.43556319291407 +$13.35 +$15.766880848237388 +$16.48 +$12.56156943846893 +$19.59 +$17.832863508682195 +$10.81 +$19.825628377056887 +$12.69 +$13.578180866164788 +$18.67 +$14.245314093828831 +$10.94 +$16.250185505503524 +$12.47 +$14.360844693303727 +$19.14 +$10.745527612648079 +$19.5 +$12.919043844953336 +$13.39 +$17.57887346382903 +$13.80 +$18.801587660025618 +$19.75 +$18.83026830601401 +$10.73 +$12.74169233385315 +$12.0 +$16.009269946162288 +$19.60 +$18.320046718760096 +$17.15 +$17.36865338919607 +$12.16 +$15.293016320756431 +$18.57 +$14.01001541897911 +$15.45 +$10.627411044418226 +$16.35 +$11.849777677344356 +$18.16 +$17.129247510286497 +$15.78 +$17.96047050897068 +$12.72 +$14.67001750742774 +$15.20 +$15.779419812105596 +$19.23 +$11.349322750213535 +$17.22 +$12.27277432225776 +$13.73 +$19.03752953694316 +$10.50 +$15.668247697017602 +$10.46 +$14.635589607915065 +$14.77 +$16.261756173568195 +$15.3 +$13.448182956573655 +$19.24 +$15.653368810788004 +$17.94 +$13.393605862584554 +$14.93 +$17.49997352244561 +$10.70 +$18.41493042503758 +$10.14 +$13.617243326229032 +$10.34 +$16.695389536532126 +$13.29 +$13.972851415104135 +$12.17 +$16.03098260255489 +$18.14 +$12.60096682417498 +$14.91 +$12.563406535223095 +$16.39 +$10.994939905852785 +$11.80 +$10.226854940313036 +$16.59 +$13.368818410221305 +$10.31 +$19.169507927360165 +$16.49 +$18.302035963216948 +$10.89 +$12.631446817780816 +$15.87 +$14.607877551773608 +$16.81 +$16.461237187372113 +$13.0 +$11.242333621567806 +$10.15 +$12.028582072532608 +$14.26 +$11.997409465801741 +$15.25 +$16.158773358608194 +$17.92 +$14.684774410190775 +$13.73 +$19.464328877491756 +$11.27 +$18.270021377426744 +$11.48 +$18.28227755426068 +$12.84 +$11.509424618339047 +$19.7 +$11.515889358186788 +$18.74 +$17.08960957241359 +$17.71 +$10.74411901187964 +$17.35 +$16.360106639132916 +$17.26 +$13.830077391288242 +$16.87 +$17.254497028824048 +$17.42 +$15.700662736761478 +$14.28 +$13.317339252819227 +$16.30 +$11.594354741416472 +$18.12 +$16.689256790735616 +$17.94 +$18.358768154319748 +$19.84 +$10.018053234167974 +$16.74 +$13.09101803715798 +$19.34 +$17.67216129873401 +$19.36 +$16.778349119043266 +$10.37 +$12.791133847777829 +$18.3 +$19.076629956961916 +$11.22 +$19.134838921525215 +$12.8 +$14.708274147604321 +$19.57 +$10.430648171278124 +$19.31 +$13.014690722542454 +$16.46 +$12.252872953883942 +$13.78 +$14.450013981830153 +$10.1 +$14.91266575163357 +$11.11 +$14.271492072996494 +$14.26 +$14.876654782679545 +$14.10 +$18.98671715157927 +$15.36 +$16.956896030204554 +$18.42 +$18.341999008138046 +$19.24 +$19.086317774594516 +$14.93 +$13.115627527239685 +$10.12 +$14.58075877064518 +$10.63 +$15.548938060301111 +$13.34 +$19.31914849379254 +$11.32 +$14.295175532913618 +$19.66 +$18.405675361616026 +$17.90 +$11.859418184297168 +$15.77 +$15.201789429787521 +$19.34 +$18.339747872986926 +$15.58 +$15.634054983332367 +$17.55 +$14.48867958287012 +$19.32 +$16.223347262209174 +$15.88 +$15.019505326214976 +$16.74 +$13.828638964466482 +$12.12 +$14.846395498719447 +$10.27 +$14.352396072771798 +$16.17 +$19.551225764776646 +$18.29 +$19.112697967039804 +$19.32 +$17.99716403544387 +$15.61 +$18.566980051325963 +$11.61 +$12.314241411394065 +$19.32 +$14.910188934405124 +$16.91 +$12.592602760279629 +$19.45 +$12.03118823565175 +$14.52 +$17.42431880735692 +$17.40 +$14.930555398113107 +$13.37 +$19.30504091508427 +$14.70 +$12.646152794804703 +$13.71 +$14.427876698094963 +$14.33 +$18.428532123274806 +$11.57 +$19.398620286647592 +$11.78 +$11.566874919437403 +$13.10 +$19.69462916716035 +$15.40 +$16.27461839343047 +$13.88 +$17.07795109205095 +$11.70 +$17.092367451763895 +$11.53 +$13.639979180780031 +$13.78 +$10.644398410965042 +$16.27 +$14.034592464895749 +$19.55 +$15.43343172458151 +$14.20 +$17.455126678634187 +$13.58 +$15.579220002974893 +$16.3 +$11.156189094470632 +$15.49 +$18.442317485164896 +$19.38 +$17.833994499168597 +$13.74 +$18.781615174484223 +$12.13 +$18.573871149177457 +$14.13 +$16.168650203402404 +$13.39 +$14.601269541196723 +$12.75 +$18.256249390047543 +$16.26 +$15.173006619991424 +$14.8 +$13.513450848915015 +$13.68 +$11.8543944699971 +$17.8 +$16.66812172889421 +$15.80 +$14.675018323813994 +$11.32 +$12.889410193205256 +$14.59 +$13.064556031395409 +$12.49 +$11.826485382128464 +$13.45 +$12.888384997428862 +$14.48 +$12.837336286915512 +$10.86 +$18.801666535651634 +$16.51 +$12.436316670847823 +$12.6 +$17.579032348107773 +$11.57 +$16.967568968644407 +$11.44 +$11.882173290153727 +$14.7 +$11.002953704120367 +$18.52 +$14.708916922940286 +$10.6 +$14.342108792286888 +$16.84 +$11.17138762545822 +$14.57 +$16.222231041797766 +$13.43 +$14.629677721967285 +$18.27 +$10.53182736042221 +$17.35 +$18.706184737495796 +$16.89 +$14.42914461850484 +$12.92 +$12.12470530769999 +$15.66 +$17.959545842092734 +$11.69 +$15.857722881370513 +$10.11 +$13.306768979612599 +$15.50 +$14.397968439854807 +$11.51 +$18.558838006460586 +$13.33 +$11.82105286949672 +$17.21 +$15.874600583669952 +$14.51 +$16.10165657365451 +$16.4 +$10.34342671797884 +$19.70 +$11.288583645919267 +$14.39 +$13.494167804314312 +$10.28 +$14.225505541762427 +$19.0 +$12.283757226912345 +$18.28 +$10.123836286766906 +$19.2 +$19.528787740999054 +$13.6 +$14.33638162794199 +$11.87 +$10.54522889821728 +$11.70 +$18.059289262672802 +$19.38 +$17.979542286523245 +$15.49 +$17.390104064568888 +$14.16 +$10.293771987467693 +$16.42 +$18.757899187416054 +$15.91 +$16.125502456179127 +$18.10 +$14.914444783608467 +$11.31 +$15.344863190882176 +$16.34 +$15.811181312731827 +$12.38 +$12.141820755318701 +$17.79 +$12.165487771902882 +$10.7 +$11.223921850683134 +$13.49 +$17.006177763387843 +$12.13 +$13.624942502325448 +$10.72 +$11.851637254828116 +$11.88 +$18.35952057520508 +$18.9 +$19.491485751567936 +$10.45 +$11.74189135275159 +$13.33 +$10.647539719666746 +$11.7 +$15.122177540225724 +$12.78 +$13.308719831816465 +$16.0 +$11.308793860421524 +$19.6 +$12.058096416470347 +$12.38 +$14.534648521899452 +$12.40 +$13.928359591781959 +$16.55 +$15.746739443254967 +$12.27 +$17.606265831700238 +$13.22 +$12.064740553901494 +$15.42 +$10.866956419825424 +$11.36 +$11.018263917871806 +$10.46 +$11.078582045766213 +$15.70 +$11.366639403210009 +$16.92 +$17.338727086057787 +$13.52 +$17.535893715359336 +$15.9 +$14.07886256734387 +$12.26 +$10.73958429249725 +$14.46 +$19.061525242819698 +$17.40 +$16.028995682562726 +$18.14 +$17.017372334899378 +$17.90 +$17.152011772193713 +$19.75 +$15.512439740016458 +$14.42 +$14.707195376237275 +$19.67 +$10.122788277107016 +$17.9 +$15.024575259073792 +$11.44 +$13.947971123257584 +$13.46 +$15.354903653960196 +$12.12 +$18.064694657276593 +$16.63 +$11.117880459394497 +$13.6 +$10.221979488831094 +$15.52 +$17.132452421473207 +$16.25 +$18.005343920715422 +$14.65 +$19.681805413371233 +$12.0 +$17.670926451076387 +$12.60 +$11.69532895066204 +$18.3 +$12.917329203794555 +$12.21 +$13.650874712098851 +$13.15 +$12.701763424730604 +$11.15 +$17.523826680916407 +$18.38 +$12.390983350243282 +$18.80 +$18.76818151499647 +$10.90 +$17.567781765017795 +$12.33 +$14.361822081614076 +$10.70 +$15.484784524102919 +$10.87 +$13.701163389522423 +$14.59 +$14.132888629916888 +$16.55 +$19.69606561143184 +$18.47 +$17.920109406271962 +$17.76 +$12.337415047882118 +$16.78 +$12.98402231450157 +$19.87 +$13.500150275304465 +$18.66 +$14.859632424181047 +$11.47 +$18.967396339546998 +$12.62 +$14.14835360823507 +$11.44 +$13.994925167995348 +$15.1 +$14.567385394645745 +$10.31 +$13.293484085883268 +$18.92 +$18.983411096730606 +$15.30 +$17.67090887576778 +$12.49 +$10.036914496514324 +$16.72 +$11.057206734300083 +$18.4 +$12.422099704221337 +$19.2 +$18.69597618220311 +$16.89 +$19.306267637957845 +$16.1 +$18.542339315303657 +$14.45 +$10.273577374775765 +$13.49 +$11.541013716640023 +$11.51 +$10.945750063589633 +$18.46 +$14.635635039086534 +$12.72 +$13.804316561004937 +$17.4 +$14.133518067221495 +$11.86 +$13.567194278588074 +$18.33 +$10.01887295841432 +$13.78 +$16.856610378608252 +$13.30 +$10.25193224340029 +$16.45 +$11.475056226106704 +$10.79 +$13.222985707646531 +$16.54 +$14.9166908551931 +$19.31 +$12.007168866524971 +$16.67 +$10.920305233782251 +$16.71 +$17.693538716774487 +$15.46 +$10.006423750456214 +$13.56 +$10.366502299302065 +$18.52 +$13.893652216885346 +$14.8 +$12.141949659445997 +$13.19 +$14.91987025453405 +$18.53 +$15.494321647884624 +$17.22 +$18.640090824829244 +$19.19 +$18.539910877791822 +$17.36 +$17.762586240908163 +$16.89 +$15.154874537014114 +$12.57 +$14.953855392564659 +$17.31 +$12.44143611156009 +$17.25 +$13.779058995620233 +$17.35 +$18.11267532687129 +$19.10 +$13.241965659649068 +$17.23 +$11.476024927740665 +$18.52 +$10.98831401172601 +$19.66 +$11.709540311554369 +$18.72 +$16.028616497678115 +$11.0 +$14.198487839270562 +$16.48 +$15.06315893822103 +$11.5 +$13.427443386953527 +$19.10 +$15.385024120570378 +$12.74 +$14.308714397684287 +$11.81 +$11.493408143044954 +$16.31 +$17.89604939795081 +$14.35 +$10.172269620615577 +$17.47 +$12.900152169690266 +$10.35 +$16.179991976324125 +$18.57 +$11.430211655729108 +$19.79 +$12.92198247978816 +$15.39 +$11.832786541893109 +$15.94 +$15.936311133117176 +$19.67 +$19.671538785636344 +$16.93 +$12.83930835213222 +$11.68 +$12.420283473226606 +$13.40 +$17.941062241689963 +$12.45 +$18.923567989371893 +$16.55 +$17.47835406213765 +$17.6 +$10.699841047738133 +$17.77 +$16.31837590201419 +$15.90 +$19.939084766205383 +$16.94 +$16.88380886784216 +$15.37 +$17.947846782935258 +$17.18 +$18.35744207989596 +$19.83 +$17.805941724827388 +$14.63 +$18.47433760469842 +$18.81 +$12.631985627542473 +$17.7 +$11.73013782473685 +$13.45 +$12.285241802527697 +$15.66 +$11.539266372965285 +$10.8 +$17.337961809982524 +$17.17 +$16.186081512685636 +$15.34 +$17.17575201097099 +$17.84 +$10.389794900143814 +$12.43 +$18.750522234365842 +$16.74 +$11.842111475317106 +$10.73 +$19.77500045350419 +$16.74 +$17.971952584573692 +$14.38 +$12.314552318491343 +$15.71 +$12.064239658040652 +$14.41 +$12.656135764542615 +$16.79 +$11.221365892064146 +$19.53 +$11.336941595547131 +$14.32 +$19.72120665118965 +$12.66 +$18.849968135632068 +$11.56 +$19.601368395336586 +$11.59 +$14.745692212514953 +$13.49 +$11.639791717424307 +$11.41 +$15.171127165262257 +$19.41 +$10.31796051803682 +$13.23 +$14.189361610524774 +$18.75 +$11.329808200322894 +$11.17 +$16.76113865607219 +$10.72 +$10.57601926206426 +$12.62 +$10.176465982635321 +$17.82 +$13.700494561759655 +$13.3 +$19.450334449176268 +$11.83 +$12.003129609819055 +$16.32 +$11.601832362321552 +$10.17 +$14.498447331389343 +$16.72 +$18.068505606478176 +$18.93 +$16.890933303949275 +$10.85 +$14.683623686769812 +$14.23 +$16.192526860267677 +$12.45 +$10.204670436273274 +$12.54 +$15.180723285779504 +$18.66 +$12.699371814146563 +$11.43 +$19.63543709424847 +$11.70 +$10.324881143429193 +$10.52 +$13.115123630204305 +$18.70 +$18.261329060954925 +$12.60 +$18.653520606422163 +$17.87 +$16.105530568050217 +$11.92 +$17.255669736062632 +$17.90 +$11.670727699533899 +$18.81 +$16.992227786631688 +$16.34 +$13.782868496487046 +$19.39 +$15.962767762065228 +$15.15 +$11.353398005188934 +$17.69 +$14.682565788677161 +$16.59 +$17.49605379462554 +$19.71 +$10.879784994269926 +$13.19 +$15.483076195271229 +$11.68 +$17.207307926767506 +$11.29 +$17.602493817341077 +$10.15 +$14.7530885837613 +$14.20 +$12.184027147566372 +$15.36 +$10.24042920650576 +$12.4 +$10.076029591963522 +$13.47 +$14.516661543702075 +$11.44 +$19.041671410156884 +$16.58 +$11.903803057690505 +$19.56 +$19.489749271662056 +$12.23 +$12.538412824191816 +$11.29 +$13.731346258582423 +$19.39 +$13.032011940167466 +$10.7 +$16.56298623881013 +$11.2 +$13.628130321594494 +$11.11 +$13.162861387754422 +$11.8 +$16.66716904252105 +$19.85 +$12.710212230156587 +$14.15 +$16.598798247449672 +$11.43 +$14.343956593853008 +$18.65 +$10.871773749586481 +$16.65 +$17.84535024835701 +$19.50 +$13.829317309307392 +$18.61 +$10.105984342171382 +$16.31 +$18.61145716049481 +$10.39 +$12.255718708428168 +$12.33 +$14.574116143046034 +$17.48 +$17.097389646814612 +$14.19 +$10.577667174024647 +$13.25 +$14.48426887592819 +$15.41 +$11.595113834912256 +$11.84 +$14.620252910885739 +$14.30 +$11.639989403917593 +$17.53 +$16.560763939342557 +$10.73 +$14.749133888714262 +$11.79 +$13.552492706624115 +$17.13 +$16.587522855092722 +$17.67 +$11.28697483678582 +$14.32 +$14.807002863101049 +$19.52 +$14.741359324450174 +$10.11 +$11.603050884375005 +$12.34 +$15.480197773498261 +$14.63 +$10.494422052480017 +$14.43 +$18.976535458718196 +$12.34 +$16.22003057311628 +$16.92 +$17.691700204781142 +$16.59 +$18.557763085336745 +$19.73 +$19.01164031637846 +$19.24 +$13.518550020045133 +$14.13 +$12.288350760608242 +$10.80 +$14.122513292329355 +$16.65 +$10.544977835061756 +$19.28 +$10.019770015310316 +$14.84 +$17.437506109975306 +$17.49 +$13.240701336732279 +$19.57 +$15.297790636494536 +$12.54 +$17.42968958693333 +$17.51 +$10.960452984476698 +$16.84 +$19.809412115503797 +$11.78 +$14.72479788198571 +$11.28 +$15.267457184436495 +$13.92 +$10.313329784106521 +$18.64 +$17.088108752615668 +$11.46 +$14.753457824992722 +$11.42 +$16.801494825434265 +$14.25 +$14.192931715378553 +$12.38 +$19.239245855174936 +$17.8 +$19.757818957804474 +$15.41 +$13.002125833639912 +$17.68 +$11.885476998154616 +$16.39 +$17.374119719878202 +$10.9 +$10.537162108533039 +$11.31 +$19.87250173640779 +$11.51 +$14.386983037479311 +$10.34 +$14.412854007424382 +$15.67 +$11.570639630586367 +$16.66 +$15.25273991466182 +$12.39 +$14.069166192155244 +$19.7 +$18.673399474806267 +$17.37 +$16.601266496929522 +$19.66 +$13.172928537256341 +$18.40 +$19.413761942879724 +$12.12 +$14.645561455508833 +$14.69 +$13.096008321878227 +$16.46 +$11.600650110359908 +$17.71 +$11.403199593886555 +$16.55 +$12.841788604878264 +$16.24 +$11.904884497788265 +$16.50 +$10.988553923364575 +$15.91 +$11.5562631812176 +$10.26 +$10.047667270279758 +$18.23 +$12.6167501337048 +$13.52 +$15.777533020831008 +$16.11 +$17.93434223600427 +$15.78 +$12.888049893717183 +$10.40 +$14.909822712674183 +$17.46 +$10.805655365267048 +$12.83 +$15.816331709229726 +$18.81 +$19.642886928287332 +$13.46 +$14.618777308585388 +$18.25 +$16.91375244169656 +$10.70 +$10.47695475040236 +$10.17 +$18.914935105062945 +$16.33 +$10.855429480980442 +$15.68 +$11.84014200794976 +$14.61 +$13.772712580178503 +$14.80 +$11.421217555976078 +$11.30 +$17.918289609720652 +$17.54 +$18.157392215927366 +$11.6 +$15.92962847441095 +$13.79 +$11.39765517199375 +$10.5 +$10.541199248801208 +$15.61 +$18.16748682055801 +$16.88 +$19.381590530048005 +$15.37 +$14.774646636041163 +$12.51 +$14.79161565840219 +$15.39 +$16.7287879071232 +$18.28 +$13.616340806007335 +$16.57 +$14.518797295990693 +$15.92 +$16.08100637544303 +$18.28 +$19.456468133614102 +$15.2 +$14.051325411181303 +$16.4 +$19.916192557138135 +$19.1 +$18.122219857028725 +$13.50 +$12.968589552164103 +$14.87 +$17.57116610210968 +$15.45 +$11.960964652922504 +$14.67 +$16.118578080797715 +$10.43 +$15.716706533958117 +$12.4 +$16.569571685183327 +$13.85 +$17.65526405113521 +$11.31 +$12.971585095270811 +$10.51 +$17.72667032955917 +$13.18 +$11.178265336270403 +$19.76 +$18.538742628838715 +$11.59 +$10.19921597111253 +$15.93 +$10.735404585329471 +$17.65 +$14.495799322404368 +$19.22 +$15.096393748702152 +$12.35 +$17.403120458544155 +$10.87 +$16.84201462729358 +$12.21 +$16.489676280572862 +$11.11 +$14.917536876108795 +$16.10 +$14.531585361896592 +$13.45 +$10.070746389196447 +$11.42 +$18.544509928032262 +$16.19 +$15.00656190293557 +$11.20 +$17.334374256544592 +$13.36 +$10.07475330275998 +$18.70 +$10.904405696716314 +$11.43 +$16.882377794992962 +$12.37 +$16.34093792656909 +$12.78 +$19.76383410417442 +$15.23 +$18.77021438656159 +$18.73 +$10.346334665118745 +$15.89 +$19.528464856030435 +$11.67 +$15.876978589996511 +$15.5 +$11.6785695506888 +$10.5 +$17.08088520600242 +$10.45 +$15.540072703725725 +$16.8 +$19.36205051655022 +$17.75 +$12.469742304956592 +$18.18 +$18.512317371132614 +$10.49 +$13.521350902185745 +$17.17 +$18.312236639617474 +$12.47 +$17.632926280921648 +$13.24 +$12.730134304203325 +$12.52 +$16.196448746408233 +$13.62 +$12.26044791297962 +$15.93 +$11.36100537201304 +$15.74 +$12.269563827842635 +$17.38 +$19.067732090891287 +$13.31 +$12.872238935874405 +$19.54 +$11.321965543121024 +$12.59 +$18.55804459400893 +$15.21 +$12.145068288384614 +$14.8 +$12.69079168139794 +$16.44 +$12.818325422021193 +$16.70 +$16.8965331586031 +$15.75 +$14.993017454703553 +$14.73 +$12.767700763495505 +$15.36 +$17.53520276711253 +$13.75 +$12.214316990112001 +$17.34 +$19.618175066412945 +$13.29 +$11.498532940831527 +$14.92 +$11.49508543145113 +$10.47 +$18.054509150026725 +$17.54 +$18.102030011984017 +$10.15 +$15.443960411341926 +$13.49 +$16.208766056751827 +$16.37 +$19.447292779864537 +$19.35 +$16.391774776122627 +$16.74 +$11.503803863178426 +$11.47 +$15.152555225970328 +$16.56 +$16.983542613514345 +$10.3 +$17.66894464189671 +$10.81 +$14.087020828709097 +$14.49 +$15.98757944080544 +$16.83 +$15.164522700503872 +$16.70 +$14.527056227853555 +$16.90 +$15.659835757838458 +$18.51 +$18.832950880765363 +$18.51 +$19.182722820850497 +$14.79 +$14.48276001435201 +$10.35 +$12.678726201550019 +$10.93 +$10.389080258059387 +$14.63 +$11.469580110199415 +$15.24 +$13.78435374838377 +$12.76 +$11.068161887236537 +$19.78 +$16.804326046521428 +$15.28 +$17.66667087087353 +$17.38 +$19.405585560129673 +$18.64 +$14.50587051287939 +$17.33 +$15.861721212832892 +$10.29 +$15.511603201994467 +$19.84 +$13.72593154973501 +$14.64 +$19.3075042964858 +$14.79 +$17.342092857184184 +$19.27 +$11.795887877378034 +$12.57 +$11.937682303522465 +$14.15 +$14.082229865472085 +$14.17 +$12.412385179920133 +$16.39 +$19.18080579008096 +$15.48 +$18.94092248127958 +$17.40 +$16.020371601932492 +$16.89 +$14.380309626326127 +$19.41 +$11.576254662611618 +$16.6 +$19.343930406796147 +$10.18 +$13.323624979363053 +$10.57 +$12.93875597927237 +$12.80 +$19.485480037557682 +$18.83 +$11.402016705173256 +$12.14 +$13.092601050207229 +$13.24 +$11.14816317500463 +$10.37 +$18.279996561576763 +$16.24 +$10.731322891223966 +$16.30 +$17.105222998504523 +$13.41 +$16.945454230905973 +$15.44 +$10.07834372818694 +$17.22 +$12.438678666198463 +$16.89 +$19.380201553811037 +$15.55 +$19.274371198407543 +$18.26 +$10.978073240172211 +$13.23 +$19.768835157689807 +$15.23 +$15.735803209839112 +$10.33 +$13.914734237163696 +$12.41 +$14.834803530619556 +$13.48 +$10.213426147890873 +$15.57 +$17.864428562510337 +$14.35 +$19.402934188577312 +$13.84 +$17.035054170146122 +$16.12 +$13.337466359095798 +$14.46 +$18.906772119461948 +$15.10 +$12.20235089097856 +$12.38 +$16.271142806607216 +$13.5 +$17.02606180232939 +$12.66 +$11.354855987828053 +$11.32 +$11.378634685596161 +$19.90 +$14.31364059582064 +$19.55 +$14.355521461388268 +$16.46 +$17.328608895026523 +$16.88 +$12.560096568651677 +$16.83 +$12.563173725170197 +$16.53 +$15.348541612676335 +$12.57 +$12.17304933831854 +$11.35 +$19.129774258426956 +$10.25 +$19.147697991278392 +$15.26 +$17.362611009671408 +$15.38 +$12.838304557005992 +$14.53 +$19.004726336586096 +$14.22 +$13.474545657949195 +$12.1 +$10.948946980291554 +$19.57 +$13.162960672901153 +$18.87 +$10.955261122728125 +$15.15 +$13.445411068217584 +$15.38 +$15.941738212105088 +$16.26 +$12.656114740821014 +$19.71 +$12.592931581509605 +$14.36 +$13.159548501647452 +$19.30 +$14.768365436700899 +$17.29 +$10.563995015979115 +$14.16 +$17.08906510270846 +$17.50 +$14.783611895173307 +$19.78 +$12.723349782906787 +$16.32 +$16.85134680838701 +$18.47 +$13.877511615288201 +$15.59 +$15.529242292380136 +$10.4 +$14.822832628760228 +$16.47 +$14.905956001434827 +$15.21 +$16.481344506356834 +$19.85 +$19.177410694272588 +$13.77 +$12.040676762390634 +$19.88 +$13.191975358073375 +$19.69 +$14.639791764744954 +$12.38 +$17.87075940501677 +$15.19 +$19.934161005668354 +$19.27 +$15.961530744656907 +$15.43 +$12.772634583273774 +$14.41 +$16.657575229527964 +$17.81 +$12.833399954864577 +$17.15 +$13.161861873052342 +$11.89 +$14.122251041329584 +$18.63 +$12.932325103461432 +$14.7 +$14.174541107983824 +$14.18 +$11.74887357606616 +$12.93 +$17.884771718081165 +$19.24 +$18.021159368240028 +$17.2 +$16.6690279786206 +$15.11 +$11.146912971733343 +$10.39 +$19.092976542150815 +$10.50 +$12.98196812249972 +$11.45 +$19.87282853403385 +$11.80 +$15.428676148868888 +$16.34 +$17.32347370777812 +$16.9 +$14.782306434962944 +$13.49 +$15.712098174151635 +$12.56 +$12.528045224208448 +$16.84 +$17.571429055363332 +$15.20 +$11.379474444059605 +$11.1 +$19.055878787931775 +$10.66 +$18.262791416965946 +$13.43 +$12.948693216175368 +$11.64 +$16.822341235141486 +$10.73 +$18.593381891205404 +$11.3 +$16.917888511700298 +$15.91 +$11.568717897488506 +$13.91 +$12.389385689997958 +$12.21 +$11.863134872052598 +$18.9 +$14.797891889338116 +$19.68 +$13.225793287442638 +$18.30 +$16.260224222366677 +$16.62 +$19.703853386702313 +$10.43 +$16.268443887983363 +$17.49 +$11.94242595025482 +$16.85 +$19.79624961387988 +$13.83 +$14.605631757405668 +$11.8 +$18.647485702352697 +$14.18 +$18.491359399047806 +$14.5 +$16.677610406862748 +$10.23 +$10.001623205548306 +$12.85 +$18.941050393481564 +$19.46 +$10.48074987126744 +$19.90 +$11.794165316452514 +$13.3 +$14.196807785846188 +$17.16 +$19.749905595357298 +$17.64 +$16.277083367584833 +$18.65 +$17.751039593102497 +$14.2 +$16.739287403071437 +$15.75 +$17.148913073638653 +$11.40 +$17.22517262797038 +$19.80 +$15.241239386651129 +$18.39 +$11.539014699452279 +$19.3 +$13.154258818732291 +$14.31 +$15.183414793843259 +$19.37 +$19.4514321323833 +$19.32 +$16.673024917206146 +$12.68 +$14.041999926152164 +$14.9 +$19.27309494358814 +$11.77 +$19.871811183807687 +$10.56 +$13.057606270296542 +$15.81 +$10.676559722439551 +$15.34 +$17.007319845424302 +$11.74 +$16.122361875948844 +$13.58 +$12.989957261522122 +$15.77 +$16.265284962314404 +$19.62 +$10.842744347186043 +$14.3 +$14.475341622492753 +$17.67 +$16.844817440031917 +$17.69 +$13.012302554981309 +$17.60 +$13.711030303283529 +$17.91 +$10.113263741179631 +$13.14 +$11.240029188869679 +$16.67 +$16.514362024497792 +$11.80 +$16.298463400734022 +$18.43 +$18.998545738843063 +$17.78 +$17.839628772147066 +$19.10 +$18.743318137845307 +$14.0 +$13.327619674318084 +$19.20 +$16.645463048846537 +$11.13 +$12.848546126489456 +$18.48 +$13.456508636167266 +$16.40 +$15.637576931053111 +$18.91 +$12.101378058406098 +$10.32 +$12.460413967902728 +$13.8 +$12.489103793877335 +$11.66 +$17.20297262103417 +$17.93 +$11.265979754545885 +$11.76 +$14.068019008033382 +$11.41 +$19.780285231646253 +$18.17 +$12.19116667110233 +$13.36 +$11.92779997851527 +$14.86 +$10.660870425413501 +$18.33 +$15.223202192012494 +$19.49 +$12.100528632378985 +$11.90 +$12.544953007940162 +$18.62 +$13.315708906124982 +$18.93 +$19.418010857202205 +$13.7 +$13.708689486761292 +$13.27 +$10.91242408470037 +$19.30 +$18.057460597083647 +$14.45 +$15.746153626265432 +$17.5 +$17.965058576066287 +$15.81 +$18.154690518912254 +$16.83 +$11.573826024748259 +$14.93 +$10.257435302835887 +$19.63 +$17.307492763490178 +$19.51 +$12.899463587063233 +$11.31 +$13.19695344966951 +$19.19 +$15.248563447370925 +$17.38 +$16.470573164580124 +$18.36 +$11.887976228682524 +$15.29 +$14.310571082622822 +$14.33 +$12.089897246305988 +$12.92 +$13.035282243232556 +$12.23 +$10.950849448592303 +$14.56 +$17.408798842895322 +$13.35 +$14.515579600780072 +$12.44 +$13.900430241796535 +$17.23 +$14.452455821282545 +$16.54 +$11.344358512541273 +$16.90 +$11.065855246210665 +$17.75 +$14.618820304730578 +$19.66 +$12.646269712331133 +$18.59 +$12.22709929681744 +$15.79 +$15.224221113364436 +$11.87 +$11.048911789418728 +$13.78 +$15.52397244595268 +$18.41 +$19.796518251210138 +$14.44 +$10.777171550616513 +$18.54 +$13.0810183040393 +$10.62 +$12.48883169939358 +$13.79 +$12.947592710717148 +$12.78 +$16.355355206075245 +$19.16 +$15.965631846866483 +$14.37 +$15.586002442578609 +$14.7 +$11.211777534602225 +$17.13 +$15.071857551681484 +$13.9 +$15.242934637115294 +$10.89 +$11.499251631591925 +$16.84 +$15.255983559723155 +$16.46 +$15.236689250204492 +$15.44 +$11.598157069289526 +$18.23 +$18.778142398098904 +$10.37 +$17.942508348074448 +$15.55 +$10.571955547576307 +$14.69 +$18.93157479379102 +$16.65 +$14.911729149585131 +$13.8 +$17.56700051839514 +$15.77 +$18.799076877085223 +$11.89 +$11.372727155736543 +$18.23 +$14.66199586729195 +$11.35 +$19.614051214482124 +$13.83 +$16.959229837024417 +$18.52 +$15.725647018185175 +$10.31 +$15.389037208281941 +$11.50 +$12.205187870167977 +$18.24 +$13.195754325691073 +$16.42 +$15.521034099253566 +$13.71 +$17.660698849836415 +$16.37 +$11.779094661162993 +$12.26 +$19.738458023471786 +$19.47 +$14.086038350991359 +$17.38 +$13.773724621851507 +$14.49 +$16.492852593794602 +$15.86 +$13.554356133624633 +$18.66 +$18.462194841872233 +$17.3 +$12.447480226763638 +$17.56 +$14.546241965037336 +$10.90 +$12.360274651843485 +$17.74 +$12.991945110946801 +$11.20 +$19.332987476491176 +$10.67 +$17.08978654373134 +$15.56 +$17.07468825522768 +$12.72 +$12.856815457865453 +$16.93 +$12.652834588128876 +$10.3 +$12.113506549359947 +$13.1 +$10.741747042275016 +$11.64 +$19.75585277966668 +$11.82 +$15.576725735582372 +$16.77 +$18.147463572109388 +$13.24 +$10.168479164597535 +$10.43 +$11.009541190390744 +$18.7 +$10.07639147950918 +$15.69 +$10.062309092500467 +$19.87 +$19.497717687427283 +$16.86 +$15.063104360357817 +$14.91 +$16.451195978534358 +$13.31 +$11.85881745751145 +$14.90 +$15.237854203998099 +$15.60 +$10.802961707179398 +$18.21 +$19.712626061337037 +$15.94 +$12.754306295058221 +$10.20 +$15.595635719206296 +$10.18 +$15.518544231244075 +$11.25 +$16.079243256359263 +$13.81 +$10.014762516252642 +$18.51 +$16.41252322763149 +$15.52 +$18.65386867640955 +$16.27 +$19.51792349395611 +$16.79 +$18.09265114799755 +$14.27 +$17.437338826024142 +$13.28 +$17.82644900981627 +$16.92 +$15.3287676599335 +$18.16 +$17.66506062434497 +$15.13 +$16.0444459949418 +$18.92 +$19.10278050141335 +$11.19 +$17.879363917480806 +$16.0 +$15.61484144703648 +$10.27 +$17.809285598331588 +$12.60 +$16.467968318770048 +$11.18 +$18.39721403853352 +$16.88 +$10.436078039166446 +$12.26 +$16.49353496112372 +$10.35 +$11.16366974643853 +$14.2 +$14.472451400113616 +$11.48 +$19.47898581450827 +$17.12 +$19.671504614088978 +$16.46 +$18.69261495775564 +$13.87 +$19.311222185599018 +$15.68 +$13.189776214545084 +$15.83 +$10.011282723087197 +$15.69 +$16.910111178682126 +$19.8 +$15.224115226930083 +$12.75 +$13.238107994640881 +$15.42 +$19.792472974136125 +$18.35 +$14.062714488422365 +$12.37 +$16.65088647270308 +$15.74 +$18.55604385505978 +$19.90 +$11.470092936598194 +$11.84 +$18.02350164411656 +$12.28 +$10.96569558182824 +$11.72 +$19.38058345400009 +$17.58 +$13.784293723145018 +$15.21 +$11.547003847898738 +$15.13 +$16.284217076659967 +$16.9 +$19.236486364010567 +$18.51 +$16.576172173204544 +$13.16 +$18.169503141644554 +$14.29 +$17.429447801315362 +$12.23 +$16.573450792054274 +$17.72 +$18.150957538972843 +$12.76 +$12.554633268994042 +$11.61 +$14.445175330809985 +$13.15 +$17.6016753209161 +$11.81 +$18.234991948335335 +$17.83 +$18.126983767354844 +$16.39 +$17.71875652900409 +$12.20 +$10.937482881549403 +$16.16 +$16.248484635546667 +$14.27 +$12.288901620749675 +$13.0 +$13.739607916514068 +$13.1 +$10.286162366394269 +$19.40 +$10.958067208698695 +$12.19 +$10.230853548452252 +$12.14 +$18.140506962280053 +$18.76 +$18.15741860546378 +$12.40 +$13.271974716996024 +$15.5 +$16.669348343059916 +$19.30 +$18.162442777611965 +$10.21 +$19.12476045638129 +$15.56 +$13.686298194702665 +$13.71 +$12.114315906466874 +$18.65 +$19.523004145750775 +$16.1 +$16.404052244083186 +$12.29 +$18.74420346196385 +$12.9 +$18.970660784029437 +$13.86 +$10.253755107657465 +$12.37 +$14.029353928326934 +$11.4 +$11.441214756926094 +$11.14 +$10.306267932962923 +$10.87 +$15.625136887592655 +$19.68 +$19.146518920147784 +$18.16 +$15.41382628128045 +$13.49 +$19.5663045183909 +$19.7 +$14.690089290043044 +$15.38 +$18.86195365302222 +$19.18 +$16.150351113919285 +$17.79 +$10.743830382703955 +$19.5 +$12.191025864178258 +$11.68 +$13.786143494238162 +$16.5 +$17.49654248099715 +$11.74 +$19.002529996561385 +$10.68 +$16.352481464707598 +$19.77 +$17.23627891301147 +$14.91 +$13.621832003155378 +$19.66 +$15.778545818723304 +$15.46 +$17.62883099244889 +$19.53 +$11.249449259137522 +$10.30 +$15.206646991737893 +$13.80 +$12.237426558586321 +$11.93 +$16.55938375034977 +$16.36 +$10.502467649167457 +$17.85 +$13.024201030936712 +$10.29 +$12.868860492056232 +$10.49 +$14.32971636632653 +$15.47 +$13.17432231917772 +$11.57 +$16.4174041150679 +$10.90 +$15.101282487731044 +$17.3 +$13.154637177349919 +$16.55 +$15.191959176090155 +$16.42 +$12.47195969942484 +$10.27 +$18.466588160410033 +$19.26 +$11.596176812923098 +$10.13 +$13.758886549028823 +$15.13 +$10.074361131090924 +$19.83 +$18.046256932841203 +$12.62 +$14.375374237589323 +$16.87 +$15.874206582560412 +$15.94 +$19.376018862214742 +$15.7 +$13.434793115764329 +$14.40 +$12.20895678362731 +$19.19 +$14.032222684248584 +$11.67 +$15.606666793860352 +$13.91 +$15.75884897675875 +$13.81 +$12.522459312165758 +$11.52 +$12.931055962271751 +$12.0 +$13.357253821377578 +$16.91 +$19.756311370397164 +$10.45 +$13.2587541539658 +$10.78 +$19.375711156791496 +$10.69 +$15.771315045969306 +$14.51 +$13.13485702553302 +$17.44 +$18.00450932136609 +$18.77 +$15.152255730269093 +$13.27 +$15.27688694881228 +$12.27 +$18.92280172111827 +$11.12 +$10.449744490472817 +$16.24 +$19.410225432900873 +$11.66 +$13.34932286060943 +$10.75 +$19.7728923125311 +$16.91 +$19.240409639977763 +$17.57 +$11.446831287801617 +$14.65 +$13.345928799129139 +$10.82 +$11.759054518041735 +$15.58 +$13.90057445555992 +$15.33 +$16.27607704603289 +$17.33 +$18.872242694020382 +$17.13 +$18.6140654086462 +$11.35 +$13.677340101526983 +$12.58 +$19.02039504503108 +$11.67 +$19.468445900353764 +$16.0 +$19.127400898610517 +$19.14 +$12.934927110619842 +$12.65 +$10.8608338740558 +$15.18 +$16.9789912430427 +$10.62 +$15.353604116057527 +$13.94 +$19.384027270050538 +$17.33 +$17.71290417532325 +$14.43 +$15.683410570128748 +$12.20 +$18.592692060725415 +$13.43 +$11.036668835395588 +$13.51 +$12.115895772645429 +$18.56 +$13.62007213443487 +$16.70 +$13.616373789643959 +$16.89 +$17.68238670039558 +$17.43 +$19.150239250313987 +$12.34 +$15.729281505564888 +$19.84 +$17.817091352621322 +$12.70 +$11.916910268605042 +$14.53 +$11.673134343799063 +$16.88 +$17.554367672499357 +$12.62 +$19.818764096365765 +$11.10 +$11.015593855857315 +$15.68 +$12.680294745217358 +$17.26 +$16.513517055639966 +$18.16 +$14.299707368188937 +$18.8 +$15.265285926791769 +$17.69 +$13.246366788203536 +$14.20 +$18.39543230951285 +$13.26 +$14.520211863292111 +$11.29 +$16.352768744050394 +$16.40 +$17.023094645437826 +$16.38 +$19.785741063336307 +$10.24 +$14.976584981712104 +$17.60 +$17.750865790049566 +$18.86 +$16.385518207636363 +$13.23 +$16.560710995924868 +$11.52 +$16.920016021525697 +$13.6 +$10.51384313556647 +$13.89 +$16.78127035678946 +$12.94 +$17.12566028176859 +$12.6 +$14.507069787804948 +$18.26 +$11.637827156091785 +$11.82 +$12.226276876576364 +$13.49 +$17.555100215403996 +$10.16 +$17.84883004077162 +$14.11 +$16.64133323403366 +$13.85 +$11.703862708678212 +$15.43 +$14.270306507201727 +$12.19 +$11.179162527154382 +$13.46 +$18.39431723199826 +$17.86 +$13.154894600804983 +$12.30 +$19.57223760694369 +$16.8 +$11.656692380056365 +$10.38 +$19.22298992802897 +$15.49 +$13.01268602957286 +$19.16 +$16.688732888833698 +$13.76 +$12.808317534835181 +$13.28 +$15.510084660440942 +$16.75 +$18.580372155080603 +$12.38 +$12.581771149743489 +$17.93 +$10.411855354875978 +$12.29 +$17.72198464321714 +$18.36 +$12.567647853573824 +$12.35 +$13.274424655954485 +$13.19 +$13.197838704262534 +$13.44 +$12.232074222466101 +$17.66 +$16.560257775065708 +$11.38 +$10.061411516595003 +$13.59 +$13.318608273492355 +$19.84 +$12.891430350939993 +$11.93 +$12.254241532471578 +$16.62 +$16.833186356617425 +$13.7 +$11.056429628819737 +$18.7 +$14.743759815932474 +$16.85 +$17.601771558626062 +$12.18 +$18.908978326455877 +$11.28 +$16.79083923249799 +$18.94 +$16.845544836532067 +$11.90 +$10.756000522135214 +$14.12 +$10.055210956081284 +$13.4 +$18.616186202514548 +$13.38 +$18.41557818467896 +$16.81 +$15.916415413552564 +$16.18 +$10.476816678552419 +$16.54 +$10.069528286618034 +$11.4 +$18.39830022541782 +$17.0 +$18.574898597977324 +$16.19 +$14.682330963946622 +$17.29 +$19.096783628193158 +$16.64 +$18.618458672304545 +$17.79 +$18.968661107530433 +$16.25 +$19.934209025323568 +$14.4 +$19.278145844083717 +$13.49 +$19.17656075656681 +$10.90 +$16.748684969335425 +$18.17 +$17.7287842293695 +$14.10 +$14.719375178070766 +$17.27 +$16.77004831916961 +$14.10 +$10.159892174662607 +$14.86 +$12.49672224995427 +$19.14 +$11.636953144531518 +$18.91 +$18.28936384050578 +$11.56 +$19.034516100954175 +$10.2 +$12.6643580421103 +$15.58 +$14.499042537813636 +$12.45 +$15.357924586950748 +$17.72 +$11.934438523955246 +$18.29 +$11.302459046619749 +$15.3 +$10.830873497098427 +$13.61 +$11.513136151390963 +$13.55 +$18.717011460668296 +$13.93 +$18.460891600478135 +$14.18 +$15.686580373226727 +$13.10 +$10.430147987216671 +$19.80 +$14.186172849315428 +$11.36 +$13.68340065767885 +$18.41 +$16.682614410725154 +$12.41 +$17.031888537123923 +$14.45 +$16.91857300985295 +$15.73 +$12.561999663098682 +$13.37 +$15.524590923875653 +$14.91 +$10.428624915974149 +$18.66 +$15.666604552538779 +$11.12 +$14.884169775131994 +$19.60 +$14.656233151909316 +$18.38 +$17.378663740171604 +$10.59 +$10.067732379027158 +$12.4 +$15.33525543526241 +$13.1 +$16.304940228496683 +$12.57 +$16.339991575450423 +$11.18 +$19.139856280268468 +$12.63 +$10.28075544097422 +$17.1 +$16.577100774412315 +$13.60 +$19.549388671316883 +$15.17 +$15.557513113418345 +$19.50 +$11.75729041829264 +$18.21 +$18.140787469443925 +$12.33 +$17.132871416680764 +$13.27 +$11.679355411411674 +$17.18 +$18.836510952310476 +$14.71 +$12.12560719917769 +$16.63 +$13.52242988206878 +$14.83 +$10.71474887610451 +$12.73 +$16.052941437516182 +$11.56 +$16.142157811765173 +$16.78 +$18.309872486387828 +$10.25 +$13.030822697483984 +$17.47 +$10.98090055979007 +$11.25 +$19.39578498362078 +$15.40 +$16.504614493301254 +$13.57 +$15.675115454721444 +$13.90 +$16.80645536842288 +$19.90 +$18.033235953766464 +$16.17 +$11.834929368017391 +$18.5 +$12.16272465157081 +$10.27 +$13.940815573268116 +$18.22 +$16.86591646561624 +$10.74 +$13.285654247703286 +$12.16 +$17.22873365228741 +$10.7 +$17.743622661738122 +$19.0 +$13.345312123858161 +$12.26 +$17.9613432502505 +$14.58 +$17.722466172832256 +$16.51 +$18.207290727392493 +$15.3 +$11.418949199297995 +$18.66 +$11.240345828952318 +$18.12 +$15.728666369581553 +$17.43 +$14.77137254326026 +$19.73 +$11.105454240337126 +$17.34 +$12.788409912016766 +$16.57 +$13.833643403368617 +$16.2 +$13.175066565809463 +$16.66 +$12.460907486700085 +$17.72 +$19.221498996961884 +$10.4 +$10.61593649213269 +$16.42 +$13.041424204204127 +$12.52 +$12.385801713340413 +$12.1 +$16.863183071403654 +$16.62 +$18.62002056939025 +$17.4 +$12.008802729499248 +$15.78 +$12.944565656649438 +$16.78 +$14.331043737646887 +$16.54 +$14.995530862533233 +$18.82 +$12.47518795313498 +$12.25 +$18.83241640921868 +$17.67 +$17.084385367587778 +$11.91 +$12.556649025703116 +$10.39 +$12.414046378613927 +$18.28 +$11.44502861385668 +$19.90 +$15.841397631418783 +$12.79 +$14.354843380852587 +$14.58 +$17.529691872460546 +$10.41 +$16.427505412473 +$17.91 +$10.615073265772613 +$15.69 +$10.472037837177263 +$15.14 +$18.491400136566615 +$11.40 +$16.54036822068453 +$19.17 +$19.796295571804443 +$15.3 +$14.469368798066462 +$17.75 +$17.485755086966783 +$12.39 +$12.402212180313283 +$15.59 +$19.529522085820403 +$10.91 +$10.378644419677451 +$10.92 +$14.895740709862133 +$10.18 +$18.526164964509366 +$15.42 +$11.310475593726704 +$13.11 +$11.989484769944454 +$16.47 +$10.064775991557982 +$17.73 +$14.809271122729838 +$19.35 +$12.308091563222465 +$11.82 +$11.866831083749277 +$16.79 +$16.3269712081828 +$16.42 +$16.49465927340561 +$12.53 +$10.942917344644805 +$11.75 +$19.060581342186914 +$16.15 +$16.822817576518155 +$19.49 +$12.724031166674767 +$12.57 +$13.451494090535808 +$12.67 +$14.31283240395733 +$11.89 +$19.50389214213184 +$13.37 +$14.347892532413208 +$10.52 +$14.130825456052534 +$19.1 +$14.620487410102236 +$13.38 +$10.80324961917901 +$11.9 +$16.431701428788166 +$19.6 +$13.785086056384959 +$18.74 +$15.778988213574973 +$15.76 +$14.716659853039546 +$13.79 +$11.329636185197339 +$12.18 +$18.472801748008877 +$10.32 +$17.30166012914004 +$12.78 +$18.735632397046928 +$14.70 +$14.715994587325838 +$19.31 +$18.28334845736535 +$16.71 +$14.722684017301209 +$18.12 +$12.552377542934135 +$14.53 +$19.262419837286874 +$17.73 +$15.416432379797996 +$15.73 +$11.071985167793025 +$12.70 +$17.134025525188264 +$10.86 +$16.667076555777186 +$18.80 +$17.11671670118686 +$14.39 +$12.042706099058405 +$19.49 +$15.457703683047516 +$14.24 +$17.562432563728787 +$11.28 +$14.873236218206028 +$13.76 +$10.23661828675982 +$17.83 +$12.34682017206725 +$18.39 +$10.270543456948182 +$11.86 +$16.923911780467535 +$17.31 +$12.94022752655185 +$17.80 +$11.329649586160834 +$12.70 +$13.946000157434284 +$14.60 +$15.280412041256598 +$15.79 +$13.756877910096037 +$14.40 +$11.950250119811399 +$17.26 +$15.144700765858357 +$16.69 +$11.141667021603837 +$16.43 +$16.604175805419622 +$19.80 +$10.138438078788184 +$11.68 +$15.503678111034908 +$18.39 +$12.93389599406608 +$16.42 +$16.79699724752723 +$11.70 +$19.78560698049595 +$11.21 +$14.163012621924238 +$17.31 +$10.092770057142545 +$10.6 +$17.60448535919477 +$19.51 +$17.631612091340756 +$15.73 +$12.12018319321602 +$15.38 +$10.044787596917647 +$12.52 +$10.69692821122416 +$14.9 +$17.857361704340327 +$16.93 +$19.21965139734276 +$15.72 +$12.210203675902854 +$17.85 +$17.24095750727685 +$15.30 +$12.426820432539989 +$13.57 +$16.686539402411505 +$10.64 +$18.40296322144767 +$12.53 +$16.653809133942453 +$11.22 +$10.07008506148574 +$13.78 +$19.045614310870803 +$17.25 +$11.336915014980312 +$16.0 +$19.509957278874204 +$16.77 +$13.937672618372778 +$19.19 +$12.334203519271338 +$10.5 +$11.887942227159057 +$18.86 +$15.92654948107825 +$11.84 +$19.06703159306264 +$14.61 +$15.505041052256663 +$15.15 +$19.14491695974267 +$16.72 +$18.728715415407745 +$13.85 +$14.12162325566257 +$14.37 +$16.793100294630264 +$16.49 +$17.666780150991524 +$17.6 +$11.130815717987764 +$13.8 +$14.752204300781603 +$19.40 +$13.539821793943954 +$12.3 +$15.088460381260589 +$10.33 +$19.824777834527126 +$10.72 +$15.775286588658231 +$11.1 +$10.187927652505232 +$17.58 +$18.48453357511086 +$10.51 +$19.016299653623584 +$12.71 +$16.08289164509462 +$16.92 +$18.451051391361787 +$12.45 +$11.990173078470137 +$15.67 +$14.768851592527566 +$17.62 +$14.76965178515239 +$18.55 +$15.413873660434714 +$17.65 +$12.117022775767317 +$16.43 +$10.334172258713267 +$13.20 +$19.857787211973807 +$15.81 +$17.520232964294493 +$16.66 +$14.057723408477408 +$17.37 +$13.074000268071174 +$10.90 +$12.054722115434977 +$18.36 +$16.766438544094974 +$16.84 +$15.818760661548975 +$18.59 +$14.924425702895533 +$14.48 +$13.821585567123927 +$16.55 +$10.00366693010697 +$19.50 +$19.09297722599836 +$14.8 +$15.563117017786075 +$15.91 +$14.009635024428846 +$12.92 +$16.729886078369276 +$11.17 +$17.185293248005873 +$17.28 +$14.959586931673474 +$19.75 +$17.99298941554063 +$16.72 +$13.5904971314248 +$17.13 +$13.7013014941653 +$11.52 +$10.396007325114462 +$15.78 +$16.682244669273942 +$13.51 +$13.095456872677197 +$17.69 +$17.44868186699179 +$10.34 +$16.33267992024361 +$10.65 +$15.703494704336954 +$11.94 +$11.24854902536406 +$11.90 +$15.487132590296177 +$19.60 +$10.650941569709005 +$10.5 +$12.483874479357361 +$12.3 +$12.81828292910767 +$11.20 +$16.550533612132178 +$11.81 +$16.183516086020845 +$18.50 +$11.728994126991195 +$12.3 +$16.39082553561645 +$15.37 +$15.558103821409029 +$19.60 +$14.76896201703277 +$18.47 +$10.477464200840581 +$15.54 +$11.998841825143957 +$19.17 +$17.742912169249706 +$16.92 +$19.715184898014137 +$15.49 +$10.09116716408663 +$14.66 +$15.093731313305234 +$16.55 +$17.92404294760506 +$13.57 +$12.126733548203617 +$11.36 +$10.001431151860197 +$10.56 +$18.66434384783546 +$19.61 +$12.09946824359815 +$19.10 +$13.535181407557648 +$16.67 +$13.577576321047983 +$15.67 +$15.436272679609292 +$12.68 +$13.842418231521346 +$11.80 +$19.323768303180238 +$10.84 +$13.216399406592917 +$18.19 +$14.170880486908255 +$10.74 +$19.004737596898323 +$18.22 +$12.126721817499606 +$19.4 +$16.129821626150655 +$17.83 +$14.28647462604619 +$13.27 +$16.246788713268028 +$14.75 +$14.731548153029513 +$14.67 +$11.9166078509815 +$11.29 +$12.17381885858934 +$10.19 +$11.019026977649471 +$16.24 +$13.14377159461597 +$11.15 +$16.357903508982105 +$14.34 +$11.73472354855735 +$16.34 +$12.40169424601338 +$17.9 +$15.43622294051886 +$11.54 +$19.13280866820427 +$12.39 +$17.358979183216896 +$10.72 +$18.525607927084444 +$13.87 +$12.022041819928884 +$15.25 +$13.946159927274639 +$16.94 +$14.840407606284193 +$15.78 +$17.396652449274356 +$10.30 +$15.3933026513415 +$10.31 +$10.227980012610972 +$10.62 +$11.356703707015633 +$11.78 +$14.505606046075535 +$18.26 +$18.76652258965825 +$14.28 +$15.37476433654823 +$10.64 +$14.880422761309859 +$11.3 +$13.439394775158629 +$10.65 +$13.610354575469529 +$18.21 +$13.177453514079058 +$14.23 +$16.150444020102004 +$14.69 +$10.146373999067622 +$15.69 +$10.048982990094165 +$10.48 +$15.766433794968544 +$19.47 +$12.138621594100877 +$14.53 +$14.452074774608427 +$14.77 +$10.844060959877316 +$19.20 +$10.69961978792164 +$11.29 +$19.755130021032386 +$14.20 +$18.115060027415545 +$18.50 +$17.81827087727685 +$18.70 +$19.58724609530099 +$15.68 +$19.120250255485264 +$19.15 +$12.16729101568053 +$17.16 +$14.608957814503313 +$13.43 +$11.364411880727966 +$14.81 +$16.284127005099528 +$15.91 +$11.45852251570969 +$19.11 +$13.204020212775744 +$13.66 +$17.869978569836597 +$19.66 +$11.557586151819219 +$10.54 +$12.100241881837508 +$13.50 +$18.145280051328527 +$12.91 +$13.539305433474782 +$18.86 +$18.84947880413366 +$18.94 +$12.294998582852932 +$18.81 +$10.401812510024055 +$12.82 +$10.371651235632122 +$15.22 +$10.96996092508852 +$19.59 +$14.527485524617607 +$13.90 +$15.899168585172854 +$12.92 +$16.566965865599386 +$10.92 +$16.973992402111282 +$14.29 +$10.907751021062975 +$11.12 +$11.584028484972785 +$17.28 +$18.877901800882803 +$17.84 +$13.700122964330387 +$13.40 +$15.046370410634214 +$18.62 +$18.447345596985542 +$12.82 +$13.747058408615878 +$14.72 +$19.779213127053815 +$18.87 +$19.376794030160877 +$13.81 +$15.91068531420367 +$18.14 +$18.268454659020094 +$14.16 +$14.92580151000885 +$13.68 +$13.277248900311582 +$19.62 +$13.21988551244197 +$13.74 +$15.456710569651463 +$16.13 +$16.692738501995578 +$16.18 +$17.651428653304393 +$13.16 +$11.86833757021435 +$19.29 +$16.298647577343125 +$14.83 +$16.132713190966726 +$12.68 +$12.71380002015188 +$16.38 +$10.429784591871693 +$13.3 +$10.851792697553943 +$10.37 +$15.223207309107178 +$15.16 +$14.559189618755877 +$19.72 +$13.486278511041915 +$13.93 +$17.101384174470823 +$18.1 +$11.409749262707123 +$18.81 +$13.35262041500507 +$19.93 +$16.424086722846106 +$14.37 +$13.53455348239141 +$14.58 +$17.27223563949314 +$15.64 +$13.931379767961635 +$12.84 +$15.66236303322269 +$12.94 +$11.60541796304576 +$14.3 +$19.892692444273 +$16.22 +$13.129795414396357 +$14.49 +$15.22595327032225 +$11.7 +$15.14190847933993 +$14.31 +$16.53879192076166 +$19.8 +$19.381663227637564 +$14.80 +$13.007731089494438 +$14.19 +$18.538877391033196 +$19.34 +$19.574673943475517 +$19.45 +$15.915222870135633 +$14.82 +$16.711640707815167 +$16.29 +$15.862246988720912 +$19.91 +$10.560349614148866 +$10.19 +$16.93259955336184 +$18.68 +$10.803287434529164 +$18.22 +$11.029522391958572 +$11.52 +$19.479415850671607 +$11.21 +$16.930295869112854 +$11.43 +$12.312480679976645 +$12.29 +$14.861126053423515 +$15.68 +$12.99993339747157 +$15.82 +$11.970371623881455 +$19.25 +$11.611585877926698 +$18.41 +$17.21177009414205 +$13.10 +$13.570826034253207 +$10.92 +$18.763672782186404 +$18.5 +$16.99022126856066 +$16.58 +$11.514214627311615 +$15.89 +$17.163415834989074 +$18.35 +$10.192073554558775 +$10.76 +$18.128663185529238 +$17.39 +$12.732418188538237 +$18.46 +$19.130644840803555 +$13.23 +$19.58862572409153 +$14.73 +$16.086800342969905 +$14.83 +$18.686008238703216 +$18.23 +$19.59736408245095 +$11.4 +$13.922038100892909 +$12.27 +$16.105202143591967 +$14.41 +$18.324409461527004 +$16.86 +$18.01947726888963 +$13.78 +$10.263386041711282 +$16.88 +$12.190264285823728 +$14.57 +$16.33534559395761 +$10.80 +$19.06190460668183 +$16.4 +$16.223382955744896 +$15.57 +$10.107000110670953 +$16.46 +$14.935912916088553 +$10.42 +$12.885868132302289 +$15.3 +$11.129948697445279 +$15.81 +$17.534883965974977 +$10.74 +$10.166478709088834 +$16.33 +$13.608261678056088 +$17.67 +$17.493696804445563 +$11.64 +$16.767384475263896 +$19.67 +$19.68552004003668 +$11.91 +$18.01565958001739 +$17.33 +$18.688288493785166 +$17.34 +$18.641618860887885 +$11.20 +$19.11320502666097 +$14.30 +$15.784027926237577 +$16.62 +$14.106613148142209 +$14.67 +$16.819979315237475 +$11.22 +$10.093855939290956 +$18.57 +$17.475747018862542 +$17.90 +$13.259712911637521 +$18.2 +$19.165679011230836 +$14.37 +$13.895919957914533 +$19.41 +$13.235684456001156 +$10.43 +$16.1909851744557 +$16.66 +$13.941796658868695 +$14.36 +$19.15727710500171 +$14.25 +$13.790327064096356 +$14.56 +$13.55509452523755 +$15.45 +$14.82557265201714 +$18.51 +$13.03269150347754 +$14.0 +$19.028307452835037 +$14.87 +$19.18902669128276 +$11.10 +$14.77796034541208 +$12.44 +$17.5032986138486 +$16.37 +$11.803478069488845 +$17.48 +$12.69430420214451 +$18.49 +$10.232801264473647 +$12.65 +$10.181697847288214 +$14.73 +$11.735147912345546 +$12.93 +$11.66589125796224 +$16.84 +$18.72622432722802 +$15.79 +$17.94039625234593 +$19.35 +$10.371826493926832 +$11.13 +$10.740682823957274 +$18.64 +$19.92001906749072 +$15.61 +$14.137010020985095 +$10.90 +$15.764208451038272 +$18.60 +$15.37427077919364 +$17.55 +$11.599820120093067 +$17.27 +$16.127600592942674 +$19.51 +$17.408351667164645 +$12.11 +$14.256770167897702 +$16.81 +$17.216400209472148 +$18.80 +$12.62527207115507 +$19.20 +$14.11303508172331 +$18.78 +$11.05448635990696 +$11.29 +$13.262542626041554 +$19.38 +$10.0612672369683 +$11.25 +$14.522002581492984 +$19.29 +$17.71246359794657 +$13.51 +$19.752008618426736 +$19.28 +$10.4071491542568 +$14.40 +$10.168046389474078 +$16.26 +$15.951969138991434 +$17.71 +$18.427425618975036 +$17.80 +$15.321148308507977 +$13.34 +$19.11891628333675 +$14.37 +$15.670052761103051 +$19.89 +$16.154541194055923 +$16.9 +$16.30177329955741 +$12.18 +$17.955005502634908 +$15.30 +$16.71364349232742 +$11.19 +$12.913732607370571 +$10.12 +$11.567508548384275 +$15.5 +$15.58005115422943 +$16.59 +$15.278166719087196 +$10.38 +$19.587285649779112 +$18.49 +$15.068640910707252 +$17.44 +$11.985953025627083 +$11.13 +$17.09167671907038 +$17.73 +$17.093458063506777 +$14.80 +$10.880730758953561 +$15.14 +$16.35340217591363 +$10.2 +$10.702303828587448 +$12.20 +$13.973368555358531 +$17.45 +$12.682291308716483 +$18.40 +$17.507022607292953 +$18.29 +$18.459308988376144 +$10.67 +$14.503970222088512 +$17.66 +$11.16019499963439 +$11.68 +$12.749711104713707 +$17.14 +$15.241544897718281 +$16.0 +$13.934955597956641 +$15.57 +$17.07587860574059 +$11.14 +$12.793098353798257 +$10.57 +$14.82415601041885 +$17.77 +$17.262119837643013 +$19.39 +$18.403161037446797 +$14.54 +$12.836916945355494 +$17.27 +$18.45319343563686 +$12.84 +$11.343442021384542 +$17.32 +$12.459273563026056 +$15.3 +$11.078844964248418 +$17.45 +$17.29975464351062 +$18.31 +$14.507670652007917 +$13.8 +$17.632367535843667 +$18.53 +$16.948578197210082 +$15.92 +$14.219575000256691 +$16.81 +$19.854575147784473 +$13.92 +$14.114603225723105 +$14.7 +$19.300839012375874 +$12.24 +$10.490635049366258 +$17.16 +$11.490886988599053 +$11.19 +$10.799152571571083 +$15.48 +$12.276001724207688 +$11.94 +$13.07177545325585 +$17.19 +$18.542989822703888 +$19.39 +$12.789739717841236 +$17.14 +$18.86771957517974 +$14.59 +$19.123463892458858 +$15.59 +$10.254897637317857 +$11.88 +$10.719921520402789 +$14.75 +$13.539809159894677 +$14.65 +$12.682900978023406 +$16.53 +$16.320397157856217 +$19.6 +$13.979945305274766 +$12.52 +$15.725735614389727 +$17.79 +$12.304775470519978 +$10.28 +$19.065226590436925 +$13.25 +$11.69482154907919 +$11.15 +$13.263839570290209 +$13.77 +$13.512377673351448 +$13.19 +$19.425888386919215 +$18.81 +$12.913450124532343 +$12.45 +$17.06741454046169 +$17.46 +$14.20996444713728 +$19.30 +$14.309373196934459 +$10.43 +$16.311747888751416 +$10.55 +$13.292316350715492 +$11.6 +$16.255892421196666 +$13.89 +$11.458716003796583 +$11.54 +$13.974941549924239 +$14.39 +$16.59442288470565 +$18.3 +$12.268431723859054 +$13.59 +$13.059067742563686 +$12.63 +$19.798779129369418 +$16.79 +$10.566486925898651 +$10.71 +$18.21447384863889 +$14.54 +$18.83118098426755 +$18.38 +$11.133847805500748 +$11.26 +$15.288942067820662 +$12.47 +$11.038876294000918 +$11.55 +$19.52599904418131 +$12.13 +$17.167800713708463 +$12.78 +$19.81784679597944 +$17.56 +$14.528320129130504 +$16.86 +$15.89258796251651 +$11.12 +$16.79351341825204 +$11.16 +$19.746215531902905 +$14.45 +$18.673284052243822 +$18.29 +$17.95361672654763 +$14.53 +$16.81541825506178 +$16.53 +$11.875007157354979 +$18.53 +$19.215443844112812 +$14.91 +$10.966637799792435 +$16.15 +$14.797309133658114 +$18.85 +$10.062747370067136 +$12.25 +$12.475108591789702 +$17.27 +$16.019389730392433 +$11.59 +$13.768631607314429 +$11.4 +$14.040317999732462 +$16.44 +$19.37195728887105 +$14.22 +$19.81640831682637 +$16.49 +$18.732879643776023 +$16.76 +$19.274105125934824 +$13.30 +$13.905811911390444 +$17.56 +$11.226347043833503 +$14.49 +$10.987206645275885 +$19.30 +$12.577428248719826 +$14.64 +$14.256266665242721 +$17.10 +$13.175410023511931 +$18.56 +$10.014550570919413 +$12.46 +$19.200517114831875 +$14.93 +$17.663166551162643 +$12.32 +$19.945811578850595 +$10.43 +$18.44173736508222 +$14.17 +$11.78609509252825 +$14.37 +$15.813905514196843 +$15.10 +$13.702170584307261 +$19.10 +$17.80100856601886 +$15.23 +$12.227741366318014 +$18.76 +$11.29977795778709 +$16.79 +$11.583847845363422 +$12.21 +$19.518140493158388 +$16.13 +$13.134071792003182 +$13.71 +$15.744941168693062 +$17.74 +$10.067253382357464 +$12.49 +$12.1747500476351 +$10.50 +$13.471113197756472 +$10.13 +$14.461647274395077 +$14.32 +$19.936620888755016 +$10.66 +$15.048145694796153 +$10.31 +$19.450226967106676 +$15.2 +$11.143059833810009 +$11.12 +$14.75213319603014 +$17.4 +$12.82814860804364 +$12.10 +$11.85887145909227 +$19.70 +$12.183277262548799 +$16.77 +$14.700703198004701 +$11.1 +$10.700411486906342 +$15.12 +$18.71901641285354 +$13.38 +$19.70630526882259 +$17.83 +$17.198031810032017 +$16.31 +$17.703754074732977 +$13.10 +$13.986367433241261 +$18.43 +$11.298229901045788 +$13.65 +$17.007989169926166 +$13.42 +$17.23985833444847 +$16.74 +$12.471791114184494 +$13.27 +$18.574890745497314 +$14.15 +$17.015311938225132 +$12.82 +$19.546211323906192 +$13.83 +$18.168625738148663 +$19.34 +$18.590728879436828 +$19.1 +$18.866144110710405 +$13.71 +$15.1101091388364 +$14.68 +$19.089811463503857 +$17.29 +$14.941955087933021 +$13.5 +$18.892903300456837 +$19.51 +$19.668402336839648 +$15.16 +$13.479980503614179 +$11.30 +$13.539813708729866 +$19.32 +$14.409667080436048 +$17.10 +$18.048857838848836 +$16.67 +$17.486988565293387 +$13.9 +$16.859466955724294 +$10.19 +$19.237123949972077 +$10.37 +$12.73440872537609 +$19.16 +$13.080220561017406 +$10.13 +$12.797561972884807 +$17.88 +$17.90571087381975 +$14.30 +$15.399906952214476 +$12.69 +$10.323379372065075 +$16.84 +$14.458089494385646 +$14.31 +$12.755712986793284 +$10.25 +$17.08596623356474 +$15.51 +$17.856370014787263 +$19.70 +$17.437769556510133 +$17.62 +$10.91731587254656 +$16.37 +$17.36001007885867 +$18.91 +$13.584356477887921 +$16.69 +$15.472439744504578 +$12.43 +$14.54649553429806 +$11.43 +$15.528070460250312 +$17.61 +$14.986178691479084 +$10.4 +$12.640926229385997 +$10.88 +$13.571108009682103 +$16.11 +$16.059552760218413 +$15.78 +$15.84381723625786 +$18.20 +$10.118032543358545 +$15.72 +$11.628278531749112 +$11.85 +$16.216807314115115 +$16.79 +$19.568546117553055 +$11.59 +$15.12300089589441 +$15.68 +$16.01878661748279 +$16.94 +$15.871884114771557 +$14.82 +$16.30740788646747 +$18.61 +$14.525450985182202 +$16.79 +$13.732689066440262 +$10.70 +$15.977957887336014 +$18.5 +$18.756083482667798 +$12.77 +$14.89965512839406 +$18.59 +$10.48021422321075 +$10.4 +$12.573101836547215 +$11.13 +$14.676003607224809 +$13.34 +$14.962318803149305 +$18.18 +$16.299039825866373 +$12.82 +$18.86395374192522 +$10.80 +$11.205904704100822 +$19.55 +$14.032716840160816 +$18.89 +$19.207349083615885 +$14.9 +$19.692733052668707 +$16.2 +$19.275145812577026 +$10.31 +$10.368833904385433 +$12.15 +$14.114514165103877 +$16.76 +$19.610172162356076 +$12.33 +$18.846922118004763 +$17.53 +$11.959094863818429 +$18.38 +$16.23789526077831 +$10.88 +$15.575298307264024 +$15.93 +$14.1813971581885 +$14.14 +$16.979413947575697 +$14.26 +$14.486017454683557 +$19.0 +$16.197516350036906 +$11.68 +$11.693310428719819 +$15.61 +$10.443559686766362 +$18.49 +$12.279685184164641 +$14.93 +$19.49435251046561 +$19.10 +$17.254797763725136 +$15.21 +$10.252669925979347 +$12.66 +$18.772069975053753 +$13.53 +$14.280480554079517 +$17.88 +$19.258029885753878 +$18.45 +$18.989834722339516 +$18.93 +$16.378385808402797 +$16.14 +$19.575964157791198 +$15.83 +$17.033327351221807 +$10.73 +$10.702219635809033 +$17.73 +$14.110831873378029 +$15.25 +$14.986531281240344 +$13.45 +$14.949395464405754 +$11.71 +$11.817511941329094 +$19.30 +$15.313871645342378 +$11.15 +$15.028009197708872 +$14.70 +$12.076095554958963 +$10.76 +$17.264526359535875 +$15.35 +$16.019872497548924 +$10.61 +$19.09818768275311 +$18.41 +$17.06859462469648 +$10.19 +$10.2450673720359 +$14.22 +$13.758002848454769 +$17.9 +$12.005280075736703 +$12.45 +$12.612657001977173 +$12.27 +$15.521169944158444 +$18.19 +$17.477130894137005 +$14.47 +$16.002287395079343 +$18.90 +$11.611870533637667 +$14.4 +$19.10231827464382 +$17.46 +$14.602867225592858 +$17.26 +$19.278223315479107 +$15.79 +$11.606678168605693 +$14.60 +$18.872078519590843 +$19.23 +$18.775405825233797 +$18.84 +$16.050701401718797 +$18.74 +$10.90025650371447 +$14.60 +$10.1175127657272 +$12.21 +$15.737568406420358 +$15.84 +$19.043205763159627 +$17.94 +$16.96646550072356 +$17.56 +$14.29754209331903 +$19.19 +$16.914776375496103 +$15.34 +$15.98603321588498 +$15.59 +$14.17728492255711 +$11.15 +$18.838866424020893 +$18.21 +$17.329686286222085 +$19.22 +$19.251214319553952 +$18.48 +$11.27233920078158 +$12.33 +$14.496475030919374 +$13.80 +$11.914626950828557 +$16.7 +$17.365124916831217 +$12.65 +$12.136371252417096 +$11.55 +$11.023522937552215 +$10.29 +$11.24903212044147 +$17.80 +$10.035181161538434 +$16.24 +$18.545649874809687 +$11.92 +$14.747556497705851 +$15.86 +$16.263904891092764 +$17.9 +$11.029917659072519 +$18.70 +$13.185144930300636 +$19.73 +$18.201761798761396 +$18.9 +$16.842783897936307 +$15.53 +$15.642064552991652 +$12.45 +$17.211666721271556 +$15.70 +$10.584720274567113 +$11.61 +$18.339969453698323 +$11.20 +$10.21900545621203 +$13.79 +$15.865999142737499 +$14.72 +$18.924727981446516 +$17.52 +$13.070230813506498 +$13.48 +$16.16179396699479 +$17.34 +$12.666584874034838 +$14.5 +$11.24363350751465 +$10.68 +$12.991938002200556 +$19.72 +$14.71203669992618 +$11.35 +$19.794212112219356 +$18.78 +$13.829670446256491 +$17.27 +$16.57166733341038 +$12.18 +$18.89901986697929 +$11.92 +$15.689484187830573 +$17.56 +$16.987566903453807 +$18.46 +$14.998604938329347 +$18.72 +$16.462608233021733 +$12.70 +$19.06317993638764 +$14.74 +$11.879758854919716 +$19.2 +$14.644956373466481 +$16.70 +$10.235775388895616 +$13.87 +$10.17922756862593 +$11.25 +$10.872846132975837 +$17.3 +$17.42959400789131 +$17.88 +$19.691505277199543 +$16.41 +$12.111063439705669 +$18.44 +$17.911005954199425 +$18.87 +$17.715417269604686 +$15.72 +$14.78531037304681 +$18.26 +$17.57305025953923 +$13.26 +$19.263574291355553 +$19.18 +$17.14203400651656 +$11.2 +$17.470356748337352 +$16.43 +$14.124807344324143 +$12.81 +$12.411042541113707 +$14.63 +$14.6743375718649 +$11.42 +$13.78304131581989 +$19.33 +$11.726860801891428 +$19.79 +$16.775215870073698 +$10.21 +$10.883866282345299 +$12.60 +$18.501621159183962 +$14.71 +$15.028418035805643 +$16.26 +$17.30484673264061 +$18.84 +$15.870591648922792 +$15.56 +$19.161998660270903 +$14.70 +$15.122014941556651 +$13.78 +$14.493309998453965 +$16.10 +$12.835046478363296 +$13.49 +$10.795449407225432 +$14.31 +$14.565524510680275 +$12.35 +$11.228849633210588 +$11.50 +$12.913825933321835 +$10.92 +$11.359210948460724 +$13.23 +$19.409810847103266 +$12.21 +$19.828729077306278 +$10.25 +$12.744149329109968 +$11.83 +$10.478625988765273 +$12.40 +$11.369182919856607 +$17.33 +$16.82776805868347 +$12.38 +$11.111966818482507 +$16.32 +$18.908802848735302 +$18.46 +$17.25113756205489 +$19.50 +$10.223695588506242 +$15.14 +$16.112105663926553 +$10.9 +$13.9229942638617 +$12.52 +$11.536020577676082 +$11.45 +$12.190061397465886 +$17.86 +$14.005195801732185 +$18.13 +$11.96990248968512 +$19.64 +$18.877288862900087 +$17.93 +$18.978044922505074 +$18.1 +$19.00332412688151 +$13.16 +$12.535481620203864 +$14.41 +$13.11149679675069 +$11.51 +$13.583714368171934 +$15.39 +$10.78298454101316 +$13.18 +$16.441445107271914 +$14.60 +$12.967131036086837 +$13.75 +$17.8581363666723 +$17.63 +$11.165201274324046 +$19.92 +$14.680552264955704 +$14.31 +$16.297833021491552 +$10.52 +$16.589619416006272 +$16.3 +$18.773712098568712 +$11.91 +$18.342676709205858 +$15.80 +$19.243463432365914 diff --git a/3.x/e3.12/Dipendente.java b/3.x/e3.12/Dipendente.java new file mode 100644 index 0000000..d903f8b --- /dev/null +++ b/3.x/e3.12/Dipendente.java @@ -0,0 +1,61 @@ +/** + * Classe che gestisce stipendio e nome dei dipendenti + * @author radaelli11353 + */ + +public class Dipendente { + String nome; + double stipendio; + /** + * Costruttore + * @param n Nome dipendente + * @param s Stipendio dipendente + */ + public Dipendente(String n, double s) { + nome = n; + stipendio = s; + } + + /** + * Metodo getter per il nome del dipendente + * @return Nome dipendente + */ + public String getNome() { + return nome; + } + + /** + * Metodo getter per lo stipendio del dipendente + * @return Stipendio dipendente + */ + public double getStipendio() { + return stipendio; + } + + /** + * Metodo che aumenta lo stipendio del dipendente + * @param percentuale Percentuale di aumento dello stipendio + */ + public void aumentaStipendio(double percentuale) { + stipendio += stipendio * (percentuale/100); + } + + + /** + * Metodo di test + */ + public static void Test() { + Dipendente test = new Dipendente("Cognome, Nome", 20000); + System.out.println("Nome: " + test.getNome()); + System.out.println("Stipendio: " + test.getStipendio()); + test.aumentaStipendio(10); + System.out.println("Stipendio: " + test.getStipendio()); + } + + /** + * Metodo main che richiama il metodo di test + */ + public static void main(String[] args) { + Test(); + } +} \ No newline at end of file diff --git a/5.x/p520/Circle.java b/5.x/p520/Circle.java new file mode 100644 index 0000000..a4bafee --- /dev/null +++ b/5.x/p520/Circle.java @@ -0,0 +1,52 @@ +import java.awt.Color; +import java.awt.Graphics2D; +import java.awt.geom.Ellipse2D; + +public class Circle { + private int x; + private int y; + private double raggio; + + public Circle(int x, int y, double raggio) { + this.x = x; + this.y = y; + this.raggio = raggio; + } + + public double getRaggio() { + return raggio; + } + + public int getX() { + return x; + } + + public int getY() { + return y; + } + + public boolean intersects(Circle other) { + return (distanza(x, y, other.getX(), other.getY()) <= (raggio + other.getRaggio())); + } + + private static double distanza(int xa, int ya, int xb, int yb) { + double dx, dy; + dx = xa - xb; + dy = ya - yb; + return Math.sqrt(dx*dx + dy*dy); + } + + public void drawCircle(Graphics2D g2, Circle other) { + Ellipse2D.Double cerchio1 = new Ellipse2D.Double(x - raggio, y - raggio, raggio*2, raggio*2); + Ellipse2D.Double cerchio2 = new Ellipse2D.Double(other.getX() - other.getRaggio(), other.getY() - other.getRaggio(), other.getRaggio()*2, other.getRaggio()*2); + if(this.intersects(other)) { + g2.setColor(Color.RED); + g2.fill(cerchio1); + g2.fill(cerchio2); + } else { + g2.setColor(Color.GREEN); + g2.fill(cerchio1); + g2.fill(cerchio2); + } + } +} \ No newline at end of file diff --git a/5.x/p520/CircleComponent.java b/5.x/p520/CircleComponent.java new file mode 100644 index 0000000..4e812d1 --- /dev/null +++ b/5.x/p520/CircleComponent.java @@ -0,0 +1,16 @@ +import java.awt.Color; +import java.awt.Graphics; +import java.awt.Graphics2D; +import java.awt.geom.Ellipse2D; +import javax.swing.JComponent; + +public class CircleComponent extends JComponent { + public void paintComponent(Graphics g) { + Graphics2D g2 = (Graphics2D) g; + + Circle c1 = new Circle(88, 200, 50); + Circle c2 = new Circle(200, 100, 100); + + c1.drawCircle(g2, c2); + } +} diff --git a/5.x/p520/CircleViewer.java b/5.x/p520/CircleViewer.java new file mode 100644 index 0000000..093f84e --- /dev/null +++ b/5.x/p520/CircleViewer.java @@ -0,0 +1,16 @@ +import javax.swing.JFrame; + +public class CircleViewer { + public static void main(String[] args) { + JFrame frame = new JFrame(); + + frame.setSize(600, 600); + frame.setTitle("Circles"); + frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); + + CircleComponent component = new CircleComponent(); + frame.add(component); + + frame.setVisible(true); + } +} diff --git a/6.x/R6.4abcd/es.java b/6.x/R6.4abcd/es.java new file mode 100644 index 0000000..1c24408 --- /dev/null +++ b/6.x/R6.4abcd/es.java @@ -0,0 +1,42 @@ +public class es { + public static void main(String[] args) { + int somma = 0; + // A + /* + for(int i = 2; i<=100; i+=2) { + somma += i; + } + System.out.println(somma); + */ + + //B + /* + for(int i = 1; i*i<=100; i++) { + somma += i*i; + } + System.out.println(somma); + */ + + //C + /* + int a = 1; + int b = 100; + for(int i=a; i<=b; i++) { + if(i%2 != 0) {somma+=i;} + } + System.out.println(somma); + */ + + //D + /* + int value = 16384; + for(int i=1; i <= Integer.toString(value).length(); i++) { + int cifra = Integer.parseInt(Double.toString(value%(Math.pow(10, i))).substring(0, 1)); + if(cifra % 2 != 0) { + somma += cifra; + } + } + System.out.println(somma); + */ + } +} diff --git a/6.x/e6.18/.Rombo.java.un~ b/6.x/e6.18/.Rombo.java.un~ new file mode 100644 index 0000000..53726ad Binary files /dev/null and b/6.x/e6.18/.Rombo.java.un~ differ diff --git a/6.x/e6.18/Rombo.java b/6.x/e6.18/Rombo.java new file mode 100644 index 0000000..5323dd7 --- /dev/null +++ b/6.x/e6.18/Rombo.java @@ -0,0 +1,23 @@ +import java.util.Scanner; + +public class Rombo { + public static void main(String[] args) { + Scanner in = new Scanner(System.in); + System.out.print("Inserisci la lunghezza del lato: "); + + while(in.hasNextInt()) { + int n = in.nextInt(); + + for(int i = 1; i= n || j+i >= n*3 || (i>n && i-j >= n)) { + System.out.print(' '); + } else { + System.out.print('*'); + } + } + System.out.println(); + } + } + } +} diff --git a/6.x/e6.18/Rombo.java~ b/6.x/e6.18/Rombo.java~ new file mode 100644 index 0000000..4514fea --- /dev/null +++ b/6.x/e6.18/Rombo.java~ @@ -0,0 +1,23 @@ +import java.util.Scanner; + +public class Rombo { + public static void main(String[] args) { + Scanner in = new Scanner(System.in); + System.out.print("Inserisci la lunghezza del lato: "); + + while(in.hasNextInt()) { + int n = in.nextInt(); + + for(int i = 1; i= n || j+i >= n*3 || (i>n && i-j >= n)) { + System.out.print(' '); + } else { + System.out.print('*'); + } + } + System.out.println(); + } + } + } +} diff --git a/6.x/e6.18/Rombo.pdf b/6.x/e6.18/Rombo.pdf new file mode 100644 index 0000000..89b4d38 Binary files /dev/null and b/6.x/e6.18/Rombo.pdf differ diff --git a/6.x/e6.18/numbers.txt b/6.x/e6.18/numbers.txt new file mode 100644 index 0000000..0ff3bbb --- /dev/null +++ b/6.x/e6.18/numbers.txt @@ -0,0 +1,20 @@ +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 diff --git a/6.x/e6.18/test.txt b/6.x/e6.18/test.txt new file mode 100644 index 0000000..6eb912a --- /dev/null +++ b/6.x/e6.18/test.txt @@ -0,0 +1 @@ +Inserisci la lunghezza del lato: * diff --git a/6.x/e6.3/es.java b/6.x/e6.3/es.java new file mode 100644 index 0000000..6e1e450 --- /dev/null +++ b/6.x/e6.3/es.java @@ -0,0 +1,49 @@ +import java.util.Scanner; + +public class es { + public static void main(String[] args) { + Scanner in = new Scanner(System.in); + System.out.print("Inserisci una parola: "); + String s = in.next(); + + //A + for(int i = 0; i < s.length(); i++) { + if(s.charAt(i) >= 'A' && s.charAt(i) <= 'Z') { + System.out.print(s.charAt(i)); + } + } + System.out.println(); + + //B + for(int i = 0; i < s.length(); i++) { + if(i<2 || (i+1)%2==0) { + System.out.print(s.charAt(i)); + } + } + System.out.println(); + + //C + String s2 = s.toLowerCase(); + for(int i = 0; i < s.length(); i++) { + if(s2.charAt(i) == 'a' || s2.charAt(i) == 'e' || s2.charAt(i) == 'i' || s2.charAt(i) == 'o' || s2.charAt(i) == 'u') { + System.out.print('_'); + } else {System.out.print(s.charAt(i));} + } + System.out.println(); + + //D + int count = 0; + for(int i = 0; i < s.length(); i++) { + if(s2.charAt(i) == 'a' || s2.charAt(i) == 'e' || s2.charAt(i) == 'i' || s2.charAt(i) == 'o' || s2.charAt(i) == 'u') count++; + } + System.out.println(count); + + //E + for(int i = 0; i < s.length(); i++) { + if(s2.charAt(i) == 'a' || s2.charAt(i) == 'e' || s2.charAt(i) == 'i' || s2.charAt(i) == 'o' || s2.charAt(i) == 'u') { + System.out.print(i); + } + } + System.out.println(); + } +} diff --git a/6.x/e6.5/DataSet.java b/6.x/e6.5/DataSet.java new file mode 100644 index 0000000..d996e13 --- /dev/null +++ b/6.x/e6.5/DataSet.java @@ -0,0 +1,66 @@ +/** + Classe che simula un set di dati + @author radaelli11353 + */ +public class DataSet { + private double somma = 0; + private int valori = 0; + private double min = Double.MAX_VALUE; + private double max = Double.MIN_VALUE; + + /** + Costruttore della classe + */ + public DataSet() { + + } + + /** + Metodo che aggiunge il valore ai valori presenti nel set. + Aggiorna le variabili min e max + @param value Valore inserito + */ + public void add(double value) { + valori++; + somma += value; + + min = Math.min(min, value); + max = Math.max(max, value); + } + + /** + Metodo getter della somma dei valori + @return Somma dei valori presenti nel set + */ + public double getSum() { + return somma; + } + + /** + Metodo getter per la media dei valori + @return Media dei valori presenti nel set + */ + public double getAverage() { + return (double)somma/valori; + } + + /** + Metodo getter per il valore maggiore + @return Valore maggiore presente nel set + */ + public double getLargest() { + return max; + } + + /** + Metodo getter per il valore minore + @return Valore minore presente nel set + */ + public double getSmallest() { + return min; + } + + public double getRange() { + return max - min; + } +} \ No newline at end of file diff --git a/6.x/e6.5/Test.java b/6.x/e6.5/Test.java new file mode 100644 index 0000000..811bde7 --- /dev/null +++ b/6.x/e6.5/Test.java @@ -0,0 +1,19 @@ +/** + * Test + */ +import java.util.Scanner; + +public class Test { + public static void main(String[] args) { + DataSet dati = new DataSet(); + Scanner in = new Scanner(System.in); + + while(dati.getSum() <= 100) { + System.out.print("Inserisci un valore: "); + if(in.hasNextDouble()) { + dati.add(in.nextDouble()); + } + System.out.println("Media: " + dati.getAverage() + "; Minore: " + dati.getSmallest() + "; Maggiore: " + dati.getLargest() + "; Range: " + dati.getRange() ); + } + } +} diff --git a/6.x/e6.7/.E67.java.un~ b/6.x/e6.7/.E67.java.un~ new file mode 100644 index 0000000..154280f Binary files /dev/null and b/6.x/e6.7/.E67.java.un~ differ diff --git a/6.x/e6.7/.e67.java.un~ b/6.x/e6.7/.e67.java.un~ new file mode 100644 index 0000000..c723e46 Binary files /dev/null and b/6.x/e6.7/.e67.java.un~ differ diff --git a/6.x/e6.7/E67.java b/6.x/e6.7/E67.java new file mode 100644 index 0000000..a0d8846 --- /dev/null +++ b/6.x/e6.7/E67.java @@ -0,0 +1,28 @@ +import java.util.Scanner; +import java.util.Random; + +public class E67 { + public static void main(String[] args) { + Scanner in = new Scanner(System.in); + Random generator = new Random(); + int i, j; + System.out.print("Inserisci una parola di almeno tre lettere: "); + String word = in.next(); + + for(int k = 0; k < word.length(); k++) { + String first, middle, last; + i = generator.nextInt(word.length() - 2); + + do { + j = generator.nextInt(word.length() - 1); + } while (j<=i); + + first = word.substring(0, i); + middle = word.substring(i + 1, j); + last = word.substring(j + 1, word.length()); + + word = first + word.charAt(j) + middle + word.charAt(i) + last; + } + System.out.println("La parola originale con alcune lettere invertite varie volte è: " + word); + } +} diff --git a/6.x/e6.7/E67.java~ b/6.x/e6.7/E67.java~ new file mode 100644 index 0000000..99aaea5 --- /dev/null +++ b/6.x/e6.7/E67.java~ @@ -0,0 +1,25 @@ +import java.util.Scanner; +import java.util.Random; + +public class E67 { + public static void main(String[] args) { + Scanner in = new Scanner(System.in); + Random generator = new Random(); + int i, j; + System.out.print("Inserisci una parola: "); + String word = in.next(); + + for(int k = 0; k < word.length(); k++) { + String first, middle, last; + i = generator.nextInt(word.length()); + j = generator.nextInt(word.length() - i) + i; + + first = word.substring(0, i); + middle = word.substring(i, j); + last = word.substring(j, word.length()); + + word = first + word.chatAt(j) + middle + word.charAt(i) + last; + } + System.out.println(first+middle+last); + } +} diff --git a/6.x/e6.7/E67.pdf b/6.x/e6.7/E67.pdf new file mode 100644 index 0000000..ea73a70 Binary files /dev/null and b/6.x/e6.7/E67.pdf differ diff --git a/6.x/p6.10/RootApproximator.java b/6.x/p6.10/RootApproximator.java new file mode 100644 index 0000000..8c7f971 --- /dev/null +++ b/6.x/p6.10/RootApproximator.java @@ -0,0 +1,24 @@ +/** + * RootApproximator + */ +public class RootApproximator { + private double x = 1; + private double previousx = 0; + private double a; + final private double EPSILON; + + public RootApproximator(double a, double EPSILON) { + this.a = a; + this.EPSILON = EPSILON; + } + + public double nextGuess() { + previousx = x; + x = (x + (a/x))/2; + return x; + } + + public boolean hasMoreGuesses() { + return Math.abs(x - previousx) > EPSILON; + } +} diff --git a/6.x/p6.10/Tester.java b/6.x/p6.10/Tester.java new file mode 100644 index 0000000..ef2031e --- /dev/null +++ b/6.x/p6.10/Tester.java @@ -0,0 +1,15 @@ + /** + * Tester + */ + public class Tester { + public static void main(String[] args) { + final double EPSILON = 0.0001; + final double a = 100; + RootApproximator approx = new RootApproximator(a, EPSILON); + while (approx.hasMoreGuesses()){ + System.out.println(approx.nextGuess()); + } + System.out.println("^^ Last guess"); + } + + } \ No newline at end of file diff --git a/6.x/p6.15/GrigliaComponent.java b/6.x/p6.15/GrigliaComponent.java new file mode 100644 index 0000000..5bdd45d --- /dev/null +++ b/6.x/p6.15/GrigliaComponent.java @@ -0,0 +1,32 @@ +import java.awt.Color; +import java.awt.Graphics; +import java.awt.Graphics2D; +import java.awt.geom.Line2D; +import javax.swing.JComponent; + +public class GrigliaComponent extends JComponent{ + Persona pers; + public GrigliaComponent() { + pers = new Persona(200, 200); + for(int i = 1; i <= 100; i++) { + pers.move(); + } + + } + + public void paintComponent(Graphics g) { + Graphics2D g2 = (Graphics2D) g; + + Line2D.Double lineao = new Line2D.Double(0, 1, 400, 1); + Line2D.Double lineav = new Line2D.Double(1, 0, 1, 430); + + for(int i = 1; i <= 20; i++) { + lineao.setLine(0, i*20, 400, i*20); + lineav.setLine(i*20, 0, i*20, 400); + g2.draw(lineao); + g2.draw(lineav); + } + + pers.drawPersona(g2); + } +} diff --git a/6.x/p6.15/GrigliaViewer.java b/6.x/p6.15/GrigliaViewer.java new file mode 100644 index 0000000..c8540c6 --- /dev/null +++ b/6.x/p6.15/GrigliaViewer.java @@ -0,0 +1,18 @@ +import javax.swing.JFrame; + +public class GrigliaViewer { + public static void main(String[] args) { + JFrame frame = new JFrame(); + + frame.setSize(400, 430); + frame.setTitle("Circles"); + frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); + + GrigliaComponent component = new GrigliaComponent(); + + component.repaint(); + frame.add(component); + + frame.setVisible(true); + } +} diff --git a/6.x/p6.15/Persona.java b/6.x/p6.15/Persona.java new file mode 100644 index 0000000..e23b59c --- /dev/null +++ b/6.x/p6.15/Persona.java @@ -0,0 +1,39 @@ +import java.awt.Color; +import java.awt.Graphics2D; +import java.awt.geom.Ellipse2D; + +/** + * Persona + */ +public class Persona { + private int x; + private int y; + public static final int RAGGIO = 5; + + public Persona(int x, int y) { + this.x = x; + this.y = y; + } + + public void move() { + int rand = (int)((Math.random() * 4) + 1); + if(rand == 1) { + //N + y -= 20; + } else if(rand == 2) { + //E + x += 20; + } else if(rand == 3) { + //S + y += 20; + } else if(rand == 4) { + //W + x -= 20; + } + } + + public void drawPersona(Graphics2D g2) { + Ellipse2D.Double persona = new Ellipse2D.Double(x - RAGGIO, y - RAGGIO, RAGGIO*2, RAGGIO*2); + g2.fill(persona); + } +} \ No newline at end of file diff --git a/6.x/p6.15/Punti esercizio p6.15.png b/6.x/p6.15/Punti esercizio p6.15.png new file mode 100644 index 0000000..e6cac9e Binary files /dev/null and b/6.x/p6.15/Punti esercizio p6.15.png differ diff --git a/6.x/p6.2/CardConvalidator.java b/6.x/p6.2/CardConvalidator.java new file mode 100644 index 0000000..fc2b3f8 --- /dev/null +++ b/6.x/p6.2/CardConvalidator.java @@ -0,0 +1,37 @@ +import java.util.Scanner; + +/** + * Classe che controlla se il numero della carta di credito è plausibile + * @author radaelli11353 + */ +public class CardConvalidator { + public static void main(String[] args) { + int sommaPari = 0, sommaDispari = 0, somma; + + Scanner in = new Scanner(System.in); + int cardNumber = in.nextInt(); + + for(int i = 7; i >= 0; i--) { + int valore = Integer.parseInt(String.valueOf(Integer.toString(cardNumber).charAt(i))); + if(i%2 == 1) { + sommaDispari += valore; + } else { + int value = Integer.parseInt(String.valueOf(Integer.toString(cardNumber).charAt(i))) * 2; + for(int j = 0; j < Integer.toString(value).length(); j++) { + sommaPari += value; + } + } + } + + System.out.println("D: " + sommaDispari); + System.out.println("P: " + sommaPari); + + somma = sommaPari + sommaDispari; + + if(somma % 10 == 0) { + System.out.println("Il numero inserito è valido"); + } else { + System.out.println("Il numero inserito non è valido. La cifra di controllo dovrebbe essere " + (Integer.parseInt(String.valueOf(Integer.toString(cardNumber).charAt(7))) - somma % 10)); + } + } +} diff --git a/6.x/p6.9/PrimeGenerator.java b/6.x/p6.9/PrimeGenerator.java new file mode 100644 index 0000000..8ea8f63 --- /dev/null +++ b/6.x/p6.9/PrimeGenerator.java @@ -0,0 +1,41 @@ +/** + * Classe che genera una sequenza composta da soli numeri primi + * Esercizio 6.9 Eserciziario Vecchio + * @author radaelli11353 + */ +public class PrimeGenerator implements Sequence { + private int max; + private int i = 1; + /** + * Costruttore parametrico completo + * @param max Numero massimo che deve essere stampato + */ + public PrimeGenerator(int max) { + this.max = max; + } + + /** + * Metodo che restituisce il numero successivo nella sequenza dei numeri primi + * @return Numero successivo nella sequenza + */ + public Integer next() { + int counter = 0; + int j = 1; + + while(j <= i && counter <= 2) + { + counter = 0; + if(i % j == 0) + { + counter++; + } + j++; + } + + return Integer.MIN_VALUE; + } + + public boolean hasNext() { + return true; + } +} \ No newline at end of file diff --git a/6.x/p6.9/Sequence.java b/6.x/p6.9/Sequence.java new file mode 100644 index 0000000..4f11dd1 --- /dev/null +++ b/6.x/p6.9/Sequence.java @@ -0,0 +1,4 @@ +public interface Sequence { + public boolean hasNext(); + public T next(); +} \ No newline at end of file diff --git a/6.x/p6.9/Test.java b/6.x/p6.9/Test.java new file mode 100644 index 0000000..3692120 --- /dev/null +++ b/6.x/p6.9/Test.java @@ -0,0 +1,16 @@ +import java.util.Scanner; + +public class Test { + public static void main(String[] args) { + Scanner in = new Scanner(System.in); + System.out.print("Inserisci un numero: "); + int max = in.nextInt(); + PrimeGenerator primi = new PrimeGenerator(max); + + while(primi.hasNext()) { + int numero = primi.next(); + if(numero != 0) System.out.println(numero); + } + + } +} diff --git a/QuadratoSomma/QuadratoSomma.java b/QuadratoSomma/QuadratoSomma.java new file mode 100644 index 0000000..25b4561 --- /dev/null +++ b/QuadratoSomma/QuadratoSomma.java @@ -0,0 +1,28 @@ +import java.util.Scanner; + +public class QuadratoSomma { + public static void main(String[] args) { + Scanner in = new Scanner(System.in); + System.out.print("Inserisci un numero intero: "); + if(in.hasNextInt()) { + int numero = in.nextInt(); + int dispari = 1; + int quadrato = 0; + int quadratoFor = 0; + + for(int i = 1; i <= numero*2; i+=2) { + quadratoFor += i; + } + System.out.println("For: " + quadratoFor); + + + while(dispari <= numero*2) { + quadrato += dispari; + dispari += 2; + } + System.out.println("While: " + quadrato); + } else { + System.out.println("Il valore inserito non è valido"); + } + } +} diff --git a/Ripasso 1Java/Car/.vscode/settings.json b/Ripasso 1Java/Car/.vscode/settings.json new file mode 100644 index 0000000..e0a04ea --- /dev/null +++ b/Ripasso 1Java/Car/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "vsintellicode.java.completionsEnabled": false +} \ No newline at end of file diff --git a/Ripasso 1Java/Car/Car.html b/Ripasso 1Java/Car/Car.html new file mode 100644 index 0000000..f71371c --- /dev/null +++ b/Ripasso 1Java/Car/Car.html @@ -0,0 +1,203 @@ + + + + +Car + + + + + + + + + + + + + + + +
+ +
+
+ +
+

Class Car

+
+ +
+
+
public class Car +extends Object
+
Una classe che simula un'automobile
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    Car(double r)
    +
    +
    Costruttore dell'oggetto Car
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    addGas(double c)
    +
    +
    Setter che simula l'inserimento nel serbatoio di una certa quantità di carburante
    +
    +
    void
    +
    drive(double km)
    +
    +
    Metodo che simula la guida dell'automobile per tot km
    +
    +
    double
    + +
    +
    Getter che simula la misurazione del carburante
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Car

      +
      public Car(double r)
      +
      Costruttore dell'oggetto Car
      +
      +
      Parameters:
      +
      r - resa
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      drive

      +
      public void drive(double km)
      +
      Metodo che simula la guida dell'automobile per tot km
      +
      +
      Parameters:
      +
      km - chilometri percorsi
      +
      +
      +
    • +
    • +
      +

      getGasInTank

      +
      public double getGasInTank()
      +
      Getter che simula la misurazione del carburante
      +
      +
      Returns:
      +
      Quantità di carburante rimanente
      +
      +
      +
    • +
    • +
      +

      addGas

      +
      public void addGas(double c)
      +
      Setter che simula l'inserimento nel serbatoio di una certa quantità di carburante
      +
      +
      Parameters:
      +
      c - Carburante inserito nel serbatoio
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/Ripasso 1Java/Car/Car.java b/Ripasso 1Java/Car/Car.java new file mode 100644 index 0000000..ea87e9e --- /dev/null +++ b/Ripasso 1Java/Car/Car.java @@ -0,0 +1,45 @@ +/** + * Una classe che simula un'automobile + * @author radaelli11353 + */ +public class Car{ + private double resa; + private double carburante; + + /** + * Costruttore dell'oggetto Car + * @param r resa + */ + public Car(double r) { + resa = r; + carburante = 10; + } + + /** + * Metodo che simula la guida dell'automobile per tot km + * @param km chilometri percorsi + */ + public void drive(double km) { + if (km/resa > carburante) throw new IllegalArgumentException(); { + carburante -= km/resa; + } + } + + /** + * Getter che simula la misurazione del carburante + * @return Quantità di carburante rimanente + */ + public double getGasInTank() { + return carburante; + } + + /** + * Setter che simula l'inserimento nel serbatoio di una certa quantità di carburante + * @param c Carburante inserito nel serbatoio + */ + public void addGas(double c) { + if(c<0) throw new IllegalArgumentException(); { + carburante += c; + } + } +} \ No newline at end of file diff --git a/Ripasso 1Java/Car/CarTester.html b/Ripasso 1Java/Car/CarTester.html new file mode 100644 index 0000000..f1d007d --- /dev/null +++ b/Ripasso 1Java/Car/CarTester.html @@ -0,0 +1,164 @@ + + + + +CarTester + + + + + + + + + + + + + + + +
+ +
+
+ +
+

Class CarTester

+
+
java.lang.Object +
CarTester
+
+
+
+
public class CarTester +extends Object
+
Classe di test per Car.java
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CarTester

      +
      public CarTester()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      main

      +
      public static void main(String[] args)
      +
      Metodo main della classe di test
      +
      +
      Parameters:
      +
      args - Argomenti del metodo main
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/Ripasso 1Java/Car/CarTester.java b/Ripasso 1Java/Car/CarTester.java new file mode 100644 index 0000000..d762598 --- /dev/null +++ b/Ripasso 1Java/Car/CarTester.java @@ -0,0 +1,15 @@ +/** + * Classe di test per Car.java + */ +public class CarTester { + /** + * Metodo main della classe di test + * @param args Argomenti del metodo main + */ + public static void main(String[] args) { + Car prova = new Car(2); + prova.addGas(50); + prova.drive(20); + System.out.println(prova.getGasInTank()); + } +} diff --git a/Ripasso 1Java/Car/allclasses-index.html b/Ripasso 1Java/Car/allclasses-index.html new file mode 100644 index 0000000..0ed73a9 --- /dev/null +++ b/Ripasso 1Java/Car/allclasses-index.html @@ -0,0 +1,71 @@ + + + + +All Classes and Interfaces + + + + + + + + + + + + + + + +
+ +
+
+
+

All Classes and Interfaces

+
+
+
Classes
+
+
Class
+
Description
+ +
+
Una classe che simula un'automobile
+
+ +
+
Classe di test per Car.java
+
+
+
+
+
+
+ + diff --git a/Ripasso 1Java/Car/allpackages-index.html b/Ripasso 1Java/Car/allpackages-index.html new file mode 100644 index 0000000..1ae4ba3 --- /dev/null +++ b/Ripasso 1Java/Car/allpackages-index.html @@ -0,0 +1,63 @@ + + + + +All Packages + + + + + + + + + + + + + + + +
+ +
+
+
+

All Packages

+
+
Package Summary
+
+
Package
+
Description
+ +
 
+
+
+
+
+ + diff --git a/Ripasso 1Java/Car/element-list b/Ripasso 1Java/Car/element-list new file mode 100644 index 0000000..0e722c7 --- /dev/null +++ b/Ripasso 1Java/Car/element-list @@ -0,0 +1 @@ +unnamed package diff --git a/Ripasso 1Java/Car/help-doc.html b/Ripasso 1Java/Car/help-doc.html new file mode 100644 index 0000000..03d3929 --- /dev/null +++ b/Ripasso 1Java/Car/help-doc.html @@ -0,0 +1,170 @@ + + + + +API Help + + + + + + + + + + + + + + + +
+ +
+
+

JavaDoc Help

+ +
+
+

Navigation

+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
+
+
+

Kinds of Pages

+The following sections describe the different kinds of pages in this collection. +
+

Package

+

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

+
    +
  • Interfaces
  • +
  • Classes
  • +
  • Enum Classes
  • +
  • Exceptions
  • +
  • Errors
  • +
  • Annotation Interfaces
  • +
+
+
+

Class or Interface

+

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

+
    +
  • Class Inheritance Diagram
  • +
  • Direct Subclasses
  • +
  • All Known Subinterfaces
  • +
  • All Known Implementing Classes
  • +
  • Class or Interface Declaration
  • +
  • Class or Interface Description
  • +
+
+
    +
  • Nested Class Summary
  • +
  • Enum Constant Summary
  • +
  • Field Summary
  • +
  • Property Summary
  • +
  • Constructor Summary
  • +
  • Method Summary
  • +
  • Required Element Summary
  • +
  • Optional Element Summary
  • +
+
+
    +
  • Enum Constant Details
  • +
  • Field Details
  • +
  • Property Details
  • +
  • Constructor Details
  • +
  • Method Details
  • +
  • Element Details
  • +
+

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

+

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

+
+
+

Other Files

+

Packages and modules may contain pages with additional information related to the declarations nearby.

+
+
+

Tree (Class Hierarchy)

+

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

+
    +
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • +
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • +
+
+
+

All Packages

+

The All Packages page contains an alphabetic index of all packages contained in the documentation.

+
+
+

All Classes and Interfaces

+

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

+
+
+

Index

+

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

+
+
+
+This help file applies to API documentation generated by the standard doclet.
+
+
+ + diff --git a/Ripasso 1Java/Car/index-all.html b/Ripasso 1Java/Car/index-all.html new file mode 100644 index 0000000..ed1fb27 --- /dev/null +++ b/Ripasso 1Java/Car/index-all.html @@ -0,0 +1,102 @@ + + + + +Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A C D G M 
All Classes and Interfaces|All Packages +

A

+
+
addGas(double) - Method in class Car
+
+
Setter che simula l'inserimento nel serbatoio di una certa quantità di carburante
+
+
+

C

+
+
Car - Class in Unnamed Package
+
+
Una classe che simula un'automobile
+
+
Car(double) - Constructor for class Car
+
+
Costruttore dell'oggetto Car
+
+
CarTester - Class in Unnamed Package
+
+
Classe di test per Car.java
+
+
CarTester() - Constructor for class CarTester
+
 
+
+

D

+
+
drive(double) - Method in class Car
+
+
Metodo che simula la guida dell'automobile per tot km
+
+
+

G

+
+
getGasInTank() - Method in class Car
+
+
Getter che simula la misurazione del carburante
+
+
+

M

+
+
main(String[]) - Static method in class CarTester
+
+
Metodo main della classe di test
+
+
+A C D G M 
All Classes and Interfaces|All Packages
+
+
+ + diff --git a/Ripasso 1Java/Car/index.html b/Ripasso 1Java/Car/index.html new file mode 100644 index 0000000..525fa6e --- /dev/null +++ b/Ripasso 1Java/Car/index.html @@ -0,0 +1,26 @@ + + + + +Generated Documentation (Untitled) + + + + + + + + + + + +
+ +

Car.html

+
+ + diff --git a/Ripasso 1Java/Car/jquery-ui.overrides.css b/Ripasso 1Java/Car/jquery-ui.overrides.css new file mode 100644 index 0000000..a46bfe7 --- /dev/null +++ b/Ripasso 1Java/Car/jquery-ui.overrides.css @@ -0,0 +1,34 @@ +/* + * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; +} diff --git a/Ripasso 1Java/Car/legal/ADDITIONAL_LICENSE_INFO b/Ripasso 1Java/Car/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000..3f7e921 --- /dev/null +++ b/Ripasso 1Java/Car/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1 @@ +Please see ..\java.base\ADDITIONAL_LICENSE_INFO diff --git a/Ripasso 1Java/Car/legal/ASSEMBLY_EXCEPTION b/Ripasso 1Java/Car/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000..e09f918 --- /dev/null +++ b/Ripasso 1Java/Car/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1 @@ +Please see ..\java.base\ASSEMBLY_EXCEPTION diff --git a/Ripasso 1Java/Car/legal/LICENSE b/Ripasso 1Java/Car/legal/LICENSE new file mode 100644 index 0000000..940481e --- /dev/null +++ b/Ripasso 1Java/Car/legal/LICENSE @@ -0,0 +1 @@ +Please see ..\java.base\LICENSE diff --git a/Ripasso 1Java/Car/legal/jquery.md b/Ripasso 1Java/Car/legal/jquery.md new file mode 100644 index 0000000..8054a34 --- /dev/null +++ b/Ripasso 1Java/Car/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.5.1 + +### jQuery License +``` +jQuery v 3.5.1 +Copyright JS Foundation and other contributors, https://js.foundation/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +****************************************** + +The jQuery JavaScript Library v3.5.1 also includes Sizzle.js + +Sizzle.js includes the following license: + +Copyright JS Foundation and other contributors, https://js.foundation/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/sizzle + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +********************* + +``` diff --git a/Ripasso 1Java/Car/legal/jqueryUI.md b/Ripasso 1Java/Car/legal/jqueryUI.md new file mode 100644 index 0000000..8031bdb --- /dev/null +++ b/Ripasso 1Java/Car/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.12.1 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/Ripasso 1Java/Car/member-search-index.js b/Ripasso 1Java/Car/member-search-index.js new file mode 100644 index 0000000..dc6c17e --- /dev/null +++ b/Ripasso 1Java/Car/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"","c":"Car","l":"addGas(double)"},{"p":"","c":"Car","l":"Car(double)","u":"%3Cinit%3E(double)"},{"p":"","c":"CarTester","l":"CarTester()","u":"%3Cinit%3E()"},{"p":"","c":"Car","l":"drive(double)"},{"p":"","c":"Car","l":"getGasInTank()"},{"p":"","c":"CarTester","l":"main(String[])","u":"main(java.lang.String[])"}];updateSearchResults(); \ No newline at end of file diff --git a/Ripasso 1Java/Car/module-search-index.js b/Ripasso 1Java/Car/module-search-index.js new file mode 100644 index 0000000..0d59754 --- /dev/null +++ b/Ripasso 1Java/Car/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/Ripasso 1Java/Car/overview-tree.html b/Ripasso 1Java/Car/overview-tree.html new file mode 100644 index 0000000..a954b04 --- /dev/null +++ b/Ripasso 1Java/Car/overview-tree.html @@ -0,0 +1,67 @@ + + + + +Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For All Packages

+
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/Ripasso 1Java/Car/package-search-index.js b/Ripasso 1Java/Car/package-search-index.js new file mode 100644 index 0000000..747229e --- /dev/null +++ b/Ripasso 1Java/Car/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"}];updateSearchResults(); \ No newline at end of file diff --git a/Ripasso 1Java/Car/package-summary.html b/Ripasso 1Java/Car/package-summary.html new file mode 100644 index 0000000..a4b6650 --- /dev/null +++ b/Ripasso 1Java/Car/package-summary.html @@ -0,0 +1,86 @@ + + + + +Unnamed Package + + + + + + + + + + + + + + + +
+ +
+
+
+

Unnamed Package

+
+
+
+
    +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    Una classe che simula un'automobile
    +
    + +
    +
    Classe di test per Car.java
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/Ripasso 1Java/Car/package-tree.html b/Ripasso 1Java/Car/package-tree.html new file mode 100644 index 0000000..680c0fe --- /dev/null +++ b/Ripasso 1Java/Car/package-tree.html @@ -0,0 +1,67 @@ + + + + + Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Unnamed Package

+
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/Ripasso 1Java/Car/resources/glass.png b/Ripasso 1Java/Car/resources/glass.png new file mode 100644 index 0000000..a7f591f Binary files /dev/null and b/Ripasso 1Java/Car/resources/glass.png differ diff --git a/Ripasso 1Java/Car/resources/x.png b/Ripasso 1Java/Car/resources/x.png new file mode 100644 index 0000000..30548a7 Binary files /dev/null and b/Ripasso 1Java/Car/resources/x.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 0000000..34abd18 Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_65_dadada_1x400.png b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_65_dadada_1x400.png new file mode 100644 index 0000000..f058a93 Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_65_dadada_1x400.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_75_dadada_1x400.png b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 0000000..2ce04c1 Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 0000000..a90afb8 Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 0000000..dbe091f Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/Ripasso 1Java/Car/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 0000000..5dc3593 Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-icons_222222_256x240.png b/Ripasso 1Java/Car/script-dir/images/ui-icons_222222_256x240.png new file mode 100644 index 0000000..e723e17 Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-icons_222222_256x240.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-icons_2e83ff_256x240.png b/Ripasso 1Java/Car/script-dir/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 0000000..1f5f497 Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-icons_2e83ff_256x240.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-icons_454545_256x240.png b/Ripasso 1Java/Car/script-dir/images/ui-icons_454545_256x240.png new file mode 100644 index 0000000..618f5b0 Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-icons_454545_256x240.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-icons_888888_256x240.png b/Ripasso 1Java/Car/script-dir/images/ui-icons_888888_256x240.png new file mode 100644 index 0000000..ee5e33f Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-icons_888888_256x240.png differ diff --git a/Ripasso 1Java/Car/script-dir/images/ui-icons_cd0a0a_256x240.png b/Ripasso 1Java/Car/script-dir/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 0000000..7e8ebc1 Binary files /dev/null and b/Ripasso 1Java/Car/script-dir/images/ui-icons_cd0a0a_256x240.png differ diff --git a/Ripasso 1Java/Car/script-dir/jquery-3.5.1.min.js b/Ripasso 1Java/Car/script-dir/jquery-3.5.1.min.js new file mode 100644 index 0000000..b061403 --- /dev/null +++ b/Ripasso 1Java/Car/script-dir/jquery-3.5.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0a;a++)for(s in o[a])n=o[a][s],o[a].hasOwnProperty(s)&&void 0!==n&&(e[s]=t.isPlainObject(n)?t.isPlainObject(e[s])?t.widget.extend({},e[s],n):t.widget.extend({},n):n);return e},t.widget.bridge=function(e,s){var n=s.prototype.widgetFullName||e;t.fn[e]=function(o){var a="string"==typeof o,r=i.call(arguments,1),l=this;return a?this.length||"instance"!==o?this.each(function(){var i,s=t.data(this,n);return"instance"===o?(l=s,!1):s?t.isFunction(s[o])&&"_"!==o.charAt(0)?(i=s[o].apply(s,r),i!==s&&void 0!==i?(l=i&&i.jquery?l.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+o+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+o+"'")}):l=void 0:(r.length&&(o=t.widget.extend.apply(null,[o].concat(r))),this.each(function(){var e=t.data(this,n);e?(e.option(o||{}),e._init&&e._init()):t.data(this,n,new s(o,this))})),l}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"
",options:{classes:{},disabled:!1,create:null},_createWidget:function(i,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=e++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),i),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var l=s.match(/^([\w:-]*)\s*(.*)$/),h=l[1]+o.eventNamespace,c=l[2];c?n.on(h,c,r):i.on(h,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,l=/top|center|bottom/,h=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("
"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.widthi?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};h>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),l.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,l=n-r,h=r+e.collisionWidth-a-n;e.collisionWidth>a?l>0&&0>=h?(i=t.left+l+e.collisionWidth-a-n,t.left+=l-i):t.left=h>0&&0>=l?n:l>h?n+a-e.collisionWidth:n:l>0?t.left+=l:h>0?t.left-=h:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,l=n-r,h=r+e.collisionHeight-a-n;e.collisionHeight>a?l>0&&0>=h?(i=t.top+l+e.collisionHeight-a-n,t.top+=l-i):t.top=h>0&&0>=l?n:l>h?n+a-e.collisionHeight:n:l>0?t.top+=l:h>0?t.top-=h:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,l=n.isWindow?n.scrollLeft:n.offset.left,h=t.left-e.collisionPosition.marginLeft,c=h-l,u=h+e.collisionWidth-r-l,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-l,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,l=n.isWindow?n.scrollTop:n.offset.top,h=t.top-e.collisionPosition.marginTop,c=h-l,u=h+e.collisionHeight-r-l,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-l,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.ui.safeActiveElement=function(t){var e;try{e=t.activeElement}catch(i){e=t.body}return e||(e=t.body),e.nodeName||(e=t.body),e},t.widget("ui.menu",{version:"1.12.1",defaultElement:"
    ",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault()},"click .ui-menu-item":function(e){var i=t(e.target),s=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&s.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(e){if(!this.previousFilter){var i=t(e.target).closest(".ui-menu-item"),s=t(e.currentTarget);i[0]===s[0]&&(this._removeClass(s.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,s))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.find(this.options.items).eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){var i=!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t),this.mouseHandled=!1}})},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=e.children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),i.children().each(function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()})},_keydown:function(e){var i,s,n,o,a=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:a=!1,s=this.previousFilter||"",o=!1,n=e.keyCode>=96&&105>=e.keyCode?""+(e.keyCode-96):String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),n===s?o=!0:n=s+n,i=this._filterMenuItems(n),i=o&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(e.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(e,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}a&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,i,s,n,o,a=this,r=this.options.icons.submenu,l=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),s=l.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),i=e.prev(),s=t("").data("ui-menu-submenu-caret",!0);a._addClass(s,"ui-menu-icon","ui-icon "+r),i.attr("aria-haspopup","true").prepend(s),e.attr("aria-labelledby",i.attr("id"))}),this._addClass(s,"ui-menu","ui-widget ui-widget-content ui-front"),e=l.add(this.element),i=e.find(this.options.items),i.not(".ui-menu-item").each(function(){var e=t(this);a._isDivider(e)&&a._addClass(e,"ui-menu-divider","ui-widget-content")}),n=i.not(".ui-menu-item, .ui-menu-divider"),o=n.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(n,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var i=this.element.find(".ui-menu-icon");this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t+""),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i,s,n;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children(".ui-menu-item-wrapper"),this._addClass(s,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),n=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(n,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.outerHeight(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this._removeClass(s.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(e),void 0)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items).first())),void 0):(this.next(e),void 0)},_hasScroll:function(){return this.element.outerHeight()",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n;this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,void 0;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),void 0):(this._searchTimeout(t),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(t),this._change(t),void 0)}}),this._initSource(),this.menu=t("
      ").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,this.element[0]!==t.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(e,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:n})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&t.trim(s).length&&(this.liveRegion.children().hide(),t("
      ").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,i){var s=i.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=n,this._delay(function(){this.previous=n,this.selectedItem=s})),!1!==this._trigger("select",e,{item:s})&&this._value(s.value),this.term=this._value(),this.close(e),this.selectedItem=s}}),this.liveRegion=t("
      ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var i=this.menu.element[0];return e.target===this.element[0]||e.target===i||t.contains(i,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){var e=this.term===this._value(),i=this.menu.element.is(":visible"),s=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;(!e||e&&!i&&!s)&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(t("
      ").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("
      ").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete}); \ No newline at end of file diff --git a/Ripasso 1Java/Car/script-dir/jquery-ui.structure.min.css b/Ripasso 1Java/Car/script-dir/jquery-ui.structure.min.css new file mode 100644 index 0000000..e880892 --- /dev/null +++ b/Ripasso 1Java/Car/script-dir/jquery-ui.structure.min.css @@ -0,0 +1,5 @@ +/*! jQuery UI - v1.12.1 - 2018-12-06 +* http://jqueryui.com +* Copyright jQuery Foundation and other contributors; Licensed MIT */ + +.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0} \ No newline at end of file diff --git a/Ripasso 1Java/Car/script.js b/Ripasso 1Java/Car/script.js new file mode 100644 index 0000000..ccac782 --- /dev/null +++ b/Ripasso 1Java/Car/script.js @@ -0,0 +1,132 @@ +/* + * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); + elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.querySelector('div#' + tableId +' .summary-table') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} + +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + contentDiv.addEventListener("scroll", function(e) { + var timeoutID; + if (!timeoutID) { + timeoutID = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + timeoutID = null; + }, 100); + } + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/Ripasso 1Java/Car/search.js b/Ripasso 1Java/Car/search.js new file mode 100644 index 0000000..3f826c7 --- /dev/null +++ b/Ripasso 1Java/Car/search.js @@ -0,0 +1,354 @@ +/* + * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var noResult = {l: "No results found"}; +var loading = {l: "Loading search index..."}; +var catModules = "Modules"; +var catPackages = "Packages"; +var catTypes = "Classes and Interfaces"; +var catMembers = "Members"; +var catSearchTags = "Search Tags"; +var highlight = "$&"; +var searchPattern = ""; +var fallbackPattern = ""; +var RANKING_THRESHOLD = 2; +var NO_MATCH = 0xffff; +var MIN_RESULTS = 3; +var MAX_RESULTS = 500; +var UNNAMED = ""; +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(item, matcher, fallbackMatcher) { + var escapedItem = escapeHtml(item); + var highlighted = escapedItem.replace(matcher, highlight); + if (highlighted === escapedItem) { + highlighted = escapedItem.replace(fallbackMatcher, highlight) + } + return highlighted; +} +function getURLPrefix(ui) { + var urlPrefix=""; + var slash = "/"; + if (ui.item.category === catModules) { + return ui.item.l + slash; + } else if (ui.item.category === catPackages && ui.item.m) { + return ui.item.m + slash; + } else if (ui.item.category === catTypes || ui.item.category === catMembers) { + if (ui.item.m) { + urlPrefix = ui.item.m + slash; + } else { + $.each(packageSearchIndex, function(index, item) { + if (item.m && ui.item.p === item.l) { + urlPrefix = item.m + slash; + } + }); + } + } + return urlPrefix; +} +function createSearchPattern(term) { + var pattern = ""; + var isWordToken = false; + term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { + if (index > 0) { + // whitespace between identifiers is significant + pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; + } + var tokens = w.split(/(?=[A-Z,.()<>[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + if (s === "") { + continue; + } + pattern += $.ui.autocomplete.escapeRegex(s); + isWordToken = /\w$/.test(s); + if (isWordToken) { + pattern += "([a-z0-9_$<>\\[\\]]*?)"; + } + } + }); + return pattern; +} +function createMatcher(pattern, flags) { + var isCamelCase = /[A-Z]/.test(pattern); + return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); +} +var watermark = 'Search'; +$(function() { + var search = $("#search-input"); + var reset = $("#reset-button"); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + search.val(watermark).addClass('watermark'); + search.blur(function() { + if ($(this).val().length === 0) { + $(this).val(watermark).addClass('watermark'); + } + }); + search.on('click keydown paste', function() { + if ($(this).val() === watermark) { + $(this).val('').removeClass('watermark'); + } + }); + reset.click(function() { + search.val('').focus(); + }); + search.focus()[0].setSelectionRange(0, 0); +}); +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + }, + _renderMenu: function(ul, items) { + var rMenu = this; + var currentCategory = ""; + rMenu.menu.bindings = $(); + $.each(items, function(index, item) { + var li; + if (item.category && item.category !== currentCategory) { + ul.append("
    • " + item.category + "
    • "); + currentCategory = item.category; + } + li = rMenu._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", item.category + " : " + item.l); + li.attr("class", "result-item"); + } else { + li.attr("aria-label", item.l); + li.attr("class", "result-item"); + } + }); + }, + _renderItem: function(ul, item) { + var label = ""; + var matcher = createMatcher(escapeHtml(searchPattern), "g"); + var fallbackMatcher = new RegExp(fallbackPattern, "gi") + if (item.category === catModules) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catPackages) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catTypes) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catMembers) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); + } else if (item.category === catSearchTags) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else { + label = item.l; + } + var li = $("
    • ").appendTo(ul); + var div = $("
      ").appendTo(li); + if (item.category === catSearchTags && item.h) { + if (item.d) { + div.html(label + " (" + item.h + ")
      " + + item.d + "
      "); + } else { + div.html(label + " (" + item.h + ")"); + } + } else { + if (item.m) { + div.html(item.m + "/" + label); + } else { + div.html(label); + } + } + return li; + } +}); +function rankMatch(match, category) { + if (!match) { + return NO_MATCH; + } + var index = match.index; + var input = match.input; + var leftBoundaryMatch = 2; + var periferalMatch = 0; + // make sure match is anchored on a left word boundary + if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { + leftBoundaryMatch = 0; + } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { + leftBoundaryMatch = 1; + } + var matchEnd = index + match[0].length; + var leftParen = input.indexOf("("); + var endOfName = leftParen > -1 ? leftParen : input.length; + // exclude peripheral matches + if (category !== catModules && category !== catSearchTags) { + var delim = category === catPackages ? "/" : "."; + if (leftParen > -1 && leftParen < index) { + periferalMatch += 2; + } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { + periferalMatch += 2; + } + } + var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match + for (var i = 1; i < match.length; i++) { + // lower ranking if parts of the name are missing + if (match[i]) + delta += match[i].length; + } + if (category === catTypes) { + // lower ranking if a type name contains unmatched camel-case parts + if (/[A-Z]/.test(input.substring(matchEnd))) + delta += 5; + if (/[A-Z]/.test(input.substring(0, index))) + delta += 5; + } + return leftBoundaryMatch + periferalMatch + (delta / 200); + +} +function doSearch(request, response) { + var result = []; + searchPattern = createSearchPattern(request.term); + fallbackPattern = createSearchPattern(request.term.toLowerCase()); + if (searchPattern === "") { + return this.close(); + } + var camelCaseMatcher = createMatcher(searchPattern, ""); + var fallbackMatcher = new RegExp(fallbackPattern, "i"); + + function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { + if (indexArray) { + var newResults = []; + $.each(indexArray, function (i, item) { + item.category = category; + var ranking = rankMatch(matcher.exec(nameFunc(item)), category); + if (ranking < RANKING_THRESHOLD) { + newResults.push({ranking: ranking, item: item}); + } + return newResults.length <= MAX_RESULTS; + }); + return newResults.sort(function(e1, e2) { + return e1.ranking - e2.ranking; + }).map(function(e) { + return e.item; + }); + } + return []; + } + function searchIndex(indexArray, category, nameFunc) { + var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); + result = result.concat(primaryResults); + if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { + var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); + result = result.concat(secondaryResults.filter(function (item) { + return primaryResults.indexOf(item) === -1; + })); + } + } + + searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); + searchIndex(packageSearchIndex, catPackages, function(item) { + return (item.m && request.term.indexOf("/") > -1) + ? (item.m + "/" + item.l) : item.l; + }); + searchIndex(typeSearchIndex, catTypes, function(item) { + return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; + }); + searchIndex(memberSearchIndex, catMembers, function(item) { + return request.term.indexOf(".") > -1 + ? item.p + "." + item.c + "." + item.l : item.l; + }); + searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); + + if (!indexFilesLoaded()) { + updateSearchResults = function() { + doSearch(request, response); + } + result.unshift(loading); + } else { + updateSearchResults = function() {}; + } + response(result); +} +$(function() { + $("#search-input").catcomplete({ + minLength: 1, + delay: 300, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push(noResult); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.category) { + var url = getURLPrefix(ui); + if (ui.item.category === catModules) { + url += "module-summary.html"; + } else if (ui.item.category === catPackages) { + if (ui.item.u) { + url = ui.item.u; + } else { + url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (ui.item.category === catTypes) { + if (ui.item.u) { + url = ui.item.u; + } else if (ui.item.p === UNNAMED) { + url += ui.item.l + ".html"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; + } + } else if (ui.item.category === catMembers) { + if (ui.item.p === UNNAMED) { + url += ui.item.c + ".html" + "#"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; + } + if (ui.item.u) { + url += ui.item.u; + } else { + url += ui.item.l; + } + } else if (ui.item.category === catSearchTags) { + url += ui.item.u; + } + if (top !== window) { + parent.classFrame.location = pathtoroot + url; + } else { + window.location.href = pathtoroot + url; + } + $("#search-input").focus(); + } + } + }); +}); diff --git a/Ripasso 1Java/Car/stylesheet.css b/Ripasso 1Java/Car/stylesheet.css new file mode 100644 index 0000000..8133b9b --- /dev/null +++ b/Ripasso 1Java/Car/stylesheet.css @@ -0,0 +1,865 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:#bb7a2a; +} +a[name] { + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; +} +h4 { + font-size:15px; +} +h5 { + font-size:14px; +} +h6 { + font-size:13px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +.summary-table dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 14px; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.clear { + clear:both; + height:0; + overflow:hidden; +} +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:11px; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* + * Styles for navigation bar. + */ +@media screen { + .flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + .flex-header { + flex: 0 0 auto; + } + .flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + min-height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.sub-nav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.sub-nav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list { + padding-top:5px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0 0 0 0; + padding:5px 6px; + clear:none; +} +.nav-list-search label { + position:relative; + right:-16px; +} +ul.sub-nav-list li { + list-style:none; + float:left; + padding-top:10px; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.nav-bar-cell1-rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header and footer. + */ +.title { + color:#2c4557; + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.see-list, ul.see-list-long { + padding-left: 0; + list-style: none; +} +ul.see-list li { + display: inline; +} +ul.see-list li:not(:last-child):after, +ul.see-list-long li:not(:last-child):after { + content: ", "; + white-space: pre-wrap; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0; + padding-top:10px; + padding-left:1px; + margin:0; + white-space:pre; +} +.caption a:link, .caption a:visited { + color:#1f389c; +} +.caption a:hover, +.caption a:active { + color:#FFFFFF; +} +.caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; +} +div.table-tabs > button.active-table-tab { + background: #F8981D; + color: #253441; +} +div.table-tabs > button.table-tab { + background: #4D7A97; + color: #FFFFFF; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +@media screen and (max-width: 800px) { + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-summary .col-last { + grid-column-end: span 2; + } +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:#dee3e9; + font-weight: bold; +} +.col-first, .col-first { + font-size:13px; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:13px; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited, +.constant-values-container a:link, .constant-values-container a:visited, +.all-classes-container a:link, .all-classes-container a:visited, +.all-packages-container a:link, .all-packages-container a:visited { + font-weight:bold; +} +.table-sub-heading-color { + background-color:#EEEEFF; +} +.even-row-color, .even-row-color .table-header { + background-color:#FFFFFF; +} +.odd-row-color, .odd-row-color .table-header { + background-color:#EEEEEF; +} +/* + * Styles for contents. + */ +.deprecated-content { + margin:0; + padding:10px 0; +} +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:0 10px 5px 0; + color:#474747; +} +.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:#4D7A97; + color:#FFFFFF; +} +.result-item { + font-size:13px; +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:scroll; + overflow-x:scroll; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:999999; +} +ul.ui-autocomplete li { + float:left; + clear:both; + width:100%; +} +.result-highlight { + font-weight:bold; +} +#search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + padding-left:20px; + position:relative; + right:-18px; + width:400px; +} +#reset-button { + background-color: rgb(255,255,255); + background-image:url('resources/x.png'); + background-position:center; + background-repeat:no-repeat; + background-size:12px; + border:0 none; + width:16px; + height:16px; + position:relative; + left:-4px; + top:-4px; + font-size:0px; +} +.watermark { + color:#545454; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:yellow; +} +.module-graph span { + display:none; + position:absolute; +} +.module-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0px 20px 5px 10px; + border: 1px solid #ededed; + background-color: #f8f8f8; +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +span.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} + +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid black; +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid black; +} +table.striped { + border-collapse: collapse; + border: 1px solid black; +} +table.striped > thead { + background-color: #E3E3E3; +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid black; +} +table.striped > tbody > tr:nth-child(even) { + background-color: #EEE +} +table.striped > tbody > tr:nth-child(odd) { + background-color: #FFF +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak font sizes and paddings for small screens. + */ +@media screen and (max-width: 1050px) { + #search-input { + width: 300px; + } +} +@media screen and (max-width: 800px) { + #search-input { + width: 200px; + } + .top-nav, + .bottom-nav { + font-size: 11px; + padding-top: 6px; + } + .sub-nav { + font-size: 11px; + } + .about-language { + padding-right: 16px; + } + ul.nav-list li, + .sub-nav .nav-list-search { + padding: 6px; + } + ul.sub-nav-list li { + padding-top: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 500px) { + #search-input { + width: 150px; + } + .top-nav, + .bottom-nav { + font-size: 10px; + } + .sub-nav { + font-size: 10px; + } + .about-language { + font-size: 10px; + padding-right: 12px; + } +} diff --git a/Ripasso 1Java/Car/tag-search-index.js b/Ripasso 1Java/Car/tag-search-index.js new file mode 100644 index 0000000..0367dae --- /dev/null +++ b/Ripasso 1Java/Car/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/Ripasso 1Java/Car/type-search-index.js b/Ripasso 1Java/Car/type-search-index.js new file mode 100644 index 0000000..882119c --- /dev/null +++ b/Ripasso 1Java/Car/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"","l":"Car"},{"p":"","l":"CarTester"}];updateSearchResults(); \ No newline at end of file diff --git a/Ripasso 1Java/brainstorming car.pdf b/Ripasso 1Java/brainstorming car.pdf new file mode 100644 index 0000000..32b9148 Binary files /dev/null and b/Ripasso 1Java/brainstorming car.pdf differ diff --git a/Ripasso 1Java/brainstorming car.xopp b/Ripasso 1Java/brainstorming car.xopp new file mode 100644 index 0000000..c4c296e Binary files /dev/null and b/Ripasso 1Java/brainstorming car.xopp differ diff --git a/Ripasso 1Java/es1/ProvaOggetto.java b/Ripasso 1Java/es1/ProvaOggetto.java new file mode 100644 index 0000000..faa3244 --- /dev/null +++ b/Ripasso 1Java/es1/ProvaOggetto.java @@ -0,0 +1,15 @@ +public class ProvaOggetto { //classe da cui deriva l'oggetto in TestOggetto.java + private int esempio = 1; + + public ProvaOggetto(){ //costruttore + esempio = 5; + } + + public ProvaOggetto(int inserito){ //costruttore con parametri (Costruttore parametrico completo) + esempio = inserito; + } + + public int getEsempio() { //getter per la variabile "esempio" + return esempio; + } +} \ No newline at end of file diff --git a/Ripasso 1Java/es1/TestOggetto.java b/Ripasso 1Java/es1/TestOggetto.java new file mode 100644 index 0000000..99ef0b3 --- /dev/null +++ b/Ripasso 1Java/es1/TestOggetto.java @@ -0,0 +1,15 @@ +import java.util.Scanner; + +public class TestOggetto { + public static void main(String[] args) { + ProvaOggetto prova = new ProvaOggetto(); //costruito l'oggetto + System.out.println(prova.getEsempio()); + + ProvaOggetto prova2 = new ProvaOggetto(20); //costruisco l'oggetto con parametri + System.out.println(prova2.getEsempio()); + + Scanner in = new Scanner(System.in); + ProvaOggetto prova3 = new ProvaOggetto(in.nextInt()); + System.out.println(prova3.getEsempio()); + } +} diff --git a/Ripasso 2 Java/And or not de morgan.pdf b/Ripasso 2 Java/And or not de morgan.pdf new file mode 100644 index 0000000..3b36c83 Binary files /dev/null and b/Ripasso 2 Java/And or not de morgan.pdf differ diff --git a/Ripasso 2 Java/And or not de morgan.xopp b/Ripasso 2 Java/And or not de morgan.xopp new file mode 100644 index 0000000..67217b2 Binary files /dev/null and b/Ripasso 2 Java/And or not de morgan.xopp differ diff --git a/Ripasso 2 Java/Dipendente/Dipendente.java b/Ripasso 2 Java/Dipendente/Dipendente.java new file mode 100644 index 0000000..e9514e0 --- /dev/null +++ b/Ripasso 2 Java/Dipendente/Dipendente.java @@ -0,0 +1,45 @@ +/** + * Classe che simula un dipendente + * @author radaelli11353 + */ +public class Dipendente { + private String nome; + private double paga; + + /** + * Costruttore parametrico completo + * @param nome Nome dipendente + * @param paga Paga dipendente + */ + public Dipendente(String nome, double paga) { + this.nome = nome; + this.paga = paga; + } + + /** + * Costruttore che inizializza gli attributi a valori di base + */ + public Dipendente() { + this("Undefined", 0.0); + } + + @Override + public String toString() { + return "Nome: " + nome + ", paga oraria: " + paga; + } + + /** + * Metodo che calcola il salario della settimana precedente. + * Sopra le 40 ore, le ore sono considerate di straordinario + * @param ore Ore lavorate + */ + public double calcolaSalario(double ore) { + if(ore <= 40) { + return ore * paga; + } else { + double salario = 40 * paga; + ore -= 40; + return salario + (ore * paga * 1.5); + } + } +} diff --git a/Ripasso 2 Java/Dipendente/e522.java b/Ripasso 2 Java/Dipendente/e522.java new file mode 100644 index 0000000..c564f75 --- /dev/null +++ b/Ripasso 2 Java/Dipendente/e522.java @@ -0,0 +1,13 @@ +import java.util.Scanner; + +public class e522 { + public static void main(String[] args) { + Dipendente test = new Dipendente("Test", 10.00); + Scanner in = new Scanner(System.in); + + System.out.print("Inserisci il numero di ore lavorate la settimana scorsa: "); + double ore = in.nextDouble(); + + System.out.println(test.calcolaSalario(ore)); + } +} diff --git a/Ripasso 2 Java/IMG_20221023_154408.jpg b/Ripasso 2 Java/IMG_20221023_154408.jpg new file mode 100644 index 0000000..6dd6bca Binary files /dev/null and b/Ripasso 2 Java/IMG_20221023_154408.jpg differ diff --git a/Ripasso 2 Java/IMG_20221023_154457.jpg b/Ripasso 2 Java/IMG_20221023_154457.jpg new file mode 100644 index 0000000..f442519 Binary files /dev/null and b/Ripasso 2 Java/IMG_20221023_154457.jpg differ diff --git a/Ripasso 2 Java/e515/es.java b/Ripasso 2 Java/e515/es.java new file mode 100644 index 0000000..c96ff42 --- /dev/null +++ b/Ripasso 2 Java/e515/es.java @@ -0,0 +1,15 @@ +public class es { + public static void main(String[] args) { + int reddito = 1000000; + int perc; + + if (reddito < 50000) perc = 1; + else if (reddito < 75000) perc = 2; + else if (reddito < 100000) perc = 3; + else if (reddito < 250000) perc = 4; + else if (reddito < 500000) perc = 5; + else perc = 6; + + System.out.println("Da pagare: " + (reddito*perc/100)); + } +} \ No newline at end of file diff --git a/Ripasso 2 Java/e517/e517.java b/Ripasso 2 Java/e517/e517.java new file mode 100644 index 0000000..e7d98a2 --- /dev/null +++ b/Ripasso 2 Java/e517/e517.java @@ -0,0 +1,23 @@ +import java.util.Scanner; + +public class e517 { + public static void main(String[] args) { + double n1, n2, n3, max; + Scanner in = new Scanner(System.in); + System.out.print("Inserisci tre numeri decimali, con i decimali separati da virgola: "); + n1 = in.nextDouble(); + n2 = in.nextDouble(); + n3 = in.nextDouble(); + + max = n1; + if(!(n1 > n2 && n1 > n3)) { + if (n2 > n3) { + max = n2; + } else { + max = n3; + } + } + + System.out.println(max); + } +} \ No newline at end of file diff --git a/Ripasso 2 Java/e520/e520.java b/Ripasso 2 Java/e520/e520.java new file mode 100644 index 0000000..861be44 --- /dev/null +++ b/Ripasso 2 Java/e520/e520.java @@ -0,0 +1,34 @@ +import java.util.Scanner; + +/** + * Classe che riconosce se viene inserita una vocale o una consonante + * @author radaelli11353 + */ +public class e520 { + /** + * Metodo main di e520 + * @param args Argomenti passati all'esecuzione + */ + public static void main(String[] args) { + char lettera = ' '; + + System.out.print("Inserisci un carattere: "); + Scanner in = new Scanner(System.in); + + + String input = in.next().toLowerCase(); + + if(input.length() == 1) { + lettera = input.charAt(0); + if(lettera >= 'a' && lettera <= 'z') { // a <= lettera <= z + if(lettera == 'a' || lettera == 'e' || lettera == 'i' || lettera == 'o' || lettera == 'u') { + System.out.println("Vowel"); + } else { + System.out.println("Consonant"); + } + } + } + + + } +} diff --git a/Ripasso 2 Java/e523/e523.java b/Ripasso 2 Java/e523/e523.java new file mode 100644 index 0000000..c20cea7 --- /dev/null +++ b/Ripasso 2 Java/e523/e523.java @@ -0,0 +1,21 @@ +import java.util.Scanner; + +public class e523 { + public static void main(String[] args) { + double groceries; + int perc; + + Scanner in = new Scanner(System.in); + System.out.print("Inserisci l'importo della spesa, con i decimali separati con la virgola: "); + groceries = in.nextDouble(); + + if (groceries < 10) {perc = 0;} + else if (groceries < 60) {perc = 8;} + else if (groceries < 150) {perc = 10;} + else if (groceries < 210) {perc = 12;} + else {perc = 14;} + + groceries -= groceries*perc/100; + System.out.println(groceries); + } +} \ No newline at end of file diff --git a/eserciziario vecchio.pdf b/eserciziario vecchio.pdf new file mode 100644 index 0000000..54f8d5d Binary files /dev/null and b/eserciziario vecchio.pdf differ