blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50
values | src_encoding stringclasses 23
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 29
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
48fbfac71dd02c3401145a3fc3892ca0792c2720 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1133/CH8/EX8.5/Example8_5.sce | d1093b331eb89b35ade42a618f8c69215f8f9712 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 86 | sce | Example8_5.sce | //example 8.5
clc
of=50/14
format(5)
disp(of,"Output frequency = 50 kHz / 14 =")
|
50666f1070275aa09cf55608543b556a98768b23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1376/CH7/EX7.7/7_7.sci | 0ccc54a3258ac27189d792d78d39de3448003c8f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 158 | sci | 7_7.sci | //7.7
clc;
S=0.875;
P=1.35*10^3;
Q=1*10^3;
Cs=0.1*10^-6;
rx=S*P/Q;
printf("Resistance=%.2f ohm",rx)
Lx=P*Cs*S*10^3;
printf("\nInductance=%.3f mH",Lx) |
8e74a72d7e34543cc4cca81c3b9d9c3e3b30e34c | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Industrial_Instrumentation_K._Krishnaswamy_And_S._Vijayachitra_1436.zip/Industrial_Instrumentation_K._Krishnaswamy_And_S._Vijayachitra_1436/CH1/EX1.5/ex1_5.sce | 6924c8a07995a881974e361462034505dbbba3b3 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | ex1_5.sce | errcatch(-1,"stop");mode(2);// Example 1.5, page no-54
millivolt_cor=2.585
pot_reading=30.511
corrected_millivolt=pot_reading+millivolt_cor
printf("Temperature correspond to %.3f mV from the table = 600°C",corrected_millivolt)
exit();
|
4206cb9e37f0b55bd2093e7d1400664991246ebd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1247/CH3/EX3.7/example3_7.sce | 5d4418e17220e353747744c89fe8a31260c051ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 569 | sce | example3_7.sce | clear;
clc;
// Stoichiometry
// Chapter 3
// Material Balances Without Chemical Reaction
// Example 3.7
// Page 64
printf("Example 3.7, Page 64 \n \n");
// solution
m = 100 //[kg] SO3 free mixed acid (basis)
m1 = 55 //[kg] HNO3
m2 = 45 //[kg] H2SO4
// SO3 + H2O --> H2SO4
m3 = (80/18)*3 //[kg] SO3 equivalent to 3 kg of water
Q = m2+m3 //[kg] oleum to be mixed
S = (m3/Q)*100 // strength of oleum
R = m1/Q
printf("Strength of Oleum required is "+string(S)+" \nHNO3 and Oleum are required to be mixed in the proportion of "+string(R)+":1.")
|
62da5cd5aba42609ac74e9dc204a44aad36c4132 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3669/CH5/EX5.12/12.sce | 6a9ebbe9d1ef86f51bd054a03f20e87d68f722b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 451 | sce | 12.sce |
//Variable declaration
A=10*10**-6; //area(m**2)
ne=1; //number of electrons
I=100; //current(amperes)
w=63.5; //atomic weight
e=1.6*10**-19; //charge(c)
D=8.92*10**3; //density(kg/m**3)
Na=6.02*10**26; //avagadro number(per k mol)
//Calculation
n=ne*Na*D/w;
J=I/A;
vd=J/(n*e); //drift velocity of free electrons(m/s)
//Result
printf('drift velocity of free electrons is %0.3f *10**-3 m/s \n',(vd*10**3)) |
8352c2a697d4caad5f97afe42d2df099c59f337b | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.20_5.tst | 3157c11cc76182f1dd930d4bdf16606ee92ab25e | [] | no_license | mandar15/NLP_Project | 3142cda82d49ba0ea30b580c46bdd0e0348fe3ec | 1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2 | refs/heads/master | 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 480,354 | tst | 5.20_5.tst | 20 64:1 158:1 490:1 555:1 1180:1 1358:1 1804:1 1870:1 1915:1 1928:1 2025:1 2116:1 2134:1 2303:1 2365:1 2901:1 2994:1 3131:1 3308:1 3330:1 3598:1 3632:1 4171:1 4415:1 4608:1 4753:1 4769:1 4977:1 5452:1 5883:1 6147:1 6348:60 6602:1 7172:1 7341:1 7585:1 7758:2 7940:1 8009:1 8202:1 8302:1 8333:1 8406:2 8516:1 8628:2 8855:1 8974:1 9020:1 9076:1 9499:1 9996:2 10100:1 10153:1 10212:1 10300:1 10336:1 10435:1 10904:1 10949:1 11021:1 11327:1 12219:1 12287:1 12622:1 12640:1 12696:1 12732:1 12746:1 12801:1 13021:1 13078:1 13163:1 13468:1 13576:1 13815:1 13876:1 14057:2 14111:1 14125:1 14141:1 14172:1 14289:1 14620:1 14691:1 14765:1 14828:1 14895:1 14939:1 15232:1 15304:1 15308:1 15378:1 15671:1 15707:1 15811:1 15826:1 15908:1 16025:1 16058:1 16760:1 17190:2 17235:1 17981:1 18014:1 18125:1 18446:2 18551:2 18618:1 18863:1 18869:1 18882:1 18896:1 19203:1 19313:1 19377:1 19423:2 19677:1 19690:1 20476:1 20758:1 20777:1 21454:1 21777:1 21836:1 21857:1 22058:1 22319:1 22474:1 22581:1 22921:1 23281:1 23816:1 23897:1 23935:1
20 64:1 85:1 158:1 159:1 247:1 486:2 490:1 495:1 555:1 809:1 864:1 950:1 1109:1 1156:1 1180:1 1358:1 1737:1 1804:1 1870:1 1915:1 1928:1 1980:1 2025:1 2033:1 2116:1 2134:1 2303:1 2365:1 2426:2 2461:1 2473:1 2529:1 2531:1 2545:1 2756:1 2788:1 2826:1 2893:1 2901:1 2956:1 2994:1 2998:1 3027:1 3090:1 3131:1 3239:1 3308:1 3330:1 3388:1 3485:1 3598:1 3615:1 3632:1 3636:1 3646:1 3652:1 3658:1 3673:1 3906:1 4171:1 4178:1 4374:1 4415:2 4421:1 4458:1 4479:1 4608:1 4653:1 4660:1 4753:1 4758:1 4769:2 4851:1 4977:1 5002:1 5087:2 5116:1 5185:1 5293:1 5314:1 5341:1 5448:1 5452:1 5474:1 5611:1 5849:1 5883:2 5887:1 6144:1 6147:1 6348:145 6388:2 6602:2 6981:1 7172:1 7341:1 7460:1 7585:1 7758:3 7940:1 8009:1 8202:1 8294:1 8302:1 8333:1 8341:1 8385:1 8406:2 8516:2 8584:1 8628:2 8732:1 8828:1 8840:1 8855:1 8866:2 8901:1 8974:1 9020:2 9025:1 9076:1 9352:1 9499:1 9545:1 9583:1 9598:1 9718:1 9774:1 9996:2 10070:1 10100:1 10153:1 10181:1 10212:1 10300:1 10323:1 10336:1 10435:2 10542:1 10778:1 10850:1 10904:1 10944:1 10949:1 10971:1 11000:1 11021:1 11097:1 11133:1 11164:1 11327:1 11453:1 11537:1 11771:1 11822:1 11986:1 12204:1 12219:1 12287:1 12460:1 12622:2 12640:1 12696:6 12731:1 12732:2 12746:1 12787:1 12801:1 12964:1 12992:1 13021:1 13078:1 13113:1 13144:1 13163:1 13347:1 13468:2 13576:1 13604:1 13815:1 13876:1 14057:2 14111:1 14125:1 14141:1 14172:1 14213:1 14289:1 14467:1 14620:1 14678:1 14691:1 14703:1 14765:1 14820:1 14828:1 14895:1 14906:1 14939:1 14950:1 15232:1 15280:1 15282:1 15304:1 15308:1 15322:1 15378:1 15393:1 15671:1 15707:1 15712:1 15715:1 15811:1 15826:1 15841:1 15846:1 15908:2 16025:1 16058:2 16168:1 16416:1 16609:1 16729:1 16760:1 17190:2 17210:1 17235:1 17250:1 17396:1 17401:1 17607:1 17653:1 17804:1 17981:1 18014:1 18078:1 18125:1 18170:1 18228:1 18407:1 18446:4 18533:1 18551:2 18618:1 18716:1 18745:1 18847:1 18863:1 18869:2 18882:1 18896:2 19028:1 19123:1 19203:1 19275:1 19313:2 19377:1 19398:1 19423:2 19462:1 19482:1 19677:1 19684:1 19690:1 19708:1 19852:1 20015:1 20476:1 20579:1 20656:1 20758:1 20777:1 20885:1 21237:1 21454:2 21493:1 21510:2 21541:1 21546:1 21616:2 21777:1 21836:1 21857:1 22058:1 22154:2 22238:1 22319:1 22474:1 22581:1 22626:1 22652:1 22921:1 22944:1 22983:1 23281:1 23335:1 23391:1 23696:2 23769:1 23816:1 23820:1 23897:1 23935:1 24048:1 24167:1
20 33:1 64:1 85:1 158:1 159:1 247:2 486:2 489:1 490:1 495:1 530:2 555:1 647:1 710:1 806:2 809:1 864:1 950:1 1109:1 1156:1 1180:1 1213:1 1358:1 1405:1 1615:1 1634:1 1650:1 1653:1 1674:1 1737:1 1744:1 1746:1 1755:1 1804:1 1870:1 1903:1 1915:1 1928:1 1980:1 2015:1 2025:1 2033:1 2116:1 2129:1 2134:1 2212:1 2303:1 2365:1 2426:2 2461:1 2473:1 2529:2 2531:1 2545:1 2756:1 2788:1 2826:1 2893:1 2901:1 2956:1 2994:2 2998:1 3027:1 3076:1 3090:1 3131:1 3239:2 3308:2 3330:1 3335:1 3388:1 3485:1 3536:1 3538:1 3566:1 3598:1 3615:2 3632:1 3636:1 3646:1 3652:1 3658:1 3673:1 3729:1 3876:1 3906:1 4171:1 4178:1 4374:1 4415:2 4421:1 4458:1 4479:1 4608:1 4653:1 4660:1 4708:1 4728:1 4753:1 4758:1 4769:3 4842:2 4851:1 4942:2 4977:1 4991:1 5002:1 5087:2 5116:1 5173:1 5185:1 5293:1 5314:1 5326:1 5341:1 5448:2 5452:1 5474:1 5611:1 5764:1 5846:1 5849:1 5883:2 5887:1 6040:1 6144:1 6147:1 6310:1 6348:260 6377:1 6388:2 6588:1 6602:2 6981:1 7059:1 7172:1 7225:1 7254:13 7335:1 7341:1 7381:1 7460:1 7481:2 7585:2 7607:1 7665:1 7668:1 7758:4 7940:1 8009:1 8020:1 8202:1 8294:1 8302:2 8333:1 8341:1 8385:1 8406:2 8467:1 8480:1 8516:2 8584:1 8628:2 8732:1 8828:1 8840:1 8845:1 8855:1 8866:2 8898:1 8901:1 8974:1 8992:2 9020:3 9025:1 9076:1 9111:1 9176:1 9352:1 9400:1 9499:1 9545:1 9583:1 9598:1 9640:1 9650:1 9718:1 9774:1 9996:2 10002:1 10070:1 10100:1 10153:1 10181:1 10212:1 10300:1 10323:1 10336:1 10343:1 10435:2 10449:1 10531:1 10542:1 10547:1 10778:1 10850:1 10904:1 10944:1 10949:1 10971:1 11000:1 11021:1 11072:1 11097:1 11133:1 11164:1 11223:1 11327:1 11419:1 11442:1 11453:1 11472:1 11537:1 11567:1 11729:1 11771:1 11822:1 11889:1 11986:1 12012:1 12056:1 12175:1 12204:1 12219:2 12287:1 12355:1 12460:1 12544:1 12600:1 12622:2 12628:1 12640:1 12696:7 12731:1 12732:3 12746:1 12787:1 12801:1 12952:1 12964:1 12992:1 13021:1 13078:2 13087:1 13113:1 13144:2 13163:1 13171:1 13347:1 13398:1 13421:1 13468:2 13576:1 13604:1 13646:1 13815:1 13876:2 14057:2 14111:1 14125:1 14141:1 14162:2 14164:1 14172:1 14213:1 14289:1 14437:1 14467:1 14620:1 14678:1 14691:1 14703:1 14765:1 14820:1 14828:1 14895:1 14906:1 14939:1 14950:1 15232:1 15280:1 15282:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15393:2 15659:2 15671:1 15707:1 15712:1 15715:1 15811:1 15826:1 15835:1 15841:1 15846:1 15908:2 16021:1 16025:1 16058:2 16068:1 16076:1 16081:1 16168:1 16282:1 16406:1 16416:1 16444:1 16459:1 16477:1 16609:1 16667:1 16729:1 16730:1 16760:1 17020:1 17102:1 17173:1 17190:2 17191:1 17210:1 17213:1 17226:1 17235:1 17250:1 17276:1 17396:2 17401:1 17548:1 17607:1 17653:1 17801:2 17804:1 17967:1 17981:1 18014:1 18078:1 18125:1 18170:1 18228:1 18407:1 18446:4 18533:1 18551:2 18566:1 18618:1 18655:1 18716:1 18745:1 18847:1 18863:1 18869:2 18882:1 18887:1 18896:2 18918:1 18975:1 19028:1 19078:1 19123:1 19124:2 19203:1 19235:1 19275:1 19313:2 19321:1 19377:1 19393:1 19398:1 19423:2 19462:1 19482:1 19677:1 19684:1 19690:1 19708:1 19852:1 20015:1 20167:1 20224:1 20326:1 20350:2 20476:1 20579:1 20656:1 20758:1 20770:1 20777:1 20885:1 20938:1 21237:1 21296:1 21454:2 21493:1 21510:2 21541:1 21546:1 21610:1 21616:2 21713:1 21777:1 21836:1 21852:1 21857:4 21894:1 21918:1 22054:1 22058:1 22154:2 22196:1 22238:1 22319:1 22328:1 22474:1 22509:1 22553:1 22581:1 22600:2 22626:1 22649:1 22652:1 22921:1 22944:1 22983:1 22991:2 23116:1 23281:1 23335:1 23380:1 23391:1 23696:2 23718:1 23769:1 23816:1 23820:1 23845:2 23897:1 23910:1 23935:1 23998:1 24032:1 24048:1 24166:1 24167:1
20 33:1 64:1 85:1 158:1 159:1 247:2 486:2 489:1 490:1 495:1 530:2 555:1 573:1 647:1 710:1 806:3 809:1 849:1 864:1 950:1 981:1 1109:1 1156:1 1180:1 1213:1 1223:1 1287:1 1358:1 1405:1 1615:2 1634:1 1650:1 1653:1 1674:1 1737:1 1744:1 1746:1 1755:1 1804:1 1870:1 1903:1 1915:1 1928:1 1968:1 1980:1 2015:1 2017:1 2025:1 2033:1 2049:1 2116:1 2129:1 2134:1 2212:1 2303:1 2365:1 2426:2 2461:1 2473:1 2489:2 2506:1 2529:3 2531:1 2545:1 2574:1 2583:1 2633:2 2730:1 2756:1 2788:1 2826:1 2893:1 2901:1 2956:1 2994:2 2998:1 3027:1 3076:2 3090:1 3111:1 3131:1 3239:2 3299:2 3308:2 3330:1 3335:1 3388:1 3419:1 3485:1 3523:1 3536:1 3538:1 3566:1 3598:1 3615:2 3632:1 3636:1 3646:2 3652:1 3653:1 3658:1 3673:1 3729:1 3817:1 3876:1 3906:1 3965:1 4098:1 4171:1 4178:1 4344:1 4374:1 4383:1 4415:2 4421:1 4458:1 4473:1 4479:1 4608:1 4653:1 4660:1 4690:1 4707:1 4708:1 4728:1 4753:1 4758:1 4769:3 4842:2 4851:1 4942:2 4977:1 4991:1 5002:1 5072:1 5087:2 5116:1 5173:1 5185:1 5293:1 5314:1 5326:1 5341:1 5448:2 5452:1 5474:1 5611:1 5764:1 5846:1 5849:1 5883:2 5887:1 5894:1 6040:1 6144:1 6147:1 6310:1 6348:348 6357:1 6374:1 6377:1 6388:2 6588:1 6602:2 6749:1 6981:1 7059:1 7128:1 7172:1 7225:1 7254:13 7335:1 7341:1 7381:1 7383:1 7460:1 7481:2 7585:2 7591:1 7607:1 7665:1 7668:1 7758:4 7769:1 7932:1 7940:1 7975:1 8009:1 8020:1 8202:1 8294:1 8302:2 8333:1 8341:1 8362:1 8385:1 8405:1 8406:2 8467:1 8480:1 8516:2 8584:1 8628:2 8732:1 8828:1 8840:1 8845:1 8855:1 8866:2 8898:1 8901:2 8974:1 8992:2 9020:3 9025:1 9076:1 9091:1 9111:1 9176:1 9352:1 9400:1 9446:1 9499:1 9545:1 9583:1 9598:1 9640:1 9650:1 9718:1 9774:1 9812:1 9996:2 10002:1 10070:1 10100:1 10153:1 10181:1 10212:1 10300:1 10323:1 10336:1 10343:1 10429:1 10435:2 10449:1 10531:1 10542:1 10547:1 10778:1 10834:1 10850:1 10904:1 10944:1 10949:1 10971:1 11000:1 11021:1 11072:1 11097:1 11110:1 11133:1 11144:1 11164:1 11223:1 11327:1 11416:1 11419:1 11442:1 11453:1 11472:1 11537:1 11567:1 11659:1 11675:1 11729:1 11771:1 11822:1 11889:1 11894:1 11895:1 11986:1 12012:1 12056:1 12175:1 12204:1 12219:2 12282:1 12287:1 12355:1 12460:1 12544:1 12600:2 12622:2 12628:1 12640:1 12696:9 12722:1 12731:2 12732:3 12746:1 12787:1 12801:1 12952:1 12964:1 12992:1 13021:1 13078:2 13087:1 13113:1 13125:1 13144:2 13163:1 13171:1 13175:1 13347:1 13378:2 13398:1 13421:1 13468:4 13526:1 13545:1 13576:1 13604:1 13646:1 13815:2 13876:2 14057:2 14111:1 14125:1 14141:1 14162:2 14164:1 14172:1 14213:1 14235:1 14289:1 14398:1 14437:1 14467:1 14589:1 14620:1 14678:1 14691:1 14703:1 14765:1 14820:1 14828:1 14895:2 14906:1 14916:1 14939:1 14950:1 15007:1 15232:1 15280:1 15282:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:3 15426:1 15484:1 15613:1 15659:2 15671:1 15707:1 15712:1 15715:1 15811:1 15821:1 15826:1 15835:1 15841:1 15846:1 15863:1 15885:1 15908:2 16021:1 16025:1 16058:2 16068:1 16076:1 16081:1 16168:1 16282:1 16406:1 16416:1 16444:1 16459:1 16477:1 16609:1 16630:1 16667:1 16729:1 16730:1 16760:1 17020:1 17102:1 17173:1 17190:2 17191:1 17210:1 17213:1 17226:1 17235:1 17250:1 17276:1 17366:1 17388:1 17396:2 17401:1 17523:1 17548:1 17607:1 17653:1 17801:2 17804:1 17967:1 17981:1 18014:1 18078:1 18125:1 18170:1 18228:1 18407:1 18446:4 18533:1 18551:2 18566:1 18618:1 18621:1 18655:1 18716:1 18745:1 18847:1 18863:1 18869:2 18882:1 18887:1 18896:2 18918:1 18975:1 19028:1 19078:1 19123:1 19124:4 19203:1 19235:1 19275:1 19313:2 19321:1 19377:1 19393:1 19398:1 19423:2 19448:1 19462:1 19482:1 19677:1 19684:1 19690:1 19708:1 19852:1 20015:1 20167:2 20224:1 20326:1 20350:2 20476:1 20579:1 20585:1 20625:1 20656:1 20703:1 20758:1 20770:2 20777:1 20885:1 20933:1 20938:1 21237:1 21296:1 21454:2 21490:2 21493:1 21510:2 21541:1 21546:1 21610:1 21616:2 21678:1 21713:2 21777:1 21836:1 21852:1 21857:4 21894:1 21918:1 22054:1 22058:1 22154:2 22196:2 22238:1 22286:1 22319:1 22328:1 22461:1 22472:1 22474:1 22509:1 22553:1 22581:1 22600:2 22626:1 22649:1 22652:1 22730:1 22921:1 22944:1 22983:1 22991:3 23116:1 23125:1 23244:1 23281:1 23335:1 23351:1 23380:1 23391:1 23439:1 23696:2 23718:1 23769:1 23795:1 23816:1 23820:1 23845:2 23897:1 23910:1 23935:1 23998:1 24032:1 24048:1 24166:2 24167:1
20 33:1 64:1 85:1 158:1 159:1 247:2 486:2 489:1 490:1 495:1 504:1 530:2 555:1 573:1 647:1 710:1 806:4 809:1 849:1 864:1 950:1 981:1 1109:1 1156:1 1171:1 1180:1 1213:1 1223:1 1287:1 1358:1 1405:1 1615:2 1634:1 1650:1 1653:1 1674:1 1737:1 1744:1 1746:1 1755:1 1804:1 1870:1 1903:1 1915:1 1928:1 1968:1 1980:1 2015:1 2017:1 2025:1 2033:1 2049:1 2116:1 2129:1 2134:1 2212:1 2303:1 2365:1 2426:2 2461:1 2473:1 2489:2 2506:1 2529:3 2531:1 2545:1 2574:1 2583:1 2633:3 2730:1 2756:1 2788:1 2826:1 2893:2 2901:1 2956:1 2994:2 2998:1 3027:1 3076:2 3090:1 3111:1 3131:1 3239:3 3299:3 3308:2 3330:1 3335:1 3388:1 3419:1 3485:1 3523:2 3536:1 3538:1 3566:1 3598:1 3615:3 3632:1 3636:1 3646:2 3652:1 3653:1 3658:1 3673:1 3729:1 3817:1 3876:1 3906:1 3926:1 3965:1 4098:1 4171:1 4178:1 4344:1 4374:1 4383:1 4415:2 4421:1 4458:1 4473:1 4479:1 4608:1 4653:1 4660:3 4690:1 4707:2 4708:1 4728:1 4753:1 4758:1 4769:3 4842:2 4851:1 4942:2 4977:2 4991:1 5002:1 5072:2 5087:2 5116:1 5173:1 5185:1 5293:1 5314:1 5326:1 5341:1 5448:2 5452:1 5474:1 5611:1 5764:1 5846:1 5849:1 5883:2 5887:1 5894:1 6040:1 6144:1 6147:1 6310:1 6348:366 6357:1 6374:1 6377:1 6388:2 6588:1 6602:2 6738:1 6749:1 6756:1 6981:1 7059:1 7128:1 7172:1 7225:1 7254:13 7335:1 7341:1 7381:1 7383:1 7460:1 7481:2 7585:2 7591:1 7607:1 7665:1 7668:1 7758:4 7769:1 7875:1 7932:2 7940:1 7975:2 8009:1 8020:1 8202:1 8294:1 8302:2 8333:1 8341:1 8362:1 8385:1 8405:1 8406:2 8467:1 8480:1 8516:2 8584:1 8628:2 8732:1 8752:1 8828:1 8840:1 8845:1 8855:1 8866:2 8898:1 8901:2 8974:1 8992:2 9020:3 9025:1 9076:1 9091:1 9111:1 9176:1 9352:1 9400:1 9446:1 9499:1 9545:1 9583:1 9598:1 9640:1 9650:1 9718:1 9774:1 9812:1 9996:2 10002:1 10070:1 10100:1 10153:1 10181:1 10183:1 10212:1 10233:1 10300:1 10323:1 10330:1 10336:1 10343:1 10429:2 10435:2 10449:1 10531:1 10542:1 10547:1 10778:1 10834:1 10850:1 10904:1 10944:1 10949:1 10955:1 10971:1 11000:1 11021:1 11072:1 11093:1 11097:1 11110:1 11133:1 11144:1 11164:1 11223:1 11327:1 11416:1 11419:1 11442:1 11453:1 11472:1 11537:1 11567:1 11659:1 11675:2 11729:2 11753:1 11771:1 11822:1 11889:1 11894:1 11895:1 11986:1 12012:1 12056:1 12150:1 12175:1 12204:1 12219:2 12282:1 12287:1 12355:1 12440:1 12460:1 12544:1 12600:2 12622:2 12628:1 12640:1 12696:10 12722:1 12731:2 12732:3 12746:1 12787:1 12801:1 12952:1 12964:1 12992:1 13021:1 13078:2 13087:1 13113:1 13125:1 13144:2 13163:1 13171:1 13175:1 13347:1 13378:3 13398:1 13421:1 13468:4 13526:1 13545:1 13576:1 13604:1 13646:1 13815:2 13876:2 14037:1 14057:2 14111:1 14125:1 14141:1 14162:2 14164:1 14172:1 14213:1 14235:1 14289:1 14398:1 14437:1 14467:1 14589:1 14620:1 14678:1 14691:1 14703:1 14765:1 14820:1 14828:1 14895:2 14906:3 14916:1 14939:1 14950:1 15007:2 15087:1 15232:1 15280:1 15282:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:3 15426:1 15484:1 15613:1 15659:2 15671:1 15707:1 15712:1 15715:1 15720:1 15811:1 15821:1 15826:1 15835:1 15841:1 15846:3 15863:1 15885:1 15908:2 16021:1 16025:1 16058:2 16068:1 16076:1 16081:1 16168:1 16282:1 16406:1 16416:1 16444:1 16459:1 16477:1 16609:3 16630:1 16667:1 16729:1 16730:1 16760:1 17020:1 17102:1 17119:1 17173:1 17190:2 17191:1 17210:2 17213:1 17226:1 17230:1 17235:1 17241:1 17250:1 17276:1 17366:1 17388:1 17396:2 17401:1 17523:1 17542:1 17548:1 17607:1 17653:1 17801:2 17804:1 17967:1 17981:1 18014:1 18078:3 18125:1 18170:1 18228:1 18407:1 18446:4 18533:1 18551:2 18566:1 18596:1 18618:1 18621:1 18655:1 18716:1 18735:1 18745:1 18847:1 18863:1 18869:2 18882:1 18887:1 18896:2 18918:1 18975:1 19028:1 19078:1 19123:1 19124:5 19203:1 19235:1 19275:1 19313:2 19321:1 19377:1 19393:1 19398:1 19423:2 19448:1 19462:1 19482:1 19677:1 19684:1 19690:1 19708:1 19852:1 20015:1 20167:2 20224:1 20326:1 20350:2 20476:1 20579:1 20585:2 20625:1 20656:1 20703:1 20731:1 20758:1 20770:3 20777:1 20885:1 20933:1 20938:1 21237:3 21296:1 21454:2 21490:3 21493:1 21510:2 21541:1 21546:1 21610:1 21616:2 21678:2 21713:3 21777:1 21836:1 21852:1 21857:4 21859:1 21894:1 21918:1 22054:1 22058:1 22154:2 22196:2 22238:1 22286:1 22319:1 22328:1 22461:2 22472:1 22474:1 22509:1 22553:1 22581:1 22600:2 22626:1 22649:1 22652:1 22730:1 22921:1 22944:1 22983:1 22991:4 23116:1 23125:1 23244:1 23281:1 23335:1 23351:1 23380:1 23391:1 23439:1 23696:2 23718:1 23769:1 23795:1 23816:1 23820:1 23845:2 23897:1 23910:1 23935:1 23945:1 23998:1 24032:1 24048:1 24166:2 24167:1
20 33:1 64:1 85:1 88:1 143:1 158:1 159:1 247:2 486:2 489:1 490:1 495:1 504:1 530:2 555:1 573:1 647:1 710:1 711:1 806:5 809:1 849:1 864:1 882:1 950:1 981:1 1109:1 1156:1 1171:1 1180:1 1213:1 1223:1 1287:1 1358:1 1405:1 1603:1 1615:2 1634:1 1650:1 1653:1 1674:1 1737:1 1744:1 1746:1 1755:1 1804:1 1852:1 1870:1 1903:1 1915:1 1928:1 1968:1 1980:1 2015:1 2017:1 2025:1 2033:1 2049:1 2116:1 2129:1 2134:1 2212:1 2303:1 2365:1 2426:2 2461:1 2473:1 2481:1 2489:2 2506:1 2529:3 2531:1 2545:1 2574:1 2583:1 2633:3 2730:1 2756:1 2788:1 2826:1 2834:1 2893:3 2901:1 2956:1 2994:2 2998:2 3027:1 3076:2 3090:1 3111:1 3131:1 3239:3 3287:1 3299:3 3307:1 3308:2 3330:1 3335:1 3388:1 3419:1 3485:1 3521:1 3523:2 3536:1 3538:1 3566:1 3598:1 3615:3 3632:1 3636:1 3646:2 3652:1 3653:1 3658:1 3673:1 3729:1 3786:1 3817:1 3876:1 3906:1 3926:1 3965:1 4098:1 4171:1 4178:1 4344:1 4374:1 4383:1 4415:2 4421:1 4458:1 4473:1 4479:1 4608:1 4653:1 4660:4 4690:1 4707:2 4708:1 4728:1 4753:1 4758:1 4769:4 4842:2 4851:1 4935:1 4942:2 4977:2 4991:1 5002:1 5072:2 5087:2 5116:1 5170:2 5173:1 5185:1 5293:1 5314:1 5326:1 5341:1 5448:2 5452:1 5474:1 5611:1 5764:1 5846:1 5849:1 5883:2 5887:1 5894:1 5951:1 6036:1 6040:1 6106:1 6144:1 6147:1 6310:1 6348:451 6357:1 6374:1 6377:1 6388:2 6588:1 6602:2 6738:1 6749:1 6756:1 6981:1 7059:1 7128:1 7172:1 7225:1 7254:13 7261:1 7335:1 7341:1 7381:1 7383:1 7460:1 7481:2 7585:2 7591:1 7607:1 7665:1 7668:1 7758:4 7769:1 7875:1 7932:2 7940:1 7975:2 8009:1 8020:1 8202:1 8294:1 8302:2 8333:1 8341:1 8362:1 8385:2 8405:1 8406:2 8461:1 8467:1 8480:1 8516:2 8567:1 8584:1 8628:2 8732:1 8752:1 8828:1 8840:1 8845:1 8855:1 8866:2 8898:1 8901:2 8974:1 8992:2 9020:4 9025:1 9076:1 9082:1 9091:1 9111:1 9176:1 9352:1 9400:1 9446:1 9499:1 9545:1 9583:1 9598:1 9640:1 9650:1 9718:1 9774:1 9812:1 9996:2 10002:1 10016:1 10070:1 10100:1 10153:2 10181:1 10183:1 10212:1 10233:1 10300:1 10323:1 10330:1 10336:1 10343:1 10429:2 10435:2 10449:1 10531:1 10542:1 10547:1 10778:1 10834:1 10850:1 10904:1 10944:1 10949:1 10955:1 10971:1 11000:1 11021:1 11072:1 11093:1 11097:1 11110:1 11133:1 11144:1 11164:1 11223:1 11327:1 11416:1 11419:1 11442:1 11453:1 11472:1 11512:1 11537:1 11567:1 11659:1 11675:2 11729:2 11753:1 11771:1 11822:1 11889:1 11894:1 11895:1 11986:1 11991:1 12012:1 12056:1 12150:1 12175:1 12204:1 12219:2 12282:1 12287:1 12355:1 12440:1 12460:1 12544:1 12600:2 12622:2 12628:1 12640:1 12696:10 12722:1 12731:2 12732:4 12746:1 12787:1 12801:1 12952:1 12964:1 12992:1 13021:1 13078:2 13087:1 13113:1 13125:1 13142:1 13144:2 13163:1 13171:1 13175:1 13347:1 13378:3 13398:1 13421:1 13468:4 13501:1 13526:1 13545:1 13576:1 13604:1 13616:1 13646:1 13670:1 13815:2 13856:1 13876:2 14037:1 14057:2 14111:1 14125:1 14141:1 14162:2 14164:1 14172:1 14213:1 14235:1 14286:1 14289:1 14398:1 14437:1 14467:1 14589:1 14620:1 14678:1 14691:1 14703:1 14765:1 14820:1 14828:1 14895:2 14906:4 14916:1 14939:1 14950:1 15007:2 15087:1 15232:1 15280:1 15282:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:3 15426:1 15484:1 15613:1 15659:2 15671:1 15707:1 15712:1 15715:1 15720:1 15811:1 15821:1 15826:1 15835:1 15841:1 15846:4 15863:1 15885:1 15908:2 15970:1 16021:1 16025:1 16058:2 16068:1 16076:1 16081:1 16168:1 16282:1 16385:1 16406:1 16416:1 16444:1 16459:1 16477:1 16609:4 16630:1 16667:1 16729:1 16730:1 16760:1 17020:1 17102:1 17119:1 17173:1 17190:2 17191:1 17210:2 17213:1 17226:1 17230:1 17235:1 17241:1 17250:1 17276:1 17366:1 17388:1 17396:2 17401:1 17523:1 17542:1 17548:1 17607:1 17653:1 17675:1 17678:1 17801:2 17804:1 17967:1 17981:1 18014:1 18078:4 18125:1 18170:1 18216:1 18228:1 18407:1 18446:4 18533:1 18551:2 18553:1 18566:1 18596:1 18618:1 18621:1 18655:1 18716:1 18735:1 18745:1 18847:1 18863:1 18869:2 18882:1 18887:1 18896:2 18918:1 18975:1 19028:1 19078:1 19123:1 19124:5 19203:1 19235:1 19275:1 19313:2 19321:1 19377:1 19393:1 19398:1 19423:2 19448:1 19462:1 19482:1 19677:1 19684:1 19690:1 19708:1 19852:1 20015:1 20167:2 20224:1 20326:1 20350:2 20401:1 20435:1 20476:1 20579:1 20585:2 20625:1 20656:1 20703:1 20731:1 20758:1 20770:3 20777:1 20885:1 20933:1 20938:1 21154:1 21234:1 21237:4 21296:1 21454:2 21490:3 21493:1 21510:2 21541:1 21546:1 21610:1 21616:2 21645:1 21678:2 21713:3 21777:1 21836:1 21852:1 21857:4 21859:1 21894:1 21918:1 22054:1 22058:1 22154:2 22196:2 22238:1 22286:1 22319:1 22328:1 22461:2 22472:1 22474:1 22509:1 22553:1 22581:1 22600:2 22626:1 22649:1 22652:1 22730:1 22921:1 22944:1 22983:1 22991:4 23061:1 23116:1 23125:1 23244:1 23262:1 23281:1 23335:1 23351:1 23380:1 23391:1 23439:1 23696:2 23718:1 23769:1 23795:1 23816:1 23820:1 23845:2 23897:1 23910:1 23935:1 23945:1 23998:1 24032:1 24048:1 24166:2 24167:1
20 33:1 64:1 85:1 88:1 143:1 158:1 159:1 221:1 247:2 434:2 486:2 489:1 490:1 495:1 504:1 530:2 555:1 573:1 647:1 710:1 711:1 798:1 806:6 809:1 849:1 864:1 882:1 943:1 950:1 981:1 1109:1 1156:1 1171:1 1180:1 1213:1 1223:1 1287:1 1358:1 1405:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:1 1674:1 1686:1 1737:1 1744:1 1746:1 1755:1 1804:1 1852:1 1870:1 1903:1 1915:1 1928:1 1968:1 1980:1 2015:1 2017:2 2025:1 2027:1 2033:1 2049:1 2116:1 2129:1 2134:1 2212:1 2303:1 2365:1 2426:2 2461:1 2473:1 2481:1 2489:2 2506:1 2529:3 2531:1 2545:1 2574:1 2583:1 2633:4 2730:1 2756:1 2788:1 2826:1 2834:1 2893:3 2901:1 2956:1 2994:2 2998:2 3027:1 3076:2 3090:1 3111:1 3131:1 3145:1 3239:3 3287:1 3299:4 3307:1 3308:2 3330:1 3335:1 3388:1 3419:1 3485:1 3487:1 3501:1 3521:1 3523:3 3536:1 3538:1 3566:1 3598:1 3615:3 3632:1 3636:1 3646:2 3652:1 3653:1 3658:1 3673:1 3714:1 3729:1 3778:1 3786:1 3817:1 3822:1 3876:1 3906:1 3926:1 3965:1 4098:1 4171:1 4178:1 4196:1 4344:1 4374:1 4383:1 4415:2 4421:1 4458:1 4473:1 4479:1 4608:1 4653:1 4660:4 4690:1 4707:3 4708:1 4711:1 4728:1 4753:1 4758:1 4769:4 4794:1 4842:2 4851:1 4935:1 4942:2 4977:2 4991:1 5002:1 5029:1 5072:3 5087:2 5116:1 5170:2 5173:1 5185:1 5293:1 5314:1 5326:1 5341:1 5448:2 5452:1 5474:1 5611:1 5764:1 5804:1 5846:1 5849:1 5883:2 5887:1 5894:2 5951:1 6036:1 6040:1 6106:1 6144:1 6147:1 6310:1 6348:523 6357:1 6374:1 6377:1 6388:2 6502:1 6545:1 6588:1 6602:2 6738:1 6749:1 6756:1 6761:1 6981:1 7059:1 7128:1 7172:1 7225:1 7254:13 7261:1 7335:1 7341:1 7353:1 7381:1 7383:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7591:1 7607:1 7665:1 7668:1 7758:4 7769:1 7790:1 7875:1 7932:3 7940:1 7949:1 7975:2 8009:1 8020:1 8191:1 8202:1 8265:1 8294:1 8302:2 8333:1 8341:1 8362:1 8385:2 8405:1 8406:2 8461:1 8467:1 8480:1 8516:2 8567:1 8584:1 8628:2 8732:1 8752:1 8766:1 8784:1 8828:1 8840:1 8845:1 8855:1 8866:2 8898:1 8901:2 8974:1 8992:2 9020:4 9025:1 9076:1 9082:1 9091:1 9111:1 9112:1 9130:1 9176:1 9288:1 9352:1 9369:1 9400:1 9446:1 9499:1 9545:1 9583:1 9598:1 9599:1 9640:1 9650:1 9718:1 9774:1 9812:1 9816:1 9872:1 9996:2 10002:1 10016:1 10070:1 10100:1 10135:1 10153:2 10181:1 10183:1 10212:1 10233:1 10300:2 10323:1 10330:1 10336:1 10343:1 10429:4 10435:2 10449:1 10531:1 10542:1 10547:1 10621:1 10778:1 10834:1 10850:1 10904:1 10944:1 10949:1 10955:1 10971:1 11000:1 11021:1 11072:1 11093:1 11097:1 11110:1 11133:1 11144:1 11164:1 11223:1 11228:1 11327:1 11416:1 11419:1 11442:1 11453:1 11472:1 11512:1 11537:1 11567:1 11659:1 11675:2 11729:2 11753:1 11771:1 11822:1 11889:1 11894:1 11895:1 11986:1 11991:1 11994:1 12012:1 12056:1 12113:1 12150:1 12175:1 12187:1 12204:1 12219:2 12242:1 12279:1 12282:1 12287:1 12314:1 12355:1 12440:1 12460:1 12541:1 12544:1 12600:3 12622:2 12628:1 12640:1 12696:10 12722:1 12731:2 12732:4 12746:1 12787:1 12801:1 12952:1 12964:1 12992:1 13021:1 13078:2 13087:1 13113:1 13125:1 13142:2 13144:2 13163:1 13171:1 13175:1 13219:1 13347:1 13378:4 13398:1 13421:1 13468:5 13501:1 13526:1 13545:1 13576:1 13604:1 13616:1 13646:1 13670:1 13815:2 13856:1 13876:2 13899:1 13994:1 14037:1 14057:2 14111:1 14125:1 14141:1 14162:2 14164:1 14172:1 14213:1 14235:1 14286:1 14289:1 14398:1 14425:1 14437:1 14467:1 14589:1 14620:1 14631:1 14678:1 14691:1 14703:1 14765:1 14820:1 14828:1 14895:2 14906:4 14916:1 14939:1 14950:1 15007:3 15087:1 15232:1 15280:1 15282:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:3 15426:1 15484:1 15491:1 15613:1 15659:2 15671:1 15707:1 15712:1 15715:1 15720:1 15811:1 15821:1 15826:1 15835:1 15841:1 15846:4 15863:1 15865:1 15885:1 15908:2 15955:1 15970:1 16021:1 16025:1 16058:2 16068:1 16076:1 16081:1 16092:1 16131:1 16168:1 16174:1 16257:1 16282:1 16316:1 16385:1 16406:1 16416:1 16444:1 16459:1 16477:1 16609:4 16630:1 16667:1 16729:1 16730:1 16760:1 17020:1 17102:1 17119:1 17173:1 17190:2 17191:1 17202:1 17210:2 17213:1 17226:1 17230:1 17235:1 17241:1 17250:1 17276:1 17343:1 17366:1 17388:1 17396:2 17401:1 17523:1 17542:1 17548:1 17553:1 17607:1 17653:1 17675:1 17678:1 17756:1 17801:2 17804:1 17967:1 17981:1 18014:1 18078:4 18125:1 18170:1 18216:1 18228:1 18407:1 18446:4 18533:1 18551:2 18553:1 18566:1 18596:1 18618:1 18621:1 18655:1 18681:1 18716:1 18735:1 18745:1 18847:1 18863:1 18869:2 18882:1 18887:1 18896:2 18918:1 18975:1 19028:1 19078:1 19123:1 19124:6 19203:1 19235:1 19275:1 19313:2 19321:1 19377:1 19393:1 19398:1 19423:2 19441:1 19448:1 19462:1 19482:1 19677:1 19684:1 19690:1 19708:1 19739:1 19776:1 19852:1 20015:1 20167:2 20224:1 20326:1 20350:2 20401:1 20435:1 20476:1 20579:2 20585:3 20625:1 20656:1 20703:1 20731:2 20758:1 20770:4 20777:1 20884:1 20885:1 20933:1 20938:1 21154:1 21234:1 21237:4 21296:1 21301:1 21454:2 21490:4 21493:1 21510:2 21541:1 21546:1 21610:1 21616:2 21645:1 21678:3 21713:5 21777:1 21836:1 21852:1 21857:4 21859:1 21894:1 21918:1 22054:1 22058:1 22154:2 22196:3 22238:1 22286:1 22319:1 22328:1 22411:1 22428:1 22461:4 22472:1 22474:1 22509:1 22553:1 22581:1 22600:2 22626:1 22649:1 22652:1 22730:1 22784:1 22921:1 22944:1 22966:1 22983:1 22991:5 23061:1 23116:1 23125:1 23244:1 23262:1 23281:1 23332:1 23335:1 23351:1 23380:1 23391:1 23439:1 23451:2 23696:2 23718:1 23764:1 23769:1 23795:1 23816:1 23820:1 23845:2 23874:1 23888:1 23897:1 23910:1 23935:1 23945:1 23947:1 23998:1 24032:1 24048:1 24166:2 24167:1
20 33:1 64:1 85:1 88:1 143:1 158:1 159:1 164:1 221:1 239:1 247:2 434:2 486:2 489:1 490:1 495:1 504:1 530:2 555:1 573:1 647:1 710:1 711:1 798:1 806:8 809:1 849:1 864:1 882:1 943:1 950:1 981:1 1109:1 1156:2 1171:1 1180:1 1213:2 1223:1 1287:1 1358:1 1405:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:1 1674:1 1686:1 1737:1 1744:1 1746:1 1755:1 1804:1 1848:1 1852:1 1870:1 1903:1 1915:1 1928:1 1956:1 1968:1 1980:1 2015:1 2017:2 2025:1 2027:1 2033:1 2043:1 2049:1 2116:1 2129:1 2134:1 2212:1 2303:1 2365:1 2389:1 2426:3 2461:1 2473:1 2481:1 2489:2 2506:1 2529:3 2531:1 2545:1 2574:1 2583:1 2633:5 2730:1 2756:1 2788:1 2826:1 2834:1 2836:1 2893:4 2901:1 2956:1 2994:2 2998:2 3011:1 3027:1 3076:2 3090:1 3111:1 3131:1 3145:1 3197:1 3239:3 3287:2 3299:5 3307:1 3308:2 3330:1 3335:1 3388:1 3419:1 3421:1 3466:1 3479:1 3485:1 3487:1 3501:1 3521:1 3523:4 3524:1 3536:1 3538:1 3566:1 3598:1 3614:1 3615:3 3632:1 3636:1 3646:2 3652:1 3653:1 3658:1 3673:1 3691:1 3714:1 3729:1 3778:1 3786:1 3817:1 3822:1 3876:1 3906:1 3926:2 3965:1 4098:1 4099:1 4171:1 4178:1 4196:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:1 4458:1 4473:1 4479:1 4531:1 4608:1 4653:1 4660:5 4690:1 4707:3 4708:1 4711:1 4728:1 4753:1 4758:1 4769:4 4794:1 4842:2 4846:1 4851:1 4911:1 4935:1 4942:2 4972:1 4977:3 4991:1 5002:1 5018:1 5029:1 5072:4 5087:2 5116:1 5170:2 5173:1 5185:1 5282:1 5293:1 5314:1 5326:1 5341:1 5433:1 5448:2 5452:1 5474:1 5478:1 5611:1 5764:1 5804:2 5846:1 5849:1 5883:2 5887:1 5894:2 5951:1 6036:1 6040:1 6106:1 6112:1 6144:1 6147:1 6309:1 6310:1 6348:611 6357:1 6374:1 6377:1 6388:2 6502:1 6545:1 6588:1 6602:2 6738:1 6749:1 6756:1 6761:1 6981:1 7059:1 7128:1 7172:1 7225:1 7254:13 7261:1 7335:1 7341:1 7353:1 7381:1 7383:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7591:1 7607:1 7661:1 7665:1 7668:1 7734:1 7758:4 7769:1 7790:1 7845:1 7875:1 7932:4 7940:1 7949:1 7975:2 7976:1 8009:1 8020:1 8049:1 8180:1 8191:1 8202:1 8257:1 8265:1 8294:1 8302:2 8333:1 8341:1 8362:1 8385:2 8405:1 8406:2 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8567:1 8584:1 8628:2 8732:1 8752:1 8766:1 8784:1 8828:1 8830:1 8840:1 8845:1 8855:1 8866:2 8898:1 8901:2 8974:1 8992:2 9020:4 9025:1 9076:1 9082:1 9091:1 9111:1 9112:1 9130:1 9176:1 9288:1 9352:1 9369:1 9400:1 9446:1 9499:1 9545:1 9552:1 9583:1 9598:1 9599:1 9640:1 9650:1 9718:1 9740:1 9774:1 9812:1 9816:1 9865:1 9872:1 9996:2 9997:1 10002:1 10016:1 10070:1 10100:1 10135:1 10153:2 10181:1 10183:1 10212:1 10233:1 10240:1 10267:1 10300:2 10323:1 10330:2 10336:1 10338:1 10341:2 10343:1 10429:5 10435:2 10449:1 10531:1 10542:1 10547:1 10593:1 10621:1 10778:2 10827:1 10834:1 10850:2 10904:1 10944:1 10949:1 10954:1 10955:1 10963:1 10971:1 11000:2 11021:1 11072:1 11093:1 11097:1 11110:1 11133:1 11144:1 11164:1 11223:1 11228:1 11327:1 11340:1 11416:1 11419:1 11442:1 11453:1 11472:1 11512:1 11537:1 11562:1 11567:1 11659:1 11675:2 11682:1 11729:2 11732:1 11753:1 11771:1 11822:1 11866:1 11889:1 11894:1 11895:1 11986:1 11991:1 11994:1 12012:1 12056:1 12113:1 12150:1 12175:1 12187:1 12204:1 12219:2 12242:1 12279:1 12282:1 12287:1 12292:1 12314:1 12355:1 12440:1 12460:1 12472:1 12522:1 12541:1 12544:1 12589:1 12600:3 12622:2 12628:1 12640:1 12696:11 12722:1 12731:2 12732:4 12737:1 12746:1 12783:1 12787:1 12801:1 12952:1 12964:1 12992:1 13005:1 13021:1 13069:1 13078:2 13085:1 13087:1 13113:1 13125:1 13142:2 13144:2 13157:1 13163:1 13171:1 13175:1 13219:1 13347:1 13378:5 13398:1 13421:1 13468:6 13501:1 13526:1 13545:1 13576:1 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13788:1 13815:2 13856:1 13876:2 13899:1 13924:1 13994:1 14037:2 14057:2 14111:1 14125:1 14141:1 14162:2 14164:1 14172:1 14213:1 14235:1 14286:1 14289:1 14398:1 14425:1 14437:1 14467:1 14589:1 14620:1 14631:1 14678:1 14691:1 14703:1 14765:1 14793:1 14820:1 14828:1 14895:2 14906:5 14916:1 14939:1 14950:1 15007:4 15087:1 15154:1 15183:1 15232:1 15280:1 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:3 15426:1 15436:1 15484:1 15491:1 15495:1 15613:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15720:1 15811:1 15821:1 15826:2 15835:1 15841:1 15845:1 15846:5 15863:1 15865:2 15885:1 15908:3 15955:1 15970:1 16021:1 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16131:1 16168:1 16174:1 16257:1 16282:1 16316:1 16385:1 16391:1 16406:1 16416:1 16444:1 16459:1 16477:1 16609:5 16630:1 16661:1 16667:1 16729:1 16730:1 16760:1 16821:1 17020:1 17102:1 17119:1 17173:1 17190:2 17191:1 17202:1 17210:2 17213:1 17226:1 17230:1 17235:1 17241:1 17250:1 17257:1 17276:1 17343:1 17366:1 17388:1 17396:2 17401:1 17495:1 17523:1 17542:1 17548:1 17553:1 17607:1 17653:1 17675:1 17678:1 17756:1 17801:2 17804:1 17921:1 17967:1 17973:1 17981:1 18014:1 18032:1 18078:5 18125:1 18170:1 18216:1 18228:1 18365:1 18407:1 18446:5 18533:1 18551:2 18553:1 18566:1 18596:2 18618:1 18621:1 18655:1 18681:1 18716:1 18735:2 18745:1 18847:1 18863:1 18869:2 18882:1 18887:1 18896:2 18918:2 18975:1 19004:1 19028:1 19078:1 19087:1 19123:1 19124:7 19203:1 19235:1 19275:1 19313:2 19321:1 19377:1 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19462:1 19482:1 19591:1 19677:1 19684:1 19690:1 19708:1 19739:1 19776:1 19852:1 20015:1 20167:2 20224:1 20326:1 20350:3 20401:1 20428:1 20435:1 20476:1 20579:2 20585:3 20625:1 20656:1 20672:1 20703:1 20705:1 20731:2 20758:1 20770:5 20777:1 20884:1 20885:2 20933:1 20938:1 20989:1 21106:1 21154:1 21159:1 21234:1 21237:5 21296:1 21301:1 21454:2 21490:5 21493:1 21510:2 21541:1 21546:1 21573:1 21610:1 21616:2 21645:1 21678:4 21713:6 21777:1 21836:1 21852:1 21857:4 21859:1 21894:1 21918:1 21951:1 22054:1 22058:1 22064:1 22105:1 22154:2 22196:3 22238:1 22259:1 22286:1 22299:1 22319:1 22328:1 22332:1 22411:1 22428:1 22461:5 22472:1 22474:1 22509:1 22553:1 22581:1 22600:2 22626:1 22644:1 22649:1 22652:1 22730:1 22741:1 22747:1 22784:1 22921:1 22944:1 22966:1 22983:1 22991:6 23061:1 23116:1 23125:1 23147:1 23157:1 23244:1 23262:1 23281:1 23332:1 23335:1 23351:1 23380:1 23391:1 23439:1 23451:2 23580:1 23696:2 23718:1 23764:1 23769:1 23795:1 23816:1 23820:1 23845:2 23874:1 23888:1 23897:1 23910:1 23935:1 23945:1 23947:1 23975:1 23998:1 24032:1 24048:1 24135:1 24166:2 24167:1
20 33:1 64:1 85:1 88:1 143:1 158:2 159:1 164:1 191:1 221:1 239:1 247:2 434:2 486:3 489:1 490:1 495:1 504:1 530:2 555:2 573:1 647:1 710:1 711:1 798:1 806:9 809:1 835:1 849:1 864:1 882:1 943:1 950:1 981:1 1097:1 1109:1 1156:2 1171:1 1180:1 1213:2 1223:1 1233:1 1287:1 1358:1 1405:1 1552:1 1554:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:1 1674:1 1686:1 1737:1 1744:2 1746:2 1755:1 1804:1 1842:2 1848:1 1852:1 1870:1 1903:1 1915:1 1928:1 1956:1 1968:1 1980:1 2015:1 2017:2 2025:1 2027:1 2033:1 2043:1 2049:2 2116:1 2129:2 2134:1 2182:1 2212:1 2303:1 2365:1 2389:1 2426:3 2461:1 2467:1 2473:1 2481:1 2489:2 2506:1 2529:3 2531:1 2545:1 2574:1 2583:1 2633:6 2730:1 2756:1 2788:1 2826:1 2834:1 2836:1 2893:4 2901:1 2956:1 2994:2 2998:2 3011:1 3027:1 3076:2 3090:1 3111:1 3131:1 3145:1 3197:1 3226:1 3239:3 3287:2 3299:6 3307:1 3308:2 3330:1 3335:1 3368:2 3388:1 3419:2 3421:1 3466:1 3479:1 3485:1 3487:1 3501:1 3521:1 3523:4 3524:1 3536:1 3538:1 3544:1 3566:1 3598:1 3614:1 3615:3 3632:1 3636:1 3646:2 3652:1 3653:1 3658:2 3673:1 3691:1 3714:1 3729:1 3778:1 3784:1 3786:1 3817:1 3822:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4171:1 4178:1 4196:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:1 4458:1 4473:1 4479:2 4531:1 4608:1 4653:1 4660:5 4690:1 4707:4 4708:1 4711:1 4728:1 4753:1 4758:1 4769:4 4794:1 4842:2 4846:1 4851:2 4911:1 4935:1 4942:2 4972:1 4977:3 4991:1 5002:1 5018:1 5029:1 5072:4 5087:3 5116:1 5170:2 5173:1 5185:1 5282:1 5293:1 5314:1 5326:1 5341:1 5433:1 5448:2 5452:1 5474:1 5478:1 5611:1 5658:1 5764:1 5804:2 5846:1 5849:1 5883:2 5887:1 5894:2 5936:1 5951:1 6036:1 6040:1 6098:1 6106:1 6109:1 6112:1 6144:1 6147:2 6256:1 6309:1 6310:1 6348:703 6357:1 6374:1 6377:1 6388:3 6417:1 6435:1 6502:1 6545:1 6588:1 6602:2 6738:2 6749:1 6756:2 6759:1 6761:1 6883:1 6934:1 6981:1 7059:1 7128:1 7172:1 7225:1 7254:13 7261:1 7335:1 7341:1 7353:1 7356:1 7381:1 7383:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7591:1 7607:1 7661:1 7665:1 7668:1 7734:1 7758:4 7769:1 7790:1 7845:1 7875:1 7909:1 7932:5 7938:1 7940:2 7949:1 7975:2 7976:1 8003:1 8004:2 8009:1 8020:1 8049:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8294:1 8302:2 8333:1 8341:1 8362:1 8385:2 8405:1 8406:2 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8567:1 8584:1 8628:2 8732:1 8752:1 8766:1 8784:1 8828:1 8830:1 8840:1 8845:1 8855:1 8866:2 8898:1 8901:2 8974:1 8992:2 8997:1 9020:4 9025:1 9030:2 9076:1 9082:1 9091:1 9111:1 9112:1 9130:1 9140:2 9176:1 9288:1 9352:1 9369:1 9400:1 9446:1 9499:1 9545:1 9549:1 9552:1 9583:2 9598:1 9599:1 9640:1 9650:1 9718:1 9740:1 9746:1 9774:1 9812:1 9816:1 9865:1 9872:1 9880:1 9996:2 9997:1 10002:1 10016:1 10070:1 10100:1 10135:1 10153:2 10181:1 10183:1 10212:1 10233:1 10240:1 10267:1 10300:2 10323:1 10330:2 10336:1 10338:1 10341:2 10343:1 10429:6 10435:2 10449:1 10531:1 10542:1 10547:1 10593:1 10621:1 10778:2 10827:1 10834:1 10850:2 10904:1 10944:1 10949:1 10954:1 10955:1 10963:1 10971:1 11000:2 11021:1 11072:1 11093:2 11097:1 11110:1 11133:1 11137:1 11144:1 11164:1 11223:1 11228:1 11327:1 11340:1 11416:1 11419:1 11442:1 11453:1 11472:1 11510:1 11512:1 11537:1 11562:1 11565:1 11567:1 11659:1 11672:1 11673:2 11675:2 11682:1 11726:2 11729:3 11732:1 11738:1 11753:1 11771:1 11822:1 11866:1 11889:1 11894:1 11895:1 11974:1 11986:1 11991:1 11994:1 12012:1 12056:1 12113:1 12150:1 12175:1 12187:1 12199:2 12204:1 12219:2 12242:1 12279:1 12282:1 12287:1 12292:1 12314:1 12355:1 12396:1 12440:1 12460:1 12472:1 12522:1 12541:1 12544:1 12589:1 12600:3 12622:2 12628:1 12640:2 12645:1 12696:12 12722:1 12731:2 12732:4 12737:1 12746:1 12783:1 12787:1 12801:1 12828:1 12894:1 12952:2 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13085:1 13087:1 13113:1 13120:1 13125:1 13142:2 13144:2 13157:1 13163:2 13171:1 13175:1 13219:1 13347:1 13378:6 13398:1 13421:1 13468:7 13501:1 13526:1 13545:1 13576:1 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13788:1 13815:2 13856:1 13876:2 13899:1 13924:1 13935:1 13994:1 14037:2 14057:2 14073:1 14111:1 14125:1 14141:1 14142:1 14162:2 14164:1 14172:1 14213:1 14218:1 14235:1 14286:1 14289:1 14398:1 14425:1 14437:1 14467:1 14589:1 14620:1 14631:1 14678:1 14691:1 14703:1 14765:1 14793:1 14820:1 14828:2 14895:2 14906:5 14916:1 14939:2 14950:1 15007:5 15087:1 15154:1 15183:1 15232:1 15280:1 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:3 15426:1 15434:1 15436:1 15484:1 15491:1 15495:1 15613:2 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15720:1 15811:1 15821:1 15826:2 15834:2 15835:1 15841:1 15845:1 15846:5 15863:1 15865:3 15885:1 15908:3 15955:1 15970:1 16021:1 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16129:1 16131:1 16168:1 16174:1 16257:1 16282:1 16316:1 16385:1 16391:1 16406:1 16416:1 16444:1 16459:1 16477:1 16599:1 16609:5 16630:1 16632:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:1 16821:1 17020:1 17102:1 17106:3 17119:1 17173:1 17190:2 17191:1 17202:1 17210:2 17213:1 17226:1 17230:1 17235:1 17238:1 17241:1 17250:1 17257:1 17274:1 17276:1 17343:1 17366:2 17388:1 17396:2 17401:1 17495:1 17523:1 17542:1 17548:1 17553:1 17607:2 17653:1 17675:1 17678:1 17756:1 17801:2 17804:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18032:1 18078:5 18125:1 18170:1 18216:1 18228:2 18365:1 18374:1 18407:1 18425:1 18446:5 18527:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:2 18618:1 18621:1 18655:1 18681:1 18716:1 18735:2 18745:1 18771:1 18800:3 18847:1 18863:1 18869:2 18882:1 18887:1 18896:2 18918:2 18975:3 19004:2 19028:1 19078:1 19087:1 19123:1 19124:8 19203:1 19235:1 19258:1 19275:1 19283:1 19313:2 19321:1 19377:1 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19462:1 19482:1 19552:1 19591:1 19677:1 19684:1 19690:1 19708:1 19739:1 19776:1 19852:1 20015:1 20065:1 20167:2 20224:1 20326:1 20350:3 20401:1 20428:1 20435:1 20476:1 20579:3 20585:4 20625:1 20656:1 20672:1 20703:1 20705:1 20731:2 20733:1 20742:1 20758:1 20770:7 20777:1 20884:1 20885:2 20933:1 20938:1 20989:1 21105:1 21106:1 21151:1 21154:1 21159:1 21234:1 21237:5 21268:1 21296:1 21301:1 21454:2 21490:5 21493:1 21510:3 21541:1 21546:1 21573:1 21610:1 21616:3 21645:1 21678:5 21713:9 21777:1 21832:1 21836:1 21852:1 21857:5 21859:1 21894:1 21918:1 21951:1 22054:1 22058:1 22064:1 22105:1 22154:3 22196:3 22238:1 22259:1 22286:2 22299:1 22319:1 22328:1 22332:1 22411:1 22428:1 22461:6 22472:1 22474:1 22509:1 22553:1 22556:1 22581:1 22600:2 22626:1 22644:1 22649:1 22652:1 22730:2 22741:1 22747:1 22784:1 22921:1 22944:1 22966:1 22983:1 22991:7 23061:1 23116:1 23125:1 23147:1 23157:1 23244:1 23262:1 23281:1 23332:1 23335:1 23351:1 23365:1 23380:1 23391:1 23439:1 23451:2 23580:2 23696:3 23718:1 23739:1 23764:1 23769:1 23795:1 23804:1 23816:1 23820:1 23845:2 23847:1 23874:1 23888:1 23897:1 23910:1 23935:1 23945:1 23947:1 23954:1 23975:1 23998:1 24029:1 24032:1 24048:1 24135:1 24166:2 24167:1
20 33:1 64:1 85:1 88:1 143:1 158:2 159:1 164:1 191:1 221:1 239:1 247:2 434:2 486:3 489:1 490:1 495:1 504:1 530:2 555:3 573:1 616:1 647:1 710:1 711:1 798:1 806:10 809:1 835:1 849:1 864:1 882:1 943:1 950:1 981:1 1097:1 1109:1 1156:2 1171:1 1180:1 1213:2 1223:1 1224:1 1233:1 1284:1 1287:1 1358:1 1405:1 1552:1 1554:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:1 1674:1 1686:1 1737:1 1744:2 1746:2 1755:1 1804:1 1842:2 1848:1 1852:1 1870:1 1903:1 1915:1 1928:1 1956:1 1968:1 1980:1 2015:1 2017:2 2025:1 2027:1 2033:1 2043:1 2049:2 2116:1 2129:2 2134:1 2182:1 2212:1 2303:1 2365:1 2389:1 2426:3 2461:1 2467:1 2473:1 2481:1 2489:2 2506:1 2529:3 2531:1 2545:1 2574:1 2583:1 2633:7 2730:1 2756:1 2788:1 2826:1 2834:1 2836:1 2893:4 2901:1 2956:1 2994:2 2998:2 3011:1 3027:1 3076:2 3090:1 3111:1 3131:1 3145:1 3197:1 3226:1 3239:3 3287:2 3299:7 3307:1 3308:3 3330:1 3335:1 3368:2 3388:1 3419:2 3421:1 3466:1 3479:1 3485:1 3487:1 3501:1 3521:1 3523:5 3524:1 3536:1 3538:1 3544:1 3566:1 3598:1 3614:1 3615:3 3632:1 3636:1 3646:2 3652:1 3653:1 3658:2 3673:1 3691:1 3714:1 3729:1 3778:1 3784:1 3786:1 3817:1 3822:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4171:1 4178:1 4196:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:1 4458:1 4473:1 4479:2 4531:1 4608:1 4653:1 4660:5 4690:1 4707:5 4708:1 4711:1 4728:2 4753:1 4758:1 4769:4 4794:1 4842:2 4846:1 4851:2 4911:1 4935:1 4942:2 4972:1 4977:3 4991:1 5002:1 5018:1 5029:1 5072:5 5087:3 5116:1 5170:2 5173:1 5185:1 5243:1 5282:1 5293:1 5314:1 5326:1 5341:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:1 5611:1 5658:1 5764:1 5804:2 5846:1 5849:1 5883:2 5887:1 5894:2 5936:1 5951:1 6036:1 6040:1 6098:1 6106:1 6109:1 6112:1 6144:1 6147:3 6256:1 6309:1 6310:1 6348:777 6357:1 6374:1 6377:1 6388:3 6417:1 6435:1 6502:1 6545:1 6571:1 6588:1 6602:2 6738:3 6749:1 6756:3 6759:1 6761:1 6883:1 6934:1 6948:1 6952:1 6981:1 7059:1 7128:1 7172:1 7225:1 7254:13 7261:1 7335:1 7341:1 7353:1 7356:1 7381:1 7383:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7607:1 7661:2 7665:1 7668:1 7734:1 7758:4 7769:1 7790:1 7845:1 7875:1 7909:1 7932:6 7938:1 7940:3 7949:1 7975:2 7976:1 8003:1 8004:2 8006:1 8009:1 8020:1 8049:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8294:1 8302:2 8333:1 8341:1 8362:1 8385:2 8405:1 8406:2 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8567:1 8584:1 8628:2 8732:1 8741:1 8752:1 8766:1 8784:1 8828:1 8830:1 8840:1 8845:1 8853:1 8855:1 8866:2 8898:1 8901:2 8974:1 8992:2 8997:1 9020:4 9025:2 9030:2 9076:1 9082:1 9091:1 9111:1 9112:1 9130:1 9140:2 9176:1 9288:1 9352:1 9369:1 9400:1 9446:1 9499:1 9545:1 9549:1 9552:1 9583:2 9598:1 9599:1 9640:1 9650:1 9695:1 9718:1 9740:2 9746:1 9774:1 9812:1 9816:1 9865:1 9872:1 9880:1 9996:2 9997:1 10002:1 10016:1 10070:1 10100:1 10135:1 10153:2 10181:1 10183:1 10212:1 10233:1 10240:1 10267:1 10294:1 10300:2 10323:1 10330:2 10336:1 10338:1 10341:2 10343:1 10429:7 10435:2 10449:1 10531:1 10542:1 10547:1 10593:1 10621:1 10778:2 10827:1 10834:1 10850:2 10904:1 10944:1 10949:1 10954:1 10955:1 10963:1 10971:1 11000:2 11021:1 11068:1 11072:1 11093:2 11097:1 11110:1 11133:1 11137:1 11144:1 11164:1 11223:1 11228:1 11327:1 11340:1 11372:1 11416:1 11419:1 11442:1 11453:1 11472:1 11510:1 11512:1 11537:1 11562:1 11565:1 11567:1 11659:1 11672:1 11673:2 11675:2 11682:1 11717:1 11726:2 11729:4 11732:1 11738:1 11753:1 11771:1 11822:1 11866:1 11889:1 11894:1 11895:1 11974:1 11986:1 11991:1 11994:1 12012:1 12056:1 12113:1 12150:1 12175:1 12187:1 12199:2 12204:1 12219:3 12242:1 12279:1 12282:1 12287:1 12292:2 12314:1 12355:1 12396:1 12440:1 12443:1 12460:1 12472:1 12522:1 12541:1 12544:2 12589:1 12600:3 12622:2 12628:1 12640:2 12645:1 12696:12 12722:1 12731:2 12732:4 12737:1 12746:1 12783:1 12787:1 12801:1 12812:1 12828:1 12894:1 12952:2 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13085:1 13087:1 13113:1 13120:1 13125:1 13142:2 13144:2 13157:1 13163:3 13171:1 13175:1 13219:1 13235:1 13347:1 13378:7 13398:1 13421:1 13468:7 13501:1 13526:1 13545:1 13576:1 13589:1 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13788:1 13815:2 13856:1 13876:3 13899:1 13924:1 13935:1 13994:1 14037:3 14057:2 14073:1 14111:1 14125:1 14141:1 14142:1 14156:1 14162:2 14164:1 14172:1 14213:1 14218:1 14235:1 14286:1 14289:1 14398:1 14425:1 14437:1 14467:1 14589:1 14620:1 14631:1 14678:1 14691:1 14703:1 14765:1 14793:1 14820:1 14828:3 14895:2 14906:5 14916:1 14939:3 14950:1 15007:6 15087:1 15154:1 15183:1 15232:1 15280:1 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:3 15426:1 15434:1 15436:1 15484:1 15491:1 15495:1 15613:2 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15720:1 15811:1 15821:1 15826:2 15834:3 15835:1 15841:1 15845:1 15846:5 15863:1 15865:3 15885:1 15908:3 15955:1 15970:1 16021:1 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16129:1 16131:1 16136:1 16168:1 16174:1 16257:1 16282:1 16316:1 16385:1 16391:1 16406:1 16416:1 16444:1 16459:1 16477:1 16599:1 16609:5 16630:1 16632:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:1 16821:1 17020:1 17102:1 17106:3 17119:1 17173:1 17175:1 17190:2 17191:1 17202:1 17210:2 17213:1 17226:2 17230:1 17235:1 17238:1 17241:1 17250:1 17257:1 17274:1 17276:1 17343:1 17366:2 17388:1 17396:2 17401:1 17495:1 17523:1 17542:1 17548:1 17553:1 17607:2 17653:1 17675:1 17678:1 17756:1 17801:2 17804:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18032:1 18078:5 18125:1 18152:1 18170:1 18213:1 18216:1 18228:2 18365:1 18374:1 18407:1 18425:1 18446:5 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18618:1 18621:1 18655:1 18681:1 18716:1 18735:3 18745:1 18771:1 18800:3 18847:1 18863:1 18869:2 18882:1 18887:1 18896:2 18918:2 18975:3 19004:3 19028:1 19078:1 19087:1 19123:1 19124:9 19203:1 19235:1 19258:1 19275:1 19283:1 19313:2 19321:1 19377:1 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19462:1 19482:1 19552:1 19591:1 19677:1 19684:1 19690:1 19708:1 19739:1 19776:1 19852:2 20015:1 20065:1 20167:2 20224:1 20326:1 20350:3 20401:1 20428:1 20435:1 20476:1 20579:3 20585:5 20625:1 20656:1 20672:1 20703:1 20705:1 20731:2 20733:1 20742:1 20758:1 20770:8 20777:1 20884:1 20885:2 20933:1 20938:1 20989:1 21105:2 21106:1 21151:1 21154:1 21159:1 21234:1 21237:5 21268:1 21296:1 21301:1 21454:2 21490:6 21493:1 21510:3 21541:1 21546:1 21573:1 21610:1 21616:3 21645:1 21678:6 21713:10 21777:1 21817:1 21832:1 21836:1 21852:1 21857:6 21859:1 21894:1 21918:1 21951:1 22054:1 22058:1 22064:1 22070:1 22105:1 22154:3 22196:3 22238:1 22259:1 22286:2 22299:1 22319:1 22328:2 22332:1 22338:1 22411:1 22428:1 22461:7 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22626:1 22644:1 22649:1 22652:1 22730:2 22741:1 22747:1 22784:1 22921:1 22944:1 22966:1 22983:1 22991:8 23061:1 23116:2 23125:1 23147:1 23157:1 23163:1 23244:1 23262:1 23281:1 23332:1 23335:1 23351:1 23365:1 23380:1 23391:1 23439:1 23451:2 23580:3 23636:1 23696:3 23718:1 23739:1 23764:1 23769:1 23795:1 23804:1 23816:1 23820:1 23845:2 23847:1 23874:1 23888:1 23897:1 23910:1 23935:1 23945:1 23947:1 23954:1 23975:1 23998:1 24017:1 24029:1 24032:1 24048:1 24135:1 24166:2 24167:1
20 33:1 64:1 84:1 85:1 88:1 143:1 158:2 159:1 164:1 191:1 221:1 239:1 243:1 247:2 373:1 434:2 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:1 710:1 711:1 798:1 804:1 806:11 809:1 835:1 849:1 864:1 882:1 943:1 950:1 981:1 1097:1 1109:1 1156:2 1171:1 1180:1 1213:2 1223:1 1224:1 1233:1 1284:1 1287:1 1358:1 1405:1 1552:1 1554:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:1 1658:2 1674:1 1686:1 1737:1 1744:2 1746:2 1755:1 1804:1 1842:2 1848:1 1852:1 1870:1 1903:1 1915:1 1926:1 1928:1 1956:1 1968:1 1980:1 2015:1 2017:2 2025:1 2027:1 2030:1 2033:1 2038:1 2043:1 2049:2 2116:1 2129:2 2134:1 2182:1 2212:1 2303:1 2365:1 2389:1 2426:3 2461:1 2465:1 2467:1 2473:1 2481:1 2489:2 2506:1 2529:4 2531:1 2545:1 2574:1 2583:1 2584:1 2609:1 2633:8 2730:1 2756:1 2788:1 2826:1 2834:1 2836:1 2893:4 2901:1 2937:1 2956:1 2994:2 2998:3 3011:1 3027:1 3076:2 3090:1 3111:1 3131:1 3145:1 3197:1 3226:1 3239:3 3250:1 3287:2 3299:8 3307:1 3308:3 3330:1 3335:1 3368:2 3388:1 3419:3 3421:1 3466:1 3479:1 3485:1 3487:1 3501:1 3521:1 3523:6 3524:1 3536:1 3538:1 3544:1 3566:1 3598:1 3614:1 3615:3 3632:1 3636:1 3646:2 3652:1 3653:1 3658:2 3673:1 3691:1 3714:1 3729:1 3764:1 3778:1 3784:1 3786:1 3817:1 3822:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4171:1 4178:1 4196:1 4257:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:1 4442:1 4458:1 4473:1 4479:2 4531:1 4608:1 4653:1 4656:1 4660:5 4690:3 4707:5 4708:2 4711:1 4728:2 4753:2 4758:1 4769:5 4794:1 4842:2 4846:1 4851:2 4911:1 4935:1 4942:2 4972:1 4977:3 4991:1 5002:1 5018:1 5029:1 5072:6 5087:3 5116:1 5170:2 5173:1 5185:1 5243:1 5282:1 5293:1 5314:1 5326:1 5341:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:1 5505:1 5611:1 5658:1 5764:1 5804:2 5846:1 5849:1 5883:3 5887:1 5894:2 5936:1 5951:1 6036:1 6040:1 6098:1 6106:1 6109:1 6112:1 6144:1 6147:3 6232:1 6256:1 6309:1 6310:1 6348:865 6357:2 6374:1 6377:1 6388:3 6417:1 6429:1 6435:1 6502:1 6512:1 6545:1 6571:1 6588:1 6602:2 6611:1 6726:1 6738:3 6749:1 6756:3 6759:1 6760:1 6761:1 6883:1 6934:1 6948:1 6952:1 6981:1 7059:1 7128:2 7172:1 7225:1 7254:13 7261:1 7335:1 7341:1 7353:1 7356:1 7381:1 7383:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7607:2 7661:2 7665:1 7668:1 7717:1 7734:1 7758:4 7769:1 7790:1 7845:1 7875:1 7909:1 7932:7 7938:1 7940:3 7949:2 7975:2 7976:1 8003:1 8004:2 8006:1 8009:2 8020:1 8049:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8294:1 8302:2 8333:1 8341:1 8350:1 8362:1 8385:2 8388:1 8405:1 8406:2 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8584:1 8628:2 8732:1 8741:1 8752:1 8766:1 8784:2 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:2 8974:1 8992:2 8997:1 9020:5 9025:2 9030:3 9076:1 9082:1 9091:1 9111:1 9112:1 9130:1 9140:2 9176:1 9228:1 9288:1 9352:1 9369:1 9371:1 9400:1 9446:1 9484:1 9499:1 9545:1 9549:1 9552:1 9583:2 9598:1 9599:1 9640:1 9650:1 9695:1 9718:1 9740:2 9746:1 9774:1 9812:1 9816:1 9865:1 9872:1 9880:1 9996:2 9997:1 10002:1 10016:1 10031:1 10070:1 10100:1 10135:1 10153:2 10181:1 10183:1 10212:1 10233:1 10240:1 10267:1 10294:1 10300:2 10323:1 10330:2 10336:1 10338:1 10341:2 10343:2 10349:1 10429:8 10435:2 10449:1 10509:1 10531:1 10542:1 10547:1 10593:1 10621:1 10686:1 10778:2 10827:1 10834:2 10850:2 10904:1 10944:1 10949:1 10954:1 10955:1 10963:1 10971:1 11000:2 11021:1 11068:1 11072:1 11093:2 11097:1 11110:1 11133:1 11137:1 11144:1 11164:1 11223:1 11225:1 11228:2 11327:1 11340:1 11372:1 11416:1 11419:1 11437:1 11442:1 11453:1 11472:1 11510:1 11512:1 11537:1 11562:1 11565:1 11567:1 11659:1 11672:2 11673:3 11675:2 11682:1 11690:1 11717:1 11726:2 11729:4 11732:1 11738:1 11753:1 11771:1 11822:1 11866:1 11889:1 11894:1 11895:1 11974:1 11986:1 11991:1 11994:1 12012:1 12056:1 12113:1 12150:1 12175:1 12187:1 12199:2 12204:1 12219:3 12242:1 12279:1 12282:1 12287:1 12292:2 12314:1 12355:1 12396:1 12440:1 12443:1 12460:1 12472:1 12522:1 12541:1 12544:2 12589:1 12600:3 12622:2 12628:1 12632:1 12640:2 12645:1 12696:12 12722:1 12731:4 12732:5 12737:1 12746:1 12783:1 12787:1 12801:1 12812:1 12828:1 12894:1 12952:2 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13085:1 13087:1 13113:1 13120:1 13125:1 13142:2 13144:2 13157:1 13163:3 13171:1 13175:1 13219:1 13235:1 13248:1 13347:1 13378:8 13398:1 13421:1 13468:9 13501:1 13526:1 13545:1 13576:1 13589:1 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13788:1 13815:2 13856:1 13876:3 13899:1 13924:1 13935:1 13949:1 13994:1 14037:3 14057:2 14073:1 14111:1 14125:1 14141:1 14142:1 14156:1 14162:2 14164:1 14172:1 14185:1 14213:1 14218:1 14235:1 14286:1 14289:1 14341:1 14398:2 14425:1 14437:1 14467:1 14589:1 14620:1 14631:1 14678:1 14691:1 14703:1 14765:1 14781:1 14793:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:5 14916:1 14939:3 14950:1 15007:7 15087:1 15154:1 15183:1 15232:1 15270:1 15280:1 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:4 15426:1 15434:1 15436:1 15484:1 15491:1 15495:1 15613:2 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15720:1 15811:1 15821:1 15826:2 15834:3 15835:1 15841:1 15845:1 15846:5 15863:1 15865:3 15885:1 15908:3 15955:1 15970:1 16021:1 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:1 16316:1 16385:1 16391:1 16406:1 16416:1 16444:1 16459:1 16477:1 16599:1 16609:5 16614:1 16630:1 16632:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:1 16821:1 16829:1 17020:1 17102:1 17106:4 17119:1 17173:1 17175:1 17190:2 17191:1 17202:1 17210:2 17213:1 17226:2 17230:1 17235:1 17238:1 17241:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17343:1 17366:2 17388:1 17396:2 17401:1 17495:1 17523:1 17542:1 17548:1 17553:1 17600:1 17607:2 17653:1 17675:1 17678:1 17756:1 17801:2 17804:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18032:1 18035:1 18078:5 18125:1 18152:1 18170:1 18213:1 18216:1 18228:2 18365:1 18374:1 18407:1 18422:1 18425:1 18446:5 18511:1 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18618:1 18621:2 18655:1 18681:1 18716:1 18722:1 18735:3 18745:1 18771:1 18800:4 18847:1 18863:1 18869:3 18882:1 18887:1 18896:2 18918:2 18975:3 19004:3 19028:1 19050:1 19078:1 19087:1 19123:1 19124:10 19171:1 19203:1 19235:1 19258:1 19275:1 19283:1 19313:2 19321:1 19377:1 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19460:1 19462:1 19482:1 19552:1 19591:1 19677:1 19684:1 19690:1 19708:1 19739:1 19774:1 19776:1 19852:2 20015:1 20065:1 20116:1 20167:2 20200:1 20224:1 20326:1 20348:1 20350:3 20401:1 20428:1 20435:1 20476:1 20579:3 20585:6 20625:1 20656:1 20672:1 20703:1 20705:1 20731:2 20733:1 20742:1 20758:1 20770:10 20777:1 20884:1 20885:2 20933:1 20938:2 20989:1 21105:2 21106:1 21151:1 21154:1 21159:1 21234:1 21237:5 21268:1 21296:1 21301:1 21454:2 21490:7 21493:1 21510:3 21541:1 21546:1 21573:1 21610:1 21616:3 21635:1 21645:1 21676:1 21678:7 21713:12 21777:1 21817:1 21832:1 21836:1 21852:1 21857:6 21859:1 21862:1 21894:1 21918:1 21951:1 21967:1 22002:1 22054:1 22058:1 22064:1 22070:1 22105:1 22154:3 22196:3 22238:1 22259:1 22286:2 22299:1 22319:1 22328:2 22332:1 22338:1 22411:1 22428:2 22461:8 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22626:1 22644:1 22649:2 22652:1 22730:2 22741:1 22747:1 22784:2 22852:1 22921:1 22944:1 22966:2 22983:1 22991:9 23001:1 23061:1 23116:2 23125:1 23147:1 23157:1 23163:1 23222:1 23244:1 23262:1 23281:1 23332:1 23335:1 23351:1 23365:1 23380:1 23391:1 23439:1 23451:2 23580:3 23636:1 23696:3 23707:1 23718:1 23739:1 23764:1 23769:1 23795:1 23804:1 23816:1 23820:1 23825:1 23845:2 23847:1 23874:1 23888:1 23897:1 23910:1 23935:1 23945:1 23947:1 23954:1 23975:1 23998:1 24017:1 24029:1 24032:1 24048:1 24135:1 24166:2 24167:1
20 33:1 64:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 191:1 221:1 239:1 243:1 247:2 373:1 434:2 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:1 710:1 711:1 798:1 804:1 806:12 809:1 835:1 849:1 864:1 882:1 943:1 950:1 981:1 1097:1 1109:1 1156:2 1166:1 1171:1 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1284:1 1287:1 1358:1 1405:1 1552:1 1554:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:1 1658:2 1674:1 1686:1 1737:1 1744:3 1746:3 1755:1 1798:1 1804:2 1841:1 1842:2 1848:1 1852:1 1870:1 1903:1 1915:1 1926:1 1928:1 1956:1 1968:1 1980:1 2015:1 2017:2 2025:1 2027:1 2030:1 2033:1 2038:1 2043:1 2049:2 2069:1 2116:1 2129:3 2134:1 2182:1 2212:1 2303:1 2365:1 2389:1 2426:3 2461:1 2465:1 2467:1 2473:1 2481:1 2489:2 2506:1 2529:5 2531:1 2545:1 2574:1 2583:1 2584:1 2609:1 2633:9 2730:1 2756:1 2788:1 2826:1 2834:1 2836:1 2893:4 2901:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:3 3011:1 3027:1 3076:2 3090:1 3111:1 3131:1 3145:1 3197:1 3226:1 3239:3 3250:1 3287:2 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3368:2 3370:1 3378:2 3388:1 3419:3 3421:1 3466:1 3479:1 3485:1 3487:1 3501:1 3521:1 3523:7 3524:1 3536:1 3538:1 3544:1 3566:1 3598:1 3614:1 3615:3 3631:1 3632:1 3636:1 3646:2 3652:1 3653:1 3658:2 3673:1 3691:1 3714:1 3729:1 3764:1 3778:1 3784:1 3786:1 3817:1 3822:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4257:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:1 4442:1 4458:1 4473:1 4479:2 4487:1 4531:1 4608:1 4653:1 4656:1 4660:5 4690:3 4707:5 4708:2 4711:1 4728:2 4753:2 4758:1 4769:5 4794:1 4842:2 4846:1 4851:2 4911:1 4912:1 4935:1 4942:2 4972:1 4977:3 4991:1 5002:1 5018:1 5029:1 5072:7 5087:3 5116:1 5133:1 5170:2 5173:1 5185:1 5243:1 5282:1 5293:1 5314:1 5326:1 5341:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:1 5505:1 5611:1 5658:1 5764:1 5804:2 5846:1 5849:1 5883:3 5887:1 5894:2 5936:1 5951:1 6036:1 6040:1 6098:1 6106:1 6109:1 6112:1 6144:1 6147:3 6232:1 6256:1 6265:1 6309:1 6310:1 6348:917 6357:2 6374:1 6377:1 6388:3 6417:1 6429:1 6435:1 6502:1 6512:1 6545:1 6571:1 6588:1 6602:2 6611:1 6637:1 6726:1 6738:3 6749:1 6756:3 6759:1 6760:1 6761:1 6843:1 6883:1 6934:1 6948:1 6952:1 6981:1 7023:1 7059:1 7128:2 7172:1 7225:1 7254:13 7261:1 7335:1 7341:2 7353:1 7356:1 7381:1 7383:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7607:2 7661:2 7665:1 7668:1 7717:1 7734:1 7758:4 7769:1 7790:1 7845:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:3 7975:2 7976:1 8003:1 8004:2 8006:1 8009:2 8020:1 8049:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8294:1 8302:2 8333:1 8341:1 8350:1 8362:1 8385:2 8388:1 8405:1 8406:2 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8584:1 8628:2 8732:1 8741:1 8752:1 8766:1 8784:2 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8974:1 8992:2 8997:1 9020:5 9025:2 9030:3 9076:1 9082:1 9091:1 9111:1 9112:1 9130:1 9140:2 9176:1 9228:1 9288:1 9352:1 9369:1 9371:1 9400:1 9446:1 9484:1 9499:1 9545:1 9549:1 9552:1 9583:2 9598:1 9599:1 9640:1 9650:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9865:1 9872:1 9880:1 9996:2 9997:1 10002:1 10016:1 10031:1 10070:1 10100:1 10135:1 10153:2 10181:1 10183:1 10212:1 10233:1 10240:1 10267:1 10294:1 10300:3 10323:1 10330:2 10336:1 10338:1 10341:2 10343:3 10349:1 10429:9 10435:2 10449:1 10509:1 10531:1 10542:1 10547:1 10593:1 10621:1 10686:1 10778:2 10827:1 10834:3 10850:2 10904:1 10944:1 10949:1 10954:1 10955:1 10963:1 10971:1 11000:2 11021:1 11068:1 11072:1 11093:2 11097:1 11110:1 11133:1 11137:1 11144:1 11164:1 11223:2 11225:1 11228:2 11327:1 11340:1 11372:1 11416:1 11419:1 11437:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11562:1 11565:1 11567:1 11659:1 11672:2 11673:3 11675:2 11682:1 11690:1 11717:1 11726:2 11729:4 11732:1 11738:1 11753:1 11771:1 11822:1 11866:1 11889:1 11894:1 11895:1 11974:1 11986:1 11991:1 11994:2 12012:1 12056:1 12113:1 12150:1 12175:1 12187:2 12199:2 12204:1 12219:3 12242:1 12279:1 12282:1 12287:2 12292:2 12314:1 12355:1 12366:1 12396:1 12440:1 12443:1 12460:1 12468:1 12472:1 12522:1 12541:1 12544:2 12589:1 12600:4 12622:2 12628:1 12632:1 12640:2 12645:1 12696:13 12722:1 12731:4 12732:5 12737:1 12746:1 12783:1 12787:1 12801:1 12812:1 12828:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13085:1 13087:1 13113:1 13120:1 13125:1 13142:2 13144:2 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13347:1 13378:9 13398:1 13421:1 13468:9 13501:1 13526:2 13545:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13788:1 13815:2 13856:1 13876:3 13899:1 13924:1 13935:1 13949:1 13994:1 14037:3 14057:2 14073:1 14111:1 14125:1 14141:1 14142:1 14156:1 14162:2 14164:1 14172:1 14185:1 14213:1 14218:1 14235:1 14286:1 14289:1 14341:1 14398:3 14425:1 14437:1 14467:1 14589:1 14620:1 14631:2 14678:1 14691:1 14703:2 14765:1 14781:1 14793:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:5 14916:1 14939:3 14950:1 15007:8 15087:1 15154:1 15183:1 15232:1 15270:1 15280:1 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:5 15426:1 15434:1 15436:1 15484:1 15491:1 15495:1 15613:2 15621:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15719:1 15720:1 15811:1 15821:1 15826:2 15834:3 15835:1 15841:1 15845:1 15846:5 15863:1 15865:3 15885:1 15908:3 15955:1 15970:1 15980:1 16021:1 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:1 16303:2 16308:2 16316:2 16385:1 16391:1 16406:1 16416:1 16444:1 16459:1 16477:1 16599:1 16609:5 16614:1 16630:1 16632:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:1 16821:1 16829:1 16835:1 17020:1 17102:1 17106:4 17119:1 17173:1 17175:1 17190:2 17191:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17343:1 17366:2 17388:1 17396:2 17401:2 17495:1 17523:1 17542:1 17548:1 17553:1 17586:1 17600:1 17607:2 17653:1 17675:1 17678:1 17756:1 17801:2 17804:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18032:1 18035:1 18052:1 18078:5 18125:1 18152:1 18170:1 18213:1 18216:1 18228:2 18240:1 18291:1 18365:1 18374:1 18407:1 18422:1 18425:1 18446:5 18511:1 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18655:1 18666:1 18681:1 18716:1 18722:1 18735:3 18745:1 18771:1 18800:4 18847:1 18863:1 18869:3 18882:1 18887:1 18896:2 18918:2 18974:1 18975:3 19004:3 19028:2 19050:1 19078:1 19087:1 19123:1 19124:11 19171:1 19203:1 19223:1 19235:1 19258:1 19275:1 19283:1 19313:2 19321:1 19377:2 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19460:1 19462:1 19482:1 19552:1 19591:1 19620:1 19677:1 19684:1 19690:1 19708:1 19739:1 19774:1 19776:1 19852:2 20015:1 20065:1 20116:1 20167:2 20200:1 20224:1 20300:2 20326:1 20348:1 20350:3 20401:1 20428:1 20435:1 20476:1 20579:3 20585:6 20625:1 20656:1 20672:1 20703:1 20705:1 20731:2 20733:1 20742:1 20758:1 20770:11 20777:1 20884:1 20885:2 20933:1 20938:2 20989:1 21105:2 21106:1 21151:1 21154:1 21159:1 21217:2 21234:1 21237:5 21268:1 21296:1 21301:1 21454:2 21490:8 21493:1 21510:3 21541:1 21546:1 21573:1 21610:1 21616:3 21635:1 21645:1 21676:1 21678:8 21713:13 21777:1 21817:1 21832:1 21836:1 21852:1 21857:6 21859:1 21862:1 21894:1 21918:1 21951:1 21967:1 22002:1 22054:1 22058:1 22064:1 22070:2 22105:1 22154:3 22196:3 22197:1 22238:1 22259:1 22286:2 22299:1 22319:1 22328:2 22332:1 22338:1 22411:1 22428:2 22461:9 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22626:1 22627:1 22644:1 22649:2 22652:2 22686:1 22730:2 22735:1 22741:1 22747:1 22784:2 22852:1 22921:1 22944:1 22966:2 22983:1 22991:10 23001:1 23061:1 23116:2 23125:1 23147:1 23157:1 23163:1 23222:1 23244:1 23262:1 23281:1 23332:1 23335:1 23350:1 23351:1 23365:1 23380:1 23391:1 23439:1 23451:2 23580:3 23636:1 23696:3 23707:1 23718:1 23739:1 23764:1 23769:1 23795:1 23804:1 23816:1 23820:1 23825:1 23845:2 23847:1 23874:1 23886:1 23888:1 23897:1 23910:1 23920:1 23935:1 23945:1 23947:1 23954:1 23975:1 23998:1 24017:1 24029:1 24032:1 24048:1 24121:1 24135:1 24166:2 24167:1
20 33:1 64:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 191:1 221:1 239:1 243:1 247:2 373:1 434:2 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:1 710:1 711:1 798:1 804:1 806:14 809:1 835:1 843:1 849:1 864:1 882:1 943:1 950:1 981:1 1097:1 1109:1 1156:2 1166:1 1171:1 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1284:2 1287:1 1358:1 1405:1 1552:1 1554:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:1 1658:2 1674:1 1686:1 1737:1 1744:3 1746:3 1755:1 1798:1 1804:2 1841:1 1842:2 1848:1 1852:2 1870:1 1903:1 1915:1 1924:1 1926:1 1928:1 1956:1 1968:1 1980:1 2015:1 2017:2 2025:2 2027:1 2030:1 2033:1 2038:1 2043:1 2049:2 2069:1 2116:1 2129:3 2134:1 2182:1 2212:1 2303:1 2365:1 2389:1 2426:3 2461:1 2465:1 2467:1 2473:1 2481:1 2489:2 2506:1 2529:6 2531:1 2545:1 2574:1 2583:1 2584:1 2609:1 2633:9 2730:1 2756:1 2770:1 2788:1 2826:1 2834:1 2836:1 2893:4 2901:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:3 3011:1 3027:1 3064:1 3076:2 3090:1 3111:1 3131:1 3145:2 3197:1 3226:1 3239:4 3250:1 3287:2 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3368:2 3370:1 3378:2 3388:1 3419:3 3421:1 3466:1 3479:1 3485:1 3487:1 3501:1 3521:1 3523:8 3524:1 3536:1 3538:1 3539:1 3544:1 3566:1 3598:1 3614:1 3615:4 3631:1 3632:1 3636:1 3641:1 3646:2 3652:1 3653:1 3658:2 3673:1 3691:1 3714:1 3729:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4257:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:1 4442:1 4458:1 4473:1 4479:2 4487:1 4531:1 4608:1 4653:1 4656:1 4660:5 4690:3 4707:5 4708:2 4711:1 4728:2 4753:2 4758:1 4769:6 4794:1 4842:3 4846:1 4851:2 4911:1 4912:1 4935:1 4942:2 4972:1 4977:3 4991:1 5002:1 5018:1 5029:1 5072:8 5087:3 5116:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5341:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:1 5505:2 5552:1 5611:1 5658:1 5764:1 5804:2 5846:1 5849:1 5883:3 5887:1 5894:2 5936:1 5951:1 6036:1 6037:1 6040:1 6098:1 6106:2 6109:1 6112:1 6144:1 6147:3 6232:1 6256:1 6265:1 6309:1 6310:1 6348:1065 6357:2 6374:1 6377:1 6388:3 6417:1 6429:1 6435:1 6502:1 6512:1 6545:1 6571:1 6588:1 6602:2 6611:1 6637:1 6726:1 6738:3 6749:1 6756:3 6759:1 6760:1 6761:1 6843:1 6864:1 6883:1 6934:1 6948:1 6952:1 6981:1 7023:1 7059:1 7128:2 7172:1 7225:1 7253:1 7254:13 7261:1 7335:1 7341:2 7353:1 7356:1 7381:1 7383:1 7396:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7607:2 7661:2 7665:1 7668:1 7717:1 7734:1 7758:5 7769:1 7790:1 7845:1 7867:1 7868:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:3 7975:2 7976:1 8003:1 8004:2 8006:1 8009:2 8020:1 8049:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8294:1 8302:2 8333:1 8341:1 8350:1 8362:1 8385:2 8388:1 8405:1 8406:2 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8577:1 8584:1 8628:2 8732:1 8741:1 8752:1 8766:2 8784:2 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8974:1 8992:2 8997:1 9020:5 9025:2 9030:3 9076:1 9082:1 9091:1 9111:1 9112:1 9120:1 9130:1 9140:2 9176:1 9228:1 9288:1 9352:1 9369:1 9371:1 9400:1 9446:1 9484:1 9499:1 9545:1 9549:1 9552:1 9583:2 9598:1 9599:1 9640:1 9650:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9865:1 9872:1 9880:1 9996:2 9997:1 10002:1 10016:1 10031:1 10070:1 10100:1 10108:1 10135:1 10153:2 10181:1 10183:1 10212:1 10233:1 10240:1 10267:1 10294:1 10300:3 10323:1 10330:3 10336:1 10338:1 10341:2 10343:3 10349:1 10429:10 10435:2 10449:1 10509:1 10531:1 10538:1 10542:1 10547:1 10593:1 10621:2 10686:1 10778:3 10827:1 10834:3 10850:2 10904:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 11000:2 11021:1 11057:1 11068:1 11072:1 11093:2 11097:1 11110:1 11133:1 11137:1 11144:1 11164:2 11223:2 11225:1 11228:2 11327:1 11340:1 11372:1 11416:1 11419:1 11437:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11562:1 11565:1 11567:1 11659:1 11672:2 11673:3 11675:2 11682:1 11690:1 11717:1 11726:2 11729:4 11732:1 11738:1 11753:1 11771:1 11822:1 11866:1 11889:1 11894:1 11895:1 11974:1 11986:1 11991:1 11994:2 12012:1 12013:1 12056:1 12113:1 12150:1 12175:1 12187:2 12199:3 12204:1 12219:3 12242:1 12279:1 12282:1 12287:2 12292:2 12314:1 12355:1 12366:1 12378:1 12396:1 12440:1 12442:1 12443:1 12460:1 12468:1 12472:1 12522:1 12541:1 12544:2 12589:1 12600:4 12622:2 12627:1 12628:1 12632:1 12640:2 12645:1 12696:14 12722:1 12731:4 12732:6 12737:1 12746:1 12783:1 12787:1 12801:1 12812:1 12828:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13085:1 13087:1 13113:1 13120:1 13125:1 13142:3 13144:2 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13347:1 13378:9 13398:1 13421:1 13468:10 13501:1 13526:2 13545:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13698:1 13788:1 13815:2 13856:1 13876:3 13899:1 13924:1 13935:1 13949:1 13994:1 14037:3 14057:2 14073:1 14111:1 14125:1 14141:1 14142:1 14156:1 14162:2 14164:1 14172:1 14185:1 14213:1 14218:1 14235:1 14286:2 14289:1 14341:1 14398:3 14425:1 14437:1 14467:1 14589:1 14620:1 14631:2 14678:1 14691:1 14703:2 14765:1 14769:1 14781:1 14793:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:5 14916:1 14939:3 14950:1 15005:1 15007:8 15087:1 15154:1 15183:1 15232:1 15270:1 15280:1 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:6 15395:1 15426:1 15434:1 15436:1 15451:1 15484:1 15491:1 15495:1 15613:2 15621:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15719:1 15720:1 15811:1 15821:1 15826:2 15829:1 15834:3 15835:1 15841:1 15845:1 15846:5 15863:1 15865:3 15885:1 15908:3 15955:1 15970:1 15980:1 16021:1 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:1 16303:2 16308:2 16316:2 16385:1 16391:1 16406:1 16416:1 16427:1 16444:1 16459:1 16477:1 16599:1 16609:5 16614:1 16630:1 16632:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:1 16821:1 16829:1 16835:1 17020:1 17102:1 17106:4 17119:1 17173:1 17175:1 17190:2 17191:2 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17343:1 17366:2 17388:1 17396:3 17401:2 17495:1 17523:1 17542:1 17548:1 17553:1 17586:1 17600:1 17607:3 17653:1 17675:1 17678:1 17756:1 17801:2 17804:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18032:1 18035:1 18052:1 18078:5 18125:1 18152:1 18170:1 18213:1 18216:1 18228:3 18240:1 18291:1 18365:1 18374:1 18407:1 18422:1 18425:1 18446:5 18511:1 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18655:1 18666:1 18681:1 18716:1 18722:1 18735:3 18745:1 18771:1 18800:4 18847:1 18863:1 18869:3 18882:1 18887:1 18896:2 18918:2 18974:1 18975:3 19004:3 19028:2 19050:1 19078:1 19087:1 19123:1 19124:11 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19313:2 19321:1 19377:2 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19460:1 19462:1 19482:1 19495:1 19552:1 19591:1 19620:1 19677:1 19684:1 19690:1 19708:1 19718:1 19739:1 19774:1 19776:1 19852:2 19893:1 20015:1 20065:1 20116:1 20167:2 20200:1 20224:1 20300:2 20326:1 20348:2 20350:4 20401:1 20428:1 20435:2 20439:1 20476:1 20579:4 20585:6 20622:1 20625:1 20656:1 20672:1 20703:1 20705:1 20731:2 20733:1 20742:1 20758:1 20770:11 20777:1 20780:1 20825:1 20884:1 20885:2 20933:1 20938:2 20989:1 21105:2 21106:1 21151:1 21154:1 21159:1 21217:2 21234:1 21237:5 21268:1 21296:1 21301:1 21447:1 21454:2 21490:8 21493:1 21510:3 21541:1 21546:1 21573:1 21610:1 21616:3 21635:1 21645:1 21676:1 21678:8 21713:14 21777:1 21817:1 21832:1 21836:1 21852:1 21857:6 21859:1 21862:1 21894:1 21918:1 21951:1 21967:1 22002:1 22054:1 22058:1 22064:1 22070:2 22105:1 22154:3 22196:3 22197:1 22238:1 22259:1 22286:2 22299:1 22319:1 22328:2 22332:1 22338:1 22411:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22626:1 22627:1 22644:1 22649:2 22652:2 22686:1 22730:2 22735:1 22741:1 22747:1 22784:2 22852:1 22921:1 22939:1 22944:1 22966:2 22980:1 22983:1 22991:10 23001:1 23061:1 23116:2 23125:1 23147:1 23157:1 23163:1 23177:1 23222:1 23244:1 23262:1 23281:1 23332:1 23335:1 23350:1 23351:1 23359:1 23365:1 23380:1 23391:1 23439:1 23451:2 23580:3 23598:1 23636:1 23696:3 23707:1 23718:1 23739:1 23764:1 23769:1 23795:1 23804:1 23816:1 23820:1 23825:1 23845:2 23847:1 23874:1 23886:1 23888:1 23897:1 23910:1 23920:1 23935:1 23945:1 23947:1 23954:1 23965:1 23975:1 23998:1 24017:1 24029:1 24032:1 24048:1 24121:1 24135:1 24166:2 24167:1
20 33:1 64:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 191:1 221:1 239:1 243:1 247:2 373:1 434:2 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:1 710:1 711:1 798:1 804:1 806:14 809:2 835:1 843:1 849:1 864:1 882:1 943:1 950:1 981:1 1005:1 1097:1 1109:1 1156:2 1166:1 1171:1 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1284:2 1287:1 1358:1 1405:1 1406:1 1552:1 1554:1 1586:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:1 1658:2 1674:1 1686:1 1737:1 1744:3 1746:3 1755:1 1798:1 1804:2 1841:1 1842:2 1848:1 1852:3 1870:1 1882:1 1903:1 1915:1 1924:1 1926:1 1928:1 1956:1 1968:1 1980:1 2015:1 2017:2 2025:2 2027:1 2030:1 2033:1 2038:1 2043:1 2045:1 2049:2 2069:1 2116:1 2129:3 2134:1 2182:1 2212:1 2303:1 2365:1 2389:1 2426:3 2461:1 2465:1 2467:1 2473:1 2481:1 2489:2 2506:1 2529:6 2531:1 2545:1 2574:1 2583:1 2584:1 2609:1 2633:9 2669:1 2730:1 2756:1 2770:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2893:4 2901:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:3 3011:1 3027:1 3064:1 3076:2 3090:1 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3287:2 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3368:2 3370:1 3378:2 3388:1 3419:3 3421:1 3466:1 3479:1 3485:1 3487:1 3501:1 3521:1 3523:8 3524:1 3536:1 3538:1 3539:1 3544:1 3566:1 3598:1 3614:1 3615:4 3621:1 3631:1 3632:1 3636:2 3641:2 3646:2 3652:1 3653:1 3658:2 3673:1 3691:1 3714:1 3729:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4255:1 4257:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:2 4442:1 4458:1 4473:1 4479:2 4487:1 4531:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:5 4690:3 4707:5 4708:2 4711:1 4728:2 4753:2 4758:1 4769:7 4794:1 4842:3 4846:1 4851:2 4911:1 4912:1 4935:1 4942:2 4972:1 4977:3 4991:1 5002:1 5018:1 5029:1 5072:8 5087:3 5116:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5341:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:1 5505:2 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5846:1 5849:1 5883:3 5887:1 5894:2 5936:1 5951:1 5958:1 5972:1 6036:1 6037:2 6040:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:3 6232:1 6256:1 6265:1 6309:1 6310:1 6348:1106 6357:2 6374:1 6377:1 6388:3 6417:1 6429:1 6435:1 6502:1 6512:1 6545:1 6571:1 6588:1 6593:1 6602:2 6611:1 6637:1 6726:1 6738:3 6749:1 6756:3 6759:1 6760:1 6761:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6981:1 7023:1 7059:1 7128:2 7172:1 7225:1 7253:1 7254:13 7261:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:1 7383:1 7396:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7607:2 7661:2 7665:1 7668:1 7715:1 7717:1 7733:1 7734:1 7758:5 7769:1 7790:1 7845:1 7867:1 7868:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:4 7975:2 7976:1 8003:1 8004:2 8006:1 8009:2 8020:1 8049:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8294:1 8302:2 8333:1 8341:1 8350:1 8362:1 8385:2 8388:1 8405:1 8406:2 8412:1 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8577:1 8584:1 8628:2 8732:1 8741:1 8752:1 8766:2 8784:2 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8974:1 8992:2 8997:1 9020:5 9025:2 9030:3 9076:1 9082:1 9091:1 9098:1 9103:1 9111:1 9112:1 9120:1 9130:1 9140:3 9176:1 9228:1 9269:1 9288:1 9352:1 9369:1 9371:1 9400:1 9446:1 9484:1 9499:1 9545:1 9549:1 9552:1 9578:1 9583:2 9598:1 9599:1 9640:1 9650:1 9655:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9865:1 9870:1 9872:1 9880:1 9996:2 9997:1 10002:1 10016:1 10031:1 10070:1 10100:1 10108:1 10135:1 10153:2 10181:1 10183:1 10212:1 10233:1 10240:1 10267:1 10294:1 10300:3 10323:1 10327:1 10330:3 10336:1 10338:1 10341:2 10343:3 10349:1 10429:10 10435:2 10449:1 10509:1 10531:1 10538:1 10542:1 10547:1 10593:1 10621:2 10686:1 10778:3 10827:1 10834:3 10850:2 10904:1 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 11000:2 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11144:1 11164:2 11223:2 11225:1 11228:2 11258:1 11327:1 11340:1 11372:1 11416:1 11419:1 11437:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11558:1 11562:1 11565:1 11567:1 11659:1 11672:2 11673:3 11675:2 11682:1 11690:1 11717:1 11726:2 11729:4 11732:1 11738:1 11753:1 11771:1 11822:1 11866:1 11889:1 11894:1 11895:1 11974:1 11986:1 11991:1 11994:2 12012:1 12013:1 12056:1 12083:1 12093:1 12113:1 12150:1 12175:1 12187:2 12199:3 12204:1 12219:3 12242:1 12279:1 12282:1 12287:2 12292:2 12314:1 12355:1 12366:1 12378:1 12396:1 12440:1 12442:1 12443:1 12460:1 12468:1 12472:1 12522:1 12541:1 12544:2 12589:1 12600:4 12622:2 12627:1 12628:1 12632:1 12636:1 12640:2 12645:1 12696:15 12722:1 12731:4 12732:6 12737:1 12746:1 12783:1 12787:1 12801:1 12812:1 12828:1 12862:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13085:1 13087:1 13113:1 13120:1 13125:1 13142:3 13144:2 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13347:1 13369:1 13378:9 13398:1 13421:1 13436:1 13468:11 13501:1 13526:2 13545:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13698:1 13788:1 13815:2 13856:1 13876:3 13878:1 13899:1 13924:1 13935:1 13949:1 13994:1 14024:1 14037:3 14057:2 14073:1 14111:1 14125:1 14130:1 14141:1 14142:1 14156:1 14162:2 14164:1 14172:1 14185:1 14213:1 14218:1 14235:1 14286:3 14289:1 14341:1 14398:3 14425:1 14437:1 14438:1 14467:1 14589:1 14620:1 14631:2 14678:1 14691:1 14703:2 14765:1 14769:1 14781:1 14793:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:5 14916:1 14939:3 14950:1 15005:1 15007:8 15087:1 15154:1 15183:1 15232:1 15270:1 15280:1 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:6 15395:1 15426:1 15434:1 15436:1 15451:1 15484:1 15491:1 15495:1 15613:2 15621:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15719:1 15720:1 15743:1 15811:1 15821:1 15826:2 15829:1 15834:3 15835:1 15841:1 15845:1 15846:5 15863:1 15865:3 15885:1 15908:3 15955:1 15969:1 15970:1 15980:1 15984:1 16021:1 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:1 16303:2 16308:2 16316:2 16385:1 16391:1 16406:1 16416:1 16427:2 16444:1 16459:1 16477:1 16599:1 16609:5 16614:1 16630:1 16632:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:1 16821:1 16829:1 16835:1 17020:1 17102:1 17106:4 17119:1 17173:1 17175:1 17190:2 17191:2 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17343:1 17366:2 17370:1 17388:1 17396:3 17401:3 17495:1 17523:1 17542:1 17548:1 17553:1 17586:1 17600:1 17607:3 17653:1 17675:1 17678:1 17725:1 17756:1 17801:2 17804:1 17879:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18023:1 18032:1 18035:1 18052:1 18078:5 18087:1 18125:1 18152:1 18170:1 18213:1 18216:1 18228:3 18240:1 18291:1 18303:1 18365:1 18374:1 18407:1 18422:1 18425:1 18446:5 18511:1 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18655:1 18666:1 18681:1 18714:1 18716:1 18722:1 18735:3 18745:1 18771:1 18800:4 18847:1 18863:1 18869:3 18882:1 18887:1 18896:2 18904:1 18918:2 18974:1 18975:3 19004:3 19028:3 19050:1 19078:1 19087:1 19123:1 19124:11 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19296:1 19313:2 19321:1 19377:2 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19460:1 19462:1 19482:1 19495:1 19542:1 19552:1 19591:1 19620:1 19634:1 19635:1 19677:1 19684:1 19690:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19893:1 20015:1 20065:1 20116:1 20167:2 20200:1 20224:1 20300:2 20326:1 20339:1 20348:2 20350:4 20401:1 20428:1 20435:3 20439:1 20476:1 20510:1 20579:4 20585:6 20622:1 20625:1 20628:1 20656:1 20672:1 20703:1 20705:1 20731:2 20733:1 20742:1 20758:1 20770:11 20777:1 20780:1 20825:1 20884:1 20885:2 20933:1 20938:2 20989:1 21001:1 21105:2 21106:1 21151:1 21154:1 21159:1 21217:2 21234:1 21237:5 21268:1 21296:1 21301:1 21447:1 21454:2 21490:8 21493:1 21510:3 21541:1 21546:1 21573:1 21610:1 21616:3 21635:1 21645:1 21676:1 21678:8 21700:1 21713:14 21777:1 21817:1 21832:1 21836:1 21852:1 21857:6 21859:1 21862:1 21894:1 21918:1 21951:1 21967:1 22002:1 22054:1 22058:1 22064:1 22070:2 22105:1 22123:1 22154:3 22196:3 22197:1 22238:1 22259:1 22279:1 22286:2 22299:1 22319:1 22328:2 22332:1 22338:1 22411:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22626:1 22627:1 22644:1 22649:2 22652:3 22686:1 22730:2 22735:1 22741:1 22747:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:1 22966:2 22980:1 22983:1 22991:10 23001:1 23061:1 23116:2 23125:1 23147:1 23157:1 23163:1 23177:1 23222:1 23244:1 23262:1 23281:1 23288:1 23332:1 23335:1 23350:1 23351:1 23359:1 23365:1 23380:1 23391:1 23439:1 23451:2 23580:3 23598:1 23636:1 23688:1 23696:3 23707:1 23718:1 23739:1 23764:1 23769:1 23770:1 23795:1 23804:1 23816:1 23820:1 23825:1 23845:2 23847:1 23874:1 23886:1 23888:1 23897:1 23910:1 23920:1 23935:1 23945:1 23947:1 23954:1 23965:1 23975:1 23998:1 24017:1 24029:1 24032:1 24048:1 24121:1 24135:1 24166:2 24167:1 24185:1
20 33:1 64:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 191:1 221:1 239:1 243:1 247:2 373:1 434:2 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:1 677:1 710:1 711:1 798:1 804:1 806:15 809:2 835:1 843:1 849:1 864:1 882:1 925:1 943:1 950:1 981:1 1005:1 1054:1 1097:1 1109:1 1156:2 1166:1 1169:1 1171:1 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1284:2 1287:1 1358:1 1405:2 1406:1 1505:1 1521:1 1552:1 1554:1 1586:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:2 1658:2 1665:1 1674:1 1686:1 1737:1 1744:3 1746:3 1755:1 1798:1 1804:2 1841:1 1842:2 1848:1 1852:3 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1956:1 1968:1 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2038:1 2043:1 2045:1 2049:3 2069:1 2116:1 2129:3 2134:1 2182:1 2212:1 2251:1 2303:1 2346:1 2365:1 2366:1 2389:1 2426:3 2461:1 2465:1 2467:1 2473:1 2481:1 2489:2 2506:1 2529:6 2531:1 2541:1 2545:1 2547:1 2563:1 2574:1 2583:1 2584:1 2609:1 2633:9 2669:1 2729:1 2730:1 2756:1 2770:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2893:4 2901:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:3 3011:1 3027:1 3064:1 3076:2 3090:1 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3287:2 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3341:1 3368:2 3370:1 3378:2 3387:1 3388:2 3419:3 3421:1 3432:1 3466:1 3476:1 3479:1 3485:1 3487:1 3501:1 3509:1 3521:1 3523:8 3524:1 3536:1 3538:1 3539:1 3544:1 3562:1 3566:2 3598:1 3614:1 3615:4 3617:1 3621:1 3631:2 3632:1 3636:2 3641:2 3646:2 3652:1 3653:1 3658:2 3673:1 3691:1 3714:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4255:1 4257:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:2 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4531:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:5 4690:3 4707:6 4708:2 4711:1 4728:2 4753:2 4758:1 4769:7 4794:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4942:2 4962:1 4972:1 4977:3 4991:1 5002:1 5018:1 5029:1 5072:8 5087:3 5116:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5341:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:1 5505:2 5535:1 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5846:1 5849:1 5883:3 5887:1 5894:2 5936:1 5951:1 5958:1 5972:1 6026:1 6036:1 6037:2 6040:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:4 6149:1 6232:1 6256:1 6265:1 6280:1 6309:1 6310:1 6348:1173 6357:2 6374:1 6377:1 6388:3 6417:1 6429:1 6432:1 6435:1 6502:1 6512:1 6545:1 6571:1 6588:1 6593:1 6602:2 6611:1 6637:1 6658:1 6726:1 6738:3 6749:1 6756:3 6759:1 6760:1 6761:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6981:1 7023:1 7050:1 7059:1 7128:2 7172:1 7225:1 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:1 7383:1 7396:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7607:2 7661:3 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:5 7769:1 7790:1 7845:1 7867:1 7868:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:4 7975:2 7976:1 8003:1 8004:2 8006:1 8009:2 8020:1 8049:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8294:1 8302:2 8333:1 8337:1 8341:1 8350:1 8354:1 8362:1 8385:2 8388:1 8405:1 8406:2 8412:1 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8732:1 8741:1 8752:1 8766:3 8784:2 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8992:2 8997:1 9020:5 9025:2 9030:3 9076:1 9082:1 9091:1 9098:1 9103:1 9111:1 9112:1 9120:1 9130:1 9140:3 9176:1 9223:1 9228:1 9239:1 9269:1 9288:1 9352:1 9359:1 9369:1 9371:1 9400:1 9446:1 9484:1 9499:2 9545:1 9549:1 9552:1 9578:1 9582:1 9583:2 9591:1 9598:1 9599:1 9610:1 9623:1 9640:1 9650:1 9655:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9865:1 9870:1 9872:1 9880:1 9903:1 9996:2 9997:1 10002:1 10016:1 10031:1 10070:1 10100:1 10108:1 10135:1 10153:2 10181:1 10183:1 10212:1 10233:1 10240:1 10267:1 10294:1 10300:3 10323:1 10327:1 10330:3 10336:1 10338:1 10341:2 10343:3 10349:1 10429:10 10435:2 10449:1 10509:1 10531:1 10538:1 10542:1 10547:1 10593:1 10621:2 10686:1 10778:3 10827:1 10834:3 10850:2 10904:1 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10996:1 11000:2 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11144:1 11164:2 11208:1 11223:2 11225:1 11228:2 11258:1 11327:1 11340:1 11372:2 11416:1 11419:1 11437:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:1 11558:1 11562:1 11565:1 11567:1 11659:1 11672:2 11673:3 11675:2 11682:1 11690:1 11717:1 11726:2 11729:4 11732:1 11738:1 11745:1 11753:1 11771:1 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11974:1 11986:1 11991:1 11994:2 12012:1 12013:1 12056:1 12071:1 12083:1 12093:1 12113:1 12150:1 12175:1 12187:2 12199:3 12204:1 12219:3 12242:1 12267:1 12279:1 12282:1 12287:2 12292:2 12314:1 12355:1 12366:1 12378:1 12396:1 12403:1 12440:1 12442:1 12443:1 12460:1 12468:1 12472:1 12475:1 12522:1 12541:1 12544:2 12555:1 12589:1 12600:4 12622:2 12627:1 12628:1 12632:1 12636:1 12640:2 12645:1 12696:17 12722:1 12731:4 12732:6 12737:1 12746:1 12783:1 12787:1 12801:2 12812:1 12828:1 12862:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13081:1 13085:1 13087:1 13113:1 13120:1 13125:1 13142:3 13144:2 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13330:1 13344:1 13347:1 13369:1 13378:9 13388:1 13398:1 13421:1 13436:1 13468:13 13485:1 13501:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13698:1 13747:1 13788:1 13815:2 13848:1 13856:1 13876:3 13878:1 13899:1 13924:1 13935:1 13949:1 13994:1 14024:1 14037:3 14042:1 14057:2 14073:1 14111:1 14125:1 14130:1 14141:1 14142:1 14144:1 14156:2 14162:2 14164:1 14172:1 14184:1 14185:1 14213:1 14218:1 14235:1 14286:3 14289:1 14341:1 14398:3 14425:1 14437:1 14438:1 14453:1 14467:1 14589:1 14620:1 14631:2 14678:1 14691:1 14703:2 14765:1 14769:1 14781:1 14793:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:5 14909:2 14916:1 14939:3 14950:1 15005:1 15007:8 15087:1 15132:1 15154:1 15183:1 15232:1 15270:1 15280:2 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:1 15393:6 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15466:1 15484:1 15491:1 15495:1 15613:2 15621:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15719:1 15720:1 15727:1 15743:1 15811:1 15821:1 15826:2 15829:1 15832:1 15834:3 15835:1 15841:1 15845:1 15846:5 15863:1 15865:3 15885:1 15908:3 15955:1 15957:1 15969:1 15970:1 15980:1 15984:1 16021:1 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:1 16303:2 16308:2 16316:2 16385:1 16391:1 16406:1 16416:1 16427:2 16444:1 16459:1 16477:2 16599:1 16609:5 16614:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:1 17020:1 17102:1 17106:4 17119:1 17173:1 17175:1 17190:2 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17290:1 17302:1 17343:1 17366:2 17370:1 17384:1 17388:1 17396:3 17401:3 17495:1 17523:1 17542:1 17548:1 17553:1 17563:1 17577:2 17586:1 17600:1 17607:3 17653:1 17675:1 17678:1 17725:1 17756:1 17801:2 17804:1 17879:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18023:1 18032:1 18035:1 18052:1 18078:5 18087:1 18125:1 18138:1 18152:1 18170:1 18213:1 18216:1 18228:3 18235:1 18240:1 18291:1 18303:2 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:1 18446:6 18511:1 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18655:1 18666:1 18681:1 18714:1 18716:1 18722:1 18735:3 18745:1 18771:1 18800:4 18847:1 18863:1 18869:3 18871:1 18882:1 18887:1 18896:2 18904:1 18918:2 18974:1 18975:3 19004:3 19028:3 19050:1 19078:2 19087:1 19123:1 19124:11 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19296:1 19313:2 19321:1 19344:1 19377:2 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19460:1 19462:1 19482:1 19495:1 19542:1 19552:1 19565:1 19580:1 19591:1 19620:1 19634:1 19635:1 19674:1 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 20010:1 20015:1 20065:1 20116:1 20167:2 20200:1 20224:1 20260:1 20300:2 20326:1 20339:1 20342:1 20348:2 20350:4 20401:1 20428:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:6 20594:1 20597:1 20622:1 20625:1 20628:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20758:1 20770:11 20777:1 20780:1 20825:1 20884:1 20885:2 20933:1 20938:2 20977:1 20989:1 20994:1 21000:1 21001:1 21105:2 21106:1 21151:1 21154:1 21159:1 21170:1 21217:2 21234:1 21237:5 21268:1 21296:1 21301:1 21396:1 21422:1 21447:1 21454:2 21490:8 21493:1 21510:3 21541:1 21546:1 21573:1 21610:1 21611:1 21616:3 21635:1 21645:1 21676:1 21678:8 21700:1 21713:14 21732:1 21777:1 21817:1 21832:1 21836:1 21852:1 21857:9 21859:1 21862:1 21894:1 21918:1 21939:1 21951:1 21967:1 22002:1 22054:1 22058:1 22064:1 22070:2 22105:1 22123:1 22154:3 22196:3 22197:1 22238:1 22259:1 22275:1 22279:1 22286:2 22299:1 22319:2 22328:2 22332:1 22338:1 22411:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22644:1 22649:3 22652:3 22686:1 22730:2 22735:1 22741:1 22745:1 22747:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:1 22966:2 22980:1 22983:1 22991:10 23001:1 23061:1 23116:2 23125:1 23146:1 23147:1 23157:1 23161:1 23163:1 23177:1 23222:1 23244:1 23262:1 23281:1 23288:1 23332:1 23335:1 23350:1 23351:1 23359:1 23365:1 23380:1 23391:1 23439:1 23451:2 23580:3 23598:1 23636:1 23688:1 23696:3 23707:1 23718:1 23739:1 23764:1 23769:1 23770:1 23795:1 23804:1 23816:1 23820:1 23825:1 23845:2 23847:1 23874:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23935:1 23945:1 23947:1 23954:1 23955:1 23965:1 23975:1 23998:1 24017:1 24029:1 24032:1 24048:1 24121:1 24135:1 24166:2 24167:1 24185:1
20 33:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 191:1 221:1 239:1 243:1 247:2 373:1 434:2 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:1 677:1 710:1 711:1 798:1 804:1 806:16 809:2 835:1 843:1 849:1 864:1 882:1 925:1 943:1 950:1 981:1 1005:1 1054:1 1097:1 1109:1 1156:2 1166:1 1168:1 1169:1 1171:1 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1284:2 1287:1 1358:1 1405:2 1406:1 1449:1 1505:1 1521:1 1552:1 1554:1 1567:1 1586:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:3 1658:2 1665:1 1674:1 1686:1 1704:2 1712:1 1737:1 1744:3 1746:3 1755:1 1776:1 1798:1 1804:2 1841:1 1842:2 1848:1 1852:3 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1956:1 1968:1 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2038:1 2043:1 2045:1 2049:3 2069:1 2116:1 2117:1 2129:3 2134:1 2182:1 2212:1 2251:1 2303:1 2323:1 2346:1 2365:1 2366:1 2388:1 2389:1 2426:3 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2518:1 2529:6 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2633:9 2669:1 2729:1 2730:1 2756:1 2770:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2893:4 2901:1 2910:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:3 3011:1 3021:1 3027:1 3064:1 3076:2 3090:1 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3287:2 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:1 3388:2 3419:3 3421:1 3432:1 3466:1 3476:1 3479:1 3485:1 3487:1 3501:1 3509:1 3521:1 3523:8 3524:1 3536:1 3538:1 3539:2 3544:1 3562:1 3566:2 3598:1 3614:1 3615:4 3617:1 3621:1 3631:2 3632:1 3636:2 3641:2 3646:2 3652:1 3653:1 3658:2 3668:1 3673:1 3691:1 3714:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4255:1 4257:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:2 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4531:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:5 4690:3 4707:6 4708:2 4711:1 4728:2 4753:2 4758:1 4769:7 4794:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4942:2 4959:1 4962:1 4972:1 4977:3 4990:1 4991:1 4993:1 5002:1 5018:1 5029:1 5072:8 5087:3 5116:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5341:1 5359:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:2 5505:2 5535:1 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5846:1 5847:1 5849:1 5883:3 5887:1 5894:2 5936:1 5948:1 5951:1 5958:1 5959:1 5972:1 6026:1 6036:1 6037:2 6040:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:4 6149:1 6207:1 6232:1 6256:1 6265:1 6280:2 6309:1 6310:1 6348:1262 6352:1 6357:2 6374:1 6377:1 6388:3 6417:1 6429:1 6432:1 6435:1 6502:1 6512:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6726:1 6738:3 6749:1 6756:3 6759:1 6760:1 6761:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6981:1 7023:1 7050:1 7059:1 7128:3 7172:1 7225:1 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:1 7383:1 7396:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7607:2 7661:3 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:5 7769:1 7790:1 7845:1 7867:1 7868:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:4 7975:2 7976:1 8000:1 8003:1 8004:2 8006:2 8009:2 8020:1 8049:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8294:1 8302:2 8333:1 8337:1 8341:1 8350:1 8354:1 8362:1 8385:2 8388:1 8405:1 8406:2 8412:1 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8732:1 8741:1 8752:1 8766:3 8784:2 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8992:2 8997:1 9020:5 9025:2 9030:3 9076:1 9082:1 9091:1 9098:1 9103:1 9111:1 9112:1 9120:1 9130:1 9140:3 9176:1 9223:1 9228:1 9239:1 9269:1 9288:1 9352:1 9359:1 9369:1 9371:1 9400:1 9446:1 9484:1 9499:2 9521:1 9545:1 9549:1 9552:1 9578:1 9582:1 9583:2 9591:1 9598:1 9599:1 9610:1 9623:1 9640:1 9650:1 9655:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9865:1 9870:1 9872:1 9880:1 9881:1 9903:1 9996:2 9997:1 10002:1 10016:1 10031:1 10070:1 10100:1 10108:1 10135:1 10146:1 10153:2 10181:1 10183:1 10200:1 10212:1 10220:1 10233:1 10240:1 10267:1 10294:1 10300:3 10323:1 10327:1 10329:1 10330:3 10336:1 10338:1 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10449:1 10509:1 10531:1 10538:1 10542:1 10547:1 10593:1 10621:2 10686:1 10778:3 10827:1 10834:3 10850:2 10904:1 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10996:1 11000:2 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11164:2 11208:1 11223:2 11225:1 11228:2 11258:1 11327:1 11340:1 11372:2 11416:1 11419:1 11437:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:1 11558:1 11562:1 11565:1 11567:1 11620:1 11659:1 11672:2 11673:3 11675:2 11682:1 11690:1 11717:1 11720:1 11726:2 11729:4 11732:1 11738:1 11745:1 11753:1 11771:1 11777:1 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11974:1 11986:1 11991:1 11994:2 12012:1 12013:1 12056:1 12071:1 12083:1 12093:1 12113:1 12150:1 12175:1 12187:2 12197:1 12199:3 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12314:1 12355:1 12366:1 12378:1 12396:1 12403:1 12440:1 12442:1 12443:1 12460:1 12468:1 12472:1 12475:1 12485:1 12522:1 12541:1 12544:2 12555:1 12589:1 12600:4 12622:2 12627:1 12628:1 12632:1 12635:2 12636:1 12640:2 12645:1 12696:17 12722:1 12731:4 12732:6 12737:1 12746:1 12783:1 12787:1 12801:2 12812:1 12828:1 12862:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13081:1 13085:1 13087:1 13113:1 13120:1 13125:1 13142:3 13144:2 13151:1 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13330:1 13344:1 13347:1 13369:1 13378:9 13388:1 13398:1 13421:1 13436:1 13468:13 13485:1 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13698:1 13747:1 13788:1 13807:1 13815:2 13848:1 13856:1 13876:3 13878:1 13899:1 13924:1 13935:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14073:1 14111:1 14125:1 14130:1 14141:1 14142:1 14144:1 14156:2 14162:2 14164:1 14172:1 14184:2 14185:1 14213:1 14218:1 14235:1 14286:3 14289:1 14341:1 14398:3 14425:1 14437:1 14438:1 14453:1 14467:1 14589:1 14620:1 14631:2 14678:1 14691:1 14703:2 14765:1 14769:1 14781:1 14793:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:5 14909:2 14916:1 14939:3 14950:1 15005:1 15007:8 15087:1 15132:1 15144:1 15154:1 15183:1 15232:1 15270:1 15280:2 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:2 15393:6 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15466:1 15484:1 15491:1 15495:1 15613:2 15621:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15719:1 15720:1 15727:1 15743:1 15811:1 15821:1 15826:2 15829:1 15832:1 15834:3 15835:1 15841:1 15845:1 15846:5 15863:1 15865:3 15885:1 15908:3 15955:1 15957:1 15969:1 15970:1 15980:1 15984:1 16021:2 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:1 16303:2 16308:2 16316:2 16385:1 16391:1 16406:1 16416:1 16427:2 16444:1 16459:1 16477:2 16599:1 16609:5 16613:1 16614:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:1 16901:1 17020:1 17051:1 17102:1 17106:4 17119:2 17160:1 17173:1 17175:1 17190:2 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17290:1 17302:1 17343:1 17366:2 17370:1 17384:1 17388:1 17396:3 17401:3 17466:1 17495:1 17523:1 17542:1 17548:1 17553:1 17563:1 17577:2 17586:1 17600:1 17607:3 17653:1 17675:1 17678:1 17725:1 17731:1 17756:1 17801:2 17804:1 17879:1 17912:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18023:1 18032:1 18035:1 18038:1 18052:1 18078:5 18087:1 18125:1 18138:1 18152:1 18170:1 18213:1 18216:1 18228:3 18235:1 18240:1 18291:1 18303:2 18325:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:1 18446:6 18511:1 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18655:1 18661:1 18666:1 18681:1 18714:1 18716:1 18722:1 18735:3 18745:1 18771:1 18800:4 18847:1 18863:1 18869:3 18871:1 18882:1 18887:1 18896:2 18904:1 18918:2 18974:1 18975:3 18993:1 19004:3 19028:3 19050:1 19078:2 19087:1 19123:1 19124:11 19167:1 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19296:1 19313:2 19321:1 19340:1 19344:2 19377:2 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19460:1 19462:1 19482:1 19495:1 19542:1 19552:1 19565:1 19580:1 19591:1 19620:1 19634:1 19635:1 19674:1 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 20010:1 20015:1 20020:1 20039:1 20065:1 20116:1 20117:1 20154:1 20167:2 20200:1 20224:1 20260:1 20300:2 20303:1 20326:1 20339:1 20342:1 20348:2 20350:4 20401:1 20428:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:6 20594:1 20597:1 20622:1 20625:1 20628:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20758:1 20770:11 20777:1 20780:1 20825:1 20884:1 20885:2 20933:1 20938:2 20977:1 20989:1 20994:1 21000:1 21001:1 21105:2 21106:1 21151:1 21154:1 21159:1 21170:1 21217:2 21234:1 21237:5 21268:1 21296:1 21301:1 21396:1 21422:1 21440:1 21445:1 21447:1 21454:2 21473:1 21490:8 21493:1 21510:3 21541:1 21546:1 21573:1 21579:1 21610:1 21611:1 21616:3 21635:1 21645:1 21676:1 21678:8 21700:1 21713:14 21732:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:1 21857:10 21859:1 21862:1 21894:1 21918:2 21939:1 21951:1 21967:1 22002:1 22054:1 22058:1 22064:1 22070:2 22105:1 22123:1 22154:3 22196:3 22197:1 22238:1 22259:1 22275:1 22279:1 22286:2 22299:1 22319:2 22328:2 22332:1 22338:1 22411:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22632:1 22644:1 22649:3 22652:3 22686:1 22730:3 22735:1 22741:1 22745:1 22747:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:1 22957:1 22966:2 22980:1 22983:1 22991:10 23001:1 23061:1 23116:2 23125:1 23146:1 23147:1 23157:1 23161:1 23163:1 23177:1 23222:1 23238:1 23244:1 23262:1 23281:1 23288:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:1 23359:1 23365:1 23380:1 23391:1 23439:1 23451:2 23580:3 23598:1 23636:1 23688:1 23696:3 23700:1 23707:1 23718:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:1 23804:1 23816:1 23820:1 23825:1 23845:2 23847:1 23874:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23935:1 23945:1 23947:1 23954:1 23955:1 23965:1 23975:1 23998:1 24017:1 24029:1 24032:2 24048:1 24121:1 24135:1 24166:2 24167:1 24185:1
20 33:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 191:1 221:1 239:1 243:1 247:2 373:1 434:2 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:1 677:1 710:1 711:1 798:1 804:1 806:16 809:2 835:1 843:1 849:1 864:1 882:1 925:1 943:1 950:1 981:1 1005:1 1054:1 1097:1 1107:1 1109:1 1156:2 1166:1 1168:1 1169:2 1171:1 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1284:2 1287:1 1358:1 1405:3 1406:1 1449:1 1505:2 1521:1 1552:1 1554:1 1567:1 1586:1 1603:1 1615:2 1634:1 1645:1 1650:1 1653:3 1658:2 1665:2 1674:1 1686:1 1704:2 1712:1 1737:1 1744:3 1746:3 1755:1 1776:1 1798:1 1804:2 1841:1 1842:2 1848:1 1852:3 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1956:1 1968:1 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2038:1 2043:1 2045:1 2049:4 2069:1 2116:1 2117:1 2129:3 2134:1 2182:1 2212:1 2251:2 2303:1 2323:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:2 2426:3 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2518:1 2523:2 2529:6 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2633:9 2669:1 2729:1 2730:1 2756:1 2770:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2837:1 2893:4 2901:1 2910:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:3 3011:1 3021:1 3027:1 3064:1 3076:2 3090:1 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3287:2 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:3 3421:1 3432:2 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:1 3523:8 3524:1 3536:1 3538:1 3539:2 3544:1 3562:1 3566:2 3598:1 3614:1 3615:4 3617:1 3621:1 3631:2 3632:1 3636:2 3641:2 3646:2 3652:1 3653:1 3658:2 3668:1 3673:1 3691:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4255:1 4257:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:2 4427:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4531:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:5 4690:3 4707:7 4708:2 4711:1 4728:2 4753:2 4758:1 4769:7 4794:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4942:2 4959:1 4962:1 4972:1 4977:3 4990:1 4991:1 4993:1 5002:1 5018:1 5029:1 5072:8 5087:3 5116:1 5125:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5341:1 5359:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:2 5505:2 5535:1 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5846:1 5847:1 5849:1 5883:3 5887:1 5890:1 5894:2 5936:1 5948:1 5951:1 5958:1 5959:1 5972:1 6026:2 6036:1 6037:2 6040:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:4 6149:1 6207:1 6232:1 6256:1 6265:1 6280:2 6309:1 6310:1 6348:1310 6352:1 6357:2 6374:1 6377:1 6388:3 6417:1 6429:1 6432:2 6435:1 6502:1 6512:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6726:1 6738:3 6749:1 6756:3 6759:1 6760:1 6761:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6981:1 7023:1 7050:2 7059:1 7128:3 7172:1 7215:1 7225:1 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:1 7383:1 7396:1 7460:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7607:2 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:5 7769:1 7790:1 7845:1 7867:1 7868:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:4 7975:2 7976:1 8000:1 8003:1 8004:2 8006:2 8009:2 8020:1 8049:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8284:1 8294:1 8295:1 8302:2 8333:1 8337:1 8341:1 8350:1 8354:1 8362:1 8385:2 8388:1 8405:1 8406:2 8412:1 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8732:1 8741:1 8752:1 8766:3 8784:2 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8992:2 8997:1 9020:5 9025:2 9030:3 9076:1 9082:1 9091:1 9098:1 9103:1 9111:1 9112:1 9120:1 9130:1 9140:3 9176:1 9223:1 9228:1 9239:1 9269:1 9288:1 9352:1 9359:1 9369:1 9371:1 9383:2 9400:1 9446:1 9484:1 9499:2 9521:1 9545:1 9549:1 9552:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:1 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9865:1 9870:1 9872:1 9880:1 9881:1 9903:1 9996:2 9997:1 10002:1 10016:1 10031:1 10070:1 10093:1 10100:1 10108:1 10135:1 10146:1 10153:2 10181:1 10183:1 10200:1 10212:1 10220:1 10233:1 10240:1 10267:1 10269:1 10294:1 10300:3 10323:1 10327:2 10329:1 10330:3 10336:2 10338:1 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10449:1 10509:1 10510:1 10531:1 10538:1 10542:1 10547:1 10564:1 10593:1 10621:2 10686:1 10778:3 10827:1 10834:3 10850:2 10904:1 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10996:2 11000:3 11004:1 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11164:2 11208:1 11223:2 11225:1 11228:2 11258:1 11323:1 11327:1 11340:1 11372:3 11416:1 11419:1 11437:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11620:1 11659:1 11664:1 11672:2 11673:3 11675:2 11682:1 11690:1 11717:1 11720:1 11726:2 11729:5 11732:1 11738:1 11745:1 11753:1 11771:1 11777:1 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11974:1 11986:1 11991:1 11994:2 12012:1 12013:1 12056:1 12071:1 12083:1 12093:1 12113:1 12150:1 12175:1 12187:2 12197:2 12199:3 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12314:1 12355:2 12366:1 12378:1 12396:1 12403:1 12440:1 12442:1 12443:1 12460:1 12468:1 12472:1 12475:1 12485:1 12522:1 12541:1 12544:2 12555:1 12589:1 12600:4 12622:2 12627:1 12628:1 12632:1 12635:2 12636:1 12640:2 12645:1 12696:17 12722:1 12731:4 12732:6 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12828:1 12862:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13081:1 13085:1 13087:1 13113:1 13120:1 13125:1 13142:3 13144:2 13151:1 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13330:1 13344:1 13347:1 13369:1 13378:9 13388:1 13398:1 13421:1 13436:1 13468:14 13485:1 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13698:1 13747:1 13788:1 13807:1 13815:2 13848:1 13856:1 13876:3 13878:1 13899:1 13924:1 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14073:1 14111:1 14125:1 14130:1 14141:1 14142:1 14144:2 14156:3 14162:2 14164:1 14172:1 14184:3 14185:1 14213:1 14218:1 14235:1 14286:3 14289:1 14341:1 14398:3 14425:1 14437:1 14438:1 14453:1 14467:1 14589:1 14620:1 14631:2 14678:1 14691:1 14703:2 14765:1 14769:1 14781:1 14793:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:5 14909:4 14916:1 14925:1 14939:3 14950:1 15005:1 15007:8 15087:1 15132:1 15144:1 15154:1 15183:1 15232:1 15270:1 15280:2 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:2 15393:6 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15466:2 15484:1 15491:1 15495:1 15559:1 15613:2 15621:1 15627:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15719:1 15720:1 15727:1 15743:1 15811:1 15821:1 15826:2 15829:1 15832:1 15834:3 15835:1 15841:1 15845:1 15846:5 15863:1 15865:3 15885:1 15908:3 15955:1 15957:1 15969:1 15970:1 15980:1 15984:1 16021:4 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:1 16303:2 16308:2 16316:2 16385:1 16391:1 16406:1 16416:1 16427:2 16444:1 16459:1 16477:3 16599:1 16609:5 16613:1 16614:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:1 17010:1 17020:1 17051:1 17102:1 17106:4 17119:2 17160:1 17173:1 17175:1 17190:2 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17290:1 17302:1 17343:1 17366:2 17370:1 17384:1 17388:1 17396:3 17401:3 17466:1 17495:1 17523:1 17542:1 17548:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17675:1 17678:1 17725:1 17731:1 17756:1 17801:2 17804:1 17879:1 17912:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18023:1 18032:1 18035:1 18038:2 18052:1 18078:5 18087:1 18125:1 18138:1 18152:1 18170:1 18213:1 18216:1 18228:3 18235:2 18240:1 18291:1 18303:3 18325:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:1 18517:1 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18655:1 18661:1 18666:1 18681:1 18714:1 18716:1 18722:1 18735:3 18745:1 18771:1 18800:4 18847:1 18863:1 18869:3 18871:1 18882:1 18887:1 18896:2 18904:1 18918:2 18974:1 18975:3 18993:1 19004:4 19028:3 19050:1 19078:2 19087:1 19123:1 19124:11 19167:1 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19296:1 19297:1 19313:2 19321:1 19340:2 19344:3 19377:2 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19460:1 19462:1 19482:1 19495:1 19542:1 19552:1 19565:1 19580:1 19591:1 19620:1 19634:1 19635:1 19674:1 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 20010:1 20015:1 20020:1 20039:1 20065:1 20116:1 20117:1 20154:1 20167:2 20200:1 20224:1 20257:1 20260:1 20300:2 20303:1 20326:1 20339:1 20342:1 20348:2 20350:4 20401:1 20428:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:6 20594:1 20597:2 20622:1 20625:1 20628:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20758:1 20770:11 20777:1 20780:1 20825:1 20842:2 20884:1 20885:2 20933:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21105:2 21106:1 21128:1 21151:1 21154:1 21159:1 21170:2 21176:1 21188:1 21217:2 21234:1 21237:5 21268:1 21296:1 21301:1 21396:1 21422:1 21440:1 21445:1 21447:1 21454:2 21473:1 21490:8 21493:1 21510:3 21541:1 21546:1 21573:1 21579:1 21610:1 21611:1 21616:3 21635:1 21645:1 21676:1 21678:8 21700:1 21713:14 21732:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:1 21857:13 21859:1 21862:1 21894:1 21918:4 21939:1 21951:1 21952:1 21967:1 22002:1 22054:2 22058:1 22064:1 22070:2 22105:1 22123:1 22154:3 22196:3 22197:1 22238:1 22259:1 22275:1 22279:1 22286:2 22291:1 22299:1 22319:2 22328:2 22332:1 22338:1 22411:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22632:1 22644:1 22649:3 22652:3 22686:1 22730:3 22735:1 22741:1 22745:2 22747:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:1 22957:1 22966:2 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23073:1 23116:2 23125:1 23146:1 23147:1 23157:1 23161:1 23163:1 23177:1 23222:1 23238:1 23244:1 23262:1 23281:1 23288:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:1 23359:1 23365:1 23380:1 23391:1 23439:1 23451:2 23530:1 23580:3 23598:1 23636:1 23688:1 23696:3 23700:1 23707:1 23718:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:1 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23935:1 23945:1 23947:1 23954:1 23955:1 23965:1 23975:1 23998:1 24017:1 24029:1 24032:2 24048:1 24121:1 24135:1 24166:2 24167:1 24185:1
20 8:1 33:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 191:1 221:1 239:1 243:1 247:2 342:1 373:1 433:1 434:2 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:1 677:1 710:1 711:1 798:1 804:1 806:17 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 981:1 1005:1 1054:1 1097:1 1107:1 1109:1 1156:2 1166:1 1168:1 1169:2 1171:1 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1284:2 1287:1 1358:1 1405:3 1406:1 1449:1 1505:2 1521:1 1532:1 1552:1 1554:1 1567:2 1586:1 1603:1 1615:2 1634:2 1645:1 1650:1 1653:3 1658:2 1665:2 1674:1 1686:1 1704:2 1712:1 1737:1 1744:3 1746:3 1749:1 1755:1 1776:1 1798:1 1804:2 1841:1 1842:2 1848:1 1852:3 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1956:1 1968:1 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2038:1 2043:1 2045:1 2049:4 2069:1 2116:1 2117:1 2129:3 2134:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:2 2426:3 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2518:2 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2626:1 2633:9 2669:1 2729:1 2730:1 2756:1 2770:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2837:1 2893:5 2901:1 2910:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:3 3011:1 3021:1 3027:1 3064:1 3076:2 3090:1 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3287:2 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:3 3421:1 3432:2 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:1 3523:8 3524:1 3536:1 3538:1 3539:2 3540:1 3544:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3631:2 3632:1 3636:2 3641:2 3646:2 3652:1 3653:1 3658:2 3668:1 3673:1 3680:1 3691:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3876:1 3884:1 3906:1 3926:2 3965:1 4003:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4255:1 4257:1 4344:1 4374:1 4383:1 4412:1 4415:2 4421:2 4427:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4531:1 4536:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:6 4690:3 4707:8 4708:2 4711:1 4725:1 4728:2 4753:2 4758:1 4769:7 4794:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5029:1 5072:8 5087:3 5116:1 5125:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5341:1 5359:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:2 5505:2 5535:1 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5846:1 5847:1 5849:1 5854:1 5883:3 5887:1 5890:1 5894:2 5936:1 5948:1 5951:1 5958:1 5959:1 5972:1 6026:2 6036:1 6037:2 6040:1 6043:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:5 6149:1 6207:1 6232:1 6256:1 6265:1 6280:2 6309:1 6310:1 6348:1367 6352:1 6357:2 6374:1 6377:1 6388:3 6417:1 6429:1 6432:2 6435:1 6502:1 6512:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6687:1 6726:1 6738:3 6749:1 6756:3 6758:1 6759:1 6760:1 6761:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6981:1 7023:1 7050:2 7059:1 7128:3 7172:1 7215:1 7225:1 7231:1 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:1 7383:1 7396:1 7460:1 7471:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:2 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:5 7769:1 7789:1 7790:1 7845:1 7867:1 7868:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:4 7975:2 7976:1 8000:1 8003:1 8004:2 8006:2 8009:2 8013:1 8020:1 8049:1 8066:1 8119:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8284:1 8294:1 8295:1 8302:2 8333:1 8337:1 8341:1 8350:1 8354:1 8362:1 8385:2 8388:1 8405:1 8406:2 8412:1 8413:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8641:1 8666:1 8732:1 8741:1 8752:1 8766:3 8784:2 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8992:2 8997:2 9020:5 9025:2 9030:3 9076:1 9082:1 9091:1 9098:1 9103:1 9111:1 9112:1 9120:1 9130:1 9140:3 9176:1 9223:1 9228:1 9239:1 9269:1 9288:1 9352:1 9359:1 9369:1 9371:1 9383:2 9400:1 9411:1 9446:1 9447:1 9484:1 9499:2 9521:1 9545:1 9549:1 9552:1 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:1 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9865:1 9870:1 9872:1 9880:1 9881:1 9903:1 9996:2 9997:1 10002:1 10016:1 10021:1 10031:1 10070:1 10093:1 10100:1 10108:1 10135:1 10146:1 10153:2 10181:1 10183:1 10200:1 10212:1 10220:1 10233:1 10240:1 10267:1 10269:1 10294:1 10300:3 10323:1 10327:2 10329:1 10330:3 10336:2 10338:1 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10449:1 10500:1 10509:1 10510:1 10531:1 10538:1 10542:1 10547:1 10557:1 10564:1 10593:1 10621:2 10686:1 10778:3 10827:1 10834:3 10850:2 10904:1 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11164:2 11206:1 11208:1 11223:2 11225:1 11228:2 11258:1 11323:1 11327:1 11340:1 11372:3 11416:1 11419:3 11437:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11620:1 11659:1 11664:1 11672:3 11673:3 11675:2 11682:1 11690:1 11717:1 11720:1 11726:2 11729:5 11732:1 11738:1 11745:1 11753:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11974:1 11986:1 11991:1 11994:2 12012:3 12013:1 12043:1 12056:1 12071:1 12083:1 12093:1 12113:1 12150:1 12175:1 12187:2 12197:2 12199:3 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12314:1 12316:1 12355:2 12366:1 12378:1 12396:1 12403:1 12433:1 12440:1 12442:1 12443:1 12460:1 12468:1 12472:1 12475:1 12485:1 12522:1 12541:1 12544:2 12555:1 12589:2 12600:5 12622:2 12627:1 12628:1 12632:1 12635:2 12636:1 12640:2 12645:1 12696:17 12722:1 12731:4 12732:6 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12828:1 12862:1 12890:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13081:1 13085:1 13087:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13330:1 13344:1 13347:1 13369:1 13378:9 13388:1 13398:1 13421:1 13436:1 13457:1 13468:14 13485:2 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13698:1 13747:1 13788:1 13807:1 13815:2 13848:1 13856:1 13876:3 13878:1 13899:1 13924:1 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14073:1 14111:1 14125:1 14130:1 14141:1 14142:1 14144:2 14156:3 14162:4 14164:1 14172:1 14184:3 14185:1 14213:1 14218:1 14235:1 14286:3 14289:1 14341:1 14398:3 14425:1 14437:1 14438:1 14453:1 14467:1 14589:1 14620:1 14631:2 14678:1 14691:1 14703:2 14750:1 14765:1 14769:1 14781:1 14793:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 15005:1 15007:8 15087:1 15132:1 15144:2 15154:1 15183:1 15232:1 15270:1 15280:2 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:2 15393:7 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15466:2 15484:1 15491:1 15495:1 15513:1 15559:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15719:1 15720:1 15727:1 15743:1 15811:1 15821:1 15826:2 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:1 15908:3 15955:1 15957:1 15969:1 15970:1 15980:1 15984:1 16021:6 16025:1 16049:1 16058:2 16068:1 16076:1 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:1 16303:2 16304:1 16308:2 16316:2 16363:1 16385:1 16391:1 16406:1 16416:1 16427:2 16444:1 16456:1 16459:1 16477:3 16599:1 16609:6 16613:1 16614:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:1 17020:1 17051:1 17102:2 17106:5 17119:2 17160:1 17173:1 17175:1 17190:2 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17290:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:3 17401:3 17466:1 17495:1 17523:1 17542:1 17548:1 17550:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17675:1 17678:1 17725:1 17731:1 17756:1 17801:2 17804:1 17879:1 17912:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 18014:1 18023:1 18032:1 18035:1 18038:2 18052:1 18078:6 18087:1 18125:1 18138:1 18152:1 18170:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:1 18291:1 18303:3 18325:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:1 18517:1 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18655:1 18661:1 18666:1 18681:1 18714:1 18716:1 18722:1 18735:3 18745:1 18770:1 18771:1 18800:5 18847:1 18863:1 18869:3 18871:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:4 18993:2 19004:4 19028:3 19050:1 19078:2 19087:1 19123:1 19124:11 19167:1 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19296:1 19297:1 19313:2 19321:1 19335:1 19340:3 19344:4 19377:2 19393:1 19398:1 19417:1 19423:2 19441:1 19448:1 19460:1 19462:1 19482:1 19495:1 19542:1 19552:1 19565:1 19580:1 19591:1 19620:1 19634:1 19635:1 19640:1 19669:1 19674:2 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 19921:1 20010:1 20015:1 20020:1 20039:1 20065:1 20116:1 20117:1 20154:1 20167:2 20196:1 20200:1 20224:1 20257:1 20260:1 20300:2 20303:1 20326:1 20339:1 20342:1 20348:2 20350:4 20401:1 20428:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:7 20594:1 20597:2 20622:1 20625:1 20628:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20758:1 20770:11 20777:1 20780:1 20825:1 20842:2 20884:1 20885:2 20933:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21105:2 21106:1 21128:1 21151:1 21154:1 21159:1 21170:2 21176:1 21188:1 21217:2 21234:1 21237:6 21268:1 21296:1 21301:1 21396:1 21422:1 21440:1 21445:1 21447:1 21454:2 21473:1 21490:8 21493:1 21510:3 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21676:1 21678:8 21700:1 21713:14 21732:2 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:14 21859:1 21862:1 21894:1 21903:1 21918:6 21939:1 21951:1 21952:1 21967:1 22002:1 22054:2 22058:1 22064:1 22070:2 22105:1 22123:1 22154:3 22196:4 22197:1 22238:1 22259:1 22275:1 22279:1 22286:2 22291:1 22299:1 22319:2 22328:2 22332:1 22338:1 22411:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22632:1 22644:1 22649:3 22652:3 22686:1 22730:3 22735:1 22741:1 22745:2 22747:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:1 22957:1 22966:2 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23073:1 23116:2 23125:1 23146:1 23147:1 23157:1 23161:1 23163:1 23177:1 23222:1 23238:1 23244:1 23262:1 23281:1 23288:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:1 23359:1 23365:2 23380:1 23391:1 23439:1 23451:2 23530:1 23580:3 23598:1 23636:1 23688:1 23696:3 23700:2 23707:1 23718:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:1 23797:1 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23935:1 23945:1 23947:2 23954:1 23955:1 23965:1 23975:1 23998:1 24017:1 24029:1 24032:2 24048:1 24121:1 24135:1 24166:2 24167:1 24185:1
20 8:1 33:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 191:1 206:1 221:1 239:1 243:1 247:2 313:1 342:1 373:1 433:1 434:2 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 798:1 804:1 806:17 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 981:1 1005:1 1054:1 1056:1 1084:1 1097:1 1107:1 1109:1 1156:2 1166:1 1168:1 1169:2 1171:2 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1405:3 1406:1 1428:1 1449:1 1505:2 1521:2 1532:1 1552:1 1554:1 1567:3 1586:1 1603:1 1615:3 1634:2 1645:1 1648:1 1650:1 1653:3 1658:2 1665:2 1666:1 1667:1 1674:1 1686:1 1704:3 1712:1 1737:1 1744:3 1746:3 1749:1 1755:1 1776:1 1798:2 1804:2 1841:1 1842:2 1848:1 1852:3 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:3 1956:1 1968:1 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2034:1 2038:1 2043:1 2045:1 2049:5 2069:1 2116:1 2117:1 2129:3 2134:1 2140:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:2 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2518:5 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:1 2679:1 2683:1 2729:1 2730:1 2756:1 2770:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2837:1 2893:5 2901:1 2910:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:3 3011:1 3021:1 3027:1 3064:1 3076:2 3090:1 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3253:1 3271:1 3287:3 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:3 3421:1 3429:1 3432:2 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:1 3523:8 3524:1 3536:1 3538:1 3539:2 3540:1 3544:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3658:2 3668:1 3673:1 3680:1 3691:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3965:1 4003:1 4051:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4250:1 4255:1 4257:1 4344:1 4353:1 4374:1 4383:1 4412:1 4415:2 4421:2 4427:1 4431:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4495:1 4531:1 4536:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:6 4690:3 4707:8 4708:2 4711:1 4725:1 4728:2 4753:2 4758:1 4769:7 4794:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5029:1 5062:1 5072:8 5087:3 5116:1 5125:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5341:1 5359:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:2 5505:3 5535:1 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5846:1 5847:1 5849:1 5854:1 5883:3 5887:1 5890:1 5894:2 5936:1 5948:1 5951:1 5958:1 5959:1 5972:1 6026:2 6036:1 6037:2 6040:1 6043:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:3 6309:1 6310:1 6338:1 6348:1414 6352:1 6357:2 6374:1 6377:2 6388:3 6407:1 6417:1 6429:1 6432:2 6435:1 6473:1 6477:1 6502:1 6512:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6687:1 6726:1 6738:3 6749:1 6756:3 6758:1 6759:1 6760:1 6761:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6981:1 7023:2 7050:2 7059:1 7128:3 7172:1 7173:1 7215:1 7225:1 7231:2 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7460:1 7471:1 7472:1 7481:2 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:2 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:5 7769:1 7789:1 7790:1 7821:1 7845:1 7867:1 7868:1 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:4 7975:3 7976:1 8000:1 8003:1 8004:2 8006:2 8009:2 8013:1 8020:1 8049:1 8066:1 8119:1 8142:1 8180:1 8191:1 8202:1 8257:1 8265:1 8284:1 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:1 8405:1 8406:3 8412:1 8413:1 8428:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8641:1 8666:1 8732:1 8741:1 8752:1 8766:3 8778:1 8784:2 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8992:2 8997:2 9020:5 9025:2 9030:3 9076:1 9082:1 9091:1 9098:1 9103:1 9111:1 9112:1 9120:1 9130:1 9140:3 9176:1 9223:1 9228:1 9239:1 9269:1 9288:1 9352:1 9354:1 9359:1 9369:1 9371:1 9383:2 9400:1 9411:1 9446:1 9447:1 9484:1 9499:2 9521:1 9545:1 9549:1 9552:1 9554:3 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:1 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9865:1 9870:1 9872:1 9880:1 9881:1 9903:1 9996:3 9997:1 10002:1 10016:1 10021:1 10031:1 10045:1 10070:1 10093:1 10100:1 10108:1 10135:1 10146:3 10148:1 10153:2 10181:1 10183:1 10200:1 10212:1 10220:1 10233:1 10240:1 10267:1 10269:1 10294:1 10300:3 10323:1 10327:2 10329:1 10330:3 10336:2 10338:1 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10449:1 10490:1 10500:1 10509:1 10510:1 10531:1 10538:1 10542:1 10547:1 10557:1 10564:1 10593:1 10613:1 10621:2 10686:1 10778:3 10791:1 10827:1 10834:3 10850:2 10904:1 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11164:2 11206:1 11208:1 11223:2 11225:1 11228:2 11258:1 11323:1 11327:1 11340:1 11372:3 11416:1 11419:3 11437:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11620:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11690:1 11717:1 11720:1 11726:2 11729:5 11732:1 11738:1 11745:1 11753:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11974:1 11986:1 11991:1 11994:2 12012:3 12013:1 12043:1 12056:1 12071:1 12083:1 12093:1 12113:1 12150:1 12175:1 12187:2 12197:2 12199:3 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12314:1 12316:1 12355:2 12366:1 12378:1 12396:1 12403:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12507:1 12522:1 12541:1 12544:2 12555:1 12589:2 12600:6 12622:2 12627:1 12628:1 12631:1 12632:1 12635:3 12636:1 12640:2 12645:1 12696:19 12722:1 12731:4 12732:6 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12828:1 12862:1 12890:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13081:1 13085:1 13087:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13330:1 13344:1 13347:1 13369:1 13378:9 13388:1 13389:1 13398:1 13421:1 13436:1 13457:1 13468:16 13485:3 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13698:1 13747:1 13788:1 13807:1 13815:2 13848:1 13856:1 13876:3 13878:1 13897:1 13899:1 13924:1 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14144:2 14156:3 14162:4 14164:1 14172:1 14184:3 14185:1 14213:1 14218:1 14235:1 14253:1 14286:3 14289:1 14341:1 14398:3 14425:1 14437:1 14438:2 14453:1 14467:1 14583:1 14589:1 14620:1 14631:2 14678:1 14691:1 14698:1 14703:2 14719:1 14750:1 14765:1 14769:2 14781:1 14793:1 14801:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15087:1 15132:1 15144:2 15154:1 15183:1 15232:1 15270:1 15280:2 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:2 15393:7 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15484:1 15491:1 15495:1 15513:1 15559:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15719:1 15720:1 15727:1 15743:1 15811:1 15821:1 15826:2 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:1 15908:3 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:1 16021:6 16025:1 16026:1 16049:1 16058:2 16068:1 16076:2 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:2 16303:2 16304:1 16308:2 16316:2 16363:1 16385:1 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16477:3 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:1 17020:1 17051:1 17102:2 17106:5 17119:2 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:3 17401:4 17466:1 17495:1 17509:1 17523:1 17542:1 17548:1 17550:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17675:1 17678:1 17725:1 17731:1 17756:1 17801:3 17804:1 17879:1 17912:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:1 18035:1 18038:2 18052:1 18078:6 18087:1 18125:1 18138:1 18152:1 18170:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18303:3 18325:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:1 18517:1 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18655:1 18661:1 18666:1 18681:1 18714:1 18716:1 18722:1 18735:3 18745:1 18770:1 18771:1 18800:5 18847:1 18863:1 18869:3 18871:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:4 18993:2 19004:4 19028:3 19050:1 19078:2 19087:1 19123:1 19124:11 19167:1 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19296:1 19297:1 19313:2 19321:1 19335:1 19340:3 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19441:1 19448:1 19460:1 19462:1 19482:1 19495:1 19542:1 19552:1 19565:1 19580:1 19591:1 19620:1 19634:1 19635:1 19640:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 19921:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:2 20196:1 20200:1 20224:2 20232:1 20257:1 20260:1 20300:2 20303:1 20326:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:7 20594:1 20597:2 20622:1 20625:1 20628:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20758:1 20770:11 20777:1 20780:1 20825:1 20842:2 20884:1 20885:2 20933:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21105:2 21106:1 21128:1 21151:1 21154:1 21159:1 21170:2 21176:1 21188:1 21217:2 21234:1 21237:6 21268:1 21296:1 21301:1 21396:1 21422:1 21440:1 21445:1 21447:2 21454:2 21473:1 21490:8 21491:1 21492:1 21493:1 21510:3 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21676:1 21678:8 21687:1 21700:1 21713:14 21732:3 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:14 21859:1 21862:1 21894:1 21903:1 21918:6 21939:1 21951:1 21952:1 21967:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22123:1 22154:3 22196:5 22197:1 22238:1 22259:1 22275:1 22279:1 22286:2 22291:1 22299:1 22319:2 22328:2 22332:1 22338:1 22411:1 22423:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22632:1 22644:1 22649:3 22652:3 22686:1 22730:3 22735:1 22741:1 22745:2 22747:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:1 22957:1 22966:2 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23071:1 23073:1 23113:1 23116:2 23125:1 23146:1 23147:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23262:1 23281:1 23288:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:1 23359:1 23365:2 23380:1 23391:1 23439:1 23440:1 23451:2 23491:1 23530:1 23580:3 23598:1 23634:1 23636:1 23688:1 23696:3 23700:2 23707:1 23718:1 23721:1 23734:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:1 23797:1 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23935:2 23942:1 23945:1 23947:2 23954:1 23955:1 23965:1 23975:1 23998:1 24017:1 24029:1 24032:3 24048:1 24121:1 24135:1 24166:2 24167:1 24185:1
20 8:1 33:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 165:1 191:1 206:1 221:1 239:1 243:1 247:2 313:1 342:1 373:1 433:1 434:3 486:3 489:1 490:1 493:1 495:1 504:1 530:2 555:3 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 798:1 804:1 806:18 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 981:1 1005:1 1036:1 1054:1 1056:1 1084:1 1097:2 1107:1 1109:1 1156:2 1166:1 1168:1 1169:2 1171:2 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1405:4 1406:1 1428:1 1449:1 1505:2 1521:2 1532:1 1552:1 1554:1 1567:3 1572:1 1586:1 1603:1 1615:3 1634:2 1645:1 1648:2 1650:1 1653:3 1658:2 1665:2 1666:1 1667:1 1674:1 1686:1 1704:3 1712:1 1737:1 1744:3 1746:3 1749:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1848:1 1852:3 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:3 1956:1 1968:1 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2034:1 2038:1 2043:1 2045:1 2049:5 2069:1 2116:1 2117:1 2129:3 2134:1 2140:1 2143:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:2 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2518:6 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:1 2679:1 2683:1 2729:1 2730:1 2753:1 2756:1 2770:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2837:1 2893:5 2901:1 2910:1 2912:1 2922:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:4 3011:1 3020:1 3021:1 3027:1 3064:1 3076:2 3090:1 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3253:1 3271:1 3287:3 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:3 3421:1 3429:1 3432:2 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:1 3523:8 3524:2 3536:1 3538:1 3539:2 3540:1 3544:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3658:2 3668:1 3673:1 3680:1 3691:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3965:1 3981:1 4003:1 4051:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4250:1 4255:1 4257:1 4278:1 4344:1 4353:1 4374:1 4383:1 4412:1 4415:2 4421:2 4427:1 4431:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4495:1 4531:1 4536:1 4575:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:6 4690:3 4707:8 4708:2 4711:1 4725:1 4728:2 4753:2 4758:1 4769:8 4794:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5029:1 5033:1 5062:1 5072:8 5087:3 5116:1 5125:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5339:1 5341:1 5359:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:2 5505:3 5535:1 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5846:1 5847:1 5849:1 5854:1 5883:3 5887:1 5890:1 5894:2 5936:1 5948:1 5951:1 5958:1 5959:1 5972:2 6026:2 6028:1 6036:1 6037:2 6040:1 6043:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:3 6309:1 6310:1 6338:1 6348:1479 6352:1 6357:2 6374:1 6377:2 6388:3 6407:1 6417:1 6429:1 6432:2 6435:1 6473:1 6477:1 6502:1 6512:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6687:1 6726:1 6738:3 6749:1 6756:3 6758:1 6759:1 6760:1 6761:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7116:1 7128:3 7172:1 7173:1 7215:1 7225:1 7231:2 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7460:1 7471:1 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:2 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:5 7769:1 7776:1 7789:1 7790:1 7821:1 7845:1 7867:1 7868:1 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:4 7975:3 7976:1 8000:1 8003:1 8004:2 8006:2 8009:2 8013:1 8020:1 8049:1 8066:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8257:1 8265:1 8284:2 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:2 8405:1 8406:3 8412:1 8413:1 8428:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8641:1 8666:1 8732:1 8741:1 8752:1 8766:4 8778:1 8784:3 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8992:2 8997:2 9020:6 9025:2 9030:3 9076:1 9082:1 9091:1 9098:1 9103:1 9111:1 9112:1 9120:1 9130:1 9140:3 9176:1 9223:1 9228:1 9239:1 9269:1 9288:1 9352:1 9354:1 9359:1 9369:1 9371:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:1 9484:1 9499:2 9521:1 9545:1 9549:3 9552:1 9554:3 9556:1 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:1 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9903:1 9996:3 9997:1 10002:1 10016:1 10021:1 10031:1 10045:1 10070:1 10093:1 10100:1 10108:1 10135:1 10146:3 10148:1 10153:2 10181:1 10183:1 10200:1 10212:1 10220:1 10233:1 10240:1 10267:1 10269:1 10294:1 10300:3 10323:1 10327:2 10329:1 10330:3 10336:2 10338:1 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10449:1 10490:1 10500:1 10509:1 10510:2 10531:1 10538:1 10542:1 10547:1 10557:1 10564:2 10593:1 10613:1 10621:2 10686:1 10778:3 10791:1 10827:1 10834:3 10850:2 10904:1 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11164:2 11206:1 11208:1 11223:2 11225:1 11228:2 11258:1 11323:1 11327:1 11340:1 11350:1 11372:3 11416:1 11419:3 11437:1 11439:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11620:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11690:1 11717:1 11720:1 11726:2 11729:5 11732:1 11738:1 11745:1 11753:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12043:1 12056:1 12071:1 12083:1 12093:1 12113:1 12150:1 12175:1 12187:2 12197:2 12199:3 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12314:1 12316:1 12355:2 12366:1 12378:1 12396:1 12403:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12507:1 12522:1 12541:1 12544:2 12555:1 12589:2 12600:7 12622:2 12627:1 12628:1 12631:1 12632:1 12635:3 12636:1 12640:2 12645:1 12696:19 12722:1 12731:4 12732:7 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12828:1 12862:1 12890:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:1 13389:1 13398:1 13421:1 13436:1 13457:1 13468:16 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13698:1 13747:1 13788:1 13807:1 13815:2 13848:1 13856:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:1 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14144:2 14153:1 14156:3 14162:4 14164:1 14172:1 14184:3 14185:1 14205:1 14213:1 14218:1 14235:1 14253:1 14286:3 14289:1 14341:1 14398:3 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:1 14589:1 14620:1 14631:2 14635:1 14678:1 14691:1 14698:1 14703:2 14719:1 14750:1 14765:1 14769:2 14781:1 14793:1 14801:1 14812:1 14820:1 14828:3 14841:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15087:1 15132:1 15144:2 15154:1 15183:1 15232:1 15270:1 15280:2 15282:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:2 15393:7 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15484:1 15491:1 15495:1 15513:1 15521:1 15559:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15811:1 15821:1 15826:2 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:1 15908:3 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:1 16021:8 16025:1 16026:1 16043:1 16049:1 16058:2 16068:1 16076:2 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16155:1 16168:1 16174:1 16257:1 16282:2 16303:2 16304:1 16308:2 16316:2 16363:1 16385:1 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16477:4 16569:1 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:2 17020:1 17051:1 17102:2 17106:5 17119:2 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:4 17401:4 17466:1 17495:1 17509:1 17523:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17675:1 17678:1 17725:1 17731:1 17756:1 17778:1 17800:1 17801:3 17804:1 17879:1 17912:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:1 18035:1 18038:2 18052:1 18078:6 18087:1 18125:1 18138:1 18152:1 18170:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18303:3 18325:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:1 18517:2 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18655:1 18661:1 18666:1 18681:1 18714:1 18716:1 18722:1 18730:1 18735:3 18745:1 18746:1 18770:1 18771:1 18800:5 18847:1 18863:1 18869:3 18871:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:5 18993:2 19004:5 19028:3 19050:1 19078:2 19087:1 19123:1 19124:11 19167:1 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19296:1 19297:2 19299:1 19313:2 19319:1 19321:1 19335:1 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19441:1 19448:1 19460:1 19462:1 19482:3 19495:1 19542:1 19552:1 19565:1 19580:1 19591:1 19620:1 19634:2 19635:2 19640:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:2 20196:1 20200:2 20224:2 20232:1 20257:1 20260:1 20300:2 20303:1 20326:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:7 20594:1 20597:2 20622:1 20625:1 20628:2 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20758:1 20770:11 20777:1 20780:1 20825:1 20842:2 20884:1 20885:2 20933:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21105:2 21106:1 21128:2 21151:1 21154:1 21159:1 21170:2 21176:1 21188:2 21217:2 21234:1 21237:6 21268:1 21296:1 21301:1 21396:1 21422:1 21440:1 21445:1 21447:2 21454:2 21473:1 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21676:1 21678:8 21687:1 21700:1 21713:14 21732:4 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:15 21859:1 21862:1 21894:1 21903:1 21918:8 21939:1 21951:1 21952:1 21967:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22123:1 22154:3 22196:6 22197:1 22238:1 22259:1 22275:1 22279:1 22286:2 22291:1 22299:1 22319:2 22328:2 22332:1 22338:1 22411:1 22423:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22632:1 22644:1 22649:3 22652:3 22686:1 22730:3 22735:1 22741:1 22745:2 22747:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:1 22957:1 22966:3 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23071:1 23073:1 23113:1 23116:2 23125:1 23146:1 23147:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:1 23359:1 23365:2 23380:1 23391:1 23439:1 23440:1 23451:2 23491:1 23530:2 23580:3 23598:1 23634:1 23636:1 23658:1 23688:1 23696:3 23700:2 23707:1 23718:1 23721:1 23734:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:2 23797:1 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23935:2 23942:1 23945:1 23947:2 23954:1 23955:1 23965:1 23975:1 23998:1 24017:1 24029:1 24032:3 24048:1 24121:1 24135:1 24166:2 24167:1 24185:2
20 8:1 33:1 45:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 165:1 191:1 201:1 206:1 221:1 239:1 243:1 247:2 313:1 342:1 373:1 402:1 433:1 434:3 486:3 489:1 490:1 493:1 495:1 504:2 530:2 555:3 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:1 798:1 804:1 806:19 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 981:2 1005:1 1036:1 1054:1 1056:2 1084:1 1097:2 1107:1 1109:1 1156:2 1166:1 1168:1 1169:2 1171:2 1180:1 1201:1 1208:1 1213:2 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1405:5 1406:2 1428:1 1449:1 1505:2 1521:2 1532:1 1552:1 1554:1 1567:3 1572:1 1586:1 1603:1 1615:3 1634:2 1645:1 1648:2 1650:1 1653:3 1658:2 1665:2 1666:1 1667:1 1674:1 1686:1 1704:3 1712:1 1737:1 1744:3 1746:3 1749:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1848:1 1852:3 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:3 1956:1 1968:2 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2034:1 2038:1 2043:1 2045:1 2049:5 2069:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:2 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2518:7 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:1 2679:1 2683:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2837:1 2893:5 2901:2 2910:1 2912:1 2922:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:4 3011:1 3020:2 3021:1 3027:1 3064:1 3071:1 3076:2 3090:1 3104:1 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3253:1 3271:1 3287:3 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:3 3421:1 3429:1 3432:2 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:2 3536:1 3538:1 3539:2 3540:1 3544:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3658:2 3668:1 3673:1 3680:1 3691:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3963:1 3965:1 3981:2 4003:1 4051:1 4098:1 4099:1 4133:1 4171:1 4178:1 4196:1 4226:1 4250:1 4255:1 4257:1 4278:1 4288:1 4344:1 4353:1 4374:1 4383:1 4412:1 4415:2 4421:2 4427:2 4431:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4495:1 4531:1 4536:2 4575:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:6 4690:3 4707:8 4708:2 4711:1 4725:1 4728:2 4730:1 4735:1 4753:2 4758:1 4769:8 4794:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5029:1 5033:1 5062:1 5072:8 5087:3 5116:1 5125:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5339:1 5341:1 5359:1 5379:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:2 5505:3 5535:1 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5846:1 5847:1 5849:1 5854:1 5883:3 5887:1 5890:1 5894:2 5936:1 5948:1 5951:1 5958:1 5959:1 5972:2 6026:2 6028:1 6036:1 6037:2 6040:1 6043:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:3 6309:1 6310:1 6338:1 6348:1533 6352:1 6357:2 6374:1 6377:2 6388:3 6407:1 6417:1 6429:1 6432:2 6435:1 6473:1 6477:1 6502:1 6512:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6687:1 6726:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:1 6761:1 6783:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7116:1 7128:3 7172:1 7173:1 7215:1 7225:1 7231:2 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7460:1 7471:1 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:2 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:6 7769:1 7776:1 7789:1 7790:1 7821:1 7845:1 7867:1 7868:1 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:4 7975:3 7976:1 8000:1 8003:1 8004:2 8006:2 8009:2 8013:1 8020:1 8049:1 8066:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8257:1 8265:1 8284:3 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:2 8405:2 8406:3 8412:1 8413:1 8428:1 8440:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8641:1 8666:1 8732:1 8741:1 8752:1 8766:4 8776:1 8778:1 8784:3 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8992:2 8997:2 9020:6 9025:2 9030:3 9076:1 9082:1 9091:2 9098:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:1 9223:1 9228:1 9239:1 9269:1 9288:1 9352:1 9354:1 9359:1 9369:1 9371:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:1 9499:2 9521:1 9545:1 9549:4 9552:1 9554:3 9556:1 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:1 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9903:1 9995:1 9996:3 9997:1 10002:1 10016:1 10021:1 10031:1 10045:1 10070:1 10093:1 10100:1 10108:1 10135:1 10146:3 10148:1 10153:2 10181:1 10183:1 10200:1 10207:1 10212:1 10220:1 10226:1 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10323:1 10327:2 10329:1 10330:3 10336:2 10338:1 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10443:1 10449:1 10490:1 10500:1 10509:1 10510:3 10531:1 10538:1 10542:1 10547:1 10557:1 10564:3 10593:1 10613:1 10621:2 10686:1 10687:1 10778:3 10791:1 10827:1 10834:3 10850:2 10904:1 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11164:2 11206:1 11208:1 11223:2 11225:1 11228:2 11258:2 11323:1 11327:1 11340:1 11350:1 11372:3 11416:1 11419:3 11437:1 11439:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11620:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11690:1 11717:1 11720:1 11726:2 11729:6 11732:1 11738:1 11745:1 11753:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12043:1 12056:1 12071:1 12083:1 12093:1 12113:1 12150:1 12175:1 12187:2 12196:1 12197:2 12199:3 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12314:1 12316:1 12355:2 12366:1 12378:1 12396:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12507:1 12522:1 12541:1 12544:2 12555:1 12589:2 12600:7 12622:2 12627:1 12628:1 12631:2 12632:1 12635:3 12636:1 12640:2 12645:1 12696:19 12722:1 12731:4 12732:8 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12890:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:1 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:1 13389:1 13398:1 13421:1 13436:1 13457:1 13468:16 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13788:1 13807:1 13815:2 13848:1 13856:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:1 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14144:2 14153:1 14156:3 14162:4 14164:1 14172:1 14184:3 14185:1 14205:1 14206:1 14213:1 14218:1 14235:1 14253:1 14286:3 14289:1 14308:1 14341:1 14398:3 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14620:1 14631:2 14635:1 14678:1 14691:1 14698:1 14703:2 14719:1 14750:1 14765:1 14769:2 14781:1 14793:1 14801:1 14812:1 14820:1 14828:3 14841:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15087:1 15132:1 15144:2 15154:1 15183:1 15232:1 15270:1 15280:2 15282:1 15295:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:1 15378:1 15390:2 15393:7 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15559:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15781:1 15811:1 15821:1 15826:2 15828:1 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:2 15901:1 15908:3 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:1 16021:9 16025:1 16026:1 16043:1 16049:1 16058:2 16068:1 16076:2 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16146:1 16155:1 16168:1 16174:1 16257:1 16282:2 16303:2 16304:1 16308:2 16316:2 16349:1 16363:1 16385:1 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16477:5 16569:1 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:3 17020:1 17051:1 17102:2 17106:5 17119:2 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:1 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:4 17401:4 17466:1 17495:1 17509:1 17523:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:3 17804:1 17879:1 17912:1 17921:1 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:1 18035:1 18038:3 18052:1 18078:6 18087:1 18125:1 18138:1 18152:1 18170:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:3 18325:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:1 18517:2 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:1 18735:3 18745:1 18746:1 18770:1 18771:1 18800:5 18809:1 18847:1 18863:1 18866:1 18869:3 18871:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:5 18993:2 19004:6 19028:3 19050:1 19078:2 19087:1 19123:1 19124:11 19167:1 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19296:1 19297:2 19299:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19427:1 19441:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:1 19542:1 19552:1 19565:1 19580:1 19591:1 19620:1 19634:2 19635:2 19640:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:2 20196:1 20200:2 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20300:2 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:7 20594:1 20597:2 20622:1 20625:1 20628:2 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20770:11 20777:1 20780:1 20825:1 20842:2 20884:1 20885:2 20892:1 20933:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21024:1 21105:2 21106:1 21128:3 21151:1 21154:1 21159:1 21170:2 21176:1 21188:2 21217:2 21234:1 21237:6 21263:1 21268:1 21296:1 21301:1 21379:1 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:1 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21676:1 21678:8 21687:1 21700:1 21713:14 21732:4 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:15 21859:1 21862:1 21894:1 21903:1 21918:10 21939:1 21951:1 21952:2 21967:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22123:1 22139:1 22154:3 22196:6 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:2 22291:1 22299:1 22319:2 22328:2 22332:1 22338:1 22411:1 22423:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22632:1 22644:1 22649:3 22652:3 22686:1 22730:3 22735:1 22741:1 22745:2 22747:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:2 22957:1 22966:3 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23071:1 23073:2 23113:1 23116:2 23125:1 23146:1 23147:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:1 23359:1 23365:2 23380:1 23391:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:3 23580:3 23598:1 23634:1 23636:1 23658:1 23688:1 23696:3 23700:2 23707:1 23718:1 23721:1 23734:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:2 23797:1 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23935:2 23942:1 23945:2 23947:2 23954:1 23955:1 23965:1 23975:1 23998:1 24017:1 24029:1 24032:3 24048:1 24121:1 24135:1 24166:2 24167:1 24185:2
20 8:1 33:2 45:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 165:1 191:1 201:1 206:1 221:1 239:1 243:1 247:2 313:1 342:1 373:1 402:1 433:1 434:3 486:3 489:1 490:1 493:1 495:1 504:2 523:1 530:2 555:3 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 798:1 804:1 806:20 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 981:2 1000:1 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1107:1 1109:2 1156:2 1166:1 1168:1 1169:2 1171:2 1180:1 1201:1 1208:1 1213:3 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1405:5 1406:2 1428:1 1449:1 1505:2 1521:2 1532:1 1552:1 1554:1 1567:3 1572:1 1586:1 1603:1 1615:3 1634:2 1645:1 1648:2 1650:1 1653:5 1658:2 1665:2 1666:1 1667:1 1674:1 1686:1 1704:4 1712:1 1737:1 1744:3 1746:3 1749:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1848:1 1852:3 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:3 1942:1 1956:1 1968:2 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2034:1 2038:1 2043:1 2045:1 2049:5 2069:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2329:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:2 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2518:8 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:1 2679:1 2683:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2837:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:4 3011:1 3020:2 3021:1 3027:1 3064:1 3071:1 3076:2 3090:1 3104:1 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3253:1 3271:1 3287:3 3299:9 3304:1 3307:1 3308:3 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:3 3421:1 3429:1 3432:2 3447:1 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:3 3536:1 3538:1 3539:2 3540:1 3544:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3630:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3658:2 3668:1 3673:1 3680:1 3691:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3958:1 3963:1 3965:1 3981:2 4003:1 4038:1 4051:1 4098:1 4099:1 4133:1 4136:1 4171:1 4178:1 4196:1 4226:1 4250:1 4255:1 4257:1 4278:1 4288:1 4344:1 4353:1 4374:1 4378:1 4383:1 4412:1 4415:2 4421:2 4427:2 4431:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4495:1 4517:1 4531:1 4536:2 4575:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:6 4690:3 4707:8 4708:2 4711:1 4725:1 4728:2 4730:1 4735:1 4753:2 4758:1 4769:8 4794:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:1 5118:2 5125:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5339:1 5341:1 5359:1 5379:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:2 5505:3 5519:1 5535:1 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5846:1 5847:1 5849:1 5854:1 5883:4 5887:1 5890:1 5894:2 5899:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:1 6037:2 6040:1 6043:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:4 6309:1 6310:1 6338:1 6348:1618 6352:1 6357:2 6374:1 6377:2 6388:3 6407:1 6417:1 6429:1 6432:2 6435:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6687:1 6726:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:1 6761:1 6783:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7116:1 7128:3 7172:1 7173:2 7215:1 7225:1 7231:2 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:1 7460:1 7471:1 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:2 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:8 7769:1 7776:1 7789:1 7790:1 7821:1 7845:1 7867:1 7868:1 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:5 7975:3 7976:1 8000:1 8003:1 8004:2 8006:2 8009:2 8012:1 8013:1 8020:1 8049:1 8066:1 8068:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8257:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:2 8405:2 8406:3 8412:1 8413:1 8428:1 8440:1 8446:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8641:1 8666:1 8732:1 8741:1 8752:1 8766:4 8776:1 8778:1 8784:3 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8992:2 8997:2 9020:6 9025:2 9030:3 9076:1 9082:1 9091:2 9098:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:2 9223:1 9228:1 9239:1 9269:1 9288:1 9352:1 9354:1 9359:1 9369:1 9371:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:1 9499:2 9521:1 9545:1 9549:4 9552:1 9554:3 9556:1 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:1 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9903:1 9995:1 9996:3 9997:1 10002:1 10016:1 10021:1 10031:1 10045:1 10070:1 10093:1 10100:1 10108:1 10135:1 10146:3 10148:1 10153:2 10171:1 10181:1 10183:1 10200:1 10207:1 10212:1 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10303:1 10323:1 10327:2 10329:1 10330:3 10336:2 10338:1 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10443:1 10449:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10593:1 10613:1 10621:2 10686:1 10687:1 10778:3 10791:1 10827:1 10834:3 10850:2 10900:1 10904:1 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11164:2 11193:1 11206:1 11208:1 11223:2 11225:1 11228:2 11258:2 11297:1 11323:1 11327:1 11340:1 11350:1 11372:3 11396:1 11416:1 11419:3 11437:1 11439:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11620:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11690:1 11717:1 11720:1 11726:2 11729:6 11732:1 11738:1 11745:1 11753:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12083:1 12093:1 12113:1 12150:1 12175:1 12187:2 12196:1 12197:2 12199:3 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12301:1 12314:1 12316:1 12355:2 12366:1 12378:1 12384:1 12396:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12507:1 12522:1 12541:1 12544:2 12555:1 12584:1 12589:2 12600:7 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:2 12645:1 12696:20 12722:1 12731:4 12732:8 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12890:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:2 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:1 13389:1 13398:2 13421:1 13436:1 13457:1 13468:16 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13788:1 13807:1 13815:2 13848:1 13852:1 13856:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:1 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14144:2 14153:1 14156:3 14162:4 14164:1 14172:1 14184:3 14185:1 14205:1 14206:1 14213:1 14218:1 14235:1 14253:1 14286:3 14289:1 14308:1 14341:1 14398:3 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14620:1 14631:2 14635:1 14678:1 14691:1 14698:1 14703:2 14719:1 14750:1 14765:1 14769:2 14781:1 14793:1 14801:1 14812:1 14820:1 14828:3 14841:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15087:1 15132:1 15144:2 15154:1 15183:1 15232:1 15270:1 15280:2 15282:1 15295:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:2 15378:1 15390:2 15393:7 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15542:1 15543:1 15559:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:2 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15781:1 15811:1 15821:1 15826:2 15828:1 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:2 15901:1 15908:3 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:1 16021:9 16025:1 16026:1 16043:1 16049:1 16058:2 16068:1 16076:2 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16146:1 16155:1 16168:1 16174:1 16257:1 16282:2 16303:2 16304:1 16308:2 16316:2 16349:1 16363:1 16385:1 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16477:6 16569:1 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:4 17020:1 17051:1 17102:2 17106:5 17119:2 17125:1 17150:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:2 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:4 17401:4 17466:1 17495:1 17509:1 17523:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:3 17804:1 17808:1 17810:1 17879:1 17912:1 17921:1 17936:1 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:1 18035:1 18038:3 18052:1 18078:6 18087:1 18125:1 18138:1 18152:1 18170:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:3 18325:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:1 18517:2 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18574:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:3 18745:1 18746:1 18770:1 18771:1 18800:5 18803:1 18809:1 18847:1 18863:1 18866:1 18869:3 18871:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:5 18993:2 19004:7 19028:3 19050:1 19078:2 19087:1 19123:1 19124:11 19136:1 19167:1 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19275:1 19283:1 19296:1 19297:2 19299:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19427:1 19441:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:1 19542:1 19552:1 19565:1 19580:1 19591:1 19620:1 19634:2 19635:2 19640:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:2 20196:1 20200:2 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20300:2 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:7 20594:1 20597:2 20607:1 20622:1 20625:1 20628:2 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20842:2 20884:1 20885:2 20892:1 20933:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21024:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21170:2 21176:1 21188:3 21217:2 21234:1 21237:6 21263:1 21268:1 21296:1 21301:1 21379:1 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:1 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:15 21859:1 21862:1 21891:1 21894:1 21903:1 21918:10 21939:1 21951:1 21952:2 21967:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22123:1 22139:1 22154:3 22196:6 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:2 22291:1 22299:1 22319:2 22328:2 22332:1 22338:1 22411:1 22423:1 22428:2 22461:10 22472:1 22474:1 22509:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22631:1 22632:1 22644:1 22649:3 22652:3 22686:1 22725:1 22730:3 22735:1 22741:1 22745:2 22747:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:2 22957:1 22966:3 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23071:1 23073:2 23113:1 23116:2 23125:1 23146:1 23147:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:1 23359:1 23361:1 23365:2 23380:1 23391:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23580:3 23598:1 23616:1 23634:1 23636:1 23658:1 23683:1 23688:1 23696:3 23700:2 23707:1 23718:1 23721:1 23734:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:2 23797:1 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23935:3 23942:1 23945:2 23947:2 23954:1 23955:1 23960:1 23965:1 23975:1 23991:1 23998:1 24017:1 24029:1 24032:3 24048:1 24052:1 24101:1 24121:1 24135:1 24166:2 24167:1 24172:1 24185:2
20 8:1 33:2 45:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 165:1 191:1 201:1 206:1 221:1 239:1 243:1 247:2 313:1 342:1 373:1 402:1 433:1 434:3 486:3 489:1 490:1 493:1 495:1 504:2 523:1 530:2 555:3 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 798:1 804:1 806:20 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 981:2 1000:1 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1107:1 1109:2 1156:2 1166:1 1168:1 1169:2 1171:2 1180:1 1201:1 1208:1 1213:3 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1405:5 1406:3 1428:1 1449:1 1505:2 1510:1 1521:2 1532:1 1552:1 1554:1 1567:3 1572:1 1586:1 1603:1 1615:3 1634:2 1645:1 1648:2 1650:1 1653:5 1658:2 1665:2 1666:1 1667:1 1674:1 1686:1 1704:4 1712:1 1737:1 1744:3 1746:3 1749:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1848:1 1852:3 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:3 1942:1 1956:2 1968:2 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2034:1 2038:1 2043:2 2045:1 2049:5 2069:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2329:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:2 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:9 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2837:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:4 3011:1 3020:2 3021:1 3027:1 3045:1 3064:1 3071:2 3076:2 3090:1 3104:2 3111:1 3131:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3253:1 3271:1 3287:3 3299:9 3304:1 3307:1 3308:3 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:3 3421:1 3429:1 3432:2 3447:1 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:3 3536:1 3538:1 3539:2 3540:1 3544:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3625:1 3630:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3658:2 3668:1 3673:1 3680:1 3685:1 3691:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3958:1 3963:1 3965:1 3981:2 4003:1 4038:1 4049:1 4051:1 4098:1 4099:1 4133:1 4136:1 4171:1 4178:1 4196:1 4226:1 4250:1 4255:1 4257:1 4278:1 4288:1 4344:1 4353:1 4374:1 4378:1 4383:1 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4495:1 4507:1 4517:1 4531:1 4536:2 4575:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:6 4690:3 4707:8 4708:2 4711:1 4725:1 4728:2 4730:1 4735:1 4753:2 4756:1 4758:1 4769:8 4794:1 4799:1 4807:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:1 5118:2 5125:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5339:1 5341:1 5359:1 5379:1 5420:1 5433:1 5448:2 5452:1 5467:1 5474:1 5478:2 5505:3 5519:1 5535:1 5552:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5815:1 5846:1 5847:1 5849:1 5854:1 5883:4 5887:1 5890:1 5894:2 5899:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:1 6037:2 6040:1 6043:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:4 6309:1 6310:1 6338:1 6348:1667 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6417:1 6429:1 6432:2 6435:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6687:1 6726:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:1 6761:1 6783:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7112:1 7116:1 7128:3 7172:1 7173:2 7215:1 7225:1 7231:2 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:1 7460:1 7471:1 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:2 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:8 7769:1 7776:1 7789:1 7790:1 7821:1 7845:1 7867:1 7868:1 7870:1 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:5 7975:3 7976:1 7989:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:2 8012:1 8013:1 8020:1 8049:1 8066:1 8068:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8257:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:2 8405:2 8406:3 8412:1 8413:1 8428:1 8440:1 8446:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8641:1 8666:1 8732:1 8741:1 8752:1 8766:4 8776:1 8778:1 8784:3 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8992:2 8997:2 9020:6 9025:2 9030:3 9076:1 9082:1 9091:2 9098:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:2 9223:1 9228:1 9239:1 9269:2 9288:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:1 9499:2 9521:1 9545:1 9549:5 9552:2 9554:3 9556:1 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:1 9956:1 9995:1 9996:3 9997:1 10002:1 10016:1 10021:1 10031:1 10045:1 10070:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:2 10171:1 10181:1 10183:1 10200:1 10207:1 10212:1 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10303:1 10323:1 10324:1 10327:2 10329:1 10330:3 10336:2 10338:2 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10443:1 10449:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10593:1 10613:1 10621:2 10681:1 10686:1 10687:1 10778:3 10791:1 10827:1 10834:3 10850:2 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11007:1 11021:1 11023:1 11057:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11157:1 11164:2 11193:2 11206:1 11208:1 11223:2 11225:1 11228:2 11258:2 11297:1 11323:1 11327:1 11340:1 11350:1 11370:1 11372:3 11396:1 11416:1 11419:3 11437:1 11439:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11690:1 11717:1 11720:2 11726:2 11729:6 11732:1 11738:1 11745:1 11753:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12081:1 12083:1 12093:2 12113:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12301:1 12314:1 12316:1 12355:2 12366:1 12378:1 12384:1 12396:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12584:1 12589:2 12600:7 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:2 12645:1 12696:20 12722:1 12731:4 12732:8 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12890:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:1 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:2 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:1 13389:1 13398:2 13421:1 13436:1 13457:1 13468:17 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13788:1 13807:1 13815:2 13836:1 13848:1 13852:1 13856:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:2 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14172:2 14184:3 14185:1 14205:1 14206:2 14213:1 14218:1 14235:1 14253:1 14286:3 14289:1 14308:2 14341:1 14388:1 14398:3 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14594:1 14620:1 14631:2 14635:1 14678:1 14691:1 14698:1 14703:2 14719:1 14750:1 14765:1 14769:2 14781:1 14793:1 14801:1 14812:1 14820:1 14828:3 14841:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15028:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:1 15232:1 15241:1 15270:1 15280:2 15282:1 15295:1 15302:1 15304:1 15308:1 15322:1 15331:1 15358:2 15378:1 15390:2 15393:7 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15542:1 15543:1 15559:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:2 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15781:1 15802:1 15811:1 15821:1 15824:1 15826:2 15828:1 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:2 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:1 16003:1 16021:9 16025:1 16026:1 16043:1 16047:1 16049:1 16058:2 16068:1 16076:2 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16146:1 16155:1 16168:1 16174:1 16257:1 16282:2 16293:1 16303:2 16304:1 16308:2 16316:2 16349:1 16363:1 16385:1 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16470:1 16477:6 16569:1 16596:1 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:4 17020:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:2 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:4 17401:4 17466:1 17495:1 17509:1 17523:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:3 17804:1 17808:1 17810:1 17879:1 17912:1 17921:1 17936:1 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:2 18035:1 18038:5 18052:1 18078:6 18087:1 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:3 18325:1 18329:1 18331:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:1 18517:2 18527:1 18529:1 18533:1 18548:1 18551:2 18553:1 18566:1 18574:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:1 18809:1 18847:1 18863:1 18866:1 18869:3 18871:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:5 18993:2 19004:8 19028:3 19050:1 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19427:2 19441:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:2 19542:1 19552:1 19565:1 19580:1 19591:1 19620:1 19634:2 19635:2 19640:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:2 20180:1 20196:1 20200:2 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20300:2 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:7 20594:1 20597:2 20607:1 20622:1 20625:1 20628:2 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20835:1 20842:2 20884:1 20885:2 20892:1 20933:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21024:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21170:2 21176:1 21188:3 21217:2 21234:1 21237:6 21263:1 21268:1 21296:1 21301:1 21379:2 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:17 21859:1 21862:1 21891:1 21894:1 21903:1 21918:10 21939:1 21951:1 21952:2 21967:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22123:1 22139:3 22153:1 22154:3 22196:6 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:3 22291:1 22299:1 22319:2 22328:2 22332:1 22338:1 22411:1 22423:1 22428:2 22461:10 22472:1 22474:2 22509:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22631:1 22632:1 22644:1 22649:3 22652:3 22686:1 22725:1 22730:3 22735:1 22741:1 22745:2 22747:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:2 22957:1 22966:3 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:1 23359:1 23361:1 23365:2 23380:1 23391:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23580:4 23598:1 23616:1 23634:1 23636:1 23655:1 23658:1 23683:1 23688:1 23696:3 23700:2 23707:1 23718:1 23721:1 23734:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:2 23797:1 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23935:3 23942:1 23945:2 23947:2 23954:1 23955:1 23960:1 23965:1 23975:1 23991:1 23998:1 24017:1 24029:1 24032:3 24048:1 24052:1 24101:1 24121:1 24135:1 24166:2 24167:1 24172:1 24185:2
20 8:1 33:2 45:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 165:1 191:1 201:1 206:1 221:1 239:1 243:1 247:2 313:1 342:1 373:1 391:1 402:1 433:1 434:3 486:3 489:1 490:1 493:1 495:1 504:2 523:1 530:2 555:3 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 737:1 798:1 804:1 806:20 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 981:3 1000:1 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1107:1 1109:2 1156:2 1166:1 1168:1 1169:2 1171:2 1180:1 1194:1 1201:1 1208:1 1213:3 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1405:5 1406:3 1420:1 1428:1 1449:1 1459:1 1505:2 1510:1 1521:2 1532:1 1552:1 1554:1 1567:3 1572:1 1586:1 1603:1 1615:3 1634:2 1645:1 1648:2 1650:1 1653:5 1658:2 1665:2 1666:1 1667:1 1674:1 1686:1 1704:4 1712:1 1737:1 1744:3 1746:3 1749:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1848:1 1852:3 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:3 1942:1 1956:3 1968:3 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2034:1 2038:1 2043:3 2045:1 2049:5 2069:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2329:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:2 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:9 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2837:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:4 3011:1 3020:2 3021:1 3027:1 3045:1 3064:1 3071:2 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3253:1 3271:1 3287:3 3299:9 3304:1 3307:1 3308:3 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:4 3421:1 3429:1 3432:2 3447:1 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:3 3536:1 3538:1 3539:2 3540:1 3544:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3625:1 3630:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3658:2 3668:1 3673:1 3680:1 3685:1 3691:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3958:1 3963:1 3965:1 3981:2 4003:1 4038:1 4049:1 4051:1 4098:1 4099:1 4133:1 4136:1 4171:1 4178:1 4196:1 4226:1 4250:1 4255:1 4257:1 4278:1 4288:1 4344:1 4353:1 4374:1 4378:1 4383:1 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4495:1 4507:1 4517:1 4531:1 4536:2 4575:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:6 4690:3 4707:8 4708:2 4711:1 4725:1 4728:2 4730:1 4735:1 4753:2 4756:1 4758:1 4769:8 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5337:1 5339:1 5341:1 5359:1 5379:1 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5519:1 5535:1 5552:1 5567:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5815:1 5846:1 5847:1 5849:1 5854:1 5883:4 5887:1 5890:1 5894:2 5899:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:1 6037:2 6040:1 6043:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:4 6309:1 6310:1 6335:1 6338:1 6348:1739 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6417:1 6429:1 6432:2 6435:1 6452:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6687:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:1 6761:1 6783:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7112:1 7116:1 7128:3 7172:1 7173:2 7215:1 7225:1 7231:2 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:1 7460:1 7471:1 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:2 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:8 7769:1 7776:1 7789:1 7790:1 7821:1 7844:1 7845:2 7867:1 7868:1 7870:2 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:5 7975:3 7976:1 7983:1 7989:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:2 8012:1 8013:1 8020:1 8049:1 8066:1 8068:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8257:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:2 8405:3 8406:3 8412:1 8413:1 8428:1 8440:1 8446:1 8461:1 8462:1 8467:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8641:1 8666:1 8732:1 8741:1 8752:1 8766:4 8768:1 8776:1 8778:1 8784:3 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8987:1 8992:2 8997:2 9020:6 9025:2 9030:3 9076:1 9082:1 9083:1 9091:2 9098:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:2 9223:1 9228:1 9239:1 9269:2 9288:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:2 9499:2 9521:1 9545:1 9549:5 9552:3 9554:3 9556:1 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9995:1 9996:3 9997:1 10002:1 10016:1 10021:1 10031:1 10045:1 10070:1 10090:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:2 10171:1 10181:1 10183:1 10200:1 10207:1 10212:1 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10303:1 10323:1 10324:1 10327:3 10329:1 10330:3 10336:2 10338:2 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10443:1 10449:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10593:1 10613:1 10621:2 10681:1 10686:1 10687:1 10778:3 10791:1 10827:1 10834:3 10850:2 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11005:1 11007:1 11021:1 11023:1 11057:1 11058:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11157:1 11164:2 11193:2 11206:1 11208:1 11223:2 11225:1 11228:2 11258:2 11297:1 11323:1 11327:1 11340:1 11350:1 11370:1 11372:3 11396:1 11416:1 11419:3 11437:1 11439:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11690:1 11717:1 11720:2 11726:2 11729:6 11732:1 11738:1 11745:1 11753:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12081:1 12083:1 12093:2 12113:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12301:1 12314:1 12316:1 12347:1 12355:2 12366:1 12378:1 12384:1 12396:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12584:1 12589:2 12600:7 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12696:20 12722:1 12731:4 12732:8 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12890:1 12894:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:2 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:1 13389:1 13398:2 13421:1 13436:1 13457:1 13468:18 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13788:1 13807:1 13815:2 13836:1 13848:1 13852:1 13856:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:3 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:3 14185:1 14205:1 14206:2 14213:1 14218:1 14235:1 14253:1 14286:3 14289:1 14308:2 14341:1 14388:1 14398:3 14417:1 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14631:2 14635:1 14650:1 14665:1 14678:1 14691:1 14698:1 14703:2 14719:1 14750:1 14765:1 14769:2 14781:1 14793:1 14801:1 14812:1 14820:1 14828:3 14841:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15028:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:1 15232:1 15241:1 15270:1 15280:2 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15331:1 15358:2 15378:1 15390:2 15393:7 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15542:1 15543:1 15559:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:2 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15781:1 15802:2 15811:1 15821:2 15824:1 15826:2 15828:1 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:3 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:1 16003:1 16021:9 16025:1 16026:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16146:1 16155:1 16168:2 16174:1 16257:1 16282:2 16293:1 16303:2 16304:1 16308:2 16316:2 16349:1 16363:1 16385:1 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16470:1 16477:6 16569:1 16596:2 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:4 17020:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:2 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:4 17401:4 17417:1 17466:1 17495:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17659:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:3 17804:2 17808:1 17810:1 17879:1 17912:1 17921:1 17936:1 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:3 18035:1 18038:5 18052:1 18078:6 18087:1 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:3 18308:1 18325:1 18329:1 18331:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:2 18517:2 18527:1 18529:1 18533:2 18548:1 18551:2 18553:1 18566:1 18574:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:1 18809:1 18847:1 18863:1 18866:1 18869:3 18871:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:5 18993:2 19004:8 19028:3 19050:1 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19186:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19427:2 19441:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:2 19542:1 19552:1 19565:1 19580:1 19591:2 19620:1 19634:2 19635:2 19640:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:2 20180:1 20196:1 20200:2 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20300:2 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:7 20594:1 20597:2 20607:1 20622:1 20625:1 20628:2 20639:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20835:1 20842:2 20884:1 20885:2 20892:1 20933:2 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21024:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21170:2 21176:1 21188:3 21217:2 21234:1 21237:6 21263:2 21268:1 21296:1 21301:1 21379:2 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21652:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:17 21859:1 21862:1 21891:1 21894:1 21903:1 21918:10 21939:1 21951:2 21952:2 21967:1 21984:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22123:1 22139:3 22153:1 22154:3 22196:6 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:3 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22344:1 22411:1 22423:1 22428:2 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22631:1 22632:1 22644:1 22649:3 22652:3 22686:1 22725:1 22730:3 22735:1 22741:1 22745:2 22747:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:2 22957:1 22966:3 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:2 23359:1 23361:1 23365:2 23380:1 23391:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23655:1 23658:1 23683:1 23688:1 23696:3 23700:2 23707:1 23718:1 23721:1 23734:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:2 23797:1 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23935:3 23942:1 23945:2 23947:2 23954:1 23955:1 23960:1 23965:1 23975:1 23991:1 23998:1 24017:1 24029:1 24032:3 24048:1 24052:1 24101:1 24121:1 24135:1 24166:2 24167:1 24172:1 24185:2
20 8:1 33:2 45:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 165:1 191:1 201:1 206:1 221:1 239:1 243:1 247:2 313:1 342:1 373:1 391:1 393:1 402:1 433:1 434:3 486:3 489:1 490:1 493:1 495:1 504:2 523:1 530:2 555:3 561:1 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 737:1 798:1 804:1 806:22 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 980:1 981:3 1000:1 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1107:1 1109:2 1156:2 1166:1 1168:1 1169:2 1171:2 1180:1 1194:1 1201:1 1208:1 1213:3 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1405:5 1406:3 1420:1 1428:1 1449:1 1459:1 1505:2 1510:1 1521:2 1532:1 1552:1 1554:1 1567:3 1572:1 1586:1 1603:1 1615:3 1618:1 1634:2 1645:1 1648:3 1650:1 1653:5 1658:2 1665:2 1666:1 1667:1 1674:1 1686:1 1704:4 1712:1 1737:1 1744:3 1746:3 1749:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1848:1 1852:3 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:3 1942:1 1956:3 1968:4 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2034:1 2038:1 2043:3 2045:1 2049:5 2069:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2329:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:3 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:9 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:1 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:1 2826:1 2834:1 2836:1 2837:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:4 3011:1 3020:2 3021:1 3027:1 3045:1 3064:1 3071:2 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3253:1 3271:1 3287:3 3299:9 3304:1 3307:1 3308:3 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:4 3421:1 3429:1 3432:2 3447:1 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:3 3528:1 3536:1 3538:1 3539:3 3540:1 3544:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3625:1 3630:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3658:2 3668:1 3673:1 3680:1 3685:1 3691:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3958:1 3963:1 3965:1 3981:2 4003:1 4038:1 4049:1 4051:1 4072:1 4098:1 4099:1 4133:1 4136:1 4171:1 4178:1 4196:1 4226:1 4250:1 4255:1 4257:1 4278:1 4288:1 4344:1 4353:1 4374:1 4378:1 4383:1 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4495:1 4507:1 4517:1 4531:1 4536:2 4575:1 4585:1 4600:1 4608:1 4625:1 4653:1 4656:1 4660:6 4690:3 4702:1 4707:9 4708:2 4711:1 4725:1 4728:2 4730:1 4735:1 4753:2 4756:1 4758:1 4769:8 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5337:1 5339:1 5341:1 5359:1 5379:2 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5519:1 5535:1 5552:1 5567:1 5604:1 5611:1 5623:1 5658:1 5764:1 5804:2 5815:1 5846:1 5847:1 5849:1 5854:1 5883:4 5887:1 5890:1 5894:2 5899:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:1 6037:2 6040:1 6043:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:4 6309:1 6310:1 6335:1 6338:1 6348:1768 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6417:1 6429:1 6432:2 6435:1 6452:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6687:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:1 6843:1 6864:2 6883:1 6934:1 6948:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7112:1 7116:1 7128:3 7172:1 7173:2 7215:1 7225:1 7231:2 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:1 7460:1 7471:1 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:9 7769:1 7776:1 7789:1 7790:1 7821:1 7844:1 7845:2 7867:1 7868:1 7870:2 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:5 7975:3 7976:1 7983:1 7989:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:2 8012:1 8013:1 8020:1 8049:1 8066:1 8068:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8209:1 8257:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:2 8405:4 8406:3 8412:1 8413:1 8428:1 8440:1 8446:1 8461:1 8462:1 8467:1 8474:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8628:2 8641:1 8666:1 8732:1 8741:1 8752:1 8766:4 8768:1 8776:1 8778:1 8784:3 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8987:1 8992:2 8997:2 9020:6 9025:2 9030:3 9053:1 9076:1 9082:1 9083:1 9091:2 9098:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:2 9223:1 9228:1 9239:1 9269:2 9288:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:2 9499:2 9521:1 9545:1 9549:5 9552:3 9554:3 9556:1 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9995:1 9996:3 9997:1 10002:1 10016:1 10021:1 10031:1 10045:1 10070:1 10090:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:2 10171:1 10181:1 10183:1 10200:1 10207:1 10212:1 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10303:1 10312:1 10323:1 10324:1 10327:3 10329:1 10330:3 10336:2 10338:2 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10443:1 10449:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10593:1 10613:1 10621:2 10681:1 10686:1 10687:1 10749:1 10778:3 10791:1 10809:1 10827:1 10834:3 10850:2 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11005:1 11007:1 11021:1 11023:1 11057:1 11058:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11157:1 11164:2 11193:2 11206:1 11208:1 11223:2 11225:1 11228:2 11258:2 11297:1 11323:1 11327:1 11340:1 11350:1 11370:1 11372:3 11396:1 11416:1 11419:3 11437:1 11439:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11690:1 11717:1 11720:2 11726:2 11729:6 11732:1 11738:1 11745:1 11753:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12081:1 12083:1 12093:2 12113:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12301:1 12314:1 12316:1 12339:1 12347:1 12355:2 12366:1 12378:1 12384:1 12396:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12584:1 12589:3 12600:8 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12696:20 12722:1 12731:4 12732:8 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:2 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:1 13389:1 13398:2 13421:1 13436:1 13457:1 13468:18 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13785:1 13788:1 13807:1 13815:2 13836:1 13848:1 13852:1 13856:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:3 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:3 14185:1 14205:1 14206:2 14213:1 14218:1 14235:1 14253:1 14286:3 14289:1 14308:2 14341:1 14388:1 14398:3 14417:1 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14631:2 14635:1 14650:1 14665:1 14678:1 14691:1 14698:1 14703:2 14719:1 14750:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15028:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:1 15232:1 15241:1 15270:1 15280:2 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15331:1 15358:2 15378:1 15390:2 15393:7 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15542:1 15543:1 15559:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:2 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15781:1 15802:2 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:1 16003:1 16021:9 16025:1 16026:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16146:1 16155:1 16168:2 16174:1 16257:1 16282:2 16293:1 16303:2 16304:1 16308:2 16316:2 16349:1 16363:1 16385:1 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16470:1 16477:6 16569:1 16596:2 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:4 17020:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:2 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:4 17401:4 17417:1 17466:1 17495:1 17496:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17659:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:3 17804:2 17808:1 17810:1 17879:1 17912:1 17921:1 17925:1 17936:1 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:3 18035:1 18038:5 18052:1 18078:6 18087:1 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:3 18308:1 18325:1 18329:1 18331:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:2 18517:2 18527:1 18529:1 18533:2 18548:1 18551:2 18553:1 18566:1 18574:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:1 18809:1 18847:1 18863:1 18866:1 18869:3 18871:1 18873:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:5 18993:2 19004:8 19028:3 19050:1 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19186:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19427:2 19441:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:2 19542:1 19552:1 19565:1 19580:1 19591:2 19620:1 19634:2 19635:2 19640:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19852:2 19876:1 19893:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20196:1 20200:2 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20300:2 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:8 20594:1 20597:2 20607:1 20622:1 20625:1 20628:2 20639:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20835:1 20842:2 20884:1 20885:2 20892:1 20933:3 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21024:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21170:2 21176:1 21188:3 21217:2 21234:1 21237:6 21263:2 21268:1 21296:1 21301:1 21379:2 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21652:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:17 21859:1 21862:1 21891:1 21894:1 21903:1 21918:10 21939:1 21951:2 21952:2 21967:1 21984:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22123:1 22139:3 22153:1 22154:3 22196:7 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:3 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22344:1 22411:1 22423:1 22428:2 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22631:1 22632:1 22644:1 22649:3 22652:3 22686:1 22725:1 22730:3 22735:1 22741:1 22745:2 22747:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:2 22957:1 22966:3 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:3 23359:1 23361:1 23365:2 23380:1 23391:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23655:1 23658:1 23668:1 23683:1 23688:1 23696:3 23700:2 23707:1 23718:1 23721:1 23734:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:2 23797:1 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23935:3 23942:1 23945:2 23947:2 23954:1 23955:1 23960:1 23965:1 23975:1 23991:1 23998:1 24017:1 24029:1 24032:3 24048:1 24052:1 24101:1 24121:1 24135:1 24166:3 24167:1 24172:1 24185:2
20 8:1 33:2 45:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 165:1 191:1 201:1 206:1 221:1 239:1 243:1 247:2 313:1 342:1 373:1 391:1 393:1 402:1 433:1 434:3 486:3 489:1 490:1 493:1 495:1 504:2 523:1 530:2 555:3 561:1 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 737:1 763:1 798:1 804:1 806:24 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 980:1 981:3 1000:1 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1107:1 1109:2 1156:2 1166:1 1168:1 1169:2 1171:2 1180:1 1194:1 1201:1 1208:1 1213:3 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1405:5 1406:3 1420:1 1428:1 1449:1 1459:1 1505:2 1510:1 1521:2 1532:1 1552:1 1554:1 1567:3 1572:1 1586:1 1603:1 1615:3 1618:1 1634:2 1645:1 1648:3 1650:1 1653:5 1658:3 1665:2 1666:1 1667:1 1674:1 1686:1 1704:4 1712:1 1737:1 1744:3 1746:3 1749:2 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1844:1 1848:1 1852:3 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:3 1942:1 1956:3 1968:4 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:1 2034:1 2038:1 2043:3 2045:1 2048:1 2049:5 2069:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2329:1 2346:2 2365:1 2366:1 2388:1 2389:1 2392:3 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:11 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:1 2834:1 2836:1 2837:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:4 3011:1 3020:2 3021:1 3027:1 3045:1 3064:1 3071:2 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3253:1 3271:1 3287:3 3299:9 3304:1 3307:1 3308:3 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:4 3421:1 3429:1 3432:2 3447:1 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:3 3528:1 3530:1 3536:1 3538:1 3539:3 3540:1 3544:1 3561:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3625:1 3630:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3658:2 3668:1 3673:1 3680:1 3685:1 3691:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3958:1 3963:1 3965:1 3981:2 4003:1 4038:1 4049:1 4051:1 4064:1 4072:1 4098:1 4099:1 4133:1 4136:1 4171:1 4178:1 4196:1 4226:1 4250:1 4255:1 4257:1 4278:1 4288:1 4344:1 4353:1 4374:1 4378:1 4383:1 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4495:1 4507:1 4517:1 4531:1 4536:2 4543:1 4575:1 4585:1 4600:1 4608:1 4611:1 4625:1 4653:1 4656:1 4660:6 4690:3 4702:1 4707:9 4708:2 4711:1 4725:1 4728:2 4730:2 4735:1 4737:1 4753:2 4756:1 4758:1 4769:8 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5161:1 5170:2 5173:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5337:1 5339:1 5341:1 5359:1 5379:2 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5519:1 5535:1 5552:1 5567:1 5604:1 5611:1 5623:1 5652:1 5658:1 5764:1 5804:2 5815:1 5846:1 5847:1 5849:1 5854:1 5883:4 5887:1 5890:1 5894:2 5899:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:1 6037:2 6040:1 6043:1 6064:1 6098:1 6106:3 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:5 6309:1 6310:1 6335:1 6338:1 6348:1824 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6417:1 6429:1 6432:2 6435:1 6452:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6658:1 6687:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:1 6843:1 6864:2 6883:1 6919:1 6934:1 6939:1 6948:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7112:1 7116:1 7128:3 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:3 7460:1 7471:1 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:9 7769:1 7776:1 7789:1 7790:1 7821:1 7844:1 7845:2 7867:1 7868:1 7870:2 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:6 7975:3 7976:1 7983:1 7989:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:2 8012:1 8013:1 8020:1 8049:1 8066:1 8068:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8209:1 8257:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:2 8405:4 8406:3 8412:1 8413:1 8428:1 8440:1 8446:1 8461:1 8462:1 8467:1 8474:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:2 8641:1 8666:1 8732:1 8741:1 8752:1 8766:4 8768:1 8776:1 8778:1 8784:3 8810:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8987:1 8992:2 8997:2 9020:6 9025:2 9030:3 9053:1 9076:1 9082:1 9083:1 9091:2 9098:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:2 9223:1 9228:1 9239:1 9269:2 9288:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:2 9499:2 9521:1 9545:1 9549:5 9552:4 9554:3 9556:1 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9995:1 9996:3 9997:1 10002:1 10016:2 10021:1 10031:1 10045:1 10070:1 10090:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:2 10171:1 10181:1 10183:1 10200:1 10207:1 10212:1 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:1 10323:1 10324:1 10327:3 10329:1 10330:3 10336:2 10338:2 10341:2 10343:3 10349:1 10379:1 10429:10 10435:2 10443:1 10449:1 10451:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10593:1 10613:1 10621:2 10681:1 10686:1 10687:1 10749:1 10778:3 10791:1 10809:1 10827:1 10834:3 10850:2 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11005:1 11007:1 11021:1 11023:1 11057:1 11058:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11157:1 11164:2 11193:2 11206:1 11208:1 11223:2 11225:1 11228:2 11258:2 11297:1 11323:1 11327:1 11340:1 11350:1 11370:1 11372:3 11396:1 11416:1 11419:3 11437:1 11439:1 11440:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11690:1 11717:1 11720:2 11726:2 11729:6 11732:1 11738:1 11745:1 11753:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12081:1 12083:1 12093:2 12113:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12301:1 12314:1 12316:1 12339:1 12347:1 12355:2 12366:1 12378:1 12384:1 12396:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12584:1 12589:3 12600:8 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12696:20 12722:1 12731:4 12732:9 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:2 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:2 13389:1 13398:2 13399:1 13421:1 13436:1 13457:1 13468:19 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13785:1 13788:1 13807:1 13815:2 13836:1 13848:1 13852:1 13856:1 13857:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:3 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:3 14185:1 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14253:1 14286:3 14289:1 14308:2 14341:1 14388:1 14398:3 14417:1 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14631:2 14635:1 14650:1 14665:1 14678:1 14691:1 14698:1 14703:2 14719:1 14750:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15028:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:1 15232:1 15241:1 15270:1 15280:2 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15331:1 15358:2 15378:1 15390:2 15393:7 15395:1 15398:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15542:1 15543:1 15559:1 15576:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:2 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15781:1 15802:3 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:1 16003:1 16021:9 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16146:1 16155:1 16168:2 16174:1 16257:1 16282:2 16293:1 16303:2 16304:1 16308:2 16316:2 16349:1 16363:1 16385:1 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16470:1 16477:6 16569:1 16596:2 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:4 17020:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:2 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:1 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:4 17401:4 17417:1 17466:1 17486:1 17495:1 17496:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17659:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:1 17912:1 17921:1 17925:1 17936:1 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:4 18035:1 18038:5 18052:1 18078:6 18087:1 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:3 18308:1 18325:1 18329:1 18331:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:2 18517:2 18519:1 18527:1 18529:1 18533:2 18548:1 18551:2 18553:1 18566:1 18574:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:1 18809:1 18847:1 18863:1 18866:1 18869:3 18871:1 18873:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:5 18993:2 19004:8 19028:3 19050:1 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19186:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19427:2 19441:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:2 19542:2 19552:1 19565:1 19580:1 19591:2 19620:1 19634:2 19635:2 19640:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19823:1 19852:2 19876:1 19893:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20196:1 20200:2 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20300:2 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:3 20439:1 20476:1 20482:1 20510:1 20579:4 20585:8 20594:1 20597:2 20607:1 20622:1 20625:1 20628:2 20639:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20835:1 20842:2 20884:1 20885:2 20892:1 20933:3 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21024:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21170:2 21176:1 21188:4 21217:2 21234:1 21237:6 21263:2 21268:1 21296:1 21301:1 21379:2 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21652:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:17 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:10 21939:1 21951:2 21952:2 21967:1 21984:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22110:1 22123:1 22139:3 22153:1 22154:3 22196:7 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:3 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22344:1 22411:1 22423:1 22428:2 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22631:1 22632:1 22644:1 22649:3 22652:3 22686:1 22725:1 22730:3 22735:1 22741:1 22745:2 22747:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:2 22957:1 22966:3 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:3 23359:1 23361:1 23365:2 23380:1 23391:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23718:1 23721:1 23734:1 23738:2 23739:1 23764:1 23769:1 23770:1 23795:2 23797:2 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23935:3 23942:1 23945:2 23947:2 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24166:3 24167:1 24172:1 24185:2
20 8:1 33:3 45:1 64:1 78:1 80:1 84:1 85:1 88:1 143:1 158:3 159:1 164:1 165:1 191:1 201:1 206:1 221:1 239:1 243:1 247:2 313:1 342:1 373:1 391:1 393:1 402:1 433:1 434:3 486:3 489:1 490:1 493:1 495:2 504:2 523:1 530:2 555:3 561:1 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 737:1 763:1 798:1 804:1 806:25 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 980:1 981:3 985:1 1000:2 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1107:1 1109:3 1156:2 1166:1 1168:1 1169:2 1171:2 1180:1 1194:1 1201:1 1208:1 1213:3 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1405:5 1406:4 1420:1 1428:1 1449:1 1459:1 1505:2 1510:1 1521:2 1532:1 1552:1 1554:1 1567:3 1572:1 1586:1 1603:1 1615:3 1618:1 1634:2 1645:1 1648:3 1650:1 1653:5 1658:3 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1737:1 1744:3 1746:3 1749:2 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1844:1 1848:1 1852:4 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:4 1942:1 1956:3 1968:4 1980:1 2004:1 2015:1 2017:2 2024:1 2025:2 2027:1 2030:1 2033:2 2034:1 2038:1 2043:3 2045:1 2048:1 2049:5 2054:1 2069:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2329:2 2346:2 2365:1 2366:1 2388:1 2389:1 2392:3 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:12 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2721:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:1 2834:1 2836:1 2837:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:4 3011:1 3020:2 3021:1 3027:1 3045:1 3064:1 3071:2 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:1 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:4 3421:1 3429:1 3432:2 3447:1 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:3 3528:1 3530:1 3536:1 3538:2 3539:3 3540:1 3544:1 3561:1 3562:1 3566:2 3580:1 3598:1 3603:1 3614:1 3615:4 3617:1 3621:1 3625:1 3630:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3658:2 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3958:1 3963:1 3965:1 3981:2 4003:1 4038:1 4049:1 4051:1 4064:1 4072:1 4098:1 4099:1 4133:1 4135:1 4136:1 4171:1 4178:1 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4278:1 4288:1 4344:1 4353:1 4374:1 4378:2 4383:1 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4485:1 4487:1 4495:1 4507:1 4517:1 4531:1 4536:2 4543:1 4575:1 4585:1 4600:1 4608:1 4611:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:3 4702:1 4707:9 4708:2 4711:2 4725:1 4728:2 4730:2 4735:1 4737:1 4753:2 4756:1 4758:1 4769:8 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4875:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5161:1 5170:2 5173:1 5175:1 5177:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5326:1 5337:1 5339:1 5341:1 5359:1 5379:3 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5518:1 5519:1 5530:1 5535:1 5552:1 5567:1 5604:1 5611:1 5623:1 5652:1 5658:1 5749:1 5764:1 5804:3 5815:1 5846:1 5847:1 5849:1 5854:1 5883:5 5887:1 5890:1 5894:2 5899:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:2 6037:2 6040:1 6043:1 6064:1 6098:1 6106:4 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:5 6309:1 6310:1 6335:1 6338:1 6348:1846 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6417:1 6429:1 6432:2 6435:1 6452:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6645:1 6658:1 6687:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:1 6843:1 6864:2 6883:1 6919:1 6934:1 6939:1 6948:1 6949:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7112:1 7116:1 7128:3 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7253:1 7254:13 7261:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:3 7460:1 7471:1 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:10 7769:1 7776:1 7778:1 7789:1 7790:1 7821:1 7844:1 7845:3 7867:1 7868:1 7870:2 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:6 7975:3 7976:1 7983:1 7989:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:2 8012:1 8013:1 8020:1 8049:1 8066:1 8068:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8209:1 8257:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:2 8405:4 8406:3 8412:1 8413:1 8428:1 8440:1 8446:1 8461:1 8462:1 8467:1 8474:1 8480:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:2 8641:1 8642:1 8666:1 8698:1 8732:1 8741:1 8752:1 8766:4 8768:1 8776:1 8778:1 8784:3 8810:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:3 8924:2 8933:1 8974:1 8987:1 8992:2 8997:2 9020:6 9025:2 9030:3 9053:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:3 9223:1 9228:1 9239:1 9269:2 9288:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:2 9499:2 9521:1 9545:1 9549:5 9552:4 9554:4 9556:1 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9718:1 9740:2 9746:1 9774:1 9794:2 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9995:1 9996:3 9997:1 10002:1 10016:2 10021:1 10031:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:2 10171:1 10181:1 10183:1 10188:1 10200:1 10207:1 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10323:1 10324:1 10327:3 10329:1 10330:3 10336:2 10338:2 10341:2 10343:4 10349:1 10379:1 10429:10 10435:2 10443:1 10449:1 10451:1 10458:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10593:1 10613:1 10621:2 10681:1 10686:1 10687:1 10749:1 10778:3 10791:1 10809:2 10827:1 10834:3 10850:2 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11005:1 11007:1 11021:1 11023:1 11057:1 11058:1 11068:1 11072:1 11079:1 11093:2 11097:1 11110:1 11133:1 11137:1 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11206:1 11208:1 11223:2 11225:2 11228:2 11258:2 11297:1 11323:1 11327:1 11340:1 11350:1 11370:1 11372:3 11396:1 11416:1 11419:3 11437:1 11439:1 11440:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11690:1 11717:1 11720:2 11726:2 11729:6 11732:1 11738:1 11745:1 11753:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12081:1 12083:1 12093:2 12113:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12301:1 12314:1 12316:1 12339:1 12347:1 12355:2 12366:1 12378:1 12384:1 12396:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:3 12600:8 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12696:20 12722:1 12731:4 12732:9 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:3 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:2 13389:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:20 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13785:1 13788:1 13807:1 13815:2 13836:1 13848:1 13852:1 13856:1 13857:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:3 13935:1 13940:1 13949:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:1 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:3 14185:1 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14253:1 14286:4 14289:1 14306:1 14308:2 14341:1 14388:1 14398:3 14417:1 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14631:2 14635:1 14650:1 14665:2 14678:1 14691:1 14698:1 14700:1 14703:2 14719:1 14750:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15028:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:1 15232:1 15241:1 15270:1 15280:2 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15415:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15542:2 15543:1 15559:1 15576:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:2 15696:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15781:1 15802:3 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:2 16003:1 16021:9 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:1 16095:1 16129:1 16131:1 16136:1 16146:1 16155:1 16168:2 16174:1 16257:1 16282:2 16293:1 16303:2 16304:1 16308:2 16316:2 16349:1 16363:1 16385:2 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16470:1 16477:6 16569:1 16596:2 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:4 17020:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17384:1 17388:1 17396:4 17401:4 17417:1 17466:1 17486:1 17495:1 17496:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17659:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:1 17912:1 17921:1 17925:1 17936:2 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:4 18035:1 18038:5 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:3 18308:1 18325:1 18329:1 18331:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18425:1 18444:2 18446:6 18511:2 18517:2 18519:1 18527:1 18529:1 18533:2 18548:1 18551:2 18553:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:1 18809:1 18847:1 18863:1 18864:1 18866:1 18869:4 18871:1 18873:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:5 18993:2 19004:8 19028:3 19050:1 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19186:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19427:2 19441:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:2 19542:2 19552:1 19565:1 19580:1 19591:2 19620:1 19634:2 19635:2 19640:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19823:1 19852:2 19876:1 19893:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20196:1 20200:2 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20300:2 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:4 20439:1 20476:1 20482:1 20510:1 20579:4 20585:8 20594:1 20597:2 20607:1 20622:1 20625:1 20628:2 20639:1 20653:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20835:1 20842:2 20884:2 20885:2 20892:1 20933:3 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21024:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21170:2 21176:1 21188:4 21217:2 21234:1 21237:6 21263:2 21268:1 21296:1 21301:1 21379:2 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:17 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:10 21939:1 21951:2 21952:2 21967:1 21984:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22110:1 22123:1 22139:3 22153:1 22154:3 22196:7 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:3 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22344:1 22411:1 22423:1 22428:2 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22631:2 22632:1 22644:1 22649:3 22652:3 22686:1 22725:1 22730:3 22735:1 22741:1 22745:2 22747:1 22763:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:2 22957:1 22966:3 22980:1 22983:1 22991:10 23001:1 23024:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:1 23351:3 23359:1 23361:1 23365:2 23380:1 23391:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23718:1 23721:1 23734:1 23738:2 23739:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:2 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23935:3 23942:1 23945:2 23947:2 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24166:3 24167:1 24172:1 24185:2
20 8:1 33:3 45:1 64:1 78:1 80:1 84:1 85:1 88:1 128:1 129:1 143:1 152:1 158:4 159:1 164:1 165:1 181:1 191:1 201:1 206:1 221:1 234:1 239:1 243:1 247:2 310:1 313:1 342:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:1 490:1 493:1 495:2 504:2 523:1 530:2 555:3 561:1 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 737:1 763:1 798:1 804:1 806:26 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 963:1 980:1 981:3 985:1 1000:2 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1107:1 1109:3 1156:3 1166:1 1168:1 1169:2 1171:2 1180:1 1183:1 1194:1 1201:1 1208:1 1213:3 1214:1 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1521:2 1532:1 1552:1 1554:1 1567:3 1572:1 1586:1 1603:1 1615:3 1618:1 1634:2 1645:1 1648:3 1650:1 1653:5 1658:3 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1737:1 1744:3 1746:3 1749:2 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1844:1 1848:1 1852:4 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1933:4 1942:1 1956:3 1968:4 1980:1 1987:1 2004:1 2015:1 2017:2 2020:1 2022:1 2024:1 2025:2 2027:1 2030:1 2033:2 2034:1 2038:1 2043:3 2045:1 2048:1 2049:5 2054:1 2069:1 2071:1 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2251:2 2303:1 2323:1 2329:2 2346:2 2365:1 2366:1 2388:1 2389:1 2392:3 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:13 2523:2 2529:7 2531:1 2541:1 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2721:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:1 2834:1 2836:1 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2956:1 2963:1 2974:2 2994:2 2998:4 3011:1 3020:2 3021:1 3027:1 3045:1 3064:1 3071:2 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:5 3421:1 3429:1 3432:2 3447:1 3466:1 3476:2 3479:1 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:3 3528:1 3530:1 3536:1 3538:2 3539:3 3540:1 3544:1 3561:1 3562:1 3566:2 3580:1 3586:1 3598:1 3603:1 3612:1 3614:1 3615:4 3617:1 3621:1 3625:1 3630:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3656:1 3658:2 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3879:1 3884:1 3906:1 3926:2 3958:1 3963:1 3965:1 3981:2 4003:1 4038:1 4049:1 4051:1 4064:1 4072:1 4098:1 4099:1 4133:1 4135:1 4136:1 4171:1 4178:1 4185:1 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4278:1 4288:1 4344:1 4353:1 4374:1 4378:2 4383:1 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4507:1 4517:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:1 4600:1 4608:1 4611:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:3 4702:1 4707:9 4708:2 4711:2 4725:1 4728:2 4730:2 4735:1 4737:1 4753:2 4756:1 4758:1 4769:8 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4875:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:3 4990:2 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5317:1 5326:1 5337:1 5339:1 5341:1 5359:1 5379:3 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5518:1 5519:1 5530:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:1 5623:1 5652:1 5658:1 5749:2 5758:1 5764:1 5804:3 5815:1 5830:1 5846:1 5847:1 5849:1 5854:1 5883:5 5887:1 5890:1 5894:2 5899:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:2 6037:2 6040:1 6043:1 6064:1 6098:1 6106:4 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:5 6309:1 6310:1 6335:1 6338:1 6348:1914 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6429:1 6432:2 6435:1 6452:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6645:1 6658:1 6687:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:1 6843:1 6864:2 6883:1 6891:1 6919:1 6934:1 6939:1 6948:1 6949:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7112:1 7116:1 7128:3 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7253:1 7254:13 7261:1 7279:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:4 7460:1 7471:1 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:11 7769:1 7776:1 7778:1 7789:1 7790:1 7821:1 7844:1 7845:4 7867:1 7868:1 7870:2 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:6 7975:3 7976:2 7983:1 7987:1 7989:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:3 8012:1 8013:1 8020:1 8049:1 8066:1 8068:1 8118:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8209:1 8257:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:2 8405:4 8406:3 8412:1 8413:1 8428:1 8440:1 8446:1 8461:1 8462:1 8467:1 8474:1 8480:1 8491:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:2 8641:1 8642:1 8666:1 8698:1 8732:1 8741:1 8752:1 8766:5 8768:1 8776:1 8778:1 8784:3 8810:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:4 8924:2 8933:1 8974:1 8987:1 8992:2 8997:2 9020:6 9025:2 9030:3 9053:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:3 9223:1 9228:1 9239:1 9269:2 9288:1 9291:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:3 9499:2 9502:1 9521:1 9545:1 9549:5 9552:4 9554:4 9556:2 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9740:2 9746:1 9774:1 9794:2 9807:1 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9995:1 9996:3 9997:1 10002:1 10016:3 10021:1 10031:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:2 10171:1 10181:1 10183:1 10188:1 10200:1 10207:1 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10323:1 10324:1 10327:3 10329:1 10330:3 10336:2 10338:3 10341:2 10343:4 10349:1 10379:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10593:1 10613:1 10621:2 10681:1 10686:1 10687:1 10749:1 10778:3 10791:1 10809:2 10827:1 10834:3 10844:1 10850:2 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11005:1 11007:1 11021:1 11023:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11093:2 11097:1 11100:1 11110:1 11133:1 11137:1 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11206:1 11208:1 11223:2 11225:2 11228:2 11258:2 11297:1 11323:1 11327:1 11340:1 11350:1 11355:1 11370:2 11372:3 11396:1 11416:1 11419:3 11437:1 11439:1 11440:1 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:2 11726:2 11729:6 11732:1 11738:1 11745:1 11753:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11965:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12081:1 12083:1 12093:2 12113:1 12142:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12301:1 12314:1 12316:1 12339:1 12347:1 12355:2 12366:1 12378:1 12384:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:3 12600:8 12614:1 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12696:22 12722:1 12731:4 12732:9 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:3 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13339:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:2 13389:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:21 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13785:1 13788:1 13807:1 13815:2 13836:1 13848:1 13852:1 13856:1 13857:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:3 13935:1 13940:1 13949:1 13963:1 13994:1 14024:1 14034:1 14037:3 14042:1 14057:2 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:1 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:3 14185:1 14186:1 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14286:4 14289:1 14306:2 14308:2 14341:1 14388:1 14398:3 14417:1 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14631:2 14635:1 14650:1 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:3 14719:1 14750:1 14754:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:1 14849:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15014:1 15028:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:1 15225:1 15232:1 15241:1 15270:1 15280:2 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15415:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15536:1 15542:2 15543:1 15551:1 15559:1 15576:1 15587:1 15613:2 15621:1 15627:1 15646:1 15659:2 15671:2 15696:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15781:1 15802:3 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:2 16003:1 16021:9 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:1 16095:1 16111:1 16129:1 16130:1 16131:1 16136:1 16146:1 16155:1 16168:2 16174:1 16257:1 16282:2 16293:1 16303:3 16304:1 16308:2 16316:2 16349:1 16363:1 16385:2 16391:1 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16470:2 16477:6 16569:1 16596:2 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:1 16730:1 16760:2 16821:1 16829:1 16835:1 16839:2 16901:2 17010:4 17013:1 17020:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17375:1 17384:1 17388:1 17396:4 17401:6 17417:1 17466:1 17486:1 17495:1 17496:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:2 17912:1 17921:1 17925:1 17936:2 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:4 18035:1 18038:5 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:3 18308:1 18309:1 18325:1 18329:1 18331:1 18337:1 18365:1 18374:1 18395:1 18407:1 18422:1 18423:1 18425:1 18444:2 18446:6 18511:2 18517:2 18519:1 18527:1 18529:1 18533:2 18548:1 18551:2 18553:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:1 18808:1 18809:1 18828:1 18832:1 18847:1 18863:1 18864:1 18866:1 18869:4 18871:1 18873:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18974:1 18975:5 18993:2 19004:8 19028:3 19050:1 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19417:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:2 19542:2 19552:2 19565:1 19580:1 19591:2 19620:1 19634:2 19635:2 19640:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19823:1 19827:1 19852:2 19876:1 19893:1 19895:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20196:1 20200:2 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20274:1 20300:3 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:4 20439:1 20476:1 20482:1 20510:1 20579:4 20585:8 20594:1 20597:2 20607:2 20622:1 20625:1 20627:1 20628:2 20639:1 20653:1 20656:1 20672:1 20703:2 20705:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20835:1 20842:2 20884:2 20885:2 20892:1 20933:3 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21024:1 21080:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21170:2 21176:1 21188:4 21217:2 21234:1 21237:6 21263:2 21268:1 21296:1 21301:1 21379:2 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:1 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21738:1 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:17 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:10 21939:1 21951:2 21952:2 21967:1 21984:1 21988:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22110:1 22123:1 22139:3 22153:1 22154:3 22196:7 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:3 22290:1 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22344:1 22388:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22631:2 22632:1 22644:1 22649:3 22652:3 22686:1 22725:1 22730:3 22735:1 22741:1 22745:2 22747:1 22763:1 22783:1 22784:2 22852:1 22921:1 22928:1 22939:1 22944:2 22957:1 22966:3 22980:1 22983:1 22991:10 23001:1 23024:1 23033:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:2 23351:3 23359:1 23361:1 23365:2 23380:1 23391:1 23433:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23718:2 23721:1 23734:1 23738:2 23739:1 23745:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:2 23804:1 23816:1 23820:1 23823:1 23825:1 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23929:1 23935:3 23942:1 23945:2 23947:2 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24166:3 24167:1 24172:1 24185:2
20 8:1 33:3 45:1 64:1 78:1 80:1 84:1 85:1 88:1 94:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:1 191:1 201:1 206:1 221:1 234:1 239:1 243:1 247:2 310:1 313:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:1 490:1 493:1 495:3 504:2 523:1 530:2 555:3 561:1 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 737:1 763:1 798:1 804:1 806:27 809:2 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 963:1 980:1 981:3 985:1 1000:2 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1101:1 1107:1 1109:3 1156:3 1166:1 1168:1 1169:2 1171:2 1180:1 1183:1 1194:1 1201:1 1208:1 1213:3 1214:1 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1521:2 1532:1 1552:1 1554:1 1564:1 1567:3 1572:1 1586:1 1603:1 1615:3 1618:1 1634:2 1645:1 1648:3 1650:1 1653:5 1658:4 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1737:1 1744:3 1746:3 1749:2 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1844:1 1848:1 1852:4 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1932:1 1933:4 1942:1 1956:3 1968:4 1980:1 1987:1 2004:1 2015:1 2017:2 2020:1 2022:1 2024:1 2025:2 2027:1 2030:1 2033:2 2034:1 2038:1 2040:1 2043:3 2045:1 2048:1 2049:5 2050:1 2054:1 2069:1 2071:1 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2240:1 2251:2 2303:1 2323:1 2329:2 2346:2 2365:1 2366:1 2388:1 2389:1 2392:3 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:13 2523:2 2529:7 2531:1 2541:2 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2721:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:1 2834:1 2836:1 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2950:1 2956:2 2963:1 2974:2 2994:2 2998:5 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:2 3419:5 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:3 3528:1 3530:1 3536:1 3538:2 3539:3 3540:2 3541:1 3544:1 3561:1 3562:2 3566:2 3580:1 3586:1 3598:1 3603:1 3612:1 3614:1 3615:4 3617:1 3621:1 3625:2 3630:1 3631:2 3632:1 3636:3 3641:2 3646:2 3652:1 3653:2 3656:1 3658:2 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3878:1 3879:1 3884:1 3906:1 3926:2 3943:1 3958:1 3963:1 3965:1 3981:2 4003:1 4038:1 4049:1 4051:1 4064:1 4072:1 4098:1 4099:1 4133:1 4135:1 4136:1 4171:1 4178:1 4185:1 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:1 4278:1 4288:1 4326:1 4344:1 4353:1 4374:1 4378:2 4383:1 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4507:1 4517:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4600:1 4604:1 4608:1 4611:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:3 4702:1 4707:9 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4753:3 4756:1 4758:1 4769:9 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4875:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4959:1 4962:1 4972:1 4977:4 4990:2 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:1 5243:1 5259:1 5282:1 5293:1 5314:1 5317:1 5326:1 5337:1 5339:1 5341:1 5359:1 5379:3 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5518:1 5519:1 5530:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5749:2 5758:1 5764:1 5804:3 5815:1 5830:2 5846:1 5847:1 5849:1 5854:1 5883:5 5887:1 5890:1 5894:2 5899:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:2 6037:2 6040:1 6043:1 6064:1 6098:1 6106:4 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:6 6309:2 6310:1 6335:1 6338:1 6348:1968 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6429:1 6432:2 6435:1 6452:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6645:1 6658:1 6687:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:2 6843:1 6864:2 6883:1 6891:1 6919:1 6934:1 6939:1 6948:1 6949:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:1 7253:1 7254:13 7261:1 7279:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:4 7460:1 7471:2 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:1 7733:2 7734:1 7758:12 7769:1 7776:1 7778:1 7789:1 7790:1 7821:1 7844:1 7845:4 7867:1 7868:1 7870:2 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:6 7975:3 7976:2 7983:1 7987:1 7989:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:3 8012:1 8013:1 8020:1 8049:1 8066:1 8068:1 8118:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8209:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8440:1 8446:1 8461:1 8462:1 8467:1 8474:1 8480:1 8491:1 8512:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8741:1 8752:1 8766:7 8768:1 8776:1 8778:1 8784:4 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:4 8924:2 8933:1 8974:1 8987:1 8992:2 8997:2 9020:7 9025:2 9030:3 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:3 9223:1 9228:1 9239:1 9269:2 9288:1 9291:1 9310:1 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:3 9499:2 9502:1 9521:1 9545:1 9549:5 9552:4 9554:4 9556:2 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9740:2 9746:1 9774:1 9794:2 9807:1 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9967:1 9995:1 9996:3 9997:1 10002:1 10016:3 10021:1 10031:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:3 10171:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10323:1 10324:1 10327:3 10329:1 10330:3 10336:2 10338:4 10341:2 10343:4 10349:1 10379:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:1 10621:2 10681:1 10686:1 10687:1 10749:1 10778:3 10791:1 10809:2 10827:1 10834:3 10844:1 10850:2 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10971:1 10984:1 10987:1 10996:2 11000:3 11004:1 11005:1 11007:1 11021:1 11023:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11093:2 11097:2 11100:1 11110:1 11133:1 11137:1 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11206:1 11208:1 11223:2 11225:2 11228:2 11258:2 11297:1 11323:1 11327:1 11340:2 11350:1 11355:1 11370:2 11372:3 11396:1 11416:1 11419:3 11437:1 11439:1 11440:2 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:2 11726:2 11729:6 11732:1 11738:1 11745:1 11753:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11952:1 11965:1 11974:1 11986:1 11991:2 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12072:1 12081:1 12083:1 12093:2 12113:1 12142:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12301:1 12314:1 12316:1 12339:1 12347:1 12355:2 12366:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:3 12600:8 12614:1 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12696:24 12722:1 12731:4 12732:11 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 12994:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:3 13175:1 13219:1 13235:2 13248:1 13298:1 13330:1 13339:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:2 13389:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:22 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13785:1 13788:1 13807:1 13815:2 13836:1 13848:1 13852:1 13856:1 13857:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:3 13935:1 13940:1 13949:1 13963:1 13994:1 14023:1 14024:1 14034:1 14037:3 14042:1 14057:3 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:1 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:3 14185:1 14186:1 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14286:4 14289:1 14306:2 14308:2 14341:1 14388:1 14398:3 14417:1 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14631:2 14635:1 14650:1 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:3 14719:1 14750:1 14754:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:1 14849:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15014:1 15028:1 15071:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:1 15225:1 15232:1 15241:1 15270:2 15280:2 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15415:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15536:1 15542:2 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15621:1 15627:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15743:1 15781:1 15802:3 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:2 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:9 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16111:1 16129:1 16130:1 16131:1 16136:1 16146:1 16155:1 16168:2 16174:1 16203:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16349:1 16363:1 16381:1 16385:2 16391:2 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16470:2 16477:6 16544:1 16569:1 16596:2 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:2 16730:1 16760:2 16767:1 16821:1 16829:1 16835:1 16839:2 16901:2 17010:4 17013:2 17020:1 17045:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17156:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17375:1 17381:1 17384:1 17388:1 17396:4 17401:6 17417:1 17466:1 17486:2 17495:1 17496:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:2 17908:1 17912:1 17921:1 17925:1 17936:2 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:4 18035:1 18038:5 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:3 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:1 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:6 18488:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18548:1 18551:3 18553:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:1 18808:1 18809:1 18828:1 18832:1 18847:2 18863:1 18864:1 18866:1 18869:4 18871:1 18873:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18973:1 18974:1 18975:5 18993:2 19004:8 19028:3 19046:1 19050:1 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19411:1 19417:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19620:1 19634:2 19635:2 19640:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19823:1 19827:1 19852:2 19876:1 19893:1 19895:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20196:1 20200:3 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20274:1 20300:3 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:4 20439:1 20476:1 20482:1 20492:1 20510:1 20579:4 20585:8 20594:1 20597:2 20607:2 20622:1 20625:1 20627:1 20628:2 20639:1 20653:1 20656:1 20672:1 20703:2 20705:1 20713:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20835:1 20842:2 20884:2 20885:2 20892:1 20933:3 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21170:2 21176:1 21188:4 21217:2 21234:1 21237:6 21263:2 21268:1 21296:1 21301:1 21379:2 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21579:1 21610:2 21611:1 21616:3 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21738:1 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:17 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:10 21939:1 21951:2 21952:2 21967:1 21984:1 21988:1 22002:1 22049:1 22054:2 22058:1 22064:1 22070:2 22105:1 22110:1 22123:1 22139:3 22153:1 22154:3 22168:1 22196:7 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22344:1 22388:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:1 22627:1 22629:1 22631:2 22632:1 22644:1 22649:3 22652:3 22686:1 22725:1 22730:5 22735:1 22741:1 22745:2 22747:1 22763:1 22783:1 22784:2 22842:1 22852:1 22921:1 22928:1 22939:1 22944:2 22957:1 22966:4 22980:1 22983:1 22991:10 23001:2 23024:1 23033:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:2 23351:3 23359:1 23361:1 23365:2 23380:1 23391:1 23433:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23718:2 23721:1 23734:1 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:2 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23929:1 23935:3 23942:1 23945:2 23947:3 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:2
20 8:1 33:3 45:1 64:1 78:1 80:1 84:2 85:1 88:1 94:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:2 191:1 201:1 206:1 221:1 234:1 239:1 243:1 246:1 247:2 310:1 313:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:1 490:1 493:1 495:3 504:2 523:1 530:2 555:3 561:1 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 798:1 804:1 806:28 809:3 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 963:1 980:1 981:3 985:1 1000:2 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1101:1 1107:1 1109:3 1119:1 1155:1 1156:3 1166:1 1168:1 1169:2 1171:2 1180:1 1183:1 1194:1 1201:1 1208:1 1213:4 1214:1 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1521:2 1532:1 1552:1 1554:1 1564:1 1567:3 1572:1 1586:1 1603:1 1615:3 1618:1 1634:2 1645:1 1648:3 1650:1 1653:5 1658:4 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1737:1 1744:3 1746:3 1749:2 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1841:1 1842:2 1844:1 1848:1 1852:4 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1932:1 1933:4 1942:1 1956:3 1968:4 1980:2 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:1 2024:1 2025:2 2027:1 2030:1 2033:3 2034:1 2038:1 2040:1 2043:3 2045:1 2048:1 2049:5 2050:1 2054:1 2069:1 2071:1 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2182:1 2212:1 2240:1 2251:2 2303:1 2323:1 2329:2 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:3 2426:3 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:13 2523:2 2529:7 2531:1 2541:2 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2721:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:1 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2950:1 2956:2 2963:1 2974:2 2994:2 2998:5 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:3 3419:5 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:1 3487:1 3501:1 3509:2 3521:2 3523:8 3524:4 3528:1 3530:1 3536:1 3538:2 3539:3 3540:2 3541:1 3544:1 3558:1 3561:1 3562:2 3566:2 3580:1 3586:1 3598:1 3603:1 3609:2 3612:1 3614:1 3615:4 3617:1 3621:1 3625:2 3630:1 3631:2 3632:1 3636:3 3641:2 3646:2 3650:2 3652:1 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:1 3729:1 3733:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3878:1 3879:1 3884:1 3906:1 3926:2 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4038:1 4049:1 4051:1 4064:1 4071:1 4072:1 4098:1 4099:1 4133:1 4135:1 4136:1 4171:1 4178:2 4185:1 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:1 4278:1 4288:1 4326:1 4344:1 4353:1 4374:1 4378:2 4383:1 4404:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4600:1 4604:1 4608:1 4611:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:3 4702:1 4707:9 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4753:3 4756:1 4758:1 4769:9 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4875:1 4911:1 4912:1 4935:1 4938:1 4942:2 4950:1 4955:1 4959:1 4962:1 4972:1 4977:4 4990:3 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:1 5337:1 5339:1 5341:1 5359:1 5379:3 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5515:1 5518:1 5519:1 5530:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5749:2 5758:1 5764:1 5804:3 5815:1 5830:2 5846:2 5847:1 5849:2 5854:1 5883:6 5887:1 5890:1 5894:2 5899:1 5904:1 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:2 6037:2 6040:1 6043:1 6064:1 6098:1 6106:4 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6232:1 6256:1 6265:1 6280:6 6299:1 6309:2 6310:1 6335:1 6338:1 6348:2034 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6429:1 6432:2 6435:1 6452:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6645:1 6658:1 6687:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:2 6843:1 6864:2 6880:1 6883:1 6891:1 6892:1 6919:1 6934:1 6939:1 6948:1 6949:1 6952:1 6966:1 6981:1 7023:2 7050:2 7059:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:1 7253:1 7254:13 7261:1 7279:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:4 7460:1 7471:2 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:2 7733:2 7734:1 7758:12 7769:1 7776:1 7778:1 7789:1 7790:1 7821:1 7844:1 7845:4 7867:1 7868:1 7870:2 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:3 8012:1 8013:1 8020:1 8049:1 8066:1 8068:1 8118:1 8119:1 8122:1 8142:1 8175:1 8180:1 8191:1 8202:1 8209:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8436:1 8440:1 8446:1 8461:1 8462:1 8467:2 8474:1 8480:1 8491:1 8512:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8741:1 8752:1 8766:7 8768:1 8776:1 8778:1 8784:4 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:4 8924:2 8933:2 8974:1 8987:1 8992:2 8997:2 9012:1 9020:7 9025:2 9030:3 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:3 9223:1 9228:1 9239:1 9269:2 9278:1 9288:1 9291:1 9310:1 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:3 9499:2 9502:1 9521:1 9545:1 9549:5 9552:4 9554:4 9556:2 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9740:3 9746:1 9774:1 9794:2 9807:1 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9967:1 9976:1 9995:1 9996:3 9997:1 10002:1 10016:3 10021:1 10031:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:4 10171:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10317:1 10323:1 10324:1 10327:3 10329:1 10330:3 10336:2 10338:4 10341:2 10343:4 10349:1 10379:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:1 10621:2 10681:1 10686:1 10687:1 10749:1 10778:3 10791:1 10809:2 10827:1 10834:3 10844:1 10850:2 10854:1 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10967:1 10971:1 10984:1 10987:1 10996:2 10999:1 11000:3 11004:1 11005:1 11007:1 11021:1 11023:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:2 11100:1 11110:1 11133:1 11137:1 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11206:1 11208:1 11223:2 11225:2 11228:2 11258:2 11297:1 11323:1 11327:1 11340:2 11350:1 11355:1 11370:2 11372:3 11396:1 11416:1 11419:3 11437:1 11439:1 11440:2 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:2 11726:2 11728:1 11729:6 11732:1 11738:1 11745:2 11753:1 11762:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11889:1 11894:1 11895:1 11947:1 11948:1 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12072:1 12081:1 12083:1 12093:2 12113:1 12142:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12267:1 12279:1 12282:1 12287:2 12292:2 12300:1 12301:1 12305:1 12314:1 12316:1 12339:1 12347:1 12355:2 12366:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:4 12600:8 12601:1 12614:1 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12696:28 12722:1 12731:5 12732:11 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12862:1 12884:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 12994:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:3 13175:1 13193:1 13219:1 13235:2 13248:1 13298:1 13330:1 13339:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:23 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:2 13836:1 13848:1 13852:1 13856:1 13857:1 13876:3 13878:1 13890:1 13897:1 13899:1 13924:3 13935:1 13939:1 13940:1 13949:1 13963:1 13985:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14057:3 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:4 14185:1 14186:1 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14286:4 14289:1 14306:2 14308:2 14341:1 14388:1 14398:3 14417:1 14425:1 14437:1 14438:2 14453:1 14467:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14631:2 14635:1 14650:1 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:3 14719:1 14750:1 14754:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:1 14849:1 14891:1 14895:2 14906:6 14909:4 14916:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15014:1 15028:1 15071:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:1 15225:1 15232:1 15241:1 15252:1 15270:2 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15415:1 15417:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15530:1 15536:1 15542:2 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15621:1 15627:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15739:1 15743:1 15781:1 15802:3 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:3 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:9 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16111:1 16129:1 16130:1 16131:1 16136:1 16140:1 16146:1 16155:1 16168:2 16174:1 16203:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16349:1 16363:1 16381:1 16385:2 16391:2 16406:2 16416:1 16427:2 16444:1 16456:1 16459:1 16470:2 16477:6 16544:1 16569:1 16596:2 16599:1 16609:6 16613:1 16614:1 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:2 16730:1 16732:2 16760:2 16767:1 16821:1 16829:1 16835:1 16839:2 16901:3 17010:4 17013:2 17020:1 17045:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17156:2 17159:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17233:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:1 17302:1 17343:1 17366:3 17370:1 17375:1 17381:1 17384:1 17388:1 17396:4 17401:7 17417:1 17466:1 17486:2 17495:1 17496:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17596:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:3 17908:1 17912:1 17921:1 17925:1 17936:2 17942:1 17967:1 17973:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:4 18035:1 18038:5 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:4 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:1 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18488:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18548:1 18551:3 18553:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:1 18808:1 18809:1 18828:1 18832:1 18847:2 18863:1 18864:1 18866:1 18869:5 18871:1 18873:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18973:1 18974:1 18975:5 18993:3 19004:8 19028:3 19046:1 19050:2 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19411:1 19417:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19620:1 19634:2 19635:2 19640:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19823:1 19827:1 19832:1 19852:2 19876:1 19884:1 19893:1 19895:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20196:1 20200:3 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20274:1 20300:3 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20401:1 20420:1 20428:1 20432:1 20435:4 20439:1 20476:1 20482:1 20492:1 20510:1 20579:4 20582:1 20585:8 20594:1 20597:2 20607:2 20608:1 20622:1 20625:1 20627:1 20628:2 20639:1 20653:1 20656:1 20672:1 20703:2 20705:1 20713:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20835:1 20842:2 20884:2 20885:2 20892:1 20933:3 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21215:1 21217:2 21234:1 21237:6 21263:2 21268:1 21296:1 21301:1 21379:2 21396:1 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21579:2 21610:2 21611:1 21616:3 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21738:1 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:18 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:10 21935:1 21939:2 21947:1 21951:2 21952:2 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:1 22123:1 22139:3 22153:1 22154:3 22168:1 22196:7 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22344:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22581:1 22600:2 22613:1 22626:2 22627:1 22629:1 22631:2 22632:1 22644:1 22649:4 22652:3 22686:1 22725:1 22730:5 22735:1 22741:1 22745:2 22747:1 22763:1 22783:1 22784:2 22842:1 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22980:1 22983:1 22991:10 23001:2 23024:1 23033:1 23055:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23350:2 23351:3 23359:1 23361:1 23365:2 23380:1 23391:1 23433:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:2 23721:1 23734:1 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:2 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23926:1 23929:1 23935:3 23942:1 23945:2 23947:3 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:2
20 8:1 33:3 45:1 64:1 78:1 80:1 84:2 85:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:5 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:1 246:1 247:2 310:1 313:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:1 490:1 493:1 495:3 504:2 523:1 530:2 555:3 561:1 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 798:1 804:1 806:28 809:3 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 963:1 980:1 981:3 985:1 1000:2 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1180:1 1183:1 1194:1 1201:1 1208:1 1211:1 1213:4 1214:1 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1393:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1521:2 1532:1 1552:1 1554:1 1564:1 1567:3 1572:1 1586:1 1603:1 1615:3 1618:1 1634:2 1645:1 1648:3 1650:1 1653:5 1658:4 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1717:1 1721:1 1737:1 1744:3 1746:3 1749:2 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1838:1 1841:1 1842:2 1844:1 1848:1 1852:4 1863:1 1870:1 1882:1 1883:1 1903:1 1915:1 1924:1 1926:1 1928:1 1932:1 1933:4 1942:1 1956:3 1968:4 1980:2 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:1 2024:2 2025:2 2027:1 2030:1 2033:3 2034:1 2038:1 2040:1 2043:3 2045:1 2048:1 2049:5 2050:1 2054:1 2069:1 2071:1 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2182:1 2212:1 2240:1 2251:2 2303:1 2323:1 2329:2 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:3 2405:1 2426:4 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:13 2523:2 2529:7 2531:1 2541:2 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2721:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:2 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2950:1 2956:2 2963:1 2974:2 2994:2 2998:5 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3197:1 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:3 3419:5 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:5 3528:1 3530:1 3536:1 3538:2 3539:3 3540:2 3541:1 3544:1 3558:1 3561:1 3562:2 3566:2 3580:1 3586:1 3598:1 3603:1 3609:2 3612:1 3614:1 3615:4 3617:1 3621:1 3625:2 3630:1 3631:2 3632:1 3636:3 3641:2 3646:3 3650:2 3652:1 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:1 3729:1 3733:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4038:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4171:1 4178:2 4185:1 4189:1 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:1 4278:1 4288:1 4310:1 4326:1 4344:1 4353:1 4373:1 4374:1 4378:2 4383:1 4404:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4600:1 4604:1 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:3 4702:1 4707:9 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4753:3 4756:1 4758:1 4769:9 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4875:1 4880:1 4911:1 4912:1 4914:1 4935:1 4938:1 4942:2 4950:1 4955:1 4959:1 4962:1 4970:1 4972:1 4977:4 4990:3 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:1 5337:1 5339:1 5341:1 5359:1 5379:3 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5515:1 5518:1 5519:1 5530:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5691:1 5749:2 5758:1 5764:1 5804:3 5815:1 5830:2 5846:2 5847:1 5849:2 5854:1 5883:6 5885:1 5887:1 5890:1 5894:2 5899:1 5904:3 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:2 6037:2 6040:1 6043:1 6064:1 6098:1 6106:4 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6220:1 6232:1 6256:1 6265:1 6280:6 6299:1 6309:2 6310:1 6335:1 6338:1 6348:2117 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6429:1 6432:2 6435:1 6452:1 6473:1 6477:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6645:1 6658:1 6674:1 6687:1 6699:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:2 6843:1 6864:2 6880:1 6883:1 6891:1 6892:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6966:1 6981:1 7023:2 7050:2 7059:1 7063:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:1 7253:1 7254:13 7261:1 7279:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:4 7460:1 7471:2 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:2 7723:1 7733:2 7734:1 7758:13 7769:1 7776:1 7778:1 7789:1 7790:2 7821:1 7844:1 7845:5 7867:1 7868:1 7870:2 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:1 7994:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:3 8012:1 8013:1 8020:1 8049:2 8066:1 8068:1 8118:1 8119:1 8122:1 8142:1 8163:1 8175:1 8180:1 8191:1 8202:1 8209:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8385:2 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8436:1 8440:1 8446:1 8461:1 8462:1 8467:2 8474:1 8480:1 8491:1 8512:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8741:1 8752:1 8766:8 8768:1 8773:1 8776:1 8778:1 8784:4 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:4 8924:2 8933:2 8971:1 8974:1 8987:1 8991:1 8992:2 8997:2 9012:1 9020:7 9025:2 9030:3 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:3 9223:1 9228:1 9239:1 9269:2 9278:1 9288:1 9291:1 9310:1 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:3 9499:2 9502:1 9521:1 9545:1 9549:5 9552:4 9554:4 9556:2 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9740:3 9746:1 9774:1 9794:2 9807:1 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9967:1 9976:1 9995:1 9996:3 9997:1 10002:1 10016:3 10021:1 10031:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:4 10171:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10317:1 10323:1 10324:1 10327:3 10329:1 10330:3 10336:2 10338:4 10341:2 10343:4 10349:1 10379:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:1 10621:2 10681:1 10686:1 10687:1 10749:1 10756:1 10778:4 10791:1 10809:2 10827:1 10834:3 10844:1 10850:2 10854:1 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10967:1 10971:1 10984:1 10987:1 10996:2 10999:1 11000:4 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:2 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:2 11248:1 11258:2 11297:1 11323:1 11327:1 11340:2 11347:1 11350:1 11355:1 11370:2 11372:3 11396:1 11406:1 11416:1 11419:3 11437:1 11439:1 11440:2 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:2 11726:2 11728:1 11729:6 11732:1 11738:1 11745:2 11753:1 11762:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11880:1 11889:1 11894:1 11895:1 11947:1 11948:2 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12072:1 12081:1 12083:1 12093:2 12113:1 12124:1 12134:1 12142:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12265:1 12267:1 12279:1 12281:1 12282:1 12287:2 12292:2 12300:1 12301:1 12305:1 12314:2 12316:1 12339:1 12347:1 12355:2 12366:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:4 12600:9 12601:1 12614:1 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12696:29 12722:1 12731:5 12732:11 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 12994:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:1 13163:3 13171:3 13175:1 13193:1 13219:1 13235:2 13248:1 13298:1 13330:1 13339:1 13344:1 13347:1 13363:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:24 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:3 13836:1 13848:2 13852:1 13856:1 13857:1 13876:3 13878:1 13890:1 13897:2 13899:1 13905:1 13916:1 13924:3 13935:1 13939:1 13940:1 13949:2 13963:1 13985:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:1 14057:3 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:4 14185:1 14186:1 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14286:4 14289:1 14292:1 14306:2 14308:2 14341:1 14388:1 14398:3 14417:1 14425:1 14437:1 14438:2 14453:1 14467:1 14470:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14630:1 14631:2 14635:1 14650:1 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:3 14719:1 14750:1 14754:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:1 14849:1 14851:1 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15014:1 15028:1 15071:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:1 15225:1 15232:1 15241:1 15252:1 15270:2 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15415:1 15417:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15530:1 15536:1 15542:2 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15621:1 15627:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15739:1 15743:1 15781:1 15802:3 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:4 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:9 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16111:1 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16349:1 16363:1 16381:1 16385:2 16391:2 16406:2 16416:1 16427:2 16444:1 16449:1 16456:1 16459:1 16470:2 16477:6 16544:1 16569:1 16596:2 16599:1 16609:6 16613:1 16614:2 16626:1 16630:1 16632:1 16639:1 16661:1 16667:1 16686:1 16729:2 16730:1 16732:2 16740:1 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16901:3 17010:4 17013:2 17020:1 17045:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17156:2 17159:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17202:1 17210:2 17213:2 17226:2 17230:1 17233:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:2 17302:2 17343:1 17366:3 17370:1 17375:1 17381:1 17384:1 17388:1 17396:4 17401:7 17417:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17596:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:1 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:3 17908:1 17912:1 17921:1 17925:1 17932:1 17936:2 17942:1 17967:1 17973:1 17975:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:4 18035:1 18038:5 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:4 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:1 18360:1 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18488:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:2 18804:1 18808:1 18809:1 18828:1 18832:1 18847:2 18863:1 18864:1 18866:1 18869:5 18871:1 18873:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18941:1 18973:1 18974:1 18975:5 18986:1 18993:3 19004:8 19028:3 19046:1 19050:2 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19411:1 19417:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19607:1 19620:1 19634:2 19635:2 19640:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:1 19805:1 19823:1 19827:1 19832:1 19852:2 19876:1 19884:2 19893:1 19895:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20072:1 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20190:1 20196:1 20200:3 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20272:1 20274:1 20300:3 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20369:1 20401:1 20420:1 20428:1 20432:1 20435:4 20439:1 20476:1 20482:1 20492:1 20510:1 20579:4 20582:1 20585:8 20594:1 20597:2 20607:2 20608:1 20609:1 20622:1 20625:1 20627:1 20628:2 20639:1 20653:1 20656:1 20672:1 20703:2 20705:1 20713:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:1 20835:1 20842:2 20884:2 20885:2 20892:1 20929:1 20933:3 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21215:1 21217:2 21234:1 21237:6 21263:2 21268:1 21270:1 21296:1 21301:1 21379:2 21396:2 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:2 21610:2 21611:1 21616:3 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21738:1 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:18 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:10 21935:1 21939:2 21947:1 21951:2 21952:2 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:1 22123:1 22139:3 22153:1 22154:3 22168:1 22196:8 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22344:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22573:1 22581:1 22600:2 22613:1 22626:2 22627:1 22629:1 22631:2 22632:1 22644:1 22649:4 22652:3 22686:1 22725:1 22730:5 22735:1 22741:1 22745:2 22747:1 22763:1 22770:1 22783:1 22784:2 22842:1 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23024:1 23033:1 23055:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23347:1 23350:2 23351:3 23359:1 23361:1 23365:2 23380:1 23391:1 23433:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23531:1 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:4 23721:1 23734:1 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:3 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:1 23942:1 23945:2 23947:3 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:2
20 8:1 33:3 45:1 64:1 78:1 80:1 84:2 85:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:7 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:2 246:1 247:2 310:1 313:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:1 490:1 493:1 495:3 504:2 523:1 530:2 555:3 561:1 573:1 577:1 616:1 647:2 648:1 677:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 798:1 804:1 806:28 809:3 835:1 843:1 849:1 864:1 882:1 916:1 925:1 943:1 950:1 953:1 963:1 980:1 981:3 985:1 1000:2 1003:1 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1180:1 1183:1 1194:1 1201:1 1208:1 1211:1 1213:6 1214:1 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1393:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1521:2 1532:1 1552:1 1554:1 1564:1 1567:3 1572:1 1586:1 1603:1 1615:3 1618:1 1634:2 1640:1 1645:1 1648:3 1650:1 1652:1 1653:5 1658:4 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1717:1 1721:1 1732:1 1737:1 1744:3 1746:3 1749:2 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1838:1 1841:1 1842:2 1844:1 1848:1 1850:1 1852:5 1863:1 1870:1 1882:1 1883:1 1903:1 1913:1 1915:1 1924:1 1926:1 1928:1 1929:1 1932:1 1933:4 1942:1 1956:4 1968:4 1980:2 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:3 2024:2 2025:2 2027:1 2030:1 2033:3 2034:1 2038:1 2040:1 2043:4 2045:1 2048:1 2049:5 2050:1 2054:1 2069:1 2071:1 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2182:1 2195:1 2212:1 2240:1 2251:2 2303:1 2323:1 2329:2 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:4 2405:2 2426:4 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:13 2523:2 2529:7 2531:1 2541:2 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2704:1 2721:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:2 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2950:1 2956:2 2963:1 2974:2 2994:2 2998:5 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3195:1 3197:2 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:3 3419:5 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:5 3528:1 3530:1 3536:1 3538:2 3539:3 3540:2 3541:1 3544:1 3558:1 3561:1 3562:2 3566:2 3580:1 3586:1 3598:1 3603:1 3609:2 3612:1 3614:2 3615:4 3617:1 3621:1 3625:2 3630:1 3631:2 3632:1 3636:3 3641:2 3646:3 3650:2 3652:1 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:1 3729:1 3733:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4038:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4147:1 4171:1 4178:2 4185:1 4189:2 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:2 4278:1 4280:1 4288:1 4310:2 4326:1 4344:1 4353:1 4373:1 4374:1 4378:2 4383:1 4404:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4600:1 4604:1 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:3 4702:1 4707:9 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4753:3 4756:1 4758:1 4769:9 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4875:1 4880:1 4911:1 4912:1 4914:1 4935:1 4938:1 4942:2 4950:1 4955:1 4959:1 4962:1 4970:1 4972:1 4977:4 4990:3 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:2 5337:1 5339:1 5341:1 5359:1 5379:3 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5515:1 5518:1 5519:1 5530:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5691:1 5749:2 5758:1 5764:1 5804:3 5815:1 5830:2 5846:2 5847:1 5849:2 5854:1 5883:7 5885:1 5887:1 5890:1 5894:2 5899:1 5904:5 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:2 6037:3 6040:1 6043:1 6064:1 6098:1 6106:5 6109:1 6112:1 6144:1 6147:6 6149:1 6207:1 6220:2 6232:1 6256:1 6265:1 6280:6 6299:1 6309:2 6310:1 6335:1 6338:1 6348:2179 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6429:1 6432:2 6435:1 6452:1 6473:1 6477:1 6478:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6637:1 6645:1 6658:1 6674:1 6687:1 6699:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:2 6843:1 6864:2 6880:1 6883:1 6891:1 6892:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6966:1 6981:1 7023:2 7050:2 7059:1 7063:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:1 7253:1 7254:13 7261:1 7279:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7396:1 7432:4 7460:1 7471:2 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:2 7723:1 7733:2 7734:1 7758:14 7769:1 7776:1 7778:1 7789:1 7790:2 7814:1 7821:1 7844:1 7845:5 7867:1 7868:1 7870:3 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:1 7994:1 7996:1 8000:1 8003:1 8004:2 8006:3 8009:3 8012:1 8013:1 8020:1 8049:2 8066:1 8068:1 8118:1 8119:1 8122:1 8142:1 8163:1 8175:1 8180:1 8191:1 8202:1 8209:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8376:1 8385:2 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8436:1 8440:1 8446:1 8461:2 8462:1 8467:3 8474:1 8480:1 8491:1 8512:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8741:1 8752:1 8766:8 8768:1 8773:2 8776:1 8778:1 8784:4 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8898:2 8901:4 8924:2 8933:2 8971:1 8974:1 8987:1 8991:1 8992:2 8997:2 9012:1 9020:7 9025:2 9030:3 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9140:3 9176:3 9209:1 9223:1 9228:1 9239:1 9269:2 9278:1 9288:1 9291:1 9310:1 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:3 9499:2 9502:1 9521:1 9545:1 9549:5 9552:5 9554:4 9556:2 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9740:3 9746:1 9774:1 9794:2 9807:1 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9967:1 9969:1 9976:1 9995:1 9996:3 9997:1 10002:1 10016:3 10021:1 10029:1 10031:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10135:1 10146:3 10148:1 10153:4 10171:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10317:1 10323:1 10324:1 10327:4 10329:1 10330:3 10336:2 10338:4 10341:2 10343:4 10349:1 10379:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:1 10621:2 10681:1 10686:1 10687:1 10749:1 10756:1 10778:5 10791:1 10809:2 10827:1 10834:3 10844:1 10850:2 10854:1 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10967:1 10971:1 10984:1 10987:1 10996:2 10998:1 10999:1 11000:4 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:2 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:2 11248:2 11258:2 11297:1 11323:1 11327:1 11340:2 11347:2 11350:1 11355:1 11370:2 11372:3 11396:1 11406:1 11416:1 11419:3 11437:1 11439:1 11440:2 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:2 11726:2 11728:1 11729:6 11732:1 11738:1 11745:2 11753:1 11762:1 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11880:2 11889:1 11894:1 11895:1 11926:1 11947:1 11948:3 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12072:1 12081:1 12083:1 12093:2 12113:1 12124:2 12134:1 12142:1 12150:1 12175:1 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12265:1 12267:1 12279:1 12281:1 12282:1 12287:2 12292:2 12300:1 12301:1 12305:1 12314:2 12316:1 12339:1 12347:1 12355:2 12366:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:4 12600:9 12601:1 12614:1 12622:2 12627:1 12628:1 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12696:30 12722:1 12731:5 12732:11 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 12994:1 13004:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:2 13163:3 13171:3 13175:1 13193:1 13219:1 13235:2 13248:1 13298:1 13330:1 13339:1 13344:1 13347:1 13359:1 13363:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:27 13485:4 13501:1 13514:1 13526:2 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:4 13836:1 13848:2 13852:1 13856:1 13857:1 13876:3 13878:1 13890:1 13897:2 13899:1 13905:2 13916:2 13924:4 13935:1 13939:1 13940:1 13949:2 13963:1 13985:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:2 14057:3 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:4 14185:1 14186:1 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14286:5 14289:1 14292:2 14306:2 14308:2 14341:1 14388:1 14398:3 14417:2 14425:1 14437:1 14438:2 14453:1 14467:1 14470:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14630:2 14631:2 14635:1 14650:1 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:3 14719:1 14750:1 14754:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:1 14849:1 14851:1 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14950:1 14961:1 15005:1 15007:8 15014:1 15028:1 15071:1 15087:1 15132:1 15144:2 15154:1 15183:1 15210:2 15220:1 15225:1 15232:1 15241:1 15252:1 15270:2 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15411:1 15415:1 15417:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15530:1 15536:1 15542:2 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15621:1 15627:1 15630:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15727:1 15739:1 15743:1 15781:1 15802:4 15807:1 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:4 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:9 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16111:1 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16349:1 16363:1 16381:1 16385:2 16391:2 16406:2 16416:1 16427:2 16444:1 16449:2 16456:1 16459:1 16470:2 16477:6 16544:1 16569:1 16596:2 16599:1 16609:6 16613:1 16614:2 16626:1 16630:1 16632:1 16639:1 16658:1 16661:1 16667:1 16686:1 16729:2 16730:1 16732:2 16740:2 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16901:3 16983:1 17010:4 17013:2 17020:1 17045:1 17051:1 17102:2 17106:5 17119:2 17125:1 17138:1 17150:1 17156:3 17159:1 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17201:1 17202:1 17210:2 17213:2 17226:2 17230:1 17233:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:3 17302:2 17343:1 17366:3 17370:1 17375:1 17381:1 17384:1 17388:1 17396:4 17401:7 17417:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17596:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:2 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:3 17908:1 17912:1 17921:1 17925:1 17932:1 17936:2 17942:1 17967:1 17973:1 17975:1 17976:1 17981:1 17984:1 18014:1 18023:1 18032:5 18035:1 18038:5 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18291:1 18293:1 18303:4 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:1 18360:1 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18488:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:5 18803:3 18804:1 18808:1 18809:1 18828:1 18832:1 18847:2 18863:1 18864:1 18866:1 18869:6 18871:1 18873:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18941:1 18973:1 18974:1 18975:5 18986:1 18993:3 19004:8 19028:3 19046:1 19050:2 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19411:1 19417:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:3 19495:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19607:1 19620:1 19634:2 19635:2 19640:1 19641:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:2 19805:1 19823:1 19827:1 19832:1 19852:2 19876:1 19884:3 19893:1 19895:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20072:2 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20186:1 20190:1 20196:1 20200:3 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20272:1 20274:1 20300:3 20303:1 20326:1 20337:1 20339:1 20342:1 20348:2 20350:4 20369:1 20401:1 20420:1 20428:1 20432:1 20435:5 20439:1 20476:1 20482:1 20492:1 20510:1 20579:4 20582:1 20585:8 20594:1 20597:2 20607:2 20608:1 20609:2 20622:1 20625:1 20627:1 20628:2 20639:1 20653:1 20656:1 20672:1 20692:1 20703:2 20705:1 20713:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:2 20835:1 20842:2 20884:2 20885:2 20892:1 20929:1 20933:3 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21215:1 21217:2 21234:1 21237:6 21263:2 21268:1 21270:2 21296:1 21301:1 21379:2 21396:2 21422:1 21440:1 21445:1 21447:3 21454:2 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:2 21610:2 21611:1 21616:3 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21732:4 21738:1 21771:1 21777:1 21817:1 21832:1 21836:1 21839:1 21852:3 21857:18 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:10 21925:1 21935:1 21939:2 21947:1 21951:2 21952:2 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:1 22123:1 22139:3 22153:1 22154:3 22168:1 22196:8 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22343:1 22344:1 22354:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22573:1 22581:1 22600:2 22613:1 22626:2 22627:1 22629:1 22631:2 22632:1 22644:1 22649:4 22652:3 22686:1 22725:1 22730:5 22735:1 22741:1 22745:2 22747:1 22763:1 22770:1 22783:1 22784:2 22842:1 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23024:1 23033:1 23055:1 23061:1 23071:1 23073:2 23113:1 23116:2 23117:1 23125:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23347:1 23350:2 23351:3 23359:1 23361:1 23365:2 23380:1 23383:1 23391:1 23433:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23531:2 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:5 23721:1 23734:1 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:3 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:1 23942:1 23945:2 23947:3 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:2
20 8:1 33:3 45:1 64:1 78:1 80:1 84:2 85:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:7 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:2 246:1 247:2 310:1 313:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:2 490:1 493:1 495:3 504:2 523:1 530:2 555:3 561:1 573:1 577:1 580:1 616:1 647:2 648:1 675:1 677:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 789:1 798:1 804:1 806:28 809:3 835:1 843:1 849:1 864:1 882:1 916:1 919:1 925:1 943:1 950:1 953:1 963:1 980:1 981:3 985:1 1000:2 1003:1 1005:1 1036:2 1054:1 1056:2 1084:1 1097:2 1099:1 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1180:1 1183:1 1194:1 1201:2 1208:1 1211:1 1213:6 1214:1 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1392:1 1393:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1521:2 1532:1 1552:1 1554:1 1564:1 1567:3 1572:1 1586:1 1603:1 1615:3 1618:1 1634:2 1640:1 1645:1 1648:3 1650:1 1652:1 1653:5 1658:4 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1717:1 1721:1 1732:1 1737:1 1744:3 1746:3 1749:2 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1810:1 1838:1 1841:1 1842:2 1844:1 1848:1 1850:1 1852:6 1863:1 1870:1 1882:1 1883:1 1903:1 1913:1 1915:1 1924:1 1926:1 1928:1 1929:1 1932:1 1933:4 1942:1 1956:4 1968:4 1980:2 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:3 2024:2 2025:2 2027:1 2030:1 2033:3 2034:1 2038:1 2040:1 2043:4 2045:1 2048:1 2049:5 2050:1 2054:1 2068:1 2069:1 2071:1 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2182:1 2195:1 2212:1 2240:1 2251:2 2303:1 2323:1 2329:2 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:4 2405:3 2426:4 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:13 2523:2 2529:7 2531:1 2541:2 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2704:1 2721:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:2 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2950:2 2956:2 2963:1 2974:2 2994:2 2998:5 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3195:1 3197:2 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:3 3419:5 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:5 3528:1 3530:1 3536:1 3538:2 3539:3 3540:2 3541:1 3544:1 3553:1 3558:1 3561:1 3562:2 3566:2 3580:1 3586:1 3598:1 3603:1 3607:1 3609:2 3612:1 3614:2 3615:4 3617:1 3621:1 3625:2 3630:1 3631:2 3632:1 3636:3 3641:2 3646:3 3650:2 3652:1 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:1 3729:1 3733:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4038:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4147:1 4171:1 4178:2 4185:1 4189:2 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:2 4278:1 4280:1 4288:1 4310:3 4326:1 4344:1 4353:1 4373:1 4374:1 4378:2 4383:1 4404:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4520:2 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4600:1 4604:2 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:3 4702:1 4707:9 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4753:3 4756:1 4758:1 4769:9 4794:1 4799:2 4807:1 4842:3 4846:1 4851:2 4872:1 4875:1 4880:1 4911:1 4912:2 4914:1 4935:1 4938:1 4942:2 4950:1 4955:1 4959:1 4962:1 4970:1 4972:1 4977:4 4990:3 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:1 5212:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:2 5337:1 5339:1 5341:1 5359:1 5379:3 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5515:1 5518:1 5519:1 5530:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5691:1 5749:2 5758:1 5764:2 5804:3 5815:1 5830:2 5846:2 5847:1 5849:2 5854:1 5868:1 5883:7 5885:1 5887:1 5890:1 5894:2 5899:1 5904:6 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:2 6026:2 6028:1 6036:2 6037:4 6040:1 6043:1 6064:1 6086:1 6098:1 6106:6 6109:1 6112:1 6125:1 6144:1 6147:6 6149:1 6207:1 6220:2 6232:1 6256:1 6265:1 6280:6 6299:1 6309:2 6310:2 6335:1 6338:1 6348:2260 6350:1 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6424:1 6429:1 6432:2 6435:1 6452:1 6464:1 6473:1 6477:1 6478:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6620:1 6637:1 6645:1 6658:1 6674:1 6687:1 6699:1 6726:1 6727:1 6738:4 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:2 6843:1 6864:2 6880:1 6883:1 6891:1 6892:1 6894:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6966:1 6981:1 7013:1 7023:2 7050:2 7059:1 7063:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:2 7253:1 7254:13 7261:1 7279:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7392:1 7396:1 7432:4 7460:1 7461:1 7471:2 7472:1 7481:2 7503:1 7510:1 7561:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:2 7723:1 7733:2 7734:1 7758:14 7761:1 7769:1 7776:1 7778:1 7789:1 7790:2 7814:1 7821:1 7844:1 7845:5 7867:1 7868:1 7870:3 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:1 7994:1 7996:1 8000:1 8003:2 8004:2 8006:3 8009:3 8012:1 8013:1 8020:1 8049:2 8066:1 8068:1 8118:1 8119:1 8122:1 8142:1 8163:1 8175:1 8180:1 8191:1 8202:1 8209:1 8228:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8376:1 8385:2 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8436:1 8440:1 8446:1 8461:2 8462:1 8467:3 8474:1 8480:1 8491:1 8512:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8741:1 8752:1 8766:8 8768:1 8773:3 8776:1 8778:1 8784:4 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8884:1 8898:2 8901:5 8924:2 8933:2 8971:1 8974:1 8987:1 8991:1 8992:2 8997:2 9012:1 9020:7 9025:2 9030:3 9052:1 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9135:1 9140:3 9176:3 9209:1 9223:1 9228:1 9239:1 9269:2 9278:1 9288:1 9291:1 9310:1 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:3 9499:2 9502:1 9521:1 9545:1 9549:6 9552:5 9554:4 9556:2 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9740:3 9746:1 9774:1 9794:2 9807:1 9812:1 9816:2 9824:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9967:1 9969:1 9976:1 9995:1 9996:3 9997:1 10002:1 10016:3 10021:1 10029:1 10031:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10121:1 10135:1 10146:3 10148:1 10153:4 10171:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10317:1 10323:1 10324:1 10327:4 10329:2 10330:3 10336:2 10338:5 10341:2 10343:4 10349:1 10379:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10472:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:1 10621:2 10681:1 10686:1 10687:1 10749:1 10756:1 10778:5 10791:1 10809:2 10827:1 10834:3 10844:1 10850:2 10854:1 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10967:1 10971:1 10980:1 10984:1 10987:1 10996:2 10998:1 10999:1 11000:4 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:3 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:2 11248:2 11252:1 11258:2 11297:1 11323:1 11327:1 11340:2 11347:2 11350:1 11355:1 11370:3 11372:3 11376:1 11396:1 11406:1 11416:1 11419:3 11437:1 11439:1 11440:2 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11646:1 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:2 11726:2 11728:1 11729:6 11732:1 11738:1 11745:2 11746:1 11753:1 11762:2 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11880:2 11889:1 11894:1 11895:1 11926:1 11947:1 11948:3 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12072:1 12076:1 12081:1 12083:1 12093:2 12113:1 12124:3 12134:1 12142:1 12150:1 12175:2 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12265:1 12267:1 12279:1 12281:1 12282:1 12287:2 12292:2 12300:1 12301:1 12305:1 12314:2 12316:1 12339:1 12347:1 12355:2 12366:1 12375:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12475:1 12485:1 12501:1 12507:1 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:4 12600:9 12601:1 12614:1 12622:3 12627:1 12628:2 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12696:32 12722:1 12731:5 12732:11 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 12994:1 13004:1 13005:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:2 13163:3 13171:3 13175:1 13193:1 13219:1 13235:2 13248:1 13282:1 13298:1 13305:1 13330:1 13339:1 13344:1 13347:1 13359:1 13363:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:27 13485:4 13501:1 13514:1 13526:3 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:5 13836:1 13848:2 13852:1 13856:1 13857:1 13876:3 13878:1 13890:1 13897:2 13899:1 13905:3 13916:3 13924:4 13935:1 13939:1 13940:1 13949:2 13963:1 13985:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:3 14057:3 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:1 14162:4 14164:1 14166:1 14172:2 14184:4 14185:1 14186:1 14190:2 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14286:6 14289:1 14292:3 14306:2 14308:2 14341:1 14388:1 14398:3 14417:3 14425:1 14437:1 14438:2 14453:1 14467:1 14470:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14630:3 14631:2 14635:1 14650:1 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:4 14719:1 14750:1 14754:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:1 14849:1 14851:1 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14950:1 14961:1 14995:1 15005:1 15007:8 15014:1 15028:1 15071:1 15087:1 15118:1 15132:1 15144:2 15154:1 15183:1 15210:2 15220:1 15225:1 15232:1 15241:1 15252:1 15270:2 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15411:1 15415:1 15417:1 15426:1 15434:1 15436:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15530:1 15536:1 15542:3 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15621:1 15627:1 15630:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15725:1 15727:1 15739:1 15743:1 15781:1 15802:4 15807:1 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:4 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:1 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:9 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16111:1 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16349:1 16359:1 16363:1 16381:1 16385:2 16391:2 16406:2 16416:1 16427:2 16444:1 16449:3 16456:1 16459:1 16470:2 16477:6 16544:1 16569:1 16579:1 16596:2 16599:1 16609:6 16613:1 16614:2 16626:1 16630:1 16632:1 16639:1 16658:1 16661:1 16667:1 16686:1 16729:2 16730:1 16732:2 16740:2 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16901:3 16983:1 17010:4 17013:2 17020:1 17045:1 17051:1 17102:2 17106:6 17108:1 17119:2 17125:1 17138:1 17150:1 17156:3 17159:2 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17201:1 17202:1 17210:2 17213:2 17226:2 17230:1 17233:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:3 17302:2 17343:1 17366:3 17370:1 17375:1 17377:1 17381:1 17384:1 17388:1 17396:4 17401:8 17417:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17577:4 17586:1 17596:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:3 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:3 17908:2 17912:1 17921:1 17925:1 17932:1 17936:3 17942:1 17967:1 17973:1 17975:2 17976:1 17981:1 17984:1 18014:1 18023:1 18032:5 18035:1 18038:5 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18279:1 18291:1 18293:1 18303:4 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:1 18360:1 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18488:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18672:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:6 18803:3 18804:1 18808:1 18809:1 18828:1 18832:1 18847:2 18863:1 18864:1 18866:1 18869:6 18871:1 18873:1 18877:1 18882:1 18887:1 18896:2 18904:1 18918:2 18938:1 18941:1 18973:1 18974:1 18975:5 18986:1 18993:3 19004:8 19028:3 19046:1 19050:2 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:1 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19335:2 19340:3 19341:1 19344:4 19377:2 19393:1 19398:1 19411:1 19417:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:4 19495:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19607:1 19620:1 19634:2 19635:2 19640:1 19641:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:2 19805:1 19823:1 19827:1 19832:1 19852:2 19857:1 19862:1 19876:1 19884:3 19893:1 19895:1 19921:1 20004:1 20010:1 20015:1 20020:1 20039:1 20065:1 20072:2 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20186:2 20190:1 20196:1 20200:3 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20272:1 20274:1 20300:3 20303:1 20326:1 20336:1 20337:1 20339:1 20342:1 20348:2 20350:4 20359:1 20369:1 20401:1 20420:1 20428:1 20432:1 20435:6 20439:1 20476:1 20482:1 20492:1 20510:1 20579:4 20582:1 20585:8 20594:1 20597:2 20607:2 20608:1 20609:2 20622:1 20625:1 20627:1 20628:2 20631:1 20639:1 20653:1 20656:1 20672:1 20692:1 20703:2 20705:1 20713:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20763:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:2 20835:1 20842:2 20884:2 20885:2 20892:1 20929:1 20933:3 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21215:1 21217:2 21227:2 21234:1 21237:6 21263:2 21268:1 21270:2 21296:1 21301:1 21347:1 21379:2 21396:2 21422:1 21440:1 21445:1 21447:3 21454:3 21473:2 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:2 21610:2 21611:1 21616:3 21632:1 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21716:1 21726:1 21732:4 21738:1 21758:1 21771:1 21777:1 21786:1 21817:1 21832:1 21836:1 21839:1 21843:1 21852:3 21857:18 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:10 21925:1 21935:1 21939:2 21947:1 21951:2 21952:2 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:1 22123:1 22139:3 22153:1 22154:3 22168:1 22196:8 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22343:1 22344:1 22354:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22573:1 22581:1 22600:2 22613:1 22626:2 22627:1 22629:1 22631:3 22632:1 22644:1 22649:4 22652:3 22686:1 22725:1 22730:5 22734:1 22735:1 22741:1 22745:2 22747:1 22763:1 22770:1 22783:1 22784:2 22842:1 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23024:1 23033:1 23055:1 23061:1 23071:1 23073:2 23101:1 23113:1 23116:2 23117:1 23125:1 23135:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23347:1 23350:2 23351:3 23359:1 23361:2 23365:2 23380:1 23383:1 23391:1 23403:1 23433:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23531:2 23580:4 23598:1 23616:1 23629:1 23634:1 23636:1 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:5 23721:1 23734:1 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:4 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:1 23942:1 23945:2 23947:4 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:2
20 8:1 33:3 45:1 64:1 78:1 80:1 84:2 85:1 86:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:7 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:2 246:1 247:2 310:1 313:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:2 490:1 493:1 495:3 504:2 523:1 530:2 555:3 561:1 573:1 577:1 580:1 583:1 585:1 616:1 647:2 648:1 675:1 677:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 789:1 798:1 804:1 806:29 809:3 835:1 843:2 849:1 864:1 882:1 904:1 916:1 919:1 925:1 943:1 950:1 953:1 961:1 963:1 980:1 981:3 985:1 1000:2 1003:1 1005:1 1036:2 1054:1 1056:2 1059:1 1084:1 1097:2 1099:1 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1174:1 1180:1 1183:1 1194:1 1201:2 1208:1 1211:1 1213:6 1214:1 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1358:1 1360:1 1363:1 1392:1 1393:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1521:2 1532:1 1552:1 1554:1 1564:1 1567:4 1572:1 1586:1 1603:1 1615:3 1618:1 1634:3 1640:1 1645:1 1648:3 1650:1 1652:1 1653:5 1658:4 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1717:1 1721:1 1732:1 1737:1 1744:3 1746:3 1749:2 1752:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1810:1 1838:1 1841:1 1842:2 1844:1 1848:1 1850:1 1852:6 1863:1 1870:1 1882:1 1883:1 1903:1 1913:1 1915:1 1924:1 1926:1 1928:1 1929:1 1932:1 1933:4 1942:1 1956:4 1968:4 1980:2 1986:1 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:3 2024:2 2025:2 2027:1 2030:1 2033:3 2034:1 2038:1 2040:1 2043:4 2045:1 2048:1 2049:5 2050:1 2054:1 2058:1 2068:1 2069:1 2071:1 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2182:1 2195:1 2212:1 2240:1 2251:2 2303:1 2317:1 2323:1 2329:2 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:4 2405:3 2426:4 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:14 2523:2 2529:7 2531:1 2541:2 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2669:2 2679:1 2683:1 2704:1 2721:1 2729:1 2730:1 2753:1 2756:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:2 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2950:2 2956:2 2963:1 2974:2 2994:2 2998:5 3000:1 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3195:1 3197:2 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:3 3419:5 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:5 3528:1 3530:1 3536:1 3538:2 3539:3 3540:2 3541:1 3544:1 3553:1 3558:1 3561:1 3562:2 3564:1 3566:2 3580:1 3586:1 3598:1 3603:1 3607:1 3609:2 3612:1 3614:2 3615:4 3617:1 3621:1 3625:2 3630:1 3631:2 3632:1 3636:3 3641:2 3646:3 3650:2 3652:1 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:1 3729:1 3733:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3805:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4038:1 4044:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4147:1 4171:1 4178:2 4185:1 4189:2 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:2 4278:1 4280:1 4288:1 4310:3 4326:1 4344:1 4353:1 4373:1 4374:1 4378:2 4383:1 4404:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4445:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4520:2 4525:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4600:1 4604:2 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:3 4698:1 4702:1 4707:9 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4752:1 4753:3 4756:1 4758:1 4769:9 4794:1 4799:2 4807:1 4841:1 4842:3 4846:1 4851:2 4872:1 4875:1 4876:1 4880:1 4911:1 4912:2 4914:1 4935:1 4938:1 4942:2 4950:1 4955:1 4959:1 4962:1 4970:1 4972:1 4977:4 4990:3 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:1 5212:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:2 5337:1 5339:1 5341:1 5359:1 5379:3 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5507:1 5515:1 5518:1 5519:1 5530:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5691:1 5695:1 5730:1 5749:2 5758:1 5764:2 5804:3 5815:1 5830:3 5846:2 5847:1 5849:2 5854:1 5868:2 5883:7 5885:1 5887:1 5890:1 5894:2 5899:1 5904:6 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:3 6026:2 6028:1 6036:2 6037:4 6040:1 6043:1 6048:1 6064:1 6086:1 6098:1 6106:6 6109:1 6112:1 6125:1 6144:1 6147:6 6149:1 6207:1 6217:1 6220:2 6232:1 6256:1 6265:1 6280:6 6299:1 6309:2 6310:2 6335:1 6338:1 6348:2286 6350:1 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6424:1 6429:1 6432:2 6435:1 6452:1 6464:1 6473:1 6477:1 6478:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6620:1 6637:1 6645:1 6658:1 6674:1 6687:1 6699:1 6726:1 6727:1 6738:5 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:2 6843:1 6864:2 6880:1 6883:1 6891:1 6892:1 6894:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6966:1 6981:1 7013:1 7023:2 7050:2 7057:1 7059:1 7063:1 7107:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:2 7253:1 7254:13 7261:1 7279:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7392:1 7396:1 7432:4 7460:1 7461:1 7471:2 7472:1 7481:2 7503:1 7510:1 7561:1 7563:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:2 7723:1 7728:1 7733:2 7734:1 7758:14 7761:1 7769:1 7776:1 7778:1 7789:1 7790:2 7814:1 7821:1 7844:1 7845:5 7867:1 7868:1 7870:3 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:1 7994:1 7996:1 8000:1 8003:2 8004:2 8006:4 8009:3 8012:1 8013:1 8020:1 8037:1 8049:2 8066:1 8068:1 8118:1 8119:1 8122:1 8142:1 8163:1 8175:1 8180:1 8191:1 8202:1 8209:1 8228:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8376:1 8385:2 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8430:1 8436:1 8440:1 8446:1 8461:2 8462:1 8467:3 8474:1 8480:1 8491:1 8512:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8741:1 8752:1 8766:9 8768:1 8773:3 8776:1 8778:1 8784:4 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8884:1 8897:2 8898:2 8901:5 8924:2 8933:2 8949:1 8971:1 8974:1 8987:1 8991:1 8992:2 8997:2 9012:1 9020:7 9025:2 9030:3 9052:1 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9135:1 9140:3 9144:1 9176:3 9209:1 9223:1 9228:1 9239:1 9269:2 9278:1 9288:1 9291:1 9292:1 9310:1 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:3 9499:2 9502:1 9521:1 9545:1 9549:6 9552:5 9554:4 9556:3 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9740:5 9746:1 9774:1 9794:2 9807:1 9809:1 9812:1 9816:2 9824:1 9848:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9967:1 9969:1 9976:1 9995:1 9996:3 9997:1 10002:1 10016:3 10021:1 10029:1 10031:1 10038:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10117:1 10121:1 10135:1 10146:3 10148:1 10153:4 10171:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10317:1 10323:1 10324:1 10327:4 10329:2 10330:3 10336:2 10338:5 10341:2 10343:4 10349:1 10379:1 10384:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10472:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:1 10621:2 10681:1 10686:1 10687:1 10717:1 10749:1 10756:1 10778:5 10791:1 10809:2 10827:1 10834:3 10844:1 10850:2 10854:1 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10967:1 10971:1 10980:1 10984:1 10987:1 10996:2 10997:1 10998:1 10999:1 11000:4 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:3 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:2 11248:2 11252:1 11258:2 11297:1 11323:1 11327:1 11340:2 11347:2 11350:1 11355:1 11370:3 11372:3 11376:1 11396:1 11406:1 11416:1 11419:3 11427:1 11437:1 11439:1 11440:2 11442:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11646:2 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:3 11726:2 11728:1 11729:9 11732:1 11738:1 11745:2 11746:1 11753:1 11762:2 11768:1 11771:1 11777:1 11816:2 11822:1 11866:1 11880:2 11889:1 11894:1 11895:1 11926:1 11947:1 11948:3 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12072:1 12076:1 12081:1 12083:1 12093:2 12113:1 12124:3 12134:1 12142:1 12150:1 12175:2 12178:1 12187:2 12196:1 12197:4 12199:3 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12265:1 12267:1 12279:1 12281:1 12282:1 12287:2 12292:2 12300:1 12301:1 12304:2 12305:1 12314:2 12316:1 12339:1 12347:1 12355:2 12366:1 12375:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12474:1 12475:1 12481:1 12485:1 12501:1 12507:2 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:4 12600:10 12601:1 12614:1 12622:3 12627:1 12628:2 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12696:32 12722:1 12731:5 12732:11 12737:1 12746:1 12782:1 12783:1 12787:1 12801:2 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 12994:1 13004:1 13005:1 13019:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:2 13163:3 13171:3 13175:1 13193:1 13219:1 13235:2 13248:1 13282:1 13298:1 13305:1 13330:1 13339:1 13344:1 13347:1 13359:1 13363:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:27 13485:4 13501:1 13514:1 13526:3 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13671:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:5 13836:1 13848:2 13852:1 13856:1 13857:1 13876:3 13878:1 13889:1 13890:1 13897:2 13899:1 13905:3 13916:3 13924:4 13935:1 13939:1 13940:1 13949:2 13963:1 13971:1 13985:1 13993:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:3 14057:3 14066:1 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:2 14162:4 14164:1 14166:1 14172:2 14184:4 14185:1 14186:1 14190:2 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14286:6 14289:1 14292:3 14296:1 14306:2 14308:2 14317:1 14341:1 14388:1 14398:3 14417:3 14425:1 14437:1 14438:2 14453:1 14467:1 14470:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:1 14630:3 14631:2 14635:1 14650:2 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:4 14719:1 14750:1 14754:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:2 14849:1 14851:1 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14950:1 14961:1 14995:1 15005:1 15007:8 15014:1 15028:1 15054:1 15071:1 15087:1 15118:1 15132:1 15144:2 15154:1 15183:1 15210:2 15220:1 15225:1 15232:1 15241:1 15252:1 15256:1 15270:2 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15411:1 15415:1 15417:1 15426:1 15434:1 15436:1 15443:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:2 15513:1 15521:1 15522:1 15530:1 15536:1 15542:3 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15621:1 15627:1 15630:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15725:1 15727:1 15739:1 15743:1 15781:1 15802:4 15807:1 15811:1 15821:3 15824:1 15826:2 15828:1 15829:1 15832:4 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:2 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:11 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16111:1 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16349:1 16359:1 16363:1 16381:1 16385:2 16391:2 16403:1 16406:2 16416:1 16427:2 16444:1 16449:3 16456:1 16457:1 16459:1 16470:2 16477:6 16544:1 16569:1 16579:1 16596:2 16599:1 16609:6 16613:1 16614:2 16626:1 16630:1 16632:1 16639:1 16658:1 16661:1 16667:1 16686:1 16729:2 16730:1 16732:2 16740:2 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16901:3 16983:1 17010:4 17013:3 17020:1 17045:1 17051:1 17102:3 17106:7 17108:1 17119:2 17125:1 17138:1 17150:1 17156:3 17159:3 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17201:1 17202:1 17210:2 17213:2 17226:2 17230:1 17233:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:3 17302:2 17343:1 17366:3 17370:1 17375:1 17377:1 17381:1 17384:1 17388:1 17396:4 17401:8 17417:1 17455:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17510:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17575:1 17577:4 17586:1 17596:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:3 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:3 17908:2 17912:1 17921:1 17925:1 17932:1 17936:3 17942:1 17967:1 17973:1 17975:2 17976:1 17981:1 17984:1 18014:1 18023:1 18032:5 18035:1 18038:5 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18279:1 18291:1 18293:1 18303:4 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:1 18360:1 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18488:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18563:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18672:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:7 18803:3 18804:1 18808:1 18809:1 18828:1 18832:1 18847:2 18863:1 18864:1 18866:1 18869:6 18871:1 18873:1 18875:1 18877:1 18882:1 18887:1 18890:1 18896:2 18904:1 18918:2 18932:1 18938:1 18941:1 18958:1 18973:1 18974:1 18975:5 18986:1 18993:3 19004:8 19028:3 19046:1 19050:2 19069:1 19078:2 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:2 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19332:1 19335:2 19340:3 19341:1 19344:4 19347:1 19377:2 19393:1 19398:1 19411:1 19417:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:4 19495:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19607:1 19620:1 19634:3 19635:3 19640:1 19641:1 19660:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:2 19805:1 19823:1 19827:1 19832:1 19852:2 19857:1 19862:1 19876:1 19884:3 19893:1 19895:1 19904:1 19921:1 20004:1 20010:1 20015:1 20020:1 20035:1 20039:1 20065:1 20072:2 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20186:2 20190:1 20196:1 20200:3 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20272:1 20274:1 20300:3 20303:1 20326:1 20336:1 20337:1 20339:1 20342:1 20348:2 20350:4 20359:1 20369:1 20401:1 20420:1 20428:1 20432:1 20435:6 20439:2 20441:1 20476:1 20482:1 20492:1 20510:1 20558:1 20579:4 20582:1 20585:8 20594:1 20597:2 20607:2 20608:2 20609:2 20622:1 20625:1 20627:1 20628:3 20631:1 20639:1 20653:1 20656:1 20672:1 20692:1 20703:2 20705:1 20713:1 20731:2 20733:1 20742:1 20743:1 20748:1 20758:1 20763:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:2 20835:1 20842:2 20884:2 20885:2 20892:1 20929:1 20933:3 20937:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21215:1 21217:2 21227:2 21234:1 21237:6 21263:2 21268:1 21270:2 21296:1 21301:1 21347:1 21379:2 21396:2 21422:1 21440:1 21445:1 21447:3 21454:3 21473:3 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:2 21610:2 21611:1 21616:3 21632:1 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21716:1 21726:1 21732:4 21738:1 21758:1 21771:1 21777:1 21786:1 21817:1 21832:1 21836:1 21839:1 21840:1 21843:1 21852:4 21857:19 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:12 21925:1 21935:1 21939:2 21947:1 21951:2 21952:2 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:1 22123:1 22139:3 22153:1 22154:3 22168:1 22196:9 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22343:1 22344:1 22354:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22509:1 22532:1 22553:2 22556:1 22573:1 22581:1 22600:2 22613:1 22626:2 22627:1 22629:1 22631:3 22632:1 22644:1 22649:4 22652:3 22686:1 22725:1 22730:5 22734:1 22735:1 22741:1 22745:2 22747:1 22763:1 22770:1 22783:1 22784:2 22842:1 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23024:1 23033:1 23055:1 23061:1 23071:1 23073:2 23101:1 23113:1 23116:2 23117:1 23125:1 23135:1 23146:1 23147:1 23149:1 23157:1 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23347:1 23350:2 23351:3 23359:1 23361:2 23365:2 23380:1 23383:1 23391:1 23403:1 23433:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23531:2 23580:4 23598:1 23616:1 23629:1 23634:1 23636:2 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:5 23721:1 23734:1 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:4 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:1 23942:1 23945:2 23947:4 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:3
20 8:1 33:3 45:1 64:1 78:1 80:1 84:2 85:1 86:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:7 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:2 246:1 247:2 310:1 313:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:2 490:1 493:1 495:3 504:2 523:1 529:1 530:2 555:3 561:1 573:1 577:1 580:1 583:1 585:1 616:1 621:1 647:2 648:1 675:1 677:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 789:1 798:1 804:1 806:30 809:3 835:1 843:2 849:1 864:1 882:1 904:1 916:1 919:1 925:1 943:1 950:1 953:1 961:1 963:1 980:1 981:3 985:1 1000:2 1003:1 1005:1 1036:2 1054:1 1056:2 1059:1 1084:1 1097:2 1099:1 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1174:1 1180:1 1183:1 1194:1 1201:2 1208:1 1211:1 1213:6 1214:1 1223:1 1224:1 1233:1 1267:1 1284:2 1287:1 1289:1 1358:1 1360:1 1363:1 1392:1 1393:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1515:1 1521:2 1532:1 1552:1 1554:1 1564:1 1567:4 1572:1 1586:1 1603:1 1615:3 1618:1 1634:3 1640:1 1645:1 1648:3 1650:1 1652:1 1653:5 1658:4 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1717:1 1721:1 1732:1 1737:1 1744:3 1746:3 1749:2 1752:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:2 1810:1 1838:1 1841:1 1842:2 1844:1 1848:1 1850:1 1852:6 1863:1 1870:1 1882:1 1883:1 1903:1 1913:1 1915:1 1924:1 1926:1 1928:1 1929:1 1932:1 1933:4 1942:1 1956:5 1968:4 1980:2 1986:1 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:3 2024:2 2025:2 2027:1 2030:1 2033:3 2034:1 2038:1 2040:1 2043:4 2045:1 2048:1 2049:5 2050:1 2054:1 2058:1 2068:1 2069:1 2071:1 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2182:1 2195:1 2212:1 2240:1 2251:2 2303:1 2317:1 2323:1 2329:2 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:4 2405:3 2426:4 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:14 2523:2 2529:7 2531:1 2541:2 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2648:1 2669:2 2679:1 2683:1 2704:1 2721:1 2729:1 2730:1 2753:1 2756:1 2763:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:2 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2948:1 2950:2 2956:2 2963:1 2974:2 2994:2 2998:5 3000:1 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3190:1 3195:1 3197:2 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:1 3378:2 3387:2 3388:3 3419:5 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:7 3528:1 3530:1 3536:1 3538:2 3539:3 3540:2 3541:1 3544:1 3551:1 3553:1 3558:1 3561:1 3562:2 3564:1 3566:2 3580:1 3586:1 3598:1 3603:1 3607:1 3609:2 3612:1 3614:2 3615:4 3617:1 3621:1 3625:2 3630:1 3631:2 3632:1 3636:3 3641:2 3646:3 3650:2 3652:1 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:2 3729:1 3733:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3805:1 3817:1 3822:1 3832:1 3860:1 3869:1 3876:1 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4027:1 4038:1 4044:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4147:1 4171:1 4178:2 4185:1 4189:2 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:2 4278:1 4280:1 4288:1 4310:3 4326:1 4344:1 4353:1 4373:1 4374:1 4378:2 4383:1 4404:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4445:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4520:2 4525:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4595:1 4600:1 4604:2 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:3 4698:1 4702:1 4707:9 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4752:1 4753:3 4756:1 4758:1 4769:9 4794:1 4799:3 4807:1 4841:1 4842:3 4846:1 4851:2 4862:1 4872:1 4875:1 4876:1 4880:1 4910:2 4911:1 4912:2 4914:1 4935:1 4938:1 4942:2 4950:1 4955:1 4959:1 4962:1 4970:1 4972:1 4977:4 4990:3 4991:1 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5116:2 5118:2 5125:1 5133:1 5139:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:1 5203:1 5212:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:2 5337:1 5339:1 5341:1 5359:1 5379:3 5381:1 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5507:1 5515:1 5518:1 5519:1 5530:1 5534:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5691:1 5695:1 5730:1 5749:2 5758:1 5764:2 5804:3 5815:1 5830:4 5846:2 5847:1 5849:2 5854:1 5868:2 5883:7 5885:1 5887:1 5890:1 5894:2 5899:1 5904:6 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:3 6026:2 6028:1 6036:2 6037:4 6040:1 6043:1 6048:1 6064:1 6086:1 6098:1 6106:6 6109:1 6112:1 6125:1 6144:1 6147:6 6149:1 6207:1 6217:1 6220:2 6232:1 6256:1 6265:1 6280:6 6299:1 6309:2 6310:2 6335:1 6338:1 6348:2351 6350:1 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6424:1 6429:1 6432:2 6435:1 6452:1 6464:1 6473:1 6477:1 6478:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6620:1 6637:1 6645:1 6658:1 6674:1 6687:1 6699:1 6706:1 6726:1 6727:1 6738:5 6749:1 6756:3 6758:1 6759:1 6760:2 6761:1 6783:2 6843:1 6864:2 6880:1 6883:1 6891:1 6892:1 6894:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6966:1 6981:1 7013:1 7023:2 7050:2 7057:1 7059:1 7063:1 7107:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:2 7253:1 7254:13 7261:1 7279:1 7321:1 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:1 7392:1 7396:1 7432:4 7460:1 7461:1 7471:2 7472:1 7481:2 7503:1 7510:1 7561:1 7563:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:4 7665:1 7668:1 7715:1 7717:2 7723:1 7728:1 7733:2 7734:1 7758:15 7761:1 7769:1 7776:1 7778:1 7789:1 7790:2 7814:1 7821:1 7844:1 7845:5 7867:1 7868:1 7870:3 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:1 7994:1 7996:1 8000:1 8003:2 8004:2 8006:4 8009:3 8012:1 8013:1 8020:1 8037:1 8049:2 8066:1 8068:1 8118:1 8119:1 8122:1 8125:1 8142:1 8163:1 8175:1 8180:2 8191:1 8202:1 8209:1 8228:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8376:1 8385:2 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8430:1 8436:1 8440:1 8446:1 8459:1 8461:2 8462:1 8467:3 8474:1 8480:1 8491:1 8512:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8738:1 8741:1 8752:1 8766:10 8768:1 8773:3 8776:1 8778:1 8784:4 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8884:1 8897:2 8898:2 8901:5 8924:2 8933:2 8949:1 8971:1 8974:1 8987:1 8991:1 8992:2 8997:2 9002:1 9012:1 9020:7 9025:2 9030:3 9052:1 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9135:1 9140:3 9144:1 9176:3 9209:1 9223:1 9228:1 9239:1 9269:2 9278:1 9287:1 9288:1 9291:1 9292:1 9310:1 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:3 9499:2 9502:1 9521:1 9545:1 9549:6 9552:5 9554:4 9556:3 9571:1 9578:1 9582:2 9583:2 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9729:1 9740:5 9746:1 9774:1 9794:2 9807:1 9809:1 9812:1 9816:2 9824:1 9848:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9967:1 9969:1 9976:1 9995:1 9996:3 9997:1 10002:1 10016:3 10021:1 10029:1 10031:1 10038:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10117:1 10121:1 10135:1 10146:3 10148:1 10153:4 10171:1 10177:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10317:1 10323:1 10324:1 10327:4 10329:2 10330:3 10336:2 10338:5 10341:2 10343:4 10349:1 10379:1 10384:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10472:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:1 10621:2 10681:1 10686:1 10687:1 10717:1 10749:1 10756:1 10778:5 10791:1 10809:2 10827:1 10834:3 10844:1 10850:2 10854:1 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10967:1 10971:1 10980:1 10984:1 10987:1 10996:2 10997:1 10998:1 10999:1 11000:4 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:3 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:2 11248:2 11252:1 11258:3 11297:1 11323:1 11327:1 11340:2 11347:2 11350:1 11355:1 11370:3 11372:3 11376:1 11396:1 11398:1 11406:1 11416:1 11419:3 11427:1 11437:1 11439:1 11440:2 11442:1 11450:1 11452:1 11453:1 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11646:2 11659:1 11664:1 11672:3 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:3 11726:2 11728:1 11729:9 11732:1 11738:1 11745:2 11746:1 11753:1 11762:2 11768:1 11771:1 11777:1 11816:2 11822:1 11866:2 11880:2 11889:1 11894:1 11895:1 11926:1 11947:1 11948:3 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12072:1 12076:1 12081:1 12083:1 12093:2 12113:1 12124:3 12134:1 12142:1 12150:1 12175:2 12178:1 12187:2 12196:1 12197:5 12199:3 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12265:1 12267:1 12279:1 12281:1 12282:1 12287:2 12292:2 12300:1 12301:1 12304:2 12305:1 12314:2 12316:1 12339:1 12347:1 12355:2 12366:1 12375:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12474:1 12475:1 12481:1 12485:1 12501:1 12507:2 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:4 12600:10 12601:1 12614:1 12622:3 12627:1 12628:2 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12685:1 12696:32 12722:1 12731:5 12732:11 12737:1 12746:1 12782:1 12783:2 12787:1 12801:2 12804:1 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12894:1 12897:1 12952:3 12964:1 12992:1 12994:1 13004:1 13005:1 13019:1 13021:1 13043:1 13069:2 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:2 13163:3 13171:3 13175:1 13193:1 13219:1 13235:2 13248:1 13282:1 13298:1 13305:1 13330:1 13339:1 13344:1 13347:1 13359:1 13363:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:27 13485:4 13501:1 13514:1 13526:3 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13646:1 13652:1 13660:1 13670:1 13671:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:5 13836:1 13848:2 13852:1 13856:1 13857:1 13876:3 13878:1 13889:1 13890:1 13897:2 13899:1 13905:3 13916:3 13924:4 13935:1 13939:1 13940:1 13949:2 13963:1 13971:1 13985:1 13993:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:3 14057:3 14066:1 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:2 14162:4 14164:1 14166:1 14172:2 14184:4 14185:1 14186:1 14190:2 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14286:6 14289:1 14292:3 14296:1 14306:2 14308:2 14317:1 14341:1 14388:1 14398:3 14417:3 14425:1 14437:1 14438:2 14453:1 14467:1 14470:1 14541:1 14554:1 14583:2 14589:1 14594:1 14603:1 14620:2 14630:3 14631:2 14635:1 14650:2 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:4 14719:1 14750:1 14754:1 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:2 14849:1 14851:1 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14950:1 14961:1 14995:1 15005:1 15007:8 15014:1 15028:1 15054:1 15071:1 15087:1 15118:1 15132:1 15144:2 15154:1 15183:1 15210:2 15220:1 15225:1 15232:1 15241:1 15252:1 15256:1 15270:2 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15411:1 15415:1 15417:1 15426:1 15434:1 15436:1 15443:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:3 15513:1 15521:1 15522:1 15530:1 15536:1 15542:3 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15621:1 15627:1 15630:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:1 15718:1 15719:1 15720:1 15725:1 15727:1 15739:1 15743:1 15781:1 15802:4 15807:1 15811:2 15821:3 15824:1 15826:3 15828:1 15829:1 15832:4 15834:3 15835:1 15841:1 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15955:1 15957:1 15969:2 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:11 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16056:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16111:1 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16346:1 16349:1 16359:1 16363:1 16381:1 16385:2 16391:2 16403:1 16406:2 16416:1 16427:2 16444:1 16449:3 16456:1 16457:1 16459:1 16470:2 16477:6 16544:1 16569:1 16579:1 16596:2 16599:1 16609:6 16613:1 16614:2 16626:1 16630:1 16632:1 16639:1 16658:1 16661:1 16667:1 16686:1 16729:2 16730:1 16732:2 16740:2 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16881:1 16901:3 16983:1 17010:4 17013:4 17020:1 17045:1 17051:1 17102:3 17106:7 17108:1 17119:2 17125:1 17138:1 17150:1 17156:3 17159:3 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17201:1 17202:1 17210:2 17213:2 17226:2 17230:1 17233:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:3 17302:2 17343:1 17366:3 17370:1 17375:1 17377:1 17381:1 17384:1 17388:1 17396:4 17401:8 17417:1 17455:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17510:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:1 17563:1 17575:1 17577:4 17586:1 17596:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:3 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17879:3 17908:2 17912:1 17921:1 17925:1 17932:1 17936:3 17942:1 17967:1 17973:1 17975:2 17976:1 17981:1 17984:1 17998:1 18014:1 18023:1 18032:5 18035:1 18038:6 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18279:1 18291:1 18293:1 18303:4 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:2 18360:2 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18456:1 18488:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18563:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18672:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:7 18803:3 18804:1 18808:1 18809:1 18828:1 18832:1 18847:2 18863:1 18864:1 18866:1 18867:1 18869:6 18871:1 18873:1 18875:1 18877:1 18882:1 18887:1 18890:1 18896:2 18904:1 18918:3 18932:1 18938:1 18941:1 18958:1 18973:1 18974:1 18975:5 18986:1 18993:3 19004:8 19028:3 19046:1 19050:2 19069:1 19078:2 19086:1 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:1 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:2 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19332:1 19335:2 19340:3 19341:1 19344:4 19347:1 19360:1 19371:1 19377:2 19393:1 19398:1 19411:1 19417:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:4 19493:1 19495:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19607:1 19620:1 19634:3 19635:3 19640:1 19641:1 19660:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:2 19805:1 19823:1 19827:1 19832:1 19852:2 19857:1 19862:1 19876:1 19884:3 19893:1 19895:1 19904:1 19921:1 19972:1 19984:1 20004:1 20010:1 20015:1 20020:1 20035:1 20039:1 20065:1 20072:2 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20186:2 20190:1 20196:1 20200:3 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:1 20271:1 20272:1 20274:1 20300:3 20303:1 20326:1 20336:1 20337:1 20339:1 20342:1 20348:2 20350:4 20359:1 20369:1 20401:1 20420:1 20428:1 20432:1 20435:6 20439:2 20441:1 20476:1 20482:1 20492:2 20510:1 20558:1 20579:4 20582:1 20585:8 20594:1 20597:2 20607:2 20608:2 20609:2 20622:1 20625:1 20627:1 20628:3 20631:1 20639:1 20653:1 20656:1 20672:1 20692:1 20703:2 20705:1 20713:1 20731:2 20733:1 20737:1 20742:1 20743:1 20748:1 20758:1 20763:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:2 20835:1 20842:2 20884:2 20885:2 20887:1 20892:1 20929:1 20933:3 20937:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21102:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21195:1 21215:1 21217:2 21227:2 21234:1 21237:6 21263:2 21268:1 21270:2 21296:1 21301:1 21347:1 21379:2 21396:2 21422:1 21440:1 21445:1 21447:3 21454:3 21469:1 21473:3 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:2 21610:2 21611:1 21616:3 21632:1 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21716:1 21726:1 21732:4 21738:1 21758:1 21771:1 21777:1 21786:1 21817:1 21832:1 21836:1 21839:1 21840:1 21843:1 21852:4 21857:19 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:12 21925:1 21935:1 21939:2 21943:1 21947:1 21951:2 21952:2 21961:1 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:1 22123:1 22139:3 22153:1 22154:3 22168:1 22196:9 22197:1 22238:1 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22293:1 22299:1 22314:1 22319:2 22328:2 22332:1 22338:1 22343:1 22344:1 22354:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22493:1 22509:1 22532:1 22553:2 22556:1 22573:1 22581:1 22600:2 22613:1 22626:2 22627:1 22629:1 22631:3 22632:1 22644:1 22649:4 22652:3 22686:1 22725:1 22730:5 22734:1 22735:1 22741:1 22745:2 22747:1 22763:1 22765:1 22770:1 22783:1 22784:2 22842:1 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23024:1 23033:1 23055:1 23061:1 23071:1 23073:3 23101:1 23113:1 23116:2 23117:1 23125:1 23135:1 23146:1 23147:1 23149:1 23157:2 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23347:2 23350:2 23351:3 23359:1 23361:2 23365:2 23380:1 23383:1 23386:1 23391:1 23403:1 23433:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23531:2 23580:4 23598:1 23616:1 23629:1 23634:1 23636:3 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:5 23721:1 23734:2 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:4 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:1 23942:1 23945:2 23947:4 23954:1 23955:1 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:3
20 8:1 33:3 45:1 64:1 78:1 80:1 84:2 85:1 86:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:7 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:2 246:1 247:2 310:1 313:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:2 490:1 493:1 495:3 504:2 523:1 529:1 530:2 555:3 561:1 573:1 577:1 580:1 583:1 585:1 616:1 621:1 647:2 648:1 675:1 677:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 789:1 798:1 804:1 806:32 809:3 835:1 843:2 849:1 864:1 882:1 904:1 916:1 919:1 925:1 943:1 950:1 953:1 961:1 963:1 980:1 981:3 985:1 1000:2 1003:1 1005:1 1036:2 1054:1 1056:2 1059:1 1084:1 1097:2 1099:1 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1174:1 1180:1 1183:1 1194:1 1201:2 1208:1 1211:1 1213:6 1214:1 1223:2 1224:1 1233:1 1267:1 1284:2 1287:1 1289:1 1358:1 1360:1 1363:1 1392:1 1393:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1515:1 1521:2 1532:1 1552:1 1554:1 1564:1 1567:4 1572:1 1586:1 1595:1 1603:1 1615:3 1618:1 1634:3 1640:1 1645:1 1648:3 1650:1 1652:1 1653:5 1658:4 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1717:1 1721:1 1732:1 1737:1 1744:3 1746:3 1749:2 1752:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:3 1810:1 1838:1 1841:1 1842:2 1844:1 1848:1 1850:1 1852:6 1863:1 1870:1 1882:1 1883:1 1903:1 1913:1 1915:1 1924:1 1926:1 1928:1 1929:1 1932:1 1933:4 1942:1 1956:5 1968:4 1980:2 1986:1 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:3 2024:2 2025:2 2027:2 2030:1 2033:3 2034:1 2038:1 2040:1 2043:4 2045:1 2048:1 2049:5 2050:1 2054:1 2058:1 2068:1 2069:1 2071:2 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2182:1 2195:1 2212:1 2240:1 2251:2 2303:1 2317:1 2323:1 2329:2 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:4 2405:3 2426:4 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:14 2523:2 2529:7 2531:1 2541:3 2545:1 2547:1 2563:1 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2648:1 2669:2 2679:1 2683:1 2704:1 2721:1 2729:1 2730:1 2753:1 2756:1 2763:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:2 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2948:1 2950:2 2956:2 2963:1 2974:2 2994:2 2998:5 3000:1 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3190:1 3195:1 3197:2 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:2 3378:2 3387:2 3388:3 3419:6 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:7 3528:1 3530:1 3536:1 3538:3 3539:3 3540:2 3541:1 3544:1 3551:1 3553:1 3558:1 3561:1 3562:2 3564:1 3566:3 3580:1 3586:1 3598:1 3603:1 3607:1 3609:2 3612:1 3614:2 3615:4 3617:1 3621:1 3625:2 3630:1 3631:3 3632:1 3636:3 3641:3 3646:3 3650:2 3652:2 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:2 3729:1 3733:1 3741:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3805:1 3817:1 3822:2 3832:1 3860:1 3869:1 3876:2 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4027:1 4038:1 4044:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4147:1 4171:1 4178:2 4185:1 4189:2 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:2 4278:1 4280:1 4288:1 4310:3 4326:1 4344:1 4353:1 4373:1 4374:2 4378:2 4383:1 4404:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4445:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4520:2 4525:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4595:1 4600:1 4604:2 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:4 4698:1 4702:1 4707:10 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4752:1 4753:3 4756:1 4758:1 4769:9 4794:2 4799:3 4807:1 4841:1 4842:3 4846:1 4851:3 4862:1 4872:1 4875:1 4876:1 4880:1 4910:2 4911:1 4912:2 4914:1 4935:1 4938:1 4942:2 4950:1 4955:1 4959:1 4962:1 4970:1 4972:1 4977:4 4990:3 4991:2 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5097:1 5116:2 5118:2 5125:1 5133:1 5139:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:1 5203:1 5212:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:3 5337:1 5339:1 5341:1 5359:1 5379:3 5381:1 5387:1 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5507:1 5515:1 5518:1 5519:1 5530:1 5534:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5691:1 5695:1 5730:1 5749:2 5758:1 5764:2 5804:3 5815:1 5830:5 5846:2 5847:1 5849:2 5854:1 5868:2 5883:7 5885:1 5887:1 5890:1 5894:2 5899:1 5904:6 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:3 6021:1 6026:2 6028:1 6036:2 6037:4 6040:1 6043:1 6048:1 6064:1 6086:1 6098:1 6106:6 6109:1 6112:1 6125:1 6144:1 6147:6 6149:1 6207:1 6217:1 6220:2 6232:1 6256:1 6265:1 6280:6 6299:1 6309:2 6310:2 6335:1 6338:1 6348:2393 6350:1 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6424:1 6429:1 6432:2 6435:1 6452:1 6464:1 6473:1 6477:1 6478:1 6502:1 6512:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6620:1 6637:1 6645:1 6648:1 6658:1 6674:1 6687:1 6699:1 6706:1 6726:1 6727:1 6738:5 6749:2 6756:3 6758:1 6759:1 6760:2 6761:1 6783:2 6843:1 6864:2 6880:1 6883:1 6891:1 6892:1 6894:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6959:1 6966:1 6981:1 7013:1 7023:2 7050:2 7057:1 7059:1 7063:1 7107:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:2 7253:1 7254:13 7261:1 7279:2 7321:2 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:2 7392:1 7396:1 7432:4 7460:1 7461:1 7471:2 7472:1 7481:2 7503:1 7510:1 7561:1 7563:1 7585:2 7587:1 7591:1 7595:1 7607:3 7618:1 7661:5 7665:1 7668:1 7715:1 7717:2 7723:1 7728:1 7733:3 7734:1 7758:15 7761:1 7769:1 7776:1 7778:1 7789:1 7790:2 7814:1 7821:1 7844:1 7845:5 7867:1 7868:1 7870:3 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:2 7994:1 7996:1 8000:1 8003:3 8004:2 8006:4 8009:3 8012:1 8013:1 8020:1 8037:1 8049:2 8066:1 8068:1 8118:1 8119:1 8122:1 8125:1 8142:1 8163:1 8175:1 8180:2 8191:1 8202:1 8209:1 8228:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8376:1 8385:2 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8430:1 8436:1 8440:1 8446:1 8459:1 8461:2 8462:1 8467:3 8474:1 8480:1 8491:1 8512:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8738:1 8741:1 8751:1 8752:1 8766:12 8768:1 8773:3 8776:1 8778:1 8784:4 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8884:1 8897:2 8898:2 8901:5 8924:2 8933:2 8949:1 8971:1 8974:1 8987:1 8991:1 8992:2 8997:2 9002:1 9012:1 9020:7 9025:2 9030:3 9052:1 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:1 9130:1 9135:1 9140:3 9144:1 9176:3 9209:1 9223:1 9228:1 9239:1 9269:2 9278:1 9287:1 9288:2 9291:1 9292:1 9310:1 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9439:1 9446:1 9447:2 9484:3 9490:1 9499:2 9502:1 9521:1 9545:1 9549:6 9552:5 9554:4 9556:3 9571:1 9578:1 9582:2 9583:2 9584:1 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9729:1 9740:6 9746:1 9774:1 9794:2 9807:1 9809:1 9812:1 9816:2 9824:1 9848:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9910:2 9956:1 9967:1 9969:1 9976:1 9995:1 9996:3 9997:1 10002:1 10016:3 10021:1 10029:1 10031:1 10038:1 10045:1 10070:1 10081:1 10090:1 10093:1 10100:1 10102:1 10108:1 10117:1 10121:1 10135:1 10146:3 10148:1 10153:4 10171:1 10177:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:2 10220:1 10226:2 10233:1 10240:1 10267:2 10269:2 10294:1 10300:3 10301:1 10303:1 10312:2 10317:1 10323:1 10324:1 10327:4 10329:2 10330:3 10336:2 10338:5 10341:2 10343:4 10349:1 10379:1 10384:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10472:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:2 10621:2 10681:1 10686:1 10687:1 10717:1 10749:1 10756:1 10778:5 10780:1 10791:2 10809:2 10827:1 10834:3 10844:1 10850:2 10854:1 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10967:1 10971:1 10980:1 10984:1 10987:1 10996:2 10997:1 10998:1 10999:1 11000:4 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:3 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:2 11248:2 11252:1 11258:3 11279:1 11297:1 11323:1 11327:1 11340:2 11347:2 11350:1 11355:1 11370:3 11372:3 11376:1 11396:1 11398:1 11406:1 11416:1 11419:3 11427:1 11437:1 11439:1 11440:2 11442:1 11450:1 11452:1 11453:2 11472:1 11510:1 11512:1 11537:1 11545:2 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11646:2 11659:1 11664:1 11672:4 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:3 11726:2 11728:1 11729:9 11732:1 11738:2 11745:2 11746:1 11753:1 11762:2 11768:1 11771:1 11777:1 11816:2 11822:1 11866:2 11880:2 11889:1 11894:1 11895:1 11926:1 11947:1 11948:3 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12072:1 12076:1 12081:1 12083:1 12093:2 12113:1 12124:3 12134:1 12139:1 12142:1 12150:1 12153:1 12175:2 12178:1 12187:2 12196:1 12197:5 12199:4 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12265:1 12267:2 12279:1 12281:1 12282:1 12287:3 12292:2 12300:1 12301:1 12304:2 12305:1 12314:2 12316:1 12339:1 12347:1 12355:2 12366:1 12375:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12474:1 12475:1 12481:1 12485:1 12497:1 12501:1 12507:2 12522:1 12541:1 12544:2 12555:1 12572:1 12584:1 12589:4 12600:11 12601:1 12614:1 12622:3 12627:1 12628:2 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12685:1 12696:34 12722:1 12731:6 12732:11 12737:1 12746:1 12782:1 12783:2 12787:1 12801:2 12804:1 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12894:1 12897:1 12925:1 12952:3 12964:1 12992:1 12994:1 13004:1 13005:1 13019:1 13021:1 13043:1 13069:2 13072:1 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13125:1 13142:3 13144:3 13151:1 13157:2 13163:3 13171:3 13175:1 13189:1 13193:1 13219:1 13235:2 13248:1 13282:1 13298:1 13305:1 13330:1 13339:1 13344:1 13347:2 13359:1 13363:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:27 13485:4 13501:1 13514:1 13526:3 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13637:1 13646:1 13652:2 13660:1 13670:1 13671:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:5 13836:1 13848:2 13852:1 13856:1 13857:1 13876:3 13878:1 13889:1 13890:1 13897:2 13899:1 13905:3 13916:3 13924:4 13935:1 13939:1 13940:1 13949:2 13963:1 13971:1 13985:1 13993:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:3 14057:3 14066:1 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:2 14162:4 14164:1 14166:1 14172:2 14184:4 14185:1 14186:1 14190:2 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14286:6 14289:1 14292:3 14296:1 14306:2 14308:2 14317:1 14341:1 14388:1 14398:3 14417:3 14425:1 14437:1 14438:2 14453:1 14467:1 14470:1 14541:1 14554:1 14583:2 14589:1 14590:1 14594:1 14603:1 14620:2 14630:3 14631:2 14635:1 14650:2 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:4 14719:1 14750:1 14754:2 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:2 14849:1 14851:1 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14950:1 14961:1 14995:1 15005:1 15007:8 15014:1 15028:1 15054:1 15071:1 15087:1 15118:1 15132:1 15144:2 15154:1 15183:1 15210:2 15220:1 15225:1 15232:1 15241:1 15252:1 15256:1 15270:2 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15411:1 15415:1 15417:1 15426:1 15434:1 15436:1 15443:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:3 15513:1 15521:1 15522:1 15530:1 15536:1 15542:3 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15621:1 15627:1 15630:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:2 15718:1 15719:1 15720:1 15725:1 15727:1 15739:1 15743:1 15781:1 15802:4 15807:1 15811:2 15821:3 15824:1 15826:3 15828:1 15829:1 15832:4 15834:3 15835:1 15841:2 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15931:1 15955:2 15957:1 15969:2 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:11 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16056:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16111:2 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16346:1 16349:1 16359:1 16363:1 16381:1 16385:2 16391:2 16403:1 16406:2 16416:1 16427:2 16444:1 16449:3 16456:1 16457:1 16459:1 16470:2 16477:6 16544:1 16569:1 16579:1 16596:2 16599:1 16609:6 16613:1 16614:2 16626:1 16630:1 16632:1 16639:1 16658:1 16661:1 16667:1 16686:1 16729:2 16730:1 16732:2 16740:2 16759:1 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16881:1 16901:3 16924:1 16983:1 17010:4 17013:5 17020:1 17045:1 17051:1 17081:1 17102:3 17106:7 17108:1 17119:2 17125:1 17138:1 17150:1 17156:3 17159:3 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17201:1 17202:1 17210:2 17213:2 17226:2 17230:1 17233:1 17235:3 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17285:1 17290:1 17300:3 17302:2 17343:1 17366:3 17370:1 17375:1 17377:1 17381:1 17384:1 17388:2 17396:4 17401:8 17417:1 17455:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17510:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:2 17563:1 17575:1 17577:4 17586:1 17596:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:3 17725:1 17731:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17833:1 17879:3 17908:2 17912:1 17921:1 17925:1 17932:1 17936:3 17942:1 17967:1 17973:1 17975:3 17976:1 17981:1 17984:1 17998:1 18014:1 18023:1 18032:5 18035:1 18038:6 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18279:1 18291:1 18293:1 18303:5 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:2 18360:2 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18456:1 18460:1 18488:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18563:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18625:1 18627:1 18649:1 18651:1 18655:1 18661:1 18666:1 18672:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:7 18803:3 18804:1 18808:1 18809:1 18828:1 18832:1 18847:2 18863:1 18864:1 18866:1 18867:1 18869:6 18871:1 18873:1 18875:1 18877:1 18882:1 18887:1 18890:1 18896:2 18904:1 18918:3 18932:1 18938:1 18941:1 18958:1 18973:1 18974:1 18975:5 18986:1 18993:3 19004:8 19028:3 19046:1 19050:2 19069:1 19078:2 19086:1 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:2 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:2 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19330:1 19332:1 19335:2 19340:3 19341:1 19344:4 19347:1 19360:1 19371:1 19377:2 19393:1 19398:1 19411:1 19417:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:4 19493:1 19495:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19607:1 19620:1 19634:3 19635:3 19640:1 19641:1 19660:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:2 19805:1 19823:1 19827:1 19832:1 19852:2 19857:1 19862:1 19876:1 19884:3 19893:1 19895:1 19904:1 19921:1 19972:1 19979:1 19984:1 20004:1 20010:1 20015:1 20020:1 20035:1 20039:1 20065:1 20072:2 20074:1 20116:1 20117:1 20154:1 20167:3 20180:1 20186:2 20190:1 20196:1 20200:3 20212:1 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:2 20271:1 20272:1 20274:1 20300:3 20303:1 20326:1 20336:1 20337:1 20339:1 20342:1 20348:2 20350:4 20359:1 20369:1 20401:1 20420:1 20428:1 20432:1 20435:6 20439:2 20441:1 20476:1 20482:1 20492:2 20510:1 20558:1 20579:4 20582:1 20585:9 20594:1 20597:2 20607:2 20608:2 20609:2 20622:1 20625:2 20627:1 20628:3 20631:1 20639:1 20653:1 20656:1 20672:1 20692:1 20703:2 20705:1 20713:1 20725:1 20731:2 20733:1 20737:1 20742:1 20743:1 20748:1 20758:1 20763:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:2 20835:1 20842:2 20884:2 20885:2 20887:1 20892:1 20929:1 20933:3 20937:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21102:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21195:1 21215:1 21217:2 21227:2 21234:1 21237:6 21263:2 21268:1 21270:2 21296:1 21301:1 21347:1 21379:2 21396:2 21422:1 21440:1 21445:1 21447:3 21454:3 21469:1 21473:3 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:2 21610:2 21611:1 21616:3 21632:1 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21716:1 21726:1 21732:4 21738:1 21758:1 21771:1 21777:1 21786:1 21817:1 21832:1 21836:1 21839:1 21840:1 21843:1 21852:4 21857:19 21859:1 21862:1 21891:1 21894:1 21903:1 21910:1 21918:12 21925:1 21935:1 21939:2 21943:1 21947:1 21951:2 21952:2 21961:1 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:1 22123:1 22139:3 22153:1 22154:3 22168:1 22196:10 22197:1 22238:2 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22293:1 22299:1 22314:1 22319:3 22328:2 22332:1 22338:1 22343:1 22344:1 22354:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22493:1 22509:1 22532:1 22553:2 22556:2 22573:1 22581:1 22600:2 22613:1 22626:2 22627:1 22629:1 22631:3 22632:1 22644:1 22649:4 22652:3 22686:1 22725:1 22730:5 22734:1 22735:1 22741:1 22745:2 22747:1 22763:1 22765:1 22770:1 22783:1 22784:2 22842:1 22843:1 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23024:1 23033:1 23055:1 23061:1 23071:1 23073:3 23101:1 23113:1 23116:2 23117:1 23125:1 23135:1 23146:1 23147:1 23149:1 23157:2 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23253:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23347:2 23350:2 23351:3 23359:1 23361:2 23365:2 23380:1 23383:1 23386:1 23388:1 23391:1 23403:1 23433:1 23439:1 23440:1 23451:2 23491:1 23520:1 23530:4 23531:2 23580:4 23598:1 23616:1 23629:1 23634:1 23636:4 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:5 23721:1 23734:2 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:5 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:1 23942:1 23945:2 23947:4 23954:1 23955:2 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:3
20 8:1 33:3 45:1 64:1 78:1 80:1 81:1 84:2 85:1 86:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:7 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:2 246:1 247:2 310:1 313:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:2 490:1 493:1 495:3 504:2 523:1 529:1 530:2 555:3 561:1 573:1 577:1 580:1 583:1 585:1 616:1 621:1 647:2 648:1 675:1 677:1 705:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 789:1 798:1 804:1 806:34 809:3 835:1 843:2 849:1 864:1 882:1 904:1 916:1 919:1 925:1 943:1 950:1 953:1 961:1 963:1 980:1 981:3 985:1 1000:2 1003:1 1005:1 1036:2 1054:1 1056:2 1059:1 1084:1 1097:2 1099:1 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1174:1 1180:1 1183:1 1194:1 1201:2 1208:1 1211:1 1213:6 1214:1 1223:2 1224:1 1233:1 1267:1 1284:2 1287:1 1289:1 1358:1 1360:1 1363:1 1392:1 1393:1 1398:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1515:1 1517:1 1521:2 1532:1 1552:1 1554:1 1564:1 1567:4 1572:1 1586:1 1595:1 1603:1 1615:3 1618:1 1634:3 1640:1 1645:1 1647:1 1648:3 1650:1 1652:1 1653:5 1658:5 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1717:1 1721:1 1732:1 1737:1 1744:3 1746:3 1749:2 1752:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:3 1810:1 1838:1 1841:1 1842:2 1844:1 1848:1 1850:1 1852:6 1863:1 1870:1 1882:1 1883:1 1903:1 1907:1 1913:1 1915:1 1924:1 1926:1 1928:1 1929:1 1932:1 1933:4 1942:1 1956:5 1968:4 1980:2 1986:1 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:3 2024:2 2025:2 2027:2 2030:1 2033:3 2034:1 2038:1 2040:1 2043:4 2045:1 2048:1 2049:5 2050:1 2054:1 2058:1 2068:1 2069:1 2071:2 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2182:1 2195:1 2212:1 2240:1 2251:2 2303:1 2317:1 2323:1 2329:3 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:4 2405:3 2426:4 2454:1 2461:1 2465:1 2467:1 2473:1 2481:1 2489:3 2491:1 2506:1 2510:1 2518:14 2523:2 2529:7 2531:1 2541:3 2545:1 2547:1 2563:2 2566:2 2574:1 2583:1 2584:1 2609:1 2613:1 2626:1 2633:9 2648:1 2669:2 2679:1 2683:1 2704:1 2721:1 2729:1 2730:1 2753:1 2756:1 2763:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:2 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2937:1 2948:1 2950:2 2956:2 2963:1 2974:2 2994:2 2998:6 3000:1 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3190:1 3195:1 3197:2 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:3 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:2 3378:2 3387:2 3388:3 3419:6 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:7 3528:1 3530:1 3536:1 3538:3 3539:3 3540:2 3541:2 3544:1 3551:1 3553:1 3558:1 3561:1 3562:2 3564:1 3566:4 3580:1 3586:1 3598:1 3603:1 3607:1 3609:2 3612:1 3614:2 3615:4 3617:1 3618:1 3621:1 3625:2 3630:1 3631:3 3632:2 3636:3 3641:3 3646:3 3650:2 3652:2 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:2 3729:1 3733:1 3738:1 3741:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3805:1 3817:1 3822:2 3832:1 3860:1 3861:1 3869:1 3876:3 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3941:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4027:1 4038:1 4044:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4147:1 4171:1 4178:2 4185:1 4189:2 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:2 4263:1 4278:1 4280:1 4288:1 4310:3 4326:1 4344:1 4353:1 4373:1 4374:2 4378:2 4383:1 4404:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4445:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4520:2 4525:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4595:1 4600:1 4604:2 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:5 4698:1 4702:1 4707:11 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4752:1 4753:3 4756:1 4758:1 4769:11 4794:2 4799:3 4807:1 4841:1 4842:3 4846:1 4851:3 4862:1 4872:1 4875:1 4876:1 4880:1 4910:2 4911:1 4912:2 4914:1 4918:1 4935:1 4938:1 4942:2 4950:1 4955:1 4959:1 4962:1 4970:1 4972:2 4977:5 4990:3 4991:2 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5097:1 5116:2 5118:2 5125:1 5133:1 5139:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:2 5203:1 5212:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:3 5337:1 5339:1 5341:1 5359:1 5379:4 5381:1 5387:1 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5507:1 5515:1 5518:1 5519:1 5530:1 5534:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5677:1 5691:1 5695:1 5730:1 5749:2 5758:1 5764:2 5804:3 5815:1 5827:1 5830:6 5846:2 5847:1 5849:2 5854:1 5868:2 5883:7 5885:1 5887:1 5890:1 5894:2 5899:1 5904:6 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:3 6021:1 6026:2 6028:1 6036:2 6037:4 6040:1 6043:1 6048:1 6064:1 6086:1 6098:1 6106:6 6109:1 6112:1 6123:1 6125:1 6144:1 6147:6 6149:1 6207:1 6217:1 6220:2 6232:1 6256:1 6265:1 6280:6 6299:1 6309:2 6310:2 6335:1 6338:1 6344:1 6348:2443 6350:1 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6424:1 6429:1 6432:2 6435:1 6452:1 6464:1 6473:1 6477:1 6478:1 6502:1 6512:1 6530:1 6541:1 6545:1 6571:1 6588:1 6593:1 6602:2 6605:1 6611:1 6620:1 6637:1 6645:1 6648:1 6658:1 6666:1 6674:1 6687:1 6699:1 6706:1 6726:1 6727:1 6738:5 6749:2 6756:3 6758:1 6759:1 6760:3 6761:1 6783:2 6843:1 6864:2 6880:1 6883:1 6891:1 6892:1 6894:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6959:1 6966:1 6981:1 7013:1 7023:2 7050:2 7057:1 7059:1 7063:1 7107:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:2 7253:1 7254:13 7261:1 7279:2 7321:2 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:2 7392:1 7396:1 7432:4 7460:1 7461:1 7471:2 7472:1 7481:2 7484:2 7503:1 7510:1 7561:1 7563:1 7585:2 7587:1 7591:1 7595:1 7607:4 7618:1 7661:5 7665:1 7668:1 7715:1 7717:2 7723:1 7728:1 7733:3 7734:1 7758:18 7761:1 7769:1 7776:1 7778:1 7789:1 7790:2 7814:1 7821:1 7844:1 7845:5 7867:1 7868:1 7870:3 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:2 7994:1 7996:1 8000:1 8003:3 8004:2 8006:4 8009:3 8012:1 8013:1 8020:1 8037:1 8049:2 8066:1 8068:1 8118:1 8119:1 8122:1 8125:1 8142:1 8163:1 8175:1 8180:2 8191:1 8202:1 8209:1 8228:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8376:1 8385:3 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8430:1 8436:1 8440:1 8446:1 8459:1 8461:2 8462:1 8467:3 8474:1 8480:1 8491:1 8512:1 8516:2 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8738:1 8741:1 8751:1 8752:1 8766:14 8768:1 8773:3 8776:1 8778:1 8784:4 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8884:1 8897:2 8898:2 8901:5 8924:2 8933:2 8949:1 8971:1 8974:1 8987:1 8991:1 8992:2 8997:2 9002:1 9012:1 9020:8 9025:2 9030:3 9052:1 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:2 9130:1 9135:1 9140:3 9144:1 9176:3 9188:1 9209:1 9223:1 9228:1 9239:1 9269:2 9278:1 9287:1 9288:2 9291:1 9292:1 9310:2 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9423:1 9439:1 9446:1 9447:2 9484:3 9490:1 9499:2 9502:1 9521:1 9545:1 9549:6 9552:5 9554:4 9556:3 9571:1 9578:1 9582:2 9583:2 9584:1 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:1 9729:1 9740:6 9746:1 9774:1 9794:2 9807:1 9809:1 9812:1 9816:2 9824:1 9848:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9907:1 9910:2 9956:1 9967:1 9969:1 9976:1 9995:1 9996:3 9997:1 10002:2 10016:3 10021:1 10029:1 10031:1 10038:1 10045:1 10070:1 10081:1 10089:1 10090:1 10093:1 10100:1 10102:1 10108:1 10117:1 10121:1 10135:1 10146:3 10148:1 10153:5 10171:1 10177:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:3 10220:1 10226:2 10233:1 10240:1 10267:3 10269:2 10288:1 10294:1 10300:3 10301:1 10303:1 10312:3 10317:1 10323:1 10324:1 10327:4 10329:3 10330:3 10336:2 10338:5 10341:2 10343:4 10349:1 10379:1 10384:1 10429:10 10435:2 10443:2 10449:1 10451:1 10458:1 10472:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:2 10621:2 10681:1 10686:1 10687:1 10717:1 10749:1 10756:1 10778:5 10780:1 10791:2 10809:3 10827:1 10834:3 10844:1 10850:2 10854:1 10900:1 10904:2 10937:1 10944:1 10949:1 10954:1 10955:2 10963:1 10967:1 10971:1 10980:1 10984:1 10987:1 10996:2 10997:2 10998:1 10999:1 11000:4 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:3 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:2 11248:2 11252:1 11258:3 11279:1 11297:1 11323:1 11327:1 11340:2 11347:2 11350:1 11355:1 11370:3 11372:3 11376:1 11396:1 11398:1 11406:1 11416:1 11419:3 11427:1 11437:1 11439:1 11440:2 11442:1 11450:1 11452:1 11453:2 11472:1 11510:1 11512:1 11537:1 11545:2 11551:1 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11646:2 11659:1 11664:1 11672:4 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:3 11726:2 11728:1 11729:9 11732:1 11738:2 11745:2 11746:1 11753:1 11762:2 11768:1 11771:1 11777:1 11816:2 11822:1 11866:2 11880:2 11889:1 11894:1 11895:1 11926:1 11947:1 11948:3 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:1 12072:1 12076:1 12081:1 12083:1 12093:2 12113:1 12124:3 12134:1 12139:1 12142:1 12150:1 12153:1 12175:2 12178:1 12187:2 12196:1 12197:5 12199:4 12201:1 12204:1 12219:3 12242:1 12248:1 12261:1 12265:1 12267:2 12279:2 12281:1 12282:1 12287:3 12292:2 12300:1 12301:1 12304:2 12305:1 12314:2 12316:1 12339:1 12347:1 12355:2 12366:1 12375:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12474:1 12475:1 12481:2 12485:1 12497:1 12501:1 12507:2 12522:1 12541:1 12544:2 12555:1 12568:1 12571:1 12572:1 12584:1 12589:4 12599:1 12600:11 12601:1 12614:1 12622:3 12627:1 12628:2 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12685:1 12696:36 12722:1 12731:7 12732:13 12737:1 12746:1 12782:1 12783:2 12787:1 12801:2 12804:1 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12894:1 12897:1 12925:1 12952:3 12964:1 12992:1 12994:1 13004:1 13005:1 13019:1 13021:1 13040:1 13043:1 13069:2 13072:1 13078:2 13081:1 13085:1 13087:1 13104:1 13113:1 13120:1 13124:1 13125:1 13142:3 13144:3 13151:1 13157:2 13163:3 13171:3 13175:1 13189:1 13193:1 13219:1 13235:2 13248:1 13282:1 13298:1 13300:1 13305:1 13330:1 13339:1 13344:1 13347:2 13359:1 13363:1 13367:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:27 13485:4 13501:1 13514:1 13526:3 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13637:1 13646:1 13652:2 13660:1 13670:1 13671:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:5 13836:1 13848:2 13852:1 13856:1 13857:1 13876:3 13878:1 13889:1 13890:1 13897:2 13899:1 13905:3 13916:3 13924:4 13935:1 13939:1 13940:1 13949:2 13963:1 13971:1 13985:1 13993:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:3 14057:3 14066:1 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:2 14162:4 14164:1 14166:1 14172:2 14184:4 14185:1 14186:1 14190:2 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14271:2 14286:6 14289:1 14292:3 14296:2 14306:2 14308:2 14317:1 14334:1 14341:1 14388:1 14398:3 14417:3 14425:1 14437:1 14438:2 14453:1 14467:1 14470:1 14541:1 14554:1 14583:2 14589:1 14590:1 14594:1 14603:1 14620:2 14630:3 14631:2 14635:1 14650:2 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14703:4 14719:1 14750:1 14754:2 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:2 14849:1 14851:1 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14950:1 14961:1 14995:2 15005:1 15007:8 15013:1 15014:1 15028:1 15054:1 15071:1 15087:1 15118:1 15132:1 15144:2 15154:1 15183:1 15205:1 15210:2 15220:1 15225:1 15232:1 15241:1 15252:1 15256:1 15270:2 15271:1 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15411:1 15415:1 15417:1 15426:1 15434:1 15436:1 15443:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:3 15513:1 15521:1 15522:1 15530:1 15536:1 15542:4 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15621:1 15627:1 15630:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:2 15718:1 15719:1 15720:1 15725:1 15727:1 15739:1 15743:1 15781:1 15802:4 15807:1 15811:2 15821:3 15824:1 15826:3 15828:1 15829:1 15832:4 15834:3 15835:1 15841:2 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15931:1 15955:2 15957:1 15969:2 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:11 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16056:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16098:1 16111:2 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16346:1 16349:1 16359:1 16363:1 16381:1 16385:2 16391:2 16403:1 16406:2 16416:1 16427:2 16444:1 16449:3 16456:1 16457:1 16459:1 16470:2 16477:6 16544:1 16569:1 16579:1 16596:2 16599:1 16609:6 16613:1 16614:2 16622:1 16626:1 16630:1 16632:1 16639:1 16658:1 16661:2 16667:1 16686:1 16696:1 16729:2 16730:1 16732:2 16740:2 16759:1 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16881:1 16901:3 16924:1 16983:1 17010:4 17013:6 17020:1 17045:1 17051:1 17081:1 17102:3 17106:7 17108:1 17119:2 17125:1 17138:1 17150:1 17156:3 17159:3 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17201:1 17202:1 17210:2 17213:2 17226:2 17230:1 17233:1 17235:4 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17280:1 17285:1 17290:1 17300:3 17302:2 17343:1 17366:3 17370:1 17375:1 17377:1 17381:1 17384:2 17388:2 17396:4 17399:1 17401:9 17417:1 17455:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17510:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:2 17563:1 17575:1 17577:4 17586:1 17596:1 17600:1 17607:3 17653:1 17659:1 17661:1 17675:1 17677:1 17678:3 17725:1 17731:1 17739:1 17756:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17833:1 17879:3 17908:2 17912:1 17921:1 17925:1 17932:1 17936:4 17942:1 17967:1 17973:1 17975:3 17976:1 17981:1 17984:1 17998:1 18014:1 18023:1 18032:5 18035:1 18038:6 18052:1 18078:6 18087:2 18125:1 18138:1 18152:1 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18279:1 18291:1 18293:1 18303:5 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:2 18360:2 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18456:1 18460:1 18486:1 18488:1 18491:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18563:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18625:1 18627:1 18641:1 18649:1 18651:1 18655:1 18661:1 18666:1 18672:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:7 18803:3 18804:2 18808:1 18809:1 18828:1 18832:1 18847:2 18859:1 18860:1 18863:1 18864:1 18866:1 18867:1 18869:6 18871:1 18873:1 18875:1 18877:1 18882:1 18883:1 18887:1 18890:1 18896:2 18904:1 18918:3 18932:1 18938:1 18941:1 18958:1 18973:1 18974:1 18975:5 18986:1 18993:3 19001:1 19004:8 19028:3 19046:1 19050:2 19069:1 19078:2 19086:1 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:2 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:2 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19330:1 19332:1 19335:2 19340:3 19341:1 19344:4 19347:1 19360:1 19371:1 19377:2 19393:1 19398:1 19411:1 19417:1 19419:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:1 19462:1 19482:4 19493:1 19495:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19595:1 19607:1 19620:1 19634:3 19635:3 19640:1 19641:1 19660:1 19662:1 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19772:1 19774:1 19776:2 19805:1 19823:1 19827:1 19832:1 19852:2 19857:1 19862:1 19876:1 19884:3 19893:2 19895:1 19904:1 19921:1 19972:1 19979:1 19984:1 20004:1 20010:1 20015:1 20020:1 20035:1 20039:1 20065:1 20072:2 20074:1 20086:1 20116:1 20117:1 20140:1 20154:1 20167:3 20180:1 20186:2 20190:1 20196:1 20200:3 20212:1 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:2 20271:1 20272:1 20274:1 20300:3 20303:1 20326:1 20336:1 20337:1 20339:1 20342:1 20348:2 20350:4 20359:1 20369:1 20401:1 20420:1 20428:1 20432:1 20435:6 20439:2 20441:1 20476:1 20482:1 20492:2 20510:1 20558:1 20579:4 20582:1 20585:10 20594:1 20597:2 20607:2 20608:2 20609:2 20622:1 20625:2 20627:1 20628:3 20631:1 20639:1 20653:1 20656:1 20669:1 20672:2 20692:1 20703:2 20705:1 20713:1 20725:1 20731:2 20733:1 20737:1 20742:1 20743:1 20748:1 20758:1 20763:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:2 20835:1 20842:2 20884:2 20885:2 20887:1 20892:1 20929:1 20933:3 20937:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21102:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21195:1 21215:1 21217:2 21227:2 21234:1 21237:6 21263:2 21268:1 21270:2 21296:1 21301:1 21347:1 21379:2 21396:2 21422:2 21440:1 21445:1 21447:3 21454:3 21469:1 21473:3 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:2 21610:2 21611:2 21616:3 21632:1 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21696:1 21700:1 21713:14 21716:1 21726:1 21732:4 21738:1 21758:1 21771:1 21777:1 21786:1 21817:1 21832:1 21836:1 21839:1 21840:1 21843:1 21852:4 21857:19 21859:1 21862:1 21891:1 21894:1 21896:1 21903:1 21910:1 21918:12 21925:1 21935:1 21939:2 21943:1 21947:1 21951:2 21952:2 21961:1 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:2 22123:1 22139:3 22153:1 22154:3 22168:1 22196:10 22197:1 22238:2 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22293:1 22299:1 22314:1 22319:3 22328:2 22332:2 22338:1 22343:1 22344:1 22354:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22493:1 22509:1 22532:1 22553:2 22556:2 22566:1 22573:1 22581:1 22600:2 22613:1 22622:1 22626:2 22627:1 22629:1 22630:1 22631:3 22632:1 22644:1 22649:4 22652:3 22686:1 22725:1 22730:5 22734:1 22735:1 22741:1 22745:2 22747:1 22763:2 22765:1 22770:1 22783:1 22784:2 22842:1 22843:1 22849:2 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23024:1 23033:1 23055:1 23061:1 23071:1 23073:3 23101:1 23113:1 23116:2 23117:1 23125:1 23135:1 23146:1 23147:1 23149:1 23157:2 23161:1 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23253:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23347:2 23350:2 23351:3 23359:1 23361:3 23365:2 23380:1 23383:1 23386:1 23388:1 23391:1 23403:1 23433:1 23439:1 23440:1 23451:2 23479:1 23491:1 23520:1 23530:4 23531:2 23580:4 23598:1 23616:1 23629:1 23634:1 23636:4 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:5 23721:1 23734:2 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:5 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:1 23942:1 23945:2 23947:4 23954:1 23955:2 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24091:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:3
20 8:1 33:3 45:1 64:1 78:1 80:1 81:1 84:2 85:1 86:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:7 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:2 246:1 247:2 310:1 313:1 333:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 486:3 489:2 490:1 493:1 495:3 504:2 523:1 529:1 530:2 555:3 561:1 573:1 577:1 580:2 583:1 585:1 616:1 621:1 647:2 648:1 675:1 677:1 705:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 789:1 798:1 804:1 806:36 809:3 835:1 843:2 849:1 864:1 882:1 904:1 916:1 919:1 925:1 943:1 950:1 953:1 961:1 963:1 980:1 981:3 985:1 1000:2 1003:1 1005:1 1036:2 1054:1 1056:2 1059:1 1084:1 1097:2 1099:1 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1174:1 1180:1 1183:1 1194:1 1201:2 1208:1 1211:1 1213:6 1214:1 1223:2 1224:1 1233:1 1267:1 1284:2 1287:1 1289:1 1358:1 1360:1 1363:1 1392:1 1393:1 1398:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1515:1 1517:1 1521:2 1532:1 1552:1 1554:1 1557:1 1564:1 1567:4 1572:1 1586:1 1595:1 1603:1 1615:3 1618:1 1634:3 1640:1 1645:1 1647:1 1648:3 1650:1 1652:1 1653:5 1658:5 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1717:1 1721:1 1732:1 1737:1 1744:3 1746:3 1749:2 1752:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:3 1810:1 1838:1 1841:1 1842:2 1844:1 1848:1 1850:1 1852:6 1863:1 1870:1 1882:1 1883:1 1903:1 1907:1 1913:1 1915:1 1924:1 1926:1 1928:1 1929:1 1932:1 1933:4 1942:1 1956:5 1968:4 1980:2 1986:1 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:3 2024:2 2025:2 2027:2 2030:1 2033:3 2034:1 2038:1 2040:1 2043:4 2045:1 2048:1 2049:5 2050:1 2054:1 2058:1 2068:1 2069:1 2071:2 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2182:1 2195:1 2212:1 2240:1 2251:2 2303:1 2317:1 2323:1 2329:3 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:4 2405:3 2426:5 2454:1 2461:1 2465:1 2467:1 2473:2 2481:1 2489:3 2491:1 2506:1 2510:1 2518:14 2523:2 2529:7 2531:1 2541:3 2545:1 2547:1 2563:2 2566:2 2574:1 2583:1 2584:2 2609:1 2613:1 2626:1 2633:9 2648:1 2669:2 2679:1 2683:1 2696:1 2704:1 2721:1 2729:1 2730:1 2753:1 2756:1 2763:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:2 2837:1 2858:1 2893:5 2901:2 2910:2 2912:1 2922:1 2923:1 2937:2 2948:1 2950:2 2956:2 2963:1 2974:2 2994:2 2998:6 3000:1 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3190:1 3195:1 3197:2 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:4 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:2 3378:2 3387:2 3388:3 3419:6 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:8 3528:1 3530:1 3536:1 3538:3 3539:3 3540:3 3541:2 3544:1 3551:1 3553:1 3558:1 3561:1 3562:2 3564:1 3566:4 3580:1 3586:1 3598:1 3603:2 3607:1 3609:2 3612:1 3614:2 3615:4 3617:1 3618:1 3621:1 3625:2 3630:1 3631:3 3632:2 3636:3 3641:3 3646:3 3650:2 3652:2 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:1 3694:1 3697:1 3700:1 3714:1 3724:2 3729:1 3733:1 3738:1 3741:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3805:1 3817:1 3822:2 3832:1 3860:1 3861:1 3869:1 3876:3 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3941:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4027:1 4038:1 4044:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4147:1 4171:1 4178:3 4185:1 4189:2 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:2 4263:1 4278:1 4280:1 4288:1 4293:1 4310:3 4326:1 4344:1 4353:1 4373:1 4374:2 4378:2 4383:1 4404:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4445:1 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4520:2 4525:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:2 4595:1 4600:1 4604:2 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:5 4698:1 4702:1 4707:11 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4752:1 4753:3 4756:1 4758:1 4769:12 4794:2 4799:3 4807:1 4841:1 4842:3 4846:1 4851:3 4862:1 4872:1 4875:1 4876:1 4880:1 4910:3 4911:1 4912:2 4914:1 4918:1 4935:1 4938:1 4942:2 4950:2 4955:1 4959:1 4962:2 4970:1 4972:2 4977:6 4990:3 4991:2 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:3 5097:1 5116:2 5118:2 5125:1 5133:1 5139:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:2 5203:1 5212:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:3 5337:1 5339:1 5341:1 5359:1 5379:4 5381:1 5387:1 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5507:1 5515:1 5518:1 5519:1 5530:1 5534:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:1 5652:1 5658:1 5677:1 5691:1 5695:1 5730:1 5749:2 5758:1 5764:2 5804:3 5806:1 5815:1 5827:1 5830:7 5846:2 5847:1 5849:2 5854:1 5868:2 5883:8 5885:1 5887:1 5890:1 5894:2 5899:1 5904:6 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:3 6021:1 6026:2 6028:1 6036:2 6037:4 6040:1 6043:1 6048:1 6064:1 6086:1 6098:1 6106:6 6109:1 6112:1 6123:1 6125:1 6144:1 6147:6 6149:1 6207:1 6217:1 6220:2 6232:2 6256:1 6265:1 6280:6 6299:1 6309:2 6310:2 6335:1 6338:1 6344:1 6348:2493 6350:1 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6424:1 6429:1 6432:2 6435:1 6452:1 6464:1 6473:1 6477:1 6478:1 6502:1 6512:1 6530:1 6541:1 6545:1 6571:2 6588:1 6593:1 6602:2 6605:1 6611:1 6620:1 6637:1 6645:1 6648:1 6658:1 6666:1 6674:1 6687:1 6699:1 6706:1 6726:1 6727:1 6738:5 6749:2 6756:3 6758:1 6759:1 6760:3 6761:1 6783:2 6800:1 6843:1 6864:2 6880:1 6883:1 6888:1 6891:1 6892:1 6894:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6959:1 6966:1 6981:1 6993:1 7013:1 7023:2 7050:2 7057:1 7059:1 7063:1 7073:1 7083:1 7107:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:2 7253:1 7254:13 7261:1 7279:2 7321:2 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:2 7392:1 7396:1 7432:4 7460:1 7461:1 7471:2 7472:1 7481:2 7484:2 7503:1 7510:1 7561:1 7563:1 7585:3 7587:1 7591:1 7595:1 7607:4 7618:1 7661:5 7665:1 7668:1 7715:1 7717:2 7723:1 7728:1 7733:3 7734:1 7758:18 7761:1 7769:1 7776:1 7778:1 7789:1 7790:2 7814:1 7821:1 7844:1 7845:5 7867:1 7868:1 7870:3 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:2 7994:1 7996:1 8000:1 8003:3 8004:2 8006:4 8009:3 8012:1 8013:1 8020:1 8037:1 8049:2 8066:1 8068:1 8116:1 8118:1 8119:1 8122:1 8125:1 8142:1 8163:1 8175:1 8180:2 8191:1 8202:1 8209:1 8228:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8376:1 8385:3 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8430:1 8436:1 8440:1 8446:1 8459:1 8461:2 8462:1 8467:3 8474:1 8480:1 8491:1 8512:1 8516:2 8522:1 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8738:1 8741:1 8751:1 8752:1 8766:16 8768:1 8773:3 8776:1 8778:1 8784:4 8803:1 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8853:1 8855:1 8866:2 8884:1 8897:2 8898:2 8901:5 8924:2 8927:1 8933:2 8949:1 8965:1 8971:1 8974:1 8987:1 8991:1 8992:2 8997:2 9002:1 9012:1 9020:8 9025:2 9030:3 9052:1 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:3 9130:2 9135:1 9140:3 9144:1 9176:3 9188:1 9209:1 9223:1 9228:1 9239:1 9269:2 9278:1 9287:1 9288:2 9291:1 9292:1 9310:3 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9423:1 9439:1 9446:1 9447:2 9484:3 9490:1 9499:2 9502:1 9521:1 9545:1 9549:6 9552:5 9554:4 9556:3 9571:1 9578:1 9582:2 9583:2 9584:1 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:2 9729:1 9737:1 9740:6 9746:1 9774:1 9794:2 9807:1 9809:1 9812:1 9816:2 9824:1 9848:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9903:1 9907:1 9910:2 9956:1 9967:1 9969:1 9976:1 9995:1 9996:3 9997:1 10002:2 10016:3 10021:1 10029:1 10031:1 10038:1 10045:1 10070:1 10081:1 10089:1 10090:1 10093:1 10100:1 10102:1 10108:1 10117:1 10121:1 10135:1 10146:3 10148:1 10153:5 10171:1 10177:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:3 10220:1 10226:2 10233:1 10240:1 10267:3 10269:2 10288:1 10294:1 10300:3 10301:1 10303:1 10312:3 10314:1 10317:1 10323:1 10324:1 10327:4 10329:3 10330:4 10336:2 10338:5 10341:2 10343:4 10349:1 10379:1 10384:1 10429:10 10435:2 10436:1 10443:2 10449:1 10451:1 10458:1 10472:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:2 10621:2 10681:1 10686:1 10687:1 10717:1 10749:1 10756:1 10778:5 10780:1 10791:2 10809:3 10827:1 10834:3 10835:1 10844:1 10850:2 10854:1 10900:1 10904:2 10929:1 10937:1 10944:1 10949:1 10954:2 10955:2 10963:1 10967:1 10971:1 10980:1 10984:1 10987:1 10990:1 10996:2 10997:2 10998:1 10999:1 11000:5 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:3 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:3 11248:2 11252:1 11258:3 11279:1 11297:1 11323:1 11327:1 11340:2 11347:2 11350:1 11355:1 11370:3 11372:3 11376:1 11396:1 11398:1 11406:1 11416:1 11419:3 11427:1 11437:2 11439:1 11440:2 11442:1 11450:1 11452:1 11453:2 11472:1 11510:1 11512:1 11537:1 11545:2 11551:1 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11646:2 11659:1 11664:1 11672:4 11673:3 11675:3 11682:1 11685:1 11690:1 11717:1 11720:3 11726:2 11728:1 11729:9 11732:1 11738:2 11745:2 11746:1 11753:1 11762:2 11768:1 11771:2 11777:1 11816:2 11822:1 11866:2 11880:2 11889:1 11894:1 11895:1 11926:1 11947:1 11948:3 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:2 12072:1 12076:1 12081:1 12083:1 12092:1 12093:2 12113:1 12124:3 12134:1 12139:1 12142:1 12150:1 12153:1 12175:2 12178:1 12187:2 12196:1 12197:5 12199:4 12201:1 12204:1 12219:4 12242:1 12248:1 12261:1 12265:1 12267:2 12279:2 12281:1 12282:1 12287:3 12292:2 12300:1 12301:1 12304:2 12305:1 12314:2 12316:1 12339:1 12343:1 12347:1 12355:2 12366:1 12375:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12474:1 12475:1 12481:2 12485:1 12497:1 12501:1 12507:2 12522:1 12541:1 12544:2 12555:2 12568:1 12571:1 12572:1 12584:1 12589:5 12599:1 12600:11 12601:1 12614:1 12622:3 12627:1 12628:2 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12685:1 12696:36 12722:1 12731:7 12732:13 12737:1 12746:1 12782:1 12783:2 12787:1 12801:2 12804:1 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12894:1 12897:1 12925:1 12952:3 12964:1 12992:1 12994:1 13004:1 13005:1 13019:1 13021:1 13040:1 13043:1 13069:2 13072:1 13078:2 13081:2 13085:1 13087:1 13104:1 13113:1 13120:1 13124:1 13125:1 13142:3 13144:3 13151:1 13157:2 13163:3 13171:3 13175:1 13189:1 13193:1 13219:1 13225:1 13235:2 13248:1 13282:1 13298:1 13299:1 13300:1 13305:1 13330:1 13339:1 13344:1 13347:2 13359:1 13363:1 13367:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13421:1 13436:1 13456:1 13457:1 13468:27 13485:4 13501:1 13514:1 13526:3 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13637:1 13646:1 13652:2 13660:1 13670:1 13671:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:5 13836:1 13848:2 13852:1 13856:1 13857:1 13876:4 13878:1 13889:1 13890:1 13897:2 13899:1 13905:3 13916:3 13924:4 13935:1 13939:1 13940:1 13949:2 13963:1 13971:1 13985:1 13993:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:3 14057:3 14066:1 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:2 14162:4 14164:1 14166:1 14172:2 14184:5 14185:1 14186:1 14190:2 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14271:2 14286:6 14289:1 14292:3 14296:2 14306:2 14308:2 14317:1 14334:1 14341:1 14388:1 14398:3 14417:3 14425:1 14437:1 14438:2 14453:1 14467:1 14470:1 14541:1 14554:1 14583:2 14589:1 14590:1 14594:1 14603:1 14620:2 14630:3 14631:2 14635:1 14650:2 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14702:1 14703:4 14719:1 14750:1 14751:1 14754:2 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:2 14849:1 14851:2 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14948:1 14950:1 14961:1 14995:2 15005:1 15007:8 15013:1 15014:1 15028:1 15054:1 15071:1 15087:1 15118:1 15132:1 15144:2 15154:1 15183:1 15205:1 15210:2 15220:1 15225:1 15232:1 15241:1 15252:1 15256:1 15270:2 15271:1 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15411:1 15415:1 15417:1 15426:1 15434:1 15436:1 15443:1 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:3 15513:1 15520:1 15521:1 15522:1 15530:1 15536:1 15542:4 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15619:1 15621:1 15627:1 15630:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:2 15718:1 15719:1 15720:1 15725:1 15727:2 15739:1 15743:1 15765:1 15781:1 15802:4 15807:1 15811:2 15821:3 15824:1 15826:3 15828:1 15829:1 15832:4 15834:3 15835:1 15841:2 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15931:1 15955:2 15957:1 15969:2 15970:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:12 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16051:1 16056:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16098:1 16111:2 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16210:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16318:1 16346:1 16349:1 16359:1 16363:1 16375:1 16381:1 16385:2 16391:2 16403:1 16406:2 16416:1 16427:2 16444:1 16449:3 16456:1 16457:1 16459:2 16470:2 16477:6 16544:1 16569:1 16579:1 16596:2 16599:1 16609:6 16613:1 16614:2 16622:1 16626:1 16630:1 16632:1 16639:1 16658:1 16661:2 16667:1 16686:1 16696:1 16729:2 16730:1 16732:2 16740:2 16759:1 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16881:1 16901:3 16924:1 16983:1 17010:4 17013:7 17020:1 17023:1 17045:1 17051:1 17081:1 17102:3 17106:7 17108:1 17119:2 17125:1 17138:1 17150:1 17154:1 17156:3 17159:3 17160:1 17173:1 17175:1 17190:3 17191:2 17199:1 17201:1 17202:1 17210:2 17213:2 17226:3 17230:1 17233:1 17235:4 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17280:1 17285:1 17290:1 17300:3 17302:2 17343:1 17366:3 17370:1 17375:1 17377:1 17381:1 17384:2 17388:2 17396:4 17399:1 17401:9 17417:1 17455:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17510:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:2 17563:1 17575:1 17577:4 17586:1 17596:1 17600:1 17607:3 17643:1 17653:1 17659:1 17661:1 17675:1 17677:1 17678:3 17725:1 17731:1 17739:1 17756:1 17768:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17833:1 17879:3 17908:2 17912:1 17913:1 17921:1 17925:1 17932:1 17936:4 17942:1 17962:1 17967:1 17973:1 17975:3 17976:1 17981:1 17984:1 17998:1 18014:1 18023:1 18032:5 18035:1 18038:6 18052:1 18078:6 18087:2 18125:1 18138:1 18152:2 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18266:1 18279:1 18291:1 18293:1 18303:5 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:2 18360:2 18365:1 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18456:1 18460:1 18486:1 18488:1 18491:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18563:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18625:1 18627:1 18641:1 18649:1 18651:1 18655:1 18661:1 18666:1 18672:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:7 18803:3 18804:2 18808:1 18809:1 18828:1 18832:1 18847:2 18859:1 18860:1 18863:1 18864:1 18866:1 18867:1 18869:7 18871:1 18873:1 18875:1 18877:1 18882:1 18883:1 18887:1 18890:1 18893:1 18896:2 18904:1 18918:3 18932:1 18938:1 18941:1 18958:1 18973:1 18974:1 18975:5 18986:1 18993:3 19001:1 19004:8 19028:3 19046:1 19050:2 19069:1 19078:2 19086:1 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:2 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:3 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19330:1 19332:1 19335:2 19340:3 19341:1 19344:4 19347:1 19360:1 19371:1 19377:2 19393:1 19398:1 19411:1 19417:1 19419:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:2 19462:1 19482:4 19493:1 19495:1 19512:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19595:1 19607:1 19620:1 19634:3 19635:3 19640:1 19641:1 19660:1 19662:2 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19718:1 19739:1 19758:1 19772:1 19774:1 19776:2 19805:1 19823:1 19827:1 19832:1 19837:1 19852:2 19857:1 19862:1 19876:1 19884:3 19893:3 19895:1 19904:1 19921:1 19931:1 19972:1 19979:1 19984:1 19991:1 20004:1 20010:1 20015:1 20020:1 20035:1 20039:1 20065:1 20072:2 20074:1 20086:1 20116:1 20117:1 20140:1 20154:1 20167:3 20180:1 20186:2 20190:1 20196:1 20200:3 20212:1 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:2 20271:1 20272:1 20274:1 20300:3 20303:1 20323:1 20326:1 20336:1 20337:1 20339:1 20342:1 20348:2 20350:4 20359:1 20369:1 20401:1 20420:1 20428:1 20432:1 20435:6 20439:2 20441:1 20476:1 20482:2 20492:2 20510:1 20558:1 20579:4 20582:1 20585:10 20594:2 20597:2 20607:2 20608:2 20609:2 20622:1 20625:2 20627:1 20628:3 20631:1 20639:1 20653:1 20656:1 20669:1 20672:2 20692:1 20703:2 20705:1 20713:1 20725:1 20731:2 20733:1 20737:1 20742:1 20743:1 20748:1 20758:1 20763:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:2 20835:1 20842:2 20884:2 20885:2 20887:1 20892:1 20929:1 20933:3 20937:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21102:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21195:1 21215:1 21217:2 21227:2 21234:1 21237:6 21263:2 21268:1 21270:2 21296:1 21301:1 21347:1 21379:2 21396:2 21422:2 21440:1 21445:1 21447:3 21454:3 21469:1 21473:3 21490:8 21491:1 21492:1 21493:1 21510:3 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:3 21610:3 21611:2 21616:3 21632:1 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21690:1 21696:1 21700:1 21713:14 21716:1 21726:1 21732:4 21738:2 21758:1 21771:1 21777:1 21786:1 21817:1 21832:1 21836:1 21839:1 21840:1 21843:1 21852:4 21857:20 21859:1 21862:1 21891:1 21894:1 21896:1 21903:1 21910:1 21918:13 21925:1 21935:1 21939:2 21943:1 21947:1 21951:2 21952:2 21961:1 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:2 22123:1 22139:3 22153:1 22154:3 22168:1 22196:10 22197:1 22238:2 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22293:1 22299:1 22314:1 22319:3 22328:2 22332:2 22338:1 22343:1 22344:1 22354:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22493:1 22509:1 22532:1 22553:2 22556:2 22566:1 22573:1 22581:1 22600:2 22613:1 22622:1 22626:2 22627:1 22629:1 22630:1 22631:3 22632:1 22644:1 22649:4 22652:3 22686:1 22725:1 22730:5 22734:1 22735:1 22741:1 22745:2 22747:1 22763:2 22765:1 22770:1 22783:1 22784:3 22842:1 22843:1 22849:2 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23024:1 23031:1 23033:1 23046:1 23055:1 23061:1 23071:1 23073:3 23074:1 23101:1 23113:1 23116:2 23117:1 23125:1 23135:1 23146:1 23147:1 23149:1 23157:2 23161:2 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23253:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23347:2 23350:2 23351:3 23359:1 23361:3 23365:2 23380:1 23383:1 23386:1 23388:1 23391:1 23403:1 23433:1 23439:1 23440:1 23444:1 23451:2 23479:1 23491:1 23520:1 23530:4 23531:2 23580:4 23598:1 23616:1 23629:1 23634:1 23636:4 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:5 23721:1 23734:2 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:5 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:2 23942:1 23945:2 23947:4 23954:1 23955:2 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:1 24029:1 24032:3 24048:1 24051:1 24052:1 24091:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:3
20 8:1 33:3 45:1 64:1 78:1 80:1 81:1 84:2 85:1 86:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:7 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:2 246:1 247:2 310:1 313:1 333:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 475:1 486:3 489:2 490:1 493:1 495:3 504:2 523:1 529:1 530:2 554:1 555:3 561:1 573:1 577:1 580:2 583:1 585:1 616:1 621:1 647:2 648:1 675:1 677:1 705:1 710:1 711:1 714:2 734:1 737:1 763:1 769:1 789:1 798:1 804:1 806:37 809:3 835:1 843:2 849:1 864:1 882:1 904:1 916:1 919:1 925:2 943:1 950:1 953:1 961:1 963:1 980:1 981:3 985:1 1000:2 1003:1 1005:1 1036:2 1054:1 1056:2 1059:1 1084:1 1097:2 1099:1 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1174:1 1180:1 1183:1 1194:1 1201:2 1208:1 1211:1 1213:6 1214:1 1223:2 1224:1 1233:1 1267:1 1284:3 1287:1 1289:1 1358:1 1360:1 1363:1 1392:1 1393:1 1398:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1494:1 1505:2 1510:1 1513:1 1515:1 1517:1 1521:2 1532:1 1552:1 1554:1 1557:1 1564:1 1567:4 1572:1 1586:1 1595:1 1603:1 1615:3 1618:1 1634:3 1640:1 1645:1 1647:1 1648:3 1650:1 1652:1 1653:5 1658:5 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:4 1712:1 1717:1 1721:1 1732:1 1737:1 1744:3 1746:3 1749:2 1752:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:3 1810:1 1838:1 1841:1 1842:2 1844:1 1848:2 1850:1 1852:6 1863:1 1870:1 1882:1 1883:1 1903:1 1907:1 1913:1 1915:1 1924:1 1926:1 1928:1 1929:1 1932:1 1933:4 1942:1 1956:5 1968:4 1980:2 1986:1 1987:1 2003:1 2004:1 2015:1 2017:2 2020:1 2022:3 2024:2 2025:2 2027:2 2030:1 2033:3 2034:1 2038:1 2040:1 2043:4 2045:1 2048:1 2049:5 2050:1 2054:1 2058:1 2068:1 2069:1 2071:2 2073:1 2089:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2177:1 2182:1 2195:1 2212:1 2240:1 2251:2 2303:1 2317:1 2323:1 2329:3 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:4 2405:3 2426:5 2454:1 2461:1 2465:1 2467:1 2473:2 2481:1 2489:3 2491:1 2506:1 2510:1 2518:14 2523:2 2529:7 2531:1 2541:4 2545:1 2547:1 2563:2 2566:2 2574:1 2583:1 2584:2 2609:1 2613:1 2626:1 2633:9 2648:1 2669:2 2679:1 2683:1 2696:1 2704:1 2721:1 2729:1 2730:1 2753:1 2756:1 2763:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:2 2834:1 2836:2 2837:1 2858:1 2877:1 2893:5 2901:2 2910:2 2912:1 2922:1 2923:1 2937:2 2948:1 2950:2 2956:2 2963:1 2974:2 2994:2 2998:6 3000:1 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3190:1 3195:1 3197:2 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:4 3312:1 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:2 3378:2 3387:2 3388:3 3419:6 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:8 3528:1 3530:1 3536:1 3538:3 3539:3 3540:3 3541:2 3544:1 3551:1 3553:1 3558:1 3561:1 3562:2 3564:1 3566:4 3580:1 3586:1 3598:1 3603:2 3607:1 3609:2 3612:1 3614:2 3615:4 3617:1 3618:1 3621:1 3625:2 3630:1 3631:3 3632:2 3636:3 3641:3 3646:3 3650:2 3652:2 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:2 3694:1 3697:1 3700:1 3714:1 3724:2 3729:1 3733:1 3738:1 3741:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3805:1 3817:1 3822:2 3832:1 3860:1 3861:1 3869:1 3876:3 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3941:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4027:1 4038:1 4044:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4147:1 4171:1 4178:3 4185:1 4189:2 4196:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:2 4263:1 4278:1 4280:1 4288:1 4293:1 4310:3 4326:1 4344:1 4353:1 4373:1 4374:2 4378:2 4383:1 4404:1 4407:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4445:3 4458:1 4473:1 4479:2 4483:1 4485:1 4487:1 4495:1 4497:1 4507:1 4517:1 4520:2 4525:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:3 4595:1 4600:1 4604:2 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:6 4698:1 4702:1 4707:11 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4752:1 4753:3 4756:1 4758:1 4769:12 4794:2 4799:3 4807:1 4841:1 4842:3 4846:1 4851:3 4862:2 4872:1 4875:1 4876:1 4880:1 4910:3 4911:1 4912:2 4914:1 4918:1 4935:1 4938:1 4942:2 4950:2 4955:1 4959:1 4962:2 4970:1 4972:2 4977:6 4990:3 4991:2 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:4 5097:1 5116:2 5118:2 5125:1 5133:1 5139:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:2 5203:1 5212:1 5243:1 5259:1 5282:1 5293:1 5313:1 5314:1 5317:1 5326:3 5337:1 5339:1 5341:1 5359:1 5379:4 5381:1 5387:1 5420:1 5433:1 5448:3 5452:1 5467:1 5474:1 5478:2 5505:3 5507:1 5515:1 5518:1 5519:1 5530:1 5534:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:2 5652:1 5658:1 5677:1 5691:1 5695:1 5730:1 5749:2 5758:1 5764:2 5804:3 5806:1 5815:1 5826:1 5827:1 5830:7 5846:2 5847:1 5849:2 5854:1 5868:2 5883:8 5885:1 5887:1 5890:1 5894:2 5899:1 5904:6 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:4 6021:1 6026:2 6028:1 6036:2 6037:4 6040:1 6043:1 6048:1 6064:1 6086:1 6098:1 6106:6 6109:1 6112:1 6123:1 6125:1 6144:1 6147:6 6149:1 6207:1 6217:1 6220:2 6232:2 6256:1 6265:1 6280:6 6299:1 6309:2 6310:2 6335:1 6338:1 6344:1 6348:2575 6350:1 6352:1 6357:2 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6424:1 6429:1 6432:3 6435:1 6452:1 6464:1 6473:1 6477:1 6478:1 6502:1 6512:1 6530:1 6541:1 6545:1 6571:2 6588:1 6593:1 6602:2 6605:1 6611:1 6620:1 6637:1 6645:1 6648:1 6658:1 6666:1 6674:1 6687:1 6699:1 6706:1 6726:1 6727:1 6738:5 6749:2 6756:3 6758:1 6759:1 6760:3 6761:1 6783:2 6800:1 6843:1 6864:2 6880:1 6883:1 6888:1 6891:1 6892:1 6894:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6959:1 6966:1 6981:1 6993:1 7013:1 7023:2 7050:2 7057:1 7059:1 7063:1 7073:1 7083:1 7107:1 7112:1 7116:1 7128:3 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:2 7234:2 7253:1 7254:13 7261:1 7279:2 7321:2 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:2 7392:1 7396:1 7432:4 7460:1 7461:1 7471:2 7472:1 7481:2 7484:2 7503:1 7510:1 7561:1 7563:1 7585:3 7587:1 7591:1 7595:1 7607:4 7618:1 7661:5 7665:1 7668:1 7715:1 7717:2 7723:1 7728:1 7733:3 7734:1 7758:19 7761:1 7769:1 7776:1 7778:1 7789:1 7790:2 7814:1 7821:1 7844:1 7845:5 7867:1 7868:1 7870:3 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:2 7994:1 7996:1 8000:1 8003:3 8004:2 8006:4 8009:3 8012:1 8013:1 8020:1 8037:1 8049:2 8066:1 8068:1 8116:1 8118:1 8119:1 8122:1 8125:1 8142:1 8159:1 8163:1 8175:1 8180:2 8191:1 8202:1 8209:1 8228:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:1 8376:1 8385:3 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8430:1 8436:1 8440:1 8446:1 8459:1 8461:2 8462:1 8467:3 8474:1 8480:1 8491:1 8512:1 8516:2 8522:1 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8738:1 8741:2 8751:1 8752:1 8766:17 8768:1 8773:3 8776:1 8778:1 8784:4 8803:1 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8852:1 8853:1 8855:1 8866:2 8884:1 8896:1 8897:2 8898:2 8901:5 8924:2 8927:1 8933:2 8949:1 8965:1 8971:1 8974:1 8987:1 8991:1 8992:2 8997:2 9002:1 9012:1 9020:8 9025:2 9030:3 9052:1 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:3 9130:2 9135:1 9140:3 9144:1 9176:3 9188:1 9209:1 9223:1 9228:1 9231:1 9239:1 9269:2 9278:1 9287:1 9288:2 9291:1 9292:1 9310:3 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9423:1 9439:1 9446:1 9447:2 9484:3 9490:1 9499:2 9502:1 9521:1 9545:1 9549:6 9552:5 9554:4 9556:3 9571:1 9578:1 9582:2 9583:2 9584:1 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:2 9729:1 9737:1 9740:6 9746:1 9774:1 9786:1 9793:1 9794:2 9807:1 9809:1 9812:1 9816:2 9824:1 9848:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9895:1 9903:1 9907:1 9910:2 9956:1 9967:1 9969:1 9976:1 9995:1 9996:3 9997:1 10002:2 10016:3 10021:1 10029:1 10031:1 10038:1 10045:1 10070:1 10081:1 10089:1 10090:1 10093:1 10100:1 10102:1 10108:1 10117:1 10121:1 10135:1 10146:3 10148:1 10153:5 10171:1 10177:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:3 10220:1 10226:2 10233:1 10240:1 10267:3 10269:2 10288:1 10294:2 10300:3 10301:1 10303:1 10312:3 10314:1 10317:1 10323:1 10324:1 10327:4 10329:3 10330:4 10336:2 10338:5 10341:2 10343:4 10349:1 10379:1 10384:1 10429:10 10435:2 10436:1 10443:2 10449:1 10451:1 10458:1 10472:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:2 10621:2 10681:1 10686:1 10687:1 10717:1 10749:1 10756:1 10778:5 10780:1 10791:2 10809:3 10827:2 10834:3 10835:1 10844:1 10850:2 10854:1 10900:1 10904:2 10929:1 10937:1 10944:1 10949:1 10954:2 10955:2 10963:1 10967:1 10971:1 10980:1 10984:1 10987:1 10990:1 10996:2 10997:2 10998:1 10999:1 11000:5 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:3 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:3 11248:2 11252:1 11258:3 11279:1 11297:1 11323:1 11327:1 11340:2 11347:2 11350:1 11355:1 11370:3 11372:3 11376:1 11396:1 11398:1 11406:1 11416:1 11419:3 11427:1 11437:2 11439:1 11440:2 11442:1 11450:1 11452:1 11453:2 11472:1 11510:1 11512:1 11537:1 11545:2 11551:1 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11646:2 11659:1 11664:1 11672:4 11673:3 11675:3 11682:1 11685:1 11690:2 11717:1 11720:3 11726:2 11728:1 11729:9 11732:1 11738:2 11745:2 11746:1 11753:1 11762:2 11768:1 11771:2 11777:1 11816:2 11822:1 11866:2 11880:2 11889:1 11894:1 11895:1 11926:1 11947:1 11948:3 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:2 12072:1 12076:1 12081:1 12083:1 12092:1 12093:2 12113:1 12124:3 12134:1 12139:1 12142:1 12150:1 12153:1 12175:2 12178:1 12187:2 12196:1 12197:5 12199:4 12201:1 12204:1 12219:4 12242:1 12248:1 12261:1 12265:1 12267:2 12279:2 12281:1 12282:1 12287:3 12292:2 12300:1 12301:1 12304:2 12305:1 12314:2 12316:1 12339:1 12343:1 12347:1 12355:2 12366:1 12375:1 12378:1 12384:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12474:1 12475:1 12481:2 12485:1 12497:1 12501:1 12507:2 12522:1 12541:1 12544:2 12555:2 12568:2 12571:1 12572:1 12584:1 12589:5 12599:1 12600:11 12601:1 12614:1 12622:3 12627:1 12628:2 12631:2 12632:1 12635:4 12636:1 12640:3 12645:1 12677:1 12680:1 12685:1 12696:36 12722:1 12731:8 12732:13 12737:1 12746:1 12782:1 12783:2 12787:1 12801:2 12804:1 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12893:1 12894:1 12897:1 12925:1 12952:3 12964:1 12992:1 12994:1 13004:1 13005:1 13014:1 13019:3 13021:1 13040:1 13043:1 13069:2 13072:1 13078:2 13081:2 13085:1 13087:1 13104:1 13113:1 13120:1 13124:2 13125:1 13142:3 13144:3 13151:1 13157:2 13163:3 13171:3 13175:1 13189:1 13193:1 13219:1 13225:1 13235:2 13248:1 13282:1 13298:1 13299:1 13300:1 13305:1 13330:1 13339:1 13344:1 13347:2 13359:1 13363:1 13367:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13407:1 13421:1 13436:1 13456:1 13457:1 13468:27 13485:4 13501:1 13514:1 13526:3 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13637:1 13646:1 13652:2 13660:1 13670:1 13671:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:5 13836:1 13848:2 13852:1 13856:1 13857:1 13876:4 13878:1 13889:1 13890:1 13897:2 13899:1 13905:3 13916:3 13924:4 13935:1 13939:1 13940:1 13949:2 13963:1 13971:1 13985:1 13993:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:3 14057:3 14066:1 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:2 14162:4 14164:1 14166:1 14172:2 14184:5 14185:1 14186:1 14190:2 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14261:1 14271:2 14286:6 14289:1 14292:3 14296:2 14306:2 14308:2 14317:1 14334:1 14341:1 14388:1 14398:3 14417:3 14425:1 14437:1 14438:2 14453:1 14467:1 14470:1 14541:1 14554:1 14583:2 14589:1 14590:1 14594:1 14603:1 14620:2 14630:3 14631:2 14635:1 14650:2 14654:1 14665:3 14678:1 14691:1 14698:1 14700:1 14702:1 14703:4 14719:1 14750:1 14751:1 14754:2 14765:1 14769:2 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:2 14849:1 14851:2 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14948:1 14950:1 14961:1 14995:2 15005:1 15007:8 15013:1 15014:1 15028:1 15054:3 15071:1 15087:1 15118:1 15132:1 15144:2 15154:1 15183:1 15205:1 15210:2 15220:1 15225:1 15232:1 15241:1 15252:1 15256:1 15270:2 15271:1 15280:3 15282:1 15295:1 15302:1 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15411:1 15415:1 15417:1 15426:1 15434:1 15436:1 15443:2 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:3 15513:1 15520:1 15521:1 15522:1 15530:1 15536:1 15542:4 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15619:1 15621:1 15627:1 15630:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:3 15718:1 15719:1 15720:1 15725:1 15727:2 15731:1 15739:1 15743:1 15765:1 15781:1 15802:4 15807:1 15811:2 15821:3 15824:1 15826:3 15828:1 15829:1 15832:5 15834:3 15835:1 15841:2 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15931:1 15955:2 15957:1 15969:2 15970:1 15972:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:12 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16051:1 16056:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16098:1 16111:2 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16210:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16318:1 16346:1 16349:1 16359:1 16363:1 16375:1 16381:1 16385:2 16391:2 16403:1 16406:2 16416:1 16427:2 16444:1 16449:3 16456:1 16457:1 16459:2 16470:2 16477:6 16537:1 16544:1 16569:1 16579:1 16596:2 16599:1 16609:6 16613:1 16614:2 16622:1 16626:1 16630:1 16632:1 16639:1 16658:1 16661:2 16667:1 16686:1 16696:1 16729:2 16730:1 16732:2 16740:2 16759:1 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16867:1 16881:1 16901:3 16924:1 16983:1 17010:4 17013:7 17020:1 17023:1 17045:1 17051:1 17081:1 17102:3 17106:7 17108:1 17119:2 17125:1 17138:1 17150:1 17154:2 17156:3 17159:3 17160:1 17173:1 17175:2 17190:3 17191:2 17199:1 17201:1 17202:1 17210:2 17213:2 17226:3 17230:1 17233:1 17235:4 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17280:1 17285:1 17290:1 17300:3 17302:2 17343:1 17366:3 17370:1 17375:1 17377:1 17381:1 17384:2 17388:2 17396:4 17399:1 17401:9 17417:1 17455:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17510:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:2 17563:1 17575:1 17577:4 17586:1 17596:1 17600:2 17601:1 17607:3 17643:1 17653:1 17659:1 17661:1 17675:1 17677:1 17678:3 17725:1 17731:1 17739:1 17756:1 17768:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17833:1 17879:3 17908:2 17912:1 17913:1 17921:1 17925:1 17932:1 17936:4 17942:1 17961:1 17962:1 17967:1 17973:1 17975:3 17976:1 17981:1 17984:1 17998:1 18014:1 18023:1 18032:5 18035:1 18038:6 18052:1 18078:6 18087:2 18125:1 18138:1 18152:2 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18266:1 18279:1 18291:1 18293:1 18303:5 18308:1 18309:1 18311:1 18325:1 18329:1 18331:1 18337:2 18360:2 18365:2 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:7 18456:1 18460:1 18486:1 18488:1 18491:1 18508:1 18511:2 18517:2 18519:2 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18563:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18625:1 18627:2 18641:1 18649:1 18651:1 18655:1 18661:1 18666:1 18672:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:7 18803:3 18804:2 18808:1 18809:1 18828:1 18832:1 18847:2 18859:1 18860:1 18863:1 18864:1 18866:1 18867:1 18869:7 18871:1 18873:1 18875:1 18877:1 18882:2 18883:1 18887:1 18890:1 18893:1 18896:2 18904:1 18918:3 18932:1 18938:1 18941:1 18958:1 18973:1 18974:1 18975:5 18986:1 18993:3 19001:1 19004:8 19028:4 19046:1 19050:2 19069:1 19078:2 19086:1 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:2 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:3 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19330:1 19332:1 19335:2 19340:3 19341:1 19344:4 19347:1 19360:1 19371:1 19377:2 19393:1 19398:1 19411:1 19417:1 19419:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:2 19462:1 19482:4 19493:1 19495:1 19512:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19595:1 19607:1 19620:1 19634:4 19635:4 19640:1 19641:1 19660:1 19662:2 19669:1 19674:3 19677:1 19684:1 19690:1 19699:1 19708:1 19716:1 19718:1 19739:1 19758:1 19772:1 19774:1 19776:2 19805:1 19823:1 19827:1 19832:1 19837:1 19852:2 19857:1 19862:1 19876:1 19884:3 19893:3 19895:1 19904:1 19921:1 19931:1 19972:1 19979:1 19984:1 19991:1 20004:1 20010:1 20015:1 20020:1 20035:1 20039:1 20065:1 20072:2 20074:1 20086:1 20116:1 20117:1 20140:1 20154:1 20167:3 20180:1 20186:2 20190:1 20196:1 20200:3 20212:1 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:2 20271:1 20272:1 20274:1 20285:1 20300:3 20303:1 20323:1 20326:1 20336:1 20337:1 20339:1 20342:1 20348:2 20350:4 20359:1 20369:1 20401:1 20420:1 20428:1 20432:1 20435:6 20439:2 20441:1 20476:1 20482:2 20492:2 20510:1 20558:1 20579:4 20582:1 20585:10 20594:2 20597:2 20607:2 20608:2 20609:2 20622:1 20625:2 20627:1 20628:4 20631:1 20639:1 20653:1 20656:1 20669:1 20672:2 20682:1 20692:1 20703:2 20705:1 20713:1 20725:1 20731:2 20733:1 20737:1 20742:1 20743:1 20748:1 20758:1 20763:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:2 20835:1 20842:2 20884:2 20885:2 20887:1 20892:1 20929:1 20933:3 20937:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21102:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21195:1 21215:1 21217:2 21227:2 21234:1 21237:6 21263:2 21268:1 21270:2 21296:1 21301:1 21347:1 21379:2 21396:2 21422:2 21440:1 21445:1 21447:3 21454:3 21469:1 21473:3 21490:8 21491:1 21492:1 21493:1 21510:3 21522:1 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:3 21610:3 21611:2 21616:3 21632:1 21635:2 21645:1 21652:1 21661:1 21676:1 21678:8 21687:1 21690:1 21696:1 21700:1 21713:14 21716:1 21726:1 21732:4 21738:2 21758:1 21771:1 21777:1 21786:1 21817:1 21832:1 21836:1 21839:1 21840:1 21843:1 21852:4 21857:20 21859:1 21862:1 21891:1 21894:1 21896:1 21903:1 21910:1 21918:13 21925:1 21935:1 21939:2 21943:1 21947:1 21951:2 21952:2 21961:1 21967:1 21984:1 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:2 22123:1 22139:3 22153:1 22154:3 22168:1 22196:10 22197:1 22238:2 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22293:1 22295:1 22299:1 22314:1 22319:3 22328:2 22332:2 22338:1 22343:1 22344:1 22354:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:10 22472:1 22474:2 22493:1 22509:1 22532:1 22553:2 22556:2 22566:1 22573:1 22581:1 22600:2 22613:1 22622:1 22626:2 22627:1 22629:1 22630:1 22631:3 22632:1 22644:1 22649:4 22652:4 22686:1 22725:1 22730:5 22734:1 22735:1 22741:1 22745:2 22747:1 22763:2 22765:1 22770:1 22783:1 22784:3 22842:1 22843:1 22849:2 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23008:1 23024:1 23031:1 23033:1 23046:1 23055:1 23061:1 23071:1 23073:3 23074:1 23101:1 23113:1 23116:2 23117:1 23125:1 23135:1 23146:1 23147:1 23149:1 23157:2 23161:2 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23253:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:1 23313:1 23332:1 23335:1 23339:1 23347:2 23350:2 23351:3 23359:1 23361:3 23365:2 23380:1 23383:1 23386:1 23388:1 23391:1 23403:1 23433:1 23439:1 23440:1 23444:1 23451:2 23479:1 23491:1 23520:1 23530:4 23531:2 23580:4 23598:1 23616:1 23629:1 23634:1 23636:4 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:2 23707:1 23708:1 23718:5 23721:1 23734:2 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:5 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:2 23942:1 23945:2 23947:4 23948:1 23954:1 23955:2 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:2 24029:1 24032:3 24048:1 24051:1 24052:1 24091:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:4
20 8:1 33:3 45:1 64:1 78:1 80:1 81:1 84:2 85:1 86:1 88:1 94:1 100:1 128:1 129:1 134:1 143:1 152:1 158:4 159:1 164:1 165:1 181:7 191:1 201:1 206:1 221:1 234:1 239:1 243:1 245:2 246:1 247:2 310:1 313:1 333:1 341:1 342:1 347:1 373:1 391:1 393:1 402:1 433:1 434:3 452:1 475:1 486:3 489:2 490:1 493:1 495:3 504:2 523:1 529:1 530:2 554:1 555:3 561:1 573:1 577:1 578:1 580:2 583:1 585:1 616:1 621:1 647:2 648:1 675:1 677:1 705:1 710:2 711:1 714:2 734:1 737:1 763:1 769:1 789:1 798:1 804:1 806:38 809:3 835:1 843:2 849:1 864:1 882:1 904:1 916:1 919:1 925:2 943:1 950:1 953:1 961:1 963:1 980:1 981:3 985:1 1000:2 1003:1 1005:1 1036:2 1054:1 1056:2 1059:1 1083:1 1084:1 1097:2 1099:1 1101:1 1107:1 1109:3 1119:1 1155:1 1156:4 1166:1 1168:1 1169:2 1171:2 1174:1 1180:1 1183:1 1194:1 1201:2 1208:1 1211:1 1213:6 1214:1 1223:2 1224:1 1233:1 1267:1 1284:4 1287:1 1289:1 1358:1 1360:1 1363:1 1392:1 1393:1 1398:1 1405:5 1406:5 1420:1 1428:1 1449:1 1459:1 1493:1 1494:1 1505:2 1510:2 1513:1 1515:1 1517:1 1521:3 1532:1 1552:1 1554:1 1557:2 1564:1 1567:4 1572:1 1586:1 1595:1 1603:1 1615:3 1618:1 1634:3 1640:1 1645:1 1647:1 1648:3 1650:1 1652:1 1653:5 1658:5 1665:2 1666:1 1667:1 1674:1 1686:1 1695:1 1704:5 1712:2 1717:1 1721:1 1732:1 1737:1 1744:3 1746:3 1749:2 1752:1 1754:1 1755:1 1776:1 1791:1 1798:2 1804:3 1810:1 1816:1 1838:1 1841:1 1842:2 1844:1 1848:2 1850:1 1852:6 1863:1 1870:1 1882:1 1883:1 1903:1 1907:1 1913:1 1914:1 1915:1 1924:1 1926:1 1928:1 1929:1 1932:1 1933:4 1942:1 1956:5 1968:4 1980:2 1986:1 1987:1 2003:1 2004:2 2015:1 2017:2 2020:1 2022:3 2024:2 2025:2 2027:2 2030:2 2033:3 2034:1 2038:1 2040:1 2043:4 2045:1 2048:1 2049:5 2050:1 2054:1 2058:1 2068:1 2069:1 2071:2 2073:1 2089:1 2114:1 2116:1 2117:1 2129:3 2134:1 2140:1 2141:1 2143:1 2166:1 2174:1 2177:1 2182:1 2195:1 2212:1 2240:1 2251:2 2303:1 2317:1 2323:1 2329:3 2346:2 2365:1 2366:1 2368:1 2388:1 2389:1 2392:4 2405:3 2426:6 2454:1 2461:1 2465:1 2467:1 2473:2 2481:1 2489:3 2491:1 2506:1 2510:1 2518:14 2523:2 2529:7 2531:1 2541:4 2545:1 2547:1 2563:3 2566:2 2574:1 2583:1 2584:2 2609:1 2613:1 2626:1 2633:9 2648:1 2654:1 2669:2 2679:1 2683:1 2696:1 2701:1 2704:1 2721:1 2729:1 2730:1 2753:1 2756:1 2763:1 2770:1 2780:1 2785:1 2788:1 2794:2 2826:3 2834:1 2836:2 2837:1 2858:1 2877:1 2893:5 2901:2 2910:2 2912:1 2922:1 2923:1 2937:2 2948:1 2950:2 2956:2 2963:1 2974:2 2994:2 2998:6 3000:1 3011:1 3020:2 3021:1 3027:1 3045:1 3064:2 3071:3 3076:2 3090:1 3104:2 3111:1 3131:1 3138:1 3145:2 3190:1 3195:1 3197:2 3198:1 3226:1 3239:4 3250:2 3253:1 3271:1 3287:3 3299:9 3304:2 3307:1 3308:4 3312:1 3321:1 3329:1 3330:1 3335:1 3341:1 3368:2 3370:1 3377:2 3378:2 3387:2 3388:3 3419:6 3421:2 3429:1 3432:2 3447:1 3466:1 3476:2 3479:2 3482:2 3485:2 3487:1 3501:1 3509:2 3521:2 3523:8 3524:8 3528:1 3530:1 3536:1 3538:4 3539:3 3540:3 3541:2 3544:1 3551:1 3553:1 3558:1 3561:1 3562:2 3564:1 3566:4 3580:1 3586:1 3598:1 3603:2 3607:1 3609:2 3612:1 3614:2 3615:4 3617:1 3618:1 3621:1 3625:2 3630:1 3631:3 3632:2 3636:3 3641:3 3646:4 3650:2 3652:2 3653:2 3656:1 3658:2 3660:1 3668:1 3673:1 3680:1 3685:1 3691:2 3694:1 3697:1 3700:1 3714:1 3724:2 3729:1 3733:1 3738:1 3741:1 3756:1 3764:1 3778:1 3784:1 3786:1 3791:1 3805:1 3817:1 3822:2 3832:1 3841:1 3860:1 3861:1 3869:1 3876:3 3878:1 3879:1 3884:1 3906:1 3926:2 3931:1 3941:1 3943:1 3958:1 3963:1 3965:1 3981:2 4000:1 4003:1 4027:1 4038:1 4044:1 4049:1 4051:1 4064:1 4071:1 4072:1 4095:1 4098:1 4099:1 4133:1 4135:1 4136:1 4147:1 4171:1 4178:4 4185:1 4189:2 4196:1 4206:1 4226:1 4250:1 4252:1 4255:1 4257:1 4261:2 4263:1 4278:1 4280:1 4288:1 4293:1 4310:3 4326:1 4344:1 4353:1 4373:1 4374:2 4377:1 4378:2 4383:1 4404:1 4407:1 4409:2 4412:1 4415:2 4421:2 4427:2 4431:1 4433:1 4437:1 4442:1 4445:4 4458:1 4473:1 4479:2 4483:1 4485:2 4487:1 4495:1 4497:1 4507:1 4517:1 4519:1 4520:2 4525:1 4529:1 4531:1 4536:2 4543:1 4575:1 4585:3 4595:1 4600:1 4604:2 4608:1 4611:1 4620:1 4625:1 4644:1 4653:1 4656:1 4660:6 4690:6 4698:1 4702:1 4707:11 4708:2 4711:2 4725:1 4728:2 4730:3 4735:1 4737:1 4752:1 4753:3 4756:1 4758:1 4769:12 4794:2 4799:3 4807:1 4841:1 4842:3 4846:1 4851:3 4862:2 4872:1 4875:1 4876:1 4880:1 4910:3 4911:1 4912:2 4914:1 4918:1 4935:1 4938:1 4942:2 4950:2 4955:1 4959:1 4962:2 4970:1 4972:2 4977:6 4990:3 4991:3 4993:1 5002:1 5018:1 5023:1 5029:1 5033:1 5041:1 5062:1 5072:8 5087:4 5097:1 5116:2 5118:2 5125:1 5133:1 5139:1 5161:1 5170:2 5173:1 5175:1 5177:1 5184:1 5185:2 5203:1 5212:1 5243:1 5259:1 5282:1 5285:1 5293:1 5313:1 5314:1 5317:1 5326:4 5337:1 5339:1 5341:1 5359:1 5379:4 5381:1 5387:1 5420:1 5433:1 5448:3 5449:1 5452:1 5467:1 5474:1 5478:3 5505:3 5507:1 5515:1 5518:1 5519:1 5530:1 5534:1 5535:1 5541:1 5552:1 5567:1 5604:1 5611:2 5623:2 5652:1 5658:1 5677:1 5691:1 5695:1 5730:1 5749:2 5758:1 5764:2 5804:3 5806:1 5815:1 5826:2 5827:1 5830:7 5846:2 5847:1 5849:3 5854:1 5868:2 5883:9 5885:1 5887:1 5890:1 5894:2 5899:1 5904:6 5924:1 5927:1 5936:1 5948:1 5951:1 5958:1 5959:1 5966:1 5972:4 6021:1 6026:2 6028:1 6036:2 6037:4 6040:1 6043:1 6048:1 6064:1 6086:1 6098:1 6106:6 6109:1 6112:1 6123:1 6125:1 6144:1 6147:7 6149:1 6207:1 6217:1 6220:2 6232:2 6256:1 6265:1 6280:6 6298:1 6299:1 6309:2 6310:2 6335:1 6338:1 6344:1 6348:2637 6350:2 6352:1 6357:3 6374:1 6377:2 6384:1 6388:3 6400:1 6407:1 6410:1 6417:2 6424:1 6429:1 6432:3 6435:1 6452:1 6464:1 6473:1 6477:1 6478:1 6502:1 6512:1 6530:1 6541:1 6545:1 6571:2 6585:1 6588:1 6593:1 6602:2 6605:1 6611:1 6620:1 6637:1 6645:1 6648:1 6658:1 6666:1 6674:1 6687:1 6699:1 6706:1 6726:1 6727:1 6738:5 6749:2 6756:3 6758:1 6759:1 6760:3 6761:1 6783:2 6800:1 6843:1 6864:2 6880:1 6883:1 6888:1 6891:1 6892:1 6894:1 6919:1 6934:1 6939:1 6948:1 6949:2 6952:1 6958:1 6959:1 6966:1 6981:1 6993:1 7013:1 7023:2 7050:2 7057:1 7059:1 7063:1 7073:1 7083:1 7107:1 7112:1 7116:1 7128:4 7162:1 7172:1 7173:2 7215:1 7225:1 7229:1 7231:3 7234:2 7253:1 7254:13 7261:1 7279:2 7321:2 7335:1 7341:2 7353:1 7356:1 7370:1 7381:2 7383:2 7392:1 7396:1 7432:4 7460:1 7461:1 7471:3 7472:1 7481:2 7484:2 7503:1 7510:1 7561:1 7563:1 7585:3 7587:1 7591:1 7595:1 7607:4 7618:1 7661:5 7665:1 7668:1 7715:1 7717:2 7723:1 7728:1 7733:3 7734:1 7758:20 7761:1 7769:1 7776:1 7778:1 7789:1 7790:2 7814:1 7821:1 7844:1 7845:5 7867:1 7868:1 7870:3 7873:1 7875:1 7909:1 7932:8 7938:1 7940:3 7949:7 7968:1 7975:3 7976:2 7979:1 7983:1 7987:1 7989:2 7994:1 7996:1 8000:1 8003:3 8004:2 8006:4 8009:3 8012:1 8013:1 8020:1 8037:1 8049:2 8066:1 8068:1 8116:1 8118:1 8119:1 8122:1 8125:1 8142:1 8159:1 8163:1 8175:1 8180:2 8191:1 8202:1 8209:1 8228:1 8257:1 8264:1 8265:1 8284:4 8294:1 8295:1 8302:2 8318:1 8333:1 8337:1 8341:1 8350:1 8354:1 8359:1 8362:2 8376:1 8385:3 8388:3 8405:4 8406:3 8412:1 8413:1 8428:1 8429:1 8430:1 8436:1 8440:1 8446:1 8459:1 8461:2 8462:1 8467:3 8474:1 8480:1 8491:1 8512:1 8516:2 8522:1 8536:2 8562:1 8567:1 8574:1 8577:1 8584:1 8616:1 8628:3 8641:1 8642:1 8666:1 8698:1 8732:1 8738:1 8741:3 8751:1 8752:1 8766:17 8768:1 8773:3 8776:1 8778:2 8784:4 8790:1 8803:1 8810:1 8820:1 8828:1 8830:1 8840:1 8845:1 8846:1 8852:1 8853:1 8855:1 8866:2 8884:1 8896:1 8897:2 8898:2 8901:5 8924:2 8927:1 8933:2 8949:1 8960:1 8965:1 8971:1 8974:1 8987:2 8991:1 8992:2 8997:2 9002:1 9012:1 9020:8 9025:2 9030:3 9052:1 9053:1 9066:1 9072:1 9076:1 9082:1 9083:1 9091:2 9098:1 9100:1 9103:1 9111:1 9112:1 9119:1 9120:3 9130:2 9135:1 9140:3 9144:1 9176:3 9188:1 9209:1 9223:1 9228:1 9231:1 9239:1 9269:2 9278:1 9287:1 9288:2 9291:1 9292:1 9310:3 9329:1 9352:1 9354:1 9359:1 9369:1 9371:1 9375:1 9383:2 9400:1 9411:1 9423:1 9439:1 9446:1 9447:2 9484:3 9490:1 9499:2 9502:1 9521:1 9545:1 9549:6 9552:5 9554:4 9556:3 9561:1 9571:1 9578:1 9582:2 9583:2 9584:1 9591:2 9598:1 9599:2 9610:1 9623:1 9640:1 9647:1 9650:1 9655:1 9672:1 9694:1 9695:1 9706:1 9718:3 9729:1 9737:1 9740:6 9746:1 9774:1 9786:1 9793:1 9794:2 9807:1 9809:1 9812:1 9816:2 9824:1 9848:1 9863:1 9865:1 9870:1 9872:1 9880:1 9881:1 9894:1 9895:1 9903:1 9907:1 9910:2 9956:1 9967:1 9969:1 9976:1 9995:1 9996:3 9997:1 10002:2 10016:3 10021:1 10029:1 10031:1 10038:1 10045:1 10070:1 10081:1 10089:1 10090:1 10093:1 10100:1 10102:1 10108:1 10117:1 10121:1 10135:1 10146:4 10148:1 10153:5 10171:1 10177:1 10181:1 10183:1 10188:1 10200:1 10207:2 10212:3 10220:1 10226:2 10233:1 10240:1 10267:3 10269:2 10279:1 10288:1 10294:3 10300:3 10301:1 10303:1 10312:3 10314:2 10317:1 10323:1 10324:1 10327:4 10329:3 10330:4 10336:2 10338:5 10341:2 10343:4 10349:1 10379:1 10384:1 10429:11 10435:2 10436:1 10443:2 10449:1 10451:1 10458:1 10472:1 10483:1 10490:1 10500:1 10509:1 10510:4 10531:1 10538:1 10542:1 10547:1 10557:1 10564:4 10592:1 10593:2 10613:2 10621:2 10632:1 10653:1 10681:1 10686:1 10687:1 10717:1 10749:1 10756:1 10778:5 10780:1 10785:1 10791:2 10809:3 10827:3 10834:3 10835:2 10844:1 10850:2 10854:1 10900:1 10904:2 10929:1 10937:1 10944:1 10949:1 10954:2 10955:3 10963:1 10967:1 10971:1 10980:1 10984:1 10987:1 10990:1 10996:2 10997:2 10998:1 10999:1 11000:6 11004:1 11005:1 11007:1 11021:1 11023:1 11029:1 11054:1 11057:1 11058:1 11068:1 11072:1 11079:1 11086:1 11093:2 11097:3 11100:1 11110:1 11133:1 11137:2 11138:1 11144:1 11153:1 11157:1 11164:2 11193:2 11196:1 11206:1 11208:1 11220:1 11223:2 11225:2 11228:3 11248:2 11252:1 11258:3 11279:1 11280:1 11286:1 11297:1 11323:1 11327:1 11340:2 11347:2 11350:1 11355:1 11370:3 11372:3 11376:1 11396:1 11398:1 11406:1 11416:1 11419:3 11427:1 11437:2 11439:1 11440:3 11442:1 11450:1 11452:1 11453:2 11472:1 11510:1 11512:1 11537:1 11545:2 11551:1 11558:1 11562:1 11565:1 11567:1 11617:1 11620:1 11631:1 11643:1 11646:2 11659:1 11664:1 11672:4 11673:3 11675:3 11682:1 11685:1 11690:2 11717:1 11720:3 11726:2 11728:1 11729:9 11732:1 11738:2 11745:2 11746:1 11753:1 11762:2 11768:1 11771:2 11777:1 11816:2 11822:1 11845:1 11866:2 11880:2 11889:1 11894:1 11895:1 11926:1 11947:1 11948:3 11952:1 11965:1 11974:1 11986:1 11991:3 11994:2 12012:3 12013:1 12029:1 12043:1 12056:1 12071:2 12072:1 12076:1 12081:1 12083:1 12092:1 12093:2 12113:1 12124:3 12134:1 12139:1 12142:1 12150:1 12153:1 12175:2 12178:1 12187:2 12196:1 12197:6 12199:4 12201:1 12204:1 12219:4 12242:1 12248:1 12261:1 12265:1 12267:2 12279:2 12281:1 12282:1 12287:3 12292:2 12300:1 12301:1 12304:2 12305:1 12314:2 12316:1 12339:1 12343:1 12347:1 12355:2 12366:1 12375:1 12378:1 12384:1 12385:1 12394:1 12396:1 12402:1 12403:1 12417:1 12433:1 12437:1 12440:1 12442:1 12443:1 12460:1 12467:1 12468:2 12472:1 12474:1 12475:1 12481:2 12485:1 12497:1 12501:1 12507:2 12522:1 12541:1 12544:2 12555:2 12568:2 12571:1 12572:1 12584:1 12589:5 12599:1 12600:11 12601:1 12614:1 12622:3 12627:1 12628:2 12631:4 12632:1 12635:5 12636:1 12640:3 12645:1 12677:1 12680:1 12685:1 12696:37 12705:1 12712:1 12722:1 12731:8 12732:13 12737:1 12739:1 12746:1 12782:1 12783:2 12787:1 12801:2 12804:1 12812:1 12819:1 12828:1 12861:1 12862:1 12884:1 12890:1 12893:1 12894:1 12897:1 12916:1 12918:1 12925:1 12952:3 12964:1 12992:1 12994:1 13004:1 13005:1 13014:1 13019:4 13021:1 13040:1 13043:1 13069:2 13072:1 13078:2 13081:2 13085:1 13087:1 13104:1 13113:1 13120:1 13124:2 13125:1 13142:3 13144:3 13151:1 13157:2 13163:3 13171:3 13175:1 13189:1 13193:1 13219:1 13225:1 13235:2 13248:2 13282:1 13298:1 13299:1 13300:1 13305:1 13330:1 13339:1 13344:1 13347:2 13359:1 13363:1 13367:1 13369:1 13378:9 13388:2 13389:1 13397:1 13398:3 13399:1 13407:1 13421:1 13436:1 13456:1 13457:1 13468:28 13485:5 13501:1 13514:1 13526:3 13545:1 13565:1 13576:1 13589:2 13604:1 13616:1 13637:1 13646:1 13652:2 13655:1 13660:1 13670:1 13671:1 13676:1 13694:1 13698:1 13747:1 13765:1 13785:1 13788:1 13807:1 13815:5 13836:1 13848:2 13852:1 13856:1 13857:1 13876:4 13878:1 13889:1 13890:1 13897:2 13899:1 13902:1 13905:3 13916:3 13924:4 13935:1 13939:1 13940:1 13949:2 13963:1 13971:1 13985:1 13993:1 13994:1 14021:1 14023:1 14024:1 14034:1 14037:3 14042:1 14054:3 14057:3 14066:1 14070:1 14073:1 14111:1 14117:1 14125:1 14130:1 14141:1 14142:1 14143:2 14144:2 14153:1 14156:3 14160:2 14162:4 14164:1 14166:1 14172:2 14177:1 14184:5 14185:1 14186:1 14190:2 14202:1 14205:1 14206:2 14213:1 14218:1 14235:1 14250:1 14253:1 14261:1 14271:2 14286:6 14289:1 14292:3 14296:2 14306:2 14308:2 14317:1 14334:1 14341:1 14388:1 14398:3 14417:3 14425:1 14437:1 14438:2 14453:2 14467:1 14470:1 14541:1 14554:1 14583:2 14589:1 14590:1 14594:1 14603:1 14620:2 14630:3 14631:2 14635:1 14650:2 14654:1 14665:3 14678:1 14691:1 14698:2 14700:1 14702:1 14703:4 14719:1 14750:1 14751:1 14754:2 14765:1 14769:3 14781:1 14793:1 14801:1 14809:1 14812:1 14820:1 14828:3 14841:2 14849:1 14851:2 14891:1 14895:2 14906:6 14909:4 14916:1 14921:1 14925:1 14939:3 14948:1 14950:1 14961:1 14995:2 15005:2 15007:8 15013:1 15014:1 15028:1 15054:4 15071:1 15087:1 15118:1 15132:1 15144:3 15154:1 15183:1 15205:1 15210:2 15220:1 15225:1 15232:1 15241:1 15252:1 15256:1 15270:2 15271:1 15280:3 15282:1 15295:1 15302:2 15303:1 15304:1 15308:1 15322:1 15323:1 15331:1 15358:3 15378:1 15390:2 15393:7 15395:1 15398:1 15401:1 15411:1 15415:1 15417:1 15426:1 15434:1 15436:1 15443:3 15451:1 15459:1 15466:2 15473:1 15484:1 15491:1 15495:3 15513:1 15520:1 15521:1 15522:1 15530:1 15536:1 15542:4 15543:1 15551:1 15559:1 15576:1 15587:1 15613:4 15619:1 15621:1 15627:1 15630:1 15646:1 15658:1 15659:2 15671:3 15696:1 15706:1 15707:1 15712:1 15715:3 15718:1 15719:1 15720:1 15725:1 15727:2 15731:1 15739:1 15743:1 15765:1 15781:1 15802:4 15807:1 15811:2 15821:3 15824:1 15826:3 15828:1 15829:1 15832:5 15834:3 15835:1 15841:2 15845:1 15846:6 15863:1 15865:3 15885:4 15901:1 15908:5 15910:1 15931:1 15955:2 15957:1 15969:2 15970:1 15972:1 15980:2 15984:1 15995:2 16003:1 16017:1 16021:12 16025:1 16026:1 16039:1 16043:1 16047:1 16049:1 16051:1 16056:1 16058:2 16065:1 16068:1 16076:2 16081:1 16092:2 16095:1 16098:1 16111:2 16129:1 16130:1 16131:1 16136:1 16140:2 16146:1 16155:1 16168:2 16174:1 16203:1 16210:1 16257:1 16282:2 16293:1 16303:3 16304:1 16305:1 16308:2 16316:2 16318:1 16346:1 16349:1 16359:1 16363:1 16375:1 16381:1 16385:2 16391:2 16403:1 16406:2 16416:1 16427:2 16444:1 16449:3 16456:1 16457:1 16459:2 16470:2 16477:6 16537:1 16544:1 16569:1 16579:1 16596:2 16599:1 16609:6 16613:1 16614:2 16622:1 16626:1 16630:1 16632:1 16639:1 16658:1 16661:2 16667:1 16686:1 16696:1 16729:2 16730:1 16732:2 16740:2 16759:1 16760:2 16767:1 16821:1 16827:1 16829:1 16835:1 16839:2 16867:1 16881:1 16901:3 16924:1 16983:1 17010:4 17013:7 17020:1 17023:1 17045:1 17051:1 17081:1 17102:3 17106:7 17108:1 17119:2 17125:1 17138:1 17150:1 17154:2 17156:4 17159:3 17160:1 17173:1 17175:3 17190:3 17191:2 17199:1 17201:1 17202:1 17210:2 17213:2 17226:3 17230:1 17233:1 17235:4 17236:1 17238:1 17241:1 17247:1 17250:1 17252:1 17257:1 17259:2 17274:1 17276:1 17280:1 17285:1 17290:1 17300:3 17302:2 17343:1 17366:3 17370:1 17375:1 17377:1 17381:1 17384:3 17388:2 17396:4 17399:1 17401:9 17410:1 17417:1 17455:1 17466:1 17472:1 17486:2 17495:1 17496:1 17501:1 17509:1 17510:1 17523:1 17532:1 17542:1 17548:1 17550:1 17551:1 17553:2 17563:1 17575:1 17577:4 17586:1 17596:1 17600:2 17601:1 17607:3 17618:1 17643:1 17653:1 17659:1 17661:1 17675:1 17677:1 17678:3 17689:1 17725:1 17731:1 17739:1 17756:1 17768:1 17778:1 17786:1 17800:1 17801:4 17804:2 17808:1 17810:1 17833:1 17879:3 17908:2 17912:1 17913:1 17921:1 17925:1 17932:1 17936:4 17942:1 17961:1 17962:1 17967:1 17973:1 17975:3 17976:1 17981:1 17984:1 17995:1 17998:1 18014:1 18023:1 18032:5 18035:1 18038:7 18052:1 18078:6 18087:2 18125:1 18138:1 18152:2 18170:1 18178:1 18205:1 18213:1 18216:1 18228:3 18235:2 18240:2 18266:1 18279:1 18291:1 18293:1 18303:5 18308:1 18309:1 18311:1 18325:1 18327:1 18329:1 18331:1 18337:2 18360:2 18365:2 18374:1 18395:1 18407:1 18419:1 18422:1 18423:1 18425:1 18444:2 18446:8 18456:1 18460:1 18486:1 18488:1 18491:1 18508:1 18511:2 18517:2 18519:3 18527:1 18529:1 18533:2 18545:1 18548:1 18551:3 18553:1 18563:1 18566:1 18574:1 18583:1 18596:3 18613:1 18616:1 18618:1 18621:3 18622:1 18625:1 18627:2 18641:1 18649:1 18651:1 18655:1 18661:1 18666:1 18672:1 18681:1 18690:1 18714:1 18716:1 18722:1 18730:2 18735:4 18745:1 18746:1 18770:1 18771:1 18800:7 18803:3 18804:2 18808:1 18809:1 18828:1 18832:1 18847:2 18859:1 18860:1 18863:2 18864:1 18866:1 18867:1 18869:8 18871:1 18873:1 18875:1 18877:1 18882:2 18883:1 18887:1 18890:1 18893:1 18896:2 18904:1 18918:3 18932:1 18938:1 18941:1 18958:1 18973:1 18974:1 18975:5 18986:1 18993:3 19001:1 19004:8 19028:4 19046:1 19050:2 19069:1 19078:2 19086:1 19087:1 19100:1 19123:1 19124:11 19136:1 19167:1 19171:1 19180:1 19186:1 19193:1 19203:1 19212:2 19223:1 19235:1 19258:1 19262:1 19275:1 19283:1 19296:3 19297:2 19299:1 19303:1 19313:2 19319:1 19321:1 19330:1 19332:1 19335:2 19340:3 19341:1 19344:4 19347:1 19360:1 19371:1 19377:2 19393:1 19398:1 19411:1 19417:1 19419:1 19423:3 19427:2 19441:1 19445:1 19448:1 19460:2 19462:1 19482:4 19493:1 19495:1 19504:1 19512:1 19528:3 19542:2 19552:2 19565:1 19580:1 19591:2 19595:1 19607:1 19620:1 19634:4 19635:4 19640:1 19641:1 19660:1 19662:2 19669:1 19674:4 19677:1 19684:1 19690:1 19699:1 19708:1 19716:1 19718:1 19739:1 19758:1 19772:1 19774:1 19776:2 19805:1 19823:1 19827:1 19832:1 19837:1 19852:2 19857:1 19862:1 19876:1 19884:3 19893:3 19895:1 19904:1 19921:1 19931:1 19972:1 19979:1 19984:1 19991:1 20004:1 20010:1 20015:1 20020:1 20035:1 20039:1 20065:1 20072:2 20074:1 20086:1 20116:1 20117:1 20140:1 20154:1 20167:3 20180:1 20186:2 20190:1 20196:1 20200:3 20212:1 20222:1 20223:1 20224:2 20226:1 20232:1 20257:1 20260:2 20271:1 20272:1 20274:1 20285:1 20300:3 20303:1 20308:1 20323:1 20326:2 20336:1 20337:1 20339:1 20342:1 20348:2 20350:4 20359:1 20369:1 20401:1 20420:1 20428:1 20432:1 20435:6 20439:2 20441:1 20476:1 20482:2 20492:2 20510:1 20558:1 20579:4 20582:1 20585:10 20594:2 20597:2 20607:2 20608:2 20609:2 20622:1 20625:2 20627:1 20628:4 20631:1 20639:1 20653:1 20656:1 20669:1 20672:2 20682:1 20692:1 20703:2 20705:1 20713:1 20725:1 20731:2 20733:1 20737:1 20742:1 20743:1 20748:1 20758:1 20763:1 20768:1 20770:11 20777:1 20780:1 20825:1 20827:2 20835:1 20842:2 20884:2 20885:2 20887:1 20892:1 20929:1 20933:3 20937:1 20938:2 20950:1 20977:1 20989:1 20994:1 21000:1 21001:1 21017:1 21024:1 21078:1 21080:1 21102:1 21103:1 21105:2 21106:1 21128:4 21151:1 21154:1 21159:1 21168:1 21170:2 21176:1 21188:4 21195:1 21215:1 21217:2 21227:2 21234:1 21237:6 21263:2 21268:1 21270:2 21296:1 21301:1 21347:1 21379:2 21396:2 21422:3 21440:1 21445:1 21447:5 21454:3 21469:1 21473:3 21490:8 21491:1 21492:1 21493:1 21510:3 21522:1 21529:1 21541:1 21546:1 21559:1 21573:1 21577:1 21579:3 21610:3 21611:3 21616:3 21632:1 21635:2 21645:1 21652:2 21661:1 21676:1 21678:8 21687:2 21690:1 21696:1 21700:1 21713:14 21716:1 21726:1 21732:5 21738:2 21758:1 21771:1 21777:1 21786:1 21817:1 21832:1 21836:1 21839:1 21840:1 21843:1 21852:4 21857:20 21859:1 21862:1 21891:1 21894:1 21896:1 21903:1 21910:1 21918:13 21925:1 21935:1 21939:2 21943:1 21947:1 21951:2 21952:2 21961:1 21967:1 21977:1 21984:2 21988:1 22002:1 22026:1 22049:1 22054:2 22058:2 22064:1 22070:2 22105:1 22110:1 22116:2 22123:1 22127:1 22139:3 22153:1 22154:3 22168:1 22196:10 22197:1 22238:2 22259:1 22273:1 22275:1 22279:1 22286:5 22290:1 22291:1 22293:1 22295:1 22299:1 22314:1 22319:3 22328:2 22332:2 22338:1 22343:1 22344:2 22354:1 22388:1 22399:1 22411:1 22423:1 22428:2 22441:1 22461:11 22472:1 22474:2 22493:1 22509:1 22532:1 22553:2 22556:2 22566:1 22573:1 22581:1 22600:2 22613:1 22622:1 22626:2 22627:1 22629:1 22630:1 22631:3 22632:1 22644:1 22649:4 22652:4 22686:1 22725:1 22730:5 22734:1 22735:1 22741:1 22745:2 22747:1 22763:2 22765:1 22770:1 22783:1 22784:3 22842:1 22843:1 22849:2 22852:2 22921:1 22925:1 22928:1 22939:1 22944:2 22957:1 22966:4 22977:1 22980:1 22983:1 22991:10 23001:2 23008:1 23024:1 23031:1 23033:1 23046:1 23055:1 23061:1 23071:1 23073:3 23074:1 23101:1 23113:1 23116:2 23117:1 23120:1 23125:1 23135:1 23146:1 23147:1 23149:1 23157:2 23161:2 23163:1 23177:1 23222:1 23225:1 23238:1 23244:1 23253:1 23260:1 23262:1 23281:1 23288:1 23297:1 23306:3 23313:1 23332:1 23335:1 23339:1 23347:2 23350:2 23351:3 23359:1 23361:3 23365:2 23380:1 23383:1 23386:1 23388:1 23391:1 23403:1 23422:1 23433:1 23439:1 23440:1 23444:1 23451:2 23479:1 23491:1 23520:1 23530:4 23531:2 23580:4 23587:1 23598:1 23616:1 23629:1 23634:1 23636:5 23638:1 23655:1 23658:1 23668:1 23669:1 23683:1 23688:1 23696:3 23700:3 23707:1 23708:1 23718:5 23721:1 23734:2 23738:2 23739:1 23745:1 23752:1 23764:1 23769:1 23770:1 23781:1 23795:2 23797:5 23804:1 23816:1 23820:1 23823:1 23825:2 23845:2 23847:1 23874:1 23875:1 23882:1 23886:1 23888:1 23897:1 23898:1 23910:1 23920:1 23925:1 23926:1 23929:1 23935:3 23938:2 23942:1 23945:2 23947:5 23948:1 23954:1 23955:2 23960:2 23965:1 23975:1 23991:1 23998:1 24002:1 24017:3 24029:1 24032:3 24048:1 24051:1 24052:1 24091:1 24101:1 24121:1 24135:1 24162:1 24166:3 24167:1 24172:1 24185:4
|
fb720f903f56bde8bcdbce2a9d173e54c9938ad6 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4/Unix-Windows/scilab-2.4/macros/scicos/do_copy_region.sci | c6c84ab03cd2ff380db9a20c078cfc31bb7ea1cc | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,515 | sci | do_copy_region.sci | function [scs_m,needcompile]=do_copy_region(scs_m,needcompile)
[btn,xc,yc,win,Cmenu]=getclick()
if Cmenu<>[] then
Cmenu=resume(Cmenu)
end
disablemenus()
[reg,rect]=get_region(xc,yc,win)
// Copyright INRIA
if rect==[] then enablemenus();return,end
modified=size(reg)>1
xinfo('Drag to destination position and click (left to fix, right to cancel)')
rep(3)=-1
yc=yc-rect(4)
dr=driver()
if dr=='Rec' then driver('X11'),end
pat=xget('pattern')
xset('pattern',default_color(0))
while rep(3)==-1 , //move loop
// draw block shape
xrect(xc,yc+rect(4),rect(3),rect(4))
if pixmap then xset('wshow'),end
// get new position
rep=xgetmouse()
// erase block shape
xrect(xc,yc+rect(4),rect(3),rect(4))
if pixmap then xset('wshow'),end
xc=rep(1);yc=rep(2)
xy=[xc,yc];
end
driver(dr);xset('pattern',pat)
if rep(3)==2 then enablemenus();return,end
scs_m_save=scs_m,nc_save=needcompile
n=size(scs_m)
for k=2:size(reg)
o=reg(k)
// translate blocks and update connection index
if o(1)=='Link' then
o(2)=o(2)-rect(1)+xc
o(3)=o(3)-rect(2)+yc
[from,to]=o(8:9)
o(8)(1)=o(8)(1)+n-1;
o(9)(1)=o(9)(1)+n-1;
else
o(2)(1)(1)=o(2)(1)(1)-rect(1)+xc
o(2)(1)(2)=o(2)(1)(2)-rect(2)+yc
if o(1)=='Block' then
for i=5:8
k_conn=find(o(2)(i)>0)
o(2)(i)(k_conn)=o(2)(i)(k_conn)+n-1
end
end
end
scs_m($+1)=o
drawobj(o)
end
if modified then
needcompile=4,
enablemenus()
[scs_m_save,nc_save,enable_undo,edited]=resume(scs_m_save,nc_save,%t,%t)
end
enablemenus()
|
dce8fe7bad383a800fd8437e481216fd53c8cad4 | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /2-DOF_manual/2-DOF.sci | c817429e3ff83c2bdac8584739bf20a4d0762e93 | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,085 | sci | 2-DOF.sci | //2DOF Controller
//Heater input is passed as input argument to introduce control effort 'CO'
//Fan input is passed as input argument which is kept at constant level(disturbance)
//Range of Fan input :60 to 252
//Temperature is read
function [temp,CO,et] = twodof(setpoint,disturbance)
global temp heat_in fan_in CO u_new u_old u_old_old r_old y_old Rc1 Rc2 Rc3 Sc1 Sc2 Tc1 Tc2 gamm
e_new = setpoint - temp;
r_new = setpoint;
y_new = temp;
et=setpoint-temp;
u_new = (1/Rc1)*(gamm*Tc1*r_new + gamm*Tc2*r_old-Sc1*y_new -Sc2*y_old-Rc2*u_old - Rc3*u_old_old);
CO = u_new;
if CO>39
CO = 39;
end;
if CO<0
CO =0;
end;
u_new = CO;
u_old_old = u_old;
u_old = u_new;
r_old = r_new;
y_old = y_new;
heat_in = CO;
fan_in = disturbance;
ok = writebincom(handl,[254]); //heater
ok = writebincom(handl,[heat_in]);
ok = writebincom(handl,[253]);//fan
ok = writebincom(handl,[fan_in]);
ok = writebincom(handl,[255]);
sleep(1);
[temp,ok,nbytes] = readbincom(handl,2);
temp = temp(1) + 0.1*temp(2);
endfunction;
|
7884dd4e40dd6cad0d80304b72baa9d8d68458d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH2/EX2.19/2_19.sce | b43a8bf2a3fc011682e85984cb310e1146535270 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | 2_19.sce | // Star Equivalent of the delta circuit
clc;
clear;
Z12=%i*5;
Z23=%i*-5;
Z31=%i*5;
Z1=(Z12*Z31)/(Z12+Z23+Z31);
Z2=(Z12*Z23)/(Z12+Z23+Z31);
Z3=(Z23*Z31)/(Z12+Z23+Z31);
printf('Star Equivalent :\n')
disp('ohms',Z1,'Z1 =')
disp('ohms',Z2,'Z2 =')
disp('ohms',Z3,'Z3 =')
|
9a88c0d8d08a7bb060e48c2ccc1acfb05f5ba612 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3515/CH1/EX1.19/Ex1_19.sce | a07edbc5636cdbe79bdd1e8017fd04d3c0caa97f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 286 | sce | Ex1_19.sce | // Exa 1.19
format('v',7);
clc;
clear;
close;
// Given data
Rf=68;// in kohm
R1=33;// in kohm
R2=22;// in kohm
R3=12;// in kohm
V1= 0.2;// in V
V2=-0.5;// in V
V3= 0.8;// in V
Vo= -Rf/R1*V1 + (-Rf/R2)*V2 + (-Rf/R3)*V3;// in volts
disp(Vo,"Output voltage in volts is : ")
|
808a616993d7266e2ed456210d4a28276e5545ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /2495/CH8/EX8.12.2/Ex8_12_2.sce | 8922ab3bddce515d46512244758b57837db9ffcd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 177 | sce | Ex8_12_2.sce | clear
clc
T=298;//temperature in K
R=8.314;//J/K
F=96500;//in C
Kw=(10^-14);//
E=((2.303*R*T)/F)*log10(Kw);//reduction potential in V
printf('E=%.3f V',E)
//page 464
|
8280e4853e13fe904d4ce78c4d04d5c91cd4bcfc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1217/CH3/EX3.4/Exa3_4.sce | 324ba202b187be2e9403e208ba7e41ded9d634c1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 159 | sce | Exa3_4.sce | //Exa 3.4
clc;
clear;
close;
// given data
R1=50;//in Kohm
AF=-6;//unitless
// here AF=-RF/R1
RF=-AF*R1;//in kohm
disp(RF,"Value of RF in Kohm is : ") |
a83c9152a3f03bbee90dbfff499fcc1e4932b693 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3401/CH9/EX9.1/Ex9_1.sce | 4808cf386590fb94b13260111e576411ae34f130 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | sce | Ex9_1.sce | clc
T=300 //K
k=8.617*10**-5//eV/K
e=1.6*10**-19 //C
Nd=10**16 //cm^-3
Nr=2.8*10**19 //cm^-3
Vbi=0.33
phim=4.55 //V
psi=4.01 //V
esp=11.7
esp0=8.85*10^-14
hb=phim-psi
disp(hb,"barrier height in V is= ")
phiu=(k*T)*log(Nr/Nd)
disp(phiu,"schottky barrier height in V is= ")
Vbt=hb-phiu
disp(Vbt,"in V is=")
xn=sqrt((2*esp*esp0*Vbi)/(e*Nd))
disp(xn,"space charge in cm is= ")
Emax=(e*Nd*xn)/(esp*esp0)
disp(Emax,"maxi electric field in V/cm is= ")
|
cfd2e5acb0de0c026d8cd35c73038aaa3ba6689e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2489/CH16/EX16.2/16_2.sce | 5f4b4f5734af0fad9a1a436fb057fdbd8c8824d3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 197 | sce | 16_2.sce | clc
//Intitalisation of variables
clear
c= 0.01 //M
ka= 1.75*10^-5
pkw= 14
ka1= 1.79
//CALCULATIONS
pH= 0.5*pkw-0.5*log(ka)+0.5*log(c)-ka1
//RESULTS
printf ('pH of solution = %.2f ',pH)
|
5569a2fc9c97302d8d8b2a57d2cacda6e20dc099 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH14/EX14.6/Example14_6.sce | 0442a743df77ed27fc32a3b5be74f61270fafdf6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 509 | sce | Example14_6.sce | exec ("Gravitation.sci",-1)
//Given that
T = 76 * 365 * 24 * 60 * 60 //time period in seconds (converting from years)
//Sample Problem 6a
printf("**Sample Problem 6a**\n")
//We know that Ra + Re = 2*a
Rp = 8.9 * 10^10 //in meter
a = KeplerRadius(Ms,T)
//therefore
Ra = 2*a -Rp //in meter
printf("The Aphelion distance is equal to %em\n", Ra)
//Sample Problem 6b
printf("\n**Sample Problem 6b**\n")
//we know that e*a = a - Rp
e = 1 - Rp/a
printf("The eccentricity of the path is %e ", e) |
398a44a11b0e14fb3aa348adeff4b66c2c7874cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1736/CH5/EX5.11/Ch05Ex11.sce | 8564c0c3529eb98d700c892e56e71df73df826d1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sce | Ch05Ex11.sce | // Scilab Code Ex5.11: Page-181 (2006)
clc; clear;
gamma_expt = 4.84; // Experimental value of electronic specific heat of metal, mJ/g-atom/K-square
gamma_theory = 2.991; // Theoretical value of electronic specific heat of metal, mJ/g-atom/K-square
L = poly(0, 'L');
L = roots(gamma_expt - gamma_theory*(1 + L));
printf("\nThe electron-phonon coupling constant for metal = %5.3f", L);
// Result
// The electron-phonon coupling constant for metal = 0.618
|
6c9aed901ba96484331fe661cb8f587faa6ddfd4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH1/EX1.24/ex1_24.sce | d5cf500c3774271306d6d1e682697e364b508cae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 329 | sce | ex1_24.sce | // Exa 1.24
clc;
clear;
close;
format('e',9)
// Given data
Na = 5 * 10^15;// in cm^-3
Nc = 2.8 * 10^19;// in cm^-3
E_CminusE_F = 0.215;// in eV
KT = 26* 10^-3;// in eV
// The concentration of donors atoms
Nd = Na + Nc * (%e^( -E_CminusE_F/KT ));// in cm^-3
disp(Nd,"The concentration of donors atoms in cm^-3 is");
|
80467dbff3642034ff0ec9bb6663501980390659 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1571/CH3/EX3.13/Chapter3_Example13.sce | ea161690cacd4e79fb49d6b061eec7e3a4617d32 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 431 | sce | Chapter3_Example13.sce | clc
clear
//INPUT DATA
R=64*10^7;//mean radius of the earth in cm
cp=0.15;//specific heat of earth in kj/kg-K
J=4.2*10^7;//joules constant in erg/cal
//CALCULATIONS
i=2/5*R^2;//moment of inertia of the earth per unit mass in joules
w=(2*3.14)/(24*60*60);//angular velocity of the earth in rad/sec
T=(i*w^2)/(2*J*cp);//rise in temperature in deg.C
//OUTPUT
mprintf('the rise in the temperature is %3.1f deg,C',T)
|
1f9a039731c843322aad260c66067bc0f8e14e0e | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH11/EX11.32/exa11_32.sce | b145d62882be6ecedbb2a2d5c3c16a6c16f021a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 171 | sce | exa11_32.sce | //caption:nicholas_chart
//example 11_32
//page 507
s=%s;
num=20;
den=(s*(s+2)*(s+5))
g=num/den
G=syslin('c',g)
fmin=0.01
fmax=100
black(G,fmin,fmax)
xgrid(2)
|
58bda972b95f8c4c14d3b4c98e1ce82879bae23b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2708/CH2/EX2.15/ex_2_15.sce | e09a3f468a3b60f9251ba3dbc52d663b80bc253c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | ex_2_15.sce | //Example 2.14 //Radius of half period element
clc;
clear;
//given data
f=50;//focal length of convex lens in cm
w=5D-5;// wavelength used in cm
n=1;// order of principal maxima
r=sqrt(n*f*w);// radius of half period element
disp(r,"Radius of half period element in cm")
|
506308f6e15d89d3cc68e5ae15e3176e8a028355 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH1/EX1.13/ex1_13.sce | 1e747b03199d66c222f6cdadc12d39b6eb768277 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 536 | sce | ex1_13.sce | // Exa 1.13
clc;
clear;
close;
format('v',7)
// Given data
R1= 1;// in ohm
R2= 2;// in ohm
R3= 2;// in ohm
R4= 1;// in ohm
I1= 1;// in A
I5= 2;// in A
// Using KCL at node 1: V1*(R2+R3)-V2*R2= I1*R2*R3 (i)
// Using KCL at node 2: V1*R4-V2*(R3+R4)= -I5*(R3*R4) (ii)
A= [(R2+R3) R4; -R2 -(R3+R4)];
B= [I1*R2*R3 -I5*R3*R4];
V= B*A^-1;// Solving eq(i) and (ii) by Matrix method
V1= V(1);// in V
V2= V(2);// in V
disp(V1,"The voltage at node 1 in volts is : ")
disp(V2,"The voltage at node 2 in volts is : ")
|
8fbaa06cbdeae7344208ee56c211fdbf4fda921e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH4/EX4.1/ex4_1.sce | 8115fb5af89366f8edf2807220a075d030e1db2b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 328 | sce | ex4_1.sce | // Exa 4.1
clc;
clear;
close;
format('v',6)
// Given data
Alpha = 0.98;
Vo = 4.9;// in V
R_L = 5;// in k ohm
R_L = R_L * 10^3;// in ohm
I_C = Vo/R_L;// in A
I_C = I_C * 10^3;// in mA
// Alpha = I_C/I_E;
I_E = I_C/Alpha;// in mA
// The base current
I_B = I_E-I_C;// in mA
disp(I_B,"The base current in mA is");
|
062500994f85062af5c1aab86c0267e02012714e | eda0ddb3e310b6d8e0a674f5cccfd207915546d1 | /a3.sce | 0e78fe7c82700b4ff0798fe551ec55828f6a9251 | [] | no_license | jithinsisaac/Scilab-Experiments | 046e781291cf08b68eec84084446ffee91adeb14 | 3f4d18b2f32b74abed963f02d6ecb8509d5fabc1 | refs/heads/master | 2022-11-09T08:24:39.953452 | 2020-06-25T07:52:07 | 2020-06-25T07:52:07 | 274,857,905 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 738 | sce | a3.sce | clc;
clear;
fm=input('Enter the signal freq: ');
fs1=input('freq for Under sampling: ');
fs2=input('freq for Perfect sampling: ');
fs3=input('freq for Over sampling: ');
t=0:0.001:1
mt=sin(2*%pi*fm*t);
subplot(4,2,1);
plot(t,mt);
xtitle('Message signal','time','Amplitude');
//CASE I: UNDER SAMPLING
//SAMPLING
n = 0:1/fs1:1;
x1 = sin(2*%pi*fm*n);
subplot(4,2,3);
plot2d3(n,x1);
//RECONSTRUCTION
subplot(4,2,4);
plot(n,x1);
//CASE II: PERFECT SAMPLING
//SAMPLING
n = 0:1/fs2:1;
x2 = sin(2*%pi*fm*n);
subplot(4,2,5);
plot2d3(n,x2);
//RECONSTRUCTION
subplot(4,2,6);
plot(n,x2);
//CASE III: OVER SAMPLING
//SAMPLING
n = 0:1/fs3:1;
x3 = sin(2*%pi*fm*n);
subplot(4,2,7);
plot2d3(n,x3);
//RECONSTRUCTION
subplot(4,2,8);
plot(n,x3);
|
a5dc50d83b445e174cb7b60dd1e253ce1080a50f | 76b8c4ba0a69d3281b658f0fcf0ec56a96e27581 | /Scripts/seuilMissionA1.sci | 80086cbbcc0d36e597019da85c7aa8995e4af759 | [] | no_license | RomainJunca/ExoLife | 0824fa566b38c5061f77592df6c38c3614dd8619 | 8da1524432d0ef1137d5e73e80cec339e6ec1c33 | refs/heads/master | 2020-05-25T14:08:07.353617 | 2017-03-20T08:31:32 | 2017-03-20T08:31:32 | 84,937,995 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 772 | sci | seuilMissionA1.sci | function img_out = seuilMissionA1(img, seuil)
size_X = size(img, 1); //On récupère la longueur de l'image à modifier.
size_Y = size(img, 2); //On récupère la largeur de l'image à modifier.
img_out = zeros(size_X, size_Y); //On crée une matrice nulle qui va contenir l'image modifiée (ici une matrice ligne).
for Y = 1:size_Y, //On parcourt la matrice.
for X = 1:size_X,
if img(X, Y) <= seuil then //SI la valeur du pixel est inférieure à la valeur du seuil affectée.
img_out(X,Y) = img(X,Y); //ALORS on la laisse telle quelle (on ne modifie pas l'image).
else img_out(X,Y) = 0; //SINON on met le pixel en noir.
end,
end
end
endfunction
|
056c2175e02e1795e8bdc645ee56b4e9007711b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3293/CH3/EX3.1/Ex3_1.sce | 01bf2decee38199dd36a6f6c6631095073ab024e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | Ex3_1.sce | //page 67
//Example 3.1
clc;
clear;
close;
disp('If V is a vector space, the identity transformation I defined by I*alpha = alpha is a linear transformation from V into V.');
disp('The zero transformation defined by 0*alpha = 0 is a linear transformation from V into V.');
//end
|
31ba6d8959bee44f9c78a4a96097ba38ecc4a61a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH2/EX2.3/exm2_3.sce | 2351d4262698732079cbb41720996f338523aa5c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 181 | sce | exm2_3.sce | //page no 43
//example no 2.3
//CALCULATING ADDRESS LINES
clc;
//number of address lines are given by x
x={log(8192)}/{log(2)};
printf('Number of address lines= ')
disp(x);
|
d4794d25b659de0f9c412af76ab2802327a60b4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3836/CH8/EX8.3/Ex8_3.sce | 71a2313cd36f8bd7f7f47fbd9e3f47ffe11b03b8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 162 | sce | Ex8_3.sce | clear
//Initialisation
f=20*10**3 //bandwidth frequency in KHz
//Calculation
gain=(10**6)/(f) //gain
//Result
printf("\n Gain = %d",gain)
|
806067ce853b8e22fcf56b50e0f577edb0adc4d1 | 717ddeb7e700373742c617a95e25a2376565112c | /608/CH15/EX15.09/15_09.sce | d434aea36a12cbec0659dfac82779e22e7bf3c9f | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 886 | sce | 15_09.sce | //Problem 15.09: A coil of inductance 318.3 mH and negligible resistance is connected in series with a 200 ohms resistor to a 240 V, 50 Hz supply. Calculate (a) the inductive reactance of the coil, (b) the impedance of the circuit, (c) the current in the circuit, (d) the p.d. across each component, and (e) the circuit phase angle
//initializing the variables:
R = 200; // in ohms
L = 0.3183; // in henry
Vac = 240; // in volts
f = 50; // in Hz
//calculation:
XL = 2*%pi*f*L
Z = (R^2 + XL^2)^0.5
I = V/Z
VL = I*XL
VR = I*R
phid = atan(XL/R)*180/%pi
printf("\n\n Result \n\n")
printf("\n (a)Inductive reactance, XL = %.0f ohms",XL)
printf("\n (b)Impedance, Z = %.1f ohms",Z)
printf("\n (c)current, I = %.3f A",I)
printf("\n (d)p.d. across Inductor, VL = %.1f V and p.d. across resistance, VR = %.1f V",VL, VR)
printf("\n (e)circuit phase angle is %.2f°",phid) |
70be8fa5ec37cff273f5e70dd02989d65843b3b1 | 14b30ff5ef57588ecd4f45401bb9086e3888e8e1 | /edsonLTIanalitPendulo.sce | 3ff04b981b29ba2def7a5f68e50cdfc668f3ca9e | [] | no_license | Ivanobrc/L_P_I | d2fb06c0816bbb74d498733a272eca572d93c502 | dff17b6c142e8f2fa58d0e07334042d1db4c1330 | refs/heads/master | 2022-11-17T17:21:37.458719 | 2020-07-13T03:11:31 | 2020-07-13T03:11:31 | 279,197,157 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 599 | sce | edsonLTIanalitPendulo.sce | //Valores Linealizados analiticamente del pendulo
// Carga los parámetros
exec('edsonjParameters.sce', -1);
AA=[0 1 0 0;...
0 -((b*(I+m*l^2))/((M+m)*(I+m*l^2)-m^2*l^2)) ((m^2*l^2*g)/((M+m)*(I+m*l^2)-m^2*l^2)) 0;...
0 0 0 1;...
0 -((b*m*l)/((M+m)*(I+m*l^2)-m^2*l^2)) ((m*g*l*(M+m))/((M+m)*(I+m*l^2)-m^2*l^2)) 0];
BB=[0;...
((I+m*l^2)/((M+m)*(I+m*l^2)-m^2*l^2));...
0;...
((m*l)/((M+m)*(I+m*l^2)-m^2*l^2))];
CC=[1 0 0 0;
0 0 1 0];
DD=[0;
0];
sysa=syslin('c', AA, BB, CC, DD);
// Guardar datos
save("edsonjLTIanalitPendulo.sod","sysa")
|
85b823e155d82d4c500464cadb67c299304cf4f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1754/CH3/EX3.3/Exa3_3.sce | d19c3aaa614ae7725a543dbcc3dc3c92527225f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 742 | sce | Exa3_3.sce | //Exa 3.3
clc;
clear;
close;
//Given data :
InputVoltage=1;//in mV
RL=5.6;//in kohm
RS=600;//in ohm
hre=6.5*10^-4;//unitless
hie=1.7;//in kOhm
hfe=125;//unitless
hoe=80;//in uA/V
deltah=hoe*10^-6*hie*10^3-hfe*hre;
Zie=(hie*10^3+RL*10^3*deltah)/(1+hoe*10^-6*RL*10^3);//in Ohm
Zoe=(hie*10^3+RS)/(hoe*10^-6*RS+deltah);//in Ohm
Ave=-(hfe*RL*10^3)/(hie*10^3+RL*10^3*deltah);//unitless
Avs_e=Ave*Zie/(Zie+RS);//
OutputVoltage=Avs_e*InputVoltage;//in
disp(Zie/1000,"Input impedence in kohm :");
disp(Zoe/10^3,"Output impedence in kohm :");
disp(Ave,"Voltage gain : ");
disp(Avs_e,"Voltage gain with source resistance : ");
disp(OutputVoltage,"Output Voltage in mV : ");
//Note : Ans of output impedence is wrong in the book. |
d914a3b15062a28894235e987299c521dd81f2de | 449d555969bfd7befe906877abab098c6e63a0e8 | /2720/CH1/EX1.22.4/ex1_22_4.sce | 624a339b4359b1226f894c01459adecb6f23dd78 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | ex1_22_4.sce | // Exa 1.22.4
clc;
clear;
close;
// Given data
M =60;// in gm/mole
Rho = 6.23;// in gm/cc
n = 4;
N_A = 6.023*10^23;
// Rho = (n*M)/(N_A*((a)^3));
a = ( (n*M)/(N_A*Rho) )^(1/3);// in cm
r = (a*sqrt(2))/4;// in cm
r = r * 10^8;// in Å
disp(r,"The radius in Å is");
|
a56986e0b3a8d5867833fbff9a95066e87e9235c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH7/EX7.27/ch7_27.sce | 93131f917d91b349ff2fa2c0e251af2a6217c46e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 294 | sce | ch7_27.sce | clear;
clc;
I_a=30;
r_a=.5;
V_s=220;
a=I_a*r_a/V_s; printf("min value of duty cycle=%.3f",a);
printf("\nmin Value of speed control=%.0f rpm",0);
a=1;
printf("\nmax value of duty cycle=%.0f",a);
k=.1;//V/rpm
N=(a*V_s-I_a*r_a)/k; printf("\nmax value of speed control=%.0f rpm",N); |
99a0437ec60ed5f6eb43419972a70eecc0683212 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1514/CH4/EX4.12/4_12.sce | 94366e6ce0339fe586883eb33d72a42abc80679c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 695 | sce | 4_12.sce | //chapter 4
//example 4.12
//page 128
clear all;
clc ;
//given
Rc=2.2;Re=2.7;
Vcc=20;//supply voltage V
R1=18;R2=8.2;
Vbe=0.7;
//total dc load
R=Rc+Re;
//dc load line
Ic1=0;
Vce1=Vcc;//point A
Vce2=0;
Ic2=Vcc/(R);
plot([Vce1 Vce2],[Ic1 Ic2],'-.*');
xtitle('dc load line','Vce in V','Ic in mA');
a=gca();
a.data_bounds=[-0.5 -0.5;21 5]
Vb=(Vcc*R2)/(R1+R2);
Vb=6.3;
Ie=(Vb-Vbe)/Re;
Ic=Ie;//Q point Ic=2.07
printf("\nQ point is at Ic=%.2f mA",Ic);
//ac load line
//total ac load=Rc
deltaIc=1;//mA
deltaVce=-(deltaIc*Rc);
printf("\ndeltaVce=%.1f V for deltaIc = 1 mA",deltaVce);
printf("\npoints Q and ( deltaVce,deltaIc) constitute ac load line");
|
3c941dcd96320eb993ec68afbb5dd5269c510386 | c28130b62911f5891f14826350089c73c907d3b5 | /exo1_euler1.sci | 7f24154569b080e0be68e9335c1c4afe43eafced | [
"MIT"
] | permissive | zyron92/Simulation_of_Cardiac_Excitation | f1709d032613f49427a72716b4e258c3b578b739 | 66813dc24128d9cb171e77d4f780b6bf54011d15 | refs/heads/master | 2021-01-19T10:25:43.810588 | 2017-02-16T12:58:38 | 2017-02-16T12:58:38 | 82,180,177 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 621 | sci | exo1_euler1.sci | function[sim_u]=euler1(f,t0,u0,T,dt)
u=u0
t=t0
res=0
nt=(T/dt)-1 //nombre d'intervalles de T
k0=round(t0/dt) //k initial
//initialisation du graphe pour u(t)
sim_t = t0
sim_u = u0
for k=k0:1:(nt+1) //k-ième itération
res=u+dt*f(t,u)
u=res
t=(k+1)*dt
//Accumulation des données de u(t)
sim_t = [ sim_t , t ]
sim_u = [ sim_u , u ]
end
//Graphe pour u(t)
plot2d(sim_t,sim_u,style=5) //tracé rouge
endfunction
//-- L'Exemple --//
//deff('[x] = f(t,u)','x=-0.1*t*u')
//u0=1
//t0=0
//T=20
//dt=0.001
//y=euler1(f,t0,u0,T,dt)
|
198fad4e908529d14f885efb8a0fc01d4af1df20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH10/EX10.36/10_36.sce | 9767e61f1dc9be2d1ff945effaae6f85967b0ce6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 716 | sce | 10_36.sce | //To fnd power transmitted
clc
//Given:
n=4, mu=0.3
c=5, r=160 //mm
S=500 //N
D=400/1000, R=D/2 //m
m=8 //kg
s=50 //N/mm
N=500 //rpm
//Solution:
//Calculating the angular speed of the clutch
omega=2*%pi*N/60 //rad/s
//Calculating the operating radius
r1=(r+c)/1000 //m
//Calculating the centrifugal force on each shoe
Pc=m*omega^2*r1 //N
//Calculating the inward force exerted by the spring
Ps=S+c*s //N
//Calculating the frictional force acting tangentially on each shoe
F=mu*(Pc-Ps) //N
//Calculating the total frictional torque transmitted by the clutch
T=n*F*R //N-m
//Calculating the power transmitted
P=T*omega/1000 //kW
//Results:
printf("\n\n Power transmitted, P = %.1f kW.\n\n",P) |
d9dfcdadf51753f57f0990ad2eb493ac10ea788e | f934e15695c77d0a1015c230c5ed65c4f16a2425 | /Hamming.sce | d4639a9eebe3c883b61102846af684f4b1816e55 | [] | no_license | manasdas17/Scilab-for-Signal-Processing- | 6efc5adb507243c7302f7b4f3f12d12060112038 | 5f6e6ce941c0a11212a83674b5d35d97a2cf4396 | refs/heads/master | 2021-01-10T07:49:58.006357 | 2016-04-07T07:45:26 | 2016-04-07T07:45:26 | 55,673,271 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 159 | sce | Hamming.sce | //By Manas,FOSSEE,IITB
// Hamming window
clf()
N=64;
w=window('hm',N)
subplot(121);plot2d(1:N,w)
subplot(122)
n=256;[W,fr]=frmag(w,n);
plot2d(fr,20*log10(W))
|
b9612ef300ad965d38f836d2f39d4fe269ac16d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH20/EX20.1/20_1.sce | 6dd73e32d34a55bf7ffa417d43a3d328dbaa6da1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 657 | sce | 20_1.sce | clc;
// page no 754
// prob no 20.1
// part A)
d=500;
//By using the equation for velocity of a satellite
v=sqrt(4*10^11/(d+6400));
disp('m/s',v,'A) The velocity of a satellite is');
// The radius of orbit is
r=(6400+d)*10^3//in m
//The orbital period of satellite is
T=(2*%pi*r)/v;
disp('sec',T,'The orbital period of satellite is');
//part B)
d=36000;
//By using the equation for velocity of a satellite
v=sqrt(4*10^11/(d+6400));
disp('m/s',v,'B) The velocity of a satellite is');
//The radius of orbit is
r=(6400+d)*10^3//in m
//The orbital period of satellite is
T=(2*%pi*r)/v;
disp('sec',T,'The orbital period of satellite is'); |
9aab60ac117d2374c58f48b9c7c9f001db81feaf | 987355b7738508e014e47fef926b89d10f69c77c | /geneticAlgorithm.sci | d1c1311ca44c3d8d32e7a6939eaca4e8601655d0 | [] | no_license | RobertMut/GA_scilab | 60d3c87d1a15a683584a1161a313b05fe966eb55 | a18ea36600f758ba20e1f5c70624ccd846d30da7 | refs/heads/main | 2023-06-09T12:46:19.394412 | 2021-06-18T12:12:32 | 2021-06-18T12:12:32 | 362,424,370 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,966 | sci | geneticAlgorithm.sci | function result=GeneticAlgorithm(N, M, p)
close();
exec("population.sci",-1);
exec("selection.sci",-1);
exec("evolution.sci",-1);
disp(["1 - rogalikowa dolina";"2 - paraboloida obrotowa, regularna kotlina"..
;"3 - bananowa dolina";"4 - dolki"]);
userIn = input("Wybierz cel: ");
pop = GeneratePopulation(N);
show_window(0);
for i=1:M do
fit = ObjectiveFunc(pop, userIn);
pop = NewPopulation(pop, fit, p);
MapPoint(pop);
pop = KillWeakest(pop, userIn);
end
Maps(userIn);
rpop = pop;
rfit = ObjectiveFunc(pop, userIn)
fittest=GetFittest(rfit);
result = rpop( fittest,: );
disp("Cel:");
disp(rfit(fittest));
disp("Wynik:");
disp(result);
show_window(1);
Graph(pop);
show_window(2);
MapPoint(result);
Maps(userIn);
xstring(result(1),result(2),"Wynik");
endfunction
function Graph(population)
xtitle(["Olena Mikhieieva 19415";"Robert Mutniański 18555"], 'Osobniki', 'Wartość');
plot2d(population);
xgrid;
legend("X", "Y");
endfunction
function MapPoint(result)
for i=1:size(result)(1)
plot(result(i,1),result(i,2),'or');
end
endfunction
function Maps(which_one)
set(gca(), "font_style",2, "font_size", 3);
x1_0=-1:0.05:1;
x2_0=x1_0;
nsx=size(x1_0,2);
xx1=ones(nsx,1)*x1_0;
xx2=x2_0'*ones(1,nsx);
// rogalikowa dolina
if (which_one == 1) then
ff=(0.25-xx1.^2-xx2.^2).^2+0.1*xx1+0.055;
end
// paraboloida obrotowa, regularna kotlina
if (which_one == 2) then
ff=3*xx1.^2+xx2.^2+0.01;
end
// bananowa dolina
if (which_one == 3) then
ff=3*(xx2-xx1.^2).^2 +0.1*xx1.^2+0.01;
end
// dolki
if (which_one == 4) then
ff=xx1.^2+xx2.^2+(sin(2*%pi*xx1).^2).*(sin(2*%pi*xx2).^2)+0.01;
end
xtitle(["Olena Mikhieieva 19415";"Robert Mutniański 18555"]);
contour2d(x1_0,x2_0,log(ff)',10,rect=[-1,-1,1,1]) ;
endfunction
|
bf6fd55a2573b92b10742befca5eb66a40e58279 | eb23643e3cd4e6ba890e29a0867ce2806c5b36f2 | /LA_Scilab_Assignment3/least squares.sce | 7d5359a68a626297d2fa275e10c3fdec8f6eebc2 | [] | no_license | archu-2000/LA_Scilab_Assignment | 17be0b1fbedbb15999bb183c4dc165a996b776b3 | d68d6b7e719892c3b0909f6b3288063ec3989075 | refs/heads/master | 2022-08-01T20:55:13.927208 | 2020-06-03T10:56:41 | 2020-06-03T10:56:41 | 269,058,925 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 384 | sce | least squares.sce | clear;close;
clc;
n=3
disp("Enter elements for matrix A")
for i=1:n
for j=1:2
A(i,j)=input("Enter element ")
end
end
disp("Enter elements for matrix b")
for i=1:n
b(i,1)=input("Enter element ")
end
disp(A,'A=')
disp(b,'b=')
x=(A'*A)\(A'*b);
disp(x,'x=');
C=x(1,1);
D=x(2,1);
disp(C,'C=');
disp(D,'D=');
disp('The line of best fit is b=C+Dt')
|
1b12f0aaff8b108921ca5323f89781eeeeb95d63 | 449d555969bfd7befe906877abab098c6e63a0e8 | /42/CH1/EX1.2/sadiku_1_2.sce | 1a76ecaf00d7d7849c2301f62bbeb398f1f5103a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 355 | sce | sadiku_1_2.sce | clear;
clc;
format('v',6);
P=[0,2,4];
Q=[-3,1,5];
origin=[0,0,0];
rp=P-origin;
disp(rp,'Position Vector of P is :')
rpq=Q-P;
disp(rpq,'Position Vector from P to Q is :')
det_rpq=(rpq(1,1)^2+rpq(1,2)^2+rpq(1,3)^2)^0.5;
disp(det_rpq,'distance between P and Q is :')
A=10*rpq/det_rpq;
disp([A;-A],'Vectors parallel to PQ with magnitude of 10 :') |
e033c2b5553cb0d3a42fe1a0ba41f638b259d9f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH1/EX1.8/Ex1_8.sce | d3dbc51778bc40758be0d0bb17acdb99e1d75147 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 820 | sce | Ex1_8.sce | //chapter1
//example1.8
//page16
R=8 // ohm
R1=10 // ohm
R2=20 // ohm
R3=12 // ohm
Rl=100 // ohm
//removing 100 ohm resistance, we form linear equations by assuming currents I1 through loop1 and I2 through loop2
//100=10*I1+20*(I1-I2)
//0=(12+8)*I2+20*(I2-I1)
//thus we get the following linear equations
//30*I1-20*I2=100
//-20*I1+40*I2=0
//solving these equations
a=[30 -20;-20 40]
b=[100;0]
x=inv(a)*b // matrix of I1 and I2
I2=x(2,1) // current through 8 ohm resistor
E0=I2*R
printf("voltage across AB with 100 ohm resistance not connected = %.3f V \n",E0)
R_equi=(R1*R2/(R1+R2))+R3
R0=R_equi*R/(R_equi+R)
printf("resistance between AB with 100 ohm removed and voltage source shorted = %.3f ohm \n",R0)
I=E0/(R0+Rl)
printf("current through 100 ohm resistor = %.3f A",I)
|
3b3f8295295639369034e16e269dc93d6cf8b973 | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/disassembler/swap.instr.tst | e1d5ff7426cd60235caa28dcbf4851c674375dbf | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,288 | tst | swap.instr.tst | ; @Harness: disassembler
; @Result: PASS
section .text size=0x00000040 vma=0x00000000 lma=0x00000000 offset=0x00000034 ;2**0
section .data size=0x00000000 vma=0x00000000 lma=0x00000000 offset=0x00000074 ;2**0
start .text:
label 0x00000000 ".text":
0x0: 0x02 0x94 swap r0
0x2: 0x12 0x94 swap r1
0x4: 0x22 0x94 swap r2
0x6: 0x32 0x94 swap r3
0x8: 0x42 0x94 swap r4
0xa: 0x52 0x94 swap r5
0xc: 0x62 0x94 swap r6
0xe: 0x72 0x94 swap r7
0x10: 0x82 0x94 swap r8
0x12: 0x92 0x94 swap r9
0x14: 0xa2 0x94 swap r10
0x16: 0xb2 0x94 swap r11
0x18: 0xc2 0x94 swap r12
0x1a: 0xd2 0x94 swap r13
0x1c: 0xe2 0x94 swap r14
0x1e: 0xf2 0x94 swap r15
0x20: 0x02 0x95 swap r16
0x22: 0x12 0x95 swap r17
0x24: 0x22 0x95 swap r18
0x26: 0x32 0x95 swap r19
0x28: 0x42 0x95 swap r20
0x2a: 0x52 0x95 swap r21
0x2c: 0x62 0x95 swap r22
0x2e: 0x72 0x95 swap r23
0x30: 0x82 0x95 swap r24
0x32: 0x92 0x95 swap r25
0x34: 0xa2 0x95 swap r26
0x36: 0xb2 0x95 swap r27
0x38: 0xc2 0x95 swap r28
0x3a: 0xd2 0x95 swap r29
0x3c: 0xe2 0x95 swap r30
0x3e: 0xf2 0x95 swap r31
start .data:
|
d7da1abab1dbe257c5b2cf38d4a3804b593d2d9e | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electric_Machines_-_I_M._Verma_And_V._Ahuja_695.zip/Electric_Machines_-_I_M._Verma_And_V._Ahuja_695/CH2/EX2.25/Ex2_25.sce | 28b61f35b5177c6c12d8ad95b80548977998fddf | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 322 | sce | Ex2_25.sce | errcatch(-1,"stop");mode(2);//Caption:Determine the speed
//Exa:2.25
;
;
V=220;//in volts
R_a=0.1;//in ohms
I_a1=100;//in amperes
I_a2=sqrt(I_a1^2/2);//in amperes
N_1=800;//in rpm
E_1=V-(I_a1*R_a);//in volts
E_2=V-(I_a2*R_a);//in volts
N_2=int(E_2*I_a1*N_1/(E_1*I_a2));
disp(N_2,'Speed (in rpm)=');
exit();
|
3a99bd5bdd7413b4b0350ac945506478928f96b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1949/CH3/EX3.17/Ex3_17.sce | 6d16410a549f1d13712488d484ef9a09cca5b098 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 919 | sce | Ex3_17.sce | //Chapter-3,Example 3_17,Page 3-25
clc()
//Given Data:
n1=1.48 //R.I. of core
delta=0.055 //Realtive R.I.
lam=1*10^-6 //Wavelength of light
a=50*10^-6 //core radius
//Calculations:
//Delta=(u1-u2)/u1
n2=n1-(n1*delta) //R.I. of cladding
NA=n1*sqrt(2*delta) //Formula to find Numerical Aperture
printf('Numerical Aperture of Fibre is =%.4f \n \n',NA)
theta0=asin(NA)*180/%pi //Acceptance angle of fibre
printf(' Acceptance angle of Fibre is =%.2f degrees \n \n',theta0)
V=2*%pi*a*NA/lam //V number
N=(V^2)/2 //Number of guided modes
//In book,instead of NA , value of delta is taken into calculation.
//Thus there is calculation mistake in values of V and N.
printf(' V number of Fibre is =%.3f \n \n',V)
printf(' Number of guided mode of Fibre is =%.3f \n',N)
printf('(Calculation mistake in book)')
|
f50af9782849304a43cf94f5ef854d7a4596a4e2 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-MachineLearning/SP_RegrDataPrep-NZ-01.tst | 3eb57536a8782313043f044c83dd2f388b75d6fd | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 572 | tst | SP_RegrDataPrep-NZ-01.tst | ----------------------------------------------------------------------------------------
DROP TABLE tblDeep;
SELECT '***** EXECUTING SP_RegrDataPrep *****';
EXEC SP_RegrDataPrep(NULL,
'tblAutoMpg',
'ObsID',
'MPG',
'tblDeep',
true,
false,
false,
false,
0.0001,
0.98,
0,
'CarNum',
'CarNum');
SELECT a.*
FROM fzzlRegrDataPrepMap a
WHERE a.AnalysisID = 'SSHARMA_224315'
ORDER BY a.Final_VarID
LIMIT 20;
SELECT *
FROM tblDeep
ORDER BY 1, 2
LIMIT 20; |
13a4accc0ab68386a701029010f5dccbc8536ec7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1439/CH8/EX8.2/8_2.sce | ad1ec354436f8dbe0191876a6b23831608d27cbf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 240 | sce | 8_2.sce | clc
//initialisation of variables
R= 1.987 //cal/mole K
T= 100 //C
M1= 18.02 //gms
Hvap= 539.7 //cal g^-1
//CALCULATIONS
Kb= R*(273.1+T)^2*M1/(1000*M1*Hvap)
//RESULTS
printf ('molal boiling point constant= %.3f deg molal^-1',Kb)
|
1e0055fecee9c1a6102645269b1051ce2226dd13 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3407/CH5/EX5.2/Ex5_2.sce | 74f4db7e82a46f9d93ce16bf8af1f99b98aa40e9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,818 | sce | Ex5_2.sce | clear;
clc;
funcprot(0);
//given data
R = 0.5;//stage reaction
s_c = 0.9;//space-chord ratio
beta1_ = 44.5;//in deg
beta2_ = -0.5;//in deg
h_c = 2.0;//height-chord ratio
lamda = 0.86;//work done factor
i = 0.4;//mean radius relative incidence
rho = 3.5;//density in kg/m^3
Um = 242;//in m/s
eps_max = 37.5;//in deg
eps = 37.5;//in deg
delp0 = 0.032;//the profile total pressure loss coefficient
//Calculations
theta = beta1_ - beta2_;
deltaN = (0.229*theta*(s_c^0.5))/(1 - (theta*(s_c^0.5)/500));
beta2N = deltaN + beta2_;
eps_ = 0.8*eps_max;
i_ = beta2N + eps_ - beta1_;
i = 0.4*eps_ + i_;
beta1 = beta1_ + i;
beta2 = beta1 - eps;
alpha2 = beta1;
alpha1 = beta2;
phi = 1/(tan(alpha1*%pi/180) + tan(beta1*%pi/180));
psi = lamda*phi*(tan(alpha2*%pi/180) - tan(alpha1*%pi/180));
betam = (180/%pi)*atan(0.5*(tan(beta1*%pi/180) + tan(beta2*%pi/180)));
CL = 2*s_c*cos(betam*%pi/180)*(tan(beta1*%pi/180) - tan(beta2*%pi/180));
CDp = s_c*(delp0)*((cos(betam*%pi/180))^3)/((cos(beta1*%pi/180))^2);
CDa = 0.02*s_c/h_c;
CDx = 0.018*CL^2;
CD = CDp + CDa + CDx;
eff_tt = 1 - (CD*phi^2)/(psi*s_c*((cos(betam*%pi/180))^3));
delp = eff_tt*psi*rho*Um^2;
//Results
printf('(i)The nominal deflection= %.1f deg.\n the nominal incidence = %.1f deg.',eps_,i_);
printf('\n (ii)The inlet flow angle, beta1 = alpha2 = %.1f deg\n outlet flow angle beta2 = alpha1 = %.1f deg.',beta1,beta2);
printf('\n (iii)The flow coefficient = %.3f\n The stage loading factor = %.3f',phi,psi);
printf('\n (iv) The rotor lift coefficient = %.2f.',CL);
printf('\n (v) The overall drag coefficient of each row = %.3f.',CD);
printf('\n (vi) The total-to-total stage efficiency = %.3f.\n The pressure rise across the stage = %d kPa',eff_tt,delp/1000);
//there are small errors in the answers given in textbook
|
4b285cc85aafbf3486d1e151f71dc06f19aed458 | f365c25a05c1782a16b2985bf7481116c106952d | /modules/ast/tests/nonreg_tests/bug_16667.tst | 486c6848c314f445511edacbb02eb81703ac911b | [] | no_license | davidcl/scilab | 7f89356867359d11e8970b2ac2cf0006f5075b52 | 81a9cc049332de0c712cf56da585fcd25c8e59e3 | refs/heads/master | 2022-05-10T12:35:24.016794 | 2021-07-15T13:50:48 | 2021-07-15T13:50:48 | 51,140,313 | 0 | 0 | null | 2016-02-05T10:30:29 | 2016-02-05T10:30:29 | null | UTF-8 | Scilab | false | false | 692 | tst | bug_16667.tst | // =============================================================================
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2021 - Stéphane MOTTELET
//
// This file is distributed under the same license as the Scilab package.
// =============================================================================
//
// <-- CLI SHELL MODE -->
// <-- NO CHECK REF -->
//
// <-- Non-regression test for bug 16667 -->
//
// <-- Bugzilla URL -->
// http://bugzilla.scilab.org/16667
//
// <-- Short Description -->
// ./ is broken for a RHS having 0 (recent regression. 6.1.0 was OK)
assert_checkequal(1./[1 0],[1 %inf])
assert_checkequal(1./[1 -0],[1 -%inf])
|
be055d8056d23dba31fe2e19fc6108ae7a770112 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2282/CH5/EX5.8/ex5_8.sce | 47a30d9b9894aad4eddbc1659d8706867acd6b1b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 450 | sce | ex5_8.sce | // Example 5.8, page no-191
clear
clc
fd=50 //frequency deviation in kHz
fm=1 //modulating frequency in kHz for case 1
fm2=100 //modulating frequency in kHz for case 2
//for casse 1
m=fd/fm
bw=2*(m+1)*fm
//for case 2
m2=fd/fm2
bw2=2*(m2+1)*fm2
printf("For first case\n Modulation index = %.0f \n Bandwidth = %.0f kHz \n\n For second case\n Modulation index = %.1f \n Bandwidth = %.0f kHz",m,bw,m2,bw2)
|
f16d528d6bed7bc7523774fe366b3aff069717fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH10/EX10.13/example_10_13.sce | bd2b116736b539f18cbaebf1a69e7b3d3b4e18b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 7,743 | sce | example_10_13.sce | clear;
clc;
disp("--------------Example 10.13---------------")
function[codeword]=generate_codeword (dataword) // functionto generate the codeword at the sender
r0=bitxor(bitxor(matrix(dataword(4),1,1),matrix(dataword(3),1,1)),matrix(dataword(2),1,1)); // r0=a0+a1+a2
s1=bitxor(bitxor(matrix(dataword(3),1,1),matrix(dataword(2),1,1)),matrix(dataword(1),1,1)); // s1=a1+a2+a3
r2=bitxor(bitxor(matrix(dataword(3),1,1),matrix(dataword(4),1,1)),matrix(dataword(1),1,1)); // r2=a0+a1+a3
codeword=string(dataword(1))+string(dataword(2))+string(dataword(3))+string(dataword(4))+string(r2)+string(s1)+string(r0); // form the codeword
endfunction
function[syndrome] = generate_syndrome(codeword_recieved) // function to generate syndrome at the reciever
s0=bitxor(bitxor(matrix(codeword_recieved(7),1,1),matrix(codeword_recieved(2),1,1)),bitxor(matrix(codeword_recieved(3),1,1),matrix(codeword_recieved(4),1,1))); // s0=b2+b1+b0+q0
s1=bitxor(bitxor(matrix(codeword_recieved(6),1,1),matrix(codeword_recieved(1),1,1)),bitxor(matrix(codeword_recieved(2),1,1),matrix(codeword_recieved(3),1,1))); // s0=b3+b2+b1+q1
s2=bitxor(bitxor(matrix(codeword_recieved(5),1,1),matrix(codeword_recieved(4),1,1)),bitxor(matrix(codeword_recieved(3),1,1),matrix(codeword_recieved(1),1,1))); // s0=b3+b1+b0+q2
syndrome=string(s2)+string(s1)+string(s0); // the syndrome formed
endfunction
function[]=find_error (syndrome,dataword,codeword,codeword_recieved) // functin to find the error bit and display the final corrected data word
select syndrome
case "000"
dw=string(dataword(1))+string(dataword(2))+string(dataword(3))+string(dataword(4));
cw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(codeword_recieved(4))+string(codeword_recieved(5))+string(codeword_recieved(6))+string(codeword_recieved(7));
printf("The dataword %s becomes the codeword %s. The codeword %s is received.The syndrome is %s (no error), the final dataword is %s.",dw,codeword,cw,syndrome,dw);
case "001"
dw=string(dataword(1))+string(dataword(2))+string(dataword(3))+string(dataword(4));
cw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(codeword_recieved(4))+string(codeword_recieved(5))+string(codeword_recieved(6))+string(codeword_recieved(7));
error_bit="q0";
printf("The dataword %s becomes the codeword %s. The codeword %s is received. The syndrome is %s.\n%s is the error. After flipping %s, the final dataword is %s.",dw,codeword,cw,syndrome,error_bit,error_bit,dw);
case "010"
dw=string(dataword(1))+string(dataword(2))+string(dataword(3))+string(dataword(4));
cw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(codeword_recieved(4))+string(codeword_recieved(5))+string(codeword_recieved(6))+string(codeword_recieved(7));
error_bit="q1";
printf("The dataword %s becomes the codeword %s. The codeword %s is received. The syndrome is %s.\n%s is the error. After flipping %s, the final dataword is %s.",dw,codeword,cw,syndrome,error_bit,error_bit,dw);
case "011"
dw=string(dataword(1))+string(dataword(2))+string(dataword(3))+string(dataword(4));
cw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(codeword_recieved(4))+string(codeword_recieved(5))+string(codeword_recieved(6))+string(codeword_recieved(7));
error_bit="b2";
fdw=string(codeword_recieved(1))+string(bitcmp(codeword_recieved(2),1))+string(codeword_recieved(3))+string(codeword_recieved(4)); // corrected dataword
printf("The dataword %s becomes the codeword %s. The codeword %s is received. The syndrome is %s.\n%s is the error. After flipping %s, the final dataword is %s.",dw,codeword,cw,syndrome,error_bit,error_bit,fdw);
case "100"
dw=string(dataword(1))+string(dataword(2))+string(dataword(3))+string(dataword(4));
cw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(codeword_recieved(4))+string(codeword_recieved(5))+string(codeword_recieved(6))+string(codeword_recieved(7));
error_bit="q2";
printf("The dataword %s becomes the codeword %s. The codeword %s is received. The syndrome is %s.\n%s is the error. After flipping %s, the final dataword is %s.",dw,codeword,cw,syndrome,error_bit,error_bit,dw);
case "101"
dw=string(dataword(1))+string(dataword(2))+string(dataword(3))+string(dataword(4));
cw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(codeword_recieved(4))+string(codeword_recieved(5))+string(codeword_recieved(6))+string(codeword_recieved(7));
error_bit="b0";
fdw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(bitcmp(codeword_recieved(4),1)); // corrected dataword
printf("The dataword %s becomes the codeword %s. The codeword %s is received. The syndrome is %s.\n%s is the error. After flipping %s, the final dataword is %s.",dw,codeword,cw,syndrome,error_bit,error_bit,fdw);
case "110"
dw=string(dataword(1))+string(dataword(2))+string(dataword(3))+string(dataword(4));
cw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(codeword_recieved(4))+string(codeword_recieved(5))+string(codeword_recieved(6))+string(codeword_recieved(7));
error_bit="b3";
fdw=string(bitcmp(codeword_recieved(1),1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(codeword_recieved(4)); // corrected dataword
printf("The dataword %s becomes the codeword %s. The codeword %s is received. The syndrome is %s.\n%s is the error. After flipping %s, the final dataword is %s.",dw,codeword,cw,syndrome,error_bit,error_bit,fdw);
case "111"
dw=string(dataword(1))+string(dataword(2))+string(dataword(3))+string(dataword(4));
cw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(codeword_recieved(3))+string(codeword_recieved(4))+string(codeword_recieved(5))+string(codeword_recieved(6))+string(codeword_recieved(7));
error_bit="b1";
fdw=string(codeword_recieved(1))+string(codeword_recieved(2))+string(bitcmp(codeword_recieved(3),1))+string(codeword_recieved(4)); // corrected dataword
printf("The dataword %s becomes the codeword %s. The codeword %s is received. The syndrome is %s.\n%s is the error. After flipping %s, the final dataword is %s.",dw,codeword,cw,syndrome,error_bit,error_bit,fdw);
end
endfunction
// 1)
dataword=[0 1 0 0];
codeword=generate_codeword(dataword); // calling the function
codeword_recieved=[0 1 0 0 0 1 1];
syndrome=generate_syndrome(codeword_recieved) // calling the function
printf("\n1)");
find_error(syndrome,dataword,codeword,codeword_recieved); // calling the function
// 2)
dataword=[0 1 1 1];
codeword=generate_codeword(dataword); // calling the function
codeword_recieved=[0 0 1 1 0 0 1];
syndrome=generate_syndrome(codeword_recieved) // calling the function
printf("\n\n2)");
find_error(syndrome,dataword,codeword,codeword_recieved); // calling the function
// 3)
dataword=[1 1 0 1];
codeword=generate_codeword(dataword); // calling the function
codeword_recieved=[0 0 0 1 0 0 0];
syndrome=generate_syndrome(codeword_recieved) // calling the function
printf("\n\n3)");
find_error(syndrome,dataword,codeword,codeword_recieved); // calling the function
printf("\nThis is the wrong dataword. This shows that Hamming code cannot correct two errors.");
|
9921f01929b6cfc0be4bf2b1813169b1e959eaeb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1052/CH24/EX24.7/247.sce | 30e5495f19ccf07267e32466351a038306e4298b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,119 | sce | 247.sce | clc;
//Example 24.7
//page no 358
printf("Example 24.7 page no 358\n\n");
//a cylindrical cup open to the atmosphere is filled with liquid to a height of 7 cm
//rotated around it's axis
//calculation of an angular velocity that will cause the liquid to start spilling
h=0.03//height,m
R=0.03//radius,cm
//applying eq. 24.22
g=9.807//grav. acc
omega=sqrt(2*h*g/(R^2))
omega=36.2//printing mistake in book
//calculation of pressure at point A and B that is P_a and P_b
z=.1//liquid height above point A and B,m
rho=1010//density of liquid,kg/m^3
P_a = rho*g*z
P_b=P_a//from symmetry P_a = P_b
printf("\n pressure P_a=%f Pa_gauge\n pressure P_b=%f Pa_gauge",P_a,P_b);
z_c=0.04//liquid height above point c,m
P_c=rho*g*z_c//pressure at point c
printf("\n pressure P_c=%f Pa_gauge",P_c);
//to obtain the film thicknes,we have to find the original height
z_l=0.07//liquid height ,m
h_o=z_l-z_c//original height
r = 100*sqrt(2*h_o*g/(omega^2))//100 for centimeter
printf("\n r=%fcm ",r);
R=3
t_f=R-r//thikness of film
printf("\n thickness film t_f=%f m",t_f);//printing mistake in book
|
aa5317f85fb3435035b2560bf84f2bfc8dfd6ad5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2747/CH14/EX14.3/Ex14_3.sce | adf36df76d8130eb9912fe603e730850dd66115c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 192 | sce | Ex14_3.sce | clc
clear
//Initialization of variables
k=5
//calculations
x=poly(0,"x")
p=x^2 *(k-x) -k^2 *(1-x)^2 *(3-x)
vec=roots(p)
x=vec(3)
//results
printf("degree of dissociation = %.2f",x)
|
dc9e01ffb59166839bd02b533dbc244c858d0ef3 | 446aae2100be19be6950fe030959e4ae6ebf75d3 | /laboratorios/laboratorio 0/laboratorio0.sci | c4d732d14ae7bdc7ec486f0546b1d12937ec88dc | [] | no_license | jhont285/metodos-numericos | 492dcc5893707393d066ecc53ca6c5f82faaee66 | 388248e2df5a8c73069dfba53cd439f62bb14476 | refs/heads/master | 2021-06-07T18:27:18.337510 | 2016-07-21T22:17:24 | 2016-07-21T22:17:24 | 62,011,812 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,943 | sci | laboratorio0.sci | //////////////////////////////////////////////////////////////
// Funcion que permite calcular el epsilon de la maquina //
//////////////////////////////////////////////////////////////
// El epsilon de la maquina es el numero decimal mas //
// pequeño que sumado con 1 se calcula de manera precisa //
//////////////////////////////////////////////////////////////
function UN_epsilon()
printf( '-----------------------------------\n' )
printf( ' i\t\t epsilon \n')
printf( '-----------------------------------\n' )
xk = 1
i = 0
while xk + 1 > 1
printf( ' %d\t%.20e\n', i, xk )
xk = xk / 2
i = i + 1
end
printf( '-----------------------------------' )
endfunction
//////////////////////////////////////////////////////
// Funcion que permite calcular una aproximacion //
// de la raiz cuadrada de un numero //
//////////////////////////////////////////////////////
// a = valor al cual queremos calcular la raiz //
// x0 = valor inicial //
// eps = epsilon //
// M = maxima cantidad de iteraciones //
//////////////////////////////////////////////////////
function r = UN_raiz_cuadrada( a, x0, eps, M )
printf( "---------------------------------------------------------\n" )
printf( " i \t\t Xi \t\t\t error\n" )
printf( "---------------------------------------------------------\n" )
i = 0
xk = x0
x0 = a
while i <= M & eps <= abs( (xk-x0)/xk )
if i == 0
printf( " %d\t %.15f\t-------------------------\n", i, xk )
else
x0 = xk
xk = ( xk + a / xk ) / 2
printf( " %d\t %.15f\t%.15f\n", i, xk, abs( (xk-x0)/xk ) )
end
i = i + 1
end
r = xk
printf( "---------------------------------------------------------\n" )
if i == M+1
printf( "¡FRACASO! el cálculo no fue exitoso, la mejor aproximación\n" )
else
printf( "¡EXITO! el cálculo no fue exitoso, la mejor aproximación\n" )
end
printf( "de la raíz cuadrada de 2 es:\t %.20f\n", r )
printf( "---------------------------------------------------------\n" )
endfunction
//////////////////////////////////////////////////////////
// Funcion que evalua un valor x en un polinomio A //
//////////////////////////////////////////////////////////
// x = valor que deseamos calcular //
// A = vector de coeficientes //
// NOTA: Los coeficientes del vector van de izquierda //
// a derecha, de mayor a menor grado //
//////////////////////////////////////////////////////////
function px = UN_horner(A, x)
px = A(1)
for i = 2 : length(A)
px = A(i) + x*px
end
endfunction
//////////////////////////////////////////////////////////
// Esta funcion calcula la derivada de un polinomio //
//////////////////////////////////////////////////////////
// A = vector de coeficientes //
// NOTA: Los coeficientes del vector van de izquierda //
// a derecha, de mayor a menor grado //
//////////////////////////////////////////////////////////
function dp = UN_derivada_poli(A)
dp = zeros( 1, length(A)-1 )
n = length(dp)
for i = 1 : length(dp)
dp(i) = A(i)*n
n = n - 1
end
endfunction
//////////////////////////////////////////////////////
// Funcion que dado un x permite calcular una //
// aproximacion de e^x //
//////////////////////////////////////////////////////
// x = valor que queremos calcular //
// eps = epsilon //
// M = maxima cantidad de iteracion //
//////////////////////////////////////////////////////
function ex = UN_exp(x,eps,M)
printf( "---------------------------------------------------------\n" )
printf( " i \t\t Xi \t\t\t error\n" )
printf( "---------------------------------------------------------\n" )
i = 0
xb = x
xa = 1
while i < M & eps <= abs( (xb - xa) / xb )
if i == 0
printf( " %d\t %.15f\t-------------------------\n", i, xa )
else
xb = xa
xa = xb + ( (x)^i )/factorial(i)
printf( " %d\t %.15f\t %.15f\n", i, xa, abs( (xb - xa) / xb ) )
end
i = i + 1
end
ex = xa
printf( "---------------------------------------------------------\n" )
if i == M
printf( "¡FRACASO! el cálculo no fue exitoso, la mejor aproximación\n" )
else
printf( "¡EXITO! el cálculo no fue exitoso, la mejor aproximación\n" )
end
printf( "de la exponencial de %.5f es: %.20f\n", x, ex )
printf( "---------------------------------------------------------\n" )
endfunction
|
31373c4e750c310eec2f8633fabbd800cc1b1123 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3537/CH7/EX7.7/Ex7_7.sce | 6eecd99b93c82d7873ca0471628e25266fe19c72 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 430 | sce | Ex7_7.sce | //Example 7_7
clc();
clear;
//To calculate the dispersion and bandwidth length product
L=10 //units in Km
n=1.55
delta=0.026
C=3*10^5 //units in meter per second
T=(L*n*delta)/C*10^9
printf("The total dispersion is %.1f ns",T)
l=1/(2*T*10^-9)*10
printf("\nThe bandwidth length product is %.2f HZ-Km",l)
//in text book answer is wrong as 7044*10^5 correct answer is 3722084.37
|
5c01e0a346aae7814bd0ca8034f68215b04a4ecf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH12/EX12.40/Ex12_40.sce | 63b5be8132597578a8f0c848443b46799d348e0b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 637 | sce | Ex12_40.sce | //Chapter 12
//page no 534
//given
clc;
clear all;
D=0.5; //Dispersion constant ps/nm/km
Ts=22; //Pulse width in ps
fb=10; //system transmission rate in Gb/s
Z1=1; //System total length Mm
Z2=10; //System total length Mm
sa1=8.6*D*D*Z1*Z1*sqrt(fb-0.99)/22/2; //standard deviation based on accoustic effect
sa2=8.6*D*D*Z2*Z2*sqrt(fb-0.99)/22/2; //standard deviation based on accoustic effect
printf("\n For Z=1000km ,sigma acoustic = %0.2f ps ",sa1); //Result
printf("\n For Z=10000km ,sigma acoustic = %0.0f ps ",sa2); //Result
|
2981bd4829094bfd72e77adaddf52d293681fabc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1580/CH5/EX5.6/Ch05Ex6.sce | d6bfeacde9085d1a77ca3cfea3094e89ff73d1e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 513 | sce | Ch05Ex6.sce | // Scilab Code Ex 5.6 : Uncertainty in time : Page-5.13 (2004)
clc;clear;
h = 6.62e-34; // planck's const, Js
n1 = 1; // first state
n2 = 2; // second state
En = (-13.6/n2^2)+(13.6/n1); //Energy for transition, in eV
e = 1.6e-19; // Charge of electron , C
E2 = e*En; // Energy for transition, J
delE = E2/100; // Uncertainty in position, m
delt = h/(delE); // Uncertainty principle
printf("\nUncertainty in time = %1.3e sec", delt);
// Results
// Uncertainity in time = 4.056e-14 sec
|
588bb28dbd39527d79c10915e8130cd4c202dbea | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/virtual/Self_tuning_controller/SelfTuning_Vikas/PIControllerFandisturbance/clientwrite.sce | 56e5ef9186b5286f7e15148b8187eb28adb2a165 | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 833 | sce | clientwrite.sce | 0.10000E+00 0.10000E+01 0.00000E+00 0.25100E+03
0.10000E+01 0.10000E+01 0.00000E+00 0.10000E+03
0.20000E+01 0.20000E+01 0.19973E+01 0.10000E+03
0.30000E+01 0.30000E+01 0.27978E+01 0.10000E+03
0.40000E+01 0.40000E+01 0.35983E+01 0.10000E+03
0.50000E+01 0.50000E+01 0.50173E+01 0.10000E+03
0.60000E+01 0.60000E+01 0.58320E+01 0.10000E+03
0.70000E+01 0.70000E+01 0.72684E+01 0.10000E+03
0.80000E+01 0.80000E+01 0.80976E+01 0.10000E+03
0.90000E+01 0.90000E+01 0.89268E+01 0.10000E+03
0.10000E+02 0.10000E+02 0.91315E+01 0.10000E+03
0.11000E+02 0.11000E+02 0.10568E+02 0.10000E+03
0.12000E+02 0.12000E+02 0.10772E+02 0.10000E+03
0.13000E+02 0.13000E+02 0.11587E+02 0.10000E+03
0.14000E+02 0.14000E+02 0.12402E+02 0.10000E+03
0.15000E+02 0.15000E+02 0.13217E+02 0.10000E+03
0.16000E+02 0.16000E+02 0.13410E+02 0.10000E+03
|
4c1d74effb5a4da0296a1583172f64ad34c2ba91 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3775/CH2/EX2.15/Ex2_15.sce | 3288a0a687415ba63aad025a81bdebe12b4eb686 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 162 | sce | Ex2_15.sce | //Ex 2.15 page 77
clc;
clear;
close;
Isb=3000;// A
f=50;// Hz
I=sqrt((Isb**2*1/2/f)*f) ;// A
I2t=I**2/2/f;// sq.A/s
printf('I2t rating = %d A**2/s',ceil(I2t))
|
917ca3b8c5268e99aa28a1ec3e803b654342a632 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1226/CH20/EX20.25/EX20_25.sce | 05630ff5c87b89ea1c441b4dc5d40676de8f9605 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,419 | sce | EX20_25.sce | clc;funcprot(0);//EXAMPLE 20.25
// Initialisation of Variables
ps=1;........//Suction pressure in bar
pi=4.2;.....//Intermediate pressure in bar
pi1=4;.......//Pressure of air leaving the interooler in bar
pd=18;........//Delivery pressure in bar
t1=298;..........//Suction temperature in K
t5=t1;
dlp=0.4;........//Diameter of low pressure cylinder in m
llp=0.5;........//Stroke of low pressure cylinder in m
N=200;........//Compressor rpm
k=0.05;........//Clearance ratio
cp=1.004;.........//Specific heat at constant pressure in kJ/kgK
n=1.25;........//Compression index
R=0.287;........//Gas constant in kJ/kgK
//Calculations
Vslp=(%pi/4)*dlp*dlp*llp;..........//Swept volume of low pressure cylinder in m^3
etavlp=(1+k)-(k*((pi/ps)^(1/n)));.....//Volumetric efficiency
t2=round(t1*((pi/ps)^((n-1)/n)));
m=(ps*10^5*etavlp*Vslp)/(R*1000*t1);...//Mass of air in kg
wlp=((n)/(n-1))*R*1000*t1*m*(((pi/ps)^((n-1)/(n)))-1);..........//Work done per min in Nm in low pressure cylinder
whp=((n)/(n-1))*R*t5*m*1000*(((pd/pi1)^((n-1)/(n)))-1);..........//Work done per min in Nm in high pressure cylinder
W=wlp+whp;.........//Net work done in Nm
IP=(W*N)/(60*1000);............//Power required to run the compressor in kW
disp(IP,"Power required to run the compressor in kW:")
Qr=m*N*cp*(t2-t1);...........//Heat rejected in intercooler in kJ/min
disp(Qr,"Heat rejected in intercooler in kJ/min:")
|
a361a989fe7deb351be89fdc9bad26d73f0adfc9 | fc6a86531570e324975e0c6c411cb3d23f74b103 | /scripts/trueP.sci | 2de2e236ffca08642ebeeeba564570306ca19a84 | [] | no_license | vjethava/DynBP | 46c1666b6a4c2424d96fd15fb95e1e877a70cb83 | 5c0620e69047e0993d24f1f42f00f6f786cb2efb | refs/heads/master | 2021-01-20T22:29:23.320865 | 2010-02-01T05:36:07 | 2010-02-01T05:36:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 714 | sci | trueP.sci | D = [0];
[b1] = read('b1_3x3_s0.log', -1, 1);
[p1] = read('t1_3x3_s0.log', -1, 1);
d1 = b1.*log(b1./p1);
D = [D; sum(d1)] ;
[b2] = read('b2_3x3_s0.log', -1, 1);
[p2] = read('t2_3x3_s0.log', -1, 1);
d2 = b2.*log(b2./p2);
D = [D; sum(d2)];
[b3] = read('b3_3x3_s0.log', -1, 1);
[p3] = read('t3_3x3_s0.log', -1, 1);
d3 = b3.*log(b3./p3);
D = [D; sum(d3)];
[b4] = read('b4_3x3_s0.log', -1, 1);
[p4] = read('t4_3x3_s0.log', -1, 1);
d4 = b4.*log(b4./p4);
D = [D; sum(d4)] ;
[b5] = read('b5_3x3_s0.log', -1, 1);
[p5] = read('t5_3x3_s0.log', -1, 1);
d5 = b5.*log(b5./p5);
D = [D; sum(d5)];
[b6] = read('b6_3x3_s0.log', -1, 1);
[p6] = read('t6_3x3_s0.log', -1, 1);
d6 = b6.*log(b6./p6);
D = [D; sum(d6)];
plot([0:6]', D);
|
a1e3af8316d584465d540b106e58d9f35c4cef9b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2885/CH8/EX8.7/ex8_7.sce | 4b6aa60b04e62a4544182ee31bd9121982df029c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 697 | sce | ex8_7.sce | //Calculate the input and output impedance and voltage gain
clear;
clc;
//soltion
//FUNCTIONS
function [z]=prll(r1,r2)//Function for the parallel combination of resistor
z=r1*r2/(r1+r2);
endfunction
hie=1.1*10^3;//ohm = rin
hfe=120;// = B
//the values of Rac2, Zi, Zo are as per diagram
Rac2=prll(3.3*10^3,2.2*10^3);
Rac1=prll(6.8*10^3,prll(56*10^3,prll(5.6*10^3,1.1*10^3)));
Zi=prll(5.6*10^3,prll(56*10^3,1.1*10^3));
Zo=prll(3.3*10^3,2.2*10^3);
printf("Input Resistance = %.3f kΩ\nOutput Resistance = %.2f kΩ\n",Zi/1000,Zo/1000);
Am2=-hfe*Rac2/(hie);
Am1=-hfe*Rac1/(hie);
Am=Am1*Am2;
Am=20*log10(Am);
printf("The Overall Voltage gain is %.2f dB",Am);
|
10b1b8e9d6b3e22030586335dd939e37cb0e1cb1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /260/CH1/EX1.20/1_20.sce | 603ecd34ef1d6f76feb44b6e4da0395564c92f1a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 126 | sce | 1_20.sce | //Eg-1.20
//pg-35
clear
clc
summ=0;
for i=1:9;
summ=summ+i;
end
disp("sum of first 9 natural no.s")
disp(summ) |
7f256fe00684c6b796bd155026f0445bc788caf5 | e8bcf3f9ffdfb367940fb9ed498b1c598ce92e65 | /contour.sce | 3817f6c3c67ef08b2670d194e884d4cf888dacf2 | [] | no_license | yoddha24/Intro-to-Scilab | 1fe25aee3ebd319bc2c9e2cf7c25d7050b09890e | 4c458c1bea6880839ebae07adfd39dea0eac4e2c | refs/heads/master | 2021-01-20T18:24:05.191473 | 2016-08-08T13:45:16 | 2016-08-08T13:45:16 | 65,207,356 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 171 | sce | contour.sce | // Program to plot 2D contours
x=1:10;
y=1:10;
z=rand(10,10);
level_number=8;
contour2d(x,y,z,level_number)
title('Plotting contour map')
xlabel('x')
ylabel('y')
|
d7736ae3e03d7f012f17c2fd2c011ac7f5ca72f2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3843/CH9/EX9.8/Ex9_8.sce | 180e13eac28e46ebc628538c72084f17364a687a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 688 | sce | Ex9_8.sce | // Example 9_8
clc;funcprot(0);
// Given data
r=10;// The compression ratio
P_1=200;// kPa
T_1=100+273;// K
T_3=600+273;// K
R=0.287;// kJ/kg.K
k=1.4;// The specific heat ratio
// Calculation
v_1=(R*T_1)/P_1;// m^3/kg
T_4=T_3;// K
v_4=(T_4/T_1)*v_1;// m^3/kg
v_2=v_4/r;// m^3/kg
T_2=T_1;// K
P_2=(R*T_2)/v_2;// kPa
P_3=P_2;// kPa
v_3=(R*T_3)/P_3;// m^3/kg
w_out=(R*T_1*log(v_2/v_1))+(P_2*(v_3-v_2))+(R*T_3*log(v_4/v_3))+(P_1*(v_1-v_4));// The work output in kJ/kg
T_L=T_1;// K
T_H=T_3;// K
n=1-(T_L/T_H);// The thermal efficiency
q_in=w_out/n;// The heat input in kJ/kg
printf("\nThe work output,w_out=%3.0f kJ/kg \nThe heat input,q_in=%3.0f kJ/kg",w_out,q_in);
|
39996ceaaaf5dda1e8c3ab0efc4017072d063626 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2444/CH7/EX7.9/ex7_9.sce | 2009249391d61ceeaec66b1a8ff77b7e58e7daea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 277 | sce | ex7_9.sce | // Exa 7.9
clc;
clear;
close;
format('v',7)
// Given data
f_s = 1;// in MHz
f_s = f_s * 10^6;// in Hz
Cs = 0.1;// in pF
Cs = Cs * 10^-12;// in pF
// f_s = 1/(2*%pi*(sqrt( Ls*Cs )));
Ls = 1/(4*(%pi^2)*Cs*(f_s^2));// in H
disp(Ls,"The value of inductance in H is");
|
e8fde978304146be529b51fbd8c056af70e1da75 | e0080cf6f83bfd40b2ed39028aed4ce3cf33e263 | /Lista3_ejercicio11.sce | f5c34e3533769155123bff18f9cd4e398bd28f1e | [] | no_license | carbonmansp/Lista_ejercicios3 | 26e387749191baedac536cd6244479d30e585d35 | 9154b440c65553bf24378f7ccb3060cdf40e3e65 | refs/heads/master | 2022-12-02T00:01:20.712346 | 2020-08-21T09:28:48 | 2020-08-21T09:28:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,092 | sce | Lista3_ejercicio11.sce | // CONTROL INTERCAMBIADOR DE CALOR
// Alumno: Anthony Alvarez Oviedo
// Autor del codigo: juan C. Cutipa-Luque
//Codigo de un ejemplo Mostrado en Clase
clf(); // close current figure
clear // clear all pasta variables
xdel(winsid()) // close all windows
A= [-0.21,0.20;
0.20,-0.21];
B=[0.01,0;
0,0.01];
C=[1,0;
0,1];
D=[0,0;
0,0];
ap_s=A;
bp_s=B;
cp_s=C;
dp_s=D;
// Controllability and Observability
// Cc=[B, AB, A^2 B,..., A^(n-1) B]
Cc = cont_mat(ap_s,bp_s)
rankCc=rank(Cc)
//
// O=[C; CA; CA^2;...; CA^(n-1) ]
O = obsv_mat(ap_s, cp_s)
rankO=rank(O)
// verify if the rank of Cc is n, dimension of a
// verify if the rank of O is n, dimension of a
// Singular values of LTI the model //
G = syslin('c', ap_s, bp_s, cp_s, dp_s);
w = logspace(-3,3);
sv = svplot(G,w);
scf(0);
plot2d("ln", w, 20*log(sv')/log(10))
xgrid(12)
xtitle("Grafica de Valores Singulares","Frecuencia (rad/s)", "Amplitud (dB)");
ms=1.6;// 0.3;%1.5; % guarantee overshot Mp < 6dB = 20*log10(2)
wbs=0.23;//0.05;%0.23;
ee=1e-3;//1e-4
ki=1; // used to give more accurate adjustment to the cut-off frequency wbs
// by default set it to 1
// -------- WT Data ------------
mt=1.3;//1.00; % guarantee overshot Mp < 2dB = 20*log10(1.26)
wbt=4.1;//9.1;%4.1;
ee=1e-3;//1e-4
// -------- WS ------------
s=poly(0,'s');
ws1=(s/ms+wbs)/(s+wbs*ee),
ws2=ws1;
ws=[ws1,0;0,ws2]
//Ws=syslin('c',ws)
Ws=blockdiag(ws1,ws2)
// -------- WT ------------
s=poly(0,'s');
wt1=(s+wbt/mt)/(ee*s+wbt),
wt2=wt1;
wt=[wt1,0;0,wt2]
Wt=syslin('c',wt)
//Wt=blockdiag(wt1,wt2)
// -------- WR ------------
s=poly(0,'s');
wr1=s/s,
wr2=wr1;
wr=[wr1,0;0,wr2]
// ------------------ Plot weighting functions
svs = svplot(Ws,w);
svt = svplot(Wt,w);
scf(2);
plot2d("ln", w, [-20*log(svs')/log(10) -20*log(svt')/log(10)])
xgrid(12)
xtitle("Singular values plot inv(Ws) and inv(Wt)","Frequency (rad/s)", "Amplitude (dB)");
|
652b6a9ceb04ce17147d36c6ef2423b8d3b00d18 | af7cd799acb90ee773382c3b1b8630e092971cd8 | /tp-cn/test_system_triangulaire.sce | 9a0255ad48c7863a64f88b8e9c68af166f442633 | [] | no_license | Souad742/my-repo | 1e080b1a593aa1f8f24edd2ed4a766680344510f | 3c0df0e0cf230cbd6160d8e9a08ca7b51bdbf324 | refs/heads/main | 2023-02-03T05:06:47.269245 | 2020-12-18T23:32:27 | 2020-12-18T23:32:27 | 305,127,993 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 178 | sce | test_system_triangulaire.sce | s =100
rand("seed",s)
n=190;
Ad=rand(n,n);
A=triu(Ad);
xex = rand(n,1);
b = A*xex;
x = usolve(A,b);
fErrorB = norm(xex-x,2)/norm(xex,2)
bErrorB = norm(b-A*x,2)/norm(b,2)
|
749e65ac6714c2b951c699c83b1de96a450a381e | b667735486117d0c7bb30d616ee6ed37032e947d | /online/labca3_5/documentation/xmlhelp/en_US/lcaDebugOff.sci | 6c3d6345f3bd538f4a12c80eecf3ccbed35c9b57 | [
"EPICS",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | KIT-IBPT/MML | 6b8093aec421162c56ada56daa2d43a1b6977e62 | 4ad8cbb61a36a8b145cc6b17e0b5a3a6b4213c26 | refs/heads/master | 2021-08-28T07:39:45.693497 | 2021-08-04T13:14:01 | 2021-08-04T13:14:01 | 226,303,582 | 0 | 0 | null | 2019-12-06T10:28:11 | 2019-12-06T10:28:11 | null | UTF-8 | Scilab | false | false | 308 | sci | lcaDebugOff.sci | function lcaDebugOff
// Switch the ezca library's debugging facility off.
//
// Calling Sequence
//
//lcaDebugOff()
//
// Description
//
// Switch the ezca library's debugging facility off.
// __________________________________________________________________
//
//
// till 2017-08-08
endfunction
|
f6b32f13264062f2a117d453ff8166202ee4e95c | 449d555969bfd7befe906877abab098c6e63a0e8 | /476/CH8/EX8.27/Example_8_27.sce | 132836bb0ee9f57b2da4d486b52242add76dcbf7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,185 | sce | Example_8_27.sce | //A Textbook of Chemical Engineering Thermodynamics
//Chapter 8
//Phase Equilibria
//Example 27
clear;
clc;
//Given:
P = 93.30; //total pressure in kPa
T1 = 353; //(K)
T2 = 373; //(K)
Pa1 = 47.98; //Vapour pressure of water at 353 K (kPa)
Pb1 = 2.67; //Vapour pressure of liquid at 353 K (kPa)
Pa2 = 101.3; //Vapour pressure of water at 373 K (kPa)
Pb2 = 5.33; //Vapour pressure of liquid at 373 K (kPa)
//To calculate under three phase equilibrium:
//(a). The equilibrium temperature
P1 = Pa1+Pb1; //sum of vapour pressures at 353 K
P2 = Pa2+Pb2; //at 373 K
//Since vapour pressure vary linearly with temperature, so T at which P = 93.30 kPa
T = T1 + ((T2-T1)/(P2-P1))*(P-P1);
mprintf('(a). The equilibrium temperature is %f K',T);
//(b). The composition of resulting vapour
//At equilibrium temp:
Pa = 88.5; //vapour pressure of water (kPa)
Pb = 4.80; //vapour pressure of liquid (kPa)
//At 3-phase equilibrium, ratio of mol fractions of components is same as the ratio of vapour pressures
P = Pa+Pb; //sum of vapour pressures
y = Pa/P; //mole fraction of water
mprintf('\n The vapour contains %f mol percent water vapour',y*100);
//end |
2df9773e23c5f5ebbe58092fb6fedad0065807b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3768/CH10/EX10.9/Ex10_9.sce | f6597a8d30e4ee7773438df53044ab71d557a8eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | sce | Ex10_9.sce | //Example number 10.9, Page number 227
clc;clear;
close;
//Variable declaration
Tc1=5; //critical temperature(K)
P1=1; //pressure(mm)
P2=6; //pressure(mm)
//Calculation
Tc2=Tc1*P2/P1; //critical temperature(K)
//Result
printf("critical temperature is %.f K",Tc2)
|
bd8dca51d2a33d09e01442ecd9bc519dd9cc4892 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH3/EX3.7/example7.sce | 664ed35e4ae4b176b8f6737364ac81ddec2ece70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | example7.sce |
// Example 3-7, page 68
clear;clc; close;
// Given data
Vd=0.7;// diode drop in volts
V=10;// source voltage
R=1000;// resistance in ohms
// Calculations
Vl=V-Vd;// load voltage in volts
I=Vl/R;// load current in amperes
P=(V-Vl)*I;// diode power in watts
disp("Amperes",I,"Load Current=")
disp("Volts",Vl,"Load Voltage=")
disp("Watts",P,"Diode power=")
|
efa69b024483c4bd395ae8d391b0e13bfb140b03 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2774/CH7/EX7.10/Ex7_10.sce | 4a30d1fa570760aa4a1af0e8dfdda41e9fbe2b01 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 722 | sce | Ex7_10.sce | clc
clear
//solution
// initialization of variables
Cp=1 // specific constant at constant pressure
k=1.4 // polytropic constant for air
r=10
T3=-10+273 // temperature at entry of compressor
T6=-40+273 // temperature at entry of turbine
T5=T3 // heat exchanger
T2=T6 // heat exchanger
T4=T3*(r^((k-1)/k)) // temperature after compression
T1=T6*(1/r^((k-1)/k)) // temperature after exit from turbine
printf("The minimum temperature is %0.i degree celsius \n",T1-273)
qin=Cp*(T2-T1) // heat input
Wcomp=Cp*(T4-T3)// compressor work
Wturb=Cp*(T6-T1) // turbine work
COP=qin/(Wcomp-Wturb) // COP of refrigeration
printf(" The COP is %0.3f ",COP)
// the answer is correct within given limits
|
f490f4450da6cc3914b1260559b9ac1a6940a6b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /53/CH7/EX7.1/example_1.sce | 50c08c75364bb7a6798f2e85008d7fd8c8c02c4a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | example_1.sce |
A=200000;
//Offset voltage Vos in mV
Vos=5;
//output voltage Vout=A*Vos in mV
printf("\nVout=A*Vos\n");
Vout=A*Vos;
printf("RESULTS:\n")
printf("The maximum output voltage Vout=%d V",Vout/1000);//in volts |
566ba25604abdbcdf2688ac7d3a95d47d245d185 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH12/EX12.2.1/12_2_1.sce | d13d5b61f8e27ce4d622bff0a4ec8e3447bb3cae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sce | 12_2_1.sce | clc
//initialisation of variables
R= 53.3 //ft lbf/lbf R
T= 60 //F
P= 30 //in
P1= 29 //in
//CALCULATIONS
z= R*(T+460)*log(P/P1)*0.044/0.0339
//RESULTS
printf ('height = %.f ft',z)
|
da82799bac66fac2c40ba2aad08cc9c99399ee22 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set9/s_Engineering_Physics_K._V._Kumar_3537.zip/Engineering_Physics_K._V._Kumar_3537/CH6/EX6.4/Ex6_4.sce | 1de21ab6b30fdf35a80aa1ce0d06f430651917f0 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 176 | sce | Ex6_4.sce | errcatch(-1,"stop");mode(2);//Example 6_4
;
;
//To find the band gap
lamda=1.55 //units in eV
eg=1.24/lamda //units in eV
printf("Band gap is Eg=%.1feV",eg)
exit();
|
54025e2b8dd6cac224409dd62f3505969b187bd2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH4/EX4.18/Example4_18.sce | ac3ad613d4a59532ccf7624877842dbbe7cfbe74 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 235 | sce | Example4_18.sce | //Exa 4.18
clc;
clear;
close;
//Given data :
r=2/2/100;//m
d1=3.5;//m
d2=5;//m
d3=8;//m
epsilon_o=8.854*10^-12;//permitivity
CN=2*%pi*epsilon_o*1000/log((d1*d2*d3)^(1/3)/r);//F
disp(CN*10^6,"Capacitance of line(micro F)");
|
f8e6e2730580663b97890b4bb8af9241bfbd22a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2231/CH3/EX3.2/Ex_3_2.sce | 576f6de8158422a4e54689340fe9f92ec96a9161 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 297 | sce | Ex_3_2.sce | //Example 3_2
clc;
clear;close;
//Given data:
R=80;//ohm
L=8;///mH
C=1.2;// micro F
Toff=14;//micro sec
//Solution :
omega_m=sqrt(1/(L*10^-3*C*10^-6)-R^2/4/(L*10^-3)^2);//rad/s
fm=omega_m/2/%pi;//Hz
T=1/fm;//sec
f=1/(T+2*Toff*10^-6);//Hz
disp(f,"Frequency of output in Hz : ");
|
0fa56e018d7ac3cc07e7dd8f89e513e3c4f15b4e | b260f3d67de5bd0fbb64f116da0d48c79d85382a | /ssbmod/ssbmod.sci | e0cb4705e779643a15192d23bbd578136150626c | [] | no_license | nikitapinto/Scilab-Communications | 92c1002a14452dab39edda3675bc0c4a4da25919 | 4ebf7bbd70374b812eeb8dd3333ed997bca70b09 | refs/heads/master | 2021-01-10T06:27:41.892245 | 2016-04-02T16:37:42 | 2016-04-02T16:37:42 | 51,426,801 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,534 | sci | ssbmod.sci | funcprot(0);
function y = ssbmod (x,fc,fs,varargin)
// Single Sideband Modulation
// Description :
// This function performs single sideband modulation of a carrier signal by a message signal. It returns the modulated signal which is sampled at a specifies frequency. Note that this sampling frequency must satisfy the Nyquist Criterion where Freq_sampling > 2*(Freq_carrier + Bandwidth).
// y = ssbmod(x,fc,fs) performs single sideband amplitude modulation of carrier signal of frequency fc (Hz). fs (Hz) is the sampling frequency of signals x and fc. By default, the modulated signal has zero initial phase, and lower sideband modulation.
// y = ssbmod(x, fc, fs, initial_phase) specifies the initial phase angle (rad) of the modulated signal.
// y = ssbmod(x, fc, fs, initial_phase, 'upper') defines upper sideband modulation.
// Details :
// Date - Feb/10/2016 Author - Nikita Roseann Pinto
// Input Checking
// Number of inout arguments
if (argn(2)>5) then
error('Too many inputs. Number of inputs should be between 3 and 5' )
end
if (argn(2)< 3) then
error('Insufficient inputs. Number of inputs should be between 3 and 5' )
end
// Check message signal - x
check_x = (or(type(x)==[1,5,8]));
if (~(check_x)) then
error('x must be numeric ')
end
if (~isreal(x)| ~(check_x)) then
error('x must be real')
end
// Check carrier frequency - fc
check_fc = or(type(fc)==[1,5,8]);
if (~(check_fc) ) then
error('fc must be numeric')
end
if (~isreal(fc)| ~isscalar(fc)| fc<=0) then
error('fc must be real, positive and scalar')
end
// Check sampling frequency - fs.
// fs >= 2*fc (Nyquist sampling criterion)
check_fs = or(type(fs)==[1,5,8]);
if (~(check_fs) ) then
error('fs must be numeric')
end
if(~isreal(fs) | ~isscalar(fs) | fs<=0 ) then
error('fs must be real, positive and scalar');
end
if(~(fs>=2*fc))
error('fs must be atleast 2* fc');
end
// Check initial_phase
if(argn(2)>=4)
initial_phase = varargin(1);
check_initialphase = or(type(initial_phase)==[1,5,8]) ;
if(~check_initialphase)
error('initial_phase must be a numeric value');
end
if(isempty(initial_phase))
initial_phase = 0;
end
if (~isreal(initial_phase) | ~isscalar(initial_phase))
error('initial_phase must be a real and scalar');
end
else
initial_phase = 0;
end
// Check method
Method = '';
if(argn(2)==5)
Method = varargin(2);
if(strcmpi(Method,'upper')~=0)
error('Method must be in string format - ''upper''');
end
end
// For one dimensional input
row_data = size(x,1);
if (row_data == 1)
x = x(:);
end
// Setup t matrix using fs
t = ((0:1:((size(x,1)-1)))/fs)';
// Limit to dimensions of x
t = t(:, ones(1, size(x, 2)));
// Modulate using Hilbert transform
if (strcmpi(Method, 'upper')==0) then
y = x .* cos(2 * %pi * fc * t + initial_phase)- imag(hilbert(x)) .* sin(2 * %pi * fc * t + initial_phase);
else
y = x .* cos(2 * %pi * fc * t + initial_phase) + imag(hilbert(x)) .* sin(2 * %pi * fc * t + initial_phase);
end;
// For one dimensional input
if(row_data == 1)
y = y';
end
endfunction
|
ac074d52d5a72cfd9ce5cf9837fc75865c1f774c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH14/EX14.2/Ex14_2.sce | ec512aa1869886bcec2e7ed81d6c88dfa11b7810 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,002 | sce | Ex14_2.sce | clear;
clc;
disp(' Example 14.2');
// aim : To determine
// (a) the intermediate pressure
// (b) the total volume of each cylinder
// (c) the cycle power
// given values
v1 = .2;// air intake, [m^3/s]
P1 = .1;// intake pressure, [MN/m^2]
T1 = 273+16;// intake temperature, [K]
P3 = .7;// final pressure, [MN/m^2]
n = 1.25;// compression index
N = 10;// speed, [rev/s]
// solution
// (a)
P2 = sqrt(P1*P3);// intermediate pressure, [MN/m^2]
mprintf('\n (a) The intermediate pressure is = %f MN/m^2\n',P2);
// (b)
V1 = v1/N;// total volume,[m^3]
// since intercooling is perfect so 2 lie on the isothermal through1, P1*V1=P2*V2
V2 = P1*V1/P2;// volume, [m^3]
mprintf('\n (b) The total volume of the HP cylinder is = %f litres\n',V2*10^3);
// (c)
CP = 2*n/(n-1)*P1*v1*((P2/P1)^((n-1)/n)-1);// cycle power, [MW]
mprintf('\n (c) The cycle power is = %f MW\n',CP*10^3);
// there is calculation mistake in the book so answer is not matching
// End
|
cfe3c11f0005f95cdf96bfba27003b937379f351 | 364fc2bac23ae5482a18e5e9392ff63e68642dae | /Annales/2016_exo2.sci | 1fc9f4166a558ea53d28d70ec045872a328a8323 | [] | no_license | Raphael-De-Wang/2M310TP | 259e55e9dc931b0a0102ed7a5dbbb31e82b88295 | af21ffee07fadeb5b27c5f30d0deb1926972ccee | refs/heads/master | 2021-01-11T14:14:21.447623 | 2017-03-29T20:27:35 | 2017-03-29T20:27:35 | 81,227,258 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,520 | sci | 2016_exo2.sci | clear;
// Q1.
function Xexp = EulerExplicite(a,x0,T,p)
hp = T/p;
Xexp = [x0];
for k = (1:p),
Xexp(k+1) = Xexp(k) * (a * hp + 1);
end
endfunction
// Q2.
function Ximp = EulerImplicite(a,x0,T,p)
hp = T/p;
Ximp = [x0];
for k = (2:p+1),
Ximp(k) = Ximp(k-1) / (1 - a * hp);
end
endfunction
// Q3.
a = -1;
x0 = 2;
T = 5;
function X = SolutionExacte(a,x0,T,p)
t = linspace(0,T,p+1);
X = exp(a*t)*x0;
X = X';
endfunction
// Q4.
p = 50;
Xexp50 = EulerExplicite(a,x0,T,p);
Ximp50 = EulerImplicite(a,x0,T,p);
p = 200;
Xexp200 = EulerExplicite(a,x0,T,p);
Ximp200 = EulerImplicite(a,x0,T,p);
// Q5.
function graphCmp(a,x0,T)
subplot(121);
p = 50;
plot(linspace(0,T,p+1),EulerExplicite(a,x0,T,p),'b');
plot(linspace(0,T,p+1),EulerImplicite(a,x0,T,p),'g');
plot(linspace(0,T,p+1),SolutionExacte(a,x0,T,p),'r');
subplot(122);
p = 200;
plot(linspace(0,T,p+1),EulerExplicite(a,x0,T,p),'b');
plot(linspace(0,T,p+1),EulerImplicite(a,x0,T,p),'g');
plot(linspace(0,T,p+1),SolutionExacte(a,x0,T,p),'r');
endfunction
// graphCmp(a,x0,T)
// Q6.
function theta = ErreurGlobale(a,x0,p,T,X,f)
x = f(a,x0,T,p);
size(X)
theta = max(abs(X-x));
endfunction
// Q7.
p = 50;
thetaExp50 = ErreurGlobale(a,x0,p,T,Xexp50,SolutionExacte)
thetaImp50 = ErreurGlobale(a,x0,p,T,Ximp50,SolutionExacte)
p = 200;
thetaExp200 = ErreurGlobale(a,x0,p,T,Xexp200,SolutionExacte)
thetaImp200 = ErreurGlobale(a,x0,p,T,Ximp200,SolutionExacte)
|
98fb39ae4aef729d60cc546c0a31911ba58992bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1910/CH2/EX2.14/Chapter214.sce | b7b3aeecaa7082555b79e584cf8d85229c1bed3c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,070 | sce | Chapter214.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 2, Example 14")
//Considering two very long slender rods of the same diameter but of different materials.
//The base of each rod is maintained at 100°C while the surfaces of the rod are exposed to 20°C
//By traversing length of each rod with a thermocouple it was observed that tempratures of rod were equal at the position xA=0.15m and xB=0.075 from base.
xA=0.15;
xB=0.075;
//Thermal conductivity of rod A is known to be kA=72 W/(m*K)
kA=72;
//In case of a very long slender rod we use the tip boundary condition thetaL=0 as L--->infinity
//Therfore we can write for the locations where the tempratures are equal thetab*e^(-mA*xA)=thetab*e^(-mB*xB) or xA/xB=mB/mA,Again mB/mA=(kA/kB)^0.5
//So kB=kA*(xB/xA)^2
//The thermal conductivity of Rod B iskB
disp("The thermal conductivity of Rod B kB in W/(m*K) is ")
kB=kA*(xB/xA)^2
|
f4e836072c28c31235705c668161edbeba5f3ff1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2132/CH7/EX7.19/Example7_19.sce | 93e14d1c923bba1a54d16ca51d3134874bb43d5e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 345 | sce | Example7_19.sce | ////Example 7.19
clc;
clear;
close;
format('v',9);
//Given data :
g=9.81;//gravity constant
D=150/1000;//meter(Pipe diameter)
Q=40;//litres/sec(rate of discharge)
l=500;//meter(valve distance)
T=0.5;//second
v=Q/1000/(%pi/4*D^2);//m/s(velocity of flow)
pi=1000/g*(l*v/T);//kg/m^2
disp(pi,"Increase in pressure intensity(kg/m^2)");
|
a0af535c4ca78f3893ba040a170f0ff2a4fb071b | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH3/EX3.18/example18_sce.sce | e7e9f85c654f202d1453cb15e4a2678a74531030 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 513 | sce | example18_sce.sce | //chapter 3
//example 3.18
//page 112
printf("\n")
printf("given")
Zz=7;Es=16;Vo=6.2;Il=59.5*10^-3;
es=(10*Es)/100//10% os Es
Rl=Vo/Il;
disp("es*Zz||Rl/R1+Zz||Rl")
V0=es*((Zz*Rl)/(Zz+Rl))/(Rl+((Zz*Rl)/(Zz+Rl)))
lineregulation=(V0*100)/Vo;
printf("line regulation voltage is %3.3fpercentage\n",lineregulation)
V0=Il*((Zz*Rl)/(Zz+Rl))
loadregulation=(V0*100)/Vo;
printf("loadregulation voltage is %3.3fpercentage\n",loadregulation)
Rr=((Zz*Rl)/(Zz+Rl))/(Rl+(Zz*Rl)/(Zz+Rl));
printf("ripple rejection is %3.3f\n",Rr) |
2590b17d9614227ace0281a0751a6d7fc45cb118 | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH9/EX9.21/example9_21.sce | ff9d7cb58f317bcbd9383b65d01be3cd5af3893a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,024 | sce | example9_21.sce | //clc()
F = 1000;//kg/h
xfwater = 0.7;
xpwater = 0.2;
xrwater = 0.20;
xswater = 0.5;
y1 = 0.0025;
y2 = 0.05;
//R - recycle, S - stream entering granulator, P - Product, G1 - air entering the drier, G2 - air leaving the drier,
//takin overall, moisture free balance, F * xf = P * xp
P = F * ( 1 - xfwater )/(1 - xpwater );
// taking material balance at point where recycle strea joins the feed,
// F = R + S
//water balance, F*xfwater = R*xrwater + S*xswater,solving this we get,
R = (-F*xfwater +F*xswater)/(xrwater - xswater);
S = F + R;
mleaving = P + R;//solid leaving the drier
//dry air entering will there be in air leaving, therefore
//G1 * ( 1 - y1 ) = G2 * ( 1 - y2 )
// water balance over the drier gives, S*xswater+G1*y1=G2*y2+(P+R)*xpwater
//from above 2 equations , we get
G1 = ((mleaving*xpwater - S*xswater)/(y1 - y2*(1-y1)/(1-y2)));
disp("kg/h",R,"(a)Amount of solid recycled = ")
mdryair = G1 * (1 - y1);
disp("kg/h",mdryair,"(b)circulation rate of air in the drier on dry basis = ") |
7e2e122a33a4bff9b62f4cadd471bd7425d8ffed | 449d555969bfd7befe906877abab098c6e63a0e8 | /2141/CH14/EX14.3/Ex14_3.sce | f96f14e5353a75383cd01014ae428c3667419af1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 412 | sce | Ex14_3.sce |
clc
//initialisation of variables
Ai=1.8 //ft^2
Ae=1.0//ft^2
Ve=1300//ft/sec
Pi=14.0//lbf/in^2
Vi=300//ft/sec
P0=14.7 //lbf/in^2
mi=30 //lbm/sec
me=30.6 //lbf/sec
Pe=18.0//lbf/in^2
t=144//lbf/in^3
g=32.17//lbm-ft/lbf-sec^2
//CALCULATIONS
R=[(Pi-P0)*t*Ai]-[(Pe-P0)*t*Ae]//lbm ft/sec^2
Rx=(me*Ve-mi*Vi)/(g)//lbm ft/sec^2
RX=-(R-Rx)//lbf
//RESULTS
printf('The thrust on the engine=% f lbf',RX)
|
240d84538ab00e1592c66299956b60c6db53f305 | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH18/EX18.8/Example18_8.sce | 530bb94481968c5edd0d2052a7aae0adbd5ab89a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 188 | sce | Example18_8.sce | //Example 18.8.
clc
format(7)
L=0.0625/0.04 // in H
disp("We know that the ripple factor for inductor filter is gamma = RL / 3*sqrt(2)*omega*L")
disp(L,"Therefore, L(in Henry) = ") |
aad5871fc09e1da2190ffdefb638ea9e982328a1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH9/EX9.10/chapter9_ex10.sce | c01ff232dfd4f787efde60c5fb6106e761ab0a12 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 915 | sce | chapter9_ex10.sce | clc
clear
//input
kva=10;//kVA rating of the transformer
vp=400;//voltage on primary side in volts
vs=230;//voltage on secondary side in volts
//short circuit test
ppd1=18;//primary p.d. in volts
ip1=25;//primary current in amperes
inp1=120;//power input in watts
//short circuit test
ppd2=400;//primary p.d. in volts
ip2=0.5;//primary current in amperes
inp2=70;//power input in watts
//calculations
zp=ppd1/ip1;//equivalent primary impedance in ohms
rp=inp1/(ip1^2);//equivalent resistance in ohms
xp=((zp^2)-(rp^2))^0.5;//equivalent leakage reactance in ohms
r0=(vp^2)/(1000*inp2);//resistance of parallel circuit
phi=sin(acos(inp2/(vp*ip2)));//sine of power factor
im=ip2*phi;//magnetizing current in amperes
x0=vp/im;//reactance in ohms
//output
mprintf('the equivalent circuit parameters are \n Rp=%3.3f ohms \n Xp=%3.3f ohms \n r0=%3.3f kilo ohms \n x0=%3.1f ohms',rp,xp,r0,x0)
|
dadf296f4deda0b4fe58eb1adb15d7a7dc2d43e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1511/CH4/EX4.12/ex4_12.sce | a4677634af0e71371ec87ccd6308aec8c2703917 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 251 | sce | ex4_12.sce | // Example 4.12 page no-211
clear
clc
ico=2 //micro A
ieo=1.6 //micro A
alfa = 0.98
ie=2 //micro A
T=301.6
vt=T/11600
ve=vt*log(1+(ie/ieo))
printf("\nVe = %f V",ve)
vc=vt*log(1+(alfa*ie/ico))
printf("\nVc = %f V\nV_CE = %f V",vc,vc-ve)
|
020601a04913e95cf9155426eed1732cc67b85b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH2/EX2.21/2_21.sce | 6b09b48213b7581fe8ad8f7d4fb2e5036596835d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 334 | sce | 2_21.sce | clc,clear
printf('Example 2.21\n\n')
// K_1= E_b/N = (phi*P*Z)/(60*A)
//P_m = T * omega
//E_b*I_a = T *(2*%pi*N/60)
//T= I_a (E_b*60 / 2*%pi*N )
//Use E_b= phi*P*N*Z/(2*%pi*A)
//T / I_a = phi*P*Z / (2*%pi*A) =K_dasah
printf('The constant of proportionality in both the cases is K=K_dash = phi*P*Z /(2*3.142*A)')
|
8be6aa3af94b02b6e05bcc824a30efde0e1739dc | 5f48beee3dc825617c83ba20a7c82c544061af65 | /tests/s/58.tst | 2f3c18a121918e063ca77b5662c09f1c717013cf | [] | no_license | grenkin/compiler | bed06cd6dac49c1ca89d2723174210cd3dc8efea | 30634ec46fba10333cf284399f577be7fb8e5b61 | refs/heads/master | 2020-06-20T12:44:17.903582 | 2016-11-27T03:08:20 | 2016-11-27T03:08:20 | 74,863,612 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 23 | tst | 58.tst | int f(float x, int y);
|
db3472303e0121286d907a288e21065d0a79ff1b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH26/EX26.3/Ex26_3.sce | e08d3b89bab948e17aac987c71964c5ca04e837a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 620 | sce | Ex26_3.sce | //Example 26_3
clc();
clear;
//To draw the energy level diagram and the find the first line of balmer type series
n=1
e1=-54.4/n^2 //units in ev
n=2
e2=-54.4/n^2 //units in ev
n=3
e3=-54.4/n^2 //units in ev
printf("The energy associated with line 1 is E1=%.1f eV\nThe energy associated with line 2 is E2=%.1f eV\nThe energy associated with line 3 is E3=%.2f eV\n",e1,e2,e3)
e1=1 //units in eV
e2=7.6 //Units in eV
lamda1=1240 //units in nm
lamda=(e1/e2)*lamda1 //Units in nm
printf("The first line of balmer series is lamda=%d nm and belongs to the ultraviolet region",lamda)
|
45b75486eac7801bf6828090d787e6248b5fbf6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3774/CH1/EX1.1/Ex1_1.sce | 3c09f7fc26e40ba97ed59da85131f8bc22958c0a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 297 | sce | Ex1_1.sce | // exa 1.1 Pg 13
clc;clear;close;
Nmax=1000;// rpm
Nmin=30;// rpm
z=9;// no. of steps
//Rn=Nmax/Nmin=fi**(z-1)
fi=(Nmax/Nmin)**(1/(z-1));// common ratio
printf('The speeds of gear box are:')
N1=Nmin;// rpm
for i=1:z
printf('\n\t\t\tN%d = %.1f rpm',i,N1)
N1=fi*N1;//rpm
end;
|
8fdbae5215cc63bd884b040ef9d3eda5811a1dda | 449d555969bfd7befe906877abab098c6e63a0e8 | /695/CH2/EX2.4/Ex2_4.sce | a7e80cbe20459bf53deaa160dda8589028b0120c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 510 | sce | Ex2_4.sce | //Caption:Find the generated voltage and armature current
//Exa:2.4
clc;
clear;
close;
V_t=300;//in volts
V_b=1;//voltage drop per brush in volts
I=200;//in amperes
R_f=200;//shunt feild winding resistance in ohms
R_a=0.05;//armature winding resistance in ohms
R_se=0.04;//Series feild winding resistance in ohms
I_f=V_t/R_f;//in amperes
I_a=I+I_f;//in amperes
E_g=V_t+(R_a+R_se)*I_a+(2*V_b);
disp(E_g,'Value of generated voltage (in volts)=');
disp(I_a,'Value of armature current (in Ampers)=') |
dfe365bcbc062e4c66c71979f8401e8e76c7f68b | 5c808b0f55fefd29b91c7cb73f2f3a08093c5033 | /Code/Scilab Code/GenUnitImpulse.sci | 7eaef49657dadbd365eb76c9a9f123a6a1962ea1 | [] | no_license | JOfTheAncientGermanSpear/Filter-Bank-Guitar-Note-Chord-Detection | a01e2ce521561dfea555a588d6bb1e0f1deca18e | cb0d54c74275a990dcb984c4ec349e6ca4e72a1a | refs/heads/master | 2021-01-20T12:00:42.472605 | 2013-06-14T03:04:33 | 2013-06-14T03:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 110 | sci | GenUnitImpulse.sci | function unitImpulse = GenUnitImpulse(N)
unitImpulse = zeros(1, N);
unitImpulse(1) = 1;
endfunction |
065d8183962848808836f4b58f49ae8af5c4e47e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH11/EX11.3/ex_11_3.sce | ba501d49df4d88f5dfb12285d4a22fdc16832a9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | ex_11_3.sce | //Example 11.3: Sag
clc;
clear;
close;
//given data :
l=30;// in meter
w1=0.9;// average weight of catenary wire in kg/m
w2=1.2//average weight of trolley wire in kg/m
w3=(20/100)*w2//average weight of dropper and fittings in kg/m
w=w1+w2+w3;
T=1000;// in kg
del=((w*l^2)/(2*T));
disp(del,"sag(m) = ")
|
7e231028d3b774b8e479c59876662ede4373046c | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH2/EX2.31/ex31.sce | bf9507d8ea0538ad20a67b29014a5a646e37ad99 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 229 | sce | ex31.sce | clear
clc
disp("the equations can be re written as AX=B where X=[x1;x2;x3;x4] and ")
A=[1 -1 1 1;1 1 -1 1;1 1 1 -1;1 1 1 1]
B=[2;-4;4;0]
disp("determinant of A=")
det(A)
disp("inverse of A =")
inv(A)
disp("X=")
inv(A)*B |
a0a1317c68a89a4b342f4f251603a9293005ecf0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH12/EX12.7.a/data12_7.sci | b2bdb39397cb0e0f99d15e203495f96300000570 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 276 | sci | data12_7.sci |
//(Brakes) Example 12.7
//Angle subtended by the block at the drum theta (deg)
theta = 100
//Diameter of the brake drum D (mm)
D = 500
//Width of the friction lining w (mm)
w = 100
//Coefficient of friction mu
mu = 0.2
//Maximum intensity of pressure pmax (N/mm2)
pmax = 0.5
|
d9e3c5945aa23f02d251144cdffe75a83c3a5c39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH5/EX5.2/5Ex2.sce | 7e919b0cb9e12035b9d6eaf241fb183680bb0135 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 120 | sce | 5Ex2.sce | //chapter 5 Ex 2
clc;
clear;
close;
//let the value to be found out be x
x=sqrt(1471369);
mprintf("x=%.0f",x);
|
541e3befa6115a4540338411c523803bc590ce41 | 449d555969bfd7befe906877abab098c6e63a0e8 | /323/CH5/EX5.7/ex5_7.sci | 98a7d14d5fdcf7f5acbc0076f5f1c290b47622da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 345 | sci | ex5_7.sci | //Chapter 5,Ex5.7,Pg 5.8
clc;
W0=200 //Power
R1=3.5 //Primary resistance
V1=2300 //Primary voltage
I0=0.3 //no load current
cl=(I0^2)*R1
printf("\n Copper loss=%.3f W \n",cl)
coreloss=W0-cl //Core loss=Input power-copper loss
printf("\n Core loss=%.3f W \n",coreloss)
pf=W0/(V1*I0)
printf("\n Power factor = %.2f (lagging) \n",pf)
|
5ce564f45af4237f7d7533018f32a9854b40288d | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/MP82VCF/ATWM1_Working_Memory_MRI_MP82VCF/ATWM1_Working_Memory_MRI_Salient_Uncued_Run1.sce | 17c5a89604edaf0a7c2b3b2d0f79688bbf5a1eba | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 12,235 | sce | ATWM1_Working_Memory_MRI_Salient_Uncued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_salient_uncued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
scan_period = 2000; # TR
pulses_per_scan = 1;
pulse_code = 1;
#pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
#write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 290; width = 290; color = 128, 128, 128;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 9400;
mri_pulse = 1;
code = "BaselinePre";
#port_code = 1;
};
TEMPLATE "ATWM1_Working_Memory_MRI.tem" {
trigger_volume_encoding trigger_volume_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
6 11 292 292 399 125 9543 2992 12342 fixation_cross gabor_173 gabor_109 gabor_146 gabor_087 gabor_173_alt gabor_109 gabor_146_alt gabor_087 "1_1_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_173_109_146_087_target_position_1_3_retrieval_position_1" gabor_173_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
19 24 292 292 399 125 9543 2992 14342 fixation_cross gabor_044 gabor_126 gabor_084 gabor_154 gabor_044 gabor_126 gabor_084_alt gabor_154_alt "1_2_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_044_126_084_154_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_154_framed blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
33 39 292 292 399 125 11543 2992 12342 fixation_cross gabor_081 gabor_100 gabor_018 gabor_038 gabor_081_alt gabor_100 gabor_018_alt gabor_038 "1_3_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_081_100_018_038_target_position_1_3_retrieval_position_1" gabor_126_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
47 53 292 292 399 125 11543 2992 12342 fixation_cross gabor_025 gabor_066 gabor_051 gabor_176 gabor_025 gabor_066 gabor_051_alt gabor_176_alt "1_4_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_025_066_051_176_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_176_framed blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
61 66 292 292 399 125 9543 2992 12342 fixation_cross gabor_059 gabor_177 gabor_102 gabor_147 gabor_059_alt gabor_177 gabor_102_alt gabor_147 "1_5_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_9601_3000_12400_gabor_patch_orientation_059_177_102_147_target_position_1_3_retrieval_position_2" gabor_circ gabor_177_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_177_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
74 79 292 292 399 125 9543 2992 14342 fixation_cross gabor_118 gabor_137 gabor_157 gabor_029 gabor_118_alt gabor_137 gabor_157_alt gabor_029 "1_6_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_118_137_157_029_target_position_1_3_retrieval_position_1" gabor_118_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
88 94 292 292 399 125 11543 2992 12342 fixation_cross gabor_047 gabor_109 gabor_083 gabor_134 gabor_047_alt gabor_109 gabor_083 gabor_134_alt "1_7_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_047_109_083_134_target_position_1_4_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
102 107 292 292 399 125 9543 2992 14342 fixation_cross gabor_004 gabor_021 gabor_127 gabor_045 gabor_004_alt gabor_021_alt gabor_127 gabor_045 "1_8_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_004_021_127_045_target_position_1_2_retrieval_position_2" gabor_circ gabor_067_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
116 121 292 292 399 125 9543 2992 14342 fixation_cross gabor_138 gabor_007 gabor_048 gabor_065 gabor_138 gabor_007_alt gabor_048_alt gabor_065 "1_9_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_138_007_048_065_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_048_framed gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
130 135 292 292 399 125 9543 2992 12342 fixation_cross gabor_121 gabor_016 gabor_067 gabor_137 gabor_121 gabor_016_alt gabor_067 gabor_137_alt "1_10_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_121_016_067_137_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_137_framed blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
143 149 292 292 399 125 11543 2992 14342 fixation_cross gabor_045 gabor_133 gabor_012 gabor_085 gabor_045_alt gabor_133_alt gabor_012 gabor_085 "1_11_Encoding_Working_Memory_MRI_P3_RL_Salient_NoChange_UncuedRetriev_300_300_399_11601_3000_14400_gabor_patch_orientation_045_133_012_085_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_012_framed gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MRI_P3_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_012_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
158 164 292 292 399 125 11543 2992 14342 fixation_cross gabor_161 gabor_025 gabor_132 gabor_101 gabor_161_alt gabor_025_alt gabor_132 gabor_101 "1_12_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_161_025_132_101_target_position_1_2_retrieval_position_2" gabor_circ gabor_071_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_071_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
173 179 292 292 399 125 11543 2992 14342 fixation_cross gabor_139 gabor_121 gabor_177 gabor_001 gabor_139_alt gabor_121 gabor_177 gabor_001_alt "1_13_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_139_121_177_001_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_049_framed blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_049_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
188 194 292 292 399 125 11543 2992 12342 fixation_cross gabor_031 gabor_178 gabor_118 gabor_139 gabor_031_alt gabor_178 gabor_118_alt gabor_139 "1_14_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_UncuedRetriev_300_300_399_11601_3000_12400_gabor_patch_orientation_031_178_118_139_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_089_framed blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_089_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
202 207 292 292 399 125 9543 2992 14342 fixation_cross gabor_041 gabor_147 gabor_022 gabor_063 gabor_041 gabor_147 gabor_022_alt gabor_063_alt "1_15_Encoding_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_041_147_022_063_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_109_framed blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MRI_P3_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_109_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 20600;
code = "BaselinePost";
#port_code = 2;
}; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.