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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5116dd1fc5e246532fe3f6c02712f8fd59a8ff1c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2081/CH11/EX11.3/Ex11_3.sce | e592944e3b12039691e830b13b15fd596f3217d0 | [] | 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 | 216 | sce | Ex11_3.sce | Rb=270.833*10^3//channel data rate
C=Rb/0.4//maximum data rate
B=200*10^3
SIN=2^(C/B)-1//from C=B*log2(1+S/N) (shannon's capacity formula)
SINdB=10*log10(SIN)
disp(SINdB,'the corresponding theoretical S/N in dB is')
|
df5faeb43917ee0abe0508126b0aa06510cad36f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3788/CH5/EX5.2.2/Ex5_2_2.sce | 1ce9fcd1897b72840de4281adb4c32a14d755047 | [] | 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 | Ex5_2_2.sce | //Example 5.2.2
//Calculate the baseband SN ratio for the Voice channel
//Variables
clc
clear
Fmax = 3.4
Brf = 45
Rs = 9.6
P = 8.8
SNratio = 7
CNratio = 13
//result
delFpk = Brf/2 - Fmax
SNfm = CNratio + 10*log10(Brf/Fmax) + 20*log10(delFpk/Fmax) + 1.8 + P
printf("The baseband SN ratio for the voice channel is %f dB ",SNfm)
|
557f4d0b6fced70ca0a96b61f1dd5e051ea621a4 | 14a4e12ae6317d8ba53b8dd6462a9fe4e3eaa628 | /discreteCos.sci | a4e8a1e31497a3a5c4a075f3fa89da94414e84ea | [] | no_license | tarikachittajalu/Discrete-Cos-Lab | d93353366801c961ce8596755b37a1bfeab5af36 | 242f8980c947e7623e247757cc3a60d1912ba925 | refs/heads/master | 2021-01-10T21:52:27.084218 | 2015-09-16T15:29:24 | 2015-09-16T15:29:24 | 42,470,221 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 77 | sci | discreteCos.sci | function[y]= discreteCos(f,t, theta)
y=cos(2*%pi*f*t+ theta)
endfunction
|
4a74790dbcdfc0f2f198ace791dbe251285ca8b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2774/CH3/EX3.5/Ex3_5.sce | 31b4664e4cb49d52da6d466f9a4b18a6b8cbc941 | [] | 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 | 359 | sce | Ex3_5.sce | clc
// initialization of variables
T=100 // torque of shaft in N.m
N=3000 // rotation speed in rpm
omega=(N*2*%pi/60) // angular velocity in rad/sec
// calculation of power
Wdot=(T*omega); // power is work done per unit time
printf("Power transmitted is %.1f hp",Wdot/746) // divided by 746 to convert W into hp
//answer is approximated in textbook
|
655dca104b37745e99aed2e59a83d892114ea68e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1184/CH14/EX14.4/Ex14_4.sce | a04a6976956bab811bf8aa4e62f908bb876469f4 | [] | 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 | 165 | sce | Ex14_4.sce | //Example 14-4,Page No - 557
clear
clc
f = 460*10^6
VF = 0.66
len = (246/f)*VF
printf('The length of impedance matching section is %.3f feet',len*10^6)
|
8c30806a6abdba7662dd739d536da128a34eca7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/CH19/EX19.4/19_4.sce | 19daa273074336eff7ec1aecb121224afd18414f | [] | 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 | 983 | sce | 19_4.sce | pathname=get_absolute_file_path('19_4.sce')
filename=pathname+filesep()+'19_4_data.sci'
exec(filename)
//Problem no 19.4 page 712
//Consider naturally aspirated engine
//Break pressure
bp1=pbm*Vs*n*10^5/60000
//Indicated power
ip1=bp1/nm
//Efficiency ratio (nith/nair-std)
nair1=nair-(1/std)
//Indicated thermal efficiency
nith1=nair1*nr
//Mass flow rate fuuel mfna
mfna=(ip1/nith1)*(3600/CV)
//If the test duration is t hours then specific mass is given by
//Consider supercharged engine
bp2=(pbm1*(10^5)*Vs*n)/60000
//Indicated power
ip2=bp2/nm
//Efficiency ratio
nair2=nair-(1/std1)
//Indicated thermal efficiency
nith2=nair2*nr
//Mass flow rate of fuel
mfsc=(ip2/nith2)*(3600/CV)
//Time (in hours)
t=((1.67-1.44)/0.066)
printf("For Naturally aspirated engine\n")
printf("Break pressure : %f\n",bp1)
printf("Consider the supercharged engine\n")
printf("Break pressure %f\n",bp2)
printf("Efficiency ratio: %f\n",nair2*100)
printf("Time: %f\n",t)
|
ae2b4943940697af8adfcb2bc6113b28226b3339 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH5/EX5.28/Ex5_28.sce | 2f08bb5c2c11e28ce56bf5cc372ab43210b3cdcc | [] | 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 | 549 | sce | Ex5_28.sce | //============================================================================
// Chapter 5 example 28
clc;
clear;
// input data
Hc0 = 700000; //critical field at 0 K
T = 4; //temperature in K
Tc = 7.26; //temperature in K
//calculation
Hc = Hc0*(1-(T/Tc)^2);
//result
mprintf('critical field =%3.4e.A/m\n',Hc);
mprintf(' Note: calculation mistake in texttbook in calculating Hc')
//============================================================================
|
f962239b5cb23bbc2b45985d6fb34a4401e09d06 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2159/CH4/EX4.2/42.sce | 4aabd5e86d42829c9ed5a9912e1d6b90b175ad28 | [] | 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 | 195 | sce | 42.sce | // problem 4.2
q=0.0982
d=0.12
H=10
x=4.5
y=0.54
g=9.81
Vth=(2*g*H)^0.5
a=3.142*d*d/4
Qth=Vth*a
Cd=q/Qth
Cv=((x*x)/(4*y*H))^0.5
Cc=Cd/Cv
disp(Cc,Cv,Cd,"Cd ,Cv, Cc of the orifice")
|
2071083be5570dd23a81c7637b75ddba21ac6f87 | f98e6eb45cba97e51f3e190748f75d277fc4c38d | /Lab/Lab4/lab04_solution.sce | f646ad0a3933edcfc656b37ef1bdbb73b03fd218 | [] | no_license | sctpimming/SC422401 | 68359adab92095e4c60121ff17ac43efc9c46fb4 | 5c43c58c9bf0e923b640c115b4ef618ad72d15a6 | refs/heads/master | 2020-11-25T18:37:53.377582 | 2020-02-26T07:56:39 | 2020-02-26T07:56:39 | 228,796,306 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,966 | sce | lab04_solution.sce | ////////////////////////////////////////////////////////////////////////
// SC422401 การเขียนโปรแกรมคอมพิวเตอร์สำหรับคณิตศาสตร์
// ภาคการศึกษาปลาย ปีการศึกษา 2562
// เฉลยใบกิจกรรมที่ 4
// โดย ผศ. ดร.ทศพร ทองจันทึก
// แก้ไขล่าสุด : 14 มกราคม 2563
////////////////////////////////////////////////////////////////////////
clear
// สร้างตารางแสดงผลการศึกษาตามคะแนนที่ระบุในเซตที่กำหนดให้
// แสดงส่วนหัวของตาราง
printf("--------------------\n")
printf("Score\tGrade\n")
printf("--------------------\n")
// แสดงคะแนนและผลการศึกษาทีละบรรทัด
for x = [74,62,87,51,38,57,77,49]
// หาผลการศึกษา (grade)
if x >= 76 then
grade = "H" // 76 <= x <= 100
elseif x >= 60 then
grade = "S" // 60 <= x < 76
else
grade = "U" // ได้ U เมื่อคะแนนต่ำกว่า 60
end
// แสดงคะแนนและผลการศึกษาทางจอภาพ
printf("%d\t%s\n", x, grade)
// ออกจากการแสดงผลการศึกษา ทันทีที่คะแนนต่ำกว่า 50
if x < 50 then
break // ออกจากการทำซ้ำ
end
end
printf("--------------------\n\n") // แสดงส่วนท้ายของตาราง
// สร้างตารางแสดงผลการศึกษาตามคะแนนที่ระบุในเซตที่กำหนดให้
// แสดงส่วนหัวของตาราง
printf("--------------------\n")
printf("Score\tGrade\n")
printf("--------------------\n")
// แสดงคะแนนและผลการศึกษาทีละบรรทัด
x = 86
while x >= 50
if (60 <= x) & (x <= 70) then
x = x-2 // ลดคะแนนลง 2 คะแนน
continue
end
// หาผลการศึกษา (grade)
if x >= 76 then
grade = "H" // 76 <= x <= 100
elseif x >= 60 then
grade = "S" // 60 <= x < 76
else
grade = "U" // ได้ U เมื่อคะแนนต่ำกว่า 60
end
// แสดงคะแนนและผลการศึกษาทางจอภาพ
printf("%d\t%s\n", x, grade)
// ลดคะแนนลงครั้งละ 2 คะแนน
x = x-2
end
printf("--------------------\n") // แสดงส่วนท้ายของตาราง
|
0abef455b1140724dc339a783ae264ac1497624a | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.12_20.tst | c294972dccff1cea3571510b8cdde43652286467 | [] | 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 | 22,255 | tst | bow.12_20.tst | 12 4:1.0 15:0.034482758620689655 28:0.1111111111111111 29:0.5 60:0.018518518518518517 78:0.5 256:0.25 505:0.3333333333333333 614:1.0 653:0.16666666666666666 657:1.0 1127:1.0 3267:1.0
12 13:0.07142857142857142 14:0.25 15:0.034482758620689655 18:1.0 36:1.0 39:0.1111111111111111 57:1.0 60:0.018518518518518517 164:0.5 180:0.5 192:1.0 218:1.0 505:0.3333333333333333 517:1.0 518:1.0 603:0.16666666666666666 660:0.5 755:1.0 798:1.0 899:1.0 1318:1.0 1659:1.0 3377:1.0 3582:1.0 4009:1.0 4015:1.0
12 39:0.1111111111111111 57:2.0 421:0.5 442:0.16666666666666666 1240:0.5 1962:1.0
12 1:0.25 15:0.034482758620689655 26:0.1 30:0.5 39:0.1111111111111111 57:1.0 96:0.2 210:0.5 253:0.047619047619047616 343:1.0 419:1.0 439:1.0 543:0.5 633:1.0 649:1.0 1348:1.0 1503:1.0 1638:1.0 1706:1.0 1983:1.0 2010:1.0 2675:1.0 2867:1.0 3438:1.0 3805:1.0 5364:0.5
12 12:0.5 13:0.07142857142857142 14:0.5 15:0.034482758620689655 34:0.3333333333333333 57:1.0 135:1.0 210:0.5 327:1.0 706:1.0 1498:1.0 2296:1.0 5176:1.0
12 4:1.0 13:0.07142857142857142 15:0.06896551724137931 36:1.0 39:0.1111111111111111 55:2.0 57:1.0 60:0.018518518518518517 87:0.2 217:0.2 218:1.0 262:0.5 291:0.5 348:0.16666666666666666 359:0.3333333333333333 381:0.14285714285714285 493:0.3333333333333333 516:1.0 595:1.0 606:1.0 611:0.3333333333333333 681:1.0 706:1.0 1321:1.0 2343:0.5 3400:1.0 3428:1.0 4701:1.0 4817:1.0
12 1:0.25 14:0.25 23:1.0 39:0.1111111111111111 55:1.0 60:0.018518518518518517 135:1.0 160:1.0 263:0.125 704:0.5 952:1.0 1264:1.0 1809:1.0 2084:1.0 2386:1.0 4701:1.0 5251:1.0
12 4:1.0 28:0.1111111111111111 30:0.5 34:0.3333333333333333 55:2.0 74:1.0 87:0.4 129:1.0 151:0.14285714285714285 184:1.0 198:1.0 487:0.5 490:2.0 505:0.3333333333333333 677:1.0 679:1.0 953:1.0 1817:1.0 2058:1.0 3208:1.0 3413:1.0 3870:1.0
12 1:0.25 4:1.0 28:0.1111111111111111 35:0.5 39:0.1111111111111111 96:0.2 182:1.0 254:0.07692307692307693 263:0.125 304:0.3333333333333333 452:0.5 586:1.0 657:1.0 1254:0.5 1541:1.0 2555:1.0 4108:1.0 4606:1.0 5789:1.0
12 13:0.07142857142857142 15:0.10344827586206896 39:0.1111111111111111 75:1.0 102:0.5 134:0.5 154:1.0 160:1.0 260:0.5 653:0.16666666666666666 677:1.0 679:1.0 701:1.0 898:0.25 899:1.0 946:1.0 1247:1.0 1700:1.0 4528:1.0 6173:1.0
12 4:1.0 28:0.1111111111111111 57:1.0 217:0.2 218:1.0 628:2.0 2960:1.0 4649:2.0
12 14:0.25 15:0.06896551724137931 34:0.3333333333333333 37:1.0 57:1.0 96:0.4 151:0.14285714285714285 227:1.0 263:0.125 772:1.0 870:1.0 946:1.0 1310:0.3333333333333333 1448:1.0 2081:1.0 3803:1.0 4339:1.0 5632:1.0 6071:1.0
12 1:0.125 14:0.5 30:0.5 34:0.3333333333333333 39:0.1111111111111111 75:1.0 160:1.0 180:0.5 218:1.0 293:1.0 400:1.0 475:0.5 493:0.3333333333333333 738:1.0 1354:1.0 1700:1.0 2062:1.0 5681:1.0
12 15:0.06896551724137931 30:0.5 37:1.0 55:1.0 60:0.018518518518518517 95:1.0 194:1.0 256:0.25 266:0.5 359:0.3333333333333333 394:1.0 398:0.25 429:1.0 439:1.0 468:2.0 632:1.0 1210:1.0 1321:1.0 1483:1.0 1521:1.0 1545:1.0 2062:1.0 2106:1.0 2973:1.0 3226:1.0 3896:1.0 4695:1.0
12 1:0.125 4:1.0 13:0.07142857142857142 15:0.06896551724137931 19:0.5 37:1.0 55:1.0 60:0.018518518518518517 87:0.4 108:1.0 207:1.0 246:0.5 256:0.25 259:1.0 348:0.3333333333333333 452:0.5 546:0.5 632:1.0 704:0.5 1126:0.5 1427:0.5 1573:1.0 1595:1.0 2081:3.0 2321:1.0 2335:1.0 2537:1.0 4530:1.0 4852:1.0
12 1:0.25 13:0.07142857142857142 39:0.1111111111111111 55:1.0 130:1.0 157:1.0 183:0.5 355:0.5 409:0.1 452:0.5 635:1.0 660:0.5 898:0.25 899:1.0 965:1.0 1037:1.0 2271:1.0 2374:1.0
12 4:1.0 13:0.07142857142857142 14:0.25 15:0.06896551724137931 39:0.1111111111111111 55:3.0 60:0.018518518518518517 72:0.07142857142857142 246:0.5 313:1.0 352:0.5 548:1.0 801:1.0 831:1.0 899:1.0 942:1.0 1151:1.0 1254:0.5 1321:1.0 1563:0.2 2245:1.0 2263:1.0 4672:1.0
12 1:0.125 4:1.0 28:0.1111111111111111 35:0.25 36:1.0 55:1.0 60:0.018518518518518517 76:0.14285714285714285 96:0.4 102:0.5 180:0.5 217:0.2 218:1.0 297:1.0 336:0.3333333333333333 788:1.0 1227:1.0 1234:1.0 1503:1.0 1825:1.0 2151:1.0 2371:1.0 4196:1.0 5421:1.0 6174:1.0 6178:1.0
12 15:0.034482758620689655 62:1.0 64:0.5 76:0.14285714285714285 352:0.5 635:1.0 1195:1.0 1267:1.0 1391:1.0 1815:1.0 2263:1.0 4758:1.0
12 1:0.125 14:0.25 15:0.034482758620689655 29:0.5 55:1.0 64:0.5 109:1.0 198:1.0 217:0.2 218:1.0 254:0.07692307692307693 262:0.5 326:0.5 755:1.0 954:1.0 1033:1.0 1689:1.0 3351:1.0 3480:0.5
12 14:0.25 57:1.0 151:0.14285714285714285 189:1.0 253:0.047619047619047616 606:1.0 607:0.16666666666666666 1554:1.0 2879:1.0 3456:1.0 3612:1.0 4086:1.0
12 4:1.0 13:0.07142857142857142 15:0.034482758620689655 35:0.25 37:1.0 39:0.1111111111111111 76:0.14285714285714285 80:0.4 129:2.0 140:1.0 151:0.14285714285714285 157:1.0 158:1.0 189:1.0 198:1.0 260:0.5 721:1.0 1526:1.0 1961:1.0 2068:1.0 3789:1.0
12 1:0.125 4:1.0 15:0.06896551724137931 35:0.25 39:0.1111111111111111 55:2.0 64:0.5 76:0.2857142857142857 87:0.2 129:1.0 189:1.0 253:0.047619047619047616 254:0.07692307692307693 290:1.0 291:0.5 331:1.0 332:1.0 359:0.3333333333333333 607:0.16666666666666666 741:1.0 994:1.0 1508:1.0 1952:1.0 2319:1.0 2320:1.0 2851:1.0 3575:1.0 3667:1.0 4530:1.0
12 6:0.3333333333333333 14:0.25 26:0.1 30:0.5 39:0.3333333333333333 74:1.0 87:0.2 96:0.2 134:0.5 135:2.0 148:1.0 160:2.0 189:1.0 231:0.3333333333333333 294:0.3333333333333333 348:0.16666666666666666 483:1.0 607:0.16666666666666666 660:0.5 693:1.0 1260:1.0 1847:1.0 2063:1.0 3714:1.0 3960:1.0 3961:1.0
12 1:0.25 4:1.0 14:0.25 15:0.06896551724137931 26:0.1 36:1.0 55:1.0 76:0.2857142857142857 129:1.0 140:1.0 180:0.5 253:0.047619047619047616 254:0.07692307692307693 255:1.0 256:0.25 294:0.3333333333333333 395:0.5 867:1.0 977:1.0 1130:1.0 1310:0.3333333333333333 3463:0.3333333333333333 3648:1.0 4724:1.0 4744:1.0 5030:1.0
12 1:0.125 4:2.0 12:0.5 15:0.06896551724137931 42:0.5 55:2.0 96:0.2 132:1.0 151:0.14285714285714285 159:0.1111111111111111 217:0.2 218:1.0 293:1.0 606:1.0 1037:1.0 1294:1.0 1458:1.0 2163:1.0 2187:1.0 3908:1.0 3958:1.0 6205:1.0
12 4:1.0 14:0.25 15:0.06896551724137931 28:0.1111111111111111 29:0.5 30:0.5 60:0.018518518518518517 64:0.5 198:1.0 199:0.5 330:1.0 381:0.14285714285714285 844:1.0 1102:1.0 1379:1.0 1700:1.0 2042:1.0 2409:1.0 3700:0.5 3714:1.0 5651:1.0
12 1:0.125 15:0.034482758620689655 37:1.0 55:1.0 163:0.5 194:1.0 215:0.3333333333333333 263:0.125 457:0.1 506:1.0 1094:0.3333333333333333 1130:1.0 1398:1.0 1497:1.0 4668:1.0
12 1:0.125 29:0.5 55:1.0 256:0.25 297:1.0 341:2.0 409:0.1 1563:0.2 3789:1.0
12 14:0.5 15:0.034482758620689655 26:0.2 55:1.0 132:1.0 195:0.3333333333333333 294:0.3333333333333333 974:1.0 1541:1.0 1787:1.0 1849:1.0 2100:1.0 2397:1.0 2878:1.0
12 1:0.125 5:0.16666666666666666 35:0.25 55:1.0 76:0.14285714285714285 87:0.2 147:1.0 160:1.0 207:1.0 246:0.5 507:1.0 677:1.0 735:1.0 775:1.0 2320:1.0 2515:1.0
12 1:0.25 4:2.0 6:0.3333333333333333 15:0.034482758620689655 18:1.0 26:0.1 39:0.1111111111111111 55:1.0 87:0.2 96:0.2 180:0.5 199:0.5 217:0.2 218:1.0 256:0.25 258:1.0 348:0.16666666666666666 439:1.0 493:0.3333333333333333 742:1.0 937:1.0 1213:1.0 1321:1.0 1426:1.0 1508:1.0 1604:1.0 1996:1.0 2527:1.0 2831:1.0 2923:1.0 3013:1.0 3018:1.0 3528:1.0 5691:1.0
12 14:0.25 15:0.034482758620689655 28:0.1111111111111111 87:0.2 291:0.5 294:0.3333333333333333 503:1.0 512:1.0 702:0.5 1132:0.5 1138:1.0 1787:1.0 2058:1.0 2069:1.0 3099:1.0 4011:1.0 4908:1.0 5421:1.0 5812:1.0
12 12:0.5 15:0.034482758620689655 76:0.14285714285714285 144:0.2 228:1.0 306:1.0 920:0.5 2061:1.0 2534:1.0
12 13:0.07142857142857142 26:0.2 35:0.25 55:4.0 60:0.018518518518518517 76:0.14285714285714285 96:0.4 180:0.5 185:1.0 279:1.0 290:1.0 301:0.5 348:0.16666666666666666 359:0.3333333333333333 778:0.3333333333333333 781:0.5 787:1.0 1358:0.3333333333333333 1451:1.0 1476:1.0 2220:1.0 3321:1.0 3961:1.0 5887:1.0
12 1:0.25 14:0.25 15:0.034482758620689655 19:0.5 30:0.5 55:1.0 160:1.0 177:1.0 180:0.5 381:0.14285714285714285 416:1.0 1386:1.0 1498:1.0 2296:1.0 3612:1.0
12 1:0.375 14:0.25 39:0.1111111111111111 72:0.07142857142857142 76:0.14285714285714285 81:0.5 130:1.0 140:3.0 184:1.0 256:0.25 266:0.5 359:0.3333333333333333 493:0.6666666666666666 546:0.5 849:1.0 1029:1.0 1436:1.0 1750:1.0 2161:1.0 2319:1.0 3027:1.0 4163:1.0 4287:1.0
12 15:0.06896551724137931 52:0.5 86:0.037037037037037035 87:0.2 96:0.2 160:1.0 258:1.0 348:0.16666666666666666 388:0.5 496:1.0 569:1.0 570:1.0 660:0.5 691:1.0 702:0.5 977:1.0 1213:1.0 1224:1.0 1326:1.0 1706:1.0 1956:1.0 3099:1.0 3597:1.0 4042:1.0 5176:1.0
12 4:1.0 5:0.16666666666666666 13:0.21428571428571427 15:0.034482758620689655 39:0.1111111111111111 55:1.0 60:0.018518518518518517 87:0.2 96:0.2 129:1.0 134:0.5 159:0.1111111111111111 207:1.0 258:1.0 259:2.0 359:0.3333333333333333 388:0.5 438:0.5 487:0.5 496:1.0 497:1.0 635:1.0 693:1.0 738:1.0 977:1.0 1218:1.0 1407:1.0 1706:1.0
12 13:0.07142857142857142 35:0.25 86:0.037037037037037035 87:0.4 149:0.3333333333333333 159:0.1111111111111111 163:0.5 263:0.125 273:1.0 372:1.0 438:0.5 489:0.2 875:1.0 898:0.25 987:1.0 2058:1.0 5438:1.0 5880:1.0 6156:1.0
12 1:0.125 86:0.037037037037037035 151:0.14285714285714285 160:1.0 347:1.0 348:0.16666666666666666 349:1.0 404:1.0 439:1.0 546:0.5 565:1.0 692:0.5 910:1.0 915:1.0 2069:1.0 3073:1.0
12 15:0.034482758620689655 30:0.5 45:1.0 86:0.037037037037037035 160:1.0 404:1.0 3073:1.0 5500:1.0
12 1:0.25 5:0.16666666666666666 52:0.5 55:1.0 88:1.0 96:0.2 109:1.0 159:0.1111111111111111 608:1.0 1358:0.3333333333333333 2046:1.0 2960:1.0
12 57:1.0 1266:1.0
12 15:0.034482758620689655 18:1.0 34:0.3333333333333333 36:1.0 55:2.0 159:0.1111111111111111 301:0.5 336:0.3333333333333333 348:0.16666666666666666 389:1.0 457:0.1 493:0.3333333333333333 898:0.25 902:0.3333333333333333 937:1.0 987:0.5 2486:1.0 5691:1.0
12 12:0.5 14:0.5 15:0.034482758620689655 35:0.25 51:1.0 52:0.5 55:3.0 80:0.2 96:0.2 139:1.0 141:0.5 159:0.1111111111111111 222:0.5 256:0.25 342:1.0 437:0.3333333333333333 438:0.5 594:0.5 1353:1.0 1400:1.0 1859:1.0 1893:1.0 6001:1.0
12 1:0.125 4:1.0 12:0.5 15:0.06896551724137931 26:0.1 35:0.25 55:1.0 60:0.018518518518518517 76:0.14285714285714285 80:0.2 96:0.2 112:1.0 135:1.0 139:1.0 154:1.0 159:0.1111111111111111 166:1.0 348:0.16666666666666666 548:1.0 568:1.0 639:1.0 649:1.0 946:1.0 1254:0.5 1310:0.3333333333333333 1538:1.0 2004:1.0 2095:1.0 3202:1.0 3862:1.0 4668:1.0
12 1:0.125 15:0.034482758620689655 39:0.1111111111111111 72:0.07142857142857142 87:0.2 173:0.16666666666666666 214:0.2 348:0.16666666666666666 383:1.0 452:0.5 645:0.5 646:1.0 849:1.0 913:1.0 1424:1.0 1565:1.0 2409:1.0
12 15:0.034482758620689655 57:2.0 61:1.0 87:0.4 167:0.3333333333333333 214:0.2 253:0.047619047619047616 254:0.07692307692307693 256:0.25 348:0.3333333333333333 439:1.0 493:0.3333333333333333 653:0.16666666666666666 693:1.0 738:1.0 844:1.0 919:0.5 1221:1.0 2058:1.0 3304:1.0 4672:1.0
12 1:0.125 12:0.5 15:0.06896551724137931 55:1.0 60:0.018518518518518517 78:0.5 87:0.2 134:0.5 144:0.4 161:0.2 256:0.25 259:1.0 267:1.0 278:1.0 324:1.0 342:1.0 355:0.5 439:1.0 487:0.5 505:0.3333333333333333 603:0.16666666666666666 608:1.0 621:0.5 635:1.0 692:0.5 781:0.5 1241:1.0 1818:1.0 4244:1.0 4926:1.0 5095:1.0
12 4:3.0 15:0.034482758620689655 24:0.5 60:0.037037037037037035 87:0.2 134:0.5 180:0.5 231:0.3333333333333333 293:1.0 297:1.0 452:0.5 531:1.0 543:0.5 656:1.0 1103:1.0 1538:1.0 1781:1.0 3330:1.0 3533:1.0 3997:1.0 4231:1.0 4499:1.0 4543:1.0
12 13:0.07142857142857142 15:0.034482758620689655 24:0.5 76:0.14285714285714285 86:0.037037037037037035 96:0.6 152:0.3333333333333333 160:1.0 173:0.16666666666666666 187:1.0 294:0.3333333333333333 304:0.3333333333333333 399:1.0 632:1.0 691:1.0 765:1.0 766:1.0 898:0.25 973:0.5 974:1.0 1448:1.0 1706:1.0 2580:1.0 2923:1.0 3407:2.0 4730:1.0
12 1:0.125 10:0.06666666666666667 13:0.07142857142857142 15:0.034482758620689655 52:0.5 55:1.0 60:0.018518518518518517 76:0.14285714285714285 214:0.2 247:1.0 260:0.5 279:1.0 348:0.16666666666666666 457:0.1 611:0.3333333333333333 635:1.0 727:1.0 821:1.0 1103:1.0 1526:1.0 2960:1.0 5975:1.0 6097:1.0
12 1:0.25 4:1.0 13:0.07142857142857142 60:0.018518518518518517 72:0.07142857142857142 79:0.16666666666666666 87:0.2 96:0.2 139:1.0 180:0.5 293:2.0 348:0.16666666666666666 570:1.0 942:1.0 1236:1.0 1721:1.0 2047:0.5 2114:1.0 2343:0.5 2885:1.0 3381:1.0 3489:1.0
12 1:0.125 13:0.07142857142857142 15:0.06896551724137931 18:1.0 36:1.0 55:1.0 194:1.0 204:0.16666666666666666 215:0.3333333333333333 246:0.5 291:0.5 306:1.0 348:0.16666666666666666 452:0.5 481:1.0 546:0.5 635:1.0 1120:1.0 1213:1.0 1675:1.0 1983:1.0 2923:1.0 3262:1.0 3476:1.0 4613:1.0
12 1:0.125 4:1.0 13:0.07142857142857142 57:1.0 96:0.2 253:0.047619047619047616 343:1.0 496:1.0 635:1.0 1451:1.0
12 4:1.0 10:0.06666666666666667 15:0.034482758620689655 18:1.0 28:0.1111111111111111 29:0.5 30:0.5 39:0.1111111111111111 72:0.07142857142857142 87:0.2 159:0.1111111111111111 266:0.5 348:0.16666666666666666 657:1.0 1846:1.0 2052:1.0 2135:1.0 2315:1.0 2994:1.0
12 4:1.0 14:0.25 15:0.034482758620689655 52:0.5 57:1.0 87:0.2 96:0.2 254:0.07692307692307693 256:0.25 266:0.5 438:1.0 648:1.0 1321:1.0 2168:1.0 2285:1.0 2841:1.0
12 1:0.125 10:0.06666666666666667 13:0.07142857142857142 37:1.0 76:0.2857142857142857 194:1.0 352:0.5 565:1.0 738:2.0 1670:0.25 2063:1.0 2857:1.0 3896:1.0 4942:1.0 5208:1.0
12 13:0.07142857142857142 14:0.25 15:0.034482758620689655 26:0.1 57:1.0 144:0.2 159:0.1111111111111111 215:0.3333333333333333 1675:1.0 1922:1.0 2422:0.5 3511:1.0
12 1:0.125 13:0.07142857142857142 15:0.06896551724137931 37:1.0 52:0.5 55:4.0 79:0.16666666666666666 151:0.14285714285714285 177:1.0 183:0.5 184:1.0 246:0.5 256:0.25 263:0.125 398:0.25 452:0.5 457:0.1 491:1.0 515:1.0 608:1.0 610:1.0 1175:1.0 1508:1.0 1774:1.0 2068:1.0 2225:0.5 2397:1.0 2519:2.0 3922:1.0 4150:1.0 6086:1.0
12 1:0.25 13:0.07142857142857142 37:2.0 39:0.3333333333333333 55:1.0 57:1.0 87:0.2 90:1.0 109:1.0 151:0.14285714285714285 184:1.0 244:0.5 253:0.047619047619047616 259:1.0 359:0.3333333333333333 398:0.25 443:1.0 457:0.1 491:1.0 517:1.0 608:1.0 653:0.16666666666666666 928:1.0 1203:1.0 1541:1.0 2271:1.0 2368:1.0 3922:1.0 5301:1.0 6054:1.0
12 13:0.07142857142857142 14:0.25 15:0.034482758620689655 39:0.2222222222222222 55:1.0 57:1.0 98:1.0 477:1.0 831:1.0 1604:1.0 1916:1.0 4019:1.0
12 6:0.3333333333333333 15:0.034482758620689655 34:0.3333333333333333 35:0.5 52:0.5 55:3.0 79:0.16666666666666666 80:0.6 86:0.037037037037037035 87:0.4 96:0.4 180:0.5 184:1.0 199:0.5 297:1.0 307:1.0 355:0.5 452:0.5 459:1.0 505:0.3333333333333333 610:1.0 1037:1.0 1680:1.0 2209:1.0 2636:1.0
12 4:1.0 12:0.5 15:0.06896551724137931 29:0.5 57:1.0 80:0.2 96:0.2 132:1.0 159:0.1111111111111111 160:1.0 198:1.0 486:1.0 794:1.0 977:1.0 1509:1.0 1965:1.0 3013:1.0
12 37:1.0 55:3.0 61:1.0 79:0.16666666666666666 87:0.6 160:1.0 199:0.5 253:0.047619047619047616 254:0.07692307692307693 313:1.0 348:0.16666666666666666 359:0.3333333333333333 457:0.1 493:0.3333333333333333 505:0.3333333333333333 645:0.5 693:1.0 738:1.0 973:0.5 974:1.0 3523:0.5
12 15:0.034482758620689655 306:1.0 326:0.5 546:0.5 920:0.5 1120:1.0 1216:1.0 2209:1.0 4322:1.0 4855:1.0
12 1:0.125 14:0.25 15:0.034482758620689655 35:0.25 55:2.0 76:0.14285714285714285 87:0.2 96:0.2 135:1.0 348:0.16666666666666666 398:0.25 506:1.0 717:1.0 736:1.0 831:1.0 1098:0.16666666666666666 1120:1.0 1375:1.0 1747:1.0 2031:1.0 2417:0.3333333333333333 3042:1.0 3643:1.0 4104:1.0 4301:1.0 5466:1.0
12 13:0.07142857142857142 15:0.034482758620689655 37:1.0 52:0.5 55:1.0 60:0.037037037037037035 76:0.14285714285714285 87:0.4 96:0.2 149:0.6666666666666666 325:1.0 594:0.5 2910:1.0 3827:1.0 3829:1.0
12 86:0.037037037037037035 87:0.2 325:1.0 348:0.16666666666666666 1094:0.3333333333333333 2020:1.0 2343:0.5
12 12:0.5 37:1.0 86:0.037037037037037035 87:0.2 96:0.2 134:0.5 159:0.1111111111111111 183:0.5 586:1.0 898:0.25 2440:1.0 2494:1.0 3124:1.0 5637:1.0
12 35:0.25 75:1.0 80:0.2 86:0.037037037037037035 87:0.2 159:0.1111111111111111 161:0.2 183:0.5 1310:0.3333333333333333 2653:1.0 4001:1.0
12 1:0.125 6:0.3333333333333333 55:1.0 80:0.4 86:0.037037037037037035 87:0.2 96:0.4 129:1.0 148:1.0 151:0.14285714285714285 158:1.0 244:0.5 452:0.5 493:0.3333333333333333 536:1.0 766:1.0 776:0.5 787:1.0 920:0.5 1996:1.0 2970:1.0
12 1:0.125 86:0.037037037037037035 87:0.2 96:0.2 159:0.1111111111111111 160:1.0 199:0.5 268:1.0 348:0.16666666666666666 364:0.5 389:2.0 606:1.0 1503:1.0 4141:1.0 5015:1.0 5615:1.0
12 1:0.125 15:0.034482758620689655 29:0.5 35:0.25 86:0.037037037037037035 87:0.6 102:0.5 199:0.5 254:0.07692307692307693 263:0.125 297:1.0 607:0.16666666666666666 766:1.0 1471:1.0 1965:1.0 4362:1.0
12 15:0.034482758620689655 52:0.5 87:0.2 108:1.0 246:0.5 254:0.07692307692307693 260:0.5 424:1.0
12 4:1.0 6:0.3333333333333333 14:0.25 15:0.034482758620689655 26:0.1 37:1.0 39:0.1111111111111111 134:0.5 135:1.0 140:1.0 149:0.3333333333333333 159:0.1111111111111111 253:0.047619047619047616 293:1.0 314:1.0 546:0.5 568:1.0 652:1.0 766:1.0 1051:1.0 1076:1.0 1538:1.0 1541:1.0 1580:1.0 1610:1.0 3533:1.0 5691:2.0
12 60:0.018518518518518517 88:1.0 159:0.1111111111111111 199:0.5 294:0.3333333333333333 635:1.0 845:1.0 1804:1.0 2040:1.0 2991:1.0
12 13:0.07142857142857142 86:0.037037037037037035 96:0.2 159:0.1111111111111111 218:1.0 452:0.5 487:0.5 736:1.0 2192:1.0
12 1:0.25 12:0.5 14:0.5 15:0.10344827586206896 26:0.1 39:0.1111111111111111 57:1.0 96:0.2 98:1.0 159:0.1111111111111111 166:2.0 218:1.0 231:0.3333333333333333 348:0.16666666666666666 457:0.2 496:1.0 603:0.16666666666666666 607:0.16666666666666666 676:1.0 677:1.0 706:1.0 766:1.0 1463:1.0 1680:1.0 1896:1.0 2060:1.0 2663:1.0 4019:1.0 4213:2.0
12 1:0.125 12:0.5 15:0.034482758620689655 26:0.1 60:0.018518518518518517 87:0.2 159:0.1111111111111111 172:1.0 258:1.0 297:1.0 350:1.0 543:0.5 607:0.16666666666666666 766:1.0 898:0.25 1427:0.5 1463:1.0 1896:1.0 2547:1.0
12 1:0.125 15:0.06896551724137931 28:0.1111111111111111 57:1.0 96:0.6 102:0.5 108:1.0 134:0.5 160:1.0 246:0.5 256:0.25 306:1.0 348:0.3333333333333333 551:0.5 607:0.16666666666666666 656:1.0 685:1.0 698:1.0 1120:1.0 1245:1.0 1260:1.0 1774:1.0 1981:1.0 2069:1.0 2673:1.0 2674:1.0 2841:1.0 2923:1.0 4246:1.0 4301:1.0
12 1:0.125 13:0.07142857142857142 39:0.1111111111111111 57:1.0 60:0.018518518518518517 87:0.2 96:0.2 134:0.5 217:0.2 218:2.0 222:0.5 238:1.0 256:0.25 304:0.3333333333333333 330:1.0 350:1.0 509:1.0 521:0.3333333333333333 590:1.0 603:0.16666666666666666 651:1.0 704:0.5 1024:1.0 1072:1.0
12 1:0.125 10:0.06666666666666667 13:0.07142857142857142 15:0.06896551724137931 76:0.14285714285714285 96:0.2 159:0.1111111111111111 198:1.0 565:1.0 588:1.0 603:0.16666666666666666 633:1.0 755:1.0 831:1.0 1006:1.0 2668:1.0 4759:1.0
12 1:0.125 18:2.0 35:0.25 55:1.0 87:0.2 96:0.2 129:1.0 159:0.1111111111111111 160:1.0 163:0.5 185:1.0 210:0.5 256:0.25 359:0.3333333333333333 509:1.0 633:1.0 901:1.0 1102:1.0 3545:1.0 3789:1.0 5651:1.0
12 1:0.125 4:2.0 10:0.06666666666666667 12:0.5 13:0.14285714285714285 14:0.5 15:0.034482758620689655 28:0.1111111111111111 60:0.018518518518518517 86:0.037037037037037035 87:0.4 96:0.4 129:1.0 132:1.0 160:1.0 184:1.0 194:1.0 199:0.5 218:1.0 297:1.0 372:1.0 788:1.0 1185:0.2 1729:1.0 2093:0.2
12 10:0.06666666666666667 13:0.07142857142857142 15:0.034482758620689655 80:0.2 86:0.037037037037037035 87:0.2 96:0.2 929:1.0 999:1.0 1402:1.0
12 15:0.034482758620689655 28:0.1111111111111111 60:0.018518518518518517 96:0.4 159:0.1111111111111111 173:0.16666666666666666 256:0.25 286:0.5 766:1.0 1196:1.0 1285:1.0 2347:1.0 2841:1.0
12 1:0.25 4:1.0 14:0.25 18:1.0 36:1.0 55:2.0 57:1.0 87:0.2 96:0.4 160:1.0 199:0.5 304:0.3333333333333333 377:1.0 438:0.5 439:1.0 632:1.0 849:1.0 1059:1.0 1245:1.0 1735:1.0 2254:1.0 2923:1.0 3092:1.0 3312:1.0 5343:1.0
12 1:0.125 15:0.034482758620689655 76:0.14285714285714285 96:0.2 159:0.1111111111111111 198:1.0 409:0.1 536:1.0 588:1.0 633:1.0 1653:1.0
12 14:0.25 28:0.1111111111111111 37:1.0 61:1.0 76:0.14285714285714285 129:1.0 389:1.0 465:0.5 1120:1.0
12 4:1.0 14:0.25 15:0.034482758620689655 28:0.1111111111111111 37:1.0 61:1.0 218:1.0 389:1.0 465:0.5 1006:1.0 1120:1.0 3135:1.0
12 1:0.25 14:0.25 15:0.034482758620689655 18:1.0 34:0.3333333333333333 37:1.0 57:1.0 60:0.018518518518518517 80:0.2 96:0.2 129:1.0 160:1.0 200:1.0 256:0.25 258:1.0 265:0.2 293:1.0 330:1.0 359:0.3333333333333333 438:0.5 546:0.5 651:1.0 891:1.0 1120:1.0 1245:1.0 1604:1.0 2040:1.0 2080:1.0
12 35:0.25 37:1.0 42:0.5 96:0.2 254:0.07692307692307693 300:1.0 359:0.3333333333333333 409:0.1 2040:1.0 2818:1.0
12 1:0.125 4:1.0 14:0.25 15:0.034482758620689655 18:1.0 35:0.25 76:0.14285714285714285 160:1.0 198:1.0 214:0.2 277:1.0 348:0.16666666666666666 438:0.5 607:0.16666666666666666 920:0.5 1245:1.0 2040:1.0 4001:1.0 4723:1.0 4724:1.0
12 13:0.14285714285714285 14:0.25 15:0.034482758620689655 18:1.0 52:0.5 57:1.0 60:0.018518518518518517 130:1.0 144:0.2 198:1.0 415:1.0 439:1.0 755:1.0 946:1.0 1445:0.5 1498:1.0 1565:1.0 1859:1.0 3810:1.0 5397:1.0
12 1:0.25 4:2.0 15:0.10344827586206896 39:0.1111111111111111 60:0.05555555555555555 72:0.07142857142857142 87:0.2 90:1.0 129:1.0 149:0.3333333333333333 150:1.0 151:0.14285714285714285 166:2.0 192:1.0 260:0.5 266:0.5 297:1.0 348:0.3333333333333333 361:1.0 603:0.16666666666666666 635:1.0 653:0.16666666666666666 774:1.0 1037:1.0 1076:1.0 1358:0.3333333333333333 1524:1.0 1565:1.0 2267:1.0
12 1:0.25 4:1.0 6:0.3333333333333333 13:0.07142857142857142 14:0.25 15:0.034482758620689655 37:1.0 39:0.1111111111111111 55:3.0 78:0.5 80:0.6 102:0.5 129:1.0 148:1.0 166:1.0 246:0.5 326:0.5 424:1.0 443:1.0 445:1.0 452:0.5 486:1.0 496:1.0 653:0.16666666666666666 831:1.0 946:1.0 1331:1.0 1348:1.0 1359:0.5 1497:1.0 2319:1.0 2320:1.0 2609:1.0 3714:1.0 4253:1.0 4783:1.0 5967:1.0
12 1:0.25 10:0.13333333333333333 12:0.5 15:0.034482758620689655 30:0.5 34:0.6666666666666666 55:2.0 61:1.0 64:0.5 79:0.16666666666666666 80:0.2 87:0.2 135:2.0 138:0.5 148:1.0 173:0.3333333333333333 215:0.3333333333333333 253:0.047619047619047616 254:0.07692307692307693 293:2.0 297:1.0 457:0.1 487:0.5 504:1.0 992:1.0 1145:0.5 1151:1.0 1288:0.5 1427:0.5 1595:1.0 1810:1.0 1957:1.0 2167:1.0 2209:1.0 2320:1.0 2552:1.0 3783:1.0 3960:1.0 4672:1.0
12 1:0.25 4:2.0 5:0.16666666666666666 14:0.5 15:0.034482758620689655 26:0.1 30:0.5 52:0.5 57:1.0 84:1.0 108:1.0 246:0.5 254:0.07692307692307693 256:0.5 293:1.0 348:0.16666666666666666 496:2.0 611:0.3333333333333333 1044:1.0 1051:1.0 1706:1.0 2063:2.0 2206:1.0 2319:1.0 2320:1.0 3515:1.0 5637:1.0
|
72ea48e91c2ea01f200427d7514553f753355078 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/m2sci/sci_get.sci | ce8461c1ff7ea4d7c2b76b61e49dcdc31e06699c | [
"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 | 242 | sci | sci_get.sci | function [stk,txt,top]=sci_get(nam)
txt=[]
set_infos('Scilab get function is a partial emulation of the Matlab one',2)
RHS=[]
nam='get'
for k=1:rhs
RHS=[stk(top)(1),RHS]
top=top-1
end
top=top+1
stk=list(nam+rhsargs(RHS),'0','1','1','1')
|
1b4bc29a41ccdc6c2194a60a1e337e7a84a02ee9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1910/CH4/EX4.4/Chapter44.sce | 22d76fb70686ae9ac2c76f942e744ee02b1fcaa6 | [] | 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,125 | sce | Chapter44.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 4, Example 4")
//Diameter of glass in m
d = 50*(10^(-3));
//radius in m
r = d/2;
//Height of milk in glass in m
H = 0.1;
//Initial temperature of milk in °C
T = 80;
//Cold water temperature in °C
Tf = 25;
//Heat transfer coefficient in W/(m^2*°C)
h = 100;
//Thermal conductivity of milk in W/(m*K)
k = 0.6;
//Density of milk in kg/m^3
rho = 900;
//Specific heat in J/(Kg*K)
c = 4.2*(10^3);
//Since the milk temperature is always maintained as constant.
//Therefore it can be assumed as lumped paramteter analysis.
//Time constant n seconds
tcs = (((((rho*c)*%pi)*r)*r)*H)/(((h*%pi)*d)*H);
//Time constant in minutes
tc = tcs/60;
//Calculating from eq. 4.3 time taken to cool milk from 80°C to 30°C
t = -tc*log((30-Tf)/(T-Tf));
disp("Time required to cool milk in minutes")
t
//Energy transferred during cooling
E = (((h*%pi)*d)*H)*integrate("(80-25)*exp(-t/472.5)",'t',0,60*t);
disp("Energy required for cooling in KJ")
E = E/1000
|
77c68bb4bacb3dcec0b708f70635063dba2ef61e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH3/EX3.23/3_23.sce | b6da1da6c3dac274082df5f3424f04277a6ac24c | [] | 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 | 378 | sce | 3_23.sce | clear;
clc;
Vb=132
Sb=100
X=.15
v1=125
V1=v1/Vb;
Q1=50;
Qpu1=Q1/Sb;
Vn1=(V1 + sqrt(V1^2 - (4*Qpu1*X)))/(2*1);
vn1=Vn1 * Vb;
Vo1=33;
t1=vn1/Vo1;
v2=140
V2=v2/Vb;
Q2=20;
Qpu2=Q2/Sb;
Vn2=(V2 + sqrt(V2^2 - (4*Qpu2*X)))/(2*1);
vn2=Vn2 * Vb;
Vo2=33;
t2=vn2/Vo2;
tm=(t1+t2)/2;
dt=tm-t1;
ts=dt*100/tm
mprintf("tap setting = +- %.0f percent", ts);
|
d316e2551392216fd5fc07468c4c5722849100c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /446/CH14/EX14.5/14_5.sce | 1e6a8c6f1683c9d1f8dc0a0b30a2c0cc7641c7b9 | [] | 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 | 304 | sce | 14_5.sce | clear
clc
disp('Exa-14.5');
mpi_=140;mp=938;mKo=498;mLo=1116; //mass of various particles
Q1= mpi_+mp-mKo-mLo; //Q value of reaction 1
mK_=494;mpio=135;
Q2=mK_+mp-mLo-mpio; //Q value of reaction 2
printf('The Q values of reactions 1 and 2 are %d MeV and %d MeV',Q1,Q2);
|
81d74df07939418b0f9e57801640823ee58d26b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1997/CH11/EX11.45/example45.sce | 300ba2265e381b2270ff5107900624f94c04c2f0 | [] | 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 | 565 | sce | example45.sce | //Chapter-11 example 45
//=============================================================================
clc;
clear;
//Given data
Pt = 100*10^3; // Peak tx. power
PRF = 1000; // pulse repetitive freq. in Hz
PW = 1.2*10^-6; // Pulse Width in sec
//Calculations
DC = PRF*PW // Duty cycle
Pav = Pt*DC // Avg. power
//Output
mprintf('Duty cycle is %3.4f\n Average power is %3.0f Watts',DC,Pav);
//==============================================================================
|
8c36b1250ff9811480ee0d9c7850de3ea246f6f3 | b9c6de66a61d6f9a57edaa44baf92266ccbab3db | /macros/distfun_geornd.sci | 007e30b3fea02c981f3a2e0b9a679cd817c6de4c | [] | no_license | papriwalprateek/distfun-scilab | 81b3edef0af1d1908e05472dfb15b0a55f61571d | 82fd34521d1e6ebb6513773264b54a0d48f5f3f9 | refs/heads/master | 2016-09-03T07:08:47.605240 | 2013-10-13T05:53:43 | 2013-10-13T05:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,474 | sci | distfun_geornd.sci | // Copyright (C) 2012 - Prateek Papriwal
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
function R = distfun_geornd(varargin)
// Geometric random numbers
//
// Calling Sequence
// R = distfun_geornd(pr)
// R = distfun_geornd(pr,v)
// R = distfun_geornd(pr,m,n)
//
// Parameters
// pr : a 1x1 or nxm matrix of doubles, the probability of getting success in a Bernoulli trial
// v : a 1x2 or 2x1 matrix of doubles, the size of R
// v(1) : the number of rows of R
// v(2) : the number of columns of R
// m : a 1x1 matrix of floating point integers, the number of rows of R
// n : a 1x1 matrix of floating point integers, the number of columns of R
// R: a matrix of doubles, the random numbers in the set {0,1,2,3,...}.
//
// Description
// Generates random variables from the Geometric distribution function.
//
// Any scalar input argument is expanded to a matrix of doubles
// of the same size as the other input arguments.
//
// As a side effect, it modifies the internal seed of the grand function.
//
// Note - The output argument R belongs to the set {0,1,2,3,...}.
// This is not compatible with the <literal>grand(m,n,"geom",p)</literal> function in Scilab v5,
// where the choice is the set {1,2,3,...}.
// In other words, the calling sequence
//
//<screen>
// R = grand(m,n,"geom",pr)
//</screen>
//
// is equivalent to
//
//<screen>
// R = distfun_geornd(pr,m,n) + 1
//</screen>
//
// Examples
// // set the initial seed for tests
// distfun_seedset(1);
// // Test with expanded pr
// computed = distfun_geornd(1 ./(1:6))
// expected = [1 0 14 4 12 0];
//
// // Check expansion of pr in R = distfun_geornd(pr)
// distfun_seedset(1);
// N = 10;
// computed = distfun_geornd(1 ./(1:6))
//
// // Check R = distfun_geornd(pr,v)
// computed = distfun_geornd(0.2,[4 5])
//
// // Check mean and variance
// N = 5000;
// pr = 0.3;
// R = distfun_geornd(pr,[1 N]);
// RM = mean(R)
// RV = variance(R)
// [M,V] = distfun_geostat(pr)
//
// Bibliography
// http://en.wikipedia.org/wiki/Geometric_distribution
//
// Authors
// Copyright (C) 2012 - Prateek Papriwal
//
path = distfun_getpath()
internallib = lib(fullfile(path,"macros","internals"))
[lhs,rhs] = argn()
apifun_checkrhs("distfun_geornd",rhs,1:3)
apifun_checklhs("distfun_geornd",lhs,0:1)
pr = varargin(1)
//
// Check type
apifun_checktype("distfun_geornd",pr,"pr",1,"constant")
if ( rhs == 2 ) then
v = varargin(2)
end
if ( rhs == 3 ) then
m = varargin(2)
n = varargin(3)
end
//
// Check v,m,n
distfun_checkvmn ( "distfun_geornd" , 2 , varargin(2:$) )
pr = apifun_expandfromsize ( 1 , varargin(1:$) )
if(pr == []) then
R = []
return
end
m = size(pr,"r")
n = size(pr,"c")
R = distfun_grandgeom(m,n,pr)
endfunction
|
7c404b0389dd55f03bc4f95ea15cd27d99126d57 | d9d82a93f67a7d1c6662dff5827988c2ee23311e | /SS/Course_04/CourseWorkSciLab/EulerKoschi.sce | fba826a5fd9f6c92ccdf25b65482288d033055f9 | [] | no_license | CharlzKlug/st | 006591fcdddc2deb1e7f9dcdb823c96f23432017 | eb86498ca350b48b6cb2e70e9ba9e98db3c56cfb | refs/heads/master | 2021-07-15T11:01:41.985689 | 2021-07-05T20:05:28 | 2021-07-05T20:05:28 | 42,451,630 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 458 | sce | EulerKoschi.sce | disp('Euler-Koschi''s method.');
a = input('Enter lowest bound: ');
b = input('Enter highest bound: ');
h = input('Enter step: ');
y0 = input('Enter y0: ');
absErr = 0;
for x = a:h:(b - h)
k1 = - x / y0;
k2 = - (x + h) / (y0 + h * k1) ;
y0 = y0 + h * (k1 + k2) / 2;
y = sqrt(4 - (x+h)^2);
absErr = max(absErr, abs(y-y0));
printf('x: %f, RK: %f, y: %f, error: %f\n', x+h, y0, y, abs(y-y0));
end
printf('Max error: %f', absErr);
|
beca8e67c2c25f50c601a02f70b2b4cdb6b243e9 | 08fba2ed0163abdb7e4ffb3a872db143e12d0ba4 | /pract1.sce | 157e8558273191a33801dd4182102b2a8e88c16d | [] | no_license | sarfarazkhan007/dsp_14co42 | 02ff4ed37b34fef8f0a25e9ad4de0b763c4de0f1 | 0f5122b674e9e3da8387edd7c621f897b6fd3b4e | refs/heads/master | 2021-01-02T23:05:01.674461 | 2017-10-05T03:22:00 | 2017-10-05T03:22:00 | 99,463,874 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,672 | sce | pract1.sce | // This GUI file is generated by guibuilder version 3.0
//////////
f=figure('figure_position',[577,52],'figure_size',[793,692],'auto_resize','on','background',[33],'figure_name','Graphic window number %d');
//////////
delmenu(f.figure_id,gettext('File'))
delmenu(f.figure_id,gettext('?'))
delmenu(f.figure_id,gettext('Tools'))
toolbar(f.figure_id,'off')
handles.dummy = 0;
handles.taxis_plotA= newaxes();handles.taxis_plotA.margins = [ 0 0 0 0];handles.taxis_plotA.axes_bounds = [0.3498728,0.0484950,0.5625445,0.3033445];
handles.tbtn1_plot=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Noto Sans','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.0470738,0.7926756,0.08,0.0551505],'Relief','default','SliderStep',[0.01,0.1],'String','sbtn1_plot','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','tbtn1_plot','Callback','tbtn1_plot_callback(handles)')
handles.tbtn2_clear=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Noto Sans','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.178117,0.7910033,0.08,0.048495],'Relief','default','SliderStep',[0.01,0.1],'String','sbtn2_clear','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','tbtn2_clear','Callback','tbtn2_clear_callback(handles)')
handles.tplotpoints=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Noto Sans','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.0487023,0.6753177,0.2290076,0.0685619],'Relief','default','SliderStep',[0.01,0.1],'String','splotpoints','Style','edit','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','tplotpoints','Callback','')
//////////
// Callbacks are defined as below. Please do not delete the comments as it will be used in coming version
//////////
a=gca()
function tbtn1_plot_callback(handles)
//Write your callback for tbtn1_plot here
x=handles.tplotpoints.string
messagebox('the points to be ploted are ' + x )
signal =get(handles.tplotpoints,'string')
a1=strsplit(signal," ")
a2=strtod(a1)
plot2d3(a2)
endfunction
function tbtn2_clear_callback(handles)
//Write your callback for tbtn2_clear here
delete(handles.taxis_plotA.children)
endfunction
|
63dc026b4b2bc2653cbb03216ba2fd481ff4c480 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1085/CH2/EX2.1/ex2_1.sce | c4df99480522362956e83665e7cc32429e5154d1 | [] | 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 | 445 | sce | ex2_1.sce | //Exam:2.1
clc;
clear;
close;
Eg_k=5;//kinetic energy of alpha particles(in MeV)
Eg_K=5*(10^6)*1.6*(10^-19);//kinetic energy of alpha particles(in J)
mv2=2*Eg_K;
pi=22/7;
phi=180;//firing angle
Z=29;//Atomic number
e=1.6*(10^-19);//electron charge(in C)
Eo=8.85*10^-12;//permittivity of free space
d=(Z*e^2/(2*pi*Eo*mv2))*(1+cscd(90))//;
disp(d,'distance of the closest approach alpha particles from the copper nucleus(in meter)='); |
5a38ba9d7e0f1f4b9ee4aebfc6021ff3935d0d8b | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH10/EX10.3.a/10_3_data.sci | 593fa49f674369e129a81383fe010b0772bc2444 | [] | 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 | 238 | sci | 10_3_data.sci | // Aim:To find safe working pressure for the tube
// Given:
// outside diameter of steel tube:
Do=1.250; //in
// inside diameter of steel tube:
Di=1.060; //in
// tensile strength of steel tube:
S=55000; //psi
// factor of safety:
FS=8;
|
fc2d8c0c9767d81bc7f9537a84039ed978dc44b6 | 717ddeb7e700373742c617a95e25a2376565112c | /278/CH18/EX18.11/ex_18_11.sce | f8a93cc3579d7fe0921e88067026c64dfd969cdb | [] | 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 | 941 | sce | ex_18_11.sce | //find..
clc
//soltuion
//given
d1=0.3//m
d2=0.45//m
q1=2.8//rad
q2=3.66//rad
N1=200//rpm
u=0.25
P=3000//W
//let T1 and T2 be tneion on tight and slag side
//since q2>q1,therfore design is smaller pulley based
v=%pi*N1*d1/60//m/s
//P=(T1-T2)*v
//T1-T2=955//N
//log(T1/T2)=u*q=0.25*q1=0.3043
//T2=T1/2.015//N
T1=1896//N
T2=941//N
To=(T1+T2)/2
Toi=To+(0.1)*To//N//incresed initial tension
//Toi=(T11+T22)/2//N
//T11+T22=2*Toi//N
//T11+T22=3120.7//N....eq1
//T12/T22=2.015...eq2
//from eq1 and eq2
T11=2085.7
T22=1035//N
P1=(T11-T22)*v
u1=u+(0.1)*u
//log(T111/T222)=u1*q1=0.3348
//T111/T222=2.16
//Toi=(T111+T222)/2.....eq3
//T111+T222=2837....eq4
//from eq3 and eq4
T111=1939//N
T222=898//N
P2=(T111-T222)*v//W
pi1=((P1-P)/P)*100
pi2=((P2-P)/P)*100
printf("the perctage inc in power wen initial tension is inc is,%f \n",pi1)
printf("the %age perct inc inpower wen coefficient of riction si,%f",pi2)
|
ccde99a4b1ea5140c1de94aad85c1497c689130a | 449d555969bfd7befe906877abab098c6e63a0e8 | /132/CH4/EX4.5/Example4_5.sce | 64899aa5fcf6b5a2fa8009463bb602cd14a373d2 | [] | 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 | 397 | sce | Example4_5.sce | //Example 4.5
//Program to determine Capacitance of Varactor Diode if the
//Reverse-Bias Voltage is increased from 4V to 8V
clear;
clc ;
close ;
//Given Circuit Data
Ci=18*10^(-12);//i.e. 18 pF
Vi=4; //Volts
Vf=8; //Volts
//Calculation
K=Ci*sqrt(Vi);
Cf=K/sqrt(Vf);
//Displaying The Results in Command Window
printf("\n\t The Final Value of Capacitance is C = %f pF .",Cf/10^(-12)); |
c3f09359b29bdd81f68353b6e8472544a72297a1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1871/CH4/EX4.4/Ch04Ex4.sce | 506a1b521709ebade1ea7de3545da955ba49ad23 | [] | 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 | 496 | sce | Ch04Ex4.sce | // Scilab code Ex4.4 : Pg:140 (2008)
clc;clear;
I1 = 1.44; // Intensity of first wave
I2 = 4.00; // Intensity of second wave
I = 0.90; // Intensity of resultant wave
// As I_delta = I1 + I2 + 2*sqrt(I1*I2)*cos(delta), solving for delta
delta = acosd((I-I1-I2)/(2*sqrt(I1*I2)));
printf("\nThe lowest phase difference between the waves at interfering point = %3d degree", delta);
// Result
// The lowest phase difference between the waves at interfering point = 161 degree |
c66bbe0caee65b3e6e89765259cd121d858b556c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH22/EX22.5/22_5.sce | c728fd5ad8687236dc47c70d38e85987a3357122 | [] | 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 | 202 | sce | 22_5.sce | //ques-22.5
//Calculating radius of an anion
clc
a=508;//edge length (in pm)
Rc=110;//radius of cation (in pm)
Ra=a/2-Rc;//radius of anion (in pm)
printf("The radius of the anion is %d pm.",Ra);
|
0bcecc8ecb52090e36e207983144fa1577a1c09e | 669f52463d792f1d4933d95acd31792e2e47b056 | /testcases.sce | 89fa820cb151780da41673d4c2cdb2638b4cdc20 | [] | no_license | larrybolt/wisk2hitori | ce39473d7a49fa32bdfea46f0fc8c8a8acc71163 | 5f01b9c13fa50cf7d4d865c5a34c95b20d195d4c | refs/heads/master | 2021-01-22T15:01:16.856691 | 2016-05-17T10:28:17 | 2016-05-17T10:28:17 | 33,406,015 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,801 | sce | testcases.sce | mode(-1);
warning('off');
z=0
w=1
leeg=-1
//6*6 eenvoudig (iOs "hitori")
N1=[5 2 1 5 4 6
5 4 3 2 5 4
1 5 4 4 6 2
4 4 5 1 5 1
4 3 5 5 2 1
2 4 6 4 5 5]
C1=[z w w w w w
w z w w z w
w w w z w w
z w z w w z
w w w z w w
w z w w z w]
//9*9 eenvoudig (iOs "Real Hitori")
N2=[1 8 2 4 3 9 4 1 5
6 5 5 1 1 4 9 3 3
8 4 6 9 5 3 2 6 7
4 8 3 8 7 8 8 2 9
1 6 4 2 3 6 5 9 1
9 5 8 3 5 2 7 6 1
2 5 3 1 6 4 4 2 8
5 4 4 2 9 3 7 7 6
7 9 1 5 1 6 3 8 8]
C2=[z w w w z w z w w
w z w z w w w w z
w w w w w z w z w
w z w z w w z w w
w w z w w z w w z
w z w w z w w w w
w w z w w z w z w
w z w z w w z w w
w w w w z w w w z]
// 5*5 gemakkelijk (hitoriconquest.com)
N3=[5 5 1 5 3
5 4 1 2 1
5 3 4 3 5
3 4 5 4 2
1 2 3 3 4]
C3=[z w w z w
w w z w w
z w w z w
w z w w w
w w w z w]
// 5*5 iets moeilijker (hitoriconquest.com)
N4=[5 3 3 2 2
3 3 2 5 4
1 2 3 1 5
4 2 1 3 5
1 5 4 1 3]
C4=[w w z w z
w z w w w
w w w z w
w z w w z
z w w w w]
// 8*8 iets moeilijker (muren) (hitoriconquest.com)
N5=[5 2 4 5 6 1 6 7
5 5 2 7 8 1 4 1
1 2 8 6 4 7 3 1
3 4 7 7 5 2 7 6
1 6 7 3 8 5 2 8
2 2 3 5 7 1 6 7
6 7 3 1 5 3 8 4
5 8 5 2 1 6 5 3]
C5=[w w w z w w z w
z w w w w z w w
w z w w w w w z
w w w z w w z w
z w z w z w w w
w z w w w z w z
w w z w z w w w
z w w w w w z w]
//5*5 gemakkelijk (brainbashers)
N6=[3 1 5 5 1
1 5 2 3 4
2 5 3 2 5
5 1 2 2 3
4 1 1 5 5]
C6=[w z w z w
w w w w w
w z w z w
w w z w w
w z w w z]
//7*7 gemakkelijk (brainbashers)
N7=[4 2 1 2 6 6 5
7 2 6 2 1 5 3
7 7 2 5 5 2 6
1 1 7 5 2 6 6
2 6 5 6 3 5 1
4 5 2 1 4 2 7
5 1 4 6 4 3 5]
C7=[w w w z w z w
w z w w w w w
z w w z w z w
w z w w w w z
w w w z w z w
z w z w w w w
w w w w z w z]
//9*9 gemakkelijk (brainbashers)
N8=[4 2 3 8 1 2 5 4 6
8 2 6 6 9 2 7 8 3
6 7 5 4 2 8 9 2 6
5 9 1 6 2 1 4 6 8
1 7 2 4 4 1 6 7 5
1 5 9 2 9 3 1 6 2
2 1 8 9 6 6 3 8 7
3 6 8 9 7 4 2 4 9
4 1 1 7 4 6 9 9 2]
C8=[z w w w w z w w w
w z w z w w w z w
w w w w z w w w z
w w z w w w w z w
w z w z w z w w w
z w w w z w w w z
w w z w w z w w w
w w w z w w w z w
w z w w z w z w w()]
//6*6 medium (muren!) (brainbashers)
N9=[5 2 2 1 6 6
2 6 5 4 4 3
1 6 4 2 3 6
1 4 5 5 4 1
3 2 1 6 4 5
3 1 1 3 1 2]
C9=[w z w w w z
w w w w z w
w z w w w w
z w z w z w
w w w w w w
z w z w z w]
//12*12 gemakkelijk (brainbashers)
N10=[2 11 1 12 7 1 10 6 3 6 12 2
4 11 7 10 9 2 11 5 8 8 6 9
11 7 9 1 4 6 12 3 9 11 8 7
4 4 6 5 10 12 9 1 6 9 11 10
9 2 4 8 10 9 7 6 2 7 5 6
2 8 5 7 1 10 12 4 5 12 3 7
10 8 9 6 5 1 5 1 12 4 9 8
11 10 12 10 11 12 3 8 5 9 9 8
12 2 10 7 5 3 9 10 9 11 1 6
5 5 3 4 11 9 4 12 8 2 8 11
5 6 6 3 9 4 8 2 12 7 12 1
12 9 10 6 12 10 4 7 6 2 2 9]
C10=[z w w w w z w z w w z w
w z w w z w w w z w w w
w w z w w w w w w z w z
z w w w z w z w z w w w
w z w w w z w w w z w z
w w w z w w z w z w w w
w z w w z w w z w w z w
z w w z w z w w w z w z
w w z w w w w w z w w w
z w w w z w z w w w z w
w w z w w w w w z w w w
z w w z w z w w w z w z]
//6*6 medium (brainbashers)
N11=[5 2 2 1 6 6
2 6 5 4 4 3
1 6 4 2 3 6
1 4 5 5 4 1
3 2 1 6 4 5
3 1 1 3 1 2]
C11=[w z w w w z
w w w w z w
w z w w w w
z w z w z w
w w w w w w
z w z w z w]
// speciaal geval: alle 2 in laatste kolom zwart
N12=[3 4 2 5 2
4 2 4 1 4
2 2 1 4 2
1 5 4 2 3
4 5 5 3 3]
C12=[w w w w z
z w z w w
w z w w z
w w w w w
w z w w z]
|
4998b7b11f5919ff703653e10b3bb4f65b11e657 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH2/EX2.18/example2_18.sce | e21328da88e2678ba7a171216591a659e2708bf7 | [] | 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 | 367 | sce | example2_18.sce | //Chapter 2
//Example 2_18
//Page 35
clear;clc;
d=30;
m=2;
e=200*1e6;
n=m/235*6.023*10^26;
fr=n/d/8760;
epf=e*1.6*10^-19;
p=epf*fr;
printf("Number of atoms = %.2f*10^24 \n\n", n*1e-24);
printf("Fission rate = %.3f*10^18 \n\n", fr*10^-19);
printf("Energy per fission = %.2f*10^-11 J \n\n", epf*10^11);
printf("Energy released per second = %.3f MW \n\n", p*10^-7);
|
b21b49c83db2d51459e827c971eb5094b9274470 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/G08.prev.tst | ab1db4975859ea3ad631499de77bdc08a38b5d1a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 46 | tst | G08.prev.tst | S( - 2*y + x*y, - x^2 + 2*y^2) = x^3 - 4*y^2
|
992416bd255987511d62d66ee1ef429bd89708f7 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3/macros/auto/sm2ss.sci | 1f4c9501a5020b09087d5a7fb2a055c5e41650b0 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | 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 | 606 | sci | sm2ss.sci | function des=sm2ss(sysmat)
// Generalized system-matrix to descriptor
// sysmat=[-s I + A , B; C , D]
// [n,n]=size(A)
[LHS,RHS]=argn(0)
[nl,nc]=size(sysmat);
E=-coeff(sysmat,1);
if RHS==1 then
k=nc;
while E(:,k)==0*E(:,k)
k=k-1;n=k;
end
l=nl;
while E(l,:)==0*E(l,:)
l=l-1;n1=l;
end
end
if n1<>n then warning('sm2ss: cannot find n!');end
E=E(1:n,1:n);
if E<>eye(n,n) then error('sm2ss: not state-space system?');end
A=coeff(sysmat(1:n,1:n),0);
B=coeff(sysmat(1:n,n+1:nc),0);
C=coeff(sysmat(n+1:nl,1:n),0);
D=coeff(sysmat(n+1:nl,n+1:nc),0);
des=syslin([],A,B,C,D);
|
5d65fbe029db800465ef7f056be54417f9db6d1a | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/Definecolor.sci | b06ac44b1c3b8a20f5226b4b6e30e950269dc115 | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 383 | sci | Definecolor.sci | // 15.05.04
function Definecolor(Name,Data)
Tmp1=size(Data,2);
if Tmp1<3 | Tmp1>4
disp("Size of data should be 3 or 4.");
return;
end;
if Tmp1==4
Tp="cmyk"
else
Tp="rgb"
end;
Tmp="";
for J=1:Tmp1
Tmp=Tmp+string(Data(J));
if J<Tmp1
Tmp=Tmp+",";
end;
end
Tmp="\definecolor{"+Name+"}{"+Tp+"}{"+Tmp+"}";
Texcom(Tmp);
endfunction;
|
44145d449d0a21aafba66a5e5b047428a6cd3997 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1571/CH8/EX8.5/Chapter8_Example5.sce | 481a363602135495f731221e6b925443c46d666d | [] | 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 | 315 | sce | Chapter8_Example5.sce | clc
clear
//INPUT
p1=2;//pressure initial in atm
p2=1;//pressure final in atm
t1=288;//inital temperature in K
y=1.4;//coefficent of expansion
//CALCULATIONS
t2=t1*(p2/p1)^((y-1)/y);//final temperature in K
dt=t1-t2;//drop in temperature in K
//OUTPUT
mprintf('drop in temperature is %3.2f K',dt)
|
1bd019367d35950940536a04dbf50caaf907ee0d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH4/EX4.12/ex_4_12.sce | 025a395d2d27dc08b7f11792ecc87a3a13286fda | [] | 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 | 320 | sce | ex_4_12.sce | //Example 4.12 //maximum and minimum illumination
clc;
clear;
close;
format('v',5 )
CP=1000;//
h=12;//in meter
d=24;//diamter in meter
mil=CP/(h)^2;//maximum illumination in lux
mal=mil*(12/sqrt(12^2+12^2))^3;//minimum illumination in lux
disp(mil,"maximum illumination in lux")
disp(mal,"minimum illumination in lux")
|
890c0d622a600d84ed2c626bf3db31d9cb7302b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH11/EX11.7/Ex11_7.sce | 4ef0dbeff6f5a7113924e6fac6ed2efebc025aa3 | [] | 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 | 714 | sce | Ex11_7.sce |
// Theory and Problems of Thermodynamics
// Chapter 11
// Kinetic Theory of Gases
// Example 7
clear ;clc;
//Given data
V1 = 1 // X-component velocity low range
V2 = 1.6 // X-component velocity upper range
// Caluclations
// Required fraction from The Maxwell-Boltzmann distribution of the X-component // velocity
// F = (1/sqrt(%pi))integrate(exp(-X^2),'X',1,1.6)
// F = 1/2*((2/sqrt(%pi))integrate(exp(-X^2),'X',1,1.6) - (2/sqrt(%pi))integrate// (exp(-X^2),'X',0,1))
F = erf(V2) - (2/sqrt(%pi))*V2*exp(-V2^2) - erf(V1) + (2/sqrt(%pi))*exp(-V1)
// Output results
mprintf('The fraction of molecules of a gas with speed between Vmp and 1.6Vmp = %4.4f', F)
|
805d5c8b5c403e5318168fd6d71fe23b763efdfd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2783/CH8/EX8.7/Ex8_7.sce | 8bcb7f4a16e6c7b8bc761789346fc24c3799360c | [] | 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 | 232 | sce | Ex8_7.sce | clc
//initialization of new variables
clear
h=15 //m
D=0.25 //m
u=30 //m/s
rho=1.2 //kg/m^3
mu=1.81*10^-5
Cd=0.7
Re=rho*u*D/mu
D=Cd*1/2*rho*u^2*(h*D)
M=h/2*D
//results
printf('D = %.1f N',D)
printf('\n M = %d N m',M)
|
329df9a415b4597e5bb4b5eab2e2caeca572548e | 449d555969bfd7befe906877abab098c6e63a0e8 | /617/CH16/EX16.7/Example16_7.sci | e8b91d6176033706ce85a8d4c74e2f69ccc463a4 | [] | 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 | 2,145 | sci | Example16_7.sci | clc();
clear;
// To calculate the amount of water evaporated in per hour for a square foot of water surface
u=3.82*10^-7; // Viscosity in lb-sec/ft^2
rho=2.3*10^-3; // Density in lbsec^2/ft^4
A=1; // Area in ft^2
Cp=0.24; // Specific heat capacity in abtu/lbm-degF
v=4*3600; // Velocity in ft/sec
k=0.015; // Thermal conductivity in Btu/hr-ft-degF
p=14.7; // Atmospheric pressure in psi
M=29; // Avg. molecular weight of air
T1=70+460; // Temperature of still air in degF
T2=90+460; // temperature of surface of water in degF
L=1; // For characteristic of 1 ft
D=0.992; // Diffusivity in ft^2/sec
// Heat transfer equation for laminar flow of a flat surface
Ngr=32.2*L^3*((T2/T1)-1)/(u/rho)^2; // Grasshops number
Npr=u*3600*Cp*32.2/k; // Prandtls number
Nnu=0.75*(Ngr*Npr)^.25; // Nusselt number
h=Nnu*k/L; // Heat transfer coefficient
Ns=u*3600/(rho*D); // Schimdt mumber
hmc=h*D*(Ns/Npr)^0.25/k; // Heat transfer coe
pv1=0.18; // Vapour pressure at 40% humidity
pv2=0.69; // Vapour pressure at saturation
pa1=p-pv1; // Absolute pressure of air at 40% rel. humidity in psi
pa2=p-pv2; // Absolute pressure of saturated air in psi
pbm=(pa1+pa2)/2; // Log mean pressure in psi
R=1544; // Universal gas constant in ft^3-psi/lbmol-degR
T=(T1+T2)/2; // Average temperature in degR
N=hmc*p*(pv2-pv1)*144/(R*T*pbm)*18; // mass transfer rate in lbmol/hr-ft^2
printf("The amount of water evaporated per hour is %.4f lb mol/hr-ft^2",N);
|
a98e8268c07c31bacf3ed1f01db1ea71f50f4b91 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.20_17.tst | cbb9645b9a4770aa83ebdf24fc2e2fd28ec57a46 | [] | 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 | 489,524 | tst | 5.20_17.tst | 20 19:1 308:1 1198:1 1361:1 1374:1 1508:1 1555:1 1921:1 2106:1 2221:1 2231:1 2444:1 3131:1 3989:1 4649:1 4999:2 5092:1 5144:1 5249:1 5375:2 5428:1 5490:2 5711:1 6359:1 6367:2 6568:1 6596:1 6937:1 7736:1 8058:1 8083:1 8092:1 8144:1 8292:1 8591:1 8651:1 8790:1 8825:1 8968:1 9257:1 9314:1 9342:1 9366:1 9445:1 9480:1 9732:1 9736:1 9987:1 10939:1 11050:2 11096:1 11564:1 11582:1 11670:1 11959:2 12038:2 12205:1 12221:1 12231:1 12525:1 12614:2 12721:1 13727:1 14082:1 14252:1 14338:1 14862:1 15226:1 15281:1 15589:1 15836:1 16395:1 16651:1 16731:1 16748:1 16818:1 17346:1 17644:1 18163:1 18312:1 18403:1 18565:1 18877:1 19081:1 19262:67 19406:1 19813:1 19938:1 20370:1 20758:1 20813:1 20837:1 21384:1 21408:1 21452:1 21576:1 21979:1 22797:1 23002:1 23017:1 23268:1 23275:1 23323:1 23865:2 23896:1 23907:1 23919:1 24023:1 24335:1 24552:1 24615:1 24847:1 24899:1 24914:1 24956:1 25035:1 25066:1 26498:1 26644:1 26825:1 26944:1 27742:1 27897:1 28557:1 28617:1 29048:1 29847:1
20 19:1 31:1 72:1 277:1 308:1 492:1 575:1 669:1 1198:1 1361:1 1374:1 1508:1 1523:1 1555:1 1614:2 1639:1 1649:1 1687:1 1709:1 1824:1 1917:1 1921:1 2068:1 2106:1 2176:1 2221:1 2231:1 2426:1 2444:1 2446:1 2452:1 2459:1 2464:1 2914:1 3047:1 3119:1 3131:2 3292:2 3420:1 3437:1 3491:1 3764:1 3802:1 3986:1 3989:1 4522:1 4649:1 4999:3 5092:1 5144:1 5249:1 5330:1 5375:2 5428:2 5490:2 5688:1 5711:1 6069:1 6225:1 6359:1 6367:2 6568:1 6584:1 6596:1 6937:1 6958:1 7027:1 7327:1 7440:1 7603:1 7736:1 8058:6 8082:1 8083:2 8092:1 8144:1 8292:1 8342:1 8362:1 8499:1 8591:2 8651:1 8790:1 8825:1 8968:1 9156:1 9257:1 9303:1 9314:1 9324:1 9342:1 9366:1 9393:1 9445:1 9453:1 9480:1 9503:1 9710:1 9714:1 9732:1 9736:1 9987:1 10096:1 10267:1 10939:1 11050:2 11096:1 11110:1 11224:1 11227:1 11320:1 11429:1 11564:1 11582:1 11626:1 11670:1 11707:1 11757:1 11959:4 12038:2 12117:1 12194:1 12205:1 12221:1 12231:2 12374:1 12484:1 12525:2 12614:2 12639:1 12721:1 12768:1 12788:1 12897:1 12999:1 13362:1 13727:2 13751:1 13777:1 14082:1 14252:1 14338:1 14438:1 14653:1 14862:1 14933:1 15142:2 15199:1 15226:1 15281:1 15589:1 15660:1 15803:1 15834:2 15836:1 16061:1 16260:1 16395:1 16651:1 16731:1 16748:1 16783:1 16818:1 16825:1 17238:1 17246:1 17332:1 17346:1 17348:1 17360:1 17534:1 17583:1 17644:1 17658:1 17791:1 18006:1 18140:1 18163:2 18312:1 18354:1 18403:1 18475:1 18565:1 18583:1 18657:1 18706:1 18829:1 18877:1 18888:1 18956:1 19081:2 19262:153 19282:2 19406:2 19567:1 19813:1 19862:1 19938:1 20362:1 20370:1 20420:1 20545:1 20658:1 20741:1 20749:1 20758:1 20760:2 20779:1 20813:1 20837:2 20976:1 21096:1 21115:1 21175:1 21374:1 21384:1 21408:1 21425:1 21437:1 21452:1 21576:2 21651:1 21808:1 21857:1 21937:1 21960:1 21979:1 22036:1 22084:1 22102:1 22251:1 22480:1 22732:1 22797:1 23002:2 23017:1 23103:1 23196:1 23219:1 23268:1 23275:1 23323:1 23570:1 23865:2 23896:1 23907:1 23919:1 23961:1 24023:1 24335:1 24552:1 24593:1 24615:1 24631:1 24847:1 24848:1 24851:1 24899:1 24914:1 24925:1 24956:2 25030:1 25035:1 25066:2 25300:1 25402:1 25462:1 25680:1 26356:1 26431:1 26498:1 26580:1 26644:2 26718:1 26825:1 26944:1 27016:1 27742:1 27797:1 27897:1 27908:1 27971:1 28199:1 28386:2 28458:2 28557:1 28617:1 28790:2 28861:1 29048:1 29093:1 29291:1 29356:1 29500:1 29779:1 29847:1 29914:1
20 19:1 31:1 72:1 277:1 308:1 377:1 419:1 492:1 575:1 669:1 1010:1 1035:1 1036:1 1103:1 1198:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1614:2 1635:1 1639:1 1649:1 1687:2 1709:1 1824:1 1917:1 1921:1 2058:1 2068:1 2106:1 2176:2 2221:2 2231:1 2372:1 2373:1 2393:1 2426:2 2444:1 2446:1 2452:1 2459:1 2464:1 2914:1 3047:1 3081:1 3100:1 3119:1 3131:3 3234:2 3292:2 3420:1 3437:1 3446:1 3491:2 3710:1 3760:1 3764:1 3802:1 3986:1 3989:1 4102:1 4148:1 4522:1 4576:1 4649:1 4744:1 4762:1 4926:1 4928:1 4999:4 5092:1 5144:1 5249:1 5330:1 5375:2 5428:2 5490:2 5585:1 5666:2 5688:1 5711:1 5731:1 5767:1 5945:1 6069:1 6225:1 6359:1 6367:2 6568:1 6584:1 6596:1 6602:1 6672:1 6937:1 6958:1 7015:1 7027:1 7237:1 7257:1 7270:1 7327:1 7415:1 7440:1 7531:1 7603:1 7645:1 7736:2 7828:1 7992:1 8006:1 8058:7 8082:1 8083:3 8092:1 8144:1 8292:1 8342:1 8362:2 8375:1 8499:1 8591:2 8651:1 8790:1 8825:2 8962:2 8964:1 8968:1 9156:1 9257:1 9303:1 9314:1 9324:1 9342:1 9366:1 9393:1 9445:1 9453:1 9480:1 9503:1 9710:1 9714:1 9732:1 9736:1 9979:2 9987:1 10096:1 10204:1 10234:1 10267:1 10339:1 10454:1 10468:1 10618:1 10619:1 10918:1 10939:1 11037:1 11050:2 11083:1 11096:1 11110:1 11128:1 11224:2 11227:1 11320:1 11427:2 11429:1 11553:1 11564:1 11582:1 11626:1 11670:1 11707:1 11757:1 11959:4 12038:2 12117:1 12194:1 12205:1 12221:1 12225:1 12231:2 12283:1 12374:1 12376:2 12450:1 12484:1 12525:2 12591:1 12614:2 12639:1 12721:1 12768:1 12788:1 12897:1 12999:1 13072:1 13362:1 13405:1 13491:1 13643:1 13707:1 13727:2 13751:1 13777:1 13831:1 13883:1 13949:1 13974:1 14078:1 14082:1 14252:1 14338:1 14382:1 14418:2 14438:1 14653:1 14760:1 14853:1 14862:1 14921:1 14933:1 15142:2 15164:1 15199:1 15226:1 15281:1 15462:1 15507:1 15589:1 15660:2 15803:1 15834:2 15835:1 15836:1 16021:2 16061:1 16260:1 16296:1 16395:1 16422:1 16517:1 16553:1 16567:1 16616:1 16651:1 16731:1 16748:1 16783:1 16810:1 16818:1 16825:1 16866:1 17238:1 17246:1 17332:1 17346:2 17348:1 17360:1 17470:1 17534:1 17583:1 17644:1 17658:1 17773:1 17791:1 18006:1 18140:1 18163:2 18312:1 18354:1 18403:1 18466:2 18475:1 18565:1 18573:1 18583:1 18657:1 18699:1 18706:1 18829:1 18877:1 18888:1 18956:1 19081:2 19144:1 19262:285 19282:2 19400:1 19406:2 19567:1 19759:1 19813:1 19862:1 19938:2 19953:1 20170:1 20362:1 20370:2 20420:1 20464:1 20477:1 20545:1 20658:1 20741:1 20749:1 20758:1 20760:2 20776:1 20779:1 20813:1 20837:3 20976:1 21096:1 21115:1 21175:1 21321:1 21374:1 21377:1 21384:1 21408:1 21425:1 21437:1 21452:1 21576:2 21597:1 21643:1 21651:1 21654:1 21778:1 21808:1 21857:1 21937:1 21960:1 21979:1 22036:1 22084:1 22102:1 22140:1 22251:1 22308:1 22480:1 22579:1 22703:1 22732:1 22797:1 22951:1 23002:2 23017:1 23103:1 23193:1 23196:1 23219:1 23258:1 23268:2 23275:1 23278:1 23323:1 23454:1 23570:1 23596:1 23865:2 23896:1 23907:1 23919:1 23961:1 24023:1 24110:1 24335:1 24552:1 24593:1 24598:1 24608:1 24615:1 24631:2 24847:1 24848:1 24851:1 24899:1 24914:1 24925:1 24956:2 25030:1 25035:1 25066:2 25074:1 25078:1 25292:1 25300:1 25347:1 25402:1 25462:1 25463:1 25627:1 25664:1 25680:1 25858:1 26356:1 26431:1 26454:1 26498:1 26523:1 26580:1 26644:2 26665:1 26718:1 26757:1 26825:1 26902:1 26944:1 27016:1 27567:1 27629:1 27651:2 27742:1 27797:1 27897:1 27908:1 27971:1 28199:1 28316:1 28386:2 28458:2 28557:1 28617:4 28662:1 28790:2 28827:1 28861:1 28898:1 29000:1 29048:1 29091:1 29093:1 29291:1 29297:2 29356:1 29500:1 29779:1 29833:1 29847:1 29883:1 29905:1 29914:1
20 19:1 31:1 72:1 277:1 308:1 377:1 419:1 492:1 575:1 593:1 669:1 1010:2 1035:1 1036:1 1103:1 1198:1 1270:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1614:2 1635:1 1639:1 1649:1 1659:2 1687:3 1709:1 1729:1 1761:2 1824:1 1917:1 1921:1 2058:2 2068:1 2087:1 2106:1 2176:2 2221:2 2231:1 2293:1 2360:1 2372:1 2373:1 2393:1 2426:2 2444:1 2446:1 2452:2 2459:1 2461:1 2464:1 2568:1 2654:1 2743:1 2863:1 2893:1 2914:1 3047:1 3070:1 3080:1 3081:1 3100:1 3119:1 3131:3 3234:2 3292:2 3420:1 3437:1 3446:1 3491:2 3703:1 3710:1 3760:1 3764:1 3802:1 3986:1 3989:1 4102:1 4145:1 4148:1 4522:1 4526:1 4576:1 4649:1 4744:1 4762:1 4874:1 4926:1 4928:1 4999:4 5092:1 5115:1 5144:1 5249:1 5330:1 5375:2 5428:2 5490:2 5585:1 5666:2 5688:1 5711:1 5720:1 5731:1 5767:1 5945:1 6069:1 6225:1 6359:1 6367:2 6568:1 6584:1 6596:1 6602:1 6667:1 6672:1 6937:1 6958:1 7015:1 7027:1 7054:1 7237:1 7257:1 7270:1 7327:1 7415:1 7440:1 7531:1 7534:1 7535:1 7603:1 7645:1 7736:2 7828:1 7992:2 8006:1 8058:9 8082:2 8083:3 8092:1 8144:1 8292:1 8342:1 8362:2 8375:1 8379:1 8499:1 8525:2 8591:4 8632:1 8651:1 8790:2 8825:2 8962:2 8964:1 8968:1 9156:1 9234:1 9257:1 9303:1 9314:1 9324:1 9342:1 9366:1 9393:1 9445:2 9453:1 9463:1 9480:1 9503:1 9710:1 9714:1 9732:1 9736:1 9948:1 9979:2 9987:1 10096:1 10204:1 10234:1 10267:1 10339:1 10454:1 10468:1 10618:1 10619:1 10918:1 10939:1 11037:1 11050:2 11083:1 11096:1 11110:1 11128:1 11194:1 11220:1 11224:2 11227:1 11286:1 11320:1 11427:2 11429:1 11553:1 11564:1 11582:1 11626:1 11670:1 11707:1 11757:1 11959:4 12038:2 12117:1 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12283:1 12374:1 12376:4 12450:1 12484:1 12525:2 12591:1 12614:2 12639:1 12721:1 12768:1 12788:1 12897:1 12999:1 13072:2 13318:1 13362:1 13405:2 13491:1 13643:1 13707:1 13727:2 13748:2 13751:1 13777:1 13831:1 13867:1 13883:2 13949:1 13974:1 14078:1 14082:1 14226:1 14252:1 14329:1 14336:1 14338:1 14382:1 14418:2 14438:1 14519:1 14653:1 14710:1 14760:1 14767:1 14853:1 14862:1 14921:1 14933:1 14957:1 15134:1 15142:2 15164:1 15199:1 15214:1 15226:1 15281:1 15370:1 15462:2 15507:1 15589:1 15660:2 15803:1 15834:2 15835:1 15836:1 15897:1 16021:3 16054:1 16061:1 16260:1 16296:1 16303:1 16349:1 16395:1 16422:1 16517:1 16553:1 16567:1 16616:1 16651:1 16731:1 16748:1 16783:1 16810:1 16811:1 16818:1 16825:1 16840:1 16866:1 16885:1 17064:1 17119:1 17200:1 17238:1 17246:1 17332:1 17346:2 17348:1 17360:1 17470:1 17474:2 17534:1 17583:1 17644:1 17658:1 17773:1 17791:1 18006:1 18140:1 18163:2 18206:1 18312:1 18354:1 18403:1 18466:2 18475:1 18565:1 18573:1 18583:1 18624:1 18657:1 18699:1 18706:1 18829:1 18877:1 18888:1 18956:1 19081:2 19085:1 19144:1 19262:361 19265:1 19282:2 19400:1 19406:2 19487:1 19567:1 19707:1 19759:1 19813:1 19829:1 19862:1 19938:2 19953:1 20020:1 20125:1 20170:1 20362:1 20370:2 20405:1 20420:1 20429:1 20464:1 20477:1 20545:1 20658:1 20741:1 20749:1 20758:1 20760:2 20776:1 20779:2 20813:1 20837:3 20976:1 21022:1 21096:1 21115:1 21175:1 21216:1 21321:1 21374:1 21377:1 21384:1 21408:1 21425:1 21437:1 21452:1 21568:1 21576:2 21597:1 21643:1 21651:1 21654:1 21778:1 21808:1 21847:1 21857:1 21937:1 21960:1 21979:1 22036:1 22048:1 22084:1 22102:1 22140:1 22251:1 22308:1 22373:1 22384:1 22480:1 22579:1 22703:1 22732:1 22794:1 22797:1 22951:1 23002:2 23017:1 23061:1 23103:1 23193:1 23196:1 23219:1 23258:1 23268:2 23271:1 23275:1 23278:1 23298:1 23323:1 23454:1 23518:1 23570:1 23596:1 23865:2 23896:1 23907:1 23919:1 23961:1 23977:1 24023:1 24086:1 24110:1 24335:1 24431:1 24552:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:3 24655:1 24699:1 24847:1 24848:1 24851:1 24899:1 24909:1 24914:1 24925:1 24937:1 24946:1 24956:2 25030:1 25035:1 25066:2 25074:1 25078:1 25213:1 25292:1 25300:1 25347:1 25402:1 25414:1 25462:1 25463:1 25627:1 25664:1 25680:1 25711:1 25858:1 26356:1 26431:1 26454:1 26498:1 26501:1 26523:1 26580:1 26644:2 26665:1 26718:1 26757:1 26825:1 26902:1 26944:1 26991:1 27016:1 27567:1 27629:1 27651:2 27742:1 27797:1 27818:1 27862:1 27897:1 27908:1 27971:1 27997:1 28199:1 28316:1 28386:2 28458:2 28557:1 28589:1 28617:4 28662:1 28790:2 28827:2 28861:1 28898:1 29000:1 29048:1 29091:1 29093:1 29291:1 29297:3 29356:1 29500:1 29510:1 29764:1 29779:1 29790:1 29833:1 29847:1 29883:1 29905:1 29914:1
20 19:1 31:1 72:1 277:1 278:1 308:1 377:1 419:1 492:1 575:1 593:1 669:1 1010:2 1035:1 1036:1 1103:1 1198:1 1270:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1614:2 1635:1 1639:1 1649:1 1659:2 1687:3 1709:1 1729:1 1761:3 1824:1 1917:2 1921:1 2058:2 2068:1 2087:1 2106:1 2176:3 2221:2 2231:1 2293:1 2360:2 2372:1 2373:1 2393:1 2426:3 2444:1 2446:1 2452:2 2459:1 2461:1 2464:1 2568:1 2654:1 2743:1 2863:1 2893:1 2914:1 3047:1 3070:1 3080:2 3081:1 3100:1 3119:1 3131:3 3234:2 3292:2 3420:1 3437:1 3446:1 3491:2 3703:1 3710:1 3760:1 3764:1 3802:1 3986:1 3989:1 4102:1 4145:1 4148:1 4522:1 4526:1 4576:1 4649:1 4744:1 4762:1 4874:1 4926:1 4928:1 4999:4 5092:1 5115:2 5144:1 5249:1 5330:1 5375:2 5428:2 5490:2 5585:1 5666:2 5688:1 5711:1 5720:1 5731:1 5767:1 5945:1 6069:1 6225:1 6359:1 6367:2 6467:1 6568:1 6584:1 6596:1 6602:1 6667:1 6672:1 6937:1 6958:1 6962:1 7015:1 7022:1 7027:1 7054:1 7237:1 7257:1 7270:1 7327:1 7415:2 7426:1 7440:1 7531:1 7534:1 7535:1 7603:1 7645:1 7736:2 7828:1 7992:2 8006:1 8058:10 8082:2 8083:3 8092:1 8144:1 8292:1 8342:1 8362:2 8375:1 8379:1 8499:1 8525:3 8591:4 8632:1 8651:1 8790:2 8825:2 8962:2 8964:1 8968:1 9156:1 9234:1 9257:1 9303:1 9314:1 9324:1 9342:1 9366:1 9393:1 9445:2 9453:3 9463:1 9480:1 9503:1 9594:1 9710:1 9714:1 9732:1 9736:1 9948:1 9979:2 9987:1 10096:3 10204:1 10234:1 10267:1 10339:1 10454:1 10468:1 10618:1 10619:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:1 11088:1 11096:1 11106:1 11110:1 11128:1 11194:1 11220:1 11224:2 11227:1 11286:1 11295:1 11320:1 11427:2 11429:1 11553:1 11564:1 11582:1 11626:3 11670:1 11707:1 11757:1 11959:4 12038:2 12117:1 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12283:1 12374:1 12376:5 12450:1 12484:1 12525:2 12591:1 12614:2 12639:1 12721:1 12768:1 12788:1 12897:1 12999:1 13072:2 13318:2 13362:1 13405:3 13491:1 13643:1 13707:1 13727:2 13748:3 13751:1 13777:1 13831:1 13867:2 13883:3 13949:1 13974:1 14078:1 14082:1 14226:1 14252:1 14329:2 14336:1 14338:1 14382:1 14418:2 14438:1 14519:1 14653:1 14710:1 14760:1 14767:1 14853:1 14862:1 14921:1 14933:1 14957:1 15134:1 15142:2 15164:1 15199:1 15214:1 15226:1 15281:1 15370:1 15462:2 15507:1 15589:1 15660:2 15803:1 15834:2 15835:1 15836:1 15897:1 16021:4 16054:1 16061:1 16260:1 16273:1 16296:1 16303:1 16349:1 16395:1 16422:1 16517:1 16553:1 16567:1 16616:1 16651:1 16731:1 16748:1 16783:1 16810:1 16811:1 16818:1 16825:1 16840:1 16866:1 16885:1 17064:1 17119:1 17200:1 17238:1 17246:1 17332:1 17346:2 17348:1 17360:1 17470:1 17474:3 17534:1 17583:1 17644:1 17658:1 17773:1 17791:1 17814:1 18006:1 18140:1 18163:2 18206:1 18312:1 18354:3 18403:1 18466:2 18475:1 18565:2 18573:1 18583:1 18624:2 18657:1 18699:1 18706:1 18829:1 18877:1 18888:1 18956:1 19081:2 19085:1 19144:1 19262:379 19265:1 19282:2 19400:1 19406:2 19482:1 19487:1 19492:1 19567:1 19707:1 19759:1 19813:1 19829:1 19862:1 19938:2 19953:1 20020:1 20091:1 20125:2 20170:1 20362:1 20370:2 20405:1 20420:1 20429:1 20464:1 20477:1 20545:1 20658:1 20674:1 20741:1 20749:1 20758:1 20760:2 20776:1 20779:2 20813:1 20837:3 20976:1 21022:1 21096:1 21115:1 21175:1 21216:1 21321:1 21374:1 21377:1 21384:1 21408:1 21425:1 21437:1 21452:1 21464:1 21513:1 21568:2 21576:2 21597:1 21643:1 21651:1 21654:1 21778:1 21808:1 21847:1 21857:1 21937:1 21960:1 21979:1 22036:1 22048:1 22084:1 22102:1 22140:1 22251:1 22308:1 22373:1 22384:2 22480:1 22579:1 22688:1 22703:1 22732:1 22794:1 22797:1 22888:1 22951:1 23002:2 23017:1 23061:1 23103:1 23193:1 23196:1 23219:1 23258:1 23268:2 23271:1 23275:1 23278:1 23298:1 23323:1 23454:1 23518:1 23570:1 23596:1 23854:1 23865:2 23896:1 23907:1 23919:1 23961:1 23977:1 24023:1 24086:1 24110:1 24335:1 24431:2 24552:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:3 24655:1 24699:1 24847:1 24848:1 24851:1 24854:1 24899:1 24909:1 24914:1 24925:1 24937:1 24946:1 24956:2 25030:1 25035:1 25066:2 25074:1 25078:1 25213:1 25292:1 25300:1 25347:1 25402:3 25414:1 25462:1 25463:1 25627:1 25664:1 25680:2 25711:1 25858:1 26356:1 26431:1 26454:1 26477:1 26498:1 26501:1 26523:1 26569:1 26580:1 26644:2 26665:1 26718:1 26757:1 26825:1 26902:1 26944:1 26991:1 27016:1 27567:1 27629:1 27651:2 27742:1 27797:1 27818:1 27862:1 27877:1 27897:1 27908:1 27971:1 27997:1 28199:3 28316:1 28386:2 28458:2 28557:1 28589:1 28617:4 28618:1 28662:1 28790:2 28827:2 28861:1 28898:1 29000:1 29048:1 29091:1 29093:1 29291:1 29297:4 29356:1 29500:1 29510:1 29764:1 29779:1 29790:1 29833:1 29847:1 29851:1 29883:1 29905:1 29914:1
20 19:1 31:1 65:1 72:1 277:1 278:1 308:1 377:1 419:1 492:1 518:1 534:1 575:1 593:1 669:1 912:1 998:1 1010:2 1035:1 1036:1 1103:1 1198:1 1270:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1614:2 1635:1 1639:1 1649:1 1659:2 1687:3 1709:1 1729:1 1761:3 1824:1 1881:1 1917:3 1921:1 2058:2 2068:1 2087:1 2106:1 2176:3 2220:1 2221:2 2231:1 2293:1 2358:1 2360:2 2372:1 2373:1 2393:1 2426:3 2444:1 2446:1 2452:2 2459:1 2461:1 2464:1 2547:1 2568:1 2654:1 2743:1 2863:1 2893:1 2914:1 3047:1 3070:1 3080:2 3081:1 3100:1 3119:1 3131:4 3234:2 3292:2 3420:1 3437:1 3446:1 3491:2 3703:1 3710:1 3760:1 3764:1 3802:1 3849:1 3907:1 3961:1 3986:1 3989:1 4102:1 4145:1 4148:1 4522:1 4526:1 4576:1 4649:1 4744:1 4762:1 4803:1 4874:1 4926:1 4928:1 4999:4 5092:1 5115:2 5144:1 5249:1 5330:1 5375:2 5428:2 5490:2 5585:1 5666:2 5688:1 5711:1 5720:1 5731:1 5767:1 5945:1 6069:1 6109:1 6225:1 6359:1 6367:2 6375:1 6467:1 6568:1 6584:1 6596:1 6602:1 6667:1 6672:1 6937:1 6958:1 6962:1 7015:1 7022:1 7027:1 7054:1 7237:1 7257:1 7270:1 7327:1 7415:2 7426:1 7440:1 7531:1 7534:1 7535:1 7603:1 7645:1 7736:2 7828:1 7992:2 8006:1 8058:10 8082:2 8083:4 8092:1 8144:1 8292:1 8342:1 8362:2 8375:1 8379:1 8499:1 8525:3 8591:4 8632:1 8651:1 8790:2 8825:2 8962:2 8964:1 8968:1 9156:1 9234:1 9257:1 9303:1 9314:1 9324:1 9342:1 9366:1 9393:1 9445:2 9453:4 9463:1 9480:1 9503:1 9594:1 9710:1 9714:1 9732:1 9736:1 9948:1 9979:2 9987:1 10096:4 10204:1 10234:1 10267:1 10339:1 10416:1 10454:1 10468:1 10618:1 10619:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:1 11088:1 11096:1 11106:1 11110:1 11128:1 11194:1 11220:1 11224:2 11227:1 11286:1 11295:1 11320:1 11427:2 11429:1 11553:1 11564:1 11582:1 11626:4 11670:1 11707:1 11744:1 11757:1 11959:4 12038:2 12117:1 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12283:1 12374:1 12376:5 12450:1 12484:1 12525:2 12591:1 12594:1 12614:2 12639:1 12721:1 12768:1 12788:1 12897:1 12999:1 13072:2 13318:2 13362:1 13405:3 13491:1 13643:1 13707:1 13727:2 13748:3 13751:1 13777:1 13831:1 13853:1 13867:2 13883:3 13949:1 13974:1 14078:1 14082:1 14226:1 14252:1 14310:1 14329:2 14336:1 14338:1 14382:1 14418:2 14438:1 14519:1 14653:1 14710:1 14760:1 14767:1 14853:1 14862:1 14921:1 14933:1 14957:1 15134:1 15142:2 15164:1 15199:1 15214:1 15226:1 15281:1 15370:1 15462:2 15507:1 15589:1 15660:2 15803:1 15834:2 15835:1 15836:1 15897:1 15965:1 16021:5 16054:1 16061:1 16260:1 16273:1 16296:1 16303:1 16349:1 16395:1 16422:1 16449:1 16517:1 16553:1 16567:1 16616:1 16651:1 16694:1 16731:1 16748:1 16783:1 16810:1 16811:1 16818:1 16825:1 16840:1 16866:1 16885:1 17064:1 17119:1 17200:1 17238:1 17246:1 17332:1 17346:2 17348:2 17360:1 17465:1 17470:1 17474:3 17534:1 17583:1 17644:1 17658:1 17773:1 17791:1 17814:1 18006:1 18140:1 18163:2 18206:1 18312:1 18354:4 18403:1 18466:2 18475:1 18565:2 18573:1 18583:1 18624:2 18657:1 18699:1 18706:1 18829:1 18877:1 18888:1 18931:1 18956:1 19081:2 19085:1 19097:1 19144:1 19262:451 19265:1 19282:2 19400:1 19406:2 19482:1 19487:1 19492:1 19567:1 19663:1 19707:1 19759:1 19777:1 19813:1 19829:1 19862:1 19938:2 19953:1 20020:1 20091:1 20125:2 20170:1 20276:1 20362:1 20370:2 20405:1 20420:2 20429:1 20461:1 20464:1 20477:1 20534:1 20545:1 20658:1 20674:1 20741:1 20749:1 20758:1 20760:2 20776:1 20779:2 20813:1 20837:4 20872:1 20976:1 21022:1 21096:1 21115:1 21175:1 21216:1 21321:1 21374:1 21377:1 21384:1 21408:2 21425:1 21437:1 21452:1 21464:1 21513:1 21568:2 21576:2 21597:1 21643:1 21651:1 21654:1 21778:1 21808:1 21847:1 21857:1 21937:1 21942:1 21960:1 21979:1 22036:1 22048:1 22084:1 22102:1 22140:1 22251:1 22308:1 22373:1 22384:2 22480:1 22570:1 22579:1 22688:1 22703:1 22732:1 22794:1 22797:1 22888:1 22951:1 23002:2 23017:1 23061:1 23103:1 23161:1 23193:1 23196:1 23219:1 23258:1 23268:2 23271:1 23275:1 23278:1 23298:1 23305:1 23323:1 23363:1 23454:1 23499:1 23518:1 23570:1 23578:1 23596:1 23610:1 23748:1 23854:1 23865:2 23888:1 23896:1 23907:1 23919:1 23961:1 23977:1 24019:1 24023:1 24086:1 24110:1 24335:1 24431:2 24552:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:3 24655:1 24699:1 24847:1 24848:1 24851:1 24854:1 24899:1 24909:1 24914:1 24925:1 24937:1 24946:1 24956:2 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25213:1 25292:1 25300:1 25347:1 25402:4 25414:1 25462:1 25463:1 25627:1 25664:1 25680:2 25711:1 25858:1 25938:1 25940:1 25999:1 26356:1 26431:1 26445:1 26454:1 26477:1 26498:1 26501:1 26523:1 26569:1 26580:1 26644:2 26665:1 26718:1 26757:1 26825:1 26902:1 26944:1 26991:1 27006:1 27016:1 27260:1 27567:1 27629:1 27651:2 27715:1 27742:1 27797:1 27818:1 27862:1 27877:1 27897:1 27908:1 27971:1 27997:1 28132:1 28196:1 28199:4 28316:1 28386:2 28458:2 28557:1 28571:1 28589:1 28617:4 28618:1 28662:1 28790:2 28827:2 28861:1 28898:1 28935:1 29000:1 29048:1 29091:1 29093:1 29291:1 29297:4 29322:1 29356:1 29454:1 29500:1 29510:1 29764:1 29779:1 29790:1 29833:1 29847:1 29851:1 29883:1 29905:1 29914:1
20 19:1 31:1 65:1 72:1 104:1 277:1 278:1 308:1 377:1 419:1 492:1 518:1 534:1 575:1 593:1 669:1 912:1 998:1 1010:2 1030:1 1035:1 1036:1 1059:1 1103:1 1198:1 1270:1 1302:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1614:2 1635:1 1639:1 1649:1 1659:2 1687:3 1709:1 1729:1 1761:4 1824:1 1881:1 1917:3 1921:1 2058:2 2068:1 2087:1 2106:1 2176:3 2220:1 2221:2 2231:1 2293:1 2336:1 2358:1 2360:3 2372:1 2373:1 2393:1 2426:3 2444:1 2446:1 2452:2 2459:1 2461:1 2464:1 2547:1 2568:1 2654:1 2743:1 2792:1 2863:1 2893:1 2914:1 3047:1 3070:1 3080:3 3081:1 3086:1 3100:1 3119:1 3131:4 3234:2 3292:2 3420:1 3437:1 3446:1 3491:2 3703:1 3710:1 3760:1 3764:1 3802:1 3849:1 3907:1 3961:1 3986:1 3989:1 4102:1 4145:1 4148:1 4235:1 4522:1 4526:1 4555:1 4576:1 4610:1 4649:1 4744:1 4762:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4999:4 5092:1 5101:1 5115:2 5144:1 5242:1 5249:1 5330:1 5375:2 5428:2 5490:2 5562:1 5585:1 5666:2 5688:1 5711:1 5720:1 5731:1 5739:1 5767:1 5844:1 5910:1 5945:1 6069:1 6070:1 6109:1 6225:1 6252:1 6292:1 6359:1 6367:2 6375:1 6467:1 6568:2 6584:1 6596:1 6602:1 6667:1 6672:1 6937:1 6958:1 6962:1 7015:1 7022:1 7027:1 7054:1 7237:1 7257:1 7270:1 7327:1 7415:2 7426:1 7440:1 7531:1 7534:1 7535:1 7603:1 7645:1 7671:1 7736:2 7764:1 7828:1 7943:1 7992:3 8006:1 8058:10 8082:2 8083:4 8092:1 8144:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8499:1 8525:4 8591:5 8632:1 8651:1 8790:2 8825:2 8844:1 8962:2 8964:1 8968:1 9123:1 9156:1 9234:1 9257:1 9266:1 9303:1 9314:1 9324:1 9342:1 9366:1 9393:1 9445:2 9453:4 9463:1 9480:1 9503:1 9594:1 9710:1 9714:1 9732:1 9736:1 9948:1 9979:2 9987:1 10096:4 10110:1 10163:1 10204:1 10234:1 10267:1 10270:1 10339:1 10365:1 10416:1 10454:1 10468:1 10618:1 10619:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:1 11088:1 11096:1 11106:1 11110:1 11128:1 11194:1 11220:1 11224:2 11227:1 11286:1 11295:1 11320:1 11401:1 11427:2 11429:1 11553:1 11564:1 11582:1 11626:4 11670:1 11707:1 11744:1 11757:1 11959:4 12038:2 12117:1 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12283:1 12374:1 12376:6 12450:1 12484:1 12525:2 12591:1 12594:1 12614:2 12639:1 12721:1 12768:1 12788:1 12818:1 12897:1 12999:1 13072:2 13318:3 13362:1 13405:4 13470:1 13491:1 13643:1 13707:1 13727:2 13748:4 13751:1 13777:1 13831:1 13853:1 13867:3 13883:5 13949:1 13974:1 14078:1 14082:1 14226:1 14252:1 14301:1 14310:1 14329:4 14336:1 14338:1 14382:1 14418:2 14438:1 14519:1 14556:1 14653:1 14710:1 14760:1 14767:1 14853:1 14862:1 14921:1 14933:1 14957:1 14964:2 15134:1 15142:2 15164:1 15199:1 15214:1 15226:1 15260:1 15275:1 15281:1 15370:1 15462:2 15507:1 15589:1 15660:2 15793:2 15803:1 15834:2 15835:1 15836:1 15897:1 15965:1 16020:1 16021:6 16054:1 16061:1 16111:1 16260:1 16273:1 16296:1 16303:1 16349:1 16395:1 16422:1 16449:1 16517:1 16553:1 16567:1 16616:1 16651:1 16694:1 16731:1 16748:1 16758:1 16783:1 16810:1 16811:2 16818:1 16825:1 16840:1 16866:1 16885:1 17064:1 17119:1 17200:1 17238:1 17246:1 17257:1 17332:1 17346:2 17348:2 17360:1 17395:1 17465:1 17470:1 17474:4 17534:1 17583:1 17593:1 17644:1 17658:1 17676:1 17743:1 17773:1 17791:1 17814:1 18006:1 18140:1 18163:2 18206:1 18312:1 18354:4 18403:1 18430:1 18466:2 18475:1 18565:2 18573:1 18583:1 18602:1 18624:3 18657:1 18699:1 18706:1 18829:1 18877:1 18888:1 18931:1 18956:1 19049:1 19081:2 19085:2 19097:1 19144:1 19262:524 19265:1 19282:2 19383:1 19400:1 19406:2 19482:1 19487:1 19492:1 19498:1 19567:1 19663:1 19707:1 19759:1 19777:1 19813:1 19819:1 19829:1 19862:1 19886:1 19938:2 19953:1 20020:1 20091:1 20125:3 20170:1 20276:1 20343:1 20362:1 20370:2 20405:1 20420:2 20429:1 20461:1 20464:1 20477:1 20534:1 20545:1 20658:1 20674:1 20683:1 20741:1 20749:1 20758:1 20760:2 20776:1 20779:2 20813:1 20837:4 20872:1 20976:1 21022:1 21096:1 21115:1 21175:1 21216:1 21321:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21452:1 21464:1 21513:1 21568:4 21576:2 21597:1 21643:1 21651:1 21654:1 21708:1 21778:1 21808:1 21847:1 21857:1 21937:1 21942:1 21960:1 21979:1 22036:1 22048:1 22084:1 22102:1 22140:1 22144:1 22251:1 22308:1 22373:1 22384:2 22480:1 22570:1 22572:1 22579:1 22688:1 22703:1 22713:1 22732:1 22766:1 22794:1 22797:1 22888:1 22951:1 23002:2 23017:1 23061:1 23103:1 23161:1 23193:1 23196:1 23219:1 23258:1 23268:2 23271:1 23275:1 23278:1 23298:1 23305:2 23323:1 23363:1 23454:1 23499:1 23518:1 23570:1 23578:1 23596:1 23610:1 23748:1 23830:1 23854:1 23865:2 23888:1 23896:1 23907:1 23919:1 23961:1 23977:1 24019:1 24023:1 24086:1 24110:1 24212:2 24335:1 24431:3 24552:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:3 24655:1 24699:1 24847:1 24848:1 24851:1 24854:1 24899:1 24909:1 24914:1 24925:1 24937:1 24946:1 24956:2 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25190:1 25213:1 25292:1 25300:1 25347:1 25402:4 25414:1 25462:1 25463:1 25627:1 25664:1 25673:1 25680:2 25711:1 25729:1 25858:1 25862:1 25938:1 25940:1 25999:1 26356:1 26431:1 26445:1 26454:1 26477:1 26498:1 26501:1 26523:1 26534:1 26569:1 26580:1 26644:2 26665:1 26718:1 26757:1 26825:1 26902:1 26944:1 26985:1 26991:1 27006:1 27016:1 27220:1 27260:1 27567:1 27629:1 27651:2 27715:1 27742:1 27797:2 27818:1 27862:1 27877:2 27897:1 27908:1 27971:1 27997:1 28132:1 28196:1 28199:4 28247:1 28316:1 28386:2 28458:2 28557:1 28571:1 28589:1 28617:4 28618:1 28662:1 28790:2 28827:3 28861:1 28898:1 28935:1 29000:1 29048:1 29091:1 29093:1 29280:1 29291:1 29297:5 29322:1 29356:1 29454:1 29500:1 29510:1 29753:1 29764:1 29779:1 29790:1 29833:1 29847:1 29851:1 29854:1 29883:1 29905:1 29914:1
20 19:1 31:1 65:1 72:1 104:1 117:1 277:1 278:1 308:1 377:1 419:1 492:1 518:1 534:1 575:1 593:1 669:1 912:1 998:1 1010:2 1030:1 1035:1 1036:1 1059:1 1103:1 1177:1 1198:1 1260:1 1270:1 1302:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1587:1 1614:3 1635:1 1639:1 1649:1 1659:2 1687:3 1709:1 1729:1 1761:5 1824:1 1881:1 1917:4 1921:1 2005:1 2058:2 2068:1 2087:1 2106:1 2146:1 2176:3 2220:1 2221:2 2231:1 2293:1 2321:1 2336:1 2358:1 2360:4 2361:1 2372:1 2373:1 2393:1 2425:1 2426:3 2444:1 2446:1 2452:2 2459:1 2461:1 2464:1 2547:1 2566:1 2568:1 2654:1 2743:1 2792:1 2863:1 2893:1 2911:1 2914:1 2990:1 3047:1 3070:1 3080:3 3081:1 3086:1 3100:1 3119:1 3131:4 3224:1 3234:2 3292:2 3420:1 3437:1 3446:1 3491:2 3638:1 3703:1 3710:1 3760:1 3764:1 3802:1 3849:1 3907:1 3961:1 3986:1 3989:1 4100:1 4102:1 4137:1 4145:1 4148:1 4235:1 4522:1 4526:1 4555:1 4576:1 4610:1 4649:1 4744:1 4762:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4977:1 4999:4 5092:1 5101:1 5115:2 5116:1 5144:1 5161:1 5242:1 5249:1 5279:1 5330:1 5375:2 5378:1 5428:2 5490:2 5562:1 5585:1 5666:2 5688:1 5711:1 5720:1 5731:1 5739:1 5767:1 5844:1 5910:1 5945:1 6069:1 6070:1 6109:1 6202:1 6225:1 6252:1 6292:1 6359:1 6367:2 6375:1 6467:1 6518:1 6548:1 6568:2 6584:1 6596:1 6600:1 6601:2 6602:1 6667:1 6672:1 6756:1 6937:1 6958:1 6961:1 6962:1 7015:1 7022:1 7027:1 7054:1 7136:1 7237:1 7257:1 7270:1 7327:1 7415:2 7417:1 7426:1 7440:1 7509:1 7531:1 7534:1 7535:1 7603:1 7645:1 7671:1 7736:2 7764:1 7828:1 7898:1 7943:1 7981:1 7992:3 8006:1 8058:11 8082:2 8083:4 8092:1 8144:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8499:1 8525:5 8591:6 8632:1 8651:1 8768:1 8790:2 8825:2 8844:1 8962:2 8964:1 8968:1 9123:1 9156:1 9234:1 9257:1 9266:1 9303:1 9314:1 9324:1 9342:1 9366:1 9393:1 9445:2 9453:5 9463:1 9480:1 9503:1 9594:1 9628:1 9710:1 9714:1 9730:1 9732:1 9736:1 9865:1 9948:1 9979:2 9987:1 10096:5 10110:2 10163:1 10204:1 10221:1 10234:1 10267:1 10270:1 10339:1 10365:1 10416:1 10422:1 10454:1 10468:1 10618:1 10619:1 10763:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:1 11088:1 11096:1 11106:1 11110:1 11114:1 11128:1 11194:1 11220:1 11224:2 11227:1 11286:1 11295:1 11320:1 11401:1 11427:2 11429:1 11553:1 11564:1 11582:1 11626:5 11670:1 11707:1 11744:1 11757:1 11893:1 11959:5 12038:2 12117:1 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12283:1 12298:1 12347:1 12374:1 12376:7 12450:1 12484:1 12525:2 12591:1 12594:1 12614:2 12639:1 12711:1 12721:1 12768:1 12788:1 12818:1 12897:1 12999:1 13072:2 13226:1 13318:3 13362:1 13386:1 13405:5 13470:1 13491:1 13582:1 13643:1 13707:1 13727:2 13748:5 13751:1 13777:1 13781:1 13831:1 13853:1 13867:4 13883:6 13949:1 13974:1 14078:1 14082:1 14088:1 14226:1 14234:1 14252:1 14301:1 14310:1 14329:5 14336:1 14338:1 14382:1 14418:2 14438:1 14452:1 14519:1 14556:1 14653:1 14710:1 14760:1 14767:1 14822:1 14853:1 14862:1 14921:1 14933:1 14957:1 14964:2 15022:1 15068:1 15134:1 15142:2 15164:1 15199:1 15214:1 15226:1 15260:1 15275:1 15281:1 15370:1 15440:1 15462:2 15507:1 15589:1 15595:1 15660:2 15793:2 15803:1 15834:2 15835:1 15836:1 15897:1 15965:1 16020:1 16021:8 16054:1 16061:1 16111:1 16260:2 16273:1 16296:2 16303:1 16349:1 16395:1 16422:1 16449:1 16517:1 16553:1 16567:1 16616:1 16651:1 16694:1 16731:1 16748:1 16758:1 16783:1 16810:1 16811:2 16818:1 16825:1 16835:1 16840:1 16866:1 16885:1 17064:1 17119:1 17200:1 17238:1 17246:1 17253:1 17257:1 17332:1 17346:2 17348:2 17360:1 17395:1 17465:2 17470:1 17474:5 17534:1 17551:1 17579:1 17583:1 17593:1 17644:1 17658:1 17668:1 17676:1 17743:1 17773:1 17791:1 17814:2 18006:1 18140:1 18163:2 18206:1 18312:1 18354:5 18403:1 18430:1 18466:2 18468:1 18475:1 18557:1 18565:3 18573:1 18583:1 18595:1 18602:1 18624:4 18657:1 18699:1 18706:1 18779:1 18829:1 18862:1 18877:1 18888:1 18891:1 18931:1 18956:1 19049:2 19081:2 19085:2 19097:1 19144:1 19168:1 19262:607 19265:1 19282:2 19383:1 19400:1 19406:2 19482:1 19487:1 19492:1 19498:1 19567:1 19663:1 19707:1 19759:1 19777:1 19813:1 19819:1 19829:1 19862:1 19886:1 19938:2 19953:1 19975:1 20020:1 20069:1 20091:1 20125:4 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20405:1 20420:2 20429:1 20461:1 20462:1 20464:1 20477:1 20534:1 20545:1 20658:1 20674:1 20683:1 20741:1 20742:1 20749:1 20758:1 20760:2 20776:1 20779:2 20813:1 20837:4 20872:1 20976:1 21022:1 21096:1 21103:1 21115:1 21175:1 21216:1 21237:1 21318:1 21321:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21452:1 21464:1 21513:2 21568:5 21576:2 21597:1 21643:1 21651:1 21654:1 21708:1 21778:1 21808:2 21845:1 21847:1 21857:2 21929:1 21937:1 21942:1 21960:2 21979:1 22036:1 22048:1 22084:1 22102:1 22140:1 22144:1 22190:1 22251:1 22307:1 22308:1 22373:1 22384:2 22389:1 22480:1 22570:1 22572:1 22579:1 22688:1 22703:1 22713:1 22732:1 22766:1 22794:1 22797:1 22803:1 22888:1 22939:1 22951:1 23002:2 23017:1 23061:1 23071:1 23100:1 23103:1 23161:1 23193:1 23196:1 23219:1 23225:1 23258:1 23259:1 23268:2 23271:1 23275:1 23276:1 23278:1 23298:1 23305:2 23315:1 23323:1 23363:1 23454:1 23499:1 23518:1 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23748:1 23790:1 23830:1 23854:2 23865:2 23888:1 23896:1 23907:1 23919:1 23961:1 23977:1 24019:1 24023:1 24086:1 24110:1 24212:2 24335:1 24431:4 24552:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:3 24655:1 24662:1 24699:1 24846:1 24847:1 24848:1 24851:1 24854:1 24899:1 24909:1 24914:2 24925:1 24926:1 24937:1 24946:1 24956:3 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25190:1 25213:1 25292:1 25300:1 25347:1 25402:5 25414:1 25437:1 25462:1 25463:1 25627:1 25664:1 25673:1 25680:2 25711:1 25729:1 25827:1 25858:1 25862:1 25938:1 25940:1 25999:1 26093:1 26130:1 26156:1 26356:1 26431:1 26445:1 26454:1 26477:2 26498:1 26501:1 26523:1 26534:1 26569:2 26580:1 26644:2 26665:2 26718:1 26757:1 26825:1 26902:1 26944:1 26972:1 26985:1 26991:1 27006:1 27016:1 27220:1 27260:1 27369:1 27567:1 27629:1 27651:3 27715:1 27742:1 27797:2 27818:1 27848:1 27862:1 27877:2 27897:1 27908:1 27971:2 27997:1 28025:1 28099:1 28132:1 28196:1 28199:5 28247:1 28316:1 28386:2 28427:1 28458:2 28557:1 28571:1 28589:1 28617:4 28618:1 28662:1 28677:1 28767:1 28768:1 28790:2 28827:3 28861:1 28872:1 28898:1 28902:1 28935:1 29000:1 29048:1 29091:1 29093:1 29165:1 29169:1 29280:1 29291:1 29297:6 29322:1 29356:1 29374:1 29383:1 29454:1 29500:1 29510:1 29753:1 29764:1 29779:1 29790:1 29833:1 29847:1 29851:1 29854:1 29870:1 29883:1 29905:1 29914:1
20 19:1 31:1 65:1 72:1 88:1 104:1 117:1 277:1 278:1 308:2 377:1 419:1 492:1 518:1 534:1 575:1 593:1 660:1 669:1 912:1 966:1 998:1 1010:2 1030:1 1035:1 1036:1 1059:1 1103:2 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1587:1 1614:3 1635:1 1639:1 1645:1 1649:1 1659:2 1687:3 1709:1 1729:1 1761:6 1824:1 1881:1 1917:4 1921:1 2005:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:3 2220:1 2221:2 2231:1 2293:2 2321:1 2336:1 2358:1 2360:4 2361:1 2372:1 2373:1 2379:1 2393:1 2425:1 2426:3 2444:1 2446:1 2452:2 2459:1 2461:1 2464:2 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2792:1 2863:1 2893:1 2911:1 2914:1 2990:1 3047:1 3070:1 3080:4 3081:1 3086:1 3100:1 3119:1 3131:4 3224:1 3234:2 3292:3 3420:1 3437:1 3446:1 3491:2 3627:1 3638:1 3703:1 3710:1 3760:1 3764:1 3802:1 3836:1 3849:1 3907:1 3961:1 3963:1 3986:1 3989:2 4062:1 4100:1 4102:1 4137:1 4145:1 4148:1 4179:1 4191:1 4235:1 4462:1 4492:1 4522:1 4526:1 4555:1 4576:1 4610:1 4649:1 4744:1 4753:1 4762:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4977:1 4999:4 5092:2 5101:1 5115:2 5116:1 5137:1 5138:2 5144:1 5161:1 5242:1 5249:1 5279:1 5330:1 5375:2 5378:1 5428:2 5490:2 5562:1 5585:1 5666:2 5688:1 5711:1 5720:1 5731:1 5739:1 5746:2 5767:1 5844:1 5910:1 5944:1 5945:1 6069:1 6070:1 6109:1 6202:1 6209:1 6225:1 6252:1 6292:1 6359:1 6367:2 6375:1 6467:1 6518:1 6548:1 6568:2 6584:1 6596:1 6600:1 6601:2 6602:1 6667:1 6672:1 6756:1 6937:1 6958:1 6961:1 6962:1 7015:1 7022:2 7027:1 7049:1 7054:1 7136:1 7237:1 7257:1 7270:1 7327:1 7415:3 7417:1 7426:1 7440:1 7445:1 7509:1 7531:1 7534:1 7535:1 7603:1 7645:1 7671:1 7721:2 7736:2 7764:1 7828:1 7857:1 7898:1 7943:1 7981:1 7992:3 8006:1 8058:12 8082:2 8083:4 8092:1 8144:1 8200:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8499:1 8525:6 8591:7 8632:1 8651:1 8768:1 8790:2 8825:2 8844:1 8962:2 8964:1 8968:1 9123:1 9156:1 9234:1 9257:1 9266:1 9303:1 9314:1 9324:1 9342:1 9366:1 9393:1 9445:2 9453:5 9463:1 9480:2 9503:1 9594:1 9628:1 9710:1 9714:1 9730:1 9732:1 9736:1 9865:1 9928:1 9948:2 9979:2 9987:1 10091:2 10096:5 10110:3 10163:1 10204:1 10221:1 10234:1 10267:1 10270:1 10339:1 10365:1 10416:1 10422:1 10454:1 10468:1 10618:1 10619:1 10629:1 10763:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:1 11088:1 11096:1 11103:1 11106:1 11110:1 11114:1 11127:1 11128:1 11194:2 11220:1 11224:2 11227:1 11286:1 11295:1 11320:2 11401:1 11427:2 11429:1 11553:1 11561:1 11564:1 11582:1 11626:5 11670:1 11707:1 11744:1 11757:2 11893:1 11959:5 12036:1 12038:2 12117:1 12157:3 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12283:3 12298:2 12347:1 12374:1 12376:8 12450:1 12484:1 12525:2 12591:1 12594:1 12614:2 12639:1 12711:1 12721:1 12768:1 12788:1 12818:1 12897:1 12999:1 13072:2 13226:1 13318:4 13362:1 13386:1 13405:7 13470:1 13491:1 13581:1 13582:1 13643:1 13707:3 13727:2 13747:1 13748:5 13751:1 13777:1 13781:1 13831:1 13853:1 13867:5 13883:9 13949:1 13974:1 14078:1 14082:1 14088:1 14226:2 14234:1 14252:1 14301:1 14310:1 14329:6 14336:1 14338:1 14382:1 14383:1 14418:2 14438:1 14452:1 14519:2 14556:1 14653:1 14710:1 14760:1 14767:1 14822:1 14853:1 14862:1 14921:1 14933:1 14957:1 14964:2 15022:1 15068:2 15134:1 15142:3 15164:1 15178:1 15199:1 15214:1 15219:1 15226:1 15260:1 15275:1 15281:1 15370:1 15440:1 15462:2 15507:1 15589:2 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15965:1 16020:1 16021:9 16044:1 16054:1 16061:1 16111:1 16260:2 16273:1 16296:2 16303:1 16308:1 16349:1 16395:1 16422:1 16449:1 16517:2 16519:1 16553:1 16567:1 16616:1 16651:1 16694:1 16731:1 16748:1 16758:1 16783:1 16810:1 16811:2 16818:1 16825:1 16835:1 16840:2 16866:2 16879:1 16885:1 17064:1 17119:1 17200:1 17238:1 17242:2 17246:1 17253:1 17257:1 17332:1 17346:2 17348:2 17360:1 17395:1 17465:2 17470:1 17474:6 17515:2 17534:1 17551:1 17579:1 17583:1 17586:2 17593:1 17644:1 17658:1 17668:1 17676:1 17717:1 17743:1 17773:1 17775:1 17791:1 17814:2 17896:1 18006:1 18140:1 18163:2 18206:1 18312:1 18354:5 18403:1 18430:1 18466:2 18468:1 18475:2 18557:1 18565:3 18573:1 18583:1 18595:1 18602:1 18624:4 18657:1 18699:1 18706:1 18779:1 18829:1 18862:1 18877:1 18888:1 18891:1 18931:1 18956:1 19049:2 19081:2 19085:2 19097:1 19144:1 19168:1 19262:700 19265:1 19282:3 19383:1 19400:1 19406:2 19482:2 19487:1 19492:2 19498:1 19525:1 19567:1 19586:1 19663:1 19707:1 19759:1 19777:1 19813:1 19819:1 19829:1 19862:1 19886:1 19938:2 19953:1 19975:1 20020:1 20069:1 20091:1 20125:5 20131:1 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20405:1 20420:2 20429:1 20461:1 20462:1 20464:1 20477:1 20534:1 20545:1 20658:1 20674:1 20683:1 20741:1 20742:1 20749:1 20758:1 20760:2 20776:1 20779:2 20813:1 20821:1 20837:4 20872:1 20976:1 21022:1 21096:1 21101:1 21103:1 21115:2 21175:1 21216:1 21237:1 21318:1 21321:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21452:1 21464:1 21513:2 21568:6 21576:2 21597:3 21643:1 21651:1 21654:1 21708:1 21778:1 21808:2 21845:1 21847:1 21857:2 21929:1 21937:1 21942:1 21960:2 21979:1 22036:1 22048:1 22084:1 22102:1 22140:1 22144:1 22190:1 22251:1 22307:1 22308:1 22373:1 22382:1 22383:2 22384:2 22389:1 22480:1 22498:1 22560:1 22570:1 22572:1 22579:1 22688:1 22703:1 22713:1 22732:1 22766:1 22794:1 22797:1 22803:1 22888:1 22939:1 22951:1 23002:2 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23161:1 23193:2 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:1 23275:1 23276:1 23278:1 23298:1 23305:2 23315:1 23323:2 23363:1 23375:1 23454:1 23499:1 23518:1 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23748:1 23785:1 23790:1 23830:1 23854:2 23865:2 23874:1 23888:1 23896:1 23907:1 23919:1 23961:1 23965:1 23977:1 24019:1 24023:1 24086:1 24110:1 24212:2 24335:2 24431:5 24552:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:3 24655:1 24661:1 24662:1 24699:1 24846:1 24847:1 24848:1 24851:1 24854:1 24899:1 24907:1 24909:1 24914:2 24925:1 24926:1 24937:1 24946:1 24956:3 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25190:1 25213:1 25292:1 25300:1 25347:1 25402:5 25414:1 25415:1 25437:1 25462:1 25463:1 25627:1 25631:3 25664:1 25673:1 25680:2 25711:1 25729:1 25827:1 25858:1 25862:1 25938:1 25940:1 25999:1 26093:1 26130:1 26156:1 26345:1 26356:1 26427:1 26431:1 26445:1 26454:1 26477:2 26498:1 26501:1 26523:1 26534:1 26569:2 26580:1 26594:1 26644:2 26665:2 26718:1 26757:1 26825:1 26858:1 26902:1 26944:1 26972:1 26985:1 26991:1 27006:1 27016:1 27067:1 27220:1 27260:1 27369:1 27414:1 27567:1 27629:1 27651:3 27715:1 27742:1 27797:3 27818:1 27848:1 27862:1 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28025:1 28097:1 28099:1 28132:1 28196:1 28199:5 28224:1 28247:1 28316:1 28386:3 28427:1 28458:3 28473:1 28557:1 28571:1 28589:1 28596:1 28617:5 28618:1 28662:1 28677:1 28767:1 28768:1 28790:3 28827:3 28861:1 28872:1 28898:1 28902:1 28935:1 29000:1 29048:1 29091:1 29093:1 29165:1 29169:1 29280:1 29291:1 29297:7 29322:1 29356:1 29374:1 29383:1 29454:1 29500:1 29510:1 29516:1 29753:1 29764:1 29779:1 29790:1 29797:1 29833:1 29847:1 29851:1 29854:1 29857:1 29870:1 29883:1 29903:1 29905:1 29914:1
20 19:1 31:1 65:1 72:1 88:1 104:1 117:1 277:1 278:1 308:3 354:1 377:1 419:1 492:1 518:1 534:1 575:1 593:1 660:1 669:1 912:1 966:1 998:1 1010:2 1030:1 1035:1 1036:1 1059:1 1103:2 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1587:1 1614:3 1635:1 1639:1 1645:1 1649:1 1659:2 1687:3 1709:1 1729:1 1761:7 1824:1 1881:1 1917:4 1921:1 2005:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:3 2220:1 2221:3 2231:1 2293:2 2321:1 2336:1 2358:1 2360:5 2361:1 2372:1 2373:1 2379:1 2393:1 2425:1 2426:3 2444:1 2446:1 2452:2 2459:1 2461:1 2464:2 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2792:1 2863:1 2893:1 2911:1 2914:1 2990:1 3047:1 3070:1 3080:5 3081:1 3086:1 3100:2 3119:1 3131:4 3224:1 3234:2 3292:3 3391:1 3420:1 3437:1 3446:1 3491:2 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3764:1 3802:1 3836:1 3849:1 3907:1 3961:1 3963:1 3986:1 3989:3 4062:1 4100:1 4102:1 4137:1 4145:1 4148:1 4179:1 4191:1 4235:1 4283:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4555:1 4576:1 4610:1 4649:1 4744:1 4753:1 4762:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4977:1 4999:4 5092:3 5101:1 5115:2 5116:1 5137:1 5138:2 5141:1 5144:1 5161:1 5242:1 5249:1 5279:1 5330:1 5375:2 5378:1 5428:2 5490:2 5541:1 5562:1 5585:1 5666:2 5688:2 5711:1 5720:1 5731:1 5739:1 5746:2 5767:1 5844:1 5910:1 5944:1 5945:1 6069:1 6070:1 6109:1 6158:1 6202:2 6209:1 6225:1 6252:1 6292:1 6359:1 6367:2 6375:1 6467:1 6518:1 6548:1 6568:2 6584:1 6596:1 6600:1 6601:2 6602:1 6667:1 6672:1 6756:1 6937:1 6958:1 6961:1 6962:1 7014:1 7015:1 7022:2 7027:1 7049:1 7054:1 7136:1 7196:1 7237:1 7257:1 7270:1 7327:1 7415:4 7417:1 7426:1 7440:1 7445:1 7509:1 7531:1 7534:1 7535:1 7603:1 7645:1 7671:1 7721:2 7736:3 7764:1 7828:1 7857:1 7898:1 7943:1 7981:1 7992:3 8006:1 8058:12 8082:2 8083:4 8092:1 8144:1 8150:1 8200:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8499:1 8525:7 8591:7 8632:1 8651:1 8768:1 8790:2 8825:3 8844:1 8958:1 8962:2 8964:1 8968:1 9123:1 9156:1 9234:1 9257:1 9266:1 9303:1 9314:1 9324:1 9342:1 9366:1 9393:1 9445:2 9453:5 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:1 9714:1 9730:1 9732:1 9736:1 9865:1 9928:1 9948:2 9979:2 9987:1 10091:3 10093:1 10096:5 10110:3 10163:1 10189:1 10204:1 10221:1 10234:1 10267:1 10270:1 10339:1 10365:1 10416:1 10422:1 10454:1 10468:1 10618:1 10619:1 10629:1 10763:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:2 11088:1 11096:1 11103:1 11106:1 11110:1 11114:1 11127:1 11128:1 11194:2 11220:1 11224:2 11227:1 11286:1 11295:1 11320:2 11401:1 11427:2 11429:1 11553:1 11561:1 11564:1 11582:1 11626:5 11670:1 11707:1 11744:1 11757:2 11893:1 11959:5 12036:1 12038:2 12117:1 12157:3 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12283:3 12298:3 12347:1 12374:1 12376:9 12450:1 12484:1 12525:2 12591:1 12594:1 12614:2 12639:1 12711:1 12721:1 12768:1 12788:1 12818:1 12897:2 12999:1 13072:2 13226:1 13318:5 13362:1 13386:1 13405:8 13470:1 13491:1 13581:1 13582:1 13643:1 13707:3 13727:2 13747:1 13748:6 13751:1 13777:1 13781:1 13831:1 13853:1 13867:6 13883:10 13949:1 13974:1 14078:1 14082:1 14088:1 14226:2 14234:1 14252:1 14266:1 14301:1 14310:1 14329:7 14336:1 14338:1 14382:2 14383:1 14418:2 14438:1 14452:1 14519:2 14556:1 14653:1 14710:1 14760:2 14767:1 14785:1 14822:1 14853:1 14862:1 14921:1 14933:1 14957:1 14964:2 15022:1 15068:3 15134:1 15142:3 15164:1 15178:1 15199:1 15214:1 15219:1 15226:1 15260:1 15275:1 15281:1 15355:1 15370:1 15440:1 15462:2 15507:1 15589:2 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15965:1 16020:1 16021:10 16044:1 16054:1 16061:1 16111:1 16260:2 16273:1 16296:2 16303:1 16308:1 16347:1 16349:1 16395:1 16422:1 16449:1 16517:2 16519:1 16553:1 16567:1 16616:1 16651:1 16677:1 16694:1 16731:1 16748:1 16758:1 16783:1 16810:1 16811:2 16818:1 16825:1 16835:1 16840:2 16866:2 16879:1 16885:1 17064:1 17119:1 17200:1 17238:1 17242:2 17246:1 17253:1 17257:1 17332:1 17346:2 17348:2 17360:1 17395:1 17465:2 17470:1 17474:7 17515:2 17534:1 17551:1 17579:1 17583:1 17586:2 17593:1 17644:1 17658:1 17668:1 17676:1 17717:1 17743:1 17773:1 17775:1 17791:1 17814:2 17896:1 18006:1 18140:1 18163:2 18206:1 18312:1 18354:5 18403:1 18430:1 18466:2 18468:1 18475:2 18557:1 18565:3 18573:1 18583:1 18595:1 18602:1 18624:5 18657:1 18699:1 18706:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:1 18931:1 18956:1 19049:2 19051:1 19081:2 19085:2 19097:1 19144:1 19168:1 19262:767 19265:1 19282:3 19383:1 19400:1 19406:2 19482:3 19487:1 19492:3 19498:1 19525:1 19567:1 19586:1 19663:1 19707:1 19759:1 19777:1 19813:1 19819:1 19829:1 19862:1 19886:1 19938:2 19953:1 19975:2 20020:1 20069:1 20091:1 20125:6 20131:1 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20405:1 20420:2 20429:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20545:1 20658:1 20674:1 20683:1 20741:1 20742:1 20749:1 20755:1 20758:1 20760:2 20776:1 20779:2 20813:1 20821:1 20837:4 20872:1 20976:1 21022:1 21096:1 21101:1 21103:1 21115:2 21175:1 21216:1 21237:1 21318:1 21321:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21452:1 21464:1 21503:1 21513:2 21568:7 21576:2 21597:3 21643:1 21651:1 21654:1 21708:1 21778:1 21808:2 21845:1 21847:1 21857:2 21929:1 21937:1 21942:1 21960:2 21979:1 22036:1 22048:1 22084:1 22102:1 22140:1 22144:1 22190:1 22251:1 22307:1 22308:1 22373:1 22382:1 22383:2 22384:2 22389:1 22409:1 22480:1 22498:1 22560:1 22570:1 22572:1 22579:1 22688:1 22703:1 22713:1 22732:1 22766:1 22794:1 22797:1 22803:2 22888:1 22939:1 22951:2 23002:2 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23161:1 23193:2 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:1 23275:1 23276:1 23278:1 23298:1 23305:2 23315:1 23323:3 23363:1 23366:1 23370:1 23375:1 23454:1 23499:1 23518:1 23561:1 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23748:1 23785:1 23790:1 23830:1 23854:3 23865:2 23874:1 23888:1 23896:1 23907:1 23919:1 23961:1 23965:1 23977:1 24019:1 24023:1 24086:1 24110:1 24212:2 24335:3 24431:6 24552:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:3 24655:1 24661:1 24662:1 24699:1 24846:1 24847:1 24848:1 24851:1 24854:1 24899:1 24907:1 24909:1 24914:2 24925:1 24926:1 24937:1 24946:1 24956:3 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25106:1 25186:1 25190:1 25213:1 25292:1 25300:1 25347:1 25402:5 25414:1 25415:1 25437:1 25462:1 25463:1 25627:1 25631:3 25659:1 25664:1 25673:1 25680:2 25711:1 25729:1 25827:1 25858:1 25862:1 25938:1 25940:1 25999:1 26093:1 26130:1 26156:1 26238:1 26249:1 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26498:1 26501:1 26523:1 26534:1 26569:3 26580:1 26594:1 26644:2 26665:2 26718:1 26757:1 26825:1 26858:1 26902:1 26944:1 26972:1 26985:1 26991:1 27006:1 27016:1 27067:1 27220:1 27260:1 27369:1 27414:1 27567:1 27629:1 27651:3 27715:1 27742:1 27797:3 27818:1 27848:1 27862:1 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28025:1 28097:2 28099:1 28132:1 28196:1 28199:5 28224:1 28247:1 28316:1 28386:3 28398:1 28427:1 28458:3 28473:1 28557:1 28571:1 28589:1 28596:1 28617:6 28618:1 28662:1 28677:1 28748:1 28767:1 28768:1 28790:3 28827:3 28861:1 28872:1 28898:2 28902:1 28935:1 29000:1 29048:1 29091:1 29093:1 29165:1 29169:1 29280:1 29291:1 29297:8 29322:1 29356:1 29374:1 29383:1 29454:1 29500:1 29510:1 29516:1 29664:1 29686:1 29753:1 29764:1 29779:1 29790:1 29797:1 29833:1 29847:1 29851:1 29854:1 29857:1 29870:1 29883:1 29903:1 29905:1 29914:1
20 19:1 28:1 31:1 65:1 72:1 88:1 104:1 117:1 189:1 277:1 278:1 308:3 354:1 377:1 419:1 489:1 492:1 518:1 534:1 575:1 593:1 660:1 669:1 912:1 966:1 998:1 1010:2 1030:1 1035:1 1036:1 1040:2 1059:1 1103:2 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1587:1 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:2 1687:4 1709:1 1729:1 1736:1 1747:1 1761:8 1824:1 1881:1 1917:4 1921:1 2005:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:3 2220:1 2221:3 2231:1 2293:3 2321:1 2336:1 2358:1 2360:6 2361:1 2372:1 2373:1 2379:1 2393:1 2425:1 2426:3 2444:1 2446:1 2452:2 2459:1 2461:1 2464:2 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2792:1 2827:1 2863:1 2893:1 2911:1 2914:1 2990:1 3047:1 3070:3 3080:5 3081:2 3086:1 3100:2 3119:1 3131:5 3224:1 3234:2 3292:3 3391:1 3420:1 3437:1 3446:1 3491:2 3519:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3764:1 3802:1 3836:1 3849:1 3907:1 3961:1 3963:1 3986:1 3989:3 4044:1 4062:1 4100:1 4102:1 4137:1 4145:1 4148:1 4179:1 4191:1 4235:1 4283:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4555:1 4576:1 4610:1 4649:1 4744:1 4753:1 4762:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4977:1 4999:4 5092:3 5101:2 5115:2 5116:1 5137:1 5138:2 5141:1 5144:2 5161:1 5242:1 5249:1 5279:1 5330:1 5375:2 5378:1 5428:2 5451:1 5490:2 5541:1 5562:2 5585:1 5666:2 5688:2 5711:1 5720:1 5731:1 5739:1 5746:2 5767:1 5844:1 5910:1 5913:1 5944:1 5945:1 6069:1 6070:1 6109:1 6158:1 6202:2 6209:1 6225:1 6252:1 6292:1 6359:1 6367:2 6375:1 6467:1 6518:1 6548:1 6568:2 6584:1 6596:1 6600:1 6601:2 6602:2 6667:1 6672:1 6756:1 6800:1 6937:1 6958:1 6961:1 6962:1 7014:1 7015:1 7022:2 7027:1 7049:1 7054:1 7136:1 7196:1 7237:1 7252:1 7257:1 7270:1 7327:1 7415:4 7417:1 7426:1 7440:1 7445:1 7509:1 7531:1 7534:1 7535:1 7603:1 7645:1 7671:1 7721:2 7736:3 7764:1 7828:1 7857:1 7898:1 7943:1 7981:1 7992:3 8006:1 8010:1 8058:12 8082:4 8083:5 8092:1 8144:1 8150:1 8200:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8499:1 8525:8 8591:9 8632:1 8651:1 8768:1 8790:2 8825:3 8844:1 8958:1 8962:2 8964:1 8968:1 9123:1 9156:1 9234:1 9257:1 9266:1 9303:1 9314:1 9324:1 9342:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:5 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:1 9714:1 9730:1 9732:1 9736:1 9865:1 9928:1 9948:2 9979:2 9987:1 10091:3 10093:1 10096:5 10110:3 10163:1 10189:1 10204:1 10221:1 10234:1 10259:1 10267:1 10270:1 10339:1 10365:1 10416:1 10422:1 10454:1 10468:1 10584:1 10618:1 10619:1 10629:1 10763:1 10772:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:2 11088:1 11096:1 11103:1 11106:1 11110:1 11114:1 11116:1 11127:1 11128:1 11194:2 11220:1 11224:2 11227:1 11286:1 11295:1 11320:2 11401:1 11427:2 11429:1 11553:1 11561:1 11564:1 11582:1 11626:5 11670:1 11707:1 11744:1 11757:2 11893:1 11940:1 11959:5 12015:1 12036:1 12038:2 12117:1 12157:4 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12283:3 12298:3 12347:1 12374:1 12376:10 12450:1 12484:1 12525:2 12591:1 12594:1 12614:2 12639:1 12711:1 12721:1 12768:1 12788:1 12818:1 12897:2 12999:1 13072:2 13186:1 13226:1 13318:6 13362:1 13386:1 13405:10 13470:1 13491:2 13581:1 13582:1 13643:1 13707:4 13727:2 13747:1 13748:7 13751:1 13777:1 13781:1 13831:1 13853:1 13866:1 13867:7 13883:12 13949:1 13974:1 14078:1 14082:1 14088:1 14226:2 14234:1 14252:1 14266:1 14301:1 14310:1 14329:8 14336:1 14338:1 14382:2 14383:1 14418:2 14438:1 14452:1 14519:2 14556:2 14597:1 14653:1 14682:1 14710:1 14760:2 14767:1 14785:1 14822:1 14830:1 14853:1 14862:1 14921:1 14933:1 14957:1 14964:2 15022:1 15068:3 15134:1 15142:3 15164:1 15178:1 15199:1 15214:1 15219:1 15226:1 15260:1 15275:1 15281:1 15355:1 15370:1 15440:1 15462:2 15507:1 15589:2 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15965:1 16020:1 16021:11 16044:1 16054:1 16061:1 16111:1 16260:2 16273:1 16296:2 16303:1 16308:1 16347:1 16349:1 16395:1 16422:1 16449:1 16517:2 16519:1 16553:1 16567:1 16616:1 16651:1 16677:1 16694:1 16731:1 16742:1 16748:1 16758:1 16783:1 16810:1 16811:2 16818:1 16823:1 16825:1 16829:1 16835:1 16840:2 16866:2 16879:1 16885:1 17064:1 17119:1 17200:1 17238:1 17242:2 17246:1 17253:1 17257:1 17324:1 17332:1 17346:2 17348:3 17360:1 17395:1 17447:1 17465:2 17470:1 17474:8 17515:2 17534:1 17551:1 17579:1 17583:1 17586:2 17593:1 17644:1 17658:1 17668:1 17676:1 17703:1 17717:1 17743:1 17773:1 17775:1 17791:1 17814:2 17896:1 18006:1 18140:1 18163:2 18183:1 18206:1 18312:1 18354:5 18403:2 18430:1 18466:2 18468:1 18475:2 18557:1 18565:3 18573:1 18583:1 18595:1 18602:1 18624:6 18657:1 18699:1 18706:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:1 18931:1 18956:1 19049:2 19051:1 19081:3 19085:2 19097:1 19144:1 19168:1 19262:861 19265:2 19282:3 19311:1 19360:1 19383:1 19400:1 19406:2 19414:1 19472:1 19482:3 19487:1 19492:3 19496:1 19498:1 19525:1 19567:1 19586:1 19663:1 19707:2 19759:1 19777:1 19813:1 19819:1 19829:1 19862:1 19886:1 19938:2 19953:2 19975:2 19995:1 20020:1 20069:1 20091:1 20125:7 20131:1 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20400:1 20405:1 20420:2 20421:1 20429:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20545:1 20658:1 20674:1 20683:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:2 20813:1 20821:1 20837:5 20872:1 20976:1 21002:1 21022:1 21052:1 21096:1 21101:1 21103:1 21115:2 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21341:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21452:1 21464:1 21503:1 21513:2 21519:1 21568:8 21576:2 21597:4 21635:1 21643:1 21651:1 21654:1 21708:1 21778:1 21808:2 21845:1 21847:2 21857:2 21929:1 21937:1 21942:1 21960:2 21979:1 22036:1 22048:1 22084:1 22102:1 22140:1 22142:1 22144:2 22190:1 22251:1 22307:1 22308:1 22373:1 22382:2 22383:3 22384:2 22389:1 22396:1 22409:1 22480:1 22498:1 22560:1 22570:1 22572:1 22579:1 22688:1 22703:1 22713:1 22732:1 22766:1 22794:1 22797:1 22803:2 22888:1 22939:1 22951:2 23002:2 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23161:1 23193:2 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:1 23275:1 23276:1 23278:1 23298:1 23305:2 23315:1 23323:3 23363:1 23366:1 23370:1 23375:1 23382:1 23454:1 23499:1 23518:1 23561:1 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23748:1 23785:1 23790:1 23804:1 23830:1 23854:3 23865:2 23874:1 23888:1 23896:1 23907:1 23919:1 23961:1 23965:1 23977:1 24019:1 24023:1 24049:1 24086:2 24110:1 24212:2 24335:3 24431:7 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:4 24655:1 24661:1 24662:1 24699:1 24846:1 24847:1 24848:1 24851:1 24854:1 24899:1 24907:1 24909:1 24914:2 24925:1 24926:1 24937:1 24946:1 24956:3 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25106:1 25186:1 25190:1 25213:1 25292:1 25300:1 25347:1 25402:5 25414:1 25415:1 25437:1 25462:1 25463:1 25627:1 25631:4 25659:1 25664:1 25673:1 25680:2 25711:1 25729:1 25827:1 25858:1 25862:1 25884:1 25938:1 25940:1 25999:1 26093:1 26130:1 26156:1 26158:1 26238:1 26249:1 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26498:1 26501:2 26523:1 26534:1 26564:1 26569:3 26580:1 26594:1 26644:3 26665:2 26718:1 26733:1 26757:1 26805:1 26825:1 26858:1 26902:1 26944:1 26972:1 26985:1 26991:1 26997:1 27006:1 27016:1 27067:1 27217:1 27220:1 27260:1 27369:1 27414:1 27475:1 27548:1 27567:1 27629:1 27651:3 27715:1 27742:1 27797:3 27818:1 27848:1 27862:1 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28025:1 28097:2 28099:1 28132:1 28196:1 28199:5 28224:1 28247:1 28316:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28557:1 28571:1 28589:1 28596:1 28617:6 28618:1 28622:1 28662:1 28677:1 28704:1 28748:1 28767:1 28768:1 28790:3 28827:3 28861:1 28872:1 28898:2 28902:1 28935:1 29000:1 29048:1 29091:2 29093:1 29165:1 29169:1 29280:2 29291:1 29297:9 29322:1 29356:1 29374:1 29383:1 29454:1 29500:1 29510:1 29516:1 29664:1 29686:1 29753:1 29764:1 29779:1 29781:1 29790:1 29797:1 29833:1 29847:1 29851:1 29854:1 29857:1 29870:1 29883:1 29903:1 29905:1 29914:1
20 19:1 28:1 31:1 65:1 72:1 88:1 104:1 117:1 189:1 277:1 278:1 308:3 354:1 377:1 419:1 489:1 492:1 518:1 534:1 575:1 593:1 660:1 669:1 912:1 966:1 998:1 1010:2 1030:1 1035:1 1036:1 1040:2 1059:1 1103:3 1171:1 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1587:1 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:2 1687:5 1709:1 1729:1 1736:1 1747:1 1761:9 1824:1 1881:1 1917:4 1921:1 1972:1 1978:2 2005:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:3 2220:1 2221:3 2231:1 2293:3 2321:1 2336:1 2358:1 2360:7 2361:1 2372:1 2373:1 2379:1 2393:1 2425:1 2426:3 2442:1 2444:1 2446:1 2452:2 2459:1 2461:1 2464:2 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2792:1 2808:1 2827:1 2863:1 2893:1 2911:1 2914:1 2990:1 3047:1 3070:3 3080:5 3081:2 3086:1 3100:2 3119:1 3131:5 3224:1 3234:2 3292:3 3391:1 3420:1 3437:1 3446:1 3491:2 3519:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3764:1 3802:1 3836:1 3849:1 3907:1 3961:1 3963:1 3986:1 3989:3 4044:1 4062:1 4067:1 4100:1 4102:1 4137:1 4145:1 4148:1 4179:1 4191:1 4235:1 4283:1 4327:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:1 4555:1 4576:1 4610:1 4649:1 4744:1 4753:1 4762:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4977:1 4999:4 5092:3 5101:3 5115:2 5116:1 5137:1 5138:2 5141:1 5144:2 5161:1 5242:1 5249:1 5279:1 5330:1 5375:2 5378:1 5428:2 5451:1 5490:2 5541:1 5562:2 5585:1 5666:2 5688:2 5711:1 5720:1 5731:1 5739:1 5746:2 5767:1 5844:1 5910:1 5913:1 5944:1 5945:1 6069:1 6070:1 6109:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6292:1 6359:1 6367:2 6375:1 6467:1 6518:1 6548:1 6568:3 6584:1 6596:1 6600:1 6601:2 6602:3 6667:1 6672:1 6756:1 6800:1 6937:1 6958:1 6961:1 6962:1 7014:1 7015:1 7022:2 7027:1 7049:1 7054:1 7136:1 7196:1 7237:1 7252:1 7257:1 7270:1 7327:1 7415:4 7417:1 7426:1 7440:1 7445:1 7509:1 7531:1 7534:1 7535:1 7603:1 7645:1 7671:1 7721:2 7736:3 7764:1 7828:1 7837:1 7857:1 7897:1 7898:1 7943:1 7981:1 7992:4 8006:1 8010:1 8058:13 8082:4 8083:5 8092:1 8144:1 8150:1 8200:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8499:1 8525:9 8591:9 8632:1 8651:1 8768:1 8790:2 8825:3 8844:1 8958:1 8962:2 8964:1 8968:1 9123:1 9156:1 9234:1 9257:1 9266:2 9303:1 9314:1 9324:2 9342:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:5 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:1 9714:1 9730:1 9732:1 9736:1 9865:1 9928:1 9948:2 9979:2 9987:1 10091:3 10093:1 10096:5 10110:3 10163:1 10174:1 10189:1 10204:1 10221:1 10234:1 10259:1 10267:1 10270:1 10339:1 10359:2 10365:2 10416:1 10422:1 10454:1 10468:1 10584:1 10618:1 10619:1 10629:1 10763:1 10772:1 10773:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:2 11088:1 11096:1 11098:1 11103:1 11106:1 11110:1 11114:1 11116:1 11127:1 11128:1 11194:2 11220:1 11224:2 11227:2 11286:1 11295:1 11320:2 11401:1 11427:2 11429:1 11553:1 11561:1 11564:1 11582:1 11626:5 11670:1 11707:1 11744:1 11757:2 11818:1 11893:1 11940:1 11959:5 12015:1 12036:1 12038:2 12117:1 12157:4 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12281:1 12283:3 12298:3 12347:1 12374:1 12376:11 12450:1 12484:1 12525:2 12591:1 12594:1 12614:2 12639:1 12711:1 12720:1 12721:1 12768:1 12788:1 12818:1 12897:2 12999:1 13072:2 13186:1 13226:1 13318:6 13362:1 13386:1 13405:11 13470:1 13491:2 13581:1 13582:1 13643:1 13707:4 13727:2 13747:1 13748:8 13751:1 13777:1 13781:1 13831:1 13853:1 13866:1 13867:8 13883:13 13949:1 13974:1 14078:1 14082:1 14088:1 14226:2 14234:1 14252:1 14266:1 14301:1 14310:1 14329:9 14336:1 14338:1 14382:2 14383:1 14418:2 14438:1 14439:1 14452:1 14519:2 14556:2 14597:1 14653:1 14682:1 14710:1 14760:2 14767:1 14785:1 14822:1 14830:1 14853:1 14862:1 14904:1 14921:1 14933:1 14957:1 14964:2 15022:1 15068:3 15134:1 15142:3 15164:1 15178:1 15199:1 15214:1 15219:1 15226:1 15260:1 15275:1 15281:1 15298:1 15355:1 15370:1 15424:1 15440:1 15462:2 15507:1 15589:3 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15965:1 16020:1 16021:12 16044:1 16054:1 16061:1 16111:1 16260:2 16266:1 16273:1 16288:1 16292:1 16296:2 16303:1 16308:1 16347:1 16349:1 16395:1 16422:1 16449:1 16517:2 16519:1 16553:1 16567:1 16616:1 16649:1 16651:2 16677:1 16694:1 16731:1 16742:1 16748:1 16758:1 16783:1 16810:1 16811:2 16818:1 16823:1 16825:1 16829:1 16835:1 16840:2 16854:1 16866:3 16879:1 16885:1 17064:1 17119:1 17200:1 17238:1 17242:2 17246:1 17253:1 17257:1 17324:1 17332:1 17346:2 17348:3 17360:1 17395:1 17447:1 17465:2 17470:1 17474:9 17477:1 17515:2 17517:1 17525:2 17534:1 17551:1 17579:1 17583:1 17586:2 17593:1 17644:1 17658:1 17668:1 17676:1 17681:1 17703:1 17717:1 17743:1 17773:1 17775:1 17791:1 17814:2 17896:1 17967:1 18006:1 18140:1 18163:2 18183:1 18206:1 18213:1 18312:1 18354:5 18403:2 18430:1 18466:2 18468:1 18475:2 18513:1 18557:1 18565:3 18573:1 18583:1 18595:1 18602:1 18624:7 18657:1 18699:1 18706:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:1 18931:1 18956:1 19049:2 19051:1 19081:3 19085:2 19097:1 19144:1 19168:1 19262:915 19265:2 19282:3 19311:1 19360:1 19383:1 19400:1 19406:2 19414:1 19472:1 19482:3 19487:1 19492:3 19496:1 19498:1 19525:1 19567:1 19586:1 19663:1 19707:2 19759:1 19777:1 19813:2 19819:1 19829:1 19862:1 19886:1 19938:2 19953:2 19975:2 19995:1 20020:1 20069:1 20091:1 20125:8 20131:1 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20400:1 20405:1 20420:2 20421:1 20429:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20545:1 20658:1 20674:1 20683:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20813:1 20821:1 20837:5 20872:1 20976:1 21002:1 21022:1 21052:1 21096:1 21101:1 21103:1 21115:2 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21341:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21452:1 21464:1 21503:1 21513:2 21519:1 21568:9 21576:2 21597:4 21635:1 21643:1 21651:1 21654:1 21708:1 21778:1 21808:2 21845:1 21847:3 21857:2 21929:1 21937:1 21942:1 21960:2 21979:1 22036:1 22048:1 22084:1 22102:1 22140:2 22142:1 22144:2 22190:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:2 22383:3 22384:2 22389:1 22396:1 22409:1 22480:1 22498:1 22560:1 22570:1 22572:2 22579:1 22688:1 22703:1 22713:2 22732:1 22766:1 22794:1 22797:2 22803:2 22888:1 22939:1 22951:2 23002:2 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23161:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23275:1 23276:1 23278:1 23298:1 23305:2 23315:1 23323:3 23363:1 23366:2 23370:1 23375:1 23382:1 23454:1 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23748:1 23785:1 23790:1 23804:1 23830:1 23854:3 23865:2 23874:1 23888:1 23896:1 23907:1 23919:1 23961:1 23965:1 23977:1 24019:1 24023:1 24049:1 24086:3 24110:1 24212:2 24335:3 24431:8 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:5 24655:1 24661:1 24662:1 24699:1 24789:1 24846:1 24847:1 24848:1 24851:1 24853:1 24854:1 24899:1 24907:1 24909:1 24914:2 24925:1 24926:1 24937:1 24946:1 24956:3 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25106:1 25186:1 25190:1 25213:1 25227:2 25292:1 25300:1 25347:1 25402:5 25414:1 25415:1 25437:1 25462:1 25463:1 25627:1 25631:4 25659:1 25664:1 25673:1 25680:2 25711:1 25729:1 25827:1 25858:1 25862:1 25882:1 25884:1 25938:1 25940:1 25999:1 26093:1 26130:1 26156:1 26158:1 26169:1 26238:1 26249:1 26293:1 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26523:1 26534:1 26564:1 26569:3 26580:1 26594:1 26644:3 26665:2 26718:2 26733:1 26757:1 26805:1 26825:1 26837:1 26858:1 26902:1 26944:2 26972:1 26985:1 26991:1 26997:1 27006:1 27016:1 27067:1 27217:1 27220:1 27260:1 27369:1 27414:1 27475:1 27548:1 27567:1 27618:2 27629:1 27651:3 27715:1 27742:1 27797:3 27818:1 27848:1 27862:1 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28025:1 28097:2 28099:1 28132:1 28181:2 28196:1 28199:5 28224:1 28247:1 28316:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28557:1 28571:1 28589:1 28596:1 28617:6 28618:1 28622:1 28662:1 28677:1 28704:1 28748:2 28767:1 28768:1 28790:3 28827:3 28828:1 28861:1 28872:1 28898:2 28902:1 28935:1 29000:1 29048:1 29091:2 29093:2 29163:1 29165:1 29169:1 29280:2 29291:1 29297:10 29322:1 29356:1 29374:1 29383:1 29454:1 29500:1 29510:1 29516:1 29664:1 29686:1 29753:1 29764:1 29779:1 29781:1 29790:1 29797:1 29819:1 29833:1 29847:1 29851:1 29854:1 29857:1 29870:1 29883:1 29903:1 29905:1 29914:1
20 19:1 28:1 31:1 65:1 72:1 88:1 104:1 117:1 189:1 277:1 278:1 308:3 354:1 377:1 419:1 489:1 492:1 518:1 534:1 575:1 593:1 660:1 669:1 912:1 966:1 998:1 1010:2 1030:1 1035:1 1036:1 1040:2 1059:1 1103:3 1171:1 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1587:1 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:2 1687:6 1709:1 1729:1 1736:1 1747:1 1761:9 1824:1 1881:1 1917:4 1921:1 1972:1 1978:2 2005:1 2042:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:4 2220:1 2221:3 2231:1 2293:3 2321:1 2336:1 2358:1 2360:8 2361:1 2372:1 2373:1 2374:1 2379:1 2393:1 2425:1 2426:4 2442:1 2444:1 2446:1 2448:1 2452:2 2459:1 2461:1 2464:2 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2792:1 2808:1 2827:1 2863:1 2893:1 2911:1 2914:1 2990:1 3047:1 3070:3 3080:5 3081:2 3086:1 3100:2 3119:1 3131:6 3224:1 3234:2 3292:3 3391:1 3420:1 3437:1 3446:1 3491:2 3519:2 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3764:1 3802:1 3836:1 3849:1 3907:1 3908:1 3961:2 3963:1 3986:1 3989:3 4044:1 4062:1 4067:1 4100:1 4102:1 4137:1 4145:1 4148:1 4179:1 4191:1 4235:1 4283:1 4327:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:1 4555:1 4576:1 4610:1 4649:1 4699:1 4744:1 4753:1 4762:1 4770:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4977:1 4999:5 5062:1 5092:3 5101:3 5115:2 5116:1 5137:1 5138:2 5141:1 5144:2 5161:1 5242:1 5249:1 5279:1 5330:1 5375:2 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5562:2 5585:1 5666:2 5688:2 5711:1 5720:1 5731:1 5739:1 5746:2 5767:1 5844:1 5910:1 5913:1 5944:1 5945:1 6069:1 6070:1 6109:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6292:1 6359:1 6367:2 6375:1 6467:1 6518:1 6548:1 6568:3 6584:1 6596:1 6600:1 6601:2 6602:3 6667:1 6672:1 6756:1 6800:1 6937:1 6958:1 6961:1 6962:2 7007:1 7014:1 7015:1 7022:2 7027:1 7049:1 7054:1 7136:1 7196:1 7237:1 7252:1 7257:1 7270:1 7327:1 7415:4 7417:1 7426:1 7440:1 7445:1 7509:1 7531:1 7534:1 7535:1 7603:1 7615:1 7645:1 7671:1 7721:3 7736:3 7764:1 7828:1 7837:1 7857:1 7897:1 7898:1 7943:1 7981:1 7992:4 8006:1 8010:1 8058:14 8082:4 8083:6 8084:1 8092:1 8119:1 8144:1 8150:1 8200:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8499:1 8525:9 8591:10 8632:1 8651:1 8768:1 8790:2 8825:3 8844:1 8958:1 8962:2 8964:1 8968:1 9123:1 9156:1 9234:1 9257:1 9266:2 9303:1 9314:1 9324:2 9342:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:5 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:1 9714:1 9730:1 9732:1 9736:1 9833:1 9865:1 9928:1 9948:2 9979:2 9987:1 10088:1 10091:3 10093:1 10096:5 10110:3 10163:1 10174:1 10189:1 10204:1 10221:1 10234:1 10259:1 10267:1 10270:1 10339:1 10359:2 10365:2 10399:1 10416:1 10422:1 10442:1 10454:1 10468:1 10584:1 10618:1 10619:1 10629:1 10763:1 10772:1 10773:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:2 11088:1 11096:1 11098:1 11103:1 11106:1 11110:1 11114:1 11116:1 11127:1 11128:1 11194:2 11220:1 11224:3 11227:2 11286:1 11295:1 11320:3 11401:1 11427:2 11429:1 11553:1 11561:1 11564:1 11582:1 11626:5 11670:1 11707:1 11744:1 11757:3 11818:1 11893:1 11940:1 11959:5 12015:1 12036:1 12038:2 12117:1 12157:4 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12281:1 12283:3 12298:3 12347:1 12374:1 12376:11 12450:1 12484:1 12525:2 12591:1 12594:1 12614:2 12639:1 12652:1 12711:1 12720:1 12721:1 12768:1 12788:1 12796:1 12818:1 12897:2 12925:1 12999:1 13072:2 13186:2 13226:1 13318:6 13347:1 13362:1 13386:1 13405:11 13432:1 13470:1 13491:2 13581:1 13582:1 13643:1 13707:4 13723:1 13727:2 13747:1 13748:8 13751:1 13777:1 13781:1 13831:1 13853:1 13866:1 13867:8 13883:14 13949:1 13974:1 14078:1 14082:1 14088:1 14226:2 14234:1 14252:1 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14418:2 14438:1 14439:1 14452:1 14519:2 14556:2 14597:1 14651:1 14653:1 14682:1 14710:1 14760:2 14767:1 14785:1 14822:1 14830:1 14853:1 14862:1 14904:1 14911:1 14921:1 14933:1 14957:1 14964:2 15022:1 15068:3 15084:1 15134:1 15142:3 15164:1 15178:1 15199:1 15214:1 15219:1 15226:1 15260:1 15275:1 15281:1 15298:1 15355:1 15370:1 15424:1 15440:1 15462:2 15507:1 15589:3 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15965:1 16020:1 16021:14 16044:1 16051:1 16054:1 16061:1 16111:1 16260:2 16266:1 16273:1 16288:1 16292:1 16296:2 16303:1 16308:1 16347:2 16349:1 16395:1 16422:1 16449:1 16517:2 16519:1 16553:1 16567:1 16616:1 16649:1 16651:2 16677:1 16694:2 16731:1 16742:1 16748:1 16758:1 16783:1 16810:1 16811:2 16818:2 16823:1 16825:1 16829:1 16835:1 16840:2 16854:1 16866:3 16879:1 16885:1 17064:1 17119:1 17200:1 17238:1 17242:2 17246:1 17253:1 17257:1 17324:1 17332:1 17346:2 17348:3 17360:1 17395:2 17447:1 17465:2 17470:1 17474:9 17477:1 17515:2 17517:1 17525:2 17534:1 17551:1 17579:1 17583:1 17586:2 17593:1 17644:1 17658:1 17666:1 17668:1 17676:1 17681:1 17703:1 17717:1 17718:1 17743:1 17773:1 17775:1 17791:1 17814:2 17896:1 17967:1 18006:1 18140:1 18163:2 18183:1 18206:1 18213:1 18312:1 18354:5 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18513:1 18557:1 18565:3 18573:1 18583:1 18595:1 18602:1 18624:8 18657:1 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:1 18931:1 18933:1 18956:1 19049:2 19051:1 19081:3 19085:2 19097:1 19144:1 19168:1 19262:1057 19265:2 19282:3 19311:1 19360:1 19383:1 19400:1 19406:2 19414:1 19472:1 19482:3 19487:1 19492:3 19496:1 19498:1 19525:1 19545:1 19567:1 19586:1 19663:1 19707:2 19759:1 19777:1 19813:2 19819:1 19829:1 19862:1 19886:1 19938:2 19953:2 19975:2 19995:1 20020:1 20069:1 20091:1 20125:8 20131:1 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20400:1 20405:1 20420:2 20421:1 20429:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20545:1 20658:1 20674:1 20683:2 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20813:1 20821:1 20837:5 20872:1 20887:1 20976:1 21002:1 21022:1 21052:1 21096:1 21100:1 21101:1 21103:1 21115:2 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21341:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21452:1 21464:1 21503:1 21513:3 21519:1 21568:10 21576:2 21597:4 21635:1 21643:1 21646:1 21651:1 21654:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21929:1 21937:1 21942:2 21960:2 21979:1 22036:1 22048:1 22084:1 22102:2 22140:2 22142:1 22144:2 22190:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:2 22383:3 22384:2 22389:1 22396:1 22409:1 22480:1 22498:1 22560:1 22570:1 22572:2 22579:1 22688:1 22703:1 22713:2 22732:1 22766:1 22794:1 22797:2 22803:2 22853:1 22888:1 22890:1 22939:1 22951:2 23002:2 23004:1 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23161:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23275:1 23276:1 23278:1 23298:1 23305:3 23315:1 23323:3 23363:1 23366:2 23370:1 23375:1 23382:1 23454:1 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23748:1 23785:1 23790:1 23804:1 23830:1 23854:3 23865:2 23874:1 23888:1 23896:1 23907:1 23919:1 23961:1 23965:1 23977:1 24019:2 24023:1 24049:1 24086:3 24110:1 24212:2 24305:1 24335:3 24429:1 24431:8 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:6 24655:1 24661:1 24662:1 24699:1 24789:1 24846:1 24847:1 24848:1 24851:1 24853:1 24854:1 24899:1 24907:1 24909:1 24914:2 24925:1 24926:1 24937:1 24946:1 24956:3 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25106:1 25186:1 25190:1 25213:1 25227:2 25292:1 25300:1 25347:1 25402:5 25414:1 25415:1 25437:1 25462:1 25463:1 25627:1 25631:4 25659:1 25664:2 25673:1 25680:2 25711:1 25729:1 25827:1 25858:1 25862:1 25882:1 25884:1 25938:1 25940:1 25999:1 26093:1 26096:1 26130:1 26156:1 26158:1 26169:1 26238:1 26249:1 26293:1 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26523:1 26534:1 26564:1 26569:3 26580:1 26594:1 26644:3 26665:2 26718:2 26733:1 26757:1 26805:1 26825:1 26830:1 26837:1 26858:1 26902:1 26944:2 26972:1 26985:1 26991:1 26997:1 27006:1 27016:1 27067:1 27217:1 27220:1 27260:1 27369:1 27414:1 27475:1 27529:1 27548:1 27567:1 27618:2 27629:1 27651:4 27715:2 27718:1 27742:1 27797:4 27818:1 27848:1 27862:1 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28025:1 28097:2 28099:1 28132:1 28181:2 28196:1 28199:5 28224:1 28247:1 28316:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28557:1 28571:1 28589:1 28596:1 28617:6 28618:1 28622:1 28662:1 28677:1 28704:1 28748:2 28767:1 28768:1 28790:3 28827:3 28828:1 28861:1 28872:1 28898:2 28902:1 28935:1 29000:1 29048:1 29091:2 29093:2 29163:1 29165:1 29169:1 29280:2 29290:1 29291:1 29297:10 29322:1 29353:1 29356:1 29374:1 29383:1 29393:1 29454:1 29500:1 29510:1 29516:1 29664:1 29686:1 29753:1 29764:1 29779:1 29781:1 29790:1 29797:1 29819:1 29833:1 29847:1 29851:1 29854:1 29857:1 29867:1 29870:1 29883:1 29903:1 29905:1 29914:1
20 19:1 28:1 31:1 65:1 72:1 88:1 104:1 117:1 189:1 277:1 278:1 308:3 354:1 377:1 419:1 489:1 492:2 518:1 534:1 575:1 593:1 660:1 669:1 912:1 966:1 988:1 998:1 1010:2 1030:1 1035:1 1036:1 1040:2 1059:1 1103:3 1171:1 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1374:1 1434:1 1508:1 1523:1 1555:1 1587:1 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:2 1687:6 1709:1 1729:1 1736:1 1747:1 1761:9 1824:1 1856:1 1881:1 1917:4 1921:1 1922:1 1972:1 1978:2 2005:1 2042:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:4 2220:1 2221:3 2231:1 2293:3 2321:1 2336:1 2358:1 2360:8 2361:1 2372:1 2373:1 2374:1 2379:1 2393:1 2425:1 2426:4 2432:1 2442:1 2444:1 2446:2 2448:2 2452:2 2459:1 2461:1 2464:2 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2792:1 2808:1 2826:1 2827:1 2863:1 2893:1 2911:1 2914:2 2990:1 3047:1 3070:3 3080:5 3081:2 3086:1 3100:2 3119:1 3131:7 3224:1 3234:2 3292:3 3391:1 3420:1 3437:1 3446:1 3491:2 3519:2 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3764:1 3802:1 3805:1 3836:1 3849:1 3853:1 3863:1 3907:1 3908:2 3961:3 3963:1 3986:1 3989:3 4044:1 4062:1 4067:1 4100:1 4102:1 4137:1 4145:1 4148:1 4179:1 4191:1 4235:1 4283:1 4327:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:1 4555:1 4576:1 4610:1 4649:1 4699:1 4744:1 4753:1 4762:1 4770:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4952:1 4977:1 4999:5 5062:1 5092:3 5101:4 5115:2 5116:1 5137:1 5138:2 5141:1 5144:2 5161:1 5242:1 5249:1 5279:1 5330:1 5365:1 5375:2 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5562:2 5585:1 5666:2 5688:2 5711:1 5720:1 5725:1 5731:1 5739:1 5746:3 5767:1 5826:1 5844:1 5910:1 5913:1 5944:1 5945:1 6069:1 6070:1 6109:1 6117:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6292:1 6311:1 6359:1 6367:2 6375:1 6467:1 6518:1 6548:1 6568:3 6584:1 6588:1 6596:1 6600:1 6601:2 6602:3 6667:1 6672:1 6756:1 6800:1 6937:1 6953:1 6958:1 6961:1 6962:2 7007:1 7014:1 7015:1 7018:1 7022:2 7027:1 7049:1 7054:1 7103:1 7136:1 7196:1 7237:1 7252:1 7257:1 7270:1 7327:1 7415:4 7417:1 7426:1 7440:1 7445:1 7509:1 7531:1 7534:1 7535:1 7603:1 7615:1 7645:1 7652:1 7671:1 7721:3 7736:3 7764:1 7828:1 7837:1 7857:1 7897:1 7898:1 7943:1 7981:1 7992:4 8006:1 8010:1 8017:1 8058:15 8082:4 8083:6 8084:1 8092:1 8119:1 8144:1 8150:1 8200:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8499:1 8517:1 8525:9 8565:1 8591:11 8632:1 8651:1 8768:1 8790:2 8825:3 8844:1 8958:1 8962:2 8964:1 8968:1 9064:1 9123:1 9156:1 9234:1 9257:1 9266:2 9303:1 9314:1 9324:2 9342:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:5 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:1 9714:1 9730:1 9732:1 9736:1 9833:1 9865:1 9928:1 9948:2 9979:2 9987:1 10088:1 10091:3 10093:1 10096:5 10110:3 10163:1 10174:1 10176:1 10189:1 10204:1 10221:1 10234:1 10259:1 10267:1 10270:1 10339:1 10359:2 10365:2 10399:1 10416:1 10422:1 10442:2 10454:1 10468:1 10584:1 10618:1 10619:1 10629:1 10763:1 10772:1 10773:1 10918:1 10939:1 10996:1 11037:1 11050:2 11083:2 11088:1 11096:1 11098:1 11103:1 11106:1 11110:1 11114:1 11116:1 11127:1 11128:1 11194:2 11200:1 11220:1 11224:3 11227:3 11286:1 11295:1 11320:3 11385:1 11401:1 11427:2 11429:1 11475:1 11553:1 11561:1 11564:1 11582:1 11586:1 11626:5 11633:1 11670:1 11707:1 11744:1 11757:3 11818:1 11893:1 11940:1 11959:5 12015:1 12036:1 12038:2 12117:1 12157:4 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12234:1 12281:1 12283:3 12298:3 12347:1 12374:1 12376:11 12450:1 12484:1 12485:1 12525:2 12591:1 12594:1 12614:2 12639:1 12652:1 12711:1 12720:1 12721:1 12729:1 12730:1 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13072:2 13186:2 13226:1 13260:1 13318:6 13347:1 13362:1 13386:1 13405:11 13432:1 13470:1 13491:2 13526:1 13581:1 13582:1 13643:1 13707:4 13723:1 13727:2 13747:1 13748:8 13751:1 13777:1 13781:1 13831:1 13853:1 13866:1 13867:8 13883:14 13949:1 13974:1 14078:1 14082:1 14088:1 14223:1 14226:2 14234:1 14252:1 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14418:2 14438:1 14439:1 14452:1 14519:2 14556:2 14597:1 14643:1 14651:1 14653:1 14682:1 14710:1 14760:2 14767:1 14785:1 14822:1 14830:1 14853:1 14862:1 14904:1 14911:1 14921:1 14933:1 14957:1 14964:2 15022:1 15068:3 15084:1 15134:1 15142:3 15164:1 15178:1 15198:1 15199:1 15214:1 15219:1 15226:1 15255:1 15260:1 15275:1 15281:1 15298:1 15355:1 15370:1 15424:1 15440:1 15462:2 15476:1 15507:1 15589:3 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15965:1 16020:1 16021:14 16044:1 16051:1 16054:1 16061:1 16111:1 16156:1 16260:2 16266:1 16273:1 16288:1 16292:1 16296:2 16303:1 16308:1 16347:2 16349:1 16395:1 16422:1 16423:1 16449:1 16517:2 16519:1 16553:1 16567:1 16616:1 16649:1 16651:2 16677:1 16694:3 16731:1 16742:1 16748:1 16758:1 16783:1 16810:1 16811:2 16818:2 16823:1 16825:1 16829:1 16835:1 16840:2 16854:1 16866:3 16879:1 16885:1 17064:1 17119:1 17172:1 17200:1 17235:1 17238:1 17242:2 17246:1 17253:1 17257:1 17324:1 17332:1 17346:2 17348:3 17360:1 17395:2 17427:1 17447:1 17465:2 17470:1 17474:9 17477:1 17515:2 17517:1 17525:2 17534:1 17551:1 17579:1 17583:1 17586:2 17593:1 17644:1 17658:1 17666:1 17668:1 17676:1 17681:1 17703:1 17717:1 17718:1 17743:1 17773:1 17775:1 17791:1 17814:2 17896:1 17967:1 18006:1 18140:1 18163:2 18183:1 18206:1 18213:1 18305:1 18312:1 18354:5 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18513:1 18557:1 18565:3 18573:1 18583:1 18595:1 18602:1 18624:8 18657:1 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:1 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19081:3 19085:2 19097:1 19144:1 19168:1 19262:1099 19265:2 19282:3 19311:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19472:1 19482:3 19487:1 19492:3 19496:1 19498:1 19525:1 19545:1 19567:1 19586:1 19663:1 19707:2 19759:1 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19886:1 19938:2 19953:2 19975:2 19995:1 20006:1 20020:1 20069:1 20091:1 20125:8 20131:1 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20400:1 20405:1 20420:2 20421:1 20429:1 20432:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20545:1 20658:1 20674:1 20683:2 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20813:1 20821:1 20837:5 20872:1 20880:1 20887:1 20976:1 21002:1 21022:1 21052:1 21096:1 21100:1 21101:1 21103:1 21113:1 21115:2 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21341:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21452:1 21464:1 21503:1 21513:3 21519:1 21568:10 21576:2 21597:4 21635:1 21643:1 21646:1 21651:1 21654:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21929:1 21937:1 21942:2 21960:2 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22140:2 22142:1 22144:2 22190:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:2 22383:3 22384:2 22389:1 22396:1 22409:1 22480:1 22498:1 22560:1 22570:1 22572:2 22579:1 22632:1 22688:1 22703:1 22713:2 22732:1 22766:1 22794:1 22797:2 22803:2 22853:1 22888:1 22890:1 22939:1 22951:2 23002:2 23004:1 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23275:1 23276:1 23278:1 23298:1 23305:3 23315:1 23323:3 23363:1 23366:2 23370:1 23375:1 23382:1 23454:1 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23748:1 23785:1 23790:1 23804:1 23830:1 23854:3 23865:2 23874:1 23888:1 23896:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:1 24212:2 24305:1 24335:3 24429:1 24431:8 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:6 24655:1 24661:1 24662:1 24699:1 24789:1 24846:1 24847:1 24848:1 24851:1 24853:1 24854:1 24865:1 24899:1 24907:1 24909:1 24914:2 24925:1 24926:1 24937:1 24946:1 24956:3 24992:1 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25106:1 25186:1 25190:1 25213:1 25227:2 25292:1 25300:1 25347:1 25402:5 25414:1 25415:1 25437:1 25462:1 25463:1 25627:1 25631:4 25659:1 25664:2 25673:1 25680:2 25711:1 25729:1 25827:1 25858:1 25862:1 25882:1 25884:1 25938:1 25940:1 25999:1 26093:1 26096:1 26130:1 26156:1 26158:1 26169:1 26238:1 26249:1 26293:1 26325:1 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26523:1 26534:1 26558:1 26564:1 26569:3 26580:1 26594:1 26617:1 26644:3 26665:2 26718:3 26733:1 26757:1 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26902:1 26944:2 26972:1 26985:1 26991:1 26997:1 27006:1 27016:1 27060:1 27067:1 27217:1 27220:1 27260:1 27369:1 27414:1 27475:1 27529:1 27548:1 27567:1 27618:2 27629:1 27642:1 27651:4 27715:3 27718:1 27742:1 27797:4 27818:1 27820:1 27848:1 27862:1 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28025:1 28097:2 28099:1 28132:1 28181:2 28196:1 28199:5 28224:1 28247:1 28316:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28513:1 28557:1 28571:1 28589:1 28596:1 28617:6 28618:1 28622:1 28662:1 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28790:3 28827:3 28828:1 28861:1 28872:1 28898:2 28902:1 28935:1 29000:1 29048:1 29091:2 29093:3 29163:1 29165:1 29169:1 29280:2 29290:1 29291:1 29297:10 29322:1 29353:1 29356:1 29374:1 29383:1 29393:1 29454:1 29462:1 29500:1 29510:1 29516:1 29664:1 29686:1 29706:1 29753:1 29764:1 29779:1 29781:1 29790:1 29797:1 29819:1 29833:1 29847:1 29851:1 29854:1 29857:1 29867:1 29870:1 29883:1 29903:1 29905:1 29914:1
20 19:1 25:1 28:1 31:1 65:1 72:1 88:1 104:1 117:1 189:1 277:1 278:1 308:3 354:1 377:1 419:1 489:1 492:2 518:1 534:1 575:1 593:1 660:1 669:1 912:1 923:1 945:1 966:1 988:1 998:1 1010:2 1030:1 1035:1 1036:2 1040:2 1059:1 1103:3 1171:1 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1374:1 1434:1 1508:1 1523:1 1536:1 1555:1 1556:1 1587:1 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:2 1687:6 1702:1 1709:1 1715:1 1723:1 1729:1 1736:1 1747:1 1761:9 1809:1 1824:1 1856:1 1881:1 1917:4 1921:1 1922:1 1972:1 1978:2 2005:1 2042:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:4 2220:1 2221:3 2231:1 2239:1 2293:3 2321:1 2330:1 2336:1 2358:1 2360:8 2361:1 2372:1 2373:1 2374:1 2379:1 2389:1 2393:2 2425:1 2426:4 2432:1 2442:2 2444:1 2446:2 2448:2 2452:2 2459:1 2461:1 2464:2 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2792:1 2808:1 2826:1 2827:1 2863:1 2893:1 2911:1 2914:2 2990:1 3015:1 3047:1 3070:3 3080:6 3081:2 3086:1 3100:2 3119:1 3131:7 3224:1 3234:2 3292:3 3391:1 3420:1 3437:1 3446:1 3491:2 3519:2 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3764:1 3802:1 3805:1 3836:1 3849:1 3853:1 3863:1 3901:1 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:4 4044:1 4062:1 4067:1 4080:1 4100:1 4102:1 4137:1 4145:1 4148:1 4179:1 4189:1 4191:1 4235:1 4283:1 4327:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:1 4555:1 4576:1 4610:1 4649:1 4699:1 4737:1 4744:1 4753:1 4762:1 4770:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4952:1 4977:1 4999:5 5062:1 5092:3 5100:1 5101:4 5115:2 5116:1 5137:1 5138:2 5141:1 5144:2 5161:1 5242:1 5249:1 5279:1 5330:1 5338:1 5365:1 5375:2 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5562:2 5585:1 5666:2 5688:2 5711:1 5720:1 5725:1 5731:1 5739:1 5746:3 5767:1 5796:1 5826:1 5844:1 5910:1 5913:1 5944:1 5945:1 6055:1 6059:1 6069:1 6070:1 6092:1 6109:1 6117:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6292:1 6311:1 6312:1 6359:1 6367:2 6375:1 6467:1 6518:1 6548:1 6568:3 6584:1 6588:1 6596:1 6600:1 6601:2 6602:3 6667:1 6672:1 6756:1 6800:1 6937:1 6953:1 6958:1 6961:1 6962:2 6973:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:1 7049:1 7054:1 7073:1 7103:1 7136:1 7196:2 7237:1 7252:1 7257:1 7270:1 7303:1 7327:1 7332:1 7415:4 7417:1 7426:1 7440:1 7445:1 7509:1 7531:1 7534:1 7535:1 7603:1 7615:1 7645:1 7652:1 7671:1 7721:3 7736:3 7755:1 7764:1 7828:1 7837:1 7857:1 7865:1 7897:1 7898:1 7901:1 7943:1 7952:1 7981:1 7992:4 8006:1 8010:1 8017:1 8058:17 8082:4 8083:6 8084:1 8092:1 8119:1 8144:2 8150:1 8200:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8565:1 8591:13 8632:1 8642:1 8651:1 8768:1 8790:2 8813:1 8825:3 8844:1 8948:1 8958:2 8962:2 8964:1 8968:1 8972:1 9064:1 9123:1 9156:1 9234:1 9257:1 9266:2 9303:1 9314:1 9324:2 9342:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:5 9458:2 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:2 9714:1 9730:1 9732:1 9736:1 9833:1 9865:1 9928:1 9948:2 9979:2 9987:1 10088:1 10091:3 10093:1 10096:5 10110:3 10163:1 10165:1 10174:1 10176:1 10189:1 10204:1 10221:1 10234:1 10259:1 10267:1 10270:1 10339:1 10359:2 10365:2 10399:1 10416:1 10422:1 10442:2 10454:1 10468:1 10584:1 10618:1 10619:1 10629:1 10763:1 10772:1 10773:1 10779:1 10918:1 10939:1 10996:1 11037:1 11050:2 11061:1 11083:2 11088:1 11096:1 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11151:1 11194:2 11200:1 11215:1 11220:1 11224:3 11227:3 11286:1 11295:1 11302:2 11320:3 11385:1 11401:1 11427:2 11429:1 11475:1 11553:1 11561:1 11564:1 11582:1 11586:1 11626:5 11633:1 11670:1 11679:1 11707:1 11744:1 11757:3 11760:1 11818:1 11893:1 11922:1 11940:1 11954:1 11959:6 12015:1 12036:1 12038:2 12117:1 12157:4 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12234:1 12281:1 12283:3 12298:3 12347:1 12374:1 12376:11 12448:1 12450:1 12484:1 12485:1 12525:2 12541:1 12591:1 12594:1 12614:2 12639:1 12652:1 12711:1 12720:1 12721:2 12729:1 12730:1 12759:1 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13072:2 13186:2 13226:1 13242:1 13260:1 13318:6 13324:1 13328:1 13347:1 13362:1 13386:1 13405:11 13432:1 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13643:1 13707:4 13723:1 13727:2 13747:1 13748:8 13751:1 13777:1 13781:1 13831:1 13832:1 13853:1 13866:1 13867:8 13883:14 13949:1 13974:1 13998:1 14078:1 14082:1 14088:1 14221:1 14223:1 14226:2 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14418:2 14428:1 14438:1 14439:1 14452:1 14519:2 14525:1 14556:2 14597:1 14643:1 14651:1 14653:1 14682:1 14710:1 14760:2 14767:1 14775:1 14783:1 14785:1 14822:1 14830:1 14853:1 14862:1 14904:1 14911:1 14921:1 14933:1 14957:1 14964:2 15022:1 15068:3 15084:1 15134:1 15142:3 15164:1 15178:1 15198:1 15199:1 15214:1 15219:1 15226:1 15255:1 15260:1 15275:1 15281:1 15298:1 15355:1 15370:1 15424:1 15440:1 15462:2 15476:1 15507:1 15589:3 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15946:1 15965:1 16020:1 16021:15 16044:1 16051:1 16054:1 16061:1 16103:1 16111:1 16156:1 16189:1 16260:2 16266:1 16272:1 16273:1 16288:1 16292:1 16296:2 16303:1 16308:1 16347:2 16349:1 16395:1 16422:2 16423:1 16449:1 16517:2 16519:1 16553:1 16567:1 16616:1 16649:1 16651:2 16677:1 16694:3 16712:1 16731:1 16742:1 16748:1 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16829:1 16835:1 16840:3 16854:1 16866:3 16879:1 16885:1 16907:1 17064:1 17119:1 17172:1 17200:1 17235:1 17238:1 17242:2 17246:1 17253:1 17257:1 17324:1 17332:1 17346:2 17348:3 17360:1 17395:2 17427:1 17447:1 17465:2 17470:1 17474:9 17477:1 17515:2 17517:1 17525:2 17532:1 17534:2 17551:1 17561:1 17579:1 17583:1 17586:2 17593:1 17644:1 17658:1 17666:1 17668:1 17676:1 17681:1 17690:1 17703:1 17717:1 17718:1 17743:1 17773:1 17775:1 17791:1 17814:2 17896:1 17967:1 18006:1 18140:1 18163:2 18183:1 18206:1 18211:1 18213:1 18305:1 18312:1 18354:5 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18547:1 18557:1 18565:3 18573:1 18583:1 18595:1 18602:1 18624:8 18657:1 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:1 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19081:3 19085:2 19097:1 19144:1 19168:1 19262:1172 19265:2 19282:3 19311:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19482:3 19487:1 19492:3 19496:1 19498:1 19525:1 19545:1 19567:1 19586:1 19663:1 19664:1 19707:2 19759:1 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19886:1 19938:2 19953:2 19975:3 19995:1 20006:2 20020:1 20069:1 20091:1 20125:8 20131:1 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20405:1 20420:2 20421:1 20429:1 20432:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20658:1 20674:1 20683:3 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:1 20837:5 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:1 21022:1 21052:1 21096:1 21100:1 21101:1 21103:1 21113:1 21115:2 21125:1 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21341:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21452:1 21464:1 21503:1 21513:3 21519:1 21568:10 21576:2 21597:4 21635:1 21643:1 21646:1 21651:1 21654:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21929:1 21937:1 21942:2 21960:2 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22140:2 22142:1 22144:2 22190:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:2 22383:3 22384:2 22389:1 22396:1 22409:1 22429:1 22480:1 22498:1 22533:1 22560:1 22570:1 22572:2 22579:1 22618:1 22632:1 22688:1 22703:1 22713:2 22732:1 22766:1 22794:1 22797:2 22803:2 22853:1 22888:1 22890:1 22939:1 22951:2 23002:2 23004:1 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23298:1 23305:3 23315:1 23323:3 23363:1 23366:2 23370:1 23375:1 23382:1 23424:1 23454:1 23489:1 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23748:1 23785:1 23790:1 23804:1 23830:1 23854:3 23855:1 23865:2 23874:1 23888:1 23896:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:1 24118:1 24183:1 24212:2 24305:1 24335:3 24429:1 24431:8 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:1 24631:6 24634:1 24655:1 24661:1 24662:1 24686:1 24699:1 24789:1 24846:1 24847:1 24848:1 24851:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:1 24914:2 24918:1 24925:1 24926:1 24937:1 24946:1 24956:3 24992:1 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25106:1 25186:1 25190:1 25213:1 25227:2 25292:1 25300:1 25347:2 25402:5 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:1 25631:4 25659:1 25664:2 25673:1 25680:2 25709:1 25711:1 25729:1 25827:1 25858:1 25862:1 25882:1 25884:1 25938:1 25940:1 25999:1 26093:1 26096:1 26130:1 26156:1 26158:1 26169:1 26238:1 26249:1 26269:1 26293:1 26325:2 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26523:1 26534:1 26558:1 26564:1 26569:3 26580:1 26594:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26902:1 26906:1 26944:2 26972:1 26985:1 26991:1 26997:1 27006:1 27016:1 27060:1 27067:1 27077:1 27093:1 27170:1 27217:1 27220:1 27260:1 27369:1 27381:1 27414:1 27475:1 27525:1 27529:1 27548:1 27567:1 27589:1 27618:2 27629:1 27642:1 27651:4 27715:3 27718:1 27742:1 27797:4 27818:1 27820:1 27848:1 27862:2 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28025:1 28028:1 28097:2 28099:1 28132:1 28181:2 28196:1 28199:5 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28513:1 28528:1 28557:1 28571:1 28589:1 28596:1 28617:9 28618:1 28622:1 28662:1 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28790:3 28827:3 28828:1 28861:1 28872:1 28898:2 28902:1 28935:1 29000:1 29048:1 29091:3 29093:3 29163:1 29165:1 29169:1 29280:2 29290:1 29291:1 29297:10 29322:1 29353:1 29356:1 29374:1 29383:1 29393:1 29454:1 29462:1 29500:1 29510:1 29516:1 29664:1 29686:1 29706:1 29753:1 29764:1 29779:1 29781:1 29790:1 29797:1 29819:1 29825:1 29833:1 29847:1 29851:1 29854:1 29857:1 29860:1 29867:1 29870:1 29883:1 29903:1 29905:1 29914:1
20 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 104:1 117:1 189:1 277:1 278:1 308:3 354:1 377:1 419:1 489:1 492:2 518:1 534:1 575:1 593:1 660:1 669:1 912:1 923:1 945:1 966:1 972:1 988:1 998:1 1010:2 1030:1 1035:1 1036:3 1040:2 1059:1 1071:2 1103:3 1122:1 1137:2 1171:1 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1362:1 1374:1 1434:1 1508:1 1523:1 1536:1 1555:1 1556:1 1584:1 1587:1 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:1 1687:6 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1761:9 1809:1 1824:1 1856:1 1881:1 1917:4 1921:1 1922:1 1932:1 1972:1 1978:2 2005:1 2011:1 2042:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:4 2220:1 2221:3 2231:1 2239:1 2293:3 2321:1 2330:1 2336:1 2358:1 2360:8 2361:1 2372:1 2373:1 2374:2 2379:1 2389:1 2393:2 2425:1 2426:4 2432:1 2442:2 2444:1 2446:2 2448:2 2452:2 2459:1 2461:1 2464:2 2475:1 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2792:1 2808:1 2826:1 2827:1 2863:1 2893:1 2911:1 2914:2 2990:1 3015:1 3047:1 3070:3 3080:6 3081:2 3086:1 3100:2 3110:1 3119:1 3131:7 3224:1 3234:2 3292:3 3391:1 3420:1 3437:1 3446:1 3491:2 3519:2 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3802:1 3805:1 3836:1 3847:1 3849:1 3853:1 3855:1 3863:1 3901:1 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:4 4044:1 4062:1 4067:1 4080:2 4100:1 4102:1 4130:1 4137:1 4145:1 4148:1 4179:1 4189:1 4191:1 4235:1 4283:1 4307:1 4327:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:1 4555:1 4576:1 4610:1 4649:1 4699:1 4737:1 4744:1 4753:1 4762:1 4770:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4952:1 4977:1 4999:5 5062:1 5092:3 5100:1 5101:4 5115:2 5116:1 5136:1 5137:1 5138:2 5141:2 5144:2 5161:1 5242:1 5249:1 5279:1 5330:1 5338:1 5365:1 5375:2 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5562:2 5585:1 5666:2 5688:2 5711:1 5720:1 5725:1 5731:1 5739:1 5746:3 5767:1 5796:1 5826:1 5844:1 5910:1 5913:1 5944:1 5945:1 6055:1 6059:1 6069:1 6070:1 6092:1 6109:1 6117:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6292:1 6299:1 6311:1 6312:1 6359:1 6367:2 6375:1 6450:1 6467:1 6493:1 6518:1 6548:1 6568:3 6584:1 6588:1 6592:1 6596:1 6600:1 6601:2 6602:3 6667:1 6672:1 6756:1 6800:1 6937:1 6953:1 6958:1 6961:1 6962:2 6970:1 6973:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:1 7049:1 7050:1 7054:1 7073:1 7103:1 7136:1 7196:2 7237:1 7252:1 7257:1 7270:1 7303:1 7327:1 7332:1 7369:1 7415:4 7417:1 7426:1 7440:1 7445:1 7509:1 7531:1 7534:1 7535:1 7603:1 7615:1 7645:1 7652:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7828:1 7837:1 7857:1 7865:1 7897:1 7898:1 7901:1 7943:1 7952:1 7981:1 7992:4 8006:1 8010:1 8013:2 8017:1 8058:17 8082:4 8083:6 8084:1 8092:1 8119:1 8144:2 8150:1 8200:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8565:1 8591:13 8608:1 8632:1 8642:1 8651:1 8768:1 8780:1 8790:2 8813:1 8825:3 8844:1 8898:1 8948:1 8958:2 8962:2 8964:1 8968:1 8972:2 9064:1 9123:1 9156:1 9234:1 9257:1 9266:2 9303:1 9314:1 9324:2 9342:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:5 9458:2 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:2 9714:1 9730:1 9732:1 9736:1 9833:1 9865:1 9928:1 9948:2 9979:2 9987:1 10000:1 10088:1 10091:3 10093:1 10096:5 10110:3 10163:1 10165:1 10174:1 10176:1 10189:1 10204:2 10221:1 10227:1 10234:1 10259:1 10267:1 10270:1 10339:1 10359:2 10365:2 10399:1 10416:1 10422:1 10442:2 10454:1 10468:1 10583:1 10584:1 10618:1 10619:1 10629:1 10763:1 10772:1 10773:1 10779:1 10833:1 10918:1 10939:1 10942:1 10996:2 11028:1 11037:1 11050:2 11061:1 11083:2 11088:1 11096:1 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11151:1 11194:2 11200:1 11215:1 11220:1 11224:3 11227:3 11262:1 11286:1 11295:1 11302:2 11320:3 11385:1 11401:1 11427:2 11429:1 11475:1 11553:1 11561:1 11564:1 11582:1 11586:1 11626:5 11633:1 11670:1 11679:1 11707:1 11744:1 11757:3 11760:1 11818:1 11846:1 11893:1 11922:1 11940:1 11954:1 11959:6 12015:1 12036:1 12038:2 12117:1 12148:1 12157:4 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12234:1 12281:1 12283:3 12292:1 12298:3 12347:1 12374:1 12376:11 12448:1 12450:1 12484:1 12485:1 12525:2 12541:2 12591:1 12594:1 12614:2 12639:1 12652:1 12711:1 12720:1 12721:2 12729:1 12730:1 12759:1 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:2 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:6 13324:1 13328:1 13347:1 13362:1 13386:1 13405:11 13432:1 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13643:1 13707:4 13719:1 13721:1 13723:1 13727:2 13741:1 13747:1 13748:8 13751:1 13777:1 13781:1 13811:1 13831:1 13832:1 13853:1 13866:1 13867:8 13883:14 13949:1 13974:1 13998:1 14078:1 14082:1 14088:1 14221:1 14223:1 14226:2 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14418:2 14428:1 14438:1 14439:1 14452:1 14519:3 14525:1 14556:2 14597:1 14643:1 14651:1 14653:1 14682:1 14710:1 14760:2 14767:1 14775:1 14783:1 14785:1 14822:1 14830:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14921:1 14933:1 14957:1 14964:2 15022:1 15068:3 15084:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:1 15219:1 15226:1 15255:1 15260:1 15275:1 15281:1 15298:1 15355:1 15370:1 15424:1 15440:1 15462:2 15476:1 15507:1 15589:3 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15946:1 15965:1 16020:1 16021:16 16044:1 16051:1 16054:1 16061:1 16103:1 16111:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:1 16273:1 16288:1 16292:1 16296:2 16303:1 16308:1 16347:2 16349:1 16395:1 16422:2 16423:1 16447:1 16449:1 16517:2 16519:1 16553:1 16567:1 16589:1 16616:1 16649:1 16651:2 16677:1 16694:3 16712:1 16731:1 16742:1 16748:1 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16829:1 16835:1 16840:3 16854:1 16866:3 16879:1 16885:1 16907:1 17064:1 17119:1 17172:1 17200:1 17235:1 17238:1 17242:2 17246:1 17253:1 17257:1 17324:1 17332:1 17346:2 17348:3 17360:1 17395:2 17427:1 17447:1 17465:2 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:1 17534:2 17551:1 17561:1 17579:1 17583:1 17586:2 17593:1 17644:1 17658:1 17666:1 17668:1 17676:1 17681:1 17690:1 17703:1 17717:1 17718:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17896:1 17967:1 18006:1 18140:1 18163:2 18183:1 18206:1 18211:1 18213:1 18305:1 18312:1 18354:5 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18544:1 18547:1 18557:1 18565:3 18571:1 18573:1 18576:1 18583:1 18595:1 18602:1 18624:8 18657:1 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19081:3 19085:2 19097:1 19144:1 19168:1 19262:1255 19265:2 19282:3 19311:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19482:3 19487:1 19492:3 19496:1 19498:1 19525:1 19545:1 19559:1 19567:1 19586:1 19663:1 19664:1 19707:3 19759:1 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19886:1 19938:2 19953:2 19975:3 19995:1 20006:2 20020:1 20069:1 20091:1 20125:8 20131:1 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20405:1 20420:2 20421:1 20429:1 20432:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20658:1 20674:1 20683:3 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:1 20837:5 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:1 21075:1 21096:1 21100:1 21101:1 21103:1 21113:1 21115:2 21125:1 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21341:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21568:10 21576:2 21597:4 21635:1 21643:1 21646:1 21651:1 21654:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21929:1 21937:1 21942:2 21960:2 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22140:2 22142:1 22144:2 22190:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:2 22383:3 22384:2 22389:1 22396:1 22409:1 22413:1 22429:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:1 22572:2 22579:1 22618:1 22632:1 22688:1 22703:1 22713:2 22723:1 22732:1 22766:1 22794:1 22797:2 22803:2 22853:1 22888:1 22890:1 22916:1 22939:1 22951:2 23002:2 23004:1 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:1 23366:2 23370:1 23375:1 23382:1 23424:1 23454:1 23489:1 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23748:1 23785:1 23790:1 23804:1 23830:1 23854:3 23855:1 23865:2 23874:1 23888:1 23896:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:1 24118:1 24183:1 24212:2 24305:1 24335:3 24429:1 24431:8 24506:1 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:2 24631:6 24634:1 24655:1 24661:1 24662:1 24686:1 24699:1 24789:1 24846:1 24847:1 24848:1 24851:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:1 24914:2 24918:1 24925:1 24926:1 24937:1 24946:1 24956:3 24972:1 24992:1 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25227:2 25292:1 25300:1 25347:2 25402:5 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:1 25631:4 25659:1 25664:2 25672:1 25673:1 25680:2 25709:1 25711:1 25729:1 25827:1 25858:1 25862:1 25882:1 25884:1 25938:1 25940:1 25987:1 25999:1 26093:1 26096:1 26130:1 26156:1 26158:1 26160:1 26169:1 26238:1 26249:1 26269:1 26293:1 26325:2 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26523:1 26534:1 26558:1 26564:1 26569:3 26580:1 26594:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26803:1 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26902:1 26906:1 26921:1 26944:2 26972:1 26985:1 26991:1 26997:1 27006:1 27016:1 27060:1 27067:1 27077:1 27093:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27381:1 27389:1 27414:1 27435:1 27475:1 27525:1 27529:1 27548:1 27567:1 27589:1 27618:2 27629:1 27642:1 27651:4 27715:3 27718:1 27742:1 27797:4 27818:1 27820:1 27848:1 27862:2 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28025:1 28028:1 28097:2 28099:1 28132:1 28181:2 28196:1 28199:5 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28513:1 28528:1 28557:1 28571:1 28589:1 28596:1 28617:10 28618:1 28622:1 28662:2 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28790:3 28827:3 28828:1 28861:1 28872:1 28898:2 28902:1 28935:1 29000:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29280:2 29290:1 29291:1 29297:10 29322:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29454:1 29462:1 29482:1 29500:1 29510:1 29516:1 29664:1 29686:1 29706:1 29714:1 29753:1 29764:1 29779:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29847:1 29851:1 29854:1 29857:1 29860:1 29867:1 29870:1 29883:1 29903:1 29905:2 29914:1
20 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 104:1 117:1 189:1 277:1 278:1 308:3 354:1 377:1 419:1 489:1 492:2 518:1 534:1 575:1 593:1 660:1 665:1 669:1 912:1 923:2 945:1 966:1 972:1 988:1 998:1 1010:2 1030:1 1035:1 1036:3 1040:2 1059:1 1071:2 1103:3 1122:1 1137:2 1171:1 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1362:1 1374:1 1434:1 1508:1 1523:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:2 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:1 1684:2 1687:6 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1761:9 1809:1 1824:1 1856:1 1881:1 1917:4 1921:1 1922:1 1932:1 1972:1 1978:2 2005:1 2011:1 2042:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:4 2220:1 2221:3 2231:1 2239:1 2293:3 2321:1 2330:2 2336:1 2358:1 2360:8 2361:1 2372:1 2373:1 2374:2 2379:1 2389:1 2393:2 2425:1 2426:4 2432:1 2442:2 2444:1 2446:2 2448:2 2452:2 2459:1 2461:1 2464:2 2475:1 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2792:1 2808:1 2826:1 2827:1 2863:1 2893:1 2911:1 2914:2 2990:1 3015:1 3047:1 3070:3 3080:7 3081:2 3086:1 3100:2 3110:1 3119:1 3131:7 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3491:2 3519:2 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3863:1 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:4 4044:1 4062:1 4067:1 4080:2 4100:1 4102:1 4130:1 4137:1 4145:1 4148:1 4179:1 4189:2 4191:1 4235:1 4283:1 4307:1 4327:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:1 4555:1 4576:1 4610:1 4649:1 4689:1 4699:1 4737:1 4744:1 4753:1 4762:1 4770:1 4803:1 4812:1 4865:1 4874:1 4926:1 4928:1 4952:1 4977:1 4999:5 5062:1 5092:3 5100:2 5101:4 5115:2 5116:1 5136:1 5137:1 5138:2 5141:2 5144:2 5161:1 5242:1 5249:1 5279:1 5298:1 5303:1 5330:1 5338:1 5365:1 5375:2 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5562:2 5585:1 5666:2 5688:2 5711:1 5720:1 5725:1 5731:1 5739:1 5746:3 5767:1 5796:1 5826:1 5844:1 5910:1 5913:1 5919:2 5944:1 5945:1 6055:2 6059:2 6069:1 6070:1 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6292:1 6299:1 6311:1 6312:1 6359:1 6367:2 6375:1 6420:1 6450:1 6467:1 6493:1 6518:1 6548:1 6551:1 6568:3 6584:1 6588:2 6592:1 6596:2 6600:1 6601:2 6602:3 6667:1 6672:1 6715:1 6736:1 6756:1 6800:1 6937:1 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7007:1 7014:1 7015:1 7018:1 7022:2 7027:1 7049:1 7050:1 7054:1 7073:1 7103:1 7136:1 7196:3 7237:1 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7369:1 7390:1 7415:5 7417:1 7426:1 7440:1 7445:1 7509:1 7531:1 7534:1 7535:1 7603:1 7615:1 7645:1 7652:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7828:2 7837:1 7857:1 7865:1 7897:1 7898:1 7901:1 7943:1 7952:1 7981:1 7992:4 8006:1 8010:1 8013:2 8017:1 8058:17 8082:4 8083:6 8084:1 8092:1 8119:1 8127:1 8144:2 8150:1 8200:1 8256:1 8292:1 8342:1 8362:2 8375:1 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8565:1 8591:14 8608:1 8632:1 8642:1 8651:1 8768:1 8780:1 8790:2 8813:1 8825:3 8844:1 8898:1 8948:2 8958:3 8962:2 8964:1 8968:1 8972:3 9064:1 9123:1 9156:1 9234:1 9257:1 9266:2 9303:1 9314:1 9324:2 9342:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:5 9458:4 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:2 9714:1 9730:1 9732:1 9736:1 9833:1 9865:1 9912:1 9928:1 9948:2 9979:2 9987:1 10000:1 10088:1 10091:3 10093:1 10096:5 10110:3 10163:1 10165:1 10174:1 10176:1 10189:1 10204:4 10221:1 10227:1 10234:1 10259:1 10267:1 10270:1 10339:1 10359:2 10365:2 10399:1 10416:1 10422:1 10442:2 10454:1 10468:1 10583:1 10584:1 10618:1 10619:1 10629:1 10763:1 10772:1 10773:1 10779:2 10833:1 10913:1 10918:1 10939:1 10942:1 10996:2 11028:1 11037:1 11050:2 11061:1 11083:2 11088:1 11089:1 11096:1 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11151:1 11194:2 11200:1 11215:1 11220:1 11224:3 11227:3 11262:1 11286:1 11295:1 11302:4 11320:3 11385:1 11401:1 11427:2 11429:1 11475:1 11553:1 11561:1 11564:1 11582:1 11586:1 11626:5 11633:1 11670:1 11679:1 11707:1 11744:1 11757:3 11760:2 11818:1 11846:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:1 12019:1 12036:1 12038:2 12117:1 12148:1 12157:4 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12234:1 12281:1 12283:3 12292:1 12298:4 12347:1 12374:1 12376:11 12448:1 12450:1 12484:1 12485:1 12525:2 12541:3 12591:1 12594:1 12614:2 12639:1 12652:1 12711:1 12720:1 12721:2 12729:1 12730:1 12759:1 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:2 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:6 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13592:1 13596:1 13643:1 13707:4 13719:1 13721:1 13723:1 13727:2 13741:1 13747:1 13748:8 13751:1 13777:1 13781:1 13811:1 13831:1 13832:1 13853:1 13866:1 13867:8 13883:14 13949:1 13974:1 13998:1 14011:1 14078:2 14082:1 14088:1 14221:1 14223:1 14226:2 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14418:2 14428:1 14438:1 14439:1 14452:1 14519:3 14525:2 14556:2 14597:1 14643:1 14651:1 14653:1 14682:1 14710:1 14760:2 14767:1 14775:1 14783:1 14785:1 14822:1 14830:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14921:1 14933:1 14957:1 14964:2 15022:1 15026:1 15068:3 15084:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:1 15219:1 15226:1 15255:1 15260:1 15275:1 15281:1 15298:1 15355:1 15370:1 15424:1 15440:1 15462:2 15476:1 15507:1 15589:3 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15946:1 15965:1 16020:1 16021:16 16044:1 16051:1 16054:1 16061:1 16103:1 16111:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:1 16288:1 16292:1 16296:2 16303:1 16308:1 16347:2 16349:1 16395:1 16422:3 16423:1 16447:1 16449:1 16517:2 16519:1 16553:1 16567:1 16589:1 16616:1 16649:1 16651:2 16677:1 16694:3 16712:1 16731:1 16742:1 16748:1 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16829:1 16835:1 16840:4 16854:1 16866:3 16879:1 16885:1 16907:2 17064:1 17119:1 17172:1 17200:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17324:1 17332:1 17346:2 17348:3 17360:1 17395:2 17427:1 17447:1 17465:2 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17644:1 17658:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17896:1 17967:1 18006:1 18140:1 18163:2 18170:1 18183:1 18206:1 18211:1 18213:1 18305:1 18312:1 18354:5 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18544:1 18547:1 18557:1 18565:3 18571:1 18573:1 18576:1 18583:1 18595:1 18602:1 18624:8 18657:1 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19081:3 19085:2 19097:1 19144:1 19168:1 19262:1302 19265:2 19282:3 19311:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19482:3 19487:1 19492:3 19496:1 19498:1 19525:1 19545:1 19559:1 19567:1 19586:1 19663:1 19664:2 19707:3 19759:1 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19886:1 19938:2 19953:2 19975:4 19995:1 20006:2 20020:1 20069:1 20091:1 20125:8 20131:1 20170:1 20276:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20405:1 20420:2 20421:1 20429:1 20432:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20658:1 20674:1 20683:3 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:1 20837:5 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:1 21075:1 21096:1 21100:1 21101:1 21103:1 21113:1 21115:2 21125:1 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21341:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21568:10 21576:2 21597:4 21635:1 21643:1 21646:1 21651:1 21654:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21929:1 21937:1 21942:2 21960:3 21964:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22140:2 22142:1 22144:2 22182:1 22190:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:2 22383:3 22384:2 22389:1 22396:1 22409:1 22413:1 22429:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:1 22572:2 22579:1 22618:1 22632:1 22688:1 22703:1 22713:2 22723:2 22732:1 22766:1 22794:1 22797:2 22803:2 22853:1 22888:1 22890:1 22916:1 22939:1 22951:2 23002:2 23004:1 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:1 23366:2 23370:1 23375:1 23382:1 23424:1 23454:1 23489:1 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23748:1 23785:1 23790:1 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23874:1 23888:1 23896:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:1 24118:1 24183:1 24212:2 24305:1 24335:3 24382:1 24429:1 24431:8 24506:1 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:2 24631:6 24634:1 24655:1 24661:1 24662:1 24686:2 24699:1 24789:1 24846:1 24847:1 24848:1 24851:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:1 24914:2 24918:1 24925:1 24926:1 24937:1 24946:1 24956:3 24972:1 24992:1 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25227:2 25292:1 25300:1 25347:3 25402:5 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:1 25631:4 25659:1 25664:2 25672:1 25673:1 25680:2 25709:1 25711:1 25729:1 25827:1 25858:1 25862:1 25882:1 25884:1 25938:1 25940:1 25987:1 25999:1 26093:1 26096:1 26130:1 26156:1 26158:1 26160:2 26169:1 26238:1 26249:1 26269:2 26293:1 26325:3 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26523:1 26534:1 26558:1 26564:1 26569:3 26580:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26803:1 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:1 26902:1 26906:1 26921:2 26944:2 26972:1 26985:1 26991:1 26997:1 27006:1 27016:1 27060:1 27067:1 27077:1 27093:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27381:1 27389:1 27414:1 27435:1 27475:1 27525:1 27529:1 27548:1 27567:1 27584:1 27589:1 27618:2 27629:1 27642:1 27651:4 27715:3 27718:1 27739:1 27742:1 27797:4 27818:1 27820:1 27848:1 27862:2 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28007:1 28025:1 28028:1 28097:2 28099:1 28113:1 28132:1 28181:2 28196:1 28199:5 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28513:1 28528:1 28557:1 28571:1 28589:1 28596:1 28617:13 28618:1 28622:1 28662:4 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28790:3 28827:3 28828:1 28861:1 28872:1 28898:2 28902:1 28935:1 29000:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29280:2 29290:1 29291:1 29297:10 29310:1 29322:1 29325:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29454:1 29462:1 29482:1 29500:1 29510:1 29516:1 29664:1 29686:1 29706:1 29714:1 29753:1 29764:1 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29847:1 29851:1 29854:1 29857:1 29860:1 29867:1 29870:1 29883:1 29903:1 29905:2 29914:1
20 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 104:1 117:1 173:1 189:1 226:1 277:1 278:1 308:3 354:1 377:1 419:1 489:1 492:2 518:1 534:1 575:1 593:1 660:1 665:1 669:1 912:1 923:2 945:1 952:1 966:1 972:2 988:1 998:1 1010:2 1030:1 1035:1 1036:3 1040:2 1059:1 1071:2 1103:3 1108:1 1122:1 1137:2 1171:1 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1362:1 1374:1 1399:1 1434:1 1508:1 1523:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:2 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:2 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1753:1 1761:9 1809:1 1824:1 1856:1 1881:1 1917:5 1921:1 1922:1 1932:1 1972:1 1978:2 2005:1 2011:1 2042:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:4 2220:1 2221:3 2231:1 2239:1 2293:3 2321:1 2330:2 2336:1 2358:1 2360:8 2361:1 2372:1 2373:1 2374:2 2375:1 2379:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2442:2 2444:1 2446:2 2448:2 2452:2 2459:1 2461:1 2464:2 2475:1 2547:1 2566:1 2568:1 2654:1 2679:1 2743:1 2784:1 2792:1 2808:1 2826:1 2827:1 2863:1 2893:1 2911:1 2914:2 2990:1 3015:1 3047:1 3070:3 3080:8 3081:2 3086:1 3098:1 3100:2 3110:1 3119:1 3131:7 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3491:2 3519:2 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3863:1 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:5 4044:1 4062:1 4067:1 4080:2 4100:1 4102:1 4130:1 4137:1 4145:1 4148:1 4179:1 4189:2 4191:1 4235:1 4283:1 4307:1 4327:1 4359:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:1 4555:1 4576:1 4610:1 4649:1 4689:1 4699:1 4737:1 4744:1 4753:1 4762:1 4770:1 4803:1 4810:1 4812:1 4865:1 4874:1 4926:1 4928:1 4952:1 4977:1 4999:5 5062:1 5092:3 5100:2 5101:4 5115:2 5116:1 5136:1 5137:1 5138:2 5141:2 5144:2 5149:1 5161:1 5242:1 5249:1 5279:1 5298:1 5303:1 5330:1 5338:1 5365:1 5375:2 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5562:2 5585:1 5666:2 5688:2 5711:1 5720:1 5725:1 5731:1 5739:1 5746:3 5767:1 5796:1 5826:1 5844:1 5910:1 5913:1 5919:2 5944:1 5945:1 5953:1 5966:1 6055:2 6059:2 6069:1 6070:1 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6292:1 6299:1 6311:1 6312:1 6359:1 6367:2 6375:1 6420:1 6450:1 6467:1 6493:1 6518:1 6548:1 6551:1 6568:3 6584:1 6588:2 6592:1 6596:2 6600:1 6601:2 6602:3 6667:1 6672:1 6715:1 6736:1 6756:1 6800:1 6937:1 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7007:1 7014:1 7015:1 7018:1 7022:2 7027:1 7049:1 7050:1 7054:1 7072:1 7073:1 7103:1 7136:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7369:1 7390:1 7415:5 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7603:1 7615:1 7645:1 7652:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7828:2 7837:1 7857:1 7865:1 7883:1 7897:1 7898:1 7901:1 7943:1 7952:1 7981:2 7992:5 8006:1 8010:1 8013:2 8017:1 8058:17 8082:4 8083:6 8084:1 8092:1 8119:1 8127:1 8144:2 8150:1 8200:1 8256:1 8292:1 8342:1 8362:3 8375:1 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8565:1 8591:14 8608:1 8632:1 8642:1 8651:1 8768:1 8780:1 8790:2 8813:1 8825:3 8844:1 8898:1 8948:2 8958:3 8962:4 8964:1 8968:1 8972:3 9064:1 9123:1 9156:1 9234:1 9257:1 9266:2 9303:1 9314:1 9324:2 9342:1 9355:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:2 9714:1 9730:1 9732:1 9736:1 9833:1 9865:1 9912:1 9928:1 9948:2 9971:1 9979:2 9987:1 10000:1 10088:1 10091:3 10093:1 10096:6 10110:3 10163:1 10165:1 10174:1 10176:1 10189:1 10204:6 10221:1 10227:1 10234:1 10259:1 10267:1 10270:1 10339:1 10359:2 10365:2 10399:1 10416:1 10422:1 10442:2 10454:1 10464:1 10468:1 10583:1 10584:1 10618:1 10619:1 10629:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:1 10918:1 10939:1 10942:1 10996:2 11028:1 11037:1 11050:2 11061:1 11083:2 11088:1 11089:1 11096:1 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:3 11227:3 11262:1 11286:1 11295:1 11302:4 11320:3 11385:1 11401:1 11427:2 11429:1 11475:1 11553:1 11561:1 11564:1 11582:1 11586:1 11626:6 11633:1 11670:1 11679:1 11707:1 11736:1 11744:1 11757:3 11760:2 11818:1 11846:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:1 12019:1 12036:1 12038:2 12117:1 12141:1 12148:1 12157:5 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12234:1 12281:1 12283:4 12292:2 12298:4 12347:1 12374:1 12376:11 12448:1 12450:1 12484:1 12485:1 12525:2 12541:4 12591:1 12594:1 12614:2 12639:1 12652:1 12711:1 12720:1 12721:2 12729:1 12730:1 12740:1 12759:2 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:2 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:7 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13592:1 13596:1 13643:1 13707:4 13719:1 13721:1 13723:1 13727:2 13741:1 13747:1 13748:8 13751:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13883:14 13949:3 13974:1 13998:1 14011:1 14078:2 14082:1 14088:1 14221:1 14223:1 14226:2 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14418:2 14428:1 14438:1 14439:1 14452:1 14519:3 14525:2 14556:2 14597:1 14643:1 14651:1 14653:1 14682:1 14710:1 14760:2 14767:1 14775:1 14783:1 14785:1 14822:1 14830:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14921:1 14933:1 14957:1 14964:2 15022:1 15026:1 15068:3 15084:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:1 15219:1 15226:1 15255:1 15260:1 15275:1 15281:1 15298:1 15355:1 15370:1 15424:1 15440:1 15462:2 15476:1 15491:1 15507:1 15589:3 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15946:1 15965:1 16020:1 16021:17 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:1 16288:1 16292:1 16296:2 16303:1 16308:1 16347:2 16349:1 16395:1 16422:3 16423:1 16447:1 16449:1 16517:2 16519:1 16553:2 16567:1 16589:1 16616:1 16649:1 16651:2 16677:1 16694:3 16712:1 16731:1 16742:1 16748:1 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16829:1 16835:1 16840:4 16854:1 16866:3 16879:1 16885:1 16907:2 17064:1 17119:1 17172:1 17200:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17324:1 17332:1 17346:2 17348:3 17360:1 17395:2 17427:1 17447:1 17465:2 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17896:1 17967:1 18006:1 18140:1 18163:2 18170:1 18183:1 18206:1 18211:1 18213:1 18254:1 18305:1 18312:1 18354:6 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18602:1 18624:8 18657:1 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19081:3 19085:2 19097:1 19144:1 19145:1 19168:1 19262:1363 19265:2 19282:3 19311:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19482:3 19487:1 19492:3 19495:1 19496:1 19498:1 19525:1 19545:1 19559:1 19567:1 19586:1 19663:1 19664:2 19707:3 19759:1 19765:1 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19886:1 19938:2 19953:2 19975:4 19995:1 20006:2 20020:1 20033:1 20069:1 20091:1 20125:8 20131:1 20170:1 20202:1 20276:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20405:1 20420:2 20421:1 20429:1 20432:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20587:1 20620:1 20658:1 20674:1 20683:3 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:5 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:1 21075:1 21096:1 21100:1 21101:1 21103:1 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21334:1 21341:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21568:10 21576:2 21597:4 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22140:2 22142:1 22144:2 22182:1 22190:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:3 22383:3 22384:2 22389:1 22396:1 22409:1 22413:1 22429:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:1 22572:2 22579:3 22605:1 22618:1 22632:1 22688:1 22703:1 22713:2 22723:2 22732:1 22766:1 22794:1 22797:2 22803:2 22853:1 22888:1 22890:1 22916:1 22939:1 22951:2 23002:2 23004:1 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:1 23366:2 23370:1 23375:1 23382:1 23424:1 23454:1 23489:2 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23748:1 23785:1 23790:1 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23874:1 23888:1 23896:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:1 24118:1 24183:1 24212:2 24305:1 24335:3 24382:1 24429:1 24431:8 24506:2 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24686:2 24699:1 24710:1 24789:1 24846:1 24847:1 24848:1 24851:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:1 24914:2 24918:2 24925:1 24926:1 24937:1 24946:1 24956:3 24972:1 24992:1 24993:1 25030:1 25035:1 25066:2 25074:1 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:1 25300:1 25347:3 25402:6 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25680:2 25709:1 25711:1 25729:1 25827:1 25858:1 25860:1 25862:1 25882:1 25884:1 25938:1 25940:1 25987:1 25999:1 26093:1 26096:1 26130:1 26156:1 26158:1 26160:2 26169:1 26238:1 26249:1 26269:2 26293:1 26325:3 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26523:1 26534:1 26558:1 26564:1 26569:3 26580:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26803:1 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:1 26902:1 26906:1 26918:1 26921:3 26944:2 26972:1 26985:1 26991:1 26997:1 27006:1 27016:1 27060:1 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27381:1 27389:1 27414:1 27435:1 27475:1 27525:1 27529:1 27543:1 27548:1 27567:1 27584:1 27589:1 27618:2 27629:1 27642:1 27651:4 27715:3 27718:1 27739:1 27742:1 27797:4 27818:1 27820:1 27848:1 27862:2 27877:2 27878:1 27885:1 27897:1 27908:1 27971:2 27997:1 28007:1 28025:1 28028:1 28097:2 28099:1 28113:1 28132:1 28181:2 28196:1 28199:6 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28513:1 28528:2 28557:1 28571:1 28589:1 28596:1 28617:14 28618:1 28622:1 28662:6 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28790:3 28827:4 28828:1 28861:1 28872:1 28898:2 28902:1 28935:1 29000:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29186:1 29280:2 29290:1 29291:1 29297:10 29310:1 29322:1 29325:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29454:1 29462:1 29482:1 29500:1 29510:1 29516:2 29664:1 29686:1 29706:1 29714:2 29753:1 29764:1 29773:1 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29847:1 29851:1 29854:2 29857:1 29860:1 29867:1 29870:1 29883:1 29903:1 29905:2 29914:1
20 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 99:1 104:1 117:1 173:1 189:1 226:1 277:1 278:1 308:3 354:1 377:2 379:1 419:1 489:1 492:2 518:1 534:1 575:1 593:1 634:1 660:1 665:1 669:1 765:1 912:1 923:2 945:2 952:1 966:1 972:3 988:1 998:1 1010:3 1030:1 1033:1 1035:1 1036:3 1040:2 1059:1 1071:3 1103:3 1108:1 1122:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1362:1 1374:1 1377:1 1399:1 1434:1 1508:1 1523:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:2 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:5 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1809:1 1824:1 1856:1 1881:1 1917:5 1921:1 1922:1 1932:1 1972:1 1978:2 2005:1 2011:1 2042:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2231:1 2239:1 2261:1 2293:3 2296:1 2321:1 2330:2 2336:1 2358:1 2360:8 2361:1 2372:1 2373:1 2374:2 2375:1 2379:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2464:2 2475:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2712:1 2743:1 2784:1 2792:1 2808:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2990:1 3015:1 3047:1 3070:3 3080:8 3081:2 3086:1 3098:1 3100:2 3110:1 3119:1 3131:7 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3491:2 3519:3 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3863:1 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:3 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4179:1 4189:2 4191:1 4216:1 4235:1 4283:1 4307:1 4327:1 4359:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4649:1 4653:1 4689:1 4699:1 4737:1 4744:1 4753:1 4762:2 4770:1 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:5 5035:1 5062:1 5092:3 5100:2 5101:4 5115:3 5116:1 5136:1 5137:1 5138:2 5141:2 5144:2 5149:1 5161:1 5242:1 5249:1 5279:1 5298:1 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5562:2 5585:1 5666:2 5688:2 5711:1 5720:1 5725:1 5731:1 5739:1 5746:3 5767:1 5796:1 5826:1 5844:1 5900:1 5910:1 5913:1 5919:2 5944:1 5945:1 5953:1 5966:1 6035:3 6055:2 6059:2 6069:1 6070:1 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6292:1 6299:1 6311:1 6312:1 6359:1 6367:3 6375:1 6420:1 6450:3 6451:1 6467:1 6493:1 6518:1 6548:1 6551:1 6568:3 6584:1 6588:2 6592:1 6596:2 6600:1 6601:2 6602:3 6667:1 6672:1 6715:1 6736:1 6756:1 6800:1 6864:1 6937:1 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7007:1 7014:1 7015:1 7018:1 7022:2 7027:1 7049:1 7050:1 7054:1 7072:1 7073:1 7103:1 7136:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7369:1 7390:1 7415:5 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7828:2 7837:1 7857:1 7865:1 7883:1 7897:2 7898:1 7901:1 7943:1 7952:1 7981:2 7992:6 8006:1 8010:1 8013:3 8017:1 8058:19 8082:4 8083:6 8084:1 8092:1 8119:1 8127:1 8144:2 8150:1 8200:1 8256:1 8292:1 8342:1 8362:3 8375:1 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8531:1 8565:1 8591:16 8608:1 8632:1 8642:1 8651:1 8768:1 8780:1 8790:2 8813:1 8825:3 8844:1 8898:1 8948:2 8958:3 8962:4 8964:1 8968:1 8972:3 9064:1 9123:1 9156:1 9234:1 9257:1 9266:2 9303:1 9314:1 9318:1 9324:2 9342:1 9355:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:2 9714:1 9730:1 9732:1 9736:1 9833:1 9865:1 9912:1 9928:1 9948:2 9971:1 9979:2 9987:1 10000:1 10088:1 10091:3 10093:1 10096:6 10110:3 10163:1 10165:1 10174:2 10176:1 10187:1 10189:1 10204:6 10221:1 10227:1 10234:1 10259:1 10267:1 10270:1 10339:2 10359:2 10365:2 10399:1 10416:1 10422:1 10442:2 10454:1 10464:1 10468:1 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:1 10918:1 10939:1 10942:1 10996:2 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:1 11096:1 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:3 11227:4 11262:1 11286:1 11295:1 11302:4 11320:3 11385:1 11401:1 11427:3 11429:1 11475:1 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:1 11670:1 11679:1 11707:1 11736:1 11744:1 11757:3 11760:2 11818:1 11846:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:1 12019:1 12036:1 12038:2 12117:1 12141:1 12148:1 12157:5 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12234:1 12281:1 12283:4 12292:2 12298:4 12347:1 12374:1 12376:11 12448:1 12450:1 12484:1 12485:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12711:1 12720:1 12721:2 12729:1 12730:1 12740:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:2 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:7 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13592:1 13596:1 13643:1 13707:4 13719:1 13721:1 13723:2 13727:2 13741:1 13747:1 13748:8 13750:1 13751:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13949:3 13974:1 13998:1 14011:1 14070:1 14078:2 14082:1 14088:1 14221:1 14223:1 14226:2 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14452:1 14519:3 14525:2 14556:2 14597:1 14643:1 14651:1 14653:1 14682:1 14710:1 14760:2 14767:1 14775:1 14783:1 14785:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15026:1 15068:3 15084:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:1 15219:1 15226:1 15255:1 15260:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15424:1 15440:1 15462:2 15476:1 15491:1 15507:1 15589:3 15590:1 15595:1 15660:2 15793:2 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15946:1 15965:1 16020:1 16021:17 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:2 16288:1 16292:1 16296:2 16303:1 16308:1 16347:2 16349:1 16395:1 16422:3 16423:1 16447:1 16449:1 16517:2 16519:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:3 16712:1 16731:1 16742:1 16748:1 16755:3 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16826:1 16829:1 16835:1 16840:5 16854:1 16866:3 16879:1 16885:1 16907:2 17027:1 17064:1 17119:1 17124:1 17172:1 17200:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17324:1 17332:1 17346:2 17348:3 17360:1 17395:2 17427:1 17447:1 17450:1 17465:3 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17896:1 17967:1 18006:1 18055:1 18140:1 18163:2 18170:1 18183:1 18206:1 18211:1 18213:1 18216:1 18254:1 18305:1 18312:1 18354:6 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18602:1 18624:8 18657:1 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19081:3 19085:2 19097:1 19144:1 19145:1 19168:1 19262:1417 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19482:3 19487:1 19492:3 19495:1 19496:1 19498:1 19525:1 19545:1 19559:1 19567:1 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19886:1 19938:2 19953:2 19975:4 19995:1 20006:2 20020:1 20033:1 20069:1 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20276:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:1 20429:1 20432:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20587:1 20620:1 20658:1 20674:1 20683:3 20694:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:5 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:1 21075:1 21096:1 21100:1 21101:1 21103:1 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21568:10 21576:2 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22140:2 22142:1 22144:2 22182:1 22190:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:3 22383:3 22384:3 22389:1 22396:1 22409:1 22413:1 22429:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:1 22572:2 22579:3 22605:1 22618:1 22632:1 22688:1 22703:1 22713:2 22723:2 22732:1 22766:1 22794:1 22797:2 22803:2 22853:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 23002:2 23004:1 23007:1 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:1 23382:1 23424:1 23454:1 23489:3 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23748:1 23785:1 23790:1 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 23990:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24183:1 24194:1 24212:2 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24789:1 24846:1 24847:1 24848:1 24851:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:1 24914:2 24918:2 24925:1 24926:1 24937:1 24946:1 24956:3 24972:1 24992:1 24993:1 25030:1 25035:1 25036:1 25066:2 25074:2 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:3 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25680:2 25709:1 25711:1 25729:1 25827:1 25838:1 25858:1 25860:1 25862:1 25882:1 25884:1 25938:1 25940:1 25987:1 25999:1 26093:1 26096:1 26130:1 26156:1 26158:1 26160:2 26169:1 26238:1 26249:1 26269:2 26293:2 26325:3 26345:1 26356:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:3 26580:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26803:1 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:1 26902:1 26906:1 26918:1 26921:3 26944:2 26972:1 26985:1 26991:1 26997:1 27006:1 27016:1 27060:1 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27543:1 27548:1 27567:2 27573:1 27584:1 27589:1 27618:2 27629:1 27642:1 27651:4 27703:1 27715:3 27718:1 27739:1 27742:1 27797:4 27818:1 27820:1 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27897:1 27908:1 27971:2 27997:1 28007:1 28025:1 28028:1 28097:2 28099:1 28113:1 28132:1 28181:2 28196:1 28199:6 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28513:1 28528:3 28557:1 28571:1 28589:1 28596:1 28617:14 28618:1 28622:1 28662:6 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28790:3 28827:5 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28935:2 28961:1 29000:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29186:1 29280:2 29290:1 29291:1 29297:10 29310:1 29322:1 29324:1 29325:1 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29454:1 29462:1 29482:1 29500:1 29510:1 29516:2 29663:1 29664:1 29686:1 29706:1 29714:2 29738:1 29753:1 29764:1 29773:1 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29847:2 29851:1 29854:2 29857:1 29860:1 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1
20 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 99:1 104:1 117:1 173:1 189:1 226:1 277:1 278:1 308:3 354:1 377:2 379:1 419:1 489:1 492:2 518:1 534:1 575:1 579:1 593:1 620:1 634:1 660:2 665:1 669:1 765:1 912:1 923:2 945:2 952:1 966:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:2 1035:1 1036:3 1040:2 1059:1 1071:3 1103:3 1108:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1260:1 1270:1 1302:1 1307:1 1361:1 1362:1 1374:1 1377:1 1382:1 1399:1 1434:1 1508:1 1523:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:2 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:6 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1809:1 1823:1 1824:1 1856:1 1881:1 1917:5 1921:1 1922:1 1932:1 1939:1 1972:1 1978:2 2005:1 2011:1 2042:1 2058:2 2068:1 2087:1 2106:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2231:1 2239:1 2261:1 2293:3 2296:1 2321:1 2330:2 2336:1 2358:1 2360:8 2361:2 2372:1 2373:1 2374:2 2375:1 2379:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2464:2 2475:1 2492:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2712:1 2743:1 2784:1 2792:1 2808:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2990:1 3015:1 3047:1 3070:3 3080:8 3081:2 3086:1 3098:1 3100:2 3110:1 3119:1 3131:8 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3453:1 3491:2 3519:3 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3863:2 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:3 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4179:1 4189:2 4191:1 4216:1 4235:1 4283:1 4307:1 4327:1 4359:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4614:1 4649:1 4653:1 4689:1 4699:1 4737:1 4744:1 4753:1 4762:2 4770:1 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:5 5008:1 5035:1 5062:1 5092:3 5100:2 5101:4 5115:3 5116:1 5136:1 5137:1 5138:2 5141:2 5144:2 5149:1 5161:1 5242:1 5249:1 5279:1 5298:2 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5556:1 5562:3 5585:1 5666:2 5688:2 5711:1 5720:1 5725:1 5731:1 5739:1 5746:3 5767:1 5796:1 5826:1 5844:1 5900:1 5910:1 5913:1 5919:2 5944:1 5945:1 5953:1 5966:1 6035:3 6036:1 6055:2 6059:2 6069:1 6070:1 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6359:1 6367:3 6375:1 6420:1 6450:3 6451:1 6467:1 6493:1 6518:1 6548:1 6551:1 6568:3 6584:1 6588:2 6592:1 6596:2 6600:1 6601:2 6602:3 6667:1 6672:1 6715:2 6736:2 6756:1 6800:1 6864:1 6937:1 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7072:1 7073:1 7103:1 7136:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7369:1 7390:1 7415:5 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7828:2 7837:1 7857:1 7865:1 7883:1 7897:2 7898:1 7901:1 7943:1 7952:1 7981:2 7992:7 8006:1 8010:1 8013:3 8017:1 8058:19 8082:4 8083:7 8084:1 8092:1 8119:1 8127:1 8144:2 8150:1 8200:1 8256:1 8292:1 8342:1 8362:3 8375:1 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8531:1 8565:1 8591:16 8608:1 8632:1 8642:1 8651:1 8768:1 8780:1 8790:2 8813:1 8825:3 8834:1 8844:1 8898:1 8948:2 8956:1 8958:3 8962:4 8964:1 8968:1 8972:3 8983:1 9064:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9303:1 9314:1 9318:1 9324:2 9342:1 9355:1 9366:1 9374:1 9390:1 9393:1 9403:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:2 9714:1 9730:1 9732:1 9736:1 9833:1 9865:1 9912:1 9928:1 9948:2 9971:1 9979:2 9987:1 10000:1 10088:1 10091:3 10093:1 10096:6 10110:3 10163:1 10165:1 10174:2 10176:1 10187:1 10189:1 10204:8 10221:1 10227:1 10234:1 10259:1 10267:1 10270:1 10339:2 10359:2 10365:2 10399:1 10416:1 10422:1 10442:2 10454:1 10464:1 10468:1 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:2 10918:1 10939:1 10942:1 10996:2 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:1 11096:1 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:4 11227:4 11262:1 11286:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:3 11429:1 11475:1 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:1 11670:1 11679:1 11707:1 11736:1 11744:1 11757:3 11760:2 11818:1 11846:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:1 12019:2 12036:1 12038:2 12073:1 12117:1 12124:1 12141:1 12148:1 12157:5 12178:1 12194:1 12205:1 12221:1 12225:1 12231:2 12234:1 12281:1 12283:5 12292:2 12298:5 12347:1 12374:1 12376:11 12448:1 12450:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12711:1 12720:1 12721:2 12729:2 12730:2 12740:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:2 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:7 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13592:1 13596:2 13643:1 13707:4 13719:1 13721:1 13723:2 13727:2 13741:1 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13949:3 13974:1 13998:1 14011:1 14070:1 14078:2 14082:1 14088:1 14221:1 14223:1 14226:2 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14452:1 14519:3 14525:2 14556:2 14597:1 14643:1 14651:1 14653:1 14682:1 14710:1 14760:2 14767:1 14775:1 14783:1 14785:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15026:2 15068:3 15084:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:2 15219:1 15226:1 15255:1 15260:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15424:1 15440:1 15462:2 15476:2 15491:1 15507:1 15589:3 15590:1 15595:1 15596:1 15660:2 15793:3 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15946:1 15965:1 16020:1 16021:18 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:2 16288:1 16292:1 16296:2 16303:1 16308:1 16347:2 16349:1 16395:1 16422:4 16423:1 16447:1 16449:1 16517:2 16519:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:3 16712:1 16731:1 16742:1 16748:1 16755:3 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16826:1 16829:1 16835:1 16840:5 16854:1 16866:3 16879:1 16885:1 16907:2 17027:1 17064:1 17119:1 17124:1 17172:1 17200:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17332:1 17346:2 17348:4 17357:1 17360:1 17395:2 17427:1 17447:1 17450:1 17465:3 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17856:1 17896:1 17967:1 18006:1 18055:1 18080:1 18140:1 18163:2 18170:1 18183:1 18206:1 18211:1 18213:1 18216:1 18254:1 18283:1 18305:1 18312:1 18354:6 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18602:1 18604:1 18624:8 18657:1 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19081:3 19085:2 19097:1 19139:1 19144:1 19145:1 19168:1 19262:1474 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19482:3 19487:1 19492:3 19495:1 19496:1 19498:1 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:2 19975:4 19995:1 20006:2 20020:1 20033:1 20069:1 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20264:1 20276:1 20299:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:2 20429:1 20432:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20587:1 20620:1 20658:1 20674:1 20683:4 20694:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:6 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:1 21075:1 21096:1 21100:1 21101:3 21103:1 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21568:10 21576:2 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22140:2 22142:1 22144:2 22182:1 22190:1 22243:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:3 22383:3 22384:3 22389:1 22396:1 22409:1 22413:1 22429:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:2 22572:2 22579:3 22605:1 22618:1 22632:1 22688:1 22703:1 22713:2 22723:2 22732:1 22766:1 22794:1 22797:2 22803:2 22853:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 23002:2 23004:1 23007:1 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:1 23382:1 23405:1 23424:1 23436:1 23454:1 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23748:1 23785:1 23790:1 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 23990:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24183:1 24194:1 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24789:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:1 24914:2 24918:2 24925:1 24926:1 24937:1 24946:1 24956:3 24972:1 24992:1 24993:1 25030:1 25035:1 25036:1 25059:1 25066:2 25074:2 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:4 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25709:1 25711:1 25729:1 25827:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25938:1 25940:1 25987:1 25999:1 26093:1 26096:1 26130:1 26156:1 26158:1 26160:2 26169:1 26238:1 26249:1 26269:2 26293:2 26325:3 26345:1 26356:1 26425:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:3 26580:1 26581:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26803:1 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26900:1 26902:1 26906:1 26918:1 26921:3 26922:1 26944:2 26972:1 26985:1 26991:1 26997:1 27006:1 27016:3 27060:1 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27543:1 27548:2 27567:2 27573:1 27584:1 27589:1 27618:2 27629:1 27642:1 27651:4 27703:1 27710:1 27715:3 27718:1 27739:1 27742:1 27797:4 27818:1 27820:2 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27897:1 27908:1 27971:2 27997:1 28007:1 28025:1 28028:1 28097:2 28099:1 28113:2 28132:1 28181:2 28196:1 28199:6 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28513:1 28528:4 28557:1 28571:1 28589:1 28596:1 28617:15 28618:1 28622:1 28662:8 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28790:3 28827:6 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28935:2 28961:1 29000:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29186:1 29280:3 29290:1 29291:1 29297:10 29310:1 29322:1 29324:1 29325:1 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29482:1 29500:1 29510:1 29516:2 29663:1 29664:1 29681:1 29686:1 29706:1 29714:2 29738:1 29753:1 29764:1 29773:1 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29847:2 29851:1 29854:2 29857:1 29860:1 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1
20 10:1 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 99:1 104:1 117:1 173:1 189:1 211:1 226:1 277:1 278:2 308:3 354:1 377:2 379:1 419:1 422:1 489:1 492:2 518:1 534:1 575:1 579:1 593:2 620:1 634:2 660:2 665:1 669:1 765:1 912:1 923:2 945:2 952:1 966:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:2 1035:1 1036:3 1040:2 1059:1 1071:3 1103:3 1108:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1260:1 1270:2 1302:1 1307:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1508:1 1523:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:2 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:7 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1809:1 1823:1 1824:1 1856:1 1881:1 1917:5 1921:2 1922:1 1932:1 1939:1 1972:1 1978:2 2005:1 2011:1 2042:1 2053:1 2058:2 2068:1 2081:1 2087:1 2106:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2231:1 2239:1 2261:1 2293:3 2296:1 2321:1 2330:2 2336:1 2358:2 2360:8 2361:2 2372:1 2373:1 2374:2 2375:1 2379:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2464:2 2475:1 2492:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2712:1 2743:1 2784:1 2792:1 2808:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2990:1 3015:1 3047:1 3070:3 3080:8 3081:2 3086:1 3098:1 3100:2 3101:1 3110:1 3119:1 3131:8 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3453:1 3461:1 3491:2 3519:3 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3863:2 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:3 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4179:1 4189:2 4191:1 4216:1 4235:1 4283:1 4307:1 4327:1 4359:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4614:1 4649:1 4653:1 4689:1 4699:1 4737:1 4744:1 4753:1 4762:2 4770:1 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:6 5008:1 5035:1 5062:1 5092:3 5100:2 5101:4 5115:3 5116:1 5136:1 5137:1 5138:2 5141:2 5144:2 5149:1 5161:1 5242:1 5249:1 5279:1 5298:3 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5556:1 5562:3 5585:1 5666:2 5688:2 5711:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:1 5796:1 5826:1 5844:1 5900:1 5910:1 5913:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:3 6036:1 6055:2 6059:2 6069:1 6070:1 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6359:1 6367:3 6375:1 6420:1 6450:3 6451:1 6467:1 6493:1 6504:1 6518:1 6548:2 6551:2 6568:3 6584:1 6588:2 6592:1 6596:2 6600:1 6601:2 6602:3 6667:1 6672:1 6715:3 6736:3 6756:1 6800:1 6801:1 6864:1 6937:1 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7072:1 7073:1 7103:2 7136:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7369:1 7390:1 7415:6 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7828:2 7837:1 7857:1 7865:1 7883:1 7897:2 7898:1 7901:1 7943:1 7952:1 7981:2 7992:7 8006:1 8010:1 8013:3 8017:1 8058:19 8082:4 8083:8 8084:1 8092:1 8119:1 8127:1 8144:2 8150:1 8155:1 8200:1 8256:1 8292:1 8342:1 8362:3 8375:1 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8531:1 8565:1 8591:16 8608:1 8632:1 8642:1 8651:1 8709:1 8768:1 8780:1 8790:2 8813:1 8825:3 8834:1 8844:1 8898:1 8948:2 8956:1 8958:3 8962:4 8964:1 8968:1 8972:3 8983:1 8986:1 9060:1 9064:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9303:1 9314:1 9318:1 9324:2 9342:1 9355:1 9366:1 9374:1 9390:1 9393:1 9403:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:2 9714:1 9725:1 9730:1 9732:1 9736:1 9833:1 9846:1 9865:2 9912:1 9928:1 9948:2 9971:1 9979:2 9987:1 10000:1 10053:1 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:1 10189:1 10204:9 10221:1 10227:1 10234:1 10256:1 10259:1 10267:1 10270:1 10339:2 10359:2 10365:2 10380:1 10399:1 10416:1 10422:1 10442:2 10454:1 10464:1 10468:1 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:3 10918:1 10939:1 10942:1 10996:2 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:1 11096:1 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:4 11227:4 11262:1 11286:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:3 11429:1 11475:1 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:1 11670:1 11679:1 11707:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11846:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:1 12019:2 12036:1 12038:2 12073:1 12103:1 12117:1 12124:1 12141:1 12148:1 12157:5 12164:1 12178:1 12194:1 12205:1 12211:1 12221:1 12225:1 12231:2 12234:1 12275:1 12281:1 12283:5 12292:2 12298:6 12347:1 12374:1 12376:11 12448:1 12450:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12675:1 12711:1 12720:1 12721:2 12729:2 12730:2 12740:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:2 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:7 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13592:1 13596:2 13643:1 13690:1 13707:4 13719:1 13721:1 13723:3 13727:2 13741:1 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:1 14011:2 14070:1 14078:2 14082:1 14088:1 14218:1 14221:1 14223:1 14226:2 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14452:1 14519:3 14525:2 14556:2 14597:1 14643:1 14651:1 14653:2 14682:1 14710:1 14760:2 14767:1 14775:1 14783:1 14785:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:3 15068:3 15084:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:2 15219:1 15226:1 15255:1 15260:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15424:1 15440:1 15462:2 15476:2 15491:1 15507:1 15589:3 15590:1 15595:1 15596:1 15622:1 15660:2 15793:3 15803:1 15834:3 15835:1 15836:1 15897:1 15900:1 15946:1 15965:1 16020:1 16021:19 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:2 16288:1 16292:1 16296:2 16303:1 16308:1 16347:2 16349:1 16395:1 16422:5 16423:2 16447:1 16449:1 16517:2 16519:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:3 16712:1 16731:1 16742:1 16748:1 16755:3 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16826:1 16829:1 16835:1 16840:5 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 17027:1 17064:1 17119:1 17124:1 17172:1 17200:1 17227:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17332:1 17346:2 17348:4 17357:2 17360:1 17395:2 17427:1 17447:1 17450:1 17465:3 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17839:1 17856:2 17896:1 17967:1 18006:1 18055:1 18080:1 18085:1 18140:1 18163:2 18170:2 18183:1 18206:1 18211:1 18213:1 18216:1 18254:2 18283:1 18305:1 18312:1 18354:6 18394:1 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18602:1 18604:1 18624:8 18657:1 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19081:3 19085:2 19097:1 19139:1 19144:1 19145:1 19168:1 19262:1526 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19482:4 19487:1 19492:3 19495:1 19496:1 19498:1 19511:1 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:2 19975:4 19995:1 20006:2 20020:1 20033:1 20069:1 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20264:1 20276:1 20299:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:2 20429:2 20432:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20587:1 20620:1 20658:1 20674:1 20683:4 20691:1 20694:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:6 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:1 21075:1 21096:1 21100:1 21101:4 21103:1 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21449:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21568:10 21576:2 21581:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22140:2 22142:1 22144:2 22182:1 22190:1 22243:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:3 22383:3 22384:3 22389:1 22396:1 22409:1 22413:1 22429:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:2 22572:2 22579:3 22605:1 22618:1 22632:1 22688:1 22703:1 22713:2 22721:1 22723:2 22732:1 22766:1 22794:1 22797:2 22803:2 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 23002:2 23004:1 23007:2 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23193:3 23196:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:1 23382:1 23405:1 23424:1 23436:1 23454:1 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23748:1 23785:1 23790:1 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 23990:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24552:1 24579:1 24593:1 24598:1 24608:1 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24789:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:1 24914:2 24917:1 24918:2 24925:1 24926:1 24937:1 24946:2 24956:3 24957:1 24972:1 24992:1 24993:1 25030:1 25035:1 25036:1 25059:1 25066:2 25074:2 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:5 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25827:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:1 26158:1 26160:3 26169:1 26238:1 26249:1 26269:2 26293:2 26325:3 26345:1 26356:1 26425:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:3 26580:1 26581:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26803:1 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:1 26985:1 26991:1 26997:1 27006:1 27016:3 27060:1 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27543:1 27548:2 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27618:2 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:3 27718:1 27739:1 27742:1 27797:4 27818:1 27820:2 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27908:1 27971:2 27975:1 27997:1 28007:1 28025:1 28028:1 28048:1 28097:2 28099:1 28113:3 28132:1 28181:2 28196:1 28199:6 28219:1 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28513:1 28528:4 28557:1 28571:1 28589:1 28596:1 28617:15 28618:1 28622:1 28662:10 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28784:1 28790:3 28827:6 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28935:2 28961:1 29000:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29186:1 29280:3 29290:1 29291:1 29297:10 29310:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:1 29516:2 29663:1 29664:1 29681:1 29686:1 29706:1 29714:2 29738:1 29753:1 29764:1 29773:1 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29847:2 29851:2 29854:2 29857:1 29860:1 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1
20 10:1 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 99:1 104:1 117:1 173:1 189:1 211:1 226:1 277:1 278:2 308:3 354:1 377:2 379:1 419:1 422:2 489:1 492:2 518:1 534:1 575:1 579:1 593:2 620:2 634:2 660:2 665:1 669:2 765:1 912:1 923:2 945:2 952:1 966:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:2 1035:1 1036:5 1040:2 1059:1 1071:4 1103:3 1108:1 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:1 1270:2 1302:1 1307:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1508:1 1523:1 1527:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:2 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:8 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1809:1 1823:1 1824:1 1856:1 1881:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2042:1 2053:1 2058:2 2068:1 2081:1 2087:1 2106:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2231:1 2239:1 2261:1 2293:3 2296:1 2315:1 2321:1 2330:2 2336:1 2358:2 2360:8 2361:3 2372:1 2373:1 2374:2 2375:1 2379:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2439:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2464:2 2475:1 2492:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2702:1 2712:1 2743:1 2784:1 2792:1 2808:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2978:1 2990:1 3015:1 3047:1 3070:3 3080:8 3081:2 3086:1 3098:1 3100:2 3101:1 3110:1 3119:1 3131:8 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3453:1 3461:1 3491:2 3519:3 3530:1 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:4 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4179:1 4189:2 4191:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4359:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4614:1 4649:1 4653:2 4689:1 4699:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:1 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:8 5008:1 5035:1 5062:1 5092:3 5100:2 5101:5 5115:3 5116:1 5136:1 5137:1 5138:2 5141:2 5144:2 5148:1 5149:1 5161:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5556:1 5562:3 5585:1 5666:2 5688:2 5711:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:2 5796:1 5826:1 5844:1 5900:1 5910:1 5913:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:3 6036:1 6055:2 6059:2 6069:1 6070:1 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6359:1 6367:3 6375:1 6420:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6570:1 6584:1 6588:2 6592:1 6596:2 6600:1 6601:2 6602:3 6667:1 6672:1 6715:4 6736:4 6756:1 6800:1 6801:1 6864:1 6937:1 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7072:1 7073:1 7103:2 7136:1 7141:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7369:1 7390:1 7415:6 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7828:2 7837:1 7848:1 7857:1 7865:1 7883:1 7897:2 7898:1 7901:1 7943:1 7952:1 7978:1 7981:2 7992:7 8006:1 8010:1 8013:4 8017:1 8058:20 8082:4 8083:8 8084:1 8092:1 8119:1 8127:1 8144:2 8150:1 8155:1 8200:1 8256:1 8292:1 8342:1 8362:3 8375:2 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8531:1 8565:1 8591:16 8608:1 8632:1 8642:1 8651:1 8709:1 8768:1 8780:1 8790:2 8813:1 8817:1 8825:3 8834:1 8844:1 8898:1 8948:2 8956:1 8958:3 8962:4 8964:1 8968:1 8972:3 8983:1 8986:1 9060:1 9064:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9303:1 9314:1 9318:1 9324:2 9342:1 9355:1 9366:1 9374:1 9390:1 9393:1 9403:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9594:1 9614:1 9628:1 9710:2 9714:1 9725:1 9730:1 9732:1 9736:1 9833:1 9846:1 9865:2 9894:1 9896:1 9912:1 9928:1 9948:2 9971:1 9979:2 9987:2 10000:1 10053:1 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:1 10189:1 10204:9 10221:1 10227:1 10234:1 10256:1 10259:1 10267:1 10270:1 10339:2 10359:2 10365:2 10380:1 10399:1 10416:1 10422:1 10442:2 10454:1 10464:1 10468:1 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:4 10918:1 10939:1 10942:1 10996:2 11021:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:1 11096:2 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:4 11227:4 11262:1 11286:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:3 11429:1 11434:1 11436:1 11475:1 11515:1 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:1 11670:1 11679:1 11707:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11846:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:1 12019:2 12021:1 12036:1 12038:2 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:1 12164:1 12178:1 12194:1 12205:1 12211:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12281:1 12283:5 12292:2 12298:7 12347:1 12374:1 12376:11 12448:1 12450:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12675:1 12711:1 12720:1 12721:2 12729:2 12730:2 12740:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:2 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:7 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13592:1 13596:3 13643:1 13690:1 13707:4 13719:1 13721:1 13723:3 13727:2 13741:1 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:1 14011:2 14070:1 14078:2 14082:1 14088:1 14218:1 14221:1 14223:1 14226:2 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:1 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14442:1 14452:1 14519:3 14525:2 14556:2 14597:1 14643:1 14651:1 14653:2 14682:1 14710:1 14760:2 14767:1 14775:1 14783:1 14785:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:3 15084:1 15133:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:2 15219:1 15226:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15424:1 15440:1 15462:2 15468:1 15476:2 15491:1 15507:2 15589:3 15590:1 15595:1 15596:1 15622:1 15660:2 15793:3 15803:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 16020:1 16021:20 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16153:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:2 16288:1 16292:1 16296:3 16303:1 16308:1 16347:2 16349:1 16395:1 16396:1 16422:5 16423:2 16447:1 16449:1 16517:2 16519:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:3 16705:1 16712:1 16731:1 16742:1 16748:1 16755:3 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16826:1 16829:1 16835:1 16840:5 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 17027:1 17064:1 17119:1 17124:1 17172:1 17200:1 17227:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17332:1 17346:2 17348:4 17357:2 17360:1 17395:2 17427:1 17447:1 17450:1 17465:3 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17839:1 17856:2 17896:1 17967:1 17970:1 18006:1 18055:1 18080:1 18085:1 18140:1 18142:1 18163:2 18170:2 18183:1 18206:1 18211:1 18213:1 18216:1 18254:2 18283:1 18305:1 18312:1 18354:6 18394:1 18403:2 18430:1 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18602:1 18604:1 18608:1 18624:8 18657:1 18659:2 18699:1 18706:1 18762:1 18779:1 18829:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19081:4 19085:2 19087:1 19097:1 19139:1 19144:1 19145:1 19168:1 19262:1612 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19482:4 19487:1 19492:3 19495:1 19496:1 19498:1 19511:1 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:2 19975:4 19995:1 20006:2 20020:1 20033:1 20069:1 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:2 20429:2 20432:1 20454:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20587:1 20620:1 20658:1 20674:1 20683:4 20691:1 20694:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:6 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:1 21075:1 21096:1 21100:1 21101:4 21103:1 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21449:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21568:10 21576:2 21581:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21778:1 21808:3 21845:1 21847:3 21857:2 21888:1 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22120:1 22140:2 22142:1 22144:2 22182:1 22190:1 22215:1 22243:1 22250:1 22251:1 22307:1 22308:1 22373:1 22382:3 22383:3 22384:3 22389:1 22396:1 22409:1 22413:1 22429:1 22444:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:2 22572:2 22579:3 22594:1 22605:1 22618:1 22632:1 22688:1 22703:1 22713:2 22721:1 22723:2 22732:1 22766:1 22794:1 22797:2 22803:2 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 23002:2 23004:1 23007:2 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23193:3 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23436:1 23454:2 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23748:1 23785:1 23790:1 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 23990:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24552:1 24579:1 24593:1 24598:1 24608:2 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24789:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:1 24914:2 24917:1 24918:2 24925:1 24926:1 24937:1 24946:2 24956:3 24957:1 24972:1 24992:1 24993:1 25030:1 25035:1 25036:1 25059:1 25066:2 25074:2 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:6 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25827:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:1 26158:1 26160:3 26169:1 26238:1 26249:1 26269:2 26293:2 26325:3 26345:1 26356:1 26425:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:3 26580:1 26581:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26785:1 26803:1 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:1 26985:1 26991:1 26997:1 27006:1 27016:3 27060:1 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27543:1 27548:2 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27618:2 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:3 27718:1 27739:1 27742:1 27797:4 27810:1 27818:1 27820:2 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27971:2 27975:1 27997:1 28007:1 28025:1 28028:1 28048:1 28097:2 28099:1 28113:4 28132:1 28181:2 28196:1 28199:6 28219:1 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28508:1 28513:1 28528:4 28557:1 28571:1 28589:1 28596:1 28617:15 28618:1 28622:1 28640:1 28662:10 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28784:1 28790:3 28827:6 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28935:2 28961:1 29000:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29186:1 29280:3 29290:1 29291:1 29297:10 29310:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:1 29516:2 29650:1 29663:1 29664:1 29681:1 29686:1 29702:1 29706:1 29714:2 29738:1 29753:1 29764:1 29773:1 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29847:3 29851:2 29854:2 29857:1 29860:1 29863:1 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 99:1 104:1 117:1 162:1 173:1 189:1 211:1 226:1 277:1 278:2 308:3 354:1 377:2 379:1 419:1 422:2 489:1 492:2 518:1 534:1 575:1 579:1 593:2 620:2 634:2 660:2 665:1 669:2 765:1 912:1 923:2 928:1 945:2 952:1 966:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:2 1035:1 1036:5 1040:2 1059:1 1071:4 1103:3 1108:1 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:2 1270:2 1302:1 1307:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1508:1 1523:1 1527:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:2 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:9 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1809:1 1823:1 1824:1 1856:1 1881:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:1 2053:2 2058:2 2068:1 2081:2 2087:1 2106:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2230:1 2231:1 2239:1 2261:1 2293:3 2296:1 2305:1 2315:1 2321:1 2330:2 2336:1 2358:2 2360:8 2361:3 2372:1 2373:1 2374:2 2375:1 2379:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2435:1 2439:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2464:2 2475:1 2488:1 2492:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2743:1 2784:1 2792:1 2808:1 2821:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2923:1 2969:1 2978:1 2990:1 3015:1 3047:1 3070:3 3080:8 3081:2 3086:1 3098:1 3100:2 3101:1 3110:1 3119:1 3131:8 3157:1 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3453:1 3461:1 3491:2 3519:3 3530:1 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:4 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4179:1 4189:2 4191:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4359:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4699:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:1 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:8 5008:1 5035:1 5062:1 5092:3 5100:2 5101:5 5115:3 5116:1 5125:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:2 5148:1 5149:1 5161:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5556:1 5562:3 5585:1 5666:2 5688:2 5711:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:2 5796:1 5826:2 5844:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:3 6036:1 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6318:1 6359:1 6367:3 6375:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6570:1 6584:1 6585:1 6588:2 6592:1 6596:2 6600:2 6601:2 6602:3 6667:1 6672:1 6715:4 6736:4 6756:1 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7058:1 7072:1 7073:1 7103:2 7136:1 7141:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7828:2 7837:1 7848:1 7857:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:2 7992:7 8006:1 8010:1 8013:4 8017:1 8020:1 8058:20 8082:4 8083:8 8084:1 8092:1 8119:1 8127:1 8144:2 8150:1 8155:1 8200:1 8256:1 8292:1 8342:1 8362:3 8375:2 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8531:1 8565:1 8591:17 8608:1 8632:1 8642:1 8651:1 8709:1 8768:1 8780:1 8790:2 8813:1 8817:1 8825:3 8834:1 8844:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8968:2 8972:3 8983:1 8986:2 9060:2 9064:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9303:1 9314:1 9318:1 9324:2 9342:1 9355:1 9366:1 9374:1 9390:1 9393:1 9403:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9553:1 9594:1 9614:1 9628:1 9710:2 9714:1 9725:1 9730:1 9732:1 9736:1 9833:1 9846:1 9865:2 9894:1 9896:1 9912:1 9928:1 9948:2 9949:1 9971:1 9979:2 9987:2 10000:1 10053:1 10073:1 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:1 10189:1 10204:9 10220:1 10221:1 10227:1 10234:1 10256:1 10259:1 10267:1 10270:1 10339:2 10352:1 10359:2 10365:2 10380:1 10399:1 10416:1 10422:1 10442:2 10454:1 10464:1 10468:1 10474:1 10572:1 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:4 10918:1 10939:1 10942:1 10996:2 11013:1 11021:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:1 11096:2 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:4 11227:4 11262:1 11286:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:3 11429:1 11434:1 11436:1 11475:1 11515:1 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:1 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11846:1 11854:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:1 12019:2 12021:1 12036:1 12038:2 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:1 12164:1 12178:1 12194:1 12205:1 12211:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12281:1 12283:5 12292:2 12298:8 12347:1 12358:1 12374:1 12376:11 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12675:2 12711:1 12720:1 12721:2 12729:2 12730:2 12740:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:2 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:7 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13592:1 13596:3 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:1 14011:2 14070:1 14078:2 14082:1 14088:1 14153:1 14218:1 14221:1 14223:1 14226:3 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14442:1 14452:1 14519:3 14525:2 14556:2 14597:1 14643:1 14651:1 14653:2 14682:1 14710:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15133:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:2 15219:1 15226:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15424:1 15440:1 15462:2 15468:1 15476:2 15491:1 15507:2 15589:3 15590:1 15595:1 15596:1 15622:1 15660:2 15768:1 15793:3 15803:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 16020:1 16021:20 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16153:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:2 16288:1 16292:1 16296:3 16303:1 16308:1 16347:2 16349:1 16395:1 16396:1 16422:5 16423:3 16447:1 16449:1 16517:2 16519:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:3 16705:1 16712:1 16731:1 16742:1 16748:1 16755:3 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16826:1 16829:1 16835:2 16840:5 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17200:1 17227:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17332:1 17346:2 17348:4 17357:2 17360:1 17395:2 17427:1 17447:1 17450:1 17465:3 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17839:1 17856:2 17896:1 17967:1 17970:1 18006:1 18055:1 18080:1 18085:1 18140:1 18142:1 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18254:2 18283:1 18305:1 18312:1 18354:6 18394:1 18403:2 18404:1 18430:1 18435:1 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18602:1 18604:1 18608:1 18624:8 18657:1 18659:2 18699:1 18706:1 18762:1 18779:1 18829:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18956:1 18963:1 19049:2 19051:1 19054:1 19081:4 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19262:1658 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19482:4 19487:1 19492:3 19495:1 19496:1 19498:1 19511:1 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:2 19975:4 19995:1 20006:2 20020:1 20033:1 20069:1 20086:1 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:2 20429:2 20432:1 20454:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20587:1 20620:1 20658:1 20674:1 20683:4 20691:1 20694:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:6 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:1 21075:1 21096:1 21100:1 21101:5 21103:2 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21244:1 21283:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21449:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21568:10 21576:2 21581:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21755:1 21778:1 21808:3 21845:1 21847:3 21857:2 21888:1 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22120:2 22140:2 22142:1 22144:2 22182:1 22190:1 22199:1 22215:1 22243:1 22250:1 22251:1 22307:1 22308:1 22345:1 22373:1 22382:3 22383:3 22384:3 22389:1 22396:1 22409:1 22413:2 22429:1 22444:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:2 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22688:1 22703:1 22713:2 22721:1 22723:4 22732:1 22766:1 22794:1 22797:2 22803:2 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 23002:2 23004:1 23007:2 23017:2 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23193:3 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:1 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23436:1 23454:2 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23785:1 23790:2 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 23990:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24539:1 24552:1 24561:1 24579:1 24593:1 24598:1 24608:2 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24777:1 24789:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:1 24913:1 24914:2 24917:1 24918:2 24925:1 24926:1 24937:1 24946:2 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25035:1 25036:1 25059:1 25066:2 25074:2 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:6 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25827:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:2 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26293:2 26325:3 26345:1 26356:1 26425:1 26427:1 26429:1 26431:1 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26785:1 26803:1 26805:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26991:1 26997:1 27006:1 27016:3 27060:1 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27543:1 27548:2 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27618:2 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:3 27718:1 27739:1 27742:1 27797:4 27810:1 27818:1 27820:2 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27944:1 27971:2 27975:1 27997:1 28007:1 28025:1 28028:1 28048:1 28097:2 28099:1 28113:4 28132:1 28181:2 28196:1 28199:6 28219:1 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28508:1 28513:1 28528:4 28557:1 28571:1 28589:1 28596:1 28617:17 28618:1 28622:1 28640:1 28662:10 28677:1 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:6 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28935:2 28961:1 29000:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29186:1 29280:3 29290:1 29291:1 29297:10 29310:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:1 29516:2 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29702:1 29706:1 29714:2 29738:1 29753:1 29764:1 29773:1 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29847:3 29851:2 29854:2 29857:1 29860:1 29863:1 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 99:1 104:1 117:1 162:1 173:1 189:1 211:1 226:1 277:1 278:2 308:3 354:1 377:2 379:1 419:1 422:2 489:1 492:2 518:1 534:1 575:1 579:1 593:3 620:2 634:2 660:2 665:1 669:2 765:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:2 1035:1 1036:5 1040:2 1059:1 1071:4 1103:3 1108:1 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:3 1270:3 1302:1 1307:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1508:1 1523:1 1527:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:2 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:9 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1809:1 1823:1 1824:1 1856:1 1881:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:1 2053:2 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2230:1 2231:1 2239:1 2261:1 2293:4 2296:1 2305:1 2315:1 2321:1 2330:2 2336:1 2358:2 2360:8 2361:3 2372:1 2373:1 2374:2 2375:1 2379:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2435:1 2439:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2464:2 2475:1 2488:1 2492:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2743:1 2784:1 2792:1 2808:1 2821:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2923:1 2969:1 2978:1 2990:1 3015:1 3047:1 3070:3 3080:8 3081:2 3086:1 3098:1 3100:2 3101:1 3110:1 3119:1 3131:8 3157:1 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3453:1 3461:1 3491:3 3519:3 3530:1 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:4 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4179:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4359:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4699:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:1 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:8 5008:1 5035:1 5062:1 5092:3 5100:2 5101:5 5115:3 5116:1 5120:1 5125:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:2 5148:1 5149:1 5161:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5552:1 5556:1 5562:3 5585:1 5666:2 5688:2 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:2 5796:1 5826:2 5844:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:3 6036:1 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:1 6419:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6570:1 6584:1 6585:1 6588:3 6592:1 6596:2 6600:2 6601:2 6602:3 6667:1 6672:1 6715:4 6736:4 6756:1 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7058:1 7072:1 7073:1 7103:2 7136:1 7141:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7823:1 7828:2 7837:1 7848:1 7857:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:2 7992:7 8006:1 8010:1 8013:4 8017:1 8020:1 8058:20 8082:4 8083:8 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8200:1 8256:1 8292:1 8342:1 8362:3 8375:2 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8531:1 8565:1 8591:18 8608:1 8632:1 8642:1 8651:1 8709:1 8768:1 8780:1 8790:2 8813:1 8817:1 8825:3 8834:1 8844:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:3 8983:1 8986:2 9060:2 9064:1 9120:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:1 9303:1 9314:1 9318:1 9324:2 9342:1 9355:1 9366:1 9374:1 9390:1 9393:1 9403:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9553:1 9594:1 9614:1 9628:1 9710:2 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9833:1 9846:1 9865:2 9894:1 9896:1 9912:1 9928:1 9948:2 9949:1 9971:1 9979:2 9987:2 10000:1 10053:1 10073:2 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:1 10189:1 10204:9 10220:1 10221:1 10227:1 10234:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:2 10365:2 10380:1 10399:1 10416:1 10422:1 10442:2 10454:1 10464:1 10468:1 10474:1 10572:2 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:4 10918:1 10939:1 10942:1 10996:2 11013:1 11021:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:1 11096:2 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:4 11227:4 11262:1 11286:1 11290:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:3 11429:2 11434:1 11436:1 11475:1 11515:1 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:1 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11846:1 11854:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:2 12019:2 12021:1 12036:1 12038:2 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:1 12164:1 12178:1 12194:1 12205:1 12211:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12281:1 12283:5 12292:2 12298:8 12347:1 12358:1 12374:1 12376:11 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12675:2 12711:2 12720:1 12721:2 12729:2 12730:2 12740:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:2 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:7 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:3 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:1 14011:2 14030:1 14070:1 14078:2 14082:1 14088:1 14153:1 14218:1 14221:1 14223:1 14226:3 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14442:1 14452:1 14519:3 14525:2 14556:2 14597:1 14643:1 14651:1 14653:2 14682:1 14710:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15133:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15424:1 15440:1 15462:2 15468:1 15476:2 15491:1 15507:2 15589:3 15590:1 15595:1 15596:1 15622:1 15660:2 15768:1 15793:3 15803:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 16020:1 16021:20 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16153:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:2 16284:1 16288:1 16292:1 16296:3 16303:1 16308:1 16347:2 16349:1 16395:1 16396:1 16422:5 16423:3 16447:1 16449:1 16456:1 16517:2 16519:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:3 16705:1 16712:1 16731:1 16742:1 16748:1 16755:3 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16826:1 16829:1 16835:3 16840:5 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17200:1 17227:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17332:1 17346:2 17348:4 17357:2 17360:1 17395:2 17427:1 17447:1 17450:1 17465:3 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17839:1 17856:2 17896:1 17967:1 17970:1 18006:1 18055:1 18080:1 18085:1 18140:1 18142:1 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18254:2 18283:1 18305:1 18312:1 18354:6 18394:1 18403:2 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18699:1 18706:1 18762:1 18779:1 18826:1 18829:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18939:1 18956:1 18963:1 19049:2 19051:1 19054:1 19081:4 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19260:1 19262:1730 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:1 19498:1 19511:1 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:2 19975:4 19995:1 20006:2 20020:1 20033:1 20068:1 20069:2 20086:2 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:2 20429:3 20432:1 20454:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20587:1 20620:1 20658:1 20674:1 20683:4 20691:1 20694:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:6 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:2 21075:1 21096:1 21100:1 21101:5 21103:3 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21244:1 21283:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21449:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21755:1 21778:1 21808:3 21845:1 21847:3 21857:2 21888:1 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21965:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22120:2 22140:2 22142:1 22144:2 22182:1 22190:1 22199:1 22215:1 22243:1 22250:1 22251:1 22307:1 22308:1 22345:1 22373:1 22382:3 22383:3 22384:3 22389:1 22396:1 22409:1 22413:2 22429:1 22444:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:2 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22688:1 22703:1 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22794:1 22797:2 22803:2 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 23002:2 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23193:3 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23430:1 23436:1 23454:2 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23785:1 23790:3 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 23990:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24539:1 24552:1 24561:1 24579:1 24593:1 24598:1 24608:2 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24777:1 24789:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:2 24913:1 24914:2 24917:1 24918:2 24925:1 24926:1 24937:1 24946:3 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:6 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25770:1 25827:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:3 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26293:2 26325:3 26328:1 26345:1 26356:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26785:1 26803:1 26805:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26991:1 26997:1 27006:1 27016:3 27060:1 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27543:1 27548:2 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27618:2 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:3 27718:1 27739:1 27742:1 27797:4 27810:1 27818:1 27820:2 27828:1 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27944:1 27971:2 27975:1 27997:2 28007:1 28025:1 28028:1 28048:1 28095:1 28097:2 28099:1 28113:4 28132:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28508:1 28513:1 28528:4 28557:1 28571:1 28589:1 28596:1 28617:17 28618:1 28622:1 28640:1 28662:10 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:6 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28914:1 28935:2 28961:1 29000:1 29013:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29186:1 29280:3 29290:1 29291:1 29297:10 29310:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:2 29516:2 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29702:1 29706:1 29714:2 29738:1 29753:1 29764:1 29773:1 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29847:3 29851:2 29854:2 29857:1 29860:1 29863:1 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 99:1 104:1 117:1 162:1 173:1 189:1 206:1 211:1 226:1 277:1 278:2 308:3 311:1 354:1 377:2 379:1 419:1 422:2 489:1 492:2 518:1 534:1 575:1 579:1 592:1 593:3 620:2 634:2 660:2 665:1 669:2 765:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:3 1035:1 1036:5 1040:2 1059:1 1071:4 1103:3 1108:1 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:3 1270:4 1302:1 1307:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1508:1 1523:1 1527:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:3 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:9 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:1 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1809:1 1823:1 1824:1 1856:1 1881:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:1 2053:2 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2230:1 2231:1 2239:1 2261:1 2293:4 2296:1 2305:1 2315:1 2321:1 2330:2 2336:1 2358:2 2360:8 2361:3 2365:1 2372:1 2373:1 2374:3 2375:1 2379:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2435:1 2439:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2464:2 2475:1 2488:1 2492:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2792:1 2808:1 2821:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2923:1 2969:1 2978:1 2990:1 3015:1 3047:1 3070:3 3080:9 3081:2 3086:1 3098:1 3100:2 3101:1 3110:1 3119:1 3131:8 3157:1 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3453:1 3461:2 3491:3 3519:3 3530:1 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:4 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4179:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4359:1 4440:1 4462:1 4492:1 4503:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4699:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:1 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:9 5008:1 5035:1 5062:1 5092:3 5100:2 5101:5 5102:1 5115:3 5116:1 5120:1 5125:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:2 5148:1 5149:1 5161:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5552:1 5556:1 5562:3 5585:1 5666:2 5688:2 5703:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:2 5796:1 5826:2 5844:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:3 6036:1 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:1 6419:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6570:1 6578:1 6584:1 6585:1 6588:3 6592:1 6596:2 6600:2 6601:2 6602:3 6667:1 6672:1 6715:4 6736:4 6756:1 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7058:1 7072:1 7073:1 7103:2 7136:1 7141:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:3 7992:8 8006:1 8010:1 8013:4 8017:1 8020:1 8058:20 8082:4 8083:8 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8200:1 8222:1 8256:1 8292:1 8342:1 8362:3 8375:2 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:1 8531:1 8565:1 8591:18 8608:1 8632:1 8642:1 8651:1 8709:1 8764:1 8768:1 8780:1 8790:2 8813:1 8817:1 8825:3 8834:1 8844:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:3 8983:1 8986:2 9060:2 9064:1 9120:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:1 9303:1 9314:1 9318:1 9324:2 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9553:1 9594:1 9614:1 9628:1 9710:2 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9833:1 9846:1 9865:2 9894:1 9896:1 9912:1 9928:1 9948:2 9949:1 9971:1 9979:2 9987:2 10000:1 10053:1 10073:2 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:1 10189:1 10204:9 10220:1 10221:1 10227:1 10234:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:2 10365:2 10380:1 10399:1 10416:1 10422:1 10442:2 10454:1 10464:1 10468:1 10474:1 10572:2 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:4 10918:1 10939:1 10942:1 10996:2 11013:1 11021:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:2 11096:2 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:4 11227:4 11262:1 11286:1 11290:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:3 11429:2 11434:1 11436:1 11475:1 11507:1 11515:1 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:1 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11846:1 11854:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:2 12019:2 12021:1 12036:1 12038:2 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:1 12164:1 12178:1 12194:1 12205:1 12211:1 12213:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12281:1 12283:5 12292:2 12298:8 12347:1 12358:1 12374:1 12376:11 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12675:2 12711:2 12720:1 12721:2 12729:2 12730:2 12740:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:3 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:8 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:3 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:1 14011:2 14030:1 14070:1 14078:2 14082:1 14088:1 14153:1 14218:1 14221:1 14223:1 14226:3 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14442:1 14452:1 14519:3 14525:2 14556:2 14597:1 14643:1 14651:1 14653:2 14682:1 14710:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15123:1 15133:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15424:1 15440:1 15462:3 15468:1 15476:2 15491:1 15507:2 15589:3 15590:1 15595:1 15596:1 15622:1 15660:2 15768:1 15793:3 15803:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 16020:1 16021:22 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16153:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:2 16284:1 16288:1 16292:1 16296:3 16303:1 16308:1 16347:2 16349:1 16395:1 16396:1 16422:5 16423:3 16447:1 16449:1 16456:1 16517:2 16519:1 16545:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:3 16705:1 16712:1 16731:1 16742:1 16748:1 16755:3 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16826:1 16829:1 16835:3 16840:5 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17332:1 17346:2 17348:4 17357:2 17360:1 17395:2 17427:1 17447:1 17450:1 17465:3 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17839:1 17856:2 17896:1 17923:1 17967:1 17970:1 18006:1 18055:1 18080:1 18085:1 18140:1 18142:1 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18254:2 18283:1 18305:1 18312:1 18354:6 18376:1 18394:1 18403:2 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18699:1 18706:1 18762:1 18779:1 18826:1 18829:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18939:1 18956:1 18963:1 19049:2 19051:1 19054:1 19081:4 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19260:1 19262:1751 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:2 19498:1 19511:1 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:1 20006:2 20015:1 20020:1 20033:1 20068:1 20069:2 20086:2 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:2 20429:4 20432:1 20454:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20587:1 20620:1 20658:1 20674:1 20683:4 20691:1 20694:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:6 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:2 21075:1 21096:1 21100:1 21101:5 21103:3 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21244:1 21283:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21449:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21755:1 21778:1 21789:1 21808:3 21833:1 21845:1 21847:3 21857:2 21888:1 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21965:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22120:2 22140:2 22142:1 22144:2 22182:1 22190:1 22199:1 22215:1 22243:1 22250:1 22251:1 22307:1 22308:1 22345:1 22373:1 22382:3 22383:3 22384:3 22389:1 22396:1 22409:1 22413:2 22429:1 22444:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:2 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22688:1 22703:1 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22794:1 22797:2 22803:2 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 23002:2 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23165:1 23193:3 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23430:1 23436:1 23454:2 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23785:1 23790:3 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 23990:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24539:1 24552:1 24561:1 24579:1 24593:1 24598:1 24608:2 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24777:1 24789:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:2 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:6 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25770:1 25827:1 25828:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:3 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26293:2 26325:3 26328:1 26345:1 26356:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26785:1 26803:1 26805:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26991:1 26997:1 27006:1 27016:3 27060:1 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27543:1 27548:2 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27618:2 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:3 27718:1 27739:2 27742:1 27797:4 27810:1 27818:1 27820:2 27828:1 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27944:1 27971:2 27975:1 27997:3 28007:1 28025:1 28028:1 28048:1 28095:1 28097:2 28099:1 28113:4 28132:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28508:1 28513:1 28528:4 28557:1 28571:1 28589:1 28596:1 28617:17 28618:1 28622:1 28640:1 28662:10 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:7 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28914:1 28935:2 28961:1 29000:1 29013:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29186:1 29280:3 29290:1 29291:1 29297:10 29310:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29702:1 29706:1 29714:2 29738:1 29753:1 29764:1 29773:1 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29847:3 29851:2 29854:2 29857:1 29860:1 29863:1 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 99:1 104:1 117:1 162:1 173:1 189:1 206:1 211:1 226:1 277:1 278:2 308:3 311:1 354:1 377:2 379:1 419:1 422:2 489:1 492:2 518:1 534:1 575:1 579:1 592:1 593:3 620:2 634:2 660:2 665:1 669:2 765:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:3 1035:1 1036:5 1040:3 1059:1 1071:4 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:3 1270:4 1302:1 1307:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1508:1 1523:1 1527:1 1536:2 1555:1 1556:1 1584:1 1587:1 1588:3 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:11 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1809:1 1823:1 1824:1 1856:2 1881:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:1 2053:2 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2230:1 2231:1 2239:1 2261:1 2293:4 2296:1 2305:1 2315:1 2321:1 2330:2 2336:1 2358:2 2360:8 2361:3 2365:1 2366:1 2372:1 2373:1 2374:3 2375:1 2379:1 2387:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2435:1 2439:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2464:2 2475:1 2488:1 2492:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2792:1 2808:1 2821:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2923:1 2969:1 2978:1 2990:1 2997:1 3015:1 3047:1 3070:3 3080:9 3081:2 3086:1 3098:1 3100:2 3101:2 3110:1 3119:1 3131:8 3157:1 3224:1 3234:2 3292:3 3320:1 3391:1 3420:1 3437:1 3446:1 3453:1 3461:2 3491:3 3519:3 3530:1 3546:1 3588:1 3627:1 3638:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:1 3908:2 3930:1 3961:3 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:5 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4179:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4359:1 4440:1 4462:1 4492:1 4495:1 4503:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4699:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:3 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:9 5008:1 5035:1 5062:1 5092:3 5100:2 5101:6 5102:1 5115:3 5116:1 5120:1 5125:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:2 5148:1 5149:1 5161:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5552:1 5556:1 5562:3 5585:1 5666:2 5688:2 5703:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:2 5796:1 5826:2 5844:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:3 6036:1 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:2 6419:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:1 6584:1 6585:1 6588:3 6592:1 6596:2 6600:2 6601:2 6602:3 6667:1 6672:1 6715:4 6736:4 6756:1 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7058:1 7072:1 7073:1 7103:2 7136:1 7141:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:3 7992:8 8006:1 8010:1 8013:4 8017:1 8020:1 8058:20 8082:4 8083:9 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8200:1 8222:1 8256:1 8292:1 8342:1 8362:3 8375:2 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:2 8531:1 8543:1 8565:1 8591:19 8608:1 8632:1 8642:1 8651:1 8709:1 8764:1 8768:1 8780:1 8790:2 8813:1 8817:1 8825:3 8834:1 8844:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:3 8981:1 8983:1 8986:2 9060:2 9064:1 9120:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:1 9303:1 9314:1 9318:1 9324:2 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9553:1 9594:1 9614:1 9628:1 9710:2 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9833:1 9846:1 9865:2 9894:1 9896:1 9912:1 9925:1 9928:1 9948:2 9949:1 9971:1 9979:2 9987:2 10000:1 10053:1 10073:3 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:1 10189:1 10204:9 10218:1 10220:1 10221:1 10227:1 10234:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:2 10365:2 10380:1 10399:1 10416:1 10422:1 10442:2 10454:1 10464:1 10468:1 10474:1 10572:2 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:4 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:2 11096:2 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:1 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:4 11227:4 11262:1 11275:1 11286:1 11290:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:1 11507:1 11515:1 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:1 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11846:1 11854:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:2 12019:2 12021:1 12022:1 12036:1 12038:2 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:1 12164:1 12178:1 12194:1 12205:1 12211:1 12213:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12281:1 12283:5 12292:2 12298:8 12347:1 12358:1 12374:1 12376:11 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12675:2 12711:2 12720:1 12721:2 12729:2 12730:2 12740:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:3 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:8 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:1 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:1 14011:2 14030:1 14070:1 14078:2 14082:1 14088:1 14116:1 14153:1 14218:1 14221:1 14223:1 14226:3 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14442:1 14452:1 14519:3 14525:2 14556:2 14597:1 14634:1 14643:1 14651:1 14653:2 14682:1 14710:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15123:1 15133:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15372:1 15424:1 15440:1 15462:3 15468:1 15476:2 15491:1 15507:2 15589:3 15590:1 15595:1 15596:1 15622:1 15660:2 15768:1 15793:3 15803:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:24 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16142:1 16153:1 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:2 16284:1 16288:1 16292:1 16296:3 16303:1 16308:1 16347:2 16349:1 16395:1 16396:1 16422:5 16423:3 16447:1 16449:1 16456:1 16482:1 16517:2 16519:1 16545:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:3 16705:1 16712:1 16731:1 16742:1 16748:1 16755:3 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:1 16826:1 16829:1 16835:3 16838:1 16840:5 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17332:1 17346:2 17348:4 17357:2 17360:1 17395:2 17427:1 17447:1 17450:1 17465:3 17470:1 17474:9 17477:1 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17839:1 17856:2 17896:1 17915:1 17923:1 17967:1 17970:1 18006:1 18055:1 18080:1 18085:1 18140:1 18142:1 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18254:2 18283:1 18305:1 18312:1 18316:1 18354:6 18376:1 18394:1 18395:1 18403:2 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18691:1 18699:1 18706:1 18762:1 18779:1 18826:1 18829:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18939:1 18956:1 18963:1 19049:2 19051:1 19054:1 19081:4 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19260:1 19262:1804 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:2 19498:1 19511:1 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:1 20006:2 20015:1 20020:1 20033:1 20068:1 20069:2 20086:2 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:2 20429:4 20432:1 20454:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20620:1 20658:1 20674:1 20683:4 20691:1 20694:1 20734:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:6 20872:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:2 21075:1 21096:1 21100:1 21101:5 21103:4 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21244:1 21283:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21449:1 21452:1 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:1 21586:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21755:1 21778:1 21789:1 21808:3 21833:1 21845:1 21847:3 21857:2 21888:1 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21965:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22102:2 22120:2 22140:2 22142:1 22144:2 22182:1 22190:1 22199:1 22215:1 22243:1 22245:1 22250:1 22251:1 22307:1 22308:1 22345:1 22373:1 22382:3 22383:3 22384:3 22389:1 22396:1 22409:1 22413:2 22429:1 22444:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:2 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22688:1 22703:1 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22794:1 22797:2 22803:2 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 23002:2 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23430:1 23436:1 23454:2 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23785:1 23790:3 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23961:1 23965:1 23977:1 23990:1 24019:3 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24539:1 24552:1 24561:1 24579:1 24593:1 24598:1 24608:2 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24777:1 24789:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:2 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:6 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25770:1 25827:1 25828:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:4 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26325:3 26328:1 26345:1 26356:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26644:3 26645:1 26665:2 26718:3 26733:1 26757:2 26785:1 26803:1 26805:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26991:1 26997:1 27006:1 27016:3 27060:2 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27543:1 27548:2 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27618:2 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:3 27718:1 27739:2 27742:1 27797:4 27810:1 27818:1 27820:2 27828:1 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27944:1 27971:2 27975:1 27997:3 28007:1 28025:1 28028:1 28048:1 28095:1 28097:2 28099:1 28113:4 28132:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28508:1 28513:1 28528:4 28557:1 28571:1 28589:1 28596:1 28617:17 28618:1 28622:1 28640:1 28656:1 28662:10 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:7 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28914:1 28935:2 28961:1 29000:1 29013:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29186:1 29276:1 29280:3 29290:1 29291:1 29297:10 29310:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:1 29753:1 29764:1 29773:2 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29847:3 29851:2 29854:2 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:1 31:1 65:1 72:1 88:1 99:1 104:1 117:1 162:1 173:1 189:1 206:1 211:1 226:1 277:2 278:2 308:3 311:1 354:1 377:2 379:1 419:1 422:2 489:1 492:2 518:1 534:1 575:1 579:1 592:1 593:3 620:2 634:2 660:2 665:1 669:3 765:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:3 1035:1 1036:5 1040:3 1059:1 1065:1 1071:4 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:3 1270:4 1302:1 1307:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1584:1 1587:1 1588:3 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:12 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1802:1 1809:1 1823:1 1824:1 1856:2 1881:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:1 2053:2 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2230:1 2231:1 2239:1 2261:1 2293:4 2296:1 2305:1 2315:1 2321:1 2330:2 2336:1 2358:2 2360:8 2361:3 2365:1 2366:1 2372:1 2373:2 2374:3 2375:1 2379:1 2387:1 2389:1 2393:2 2413:1 2425:1 2426:4 2432:1 2435:1 2439:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2464:2 2475:1 2488:1 2490:1 2492:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2792:1 2808:1 2821:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2923:1 2969:1 2978:1 2990:1 2997:1 3015:1 3047:1 3070:3 3080:9 3081:2 3086:2 3098:1 3100:2 3101:2 3110:1 3119:1 3131:8 3157:1 3224:1 3234:2 3292:3 3320:1 3359:1 3391:1 3420:1 3437:1 3446:1 3453:1 3461:3 3491:3 3519:3 3530:1 3533:1 3541:1 3546:1 3588:1 3627:1 3638:1 3692:1 3703:1 3710:1 3746:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:2 3908:2 3930:1 3961:4 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:5 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4179:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4332:1 4359:1 4440:1 4462:1 4492:1 4495:1 4503:1 4504:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4699:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:3 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:10 5008:1 5035:1 5062:1 5092:3 5100:2 5101:6 5102:1 5115:3 5116:1 5120:1 5125:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:2 5148:1 5149:1 5161:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5552:1 5556:1 5562:3 5585:1 5666:2 5688:2 5703:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5844:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:1 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:2 6419:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6584:1 6585:1 6588:3 6592:1 6596:2 6600:2 6601:2 6602:4 6667:1 6672:1 6679:1 6715:4 6736:4 6756:1 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7058:1 7072:1 7073:1 7103:2 7136:1 7141:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:3 7992:8 8006:1 8010:1 8013:4 8017:1 8020:1 8058:20 8082:4 8083:9 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8200:1 8222:1 8256:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8495:1 8499:1 8517:1 8525:9 8530:2 8531:1 8543:1 8565:1 8583:1 8591:20 8608:1 8632:1 8642:1 8651:1 8709:1 8764:1 8768:1 8780:1 8790:2 8813:1 8817:1 8825:3 8834:1 8844:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:3 8981:1 8983:1 8986:2 9058:1 9060:2 9064:1 9120:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:2 9303:1 9314:1 9318:1 9321:1 9324:2 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9553:1 9594:1 9614:1 9628:1 9710:2 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9821:1 9833:1 9846:1 9865:2 9894:2 9896:1 9912:1 9925:1 9928:1 9948:2 9949:1 9971:1 9979:2 9987:2 10000:1 10053:1 10073:3 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:2 10189:1 10204:9 10218:1 10220:1 10221:1 10227:1 10234:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:2 10365:2 10380:1 10399:1 10416:2 10422:1 10442:2 10454:1 10464:1 10468:1 10474:1 10572:2 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:4 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11215:1 11220:1 11224:4 11227:4 11262:1 11275:1 11286:1 11290:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:1 11507:1 11515:2 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11846:1 11854:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:2 12019:2 12021:1 12022:1 12036:1 12038:2 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:1 12164:1 12178:1 12194:1 12205:1 12208:1 12211:1 12213:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12281:1 12283:5 12292:2 12298:8 12347:1 12358:1 12374:1 12376:11 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12675:2 12711:2 12720:1 12721:2 12729:2 12730:2 12740:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:3 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:8 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:1 14011:2 14030:1 14070:1 14078:2 14082:1 14088:1 14116:1 14153:1 14218:1 14221:1 14223:1 14226:3 14234:1 14252:2 14266:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14442:2 14452:1 14519:3 14525:2 14556:2 14597:1 14634:1 14643:1 14651:1 14653:2 14682:1 14710:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:1 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15123:1 15133:1 15134:1 15142:3 15164:1 15177:2 15178:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15372:1 15424:1 15440:1 15462:3 15468:1 15476:2 15491:1 15507:3 15589:3 15590:1 15595:1 15596:1 15622:1 15660:2 15768:1 15793:3 15803:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:25 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16138:1 16142:1 16153:2 16156:1 16189:1 16260:2 16266:1 16271:1 16272:2 16273:2 16284:1 16288:1 16292:1 16296:3 16303:1 16308:1 16347:2 16349:1 16395:1 16396:1 16422:5 16423:4 16447:1 16449:1 16456:1 16482:1 16517:2 16519:1 16545:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:4 16705:1 16712:1 16731:1 16742:1 16748:1 16755:4 16758:1 16783:1 16803:1 16810:1 16811:2 16816:1 16818:2 16823:1 16825:2 16826:1 16829:1 16835:3 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17332:1 17346:2 17348:4 17357:2 17360:1 17395:2 17427:1 17447:1 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17839:1 17856:2 17896:1 17915:1 17923:1 17967:1 17969:1 17970:1 18006:1 18055:1 18058:1 18080:1 18085:1 18140:1 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18254:2 18283:1 18305:1 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:2 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18491:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18691:1 18699:1 18701:1 18706:1 18762:1 18779:1 18826:1 18829:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18931:1 18933:1 18939:1 18956:1 18963:1 19049:3 19051:1 19054:1 19081:5 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19260:1 19262:1829 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:2 19498:1 19511:1 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:1 20006:2 20015:1 20020:1 20025:1 20033:1 20068:1 20069:3 20086:2 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:2 20429:4 20432:1 20454:1 20461:1 20462:1 20464:1 20477:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20674:1 20683:4 20691:1 20694:1 20734:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:3 20788:2 20793:1 20813:1 20821:2 20837:6 20872:1 20879:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:2 21075:1 21096:1 21100:1 21101:5 21103:4 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21244:1 21283:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21449:1 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:1 21586:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21755:1 21778:1 21789:1 21808:3 21833:2 21845:1 21847:3 21857:2 21888:1 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21965:1 21967:1 21979:1 21980:1 22036:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:1 22199:1 22215:1 22243:1 22245:1 22250:1 22251:1 22307:1 22308:1 22345:1 22361:1 22373:1 22382:3 22383:3 22384:3 22389:1 22396:1 22409:1 22413:2 22429:1 22444:1 22451:1 22480:1 22498:1 22533:1 22560:1 22570:2 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22688:1 22703:1 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22794:1 22797:2 22803:2 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 22971:1 23002:2 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23785:1 23790:3 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:1 23961:1 23965:1 23977:1 23990:1 24019:4 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24539:1 24552:1 24561:1 24579:1 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24777:1 24789:1 24837:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:2 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:1 25085:1 25106:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:6 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25770:1 25827:1 25828:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:4 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26325:3 26328:1 26345:1 26356:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26644:4 26645:1 26665:2 26718:3 26733:1 26757:2 26785:1 26803:1 26805:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26893:1 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26991:1 26997:1 27006:1 27016:3 27060:2 27067:1 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27543:1 27548:2 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27618:2 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:4 27718:1 27739:2 27742:1 27797:4 27810:1 27818:1 27820:2 27828:1 27837:1 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27944:1 27971:2 27975:1 27997:3 28007:1 28025:1 28028:1 28048:1 28095:1 28097:2 28099:1 28113:4 28132:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28508:1 28513:1 28528:4 28557:1 28571:1 28589:1 28596:1 28617:17 28618:1 28622:1 28640:1 28656:1 28662:10 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:7 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28914:1 28935:2 28961:1 29000:1 29013:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29176:1 29186:1 29276:1 29280:3 29290:1 29291:1 29297:10 29310:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:1 29753:1 29763:1 29764:1 29773:2 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29847:3 29851:2 29854:2 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:1 31:1 56:1 65:1 69:1 72:1 84:1 88:1 99:1 104:1 117:1 162:1 173:1 189:1 206:1 211:1 226:1 277:2 278:2 308:3 311:1 354:1 377:2 379:1 419:1 422:2 489:1 492:2 518:1 534:1 575:1 579:1 592:1 593:3 620:2 634:2 660:2 665:1 669:3 765:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:3 1035:1 1036:5 1040:3 1059:1 1065:1 1071:4 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:3 1270:4 1301:1 1302:1 1307:1 1327:1 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1584:1 1587:1 1588:3 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:13 1684:2 1687:7 1702:1 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1802:1 1809:1 1823:1 1824:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:1 2053:2 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2230:1 2231:1 2239:1 2261:1 2293:5 2296:1 2305:1 2315:1 2321:1 2330:2 2336:1 2358:2 2360:8 2361:3 2365:1 2366:1 2372:1 2373:2 2374:3 2375:1 2379:1 2387:1 2389:1 2391:1 2393:2 2413:1 2422:1 2425:1 2426:4 2432:1 2435:1 2439:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2463:1 2464:2 2475:1 2488:1 2490:1 2492:1 2547:1 2566:1 2568:1 2603:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2923:1 2958:1 2969:1 2978:1 2990:1 2997:1 3015:1 3047:1 3070:3 3080:9 3081:2 3086:2 3098:1 3100:2 3101:2 3110:1 3119:1 3131:8 3157:1 3224:1 3234:2 3292:3 3320:1 3359:1 3391:1 3420:1 3437:1 3446:1 3453:1 3461:3 3491:3 3519:3 3530:1 3533:1 3541:1 3546:1 3588:1 3627:1 3638:1 3692:2 3703:1 3704:1 3710:1 3746:1 3751:1 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:2 3908:2 3930:1 3961:4 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:5 4100:1 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4332:1 4359:1 4440:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4699:1 4716:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:4 4803:1 4810:1 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:11 5008:1 5035:1 5062:1 5092:3 5100:2 5101:6 5102:1 5115:3 5116:2 5120:1 5124:1 5125:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:3 5148:1 5149:1 5161:1 5201:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:2 5524:1 5541:1 5552:1 5556:1 5562:3 5585:1 5666:2 5688:2 5703:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5844:1 5847:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:2 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:3 6419:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6584:1 6585:1 6588:3 6592:1 6596:2 6600:3 6601:2 6602:4 6667:1 6672:1 6679:1 6715:4 6736:4 6756:1 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7058:1 7072:1 7073:1 7103:2 7136:1 7141:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:3 7992:8 7999:1 8006:1 8010:1 8013:4 8017:1 8020:1 8058:22 8082:4 8083:9 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8200:1 8222:1 8256:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8484:1 8495:1 8499:1 8517:1 8525:9 8530:2 8531:1 8543:1 8565:1 8583:1 8591:21 8608:1 8632:1 8642:1 8651:1 8709:1 8764:1 8768:1 8780:1 8790:2 8813:1 8817:1 8825:3 8834:1 8844:1 8872:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:3 8981:1 8983:1 8986:2 9008:1 9058:2 9060:2 9064:1 9120:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:3 9303:1 9314:1 9318:1 9321:1 9324:3 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:1 9409:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9543:1 9553:1 9594:1 9614:1 9628:1 9710:2 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9821:1 9833:1 9846:1 9865:2 9889:1 9894:2 9896:1 9912:1 9925:1 9928:1 9937:1 9948:2 9949:1 9971:1 9979:2 9987:2 10000:1 10053:1 10073:3 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:2 10189:1 10204:9 10218:1 10220:1 10221:1 10227:1 10234:1 10246:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10365:2 10380:1 10399:1 10416:2 10422:1 10442:2 10454:1 10464:1 10468:1 10474:2 10572:2 10583:1 10584:1 10618:1 10619:1 10629:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:4 10916:1 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11208:1 11215:1 11220:1 11224:4 11227:6 11262:1 11275:1 11286:1 11290:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:2 11507:1 11515:2 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11846:1 11854:1 11862:1 11893:1 11922:1 11940:1 11954:2 11959:6 12015:2 12019:2 12021:1 12022:1 12036:1 12038:2 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:1 12164:1 12178:1 12194:1 12205:1 12208:1 12211:1 12213:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12281:1 12283:5 12292:2 12298:8 12347:1 12358:1 12374:1 12376:11 12413:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12675:2 12711:2 12720:1 12721:2 12729:2 12730:2 12740:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:3 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:8 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:1 14011:2 14030:1 14037:1 14070:1 14078:2 14082:1 14088:1 14116:1 14153:1 14218:1 14221:1 14223:1 14226:3 14227:1 14234:1 14252:2 14266:1 14286:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14442:2 14452:1 14519:3 14525:2 14556:2 14597:1 14634:1 14643:1 14651:1 14653:2 14682:1 14710:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:2 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15164:2 15177:2 15178:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15372:1 15424:1 15440:1 15462:3 15468:1 15476:2 15491:1 15507:3 15567:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15660:2 15705:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:26 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16260:3 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:1 16292:1 16296:3 16297:1 16303:1 16308:1 16347:2 16349:1 16395:1 16396:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16517:2 16519:1 16545:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:4 16705:1 16712:1 16731:1 16742:1 16748:1 16755:4 16758:1 16783:1 16793:1 16803:1 16810:1 16811:2 16814:1 16816:1 16818:2 16823:1 16825:2 16826:1 16829:1 16835:3 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17332:1 17346:2 17348:4 17357:2 17360:1 17395:2 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:1 17561:2 17579:1 17583:1 17586:2 17593:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17839:1 17856:2 17896:1 17915:1 17923:1 17967:1 17969:1 17970:1 18006:1 18055:1 18058:1 18080:1 18085:1 18140:1 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18249:1 18254:2 18283:1 18305:1 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:2 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18491:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:3 18571:2 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18691:1 18699:1 18701:1 18706:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18929:1 18931:1 18933:1 18939:1 18956:1 18963:1 19049:3 19051:1 19054:1 19081:5 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19260:1 19262:1903 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:2 19498:1 19511:1 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:1 20006:2 20015:1 20020:1 20025:1 20033:1 20068:1 20069:4 20086:2 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:2 20429:4 20432:1 20454:1 20461:1 20462:1 20464:1 20477:1 20485:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20674:1 20683:5 20691:1 20694:1 20734:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:4 20788:2 20793:1 20813:1 20821:2 20837:6 20872:1 20879:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:3 21062:1 21075:1 21096:1 21100:1 21101:5 21103:4 21113:1 21115:2 21125:1 21164:1 21175:1 21209:1 21216:1 21237:1 21244:1 21283:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:2 21425:1 21437:1 21445:1 21449:1 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:2 21586:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21699:1 21708:2 21755:1 21778:1 21789:1 21808:3 21833:2 21845:1 21847:3 21853:1 21857:2 21888:1 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21965:1 21967:1 21979:1 21980:1 22007:1 22036:1 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:1 22199:2 22215:1 22243:1 22245:1 22250:1 22251:1 22307:1 22308:1 22345:1 22361:1 22373:1 22382:3 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:2 22429:1 22444:1 22451:1 22480:1 22498:1 22533:1 22551:1 22560:1 22570:2 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22680:1 22688:1 22703:1 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22770:1 22794:1 22797:2 22803:2 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 22971:1 23002:2 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23785:1 23790:3 23798:1 23804:1 23830:1 23854:3 23855:1 23865:2 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:1 23940:1 23961:1 23965:1 23977:1 23990:1 24019:4 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24539:1 24549:1 24552:1 24561:1 24579:1 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24837:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:2 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:1 25085:1 25106:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25292:2 25300:1 25347:6 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:1 25463:1 25627:2 25631:5 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25770:1 25827:1 25828:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25921:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:4 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26325:3 26328:1 26345:1 26356:1 26373:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26630:1 26644:4 26645:1 26665:2 26718:3 26733:1 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26893:1 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:3 27060:2 27067:2 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27300:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27543:1 27548:2 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:4 27718:1 27739:2 27742:1 27797:4 27810:2 27818:1 27819:1 27820:2 27828:1 27837:1 27848:1 27862:2 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27944:1 27971:2 27975:1 27997:3 28007:1 28025:1 28028:1 28048:1 28082:1 28095:1 28097:2 28099:1 28113:4 28132:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28386:3 28398:1 28427:1 28458:3 28469:1 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28571:1 28589:1 28596:1 28617:17 28618:1 28622:1 28640:1 28656:1 28662:10 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:7 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29176:1 29186:1 29276:1 29280:3 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29551:1 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:1 29743:1 29753:1 29763:1 29764:1 29773:2 29779:1 29780:1 29781:1 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29851:2 29854:2 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:1 31:1 56:1 65:1 69:1 72:1 84:1 88:1 99:1 104:1 117:1 162:1 173:1 189:1 206:1 211:1 226:1 277:3 278:2 308:3 311:1 354:1 377:2 379:1 419:1 422:2 489:1 492:2 518:1 534:1 575:1 579:1 592:1 593:3 611:1 620:2 634:2 660:2 665:1 669:3 765:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 971:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:3 1035:1 1036:5 1040:4 1059:1 1065:1 1071:4 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:3 1270:4 1301:1 1302:1 1307:1 1310:1 1327:1 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1447:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1584:1 1587:1 1588:3 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:13 1684:2 1687:7 1702:2 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1802:1 1809:1 1823:1 1824:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2146:1 2164:1 2176:4 2193:1 2220:1 2221:3 2230:1 2231:1 2239:1 2261:1 2293:5 2296:1 2305:1 2315:1 2321:1 2330:2 2336:1 2358:2 2360:8 2361:3 2365:1 2366:1 2372:1 2373:2 2374:3 2375:2 2376:1 2379:1 2387:1 2389:2 2391:1 2393:2 2413:1 2422:1 2425:1 2426:4 2432:1 2435:2 2439:1 2442:2 2444:1 2446:3 2448:2 2452:2 2459:1 2461:2 2463:1 2464:2 2475:1 2488:1 2490:1 2492:1 2547:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2856:1 2863:1 2872:1 2893:1 2911:1 2914:2 2919:1 2923:1 2958:1 2969:1 2978:1 2990:1 2997:1 3015:2 3047:1 3070:3 3080:9 3081:2 3086:2 3098:1 3100:2 3101:3 3110:1 3119:1 3131:9 3157:1 3224:1 3234:2 3292:3 3320:1 3359:1 3391:1 3420:1 3437:1 3446:1 3453:1 3461:3 3491:3 3519:3 3530:1 3533:1 3541:1 3546:1 3588:1 3627:1 3638:1 3692:2 3703:1 3704:1 3710:1 3746:1 3751:2 3760:1 3762:1 3764:1 3769:1 3802:1 3805:1 3806:1 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:2 3908:2 3930:1 3961:4 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:6 4100:2 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4332:1 4359:1 4440:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:1 4699:1 4716:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:4 4803:1 4810:2 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:12 5008:1 5035:1 5062:1 5092:3 5100:2 5101:6 5102:1 5115:3 5116:2 5120:1 5124:1 5125:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:3 5148:1 5149:1 5161:1 5201:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5524:1 5541:1 5552:1 5556:1 5562:4 5585:1 5666:2 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5844:1 5847:1 5862:1 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:2 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6202:2 6209:1 6225:1 6238:2 6252:2 6256:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:3 6419:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6584:1 6585:1 6588:3 6592:1 6596:2 6600:4 6601:2 6602:4 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7058:1 7072:1 7073:1 7103:2 7136:1 7141:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:3 7992:8 7999:1 8006:1 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:24 8082:4 8083:11 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8200:1 8222:1 8256:1 8260:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8484:1 8495:1 8499:1 8517:1 8525:9 8530:2 8531:1 8543:1 8565:1 8583:1 8591:22 8608:1 8632:1 8642:1 8651:1 8709:1 8764:1 8768:1 8780:1 8790:2 8813:1 8817:1 8825:3 8834:1 8844:1 8872:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:3 8981:1 8983:1 8986:2 9008:1 9058:2 9060:2 9064:1 9120:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:3 9303:1 9314:1 9318:1 9321:1 9324:3 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:1 9409:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9543:1 9553:1 9583:1 9594:1 9614:1 9628:1 9710:2 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9821:1 9833:1 9846:1 9865:2 9889:1 9894:2 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10053:1 10073:3 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:2 10189:1 10204:9 10218:1 10220:1 10221:1 10227:1 10234:1 10246:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:1 10474:2 10572:2 10583:1 10584:1 10618:1 10619:1 10629:1 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:2 10913:4 10916:2 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11150:1 11151:1 11194:3 11200:1 11208:1 11212:1 11215:1 11220:1 11224:4 11227:6 11262:1 11275:2 11286:1 11290:1 11295:1 11302:4 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:2 11498:1 11507:1 11515:2 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:1 11893:1 11922:1 11925:1 11940:1 11954:2 11959:6 11999:1 12015:2 12019:2 12021:1 12022:2 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:1 12164:1 12178:1 12194:2 12205:1 12208:1 12211:1 12213:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12280:1 12281:1 12283:5 12292:2 12298:8 12347:1 12358:1 12374:1 12376:11 12413:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:2 12730:2 12740:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12897:2 12925:1 12999:1 13009:1 13048:1 13072:3 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13318:8 13324:1 13328:2 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:1 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:1 14011:2 14030:1 14037:1 14052:1 14070:1 14078:2 14082:1 14088:1 14116:1 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14234:1 14252:2 14266:1 14286:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:1 14439:1 14442:2 14452:1 14519:5 14525:2 14556:2 14587:1 14597:1 14634:1 14643:1 14651:1 14653:2 14682:2 14710:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:2 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15164:2 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15316:1 15355:1 15370:1 15372:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:2 15491:1 15507:3 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15660:2 15705:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:27 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16260:3 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:1 16292:1 16296:3 16297:1 16303:1 16308:1 16347:2 16349:1 16395:1 16396:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16517:2 16519:1 16545:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:4 16705:1 16712:1 16731:1 16742:1 16748:1 16754:1 16755:4 16758:1 16783:1 16793:1 16803:1 16810:1 16811:2 16814:1 16816:1 16818:2 16823:1 16825:2 16826:1 16829:1 16832:1 16835:3 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:1 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17328:1 17332:2 17346:2 17348:5 17357:2 17360:1 17395:2 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:1 17525:2 17532:2 17534:2 17551:2 17561:2 17579:2 17583:1 17586:2 17593:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17826:1 17839:1 17856:2 17896:1 17915:1 17923:1 17967:1 17969:1 17970:1 18006:1 18055:1 18058:1 18062:1 18080:1 18085:1 18140:1 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18249:1 18254:2 18283:1 18305:1 18307:1 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18491:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:4 18571:2 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18691:1 18699:1 18701:1 18706:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 19049:3 19051:1 19054:1 19081:5 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19260:1 19262:1960 19265:2 19282:3 19295:1 19311:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:2 19498:1 19511:2 19525:1 19545:1 19559:1 19567:4 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:1 20006:2 20015:1 20020:1 20025:1 20033:1 20068:1 20069:4 20086:2 20089:1 20091:1 20125:8 20131:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20340:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:3 20429:4 20432:1 20454:1 20461:1 20462:1 20464:1 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20674:1 20683:7 20691:1 20694:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:4 20788:2 20793:1 20813:1 20821:2 20837:7 20867:1 20872:1 20879:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:2 21022:1 21052:3 21062:1 21075:1 21096:1 21100:1 21101:5 21103:4 21113:1 21115:2 21125:1 21151:1 21164:1 21175:1 21209:1 21216:1 21237:1 21244:1 21283:1 21296:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:3 21425:1 21437:1 21445:1 21449:2 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:2 21586:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:1 21708:2 21755:1 21778:1 21789:1 21808:3 21833:2 21845:1 21847:3 21853:1 21857:2 21888:1 21929:1 21937:1 21942:2 21952:1 21960:3 21964:1 21965:1 21967:1 21979:1 21980:1 22007:1 22036:2 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:2 22199:2 22215:1 22243:1 22245:2 22250:1 22251:1 22307:1 22308:1 22345:1 22361:1 22373:1 22382:3 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:2 22429:1 22444:1 22451:1 22480:1 22498:1 22533:1 22551:1 22560:1 22570:2 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22680:1 22688:1 22703:1 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22770:1 22794:1 22797:2 22803:2 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 22971:1 23002:2 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23785:1 23790:3 23798:1 23804:1 23830:1 23854:3 23855:1 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:1 23940:1 23961:1 23965:1 23977:1 23990:1 24019:4 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24239:1 24305:2 24335:3 24382:1 24429:1 24431:8 24506:2 24539:1 24549:1 24552:1 24561:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24837:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:2 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25106:1 25142:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25276:1 25292:2 25300:1 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:2 25463:1 25601:1 25627:2 25631:5 25652:1 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25770:1 25827:1 25828:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25921:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:4 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26325:3 26328:1 26345:1 26356:1 26371:1 26373:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26630:1 26644:4 26645:1 26665:2 26718:3 26730:1 26733:1 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26893:1 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:3 27060:2 27067:2 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27300:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27543:1 27548:3 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:4 27718:1 27739:2 27742:1 27754:1 27797:4 27810:2 27818:1 27819:1 27820:2 27828:1 27837:1 27848:1 27862:2 27867:1 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27944:1 27971:2 27975:1 27997:3 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28095:1 28097:2 28099:1 28113:4 28132:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28382:1 28386:3 28398:1 28427:1 28458:3 28469:2 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28571:1 28589:1 28596:1 28617:17 28618:1 28622:1 28640:1 28656:1 28662:10 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:7 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29048:1 29081:1 29091:3 29093:3 29163:1 29165:1 29169:1 29176:1 29186:1 29276:1 29280:4 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29551:1 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:1 29743:1 29753:1 29763:1 29764:1 29773:2 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29851:2 29854:3 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:2 31:1 56:1 65:1 69:1 72:1 84:2 88:1 99:1 104:1 117:1 120:1 162:1 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 308:3 311:1 354:1 377:2 379:1 419:1 422:2 432:1 462:1 489:1 492:3 518:1 534:1 575:1 579:1 592:1 593:3 611:1 620:2 634:2 660:2 665:1 669:3 765:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 971:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:3 1035:1 1036:5 1040:4 1059:1 1065:1 1071:4 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:3 1270:4 1301:1 1302:1 1307:1 1310:1 1327:1 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1434:1 1447:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:3 1614:3 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:13 1684:2 1687:7 1702:2 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1802:1 1809:1 1823:1 1824:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2146:1 2164:1 2176:4 2193:1 2203:1 2220:1 2221:3 2227:1 2230:1 2231:1 2239:1 2261:1 2293:5 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:4 2365:1 2366:1 2372:1 2373:2 2374:3 2375:2 2376:1 2379:1 2387:1 2389:2 2391:1 2393:2 2413:1 2421:2 2422:1 2425:1 2426:4 2432:1 2435:2 2439:1 2442:2 2444:1 2446:3 2448:2 2452:2 2457:2 2459:1 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2547:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2856:1 2863:1 2872:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2958:1 2964:1 2969:1 2978:1 2990:1 2997:1 3015:2 3047:1 3070:3 3080:9 3081:2 3086:2 3098:1 3100:2 3101:3 3110:1 3119:1 3131:9 3157:1 3224:1 3234:2 3239:1 3292:3 3320:1 3348:1 3359:1 3391:1 3420:1 3437:1 3438:1 3446:1 3453:1 3461:3 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3546:1 3569:1 3588:1 3627:1 3638:1 3692:2 3703:1 3704:1 3710:1 3746:1 3751:2 3760:2 3762:1 3764:2 3769:1 3802:1 3805:1 3806:1 3817:1 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:2 3908:2 3930:1 3961:4 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:6 4094:1 4100:2 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4332:1 4359:1 4440:1 4460:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:1 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:1 4699:1 4716:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:4 4803:1 4810:2 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4977:1 4999:12 5008:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:3 5148:1 5149:1 5161:1 5201:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5524:1 5541:1 5552:1 5556:1 5562:4 5585:1 5666:2 5675:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5844:1 5847:1 5862:1 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:2 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6202:3 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:3 6419:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6581:1 6584:1 6585:1 6588:3 6592:1 6596:2 6600:4 6601:2 6602:4 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:1 7050:1 7054:1 7058:1 7072:1 7073:1 7103:2 7136:1 7141:1 7185:1 7196:3 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7435:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7721:3 7736:3 7752:1 7755:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:4 7992:8 7999:1 8006:1 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:28 8082:5 8083:11 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8193:1 8200:1 8222:1 8256:1 8260:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8484:1 8495:1 8499:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8565:1 8583:1 8591:23 8608:1 8632:1 8642:1 8651:1 8709:1 8764:1 8768:1 8780:1 8790:2 8813:1 8817:1 8825:3 8834:1 8844:1 8872:1 8880:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:4 8981:1 8983:1 8986:2 9008:1 9058:2 9060:2 9064:1 9120:1 9123:1 9156:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:3 9303:1 9314:1 9318:1 9321:1 9324:3 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:1 9409:1 9441:1 9445:2 9453:6 9458:4 9463:1 9480:3 9503:1 9514:1 9543:1 9553:1 9583:1 9594:1 9614:1 9628:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9821:1 9833:1 9846:1 9865:2 9882:1 9889:1 9894:2 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10053:1 10073:3 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:2 10189:1 10204:9 10218:1 10220:1 10221:1 10227:1 10234:1 10246:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:1 10474:2 10572:2 10583:1 10584:1 10600:1 10618:1 10619:1 10629:1 10670:2 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:3 10913:4 10916:2 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11027:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:1 11151:1 11194:3 11200:1 11208:1 11212:1 11215:1 11220:1 11224:4 11227:7 11262:1 11275:2 11286:1 11290:1 11295:1 11302:4 11314:1 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:1 11507:1 11515:2 11553:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:1 11893:1 11922:1 11925:1 11940:1 11954:2 11959:7 11999:1 12015:2 12019:2 12021:1 12022:2 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:1 12164:1 12178:1 12194:2 12205:1 12208:1 12211:1 12213:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12347:1 12358:1 12374:1 12376:11 12413:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12591:1 12594:1 12614:3 12639:1 12641:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:2 12730:2 12740:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12897:2 12916:1 12925:1 12999:1 13009:1 13048:1 13072:3 13101:1 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13315:1 13318:8 13324:1 13328:2 13336:1 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13611:1 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13811:2 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:2 14011:2 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14116:1 14121:1 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14234:1 14252:2 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:2 14439:1 14442:2 14452:1 14519:5 14525:2 14556:2 14587:1 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14710:1 14720:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14904:2 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15153:1 15164:2 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15316:1 15347:1 15355:1 15370:1 15372:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:2 15491:1 15507:3 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15660:2 15705:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:28 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16258:1 16260:3 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:1 16292:1 16296:4 16297:1 16303:1 16308:1 16347:2 16349:1 16395:1 16396:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:2 16563:1 16567:1 16589:1 16616:1 16649:2 16651:2 16677:1 16694:4 16705:1 16712:1 16731:1 16742:1 16748:1 16754:1 16755:4 16758:1 16783:2 16793:1 16801:1 16803:1 16810:1 16811:2 16814:1 16816:1 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:3 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:1 17254:1 17257:1 17269:1 17305:1 17324:1 17328:1 17332:2 17346:2 17348:5 17357:2 17360:1 17395:2 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:1 17525:2 17532:2 17534:3 17551:2 17561:2 17579:2 17583:1 17586:2 17593:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17826:1 17839:1 17856:2 17896:1 17915:1 17923:1 17967:1 17969:1 17970:1 18006:2 18055:1 18058:1 18062:1 18080:1 18085:1 18140:1 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18249:1 18254:2 18283:1 18305:1 18307:1 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18491:1 18513:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:4 18571:3 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18691:1 18699:1 18701:1 18706:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 19049:3 19051:1 19054:1 19081:6 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19260:1 19262:2020 19265:2 19282:3 19295:1 19311:1 19314:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:2 19498:1 19511:2 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19663:1 19664:2 19707:3 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:2 20006:2 20015:1 20020:1 20025:1 20033:1 20068:1 20069:4 20086:2 20089:1 20091:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20340:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:3 20429:4 20432:1 20454:1 20461:1 20462:1 20464:2 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20674:1 20683:7 20691:1 20694:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:4 20788:2 20793:2 20813:1 20821:2 20837:7 20867:1 20872:1 20879:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:3 21022:1 21052:3 21062:1 21075:1 21096:1 21100:1 21101:5 21103:4 21113:1 21115:2 21125:1 21151:1 21164:1 21175:1 21209:2 21216:1 21237:1 21244:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:4 21425:1 21437:1 21445:1 21449:2 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:2 21586:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:1 21708:2 21755:1 21778:1 21789:1 21808:3 21833:2 21845:1 21847:3 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21952:1 21960:3 21964:1 21965:1 21967:1 21979:1 21980:1 22007:1 22028:1 22036:2 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:2 22199:2 22215:1 22243:1 22245:2 22250:1 22251:1 22307:1 22308:1 22345:1 22361:1 22373:1 22382:3 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:2 22429:2 22444:1 22451:1 22480:1 22498:1 22533:1 22535:1 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22680:1 22688:1 22703:1 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22770:1 22794:1 22797:2 22803:2 22807:1 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 22971:1 22985:1 23002:2 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23785:1 23790:3 23796:1 23798:1 23804:1 23830:1 23846:1 23854:3 23855:1 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:2 23940:1 23961:1 23965:1 23977:1 23990:1 24019:4 24023:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24506:2 24539:1 24549:1 24552:1 24561:1 24567:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24648:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24837:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:3 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25106:1 25109:1 25142:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25276:1 25292:2 25300:1 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:2 25463:1 25601:1 25627:2 25631:5 25652:2 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25770:1 25827:1 25828:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25921:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:4 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26325:4 26328:1 26345:1 26356:1 26371:1 26373:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26630:1 26644:5 26645:1 26665:2 26718:3 26730:1 26733:2 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26893:1 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:3 27060:2 27067:2 27077:1 27093:1 27148:1 27170:1 27217:1 27220:1 27260:1 27300:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27543:1 27548:3 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27703:1 27710:1 27715:4 27718:1 27739:2 27742:1 27754:1 27797:4 27810:2 27818:1 27819:1 27820:2 27828:1 27837:1 27848:1 27862:2 27867:1 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27944:1 27971:2 27975:1 27997:3 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28382:1 28386:3 28398:1 28427:1 28458:3 28469:2 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28571:1 28589:1 28596:1 28617:18 28618:1 28622:1 28640:1 28656:1 28662:10 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:7 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29048:1 29081:1 29091:4 29093:3 29163:1 29165:1 29169:1 29176:1 29186:1 29255:1 29276:1 29280:4 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29551:1 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:1 29743:1 29753:1 29763:1 29764:1 29773:2 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29851:2 29854:3 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:2 31:1 42:1 56:1 65:1 69:1 72:1 84:5 88:1 99:1 104:1 117:1 120:1 162:1 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 308:3 311:1 354:1 377:2 379:1 419:1 422:2 432:1 462:1 489:1 492:3 518:1 534:1 575:1 579:1 592:1 593:3 611:1 620:2 634:2 660:2 665:1 669:3 765:1 842:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 971:1 972:3 975:1 988:1 998:1 1010:3 1030:1 1033:3 1035:1 1036:5 1040:4 1059:1 1065:1 1071:4 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1249:1 1260:3 1270:4 1301:1 1302:1 1307:1 1310:1 1327:1 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:3 1599:1 1614:4 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:13 1684:2 1687:7 1702:2 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1802:1 1809:1 1823:1 1824:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2146:1 2164:1 2176:4 2193:1 2203:1 2220:1 2221:3 2227:1 2230:1 2231:1 2239:1 2261:1 2293:5 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:5 2365:1 2366:1 2372:1 2373:2 2374:3 2375:2 2376:1 2379:1 2387:1 2389:2 2391:1 2393:2 2413:1 2421:2 2422:1 2425:1 2426:4 2432:1 2435:2 2439:1 2442:2 2444:1 2446:3 2448:2 2452:3 2457:2 2459:1 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2531:1 2547:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2851:1 2856:1 2863:1 2872:1 2886:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2958:1 2964:1 2969:1 2978:1 2990:1 2997:1 3015:2 3029:1 3047:1 3070:3 3080:9 3081:2 3086:2 3098:1 3100:2 3101:3 3110:1 3119:1 3131:9 3157:1 3224:1 3234:2 3239:1 3243:1 3292:3 3320:1 3348:1 3359:1 3391:1 3420:1 3437:1 3438:1 3446:1 3453:1 3461:3 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3692:2 3703:1 3704:1 3710:1 3746:1 3751:2 3760:2 3762:1 3764:2 3769:1 3799:1 3802:1 3805:1 3806:1 3817:3 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:2 3908:2 3930:1 3961:4 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:6 4094:1 4100:2 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4332:1 4359:1 4440:1 4460:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:1 4699:1 4716:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:4 4803:1 4810:2 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4977:1 4999:13 5008:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:1 5128:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:3 5148:1 5149:1 5161:2 5201:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5524:1 5541:1 5552:1 5556:1 5562:4 5585:1 5666:2 5675:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5844:1 5847:1 5862:1 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:2 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6202:3 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:3 6419:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6581:1 6584:1 6585:1 6588:3 6592:1 6596:2 6600:4 6601:2 6602:4 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7072:1 7073:1 7081:1 7103:2 7136:1 7141:1 7185:1 7196:3 7224:1 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7435:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:1 7721:3 7736:3 7752:1 7755:1 7762:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:4 7992:9 7999:1 8006:1 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:29 8082:5 8083:11 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8193:1 8200:1 8222:1 8256:1 8260:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8484:1 8495:1 8499:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8565:1 8583:1 8591:24 8608:1 8632:1 8642:1 8651:1 8709:1 8764:1 8768:1 8780:1 8790:3 8813:2 8817:1 8825:3 8834:1 8844:1 8848:1 8872:1 8880:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:4 8981:1 8983:1 8986:2 9008:1 9058:2 9060:2 9064:1 9120:1 9123:1 9156:1 9160:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:3 9303:1 9314:1 9318:1 9321:1 9324:3 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:1 9409:1 9414:1 9441:1 9445:2 9453:6 9458:4 9463:1 9469:1 9480:3 9503:1 9514:1 9543:1 9553:1 9583:1 9594:1 9614:1 9628:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9821:1 9833:1 9846:1 9865:2 9877:1 9882:1 9889:1 9894:2 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10053:1 10073:3 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:2 10189:1 10204:9 10218:1 10220:1 10221:1 10227:1 10234:1 10246:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:1 10474:2 10572:2 10583:1 10584:2 10600:1 10618:1 10619:1 10629:1 10670:2 10677:1 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:3 10913:4 10916:2 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11027:1 11028:1 11037:1 11050:3 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:2 11151:2 11194:3 11200:1 11208:1 11212:1 11215:1 11220:1 11224:4 11227:7 11262:1 11275:2 11286:1 11290:1 11295:1 11302:4 11314:1 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:1 11507:1 11515:2 11553:1 11559:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:1 11888:1 11893:1 11922:1 11925:1 11940:1 11954:2 11959:7 11999:1 12015:2 12019:2 12021:1 12022:2 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:2 12164:1 12178:1 12194:2 12205:1 12208:1 12211:1 12213:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12347:1 12358:1 12374:1 12376:11 12413:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12582:1 12591:1 12594:1 12614:3 12639:1 12641:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:2 12730:2 12740:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12897:2 12916:2 12925:1 12999:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13315:1 13318:8 13324:1 13328:2 13336:1 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13611:1 13633:1 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13809:1 13811:2 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:2 14011:2 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14116:1 14121:1 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14234:1 14252:2 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:2 14439:1 14442:2 14452:1 14519:5 14525:2 14556:2 14587:1 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14710:1 14720:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14903:1 14904:2 14911:1 14913:1 14921:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15153:1 15164:4 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:1 15370:1 15372:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:2 15491:1 15507:3 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15659:1 15660:2 15705:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:28 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:1 16292:1 16295:1 16296:4 16297:1 16303:1 16308:1 16347:2 16349:1 16370:1 16395:1 16396:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:2 16563:1 16567:1 16589:1 16594:1 16616:1 16649:2 16651:2 16677:1 16684:1 16694:4 16705:1 16712:1 16731:1 16742:1 16748:1 16754:1 16755:4 16758:1 16783:2 16793:1 16801:1 16803:1 16810:1 16811:2 16814:1 16816:2 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:3 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:2 17254:1 17257:1 17269:1 17305:1 17324:1 17328:1 17332:2 17346:2 17348:5 17357:2 17360:1 17395:2 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:1 17525:2 17532:2 17534:3 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17817:1 17826:1 17839:1 17856:2 17896:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 18006:2 18055:1 18058:1 18062:1 18080:1 18085:1 18140:1 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18249:1 18254:2 18283:1 18305:1 18307:1 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18491:1 18513:1 18516:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:4 18571:3 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18691:1 18699:1 18701:1 18706:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 19049:3 19051:1 19054:1 19081:6 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19260:1 19262:2113 19265:2 19282:3 19295:1 19311:1 19314:1 19340:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:2 19498:1 19511:2 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19663:1 19664:2 19707:3 19718:1 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:2 20006:2 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:2 20089:1 20091:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20340:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20420:2 20421:3 20429:4 20432:1 20454:1 20461:1 20462:1 20464:2 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20674:1 20683:8 20688:1 20691:1 20694:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:4 20788:2 20793:2 20812:1 20813:1 20821:2 20837:7 20867:1 20872:1 20879:1 20880:1 20887:1 20941:1 20976:1 20978:1 21002:3 21022:1 21052:3 21062:1 21075:1 21096:1 21100:1 21101:5 21103:4 21113:1 21115:2 21125:1 21151:1 21164:1 21175:1 21209:2 21216:1 21237:1 21244:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:4 21425:1 21437:1 21445:1 21449:2 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:2 21586:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:1 21708:2 21755:1 21778:1 21789:1 21794:1 21808:4 21833:2 21845:1 21847:3 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21952:1 21960:4 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:2 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:2 22193:1 22199:2 22215:1 22243:1 22245:2 22250:1 22251:1 22307:1 22308:1 22345:1 22361:1 22373:1 22382:3 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:2 22429:2 22444:1 22451:1 22480:1 22498:1 22510:1 22533:1 22535:2 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22669:1 22680:1 22688:1 22703:1 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:2 22803:2 22807:1 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 22971:1 22985:1 23002:2 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:1 23323:3 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23782:1 23785:1 23790:3 23796:1 23798:1 23804:2 23830:1 23846:1 23854:3 23855:1 23863:1 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:2 23940:1 23961:1 23965:1 23977:1 23990:1 24019:4 24023:1 24029:1 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:1 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24506:2 24539:1 24549:1 24552:1 24561:1 24567:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24837:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:4 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25106:1 25109:2 25142:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25276:1 25292:2 25300:1 25322:1 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:2 25463:1 25601:1 25627:2 25631:5 25652:2 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25770:1 25827:1 25828:1 25832:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25921:1 25938:1 25940:1 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:4 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26325:4 26328:1 26345:1 26356:1 26371:1 26373:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:1 26630:1 26644:5 26645:1 26665:2 26702:1 26718:3 26730:1 26733:2 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26893:1 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:3 27060:2 27067:2 27077:1 27093:1 27105:1 27148:1 27170:1 27217:1 27220:1 27260:1 27300:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27543:1 27548:3 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27601:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27663:1 27703:1 27710:1 27715:4 27718:1 27739:2 27742:1 27754:1 27797:4 27810:2 27811:1 27818:1 27819:1 27820:2 27822:1 27828:1 27837:1 27848:1 27862:2 27867:1 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27938:1 27944:1 27971:2 27975:1 27995:1 27997:3 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28382:1 28386:3 28398:1 28427:1 28458:3 28469:2 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28571:1 28589:1 28596:1 28617:18 28618:1 28622:1 28640:1 28656:1 28662:10 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:8 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29041:1 29048:1 29081:1 29091:4 29093:3 29163:1 29165:1 29169:1 29176:1 29180:1 29186:1 29255:1 29276:1 29280:4 29287:1 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29551:1 29600:1 29607:1 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:1 29743:1 29753:1 29763:1 29764:1 29773:3 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:1 29851:2 29854:3 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:2 31:1 42:1 56:1 65:1 69:1 72:1 84:7 88:1 99:1 104:1 117:1 120:1 162:1 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 308:3 311:1 354:1 377:2 379:1 419:1 422:2 432:1 462:1 489:1 492:3 518:1 534:1 575:1 579:1 592:1 593:3 601:1 611:1 620:2 634:2 660:2 665:1 669:3 765:1 842:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 971:1 972:3 975:1 988:1 998:1 1010:3 1027:1 1030:1 1033:3 1035:1 1036:5 1037:1 1040:4 1059:1 1065:1 1071:4 1094:1 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1228:1 1249:1 1260:4 1270:4 1301:1 1302:1 1307:1 1310:1 1327:1 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:4 1599:2 1614:4 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:13 1684:2 1687:7 1702:2 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1802:1 1809:1 1823:1 1824:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2144:1 2146:2 2164:1 2176:4 2193:1 2203:1 2220:1 2221:3 2227:1 2230:1 2231:1 2239:1 2261:1 2293:5 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:5 2365:1 2366:1 2372:1 2373:2 2374:3 2375:2 2376:1 2379:1 2387:1 2389:2 2391:1 2393:2 2413:1 2421:2 2422:1 2425:2 2426:4 2432:1 2435:2 2439:1 2442:2 2444:1 2446:3 2448:2 2452:3 2457:2 2459:1 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2531:1 2547:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2851:2 2856:1 2863:1 2872:1 2886:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2958:1 2964:1 2969:1 2978:1 2990:1 2997:1 3015:2 3029:1 3047:1 3070:3 3080:9 3081:2 3086:2 3098:1 3100:2 3101:3 3110:1 3119:1 3131:9 3157:1 3224:1 3234:2 3239:1 3243:1 3292:3 3320:1 3348:1 3359:1 3391:1 3420:1 3437:1 3438:1 3446:2 3453:1 3461:3 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3692:2 3703:1 3704:1 3710:1 3746:1 3751:2 3760:2 3762:1 3764:2 3769:1 3799:1 3802:1 3805:1 3806:1 3817:5 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:2 3908:3 3930:1 3961:5 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:6 4094:1 4100:2 4102:1 4122:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4327:1 4332:1 4359:1 4440:1 4460:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:1 4699:1 4716:1 4737:1 4744:1 4753:1 4762:2 4770:1 4791:4 4803:1 4810:2 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4977:1 4999:14 5008:1 5029:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:1 5128:1 5129:1 5136:1 5137:1 5138:2 5141:3 5144:3 5148:1 5149:1 5161:2 5201:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5524:1 5541:1 5552:1 5556:1 5562:4 5585:1 5666:2 5675:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5844:1 5847:1 5862:1 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:2 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6202:3 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:3 6419:1 6420:1 6429:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6581:1 6584:1 6585:1 6588:4 6592:1 6596:2 6600:4 6601:2 6602:4 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7072:1 7073:1 7081:1 7103:2 7136:1 7141:1 7185:1 7196:3 7224:1 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7435:1 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7560:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:2 7721:3 7736:3 7752:1 7755:1 7762:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:4 7992:9 7999:1 8006:1 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:30 8082:5 8083:11 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8193:1 8200:1 8222:1 8256:1 8260:1 8277:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8484:1 8495:1 8499:1 8505:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8565:1 8583:1 8591:27 8608:1 8632:1 8642:1 8651:1 8709:1 8764:1 8768:1 8780:1 8790:4 8813:2 8817:1 8825:3 8834:1 8844:1 8848:2 8872:1 8880:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:4 8981:1 8983:1 8986:2 9008:1 9058:2 9060:2 9064:1 9120:2 9123:1 9156:1 9160:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:3 9303:1 9314:1 9318:1 9321:1 9324:3 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:1 9409:1 9414:1 9441:1 9445:2 9453:6 9458:4 9463:1 9469:1 9480:3 9503:1 9514:1 9543:1 9553:1 9583:1 9594:1 9614:1 9628:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9817:1 9821:1 9833:1 9846:1 9865:2 9877:1 9882:1 9889:1 9894:2 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10053:1 10073:4 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:2 10189:1 10204:9 10218:1 10220:1 10221:1 10227:1 10234:1 10246:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:1 10474:2 10572:2 10583:1 10584:2 10600:1 10618:1 10619:1 10629:1 10670:2 10677:2 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:3 10892:1 10913:4 10916:2 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11027:1 11028:1 11037:1 11050:3 11059:1 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:3 11151:2 11194:3 11200:1 11208:1 11212:1 11215:1 11220:1 11224:4 11227:7 11262:1 11275:2 11286:1 11290:1 11295:1 11302:4 11314:1 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:1 11507:1 11515:2 11553:1 11559:1 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:1 11888:1 11893:1 11922:1 11925:1 11940:1 11954:2 11959:7 11999:1 12015:2 12019:2 12021:1 12022:2 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:5 12159:3 12164:1 12178:1 12194:2 12205:1 12208:1 12211:1 12213:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12347:1 12358:1 12374:1 12376:11 12413:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12582:1 12591:1 12594:1 12614:3 12639:1 12641:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:2 12730:2 12739:1 12740:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12897:2 12916:3 12925:1 12999:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13315:1 13318:8 13324:1 13328:2 13336:1 13347:1 13362:1 13386:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13611:1 13633:2 13643:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:2 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13809:1 13811:2 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13915:1 13949:3 13974:1 13998:2 14011:2 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14116:1 14121:1 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14234:1 14252:2 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:2 14439:1 14442:2 14452:1 14519:5 14525:2 14556:2 14587:1 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14692:1 14710:1 14720:1 14760:2 14762:1 14767:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14903:1 14904:2 14911:1 14913:1 14921:1 14924:1 14933:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15153:1 15164:5 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:1 15370:1 15372:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:2 15491:1 15507:3 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15659:2 15660:2 15705:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:1 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:28 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:1 16292:1 16295:1 16296:6 16297:1 16303:1 16308:1 16347:2 16349:1 16370:1 16395:1 16396:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:2 16563:1 16567:1 16589:1 16594:1 16616:1 16649:2 16651:2 16677:1 16684:1 16690:1 16694:5 16705:1 16712:1 16731:1 16742:1 16748:1 16749:1 16754:1 16755:4 16758:1 16783:2 16793:1 16801:1 16803:1 16810:1 16811:2 16814:3 16816:2 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:4 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17186:1 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:2 17254:1 17257:1 17269:1 17305:1 17324:1 17328:1 17332:2 17346:2 17348:5 17357:2 17360:1 17395:2 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:1 17525:2 17532:2 17534:3 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17817:1 17826:1 17839:1 17856:2 17896:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 17983:1 18006:2 18055:1 18058:1 18062:2 18080:1 18083:1 18085:1 18140:1 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18249:1 18254:2 18283:1 18305:1 18307:1 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18491:1 18513:1 18516:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:4 18571:3 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18691:1 18699:1 18701:1 18706:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 19049:3 19051:1 19054:1 19081:7 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19168:1 19260:1 19262:2183 19265:2 19282:3 19295:1 19311:1 19314:1 19340:1 19341:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:2 19498:1 19511:2 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19663:1 19664:2 19707:3 19718:1 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:2 20006:2 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:3 20089:1 20091:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20340:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20413:1 20420:2 20421:3 20429:4 20432:1 20454:1 20461:2 20462:1 20464:3 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20674:1 20683:8 20688:2 20691:1 20694:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:4 20788:2 20793:2 20812:1 20813:1 20821:2 20837:7 20867:1 20872:1 20879:1 20880:1 20887:1 20926:1 20941:1 20976:1 20978:1 21002:3 21022:1 21052:3 21062:1 21075:1 21096:1 21100:1 21101:5 21103:5 21113:1 21115:2 21125:1 21151:1 21164:1 21175:1 21209:2 21216:1 21237:1 21244:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:4 21425:1 21437:1 21445:1 21449:2 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:2 21586:1 21597:4 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:1 21708:2 21755:1 21778:1 21789:1 21794:1 21808:5 21833:2 21845:1 21847:3 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21952:1 21958:1 21960:4 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:2 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:2 22193:2 22199:2 22215:1 22243:1 22245:2 22250:1 22251:1 22307:1 22308:1 22345:1 22361:1 22373:1 22382:3 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:2 22429:2 22444:1 22451:1 22480:1 22498:1 22510:2 22533:1 22535:3 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22669:1 22680:1 22688:1 22703:1 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:2 22803:2 22807:1 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 22971:1 22985:1 23002:2 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:2 23323:3 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:2 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23782:2 23785:1 23790:4 23796:1 23798:1 23804:2 23830:1 23846:1 23854:3 23855:1 23863:2 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:2 23940:1 23961:1 23965:1 23977:1 23990:1 24019:5 24023:1 24029:2 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:2 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24506:2 24539:2 24544:1 24549:1 24552:1 24561:1 24567:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24796:1 24837:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24897:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:4 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25106:1 25109:2 25142:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25276:1 25292:2 25300:1 25322:2 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:2 25463:1 25601:1 25627:2 25631:5 25652:3 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25770:1 25827:1 25828:1 25832:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25921:1 25938:1 25940:2 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:5 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26325:4 26328:1 26345:1 26356:1 26371:1 26373:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:1 26630:1 26644:6 26645:1 26665:2 26702:1 26718:3 26730:1 26733:2 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26893:1 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:3 27060:2 27067:2 27077:1 27093:1 27105:1 27148:1 27170:1 27217:1 27220:2 27260:1 27300:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27538:1 27543:1 27548:3 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27601:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27663:1 27703:1 27710:1 27715:5 27718:1 27739:2 27742:1 27754:1 27797:4 27810:2 27811:2 27818:1 27819:1 27820:2 27822:1 27828:1 27837:1 27848:1 27856:1 27862:2 27867:1 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27938:2 27944:1 27971:2 27975:1 27995:1 27997:3 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28382:1 28386:3 28398:1 28427:1 28458:3 28469:2 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28571:1 28589:1 28596:1 28617:18 28618:1 28622:1 28640:1 28656:1 28662:10 28667:1 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:8 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28912:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29041:1 29048:1 29081:1 29091:4 29093:3 29163:1 29165:1 29169:1 29176:1 29180:1 29186:1 29255:1 29276:1 29280:4 29287:1 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29551:1 29600:1 29607:2 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:1 29743:1 29753:1 29763:1 29764:1 29773:3 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:1 29851:2 29854:3 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:2 31:1 42:1 56:1 65:1 69:1 72:1 84:7 88:1 99:1 104:1 117:1 120:1 162:1 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 308:3 311:1 329:1 354:1 377:2 379:1 398:1 419:1 422:2 432:1 462:1 477:1 489:1 492:3 518:1 534:1 555:1 575:1 579:1 592:1 593:3 601:1 611:1 620:2 634:2 660:2 665:1 669:3 739:1 765:1 842:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 971:1 972:3 975:1 988:1 998:1 1010:3 1027:1 1030:1 1033:3 1035:1 1036:5 1037:1 1040:4 1059:1 1065:1 1071:4 1094:1 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1228:1 1249:1 1260:4 1270:4 1301:1 1302:1 1307:1 1310:1 1325:1 1327:1 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:4 1599:3 1614:4 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:13 1684:2 1687:7 1702:2 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1802:1 1809:1 1823:1 1824:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2144:1 2146:2 2164:1 2176:4 2193:1 2203:1 2220:1 2221:3 2227:1 2230:1 2231:1 2239:1 2261:1 2293:5 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:5 2365:1 2366:1 2372:1 2373:2 2374:3 2375:2 2376:1 2379:1 2383:1 2387:1 2389:2 2391:1 2393:2 2413:1 2420:1 2421:2 2422:1 2425:2 2426:4 2432:1 2435:2 2439:1 2442:2 2444:1 2446:3 2448:2 2452:3 2457:2 2459:1 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2531:1 2547:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2851:3 2856:1 2863:1 2872:1 2886:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2958:1 2964:1 2969:1 2978:1 2990:1 2997:1 3015:2 3029:1 3047:1 3070:3 3080:9 3081:2 3086:2 3098:1 3100:2 3101:3 3110:1 3119:1 3131:9 3157:1 3224:1 3234:2 3239:1 3243:1 3292:3 3320:1 3348:1 3359:1 3391:1 3420:1 3437:1 3438:1 3446:2 3453:1 3461:3 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3692:2 3703:1 3704:1 3710:2 3746:1 3751:2 3760:2 3762:1 3764:2 3769:1 3781:1 3799:1 3802:1 3805:1 3806:1 3817:6 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:2 3901:2 3907:2 3908:4 3930:1 3961:6 3963:1 3986:1 3989:6 4044:1 4062:1 4067:1 4080:6 4094:1 4100:2 4102:2 4122:1 4129:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4186:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4314:1 4327:1 4332:1 4359:1 4440:1 4460:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4553:2 4555:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:2 4699:1 4716:1 4737:1 4744:1 4753:1 4762:2 4769:1 4770:1 4791:4 4803:1 4809:1 4810:2 4812:1 4865:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4977:1 4999:14 5000:1 5008:1 5029:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:1 5128:1 5129:1 5136:1 5137:2 5138:2 5141:3 5144:3 5148:1 5149:1 5161:2 5201:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5524:1 5541:1 5552:1 5556:1 5562:4 5585:1 5612:1 5666:2 5675:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5844:1 5847:1 5862:1 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:2 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6202:3 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:3 6419:1 6420:1 6429:1 6440:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6581:1 6584:1 6585:1 6588:4 6592:2 6596:2 6600:5 6601:2 6602:4 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7072:1 7073:1 7081:1 7100:1 7103:2 7136:1 7141:1 7185:1 7196:3 7199:1 7224:1 7237:3 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:6 7417:1 7426:1 7435:2 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7560:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:3 7721:3 7736:3 7752:1 7755:1 7762:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:4 7992:9 7999:1 8006:2 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:32 8082:5 8083:11 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8193:1 8200:1 8222:1 8256:1 8260:1 8277:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8433:1 8484:1 8495:1 8499:1 8505:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8565:1 8583:1 8591:27 8608:1 8632:1 8642:1 8651:1 8709:1 8764:1 8768:1 8780:1 8790:5 8813:2 8817:1 8825:3 8834:1 8844:1 8848:3 8872:1 8880:1 8898:1 8948:2 8956:1 8958:3 8961:1 8962:4 8964:1 8965:1 8968:2 8972:4 8981:1 8983:1 8986:2 9008:1 9058:2 9060:2 9064:1 9120:3 9123:1 9156:1 9160:1 9214:1 9234:1 9257:1 9266:2 9279:1 9284:3 9303:1 9314:1 9318:1 9321:1 9324:4 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:1 9409:1 9414:1 9441:1 9445:2 9453:6 9458:4 9463:1 9469:1 9480:3 9503:1 9514:1 9527:1 9543:1 9553:1 9583:1 9594:1 9614:1 9628:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9817:1 9821:1 9833:1 9846:1 9865:2 9877:1 9882:1 9889:1 9894:3 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10053:1 10073:4 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:2 10189:1 10204:9 10218:1 10220:1 10221:1 10227:1 10234:1 10246:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10392:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:1 10474:2 10560:1 10572:2 10583:1 10584:2 10600:1 10618:1 10619:1 10629:1 10670:2 10677:2 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:3 10892:1 10913:4 10916:2 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11027:2 11028:1 11037:1 11050:3 11059:1 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:3 11151:2 11194:3 11200:1 11208:1 11212:1 11215:1 11220:1 11224:4 11227:8 11262:1 11275:2 11286:1 11290:1 11295:1 11302:4 11314:1 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:2 11507:1 11515:3 11553:1 11559:2 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:1 11888:1 11893:1 11922:1 11925:1 11940:1 11954:2 11959:7 11999:1 12015:2 12019:2 12021:1 12022:2 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:6 12159:3 12164:1 12178:1 12194:2 12205:1 12208:1 12211:1 12213:1 12217:1 12221:1 12225:1 12231:2 12234:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12347:1 12358:1 12374:1 12376:11 12413:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12582:1 12591:1 12594:1 12614:3 12639:1 12641:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:2 12730:2 12739:1 12740:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12897:2 12916:3 12925:1 12999:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13315:1 13318:8 13324:1 13328:2 13336:1 13347:1 13362:1 13386:1 13403:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13611:1 13612:2 13633:2 13643:1 13665:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:3 13741:2 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13809:1 13811:2 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13884:1 13891:1 13909:1 13915:1 13949:3 13974:1 13998:2 14011:2 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14116:1 14121:1 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14234:1 14252:2 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:2 14439:1 14442:3 14452:1 14519:5 14525:2 14556:2 14587:1 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14692:1 14710:1 14720:1 14760:2 14762:1 14767:1 14772:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14903:1 14904:2 14911:1 14913:2 14921:1 14924:1 14933:1 14944:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15059:1 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15153:1 15164:5 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:1 15370:1 15372:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:2 15491:1 15507:3 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15659:2 15660:2 15705:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:2 15836:1 15865:1 15897:1 15900:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:28 16041:1 16044:1 16051:1 16054:1 16061:1 16096:1 16103:1 16111:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16214:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:2 16292:1 16295:1 16296:6 16297:1 16303:1 16308:1 16347:2 16349:1 16370:1 16395:1 16396:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:2 16563:1 16567:1 16589:1 16594:1 16616:1 16649:2 16651:2 16656:1 16677:1 16684:1 16690:1 16694:6 16705:1 16712:1 16731:1 16742:1 16748:1 16749:1 16754:1 16755:4 16758:1 16783:2 16793:1 16801:1 16803:1 16810:1 16811:2 16814:3 16816:2 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:4 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17186:1 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:2 17254:1 17257:1 17269:1 17305:1 17324:1 17328:2 17332:2 17346:2 17348:5 17357:2 17360:1 17395:2 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:1 17525:2 17532:2 17534:3 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17817:1 17826:1 17839:1 17856:2 17896:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 17983:1 18006:2 18055:1 18058:1 18062:2 18080:1 18083:1 18085:1 18140:1 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18245:2 18249:1 18254:2 18283:1 18305:1 18307:2 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:1 18435:2 18466:3 18468:1 18475:2 18482:1 18487:1 18491:1 18513:2 18516:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:4 18571:3 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18691:1 18699:1 18701:1 18706:1 18729:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 19049:3 19051:1 19054:1 19081:7 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19156:1 19168:1 19180:1 19260:1 19262:2269 19265:2 19282:3 19295:1 19311:1 19314:1 19330:1 19340:1 19341:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:4 19487:1 19492:3 19495:1 19496:2 19498:1 19511:2 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19638:1 19663:1 19664:2 19707:3 19718:1 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:2 20006:2 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:3 20089:1 20091:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20340:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20413:1 20420:2 20421:3 20429:4 20432:1 20454:1 20461:2 20462:1 20464:3 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20674:1 20683:8 20688:3 20691:1 20694:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:5 20788:2 20793:2 20812:1 20813:1 20821:2 20837:7 20854:1 20867:1 20872:1 20879:1 20880:1 20887:1 20898:1 20926:1 20941:1 20976:1 20978:1 21002:3 21022:1 21052:3 21062:1 21075:1 21096:1 21100:1 21101:6 21103:5 21113:1 21115:2 21125:1 21151:1 21164:1 21175:1 21209:2 21216:1 21237:1 21244:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:1 21334:1 21341:1 21357:1 21362:1 21374:1 21377:1 21384:1 21400:1 21408:4 21425:1 21437:1 21445:1 21449:2 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:2 21586:1 21597:4 21608:1 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:1 21708:2 21755:1 21778:1 21789:1 21794:1 21808:5 21830:1 21833:2 21845:1 21847:3 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21944:1 21952:1 21958:1 21960:4 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:3 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:2 22193:2 22199:3 22215:1 22243:1 22245:2 22250:1 22251:1 22307:1 22308:1 22345:1 22361:1 22363:1 22373:1 22382:3 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:2 22428:1 22429:2 22444:1 22451:1 22480:1 22498:1 22510:2 22533:1 22535:3 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22669:1 22680:1 22688:1 22703:2 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:2 22803:2 22807:1 22808:1 22853:1 22877:1 22888:1 22890:1 22904:1 22916:1 22928:1 22939:1 22951:2 22971:1 22985:1 23002:3 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23201:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23269:1 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:2 23323:3 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23409:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:3 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23782:3 23785:1 23790:4 23796:1 23798:1 23804:2 23830:1 23846:1 23854:3 23855:1 23863:3 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:2 23940:1 23942:2 23961:1 23965:1 23977:1 23990:1 24019:6 24023:1 24029:3 24049:1 24086:3 24110:1 24112:2 24118:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:3 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24492:1 24506:2 24539:2 24544:1 24549:1 24552:1 24561:1 24567:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24796:1 24837:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24897:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:4 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:1 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25106:1 25109:2 25142:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25276:1 25292:2 25300:1 25322:3 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:2 25463:1 25601:1 25627:2 25631:6 25632:1 25652:3 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25746:1 25770:1 25827:1 25828:1 25832:1 25838:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25921:1 25938:1 25940:3 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:5 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26310:1 26325:4 26328:1 26345:1 26356:1 26371:1 26373:1 26425:1 26427:1 26429:1 26431:2 26445:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:1 26630:1 26644:6 26645:1 26665:2 26702:1 26718:3 26730:1 26733:2 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:1 26887:2 26893:1 26900:1 26902:1 26906:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:4 27060:2 27067:2 27077:1 27093:1 27105:1 27148:1 27170:1 27217:1 27220:2 27260:1 27277:1 27278:1 27300:1 27310:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27538:2 27543:1 27548:3 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27601:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27655:1 27663:1 27703:1 27710:1 27715:6 27718:1 27739:2 27742:1 27754:1 27797:4 27810:2 27811:2 27818:1 27819:1 27820:2 27822:1 27828:1 27837:1 27848:1 27856:1 27862:2 27867:1 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27938:2 27944:1 27971:2 27975:1 27995:1 27997:3 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28382:1 28386:3 28398:1 28427:1 28458:3 28466:1 28469:2 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28571:1 28589:1 28596:1 28605:1 28617:18 28618:1 28622:1 28640:1 28656:1 28662:10 28667:1 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:8 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28912:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29041:1 29048:1 29081:1 29091:4 29093:3 29162:1 29163:1 29165:1 29169:1 29176:1 29180:1 29186:1 29255:1 29276:1 29280:4 29287:1 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29551:1 29600:1 29607:2 29650:1 29663:1 29664:1 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:1 29743:1 29753:1 29763:1 29764:1 29773:4 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:1 29851:2 29854:4 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:2 31:1 32:1 42:1 56:1 65:1 69:1 72:1 84:7 88:1 99:1 104:1 117:1 120:1 162:1 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 308:3 311:1 329:1 354:1 377:2 379:1 398:1 419:1 422:2 432:1 462:1 477:1 489:1 492:3 518:1 534:1 555:1 575:1 579:1 592:1 593:3 601:1 611:1 620:2 634:2 640:1 660:2 665:1 669:3 706:1 739:1 765:1 842:1 869:1 912:1 923:2 928:1 945:2 952:1 966:1 971:1 972:4 975:1 988:1 998:1 1010:3 1027:1 1030:1 1033:3 1035:1 1036:5 1037:1 1040:4 1059:1 1065:1 1071:4 1094:1 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1228:1 1249:1 1260:4 1270:4 1301:1 1302:1 1307:1 1310:1 1316:1 1325:1 1327:1 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:4 1599:3 1614:4 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:14 1684:2 1687:7 1702:2 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1780:1 1802:1 1809:1 1823:1 1824:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1972:1 1978:2 2001:1 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2144:1 2146:2 2164:1 2176:4 2193:1 2203:1 2220:1 2221:3 2227:1 2230:1 2231:1 2239:1 2261:1 2293:5 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:5 2365:1 2366:1 2372:1 2373:2 2374:3 2375:2 2376:1 2379:1 2383:1 2387:1 2388:1 2389:2 2391:1 2393:2 2413:1 2420:1 2421:2 2422:1 2425:2 2426:4 2432:1 2435:2 2439:1 2442:2 2444:1 2446:3 2448:2 2452:3 2457:2 2459:1 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2531:1 2547:1 2556:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2851:3 2856:1 2863:1 2872:1 2886:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2932:1 2958:1 2964:1 2969:1 2978:1 2986:1 2990:1 2997:1 3015:2 3029:1 3047:1 3070:3 3074:1 3080:9 3081:2 3086:2 3098:1 3100:2 3101:3 3110:1 3116:1 3119:1 3131:9 3157:1 3224:1 3234:2 3239:1 3243:1 3292:3 3320:1 3348:1 3359:1 3391:1 3420:1 3437:1 3438:1 3446:2 3453:1 3461:3 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3672:1 3692:2 3703:1 3704:1 3710:2 3746:1 3751:3 3760:2 3762:1 3764:2 3769:1 3781:2 3799:1 3802:1 3805:1 3806:1 3817:6 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:3 3901:2 3907:2 3908:4 3930:1 3961:6 3963:1 3986:1 3989:6 4032:1 4044:1 4062:1 4067:1 4080:6 4094:1 4100:2 4102:2 4122:1 4129:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4186:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4314:1 4327:1 4332:1 4359:1 4440:1 4460:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4553:2 4555:1 4575:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:2 4699:1 4716:1 4737:1 4744:1 4753:1 4762:2 4769:1 4770:1 4791:4 4803:1 4809:1 4810:2 4812:1 4865:1 4866:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4968:1 4977:1 4999:14 5000:1 5008:1 5029:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:1 5128:1 5129:1 5136:1 5137:2 5138:2 5141:4 5144:3 5148:1 5149:1 5161:2 5201:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5524:1 5541:1 5552:1 5556:1 5562:4 5585:1 5612:1 5619:2 5642:1 5666:2 5675:1 5683:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5844:1 5847:1 5849:1 5862:1 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:3 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6202:5 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6271:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6367:3 6375:3 6419:1 6420:1 6429:1 6440:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6581:1 6584:1 6585:1 6588:4 6592:2 6596:2 6600:5 6601:2 6602:4 6626:1 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6815:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7072:1 7073:1 7081:1 7100:1 7103:2 7136:1 7141:1 7185:1 7196:3 7199:1 7224:1 7237:3 7243:1 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:9 7417:1 7426:1 7435:2 7440:1 7445:1 7478:2 7509:1 7531:1 7534:1 7535:1 7560:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:3 7721:3 7736:3 7752:1 7755:1 7762:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7900:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:4 7992:10 7999:1 8006:2 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:32 8082:5 8083:11 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8150:1 8155:1 8193:1 8200:1 8222:1 8256:1 8260:1 8277:1 8290:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8433:1 8484:1 8495:1 8499:1 8505:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8565:1 8583:1 8591:27 8608:1 8632:1 8642:1 8651:1 8697:1 8709:1 8764:1 8768:1 8780:1 8790:5 8813:2 8817:1 8825:3 8832:1 8834:1 8844:1 8848:3 8872:1 8880:1 8898:1 8916:1 8948:2 8956:1 8958:3 8961:2 8962:4 8964:1 8965:1 8968:2 8972:4 8981:1 8983:1 8986:2 9008:1 9047:1 9058:2 9060:2 9064:1 9067:1 9120:3 9123:1 9156:1 9160:1 9214:1 9234:1 9257:1 9266:2 9279:2 9284:3 9303:1 9314:1 9318:1 9321:1 9324:4 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:2 9409:1 9414:1 9441:1 9445:2 9453:6 9458:4 9463:1 9469:1 9480:3 9503:1 9514:1 9527:1 9543:1 9553:1 9566:1 9583:1 9594:1 9614:1 9628:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9817:1 9821:1 9833:1 9846:1 9865:2 9877:1 9882:1 9889:1 9894:3 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10053:1 10073:4 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:2 10189:1 10204:11 10218:1 10220:1 10221:1 10227:1 10234:1 10246:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10392:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:1 10474:2 10560:1 10572:2 10583:1 10584:2 10600:1 10618:1 10619:1 10629:1 10670:2 10677:2 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10833:3 10892:1 10913:4 10916:3 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11027:3 11028:1 11037:1 11050:3 11059:1 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:3 11151:2 11194:3 11200:1 11208:1 11212:1 11215:1 11220:1 11224:4 11227:8 11262:1 11275:2 11286:1 11290:1 11295:1 11301:1 11302:4 11314:1 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:2 11507:1 11515:3 11553:1 11559:2 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:1 11888:1 11893:1 11922:1 11925:1 11940:1 11954:2 11959:7 11999:1 12015:2 12019:2 12021:1 12022:2 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:7 12159:3 12164:1 12178:1 12194:2 12205:1 12208:1 12211:1 12213:1 12216:1 12217:1 12221:1 12225:1 12227:1 12231:2 12234:1 12247:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12347:1 12358:1 12374:1 12376:11 12413:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12543:1 12582:1 12591:1 12594:1 12614:3 12639:1 12641:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:3 12730:3 12739:1 12740:1 12747:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12897:2 12916:3 12925:1 12999:1 13008:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13158:1 13186:2 13226:1 13242:1 13260:1 13315:1 13318:8 13324:1 13328:2 13336:2 13347:1 13362:1 13386:1 13403:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13611:1 13612:2 13633:2 13643:1 13665:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:3 13741:3 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13809:1 13811:2 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13884:1 13891:1 13909:1 13915:1 13949:4 13974:1 13998:2 14011:2 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14116:1 14121:1 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14234:1 14252:2 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:2 14439:1 14442:3 14452:1 14519:5 14525:2 14556:2 14587:1 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14692:1 14710:1 14720:1 14760:2 14762:1 14767:1 14772:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14903:1 14904:2 14911:1 14913:2 14921:1 14924:1 14933:1 14944:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15059:1 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15153:1 15164:5 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:1 15370:1 15372:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:3 15491:1 15507:3 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15659:2 15660:2 15705:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:2 15836:1 15865:1 15897:1 15900:1 15905:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:29 16041:1 16044:1 16051:2 16054:1 16061:1 16084:1 16096:1 16103:1 16111:1 16120:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16214:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:2 16292:1 16295:1 16296:6 16297:1 16303:1 16308:1 16347:2 16349:1 16370:1 16395:1 16396:1 16397:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:3 16563:1 16567:1 16589:1 16594:1 16616:1 16649:2 16651:2 16656:1 16677:1 16684:1 16690:1 16694:6 16705:1 16712:1 16731:1 16742:1 16748:1 16749:1 16754:1 16755:4 16758:1 16783:2 16791:1 16793:1 16801:1 16803:1 16810:1 16811:2 16814:3 16816:2 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:4 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 16950:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17186:1 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:2 17254:1 17257:1 17269:1 17305:1 17324:1 17328:2 17332:2 17346:2 17348:5 17357:2 17360:1 17395:2 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:1 17525:2 17532:2 17534:3 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:1 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17817:1 17826:1 17839:1 17856:2 17896:1 17898:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 17983:1 18006:2 18055:1 18058:1 18062:2 18080:1 18083:1 18085:1 18140:1 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18245:2 18249:1 18254:2 18283:1 18305:1 18307:2 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:1 18435:2 18465:1 18466:3 18468:1 18475:2 18482:1 18487:1 18491:1 18493:1 18513:2 18516:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:4 18571:3 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18691:1 18699:1 18701:1 18706:1 18729:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18909:1 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 19049:3 19051:1 19054:1 19081:7 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19156:1 19168:1 19180:1 19260:1 19262:2301 19265:2 19282:3 19295:1 19311:1 19314:1 19330:1 19340:1 19341:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:5 19487:1 19492:3 19495:1 19496:2 19498:1 19511:2 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19638:1 19663:1 19664:2 19696:1 19707:3 19718:1 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:2 20006:2 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:3 20089:1 20091:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20276:1 20299:1 20302:1 20314:1 20340:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20413:1 20420:2 20421:3 20429:4 20432:1 20454:1 20461:2 20462:1 20464:3 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20674:1 20683:9 20688:3 20691:1 20694:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:5 20788:2 20793:2 20812:1 20813:1 20821:2 20837:7 20854:1 20867:1 20872:1 20879:1 20880:1 20887:1 20898:1 20904:1 20926:1 20941:1 20976:1 20978:1 21002:3 21022:1 21052:3 21062:1 21075:1 21096:1 21100:1 21101:6 21103:5 21113:1 21115:2 21125:1 21151:1 21164:1 21175:1 21209:2 21216:1 21237:1 21244:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:1 21334:1 21341:1 21350:1 21357:1 21362:1 21374:1 21377:1 21384:1 21389:1 21400:1 21408:4 21425:1 21437:1 21445:1 21449:2 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21568:10 21576:2 21581:2 21586:1 21597:4 21608:1 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:1 21708:2 21755:1 21778:1 21789:1 21794:1 21808:5 21830:1 21833:2 21845:1 21847:3 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21944:1 21952:1 21958:1 21959:1 21960:4 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:3 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:2 22193:2 22199:3 22215:1 22243:1 22245:2 22250:1 22251:1 22307:1 22308:1 22345:1 22361:1 22363:2 22373:1 22382:3 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:3 22428:1 22429:2 22444:1 22451:1 22480:1 22498:1 22510:2 22533:1 22535:3 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22669:1 22680:1 22688:1 22703:2 22713:2 22721:1 22723:4 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:2 22803:2 22807:1 22808:1 22811:2 22853:1 22877:1 22888:1 22890:1 22904:1 22912:1 22916:1 22928:2 22939:1 22951:2 22971:1 22985:1 23002:3 23004:1 23007:2 23017:3 23019:1 23061:1 23071:1 23100:1 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23201:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23269:1 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:2 23323:3 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23409:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:3 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23782:3 23785:1 23790:4 23796:1 23798:1 23804:2 23814:1 23829:1 23830:1 23846:1 23854:3 23855:1 23863:3 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:2 23940:1 23942:2 23961:1 23965:1 23977:1 23990:1 24019:6 24023:1 24029:3 24049:1 24086:3 24110:1 24112:2 24118:1 24132:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:3 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24492:1 24506:2 24539:2 24544:1 24549:1 24552:1 24561:1 24567:1 24568:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24665:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24796:1 24837:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24897:1 24899:1 24907:1 24909:3 24913:1 24914:2 24917:1 24918:4 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:2 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25106:1 25109:2 25142:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25264:1 25276:1 25288:1 25292:2 25300:1 25322:3 25330:1 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:2 25463:1 25503:1 25601:1 25627:3 25631:7 25632:1 25652:3 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25746:1 25770:1 25807:1 25827:1 25828:1 25832:1 25838:1 25839:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25921:1 25938:1 25940:3 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26156:5 26158:1 26160:5 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26310:1 26325:4 26328:1 26345:1 26356:1 26371:1 26373:1 26425:1 26427:1 26429:1 26431:2 26445:1 26450:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:1 26630:1 26644:6 26645:1 26665:2 26702:1 26718:3 26730:1 26733:2 26749:1 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:2 26887:2 26893:1 26900:1 26902:1 26906:1 26916:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:4 27060:2 27067:2 27077:1 27093:1 27105:1 27148:1 27170:1 27217:1 27220:2 27260:1 27277:1 27278:1 27300:1 27310:1 27311:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27538:2 27543:1 27548:3 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27601:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27655:1 27663:1 27703:1 27710:1 27715:6 27718:2 27719:1 27739:2 27742:1 27754:1 27786:1 27797:4 27810:2 27811:2 27818:1 27819:1 27820:3 27822:1 27828:1 27837:1 27848:1 27856:1 27862:2 27867:1 27877:2 27878:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27938:2 27944:1 27971:2 27975:1 27995:1 27997:3 27999:1 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28382:1 28386:3 28398:1 28427:1 28458:3 28466:1 28469:2 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28571:1 28589:1 28596:1 28605:1 28617:19 28618:1 28622:1 28640:1 28656:1 28662:12 28667:1 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:9 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28912:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29041:1 29048:1 29081:1 29091:4 29093:3 29162:1 29163:1 29165:1 29169:1 29176:1 29180:1 29186:1 29255:1 29276:1 29280:4 29287:1 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:2 29352:1 29353:1 29356:1 29374:1 29383:1 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29551:1 29600:1 29607:2 29650:1 29663:1 29664:2 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:1 29743:1 29753:1 29763:1 29764:1 29773:4 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:1 29851:2 29854:4 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:2 31:1 32:1 42:1 56:1 65:1 69:1 72:1 84:7 88:1 99:1 104:1 117:1 120:1 161:1 162:1 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 293:1 308:3 311:1 329:1 354:1 377:2 379:1 398:1 419:1 422:2 432:1 462:1 477:1 489:1 492:3 518:1 534:1 555:1 575:1 579:1 592:1 593:3 601:1 611:1 620:2 634:2 640:1 660:2 665:1 669:3 706:1 739:1 765:1 796:1 842:1 869:1 912:2 923:2 928:1 936:1 945:2 952:1 966:1 971:1 972:4 975:1 988:1 998:1 1010:3 1027:1 1030:1 1033:3 1035:1 1036:5 1037:1 1040:4 1059:1 1065:1 1071:4 1094:1 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1228:1 1249:1 1260:5 1270:4 1301:1 1302:1 1307:1 1310:1 1316:1 1325:1 1327:1 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:4 1599:3 1614:4 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:14 1684:2 1687:7 1702:2 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1770:1 1780:1 1802:1 1809:1 1823:1 1824:1 1828:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1961:1 1972:1 1978:2 2001:1 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2144:1 2146:2 2164:1 2176:4 2193:1 2203:1 2220:1 2221:3 2227:1 2230:1 2231:1 2239:1 2261:1 2293:5 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:7 2365:1 2366:1 2372:1 2373:2 2374:3 2375:2 2376:1 2379:1 2383:1 2387:1 2388:1 2389:2 2391:1 2393:2 2413:1 2420:1 2421:2 2422:1 2425:2 2426:4 2432:1 2435:2 2439:1 2442:2 2444:1 2446:3 2448:2 2452:3 2457:2 2459:1 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2510:1 2531:1 2547:1 2556:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2851:3 2856:1 2863:1 2872:1 2886:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2932:1 2958:1 2964:1 2969:1 2978:1 2986:1 2990:1 2997:1 3015:2 3022:1 3029:1 3047:1 3070:3 3074:1 3080:9 3081:2 3086:2 3098:1 3100:2 3101:3 3110:1 3116:1 3119:1 3131:9 3157:1 3190:1 3194:1 3224:1 3234:2 3239:1 3243:1 3292:3 3320:1 3348:1 3359:1 3364:1 3391:1 3420:1 3437:1 3438:1 3446:2 3453:1 3461:3 3462:1 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3543:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3672:1 3692:2 3703:1 3704:1 3710:2 3746:1 3751:4 3760:2 3762:1 3764:2 3769:1 3781:2 3799:1 3802:1 3805:1 3806:1 3817:6 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:3 3901:2 3907:2 3908:4 3930:1 3961:6 3963:1 3986:1 3989:6 4032:1 4044:1 4062:1 4067:1 4080:6 4094:1 4100:2 4102:2 4122:1 4129:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4186:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4314:1 4327:1 4332:1 4359:1 4374:1 4440:1 4460:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4553:2 4555:1 4575:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:2 4699:1 4716:1 4737:1 4744:1 4753:1 4762:2 4769:1 4770:1 4791:4 4803:1 4809:1 4810:2 4812:1 4865:1 4866:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4968:1 4977:1 4999:15 5000:1 5008:1 5029:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:1 5128:1 5129:1 5136:1 5137:2 5138:2 5141:4 5144:3 5148:1 5149:1 5161:2 5201:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5397:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5495:1 5524:1 5541:1 5552:1 5556:1 5562:4 5585:1 5612:1 5619:2 5642:1 5666:2 5675:1 5683:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5842:1 5844:1 5847:1 5849:1 5862:1 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:3 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6190:1 6202:5 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6271:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6365:1 6367:3 6375:3 6419:1 6420:1 6429:1 6440:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6581:1 6584:1 6585:1 6588:4 6592:2 6596:2 6600:5 6601:2 6602:4 6626:1 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6815:1 6864:1 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7068:1 7072:1 7073:1 7081:1 7100:1 7103:3 7136:1 7141:1 7185:1 7196:3 7199:1 7224:1 7237:3 7243:1 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:9 7417:1 7426:1 7435:2 7440:1 7445:1 7478:2 7509:2 7531:1 7534:1 7535:1 7560:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:3 7721:3 7736:3 7752:1 7755:1 7762:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7900:1 7901:1 7912:1 7943:1 7952:1 7978:1 7981:4 7992:10 7999:1 8006:2 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:32 8082:5 8083:11 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8147:1 8150:1 8155:1 8193:1 8200:1 8222:1 8256:1 8260:1 8277:1 8290:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8433:1 8484:1 8495:1 8499:1 8505:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8565:1 8583:1 8591:27 8608:1 8632:1 8642:1 8647:1 8651:1 8697:1 8709:1 8764:1 8768:1 8780:1 8790:5 8813:2 8817:1 8825:3 8832:1 8834:1 8844:1 8848:3 8872:1 8880:1 8898:1 8916:1 8948:2 8956:1 8958:3 8961:2 8962:4 8964:1 8965:1 8968:2 8972:4 8981:1 8983:1 8986:2 9008:1 9047:1 9058:2 9060:2 9064:1 9067:1 9120:3 9123:1 9156:1 9160:1 9205:1 9214:1 9234:1 9257:2 9266:2 9279:2 9284:3 9303:1 9314:1 9318:1 9321:1 9324:4 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:2 9409:1 9414:1 9441:1 9445:2 9453:6 9458:4 9463:1 9469:1 9480:3 9503:1 9514:1 9527:1 9543:1 9553:1 9566:1 9583:1 9594:1 9614:1 9628:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9817:1 9821:1 9833:1 9846:1 9865:3 9877:1 9882:1 9889:1 9894:3 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10053:1 10073:4 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10163:1 10165:1 10174:2 10176:1 10187:2 10189:1 10204:11 10218:1 10220:1 10221:1 10227:1 10229:1 10234:1 10246:1 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10392:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:1 10474:2 10560:1 10572:2 10583:1 10584:2 10600:1 10618:1 10619:1 10629:1 10670:2 10677:2 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10815:1 10833:3 10892:1 10913:4 10916:4 10918:1 10934:1 10939:1 10942:1 10996:2 11013:1 11021:1 11027:3 11028:1 11037:1 11050:3 11059:1 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:3 11151:2 11194:3 11200:1 11208:1 11212:1 11215:1 11220:1 11224:4 11227:8 11262:1 11275:2 11286:1 11290:1 11295:1 11301:1 11302:4 11314:1 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:2 11507:1 11515:3 11553:1 11559:2 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:2 11888:2 11893:1 11922:1 11925:1 11940:1 11954:2 11959:7 11966:1 11999:1 12015:2 12019:2 12021:1 12022:2 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:7 12159:3 12164:1 12178:1 12194:2 12205:1 12208:1 12211:1 12212:1 12213:1 12216:1 12217:1 12221:1 12225:1 12227:1 12231:2 12234:1 12247:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12345:1 12347:1 12358:1 12359:1 12374:1 12376:11 12413:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12543:1 12555:1 12563:1 12582:1 12591:1 12594:2 12614:3 12639:1 12641:1 12651:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:3 12730:3 12739:1 12740:1 12747:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12897:2 12916:3 12925:1 12972:1 12999:1 13008:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13134:1 13158:1 13186:2 13226:1 13242:1 13260:1 13315:1 13318:8 13324:1 13328:2 13336:2 13347:1 13362:1 13386:1 13403:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13599:1 13611:1 13612:2 13633:2 13643:1 13665:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:3 13741:3 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13809:1 13811:2 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13884:1 13891:1 13909:1 13915:1 13949:4 13974:1 13998:2 14002:1 14011:2 14018:1 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14116:1 14121:1 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14228:1 14234:1 14252:2 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:1 14394:1 14418:2 14428:1 14438:2 14439:1 14442:3 14452:1 14519:5 14525:2 14556:2 14587:1 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14692:1 14710:1 14720:1 14760:2 14762:1 14767:1 14772:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14903:2 14904:2 14911:1 14913:2 14921:1 14924:1 14933:1 14944:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15059:1 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15153:1 15164:5 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:1 15370:1 15372:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:3 15491:1 15507:3 15520:1 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15659:2 15660:2 15705:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:2 15836:1 15865:1 15870:1 15897:1 15900:1 15905:1 15925:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:30 16041:1 16044:1 16051:2 16054:1 16061:1 16084:1 16096:1 16103:1 16111:1 16120:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16214:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:2 16292:1 16295:1 16296:6 16297:1 16303:1 16308:1 16347:2 16349:1 16351:1 16370:1 16395:1 16396:1 16397:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:3 16563:1 16567:1 16589:1 16594:1 16616:1 16649:2 16651:2 16656:1 16677:1 16684:1 16690:1 16694:6 16705:1 16712:1 16731:1 16742:1 16748:1 16749:1 16754:1 16755:4 16758:1 16783:2 16791:1 16793:1 16801:1 16803:1 16810:1 16811:2 16814:3 16816:2 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:4 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 16950:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17186:1 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:2 17254:1 17257:1 17269:1 17305:1 17324:1 17328:2 17332:2 17346:2 17348:5 17357:2 17360:1 17395:2 17422:1 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:1 17525:2 17532:2 17534:3 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17616:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:2 17690:1 17703:1 17717:1 17718:1 17734:1 17743:1 17763:1 17773:1 17775:1 17791:1 17814:2 17817:1 17826:1 17839:1 17856:2 17896:1 17898:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 17983:1 18006:2 18055:1 18058:1 18062:2 18080:1 18083:1 18085:1 18117:1 18140:1 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18245:2 18249:1 18254:2 18283:1 18305:1 18307:2 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:1 18435:3 18465:1 18466:3 18468:1 18475:2 18482:1 18487:1 18491:1 18493:1 18510:2 18513:2 18516:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:4 18571:3 18573:1 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18669:1 18691:1 18699:1 18701:1 18706:1 18729:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18909:1 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 19049:3 19051:1 19054:1 19081:7 19085:2 19087:1 19094:1 19097:1 19139:1 19144:1 19145:1 19156:1 19168:1 19180:1 19260:1 19262:2351 19265:2 19282:3 19295:1 19311:1 19314:1 19330:1 19340:1 19341:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:5 19487:1 19492:3 19495:1 19496:2 19498:1 19511:2 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19638:1 19663:1 19664:2 19696:1 19707:3 19718:1 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:1 19862:1 19879:1 19886:1 19938:2 19953:3 19975:4 19995:2 20006:2 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:3 20089:1 20091:1 20103:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20265:1 20276:1 20299:1 20302:2 20314:1 20340:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20413:1 20420:2 20421:3 20429:4 20432:1 20454:1 20461:2 20462:1 20464:3 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20666:1 20674:1 20683:10 20688:3 20691:1 20694:1 20699:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:5 20788:2 20793:2 20812:1 20813:1 20821:2 20824:1 20837:7 20854:1 20867:1 20872:1 20879:1 20880:1 20887:1 20898:1 20904:1 20926:1 20941:1 20976:1 20978:1 21002:3 21022:1 21052:3 21062:1 21075:1 21096:1 21100:1 21101:6 21103:5 21113:1 21115:2 21125:1 21151:1 21164:1 21175:1 21209:2 21216:1 21237:1 21244:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:1 21334:1 21341:1 21350:1 21357:1 21362:1 21374:1 21377:1 21384:1 21389:1 21400:1 21408:4 21425:1 21437:1 21445:1 21449:2 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21564:1 21568:10 21576:2 21581:2 21586:1 21597:4 21608:1 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:1 21708:2 21755:1 21778:1 21789:1 21794:1 21808:5 21830:1 21833:2 21845:1 21847:3 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21944:1 21952:1 21958:1 21959:1 21960:4 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:3 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:2 22193:2 22199:3 22215:1 22216:1 22243:1 22245:2 22248:1 22250:1 22251:1 22307:1 22308:1 22345:1 22361:1 22363:2 22373:1 22382:3 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:3 22428:1 22429:2 22444:1 22451:1 22480:1 22498:1 22510:2 22533:1 22535:3 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22669:1 22680:1 22688:1 22703:2 22713:2 22721:1 22723:5 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:2 22803:2 22807:1 22808:1 22811:2 22853:1 22877:1 22888:1 22890:1 22904:1 22912:1 22916:1 22928:2 22939:1 22951:2 22971:1 22985:1 23002:3 23004:1 23007:2 23017:3 23019:1 23040:1 23061:1 23071:1 23100:2 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23193:3 23194:1 23196:1 23201:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23268:2 23269:1 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:2 23323:3 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23409:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:3 23561:2 23570:1 23578:1 23596:1 23600:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23782:3 23785:1 23790:4 23796:1 23798:1 23804:2 23814:1 23829:1 23830:1 23846:1 23854:3 23855:1 23863:3 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:2 23940:1 23942:2 23961:1 23965:1 23977:1 23990:1 24019:6 24023:1 24029:3 24049:1 24086:3 24110:1 24112:2 24118:1 24132:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:3 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24492:1 24506:2 24539:2 24544:1 24549:1 24552:1 24561:1 24567:1 24568:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24665:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24796:1 24837:1 24846:1 24847:1 24848:1 24851:1 24852:1 24853:1 24854:1 24857:1 24865:1 24897:1 24899:2 24907:1 24909:3 24913:1 24914:3 24917:1 24918:4 24925:1 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:2 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25106:1 25109:2 25142:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25256:1 25264:1 25276:1 25288:1 25292:2 25300:1 25322:3 25330:1 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:2 25463:1 25503:1 25601:1 25627:3 25631:7 25632:1 25652:3 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25746:1 25770:1 25807:1 25827:1 25828:1 25832:1 25838:1 25839:1 25858:1 25860:1 25861:1 25862:1 25882:1 25884:1 25919:1 25921:1 25938:1 25940:3 25987:1 25999:1 26022:1 26093:1 26096:1 26130:1 26142:1 26156:5 26158:1 26160:6 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26310:1 26325:4 26328:1 26345:1 26356:1 26371:1 26373:1 26425:1 26427:1 26429:1 26431:2 26435:1 26445:1 26450:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:1 26630:1 26644:6 26645:1 26665:3 26702:1 26718:3 26730:1 26733:2 26749:1 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:1 26837:1 26858:1 26885:2 26887:2 26893:1 26900:1 26902:1 26906:1 26916:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:4 27060:2 27067:2 27077:1 27093:1 27105:1 27148:1 27170:1 27217:1 27220:2 27260:1 27277:1 27278:1 27300:1 27310:1 27311:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27538:2 27543:1 27548:3 27566:1 27567:2 27570:1 27573:1 27584:1 27589:1 27601:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27655:1 27663:1 27703:1 27710:1 27715:6 27718:2 27719:1 27739:2 27742:1 27754:2 27786:1 27797:4 27810:2 27811:2 27818:1 27819:1 27820:3 27822:1 27828:1 27837:1 27848:1 27856:1 27862:2 27867:1 27877:2 27878:1 27882:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27938:2 27944:1 27971:2 27972:1 27975:1 27995:1 27997:3 27999:1 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28094:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28355:1 28382:1 28386:3 28398:1 28427:1 28458:3 28466:1 28469:2 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28569:1 28571:1 28589:1 28596:1 28605:1 28617:19 28618:1 28622:1 28640:1 28656:1 28662:12 28667:1 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:9 28828:1 28861:1 28872:1 28898:2 28900:1 28902:1 28912:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29041:1 29048:1 29081:1 29091:4 29093:3 29162:1 29163:1 29165:1 29169:1 29176:1 29177:1 29180:1 29186:1 29255:1 29276:1 29280:4 29287:1 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:3 29352:1 29353:1 29356:1 29374:1 29383:2 29393:1 29438:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29526:1 29551:1 29600:1 29607:2 29650:1 29663:1 29664:3 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:2 29743:1 29753:1 29763:1 29764:1 29773:4 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:1 29851:2 29854:4 29857:1 29860:1 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1
20 10:1 19:1 24:1 25:1 28:2 31:1 32:1 42:1 56:1 65:1 69:1 72:1 84:7 88:1 99:1 104:1 117:1 120:1 161:1 162:1 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 293:1 308:3 311:1 329:1 354:1 377:2 379:1 398:1 419:1 422:2 432:1 462:1 477:1 489:1 492:3 518:1 534:1 555:1 575:1 579:1 592:1 593:3 601:1 611:1 620:2 634:2 640:1 660:2 665:1 669:3 706:1 739:1 765:1 796:1 842:1 869:1 912:2 923:2 928:1 936:1 945:2 952:1 966:1 971:1 972:4 975:1 988:1 995:1 998:1 1010:3 1027:1 1030:1 1033:3 1035:1 1036:5 1037:1 1040:4 1059:1 1065:1 1071:4 1094:1 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1228:1 1249:1 1260:5 1270:4 1301:1 1302:2 1307:1 1310:1 1316:1 1325:1 1327:2 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1527:2 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:4 1599:3 1614:4 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:14 1684:2 1687:7 1702:3 1709:1 1715:1 1723:1 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1770:1 1780:1 1802:1 1809:1 1823:1 1824:1 1828:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1961:1 1972:1 1978:2 2001:1 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2144:1 2146:2 2164:1 2176:4 2193:1 2203:1 2220:1 2221:3 2227:1 2230:1 2231:1 2239:1 2261:1 2293:6 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:7 2365:1 2366:1 2372:1 2373:3 2374:3 2375:2 2376:1 2379:1 2383:1 2387:1 2388:1 2389:2 2391:1 2393:3 2413:1 2420:1 2421:2 2422:1 2425:2 2426:4 2432:1 2435:2 2439:1 2442:3 2444:1 2446:3 2448:3 2452:3 2457:2 2459:2 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2510:1 2518:1 2531:1 2547:1 2556:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2851:3 2856:1 2863:1 2872:1 2886:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2932:1 2940:1 2958:1 2964:1 2969:1 2978:1 2986:1 2990:1 2997:1 3015:2 3022:1 3029:1 3047:1 3070:4 3074:1 3080:10 3081:2 3083:1 3086:2 3098:1 3100:2 3101:3 3110:1 3116:1 3119:1 3131:9 3157:1 3190:1 3194:1 3224:1 3234:2 3239:1 3243:1 3292:3 3298:1 3320:1 3348:1 3359:1 3364:1 3391:1 3420:1 3437:1 3438:1 3446:3 3453:1 3461:3 3462:1 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3543:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3672:1 3692:2 3703:1 3704:1 3710:2 3746:1 3751:5 3760:2 3762:1 3764:2 3769:1 3781:2 3799:1 3802:1 3805:1 3806:1 3817:6 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:3 3901:2 3907:2 3908:4 3930:1 3961:6 3963:1 3986:1 3989:6 4032:1 4044:1 4062:1 4067:1 4080:6 4094:1 4100:2 4102:2 4122:1 4129:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4186:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4314:1 4327:1 4332:1 4337:1 4359:1 4374:1 4440:1 4460:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4553:2 4555:1 4575:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:2 4699:1 4716:2 4737:2 4744:1 4753:1 4762:2 4769:1 4770:1 4791:4 4803:1 4809:1 4810:2 4812:1 4865:1 4866:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4968:1 4977:1 4999:15 5000:1 5008:1 5029:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:2 5128:1 5129:1 5136:1 5137:3 5138:2 5141:4 5144:3 5148:1 5149:1 5161:2 5201:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5397:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5495:1 5524:1 5541:1 5544:1 5552:1 5556:1 5562:4 5585:1 5612:1 5619:2 5642:1 5666:2 5675:1 5683:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5842:1 5844:2 5847:1 5849:1 5862:1 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:3 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6190:1 6202:6 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6271:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6365:1 6367:3 6375:3 6419:1 6420:1 6429:1 6440:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:2 6551:2 6568:3 6569:1 6570:1 6578:2 6581:1 6584:1 6585:1 6588:4 6592:2 6596:2 6600:5 6601:2 6602:4 6626:1 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6815:1 6864:2 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7068:1 7072:1 7073:1 7081:1 7100:1 7103:3 7120:1 7136:1 7141:1 7185:1 7196:3 7199:1 7224:1 7237:3 7243:1 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:9 7417:1 7426:1 7435:2 7440:1 7445:1 7478:2 7509:2 7531:1 7534:1 7535:1 7560:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:3 7721:4 7736:3 7752:1 7755:2 7762:1 7764:1 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7900:1 7901:1 7909:1 7912:1 7943:1 7952:1 7978:1 7981:4 7992:11 7999:1 8006:2 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:34 8082:6 8083:11 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8147:1 8150:1 8155:1 8193:1 8200:1 8222:1 8256:1 8260:1 8277:1 8290:1 8292:1 8342:1 8362:3 8375:3 8379:1 8393:1 8433:1 8484:1 8495:1 8499:2 8505:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8565:1 8583:1 8591:27 8608:1 8632:1 8642:1 8647:1 8651:1 8697:1 8709:1 8764:1 8768:1 8780:1 8790:5 8813:2 8817:1 8825:3 8832:1 8834:1 8844:1 8848:3 8872:1 8880:1 8898:1 8916:1 8948:2 8956:1 8958:3 8961:2 8962:4 8964:1 8965:1 8968:2 8972:4 8981:1 8983:1 8986:2 9008:1 9047:1 9058:2 9060:2 9064:1 9067:1 9120:3 9123:1 9156:1 9160:1 9205:1 9214:1 9234:1 9237:1 9257:2 9266:2 9279:2 9284:3 9303:1 9314:1 9318:1 9321:1 9324:4 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:2 9409:1 9414:1 9441:1 9445:2 9453:6 9458:4 9463:1 9469:1 9480:3 9503:1 9514:1 9527:1 9543:1 9553:1 9566:1 9583:1 9594:1 9614:1 9628:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9817:1 9821:1 9833:1 9846:1 9865:3 9877:1 9882:1 9889:1 9894:3 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10053:1 10073:4 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10151:1 10163:2 10165:1 10174:2 10176:1 10187:2 10189:1 10204:11 10218:1 10220:1 10221:1 10227:1 10229:1 10234:1 10246:2 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10392:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:1 10474:2 10560:1 10572:2 10583:1 10584:2 10600:1 10618:1 10619:1 10629:1 10670:2 10677:2 10697:1 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10815:1 10833:3 10850:1 10892:1 10913:4 10916:5 10918:1 10934:1 10939:1 10942:1 10966:1 10985:1 10996:2 11013:1 11021:1 11027:3 11028:1 11037:1 11050:3 11059:1 11061:1 11083:2 11088:1 11089:2 11096:3 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:3 11151:2 11194:3 11200:1 11208:1 11212:1 11215:1 11220:2 11224:4 11227:8 11260:1 11262:1 11275:2 11286:1 11290:1 11295:1 11301:1 11302:4 11314:1 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:2 11507:1 11515:3 11553:1 11559:3 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:2 11888:2 11893:1 11922:1 11925:1 11940:1 11954:2 11959:7 11966:1 11969:1 11999:1 12015:2 12019:2 12021:1 12022:2 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:7 12159:3 12164:1 12178:1 12194:2 12205:1 12208:1 12211:1 12212:1 12213:1 12216:1 12217:1 12221:1 12225:1 12227:1 12231:2 12234:1 12247:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12345:1 12347:1 12358:1 12359:1 12374:1 12376:11 12413:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12543:1 12555:1 12563:1 12582:1 12591:1 12594:2 12614:3 12639:1 12641:1 12651:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:3 12730:3 12739:1 12740:1 12747:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12897:2 12916:3 12925:1 12972:1 12999:1 13008:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13134:1 13158:1 13186:2 13226:1 13242:1 13260:1 13315:1 13318:9 13324:1 13328:2 13336:2 13347:1 13362:1 13386:1 13403:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13599:1 13611:1 13612:2 13633:2 13643:1 13665:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:3 13741:3 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13809:1 13811:2 13831:2 13832:1 13853:1 13866:1 13867:8 13871:1 13883:14 13884:1 13891:1 13909:1 13915:1 13949:4 13974:1 13998:2 14002:1 14011:2 14018:1 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14116:1 14121:1 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14228:1 14234:1 14252:3 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:2 14394:1 14418:2 14428:1 14438:2 14439:1 14442:3 14452:1 14519:5 14525:2 14556:2 14587:1 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14692:1 14710:1 14720:1 14760:2 14762:1 14767:1 14772:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14903:2 14904:2 14911:1 14913:2 14921:1 14924:1 14930:1 14933:1 14944:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15059:1 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15153:1 15164:5 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:1 15370:1 15372:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:3 15491:1 15507:3 15520:1 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15659:2 15660:2 15705:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:2 15836:1 15865:1 15870:1 15897:1 15900:1 15905:1 15925:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:32 16041:1 16044:1 16051:2 16054:1 16061:1 16084:1 16096:1 16103:1 16111:1 16120:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16214:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:2 16292:1 16295:1 16296:6 16297:1 16303:2 16308:1 16347:2 16349:1 16351:1 16370:1 16395:1 16396:1 16397:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:3 16563:1 16567:1 16589:1 16594:1 16616:1 16649:2 16651:3 16656:1 16677:1 16684:1 16690:1 16694:6 16705:1 16712:1 16731:1 16742:1 16748:1 16749:1 16754:1 16755:4 16758:1 16783:2 16791:1 16793:1 16801:1 16803:1 16810:1 16811:2 16814:3 16816:2 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:4 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 16950:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17186:1 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:2 17254:1 17257:1 17269:1 17305:1 17324:1 17328:2 17332:2 17346:2 17348:5 17357:2 17360:1 17395:2 17422:1 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:2 17525:2 17532:2 17534:3 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17616:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:2 17690:1 17703:1 17717:1 17718:1 17734:1 17743:2 17763:1 17773:2 17775:1 17791:1 17814:2 17817:1 17826:1 17839:1 17856:2 17896:1 17898:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 17983:1 18006:2 18055:1 18058:1 18062:2 18080:1 18083:1 18085:1 18117:1 18140:2 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18245:2 18249:1 18254:2 18283:1 18305:1 18307:2 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:2 18435:3 18465:1 18466:3 18468:1 18475:3 18482:1 18487:1 18491:1 18493:1 18510:2 18513:2 18516:1 18533:1 18538:1 18544:1 18547:1 18557:1 18565:4 18571:3 18573:2 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18669:1 18691:1 18699:1 18701:1 18706:1 18729:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18844:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18909:1 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 19049:3 19051:1 19054:1 19081:7 19085:2 19087:1 19094:1 19097:1 19132:1 19139:1 19144:1 19145:1 19156:1 19168:1 19180:1 19260:1 19262:2393 19265:2 19282:3 19295:1 19311:1 19314:1 19330:1 19340:1 19341:1 19360:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:5 19487:2 19492:3 19495:1 19496:2 19498:1 19511:2 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19610:1 19638:1 19663:1 19664:2 19696:1 19707:3 19718:1 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:2 19862:1 19879:1 19886:1 19938:2 19953:3 19975:5 19995:2 20006:3 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:3 20089:1 20091:1 20103:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20265:1 20276:1 20299:1 20302:2 20314:1 20340:1 20343:1 20362:1 20370:2 20388:1 20400:1 20403:1 20405:1 20413:1 20420:2 20421:3 20429:4 20432:1 20454:1 20461:2 20462:1 20464:3 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20666:1 20674:1 20683:12 20688:3 20691:1 20694:1 20699:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:5 20788:2 20793:2 20812:1 20813:1 20821:2 20824:1 20837:7 20854:1 20867:1 20872:1 20879:1 20880:1 20887:1 20898:1 20904:1 20926:1 20941:1 20976:1 20978:1 21002:3 21022:1 21052:3 21055:1 21062:1 21075:1 21096:1 21100:1 21101:6 21103:5 21113:1 21115:2 21116:1 21125:1 21151:1 21164:1 21175:1 21209:2 21216:1 21237:1 21244:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:1 21334:1 21341:1 21350:1 21357:1 21362:1 21374:1 21377:1 21384:1 21389:1 21400:1 21408:4 21425:1 21437:1 21445:1 21449:2 21452:2 21464:1 21503:1 21513:3 21519:1 21528:1 21558:1 21564:1 21568:10 21576:2 21581:2 21586:1 21597:4 21608:1 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:2 21708:2 21755:1 21778:1 21789:1 21794:1 21808:5 21830:1 21833:2 21845:1 21847:3 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21944:1 21952:1 21958:1 21959:1 21960:4 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:3 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:2 22193:2 22199:3 22215:1 22216:1 22243:1 22245:2 22248:1 22250:1 22251:2 22307:1 22308:1 22345:1 22361:1 22363:2 22373:1 22382:4 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:3 22428:1 22429:2 22444:1 22451:1 22480:1 22498:1 22510:2 22533:1 22535:3 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22669:1 22675:1 22680:1 22688:1 22690:1 22703:2 22713:2 22721:1 22723:5 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:3 22803:2 22807:1 22808:1 22811:2 22853:1 22877:1 22888:1 22890:1 22904:1 22912:1 22916:1 22928:2 22939:1 22951:2 22971:1 22985:1 23002:3 23004:1 23007:2 23017:3 23019:1 23040:1 23061:1 23071:1 23100:2 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23179:1 23193:3 23194:1 23196:1 23201:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23261:1 23268:2 23269:1 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:2 23323:3 23337:1 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23409:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:3 23561:2 23570:1 23578:1 23593:1 23596:1 23600:2 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23782:3 23785:1 23790:4 23796:1 23798:1 23804:2 23814:1 23829:1 23830:1 23846:1 23854:3 23855:1 23863:3 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:2 23940:1 23942:2 23961:1 23965:1 23977:1 23990:1 24019:6 24023:1 24029:3 24049:1 24086:3 24110:1 24112:2 24118:1 24132:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:3 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24492:1 24506:2 24539:2 24544:1 24549:1 24552:1 24561:1 24567:1 24568:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24665:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24796:1 24837:1 24846:1 24847:1 24848:1 24851:2 24852:1 24853:1 24854:1 24857:1 24865:1 24897:1 24899:2 24907:1 24909:3 24913:1 24914:3 24917:1 24918:4 24925:2 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:2 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25106:1 25109:2 25142:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25256:1 25264:1 25276:1 25288:1 25291:1 25292:2 25300:1 25322:3 25330:1 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:1 25462:2 25463:1 25503:1 25601:1 25627:3 25631:7 25632:1 25652:3 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25746:1 25770:1 25807:1 25827:1 25828:1 25832:1 25838:1 25839:1 25858:1 25860:1 25861:1 25862:2 25882:1 25884:1 25919:1 25921:1 25938:1 25940:3 25987:1 25999:1 26022:1 26055:1 26093:1 26096:1 26130:1 26142:1 26156:5 26158:1 26160:6 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26310:1 26325:5 26328:1 26345:1 26356:1 26371:1 26373:1 26425:1 26427:1 26429:1 26431:2 26435:1 26445:1 26450:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:1 26630:1 26644:6 26645:1 26665:3 26702:1 26718:3 26730:1 26733:2 26749:1 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:2 26837:1 26858:1 26885:2 26887:2 26893:1 26900:1 26902:1 26906:1 26913:1 26916:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:4 27060:2 27067:2 27077:1 27093:1 27105:1 27148:1 27170:1 27217:1 27220:2 27260:1 27277:1 27278:1 27300:1 27310:1 27311:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27475:1 27525:1 27529:1 27532:1 27538:2 27543:1 27548:3 27560:1 27566:1 27567:2 27570:1 27573:1 27584:1 27589:2 27601:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27655:1 27663:1 27703:1 27710:1 27715:6 27718:2 27719:1 27739:2 27742:1 27754:2 27786:1 27797:4 27810:2 27811:2 27818:2 27819:1 27820:3 27822:1 27828:1 27837:1 27848:1 27856:1 27862:2 27867:1 27874:1 27877:2 27878:1 27882:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27938:2 27944:1 27971:2 27972:1 27975:1 27995:1 27997:3 27999:1 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28094:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:1 28349:1 28355:1 28382:1 28386:3 28398:1 28427:1 28458:3 28466:1 28469:2 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28569:1 28571:1 28589:1 28596:1 28605:1 28617:19 28618:1 28622:1 28640:1 28656:1 28662:12 28667:1 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:10 28828:1 28861:2 28872:1 28898:2 28900:1 28902:1 28912:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29041:1 29048:1 29081:1 29091:4 29093:3 29162:1 29163:1 29165:1 29169:1 29176:1 29177:1 29180:1 29186:1 29255:1 29276:1 29280:4 29287:1 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:3 29352:1 29353:1 29356:1 29374:1 29383:2 29393:1 29438:1 29443:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29526:1 29551:1 29600:1 29607:2 29650:1 29663:1 29664:4 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:2 29743:1 29753:1 29763:1 29764:1 29773:5 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:1 29851:2 29854:4 29857:1 29860:2 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1 29964:1
20 10:1 19:1 24:1 25:1 26:1 28:2 31:1 32:1 42:1 56:1 65:1 69:1 72:1 84:7 88:1 99:1 104:1 117:1 120:1 161:1 162:1 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 293:1 308:3 311:1 329:1 354:1 377:2 379:1 398:1 419:1 422:2 432:1 462:1 477:1 489:1 492:3 518:1 534:1 555:1 575:1 579:1 592:1 593:3 601:1 611:1 620:2 634:2 640:1 660:2 665:1 669:3 706:1 739:1 765:1 796:1 842:1 845:1 869:1 912:2 923:2 928:1 936:1 938:1 945:2 952:1 966:1 971:1 972:4 975:1 988:1 995:1 998:1 1010:3 1027:1 1030:1 1032:1 1033:3 1035:1 1036:5 1037:1 1040:5 1059:1 1065:1 1071:4 1094:1 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1228:1 1249:1 1260:5 1270:4 1301:1 1302:2 1307:1 1310:1 1316:1 1325:1 1327:2 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1527:3 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:4 1599:3 1614:4 1635:1 1639:1 1643:1 1645:1 1649:1 1659:3 1682:14 1684:2 1687:7 1702:3 1709:1 1715:1 1723:2 1724:2 1729:1 1736:1 1747:1 1748:1 1753:1 1761:9 1770:1 1780:1 1802:1 1809:1 1823:1 1824:1 1828:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1961:1 1972:1 1978:2 2001:1 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2144:1 2146:2 2164:1 2176:4 2193:1 2203:1 2220:1 2221:3 2227:1 2230:1 2231:1 2239:1 2261:1 2293:6 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:7 2365:1 2366:1 2372:1 2373:3 2374:3 2375:2 2376:2 2379:1 2383:1 2387:1 2388:1 2389:2 2391:1 2393:4 2413:1 2420:1 2421:2 2422:1 2425:2 2426:4 2428:1 2432:1 2435:2 2439:1 2442:3 2444:2 2446:3 2448:3 2452:3 2457:2 2459:2 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2510:1 2518:1 2531:1 2547:1 2556:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2851:3 2856:1 2863:1 2872:1 2886:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2932:1 2940:1 2958:1 2964:1 2969:1 2978:1 2986:1 2990:1 2997:1 3015:2 3022:1 3029:1 3047:1 3070:5 3074:1 3080:11 3081:2 3083:1 3086:2 3098:1 3100:2 3101:3 3110:1 3116:1 3119:1 3131:11 3157:1 3190:1 3194:1 3224:1 3226:1 3234:2 3239:1 3243:1 3292:3 3298:1 3320:1 3348:1 3359:1 3364:1 3391:1 3420:1 3437:1 3438:1 3446:3 3453:1 3461:4 3462:1 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3543:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3672:1 3692:2 3703:1 3704:1 3710:2 3746:1 3749:1 3751:6 3760:2 3762:1 3764:2 3769:1 3781:2 3799:1 3802:1 3805:1 3806:1 3817:6 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:3 3901:2 3907:2 3908:4 3930:1 3961:6 3963:1 3977:1 3986:1 3989:6 4032:1 4044:1 4062:1 4067:1 4080:6 4094:1 4100:2 4102:2 4122:1 4127:1 4129:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4186:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:1 4307:1 4314:1 4327:1 4332:1 4337:1 4359:1 4374:1 4440:1 4460:1 4462:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4553:2 4555:1 4575:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:2 4699:1 4716:2 4737:2 4744:1 4753:1 4762:2 4769:1 4770:1 4791:4 4803:1 4809:1 4810:2 4812:1 4865:1 4866:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4968:1 4977:1 4999:18 5000:1 5008:1 5029:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:2 5128:1 5129:1 5136:1 5137:3 5138:2 5141:4 5144:3 5148:1 5149:1 5161:2 5201:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5397:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5495:1 5524:1 5541:1 5544:1 5552:1 5556:1 5562:4 5585:1 5612:1 5619:2 5642:1 5666:2 5675:1 5683:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:1 5746:3 5767:3 5796:1 5826:2 5842:1 5844:2 5847:1 5849:1 5862:2 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:3 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6190:1 6202:6 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6271:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6365:1 6367:3 6375:3 6419:1 6420:1 6429:1 6440:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:3 6551:2 6568:3 6569:1 6570:1 6578:3 6581:1 6584:1 6585:1 6588:4 6592:3 6596:2 6600:5 6601:2 6602:4 6626:1 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6815:1 6831:1 6864:2 6937:2 6953:1 6958:1 6961:1 6962:2 6970:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7068:1 7072:1 7073:1 7081:1 7100:1 7103:3 7120:1 7136:1 7141:1 7185:1 7196:3 7199:1 7224:1 7237:3 7243:1 7252:1 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:9 7417:1 7426:1 7435:2 7440:1 7445:1 7478:2 7509:2 7531:1 7534:1 7535:1 7560:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:3 7721:4 7736:3 7752:1 7755:2 7762:1 7764:2 7780:1 7811:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7900:1 7901:1 7909:1 7912:1 7943:1 7952:1 7978:1 7981:4 7991:1 7992:11 7999:1 8006:2 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:36 8082:7 8083:13 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8147:1 8150:1 8155:1 8193:1 8200:1 8222:1 8256:1 8260:1 8277:1 8290:1 8292:1 8304:1 8342:1 8354:1 8362:3 8375:3 8379:1 8393:1 8433:1 8447:1 8484:1 8495:1 8499:2 8505:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8565:1 8583:1 8591:27 8608:1 8632:1 8642:1 8647:1 8651:1 8697:1 8709:1 8764:1 8768:1 8780:1 8790:5 8813:2 8817:1 8825:3 8832:1 8834:1 8844:1 8848:3 8872:1 8880:1 8898:1 8916:1 8948:2 8956:1 8958:3 8961:2 8962:4 8964:1 8965:1 8968:2 8972:4 8981:1 8983:1 8986:2 9008:1 9047:2 9058:2 9060:2 9064:1 9067:1 9120:3 9123:1 9156:1 9160:1 9205:1 9214:1 9234:1 9237:1 9257:2 9266:2 9279:2 9284:3 9303:1 9314:1 9318:1 9321:1 9324:4 9342:1 9355:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:2 9409:1 9414:1 9441:1 9445:2 9453:6 9458:4 9463:1 9469:1 9480:3 9503:1 9514:1 9527:2 9542:1 9543:1 9553:1 9566:1 9583:1 9594:1 9614:1 9628:1 9702:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9817:1 9821:1 9833:1 9846:1 9865:3 9877:1 9882:1 9889:1 9894:4 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10053:1 10073:4 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10151:1 10163:2 10165:1 10174:2 10176:1 10187:2 10189:1 10204:11 10218:1 10220:1 10221:1 10227:1 10229:1 10234:1 10246:2 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10392:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:1 10474:2 10560:1 10572:2 10583:1 10584:2 10587:1 10600:1 10618:1 10619:1 10629:1 10634:1 10670:2 10677:2 10697:1 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10815:1 10833:3 10850:1 10892:1 10913:4 10916:6 10918:1 10934:1 10939:1 10942:1 10966:1 10985:1 10996:2 11013:1 11021:1 11027:3 11028:1 11037:1 11050:3 11059:1 11061:1 11083:2 11088:1 11089:2 11096:4 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:3 11151:2 11194:3 11200:1 11208:1 11212:1 11215:2 11220:2 11224:4 11227:9 11260:1 11262:1 11275:2 11286:1 11290:1 11295:1 11301:1 11302:4 11314:1 11320:3 11385:1 11401:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:2 11507:1 11515:4 11553:1 11559:3 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:2 11888:2 11893:1 11922:1 11925:1 11940:1 11954:2 11959:7 11966:1 11969:1 11997:1 11999:1 12015:2 12019:2 12021:1 12022:2 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:7 12159:3 12164:1 12178:1 12194:2 12201:1 12202:1 12205:1 12208:1 12211:1 12212:1 12213:1 12216:1 12217:1 12221:1 12222:1 12225:1 12227:1 12231:2 12234:1 12247:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12345:1 12347:1 12358:1 12359:1 12374:1 12376:11 12413:1 12430:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12543:1 12555:1 12563:1 12582:1 12591:1 12594:2 12610:1 12614:3 12639:1 12641:1 12651:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:3 12730:3 12739:1 12740:1 12747:1 12749:1 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12897:2 12916:3 12925:2 12972:1 12999:1 13008:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13134:1 13158:1 13186:2 13226:1 13242:1 13260:1 13315:1 13318:10 13324:1 13328:2 13336:2 13347:1 13362:1 13386:1 13403:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13599:1 13611:1 13612:2 13633:2 13643:1 13665:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:3 13741:3 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13809:1 13811:2 13831:2 13832:2 13853:1 13866:1 13867:8 13871:1 13883:14 13884:1 13891:1 13909:1 13915:1 13949:4 13974:1 13998:2 14002:1 14011:2 14018:1 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14116:1 14121:2 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14228:1 14234:1 14252:3 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:2 14394:1 14418:2 14428:1 14438:2 14439:1 14440:1 14442:3 14452:1 14519:5 14525:2 14556:2 14587:1 14595:2 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14692:1 14710:1 14720:1 14760:2 14762:1 14767:1 14772:1 14775:1 14776:1 14783:1 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14903:2 14904:2 14911:1 14913:3 14921:1 14924:1 14930:1 14933:1 14944:1 14957:1 14960:1 14964:2 14996:1 15022:1 15024:1 15026:4 15059:1 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15142:3 15153:1 15164:5 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:1 15370:1 15372:1 15411:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:3 15491:1 15507:3 15520:1 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15659:2 15660:2 15705:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:2 15836:1 15865:1 15870:1 15897:1 15900:1 15905:1 15925:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:34 16041:1 16044:1 16051:2 16054:1 16061:1 16084:1 16096:1 16103:1 16111:1 16120:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16214:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:2 16292:1 16295:1 16296:6 16297:1 16303:2 16308:1 16347:2 16349:1 16351:1 16370:1 16395:1 16396:1 16397:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:3 16563:1 16567:1 16589:1 16594:1 16616:1 16649:2 16651:3 16656:1 16677:1 16684:1 16690:1 16694:6 16705:1 16712:1 16731:1 16742:1 16748:1 16749:1 16754:1 16755:4 16758:1 16783:2 16791:1 16793:1 16801:1 16803:1 16810:1 16811:2 16814:3 16816:2 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:4 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 16950:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17186:1 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:2 17254:1 17257:1 17269:1 17305:1 17324:1 17328:2 17332:2 17346:2 17348:6 17357:2 17360:1 17395:2 17422:1 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:2 17525:2 17532:2 17534:3 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17616:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:2 17690:1 17691:1 17703:1 17717:1 17718:1 17734:1 17743:2 17763:1 17765:1 17773:3 17775:1 17791:1 17814:2 17817:1 17825:1 17826:1 17839:1 17856:2 17896:1 17898:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 17983:1 18006:2 18055:1 18058:1 18062:2 18065:1 18080:1 18083:1 18085:1 18117:1 18140:2 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18245:2 18249:1 18254:2 18283:1 18305:1 18307:2 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:2 18435:3 18465:1 18466:3 18468:1 18475:3 18482:1 18487:1 18491:1 18493:1 18510:2 18513:2 18516:1 18533:1 18538:1 18544:1 18547:1 18557:2 18565:5 18571:3 18573:2 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18669:1 18691:1 18699:1 18701:1 18706:2 18729:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18844:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18909:1 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 18985:1 19049:3 19051:1 19054:1 19081:7 19085:2 19087:1 19094:1 19097:1 19132:1 19139:1 19144:1 19145:1 19156:1 19168:1 19180:1 19260:1 19262:2448 19265:2 19282:3 19295:1 19311:1 19314:1 19330:1 19340:1 19341:1 19360:1 19372:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:5 19487:2 19492:3 19495:1 19496:3 19498:1 19511:2 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19610:1 19638:1 19663:1 19664:2 19696:1 19707:3 19718:1 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:2 19862:1 19873:2 19879:1 19886:1 19938:2 19953:4 19975:5 19995:2 20006:3 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:3 20089:1 20091:1 20103:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20265:1 20276:1 20299:1 20302:2 20314:1 20340:1 20343:1 20362:1 20366:1 20370:2 20388:1 20400:1 20403:1 20405:1 20413:1 20420:3 20421:3 20429:4 20432:1 20454:1 20461:2 20462:1 20464:3 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20666:1 20674:1 20683:14 20688:3 20691:1 20694:1 20699:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:5 20788:2 20793:2 20812:1 20813:1 20821:2 20824:1 20837:8 20854:1 20867:1 20872:1 20879:1 20880:1 20887:2 20898:1 20904:1 20915:1 20926:1 20941:1 20976:1 20978:1 21002:3 21008:1 21022:1 21052:3 21055:1 21062:1 21075:1 21096:1 21100:1 21101:6 21103:5 21113:1 21115:2 21116:1 21125:1 21151:1 21164:1 21175:1 21209:2 21216:1 21237:1 21244:1 21247:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:2 21334:1 21341:1 21350:1 21357:1 21362:1 21374:1 21377:1 21382:1 21384:1 21389:1 21400:1 21408:5 21425:1 21437:1 21445:1 21449:2 21452:3 21464:1 21500:1 21503:1 21513:3 21519:1 21528:1 21558:1 21564:1 21568:10 21576:2 21581:2 21586:1 21597:4 21608:1 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:2 21708:2 21755:1 21778:1 21789:1 21794:1 21808:5 21830:1 21833:3 21845:1 21847:3 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21944:1 21952:1 21958:1 21959:2 21960:4 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:3 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:2 22182:1 22190:2 22193:2 22199:3 22215:1 22216:1 22224:1 22243:1 22245:2 22248:1 22250:1 22251:2 22300:1 22307:1 22308:1 22345:1 22361:1 22363:2 22373:1 22382:4 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:3 22428:1 22429:2 22444:1 22451:1 22480:1 22498:1 22510:2 22533:1 22535:3 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:1 22624:1 22632:2 22669:1 22675:1 22680:1 22688:1 22690:1 22703:2 22713:2 22721:1 22723:5 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:3 22803:2 22807:1 22808:1 22811:2 22853:1 22877:1 22888:1 22890:1 22904:1 22912:2 22916:1 22928:2 22939:1 22951:2 22969:1 22970:1 22971:1 22985:1 23002:3 23004:1 23007:2 23017:3 23019:1 23040:1 23061:1 23071:1 23100:2 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23179:1 23193:3 23194:1 23196:1 23201:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23261:1 23268:2 23269:1 23271:2 23273:1 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:2 23323:3 23337:1 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23409:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:3 23561:2 23570:1 23578:1 23593:1 23596:1 23600:2 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23782:3 23785:1 23790:4 23796:1 23798:1 23804:2 23814:1 23829:1 23830:1 23846:1 23854:3 23855:1 23863:3 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:2 23940:1 23942:2 23961:1 23965:1 23977:1 23990:1 24008:2 24019:6 24023:1 24029:3 24043:1 24049:1 24086:3 24110:1 24112:2 24118:1 24132:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:3 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24492:1 24506:2 24539:2 24544:1 24549:1 24552:1 24561:1 24567:1 24568:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24665:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24796:1 24837:1 24846:1 24847:1 24848:1 24851:2 24852:1 24853:1 24854:1 24857:1 24865:1 24897:1 24899:2 24907:1 24909:3 24913:1 24914:3 24917:1 24918:4 24925:2 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:2 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25086:1 25106:1 25109:2 25142:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25256:1 25264:1 25276:1 25288:1 25291:1 25292:2 25300:1 25322:3 25330:1 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:2 25462:2 25463:1 25503:1 25601:1 25627:3 25631:7 25632:1 25652:3 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25746:1 25762:1 25770:1 25807:1 25827:1 25828:1 25832:1 25838:1 25839:1 25858:1 25860:1 25861:1 25862:2 25882:1 25884:1 25919:1 25921:1 25938:1 25940:3 25987:1 25989:1 25999:1 26022:1 26055:1 26093:1 26096:1 26130:1 26142:1 26156:5 26158:1 26160:6 26169:1 26238:1 26249:1 26269:2 26291:1 26293:2 26310:1 26325:5 26328:1 26345:1 26356:1 26371:1 26373:1 26405:1 26425:1 26427:1 26429:1 26431:2 26435:1 26445:1 26450:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:2 26630:1 26644:6 26645:1 26665:3 26702:1 26708:1 26718:3 26730:1 26733:2 26749:1 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:2 26837:1 26858:1 26885:2 26887:2 26893:1 26900:1 26902:1 26906:1 26913:1 26916:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:1 27006:1 27016:4 27060:2 27067:2 27077:1 27093:1 27098:1 27105:1 27148:1 27170:1 27217:1 27220:2 27260:1 27277:1 27278:1 27300:1 27310:1 27311:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27441:1 27475:1 27493:1 27525:1 27529:1 27532:1 27538:2 27543:1 27548:3 27560:1 27566:1 27567:2 27570:1 27573:1 27584:1 27589:2 27601:1 27603:1 27618:3 27629:1 27639:1 27642:1 27651:4 27655:1 27663:1 27703:1 27710:1 27715:6 27718:2 27719:1 27739:2 27742:1 27754:2 27786:1 27797:4 27810:2 27811:2 27818:2 27819:1 27820:3 27822:1 27828:1 27837:1 27847:1 27848:2 27856:1 27862:2 27867:1 27874:1 27877:2 27878:1 27882:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27938:2 27944:1 27971:2 27972:1 27975:1 27995:1 27997:3 27999:1 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28094:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:2 28349:1 28355:1 28382:1 28386:3 28398:1 28427:1 28458:3 28466:1 28469:2 28473:1 28508:1 28513:1 28528:4 28533:1 28557:1 28569:1 28571:1 28589:1 28596:1 28605:1 28617:19 28618:1 28622:1 28640:1 28643:1 28656:1 28662:12 28667:1 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:10 28828:1 28861:2 28872:1 28898:2 28900:1 28902:2 28912:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29034:1 29041:1 29048:1 29081:1 29091:4 29093:3 29162:1 29163:1 29165:1 29169:1 29176:2 29177:1 29180:1 29186:1 29255:1 29276:1 29280:4 29287:1 29290:1 29291:1 29297:10 29310:1 29313:1 29322:1 29324:1 29325:3 29352:1 29353:1 29356:1 29374:1 29383:2 29393:1 29438:1 29443:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29526:1 29551:1 29600:1 29607:2 29650:1 29663:1 29664:4 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:2 29743:1 29753:1 29763:1 29764:1 29773:5 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:1 29851:2 29854:4 29857:1 29860:2 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1 29964:1
20 10:1 19:1 24:1 25:1 26:1 28:2 31:1 32:1 42:1 56:1 65:1 69:1 72:1 84:7 88:1 99:1 104:1 117:1 120:1 161:1 162:2 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 293:1 308:3 311:1 329:2 354:1 377:2 379:1 398:1 419:1 422:2 432:1 462:1 477:1 489:1 492:3 518:1 534:1 555:1 575:1 579:1 592:1 593:3 601:1 611:1 620:2 634:2 640:1 660:2 665:1 669:3 706:1 739:1 765:1 796:1 842:1 845:1 869:1 912:2 923:2 928:1 936:1 938:1 945:2 952:1 966:1 967:1 971:1 972:4 975:1 988:1 995:1 998:1 1010:3 1027:1 1030:1 1032:1 1033:3 1035:1 1036:5 1037:1 1040:5 1059:1 1065:1 1071:4 1094:1 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:1 1198:1 1228:1 1249:1 1260:5 1270:4 1301:1 1302:2 1307:1 1310:1 1316:1 1325:1 1327:2 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1527:3 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:4 1599:3 1614:5 1635:1 1639:1 1643:1 1645:1 1649:2 1659:3 1682:14 1684:2 1687:7 1702:3 1709:1 1715:1 1723:2 1724:2 1729:1 1736:2 1747:1 1748:1 1753:1 1761:9 1770:1 1780:1 1788:1 1802:1 1809:1 1823:1 1824:1 1828:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1961:1 1972:1 1978:2 2001:1 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2144:1 2146:2 2164:1 2176:4 2193:1 2203:1 2220:1 2221:4 2227:1 2230:1 2231:1 2239:1 2261:1 2293:6 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:8 2365:1 2366:1 2372:1 2373:3 2374:3 2375:3 2376:2 2379:1 2383:1 2387:1 2388:1 2389:2 2391:1 2393:4 2413:2 2420:1 2421:2 2422:1 2425:2 2426:4 2428:1 2432:1 2435:2 2439:1 2442:3 2444:2 2446:3 2448:3 2452:3 2457:2 2459:2 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2510:1 2518:1 2531:1 2547:1 2556:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2846:1 2851:3 2856:1 2863:1 2872:1 2886:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2932:1 2940:1 2958:1 2964:1 2969:1 2978:1 2986:1 2990:1 2997:1 3015:2 3022:1 3029:1 3047:1 3070:5 3074:1 3080:11 3081:2 3083:1 3086:2 3098:1 3100:2 3101:3 3110:1 3116:1 3119:1 3131:12 3157:1 3190:1 3194:1 3224:1 3226:1 3234:2 3239:1 3243:1 3292:3 3298:1 3320:1 3348:1 3359:1 3364:1 3391:1 3420:1 3437:1 3438:1 3446:3 3453:1 3461:4 3462:1 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3543:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3672:1 3692:2 3703:1 3704:1 3710:2 3733:1 3746:1 3749:1 3751:7 3760:2 3762:1 3764:2 3769:1 3781:2 3799:1 3802:1 3805:1 3806:1 3817:6 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:3 3901:2 3907:2 3908:4 3910:1 3930:1 3961:6 3963:1 3977:1 3986:1 3989:6 4032:1 4044:2 4062:1 4067:1 4080:6 4094:1 4100:2 4102:2 4122:1 4127:1 4129:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4186:1 4189:2 4191:1 4204:1 4216:1 4235:1 4261:1 4283:2 4307:1 4314:1 4327:1 4332:1 4337:1 4359:1 4374:1 4440:1 4460:1 4462:1 4466:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4534:1 4553:2 4555:1 4575:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:2 4699:1 4716:2 4737:2 4744:1 4753:1 4762:2 4769:1 4770:1 4791:4 4803:1 4809:1 4810:2 4812:1 4865:1 4866:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4968:1 4977:1 4999:18 5000:1 5008:1 5029:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:2 5128:1 5129:1 5136:1 5137:3 5138:2 5141:4 5144:3 5148:1 5149:1 5161:2 5201:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5365:1 5375:3 5378:1 5397:1 5403:1 5417:1 5428:2 5451:1 5460:1 5490:3 5495:1 5524:1 5541:1 5544:1 5552:1 5556:1 5562:4 5585:1 5612:1 5619:2 5642:1 5666:2 5675:1 5683:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:2 5746:3 5767:3 5796:1 5826:2 5842:1 5844:2 5847:1 5849:1 5862:3 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:3 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6190:1 6202:6 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6271:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6365:1 6367:3 6375:3 6419:1 6420:1 6429:1 6440:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:3 6551:2 6568:3 6569:1 6570:1 6578:3 6580:1 6581:1 6584:1 6585:1 6588:4 6592:3 6596:2 6600:5 6601:2 6602:4 6626:1 6664:1 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6815:1 6831:1 6864:2 6937:2 6948:1 6953:1 6958:1 6961:2 6962:2 6970:1 6971:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7068:1 7072:1 7073:1 7081:1 7100:1 7103:3 7120:1 7136:1 7141:1 7185:1 7196:3 7199:1 7224:1 7237:3 7243:1 7252:2 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:9 7417:1 7426:1 7435:2 7440:2 7445:1 7478:2 7509:2 7531:1 7534:1 7535:1 7560:1 7562:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:3 7721:4 7736:4 7752:1 7755:2 7762:1 7764:2 7780:1 7811:1 7819:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7900:1 7901:1 7909:1 7912:1 7943:1 7952:2 7978:1 7981:5 7991:1 7992:11 7999:1 8006:2 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:36 8082:7 8083:13 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8147:1 8150:1 8155:1 8193:1 8200:1 8222:1 8256:1 8260:1 8277:1 8290:1 8292:1 8304:1 8342:1 8354:1 8362:3 8375:3 8379:1 8393:1 8396:1 8433:1 8447:1 8448:1 8484:1 8495:1 8499:2 8505:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8565:1 8583:1 8591:27 8608:1 8632:1 8642:1 8647:1 8651:1 8697:1 8709:1 8764:1 8768:1 8780:1 8790:5 8813:2 8817:1 8825:4 8832:1 8834:1 8844:1 8848:3 8872:1 8880:1 8898:1 8916:1 8948:2 8956:1 8958:3 8961:2 8962:4 8964:1 8965:1 8968:2 8972:5 8981:1 8983:1 8986:2 9008:1 9047:2 9058:2 9060:2 9064:1 9067:1 9120:3 9123:1 9156:1 9160:1 9205:1 9214:1 9234:1 9237:1 9257:2 9266:2 9279:2 9284:3 9303:1 9314:1 9318:1 9321:1 9323:1 9324:4 9342:1 9355:1 9356:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:2 9409:1 9414:2 9441:1 9445:2 9453:6 9458:4 9463:1 9469:1 9480:3 9498:1 9503:1 9514:1 9527:2 9542:1 9543:1 9553:1 9566:1 9583:1 9594:1 9614:1 9628:1 9702:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9817:1 9821:1 9833:1 9846:1 9865:3 9877:1 9878:1 9882:1 9889:1 9894:4 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10040:1 10053:1 10073:4 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10151:1 10163:2 10165:1 10174:2 10176:1 10187:2 10189:1 10204:12 10218:1 10220:1 10221:1 10223:1 10227:1 10229:1 10234:1 10246:2 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10392:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:2 10474:2 10560:1 10572:2 10583:1 10584:2 10587:1 10600:1 10618:1 10619:1 10629:1 10634:1 10670:2 10677:2 10697:1 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10815:1 10833:3 10850:1 10892:1 10913:4 10916:7 10918:1 10921:1 10934:1 10939:1 10942:1 10966:1 10985:1 10996:2 11013:1 11021:1 11022:1 11027:3 11028:1 11037:1 11050:3 11059:1 11061:1 11083:3 11088:1 11089:2 11096:4 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:3 11151:2 11194:3 11200:1 11208:1 11212:1 11215:2 11220:2 11224:4 11227:9 11260:1 11262:1 11275:2 11286:1 11290:1 11295:1 11301:1 11302:4 11314:1 11320:3 11385:1 11401:1 11405:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:2 11507:1 11515:4 11546:1 11553:1 11559:3 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:2 11888:2 11893:1 11922:1 11925:1 11940:1 11954:2 11959:7 11966:1 11969:1 11997:1 11999:1 12015:2 12019:2 12021:1 12022:2 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:7 12159:3 12164:1 12178:1 12194:2 12201:1 12202:1 12205:1 12208:1 12211:1 12212:1 12213:1 12216:1 12217:1 12221:1 12222:1 12225:1 12227:1 12228:1 12231:2 12234:1 12247:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12345:1 12347:1 12358:1 12359:1 12374:1 12376:11 12413:1 12430:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12543:1 12555:1 12563:1 12582:1 12591:1 12594:2 12610:1 12614:3 12639:1 12641:1 12651:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:3 12730:3 12739:1 12740:1 12747:1 12749:2 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12886:1 12897:2 12916:3 12925:3 12942:1 12972:1 12985:1 12999:1 13008:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13134:1 13158:1 13186:2 13226:1 13242:2 13260:1 13315:1 13318:10 13324:2 13328:2 13336:2 13347:1 13362:1 13386:1 13403:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13599:1 13611:1 13612:2 13633:2 13643:1 13665:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:3 13741:3 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13809:1 13811:3 13831:3 13832:2 13853:1 13866:1 13867:8 13871:1 13883:14 13884:1 13891:1 13909:1 13915:1 13949:4 13974:1 13998:2 14002:1 14011:2 14018:1 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14116:1 14121:2 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14228:1 14234:1 14252:3 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:2 14394:1 14418:2 14428:1 14438:2 14439:1 14440:1 14442:3 14452:1 14519:5 14525:2 14556:3 14587:1 14595:2 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14692:1 14710:1 14713:1 14720:1 14760:2 14762:1 14767:1 14772:1 14775:1 14776:1 14783:2 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14903:2 14904:2 14911:1 14913:3 14921:1 14924:1 14930:1 14933:1 14944:1 14957:1 14960:1 14962:1 14964:2 14996:1 15022:1 15024:1 15026:4 15059:1 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15135:1 15142:3 15153:1 15164:5 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:1 15370:1 15372:1 15411:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:3 15491:1 15507:3 15520:1 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15622:1 15651:1 15659:2 15660:2 15705:1 15720:1 15729:1 15768:1 15793:3 15803:1 15812:1 15834:3 15835:2 15836:1 15865:1 15870:1 15897:1 15900:1 15905:1 15925:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:36 16041:1 16044:1 16051:2 16054:1 16061:1 16084:1 16096:1 16103:1 16111:1 16120:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16214:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:2 16292:1 16295:1 16296:6 16297:1 16303:2 16308:1 16347:2 16349:1 16351:1 16370:1 16395:1 16396:1 16397:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:3 16563:1 16567:1 16589:1 16594:1 16616:1 16649:2 16651:3 16656:1 16677:1 16684:1 16690:1 16694:6 16705:1 16712:1 16731:1 16742:1 16748:1 16749:1 16754:1 16755:4 16758:1 16783:2 16791:1 16793:1 16801:1 16803:1 16810:1 16811:2 16814:3 16816:2 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:4 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 16950:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17186:1 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:2 17254:1 17257:1 17269:1 17305:1 17311:1 17324:2 17328:2 17332:2 17346:2 17348:6 17357:2 17360:1 17395:2 17422:1 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17515:2 17517:1 17524:2 17525:2 17532:2 17534:3 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17616:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:1 17671:1 17676:1 17681:1 17683:2 17690:1 17691:1 17703:1 17717:1 17718:1 17734:1 17743:2 17763:1 17765:1 17773:3 17775:1 17791:1 17814:2 17817:1 17825:1 17826:1 17839:1 17856:2 17896:1 17898:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 17983:1 18006:3 18055:1 18058:1 18062:2 18065:1 18080:1 18083:1 18085:1 18117:1 18140:2 18142:2 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18245:2 18249:1 18254:2 18283:1 18305:1 18307:2 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:2 18435:3 18465:1 18466:3 18468:1 18475:3 18482:1 18487:1 18491:1 18493:1 18510:3 18513:2 18516:1 18533:1 18538:2 18544:1 18547:2 18557:2 18565:6 18571:3 18573:2 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18669:1 18691:1 18699:1 18701:1 18706:2 18729:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18844:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18909:1 18929:1 18931:1 18933:1 18939:1 18956:2 18963:1 18985:1 19049:3 19051:1 19054:1 19081:8 19085:2 19087:1 19094:1 19097:1 19132:1 19139:1 19144:1 19145:1 19156:1 19168:1 19180:1 19260:1 19262:2502 19265:2 19282:3 19295:1 19311:1 19314:1 19330:1 19340:1 19341:1 19360:1 19372:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:5 19487:2 19492:3 19495:1 19496:3 19498:1 19511:2 19520:1 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19610:1 19638:1 19663:1 19664:2 19672:1 19696:1 19707:3 19718:1 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:2 19862:1 19873:2 19879:1 19886:1 19938:3 19953:4 19975:5 19995:2 20006:3 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:3 20089:1 20091:1 20103:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20265:1 20276:1 20299:1 20302:2 20314:1 20340:1 20343:1 20362:1 20366:1 20370:2 20388:1 20400:1 20403:1 20405:1 20413:1 20420:3 20421:3 20429:4 20432:1 20454:1 20461:2 20462:1 20464:3 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20666:1 20674:1 20683:16 20688:3 20691:1 20694:1 20699:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20755:1 20758:1 20760:2 20776:2 20779:5 20788:2 20789:1 20793:2 20812:1 20813:1 20821:2 20824:1 20837:8 20854:1 20867:1 20872:1 20879:1 20880:1 20887:3 20898:1 20904:1 20915:1 20926:1 20941:1 20976:1 20978:1 21002:3 21008:1 21022:1 21052:3 21055:1 21062:1 21075:1 21096:1 21100:1 21101:6 21103:5 21113:1 21115:2 21116:1 21125:1 21151:1 21164:1 21175:2 21181:1 21209:2 21216:1 21237:1 21244:1 21247:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:2 21334:1 21341:1 21350:1 21357:1 21362:1 21374:1 21377:1 21382:1 21384:1 21389:1 21400:1 21408:5 21425:1 21437:1 21445:1 21449:2 21452:3 21464:1 21500:1 21503:1 21513:4 21519:1 21528:1 21558:1 21564:1 21568:10 21576:2 21581:2 21586:1 21597:4 21608:1 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:2 21708:2 21755:1 21778:1 21789:1 21794:1 21808:5 21830:1 21833:3 21845:1 21847:3 21848:1 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21944:1 21952:1 21958:1 21959:2 21960:5 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:3 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:3 22182:1 22190:2 22193:2 22199:3 22215:1 22216:1 22224:1 22243:1 22245:2 22248:1 22250:1 22251:2 22300:1 22307:1 22308:1 22345:1 22361:1 22363:2 22373:1 22382:4 22383:3 22384:3 22389:1 22394:1 22396:1 22409:1 22413:3 22428:1 22429:2 22444:1 22451:1 22480:1 22498:1 22510:2 22533:1 22535:3 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:2 22624:1 22632:2 22669:1 22675:1 22680:1 22688:1 22690:1 22703:2 22713:2 22721:1 22723:5 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:3 22803:2 22807:1 22808:1 22811:2 22853:1 22877:1 22888:1 22890:1 22904:1 22912:2 22916:1 22928:2 22939:1 22951:2 22969:1 22970:1 22971:1 22985:1 23002:3 23004:1 23007:2 23017:3 23019:1 23040:1 23061:1 23071:1 23100:2 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23179:1 23193:3 23194:1 23196:1 23201:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23261:1 23268:2 23269:1 23271:2 23273:2 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:2 23323:3 23337:1 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23409:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:3 23561:2 23570:1 23578:1 23593:1 23596:1 23600:2 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23782:3 23785:1 23790:4 23796:1 23798:1 23804:2 23814:1 23829:1 23830:1 23846:1 23854:3 23855:1 23863:3 23865:3 23871:1 23874:1 23888:1 23896:1 23900:1 23907:1 23912:1 23919:1 23921:2 23940:1 23942:2 23961:1 23965:1 23977:1 23990:1 24008:2 24019:6 24023:1 24029:3 24043:1 24049:1 24086:3 24110:1 24112:2 24118:1 24132:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:3 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24492:1 24506:2 24539:2 24544:1 24549:1 24552:1 24561:1 24567:1 24568:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24665:1 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24796:1 24837:1 24846:1 24847:1 24848:1 24851:2 24852:1 24853:1 24854:1 24857:2 24865:1 24897:1 24899:2 24907:1 24909:3 24913:1 24914:3 24917:1 24918:4 24925:2 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:2 24993:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25086:1 25106:1 25109:2 25142:1 25143:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25231:1 25256:1 25264:1 25271:1 25276:1 25288:1 25291:1 25292:2 25300:1 25322:3 25330:1 25347:6 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:2 25462:2 25463:1 25503:1 25601:1 25627:3 25631:7 25632:1 25652:3 25659:1 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25746:1 25762:1 25770:1 25807:1 25827:1 25828:1 25832:1 25838:1 25839:1 25858:1 25860:1 25861:1 25862:2 25882:1 25884:1 25914:1 25919:1 25921:1 25938:1 25940:3 25987:1 25989:1 25999:1 26022:1 26055:1 26086:1 26093:1 26096:1 26130:1 26142:1 26156:5 26158:1 26160:6 26169:1 26238:1 26249:2 26269:2 26291:1 26293:2 26310:1 26325:5 26328:1 26345:1 26356:1 26371:1 26373:1 26405:1 26425:1 26427:1 26429:1 26431:2 26435:1 26445:1 26450:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:1 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:2 26630:1 26644:7 26645:1 26665:3 26702:1 26708:1 26718:3 26730:1 26733:2 26749:1 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:2 26837:1 26858:1 26885:3 26887:2 26893:1 26900:1 26902:1 26906:1 26913:1 26916:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:2 27006:1 27016:4 27038:1 27060:2 27067:2 27077:1 27093:1 27098:1 27105:1 27148:1 27170:1 27206:1 27217:1 27220:2 27260:1 27277:1 27278:1 27300:1 27310:1 27311:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27441:1 27475:1 27493:1 27525:1 27529:1 27532:1 27538:2 27543:1 27548:3 27560:1 27566:1 27567:2 27570:1 27573:1 27584:1 27589:2 27601:1 27603:1 27618:3 27628:1 27629:1 27639:1 27642:1 27651:4 27655:1 27663:1 27703:1 27710:1 27715:6 27718:2 27719:1 27739:2 27742:1 27754:2 27786:1 27797:4 27810:2 27811:2 27818:2 27819:1 27820:3 27822:1 27828:1 27837:1 27847:1 27848:2 27856:1 27862:2 27867:1 27874:1 27877:2 27878:1 27882:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27938:2 27944:1 27971:2 27972:1 27975:1 27995:1 27997:3 27999:1 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28094:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:2 28349:1 28355:1 28382:1 28386:3 28398:1 28427:1 28458:3 28466:1 28469:2 28473:1 28504:1 28508:1 28513:1 28528:4 28533:2 28557:1 28569:1 28571:1 28589:1 28596:1 28605:1 28617:20 28618:1 28622:1 28640:1 28643:1 28656:1 28662:13 28667:1 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:10 28828:1 28861:2 28872:1 28898:2 28900:1 28902:2 28912:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29034:1 29041:1 29048:1 29081:1 29091:4 29093:3 29162:1 29163:1 29165:1 29169:1 29176:2 29177:1 29180:1 29186:1 29255:1 29276:1 29280:4 29287:1 29290:1 29291:1 29297:10 29310:1 29312:1 29313:1 29322:1 29324:1 29325:3 29326:1 29352:1 29353:1 29356:1 29374:1 29383:2 29393:1 29438:1 29443:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29526:1 29551:1 29600:1 29607:2 29650:1 29663:1 29664:4 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:2 29743:1 29753:1 29763:1 29764:1 29773:5 29779:1 29780:1 29781:2 29790:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:2 29851:2 29854:4 29857:1 29860:2 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1 29964:1
20 10:1 19:1 24:1 25:1 26:1 28:2 31:1 32:1 42:1 56:1 65:1 69:1 72:1 84:7 88:1 99:1 104:1 117:1 120:1 161:1 162:2 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 293:1 307:1 308:3 311:1 329:2 354:1 377:2 379:1 398:1 419:1 422:2 432:1 462:1 477:1 489:1 492:3 518:1 534:1 555:1 575:1 579:1 592:1 593:3 601:1 611:1 620:2 634:2 640:1 660:2 665:1 669:3 706:1 739:1 765:1 779:1 796:1 842:1 845:1 869:1 912:2 923:2 928:1 936:1 938:1 945:2 952:1 966:1 967:1 971:1 972:4 975:1 988:1 995:1 998:1 1010:3 1027:1 1030:1 1032:1 1033:3 1035:1 1036:5 1037:1 1040:5 1059:1 1065:1 1071:4 1094:1 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:2 1198:1 1228:1 1249:1 1260:5 1270:4 1301:1 1302:2 1307:1 1310:1 1316:1 1325:1 1327:2 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1527:3 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:4 1599:3 1614:5 1635:1 1639:1 1643:1 1645:1 1649:2 1659:3 1682:14 1684:2 1687:7 1702:4 1709:1 1715:1 1723:2 1724:2 1729:1 1736:2 1747:1 1748:1 1753:1 1761:9 1770:1 1780:1 1788:1 1802:1 1809:1 1823:1 1824:1 1828:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1961:1 1972:1 1978:2 2001:1 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2144:1 2146:2 2164:1 2176:4 2193:1 2203:1 2220:1 2221:4 2227:1 2230:1 2231:1 2239:1 2261:1 2293:6 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:8 2365:1 2366:1 2372:1 2373:3 2374:3 2375:3 2376:2 2379:1 2383:1 2387:1 2388:1 2389:2 2391:1 2393:4 2413:2 2420:1 2421:2 2422:1 2425:2 2426:4 2428:1 2432:1 2435:2 2439:1 2442:3 2444:2 2446:3 2448:3 2452:3 2457:2 2459:2 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2510:1 2518:1 2531:1 2547:1 2556:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2846:1 2851:3 2856:1 2863:1 2872:1 2886:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2932:3 2940:1 2958:1 2964:1 2969:1 2978:1 2986:1 2990:1 2997:1 3015:3 3022:1 3029:1 3047:1 3070:6 3074:1 3080:11 3081:2 3083:1 3086:2 3098:1 3100:2 3101:3 3110:1 3116:1 3119:1 3131:12 3157:1 3190:1 3194:2 3224:1 3226:1 3234:2 3239:1 3243:1 3292:4 3298:1 3320:1 3348:1 3359:1 3364:1 3391:1 3420:1 3437:1 3438:1 3446:3 3453:1 3461:4 3462:1 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3543:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3672:1 3692:2 3703:1 3704:1 3710:2 3733:1 3746:1 3748:1 3749:1 3751:7 3760:2 3762:1 3764:2 3769:1 3781:2 3799:1 3802:1 3805:1 3806:1 3817:6 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:4 3901:2 3907:2 3908:4 3910:1 3930:1 3961:6 3963:1 3977:1 3986:1 3989:6 4032:1 4044:2 4062:1 4067:1 4080:6 4094:1 4100:2 4102:2 4122:1 4127:1 4129:1 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4186:1 4189:3 4191:1 4204:1 4216:1 4235:1 4261:1 4283:2 4307:1 4314:1 4327:1 4332:1 4337:1 4359:1 4374:1 4440:1 4443:1 4460:1 4462:1 4466:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4534:1 4553:2 4555:1 4575:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:2 4699:1 4716:2 4737:2 4744:1 4753:1 4762:2 4769:1 4770:1 4791:4 4803:1 4809:1 4810:2 4812:1 4865:1 4866:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4968:1 4969:1 4977:1 4999:19 5000:1 5008:1 5029:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:2 5128:1 5129:1 5136:1 5137:3 5138:2 5141:4 5144:3 5148:1 5149:1 5161:2 5201:1 5218:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5354:1 5365:1 5375:3 5378:1 5397:1 5403:1 5406:1 5417:1 5428:2 5451:1 5460:1 5490:3 5495:1 5524:1 5541:2 5544:1 5552:1 5556:1 5562:4 5585:1 5612:1 5619:2 5642:1 5666:2 5675:1 5683:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:2 5746:3 5767:3 5796:1 5826:2 5842:1 5844:2 5847:1 5849:1 5862:3 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:3 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6190:1 6202:6 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6271:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6365:1 6367:3 6375:3 6419:1 6420:1 6429:1 6440:1 6450:3 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:3 6551:2 6568:3 6569:1 6570:1 6578:3 6580:1 6581:1 6584:1 6585:1 6588:4 6592:3 6596:2 6600:5 6601:2 6602:4 6626:1 6664:1 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6815:1 6831:1 6864:2 6937:2 6948:1 6953:1 6958:1 6961:2 6962:2 6970:1 6971:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7068:1 7072:1 7073:1 7081:1 7100:1 7103:3 7120:1 7136:1 7141:1 7185:1 7196:3 7199:1 7224:1 7237:3 7243:1 7252:2 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:9 7417:1 7426:1 7435:2 7440:2 7445:1 7478:2 7509:2 7531:1 7534:1 7535:1 7560:1 7562:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:3 7721:4 7736:4 7752:1 7755:2 7762:1 7764:2 7780:1 7811:1 7819:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7900:1 7901:1 7909:1 7912:1 7943:1 7952:2 7978:1 7981:5 7991:1 7992:11 7999:1 8006:2 8010:1 8013:4 8017:1 8020:1 8042:1 8047:1 8058:36 8078:1 8082:8 8083:13 8084:1 8092:1 8108:1 8119:1 8127:1 8144:2 8147:1 8150:1 8155:1 8193:1 8199:1 8200:1 8222:1 8256:1 8260:1 8277:1 8288:1 8290:3 8292:1 8304:1 8342:1 8354:2 8362:3 8375:3 8379:1 8393:1 8396:1 8433:1 8447:1 8448:1 8484:1 8495:1 8499:2 8505:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8545:1 8565:1 8583:1 8591:27 8608:1 8632:1 8642:1 8647:1 8651:1 8697:1 8709:1 8764:1 8768:1 8780:1 8790:5 8813:2 8817:1 8825:4 8832:1 8834:1 8844:1 8848:3 8872:1 8880:1 8898:1 8916:1 8948:2 8956:1 8958:3 8961:2 8962:4 8964:1 8965:1 8968:2 8972:5 8981:1 8983:1 8986:2 9008:1 9047:2 9058:2 9060:2 9064:1 9067:1 9120:3 9123:1 9156:1 9160:1 9205:1 9214:1 9234:1 9237:1 9257:2 9266:2 9279:2 9284:3 9303:1 9314:1 9318:1 9321:1 9323:1 9324:4 9342:1 9355:1 9356:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:2 9409:1 9414:2 9441:1 9445:2 9453:6 9458:4 9461:1 9463:1 9469:1 9480:3 9498:1 9503:1 9514:1 9527:2 9542:1 9543:1 9553:1 9566:3 9583:1 9594:1 9614:1 9628:1 9702:1 9710:3 9714:1 9725:1 9730:1 9731:1 9732:1 9736:1 9749:1 9765:1 9780:1 9817:1 9821:1 9833:1 9846:1 9865:3 9877:1 9878:1 9882:1 9889:1 9894:4 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10040:1 10053:1 10073:4 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10151:1 10163:2 10165:1 10174:2 10176:1 10187:2 10189:1 10204:12 10218:1 10220:1 10221:1 10223:1 10227:1 10229:1 10234:1 10246:2 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10392:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:2 10474:2 10560:1 10572:2 10583:1 10584:2 10587:1 10600:1 10618:1 10619:1 10629:1 10634:1 10670:2 10677:2 10697:1 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10805:1 10815:1 10833:3 10850:1 10892:1 10913:4 10916:7 10918:1 10921:1 10934:1 10939:1 10942:1 10966:1 10985:1 10996:2 11013:1 11021:1 11022:2 11027:3 11028:1 11037:1 11050:3 11059:1 11061:1 11083:3 11088:1 11089:2 11096:4 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:3 11151:2 11194:3 11200:1 11208:1 11212:1 11215:2 11220:2 11224:4 11227:9 11260:1 11262:1 11275:2 11286:1 11290:1 11295:1 11301:1 11302:4 11314:1 11318:1 11320:3 11385:1 11401:1 11405:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:2 11507:1 11515:4 11544:1 11546:1 11553:1 11559:3 11561:1 11564:1 11565:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11854:1 11862:2 11888:2 11893:2 11922:1 11925:1 11940:1 11954:2 11959:7 11966:1 11969:1 11997:1 11999:1 12015:2 12019:2 12021:1 12022:2 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:7 12159:3 12164:1 12178:1 12194:2 12201:1 12202:1 12205:1 12208:1 12211:1 12212:1 12213:1 12216:1 12217:1 12221:2 12222:1 12225:1 12227:1 12228:1 12231:2 12234:1 12247:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12345:1 12347:1 12358:1 12359:1 12374:1 12376:11 12413:1 12430:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12543:1 12555:1 12563:1 12582:1 12591:1 12594:2 12610:1 12614:3 12639:1 12641:1 12651:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:4 12730:4 12739:1 12740:1 12747:1 12749:2 12759:3 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12886:1 12897:2 12916:3 12925:3 12942:1 12972:1 12985:1 12999:1 13008:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13134:1 13158:1 13186:2 13226:1 13242:2 13260:1 13315:1 13318:10 13324:2 13328:2 13336:2 13347:1 13362:1 13377:1 13386:1 13403:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13599:1 13611:1 13612:2 13633:2 13643:1 13665:1 13690:2 13707:4 13719:1 13721:1 13723:3 13727:3 13741:3 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13809:1 13811:3 13831:3 13832:2 13853:1 13866:1 13867:8 13871:1 13883:14 13884:1 13891:1 13909:1 13915:1 13949:4 13974:1 13998:2 14002:1 14011:2 14018:1 14030:1 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14106:1 14116:1 14121:2 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14228:1 14230:1 14234:1 14252:3 14266:1 14286:1 14294:1 14301:1 14310:1 14329:10 14336:1 14338:2 14382:2 14383:2 14394:1 14418:2 14428:1 14438:2 14439:1 14440:1 14442:3 14452:1 14519:5 14525:2 14556:3 14587:1 14595:2 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14692:1 14710:1 14713:1 14720:1 14760:2 14762:1 14767:1 14772:1 14775:1 14776:1 14783:2 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:1 14899:1 14903:2 14904:2 14911:1 14913:3 14921:1 14924:1 14930:1 14933:1 14944:1 14957:1 14960:1 14962:1 14964:2 14996:1 15022:1 15024:1 15026:4 15059:1 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15135:1 15142:3 15153:1 15164:5 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:2 15370:1 15372:1 15411:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:4 15491:1 15507:3 15520:1 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15620:1 15622:1 15651:1 15659:2 15660:2 15705:1 15720:1 15729:1 15768:1 15793:3 15803:1 15812:1 15828:1 15834:3 15835:2 15836:1 15865:1 15870:1 15897:1 15900:1 15905:1 15925:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:37 16041:1 16044:1 16051:2 16054:1 16061:1 16071:1 16084:1 16096:1 16103:2 16111:1 16120:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16214:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:2 16292:1 16295:1 16296:6 16297:1 16303:2 16308:1 16347:3 16349:1 16351:1 16370:1 16395:1 16396:1 16397:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:3 16563:1 16567:1 16589:1 16594:1 16616:1 16649:2 16651:3 16656:1 16677:1 16684:1 16690:1 16694:6 16705:1 16712:1 16731:1 16742:1 16748:1 16749:1 16754:1 16755:4 16758:1 16783:2 16791:1 16793:1 16801:1 16803:1 16810:1 16811:2 16814:3 16816:2 16818:2 16823:1 16825:3 16826:1 16829:1 16832:1 16835:4 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 16950:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17186:1 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:2 17253:2 17254:1 17257:1 17269:1 17282:1 17305:1 17311:1 17324:2 17328:2 17332:2 17346:2 17348:6 17357:2 17360:1 17395:2 17422:1 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17483:1 17515:2 17517:1 17524:2 17525:2 17532:2 17534:3 17546:1 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17616:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:2 17671:1 17676:1 17681:1 17683:2 17690:1 17691:1 17703:1 17717:1 17718:1 17734:1 17743:2 17763:1 17765:1 17773:3 17775:1 17791:1 17814:2 17817:1 17825:1 17826:1 17839:1 17856:2 17896:1 17898:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 17983:1 18006:3 18055:1 18058:1 18062:2 18065:1 18080:1 18083:1 18085:1 18117:1 18140:2 18142:2 18159:1 18163:2 18170:2 18178:1 18183:1 18206:1 18211:1 18213:1 18216:1 18245:2 18249:1 18254:2 18283:1 18305:1 18307:2 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:2 18435:3 18465:1 18466:3 18468:1 18475:3 18482:1 18487:1 18491:1 18493:1 18510:3 18513:2 18516:1 18533:1 18538:2 18544:1 18547:2 18557:2 18565:6 18571:3 18573:2 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18669:1 18691:1 18699:1 18701:1 18706:2 18729:1 18762:1 18779:1 18811:1 18826:1 18829:1 18834:1 18844:1 18858:1 18862:1 18877:1 18884:1 18888:1 18891:2 18909:1 18929:1 18931:1 18933:1 18939:1 18956:2 18963:2 18985:1 19049:3 19051:1 19054:1 19081:8 19085:2 19087:1 19094:1 19097:2 19132:1 19139:1 19144:1 19145:1 19156:1 19168:1 19180:1 19260:1 19262:2568 19265:2 19282:3 19295:1 19311:1 19314:1 19330:1 19340:1 19341:1 19360:1 19372:1 19378:1 19383:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:5 19487:2 19492:3 19495:1 19496:3 19498:1 19511:2 19520:1 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19610:1 19638:1 19663:1 19664:2 19672:1 19696:1 19707:3 19718:1 19759:1 19765:2 19777:1 19813:2 19819:1 19825:1 19829:2 19862:1 19873:2 19879:1 19886:1 19938:3 19953:4 19975:5 19995:2 20004:1 20006:3 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:3 20089:1 20091:1 20103:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20265:1 20276:1 20299:1 20302:2 20314:1 20340:1 20343:1 20353:1 20362:1 20366:1 20370:2 20388:1 20400:1 20403:1 20405:1 20413:1 20420:3 20421:3 20429:4 20432:1 20454:1 20461:2 20462:1 20464:3 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20666:1 20674:1 20683:17 20688:3 20691:1 20694:1 20699:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20754:1 20755:1 20758:1 20760:2 20776:2 20779:5 20788:2 20789:1 20793:2 20812:1 20813:1 20821:2 20824:1 20837:8 20854:1 20867:1 20872:1 20879:1 20880:1 20887:3 20898:1 20904:1 20915:1 20926:1 20941:1 20976:1 20978:1 21002:3 21008:1 21022:1 21052:3 21055:1 21062:1 21075:1 21096:1 21100:1 21101:6 21103:5 21113:1 21115:2 21116:1 21125:1 21151:1 21164:1 21175:2 21181:1 21204:1 21209:2 21216:1 21237:1 21244:1 21245:1 21247:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:2 21334:1 21341:1 21350:1 21357:1 21362:1 21374:1 21377:1 21382:1 21384:1 21389:1 21400:1 21408:5 21425:1 21437:1 21445:1 21449:2 21452:3 21464:1 21500:1 21503:2 21513:4 21519:1 21528:1 21558:1 21564:1 21568:10 21576:2 21581:2 21586:1 21597:4 21608:1 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:2 21708:2 21755:1 21778:1 21789:1 21794:1 21808:5 21830:1 21833:3 21845:2 21847:3 21848:1 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21944:1 21952:1 21958:1 21959:2 21960:5 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:3 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:3 22182:1 22190:2 22193:2 22199:3 22215:1 22216:1 22224:1 22243:1 22245:2 22248:1 22250:1 22251:2 22300:1 22307:1 22308:1 22345:1 22361:1 22363:2 22373:1 22382:4 22383:3 22384:3 22389:1 22394:1 22396:2 22409:1 22413:3 22428:1 22429:2 22444:1 22451:1 22480:1 22498:1 22510:2 22533:1 22535:3 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:2 22624:1 22632:2 22669:1 22675:1 22680:1 22688:1 22690:1 22703:2 22713:2 22721:1 22723:5 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:3 22803:2 22807:1 22808:1 22811:2 22853:1 22877:1 22888:1 22890:1 22904:1 22912:2 22916:1 22928:2 22939:1 22951:2 22969:2 22970:1 22971:1 22985:1 23002:3 23004:1 23007:2 23017:3 23019:1 23040:1 23061:1 23071:1 23075:1 23100:2 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23179:1 23193:3 23194:1 23196:1 23201:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23261:1 23268:2 23269:1 23271:2 23273:2 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:2 23323:3 23337:1 23340:1 23363:2 23366:2 23370:1 23375:2 23382:1 23405:1 23409:1 23424:1 23430:1 23436:1 23454:3 23489:4 23499:1 23518:3 23561:2 23570:1 23578:1 23593:1 23596:1 23600:2 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23782:3 23785:1 23790:4 23796:1 23798:1 23804:2 23814:1 23829:1 23830:1 23846:1 23854:3 23855:1 23863:3 23865:3 23871:1 23874:1 23888:2 23896:1 23900:1 23907:1 23912:1 23913:1 23919:1 23921:2 23926:1 23940:1 23942:2 23961:1 23965:1 23977:1 23990:1 23998:1 24008:2 24019:6 24023:1 24029:3 24043:1 24049:1 24086:3 24110:1 24112:2 24118:1 24132:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:3 24239:1 24283:1 24305:2 24335:3 24382:1 24396:1 24429:1 24431:8 24492:1 24506:2 24539:2 24544:1 24549:1 24552:1 24561:1 24567:1 24568:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24665:2 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24796:1 24837:1 24846:1 24847:1 24848:1 24851:3 24852:1 24853:1 24854:1 24857:2 24865:1 24897:1 24899:2 24907:1 24909:3 24913:1 24914:3 24917:1 24918:5 24925:2 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:2 24993:1 24994:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25086:1 25106:1 25109:2 25142:1 25143:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25231:1 25256:1 25264:1 25271:1 25276:1 25288:1 25291:1 25292:2 25300:1 25322:3 25330:1 25347:6 25376:1 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:2 25462:2 25463:1 25503:1 25544:1 25601:1 25627:3 25631:7 25632:1 25652:3 25659:2 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25746:1 25762:1 25770:1 25807:1 25827:1 25828:1 25832:1 25838:1 25839:1 25858:1 25860:1 25861:1 25862:2 25882:1 25884:2 25914:1 25919:1 25921:1 25938:1 25940:3 25987:1 25989:1 25999:1 26022:1 26055:1 26086:1 26093:1 26096:1 26130:1 26142:1 26156:5 26158:1 26160:6 26169:1 26238:1 26249:2 26269:2 26291:1 26293:2 26310:1 26325:5 26328:1 26345:1 26356:1 26371:1 26373:1 26405:1 26415:1 26425:1 26427:1 26429:1 26431:2 26435:1 26445:1 26450:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26506:2 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:2 26630:1 26644:7 26645:1 26665:3 26702:1 26708:1 26718:4 26730:1 26733:2 26749:1 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:2 26837:1 26858:1 26885:3 26887:2 26893:1 26900:1 26902:1 26906:1 26913:1 26916:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:2 27006:1 27016:4 27038:1 27060:2 27067:2 27077:1 27093:1 27098:1 27105:1 27148:1 27170:1 27206:1 27217:1 27220:2 27260:1 27277:1 27278:1 27300:1 27310:1 27311:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27441:1 27475:1 27493:1 27525:1 27529:1 27532:1 27538:2 27543:1 27548:3 27560:1 27566:1 27567:2 27570:1 27573:1 27584:1 27589:2 27601:1 27603:1 27618:3 27628:1 27629:1 27639:1 27642:1 27651:4 27655:1 27663:1 27703:1 27710:1 27715:6 27718:2 27719:1 27739:2 27742:1 27754:2 27786:1 27797:4 27810:2 27811:2 27818:2 27819:1 27820:4 27822:1 27828:1 27837:1 27847:1 27848:2 27856:1 27862:2 27867:1 27874:1 27877:2 27878:1 27882:1 27885:1 27886:1 27891:1 27897:1 27901:1 27908:1 27938:2 27944:1 27971:2 27972:1 27975:1 27995:1 27997:3 27999:1 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28094:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:2 28349:1 28355:1 28382:1 28386:3 28393:1 28398:1 28427:1 28458:3 28466:1 28469:2 28473:1 28504:1 28508:1 28513:1 28528:4 28533:2 28557:1 28569:1 28571:1 28589:1 28596:1 28605:1 28617:20 28618:1 28622:1 28640:1 28643:1 28656:1 28662:13 28667:1 28671:1 28675:1 28677:2 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:10 28828:1 28861:2 28872:1 28898:2 28900:1 28902:2 28912:1 28914:1 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29034:1 29041:1 29048:1 29081:1 29091:4 29093:4 29162:1 29163:1 29165:1 29169:1 29176:2 29177:1 29180:1 29186:1 29255:1 29276:1 29280:4 29287:1 29290:1 29291:1 29297:10 29306:1 29310:1 29312:1 29313:1 29322:1 29324:1 29325:3 29326:1 29352:1 29353:1 29356:1 29374:1 29383:2 29393:1 29438:1 29443:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29526:1 29551:1 29600:1 29607:2 29650:1 29663:1 29664:4 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:2 29738:2 29743:1 29753:1 29763:1 29764:1 29773:5 29779:1 29780:1 29781:2 29790:1 29791:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:2 29851:2 29854:4 29855:1 29857:1 29860:2 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1 29964:1
20 10:1 19:1 24:1 25:1 26:1 28:2 31:1 32:1 42:1 56:1 65:1 69:1 72:1 84:7 88:1 99:1 104:1 117:1 120:1 161:1 162:2 173:1 189:1 195:1 206:1 211:1 226:1 277:3 278:2 293:1 307:1 308:3 311:1 327:1 329:2 354:1 377:2 379:1 398:1 419:2 422:2 432:1 462:1 477:1 489:1 492:3 518:1 534:1 555:1 575:1 579:1 592:1 593:3 601:1 611:1 620:2 634:2 640:1 660:2 665:1 669:3 706:1 739:1 765:1 779:1 796:1 842:1 845:1 869:1 906:1 912:2 923:2 928:2 936:1 938:1 945:3 952:1 966:1 967:2 971:1 972:4 975:1 988:1 995:1 998:1 1010:3 1027:1 1030:1 1032:1 1033:3 1035:1 1036:5 1037:1 1040:5 1059:1 1065:1 1071:5 1094:1 1103:3 1108:2 1115:1 1122:1 1130:1 1137:2 1163:1 1171:1 1172:2 1177:2 1198:1 1228:1 1229:1 1249:1 1260:5 1270:4 1301:1 1302:2 1307:1 1310:1 1316:1 1325:1 1327:2 1330:1 1342:1 1361:1 1362:1 1374:1 1377:1 1379:1 1382:1 1399:1 1407:1 1434:1 1447:1 1508:1 1523:1 1524:1 1527:3 1536:2 1555:1 1556:1 1558:1 1584:1 1587:1 1588:4 1599:3 1614:6 1635:1 1639:1 1643:1 1645:1 1649:2 1659:3 1682:14 1684:2 1687:7 1702:4 1709:1 1715:1 1723:3 1724:2 1729:1 1736:2 1747:1 1748:1 1753:1 1761:9 1770:1 1780:1 1788:1 1802:1 1809:1 1823:1 1824:1 1828:1 1856:2 1881:1 1892:1 1917:5 1921:2 1922:1 1932:2 1939:1 1961:1 1972:1 1978:2 2001:1 2005:1 2011:1 2024:1 2042:2 2053:3 2058:2 2068:1 2081:2 2087:1 2106:1 2110:1 2144:1 2146:2 2164:1 2176:4 2193:1 2203:1 2220:1 2221:4 2227:1 2230:1 2231:1 2239:1 2261:1 2293:6 2296:1 2305:1 2315:1 2321:1 2330:2 2334:2 2336:1 2358:2 2360:8 2361:8 2365:1 2366:1 2372:1 2373:4 2374:3 2375:3 2376:2 2379:1 2383:1 2387:1 2388:1 2389:2 2391:1 2393:4 2413:2 2420:1 2421:2 2422:1 2425:2 2426:4 2428:1 2432:1 2435:2 2439:1 2442:3 2444:2 2446:3 2448:3 2452:4 2457:2 2459:2 2461:2 2463:1 2464:2 2469:1 2475:1 2488:1 2490:1 2492:1 2510:1 2518:1 2531:1 2547:1 2556:1 2566:1 2568:1 2603:1 2607:1 2608:1 2654:1 2679:1 2702:1 2710:1 2712:1 2719:1 2743:1 2784:1 2788:1 2792:1 2808:1 2821:1 2826:1 2827:1 2846:1 2851:3 2856:1 2863:1 2872:1 2886:1 2888:1 2893:1 2907:2 2911:1 2914:2 2919:1 2923:1 2932:4 2940:1 2958:1 2964:1 2969:1 2978:1 2980:1 2986:1 2990:1 2997:1 3015:3 3022:1 3029:1 3047:1 3070:6 3074:1 3080:11 3081:2 3083:1 3086:2 3098:1 3100:2 3101:3 3110:1 3116:1 3119:1 3131:12 3157:1 3190:1 3194:2 3224:1 3226:1 3234:2 3239:1 3243:1 3292:4 3298:1 3320:1 3348:1 3359:1 3364:1 3391:1 3420:1 3437:1 3438:1 3446:4 3453:1 3461:4 3462:1 3491:3 3519:3 3526:1 3530:1 3533:1 3541:1 3543:1 3546:1 3569:1 3588:1 3627:1 3638:1 3644:1 3672:1 3692:2 3703:1 3704:1 3710:2 3733:1 3746:1 3748:2 3749:1 3751:7 3760:2 3762:1 3764:3 3769:1 3781:2 3799:1 3802:1 3805:1 3806:1 3817:6 3836:1 3847:1 3849:1 3853:1 3855:1 3858:1 3863:4 3901:2 3907:2 3908:4 3910:1 3930:1 3961:6 3963:1 3977:1 3986:1 3989:7 4032:1 4044:2 4062:1 4067:1 4080:6 4094:1 4100:2 4102:2 4122:1 4127:1 4129:2 4130:1 4137:1 4145:1 4148:2 4155:1 4170:1 4179:2 4186:1 4189:3 4191:1 4204:1 4216:1 4235:1 4261:1 4283:2 4307:1 4314:1 4326:1 4327:1 4332:1 4337:1 4359:1 4374:1 4440:1 4443:1 4460:1 4462:1 4466:1 4467:1 4492:1 4495:1 4503:1 4504:2 4508:1 4522:1 4526:1 4534:1 4553:2 4555:1 4575:1 4576:1 4610:1 4613:1 4614:1 4649:1 4653:2 4689:1 4691:1 4692:2 4699:1 4716:2 4737:2 4744:1 4753:1 4762:2 4769:1 4770:1 4791:4 4803:1 4809:1 4810:3 4812:1 4865:1 4866:1 4874:1 4889:1 4926:1 4928:1 4952:1 4962:1 4968:1 4969:1 4977:1 4999:20 5000:1 5008:1 5029:1 5035:1 5062:1 5092:3 5100:2 5101:7 5102:1 5115:3 5116:2 5118:1 5120:1 5124:1 5125:2 5128:1 5129:1 5136:1 5137:3 5138:2 5141:4 5144:3 5148:1 5149:1 5161:2 5201:1 5218:1 5219:1 5242:1 5249:1 5279:1 5298:4 5303:1 5330:1 5338:1 5354:1 5365:1 5375:3 5378:1 5386:1 5397:1 5403:1 5406:1 5417:1 5428:2 5451:1 5460:1 5490:3 5495:1 5524:1 5541:3 5544:1 5552:1 5556:1 5562:4 5585:1 5612:1 5619:2 5642:1 5646:1 5666:2 5675:1 5683:1 5688:2 5703:1 5709:1 5711:1 5716:1 5720:2 5725:1 5731:1 5734:1 5739:2 5746:3 5767:3 5796:1 5826:2 5842:1 5844:2 5847:1 5849:1 5862:3 5877:1 5900:1 5910:1 5913:1 5916:1 5919:2 5944:1 5945:1 5953:1 5966:2 6035:4 6036:3 6042:1 6055:2 6059:2 6069:1 6070:2 6092:1 6109:1 6117:1 6128:1 6158:1 6168:1 6190:1 6202:6 6209:1 6225:1 6238:2 6252:2 6256:1 6269:1 6271:1 6283:1 6292:1 6299:1 6311:1 6312:1 6318:2 6359:1 6365:1 6367:3 6375:3 6419:1 6420:1 6429:1 6440:1 6450:4 6451:1 6462:1 6467:1 6493:1 6504:2 6518:1 6548:3 6551:2 6568:3 6569:1 6570:1 6578:3 6580:2 6581:1 6584:1 6585:1 6588:4 6592:3 6596:2 6600:5 6601:2 6602:4 6626:1 6664:1 6667:1 6672:1 6679:1 6715:4 6736:4 6756:2 6800:1 6801:1 6815:1 6831:1 6862:1 6864:2 6937:2 6948:1 6953:1 6958:1 6961:2 6962:3 6970:1 6971:1 6973:2 6974:1 6979:1 7006:1 7007:1 7014:1 7015:1 7018:1 7022:2 7027:4 7049:2 7050:1 7054:1 7058:1 7068:1 7072:1 7073:1 7081:1 7100:1 7103:3 7120:1 7123:1 7129:1 7136:1 7141:1 7185:1 7196:3 7199:1 7224:1 7237:3 7243:1 7252:2 7257:1 7270:1 7303:1 7327:1 7332:2 7364:1 7369:1 7390:1 7415:9 7417:1 7426:1 7435:2 7440:2 7445:1 7478:2 7509:2 7531:1 7534:1 7535:1 7560:1 7562:1 7583:1 7585:1 7603:1 7615:1 7645:1 7648:1 7652:1 7655:1 7671:1 7679:3 7721:4 7736:4 7752:1 7755:2 7762:1 7764:2 7780:1 7811:1 7819:1 7823:1 7828:2 7837:1 7848:1 7857:1 7861:1 7865:1 7883:1 7897:2 7898:1 7900:1 7901:1 7909:1 7912:1 7943:1 7952:2 7978:1 7981:5 7991:1 7992:11 7999:1 8006:2 8010:1 8013:5 8017:1 8020:1 8042:1 8047:1 8058:37 8069:1 8078:1 8082:8 8083:13 8084:1 8086:1 8092:1 8108:1 8119:1 8127:1 8144:2 8147:1 8150:1 8155:1 8193:1 8199:1 8200:1 8215:1 8222:1 8256:1 8260:1 8277:1 8288:1 8290:4 8292:1 8304:1 8342:1 8354:2 8362:3 8375:3 8379:1 8393:1 8396:1 8433:1 8447:1 8448:1 8484:1 8495:1 8499:2 8505:1 8517:1 8525:9 8530:2 8531:1 8540:1 8543:1 8545:1 8565:1 8583:1 8591:28 8608:1 8632:1 8642:1 8647:1 8651:1 8697:1 8709:1 8764:1 8768:1 8780:1 8790:5 8813:2 8817:1 8825:4 8832:1 8834:1 8844:1 8848:3 8872:1 8880:1 8898:1 8916:1 8948:2 8956:1 8958:3 8961:2 8962:4 8964:1 8965:1 8968:2 8972:5 8981:1 8983:1 8986:2 9008:1 9047:2 9058:2 9060:2 9064:1 9067:1 9120:3 9123:1 9156:1 9160:1 9205:1 9214:1 9234:1 9237:1 9257:2 9266:2 9279:2 9284:3 9303:1 9314:1 9318:2 9321:1 9323:1 9324:4 9342:1 9355:1 9356:1 9366:1 9374:1 9386:1 9390:1 9393:1 9403:2 9409:1 9414:2 9441:1 9445:2 9453:6 9458:4 9461:1 9463:1 9469:1 9480:3 9498:1 9503:1 9514:1 9527:2 9542:1 9543:1 9553:1 9566:4 9583:1 9594:1 9614:1 9628:1 9702:1 9710:3 9714:1 9725:1 9730:2 9731:1 9732:1 9736:1 9740:1 9749:1 9765:1 9780:1 9817:1 9821:1 9833:1 9846:1 9865:3 9877:1 9878:1 9882:1 9889:1 9894:4 9896:1 9912:1 9925:1 9928:1 9937:1 9948:4 9949:1 9971:1 9978:1 9979:2 9987:3 10000:1 10021:1 10040:1 10053:1 10073:4 10088:1 10091:3 10093:1 10096:6 10110:3 10129:1 10151:1 10163:2 10165:1 10174:2 10176:1 10187:2 10189:1 10204:12 10218:1 10220:1 10221:1 10223:1 10227:1 10229:1 10234:1 10246:2 10256:1 10259:1 10267:2 10270:1 10339:2 10352:1 10359:3 10360:1 10365:2 10380:1 10392:1 10399:1 10416:2 10422:2 10442:2 10454:1 10464:1 10468:2 10474:2 10560:1 10572:2 10583:1 10584:2 10587:1 10600:1 10618:1 10619:1 10629:1 10634:1 10670:2 10677:2 10696:1 10697:1 10702:1 10750:1 10763:1 10772:1 10773:1 10779:2 10805:1 10815:1 10833:3 10850:1 10892:1 10913:4 10916:7 10918:1 10921:1 10934:1 10939:1 10942:1 10966:1 10985:1 10996:2 11013:1 11021:1 11022:2 11027:3 11028:1 11037:1 11050:3 11059:1 11061:1 11083:3 11088:1 11089:2 11096:4 11098:1 11103:1 11106:1 11107:1 11110:1 11114:1 11116:2 11127:1 11128:1 11133:1 11150:3 11151:2 11194:3 11200:1 11208:1 11212:1 11215:3 11220:2 11224:4 11227:9 11231:1 11260:1 11262:1 11275:2 11286:1 11290:1 11295:1 11301:1 11302:4 11314:1 11318:1 11320:3 11385:1 11401:1 11405:1 11407:1 11427:4 11429:2 11434:1 11436:1 11475:3 11498:2 11507:1 11515:4 11544:1 11546:1 11553:1 11559:3 11561:1 11564:1 11565:1 11575:1 11582:1 11586:1 11626:6 11633:2 11670:1 11679:1 11707:1 11716:1 11736:1 11744:1 11757:3 11760:2 11818:1 11820:1 11832:1 11846:1 11848:1 11854:1 11862:2 11888:2 11893:2 11922:1 11925:1 11940:1 11954:2 11959:8 11966:1 11969:1 11997:1 11999:1 12015:2 12019:2 12021:1 12022:3 12035:1 12036:1 12038:3 12073:1 12074:1 12103:1 12117:1 12124:2 12141:1 12148:1 12157:7 12159:3 12164:1 12178:1 12194:2 12201:1 12202:1 12205:2 12208:1 12211:1 12212:1 12213:1 12216:1 12217:1 12221:2 12222:1 12225:1 12227:1 12228:1 12231:2 12234:1 12247:1 12275:1 12280:1 12281:1 12283:5 12292:3 12298:8 12345:1 12347:1 12358:1 12359:1 12374:1 12376:11 12413:1 12430:1 12448:1 12450:1 12468:1 12484:1 12485:1 12510:1 12525:2 12541:4 12543:1 12555:1 12563:1 12582:1 12591:1 12594:2 12610:1 12614:3 12639:1 12641:1 12651:1 12652:1 12675:3 12711:2 12720:1 12721:2 12729:4 12730:4 12739:1 12740:1 12747:1 12749:2 12759:4 12768:1 12788:1 12796:1 12818:1 12837:1 12864:1 12884:1 12886:1 12897:2 12916:3 12925:3 12942:1 12972:1 12985:1 12999:1 13008:1 13009:1 13048:1 13072:3 13083:1 13101:1 13132:2 13134:1 13158:1 13163:1 13186:2 13226:1 13242:2 13260:1 13315:1 13318:10 13324:2 13328:2 13336:2 13347:1 13362:1 13377:1 13386:1 13403:1 13405:11 13432:1 13441:2 13470:2 13491:2 13512:1 13526:1 13581:1 13582:1 13588:1 13592:1 13596:4 13599:1 13611:1 13612:2 13633:2 13643:1 13665:1 13690:2 13707:4 13719:1 13721:1 13723:5 13727:3 13741:3 13747:1 13748:8 13750:1 13751:1 13773:1 13777:1 13781:1 13797:1 13809:1 13811:3 13831:3 13832:3 13853:1 13866:1 13867:8 13871:2 13883:14 13884:1 13891:1 13909:1 13915:1 13949:4 13974:1 13998:2 14002:1 14011:2 14018:1 14030:2 14037:1 14052:1 14059:1 14070:1 14078:2 14082:2 14088:1 14106:1 14116:1 14121:2 14127:1 14153:1 14163:1 14218:1 14221:1 14223:1 14226:5 14227:1 14228:1 14230:1 14234:1 14252:3 14266:1 14286:1 14294:1 14301:1 14310:1 14329:11 14336:1 14338:2 14382:2 14383:2 14394:1 14418:2 14428:1 14438:2 14439:1 14440:1 14442:3 14452:1 14519:5 14525:2 14556:3 14587:1 14595:2 14597:2 14634:1 14643:1 14651:1 14653:2 14682:2 14692:1 14710:1 14713:1 14720:1 14760:2 14762:1 14763:1 14767:1 14772:1 14775:1 14776:1 14783:2 14785:1 14797:1 14822:1 14830:1 14832:1 14853:1 14862:1 14871:3 14899:1 14903:2 14904:2 14911:1 14913:3 14921:1 14924:1 14930:1 14933:1 14944:1 14950:1 14957:1 14960:1 14962:1 14964:2 14996:1 15022:1 15024:1 15026:4 15059:1 15068:4 15084:1 15102:1 15123:1 15133:1 15134:1 15135:1 15142:3 15153:1 15164:5 15177:2 15178:1 15187:1 15198:1 15199:1 15214:2 15219:1 15226:1 15241:1 15255:1 15260:1 15262:1 15275:1 15281:1 15298:1 15304:1 15316:1 15347:1 15355:3 15370:1 15372:1 15411:1 15424:1 15440:1 15458:1 15462:3 15468:1 15476:4 15491:1 15507:3 15520:1 15545:1 15567:1 15571:1 15589:4 15590:1 15595:1 15596:1 15620:1 15622:1 15651:1 15659:2 15660:2 15705:1 15720:1 15729:1 15740:1 15768:1 15793:3 15803:1 15812:1 15828:1 15834:3 15835:2 15836:1 15865:1 15870:1 15897:1 15900:1 15905:1 15925:1 15946:1 15965:1 15980:1 15990:1 16000:1 16020:1 16021:38 16041:1 16044:1 16051:2 16054:1 16061:1 16071:1 16084:1 16096:1 16103:2 16111:1 16120:1 16122:1 16138:1 16142:1 16153:2 16156:1 16189:1 16204:1 16214:1 16258:1 16260:4 16266:1 16271:1 16272:2 16273:2 16280:1 16284:1 16288:2 16292:1 16295:1 16296:6 16297:1 16303:2 16308:1 16347:4 16349:1 16351:1 16370:1 16395:1 16396:1 16397:1 16422:5 16423:5 16447:1 16449:1 16456:1 16475:1 16482:1 16492:1 16517:2 16519:1 16545:1 16553:3 16563:1 16567:1 16589:2 16594:1 16616:1 16649:2 16651:3 16656:1 16667:1 16677:1 16684:1 16690:1 16694:6 16705:1 16712:1 16731:1 16742:1 16748:1 16749:1 16754:1 16755:4 16758:1 16783:2 16791:1 16793:1 16801:1 16803:2 16810:1 16811:2 16814:3 16816:2 16818:2 16823:2 16825:3 16826:1 16829:1 16832:1 16835:4 16838:1 16840:5 16844:1 16854:1 16866:3 16879:1 16885:1 16907:2 16930:1 16931:1 16950:1 17027:1 17064:1 17066:1 17119:1 17124:1 17172:2 17186:1 17200:1 17208:1 17227:1 17235:1 17238:1 17242:2 17246:3 17253:2 17254:1 17257:1 17269:1 17282:1 17305:1 17311:1 17324:2 17328:2 17332:2 17346:2 17348:6 17357:2 17360:1 17395:2 17422:1 17427:1 17447:2 17450:1 17465:3 17470:1 17474:9 17477:2 17483:1 17515:2 17517:1 17524:2 17525:2 17532:2 17534:3 17546:1 17551:2 17561:2 17579:2 17583:2 17586:2 17593:1 17616:1 17636:1 17639:1 17644:1 17658:1 17662:1 17666:1 17668:2 17671:1 17676:1 17681:1 17683:2 17690:1 17691:1 17703:1 17717:1 17718:1 17734:1 17743:2 17752:1 17763:1 17765:1 17773:3 17775:1 17791:1 17814:2 17817:1 17825:1 17826:1 17839:1 17856:2 17896:1 17898:1 17915:1 17923:1 17940:1 17967:1 17969:1 17970:1 17983:1 18006:4 18028:1 18055:1 18058:1 18062:2 18065:1 18080:1 18083:1 18085:1 18117:1 18140:2 18142:2 18159:1 18163:2 18170:2 18178:1 18183:1 18206:1 18211:2 18213:1 18216:1 18245:2 18249:1 18254:2 18283:1 18305:1 18307:2 18312:1 18316:1 18341:1 18354:6 18376:1 18394:1 18395:1 18403:3 18404:1 18430:2 18435:3 18465:1 18466:3 18468:1 18475:3 18482:1 18487:1 18491:1 18493:1 18510:3 18513:2 18516:1 18533:1 18538:2 18544:1 18547:2 18557:2 18565:6 18571:3 18573:3 18576:1 18583:1 18595:1 18596:1 18602:1 18604:1 18608:1 18624:8 18657:2 18659:2 18669:1 18691:1 18699:1 18701:1 18706:2 18729:1 18762:1 18779:1 18784:1 18811:1 18826:1 18829:1 18834:1 18844:1 18858:1 18862:1 18875:1 18877:1 18884:1 18888:1 18891:3 18909:1 18929:1 18931:1 18933:1 18939:1 18956:2 18963:2 18985:1 19049:3 19051:1 19054:1 19081:9 19085:2 19087:1 19094:1 19097:2 19132:1 19139:1 19144:1 19145:1 19156:1 19168:1 19180:1 19260:1 19262:2624 19265:3 19282:3 19295:1 19311:1 19314:1 19330:1 19340:1 19341:1 19360:1 19372:1 19378:1 19383:1 19399:1 19400:1 19402:1 19406:2 19414:1 19437:1 19449:1 19450:1 19461:1 19472:1 19473:1 19482:5 19487:2 19492:3 19495:1 19496:3 19498:1 19511:2 19520:1 19525:1 19545:1 19559:1 19567:4 19578:1 19586:1 19609:1 19610:1 19638:1 19663:1 19664:2 19672:1 19696:1 19707:4 19718:1 19759:1 19765:3 19777:1 19813:2 19819:1 19825:1 19829:2 19862:1 19873:2 19879:1 19886:1 19938:3 19953:4 19975:5 19995:2 20004:1 20006:3 20015:1 20020:1 20025:1 20033:1 20068:1 20069:5 20086:3 20089:1 20091:1 20103:1 20125:8 20131:1 20146:1 20170:1 20202:1 20204:1 20264:1 20265:1 20276:1 20299:1 20302:2 20314:1 20340:1 20343:1 20353:1 20362:1 20366:1 20370:2 20388:1 20400:1 20403:1 20405:2 20413:1 20420:3 20421:3 20429:4 20432:1 20454:1 20461:2 20462:1 20464:3 20477:1 20485:1 20500:1 20514:2 20534:1 20537:1 20545:1 20570:1 20587:1 20590:1 20620:1 20637:1 20658:1 20666:1 20674:1 20683:17 20688:3 20691:1 20694:2 20699:1 20704:1 20734:1 20737:1 20741:1 20742:1 20749:1 20752:1 20754:1 20755:1 20758:1 20760:2 20776:2 20779:5 20788:2 20789:1 20793:2 20812:1 20813:1 20821:2 20824:1 20837:8 20854:1 20867:1 20872:1 20879:1 20880:1 20887:3 20898:1 20904:1 20915:1 20926:1 20941:1 20976:1 20978:1 21002:3 21004:1 21008:1 21022:1 21052:3 21055:1 21062:1 21075:1 21096:1 21100:1 21101:6 21103:5 21113:1 21115:2 21116:1 21125:1 21151:1 21164:1 21175:3 21181:1 21204:1 21209:2 21216:1 21237:1 21244:1 21245:1 21247:1 21283:1 21296:1 21304:1 21315:1 21318:1 21321:2 21334:1 21341:1 21350:1 21357:1 21362:1 21374:1 21377:1 21382:1 21384:1 21389:1 21400:1 21408:5 21425:1 21437:1 21445:1 21449:2 21452:3 21464:1 21493:1 21500:1 21503:3 21513:4 21519:1 21528:1 21550:1 21558:1 21564:1 21568:11 21576:2 21581:2 21586:1 21597:4 21608:1 21622:1 21627:1 21635:1 21643:1 21646:1 21651:1 21654:1 21660:1 21683:1 21699:2 21708:2 21716:1 21726:1 21755:1 21778:1 21789:1 21794:1 21808:5 21830:1 21833:3 21845:3 21847:3 21848:2 21853:1 21857:2 21860:1 21888:1 21929:1 21930:1 21937:1 21942:2 21944:1 21952:1 21958:1 21959:2 21960:6 21964:1 21965:1 21967:1 21979:1 21980:1 21988:1 22007:1 22028:1 22036:3 22039:1 22048:1 22084:1 22095:1 22102:2 22120:2 22140:2 22142:2 22144:3 22182:1 22190:2 22193:2 22199:3 22215:1 22216:1 22224:1 22243:1 22245:3 22248:1 22250:1 22251:2 22300:1 22307:1 22308:1 22345:1 22361:1 22363:2 22373:1 22382:4 22383:3 22384:3 22389:1 22394:1 22396:2 22409:1 22413:3 22428:1 22429:2 22444:1 22451:1 22480:1 22490:1 22498:1 22510:2 22533:1 22535:3 22551:1 22560:1 22570:3 22572:2 22579:3 22594:1 22605:1 22618:2 22624:1 22632:2 22669:1 22675:1 22680:1 22688:1 22690:1 22703:2 22713:2 22721:1 22723:6 22730:1 22732:1 22766:1 22770:1 22785:1 22794:1 22797:3 22803:2 22807:1 22808:1 22811:2 22853:1 22862:1 22877:1 22884:1 22888:1 22890:1 22904:1 22912:2 22916:1 22928:2 22939:1 22951:2 22969:2 22970:1 22971:1 22985:1 23002:3 23004:1 23007:4 23017:3 23019:1 23040:1 23054:1 23061:1 23071:1 23075:1 23100:2 23103:1 23145:1 23146:1 23161:1 23163:1 23165:1 23173:1 23179:1 23193:3 23194:1 23196:1 23201:1 23207:1 23219:1 23225:1 23246:1 23258:1 23259:2 23261:1 23268:2 23269:1 23271:2 23273:2 23275:1 23276:1 23278:1 23285:1 23291:1 23298:1 23305:3 23309:1 23315:2 23323:3 23337:1 23340:1 23363:2 23366:2 23370:1 23375:2 23382:2 23405:1 23409:1 23424:1 23430:1 23436:1 23454:3 23489:5 23499:1 23518:3 23561:2 23570:1 23578:1 23593:1 23596:1 23600:2 23602:1 23605:1 23610:1 23636:1 23671:1 23672:1 23735:1 23748:1 23749:1 23772:1 23782:3 23785:1 23790:4 23796:1 23798:1 23804:2 23814:1 23829:1 23830:1 23846:1 23854:3 23855:1 23863:3 23865:3 23871:1 23874:1 23888:2 23896:1 23900:1 23907:1 23912:1 23913:1 23919:1 23921:2 23926:1 23935:1 23940:1 23942:2 23961:1 23965:1 23977:1 23990:1 23998:1 24008:2 24019:6 24023:1 24029:3 24043:1 24049:1 24065:1 24086:3 24110:1 24112:2 24118:2 24132:1 24142:1 24183:1 24194:2 24204:1 24211:1 24212:2 24233:3 24239:1 24283:1 24305:3 24335:3 24382:1 24396:1 24429:2 24431:8 24492:1 24506:3 24539:2 24544:1 24549:1 24552:1 24561:1 24567:1 24568:1 24579:2 24593:1 24598:1 24608:3 24615:1 24630:2 24631:7 24634:1 24639:1 24648:1 24655:1 24661:1 24662:1 24665:3 24681:1 24686:2 24699:1 24710:1 24713:1 24714:1 24740:1 24777:1 24789:1 24796:1 24837:1 24846:1 24847:1 24848:1 24851:3 24852:1 24853:1 24854:1 24857:2 24865:1 24897:1 24899:2 24907:1 24909:3 24913:1 24914:3 24917:1 24918:5 24925:2 24926:1 24937:1 24946:4 24956:5 24957:1 24972:1 24992:2 24993:1 24994:1 25021:1 25030:1 25032:1 25035:1 25036:1 25059:1 25066:2 25068:1 25074:2 25078:1 25082:2 25085:1 25086:1 25106:1 25109:2 25142:1 25143:1 25183:1 25186:1 25190:1 25213:1 25225:1 25227:2 25231:1 25256:1 25264:1 25271:1 25276:1 25288:1 25291:1 25292:2 25300:1 25322:3 25330:1 25347:6 25376:1 25377:1 25390:1 25402:6 25413:1 25414:1 25415:1 25420:1 25437:2 25462:2 25463:1 25503:1 25544:1 25601:1 25627:3 25631:7 25632:1 25652:4 25659:3 25664:2 25672:1 25673:1 25674:1 25680:2 25704:1 25709:1 25711:1 25729:1 25746:1 25762:1 25770:1 25807:1 25827:1 25828:1 25832:1 25838:1 25839:1 25858:1 25860:1 25861:1 25862:2 25882:1 25884:2 25896:1 25914:1 25919:1 25921:1 25938:1 25940:3 25954:1 25987:1 25989:1 25999:1 26022:1 26055:1 26086:1 26093:1 26096:1 26130:1 26142:1 26156:5 26158:1 26160:7 26169:1 26238:1 26249:2 26269:2 26291:1 26293:2 26310:1 26325:5 26328:1 26345:1 26356:1 26371:1 26373:1 26405:1 26415:1 26425:1 26427:1 26429:1 26431:2 26435:1 26445:1 26450:1 26454:1 26469:1 26477:3 26492:1 26495:1 26498:1 26501:3 26503:1 26506:2 26523:1 26534:1 26558:1 26564:1 26569:4 26580:1 26581:1 26594:1 26615:1 26617:1 26619:2 26630:1 26644:8 26645:1 26665:3 26702:1 26708:1 26714:1 26718:4 26730:1 26733:2 26749:1 26757:2 26785:1 26803:1 26805:1 26812:1 26814:1 26825:1 26830:2 26837:1 26858:1 26885:3 26887:2 26893:1 26900:1 26902:1 26906:1 26913:1 26916:1 26918:2 26921:3 26922:1 26944:2 26972:1 26978:2 26985:1 26988:1 26991:1 26997:2 27006:1 27016:4 27033:1 27038:1 27060:2 27067:2 27077:1 27093:1 27098:1 27105:1 27148:1 27170:1 27206:1 27217:1 27220:2 27260:1 27277:1 27278:1 27300:1 27310:1 27311:1 27369:1 27377:1 27381:1 27389:1 27414:1 27425:1 27435:1 27441:1 27475:1 27493:1 27525:1 27529:1 27532:1 27538:2 27543:1 27548:3 27560:1 27566:1 27567:2 27570:1 27573:1 27584:1 27589:2 27601:1 27603:1 27618:3 27628:1 27629:2 27639:1 27642:1 27651:4 27655:1 27663:1 27703:1 27710:1 27715:6 27718:2 27719:1 27739:2 27742:1 27754:2 27786:1 27797:4 27810:2 27811:2 27818:2 27819:1 27820:4 27822:1 27828:1 27837:1 27847:1 27848:2 27856:1 27862:2 27867:1 27874:1 27877:2 27878:1 27882:1 27885:1 27886:1 27887:1 27891:1 27897:1 27901:1 27908:1 27938:2 27944:1 27971:2 27972:1 27975:1 27995:1 27997:3 27999:1 28007:1 28025:1 28028:1 28043:1 28048:1 28080:1 28082:1 28094:1 28095:1 28097:2 28099:1 28113:4 28132:1 28147:1 28181:2 28196:1 28199:6 28219:2 28224:1 28247:1 28316:1 28323:3 28349:1 28355:1 28382:1 28386:3 28393:1 28398:1 28427:1 28458:3 28466:1 28469:2 28473:1 28504:1 28508:1 28513:1 28528:5 28533:2 28557:1 28569:1 28571:1 28589:1 28596:1 28605:1 28617:20 28618:1 28622:1 28640:1 28643:1 28656:1 28662:13 28667:1 28671:1 28675:1 28677:2 28692:1 28704:1 28748:2 28767:1 28768:1 28777:1 28784:3 28790:3 28827:10 28828:1 28861:2 28872:1 28898:2 28900:1 28902:2 28912:1 28914:2 28935:2 28961:1 28969:1 29000:1 29013:1 29032:1 29034:1 29041:1 29048:1 29081:1 29091:4 29093:4 29162:1 29163:1 29165:1 29169:1 29176:2 29177:1 29180:1 29186:1 29255:1 29276:2 29280:4 29287:1 29290:1 29291:1 29297:10 29306:1 29310:1 29312:1 29313:1 29322:1 29324:1 29325:3 29326:1 29352:1 29353:1 29356:1 29374:1 29383:2 29393:1 29438:1 29443:1 29449:1 29454:1 29462:1 29470:1 29482:1 29500:1 29510:3 29516:2 29526:1 29551:1 29600:1 29607:2 29632:1 29650:1 29663:1 29664:5 29677:1 29681:1 29686:1 29691:1 29702:1 29706:1 29714:3 29738:2 29743:1 29753:1 29763:1 29764:1 29773:5 29779:1 29780:1 29781:2 29790:1 29791:1 29797:1 29818:1 29819:1 29825:1 29833:1 29840:1 29844:1 29847:3 29848:2 29851:2 29854:5 29855:1 29857:1 29860:2 29863:2 29867:1 29870:1 29883:1 29903:1 29905:3 29909:1 29914:1 29915:1 29944:1 29964:1
|
5270b9f7a2cfe105b798328f478f3fc7bd44fe39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /635/CH8/EX8.8/Ch08Ex8.sci | ca053cb87cb39cb84b40125526c5ef1aa0dacfcb | [] | 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 | 606 | sci | Ch08Ex8.sci | // Scilab Code Ex8.8 Percentage transmitted energy of X-rays: Page 259 (2010)
mu = 139; // Attenuation co-efficient of aluminium, per metre
x = 0.005; // Thickness of aluminium sheet, m
// If X% is the intensity of the X-ray transmitted through the aluminium sheet then
// X% = I/I_0
// or X/100 = exp(-absorb_coeff*x)
// Solving for X
X = 100*exp(-mu*x); // Transmitted percentage of X-rays
printf("\nThe intensity of the X-ray transmitted through the aluminium sheet = %g percent", round(X));
// Result
// The intensity of the X-ray transmitted through the aluminium sheet = 50 percent |
9c8c7e800e6c95373224f28dcfd117dba36ac67b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH2/EX2.3/2_3.sce | fa1f5f19f4286e659db27e4b9bee58efe7836d7a | [] | 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 | 367 | sce | 2_3.sce | clc;
//at 110 bar, vg=0.01598m^3/kg which is less than the actual specific volume of 0.0196m^3/kg
//hence it is superheated
v=0.0196;//m^3/kg
p=110;//bar
//from tables
h=2889;//kJ/kg
t=350;//C
disp("temperature is:");
disp("C",t);
u=h-(p*10^5)*(v/1000);
disp("enthalpy is:");
disp("kJ/kg",u);
disp("specific internal energy is:");
disp("kJ/kg",u);
|
8dca2847b9277cac6126c3f44cb733923c78cce4 | 8b33899f15bd0509e32f6c06319b7b1557c745f5 | /f3.sci | b68ba19ab7a186b5f46167930885a036358430cf | [] | no_license | c00kiemon5ter/NumericalAnalysis | fd162663f6a9a4cc6c648e41a1412fa71e83a75c | 1ff51ff805017100ebb87a98b5fef7acca3d0692 | refs/heads/master | 2021-01-01T19:15:21.559444 | 2014-06-25T09:39:25 | 2014-06-25T09:39:25 | 8,290,126 | 1 | 1 | null | 2014-06-25T09:39:25 | 2013-02-19T12:51:16 | Scilab | UTF-8 | Scilab | false | false | 3,164 | sci | f3.sci | // Exercise F3
// -----------
// Given:
// y(0) = 1/3,
// y' = -5·y + 5·x^2 + 2·x , 0 <= x <= 2
//
// approximate y(2) with
// Euler's method with h = 0.025
// Midpoint method with h = 0.05
// RK4 methode with h = 0.1
//
// the exact solution is: y(x) = x^2 + 1/3·e^(-5·x)
//
// Which method was more accurate ?
// Plot the exact solution with the approximations.
function e = abs_err(exact, approx)
e = abs(exact - approx)
endfunction
function e = rel_err(exact, approx)
e = abs(abs_err(exact, approx) / exact)
endfunction
function y = exact(x)
y = x^2 + 1/3 * %e^(-5*x)
endfunction
function y = f(t, y)
y = -5 * y + 5 * t^2 + 2 * t
endfunction
function [t, y] = euler(f, t0, y0, h, tn)
// Eulers method: y_n+1 = y_n + h·f(t_n, y_n)
n = (tn - t0) / h
t(1) = t0
y(1) = y0
for i = 1 : 1 : n
t(i+1) = t(i) + h
y(i+1) = y(i) + h * f(t(i), y(i))
end
endfunction
function [t, y] = midpoint(f, t0, y0, h, tn)
// Midpoint method: y_n+1 = y_n + h·f(t_n + h/2, y_n + h/2·f(t_n, y_n))
n = (tn - t0) / h
t(1) = t0
y(1) = y0
for i = 1 : 1 : n
t(i+1) = t(i) + h
y(i+1) = y(i) + h * f(t(i) + h/2, y(i) + h/2 * f(t(i), y(i)))
end
endfunction
function [t, y] = rk4(f, t0, y0, h, tn)
// RK4 method: y_n+1 = y_n + 1/6·(k1 + 2·k2 + 2·k3 + k4)
// k1 = h·f(t_n , y_n)
// k2 = h·f(t_n + h/2, y_n + k1/2)
// k3 = h·f(t_n + h/2, y_n + k2/2)
// k4 = h·f(t_n + h , y_n + k3)
n = (tn - t0) / h
t(1) = t0
y(1) = y0
for i = 1 : 1 : n
t(i+1) = t(i) + h
k1 = h * f(t(i) , y(i))
k2 = h * f(t(i) + h/2, y(i) + k1/2)
k3 = h * f(t(i) + h/2, y(i) + k2/2)
k4 = h * f(t(i) + h , y(i) + k3)
y(i+1) = y(i) + 1/6 * (k1 + 2 * k2 + 2 * k3 + k4)
end
endfunction
// ---------- ---------- main execution ---------- ----------
y0 = 1/3
t0 = 0
tn = 2
v = exact(tn)
printf('exact value is %f\n', v)
printf('\nEuler method')
printf('\n------------\n')
[t, y] = euler(f, t0, y0, 0.025, tn)
printf('y(%f) = %f\n', t($), y($))
printf('absolute error %f\n', abs_err(v, y($)))
printf('relative error %f\n', rel_err(v, y($)))
plot(t, y, 'r')
printf('\nMidpoint method')
printf('\n---------------\n')
[t, y] = midpoint(f, t0, y0, 0.05, tn)
printf('y(%f) = %f\n', t($), y($))
printf('absolute error %f\n', abs_err(v, y($)))
printf('relative error %f\n', rel_err(v, y($)))
plot(t, y, 'g')
printf('\nRK4 method')
printf('\n----------\n')
[t, y] = rk4(f, t0, y0, 0.1, tn)
printf('y(%f) = %f\n', t($), y($))
printf('absolute error %f\n', abs_err(v, y($)))
printf('relative error %f\n', rel_err(v, y($)))
plot(t, y, 'b')
// Results and Commentary
// ----------------------
// NOTE: implementations use n+1, as index 0 is invalid
// so, t0 is t(1), t1 is t(2), ..., tn is t(n+1)
//
// From the three methods, RK4 is the most accurate.
//
// Output:
// > exact value is 4.000015
// >
// > Euler method
// > ------------
// > y(2.000000) = 3.995008
// > absolute error 0.005007
// > relative error 0.001252
// >
// > Midpoint method
// > ---------------
// > y(2.000000) = 4.000731
// > absolute error 0.000716
// > relative error 0.000179
// >
// > RK4 method
// > ----------
// > y(2.000000) = 4.000081
// > absolute error 0.000066
// > relative error 0.000017
|
41e4f87d6005a4c3d570aa5b0737759953de9809 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2375/CH4/EX4.3/ex4_3.sce | 320f95e030d899a6045af696a73704acc2c8a4d1 | [] | 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,141 | sce | ex4_3.sce | // Exa 4.3
clc;
clear;
close;
format('v',6)
// Given data
h_ic = 2;// in k ohm
h_fc = -51;
h_oc = 25*10^-6;// in ohm
h_rc= 1;
V_CC = 20;// in V
R1 = 10;// in k ohm
R2 = 10;// in k ohm
R_S = 1;// in k ohm
R_E = 5;// in k ohm
R_B= 5;// in k ohm
R_L= 5;// in k ohm
// (i) Current Gain
Ai = (-h_fc)/(1+h_oc*R_E*10^3);
disp(Ai,"The current gain is");
// (ii) Input impedance
Zi = h_ic*10^3 + h_rc*Ai*R_E*10^3;// in ohm
Zi = Zi * 10^-3;// in k ohm
disp(Zi,"The input impedance in k ohm is");
// (iii) Voltage Gain
A_V = (Ai*R_L*10^3)/(Zi*10^3);
A_V = 1;// (approx)
disp(A_V,"The voltage gain is");
// (iv) Overall Input Impedance
Z_IS = (R_B*Zi)/(R_B+Zi);// in k ohm
disp(Z_IS,"The overall input impedance in k ohm is");
// (v) Overall voltage gain
A_VS = (A_V*Zi)/(Zi+R_S);
disp(A_VS,"The overall voltage gain is");
// (vi) Overall current gain
A_IS =Ai*(R_B/(R_B+Zi));
disp(A_IS,"The overall current gain is");
// (vii) Output impedance
RdasS = (R_S*R_B)/(R_S+R_B);// in k ohm
Yo = h_oc - ( (h_fc*h_rc)/(h_ic*10^3+RdasS*10^3) );// in mho
Zo = 1/Yo;// in ohm
disp(Zo,"The output impedance in ohm is");
|
866e9774a1dea15e5e40440195ed8449e381a9e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /40/CH3/EX3.28/Exa_3_28.sce | 1c25af7c741f6b0cc1a85822a314e15ff46d592d | [] | 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 | 426 | sce | Exa_3_28.sce | //method of wrapping to fing convolution of periodic signal with one period
x=[1 2 -3];
h=[1 1];
y1=convol(h,x)
y1=[y1,zeros(5:9)]
y2=[y1(1:3);y1(4:6);y1(7:9)];
y=[0 0 0];
for i=1:3
for j=1:3
y(i)=y(i)+y2(j,i);
end
end
y
x=[2 1 3];
h=[2 1 1 3 1];
y1=convol(h,x)
y1=[y1,zeros(8:9)]
y2=[y1(1:3);y1(4:6);y1(7:9)];
y=[0 0 0];
for i=1:3
for j=1:3
y(i)=y(i)+y2(j,i);
end
end
y |
a909fc94b92c70dfd9766a591abf76e5c07cb563 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/percent/%s_f_sp.sci | 6c6a3b29af5962f5840de34910cf5ce8e4731f88 | [
"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 | 84 | sci | %s_f_sp.sci | function a=%s_f_sp(a,b)
// [a;b] a sparse b full
// Copyright INRIA
a=[sparse(a);b]
|
9a658cc289e62a644a9466810e19a9ff3dc1d6e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH12/EX12.10.5/12_10_5.sce | b20047a78b5dba88d6d900b435d7ec584cef2e76 | [] | 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 | 12_10_5.sce | clc
//initialisation of variables
T= 140 //F
m= 0.77
h= 30 //in
h1= -6 //ft
T1= 536 //F
r= 3.5
w= 62.3 //lbf/ft^2
//CALCULATIONS
R= ((460+T)/(T1))^r
P1= (h+h1)*w/R
//RESULTS
printf ('Static pressure= %.f lbf/ft^2',P1+7)
|
25522362f9c2c10e67749d6439989d1c527a04a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3731/CH6/EX6.18/Ex6_18.sce | 622d76165aa151e91c3a7d152d4e3f97eeb63412 | [] | 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 | 2,880 | sce | Ex6_18.sce | //Chapter 6:Induction Motor Drives
//Example 18
clc;
//Variable Initialization
//Ratings of the star connected Induction motor
f=50 // frequency in HZ
Vl=440 // line voltage in V
P=6 // number of poles
N=970 // rated speed
n=2 // ratio of stator to rotor
Sm=0.25 // it is given the speed range is 25% below the synchronous speed which is proportional to the Slip
//Parameters referred to the stator
Xr_=0.4 // rotor winding reactance in ohm
Xs=0.3 // stator winding reactance in ohm
Rr_=0.08 // resistance of the rotor windings in ohm
Rs=0.1 // resistance of the stator windings in ohm
alpha=165 // maximum value of the firing angle in degress
//Solution
Ns=120*f/P // synchronous speed
Wms=2*%pi*Ns/60
//(i) transformer turns ratio
al=alpha*(%pi/180)
a=-Sm/cos(al) //since Sm=a*math.cos(alpha)
m=n/a //since a=n/m where m is the transformer ratio
//(ii)When speed is 780 rpm and firing angle is 140 degrees
N1=780 //given speed
alpha1=140 //given firing angle
s1=(Ns-N1)/Ns //slip at the given speed N1
Vd1=(3*sqrt(6)/%pi)*s1*(Vl/sqrt(3))/n
al1=alpha1*(%pi/180)
Vd2=(3*sqrt(6)/%pi)*(Vl/sqrt(3))/m*cos(al1)
Rs_=Rs*(1/n)**2 //stator resistance referred to the rotor
Rr=Rr_*(1/n)**2 //rotor resistance referred to the rotor
Rd=0.01 //equivalent resistance of the DC link inductor
Id=(Vd1+Vd2)/(2*(s1*Rs_+Rr)+Rd)
T1=abs(Vd2)*Id/s1/Wms //required torque
//(iii)when speed is 800rpm and firing angle is half the rated motor torque
N1=800 //given speed
s=(Ns-N)/Ns //rated slip
x=(Rs+Rr_/s)**2+(Xs+Xr_)**2
Trated=(3/Wms)*(Vl/sqrt(3))**2*(Rr_/s)/x //rated torque
T_half=Trated/2 //half rated torque
s1=(Ns-N1)/Ns //given slip at speed N1=800rpm
Vd1=(3*sqrt(6)/%pi)*s1*(Vl/sqrt(3))/n
Vd2=(3*sqrt(6)/%pi)*(Vl/sqrt(3))/m
Id=(Vd1+Vd2)/(2*(s1*Rs_+Rr)+Rd)
T=abs(Vd2)*Id/s1/Wms //required torque
//since the given torque is half of the rated value
//To find the find the firing angle we assumed cos(alpha1)=-X
//The given quadratic equation is X**2-0.772X+0.06425=0
a = 1
b = -0.772
c = 0.06425
//Discriminant
d = (b**2) - (4*a*c)
X1 = (-b-sqrt(d))/(2*a)
X2 = (-b+sqrt(d))/(2*a)
alpha1=-acos(X2) //since cos(alpha1)=-X where alpha1 is radians
alpha1=alpha1*(180/%pi)
alpha1=180+alpha1 //required firing angle
//Results
mprintf("(i)Transformer ratio is:%.3f",m)
mprintf("\n(ii)Required torque is :%.2f N-m",T1)
//There is a slight difference in the answer for the torque due to accuracy
mprintf("\n(iii)The half rated torque at the given speed of %d rpm is:%.2f N-m",N1,T_half)
mprintf("\nWith a slip of s:%.1f",s1)
mprintf("\nThe solutions for X are %.4f and %.4f",X1,X2)
mprintf("\nFor X1:%.4f the motor is unstable so we use X2:%.4f",X1,X2)
mprintf("\nHence the required firing angle is :%.1f °",alpha1)
|
460e8ee151d7129b0cb53fc2b1739cb1fb7a836c | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH11/EX11.17/Example11_17.sce | 6bb5fdc3be12a449b5f8d9bfeb7d1d1f43a4cdae | [] | 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 | 707 | sce | Example11_17.sce | //Example 11.17
clear;
clc;
VI=12;
Vo=5;
D1=Vo/VI;
D1per=D1*100;
printf("(a) D=%.1f percentage",D1per);
Vsat1=0.5;
VF1=0.7;
D2=(Vo+VF1)/(VI-Vsat1+VF1);
D2per=D2*100;
printf("\n\n(b) D=%.1f percentage",D2per);
VImin=8;
VImax=16;
D1max=Vo/VImin;
D1min=Vo/VImax;
D1minper=D1min*100;
D1maxper=D1max*100;
printf("\n\n(c) Duty Cycle for case(a): %.1f<=D(percentage)",D1minper);
printf("<=%.1f",D1maxper);
Vsat1=0.5;
VF1=0.7;
D2max=(Vo+VF1)/(VImin-Vsat1+VF1);
D2maxper=D2max*100;
D2min=(Vo+VF1)/(VImax-Vsat1+VF1);
D2minper=D2min*100;
printf("\n Duty Cycle for case(b): %.1f<=D(percentage)",D2minper);
printf("<=%.1f",D2maxper); |
37730f38219cd94ee1c0866c6fe0b9713b756450 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3863/CH7/EX7.1/Ex7_1.sce | 38268b64a721799ae188a3503fe1f9af00218f24 | [] | 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 | 560 | sce | Ex7_1.sce | clear
//Given
//Variable declaration
b=120 //Width of plate in mm
t=20 //Thickness of plate in mm
R=10*10**3 //Radius of curvature in mm
E=2e5 //Youngs modulus in N/sq.mm
//Calculation
I=b*t**3/12 //Moment of inertia in mm^4
y_max=t/2 //Maximum distance in mm
sigma_max=int((E/R)*y_max) //Maximum stress in N/sq.mm
M=((E/R*I)*(10**-6)) //Bending moment in kNm
//Result
printf("\n Maximum stress = %0.3f N/mm^2",sigma_max)
printf("\n Bending moment = %0.3f kNm",M)
|
6ddad440d2337a71ff14cd28fe5ef2df0729d945 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2858/CH6/EX6.6/Ex6_6.sce | cc27f673bef7ac70c9ad84dcf221eff18ea76020 | [] | 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,521 | sce | Ex6_6.sce | //example 6.6
clc; funcprot(0);
//solving for d
deff('y=f(d)','y=(96+2*d)*d-2615.1');
[x]=fsolve(19,f);
d1=x;
deff('y=f(d)','y=(96+4*d)*d-6046.4');
[x]=fsolve(28,f);
d2=x;
d=max(d2,d1);
d=round(d)
//now coming to design part
h=d+3+1;
disp(h,"total slab thickness in inches");
qa=1.082;
qb=1.106;
qm=1.212;
qn=1.188;
q1A=qa/2+qb/2;
disp(q1A,"force in strip ABMN in kip/ft^2");
q2A=qm/2+qn/2;
disp(q2A,"force in strip ABMN in kip/ft^2");
q1=1.106/3+1.127/3+1.147/3;
disp(q1,"force in strip BCDKLM in kip/ft^2");
q2=1.253/3+1.233/3+1.212/3;
disp(q2,"force in strip BCDKLM in kip/ft^2");
q1=1.147/3+1.167/3+1.188/3;
disp(q1,"force in strip DEFIJK in kip/ft^2");
q2=1.294/3+1.273/3+1.253/3;
disp(q2,"force in strip DEFIJK in kip/ft^2");
q1=1.188/2+1.212/2;
disp(q1,"force in strip FGHI in kip/ft^2");
q2=1.318/2+1.294/2;
disp(q2,"force in strip FGHI in kip/ft^2");
//checking for force
//net soil reaction <load
netforce=1/2*(1.094+1.2)*14*96+1/2*(1.127+1.233)*24*96+1/2*(1.167+1.273)*24*96+1/2*(1.2+1.306)*14*96;
if netforce<8761 then
disp("forces generated is OK")
end
//checking for reinforcement requirement
Q1=1.4*180+1.7*120;
Q2=1.4*360+1.7*200;
Q3=1.4*400+1.7*240;
Q4=1.4*180+1.7*120;
//solving for a
deff('y=f(a)','y=0.9*0.51*a*60*(29-a/2)-95.05*12');
[x]=fsolve(1.4,f);
a=x;
As=0.51*a
fy=60000;
disp(As,"required area in in^2");
Asmin=200/fy*12*29;
disp(Asmin,"minimum reinforcement required in^2/ft");
printf("use No 9 bars at 10 inch centre to centre")
|
c303dc129e8f1d52acb9860d815d14463db9613a | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronics_Devices_And_Circuits_G._S._N._Raju_2534.zip/Electronics_Devices_And_Circuits_G._S._N._Raju_2534/CH1/EX1.13/Ex1_13.sce | 180257bbd6877901e0de6bfb19a85efe5cdde491 | [] | 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 | 141 | sce | Ex1_13.sce | errcatch(-1,"stop");mode(2);//Ex1.13
ND =5*10^16//donor atom concentration
disp("n = "+string(ND)+"/cm.cube") //free electrons
exit();
|
d131ca574bec32193e4ed304f2a45a9d7ed2f4aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /503/CH5/EX5.3/ch5_3.sci | 64a8f220701820e8accc16a04aadaaf1d57049f1 | [] | 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 | 516 | sci | ch5_3.sci | // to find the phase and line voltages
clc;
f=50; //freq
n=600; //speed in rpm
p=120*f/n;
ph=3;
m=4; //slots/pole/ph
S=p*ph*m; //slots
t=12; //turns per coil
N_ph=S*t/ph;
g=180*p/S;
K_b=sind(m*g/2)/(m*sind(g/2)); //breadth factor
cp=10; //coil pitch
pp=S/cp; //pole pitch
theta_sp=(pp-cp)*g; //short pitch angle
K_p=cosd(theta_sp/2);
phi=.035;
E_p=4.44*K_b*K_p*f*N_ph*phi;
disp(E_p,'phase voltage(V)');
E_l=sqrt(3)*E_p;
disp(E_l,'line voltage(V)');
|
269e557a9c25dbf50f8ba89a0da4554fc4ec68a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH5/EX5.38/Ex5_38.sce | faeb3f84d22ccd10c909acae89f2cf3917770899 | [] | 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 | 638 | sce | Ex5_38.sce | clc
as = 80000 // annual sales in Rs
vc = 64000 // variable expenses in Rs
c = 16000 // contribution in Rs
fc = 24000 // fixed expenses in Rs
l = 8000 // losses in Rs
p = 9000 // profit in Rs
s1 = fc + vc // sales at B.E.P in Rs
s2 = (fc + vc + p)/0.945 // sales at net income of Rs9000 and corporate tax rate being 5.5%
q = 10000 // quantity of units
sp = (fc+vc)/q // selling price per unit in Rs
printf("\n Sales at break even point = %d units" , s1 )
printf("\n Sales at net income of Rs9000 and corporate tax rate being 5.5 = Rs %0.2f\n Sales per unit if B.E.P brought down to 10000 units = Rs %0.2f per unit" ,s2 , sp)
|
ce936564c26a266b6565077f6ff01da1f4acdc22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /48/CH3/EX3.12/eg_3_12.sce | 6c73ed694e36152e0493fae8cfe79c45bcdbece6 | [] | 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 | 92 | sce | eg_3_12.sce | clear;
clc;
disp("T=xy^+(x+y^)z");
disp("from the identity a+a^b=a+b");
disp("T=xy^+z"); |
fc574f3facc4163df91844f2e5b6d5d1bd5710d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /196/CH4/EX4.6/example_4_6.sce | 164e2b4d6c92d2ae3d8a7697879ef92ec0e31212 | [] | 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 | 615 | sce | example_4_6.sce | //Chapter 4
//Example 4-6
//DesignOnInvertingVoltageLevelDetector
//Page 100
clear;clc;
//Given
Vut = 13.5 ; Vlt = 10.5 ; //Upper and Lower Threshold Voltages
Vref = -15 ; // Reference Voltage
Vsatp = 13 ; Vsatm = -13;//Saturation Voltages
R = 10*10^3 ; // Input Resistance
Vctr = (Vut + Vlt)/2;
Vh = Vut - Vlt ;
m = -(Vref / Vctr);
Resistance = m * R ;
n = (Vsatp-Vsatm)/Vh ;
Resistance1 = n * R ;
printf (" \n\n Hysteresis Voltage = %.4f ", Vh )
printf (" \n\n Center Voltage = %.4f ", Vctr )
printf (" \n\n Resistor mR = %.4f ", Resistance)
printf (" \n\n Resistor nR = %.4f ", Resistance1) |
3f0d2a43a16c41c7b144dd8a72505ca8629c9862 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH10/EX10.2.b/solution10_2.sce | 92e978f84fd9e1b5819e527a9139f188f54cdeef | [] | 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,755 | sce | solution10_2.sce |
//Obtain path of solution file
path = get_absolute_file_path('solution10_2.sce')
//Obtain path of data file
datapath = path + filesep() + 'data10_2.sci'
//Obtain path of function file
funcpath = path + filesep() + 'functions10_2.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
exec(funcpath,[-1])
//Calculate the permissible shear stress for the spring tau (N/mm2)
tau = (50/100)*Sut
//Calculate the Wahl factor K
K = (((4*C)-1)/((4*C)-4)) + (0.615/C)
//Calculate the wire diameter d (mm)
d = sqrt((8 * K * Pmax * 1000 * C)/(%pi * tau))
dround = ceil(d)
//Calculate the mean coil diameter D (mm)
D = C * dround
//Calculate the number of active coils N
N = (delta * G * (dround^4))/(8 * (Pmax - Pmin) * 1000 * (D^3))
N = ceil(N)
//Calculate the total number of coils Nt
Nt = active_coils(endtype, N)
//Calculate the actual deflection of the spring delta1 (mm)
delta1 = (8 * Pmax * 1000 * (D^3) * N)/(G * (dround^4))
//Calculate the total axial gap between the coils gtotal (mm)
gtotal = (Nt - 1)*g
//Calculate the solid length of the spring s (mm)
s = Nt * dround
//Calculate the free length of the spring l (mm)
l = s + gtotal + delta1
//Calculate the required spring rate kreq (N/mm)
kreq = ((Pmax - Pmin)*1000)/delta
//Calculate the actual spring rate kact (N/mm)
kact = (G * (dround^4))/(8 * (D^3) * N)
//Print results
printf("\nWire diameter(d) = %f or %f mm\n",d,dround)
printf("\nMean coil diameter(D) = %f mm\n",D)
printf("\nNumber of active coils(N) = %d\n",N)
printf("\nTotal number of coils(Nt) = %d\n",Nt)
printf("\nFree length of the spring(l) = %f or %f mm\n",l,ceil(l))
printf("\nRequired spring rate(kreq) = %f N/mm\n",kreq)
printf("\nActual spring rate(kact) = %f N/mm\n",kact)
|
e71ef68bff4bb000ea797315406a0cc15484fb2d | 53a108238b9fda736d1411a9722d4043922e73e3 | /lab2_2.sce | 8629a64d8114d98e37f0949c169cf1b8502c7bdc | [] | no_license | 3reedm/scilab | 708d315412cdb48590c66821d78a883e28b5a7e6 | 2508a225d5e8b744da1be7443f5831b665a60aee | refs/heads/master | 2020-03-18T01:56:55.225475 | 2018-05-20T16:27:39 | 2018-05-20T16:27:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,140 | sce | lab2_2.sce | // Сохранение графиков
function[]=save_graphics(b,n,r)
a = 0.01:0.01:b-0.01
l = length(a)
for i=1:l
[Pi(i), N(i), N_m(i), Var_N(i), ..
Var_N_m(i), w(i), D_w(i)] = get_data(a(i),b,n,r)
end
properties = gda()
// x labels default
properties.x_label.text="a";
properties.x_label.font_style = 6;
properties.x_label.font_size = 4;
properties.x_label.foreground = 5;
properties.x_location = "origin";
// y labels default
properties.y_label.font_style = 6;
properties.y_label.font_size = 4;
properties.y_label.foreground = 3;
properties.y_location = "origin";
properties.thickness = 2;
properties.foreground = 2;
// y name
properties.y_label.text="$\pi$";
clf()
plot2d(a, Pi, 3)
xs2eps(gcf(),'Pi.eps')
// y name
properties.y_label.text="N";
clf()
plot2d(a, N, 3)
xs2eps(gcf(),'N.eps')
// y name
properties.y_label.text="Var_N";
clf()
plot2d(a, Var_N, 3)
xs2eps(gcf(),'Var_N.eps')
// y name
properties.y_label.text="N*";
clf()
plot2d(a, N_m, 3)
xs2eps(gcf(),'N_m.eps')
// y name
properties.y_label.text="Var*_N";
clf()
plot2d(a, Var_N_m, 3)
xs2eps(gcf(),'Var_N_m.eps')
// y name
properties.y_label.text="w";
clf()
plot2d(a, w, 3)
xs2eps(gcf(),'w.eps')
// y name
properties.y_label.text="D_w";
clf()
plot2d(a, D_w, 3)
xs2eps(gcf(),'D_w.eps')
endfunction
// Сохранение информации в файл *.csv
function[]=save_data(a,b,n,r)
[Pi, N, N_m, Var_N, Var_N_m, w, D_w] = get_data(a,b,n,r)
data = [a, b, n, r, Pi, N, Var_N, N_m, Var_N_m, w, D_w]
write_csv(data, "data.csv", ";")
endfunction
// Получение значений p, p*, wi
function[p, p_m, wi]=get_stats(a,b,n,r)
a_ = 1 - a
b_ = 1 - b
R = n + r
// p
// 1 шаг. p_ij
for i=1:n
p(i,1) = a_ * b^(i-1)
end
for i=2:n
for j=2:i
p(i,j) = a_ * get_C(i-1,j-1) * b_^(j-1) * b^(i-j) + ..
a * get_C(i-1,j-2) * b_^(j-2) * b^(i-j+1)
end
end
for i=1:n
p(i,i+1) = a * b_^(i-1)
end
for i=n+1:R+1
p(i,i-n) = a_ * b^(n+1)
end
for i=n+1:R+1
for j=i-n:min(i,R)
p(i,j) = a_ * get_C(n+1,i-j) * b_^(n+1-i+j) * b^(i-j) + ..
a * get_C(n+1,i-j+1) * b_^(n-i+j) * b^(i-j+1)
end
end
for i=n+1:R
p(i,i+1) = a * b_^(n+1)
end
p(R+1,R+1) = b_^(n+1) + a * n * b_^n * b
// 2 шаг. q
q(R+1) = 1
for i=R+1:-1:r+2
summa = 0
for j=i+1:R+1
summa = summa + q(j) * p(j,i)
end
q(i-1) = 1/p(i-1,i) * ((1-p(i,i))*q(i) - summa)
end
for i=r+1:-1:2
summa = 0
for j=i+1:i+n
summa = summa + q(j) * p(j,i)
end
q(i-1) = 1/p(i-1,i) * ((1-p(i,i))*q(i) - summa)
end
// 3 шаг
clear p
p(R+1) = 1 / (1 + sum(q(1:R)))
for i=1:R
p(i) = p(R+1) * q(i)
end
clear q
// p*
// 1 шаг. p*_ij
for i=1:n
for j=1:i
p_mm(i,j) = get_C(i-1, j-1) * b_^(j-1) * b^(i-j)
end
end
for i=n+1:R+1
for j=i-n:i
p_mm(i,j) = get_C(n+1, i-j) * b_^(n+1-i+j) * b^(i-j)
end
end
// 2 шаг
for i=1:r+1
p_m(i) = 0
for j = i:i+n
p_m(i) = p_m(i) + p(j)*p_mm(j,i)
end
end
for i=r+2:R+1
p_m(i) = 0
for j = i:R+1
p_m(i) = p_m(i) + p(j)*p_mm(j,i)
end
end
clear p_mm
t = R+1
// wi
// 1 шаг. w*_ij
for j=1:t
if j<=n+1 then
w_mm(2,j) = get_C(n, j-1) * b^(j-1) * b_^(n+1-j)
else
w_mm(2,j) = 0
end
end
for i=3:t
for j=1:t
if j<=(i-1)*n+1 then
w_mm(i,j) = get_C((i-1)*n, j-1) * b^(j-1) * b_^(n*(i-1)-j+1)
else
w_mm(i,j) = 0
end
end
end
// 2 шаг w_ij
for j=1:t-1
w_m(2,j) = 0
for k=j+1:t
w_m(2,j) = w_m(2,j) + w_mm(2,k)
end
end
for i=3:t
for j=1:t
w_m(i,j) = 0
for k=1:j-1
w_m(i,j) = w_m(i,j) + w_mm(i-1,k)*w_m(2,j-k)
end
end
end
// Pi
Pi = p_m(R+1)
// 3 шаг
clear w_mm
wi(1) = 0
for j=1:n
wi(1) = wi(1) + p_m(j)
end
wi(1) = 1/(1-Pi) * wi(1)
for i=2:R+1
wi(i) = 0
for j=n+1:R
wi(i) = wi(i) + p_m(j)*w_m(i,j)
end
wi(i) = 1/(1-Pi) * wi(i)
end
endfunction
// Получение значений Pi, N, Var_N, N*, Var*_N
function[Pi, N, N_m, Var_N, Var_N_m, w, D_w]=get_data(a,b,n,r)
R = n + r
[p,p_m,wi] = get_stats(a,b,n,r)
// Pi
Pi = p_m(R+1)
// N
N=0
for i=1:R+1
N = N + (i-1)*p(i)
end
// N*
N_m=0
for i=1:R+1
N_m = N_m + (i-1)*p_m(i)
end
// Var_N
Var_N=0
for i=1:R+1
Var_N = Var_N + p(i)*(i-1-N)^2
end
// Var*_N
Var_N_m=0
for i=1:R+1
Var_N_m = Var_N_m + p_m(i)*(i-1-N_m)^2
end
t = R + 1
// w
w=0
for i=1:t
w = w + (i-1)*wi(i)
end
// D_w
D_w=0
for i=1:t
D_w = D_w + wi(i)*(i-1-w)^2
end
endfunction
// C - число сочетаний без повторений
function[R]=get_C(n,k)
R = factorial(n) / (factorial(k) * factorial(n-k))
endfunction
|
4dcf8be8dea728f84b737e7ddfdcacde48e62ce7 | a8592d34f144b71794ebf30f1c2a1b5faf0b053c | /AkarPersamaan/scilab/soal_10.sce | 59bbdab68c769e88b25f370487e1bffc9e038cba | [] | no_license | f-fathurrahman/ffr-MetodeNumerik | ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327 | e3a9da224c0fd5b32e671708e890018a3c4104c4 | refs/heads/master | 2023-07-19T22:29:38.810143 | 2023-07-07T10:02:34 | 2023-07-07T10:02:34 | 107,272,110 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 763 | sce | soal_10.sce | function f = soal_10(omega)
m = 2500 // kg
k = 300000 // N/m
c = 36e3 // Ns/m
XperY = 0.4
num = omega^2*c + k^2
denum = (k - m*omega^2) + (omega*c)^2
f = sqrt(num/denum) - XperY
endfunction
function do_plot()
omega1 = 10
omega2 = 30
Npoints = 100
omega = linspace(omega1, omega2, Npoints)
f = zeros(1,Npoints)
for i = 1:Npoints
f(i) = soal_10(omega(i))
printf("%18.10f %18.10f\n", omega(i), f(i))
end
endfunction
//do_plot()
exec("bisection.sce", -1)
root = bisection( soal_10, 20.7070707071, 20.9090909091 )
exec("regula_falsi.sce", -1)
root = regula_falsi( soal_10, 20.7070707071, 20.9090909091 )
exec("ridder.sce", -1)
root = ridder( soal_10, 20.7070707071, 20.9090909091 )
if getscilabmode() ~= "STD"
quit()
end
|
1e72727758509aade28d9587bc8326fda8b7a0a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH8/EX8.5/example5.sce | bb87cbaae73cfcd33b94e44ca9455114c35967b8 | [] | 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 | 636 | sce | example5.sce | // find collector voltage
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 8-5, page 271
clear;clc; close;
// Given data
Re=1.8*10^3;// emitter current in ohms
Rc=3.6*10^3;// collector resistance in ohms
Rb=2.7*10^3;// in ohms
Vre=1.3;// voltage across the emitter resistor in volts
Vcc=10;// collector supply voltage in volts
// Calculations
Ie=Vre/Re;// emitter current in amperes
Ic=Ie;// collector current is equal to emitter current
Vc=Vcc-Ic*Rc;// collector voltage in volts
disp("Volts",Vc,"Collector Voltage")
// Result
// collector voltage is 7.4 volts
|
bd47ecae64a4b4e85d48c876f50de606a6d376f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1358/CH2/EX2.1/Example21.sce | bb09d3009bd552f26840f0c0fad354aa361e4206 | [] | 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 | 682 | sce | Example21.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Turbomachinery Design and Theory,Rama S. R. Gorla and Aijaz A. Khan, Chapter 2, Example 1")
//Reference to the Fig 2.2 for zero slip beta2 ¼ beta2'. Using Euler's pump equation, E=W/m=(U2*Cw2-U1*Cw1)
Cw1 = 0;
disp ("Euler head = H in meters , Power in Kilowatts, Torque in Newton meters are :")
//H=U2*Cw2/g = (U2/g)*(U2 - 1.5/tan(28))
H = (12/9.81)*(12 - 1.5 / tan(28*%pi/180))
//Power delivered = pho * g * Q * H joules/s
Power = 1000 * 9.81 * 3.8 * 11.23 /(60 * 1000)// Power will be in kilowatts
//Torque = power/angular velocity
Torque = Power* 1000 * 0.6/12
|
f2eb2ce8c5de98a513dcb85984dfd6d5f56a9dae | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH5/EX5.7/Ex5_7.sce | 18cb9fc03f961462cb6ce8a5107dd608a9382e55 | [] | 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 | Ex5_7.sce | clear all; clc;
disp("Scilab Code Ex 5.7 : ")
//Given:
E = 80*10^3; //MPa
d = 14/1000; //m
r = d/2; //m
R = 100; //mm
l_ac = 0.4; //m
l_cd = 0.3; //m
l_de = 0.5; //m
T_c = 280;//Nm
T_a = 150; //Nm
T_d = 40; //Nm
T_ac = T_a; //Nm
T_cd = T_ac - T_c;
T_de = T_cd - T_d;
//Angle of Twist:
J = (%pi/2)*(r^4);
T = [T_ac T_cd T_de];
l = [l_ac l_cd l_de];
sumTwist = 0;
for i= 1:3
sumTwist = sumTwist+ ((T(i)*l(i))/(J*E*10^6));
end
displacement = - sumTwist*R;
//Display:
printf('\n\nThe angle of twist of the shaft = %1.3f rad',sumTwist);
printf('\nThe displacement of tooth P on gear A = %1.1f mm',displacement);
//---------------------------------------------------------------------END------------------------------------------------------------------
|
818c044423817448d05f6864218ca0dc06a740a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3705/CH8/EX8.6/Ex8_6.sce | 66c8e4b540ebd25588de2a892ad28eab4fd8b6f4 | [] | 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 | 651 | sce | Ex8_6.sce |
clear//
//Variable Declaration
sigma_x=40 //Stress in x in MPa
sigma_y=-100 //Stress in y in MPa
tau_xy=-50 //Shear stress in MPa
//Calculations
tau_max=sqrt(((sigma_x-sigma_y)*0.5)**2+tau_xy**2) //Maximum in-plane shear in MPa
//Orientation of Plane
theta1=atan(-((sigma_x-sigma_y)*(2*tau_xy)**-1))*180*%pi**-1*0.5 //Angle in Degrees
theta2=theta1+90 //Angle in degrees
//Plane of max in-plane shear
tau_x_y=-0.5*(sigma_x-sigma_y)*sin(2*theta1*%pi*180**-1)+tau_xy*cos(2*theta1*%pi*180**-1)
//Normal Stress
sigma=(sigma_x+sigma_y)*0.5 //Stress in MPa
//Result
printf("\n The maximum in-plane Shear is %0.0f MPa",tau_x_y)
|
e3779f1e1221a00824e280cbb11ce3b35c7e0662 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1655/CH8/EX8.11.1/Example_8_11_1.sce | a3c7c21a3bcac8387a61ed9f6a542d1e155d62fd | [] | 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 | 231 | sce | Example_8_11_1.sce | // Example 8.11.1 page 8.26
clc;
clear;
P=1d-9; //probability of error
eta=1;
N= -log(P);
N1=round(N);
printf("Thus %.1f or %d photons are required for maintaining 10^-9 BER.\nAssuming eta=1;\nE=%.1f*hv.",N,N1,N);
|
f767c8a9c32dbd26d6f06755e272868776845a8f | 31de6552a97957438ee72b27ba9366636dd85661 | /salt/base/lxc/saltcheck-tests/init.tst | 26cc7cde5662b3f6340bdee9be5098293dcda67e | [] | no_license | kiemlicz/ambassador | 326b1b7b1d3eb5f1921652d2cb3b44a80b08cade | c12fa74a779ba4e7dddfcf11286886a37f858d40 | refs/heads/master | 2022-05-04T03:45:09.147370 | 2022-02-13T11:46:23 | 2022-02-13T11:46:23 | 86,745,009 | 15 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 257 | tst | init.tst | {%- from "lxc/map.jinja" import lxc with context %}
{%- for container in lxc.containers.items() %}
# fixme run on VM
verify_lxc_{{ container.name }}:
module_and_function: lxc.exists
args:
- {{ container.name }}
assertion: assertTrue
{%- endfor %}
|
7f2e9ad838473e0d3b97043f36ad6f8fe1c99c27 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH13/EX13.16/example16.sce | 65c7f029024114598d383958cf61303554cf61b3 | [] | 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 | 724 | sce | example16.sce | // calculate drain current,voltage gain
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 13-16, page 451
clear; clc; close;
// Given data
Vdd=30;// in voltage
Rs=2.2*10^3;// in ohms
Rl=3.3*10^3;// in ohms
gm=3500*10^-6;// transconductance in Seimen
// Calculations
// 3:1 voltage divider produces a gate voltage of 10 Volts
Vs=10;// voltage across source resistor in volts
Id=Vs/Rs;// drain current in amperes
rs=Rs*Rl/(Rs+Rl);// ac drain resistance in ohms
Av=gm*rs/(1+(gm*rs));// voltage gain
disp("Amperes",Id,"Drain Current=")
disp(Av,"Votage gain=")
// Results
// Drain current is 4.55 mAmperes
// Voltage gain is 0.822 |
3f2f2ff9679fd9b3d0e5b59ba3385f80fd9b584b | 09fb666c0701b49ab031e9c772024f96f6ed1c7e | /Lab 4/Lab4.sci | 6a5d17837a8e0bd3d5ba382a8bbb9bd59b14c48d | [] | no_license | Alejandro287/Numerica_Methods | ccbf8fa032809f6f6398a0f8100a268a750d8491 | 968f6cf10b651ff1049855a677753e6b2a44ca26 | refs/heads/master | 2020-04-02T02:45:35.586981 | 2018-10-20T16:38:01 | 2018-10-20T16:38:01 | 153,926,195 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,982 | sci | Lab4.sci |
function [A,B] = UN_ajuste_lineal(X,Y)
n=length(X)
x2=0
x1=0
xy=0
y1=0
for i=1:n
x2 = x2 + ((X(i))^2)
x1 = x1 + (X(i))
xy = xy + (X(i)*Y(i))
y1 = y1 + (Y(i))
end
A=[x2 x1; x1 n;]
B=[xy; y1;]
[A,B] = UN_eliminacion_gauss(A,B)
H = UN_sustitucion_regresiva(A,B)
A = H(1)
B = H(2)
return [A,B]
endfunction
function A = UN_ajuste_potencial(X,Y,M)
n=length(X)
x2m=0
xmy=0
for i=1:n
x2m = x2m + ((X(i))^(2*M))
xmy = xmy + (((X(i))^(M))*(Y(i)))
end
A=(xmy/x2m)
return A
endfunction
function [A,C] = UN_ajuste_exponencial(X,Y)
n=length(Y)
for i=1:n
Y(i) = (log(Y(i)))
end
[A,B] = UN_ajuste_lineal(X,Y)
C = exp(B)
return [A,C]
endfunction
function [A,B,C] = UN_ajuste_parabolico(X,Y)
n=length(X)
x4=0
x3=0
x2=0
x1=0
yx2=0
yx=0
y1=0
for i=1:n
x4 = x4 + ((X(i))^4)
x3 = x3 + ((X(i))^3)
x2 = x2 + ((X(i))^2)
x1 = x1 + (X(i))
yx2 = yx2 + (Y(i)*(X(i)^2))
yx = yx + (X(i)*Y(i))
y1 = y1 + (Y(i))
end
A=[x4 x3 x2; x3 x2 x1; x2 x1 n;]
B=[yx2; yx; y1;]
[A,B] = UN_eliminacion_gauss(A,B)
H = UN_sustitucion_regresiva(A,B)
A = H(1)
B = H(2)
C = H(3)
return [A,B,C]
endfunction
//Este programa permite hallar la solución de un sistema de la forma UX=C, equivalente al sistema AX=B
//por medio de la eliminación de Gauss
//Entrada: A= Matriz no singular
//Entrada: U=Matriz trinagular superior no singular
//Entrada: C= Vector columna
//Entrada: B= Vector columna
//Salida: [U,C]= Matrix triangular por método de eliminación de Gauss
function [U,C] = UN_eliminacion_gauss(A,B)
A=[A B] //Matriz aumentada
[f,c]=size(A); //Tamaño de la matriz aumentada
for i=1:f
fila = i
for j=i:f
p=(abs(A(j,i)))
if p > (abs(A(fila,i))) then
fila = j
end
end
filaTemp = A(i,:)
A(i,:) = A(fila,:)
A(fila,:) = filaTemp
for k=i+1:f
m = A(k,i)/A(i,i)
A(k,:) = A(k,:) - m*A(i,:)
end
end
U = A(1:f,1:f)
C = A(1:f,c:c)
return [U,C]
endfunction
//Este programa permite hallar la solución de un sistema de la forma AX=B, el cual se va a solucionar
// por medio del método de sustitución regresiva.
//Entrada: U= Matriz trinagular superior no singular
//Entrada: B= Vector columna
//Salida: X= Vector solución de la matriz U
function X = UN_sustitucion_regresiva(U,B)
[f,c]=size(U); //tamaño de la matriz U
b = B' //b es el vector B en forma de columna "transpuesta"
X=zeros(f,1);
for i=f:-1:1
X(i)=b(i)
for j=f:-1:1
if i == j then
a = U(i,j)
continue
end
X(i)= X(i)-(U(i,j)*X(j))
end
X(i)= X(i)/a
end
return X
endfunction
|
8d3f18103a2ddc9728418541bb9ab7ecf513295b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH12/EX12.28/Ex12_28.sce | ab45495de136a9628b046eb22a53d9bee546476f | [] | 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 | 405 | sce | Ex12_28.sce | //EX12_28 Pg-41.51
clc
clear
fc=50.4e3;//;carrier frequency in kHz
fh=50.405e3//highest frequency reached in kHz
fd=fh-fc;//frequency deviation in kHz
printf("\n Therefore frequency deviation produced fd=%.0f Khz \n",fd)
cs=2*fd;//carrier swing
printf("\n carrier swing=%.0f kHz\n",cs)
fl=fc-fd;//lowest frequency reached
printf("\n Therefore lowest frequency reached fl=%.3f MHz",fl*1e-3)
|
61b2961ec675ef7867df827efaee5ff95b737920 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH5/EX5.6/Ex5_6.sce | af6c2198efc77f1c8e332fe5801d24d74c354dbc | [] | 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 | 614 | sce | Ex5_6.sce | clear all; clc;
disp("Scilab Code Ex 5.6 : ")
//Given:
di = 30; //mm
ri= (di/2000); //m
d0 = 42; //mm
ro = (d0/2000); //m
P = 90; //kW
max_shear = 50; //MPa
//Calculations:
c = ro; //m
J = (%pi/2)*((ro^4)-(ri^4)); //Polar moment of inertia of hollow shaft
T = (max_shear*J)/c; //tou max = Tc/J
//P = 2(%pi)fT
f = (P)/(2*%pi*T*10^3);
//Display:
printf('\n\nThe required frequency of rotation of the shaft = %1.1f Hz',f);
//---------------------------------------------------------------------------END------------------------------------------------------------------------
|
1a91539aa27265208c53016e59bba71fb26cb73c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH8/EX8.3/8_3.sce | 572319244dbb976f07936ef9505716885a7459b9 | [] | 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 | 218 | sce | 8_3.sce | clc;
h1=3442.6;
h2=2713;
h6=3487;
h7=2535;
h3=112;
TW=(h1-h2)+(h6-h7);
Q=(h1-h3)+(h6-h2);
Ceff=TW/Q;
disp(Ceff,"cycle efficiency is:");
ssc=1/TW;
disp("kg/kW h",ssc,"specific steam consuption is:")
|
61bc1da6be3910464ac7f11861587286339956b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /536/CH9/EX9.21/Example_9_21.sce | c5db3fee00b397c664f0f9aec59ec517a45c9d13 | [] | 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,558 | sce | Example_9_21.sce | clc;
clear;
printf("\n Example 9.21\n");
sigma=5.67e-8;
T=[1000 500 300];//tempertaure of surfaces
//Taking surface 1 as the heater, surface 2 as the heated plate and surface 3
//as an imaginary enclosure
A=[1.07 1.07 0.628];//Array of area of surfaces
e=[0.75 0.50 1.0];//Array of emissivity of the surfaces
r=[0.250 0.50];// Array of radius of two surfaces
//X is ratio of area to radius(A/r)
//Y = A*e/r
L=0.2; //distance between two discs
for i=1:2
X(i)=A(i)/r(i);
Y(i)=A(i)*e(i)/r(i);
R(i)=r(i)/L;
end
F11=0;
F22=0;
S=1+(1+R(2)^2)/(R(2)^2);
F12=0.5*(S-(S^2-4*(r(2)/(2*r(1)))^2)^0.5);
A1_F11=0;
A2_F22=0;
A1_F12=A(1)*F12;
A1_F13=A(1)-(A(1)*F11+A(2)*F12);
//for surface 2:
A2_F21=A1_F12;
A2_F23=A1_F13;
//for surface 3:
//By reciprocity rule
A3_F31=A1_F13;
A3_F32=A2_F23;
A3_F33=A(3)-(A3_F31+A3_F32);
//From equation 9.112:
for i=1:3
E_b(i)=sigma*T(i)^4/1000;
end
//Since surface 3 is a black body
q_o3=E_b(3);
//From equations 9.157 and 9.158:
//we get
function [f]=F(x)
f(1)=(A1_F11-A(1)/r(1))*x(1)+A2_F21*x(2)+A3_F31*q_o3+E_b(1)*A(1)*e(1)/r(1);
f(2)=(A1_F12*x(1))+((A2_F22-A(2)/r(2))*x(2))+E_b(2)*A(2)*e(2)/r(2);
funcprot(0);
endfunction
x=[0 0];
q_o=fsolve(x,F);
//From equation 9.140:
Q1=(A(1)*e(1)/r(1))*(E_b(1)-q_o(1));
Q2=(A(2)*e(2)/r(2))*(E_b(2)-q_o(2));
printf("\n Power input to the heater = %.1f kW",Q1);
printf("\n The rate of heat transfer to the plate = %.2f kW",Q2);
printf("\n where the negative sign indicates heat transfer to the plate") |
112101ba2c898158540c8995bc30adacc9920208 | 463377b6374a24bbe111707a34e24949f3bd2543 | /iv.sci | a819a4e57ae264e355b630cabfe900f495affcc7 | [] | no_license | solothinker/Scilab-Identification | 3a46c0f3b8b1a7430f8a799be5e1310e2723b535 | cdad0d7292c31c29d377b640f6966a7c3bb81bb9 | refs/heads/master | 2022-01-05T12:39:07.410803 | 2019-06-15T02:18:13 | 2019-06-15T02:18:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,359 | sci | iv.sci | function varargout = iv(varargin)
[lhs , rhs] = argn(0);
if ( rhs < 2 || rhs > 3) then
errmsg = msprintf(gettext("%s: Unexpected number of input arguments : %d provided while should be 2 or 3"), "iv", rhs);
error(errmsg)
end
plantData = varargin(1)
if typeof(plantData) == 'iddata' then
Ts = plantData.Ts;unit = plantData.TimeUnit
plantData = [plantData.OutputData plantData.InputData]
elseif typeof(plantData) == 'constant' then
Ts = 1;unit = 'seconds'
end
if ((~size(plantData,2)==2) & (~size(plantData,1)==2)) then
errmsg = msprintf(gettext("%s: input and output data matrix should be of size (number of data)*2"), "iv");
error(errmsg);
end
if (~isreal(plantData)) then
errmsg = msprintf(gettext("%s: input and output data matrix should be a real matrix"), "arx");
error(errmsg);
end
n = varargin(2)
if (size(n,"*")<2| size(n,"*")>3) then
errmsg = msprintf(gettext("%s: The order and delay matrix [na nb nk] should be of size [2 or 3]"), "iv");
error(errmsg);
end
if (size(find(n<0),"*") | size(find(((n-floor(n))<%eps)== %f))) then
errmsg = msprintf(gettext("%s: values of order and delay matrix [na nb nk] should be nonnegative integer number "), "iv");
error(errmsg);
end
na = n(1);nb = n(2)
if size(n,'*') == 2 then
nk = 1
elseif size(n,'*') == 3 then
nk = n(3)
end
yData = plantData(:,1)
uData = plantData(:,2)
noOfSample = size(plantData,'r')
nb1 = nb + nk - 1
n = max(na, nb1)
if rhs == 3 then
if typeof(varargin(3)) <> 'constant' then
errmsg = msprintf(gettext("%s: Incompatible last input argument. "), "iv");
error(errmsg)
elseif size(varargin(3),'r') <> size(uData,'r') then
errmsg = msprintf(gettext("%s: number of samples of output must be equal to the dimensions of plant data "), "iv");
error(errmsg);
end
x = varargin(3)
elseif rhs == 2
arxModel = arx(plantData,[na nb nk])
x = sim(uData,arxModel)
end
phif = zeros(noOfSample,na+nb)
psif = zeros(noOfSample,na+nb)
// arranging samples of y matrix
for ii = 1:na
phif(ii+1:ii+noOfSample,ii) = yData
psif(ii+1:ii+noOfSample,ii) = x
end
// arranging samples of u matrix
for ii = 1:nb
phif(ii+nk:ii+noOfSample+nk-1,ii+na) = uData
psif(ii+nk:ii+noOfSample+nk-1,ii+na) = uData
end
lhs = psif'*phif
lhsinv = pinv(lhs)
//pause
theta = lhsinv * (psif)' * [yData;zeros(n,1)]
ypred = (phif * theta)
ypred = ypred(1:size(yData,'r'))
e = yData - ypred
sigma2 = norm(e)^2/(size(yData,'r') - na - nb)
vcov = sigma2 * pinv((phif)' * phif)
t = idpoly([1; -theta(1:na)],[zeros(nk,1); theta(na+1:$)],1,1,1,1)
// estimating the other parameters
[temp1,temp2,temp3] = predict(z,t)
[temp11,temp22,temp33] = pe(z,t)
estData = calModelPara(temp1,temp11,na+nb)
//pause
t.Report.Fit.MSE = estData.MSE
t.Report.Fit.FPE = estData.FPE
t.Report.Fit.FitPer = estData.FitPer
t.Report.Fit.AIC = estData.AIC
t.Report.Fit.AICc = estData.AICc
t.Report.Fit.nAIC = estData.nAIC
t.Report.Fit.BIC = estData.BIC
t.TimeUnit = unit
//sys = t
varargout(1) = t
endfunction
|
ac5ff422b39cdc509f3a29d693a6ea7d5563875e | 449d555969bfd7befe906877abab098c6e63a0e8 | /530/CH2/EX2.10.i/example_2_10i.sce | f5c667080e9ffe99e2e95d1356f17ad949005ac1 | [] | 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,139 | sce | example_2_10i.sce | clear;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 2
// Heat Conduction in Solids
// Example 2.10(i)
// Page 58
printf("Example 2.10(i), Page 58 \n\n")
// Centre of the slab
// Given data
b = 0.005 ; // [m]
t = 5*60; // time, [sec]
Th = 200 ; // [C]
Tw = 20 ; // [C]
h = 150 ; // [W/m^2 K]
rho = 2200 ; //[kg/m^3]
Cp = 1050 ; // [J/kg K]
k = 0.4 ; // [W/m K]
// Using charts in fig 2.18 and 2.19 and eqn 2.7.19 and 2.7.20
theta = Th - Tw;
Biot_no = h*b/k;
a = k/(rho*Cp); // alpha
Fourier_no = a*t/b^2;
// From fig 2.18, ratio = theta_x_b0/theta_o
ratio_b0 = 0.12;
// From fig 2.18, ratio = theta_x_b1/theta_o
ratio_b1 = 0.48;
// Therefore
theta_x_b0 = theta*ratio_b0; // [C]
T_x_b0 = theta_x_b0 + Tw ; // [C]
theta_x_b1 = theta*ratio_b1; // [C]
T_x_b1 = theta_x_b1 + Tw ; // [C]
// From Table 2.2 for Bi = 1.875
lambda_1_b = 1.0498;
x = 2*sin(lambda_1_b)/[lambda_1_b+(sin(lambda_1_b))*(cos(lambda_1_b))];
// From eqn 2.7.20
theta_x_b0 = theta*x*(exp((-lambda_1_b^2)*Fourier_no));
T_x_b0 = theta_x_b0 + Tw;
printf("Temperature at b=0 is %f degree C\n",T_x_b0);
|
9b7297f5d7715948d0f3e09bd3c2e635d74fd246 | 92f5993eb05f0a027cc98c0304337a20d2d9da2e | /bfs.sce | 162f4fc8af36e112839de83baa47df4be6958dc5 | [] | no_license | LuhJunior/Teoria-dos-Grafos | 664d034c857199d75e8a513cd0aaa12364347c89 | 22168992af086a2a03442701bcc26abe99d26aaa | refs/heads/master | 2020-03-28T02:39:12.681260 | 2018-12-06T06:29:07 | 2018-12-06T06:29:07 | 147,586,961 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,517 | sce | bfs.sce | function graph()
a = [0 1 0 0 0 0 0 0;
0 0 1 1 0 0 0 0;
0 0 0 0 1 0 0 0;
0 0 0 0 0 1 0 0;
0 0 0 0 0 0 1 0;
0 0 0 0 0 0 1 0;
0 0 0 0 0 0 0 1;
0 0 0 0 0 0 0 0]
a = a + a'
disp(a, 'a')
[nl, nc] = size(a)
n = nl
teta = [0 : 2*%pi/n :(n-1)* 2*%pi/n]
x = cos(teta)
y = sin(teta)
plot2d(x, y, -9)
plot2d(-2, -2, 0)
plot2d(2, 2, 0)
for i = 1 : n
xstring(x(i), y(i), string(i))
end
k = 0
for i = 1 : n
for j = i : n
if a(i, j) == 1
k = k+1
b(k, 1) = i
b(k, 2) = j
end
end
end
m = k
for k = 1: m
plot2d([x(b(k, 1)), x(b(k, 2))], [y(b(k, 1)), y(b(k, 2))], 1)
end
bfs(6)
endfunction
function bfs(v)
k = 2
fila = [];
ordem = zeros(1, n);
fila (1) = v;
ordem(v) = 1;
plot2d(x(v), y(v), -8)
sleep(1000)
while(fila <> [])
ax = fila(1)
fila(1) = []
for i=1:n
if a(ax, i) == 1 && ordem(i) == 0
fila($+1) = i
ordem(i) = k;
k = k+1
plot2d(x(i), y(i), -8)
sleep(1000)
end
end
end
//printar ordem
disp(ordem, 'ordem')
ordem2 = zeros(1, n)
for i=1:n
for j=1:n
if ordem(j) == i
ordem2(i) = j
end
end
end
disp(ordem2, 'ordem')
endfunction
|
0445bf0ef91c7c14c235c96b4f0456a8c0a6cd45 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.1_17.tst | 38897f657b112a49df87c61b891cc57b19934bf7 | [] | 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 | 3,674 | tst | bow.1_17.tst | 1 10:0.5 19:0.047619047619047616 30:0.2 66:0.25 149:1.0 203:0.25 1215:1.0
1 4:0.09090909090909091 11:1.0 49:0.16666666666666666 249:0.14285714285714285 345:1.0 1445:1.0
1 3:1.0 13:0.5 14:0.05714285714285714 17:0.025 28:1.0 30:0.2 84:0.16666666666666666 187:1.0 298:1.0 883:1.0
1 4:0.09090909090909091 6:0.5 10:0.5 14:0.05714285714285714 17:0.05 25:0.3333333333333333 74:0.25 84:0.16666666666666666 665:1.0 721:1.0
1 4:0.09090909090909091 84:0.16666666666666666 150:1.0 156:1.0 542:1.0 1499:0.5
1 6:0.5 13:0.5 14:0.02857142857142857 19:0.047619047619047616
1 6:0.5 10:0.5 13:0.5 14:0.02857142857142857 17:0.05 19:0.047619047619047616 49:0.16666666666666666 68:1.0 69:0.4 137:1.0 181:0.5 517:1.0 1642:1.0
1 14:0.02857142857142857 17:0.05 25:0.3333333333333333 30:0.2 72:1.0 121:0.3333333333333333 404:1.0 469:0.5 475:1.0 698:1.0 1169:1.0
1 13:0.5 19:0.09523809523809523 20:1.0 55:0.25 74:0.5 159:0.16666666666666666 160:1.0 1652:1.0
1 13:0.5 14:0.02857142857142857 17:0.025 30:0.2 69:0.2 121:0.3333333333333333 149:1.0 160:2.0 183:0.14285714285714285 226:1.0 249:0.14285714285714285 286:1.0 556:1.0 611:1.0 1659:1.0
1 4:0.09090909090909091 6:0.5 10:0.5 14:0.02857142857142857 54:0.2 84:0.16666666666666666 86:1.0 93:0.5 569:1.0 663:1.0
1 25:0.3333333333333333 396:1.0 494:1.0
1 25:0.3333333333333333 30:0.2 84:0.16666666666666666 148:1.0 286:1.0 326:1.0 409:1.0
1 3:1.0 6:0.5 13:0.5 14:0.08571428571428572 25:0.3333333333333333 28:1.0 29:1.0 42:0.3333333333333333 43:0.5 56:0.3333333333333333 60:1.0 181:0.5 207:0.16666666666666666 214:2.0 236:0.5 237:1.0 409:1.0 480:1.0 556:1.0 581:0.25 794:1.0 920:1.0 1215:1.0 1321:1.0
1 54:0.2 69:0.2 236:0.5 448:1.0 556:1.0 652:1.0
1 4:0.09090909090909091 14:0.02857142857142857 54:0.2 64:0.5 171:0.5 598:0.5
1 4:0.09090909090909091 14:0.02857142857142857 19:0.047619047619047616 25:0.3333333333333333 69:0.2 542:1.0 851:1.0 1322:1.0
1 349:0.3333333333333333
1 10:0.5 13:0.5 25:0.3333333333333333 69:0.2 70:1.0 193:0.3333333333333333 1607:1.0
1 25:0.3333333333333333 30:0.2 64:0.5 67:1.0 70:1.0 183:0.14285714285714285 1749:1.0
1 279:1.0 1540:1.0
1 14:0.02857142857142857 69:0.2
1 6:0.5 14:0.02857142857142857 30:0.2
1 4:0.09090909090909091 19:0.047619047619047616 25:0.3333333333333333 66:0.25 679:1.0
1 10:0.5 19:0.047619047619047616 25:0.3333333333333333 66:0.25 199:0.16666666666666666 237:1.0 394:1.0 1174:1.0 1215:1.0 1546:1.0
1 19:0.047619047619047616 69:0.2 84:0.16666666666666666 121:0.3333333333333333 189:0.5 249:0.14285714285714285 355:1.0 489:1.0 511:1.0
1 3:1.0 6:0.5 14:0.05714285714285714 17:0.05 19:0.09523809523809523 20:1.0 21:1.0 74:0.25 91:0.5 181:0.5 226:1.0 249:0.14285714285714285 274:1.0 602:1.0 705:1.0 856:1.0 911:1.0
1 17:0.05 19:0.047619047619047616 837:1.0 842:1.0
1 6:0.5 14:0.02857142857142857 17:0.05 69:0.4 381:1.0 486:1.0 611:1.0 837:1.0
1 14:0.02857142857142857 17:0.025 20:1.0 30:0.2 184:0.5 250:1.0 349:0.3333333333333333 625:1.0 924:1.0
1 3:1.0 4:0.18181818181818182 349:0.3333333333333333
1 6:0.5 14:0.05714285714285714 17:0.025 30:0.2 133:1.0 226:1.0 377:1.0 465:1.0 1248:1.0 1773:1.0
1 25:0.3333333333333333 167:1.0 901:1.0
1 6:0.5 13:1.0 14:0.08571428571428572 17:0.05 19:0.047619047619047616 49:0.16666666666666666 74:0.25 84:0.16666666666666666 256:1.0 442:1.0 553:1.0 837:1.0 1629:1.0
1 17:0.025 20:1.0 25:0.3333333333333333 147:1.0 171:1.0 284:1.0 828:1.0
1 13:0.5 127:1.0 249:0.14285714285714285 441:1.0
1 14:0.02857142857142857 17:0.025 475:1.0 883:1.0
1 4:0.09090909090909091 13:0.5 202:0.14285714285714285 1505:1.0
1 19:0.047619047619047616 20:1.0 21:1.0 43:0.5
1 3:1.0 14:0.05714285714285714 17:0.025 25:0.6666666666666666 28:1.0 84:0.16666666666666666 298:1.0 326:1.0 462:1.0 716:1.0
|
a5f499874cbcefb023988de8d9ad9ee6c4609ce4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH7/EX7.9/example9.sce | d2b1c8cdbca4a8394bf55586ffcafc9a16cd152a | [] | 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 | 833 | sce | example9.sce | // find voltage between collector and ground and between collector and emitter
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 7-9, page 239
clear;clc; close;
// Given data
Vcc=15;// collector supply voltage in volts
Vbb=5;// base voltage in volts
Rc=2*10^3;// collector resistance in ohms
Re=1*10^3;// emitter resistance in ohms
// Calculations
Ve=Vbb-0.7;// emitter voltage in volts
Ie=Ve/Re;// emitter current in amperes
Ic=Ie;// collector current is equal to emitter current
Vc=Vcc-(Ic*Rc);// collector voltage in volts
Vce=Vc-Ve;// collector-emitter voltage in volts
disp("Volts",Vce,"collector-emitter voltage")
disp("Volts",Vc,"collector-ground voltage")
// Result
// collector-to-ground voltage is 6.4 volts
// collector-emitter voltage is 2.1 volts
|
8f345353fe054418ea0af06c02be469be0e36709 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH13/EX13.1/Chapter13_Example1.sce | 2951911b52bc7029fd97d8c2b0fb7743b109a3a4 | [] | 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,177 | sce | Chapter13_Example1.sce | //Chapter-13, Example 13.1, Page 544
//=============================================================================
clc
clear
//INPUT DATA
ro2=0.21;//Ratio of O2 in the mixture
rn2=0.79;//Ratio of N2 in the mixture
T=(25+273);//Temperature of container in degree C
p=1;//Total pressure in atm
//CALCULATIONS
Co2=(ro2*10^5)/(8314*T);//Molar concentration of O2 in K.mol/m^3
Cn2=(rn2*10^5)/(8314*T);//Molar concentration of N2 in K.mol/m^3
po2=(32*Co2);//Mass density in kg/m^3
pn2=(28*Cn2);//Mass density in kg/m^3
p=(po2+pn2);//Overall mass density in kg/m^3
mo2=(po2/p);//Mass fraction of O2
mn2=(pn2/p);//Mass fraction of N2
M=(ro2*32)+(rn2*28);//Average molecular weight
//OUTPUT
mprintf('Molar concentration of O2 is %3.4f K.mol/m^3 \n Molar concentration of N2 is %3.3f K.mol/m^3 \n Mass density of O2 is %3.3f kg/m^3 \n Mass density of N2 is %3.3f kg/m^3 \n Mole fraction of O2 is %3.2f \n Mole fraction of N2 is %3.2f \n Mass fraction of O2 is %3.3f \n Mass fraction of N2 is %3.3f \n Average molecular weight is %3.2f',Co2,Cn2,po2,pn2,ro2,rn2,mo2,mn2,M)
//=================================END OF PROGRAM==============================
|
67f23f84b7d82cadcb57f3b3d53b005bffd0532e | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /Examples/Examples_MatFunc/sqrtMat.sce | 03e3ff8e8a870900821dfdcf623b930f7510cc38 | [
"BSD-2-Clause"
] | permissive | CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox | d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd | 70c97cda4e0dd54df0a638e9b99f380c09ffa37e | refs/heads/master | 2022-12-11T01:28:28.742041 | 2020-08-26T12:24:27 | 2020-08-26T12:24:27 | 290,481,428 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sce | sqrtMat.sce | // Function Name: sqrtMat
// Complex square root of general square matrix
// Calculating the sqrtMat
inputMat = [ 1, 2, 3; 4, 5, 6; 7, 8, 9;]
result = armaMatFunc("sqrtMat",inputMat)
|
8b50954e1d15a9ac2ee9aaf8de30b44b090fc5fa | 449d555969bfd7befe906877abab098c6e63a0e8 | /2609/CH13/EX13.2/ex_13_2.sce | a419b913e9cf584797946313cbdec775d0604ce9 | [] | 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 | 203 | sce | ex_13_2.sce | ////Ex 13.2
clc;
clear;
close;
format('v',6);
VNL=18;//V
VFL=17.8;//V
IL=50;//mA
LR=(VNL-VFL)*100/VFL;//%(Line Regulation)
LdR=LR/IL;//%/mA(Load Regulation)
disp(LdR,"Load Regulation(%/mA)");
|
a063912df4dcfc7e3606ef9e7dcfeeabd3f78930 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH1/EX1.16/ex1_16.sce | 074106679d5e56c3bcf5e329f6e7ca713aa9c62d | [] | 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 | 365 | sce | ex1_16.sce | // Exa 1.16
clc;
clear;
close;
// Given data
g=9.81;// in m/s^2
P=1.0332*10^5;// in kN/m^2
v='(2.3*10^4/p)^1/1.4';// given expression
H= 1/g*(2.3*10^4)^(1/1.4)*integrate('(1/p)^(1/1.4)','p',0,P);// in m
disp(H*10^-3,"The value of H in km is : ")
// Note: There is the calculation error in the book in this question, so the answer in the book is wrong.
|
d1cc75b8eefdf9fa37c877621bfc5b3fb23ec9b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /746/DEPENDENCIES/1_02.sci | 013a4b783ae29b57004cf4cbf893133ac38d23e4 | [] | 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 | 161 | sci | 1_02.sci | //Mass of ball(in kg):
m=0.2;
//Height fom which ball is dropped(in m):
y0=500;
//Value of k:
k=2*10^-4;
//Accleration due to gravity(in m/sec^2):
g=9.81; |
4fcb9030e5bf6b359edd16e7fbdc94004e6b8a7f | 19c5ef2ba29b4c794c93ab2539709d6e3d909151 | /regression.tst | 12daafb1e670d8bc78b498a806aaf28153347d94 | [] | no_license | rodewan/neuralnetvsvm | 032a7d7380bf4b4c0798f57e2aba1728ee5d682a | 96a3dc8ab473f07667ebe04bf42b47081a893b05 | refs/heads/master | 2023-03-27T22:54:14.146057 | 2021-03-26T17:19:02 | 2021-03-26T17:19:02 | 259,859,900 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 141,277 | tst | regression.tst | -21.4673 -21.6595 -24.2761 -25.8521 -26.5965 -30.4716 -29.1407 -36.5478
3.49372 0.0485376 1.43222 0.0560384 1.03357 1.4229 0.000602774
-19.4033 -19.6076 -23.0913 -24.3597 -25.6053 -28.2384 -28.8736 -34.2557
3.66775 0.0674298 2.23272 0.0303471 0.731307 1.41344 0.00348198
-9.34168 -9.52152 -14.3415 -15.8105 -17.9325 -21.3768 -20.7304 -27.2667
3.27942 0.0829261 2.37782 0.069711 1.91979 0.515396 0.00533282
-15.747 -15.8996 -19.9426 -20.9384 -22.4089 -24.6618 -25.3785 -30.4842
3.64964 0.0221344 2.79117 0.0589864 2.18891 1.30785 0.00837972
-10.5793 -10.764 -16.4813 -17.9719 -20.7027 -24.174 -23.939 -30.6148
3.44903 0.0710786 2.97897 0.0840466 2.18303 0.956211 0.00328864
-13.1551 -13.3291 -18.1324 -19.384 -21.3051 -23.9584 -24.771 -30.0411
3.30266 0.0767349 1.2345 0.0862786 2.34187 1.30755 0.00757286
-17.8868 -18.0837 -21.8821 -23.4716 -24.8108 -28.6774 -27.2049 -34.4777
3.56817 0.0609803 2.12561 0.0269148 1.32607 0.543831 0.000485553
-18.2221 -18.4065 -21.6671 -23.0248 -23.909 -27.1755 -26.083 -32.803
3.62416 0.0456428 2.71831 0.0499489 1.11242 1.06998 0.0023489
-19.4584 -19.6025 -22.5099 -23.4229 -24.5602 -26.6239 -27.8129 -32.354
3.41848 0.0512339 1.20542 0.0247696 2.17979 1.0164 0.00509522
-15.5844 -15.7287 -19.8354 -20.7182 -22.1914 -24.1582 -25.2289 -29.8236
3.58781 0.0296007 0.883643 0.0376535 2.42554 0.900692 0.00931769
-17.0648 -17.2075 -19.8552 -20.7961 -21.9007 -24.0635 -24.7119 -29.6107
3.34434 0.0384051 1.96793 0.04204 1.5513 0.956642 0.00831679
-18.0497 -18.2107 -19.8425 -21.1358 -21.2231 -24.5108 -22.914 -29.7347
3.51547 0.0390648 1.65108 0.0710875 0.775325 0.96661 0.00399622
-22.6687 -22.8517 -24.4139 -25.9735 -25.6709 -29.7068 -26.9887 -34.8309
3.55768 0.0213426 1.85461 0.087322 0.612512 1.39918 0.000324313
-17.9576 -18.1718 -25.5574 -27.3479 -31.8037 -36.1344 -37.3017 -44.965
3.5865 0.0607759 2.8866 0.0209761 2.76192 0.923374 0.0000532011
-19.0717 -19.1956 -21.1879 -21.9434 -22.7645 -24.6869 -25.7798 -30.3823
3.63301 0.0434067 1.75993 0.0244929 2.12887 1.29356 0.0095178
-19.0734 -19.2601 -24.8232 -26.4424 -28.875 -32.8709 -32.773 -40.1078
3.29469 0.0511673 0.802539 0.0519061 2.26877 1.42153 0.000267016
-12.7831 -12.947 -15.5807 -16.8883 -17.5476 -20.7876 -19.3958 -26.0162
3.69939 0.0595022 1.98906 0.0597695 1.16912 0.523222 0.00839621
-18.2342 -18.4076 -20.1675 -21.6199 -21.7183 -25.4174 -23.6037 -30.9517
3.69269 0.0651624 0.913586 0.0784567 0.862186 1.16533 0.00229961
-19.8624 -19.9613 -21.3171 -21.9614 -22.6722 -24.4603 -25.557 -30.0073
3.39966 0.0274867 2.21761 0.0337143 1.42884 1.49167 0.00999923
-9.1716 -9.354 -14.1833 -15.743 -17.8664 -21.7147 -20.6815 -27.8875
3.2561 0.0691645 1.52186 0.086294 1.92672 0.647429 0.00228739
-15.8107 -15.954 -20.3601 -21.1177 -22.591 -24.1515 -25.8664 -29.489
3.31087 0.0721172 0.6839 0.0231667 2.93123 0.525862 0.00933531
-18.6974 -18.8729 -21.0342 -22.4812 -22.881 -26.4217 -25.1608 -31.9317
3.38636 0.0832011 0.876161 0.0320113 1.10048 0.545132 0.00178584
-18.3234 -18.5078 -21.6813 -23.0526 -24.3191 -27.3621 -28.0292 -33.7516
3.44579 0.0821102 1.36863 0.0445443 1.81325 1.40838 0.00322402
-15.4694 -15.6523 -21.6528 -22.8605 -25.1907 -27.5121 -28.7317 -33.5381
3.4938 0.0603408 2.61974 0.0483559 2.88401 1.28901 0.00412881
-22.3878 -22.516 -24.0827 -24.939 -25.419 -27.6641 -27.8645 -33.1267
3.37971 0.0241765 2.74237 0.054344 0.697997 1.49699 0.00407047
-20.7773 -20.9123 -23.7948 -24.626 -25.8058 -27.7181 -28.8111 -33.2695
3.24863 0.0252637 0.688585 0.0289239 1.9283 1.10681 0.00394984
-18.2202 -18.3413 -20.2009 -21.0263 -21.8324 -23.8546 -24.7269 -29.3406
3.64827 0.0667172 0.816834 0.0209421 1.57077 0.597553 0.00975706
-15.4193 -15.5961 -17.31 -18.8698 -18.5822 -22.6564 -19.7784 -27.574
3.66011 0.0660195 0.676027 0.0824922 0.813216 0.726108 0.000188831
-18.1384 -18.3578 -23.2822 -24.9883 -26.4879 -30.658 -28.7669 -36.6314
3.49602 0.0648362 2.93253 0.0517661 1.02253 1.24143 0.000142672
-16.4753 -16.6497 -19.7416 -21.274 -22.1045 -26.0568 -24.2679 -31.8017
3.68258 0.0707521 0.771179 0.040689 1.35358 0.619557 0.000588385
-18.88 -19.0276 -20.7352 -21.8477 -22.3317 -25.1067 -24.7056 -30.7218
3.60334 0.0460287 1.35962 0.0609122 0.964289 1.24199 0.00583352
-21.3278 -21.5119 -23.2216 -24.622 -25.0185 -28.3437 -27.9475 -34.4252
3.56288 0.0713856 1.15382 0.0527467 0.773244 1.44766 0.0022285
-12.7714 -12.9377 -17.1099 -18.3039 -19.9811 -22.645 -22.7466 -28.3687
3.62714 0.0555923 2.72574 0.0492676 1.84168 0.681642 0.00916296
-17.1374 -17.3281 -20.2491 -21.5995 -22.4993 -25.5787 -25.0132 -31.253
3.52926 0.0790605 2.02714 0.0425597 0.95628 0.880107 0.00392005
-12.4562 -12.6419 -19.2094 -20.523 -23.4046 -25.934 -27.0698 -32.0709
3.27608 0.0691111 2.8212 0.0888666 2.78648 1.37044 0.00504278
-8.30072 -8.47668 -15.0507 -16.4725 -19.6755 -22.8578 -23.281 -29.3721
3.50731 0.0627108 1.73448 0.0883526 2.65686 0.811009 0.00585171
-10.8825 -11.0593 -15.0016 -16.5511 -17.966 -21.9609 -20.0979 -27.6643
3.44096 0.0242177 2.32098 0.0753228 1.56479 0.591755 0.000403062
-20.7355 -20.8871 -23.4357 -24.5604 -25.3407 -28.0691 -27.4384 -33.3357
3.61864 0.0205105 2.41323 0.0227145 1.21694 0.556713 0.00244332
-20.9422 -21.1189 -22.5982 -24.0447 -23.9755 -27.5966 -25.7847 -32.918
3.32792 0.054609 1.13954 0.0611129 0.664702 1.02941 0.00140865
-19.1051 -19.2481 -21.4358 -22.2878 -23.2665 -25.2321 -26.5231 -30.9609
3.42246 0.0624212 1.7618 0.0212714 1.98364 1.29841 0.00780435
-15.4828 -15.6616 -20.4173 -21.8078 -23.6781 -26.7706 -27.4074 -33.2355
3.45743 0.078565 1.2034 0.0586671 2.34174 1.26573 0.00336489
-19.8038 -19.9676 -24.1878 -25.1161 -26.6409 -28.5288 -30.0543 -34.2416
3.25831 0.0462721 2.03664 0.0251342 2.92804 1.23846 0.00346963
-17.4485 -17.5951 -19.8798 -20.8858 -21.8434 -24.1584 -24.9094 -29.871
3.40801 0.0730461 1.21481 0.0353253 1.54086 0.943416 0.00800773
-10.6401 -10.8142 -17.5038 -19.0426 -22.6402 -26.6683 -26.171 -33.9063
3.666 0.0281236 1.30844 0.0684518 2.50671 0.809831 0.0000755526
-14.6166 -14.7687 -18.5963 -19.656 -21.1345 -23.5219 -24.0596 -29.27
3.55668 0.0455381 0.663772 0.0488221 1.99675 0.887746 0.00899238
-15.8532 -16.0084 -19.3623 -20.3741 -21.7169 -23.9428 -24.6886 -29.598
3.21333 0.0303666 2.63955 0.0759565 1.79465 1.38621 0.00893768
-12.5847 -12.7562 -18.5585 -19.7485 -21.7682 -24.2643 -25.2817 -30.3754
3.52585 0.0716144 1.26723 0.0889177 2.93622 1.42196 0.00845667
-21.7894 -21.8686 -22.469 -23.1325 -23.5136 -25.4902 -26.0136 -30.9305
3.51034 0.0250293 0.656049 0.0399914 0.620178 1.19819 0.00719772
-15.4867 -15.6566 -18.6545 -19.9095 -20.6864 -23.7282 -22.6578 -29.0158
3.60995 0.0488322 2.92749 0.0441433 1.16856 0.60483 0.00526041
-14.5676 -14.747 -17.3885 -18.9505 -19.3834 -23.3573 -21.0437 -28.509
3.25364 0.0414769 1.02438 0.0619618 1.1373 0.564376 0.000827071
-13.0785 -13.2603 -21.0651 -22.6587 -26.4856 -30.5109 -30.8288 -38.2537
3.43315 0.0686531 0.603223 0.0702374 2.99086 1.16916 0.000342599
-13.0959 -13.2606 -18.5778 -19.669 -21.7616 -23.8983 -25.1772 -29.6171
3.3404 0.0626798 1.35639 0.0416975 2.64881 0.680614 0.00828165
-16.2615 -16.4266 -18.5181 -19.8641 -20.2148 -23.6059 -22.0347 -28.954
3.50616 0.0357217 1.65425 0.0761205 0.980312 0.956093 0.004321
-14.7631 -14.9224 -20.0564 -20.9218 -22.6457 -24.4037 -25.8029 -30.0118
3.43961 0.0426504 2.98134 0.0394873 2.89197 0.968165 0.00912655
-11.9572 -12.1285 -16.8677 -18.1554 -20.1836 -22.9662 -23.1726 -28.7548
3.2232 0.0293646 0.851173 0.0656613 2.06121 0.764324 0.00722228
-16.0217 -16.2302 -23.0815 -24.5768 -27.7803 -30.6066 -31.9172 -37.1301
3.61631 0.0736541 2.96634 0.0299164 2.84291 1.10283 0.0016643
-18.0352 -18.2205 -23.231 -24.5308 -26.6838 -29.3188 -30.2721 -35.481
3.55339 0.0534344 2.27118 0.02914 2.34885 1.0413 0.00230728
-16.1286 -16.308 -19.1883 -20.6599 -21.4274 -25.0503 -23.485 -30.5653
3.28118 0.0424191 2.12466 0.0663512 1.17672 0.908885 0.00220783
-20.5213 -20.7185 -24.0081 -25.5883 -26.7843 -30.4197 -31.1178 -37.4902
3.31755 0.0838607 1.1289 0.0257921 2.04706 1.18733 0.000971177
-14.8877 -15.0707 -21.0693 -22.7238 -25.3271 -29.6573 -29.2654 -37.2667
3.42619 0.083569 0.728244 0.0471382 2.43713 0.907567 0.000043344
-13.3494 -13.5362 -18.3899 -20.0042 -22.1953 -26.2483 -25.049 -32.6487
3.22381 0.0295932 2.19516 0.0803682 1.85165 1.01613 0.000542484
-14.5248 -14.697 -18.9359 -20.0795 -21.8187 -24.1638 -25.269 -30.0894
3.32823 0.0798988 1.88698 0.0562214 2.27262 1.18864 0.0081694
-7.94136 -8.11026 -13.2026 -14.6275 -16.8931 -20.373 -19.7715 -26.4793
3.60172 0.0842788 0.84631 0.0760902 2.08401 0.502632 0.0062701
-15.2286 -15.403 -19.5494 -21.0717 -22.6894 -26.5994 -25.186 -32.733
3.60059 0.0456517 0.637776 0.0558371 1.66442 0.881589 0.000685629
-16.6512 -16.805 -20.1619 -21.1713 -22.2969 -24.585 -25.6095 -30.5018
3.61157 0.0705918 1.22559 0.0384597 2.47944 1.20933 0.00854084
-14.6083 -14.7825 -21.0105 -22.3319 -25.0722 -27.8778 -28.507 -34.1115
3.43072 0.0232673 0.826649 0.0689253 2.57986 1.26897 0.00281034
-17.7917 -17.9925 -22.0765 -23.6798 -25.5475 -29.2201 -29.4842 -36.1293
3.43129 0.0799637 1.7011 0.0391963 1.8067 1.17582 0.00117204
-11.301 -11.477 -14.6057 -16.0955 -16.9816 -20.6821 -19.0023 -26.0895
3.29203 0.0615543 1.03938 0.0798951 1.35401 0.58481 0.00416991
-16.5865 -16.7681 -22.5169 -23.9281 -26.6081 -29.6693 -30.1503 -36.0763
3.39437 0.0360063 2.24198 0.0696542 2.34587 1.49327 0.00167967
-20.9416 -21.0427 -22.2393 -22.9628 -23.6285 -25.5492 -26.4871 -31.0479
3.21307 0.0411612 0.736468 0.0400693 1.16484 1.37835 0.00688424
-16.8821 -17.0898 -21.198 -22.5662 -23.4939 -26.6085 -25.7552 -32.2307
3.5391 0.0752077 2.93804 0.0847789 0.707879 1.46464 0.00348047
-19.8927 -20.0883 -24.0999 -25.7794 -27.3226 -31.4061 -31.4832 -38.7426
3.26506 0.0772251 1.11639 0.0210118 2.03212 0.727049 0.000292977
-17.9152 -18.0817 -22.0706 -23.0794 -24.3995 -26.5852 -27.6391 -32.4796
3.6888 0.0518246 2.11485 0.035605 2.74077 1.43153 0.00597381
-19.0117 -19.1441 -21.2019 -22.1427 -22.9287 -25.2737 -25.6724 -30.9852
3.58015 0.0309992 1.1082 0.055653 1.41643 1.44858 0.00715567
-16.6742 -16.8262 -21.0404 -21.9637 -23.3887 -25.3572 -26.72 -30.9941
3.31162 0.0732584 0.690424 0.0292065 2.63255 0.789508 0.00641249
-14.2175 -14.3682 -19.2173 -20.1794 -21.9622 -24.0208 -25.0313 -29.736
3.67145 0.0235918 1.12076 0.0396741 2.53855 0.792774 0.00928309
-20.4781 -20.6488 -23.6747 -25.0708 -25.9786 -29.3842 -28.9819 -35.6058
3.6023 0.0695496 0.606735 0.0369031 1.57798 1.15742 0.00146261
-14.2062 -14.3949 -21.0317 -22.6095 -26.0008 -29.5384 -30.4805 -36.6842
3.52809 0.0757976 2.13837 0.0314731 2.8145 0.654291 0.0010602
-16.4116 -16.6234 -21.2819 -22.8082 -24.5557 -27.9753 -27.4334 -34.1401
3.67813 0.0758351 2.7171 0.0501337 1.32662 1.24369 0.00196344
-10.5551 -10.7287 -15.322 -16.6831 -18.6675 -21.7832 -21.6318 -27.84
3.48111 0.0598743 1.83719 0.0891499 1.97736 0.927941 0.00837242
-10.5873 -10.7637 -17.9445 -19.4126 -23.067 -26.4554 -26.9015 -33.3274
3.56877 0.0429632 1.6941 0.0752686 2.80444 0.952572 0.00221355
-18.0208 -18.1855 -22.9824 -23.9276 -25.6178 -27.539 -28.8503 -33.2467
3.38825 0.0392762 2.60964 0.0340397 2.70738 1.20539 0.00442733
-19.3734 -19.5477 -21.6774 -23.0152 -23.6436 -26.8378 -26.244 -32.656
3.36475 0.0608758 1.41036 0.0786118 0.959321 1.49241 0.00303853
-10.8875 -11.059 -18.8208 -20.2995 -24.4949 -28.107 -28.3757 -35.1908
3.56805 0.0267621 0.818076 0.0493118 2.91053 0.589581 0.000818876
-14.2355 -14.3993 -17.7535 -18.9768 -20.2639 -23.079 -23.0852 -28.9042
3.35565 0.0554816 0.864715 0.0860321 1.65474 1.20886 0.00827122
-11.4305 -11.6 -15.0181 -16.4688 -17.5769 -21.2787 -19.6205 -26.9137
3.67421 0.0320686 0.947576 0.0819264 1.44185 0.721464 0.00349745
-15.1174 -15.2856 -20.1944 -21.3377 -23.2473 -25.6904 -26.3934 -31.6558
3.62277 0.0399096 2.69336 0.0605171 2.31607 1.2862 0.00604132
-13.1884 -13.3446 -18.3316 -19.3842 -21.334 -23.5703 -24.4101 -29.3624
3.66835 0.0251854 2.05763 0.0470082 2.43283 0.804732 0.0095616
-15.6195 -15.8009 -20.6964 -22.0266 -24.1281 -27.0056 -27.3157 -33.0957
3.36283 0.0466102 2.84348 0.0772298 1.9993 1.44008 0.00341105
-17.1942 -17.3909 -23.9634 -25.5336 -28.9498 -32.3532 -33.1898 -39.3337
3.42678 0.056175 2.61853 0.0355225 2.58544 1.1118 0.000674441
-17.9763 -18.1347 -19.7767 -21.052 -21.283 -24.4681 -23.2478 -29.8091
3.24353 0.0405056 0.829217 0.0855035 0.867115 1.13748 0.0044976
-19.0645 -19.2429 -22.77 -24.1373 -25.2956 -28.382 -29.1547 -34.8104
3.3264 0.0888251 0.910279 0.0293374 2.21128 1.05355 0.00220251
-12.5822 -12.7565 -18.9149 -20.0642 -22.5401 -24.7098 -25.9337 -30.5172
3.20354 0.0300995 2.56204 0.0725263 2.76774 1.11208 0.0070779
-17.3377 -17.5251 -20.2807 -21.6497 -22.1043 -25.401 -24.049 -30.7641
3.30664 0.0663123 2.4841 0.0803568 0.723506 1.13085 0.00337593
-18.215 -18.4049 -25.172 -26.6548 -30.0047 -33.0807 -34.009 -39.6918
3.29159 0.0403518 2.63586 0.0394958 2.68429 1.2425 0.000713629
-9.32269 -9.49886 -14.1609 -15.6381 -17.64 -21.2403 -20.2835 -27.2083
3.39737 0.0410643 2.24752 0.0834065 1.87306 0.640919 0.00430233
-17.709 -17.8545 -20.228 -21.2656 -22.1817 -24.5914 -24.6949 -29.9477
3.20334 0.0346318 1.32841 0.0392951 1.31988 0.74403 0.00603039
-16.5264 -16.6654 -19.5512 -20.481 -21.6353 -23.7571 -24.5422 -29.2669
3.45702 0.060433 0.753062 0.0307389 1.7987 0.654758 0.00889004
-17.5281 -17.6558 -19.3402 -20.215 -20.9112 -23.0437 -23.3491 -28.2809
3.24819 0.04707 1.75316 0.0397048 1.00591 0.7192 0.0097535
-19.289 -19.426 -20.7246 -21.6808 -22.1795 -24.5519 -24.9385 -30.1978
3.4802 0.0671195 1.3665 0.0521114 0.658051 1.26981 0.00798846
-14.3585 -14.5298 -19.8226 -21.0006 -23.0364 -25.3262 -26.7283 -31.2014
3.67241 0.0784543 1.76617 0.024521 2.93728 0.525359 0.00659535
-17.2408 -17.3953 -18.8225 -20.0291 -20.2859 -23.2646 -22.5313 -28.7132
3.21338 0.0802809 0.983321 0.0886406 0.799231 1.1432 0.00696491
-16.0272 -16.2302 -21.959 -23.5563 -26.4767 -30.0332 -30.4321 -36.9362
3.35235 0.0754005 2.58292 0.052045 2.10152 1.30144 0.00100319
-16.7615 -16.904 -21.0394 -21.8342 -23.1716 -24.9572 -26.3159 -30.5684
3.5435 0.0403713 1.2408 0.0277384 2.88169 0.874009 0.00814856
-20.6652 -20.8014 -21.737 -22.7393 -23.0837 -25.5853 -26.1713 -31.4448
3.5274 0.0819899 0.929534 0.0423853 0.645342 1.47479 0.00653861
-18.2507 -18.3937 -20.294 -21.2464 -22.0459 -24.2893 -24.8089 -29.8091
3.28843 0.0634408 1.70327 0.0408446 1.0088 0.997782 0.0077018
-18.1918 -18.3755 -21.9955 -23.5132 -24.7965 -28.3761 -28.4605 -34.9847
3.58621 0.0842535 1.03361 0.0250234 1.93387 0.724322 0.00152369
-16.1503 -16.3156 -19.5283 -20.7471 -21.9977 -24.7552 -25.1261 -30.7045
3.51621 0.0751033 1.25362 0.0422654 1.74826 0.929274 0.00589613
-11.0433 -11.2249 -18.2352 -19.8198 -23.5689 -27.4816 -27.7691 -34.9605
3.51771 0.0735165 1.95826 0.0557385 2.74778 0.736099 0.000681529
-15.2668 -15.4685 -20.7903 -22.1204 -24.3507 -26.9645 -27.695 -32.9112
3.40972 0.0875329 2.94288 0.0304354 1.83837 0.840161 0.00355292
-14.7623 -14.9293 -18.731 -20.0739 -21.5398 -24.7573 -24.2084 -30.689
3.57408 0.0465486 0.948566 0.0572941 1.69404 0.903798 0.00398332
-15.7106 -15.8959 -21.7941 -23.0564 -25.4592 -27.9446 -28.9781 -34.0642
3.60985 0.058521 2.72594 0.0434131 2.67262 1.20526 0.00354601
-18.5245 -18.7056 -21.1838 -22.5395 -23.2658 -26.4773 -25.7464 -32.2466
3.5769 0.0629977 1.71211 0.0509959 1.00365 1.11017 0.00312034
-15.0673 -15.2258 -17.8095 -19.025 -19.7915 -22.7123 -21.8535 -27.9324
3.48087 0.0476038 1.91992 0.0446617 1.21107 0.519499 0.00707926
-17.2555 -17.4328 -21.354 -22.3536 -23.7272 -25.8533 -26.7069 -31.534
3.53106 0.0601029 2.99945 0.0296188 1.63704 1.02824 0.00610029
-18.1942 -18.354 -19.9445 -21.0401 -21.6032 -24.1927 -24.5918 -30.052
3.622 0.0853354 1.39761 0.0507542 0.735499 1.34536 0.00864972
-18.9353 -19.0542 -20.2922 -21.1737 -21.6767 -23.9421 -24.4138 -29.5122
3.54324 0.0764123 0.714314 0.03241 1.08891 0.901507 0.00887356
-15.1273 -15.3206 -21.8644 -23.1918 -25.9454 -28.4345 -29.7032 -34.6259
3.5575 0.0700595 2.84265 0.0399491 2.93432 1.14508 0.00310298
-7.98246 -8.16106 -12.9872 -14.498 -16.6359 -20.3249 -19.4571 -26.4247
3.3721 0.087239 1.65058 0.0874707 1.95426 0.567077 0.00434954
-9.45374 -9.63265 -15.4455 -16.9562 -19.7338 -23.3694 -22.9832 -29.8427
3.33815 0.0565521 0.919828 0.0797989 2.28849 0.719079 0.00268241
-18.7222 -18.8702 -21.0173 -21.8966 -22.9025 -24.8898 -26.1605 -30.5898
3.31969 0.0715462 1.84725 0.0244216 1.26697 1.27637 0.00804482
-17.2896 -17.4344 -20.3118 -21.2354 -22.3442 -24.4315 -25.6345 -30.1527
3.26338 0.075334 0.963237 0.0382761 2.13549 1.12468 0.00815341
-17.8708 -18.0323 -20.8035 -21.7922 -22.8483 -25.0859 -25.9152 -30.8945
3.57497 0.0596525 2.18472 0.0439331 1.57957 1.49021 0.00800085
-11.3013 -11.4707 -17.5907 -18.7935 -21.3479 -23.7733 -24.6873 -29.7085
3.40178 0.0360433 0.608128 0.067601 2.66937 0.896524 0.00787548
-15.2849 -15.4564 -18.4907 -19.8956 -20.8175 -24.2214 -22.9362 -29.6132
3.23331 0.0324829 1.4088 0.051972 1.3375 0.630569 0.00310349
-18.8738 -18.9989 -20.3785 -21.2872 -21.8432 -24.1591 -24.7712 -29.9246
3.59063 0.06799 0.904475 0.0446061 1.27396 1.39256 0.00953767
-18.0153 -18.151 -19.8787 -20.7663 -21.3314 -23.5084 -23.5747 -28.6322
3.23868 0.0560235 2.11096 0.0416221 0.706415 0.683609 0.0085551
-12.3165 -12.4873 -18.288 -19.5668 -22.178 -24.8121 -25.5864 -30.7792
3.47805 0.057305 2.03317 0.0424345 2.5085 0.586587 0.00544293
-18.6705 -18.8498 -22.4837 -23.949 -25.3336 -28.8661 -27.933 -34.797
3.45751 0.0418481 1.72088 0.0342372 1.51297 0.806695 0.00105383
-13.8986 -14.0699 -19.3036 -20.4681 -22.516 -24.9715 -25.7052 -30.969
3.64851 0.0479944 2.8558 0.06531 2.40829 1.2496 0.00707594
-12.9259 -13.1021 -15.6936 -17.1559 -17.5216 -21.2023 -19.0514 -26.1819
3.42953 0.0565012 2.46784 0.0684745 1.04415 0.503086 0.0033729
-20.0073 -20.1916 -21.994 -23.5143 -23.5793 -27.3677 -25.4981 -32.7904
3.63952 0.0669433 1.08728 0.0373022 0.826587 0.701759 0.0010714
-16.9239 -17.1342 -21.0188 -22.8024 -24.5329 -29.0069 -28.2494 -36.4309
3.57259 0.0887395 1.63962 0.0703242 1.5121 1.49748 0.000012888
-21.1927 -21.3603 -26.555 -27.6328 -29.1907 -31.4692 -32.6745 -37.3541
3.21524 0.0469996 0.613293 0.0297426 2.8807 1.30065 0.00155492
-17.8157 -17.991 -20.8183 -22.2393 -23.0722 -26.5852 -25.2706 -32.3054
3.48259 0.0300894 2.19425 0.0839809 1.17231 1.35746 0.00216236
-24.9136 -25.0724 -26.6092 -27.8977 -28.0846 -31.3387 -30.1813 -36.8733
3.49647 0.0308584 0.855324 0.0388771 0.819831 1.24124 0.000968923
-12.5362 -12.7095 -16.6842 -18.0959 -19.6735 -23.0587 -22.2497 -28.9458
3.41828 0.0337742 1.66001 0.0783422 1.67935 0.892981 0.00463269
-20.5071 -20.6844 -25.2062 -26.5425 -28.5114 -31.389 -31.9276 -37.4989
3.29179 0.0370777 1.62955 0.0252449 2.07868 0.92447 0.00109786
-14.4493 -14.6143 -19.9 -20.9255 -22.8488 -24.8988 -26.1332 -30.6298
3.24157 0.036841 0.947709 0.062289 2.67641 1.19387 0.00736257
-12.037 -12.211 -18.5406 -19.9028 -22.6553 -25.6178 -26.3025 -32.0375
3.55527 0.0591983 1.27881 0.0672419 2.70702 1.01696 0.00428723
-12.8044 -12.9945 -19.8906 -21.4521 -25.1159 -28.7065 -28.9943 -35.6067
3.38957 0.072866 2.96997 0.0436827 2.5618 0.720572 0.000947006
-16.6908 -16.8499 -19.8171 -21.0127 -22.0808 -24.9 -25.0039 -30.8428
3.59053 0.0649133 0.946876 0.0567917 1.62882 1.1971 0.00597957
-9.55051 -9.73028 -13.367 -14.8349 -16.0507 -19.6238 -18.2252 -25.1316
3.35135 0.083926 2.50598 0.0870379 1.4579 0.581224 0.00667275
-18.5499 -18.6833 -20.0756 -21.0153 -21.2247 -23.6911 -23.0645 -28.7906
3.64124 0.038422 2.27466 0.0455866 0.614302 0.685734 0.0081192
-13.8153 -13.9803 -19.0256 -20.1277 -22.0712 -24.2368 -25.6169 -29.9424
3.30612 0.080199 1.21837 0.0337223 2.66555 0.580249 0.00754321
-10.7908 -10.9547 -17.7167 -18.8573 -21.677 -23.8424 -25.0902 -29.6104
3.54898 0.0382711 1.88364 0.0451635 2.9613 0.541219 0.00861349
-14.4458 -14.6146 -19.0481 -20.3129 -22.1386 -24.9354 -25.3202 -30.9626
3.45671 0.0558175 1.30718 0.0560792 2.07628 0.994534 0.00534627
-9.96826 -10.1427 -14.7466 -16.1129 -18.0656 -21.1796 -20.8354 -26.9879
3.34078 0.0548344 2.77779 0.0755414 1.90381 0.66055 0.00844526
-14.7131 -14.8619 -16.5927 -17.7856 -17.9812 -20.9949 -19.5816 -25.9129
3.45807 0.0272902 1.77924 0.0613384 0.911267 0.525383 0.00957477
-12.6191 -12.7873 -17.2427 -18.5102 -20.3185 -23.106 -23.5138 -29.0397
3.39026 0.0821774 1.02221 0.0537612 2.10412 0.735638 0.00752297
-14.2603 -14.428 -16.8587 -18.2516 -18.6983 -22.1875 -20.4013 -27.3258
3.38375 0.0251932 2.23278 0.066266 1.09613 0.621976 0.00432896
-16.424 -16.5652 -19.1761 -20.1519 -21.2074 -23.4477 -23.9077 -28.8602
3.31029 0.0496549 0.855037 0.0373535 1.53372 0.680095 0.00863111
-11.6628 -11.8301 -16.1 -17.3906 -19.1559 -22.1286 -21.9552 -28.0489
3.50441 0.0203593 1.42568 0.0863748 1.88907 0.984987 0.00874699
-17.0625 -17.2796 -23.8539 -25.5511 -29.0822 -32.867 -33.3935 -40.101
3.41968 0.0759522 2.93046 0.0204031 2.12737 0.765522 0.000349055
-23.9594 -24.1225 -26.2193 -27.5233 -28.0398 -31.2608 -30.4193 -36.9769
3.66326 0.0347142 0.952859 0.0240423 1.11261 0.942677 0.000992747
-13.8116 -13.992 -18.2921 -19.585 -21.4189 -24.1754 -24.426 -29.9431
3.39918 0.0819595 2.38832 0.0398681 1.79686 0.633389 0.00583227
-23.4174 -23.5514 -25.487 -26.2777 -26.8819 -28.9458 -29.3703 -34.3876
3.52114 0.0246067 2.88592 0.0246191 0.746633 1.08713 0.00307268
-19.3031 -19.4697 -23.5704 -24.88 -26.3431 -29.3753 -29.5845 -35.4707
3.5261 0.0624434 0.650425 0.0237308 2.04444 0.719998 0.00166148
-20.2012 -20.355 -23.344 -24.2338 -25.3087 -27.3347 -28.4727 -33.1175
3.63156 0.043695 2.06157 0.0211899 2.48687 1.31595 0.00506761
-10.1872 -10.3573 -14.5027 -15.9005 -17.5674 -20.9652 -20.0793 -26.8453
3.56045 0.0205923 1.7058 0.0899039 1.74648 0.789726 0.006933
-14.9257 -15.1162 -21.7156 -23.2562 -26.6232 -30.0156 -30.7406 -36.9654
3.51831 0.0620856 2.46665 0.0505992 2.6436 1.15567 0.00118566
-11.3807 -11.5513 -17.2277 -18.6218 -21.2279 -24.4748 -24.4028 -30.7514
3.55266 0.0443437 0.751786 0.0610097 2.29984 0.735456 0.00373778
-16.8186 -16.9898 -21.6828 -22.5958 -24.1968 -26.0241 -27.489 -31.6832
3.23692 0.0624255 2.74372 0.0425628 2.88836 1.47199 0.00654458
-21.8741 -22.0344 -24.5818 -25.7652 -26.582 -29.4505 -28.9961 -35.1371
3.5768 0.0228796 2.27182 0.042985 1.17396 1.32259 0.00201416
-12.2316 -12.4132 -19.0194 -20.4891 -23.7682 -27.048 -27.429 -33.6584
3.34076 0.029736 1.80428 0.0885521 2.5888 1.20762 0.0022471
-19.502 -19.7025 -22.3878 -23.9428 -24.2492 -28.0305 -25.972 -33.265
3.39691 0.0613677 2.0325 0.0451497 0.680227 0.785513 0.000865084
-15.0191 -15.1789 -17.3433 -18.6442 -19.0834 -22.3262 -21.0243 -27.6179
3.55082 0.0707316 0.888523 0.0553667 1.09232 0.619535 0.00617027
-12.6064 -12.7801 -20.1378 -21.4897 -24.8338 -27.64 -28.5334 -33.9471
3.43361 0.0366375 0.859897 0.0501546 2.96093 0.799685 0.00262191
-10.498 -10.6701 -14.6346 -16.1133 -17.5997 -21.3736 -19.813 -27.1687
3.65822 0.0332449 2.26779 0.0803193 1.60017 0.671879 0.00246549
-15.5734 -15.763 -19.3926 -20.717 -22.0042 -24.9326 -24.714 -30.6289
3.20975 0.0897843 2.45376 0.0541199 1.16302 0.988896 0.00462946
-8.93558 -9.11662 -16.1122 -17.4887 -20.8437 -23.5637 -24.5821 -29.7157
3.23578 0.0753038 2.54947 0.0707387 2.84012 0.691165 0.00643478
-16.9406 -17.1323 -21.178 -22.7493 -24.4217 -28.2563 -27.2129 -34.5597
3.46746 0.0525552 2.22064 0.0783462 1.48726 1.42394 0.000934292
-15.6399 -15.805 -19.0622 -20.1369 -21.4932 -23.8066 -24.564 -29.5182
3.23976 0.0712722 2.18362 0.05621 1.61787 1.1705 0.00860313
-16.3969 -16.5846 -19.8395 -21.4636 -22.5472 -26.6704 -25.0992 -32.879
3.45082 0.0668865 1.16723 0.0815277 1.3477 1.24973 0.000518323
-13.9361 -14.1192 -17.5412 -19.1063 -20.2435 -24.168 -22.5629 -29.9473
3.44707 0.080567 1.49586 0.0512006 1.41103 0.584861 0.0010312
-19.1481 -19.2811 -21.169 -22.1068 -22.8577 -25.1796 -25.6493 -30.8815
3.54974 0.0412522 1.27877 0.0474587 1.33659 1.33879 0.00719343
-20.3808 -20.458 -21.4068 -21.9266 -22.6981 -24.2026 -25.5758 -29.5352
3.26071 0.0362378 1.69275 0.0205606 0.772585 0.906327 0.00952947
-10.8549 -11.0303 -15.777 -17.1744 -19.2449 -22.4151 -22.0712 -28.1913
3.24816 0.0546771 2.24506 0.0599762 1.95248 0.535642 0.0058105
-16.3258 -16.4941 -20.8859 -22.0027 -23.767 -26.0583 -27.1553 -31.9153
3.22654 0.0538171 1.65825 0.0530151 2.3026 1.24596 0.00525896
-10.4628 -10.6382 -15.0614 -16.5742 -18.3944 -22.2154 -20.9194 -28.2422
3.48648 0.0466624 1.03156 0.0784673 1.77592 0.683359 0.0019807
-20.6867 -20.8251 -22.3289 -23.3524 -23.8953 -26.4309 -26.6598 -32.1501
3.45244 0.052317 1.03223 0.0530971 1.03142 1.46206 0.00496905
-16.8644 -17.065 -21.3223 -22.4928 -24.1229 -26.4026 -27.4859 -32.2555
3.41378 0.0885423 2.60135 0.0248971 1.09505 1.14947 0.00516951
-15.8141 -16.0202 -18.7217 -20.3043 -20.4882 -24.3645 -22.0559 -29.5809
3.6012 0.0876781 2.14702 0.0844458 0.638227 0.933039 0.00179773
-12.0041 -12.1768 -17.8449 -19.0565 -21.3087 -23.7125 -24.9246 -29.7302
3.63776 0.0860505 1.90718 0.0432223 2.84707 0.73704 0.00889444
-14.0836 -14.2596 -16.6774 -18.18 -18.5078 -22.2982 -20.1129 -27.3843
3.26115 0.0241987 1.89295 0.0730451 1.06731 0.62481 0.00239864
-10.0247 -10.2039 -16.8831 -18.1956 -21.1467 -23.7217 -24.8688 -29.8894
3.3584 0.0773375 2.1549 0.0781056 2.89635 0.957499 0.0075724
-18.5142 -18.649 -20.8509 -21.6536 -22.5608 -24.5204 -25.4739 -30.1244
3.41806 0.0447902 2.39902 0.0391231 1.41747 1.34324 0.00913463
-12.6736 -12.8561 -16.7626 -18.2734 -19.5021 -23.3382 -21.4679 -28.8607
3.63589 0.0618615 2.98761 0.054864 1.40029 0.546033 0.00100961
-18.3291 -18.4977 -20.3383 -21.6677 -21.93 -25.2368 -23.8832 -30.6601
3.43357 0.0488276 1.64376 0.0812917 0.806696 1.18562 0.0036077
-18.4814 -18.6455 -20.4878 -21.5497 -22.2266 -24.693 -25.2883 -30.5658
3.6594 0.0773123 1.63777 0.0466053 0.661805 1.46739 0.00843231
-13.5851 -13.7649 -20.4555 -21.8876 -24.8754 -28.0237 -28.7654 -34.7066
3.49821 0.052676 1.32303 0.0894084 2.80844 1.46529 0.00240511
-15.6189 -15.7954 -21.6324 -22.8902 -25.2836 -27.8265 -28.8306 -33.9235
3.31709 0.0416399 1.73303 0.0674648 2.645 1.40864 0.00334875
-19.7945 -19.9411 -22.099 -23.1043 -23.847 -26.2835 -26.3343 -31.7959
3.39999 0.0335314 2.32888 0.0435214 1.07598 1.12365 0.00475004
-18.9009 -19.0224 -21.3656 -22.0767 -22.9838 -24.7967 -26.0067 -30.4103
3.41597 0.0347591 1.68836 0.035442 2.3462 1.47258 0.00923134
-13.9063 -14.0862 -18.07 -19.4089 -21.0622 -24.0505 -24.2838 -30.2487
3.67888 0.0827326 1.87487 0.0673915 1.86338 1.20086 0.00681266
-15.9319 -16.0989 -21.445 -22.6937 -24.9232 -27.6014 -28.1905 -33.5747
3.44997 0.0384805 0.885594 0.0349929 2.37309 0.74717 0.00286003
-16.6347 -16.8161 -20.7934 -22.343 -23.8442 -27.676 -26.5077 -33.7499
3.24817 0.0514463 0.822811 0.0477241 1.64275 0.835396 0.000812746
-14.0553 -14.2441 -20.3872 -21.9571 -25.1195 -28.7554 -29.0377 -35.7075
3.39345 0.0685482 2.25264 0.0463748 2.42935 0.876314 0.00101286
-18.0834 -18.25 -21.8766 -23.065 -24.4879 -27.1063 -27.802 -33.1101
3.35819 0.0554631 1.25922 0.0515729 1.96783 1.36886 0.00390359
-10.4518 -10.6273 -15.4931 -16.8265 -18.9045 -21.7957 -22.1023 -27.7591
3.21769 0.0774699 1.03649 0.0819032 2.14894 0.835076 0.0091141
-16.8063 -16.9661 -18.5542 -19.8183 -19.8122 -23.0371 -21.3856 -28.1235
3.43211 0.038053 2.2652 0.0830127 0.718369 0.901891 0.00569956
-16.1458 -16.3243 -23.7477 -25.2913 -29.1503 -32.9434 -33.2635 -40.3778
3.57658 0.0282558 1.00381 0.0607495 2.80695 1.37667 0.000336437
-18.5533 -18.6648 -19.5649 -20.4467 -20.591 -22.9501 -22.4562 -27.9016
3.52569 0.0556146 0.635241 0.0392503 0.677502 0.508625 0.00969675
-9.92562 -10.0998 -16.4934 -17.9949 -21.2986 -25.0475 -24.6357 -31.8104
3.56114 0.0243484 2.26993 0.068313 2.43037 0.697593 0.00117638
-14.2304 -14.4063 -17.1892 -18.475 -19.3207 -22.3692 -21.7019 -28.043
3.54113 0.0772164 2.21486 0.0889003 1.13158 1.16213 0.00877596
-13.5706 -13.7584 -21.2726 -22.8721 -27.1004 -30.9286 -31.5073 -38.5433
3.4479 0.0512494 2.56062 0.0759807 2.83546 1.32943 0.000474576
-15.1023 -15.2676 -18.8203 -20.1739 -21.4455 -24.7264 -23.7245 -30.2519
3.44535 0.0291798 0.817531 0.0428441 1.54461 0.557467 0.00310522
-12.7573 -12.9335 -18.69 -20.1159 -22.8346 -26.0215 -26.0562 -32.0975
3.25355 0.0358839 1.93124 0.0449032 2.30288 0.554951 0.00251661
-19.4633 -19.6287 -22.5537 -23.8487 -24.8278 -27.9188 -27.7764 -33.9608
3.49711 0.0629921 0.71051 0.048864 1.54375 1.29289 0.00254528
-13.3342 -13.5115 -18.2903 -19.8084 -21.9025 -25.6801 -24.5749 -31.7556
3.40397 0.0387607 2.17403 0.0485822 1.86277 0.594309 0.00100594
-9.01981 -9.18924 -15.3055 -16.6207 -19.3139 -22.2092 -22.6969 -28.4557
3.61481 0.0658638 0.82146 0.0816884 2.5886 0.826432 0.00902711
-15.8655 -16.0674 -20.905 -22.391 -24.5553 -27.7606 -27.9908 -34.0829
3.26958 0.0853009 2.57714 0.0613182 1.6458 1.37407 0.00229421
-17.271 -17.4595 -21.7608 -22.9299 -24.7336 -27.0089 -28.229 -32.9094
3.48195 0.0723805 2.40887 0.0232635 2.06817 0.931844 0.00435856
-14.2399 -14.4018 -17.6875 -18.8491 -20.1569 -22.7749 -22.946 -28.4586
3.58009 0.0678221 1.79103 0.0439825 1.63627 0.705008 0.00931267
-16.7626 -16.9572 -19.9914 -21.367 -21.8593 -25.0684 -23.6521 -30.1258
3.28686 0.0857198 2.34403 0.0493356 0.612977 0.620402 0.00332679
-17.798 -17.9585 -22.2012 -23.2258 -24.7622 -26.969 -27.9705 -32.8194
3.4837 0.0378827 1.89463 0.0503843 2.41355 1.46757 0.00502271
-19.0875 -19.2502 -21.2418 -22.5439 -22.9863 -26.2227 -25.1751 -31.8168
3.55142 0.049403 1.09269 0.0555912 1.00881 1.08188 0.00306719
-18.7107 -18.8527 -21.1092 -21.9055 -22.7377 -24.6937 -25.6047 -30.2685
3.38652 0.0523219 2.59967 0.0420797 0.962981 1.46044 0.00893819
-15.6697 -15.8525 -22.8441 -24.177 -27.2705 -29.8087 -31.0678 -35.973
3.2379 0.0419334 2.38562 0.0474828 2.95285 1.11855 0.00193037
-13.7419 -13.919 -19.7886 -21.2052 -23.8245 -26.9434 -27.5715 -33.4331
3.5097 0.06514 1.52265 0.0459589 2.55826 0.840971 0.00273991
-18.9033 -19.1021 -22.2643 -23.9083 -25.0322 -29.0498 -28.0608 -35.5638
3.64693 0.0694888 1.44796 0.0422648 1.32193 1.11688 0.000673906
-14.6987 -14.8701 -18.5116 -19.6822 -21.1696 -23.6742 -24.0539 -29.2829
3.23567 0.0721363 2.37728 0.0462269 1.61252 0.788887 0.00731916
-11.1203 -11.3133 -16.515 -18.0805 -20.4374 -24.1443 -23.4822 -30.4785
3.23767 0.0899567 2.92425 0.088366 1.89227 0.980373 0.00239578
-15.6129 -15.766 -18.3265 -19.4168 -20.3642 -22.9372 -22.9623 -28.5629
3.4467 0.0483475 1.96453 0.0644823 1.33888 1.08353 0.00965019
-16.5153 -16.6666 -18.617 -19.7688 -20.3683 -23.1845 -22.7861 -28.7732
3.38775 0.0549679 1.12381 0.0829267 1.09006 1.22909 0.00826492
-13.0239 -13.1975 -19.766 -21.0407 -23.858 -26.413 -27.4193 -32.5162
3.40181 0.0394923 1.65067 0.0553953 2.81477 0.937881 0.00413843
-14.3242 -14.5019 -19.4471 -20.5408 -22.5242 -24.6546 -25.7351 -30.3465
3.44349 0.0721882 2.9704 0.0344054 2.21214 0.754476 0.00726839
-21.1142 -21.3213 -25.9721 -27.374 -28.955 -31.9705 -31.8036 -37.8663
3.37212 0.0495786 2.82415 0.0318429 1.04991 1.3147 0.00101154
-18.5673 -18.6993 -19.8707 -20.9037 -21.166 -23.8325 -23.3883 -29.2689
3.37875 0.045388 0.898761 0.0893187 0.766176 1.32934 0.00791164
-13.7664 -13.9371 -20.3609 -21.5925 -23.8755 -26.4686 -27.43 -32.6344
3.52636 0.0631879 0.800241 0.0604506 2.97874 1.16463 0.00459192
-14.251 -14.432 -19.9873 -21.4497 -24.1019 -27.4651 -27.4404 -33.9164
3.59869 0.0548262 2.37606 0.0446482 2.20841 0.826412 0.00184231
-14.0852 -14.2743 -18.1436 -19.6423 -21.2534 -24.7784 -24.27 -31.0877
3.57764 0.0838446 1.90048 0.0888065 1.59307 1.32106 0.00355965
-15.3636 -15.5446 -18.6311 -20.1263 -21.1472 -24.7974 -23.6992 -30.7267
3.47363 0.0802374 1.30661 0.0556781 1.36684 0.844323 0.00243985
-12.9155 -13.0961 -17.8856 -19.3522 -21.4661 -24.8046 -24.8398 -31.0335
3.25758 0.0897673 1.41236 0.046534 2.08603 0.607098 0.00315868
-14.8516 -15.0366 -20.4535 -21.5856 -23.5389 -25.7366 -26.9476 -31.6754
3.62681 0.0738355 2.70463 0.0410163 2.86866 1.21178 0.00672034
-16.3568 -16.5193 -18.6879 -20.0155 -20.295 -23.6353 -21.8773 -28.6251
3.41846 0.0214917 2.88084 0.0512479 0.990152 0.5659 0.00369803
-7.49384 -7.67725 -13.1681 -14.7506 -17.3401 -21.3281 -20.2309 -27.6338
3.25408 0.0708054 2.86078 0.0871361 2.08626 0.52328 0.000646686
-10.007 -10.1759 -15.7857 -17.1059 -19.6499 -22.5814 -22.7832 -28.6462
3.51397 0.0230895 1.41283 0.0703502 2.32877 0.720294 0.00741912
-16.973 -17.1181 -19.0408 -20.0344 -20.6773 -23.0941 -23.0755 -28.5104
3.41378 0.0563554 2.01889 0.0516233 0.942199 0.92589 0.00953914
-18.9307 -19.07 -20.8817 -21.8597 -22.6016 -24.9607 -25.3762 -30.5822
3.30962 0.0502597 1.45257 0.0570163 1.12284 1.34948 0.0069364
-15.1331 -15.3116 -19.3107 -20.8209 -22.4297 -26.1789 -25.1386 -32.3781
3.64862 0.0570932 1.52469 0.0519833 1.65571 0.868925 0.00142673
-9.35229 -9.52273 -16.418 -17.7317 -20.8081 -23.6065 -24.382 -29.9457
3.66512 0.0500849 1.39176 0.0789599 2.88258 0.896621 0.00724435
-13.7148 -13.8949 -19.7042 -21.1566 -23.929 -27.2632 -27.2209 -33.6885
3.47351 0.0408432 2.8523 0.0605793 2.25465 1.00829 0.00197668
-11.1093 -11.2802 -17.3544 -18.5799 -20.9221 -23.4851 -24.403 -29.6617
3.6708 0.0660951 1.63527 0.0864433 2.87015 1.22708 0.00965655
-19.0633 -19.2939 -24.0235 -25.7159 -27.9065 -31.4854 -32.1062 -38.4131
3.56725 0.0771598 2.27253 0.0202075 1.09086 1.17915 0.000899381
-15.327 -15.4949 -18.599 -19.8079 -21.04 -23.7724 -23.9341 -29.5962
3.31536 0.0614325 1.86399 0.088576 1.50582 1.39112 0.00771815
-13.0073 -13.1684 -16.0732 -17.3573 -18.2858 -21.3831 -20.5268 -26.8122
3.45167 0.0662214 0.886878 0.0589866 1.38576 0.58731 0.00841703
-19.033 -19.1837 -20.8851 -22.0688 -22.3999 -25.3116 -24.4345 -30.498
3.21463 0.0559066 0.70587 0.0416542 0.956959 0.68431 0.00387964
-15.7733 -15.9472 -20.4111 -21.8509 -23.7643 -27.247 -26.5369 -33.3631
3.59436 0.0373673 1.85029 0.042611 1.82303 0.788897 0.00156892
-14.9828 -15.1367 -18.9492 -19.912 -21.3708 -23.4128 -24.664 -29.1008
3.27028 0.0698471 1.14575 0.0446909 2.33216 0.964691 0.0099928
-17.1663 -17.3217 -19.317 -20.408 -21.135 -23.697 -23.788 -29.2706
3.30849 0.074736 1.60383 0.054052 0.988085 1.03256 0.00786104
-18.2753 -18.449 -20.6265 -21.9711 -22.5125 -25.7737 -24.7861 -31.4034
3.37407 0.0545946 1.68069 0.0851768 0.923725 1.35196 0.00347976
-11.7683 -11.9522 -18.0163 -19.4236 -22.2058 -25.1681 -25.9943 -31.6451
3.49695 0.0819428 2.14916 0.0836018 2.63077 1.23591 0.00501618
-15.2922 -15.4744 -20.21 -21.2504 -22.9503 -24.9897 -26.3062 -30.8135
3.57754 0.0778302 2.64405 0.031375 2.75909 1.1032 0.00808111
-20.2406 -20.4372 -24.7261 -25.8842 -27.5162 -29.7957 -30.8746 -35.6476
3.32777 0.0597458 2.63454 0.0216625 1.15992 1.33731 0.00239915
-13.0625 -13.2286 -15.6874 -17.0361 -17.6623 -20.9975 -19.8018 -26.5325
3.52734 0.0828329 0.973645 0.0824844 1.20045 0.829602 0.00824521
-14.6253 -14.8148 -22.255 -23.699 -27.3036 -30.1465 -31.3053 -36.6132
3.27156 0.0550325 2.957 0.0587448 2.94275 1.24636 0.00159109
-18.5008 -18.641 -19.8661 -20.9462 -21.205 -23.9563 -23.5102 -29.4889
3.52384 0.0624217 1.05521 0.0741775 0.755278 1.23688 0.00759826
-17.3667 -17.5321 -20.5148 -21.4454 -22.748 -24.6813 -26.0216 -30.3198
3.32007 0.0794678 2.21895 0.022167 1.43274 0.956082 0.00789998
-14.5591 -14.7355 -18.9015 -20.3537 -22.0848 -25.582 -24.8671 -31.709
3.47209 0.0438438 1.55058 0.0686026 1.73371 1.04462 0.00249717
-23.0291 -23.2479 -26.9171 -28.6454 -29.9086 -34.0337 -32.858 -40.4687
3.33074 0.0512157 1.98573 0.0361521 0.75797 1.3431 0.000159687
-16.1205 -16.27 -19.4298 -20.391 -21.6001 -23.7555 -24.7616 -29.4798
3.24506 0.0595087 1.03364 0.0715906 2.02499 1.48199 0.00996285
-11.2328 -11.3956 -14.6869 -16.023 -17.1228 -20.4212 -19.244 -25.9075
3.60235 0.0274415 1.0666 0.0718598 1.46087 0.597639 0.00832739
-17.5443 -17.676 -20.3823 -21.1684 -22.2891 -24.0851 -25.5098 -29.6155
3.2866 0.0680367 0.924462 0.0257292 2.20736 0.815917 0.00900838
-12.6172 -12.7772 -18.6775 -19.6747 -21.9006 -23.7921 -25.1916 -29.4083
3.5148 0.0426472 2.00947 0.0384586 2.91155 0.620734 0.00966234
-15.6524 -15.8168 -21.1012 -22.1985 -24.3556 -26.4901 -27.6819 -32.142
3.28475 0.0376947 1.37495 0.0314799 2.52879 0.646002 0.00442186
-16.9598 -17.1431 -20.1556 -21.2384 -22.3964 -24.6777 -25.5232 -30.4376
3.59283 0.0844834 2.18876 0.0255113 1.01063 0.95089 0.00778966
-20.8854 -21.0325 -23.5137 -24.3546 -25.2185 -27.271 -27.9812 -32.878
3.61421 0.034299 2.79202 0.0243774 1.24215 1.1418 0.00476266
-17.4626 -17.6225 -21.0124 -22.1097 -23.4501 -25.8777 -26.6149 -31.7331
3.32252 0.0488029 1.3668 0.0651263 1.89062 1.49345 0.00565951
-16.3681 -16.543 -21.0011 -22.2467 -24.1086 -26.7591 -27.4403 -32.8279
3.56903 0.0563551 2.00984 0.0413276 2.14369 1.06669 0.00409979
-8.91648 -9.09254 -15.8482 -17.3332 -20.8087 -24.3708 -24.4845 -31.2791
3.61529 0.0515199 1.65569 0.0893448 2.64246 0.89494 0.00262337
-7.00573 -7.1872 -13.5447 -15.0596 -18.3003 -21.9227 -21.6802 -28.498
3.39085 0.0824542 2.98473 0.0898488 2.42868 0.62566 0.00333372
-13.2724 -13.4485 -20.5364 -22.0397 -25.609 -29.2025 -29.3542 -36.0608
3.40866 0.0392668 0.754681 0.0436044 2.71422 0.6829 0.000788727
-13.9887 -14.1507 -20.1672 -21.1917 -23.2874 -25.3736 -26.4931 -31.2035
3.57567 0.0213391 2.01429 0.0552314 2.94936 1.12417 0.00708932
-9.8317 -10.0079 -16.4975 -17.9268 -21.1021 -24.2356 -24.7104 -30.5322
3.32797 0.0662853 1.82391 0.0554232 2.61124 0.518226 0.00408344
-12.0583 -12.243 -18.8348 -20.149 -23.1974 -25.6238 -26.9817 -31.6071
3.35995 0.0888014 2.73677 0.0384178 2.81291 0.602257 0.00493799
-16.3346 -16.4947 -19.4897 -20.5161 -21.787 -24.0072 -24.8627 -29.6804
3.44112 0.0705276 1.94469 0.0331923 1.64759 0.846598 0.00842501
-13.659 -13.8496 -20.1927 -21.7337 -24.9561 -28.4249 -28.6605 -35.1197
3.26411 0.0621784 2.84341 0.0629572 2.38488 1.08129 0.00134053
-11.6463 -11.8277 -17.4313 -18.9182 -21.5759 -25.0217 -24.9071 -31.4723
3.31492 0.0434505 1.46424 0.0877641 2.24143 1.05091 0.00288346
-13.3244 -13.4917 -18.3361 -19.5602 -21.5594 -24.1207 -24.9269 -29.9493
3.35793 0.0763965 1.17124 0.0390042 2.31892 0.568533 0.00655424
-15.6996 -15.873 -19.1894 -20.5943 -21.7629 -25.143 -24.4318 -31.0878
3.36665 0.0670829 0.736118 0.0729441 1.50851 1.13045 0.00332147
-16.8312 -16.9805 -19.834 -20.8673 -21.9691 -24.3584 -24.9096 -30.0984
3.32959 0.0462788 0.822055 0.0775573 1.6753 1.49057 0.00811048
-17.0403 -17.2061 -21.0241 -22.3016 -23.6283 -26.6062 -26.8479 -32.7621
3.58239 0.0780809 0.678033 0.0450088 1.9853 1.09654 0.00367262
-20.7691 -20.9466 -25.042 -26.1381 -27.8163 -30.0214 -31.0121 -35.7219
3.27433 0.0433683 2.61612 0.0204244 1.7759 0.944116 0.00204723
-6.03276 -6.2037 -12.9123 -14.4032 -17.983 -21.821 -21.3815 -28.7145
3.62949 0.0359755 0.760123 0.0875932 2.55273 0.518979 0.000615456
-13.697 -13.8956 -16.975 -18.6375 -19.0356 -23.2457 -20.6347 -28.4521
3.22303 0.0824172 2.61852 0.0836528 0.968008 0.755246 0.0000935532
-17.7286 -17.8666 -20.26 -21.2038 -22.0961 -24.4151 -24.7315 -30.0602
3.62614 0.0251751 2.52506 0.0476798 1.43143 1.15385 0.00825516
-16.5362 -16.7169 -19.8946 -21.4231 -22.3771 -26.2478 -24.4763 -32.0045
3.48244 0.0284584 2.39841 0.0824051 1.25257 1.20082 0.00109864
-14.9566 -15.1207 -16.8736 -18.2336 -18.2783 -21.6756 -19.8322 -26.5477
3.25454 0.0676444 0.80498 0.0635454 0.897476 0.505467 0.00546598
-12.2008 -12.3801 -15.4573 -16.9133 -17.8603 -21.3798 -20.0652 -26.8907
3.29979 0.0871427 1.75806 0.0728998 1.30424 0.654171 0.0053569
-19.1923 -19.3767 -21.0932 -22.5427 -22.5571 -26.1583 -24.3638 -31.5591
3.57964 0.061812 1.52242 0.0856339 0.60531 1.20248 0.00229944
-16.9213 -17.0776 -20.22 -21.2618 -22.5709 -24.7967 -25.9071 -30.5064
3.3849 0.0760597 1.30003 0.0260922 2.00484 0.695566 0.00677736
-17.4271 -17.6056 -24.6325 -26.1591 -29.5344 -33.1981 -33.5059 -40.3301
3.50028 0.0334018 0.867656 0.0421416 2.73745 1.15112 0.000395725
-15.5907 -15.7426 -19.9396 -20.8284 -22.2987 -24.2521 -25.3464 -29.9552
3.67625 0.0396114 2.62427 0.0356494 2.49868 0.964052 0.00961114
-13.4415 -13.6332 -20.1533 -21.6207 -24.8015 -27.7949 -28.8503 -34.3581
3.25676 0.077532 2.49129 0.0743329 2.68903 1.32079 0.002558
-16.0344 -16.2099 -20.5048 -21.7245 -23.3999 -26.0965 -26.4109 -32.0964
3.62301 0.0471708 2.79104 0.0716423 1.87977 1.48619 0.00509117
-16.3836 -16.5411 -19.7403 -20.831 -21.9816 -24.5219 -24.4989 -30.0824
3.62652 0.0375127 2.84275 0.0378689 1.49762 0.753893 0.00648402
-13.3491 -13.5107 -16.2735 -17.5639 -18.3891 -21.5095 -20.5045 -26.8354
3.35731 0.0498236 0.807353 0.0616062 1.3118 0.59925 0.00779939
-19.6589 -19.7746 -20.8511 -21.7499 -22.0895 -24.5082 -24.418 -30.0208
3.58886 0.0243465 1.27351 0.0700841 0.801686 1.40137 0.00817191
-19.0754 -19.2134 -20.4834 -21.5898 -21.7251 -24.5863 -23.5737 -29.7941
3.36279 0.0235995 0.603124 0.0661198 0.765989 0.993043 0.00531568
-17.8647 -18.0529 -21.4973 -22.5438 -23.682 -25.9179 -26.7561 -31.7161
3.59149 0.0716009 2.56936 0.0343052 0.861709 1.48294 0.00669723
-21.4119 -21.5657 -22.7901 -24.0325 -24.0828 -27.2386 -26.0823 -32.6493
3.35719 0.0420184 0.922949 0.0815323 0.669944 1.37578 0.00270439
-12.3184 -12.4891 -16.7949 -18.1079 -19.8896 -22.8926 -22.6698 -28.7675
3.4391 0.0376143 2.65061 0.0722353 1.84479 0.888545 0.00689384
-16.3731 -16.5201 -20.812 -21.6344 -23.2092 -24.9216 -26.3812 -30.4465
3.4169 0.0362691 1.72157 0.0281422 2.66099 0.764516 0.00780597
-18.1905 -18.3891 -21.7373 -23.1411 -24.1186 -27.3332 -26.637 -33.1195
3.45539 0.0685841 2.34208 0.0674046 0.858048 1.38837 0.00266139
-17.8216 -17.9488 -20.0717 -20.8758 -21.8636 -23.7741 -24.7018 -29.2222
3.32203 0.0414912 1.86041 0.0329442 1.44628 0.875128 0.00946083
-16.4082 -16.5975 -19.1343 -20.7251 -21.225 -25.2367 -23.205 -30.8852
3.48116 0.0648617 1.58241 0.0888379 1.00239 1.15191 0.00103911
-13.4474 -13.6297 -21.0188 -22.5236 -26.2289 -29.5913 -30.1369 -36.3676
3.26475 0.0308396 0.938867 0.0608107 2.82976 1.0168 0.0011022
-14.258 -14.43 -18.3673 -19.5168 -21.1983 -23.578 -24.4076 -29.3546
3.25087 0.0791322 2.18357 0.0525527 1.89623 0.977538 0.0084043
-15.8487 -16.0194 -20.8688 -22.2052 -24.1246 -27.1983 -27.4273 -33.517
3.60574 0.0562489 0.771538 0.0674744 2.19608 1.36172 0.00311686
-15.1362 -15.2925 -17.097 -18.3832 -18.5423 -21.7943 -20.1668 -26.8059
3.44292 0.0566833 0.641377 0.0623632 0.937656 0.582401 0.00649034
-17.6955 -17.8419 -19.3447 -20.4198 -20.5276 -23.3136 -22.3298 -28.5054
3.43998 0.039375 2.59722 0.0843527 0.612928 1.04036 0.00777192
-17.1892 -17.4122 -22.4632 -24.0607 -25.3897 -29.039 -27.5809 -34.7136
3.51032 0.0783119 2.95898 0.0502473 0.760548 1.1238 0.00105558
-7.42435 -7.59598 -13.2776 -14.696 -17.4002 -20.727 -20.4845 -26.8669
3.46782 0.0517628 1.67783 0.0785034 2.27837 0.50364 0.00696248
-17.1348 -17.3008 -20.6831 -22.0337 -23.2526 -26.5751 -25.7595 -32.5207
3.65688 0.0353466 0.600825 0.0688787 1.50583 1.27391 0.00269361
-15.779 -15.9624 -19.3301 -20.3832 -21.4542 -23.755 -24.2137 -29.3641
3.50182 0.0869829 2.64635 0.0436751 0.870637 1.06258 0.00932048
-14.3417 -14.5236 -19.9358 -21.4357 -24.0092 -27.514 -27.4212 -34.0872
3.39829 0.0471823 1.75546 0.069802 2.17389 1.16881 0.00167197
-14.1217 -14.2847 -19.2122 -20.2299 -22.0495 -24.0586 -25.4571 -29.7846
3.58747 0.0692745 1.85716 0.0306988 2.84848 0.682891 0.00925499
-20.1633 -20.2614 -21.724 -22.3618 -23.1154 -24.8868 -25.9402 -30.428
3.60856 0.0214956 2.1407 0.0213656 1.54416 1.03751 0.00876201
-18.3835 -18.5124 -20.9744 -21.7802 -22.7663 -24.7099 -25.8161 -30.315
3.26163 0.0527203 0.64571 0.0453045 1.92927 1.34883 0.00837592
-17.2862 -17.4532 -19.9846 -21.1276 -21.8979 -24.5903 -24.2651 -30.103
3.6011 0.05863 2.20019 0.0421494 1.03492 0.861735 0.00616032
-13.1805 -13.362 -19.8297 -21.2594 -23.8943 -26.9932 -27.9206 -33.6375
3.41614 0.0767215 1.25725 0.0776448 2.90171 1.31569 0.00313084
-14.3939 -14.579 -16.7607 -18.1662 -18.0481 -21.5453 -19.2483 -26.2352
3.59886 0.0812685 2.33477 0.0707555 0.643398 0.508383 0.00495367
-17.097 -17.2713 -20.1531 -21.1113 -22.0909 -24.2164 -24.9552 -29.8478
3.68453 0.0735221 2.4515 0.0272994 0.817486 0.951831 0.00932819
-15.1398 -15.3163 -19.5246 -21.0021 -22.7722 -26.4438 -25.4407 -32.6824
3.69534 0.0325341 2.03778 0.0822446 1.68342 1.2887 0.0016818
-15.9096 -16.0658 -17.354 -18.6458 -18.4425 -21.7592 -19.8207 -26.6275
3.36675 0.0329014 1.40656 0.083337 0.702251 0.706144 0.00638405
-10.3639 -10.5431 -15.7657 -17.271 -19.6496 -23.2762 -22.659 -29.5608
3.32114 0.0486005 0.836498 0.0822932 2.07977 0.790426 0.00291537
-14.3707 -14.5649 -19.7715 -21.0595 -23.1599 -25.7618 -26.5742 -31.8937
3.61568 0.0820083 2.80296 0.0647971 2.21521 1.47347 0.0059257
-12.2841 -12.4586 -17.4557 -18.7377 -20.9413 -23.6 -24.2374 -29.4872
3.23831 0.0669371 1.84864 0.0558541 2.2252 0.746483 0.0068103
-10.6828 -10.8482 -14.5753 -15.8971 -17.3084 -20.4861 -19.699 -26.1557
3.60704 0.0422519 2.16392 0.0742022 1.62499 0.659996 0.00974174
-18.4738 -18.6816 -22.1784 -23.5534 -25.0046 -27.8199 -28.6867 -34.0265
3.43987 0.0881228 2.00642 0.0272644 0.689954 1.21197 0.00315473
-11.5393 -11.7184 -18.6256 -19.9648 -23.1213 -25.8194 -26.7262 -32.0481
3.35254 0.0374899 2.71947 0.0831418 2.81921 1.13936 0.0044977
-19.1753 -19.3759 -21.065 -22.7636 -22.6196 -26.8849 -24.5374 -32.4319
3.27147 0.0887525 1.07263 0.071217 0.687766 0.99775 0.000215228
-11.0964 -11.2693 -18.1616 -19.5452 -22.7949 -25.7769 -26.5418 -32.2189
3.58003 0.056293 1.76869 0.0524964 2.83134 0.699698 0.00368561
-21.5056 -21.6401 -23.7454 -24.5159 -25.288 -27.2433 -27.9891 -32.7558
3.52147 0.0312701 2.78409 0.0234616 1.03154 1.08406 0.00472848
-15.1508 -15.3159 -17.8599 -19.0339 -19.795 -22.5624 -22.138 -28.0155
3.23031 0.0641769 2.47905 0.0789756 1.05445 1.05382 0.00889728
-6.98485 -7.15902 -13.7844 -15.169 -18.4052 -21.3859 -21.843 -27.5074
3.32085 0.035126 1.78848 0.0792614 2.64072 0.515154 0.00846856
-15.6157 -15.8095 -21.3072 -22.6664 -25.0934 -27.7359 -29.0403 -34.0291
3.41829 0.0809675 2.33158 0.0394477 2.64376 1.16684 0.00331732
-16.9047 -17.0932 -21.9344 -23.5384 -25.2047 -28.9928 -29.5284 -36.2378
3.62342 0.0894985 1.08802 0.0406393 2.59576 1.2011 0.00138526
-14.0249 -14.1986 -19.3799 -20.5868 -22.7664 -25.2137 -26.1365 -31.1636
3.35804 0.0557061 2.22266 0.0568559 2.39249 1.06227 0.0058975
-12.3525 -12.5382 -18.9441 -20.1839 -22.8721 -25.1242 -26.6235 -31.1057
3.22339 0.089662 2.5915 0.0620198 2.96236 1.10416 0.00636154
-13.4875 -13.6704 -20.1688 -21.7063 -24.8548 -28.4251 -28.9055 -35.4558
3.42486 0.0617072 1.53727 0.0619212 2.65053 1.07717 0.00131716
-12.8315 -13.006 -18.2144 -19.4952 -21.5464 -24.2595 -25.107 -30.3923
3.31029 0.08488 1.04767 0.0679076 2.48127 1.06342 0.00649792
-18.0348 -18.1894 -19.8147 -21.0738 -21.1551 -24.3532 -22.7313 -29.3529
3.40778 0.025685 1.52483 0.0525565 0.835605 0.673105 0.00388513
-9.35951 -9.53396 -13.749 -15.2087 -16.9039 -20.5078 -19.3512 -26.3591
3.56407 0.0652419 2.14498 0.081686 1.71147 0.615856 0.00500833
-15.1273 -15.2816 -18.6896 -19.7603 -21.0002 -23.4099 -24.2201 -29.2566
3.49506 0.0874271 0.879856 0.0425755 2.07867 0.908347 0.00938107
-12.1681 -12.3511 -18.7482 -19.9766 -22.6667 -24.8953 -26.3896 -30.8405
3.35799 0.0888701 2.57001 0.0469299 2.97843 0.843395 0.0066463
-15.1974 -15.3755 -18.5526 -19.7586 -20.6857 -23.5185 -23.0769 -29.1679
3.65715 0.0667883 2.77909 0.0645735 1.15652 1.09995 0.00782062
-20.8055 -20.9251 -22.2373 -23.1029 -23.6541 -25.9005 -26.3055 -31.4973
3.51754 0.0351031 1.35569 0.0433564 0.981654 1.33351 0.00619632
-17.873 -18.0127 -20.9287 -21.798 -23.0222 -24.9909 -25.9559 -30.5304
3.28856 0.0263333 2.19926 0.0380848 1.79352 1.02347 0.00718345
-16.4465 -16.6151 -19.0312 -20.3474 -21.1123 -24.2608 -23.6933 -30.0349
3.37036 0.0739807 1.16116 0.0712275 1.21046 1.13938 0.00511666
-11.6903 -11.8641 -18.5044 -19.835 -22.6024 -25.4638 -26.2473 -31.872
3.60634 0.0575193 1.13861 0.0861287 2.8719 1.24163 0.00509392
-13.3457 -13.5085 -16.8488 -18.0727 -19.3317 -22.1447 -22.1549 -27.9133
3.3649 0.0819974 0.836937 0.0666066 1.67548 0.88856 0.00947151
-20.1174 -20.2648 -21.5242 -22.5804 -23.0771 -25.6065 -26.1945 -31.4189
3.28038 0.0867906 1.09753 0.0527856 0.642715 1.43139 0.00578842
-12.9377 -13.1079 -15.6253 -17.0298 -17.4312 -21.022 -19.0402 -26.2581
3.69178 0.0394831 2.88828 0.0849303 1.06273 0.748128 0.00508324
-13.0588 -13.2235 -17.7738 -18.8732 -20.7264 -23.0217 -23.7074 -28.6637
3.46711 0.0524564 2.99456 0.0445318 2.08255 0.677662 0.00968009
-13.3201 -13.5023 -20.1087 -21.6407 -24.3724 -27.8783 -28.6996 -34.9978
3.65943 0.0810775 1.3873 0.0646644 2.99947 1.23482 0.00213317
-17.4944 -17.6338 -19.4897 -20.537 -21.1403 -23.7397 -23.7617 -29.3969
3.63065 0.0749418 0.733404 0.0429617 1.24851 0.931633 0.00825857
-20.5561 -20.6513 -21.8593 -22.5418 -23.1428 -25.0709 -26.0201 -30.7292
3.67494 0.0347292 0.893494 0.023546 1.67284 1.29391 0.00877732
-11.4683 -11.6427 -16.3646 -17.7073 -19.7478 -22.7541 -22.7098 -28.7238
3.33959 0.0333696 2.60591 0.0858084 2.00033 0.968464 0.00710072
-15.3176 -15.5002 -19.6437 -21.1555 -22.7979 -26.4033 -25.9023 -32.7166
3.23352 0.0763747 0.82365 0.0696116 1.78739 1.12452 0.0019197
-10.6955 -10.8649 -15.0837 -16.4468 -18.1658 -21.3968 -20.7459 -27.1989
3.46724 0.0228304 2.37886 0.0766672 1.78616 0.710281 0.00737554
-12.0511 -12.2311 -18.6832 -20.1219 -23.2518 -26.3976 -26.7898 -32.7973
3.29717 0.0292627 2.08539 0.0707271 2.54789 0.965371 0.00272543
-17.4167 -17.5561 -20.6797 -21.544 -22.8113 -24.6823 -25.9423 -30.086
3.25775 0.0708108 0.677465 0.0240982 2.05374 0.578984 0.00733677
-13.7288 -13.9099 -19.2094 -20.7437 -23.2528 -26.9947 -26.4659 -33.5939
3.4084 0.0380628 1.33693 0.0789188 2.0804 1.15805 0.00124242
-15.1493 -15.3135 -19.6652 -20.6995 -22.479 -24.5412 -25.8204 -30.2389
3.20969 0.0594389 1.85347 0.0440513 2.34228 0.957609 0.00744978
-16.4028 -16.5589 -20.7636 -21.6029 -23.3271 -24.9216 -26.5418 -30.2927
3.29124 0.0531719 2.56234 0.0227265 2.39669 0.596258 0.00758156
-13.6344 -13.8161 -17.7903 -19.0276 -20.6049 -23.2533 -23.6036 -29.0545
3.21836 0.0888171 2.67189 0.0786422 1.58601 1.21587 0.00843417
-12.729 -12.9047 -17.0695 -18.2989 -20.0605 -22.6482 -23.094 -28.3791
3.2118 0.0821165 2.43936 0.0602605 1.82507 0.841402 0.00893935
-16.5516 -16.7047 -20.5088 -21.5115 -22.8922 -25.1635 -25.9246 -31.0199
3.67381 0.0348104 1.94564 0.0532608 2.19037 1.3482 0.00762534
-12.8867 -13.0551 -18.2012 -19.4937 -21.6912 -24.5776 -24.8964 -30.747
3.65133 0.0459189 1.49815 0.0635659 2.27005 0.99348 0.00569476
-13.0064 -13.1834 -16.639 -18.1983 -19.2828 -23.3348 -21.4079 -29.1567
3.59696 0.0638215 0.777352 0.077237 1.42281 0.821397 0.00048311
-13.5063 -13.6724 -18.2307 -19.357 -21.0811 -23.4707 -24.4217 -29.416
3.41457 0.0675394 1.38441 0.075786 2.41415 1.29588 0.00986502
-17.5004 -17.6661 -19.4841 -20.8404 -20.9443 -24.3409 -22.5531 -29.3745
3.21398 0.0241061 2.12428 0.0630818 0.862269 0.753979 0.00323326
-14.6512 -14.8162 -20.7764 -21.9081 -24.1688 -26.5151 -27.4273 -32.4758
3.55648 0.0262372 0.626507 0.0572657 2.73267 1.17292 0.00494233
-17.2513 -17.4144 -19.4635 -20.7916 -21.0522 -24.3446 -22.6734 -29.2651
3.26664 0.0283962 1.78469 0.045358 0.970739 0.514062 0.00328633
-14.1646 -14.3294 -18.6859 -19.746 -21.3139 -23.5282 -24.7662 -29.3699
3.21617 0.0836342 1.14293 0.0654139 2.53988 1.25222 0.00972651
-16.2995 -16.4486 -19.4553 -20.4318 -21.5585 -23.8458 -24.3001 -29.5147
3.65854 0.0383491 2.64672 0.0425879 1.63195 0.980431 0.00922061
-9.39748 -9.57349 -17.0853 -18.5131 -22.1509 -25.3095 -26.0097 -31.9883
3.49632 0.0526903 0.981313 0.0806163 2.97192 0.892118 0.00354385
-15.3311 -15.5054 -18.771 -20.1853 -21.2195 -24.682 -23.3222 -30.1506
3.52929 0.0500783 2.08428 0.0434649 1.33672 0.573387 0.00256386
-21.0804 -21.2307 -22.4975 -23.6382 -23.8232 -26.6726 -25.9838 -32.0567
3.43076 0.0538639 1.2071 0.0462664 0.626381 0.950045 0.00346535
-20.7089 -20.8933 -23.6269 -24.8648 -25.8892 -28.6251 -28.9735 -34.5771
3.6122 0.0559523 1.86181 0.0281318 1.10415 1.19612 0.00278118
-14.3141 -14.5013 -20.3538 -21.8981 -24.8099 -28.4791 -28.1791 -35.0875
3.48672 0.0603551 2.68216 0.0390537 2.19032 0.702025 0.000858172
-19.4637 -19.6304 -22.5692 -23.8771 -24.8579 -28.052 -27.2306 -33.8409
3.60628 0.0225704 2.26153 0.0610847 1.28872 1.363 0.00219718
-10.0958 -10.2745 -14.219 -15.7182 -17.1911 -20.8815 -19.5241 -26.5923
3.35034 0.0612615 2.18562 0.0822061 1.59832 0.618557 0.00398912
-17.5217 -17.6582 -20.7447 -21.5693 -22.7272 -24.6594 -25.7734 -30.3306
3.60631 0.0386029 1.58958 0.0297973 2.27145 0.999932 0.0087509
-13.2883 -13.4611 -19.1859 -20.3171 -22.503 -24.7431 -25.8794 -30.644
3.34611 0.0482435 2.22487 0.0857153 2.75414 1.41525 0.00774948
-15.7823 -15.9424 -19.3315 -20.5639 -21.8019 -24.7664 -24.2413 -30.4979
3.69595 0.0235153 2.56382 0.0508086 1.54452 0.893517 0.00491614
-17.128 -17.2818 -19.3064 -20.3635 -21.175 -23.6244 -24.062 -29.3024
3.49933 0.0799586 1.4652 0.0371328 1.17352 0.897483 0.00875593
-21.7291 -21.8188 -22.7001 -23.395 -23.8939 -25.8815 -26.6696 -31.4895
3.5586 0.0311692 0.761584 0.03329 1.1102 1.49115 0.00715121
-15.039 -15.228 -21.3027 -22.6296 -25.4156 -27.9187 -29.1812 -33.9878
3.24349 0.072569 2.698 0.0364033 2.58368 0.875603 0.00286422
-20.9752 -21.1348 -23.179 -24.2477 -24.8064 -27.3992 -27.2285 -32.9602
3.50522 0.0426075 2.12163 0.0526988 0.706284 1.3439 0.00378815
-14.162 -14.334 -17.0875 -18.5019 -19.1153 -22.6858 -20.9011 -28.0385
3.60843 0.0411506 2.47159 0.0691782 1.14365 0.750222 0.00364182
-14.4423 -14.6093 -17.2329 -18.4619 -19.1401 -22.0812 -21.19 -27.347
3.36384 0.0624786 2.53106 0.0600629 1.07706 0.696143 0.00819471
-18.0954 -18.2282 -20.7336 -21.5394 -22.5002 -24.4658 -25.5297 -30.1652
3.5414 0.0425219 1.81193 0.0380694 2.12561 1.3989 0.00977111
-8.77521 -8.94616 -16.1347 -17.4876 -20.901 -23.8236 -24.5181 -30.2236
3.59221 0.0397133 1.07254 0.0747239 2.88403 0.755431 0.00580896
-20.5301 -20.6895 -23.8791 -24.8529 -25.9839 -28.1303 -29.3484 -33.9984
3.53705 0.0490407 1.69197 0.0214107 2.75908 1.32757 0.00398786
-14.2434 -14.4409 -21.6192 -23.1676 -27.0226 -30.2264 -31.3093 -36.9027
3.33153 0.0828076 2.97952 0.0253703 2.73364 0.508117 0.00105711
-13.543 -13.7197 -19.2951 -20.4129 -22.4531 -24.6575 -25.8369 -30.586
3.56 0.0705882 2.56653 0.0569666 2.85766 1.23238 0.00835759
-21.8074 -22.0031 -24.2063 -25.8385 -26.1 -30.1344 -28.1637 -35.6197
3.20622 0.0590523 1.28953 0.0276355 0.874042 0.60715 0.000245334
-15.6294 -15.8188 -20.0424 -21.4814 -23.3605 -26.5101 -26.5632 -32.4895
3.29403 0.0843708 2.06107 0.0305124 1.72612 0.571847 0.00257377
-17.9324 -18.0864 -19.4457 -20.6958 -20.7701 -23.9394 -22.7388 -29.3024
3.35945 0.0754105 0.61501 0.0832732 0.789016 1.09705 0.00528027
-15.9315 -16.1032 -17.41 -18.8261 -18.5192 -22.0815 -19.9232 -26.9219
3.31281 0.0860182 1.13084 0.0765057 0.647452 0.601035 0.004339
-17.8823 -18.0249 -22.5241 -23.271 -24.7493 -26.3759 -27.851 -31.8873
3.51569 0.023909 1.7567 0.0224357 2.96096 0.779638 0.00593504
-16.6547 -16.8564 -21.46 -22.9452 -24.5194 -27.9552 -26.9128 -33.6519
3.58778 0.0654419 2.92562 0.0294495 1.36514 0.62487 0.00137876
-14.3756 -14.5605 -22.5314 -24.1496 -28.7246 -32.8756 -33.1813 -40.9615
3.35779 0.026174 0.855712 0.0840868 2.90854 1.44938 0.0000496411
-16.9237 -17.1002 -18.9078 -20.3472 -20.3924 -24.0376 -22.0337 -29.3305
3.67297 0.0604553 1.48535 0.0804438 0.779988 0.984985 0.00302795
-21.5276 -21.6339 -22.9235 -23.6721 -24.3305 -26.3149 -27.0716 -31.8286
3.34767 0.0238541 1.59366 0.0373837 1.07911 1.34613 0.00584629
-11.1027 -11.2791 -16.0976 -17.5008 -19.6397 -22.8063 -22.7446 -28.8375
3.32607 0.0762622 1.6641 0.0625082 2.04732 0.662537 0.00575428
-16.3128 -16.5327 -21.5524 -23.2298 -24.976 -28.9966 -27.5231 -35.1906
3.64266 0.0765556 2.92633 0.0666588 1.16616 1.38638 0.000513975
-11.6806 -11.86 -18.5325 -20.0229 -23.4387 -26.9182 -27.0549 -33.6919
3.44644 0.0225031 1.92379 0.0859239 2.56786 1.12384 0.00177736
-16.8786 -17.0914 -22.3219 -24.0152 -26.6663 -30.5091 -30.9905 -37.8644
3.69493 0.0767719 2.23719 0.0481601 2.0597 1.47461 0.000881437
-12.9782 -13.1543 -19.7024 -21.0197 -23.9376 -26.6504 -27.4541 -32.8678
3.40562 0.026562 2.01231 0.0779607 2.71665 1.22766 0.00384686
-12.7193 -12.8913 -16.9496 -18.245 -19.9433 -22.8123 -22.7921 -28.5374
3.31158 0.067359 1.99656 0.0543536 1.79295 0.669362 0.00718249
-11.8672 -12.0417 -18.8987 -20.2464 -23.4215 -26.2036 -26.9768 -32.3597
3.33128 0.0301956 0.923952 0.0534045 2.76281 0.723639 0.00348226
-13.4236 -13.5871 -16.1198 -17.4478 -18.0904 -21.3905 -20.0464 -26.7756
3.50944 0.037492 1.56571 0.0771069 1.18511 0.771294 0.00727506
-12.0135 -12.1785 -16.1538 -17.4515 -19.0322 -22.1139 -21.6323 -27.98
3.6337 0.024083 2.39721 0.0774438 1.74783 0.900493 0.0080419
-16.9132 -17.0884 -21.9234 -23.1851 -24.9456 -27.5712 -28.8271 -33.7406
3.37351 0.0755083 1.27175 0.0279456 2.76414 0.839448 0.00319627
-9.98997 -10.1731 -16.6302 -18.2307 -21.561 -25.6016 -25.0379 -32.5259
3.21921 0.0402489 1.34187 0.069104 2.43876 0.653111 0.000332507
-9.76988 -9.94985 -17.1931 -18.7835 -22.6381 -26.6589 -26.8967 -34.284
3.44906 0.0792426 1.65628 0.0595766 2.82567 0.637955 0.000444859
-13.9115 -14.0976 -19.2234 -20.6618 -22.9795 -26.0724 -26.811 -32.548
3.27476 0.0866115 1.70627 0.0660838 2.32104 1.17797 0.0035247
-15.7217 -15.8672 -18.8415 -19.8591 -21.0528 -23.3595 -23.6537 -28.7332
3.36665 0.0267393 1.39352 0.0376958 1.59098 0.602892 0.00853954
-17.8314 -17.9856 -19.2676 -20.4097 -20.6928 -23.5137 -23.2417 -29.2164
3.6041 0.0859766 1.19089 0.0818103 0.6559 1.33917 0.00880689
-18.555 -18.741 -23.3701 -24.8057 -26.8685 -30.0562 -30.0182 -36.1507
3.24258 0.0454454 2.31462 0.0320976 1.84347 0.883767 0.00115001
-16.6978 -16.9041 -22.3836 -23.7746 -26.3098 -28.9315 -30.2255 -35.139
3.3462 0.0838539 2.68145 0.0237738 2.12834 0.947874 0.00233167
-14.8561 -15.0108 -19.5611 -20.4631 -22.0766 -23.9404 -25.3507 -29.5846
3.34468 0.0519625 1.44966 0.0412298 2.73675 0.949202 0.00954463
-9.36718 -9.54414 -16.4662 -17.9795 -21.6795 -25.3805 -25.4324 -32.4598
3.64813 0.0579535 2.32977 0.0742725 2.65488 0.79833 0.00151093
-21.1441 -21.3145 -26.5974 -27.7759 -29.6928 -32.1428 -33.1869 -38.1406
3.29122 0.0314378 0.942979 0.0303582 2.61412 1.26232 0.00125586
-18.2904 -18.4274 -20.4698 -21.3994 -22.2535 -24.4744 -25.0662 -30.0751
3.63333 0.0525052 1.43903 0.0278781 1.38903 0.807936 0.00797955
-15.1037 -15.2775 -19.324 -20.5719 -22.254 -24.9806 -25.3976 -30.9802
3.42101 0.0583063 2.0711 0.0769573 1.88196 1.38012 0.00602573
-20.239 -20.4241 -23.157 -24.3676 -25.5724 -28.1224 -29.3166 -34.2521
3.35646 0.0742706 1.71139 0.0216017 1.38107 1.46649 0.0033815
-13.798 -13.9639 -17.6718 -18.828 -20.31 -22.8618 -23.1916 -28.609
3.34851 0.0519593 2.5296 0.0719952 1.74301 1.09244 0.00961668
-16.0549 -16.2341 -19.9211 -21.0081 -22.4389 -24.7132 -25.6783 -30.5595
3.40984 0.0796627 2.46759 0.0534952 1.72373 1.49226 0.00815107
-15.5629 -15.7375 -21.3886 -22.6675 -24.4323 -27.2184 -28.1478 -33.4988
3.41028 0.0825567 0.797579 0.0613743 2.91011 1.38945 0.00370353
-16.3665 -16.5428 -18.1657 -19.6425 -19.2796 -23.0659 -20.4204 -27.81
3.39495 0.0368556 2.4142 0.0813418 0.68747 0.700092 0.00214082
-15.8822 -16.0696 -19.4229 -20.9907 -22.1959 -26.0079 -25.0905 -32.2599
3.21264 0.0829308 1.03038 0.0840012 1.46634 1.25423 0.00164295
-19.2331 -19.4004 -24.6565 -25.7678 -27.9102 -30.1186 -31.1535 -35.8805
3.33244 0.0210976 2.57411 0.0268347 2.44038 0.905513 0.00198749
-18.163 -18.3209 -20.4234 -21.4868 -22.3958 -24.7561 -25.3733 -30.294
3.23806 0.0844887 1.49448 0.0280136 1.06951 0.704652 0.0061398
-16.9243 -17.0733 -19.9941 -21.0376 -22.1561 -24.6001 -24.7883 -30.2143
3.62782 0.0333646 2.09249 0.0377699 1.55134 0.827032 0.00685438
-18.6909 -18.8767 -25.8766 -27.4382 -31.172 -34.8019 -35.1511 -41.8822
3.33951 0.0243719 2.56335 0.0433094 2.6165 1.29813 0.000274299
-14.5486 -14.71 -18.0118 -19.2178 -20.4775 -23.3069 -23.2397 -29.2049
3.63808 0.0466446 1.58931 0.0804008 1.63836 1.25553 0.00850925
-21.5037 -21.586 -22.4483 -23.0497 -23.6229 -25.3804 -26.2431 -30.7383
3.32974 0.0225302 1.99737 0.0327456 0.632171 1.06944 0.00721061
-16.7007 -16.8689 -20.8459 -21.9124 -23.3725 -25.5598 -26.9642 -31.4484
3.51642 0.0762606 1.63203 0.0239797 2.85216 0.875989 0.00637989
-10.1388 -10.3128 -16.8238 -18.0728 -20.9582 -23.3655 -24.383 -29.2263
3.25051 0.0231204 2.83624 0.0664675 2.72931 0.727288 0.00795321
-15.4091 -15.5897 -18.43 -19.5969 -20.2945 -23.0441 -22.6108 -28.6129
3.63693 0.0784124 2.58096 0.0753176 0.830547 1.19124 0.00949225
-15.1216 -15.2895 -18.8469 -20.1174 -21.5015 -24.4438 -24.1818 -30.2544
3.42987 0.037318 2.20491 0.0680136 1.60036 1.08997 0.00543942
-18.6403 -18.7746 -20.4418 -21.461 -21.9939 -24.5952 -24.4179 -30.2201
3.60519 0.0304457 1.0153 0.0731326 1.07162 1.42697 0.00742592
-17.9491 -18.07 -19.1975 -20.1284 -20.4765 -22.8938 -22.722 -28.2057
3.22097 0.0395078 0.753133 0.0763201 0.785472 1.12021 0.00992954
-18.395 -18.5303 -20.6357 -21.5004 -22.3273 -24.443 -24.9376 -29.9294
3.64302 0.0395512 2.25933 0.0287027 1.23949 0.805746 0.00825074
-14.3056 -14.4937 -21.3537 -22.9561 -26.0711 -29.7892 -30.7468 -37.2918
3.44626 0.0744231 1.52582 0.0702846 2.99534 1.39067 0.00102981
-8.05588 -8.23338 -13.5161 -14.9654 -17.4014 -20.7522 -20.4593 -26.8411
3.31064 0.0705528 1.8025 0.08515 2.15178 0.599527 0.00708279
-16.9049 -17.0559 -18.9827 -20.1264 -20.5919 -23.3992 -22.6442 -28.6485
3.2088 0.0268697 2.5884 0.0652158 0.969335 0.893763 0.00674944
-23.7556 -23.8865 -25.2899 -26.2948 -26.6913 -29.2597 -28.9489 -34.6602
3.45293 0.0271214 0.832281 0.0277215 0.915931 0.944425 0.00218116
-18.014 -18.206 -21.6106 -22.9363 -24.2367 -27.148 -27.3059 -33.1793
3.55983 0.0686474 2.14356 0.0484612 1.2819 1.36574 0.00357502
-21.5351 -21.6057 -22.0857 -22.6933 -23.1186 -24.9903 -25.8971 -30.5768
3.65811 0.0373173 0.754629 0.0231625 0.641088 1.25421 0.00897432
-14.4664 -14.645 -20.4329 -21.6881 -23.9891 -26.537 -27.5276 -32.7084
3.61087 0.060302 2.25545 0.0632714 2.75537 1.3677 0.00496084
-22.4012 -22.5278 -24.2859 -25.0286 -25.651 -27.6454 -28.3681 -33.2567
3.6705 0.0266411 2.75684 0.0246052 0.935683 1.37222 0.00479533
-14.5097 -14.6743 -19.395 -20.4049 -22.213 -24.2422 -25.4966 -29.9846
3.40717 0.0577518 2.26958 0.0448601 2.54498 1.00183 0.00871617
-11.8234 -11.9934 -18.5451 -19.9835 -23.2725 -26.7402 -26.6684 -33.3859
3.66198 0.0244734 0.765406 0.0528872 2.52641 0.709625 0.00161111
-13.6485 -13.8268 -20.4592 -21.8393 -24.9129 -27.8331 -28.5464 -34.2346
3.42387 0.0321895 1.95565 0.0777807 2.6997 1.30358 0.00266541
-19.2137 -19.333 -20.9994 -21.7931 -22.4524 -24.4813 -25.6657 -30.2003
3.35641 0.081187 0.777086 0.028835 2.27812 1.42665 0.00917913
-16.2041 -16.3794 -19.4803 -20.7355 -21.9048 -24.7232 -24.5961 -30.3627
3.39258 0.0728898 1.99494 0.0394674 1.3334 0.748508 0.00511524
-17.9556 -18.1 -21.0647 -21.9225 -23.0186 -25.0398 -25.9779 -30.7325
3.5489 0.0376626 2.58885 0.0406412 1.92747 1.33452 0.00824799
-13.9912 -14.154 -17.4969 -18.7569 -19.9696 -22.9354 -22.3428 -28.4488
3.37885 0.0203148 2.73806 0.0561494 1.51599 0.695485 0.00651412
-19.6902 -19.8118 -21.0224 -21.8698 -22.4357 -24.598 -25.2535 -30.2008
3.39323 0.0563956 1.4031 0.0496733 0.760277 1.38386 0.00846818
-12.8294 -13.0251 -17.9374 -19.5139 -21.4941 -25.3447 -24.108 -31.4218
3.41938 0.0851765 2.98128 0.0549625 1.63901 0.732139 0.00109611
-12.9589 -13.1365 -17.5262 -18.7324 -20.4587 -23.0614 -23.4347 -28.9223
3.4966 0.0743705 2.9325 0.0661991 1.85508 1.05888 0.00929306
-15.2489 -15.4399 -20.3523 -21.6498 -23.624 -26.3593 -26.7806 -32.417
3.66946 0.0688718 2.88043 0.0451668 1.93459 1.10678 0.00442179
-13.8494 -14.0192 -19.5321 -20.6705 -22.8372 -25.1508 -26.0935 -31.0397
3.35063 0.0200283 2.6348 0.0868736 2.55352 1.41629 0.00679721
-16.269 -16.4181 -20.5441 -21.4694 -23.1445 -25.0329 -26.2588 -30.5007
3.41949 0.0377656 1.52531 0.0260948 2.28823 0.565829 0.00703832
-10.8373 -11.0231 -16.942 -18.5445 -21.523 -25.5142 -24.8096 -32.2672
3.22831 0.023581 2.10559 0.0887714 2.24073 0.933334 0.000689517
-16.5887 -16.7689 -19.9995 -21.2443 -22.3498 -25.1665 -25.0467 -30.8979
3.29381 0.0679572 2.50835 0.07936 1.15812 1.41298 0.0053661
-15.6318 -15.7888 -20.2996 -21.3082 -23.1792 -25.166 -26.3301 -30.6252
3.25272 0.0362336 1.37139 0.0302583 2.28629 0.563858 0.00621135
-16.5943 -16.7413 -18.2344 -19.361 -19.537 -22.3652 -21.3183 -27.3967
3.25843 0.045774 1.85671 0.0654897 0.752668 0.71783 0.00816142
-16.8482 -17.004 -20.1561 -21.2377 -22.5195 -24.9359 -25.4805 -30.6502
3.45461 0.0519832 1.5356 0.0373184 1.72802 0.868255 0.00627693
-15.6989 -15.8807 -18.8464 -20.3683 -21.1186 -24.906 -23.0541 -30.2797
3.33841 0.0570074 1.8411 0.0485863 1.19281 0.593544 0.00132361
-17.7733 -17.9667 -21.752 -22.8645 -24.1553 -26.4868 -27.2584 -32.3422
3.63827 0.0691485 2.65022 0.0320824 1.25677 1.37935 0.00562458
-14.7799 -14.9479 -18.3121 -19.424 -20.8497 -23.2024 -24.066 -28.9839
3.49165 0.0871996 1.87006 0.0365777 1.8197 0.798916 0.00975753
-17.6954 -17.9005 -22.4054 -23.6062 -25.2533 -27.6083 -28.6414 -33.5823
3.59444 0.0736328 2.72184 0.0263712 1.59844 1.44199 0.00435017
-19.6486 -19.8374 -25.0993 -26.7368 -29.1859 -33.2264 -33.0975 -40.5127
3.32085 0.0442535 1.25399 0.0445368 2.15893 1.34524 0.000215799
-17.1322 -17.2822 -21.8403 -22.7025 -24.0755 -26.0297 -27.1406 -31.7647
3.58881 0.0260847 1.85782 0.0443585 2.89961 1.3578 0.00684373
-18.2189 -18.4026 -21.6175 -22.7802 -24.1757 -26.5704 -27.7515 -32.5616
3.35076 0.0809474 1.98161 0.0288015 1.58523 1.32676 0.00490297
-20.9765 -21.1157 -22.4568 -23.4687 -23.9336 -26.4355 -26.5503 -32.0011
3.25639 0.0514862 1.3563 0.0678123 0.686149 1.4701 0.00473053
-13.6466 -13.8153 -18.3649 -19.5063 -21.2967 -23.7559 -24.3393 -29.6329
3.54197 0.0500504 2.96289 0.0651504 2.09511 1.13361 0.00874363
-14.6551 -14.8115 -19.2857 -20.3086 -21.6922 -23.9911 -24.9344 -29.8903
3.54947 0.080741 0.643844 0.0591728 2.63854 1.26446 0.0095282
-17.9059 -18.0873 -21.7755 -22.843 -24.353 -26.4917 -27.8732 -32.3667
3.34529 0.0759951 2.26099 0.0264723 2.14194 1.38177 0.00549849
-17.0531 -17.2162 -19.9221 -20.9345 -21.9255 -24.2256 -24.7941 -29.8828
3.32776 0.0689188 2.37446 0.0629632 1.09755 1.436 0.00862997
-11.904 -12.0788 -18.4378 -19.5815 -22.106 -24.2531 -25.5045 -30.0713
3.24068 0.037034 2.95639 0.0773738 2.84957 1.12443 0.00803565
-14.8684 -15.0287 -19.4536 -20.5776 -22.4088 -24.8336 -25.2821 -30.4686
3.63847 0.0381078 2.64239 0.0319729 2.02509 0.547911 0.00622705
-14.17 -14.3271 -17.0342 -18.2223 -19.1552 -21.9835 -21.5279 -27.5042
3.40868 0.0402338 1.728 0.0675162 1.34313 0.859674 0.00955799
-19.5565 -19.6856 -22.427 -23.2174 -24.3528 -26.2157 -27.3398 -31.7703
3.42021 0.0269242 1.18005 0.0256038 1.98051 0.94123 0.00575538
-18.6009 -18.7178 -20.0394 -20.8624 -21.3328 -23.5222 -23.6677 -28.891
3.4566 0.0314158 2.33563 0.0512013 0.784846 1.03059 0.00983778
-17.6557 -17.8097 -19.0079 -20.2506 -20.0773 -23.2108 -21.546 -27.9687
3.25499 0.0593226 1.14058 0.0562769 0.648599 0.52245 0.00516802
-19.4487 -19.5972 -22.6352 -23.6947 -24.8922 -27.3029 -27.5315 -32.7471
3.37808 0.0253802 1.02265 0.0250546 1.60342 0.628998 0.00332171
-18.5719 -18.7387 -22.2167 -23.1702 -24.4868 -26.5032 -27.4008 -31.9769
3.21924 0.0561856 2.81181 0.0263542 1.3687 0.876868 0.00472223
-12.1928 -12.3752 -18.2333 -19.7144 -22.5747 -25.8911 -25.9519 -32.0934
3.2089 0.0665519 2.38617 0.044302 2.30693 0.514979 0.00228814
-15.9221 -16.0719 -18.7765 -19.8251 -20.8932 -23.3125 -23.7042 -28.9573
3.23587 0.0378757 0.846297 0.0825797 1.52899 1.34652 0.00956114
-16.9287 -17.0781 -20.5049 -21.5609 -22.8433 -25.3212 -25.6796 -31.1541
3.64864 0.0244161 0.634133 0.058016 1.84593 1.29684 0.00650612
-15.0349 -15.2139 -18.966 -20.4641 -21.7588 -25.5601 -23.9561 -31.425
3.65847 0.034981 2.88773 0.0687512 1.43227 1.00563 0.00128747
-11.1881 -11.3697 -17.1732 -18.5515 -21.2442 -24.1177 -24.8571 -30.3667
3.37537 0.0852385 2.21532 0.0650573 2.47463 0.875115 0.00579936
-12.5635 -12.7454 -19.8814 -21.4078 -24.999 -28.5087 -29.1818 -35.6398
3.52806 0.0579294 1.82203 0.0713354 2.86035 1.15902 0.00142559
-21.1237 -21.2957 -23.4981 -24.7477 -25.1299 -28.196 -27.1584 -33.6238
3.43906 0.0374342 2.30853 0.0611359 0.714418 1.2851 0.00227997
-21.0367 -21.1525 -22.2227 -23.0689 -23.6048 -25.7697 -26.5271 -31.3785
3.34388 0.0636714 0.886071 0.0309984 0.951513 1.14855 0.00603941
-15.336 -15.5181 -17.6442 -19.2392 -19.276 -23.3876 -20.7144 -28.4852
3.37902 0.0419898 1.20084 0.0824565 0.932488 0.783501 0.000358167
-19.7966 -19.9342 -22.7 -23.5491 -24.6179 -26.5943 -27.7603 -32.2368
3.21187 0.0419116 0.951416 0.0437635 2.06827 1.49999 0.0054683
-17.9348 -18.0761 -21.0259 -21.9941 -23.1601 -25.4195 -25.9447 -31.044
3.63443 0.0295818 1.3932 0.0302907 1.73303 0.798512 0.00617314
-17.4381 -17.5965 -19.3461 -20.5498 -20.9686 -23.9284 -23.279 -29.5108
3.63939 0.0692309 1.28257 0.0557491 0.925462 0.98021 0.0065313
-17.7526 -17.9147 -20.7519 -21.9981 -22.9317 -25.969 -25.2834 -31.681
3.6181 0.0259601 2.35759 0.0616386 1.30174 1.19941 0.00385674
-10.4807 -10.6488 -16.4941 -17.8255 -20.3767 -23.366 -23.6904 -29.5601
3.58027 0.0752693 0.643524 0.0606652 2.46246 0.682146 0.00625033
-12.1174 -12.2864 -17.4742 -18.672 -20.8255 -23.359 -24.0154 -29.3359
3.5539 0.04833 2.502 0.0697692 2.34774 1.03066 0.00899097
-14.3826 -14.5707 -20.7064 -21.9571 -24.4868 -26.8068 -28.224 -32.8517
3.31201 0.0785743 2.60747 0.053173 2.90614 1.25944 0.00454852
-17.3313 -17.4701 -20.3962 -21.2068 -22.5233 -24.2761 -25.5798 -29.7018
3.23117 0.0449045 1.97978 0.0285205 1.88319 0.775082 0.00839866
-19.7441 -19.9277 -23.3149 -24.4483 -25.8971 -28.2091 -29.3847 -34.107
3.25223 0.0678317 2.15628 0.0258134 1.32525 1.34581 0.00334131
-16.0688 -16.24 -20.3432 -21.6846 -23.3627 -26.4509 -26.2437 -32.4144
3.3522 0.0349959 1.09127 0.0562363 1.80231 1.03649 0.00299961
-11.2724 -11.4422 -17.9424 -19.1349 -21.9071 -24.1908 -25.3167 -30.0102
3.33519 0.0256704 1.50566 0.0546929 2.79587 0.70208 0.0071308
-16.9662 -17.1613 -20.3763 -21.7662 -22.8083 -25.9009 -25.3017 -31.3797
3.407 0.0863667 2.06529 0.0294741 0.990778 0.537616 0.00320749
-17.581 -17.7066 -18.8022 -19.7873 -19.9805 -22.5468 -21.9289 -27.6897
3.27218 0.032097 1.02664 0.0691225 0.720169 0.875068 0.00947512
-9.39264 -9.57344 -15.3289 -16.853 -19.6124 -23.2675 -22.957 -29.8268
3.33616 0.0677457 1.28453 0.085791 2.28972 0.787378 0.00282557
-18.6377 -18.8009 -22.8186 -23.7481 -25.3322 -27.2099 -28.6233 -32.8687
3.33884 0.048687 2.37842 0.0243245 2.38645 1.00264 0.00454235
-12.0876 -12.2654 -18.1753 -19.6367 -22.4892 -25.8866 -25.7134 -32.2275
3.39858 0.0383853 2.85779 0.0563702 2.28998 0.727494 0.00218593
-18.4147 -18.5922 -21.2582 -22.5362 -23.5229 -26.4496 -26.5861 -32.5225
3.69179 0.0659204 1.61584 0.0533817 1.33686 1.45379 0.00448422
-15.4743 -15.6501 -18.8941 -20.2032 -21.53 -24.4512 -24.7267 -30.4543
3.2738 0.0898125 1.44228 0.056536 1.6179 1.05759 0.00550629
-8.55773 -8.73756 -15.7267 -17.2771 -21.128 -25.0448 -24.8846 -32.3291
3.61807 0.0658873 2.77938 0.0829583 2.62482 0.802862 0.000629206
-17.3523 -17.5002 -20.3495 -21.3079 -22.4624 -24.641 -25.5025 -30.3509
3.32787 0.0447273 1.78248 0.0619555 1.76451 1.47807 0.00824511
-13.267 -13.4332 -16.7818 -18.0928 -19.3142 -22.4431 -21.7505 -28.1389
3.45846 0.0347489 1.70961 0.0742066 1.51367 0.887996 0.00698049
-12.4429 -12.6335 -19.7392 -21.3503 -25.1943 -28.9805 -29.5194 -36.3752
3.21151 0.0606982 2.04845 0.0888365 2.74279 1.26883 0.000780295
-14.2465 -14.4042 -19.1513 -20.144 -21.7779 -23.8568 -25.1229 -29.6241
3.46991 0.0664854 1.14967 0.0407332 2.75417 0.87538 0.00938138
-18.4665 -18.6699 -25.9934 -27.7644 -32.0938 -36.5294 -37.6078 -45.6085
3.68045 0.0497285 2.56759 0.0296625 2.89589 1.20287 0.0000301847
-9.12478 -9.30774 -15.3373 -16.7915 -19.6901 -22.8573 -23.2664 -29.2057
3.22973 0.081909 1.93556 0.0858188 2.46709 0.809665 0.00573277
-16.2911 -16.4492 -19.9897 -20.9891 -22.3878 -24.472 -25.9065 -30.2161
3.22626 0.0844111 1.26903 0.0315272 2.40365 0.876063 0.00752083
-8.28756 -8.45858 -15.3252 -16.8028 -20.4461 -24.1157 -24.0568 -31.0461
3.6984 0.0532617 1.93778 0.0666864 2.63853 0.56821 0.00171043
-22.5977 -22.7844 -27.1494 -28.7787 -30.5859 -34.6731 -33.8982 -41.4573
3.34365 0.0359382 1.13282 0.0212481 1.84417 0.869516 0.0000974413
-17.4757 -17.6547 -23.7581 -25.191 -27.4971 -30.6601 -31.4878 -37.1905
3.27881 0.0639312 0.847393 0.0274572 2.78705 0.751964 0.00107648
-14.784 -14.9438 -20.4184 -21.4358 -23.1369 -25.3536 -26.3094 -31.2635
3.67714 0.035959 1.22543 0.0684748 2.95321 1.46293 0.0076824
-18.4902 -18.6436 -21.9643 -22.8609 -24.2522 -26.1274 -27.567 -31.765
3.37601 0.054908 1.87829 0.0212293 2.28828 0.866001 0.00574553
-18.9341 -19.0805 -21.1367 -22.2189 -22.9365 -25.5583 -25.4034 -31.0975
3.31442 0.0295317 1.5476 0.0587659 1.13631 1.20764 0.00513233
-12.1049 -12.2861 -18.5002 -19.6725 -22.1687 -24.3009 -25.8149 -30.1807
3.21138 0.0852065 2.45268 0.0645409 2.97958 1.08931 0.00795775
-8.88369 -9.06261 -16.4304 -17.9478 -21.6435 -25.2727 -25.6415 -32.3807
3.4541 0.074491 0.874587 0.0866 2.87674 0.873879 0.00202103
-17.5757 -17.7584 -21.5484 -23.0502 -24.5326 -28.1464 -27.157 -34.1289
3.23882 0.0336976 2.01703 0.059146 1.51626 1.12642 0.00121197
-21.0732 -21.256 -23.7242 -25.0218 -25.9292 -28.8571 -29.0599 -34.9006
3.69122 0.0570269 1.54602 0.0243224 1.19706 1.05435 0.00240185
-16.775 -16.9161 -19.5029 -20.448 -21.5024 -23.6624 -24.5864 -29.2867
3.42477 0.0746139 0.968935 0.0309562 1.79262 0.765497 0.00916109
-10.2001 -10.373 -14.8425 -16.2419 -18.1226 -21.4687 -20.7945 -27.4468
3.57745 0.0496969 2.49537 0.0833904 1.84018 0.785659 0.00669547
-9.88132 -10.0593 -17.5078 -18.9799 -22.4811 -25.8351 -26.4838 -32.7003
3.46097 0.0743579 0.887247 0.0781831 2.97691 0.91714 0.00275427
-16.7728 -16.9311 -20.3463 -21.5332 -22.8474 -25.6176 -25.4474 -31.3175
3.52197 0.0212177 1.99236 0.044539 1.62091 0.887564 0.00443473
-24.246 -24.4434 -26.5476 -28.1402 -28.5911 -32.4513 -31.3583 -38.6156
3.41904 0.0507069 1.18369 0.0320821 0.867912 1.196 0.000412372
-19.9021 -20.0338 -20.9118 -21.9835 -21.8781 -24.6983 -23.6092 -29.7436
3.56784 0.0658766 0.60334 0.0439364 0.615321 0.641316 0.00521151
-14.7291 -14.9236 -19.424 -20.6517 -22.3312 -24.8697 -25.2941 -30.6451
3.59879 0.0855584 2.88753 0.0343768 1.59068 0.81206 0.00624546
-19.9328 -20.0227 -21.0081 -21.6642 -22.2569 -24.1076 -24.8924 -29.5244
3.40683 0.0246213 1.74916 0.0350027 0.878894 1.06999 0.00963771
-14.5057 -14.6749 -17.6627 -19.0556 -19.9827 -23.4322 -22.3888 -29.2797
3.57349 0.0789369 0.616898 0.0839489 1.38793 1.09599 0.00464563
-18.6754 -18.8513 -20.5522 -22.0551 -21.7246 -25.6499 -22.844 -30.5326
3.63062 0.0201623 2.87173 0.0722302 0.712473 0.888254 0.000732536
-15.2196 -15.4116 -19.4828 -21.0675 -22.5992 -26.5427 -25.0886 -32.646
3.44251 0.0549459 2.67352 0.0870518 1.4346 1.27139 0.000902656
-13.1279 -13.3057 -16.0448 -17.4893 -17.8641 -21.5377 -19.3625 -26.6133
3.64063 0.0556645 2.94872 0.0703134 1.02631 0.596977 0.00327802
-19.6504 -19.8384 -24.6944 -26.2059 -28.372 -31.7873 -32.2706 -38.5818
3.56083 0.0481955 1.6503 0.0397615 2.21327 1.40247 0.000905839
-14.8845 -15.0815 -20.6574 -22.3252 -25.1087 -29.0783 -29.6269 -36.6957
3.21581 0.0886061 1.65151 0.0775898 2.37406 1.43894 0.000687147
-8.35633 -8.53927 -13.8848 -15.4632 -17.9578 -21.8777 -20.9225 -28.1805
3.20411 0.0653826 1.7188 0.0823199 2.08781 0.548212 0.00142231
-15.8859 -16.0625 -22.5117 -23.7445 -26.3564 -28.7709 -29.8348 -34.7739
3.26076 0.0206404 1.46264 0.0726414 2.79354 1.48891 0.00281742
-16.7698 -16.9334 -21.2935 -22.3558 -24.1441 -26.3027 -27.3919 -32.0191
3.25193 0.0415321 1.90463 0.0385801 2.24149 0.965666 0.0048619
-8.54724 -8.72129 -14.8504 -16.219 -19.1007 -22.0615 -22.6271 -28.3354
3.56384 0.086372 2.01396 0.070408 2.57067 0.656496 0.00852821
-7.47903 -7.65512 -13.7888 -15.2064 -18.1498 -21.3083 -21.5319 -27.5364
3.34164 0.0620311 1.57085 0.0848625 2.48054 0.610722 0.00766651
-7.39912 -7.56647 -12.2135 -13.6241 -15.6199 -19.1174 -18.1479 -25.009
3.66632 0.0251198 1.03447 0.0889769 1.89786 0.525904 0.0073427
-12.2571 -12.4528 -18.5554 -20.2023 -23.4019 -27.5498 -26.9397 -34.7276
3.56618 0.0850395 2.8312 0.0587486 2.16337 0.903473 0.000121314
-20.4144 -20.5485 -22.7308 -23.42 -24.254 -26.0148 -27.1802 -31.5538
3.39357 0.0440575 2.6916 0.0233818 0.687073 1.36041 0.0068686
-10.0859 -10.2559 -17.7121 -19.0884 -22.8064 -25.8394 -26.4646 -32.3691
3.65016 0.0205216 2.10342 0.0610349 2.90843 0.724562 0.00330599
-13.3631 -13.5323 -16.9169 -18.1312 -19.3973 -22.1604 -22.0539 -27.8455
3.35112 0.0619255 2.58717 0.0782378 1.50137 1.03502 0.00995873
-11.1729 -11.3518 -18.4752 -20.0381 -23.7088 -27.6916 -27.7252 -35.2237
3.58731 0.061969 0.798979 0.0870583 2.73737 1.13359 0.000543406
-21.8995 -22.0013 -23.3152 -24.0451 -24.651 -26.6686 -27.462 -32.3386
3.67828 0.0233321 1.06233 0.0276206 1.48577 1.42238 0.00604679
-17.4875 -17.6403 -20.487 -21.6017 -22.6804 -25.2503 -25.2624 -30.738
3.27545 0.0338567 0.922473 0.0396976 1.48256 0.774905 0.0049336
-11.8649 -12.0383 -18.5877 -19.8763 -22.7687 -25.3974 -26.2967 -31.5804
3.62889 0.0540825 2.45309 0.0543752 2.78926 0.854497 0.00527132
-19.0793 -19.2586 -22.3369 -23.6692 -24.5977 -27.6006 -28.435 -34.038
3.62636 0.0853943 1.0846 0.0291448 2.46584 1.32873 0.00346077
-7.23669 -7.41139 -12.9665 -14.4765 -17.1374 -20.9293 -20.2161 -27.394
3.53578 0.0795079 1.34743 0.0861687 2.20071 0.555487 0.00241369
-18.0287 -18.2069 -21.1976 -22.7013 -23.5636 -27.2867 -25.9161 -33.0643
3.27556 0.0592046 0.715244 0.0493419 1.32471 0.898235 0.00116722
-13.6221 -13.7928 -16.6031 -17.9393 -18.859 -22.0601 -21.244 -27.7321
3.39902 0.0648608 1.64877 0.0895776 1.29337 1.0304 0.00764744
-14.3413 -14.5133 -17.2645 -18.6937 -19.4009 -22.9732 -21.3648 -28.4586
3.4223 0.0220001 2.18406 0.0845113 1.20537 0.929141 0.00377044
-15.076 -15.2451 -20.4107 -21.6581 -23.8622 -26.5602 -26.9751 -32.5489
3.48998 0.0242551 2.81631 0.0505111 2.22626 0.988389 0.00380048
-16.5458 -16.6931 -19.8443 -20.64 -21.9556 -23.6654 -24.9369 -29.0489
3.27881 0.0562007 2.79199 0.0273768 1.72433 0.736843 0.00986966
-17.1481 -17.303 -22.2749 -23.3817 -25.4387 -27.8013 -28.4668 -33.4942
3.66446 0.0206775 1.09719 0.0232534 2.30489 0.519952 0.00327872
-13.3356 -13.5133 -18.751 -20.1569 -22.5359 -25.6841 -25.6759 -31.8143
3.28717 0.0297326 2.14551 0.0651553 2.13492 0.943251 0.00320586
-19.7561 -19.9373 -26.0822 -27.3817 -29.9001 -32.46 -33.6956 -38.6712
3.40615 0.03619 2.05796 0.0296693 2.89712 1.21307 0.00115329
-15.4701 -15.6321 -19.7353 -20.7996 -22.3895 -24.6531 -25.5634 -30.4255
3.22687 0.0376954 1.12301 0.0834498 2.16159 1.49338 0.00769896
-7.81188 -7.98697 -14.5941 -15.9756 -19.0856 -22.0764 -22.7719 -28.5402
3.64367 0.0875315 1.97242 0.0876313 2.77384 0.818642 0.00886072
-16.2866 -16.4419 -19.8925 -20.9839 -22.2986 -24.8243 -25.1315 -30.6558
3.57337 0.0210783 2.62029 0.0756016 1.77184 1.44704 0.0071959
-8.94087 -9.11518 -15.0741 -16.5521 -19.5411 -23.1375 -22.8171 -29.6609
3.6369 0.0733895 2.2433 0.0625009 2.32735 0.52969 0.00270155
-7.56539 -7.73441 -12.77 -14.188 -16.4454 -19.9167 -19.2745 -26.0603
3.68497 0.064081 1.08933 0.0881401 2.06316 0.599512 0.00719843
-17.0045 -17.1572 -20.5208 -21.5332 -22.6833 -24.9874 -25.9362 -30.8464
3.38737 0.0701908 0.852525 0.057093 2.21936 1.44985 0.00747964
-8.44485 -8.62199 -14.6997 -16.206 -19.2337 -22.9032 -22.5265 -29.4762
3.42622 0.0458369 1.54923 0.0828866 2.36565 0.674524 0.00253029
-14.6055 -14.7755 -19.7516 -21.1089 -23.2602 -26.3548 -26.414 -32.4613
3.50401 0.0487527 1.18317 0.0403123 2.14532 0.685937 0.0028766
-8.65247 -8.83345 -15.7591 -17.15 -20.4963 -23.3577 -24.1945 -29.6782
3.38899 0.0794997 2.78763 0.081633 2.78965 0.821336 0.00661438
-15.133 -15.3022 -18.5767 -19.9301 -21.1029 -24.3558 -23.5293 -30.0984
3.38699 0.0223328 1.49993 0.0756859 1.45475 1.06435 0.00423455
-15.6416 -15.8323 -19.6229 -21.1056 -22.6641 -26.1129 -25.6941 -32.4004
3.6035 0.0740888 1.98185 0.078026 1.52794 1.40239 0.00297898
-15.0565 -15.2178 -19.4804 -20.5412 -22.1793 -24.4592 -25.3038 -30.2827
3.40337 0.0345114 2.07415 0.0786968 2.21644 1.45552 0.00835361
-17.6128 -17.8344 -23.4851 -25.0635 -27.6245 -30.8586 -31.3768 -37.3711
3.51888 0.0765949 2.78491 0.0249905 1.5933 1.09372 0.00117499
-16.9816 -17.1716 -21.038 -22.3039 -23.5242 -26.3385 -25.9922 -31.8809
3.46477 0.0660097 2.82354 0.0341517 1.19201 0.77257 0.00358259
-8.58329 -8.76238 -16.5623 -18.1075 -22.45 -26.2534 -26.4249 -33.5071
3.3433 0.0204073 1.80445 0.0734911 2.90433 0.663198 0.000751209
-17.3514 -17.5321 -20.5405 -21.5624 -22.4288 -24.7505 -25.1426 -30.4212
3.67246 0.0704782 2.5752 0.0480714 0.645779 1.287 0.00826109
-17.4581 -17.6373 -25.0245 -26.3795 -29.7245 -32.4501 -33.4221 -38.8029
3.51953 0.0263965 2.91932 0.0418921 2.96926 1.24132 0.00106231
-18.3361 -18.4669 -20.3477 -21.2845 -22.0231 -24.3499 -24.6612 -29.937
3.50697 0.0392819 1.1353 0.0446356 1.27086 1.07689 0.00796517
-11.1674 -11.3523 -18.9556 -20.5084 -24.5148 -28.1151 -28.7229 -35.3183
3.304 0.0471036 1.54638 0.0897896 2.9229 1.15205 0.00119166
-18.9283 -19.1067 -22.6178 -23.9592 -25.3979 -28.4202 -28.3604 -34.3691
3.21725 0.043954 1.96667 0.0598035 1.50576 1.39458 0.00218615
-16.7212 -16.8861 -22.1252 -23.4252 -25.7494 -28.6727 -28.7994 -34.635
3.57672 0.0231227 1.35904 0.0274999 2.20986 0.572068 0.00184981
-15.881 -16.1056 -20.9596 -22.6908 -24.5935 -28.706 -27.5038 -35.2194
3.68717 0.0876634 2.61656 0.0730244 1.17179 1.49221 0.000528471
-9.99372 -10.1701 -16.8421 -18.2336 -21.4508 -24.4329 -24.9469 -30.7014
3.34546 0.0217809 2.36953 0.0724202 2.64905 0.77893 0.00455789
-13.6356 -13.8115 -20.3564 -21.7287 -24.3887 -27.4037 -28.1259 -33.9314
3.56897 0.058329 0.962652 0.0854828 2.83945 1.44712 0.00314744
-15.7397 -15.9217 -19.2099 -20.5413 -21.8359 -24.8325 -24.8133 -30.8144
3.57804 0.0809622 1.85249 0.0467631 1.47122 0.976301 0.00517389
-17.3219 -17.4778 -20.8261 -21.9695 -23.2366 -25.9143 -26.0902 -31.8165
3.61262 0.0312914 1.10278 0.0655767 1.73385 1.41008 0.00525665
-20.5537 -20.6959 -21.9542 -22.9967 -23.418 -25.9979 -26.1956 -31.73
3.49205 0.0638974 1.11828 0.0518049 0.773445 1.38763 0.00543926
-17.8705 -18.0795 -22.5853 -23.7647 -24.9728 -27.4303 -27.5519 -33.0084
3.67689 0.0689495 2.99648 0.0297817 0.639836 0.951342 0.00387372
-19.8452 -19.9977 -23.3529 -24.361 -25.6545 -27.8977 -28.7683 -33.6407
3.26016 0.0333817 0.968096 0.0465815 1.95486 1.43341 0.00369105
-15.1944 -15.3431 -18.5837 -19.5631 -20.9185 -23.0598 -23.7778 -28.5504
3.31691 0.0396261 1.92224 0.0415373 1.76777 0.740085 0.00990516
-19.3227 -19.4802 -20.9891 -22.1882 -22.5533 -25.4749 -25.0241 -31.074
3.30035 0.0709506 1.1428 0.064796 0.786278 1.20133 0.00455794
-14.8971 -15.0866 -21.1454 -22.387 -25.0039 -27.2093 -28.8545 -33.1632
3.26307 0.0823756 2.60416 0.0324608 2.8977 0.883233 0.00387676
-9.43134 -9.61148 -15.6305 -17.0611 -19.9755 -23.1175 -23.4199 -29.3975
3.37458 0.0812481 2.4639 0.0692371 2.41571 0.681317 0.00544554
-12.9174 -13.0819 -17.0682 -18.3195 -19.929 -22.8143 -22.7102 -28.7005
3.53761 0.0302871 1.63206 0.0766117 1.82101 1.01912 0.00818238
-18.43 -18.6229 -22.1153 -23.3167 -24.7159 -27.1792 -28.0161 -33.0828
3.56404 0.0716697 2.21985 0.0217887 1.31262 0.979962 0.00408873
-19.8065 -20.0134 -23.8002 -25.4066 -27.1772 -30.7665 -31.5329 -37.8459
3.31136 0.0769476 1.66708 0.0354776 1.74349 1.46591 0.000961628
-10.1539 -10.3262 -14.9121 -16.2742 -18.222 -21.3289 -21.2078 -27.3053
3.39293 0.0761487 1.20776 0.0767021 1.99925 0.727863 0.00871525
-15.7631 -15.9617 -22.3289 -23.7461 -26.7477 -29.4805 -30.6085 -35.7594
3.27986 0.0743831 2.97219 0.0364931 2.46821 1.03958 0.0019014
-16.2627 -16.4186 -18.6725 -19.7272 -20.6461 -23.0559 -23.5062 -28.6872
3.31404 0.0818645 1.7005 0.0502401 1.17208 1.02011 0.00974212
-16.4914 -16.6432 -19.4634 -20.431 -21.5527 -23.7376 -24.3071 -29.24
3.37446 0.0527409 2.41576 0.0385526 1.43985 0.842602 0.00872722
-19.9802 -20.0745 -21.3004 -21.9129 -22.68 -24.3163 -25.3705 -29.5498
3.21648 0.0344862 1.87938 0.0257759 0.891756 0.776479 0.00855263
-17.8769 -18.0228 -19.3914 -20.4758 -20.8093 -23.503 -23.1208 -28.9452
3.3447 0.0702368 1.33726 0.0720146 0.697968 1.09345 0.00792488
-10.1125 -10.2877 -17.571 -18.8994 -22.2116 -24.8755 -25.9186 -31.1064
3.42207 0.0464088 1.80208 0.0689927 2.99632 0.835809 0.00537982
-12.8935 -13.0638 -17.276 -18.4972 -20.181 -22.9171 -23.0832 -28.8475
3.64291 0.0579087 2.64038 0.07077 1.8824 1.06666 0.00928159
-24.3261 -24.476 -25.9182 -26.9805 -27.4929 -30.0696 -30.4322 -35.9233
3.64044 0.0404224 1.26054 0.0270501 0.862479 1.42343 0.00228495
-14.8725 -15.0342 -18.5281 -19.7791 -21.109 -24.0692 -23.7225 -29.8728
3.55794 0.0331346 1.14746 0.0609348 1.63224 0.963375 0.0057927
-19.5992 -19.7671 -22.3083 -23.5258 -24.4816 -27.2954 -27.4371 -33.2251
3.53894 0.0548441 1.51364 0.0435928 1.32698 1.29155 0.00353944
-12.003 -12.1799 -18.2561 -19.3379 -21.7229 -23.6652 -25.1712 -29.3721
3.27508 0.0787816 2.90078 0.0518559 2.87538 0.879316 0.0094626
-15.5282 -15.6908 -20.0726 -21.35 -23.1245 -26.1183 -25.9715 -32.1108
3.68516 0.0372045 0.710204 0.0442739 1.94712 0.84874 0.0035302
-16.1473 -16.2985 -18.6639 -19.7243 -20.5661 -23.1061 -23.1145 -28.7223
3.55073 0.0508056 2.03432 0.0582107 1.2413 1.07048 0.0097235
-5.845 -6.01519 -13.0289 -14.4167 -17.9191 -21.0558 -21.4989 -27.5044
3.57938 0.0558074 1.1457 0.087752 2.78473 0.548955 0.0082583
-15.3063 -15.4545 -16.9388 -18.1322 -18.1954 -21.3018 -19.8237 -26.4941
3.69423 0.0291182 1.97125 0.0891259 0.802004 0.90788 0.00989921
-14.6144 -14.7758 -18.7881 -19.9745 -21.573 -24.2872 -24.448 -30.2173
3.60195 0.0204466 2.04011 0.0778777 1.89965 1.28185 0.00711193
-15.0423 -15.2102 -17.0289 -18.3156 -18.2119 -21.4776 -19.5824 -26.3497
3.45462 0.0569258 2.62665 0.0836444 0.666793 0.693029 0.00725683
-13.0822 -13.2612 -18.5677 -19.6892 -21.7989 -23.9553 -25.1991 -29.7823
3.2656 0.0799473 2.78297 0.0676961 2.51569 1.2413 0.00901954
-18.2433 -18.3995 -20.387 -21.5621 -22.1849 -24.9856 -24.7975 -30.5805
3.61639 0.0741365 1.06765 0.0299504 1.17477 0.652323 0.0052903
-16.4995 -16.6791 -19.6306 -21.0793 -21.6783 -25.253 -23.4408 -30.4097
3.28974 0.0428731 2.8262 0.046021 1.10595 0.588579 0.00186357
-19.7195 -19.8182 -20.8564 -21.5251 -22.2223 -23.9954 -25.1563 -29.4598
3.33263 0.0566357 1.34813 0.0251593 0.752828 0.974676 0.00975018
-16.6373 -16.796 -20.7183 -21.704 -23.0384 -25.1656 -26.4462 -30.9608
3.21069 0.0702228 1.08756 0.0539832 2.5899 1.40737 0.00713803
-20.1713 -20.3412 -21.7125 -23.0494 -23.1772 -26.4838 -25.5559 -32.2265
3.58347 0.072587 1.00612 0.0756228 0.698487 1.38825 0.00324843
-16.4075 -16.5752 -20.0681 -21.107 -22.3365 -24.5681 -25.7582 -30.5005
3.59207 0.0786846 1.78306 0.033919 2.79068 1.30786 0.0089528
-19.2005 -19.363 -20.8481 -22.0456 -22.3885 -25.2806 -24.914 -30.9218
3.56418 0.0773009 1.22173 0.0455432 0.713467 0.974514 0.00506489
-16.1356 -16.3125 -18.2256 -19.671 -19.742 -23.3669 -21.3543 -28.5182
3.33336 0.056078 1.78161 0.084053 0.807858 0.878849 0.00328422
-17.5847 -17.7434 -19.495 -20.5872 -21.0888 -23.7175 -23.5887 -29.2926
3.47485 0.076451 1.69158 0.0700548 0.640153 1.19176 0.00841663
-21.4232 -21.5084 -22.6048 -23.1601 -23.8212 -25.4555 -26.5212 -30.7807
3.20459 0.0240902 2.74587 0.0327319 0.606195 1.12079 0.00713145
-13.7814 -13.9611 -17.9264 -19.1217 -20.6033 -23.1902 -23.2958 -28.7591
3.54779 0.0816176 2.77199 0.0388047 1.54545 0.616993 0.00831558
-10.2425 -10.4199 -17.1225 -18.6957 -22.1599 -26.2262 -25.8394 -33.433
3.4162 0.0599623 1.09179 0.058522 2.55745 0.593366 0.000122259
-16.4013 -16.5833 -18.6979 -20.1561 -20.2996 -23.9597 -21.9134 -29.197
3.60518 0.062159 1.87149 0.0752084 0.800741 0.899101 0.0027937
-13.6211 -13.7782 -16.0087 -17.2381 -17.6294 -20.7314 -19.3172 -25.8451
3.68218 0.0404912 2.74778 0.0641189 1.01778 0.587754 0.00990772
-16.9777 -17.1177 -20.9691 -21.7297 -23.001 -24.7549 -26.0934 -30.3581
3.45114 0.0321982 1.56079 0.0340879 2.7919 1.09129 0.00876422
-16.7426 -16.9035 -19.5506 -20.7044 -21.4344 -24.1576 -23.5011 -29.2799
3.27713 0.0435189 2.80876 0.0393027 1.11623 0.559549 0.00555936
-8.86371 -9.03168 -14.8781 -16.1917 -18.8269 -21.7498 -22.1119 -27.966
3.69576 0.0552826 1.5231 0.0777868 2.47566 0.759975 0.00976958
-16.6572 -16.8373 -18.7467 -20.0754 -20.3345 -23.5518 -22.3763 -28.9977
3.59277 0.0850587 1.67122 0.0774564 0.639668 1.00629 0.00592945
-15.7938 -15.9574 -19.9631 -21.1268 -22.6023 -25.1825 -25.873 -31.1561
3.39746 0.0705865 0.837749 0.057914 2.13755 1.22031 0.00602069
-14.3434 -14.522 -21.5069 -23.0184 -26.7707 -30.4182 -30.5769 -37.5609
3.62277 0.0207075 2.36954 0.0828768 2.62851 1.44009 0.000685318
-18.8976 -19.0311 -20.7912 -21.727 -22.4475 -24.7427 -25.3937 -30.4824
3.61045 0.0606297 1.09426 0.0322401 1.40707 1.07877 0.0078327
-14.3322 -14.5165 -18.158 -19.4363 -20.8461 -23.6704 -23.7838 -29.605
3.60805 0.0861697 2.30234 0.0589751 1.51392 1.1043 0.00772269
-19.0579 -19.1842 -21.1175 -21.8103 -22.7088 -24.4384 -25.7971 -29.9959
3.26876 0.056177 2.25674 0.0215363 1.2674 1.49857 0.00985649
-18.6453 -18.7951 -22.0553 -23.1505 -24.3909 -26.9683 -27.0714 -32.6862
3.62911 0.0213753 0.887582 0.0342297 1.68657 0.907253 0.00378458
-15.4461 -15.6328 -19.2111 -20.8418 -22.0978 -26.2547 -24.704 -32.4803
3.40404 0.07394 1.17352 0.0593941 1.48206 0.901044 0.000309779
-18.0417 -18.184 -20.678 -21.4552 -22.4379 -24.2458 -25.1384 -29.5469
3.39842 0.0523238 2.69243 0.0237225 1.12804 0.674144 0.00865732
-16.2272 -16.3768 -20.39 -21.3491 -22.7862 -24.9506 -25.8115 -30.7416
3.58449 0.0228773 1.49612 0.0545208 2.29723 1.30141 0.00797934
-18.2989 -18.4344 -19.5087 -20.5854 -20.6746 -23.4456 -22.6725 -28.6678
3.37909 0.0755888 0.683337 0.0574902 0.713573 0.812991 0.00710987
-13.9872 -14.1647 -20.3622 -21.8149 -24.6865 -28.0298 -28.3242 -34.7107
3.51719 0.0447213 1.05389 0.0751041 2.51252 1.27941 0.00189263
-18.0482 -18.2117 -20.6828 -21.674 -22.6166 -24.8724 -25.6949 -30.6926
3.61603 0.0661502 2.07719 0.0379529 1.29513 1.47214 0.0084982
-16.9862 -17.1495 -20.3168 -21.4242 -22.6041 -25.0308 -26.1375 -31.0251
3.43954 0.0860015 1.24877 0.0347371 2.27431 1.12542 0.00681768
-11.4588 -11.6174 -17.1481 -18.2759 -20.588 -22.9597 -23.6815 -28.769
3.69867 0.0204985 2.85017 0.0482958 2.47358 0.62118 0.00997452
-18.0332 -18.1581 -19.9915 -20.8568 -21.5553 -23.6628 -23.7805 -28.6817
3.28902 0.0200035 2.59922 0.0311485 1.10137 0.500726 0.00844046
-19.2581 -19.3724 -21.0253 -21.7635 -22.5459 -24.4627 -25.3804 -30.0347
3.51751 0.0338819 1.95011 0.0308567 1.37566 1.15123 0.00924259
-15.1529 -15.3036 -19.2049 -20.0998 -21.7219 -23.5294 -24.8786 -28.9978
3.30297 0.0501285 1.93635 0.0324686 2.24633 0.671061 0.00988331
-13.1852 -13.3524 -18.7923 -19.9141 -22.0452 -24.2632 -25.5006 -30.1126
3.46337 0.0641684 1.735 0.0433035 2.72628 0.78735 0.00788411
-21.5353 -21.7505 -26.1596 -27.8509 -29.322 -33.4562 -31.7687 -39.5913
3.58162 0.0429779 2.61735 0.0396961 1.07656 1.34641 0.000113493
-14.1424 -14.2988 -19.3383 -20.3104 -22.0387 -24.1315 -25.1357 -29.945
3.6854 0.0308659 2.39543 0.052811 2.70492 1.12389 0.0097799
-14.0799 -14.2431 -18.1307 -19.2402 -20.7861 -23.2046 -23.7629 -28.9645
3.30523 0.0328382 2.93421 0.0869731 1.90157 1.31788 0.00986314
-14.2997 -14.4826 -18.3532 -19.7778 -21.4088 -24.6505 -24.6294 -30.869
3.4694 0.0897297 1.64429 0.0557206 1.75471 0.962319 0.00433659
-19.1584 -19.2878 -22.2676 -23.0258 -24.1663 -25.971 -27.1901 -31.5598
3.60795 0.0296563 1.49646 0.020981 2.32205 0.861877 0.00651047
-10.4044 -10.5856 -16.9861 -18.4445 -21.5681 -24.7822 -25.1542 -31.2199
3.27496 0.0490529 1.88822 0.0783712 2.54861 0.875729 0.00360627
-16.7568 -16.9272 -19.3294 -20.7536 -21.2253 -24.8291 -23.0418 -30.2297
3.49408 0.0268261 1.70036 0.0690827 1.06488 0.9467 0.00238326
-15.5966 -15.7763 -18.7119 -19.9934 -20.7601 -23.8222 -22.9622 -29.3923
3.59616 0.0652686 2.57824 0.0695534 1.03771 1.07463 0.0060833
-13.2448 -13.4184 -18.6 -19.7407 -21.7964 -24.1088 -25.0403 -29.977
3.36801 0.055531 2.97811 0.0747533 2.37958 1.25607 0.00843098
-14.5064 -14.6693 -18.2732 -19.5102 -20.9204 -23.7814 -23.5827 -29.5265
3.41032 0.0227766 1.28024 0.0639155 1.67331 0.952995 0.0063317
-15.9102 -16.0871 -18.4934 -19.7828 -20.3703 -23.4093 -22.4482 -28.6829
3.66159 0.080193 1.83963 0.0393731 0.93886 0.527469 0.00614273
-17.9842 -18.1182 -20.0507 -20.9824 -21.758 -24.0257 -24.7825 -29.7637
3.38126 0.0696366 0.88598 0.0562945 1.52524 1.45304 0.00941221
-20.269 -20.4563 -24.5216 -25.9772 -27.4291 -30.9635 -29.908 -36.9784
3.67778 0.0302299 2.97625 0.046727 1.41121 1.34004 0.000782834
-20.6552 -20.8265 -22.9928 -24.4449 -24.644 -28.3052 -26.1721 -33.2459
3.33468 0.0255233 1.3491 0.0303299 0.977967 0.50156 0.000725555
-20.2725 -20.4579 -25.5375 -27.1448 -29.3858 -33.3548 -33.0267 -40.3519
3.33161 0.0414411 1.0907 0.030732 2.11081 1.03079 0.000214891
-13.9617 -14.1643 -20.8539 -22.3409 -25.5355 -28.4658 -29.58 -35.0323
3.57273 0.0870155 2.9148 0.0458123 2.69795 1.15217 0.00249698
-24.0815 -24.2032 -25.651 -26.4481 -27.2184 -29.1865 -30.2772 -34.7808
3.2128 0.0362496 1.51961 0.0237134 0.981752 1.44149 0.00299382
-13.5507 -13.7253 -18.2818 -19.681 -21.6381 -24.8703 -24.5432 -30.8745
3.33969 0.0402861 1.52698 0.0593504 1.91332 0.827263 0.00351227
-14.5975 -14.7616 -16.3617 -17.6933 -17.6975 -21.0569 -19.2857 -26.113
3.47275 0.0722157 1.3343 0.0817246 0.791613 0.700507 0.0074227
-11.239 -11.4264 -19.3479 -20.9879 -25.6667 -29.8611 -30.3533 -38.1717
3.40243 0.0607534 2.47562 0.0824731 2.96269 1.13452 0.0000341102
-17.1492 -17.3124 -20.9634 -22.0969 -23.5966 -26.0538 -26.6744 -31.8307
3.21478 0.0386264 1.52814 0.0564976 1.85111 1.23578 0.00485431
-12.2731 -12.4396 -16.1514 -17.4631 -18.88 -21.9888 -21.7229 -28.0174
3.6949 0.0800558 1.07594 0.0767274 1.76504 0.97625 0.00905163
-13.4202 -13.6001 -17.4248 -19.0167 -20.3665 -24.4937 -22.8778 -30.6783
3.55085 0.0848435 0.777374 0.0693455 1.58006 0.849423 0.000323346
-17.0437 -17.221 -21.9368 -23.3454 -25.177 -28.3786 -28.8369 -34.8739
3.48646 0.0666499 1.05749 0.0452622 2.27245 1.16268 0.00211862
-18.8436 -18.9832 -21.6955 -22.561 -23.5829 -25.646 -26.6084 -31.3919
3.5996 0.0385086 1.84443 0.0359459 2.04835 1.36476 0.00729283
-21.7735 -21.9403 -25.6847 -26.653 -28.0678 -30.1163 -31.0792 -35.7099
3.27709 0.0336814 2.95824 0.0210536 1.6755 1.04962 0.00216605
-12.1288 -12.3075 -16.8761 -18.1566 -20.0983 -22.8452 -23.2684 -28.8551
3.42293 0.0795565 2.45004 0.0843514 2.00445 1.16333 0.00913965
-16.324 -16.5116 -19.0428 -20.4213 -20.6471 -24.0165 -22.2383 -29.1054
3.55046 0.070693 2.36796 0.0615425 0.699411 0.741486 0.00384488
-12.0249 -12.1978 -19.0458 -20.3507 -23.3565 -25.9999 -27.0223 -32.1914
3.48759 0.0494491 1.70684 0.0518419 2.90861 0.794006 0.00432579
-17.491 -17.6443 -21.3743 -22.2802 -23.5061 -25.51 -26.8308 -31.2687
3.35096 0.0588142 1.45077 0.0398417 2.86868 1.37257 0.00716109
-15.162 -15.3201 -20.1197 -21.0956 -22.7376 -24.8127 -25.9307 -30.565
3.36505 0.0467186 0.62813 0.0605499 2.61693 1.28099 0.00793792
-11.4071 -11.5752 -16.8761 -18.0496 -20.3046 -22.6887 -23.4723 -28.4539
3.38083 0.0450219 2.79663 0.0575537 2.35365 0.725242 0.00982491
-17.7911 -17.9797 -21.0859 -22.6209 -23.54 -27.2903 -25.8189 -33.0528
3.2145 0.0434095 2.38362 0.0893019 1.13294 1.3733 0.00134013
-18.1938 -18.3578 -21.4471 -22.2959 -23.4493 -25.3118 -26.5872 -30.9264
3.2851 0.0699241 2.5921 0.0264195 0.943111 1.39355 0.00764763
-18.7164 -18.8712 -21.1966 -22.1802 -23.2431 -25.4054 -26.5011 -31.1288
3.43135 0.0704219 1.61097 0.0218095 1.50919 0.886377 0.00639104
-19.7746 -19.9599 -22.3182 -23.9028 -24.2986 -28.2535 -26.6951 -34.1028
3.21106 0.0866956 0.643495 0.0425069 1.13969 0.872136 0.000631686
-14.5547 -14.7287 -18.0261 -19.2274 -20.3786 -23.1253 -23.0434 -28.862
3.43316 0.0680295 2.68617 0.0844137 1.35429 1.28653 0.00889699
-16.7139 -16.8847 -19.6342 -20.9173 -21.8799 -24.8329 -24.4007 -30.3295
3.37002 0.0714989 1.6012 0.0347366 1.27166 0.578281 0.00439009
-12.1169 -12.2911 -17.248 -18.5353 -20.5017 -23.3009 -23.9825 -29.5749
3.69319 0.0843396 1.60698 0.0881904 2.4566 1.33436 0.00943164
-11.9063 -12.0893 -16.3784 -17.949 -19.7087 -23.7064 -22.226 -29.8735
3.52763 0.054375 2.24166 0.0891681 1.65756 0.953792 0.000878161
-22.3252 -22.4544 -23.5134 -24.4921 -24.7309 -27.2952 -26.9954 -32.7872
3.64768 0.0353136 1.27594 0.0447496 0.628435 1.17876 0.00394168
-13.2077 -13.3772 -18.3677 -19.5129 -21.5276 -23.8661 -24.7663 -29.6955
3.23133 0.027854 1.33558 0.0869346 2.35775 1.2789 0.00848051
-12.8087 -12.9788 -17.9538 -19.3646 -21.5804 -25.0052 -24.4531 -31.2598
3.67161 0.0245199 0.703186 0.0688286 2.01384 0.947222 0.00290629
-14.3921 -14.5515 -18.1949 -19.3789 -20.8159 -23.4637 -23.4436 -28.9137
3.28612 0.0411857 0.658846 0.0427037 1.72007 0.55158 0.00682396
-12.4171 -12.5913 -17.5107 -18.9295 -21.1405 -24.4863 -24.1715 -30.7403
3.65217 0.0564933 1.92616 0.0595933 2.03155 0.816497 0.0036461
-14.0081 -14.1835 -17.9651 -19.1978 -20.6608 -23.3949 -23.4729 -29.1651
3.36429 0.0689764 2.65198 0.0672481 1.58998 1.05695 0.0077353
-18.701 -18.8512 -20.7308 -21.7776 -22.2136 -24.8208 -24.449 -30.2211
3.28362 0.0418638 2.58245 0.0861355 0.725531 1.36295 0.00635408
-17.6205 -17.7877 -19.6026 -20.8493 -21.4038 -24.373 -24.2495 -30.2826
3.53084 0.0887432 1.20866 0.0736456 0.989064 1.42233 0.00665906
-11.3194 -11.4877 -18.7113 -20.0095 -23.2453 -25.9911 -26.7898 -32.3018
3.68997 0.0294939 0.957498 0.058965 2.9464 0.851773 0.00427226
-17.403 -17.5568 -19.4574 -20.4936 -21.0075 -23.528 -23.2838 -28.9048
3.43013 0.0649917 2.02559 0.0567284 0.701247 0.946431 0.00837876
-16.1514 -16.316 -19.6166 -20.784 -22.0579 -24.7303 -24.9445 -30.6341
3.66872 0.0521579 1.97668 0.0571713 1.65499 1.22413 0.00682372
-13.9448 -14.1308 -19.7812 -21.0503 -23.3734 -25.9102 -26.8603 -32.0392
3.56022 0.0729897 2.71857 0.0655665 2.53224 1.3672 0.00562682
-12.6704 -12.8432 -16.7469 -18.1459 -19.6964 -23.0504 -22.4163 -29.0836
3.53326 0.0548698 1.24664 0.088446 1.7032 1.06457 0.00536611
-13.2149 -13.3941 -19.8807 -21.3739 -24.2687 -27.6962 -28.3161 -34.6322
3.59926 0.0688783 1.3572 0.0610131 2.77096 1.0927 0.00203998
-16.1267 -16.2814 -19.6193 -20.578 -21.9183 -24.0091 -24.9415 -29.6354
3.22094 0.0459239 2.59755 0.0595981 1.80968 1.28213 0.0090608
-20.6575 -20.8386 -24.2065 -25.7999 -26.9044 -31.0334 -29.1551 -37.0309
3.53229 0.0270064 1.2063 0.0437551 1.33944 1.11331 0.0000927002
-8.85254 -9.03653 -16.0635 -17.6462 -21.4472 -25.3127 -25.5224 -32.6469
3.39268 0.0837094 2.0942 0.0807947 2.72169 0.798387 0.00111496
-6.88329 -7.05693 -14.1689 -15.566 -19.1446 -22.1656 -22.823 -28.5158
3.45753 0.0686886 2.28946 0.0744299 2.82159 0.518563 0.00714898
-17.8613 -18.0126 -20.9535 -21.9716 -23.1798 -25.4662 -26.104 -31.1169
3.5234 0.0468103 1.68849 0.0295831 1.68486 0.803464 0.0059137
-14.5835 -14.7709 -20.6806 -22.1202 -24.9102 -27.9891 -28.4174 -34.3233
3.23114 0.0474081 2.97707 0.0837421 2.29865 1.41225 0.00227447
-16.0427 -16.214 -20.8019 -22.0016 -23.7682 -26.307 -27.242 -32.4016
3.60959 0.0615302 1.67554 0.0422158 2.46357 1.1313 0.00504275
-15.6757 -15.8447 -19.1573 -20.1686 -21.3538 -23.5505 -24.0941 -28.9978
3.22931 0.0785804 2.76257 0.0414057 1.20358 0.860935 0.00872085
-11.2846 -11.4685 -17.9776 -19.5669 -22.9121 -26.8414 -26.4996 -33.8035
3.24259 0.0383914 1.11808 0.0712677 2.46514 0.840024 0.000646619
-12.7859 -12.9558 -16.6753 -18.0838 -19.4706 -22.9627 -21.8235 -28.8105
3.66028 0.033115 1.91225 0.0750134 1.56612 0.87515 0.00413742
-17.0646 -17.2304 -21.2257 -22.0583 -23.236 -25.1148 -26.2817 -30.8199
3.66029 0.0552679 2.97269 0.0271315 2.92229 1.30015 0.00881465
-17.2116 -17.3645 -20.8562 -21.6497 -22.8175 -24.6193 -25.9252 -30.2793
3.59791 0.0544655 2.47909 0.0233639 2.90873 1.10366 0.00947235
-16.0722 -16.2495 -21.2346 -22.5964 -24.7761 -27.8264 -27.8522 -33.9494
3.42833 0.0328205 2.86511 0.056111 2.0186 1.15104 0.00234694
-12.3982 -12.5829 -17.5361 -18.9488 -21.1508 -24.3295 -24.3329 -30.6218
3.63968 0.0772852 2.51501 0.0778029 2.00581 1.14497 0.00510963
-13.0943 -13.263 -17.1252 -18.4302 -19.9881 -23.0127 -22.8003 -28.9466
3.5797 0.0604609 1.65878 0.0650006 1.75562 0.90204 0.00707772
-17.672 -17.8852 -22.8601 -24.4221 -26.2823 -29.7818 -29.2317 -35.9561
3.34117 0.0740391 2.8248 0.0586347 1.14589 1.47848 0.00116028
-10.8774 -11.0669 -17.5172 -19.0379 -22.3267 -25.7217 -26.084 -32.4352
3.34364 0.0813684 2.77508 0.0882876 2.48621 1.10954 0.00270318
-19.9136 -20.0797 -23.0995 -24.4368 -25.4798 -28.7421 -28.0415 -34.6604
3.57167 0.0329108 0.921558 0.0531061 1.40278 1.31181 0.00177564
-13.1438 -13.3219 -18.8714 -20.1229 -22.5781 -25.0418 -25.9693 -30.9127
3.28494 0.0660055 2.63557 0.0461576 2.39232 0.760345 0.00547407
-12.4069 -12.5771 -17.5537 -18.7048 -20.7466 -23.121 -23.9257 -28.976
3.56168 0.0649461 2.64741 0.0524911 2.29735 0.845135 0.00985495
-10.0386 -10.2173 -14.0265 -15.4901 -16.7935 -20.4001 -18.9652 -25.984
3.47806 0.0726862 2.79188 0.0807729 1.49166 0.604464 0.00514224
-13.1782 -13.3447 -19.587 -20.704 -23.3266 -25.4217 -26.6425 -31.077
3.51415 0.0430515 2.96543 0.0329146 2.75045 0.508884 0.0061085
-12.6645 -12.8337 -19.026 -20.1296 -22.6371 -24.6932 -25.9818 -30.3978
3.34794 0.0395032 2.92356 0.0460022 2.78927 0.738499 0.00706478
-17.212 -17.4141 -22.2678 -23.8784 -26.1525 -29.9275 -29.5641 -36.6583
3.59601 0.0638411 2.34634 0.0476014 1.75011 1.25312 0.000800804
-19.135 -19.2611 -21.0023 -21.8787 -22.5933 -24.786 -25.6072 -30.5281
3.5644 0.0617473 0.902296 0.0322371 1.5927 1.18886 0.00816155
-15.8912 -16.0556 -21.8585 -23.0226 -24.8893 -27.4388 -28.2858 -33.5487
3.68604 0.0586452 0.676948 0.0452969 2.89768 1.16243 0.00398863
-22.631 -22.7632 -24.4825 -25.402 -26.0402 -28.3311 -29.1836 -34.2007
3.65187 0.0463729 0.96868 0.0217994 1.85016 1.4312 0.00384577
-15.2578 -15.4189 -20.9112 -21.9227 -23.7283 -25.882 -26.8759 -31.7539
3.65294 0.0285848 2.21374 0.061311 2.88286 1.40751 0.00678322
-21.3199 -21.5244 -25.9537 -27.6073 -29.7056 -33.4738 -34.3812 -40.9294
3.30819 0.0594366 1.64399 0.0301707 2.1577 1.46298 0.000429884
-17.3228 -17.4768 -19.558 -20.7229 -21.13 -24.025 -22.9518 -29.1387
3.47273 0.0331769 2.53836 0.0448025 0.957918 0.633401 0.00540376
-17.4037 -17.5765 -20.9809 -22.3299 -23.6435 -26.8205 -26.5859 -32.9612
3.67106 0.0525244 1.43485 0.061713 1.60684 1.34933 0.00321475
-19.6424 -19.7447 -21.2784 -21.969 -22.6719 -24.5613 -25.593 -30.1864
3.51476 0.0359963 0.855882 0.0326289 1.8088 1.40577 0.00969722
-21.0248 -21.1738 -22.9039 -24.0571 -24.4955 -27.313 -26.9321 -32.7698
3.44788 0.0643316 0.705867 0.0253572 1.08187 0.654519 0.00286149
-17.5711 -17.7325 -21.2236 -22.3975 -23.7782 -26.4322 -26.7882 -32.3223
3.5738 0.0470747 1.4172 0.0369552 1.81432 0.953923 0.00423925
-15.761 -15.9477 -18.1593 -19.7637 -19.7498 -23.8724 -21.0832 -28.8608
3.42155 0.0495655 2.01511 0.0740355 0.864286 0.726209 0.00012111
-17.5585 -17.7565 -21.8404 -23.1221 -24.6635 -27.3612 -27.8421 -33.4089
3.69897 0.0669217 2.52609 0.0400442 1.54059 1.36471 0.00398801
-16.7243 -16.9328 -22.502 -23.8713 -26.3858 -28.9273 -30.2041 -35.0338
3.29071 0.0869869 2.81262 0.0220048 1.9007 0.936052 0.0023508
-14.3526 -14.5123 -19.8044 -20.8192 -22.8383 -24.8726 -26.0471 -30.5732
3.42239 0.0256173 1.58098 0.0433957 2.62467 0.857039 0.00720599
-11.6795 -11.853 -17.4588 -18.9436 -21.629 -25.3079 -24.6504 -31.7366
3.52935 0.0208106 0.989802 0.0613212 2.17271 0.723162 0.00147244
-12.4774 -12.6481 -18.4722 -19.6796 -22.1434 -24.5641 -25.5066 -30.486
3.37052 0.0393069 1.94493 0.0584211 2.58392 0.890937 0.00655767
-13.4356 -13.6168 -16.8344 -18.3706 -19.3171 -23.1551 -21.3953 -28.7579
3.26725 0.0244798 2.59145 0.0894075 1.32473 0.903773 0.00218026
-16.2093 -16.3899 -21.8019 -22.9373 -25.1506 -27.2076 -28.8545 -33.0223
3.32997 0.0696039 2.31047 0.0251797 2.8969 0.785013 0.00410963
-15.8762 -16.0567 -22.1742 -23.3191 -25.5559 -27.7619 -28.9571 -33.6871
3.44734 0.0515039 2.87995 0.0575722 2.92074 1.4814 0.00414644
-16.968 -17.1137 -18.7355 -19.8997 -20.153 -23.144 -22.0061 -28.4507
3.6047 0.027663 1.32135 0.0686534 0.897568 0.937839 0.00703725
-18.4574 -18.6431 -20.8364 -22.2239 -22.9372 -26.1574 -26.0703 -32.3332
3.61655 0.0870474 1.31739 0.0533851 1.08032 1.3685 0.00397456
-19.192 -19.3047 -20.5202 -21.3586 -21.8853 -24.0683 -24.4398 -29.4951
3.30075 0.0536821 0.648959 0.0465663 0.964857 1.05991 0.00840286
-17.4044 -17.5793 -23.1217 -24.579 -26.4414 -29.88 -30.2978 -36.6247
3.62535 0.0757706 0.701996 0.0315283 2.6542 0.928839 0.00131482
-11.6903 -11.8603 -18.3161 -19.459 -22.0585 -24.1564 -25.5684 -29.8308
3.2317 0.0541999 1.09803 0.0460785 2.91097 0.59811 0.00750194
-15.2485 -15.4127 -19.201 -20.3977 -21.9279 -24.6194 -24.7802 -30.4314
3.46475 0.0394953 2.0583 0.0546961 1.78032 0.991847 0.00599512
-17.2395 -17.4209 -20.1846 -21.6873 -22.3655 -26.121 -24.3759 -31.7153
3.39016 0.0378069 2.13258 0.0782698 1.09724 1.15483 0.00154007
-12.8918 -13.0612 -15.0618 -16.4966 -16.5728 -20.2149 -17.9961 -25.0983
3.47018 0.0617373 1.26959 0.0767676 0.940521 0.502112 0.00478899
-20.7882 -20.8765 -21.7468 -22.3955 -22.9816 -24.7728 -25.6223 -30.0734
3.34271 0.0412258 1.10493 0.0260611 0.745365 0.795947 0.00774892
-20.0413 -20.1891 -21.7258 -22.7026 -23.431 -25.7052 -26.7831 -31.5577
3.3738 0.0779539 1.34715 0.0257782 0.82304 1.40139 0.00644194
-23.0332 -23.1941 -25.468 -26.689 -27.4323 -30.3616 -29.9609 -36.0568
3.465 0.0311696 1.3684 0.0302498 1.15581 1.09356 0.00146908
-15.5283 -15.7061 -17.5454 -19.0306 -19.0643 -22.8172 -20.7053 -28.0394
3.48058 0.0753297 1.23136 0.0815904 0.842613 0.826598 0.00296113
-12.5043 -12.6818 -17.369 -18.7659 -20.8298 -23.9644 -23.8793 -29.9622
3.27157 0.0609609 1.85239 0.0608425 1.97848 0.76713 0.00460795
-13.663 -13.835 -16.3722 -17.8549 -18.2088 -22.0349 -19.671 -27.078
3.6043 0.0339205 2.17971 0.065467 1.07217 0.54493 0.00143904
-10.8081 -10.9804 -13.8884 -15.352 -16.0569 -19.7396 -17.8359 -24.9536
3.41905 0.0416089 1.72464 0.082568 1.25884 0.526188 0.00471858
-8.46509 -8.63759 -13.047 -14.4832 -16.2999 -19.7816 -18.8157 -25.5626
3.40896 0.0263589 1.15554 0.0874074 1.81812 0.56244 0.00701503
-16.4103 -16.5507 -18.3364 -19.3969 -19.9107 -22.5549 -22.0705 -27.8925
3.34194 0.0205486 2.10613 0.0682613 1.01412 0.955385 0.00943098
-12.6451 -12.8234 -17.8415 -18.9707 -21.0212 -23.2256 -24.3111 -28.9942
3.29175 0.0851537 2.90732 0.0562236 2.25491 0.974383 0.00983093
-7.47022 -7.65373 -15.1552 -16.7155 -20.653 -24.34 -24.8762 -31.5488
3.27685 0.0897055 1.61451 0.0871206 2.93746 0.709949 0.00203097
-18.6992 -18.8524 -22.0122 -22.962 -24.3122 -26.3352 -27.2562 -31.7937
3.20276 0.0417484 2.34149 0.0272217 1.65589 0.784906 0.00475453
-16.2044 -16.3683 -18.2665 -19.6288 -19.8585 -23.3424 -21.6943 -28.7979
3.69694 0.0565685 0.865157 0.087703 0.952072 1.08551 0.00459301
-13.2967 -13.4673 -17.4836 -18.825 -20.4284 -23.4907 -23.0315 -29.0813
3.20217 0.0274245 1.16857 0.0531044 1.74115 0.599708 0.005041
-12.4379 -12.6133 -18.5325 -19.9407 -22.674 -25.781 -26.0731 -31.9421
3.28362 0.0499596 1.20036 0.0466894 2.42125 0.590886 0.00296213
-12.3047 -12.4789 -17.464 -18.6831 -20.8651 -23.3118 -24.106 -29.0664
3.23833 0.0696058 2.43248 0.052098 2.21168 0.717181 0.00800235
-12.0569 -12.2296 -18.6954 -20.1669 -23.3781 -26.9452 -26.8122 -33.6132
3.53974 0.0374413 0.788791 0.0509968 2.49835 0.675814 0.00131772
-16.0245 -16.2126 -21.949 -23.5296 -26.4342 -30.2737 -29.949 -37.1834
3.58656 0.0506608 2.40843 0.0409679 2.17402 0.949023 0.000491246
-13.7378 -13.915 -19.904 -21.1986 -23.7282 -26.3766 -27.3282 -32.58
3.4348 0.0547477 1.92334 0.0694929 2.68592 1.26058 0.00445761
-17.5573 -17.7355 -21.1549 -22.6373 -23.6987 -27.4281 -25.7749 -33.091
3.5439 0.0298659 2.59828 0.0467629 1.32406 0.860226 0.000953984
-16.5806 -16.7628 -19.8414 -20.8613 -21.8556 -24.1033 -24.7702 -29.8343
3.65186 0.080797 2.48578 0.0402862 0.735029 1.26232 0.0098104
-12.8493 -13.0075 -18.3219 -19.4062 -21.3568 -23.678 -24.5665 -29.565
3.67867 0.0561908 0.730032 0.0487897 2.61716 0.834624 0.0092732
-16.5132 -16.6613 -18.2362 -19.4247 -19.5469 -22.5295 -21.1303 -27.3566
3.27547 0.0211689 1.22016 0.0530545 0.862147 0.510988 0.0066882
-18.0713 -18.2219 -20.4411 -21.4419 -22.3621 -24.6724 -25.2445 -30.3027
3.25308 0.0611998 1.84216 0.0526649 1.16285 1.27076 0.00729433
-12.2328 -12.409 -19.0214 -20.3066 -23.1973 -25.7122 -26.7174 -31.6911
3.22177 0.0323716 0.936641 0.0589734 2.76263 0.847475 0.00454435
-19.8891 -20.0615 -22.1034 -23.5775 -23.691 -27.4406 -25.212 -32.4883
3.33417 0.0241554 1.10454 0.0417895 0.93479 0.67298 0.000834234
-18.8613 -19.0383 -25.1388 -26.486 -29.0017 -31.8561 -32.6569 -38.1577
3.32918 0.0326851 1.00346 0.0398382 2.63799 1.23982 0.00110113
-21.6719 -21.8603 -28.4589 -30.1169 -33.5302 -37.6447 -38.122 -45.5991
3.44905 0.0287724 1.66634 0.0348746 2.63211 1.47868 0.0000743848
-13.2915 -13.4686 -15.7814 -17.2824 -17.4718 -21.2828 -18.958 -26.3096
3.35414 0.0372602 2.55197 0.0852887 0.990965 0.653919 0.00282684
-21.2271 -21.4327 -24.891 -26.5572 -28.016 -31.9015 -32.4314 -39.2641
3.32624 0.0720923 1.34986 0.0272951 1.80409 1.29698 0.000526498
-11.3228 -11.5062 -17.8623 -19.277 -22.2948 -25.2558 -25.9801 -31.62
3.2709 0.0608825 2.2259 0.0872305 2.60645 1.12116 0.00430684
-7.7265 -7.89968 -14.6012 -15.9545 -19.045 -21.9055 -22.7219 -28.1863
3.49276 0.0832727 1.55388 0.0769516 2.80954 0.656787 0.00930807
-17.6948 -17.8821 -21.9052 -23.4262 -25.1536 -28.675 -28.5827 -35.0415
3.49243 0.0707935 1.53246 0.0233272 1.83007 0.558198 0.00124289
-17.873 -18.0445 -22.4656 -23.7089 -25.1561 -27.8978 -28.7858 -34.1393
3.51793 0.0660782 1.08945 0.0485664 2.59198 1.47287 0.00344092
-9.78296 -9.95195 -16.4262 -17.6944 -20.5788 -23.2501 -23.9447 -29.4095
3.63484 0.029298 2.58935 0.0755565 2.70898 0.872558 0.00818837
-20.2942 -20.4131 -22.2091 -22.9747 -23.8268 -25.7464 -26.8081 -31.3422
3.33405 0.0356724 1.57721 0.0351856 1.55533 1.40492 0.0068928
-11.9649 -12.1489 -18.6089 -19.9711 -22.8943 -25.663 -26.5526 -31.9936
3.66117 0.077543 2.72731 0.056963 2.72137 0.97937 0.00490515
-15.8898 -16.0519 -18.1353 -19.482 -19.7875 -23.2003 -21.5073 -28.4242
3.48606 0.034448 0.806244 0.0661817 1.01013 0.769944 0.00419147
-5.78571 -5.95715 -13.2633 -14.6694 -18.2956 -21.4648 -22.1133 -28.0974
3.63483 0.0830383 1.46108 0.089039 2.93906 0.599386 0.00785652
-17.2399 -17.4279 -21.1171 -22.7365 -24.1288 -28.1718 -27.1942 -34.729
3.44577 0.0732531 1.16292 0.0468961 1.60071 0.985999 0.000572939
-19.4308 -19.5827 -21.7346 -22.6721 -23.7323 -25.7806 -27.0324 -31.4339
3.23197 0.0735771 1.66461 0.020836 1.14018 0.946146 0.00574032
-11.2863 -11.4656 -18.7866 -20.1637 -23.7099 -26.4104 -27.4867 -32.5446
3.25152 0.0533213 2.64733 0.0481255 2.92334 0.60215 0.00335947
-13.3423 -13.5243 -20.3135 -21.6641 -24.6596 -27.3456 -28.4299 -33.6108
3.26764 0.0478303 1.91449 0.0808011 2.87471 1.32716 0.00334383
-20.627 -20.8128 -23.912 -25.3082 -26.4845 -29.6025 -30.3416 -36.1094
3.46313 0.0686063 1.26307 0.0347165 1.92443 1.49898 0.00193158
-18.9024 -19.0753 -22.7426 -23.8537 -25.1481 -27.6069 -27.8505 -33.2116
3.44378 0.0428088 2.97371 0.0294351 1.46089 0.890052 0.00329327
-19.4779 -19.6504 -22.0047 -23.4242 -23.9298 -27.4263 -25.9254 -32.8078
3.22542 0.0354815 1.2099 0.0444035 1.07568 0.819035 0.00147404
-10.569 -10.7396 -14.6805 -16.1109 -17.623 -21.1718 -19.9784 -26.9662
3.59508 0.0416669 1.70514 0.0785513 1.64204 0.678389 0.00498508
-14.7949 -14.9611 -19.069 -20.2736 -21.9783 -24.6014 -24.8941 -30.3394
3.26641 0.0268493 2.03927 0.0556638 1.89062 0.920243 0.0057598
-19.4093 -19.5341 -20.9425 -21.8672 -22.4046 -24.7751 -25.1275 -30.4499
3.54875 0.0549087 0.844669 0.0492176 1.12578 1.3272 0.00776702
-10.2297 -10.4041 -16.5619 -17.8187 -20.5703 -23.0374 -23.9453 -28.8877
3.27977 0.0505336 2.87585 0.0620329 2.58825 0.676425 0.00835909
-16.1518 -16.3153 -21.8963 -22.8953 -24.8358 -26.8127 -28.1759 -32.529
3.30621 0.0368551 1.09013 0.0393591 2.89158 1.00159 0.00474345
-10.7323 -10.9141 -17.4367 -18.9333 -22.2263 -25.6486 -25.8123 -32.2653
3.32124 0.0414231 2.31359 0.0788994 2.53044 0.920064 0.00239757
-19.1075 -19.265 -21.7853 -22.9788 -23.8085 -26.6649 -26.1408 -32.1659
3.30176 0.0206144 2.09856 0.0471734 1.22718 0.998944 0.00325453
-7.16162 -7.33592 -14.3456 -15.7806 -19.384 -22.6723 -22.948 -29.2202
3.48834 0.0344091 2.93366 0.084042 2.71656 0.630851 0.00474746
-20.0091 -20.1957 -26.0075 -27.6592 -30.62 -34.8348 -34.6849 -42.518
3.54504 0.0341495 1.52022 0.0466871 2.28219 1.49903 0.0000756628
-12.6833 -12.872 -19.0057 -20.3748 -23.097 -25.8636 -26.7959 -32.2088
3.55101 0.0817375 2.64185 0.0806596 2.64503 1.39421 0.00508248
-19.95 -20.0581 -21.0721 -21.8881 -22.331 -24.4986 -24.9966 -30.0021
3.65751 0.0682229 0.662746 0.0247876 0.993729 0.7797 0.00818959
-15.8765 -16.0707 -20.6281 -21.7107 -23.3817 -25.4868 -26.7594 -31.3255
3.42773 0.0884949 2.82377 0.0326293 2.0168 1.41663 0.00721171
-16.7663 -16.9473 -20.8597 -22.0003 -23.4693 -25.9035 -26.5783 -31.8013
3.56033 0.0637002 2.61803 0.0505756 1.73417 1.41592 0.00596989
-15.6338 -15.8105 -19.1349 -20.6083 -21.7484 -25.3624 -24.5245 -31.5063
3.54654 0.0812524 0.930018 0.0603862 1.52952 1.01228 0.00252928
-14.8794 -15.0545 -18.6547 -19.9299 -21.3259 -24.2019 -24.0122 -29.9077
3.52621 0.0680847 2.23286 0.042354 1.53539 0.713921 0.00563738
-13.9154 -14.0885 -19.6894 -20.9411 -23.3545 -25.9349 -26.6837 -31.9448
3.38211 0.0370653 2.31192 0.0583311 2.4382 1.03355 0.00463054
-14.1884 -14.3477 -18.7997 -19.8113 -21.4815 -23.601 -24.6935 -29.3366
3.28831 0.04697 1.03124 0.0637801 2.39271 1.16381 0.0097756
-18.672 -18.8131 -21.8345 -22.6656 -23.6303 -25.6052 -26.8505 -31.3388
3.43023 0.0541709 1.3259 0.0325984 2.94018 1.42886 0.00735985
-13.4081 -13.5653 -16.7331 -17.9443 -19.0814 -21.9654 -21.5845 -27.6117
3.54161 0.0598053 0.668807 0.0615695 1.55046 0.777421 0.00936613
-14.0372 -14.2124 -17.0962 -18.3746 -19.0982 -22.1784 -21.1579 -27.5946
3.54669 0.0694529 2.66928 0.0677956 1.08134 0.829894 0.00785645
-14.2538 -14.4145 -17.4653 -18.6643 -19.8096 -22.5681 -22.3985 -28.141
3.24061 0.0422785 1.07945 0.0661609 1.50456 0.878339 0.00842294
-18.2064 -18.3742 -20.442 -21.7646 -22.1963 -25.4353 -24.2497 -30.8463
3.21391 0.0365488 1.9202 0.0789214 0.926614 1.16428 0.00345146
-17.659 -17.8221 -20.2261 -21.2563 -21.7893 -24.3253 -23.98 -29.7448
3.62064 0.0532628 2.73871 0.0533909 0.753828 1.02964 0.00743015
-19.2031 -19.3529 -21.315 -22.2612 -22.9756 -25.2436 -25.7194 -30.8527
3.44738 0.0573805 2.00452 0.0479759 0.745958 1.30461 0.00700689
-18.2776 -18.4985 -22.5739 -24.1885 -25.841 -29.3666 -29.2668 -35.7874
3.51076 0.0837739 2.14416 0.0293448 0.980922 1.03994 0.0013213
-14.3833 -14.5527 -18.4106 -19.5438 -21.1255 -23.4861 -24.5751 -29.4035
3.43541 0.0898623 1.7027 0.0433821 2.21074 0.962496 0.00936704
-10.5522 -10.7266 -17.038 -18.3543 -21.1095 -23.8238 -24.7516 -30.0218
3.44216 0.0711964 1.59822 0.0656414 2.75014 0.827088 0.00686103
-14.9678 -15.1301 -20.9713 -22.0173 -24.2562 -26.2279 -27.6478 -31.8095
3.33504 0.043249 1.02878 0.0292989 2.82431 0.556048 0.00507115
-13.6282 -13.8016 -17.3432 -18.7468 -20.0696 -23.4451 -22.8743 -29.5408
3.56404 0.0778174 1.04207 0.0857556 1.62681 1.14817 0.00523492
-18.896 -19.017 -20.1512 -21.0647 -21.5077 -23.8532 -24.2239 -29.4286
3.31271 0.0821455 0.659899 0.0575464 0.934908 1.27055 0.00890343
-10.3277 -10.4986 -16.3634 -17.6577 -20.3323 -23.0495 -23.6446 -29.0364
3.46734 0.0555479 2.26247 0.0573342 2.46737 0.619578 0.0076167
-8.6378 -8.80923 -13.9103 -15.378 -17.6911 -21.3593 -20.4975 -27.5753
3.60654 0.0534251 1.0106 0.0798655 2.03693 0.603532 0.00333721
-16.3428 -16.5211 -20.5488 -21.7836 -23.5831 -26.102 -26.9974 -31.9574
3.2568 0.0761247 1.95337 0.0306863 1.93431 0.7448 0.00423981
-17.6682 -17.8233 -20.6766 -21.5005 -22.4398 -24.3858 -25.3003 -29.9163
3.27323 0.0631664 2.92058 0.0497026 0.901216 1.45908 0.00926542
-17.3453 -17.4993 -20.7717 -21.7486 -23.0197 -25.1969 -25.7337 -30.6728
3.68474 0.0413173 2.59563 0.0240057 1.64902 0.576926 0.00660458
-20.3952 -20.5187 -22.0003 -22.9037 -23.4989 -25.772 -26.1189 -31.2447
3.31307 0.0527481 0.667063 0.0356049 1.09515 0.985414 0.00541283
-16.5917 -16.778 -20.0386 -21.3004 -22.3736 -25.1817 -24.8499 -30.6813
3.5867 0.0741345 2.30985 0.0312511 1.12327 0.624841 0.00480525
-20.2649 -20.4145 -22.539 -23.4935 -24.3988 -26.6076 -27.4474 -32.3195
3.34453 0.0530844 1.8326 0.0388557 1.15781 1.46043 0.00525572
-17.314 -17.5 -20.13 -21.6535 -22.3876 -26.1208 -24.94 -32.1254
3.69578 0.0789026 1.2647 0.047957 1.19143 0.935061 0.00191568
-14.9817 -15.1692 -19.2991 -20.6367 -22.2937 -25.2488 -25.3273 -31.3137
3.53662 0.0730589 2.52027 0.0785943 1.6377 1.42744 0.00521181
-14.3929 -14.5714 -19.1969 -20.6141 -22.6032 -25.842 -25.4858 -31.8136
3.22263 0.0275337 2.72713 0.0617524 1.88139 0.929017 0.00282797
-13.701 -13.8759 -19.2972 -20.693 -22.8584 -25.9156 -26.7521 -32.3481
3.69056 0.0884814 1.34524 0.0327413 2.66859 0.611222 0.00401548
-10.4758 -10.6537 -16.5906 -18.0117 -20.6989 -23.873 -24.115 -30.1829
3.31122 0.0742358 0.618376 0.0791346 2.43041 0.867363 0.00468975
-20.1097 -20.2685 -23.1289 -24.0525 -25.1231 -27.2152 -27.9714 -32.8159
3.61617 0.0419343 2.52428 0.020365 1.39011 0.891394 0.00449116
-16.9905 -17.1704 -18.7753 -20.3475 -20.0069 -24.0605 -21.213 -28.9281
3.34161 0.0238654 1.22187 0.0852403 0.757406 0.816783 0.00068318
-18.3588 -18.5263 -20.7363 -21.8463 -22.767 -25.2322 -26.2258 -31.2392
3.61341 0.0836008 1.45268 0.0227982 1.65622 1.13156 0.00691781
-12.8255 -13.0109 -18.053 -19.6401 -21.896 -25.844 -24.6974 -32.0809
3.2263 0.0474207 2.6964 0.0576348 1.89892 0.690639 0.000676286
-18.294 -18.4768 -22.893 -24.2724 -26.0449 -29.0305 -29.9318 -35.4757
3.336 0.0668719 1.37931 0.0443047 2.32332 1.36666 0.00212592
-17.1334 -17.2764 -19.5559 -20.6038 -21.4008 -23.9753 -23.837 -29.5579
3.5596 0.0233345 2.01683 0.0568639 1.27439 1.08474 0.00777548
-19.9459 -20.1108 -22.6838 -24.0709 -24.6381 -28.1297 -26.4252 -33.3329
3.50374 0.0243915 1.02555 0.0289262 1.16408 0.53666 0.00105471
-17.6578 -17.8428 -21.3583 -22.7366 -23.8498 -27.0458 -26.1166 -32.4815
3.3419 0.0564463 2.4974 0.0320244 1.23397 0.608865 0.00209622
-16.0583 -16.2038 -18.1934 -19.3305 -19.8582 -22.7307 -21.9548 -28.1943
3.61319 0.0204701 1.38211 0.0708879 1.08787 1.00913 0.0085968
-16.6528 -16.8057 -20.3554 -21.3874 -22.7964 -25.1063 -25.6033 -30.7374
3.58422 0.0319109 2.42517 0.0336783 1.81795 0.765853 0.00630027
-11.5457 -11.7228 -19.2745 -20.7113 -24.365 -27.5477 -28.2618 -34.307
3.52417 0.039538 1.10617 0.0801043 2.97593 1.13686 0.00227778
-9.1798 -9.35251 -16.0966 -17.3956 -20.4499 -23.1426 -23.9186 -29.3277
3.48553 0.0208769 1.14259 0.0885042 2.78766 0.927058 0.00802325
-15.307 -15.4892 -20.2651 -21.5819 -23.6802 -26.4094 -27.2464 -32.5642
3.47326 0.0731836 2.03885 0.0391669 2.24027 0.929748 0.00403962
-21.621 -21.7609 -23.5992 -24.5519 -25.3839 -27.6248 -28.3828 -33.2754
3.26854 0.0476596 1.35355 0.0289829 1.21009 1.15758 0.00372811
-12.8276 -13.0098 -18.6474 -20.1223 -22.8266 -26.1987 -26.1861 -32.6478
3.36067 0.0465065 2.32217 0.0780141 2.23152 1.10912 0.00248093
-18.3912 -18.5825 -21.9571 -23.3819 -24.6929 -27.7856 -28.7853 -34.3328
3.53772 0.0891448 1.36257 0.0220208 2.25343 0.967406 0.00278429
-14.2196 -14.392 -18.1188 -19.2932 -20.8044 -23.3409 -23.7401 -29.0778
3.60876 0.0766149 2.26153 0.0390344 1.71861 0.711693 0.00868285
-12.7732 -12.9346 -17.6359 -18.8517 -20.8391 -23.5112 -23.8233 -29.2688
3.54109 0.0472849 1.19028 0.0424991 2.12109 0.537636 0.00718682
-17.63 -17.7809 -19.2313 -20.3998 -20.3585 -23.3519 -21.8705 -28.258
3.36137 0.0350272 2.41548 0.063215 0.659716 0.695273 0.00586401
-16.0215 -16.168 -19.1937 -20.2416 -21.3895 -23.8409 -24.1944 -29.5359
3.68635 0.052111 1.00559 0.0367878 1.72932 0.759646 0.00830735
-20.6356 -20.8116 -26.5721 -27.8919 -29.8329 -32.6982 -33.5941 -39.0329
3.34839 0.0452971 0.764664 0.0323768 2.79335 1.30172 0.000959865
-19.9339 -20.0338 -20.9971 -21.7557 -22.1831 -24.3108 -24.6635 -29.819
3.58377 0.0204716 1.90653 0.0517196 0.798455 1.31588 0.00941181
-11.1298 -11.3075 -16.9202 -18.1703 -20.5864 -23.1224 -23.9187 -29.108
3.43119 0.0746086 2.84425 0.0696175 2.41546 0.949372 0.00897074
-11.9765 -12.1653 -18.8651 -20.453 -24.0451 -27.7843 -28.1301 -34.9847
3.44 0.0791875 2.45063 0.0579982 2.59554 0.887019 0.00104426
-8.04848 -8.22171 -14.2399 -15.6337 -18.4534 -21.5862 -21.8634 -27.8872
3.49362 0.0739471 1.39944 0.0810143 2.48378 0.667818 0.0079205
-19.5145 -19.6878 -22.3565 -23.7448 -24.5711 -27.8979 -27.1241 -33.6229
3.53112 0.0583698 1.1636 0.0266493 1.30079 0.628762 0.00172702
-15.3909 -15.5566 -21.0776 -22.2096 -24.1608 -26.5637 -27.4748 -32.5425
3.4889 0.0504486 0.638521 0.0600957 2.68562 1.30139 0.00491533
-8.88359 -9.05402 -15.476 -16.7788 -19.752 -22.5071 -23.1062 -28.6109
3.52712 0.0359027 2.99775 0.0716418 2.62603 0.686192 0.00846944
-12.5034 -12.6697 -15.5269 -16.8193 -17.6648 -20.809 -19.7958 -26.292
3.50927 0.0499584 2.54786 0.0827671 1.2691 0.825381 0.0099242
-13.4267 -13.5992 -19.179 -20.3731 -22.6051 -24.9806 -26.0855 -30.8751
3.21801 0.057932 1.12843 0.0558554 2.60526 0.940035 0.00595794
-22.3949 -22.5889 -23.9328 -25.6066 -25.1539 -29.4337 -26.7903 -34.801
3.68262 0.0650919 0.766925 0.047321 0.654658 0.944919 0.0000362723
-16.266 -16.4224 -21.4137 -22.3566 -24.2128 -26.0251 -27.5506 -31.4739
3.25963 0.0522102 0.848179 0.0248507 2.69229 0.538163 0.00548714
-16.8735 -17.0434 -21.4988 -22.3865 -24.0117 -25.7658 -27.2927 -31.3835
3.31082 0.0631748 2.81021 0.0275346 2.62434 1.07683 0.00662571
-14.0633 -14.2355 -18.2199 -19.3874 -21.0486 -23.5159 -24.2313 -29.3762
3.3368 0.0740859 2.20318 0.0648829 1.91919 1.15634 0.00884581
-23.0433 -23.1738 -24.9003 -25.7467 -26.4456 -28.5517 -29.1346 -34.0273
3.21322 0.0296819 2.18738 0.0384406 0.820004 1.39295 0.00325466
-16.9963 -17.1814 -19.6322 -21.0976 -21.8103 -25.3165 -24.4698 -31.2576
3.48036 0.0895522 1.31603 0.0544761 1.11619 0.996101 0.00300665
-15.1744 -15.3516 -18.5296 -19.7639 -20.9889 -23.7298 -23.842 -29.487
3.27673 0.0842739 2.16706 0.0650998 1.31656 1.12969 0.00722518
-20.7865 -20.9247 -23.0323 -23.9462 -24.8596 -27.0028 -28.0692 -32.741
3.27342 0.0522223 1.19408 0.0346517 1.70451 1.44725 0.00479332
-17.4283 -17.595 -22.5834 -23.7117 -25.6559 -27.9981 -28.9243 -33.8915
3.35541 0.0266388 1.61522 0.052954 2.41467 1.3513 0.00348758
-6.97401 -7.14548 -13.9924 -15.3341 -18.6124 -21.4832 -22.1085 -27.7207
3.50287 0.0332417 1.26211 0.0872455 2.76638 0.658109 0.00962322
-13.9347 -14.1065 -18.7331 -19.877 -21.7397 -24.0618 -25.1412 -29.9758
3.62084 0.0769128 2.06082 0.0380355 2.43849 0.830279 0.00853567
-15.5259 -15.7102 -19.6504 -20.8533 -22.3754 -24.9342 -25.389 -30.7547
3.40717 0.0780538 2.62054 0.0493336 1.53795 1.12111 0.00622462
-17.5919 -17.7771 -21.4552 -22.6036 -24.2146 -26.4902 -27.9272 -32.4686
3.27207 0.0858341 2.09538 0.0273918 2.05144 1.3136 0.00504829
-16.3774 -16.5298 -20.2388 -21.1458 -22.432 -24.4517 -25.6058 -30.2086
3.4796 0.0515349 1.87885 0.0491428 2.54836 1.40033 0.00946205
-12.7545 -12.9483 -18.4865 -20.011 -22.7012 -26.1317 -26.3192 -32.8197
3.59413 0.0871249 2.4947 0.0780807 2.16989 1.26503 0.00283618
-12.9097 -13.0696 -18.8918 -19.9904 -22.2068 -24.4149 -25.5978 -30.2037
3.6638 0.0562037 1.3241 0.0345957 2.83873 0.557552 0.00795958
-5.5267 -5.70181 -13.0341 -14.4896 -18.297 -21.64 -22.0478 -28.2567
3.3871 0.0595267 1.24508 0.0893747 2.85191 0.505095 0.00533675
-17.9747 -18.188 -22.9466 -24.2939 -26.2268 -28.8226 -29.9274 -35.0175
3.58739 0.0753692 2.57851 0.0248518 1.75364 1.44688 0.00303553
-7.00569 -7.18635 -13.8703 -15.4323 -18.9856 -22.9185 -22.468 -29.8154
3.33819 0.0564289 2.83351 0.0867923 2.51896 0.578349 0.000633644
-18.1907 -18.3459 -21.0973 -22.0248 -23.1896 -25.2047 -26.6036 -30.9813
3.37609 0.0719901 1.72461 0.0230575 2.34465 1.17114 0.00741072
-14.6128 -14.7698 -17.3218 -18.4999 -19.3337 -22.1205 -21.6221 -27.4992
3.20675 0.0212307 2.94134 0.0693742 1.26283 0.843037 0.00898793
-13.0996 -13.2791 -21.115 -22.7073 -27.2708 -31.4309 -31.7344 -39.6425
3.68568 0.0379505 2.17145 0.0658604 2.91786 1.15704 0.0000255396
-18.5003 -18.6878 -23.1525 -24.6612 -26.4335 -30.1056 -29.0369 -36.1989
3.52776 0.0363716 2.87516 0.0402477 1.59146 1.0192 0.000666417
-17.8181 -17.9663 -20.7506 -21.7785 -22.8891 -25.2663 -25.6948 -30.9237
3.31115 0.0232286 1.63291 0.0605179 1.55776 1.31074 0.00628019
-9.39967 -9.57355 -16.153 -17.4744 -20.3645 -23.0801 -23.953 -29.1635
3.32006 0.0748408 0.886915 0.0658112 2.76648 0.652247 0.0074271
-13.7561 -13.9378 -16.4879 -18.0633 -18.3469 -22.3854 -19.8123 -27.3858
3.38751 0.0532989 1.92908 0.0667518 1.03915 0.52503 0.00017797
-14.9948 -15.1495 -20.1305 -21.0261 -22.8907 -24.657 -26.0584 -30.1898
3.39233 0.0290908 2.44104 0.0340995 2.66362 0.739675 0.00800116
-13.7124 -13.8901 -20.2378 -21.5975 -24.3385 -27.2204 -28.0503 -33.6608
3.58518 0.0529749 1.81376 0.0768642 2.77469 1.38027 0.00349897
-15.8062 -15.9662 -20.0959 -21.151 -22.6739 -24.8851 -26.0406 -30.585
3.20408 0.0852666 0.72384 0.0353224 2.32957 0.767197 0.00628418
-10.7893 -10.9571 -15.9716 -17.228 -19.3848 -22.0987 -22.4293 -27.9366
3.37035 0.0365854 0.815758 0.067124 2.18837 0.716987 0.00937929
-13.686 -13.8723 -16.649 -18.213 -18.8526 -22.7939 -20.8202 -28.3774
3.61646 0.0867347 1.60549 0.0741734 1.12331 0.792573 0.00165349
-16.0858 -16.2789 -21.9108 -23.5354 -26.3073 -30.3767 -29.5215 -37.169
3.49719 0.0539808 2.74391 0.0368225 1.99437 0.813777 0.000143644
-19.6605 -19.8188 -24.0464 -24.8724 -26.2785 -28.0333 -29.5035 -33.6455
3.25472 0.0396324 2.43584 0.0295198 2.9892 1.39037 0.00415914
-19.714 -19.8797 -22.6504 -23.6752 -24.5709 -26.9241 -27.0332 -32.3457
3.67312 0.044218 2.49934 0.0220395 1.08297 0.673255 0.00417997
-19.3087 -19.4293 -20.4556 -21.3853 -21.6893 -24.118 -23.9501 -29.459
3.23903 0.0376974 1.20623 0.076976 0.673511 1.22681 0.0077318
-13.977 -14.1525 -20.9469 -22.4033 -25.6096 -28.967 -29.4541 -35.8344
3.6921 0.0429846 1.40704 0.0625269 2.75233 1.18961 0.00157794
-13.1166 -13.2912 -15.9529 -17.4061 -17.8945 -21.584 -19.5878 -26.8751
3.53341 0.0385848 2.87704 0.086974 1.10505 0.78443 0.00378417
-18.9779 -19.1522 -21.7556 -23.2357 -23.8146 -27.5464 -25.7245 -33.0031
3.36114 0.0261059 1.10225 0.049234 1.13314 0.885457 0.000993363
-16.1548 -16.3497 -22.6647 -24.2982 -27.5778 -31.3504 -32.1405 -38.8568
3.47083 0.0644599 2.09707 0.0543393 2.61856 1.36968 0.0006437
-16.9969 -17.1487 -21.2584 -22.142 -23.4614 -25.4166 -26.6556 -31.1628
3.62833 0.0473345 1.76522 0.029674 2.93447 1.05384 0.00752979
-17.861 -18.0231 -23.2494 -24.1187 -25.8699 -27.5961 -29.0651 -33.1926
3.46517 0.0360409 2.85522 0.0240323 2.99471 0.892128 0.00439085
-17.2629 -17.4624 -21.55 -22.7507 -24.0898 -26.5839 -27.0567 -32.341
3.35518 0.0846225 2.63723 0.0555047 0.613746 1.42486 0.00472761
-11.3912 -11.5651 -18.8515 -20.3743 -24.3089 -28.1553 -28.1043 -35.356
3.52525 0.03114 1.34596 0.0497401 2.73637 0.619246 0.000416661
-13.8258 -13.984 -18.5232 -19.6034 -21.326 -23.7064 -24.3882 -29.6093
3.62549 0.0269593 1.61838 0.0720929 2.2931 1.25424 0.00968321
-17.9846 -18.1257 -20.7295 -21.6358 -22.7091 -24.8109 -25.7727 -30.5156
3.41709 0.0480928 1.54912 0.0412182 1.81518 1.2478 0.00799866
-18.584 -18.763 -25.4956 -26.7414 -29.5334 -31.8722 -33.1479 -37.863
3.23746 0.026108 2.32832 0.0358593 2.92515 1.166 0.00132249
-10.6281 -10.8124 -18.1485 -19.6659 -23.2969 -26.6626 -27.4417 -33.5472
3.25815 0.066339 1.53316 0.0766982 2.9205 0.94953 0.0021527
-12.8205 -12.998 -19.8408 -21.2163 -24.3352 -27.2347 -28.0027 -33.6209
3.39484 0.0348102 1.25666 0.0742771 2.78582 1.16674 0.00297521
-20.8986 -21.0893 -27.5848 -28.9253 -31.6931 -34.2496 -35.4846 -40.4852
3.48119 0.0350064 2.72282 0.025231 2.88493 1.29223 0.000799459
-19.4767 -19.5761 -20.6785 -21.3873 -22.0382 -23.9158 -24.7394 -29.2846
3.23445 0.0436909 1.17565 0.0359874 0.922865 0.973286 0.00923204
-10.4694 -10.6362 -13.3457 -14.7812 -15.3352 -19.0221 -16.9392 -24.1567
3.65904 0.0354053 1.24086 0.0851508 1.19583 0.507682 0.00475819
-13.6097 -13.7921 -18.9477 -20.3651 -22.6352 -25.8661 -25.6326 -31.9947
3.48597 0.0575108 2.97807 0.0531302 1.97862 0.855012 0.00290244
-18.0049 -18.2167 -23.3171 -24.9855 -27.1827 -31.1182 -30.3879 -37.7008
3.20139 0.0718655 2.72293 0.0599102 1.31813 1.49228 0.000433325
-17.2198 -17.3721 -20.2058 -21.3478 -22.3531 -25.1142 -25.0346 -30.9572
3.63724 0.0416968 0.611954 0.075569 1.5183 1.44894 0.00612612
-9.02557 -9.19975 -14.1922 -15.5824 -17.8137 -21.0427 -20.7384 -27.1209
3.56918 0.0680808 2.45721 0.0827102 2.04679 0.723036 0.00827198
-10.4811 -10.6534 -14.0642 -15.5735 -16.5778 -20.5064 -18.3872 -25.9273
3.64534 0.0282482 2.45895 0.079485 1.38495 0.544632 0.000469063
-15.9319 -16.1209 -19.5243 -20.9366 -22.1606 -25.4357 -24.8373 -31.3777
3.56745 0.0738885 2.142 0.0613134 1.28964 1.1416 0.00371171
-16.3766 -16.5712 -20.8605 -22.3592 -24.2291 -27.6481 -27.4411 -34.029
3.54131 0.0685966 2.21828 0.0648779 1.64768 1.385 0.00211664
-22.625 -22.8197 -30.0099 -31.693 -35.8715 -40.043 -40.3885 -48.0234
3.20596 0.022834 2.69253 0.0320413 2.59237 1.46959 0.0000239779
-18.465 -18.6175 -20.4757 -21.6091 -22.1726 -24.9164 -24.5427 -30.3935
3.33998 0.0539189 1.44038 0.0509689 0.971711 0.975608 0.00532538
-20.9717 -21.0926 -22.1134 -23.0818 -23.2248 -25.8405 -25.1612 -31.1453
3.6911 0.0223625 1.04128 0.0455494 0.707078 0.96256 0.00498517
-17.7221 -17.8859 -20.1466 -21.4007 -22.1032 -25.1034 -24.5035 -30.692
3.2337 0.0439142 1.60619 0.0799679 1.08635 1.27639 0.0046161
-16.2786 -16.4458 -19.2522 -20.3652 -21.3982 -23.9438 -24.255 -29.7519
3.55528 0.0666096 2.17497 0.0690578 1.32876 1.43249 0.00891239
-15.1938 -15.3728 -19.6825 -21.0736 -22.9084 -26.0794 -25.732 -31.9199
3.55152 0.0624721 2.18673 0.0319897 1.76271 0.51851 0.00279145
-9.45907 -9.63186 -17.2124 -18.5878 -22.2772 -25.1581 -26.005 -31.4342
3.38326 0.0393933 0.825241 0.0564494 2.97524 0.54363 0.00401622
-15.9259 -16.0694 -19.8369 -20.6352 -22.0983 -23.8164 -25.163 -29.3127
3.31036 0.0283415 2.75901 0.0366101 2.31223 0.89825 0.00992018
-19.7877 -19.9408 -22.2278 -23.2206 -24.1102 -26.3836 -27.5004 -32.3004
3.49844 0.0656361 1.38739 0.0261542 2.24777 1.48265 0.00585482
-15.4583 -15.6288 -19.8492 -20.9298 -22.5558 -24.8372 -25.628 -30.6024
3.37002 0.0553558 2.95703 0.0556317 1.95428 1.21753 0.00719015
-18.5036 -18.6735 -21.0828 -22.225 -22.9518 -25.6115 -25.407 -31.1346
3.43673 0.0622053 2.07595 0.0443652 0.839363 0.989592 0.00494823
-11.0568 -11.2379 -18.5428 -19.9813 -23.6326 -26.7249 -27.4136 -33.3243
3.4204 0.0402941 2.98297 0.0863116 2.84255 1.1283 0.0028051
-22.5708 -22.7552 -24.2589 -25.7187 -25.946 -29.4636 -28.8259 -35.5313
3.26102 0.07589 0.942686 0.0563708 0.711479 1.42941 0.00127922
-19.4026 -19.5846 -23.7885 -25.2899 -26.9509 -30.471 -30.5352 -37.022
3.39254 0.0603359 1.08811 0.0256575 2.00504 0.805009 0.000864895
-8.75581 -8.93193 -15.5023 -16.9439 -20.225 -23.4445 -23.9068 -29.9176
3.47975 0.0825844 2.08837 0.0621711 2.64239 0.553216 0.00470062
-17.2469 -17.4399 -21.2926 -22.793 -24.1142 -27.7451 -26.5374 -33.7141
3.65409 0.0520055 2.6103 0.0623135 1.30317 1.2537 0.00143389
-14.3526 -14.5414 -17.7194 -19.236 -20.1323 -23.8513 -22.2845 -29.5269
3.40545 0.071907 2.29157 0.087347 1.16209 1.04964 0.00272004
-19.7148 -19.9115 -24.561 -26.0589 -28.2483 -31.5008 -32.034 -38.0715
3.35181 0.0543999 2.11295 0.0392153 1.91069 1.40661 0.00100202
-17.1781 -17.3391 -19.3884 -20.6751 -21.0983 -24.2768 -23.0515 -29.5751
3.31082 0.0366502 1.36386 0.0601162 1.00844 0.842322 0.00426735
-15.5226 -15.6939 -18.6207 -19.8195 -20.717 -23.5591 -23.1423 -29.2288
3.58724 0.0586979 2.63735 0.0746637 1.18338 1.21359 0.00778242
-15.971 -16.1525 -19.2552 -20.767 -21.8106 -25.5303 -24.6987 -31.8547
3.67213 0.0847876 1.0277 0.085672 1.45159 1.39364 0.00259613
-15.504 -15.6715 -18.5275 -19.6789 -20.6486 -23.3384 -23.251 -29.0555
3.56182 0.0624407 2.40633 0.0724376 1.25457 1.2527 0.00902821
-15.9862 -16.1465 -18.7347 -19.7714 -20.4842 -22.9846 -22.7531 -28.3922
3.59195 0.0571855 2.8266 0.0481095 1.01608 0.840469 0.00962226
-20.6767 -20.7689 -22.4463 -22.9895 -23.7377 -25.3399 -26.7185 -30.8394
3.31773 0.0250544 1.20074 0.0209701 2.91635 1.4244 0.00827011
-14.6413 -14.837 -21.699 -23.2449 -26.8079 -30.0976 -30.9657 -36.9451
3.31473 0.070179 2.82814 0.0545033 2.63538 1.19743 0.00119555
-12.1949 -12.3675 -17.4798 -18.7817 -20.8679 -23.7118 -24.1693 -29.7967
3.34843 0.0815781 0.650996 0.0738505 2.28861 0.998706 0.00664795
-14.2431 -14.4143 -18.4264 -19.7257 -21.3207 -24.3524 -24.0838 -30.356
3.69752 0.0447359 2.49254 0.0747968 1.73473 1.19141 0.00573149
-17.2976 -17.4411 -19.9083 -20.9428 -21.8558 -24.3697 -24.4815 -30.0701
3.56182 0.021212 1.77145 0.068344 1.41904 1.35643 0.0078766
-17.6624 -17.8363 -19.9275 -21.2077 -21.6773 -24.7234 -23.8327 -30.0961
3.553 0.0728239 1.6384 0.0407413 0.839886 0.679371 0.00457781
-17.1239 -17.3208 -21.1364 -22.3415 -23.8125 -26.2702 -27.1299 -32.239
3.63108 0.0786825 2.40397 0.028553 1.4798 1.19125 0.00543791
-15.3841 -15.5464 -19.8773 -20.9285 -22.6212 -24.8301 -25.7507 -30.5774
3.26209 0.024559 2.39442 0.0758564 2.20262 1.41208 0.00746757
-20.6373 -20.7829 -24.1772 -25.1093 -26.0914 -28.2859 -29.3734 -34.1114
3.51213 0.0589447 0.65388 0.02211 2.63991 1.08808 0.00354215
-11.2165 -11.3871 -14.234 -15.7015 -16.3465 -20.1076 -18.0438 -25.3785
3.58124 0.0230455 1.95573 0.086911 1.2287 0.616027 0.00345565
-17.2343 -17.3827 -20.3835 -21.386 -22.4958 -24.8691 -25.2528 -30.5993
3.58451 0.0249156 2.93458 0.0564781 1.63728 1.29738 0.00742819
-12.2204 -12.4038 -17.1343 -18.6184 -20.6469 -24.2193 -23.4196 -30.3926
3.55212 0.0645491 2.77287 0.0734179 1.79934 0.929016 0.00285757
-16.892 -17.0679 -19.8967 -20.9457 -21.9054 -24.2519 -24.7288 -29.9473
3.62751 0.0753915 2.33447 0.0388223 0.94098 1.10481 0.00866146
-12.0004 -12.166 -18.1944 -19.2767 -21.5842 -23.7292 -24.8415 -29.5569
3.49184 0.0281428 2.80966 0.06325 2.8031 0.983721 0.00945073
-15.5952 -15.7546 -21.2047 -22.1147 -23.9649 -25.7857 -27.1676 -31.4293
3.37963 0.0269171 2.28972 0.0415381 2.93976 1.03678 0.00649073
-12.6304 -12.806 -17.38 -18.7857 -20.663 -23.9026 -23.731 -29.991
3.29677 0.0815026 0.722882 0.0668253 1.98345 0.850299 0.00448356
-13.2063 -13.3739 -17.5115 -18.8298 -20.5066 -23.644 -23.2096 -29.6653
3.6914 0.0223457 2.75843 0.0875987 1.79091 1.17584 0.00598183
-16.7139 -16.8692 -19.4927 -20.3897 -21.1064 -23.2264 -23.3478 -28.3246
3.23638 0.068394 2.83867 0.0414366 0.708472 0.661247 0.00927231
-18.436 -18.568 -21.1538 -21.9999 -22.7407 -24.8753 -25.8824 -30.6685
3.57267 0.0764832 0.644102 0.0335184 2.59215 1.35436 0.00858794
-16.3793 -16.5565 -21.293 -22.3496 -24.2056 -26.2581 -27.5847 -32.0386
3.34868 0.0650848 2.63126 0.0352823 2.42925 1.11296 0.00552203
-13.8476 -14.0241 -18.0932 -19.5552 -21.1899 -24.7303 -23.7924 -30.7018
3.3589 0.0252766 1.39871 0.0753098 1.67635 0.981583 0.0026791
-15.0529 -15.2551 -21.6681 -22.994 -25.7563 -28.1284 -29.5991 -34.2379
3.42442 0.0858849 2.98168 0.0322559 2.79396 1.0579 0.00327625
-16.7105 -16.882 -20.5494 -21.5786 -22.9324 -25.0974 -26.2972 -30.9828
3.55893 0.072247 2.09694 0.0341049 2.54344 1.33154 0.00798917
-18.163 -18.3237 -21.6252 -22.4555 -23.6255 -25.4745 -26.7586 -31.1548
3.54178 0.0567294 2.61083 0.0205565 2.42354 1.2196 0.00775355
-16.9856 -17.1612 -21.8454 -23.2068 -25.2399 -28.2582 -28.4957 -34.3871
3.34 0.0431835 1.52509 0.0412152 2.05879 0.953512 0.00207022
-13.1789 -13.3602 -18.1132 -19.385 -21.3187 -23.9871 -24.7872 -30.1749
3.63769 0.0859507 2.13164 0.0797948 2.34594 1.43014 0.0086701
|
c7f38717b87fbfd3cc4ba54b58cb6768378150d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH7/EX7.1/Ex7_1.sce | ad9312af4c7c07f4ed63ead79845fb8b7071ff18 | [] | 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 | 575 | sce | Ex7_1.sce | // chapter 7 example 1
//-----------------------------------------------------------------------------
clc;
clear;
// given data
Ldipole = 50; // Length of dipole in cm
c = 3*10^10; // velocity of EM wave in cm/s
BW = 10*10^6; // bandwidth in Hz
// Calculations
lamda = 2*Ldipole; // wavelength in cm
fo = c/lamda; // operating frequency in Hz
Q = fo/BW // quality factor
// Output
mprintf('Q = %d',Q);
//------------------------------------------------------------------------------
|
be68798ede034c800268093d4418a5d26dec8be6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH5/EX5.7/5_7.sce | b286da8ab85c3085be13b1c21439ec77e0a17d5e | [] | 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 | 296 | sce | 5_7.sce | clear;
clc;
l=600;
wc=12;
wi=14;
T=50000;
//(a)
F=wc+wi;
S= F * l * l/ (8*T);
mprintf("\n (a)Sag when representing line as a parabola= %.1f m", S);
//(b)
S=(F * l * l/ (8*T)) * (1+ ((l*l/48)*(F *F/(T*T))));
mprintf("\n (b)Sag when representing line as a catenary= %.3f m", S);
|
1d0aed0c51311e16e0f23b47e14f7f847b41be04 | 4b7eae708edea1f2fc5fd5f08bdd0ee8f1598adf | /code/pt/mean.sce | ede978270471bec1ea841c47989861227f7b46e6 | [] | no_license | kiraboris/pyttools | d7bea20bd371b811f6fe86ab94dac3317b9e3679 | 7a07dd9da5dd792f62a9c4cf33fdf2ae6be626fe | refs/heads/master | 2021-05-31T01:17:35.354923 | 2016-02-03T10:12:09 | 2016-02-03T10:12:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,481 | sce | mean.sce | // The procedures below implement evaluation of some 'mean' poss-dist
// in terms of either comp matrices or preferece vectors.
//=================================================
// ptMeanStack: mean of several poss-dists
// IN: poss2d[qRows*qXmax]: poss-dists as qRows rows of qXmax poss-points each
// sTech: either 'pref' (default option) for pref vectors
// or 'comp' for comp matrices used as a basis to calculate mean
// OUT: their mean
//=================================================
function poss_mean = ptMeanStack(poss2d, varargin);
[qlhs qrhs] = argn();
if( qrhs < 1 | qrhs > 2 )
error('Wrong number of arguments');
end
if( qrhs == 1 )
sTech = 'pref';
else
sTech = varargin(1);
end
[qRows qXmax]= size(poss2d);
S = zeros(qXmax);
if( sTech == 'pref' )
for i=1:qRows
pref2d(i,:) = ptPoss2Pref( poss2d(i,:) );
S = S + pref2d(i,:);
end
S = round( S / qRows );
/// print(%io(2),[pref2d; S]);
[SSorted, qIndex1d] = gsort(S,'g','i'); // sort asc
// equilization (see 151105-1)
while( ~ptIsValidPrefVector(SSorted, 'sorted') )
/// print(%io(2), SSorted);
qValCount = 1;
qUsed = 0;
for i = 1:length(SSorted)
thisVal = SSorted(i);
if( i == length(SSorted) )
nextVal = 0;
else
nextVal = SSorted(i+1);
end;
if( thisVal == nextVal )
qValCount = qValCount + 1;
else
if ( qValCount < thisVal-qUsed )
SSorted(i) = max(thisVal-1, 1);
else if( qValCount > thisVal-qUsed )
SSorted(i) = min(thisVal+1, length(SSorted));
end; end;
qUsed = qUsed + qValCount;
qValCount = 1
end;
end//for
end//while
// while( ~ptIsValidPrefVector(SSorted, 'sorted') )
// /// print(%io(2), SSorted);
//
// qUsed = 0;
// ValsUsed = zeros(SSorted);
// for i = unique(SSorted)
// ValsI = (SSorted == i);
// if( sum(ValsI) > i-qUsed )
// SSorted(ValsI & ~ValsUsed) = min(i+1, length(SSorted));
// else
// if ( sum(ValsI) < i-qUsed )
// SSorted(ValsI & ~ValsUsed) = max(i-1, 1);
// end
// qUsed = qUsed + sum(ValsI);
//
// end
// ValsUsed = ValsUsed | ValsI;
// end//for
// end//while
/// print(%io(2), SSorted);
S(qIndex1d) = SSorted; // revert sort
/// print(%io(2), S);
poss_mean = ptPref2Poss(S);
return;
end
// ==== //
if( sTech == 'comp' )
for i=1:qRows
comp3d(:,:,i) = ptPoss2Comp( poss2d(i,:) );
end
error("Comp matrices not implemented yet.")
return;
end
endfunction
//=================================================
// ptMean: mean of two poss-dists
// COMMENT: just an interface to ptMeanStack for an argument pair and
// sTech=='pref' fixed
// IN: poss1, poss2: poss-dists
// OUT: their mean
//=================================================
function poss_mean = ptMean(poss1, poss2, varargin);
// Check that the distributions have the same sizes
if length(poss1) ~= length(poss2) | length(poss1) ~= length(poss1(:)) then
error("Given distributions must be vectors of the same size.");
end
poss_mean = ptMeanStack([poss1(:)'; poss2(:)']);
endfunction
|
c21cb214efaf04a74b0ff93ce9b2cbaa156b493c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1199/CH6/EX6.9/6_9.sci | a58b069f167baa6928d6fd921954a0098da3ed6b | [] | 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 | 293 | sci | 6_9.sci | // 6.9
clc;
e=1.6*10^-19;
Ea=2000;
m=9.1*10^-31;
Vox=(2*e*Ea/m)^0.5;
printf("\nmaximum velocity of the beam of electrons=%.2f m/s",Vox)
L=5;
ld=1.5*10^-2;
d=5*10^-3;
S=(L*ld/2*d*Ea);
printf("\ndeflection sensitivity=%.2f mm/V",S)
G=1/S;
printf("\nDeflection Factor=%.2f V/mm",G)
|
cb55d80c0034b58f1bc74d3d113d5b6d2a307181 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2621/CH1/EX1.20/Ex1_20.sce | 3ab0d5ffe2319ee8b4eeb3c1c9477b090c7fac06 | [] | 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 | 452 | sce | Ex1_20.sce | // Example 1.20
clc;
clear;
close;
// Given data
format('v',6);
VCC= 18;// in V
R1= 4.7;// in kΩ
R2= 5.6;// in kΩ
R3= 6.8;// in kΩ
RE= 1.1;// in kΩ
VBE= 0.7;// in V
VT= 26;// in mV
RC= 1.8*10^3;// in Ω
IE1= (VCC*R1/(R1+R2+R3)-VBE)/RE;// in mA
re_desh= VT/IE1;//dynamic resistance of each transistor in Ω
Av= -RC/re_desh;// voltage gain of the cascode amplifier
disp(Av,"The voltage gain of the cascode amplifier is : ")
|
aae1db8952209896fba2fd4befba4ad7c3c19ee5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH11/EX11.2/chapter11_ex2.sce | 192b38f8f3721d301c519712ec1ada49770e058e | [] | 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 | 838 | sce | chapter11_ex2.sce | clc
clear
//input
va1=125;//anode voltage in volts
va2=100;//anode voltage in volts for which another curve is obtained
vg1=0;//grid voltage in volts
vg2=-1;//grid voltage in volts
//given scale is vertical scale: anode current 1mm=0.0002A and horizontal scale : anode voltage 1mm=0.1V
v=0.1;//voltage in volts from scale
//from given data
//for vg1 and va2
ia11=4.8;//current in milli amperes
ia12=3.2;//current in milli amperes
//for vg2 and va1
ia21=6.625;//current in amperes
ia22=5.0;//current in amperes
//calculations
ra=(va1-va2)/(ia21-ia11);//anode slope resistance in kilo ohms
gm=(ia21-ia22)/(vg1-vg2);//mutual conductance in millisiemens
u=(va1-va2)/(v-vg2);//amplification factor
//ouput
mprintf('at the operational point the parameters of the valve are %3.1f kohms,%3.3f mS and %3.1f.',ra,gm,u)
|
aaf5f64424686b8e9556b15f593350a25495f674 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2132/CH7/EX7.18/Example7_18.sce | 24647987dd8327b3e42d84390dfceee03fd6ce90 | [] | 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 | 712 | sce | Example7_18.sce | ////Example 7.18
clc;
clear;
close;
format('v',9);
//Given data :
g=9.81;//gravity constant
D=100/1000;//meter(Pipe diameter)
L=700;//meter(Total length)
Lin=300;//meter(inlet length)
hf=10;//meter(Available head)
h=1.4;//meter(height)
f=0.02;//coefficient of friction
v=sqrt(hf*2*g*D/4/f/L);//m/s
Q=%pi*D^2/4*v*1000;//litres/sec
disp(Q,"Discharge in pipe(litres/second)");
//Applying Brnaullis theorem
p1=0;v1=0;Z1=0;//(Neglecting minor losses)
v2=v;//m/s
Z2=h;//meter
hf=4*f*Lin*v^2/(2*g*D);//meter
p2BYw=-v2^2/2/g-Z2-hf;//meter of water
hatm=10.3;//meter(Atmospheric pressure head)
habs=p2BYw+hatm;//meter(Absolute pressure head)
disp(habs,"Pressure at the summit of siphon(meter)");
|
40f5fe72d30d431ee1cb32fb1e8273ae176464c3 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/rootmusic/rootmusic9.sce | 60c94994475c03b12cd97da75a93249a1fcb193b | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 262 | sce | rootmusic9.sce | //i/p arg R is of type char
R=['a' 'b' 'c' 'd' 'e'];
W = rootmusic(R,2);
disp(W);
//output
//!--error 10053
//rootmusic: Wrong type for argument #1; Numeric vector or a matrix expected
//at line 125 of function rootmusic called by :
//W = rootmusic(R,2);
|
665fa9ed11651d347682fb41dbb6d9478eb68e72 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.5_16.tst | 6c23f9f7636113c75832d8da842ba0646b516f9c | [] | 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 | 34,660 | tst | bow.5_16.tst | 5 4:0.5 6:0.4 7:1.0 8:0.125 12:0.2222222222222222 20:0.3333333333333333 21:0.2857142857142857 23:1.0 26:0.0196078431372549 38:0.25 48:1.0 49:0.015503875968992248 51:2.0 55:0.5714285714285714 64:0.75 68:0.5 71:2.0 100:0.5 133:1.5 137:1.0 176:0.5 183:1.0 190:0.2 236:0.3333333333333333 366:1.0 383:1.0 407:1.0 483:2.0 611:1.0 647:1.0 879:1.0 982:1.0 1087:0.5 1113:2.0 1228:1.0 1233:1.0 1606:1.0 2257:1.0 3131:1.0 3259:1.0 3987:1.0 5224:2.0
5 4:2.0 7:1.0 11:0.5 12:0.1111111111111111 20:0.6666666666666666 21:0.14285714285714285 38:0.5 48:1.0 49:0.015503875968992248 51:1.0 64:0.25 67:0.3333333333333333 68:0.5 87:0.5 95:1.0 127:1.0 134:0.2222222222222222 135:1.0 158:0.3333333333333333 288:0.5 355:1.0 383:1.0 442:0.5 541:1.0 550:0.5 571:1.0 641:0.5 1138:1.0 1345:1.0 1493:1.0 2357:1.0 3259:1.0 4308:1.0 5519:1.0
5 4:1.0 6:0.2 12:0.1111111111111111 20:0.3333333333333333 21:0.42857142857142855 23:1.0 26:0.0196078431372549 38:0.25 42:1.0 44:0.5 54:1.0 55:0.14285714285714285 74:1.0 127:1.0 170:1.0 288:0.5 435:1.0 1354:1.0
5 4:0.5 7:1.0 9:0.3333333333333333 21:0.2857142857142857 23:4.0 42:1.0 49:0.015503875968992248 51:1.0 54:1.0 55:0.42857142857142855 68:0.5 71:1.0 87:0.5 137:1.0 241:0.3333333333333333 269:0.5 333:1.0 397:1.0 490:1.0 638:0.5 762:2.0 1285:1.0 2075:1.0 2224:1.0 3013:1.0 3259:1.0 4161:0.5 4309:1.0 6046:2.0
5 4:0.5 6:0.4 12:0.3333333333333333 21:0.14285714285714285 23:2.0 49:0.007751937984496124 51:1.0 55:0.2857142857142857 62:0.2 71:2.0 80:1.0 93:0.08333333333333333 121:0.02127659574468085 122:1.0 126:0.3333333333333333 136:1.0 147:1.0 247:1.0 331:0.5 424:1.0 667:1.0 925:1.0 1249:1.0 1340:1.0 1361:1.0 2760:1.0 2967:1.0 3934:1.0 4093:1.0 4525:1.0 6468:1.0
5 12:0.1111111111111111 15:0.14285714285714285 17:0.2 19:0.1 20:1.3333333333333333 21:0.14285714285714285 23:3.0 45:1.0 46:1.0 48:1.0 49:0.007751937984496124 51:1.0 64:0.25 71:3.0 75:0.5 88:1.0 112:1.0 121:0.02127659574468085 126:0.6666666666666666 148:0.3333333333333333 178:1.0 250:1.0 261:1.0 303:1.0 331:0.5 534:1.0 650:1.0 781:1.0 1529:1.0 2399:1.0 2798:1.0 2811:1.0 3031:1.0 3137:1.0 3186:0.5 3241:1.0 5193:1.0
5 4:3.0 5:0.14285714285714285 7:1.0 9:0.6666666666666666 12:0.1111111111111111 14:1.0 15:0.14285714285714285 20:0.3333333333333333 21:0.14285714285714285 23:4.0 24:0.14285714285714285 49:0.007751937984496124 51:1.0 54:1.0 55:0.2857142857142857 71:1.0 79:0.5 98:0.6666666666666666 121:0.02127659574468085 127:1.0 137:1.0 175:1.0 176:0.5 185:1.0 188:1.0 197:1.0 236:1.0 251:0.5 278:1.0 284:1.0 288:0.5 503:1.0 519:1.0 537:1.0 548:1.0 550:0.5 664:0.6666666666666666 746:1.0 814:1.0 3272:1.0 6095:1.0
5 4:2.0 6:0.8 7:2.0 8:0.125 12:0.1111111111111111 15:0.14285714285714285 19:0.1 20:0.3333333333333333 23:1.0 38:0.25 48:1.0 49:0.007751937984496124 51:1.0 63:1.0 93:0.08333333333333333 112:3.0 121:0.02127659574468085 126:0.3333333333333333 175:1.0 196:1.0 278:1.0 281:0.25 289:0.14285714285714285 292:0.125 296:1.0 354:1.0 379:0.14285714285714285 383:1.0 386:1.0 397:1.0 449:1.0 548:0.3333333333333333 564:1.0 651:1.0 938:1.0 1245:1.0 1622:1.0 1703:1.0 2013:1.0 2380:1.0 2995:1.0 3704:1.0 5007:1.0 5150:1.0
5 4:2.5 6:0.2 7:1.0 19:0.1 20:0.3333333333333333 21:0.14285714285714285 48:1.0 98:0.16666666666666666 100:1.0 121:0.02127659574468085 289:0.14285714285714285 303:1.0 315:1.0 316:0.5 483:1.0 745:1.0 857:1.0 1026:1.0 1060:1.0
5 4:1.0 5:0.14285714285714285 7:1.0 11:0.5 12:0.1111111111111111 20:0.3333333333333333 21:0.14285714285714285 23:1.0 42:1.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.14285714285714285 62:0.2 63:1.0 64:0.25 71:1.0 87:0.5 98:0.3333333333333333 100:0.5 112:1.0 113:1.0 158:0.3333333333333333 175:1.0 176:0.5 182:0.5 218:2.0 269:1.0 293:0.5 442:0.5 626:1.0 641:0.5 657:1.0 862:1.0 1060:1.0 1721:1.0 2143:1.0 2311:1.0
5 4:1.5 5:0.14285714285714285 6:0.2 8:0.125 23:5.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.42857142857142855 62:0.2 78:1.0 80:1.0 88:2.0 98:0.5 101:0.5 121:0.02127659574468085 134:0.1111111111111111 141:0.2 158:0.3333333333333333 175:1.0 182:1.0 187:1.0 188:2.0 240:0.3333333333333333 280:1.0 315:1.0 331:0.5 695:1.0 762:1.0 1060:1.0 1161:1.0 1170:1.0 3176:1.0 5053:1.0
5 4:0.5 5:0.14285714285714285 7:3.0 8:0.125 9:0.3333333333333333 12:0.1111111111111111 21:0.2857142857142857 23:3.0 26:0.0196078431372549 38:0.25 49:0.007751937984496124 51:1.0 55:0.14285714285714285 84:1.0 95:1.0 98:0.3333333333333333 102:1.0 197:1.0 211:1.0 298:1.0 534:1.0 550:0.5 561:1.0 1118:1.0 1251:1.0 1490:1.0
5 6:0.2 7:2.0 12:0.2222222222222222 18:0.3333333333333333 21:0.14285714285714285 23:4.0 26:0.0196078431372549 44:1.0 48:1.0 49:0.007751937984496124 51:1.0 62:0.6 64:0.5 71:1.0 112:3.0 121:0.06382978723404255 127:1.0 134:0.1111111111111111 136:1.0 173:0.5 198:1.0 205:0.5 331:0.5 339:1.0 386:1.0 397:1.0 424:1.0 457:1.0 550:0.5 559:1.0 862:1.0 1166:1.0 2211:1.0 3689:1.0 6765:1.0
5 4:2.0 7:1.0 8:0.125 21:0.14285714285714285 23:1.0 41:1.0 62:0.2 73:1.0 96:0.16666666666666666 127:1.0 141:0.2 181:1.0 274:1.0 513:1.0 621:1.0 1317:1.0 1634:1.0 2416:1.0 2632:1.0 3788:1.0
5 4:1.5 5:0.14285714285714285 8:0.25 9:0.3333333333333333 12:0.2222222222222222 20:0.3333333333333333 21:0.14285714285714285 23:2.0 26:0.0196078431372549 38:0.25 40:0.5 46:1.0 48:2.0 54:1.0 55:0.2857142857142857 62:0.4 64:0.25 70:0.5 101:0.5 110:1.0 121:0.02127659574468085 127:1.0 136:1.0 176:0.5 178:1.0 182:1.0 198:1.0 209:1.0 265:1.0 366:1.0 424:1.0 494:1.0 982:1.0 995:0.5 1030:1.0 1117:1.0 1340:1.0 1488:1.0 2099:1.0 2319:1.0 3161:1.0 3165:1.0 4987:1.0
5 4:1.5 7:1.0 23:1.0 100:0.5 115:0.1 116:0.09090909090909091 121:0.02127659574468085 255:1.0 390:0.5
5 4:1.5 17:0.2 20:0.3333333333333333 21:0.2857142857142857 26:0.0196078431372549 40:0.5 42:1.0 43:0.25 55:0.2857142857142857 73:1.0 152:0.5 201:1.0 1481:1.0 2211:1.0
5 4:1.0 5:0.14285714285714285 6:0.2 7:1.0 8:0.125 9:0.3333333333333333 12:0.2222222222222222 15:0.14285714285714285 21:0.14285714285714285 23:4.0 24:0.14285714285714285 26:0.0196078431372549 42:1.0 48:1.0 88:1.0 142:0.5 183:1.0 188:1.0 194:1.0 251:0.5 331:0.5 476:1.0 1227:1.0 1234:1.0 1580:1.0 2635:1.0
5 4:0.5 5:0.14285714285714285 7:1.0 23:1.0 38:0.25 98:0.16666666666666666 115:0.1 116:0.09090909090909091 397:1.0 513:1.0 519:1.0 1634:1.0 2017:0.5 2553:1.0
5 4:1.5 7:1.0 11:0.5 15:0.14285714285714285 20:0.3333333333333333 21:0.2857142857142857 24:0.14285714285714285 26:0.0392156862745098 49:0.007751937984496124 51:1.0 54:1.0 55:0.14285714285714285 87:0.5 98:0.16666666666666666 121:0.02127659574468085 141:0.2 176:0.5 250:1.0 251:1.0 331:0.5 418:1.0 483:1.0 647:1.0 803:1.0 871:1.0 925:1.0 2812:1.0 2989:1.0
5 4:1.5 17:0.2 20:0.6666666666666666 23:4.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.42857142857142855 75:0.5 134:0.2222222222222222 149:0.3333333333333333 156:1.0 158:0.3333333333333333 379:0.2857142857142857 490:1.0 669:0.5 1079:1.0 1128:1.0 1496:1.0 1669:0.5 2080:1.0 2082:1.0 2085:1.0 2158:1.0 2684:1.0 2972:1.0 2982:1.0 3005:1.0 3212:1.0 3213:1.0 3722:0.5 4931:1.0 5163:1.0
5 4:1.0 7:1.0 8:0.125 12:0.1111111111111111 20:0.3333333333333333 21:0.14285714285714285 23:2.0 38:0.5 48:2.0 49:0.015503875968992248 51:1.0 55:0.5714285714285714 58:0.25 64:0.5 93:0.08333333333333333 112:2.0 137:2.0 197:1.0 265:1.0 292:0.125 383:1.0 387:0.09090909090909091 729:1.0 821:1.0 854:1.0 910:1.0 1031:1.0 1270:1.0 1455:1.0 1833:1.0 1896:1.0 2766:1.0 2871:2.0
5 4:1.0 6:0.4 7:1.0 12:0.2222222222222222 17:0.2 20:0.6666666666666666 21:0.14285714285714285 23:2.0 46:1.0 48:2.0 49:0.015503875968992248 51:2.0 54:1.0 55:0.14285714285714285 62:0.2 64:0.5 71:1.0 97:0.25 98:0.16666666666666666 112:1.0 117:0.5 121:0.02127659574468085 122:1.0 134:0.1111111111111111 205:0.5 246:1.0 331:1.0 379:0.14285714285714285 401:1.0 413:1.0 424:1.0 502:1.0 506:1.0 715:1.0 823:1.0 1000:0.5 1323:1.0 1415:3.0 1562:1.0 2420:1.0 2553:1.0 2692:1.0 3248:1.0 3759:1.0 4966:1.0 4983:1.0 6962:1.0
5 4:1.5 6:0.4 7:1.0 12:0.4444444444444444 20:0.6666666666666666 23:2.0 24:0.14285714285714285 42:1.0 48:1.0 49:0.015503875968992248 51:1.0 55:0.2857142857142857 64:0.5 68:0.5 71:2.0 76:1.0 97:0.25 112:1.0 134:0.1111111111111111 153:1.0 289:0.14285714285714285 292:0.125 300:1.0 320:1.0 356:1.0 366:1.0 401:1.0 534:1.0 571:1.0 621:1.0 1061:1.0 1421:1.0 1562:1.0 1623:1.0 1928:1.0 2222:2.0 3685:1.0
5 4:2.5 6:0.2 11:0.5 12:0.3333333333333333 15:0.14285714285714285 17:0.4 20:0.3333333333333333 23:2.0 48:1.0 49:0.015503875968992248 51:2.0 57:1.0 71:1.0 85:1.0 93:0.08333333333333333 98:0.16666666666666666 100:0.5 121:0.02127659574468085 179:1.0 194:1.0 437:1.0 442:0.5 541:1.0 543:1.0 559:1.0 561:1.0 701:1.0 875:1.0 992:1.0 1582:1.0 2024:1.0 2106:1.0 4640:1.0
5 4:1.0 7:1.0 8:0.875 11:0.5 12:0.5555555555555556 20:0.3333333333333333 23:3.0 38:0.25 48:1.0 49:0.015503875968992248 51:3.0 54:1.0 55:0.2857142857142857 64:0.5 71:1.0 73:1.0 88:1.0 112:1.0 115:0.1 116:0.09090909090909091 129:1.0 141:0.2 154:0.3333333333333333 158:0.3333333333333333 176:0.5 219:1.0 231:0.5 289:0.14285714285714285 353:1.0 386:1.0 439:1.0 453:1.0 641:0.5 682:1.0 1063:1.0 1270:1.0 1562:1.0 1708:1.0 3122:1.0
5 4:1.5 7:1.0 12:0.1111111111111111 19:0.1 24:0.14285714285714285 49:0.015503875968992248 51:2.0 55:0.2857142857142857 66:1.0 71:2.0 110:1.0 131:1.0 134:0.1111111111111111 158:0.3333333333333333 175:1.0 176:0.5 215:0.5 385:1.0 401:1.0 442:1.5 616:1.0 937:1.0 1667:1.0 2695:1.0 3047:1.0
5 4:1.0 6:0.2 8:0.125 20:0.3333333333333333 21:0.14285714285714285 23:3.0 24:0.14285714285714285 26:0.0196078431372549 38:0.5 42:1.0 43:0.25 48:1.0 49:0.007751937984496124 51:1.0 55:0.2857142857142857 62:0.2 83:1.0 104:1.0 134:0.1111111111111111 137:1.0 175:1.0 179:2.0 180:1.0 197:1.0 203:0.25 250:1.0 255:1.0 279:0.3333333333333333 314:1.0 550:0.5 616:1.0 1046:1.0 1081:1.0 1153:1.0 3047:1.0 3076:1.0 4870:1.0
5 4:1.5 11:0.5 12:0.1111111111111111 15:0.2857142857142857 19:0.1 20:1.0 21:0.2857142857142857 23:1.0 24:0.14285714285714285 26:0.0196078431372549 49:0.007751937984496124 51:1.0 55:0.14285714285714285 58:0.5 74:1.0 75:0.5 96:0.16666666666666666 101:0.5 121:0.02127659574468085 126:0.3333333333333333 194:1.0 198:1.0 202:0.25 236:0.3333333333333333 269:0.5 401:1.0 490:1.0 774:1.0 1184:1.0 1253:1.0 1375:1.0 1902:1.0 2216:1.0 2462:1.0 2981:1.0
5 4:2.0 7:1.0 12:0.2222222222222222 18:0.3333333333333333 20:1.0 21:0.14285714285714285 23:1.0 24:0.14285714285714285 26:0.0196078431372549 48:2.0 49:0.015503875968992248 51:2.0 55:0.42857142857142855 58:0.25 64:0.25 141:0.4 154:0.6666666666666666 175:1.0 180:1.0 181:1.0 197:1.0 251:0.5 281:0.25 347:1.0 359:1.0 401:1.0 451:1.0 483:1.0 519:1.0 1539:1.0 1580:1.0 3132:1.0
5 7:2.0 20:0.3333333333333333 21:0.14285714285714285 23:1.0 26:0.0196078431372549 40:0.5 47:1.0 48:1.0 49:0.007751937984496124 51:1.0 55:0.2857142857142857 62:0.2 71:1.0 73:1.0 136:1.0 141:0.2 154:0.3333333333333333 199:1.0 281:0.25 366:1.0 479:1.0 517:1.0 550:0.5 956:1.0 1149:1.0 1782:1.0 2453:1.0 2989:1.0
5 4:1.0 7:2.0 8:0.25 11:0.5 12:0.1111111111111111 19:0.1 20:1.0 23:3.0 24:0.14285714285714285 25:1.0 48:1.0 49:0.007751937984496124 51:1.0 54:1.0 55:0.42857142857142855 98:0.16666666666666666 121:0.0425531914893617 139:1.0 141:0.2 158:0.3333333333333333 162:1.0 198:1.0 201:1.0 280:1.0 333:1.0 451:1.0 1037:1.0 1093:1.0 1269:0.3333333333333333 2307:1.0 2553:1.0 2743:1.0 3308:1.0 4624:1.0
5 4:1.0 21:0.14285714285714285 23:1.0 26:0.0196078431372549 48:1.0 98:0.16666666666666666 176:0.5 331:1.0 529:0.3333333333333333 543:1.0 669:1.0 2063:1.0 2380:1.0
5 4:1.0 11:0.5 15:0.14285714285714285 20:1.0 21:0.14285714285714285 23:2.0 24:0.14285714285714285 26:0.0196078431372549 44:0.5 48:1.0 49:0.007751937984496124 51:1.0 55:0.14285714285714285 78:1.0 80:1.0 93:0.08333333333333333 98:0.16666666666666666 126:0.3333333333333333 127:1.0 135:1.0 137:1.0 158:0.3333333333333333 179:1.0 198:1.0 218:1.0 449:1.0 537:3.0 550:0.5 679:0.1 746:1.0 908:1.0 952:0.5 1251:1.0 1391:1.0 1636:1.0 2418:1.0 3399:0.5 6881:1.0
5 4:1.0 7:1.0 8:0.375 11:1.0 12:0.3333333333333333 20:0.3333333333333333 23:5.0 24:0.2857142857142857 48:2.0 49:0.015503875968992248 51:2.0 62:0.2 64:0.5 71:1.0 98:0.3333333333333333 122:1.0 129:1.0 133:0.5 181:1.0 199:1.0 218:1.0 279:0.3333333333333333 312:1.0 315:1.0 331:0.5 354:1.0 385:1.0 410:0.5 439:1.0 483:1.0 493:1.0 611:1.0 623:1.0 629:1.0 657:1.0 695:1.0 814:1.0 1136:1.0 1309:1.0 1351:1.0 1525:1.0 1652:1.0 1782:1.0 1834:1.0 2029:0.3333333333333333 2431:1.0
5 4:1.5 5:0.14285714285714285 8:0.125 12:0.1111111111111111 18:0.3333333333333333 19:0.1 20:0.3333333333333333 21:0.42857142857142855 23:1.0 26:0.0196078431372549 48:1.0 49:0.007751937984496124 51:2.0 55:0.14285714285714285 68:0.5 71:2.0 93:0.08333333333333333 121:0.02127659574468085 134:0.1111111111111111 147:1.0 181:1.0 198:1.0 279:0.6666666666666666 307:1.0 316:0.5 446:0.5 493:1.0 682:1.0 740:1.0 2106:1.0
5 4:2.0 5:0.14285714285714285 6:0.2 7:1.0 8:0.125 12:0.2222222222222222 15:0.14285714285714285 20:0.3333333333333333 21:0.14285714285714285 23:2.0 24:0.2857142857142857 26:0.0196078431372549 48:1.0 49:0.007751937984496124 51:1.0 58:0.25 64:0.25 71:1.0 83:1.0 88:1.0 101:0.5 121:0.02127659574468085 126:0.3333333333333333 158:0.3333333333333333 179:1.0 197:1.0 308:1.0 460:1.0 550:0.5 612:1.0 849:1.0 864:1.0 1187:1.0 1188:1.0 1525:1.0 1631:1.0 2012:1.0 2080:1.0 2447:1.0 2749:1.0
5 4:1.5 6:0.2 12:0.2222222222222222 17:0.2 19:0.2 20:0.3333333333333333 48:1.0 49:0.007751937984496124 51:1.0 67:0.3333333333333333 96:0.16666666666666666 112:1.0 149:0.3333333333333333 158:0.3333333333333333 194:1.0 248:1.0 315:1.0 534:1.0 548:0.3333333333333333 1166:1.0 1187:1.0 1202:1.0 1568:1.0 1824:0.5 1918:1.0 1968:1.0 3111:1.0 5007:1.0
5 4:0.5 6:0.2 7:2.0 20:0.3333333333333333 21:0.2857142857142857 23:4.0 26:0.0196078431372549 38:0.25 45:1.0 49:0.007751937984496124 51:1.0 64:0.25 71:1.0 77:1.0 78:1.0 79:0.5 80:1.0 98:0.3333333333333333 117:0.5 135:1.0 176:0.5 199:1.0 203:0.5 241:0.3333333333333333 285:1.0 331:0.5 397:1.0 476:1.0 519:1.0 524:0.5 530:1.0 550:0.5 1246:1.0 1985:0.5 2128:1.0
5 4:2.0 9:0.3333333333333333 12:0.1111111111111111 20:0.3333333333333333 21:0.14285714285714285 23:2.0 24:0.14285714285714285 42:1.0 48:2.0 49:0.007751937984496124 51:1.0 71:1.0 80:1.0 120:0.2 125:0.3333333333333333 182:0.5 203:0.25 241:0.3333333333333333 249:1.0 265:1.0 333:1.0 431:1.0 483:1.0 493:1.0 524:0.5 621:1.0 675:1.0 740:1.0 1143:1.0 1554:1.0 6665:1.0
5 4:2.5 7:1.0 8:0.125 9:0.3333333333333333 15:0.14285714285714285 23:2.0 55:0.42857142857142855 62:0.2 64:0.25 73:1.0 117:0.5 121:0.02127659574468085 127:1.0 131:1.0 134:0.1111111111111111 218:1.0 236:0.3333333333333333 331:0.5 446:0.5 878:1.0 1144:1.0 1212:1.0 1595:1.0 1603:2.0 1828:1.0 1969:1.0 4294:1.0
5 4:0.5 12:0.1111111111111111 17:0.2 21:0.2857142857142857 23:2.0 26:0.0196078431372549 62:0.4 88:1.0 121:0.02127659574468085 127:1.0 203:0.25 307:1.0 446:0.5 449:1.0 543:1.0 2063:1.0
5 4:1.5 6:0.2 7:2.0 9:0.3333333333333333 19:0.1 20:0.6666666666666666 21:0.14285714285714285 23:2.0 44:0.5 46:1.0 48:1.0 55:0.14285714285714285 98:0.16666666666666666 117:0.5 121:0.0425531914893617 126:0.3333333333333333 141:0.2 356:1.0 503:1.0 550:0.5 682:1.0 814:1.0 929:1.0 989:1.0 1499:1.0 1500:1.0 2592:1.0
5 4:1.0 5:0.14285714285714285 12:0.1111111111111111 17:0.4 19:0.1 20:0.6666666666666666 21:0.14285714285714285 23:2.0 93:0.08333333333333333 98:0.16666666666666666 100:0.5 147:1.0 183:1.0 201:1.0 218:1.0 285:1.0 424:1.0 487:1.0 499:0.5 1464:1.0
5 4:2.5 6:0.4 8:0.125 12:0.1111111111111111 15:0.14285714285714285 17:0.2 21:0.14285714285714285 22:1.0 23:1.0 24:0.14285714285714285 46:1.0 48:1.0 49:0.007751937984496124 51:1.0 55:0.14285714285714285 64:0.25 71:1.0 93:0.08333333333333333 117:0.5 137:2.0 210:0.3333333333333333 255:1.0 315:1.0 316:0.5 488:1.0 592:1.0 640:1.0 830:1.0 871:1.0 1011:1.0 1046:1.0 3156:1.0
5 4:1.5 8:0.125 12:0.3333333333333333 20:1.3333333333333333 21:0.42857142857142855 23:3.0 24:0.14285714285714285 44:0.5 48:2.0 49:0.007751937984496124 51:1.0 55:0.2857142857142857 62:0.2 64:0.5 71:1.0 98:0.16666666666666666 100:0.5 121:0.02127659574468085 134:0.1111111111111111 141:0.4 153:1.0 162:1.0 183:1.0 190:0.2 210:0.3333333333333333 285:1.0 427:1.0 457:1.0 479:1.0 483:1.0 534:1.0 537:1.0 641:0.5 664:0.6666666666666666 740:1.0 890:1.0 1084:1.0 1179:1.0 1375:1.0 1525:1.0 1790:0.5 2157:1.0 2207:1.0 2577:1.0 3480:1.0
5 4:1.0 5:0.14285714285714285 11:0.5 12:0.1111111111111111 20:1.0 21:0.14285714285714285 26:0.0196078431372549 38:0.5 49:0.007751937984496124 51:1.0 55:0.14285714285714285 75:0.5 101:0.5 112:1.0 147:1.0 158:0.3333333333333333 366:1.0 367:1.0 601:0.5 1369:0.5 1579:1.0 1708:1.0 1790:0.5 1827:1.0 1831:1.0 3434:1.0 4219:0.5
5 4:1.5 5:0.14285714285714285 8:0.25 12:0.1111111111111111 20:0.3333333333333333 21:0.14285714285714285 23:1.0 24:0.14285714285714285 49:0.007751937984496124 55:0.14285714285714285 67:0.3333333333333333 68:0.5 73:1.0 84:1.0 112:1.0 121:0.02127659574468085 126:0.3333333333333333 203:0.25 250:1.0 519:1.0 765:1.0 811:1.0 1071:1.0 1344:0.5 1890:0.5 2967:1.0
5 4:0.5 6:0.2 7:1.0 11:0.5 20:0.3333333333333333 21:0.42857142857142855 23:2.0 26:0.0196078431372549 44:0.5 48:1.0 49:0.007751937984496124 51:1.0 74:1.0 99:1.0 112:2.0 121:0.0851063829787234 133:0.5 142:0.5 185:1.0 241:0.3333333333333333 279:0.3333333333333333 281:0.25 331:1.5 401:1.0 405:0.5 424:1.0 471:1.0 530:1.0 534:1.0 664:0.3333333333333333 892:1.0 1049:1.0 1144:1.0 1375:1.0 1415:1.0 1595:1.0 1992:1.0 2257:1.0 2470:1.0 4014:1.0
5 4:0.5 8:0.125 11:0.5 15:0.14285714285714285 20:0.3333333333333333 23:2.0 49:0.007751937984496124 51:1.0 71:2.0 73:1.0 75:0.5 117:0.5 136:1.0 141:0.2 176:0.5 185:1.0 190:0.2 196:1.0 255:1.0 274:1.0 281:0.25 401:1.0 477:1.0 548:0.3333333333333333 549:1.0 1066:1.0 1149:1.0 1278:1.0 1686:1.0 2231:1.0 3241:1.0 3242:1.0 5230:2.0
5 4:1.5 19:0.1 21:0.14285714285714285 23:2.0 26:0.0196078431372549 55:0.14285714285714285 92:1.0 98:0.16666666666666666 100:0.5 121:0.02127659574468085 122:1.0 123:1.0 205:0.5 236:0.3333333333333333 289:0.2857142857142857 872:2.0 908:1.0
5 4:0.5 17:0.2 19:0.1 20:0.6666666666666666 21:0.14285714285714285 23:3.0 47:1.0 88:1.0 92:1.0 117:0.5 121:0.0425531914893617 126:0.3333333333333333 148:0.5 331:1.0
5 4:0.5 19:0.1 20:0.6666666666666666 21:0.14285714285714285 23:1.0 34:1.0 35:1.0 42:1.0 55:0.14285714285714285 134:0.1111111111111111 148:0.3333333333333333 210:0.3333333333333333 417:1.0 907:1.0 2525:1.0 2690:1.0
5 4:1.0 19:0.2 20:0.3333333333333333 21:0.42857142857142855 23:1.0 26:0.0196078431372549 42:1.0 115:0.1 116:0.09090909090909091
5 4:1.5 5:0.14285714285714285 9:0.3333333333333333 12:0.1111111111111111 19:0.1 21:0.14285714285714285 26:0.0196078431372549 43:0.25 62:0.2 84:1.0 258:1.0 529:0.3333333333333333
5 4:0.5 19:0.1 20:0.3333333333333333 21:0.42857142857142855 23:2.0 26:0.0392156862745098 121:0.02127659574468085 124:0.5 133:0.5 134:0.1111111111111111 135:1.0 136:1.0 1122:0.5 1718:1.0
5 4:1.0 5:0.14285714285714285 15:0.14285714285714285 21:0.14285714285714285 23:4.0 26:0.0196078431372549 33:1.0 38:0.25 121:0.0425531914893617 126:0.3333333333333333 134:0.1111111111111111 144:1.0 149:0.3333333333333333 314:2.0 462:1.0 1074:1.0
5 4:1.5 21:0.14285714285714285 23:1.0 26:0.0196078431372549 48:1.0 62:0.2 63:1.0 137:1.0 148:0.3333333333333333 331:0.5 451:1.0 464:1.0 541:1.0 563:1.0 1122:0.5 1128:1.0 1415:1.0
5 4:1.5 5:0.14285714285714285 14:1.0 21:0.2857142857142857 23:1.0 26:0.0196078431372549 40:0.5 67:0.3333333333333333 68:0.5 73:1.0 126:0.3333333333333333 154:0.3333333333333333 202:0.5 246:1.0 278:1.0 507:0.3333333333333333 1603:1.0 6382:1.0
5 4:1.0 5:0.14285714285714285 15:0.14285714285714285 20:0.3333333333333333 23:1.0 54:1.0 96:0.16666666666666666 126:0.3333333333333333 127:1.0 149:0.3333333333333333 214:1.0 289:0.14285714285714285 355:1.0 424:1.0 513:1.0 1455:1.0 2040:1.0
5 4:1.0 21:0.14285714285714285 23:1.0 26:0.0196078431372549 38:0.25 70:0.5 194:1.0 289:0.14285714285714285 298:1.0 424:1.0 1144:1.0 3920:0.5
5 4:1.5 17:0.2 24:0.14285714285714285 63:1.0 98:0.3333333333333333 144:1.0 188:1.0 249:1.0 289:0.2857142857142857 307:1.0 446:0.5 513:1.0 1313:1.0 1363:1.0 1364:1.0 1487:1.0 2748:1.0
5 4:1.0 6:0.2 7:3.0 9:0.3333333333333333 12:0.1111111111111111 21:0.14285714285714285 23:1.0 48:1.0 49:0.007751937984496124 51:1.0 62:0.2 71:1.0 93:0.08333333333333333 121:0.02127659574468085 133:0.5 134:0.1111111111111111 136:1.0 175:1.0 176:0.5 202:0.25 316:0.5 390:0.5 655:1.0 1405:1.0
5 4:1.0 9:0.3333333333333333 11:0.5 19:0.2 20:0.3333333333333333 21:0.14285714285714285 23:3.0 38:0.25 49:0.007751937984496124 51:1.0 55:0.14285714285714285 64:0.5 80:1.0 98:0.16666666666666666 115:0.1 116:0.09090909090909091 137:1.0 200:1.0 201:1.0 288:0.5 292:0.125 320:1.0 386:1.0 413:1.0 424:1.0 468:1.0 476:1.0 612:1.0 621:1.0 1194:1.0 1197:1.0 2106:1.0 3049:1.0 3051:1.0
5 4:1.5 11:0.5 15:0.14285714285714285 20:0.3333333333333333 21:0.14285714285714285 23:2.0 24:0.14285714285714285 40:0.5 42:1.0 49:0.007751937984496124 51:1.0 55:0.14285714285714285 62:0.2 71:1.0 88:1.0 93:0.08333333333333333 125:0.3333333333333333 156:1.0 197:1.0 202:0.25 231:0.5 281:0.25 350:0.5 451:1.0 513:1.0 908:1.0 952:0.5 1408:1.0 2040:1.0 2081:1.0 2935:1.0 6591:1.0
5 4:1.0 6:0.2 7:1.0 17:0.2 20:0.3333333333333333 21:0.14285714285714285 26:0.0196078431372549 49:0.007751937984496124 54:1.0 71:1.0 84:1.0 93:0.08333333333333333 99:1.0 121:0.02127659574468085 136:1.0 137:1.0 202:0.25 231:0.5 287:1.0 390:0.5 1270:1.0 2191:1.0 4924:1.0
5 4:1.0 6:0.4 8:0.125 15:0.14285714285714285 21:0.14285714285714285 23:1.0 45:1.0 47:1.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.2857142857142857 64:0.25 74:1.0 88:1.0 96:0.16666666666666666 98:0.16666666666666666 134:0.1111111111111111 175:1.0 188:1.0 212:1.0 284:1.0 460:1.0 548:0.3333333333333333 549:1.0 662:1.0 952:0.5 1351:1.0 1448:1.0 2484:1.0 2691:1.0 2898:1.0 3176:1.0
5 4:1.0 8:0.25 15:0.14285714285714285 17:0.2 19:0.1 20:0.3333333333333333 21:0.5714285714285714 23:3.0 26:0.0196078431372549 38:0.5 49:0.007751937984496124 51:1.0 55:0.14285714285714285 68:0.5 88:1.0 98:0.16666666666666666 165:1.0 176:0.5 188:1.0 194:1.0 202:0.25 241:0.3333333333333333 255:1.0 296:1.0 308:1.0 331:0.5 370:1.0 390:0.5 437:1.0 536:1.0 566:1.0 652:1.0 877:1.0 991:1.0 1346:1.0 1509:1.0 1793:1.0 1863:1.0 2714:1.0 2967:1.0 3346:1.0 3387:1.0 3920:0.5 5059:1.0
5 4:2.5 6:0.2 7:1.0 8:0.125 15:0.14285714285714285 20:1.3333333333333333 23:2.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.2857142857142857 97:0.25 100:0.5 115:0.1 121:0.02127659574468085 134:0.1111111111111111 137:1.0 141:0.2 153:2.0 154:0.3333333333333333 158:0.3333333333333333 175:1.0 176:0.5 180:1.0 200:1.0 210:0.3333333333333333 264:1.0 284:1.0 333:1.0 366:1.0 424:1.0 641:0.5 652:1.0 653:0.5 682:1.0 814:1.0 890:1.0 903:1.0 1087:0.5 1278:1.0 1341:1.0 1389:0.5 1536:1.0 1620:1.0 2238:0.25 2692:1.0 3122:1.0 3357:1.0 4003:1.0 4614:1.0
5 4:1.0 6:0.2 7:1.0 12:0.1111111111111111 20:0.3333333333333333 21:0.14285714285714285 23:3.0 26:0.0196078431372549 38:0.25 49:0.015503875968992248 51:2.0 55:0.2857142857142857 80:1.0 88:1.0 98:0.16666666666666666 100:0.5 101:0.5 112:1.0 121:0.0425531914893617 122:1.0 132:1.0 139:1.0 149:0.3333333333333333 176:0.5 192:1.0 195:1.0 231:1.0 331:1.0 333:1.0 366:2.0 483:1.0 566:1.0 697:1.0 890:1.0 1060:1.0 1536:1.0 1577:1.0 2041:1.0 3434:1.0
5 4:0.5 6:0.2 7:1.0 12:0.4444444444444444 23:5.0 24:0.14285714285714285 48:5.0 49:0.023255813953488372 51:2.0 55:0.42857142857142855 71:2.0 88:1.0 98:0.16666666666666666 114:1.0 134:0.1111111111111111 137:2.0 158:0.3333333333333333 159:1.0 236:0.3333333333333333 251:0.5 269:0.5 331:0.5 383:1.0 537:2.0 596:1.0 641:0.5 662:1.0 675:1.0 679:0.1 800:1.0 1189:1.0 1569:1.0 1575:1.0 1576:1.0 1603:1.0 2963:1.0 3074:1.0 3105:2.0 3212:1.0 3438:1.0 3583:1.0 5237:1.0
5 4:1.5 6:0.2 8:0.125 11:0.5 12:0.2222222222222222 15:0.42857142857142855 20:0.6666666666666666 21:0.14285714285714285 22:1.0 23:4.0 24:0.42857142857142855 48:2.0 49:0.015503875968992248 51:2.0 55:0.2857142857142857 68:0.5 71:1.0 88:2.0 98:0.3333333333333333 112:1.0 129:1.0 141:0.2 158:0.3333333333333333 180:1.0 198:1.0 201:1.0 203:0.5 250:1.0 265:1.0 281:0.25 283:1.0 289:0.14285714285714285 292:0.125 331:1.0 397:1.0 424:1.0 499:0.5 506:1.0 814:1.0 1016:1.0 1048:1.0 1130:1.0 1149:1.0 2160:1.0 2816:1.0 3087:1.0 3807:1.0 6665:1.0
5 4:0.5 6:0.2 7:1.0 8:0.125 11:0.5 12:0.4444444444444444 15:0.14285714285714285 19:0.1 20:0.6666666666666666 21:0.14285714285714285 23:5.0 24:0.14285714285714285 49:0.015503875968992248 51:2.0 55:0.42857142857142855 64:0.25 68:0.5 71:1.0 78:1.0 88:1.0 95:1.0 121:0.0425531914893617 125:0.3333333333333333 136:1.0 137:2.0 141:0.2 212:1.0 236:0.3333333333333333 248:1.0 331:0.5 343:1.0 471:1.0 646:1.0 652:1.0 703:1.0 1136:1.0 1417:1.0 1489:1.0 1820:1.0 2074:1.0 2158:1.0 2475:1.0 2869:1.0 3042:1.0 3045:1.0 3212:1.0 4116:1.0
5 4:1.5 6:0.2 11:0.5 12:0.3333333333333333 15:0.14285714285714285 17:0.2 18:0.3333333333333333 20:0.3333333333333333 23:5.0 24:0.14285714285714285 46:1.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.14285714285714285 71:3.0 87:0.5 95:1.0 98:0.16666666666666666 100:0.5 112:1.0 121:0.06382978723404255 122:1.0 124:0.5 126:0.3333333333333333 180:1.0 181:1.0 185:1.0 197:1.0 231:0.5 236:0.3333333333333333 248:1.0 269:0.5 276:1.0 296:1.0 298:1.0 300:1.0 310:1.0 315:1.0 366:1.0 383:1.0 408:1.0 580:0.5 641:0.5 664:0.3333333333333333 669:0.5 929:1.0 1285:1.0 1966:1.0 1970:1.0 2231:1.0 2380:1.0
5 4:1.0 6:0.2 7:1.0 12:0.3333333333333333 15:0.14285714285714285 19:0.1 20:1.0 21:0.2857142857142857 23:3.0 24:0.14285714285714285 26:0.0196078431372549 38:0.25 48:2.0 49:0.023255813953488372 51:3.0 55:0.14285714285714285 62:0.2 64:0.5 71:1.0 88:1.0 118:1.0 121:0.02127659574468085 134:0.1111111111111111 158:0.3333333333333333 176:0.5 188:1.0 203:0.25 241:0.3333333333333333 300:1.0 310:1.0 383:1.0 435:1.0 466:1.0 468:1.0 476:1.0 519:1.0 529:0.3333333333333333 550:0.5 561:1.0 621:1.0 669:0.5 745:1.0 819:0.3333333333333333 991:1.0 1244:1.0 2380:1.0 3161:1.0 3929:1.0 4539:1.0
5 4:1.5 7:1.0 12:0.2222222222222222 19:0.1 20:0.6666666666666666 21:0.2857142857142857 23:5.0 24:0.2857142857142857 26:0.0196078431372549 46:1.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.42857142857142855 58:0.25 62:0.2 64:0.5 71:2.0 98:0.3333333333333333 110:1.0 112:2.0 121:0.06382978723404255 136:1.0 137:1.0 158:0.3333333333333333 179:1.0 199:1.0 228:1.0 276:1.0 281:0.25 300:1.0 314:1.0 323:1.0 611:1.0 664:0.3333333333333333 862:1.0 929:1.0 1005:1.0 1087:0.5 1232:1.0 1269:0.3333333333333333 1607:1.0 1966:1.0 2054:1.0 2214:1.0 2257:1.0 2281:1.0 2403:1.0 2462:1.0 2841:1.0 2932:1.0 3037:1.0 3038:1.0 3043:1.0 3214:1.0 5784:1.0 6946:1.0
5 4:1.0 8:0.125 12:0.6666666666666666 17:0.2 23:4.0 38:0.25 48:1.0 49:0.023255813953488372 51:3.0 55:0.42857142857142855 62:0.2 64:1.0 71:2.0 114:1.0 115:0.1 129:1.0 133:0.5 158:0.3333333333333333 194:1.0 231:0.5 280:1.0 414:0.5 537:1.0 550:0.5 601:0.5 652:1.0 958:1.0 1037:1.0 1053:1.0 1429:1.0 1509:1.0 1554:1.0 1940:1.0 2449:1.0 2892:1.0 2893:1.0 3063:1.0 3064:1.0 4204:1.0 4931:1.0 5681:1.0
5 4:0.5 6:0.2 8:0.375 12:0.5555555555555556 17:0.2 20:0.6666666666666666 21:0.14285714285714285 23:6.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.14285714285714285 62:0.2 67:0.3333333333333333 71:2.0 98:0.16666666666666666 112:1.0 118:1.0 129:1.0 133:0.5 154:0.3333333333333333 158:0.3333333333333333 198:1.0 223:1.0 241:0.3333333333333333 331:0.5 385:1.0 393:1.0 429:1.0 434:1.0 435:2.0 534:1.0 956:1.0 982:1.0 1081:1.0 1461:1.0 1539:1.0 2400:1.0 2488:1.0 2695:1.0 2878:1.0 5080:1.0 5163:1.0
5 4:1.0 6:0.2 7:2.0 8:0.125 11:0.5 12:0.1111111111111111 20:0.3333333333333333 21:0.2857142857142857 23:5.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.14285714285714285 71:2.0 88:1.0 98:0.3333333333333333 158:0.3333333333333333 178:1.0 198:1.0 199:1.0 203:0.25 250:1.0 295:1.0 312:1.0 664:0.3333333333333333 728:1.0 871:1.0 877:1.0 1000:0.5 1067:1.0 1254:1.0 1949:1.0 2009:1.0 2211:1.0 3058:1.0 3060:1.0 4406:2.0 4539:1.0 4931:1.0 6870:1.0
5 4:2.5 6:0.4 8:0.125 9:0.3333333333333333 11:0.5 12:0.3333333333333333 15:0.14285714285714285 19:0.1 21:0.14285714285714285 23:6.0 24:0.14285714285714285 38:0.5 42:1.0 46:1.0 48:3.0 49:0.023255813953488372 51:3.0 55:0.2857142857142857 61:1.0 62:0.4 63:1.0 85:1.0 96:0.16666666666666666 100:0.5 121:0.02127659574468085 122:1.0 147:1.0 188:1.0 197:1.0 203:0.25 248:2.0 249:1.0 273:1.0 300:1.0 314:1.0 331:0.5 332:1.0 333:1.0 383:1.0 406:0.5 435:1.0 449:1.0 484:0.3333333333333333 534:1.0 757:1.0 791:1.0 952:0.5 1427:1.0 2553:1.0 2592:1.0 2899:1.0 3078:1.0
5 4:1.0 6:0.2 9:0.3333333333333333 17:0.2 19:0.1 23:2.0 38:0.25 46:1.0 49:0.015503875968992248 51:2.0 55:0.14285714285714285 64:0.25 112:1.0 125:0.3333333333333333 137:1.0 148:0.6666666666666666 149:0.3333333333333333 154:0.6666666666666666 182:0.5 183:1.0 188:2.0 199:1.0 260:1.0 289:0.14285714285714285 860:2.0 861:3.0 862:1.0 1187:1.0 1370:1.0 2355:1.0 4573:1.0 4867:1.0
5 7:1.0 11:0.5 12:0.1111111111111111 18:0.3333333333333333 20:0.3333333333333333 23:5.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.14285714285714285 71:2.0 75:0.5 96:0.16666666666666666 98:0.16666666666666666 127:1.0 154:0.6666666666666666 158:0.3333333333333333 196:1.0 203:0.25 317:1.0 341:1.0 616:1.0 652:1.0 653:0.5 828:1.0 859:2.0 860:1.0 864:1.0 875:1.0 1116:1.0 1335:1.0 1522:1.0 1582:1.0 3132:1.0 3722:0.5
5 4:1.0 8:0.125 12:0.3333333333333333 23:3.0 49:0.023255813953488372 51:3.0 55:0.14285714285714285 85:1.0 95:1.0 127:1.0 154:0.6666666666666666 173:0.5 231:0.5 236:0.3333333333333333 289:0.14285714285714285 317:1.0 333:1.0 341:1.0 354:1.0 366:1.0 435:1.0 439:1.0 507:0.3333333333333333 828:2.0 858:1.0 859:1.5 860:1.0 861:1.0 862:1.0 1405:1.0 1649:1.0 1701:1.0 2161:1.0 2839:1.0 5179:1.0
5 4:2.5 6:0.2 8:0.125 12:0.3333333333333333 20:0.3333333333333333 23:2.0 29:1.0 38:0.5 48:1.0 49:0.015503875968992248 51:2.0 55:0.5714285714285714 64:0.25 71:1.0 127:1.0 137:1.0 139:1.0 154:0.3333333333333333 188:1.0 194:1.0 204:1.0 212:1.0 231:0.5 251:0.5 266:1.0 300:1.0 317:1.0 341:1.0 361:1.0 366:2.0 432:1.0 435:1.0 476:1.0 521:1.0 616:1.0 652:1.0 715:1.0 729:1.0 828:2.0 859:2.0 860:2.0 861:1.0 864:1.0 1075:1.0 1160:1.0 1251:1.0 1335:1.0 2049:1.0 2090:1.0 2921:1.0 3250:1.0 3920:0.5 5715:1.0
5 4:1.0 8:0.25 11:0.5 15:0.14285714285714285 19:0.1 21:0.2857142857142857 23:3.0 26:0.0196078431372549 49:0.023255813953488372 50:1.0 51:3.0 57:1.0 62:0.2 64:0.5 71:1.0 112:2.0 121:0.02127659574468085 126:0.3333333333333333 137:1.0 141:0.2 165:1.0 166:1.0 179:1.0 185:1.0 196:1.0 201:1.0 204:1.0 211:1.0 231:1.0 251:1.0 253:1.0 269:0.5 292:0.25 296:1.0 315:1.0 317:1.0 331:0.5 333:1.0 385:1.0 424:1.0 452:1.0 477:1.0 479:1.0 550:0.5 920:1.0 1209:1.0 1573:1.0 2211:1.0
5 4:2.5 7:2.0 12:0.2222222222222222 17:0.2 19:0.2 20:0.3333333333333333 21:0.2857142857142857 23:1.0 24:0.14285714285714285 42:1.0 49:0.015503875968992248 51:2.0 55:0.2857142857142857 62:0.2 98:0.16666666666666666 112:1.0 114:1.0 126:0.3333333333333333 158:0.6666666666666666 196:1.0 317:1.0 361:1.0 390:0.5 457:1.0 558:1.0 594:1.0 708:1.0 1370:1.0 1860:1.0 2330:1.0 2357:1.0
5 4:1.5 8:0.125 12:0.1111111111111111 19:0.2 20:0.6666666666666666 23:2.0 24:0.14285714285714285 49:0.015503875968992248 51:2.0 55:0.2857142857142857 100:0.5 133:0.5 185:1.0 198:1.0 210:0.3333333333333333 231:0.5 251:0.5 281:0.25 317:1.0 361:1.0 390:0.5 488:2.0 936:0.5 1149:1.0 1344:0.5 1539:1.0 1799:1.0 2077:1.0 2134:1.0 3157:1.0 3367:1.0
5 4:1.5 6:0.2 8:0.25 12:0.1111111111111111 17:0.2 19:0.2 20:1.0 21:0.2857142857142857 23:1.0 48:1.0 49:0.007751937984496124 51:1.0 55:0.14285714285714285 64:0.25 80:1.0 92:1.0 158:0.3333333333333333 165:1.0 312:1.0 317:1.0 331:0.5 534:1.0 562:1.0 641:0.5 682:1.0 2585:0.5 2695:1.0 2724:1.0 2898:1.0 3676:1.0 4708:1.0
5 4:2.5 49:0.007751937984496124 51:1.0 55:0.14285714285714285 68:0.5 96:0.16666666666666666 121:0.02127659574468085 136:1.0 251:0.5 317:1.0 361:1.0 390:0.5 401:1.0 601:0.5 871:1.0 1476:1.0 2296:1.0
5 4:1.0 5:0.14285714285714285 12:0.1111111111111111 17:0.2 19:0.1 20:0.6666666666666666 21:0.42857142857142855 23:1.0 26:0.0196078431372549 48:1.0 49:0.007751937984496124 51:1.0 113:1.0 114:1.0 116:0.09090909090909091 165:1.0 317:1.0 743:1.0
5 4:1.5 8:0.125 12:0.1111111111111111 18:0.3333333333333333 19:0.2 21:0.14285714285714285 23:2.0 24:0.14285714285714285 26:0.0196078431372549 38:0.25 48:2.0 49:0.007751937984496124 51:1.0 55:0.14285714285714285 64:0.25 71:1.0 121:0.02127659574468085 165:1.0 201:1.0 236:0.3333333333333333 244:1.0 248:1.0 255:1.0 296:1.0 317:1.0 333:1.0 353:1.0 361:1.0 362:0.5 365:1.0 483:1.0 746:1.0 804:1.0 830:1.0 1546:1.0 1752:1.0 3078:1.0 3543:1.0 3934:1.0 5440:1.0 6762:1.0
5 4:0.5 6:0.2 8:0.125 12:0.2222222222222222 19:0.1 20:0.3333333333333333 23:3.0 25:1.0 38:0.25 48:2.0 49:0.007751937984496124 51:1.0 68:0.5 88:1.0 97:0.25 98:0.16666666666666666 121:0.02127659574468085 126:0.3333333333333333 136:1.0 154:0.3333333333333333 193:1.0 236:0.3333333333333333 281:0.25 289:0.14285714285714285 317:1.0 361:1.0 363:1.0 364:1.0 365:1.0 418:1.0 424:1.0 534:1.0 1149:1.0 1199:1.0 1202:1.0 2213:1.0
5 4:1.5 8:0.125 23:2.0 38:0.25 42:1.0 55:0.14285714285714285 76:1.0 78:1.0 87:0.5 115:0.1 116:0.09090909090909091 148:0.5 181:1.0 185:1.0 449:1.0 952:0.5 2384:1.0 4997:1.0
5 4:1.0 7:1.0 11:0.5 15:0.2857142857142857 22:1.0 23:1.0 73:1.0 114:1.0 120:0.2 141:0.2 148:0.5 173:0.5 203:0.25 908:1.0 1370:1.0 2176:1.0
5 4:1.5 19:0.1 20:0.3333333333333333 21:0.42857142857142855 23:1.0 26:0.0196078431372549 58:0.25 64:0.25 98:0.16666666666666666 234:1.0 424:1.0 446:0.5 462:1.0 715:1.0 1269:0.3333333333333333 2288:1.0 2304:1.0
5 4:1.0 5:0.14285714285714285 21:0.2857142857142857 23:1.0 26:0.0392156862745098 189:1.0 390:0.5 2233:1.0
5 4:1.0 5:0.14285714285714285 12:0.1111111111111111 17:0.2 19:0.1 20:0.6666666666666666 21:0.2857142857142857 23:1.0 55:0.14285714285714285 64:0.25 68:0.5 71:1.0 80:1.0 98:0.16666666666666666 176:0.5 288:0.5 354:1.0 366:1.0 488:1.0 740:1.0 1364:1.0 1458:1.0 1617:1.0 1720:1.0 2695:1.0 4567:1.0 5195:1.0
5 4:0.5 5:0.14285714285714285 11:0.5 20:0.6666666666666666 23:3.0 48:2.0 49:0.007751937984496124 50:1.0 51:1.0 55:0.2857142857142857 64:0.25 71:1.0 76:1.0 88:2.0 102:1.0 110:1.0 121:0.02127659574468085 129:1.0 236:0.3333333333333333 244:1.0 253:1.0 315:1.0 316:0.5 428:1.0 521:1.0 550:0.5 746:1.0 1742:1.0 2222:2.0 2339:1.0 2766:1.0
5 4:0.5 12:0.2222222222222222 20:0.6666666666666666 21:0.2857142857142857 23:2.0 26:0.0196078431372549 38:0.25 42:1.0 49:0.007751937984496124 50:1.0 51:1.0 55:0.42857142857142855 93:0.08333333333333333 98:0.3333333333333333 113:1.0 236:0.3333333333333333 285:1.0 292:0.125 365:1.0 452:1.0 1065:0.5 2339:1.0 4263:1.0
5 17:0.2 20:0.3333333333333333 21:0.14285714285714285 23:2.0 24:0.14285714285714285 25:1.0 42:1.0 55:0.14285714285714285 64:0.5 80:1.0 88:1.0 121:0.02127659574468085 126:0.3333333333333333 134:0.1111111111111111 156:1.0 280:1.0 459:1.0 553:1.0 1525:1.0
|
354aef586dee2b9a58167e9d11589f20459d7885 | 4ad62940f89daf332cf9e241120da981bc1c3d5d | /testing/test5.tst | 5bc9d1eb61160ce0768f450abfeb9f782c378ea5 | [] | no_license | Rovi98/SBC-menu-IA | 473ca98cf474be3f2a8c1c49bc2880dd3e0a7432 | d661ffab75e77e92ac824457f279dfd81c13796a | refs/heads/master | 2020-05-18T19:05:40.016175 | 2019-05-22T13:27:39 | 2019-05-22T13:27:39 | 184,599,387 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 228 | tst | test5.tst | (batch "test_cfg.clp.bat")
65 ;age
170 ;height
55 ;weight
2 ;sex: female
2 ;execise-level: active
;no diseases
no ;no meat
no ;no egg and milk
3 ;religion
;no positive preferences
;no negative preferences
yes ;verbose print
|
b6994d50ab5daebaa5c3696fadc757ea27bfe1a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3669/CH1/EX1.1/1.sce | 239ed86dc6a4ed7d89df509744df72bb71fbbb6a | [] | 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 | 388 | sce | 1.sce |
//Variable declaration
e=1.6*10**-19; //charge of electron(c)
epsilon0=8.85*10**-12; //permittivity(C/Nm)
r0=236*10**-12; //seperation(m)
IE=5.14; //ionisation energy of Na(eV)
Ea=-3.65; //electron affinity(eV)
//Calculation
V=-e**2/(4*e*%pi*epsilon0*r0);
BE=IE+Ea+(V); //bond energy(eV)
//Result
printf('bond energy is %0.3f eV \n',(BE)) |
19e76b340fa83fd74a7dcf2f0dda1b1595d76227 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1061/CH9/EX9.16/Ex9_16.sce | 96d65bbf15499d3b166bffd6c84e07d316c58bd0 | [] | 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 | 231 | sce | Ex9_16.sce | //Ex:9.16
clc;
clear;
close;
R=0.40;// Responsivity in A/W
m=100*10^-6;// incident flux in W/m-m
A=2;// area in m-m
Po=m*A;// incident power in W
Ip=R*Po;// photon current in A
printf("The photon current =%d uA", Ip*10^6); |
e8b11625d113c177ef291ae4917608e175e1947b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3638/CH8/EX8.3/Ex8_3.sce | bff1d201ca1724fc2f07a986793ff5c4e66b8abd | [] | 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 | 491 | sce | Ex8_3.sce | //Introduction to Fiber Optics by A. Ghatak and K. Thyagarajan, Cambridge, New Delhi, 1999
//Example 8.3
//OS=Windows XP sp3
//Scilab version 5.5.2
clc;
clear;
//given
lambda0=1300e-9;//operating wavelength of single mode fiber in m
omega=5e-6;//spot size of fiber in m
alphat=0.1;//maximum value of loss in dB
u=sqrt(alphat*(omega^2)/4.34);//corresponding maximum value of transverse offset in m
mprintf("Maximum value of u=%.2f um",u/1e-6);//division by 1e-6 to convert in um
|
c24f42f8cd48850084abdf820ea65afef4469c6a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH16/EX16.6/Ex16_6.sce | 771ce48526ddc22d96218b4d450becf733066e2a | [] | 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 | 406 | sce | Ex16_6.sce | //Initilization of variables
W=16.1 //lb
u=0.10 //co-efficient of friction
g=32.2 //ft/s^2
theta=30 //degrees
F=1.39 //lb
//Calculations
//Applying Newtons Second Law
//Using F=1.39 lb
a=(W*sind(theta)-F)/(W/g) //ft/s^2
alpha=(F*0.5*5/2)/((W/g)*(0.5^2)) //rad/s^2
//Result
clc
printf('The value of a is %f ft/s^2 and alpha is %f rad/s^2.\n Hence the sphere will both roll and slip.',a,alpha)
|
2acce6be6b941f2984c6982782d32dbd82ce83e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1709/CH2/EX2.3/2_3.sce | 11b9788f1f3402bf4bae0373bcf32e4e4ac65019 | [] | 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 | 154 | sce | 2_3.sce | clc
//Initialization of variables
U=2545 //B/hr
m=50 //lbm
cv=1
//calculations
dT=U/(m*cv)
//results
printf("Change in temperature = %.1f F",dT)
|
8c410f2e34403806b264e8aef338d796a7ee69bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2168/CH9/EX9.15/Chapter9_example15.sce | dfb1d32b83638e3f0e9ac5703980c315d511e58c | [] | 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 | 943 | sce | Chapter9_example15.sce | clc
clear
//Input data
ma=6.8//Mass flow rate of air in kg/min
mf=0.45//Mass flow rate of petrol in kg/min
pa=1.033//Pressure of air in kg/cm^2
Ta=20+273//Temperature of air in K
va=97.5//Velocity of air in m/s
Cv=0.8//Velocity coefficient
g=1.4//Ratio of specific heats
R=29.27//Characteristic gas constant in kg.m/kg.K
x=0.75//pressure at the venturi is 0.8 of the pressure drop at the choke
Cd=0.65//Coefficient of discharge
pw=800//Weight of petrol in kg per cu.m
//Calculations
rp=(1-((va/Cv)^2/(((2*9.81*g)/(g-1))*R*Ta)))^(g/(g-1))//Pressure ratio
p2=(pa*rp)//Pressure in kg/cm^2
T2=(Ta*rp^((g-1)/g))//Temperature in K
da=(p2/(R*T2))*10^4//Density in kg/m^3
daa=sqrt((ma/(60*va*da))/(3.14/4))*100//Throat diameter in mm
df=sqrt((mf/(60*Cd*sqrt(2*9.81*pw*x*(pa-p2)*10^4)))/(3.14/4))//Orifice diameter in mm
//Output
printf('Throat diameter of the choke is %3.2f cm \n The orifice diameter is %3.5f m',daa,df)
|
67ed423f774c12430525bd202f7548392b067e0a | 845c8ae1a329364b6568f3529318bf19080ab941 | /hdl/Sum16.tst | 9ce3aad90c3f37c2c0d4461f7d35417263b3151f | [
"Apache-2.0"
] | permissive | DChristianson/FPGA_lpu | 133a843e4b1df4f225aee01438930d7c42659d08 | 86f6cdc9b0aecfbdccd6ed23b73a5026776db18f | refs/heads/main | 2023-02-26T04:53:41.561411 | 2021-02-04T23:52:08 | 2021-02-04T23:52:08 | 336,049,181 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,087 | tst | Sum16.tst | load Sum16.hdl,
output-file Sum16.out,
compare-to Sum16.cmp,
output-list time%S1.4.1 in%D1.3.1 in%B1.16.1 load%B2.1.2 inc%B2.1.2 reset%B2.1.2 out%D1.6.1 out%B1.16.1;
set in 48,
tick,
eval,
output;
tock,
eval,
output;
set in 49,
tick,
eval,
output;
tock,
eval,
output;
set in 50,
tick,
eval,
output;
tock,
eval,
output;
set in 51,
tick,
eval,
output;
tock,
eval,
output;
set in 52,
tick,
eval,
output;
tock,
eval,
output;
set in 53,
tick,
eval,
output;
tock,
eval,
output;
set in 54,
tick,
eval,
output;
tock,
eval,
output;
set in 55,
tick,
eval,
output;
tock,
eval,
output;
set in 56,
tick,
eval,
output;
tock,
eval,
output;
set in 57,
tick,
eval,
output;
tock,
eval,
output;
set reset 1,
tick,
eval,
output;
tock,
eval,
output;
set reset 0,
set load 1,
set in 48,
tick,
eval,
output;
tock,
eval,
output;
set in 49,
tick,
eval,
output;
tock,
eval,
output;
set in 50,
tick,
eval,
output;
tock,
eval,
output;
set in 51,
tick,
eval,
output;
tock,
eval,
output;
set in 52,
tick,
eval,
output;
tock,
eval,
output;
set inc 1,
set load 0,
tick,
eval,
output;
tock,
eval,
output;
set inc 0,
set load 1,
set in 53,
tick,
eval,
output;
tock,
eval,
output;
set inc 1,
set load 0,
tick,
eval,
output;
tock,
eval,
output;
set inc 0,
set in 54,
set load 1,
tick,
eval,
output;
tock,
eval,
output;
set inc 1,
set load 0,
tick,
eval,
output;
tock,
eval,
output;
set inc 0,
set in 55,
set load 1,
tick,
eval,
output;
tock,
eval,
output;
set in 56,
tick,
eval,
output;
tock,
eval,
output;
set inc 1,
set load 0,
tick,
eval,
output;
tock,
eval,
output;
set inc 0,
set reset 1,
tick,
eval,
output;
tock,
eval,
output;
set load 1,
set reset 0,
set in 49,
tick,
eval,
output;
tock,
eval,
output;
set load 1,
set in 48,
tick,
eval,
output;
tock,
eval,
output;
set inc 1,
set load 0,
tick,
eval,
output;
tock,
eval,
output;
set inc 0,
set load 1,
set reset 0,
set in 49,
tick,
eval,
output;
tock,
eval,
output;
set load 1,
set in 49,
tick,
eval,
output;
tock,
eval,
output;
set inc 1,
set load 0,
set in 10,
tick,
eval,
output;
tock,
eval,
output;
|
0d15b3145044460360b830ea1a36047197459a45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2066/CH4/EX4.1/4_1.sce | 9d0180e9bfc369b1ce04ea9e64d0611a6984da1d | [] | 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 | 4_1.sce | clc
clear
//Initialization of variables
rho=1.5 //g/cc
g=32.2 //ft/s^2
dzds=-0.5
x1=0
x2=3
//calculations
function dpds = func(s)
dpds=-rho*g*dzds - rho*(3+9*s)*9
endfunction
r1=func(x1)
r2=func(x2)
//results
printf("At the upper end, dp/ds = %.1f lb/ft^2 per foot",r1)
printf("\n At the lower end, dp/ds = %.1f lb/ft^2 per foot",r2)
|
2a3cfd71d8dbecd1313adc51693649ce833703fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH2/EX2.23.1/ex2_23_1.sce | ae4bc6d081c429789689abca213a38bffd617a13 | [] | 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 | 544 | sce | ex2_23_1.sce | //Chapter-2,Example2_23_1,pg 2-52
ni=2.4*10^19 //density of intrensic semiconductor
n=4.4*10^28 //no atom in Ge crystal
Nd=n/10^6 //density
Na=Nd
e=1.6*10^-19 //charge on electron
T=300 //temerature at N.T.P.
K=1.38*10^-23 //Boltzman constant
Vo=(K*T/e)*log(Na*Nd/(ni^2))
printf("Potential barrier for Ge =")
disp(Vo)
printf("Volts")
|
cb4ba215875f49d67240e3af27f6ae99233d6d9a | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Programming/teststringfunction.sce | d73d7b87b18542996f3e2a93c42f4e6dce137722 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 67 | sce | teststringfunction.sce | function y=foo(x)
y=1+x^2
endfunction
[out,in,txt]=string(foo) |
40ebe8f1270afdcd6d4780b419fe4179de62cd3a | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/Scripts/Astronomy/Mars/_SUB/_SUB_CreateMarsGeoGlobe.SCI | 2a25b77731bc52f4ab13d1e9f0bd234e5f887c9a | [
"LicenseRef-scancode-khronos",
"MIT"
] | permissive | pvaut/Z-Flux | 870e254bf340047ed2a52d888bc6f5e09357a8a0 | 096d53d45237fb22f58304b82b1a90659ae7f6af | refs/heads/master | 2023-06-28T08:24:56.526409 | 2023-03-01T12:44:08 | 2023-03-01T12:44:08 | 7,296,248 | 1 | 1 | null | 2023-06-13T13:04:58 | 2012-12-23T15:40:26 | C | UTF-8 | Scilab | false | false | 3,105 | sci | _SUB_CreateMarsGeoGlobe.SCI | #codeblock readtextfile(ScriptDir+"\TOOLS.sci");
function SUB_CreateMarsGeoGlobe(globeframe)
{
globegeoframe=globeframe.addsubframe("MarsGlobeGeological");
loadstored=true;
resol=60;
#MAIN PART OF THE CHART
surfGeo=globegeoframe.add("Surface","Name":"Geological");
if not(loadstored) then {
fnc=functor("radial2point(1,a1,a2)","a1","a2");
surfGeo.Generate(fnc,0,2*Pi*0.9999,resol,deg2rad(65),deg2rad(-65),resol/2);
surfGeo.canbuffer=true;
#correct for mercator projection to 65 degs
ffc=2*log(tan(Pi/4+deg2rad(65)/2));
fnc=functor("0.5+log(tan(Pi/4+asin(v.z)/2))/ffc","v");
surfGeo.GenerateVertexProperty(fnc,VertexPropertyTC2);
fnc=functor("angle(v.x,v.y)/(2*Pi)","v");
surfGeo.GenerateVertexProperty(fnc,VertexPropertyTC1);
saveobject(surfGeo,DataDir+"\MarsProjectData\StoredShapes\SurfGeo.mdl");
} else {
ReadObject(surfGeo,DataDir+"\MarsProjectData\StoredShapes\SurfGeo.mdl");
}
#NORTH POLE CAP
surfGeoNP=globegeoframe.add("Surface","Name":"GeologicalNP");
if not(loadstored) then {
fnc=functor("radial2point(0.997,a1,a2)","a1","a2");
surfGeoNP.Generate(fnc,0,2*Pi*0.9999,resol,deg2rad(55),deg2rad(90),resol/2);
surfGeoNP.canbuffer=true;
surfGeoNP.RenderBack=true;surfGeoNP.RenderFront=false;
#correct for stereographic projection
x=cos(deg2rad(55));z=sin(deg2rad(55));
ffc=0.5 / ( x/(1+z) );
fnc=functor("0.5-ffc*v.y/(1+v.z)","v");
surfGeoNP.GenerateVertexProperty(fnc,VertexPropertyTC1);
fnc=functor("0.5+ffc*v.x/(1+v.z)","v");
surfGeoNP.GenerateVertexProperty(fnc,VertexPropertyTC2);
saveobject(surfGeoNP,DataDir+"\MarsProjectData\StoredShapes\SurfGeoNP.mdl");
} else {
ReadObject(surfGeoNP,DataDir+"\MarsProjectData\StoredShapes\SurfGeoNP.mdl");
}
#SOUTH POLE CAP
surfGeoSP=globegeoframe.add("Surface","Name":"GeologicalSP");
if not(loadstored) then {
fnc=functor("radial2point(0.997,a1,a2)","a1","a2");
surfGeoSP.Generate(fnc,0,2*Pi*0.9999,resol,deg2rad(-55),deg2rad(-90),resol/2);
surfGeoSP.canbuffer=true;
#correct for stereographic projection
x=cos(deg2rad(-55));z=sin(deg2rad(-55));
ffc=0.5 / ( x/(1-z) );
fnc=functor("0.5-ffc*v.y/(1-v.z)","v");
surfGeoSP.GenerateVertexProperty(fnc,VertexPropertyTC1);
fnc=functor("0.5-ffc*v.x/(1-v.z)","v");
surfGeoSP.GenerateVertexProperty(fnc,VertexPropertyTC2);
saveobject(surfGeoSP,DataDir+"\MarsProjectData\StoredShapes\SurfGeoSP.mdl");
} else {
ReadObject(surfGeoSP,DataDir+"\MarsProjectData\StoredShapes\SurfGeoSP.mdl");
}
#load textures
txGeo=globegeoframe.createtexture("MarsGeologic",DataDir+"\textures\MarsGeologic.jpg");
surfGeo.texture=txGeo.name;
txGeoNP=globegeoframe.createtexture("MarsGeologicNP",DataDir+"\textures\MarsGeologicNP.jpg");
surfGeoNP.texture=txGeoNP.name;
txGeoSP=globegeoframe.createtexture("MarsGeologicSP",DataDir+"\textures\MarsGeologicSP.jpg");
surfGeoSP.texture=txGeoSP.name;
}
|
56522674e7619d6a5a9a4a4a2a6a8d4286209478 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH17/EX17.4w/17_4w.sce | ea34cf74e0d65394315065a0e73ab539e5ed2937 | [] | 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 | 552 | sce | 17_4w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 17.4w
//calculation of the separation between the slits
//given data
lambda=589.3*10^-9//wavelength(in m) of the sodium light
D=100*10^-2//separation(in m) between the slit and the screen
n=10//number of the bright fringe
x=12*10^-3//distance(in m) between the central maximum and the tenth bright fringe
//calculation
d=n*lambda*D/x//separation between the slits
printf('the separation between the slits is %3.1e m or %3.2f mm',d,d*10^3)
|
160da262377ba9ba83f9d6c9e60bd4f50bf886e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2195/CH2/EX2.6.3/ex_2_6_3.sce | 7987c5f835044e526ee91a281464b38884d744b0 | [] | 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 | 545 | sce | ex_2_6_3.sce | //Example 2.6.3:limiting error
clc;
clear;
close;
vr=40;//reading of voltmeter in volts
v=50;//rane in volts
va=50;//ammeeter reading in mA
i=125;//range in mA
fsd=2;//accurace in percentage in ±
dv=(2/100)*v;//limiting error of voltmeter
da=(2/100)*i;//liming error of the ammeter in mA
erv=dv/vr;//relative limiting error in voltmeter reading
eri=da/i;//relative limiting error in ammeter reading
et=erv+eri;//
pet=et*100;//percentage limiting error of the power calcultaed
disp(pet,"percentage limiting error of the power calcultaed (±)")
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.