blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 4
214
| content_id
stringlengths 40
40
| detected_licenses
sequencelengths 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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
70292cfd16a6007652186ae672bed18f7db70bdd | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH11/EX11.13/Example11_13.sce | 4abba8020b35a4ba5dccebea0a75521803b04894 | [] | 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 | 459 | sce | Example11_13.sce | //Example 11.13
clear;
clc;
Vreg=1.25;
VDO=2;
linerp=0.07;
Rpot=10*10^3;
CMRRdB=70;
VCC=15;
Imin=0;
Imax=1;
k=1;
R=Vreg/Imax;
PR=Vreg*Imax;
VLmax=VCC-VDO-Vreg;
delVo=1;
delIo=((Vreg*(linerp/100))+(10^(-CMRRdB/20)))/R;
Romin=delVo/delIo;
printf("R=%.2f ohms",R);
printf(",%.2f W",PR);
printf("\nVoltage Compliance=%.2f V",VLmax);
printf("\nMinimum Equivalent Resistance=%.2f kohms",Romin*10^(-3)); |
e4d9e2906966c1165cc86e7897ec48132c849f5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /800/DEPENDENCIES/8_7.sci | 92aba4f5c61288dbd19ea65daf8bfb1d36a36794 | [] | 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 | 55 | sci | 8_7.sci | Fa0 =38.3;
Ca0 = 18.3;
T0 = 1035;
Tr = 298;
V0 = 0; |
2f6e686656662c58aaa96693dfb067ebf5ea097b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3689/CH12/EX12.6/12_6.sce | 249c99e6422e1d62db1a355c3efef6e1503bf0c2 | [] | 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 | 263 | sce | 12_6.sce | ////
//Variable Declaration
n = 52 //Number of cards in std . pack
j = 5 //Number of cards in subset
//Calculation
C = factorial(n)/(factorial(j)*factorial(n-j))
//Results
printf("\n Maximum Possible 5-card combinations are %8d",C)
|
039a18303960de1363220e710bfa0052573c0efa | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH17/EX17.11/17Ex11.sce | fa2fa73d710ca439d88dcd54f4645fa47fe11efb | [] | 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 | 147 | sce | 17Ex11.sce | //chapter 17 Ex 11
clc;
clear;
close;
us=90;t1=6;t2=4;
t=t1+t2;
s_goods=us*t2/t;
printf("The speed of goods train is %d km/hr",s_goods);
|
843d0c9632e90858016962fb12d7c8af33fc1aeb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2081/CH4/EX4.2/Ex4_2.sce | 99fccff58949c6bb2ad8056b83a4b1d9ffb9558b | [] | 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 | 179 | sce | Ex4_2.sce | K=4
Acell=7
Acl=K*Acell//area of cluster
Asys=1765
Nservarea=Asys/Acl//number of clusters
N=round(Nservarea)
disp(N,'Numer of times the cluster of size 4 has to be replicated')
|
f441cd62e050e1a9166ac9b5ad50e19959d356b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1541/CH2/EX2.6/Chapter2_Example6.sce | 4de792dbecf53bbe89f1f32c608711cc706ea672 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 620 | sce | Chapter2_Example6.sce | //Chapter-2, Example 2.6, Page 2.11
//=============================================================================
clc
clear
//INPUT DATA
Io=6;//No load primary current in A
cosq=0.3;//Power factor
V1=220;//Primary voltage in V
V2=2200;//Secondary voltage in V
//CALCULATIONS
Wo=(V1*Io*cosq);//Core loss in W
Iw=(Io*cosq);//Iron loss current in A
Im=sqrt(Io^2-Iw^2);//Magnetsising current in A
//OUTPUT
mprintf('(a)Core loss is %3.0f W\n(b)Iron loss current is %3.1f A\n(c)Magnetising current is %3.2f A',Wo,Iw,Im)
//=================================END OF PROGRAM==============================
|
08d68049bdaf86076be0b0dc67efc17e70be7405 | f723e412ff19820dcd1f727100562b15a3e5d87d | /GSM Frame Structure.sce | 6bcf7cf80141d173747e55de132837aa5e94d845 | [] | no_license | Sid-149/Mobile-Communication-System | f53593fa9ceedeb95e41dab9a530f1b6e71ce991 | 7e249472fa7b038ec5cfe7a92e28f79e95d01470 | refs/heads/master | 2023-01-09T23:21:09.222110 | 2020-10-21T05:24:43 | 2020-10-21T05:24:43 | 288,692,109 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 600 | sce | GSM Frame Structure.sce | clc
clear
Rb = 270.833 //data rate of GSM (Kbps)
Ts = 156.25 //No. of bits in one time slot Ts
x = 1/Rb //one bit duration
y = Ts*x //one slot duration
z = y*8 //one frame duration
disp('One bit duration (ms):')
disp(x)
disp('One slot duration (ms):')
disp(y)
disp('One frame duration (ms):')
disp(z)
framerate = (270.833*10e3)/1250
disp('Framerate (bps):')
disp(framerate)
multiframe = 26*z
disp('Multiframe (ms):')
disp(multiframe)
superframe = 51*multiframe
disp('Superframe (ms):')
disp(superframe)
hyperframe = 2048 *superframe
disp('Hyperframe (ms):')
disp(hyperframe)
|
ea2bbb8e6c51b6129a685db676db67aebf615f77 | 207c864c3f938783d617dca78232e70445ae21e6 | /polyLagrange.sci | 0568de0bc33bab7ddafc8a83ce596f0cdcdba35d | [] | no_license | raresica/CalculNumeric | a211a57fd4851e546c0b5eb866b3b228534a982c | 5564822ff9f5dab745208898ef9162322b28bff2 | refs/heads/master | 2021-02-11T05:03:13.720791 | 2020-04-15T10:42:58 | 2020-04-15T10:42:58 | 244,457,154 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 492 | sci | polyLagrange.sci | function lag=polyLagrange ( x , y , s )
z=poly(0,s) ;
[k ,n]= size ( x ) ;
[k ,m]= size ( y ) ;
if m~=n then
lag ="Data error "
return
end
v=zeros(1,n);
w=zeros(1,n);
for i=1:n do
v(i)=y(i) ;
end
for k=1:n-1 do
for i =1:n-k do
w(i)=((z-x(i))*v(i+1)-(z-x(i+k))*v(i))/(x(i+k)-x(i));
end
for i=1:n-k do
v(i)=w(i);
end
end
lag=v(1);
endfunction
|
7a6ccee9d3ff22055a918f5a480d327ae47491b9 | dd1ecbd8dc9f2817544517bd6d33ef7c0fffccde | /projects/pp3/Drinks.tst | 02bba9e329c6ec59a220dc746faf23eca7c57b7a | [] | no_license | cujun/Nand2Tetris | b32254a2756e548832edfe6af535d24ac683226e | f745b58858328dc407e6770704a6ee9601079f0a | refs/heads/master | 2021-01-22T00:09:30.350789 | 2017-12-20T07:27:53 | 2017-12-20T07:27:53 | 102,185,045 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 551 | tst | Drinks.tst | load Drinks.hdl,
output-file Drinks.out,
compare-to Drinks.cmp,
output-list juice%B3.1.3 water%B3.1.3 wine%B3.1.3 out%B3.1.3 ;
set juice 0,
set water 0,
set wine 0,
eval,
output;
set juice 1,
set water 0,
set wine 0,
eval,
output;
set juice 0,
set water 1,
set wine 0,
eval,
output;
set juice 1,
set water 1,
set wine 0,
eval,
output;
set juice 0,
set water 0,
set wine 1,
eval,
output;
set juice 1,
set water 0,
set wine 1,
eval,
output;
set juice 0,
set water 1,
set wine 1,
eval,
output;
set juice 1,
set water 1,
set wine 1,
eval,
output;
|
44e8c43cad5d903e0cad97ffed0b6d2ad60c2eb4 | f98e6eb45cba97e51f3e190748f75d277fc4c38d | /Lab/Lab5/MySequence.sce | 7cb2f89580124981a7f6f37d59aea6f213d5d9a4 | [] | 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 | 841 | sce | MySequence.sce | function [s] = MySequence(n)
// หาค่าของ s_n เมื่อ n เป็นจำนวนเต็มบวกที่กำหนดให้ โดยใช้ฟังก์ชันเวียนเกิด
if n <= 0 then
// แจ้งข้อผิดพลาดแก่ผู้ใช้งาน
error("n ต้องเป็นจำนวนเต็มบวก");
elseif n == 1 then
s = 1; // output ค่าของ s_1
elseif n == 2 then
s = 2; // output ค่าของ s_2
elseif n == 3 then
s = 3/4; // output ค่าของ s_3
else
s = MySequence(n-1); // s = s_{n-1}
s = s + 2*sqrt(MySequence(n-2)); // s = s + 2*sqrt(s_{n-2})
s = s / (4*MySequence(n-3)); // s = s / (4*s_{n-3})
end
endfunction
|
b9825e3b73ed609dd6f274963cd2105a6c5f5484 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1583/CH2/EX2.14/SSA_Ex_2_14.sce | ed3d7f971ba5f1b5157f469e52f561f212a69cd1 | [] | 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 | SSA_Ex_2_14.sce | clc
//Chapter 2:Small Signal Amplifiers
//example 2.14 page no 57
//given
Z1=1*10^3//assuming impedance value for required specification
Av=100//voltage gain
Z2=(Av-1)*Z1
mprintf('Z1=%d Kohm \n Z2=%d Kohm',Z1*1e-3,Z2*1e-3)
|
1ac32ff320d352b84c920999c5eaedbc7cb98936 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH13/EX13.23/Ex13_23.sce | 1b22de823f6134d45ec5619ba97922fa0c62b99f | [] | 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 | 143 | sce | Ex13_23.sce | //Ex13_23 PG-13.13
clc
clear
printf("conversion of decimal number 54 base to a number with base 4 =")
a=[54]
x=dec2base(a,4);
printf(" %s",x)
|
e9ed3f15d6e3905f4621ee13c9c5b6c98fa37a11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH1/EX1.35/1_35.sce | 35f09ecdd717619adb0a61b07d2cef81f1e95f6a | [] | 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 | 554 | sce | 1_35.sce | //To determine the coil parameters with resistance of 5 ohms
clc;
clear;
//Parameters of the coil
R=5; // Resistance
I=10; // Current flowing
V=200;// Voltage across
f=50;// Frequency of operation
P=750;//Total Power Dissipated
Pc=(I^2)*R; // Copper Loss
Pil=P-Pc;// Iron Loss
Z=V/I;// Impedance
X=sqrt((Z^2)-(R^2));//Reactance
L=X/(2*%pi*f);// Inductance
pf=P/(V*I); // Power Factor
printf('i The iron loss = %g W\n',Pil)
printf('ii) The inductance at the given value of current = %g H\n',L)
printf('iii) p.f = %g\n',pf)
|
2f0ce841b6f5f1980929d1ef34cd7be1147e0093 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3637/CH5/EX5.10/Ex5_10.sce | 27f39325dedb692c65f8a769fbd42a510b720d3f | [] | 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 | 417 | sce | Ex5_10.sce | //problem 10 pagenumber 5.101
//given
r1=100e3;format(6);
rf=250e3;
r3=70e3;//ohm
fce=200;//hz
fci=2e3;//hz
ft=1e6;//hz
enw=20e-9;
inw=0.5e-12;
f1=0.1;
fa=ft/(1+(rf/r1));
rn=r1*rf/(r1+rf);
p=fce*log(fa/f1)+1.57*fa-f1;
q=(r3^2+rn^2)*(fci*log(fa/f1)+1.5*fa-f1);
r=1.65e-20*(r3+rn)*(1.57*fa-f1);
en=(1+rf/r1)*(enw^2+p+inw^2*q+r);
disp('rms voltage = '+string(sqrt(en))+' μvolt rms');//error in book
|
acbf884ded360cf693358f47d38dd7ed2d7301c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH8/EX8.3/Ex8_3.sce | b5c0e483aee7d3ac2ccdcafdb95b31892ee084f5 | [] | 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,168 | sce | Ex8_3.sce | clc
P=5e+5//rated power output in Watts
P1=25e+4// power at half rated torque
f=50//frequency in Hz
If=10//rated firld current in amp
Xs=10//reactance in ohm
p=4//no.of poles
Vl=33e+2//line voltage in volts
Vph=Vl/sqrt(3)//phase voltage in volts
Is=P/(sqrt(3)*Vl*0.8)//Current in amp
theta1=acosd(0.8)
E=Vph-(-%i*Xs*(Is*(%i*sind(theta1)+cosd(theta1))))
y=imag(E)
x=real(E)
Er=sqrt((y^2)+(x^2))
theta2=atand(y/x)
d1=asind(P1*Xs/(3*Vph*(abs(E))))
Is1=(Vph-Er*(cosd(d1)-%i*sind(d1)))/(%i*Xs)
y1=imag(Is1)
x1=real(Is1)
Is1r=sqrt((y1^2)+(x1^2))
theta3=atand(y1/x1)
pf=cosd(theta3)
Is2=P/(Vph*3)
E2=Vph-(%i*Xs*(Is2*(%i*sind(0)+cosd(0))))
If1=abs(E2)*If/E
If1r=abs(If1)
If3=15//field current in amp
E3=If3*(Er)/If//in volts
Is3=sqrt(((E3^2)-(Vph^2))/(Xs^2))
P3=3*Vph*Is3*cosd(0)
Ns=120*f/p//synchronous speed
wm=Ns*2*%pi/f//in rad/sec
T=P3/wm//in Nm
printf('\n\n The Armature Current at half rated torque and rated field current=%0.1f Amp\n\n',Is1)
printf('\n\n The power Factor=%0.1f\n\n',pf)
printf('\n\n The Field Current=%0.1f Amp\n\n',abs(If1))
printf('\n\n The Torque for upf operation for 15 amp field current=%0.1f N-m\n\n',T)
|
21ae24a43e2d3081ebde95a7327d3c736650ccf8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3647/CH2/EX2.3/Ex2_3.sce | 9a247068b2895b9d8daac24c040bbe61355a21fd | [] | 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_3.sce | //Solutions to Problems In applied mechanics
//A N Gobby
clear all;
//distance travelled along incline before coming to rest
clc
//initialisation of variables
w1=10//tonf
r=36//in
w=1/4//tonf
g=14//in
t=30//mile/h
s=100//in
m=20//lbf/tonf
h=2240//lbf
q=44//in
g1=32.2//ft
//CALCULATIONS
K=(w1*h*(q^2))/(2*g1)//ft lbf
L=q/1.5//rad/s
R=(2*1/2*(1/4*h/g1)*(g/12)^2)*L^2//ft lbf
T=K+R//ft lbf
M=m*w1//lbf
G=w1*h*(1/s)//lbf
S=K/(M+G)//ft
//RESULTS
printf('the distance travelled along incline before coming to rest=% f ft',S)
|
725c99fa81c9925b18b0b3e38de6ef667dc076ad | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH14/EX14.9/Example14_9.sce | 155fe19f01018fb86563b4af317477d50f986817 | [] | 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,711 | sce | Example14_9.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 7: UNDERGROUND CABLES
// EXAMPLE : 7.9 :
// Page number 215
clear ; clc ; close ; // Clear the work space and console
// Given data
d = 2.5 // Conductor diameter(cm)
D = 6.0 // Sheath diameter(cm)
V_l = 66.0 // Line Voltage(kV)
// Calculations
alpha = (D/d)**(1.0/3) // α
d_1 = d*alpha // Best position of first intersheath(cm)
d_2 = d_1*alpha // Best position of second intersheath(cm)
V = V_l/3**0.5*2**0.5 // Peak voltage on core(kV)
V_2 = V/(1+(1/alpha)+(1/alpha**2)) // Peak voltage on second intersheath(kV)
V_1 = (1+(1/alpha))*V_2 // Voltage on first intersheath(kV)
stress_max = 2*V/(d*log(D/d)) // Maximum stress without intersheath(kV/cm)
stress_min = stress_max*d/D // Minimum stress without intersheath(kV/cm)
g_max = V*3/(1+alpha+alpha**2) // Maximum stress with intersheath(kV/cm)
// Results
disp("PART II - EXAMPLE : 7.9 : SOLUTION :-")
printf("\nMaximum stress without intersheath = %.2f kV/cm", stress_max)
printf("\nBest position of first intersheath, d_1 = %.2f cm", d_1)
printf("\nBest position of second intersheath, d_2 = %.3f cm", d_2)
printf("\nMaximum stress with intersheath = %.2f kV/cm", g_max)
printf("\nVoltage on the first intersheath, V_1 = %.2f kV", V_1)
printf("\nVoltage on the second intersheath, V_2 = %.2f kV \n", V_2)
printf("\nNOTE: Changes in the obtained answer is due to more precision here")
|
221b58f24477467dda789edd963d93287181abce | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /NZFunctions/Copulas/Student-T-Copula-NZ-UM-01TMP.tst | d0a6b7f02cb04a93fb32acac29515ddd9d7b9981 | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,967 | tst | Student-T-Copula-NZ-UM-01TMP.tst | --INFO: Reading startup configuration from file PulsarLogOn.act_ssl_config
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata Aster
--
-- Copyright (c): 2016 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC.
-- Functional Test Specifications:
--
-- Test Category: Copulas – Multivariate Distributions
--
-- Last Updated: 05-30-2017
--
-- Author: <[email protected]>
--
-- BEGIN: TEST(s)
-----****************************************************************
---Student’s T Copula
-----****************************************************************
------------------------------------------------------------------------------------
/******************************************************************/
/**************** First truncate all the tables *******************/
/******************************************************************/
TRUNCATE TABLE tblSimUncorr;
TRUNCATE TABLE tblCholesky;
TRUNCATE TABLE tblSimCorr;
TRUNCATE TABLE tblChiSq;
/******************************************************************/
/******** Generate uncorrelated standard normal variates **********/
/******************************************************************/
INSERT INTO tblSimUncorr
SELECT a.SerialVal AS TrialID,
b.SerialVal AS DrawID,
c.SerialVal AS SeriesID,
FLSimNormal(RANDOM(), 0, 1)
FROM fzzlSerial a,
fzzlSerial b,
fzzlSerial c
WHERE a.SerialVal <= 10000 ---- number of trials
AND b.SerialVal <= 1000 ---- number of draws
AND c.SerialVal <= 4 ---- number of variates
ORDER BY 1, 2, 3;
/******************************************************************/
/**************** Generate Chi-square Distribution ****************/
/******************************************************************/
INSERT INTO tblChiSq
SELECT a.SerialVal,
FLSimChiSq(RANDOM(), 4) ---- degrees of freedom = 4
FROM fzzlSerial a
WHERE a.SerialVal <= 1000;
/******************************************************************/
/**************** Perform Cholesky decomposition ******************/
/******************************************************************/
INSERT INTO tblCholesky
SELECT FLMatrixRow(p.CholeskyStr) AS Row,
FLMatrixCol(p.CholeskyStr) AS Col,
FLMatrixVal(p.CholeskyStr) AS Value
FROM (
SELECT FLCholeskyStr(a.seriesid1, a.seriesid2, a.Correl)
OVER (PARTITION BY 1) AS CholeskyStr
FROM tbldistCorrel a
WHERE a.seriesid1 <= 4 ---- Limit rows and columns
AND a.seriesid2 <= 4 ---- to match the number of variates
) AS p
ORDER BY 1, 2;
/******************************************************************/
/*** Multiply the lower triangular matrix and the un-correlated ***/
/*** random draws, add the chi-square and then add the mean and ***/
/*** std dev to generate the correlated standard distributions. ***/
/******************************************************************/
INSERT INTO tblSimCorr
SELECT p.TrialID,
p.DrawID,
p.SeriesID,
q.Mean + q.StdDev * (p.SimValue * POW((4.0 - 2.0)/r.SimValue, 0.5))
FROM (
SELECT a.TrialID,
a.DrawID,
b.Row AS SeriesID,
FLSumProd(b.Value, a.SimValue) AS SimValue
FROM tblSimUncorr a,
tblCholesky b
WHERE b.Col = a.SeriesID
GROUP BY a.TrialID, a.DrawID, b.Row
) AS p,
tblDistParams q,
tblChiSq r
WHERE q.SeriesID = p.SeriesID
AND r.DrawID = p.DrawID;
SELECT *
FROM tblSimUncorr
LIMIT 20;
SELECT *
FROM tblCholesky
LIMIT 20;
SELECT *
FROM tblSimCorr
LIMIT 20;
SELECT *
FROM tblChiSq
LIMIT 20;
|
ed4baf7daaa7516792d50180b5f30b61dcbcbd49 | 15bf4ee8d91ef90d0d81c87a04af5b3c59c6169b | /Gauss_Hermite.sce | 7583f1a098b535b6108e02010aeb5ce65449f3cc | [] | no_license | pranavmoon/Sci-Lab_SEM-IV | d72e99585b6fa9b3dfafac7b01cd143a594271b8 | 0558caab887ef0f2516150bec039a5555c33c3a2 | refs/heads/main | 2023-04-01T09:06:51.530784 | 2021-04-02T08:04:39 | 2021-04-02T08:04:39 | 353,936,928 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,356 | sce | Gauss_Hermite.sce | //Gauus -Hermite Quadrature method of integration.
// int_-inf to inf [a_0+a_1 x+a_2 x^2+..]dx = w_i * f(x_i)
// Pranav Kumar
clc;
clear
function d =f(x)
//d= cos(x)+x.^4
d= 1 ./(1+x.^2);
endfunction
function GH()
// ---------Finding roots/nodes and corresponding weights-----
n = input("Enter order (n>0) of Hermite polynomial : ");
//------ scilab does not derivat transcendental function
//s=poly(0,"s"); // Define variable s. only for polynomials
//
//H = exp(-s^2); // poly does not define transcendental function.
//for i=1:n
// H = derivat(H);
//end
//
//H = (-1)^n* exp(s^2)*H;
////----Use reccurrence relation to generate polynomial-----
s=poly(0,"x");
function hr = H(n,s)
if n==0 then
hr = 1;
elseif n==1 then
hr = 2*s;
else
hr = 2*s*H(n-1,s)-2*(n-1)*H(n-2,s);
end
endfunction
hp = H(n,s);
disp(hp,"Hermite polynomial--")
//--another way to find H- polynomials...
//h0=1;
//h1=2*s;
//function hr = H(h0,h1,n)
// hr=2*s*h1-2*n*h0;
//endfunction
////for i = 0:n-1
// hp = H(h0,h1,i);
// disp(hp);
// h0=h1;
// h1=hp;
//end
//-----------------------------
r = roots(hp); // roots of nth order Hermite polynomial
disp([r], "***-->Roots of the "+string(n)+" order Hermite Polynomial is")
r=r';
A = [];
B=[];
//Generating matrice to solve for weight: A*W=B.....
// RHS column vector by integration of e^(-x^2) x^k for k=0,1,2...2n-1...
for k =0:2*n-1
R = (r.^k);
A = [A;R];
Int = 'x^k*exp(-x^2)';
II = integrate(Int,'x',-100,100,1e-4);
B = [B;II];
end
disp([A,B], "**--> Augmanted Matrix to solve for weights ")
//
// A*W = B
w = (1/A)*B; //
disp(linsolve(A,-B)'," Weights : ");
disp([r', w],["** Root/Node", " Weight"])
//---------Integration--------------
I = f(r)*w;
disp(I, "-->Integration value from "+string(n)+"-point Gauss-Hermite Quadrature:")
plot(r',w,"o")
xtitle("Plot of nodes and weights for Gauss-Hermite Quad", "Nodes (x)", "Weights (w)")
endfunction
//------------
disp(" For n-point Gauss Hermite Quadrature ")
fl=1;
while fl>0
disp([" 1. Enter 0 to exit program" ; " 2. Enter any none zero value to find Integration. ";])
fl = input(" ");
if fl ==0
break;
end
GH();
end
disp(" Program stops ")
|
f9693aefc52c62ed6833b85cd93dbd211eb93bb7 | 0948c8f7dc46227ae14d9610b50131752218c343 | /Salt and pepper noise removal.sce | a2841e4ec2d4b765d12125838e4464bc6156ccd6 | [
"MIT"
] | permissive | OmkarGharat/Salt-and-Pepper-Noise-removal | 2c0bb120f9abe7327659a4be7c963f280d6bb713 | 40ee3daf341aa0a810ac0be8e633a4dd07592af5 | refs/heads/main | 2023-05-22T05:14:03.487165 | 2021-06-05T09:56:43 | 2021-06-05T09:56:43 | 374,077,515 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 213 | sce | Salt and pepper noise removal.sce | a=imread('salt_dog.jpg');
[m,n]=size(a);
for i=2:m-1
for j=2:m-1
d(i,j)=median([a(i-1,j+1),a(i,j+1),a(i+1,j+1),a(i-1,j),a(i,j),a(i+1,j),a(i-1,j-1),a(i,j-1),a(i+1,j-1)]);
end
end
imshow(d);
|
dc53d6959933e5d6977b2735862399bd90d7f47f | 85fe3541d4988b676b5ab7c8ed719a26fe38e3c8 | /Examples/deformation.sce | e5f60abac904c826b90a442cb4d097033b706279 | [
"Unlicense"
] | permissive | UnknowableCoder/SimCampEl | c115105b2b5837b3a1eb012d1acb89015eade17f | 9bd83c6316e16a161d19393ad79a4e3bdcb30679 | refs/heads/main | 2023-03-13T23:07:25.000479 | 2021-03-12T13:38:35 | 2021-03-12T13:38:35 | 347,071,759 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 238 | sce | deformation.sce | 3
0 0 0 0 0 0 0 0 0 1 0 0.5 Charge 0
-1.10000002384185791015625 0 0 0 0 0 0 0 0 1 0 0.5 Charge -
1.10000002384185791015625 0 0 0 0 0 0 0 0 1 0 0.5 Charge +
-20 -20 -20 20 20 20
0
2*cos(t)
0
0
0
0
299792448 4 0
|
4d044fba9450811c329277c8f228c1e99576c4e2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH17/EX17.9/example17_9.sce | 43851737ac012533799159e88ad1f3f0f0c5a1ea | [] | 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 | 547 | sce | example17_9.sce | //Chapter 17
//Example 17_9
//Page 411
clear;clc;
gmva=10;
gx=30;
rmva=10;
rx=10;
tmva=5;
tx=5;
base=input("Enter base MVA: ");
pergx=base*gx/gmva;
printf("%% reactance of each generator = %.0f %% \n\n", pergx);
perrx=base*rx/rmva;
printf("%% reactance of each generator = %.0f %% \n\n", perrx);
pertx=base*tx/tmva;
printf("%% reactance of each generator = %.0f %% \n\n", pertx);
xbc=(pergx+perrx)/2+pertx;
tx=xbc*pergx/(xbc+pergx)+pertx;
sc=base*100/tx;
printf("Total %% reactance = %.2f %% \n\n", tx);
printf("S.C MVA = %.2f \n\n", sc);
|
6596db43fdd9ad237b6735c002e237f1a388ee8e | 7a7243b631b4f0fb324461821ad8dad7d9534fff | /macros/buildmacros.sce | 1243f1842f4064a758be47ee107e12a8872477ed | [] | no_license | Mishrasubha/napari-toolbox | 1db240ec69cb1c3499fd639c790555716493f54a | e1b8dfe5539d457a57ca20dae2661dab55088368 | refs/heads/master | 2022-10-11T20:49:00.512777 | 2020-06-15T07:14:11 | 2020-06-15T07:14:11 | 272,357,233 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 149 | sce | buildmacros.sce | // This file is released under the 3-clause BSD license. See COPYING-BSD.
tbx_build_macros(TOOLBOX_NAME,get_absolute_file_path("buildmacros.sce"));
|
e6e00b45a5b159fa17cbfd3a9636b1edc7cc981f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH7/EX7.4/7_4.sce | 1049d83c4818691ee46018d98933679784ca38d2 | [] | 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 | 681 | sce | 7_4.sce | //Calculate E per phase and Current and pf
clc;
clear;
V=2300;
delta=20;
Pd=255*735.5; // Power delivered converted to W from HP
Xs=10;
eff=90/100; //Efficiency
P=Pd/eff;
E=poly([0 1],'E','c');
x=(sqrt(3)*E*V*sind(delta))-(P*Xs); // Characteristic Equation to find E
E=roots(x);
Vph=V/(sqrt(3));// Phase Voltage
I=((Vph*expm(%i*0))-(E*expm(%i*(-%pi/9))))/(%i*Xs);// Current Eqaution
[Im,phi]=polar(I); // Angle in radians and magnitude
phid=(abs(phi)/%pi)*180;// Power Factor Angle in Degrees
pf=cosd(phid);
// High Precision Answers
printf('a) E per phase = %g V \n',E)
disp('amperes',I,'b) I =')
printf('\n c) p.f = %g lead \n',pf)
|
ac7656c811e4d62ea66bb0ac16f7878c15ef7a33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3689/CH17/EX17.3/17_3.sce | b8e9ca0e4d497e85e82821a27f1701630acbb25d | [] | 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 | 17_3.sce | ////
//Variable Declaration
D = 1.0e-5 //Diffusion coefficient, m2/s
t1 = 1000 //Time, s
t10 = 10000 //Time, s
//Calculations
xrms1 = sqrt(2*D*t1)
xrms10 = sqrt(2*D*t10)
//Results
printf("\n rms displacement at %4d and %4d is %4.3f and %4.3f m respectively",t1,t10,xrms1,xrms10)
|
4f43054611a02cf238cd44888105d85f90c583f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH3/EX3.27/Exa3_27.sce | 2e3c9f189810aa5f3c9f8b1725287daeeba4f8ae | [] | 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 | 623 | sce | Exa3_27.sce | //Exa3.27
clc;
clear;
close;
// given data
N_D=10^21;// in m^-3
N_A=10^22;// in m^-3
D_e=3.4*10^-3;// in m^2/s
D_h=1.2*10^-3;// in m^2/s
L_e=7.1*10^-4;// in m
L_h=3.5*10^-4;// in m
n_i=1.602*10^16;// in /m^3
e=1.6*10^-19;// in C (electron charge)
// Formula I_0=a*e*[D_h/(L_h*N_D) + D_e/(L_e*N_A)]*n_i^2
//and
// Reverse saturation current density = I_0/a = [D_h/(L_h*N_D) + D_e/(L_e*N_A)]*e*n_i^2 , So
CurrentDensity= [D_h/(L_h*N_D) + D_e/(L_e*N_A)]*e*n_i^2;// in A
CurrentDensity=CurrentDensity*10^6;// in micro A
disp("Reverse saturation current density is : "+string(CurrentDensity)+" micro amp");
|
5bf8149208c6042ed4db5fad2ef35a7d3414bcde | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH6/EX6.18/Ex6_18.sce | 1089cb1b4008342314efc6da3b2b629b4c3504d3 | [] | 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 | 561 | sce | Ex6_18.sce | clear;
clc;
//Example 6.18
//Determine the small signal voltage gain of a circuit in fig.6.55
Idss=12;
Vp=-4;
//lambda=y
y=0.008;
Vgsq=poly(0,'Vgsq');
p=poly([26.4 17.2 2.025],'Vgsq','c')
printf('\nroots=%fV\n',roots(p))
Vgsq=-2.01
Idq=Idss*(1-Vgsq/Vp)^2;
printf('\nquiescent drain current=%f mA\n',Idq)
gm=(-2*Idss/Vp)*(1-Vgsq/Vp);
printf('\ntransconductance=%.2f mA/V\n',gm)
ro=(1/(y*Idq));
printf('\noutput resistance=%.2f KOhm\n',ro)
Rd=2.7;
Rl=4;
x=Rd*Rl/(Rd+Rl);
Av=-gm*ro*x/(ro+x);
printf('\nsmall signal voltage gain=%.2f \n',Av)
|
ac2ed0275cef725685bb4dab4fa0c9ee14d6f6f4 | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/probes/watch6.tst | 179fdcc4fdfccf4593a37ceeb80db492440b4ddf | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 336 | tst | watch6.tst | # @Harness: probes
# @Result:
# @Program: array.asm
# @Purpose: Tests whether probes inserted from watch (not on same instruction) work correctly
watch A { insert B 0x0A; | | | }
probe B { | }
main {
insert A 0x10e;
}
result {
102 A.beforeRead;
102 A.afterRead;
104 B.before;
106 B.after;
111 B.before;
113 B.after;
}
|
bdf42911676d4f85584ed5160e684bf4013e1c4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2579/CH1/EX1.42/Ex1_42.txt | deeced43e5214e012127586fa4124acfecb1f100 | [] | 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 | 249 | txt | Ex1_42.txt | //Ex:1.42
clc;
clear;
close;
// 100*(1/r^2)=w/(r*c)
// 100/r=(2*%pi*f/c)
// r=(1/(2*%pi))*100
r=(1/(2*%pi))*100;// distance in terms of y(wavelength)
printf("The distance when component of M-field three times the induction field = %f*y", r); |
b2c9f93475d54c3ada51ce6fc79682e7656db90a | 96a54fe4636ee285a6e75c7420710c4ae98f5cdb | /PR Regelungsrechnik - Versuch 1b/Scilab/windup_off.sce | b51b976e69e7929fdbc5386f19437fdcdc61aa9f | [] | no_license | unizeug/PR_Regelungsrechnik_-_Versuch_1b | 8f1ee84013e3afa4fdd934277190da78df6cc099 | 330551ac38d587caa45885be44efda014607b071 | refs/heads/master | 2021-01-23T11:01:43.466625 | 2012-05-23T15:16:28 | 2012-05-23T15:16:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,976 | sce | windup_off.sce | // * * * * * * * * * * * * * * * * * * * * //
// -- Störsprungantwort -- //
// * * * * * * * * * * * * * * * * * * * * //
// Boris: cd "/Users/borishenckell/Documents/eclipse workspace/PR_Regelungsrtechnik_-_Versuch_1b/PR Regelungsrechnik - Versuch 1b"
// Dirk: cd "/media/daten/workspace/PR_Regelungsrechnik_-_Versuch_1b/PR Regelungsrechnik - Versuch 1b/Scilab/"
// Funktionen einbinden
//exec("bode_w_farbe.sci", -1);
//exec("bode_w.sci", -1);
exec("globalPlot.sci", -1);
// Legend error unterdrücken
errcatch(10000,'continue','nomessage');
PROCESS_PLOTS = 1;
//t=s1(:,1); Zeit
//i=s1(:,2); Ankerstrom
//w=s1(:,3); Winkelgeschwindigkeit
//u=s1(:,4); Ausgangsspannung des Reglers (Führungsgröße)
// isoll
//w_soll(:,6) ; Soll-Winkelgeschwindigkeit
s3 = fscanfMat('../Messwerte/data_2_wind_off');
t3=s3(:,1);
i_soll3=s3(:,5);
i3=s3(:,2);
w3=s3(:,3);
u3=s3(:,4);
s4 = fscanfMat('../Messwerte/data_gut_wind_on');
t4=s4(:,1);
i_soll4=s4(:,5);
i4=s4(:,2);
w4=s4(:,3);
u4=s4(:,4);
// Interessanten bereich ausschneiden
//[val min_ind] = min(w3);
//stoe_anfang_3 = 200;
//stoe_ende_3 = stoe_anfang_3+ length(t3) -202;
stoe_anfang_3 = 1000;
stoe_ende_3 = 4162;
// Interessanten bereich ausschneiden
//[val min_ind4] = min(w4);
//stoe_anfang_4 = min_ind4-120;
//stoe_ende_4 = stoe_anfang_4+ 1000;
stoe_anfang_4 = 838;
stoe_ende_4 = 4000;
// -- Zeit -- //
// Anfang auf null setzen
T_3 = t3 - t3(stoe_anfang_3);
// interessantes Stück ausschneiden
T3 = T_3(stoe_anfang_3:stoe_ende_3);
// -- Sollstrom -- //
scf(5);
clf(5);
I_soll3 = i_soll3(stoe_anfang_3:stoe_ende_3);
I_soll4 = i_soll4(stoe_anfang_4:stoe_ende_4);
globalPlot(T3,I_soll4,3)
globalPlot(T3,I_soll3,2)
xtitle("Störsprungantwort des Sollstroms","Zeit [s]","Strom [A]");
legend("mit anti-Windup","ohne anti-Windup",1);
// -- Strom -- //
scf(6);
clf(6);
I3 = i3(stoe_anfang_3:stoe_ende_3);
I4 = i4(stoe_anfang_4:stoe_ende_4);
globalPlot(T3,I4,3)
globalPlot(T3,I3,2)
xtitle("Störsprungantwort des Stroms","Zeit [s]","Strom [A]");
legend("mit anti-Windup","ohne anti-Windup",1);
// -- Geschwindigkeit -- //
scf(8);
clf(8);
// Richtig drehen
W_3 = w3;
W_4 = w4;
// interessantes Stück ausschneiden
W3 = W_3(stoe_anfang_3:stoe_ende_3);
W4 = W_4(stoe_anfang_4:stoe_ende_4);
globalPlot(T3,W4,3)
globalPlot(T3,W3,2)
xtitle("Störsprungantwort der Geschwindigkeit","Zeit [s]","Winkelgeschwindigkeit [rad/s]");
legend("mit anti-Windup","ohne anti-Windup",4);
// -- Spannung -- //
scf(9);
clf(9);
U3 = u3(stoe_anfang_3:stoe_ende_3);
U4 = u4(stoe_anfang_4:stoe_ende_4);
globalPlot(T3,U4,3)
globalPlot(T3,U3,2)
xtitle("Störsprungantwort der Spannung","Zeit [s]","Spannung [V]");
legend("mit anti-Windup","ohne anti-Windup",4);
|
d07156166fa4f4d32422bd6876911e866913208e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH9/EX9.17/ex9_17.sce | 97337626cc04e3610ef862b7a63c1e5e2244b498 | [] | 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 | 437 | sce | ex9_17.sce | // Exa 9.17
clc;
clear;
close;
format('v',7)
// Given data
Rating = 20*10^3;// in VA
phi= acosd(0.8);// in °
V1 = 2000;// in V
V2 = 200;// in V
Pi = 120;// in W
Pcu = 300;// in W
Eta_max = Rating*(sqrt( Pi/Pcu ));// in VA
Pcu = Pi;// in W
// The maximum efficiency of transformer
Eta_max = ((Eta_max*cosd(phi))/( Eta_max*cosd(phi) + (2*Pi) ))*100;// in %
disp(Eta_max,"The maximum efficiency of transformer in % is");
|
3777c8088e4f977a5dcd90bfa1d64aed2b0b7276 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH15/EX15.14/15_14.sce | fade7204eed1043905d2d5ffc2df09760247d8c8 | [] | 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 | 941 | sce | 15_14.sce | //Problem 15.14: A capacitor C is connected in series with a 40 ohm resistor across a supply of frequency 60 Hz. A current of 3 A flows and the circuit impedance is 50 ohms. Calculate: (a) the value of capacitance, C, (b) the supply voltage, (c) the phase angle between the supply voltage and current, (d) the p.d. across the resistor, and (e) the p.d. across the capacitor. Draw the phasor diagram.
//initializing the variables:
R = 40; // in ohms
f = 60; // in Hz
I = 3; //in amperes
Z = 50; // in ohms
//calculation:
Xc = (Z^2 - R^2)^0.5
C = 1/(2*%pi*f*Xc)
V = I*Z
phid = atan(Xc/R)*180/%pi
VR = I*R
Vc = I*Xc
printf("\n\n Result \n\n")
printf("\n (a)capacitance, C = %.2E F",C)
printf("\n (b)Voltage, V = %.0f Volts",V)
printf("\n (c)phase angle between the supply voltage and current is %.2f°",phid)
printf("\n (d)p.d. across resistance, VR = %.0f V", VR)
printf("\n (e)p.d. across Capacitor, Vc = %.0f V",Vc) |
ad2619d427bc93f99941e8e8ac6225351ec3e655 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH4/EX4.3/Ex4_3.sce | 249f84300b29b7012dad3cc274a0efa034ece519 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 569 | sce | Ex4_3.sce | //Initilization of variables
F=[100;50;-150] //Force vector N
a=2 //m
b=2 //m
c=3 //m
d=2 //m
e=4 //m
f=8 //m
//Calculations
R=F(1,1)+F(2,1)+F(3,1) //N
M_x=-F(1,1)*a+F(2,1)*b-F(3,1)*c //N-m
M_z=F(1,1)*d+F(2,1)*e+F(3,1)*f //N-m
C=sqrt(M_x^2+M_z^2) //N-m
thetax=atand(-M_x/M_z) //degrees
//result
clc
printf('The resultant is %f N \n',R)
printf('The moment about x axis is %f N.m \n',M_x)
printf('The moment about z axis is %f N.m\n',M_z)
printf('The couple acting is %f N.m\n',C)
printf('The trace makes an angle with x axis of %f degrees',thetax)
|
f65de0daf28922a82329f4bc47fdb7dd14748abb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH5/EX5.28/Ex5_28.sce | 48c14d081bd6340e557827d41305a65f363e55d5 | [] | 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 | 308 | sce | Ex5_28.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 5.28\n\n\n");
// Chapter 5 : Properties Of Liquids And Gases
// Problem 5.28 (page no. 214)
// Solution
//From the chart,
printf("The enthalpy of steam at 330 psia is h=1220 Btu/lbm\n");
//Compared to 1221.5 Btu/lbm found in problem 5.11
|
af9a446f9072ef0296fba8af8cc02a2ed999a98b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH5/EX5.30/5_30.sce | f08e490215a6b77de75b7b087d0f2849c45df759 | [] | 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 | 185 | sce | 5_30.sce | //Example 5.30
//Maximum Error in Interpolation
//Page no. 169
clc;close;clear;
s=1;
for i=0:6
s=s*((5*%pi)/24-i*%pi/12)
end
s=s/factorial(7)
printf('Maximum Error = %g',s) |
b4d6aca462a2a120233c69fb4f31a5fdd3f43a0a | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Adv-StringAndUtilityFunctions/FLJaroScore-NZ-01.tst | c25f6031479304f1e6399d4f125429cac5be65e9 | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,760 | tst | FLJaroScore-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC.
-- Functional Test Specifications:
--
-- Test Category: String Functions
--
-- Test Unit Number: FLJaroScore-Netezza-01
--
-- Name(s): FLJaroScore
--
-- Description: The Jaro distance metric compares two strings and measures the similarity between them based on the number and order of the common characters between the two strings.
--
-- Applications:
--
-- Signature: FLJaroScore(String1 VARCHAR(1000), String2 VARCHAR(1000))
--
-- Parameters: See Documentation
--
-- Return value: Double Precision
--
-- Last Updated: 07-04-2017
--
-- Author: Kamlesh Meena
-- BEGIN: TEST SCRIPT
\time
--.run file=../PulsarLogOn.sql
--.set width 2500
--SELECT COUNT(*) AS CNT,
-- CASE WHEN CNT = 0 THEN ' Please Load Test Data!!! ' ELSE ' Test Data Loaded ' END AS TestOutcome
--FROM fzzlSerial a;
-- BEGIN: POSITIVE TEST(s)
--Case 1a
-- expected 0,0.4444
SELECT FLJaroScore('MARTHA','martha') AS JaroScore1,
FLJaroScore('MARTHA','Marhta') AS JaroScore3;
--Case 1b
-- expected 1
SELECT FLJaroScore('1000','1000') AS FLJaroDist;
--Case 1c
-- expected 0, 1, 0, 0.5555, 0.916666
SELECT FLJaroScore('0','1') AS FLJaroDist;
SELECT FLJaroScore('1','1') AS FLJaroDist;
SELECT FLJaroScore('10','01') AS FLJaroDist;
SELECT FLJaroScore('100','010') AS FLJaroDist;
SELECT FLJaroScore('1000','0100') AS FLJaroDist;
--Case 1d:
---Should be 0.82222
SELECT FLJaroScore('DwAyNE','DuANE') AS FLJaroDist;
--Case 1e
---Should be 0.767
SELECT FLJaroScore('DIXON','DICKSONX') AS FLJaroDist;
--Case 1f
-- expected all 1's
SELECT FLJaroScore(CAST(b.serialval AS VARCHAR(3)),CAST(b.serialval AS VARCHAR(3))) AS FLJaroDist
FROM
(
SELECT *
FROM fzzlserial a
WHERE a.serialval<100
) AS b
LIMIT 10;
--CASE 1g: TD-77
--SELECT ColumnName (TITLE 'String Value'),
-- FLJaroScore(ColumnName,ColumnName)
-- (FORMAT 'Z9.999', TITLE 'JaroScore: Calculation Error (NE 1)')
-- AS FLJaroValue
--FROM DBC.Columns
--WHERE DatabaseName='DBC'
-- AND FLJaroValue <> 1
--ORDER BY 1;
-- END: POSITIVE TEST(s)
-- BEGIN: NEGATIVE TEST(s)
--Case 1a
--Check if the Arg 1 takes valid values
SELECT FLJaroScore('','Partha') AS FLJaroDist;
--Case 1b
--Check if the Arg 1 takes valid values
SELECT FLJaroScore(NULL,'Partha') AS FLJaroDist;
--Case 1c
--Check if the Arg 1 takes valid values
SELECT FLJaroScore(martha,'Partha') AS FLJaroDist;
--Case 2a
--Check if the 2nd argument takes valid values
SELECT FLJaroScore('MARTHA','') AS FLJaroDist;
--Case 2b
--Check if the 2nd argument takes valid values
SELECT FLJaroScore('MARTHA',NULL) AS FLJaroDist;
--Case 2c
--Check if the 2nd argument takes valid values
SELECT FLJaroScore('MARTHA',martha) AS FLJaroDist;
--Case 3a
--Check if the 1st and 2nd argument takes valid values
SELECT FLJaroScore('','') AS FLJaroDist;
--Case 4a
-- All Nulls
SELECT FLJaroScore(CAST(b.serialval AS VARCHAR(3)),CAST(b.serialval AS VARCHAR(3))) AS FLJaroDist
FROM
(
SELECT CASE WHEN a.serialval < 100 THEN NULL ELSE a.serialval END AS serialval
FROM fzzlserial a
WHERE a.serialval<100
) AS b;
-- END: NEGATIVE TEST(s)
\time
-- END: TEST SCRIPT
|
53bfa6a75c83130db9fd3e881d0c8f0528534a8c | 717ddeb7e700373742c617a95e25a2376565112c | /49/CH4/EX4.3/ex3.sce | 1bcb6dabe2c4489e6f6ee25d775014c2a8c8e6f6 | [] | 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 | 905 | sce | ex3.sce | //CHAPTER 4_ Motion and Dimensional Measurement
//Caption : Strain gage
// Example 3// Page 176
disp("Rg=120")
disp("Sg=2;")
disp("Rs=120000")
Rg=120; // given
Sg=2; // gage factor
Rs=120000 //('enter the value of shunt resistor=:')
disp("The input bridge excitation is represented by Eex")
A=10 //('enter the amplifier gain=:')
// The shunt resistance has to be very large since we intend to measure only very small change in resistanc
eo=30*10^-3 //('enter the unbalanced bridge voltage=:')
dR=Rg/(Rg+Rs);
r=1;//ratio of resistances of adjacent arms
Eex=eo*(1+r)^2/(r*dR*A);
printf('The input excitation voltage is %fd V\n',Eex)
p1=2 *(1+v) // bridge factor
Eo=.5 //('enter the voltmeter reading when shunt is removed=:')
E_axial=Eo*(1+r)^2/(r*Sg*p1*Eex*A);
printf(' Axial strain is %fd\n ',E_axial)
E_trans=E_axial*v;
printf('The transverse strain is -%fd',E_trans)
|
690115cd151da8016bcba871bd758faee9131719 | 84e4405f182c8a71ed4737063cc0474c432149f1 | /Labovi/LV3/zad5.sce | c0a0d407346a33e820fc35cfb3a06f838b3f968f | [] | no_license | Leon-Zhaohw/NA | 0f8080fcc4958af4ebf5daced11a6d01c27e3ece | 0f1d30cfe13d5447b775698a93cf01cc1c8d15ac | refs/heads/master | 2021-06-15T11:20:41.484070 | 2017-01-29T01:10:43 | 2017-01-29T01:10:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 276 | sce | zad5.sce | A = [1, -2, -2, -3; 3, -9, 0, -9; -1, 2, 4, 7; -3, -6, 26, 2];
B = [2, -1, 0; -1, 2, -1; 0, -1, 2];
// LU factorization
[L, U] = lu(A);
disp(L);
disp(U);
disp(L * U);
// nije pozitivno definitna!!!
// R = chol(A);
// disp (R);
R = chol(B);
disp(R);
disp (R * (R.'));
|
87d29ac05e0e4216a3d9eb5d109fa2a1cff142cf | fa428f297a915e9a041597642bfe29627ab69c42 | /app/views/static/about.sce | ec200a42bce45d24b4bceb004b9e30989a997a94 | [] | no_license | TheBrenny/Web-Dev-and-Security | dff903be92838b14f7126dd1f7092922b86bf2cc | e4abb96dc24e606704b09f5acdd2684d6d5d577d | refs/heads/main | 2023-06-17T08:33:35.176024 | 2021-06-15T05:07:20 | 2021-06-15T05:07:20 | 343,603,444 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 622 | sce | about.sce | [[i= partials/header ]]
[[i= partials/navbar ]]
<div class="container" style="width: 100%;flex-flow:row;">
[[i= static/sidebar ]]
<div class="container center" style="width:78%;">
<h1>About Us</h1>
<p>Quick Mark was made by Jarod Brennfleck (z5217759) as part of his Web Dev and Security assignment. This isn't Jarod's first rodeo, however, he has created many websites in the past, and will probably continue to do so until the end of time.</p>
<p>Feel free to have a look around and have fun! Buy things, sell things, live life!</p>
</div>
</div>
[[i= partials/footer ]] |
d62809783f86f62ae6db7c3fef2d31b81595313a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3850/CH36/EX36.7/Ex36_7.sce | 82d92590e514e52f08e5599b5b81221e02dff45a | [] | 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 | 523 | sce | Ex36_7.sce |
//To Calculate the Value of Horizontal Component of Earth's Magnetic Field
//Example 36.7
clear;
clc;
n=66;//Number of turns in Tangent Galvanometer
i=0.1;//Current passing through Galvanometer in Amperes
d=22*10^-2;//Diameter of coil in metres
theta=%pi/4;//Defelction in Galvanometer in radians
u0=4*%pi*10^-7;//permeability of vaccum
Bh=(u0*n*i)/(d*tan(theta));//Horizontal component of Earths Magnetic Field
printf("Horizontal component of Earth Magnetic Field = %.1f*10^-5 T",Bh*10^5);
|
27ecd5216ddb9949a104e2441b87ead93eda27fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2594/CH5/EX5.24/Ex5_24.sce | f726d26144ade05d517e2af003698cfdf050260a | [] | 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,548 | sce | Ex5_24.sce | clc
Na=4*10^12
disp("Na = "+string(Na)+" /cm^3") //initializing value of medium p doping concentration.
Nd=4*10^16
disp("Nd = "+string(Nd)+" /cm^3") //initializing value of light n doping.
no=1.5*10^10
disp("no = "+string(no)+" /cm^3") //initializing value of intrinsic carrier concentration.
K=1.38*10^-23
disp("K = "+string(K)+" J/k") //initializing value of boltzmann constant.
T=300
disp("T = "+string(T)+" K") //initializing value of temperature.
e=1.6*10^-19
disp("e = "+string(e)+" columbs") //initializing value of charge of electrons.
Er=11.9
disp("Er = "+string(Er)) //initializing value of relative dielectric permittivity constant .
Eo=8.854*10^-14
disp("Eo = "+string(Eo)+" F/cm") //initializing value of permittivity of free space.
E=Eo*Er
disp("total permittivity,E=Eo*Er="+string(E)+" F/cm")//calculation.
Vbi=((K*T/e)*log((Na*Nd)/(no)^2))
disp("Built in potential potential,Vbi=((K*T/e)*log((Na*Nd)/(no)^2))="+string(Vbi)+" eV")//calculation.
W=sqrt((2*E*Vbi/e)*((Nd+Na)/(Na*Nd)))
disp("W=sqrt((2*E*Vbi/e)*((Nd+Na)/(Na*Nd))))="+string(W)+" cm")//calculation.
xn=((W*Na)/(Nd+Na))
disp("xn=((W*Na)/(Nd+Na)))="+string(xn)+" cm")//calculation.
xp=((W*Nd)/(Nd+Na))
disp("xp=((W*Nd)/(Nd+Na)))="+string(xp)+" cm")//calculation.
Emax=(e*Nd*xn)/E
disp("Emax=(e*Nd*xn)/E)="+string(Emax)+" V/cm")//calculation.
//the value of W(depletion width) ,after calculation is provided wrong in the book,due to this xn,xp ,Emax also differ.(also,the value of Nd+Na substitute in the
//formula for for xn,xp is wrong )
|
86acc4e7adad92c13d6fa7fabdffb94552fb8375 | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH18/EX18.4/example18_4.sce | 2f11f4931ad6aa2f0356be818c9d9b8bb79feeac | [] | 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 | 600 | sce | example18_4.sce | v=20;
r1=125;
r2=4;
disp("Part a");
n=sqrt(r1/r2);
disp("the required turns ratio is"); disp(n);
disp("Part b");
v1=v/2;
i1=v1/r1;
disp("the primary input voltage (in V) is"); disp(v1);
disp("the primary current (in mA) is"); disp(i1*10^3);
disp("Part c");
v2=v1/n;
i2=n*i1;
disp("the secondary output voltage (in V) is"); disp(v2);
disp("the secondary current (in mA) is"); disp(i2);
disp("Part d");
p=i2^2*r2;
disp("the output power transferred (in W) is"); disp(p);
disp("Part e");
i=v/(r1+r2);
p1=i^2*r2;
disp("the power transferred (in W) to the loudspeaker is"); disp(p1); |
5e855c89fc42c56749965e095e32309c7986ec58 | 449d555969bfd7befe906877abab098c6e63a0e8 | /668/CH1/EX1.2/eg1_2.sce | 6b9accd40ed426f5dafa2ba210c276611cb3d9f5 | [] | 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 | 597 | sce | eg1_2.sce | a = 5.65*10^-8; //lattice constant in cm
disp("In the (001) surfaces, the top atoms are either Ga or As leading to the terminology Ga terminated (or Ga stabilized) and As terminated (or As stabilized), respectively. A square of area a2 has four atoms on the edges of the square and one atom at the center of the square. The atoms on the square edges are shared by a total of four squares. The total number of atoms per square is")
N = 4/4 +1;
disp(N)
density = N/a^2; //Surface density
disp(density, "The surface density (in per cm square) of Ga atoms on a Ga terminated (001) GaAs surface") |
826e4e4fd3392aad9f8d1e188b2d960440435f07 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1871/CH3/EX3.18/Ch03Ex18.sce | 8e2a60e6f6747003d6726e698e4fe27da8a1fe79 | [] | 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 | 854 | sce | Ch03Ex18.sce | // Scilab code Ex3.18 : Pg:125(2008)
clc;clear;
F = 5.0; // Equivalent focal length of the combination of lenses, cm
// As F = 3*d/4, solving for d
d = 4/3*F; // // Distance between the lenses of doublet, cm
// The condition of minimum spherical aberration gives
// 2*d = f1 + f2 and f1 - f2 = d, solving for f1 and f2
f1 = 3*d/2; // Focal length of the first lens, cm
f2 = d/2; // Focal length of the second lens, cm
printf("\nTo have no chromatic aberration and minimum spherical abberation, the doublet lens should be designed with the following parameters:\n");
printf(" d = %4.2f cm; f1 = %2d cm and f2 = %4.2f cm", d, f1, f2);
// Result
// To have no chromatic aberration and minimum spherical abberation, the doublet lens should be designed with the following parameters:
// d = 6.67 cm; f1 = 10 cm and f2 = 3.33 cm |
1fb5656ddcd832059d5ed09163cf44ff5dec892a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3850/CH28/EX28.3/Ex28_3.sce | a0fe4360b1e90da7bf3fbe1c27c23f8dd354adba | [] | 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 | 343 | sce | Ex28_3.sce | //To Calculate the Temperature of Sun
//Example 28.3
clear;
clc;
b=0.288;//Wein Constant in cm-K
Lambda=470*10^(-7);//Wavelength corresponding to maximum intensity in centimetres
T=b/Lambda;//Temperature at the Surface of Sun
printf("Temperature at the sun surface = %f K",T);//The answer provided in the textbook is wrong
|
0bf9c588dae632eeb1bafe749a685a0a8ca64098 | 449d555969bfd7befe906877abab098c6e63a0e8 | /555/CH3/EX3.1/1.sce | c6e5a51b2e8c87a8a7158a53dadeb632bae3d792 | [] | 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 | 385 | sce | 1.sce | // Implementation of example 3.1
// Basic and Applied Thermodynamics by P.K.Nag
// page 54
clc
clear
P=760 //(mm Hg)
dv=0.5 //(m^3)
// since P is in mm Hg and change in volume(dv) is in m^3,so we'll change the unit of pressure
p=101.325 //(kN/m^2)
Wd=(p*dv);
disp("work done by system =")
disp(Wd)
disp("kJ")
// in this work is done by the system,so it is positive
|
b05117a3a9fb4c03b27b78211a5dfad823de75cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH22/EX22.2/FC_22_2.sce | fa490678408704bc8a7bc261ac3641382f1e959e | [] | 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,117 | sce | FC_22_2.sce | // 22-2
clc;
clear;
//Power P
P=80*10^3; //(Watt)
N=3000; //(Engine rpm)
w=2*%pi*3*10^3/60
Tf=8*10^4/w;
Rm=100;//(mm)
p=0.2 //N/mm^2
u=0.22
// let width b= (R1-R2).
//Axial force W=2*pi*Rm*b*p
//Torque T=u*W*Rm
b=Tf/(u*2*%pi*(Rm^2)*p);
b=50;
R2=Rm+b;
R1=Rm-b;
Di=2*R1; //inner diameter
W=2*%pi*Rm*b*p;
n=8; //n is number of springs
//Axial force per spring W1
W1=W/n;
W1=W1+15;
//axial deflection del
del=10;
//stiffness k
k=W1/del;
// Spring index C
C=6;
//number of coils n1
n1=6; //Assumption
d=k*n*n1*(C^3)/(80*10^3);
d=11; // Rounding off to nearest standard value
D=C*d;
clearance=2;
FL=((n1+2)*d)+(2*del)+clearance; // two end coils, therefore (2*del)
// printing data in scilab o/p window
printf("\nThe Torque is %0.2f Nm",Tf);
printf("\nThe width is %0.0f mm",b);
printf("\nThe force is %0.0f N",W);
printf("\nThe Axial force per spring is %0.0f N",W1);
printf("\nThe Spring stiffness is %0.0f N/mm",k);
printf("\nThe Spring wire diameter is %0.0f mm",d);
printf("\nThe Mean coil diameter is %0.0f mm",D);
printf("\nThe Free length is %0.0f mm",FL);
|
78c7cf3307837ee9b584d61e691f433be26b23ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH11/EX11.37/EXAMPLE11_37.SCE | 4d0b4c81e7932fd7d45b1e869fa6b39d1e30cf81 | [] | 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 | 728 | sce | EXAMPLE11_37.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 11
//Information Theory
clear all;
clc;
printf("EXAMPLE 11.37(PAGENO 524)");
//given
Px_1 = 0.9//probability of first symbol
Px_2 = 0.1//probability of second symbol
n1 = 1//length of the code for x_1
n2 =1//length of code for x_2
//calculations
//we know that the average code length L per symbol
L = Px_1*n1 + Px_2*n2//code length
H_X = -Px_1*log2(Px_1) - Px_2*log2(Px_2) //entropy
neta = H_X/L//efficiency
neta1 = neta*100//neta in percentage
gama = 1 - neta//redundancy
gama1 = gama*100//gama in percentage
//results
printf("\n\ni.Efficiency of code = %.2f percent",neta1);
printf("\n\nii.Code redundancy = %.2f percent ",gama1)
|
04df20e2e18d4c9cba9965ccb6dcb15e6f7439f5 | 67549df2a087a841e4e04a54509843c18795a981 | /packets/echantillons/extjs/win-js.sci | dd8ddc31d841a0eccd88982782480fee4b1b1a21 | [] | no_license | scicasoft/CRUD-generator | 60494434091147e1f8aa62c02b7d34339747885e | 037a7dabdf4d84933ffec560c0bd1a85c45deb03 | refs/heads/master | 2020-05-03T11:30:19.887391 | 2011-06-12T10:33:38 | 2011-06-12T10:33:38 | 719,111 | 0 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 1,760 | sci | win-js.sci | /* This code defines the module and will be loaded at start up.
*
* When the user selects to open this module, the override code will
* be loaded to provide the functionality.
*
* Allows for 'Module on Demand'.
*/
QoDesk.[[NOM_TABLE_SANS_PRE]]Window = Ext.extend(Ext.app.Module, {
moduleType : 'demo',
moduleId : 'demo-[[NOM_TABLE_SANS_PRE_MIN]]',
moduleAdd: 'add',
moduleAddText: 'Ajouter',
moduleDel: 'delete',
moduleDelText: 'Supprimer',
moduleUp: 'update',
moduleUpText: 'Modifier',
moduleBtnTool: '<b>[[NOM_TABLE_SANS_PRE]]</b><br />les [[NOM_TABLE_SANS_PRE]]s',
moduleSaveMsg1: 'Terminé',
moduleSaveMsg2: 'Enregistrement complet.',
moduleModifMsgSelect1: 'Erreur',
moduleModifMsgSelect2: 'Vous devez selectionner un enregistrement',
moduleSupMsgConfirm1: 'Confirmation',
moduleSupMsgConfirm2: 'Etes-vous sur de vouloir supprimer cet enregistrement ?',
moduleSupMsgSucces1: 'Suppression effectuée',
moduleSupMsgSucces2: 'Demande supprimée avec succès',
moduleSupMsgEchec1: 'Erreur',
moduleSupMsgEchec2: 'Un problème a eu lieu lors de la connexion à la BDD.',
moduleAddTooltip: 'Ajouter un nouveau enregistrement',
moduleUpTooltip: 'Modifier un enregistrement',
moduleDelTooltip: 'Supprimer un enregistrement',
moduleWinTitle: 'Liste des [[NOM_TABLE_SANS_PRE]]s',//a changer
menuPath : 'StartMenu',
launcher : {
iconCls: '[[NOM_TABLE_SANS_PRE]]-icon',
shortcutIconCls: 'demo-[[NOM_TABLE_SANS_PRE]]-shortcut',
text: '[[NOM_TABLE_SANS_PRE]]s',
tooltip: '<b>Liste des [[NOM_TABLE_SANS_PRE]]s</b><br />L\'ensemble des [[NOM_TABLE_SANS_PRE]]s'
}
}); |
85adebdbf2312bc7253d06540488371df4213b55 | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH15/EX15.6/15_6.sce | 1fc6df11b735cef21fc476472fb904ad470424cd | [] | 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 | 179 | sce | 15_6.sce | clc;
clear;
function f=fx(x)
f=-(2*x(1)*x(2)+2*x(1)-x(1)^2-2*x(2)^2)
endfunction
x=fminsearch(fx,[-1 1])
disp("After maximization:")
disp(x,"x=")
disp(fx(x),"f(x)=")
|
b35111d1295757bfc106da84cc00aa76b2e1b772 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2201/CH9/EX9.4/ex9_4.sce | 181bd08fe115c5f5fd511ba8b3436441fdb08d8c | [] | 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 | 853 | sce | ex9_4.sce | // Exa 9.4
clc;
clear;
close;
// Given data
I_Don = 3*10^-3;
V_GSon = 10;// in V
V_GSth= 5;// in V
R2= 18*10^6;// in Ω
R1= 22*10^6;// in Ω
R_S=820;// in Ω
R_D=3*10^3;// in Ω
V_DD= 40;// in V
V_G= V_DD*R2/(R1+R2);// in V
k= I_Don/(V_GSon-V_GSth)^2;// in A/V^2
// V_G= V_GS+V_RS= V_GS+I_D*R_S or V_GS= V_G-I_D*R_S
// I_D= k*[V_GS-V_GSth]^2 or
// I_D= k*(V_G-I_D*R_D-V_GSth)^2 or
// I_D^2*R_D^2+I_D*(2*R_D*V_GSth-2*R_D*V_DD-1/k)+(V_DD-V_GSth)^2
A= R_S^2;// assumed
B= 2*R_S*V_GSth-2*R_S*V_G-1/k;// assumed
C= (V_G-V_GSth)^2;// assumed
I_D= [A B C]
I_D= roots(I_D);// in A
I_D= I_D(2);// in A
I_DQ= I_D;// in A
disp(I_DQ*10^3,"The value of I_DQ in mA is : ")
V_GSQ= V_G-I_D*R_S;// in V
disp(V_GSQ,"The value of V_GSQ in volts is : ")
V_DSQ= V_DD-I_DQ*(R_D+R_S);// in V
disp(V_DSQ,"The value of V_DSQ in volts is : ")
|
1ec667ad83b102eac896f7e25c5d38dc4df89b43 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3830/CH7/EX7.8/Ex7_8.sce | 1bdb07e06b4ff202126fc4fee83e8bb57219543c | [] | 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 | 736 | sce | Ex7_8.sce | // Exa 7.8
clc;
clear;
R = 200; // strain gauge resistance in Ohms
G = 2.5; // Gauge factor
RL = 400; // load resistance in Ohms
V = 24; // input voltage in volts
S = 140; // applied stress in mgf/m^2
Y = 200; // Modulus of elasticity in GN/m^2
// Solution
V_normal = V*(R/(R+RL));
printf('Voltage across strain gauge = %d V \n',V_normal);
e = (S*10^-3)/Y;
// Strain e = dell_L/L
//dell_R/R = G* dell_L/L;
// so,
dell_R = R*G*e;
//strain gauge under strained condition
V_strained = (R+dell_R) * V/(R+dell_R+RL);
printf(' Voltage across strain gauge under strained condition = %.4f ohms \n',V_strained);
dif = V_normal - V_strained;
printf(' Change in output voltage = %.2f mV \n',abs(dif*10^3));
|
5ff163c163e22632fd6a596b6dc3ea6a41542b4a | d928b1aab410da87208944a0d34890254d7b7897 | /Design Exp 3/a/RSR8Bit.tst | 9700b583ebb33f13a77109a77829d6e38327ab42 | [] | no_license | karthikswarna/CS4110-Computer-System-Design-Lab | e19a0d9d69ca666acfe054b5058e7355a32a62fe | 2fd40644f2dbf79624a736f267aecf057477e6dc | refs/heads/master | 2023-02-06T16:11:02.458719 | 2020-12-28T08:31:30 | 2020-12-28T08:31:30 | 292,209,978 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 883 | tst | RSR8Bit.tst | load RSR8Bit.hdl,
output-file RSR8Bit.out,
compare-to RSR8Bit.cmp,
output-list time%S1.4.1 in%B1.8.1 shift%B2.1.2 out%B1.8.1;
set in 0,
set shift 0,
tick,
output;
tock,
output;
set in %B01001100,
tick,
output;
tock,
output;
tick,
output;
tock,
output;
set shift 1,
tick,
output;
tock,
output;
tick,
output;
tock,
output;
tick,
output;
tock,
output;
set in %B01010101,
tick,
output;
tock,
output;
set shift 0,
tick,
output;
tock,
output;
tick,
output;
tock,
output;
set shift 1,
tick,
output;
tock,
output;
tick,
output;
tock,
output;
tick,
output;
tock,
output;
tick,
output;
tock,
output;
tick,
output;
tock,
output;
tick,
output;
tock,
output;
tick,
output;
tock,
output;
tick,
output;
tock,
output;
tick,
output;
tock,
output; |
f6b8c3ec526dfe2dafbb48d0e515dde6f11eb682 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2273/CH7/EX7.1/ex7_1.sce | b40cc059ff8a1ccf59b4f8310576b483b9150c98 | [] | 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 | 316 | sce | ex7_1.sce | //Determine line voltage for commencing of corona
clear;
clc;
//soltion
//given
d=3;//m
r=2;//cm
go=30/sqrt(2);//kV/cm.... Dielectric strength of air
Vdo=go*r*log(d*100/r);
Vl=sqrt(3)*Vdo;
printf("Line voltage for corona formation= %.2f kV",Vl);
//In book its 209.53 kV because of some typological error
|
5ed1edce89144e9f2170511cdd8691efb4320983 | 08ee8059476493a308f8e13adcbace48d7bcfc92 | /Scilab_packetTracer_codes/manchester_rkb.sce | 8b9211c35e75c77bc9442df85bc3a426ea2b11da | [] | no_license | Rushi-Bhatt/Self-Study | 7ed44b7821154b7906c7d532255ea648ec9d6299 | 90cc75440328ba21769ffac878f46feadeb2f06f | refs/heads/master | 2021-01-11T15:29:31.739065 | 2017-02-08T22:17:57 | 2017-02-08T22:17:57 | 80,360,471 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 537 | sce | manchester_rkb.sce | x=[1,0,0,1,1,1]
l=length(x);
a=gca();
q=1;
a.data_bounds=[0,-2;10,+2];
for i=1:l
if(x(i)==0)
if(i+1<=l)
if(x(i+1)==0)
plot2d3(i,-1:1)
end
end
plot((i-1:0.00001:i-0.5),-1)
plot2d3(i-0.5,-1:1)
plot(i-0.5:0.00001:i,1)
else
if(i+1<=l)
if(x(i+1)==1)
plot2d3(i,-1:1)
end
end
plot(i-1:0.00001:i-0.5,1)
plot2d3(i-0.5,-1:1)
plot(i-0.5:0.00001:i,-1)
end
end
xgrid(5) |
f282962c420409a96fa341fed0b79921d08dac5e | b80969c9d72c732b0153d0de2b8fd28dc10d8a16 | /Biologie/Site/sauvegarde/28.07.2016/www/Documents/simulation/initation_scilab/ex22.sci | 1b9f3b0115562c96b639ba9be5925ce6afec186d | [] | no_license | adamdepossylux/stem_cells | 6a2596a0734e3604b570cfdaa1e6cb798d13d7b7 | e1ffdf24a223fea3a3606a0bd262067edc81f5b9 | refs/heads/master | 2020-04-01T17:26:21.772875 | 2017-05-10T15:15:09 | 2017-05-10T15:15:09 | 61,795,551 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 81 | sci | ex22.sci | r=2;
t=linspace(0,2*%pi,102);
x=r*cos(t);
y=r*sin(t);
//plot2d(x,y,2)
comet(x,y)
|
27cb2e55f28552e985682b8de2d93d4615c6617b | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.5_1.tst | 55283221ff3d766a051b1e0d79047b99fb754bec | [] | 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 | 612,554 | tst | 5.5_1.tst | 5 12:1 30:1 488:1 505:1 709:1 722:1 725:1 782:2 787:1 954:1 1281:1 1362:1 1540:2 1776:1 1917:1 1985:1 2005:1 2130:1 2150:1 2379:1 2472:1 2530:2 2599:1 2899:1 3155:1 3156:1 3290:1 3335:1 3448:1 3541:1 3678:1 3681:1 3698:1 3865:1 4122:1 4128:1 4153:1 4228:1 4368:1 4377:1 4433:1 4502:1 4858:1 4979:1 5068:1 5307:2 5331:1 5335:1 5478:1 5661:1 6004:1 6069:1 6072:1 6108:1 6691:1 6732:1 6836:2 6850:2 6867:2 6976:1 7056:1 7098:1 7318:4 7400:1 7494:1 7548:1 7634:1 7649:1 8031:1 8051:1 8059:1 8125:1 8589:1 8660:1 8739:1 8799:1 8913:1 8998:2 9111:1 9260:1 9378:1 9383:2 9390:1 9418:1 9531:1 9532:1 9590:1 9719:1 9745:1 9750:1 9868:1 9878:1 9921:2 9947:1 9972:1 10284:1 10374:1 10384:1 10427:1 10437:1 10514:1 10778:1 10926:1 11043:1 11322:1 11513:1 11677:1 11817:1 12081:1 12213:1 12340:1 12351:1 12756:2 12899:1 13023:1 13097:1 13185:1 13323:1 13345:1 13429:1 13532:1 13686:1 14104:1 14156:1 14305:1 14310:1 14315:1 14317:1 14333:1 14342:1 14572:1 14631:1 14646:2 14782:1 15369:1 15572:1 15631:1 15863:1 15961:1 16129:1 16167:1 16312:137 16956:1 16993:1 17277:1 17316:1 17556:1 17634:1 17649:2 17727:1 17781:1 17783:1 17799:1 17906:1 18249:1 18377:1 18701:1 18708:1 18725:1 18968:1 19100:1 19219:1 19349:2 19355:1 19467:1 19678:1 20085:1 20127:1 20193:1 20271:1 20413:1 20445:1 20608:1 20735:1 20798:1 20852:1 21023:1 21036:1 21138:1 21179:1 21528:1 22093:1 22098:1 22268:1 22574:1 22742:1 22859:1 22974:2 23000:1 23166:1 23426:2 23444:1 23644:1 23753:1 24049:1 24065:1 24119:1 24156:1 24324:1 24336:2 24502:1 24519:1 24652:2 24675:1 24770:2 24967:1 24984:1 25518:1 25533:1 25582:1 25635:1 25722:1 25725:1 25730:1
5 12:1 30:1 79:1 488:1 505:1 709:1 722:1 725:1 765:1 782:2 787:1 821:1 851:1 954:1 1035:1 1190:1 1227:1 1281:1 1334:1 1362:1 1540:2 1776:1 1868:1 1890:1 1917:1 1980:1 1985:1 2005:1 2130:1 2150:1 2379:1 2472:1 2530:2 2599:1 2899:1 3025:1 3086:1 3155:2 3156:1 3158:1 3164:1 3290:1 3335:1 3401:1 3448:1 3494:1 3541:1 3678:1 3681:1 3698:1 3699:1 3815:1 3865:1 4122:1 4128:1 4153:1 4195:1 4228:1 4368:3 4377:1 4433:1 4502:2 4508:1 4812:1 4858:1 4974:1 4979:1 5068:1 5234:1 5307:2 5331:1 5334:1 5335:2 5448:1 5452:1 5478:1 5479:1 5633:2 5642:1 5661:1 5718:1 6004:1 6069:1 6072:1 6108:1 6282:1 6332:1 6389:1 6463:1 6494:1 6503:1 6691:1 6732:2 6836:2 6850:3 6867:2 6976:1 7056:2 7098:1 7186:1 7318:4 7365:1 7400:2 7494:1 7548:1 7634:1 7649:1 7652:1 7662:1 8016:1 8031:1 8051:1 8059:1 8113:1 8125:1 8232:1 8390:1 8484:1 8589:1 8660:1 8720:1 8739:1 8799:1 8913:1 8917:1 8956:1 8998:2 9018:1 9028:1 9043:1 9083:1 9111:1 9198:1 9231:1 9260:2 9378:1 9383:2 9390:1 9418:1 9531:1 9532:1 9590:1 9591:1 9719:1 9745:1 9750:1 9791:1 9868:1 9878:1 9921:2 9947:1 9972:1 10017:1 10219:1 10284:1 10356:1 10374:2 10384:2 10427:1 10437:1 10447:1 10514:1 10527:1 10732:1 10778:1 10785:1 10926:1 11043:1 11322:1 11415:1 11513:1 11573:1 11584:1 11629:1 11642:1 11677:1 11689:1 11817:1 12042:1 12081:1 12097:1 12112:1 12213:1 12244:1 12340:1 12351:1 12556:1 12645:1 12723:1 12750:1 12756:2 12766:1 12899:1 13023:1 13097:1 13185:1 13323:1 13345:1 13427:1 13429:1 13486:1 13532:1 13623:1 13674:1 13686:1 13945:1 14007:1 14089:1 14104:1 14156:1 14305:1 14310:1 14315:1 14317:1 14333:1 14342:1 14572:1 14631:1 14646:2 14782:1 15171:1 15198:1 15369:1 15572:1 15631:1 15863:1 15961:1 16001:1 16037:1 16088:1 16129:1 16144:1 16167:1 16312:256 16375:1 16956:1 16993:1 17100:1 17104:1 17156:1 17208:1 17277:1 17295:1 17316:1 17556:1 17634:5 17649:2 17727:1 17751:1 17781:1 17783:1 17799:1 17800:1 17906:1 18151:1 18162:1 18211:1 18249:1 18320:1 18377:1 18701:1 18708:1 18725:1 18837:2 18922:1 18940:1 18968:1 19085:1 19100:2 19156:1 19219:1 19349:2 19355:2 19441:1 19452:1 19467:1 19510:1 19594:1 19622:1 19678:2 19736:1 20085:1 20127:1 20193:1 20271:1 20413:1 20445:1 20599:1 20608:1 20674:1 20722:2 20735:1 20798:1 20852:1 20974:1 21023:1 21036:1 21138:1 21179:1 21463:1 21528:1 21580:1 21619:1 21734:2 21772:1 22078:1 22093:1 22098:1 22268:1 22419:1 22445:1 22480:1 22574:1 22615:1 22704:1 22742:1 22859:1 22973:1 22974:2 23000:1 23166:1 23353:1 23426:2 23444:2 23546:1 23644:1 23753:1 23913:1 23921:1 24049:1 24065:1 24119:1 24156:2 24304:1 24324:1 24332:1 24336:2 24502:1 24519:1 24599:1 24652:3 24675:1 24723:1 24770:2 24903:1 24940:1 24967:1 24968:1 24984:1 25168:1 25332:1 25467:1 25518:1 25533:1 25582:1 25635:1 25671:1 25675:1 25722:1 25725:1 25727:1 25730:1
5 12:1 30:1 79:2 92:1 103:1 484:1 488:1 505:1 709:1 722:1 725:1 765:1 782:2 787:1 821:1 851:1 954:1 1035:1 1190:1 1227:1 1281:1 1334:1 1362:1 1540:2 1776:1 1868:1 1890:2 1917:1 1942:1 1980:1 1985:1 2005:1 2011:1 2130:1 2150:1 2334:1 2353:1 2379:2 2472:1 2530:3 2599:2 2899:1 3025:1 3080:1 3086:1 3155:2 3156:1 3158:2 3164:1 3209:1 3240:1 3290:1 3335:1 3401:1 3448:1 3494:1 3541:1 3678:1 3681:1 3698:1 3699:1 3815:1 3865:1 4013:1 4122:1 4128:1 4153:1 4195:1 4228:1 4336:1 4368:4 4377:1 4433:1 4502:2 4508:1 4520:1 4546:1 4812:1 4858:1 4974:1 4979:1 5068:1 5234:1 5294:1 5307:2 5331:1 5334:1 5335:2 5448:1 5452:1 5478:1 5479:1 5482:1 5633:2 5642:1 5661:1 5718:1 5884:1 6004:1 6064:1 6069:1 6072:1 6108:1 6282:1 6332:1 6346:1 6389:1 6463:1 6494:1 6501:1 6503:1 6691:1 6732:2 6836:2 6850:4 6867:3 6868:1 6976:1 7001:1 7056:3 7098:1 7142:1 7186:1 7318:5 7365:1 7400:2 7468:1 7494:1 7535:1 7548:1 7632:1 7634:1 7648:1 7649:1 7652:1 7662:1 7687:1 8016:1 8031:1 8051:1 8059:1 8113:1 8125:1 8224:1 8232:1 8390:1 8484:1 8589:1 8660:1 8720:1 8739:1 8799:1 8913:1 8917:1 8956:1 8998:2 9018:1 9028:1 9043:1 9083:1 9111:1 9198:1 9231:1 9243:1 9260:2 9378:1 9383:2 9390:1 9418:1 9531:1 9532:1 9590:1 9591:1 9719:1 9745:1 9750:1 9769:1 9791:1 9868:1 9878:1 9921:2 9947:1 9972:1 10017:1 10219:1 10239:1 10284:1 10356:1 10374:3 10384:3 10427:2 10437:1 10447:1 10514:1 10527:1 10588:1 10649:1 10732:1 10778:1 10785:1 10926:1 11043:1 11322:1 11415:1 11513:1 11573:1 11584:1 11629:1 11642:1 11677:1 11689:1 11817:1 12042:1 12081:1 12097:1 12112:1 12213:1 12244:1 12320:1 12340:1 12351:1 12535:1 12556:1 12645:1 12723:1 12750:1 12756:2 12766:1 12899:1 13023:1 13097:1 13185:1 13323:1 13345:1 13427:1 13429:1 13486:1 13532:1 13623:1 13674:1 13686:1 13945:1 14007:1 14089:1 14104:1 14156:1 14228:1 14305:1 14310:1 14315:1 14317:1 14325:1 14333:1 14342:1 14479:1 14572:1 14631:1 14646:2 14782:2 15171:1 15198:1 15369:1 15572:1 15631:1 15859:1 15863:1 15961:1 16001:1 16037:1 16088:1 16129:1 16144:1 16167:1 16204:1 16312:290 16375:1 16956:1 16993:1 16997:1 17100:1 17104:1 17156:1 17208:1 17277:1 17295:2 17316:2 17556:1 17634:7 17649:2 17727:1 17751:1 17781:1 17783:1 17799:2 17800:1 17906:1 18151:1 18162:1 18211:1 18249:1 18320:1 18377:1 18701:1 18708:1 18725:1 18837:2 18922:1 18940:1 18968:1 19085:1 19100:2 19156:1 19219:1 19331:1 19349:2 19355:2 19408:1 19441:1 19452:1 19467:1 19510:1 19594:1 19622:1 19678:2 19716:1 19736:1 20085:2 20127:1 20193:1 20271:1 20413:1 20445:1 20599:1 20604:1 20608:1 20610:1 20674:1 20722:2 20735:1 20798:1 20852:1 20974:1 21023:1 21036:1 21138:1 21179:1 21463:1 21528:1 21580:1 21619:2 21734:2 21772:1 21906:1 22078:1 22093:1 22098:1 22268:1 22419:1 22445:1 22480:1 22574:1 22615:1 22704:1 22742:1 22758:1 22859:1 22973:1 22974:2 22980:1 23000:1 23166:1 23353:1 23426:2 23444:2 23546:1 23644:1 23753:1 23875:1 23913:1 23921:1 24049:1 24065:1 24119:1 24156:2 24245:1 24304:1 24324:1 24332:1 24336:2 24502:1 24519:1 24599:1 24652:6 24675:1 24723:1 24770:2 24903:1 24940:1 24967:1 24968:1 24984:1 25122:1 25168:1 25332:1 25394:1 25467:1 25518:1 25533:1 25582:1 25635:1 25671:1 25675:2 25722:1 25725:1 25727:1 25730:1
5 12:1 30:1 33:1 79:2 92:1 103:1 465:1 484:1 488:1 505:1 709:2 722:1 725:1 742:1 765:1 782:3 787:1 821:2 851:1 857:1 954:1 1009:1 1035:1 1076:1 1117:1 1190:1 1202:1 1222:1 1227:1 1281:1 1304:1 1334:1 1345:1 1362:1 1434:1 1540:2 1551:1 1709:1 1776:1 1868:1 1887:1 1890:2 1917:1 1942:1 1980:1 1985:1 2005:1 2011:1 2130:1 2138:1 2150:1 2207:1 2334:1 2353:1 2379:2 2472:1 2530:3 2599:2 2647:2 2844:1 2899:1 3025:1 3080:1 3086:1 3145:1 3155:2 3156:1 3158:3 3164:1 3181:1 3209:1 3240:2 3290:2 3298:1 3335:1 3388:1 3401:1 3418:1 3448:1 3491:1 3494:1 3509:1 3541:1 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3865:1 4013:1 4061:1 4119:1 4122:1 4128:1 4153:1 4195:1 4228:1 4336:1 4368:4 4377:1 4433:1 4489:1 4502:2 4508:1 4520:1 4546:1 4560:1 4744:1 4806:1 4812:1 4858:1 4877:1 4974:1 4979:1 5068:1 5110:1 5234:1 5294:1 5301:1 5307:2 5331:1 5334:1 5335:3 5370:1 5383:1 5448:1 5452:1 5478:1 5479:1 5482:1 5633:2 5642:1 5661:1 5718:1 5765:1 5857:1 5884:1 6004:1 6064:1 6069:1 6072:1 6108:1 6132:2 6282:1 6332:1 6346:1 6389:1 6463:1 6494:1 6501:1 6503:1 6691:1 6732:2 6836:3 6850:4 6867:3 6868:1 6976:1 7001:1 7056:3 7080:1 7098:1 7103:1 7142:1 7186:1 7318:8 7365:1 7398:1 7400:3 7468:1 7494:1 7535:1 7537:1 7548:1 7627:1 7631:1 7632:1 7634:1 7648:1 7649:1 7652:1 7662:1 7678:1 7687:1 7831:1 7937:1 8016:1 8031:1 8051:1 8059:1 8113:1 8125:1 8224:1 8232:1 8390:1 8484:1 8537:1 8589:1 8660:1 8720:1 8739:1 8799:1 8850:2 8910:1 8913:1 8914:2 8917:1 8956:1 8998:2 9018:1 9021:1 9028:1 9043:1 9048:1 9083:1 9111:1 9133:1 9198:1 9212:1 9231:1 9243:1 9252:2 9260:2 9290:1 9346:1 9378:1 9383:2 9390:1 9397:1 9418:1 9531:1 9532:1 9590:1 9591:1 9719:1 9745:1 9750:1 9769:1 9791:1 9868:1 9878:1 9921:2 9947:1 9972:1 10017:1 10110:1 10219:1 10239:1 10284:1 10356:1 10374:3 10384:3 10427:2 10437:1 10447:1 10455:1 10457:1 10460:1 10501:1 10514:1 10527:1 10588:1 10649:1 10732:1 10778:1 10785:1 10911:1 10926:1 11043:1 11322:1 11415:1 11436:1 11513:1 11573:1 11584:1 11629:1 11642:1 11677:1 11689:1 11691:1 11817:1 11983:1 12042:1 12081:1 12097:1 12112:1 12213:1 12244:1 12320:1 12340:1 12351:1 12464:1 12535:1 12556:1 12645:1 12655:1 12720:1 12723:1 12750:1 12756:2 12759:1 12766:1 12829:1 12899:1 13023:1 13097:1 13120:1 13185:1 13323:1 13345:1 13427:1 13429:1 13486:1 13532:1 13539:1 13597:1 13623:1 13674:1 13686:1 13833:2 13887:1 13945:1 14007:1 14089:1 14104:1 14156:1 14195:1 14223:1 14228:1 14305:1 14310:1 14315:1 14316:1 14317:1 14318:1 14325:1 14329:1 14333:1 14342:1 14376:1 14479:1 14551:1 14572:1 14631:1 14646:2 14659:1 14782:2 15171:1 15198:1 15259:1 15369:2 15572:1 15631:1 15859:1 15863:1 15878:1 15947:1 15961:1 15970:1 16001:1 16037:1 16088:1 16129:2 16144:1 16167:1 16204:1 16312:391 16315:1 16375:1 16665:1 16696:1 16956:1 16993:1 16997:1 17100:1 17104:1 17156:1 17208:1 17277:1 17295:2 17316:2 17330:1 17556:1 17572:1 17634:8 17649:2 17678:1 17721:1 17727:1 17751:1 17781:1 17783:1 17799:2 17800:1 17899:1 17902:1 17905:1 17906:1 17953:1 17980:1 18151:1 18160:1 18162:1 18211:1 18249:1 18256:1 18320:1 18377:1 18701:1 18708:1 18725:2 18755:1 18774:1 18837:2 18922:1 18940:1 18968:1 19024:1 19085:1 19088:1 19100:4 19156:1 19219:1 19331:1 19349:2 19355:2 19408:1 19441:1 19452:1 19467:1 19510:1 19594:1 19622:1 19678:2 19681:1 19716:1 19736:2 19740:1 19850:1 19953:1 20085:2 20127:1 20193:1 20217:1 20235:1 20271:1 20413:1 20440:1 20445:1 20502:1 20530:1 20566:1 20599:1 20604:1 20608:1 20610:1 20674:1 20722:2 20735:1 20763:1 20798:1 20822:1 20825:1 20852:1 20974:1 21023:1 21036:1 21134:1 21138:1 21179:1 21195:1 21249:1 21255:1 21396:1 21463:1 21528:1 21580:1 21619:2 21734:2 21772:1 21860:1 21906:1 22078:1 22093:1 22098:1 22259:1 22260:1 22268:1 22276:1 22370:1 22396:1 22419:1 22445:1 22480:1 22490:1 22574:1 22615:1 22704:1 22742:1 22758:1 22811:1 22859:1 22860:1 22867:1 22906:1 22973:1 22974:2 22980:1 23000:2 23166:1 23289:1 23353:1 23426:2 23444:2 23546:1 23576:1 23644:1 23753:1 23830:1 23863:1 23875:1 23913:1 23921:1 24038:1 24042:1 24049:1 24065:1 24108:1 24119:1 24156:2 24201:1 24225:1 24245:1 24293:1 24304:2 24324:1 24332:1 24336:2 24486:1 24502:1 24519:1 24599:1 24652:8 24675:1 24723:1 24770:2 24903:1 24940:1 24967:1 24968:1 24984:1 25122:1 25168:1 25332:1 25394:1 25467:1 25518:1 25533:1 25582:1 25635:1 25671:1 25675:2 25722:1 25725:1 25727:1 25730:1 25777:1 25789:1
5 12:1 30:1 33:1 79:2 92:1 103:1 158:1 225:1 363:1 465:1 484:1 488:1 505:2 558:1 584:1 709:2 722:1 725:1 742:1 751:1 765:1 781:1 782:3 787:1 821:2 851:1 857:2 954:1 1009:1 1035:1 1076:1 1117:1 1190:1 1202:1 1222:1 1227:1 1281:1 1304:1 1319:1 1334:1 1345:1 1362:1 1434:1 1522:1 1540:2 1551:1 1643:1 1709:1 1776:1 1806:1 1845:1 1868:1 1887:1 1890:2 1917:1 1942:1 1980:1 1985:1 1990:1 1997:2 2005:1 2011:1 2130:1 2138:1 2150:1 2207:1 2316:1 2334:1 2353:1 2379:2 2435:1 2472:1 2530:5 2599:2 2647:2 2746:1 2776:1 2844:1 2899:1 3025:1 3044:1 3080:1 3086:1 3145:1 3154:1 3155:2 3156:1 3158:3 3164:1 3181:1 3209:1 3240:2 3290:3 3298:1 3335:1 3388:1 3401:1 3418:1 3448:1 3491:1 3494:1 3509:1 3541:1 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:1 3865:1 4010:1 4013:1 4061:1 4119:1 4122:1 4128:1 4153:1 4195:1 4228:1 4336:1 4368:4 4377:1 4433:1 4489:1 4502:2 4508:1 4520:1 4546:1 4560:1 4616:1 4677:1 4744:1 4806:1 4812:1 4858:1 4863:1 4877:1 4970:1 4974:1 4979:1 5047:1 5068:1 5110:1 5220:1 5234:1 5247:1 5294:1 5301:1 5307:2 5322:1 5331:1 5334:1 5335:3 5370:1 5383:1 5448:1 5452:1 5478:1 5479:1 5482:1 5633:2 5642:1 5661:1 5718:1 5765:1 5857:1 5884:1 5973:1 6004:1 6064:1 6069:1 6072:1 6108:1 6131:1 6132:3 6282:1 6332:2 6346:1 6389:1 6444:1 6463:1 6480:1 6494:1 6501:1 6503:1 6630:1 6691:1 6724:1 6732:2 6813:1 6836:3 6850:6 6867:5 6868:1 6976:1 7001:1 7056:3 7080:1 7098:1 7103:1 7142:1 7186:1 7212:1 7318:10 7365:1 7398:1 7400:4 7468:1 7494:1 7535:1 7537:1 7548:2 7618:1 7627:1 7631:1 7632:1 7634:1 7644:1 7648:1 7649:1 7652:1 7662:1 7678:1 7687:1 7831:1 7850:1 7937:1 8016:1 8031:1 8051:1 8059:1 8113:1 8125:1 8174:1 8224:1 8232:1 8262:1 8273:1 8390:1 8448:1 8484:1 8537:1 8589:1 8660:1 8675:1 8720:1 8739:1 8747:1 8799:1 8850:2 8910:1 8913:1 8914:2 8917:1 8956:1 8998:2 9018:1 9021:1 9028:1 9043:1 9048:2 9053:1 9083:1 9111:1 9133:1 9198:2 9212:1 9231:1 9243:1 9252:3 9260:2 9290:1 9346:1 9378:1 9383:2 9386:1 9390:1 9397:1 9418:1 9531:1 9532:1 9548:1 9590:1 9591:1 9719:1 9745:1 9750:1 9769:1 9791:1 9868:1 9869:1 9878:1 9921:2 9931:1 9947:1 9972:1 10017:1 10110:1 10156:1 10219:1 10223:1 10239:1 10284:1 10356:1 10374:3 10384:3 10427:2 10437:1 10447:1 10455:1 10457:1 10460:1 10485:1 10501:1 10514:1 10527:1 10588:1 10649:1 10732:1 10748:1 10778:1 10785:1 10813:1 10911:1 10926:1 11043:1 11044:1 11200:1 11322:1 11330:1 11415:1 11436:1 11513:1 11573:1 11584:1 11625:1 11629:2 11642:1 11677:1 11689:1 11691:1 11780:1 11817:1 11847:1 11850:1 11983:1 12042:1 12081:1 12097:1 12112:1 12199:1 12213:1 12244:1 12263:1 12270:1 12320:1 12340:1 12351:1 12464:1 12535:1 12556:1 12645:1 12655:1 12720:1 12723:1 12750:1 12756:2 12759:1 12766:1 12829:1 12899:1 13023:1 13097:1 13109:1 13120:1 13185:1 13195:1 13208:1 13323:1 13345:1 13427:1 13429:1 13465:1 13483:1 13486:1 13532:1 13539:1 13581:1 13597:1 13599:1 13623:1 13674:1 13686:1 13833:2 13852:1 13887:1 13945:1 13947:1 14007:1 14089:1 14104:1 14156:1 14195:1 14212:1 14223:1 14228:1 14305:1 14310:1 14311:1 14315:1 14316:2 14317:1 14318:1 14325:1 14329:1 14333:1 14342:1 14376:1 14447:1 14479:1 14551:1 14572:1 14631:1 14646:2 14659:1 14782:2 14925:1 14964:1 15061:1 15111:1 15171:1 15198:1 15259:2 15277:1 15369:2 15438:1 15572:1 15631:1 15644:1 15690:1 15785:1 15859:1 15863:1 15878:1 15947:1 15961:1 15970:1 16001:1 16037:1 16088:1 16129:2 16144:1 16167:1 16204:1 16300:1 16312:447 16315:1 16375:1 16665:1 16696:1 16780:1 16956:1 16993:1 16997:1 17100:1 17104:1 17139:1 17156:1 17172:1 17208:1 17277:1 17295:2 17304:1 17316:2 17330:2 17543:1 17556:1 17572:1 17573:1 17634:9 17649:2 17678:1 17721:1 17723:1 17727:1 17751:1 17781:1 17783:1 17799:2 17800:1 17899:1 17902:2 17905:1 17906:1 17953:1 17963:1 17980:1 18151:1 18160:1 18162:1 18211:1 18224:1 18249:1 18256:1 18320:1 18377:1 18561:1 18701:1 18708:1 18725:3 18755:1 18757:1 18774:1 18837:2 18896:1 18922:1 18940:1 18968:1 19024:1 19085:1 19088:1 19100:5 19156:1 19219:1 19229:1 19331:1 19338:1 19349:2 19355:2 19408:1 19424:1 19441:1 19452:1 19467:1 19510:1 19590:1 19594:1 19622:1 19678:2 19681:2 19716:1 19736:2 19740:1 19850:1 19953:1 20050:1 20071:1 20077:1 20085:2 20127:1 20130:1 20193:1 20217:1 20235:1 20271:1 20413:1 20440:1 20445:1 20448:1 20502:1 20530:1 20566:1 20599:1 20604:1 20608:1 20610:1 20662:1 20674:1 20722:2 20735:1 20763:1 20798:1 20822:1 20825:1 20852:1 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21105:1 21134:1 21138:1 21179:1 21192:1 21195:1 21232:1 21249:1 21255:1 21396:1 21463:1 21528:1 21580:1 21619:2 21730:1 21734:2 21772:1 21850:1 21860:1 21906:1 22078:1 22093:1 22098:1 22259:1 22260:1 22268:1 22273:1 22276:1 22370:1 22396:2 22419:1 22445:1 22480:1 22490:1 22574:2 22588:1 22615:1 22704:1 22723:1 22742:1 22758:1 22811:1 22859:1 22860:1 22867:1 22906:1 22973:1 22974:2 22980:3 23000:2 23117:1 23124:1 23166:1 23218:1 23277:1 23289:1 23295:1 23353:1 23426:2 23444:2 23546:1 23576:1 23644:1 23753:1 23774:1 23830:1 23863:1 23875:1 23913:1 23921:1 24038:1 24042:1 24049:1 24065:1 24108:1 24119:1 24136:1 24156:2 24201:1 24225:1 24245:1 24258:1 24293:1 24304:2 24324:1 24332:1 24336:2 24367:1 24486:1 24502:1 24519:1 24599:1 24652:9 24675:1 24686:2 24723:1 24770:2 24902:1 24903:1 24940:1 24967:1 24968:1 24984:1 25066:1 25122:1 25168:1 25266:1 25332:1 25394:1 25467:1 25518:1 25533:1 25582:1 25635:1 25671:1 25675:2 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 30:2 33:1 79:2 92:1 103:1 110:1 158:1 225:1 236:1 363:1 465:1 484:1 488:1 503:1 505:2 514:1 558:1 584:1 709:2 722:1 725:1 741:2 742:2 751:1 765:1 781:1 782:3 787:1 821:2 851:1 857:2 954:1 1009:1 1035:1 1052:1 1076:1 1117:1 1190:1 1202:1 1222:1 1227:1 1281:1 1304:1 1319:1 1334:1 1345:1 1362:1 1382:1 1434:1 1522:1 1540:2 1551:1 1643:1 1709:1 1776:1 1806:1 1845:1 1868:1 1887:1 1890:3 1917:1 1942:1 1980:1 1985:1 1986:1 1990:1 1997:2 2005:2 2011:1 2130:1 2138:1 2150:1 2207:1 2316:1 2334:1 2353:1 2377:1 2379:2 2435:1 2436:1 2472:1 2530:5 2541:1 2599:2 2610:1 2647:2 2746:1 2776:1 2844:1 2899:1 3025:1 3044:1 3080:1 3086:1 3145:1 3154:1 3155:2 3156:1 3158:3 3164:1 3181:1 3195:1 3209:1 3240:2 3290:3 3298:1 3335:1 3388:1 3401:1 3418:1 3448:1 3462:1 3491:1 3494:1 3509:1 3541:2 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:1 3865:1 4010:1 4013:1 4061:1 4119:1 4122:1 4128:1 4153:1 4157:1 4195:1 4228:1 4245:1 4336:1 4368:4 4377:1 4406:1 4417:1 4433:1 4489:1 4502:2 4508:1 4514:1 4520:2 4528:1 4532:1 4546:1 4560:1 4616:1 4650:1 4677:2 4733:1 4744:1 4753:1 4806:1 4812:1 4858:1 4863:1 4877:1 4970:1 4973:1 4974:1 4979:1 5047:1 5068:1 5110:1 5220:1 5234:1 5247:1 5294:1 5301:1 5307:2 5322:1 5331:1 5334:1 5335:3 5370:1 5383:1 5448:1 5452:1 5478:1 5479:1 5482:1 5633:2 5642:1 5661:1 5718:2 5738:1 5765:1 5857:1 5884:1 5896:1 5973:1 6004:1 6015:1 6037:1 6064:1 6069:1 6072:1 6108:1 6131:1 6132:4 6282:1 6332:2 6346:1 6389:1 6417:1 6444:1 6463:1 6480:1 6494:1 6501:1 6503:1 6630:1 6691:1 6699:1 6724:1 6732:2 6737:1 6813:1 6836:3 6850:7 6867:6 6868:1 6976:1 7001:1 7056:3 7080:1 7098:1 7103:1 7142:1 7186:1 7212:1 7318:10 7365:1 7398:1 7400:5 7468:1 7494:1 7535:1 7537:1 7548:2 7611:1 7618:1 7627:1 7631:1 7632:1 7634:1 7644:1 7648:1 7649:1 7651:1 7652:1 7662:1 7678:1 7687:2 7707:1 7783:1 7831:1 7850:1 7937:1 8016:1 8031:1 8051:1 8059:1 8113:1 8125:1 8174:1 8192:1 8224:1 8232:1 8262:2 8273:1 8371:1 8376:1 8390:1 8448:1 8484:1 8537:1 8589:1 8660:1 8675:1 8720:1 8739:1 8747:1 8799:1 8850:2 8910:1 8913:1 8914:2 8917:1 8956:1 8998:2 9018:1 9021:1 9028:1 9043:1 9048:2 9053:1 9083:1 9111:1 9133:1 9168:1 9198:2 9212:1 9231:1 9243:1 9252:4 9260:2 9290:1 9346:1 9378:1 9383:2 9386:1 9390:1 9397:1 9418:1 9531:1 9532:1 9548:2 9556:1 9590:1 9591:1 9597:1 9719:1 9745:2 9750:1 9769:1 9791:1 9868:1 9869:1 9878:1 9893:1 9921:2 9931:1 9947:1 9972:1 9976:1 10017:1 10099:1 10110:1 10132:1 10153:1 10156:1 10219:1 10223:1 10239:1 10284:1 10356:1 10374:3 10384:3 10391:1 10427:2 10437:1 10447:1 10455:1 10457:1 10460:1 10485:1 10501:1 10514:1 10527:1 10534:1 10562:1 10588:1 10649:2 10686:1 10697:1 10732:1 10748:1 10778:1 10785:1 10811:1 10813:1 10911:1 10926:1 11043:1 11044:1 11200:1 11238:1 11322:1 11330:1 11377:1 11410:1 11415:1 11435:1 11436:1 11503:1 11513:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11677:1 11689:1 11691:1 11780:1 11786:1 11817:1 11846:1 11847:1 11850:1 11896:1 11983:1 12042:1 12080:1 12081:1 12097:1 12112:1 12199:1 12213:1 12244:1 12263:1 12270:1 12320:1 12340:1 12351:1 12375:1 12464:2 12508:1 12535:1 12556:1 12645:1 12655:1 12720:1 12723:1 12750:1 12756:2 12759:1 12766:1 12829:1 12899:1 13023:1 13097:1 13109:2 13120:1 13185:1 13191:1 13195:1 13208:1 13303:1 13323:1 13345:1 13427:1 13429:1 13465:2 13483:1 13486:1 13532:1 13539:1 13547:1 13581:1 13597:1 13599:1 13623:1 13631:1 13674:1 13686:1 13690:1 13817:1 13833:2 13852:1 13887:1 13945:1 13947:1 13965:1 14007:1 14088:1 14089:1 14104:1 14156:1 14195:1 14212:1 14223:1 14228:1 14305:1 14310:1 14311:1 14315:1 14316:2 14317:1 14318:1 14325:1 14329:1 14333:1 14342:1 14376:1 14432:1 14447:1 14479:1 14537:1 14551:1 14572:1 14631:1 14646:2 14659:1 14782:2 14925:1 14964:1 15061:1 15111:1 15171:1 15179:1 15198:1 15259:2 15277:1 15357:1 15369:2 15438:2 15477:1 15554:1 15572:1 15631:1 15644:1 15690:1 15745:1 15785:1 15829:1 15842:1 15859:1 15863:1 15878:1 15947:1 15961:1 15970:1 16001:1 16037:1 16088:1 16129:2 16144:1 16167:1 16204:1 16218:1 16300:1 16312:519 16315:1 16375:1 16497:1 16635:1 16665:1 16696:1 16780:2 16924:1 16956:1 16993:1 16997:1 17100:1 17104:1 17139:1 17156:1 17169:1 17172:2 17208:1 17252:1 17277:1 17295:2 17304:1 17316:2 17330:3 17408:1 17535:1 17543:1 17556:1 17572:1 17573:1 17634:9 17649:2 17678:2 17721:1 17723:1 17727:1 17729:1 17751:1 17781:1 17783:1 17799:2 17800:1 17888:1 17891:1 17899:1 17902:2 17905:1 17906:1 17953:1 17963:1 17980:1 18151:1 18160:1 18162:1 18208:1 18211:1 18224:1 18249:1 18256:1 18320:1 18377:1 18433:1 18561:1 18698:1 18701:1 18708:2 18716:1 18725:3 18755:1 18757:1 18774:1 18837:2 18844:1 18896:1 18913:1 18922:1 18940:1 18968:1 19024:1 19043:1 19085:1 19088:1 19100:6 19156:1 19219:1 19229:1 19331:1 19338:1 19349:2 19355:2 19408:2 19424:1 19441:1 19452:1 19454:1 19467:2 19501:1 19504:1 19510:1 19532:1 19539:1 19590:1 19594:1 19622:1 19653:1 19678:2 19681:2 19716:1 19736:2 19740:2 19793:1 19850:1 19953:1 20050:1 20071:1 20077:1 20085:2 20127:1 20130:1 20193:1 20196:1 20217:1 20235:1 20271:1 20329:1 20340:1 20413:1 20440:1 20445:1 20448:1 20502:2 20530:1 20566:1 20599:1 20604:1 20608:1 20610:1 20662:1 20674:1 20722:2 20735:1 20739:1 20763:1 20798:1 20822:1 20825:1 20852:1 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21105:1 21134:1 21138:1 21179:1 21192:1 21195:1 21232:1 21249:1 21255:1 21348:1 21386:1 21396:1 21463:1 21528:1 21580:1 21619:2 21641:1 21653:1 21730:1 21734:2 21772:1 21844:1 21850:1 21860:1 21892:1 21906:1 21949:1 22033:1 22078:1 22093:1 22098:1 22237:1 22259:1 22260:1 22268:1 22273:1 22276:1 22303:1 22370:1 22396:2 22419:1 22445:1 22480:1 22486:1 22490:1 22574:2 22588:1 22615:1 22704:1 22723:1 22742:1 22758:1 22811:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 23000:2 23045:1 23117:1 23124:1 23138:1 23166:1 23218:1 23277:1 23289:1 23295:1 23316:1 23353:1 23402:1 23426:2 23444:2 23546:1 23576:1 23644:1 23656:1 23702:1 23753:1 23774:1 23830:1 23863:1 23875:1 23883:1 23913:1 23919:1 23921:1 24038:1 24042:1 24049:1 24065:1 24108:1 24119:1 24136:1 24156:2 24201:1 24225:1 24245:1 24258:1 24293:1 24304:2 24324:1 24332:1 24336:2 24365:2 24367:1 24486:1 24502:1 24519:1 24581:1 24599:1 24652:10 24675:1 24686:2 24723:1 24770:2 24863:1 24902:1 24903:1 24940:1 24967:1 24968:1 24984:1 25066:1 25122:1 25168:1 25266:1 25332:1 25394:1 25467:1 25518:1 25533:1 25582:1 25626:1 25635:1 25671:1 25675:2 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 30:2 33:1 79:3 92:2 103:1 110:1 158:1 225:1 236:1 264:2 292:1 363:1 465:1 484:1 488:1 503:1 505:2 514:2 558:1 584:1 709:3 718:1 722:1 725:1 741:2 742:2 751:1 765:1 774:1 781:1 782:3 787:1 802:1 821:2 851:1 857:2 954:1 1009:1 1035:1 1052:1 1076:1 1085:1 1117:1 1189:1 1190:1 1202:1 1222:1 1227:1 1281:1 1304:1 1319:1 1334:1 1345:2 1362:1 1382:1 1434:1 1522:1 1540:2 1551:1 1643:1 1709:1 1776:1 1806:1 1824:1 1845:1 1868:1 1887:1 1890:3 1917:1 1935:1 1942:1 1980:1 1983:1 1985:1 1986:1 1990:1 1997:2 2005:2 2011:1 2100:1 2130:1 2138:1 2150:1 2207:1 2316:1 2322:1 2334:1 2353:1 2377:1 2378:1 2379:2 2435:1 2436:1 2472:1 2480:1 2530:5 2541:1 2599:2 2610:1 2637:1 2647:2 2746:1 2776:1 2844:1 2899:1 3025:1 3035:3 3036:1 3041:1 3044:1 3080:2 3086:1 3145:1 3150:1 3154:1 3155:2 3156:1 3158:3 3164:1 3181:1 3195:1 3209:1 3240:2 3290:3 3293:1 3298:1 3335:1 3339:1 3388:1 3401:1 3418:1 3448:1 3462:1 3485:1 3491:1 3494:1 3509:1 3528:1 3541:2 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:1 3841:1 3849:1 3858:1 3865:1 4010:1 4013:1 4061:1 4119:2 4122:1 4128:1 4153:1 4157:1 4195:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:4 4377:1 4406:1 4417:1 4433:1 4489:1 4502:2 4508:1 4514:1 4520:3 4528:1 4532:1 4546:1 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:1 4744:1 4753:1 4806:1 4812:1 4858:1 4863:1 4877:1 4943:3 4970:1 4973:1 4974:1 4977:2 4979:1 5047:1 5068:1 5110:1 5220:1 5234:1 5247:1 5294:2 5301:1 5307:2 5322:1 5331:1 5334:1 5335:3 5370:1 5383:1 5448:1 5452:1 5478:1 5479:1 5482:1 5633:2 5642:1 5661:1 5718:2 5738:1 5765:1 5857:1 5884:1 5896:1 5973:1 6004:1 6015:1 6037:2 6064:1 6069:1 6072:1 6108:1 6131:1 6132:4 6210:1 6236:1 6241:1 6282:1 6292:1 6332:2 6346:1 6389:1 6417:1 6444:1 6457:1 6463:1 6480:1 6494:1 6501:1 6503:1 6529:1 6603:1 6617:1 6630:1 6691:1 6699:1 6724:1 6732:2 6737:1 6813:1 6836:3 6850:8 6867:6 6868:1 6976:1 7001:1 7002:1 7056:3 7080:1 7098:1 7103:1 7142:2 7186:1 7212:1 7276:1 7318:12 7365:1 7398:1 7400:6 7468:1 7494:1 7526:1 7535:2 7537:1 7548:2 7611:1 7618:1 7627:1 7631:1 7632:1 7634:2 7644:1 7648:1 7649:1 7651:1 7652:1 7662:1 7678:1 7687:2 7707:1 7760:1 7783:1 7831:1 7850:1 7869:1 7937:1 8016:1 8031:1 8051:1 8059:1 8113:1 8125:1 8174:1 8192:1 8224:1 8232:1 8262:2 8273:1 8371:1 8376:2 8390:1 8448:1 8484:1 8509:1 8537:1 8589:1 8660:1 8675:1 8720:1 8739:1 8747:1 8799:1 8837:1 8850:2 8910:1 8913:1 8914:2 8917:1 8956:1 8998:2 9018:1 9021:1 9028:1 9043:1 9048:2 9053:1 9083:1 9111:1 9133:1 9168:1 9191:1 9198:3 9212:1 9222:1 9231:1 9235:1 9243:1 9252:4 9260:3 9261:1 9290:1 9346:1 9378:1 9383:2 9386:1 9390:1 9397:1 9418:1 9500:1 9531:1 9532:1 9548:2 9556:1 9589:1 9590:1 9591:1 9597:1 9719:1 9745:2 9748:1 9750:1 9769:1 9791:2 9807:1 9868:1 9869:1 9878:1 9891:2 9893:1 9921:2 9931:1 9947:1 9972:1 9976:1 10017:1 10056:1 10099:1 10110:1 10132:1 10152:1 10153:1 10156:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10356:1 10374:3 10384:3 10391:1 10427:3 10437:1 10447:1 10455:1 10457:1 10460:1 10485:1 10501:1 10514:1 10527:1 10534:1 10562:1 10588:1 10649:3 10652:3 10686:1 10697:1 10732:1 10748:1 10778:1 10785:1 10811:1 10813:1 10911:1 10926:1 11043:1 11044:1 11200:1 11236:1 11238:1 11249:2 11295:1 11322:1 11330:1 11341:1 11376:1 11377:1 11388:2 11391:1 11410:1 11415:1 11435:1 11436:1 11464:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11677:1 11689:1 11691:1 11780:2 11786:1 11817:1 11846:1 11847:1 11850:1 11896:1 11945:1 11983:2 12042:1 12080:1 12081:1 12097:1 12112:1 12199:1 12213:1 12244:1 12263:1 12270:1 12320:1 12336:1 12340:1 12351:1 12375:1 12411:3 12464:3 12508:1 12535:1 12556:1 12645:1 12655:1 12689:1 12720:1 12723:1 12750:1 12756:2 12759:1 12766:1 12829:1 12899:1 12936:1 12960:1 13023:1 13097:1 13109:2 13120:1 13151:1 13170:1 13185:1 13191:1 13195:1 13208:1 13281:1 13303:1 13323:1 13345:1 13427:1 13429:1 13436:1 13465:2 13483:1 13486:1 13532:1 13539:1 13547:1 13581:1 13595:1 13597:1 13599:1 13619:1 13623:1 13631:1 13674:1 13686:1 13690:1 13751:1 13817:1 13833:2 13852:1 13853:1 13887:1 13945:1 13947:1 13959:1 13965:1 14007:1 14086:1 14088:1 14089:1 14104:1 14156:1 14164:1 14195:3 14212:1 14223:1 14228:1 14305:1 14310:1 14311:1 14314:1 14315:2 14316:2 14317:1 14318:1 14325:1 14329:1 14333:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14537:1 14551:1 14572:1 14622:1 14631:1 14646:2 14659:1 14782:2 14925:1 14937:1 14964:1 15061:1 15111:1 15171:1 15179:1 15198:1 15244:1 15254:1 15259:2 15277:1 15357:1 15369:3 15438:2 15477:1 15540:1 15554:1 15572:1 15624:1 15631:1 15644:1 15690:1 15745:1 15746:2 15785:1 15829:1 15842:1 15844:1 15859:2 15863:1 15878:1 15947:1 15961:1 15970:1 16001:1 16004:1 16037:1 16088:1 16129:3 16144:1 16167:1 16204:1 16218:1 16300:1 16312:594 16315:1 16375:1 16409:1 16463:1 16497:1 16635:1 16665:1 16696:1 16780:2 16924:1 16956:1 16993:1 16997:1 17100:1 17104:1 17139:1 17156:1 17169:1 17170:1 17172:2 17208:1 17252:1 17277:1 17295:3 17304:1 17316:2 17330:5 17333:1 17336:1 17408:1 17535:1 17543:1 17556:1 17572:1 17573:1 17634:15 17649:2 17678:3 17721:1 17723:1 17727:1 17729:1 17751:1 17781:1 17783:1 17799:2 17800:1 17884:1 17888:1 17891:1 17899:1 17902:2 17905:1 17906:1 17953:1 17963:1 17980:1 18127:1 18151:1 18160:1 18162:1 18208:1 18211:1 18224:1 18249:1 18256:1 18320:1 18334:1 18377:1 18390:1 18433:1 18443:1 18561:1 18698:1 18701:1 18708:2 18716:1 18725:3 18755:1 18757:1 18774:1 18837:2 18844:1 18896:1 18913:1 18922:1 18930:1 18940:1 18961:1 18968:1 19024:1 19043:1 19085:1 19088:1 19100:7 19156:1 19169:1 19219:1 19221:1 19224:1 19229:1 19250:1 19290:1 19331:1 19338:1 19349:2 19355:2 19374:1 19408:3 19424:1 19441:1 19452:1 19454:1 19467:2 19501:1 19504:1 19510:1 19532:1 19536:1 19539:1 19590:1 19594:1 19622:1 19653:1 19678:2 19681:4 19712:1 19716:1 19736:2 19740:2 19759:1 19781:1 19793:1 19824:1 19850:1 19900:1 19953:1 20028:1 20050:1 20071:1 20077:1 20085:2 20127:1 20130:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:1 20255:2 20271:1 20307:1 20329:1 20340:1 20413:1 20440:1 20445:1 20448:1 20502:2 20530:1 20566:1 20599:1 20604:1 20608:1 20610:1 20662:1 20674:1 20680:1 20722:2 20735:1 20739:1 20742:1 20763:1 20798:1 20822:1 20825:1 20852:1 20929:1 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21105:1 21134:1 21138:1 21179:1 21192:1 21195:1 21232:1 21249:1 21255:1 21305:1 21310:1 21348:1 21386:1 21396:1 21437:1 21463:1 21528:1 21547:1 21580:1 21599:1 21613:1 21619:3 21621:1 21641:1 21650:1 21653:1 21730:1 21734:2 21772:1 21844:1 21850:1 21860:1 21892:1 21906:1 21914:1 21949:1 22033:1 22078:2 22093:1 22098:1 22237:1 22259:1 22260:1 22268:1 22273:1 22276:1 22303:1 22370:1 22396:2 22419:1 22445:1 22480:1 22486:1 22490:1 22574:2 22588:1 22614:1 22615:1 22639:1 22690:1 22704:1 22723:1 22742:1 22758:1 22811:1 22820:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 23000:3 23045:1 23088:1 23117:1 23124:1 23132:1 23138:1 23166:1 23218:1 23277:1 23289:1 23295:1 23316:1 23353:1 23402:1 23426:2 23444:2 23536:1 23546:1 23576:1 23644:1 23656:1 23702:1 23753:1 23774:1 23814:1 23830:1 23863:1 23875:1 23883:1 23913:1 23919:1 23921:1 24038:1 24041:1 24042:1 24049:1 24065:1 24108:1 24119:1 24129:1 24136:1 24156:2 24201:1 24225:1 24245:1 24258:1 24293:1 24304:2 24324:1 24332:1 24336:2 24365:2 24367:1 24486:1 24502:1 24519:1 24581:1 24599:1 24612:1 24652:11 24675:1 24686:2 24723:1 24770:2 24863:1 24902:1 24903:1 24940:1 24967:1 24968:1 24984:1 25066:1 25122:1 25168:1 25266:1 25332:1 25394:1 25436:1 25467:1 25518:1 25533:1 25582:1 25626:1 25635:1 25671:1 25675:3 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 27:1 30:2 33:1 79:3 92:2 103:1 110:1 158:1 203:1 225:2 236:1 264:2 292:1 294:1 344:1 363:1 465:1 484:1 488:1 503:1 505:2 514:3 558:1 584:1 618:1 709:3 718:1 722:1 725:1 741:2 742:2 751:1 765:1 774:1 781:1 782:3 787:2 802:1 821:2 823:1 828:1 851:1 857:2 954:1 1009:1 1035:1 1052:1 1076:1 1085:1 1117:1 1189:1 1190:1 1202:1 1222:1 1227:1 1281:1 1301:1 1304:1 1319:1 1334:1 1345:2 1362:1 1382:1 1434:1 1522:1 1540:2 1551:1 1588:1 1643:1 1709:1 1776:1 1806:1 1824:1 1845:1 1868:1 1887:1 1890:4 1917:1 1935:1 1942:1 1980:1 1983:1 1985:1 1986:1 1990:1 1992:1 1997:2 2005:2 2011:1 2059:1 2100:1 2130:1 2138:1 2150:1 2169:1 2207:1 2316:1 2322:2 2334:1 2353:1 2377:1 2378:1 2379:2 2435:1 2436:1 2456:1 2472:1 2480:1 2530:9 2541:2 2599:2 2610:1 2637:1 2647:2 2746:1 2776:1 2844:2 2899:1 3025:1 3035:4 3036:1 3041:1 3044:1 3080:2 3086:1 3111:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:5 3164:1 3181:1 3195:1 3209:1 3240:2 3290:4 3293:1 3298:1 3335:1 3339:1 3376:1 3388:1 3401:1 3418:1 3448:1 3462:1 3469:1 3485:1 3491:1 3494:1 3509:1 3528:1 3541:3 3586:1 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:1 3841:1 3849:1 3858:1 3865:1 4010:1 4013:1 4061:1 4119:2 4122:1 4128:1 4149:1 4153:1 4157:1 4195:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:5 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4502:2 4508:1 4514:1 4520:3 4521:1 4528:1 4532:1 4546:1 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:1 4744:1 4753:1 4806:1 4812:1 4843:1 4858:1 4863:1 4877:1 4943:4 4970:1 4973:1 4974:1 4977:2 4979:1 5047:1 5068:1 5107:1 5110:1 5220:1 5234:1 5247:1 5294:2 5301:1 5307:2 5322:1 5331:1 5334:1 5335:3 5370:1 5383:1 5448:1 5452:1 5453:1 5478:1 5479:1 5482:1 5531:1 5624:1 5633:2 5639:1 5642:1 5651:1 5661:1 5718:2 5720:1 5738:1 5765:1 5857:1 5884:1 5896:1 5973:1 6004:1 6010:1 6015:1 6037:2 6064:1 6069:1 6072:1 6101:1 6108:1 6131:1 6132:4 6210:1 6236:1 6241:1 6282:1 6292:1 6332:2 6346:1 6389:1 6417:1 6444:1 6457:1 6463:1 6480:1 6494:1 6501:1 6503:1 6529:1 6603:1 6617:1 6630:2 6691:1 6699:1 6724:1 6732:3 6737:1 6795:1 6807:1 6813:1 6836:3 6850:9 6867:10 6868:1 6976:1 7001:1 7002:1 7056:3 7080:1 7098:1 7103:1 7142:2 7186:1 7212:1 7276:1 7318:12 7347:1 7365:1 7398:1 7400:7 7468:1 7494:1 7526:1 7535:2 7537:1 7548:2 7611:1 7618:1 7627:1 7631:1 7632:1 7634:2 7644:1 7648:1 7649:1 7651:1 7652:1 7662:1 7678:1 7687:2 7707:1 7760:1 7783:1 7819:1 7831:1 7850:1 7869:1 7937:1 8016:1 8031:1 8051:1 8059:1 8113:1 8125:1 8174:1 8192:1 8224:1 8232:2 8262:2 8273:1 8371:1 8376:2 8390:1 8448:1 8484:1 8509:1 8537:1 8589:1 8660:1 8675:1 8720:1 8739:1 8747:1 8799:1 8837:1 8850:2 8891:1 8910:1 8913:1 8914:2 8917:1 8956:1 8998:2 9018:1 9021:1 9028:1 9043:1 9048:2 9053:1 9083:1 9111:1 9133:1 9161:1 9168:1 9191:1 9198:4 9212:1 9222:1 9224:1 9231:1 9235:1 9243:1 9252:5 9260:3 9261:1 9279:1 9290:1 9346:1 9378:1 9383:2 9386:1 9390:1 9397:1 9418:1 9455:1 9500:1 9531:1 9532:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:1 9597:1 9719:1 9745:2 9747:1 9748:1 9750:1 9769:1 9791:2 9807:1 9868:1 9869:1 9878:1 9891:2 9893:1 9921:2 9931:1 9947:1 9972:1 9976:1 10017:1 10056:1 10082:1 10099:1 10110:1 10132:1 10152:1 10153:1 10156:1 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10356:1 10369:1 10374:3 10384:3 10391:1 10427:3 10429:1 10437:3 10447:1 10455:1 10457:1 10460:1 10485:1 10501:1 10514:1 10527:1 10534:1 10557:1 10562:1 10588:1 10649:3 10652:4 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10811:1 10813:1 10911:1 10926:1 11043:1 11044:1 11200:1 11236:1 11238:1 11249:2 11257:1 11263:1 11294:1 11295:1 11322:1 11330:1 11341:1 11356:1 11376:1 11377:1 11388:2 11391:1 11410:1 11415:1 11435:1 11436:1 11464:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11677:1 11689:1 11691:1 11780:3 11786:1 11817:1 11846:1 11847:1 11850:1 11896:1 11945:1 11983:2 12007:1 12042:1 12080:1 12081:1 12097:1 12112:1 12113:1 12166:1 12199:2 12213:1 12244:1 12263:1 12270:1 12276:1 12320:1 12336:1 12340:1 12351:1 12375:1 12380:1 12389:1 12411:4 12464:3 12508:1 12535:1 12556:1 12645:1 12655:1 12689:1 12720:1 12723:1 12750:1 12756:2 12759:1 12766:1 12829:1 12884:1 12899:1 12936:1 12950:1 12960:1 12994:1 13023:1 13097:1 13109:2 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:1 13208:1 13246:1 13268:1 13281:1 13303:1 13323:1 13345:1 13387:1 13427:1 13429:1 13436:1 13454:1 13465:2 13483:1 13486:1 13532:1 13539:1 13547:1 13581:1 13595:1 13597:1 13599:1 13619:1 13623:1 13631:1 13674:1 13686:1 13690:1 13751:1 13817:1 13824:1 13833:2 13852:1 13853:1 13887:1 13945:1 13947:1 13959:1 13965:1 14007:1 14086:1 14088:1 14089:1 14104:1 14156:1 14164:1 14195:3 14212:1 14223:2 14228:1 14305:1 14310:1 14311:1 14314:1 14315:2 14316:2 14317:1 14318:1 14325:1 14329:1 14333:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14537:1 14551:1 14572:1 14622:1 14631:1 14646:2 14659:1 14782:2 14925:1 14937:1 14964:1 15044:1 15061:1 15111:1 15122:1 15171:1 15179:1 15198:1 15244:1 15254:1 15259:2 15277:1 15357:1 15369:3 15438:2 15477:1 15517:1 15540:1 15554:1 15572:1 15624:1 15631:1 15644:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:1 15859:2 15863:1 15878:1 15947:1 15961:1 15970:1 16001:1 16004:1 16008:1 16037:1 16088:1 16129:3 16144:1 16167:1 16204:1 16218:1 16265:1 16300:1 16312:694 16315:1 16375:1 16409:1 16426:1 16460:1 16463:1 16497:1 16635:1 16665:1 16696:1 16780:2 16793:1 16854:1 16924:1 16956:1 16991:1 16993:1 16997:1 17009:1 17100:1 17104:1 17139:1 17156:1 17169:1 17170:1 17172:2 17208:1 17252:1 17277:1 17295:3 17304:1 17316:2 17330:5 17333:1 17336:1 17408:1 17535:1 17543:1 17556:1 17572:1 17573:1 17634:19 17649:2 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17781:1 17783:3 17799:2 17800:1 17807:1 17884:1 17888:1 17891:1 17899:1 17902:2 17905:1 17906:2 17953:1 17956:1 17963:1 17980:1 18057:1 18092:1 18118:1 18127:1 18151:1 18160:1 18162:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18320:1 18334:1 18352:1 18377:1 18390:1 18406:1 18433:1 18443:1 18470:1 18561:2 18698:1 18701:1 18708:2 18716:1 18725:3 18755:1 18757:1 18760:1 18774:1 18837:2 18844:1 18896:1 18913:1 18922:1 18930:1 18940:1 18961:1 18968:1 19024:1 19043:1 19077:1 19080:1 19085:1 19088:1 19100:8 19156:1 19169:1 19219:2 19221:1 19224:1 19229:1 19250:1 19290:1 19331:1 19332:1 19338:1 19349:4 19351:1 19355:2 19363:1 19374:1 19408:3 19424:1 19441:1 19452:1 19454:1 19467:2 19501:1 19504:1 19510:1 19532:1 19536:1 19539:1 19566:1 19590:1 19594:1 19607:1 19622:1 19653:1 19678:2 19681:4 19712:1 19716:1 19736:2 19740:2 19759:1 19781:1 19793:1 19824:1 19833:1 19850:1 19900:1 19953:2 19964:1 20028:1 20050:1 20067:1 20071:1 20077:1 20085:2 20088:1 20127:1 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:1 20255:2 20271:1 20307:1 20329:1 20333:1 20340:1 20413:1 20440:2 20445:1 20448:1 20502:2 20530:1 20566:1 20599:1 20604:1 20608:1 20610:1 20662:1 20674:1 20680:1 20684:1 20722:2 20735:1 20739:1 20742:1 20763:1 20798:1 20822:1 20825:1 20852:1 20929:2 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:1 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21232:1 21249:1 21255:1 21305:1 21310:1 21348:1 21386:1 21396:1 21437:1 21463:1 21528:1 21547:1 21580:1 21599:1 21613:1 21619:3 21621:1 21641:1 21650:1 21653:1 21730:1 21734:2 21772:1 21809:1 21844:1 21850:1 21860:1 21892:1 21906:1 21914:1 21949:1 22033:1 22078:2 22093:1 22098:1 22112:1 22237:1 22259:1 22260:1 22268:1 22273:1 22276:1 22303:1 22305:1 22330:1 22370:1 22396:2 22419:1 22445:1 22480:1 22486:1 22490:1 22546:1 22574:2 22588:1 22614:1 22615:2 22639:1 22690:1 22704:1 22723:1 22742:1 22758:1 22811:1 22820:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 23000:3 23015:1 23045:1 23062:1 23088:1 23117:1 23124:1 23132:1 23138:1 23166:1 23204:1 23218:1 23268:1 23277:1 23289:1 23295:1 23316:1 23347:1 23353:2 23402:1 23420:1 23426:2 23444:3 23536:1 23546:1 23576:1 23644:1 23656:1 23702:2 23753:1 23774:1 23814:1 23830:1 23863:1 23875:1 23883:1 23913:1 23919:1 23921:1 23945:1 24038:1 24040:1 24041:1 24042:1 24045:1 24049:1 24065:1 24108:1 24119:1 24129:1 24136:1 24156:3 24201:1 24225:1 24245:1 24258:1 24260:1 24292:1 24293:1 24304:2 24324:1 24332:1 24336:2 24365:2 24367:1 24486:1 24502:1 24519:1 24581:1 24599:1 24612:2 24652:11 24675:1 24686:2 24689:1 24723:1 24747:1 24763:1 24770:2 24814:1 24863:1 24902:1 24903:1 24940:1 24954:1 24967:1 24968:1 24984:1 25064:1 25066:1 25122:2 25133:1 25168:2 25266:1 25283:1 25293:1 25332:1 25394:1 25436:1 25467:1 25518:1 25533:1 25582:1 25626:1 25635:1 25671:1 25675:3 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 27:1 30:2 33:1 79:3 92:2 103:1 110:1 158:1 203:1 225:2 236:1 264:2 292:1 294:1 333:1 344:1 363:1 465:1 484:1 488:1 503:1 505:2 514:3 558:1 584:1 618:1 709:3 718:1 722:1 725:1 741:2 742:2 751:1 765:1 774:1 781:1 782:3 787:2 802:1 821:2 823:1 828:1 851:1 857:2 954:1 1009:1 1035:1 1043:1 1052:1 1076:1 1085:1 1117:1 1189:1 1190:1 1202:1 1222:1 1227:1 1281:1 1301:1 1304:1 1319:1 1334:2 1345:2 1362:1 1382:1 1434:1 1508:1 1522:1 1540:2 1551:1 1588:1 1643:1 1709:1 1776:1 1806:1 1824:1 1845:1 1868:1 1887:1 1890:5 1917:1 1935:1 1942:1 1964:1 1980:1 1983:1 1985:1 1986:1 1990:1 1992:1 1997:2 2003:1 2005:2 2011:1 2059:1 2100:1 2130:1 2138:1 2150:1 2169:1 2207:1 2316:1 2322:2 2334:1 2353:1 2377:1 2378:1 2379:3 2435:1 2436:2 2456:1 2472:1 2480:1 2530:10 2541:3 2599:2 2610:1 2637:1 2647:2 2746:1 2776:1 2844:2 2899:3 3025:1 3031:1 3035:4 3036:1 3041:1 3044:1 3080:3 3086:1 3111:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:7 3164:1 3181:1 3195:1 3209:1 3221:1 3240:2 3290:4 3293:1 3298:1 3335:1 3339:1 3376:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:1 3485:1 3491:1 3494:1 3509:1 3528:1 3541:3 3586:1 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:1 3841:1 3849:1 3858:1 3865:1 4010:1 4013:1 4061:1 4119:2 4122:1 4128:1 4149:1 4153:1 4157:1 4195:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:5 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4502:2 4508:1 4514:1 4520:3 4521:1 4527:1 4528:1 4532:1 4546:1 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:1 4744:1 4753:1 4806:1 4812:1 4843:1 4855:1 4858:1 4863:1 4877:1 4883:1 4943:4 4970:1 4973:1 4974:1 4977:2 4979:1 5047:1 5068:1 5107:1 5110:1 5220:1 5234:1 5247:1 5288:1 5294:2 5301:1 5307:2 5322:1 5331:1 5334:1 5335:3 5370:1 5383:1 5448:1 5452:1 5453:1 5478:1 5479:1 5482:1 5490:1 5531:1 5624:1 5633:2 5639:1 5642:1 5651:1 5661:1 5718:2 5720:1 5738:1 5765:1 5857:1 5884:1 5896:1 5973:1 6004:1 6010:1 6015:1 6037:2 6064:1 6069:1 6072:1 6101:1 6108:1 6131:1 6132:4 6186:1 6210:1 6236:2 6241:1 6282:1 6292:1 6332:2 6346:1 6389:1 6417:1 6444:1 6457:1 6463:1 6480:1 6494:1 6501:1 6503:1 6529:1 6603:1 6617:1 6630:2 6691:1 6699:1 6724:1 6732:3 6737:1 6753:1 6795:1 6807:1 6813:1 6836:3 6850:9 6867:12 6868:1 6976:1 7001:1 7002:1 7056:3 7080:1 7098:1 7103:1 7142:2 7186:1 7212:1 7276:1 7318:12 7347:1 7365:1 7398:1 7400:7 7468:1 7494:1 7526:1 7535:2 7537:1 7548:2 7611:1 7618:1 7627:1 7631:1 7632:1 7634:2 7644:1 7648:1 7649:1 7651:1 7652:1 7662:1 7671:1 7678:1 7687:2 7707:1 7760:1 7783:1 7786:1 7819:1 7831:1 7850:1 7863:1 7869:1 7937:1 8016:1 8031:1 8051:1 8059:1 8113:1 8125:1 8174:1 8192:1 8223:1 8224:1 8232:2 8262:2 8273:1 8371:1 8376:2 8390:1 8448:1 8484:1 8509:1 8537:1 8554:1 8589:1 8649:1 8660:1 8675:1 8677:1 8720:1 8739:1 8747:1 8799:1 8837:1 8850:2 8891:1 8910:1 8913:1 8914:2 8917:1 8956:1 8998:2 9018:1 9021:1 9028:1 9043:1 9048:2 9051:1 9053:1 9083:1 9111:1 9127:1 9133:1 9161:1 9168:1 9191:1 9198:4 9212:1 9222:2 9224:1 9226:1 9231:1 9235:1 9243:1 9252:5 9260:3 9261:1 9279:1 9290:1 9346:1 9378:1 9383:2 9386:1 9390:1 9397:1 9418:1 9426:1 9455:1 9500:1 9531:1 9532:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:1 9597:1 9719:1 9745:2 9747:1 9748:1 9750:2 9769:1 9791:2 9807:1 9868:1 9869:1 9878:1 9891:3 9893:1 9921:2 9931:1 9947:1 9972:1 9976:1 10017:1 10056:1 10082:1 10099:1 10110:1 10132:1 10152:1 10153:1 10156:1 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10356:1 10369:1 10374:3 10384:3 10391:1 10427:4 10429:1 10437:4 10447:1 10455:1 10457:1 10460:1 10471:1 10485:1 10501:1 10514:1 10527:1 10534:1 10557:1 10562:1 10588:1 10649:3 10652:4 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10810:1 10811:1 10813:1 10911:1 10926:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11263:1 11294:1 11295:1 11322:1 11330:1 11341:1 11356:1 11376:1 11377:1 11388:2 11391:1 11410:1 11415:1 11435:1 11436:2 11464:1 11500:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11677:1 11689:1 11691:1 11780:3 11786:1 11817:1 11846:1 11847:1 11850:1 11896:1 11945:1 11966:1 11983:2 12007:1 12042:1 12077:1 12080:1 12081:1 12097:1 12112:1 12113:1 12166:1 12199:2 12213:1 12244:1 12263:1 12270:1 12276:1 12320:1 12336:1 12340:1 12351:1 12375:1 12380:1 12389:1 12411:6 12464:3 12508:1 12535:1 12556:1 12645:1 12655:1 12689:1 12720:1 12723:1 12750:1 12756:2 12759:1 12766:1 12829:1 12884:1 12899:1 12936:1 12950:1 12960:1 12994:1 13023:1 13097:1 13109:2 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:1 13208:1 13246:1 13268:1 13281:1 13295:1 13303:1 13323:1 13345:1 13387:1 13427:1 13429:1 13436:1 13454:1 13465:2 13479:1 13483:1 13486:1 13532:1 13539:1 13547:1 13581:1 13595:1 13597:1 13599:1 13619:1 13623:1 13631:1 13674:1 13686:1 13690:1 13751:1 13817:2 13824:1 13833:2 13852:1 13853:1 13887:1 13945:1 13947:1 13959:1 13965:1 14007:1 14086:1 14088:1 14089:1 14104:1 14156:1 14164:1 14195:3 14212:1 14223:2 14228:1 14305:1 14310:1 14311:1 14314:1 14315:2 14316:2 14317:1 14318:1 14325:1 14329:1 14333:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14520:1 14537:1 14551:1 14572:1 14622:1 14631:1 14646:3 14659:1 14782:2 14925:1 14937:1 14964:1 15035:1 15044:1 15061:1 15111:1 15122:1 15171:1 15179:1 15198:1 15244:1 15254:1 15259:2 15277:1 15357:1 15369:3 15438:2 15477:1 15517:1 15540:1 15554:1 15572:1 15624:1 15631:1 15644:1 15686:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:1 15859:2 15863:1 15878:1 15947:1 15961:1 15970:1 16001:1 16003:1 16004:1 16008:1 16037:1 16088:1 16129:3 16144:1 16167:1 16204:1 16218:1 16265:1 16300:1 16312:707 16315:1 16375:1 16409:1 16426:1 16436:1 16460:1 16463:1 16497:1 16635:1 16665:1 16696:1 16780:2 16793:1 16854:1 16859:1 16924:1 16956:1 16991:1 16993:1 16997:1 17009:1 17100:1 17104:1 17139:1 17156:1 17169:1 17170:1 17172:2 17208:1 17252:1 17277:1 17295:3 17304:1 17316:2 17330:5 17333:1 17336:1 17408:1 17535:1 17543:1 17556:1 17572:1 17573:1 17634:24 17649:2 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:3 17799:2 17800:1 17807:1 17884:1 17888:1 17891:1 17899:1 17902:2 17905:1 17906:2 17953:1 17956:1 17963:1 17980:1 18057:1 18061:1 18092:1 18118:1 18127:2 18151:1 18160:1 18162:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18320:1 18334:1 18352:1 18377:1 18390:1 18406:1 18433:1 18443:1 18470:1 18561:2 18698:1 18701:1 18703:1 18708:2 18716:1 18725:3 18755:1 18757:1 18760:1 18774:1 18837:2 18844:1 18896:1 18913:1 18922:1 18930:1 18940:1 18961:1 18968:1 19024:1 19043:1 19077:1 19080:1 19085:1 19088:1 19100:8 19156:1 19169:1 19219:2 19221:1 19224:1 19229:1 19250:1 19271:1 19290:1 19331:1 19332:1 19338:1 19349:4 19351:1 19355:2 19363:1 19374:1 19408:3 19424:1 19441:1 19452:1 19454:1 19467:2 19501:1 19504:1 19510:1 19532:1 19536:1 19539:1 19566:1 19590:1 19594:1 19607:1 19622:1 19653:1 19664:1 19678:2 19681:4 19712:1 19716:1 19736:2 19740:2 19759:1 19781:1 19793:1 19824:1 19833:1 19850:1 19900:1 19953:2 19964:1 20028:1 20050:1 20067:1 20071:1 20077:1 20085:2 20087:1 20088:1 20127:1 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:1 20255:2 20271:1 20307:1 20329:1 20333:1 20340:1 20413:1 20440:2 20445:1 20448:1 20502:2 20530:1 20566:1 20599:1 20604:1 20608:1 20610:2 20662:1 20674:1 20680:1 20684:1 20722:2 20735:1 20739:1 20742:1 20763:1 20798:1 20822:1 20825:1 20845:1 20852:1 20929:2 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:1 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21232:1 21249:1 21255:1 21305:1 21310:1 21348:1 21386:1 21396:1 21437:1 21463:1 21528:1 21547:1 21580:1 21599:1 21613:1 21619:3 21621:1 21641:1 21650:2 21653:1 21730:1 21734:2 21772:1 21809:1 21844:1 21850:1 21860:1 21892:1 21906:1 21914:1 21949:1 22033:1 22078:2 22093:1 22098:1 22112:1 22237:1 22259:1 22260:1 22268:1 22273:1 22276:1 22303:1 22305:1 22330:1 22370:1 22396:2 22419:1 22445:1 22480:1 22486:1 22490:1 22520:1 22546:1 22574:2 22586:1 22588:1 22614:1 22615:2 22639:1 22675:1 22690:1 22704:1 22723:1 22742:1 22758:2 22811:1 22820:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 23000:3 23007:1 23015:1 23045:1 23062:1 23088:1 23117:1 23124:1 23132:1 23138:1 23166:1 23204:1 23218:1 23268:1 23277:1 23289:1 23295:1 23316:1 23347:1 23353:2 23402:1 23420:1 23426:2 23444:3 23536:1 23546:1 23576:1 23644:1 23656:1 23702:2 23753:1 23774:1 23814:1 23830:1 23863:1 23875:2 23883:1 23913:1 23919:1 23921:1 23945:1 24038:1 24040:1 24041:1 24042:1 24045:1 24049:1 24058:1 24065:1 24108:1 24119:1 24129:1 24136:1 24156:3 24201:1 24225:1 24245:1 24258:1 24260:1 24292:1 24293:1 24304:2 24324:1 24332:1 24336:2 24365:2 24367:1 24486:1 24502:1 24519:1 24581:1 24599:1 24600:1 24612:2 24639:1 24652:12 24675:1 24686:2 24689:1 24723:1 24747:1 24763:1 24770:2 24814:1 24838:1 24863:1 24902:1 24903:1 24940:1 24954:1 24967:1 24968:1 24984:1 24985:1 25004:1 25064:1 25066:1 25119:1 25122:3 25133:1 25168:2 25254:1 25266:1 25283:1 25293:1 25332:1 25394:1 25436:1 25467:1 25518:1 25533:1 25555:1 25582:1 25626:1 25635:1 25671:1 25675:3 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 27:1 30:2 33:1 79:3 92:2 103:1 110:1 158:1 203:1 204:1 211:1 225:2 236:1 264:2 292:1 294:1 333:1 344:1 363:1 465:1 484:1 488:1 503:1 505:2 514:3 558:1 584:1 618:1 660:1 687:1 709:3 718:1 722:1 725:1 736:1 741:3 742:2 751:1 765:2 774:2 781:1 782:3 787:2 802:1 821:3 823:1 828:1 851:1 857:2 954:1 1009:1 1035:1 1043:1 1052:1 1076:1 1085:1 1117:1 1189:1 1190:1 1202:1 1222:1 1227:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:4 1345:2 1362:1 1382:1 1434:1 1508:1 1522:1 1540:2 1551:1 1588:1 1643:1 1709:1 1776:2 1806:1 1824:1 1845:1 1868:1 1887:1 1890:5 1917:1 1935:1 1942:1 1964:1 1980:1 1983:1 1985:2 1986:1 1990:1 1992:1 1997:2 2003:1 2005:2 2011:1 2059:1 2100:2 2130:1 2138:1 2150:1 2169:1 2207:1 2316:1 2322:2 2334:1 2353:1 2377:1 2378:1 2379:3 2435:1 2436:2 2456:1 2472:1 2480:1 2530:10 2541:3 2599:2 2610:1 2637:1 2647:2 2746:1 2752:1 2776:1 2844:2 2899:4 3025:1 3030:1 3031:1 3035:4 3036:1 3041:1 3044:1 3080:3 3086:1 3111:2 3145:1 3150:1 3154:1 3155:3 3156:1 3158:8 3164:1 3181:1 3195:1 3209:1 3221:1 3240:3 3290:4 3293:1 3298:1 3335:1 3339:1 3376:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3491:1 3494:1 3509:1 3528:1 3541:3 3586:1 3595:1 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:1 3841:1 3849:1 3858:2 3865:1 3942:1 4010:1 4013:1 4061:1 4119:2 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:5 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4502:2 4508:1 4514:1 4520:4 4521:1 4527:1 4528:1 4532:1 4546:2 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:1 4744:1 4753:1 4806:1 4812:1 4843:1 4855:1 4858:2 4863:1 4877:1 4878:1 4883:1 4943:4 4970:1 4973:1 4974:1 4977:2 4979:1 5047:1 5068:1 5107:1 5110:1 5220:1 5234:1 5247:1 5288:1 5294:2 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5531:1 5624:1 5633:2 5639:1 5642:1 5651:1 5661:1 5718:2 5720:1 5738:1 5765:1 5857:1 5867:1 5884:2 5896:1 5973:1 6004:1 6010:1 6015:1 6037:2 6064:1 6069:1 6072:1 6101:1 6108:1 6131:1 6132:4 6186:1 6210:2 6236:2 6241:1 6282:1 6292:1 6332:2 6346:1 6389:1 6417:1 6433:1 6444:1 6457:1 6463:1 6480:1 6494:1 6501:2 6503:1 6529:1 6603:1 6617:1 6630:2 6691:1 6699:1 6724:1 6732:3 6737:1 6753:1 6795:1 6807:2 6813:1 6836:3 6850:10 6858:1 6867:12 6868:1 6944:1 6976:1 7001:1 7002:1 7056:3 7080:1 7098:1 7103:1 7142:2 7186:1 7212:1 7276:1 7318:13 7338:1 7347:1 7365:1 7398:1 7400:7 7446:1 7468:1 7494:1 7526:1 7535:2 7537:1 7542:1 7548:2 7611:1 7618:1 7627:1 7631:1 7632:1 7634:2 7644:1 7648:2 7649:1 7651:1 7652:1 7662:1 7671:1 7678:1 7687:2 7707:1 7760:1 7783:1 7786:1 7819:1 7831:1 7850:1 7863:1 7869:1 7937:1 8016:1 8031:1 8034:1 8051:1 8059:1 8113:1 8125:1 8174:1 8192:1 8223:1 8224:1 8232:2 8262:2 8273:1 8294:1 8371:1 8376:2 8390:1 8448:1 8484:1 8509:1 8537:1 8554:3 8589:1 8649:1 8660:1 8675:1 8677:1 8720:1 8739:1 8740:1 8747:1 8781:1 8799:1 8837:1 8850:4 8891:1 8910:1 8913:1 8914:2 8917:1 8956:1 8983:1 8998:2 9018:2 9021:1 9028:1 9043:1 9048:2 9051:1 9053:1 9083:1 9111:1 9127:1 9133:1 9161:1 9168:1 9191:1 9198:4 9212:1 9222:2 9224:2 9226:1 9231:1 9235:1 9243:2 9252:5 9260:3 9261:1 9279:1 9290:1 9346:1 9378:1 9383:2 9386:1 9390:1 9397:1 9418:1 9426:1 9455:1 9500:1 9531:1 9532:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:1 9597:1 9610:1 9719:1 9745:2 9747:1 9748:2 9750:3 9769:1 9791:2 9807:1 9864:1 9868:1 9869:1 9878:1 9891:5 9893:1 9921:2 9931:1 9947:1 9972:1 9976:1 10017:1 10056:1 10082:1 10099:1 10110:1 10132:1 10152:1 10153:1 10156:2 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10356:1 10369:1 10374:3 10384:3 10391:1 10427:4 10429:1 10437:4 10447:1 10455:1 10457:1 10460:1 10471:1 10485:1 10501:1 10514:1 10522:1 10527:1 10534:1 10557:1 10562:1 10588:1 10649:4 10652:4 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10810:1 10811:1 10813:1 10911:1 10926:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11263:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11356:1 11376:1 11377:1 11388:2 11391:1 11410:1 11415:1 11435:1 11436:2 11464:1 11500:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11677:1 11689:1 11691:1 11780:3 11782:2 11786:1 11817:1 11846:1 11847:1 11850:1 11896:1 11945:1 11966:1 11983:2 12007:1 12042:1 12077:3 12080:1 12081:1 12097:1 12112:1 12113:1 12166:1 12199:2 12213:1 12238:2 12244:1 12263:1 12270:1 12276:1 12320:2 12336:1 12340:1 12351:1 12375:1 12380:1 12389:1 12411:6 12464:3 12508:1 12535:1 12556:1 12601:1 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12750:1 12756:2 12759:1 12766:1 12776:1 12829:1 12840:2 12884:1 12899:1 12936:1 12950:1 12960:1 12994:1 13023:1 13038:1 13097:1 13109:2 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:1 13208:1 13246:1 13268:1 13281:1 13295:1 13303:1 13323:1 13345:1 13387:1 13427:1 13429:1 13436:1 13454:2 13465:2 13479:1 13483:1 13486:1 13532:1 13539:1 13547:1 13581:1 13595:1 13597:1 13599:1 13619:1 13623:1 13631:1 13674:1 13686:1 13690:1 13751:1 13817:2 13824:1 13833:2 13852:1 13853:1 13887:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14086:1 14088:1 14089:1 14104:1 14156:1 14158:1 14164:3 14195:3 14212:1 14223:2 14228:1 14305:1 14310:1 14311:1 14314:1 14315:2 14316:2 14317:1 14318:2 14325:1 14329:1 14333:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14520:1 14537:1 14551:1 14572:1 14622:1 14631:1 14646:3 14659:1 14711:1 14782:2 14925:1 14937:1 14964:1 15035:1 15044:1 15061:1 15111:1 15122:1 15171:1 15179:1 15198:1 15244:1 15254:1 15259:2 15277:1 15316:1 15357:1 15369:3 15438:2 15477:1 15517:1 15540:2 15554:1 15572:1 15624:1 15631:1 15644:1 15686:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:1 15859:2 15863:1 15865:1 15878:1 15947:1 15961:1 15970:1 16001:1 16003:1 16004:1 16008:1 16037:1 16088:1 16129:3 16144:1 16167:1 16204:1 16218:1 16265:1 16300:1 16312:747 16315:1 16375:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16497:1 16543:1 16635:1 16665:1 16696:1 16780:2 16793:1 16854:1 16859:1 16924:1 16956:1 16991:1 16993:1 16997:1 17009:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:2 17208:1 17252:1 17277:1 17295:3 17304:1 17316:2 17330:6 17333:1 17336:1 17408:1 17535:3 17543:1 17556:1 17572:1 17573:1 17634:26 17649:2 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:3 17799:2 17800:1 17807:1 17884:1 17888:1 17891:1 17899:1 17902:2 17905:1 17906:2 17953:1 17956:1 17963:1 17980:1 18057:1 18061:1 18083:1 18092:1 18118:1 18127:2 18151:1 18160:1 18162:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18320:1 18334:1 18352:1 18377:1 18390:1 18406:1 18433:1 18443:1 18470:1 18550:1 18561:2 18698:1 18701:1 18703:1 18708:2 18716:1 18719:1 18725:3 18755:1 18757:1 18760:1 18774:1 18837:2 18844:2 18896:1 18913:1 18922:1 18930:1 18940:1 18961:1 18968:1 19024:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19100:8 19156:1 19169:1 19219:2 19221:1 19224:1 19229:1 19250:1 19257:1 19271:1 19290:1 19317:1 19331:1 19332:1 19338:1 19349:4 19351:1 19355:2 19363:1 19374:1 19408:4 19424:1 19441:1 19452:1 19454:1 19467:2 19482:1 19501:1 19504:1 19510:1 19532:1 19536:1 19539:1 19566:1 19590:1 19594:1 19607:2 19622:1 19653:1 19664:2 19678:2 19681:4 19712:1 19716:1 19736:3 19740:2 19742:1 19759:1 19781:1 19793:1 19824:1 19833:1 19850:1 19900:1 19953:2 19964:1 20028:1 20050:1 20067:1 20071:1 20077:1 20085:2 20087:1 20088:1 20127:1 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20307:1 20329:1 20333:1 20340:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:2 20530:1 20566:1 20599:1 20604:1 20608:1 20610:2 20662:1 20674:1 20680:1 20684:1 20722:2 20735:1 20739:1 20742:1 20763:1 20790:1 20798:1 20815:1 20822:1 20825:1 20845:1 20852:1 20929:3 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:1 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21232:1 21249:1 21255:1 21257:1 21305:1 21310:1 21348:1 21386:1 21396:1 21437:1 21463:1 21479:1 21528:1 21547:1 21580:1 21599:1 21613:3 21619:3 21621:1 21641:1 21645:1 21650:2 21653:1 21730:1 21734:2 21772:1 21809:1 21817:1 21844:1 21850:1 21855:1 21860:1 21892:1 21906:1 21914:1 21949:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22305:1 22330:1 22370:1 22396:2 22419:1 22445:1 22480:2 22486:1 22490:1 22520:1 22546:1 22574:2 22586:1 22588:1 22614:1 22615:2 22639:1 22675:1 22690:1 22704:1 22723:1 22742:1 22758:2 22811:1 22820:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 23000:3 23007:1 23015:1 23045:1 23062:1 23088:1 23117:1 23124:1 23132:1 23138:1 23166:1 23204:1 23218:1 23268:1 23277:1 23289:1 23295:1 23316:1 23347:1 23353:2 23402:1 23420:1 23426:2 23444:3 23536:1 23546:1 23576:1 23611:1 23644:1 23656:1 23702:2 23753:1 23774:1 23814:1 23830:1 23863:1 23875:2 23883:2 23913:1 23919:1 23921:1 23945:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24058:1 24065:1 24108:1 24119:1 24129:1 24136:1 24156:3 24201:1 24225:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:1 24336:3 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:3 24639:1 24652:13 24675:1 24686:2 24689:1 24696:1 24723:1 24747:1 24763:1 24770:2 24814:1 24838:1 24863:1 24883:1 24902:1 24903:1 24940:1 24954:1 24967:1 24968:1 24984:1 24985:1 25004:1 25064:1 25066:1 25119:1 25122:3 25133:1 25168:2 25254:1 25266:1 25283:1 25293:1 25332:1 25394:1 25436:1 25467:1 25518:1 25533:1 25555:1 25582:1 25626:1 25635:1 25671:1 25675:3 25711:1 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 27:1 30:2 33:1 79:3 92:2 103:1 110:1 139:3 158:1 167:1 183:1 203:1 204:1 211:2 225:2 236:1 264:2 292:1 294:1 333:1 344:1 363:1 465:1 473:1 484:1 488:1 503:1 505:2 514:3 558:1 584:1 618:1 660:1 687:1 709:3 718:1 722:1 725:1 736:1 741:3 742:2 751:1 765:2 774:2 781:1 782:3 787:2 802:1 821:3 823:1 828:1 851:1 857:2 954:1 1009:1 1035:1 1037:1 1043:1 1052:1 1054:1 1076:1 1085:1 1117:1 1189:1 1190:1 1202:1 1222:1 1227:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:5 1345:2 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1540:2 1551:1 1586:1 1588:1 1643:1 1665:1 1709:1 1767:1 1776:2 1806:1 1824:1 1845:1 1868:1 1887:1 1890:5 1917:1 1935:1 1942:1 1964:1 1980:1 1983:1 1985:2 1986:1 1990:1 1992:1 1997:2 2003:1 2005:2 2011:1 2043:1 2059:1 2100:2 2130:1 2138:1 2150:1 2169:1 2207:1 2316:1 2322:2 2334:1 2341:1 2353:1 2377:1 2378:1 2379:3 2435:1 2436:2 2456:1 2472:1 2480:1 2530:11 2541:4 2599:2 2610:1 2637:1 2647:3 2677:1 2746:1 2752:1 2776:1 2844:2 2899:4 3025:1 3030:2 3031:2 3035:4 3036:1 3041:1 3044:1 3080:3 3086:1 3111:2 3145:1 3150:1 3154:1 3155:3 3156:1 3158:9 3164:1 3181:1 3195:1 3209:1 3221:1 3240:3 3282:1 3290:4 3293:1 3298:1 3335:1 3339:1 3364:1 3376:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3509:1 3528:1 3541:3 3586:1 3595:1 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:1 3841:1 3849:1 3858:3 3865:1 3942:1 4010:1 4013:1 4061:1 4067:1 4119:3 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:5 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4502:2 4508:1 4514:1 4520:4 4521:1 4527:1 4528:1 4532:1 4546:2 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:1 4744:1 4753:1 4806:1 4812:1 4840:1 4843:1 4855:1 4858:3 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4973:1 4974:1 4977:2 4979:1 4997:1 5047:1 5068:1 5107:1 5110:1 5214:1 5220:1 5234:1 5247:1 5288:1 5294:2 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5531:1 5624:1 5633:2 5639:2 5642:1 5651:1 5652:1 5661:1 5718:2 5720:1 5738:1 5765:1 5857:1 5867:1 5884:2 5896:1 5924:1 5973:1 6004:1 6010:1 6015:1 6037:3 6064:1 6069:1 6072:1 6101:1 6108:1 6112:1 6131:1 6132:5 6186:1 6210:2 6236:2 6241:1 6282:1 6292:1 6332:2 6346:1 6389:1 6417:2 6433:1 6444:1 6457:1 6463:1 6480:1 6494:1 6501:2 6503:1 6518:3 6529:1 6603:1 6617:1 6630:2 6632:1 6691:1 6699:1 6724:1 6732:3 6737:1 6753:1 6795:1 6807:2 6813:1 6836:3 6850:10 6858:1 6867:13 6868:1 6944:1 6976:1 7001:1 7002:1 7056:3 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7186:1 7212:1 7229:1 7238:1 7276:1 7318:16 7338:1 7347:1 7365:1 7398:1 7400:8 7432:1 7446:1 7468:1 7494:1 7526:1 7535:2 7537:1 7542:1 7548:2 7549:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:2 7644:1 7648:2 7649:1 7651:1 7652:1 7662:1 7671:1 7678:1 7687:2 7689:1 7707:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7863:1 7869:1 7937:1 8016:1 8031:1 8034:1 8051:1 8059:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8267:1 8273:1 8283:1 8294:1 8371:1 8376:3 8390:1 8448:1 8484:1 8509:1 8537:1 8554:5 8589:1 8649:1 8660:1 8675:2 8677:1 8720:1 8739:1 8740:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:1 8910:1 8913:1 8914:3 8917:1 8922:1 8934:1 8956:1 8973:1 8983:1 8984:1 8998:2 9018:2 9021:1 9028:1 9043:1 9048:2 9051:1 9053:1 9083:1 9111:1 9127:1 9133:2 9161:1 9168:1 9191:1 9198:4 9212:1 9222:2 9224:2 9226:1 9231:1 9232:1 9235:1 9243:2 9252:6 9257:1 9260:3 9261:1 9279:1 9290:1 9346:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:1 9416:1 9418:1 9426:1 9455:1 9488:1 9500:1 9531:1 9532:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:1 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:3 9769:1 9791:2 9807:1 9864:1 9868:1 9869:1 9878:1 9891:7 9893:1 9921:2 9931:1 9947:1 9972:1 9976:1 10017:1 10056:1 10082:1 10099:1 10110:1 10132:1 10152:1 10153:1 10156:3 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10314:1 10356:1 10369:1 10374:3 10384:3 10391:1 10427:4 10429:1 10437:4 10447:2 10455:1 10457:1 10460:1 10471:1 10485:1 10501:1 10514:1 10516:1 10522:2 10527:1 10534:1 10536:1 10557:1 10562:1 10563:1 10588:1 10649:4 10652:4 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10972:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:1 11263:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11356:1 11376:2 11377:1 11388:2 11391:1 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11500:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11677:1 11689:1 11691:1 11694:1 11759:1 11780:3 11782:2 11786:1 11817:1 11846:1 11847:1 11850:1 11896:1 11906:1 11945:1 11966:1 11983:2 12007:1 12042:1 12077:5 12080:1 12081:1 12097:1 12112:1 12113:1 12166:1 12199:2 12213:1 12238:3 12244:1 12263:1 12270:1 12276:1 12320:2 12336:1 12340:1 12351:1 12375:1 12380:1 12389:1 12411:7 12464:5 12508:1 12535:1 12556:1 12601:3 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12750:1 12756:2 12759:1 12766:2 12776:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:1 12950:1 12960:1 12994:1 13023:1 13038:1 13097:1 13109:3 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:1 13208:1 13246:1 13268:1 13281:1 13295:1 13303:1 13323:1 13345:1 13387:1 13427:1 13429:1 13436:1 13454:2 13465:2 13479:1 13483:1 13486:1 13532:1 13539:1 13547:2 13568:1 13581:1 13595:1 13597:1 13599:1 13619:1 13623:1 13631:1 13674:1 13686:1 13690:1 13751:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:1 13879:1 13887:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14086:1 14088:1 14089:1 14104:1 14135:1 14156:1 14158:1 14164:3 14195:3 14212:1 14220:1 14223:2 14228:1 14305:1 14306:1 14310:1 14311:1 14314:1 14315:3 14316:2 14317:1 14318:2 14320:1 14325:1 14329:1 14333:1 14335:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14520:1 14528:1 14537:1 14551:1 14572:1 14607:1 14622:1 14631:1 14646:3 14659:1 14711:1 14782:2 14900:1 14919:1 14925:1 14937:1 14964:1 14981:1 15035:1 15044:1 15060:1 15061:1 15111:1 15122:1 15171:1 15179:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15316:1 15357:1 15369:3 15421:1 15438:2 15477:1 15497:1 15517:1 15540:2 15548:1 15554:1 15572:1 15624:1 15631:1 15644:1 15686:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:1 15859:2 15863:1 15865:1 15878:1 15904:1 15947:1 15961:1 15970:1 16001:2 16003:1 16004:1 16008:1 16037:1 16088:1 16129:3 16144:1 16167:1 16190:1 16204:1 16218:1 16265:1 16300:1 16312:839 16315:1 16375:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16497:1 16543:1 16614:1 16635:1 16665:2 16696:1 16709:1 16780:3 16793:1 16854:1 16859:1 16924:1 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17096:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:3 17208:1 17252:2 17277:1 17295:3 17304:1 17316:2 17330:7 17333:1 17336:1 17408:1 17454:1 17535:3 17543:1 17549:1 17556:1 17572:1 17573:1 17634:29 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:3 17799:2 17800:1 17807:1 17884:1 17888:1 17891:2 17899:1 17900:1 17902:2 17905:2 17906:2 17907:1 17953:1 17956:1 17963:1 17980:1 18057:1 18061:1 18083:1 18092:1 18118:1 18127:3 18151:1 18160:1 18162:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18264:1 18320:1 18334:1 18352:1 18369:1 18377:1 18390:1 18406:1 18414:1 18433:1 18443:1 18470:1 18550:1 18561:2 18592:1 18698:1 18701:1 18703:1 18708:2 18716:1 18719:1 18725:3 18755:1 18757:1 18760:1 18774:1 18837:2 18844:2 18896:1 18913:1 18922:1 18930:1 18938:1 18940:1 18961:1 18968:1 18994:1 19024:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19100:9 19104:1 19156:1 19169:1 19219:2 19221:1 19224:1 19229:1 19250:1 19257:1 19271:1 19290:1 19317:3 19331:1 19332:1 19338:1 19349:5 19351:1 19355:2 19363:2 19374:1 19408:4 19424:1 19441:1 19452:1 19454:1 19467:2 19482:1 19501:1 19504:1 19510:1 19532:1 19536:1 19539:1 19566:1 19590:1 19594:1 19607:2 19622:1 19653:1 19664:3 19678:2 19681:4 19712:1 19716:1 19736:3 19740:2 19742:2 19759:1 19781:1 19793:1 19824:3 19833:1 19850:2 19900:1 19953:3 19964:1 20028:1 20050:1 20067:1 20071:1 20077:1 20085:2 20087:1 20088:1 20127:1 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20307:2 20329:1 20333:1 20340:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:2 20530:1 20566:1 20599:1 20604:1 20608:1 20610:2 20662:1 20663:1 20674:1 20680:1 20684:1 20722:2 20735:1 20739:1 20742:1 20763:1 20790:2 20792:1 20798:1 20815:1 20822:2 20825:1 20845:1 20852:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:1 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21232:1 21249:1 21255:1 21257:1 21274:1 21301:1 21305:1 21310:1 21348:1 21386:1 21396:1 21437:1 21462:1 21463:1 21479:1 21528:1 21547:1 21580:1 21599:1 21613:3 21619:3 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21727:1 21730:1 21734:2 21745:1 21772:1 21809:1 21817:1 21844:1 21850:1 21855:1 21860:1 21892:1 21903:1 21906:1 21914:1 21949:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22305:1 22330:1 22370:1 22396:2 22419:1 22445:1 22480:3 22486:1 22490:1 22520:2 22546:1 22574:2 22586:1 22588:1 22614:1 22615:2 22619:1 22639:1 22675:1 22690:1 22704:1 22718:1 22723:1 22742:1 22758:2 22811:1 22820:1 22822:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 23000:3 23007:1 23015:1 23024:1 23045:1 23062:1 23088:1 23117:1 23124:1 23132:1 23138:1 23166:1 23204:1 23216:1 23218:1 23268:1 23277:1 23289:1 23295:1 23316:1 23347:1 23353:2 23402:1 23420:1 23426:2 23444:3 23536:1 23546:1 23572:1 23576:1 23611:1 23644:1 23656:1 23702:2 23753:2 23774:1 23814:1 23830:1 23863:1 23875:2 23883:2 23913:1 23919:1 23921:1 23945:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24058:1 24065:1 24108:1 24119:1 24129:1 24136:1 24156:3 24201:1 24225:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:1 24336:3 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24639:1 24652:13 24675:1 24686:3 24689:1 24696:1 24723:1 24747:1 24763:1 24770:2 24814:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24940:1 24954:1 24967:1 24968:1 24984:1 24985:1 25004:1 25006:1 25064:1 25066:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25254:1 25266:1 25283:1 25293:1 25332:1 25351:1 25394:1 25436:1 25467:1 25498:1 25518:1 25533:1 25555:1 25582:1 25626:1 25635:1 25671:1 25675:3 25695:1 25711:1 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 27:1 30:2 33:1 79:3 81:1 92:2 103:1 110:1 139:3 158:1 167:1 183:1 203:1 204:1 211:2 225:2 236:1 264:2 292:2 294:1 309:1 333:1 334:1 344:1 363:1 465:1 473:1 484:1 488:1 503:1 505:2 514:3 558:1 584:1 618:1 660:1 687:1 709:3 718:1 722:1 725:1 736:1 741:3 742:2 751:1 765:3 774:2 781:1 782:3 787:2 802:1 821:3 823:1 828:1 851:1 857:2 917:1 938:1 954:1 1009:1 1035:1 1037:1 1043:2 1052:1 1054:1 1076:1 1085:1 1117:1 1189:1 1190:1 1202:1 1222:1 1227:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:5 1345:2 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1540:2 1551:1 1586:1 1588:1 1643:1 1665:1 1709:1 1748:1 1767:1 1776:2 1806:1 1824:1 1845:1 1868:1 1887:1 1890:5 1917:1 1935:1 1942:1 1964:1 1980:1 1983:1 1984:1 1985:2 1986:1 1990:1 1992:1 1997:2 2003:1 2005:2 2011:1 2043:1 2059:1 2100:2 2130:1 2134:1 2138:1 2150:1 2169:1 2207:1 2316:1 2322:2 2334:1 2341:1 2353:1 2377:1 2378:1 2379:3 2435:1 2436:2 2456:1 2472:1 2480:1 2530:11 2541:4 2599:3 2610:1 2637:1 2647:3 2677:1 2746:1 2752:1 2776:1 2844:2 2899:4 3025:1 3030:2 3031:2 3035:4 3036:1 3041:1 3044:1 3080:3 3086:1 3090:1 3111:2 3145:1 3150:1 3154:1 3155:3 3156:1 3158:9 3164:1 3181:1 3195:1 3209:1 3221:1 3240:3 3282:1 3290:4 3293:1 3298:1 3335:1 3339:1 3364:1 3376:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3509:1 3527:1 3528:1 3538:1 3541:3 3558:1 3586:1 3595:1 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:1 3841:1 3849:1 3858:4 3865:1 3942:1 4010:1 4013:1 4061:1 4067:2 4119:4 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:6 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4502:2 4508:1 4514:1 4520:4 4521:1 4527:1 4528:1 4532:1 4546:2 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:1 4744:1 4753:1 4806:1 4812:1 4840:1 4843:1 4855:1 4858:3 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4973:1 4974:1 4977:2 4979:1 4997:1 5047:1 5068:1 5107:1 5110:1 5214:1 5220:1 5234:1 5247:1 5288:1 5294:2 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5531:1 5541:1 5570:1 5624:1 5625:1 5633:2 5639:2 5642:1 5651:1 5652:1 5661:1 5718:2 5720:1 5738:1 5765:1 5827:1 5857:1 5867:1 5884:2 5896:1 5924:1 5973:1 6004:1 6010:1 6015:1 6037:3 6064:1 6069:1 6072:1 6101:1 6108:1 6112:1 6131:1 6132:5 6149:1 6180:1 6186:1 6210:2 6236:2 6241:1 6268:1 6282:1 6292:1 6332:2 6346:1 6389:1 6417:2 6433:1 6439:1 6444:1 6457:1 6463:1 6480:1 6494:1 6501:2 6503:1 6518:3 6529:1 6603:1 6617:1 6630:2 6632:1 6691:1 6699:1 6724:1 6732:3 6737:1 6753:1 6795:1 6796:1 6807:2 6813:1 6836:3 6850:11 6858:1 6867:13 6868:2 6944:1 6976:1 7001:1 7002:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7186:1 7212:1 7229:1 7238:1 7276:1 7318:17 7338:1 7347:1 7356:1 7365:1 7398:1 7400:8 7432:1 7446:1 7468:1 7494:1 7526:2 7535:2 7537:1 7542:1 7548:2 7549:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:2 7639:1 7642:1 7644:1 7648:2 7649:1 7651:1 7652:1 7662:1 7671:1 7678:1 7687:2 7689:1 7707:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7863:1 7869:1 7924:1 7937:1 7944:1 8016:1 8031:1 8034:1 8051:1 8059:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8267:1 8273:1 8283:1 8294:1 8371:1 8376:3 8390:1 8410:1 8448:1 8484:1 8509:1 8537:1 8554:5 8584:1 8589:1 8649:1 8660:1 8675:2 8677:1 8720:1 8733:1 8739:1 8740:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:1 8910:1 8913:1 8914:3 8917:1 8922:1 8934:1 8956:1 8973:1 8983:1 8984:1 8998:2 9018:2 9021:1 9028:1 9043:1 9048:2 9051:1 9053:1 9083:1 9111:1 9127:1 9133:3 9161:1 9168:1 9191:1 9198:4 9212:1 9222:3 9224:2 9226:1 9231:1 9232:1 9235:1 9243:2 9252:6 9257:1 9258:1 9260:3 9261:1 9279:1 9290:1 9346:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:1 9416:1 9418:1 9426:1 9455:1 9488:1 9500:1 9531:1 9532:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:1 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:3 9769:1 9786:1 9791:2 9807:1 9841:1 9864:1 9868:1 9869:1 9878:1 9891:7 9893:1 9921:2 9931:1 9947:1 9972:1 9976:1 10017:1 10056:1 10082:1 10099:1 10110:1 10132:1 10152:1 10153:1 10156:3 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10314:1 10356:1 10369:1 10374:4 10384:4 10391:1 10427:4 10429:1 10437:6 10447:2 10455:1 10457:1 10460:1 10471:1 10485:1 10501:1 10514:1 10516:1 10522:2 10527:1 10534:1 10536:1 10557:1 10562:1 10563:1 10588:1 10596:1 10649:4 10652:4 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10972:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:1 11263:1 11280:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11356:1 11376:2 11377:1 11388:2 11391:1 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11500:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11677:1 11689:1 11691:1 11694:1 11759:1 11780:3 11782:2 11786:1 11817:1 11846:2 11847:1 11850:1 11896:1 11906:1 11945:1 11966:1 11983:2 12006:1 12007:1 12042:1 12077:5 12080:1 12081:1 12097:1 12112:1 12113:1 12121:1 12166:1 12199:2 12203:1 12206:1 12213:1 12238:3 12244:1 12263:1 12270:1 12276:2 12320:2 12336:1 12340:1 12351:1 12375:1 12380:1 12389:1 12411:8 12464:5 12508:1 12535:1 12556:1 12601:3 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12750:1 12756:2 12759:1 12766:2 12776:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:1 12950:1 12960:1 12994:1 13023:1 13038:1 13097:1 13109:3 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:1 13208:1 13246:1 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13345:1 13387:1 13427:1 13429:1 13436:1 13454:2 13465:2 13479:1 13483:1 13486:1 13532:1 13539:1 13547:2 13568:1 13581:1 13595:1 13597:1 13599:1 13619:1 13623:1 13631:1 13674:1 13686:1 13690:1 13751:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:1 13879:1 13887:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14060:1 14086:1 14088:2 14089:1 14104:1 14135:1 14156:1 14158:1 14164:3 14170:2 14195:4 14212:1 14220:1 14223:2 14228:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:1 14315:3 14316:2 14317:1 14318:2 14320:1 14325:1 14329:1 14333:1 14335:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14572:1 14607:1 14622:1 14631:1 14646:3 14659:1 14711:1 14782:3 14900:1 14919:1 14925:1 14937:1 14964:1 14981:1 15035:1 15044:1 15060:1 15061:1 15111:1 15122:1 15171:1 15179:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15316:1 15357:1 15369:3 15421:1 15438:2 15477:1 15497:1 15517:1 15540:2 15548:1 15554:1 15572:1 15624:1 15631:1 15644:1 15686:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15859:2 15863:1 15865:1 15878:1 15904:1 15947:1 15961:1 15970:1 16001:2 16003:1 16004:1 16008:1 16037:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16196:1 16204:1 16218:1 16265:1 16300:1 16312:865 16315:1 16375:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16497:1 16543:1 16614:1 16635:1 16665:2 16696:1 16709:1 16714:1 16780:3 16793:1 16854:1 16859:1 16924:1 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17096:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:3 17178:1 17208:1 17252:2 17277:1 17295:3 17304:1 17316:3 17330:8 17333:1 17336:1 17408:1 17454:1 17535:3 17543:1 17549:1 17556:1 17572:1 17573:1 17597:1 17634:30 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:3 17799:3 17800:1 17807:1 17881:1 17884:1 17888:1 17891:2 17899:1 17900:1 17902:2 17905:2 17906:2 17907:1 17953:1 17956:1 17963:1 17980:1 18057:1 18061:1 18083:1 18092:1 18118:1 18127:3 18151:1 18160:1 18162:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18264:1 18277:1 18293:1 18312:1 18320:1 18334:1 18352:1 18369:1 18377:1 18390:1 18406:2 18414:1 18433:1 18443:1 18470:1 18550:1 18561:2 18592:1 18698:1 18701:1 18703:1 18708:2 18716:1 18719:1 18725:3 18755:1 18757:1 18760:1 18774:1 18837:2 18844:2 18858:1 18896:1 18913:1 18922:1 18930:1 18938:1 18940:1 18961:1 18968:1 18994:1 19024:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19100:9 19104:1 19156:1 19169:1 19219:2 19221:1 19224:1 19229:1 19250:1 19257:1 19271:1 19290:1 19317:3 19331:1 19332:1 19338:1 19349:5 19351:1 19355:2 19363:2 19374:1 19408:4 19424:1 19441:1 19452:1 19454:1 19467:2 19482:1 19501:1 19504:1 19507:1 19510:1 19532:1 19536:1 19539:1 19566:1 19590:1 19594:1 19607:2 19622:1 19653:1 19664:3 19678:2 19681:5 19712:1 19716:1 19736:3 19740:2 19742:2 19759:1 19781:1 19793:1 19824:3 19833:1 19850:2 19900:1 19953:3 19964:1 20028:1 20048:1 20050:1 20067:1 20071:1 20077:1 20085:3 20087:1 20088:1 20127:2 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20307:2 20329:1 20333:1 20336:1 20340:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:2 20530:1 20566:1 20585:1 20599:1 20604:1 20608:1 20610:2 20662:1 20663:1 20674:1 20680:1 20684:1 20722:2 20735:1 20739:1 20742:1 20763:1 20790:2 20792:1 20798:1 20815:1 20822:2 20825:1 20840:1 20845:1 20852:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:1 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:1 21255:1 21257:1 21274:1 21301:1 21305:1 21310:1 21348:1 21386:1 21396:1 21437:1 21462:1 21463:1 21479:1 21516:1 21528:1 21547:1 21580:1 21599:1 21613:3 21615:2 21619:3 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21727:1 21730:1 21734:2 21745:1 21772:1 21809:1 21817:1 21844:1 21850:1 21855:1 21860:1 21892:1 21903:1 21906:1 21914:1 21949:1 21973:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:1 22232:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22305:1 22330:1 22370:1 22396:2 22399:1 22419:1 22445:1 22480:3 22486:1 22490:1 22520:2 22546:1 22574:2 22586:1 22588:1 22614:1 22615:2 22619:1 22639:1 22675:1 22690:1 22704:1 22718:1 22723:1 22742:1 22758:2 22808:1 22811:1 22820:1 22822:1 22829:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 22989:1 23000:3 23007:1 23015:1 23024:1 23045:1 23062:1 23088:1 23117:1 23124:1 23132:1 23138:1 23147:1 23166:1 23204:1 23216:1 23218:1 23268:1 23277:1 23289:1 23295:1 23316:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23536:2 23546:1 23572:1 23576:1 23611:1 23644:1 23656:1 23702:2 23744:1 23753:2 23774:1 23814:1 23830:1 23863:1 23875:2 23883:2 23913:1 23919:1 23921:1 23945:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24058:2 24065:2 24108:1 24119:1 24129:1 24136:1 24156:3 24201:1 24225:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:2 24336:3 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24639:1 24652:15 24675:1 24686:3 24689:1 24696:1 24723:1 24747:1 24763:1 24770:2 24784:1 24814:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24940:1 24947:1 24954:1 24967:1 24968:1 24984:1 24985:1 25004:1 25006:1 25064:1 25066:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25254:1 25266:1 25283:1 25293:1 25332:1 25351:1 25394:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:1 25555:1 25582:1 25626:1 25635:1 25671:1 25675:3 25695:1 25711:1 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 27:1 30:2 33:1 79:3 81:1 92:3 103:1 110:1 139:3 158:1 167:1 171:1 183:1 203:1 204:1 211:2 225:2 236:1 264:2 292:2 294:1 309:1 333:2 334:1 344:1 363:1 465:1 473:1 484:1 488:1 503:1 505:2 514:3 532:1 558:1 584:1 618:1 660:1 687:1 709:3 718:1 722:1 725:1 736:1 741:3 742:2 751:2 765:3 774:2 781:1 782:3 787:2 802:1 821:3 823:1 828:1 851:1 855:1 857:2 917:1 938:1 954:1 1009:1 1035:1 1037:1 1043:2 1052:1 1054:1 1076:1 1085:1 1117:1 1154:1 1189:1 1190:1 1202:1 1222:1 1227:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:5 1345:3 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1531:1 1540:2 1551:1 1586:1 1588:1 1591:1 1643:1 1665:1 1709:1 1748:1 1761:1 1767:1 1776:2 1806:1 1824:1 1845:1 1868:1 1887:1 1890:5 1917:1 1935:1 1942:1 1964:1 1980:1 1983:1 1984:2 1985:2 1986:1 1990:1 1992:2 1997:2 2003:1 2005:2 2011:1 2043:1 2059:1 2100:2 2115:1 2130:1 2134:1 2138:1 2150:1 2169:1 2207:1 2302:1 2316:1 2322:2 2334:1 2341:1 2353:1 2377:1 2378:1 2379:3 2435:1 2436:2 2456:1 2472:1 2480:1 2530:12 2541:4 2599:4 2610:1 2637:1 2647:3 2677:1 2746:1 2752:1 2776:1 2844:3 2899:4 3025:1 3030:2 3031:2 3035:4 3036:1 3041:1 3044:1 3080:3 3086:1 3090:1 3111:2 3119:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:9 3164:1 3181:1 3195:1 3209:1 3221:1 3240:3 3282:1 3290:5 3293:1 3298:1 3335:1 3339:1 3364:1 3376:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:1 3509:1 3527:1 3528:1 3538:1 3541:3 3558:1 3586:1 3595:1 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:2 3841:1 3849:1 3858:4 3865:1 3942:1 4008:1 4010:1 4013:1 4044:1 4061:1 4067:2 4119:4 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:6 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4497:1 4502:2 4508:1 4514:1 4520:4 4521:1 4527:1 4528:1 4532:1 4546:2 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:1 4744:1 4753:1 4806:1 4812:1 4840:1 4843:1 4855:1 4858:3 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4973:1 4974:1 4977:2 4979:1 4990:1 4997:1 5047:1 5068:1 5074:1 5107:1 5110:1 5214:1 5220:1 5234:1 5247:1 5288:1 5294:2 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5531:1 5541:1 5570:1 5624:1 5625:1 5633:2 5639:2 5642:1 5650:1 5651:1 5652:1 5661:1 5718:2 5720:1 5738:1 5765:1 5827:1 5857:1 5867:1 5884:2 5896:1 5905:1 5924:1 5973:1 6004:2 6010:1 6015:1 6037:3 6064:1 6069:1 6072:1 6101:1 6108:1 6112:1 6119:1 6131:1 6132:5 6149:1 6180:1 6186:1 6210:2 6236:2 6241:1 6268:1 6282:1 6292:1 6332:2 6346:2 6389:1 6417:2 6433:1 6439:1 6444:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6603:1 6617:1 6630:2 6632:1 6691:1 6699:1 6724:1 6732:3 6737:1 6753:1 6795:1 6796:1 6807:2 6813:2 6836:3 6850:13 6858:1 6867:14 6868:3 6930:1 6941:1 6944:1 6976:1 6990:1 7001:1 7002:1 7005:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7186:1 7201:1 7212:1 7229:1 7238:1 7276:1 7318:17 7338:1 7347:1 7356:1 7365:1 7389:1 7398:1 7400:8 7432:1 7446:1 7468:1 7494:1 7526:2 7535:2 7537:1 7542:1 7548:3 7549:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:2 7639:1 7642:1 7644:1 7648:2 7649:1 7651:1 7652:1 7662:1 7671:2 7678:1 7687:2 7689:1 7707:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7863:1 7869:1 7924:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8059:1 8085:2 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8267:1 8273:1 8279:1 8283:1 8288:1 8294:3 8371:1 8376:3 8390:1 8410:1 8447:1 8448:1 8484:1 8509:1 8537:1 8554:5 8584:1 8589:1 8606:1 8649:1 8660:1 8675:2 8677:1 8720:1 8733:2 8739:1 8740:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:1 8902:1 8910:1 8913:1 8914:3 8917:2 8922:1 8934:1 8956:1 8973:1 8983:1 8984:1 8998:2 9017:1 9018:2 9021:1 9028:1 9043:1 9048:2 9051:1 9053:1 9083:1 9111:1 9127:1 9133:3 9161:1 9168:1 9191:1 9198:4 9212:1 9222:3 9224:2 9226:1 9231:2 9232:1 9235:1 9242:1 9243:2 9252:6 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9346:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:1 9416:1 9418:1 9421:1 9426:1 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:3 9769:1 9786:1 9791:2 9798:1 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9891:7 9893:1 9921:2 9922:1 9931:1 9947:1 9972:1 9976:1 10017:1 10056:1 10082:1 10099:1 10110:1 10132:1 10152:1 10153:1 10156:6 10172:1 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10314:1 10356:1 10369:1 10374:4 10384:4 10391:1 10427:4 10429:1 10437:6 10447:2 10455:1 10457:1 10460:1 10471:1 10485:1 10490:1 10501:1 10514:1 10516:1 10522:2 10527:1 10534:1 10536:1 10557:1 10562:1 10563:1 10588:1 10596:1 10649:4 10652:4 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10972:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:1 11263:1 11280:1 11281:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11356:2 11376:2 11377:1 11388:2 11391:1 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11500:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11677:1 11689:1 11691:1 11694:1 11759:1 11780:3 11782:2 11786:1 11817:1 11846:2 11847:1 11850:1 11896:1 11906:1 11945:1 11966:1 11983:2 12006:1 12007:1 12042:1 12058:1 12077:5 12080:1 12081:1 12083:1 12097:1 12112:1 12113:1 12121:1 12166:1 12188:1 12199:2 12203:1 12206:1 12213:1 12238:3 12244:1 12263:1 12270:1 12276:2 12315:1 12320:2 12336:1 12340:1 12351:1 12375:1 12380:1 12389:1 12411:8 12464:6 12469:1 12508:1 12535:1 12556:1 12601:3 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12750:2 12756:2 12759:1 12766:2 12776:1 12824:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:1 12950:1 12960:1 12994:2 13023:1 13038:1 13097:1 13106:1 13109:4 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:2 13208:1 13246:1 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13345:1 13387:1 13425:1 13427:1 13429:1 13436:1 13454:2 13465:2 13479:1 13483:1 13486:1 13492:1 13532:1 13539:1 13547:2 13568:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:1 13671:1 13674:1 13686:1 13690:1 13751:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:1 13879:1 13887:1 13931:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14060:1 14086:1 14088:2 14089:1 14104:1 14135:1 14156:1 14158:1 14164:3 14170:2 14195:4 14212:1 14220:1 14223:3 14228:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:1 14315:3 14316:2 14317:1 14318:2 14320:1 14325:1 14329:2 14333:1 14335:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14572:1 14607:1 14622:1 14631:1 14646:3 14659:1 14711:1 14782:4 14900:1 14919:1 14925:1 14937:1 14964:1 14981:1 15035:1 15044:1 15060:1 15061:1 15111:1 15122:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15316:1 15357:1 15369:3 15421:1 15438:2 15477:1 15497:1 15517:1 15540:2 15548:1 15554:1 15572:1 15624:1 15631:1 15644:1 15677:1 15686:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:2 15863:1 15864:2 15865:1 15878:1 15904:1 15931:1 15947:1 15961:1 15970:1 15991:1 16001:2 16003:1 16004:1 16008:1 16037:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16196:1 16200:1 16204:1 16218:1 16265:1 16300:1 16312:915 16315:1 16375:1 16379:1 16405:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16491:1 16497:1 16543:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:1 16780:4 16793:1 16854:1 16859:1 16924:1 16949:1 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17096:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:4 17178:1 17208:1 17209:1 17252:2 17277:1 17295:4 17304:1 17316:4 17330:9 17333:2 17336:1 17408:1 17454:1 17535:3 17543:1 17549:1 17556:1 17572:1 17573:1 17597:1 17634:30 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:3 17799:4 17800:1 17807:1 17881:1 17884:1 17888:1 17890:1 17891:2 17899:1 17900:1 17902:2 17905:2 17906:2 17907:1 17953:1 17956:1 17963:1 17980:1 18057:1 18061:1 18083:1 18092:1 18118:1 18127:3 18151:1 18160:1 18162:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18264:1 18277:1 18293:1 18312:1 18320:1 18334:1 18352:1 18369:1 18377:1 18390:1 18406:3 18411:1 18414:1 18422:1 18433:1 18443:1 18470:1 18472:1 18550:1 18561:2 18592:1 18698:1 18701:1 18703:1 18708:2 18716:1 18719:2 18725:3 18755:1 18757:1 18760:1 18774:1 18837:2 18844:2 18858:1 18896:1 18913:1 18922:1 18930:1 18938:1 18940:1 18961:1 18968:1 18994:1 19024:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19100:9 19104:1 19156:1 19169:1 19171:1 19219:2 19221:1 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:3 19331:2 19332:1 19338:1 19349:5 19351:1 19355:2 19363:2 19374:1 19408:4 19424:1 19441:1 19452:1 19454:1 19467:2 19482:1 19501:1 19504:1 19507:1 19510:1 19532:1 19536:1 19539:1 19559:1 19566:1 19576:1 19590:1 19594:1 19607:2 19622:1 19653:1 19659:1 19664:3 19678:2 19681:5 19712:1 19716:1 19732:1 19736:3 19740:2 19742:2 19759:1 19781:1 19793:1 19824:3 19833:1 19850:2 19900:1 19953:3 19964:1 19994:1 20028:1 20048:1 20050:1 20067:1 20071:1 20077:1 20085:4 20087:1 20088:1 20127:2 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:2 20530:1 20566:1 20568:1 20585:1 20599:1 20604:2 20607:1 20608:1 20610:2 20662:1 20663:1 20674:1 20680:1 20684:1 20722:2 20735:1 20739:1 20742:1 20763:1 20790:2 20792:1 20798:1 20815:1 20822:2 20825:1 20840:1 20845:1 20852:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:2 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:1 21255:1 21257:1 21274:1 21301:1 21305:1 21310:1 21340:1 21348:1 21386:1 21396:1 21437:1 21462:1 21463:2 21479:1 21516:1 21528:1 21547:1 21580:1 21599:1 21613:3 21615:2 21619:4 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21727:1 21730:1 21734:2 21745:1 21772:1 21809:1 21817:1 21844:1 21850:1 21855:1 21860:1 21892:1 21903:1 21906:3 21914:1 21949:1 21973:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:1 22169:1 22184:1 22232:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:1 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22445:1 22480:3 22486:1 22490:1 22520:2 22546:1 22574:2 22586:1 22588:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:1 22704:1 22718:1 22723:1 22742:1 22758:2 22808:1 22811:1 22820:1 22822:1 22829:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 22981:1 22989:1 23000:3 23007:1 23015:1 23024:1 23045:1 23062:2 23088:1 23117:1 23124:1 23132:1 23138:1 23147:1 23166:1 23204:1 23216:1 23218:1 23268:1 23277:2 23289:1 23295:1 23316:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23536:2 23546:1 23572:1 23576:1 23611:1 23644:1 23656:1 23702:3 23744:1 23753:2 23774:1 23787:1 23814:1 23824:1 23830:1 23863:1 23870:1 23875:2 23883:2 23913:1 23919:1 23921:1 23945:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24058:2 24063:1 24065:2 24075:1 24108:1 24119:1 24124:1 24129:1 24136:1 24156:3 24201:1 24225:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:2 24336:4 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24639:1 24652:16 24675:1 24686:3 24689:1 24696:1 24723:1 24747:1 24763:1 24770:2 24784:1 24814:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:1 24940:1 24947:1 24954:1 24967:1 24968:1 24984:1 24985:1 25004:1 25006:1 25064:2 25066:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25222:1 25254:1 25266:1 25283:1 25293:1 25296:1 25326:1 25332:1 25351:1 25394:1 25409:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:1 25555:1 25579:1 25582:1 25626:1 25635:1 25671:1 25675:3 25695:1 25711:1 25719:2 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 27:1 30:2 33:1 79:3 81:1 92:3 103:1 110:1 139:3 154:1 158:1 167:1 171:1 183:1 203:1 204:1 211:2 225:2 236:1 264:2 292:2 294:1 309:1 333:2 334:1 344:1 363:1 465:1 473:1 484:1 488:1 503:1 505:2 514:3 532:1 558:1 584:1 618:1 660:1 687:1 702:1 709:3 718:1 722:1 725:1 736:1 741:3 742:2 751:2 765:3 774:2 781:1 782:3 787:2 802:1 821:3 823:1 828:1 851:1 855:1 857:2 917:1 938:1 954:1 1009:1 1035:1 1037:1 1043:2 1052:1 1054:1 1076:1 1085:1 1117:1 1154:1 1189:1 1190:1 1202:1 1222:1 1227:1 1231:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:5 1345:3 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1531:1 1540:2 1551:1 1586:1 1588:1 1591:1 1643:1 1665:1 1709:1 1748:1 1761:1 1767:1 1776:2 1806:1 1824:1 1845:1 1868:1 1881:1 1887:1 1890:5 1917:1 1935:1 1942:1 1964:1 1980:1 1983:1 1984:2 1985:2 1986:1 1990:1 1992:2 1997:2 2003:1 2005:2 2011:1 2043:1 2059:1 2100:2 2115:1 2130:1 2134:1 2138:1 2150:1 2169:1 2207:1 2302:1 2316:1 2322:3 2334:1 2341:1 2353:1 2377:1 2378:1 2379:3 2435:1 2436:2 2456:1 2472:1 2480:1 2530:12 2541:4 2599:4 2610:1 2637:1 2647:3 2677:1 2746:1 2752:1 2776:1 2844:3 2899:4 3025:1 3030:2 3031:2 3034:1 3035:4 3036:1 3041:1 3044:1 3080:3 3086:1 3090:1 3111:2 3119:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:11 3164:1 3181:1 3195:1 3209:1 3221:1 3225:1 3240:3 3245:1 3282:1 3290:5 3293:1 3298:1 3335:1 3339:1 3364:1 3376:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:1 3509:1 3527:1 3528:1 3538:1 3541:3 3556:1 3558:1 3586:1 3595:1 3669:1 3678:1 3681:1 3698:1 3699:1 3715:1 3815:1 3817:2 3841:1 3849:1 3858:4 3865:1 3942:1 4008:1 4010:1 4013:1 4044:1 4061:1 4067:2 4119:4 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:6 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4497:1 4502:2 4508:1 4514:1 4520:4 4521:1 4527:1 4528:1 4532:1 4546:2 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:1 4744:1 4753:2 4806:1 4812:1 4840:1 4843:1 4855:1 4858:3 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4973:1 4974:1 4977:2 4979:1 4990:1 4997:1 5047:1 5068:1 5074:1 5107:1 5110:1 5119:1 5214:1 5220:1 5234:1 5247:1 5288:1 5294:3 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5531:1 5541:1 5570:1 5624:1 5625:1 5633:2 5639:2 5642:2 5650:1 5651:1 5652:1 5653:1 5661:1 5718:2 5720:1 5738:1 5765:1 5827:1 5857:1 5867:1 5872:1 5884:2 5896:1 5897:1 5905:1 5924:1 5973:1 5981:1 6004:2 6010:1 6015:1 6019:1 6037:3 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:5 6149:1 6180:1 6186:1 6210:2 6236:2 6241:1 6268:1 6282:1 6292:1 6332:2 6346:2 6389:1 6417:2 6433:1 6439:1 6444:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6603:1 6617:1 6630:2 6632:1 6691:1 6699:1 6724:1 6732:3 6737:1 6751:1 6753:1 6795:1 6796:1 6807:2 6813:2 6836:3 6850:13 6858:1 6867:14 6868:3 6930:1 6941:1 6944:1 6976:1 6990:1 7001:1 7002:1 7005:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7186:1 7201:1 7212:1 7229:1 7238:1 7276:1 7318:17 7338:1 7347:1 7356:1 7365:1 7389:1 7398:1 7400:8 7432:1 7446:1 7468:1 7494:1 7526:2 7535:2 7537:1 7542:1 7548:3 7549:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:2 7649:1 7651:1 7652:1 7662:1 7671:2 7678:1 7687:2 7689:1 7707:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7863:1 7869:1 7924:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8059:1 8085:2 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8267:1 8273:2 8279:1 8283:1 8288:1 8294:3 8312:1 8371:1 8376:3 8390:1 8410:1 8447:1 8448:1 8484:1 8509:1 8537:1 8554:5 8584:1 8589:1 8606:1 8649:1 8660:1 8675:2 8677:1 8720:1 8733:2 8739:1 8740:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:1 8902:1 8910:1 8913:1 8914:3 8917:2 8922:1 8934:1 8956:1 8973:1 8983:1 8984:1 8998:2 9017:1 9018:2 9021:1 9028:1 9043:1 9048:2 9051:1 9053:1 9083:1 9111:1 9127:1 9133:3 9161:1 9168:1 9191:1 9198:5 9212:1 9222:3 9224:2 9226:1 9231:2 9232:3 9235:1 9242:1 9243:2 9248:1 9252:6 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:1 9416:1 9418:1 9421:1 9426:1 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:3 9769:1 9786:1 9791:2 9798:1 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9891:7 9893:1 9921:2 9922:1 9931:1 9947:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10110:1 10118:1 10132:1 10152:1 10153:1 10156:7 10172:1 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10314:2 10356:1 10369:1 10374:4 10384:4 10391:1 10417:1 10427:4 10429:1 10437:6 10447:2 10455:1 10457:1 10460:1 10471:1 10485:1 10490:1 10501:1 10514:1 10516:1 10522:2 10527:1 10534:1 10536:1 10557:1 10562:1 10563:1 10588:1 10596:1 10649:4 10652:4 10676:1 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10972:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:1 11263:1 11280:1 11281:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11356:2 11376:2 11377:1 11388:2 11391:1 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11500:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11677:1 11689:1 11691:1 11694:1 11759:1 11780:4 11782:2 11786:1 11817:1 11846:2 11847:1 11850:1 11896:1 11906:1 11945:1 11966:1 11983:2 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:1 12081:1 12083:1 12097:1 12112:1 12113:1 12121:1 12166:1 12188:1 12197:1 12199:2 12203:1 12206:1 12213:1 12238:3 12244:1 12263:1 12270:1 12276:2 12315:1 12320:2 12336:1 12340:1 12351:1 12375:1 12380:1 12389:1 12411:8 12464:6 12469:1 12508:1 12535:2 12556:1 12601:3 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12750:2 12756:2 12759:1 12766:2 12776:1 12824:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:1 12950:1 12960:1 12994:2 13023:1 13038:1 13097:1 13106:1 13109:4 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:2 13208:1 13246:2 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13345:1 13387:1 13425:1 13427:1 13429:1 13436:1 13454:2 13465:2 13479:1 13483:1 13486:1 13492:1 13532:1 13539:1 13547:2 13568:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:1 13671:1 13674:1 13686:1 13690:1 13751:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:1 13879:1 13887:1 13898:1 13931:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14060:1 14086:1 14088:2 14089:1 14104:1 14135:1 14156:1 14158:1 14164:3 14170:2 14195:4 14212:1 14220:1 14223:3 14228:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:1 14315:3 14316:2 14317:1 14318:2 14320:1 14325:1 14329:2 14333:1 14335:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14572:1 14607:1 14622:1 14631:1 14646:3 14659:1 14711:1 14782:4 14900:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:1 14981:1 15035:1 15044:1 15060:1 15061:1 15111:1 15122:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15316:1 15357:1 15369:3 15421:1 15438:2 15477:1 15497:1 15517:1 15540:2 15548:1 15554:1 15572:1 15624:1 15631:1 15644:1 15677:1 15686:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:1 15895:1 15904:1 15931:1 15947:1 15961:1 15970:1 15991:1 16001:2 16003:1 16004:1 16008:1 16037:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16312:946 16315:1 16375:1 16379:1 16405:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16491:1 16497:1 16543:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:1 16780:4 16793:1 16854:1 16859:1 16924:1 16949:1 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:4 17178:1 17208:1 17209:1 17252:2 17277:1 17295:5 17304:1 17316:4 17330:10 17333:2 17336:1 17408:1 17454:1 17535:3 17543:1 17549:1 17556:1 17572:1 17573:1 17597:1 17634:33 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:3 17799:4 17800:1 17807:1 17811:1 17881:1 17884:1 17888:1 17890:1 17891:2 17899:1 17900:1 17902:2 17905:2 17906:2 17907:1 17953:1 17956:1 17963:1 17980:1 18057:1 18061:1 18083:1 18092:1 18118:1 18127:3 18151:1 18160:1 18162:1 18190:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18334:1 18352:1 18369:1 18377:1 18390:1 18406:3 18411:1 18414:1 18422:1 18433:1 18443:1 18470:1 18472:1 18550:1 18561:2 18569:1 18592:1 18698:1 18701:1 18703:1 18708:2 18716:1 18719:2 18725:3 18755:1 18757:1 18760:1 18774:1 18837:2 18844:2 18858:1 18896:1 18913:1 18922:1 18924:1 18930:1 18938:1 18940:1 18961:1 18968:1 18994:1 19024:1 19029:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19100:9 19104:1 19131:1 19156:1 19169:1 19171:1 19219:2 19221:1 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:3 19331:2 19332:1 19338:1 19349:5 19350:1 19351:1 19355:2 19363:2 19374:1 19408:4 19424:1 19441:1 19452:1 19454:1 19467:2 19482:1 19501:1 19504:1 19507:1 19510:2 19532:1 19536:1 19539:1 19559:1 19566:1 19576:1 19590:1 19594:1 19607:2 19622:1 19653:1 19659:1 19664:3 19678:2 19681:5 19712:1 19716:1 19732:1 19736:3 19740:2 19742:2 19759:1 19781:1 19793:1 19824:3 19833:1 19850:2 19900:1 19916:1 19953:3 19964:1 19994:1 20028:1 20048:1 20050:1 20067:1 20071:1 20077:1 20085:4 20087:1 20088:1 20127:2 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:2 20530:1 20566:1 20568:1 20585:1 20599:1 20604:2 20607:1 20608:1 20610:2 20662:1 20663:1 20674:1 20680:1 20684:1 20722:2 20735:1 20739:1 20742:1 20763:1 20790:2 20792:1 20798:1 20815:1 20822:2 20825:1 20840:1 20845:1 20852:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:2 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:1 21255:1 21257:1 21274:1 21284:1 21301:1 21302:1 21305:1 21310:1 21340:1 21348:1 21386:1 21396:1 21437:1 21462:1 21463:2 21479:1 21497:1 21516:2 21528:1 21547:1 21580:1 21599:1 21613:3 21615:2 21619:5 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21727:1 21730:1 21734:2 21745:1 21772:1 21809:1 21817:1 21844:1 21850:1 21855:1 21860:1 21892:1 21903:1 21906:3 21914:1 21949:1 21973:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:1 22169:1 22184:1 22232:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:1 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22445:1 22480:3 22486:1 22490:1 22520:2 22546:1 22574:2 22586:1 22588:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:1 22704:1 22718:1 22723:1 22742:1 22758:2 22808:1 22811:1 22820:1 22822:1 22829:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 22981:1 22989:1 23000:3 23007:1 23015:2 23024:1 23045:1 23062:2 23088:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23204:1 23216:1 23218:1 23268:1 23277:2 23289:1 23295:1 23316:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23536:2 23546:1 23572:1 23576:1 23611:1 23644:1 23656:1 23702:3 23744:1 23753:2 23774:1 23787:1 23814:1 23824:1 23830:1 23863:2 23870:1 23875:2 23883:2 23913:1 23919:1 23921:1 23945:1 23987:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24058:2 24063:1 24065:2 24075:1 24083:1 24108:1 24119:1 24124:1 24129:1 24136:1 24156:3 24201:1 24225:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:2 24336:4 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24639:1 24652:17 24675:1 24686:3 24689:1 24696:1 24723:1 24747:1 24763:1 24770:2 24784:1 24814:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:1 24940:1 24947:1 24954:1 24967:1 24968:1 24984:1 24985:1 25004:1 25006:1 25064:2 25066:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:1 25283:1 25293:1 25296:1 25326:1 25332:1 25351:1 25394:1 25409:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:1 25555:1 25579:1 25582:1 25621:1 25626:1 25635:1 25671:1 25675:3 25695:1 25711:1 25719:2 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 110:2 139:3 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:2 225:2 236:1 264:2 292:2 294:1 309:1 333:2 334:1 344:1 363:1 447:1 455:1 465:1 473:1 484:1 488:2 503:1 505:2 514:3 532:1 558:1 584:1 618:1 660:1 684:1 687:1 702:2 709:3 718:2 722:1 725:1 736:1 741:3 742:2 751:3 765:3 774:2 781:1 782:3 787:2 800:1 802:2 821:3 823:1 828:1 851:1 855:1 857:2 917:1 938:1 954:1 979:1 1009:1 1035:1 1037:1 1043:2 1052:1 1054:1 1076:1 1085:1 1117:1 1154:1 1189:1 1190:1 1202:1 1222:1 1227:2 1231:1 1240:1 1244:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:6 1345:3 1358:1 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1531:1 1540:2 1551:1 1586:1 1588:1 1591:1 1643:1 1661:1 1665:1 1709:1 1748:1 1761:1 1767:1 1776:2 1806:1 1824:1 1841:1 1845:1 1868:1 1881:1 1887:1 1890:5 1917:1 1935:1 1942:1 1964:1 1980:1 1983:1 1984:2 1985:2 1986:1 1990:1 1992:2 1997:3 2003:2 2005:2 2010:1 2011:1 2043:1 2059:1 2089:1 2093:1 2100:2 2115:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2207:1 2302:1 2316:1 2322:3 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:1 2379:3 2435:2 2436:2 2446:1 2456:1 2472:1 2480:1 2530:12 2541:4 2599:5 2610:1 2637:1 2647:3 2677:1 2746:1 2752:1 2776:1 2844:3 2899:4 3016:1 3025:1 3030:2 3031:2 3034:1 3035:4 3036:2 3041:1 3044:1 3080:3 3086:1 3090:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:11 3164:1 3181:1 3195:1 3209:1 3221:1 3225:1 3240:3 3245:1 3282:1 3290:5 3293:1 3298:1 3335:1 3339:1 3364:1 3376:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:1 3509:1 3527:1 3528:1 3538:2 3541:3 3556:1 3558:1 3586:1 3595:1 3669:1 3678:1 3681:1 3698:1 3699:1 3707:1 3710:1 3715:1 3815:1 3817:3 3841:1 3849:1 3858:4 3865:1 3942:1 4008:1 4010:1 4013:1 4044:1 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:7 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4497:1 4502:2 4508:1 4514:1 4520:4 4521:1 4527:1 4528:1 4531:1 4532:1 4546:2 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:2 4744:1 4753:2 4806:1 4812:1 4840:1 4843:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5047:1 5068:1 5074:1 5107:1 5110:1 5119:1 5214:1 5220:1 5232:1 5234:1 5247:1 5288:1 5294:3 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5415:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5528:1 5531:1 5541:1 5570:1 5624:2 5625:1 5633:2 5639:2 5642:2 5650:2 5651:1 5652:1 5653:1 5661:1 5718:2 5720:1 5738:1 5750:1 5765:1 5827:1 5857:1 5867:1 5872:1 5884:2 5896:1 5897:1 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6010:2 6015:1 6019:1 6037:3 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:5 6149:1 6180:1 6186:1 6210:2 6236:2 6241:1 6268:1 6282:1 6292:1 6332:2 6346:2 6389:1 6417:2 6433:1 6439:1 6444:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6603:1 6617:1 6630:3 6632:1 6691:1 6699:1 6724:1 6732:3 6737:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:3 6836:3 6850:15 6858:1 6867:14 6868:4 6930:1 6941:1 6944:1 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7162:1 7186:1 7201:1 7212:1 7229:1 7238:1 7276:1 7318:19 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:1 7400:8 7432:1 7440:1 7446:1 7468:1 7494:1 7526:2 7534:1 7535:2 7537:1 7542:1 7548:3 7549:1 7554:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:2 7649:1 7651:1 7652:1 7662:1 7671:2 7678:1 7687:3 7689:1 7707:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7863:1 7869:1 7924:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8059:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8265:1 8267:1 8273:3 8279:1 8283:1 8288:1 8294:3 8312:1 8371:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:1 8484:1 8503:1 8509:1 8537:1 8554:5 8560:1 8584:1 8589:1 8606:1 8649:1 8660:1 8675:2 8677:1 8685:1 8720:1 8733:2 8739:1 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:1 8902:1 8910:1 8913:1 8914:3 8917:2 8922:1 8934:1 8939:1 8956:1 8973:1 8983:1 8984:1 8998:2 9017:1 9018:2 9021:1 9028:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:3 9161:1 9168:1 9191:1 9198:5 9212:1 9222:3 9224:2 9226:1 9231:2 9232:3 9235:1 9242:1 9243:2 9248:1 9252:7 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:1 9416:1 9418:1 9421:1 9426:1 9444:1 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:3 9769:1 9786:1 9791:2 9798:1 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9891:7 9893:1 9921:2 9922:1 9931:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10110:1 10118:1 10132:1 10152:1 10153:1 10156:9 10172:1 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10314:2 10333:1 10348:1 10356:1 10369:1 10374:4 10384:4 10391:1 10417:1 10427:4 10429:1 10437:6 10447:2 10455:1 10457:1 10460:1 10471:2 10485:1 10490:1 10501:1 10514:1 10516:1 10522:3 10527:1 10534:1 10536:1 10557:1 10562:1 10563:1 10588:1 10596:1 10649:4 10652:4 10676:1 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10972:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11276:1 11280:1 11281:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11356:2 11376:2 11377:2 11388:2 11391:1 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11665:1 11677:1 11689:1 11691:1 11694:1 11759:1 11780:4 11782:2 11786:1 11817:1 11846:2 11847:1 11850:2 11896:1 11906:1 11945:1 11966:1 11983:2 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:1 12081:1 12083:1 12090:1 12097:1 12112:1 12113:1 12114:1 12121:1 12166:1 12188:1 12197:1 12199:2 12203:1 12206:1 12213:1 12238:4 12244:1 12263:1 12270:1 12276:2 12315:1 12320:2 12336:1 12340:2 12351:1 12375:1 12380:1 12389:1 12411:8 12464:6 12469:1 12508:1 12535:2 12556:1 12601:5 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12750:2 12756:2 12759:1 12766:2 12776:1 12824:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:1 12940:1 12950:1 12960:1 12994:2 13023:1 13029:1 13038:1 13097:1 13106:1 13109:4 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13246:2 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13332:1 13345:1 13372:1 13387:1 13399:1 13425:1 13427:1 13429:1 13436:1 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13532:1 13539:1 13547:2 13568:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:1 13671:1 13674:1 13686:1 13690:1 13751:1 13795:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:1 13879:1 13887:1 13898:1 13931:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14060:1 14086:1 14088:2 14089:1 14104:1 14135:1 14156:1 14158:1 14164:3 14170:2 14195:5 14212:1 14220:1 14223:3 14228:1 14258:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:1 14315:3 14316:2 14317:1 14318:2 14320:1 14325:2 14329:2 14331:1 14333:1 14335:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14572:1 14607:1 14622:1 14631:1 14646:3 14659:1 14711:1 14782:5 14900:1 14902:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 15035:1 15044:1 15060:1 15061:2 15111:1 15122:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15316:1 15357:1 15369:3 15421:1 15438:2 15477:1 15497:1 15517:1 15540:2 15548:1 15554:1 15572:1 15624:1 15631:1 15644:1 15677:1 15686:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:2 15895:1 15904:1 15931:1 15947:1 15961:1 15970:1 15986:1 15991:1 16001:2 16003:1 16004:1 16008:1 16037:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16312:1021 16315:1 16375:1 16379:1 16405:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16491:1 16497:1 16543:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:1 16756:1 16776:1 16780:4 16793:2 16854:1 16859:1 16924:1 16949:1 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:4 17178:1 17208:1 17209:1 17252:2 17277:1 17295:6 17304:1 17316:5 17330:11 17333:2 17336:1 17374:1 17408:2 17454:1 17535:3 17543:1 17549:1 17556:1 17572:1 17573:1 17597:1 17634:36 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:3 17799:5 17800:1 17807:1 17811:1 17881:1 17884:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:2 17906:2 17907:1 17953:1 17956:1 17963:1 17980:1 17984:1 18018:1 18057:1 18061:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18160:1 18162:2 18190:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18390:1 18398:1 18406:3 18411:1 18414:1 18422:1 18433:1 18443:1 18445:1 18470:1 18472:1 18487:1 18550:1 18561:2 18569:1 18592:1 18593:1 18696:1 18698:1 18701:1 18703:1 18708:2 18716:1 18719:2 18725:3 18755:1 18757:1 18760:1 18774:1 18795:1 18837:2 18844:2 18858:1 18896:1 18913:1 18922:1 18924:1 18930:1 18938:1 18940:1 18961:2 18963:1 18968:1 18994:1 19024:1 19029:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:1 19100:9 19104:1 19131:1 19156:1 19169:1 19171:1 19181:1 19219:2 19221:1 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19349:5 19350:1 19351:1 19355:2 19363:2 19374:1 19408:4 19424:1 19441:1 19452:1 19454:1 19467:3 19482:1 19501:1 19504:1 19507:1 19510:2 19516:1 19532:1 19536:1 19539:1 19559:1 19566:1 19576:1 19590:1 19594:1 19607:2 19622:1 19653:1 19659:1 19664:3 19678:2 19681:6 19712:1 19716:1 19732:1 19736:3 19740:2 19742:2 19759:1 19781:1 19793:1 19824:3 19833:1 19850:2 19900:1 19916:1 19953:3 19964:1 19994:1 20028:1 20048:1 20050:1 20067:1 20071:1 20077:1 20085:5 20087:1 20088:1 20098:1 20127:2 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:3 20526:1 20530:1 20531:1 20566:1 20568:1 20585:1 20599:1 20604:2 20607:1 20608:2 20610:2 20641:1 20653:1 20662:1 20663:1 20674:1 20680:1 20684:1 20722:3 20735:1 20739:1 20742:1 20763:1 20790:3 20792:1 20798:1 20815:1 20822:2 20825:1 20840:1 20845:1 20852:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:2 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:1 21255:1 21257:1 21274:1 21284:1 21301:1 21302:1 21305:1 21310:1 21340:1 21348:1 21386:1 21396:1 21437:1 21462:1 21463:2 21479:1 21497:1 21516:2 21528:1 21547:1 21580:1 21599:1 21613:3 21615:2 21619:6 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21727:1 21730:1 21734:2 21743:1 21745:1 21772:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21906:3 21914:1 21949:1 21973:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:1 22169:1 22184:1 22232:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:1 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22445:1 22473:1 22480:3 22486:1 22490:1 22520:2 22546:1 22574:2 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:1 22704:1 22718:1 22723:2 22742:1 22758:2 22775:1 22808:1 22811:1 22820:1 22822:1 22829:1 22831:1 22832:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:3 22981:1 22989:1 23000:3 23003:1 23007:1 23015:2 23024:1 23045:1 23062:2 23088:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23204:1 23216:1 23218:1 23268:1 23275:1 23277:3 23289:1 23295:1 23316:1 23318:1 23322:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23506:1 23524:1 23536:2 23546:1 23572:1 23576:1 23611:1 23644:1 23656:1 23702:3 23732:1 23738:1 23744:1 23753:2 23774:1 23787:1 23814:1 23824:1 23830:1 23863:2 23870:1 23875:2 23883:2 23904:1 23913:1 23919:1 23921:1 23945:1 23987:1 23992:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24058:2 24063:1 24065:2 24075:1 24083:1 24108:1 24119:1 24124:1 24129:1 24136:1 24156:3 24201:1 24225:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:2 24336:4 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24639:1 24652:18 24675:1 24686:3 24689:1 24696:1 24723:1 24745:1 24747:1 24763:1 24770:2 24784:1 24814:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:1 24940:1 24947:1 24954:1 24967:1 24968:1 24984:1 24985:1 25004:1 25006:1 25031:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:1 25283:1 25293:1 25296:1 25326:1 25332:1 25351:1 25394:1 25409:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:1 25555:1 25579:1 25582:1 25621:1 25626:1 25635:1 25671:1 25675:3 25695:1 25707:1 25711:1 25719:2 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25746:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 110:2 139:3 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:2 225:2 236:1 264:2 292:2 294:1 309:1 333:2 334:1 344:1 363:1 447:1 455:1 465:1 473:1 484:1 488:2 503:1 505:2 514:3 532:1 558:1 584:1 618:1 660:1 684:1 687:1 702:2 709:3 718:2 722:1 725:1 736:1 741:3 742:2 751:3 765:3 774:2 781:1 782:3 787:2 800:1 802:2 821:3 823:1 828:1 851:1 855:1 857:2 917:1 938:1 954:1 979:1 1009:1 1035:1 1037:1 1043:2 1052:1 1054:1 1075:1 1076:1 1085:1 1117:1 1154:1 1189:1 1190:1 1202:1 1222:1 1227:2 1231:1 1240:1 1244:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:7 1345:3 1358:1 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1531:1 1540:2 1551:1 1586:1 1588:1 1591:1 1643:1 1661:1 1665:1 1709:1 1748:1 1761:1 1767:1 1776:2 1806:1 1824:1 1841:1 1845:1 1868:1 1881:1 1887:1 1890:5 1917:1 1935:1 1936:1 1942:1 1964:1 1980:1 1983:1 1984:2 1985:2 1986:1 1990:1 1992:2 1997:3 2003:2 2005:2 2010:1 2011:1 2043:1 2059:1 2089:1 2093:1 2100:2 2115:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2207:1 2302:1 2316:1 2322:4 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:1 2379:3 2435:2 2436:2 2446:1 2456:1 2472:1 2480:1 2530:12 2541:4 2555:1 2557:1 2599:6 2610:1 2637:1 2647:3 2677:1 2746:1 2752:1 2776:1 2844:3 2899:5 3016:1 3025:1 3030:2 3031:2 3034:1 3035:4 3036:2 3041:1 3044:1 3080:3 3086:1 3090:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:13 3164:1 3181:1 3195:1 3209:1 3221:1 3225:1 3240:3 3245:1 3282:1 3290:5 3293:1 3298:1 3335:1 3339:1 3364:1 3376:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:1 3509:1 3527:1 3528:1 3538:2 3541:3 3556:1 3558:1 3586:1 3595:1 3669:1 3678:1 3681:1 3698:1 3699:1 3707:1 3710:1 3715:1 3815:1 3817:3 3841:1 3849:1 3858:4 3865:1 3942:1 4008:1 4010:1 4013:1 4044:1 4060:1 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:7 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4497:1 4502:2 4508:1 4514:1 4520:4 4521:1 4527:1 4528:1 4531:1 4532:1 4546:3 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:2 4744:1 4753:2 4806:1 4812:1 4840:1 4843:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5047:1 5068:1 5074:1 5107:1 5110:1 5118:1 5119:1 5214:1 5220:1 5232:1 5234:1 5247:1 5288:1 5294:3 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5415:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5528:1 5531:1 5541:1 5570:1 5624:2 5625:1 5633:2 5639:2 5642:2 5650:2 5651:1 5652:1 5653:1 5661:1 5718:2 5720:1 5738:1 5750:1 5765:1 5827:1 5857:1 5867:1 5872:1 5884:2 5896:1 5897:1 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6010:2 6015:1 6019:1 6037:3 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:5 6149:1 6180:1 6186:1 6210:2 6218:1 6236:3 6241:1 6268:1 6282:1 6292:1 6332:2 6346:2 6389:1 6400:1 6417:2 6433:1 6439:1 6444:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6603:1 6617:1 6630:3 6632:1 6691:1 6699:1 6724:1 6732:3 6737:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:3 6836:3 6850:15 6858:1 6867:14 6868:5 6930:1 6941:1 6944:1 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7162:1 7186:1 7201:1 7212:1 7229:1 7238:1 7245:1 7276:1 7318:19 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:1 7400:8 7432:1 7433:1 7440:1 7446:1 7468:1 7494:1 7508:1 7526:2 7534:1 7535:2 7537:1 7542:1 7548:3 7549:1 7554:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:2 7649:1 7651:1 7652:1 7662:1 7671:2 7678:1 7687:3 7689:1 7707:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7863:1 7869:1 7924:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8059:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8265:1 8267:1 8273:3 8279:1 8283:1 8288:1 8294:3 8312:1 8371:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:1 8484:1 8503:1 8509:1 8529:1 8537:1 8554:5 8560:1 8584:1 8589:1 8606:1 8649:1 8660:1 8675:2 8677:1 8685:1 8720:1 8733:2 8739:1 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:1 8902:1 8910:1 8913:1 8914:3 8917:2 8922:2 8934:1 8939:1 8956:1 8973:1 8983:1 8984:1 8998:2 9017:1 9018:2 9021:1 9028:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:3 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:1 9224:2 9226:1 9231:3 9232:3 9235:1 9242:1 9243:2 9248:1 9252:7 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:1 9416:1 9418:1 9421:1 9426:1 9444:1 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:4 9769:1 9786:1 9791:2 9798:1 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9891:7 9893:1 9921:2 9922:1 9931:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10110:1 10118:1 10132:1 10152:1 10153:1 10156:9 10172:1 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10314:2 10333:1 10348:1 10356:1 10369:1 10374:4 10384:4 10391:1 10417:1 10427:4 10429:1 10437:6 10447:2 10455:1 10457:1 10460:1 10471:2 10485:1 10490:1 10501:1 10514:1 10516:1 10522:3 10527:1 10534:1 10536:1 10557:1 10562:1 10563:1 10588:1 10596:1 10649:4 10652:4 10676:1 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10935:1 10972:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11276:1 11280:1 11281:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11356:2 11376:2 11377:2 11388:2 11391:1 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11665:1 11677:1 11689:1 11691:1 11694:1 11759:1 11780:4 11782:2 11786:1 11817:1 11846:2 11847:1 11850:2 11896:1 11906:1 11945:1 11966:1 11983:2 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:1 12081:1 12083:1 12090:1 12097:1 12112:1 12113:1 12114:1 12121:1 12166:1 12188:1 12197:1 12199:2 12203:1 12206:1 12213:1 12238:4 12244:1 12263:1 12270:1 12276:2 12315:1 12320:2 12336:1 12340:2 12351:1 12375:1 12377:1 12380:1 12389:1 12411:8 12464:6 12469:1 12508:1 12535:2 12556:1 12601:5 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12750:2 12756:2 12759:1 12766:2 12776:1 12824:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:2 12940:1 12950:1 12960:1 12994:2 13023:1 13029:1 13038:1 13085:1 13097:1 13106:1 13109:4 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13246:2 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13332:1 13345:1 13372:1 13387:1 13399:1 13425:1 13427:1 13429:1 13436:1 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13532:1 13539:1 13547:2 13568:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:1 13671:1 13674:1 13686:1 13690:1 13726:1 13751:1 13795:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:1 13879:1 13887:1 13898:1 13931:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14060:1 14086:1 14088:2 14089:1 14104:1 14135:1 14156:1 14158:1 14164:3 14170:2 14195:5 14212:1 14220:1 14223:3 14228:1 14258:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:1 14315:3 14316:2 14317:1 14318:2 14320:1 14325:2 14329:2 14331:1 14333:1 14335:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14572:1 14607:1 14622:1 14631:1 14646:3 14659:1 14711:1 14782:5 14900:1 14902:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 15035:1 15044:1 15060:1 15061:2 15111:1 15122:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15312:1 15316:1 15357:1 15369:3 15421:1 15438:2 15477:1 15497:1 15517:1 15540:2 15548:1 15554:1 15572:1 15624:1 15631:1 15644:1 15677:1 15686:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:2 15895:1 15904:1 15931:1 15947:1 15961:1 15970:1 15986:1 15991:1 16001:2 16003:1 16004:1 16008:1 16037:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16312:1036 16315:1 16375:1 16379:1 16405:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16491:1 16497:1 16543:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:1 16756:1 16776:1 16780:4 16793:2 16854:1 16859:1 16924:1 16949:1 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:4 17178:1 17208:1 17209:1 17252:2 17277:1 17295:6 17304:1 17316:5 17330:12 17333:2 17336:1 17374:1 17408:2 17454:1 17535:3 17543:1 17549:1 17556:1 17572:1 17573:1 17597:1 17634:38 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:3 17799:5 17800:1 17807:1 17811:1 17860:1 17881:1 17884:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:2 17906:2 17907:1 17953:1 17956:1 17963:1 17980:1 17984:1 18018:1 18057:1 18061:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18160:1 18162:2 18190:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18390:1 18398:1 18406:3 18411:1 18414:1 18422:1 18433:1 18443:1 18445:1 18470:1 18472:1 18487:1 18550:1 18561:2 18569:1 18592:1 18593:1 18696:1 18698:1 18701:1 18703:1 18708:2 18716:1 18719:2 18725:3 18755:1 18757:1 18760:1 18774:1 18795:1 18837:2 18844:2 18858:1 18896:1 18913:1 18922:1 18924:1 18930:1 18938:1 18940:1 18961:2 18963:1 18968:1 18994:1 19024:1 19029:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:1 19100:9 19104:1 19131:1 19156:1 19169:1 19171:1 19181:1 19219:2 19221:1 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19349:5 19350:1 19351:1 19355:2 19363:2 19374:1 19408:4 19424:1 19441:1 19452:1 19454:1 19467:3 19482:1 19501:1 19504:1 19507:1 19510:2 19516:1 19532:1 19536:1 19539:1 19559:1 19566:1 19576:1 19590:1 19594:1 19607:2 19622:1 19653:1 19659:1 19664:3 19678:2 19681:6 19712:1 19716:1 19732:1 19736:3 19740:2 19742:2 19759:1 19781:1 19793:1 19824:3 19833:1 19850:2 19900:1 19916:1 19953:3 19964:1 19994:1 20028:1 20048:1 20050:1 20067:1 20071:1 20077:1 20085:5 20087:1 20088:1 20098:1 20127:2 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:3 20526:1 20530:1 20531:1 20566:1 20568:1 20585:1 20599:1 20604:2 20607:1 20608:2 20610:2 20641:1 20653:1 20662:1 20663:1 20674:1 20680:1 20684:1 20722:3 20735:1 20739:1 20742:1 20763:1 20790:3 20792:1 20798:1 20815:1 20822:2 20825:1 20840:1 20845:1 20852:1 20895:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:2 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:1 21255:1 21257:1 21274:1 21284:1 21301:1 21302:1 21305:1 21310:1 21340:1 21348:1 21386:1 21396:1 21437:1 21462:1 21463:2 21479:1 21497:1 21516:2 21528:1 21547:1 21580:1 21599:1 21613:3 21615:2 21619:6 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21727:1 21730:1 21734:2 21743:1 21745:1 21772:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21906:3 21914:1 21949:1 21973:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:1 22169:1 22184:1 22232:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:1 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22445:1 22473:1 22480:3 22486:1 22490:1 22520:2 22546:1 22574:2 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:1 22704:1 22718:1 22723:2 22742:1 22758:2 22775:1 22808:1 22811:1 22820:1 22822:1 22829:1 22831:1 22832:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:4 22981:1 22989:1 23000:3 23003:1 23007:1 23015:2 23024:1 23045:1 23062:2 23088:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23204:1 23216:1 23218:1 23268:1 23275:1 23277:3 23289:1 23295:1 23316:1 23318:1 23322:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23506:1 23524:1 23536:2 23546:1 23572:1 23576:1 23611:1 23644:1 23656:1 23702:3 23732:1 23738:1 23744:1 23752:1 23753:2 23774:1 23787:1 23814:1 23824:1 23830:1 23863:2 23870:1 23875:2 23883:3 23904:1 23913:1 23919:1 23921:1 23945:1 23987:1 23992:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24056:1 24058:2 24063:1 24065:2 24075:1 24083:1 24108:1 24119:1 24124:1 24129:1 24136:1 24156:3 24201:1 24225:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:2 24336:4 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24639:1 24652:18 24675:1 24686:3 24689:1 24696:1 24723:1 24745:1 24747:1 24763:1 24770:2 24784:1 24814:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:1 24940:1 24947:1 24954:1 24967:1 24968:1 24984:1 24985:1 24987:1 25004:1 25006:1 25031:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:1 25283:1 25293:1 25296:1 25326:1 25332:1 25351:1 25394:1 25398:1 25409:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:1 25555:1 25579:1 25582:1 25621:1 25626:1 25635:1 25671:1 25675:3 25695:1 25707:1 25711:1 25719:2 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25746:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 110:2 139:3 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:2 225:2 236:1 264:2 292:2 294:1 309:1 333:2 334:1 344:1 363:1 447:1 455:1 465:1 473:1 484:1 488:2 503:1 505:2 514:3 532:1 558:1 584:1 618:1 660:1 684:1 687:1 702:2 709:3 718:2 722:1 725:1 736:1 741:3 742:2 751:3 765:3 774:2 781:1 782:3 787:2 800:1 802:2 821:3 823:1 828:1 851:1 855:1 857:2 917:1 938:1 954:1 979:1 1009:1 1035:1 1037:1 1043:2 1052:1 1054:1 1075:1 1076:1 1085:1 1117:1 1154:2 1189:1 1190:1 1202:1 1222:1 1227:2 1231:1 1240:2 1244:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:7 1345:3 1358:1 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1531:1 1540:2 1551:1 1586:1 1588:1 1591:1 1643:1 1661:1 1665:1 1709:1 1748:1 1761:1 1767:1 1776:2 1806:1 1824:1 1841:1 1845:1 1868:1 1881:1 1887:1 1890:6 1917:1 1935:1 1936:1 1942:1 1964:1 1980:1 1983:1 1984:2 1985:2 1986:1 1990:1 1992:2 1997:3 2003:2 2005:2 2010:1 2011:1 2043:1 2059:1 2089:1 2093:1 2100:2 2115:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2207:1 2302:1 2316:1 2322:4 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:1 2379:3 2435:2 2436:2 2446:1 2456:1 2472:1 2480:1 2512:1 2530:12 2541:4 2555:1 2557:1 2579:1 2594:1 2599:7 2610:1 2637:1 2647:3 2677:1 2746:1 2752:1 2776:1 2844:3 2899:5 3016:1 3025:1 3030:2 3031:2 3034:1 3035:4 3036:2 3041:1 3044:1 3048:1 3080:3 3086:1 3090:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:14 3164:1 3181:1 3195:1 3209:1 3221:1 3225:1 3240:4 3245:1 3282:1 3290:5 3293:1 3298:1 3335:1 3339:1 3364:1 3376:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:1 3509:1 3527:1 3528:1 3538:2 3541:3 3542:1 3556:1 3558:1 3586:1 3595:1 3669:1 3678:1 3681:1 3698:1 3699:1 3707:1 3710:2 3715:1 3791:1 3815:1 3817:3 3841:1 3849:1 3858:4 3865:1 3942:1 4008:1 4010:1 4013:1 4044:2 4060:1 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:7 4369:1 4377:2 4406:1 4417:1 4433:1 4489:1 4497:1 4502:2 4508:1 4514:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:3 4560:1 4599:1 4616:1 4650:1 4677:2 4730:1 4733:2 4744:1 4753:2 4806:1 4812:1 4840:1 4843:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5047:1 5068:1 5074:1 5107:1 5110:1 5118:1 5119:1 5214:1 5220:1 5232:1 5234:1 5247:1 5288:1 5294:3 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5415:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5528:1 5531:1 5541:1 5570:1 5624:2 5625:1 5633:2 5639:2 5642:2 5650:2 5651:1 5652:1 5653:1 5661:1 5718:2 5720:1 5738:1 5750:1 5765:1 5827:1 5857:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:1 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6010:2 6015:1 6019:1 6037:3 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:5 6149:1 6180:1 6186:1 6210:2 6218:1 6236:3 6241:1 6268:1 6282:1 6292:1 6332:2 6346:2 6389:1 6400:1 6417:2 6433:1 6439:1 6444:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6603:1 6617:1 6630:3 6632:1 6691:1 6699:1 6724:1 6731:1 6732:3 6737:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:3 6836:3 6850:15 6858:1 6867:14 6868:5 6930:1 6941:1 6944:1 6973:1 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7162:1 7186:1 7201:1 7212:1 7229:1 7238:1 7245:1 7276:1 7318:21 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:1 7400:8 7432:1 7433:1 7440:1 7446:1 7468:1 7494:1 7508:1 7526:2 7534:1 7535:2 7537:1 7542:1 7548:3 7549:1 7554:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:1 7671:2 7678:1 7687:3 7689:1 7707:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7863:1 7869:1 7924:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8059:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8265:1 8267:1 8273:3 8279:1 8283:1 8288:1 8294:3 8312:1 8371:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:1 8484:1 8503:1 8509:1 8529:1 8537:1 8554:5 8560:1 8584:1 8589:1 8606:1 8649:1 8660:1 8675:2 8677:1 8685:1 8720:1 8733:2 8739:1 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:2 8902:1 8910:1 8913:1 8914:3 8917:2 8922:2 8934:1 8939:1 8956:1 8973:1 8983:1 8984:1 8998:2 9017:2 9018:2 9021:1 9028:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:3 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:1 9224:2 9226:1 9231:3 9232:4 9235:1 9242:1 9243:2 9248:1 9252:7 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:1 9416:1 9418:1 9421:1 9426:1 9444:1 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:4 9769:1 9786:1 9791:2 9798:1 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9891:7 9893:1 9921:2 9922:1 9931:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10110:1 10118:1 10132:1 10152:1 10153:1 10156:9 10172:1 10200:1 10206:1 10219:1 10223:1 10239:1 10284:1 10313:1 10314:2 10333:1 10348:1 10356:1 10369:1 10374:4 10384:4 10391:1 10417:1 10427:4 10429:1 10437:6 10447:2 10455:1 10457:1 10460:1 10471:2 10485:1 10490:1 10501:1 10514:1 10516:1 10522:3 10527:1 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10676:1 10686:1 10697:1 10732:1 10748:1 10762:1 10778:1 10785:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10935:1 10954:1 10972:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11276:1 11280:1 11281:2 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11356:2 11376:2 11377:2 11388:2 11391:1 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11665:2 11677:1 11689:1 11691:1 11694:1 11759:1 11780:4 11782:2 11786:1 11817:1 11846:2 11847:1 11850:2 11896:1 11906:1 11945:1 11966:1 11983:2 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:1 12081:1 12083:1 12090:1 12097:1 12112:1 12113:1 12114:1 12121:1 12166:1 12188:1 12197:1 12199:2 12203:1 12206:1 12213:1 12238:4 12244:1 12263:1 12270:1 12276:2 12315:1 12320:3 12336:1 12340:2 12351:1 12375:1 12377:1 12380:1 12389:1 12411:9 12464:6 12469:1 12508:1 12535:2 12556:1 12601:5 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12747:1 12750:2 12756:2 12759:1 12766:2 12776:1 12824:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:2 12940:1 12950:1 12960:1 12994:2 13023:1 13029:1 13038:1 13085:1 13097:1 13106:1 13109:4 13120:1 13151:1 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13246:2 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13332:1 13345:1 13372:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13532:1 13539:1 13547:2 13568:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:1 13671:1 13674:1 13686:1 13690:1 13726:1 13751:1 13795:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:1 13879:1 13887:1 13898:1 13903:1 13931:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14060:1 14086:1 14088:2 14089:1 14104:1 14135:1 14156:1 14158:1 14164:3 14170:2 14195:5 14212:1 14220:1 14223:3 14228:1 14258:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:2 14315:3 14316:2 14317:1 14318:2 14320:1 14325:3 14329:2 14331:1 14333:1 14335:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14572:1 14573:1 14607:1 14622:1 14631:1 14646:3 14659:1 14711:1 14761:1 14782:6 14900:1 14902:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 15035:1 15044:1 15060:1 15061:2 15111:1 15122:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15312:1 15316:1 15357:1 15369:3 15421:1 15438:2 15477:1 15497:1 15517:1 15540:2 15548:1 15554:1 15572:1 15624:1 15631:1 15644:1 15677:1 15686:1 15687:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:2 15895:1 15904:1 15931:1 15947:1 15961:1 15970:1 15986:1 15991:1 16001:2 16003:1 16004:1 16008:1 16037:1 16047:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16312:1048 16315:1 16375:1 16379:1 16405:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16491:1 16497:1 16543:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:1 16756:1 16776:1 16780:4 16793:2 16854:1 16859:1 16924:1 16949:2 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:4 17178:1 17208:1 17209:1 17252:2 17277:1 17295:6 17304:1 17316:6 17330:12 17333:2 17336:1 17374:1 17408:2 17454:1 17498:1 17535:3 17543:1 17549:1 17556:1 17572:1 17573:1 17597:1 17634:40 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:3 17799:6 17800:1 17807:2 17811:1 17860:1 17881:1 17884:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:2 17906:2 17907:1 17953:1 17956:1 17963:1 17980:1 17984:1 17999:1 18018:1 18057:1 18061:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18160:1 18162:2 18190:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18390:1 18398:1 18406:3 18411:1 18414:1 18422:1 18433:1 18443:1 18445:1 18470:1 18472:1 18487:1 18550:1 18561:2 18569:1 18592:1 18593:1 18696:1 18698:1 18701:1 18703:1 18708:2 18716:1 18719:2 18725:3 18755:1 18757:1 18760:1 18774:1 18795:1 18837:2 18844:2 18858:1 18896:1 18913:1 18922:1 18924:1 18930:1 18938:1 18940:1 18961:2 18963:1 18968:1 18994:1 19013:1 19024:1 19029:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:1 19100:9 19104:1 19131:1 19156:1 19169:1 19171:1 19181:1 19219:2 19221:1 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19349:5 19350:1 19351:1 19355:2 19363:2 19374:1 19408:5 19424:1 19441:1 19443:1 19452:1 19454:1 19467:3 19482:1 19501:1 19504:1 19507:1 19510:2 19516:1 19532:1 19536:1 19539:1 19559:1 19566:1 19576:1 19590:1 19594:1 19607:2 19622:1 19653:1 19659:1 19664:3 19678:2 19681:6 19712:1 19716:1 19732:1 19736:3 19740:2 19742:2 19759:1 19781:1 19793:1 19824:3 19833:1 19850:2 19900:1 19916:1 19953:3 19964:2 19994:1 20028:1 20048:1 20050:1 20067:1 20071:1 20077:1 20085:6 20087:1 20088:1 20098:1 20127:2 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:3 20526:1 20530:1 20531:1 20566:1 20568:1 20585:1 20599:1 20604:2 20607:1 20608:2 20610:3 20641:1 20653:1 20662:1 20663:1 20674:1 20680:1 20684:2 20722:3 20735:1 20739:1 20742:1 20763:1 20790:3 20792:1 20798:1 20815:1 20822:2 20825:1 20840:1 20845:1 20852:1 20895:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:2 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:1 21255:1 21257:1 21274:1 21284:1 21301:1 21302:1 21305:1 21310:1 21316:1 21340:1 21348:1 21386:1 21396:1 21437:1 21462:1 21463:2 21479:1 21497:1 21516:2 21528:1 21547:1 21567:1 21580:1 21599:1 21613:3 21615:2 21619:6 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21727:1 21730:1 21734:2 21743:1 21745:1 21772:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21906:3 21914:1 21949:1 21962:1 21973:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:1 22169:1 22184:1 22232:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:2 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22445:1 22473:1 22480:3 22486:1 22490:1 22520:2 22546:1 22574:2 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:1 22704:1 22718:1 22723:2 22742:1 22758:2 22775:1 22808:1 22811:1 22820:1 22822:1 22829:1 22831:1 22832:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:4 22981:1 22989:1 23000:3 23003:1 23007:1 23015:2 23024:1 23045:1 23062:2 23088:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23204:1 23216:1 23218:1 23268:1 23275:1 23277:3 23289:1 23295:1 23316:1 23318:1 23322:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23506:1 23524:1 23536:2 23546:1 23572:1 23576:1 23611:1 23644:1 23656:1 23702:3 23732:1 23738:1 23744:1 23752:1 23753:2 23774:1 23787:1 23814:1 23824:1 23830:1 23863:2 23870:1 23875:2 23883:3 23904:1 23913:1 23919:1 23921:1 23945:1 23969:1 23987:1 23992:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24056:1 24058:2 24063:1 24065:2 24075:1 24078:1 24083:1 24108:1 24119:1 24124:1 24129:1 24135:1 24136:1 24156:3 24201:1 24225:1 24236:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:2 24336:4 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24639:1 24652:20 24675:1 24686:3 24689:1 24696:1 24723:1 24745:2 24747:1 24763:1 24770:2 24784:1 24814:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:1 24940:1 24947:1 24954:1 24967:1 24968:1 24984:1 24985:1 24987:1 25004:1 25006:1 25031:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:1 25283:1 25293:1 25296:1 25326:1 25332:1 25351:1 25394:1 25398:1 25409:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:1 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25671:1 25675:3 25695:1 25707:1 25711:1 25719:2 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25746:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 110:2 139:3 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:2 225:2 236:1 264:2 292:2 294:1 309:1 333:3 334:1 344:1 363:1 447:1 455:1 465:1 473:1 484:1 488:2 503:1 505:2 514:4 532:1 558:1 584:1 618:1 660:1 684:1 687:1 702:2 709:3 718:2 722:1 725:1 736:1 741:3 742:2 751:3 765:3 774:2 781:1 782:3 787:2 800:1 802:2 821:3 823:1 828:1 851:1 855:1 857:2 917:1 938:1 954:1 979:1 1009:1 1035:1 1037:1 1041:1 1043:2 1052:1 1054:1 1075:1 1076:1 1083:1 1085:1 1117:1 1154:2 1189:1 1190:1 1202:1 1222:1 1227:2 1231:2 1240:2 1244:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:7 1345:4 1358:1 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1586:1 1588:1 1591:1 1643:1 1661:1 1665:1 1702:1 1709:1 1748:1 1761:1 1767:1 1776:2 1779:1 1793:1 1806:1 1810:1 1824:1 1841:1 1845:1 1868:1 1881:1 1887:1 1890:6 1917:1 1935:1 1936:1 1942:1 1964:1 1980:1 1981:1 1983:1 1984:2 1985:2 1986:1 1990:1 1992:2 1997:3 2003:2 2005:2 2008:1 2010:1 2011:1 2043:1 2059:1 2089:1 2093:1 2100:2 2113:1 2115:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2207:1 2283:1 2302:1 2316:2 2322:4 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2435:2 2436:2 2446:1 2456:1 2472:1 2480:1 2512:1 2530:13 2541:4 2555:1 2557:1 2579:1 2594:1 2599:8 2610:1 2637:1 2647:3 2677:1 2746:1 2752:1 2776:1 2844:3 2899:5 3016:1 3025:2 3030:2 3031:2 3034:1 3035:4 3036:2 3041:1 3044:1 3048:1 3080:3 3086:1 3090:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:14 3164:1 3167:1 3173:1 3181:1 3195:1 3209:1 3221:1 3225:1 3240:5 3245:1 3250:1 3282:1 3290:5 3293:1 3298:1 3335:1 3339:2 3364:1 3376:1 3384:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:1 3509:1 3527:1 3528:1 3538:2 3541:3 3542:1 3556:1 3558:1 3560:1 3586:1 3595:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3791:1 3815:1 3817:3 3841:1 3849:1 3858:4 3865:1 3942:1 4008:1 4010:1 4013:1 4044:2 4060:1 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:7 4369:1 4377:2 4406:1 4417:1 4433:1 4471:1 4489:1 4497:1 4502:2 4508:1 4514:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:3 4560:1 4599:1 4616:1 4650:1 4677:2 4698:1 4730:1 4733:2 4744:1 4753:3 4806:1 4812:1 4840:1 4843:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5047:1 5068:1 5074:1 5107:1 5110:1 5118:1 5119:1 5137:1 5214:1 5220:1 5232:1 5234:1 5247:1 5288:1 5294:3 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5415:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5500:1 5528:1 5531:1 5541:1 5556:1 5570:1 5624:2 5625:1 5633:2 5639:2 5642:2 5650:3 5651:1 5652:1 5653:1 5661:1 5664:1 5718:2 5720:1 5738:1 5750:1 5765:1 5827:1 5857:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:1 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6010:2 6015:1 6019:1 6026:1 6037:3 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:5 6149:1 6180:1 6186:1 6210:2 6218:1 6236:3 6241:1 6268:1 6282:1 6292:1 6332:2 6346:2 6389:1 6400:1 6417:2 6433:1 6439:1 6444:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6603:1 6617:1 6630:3 6632:1 6691:1 6699:1 6724:1 6731:1 6732:3 6737:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:3 6836:3 6850:17 6858:1 6867:15 6868:6 6930:1 6941:1 6944:1 6973:1 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7162:1 7186:1 7201:1 7212:1 7229:1 7238:1 7245:1 7271:1 7276:1 7318:21 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:1 7400:8 7432:1 7433:1 7440:1 7442:1 7446:1 7468:1 7494:1 7508:1 7526:2 7534:1 7535:2 7537:1 7542:1 7548:3 7549:1 7554:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:1 7671:3 7678:1 7687:3 7689:1 7707:1 7748:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7863:1 7869:1 7924:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8059:2 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8265:1 8267:1 8273:3 8279:1 8283:2 8288:1 8294:3 8312:1 8371:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:2 8484:1 8503:1 8509:1 8529:1 8537:1 8554:5 8560:1 8584:1 8589:1 8606:1 8649:1 8659:1 8660:1 8675:2 8677:1 8685:1 8720:1 8733:2 8739:1 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:2 8902:2 8910:1 8913:1 8914:3 8917:2 8922:2 8934:1 8939:1 8956:1 8973:1 8983:1 8984:1 8998:2 9017:2 9018:2 9021:1 9028:1 9030:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:4 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:1 9224:2 9226:1 9231:3 9232:4 9235:1 9236:1 9242:1 9243:2 9248:2 9252:7 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9418:1 9421:1 9426:1 9444:1 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:4 9769:1 9786:1 9791:2 9798:1 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9921:2 9922:1 9931:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10110:1 10118:1 10132:1 10139:1 10152:1 10153:1 10156:9 10172:1 10200:1 10206:2 10219:1 10223:1 10239:1 10284:1 10313:1 10314:2 10333:1 10348:1 10356:1 10369:1 10374:4 10384:4 10391:1 10417:1 10427:5 10429:1 10436:1 10437:7 10447:2 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10514:1 10516:1 10522:3 10527:2 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10676:1 10686:1 10697:1 10732:1 10748:1 10750:1 10762:1 10778:1 10785:1 10795:1 10796:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10935:1 10954:1 10972:1 11000:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11276:1 11280:1 11281:2 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11356:2 11376:2 11377:2 11388:2 11391:1 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11665:2 11677:1 11689:1 11691:1 11694:1 11759:1 11780:4 11782:2 11786:1 11817:1 11846:2 11847:1 11850:2 11896:1 11906:1 11945:1 11966:1 11983:2 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:1 12081:1 12083:1 12090:2 12097:1 12112:1 12113:1 12114:1 12121:1 12166:1 12188:1 12197:1 12199:2 12203:1 12206:1 12213:1 12238:4 12244:1 12263:1 12270:1 12276:2 12315:1 12320:3 12336:2 12340:3 12351:1 12375:1 12377:1 12380:1 12389:1 12411:9 12464:6 12469:1 12508:1 12535:2 12556:1 12601:5 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12747:1 12750:2 12756:2 12759:1 12766:2 12776:1 12824:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:2 12940:1 12950:1 12960:1 12994:2 13023:1 13029:1 13038:1 13085:1 13097:1 13106:1 13109:5 13120:1 13151:1 13167:1 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13246:3 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13332:1 13345:1 13372:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13532:1 13539:1 13547:2 13561:1 13568:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:2 13671:1 13674:1 13686:1 13690:1 13726:1 13751:1 13795:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:1 13860:1 13879:1 13887:1 13891:1 13898:1 13903:1 13931:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14060:1 14086:1 14088:2 14089:1 14104:1 14135:2 14156:1 14158:1 14164:3 14170:2 14195:6 14212:1 14220:1 14223:3 14228:1 14258:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:2 14315:3 14316:2 14317:1 14318:2 14320:1 14325:3 14329:2 14331:1 14333:1 14335:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:1 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14572:1 14573:1 14607:1 14622:1 14631:1 14646:3 14659:1 14711:1 14761:1 14782:7 14900:1 14902:1 14914:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 15035:1 15044:1 15060:1 15061:2 15111:1 15122:1 15146:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15312:1 15316:1 15357:1 15369:3 15421:1 15438:2 15477:1 15497:1 15517:1 15540:2 15548:1 15549:1 15554:1 15572:1 15624:1 15631:1 15644:1 15677:1 15686:1 15687:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:2 15895:1 15904:1 15931:1 15947:1 15961:1 15970:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16305:1 16312:1090 16315:1 16375:1 16379:1 16405:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16491:1 16497:1 16543:1 16569:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:1 16756:1 16776:1 16780:5 16793:2 16854:1 16859:1 16924:1 16949:2 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:5 17178:1 17208:1 17209:1 17252:2 17277:1 17295:6 17304:1 17316:7 17330:14 17333:2 17336:1 17374:1 17408:2 17424:1 17454:1 17498:1 17535:3 17543:1 17549:1 17556:1 17572:1 17573:1 17597:1 17634:41 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:4 17799:7 17800:1 17807:2 17811:1 17860:1 17881:1 17884:1 17886:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:2 17906:3 17907:1 17953:1 17956:1 17963:1 17980:1 17984:1 17999:1 18018:1 18037:1 18057:1 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18160:1 18162:2 18190:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18390:1 18398:1 18403:1 18406:4 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:1 18470:1 18472:1 18487:1 18550:1 18561:2 18569:1 18592:1 18593:1 18696:1 18698:1 18701:1 18703:1 18708:2 18716:1 18719:2 18725:3 18755:1 18757:1 18760:1 18774:1 18795:1 18837:2 18844:2 18858:1 18896:1 18913:1 18922:1 18924:1 18930:1 18938:1 18940:1 18961:2 18963:1 18968:1 18994:1 19013:1 19024:1 19029:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:1 19100:9 19104:1 19131:1 19156:1 19169:1 19171:2 19181:1 19219:2 19221:2 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19349:6 19350:1 19351:1 19355:2 19363:2 19374:1 19408:5 19424:1 19441:1 19443:1 19452:1 19454:1 19467:3 19482:1 19501:2 19504:1 19507:1 19510:2 19516:1 19532:1 19536:1 19539:1 19559:1 19566:1 19576:1 19590:1 19594:1 19607:2 19622:1 19653:1 19659:1 19664:3 19678:2 19681:7 19712:1 19716:1 19732:1 19736:3 19740:2 19742:2 19759:1 19770:1 19781:1 19793:1 19824:4 19833:1 19850:2 19900:1 19916:1 19953:3 19964:2 19994:1 20028:1 20048:1 20050:1 20067:1 20071:1 20077:1 20085:7 20087:1 20088:1 20098:1 20127:2 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:3 20526:1 20530:1 20531:1 20566:1 20568:1 20585:1 20599:1 20604:2 20607:1 20608:2 20610:3 20641:1 20653:1 20662:1 20663:1 20674:1 20680:1 20684:2 20722:3 20735:1 20739:1 20742:1 20753:1 20763:1 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20895:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:1 21056:1 21071:2 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:1 21255:1 21257:1 21274:1 21284:1 21301:1 21302:1 21305:1 21310:1 21316:1 21340:1 21348:1 21386:1 21396:1 21437:1 21462:1 21463:2 21479:1 21497:1 21516:2 21528:1 21544:1 21547:1 21567:1 21580:1 21599:1 21613:3 21615:2 21619:6 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21727:1 21730:1 21734:2 21743:1 21745:1 21772:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21906:3 21914:1 21949:1 21962:1 21973:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:1 22169:1 22184:1 22232:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:2 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22422:1 22445:1 22473:1 22480:3 22486:1 22490:1 22520:2 22546:1 22574:2 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:1 22704:1 22718:1 22723:2 22742:1 22758:2 22775:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:1 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:4 22981:1 22989:1 23000:3 23003:1 23007:1 23015:2 23024:1 23045:1 23062:2 23088:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23204:1 23216:1 23218:1 23268:1 23275:1 23277:3 23289:1 23295:1 23316:1 23318:1 23322:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23506:1 23524:1 23536:2 23546:1 23572:2 23576:1 23611:1 23644:1 23656:1 23702:3 23732:1 23738:1 23744:1 23752:1 23753:2 23774:1 23787:1 23800:1 23814:1 23824:1 23830:1 23863:2 23870:1 23875:2 23883:3 23904:1 23913:1 23919:1 23921:1 23945:1 23969:1 23979:1 23987:1 23992:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24056:1 24058:2 24063:1 24065:2 24075:1 24078:1 24083:2 24108:1 24119:2 24124:1 24129:1 24135:1 24136:1 24156:3 24201:1 24225:1 24236:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:2 24336:4 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24639:1 24652:21 24675:1 24686:3 24689:1 24696:1 24714:1 24723:1 24745:2 24747:1 24763:1 24770:2 24784:1 24814:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:1 24940:1 24947:1 24954:1 24967:1 24968:1 24984:1 24985:1 24987:1 25004:1 25006:1 25031:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:2 25283:1 25293:1 25296:1 25326:1 25332:1 25351:1 25394:1 25398:1 25409:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:1 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25671:1 25675:3 25695:1 25707:1 25711:1 25719:2 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25746:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 110:2 139:3 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:2 225:2 236:1 264:2 292:2 294:1 309:1 327:1 333:3 334:1 344:1 363:1 447:1 455:1 465:1 473:1 484:1 488:2 503:1 505:2 514:4 532:1 558:1 584:1 618:1 660:1 684:1 687:1 702:2 709:3 718:2 722:1 725:1 736:1 741:3 742:2 751:3 765:3 774:2 781:1 782:3 787:2 800:1 802:2 821:3 823:1 828:1 851:1 855:1 857:2 917:1 938:1 954:1 979:1 1009:1 1035:1 1037:1 1041:1 1043:2 1052:1 1054:1 1075:1 1076:1 1083:1 1085:1 1117:1 1154:2 1189:1 1190:1 1202:1 1222:1 1227:2 1231:2 1240:2 1244:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:7 1345:4 1358:1 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1586:1 1588:1 1591:1 1643:1 1661:1 1665:1 1702:1 1709:1 1748:1 1761:1 1767:1 1776:2 1779:1 1793:1 1806:1 1810:1 1824:1 1841:1 1845:1 1868:1 1881:1 1887:1 1890:6 1917:1 1935:1 1936:2 1942:1 1964:1 1980:1 1981:1 1983:1 1984:2 1985:2 1986:1 1990:1 1992:2 1997:3 2003:2 2005:2 2008:1 2010:1 2011:1 2043:1 2059:1 2089:1 2093:1 2100:2 2113:1 2115:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2207:1 2283:1 2302:1 2316:2 2322:4 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2435:2 2436:2 2446:1 2456:1 2472:1 2480:1 2512:1 2530:13 2537:1 2541:4 2555:1 2557:1 2579:1 2594:1 2599:9 2610:1 2637:1 2647:3 2677:1 2727:1 2746:1 2752:1 2776:1 2844:4 2877:1 2886:1 2899:5 3016:1 3025:2 3030:2 3031:2 3034:1 3035:5 3036:2 3041:1 3044:1 3048:1 3080:3 3086:1 3090:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:14 3164:1 3167:1 3173:1 3181:1 3195:1 3209:1 3221:1 3225:1 3240:5 3245:1 3250:1 3282:1 3290:5 3293:1 3298:1 3335:1 3339:2 3364:1 3376:1 3384:1 3388:1 3401:1 3418:1 3430:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:1 3509:1 3527:1 3528:1 3538:2 3541:3 3542:1 3556:1 3558:1 3560:1 3586:1 3595:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3791:1 3815:1 3817:3 3841:1 3849:1 3858:5 3865:1 3942:1 4008:1 4010:1 4013:1 4044:2 4060:2 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:8 4369:1 4377:2 4406:1 4417:1 4433:1 4471:1 4489:1 4497:1 4502:2 4508:1 4514:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:3 4560:1 4599:1 4616:1 4650:1 4677:2 4698:1 4730:1 4733:2 4744:1 4753:3 4783:1 4806:1 4812:1 4840:1 4843:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5047:1 5068:1 5074:1 5107:1 5110:1 5118:1 5119:1 5137:1 5214:1 5220:1 5232:1 5234:1 5247:1 5288:1 5294:3 5301:1 5307:2 5322:1 5331:1 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5415:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5500:1 5528:1 5531:1 5541:1 5556:1 5570:1 5624:2 5625:1 5632:1 5633:2 5639:2 5642:2 5650:3 5651:1 5652:1 5653:1 5661:1 5664:1 5718:2 5720:1 5738:1 5750:1 5765:1 5827:1 5857:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6010:2 6015:1 6019:1 6026:1 6037:3 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:5 6149:1 6180:1 6186:1 6210:2 6218:1 6236:3 6241:1 6268:1 6282:1 6292:1 6332:2 6346:2 6364:1 6389:1 6400:1 6417:2 6433:1 6439:1 6444:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6603:1 6617:1 6630:3 6632:1 6691:1 6699:1 6724:1 6731:1 6732:3 6737:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:3 6836:3 6850:17 6858:1 6867:15 6868:7 6930:1 6941:1 6944:1 6973:1 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7162:1 7186:1 7201:1 7212:1 7229:1 7238:1 7245:1 7271:1 7276:1 7318:21 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:1 7400:8 7432:1 7433:1 7440:1 7442:1 7446:1 7468:1 7494:1 7508:2 7526:2 7534:1 7535:2 7537:1 7542:1 7548:3 7549:1 7554:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:1 7671:3 7678:1 7687:3 7689:1 7707:1 7748:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7863:1 7869:1 7924:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8059:2 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8265:1 8267:1 8273:3 8279:1 8283:2 8288:1 8294:3 8312:1 8371:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:2 8484:1 8503:1 8509:1 8529:2 8537:1 8554:5 8560:1 8584:1 8589:1 8606:1 8649:1 8659:1 8660:1 8675:2 8677:1 8685:1 8720:1 8733:2 8739:1 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:2 8902:2 8910:1 8913:1 8914:3 8917:2 8922:2 8934:1 8939:1 8956:1 8973:1 8983:1 8984:1 8998:2 9017:2 9018:2 9021:1 9028:1 9030:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:1 9224:2 9226:1 9231:3 9232:5 9235:1 9236:1 9242:1 9243:2 9248:2 9252:7 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9418:1 9421:1 9426:1 9444:1 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:4 9769:1 9786:1 9791:2 9798:1 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9921:2 9922:1 9931:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10110:1 10118:1 10132:1 10139:1 10152:1 10153:1 10156:9 10172:1 10200:1 10206:2 10219:1 10223:1 10239:1 10284:1 10313:1 10314:2 10333:1 10348:1 10352:1 10356:1 10369:1 10374:4 10384:4 10391:1 10417:2 10427:5 10429:1 10436:1 10437:8 10447:2 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10514:1 10516:1 10522:3 10527:2 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10676:1 10686:1 10697:1 10732:1 10748:1 10750:1 10762:1 10778:1 10785:1 10795:1 10796:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10935:2 10954:1 10972:1 11000:1 11028:1 11043:1 11044:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11276:1 11280:1 11281:2 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11356:2 11376:2 11377:2 11388:2 11391:2 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11665:2 11677:1 11689:1 11691:1 11694:1 11759:1 11780:4 11782:2 11786:1 11817:1 11846:2 11847:1 11850:2 11896:1 11906:1 11945:1 11966:1 11983:2 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:1 12081:1 12083:1 12090:2 12097:1 12112:1 12113:1 12114:1 12121:1 12166:1 12188:1 12197:2 12199:2 12203:1 12206:1 12213:1 12238:4 12244:1 12263:1 12270:1 12276:2 12315:1 12320:3 12336:2 12340:3 12351:1 12375:1 12377:1 12380:1 12389:1 12411:9 12464:6 12469:1 12508:1 12535:2 12556:1 12601:5 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12747:1 12750:2 12756:2 12759:1 12766:2 12776:1 12824:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:2 12940:1 12950:1 12960:1 12994:2 13002:1 13023:1 13029:1 13038:1 13085:1 13097:1 13106:1 13109:5 13120:1 13151:1 13167:1 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13246:3 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13332:1 13345:1 13372:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13532:1 13539:1 13547:2 13561:1 13568:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:2 13671:1 13674:1 13686:1 13690:1 13726:1 13751:1 13795:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:1 13860:1 13879:1 13887:1 13891:1 13898:1 13903:1 13931:1 13945:1 13947:1 13958:1 13959:1 13965:1 13981:1 14007:1 14060:1 14086:1 14088:2 14089:1 14104:1 14135:2 14156:1 14158:1 14164:3 14170:3 14195:6 14212:1 14220:1 14223:4 14228:1 14258:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:2 14315:3 14316:2 14317:1 14318:2 14320:1 14325:3 14329:2 14331:1 14333:1 14335:1 14342:1 14376:1 14432:1 14444:1 14447:1 14456:2 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14572:1 14573:1 14607:1 14622:1 14631:1 14646:3 14659:1 14711:1 14761:1 14782:7 14900:1 14902:1 14914:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 15035:1 15044:1 15060:1 15061:2 15111:1 15122:1 15146:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15312:2 15316:1 15357:1 15369:3 15421:1 15438:2 15477:1 15497:1 15517:1 15531:1 15540:2 15548:1 15549:1 15554:1 15572:1 15624:1 15631:1 15644:1 15677:1 15686:1 15687:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:2 15895:1 15904:1 15931:1 15947:1 15961:1 15970:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16305:1 16312:1122 16315:1 16375:1 16379:1 16405:1 16409:1 16424:1 16426:1 16436:1 16460:1 16463:1 16491:1 16497:1 16543:1 16569:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:1 16756:1 16776:1 16780:5 16793:2 16854:1 16859:1 16924:1 16949:2 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:2 17104:1 17139:1 17156:1 17169:1 17170:1 17172:5 17178:1 17208:1 17209:1 17252:2 17277:1 17295:6 17304:1 17316:7 17330:15 17333:2 17336:1 17374:1 17408:2 17424:1 17454:1 17498:1 17535:3 17543:1 17549:1 17556:1 17572:1 17573:1 17597:1 17634:42 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:4 17799:7 17800:1 17807:2 17811:1 17860:2 17881:1 17884:1 17886:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:2 17906:3 17907:1 17953:1 17956:1 17963:1 17980:1 17984:1 17999:1 18018:1 18037:1 18057:1 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18160:1 18162:2 18190:1 18208:1 18211:1 18224:1 18225:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18380:1 18390:1 18398:1 18403:1 18406:4 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:1 18470:1 18472:1 18487:1 18550:1 18561:2 18569:2 18592:1 18593:1 18696:1 18698:1 18701:1 18703:1 18708:2 18716:1 18719:2 18725:3 18755:1 18757:1 18760:1 18774:1 18795:1 18814:1 18837:2 18844:2 18858:1 18896:1 18913:1 18922:1 18924:1 18930:1 18938:1 18940:1 18961:2 18963:1 18968:1 18994:1 19013:1 19024:1 19029:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:1 19100:9 19104:1 19131:1 19156:1 19169:1 19171:2 19181:1 19219:2 19221:2 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19349:6 19350:1 19351:1 19355:2 19363:2 19374:1 19408:5 19424:1 19441:1 19443:1 19452:1 19454:1 19467:3 19482:1 19501:2 19504:1 19507:1 19510:2 19516:1 19532:1 19536:1 19539:1 19559:1 19566:1 19576:1 19590:1 19594:1 19607:2 19622:1 19653:1 19659:1 19664:3 19678:2 19681:7 19712:1 19716:1 19732:1 19736:3 19740:2 19742:3 19759:1 19770:1 19781:1 19793:1 19824:4 19833:1 19850:2 19900:1 19916:1 19953:3 19964:2 19994:1 20028:2 20048:1 20050:1 20067:1 20071:1 20077:1 20085:7 20087:1 20088:1 20098:1 20127:2 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:3 20526:1 20530:1 20531:1 20566:1 20568:1 20585:1 20599:1 20604:2 20607:1 20608:2 20610:3 20641:1 20653:1 20662:1 20663:1 20674:1 20680:1 20684:2 20722:3 20735:1 20739:1 20742:1 20753:1 20763:1 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20895:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:2 21056:1 21071:2 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:1 21255:1 21257:1 21274:1 21284:1 21301:1 21302:1 21305:1 21310:1 21316:1 21340:1 21348:1 21386:1 21396:1 21411:1 21437:1 21462:1 21463:2 21479:1 21497:1 21516:2 21528:1 21544:1 21547:1 21567:1 21580:1 21599:1 21613:3 21615:3 21619:6 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21727:1 21730:1 21734:2 21743:1 21745:1 21772:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21906:3 21914:1 21949:1 21962:1 21973:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:1 22169:1 22184:1 22232:1 22237:1 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:2 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22422:1 22445:1 22473:1 22480:3 22486:1 22490:1 22520:2 22546:1 22574:2 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:2 22704:1 22718:1 22723:2 22742:1 22758:2 22775:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:1 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:5 22981:1 22989:1 23000:3 23003:1 23007:1 23015:2 23024:1 23045:1 23062:2 23088:2 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23204:1 23216:1 23218:1 23268:1 23275:1 23277:3 23289:1 23295:1 23316:1 23318:1 23322:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23506:1 23524:1 23536:2 23546:1 23572:2 23576:1 23611:1 23644:1 23656:1 23702:3 23732:1 23738:1 23744:1 23752:1 23753:2 23774:1 23787:1 23800:1 23814:1 23824:1 23830:1 23863:2 23870:1 23875:2 23883:3 23904:1 23913:1 23919:1 23921:1 23945:1 23969:1 23979:1 23987:1 23992:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24056:1 24058:2 24063:1 24065:2 24075:1 24078:1 24083:2 24108:1 24119:2 24124:1 24129:1 24135:1 24136:1 24156:3 24201:1 24225:1 24236:1 24243:1 24245:2 24258:1 24260:1 24292:1 24293:1 24304:3 24324:1 24332:2 24336:4 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24639:1 24652:21 24675:1 24686:3 24689:1 24696:1 24714:1 24723:1 24745:2 24747:1 24763:1 24770:2 24784:1 24814:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:1 24940:1 24947:1 24954:1 24967:1 24968:1 24984:1 24985:1 24987:1 25004:1 25006:2 25031:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:2 25283:1 25293:1 25296:1 25326:1 25332:1 25351:1 25394:1 25398:1 25409:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:1 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25671:1 25675:3 25695:1 25707:1 25711:1 25719:2 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25746:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:2 139:3 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:2 225:2 236:1 264:2 275:1 292:2 294:1 309:1 327:1 333:3 334:1 344:1 363:1 447:1 455:1 465:1 473:1 484:1 488:2 503:1 505:2 514:5 532:1 558:1 584:1 618:1 660:1 684:1 687:1 702:2 709:3 718:2 722:1 725:1 736:1 741:3 742:2 751:3 765:3 774:2 781:1 782:3 787:2 800:1 802:2 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1035:1 1037:1 1041:1 1043:2 1052:1 1054:1 1075:2 1076:1 1083:1 1085:1 1117:1 1154:2 1174:1 1189:1 1190:1 1202:1 1222:1 1227:2 1231:2 1240:2 1244:1 1246:1 1251:1 1281:1 1289:1 1301:1 1304:1 1319:1 1334:7 1345:4 1358:1 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1586:1 1588:1 1591:1 1643:1 1661:1 1665:1 1702:1 1709:1 1748:1 1761:1 1767:1 1776:2 1779:1 1793:1 1806:1 1810:1 1824:1 1841:1 1845:1 1868:1 1881:1 1887:1 1890:6 1917:1 1935:1 1936:2 1942:1 1964:1 1980:1 1981:1 1983:1 1984:2 1985:2 1986:1 1990:1 1992:2 1997:3 2003:2 2005:2 2008:1 2010:1 2011:1 2043:1 2059:1 2089:1 2093:1 2100:2 2113:1 2115:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2207:1 2283:1 2302:1 2316:2 2322:4 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2435:2 2436:2 2446:1 2456:1 2472:1 2480:1 2512:1 2530:13 2537:1 2541:4 2555:1 2557:1 2579:1 2594:1 2599:11 2610:1 2637:1 2647:3 2677:1 2727:1 2746:1 2752:1 2776:1 2844:4 2877:1 2886:1 2899:5 3016:1 3025:3 3030:2 3031:2 3034:1 3035:6 3036:2 3040:1 3041:1 3044:1 3048:1 3068:1 3080:3 3086:1 3090:1 3098:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:14 3164:1 3167:1 3173:1 3181:1 3195:1 3209:1 3221:1 3225:1 3240:5 3245:1 3250:1 3282:1 3290:5 3293:1 3298:1 3335:1 3339:2 3364:1 3376:1 3384:1 3388:1 3401:1 3418:1 3430:1 3431:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:1 3509:1 3527:1 3528:1 3538:2 3541:3 3542:1 3556:1 3558:1 3560:1 3586:1 3595:1 3628:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3791:1 3815:1 3817:3 3841:1 3849:2 3858:5 3865:1 3942:1 4008:1 4010:1 4013:1 4044:2 4060:2 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4245:1 4257:1 4284:1 4336:1 4368:8 4369:1 4377:2 4406:1 4417:1 4433:1 4471:1 4489:1 4497:1 4502:2 4508:2 4514:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:3 4560:1 4599:1 4616:1 4650:1 4677:2 4698:1 4730:1 4733:2 4744:1 4748:1 4753:3 4783:1 4806:1 4812:1 4840:1 4843:1 4845:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5047:1 5068:1 5074:1 5107:1 5110:1 5118:1 5119:1 5137:1 5214:1 5220:1 5232:1 5234:1 5247:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5388:1 5415:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5500:1 5528:1 5531:1 5541:1 5556:1 5570:1 5624:2 5625:1 5632:1 5633:2 5639:2 5642:2 5650:3 5651:1 5652:1 5653:1 5661:1 5664:1 5718:2 5720:1 5738:1 5750:1 5765:1 5827:1 5857:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6010:2 6015:1 6019:1 6026:1 6037:3 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:5 6149:1 6180:1 6186:1 6210:2 6218:1 6236:3 6241:1 6268:1 6282:1 6292:1 6332:2 6346:2 6364:1 6389:1 6400:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6603:2 6617:1 6630:3 6632:1 6691:1 6693:1 6699:1 6724:2 6731:1 6732:3 6737:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:3 6836:3 6850:17 6858:1 6867:15 6868:8 6930:1 6941:1 6944:1 6946:1 6973:1 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7162:1 7186:1 7201:1 7212:1 7217:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7318:22 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:2 7400:8 7432:1 7433:1 7440:1 7442:1 7446:1 7465:1 7468:1 7494:2 7508:2 7526:2 7528:1 7534:1 7535:2 7537:1 7541:1 7542:1 7548:3 7549:1 7554:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:1 7671:3 7678:1 7687:5 7689:1 7707:1 7748:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7859:1 7863:1 7869:1 7924:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8059:2 8067:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8265:1 8267:1 8273:3 8279:1 8283:2 8284:1 8288:2 8294:3 8312:1 8371:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:2 8484:1 8503:1 8509:1 8529:2 8537:1 8554:5 8560:1 8584:1 8589:1 8606:1 8613:1 8649:1 8659:1 8660:1 8675:2 8677:1 8685:1 8720:1 8733:2 8739:1 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:2 8902:2 8910:1 8913:1 8914:3 8917:2 8922:2 8934:1 8939:1 8956:1 8973:1 8983:1 8984:1 8998:2 9017:2 9018:2 9021:1 9028:1 9030:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:1 9224:2 9226:1 9231:3 9232:5 9235:1 9236:1 9242:1 9243:2 9248:2 9252:7 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9342:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9418:1 9421:1 9426:1 9444:1 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9583:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:4 9769:1 9786:1 9791:2 9798:1 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9915:1 9921:2 9922:1 9931:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10110:1 10118:1 10132:1 10139:1 10152:1 10153:1 10156:9 10172:1 10200:1 10206:4 10219:1 10223:1 10239:1 10284:1 10313:1 10314:3 10333:1 10348:1 10350:1 10352:1 10356:1 10369:1 10374:4 10384:4 10391:1 10417:2 10427:5 10429:1 10436:1 10437:9 10447:2 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10514:1 10516:1 10522:3 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10676:1 10686:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10762:1 10778:1 10785:1 10795:1 10796:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10935:2 10954:1 10972:1 10979:1 11000:1 11028:1 11043:1 11044:1 11108:1 11113:1 11167:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11276:1 11280:1 11281:2 11290:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11356:3 11376:2 11377:2 11388:2 11391:2 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11625:1 11629:2 11642:1 11644:1 11652:1 11664:1 11665:2 11677:1 11689:1 11691:1 11694:1 11759:1 11780:4 11782:2 11786:1 11817:1 11846:2 11847:1 11850:2 11896:1 11906:1 11945:1 11966:1 11983:2 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:1 12081:1 12083:1 12090:2 12097:1 12112:1 12113:1 12114:1 12121:1 12166:1 12188:1 12197:2 12199:2 12203:1 12206:1 12213:1 12238:4 12244:1 12263:1 12270:1 12276:2 12315:1 12320:3 12325:1 12336:2 12340:3 12351:1 12375:1 12377:1 12380:1 12389:1 12411:10 12464:6 12469:1 12508:1 12535:2 12556:1 12601:5 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12747:1 12750:2 12756:2 12759:1 12766:2 12775:1 12776:1 12824:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:2 12940:1 12950:1 12960:1 12994:2 13002:1 13023:1 13029:1 13038:1 13085:1 13097:1 13106:1 13109:6 13120:1 13151:1 13167:1 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13246:3 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13332:1 13345:1 13372:1 13380:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13532:1 13539:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:2 13664:1 13671:1 13674:1 13686:1 13690:1 13726:1 13751:2 13795:1 13804:1 13817:2 13824:1 13833:2 13852:1 13853:2 13860:1 13879:1 13887:1 13891:1 13898:1 13903:1 13931:1 13945:1 13947:2 13958:1 13959:1 13965:1 13981:1 14007:1 14060:1 14086:1 14088:2 14089:1 14104:1 14135:2 14156:1 14158:1 14164:3 14170:3 14195:6 14212:1 14220:1 14223:4 14228:1 14258:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:2 14315:3 14316:2 14317:1 14318:2 14320:1 14325:3 14329:2 14331:2 14333:1 14335:1 14342:1 14376:1 14429:1 14432:1 14444:1 14447:1 14456:2 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:2 14607:1 14616:1 14622:1 14631:1 14646:4 14659:1 14711:1 14720:1 14761:1 14782:9 14900:1 14902:1 14914:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 15035:1 15044:1 15054:1 15060:1 15061:2 15111:1 15122:1 15146:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15312:2 15316:1 15357:1 15369:3 15421:1 15438:3 15477:1 15497:1 15517:1 15531:1 15540:2 15548:1 15549:1 15554:1 15572:1 15591:1 15624:1 15631:1 15644:1 15677:1 15686:1 15687:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:2 15895:1 15904:1 15931:1 15947:1 15961:1 15970:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16305:1 16312:1155 16315:1 16336:1 16375:1 16379:1 16405:1 16409:2 16424:1 16426:1 16436:1 16460:1 16463:1 16491:1 16497:1 16543:1 16569:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:1 16756:1 16776:1 16780:6 16793:2 16849:1 16854:1 16859:1 16924:1 16938:1 16949:2 16956:1 16991:1 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:3 17104:1 17139:1 17156:1 17169:1 17170:1 17172:6 17178:1 17208:1 17209:1 17252:2 17277:1 17295:6 17304:1 17316:9 17330:15 17333:2 17336:1 17374:1 17408:2 17424:1 17452:1 17454:1 17498:1 17535:3 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17597:1 17634:45 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:5 17799:9 17800:1 17807:2 17811:1 17860:2 17881:1 17884:1 17886:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:2 17906:3 17907:1 17953:1 17956:1 17963:1 17980:1 17984:1 17999:1 18018:1 18037:1 18057:1 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18160:1 18162:2 18190:1 18208:1 18211:1 18221:1 18224:1 18225:2 18241:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18380:1 18390:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:1 18470:1 18472:1 18487:1 18550:1 18561:2 18569:2 18592:1 18593:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:3 18755:1 18757:1 18760:1 18766:1 18774:1 18795:1 18814:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:1 18940:1 18958:1 18961:2 18963:1 18968:1 18994:1 19013:1 19024:1 19029:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:1 19100:10 19104:1 19131:1 19156:1 19169:1 19171:2 19181:1 19219:2 19221:4 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19349:7 19350:1 19351:1 19355:2 19363:2 19374:1 19408:5 19424:1 19441:1 19443:1 19452:1 19454:1 19467:3 19479:1 19482:1 19501:2 19504:1 19507:1 19510:2 19516:1 19532:1 19536:1 19539:1 19559:1 19566:1 19576:1 19590:1 19594:1 19607:2 19622:1 19637:1 19653:1 19659:1 19664:3 19678:2 19681:7 19712:1 19716:1 19732:1 19736:3 19740:2 19742:3 19759:1 19770:1 19781:1 19793:1 19815:1 19824:4 19833:1 19850:2 19900:1 19916:1 19953:3 19964:3 19994:1 20028:2 20048:1 20050:1 20067:1 20071:1 20077:1 20085:9 20087:1 20088:1 20098:1 20127:2 20130:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:3 20523:1 20526:1 20530:1 20531:2 20566:1 20568:1 20585:1 20599:1 20604:2 20607:1 20608:2 20610:3 20641:1 20653:1 20662:1 20663:1 20674:1 20680:1 20684:2 20722:3 20735:1 20739:1 20742:1 20753:1 20763:1 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20895:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:2 21056:1 21071:3 21105:1 21116:1 21134:1 21138:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:1 21255:1 21257:1 21274:1 21284:1 21301:1 21302:1 21305:1 21310:1 21316:1 21340:1 21348:1 21386:1 21396:1 21411:1 21424:1 21437:1 21462:1 21463:2 21479:1 21497:1 21516:2 21528:1 21544:1 21547:1 21567:1 21580:1 21599:1 21613:3 21615:3 21619:6 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21656:1 21727:1 21730:1 21734:2 21743:1 21745:1 21772:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21906:3 21914:1 21949:1 21962:1 21973:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:2 22169:1 22184:1 22232:1 22237:2 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:2 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22422:1 22445:1 22473:1 22480:3 22486:1 22490:1 22498:1 22520:2 22546:1 22574:3 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:2 22704:1 22718:1 22723:2 22742:1 22758:2 22775:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:1 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:5 22981:1 22989:1 23000:3 23003:1 23007:1 23015:2 23024:1 23045:1 23062:2 23088:2 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23204:1 23216:1 23218:1 23268:1 23275:1 23277:3 23289:2 23295:1 23316:1 23318:1 23322:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23506:1 23524:1 23536:2 23546:1 23572:2 23576:1 23611:1 23644:1 23656:1 23702:3 23732:1 23738:1 23744:1 23752:1 23753:2 23774:1 23787:1 23800:1 23814:1 23824:1 23830:1 23863:2 23870:1 23875:2 23883:3 23904:1 23913:1 23919:1 23921:1 23945:1 23969:1 23979:1 23987:1 23992:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24056:2 24058:2 24063:1 24065:2 24075:1 24078:1 24083:2 24108:1 24119:2 24124:1 24129:1 24135:1 24136:1 24156:3 24201:1 24225:1 24236:1 24243:1 24245:2 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24324:1 24332:2 24336:4 24365:2 24367:1 24486:1 24502:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24635:1 24639:1 24652:23 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24763:1 24770:2 24784:1 24814:1 24835:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:1 24940:1 24947:1 24954:1 24967:1 24968:1 24984:1 24985:1 24987:1 25004:1 25006:2 25031:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:2 25283:1 25293:2 25296:1 25326:1 25332:1 25351:1 25394:1 25398:1 25409:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25661:1 25671:1 25675:3 25695:1 25707:1 25711:1 25719:2 25720:1 25722:1 25725:1 25727:1 25730:1 25743:1 25746:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:2 128:1 139:3 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:2 225:2 236:1 264:2 275:1 292:2 294:1 309:1 327:1 333:3 334:1 344:1 363:1 447:1 455:1 465:1 473:1 484:1 488:2 503:1 505:2 514:5 532:1 558:1 584:1 618:1 660:1 684:1 687:1 702:2 709:3 718:3 722:1 725:1 736:1 741:3 742:2 750:1 751:3 765:3 774:2 781:1 782:3 787:2 800:1 802:2 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1035:1 1037:1 1041:1 1043:2 1052:1 1054:1 1075:2 1076:1 1083:1 1085:1 1117:1 1154:2 1174:1 1189:1 1190:1 1202:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1281:1 1289:1 1301:1 1304:2 1319:1 1334:7 1345:6 1358:1 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1569:1 1586:1 1588:1 1591:1 1615:1 1643:1 1661:1 1665:1 1683:1 1702:1 1703:1 1709:1 1739:1 1748:1 1761:1 1767:1 1776:2 1779:1 1784:1 1793:1 1806:1 1810:1 1824:1 1841:1 1845:1 1850:1 1868:1 1881:1 1887:1 1890:6 1917:1 1935:1 1936:2 1942:1 1964:1 1980:1 1981:1 1983:1 1984:2 1985:2 1986:1 1990:1 1992:2 1997:3 2003:2 2005:2 2008:1 2010:1 2011:1 2043:1 2059:1 2089:1 2093:1 2100:2 2113:1 2115:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2207:1 2283:1 2302:1 2316:2 2322:4 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2435:2 2436:2 2446:1 2456:1 2462:1 2472:1 2480:1 2512:1 2530:13 2537:1 2541:4 2555:1 2557:1 2579:1 2594:1 2599:11 2610:1 2637:1 2647:3 2677:1 2727:1 2746:1 2752:1 2776:1 2844:4 2877:1 2878:1 2883:1 2886:1 2899:5 2945:1 3016:1 3025:3 3029:1 3030:3 3031:2 3034:1 3035:6 3036:2 3040:1 3041:1 3044:1 3048:1 3068:1 3080:3 3086:1 3090:1 3098:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:15 3164:1 3167:1 3173:1 3181:1 3194:1 3195:1 3209:1 3221:1 3225:1 3240:5 3245:1 3250:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3388:1 3401:1 3418:1 3430:1 3431:1 3448:1 3462:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:1 3509:1 3527:1 3528:1 3538:2 3541:3 3542:1 3556:1 3558:1 3560:1 3586:1 3595:1 3628:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3791:1 3815:1 3817:3 3841:1 3849:2 3858:5 3865:1 3942:1 4008:1 4010:1 4013:1 4044:2 4060:2 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4150:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4241:1 4245:1 4257:1 4284:1 4336:1 4368:8 4369:1 4377:2 4406:1 4417:1 4433:1 4471:1 4489:1 4497:1 4502:2 4508:2 4509:1 4513:1 4514:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:3 4560:1 4572:1 4599:1 4616:1 4650:1 4677:2 4698:2 4730:1 4733:2 4744:1 4748:1 4753:3 4783:1 4806:1 4812:1 4840:1 4843:1 4845:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5023:1 5047:1 5068:1 5074:1 5107:1 5110:1 5118:1 5119:1 5137:1 5214:1 5220:1 5232:1 5234:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5388:1 5400:1 5415:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5500:1 5528:1 5531:1 5541:1 5556:1 5570:1 5577:1 5591:1 5624:3 5625:1 5632:1 5633:2 5639:2 5642:2 5650:3 5651:1 5652:1 5653:1 5661:1 5664:1 5718:2 5720:1 5727:1 5738:1 5750:1 5765:1 5827:1 5857:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6010:2 6015:1 6019:1 6026:1 6037:3 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:7 6149:1 6180:1 6186:1 6210:2 6218:1 6236:3 6241:1 6268:1 6282:1 6292:1 6332:2 6346:2 6364:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6546:1 6603:3 6617:1 6630:3 6632:1 6662:1 6691:1 6693:1 6699:1 6724:2 6731:1 6732:3 6737:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:3 6836:3 6850:17 6858:1 6867:15 6868:8 6874:1 6885:1 6930:1 6941:1 6944:1 6946:1 6973:1 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:4 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7162:1 7186:1 7201:1 7212:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7318:25 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:3 7400:8 7432:1 7433:1 7440:1 7442:1 7446:1 7465:1 7468:1 7469:1 7494:2 7508:2 7526:2 7528:1 7534:1 7535:2 7537:1 7541:1 7542:1 7548:3 7549:1 7554:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:1 7671:3 7678:1 7687:5 7689:1 7707:1 7748:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7859:1 7863:1 7869:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:1 8059:2 8067:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8265:1 8267:1 8273:3 8279:1 8283:2 8284:1 8288:2 8294:3 8312:1 8371:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:2 8484:1 8503:1 8509:1 8529:2 8537:1 8554:5 8560:1 8584:1 8589:1 8600:1 8606:1 8613:1 8649:1 8659:1 8660:1 8675:2 8677:1 8685:1 8720:1 8733:2 8739:1 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:2 8902:2 8910:1 8913:1 8914:3 8917:2 8922:2 8934:1 8939:1 8956:1 8973:1 8983:1 8984:2 8998:2 9017:2 9018:2 9021:1 9028:1 9030:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:1 9224:2 9226:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:9 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9342:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9418:1 9421:1 9426:1 9444:2 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9583:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:4 9765:1 9769:1 9786:1 9791:2 9798:1 9802:2 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9915:1 9921:2 9922:1 9931:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10110:1 10118:1 10132:1 10139:1 10152:1 10153:1 10156:9 10172:1 10200:1 10206:4 10219:1 10223:1 10239:1 10257:1 10284:1 10313:1 10314:3 10333:1 10348:1 10350:1 10352:1 10356:1 10369:1 10374:4 10384:4 10391:1 10417:2 10427:5 10429:1 10436:1 10437:9 10447:2 10454:1 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10514:1 10516:1 10522:3 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10676:1 10686:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10762:1 10778:1 10785:1 10795:1 10796:1 10800:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10935:2 10954:1 10972:1 10979:1 11000:1 11028:1 11043:1 11044:2 11108:1 11113:1 11128:1 11167:1 11200:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11276:1 11280:1 11281:2 11290:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11356:3 11376:2 11377:2 11388:2 11391:2 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11625:1 11629:2 11642:1 11644:1 11652:1 11662:1 11664:1 11665:2 11677:1 11689:1 11691:1 11694:1 11759:1 11780:4 11782:2 11786:1 11815:1 11817:1 11846:2 11847:1 11850:2 11896:1 11906:1 11945:1 11966:1 11983:2 11997:1 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:1 12081:1 12083:1 12084:1 12090:2 12097:1 12112:1 12113:1 12114:1 12121:1 12166:1 12188:1 12197:2 12199:2 12203:1 12206:1 12213:1 12238:4 12244:1 12263:1 12270:1 12276:2 12315:1 12320:3 12325:1 12336:2 12340:3 12351:1 12375:1 12377:1 12380:1 12389:1 12411:10 12464:6 12469:1 12503:1 12508:1 12528:1 12535:3 12536:1 12556:1 12576:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12747:1 12750:2 12756:2 12759:1 12766:2 12775:1 12776:1 12824:1 12829:1 12840:2 12884:1 12899:1 12919:1 12936:2 12939:1 12940:1 12950:1 12960:1 12994:2 13002:1 13023:1 13029:1 13038:1 13085:1 13097:1 13106:1 13109:6 13120:1 13151:1 13167:1 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13246:3 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13332:1 13345:1 13372:1 13380:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13532:1 13539:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:2 13664:1 13671:1 13674:1 13686:1 13690:1 13726:1 13751:2 13795:1 13804:1 13806:1 13817:2 13824:1 13833:2 13852:1 13853:2 13860:1 13879:1 13887:1 13891:1 13898:1 13903:1 13931:1 13945:2 13947:2 13958:1 13959:1 13965:2 13981:1 14007:1 14060:1 14081:1 14086:1 14088:2 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14258:1 14305:1 14306:1 14310:1 14311:1 14313:1 14314:2 14315:3 14316:2 14317:1 14318:3 14320:2 14325:3 14329:2 14331:2 14333:1 14335:2 14342:1 14376:1 14429:1 14432:1 14444:1 14447:1 14456:2 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:2 14607:1 14616:1 14622:1 14631:1 14646:4 14659:1 14711:1 14720:1 14761:1 14771:1 14782:9 14900:1 14902:1 14914:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 15019:2 15035:1 15044:1 15051:1 15054:1 15060:1 15061:2 15063:7 15111:1 15122:1 15146:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15277:1 15312:2 15316:1 15355:1 15357:1 15369:3 15403:1 15421:1 15438:3 15477:1 15497:1 15517:1 15531:1 15540:2 15548:1 15549:1 15554:1 15572:1 15591:2 15624:1 15631:1 15644:1 15677:1 15686:1 15687:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:2 15895:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16088:1 16129:3 16135:1 16144:1 16153:2 16167:1 16190:1 16195:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16305:1 16312:1273 16315:1 16336:1 16375:1 16379:1 16405:1 16409:2 16424:1 16426:1 16436:1 16460:1 16463:1 16491:1 16497:1 16516:1 16543:1 16569:1 16570:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:1 16756:1 16776:1 16780:6 16793:3 16849:1 16854:1 16859:1 16924:1 16938:1 16949:2 16956:1 16991:3 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:3 17104:1 17139:1 17156:1 17169:1 17170:1 17172:6 17178:1 17208:1 17209:1 17252:2 17277:1 17295:6 17301:1 17304:1 17316:9 17330:17 17333:2 17336:1 17374:2 17408:2 17424:1 17452:1 17454:1 17498:1 17535:3 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17597:1 17612:1 17634:48 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:5 17799:9 17800:1 17807:2 17811:1 17860:2 17881:2 17884:1 17886:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:3 17906:3 17907:1 17953:1 17956:1 17963:1 17980:1 17984:1 17999:1 18018:1 18037:1 18057:1 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18160:1 18162:3 18190:1 18208:1 18211:1 18221:1 18224:1 18225:3 18241:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18380:1 18390:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:2 18470:1 18472:1 18487:1 18550:1 18561:2 18569:2 18592:1 18593:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:3 18740:1 18755:1 18757:1 18760:1 18766:1 18774:1 18795:1 18814:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18958:1 18961:2 18963:1 18968:1 18994:1 19004:1 19013:1 19024:1 19029:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:2 19100:11 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:1 19219:2 19221:4 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19349:7 19350:1 19351:1 19355:2 19363:2 19374:1 19383:6 19408:5 19424:1 19441:1 19443:1 19452:1 19454:1 19467:3 19479:1 19482:1 19501:2 19504:1 19505:1 19507:1 19510:2 19516:1 19532:1 19536:1 19539:1 19559:1 19566:1 19569:1 19576:1 19590:1 19594:1 19607:2 19622:1 19632:1 19637:1 19653:1 19659:1 19664:3 19678:2 19681:7 19712:1 19716:1 19732:1 19736:3 19740:2 19742:3 19759:1 19770:1 19781:1 19793:1 19815:1 19824:4 19833:1 19850:2 19900:1 19916:1 19953:4 19964:3 19994:1 20028:2 20048:1 20050:1 20067:1 20071:1 20077:1 20085:9 20087:1 20088:1 20098:1 20127:2 20130:1 20159:1 20169:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:1 20448:1 20502:3 20523:1 20526:1 20530:1 20531:2 20566:1 20568:1 20585:1 20599:1 20604:2 20607:1 20608:2 20610:3 20641:1 20653:1 20662:1 20663:1 20674:1 20680:1 20684:2 20713:1 20722:3 20735:1 20739:1 20742:1 20753:1 20763:1 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20895:1 20929:4 20936:1 20944:1 20974:1 21023:1 21036:2 21056:1 21071:3 21076:1 21105:1 21116:1 21134:1 21138:1 21150:1 21179:1 21192:1 21195:1 21222:1 21232:1 21249:2 21255:1 21257:2 21272:1 21274:1 21283:1 21284:1 21301:1 21302:1 21305:1 21310:1 21316:1 21340:1 21348:1 21386:1 21396:1 21411:1 21424:1 21437:1 21462:1 21463:3 21469:1 21479:1 21497:1 21516:2 21528:1 21538:1 21544:1 21547:1 21567:1 21580:1 21599:1 21613:3 21615:3 21619:6 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21656:1 21727:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21906:3 21914:1 21932:1 21949:1 21962:1 21973:1 22006:1 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:2 22169:1 22184:1 22232:1 22237:2 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:2 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22422:1 22445:2 22473:2 22480:4 22486:1 22490:1 22498:1 22520:2 22546:1 22574:5 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:2 22704:1 22707:1 22718:1 22723:3 22742:1 22754:1 22758:2 22775:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:1 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22906:1 22935:1 22973:1 22974:2 22980:5 22981:1 22989:1 23000:3 23002:1 23003:1 23007:1 23015:2 23024:1 23045:1 23062:2 23088:2 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23204:2 23211:1 23216:1 23218:1 23255:1 23268:1 23270:1 23275:2 23277:3 23289:2 23295:1 23305:1 23316:1 23318:1 23322:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:3 23506:1 23524:1 23526:1 23527:2 23536:2 23546:1 23572:2 23576:1 23611:1 23644:1 23656:1 23702:3 23732:1 23738:1 23744:1 23752:1 23753:2 23774:1 23787:1 23800:1 23814:1 23824:1 23830:1 23863:2 23870:1 23875:2 23883:3 23903:1 23904:1 23913:1 23919:1 23921:1 23945:1 23969:1 23979:1 23987:1 23992:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24056:2 24058:2 24063:1 24065:2 24075:1 24078:1 24083:2 24108:1 24119:2 24124:1 24129:1 24135:1 24136:1 24153:1 24156:3 24201:1 24225:1 24236:1 24243:1 24245:2 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24324:1 24332:2 24336:4 24365:2 24367:1 24486:1 24502:1 24516:1 24519:1 24573:1 24581:1 24599:1 24600:1 24612:4 24635:1 24639:1 24652:23 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24763:1 24770:2 24784:1 24814:1 24835:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:2 24940:1 24947:1 24954:1 24955:1 24967:1 24968:1 24984:1 24985:1 24987:1 24989:1 25004:1 25006:2 25016:1 25031:1 25062:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:3 25283:1 25293:2 25296:1 25326:1 25332:1 25351:1 25394:1 25398:1 25409:1 25436:1 25467:1 25482:1 25498:1 25518:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25661:1 25667:1 25671:1 25675:3 25695:1 25707:1 25711:1 25719:2 25720:1 25722:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:3 128:1 139:3 150:1 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:2 225:2 236:1 264:2 275:1 292:3 294:1 309:1 327:1 333:3 334:1 344:1 363:1 447:1 455:1 465:1 473:1 484:1 488:2 503:1 505:2 514:5 532:1 558:1 584:1 592:1 618:1 660:1 684:1 687:2 702:2 709:4 718:3 722:1 725:1 736:1 741:3 742:2 750:1 751:3 765:3 774:2 781:1 782:3 787:2 800:1 802:2 811:1 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1020:1 1035:1 1037:1 1041:1 1043:2 1052:1 1054:1 1075:2 1076:1 1082:1 1083:1 1085:1 1117:1 1154:2 1174:1 1189:1 1190:1 1202:1 1203:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1281:1 1285:1 1289:1 1301:1 1304:2 1319:1 1334:7 1345:6 1358:1 1362:1 1380:1 1382:1 1434:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1569:1 1586:1 1588:1 1591:1 1615:1 1643:1 1661:1 1665:1 1683:1 1702:1 1703:1 1709:1 1739:1 1748:1 1761:2 1767:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:1 1841:1 1845:1 1850:1 1868:1 1881:1 1887:1 1890:7 1917:2 1935:1 1936:2 1942:1 1964:1 1980:1 1981:1 1983:1 1984:3 1985:2 1986:1 1990:1 1992:2 1997:3 2003:2 2005:2 2008:1 2010:1 2011:1 2043:1 2059:1 2089:1 2093:1 2100:2 2113:1 2114:1 2115:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2207:1 2283:1 2302:1 2316:2 2322:5 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2435:2 2436:2 2446:1 2456:1 2462:1 2472:1 2474:1 2480:1 2512:1 2530:13 2537:1 2541:4 2555:1 2557:1 2579:1 2594:1 2599:11 2610:1 2637:1 2644:1 2647:3 2677:1 2727:1 2746:1 2747:1 2752:1 2776:1 2844:4 2877:1 2878:1 2883:1 2886:1 2899:5 2945:1 3016:1 3025:3 3029:1 3030:3 3031:2 3034:2 3035:6 3036:3 3040:1 3041:1 3044:1 3048:1 3068:1 3080:3 3086:1 3090:1 3098:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:15 3164:1 3167:1 3173:1 3181:1 3194:1 3195:1 3209:1 3221:1 3225:1 3240:5 3245:1 3250:2 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3388:1 3401:1 3418:1 3430:1 3431:1 3448:1 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:2 3509:1 3527:1 3528:1 3538:2 3541:3 3542:1 3556:1 3558:1 3560:1 3585:1 3586:1 3595:1 3628:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3777:1 3791:1 3815:1 3817:3 3841:1 3843:1 3849:2 3858:5 3865:1 3918:1 3942:1 4008:2 4010:1 4013:1 4044:2 4060:2 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4150:1 4153:1 4157:1 4195:1 4198:1 4200:1 4228:1 4241:1 4245:1 4257:1 4284:1 4336:1 4368:10 4369:1 4372:1 4377:2 4406:1 4417:1 4433:1 4471:1 4489:1 4497:1 4502:2 4506:1 4508:2 4509:1 4513:1 4514:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:3 4560:1 4572:2 4599:1 4616:1 4650:1 4677:2 4698:2 4730:1 4733:2 4744:1 4748:1 4753:3 4783:1 4806:1 4812:1 4840:1 4843:1 4845:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:1 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5023:1 5047:1 5068:1 5074:1 5107:1 5110:1 5118:1 5119:1 5137:1 5214:1 5220:1 5232:1 5234:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:3 5370:1 5374:1 5383:1 5388:1 5400:1 5415:1 5448:1 5451:1 5452:2 5453:1 5478:1 5479:1 5482:1 5490:1 5500:1 5525:1 5528:1 5531:1 5541:2 5556:1 5570:1 5577:1 5591:1 5624:3 5625:1 5632:1 5633:2 5639:2 5642:2 5650:3 5651:1 5652:1 5653:1 5661:1 5664:1 5718:2 5720:1 5727:1 5738:1 5750:1 5765:1 5827:1 5857:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6005:1 6010:2 6015:1 6019:1 6022:1 6026:1 6037:3 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:7 6149:1 6180:1 6186:1 6210:2 6218:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6364:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6546:1 6603:3 6617:1 6630:3 6632:1 6655:1 6662:1 6691:1 6693:1 6699:1 6724:2 6731:1 6732:4 6737:1 6745:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:3 6836:3 6850:18 6858:1 6867:15 6868:8 6874:1 6885:1 6930:1 6941:1 6944:1 6946:1 6973:1 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:5 7073:1 7080:1 7098:1 7103:1 7142:2 7155:1 7162:1 7186:1 7201:1 7212:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7318:29 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:4 7400:8 7432:1 7433:1 7440:2 7442:1 7446:1 7465:1 7468:1 7469:1 7494:2 7508:2 7526:2 7527:1 7528:1 7534:1 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:1 7671:3 7678:1 7687:6 7689:1 7707:1 7748:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7859:1 7863:1 7869:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:1 8059:2 8067:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8265:1 8267:1 8273:3 8279:1 8283:2 8284:1 8288:2 8294:3 8312:1 8371:1 8373:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:3 8484:1 8503:1 8509:1 8529:2 8537:1 8554:5 8560:1 8584:1 8589:1 8600:1 8606:1 8613:1 8649:1 8659:1 8660:1 8675:2 8677:1 8685:1 8720:1 8733:2 8739:1 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:2 8902:2 8910:1 8913:1 8914:3 8917:2 8922:2 8934:2 8939:1 8956:1 8973:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:2 9021:1 9028:1 9030:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:1 9224:2 9226:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:9 9257:1 9258:1 9260:3 9261:1 9279:2 9290:1 9342:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9418:1 9421:1 9426:1 9444:3 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:2 9556:1 9583:1 9589:1 9590:1 9591:2 9597:1 9610:1 9719:1 9732:1 9745:2 9747:1 9748:2 9750:4 9765:1 9769:1 9786:1 9791:2 9798:1 9802:2 9807:1 9841:1 9847:1 9864:1 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9915:1 9921:2 9922:1 9931:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10110:1 10118:1 10132:1 10139:1 10152:1 10153:1 10156:9 10172:1 10200:1 10206:4 10219:1 10223:1 10239:1 10257:1 10284:1 10313:1 10314:3 10333:1 10348:1 10350:1 10352:1 10356:1 10369:1 10374:5 10379:1 10381:1 10384:4 10391:1 10417:2 10427:5 10429:1 10436:1 10437:9 10447:3 10454:1 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10514:1 10516:1 10522:3 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10676:1 10686:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10762:1 10778:1 10785:1 10795:2 10796:2 10800:1 10805:1 10810:1 10811:1 10813:1 10837:1 10911:1 10926:1 10935:2 10954:1 10972:1 10979:1 11000:1 11028:1 11043:1 11044:2 11108:1 11113:1 11128:1 11167:1 11181:1 11200:1 11212:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11276:1 11280:2 11281:2 11290:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11351:1 11356:3 11376:2 11377:3 11388:2 11391:2 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11625:1 11629:2 11642:1 11644:1 11652:1 11662:1 11664:1 11665:2 11677:1 11689:1 11691:1 11694:1 11759:1 11780:5 11782:2 11786:1 11791:1 11815:1 11817:1 11846:2 11847:1 11850:2 11896:1 11906:1 11945:1 11966:1 11980:1 11983:2 11997:1 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:2 12081:1 12083:1 12084:1 12090:3 12097:1 12098:1 12112:1 12113:1 12114:1 12121:1 12166:1 12188:1 12197:2 12199:3 12203:1 12206:1 12213:1 12238:6 12244:1 12263:1 12270:1 12276:2 12315:1 12320:3 12325:1 12336:2 12340:4 12351:1 12375:1 12377:1 12380:1 12389:1 12411:11 12464:6 12469:1 12503:1 12508:1 12528:1 12535:3 12536:1 12556:1 12576:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12720:3 12723:1 12728:1 12742:1 12747:1 12750:2 12756:2 12759:1 12766:2 12775:1 12776:1 12824:1 12829:1 12840:2 12884:1 12894:1 12899:1 12919:1 12936:2 12939:1 12940:1 12950:1 12960:1 12994:2 13002:1 13016:1 13023:1 13029:1 13038:1 13085:1 13097:1 13106:1 13109:6 13120:1 13151:1 13167:2 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13246:3 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13332:1 13345:1 13372:1 13380:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13447:1 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13539:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:2 13664:1 13671:1 13674:1 13686:1 13690:1 13726:1 13751:2 13795:1 13804:1 13806:1 13817:2 13824:1 13833:2 13852:1 13853:2 13860:1 13879:1 13887:1 13891:1 13898:1 13903:1 13931:1 13945:2 13947:2 13958:1 13959:1 13965:2 13981:1 14007:1 14060:1 14081:1 14086:1 14088:2 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14258:2 14305:1 14306:1 14310:1 14311:1 14313:1 14314:2 14315:3 14316:2 14317:1 14318:3 14320:3 14325:3 14329:2 14331:2 14332:1 14333:1 14335:3 14342:1 14376:1 14378:2 14429:1 14432:1 14444:1 14447:1 14456:2 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:2 14607:1 14616:1 14622:1 14631:1 14646:4 14659:1 14711:1 14720:1 14735:1 14761:1 14771:1 14782:9 14868:1 14879:1 14900:1 14902:2 14914:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 15019:3 15035:1 15044:1 15051:1 15054:1 15060:1 15061:2 15063:9 15111:1 15122:1 15146:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15276:1 15277:1 15312:2 15316:1 15343:1 15355:1 15357:1 15369:3 15403:1 15421:1 15438:3 15477:1 15492:1 15494:1 15497:1 15517:1 15531:1 15540:2 15548:1 15549:1 15554:1 15572:1 15591:2 15611:1 15624:1 15631:1 15644:1 15677:1 15686:1 15687:1 15690:1 15745:1 15746:2 15760:1 15785:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:2 15895:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16088:1 16129:5 16135:2 16144:1 16153:2 16167:1 16190:1 16195:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16305:1 16312:1402 16315:1 16336:1 16375:1 16379:1 16405:1 16409:2 16417:1 16424:1 16426:1 16436:1 16460:1 16463:1 16485:1 16491:1 16497:1 16500:1 16516:1 16543:1 16569:1 16570:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:2 16756:1 16776:1 16780:6 16793:3 16830:1 16849:1 16854:1 16859:2 16900:1 16924:1 16938:1 16949:2 16956:1 16991:3 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:3 17104:1 17139:1 17156:1 17169:1 17170:1 17172:6 17178:1 17208:1 17209:1 17252:2 17277:1 17295:6 17301:1 17304:1 17316:9 17330:17 17333:2 17336:1 17374:2 17408:2 17424:1 17452:1 17454:1 17498:1 17535:3 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17597:1 17612:1 17634:50 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:5 17799:9 17800:1 17807:2 17811:1 17860:2 17881:3 17884:1 17886:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:4 17906:3 17907:1 17953:1 17956:1 17963:1 17980:1 17984:1 17999:1 18000:1 18018:1 18037:1 18057:2 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18160:1 18162:3 18190:1 18208:2 18211:1 18221:2 18224:1 18225:3 18241:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:2 18470:1 18472:1 18487:1 18550:1 18561:3 18569:2 18592:1 18593:1 18671:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18774:1 18795:2 18814:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18958:1 18961:2 18963:1 18965:1 18968:1 18994:1 19004:1 19013:1 19024:1 19029:1 19043:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:2 19100:12 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:1 19209:1 19219:2 19221:4 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19349:7 19350:1 19351:1 19355:2 19363:2 19374:1 19383:7 19408:5 19424:1 19441:1 19443:1 19452:1 19454:1 19467:3 19479:1 19482:1 19501:2 19504:1 19505:1 19507:1 19510:2 19516:1 19532:1 19536:1 19539:1 19559:1 19566:1 19569:1 19576:1 19590:1 19594:1 19607:2 19622:1 19632:1 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19681:7 19712:1 19716:1 19732:1 19736:3 19740:2 19742:3 19759:1 19770:1 19781:1 19793:1 19815:1 19824:4 19833:1 19850:2 19900:1 19916:1 19953:4 19964:3 19994:2 20028:2 20048:1 20050:1 20067:1 20071:1 20077:1 20085:9 20087:1 20088:1 20098:1 20127:2 20130:1 20159:1 20169:1 20173:1 20193:1 20196:1 20201:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:2 20448:1 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20566:1 20568:1 20585:2 20599:1 20604:2 20607:1 20608:2 20610:3 20623:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:2 20713:1 20722:3 20723:1 20735:1 20739:1 20742:1 20753:1 20763:1 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20895:1 20929:4 20936:1 20944:1 20974:1 20986:1 21023:1 21036:2 21056:1 21071:3 21076:1 21105:1 21116:1 21129:1 21134:1 21138:1 21150:1 21179:1 21192:1 21195:1 21222:1 21223:1 21232:1 21249:2 21255:1 21257:2 21272:2 21274:1 21283:1 21284:1 21301:1 21302:1 21305:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21396:1 21411:1 21424:1 21437:1 21462:1 21463:3 21469:1 21479:2 21496:1 21497:1 21516:2 21528:1 21538:1 21543:1 21544:1 21547:1 21567:1 21580:1 21599:1 21613:3 21615:3 21619:6 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21656:1 21727:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21904:1 21906:3 21914:1 21932:1 21949:1 21962:1 21973:1 22006:2 22033:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:2 22169:1 22184:1 22228:1 22232:1 22237:2 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:2 22305:1 22330:1 22370:1 22396:2 22399:1 22419:2 22422:1 22445:2 22471:2 22473:2 22480:4 22486:1 22490:1 22498:1 22520:2 22546:1 22564:1 22574:5 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22675:1 22690:3 22704:1 22707:1 22718:1 22723:3 22742:1 22754:1 22758:2 22775:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22883:1 22898:1 22906:1 22935:1 22944:1 22973:1 22974:2 22980:5 22981:1 22989:1 23000:5 23002:1 23003:1 23007:1 23015:2 23024:1 23045:1 23062:2 23088:2 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23204:2 23211:1 23216:1 23218:1 23255:1 23268:1 23270:1 23275:2 23277:3 23289:2 23295:1 23305:1 23316:1 23318:1 23322:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:4 23506:1 23524:1 23526:1 23527:2 23536:2 23546:1 23572:2 23576:1 23611:1 23644:1 23656:1 23702:3 23732:1 23738:1 23744:1 23752:1 23753:2 23774:1 23787:1 23800:1 23814:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:2 23883:3 23903:1 23904:1 23913:1 23919:1 23921:1 23945:1 23969:1 23979:2 23987:1 23992:1 24038:1 24040:1 24041:2 24042:1 24045:1 24049:1 24056:2 24058:2 24063:1 24065:2 24075:1 24078:1 24083:2 24108:1 24119:2 24124:1 24129:1 24135:1 24136:1 24153:1 24156:4 24201:1 24210:1 24225:1 24236:1 24243:1 24245:2 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:4 24365:2 24367:1 24463:1 24482:1 24486:1 24502:1 24516:1 24519:1 24531:1 24550:1 24573:1 24581:1 24599:1 24600:1 24612:4 24635:1 24639:1 24652:24 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24763:1 24770:2 24784:1 24814:1 24835:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:2 24940:1 24947:1 24954:1 24955:1 24967:1 24968:1 24984:1 24985:1 24987:1 24989:1 25004:1 25006:2 25016:1 25031:1 25062:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25148:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:3 25283:1 25293:2 25296:1 25326:1 25332:1 25351:1 25394:1 25398:1 25409:1 25436:1 25452:1 25467:1 25482:1 25498:1 25518:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25661:1 25667:1 25671:1 25675:3 25684:1 25695:1 25707:1 25711:1 25712:1 25719:2 25720:1 25722:1 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25770:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:4 128:1 139:3 150:1 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:2 225:2 236:1 264:2 275:2 292:3 294:1 309:1 327:1 333:3 334:1 344:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:2 497:1 500:1 503:1 505:2 514:5 532:1 558:1 584:1 592:1 595:1 618:1 660:1 684:1 686:1 687:2 702:2 709:4 718:3 722:1 725:1 736:1 741:3 742:2 750:1 751:4 765:3 774:2 778:1 781:1 782:3 787:3 800:1 802:2 811:1 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1020:1 1035:1 1037:1 1041:1 1043:2 1052:1 1053:3 1054:1 1075:2 1076:1 1082:1 1083:1 1085:1 1117:1 1154:2 1174:1 1189:1 1190:1 1202:1 1203:1 1217:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1281:1 1282:1 1283:1 1285:1 1289:1 1301:1 1304:2 1319:1 1334:8 1345:7 1358:1 1360:1 1362:1 1377:1 1380:1 1382:1 1407:1 1434:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:1 1607:1 1615:1 1643:1 1661:1 1665:1 1683:1 1702:1 1703:1 1709:1 1739:1 1748:1 1761:2 1767:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:1 1841:1 1845:1 1850:1 1868:2 1881:1 1887:1 1890:7 1917:2 1935:1 1936:2 1942:1 1964:1 1980:2 1981:1 1983:1 1984:3 1985:2 1986:1 1990:1 1992:2 1996:1 1997:3 2003:2 2005:2 2008:1 2010:1 2011:1 2043:1 2059:1 2065:1 2082:1 2085:1 2089:1 2093:1 2100:2 2113:1 2114:1 2115:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2207:1 2283:1 2302:1 2316:2 2322:5 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2435:2 2436:2 2446:1 2456:1 2462:1 2472:1 2474:1 2480:1 2512:1 2530:15 2537:1 2541:4 2555:1 2557:1 2579:1 2594:1 2599:11 2610:1 2637:1 2644:1 2647:3 2677:1 2727:1 2745:1 2746:1 2747:2 2752:2 2776:1 2844:4 2877:1 2878:1 2883:1 2886:2 2899:5 2945:1 3016:1 3025:3 3029:1 3030:3 3031:2 3034:2 3035:6 3036:4 3040:1 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:1 3090:1 3098:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:3 3156:1 3158:15 3164:2 3167:1 3173:1 3181:1 3194:1 3195:1 3209:1 3221:1 3225:1 3240:5 3241:1 3245:1 3250:2 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:1 3418:1 3430:1 3431:1 3448:1 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:2 3509:1 3527:1 3528:1 3538:2 3541:3 3542:1 3556:1 3558:1 3560:1 3585:1 3586:1 3595:1 3615:1 3628:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3736:1 3777:1 3791:1 3815:1 3817:3 3841:1 3843:1 3849:2 3858:5 3865:1 3875:1 3918:1 3942:1 4008:2 4010:1 4013:1 4044:2 4060:2 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4150:1 4153:1 4157:1 4195:1 4198:1 4200:2 4228:1 4241:1 4245:1 4257:1 4284:1 4336:1 4368:10 4369:1 4372:1 4377:2 4403:1 4406:1 4417:1 4433:1 4471:1 4489:1 4497:1 4502:2 4506:1 4508:3 4509:1 4513:1 4514:1 4517:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:3 4549:1 4560:1 4572:2 4599:1 4616:1 4650:1 4677:2 4698:2 4730:1 4733:2 4744:1 4748:1 4753:3 4783:1 4806:1 4812:1 4840:1 4843:1 4845:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5020:1 5023:1 5047:1 5068:1 5074:2 5107:1 5110:1 5118:1 5119:2 5137:1 5214:1 5220:1 5232:1 5234:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:3 5365:1 5370:1 5374:1 5383:1 5388:1 5400:1 5415:1 5448:1 5451:1 5452:2 5453:1 5478:2 5479:1 5482:1 5490:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:1 5556:1 5570:1 5577:1 5591:1 5619:1 5624:3 5625:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:4 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5718:2 5720:1 5727:1 5738:1 5750:1 5765:1 5827:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6005:1 6010:2 6015:1 6019:1 6022:1 6026:1 6037:3 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:7 6149:1 6180:1 6186:1 6210:2 6218:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6364:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:1 6546:1 6603:3 6617:1 6630:4 6632:1 6655:1 6662:1 6691:1 6693:1 6699:1 6724:2 6731:1 6732:4 6737:1 6745:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:4 6836:3 6850:20 6858:1 6867:16 6868:8 6874:1 6885:1 6930:1 6941:1 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:5 7073:1 7080:1 7088:1 7098:1 7103:1 7142:2 7155:1 7162:2 7186:1 7201:1 7212:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7314:2 7318:30 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:5 7400:8 7432:1 7433:1 7440:2 7442:1 7446:1 7465:1 7468:1 7469:1 7494:2 7508:2 7526:2 7527:1 7528:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:3 7678:1 7687:7 7689:1 7707:1 7748:1 7760:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7859:1 7863:1 7869:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:2 8262:2 8265:1 8267:1 8268:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8312:1 8371:1 8373:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:3 8484:1 8503:1 8509:1 8523:1 8529:2 8537:1 8554:5 8560:1 8584:1 8589:1 8600:1 8606:1 8613:1 8649:1 8659:1 8660:1 8675:2 8677:1 8685:1 8692:1 8720:1 8733:2 8739:2 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:4 8891:2 8902:2 8910:1 8913:1 8914:3 8917:2 8922:2 8934:3 8939:2 8956:1 8973:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:2 9021:1 9028:1 9030:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9156:1 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:1 9224:2 9226:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:9 9257:1 9258:1 9260:4 9261:1 9265:1 9279:2 9290:1 9342:1 9346:1 9348:1 9353:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9418:1 9421:1 9426:1 9444:3 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:3 9556:1 9583:1 9589:1 9590:1 9591:2 9597:1 9610:1 9620:1 9719:1 9732:1 9745:2 9747:1 9748:3 9750:4 9765:1 9769:1 9786:1 9791:2 9798:1 9802:2 9807:1 9841:1 9847:1 9860:1 9864:1 9865:1 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9920:1 9921:2 9922:1 9931:1 9941:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10101:1 10110:1 10111:1 10118:1 10132:1 10139:1 10152:1 10153:1 10156:10 10172:1 10194:1 10200:1 10206:4 10219:1 10223:1 10239:1 10257:1 10284:1 10313:1 10314:3 10333:1 10348:1 10350:1 10352:1 10356:1 10369:1 10374:5 10379:1 10381:1 10384:4 10391:1 10417:2 10427:5 10429:2 10436:1 10437:10 10447:3 10450:1 10454:1 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10510:1 10514:1 10516:1 10522:3 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10656:1 10676:1 10686:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10762:1 10778:1 10785:1 10795:2 10796:2 10800:1 10805:1 10810:1 10811:1 10813:1 10837:1 10849:1 10911:1 10913:1 10926:1 10935:2 10954:1 10969:1 10972:1 10979:1 11000:1 11028:1 11043:1 11044:2 11108:1 11113:1 11128:1 11167:1 11181:1 11200:1 11212:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11276:1 11280:3 11281:2 11290:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11351:1 11356:3 11361:1 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11625:1 11629:2 11642:1 11644:1 11652:1 11662:1 11664:1 11665:2 11677:1 11689:1 11691:1 11694:1 11759:1 11780:5 11782:2 11786:1 11791:1 11815:1 11817:1 11846:2 11847:1 11850:2 11896:2 11906:2 11945:1 11966:1 11980:1 11983:2 11997:2 12006:1 12007:1 12017:1 12042:1 12058:1 12077:5 12080:2 12081:1 12083:1 12084:1 12090:4 12095:1 12097:1 12098:1 12112:1 12113:1 12114:1 12121:1 12126:1 12166:1 12188:1 12197:2 12199:3 12203:1 12206:1 12213:1 12238:7 12244:1 12262:1 12263:1 12270:1 12276:2 12315:1 12320:3 12325:1 12336:2 12340:4 12351:1 12375:1 12377:1 12380:1 12389:1 12411:11 12441:1 12464:6 12469:1 12503:1 12508:1 12528:1 12535:3 12536:1 12546:1 12556:1 12576:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12719:1 12720:3 12723:1 12728:1 12742:1 12747:1 12750:2 12756:2 12759:1 12766:2 12775:1 12776:1 12824:1 12829:1 12840:2 12884:1 12894:1 12899:1 12919:1 12936:2 12939:1 12940:1 12950:1 12960:1 12994:2 13002:2 13010:1 13016:1 13023:1 13029:1 13038:1 13085:1 13097:1 13106:1 13109:8 13113:1 13120:1 13151:1 13167:2 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13246:3 13268:1 13281:1 13295:1 13303:1 13319:1 13323:1 13332:1 13345:1 13372:1 13380:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13447:2 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:2 13664:1 13671:1 13674:1 13686:1 13690:2 13726:1 13751:2 13795:1 13804:1 13806:1 13817:2 13824:1 13833:2 13852:1 13853:2 13860:1 13879:1 13887:1 13891:1 13898:1 13903:1 13931:1 13945:2 13947:2 13958:1 13959:1 13965:2 13981:1 14007:1 14060:1 14081:1 14086:1 14088:2 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14258:2 14305:1 14306:1 14310:1 14311:2 14313:1 14314:2 14315:3 14316:2 14317:1 14318:3 14320:3 14325:3 14329:2 14331:2 14332:1 14333:1 14335:3 14342:1 14376:1 14378:2 14429:1 14432:1 14444:1 14447:1 14456:2 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:2 14607:1 14616:1 14622:1 14631:1 14646:4 14659:1 14689:1 14711:1 14720:1 14735:1 14736:1 14761:1 14771:1 14782:9 14817:1 14868:1 14875:1 14879:1 14900:1 14902:2 14914:1 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 14997:1 15019:3 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15146:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15276:1 15277:1 15312:2 15316:1 15343:1 15355:1 15357:1 15369:3 15403:1 15421:1 15438:3 15477:1 15488:1 15492:1 15494:1 15497:1 15517:1 15531:2 15540:2 15548:1 15549:1 15554:1 15572:1 15591:2 15611:1 15624:1 15631:2 15632:1 15644:1 15677:1 15686:1 15687:1 15690:1 15745:1 15746:2 15760:1 15781:1 15785:1 15808:1 15829:1 15842:2 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:3 15880:2 15895:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16088:1 16129:5 16135:2 16144:1 16153:2 16167:1 16190:1 16195:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16301:1 16305:1 16312:1489 16315:1 16336:1 16375:2 16379:1 16405:1 16409:2 16417:2 16424:1 16426:1 16436:1 16460:1 16463:1 16485:1 16491:1 16497:1 16500:1 16516:1 16543:1 16569:1 16570:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:3 16756:1 16776:1 16780:8 16793:3 16830:1 16849:1 16854:1 16859:2 16900:1 16924:1 16938:1 16949:2 16956:1 16991:4 16993:1 16997:1 17009:1 17033:1 17045:1 17096:1 17100:3 17104:1 17139:1 17156:1 17169:1 17170:1 17172:8 17178:1 17208:1 17209:1 17252:2 17277:1 17295:6 17301:1 17304:1 17316:9 17330:17 17333:3 17336:1 17374:2 17408:2 17424:1 17452:1 17454:1 17498:1 17535:3 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17612:1 17634:52 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:6 17799:9 17800:1 17807:2 17811:1 17860:2 17881:4 17884:1 17886:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:4 17906:3 17907:1 17953:1 17956:1 17963:1 17970:1 17980:1 17984:1 17999:1 18000:1 18018:1 18037:1 18057:2 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18160:1 18162:3 18190:1 18208:3 18211:1 18221:3 18224:1 18225:3 18241:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:2 18470:1 18472:1 18487:1 18550:1 18561:3 18569:2 18592:1 18593:1 18671:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18774:1 18795:2 18814:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18958:1 18961:2 18963:1 18965:1 18968:1 18994:1 19004:1 19005:1 19013:1 19024:1 19029:1 19043:1 19053:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:2 19100:13 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:2 19197:1 19209:1 19219:2 19221:4 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19339:1 19349:8 19350:1 19351:1 19355:2 19363:2 19374:1 19383:9 19394:1 19408:5 19424:1 19441:1 19443:1 19452:2 19454:1 19467:3 19479:1 19482:1 19494:1 19501:2 19504:1 19505:1 19507:1 19510:2 19516:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19590:1 19594:1 19607:2 19622:1 19632:1 19634:1 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19681:7 19712:1 19716:1 19721:1 19732:1 19736:3 19740:2 19742:3 19759:1 19770:1 19781:1 19793:1 19815:1 19824:4 19833:1 19850:2 19900:1 19916:1 19953:4 19964:3 19994:2 20028:2 20048:1 20050:2 20067:1 20071:1 20077:1 20085:9 20087:1 20088:1 20098:1 20127:2 20130:1 20159:1 20169:1 20173:1 20193:1 20196:1 20201:1 20207:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:3 20448:2 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:1 20585:2 20599:1 20604:2 20607:1 20608:2 20610:3 20623:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:2 20713:1 20722:3 20723:1 20735:1 20739:1 20742:1 20753:1 20763:1 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20895:1 20929:4 20936:1 20944:1 20974:1 20986:1 21023:1 21036:2 21056:1 21071:3 21076:1 21105:1 21116:1 21129:1 21134:1 21138:1 21150:1 21179:1 21192:1 21195:1 21222:1 21223:1 21232:2 21249:2 21255:1 21257:2 21272:2 21274:1 21283:1 21284:1 21301:1 21302:1 21305:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21396:1 21411:1 21424:1 21437:1 21462:1 21463:3 21469:1 21479:2 21490:1 21496:1 21497:2 21516:2 21528:1 21538:1 21543:1 21544:1 21547:1 21567:1 21580:1 21599:1 21606:1 21613:3 21615:3 21619:6 21621:1 21627:1 21641:1 21645:1 21650:3 21653:1 21656:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21904:1 21906:3 21914:1 21929:1 21932:1 21949:1 21962:1 21973:1 22006:2 22033:1 22053:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:2 22169:1 22184:2 22228:1 22232:1 22237:2 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:2 22305:1 22325:1 22330:1 22351:1 22370:1 22396:2 22399:1 22419:2 22422:1 22445:2 22471:2 22473:2 22480:4 22486:1 22490:1 22498:1 22520:2 22546:1 22564:1 22574:5 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22652:1 22675:1 22690:3 22704:1 22707:1 22718:1 22723:3 22742:1 22754:2 22758:2 22775:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22883:1 22898:1 22906:1 22935:1 22944:1 22973:1 22974:2 22980:5 22981:1 22989:1 23000:5 23002:1 23003:1 23007:1 23015:2 23024:1 23045:1 23062:2 23088:2 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23268:1 23270:1 23275:2 23277:3 23289:2 23295:1 23305:1 23316:1 23318:2 23322:1 23347:1 23353:2 23359:1 23402:1 23420:1 23426:2 23444:4 23506:1 23524:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23611:1 23644:1 23656:1 23702:3 23731:1 23732:1 23738:1 23744:1 23752:1 23753:2 23774:1 23787:1 23800:1 23814:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:2 23883:3 23903:1 23904:1 23913:1 23919:1 23921:1 23945:1 23969:1 23979:2 23987:1 23992:1 24038:1 24040:1 24041:2 24042:1 24043:1 24045:1 24049:1 24056:2 24058:2 24063:1 24065:2 24075:1 24078:1 24083:2 24108:1 24119:2 24124:1 24129:1 24135:1 24136:1 24153:1 24156:4 24201:1 24210:1 24225:1 24236:1 24243:1 24245:2 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:5 24365:2 24367:1 24449:1 24463:2 24482:1 24486:1 24502:1 24516:1 24519:1 24531:1 24550:1 24551:1 24573:1 24581:1 24599:1 24600:1 24612:4 24627:1 24635:1 24639:1 24652:25 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24763:1 24770:2 24784:1 24814:1 24829:1 24835:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:2 24940:1 24947:1 24954:1 24955:1 24967:1 24968:1 24984:1 24985:1 24987:1 24989:1 25004:1 25006:3 25016:1 25031:1 25062:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25148:1 25168:2 25214:1 25221:1 25222:1 25232:1 25254:1 25266:3 25283:1 25293:2 25296:1 25326:1 25332:1 25351:1 25392:1 25394:1 25398:1 25409:1 25436:1 25452:1 25467:1 25470:1 25482:1 25498:1 25518:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25652:1 25661:1 25667:1 25671:1 25675:3 25684:1 25695:1 25707:1 25711:1 25712:1 25719:3 25720:1 25722:1 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:4 128:1 139:3 144:1 147:1 150:1 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:3 225:2 236:1 264:2 275:2 292:3 294:1 309:1 327:1 333:3 334:1 344:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:3 497:2 500:1 503:1 505:2 514:5 532:1 558:1 584:1 592:1 595:1 618:1 660:1 684:1 686:1 687:2 702:2 709:4 718:3 722:1 725:1 736:1 741:4 742:2 750:1 751:4 765:3 774:2 778:1 781:1 782:3 787:4 800:1 802:2 811:1 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1052:1 1053:3 1054:1 1075:2 1076:1 1082:1 1083:1 1085:1 1117:1 1154:2 1174:1 1189:1 1190:1 1202:1 1203:1 1217:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1281:1 1282:1 1283:1 1285:1 1289:1 1301:1 1304:2 1319:1 1334:8 1345:7 1358:1 1360:2 1362:1 1377:1 1380:1 1382:1 1407:2 1434:1 1471:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:1 1607:1 1615:1 1634:1 1643:1 1661:1 1665:1 1683:1 1702:1 1703:1 1709:1 1739:1 1748:1 1761:2 1767:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:1 1841:1 1845:1 1850:1 1855:1 1868:2 1881:1 1887:1 1890:7 1901:1 1917:2 1935:1 1936:2 1942:1 1964:1 1980:3 1981:1 1983:1 1984:5 1985:2 1986:1 1990:2 1992:2 1996:1 1997:3 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:1 2065:1 2082:1 2085:1 2089:1 2093:1 2100:2 2113:1 2114:1 2115:1 2117:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2191:1 2207:1 2283:1 2302:1 2316:2 2322:5 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2435:2 2436:2 2442:1 2446:1 2456:1 2462:1 2472:1 2474:1 2480:1 2512:1 2530:17 2537:1 2541:4 2555:1 2557:1 2579:1 2594:1 2599:11 2610:1 2637:1 2644:1 2647:3 2677:1 2727:1 2745:1 2746:1 2747:2 2752:2 2776:1 2844:4 2877:1 2878:1 2883:1 2886:2 2899:5 2945:1 3016:1 3025:3 3029:1 3030:3 3031:2 3034:2 3035:6 3036:4 3040:1 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:1 3090:1 3098:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:5 3156:1 3158:15 3164:2 3167:1 3173:1 3181:1 3194:1 3195:1 3209:1 3221:1 3225:1 3240:6 3241:2 3245:1 3250:2 3257:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:1 3418:1 3430:1 3431:1 3448:2 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:2 3509:1 3527:1 3528:1 3538:2 3541:3 3542:1 3556:1 3558:1 3560:1 3585:1 3586:1 3595:1 3615:1 3628:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3736:1 3777:1 3791:1 3815:1 3817:3 3841:1 3843:1 3849:2 3858:5 3865:1 3875:2 3918:1 3942:1 4008:2 4010:1 4013:1 4044:2 4060:2 4061:1 4067:2 4088:1 4119:4 4122:2 4128:1 4149:1 4150:1 4153:1 4157:1 4195:1 4198:1 4200:3 4228:1 4241:2 4245:1 4257:1 4284:1 4336:1 4368:10 4369:1 4372:1 4377:2 4403:1 4406:1 4417:1 4433:1 4471:1 4489:1 4497:1 4500:1 4502:2 4506:1 4508:3 4509:1 4510:1 4513:1 4514:1 4517:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:4 4549:1 4560:1 4572:2 4599:1 4616:1 4650:1 4677:2 4698:2 4730:1 4733:2 4744:1 4748:1 4753:4 4783:1 4806:1 4812:1 4840:1 4843:1 4845:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5020:1 5023:1 5047:1 5068:1 5074:2 5107:1 5110:1 5118:1 5119:2 5137:2 5214:1 5220:1 5232:1 5234:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5365:1 5370:1 5374:2 5381:1 5383:1 5388:1 5391:1 5400:1 5415:1 5448:1 5451:1 5452:2 5453:2 5478:3 5479:1 5482:1 5490:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:2 5556:1 5570:1 5577:1 5591:1 5619:1 5624:3 5625:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:4 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5718:2 5720:1 5727:1 5738:1 5750:1 5765:1 5797:1 5827:1 5846:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6005:1 6010:2 6015:1 6019:1 6022:1 6026:1 6037:3 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:7 6149:1 6180:1 6186:1 6210:2 6218:1 6221:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6364:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:1 6546:1 6603:3 6617:1 6630:5 6632:1 6655:1 6662:1 6691:1 6693:1 6699:1 6724:2 6731:1 6732:4 6737:1 6745:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:4 6836:3 6850:24 6858:1 6867:18 6868:8 6874:1 6885:1 6930:1 6941:1 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:5 7073:1 7080:1 7088:1 7098:1 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7314:2 7318:32 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:6 7400:8 7432:1 7433:1 7440:2 7442:1 7446:1 7465:1 7468:1 7469:1 7494:2 7508:2 7526:2 7527:1 7528:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:3 7678:1 7687:7 7689:1 7707:1 7748:1 7760:1 7772:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7859:1 7863:1 7869:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8189:1 8191:1 8192:1 8215:1 8223:1 8224:1 8232:3 8262:2 8265:1 8267:1 8268:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8308:1 8312:1 8371:1 8373:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:3 8484:1 8503:1 8509:1 8523:1 8529:2 8537:1 8554:5 8560:1 8584:1 8589:1 8600:1 8606:1 8613:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:1 8685:1 8692:1 8720:1 8733:2 8737:1 8739:3 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:5 8891:2 8902:2 8910:1 8913:1 8914:3 8917:2 8922:2 8934:3 8939:2 8956:1 8973:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:2 9021:1 9028:1 9030:1 9043:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9156:1 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:2 9224:2 9226:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:9 9257:1 9258:1 9260:5 9261:1 9265:1 9279:3 9290:1 9342:1 9346:1 9348:1 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:3 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:3 9556:1 9583:1 9589:1 9590:1 9591:2 9597:1 9610:1 9620:1 9654:1 9719:1 9732:1 9745:2 9747:1 9748:3 9750:4 9765:1 9769:1 9786:1 9791:2 9798:1 9802:2 9807:1 9841:1 9847:1 9860:2 9864:1 9865:1 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9920:1 9921:2 9922:1 9931:1 9941:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10082:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10125:1 10132:1 10139:1 10152:1 10153:1 10156:10 10172:1 10194:1 10200:1 10206:4 10219:1 10223:1 10239:1 10257:1 10268:1 10284:1 10313:1 10314:3 10333:1 10348:1 10350:1 10352:1 10356:1 10369:1 10374:5 10379:1 10381:1 10384:4 10391:1 10417:2 10427:5 10429:2 10436:1 10437:11 10447:3 10450:1 10454:1 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10510:1 10514:1 10516:1 10522:3 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10656:1 10676:1 10686:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:1 10811:1 10813:1 10837:1 10849:1 10911:1 10913:1 10926:1 10935:2 10954:1 10969:1 10972:1 10979:1 11000:1 11028:1 11043:1 11044:2 11108:1 11113:1 11128:1 11167:1 11181:1 11200:1 11212:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11351:1 11356:3 11361:1 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11432:1 11435:1 11436:3 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11625:1 11629:2 11642:1 11644:1 11652:1 11662:1 11664:1 11665:2 11677:1 11689:1 11691:1 11694:1 11759:1 11780:5 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:1 11966:1 11980:1 11983:2 11997:2 12006:1 12007:1 12017:1 12026:1 12042:1 12058:1 12077:5 12080:2 12081:1 12082:1 12083:1 12084:1 12090:4 12095:1 12097:1 12098:1 12112:1 12113:1 12114:1 12121:1 12126:1 12166:1 12188:1 12197:2 12199:3 12203:1 12206:1 12213:1 12238:7 12244:1 12262:1 12263:1 12270:1 12276:2 12315:1 12320:3 12325:1 12336:2 12340:4 12351:1 12375:1 12377:1 12380:1 12389:1 12410:1 12411:11 12441:1 12464:6 12469:1 12503:1 12508:1 12528:1 12535:3 12536:1 12546:2 12556:1 12576:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12719:1 12720:3 12723:1 12728:1 12742:1 12747:1 12750:2 12756:2 12759:1 12766:2 12775:1 12776:1 12824:1 12829:1 12840:2 12862:1 12884:1 12894:1 12899:1 12919:1 12931:1 12936:2 12939:1 12940:1 12950:1 12960:1 12994:2 13002:2 13010:1 13016:1 13023:1 13029:1 13038:1 13042:1 13062:1 13085:1 13097:1 13106:1 13109:8 13113:1 13120:1 13151:1 13167:3 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13246:3 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:1 13380:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13447:2 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:2 13664:1 13671:1 13674:1 13680:1 13686:1 13690:3 13723:1 13726:1 13751:2 13795:1 13804:1 13806:1 13817:2 13824:1 13827:1 13833:2 13852:1 13853:2 13860:2 13879:1 13887:1 13891:1 13898:1 13903:1 13931:1 13945:2 13947:2 13958:1 13959:1 13965:2 13981:1 14007:1 14060:1 14081:1 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14258:2 14305:1 14306:1 14310:1 14311:2 14313:1 14314:2 14315:4 14316:3 14317:1 14318:3 14320:3 14325:3 14329:2 14331:2 14332:1 14333:1 14335:3 14342:1 14376:1 14378:2 14429:1 14432:1 14444:1 14447:1 14456:2 14479:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:2 14589:1 14607:1 14616:1 14622:1 14631:1 14646:4 14659:1 14689:1 14711:1 14720:1 14735:1 14736:1 14761:1 14771:1 14782:9 14817:2 14868:1 14875:1 14879:1 14900:1 14902:2 14914:2 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 14997:1 15019:3 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15146:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15276:1 15277:1 15312:2 15316:1 15343:1 15355:1 15357:1 15369:3 15403:1 15421:1 15438:3 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:2 15540:2 15548:1 15549:1 15554:1 15572:1 15591:2 15611:1 15624:1 15631:2 15632:1 15644:1 15677:1 15686:1 15687:1 15690:1 15745:1 15746:2 15760:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:3 15880:2 15895:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16074:2 16088:1 16129:5 16135:2 16144:1 16153:2 16167:1 16190:1 16195:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16301:1 16305:1 16312:1576 16315:1 16336:1 16338:1 16375:2 16379:1 16405:1 16409:2 16417:2 16424:1 16426:1 16436:1 16460:1 16463:1 16467:1 16485:1 16491:1 16497:1 16500:1 16516:1 16543:1 16569:1 16570:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:4 16756:1 16776:1 16780:8 16793:3 16826:1 16830:1 16849:1 16854:1 16859:2 16900:1 16924:1 16938:1 16949:2 16956:1 16991:4 16993:1 16997:1 17009:1 17033:1 17045:2 17096:1 17100:3 17104:1 17139:1 17156:1 17169:1 17170:1 17172:8 17178:1 17187:1 17208:1 17209:1 17211:1 17241:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:9 17330:18 17333:3 17336:1 17374:2 17408:2 17424:1 17430:1 17452:1 17454:1 17498:1 17535:4 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17612:1 17625:1 17634:54 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:7 17799:9 17800:1 17807:2 17811:1 17860:2 17881:5 17884:1 17886:1 17888:1 17890:1 17891:2 17897:1 17899:1 17900:1 17902:2 17905:4 17906:3 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17999:1 18000:1 18018:1 18019:1 18026:1 18037:1 18057:2 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:1 18157:1 18160:1 18162:3 18190:1 18208:3 18211:1 18213:1 18221:3 18224:1 18225:3 18241:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:2 18450:1 18470:1 18472:1 18487:1 18550:1 18561:3 18569:2 18592:1 18593:1 18671:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18774:1 18795:2 18814:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18958:1 18961:2 18963:1 18965:1 18968:1 18994:1 19004:1 19005:1 19013:1 19024:1 19029:1 19043:1 19053:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:2 19100:14 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:2 19197:1 19209:1 19219:2 19221:4 19224:1 19229:1 19250:2 19257:1 19271:1 19290:1 19317:5 19331:2 19332:1 19338:1 19339:1 19349:9 19350:1 19351:2 19355:2 19363:2 19374:1 19383:9 19394:1 19408:5 19424:1 19438:1 19441:1 19443:1 19452:2 19454:1 19467:3 19479:1 19482:1 19494:1 19501:2 19504:1 19505:1 19507:1 19510:3 19516:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19590:1 19594:1 19607:2 19609:1 19622:1 19632:1 19634:1 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19712:1 19716:1 19721:1 19732:1 19736:3 19740:2 19742:3 19759:1 19770:1 19781:1 19793:1 19815:1 19824:4 19833:1 19850:2 19900:1 19916:1 19953:4 19964:4 19994:2 20028:2 20048:1 20050:2 20067:1 20071:1 20077:1 20085:9 20087:1 20088:1 20098:1 20127:2 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20193:1 20196:1 20201:1 20207:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:4 20448:2 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:1 20585:2 20599:1 20604:2 20607:1 20608:3 20610:3 20623:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:2 20713:1 20722:3 20723:1 20735:1 20739:1 20742:1 20753:1 20763:1 20788:1 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20895:1 20929:4 20936:1 20944:1 20974:1 20986:1 21023:1 21036:2 21056:1 21071:3 21076:1 21099:1 21105:1 21116:1 21129:1 21134:1 21138:1 21150:2 21179:1 21192:1 21195:1 21198:1 21222:1 21223:1 21232:2 21247:1 21249:2 21255:1 21257:2 21272:2 21274:1 21283:1 21284:1 21301:1 21302:1 21305:1 21306:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21396:1 21411:1 21424:1 21437:1 21462:1 21463:3 21469:1 21479:2 21490:1 21496:1 21497:3 21516:2 21528:1 21538:1 21543:1 21544:2 21547:1 21567:1 21580:1 21599:1 21606:1 21613:3 21615:3 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21904:1 21906:3 21914:1 21929:1 21932:2 21949:1 21962:1 21973:1 22006:2 22033:1 22053:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:2 22169:1 22184:4 22228:1 22232:1 22237:2 22259:1 22260:1 22268:2 22273:1 22276:1 22303:1 22304:2 22305:1 22325:1 22330:1 22351:1 22370:2 22396:2 22399:1 22419:2 22422:1 22445:2 22471:2 22473:2 22480:4 22486:1 22490:1 22498:1 22520:2 22546:1 22564:1 22574:5 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22652:1 22675:1 22690:3 22704:1 22707:1 22718:1 22723:3 22742:1 22754:2 22758:2 22766:1 22775:1 22788:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22883:1 22898:1 22906:1 22935:1 22944:1 22973:1 22974:2 22980:5 22981:1 22989:1 23000:5 23002:1 23003:1 23007:1 23015:2 23024:1 23037:1 23045:1 23062:2 23088:2 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23268:1 23270:1 23275:2 23277:3 23289:2 23295:1 23305:1 23316:1 23318:2 23322:1 23347:1 23353:2 23359:1 23391:1 23402:1 23420:1 23426:2 23444:4 23490:1 23506:1 23524:1 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23611:1 23644:1 23656:1 23702:3 23731:1 23732:1 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23787:1 23800:1 23814:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23903:1 23904:1 23913:1 23919:1 23921:1 23945:1 23969:1 23970:1 23979:2 23987:1 23992:1 23998:1 24038:1 24040:1 24041:2 24042:1 24043:1 24045:1 24049:1 24056:2 24058:2 24063:1 24065:2 24075:2 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24129:1 24135:1 24136:1 24153:1 24156:4 24201:1 24210:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:6 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:1 24519:1 24531:1 24550:1 24551:1 24573:1 24581:1 24599:1 24600:1 24612:4 24627:1 24635:1 24639:1 24652:25 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24754:1 24763:1 24770:2 24784:1 24789:1 24814:1 24829:1 24835:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:2 24940:1 24947:1 24954:1 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 25004:1 25006:3 25016:1 25031:1 25062:1 25064:2 25066:1 25112:1 25119:2 25122:4 25133:1 25148:1 25168:3 25214:1 25221:1 25222:1 25232:1 25254:1 25259:1 25266:3 25283:1 25293:2 25296:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:1 25409:1 25436:1 25452:1 25467:1 25470:1 25482:1 25498:1 25518:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25652:2 25661:1 25667:1 25671:1 25675:3 25684:1 25695:1 25707:1 25711:1 25712:1 25717:1 25719:4 25720:1 25722:1 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:4 128:1 139:3 144:1 147:1 150:1 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:3 225:2 236:1 264:2 275:2 292:3 294:1 309:1 327:1 332:2 333:3 334:1 344:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:3 489:1 497:2 500:1 503:1 505:2 514:6 515:1 532:1 558:1 584:1 592:1 595:1 618:1 660:1 684:1 686:1 687:2 702:2 709:4 718:3 722:1 725:1 736:2 741:4 742:2 750:1 751:4 765:3 774:2 778:1 781:1 782:3 787:4 800:1 802:2 811:1 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1052:1 1053:3 1054:1 1075:2 1076:1 1082:1 1083:1 1085:1 1117:1 1154:2 1174:1 1189:1 1190:1 1202:1 1203:1 1213:1 1217:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1281:1 1282:1 1283:1 1285:1 1289:1 1301:1 1304:2 1319:1 1334:8 1345:7 1358:1 1360:2 1362:1 1377:1 1380:1 1382:1 1407:2 1434:1 1471:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:1 1607:1 1615:1 1634:1 1643:1 1661:1 1665:1 1683:1 1702:1 1703:1 1709:1 1739:1 1748:2 1761:2 1767:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:2 1841:1 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:7 1901:1 1917:2 1935:1 1936:2 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:2 1984:6 1985:2 1986:1 1990:2 1992:2 1996:1 1997:3 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:1 2065:1 2082:1 2085:1 2089:1 2093:1 2100:2 2113:1 2114:1 2115:1 2117:1 2130:1 2133:1 2134:1 2138:1 2150:1 2169:1 2189:1 2191:1 2207:1 2283:1 2302:1 2316:3 2322:5 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2435:2 2436:2 2442:1 2446:1 2456:1 2462:1 2472:1 2474:1 2480:1 2512:1 2530:18 2537:1 2541:4 2555:1 2557:1 2579:1 2594:1 2599:11 2610:1 2637:1 2644:1 2647:3 2677:1 2727:1 2745:1 2746:1 2747:2 2752:2 2763:1 2776:1 2844:4 2877:1 2878:1 2883:1 2886:2 2899:6 2945:1 3016:1 3025:3 3029:1 3030:3 3031:2 3033:1 3034:2 3035:6 3036:4 3040:1 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:2 3090:1 3098:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:1 3155:5 3156:1 3158:17 3164:2 3167:1 3173:1 3181:1 3194:1 3195:1 3209:1 3221:1 3225:1 3240:6 3241:2 3245:1 3250:2 3257:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:2 3509:1 3527:1 3528:1 3538:2 3541:4 3542:1 3556:1 3558:1 3560:1 3585:1 3586:1 3595:1 3615:1 3628:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3736:1 3777:1 3791:1 3815:1 3817:3 3841:1 3843:1 3849:2 3858:5 3865:1 3875:2 3918:1 3942:1 4008:2 4010:1 4013:1 4044:2 4060:2 4061:1 4067:3 4088:1 4093:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:1 4153:1 4157:1 4195:1 4198:1 4200:3 4228:1 4241:2 4245:2 4257:1 4277:1 4284:1 4336:1 4368:10 4369:1 4372:1 4377:2 4403:1 4406:1 4417:1 4433:1 4471:1 4489:1 4497:1 4500:1 4502:2 4506:1 4508:3 4509:1 4510:1 4513:1 4514:2 4517:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:4 4549:1 4560:1 4572:2 4599:1 4616:1 4650:1 4677:3 4698:2 4730:1 4733:2 4742:1 4744:1 4748:1 4753:4 4783:1 4806:1 4812:1 4840:1 4843:1 4845:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5020:1 5023:1 5047:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:3 5214:1 5220:1 5232:1 5234:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5365:1 5370:1 5374:2 5381:1 5383:1 5388:1 5391:1 5400:1 5415:1 5448:2 5451:1 5452:3 5453:2 5478:3 5479:1 5482:1 5490:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:2 5556:1 5570:1 5577:1 5591:1 5619:1 5624:3 5625:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:4 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5718:2 5720:2 5727:1 5738:1 5750:1 5765:1 5797:1 5813:1 5827:1 5846:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:1 5927:1 5973:1 5981:1 6004:4 6005:1 6010:2 6015:1 6019:1 6022:1 6026:1 6037:4 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:8 6149:1 6180:1 6186:1 6210:2 6218:1 6221:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6364:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:1 6546:1 6603:3 6617:1 6630:5 6632:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:1 6732:4 6737:1 6745:1 6751:1 6753:1 6784:1 6795:1 6796:1 6807:2 6813:4 6836:3 6850:27 6858:1 6867:19 6868:8 6874:1 6885:1 6930:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:5 7073:1 7080:1 7088:1 7098:1 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7314:2 7318:32 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:7 7400:8 7432:1 7433:2 7440:2 7442:1 7446:1 7465:1 7468:1 7469:1 7494:2 7508:2 7526:2 7527:1 7528:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:3 7678:1 7687:7 7689:1 7707:1 7748:1 7760:1 7772:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7859:1 7863:1 7869:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8189:2 8191:1 8192:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:1 8267:1 8268:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8308:1 8312:1 8371:1 8373:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:3 8484:1 8503:1 8509:1 8523:1 8529:2 8537:1 8554:5 8560:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:1 8685:1 8692:1 8704:1 8720:1 8733:2 8737:1 8739:4 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:5 8891:2 8902:2 8910:1 8913:1 8914:3 8917:3 8922:2 8934:3 8939:2 8956:1 8973:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:3 9021:1 9028:1 9030:1 9043:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9156:1 9161:1 9168:1 9191:1 9198:6 9212:1 9222:4 9223:2 9224:2 9226:1 9230:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:10 9257:2 9258:1 9260:5 9261:1 9265:1 9279:3 9290:1 9342:1 9346:1 9348:1 9352:1 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:3 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:5 9556:1 9583:1 9589:1 9590:1 9591:3 9597:1 9610:1 9620:1 9650:1 9654:1 9674:1 9719:1 9732:1 9745:2 9747:1 9748:3 9750:5 9765:1 9769:1 9786:1 9791:2 9798:1 9802:2 9807:1 9841:1 9847:1 9860:2 9864:1 9865:1 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10064:1 10082:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10125:1 10132:1 10135:1 10139:1 10152:1 10153:1 10156:10 10172:1 10194:1 10200:1 10206:4 10219:1 10223:1 10239:1 10257:1 10258:1 10268:1 10284:1 10313:1 10314:3 10319:1 10333:1 10348:1 10350:1 10352:1 10356:1 10369:1 10374:5 10379:1 10381:1 10384:4 10391:1 10417:2 10427:5 10429:2 10436:1 10437:11 10447:3 10450:1 10451:1 10454:1 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:3 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10656:1 10676:1 10686:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:1 10811:1 10813:1 10837:1 10849:1 10911:1 10913:1 10926:1 10935:2 10954:1 10969:1 10972:1 10979:1 11000:1 11028:1 11043:1 11044:2 11108:1 11113:1 11128:1 11167:1 11181:1 11192:1 11200:1 11212:1 11236:1 11238:2 11249:2 11257:1 11260:2 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:1 11294:1 11295:1 11315:2 11322:1 11330:1 11341:1 11348:1 11351:1 11356:3 11361:1 11368:1 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11432:1 11435:1 11436:3 11445:1 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:1 11665:2 11677:1 11689:1 11691:1 11694:3 11759:1 11780:6 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:1 11966:1 11980:1 11983:2 11997:2 12006:1 12007:1 12017:1 12026:1 12042:1 12058:1 12077:5 12080:2 12081:1 12082:2 12083:1 12084:1 12090:4 12095:1 12097:1 12098:1 12112:1 12113:1 12114:1 12121:1 12126:1 12166:1 12188:1 12197:2 12199:4 12203:1 12206:1 12213:1 12238:7 12244:1 12262:1 12263:1 12270:1 12276:2 12315:1 12320:3 12325:1 12336:2 12340:4 12351:1 12375:1 12377:1 12380:1 12389:1 12410:1 12411:12 12441:1 12464:6 12469:1 12503:1 12508:1 12528:1 12535:3 12536:1 12546:2 12556:1 12576:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12719:1 12720:3 12723:1 12728:1 12742:1 12747:1 12750:3 12756:2 12759:1 12765:1 12766:2 12775:1 12776:1 12824:1 12829:1 12840:2 12862:1 12878:1 12884:1 12894:1 12899:1 12919:1 12931:1 12936:2 12939:1 12940:1 12950:1 12960:1 12994:2 13002:2 13010:1 13016:1 13023:1 13029:1 13038:1 13042:1 13062:1 13085:1 13097:1 13106:1 13109:8 13113:1 13120:1 13151:1 13167:3 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13246:3 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:1 13380:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13447:2 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13619:1 13621:1 13623:1 13631:3 13664:1 13671:1 13674:1 13680:1 13686:1 13690:3 13723:1 13726:1 13751:2 13795:1 13804:1 13806:1 13817:2 13824:1 13827:1 13833:2 13852:1 13853:2 13860:2 13879:1 13887:1 13891:1 13898:1 13903:1 13931:1 13945:2 13947:2 13958:1 13959:1 13965:2 13981:1 14007:2 14030:1 14060:1 14081:1 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14258:2 14305:1 14306:1 14310:1 14311:2 14313:1 14314:2 14315:4 14316:3 14317:1 14318:3 14320:3 14325:3 14329:2 14331:2 14332:1 14333:1 14335:3 14342:1 14376:1 14378:2 14429:1 14432:1 14444:1 14447:1 14456:2 14479:1 14483:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14631:1 14646:4 14659:1 14689:1 14711:1 14720:1 14735:1 14736:1 14761:1 14771:1 14782:9 14817:2 14835:1 14849:1 14868:1 14875:1 14879:1 14900:1 14902:2 14914:2 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 14997:1 15019:3 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15146:2 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15276:1 15277:1 15312:2 15316:1 15343:1 15355:1 15357:1 15369:3 15403:1 15419:1 15421:1 15438:3 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:2 15540:2 15548:1 15549:1 15551:1 15554:1 15572:1 15591:2 15611:1 15624:1 15631:2 15632:1 15644:1 15677:1 15686:1 15687:1 15690:1 15745:1 15746:2 15760:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:3 15880:2 15895:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16055:1 16074:2 16088:1 16129:5 16135:2 16144:1 16153:2 16167:1 16190:1 16195:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16301:1 16305:1 16312:1628 16315:1 16336:1 16338:1 16375:2 16379:1 16405:1 16409:2 16417:2 16424:1 16426:1 16436:1 16460:1 16463:1 16467:1 16485:1 16491:1 16497:1 16500:1 16516:1 16543:1 16567:1 16569:1 16570:1 16607:1 16614:1 16635:1 16665:2 16668:1 16696:1 16709:1 16714:4 16756:1 16776:1 16780:8 16793:3 16826:1 16830:1 16849:1 16854:1 16859:3 16900:1 16924:1 16938:1 16949:2 16956:1 16991:4 16993:1 16997:1 17009:1 17033:1 17045:2 17069:1 17096:1 17100:4 17104:1 17139:1 17156:1 17169:1 17170:1 17172:8 17178:1 17187:1 17208:1 17209:1 17211:1 17241:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:9 17330:18 17333:3 17336:1 17374:2 17408:2 17424:1 17430:1 17431:1 17452:1 17454:1 17498:1 17535:4 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17612:1 17625:1 17634:58 17649:2 17653:1 17667:1 17672:1 17678:3 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:7 17799:9 17800:1 17807:2 17811:1 17860:2 17881:5 17884:1 17886:1 17888:1 17890:1 17891:2 17897:2 17899:1 17900:1 17901:1 17902:2 17905:4 17906:3 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17999:1 18000:1 18018:1 18019:1 18026:1 18037:1 18057:2 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:1 18208:3 18211:1 18213:1 18221:3 18224:1 18225:3 18241:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:2 18450:1 18470:1 18472:1 18487:1 18550:1 18561:4 18569:2 18592:1 18593:1 18671:1 18695:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18774:1 18783:1 18795:2 18814:1 18816:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18958:1 18961:2 18963:1 18965:1 18968:1 18994:1 19004:1 19005:1 19013:1 19024:1 19029:1 19043:1 19053:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:2 19100:15 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:2 19197:1 19209:1 19219:2 19221:4 19224:1 19229:1 19243:1 19250:2 19257:1 19271:2 19290:1 19317:5 19331:2 19332:1 19338:1 19339:1 19349:9 19350:1 19351:2 19355:2 19363:2 19374:1 19383:9 19394:1 19408:5 19424:1 19438:1 19441:1 19443:1 19452:2 19454:1 19467:3 19479:1 19482:1 19483:1 19494:1 19501:2 19504:1 19505:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19589:1 19590:1 19594:1 19607:2 19609:1 19622:1 19632:1 19634:1 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19712:1 19716:1 19721:1 19732:1 19736:4 19740:2 19742:3 19759:1 19770:1 19781:1 19793:1 19815:1 19824:4 19833:1 19850:2 19900:2 19916:1 19953:4 19964:4 19994:2 20028:2 20048:1 20050:2 20067:1 20071:1 20077:1 20085:9 20087:1 20088:1 20098:1 20127:3 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20193:1 20196:1 20201:1 20207:1 20217:1 20235:1 20251:2 20255:2 20271:1 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:5 20448:2 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:1 20585:2 20599:1 20604:2 20607:1 20608:3 20610:3 20623:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:2 20709:1 20713:1 20722:3 20723:1 20735:1 20739:1 20742:1 20753:1 20763:1 20788:2 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20929:4 20936:1 20944:1 20974:1 20986:1 21023:1 21036:3 21056:1 21071:3 21076:1 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21150:2 21179:1 21192:1 21195:1 21198:1 21222:1 21223:1 21232:2 21247:1 21249:2 21255:1 21257:2 21272:2 21274:1 21283:1 21284:2 21301:1 21302:1 21305:1 21306:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21396:1 21411:1 21424:1 21437:1 21462:1 21463:3 21469:1 21479:2 21490:1 21496:1 21497:3 21516:2 21528:1 21538:1 21543:1 21544:2 21547:1 21567:1 21580:1 21599:1 21606:1 21610:1 21613:3 21615:3 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21904:1 21906:3 21914:1 21929:1 21932:2 21949:1 21962:1 21973:1 22006:2 22033:1 22053:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:2 22169:1 22184:4 22228:1 22232:1 22237:2 22259:1 22260:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22325:1 22330:1 22351:1 22370:2 22396:2 22399:1 22419:3 22422:1 22445:2 22471:2 22473:2 22480:4 22486:1 22490:1 22498:1 22520:2 22546:1 22564:1 22574:5 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22652:1 22675:1 22690:3 22704:1 22706:1 22707:1 22718:1 22723:3 22725:1 22742:1 22754:2 22758:2 22766:1 22775:1 22788:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22883:1 22898:1 22906:1 22935:2 22944:1 22973:1 22974:2 22980:5 22981:1 22989:1 23000:5 23002:1 23003:1 23007:1 23015:2 23024:1 23037:1 23045:1 23062:2 23088:2 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23268:1 23270:1 23275:2 23277:3 23289:2 23295:1 23305:1 23316:1 23318:2 23322:1 23347:1 23353:2 23359:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23490:1 23506:1 23524:1 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23611:1 23644:1 23656:1 23702:3 23731:1 23732:1 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:1 23810:1 23814:1 23820:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:1 23979:2 23987:1 23992:1 23998:1 24038:1 24040:1 24041:2 24042:1 24043:1 24045:1 24049:1 24056:2 24058:2 24063:1 24065:2 24075:2 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24129:1 24135:1 24136:1 24153:1 24156:4 24201:1 24210:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:7 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:1 24519:1 24531:1 24550:1 24551:1 24573:1 24580:1 24581:1 24599:1 24600:1 24601:1 24612:4 24627:1 24635:1 24639:1 24652:25 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24754:1 24763:1 24770:2 24784:1 24789:1 24814:1 24829:1 24835:1 24838:1 24863:1 24883:1 24886:1 24902:1 24903:1 24930:2 24940:1 24947:1 24954:1 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24995:1 25004:1 25006:3 25016:1 25031:1 25062:1 25064:2 25066:1 25067:1 25112:1 25119:2 25122:4 25133:1 25148:1 25168:3 25174:1 25214:1 25221:1 25222:1 25232:1 25254:1 25259:1 25266:3 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25409:1 25436:1 25452:1 25467:1 25470:1 25482:1 25498:1 25518:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25652:2 25661:1 25667:1 25671:1 25675:3 25684:1 25695:1 25707:1 25711:1 25712:1 25717:1 25719:4 25720:1 25722:1 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:4 128:1 139:3 144:1 147:1 150:2 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:3 225:2 236:1 264:2 275:2 292:3 294:1 309:1 327:1 332:2 333:3 334:1 344:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:3 489:1 497:2 500:1 503:1 505:2 514:6 515:1 532:1 558:1 584:1 592:1 595:1 618:1 660:1 684:1 686:1 687:2 702:2 709:4 718:5 722:1 723:1 725:1 736:2 741:4 742:2 750:1 751:4 765:3 774:2 778:1 781:1 782:3 787:4 800:1 802:2 811:1 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1082:1 1083:1 1085:1 1117:1 1154:2 1174:1 1189:1 1190:1 1201:1 1202:1 1203:1 1213:1 1217:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1281:1 1282:1 1283:1 1285:1 1289:1 1301:1 1304:2 1319:1 1327:1 1334:8 1345:8 1358:1 1360:3 1362:1 1377:1 1380:1 1382:1 1407:2 1434:1 1471:1 1476:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:1 1607:1 1615:1 1634:1 1643:2 1658:1 1661:1 1665:1 1683:1 1702:1 1703:1 1709:1 1719:1 1739:1 1748:3 1761:2 1767:1 1771:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:2 1841:1 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:7 1901:1 1917:2 1935:1 1936:3 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:2 1984:7 1985:2 1986:1 1987:2 1990:3 1992:2 1996:1 1997:3 1999:1 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:1 2065:1 2082:1 2085:1 2089:1 2093:1 2100:2 2113:1 2114:1 2115:1 2117:1 2130:1 2133:1 2134:1 2138:1 2150:1 2165:1 2169:1 2189:1 2191:1 2207:1 2283:1 2302:1 2316:4 2322:5 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2412:1 2435:2 2436:2 2442:1 2446:2 2456:1 2462:1 2472:1 2474:1 2480:1 2512:1 2530:18 2537:1 2541:5 2555:1 2557:1 2579:1 2594:1 2599:12 2610:1 2637:1 2644:1 2647:3 2677:1 2727:1 2745:1 2746:1 2747:2 2752:2 2763:1 2776:1 2814:1 2844:4 2877:1 2878:1 2883:1 2886:2 2899:6 2945:1 3016:1 3025:3 3029:1 3030:3 3031:2 3033:1 3034:2 3035:6 3036:4 3039:1 3040:2 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:2 3090:1 3098:1 3111:2 3119:1 3133:1 3145:1 3150:1 3154:2 3155:5 3156:1 3158:18 3164:2 3167:1 3173:1 3181:2 3194:1 3195:1 3209:1 3221:1 3225:1 3240:6 3241:2 3242:1 3245:1 3250:2 3257:1 3278:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:4 3542:1 3556:1 3558:1 3560:1 3585:1 3586:1 3595:1 3615:1 3628:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3736:1 3777:1 3791:1 3815:1 3817:3 3841:1 3843:1 3849:2 3858:5 3865:1 3875:2 3918:1 3942:1 4008:3 4010:1 4013:1 4044:2 4060:3 4061:1 4067:3 4084:1 4088:1 4093:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:2 4153:1 4157:1 4195:1 4198:1 4200:4 4228:1 4241:2 4245:2 4257:1 4277:1 4284:1 4336:1 4368:11 4369:1 4372:1 4377:2 4403:1 4406:1 4417:1 4433:1 4471:1 4489:1 4497:1 4500:1 4502:2 4506:1 4508:4 4509:1 4510:1 4513:1 4514:2 4517:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:4 4549:1 4560:1 4572:2 4599:1 4616:1 4650:1 4677:3 4698:2 4730:1 4733:2 4742:1 4744:1 4748:1 4753:4 4783:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5020:1 5023:1 5047:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:3 5206:1 5214:1 5220:1 5232:1 5234:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5365:1 5370:1 5374:2 5381:1 5383:1 5388:1 5391:1 5400:1 5415:1 5448:3 5451:1 5452:3 5453:2 5478:4 5479:1 5482:1 5490:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:2 5556:1 5570:1 5577:1 5591:1 5619:1 5624:3 5625:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:4 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:1 5765:1 5797:1 5813:1 5827:1 5846:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:1 5927:1 5964:1 5973:1 5981:1 6004:4 6005:1 6010:2 6015:1 6019:1 6022:1 6026:1 6037:4 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:9 6136:1 6149:1 6180:1 6186:1 6210:2 6218:1 6221:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6364:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:1 6546:1 6603:3 6617:1 6630:5 6632:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:1 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:1 6796:1 6807:2 6813:4 6836:3 6850:32 6858:1 6867:19 6868:9 6874:1 6885:1 6891:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:2 7005:1 7011:1 7056:7 7073:1 7080:1 7088:1 7098:1 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7314:2 7318:34 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:8 7400:8 7432:1 7433:2 7440:2 7442:1 7446:1 7462:1 7465:1 7468:1 7469:1 7494:2 7508:3 7526:2 7527:1 7528:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:3 7678:1 7687:7 7689:1 7707:1 7748:1 7760:1 7772:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7859:1 7863:1 7869:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8189:2 8191:1 8192:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:1 8267:1 8268:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8308:1 8312:1 8371:1 8373:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:3 8484:1 8491:1 8503:2 8509:1 8523:1 8529:3 8533:1 8537:1 8554:5 8560:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:1 8685:1 8692:1 8704:1 8720:1 8733:2 8737:1 8739:5 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:5 8891:2 8902:2 8910:1 8913:1 8914:3 8917:3 8922:2 8934:3 8939:2 8956:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:3 9021:1 9028:1 9030:2 9043:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9156:1 9161:1 9168:1 9191:1 9193:1 9198:7 9212:1 9222:4 9223:2 9224:2 9226:1 9230:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:11 9257:2 9258:1 9260:6 9261:1 9265:1 9279:3 9290:1 9342:1 9346:1 9348:1 9352:1 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:3 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:6 9556:1 9583:1 9589:1 9590:1 9591:3 9597:1 9610:1 9620:1 9650:1 9654:1 9674:1 9719:1 9732:2 9745:2 9747:1 9748:4 9750:5 9765:1 9769:1 9786:1 9791:2 9798:1 9802:2 9806:1 9807:1 9841:1 9847:1 9860:2 9864:1 9865:2 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10064:1 10082:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10125:1 10132:1 10135:1 10139:1 10150:1 10152:1 10153:1 10156:10 10172:1 10194:1 10200:1 10206:4 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10284:1 10313:1 10314:4 10319:1 10333:1 10348:1 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:6 10391:1 10417:2 10427:5 10429:2 10436:1 10437:11 10447:3 10450:1 10451:1 10454:1 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:3 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10656:1 10676:1 10686:1 10691:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:1 10811:1 10813:1 10837:1 10849:1 10908:1 10911:2 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10979:1 11000:1 11028:1 11043:1 11044:2 11108:1 11113:1 11128:1 11167:1 11181:1 11192:1 11200:1 11212:1 11236:1 11238:2 11244:1 11249:2 11257:1 11260:2 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:2 11294:1 11295:1 11298:1 11312:1 11315:2 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11432:1 11435:1 11436:3 11445:1 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:1 11665:2 11676:1 11677:1 11689:1 11691:1 11694:3 11759:1 11780:6 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:1 11966:1 11980:1 11983:2 11997:2 12006:1 12007:1 12017:1 12026:1 12042:1 12043:1 12058:1 12077:5 12080:2 12081:1 12082:2 12083:1 12084:1 12090:4 12095:1 12097:1 12098:1 12105:1 12112:1 12113:1 12114:1 12121:1 12126:1 12166:1 12188:1 12197:2 12199:4 12203:1 12206:1 12213:1 12238:7 12244:1 12262:1 12263:1 12270:1 12276:2 12315:1 12320:3 12325:1 12336:2 12340:4 12351:1 12375:1 12377:1 12380:1 12389:1 12410:1 12411:12 12441:1 12464:6 12469:2 12503:1 12508:1 12528:1 12535:4 12536:1 12546:2 12556:1 12576:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12719:1 12720:3 12723:1 12727:1 12728:1 12742:1 12747:1 12750:3 12756:2 12759:1 12765:1 12766:2 12775:1 12776:1 12811:1 12824:1 12829:1 12840:2 12862:1 12878:1 12884:1 12894:1 12899:1 12919:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:1 12994:3 13002:2 13010:1 13016:1 13023:1 13029:1 13038:1 13042:1 13062:1 13085:1 13097:1 13106:1 13109:8 13113:1 13120:1 13151:1 13167:3 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13246:3 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:2 13376:1 13380:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13447:2 13454:2 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:1 13623:1 13631:3 13664:1 13671:1 13674:1 13680:1 13686:1 13690:3 13723:1 13726:1 13751:2 13795:1 13804:1 13806:1 13817:2 13824:1 13827:1 13833:2 13852:1 13853:2 13860:2 13879:1 13887:1 13891:1 13898:1 13903:1 13931:2 13945:2 13947:2 13958:1 13959:1 13965:2 13981:1 14007:3 14030:1 14060:1 14081:1 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14248:1 14258:2 14305:1 14306:1 14310:1 14311:2 14313:1 14314:2 14315:4 14316:4 14317:1 14318:3 14320:3 14325:3 14329:2 14331:2 14332:1 14333:1 14334:1 14335:3 14342:1 14376:1 14378:2 14429:1 14432:1 14444:1 14447:1 14456:2 14479:1 14483:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14631:1 14646:4 14659:1 14689:1 14711:1 14720:1 14735:1 14736:1 14761:1 14771:1 14782:9 14817:2 14835:1 14849:1 14868:1 14875:1 14879:1 14900:1 14902:2 14914:2 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 14997:1 15019:3 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15146:2 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15276:1 15277:1 15312:3 15316:1 15343:1 15355:1 15357:1 15369:3 15403:1 15415:1 15419:1 15421:1 15438:3 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:2 15540:2 15548:1 15549:1 15551:1 15554:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:2 15632:1 15644:1 15677:1 15686:1 15687:1 15690:1 15744:1 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:3 15880:2 15895:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16055:1 16074:2 16088:1 16129:5 16135:2 16144:1 16153:2 16167:1 16190:1 16195:1 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16301:1 16305:1 16312:1736 16315:2 16336:1 16338:1 16375:2 16379:1 16405:1 16409:2 16417:2 16424:1 16426:1 16436:1 16460:1 16463:1 16467:1 16485:1 16486:1 16491:1 16497:1 16500:1 16516:1 16543:1 16567:1 16569:1 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16696:1 16709:1 16714:4 16756:1 16762:1 16776:1 16780:8 16793:3 16826:1 16830:1 16849:1 16854:1 16859:3 16900:1 16924:1 16938:1 16949:2 16956:1 16991:4 16993:1 16997:1 17009:1 17033:1 17045:2 17069:1 17072:1 17096:1 17100:5 17104:1 17139:1 17156:1 17169:1 17170:1 17172:8 17178:1 17187:1 17208:1 17209:1 17211:1 17241:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:9 17319:1 17330:18 17333:4 17336:1 17349:1 17374:3 17408:2 17424:1 17430:1 17431:1 17452:1 17454:1 17473:1 17498:1 17535:4 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17612:1 17625:1 17634:60 17649:2 17653:1 17667:1 17672:1 17678:4 17680:1 17694:1 17721:1 17723:1 17727:1 17729:1 17751:1 17775:1 17781:1 17783:7 17799:9 17800:1 17807:2 17811:1 17860:3 17881:5 17884:2 17886:1 17888:1 17890:1 17891:2 17893:1 17897:2 17899:1 17900:1 17901:1 17902:2 17905:4 17906:3 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17999:1 18000:1 18018:1 18019:1 18026:1 18037:1 18057:2 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:1 18208:3 18211:1 18213:1 18221:3 18224:1 18225:3 18241:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:2 18450:1 18455:1 18470:1 18472:1 18487:1 18550:1 18561:4 18569:2 18592:1 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18768:1 18774:1 18783:1 18795:2 18814:1 18816:1 18833:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18958:1 18961:2 18963:1 18964:1 18965:1 18968:2 18994:1 19004:1 19005:1 19013:1 19024:1 19029:1 19038:1 19043:1 19053:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:3 19100:16 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:2 19197:1 19209:1 19219:2 19221:4 19224:1 19229:1 19243:1 19250:2 19257:1 19262:1 19271:2 19290:1 19317:5 19331:2 19332:1 19338:1 19339:1 19349:9 19350:1 19351:2 19355:2 19363:2 19374:1 19383:9 19394:1 19408:5 19418:1 19424:1 19438:1 19441:1 19443:1 19452:2 19454:1 19467:3 19479:1 19482:1 19483:1 19494:1 19501:2 19504:1 19505:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19589:1 19590:1 19594:2 19607:2 19609:1 19622:1 19632:1 19634:2 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19712:1 19716:1 19721:1 19732:1 19736:4 19740:2 19742:3 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19850:2 19900:2 19916:1 19953:4 19964:4 19994:2 20028:2 20048:1 20050:2 20067:1 20071:1 20077:1 20085:9 20087:1 20088:1 20098:1 20102:1 20127:3 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20193:1 20196:1 20201:1 20207:1 20217:1 20235:1 20251:2 20255:2 20268:1 20271:1 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:6 20448:2 20460:1 20474:1 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:1 20585:2 20599:1 20604:2 20607:1 20608:3 20610:3 20623:1 20633:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:2 20696:1 20709:1 20713:1 20722:3 20723:2 20735:1 20739:1 20742:1 20753:1 20763:1 20788:2 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20929:4 20936:1 20944:1 20974:1 20986:1 21023:1 21036:3 21056:1 21071:3 21076:1 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21150:2 21179:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21247:1 21249:2 21251:1 21255:1 21257:2 21272:2 21274:1 21283:1 21284:3 21301:1 21302:1 21305:1 21306:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21396:1 21411:1 21424:1 21437:1 21462:1 21463:3 21469:1 21479:2 21490:1 21496:1 21497:4 21516:2 21528:1 21534:1 21538:1 21543:1 21544:2 21547:1 21567:1 21580:1 21599:1 21606:1 21610:1 21613:3 21615:3 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21904:1 21906:3 21914:1 21918:1 21929:1 21932:2 21938:1 21949:1 21962:1 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:3 22169:1 22184:5 22228:2 22232:1 22237:2 22249:1 22259:1 22260:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22325:1 22330:1 22351:1 22370:2 22396:2 22399:1 22419:3 22422:1 22445:2 22471:2 22473:2 22480:5 22481:1 22486:1 22490:1 22498:2 22520:2 22542:1 22546:1 22564:1 22574:5 22586:1 22588:1 22590:1 22614:1 22615:2 22619:1 22639:2 22652:1 22675:1 22676:1 22690:3 22704:1 22706:1 22707:1 22718:1 22723:4 22725:1 22742:1 22754:3 22758:2 22766:1 22775:1 22788:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22883:1 22898:1 22906:1 22935:3 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:5 23002:1 23003:1 23007:1 23015:2 23018:1 23024:1 23037:1 23045:1 23062:4 23077:1 23088:2 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:2 23277:3 23289:2 23295:1 23305:1 23316:1 23318:2 23322:1 23347:1 23348:1 23353:2 23359:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23490:1 23506:1 23524:1 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23611:1 23644:1 23656:1 23702:3 23731:1 23732:1 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:1 23810:1 23814:1 23820:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:1 23979:2 23987:1 23992:1 23998:1 24006:1 24007:1 24038:1 24040:1 24041:2 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:2 24075:2 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24129:1 24135:1 24136:1 24153:1 24156:4 24201:1 24210:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:8 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:1 24519:1 24531:1 24550:1 24551:1 24573:1 24575:2 24580:1 24581:1 24599:1 24600:1 24601:1 24612:4 24627:1 24635:1 24639:1 24652:25 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24754:1 24763:1 24770:2 24784:1 24785:1 24789:1 24814:1 24829:1 24835:1 24838:1 24863:1 24876:1 24883:1 24886:1 24896:1 24902:1 24903:1 24930:2 24940:1 24947:1 24954:1 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24995:1 25004:1 25006:3 25016:1 25031:1 25062:1 25064:4 25066:1 25067:1 25112:1 25119:2 25122:4 25133:1 25148:1 25168:3 25174:1 25214:1 25221:1 25222:1 25232:1 25254:1 25259:1 25266:3 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25409:1 25436:1 25452:1 25456:1 25467:1 25470:1 25482:1 25498:1 25518:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25652:3 25661:1 25667:1 25671:1 25675:3 25684:1 25695:1 25707:1 25711:1 25712:1 25717:1 25719:5 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 31:1 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:4 128:1 139:3 144:1 147:1 150:2 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:3 225:2 236:1 264:2 275:2 292:3 294:1 309:1 313:1 327:1 332:2 333:3 334:1 344:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:3 489:1 497:2 500:1 503:1 505:2 514:6 515:1 532:1 558:1 584:1 592:1 595:1 618:1 639:1 660:1 684:1 686:1 687:2 702:2 709:4 718:5 722:1 723:1 725:1 736:2 741:4 742:2 750:1 751:4 765:3 774:3 778:1 780:1 781:1 782:3 787:4 800:1 802:2 807:1 811:1 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1082:1 1083:1 1085:1 1117:1 1154:2 1174:1 1189:1 1190:1 1201:1 1202:1 1203:1 1213:1 1217:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1281:1 1282:1 1283:1 1285:1 1289:1 1301:1 1304:2 1319:1 1327:1 1334:8 1345:8 1358:1 1360:3 1362:1 1377:1 1380:1 1382:1 1407:2 1434:1 1471:1 1476:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:1 1607:1 1615:1 1634:1 1643:2 1658:1 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1739:1 1748:3 1761:2 1767:1 1771:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:2 1841:1 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:7 1901:1 1917:2 1935:1 1936:3 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:2 1984:7 1985:2 1986:1 1987:2 1990:3 1992:2 1996:1 1997:3 1999:1 2000:1 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:1 2065:1 2082:1 2085:1 2089:1 2093:1 2100:3 2113:1 2114:1 2115:1 2117:1 2130:1 2133:1 2134:1 2138:1 2150:1 2165:1 2169:1 2189:1 2191:1 2207:1 2283:1 2302:1 2316:4 2322:5 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2412:1 2435:2 2436:2 2442:1 2446:2 2456:1 2462:1 2472:1 2474:1 2480:1 2512:1 2530:18 2534:1 2537:1 2541:6 2555:1 2557:1 2579:2 2594:1 2599:12 2610:1 2614:1 2615:1 2637:1 2644:1 2647:3 2677:1 2720:1 2727:1 2745:1 2746:1 2747:2 2752:2 2763:1 2776:1 2811:1 2814:1 2844:4 2877:1 2878:1 2883:1 2886:2 2899:6 2945:1 3016:1 3025:3 3029:1 3030:3 3031:3 3033:1 3034:2 3035:6 3036:4 3039:1 3040:2 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:3 3090:1 3098:1 3111:2 3119:1 3133:1 3145:2 3150:1 3154:2 3155:7 3156:1 3158:18 3164:2 3167:1 3173:1 3181:2 3194:1 3195:1 3209:1 3221:1 3225:1 3240:6 3241:2 3242:1 3245:1 3250:2 3257:1 3278:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:4 3542:1 3556:1 3558:1 3560:1 3585:1 3586:1 3595:1 3615:1 3628:1 3633:1 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3736:1 3777:1 3791:1 3815:1 3817:3 3841:1 3843:1 3849:2 3858:5 3865:1 3875:2 3894:1 3918:1 3942:1 3996:1 4008:3 4010:1 4013:1 4044:2 4060:3 4061:1 4067:3 4084:1 4088:1 4093:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:2 4153:1 4157:1 4195:1 4198:1 4200:4 4224:1 4228:1 4241:3 4245:2 4257:1 4277:1 4284:1 4336:1 4363:1 4368:11 4369:1 4372:1 4377:2 4403:1 4406:1 4417:1 4433:1 4471:1 4479:1 4489:1 4497:1 4500:1 4502:2 4506:1 4508:4 4509:1 4510:1 4513:1 4514:2 4517:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:4 4549:1 4560:1 4572:2 4599:1 4611:1 4616:1 4633:1 4650:1 4677:3 4698:2 4730:1 4733:2 4742:1 4744:1 4748:1 4753:4 4783:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4990:1 4997:1 5020:2 5023:1 5047:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:3 5206:1 5214:1 5220:1 5232:1 5234:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5347:1 5349:1 5350:1 5365:1 5370:1 5374:2 5381:1 5383:1 5384:1 5388:1 5391:1 5400:2 5415:1 5448:3 5451:1 5452:5 5453:2 5478:6 5479:1 5482:1 5490:1 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:2 5556:1 5570:1 5577:2 5591:1 5619:1 5624:3 5625:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:4 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:2 5765:1 5797:1 5813:1 5827:1 5846:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:2 5927:1 5964:1 5973:1 5981:1 6004:4 6005:1 6010:2 6015:1 6019:1 6022:1 6026:1 6037:4 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:9 6136:1 6149:1 6180:1 6186:1 6210:3 6218:1 6221:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6364:1 6386:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:1 6546:1 6603:3 6617:1 6630:5 6632:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:2 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:1 6796:2 6807:2 6813:4 6836:3 6850:33 6858:1 6867:19 6868:9 6874:1 6885:1 6891:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:3 7005:1 7011:1 7056:7 7073:1 7080:1 7088:1 7098:1 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7302:1 7314:2 7318:36 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:9 7400:8 7402:1 7405:1 7432:1 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:1 7469:1 7494:2 7508:3 7526:2 7527:1 7528:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7611:1 7618:1 7627:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:3 7678:1 7687:7 7689:1 7707:1 7748:1 7760:1 7772:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:1 7850:1 7859:1 7863:1 7869:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8085:2 8094:1 8109:1 8113:1 8125:1 8174:1 8189:2 8191:1 8192:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:1 8267:1 8268:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8308:1 8312:1 8371:1 8373:1 8376:3 8390:1 8410:1 8438:1 8447:1 8448:1 8467:3 8484:1 8491:1 8503:2 8509:1 8523:1 8529:3 8533:1 8537:1 8554:5 8560:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:1 8685:1 8692:1 8704:1 8720:1 8721:1 8733:2 8737:1 8739:6 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:5 8891:2 8902:2 8910:1 8913:1 8914:3 8917:3 8922:2 8934:3 8939:2 8956:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9028:1 9030:2 9043:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9222:4 9223:2 9224:2 9226:1 9230:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:11 9257:2 9258:1 9260:8 9261:1 9265:1 9279:3 9290:1 9342:1 9346:1 9348:1 9352:1 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:3 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:6 9556:1 9583:1 9589:1 9590:1 9591:3 9597:1 9610:1 9620:1 9622:1 9650:1 9654:1 9674:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:4 9750:5 9765:1 9769:1 9786:1 9791:2 9798:1 9802:2 9806:1 9807:1 9841:1 9847:1 9860:3 9864:1 9865:2 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10064:1 10082:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10125:1 10132:1 10135:2 10139:1 10150:1 10152:1 10153:1 10156:10 10172:1 10194:1 10200:1 10206:4 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10284:1 10313:1 10314:4 10319:1 10333:1 10348:1 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10427:5 10429:2 10436:1 10437:11 10447:3 10450:1 10451:1 10454:2 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:3 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10596:1 10649:5 10652:4 10656:1 10676:1 10686:1 10691:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10837:1 10849:1 10908:1 10911:2 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10979:1 11000:1 11028:1 11043:1 11044:2 11108:1 11113:1 11128:1 11167:1 11181:1 11192:1 11200:1 11212:1 11236:1 11238:3 11244:1 11249:2 11257:1 11260:2 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:2 11294:1 11295:1 11298:1 11312:1 11315:2 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11423:1 11432:1 11435:1 11436:3 11437:1 11445:1 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:1 11665:2 11676:1 11677:1 11689:1 11691:1 11694:3 11759:1 11780:6 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:1 11966:1 11980:1 11983:2 11997:2 12006:1 12007:1 12017:1 12026:1 12042:1 12043:1 12058:1 12077:5 12080:2 12081:1 12082:2 12083:1 12084:1 12090:4 12095:1 12097:1 12098:1 12105:1 12112:1 12113:1 12114:1 12121:1 12126:1 12166:1 12188:1 12197:2 12199:4 12203:1 12206:1 12213:1 12238:7 12244:1 12262:1 12263:1 12270:1 12276:2 12282:1 12285:1 12315:1 12320:3 12325:1 12336:2 12340:4 12351:1 12375:1 12377:1 12380:1 12389:1 12410:1 12411:12 12441:1 12464:6 12469:2 12473:1 12503:2 12508:1 12528:1 12535:4 12536:1 12546:2 12556:1 12576:1 12579:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12710:1 12719:1 12720:3 12723:1 12727:1 12728:1 12742:1 12747:1 12750:3 12756:2 12759:1 12765:1 12766:2 12775:1 12776:1 12811:1 12824:1 12829:1 12840:2 12862:1 12878:1 12884:1 12894:1 12899:1 12919:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:1 12994:3 13002:2 13010:1 13016:1 13023:1 13029:1 13038:1 13042:1 13062:1 13085:1 13097:1 13106:1 13109:8 13113:1 13120:1 13151:1 13167:3 13168:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13246:3 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:2 13376:1 13380:1 13387:1 13399:1 13425:2 13427:1 13429:1 13436:1 13447:2 13454:2 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:1 13623:1 13631:3 13664:1 13671:1 13674:1 13680:1 13686:1 13690:4 13723:1 13726:1 13751:2 13795:1 13804:1 13806:1 13817:2 13824:1 13827:1 13833:2 13839:1 13852:1 13853:2 13860:2 13879:1 13887:1 13891:1 13898:1 13903:1 13931:2 13945:2 13947:2 13958:1 13959:1 13965:2 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14248:1 14258:2 14305:1 14306:1 14310:1 14311:2 14313:1 14314:2 14315:4 14316:4 14317:1 14318:3 14320:3 14325:3 14329:2 14331:2 14332:1 14333:1 14334:1 14335:5 14342:1 14376:1 14378:2 14429:1 14432:1 14444:1 14447:1 14456:2 14479:1 14483:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14631:1 14646:4 14659:1 14689:1 14691:1 14711:1 14720:1 14735:1 14736:1 14761:1 14771:1 14782:9 14817:2 14835:1 14849:1 14859:1 14868:1 14875:1 14879:1 14900:1 14902:2 14914:2 14919:1 14925:1 14937:1 14945:1 14964:1 14966:2 14981:1 14997:1 15019:3 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15140:1 15146:2 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15276:1 15277:1 15312:3 15316:1 15343:1 15355:1 15357:1 15369:3 15403:1 15415:1 15419:1 15421:1 15438:3 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:2 15540:3 15548:1 15549:1 15551:1 15554:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:2 15632:1 15644:1 15677:1 15686:1 15687:2 15690:1 15704:1 15744:1 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:3 15880:2 15895:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:1 16055:1 16074:2 16088:1 16118:1 16129:5 16135:2 16144:1 16153:2 16167:1 16190:1 16195:2 16196:1 16200:1 16204:1 16218:1 16225:1 16265:1 16300:1 16301:1 16305:1 16312:1769 16315:2 16336:1 16338:1 16354:1 16375:2 16379:1 16405:1 16409:2 16417:2 16424:1 16426:1 16436:2 16460:1 16463:1 16467:1 16485:1 16486:1 16491:1 16497:1 16500:1 16516:1 16543:1 16567:1 16569:1 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16696:1 16709:1 16714:4 16756:1 16762:1 16776:1 16780:8 16793:3 16826:1 16830:1 16849:1 16854:1 16859:3 16900:1 16924:1 16938:1 16949:2 16956:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:1 17072:1 17096:1 17100:5 17104:1 17139:1 17156:1 17169:1 17170:1 17172:8 17178:1 17187:1 17208:1 17209:1 17211:1 17241:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:9 17319:1 17330:18 17333:4 17336:1 17349:1 17374:3 17408:2 17424:1 17430:1 17431:1 17452:1 17454:1 17473:1 17498:1 17506:1 17519:1 17535:4 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17612:1 17613:1 17625:1 17634:63 17649:2 17653:1 17657:1 17667:1 17672:1 17678:4 17680:1 17694:1 17701:1 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17775:2 17781:1 17783:7 17799:9 17800:1 17807:2 17811:1 17860:3 17881:5 17884:2 17886:1 17888:1 17890:1 17891:2 17893:1 17897:2 17899:1 17900:1 17901:1 17902:2 17905:4 17906:3 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17999:1 18000:1 18017:1 18018:1 18019:1 18026:1 18037:1 18057:2 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:1 18208:3 18211:1 18213:1 18221:3 18224:1 18225:3 18241:1 18249:1 18256:1 18264:1 18277:1 18293:1 18307:1 18312:1 18320:1 18323:1 18334:1 18352:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:2 18450:1 18455:1 18470:1 18472:1 18487:1 18550:1 18561:4 18569:2 18592:1 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18768:1 18774:1 18783:1 18795:2 18814:1 18816:1 18833:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18958:1 18961:3 18963:1 18964:1 18965:1 18968:2 18994:1 19004:1 19005:1 19013:1 19024:1 19029:1 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:3 19100:18 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:2 19197:1 19209:1 19219:2 19221:4 19223:1 19224:1 19229:1 19243:1 19250:2 19257:1 19262:1 19271:2 19290:1 19317:5 19331:2 19332:1 19338:1 19339:1 19349:9 19350:1 19351:2 19355:2 19363:2 19374:1 19383:9 19394:1 19408:5 19418:1 19424:1 19438:1 19441:1 19443:1 19452:2 19454:1 19467:3 19479:1 19482:1 19483:1 19494:1 19501:2 19504:1 19505:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19589:1 19590:1 19594:2 19607:2 19609:1 19622:1 19632:1 19634:2 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19712:1 19716:1 19721:1 19732:1 19736:4 19740:2 19742:3 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19850:2 19900:2 19916:1 19953:4 19964:4 19994:2 20028:2 20048:1 20050:2 20067:1 20071:1 20077:1 20085:9 20087:1 20088:1 20098:1 20102:1 20127:3 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20251:3 20255:2 20268:1 20271:1 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:7 20448:2 20460:1 20474:1 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:1 20585:2 20599:1 20604:2 20607:1 20608:3 20610:3 20623:1 20633:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:2 20696:1 20709:1 20713:1 20722:3 20723:2 20735:1 20739:1 20742:1 20753:1 20763:1 20788:2 20790:3 20792:1 20798:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20929:5 20936:1 20944:1 20974:1 20986:1 21023:1 21036:3 21056:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21150:3 21179:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21247:1 21249:2 21251:1 21255:1 21257:2 21272:3 21273:1 21274:2 21283:1 21284:3 21301:1 21302:1 21305:1 21306:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21479:2 21490:1 21496:1 21497:4 21516:2 21528:1 21534:1 21538:1 21543:1 21544:2 21547:1 21567:1 21580:1 21599:1 21606:1 21610:1 21613:3 21615:3 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:1 21904:1 21906:3 21914:1 21918:1 21929:1 21932:2 21938:1 21949:1 21962:1 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:3 22169:1 22184:5 22228:2 22232:1 22237:2 22249:1 22259:1 22260:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22325:1 22330:1 22351:1 22370:2 22396:2 22399:1 22419:3 22422:1 22445:2 22471:2 22473:2 22480:6 22481:1 22486:1 22490:1 22498:2 22520:2 22542:1 22546:1 22564:1 22574:5 22586:1 22588:1 22590:1 22614:1 22615:3 22619:1 22639:2 22652:1 22671:1 22675:1 22676:1 22690:3 22704:1 22706:1 22707:1 22718:1 22723:4 22725:1 22742:1 22754:3 22758:2 22766:1 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22847:1 22859:1 22860:1 22867:1 22883:1 22898:1 22906:1 22935:3 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:5 23002:1 23003:1 23007:1 23015:2 23018:1 23024:1 23036:1 23037:1 23045:1 23062:4 23077:1 23088:2 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:2 23277:3 23289:2 23295:1 23305:1 23316:1 23318:2 23322:1 23347:1 23348:1 23353:2 23359:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23490:1 23506:1 23524:2 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23611:1 23644:1 23656:1 23702:3 23731:1 23732:2 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:1 23810:1 23814:1 23820:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:1 23979:2 23987:1 23992:1 23998:1 24006:1 24007:1 24038:1 24040:1 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:2 24075:2 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24129:1 24135:2 24136:1 24153:1 24155:1 24156:4 24201:1 24210:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:10 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24550:1 24551:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:5 24627:2 24635:1 24639:2 24652:25 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24754:1 24763:1 24770:2 24778:1 24784:1 24785:1 24789:1 24814:1 24829:1 24835:1 24838:1 24863:1 24876:1 24883:1 24886:2 24896:1 24902:1 24903:1 24930:2 24940:1 24947:1 24954:1 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24995:1 25004:1 25006:3 25016:1 25031:1 25062:1 25064:4 25066:1 25067:1 25112:1 25119:2 25122:4 25133:1 25148:1 25168:3 25174:1 25214:1 25221:1 25222:1 25232:1 25254:1 25259:1 25266:3 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25409:1 25436:1 25452:1 25456:1 25467:1 25470:1 25482:1 25498:1 25503:1 25518:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25652:3 25661:1 25667:2 25671:1 25675:3 25684:1 25695:1 25707:1 25711:1 25712:1 25717:1 25719:5 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 31:1 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:4 128:1 139:3 144:1 147:1 150:2 154:1 158:1 167:1 171:2 183:1 203:1 204:1 211:3 225:2 236:1 264:2 275:2 292:4 294:1 309:1 313:1 327:1 332:2 333:3 334:1 344:1 349:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:3 489:1 497:2 500:1 503:1 505:2 514:6 515:1 532:1 558:1 584:1 592:1 595:1 618:1 639:1 660:1 684:1 686:1 687:2 702:2 709:4 718:5 722:1 723:1 725:1 736:2 741:4 742:2 750:1 751:4 765:3 774:3 778:1 780:1 781:1 782:3 787:5 800:1 802:2 807:1 811:1 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1082:1 1083:1 1085:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:1 1213:3 1217:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1256:1 1281:1 1282:1 1283:1 1285:1 1289:1 1301:1 1304:2 1319:1 1327:1 1334:8 1345:9 1358:1 1360:3 1362:1 1377:1 1380:1 1382:1 1407:2 1434:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:1 1607:1 1615:1 1634:1 1643:2 1658:1 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1739:1 1748:3 1761:2 1767:1 1771:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:2 1841:1 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:7 1901:1 1917:2 1935:1 1936:3 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:2 1984:7 1985:2 1986:1 1987:2 1990:3 1992:2 1996:1 1997:3 1999:1 2000:1 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:1 2065:1 2082:1 2085:1 2089:1 2093:1 2100:3 2113:1 2114:1 2115:1 2117:1 2130:1 2133:1 2134:1 2138:1 2150:1 2165:1 2169:1 2189:1 2191:1 2207:1 2283:2 2286:1 2302:1 2316:4 2322:5 2334:1 2341:1 2348:1 2353:1 2369:1 2377:1 2378:2 2379:3 2390:1 2412:1 2435:2 2436:2 2442:1 2446:2 2456:1 2462:1 2472:1 2474:1 2480:1 2512:1 2530:19 2534:1 2537:1 2541:6 2555:2 2557:1 2579:2 2594:1 2599:13 2610:1 2614:1 2615:1 2637:2 2644:1 2647:3 2677:1 2720:1 2727:1 2745:1 2746:1 2747:2 2752:2 2763:1 2776:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2883:1 2886:2 2899:6 2923:1 2945:1 3016:1 3025:3 3029:1 3030:4 3031:3 3033:1 3034:2 3035:6 3036:4 3039:1 3040:2 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:3 3090:2 3098:1 3111:2 3119:1 3133:1 3145:2 3150:1 3154:2 3155:7 3156:1 3158:18 3164:2 3167:1 3173:1 3174:1 3181:2 3194:1 3195:1 3209:1 3221:1 3225:1 3240:7 3241:2 3242:1 3245:1 3250:2 3257:1 3278:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:5 3542:1 3556:1 3558:1 3560:1 3585:1 3586:1 3595:1 3615:1 3628:1 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3736:1 3777:1 3791:1 3815:1 3816:1 3817:3 3841:1 3843:1 3849:2 3858:5 3865:1 3867:1 3875:2 3894:1 3918:1 3942:1 3964:1 3996:1 4008:3 4010:1 4013:1 4044:2 4060:3 4061:1 4067:4 4084:1 4088:1 4093:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:2 4153:1 4157:1 4195:1 4198:1 4200:4 4224:2 4228:1 4241:3 4245:2 4257:1 4277:1 4284:1 4336:1 4363:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4417:1 4433:1 4471:1 4479:1 4489:1 4497:1 4500:1 4502:3 4506:1 4508:4 4509:1 4510:1 4513:1 4514:2 4517:1 4520:5 4521:1 4527:1 4528:1 4531:1 4532:1 4546:4 4549:1 4560:1 4572:2 4599:1 4611:1 4616:1 4633:2 4650:1 4677:3 4698:2 4730:1 4733:2 4742:1 4744:1 4748:1 4753:4 4771:1 4783:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:2 5020:2 5023:1 5047:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:3 5206:1 5214:1 5220:1 5232:1 5234:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5347:1 5349:2 5350:2 5365:1 5370:1 5374:2 5381:1 5383:1 5384:1 5388:1 5391:1 5400:2 5415:1 5448:3 5451:1 5452:5 5453:2 5478:6 5479:1 5482:1 5490:1 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:2 5556:1 5570:1 5577:2 5591:1 5619:1 5624:3 5625:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:4 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5797:1 5813:1 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:1 5897:2 5905:1 5924:2 5927:1 5964:1 5973:1 5981:1 6004:4 6005:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:6 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:9 6136:1 6149:1 6180:1 6186:1 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6364:1 6386:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:1 6546:1 6603:3 6617:1 6630:5 6632:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:2 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:1 6796:2 6807:2 6813:4 6817:1 6836:3 6850:33 6858:1 6867:20 6868:9 6874:1 6885:1 6891:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:3 7005:1 7011:1 7056:7 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7302:1 7314:2 7318:38 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:10 7400:8 7402:1 7405:1 7432:1 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:1 7469:1 7494:2 7508:3 7526:2 7527:1 7528:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:3 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:3 7678:1 7687:7 7689:1 7707:1 7748:1 7760:1 7772:1 7774:1 7783:1 7786:1 7813:1 7819:1 7831:2 7850:1 7859:1 7863:1 7869:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8152:1 8174:1 8189:2 8191:1 8192:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:2 8267:1 8268:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8308:1 8312:1 8371:1 8373:1 8376:3 8387:1 8390:1 8410:1 8438:1 8447:1 8448:1 8467:3 8484:1 8491:1 8502:1 8503:2 8509:1 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:2 8685:1 8692:1 8704:1 8720:1 8721:1 8733:2 8737:1 8739:6 8740:1 8745:1 8747:1 8781:1 8799:1 8837:2 8850:5 8891:2 8902:2 8910:1 8913:1 8914:3 8917:3 8922:2 8934:3 8939:2 8956:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9028:1 9030:2 9043:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9222:4 9223:2 9224:2 9226:1 9230:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:12 9257:2 9258:1 9260:8 9261:2 9265:1 9279:3 9290:1 9342:1 9346:1 9348:1 9352:3 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:3 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:6 9556:1 9583:1 9589:1 9590:1 9591:3 9597:1 9610:1 9620:1 9622:1 9650:1 9654:1 9674:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:4 9750:5 9765:1 9769:1 9786:1 9791:3 9798:1 9802:2 9806:1 9807:1 9841:1 9847:1 9860:3 9864:1 9865:2 9868:1 9869:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10064:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10125:1 10132:1 10135:2 10139:1 10150:1 10152:1 10153:1 10156:11 10172:1 10194:1 10200:1 10206:4 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10284:1 10313:1 10314:4 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10427:5 10429:2 10436:1 10437:11 10447:3 10450:1 10451:1 10454:2 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10595:1 10596:1 10649:5 10652:4 10656:1 10676:1 10686:1 10691:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10837:1 10849:1 10895:1 10908:1 10911:2 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10979:1 11000:1 11028:1 11043:1 11044:2 11108:1 11113:1 11128:1 11167:1 11181:1 11192:1 11200:1 11212:1 11236:1 11238:3 11244:1 11249:2 11257:1 11260:2 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:2 11294:1 11295:1 11298:1 11312:1 11315:2 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11423:1 11432:1 11435:1 11436:3 11437:2 11445:1 11451:1 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:1 11665:2 11676:1 11677:1 11689:1 11691:1 11694:3 11759:1 11780:6 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:2 11966:1 11980:1 11983:2 11997:2 12006:1 12007:1 12017:1 12026:1 12042:1 12043:1 12058:1 12077:6 12080:2 12081:1 12082:2 12083:1 12084:1 12090:4 12095:1 12097:1 12098:1 12105:1 12112:1 12113:1 12114:1 12121:1 12126:1 12166:1 12167:1 12188:1 12197:2 12199:4 12203:1 12206:1 12213:1 12238:7 12239:1 12244:1 12262:1 12263:1 12270:1 12276:2 12282:1 12285:1 12315:1 12320:3 12325:1 12336:2 12340:4 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12410:1 12411:12 12441:1 12464:6 12469:2 12473:1 12503:2 12508:1 12528:1 12535:4 12536:1 12546:2 12556:1 12576:1 12579:1 12584:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12710:1 12719:1 12720:3 12723:2 12727:1 12728:1 12742:1 12747:1 12750:3 12756:2 12759:1 12765:1 12766:3 12775:1 12776:1 12790:1 12811:1 12824:1 12829:1 12840:2 12862:1 12878:1 12884:1 12894:1 12899:1 12919:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:1 12994:3 13002:2 13010:1 13016:1 13023:1 13029:1 13031:1 13038:1 13042:1 13062:1 13082:1 13085:1 13086:1 13097:1 13106:1 13109:8 13113:1 13120:1 13151:1 13167:3 13168:1 13169:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13246:3 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:2 13376:1 13380:1 13387:1 13399:1 13425:2 13427:1 13429:1 13433:1 13436:1 13447:2 13454:2 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:1 13623:1 13631:3 13664:1 13671:1 13674:1 13680:1 13686:1 13690:4 13693:1 13723:1 13726:1 13751:2 13795:1 13804:1 13806:1 13817:2 13824:1 13827:1 13833:2 13839:1 13852:1 13853:2 13860:3 13879:1 13887:1 13891:1 13898:1 13903:1 13931:2 13945:2 13947:2 13958:1 13959:1 13965:2 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14310:1 14311:3 14313:1 14314:2 14315:4 14316:5 14317:1 14318:3 14320:3 14325:3 14329:2 14331:2 14332:1 14333:1 14334:1 14335:5 14342:1 14376:1 14378:2 14429:1 14431:1 14432:1 14444:1 14447:1 14456:2 14479:1 14481:1 14483:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14631:1 14646:4 14659:1 14689:1 14691:1 14695:1 14711:1 14720:1 14735:1 14736:1 14761:1 14771:1 14782:10 14817:2 14835:1 14838:1 14849:1 14859:1 14868:1 14875:1 14879:1 14900:1 14902:2 14914:2 14919:1 14925:1 14937:1 14945:1 14947:1 14964:1 14966:2 14981:1 14997:1 15019:3 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15140:1 15146:2 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:2 15540:3 15545:1 15548:1 15549:1 15551:1 15554:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:2 15632:1 15644:1 15677:1 15686:1 15687:2 15690:1 15704:1 15744:1 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:4 15880:2 15895:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:1 16037:1 16047:2 16055:3 16074:2 16088:1 16118:2 16129:6 16135:2 16144:1 16153:2 16167:1 16190:1 16195:2 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16265:1 16300:1 16301:1 16305:1 16312:1815 16315:2 16336:1 16338:1 16354:1 16375:2 16379:1 16394:1 16405:1 16409:2 16417:2 16424:1 16426:1 16436:2 16460:1 16463:1 16467:1 16485:1 16486:1 16491:1 16497:1 16500:1 16516:1 16543:1 16567:1 16569:1 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16696:1 16709:1 16714:4 16734:1 16756:1 16762:1 16776:1 16780:8 16793:3 16797:1 16826:1 16830:1 16849:1 16854:1 16859:3 16900:1 16915:1 16924:1 16938:1 16949:2 16956:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:3 17072:1 17096:1 17100:5 17104:1 17139:1 17156:1 17169:1 17170:1 17172:8 17178:1 17187:1 17208:1 17209:1 17211:1 17241:1 17244:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:10 17319:1 17330:20 17333:4 17336:1 17349:1 17374:3 17408:2 17416:1 17424:1 17430:1 17431:1 17452:1 17454:1 17473:1 17498:1 17506:1 17519:1 17535:4 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17612:1 17613:1 17625:1 17634:65 17649:2 17653:1 17657:1 17667:1 17672:1 17678:4 17680:1 17694:1 17701:1 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17781:1 17783:7 17799:10 17800:1 17807:2 17811:1 17860:3 17881:5 17884:2 17886:1 17888:1 17890:1 17891:2 17893:1 17897:2 17899:1 17900:1 17901:1 17902:2 17905:4 17906:3 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:1 18019:1 18026:1 18037:1 18057:2 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:1 18208:3 18211:1 18213:1 18221:3 18224:1 18225:3 18241:1 18249:1 18256:1 18264:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:2 18450:1 18455:1 18470:1 18472:1 18487:1 18550:1 18561:4 18569:2 18592:1 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18768:1 18774:1 18783:1 18795:2 18814:1 18816:1 18822:1 18833:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:3 18963:1 18964:1 18965:1 18968:2 18994:1 19004:1 19005:1 19013:1 19024:1 19029:1 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:3 19100:19 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:2 19197:1 19209:1 19219:2 19221:4 19223:1 19224:1 19229:1 19243:1 19250:2 19257:1 19262:1 19271:2 19290:1 19317:6 19320:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:9 19350:1 19351:2 19355:2 19363:2 19374:1 19383:9 19394:1 19408:5 19418:1 19424:1 19438:1 19441:1 19443:1 19452:2 19454:1 19467:3 19479:1 19482:1 19483:1 19494:1 19501:2 19504:1 19505:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19589:1 19590:1 19594:2 19607:2 19609:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19712:1 19716:1 19721:1 19725:1 19732:1 19736:4 19740:2 19742:3 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19850:2 19900:2 19916:1 19953:4 19964:4 19994:2 20028:2 20048:1 20050:2 20067:1 20071:1 20077:1 20085:10 20087:1 20088:1 20098:1 20102:1 20127:3 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20251:3 20255:2 20268:1 20271:1 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:7 20448:2 20460:1 20474:1 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:1 20585:3 20599:1 20604:2 20607:1 20608:3 20610:3 20623:1 20633:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:2 20687:1 20696:1 20709:1 20713:1 20722:3 20723:2 20735:1 20739:1 20742:1 20753:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20929:6 20936:1 20944:1 20974:1 20986:1 21023:1 21036:3 21056:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21150:3 21179:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:2 21251:1 21255:1 21257:2 21272:3 21273:1 21274:2 21283:1 21284:3 21301:1 21302:1 21305:1 21306:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:2 21528:1 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21610:1 21613:3 21615:3 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:1 21700:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:2 21904:1 21906:3 21914:1 21918:1 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:3 22169:1 22184:5 22228:2 22232:1 22237:3 22249:1 22259:1 22260:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:1 22325:1 22327:1 22330:1 22351:1 22370:2 22396:2 22399:1 22419:3 22422:1 22440:1 22445:2 22471:2 22473:3 22480:6 22481:1 22486:1 22490:1 22498:2 22520:2 22535:1 22542:1 22546:1 22564:1 22574:5 22575:1 22586:1 22588:1 22590:1 22614:1 22615:3 22619:1 22639:2 22652:1 22671:1 22675:1 22676:1 22690:3 22704:1 22706:1 22707:1 22718:1 22723:4 22725:1 22742:1 22754:3 22758:2 22766:2 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22847:1 22857:1 22859:1 22860:1 22867:1 22883:1 22898:1 22906:1 22935:3 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:6 23002:1 23003:1 23007:1 23015:2 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23077:1 23088:2 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:1 23318:2 23322:1 23347:1 23348:1 23353:2 23359:1 23364:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23490:1 23506:1 23524:3 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23611:1 23644:1 23656:1 23702:3 23705:1 23731:1 23732:2 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:1 23810:1 23814:1 23820:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:1 23979:2 23987:1 23992:1 23998:1 24006:1 24007:1 24017:1 24038:1 24040:1 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:2 24075:2 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24129:1 24135:2 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:10 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:6 24627:2 24635:1 24639:2 24652:26 24671:1 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24754:1 24763:1 24770:2 24778:1 24784:1 24785:1 24789:1 24814:1 24829:1 24835:1 24838:1 24863:1 24876:1 24883:1 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:1 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24995:1 25004:1 25006:3 25016:1 25031:1 25062:1 25063:1 25064:4 25066:1 25067:1 25112:1 25119:2 25122:4 25133:1 25148:1 25168:3 25174:1 25214:1 25221:1 25222:1 25232:1 25250:1 25254:1 25259:1 25266:3 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25409:1 25436:1 25452:1 25456:1 25467:1 25470:1 25482:1 25498:1 25503:1 25518:1 25528:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25643:1 25652:3 25661:1 25667:2 25671:1 25675:3 25679:1 25684:1 25695:1 25707:1 25711:1 25712:1 25717:1 25719:5 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 31:1 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:4 128:1 139:3 141:1 144:1 147:1 150:2 154:1 158:1 167:1 171:3 183:1 203:1 204:1 211:3 225:2 236:1 264:3 275:2 292:4 294:1 309:1 313:1 320:1 327:1 332:2 333:4 334:1 344:1 349:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:3 489:1 497:2 500:1 503:1 505:2 514:8 515:1 532:1 558:1 584:1 592:1 595:1 618:1 639:1 660:1 684:1 686:1 687:2 702:2 709:4 718:5 722:1 723:1 725:1 736:2 741:6 742:2 750:1 751:4 765:3 766:1 774:3 778:1 780:1 781:1 782:3 787:5 800:2 802:2 807:1 811:1 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:3 1213:3 1217:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:9 1335:1 1345:9 1358:1 1360:3 1362:1 1377:1 1380:1 1382:1 1407:2 1434:1 1447:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:1 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:1 1607:1 1615:1 1634:1 1643:2 1658:1 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1739:1 1748:3 1761:2 1767:1 1771:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:2 1841:2 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:7 1901:1 1917:3 1935:1 1936:3 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:2 1984:7 1985:2 1986:1 1987:2 1990:3 1992:2 1996:1 1997:4 1999:1 2000:1 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:1 2065:1 2082:1 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:1 2130:1 2133:1 2134:1 2138:1 2150:1 2165:1 2169:1 2189:1 2191:1 2207:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2348:1 2353:1 2365:1 2369:1 2377:1 2378:2 2379:3 2390:1 2412:1 2435:2 2436:2 2442:1 2446:2 2456:1 2462:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:19 2534:1 2537:1 2541:7 2555:2 2557:1 2579:2 2594:1 2599:14 2610:1 2614:1 2615:1 2637:2 2644:1 2647:3 2677:1 2720:1 2727:1 2745:1 2746:1 2747:2 2752:3 2763:1 2776:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2883:1 2886:2 2899:6 2923:1 2945:1 2980:1 3016:1 3025:3 3029:1 3030:4 3031:4 3033:2 3034:2 3035:6 3036:4 3038:1 3039:1 3040:2 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:3 3090:2 3098:1 3111:2 3119:1 3133:1 3145:2 3150:1 3154:2 3155:7 3156:1 3158:18 3164:2 3167:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3240:7 3241:2 3242:1 3245:1 3250:2 3257:1 3278:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:5 3542:1 3556:1 3558:1 3560:1 3585:1 3586:1 3590:1 3595:1 3615:1 3628:1 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3736:1 3754:1 3777:1 3791:1 3815:1 3816:1 3817:3 3841:1 3843:1 3849:2 3858:5 3865:1 3867:1 3875:2 3894:1 3918:1 3942:1 3964:1 3996:1 4008:3 4010:1 4013:1 4044:2 4060:3 4061:1 4067:4 4084:1 4088:1 4093:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:2 4153:1 4157:1 4195:1 4198:1 4200:4 4224:2 4228:1 4241:3 4245:2 4257:1 4277:1 4284:1 4336:1 4363:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4417:1 4433:1 4471:1 4479:2 4489:1 4497:1 4500:1 4502:3 4506:1 4508:4 4509:1 4510:1 4513:1 4514:3 4517:1 4520:6 4521:1 4527:1 4528:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:1 4611:1 4616:1 4633:2 4650:1 4677:3 4698:2 4730:1 4733:2 4742:1 4744:1 4748:1 4753:4 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:2 5020:2 5023:1 5047:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:4 5206:1 5214:1 5220:1 5232:1 5234:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5347:1 5349:2 5350:2 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:1 5400:2 5415:1 5428:1 5448:3 5451:1 5452:5 5453:2 5478:6 5479:1 5482:2 5490:1 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:2 5556:1 5570:1 5577:2 5591:1 5619:1 5624:3 5625:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:5 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5767:1 5797:1 5813:1 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5964:1 5973:1 5981:1 6004:5 6005:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:6 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:9 6136:1 6149:1 6180:1 6186:1 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6364:1 6386:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:1 6546:1 6603:3 6617:1 6630:5 6632:1 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:2 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:1 6796:2 6807:2 6813:4 6817:1 6836:3 6850:34 6858:1 6867:20 6868:9 6874:1 6885:1 6891:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:3 7005:1 7011:1 7056:7 7057:1 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7214:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7302:1 7314:2 7318:39 7338:1 7347:1 7356:1 7365:1 7389:1 7397:1 7398:11 7400:8 7402:1 7405:1 7432:1 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:2 7469:1 7494:2 7508:3 7526:2 7527:1 7528:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:3 7636:1 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:4 7678:1 7687:7 7689:1 7702:1 7707:1 7748:1 7760:1 7772:2 7774:1 7783:1 7786:1 7813:1 7819:1 7831:2 7850:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8152:1 8174:1 8189:2 8191:1 8192:1 8208:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:2 8267:1 8268:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8308:1 8312:1 8369:1 8371:1 8373:1 8376:3 8387:1 8390:1 8410:1 8438:1 8447:1 8448:1 8467:3 8484:1 8491:1 8502:1 8503:2 8509:1 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8636:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:2 8685:1 8692:1 8704:1 8720:1 8721:1 8733:2 8737:1 8739:6 8740:1 8745:1 8747:1 8754:1 8781:1 8799:1 8837:2 8850:6 8891:2 8902:2 8910:1 8913:1 8914:3 8917:3 8922:2 8934:3 8938:1 8939:3 8956:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9028:1 9030:2 9043:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9222:4 9223:2 9224:2 9226:1 9230:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:12 9257:2 9258:1 9260:8 9261:2 9265:1 9279:3 9290:1 9342:1 9346:1 9348:1 9352:3 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:5 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:1 9620:1 9622:1 9650:1 9654:1 9674:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:4 9750:5 9765:1 9769:1 9786:1 9791:3 9798:1 9802:2 9806:1 9807:1 9841:1 9847:1 9860:4 9864:1 9865:2 9868:1 9869:1 9873:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10064:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10125:1 10132:1 10135:2 10139:1 10146:1 10150:1 10152:1 10153:1 10156:11 10172:1 10194:1 10200:1 10206:4 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10284:1 10313:1 10314:4 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10427:5 10429:2 10436:1 10437:11 10447:3 10450:1 10451:1 10454:2 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10595:1 10596:1 10649:6 10652:4 10656:2 10676:1 10686:1 10691:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10837:1 10849:1 10895:1 10908:1 10911:2 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11108:1 11113:1 11128:1 11167:1 11181:1 11192:1 11200:1 11212:1 11236:1 11238:4 11244:1 11249:2 11257:1 11260:3 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:2 11294:1 11295:1 11298:1 11310:1 11312:1 11315:2 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:1 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11423:1 11432:1 11435:1 11436:4 11437:2 11445:1 11451:1 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:1 11665:2 11676:1 11677:1 11689:1 11691:1 11694:3 11759:1 11780:6 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:2 11966:1 11980:1 11983:2 11997:2 12006:1 12007:1 12017:1 12026:1 12042:1 12043:1 12058:1 12077:6 12080:2 12081:1 12082:2 12083:1 12084:1 12090:4 12095:1 12097:1 12098:1 12105:1 12112:1 12113:1 12114:1 12121:1 12126:1 12166:1 12167:1 12188:1 12197:2 12199:4 12203:1 12206:1 12213:1 12238:7 12239:1 12244:1 12262:1 12263:1 12270:1 12276:2 12282:1 12285:1 12315:1 12320:3 12325:1 12336:2 12340:4 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12410:1 12411:12 12441:1 12464:6 12469:2 12473:1 12503:2 12508:1 12528:1 12535:4 12536:1 12546:2 12556:1 12576:1 12579:1 12584:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:1 12742:1 12747:1 12750:3 12756:2 12759:1 12765:1 12766:3 12775:1 12776:1 12790:1 12811:1 12824:1 12829:1 12840:2 12862:1 12872:1 12878:1 12884:1 12894:1 12896:1 12899:1 12919:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:1 12994:3 13002:2 13010:1 13016:1 13023:1 13029:1 13031:1 13038:1 13042:1 13045:1 13062:1 13082:1 13085:1 13086:1 13097:1 13106:1 13109:8 13113:1 13120:1 13151:1 13167:3 13168:1 13169:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13246:3 13247:1 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13425:2 13427:1 13429:1 13433:1 13436:1 13447:2 13454:2 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:1 13623:1 13631:3 13640:1 13664:2 13671:1 13674:1 13680:1 13686:1 13690:5 13693:1 13723:1 13726:1 13751:2 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:1 13833:2 13839:1 13842:1 13852:1 13853:2 13860:3 13879:2 13887:1 13891:1 13898:1 13903:1 13931:2 13945:2 13947:2 13958:1 13959:1 13965:3 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14310:1 14311:3 14313:1 14314:2 14315:4 14316:5 14317:1 14318:3 14320:3 14324:1 14325:3 14329:2 14331:2 14332:1 14333:1 14334:1 14335:5 14338:1 14342:1 14376:1 14378:2 14429:1 14431:1 14432:1 14444:1 14447:1 14456:2 14479:1 14481:1 14483:1 14499:1 14520:1 14527:1 14528:1 14537:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14631:1 14646:4 14659:1 14689:1 14691:1 14695:1 14711:1 14720:1 14735:1 14736:1 14761:1 14771:1 14782:11 14817:2 14835:1 14838:1 14849:1 14859:1 14868:1 14875:1 14879:1 14900:1 14902:2 14914:2 14919:1 14925:1 14937:1 14945:1 14947:1 14964:1 14966:2 14981:1 14997:1 15019:3 15029:1 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:3 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:1 15244:1 15254:1 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:2 15540:3 15545:1 15548:1 15549:1 15551:1 15554:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15677:1 15686:1 15687:2 15690:1 15704:1 15744:1 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:4 15880:2 15895:2 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:2 16037:1 16047:2 16055:3 16074:2 16088:1 16118:2 16129:6 16135:2 16144:1 16153:2 16167:1 16190:1 16195:2 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16265:1 16300:1 16301:1 16305:1 16312:1893 16315:2 16317:1 16336:1 16338:1 16354:1 16375:2 16379:1 16394:1 16397:1 16405:1 16409:2 16417:2 16424:1 16426:1 16436:2 16460:1 16463:1 16467:1 16485:1 16486:1 16491:1 16497:2 16500:1 16516:1 16541:1 16543:1 16567:1 16569:1 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16696:1 16709:1 16714:4 16734:1 16756:1 16762:1 16776:1 16780:8 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16900:1 16915:1 16924:3 16938:1 16949:2 16956:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:3 17072:1 17096:1 17100:6 17104:1 17117:1 17139:1 17148:1 17156:1 17169:1 17170:1 17172:8 17178:1 17187:1 17208:1 17209:1 17211:1 17216:1 17220:1 17241:1 17244:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:11 17319:1 17330:20 17333:4 17336:1 17349:1 17374:3 17408:2 17416:1 17424:1 17430:1 17431:1 17452:1 17454:1 17473:1 17498:1 17506:1 17519:1 17535:4 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:68 17640:1 17646:1 17649:2 17653:1 17657:1 17667:1 17672:1 17678:4 17680:1 17694:1 17701:1 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17781:1 17783:7 17799:11 17800:1 17807:2 17811:1 17860:3 17876:1 17881:5 17884:2 17886:1 17888:1 17890:1 17891:2 17893:1 17897:2 17899:1 17900:1 17901:1 17902:2 17905:4 17906:3 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:1 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:2 18208:3 18211:1 18213:1 18221:3 18224:1 18225:3 18241:1 18249:1 18256:1 18264:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:4 18450:1 18455:1 18470:1 18472:1 18487:1 18550:1 18561:4 18569:2 18592:1 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18768:1 18774:1 18783:1 18795:2 18814:1 18816:1 18822:1 18833:1 18837:2 18844:2 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:3 18963:1 18964:1 18965:1 18968:2 18994:1 19004:1 19005:1 19013:1 19024:1 19029:2 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:3 19100:20 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:3 19197:1 19209:1 19219:2 19221:4 19223:1 19224:1 19229:1 19243:1 19250:2 19257:1 19262:1 19271:2 19290:1 19317:6 19320:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:9 19350:1 19351:2 19355:2 19363:2 19374:1 19383:9 19394:1 19408:6 19418:1 19424:1 19438:1 19441:1 19443:1 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19501:2 19504:1 19505:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19588:1 19589:1 19590:1 19594:2 19607:2 19609:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19712:1 19716:1 19721:1 19725:1 19732:1 19736:4 19740:2 19742:3 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19849:1 19850:2 19900:2 19916:1 19927:1 19953:4 19964:4 19994:2 20028:2 20048:1 20050:2 20067:1 20071:2 20077:1 20085:11 20087:1 20088:1 20098:1 20102:1 20127:3 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:7 20448:2 20460:1 20474:1 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:1 20585:3 20599:1 20604:2 20607:1 20608:3 20610:3 20623:1 20632:1 20633:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:2 20687:1 20696:1 20709:1 20713:1 20722:3 20723:2 20735:1 20739:1 20742:1 20753:1 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:1 20929:6 20936:1 20944:1 20974:1 20986:1 21023:1 21036:4 21056:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21150:3 21179:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:2 21283:1 21284:3 21301:1 21302:1 21305:1 21306:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21387:1 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:2 21528:1 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21610:1 21613:3 21615:3 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:1 21700:1 21710:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21892:1 21898:1 21903:2 21904:1 21906:3 21914:1 21918:1 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:3 22169:1 22184:5 22222:1 22228:2 22232:1 22237:3 22249:1 22259:1 22260:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:1 22325:1 22327:1 22330:1 22351:1 22370:2 22396:2 22399:1 22419:3 22422:1 22440:1 22445:2 22471:2 22473:3 22480:6 22481:1 22486:1 22490:1 22498:2 22520:2 22535:1 22542:1 22546:1 22548:1 22564:1 22574:5 22575:1 22586:1 22588:1 22590:1 22614:1 22615:3 22619:1 22639:2 22652:1 22671:1 22675:1 22676:1 22690:3 22704:1 22706:1 22707:1 22718:1 22723:4 22725:1 22742:1 22754:3 22758:2 22766:3 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22847:1 22857:1 22859:1 22860:1 22867:1 22883:1 22898:1 22906:1 22935:3 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:6 23002:1 23003:1 23007:1 23015:2 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23077:1 23088:2 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:1 23348:1 23353:2 23359:1 23364:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23482:1 23490:1 23506:1 23524:3 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23611:1 23644:1 23656:1 23702:3 23705:1 23731:1 23732:2 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:1 23810:1 23814:1 23820:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:1 23979:2 23987:1 23992:1 23998:1 24006:1 24007:1 24017:1 24038:1 24040:1 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:2 24075:2 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24129:1 24135:2 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:10 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:6 24627:2 24635:1 24639:2 24652:28 24671:1 24675:1 24686:3 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24754:1 24763:1 24770:2 24778:1 24784:1 24785:1 24789:1 24802:1 24814:1 24829:1 24835:1 24838:2 24863:1 24876:1 24883:1 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:1 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24995:1 25004:1 25006:3 25016:1 25031:2 25062:1 25063:1 25064:4 25066:1 25067:1 25112:1 25119:2 25122:5 25133:1 25148:1 25168:3 25174:1 25214:1 25221:1 25222:1 25232:1 25250:1 25254:1 25259:1 25266:3 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25409:1 25436:1 25452:1 25456:1 25465:1 25467:1 25470:1 25482:1 25498:1 25503:1 25518:1 25528:1 25533:2 25555:1 25579:2 25582:1 25621:1 25626:1 25635:1 25643:1 25652:3 25661:1 25667:2 25671:1 25675:3 25679:1 25684:1 25695:1 25707:1 25711:1 25712:1 25717:1 25719:5 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1
5 1:1 12:1 27:1 30:3 31:1 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:4 128:1 139:3 141:1 144:1 147:1 150:2 154:1 158:1 167:1 171:3 183:1 203:1 204:1 211:3 225:2 236:1 264:3 275:2 292:5 294:1 309:1 313:1 320:1 327:1 332:2 333:4 334:1 344:1 349:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:3 489:1 497:2 500:1 502:1 503:1 505:2 514:8 515:1 532:1 558:1 584:1 592:1 595:1 618:1 639:1 660:1 684:1 686:1 687:2 702:2 709:4 718:5 722:1 723:1 725:1 736:2 741:6 742:2 750:1 751:4 765:3 766:1 774:3 778:1 780:1 781:1 782:3 787:5 800:2 802:2 807:1 811:1 821:4 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:1 938:1 954:1 979:1 1009:1 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:4 1213:3 1217:1 1222:1 1227:3 1231:2 1240:2 1244:1 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:10 1335:1 1345:10 1358:1 1360:3 1362:1 1377:1 1380:1 1382:1 1407:2 1434:1 1447:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:1 1607:1 1615:1 1634:1 1643:2 1658:1 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1739:2 1748:3 1761:2 1767:1 1771:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1841:2 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:8 1901:1 1917:3 1935:1 1936:3 1938:1 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:7 1985:2 1986:1 1987:3 1990:3 1992:2 1996:1 1997:4 1999:1 2000:1 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:2 2065:1 2082:1 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:1 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:1 2191:1 2207:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2348:1 2353:1 2365:1 2369:1 2377:1 2378:2 2379:3 2390:1 2412:1 2435:2 2436:2 2442:1 2446:2 2456:1 2462:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:19 2534:1 2537:1 2541:7 2555:2 2557:1 2579:2 2594:1 2599:15 2610:1 2614:1 2615:1 2637:2 2644:1 2647:3 2677:1 2720:1 2727:1 2745:1 2746:1 2747:2 2752:4 2763:2 2776:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2883:1 2886:2 2899:6 2923:1 2945:1 2980:1 2987:1 3016:1 3025:3 3029:1 3030:4 3031:4 3033:3 3034:2 3035:6 3036:4 3038:1 3039:1 3040:2 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:3 3090:4 3098:1 3111:2 3119:1 3133:1 3145:2 3150:1 3154:2 3155:7 3156:1 3158:19 3164:2 3167:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3240:7 3241:2 3242:1 3245:1 3250:2 3257:1 3278:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:6 3542:1 3556:1 3558:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3628:1 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:2 3715:1 3736:1 3754:1 3777:1 3791:1 3815:1 3816:1 3817:3 3841:1 3843:1 3849:2 3858:5 3865:1 3867:1 3875:2 3894:1 3918:1 3942:1 3964:1 3996:1 4008:3 4010:1 4013:1 4044:2 4060:3 4061:1 4067:4 4084:1 4088:1 4093:1 4115:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:2 4153:1 4157:1 4188:1 4195:1 4198:1 4200:5 4224:2 4228:1 4241:3 4245:2 4257:1 4277:1 4284:1 4336:1 4344:1 4363:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4417:1 4433:1 4471:1 4479:2 4489:1 4497:1 4500:1 4502:3 4506:1 4508:4 4509:2 4510:1 4513:1 4514:3 4517:2 4520:6 4521:1 4527:1 4528:2 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:2 4611:1 4616:1 4633:2 4650:1 4677:3 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:4 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:2 5020:2 5023:1 5047:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:4 5206:1 5214:1 5220:1 5232:1 5234:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5347:1 5349:2 5350:2 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:1 5400:2 5415:1 5428:1 5448:3 5451:1 5452:5 5453:2 5478:6 5479:1 5482:2 5490:1 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:2 5556:1 5570:1 5577:2 5591:1 5619:1 5624:3 5625:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:5 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5767:1 5797:1 5813:1 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5964:1 5973:1 5981:2 6004:5 6005:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:6 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:10 6136:1 6149:1 6180:1 6186:1 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6364:1 6386:1 6389:1 6400:1 6406:1 6417:2 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:2 6546:1 6603:3 6617:1 6630:5 6632:1 6634:1 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:2 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:2 6796:2 6807:2 6813:4 6817:1 6836:3 6850:36 6858:1 6867:20 6868:9 6874:1 6885:1 6891:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:3 7005:1 7011:1 7056:7 7057:1 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7214:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7302:1 7314:2 7318:42 7338:1 7347:1 7356:1 7365:1 7389:2 7397:1 7398:12 7400:9 7402:1 7405:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:2 7469:1 7480:1 7494:2 7508:3 7517:1 7526:2 7527:1 7528:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:3 7636:2 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:4 7678:1 7687:7 7689:1 7702:1 7707:1 7748:1 7760:1 7772:2 7774:1 7783:1 7786:1 7813:2 7819:1 7831:2 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8069:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8152:1 8174:1 8189:3 8191:1 8192:1 8208:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:2 8267:1 8268:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8308:1 8312:1 8369:1 8371:1 8373:1 8376:3 8387:1 8390:1 8410:1 8438:1 8447:1 8448:1 8467:4 8484:1 8491:1 8502:1 8503:3 8509:1 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8636:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:2 8685:1 8692:1 8704:1 8720:1 8721:1 8733:2 8737:1 8739:6 8740:1 8741:1 8745:1 8747:1 8754:1 8781:1 8799:1 8837:2 8850:6 8891:2 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:3 8956:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9028:1 9030:3 9043:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:5 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9222:4 9223:2 9224:2 9226:1 9230:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:13 9257:2 9258:1 9260:8 9261:2 9265:1 9279:3 9290:1 9342:1 9346:1 9348:1 9352:3 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:6 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9650:1 9654:1 9674:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:4 9750:5 9765:1 9769:1 9786:1 9791:3 9798:1 9802:2 9806:1 9807:1 9841:1 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10064:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10125:1 10129:1 10132:1 10135:2 10139:1 10146:1 10150:1 10152:1 10153:1 10156:11 10172:1 10194:1 10200:1 10206:5 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10284:1 10313:1 10314:6 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10427:5 10429:2 10436:1 10437:12 10441:1 10447:3 10450:1 10451:1 10454:2 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10595:1 10596:3 10649:6 10652:4 10656:2 10676:1 10686:1 10691:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10837:1 10849:1 10895:1 10908:1 10911:2 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11108:1 11113:1 11128:1 11167:1 11181:1 11192:1 11199:1 11200:1 11212:1 11236:1 11238:4 11244:1 11249:2 11257:1 11260:3 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:2 11294:1 11295:1 11298:1 11310:1 11312:1 11315:2 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11423:1 11432:1 11435:1 11436:4 11437:2 11445:1 11451:1 11461:1 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:1 11665:2 11676:1 11677:1 11689:1 11691:1 11694:3 11759:1 11780:6 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:2 11966:1 11980:1 11983:3 11997:2 12006:1 12007:1 12017:1 12026:1 12042:1 12043:1 12058:1 12077:6 12080:2 12081:1 12082:2 12083:1 12084:1 12090:5 12095:1 12097:1 12098:1 12105:1 12112:1 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12188:1 12197:2 12199:4 12203:1 12206:1 12213:1 12238:7 12239:1 12244:1 12262:1 12263:1 12270:1 12276:2 12282:1 12285:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12410:1 12411:12 12441:1 12464:6 12469:2 12473:1 12503:2 12508:1 12528:1 12535:4 12536:1 12546:2 12556:1 12576:1 12579:1 12584:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:1 12742:1 12747:1 12750:3 12756:2 12759:1 12765:1 12766:3 12775:1 12776:1 12790:1 12811:1 12824:1 12829:1 12840:2 12862:1 12872:1 12878:1 12884:1 12894:2 12896:1 12899:1 12919:1 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:1 12994:3 13002:2 13010:1 13016:1 13023:1 13029:1 13031:1 13038:1 13042:1 13045:1 13062:1 13082:1 13085:1 13086:1 13097:1 13106:1 13109:8 13113:1 13120:1 13151:1 13167:3 13168:1 13169:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13246:3 13247:1 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13425:2 13427:1 13429:1 13433:1 13436:1 13447:2 13454:2 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:1 13623:1 13631:3 13640:1 13664:2 13671:2 13674:1 13680:1 13686:1 13690:6 13693:1 13723:1 13726:1 13751:2 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:1 13833:2 13839:1 13842:1 13852:1 13853:2 13860:4 13879:2 13887:1 13891:1 13898:1 13903:1 13931:2 13945:2 13947:2 13958:1 13959:1 13965:3 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14310:1 14311:3 14313:1 14314:2 14315:4 14316:5 14317:1 14318:3 14320:3 14323:1 14324:2 14325:4 14329:2 14331:2 14332:1 14333:1 14334:1 14335:5 14338:1 14342:1 14376:1 14378:2 14429:1 14431:1 14432:1 14444:1 14447:1 14456:3 14479:1 14481:1 14483:1 14499:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14631:1 14646:5 14659:1 14689:1 14691:1 14695:1 14711:1 14720:1 14735:1 14736:1 14761:1 14771:1 14782:12 14817:2 14835:1 14838:1 14849:1 14859:1 14868:1 14875:1 14879:1 14900:1 14902:2 14914:2 14919:1 14925:1 14937:1 14945:1 14947:1 14964:1 14966:2 14981:1 14997:1 15014:1 15019:3 15029:1 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:3 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:2 15244:1 15254:1 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:2 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15677:1 15686:1 15687:2 15690:1 15704:1 15744:1 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:4 15880:2 15895:2 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:2 16037:1 16047:2 16055:3 16074:2 16088:1 16118:2 16129:6 16135:2 16144:1 16153:2 16167:1 16190:1 16195:2 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16265:1 16300:1 16301:1 16305:1 16312:1970 16315:2 16317:1 16336:1 16338:1 16354:1 16375:2 16379:1 16394:1 16397:1 16405:1 16409:2 16417:2 16424:1 16426:1 16436:2 16460:1 16463:1 16467:1 16485:1 16486:1 16491:1 16497:2 16500:1 16516:1 16541:1 16543:1 16567:1 16569:1 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16696:1 16709:1 16714:4 16734:1 16756:1 16762:1 16776:1 16780:8 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16900:1 16915:1 16924:3 16938:1 16949:2 16950:1 16956:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:3 17072:1 17096:1 17100:6 17104:1 17117:1 17118:1 17139:1 17148:1 17156:1 17169:1 17170:1 17172:8 17178:1 17187:1 17208:1 17209:1 17211:1 17216:1 17220:1 17241:1 17244:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:12 17319:1 17330:20 17333:4 17336:1 17349:1 17374:4 17408:2 17416:1 17424:2 17430:1 17431:1 17452:1 17454:1 17473:1 17498:1 17506:1 17519:1 17535:4 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:72 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:4 17680:1 17694:1 17701:1 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17781:1 17783:8 17793:1 17799:12 17800:1 17807:2 17811:1 17860:3 17876:1 17881:5 17884:2 17886:1 17888:1 17890:1 17891:2 17893:1 17897:2 17899:1 17900:1 17901:1 17902:2 17905:5 17906:3 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:2 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:2 18208:3 18211:1 18213:1 18221:3 18224:1 18225:4 18241:1 18249:1 18256:1 18264:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:5 18450:1 18455:1 18470:1 18472:1 18487:1 18550:1 18561:4 18569:2 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18768:1 18774:1 18783:1 18795:2 18814:1 18816:1 18822:1 18833:1 18837:2 18844:2 18849:1 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:3 18963:1 18964:1 18965:1 18968:2 18994:1 19004:1 19005:1 19013:1 19024:1 19029:2 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:22 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:3 19197:1 19209:1 19219:2 19221:5 19223:1 19224:1 19229:1 19243:1 19250:2 19257:2 19262:2 19271:2 19290:1 19317:6 19320:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:10 19350:1 19351:2 19355:2 19363:2 19374:1 19383:9 19394:1 19408:6 19418:1 19424:1 19438:1 19441:1 19443:1 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19501:2 19504:1 19505:1 19506:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19588:1 19589:1 19590:1 19594:2 19596:1 19607:2 19609:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19712:1 19716:1 19721:1 19725:1 19732:1 19736:4 19740:2 19742:3 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19849:1 19850:2 19900:3 19906:1 19916:1 19927:1 19953:4 19964:6 19994:2 20028:2 20048:1 20050:2 20067:1 20071:2 20077:1 20085:12 20087:1 20088:1 20098:1 20102:1 20127:3 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20440:2 20442:1 20445:7 20448:2 20460:1 20474:1 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:2 20585:3 20599:1 20604:2 20607:1 20608:3 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:3 20687:2 20691:1 20692:1 20696:1 20709:1 20713:1 20722:3 20723:2 20727:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20936:1 20944:1 20974:1 20986:1 21023:1 21036:4 21056:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:1 21150:3 21179:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:2 21283:1 21284:3 21301:1 21302:1 21305:1 21306:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21387:1 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:2 21528:1 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21610:1 21613:3 21615:3 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:1 21700:1 21710:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21871:1 21892:1 21898:1 21903:2 21904:1 21906:3 21914:1 21918:1 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22078:2 22093:1 22098:1 22112:1 22163:5 22169:1 22184:6 22222:1 22228:2 22232:1 22237:3 22249:1 22259:1 22260:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:1 22319:1 22325:1 22327:1 22330:1 22351:1 22370:2 22396:2 22399:1 22419:3 22422:1 22440:1 22445:3 22471:2 22473:3 22480:6 22481:1 22486:1 22490:1 22498:2 22520:2 22535:1 22542:1 22546:1 22548:1 22564:1 22574:5 22575:1 22586:1 22588:1 22590:1 22614:1 22615:3 22619:1 22639:2 22644:1 22652:1 22671:1 22675:1 22676:1 22690:4 22704:1 22706:1 22707:1 22718:2 22723:4 22725:1 22742:1 22754:3 22758:2 22766:4 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22847:1 22852:1 22857:2 22859:1 22860:1 22867:1 22883:1 22898:1 22906:1 22935:3 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:6 23002:1 23003:1 23007:1 23015:2 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:1 23088:3 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:1 23348:1 23353:2 23359:1 23364:1 23366:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23482:1 23490:1 23506:1 23524:3 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23611:1 23644:1 23656:1 23702:3 23705:1 23731:1 23732:2 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:1 23810:1 23814:1 23820:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:1 23979:2 23987:1 23992:1 23998:1 24006:1 24007:1 24017:1 24038:1 24040:2 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:2 24075:2 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:2 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:10 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:29 24671:1 24674:1 24675:1 24686:3 24688:1 24689:1 24696:1 24714:1 24723:2 24745:2 24747:1 24754:1 24763:1 24770:2 24778:1 24784:1 24785:1 24789:1 24802:1 24814:2 24829:1 24835:1 24838:2 24863:1 24876:1 24883:1 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24995:1 25004:1 25006:3 25016:1 25029:1 25031:2 25062:1 25063:1 25064:4 25066:1 25067:1 25112:1 25119:2 25122:5 25133:1 25148:1 25168:3 25174:1 25214:1 25221:1 25222:1 25232:1 25250:1 25254:1 25259:1 25266:4 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25409:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25498:1 25503:1 25518:1 25528:1 25533:2 25555:1 25567:1 25579:2 25582:1 25621:1 25626:1 25635:1 25643:1 25652:3 25661:1 25667:2 25671:1 25675:3 25679:1 25684:1 25695:1 25707:1 25711:1 25712:1 25717:1 25719:6 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:5 128:1 135:1 139:3 141:1 144:1 147:1 150:2 154:1 158:1 167:1 171:3 183:1 203:1 204:1 211:3 225:3 236:1 264:3 275:2 292:5 294:1 309:1 313:1 320:1 327:1 332:2 333:4 334:1 344:1 349:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:8 515:1 532:1 558:1 584:1 592:1 595:1 618:1 639:1 660:1 684:1 686:1 687:2 702:2 709:4 718:5 722:1 723:1 725:1 736:2 741:6 742:2 750:1 751:4 765:4 766:1 774:3 778:1 780:1 781:1 782:3 787:5 800:2 802:2 807:1 811:1 821:4 822:1 823:1 828:1 851:1 855:1 857:2 898:1 899:1 917:2 938:1 954:1 979:1 1009:1 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:4 1213:3 1217:1 1222:1 1227:3 1231:2 1240:3 1244:1 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:10 1335:1 1345:10 1358:1 1360:3 1362:1 1377:1 1380:1 1382:1 1407:3 1434:1 1435:1 1447:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:1 1607:1 1615:1 1634:1 1643:2 1658:1 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1739:2 1748:3 1761:2 1767:1 1771:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1841:2 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:8 1901:2 1917:3 1935:1 1936:3 1938:1 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:7 1985:2 1986:1 1987:3 1990:3 1992:2 1996:1 1997:4 1999:1 2000:1 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:3 2065:1 2082:1 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:1 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2348:1 2353:1 2365:1 2369:1 2377:1 2378:3 2379:3 2390:1 2412:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:1 2462:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:19 2534:1 2537:1 2541:7 2555:2 2557:1 2579:2 2594:1 2599:16 2610:1 2614:1 2615:1 2637:2 2644:1 2647:3 2677:1 2720:1 2727:1 2745:1 2746:1 2747:2 2752:4 2763:2 2776:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2883:1 2886:2 2899:6 2923:1 2945:1 2980:1 2987:1 3016:1 3025:3 3029:1 3030:4 3031:4 3033:3 3034:2 3035:6 3036:4 3038:1 3039:1 3040:2 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:3 3090:4 3098:1 3111:2 3119:1 3133:1 3145:2 3150:1 3154:2 3155:7 3156:1 3158:19 3164:2 3167:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3240:7 3241:2 3242:1 3245:2 3250:2 3257:1 3278:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3469:2 3485:1 3489:1 3491:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:6 3542:1 3556:1 3558:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3628:1 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:3 3715:1 3736:1 3754:1 3777:2 3791:1 3815:1 3816:1 3817:3 3833:1 3841:1 3843:1 3849:2 3858:5 3865:1 3867:1 3875:2 3894:1 3918:1 3942:1 3964:1 3996:1 4008:3 4010:1 4013:1 4044:2 4060:3 4061:1 4067:4 4084:1 4088:1 4093:1 4115:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:2 4153:1 4157:1 4188:1 4195:1 4198:1 4200:5 4224:2 4228:1 4241:3 4245:2 4257:1 4277:1 4284:1 4336:1 4344:1 4363:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4417:1 4433:1 4471:1 4479:2 4489:1 4497:1 4500:1 4502:3 4506:1 4508:5 4509:2 4510:1 4513:1 4514:3 4517:2 4520:6 4521:1 4527:1 4528:2 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:2 4611:1 4616:1 4633:2 4650:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:4 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:2 5020:2 5023:1 5047:1 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:4 5206:1 5214:1 5220:1 5232:1 5234:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5347:1 5349:2 5350:2 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:1 5400:2 5411:1 5415:1 5428:1 5448:3 5451:1 5452:5 5453:2 5478:6 5479:1 5482:2 5490:1 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:3 5556:1 5570:1 5577:2 5591:1 5619:1 5624:3 5625:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:5 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5767:1 5797:1 5813:1 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5964:1 5973:1 5981:2 6004:5 6005:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:6 6046:1 6064:1 6069:1 6072:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:10 6136:1 6149:1 6180:1 6186:1 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6364:1 6386:1 6389:1 6400:1 6406:1 6417:2 6431:1 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:2 6546:1 6603:3 6617:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:2 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:2 6811:1 6813:4 6817:1 6836:3 6850:36 6858:1 6867:20 6868:10 6874:1 6885:1 6891:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:3 7005:1 7011:1 7049:1 7056:7 7057:1 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7214:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7302:1 7314:2 7318:44 7338:1 7347:1 7356:1 7365:1 7389:2 7397:1 7398:13 7400:9 7402:1 7405:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:2 7469:1 7480:1 7494:2 7508:3 7517:1 7526:2 7527:1 7528:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:3 7636:2 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:4 7678:1 7687:8 7689:1 7702:1 7707:1 7748:1 7760:1 7772:2 7774:1 7783:1 7786:1 7813:2 7819:1 7831:2 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8069:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8152:1 8174:1 8189:3 8191:1 8192:1 8208:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8308:1 8312:1 8369:1 8371:1 8373:1 8376:3 8387:1 8390:1 8410:1 8428:1 8438:1 8447:1 8448:1 8467:4 8484:1 8491:1 8502:1 8503:3 8509:1 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8636:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:2 8685:1 8692:1 8704:1 8720:1 8721:1 8733:2 8735:1 8737:1 8739:6 8740:1 8741:1 8745:1 8747:1 8754:1 8781:1 8799:1 8837:2 8850:6 8891:2 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:3 8956:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9030:3 9043:2 9044:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:6 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9222:4 9223:2 9224:2 9226:1 9230:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:13 9257:2 9258:1 9260:8 9261:2 9265:1 9279:3 9290:1 9342:1 9346:1 9348:1 9352:3 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:6 9455:1 9488:1 9500:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9650:1 9654:1 9674:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:4 9750:5 9765:1 9769:1 9786:1 9791:3 9798:2 9802:2 9806:1 9807:1 9841:1 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10061:1 10064:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10125:1 10129:1 10132:1 10135:2 10139:1 10146:1 10150:1 10152:1 10153:1 10156:12 10172:1 10194:1 10200:1 10206:5 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10284:1 10313:1 10314:7 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10427:6 10429:2 10436:1 10437:13 10441:1 10447:3 10450:1 10451:1 10454:2 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10595:1 10596:3 10649:6 10652:4 10656:2 10676:1 10686:1 10691:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10837:1 10849:1 10895:1 10908:1 10911:2 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11108:1 11113:1 11128:1 11167:1 11181:1 11192:1 11199:1 11200:1 11212:1 11236:1 11238:4 11244:1 11249:2 11257:1 11260:3 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:2 11294:1 11295:1 11298:1 11310:1 11312:1 11315:2 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11423:1 11432:1 11435:1 11436:4 11437:2 11445:1 11451:1 11461:1 11464:1 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:1 11665:3 11676:1 11677:1 11689:1 11691:1 11694:3 11759:1 11780:6 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:2 11966:1 11980:1 11983:4 11997:2 12006:2 12007:1 12017:1 12026:1 12042:1 12043:1 12058:1 12077:6 12080:3 12081:1 12082:2 12083:1 12084:1 12090:5 12095:1 12097:1 12098:1 12105:1 12112:1 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12188:1 12197:2 12199:4 12203:1 12206:1 12213:1 12238:7 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:2 12282:1 12285:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12410:1 12411:12 12441:1 12464:6 12469:2 12473:1 12503:2 12508:1 12528:1 12535:4 12536:1 12546:2 12556:1 12576:1 12579:1 12584:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:1 12742:1 12747:1 12750:3 12756:2 12759:1 12765:1 12766:3 12775:1 12776:1 12790:1 12811:1 12824:1 12829:1 12840:2 12862:1 12869:1 12872:1 12878:1 12884:1 12894:2 12896:1 12899:1 12919:1 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:1 12994:3 13002:2 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13062:2 13082:1 13085:1 13086:1 13097:1 13106:1 13109:8 13113:1 13120:1 13151:1 13167:3 13168:1 13169:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13425:2 13427:1 13429:1 13433:1 13436:1 13447:2 13454:2 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:1 13623:1 13631:3 13640:1 13664:2 13671:2 13674:1 13680:1 13686:1 13690:6 13693:1 13723:1 13726:1 13751:2 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:1 13833:2 13839:1 13842:1 13852:1 13853:2 13860:4 13879:2 13887:1 13891:1 13898:1 13903:1 13931:2 13945:2 13947:2 13958:1 13959:1 13965:3 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:3 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14310:1 14311:3 14313:1 14314:2 14315:5 14316:5 14317:2 14318:3 14320:3 14323:1 14324:2 14325:4 14329:2 14331:2 14332:1 14333:1 14334:1 14335:5 14338:1 14342:1 14376:1 14378:2 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:3 14479:1 14481:1 14483:1 14499:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14646:5 14659:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14761:1 14771:1 14782:13 14817:2 14835:1 14838:1 14849:1 14859:1 14868:1 14875:1 14879:1 14900:1 14902:3 14914:2 14919:1 14925:1 14937:1 14945:1 14947:1 14964:1 14966:2 14981:1 14997:1 15014:1 15019:3 15029:1 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:3 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:2 15244:1 15254:1 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:2 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:2 15690:1 15704:1 15744:1 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:4 15880:2 15895:2 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:2 16004:1 16008:2 16037:1 16047:2 16055:3 16074:2 16088:1 16118:2 16129:6 16135:3 16140:1 16144:1 16153:2 16167:1 16190:1 16195:2 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16265:1 16300:1 16301:1 16305:1 16312:2022 16315:2 16317:1 16336:1 16338:1 16354:1 16375:2 16379:1 16394:1 16397:1 16405:1 16409:2 16417:2 16424:1 16426:1 16436:2 16460:1 16463:1 16467:1 16485:1 16486:1 16491:1 16497:2 16500:1 16516:1 16541:1 16543:1 16567:1 16569:1 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16696:1 16709:1 16714:4 16734:1 16756:1 16762:1 16776:1 16780:8 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16900:2 16915:1 16924:3 16938:1 16949:2 16950:1 16956:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:3 17072:1 17096:1 17100:6 17104:1 17117:1 17118:1 17139:1 17148:1 17156:1 17169:1 17170:1 17172:8 17178:1 17187:1 17189:1 17208:1 17209:1 17211:1 17216:1 17220:1 17241:1 17244:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:13 17319:1 17330:20 17333:4 17336:1 17349:1 17374:4 17408:2 17416:1 17424:2 17430:1 17431:1 17452:1 17454:1 17473:1 17491:1 17498:1 17506:1 17519:1 17535:4 17543:1 17549:1 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:72 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:4 17680:1 17694:1 17701:1 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17781:1 17783:9 17793:1 17799:13 17800:1 17807:2 17811:1 17860:3 17876:1 17881:5 17884:2 17886:1 17888:1 17890:1 17891:2 17893:1 17897:2 17899:1 17900:1 17901:1 17902:2 17905:5 17906:4 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:2 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:1 18062:1 18066:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:2 18208:3 18211:1 18213:1 18221:4 18224:1 18225:4 18241:1 18249:1 18256:1 18264:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:1 18422:1 18433:1 18440:1 18443:1 18445:5 18450:1 18455:1 18470:1 18472:1 18487:1 18550:1 18561:4 18569:2 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:2 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18768:1 18774:1 18783:1 18795:2 18814:1 18816:1 18822:1 18833:1 18837:2 18844:2 18849:1 18858:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:3 18963:1 18964:1 18965:1 18968:2 18994:1 19004:1 19005:1 19013:1 19024:1 19029:2 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:23 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:3 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19250:3 19257:2 19262:2 19271:2 19290:1 19317:6 19320:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:11 19350:1 19351:2 19355:2 19363:2 19374:1 19383:9 19394:1 19408:6 19418:1 19424:1 19438:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19501:2 19504:1 19505:1 19506:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19588:1 19589:1 19590:1 19594:2 19596:1 19607:2 19609:1 19613:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19712:1 19716:1 19721:1 19725:1 19732:1 19736:4 19740:2 19742:3 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19834:1 19849:1 19850:2 19900:3 19906:1 19916:1 19927:1 19953:4 19964:6 19994:2 20028:2 20048:1 20050:2 20067:1 20071:2 20077:1 20085:13 20087:1 20088:1 20098:1 20102:1 20110:1 20127:3 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20474:1 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:2 20585:3 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:3 20687:2 20691:1 20692:1 20696:2 20709:1 20713:1 20722:3 20723:2 20727:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20936:1 20944:1 20974:1 20986:1 21023:1 21036:4 21056:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:1 21150:3 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:2 21283:1 21284:3 21301:1 21302:1 21305:1 21306:1 21310:1 21316:1 21334:1 21340:1 21348:1 21386:1 21387:1 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:2 21528:1 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21610:1 21613:3 21615:3 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:1 21700:1 21710:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21871:1 21892:1 21898:1 21903:2 21904:1 21906:3 21914:1 21918:1 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22078:2 22093:1 22094:1 22098:1 22112:1 22163:6 22169:1 22184:6 22188:1 22222:1 22228:2 22232:1 22237:3 22249:1 22259:1 22260:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:1 22319:2 22325:1 22327:1 22330:1 22351:1 22370:2 22396:2 22399:1 22419:3 22422:1 22440:1 22445:3 22471:2 22473:3 22480:6 22481:1 22486:1 22490:1 22498:2 22520:2 22535:1 22542:1 22546:1 22548:1 22564:1 22574:5 22575:1 22586:1 22588:1 22590:1 22614:1 22615:3 22619:1 22639:2 22644:1 22652:1 22671:1 22675:1 22676:1 22690:4 22704:1 22706:1 22707:1 22718:2 22723:4 22725:1 22733:1 22742:1 22754:3 22758:2 22766:4 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22847:1 22852:1 22857:2 22859:1 22860:1 22867:1 22883:1 22888:1 22898:1 22906:1 22935:3 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:7 23002:1 23003:1 23007:1 23015:2 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:1 23088:3 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:1 23348:1 23353:2 23359:1 23364:1 23366:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23482:1 23490:1 23506:1 23524:3 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23611:1 23644:1 23656:1 23702:3 23705:1 23731:1 23732:2 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:1 23810:1 23814:1 23820:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:2 23979:2 23987:1 23992:1 23998:1 24006:1 24007:1 24017:1 24038:1 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:3 24075:2 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:2 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:11 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:30 24671:1 24674:1 24675:1 24686:3 24688:1 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:1 24770:2 24778:1 24784:1 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:2 24863:1 24876:1 24883:1 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24995:1 25004:1 25006:3 25016:1 25029:1 25031:2 25062:1 25063:1 25064:4 25066:1 25067:1 25112:1 25119:2 25122:5 25133:1 25148:1 25168:3 25174:1 25214:1 25221:1 25222:1 25232:1 25250:1 25254:1 25259:1 25266:4 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25409:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25498:1 25503:1 25518:1 25528:1 25533:2 25555:1 25567:1 25579:2 25582:1 25621:2 25626:1 25635:1 25643:1 25652:3 25661:1 25667:2 25671:1 25675:3 25679:1 25684:1 25695:1 25707:1 25711:1 25712:1 25717:1 25719:6 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:5 128:1 135:1 139:3 140:1 141:1 144:1 147:1 150:2 154:1 158:1 167:1 171:4 183:1 203:1 204:1 211:3 225:3 236:1 264:3 275:2 292:5 294:1 309:1 313:1 320:1 327:1 332:2 333:4 334:1 344:1 349:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:8 515:1 532:1 558:1 584:1 592:1 595:1 618:1 639:1 660:1 684:1 686:1 687:2 702:2 709:4 718:5 722:1 723:1 725:1 736:2 741:6 742:3 750:1 751:4 765:4 766:1 774:3 778:1 780:1 781:1 782:3 787:5 800:2 802:2 807:1 811:1 821:4 822:1 823:1 828:1 851:1 855:1 857:2 898:1 899:1 909:1 917:2 938:1 954:1 979:1 1009:2 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1080:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:4 1213:3 1217:1 1222:1 1227:3 1231:2 1240:3 1244:1 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:10 1335:1 1345:11 1358:1 1360:3 1362:1 1377:1 1380:1 1382:1 1407:3 1417:1 1434:1 1435:1 1447:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:2 1607:1 1615:1 1634:1 1643:2 1658:1 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1739:2 1748:3 1761:2 1767:2 1771:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1841:2 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:8 1901:2 1917:4 1935:1 1936:3 1938:1 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:7 1985:2 1986:1 1987:3 1990:3 1992:3 1996:1 1997:4 1999:1 2000:1 2001:1 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:3 2065:1 2082:1 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:2 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2244:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2348:1 2353:1 2365:1 2369:1 2377:1 2378:3 2379:3 2390:1 2412:1 2413:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:1 2462:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:19 2534:1 2537:1 2541:9 2555:2 2557:1 2579:2 2594:1 2599:16 2610:1 2614:1 2615:1 2624:1 2637:2 2644:1 2647:3 2677:3 2720:1 2727:1 2745:1 2746:1 2747:2 2752:4 2763:2 2776:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2883:1 2886:3 2899:6 2923:1 2945:1 2980:1 2987:1 3016:2 3025:3 3029:1 3030:4 3031:4 3033:3 3034:3 3035:6 3036:4 3038:1 3039:1 3040:2 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:3 3090:4 3098:1 3111:2 3119:1 3133:1 3145:2 3150:1 3154:2 3155:7 3156:1 3158:19 3164:2 3167:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3240:7 3241:2 3242:1 3245:2 3250:2 3257:1 3278:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3469:2 3485:1 3489:2 3491:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:6 3542:2 3556:1 3558:1 3559:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3628:2 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:3 3715:1 3736:1 3754:1 3777:2 3791:2 3815:1 3816:1 3817:3 3833:1 3841:1 3843:1 3849:2 3858:5 3865:1 3867:1 3875:2 3894:1 3918:1 3942:1 3964:1 3996:1 4008:3 4010:1 4013:1 4044:2 4060:3 4061:1 4067:4 4084:1 4087:1 4088:1 4093:1 4115:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:2 4153:1 4157:1 4188:1 4195:1 4198:1 4200:5 4224:2 4228:1 4241:3 4245:2 4257:1 4277:1 4284:1 4336:1 4344:1 4363:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4417:1 4433:1 4471:1 4479:2 4489:1 4497:1 4500:2 4502:4 4503:1 4506:1 4508:5 4509:2 4510:1 4513:1 4514:3 4517:2 4520:6 4521:1 4527:1 4528:2 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:3 4611:1 4616:1 4633:2 4650:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:5 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:4 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:2 5020:2 5023:1 5036:1 5047:1 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:4 5206:1 5214:1 5220:1 5232:1 5234:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5347:1 5349:2 5350:2 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:2 5400:2 5411:1 5415:1 5428:1 5445:1 5448:3 5451:1 5452:5 5453:2 5478:6 5479:1 5482:2 5490:1 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:4 5556:1 5570:1 5577:3 5591:1 5619:1 5624:3 5625:2 5627:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:7 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5767:1 5797:1 5813:1 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5867:1 5871:1 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5958:1 5964:1 5973:1 5981:2 6004:6 6005:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:6 6046:1 6064:1 6069:1 6072:1 6090:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:10 6136:1 6149:1 6180:1 6186:1 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6361:1 6364:1 6386:1 6389:1 6400:1 6406:1 6417:2 6431:1 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:2 6546:1 6603:4 6617:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:2 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:2 6811:1 6813:4 6817:1 6836:4 6850:37 6858:1 6867:20 6868:10 6874:1 6885:1 6891:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:3 7005:1 7011:1 7049:1 7056:7 7057:1 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7214:1 7217:1 7220:1 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7302:1 7314:2 7318:46 7338:1 7347:1 7356:1 7365:1 7389:2 7397:1 7398:14 7400:9 7402:1 7405:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:2 7469:1 7480:1 7494:2 7508:3 7517:1 7526:2 7527:1 7528:1 7533:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:3 7636:2 7639:1 7642:1 7644:1 7648:3 7649:2 7651:1 7652:1 7662:2 7671:4 7678:1 7687:8 7689:1 7702:1 7707:1 7748:1 7760:1 7772:2 7774:1 7783:1 7786:1 7813:2 7819:1 7831:2 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8069:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8152:1 8174:1 8189:3 8191:1 8192:1 8208:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8287:2 8288:2 8294:3 8300:1 8308:1 8312:1 8369:1 8371:1 8373:1 8376:3 8387:1 8390:1 8410:1 8428:1 8438:1 8447:1 8448:1 8467:4 8484:1 8491:1 8502:1 8503:3 8509:1 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8622:1 8636:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:2 8685:1 8692:1 8704:1 8720:1 8721:1 8733:2 8735:1 8737:1 8739:6 8740:1 8741:1 8745:1 8747:1 8754:1 8781:1 8799:1 8837:2 8850:6 8891:2 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:5 8956:1 8972:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9030:3 9043:2 9044:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:6 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9220:1 9222:4 9223:2 9224:3 9226:1 9230:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:13 9257:2 9258:1 9260:8 9261:2 9265:1 9279:3 9290:1 9328:1 9342:1 9346:1 9348:1 9352:3 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:6 9455:1 9488:1 9500:1 9525:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9650:1 9654:1 9674:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:4 9750:5 9765:1 9769:1 9786:1 9791:3 9798:2 9802:2 9806:1 9807:1 9841:1 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10061:1 10064:1 10076:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10124:1 10125:1 10129:1 10132:1 10135:2 10139:1 10146:1 10150:1 10152:1 10153:1 10156:12 10172:1 10194:1 10200:1 10206:5 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10281:1 10284:1 10313:1 10314:8 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10425:1 10427:6 10429:2 10436:1 10437:15 10441:1 10447:3 10450:1 10451:1 10454:2 10455:1 10457:1 10460:2 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10595:1 10596:3 10649:6 10652:4 10656:2 10676:1 10686:1 10691:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10837:1 10849:1 10895:1 10908:1 10911:3 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11108:1 11113:1 11128:1 11167:1 11181:1 11192:1 11199:1 11200:1 11212:1 11236:1 11238:5 11240:1 11244:1 11249:2 11257:1 11260:3 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:2 11294:1 11295:1 11298:1 11310:2 11312:1 11315:2 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11423:1 11432:2 11435:1 11436:4 11437:2 11445:1 11451:1 11461:1 11464:2 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11588:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:1 11665:3 11676:1 11677:1 11689:1 11691:1 11694:3 11713:1 11759:1 11780:6 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:2 11966:1 11980:1 11983:4 11997:2 12006:2 12007:1 12017:1 12026:1 12042:1 12043:1 12058:1 12077:6 12080:3 12081:1 12082:2 12083:1 12084:1 12090:5 12095:1 12097:1 12098:1 12105:2 12112:1 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12169:1 12188:1 12197:2 12199:4 12203:1 12206:1 12213:1 12238:8 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:3 12282:1 12285:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12410:1 12411:12 12441:1 12464:6 12469:2 12473:1 12476:1 12503:2 12508:1 12528:1 12535:4 12536:1 12546:2 12556:1 12576:1 12579:1 12584:1 12600:1 12601:5 12618:1 12645:1 12655:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:1 12742:1 12745:1 12747:1 12750:3 12756:3 12759:1 12765:1 12766:3 12775:1 12776:1 12790:1 12811:1 12824:1 12829:2 12840:2 12862:1 12869:1 12872:1 12878:1 12884:1 12894:2 12896:1 12899:1 12919:1 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:1 12994:3 13002:3 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13062:2 13082:1 13085:1 13086:1 13097:1 13106:1 13109:8 13113:2 13120:1 13151:1 13167:3 13168:1 13169:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13425:2 13427:1 13429:1 13433:1 13436:1 13447:2 13454:2 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:1 13623:1 13631:3 13640:1 13664:2 13671:2 13674:1 13680:1 13686:1 13690:6 13693:1 13713:1 13723:1 13726:1 13751:2 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:2 13833:2 13839:1 13842:1 13852:1 13853:3 13860:4 13879:2 13887:1 13891:1 13898:1 13903:1 13931:2 13941:1 13945:2 13947:2 13958:1 13959:1 13965:3 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:4 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14310:1 14311:3 14313:1 14314:3 14315:5 14316:5 14317:2 14318:3 14320:3 14323:1 14324:2 14325:4 14329:2 14331:2 14332:1 14333:1 14334:1 14335:7 14338:1 14342:1 14376:1 14378:2 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:3 14479:1 14481:1 14483:1 14499:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14638:1 14646:5 14659:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14761:1 14771:1 14782:13 14817:2 14835:1 14838:1 14849:1 14859:1 14868:1 14875:2 14879:1 14900:1 14902:3 14914:2 14919:1 14925:1 14937:1 14945:1 14947:1 14964:1 14966:2 14981:1 14997:1 15014:1 15019:3 15029:1 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:3 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:2 15244:1 15254:1 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:3 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:2 15690:1 15704:1 15744:1 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:5 15880:2 15895:2 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:2 16004:1 16005:1 16008:2 16020:1 16037:1 16047:2 16055:3 16074:2 16088:1 16118:2 16129:6 16135:3 16140:1 16144:1 16153:2 16167:1 16190:1 16195:3 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16265:1 16300:1 16301:1 16305:1 16312:2107 16315:2 16317:1 16336:1 16338:1 16354:1 16375:2 16379:1 16394:1 16397:1 16405:1 16409:3 16417:2 16424:1 16426:1 16436:2 16460:1 16463:1 16467:1 16485:1 16486:1 16491:1 16497:2 16500:1 16516:1 16541:1 16543:1 16567:1 16569:1 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16688:1 16696:1 16709:1 16714:4 16734:1 16756:1 16762:1 16776:1 16780:8 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16881:1 16900:2 16915:1 16924:3 16938:1 16949:2 16950:1 16956:1 16961:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:3 17072:1 17096:1 17100:7 17104:1 17117:1 17118:2 17139:1 17148:1 17156:1 17169:1 17170:1 17172:8 17178:1 17187:1 17189:1 17208:1 17209:1 17211:1 17216:1 17220:1 17222:1 17241:1 17244:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:13 17319:1 17330:21 17333:4 17336:1 17349:1 17354:1 17374:4 17408:2 17416:1 17424:2 17430:1 17431:1 17452:1 17454:1 17473:1 17491:1 17498:1 17506:1 17519:1 17535:4 17543:1 17549:2 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:74 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:5 17680:1 17694:1 17701:1 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17781:1 17783:10 17793:2 17799:13 17800:1 17807:2 17811:1 17860:3 17876:1 17881:5 17882:1 17884:2 17886:1 17888:1 17890:1 17891:2 17893:1 17897:2 17899:1 17900:1 17901:1 17902:2 17905:5 17906:5 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:3 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:2 18062:1 18066:1 18079:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:2 18208:3 18211:1 18213:1 18221:4 18224:1 18225:4 18241:1 18249:1 18256:1 18264:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18386:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:2 18422:1 18423:2 18433:1 18440:1 18443:1 18445:5 18450:1 18455:1 18470:1 18472:1 18487:1 18550:1 18561:4 18569:2 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:1 18703:2 18708:2 18716:1 18719:3 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18768:1 18774:1 18783:1 18795:2 18814:1 18816:1 18822:1 18833:1 18837:2 18844:2 18849:1 18858:1 18869:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:3 18963:1 18964:1 18965:1 18968:2 18994:1 19004:1 19005:1 19013:1 19024:1 19029:2 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:24 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:5 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19250:3 19257:2 19262:2 19271:2 19290:1 19317:6 19320:1 19329:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:12 19350:1 19351:3 19355:2 19363:2 19374:1 19383:9 19394:1 19408:6 19418:1 19424:1 19438:1 19439:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19501:3 19504:1 19505:1 19506:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:1 19576:1 19588:1 19589:1 19590:1 19594:2 19596:1 19607:2 19609:1 19613:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19682:1 19712:1 19716:1 19721:1 19725:1 19732:1 19736:4 19740:2 19742:3 19753:1 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19834:1 19849:1 19850:3 19900:3 19906:1 19916:1 19927:1 19953:4 19964:7 19994:2 19998:1 20028:2 20048:1 20050:2 20067:1 20071:2 20077:1 20085:13 20087:1 20088:1 20098:1 20102:1 20110:1 20127:4 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20474:1 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:2 20585:3 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:3 20687:2 20691:2 20692:1 20696:2 20709:1 20713:1 20722:3 20723:2 20727:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20936:1 20944:1 20974:1 20986:1 20989:1 21023:1 21036:4 21056:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:2 21150:3 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:3 21283:1 21284:3 21296:1 21301:1 21302:1 21305:1 21306:1 21310:1 21316:2 21334:1 21340:1 21348:1 21386:1 21387:1 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:2 21528:1 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21610:1 21613:3 21615:4 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:1 21700:1 21710:1 21721:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21871:1 21892:2 21898:1 21903:2 21904:1 21906:3 21914:1 21918:1 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22077:1 22078:2 22093:1 22094:1 22098:1 22112:1 22163:7 22169:1 22184:6 22188:1 22220:1 22222:1 22228:2 22232:1 22237:3 22249:1 22259:1 22260:1 22261:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:1 22319:2 22325:1 22327:1 22330:1 22351:1 22370:2 22396:2 22399:1 22416:1 22419:3 22422:1 22440:1 22445:3 22471:2 22473:3 22480:7 22481:1 22486:1 22490:1 22498:2 22520:2 22535:1 22542:1 22546:1 22548:1 22564:1 22574:6 22575:1 22586:1 22588:1 22590:1 22614:1 22615:3 22619:1 22639:2 22644:1 22652:1 22671:1 22675:1 22676:1 22690:4 22704:1 22706:1 22707:1 22718:2 22723:4 22725:1 22733:1 22742:1 22754:3 22758:2 22766:4 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22847:1 22852:1 22857:2 22859:1 22860:1 22867:1 22883:1 22886:1 22888:1 22898:1 22906:1 22935:3 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:7 23002:1 23003:1 23007:1 23015:2 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:1 23088:3 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:1 23348:1 23353:2 23359:1 23364:1 23366:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23451:1 23482:1 23490:1 23506:1 23524:3 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23611:1 23644:1 23656:1 23702:3 23705:1 23731:1 23732:2 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:1 23810:1 23814:1 23820:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:2 23979:2 23987:1 23992:1 23998:1 24006:1 24007:1 24017:1 24038:1 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:4 24075:3 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:2 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:11 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:30 24671:1 24674:1 24675:1 24686:3 24688:2 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:1 24770:2 24778:1 24784:1 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:2 24863:1 24876:1 24883:1 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24990:1 24995:1 25004:1 25006:7 25016:1 25029:1 25031:2 25062:1 25063:1 25064:4 25066:1 25067:1 25112:1 25119:2 25122:5 25133:1 25148:1 25168:3 25174:1 25214:1 25221:1 25222:1 25232:1 25250:1 25254:1 25259:1 25266:4 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25409:1 25426:1 25435:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25491:1 25498:1 25503:1 25518:1 25528:1 25533:2 25555:1 25567:1 25579:2 25582:1 25621:2 25626:1 25635:1 25643:1 25652:3 25661:1 25667:2 25671:1 25675:3 25679:1 25684:1 25695:2 25700:1 25707:1 25711:1 25712:1 25717:1 25719:6 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:5 128:1 135:1 139:3 140:1 141:1 144:1 147:1 150:2 154:1 158:1 167:1 171:4 183:1 203:1 204:1 211:3 225:3 236:1 264:3 275:2 292:5 294:1 309:1 313:1 320:1 327:1 332:2 333:4 334:1 344:1 349:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:8 515:1 532:1 558:1 584:1 592:1 595:1 618:1 623:1 639:1 660:1 684:1 686:1 687:2 702:2 709:4 718:5 722:1 723:1 725:1 736:2 741:6 742:3 750:1 751:4 765:4 766:1 774:3 778:1 780:1 781:1 782:3 787:5 800:2 802:3 807:1 811:1 821:4 822:1 823:1 828:1 851:1 855:1 857:2 898:1 899:1 909:1 917:2 938:1 954:1 979:1 1009:2 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1080:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:4 1213:3 1217:1 1222:1 1227:3 1231:2 1240:3 1244:1 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:10 1335:1 1345:11 1358:1 1360:3 1362:1 1377:1 1380:1 1382:1 1407:3 1417:1 1434:1 1435:1 1447:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:2 1607:1 1615:1 1634:1 1643:2 1658:1 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1739:2 1748:3 1761:2 1767:2 1771:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1841:2 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:8 1901:2 1917:4 1935:1 1936:3 1938:1 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:7 1985:2 1986:1 1987:3 1990:3 1992:3 1996:1 1997:4 1999:1 2000:1 2001:1 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:3 2065:1 2082:1 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:2 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2244:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2348:1 2353:1 2365:1 2369:1 2377:1 2378:3 2379:3 2390:1 2412:1 2413:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:1 2462:3 2472:1 2474:1 2480:1 2497:1 2512:1 2530:19 2534:1 2537:1 2541:9 2555:2 2557:1 2579:2 2594:1 2599:17 2610:1 2614:1 2615:1 2624:1 2637:2 2644:1 2647:3 2677:3 2720:1 2727:1 2745:1 2746:1 2747:2 2752:4 2763:2 2776:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2883:1 2886:3 2899:6 2923:1 2945:1 2980:1 2987:1 3016:2 3025:3 3029:1 3030:4 3031:4 3033:3 3034:3 3035:6 3036:4 3038:1 3039:1 3040:3 3041:1 3044:1 3048:1 3068:1 3077:1 3080:4 3086:3 3090:4 3098:1 3111:2 3119:1 3133:1 3145:2 3150:1 3154:2 3155:7 3156:1 3158:19 3164:2 3167:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3240:7 3241:2 3242:1 3245:2 3250:2 3257:1 3278:1 3282:1 3290:5 3293:1 3298:1 3324:1 3335:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3469:2 3485:1 3489:2 3491:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:6 3542:2 3556:1 3558:1 3559:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3628:2 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:3 3715:1 3736:1 3754:1 3777:2 3791:2 3815:1 3816:1 3817:3 3833:1 3841:1 3843:1 3849:2 3858:5 3865:1 3867:1 3875:2 3894:1 3918:1 3942:1 3964:1 3996:1 4008:3 4010:1 4013:1 4044:2 4051:1 4060:3 4061:1 4067:4 4084:1 4087:1 4088:1 4093:2 4115:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:2 4153:1 4157:1 4188:1 4195:1 4198:1 4200:5 4224:2 4228:1 4241:3 4245:2 4257:1 4277:1 4284:1 4336:1 4344:1 4363:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4417:1 4433:1 4471:1 4479:2 4489:1 4497:1 4500:2 4502:4 4503:1 4506:1 4508:5 4509:2 4510:1 4513:1 4514:3 4517:2 4520:6 4521:1 4527:1 4528:2 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:3 4611:1 4616:1 4633:2 4650:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:5 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:5 4863:1 4877:1 4878:1 4883:1 4943:4 4966:1 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:2 5020:2 5023:1 5036:1 5047:1 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:4 5206:1 5214:1 5220:1 5232:1 5234:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5347:1 5349:2 5350:2 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:2 5400:2 5411:1 5415:1 5428:1 5445:1 5448:3 5451:1 5452:5 5453:2 5478:6 5479:1 5482:2 5490:1 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:4 5556:1 5570:1 5577:3 5591:1 5619:1 5624:3 5625:2 5627:1 5632:1 5633:2 5638:1 5639:2 5642:2 5650:7 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5767:1 5797:1 5813:1 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5865:1 5867:1 5871:1 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5958:1 5964:1 5973:1 5981:2 6004:6 6005:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:6 6046:1 6064:1 6069:1 6072:1 6090:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:10 6136:1 6149:1 6180:1 6186:2 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6361:1 6364:1 6386:1 6389:1 6400:1 6406:1 6417:2 6431:1 6433:1 6439:1 6444:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6529:1 6533:2 6546:1 6603:4 6617:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:2 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:2 6811:1 6813:4 6817:1 6836:4 6850:37 6858:1 6867:20 6868:10 6874:1 6885:1 6891:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:4 7005:1 7011:1 7049:1 7056:7 7057:1 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7212:1 7214:1 7217:1 7220:3 7229:1 7238:1 7239:1 7245:1 7271:1 7276:1 7302:1 7314:2 7318:46 7338:1 7347:1 7356:1 7365:1 7389:2 7397:1 7398:14 7400:9 7402:1 7405:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:2 7469:1 7480:1 7494:2 7508:3 7517:1 7526:2 7527:1 7528:1 7533:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:3 7636:2 7639:1 7642:1 7644:1 7648:3 7649:3 7651:1 7652:1 7662:2 7671:4 7678:1 7687:8 7689:1 7702:1 7707:1 7748:1 7760:1 7772:2 7774:1 7783:1 7786:1 7813:2 7819:1 7831:2 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8069:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8152:1 8174:1 8189:3 8191:1 8192:1 8208:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8286:2 8287:2 8288:2 8294:3 8300:1 8308:1 8312:1 8369:1 8371:1 8373:1 8376:3 8387:1 8390:1 8410:1 8428:1 8438:1 8447:1 8448:1 8467:4 8484:1 8491:1 8502:1 8503:3 8509:1 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8622:1 8636:1 8649:1 8659:1 8660:1 8675:2 8676:1 8677:2 8685:1 8692:1 8704:1 8720:1 8721:1 8733:2 8735:1 8737:1 8739:6 8740:1 8741:1 8745:1 8747:1 8754:1 8781:1 8799:1 8837:2 8850:6 8891:2 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:5 8956:1 8972:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9030:3 9043:2 9044:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:6 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9220:1 9222:4 9223:2 9224:3 9226:2 9230:1 9231:3 9232:5 9235:1 9236:1 9240:1 9242:1 9243:2 9248:2 9252:13 9257:2 9258:1 9260:8 9261:2 9265:1 9279:3 9290:1 9328:1 9342:1 9346:1 9348:1 9352:3 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9416:1 9417:1 9418:1 9421:1 9426:1 9444:6 9455:1 9488:1 9500:1 9525:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9650:2 9654:1 9674:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:4 9750:5 9765:1 9769:1 9786:1 9791:3 9798:2 9802:2 9806:1 9807:1 9841:1 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9877:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10061:1 10064:2 10076:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10124:1 10125:1 10129:1 10132:1 10135:2 10139:1 10146:1 10150:1 10152:1 10153:1 10156:12 10172:1 10194:1 10200:1 10206:5 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10281:1 10284:1 10313:1 10314:8 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10425:1 10427:6 10429:2 10436:1 10437:15 10441:1 10447:3 10450:1 10451:1 10454:2 10455:1 10457:1 10460:2 10468:1 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:1 10557:1 10562:1 10563:1 10588:2 10595:1 10596:3 10649:6 10652:4 10656:2 10676:1 10686:1 10691:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10837:1 10849:1 10895:1 10908:1 10911:3 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11108:1 11113:1 11128:1 11167:1 11181:1 11192:2 11199:1 11200:1 11212:1 11236:1 11238:5 11240:1 11244:1 11249:2 11257:1 11260:3 11263:1 11270:1 11275:1 11276:1 11280:4 11281:2 11290:2 11294:1 11295:1 11298:2 11310:2 11312:1 11315:2 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11423:1 11432:2 11435:1 11436:4 11437:2 11445:1 11451:1 11461:1 11464:2 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11588:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:1 11665:3 11676:1 11677:1 11689:1 11691:1 11694:4 11713:1 11759:1 11780:6 11782:2 11786:1 11791:1 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:2 11966:1 11969:1 11980:1 11983:4 11997:2 12006:2 12007:1 12017:1 12026:1 12037:1 12042:1 12043:1 12058:1 12077:6 12080:4 12081:1 12082:2 12083:1 12084:1 12090:5 12095:1 12097:1 12098:1 12105:2 12112:1 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12169:1 12188:1 12197:2 12199:4 12203:1 12206:1 12213:1 12238:9 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:3 12282:1 12285:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12410:1 12411:12 12441:1 12464:6 12469:2 12473:1 12476:1 12503:2 12508:1 12528:1 12535:4 12536:1 12546:2 12556:1 12576:1 12579:1 12584:1 12600:1 12601:5 12618:1 12645:1 12655:1 12677:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:1 12742:1 12745:1 12747:1 12750:3 12756:3 12759:1 12765:2 12766:3 12775:1 12776:1 12790:1 12811:1 12824:1 12829:2 12840:2 12862:1 12869:1 12872:1 12878:1 12884:1 12894:2 12896:1 12899:1 12919:1 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:1 12994:3 13002:3 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13062:2 13082:1 13085:1 13086:1 13097:1 13106:1 13109:10 13113:2 13120:1 13151:1 13167:3 13168:2 13169:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13425:2 13427:1 13429:1 13433:1 13436:1 13447:2 13454:2 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:1 13623:1 13631:3 13640:1 13664:2 13671:2 13674:1 13680:1 13686:1 13690:6 13693:1 13713:1 13723:1 13726:1 13751:2 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:2 13833:2 13839:1 13842:1 13852:1 13853:3 13860:4 13879:2 13887:1 13891:1 13898:1 13903:1 13931:2 13941:1 13945:2 13947:2 13958:1 13959:1 13965:3 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:3 14170:4 14192:1 14195:6 14212:1 14219:1 14220:1 14223:4 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14310:1 14311:3 14313:1 14314:3 14315:5 14316:5 14317:2 14318:3 14320:3 14323:1 14324:2 14325:4 14329:2 14331:2 14332:1 14333:1 14334:1 14335:7 14338:1 14342:1 14376:1 14378:2 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:3 14479:1 14481:1 14483:1 14499:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14638:1 14646:5 14659:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14761:1 14771:1 14782:14 14817:2 14835:1 14838:1 14849:1 14859:1 14868:1 14875:2 14879:1 14900:1 14902:3 14914:2 14919:1 14925:1 14937:1 14945:1 14947:1 14964:1 14966:2 14981:1 14997:1 15014:1 15019:3 15029:1 15035:1 15044:1 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:3 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:2 15244:1 15254:1 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:1 15507:1 15517:1 15531:3 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:2 15688:1 15690:1 15704:1 15744:1 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:5 15880:2 15895:2 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:2 16004:1 16005:1 16008:2 16020:1 16037:1 16047:2 16055:3 16074:2 16088:1 16118:2 16129:6 16135:3 16140:1 16144:1 16153:2 16167:1 16190:1 16195:3 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16265:1 16300:1 16301:1 16305:1 16312:2132 16315:2 16317:1 16336:1 16338:1 16354:1 16375:2 16379:1 16394:1 16397:1 16405:1 16409:3 16417:2 16424:1 16426:1 16436:2 16460:1 16463:1 16467:1 16485:1 16486:1 16491:1 16497:2 16500:1 16516:1 16541:1 16543:1 16567:1 16569:1 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16688:1 16696:1 16709:1 16714:4 16734:1 16756:1 16762:1 16776:1 16780:10 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16881:1 16900:2 16915:1 16924:3 16938:1 16949:2 16950:1 16956:1 16961:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:3 17072:1 17096:1 17100:7 17104:1 17117:1 17118:2 17120:1 17139:1 17148:1 17156:1 17169:1 17170:1 17172:10 17178:1 17187:1 17189:1 17208:1 17209:1 17211:1 17216:1 17220:1 17222:1 17241:1 17244:1 17252:2 17277:1 17295:6 17296:1 17301:1 17304:1 17316:14 17319:1 17330:22 17333:4 17336:1 17349:1 17354:1 17374:4 17408:2 17411:1 17416:1 17424:2 17430:1 17431:1 17452:1 17454:1 17473:1 17491:1 17498:1 17506:1 17519:1 17535:4 17543:1 17549:2 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:75 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:5 17680:1 17694:1 17701:1 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17781:1 17783:10 17793:2 17799:14 17800:1 17807:2 17811:1 17860:3 17876:1 17881:5 17882:1 17884:2 17886:1 17888:1 17890:1 17891:2 17893:1 17897:2 17899:1 17900:1 17901:1 17902:2 17905:5 17906:5 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:3 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:2 18062:2 18066:1 18079:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:2 18208:3 18211:1 18213:1 18221:4 18224:1 18225:4 18241:1 18249:1 18256:1 18264:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18386:1 18390:1 18396:1 18398:1 18403:1 18406:5 18411:1 18414:2 18422:1 18423:2 18433:1 18440:1 18443:1 18445:5 18450:1 18455:1 18470:1 18472:1 18487:1 18550:1 18561:4 18569:2 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:2 18703:2 18708:2 18716:1 18719:3 18725:4 18740:1 18755:1 18757:1 18760:1 18766:1 18768:1 18774:1 18783:1 18795:2 18814:1 18816:2 18822:1 18833:1 18837:2 18844:2 18849:1 18858:1 18869:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:4 18963:1 18964:1 18965:1 18968:2 18994:1 19004:1 19005:1 19013:1 19024:1 19029:2 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:24 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:5 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19250:3 19257:2 19262:2 19271:2 19290:1 19317:6 19320:1 19329:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:12 19350:1 19351:3 19355:2 19363:2 19374:1 19383:9 19394:1 19408:6 19418:1 19424:1 19438:1 19439:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19501:3 19504:1 19505:1 19506:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:2 19576:1 19588:1 19589:1 19590:1 19594:2 19596:1 19607:2 19609:1 19613:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:1 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19682:1 19712:1 19716:1 19721:1 19725:1 19732:1 19736:5 19740:2 19742:3 19753:1 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19834:1 19849:1 19850:3 19900:3 19906:1 19916:1 19927:1 19953:4 19964:7 19994:2 19998:1 20028:2 20048:1 20050:2 20067:1 20071:2 20076:1 20077:1 20085:14 20087:1 20088:1 20098:1 20102:1 20110:1 20127:4 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20474:1 20481:1 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:2 20585:3 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:1 20680:1 20684:3 20687:2 20691:2 20692:1 20696:2 20709:1 20713:1 20722:3 20723:2 20727:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20936:1 20944:1 20974:1 20986:1 20989:1 21023:1 21036:4 21056:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:2 21150:3 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:3 21283:1 21284:3 21296:1 21301:1 21302:1 21305:1 21306:1 21310:1 21316:2 21334:1 21340:1 21348:1 21386:1 21387:1 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:2 21528:1 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21610:1 21613:3 21615:4 21619:6 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:2 21700:1 21703:1 21710:1 21721:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21871:1 21892:2 21898:1 21903:2 21904:1 21906:3 21914:1 21918:1 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22077:1 22078:2 22093:1 22094:1 22098:1 22112:1 22163:8 22169:1 22184:6 22188:1 22220:1 22222:1 22228:2 22232:1 22237:3 22249:1 22259:1 22260:1 22261:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:1 22319:2 22325:1 22327:1 22330:1 22351:1 22370:2 22396:2 22399:1 22416:1 22419:3 22422:1 22440:1 22445:3 22471:2 22473:3 22480:7 22481:1 22486:1 22490:1 22498:2 22520:2 22535:1 22542:1 22546:1 22548:1 22564:1 22574:6 22575:1 22586:1 22588:1 22590:1 22614:1 22615:3 22619:1 22639:2 22644:1 22652:1 22671:1 22675:1 22676:1 22690:4 22704:1 22706:1 22707:1 22718:2 22723:4 22725:1 22733:1 22742:1 22754:3 22758:2 22766:4 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22847:1 22852:1 22857:2 22859:1 22860:1 22867:1 22883:1 22886:1 22888:1 22898:1 22906:1 22935:3 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:7 23002:1 23003:1 23007:1 23015:2 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:1 23088:3 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:2 23348:1 23353:2 23359:1 23364:1 23366:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23451:1 23482:1 23490:1 23506:1 23524:3 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23611:1 23644:1 23656:1 23702:3 23705:1 23731:1 23732:2 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:1 23810:1 23814:1 23820:1 23823:1 23824:1 23829:1 23830:1 23863:2 23870:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:2 23979:2 23987:1 23992:1 23998:1 24006:1 24007:1 24017:1 24038:1 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:4 24075:3 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:2 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:11 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:31 24671:1 24674:1 24675:1 24686:3 24688:2 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:1 24770:2 24778:1 24784:1 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:2 24863:1 24876:1 24883:1 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24990:1 24995:1 25004:1 25006:7 25016:1 25029:1 25031:2 25062:1 25063:1 25064:4 25066:1 25067:1 25112:1 25119:2 25122:5 25133:1 25148:1 25168:3 25174:1 25214:1 25221:1 25222:1 25232:1 25250:1 25254:1 25259:1 25266:4 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25409:1 25426:1 25435:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25491:1 25498:1 25503:1 25518:1 25528:1 25533:2 25550:1 25555:1 25567:1 25579:2 25582:1 25621:2 25626:1 25635:1 25643:1 25652:3 25661:1 25667:2 25671:1 25675:3 25679:1 25684:1 25695:2 25700:1 25707:1 25711:1 25712:1 25717:1 25719:6 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25770:1 25777:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 79:3 81:1 92:3 103:1 105:1 110:2 121:6 128:1 135:1 139:3 140:1 141:1 144:1 147:1 150:2 154:1 158:1 167:1 171:5 183:1 200:1 203:1 204:1 211:3 225:3 227:1 236:1 264:3 275:2 292:5 294:1 309:1 313:1 320:1 327:1 332:2 333:4 334:1 344:1 349:1 363:2 373:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:9 515:1 532:1 558:1 584:1 592:1 595:1 618:1 623:1 639:1 660:1 684:1 686:1 687:2 702:2 709:4 718:5 722:1 723:1 725:1 736:3 741:7 742:3 750:1 751:4 765:5 766:1 774:3 778:1 780:1 781:1 782:3 787:5 800:2 802:3 807:1 811:1 821:4 822:1 823:1 828:1 851:1 855:1 857:2 898:1 899:1 909:1 917:2 938:1 954:1 979:1 1009:2 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1080:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:4 1213:4 1217:1 1222:1 1227:3 1231:2 1240:3 1244:1 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:10 1335:1 1345:11 1358:1 1360:3 1362:1 1377:1 1380:2 1382:1 1407:3 1417:1 1434:1 1435:1 1447:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:2 1607:1 1615:1 1634:1 1643:2 1658:1 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1739:2 1748:3 1761:2 1767:2 1771:1 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1841:2 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:8 1901:2 1917:4 1935:1 1936:3 1938:1 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:7 1985:2 1986:1 1987:3 1990:3 1992:3 1996:1 1997:4 1999:1 2000:1 2001:1 2003:2 2005:2 2008:1 2010:1 2011:1 2021:1 2043:1 2047:1 2059:3 2065:1 2082:1 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:2 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2244:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2348:1 2353:1 2365:1 2369:1 2377:1 2378:3 2379:3 2390:1 2412:1 2413:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:1 2462:3 2472:1 2474:1 2480:1 2497:1 2512:1 2530:19 2534:1 2537:1 2541:9 2555:2 2557:1 2579:2 2594:1 2599:18 2610:1 2614:1 2615:1 2624:1 2637:2 2644:1 2647:3 2677:3 2720:1 2727:1 2745:1 2746:1 2747:2 2752:4 2763:2 2767:1 2776:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2883:1 2886:3 2899:6 2923:1 2945:1 2980:1 2987:1 3016:3 3025:3 3029:1 3030:4 3031:4 3033:3 3034:3 3035:6 3036:4 3038:1 3039:1 3040:3 3041:1 3044:1 3048:1 3068:1 3077:1 3079:1 3080:4 3086:3 3090:4 3098:1 3111:2 3119:1 3133:1 3145:2 3150:1 3154:2 3155:7 3156:1 3158:19 3164:3 3167:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3240:7 3241:2 3242:1 3245:2 3250:2 3257:1 3278:1 3282:1 3290:6 3293:1 3298:1 3324:1 3335:1 3336:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3469:2 3475:1 3485:1 3489:2 3491:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:6 3542:2 3556:1 3558:1 3559:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3628:2 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:3 3715:1 3736:1 3754:1 3777:2 3791:2 3815:1 3816:1 3817:3 3833:1 3841:1 3843:1 3849:2 3858:5 3865:1 3867:1 3875:2 3894:1 3918:1 3942:1 3964:1 3996:1 4008:3 4009:1 4010:1 4013:1 4044:2 4051:1 4060:3 4061:1 4067:4 4084:1 4087:1 4088:1 4093:4 4115:1 4119:4 4122:2 4125:1 4128:1 4149:1 4150:2 4153:1 4157:1 4188:1 4195:1 4198:1 4200:5 4224:2 4228:1 4241:3 4245:2 4257:1 4277:1 4284:1 4318:1 4336:1 4344:1 4348:1 4363:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4417:1 4433:1 4471:1 4479:3 4489:1 4497:1 4500:2 4502:4 4503:1 4506:2 4508:5 4509:2 4510:1 4513:1 4514:4 4517:2 4520:7 4521:1 4527:1 4528:2 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:3 4611:1 4616:1 4633:2 4650:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:5 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:5 4863:1 4877:1 4878:1 4883:1 4943:4 4966:2 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:3 5020:2 5023:1 5036:1 5047:1 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:4 5206:1 5214:2 5220:1 5232:1 5234:1 5242:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:1 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5347:1 5349:2 5350:2 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:2 5400:2 5411:1 5415:1 5424:1 5428:1 5445:1 5448:3 5451:1 5452:5 5453:2 5478:6 5479:1 5482:2 5490:1 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:4 5556:1 5570:1 5577:3 5591:1 5619:1 5624:3 5625:2 5627:1 5632:1 5633:2 5638:1 5639:3 5642:2 5650:8 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5767:1 5797:1 5813:1 5826:1 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5865:1 5867:1 5871:1 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5958:1 5964:1 5973:1 5981:2 6004:7 6005:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:8 6046:1 6064:1 6069:1 6072:1 6090:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:10 6136:1 6149:1 6180:1 6186:2 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6361:1 6364:1 6386:1 6389:1 6400:1 6406:1 6417:2 6431:1 6432:1 6433:1 6439:1 6441:1 6444:1 6452:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6518:3 6521:1 6529:1 6533:2 6546:1 6567:1 6603:4 6617:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:2 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:2 6811:1 6813:4 6817:1 6836:4 6850:37 6858:1 6867:20 6868:11 6874:1 6885:1 6891:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:4 7005:1 7011:1 7026:1 7049:1 7056:7 7057:1 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7209:1 7212:1 7214:1 7217:1 7220:3 7229:1 7238:2 7239:1 7245:1 7271:1 7276:1 7302:1 7314:2 7318:47 7338:1 7347:1 7356:1 7365:1 7389:2 7397:1 7398:15 7400:9 7402:1 7405:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:2 7469:1 7474:1 7480:1 7494:2 7508:3 7517:1 7526:2 7527:1 7528:1 7533:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:3 7636:2 7639:1 7642:1 7644:1 7648:3 7649:3 7651:1 7652:1 7662:3 7671:4 7678:1 7682:1 7687:9 7689:1 7702:1 7707:1 7748:1 7760:1 7772:2 7774:1 7783:1 7786:1 7813:2 7819:1 7831:2 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8069:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8152:1 8174:1 8189:3 8191:1 8192:1 8208:1 8215:1 8223:1 8224:1 8232:3 8234:1 8262:2 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8286:2 8287:2 8288:2 8294:3 8300:1 8308:1 8312:1 8358:1 8369:1 8371:1 8373:1 8376:4 8387:1 8390:1 8410:2 8428:1 8438:1 8447:1 8448:1 8465:1 8467:4 8484:1 8491:1 8502:1 8503:3 8509:1 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8622:1 8636:1 8649:1 8659:1 8660:1 8675:3 8676:1 8677:2 8685:1 8692:1 8704:1 8720:1 8721:1 8733:2 8735:1 8737:1 8739:6 8740:1 8741:1 8745:1 8747:1 8754:1 8781:1 8799:1 8837:2 8850:6 8891:3 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:5 8956:1 8967:1 8972:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9030:3 9043:2 9044:1 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:6 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9220:1 9222:4 9223:2 9224:3 9226:2 9230:1 9231:3 9232:5 9235:1 9236:1 9238:1 9240:1 9242:1 9243:2 9248:2 9252:13 9257:2 9258:1 9260:8 9261:2 9265:1 9279:3 9290:1 9328:1 9342:1 9346:1 9348:1 9352:4 9353:1 9354:1 9368:1 9378:1 9383:2 9386:1 9390:1 9397:2 9398:1 9416:1 9417:1 9418:1 9421:1 9426:1 9444:6 9455:1 9488:1 9500:1 9525:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9572:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9650:2 9654:1 9674:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:4 9750:5 9765:1 9769:1 9786:1 9791:3 9798:3 9802:2 9806:1 9807:1 9841:2 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9877:1 9878:1 9885:1 9891:7 9893:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:1 9947:1 9971:1 9972:1 9976:1 10017:1 10056:2 10061:1 10064:2 10076:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10124:1 10125:1 10129:1 10132:1 10135:2 10139:1 10146:1 10149:1 10150:1 10152:1 10153:1 10156:12 10172:1 10194:1 10200:1 10206:5 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10281:1 10284:1 10313:1 10314:8 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10421:1 10425:1 10427:6 10429:2 10436:1 10437:15 10441:1 10447:3 10450:1 10451:1 10454:2 10455:1 10457:1 10460:2 10468:1 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:2 10557:1 10562:1 10563:1 10588:2 10595:1 10596:3 10649:7 10652:4 10656:2 10676:1 10686:1 10691:1 10697:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10833:1 10837:1 10849:1 10895:1 10908:1 10911:3 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11108:1 11113:1 11128:1 11167:1 11181:1 11192:2 11199:1 11200:1 11201:1 11212:1 11236:1 11238:5 11240:1 11244:1 11249:2 11257:1 11260:3 11263:1 11270:1 11275:1 11276:1 11280:5 11281:2 11290:2 11294:1 11295:1 11298:2 11310:2 11312:1 11315:3 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:2 11410:1 11415:1 11423:1 11432:2 11435:1 11436:4 11437:2 11445:1 11451:1 11461:1 11464:2 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11588:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:2 11665:3 11676:1 11677:1 11689:1 11691:1 11694:5 11713:1 11759:1 11761:1 11780:6 11782:3 11786:1 11791:2 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:2 11966:1 11969:1 11980:1 11983:4 11997:2 12006:2 12007:1 12017:1 12019:1 12026:1 12037:1 12042:1 12043:1 12058:1 12077:6 12080:4 12081:1 12082:2 12083:1 12084:1 12090:6 12095:1 12097:1 12098:1 12105:2 12112:1 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12169:1 12188:1 12197:2 12199:5 12203:1 12206:1 12213:1 12238:10 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:4 12282:1 12285:1 12313:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12400:1 12410:1 12411:12 12441:1 12463:1 12464:7 12469:2 12473:1 12476:1 12503:2 12508:1 12528:1 12535:4 12536:1 12546:2 12556:1 12569:1 12576:1 12579:1 12584:1 12600:1 12601:5 12605:1 12618:1 12645:1 12655:1 12677:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:2 12742:1 12745:1 12747:1 12750:3 12753:1 12756:3 12759:1 12765:2 12766:4 12775:1 12776:1 12790:1 12811:1 12824:1 12829:2 12840:3 12862:1 12869:1 12872:1 12878:1 12884:1 12894:2 12896:1 12899:1 12919:1 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:4 12994:3 13002:3 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13062:2 13082:1 13085:1 13086:1 13097:1 13106:1 13109:10 13113:2 13120:1 13151:1 13167:3 13168:2 13169:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13270:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13425:2 13427:1 13429:1 13433:1 13436:1 13447:2 13454:2 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13588:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:1 13623:1 13631:4 13640:1 13664:2 13671:2 13674:1 13680:1 13686:1 13690:6 13693:1 13713:1 13723:1 13726:1 13751:3 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:2 13833:2 13839:1 13842:1 13852:1 13853:4 13860:4 13879:2 13887:1 13891:1 13898:2 13903:1 13931:2 13941:1 13945:2 13947:2 13958:1 13959:1 13965:3 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:4 14170:4 14192:1 14195:6 14212:1 14219:1 14220:1 14223:5 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14310:1 14311:3 14313:1 14314:3 14315:5 14316:5 14317:2 14318:3 14320:4 14323:1 14324:2 14325:4 14329:2 14331:2 14332:1 14333:1 14334:1 14335:7 14338:1 14342:1 14376:1 14378:3 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:3 14479:1 14481:1 14483:1 14499:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14638:1 14646:5 14659:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14761:1 14771:1 14782:15 14795:1 14817:2 14835:1 14838:1 14849:1 14859:1 14868:2 14875:2 14879:1 14900:2 14902:3 14914:2 14919:1 14925:1 14937:1 14945:1 14947:1 14964:2 14966:2 14981:1 14997:1 15014:1 15019:3 15029:1 15035:1 15044:2 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:3 15149:1 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:2 15224:1 15244:1 15254:2 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15349:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:2 15507:1 15517:1 15531:3 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:2 15688:1 15690:1 15704:1 15744:1 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:3 15863:1 15864:2 15865:1 15878:5 15880:2 15895:2 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:2 16004:1 16005:1 16008:2 16020:1 16037:1 16047:2 16055:4 16074:2 16088:1 16118:2 16129:7 16135:3 16140:1 16144:1 16153:2 16167:1 16190:1 16195:3 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16265:1 16300:1 16301:1 16305:1 16312:2182 16315:2 16317:1 16336:1 16338:1 16354:1 16375:3 16379:1 16394:1 16397:1 16405:1 16409:4 16417:2 16424:1 16426:1 16436:2 16460:1 16463:1 16467:1 16485:1 16486:1 16491:1 16497:2 16500:1 16516:1 16539:1 16541:1 16543:1 16567:1 16569:2 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16688:1 16696:1 16709:1 16714:5 16734:1 16756:1 16762:1 16776:1 16780:10 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16881:1 16900:2 16915:1 16924:3 16938:1 16949:2 16950:1 16956:1 16961:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:4 17072:1 17096:2 17100:8 17104:1 17117:1 17118:2 17120:1 17139:1 17148:1 17156:1 17169:1 17170:1 17172:10 17178:1 17187:1 17189:1 17208:1 17209:1 17211:1 17216:2 17220:1 17222:1 17241:1 17244:1 17252:2 17277:1 17295:7 17296:1 17301:1 17304:1 17316:15 17319:1 17330:23 17333:4 17336:1 17349:1 17354:1 17374:4 17408:2 17411:1 17416:1 17424:2 17430:1 17431:1 17452:1 17454:1 17473:1 17491:1 17498:1 17506:1 17519:1 17535:5 17543:1 17549:2 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:76 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:5 17680:1 17694:1 17701:1 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17781:1 17783:10 17793:2 17799:15 17800:1 17807:3 17811:1 17860:3 17876:1 17881:5 17882:1 17884:2 17886:1 17888:2 17890:1 17891:2 17893:1 17897:2 17899:1 17900:1 17901:1 17902:2 17905:5 17906:5 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:3 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:2 18062:2 18066:1 18079:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:2 18208:3 18211:1 18213:1 18221:5 18224:1 18225:4 18241:1 18249:1 18256:1 18264:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18386:1 18390:1 18396:1 18398:1 18403:1 18406:6 18411:1 18414:2 18422:1 18423:2 18433:1 18440:1 18443:1 18445:5 18450:1 18455:1 18470:1 18472:1 18487:1 18550:1 18561:5 18569:2 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:2 18703:2 18708:2 18716:1 18719:3 18725:4 18740:1 18747:1 18755:1 18757:1 18760:1 18766:1 18767:1 18768:1 18774:1 18783:1 18795:2 18801:1 18814:1 18816:2 18822:1 18833:1 18837:2 18844:2 18849:1 18858:1 18869:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:4 18963:1 18964:1 18965:1 18968:2 18994:2 19004:1 19005:1 19013:1 19024:1 19029:2 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:25 19104:1 19125:1 19131:1 19156:1 19169:1 19171:2 19181:5 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19246:1 19250:3 19257:2 19262:2 19271:2 19290:1 19317:6 19320:1 19329:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:12 19350:1 19351:3 19355:2 19363:2 19372:1 19374:1 19383:9 19394:1 19408:7 19418:1 19424:1 19438:1 19439:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19501:3 19504:1 19505:1 19506:1 19507:1 19510:3 19516:1 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:2 19576:1 19588:1 19589:2 19590:1 19594:2 19596:1 19607:2 19609:1 19613:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:2 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19682:1 19712:1 19716:1 19721:1 19725:1 19732:1 19736:5 19740:2 19742:3 19753:1 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19834:1 19849:1 19850:3 19900:3 19906:1 19916:1 19927:1 19953:4 19964:7 19994:2 19998:1 20028:2 20048:1 20050:2 20067:1 20071:2 20076:1 20077:1 20085:15 20087:1 20088:1 20098:1 20102:1 20110:1 20127:4 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20466:1 20474:1 20481:2 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:2 20577:1 20585:3 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20674:1 20676:2 20680:1 20684:3 20687:2 20691:2 20692:1 20696:2 20709:1 20713:1 20722:3 20723:2 20727:1 20730:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20936:1 20944:1 20974:1 20986:1 20989:1 21023:1 21036:4 21056:1 21068:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:2 21150:3 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:3 21283:1 21284:3 21296:1 21301:1 21302:1 21305:1 21306:1 21310:1 21316:2 21334:1 21340:1 21348:1 21386:2 21387:1 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:2 21528:1 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21610:1 21613:4 21615:4 21619:7 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:2 21700:1 21703:1 21710:1 21721:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:2 21788:1 21793:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21871:1 21892:2 21898:1 21903:2 21904:1 21906:4 21914:1 21918:1 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22077:1 22078:2 22093:1 22094:1 22098:1 22112:1 22163:8 22169:1 22184:6 22188:1 22220:1 22222:1 22228:2 22229:1 22232:1 22237:3 22249:1 22259:1 22260:1 22261:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:1 22319:2 22325:1 22327:1 22330:1 22351:1 22370:2 22396:2 22399:1 22416:1 22419:3 22422:1 22440:1 22445:3 22471:2 22473:3 22480:8 22481:1 22486:1 22490:1 22498:2 22519:1 22520:2 22535:1 22542:1 22546:1 22548:1 22564:1 22574:6 22575:1 22586:1 22588:1 22590:1 22614:1 22615:3 22619:1 22639:2 22644:1 22652:1 22671:1 22675:1 22676:1 22690:4 22704:1 22706:1 22707:1 22718:2 22723:5 22725:1 22733:1 22742:1 22754:3 22758:2 22766:4 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22847:1 22851:1 22852:1 22857:2 22859:1 22860:1 22867:1 22883:1 22886:1 22888:1 22898:1 22906:1 22935:4 22942:1 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:8 23002:1 23003:1 23007:1 23015:3 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:1 23088:3 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23207:1 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:2 23348:1 23353:2 23359:1 23364:1 23366:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23451:1 23482:1 23490:1 23506:1 23524:3 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23611:1 23644:1 23656:1 23702:3 23705:1 23724:1 23731:1 23732:2 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:2 23810:1 23814:2 23820:1 23823:1 23824:1 23829:1 23830:1 23863:2 23870:1 23872:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:2 23979:2 23987:1 23992:1 23998:1 24006:1 24007:1 24017:1 24038:2 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:4 24075:3 24078:1 24083:2 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:2 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:11 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:32 24671:1 24674:1 24675:1 24686:4 24688:2 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:1 24770:2 24778:1 24784:1 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:2 24863:1 24876:1 24883:1 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24977:1 24984:1 24985:1 24987:1 24989:1 24990:1 24995:1 25004:1 25006:7 25016:1 25029:1 25031:2 25062:1 25063:1 25064:4 25066:1 25067:1 25112:1 25119:2 25122:5 25133:1 25148:1 25168:3 25174:1 25214:1 25221:2 25222:1 25232:1 25250:1 25254:1 25259:1 25266:4 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25402:2 25409:1 25426:1 25435:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25491:1 25498:1 25503:1 25518:1 25528:1 25533:2 25550:1 25555:1 25567:1 25579:2 25582:1 25621:2 25626:1 25635:1 25643:1 25652:3 25661:1 25667:2 25671:1 25675:3 25679:1 25684:2 25695:2 25700:1 25707:1 25711:1 25712:1 25717:1 25719:6 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:1 25768:1 25770:1 25777:1 25782:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 76:1 79:3 81:1 92:3 103:1 105:1 110:2 121:6 128:1 135:1 139:3 140:1 141:1 144:1 147:1 150:2 154:1 158:1 165:1 167:1 171:5 183:1 200:1 203:1 204:1 211:3 225:3 227:1 236:1 264:3 275:2 292:5 294:1 301:1 309:1 313:1 320:1 327:1 332:2 333:4 334:1 344:1 349:1 363:3 373:1 391:1 425:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:9 515:1 532:1 558:1 584:1 592:1 595:1 618:1 623:1 639:1 643:1 655:1 660:1 681:1 684:1 686:1 687:2 702:2 709:4 718:6 722:1 723:1 725:1 736:3 737:1 741:7 742:3 750:1 751:4 765:7 766:1 774:3 778:1 780:1 781:1 782:3 787:5 800:2 802:3 807:1 811:1 821:4 822:2 823:1 828:1 851:1 855:1 857:2 898:1 899:1 909:1 917:2 938:1 954:2 979:1 1009:2 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1080:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:4 1213:4 1217:1 1222:1 1227:3 1231:2 1240:3 1244:2 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:11 1335:1 1345:11 1358:2 1360:3 1362:1 1377:1 1380:2 1382:1 1407:4 1417:1 1434:1 1435:1 1447:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:2 1607:1 1615:1 1634:1 1643:2 1650:1 1658:1 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1720:1 1739:2 1748:3 1749:1 1761:2 1767:2 1771:2 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1841:2 1845:1 1850:1 1855:2 1868:2 1881:1 1887:1 1890:8 1901:2 1917:4 1935:1 1936:3 1938:1 1940:1 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:8 1985:2 1986:1 1987:4 1990:3 1992:3 1996:1 1997:4 1999:1 2000:1 2001:1 2003:2 2005:2 2008:2 2010:1 2011:1 2021:1 2043:2 2047:1 2059:3 2065:1 2082:2 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:2 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2244:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2346:1 2348:1 2353:1 2365:1 2369:1 2377:1 2378:3 2379:3 2390:1 2412:1 2413:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:2 2462:3 2463:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:19 2534:1 2537:1 2541:9 2555:2 2557:1 2579:2 2594:1 2599:18 2610:1 2614:1 2615:1 2624:1 2637:2 2644:1 2647:3 2677:3 2688:1 2720:1 2727:1 2745:1 2746:1 2747:2 2752:4 2763:2 2767:1 2776:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2879:1 2883:1 2886:3 2899:6 2923:1 2945:1 2980:1 2987:1 3016:3 3025:3 3029:1 3030:4 3031:4 3033:3 3034:3 3035:6 3036:4 3038:1 3039:1 3040:3 3041:1 3044:1 3048:1 3068:1 3077:1 3079:1 3080:4 3086:4 3090:4 3098:1 3111:3 3119:1 3133:1 3145:2 3150:1 3154:3 3155:7 3156:1 3158:20 3164:3 3166:1 3167:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3240:7 3241:2 3242:1 3245:3 3250:2 3257:1 3278:1 3282:1 3290:6 3293:1 3298:1 3324:1 3335:1 3336:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3468:1 3469:3 3475:1 3485:1 3489:2 3491:1 3493:1 3494:1 3507:3 3509:1 3523:1 3527:1 3528:1 3538:2 3541:7 3542:2 3556:1 3558:1 3559:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3621:1 3628:2 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:3 3715:1 3736:1 3754:1 3777:2 3791:2 3815:1 3816:1 3817:3 3833:1 3841:1 3843:1 3849:2 3858:5 3865:1 3867:1 3875:2 3894:1 3918:1 3940:1 3942:1 3964:1 3996:1 4008:3 4009:1 4010:1 4013:1 4044:2 4051:1 4060:3 4061:1 4067:5 4084:1 4087:1 4088:1 4093:4 4115:1 4119:4 4122:3 4125:1 4128:1 4149:1 4150:2 4151:1 4153:1 4157:1 4188:1 4195:1 4198:1 4200:6 4224:2 4228:1 4241:3 4245:2 4257:1 4277:1 4284:1 4318:1 4336:1 4344:1 4348:1 4363:1 4365:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4416:1 4417:1 4433:1 4471:1 4479:3 4489:1 4497:1 4500:2 4502:5 4503:1 4506:2 4508:5 4509:2 4510:1 4513:1 4514:4 4517:2 4520:7 4521:1 4527:1 4528:2 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:3 4611:1 4616:1 4620:1 4633:2 4642:1 4650:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:6 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:5 4863:1 4877:1 4878:1 4883:1 4943:4 4966:2 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:3 5020:2 5023:1 5036:1 5047:1 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:4 5206:1 5214:2 5220:1 5232:1 5234:1 5242:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:2 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:4 5347:1 5349:2 5350:2 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:2 5400:2 5411:1 5415:1 5424:1 5428:1 5445:2 5448:3 5451:2 5452:5 5453:2 5478:6 5479:1 5482:2 5490:1 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:5 5556:1 5570:1 5577:3 5591:1 5619:1 5624:3 5625:2 5627:1 5629:1 5632:1 5633:3 5638:1 5639:3 5642:2 5650:9 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5767:1 5797:1 5813:1 5826:1 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5865:1 5867:1 5871:1 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5958:1 5964:1 5973:1 5981:3 6004:7 6005:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:8 6046:1 6064:1 6069:1 6070:1 6072:1 6090:1 6101:1 6105:1 6108:1 6112:1 6119:1 6131:1 6132:11 6136:1 6149:1 6180:1 6186:2 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:2 6346:2 6354:1 6355:1 6361:1 6364:1 6386:1 6389:1 6400:1 6406:1 6417:2 6431:1 6432:1 6433:1 6439:2 6441:1 6444:1 6452:1 6453:1 6457:1 6463:1 6480:1 6494:2 6501:2 6503:1 6517:1 6518:3 6521:1 6529:1 6533:2 6546:1 6567:1 6603:4 6617:1 6621:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:3 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:3 6811:2 6813:4 6817:1 6836:4 6850:40 6858:1 6867:20 6868:11 6874:1 6885:1 6891:1 6898:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:4 7005:1 7011:1 7026:1 7049:1 7056:7 7057:1 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7186:1 7196:1 7201:1 7209:1 7212:1 7214:1 7217:1 7220:3 7229:1 7238:2 7239:1 7245:1 7259:1 7271:1 7276:1 7302:1 7314:2 7318:47 7338:1 7347:1 7356:1 7365:1 7389:2 7397:1 7398:16 7400:9 7402:1 7405:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:2 7469:1 7474:1 7480:1 7494:2 7508:3 7517:1 7526:2 7527:1 7528:1 7533:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:3 7636:2 7639:1 7642:1 7644:1 7648:3 7649:3 7651:1 7652:1 7662:3 7671:4 7678:1 7682:1 7687:9 7689:1 7702:1 7707:1 7748:1 7760:1 7772:3 7774:1 7783:1 7786:2 7813:2 7819:1 7831:2 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7934:1 7937:1 7944:1 7987:1 8016:1 8031:1 8034:1 8046:1 8051:1 8055:2 8059:2 8067:1 8069:1 8077:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8152:1 8174:1 8189:4 8191:1 8192:1 8199:1 8208:1 8212:1 8215:1 8223:1 8224:1 8232:3 8234:1 8253:1 8262:2 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8286:2 8287:2 8288:2 8290:1 8294:3 8300:1 8308:1 8312:1 8316:1 8358:1 8369:1 8371:1 8373:1 8376:4 8387:1 8390:1 8410:2 8428:1 8438:1 8447:1 8448:1 8465:1 8467:4 8482:1 8484:1 8491:1 8502:1 8503:3 8509:1 8515:1 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:1 8613:1 8622:1 8636:1 8649:1 8659:1 8660:1 8675:3 8676:1 8677:2 8685:1 8692:1 8704:1 8720:1 8721:1 8726:1 8733:2 8735:1 8737:1 8739:6 8740:1 8741:1 8745:1 8747:1 8754:1 8781:1 8799:1 8837:3 8850:6 8891:3 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:5 8944:1 8956:1 8967:1 8972:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9029:1 9030:3 9043:2 9044:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:1 9133:6 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9220:1 9222:4 9223:2 9224:3 9226:2 9230:1 9231:3 9232:5 9235:1 9236:1 9238:1 9240:1 9242:1 9243:2 9248:2 9252:14 9257:3 9258:1 9260:8 9261:2 9265:1 9279:3 9290:1 9312:1 9328:1 9342:1 9346:1 9348:1 9352:4 9353:1 9354:1 9359:1 9368:1 9378:1 9383:3 9386:1 9390:1 9397:2 9398:1 9414:1 9416:1 9417:1 9418:1 9421:1 9426:1 9444:6 9455:2 9488:1 9500:1 9525:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9572:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9638:1 9650:2 9654:1 9674:1 9690:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:5 9750:5 9765:1 9769:1 9786:1 9791:3 9798:3 9802:2 9806:1 9807:1 9841:2 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9877:1 9878:1 9885:1 9891:7 9893:1 9900:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:1 9947:1 9971:1 9972:1 9976:1 10017:1 10038:1 10056:3 10061:1 10064:2 10076:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10124:1 10125:1 10129:1 10132:2 10135:2 10139:1 10146:1 10149:1 10150:1 10152:1 10153:1 10156:13 10172:1 10194:1 10200:1 10206:5 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10281:1 10284:1 10313:1 10314:8 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10421:1 10425:1 10427:7 10429:2 10436:1 10437:15 10441:1 10447:4 10450:1 10451:1 10454:2 10455:1 10457:1 10460:2 10468:1 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10511:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:2 10557:1 10562:1 10563:2 10588:2 10595:1 10596:3 10649:7 10652:4 10656:2 10676:1 10686:1 10691:1 10697:1 10702:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:1 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10833:1 10837:1 10849:1 10895:1 10908:1 10911:3 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11069:1 11081:1 11108:1 11113:1 11116:1 11128:1 11167:1 11181:1 11192:2 11199:1 11200:1 11201:1 11212:1 11236:1 11238:5 11240:2 11244:1 11249:2 11257:1 11260:3 11263:1 11270:1 11275:1 11276:1 11280:5 11281:2 11290:3 11294:2 11295:1 11298:2 11306:1 11310:2 11312:1 11315:3 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:2 11392:1 11410:1 11415:1 11423:1 11432:2 11435:1 11436:4 11437:2 11439:1 11445:1 11451:1 11461:1 11464:2 11471:1 11500:1 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11588:1 11592:1 11611:1 11613:1 11625:1 11629:2 11638:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:2 11665:3 11676:1 11677:1 11689:1 11691:1 11694:6 11713:1 11759:1 11761:1 11780:6 11782:4 11786:1 11791:2 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:2 11966:1 11969:1 11980:1 11983:4 11997:3 12006:2 12007:1 12017:2 12019:1 12026:1 12037:1 12042:1 12043:2 12058:1 12077:6 12080:4 12081:1 12082:2 12083:1 12084:1 12090:6 12094:1 12095:1 12097:1 12098:1 12105:2 12112:2 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12169:1 12188:1 12197:2 12199:5 12203:1 12206:1 12213:1 12238:10 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:4 12282:1 12284:1 12285:1 12313:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12400:1 12410:1 12411:12 12441:1 12463:1 12464:7 12469:2 12473:1 12476:1 12503:2 12508:1 12517:1 12528:1 12535:4 12536:1 12546:3 12556:1 12569:1 12576:1 12579:1 12584:1 12600:1 12601:5 12605:1 12618:1 12645:1 12655:1 12677:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:2 12742:1 12745:1 12747:1 12750:3 12753:1 12756:3 12759:1 12765:2 12766:4 12775:1 12776:1 12790:1 12811:1 12824:2 12829:2 12840:3 12862:1 12869:1 12872:1 12878:1 12884:1 12894:2 12896:1 12899:1 12919:2 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:4 12994:3 13002:3 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13062:2 13082:1 13085:1 13086:2 13097:1 13106:1 13109:11 13113:2 13120:1 13151:1 13167:3 13168:2 13169:1 13170:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13270:1 13275:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13361:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13425:2 13427:1 13429:1 13433:2 13436:1 13447:2 13454:3 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13588:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:2 13623:1 13631:4 13640:1 13664:2 13671:2 13674:1 13680:1 13686:1 13690:7 13693:1 13713:1 13723:1 13726:1 13751:4 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:2 13833:2 13839:1 13842:1 13852:1 13853:5 13860:5 13879:2 13887:1 13891:1 13898:2 13903:1 13928:1 13931:2 13941:1 13945:2 13947:2 13958:2 13959:1 13965:3 13976:1 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:4 14170:4 14192:1 14195:6 14212:1 14219:1 14220:1 14223:5 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14310:1 14311:3 14313:1 14314:3 14315:5 14316:5 14317:2 14318:3 14320:4 14323:1 14324:2 14325:4 14329:2 14331:2 14332:1 14333:1 14334:1 14335:7 14338:1 14342:1 14376:1 14378:3 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:3 14479:1 14481:1 14483:1 14499:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14638:1 14646:6 14659:1 14686:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14761:1 14771:1 14782:15 14795:1 14817:2 14835:1 14838:1 14849:1 14859:1 14868:2 14875:2 14879:1 14900:2 14902:3 14914:2 14919:1 14925:1 14937:1 14945:2 14947:1 14964:2 14966:2 14973:1 14981:1 14997:1 15007:1 15014:1 15019:3 15029:1 15035:1 15036:1 15044:2 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:3 15149:1 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:2 15224:1 15244:1 15254:2 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15349:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:2 15507:1 15517:1 15531:3 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:3 15688:1 15690:1 15704:1 15744:2 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:4 15863:1 15864:2 15865:1 15878:5 15880:2 15884:1 15895:2 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:2 16004:1 16005:1 16008:2 16020:1 16022:1 16037:1 16047:2 16055:4 16074:2 16088:1 16118:2 16129:7 16135:3 16140:1 16144:1 16153:2 16167:1 16190:1 16195:3 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16265:1 16276:1 16300:1 16301:1 16305:1 16312:2280 16315:2 16317:1 16318:1 16336:1 16338:1 16354:1 16375:4 16379:1 16394:1 16397:1 16405:1 16409:5 16417:2 16424:1 16426:1 16436:2 16460:1 16463:1 16467:1 16485:2 16486:1 16491:1 16497:2 16500:1 16516:1 16539:1 16541:1 16543:1 16567:1 16569:2 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16688:1 16696:1 16709:1 16714:5 16734:1 16756:1 16762:1 16776:1 16780:11 16791:1 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16872:1 16881:1 16900:2 16915:1 16924:3 16938:1 16949:2 16950:1 16956:1 16961:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:4 17072:1 17096:2 17100:10 17104:1 17117:1 17118:2 17120:1 17139:1 17148:1 17156:1 17169:1 17170:1 17172:11 17178:1 17187:1 17189:1 17208:1 17209:1 17211:1 17216:2 17220:1 17222:1 17241:1 17244:1 17252:2 17277:1 17295:7 17296:1 17301:1 17304:1 17316:15 17319:1 17330:23 17333:4 17336:1 17349:2 17354:1 17374:4 17408:2 17411:1 17416:1 17424:2 17430:2 17431:1 17452:1 17454:1 17467:1 17473:1 17491:1 17498:1 17506:2 17519:1 17535:5 17543:1 17549:2 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:78 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:6 17680:1 17694:1 17701:2 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17776:1 17781:1 17783:10 17793:2 17799:15 17800:1 17807:3 17811:1 17860:3 17876:1 17881:6 17882:1 17884:3 17886:1 17888:2 17890:1 17891:2 17893:1 17897:3 17899:1 17900:1 17901:1 17902:2 17905:5 17906:6 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:3 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:2 18062:2 18066:1 18079:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:2 18208:3 18211:1 18213:1 18221:5 18224:1 18225:4 18241:1 18249:2 18256:1 18261:1 18264:1 18266:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18386:1 18390:1 18396:1 18398:1 18403:1 18406:6 18411:1 18414:2 18422:1 18423:2 18433:1 18440:1 18443:1 18445:5 18450:1 18455:2 18470:1 18472:1 18487:1 18536:1 18550:1 18561:5 18569:2 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:3 18703:2 18708:2 18716:1 18719:3 18725:4 18740:1 18747:1 18755:1 18757:1 18760:1 18766:1 18767:1 18768:1 18774:1 18783:1 18795:2 18801:2 18814:1 18816:2 18822:1 18833:1 18834:1 18837:2 18844:2 18849:1 18858:1 18869:1 18889:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:4 18963:1 18964:1 18965:1 18968:2 18994:2 19004:1 19005:1 19013:1 19024:1 19029:2 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:26 19104:1 19125:1 19131:1 19153:1 19156:1 19169:1 19171:2 19181:6 19194:1 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19246:1 19250:3 19257:2 19262:2 19271:2 19290:1 19317:6 19320:2 19329:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:12 19350:1 19351:3 19355:2 19363:2 19372:1 19374:1 19383:9 19394:1 19408:7 19418:1 19424:1 19438:1 19439:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19501:3 19504:1 19505:1 19506:1 19507:1 19510:4 19516:2 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:2 19576:1 19588:1 19589:2 19590:1 19594:2 19596:1 19607:3 19609:1 19613:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:2 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19682:1 19712:1 19716:1 19721:1 19725:1 19732:1 19736:5 19740:2 19742:3 19753:1 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19834:1 19849:1 19850:3 19900:3 19906:1 19916:1 19927:1 19953:4 19964:7 19994:2 19998:1 20028:2 20048:1 20050:3 20067:1 20071:2 20076:1 20077:1 20085:15 20087:1 20088:1 20098:1 20102:1 20110:1 20127:4 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20240:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:1 20307:2 20329:1 20333:1 20336:1 20340:1 20401:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20466:1 20474:1 20481:2 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:2 20577:1 20585:3 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20672:1 20674:1 20676:2 20680:1 20684:3 20687:2 20691:2 20692:1 20696:2 20709:1 20713:1 20722:3 20723:2 20727:1 20730:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20930:1 20936:1 20944:1 20974:1 20980:1 20986:1 20989:1 21023:1 21036:4 21056:1 21068:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:2 21150:3 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:3 21283:1 21284:3 21296:1 21301:1 21302:1 21305:1 21306:1 21310:1 21316:2 21334:1 21340:1 21348:1 21386:2 21387:1 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:3 21528:2 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21607:2 21610:1 21613:4 21615:4 21619:7 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:2 21700:1 21703:1 21710:1 21721:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:2 21783:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21871:1 21892:2 21898:1 21903:2 21904:1 21906:4 21914:1 21918:2 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22077:1 22078:2 22093:1 22094:1 22098:2 22112:1 22163:8 22169:1 22184:8 22188:1 22220:1 22222:1 22228:2 22229:1 22232:1 22237:3 22249:1 22259:1 22260:1 22261:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:1 22319:2 22325:1 22327:2 22330:1 22351:1 22370:2 22396:2 22399:1 22410:1 22416:1 22419:3 22422:1 22440:1 22445:3 22471:3 22473:3 22480:8 22481:1 22486:1 22490:1 22498:3 22519:1 22520:3 22535:1 22542:1 22546:2 22548:1 22564:1 22574:6 22575:1 22586:1 22588:1 22590:1 22611:1 22614:1 22615:3 22619:1 22628:1 22639:2 22644:1 22652:1 22671:1 22675:1 22676:1 22690:4 22704:1 22706:1 22707:1 22718:2 22723:5 22725:1 22733:1 22742:2 22754:3 22758:2 22766:5 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22847:1 22851:1 22852:1 22857:2 22859:1 22860:1 22867:1 22883:1 22886:1 22888:1 22898:1 22906:1 22925:1 22935:5 22942:1 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:8 23002:1 23003:1 23007:1 23015:3 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:2 23088:3 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23207:1 23211:1 23215:1 23216:1 23218:1 23255:1 23266:1 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:2 23348:1 23351:1 23353:2 23359:1 23364:1 23366:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23451:1 23482:1 23490:1 23506:1 23507:1 23524:3 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23572:2 23576:1 23577:1 23583:1 23599:1 23601:1 23611:1 23644:1 23656:1 23702:3 23705:1 23724:1 23731:1 23732:2 23738:1 23744:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:2 23810:1 23814:2 23820:1 23823:1 23824:1 23829:1 23830:1 23862:1 23863:2 23870:1 23872:1 23875:3 23883:3 23899:1 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:1 23969:1 23970:2 23979:2 23987:1 23992:1 23998:1 24006:1 24007:2 24017:1 24038:2 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:5 24075:3 24078:1 24083:2 24092:1 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:3 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:12 24351:1 24365:2 24367:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24556:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:32 24671:1 24674:1 24675:1 24686:4 24688:2 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:1 24770:2 24778:1 24784:2 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:2 24863:1 24876:2 24883:2 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24969:1 24977:1 24984:1 24985:1 24987:1 24989:1 24990:1 24995:1 25004:1 25006:7 25016:1 25023:1 25029:1 25031:2 25062:1 25063:1 25064:4 25066:1 25067:1 25106:1 25112:1 25119:3 25122:6 25133:1 25148:1 25168:3 25174:1 25214:1 25221:2 25222:1 25232:1 25250:1 25254:1 25259:2 25266:4 25283:1 25293:2 25296:1 25312:1 25326:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25402:2 25409:1 25426:1 25435:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25491:1 25498:1 25503:1 25518:1 25528:1 25533:2 25550:1 25555:1 25567:1 25579:2 25582:1 25621:3 25626:1 25635:1 25643:1 25652:3 25661:1 25667:2 25671:1 25675:3 25679:1 25684:2 25695:2 25700:1 25707:1 25710:1 25711:1 25712:1 25717:1 25719:7 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:2 25768:1 25770:1 25777:1 25782:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 76:1 79:3 81:1 92:3 103:1 105:1 110:2 121:6 128:1 135:1 139:3 140:1 141:1 144:1 147:1 150:2 154:1 158:1 165:1 167:1 171:6 183:1 200:1 203:1 204:1 211:3 225:3 227:1 236:1 264:3 275:2 292:5 294:1 301:1 309:1 313:1 320:1 327:1 332:2 333:5 334:1 344:1 349:1 363:3 373:1 391:1 425:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:9 515:1 532:1 558:1 584:1 592:1 595:1 618:1 623:1 639:1 643:1 655:1 660:1 681:1 684:1 686:1 687:2 702:2 709:4 718:6 722:1 723:1 725:1 736:3 737:1 741:7 742:3 750:1 751:4 765:7 766:1 774:3 778:1 780:1 781:1 782:3 787:5 800:2 802:3 807:1 811:1 821:4 822:2 823:1 828:1 851:1 855:1 857:2 898:1 899:1 909:1 917:2 938:1 954:2 979:1 1009:2 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:1 1075:2 1076:1 1080:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:4 1213:4 1217:1 1222:1 1227:3 1231:2 1240:3 1244:2 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:11 1335:1 1345:12 1358:2 1360:3 1362:1 1377:1 1380:2 1382:1 1407:4 1417:1 1434:1 1435:1 1447:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:2 1551:1 1569:1 1576:1 1586:1 1588:1 1591:2 1607:1 1615:1 1634:1 1643:2 1650:1 1658:2 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1720:1 1739:2 1748:3 1749:1 1761:2 1767:2 1771:2 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1841:2 1845:1 1850:1 1852:1 1855:2 1859:1 1868:2 1881:1 1887:1 1890:8 1901:2 1917:4 1935:1 1936:3 1938:1 1940:2 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:8 1985:2 1986:1 1987:4 1990:3 1992:3 1996:2 1997:4 1999:1 2000:1 2001:1 2003:2 2005:2 2008:2 2010:1 2011:1 2021:1 2043:2 2047:1 2059:3 2065:1 2082:2 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:2 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2244:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2346:1 2348:1 2353:1 2365:1 2369:1 2377:1 2378:3 2379:3 2390:1 2412:1 2413:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:2 2462:3 2463:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:19 2534:1 2537:1 2541:10 2555:2 2557:1 2579:2 2594:1 2599:19 2610:1 2614:1 2615:1 2624:1 2637:2 2644:1 2647:3 2677:3 2688:1 2720:1 2727:1 2745:1 2746:1 2747:2 2752:4 2763:2 2767:1 2776:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2879:1 2883:1 2886:3 2899:6 2923:1 2945:1 2980:1 2987:1 3016:3 3025:3 3029:1 3030:4 3031:5 3033:3 3034:3 3035:6 3036:4 3038:1 3039:1 3040:3 3041:1 3044:1 3048:1 3068:1 3077:1 3079:1 3080:4 3086:5 3090:4 3098:1 3111:3 3119:1 3133:1 3145:2 3150:1 3154:3 3155:7 3156:1 3158:21 3164:3 3166:1 3167:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3240:7 3241:2 3242:1 3245:3 3250:2 3257:1 3278:1 3282:1 3290:7 3293:1 3298:1 3324:1 3335:1 3336:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3427:1 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3468:1 3469:3 3475:1 3485:1 3489:2 3491:1 3493:1 3494:1 3507:3 3509:1 3512:1 3523:1 3527:1 3528:1 3538:2 3541:8 3542:2 3556:1 3558:1 3559:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3621:1 3628:2 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:1 3710:3 3715:1 3736:1 3754:1 3777:2 3791:2 3815:1 3816:1 3817:3 3833:1 3841:1 3843:1 3849:2 3858:6 3865:1 3867:1 3875:2 3894:1 3918:1 3940:1 3942:1 3964:1 3996:1 4008:3 4009:1 4010:1 4013:1 4044:2 4051:1 4060:3 4061:1 4067:5 4084:1 4087:1 4088:1 4093:4 4115:2 4119:4 4122:4 4125:1 4128:1 4149:1 4150:2 4151:1 4153:1 4157:1 4188:1 4195:1 4198:1 4200:6 4224:2 4228:1 4241:3 4242:1 4245:2 4257:1 4277:1 4284:1 4318:1 4336:1 4344:1 4348:1 4363:1 4365:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4416:1 4417:1 4433:1 4471:1 4479:3 4489:1 4497:1 4500:2 4502:6 4503:1 4506:2 4508:5 4509:2 4510:1 4513:1 4514:4 4517:2 4520:7 4521:1 4527:1 4528:2 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:3 4611:1 4616:1 4620:1 4633:2 4642:1 4650:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:7 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4841:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:5 4863:1 4877:1 4878:1 4883:1 4943:4 4966:2 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:3 5020:2 5023:1 5036:1 5047:2 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:4 5206:1 5214:2 5220:2 5232:1 5234:1 5242:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:2 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:5 5347:1 5349:2 5350:2 5352:1 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:2 5400:2 5411:1 5415:1 5424:1 5428:1 5445:2 5448:3 5451:2 5452:5 5453:2 5478:6 5479:1 5482:2 5490:2 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:5 5556:1 5570:1 5577:3 5591:1 5619:1 5624:3 5625:2 5627:1 5629:1 5632:1 5633:3 5638:1 5639:3 5642:2 5650:9 5651:1 5652:1 5653:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5767:1 5797:1 5813:1 5826:1 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5865:1 5867:1 5871:2 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5958:1 5964:1 5973:1 5981:4 6004:8 6005:1 6009:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:8 6046:1 6064:1 6069:1 6070:1 6072:1 6090:1 6101:1 6105:1 6108:1 6112:1 6115:1 6119:1 6131:1 6132:11 6136:1 6149:1 6180:1 6186:2 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:4 6346:2 6354:1 6355:1 6361:1 6364:1 6386:1 6389:1 6400:1 6406:1 6416:1 6417:2 6431:1 6432:1 6433:1 6439:2 6441:1 6444:1 6452:1 6453:1 6457:1 6463:1 6473:1 6480:1 6494:2 6501:2 6503:1 6517:1 6518:3 6521:1 6529:1 6533:2 6546:1 6567:1 6603:4 6617:1 6621:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:3 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:3 6811:2 6813:4 6817:1 6836:4 6850:41 6858:1 6867:20 6868:12 6874:1 6885:1 6891:1 6898:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:4 7005:1 7011:1 7026:1 7049:1 7056:7 7057:1 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7168:1 7186:1 7196:1 7201:1 7209:1 7212:1 7214:1 7217:1 7220:3 7229:1 7238:2 7239:1 7245:1 7259:2 7271:1 7276:1 7302:1 7314:2 7318:48 7338:1 7347:1 7356:1 7365:1 7389:3 7397:1 7398:16 7400:9 7402:1 7405:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:1 7465:1 7468:2 7469:1 7474:1 7480:1 7494:2 7508:3 7510:1 7517:1 7526:2 7527:1 7528:1 7533:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:4 7636:2 7639:1 7642:1 7644:1 7648:3 7649:4 7651:1 7652:1 7662:3 7671:5 7678:1 7682:1 7687:9 7689:1 7702:1 7707:1 7748:1 7760:1 7772:3 7774:1 7783:1 7784:1 7786:2 7813:2 7819:1 7831:2 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7934:1 7937:1 7944:1 7964:1 7987:1 8016:1 8031:1 8034:1 8046:2 8051:1 8055:2 8059:2 8067:1 8069:1 8077:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8132:1 8152:1 8174:1 8189:4 8191:1 8192:1 8199:1 8208:1 8212:1 8215:1 8223:1 8224:1 8232:3 8234:1 8253:2 8262:2 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8286:2 8287:2 8288:2 8290:1 8294:3 8300:1 8308:1 8312:1 8316:1 8358:1 8369:1 8371:1 8373:1 8376:4 8387:1 8390:1 8410:2 8428:1 8438:1 8447:1 8448:1 8465:1 8467:4 8482:1 8484:1 8491:1 8502:1 8503:3 8509:1 8515:2 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:2 8613:1 8622:1 8636:1 8649:1 8659:1 8660:1 8675:3 8676:1 8677:3 8685:1 8692:1 8703:1 8704:1 8720:1 8721:1 8726:1 8733:2 8735:1 8737:1 8739:7 8740:1 8741:1 8745:1 8747:1 8754:1 8781:1 8799:1 8837:3 8850:6 8891:4 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:5 8944:2 8956:1 8967:1 8972:1 8973:1 8978:1 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9029:1 9030:3 9043:2 9044:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:2 9133:6 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:8 9212:1 9220:1 9222:4 9223:2 9224:3 9226:2 9230:1 9231:3 9232:5 9235:1 9236:1 9238:1 9240:1 9242:1 9243:2 9248:2 9252:15 9257:3 9258:1 9260:8 9261:2 9265:1 9279:3 9290:1 9312:1 9328:1 9342:1 9346:1 9348:1 9352:4 9353:1 9354:1 9359:1 9368:1 9378:1 9383:3 9386:1 9390:1 9397:2 9398:1 9414:1 9416:1 9417:1 9418:1 9421:1 9426:2 9444:6 9455:2 9488:1 9500:1 9525:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9572:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9638:1 9650:2 9654:1 9674:1 9690:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:5 9750:5 9765:1 9769:1 9786:1 9791:3 9798:3 9802:2 9806:1 9807:1 9841:2 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9877:1 9878:1 9885:1 9891:7 9893:1 9900:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:1 9947:1 9971:1 9972:1 9976:1 10017:1 10038:1 10056:3 10061:1 10064:2 10076:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10124:1 10125:1 10129:1 10132:2 10135:2 10139:1 10146:1 10149:1 10150:1 10152:1 10153:1 10156:13 10172:1 10194:1 10200:1 10206:5 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10281:1 10284:1 10313:1 10314:8 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10421:1 10425:1 10427:7 10429:2 10436:1 10437:15 10441:1 10447:4 10450:1 10451:2 10454:2 10455:1 10457:1 10460:2 10468:1 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10511:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:2 10557:1 10562:1 10563:2 10588:2 10595:1 10596:3 10649:7 10652:4 10656:2 10676:1 10686:1 10691:1 10697:1 10702:1 10707:1 10713:1 10732:1 10748:1 10750:1 10752:2 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10833:1 10837:1 10849:1 10895:1 10908:1 10911:3 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11069:1 11081:1 11108:1 11113:1 11116:1 11128:1 11167:1 11181:1 11192:2 11199:1 11200:1 11201:1 11212:1 11236:1 11238:6 11240:2 11244:1 11249:2 11257:1 11260:3 11263:1 11270:1 11275:1 11276:1 11280:5 11281:2 11290:3 11294:2 11295:1 11298:2 11306:1 11310:2 11312:1 11315:3 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:2 11392:1 11410:1 11415:1 11423:1 11432:2 11435:1 11436:5 11437:2 11439:1 11445:1 11451:1 11461:1 11464:2 11471:1 11500:2 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11588:1 11592:1 11611:2 11613:1 11625:1 11629:2 11638:1 11640:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:2 11665:3 11676:1 11677:1 11689:1 11691:1 11694:6 11713:1 11759:1 11761:1 11780:8 11782:4 11786:1 11791:2 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:2 11966:1 11969:1 11980:1 11983:4 11997:3 12006:2 12007:1 12017:2 12019:1 12026:1 12037:1 12042:1 12043:2 12058:1 12077:6 12080:4 12081:1 12082:2 12083:2 12084:1 12090:6 12094:1 12095:1 12097:1 12098:1 12105:2 12112:2 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12169:1 12188:1 12197:2 12199:6 12203:1 12206:1 12213:1 12238:10 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:4 12282:1 12284:1 12285:1 12313:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12400:1 12410:1 12411:13 12441:1 12463:1 12464:7 12469:2 12473:1 12476:1 12503:2 12508:1 12517:1 12528:1 12535:4 12536:1 12546:3 12556:1 12569:1 12576:1 12579:1 12584:1 12600:1 12601:5 12605:1 12618:1 12645:1 12655:1 12677:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:2 12742:1 12745:1 12747:1 12750:3 12753:1 12756:3 12759:1 12765:2 12766:4 12775:1 12776:1 12790:1 12811:1 12824:2 12829:2 12840:3 12862:1 12869:1 12872:1 12878:2 12884:1 12894:2 12896:1 12899:1 12919:2 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:4 12994:3 13002:3 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13062:2 13082:1 13085:1 13086:2 13097:1 13106:1 13109:11 13113:2 13120:1 13151:1 13167:3 13168:2 13169:1 13170:1 13183:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13270:1 13275:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13361:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13406:1 13425:2 13427:1 13429:1 13433:3 13436:1 13447:2 13454:3 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13588:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:2 13623:1 13631:4 13640:1 13664:2 13671:3 13674:1 13680:1 13686:1 13690:7 13693:1 13713:1 13723:1 13726:1 13751:4 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:2 13833:2 13839:1 13842:1 13852:1 13853:5 13860:5 13879:2 13887:1 13891:1 13898:2 13903:1 13928:1 13931:2 13941:1 13945:2 13947:2 13958:2 13959:1 13965:3 13976:1 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14156:1 14158:1 14164:4 14170:4 14192:1 14195:6 14212:1 14219:1 14220:1 14223:5 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14309:1 14310:1 14311:3 14313:1 14314:4 14315:5 14316:5 14317:2 14318:3 14320:4 14323:1 14324:2 14325:4 14329:2 14331:2 14332:1 14333:1 14334:1 14335:7 14338:1 14342:1 14376:1 14378:3 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:3 14479:1 14481:1 14483:1 14499:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14638:1 14646:6 14659:1 14686:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14761:1 14771:1 14782:16 14795:1 14817:2 14835:1 14838:1 14849:1 14859:1 14868:2 14875:2 14879:1 14900:2 14902:3 14914:2 14919:1 14925:1 14937:1 14945:3 14947:1 14964:2 14966:2 14973:1 14981:1 14997:1 15007:1 15014:1 15019:3 15029:1 15035:1 15036:1 15044:2 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:3 15149:1 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:2 15224:1 15244:1 15254:2 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15349:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:2 15507:1 15517:1 15531:3 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:3 15688:1 15690:1 15704:1 15744:2 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:2 15852:1 15859:4 15863:1 15864:2 15865:1 15878:5 15880:2 15884:1 15895:2 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:3 16004:1 16005:1 16008:2 16020:1 16022:1 16037:1 16047:2 16055:4 16074:2 16088:1 16118:2 16129:7 16135:3 16140:1 16144:1 16153:2 16167:1 16190:1 16195:3 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16256:1 16265:1 16276:1 16284:1 16300:1 16301:1 16305:1 16312:2303 16315:2 16317:1 16318:1 16336:1 16338:1 16354:1 16375:4 16379:1 16394:1 16397:1 16405:1 16409:5 16417:2 16424:1 16426:1 16436:3 16460:1 16463:1 16467:1 16485:2 16486:1 16491:1 16497:2 16500:1 16516:1 16539:1 16541:1 16543:1 16567:1 16569:2 16570:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16688:1 16696:1 16709:1 16714:5 16734:1 16756:1 16762:1 16776:1 16780:11 16791:1 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16872:1 16881:1 16900:2 16915:1 16924:3 16938:1 16949:2 16950:1 16951:1 16956:1 16961:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:4 17072:1 17096:2 17100:10 17104:1 17117:1 17118:2 17120:1 17139:1 17148:1 17156:1 17169:1 17170:1 17172:11 17178:1 17187:1 17189:1 17208:1 17209:1 17211:1 17216:2 17220:1 17222:1 17241:1 17244:1 17252:2 17277:1 17281:1 17295:7 17296:1 17301:1 17304:1 17316:16 17319:1 17330:23 17333:4 17336:1 17349:2 17354:1 17374:4 17408:2 17411:1 17416:1 17424:2 17430:2 17431:1 17452:1 17454:1 17467:2 17473:1 17491:1 17498:1 17506:2 17519:1 17535:5 17543:1 17549:2 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:81 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:6 17680:1 17694:1 17701:2 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17776:1 17781:1 17783:10 17793:2 17799:16 17800:1 17807:4 17811:1 17860:3 17876:1 17881:6 17882:1 17884:3 17886:1 17888:2 17890:1 17891:2 17893:1 17897:3 17899:2 17900:1 17901:1 17902:2 17905:5 17906:6 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:3 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:2 18062:2 18066:1 18079:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:2 18208:3 18211:1 18213:1 18221:5 18224:1 18225:4 18241:1 18249:2 18256:1 18261:1 18264:1 18266:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18386:1 18390:1 18396:1 18398:1 18403:1 18406:7 18411:1 18414:2 18422:1 18423:2 18433:1 18440:1 18443:1 18445:5 18450:1 18455:2 18470:2 18472:1 18487:1 18536:1 18550:1 18561:6 18569:2 18574:1 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:3 18703:2 18708:2 18716:1 18719:3 18725:4 18740:1 18747:1 18755:1 18757:1 18760:1 18766:1 18767:1 18768:1 18774:1 18783:1 18795:2 18801:2 18814:1 18816:2 18822:1 18833:1 18834:1 18837:2 18844:3 18849:1 18858:1 18869:1 18889:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:4 18963:1 18964:1 18965:1 18968:2 18994:2 19004:1 19005:1 19013:1 19024:1 19029:2 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:26 19104:1 19125:1 19131:1 19153:2 19156:1 19169:1 19171:2 19181:6 19194:1 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19246:1 19250:3 19257:2 19262:2 19271:2 19282:1 19290:1 19317:6 19320:3 19329:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:12 19350:1 19351:3 19355:2 19363:2 19372:1 19374:1 19383:9 19394:1 19408:7 19418:1 19424:1 19438:1 19439:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19500:1 19501:3 19504:1 19505:1 19506:1 19507:1 19510:5 19516:2 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:2 19576:1 19588:1 19589:2 19590:1 19594:2 19596:1 19607:3 19609:1 19613:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:2 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19682:1 19707:1 19712:1 19716:1 19721:1 19725:1 19732:1 19736:5 19740:2 19742:4 19753:1 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19815:1 19824:4 19833:1 19834:1 19849:1 19850:3 19870:1 19900:3 19906:1 19916:1 19927:1 19953:4 19964:7 19994:2 19998:1 20028:2 20048:1 20050:3 20067:1 20071:2 20076:1 20077:1 20080:1 20085:16 20087:1 20088:1 20098:1 20102:1 20110:1 20123:1 20127:4 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20240:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:1 20307:2 20314:1 20329:1 20333:1 20336:1 20340:1 20401:1 20407:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20466:1 20474:1 20481:2 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:2 20577:1 20585:3 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20672:1 20674:1 20676:2 20680:1 20684:3 20687:2 20691:2 20692:1 20696:2 20709:1 20713:1 20722:3 20723:2 20727:1 20730:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20930:1 20936:1 20944:1 20974:1 20980:1 20986:1 20989:1 21023:1 21036:4 21056:1 21068:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:2 21150:3 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:3 21283:1 21284:3 21296:1 21301:1 21302:1 21305:1 21306:1 21310:2 21316:2 21334:1 21340:1 21348:1 21386:2 21387:1 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21474:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:3 21528:2 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21607:2 21610:1 21613:4 21615:4 21619:7 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:2 21700:1 21703:1 21710:1 21721:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:2 21783:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:1 21850:1 21855:1 21860:1 21871:1 21892:2 21898:1 21903:2 21904:1 21906:4 21914:1 21918:2 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22077:1 22078:2 22093:1 22094:1 22098:2 22112:1 22163:8 22169:1 22184:8 22188:1 22220:1 22222:1 22228:2 22229:1 22232:1 22237:3 22249:1 22259:1 22260:1 22261:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:1 22319:2 22325:1 22327:4 22330:1 22351:1 22370:2 22396:2 22399:1 22410:1 22416:1 22419:3 22422:1 22440:1 22445:3 22471:3 22473:3 22475:1 22480:8 22481:1 22486:1 22490:1 22498:3 22519:1 22520:3 22535:1 22542:1 22546:2 22548:1 22564:1 22574:7 22575:1 22586:1 22588:1 22589:1 22590:1 22611:1 22614:1 22615:3 22619:1 22628:1 22639:2 22644:1 22652:1 22671:1 22675:2 22676:1 22690:4 22704:1 22706:1 22707:1 22718:2 22723:5 22725:1 22733:1 22742:2 22754:3 22758:2 22766:5 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22847:1 22851:1 22852:1 22857:2 22859:1 22860:1 22867:1 22883:1 22886:1 22888:1 22892:1 22898:1 22906:1 22925:1 22935:5 22942:1 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:8 23002:1 23003:1 23007:1 23015:3 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:2 23088:3 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23207:1 23211:1 23215:1 23216:1 23218:1 23255:1 23266:2 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:2 23348:1 23351:1 23353:2 23359:1 23364:1 23366:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23451:1 23482:1 23490:1 23506:1 23507:2 23524:3 23525:1 23526:1 23527:2 23536:2 23546:2 23553:1 23568:1 23572:2 23576:1 23577:1 23583:1 23599:1 23601:1 23611:1 23644:1 23653:1 23656:1 23702:3 23705:1 23724:1 23731:1 23732:2 23738:1 23744:1 23746:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:2 23810:1 23814:2 23820:1 23823:1 23824:1 23829:1 23830:1 23862:1 23863:2 23870:1 23872:1 23875:3 23883:3 23899:2 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:2 23969:1 23970:2 23979:2 23987:1 23992:1 23998:1 24006:1 24007:2 24017:1 24038:2 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:5 24075:3 24078:1 24083:2 24092:1 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:3 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:13 24351:1 24365:2 24367:1 24409:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24556:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:35 24671:1 24674:1 24675:1 24686:4 24688:2 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:1 24770:2 24778:1 24784:2 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:3 24863:1 24876:2 24883:3 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24969:1 24977:1 24984:1 24985:1 24987:1 24989:1 24990:1 24995:1 25004:1 25006:7 25016:1 25023:1 25029:2 25031:2 25062:1 25063:1 25064:4 25066:1 25067:1 25106:1 25112:1 25119:3 25122:6 25133:1 25148:1 25168:3 25174:1 25214:1 25221:2 25222:1 25232:1 25250:1 25254:1 25259:2 25266:4 25283:1 25285:1 25293:2 25296:1 25312:1 25326:1 25329:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25402:2 25409:1 25426:1 25435:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25491:1 25498:1 25503:1 25518:1 25528:1 25533:2 25550:1 25555:1 25567:1 25579:2 25582:1 25621:3 25626:1 25635:1 25643:1 25652:3 25661:1 25667:2 25671:1 25675:3 25679:1 25684:2 25695:2 25700:1 25707:1 25710:1 25711:1 25712:1 25717:1 25719:7 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:2 25768:1 25770:1 25777:1 25782:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 51:1 76:1 79:3 81:1 92:3 103:1 105:1 110:2 121:6 128:1 131:1 135:1 139:3 140:1 141:1 144:1 147:1 150:2 154:1 158:1 165:1 167:1 171:6 183:1 200:1 203:1 204:1 211:3 225:3 227:1 236:1 264:3 275:2 292:6 294:1 301:1 309:1 313:1 320:1 327:1 332:2 333:6 334:1 344:1 349:1 363:4 373:1 391:1 420:1 425:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:10 515:1 532:1 558:1 584:1 592:1 595:1 618:1 623:1 639:1 643:1 655:1 660:1 681:1 684:1 686:1 687:2 702:2 709:4 718:6 722:1 723:1 725:1 736:3 737:1 741:7 742:3 750:1 751:4 765:7 766:1 774:4 778:1 780:1 781:1 782:3 787:5 800:2 802:3 807:1 811:1 821:4 822:2 823:1 828:1 851:1 855:1 857:2 898:1 899:1 909:1 917:3 938:1 954:2 979:1 1009:2 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:2 1075:2 1076:1 1080:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:5 1213:5 1217:1 1222:1 1227:3 1231:2 1240:3 1244:2 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:11 1335:1 1345:12 1358:2 1360:3 1362:1 1377:1 1380:2 1382:1 1407:4 1417:1 1434:1 1435:1 1447:1 1455:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:3 1551:1 1569:1 1576:1 1586:1 1588:1 1591:2 1607:1 1615:1 1634:1 1643:2 1650:1 1658:2 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1720:1 1739:2 1748:3 1749:1 1761:2 1767:2 1771:2 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1841:2 1845:1 1850:1 1852:1 1855:2 1859:1 1868:2 1881:1 1887:1 1890:8 1894:1 1901:2 1917:4 1935:1 1936:3 1938:1 1940:2 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:8 1985:2 1986:1 1987:4 1990:3 1992:3 1996:2 1997:4 1999:1 2000:1 2001:1 2003:2 2005:2 2008:2 2010:1 2011:2 2021:1 2043:2 2047:1 2059:3 2065:1 2082:2 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:2 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2244:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2346:1 2348:1 2353:1 2362:1 2365:1 2369:1 2377:1 2378:5 2379:3 2390:1 2412:1 2413:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:2 2462:3 2463:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:20 2534:1 2537:1 2541:10 2555:2 2557:1 2579:2 2594:1 2599:20 2610:1 2614:1 2615:1 2624:1 2637:2 2644:1 2646:1 2647:3 2677:3 2688:1 2720:1 2727:1 2745:1 2746:1 2747:2 2752:4 2763:2 2767:1 2776:1 2786:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2879:1 2883:1 2886:3 2899:6 2921:1 2923:2 2945:1 2980:1 2987:1 3016:3 3025:3 3029:1 3030:4 3031:5 3033:3 3034:3 3035:7 3036:4 3038:1 3039:1 3040:3 3041:1 3044:1 3048:1 3068:1 3077:1 3079:1 3080:5 3086:5 3090:4 3098:1 3111:3 3119:1 3133:1 3145:2 3150:1 3154:3 3155:7 3156:1 3158:22 3164:3 3166:1 3167:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3232:1 3240:7 3241:2 3242:1 3245:3 3250:2 3257:1 3278:1 3282:1 3290:7 3293:1 3298:1 3324:1 3335:1 3336:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3427:1 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3468:1 3469:3 3475:1 3485:1 3489:2 3491:1 3493:1 3494:1 3507:3 3509:1 3512:1 3523:2 3527:1 3528:1 3538:2 3541:8 3542:2 3556:1 3558:1 3559:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3621:1 3628:2 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:2 3710:3 3715:1 3736:1 3754:1 3777:2 3791:2 3815:1 3816:1 3817:3 3833:1 3841:1 3843:1 3849:2 3858:7 3865:1 3867:1 3875:2 3894:1 3918:1 3940:1 3942:1 3964:1 3996:1 4008:3 4009:1 4010:1 4013:1 4044:2 4051:1 4060:3 4061:1 4067:5 4084:1 4087:1 4088:1 4093:4 4115:2 4119:4 4122:4 4125:1 4128:1 4131:1 4149:1 4150:2 4151:1 4153:1 4157:1 4188:1 4195:1 4198:1 4200:6 4210:1 4224:2 4228:1 4241:3 4242:1 4245:2 4257:1 4277:1 4284:1 4318:1 4336:1 4344:1 4348:1 4363:1 4365:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4416:1 4417:1 4433:1 4466:1 4471:1 4479:3 4489:1 4497:1 4500:2 4502:6 4503:1 4506:2 4508:5 4509:2 4510:1 4513:1 4514:4 4517:2 4520:7 4521:1 4527:1 4528:3 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:3 4611:1 4616:1 4620:1 4633:2 4642:1 4650:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:7 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4841:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:5 4863:2 4877:1 4878:1 4883:1 4943:4 4966:2 4970:2 4972:1 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:3 5020:2 5023:1 5036:1 5047:2 5064:1 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:4 5206:1 5214:2 5220:2 5232:1 5234:1 5242:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:2 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:5 5347:1 5349:2 5350:3 5352:1 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:2 5400:2 5411:2 5415:1 5424:1 5428:1 5445:2 5448:3 5451:2 5452:5 5453:2 5478:6 5479:1 5482:2 5490:2 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:5 5556:1 5570:1 5577:3 5589:1 5591:1 5619:1 5624:3 5625:2 5627:1 5629:1 5632:1 5633:4 5638:1 5639:3 5642:2 5650:9 5651:1 5652:1 5653:1 5660:1 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5765:1 5767:1 5797:1 5813:1 5826:2 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5865:1 5867:1 5871:2 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5958:1 5964:1 5973:1 5981:4 6004:8 6005:1 6009:1 6010:2 6015:1 6016:1 6019:1 6022:1 6026:1 6037:9 6046:1 6064:1 6069:1 6070:1 6072:1 6090:1 6101:1 6105:1 6108:1 6112:1 6115:1 6119:1 6131:1 6132:11 6136:1 6149:1 6180:1 6186:2 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:4 6346:2 6354:1 6355:1 6361:1 6364:1 6382:1 6386:1 6389:1 6400:1 6406:1 6416:1 6417:2 6431:1 6432:1 6433:1 6439:2 6441:1 6444:1 6452:1 6453:1 6457:1 6463:1 6473:1 6480:1 6494:2 6501:2 6503:1 6517:1 6518:3 6521:1 6529:1 6533:2 6546:1 6567:1 6603:4 6617:1 6621:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:3 6732:4 6737:1 6745:1 6751:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:3 6811:2 6813:4 6817:1 6836:4 6850:43 6858:1 6867:21 6868:13 6874:1 6885:1 6891:1 6898:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:4 7005:1 7011:1 7026:1 7049:1 7056:7 7057:1 7073:1 7080:1 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7168:1 7186:1 7196:1 7201:1 7209:1 7212:1 7214:1 7217:1 7220:3 7229:1 7238:2 7239:1 7245:1 7259:2 7271:1 7276:1 7302:1 7314:2 7318:48 7338:1 7347:1 7356:1 7365:1 7389:3 7397:1 7398:16 7400:9 7402:1 7405:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:2 7465:1 7468:2 7469:1 7474:1 7480:1 7494:2 7508:3 7510:1 7517:1 7526:2 7527:1 7528:1 7533:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:4 7636:2 7639:1 7642:1 7644:1 7648:3 7649:4 7651:1 7652:1 7662:3 7671:6 7678:1 7682:1 7687:9 7689:2 7702:1 7707:1 7748:1 7760:1 7772:3 7774:1 7783:1 7784:1 7786:2 7813:2 7819:1 7831:2 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7933:1 7934:1 7937:1 7944:1 7964:1 7987:1 8016:1 8031:1 8032:1 8034:1 8046:2 8051:1 8055:2 8059:2 8067:1 8069:1 8077:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8132:1 8152:1 8174:1 8189:4 8191:1 8192:1 8199:1 8208:1 8212:1 8215:1 8223:1 8224:1 8232:3 8234:1 8253:2 8262:2 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8286:2 8287:2 8288:2 8290:1 8294:3 8300:1 8308:1 8312:1 8316:1 8358:1 8369:1 8371:1 8373:1 8376:4 8387:1 8390:1 8410:2 8428:1 8438:1 8447:1 8448:1 8455:1 8465:1 8467:5 8482:1 8484:1 8491:1 8502:1 8503:3 8509:1 8515:2 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:2 8613:1 8622:1 8636:1 8649:1 8659:1 8660:1 8675:3 8676:1 8677:3 8685:1 8692:1 8703:1 8704:1 8720:1 8721:1 8726:1 8733:2 8735:1 8737:1 8739:7 8740:1 8741:1 8745:1 8746:1 8747:1 8754:1 8781:1 8799:1 8837:3 8850:6 8891:4 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:5 8944:2 8956:1 8967:1 8971:1 8972:1 8973:1 8978:2 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9029:1 9030:3 9043:2 9044:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:2 9133:7 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:9 9212:1 9220:1 9222:4 9223:2 9224:3 9226:2 9230:1 9231:3 9232:5 9235:1 9236:1 9238:2 9240:1 9242:1 9243:2 9248:2 9252:15 9257:3 9258:1 9260:8 9261:3 9265:1 9279:3 9290:1 9312:1 9328:1 9342:1 9346:1 9348:1 9352:5 9353:1 9354:1 9359:2 9362:1 9368:1 9378:1 9383:3 9386:1 9390:1 9397:2 9398:1 9414:1 9416:1 9417:1 9418:1 9421:1 9426:2 9444:7 9455:2 9488:1 9500:1 9508:1 9525:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9572:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9638:1 9650:2 9654:1 9674:1 9690:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:5 9750:5 9765:1 9769:1 9786:1 9791:4 9798:3 9802:2 9806:1 9807:1 9841:2 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9877:1 9878:1 9885:1 9891:7 9893:1 9900:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:2 9947:1 9950:1 9971:1 9972:1 9976:1 10017:1 10038:1 10056:3 10061:1 10064:2 10076:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10124:1 10125:1 10129:1 10132:2 10135:2 10139:1 10146:1 10149:1 10150:1 10152:1 10153:1 10156:13 10172:1 10194:1 10200:1 10206:5 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10281:1 10284:1 10313:1 10314:8 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10421:1 10425:1 10427:9 10429:2 10436:1 10437:15 10441:1 10447:4 10450:1 10451:2 10454:2 10455:1 10457:1 10460:2 10468:1 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10511:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:2 10557:1 10562:1 10563:2 10588:2 10595:1 10596:3 10649:7 10652:4 10656:2 10676:1 10686:1 10691:1 10697:1 10702:1 10707:1 10708:1 10713:1 10732:1 10748:1 10750:1 10752:2 10762:1 10778:1 10785:1 10795:2 10796:3 10800:1 10805:1 10810:2 10811:1 10813:1 10823:1 10833:1 10837:1 10849:1 10895:1 10908:1 10911:3 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11069:2 11081:1 11108:1 11113:1 11116:1 11128:1 11167:1 11181:1 11192:2 11199:1 11200:1 11201:1 11212:1 11236:1 11238:6 11240:2 11244:1 11249:2 11257:1 11260:4 11263:1 11270:1 11275:1 11276:1 11280:5 11281:2 11290:3 11294:2 11295:1 11298:2 11306:2 11310:2 11312:1 11315:3 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:3 11392:1 11410:2 11415:1 11423:1 11432:2 11435:1 11436:5 11437:2 11439:1 11445:1 11451:1 11461:1 11464:2 11471:1 11500:2 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11588:1 11592:1 11611:2 11613:1 11625:1 11629:2 11638:1 11640:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:2 11665:3 11676:1 11677:1 11689:1 11691:1 11694:6 11713:1 11759:1 11761:1 11780:8 11782:4 11786:1 11791:2 11815:1 11817:1 11846:3 11847:1 11850:2 11896:2 11906:2 11945:3 11952:1 11966:1 11969:1 11980:1 11983:4 11997:3 12006:3 12007:1 12017:2 12019:1 12026:1 12037:1 12042:1 12043:2 12058:1 12077:6 12080:4 12081:1 12082:2 12083:2 12084:1 12090:7 12094:1 12095:1 12097:1 12098:1 12105:2 12112:2 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12169:1 12188:1 12197:2 12199:6 12203:1 12206:1 12213:1 12238:11 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:4 12282:1 12284:1 12285:1 12313:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12400:1 12410:1 12411:13 12441:1 12463:1 12464:7 12469:2 12473:1 12476:1 12503:2 12508:1 12517:1 12528:1 12535:4 12536:1 12542:1 12546:3 12556:1 12569:1 12576:1 12579:1 12584:1 12600:1 12601:5 12605:1 12618:1 12645:1 12655:1 12677:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:2 12742:1 12745:1 12747:1 12750:3 12753:1 12756:3 12759:1 12765:2 12766:4 12775:1 12776:1 12790:1 12811:1 12824:2 12829:2 12840:3 12862:1 12869:1 12872:1 12878:2 12884:1 12894:2 12896:1 12899:1 12919:2 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:4 12994:3 13002:3 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13059:1 13062:2 13082:1 13085:1 13086:2 13097:1 13106:1 13109:11 13113:2 13120:1 13151:1 13167:3 13168:2 13169:1 13170:1 13183:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13270:1 13275:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13361:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13406:1 13425:2 13427:1 13429:1 13433:3 13436:1 13447:2 13454:3 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13588:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:2 13623:1 13631:4 13640:2 13664:2 13671:3 13674:1 13680:1 13686:1 13690:7 13693:1 13713:1 13723:1 13726:1 13751:4 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:2 13833:2 13839:1 13842:1 13852:1 13853:5 13860:6 13868:1 13879:2 13887:1 13891:1 13898:2 13903:1 13928:1 13931:2 13941:1 13945:2 13947:2 13958:2 13959:1 13965:3 13976:1 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:3 14089:1 14104:2 14135:2 14146:1 14156:1 14158:1 14164:4 14170:4 14174:1 14192:1 14195:6 14208:1 14212:1 14219:1 14220:1 14223:5 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14309:1 14310:1 14311:3 14313:1 14314:4 14315:5 14316:5 14317:2 14318:3 14320:4 14323:1 14324:2 14325:4 14329:2 14331:2 14332:1 14333:1 14334:1 14335:7 14338:1 14342:1 14376:1 14378:3 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:3 14479:1 14481:1 14483:1 14499:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14638:1 14646:6 14659:1 14686:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14761:1 14771:1 14782:17 14795:1 14817:2 14835:1 14838:1 14849:1 14859:1 14868:2 14875:2 14879:1 14900:2 14902:3 14914:2 14919:1 14925:1 14937:1 14945:3 14947:1 14964:2 14966:2 14973:1 14981:1 14997:1 15007:1 15014:1 15019:3 15029:1 15035:1 15036:1 15044:2 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:3 15149:1 15165:1 15171:1 15179:1 15188:1 15195:1 15198:1 15200:1 15204:2 15224:1 15244:1 15254:2 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15349:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:2 15507:1 15517:1 15531:3 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:3 15688:1 15690:1 15704:1 15744:2 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:1 15842:3 15844:4 15852:1 15859:4 15863:1 15864:2 15865:1 15878:5 15880:2 15884:1 15895:2 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:4 16004:1 16005:1 16008:3 16020:1 16022:1 16037:1 16047:2 16055:5 16074:2 16088:1 16118:2 16129:7 16135:3 16140:1 16144:1 16153:2 16167:1 16181:1 16190:1 16195:3 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16256:1 16265:1 16276:1 16284:1 16300:1 16301:1 16305:1 16312:2382 16315:2 16317:1 16318:1 16336:1 16338:1 16354:1 16375:4 16379:1 16394:1 16397:1 16405:1 16409:5 16417:2 16424:1 16426:1 16436:3 16460:1 16463:1 16467:1 16485:2 16486:1 16491:1 16497:2 16500:1 16516:1 16539:1 16541:1 16543:1 16567:1 16569:2 16570:1 16586:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16688:1 16696:1 16709:1 16714:5 16734:1 16756:1 16762:1 16776:1 16780:11 16791:1 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16872:1 16881:1 16900:2 16915:1 16924:3 16938:1 16949:2 16950:1 16951:1 16956:1 16961:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:5 17072:1 17096:2 17100:10 17104:1 17117:1 17118:2 17120:1 17139:1 17148:1 17156:1 17169:1 17170:1 17172:11 17178:1 17187:1 17189:2 17208:2 17209:1 17211:1 17216:2 17220:1 17222:1 17241:1 17244:1 17252:2 17277:1 17281:1 17295:7 17296:1 17301:1 17304:1 17316:17 17319:1 17330:23 17333:4 17336:1 17349:2 17354:1 17374:4 17408:2 17411:1 17416:2 17424:2 17430:2 17431:1 17452:1 17454:1 17467:2 17473:1 17491:1 17498:1 17506:2 17519:1 17535:5 17543:1 17549:2 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:84 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:6 17680:1 17694:1 17701:2 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17776:1 17781:1 17783:10 17792:1 17793:2 17799:17 17800:1 17807:4 17811:1 17860:3 17876:1 17881:6 17882:1 17884:3 17886:1 17888:2 17890:1 17891:2 17893:1 17897:3 17899:2 17900:1 17901:1 17902:2 17905:5 17906:7 17907:1 17953:1 17956:1 17963:1 17968:1 17970:1 17980:1 17984:1 17995:1 17999:1 18000:1 18017:1 18018:3 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:2 18062:2 18066:1 18079:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:2 18208:3 18211:1 18213:1 18221:5 18224:1 18225:5 18241:1 18249:2 18256:1 18261:1 18264:1 18266:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18386:1 18390:1 18396:1 18398:1 18403:1 18406:8 18411:1 18414:2 18422:1 18423:2 18433:1 18440:1 18443:1 18445:6 18450:1 18455:2 18470:2 18472:1 18485:1 18487:1 18536:1 18550:1 18561:6 18569:2 18574:1 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:3 18703:2 18708:2 18716:1 18719:3 18725:4 18740:1 18747:1 18755:1 18757:1 18760:1 18766:1 18767:1 18768:1 18774:1 18783:1 18795:2 18801:2 18814:1 18816:2 18822:1 18833:1 18834:1 18837:2 18839:1 18844:3 18849:1 18858:1 18869:1 18889:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:4 18963:1 18964:1 18965:1 18968:2 18994:2 19004:1 19005:1 19013:1 19024:1 19029:2 19038:1 19043:1 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:26 19104:1 19125:1 19131:1 19153:2 19156:1 19169:1 19171:2 19181:6 19194:1 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19246:1 19250:3 19257:2 19262:2 19271:2 19282:2 19290:1 19317:6 19320:3 19329:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:12 19350:1 19351:3 19352:1 19355:2 19363:2 19372:1 19374:1 19383:9 19394:1 19408:7 19418:1 19424:1 19438:1 19439:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19500:1 19501:3 19504:2 19505:1 19506:1 19507:1 19510:5 19516:2 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:2 19576:1 19588:1 19589:2 19590:1 19594:2 19596:1 19607:3 19609:1 19613:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:2 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19682:1 19707:1 19712:1 19716:1 19721:1 19725:1 19732:1 19736:5 19740:2 19742:5 19753:1 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19809:1 19815:1 19824:4 19833:1 19834:1 19849:1 19850:3 19867:1 19870:1 19900:3 19906:1 19916:1 19927:1 19953:4 19964:8 19980:1 19994:2 19998:1 20028:2 20048:1 20049:1 20050:3 20067:1 20071:2 20076:1 20077:1 20080:1 20085:17 20087:1 20088:1 20098:1 20102:1 20110:1 20123:1 20127:4 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20189:1 20193:1 20196:1 20201:1 20207:1 20217:1 20221:1 20235:1 20240:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:1 20307:2 20314:1 20329:2 20333:1 20336:1 20340:1 20401:1 20407:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20466:1 20474:1 20481:2 20502:3 20523:1 20526:1 20530:1 20531:2 20560:1 20566:1 20568:2 20577:1 20585:4 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20672:1 20674:1 20676:2 20680:1 20684:3 20687:3 20691:2 20692:1 20696:2 20709:1 20713:1 20722:3 20723:2 20727:1 20730:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20930:2 20936:1 20944:1 20974:1 20980:1 20986:1 20989:1 21023:1 21036:4 21056:1 21068:1 21070:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:2 21150:3 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:3 21283:1 21284:3 21296:1 21301:1 21302:1 21305:1 21306:1 21310:2 21316:2 21334:1 21340:1 21348:1 21386:2 21387:2 21394:1 21396:1 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21474:1 21479:2 21486:1 21490:1 21496:1 21497:4 21516:3 21528:2 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21607:2 21610:1 21613:4 21615:4 21619:7 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:2 21690:1 21700:1 21703:1 21710:1 21721:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21764:1 21772:2 21783:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:2 21850:1 21855:1 21860:1 21871:1 21892:2 21898:1 21903:2 21904:1 21906:4 21914:1 21918:2 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22077:1 22078:2 22093:2 22094:1 22098:2 22112:1 22163:8 22169:1 22184:8 22188:1 22220:1 22222:1 22228:2 22229:1 22232:1 22237:3 22249:1 22259:1 22260:1 22261:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:2 22319:2 22325:1 22327:4 22330:1 22351:1 22370:2 22396:2 22399:1 22410:1 22416:1 22419:3 22422:1 22440:1 22445:3 22471:3 22473:3 22475:1 22480:9 22481:1 22486:1 22490:1 22498:3 22519:1 22520:3 22535:1 22542:1 22546:2 22548:1 22564:1 22574:7 22575:1 22586:1 22588:1 22589:1 22590:1 22611:1 22614:1 22615:3 22619:1 22628:1 22639:2 22644:1 22652:1 22671:1 22675:2 22676:1 22690:4 22704:1 22706:1 22707:1 22718:3 22723:5 22725:1 22733:1 22742:2 22754:3 22758:2 22766:6 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22847:1 22851:1 22852:1 22857:3 22859:1 22860:1 22867:1 22883:1 22886:1 22888:1 22892:1 22898:1 22906:1 22925:1 22935:6 22942:1 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:8 23002:1 23003:1 23007:1 23015:3 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:2 23088:3 23093:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23207:1 23211:1 23215:1 23216:1 23218:1 23255:1 23266:2 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:2 23348:1 23351:1 23353:2 23359:1 23364:1 23366:1 23370:1 23391:1 23402:1 23410:1 23420:1 23426:2 23444:4 23451:1 23482:1 23490:1 23506:1 23507:2 23524:3 23525:1 23526:1 23527:2 23536:3 23546:2 23553:1 23568:1 23572:2 23576:1 23577:1 23583:1 23599:1 23601:1 23611:1 23644:1 23653:1 23656:1 23661:1 23702:3 23705:1 23724:1 23731:1 23732:2 23738:1 23744:1 23746:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:2 23810:1 23814:2 23820:1 23823:1 23824:1 23829:1 23830:1 23862:1 23863:2 23870:1 23872:1 23875:3 23883:3 23899:2 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:2 23969:1 23970:2 23979:2 23987:1 23992:1 23998:1 24006:1 24007:2 24017:1 24038:2 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:6 24075:3 24078:1 24083:2 24092:1 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:3 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:14 24351:1 24365:2 24367:1 24409:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24556:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:36 24671:1 24674:1 24675:1 24686:4 24688:2 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:1 24770:2 24778:1 24784:2 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:3 24863:1 24876:2 24883:3 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24969:1 24977:1 24984:1 24985:1 24987:1 24989:1 24990:1 24995:1 25004:1 25006:7 25016:1 25023:1 25029:2 25031:2 25061:1 25062:1 25063:1 25064:4 25066:1 25067:1 25106:1 25112:1 25119:3 25122:6 25133:1 25148:1 25168:3 25174:1 25214:1 25221:2 25222:1 25232:1 25250:1 25254:1 25259:2 25266:4 25283:1 25285:1 25293:2 25296:1 25312:1 25326:1 25329:1 25332:1 25351:1 25361:1 25392:1 25394:1 25398:2 25402:2 25409:1 25426:1 25435:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25491:1 25498:2 25503:1 25518:1 25528:1 25533:2 25550:1 25555:1 25567:1 25579:2 25582:1 25621:3 25626:1 25635:1 25638:1 25643:1 25645:1 25652:4 25661:1 25667:2 25671:1 25675:3 25679:1 25684:2 25695:2 25700:1 25707:1 25710:1 25711:1 25712:1 25717:1 25719:7 25720:1 25722:2 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25762:2 25768:1 25770:1 25777:1 25782:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 51:1 76:1 79:3 81:1 92:3 103:1 105:1 110:2 121:6 128:1 131:1 135:1 139:3 140:1 141:1 144:1 147:1 150:2 154:1 158:1 165:1 167:1 171:6 183:1 200:1 203:1 204:1 211:3 225:3 227:1 236:1 264:3 275:2 292:6 294:1 301:1 309:1 313:1 320:1 327:1 332:2 333:6 334:1 344:2 349:1 363:4 373:1 391:2 420:1 425:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:10 515:1 532:1 558:1 584:1 592:1 595:1 618:1 623:1 639:1 643:1 655:1 660:1 681:1 684:1 686:1 687:2 702:2 709:4 718:6 722:1 723:1 725:1 736:3 737:1 741:7 742:3 750:1 751:4 765:7 766:1 774:4 778:1 780:1 781:1 782:4 787:5 800:2 802:3 807:1 811:1 821:4 822:2 823:1 828:1 851:1 855:1 857:2 898:1 899:1 909:1 917:3 938:1 954:2 979:1 1009:2 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:2 1075:2 1076:1 1080:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:1 1190:1 1195:1 1201:1 1202:1 1203:5 1213:5 1217:1 1222:1 1227:3 1231:2 1240:3 1244:2 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:13 1335:1 1345:12 1358:2 1360:3 1362:1 1377:1 1380:2 1382:1 1407:4 1417:1 1434:1 1435:1 1447:1 1455:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:3 1551:1 1569:1 1576:1 1586:1 1588:1 1591:3 1607:1 1615:1 1634:1 1643:2 1650:1 1654:1 1658:2 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1720:1 1739:2 1748:3 1749:1 1761:2 1767:2 1771:2 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1841:2 1845:1 1850:1 1852:1 1855:2 1859:1 1868:2 1881:1 1887:1 1890:8 1894:1 1901:2 1917:4 1935:1 1936:3 1938:1 1940:2 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:8 1985:2 1986:1 1987:4 1990:3 1992:4 1996:2 1997:4 1999:1 2000:1 2001:1 2003:3 2005:2 2008:2 2010:1 2011:3 2021:1 2043:2 2047:1 2059:3 2065:1 2082:2 2083:1 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:2 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2244:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2346:1 2348:1 2353:1 2359:1 2362:1 2365:1 2369:1 2377:1 2378:5 2379:3 2390:1 2405:1 2412:1 2413:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:2 2462:3 2463:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:21 2534:1 2537:1 2541:12 2555:2 2557:1 2579:2 2594:1 2599:20 2610:1 2614:1 2615:1 2624:1 2637:2 2644:1 2646:1 2647:3 2677:3 2688:1 2720:1 2727:1 2730:1 2745:1 2746:1 2747:2 2752:4 2763:2 2767:1 2776:1 2786:1 2811:1 2814:1 2844:4 2857:1 2877:1 2878:1 2879:1 2883:1 2886:3 2899:6 2921:1 2923:2 2945:1 2980:1 2987:1 3008:1 3016:3 3025:3 3029:1 3030:4 3031:6 3033:3 3034:3 3035:7 3036:4 3038:1 3039:1 3040:3 3041:1 3044:1 3048:1 3068:1 3077:1 3079:1 3080:5 3086:5 3090:4 3098:1 3111:3 3119:1 3133:1 3145:2 3150:1 3154:3 3155:7 3156:1 3158:23 3164:3 3166:1 3167:1 3169:1 3173:1 3174:1 3181:2 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3232:1 3239:1 3240:7 3241:2 3242:1 3245:3 3250:2 3257:1 3278:1 3282:1 3290:7 3293:1 3298:1 3324:1 3335:1 3336:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3427:1 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3468:1 3469:3 3475:1 3485:1 3489:2 3491:1 3493:1 3494:1 3507:3 3509:1 3512:1 3523:2 3527:1 3528:1 3538:2 3541:8 3542:2 3556:1 3558:1 3559:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3621:1 3628:2 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:2 3710:3 3715:1 3736:1 3754:1 3777:2 3791:2 3815:1 3816:1 3817:3 3822:1 3833:1 3841:1 3843:1 3849:2 3858:7 3865:1 3867:1 3875:2 3894:1 3918:1 3940:1 3942:1 3964:1 3996:1 4008:3 4009:1 4010:1 4013:1 4044:2 4051:1 4060:3 4061:1 4067:5 4084:1 4087:1 4088:1 4093:4 4115:2 4119:4 4122:4 4125:1 4126:1 4128:1 4131:1 4149:1 4150:2 4151:1 4153:1 4157:1 4174:1 4188:1 4195:1 4198:1 4200:6 4210:1 4224:2 4228:1 4241:3 4242:1 4245:2 4257:1 4277:1 4284:1 4318:1 4336:1 4344:1 4346:1 4348:1 4363:1 4365:1 4368:13 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4416:1 4417:1 4433:1 4466:1 4471:1 4479:3 4489:1 4497:1 4500:2 4502:6 4503:1 4505:1 4506:2 4508:5 4509:2 4510:1 4513:1 4514:4 4517:2 4520:7 4521:1 4527:1 4528:3 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:3 4611:1 4616:1 4620:1 4633:2 4642:1 4650:1 4670:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:7 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4841:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:5 4863:2 4877:1 4878:1 4883:1 4943:5 4966:2 4970:2 4972:2 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:3 5020:2 5023:2 5036:1 5047:2 5064:1 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:5 5206:1 5214:2 5220:2 5232:1 5234:1 5242:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:2 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:5 5347:1 5349:2 5350:3 5352:1 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:2 5400:2 5411:2 5415:1 5424:1 5428:1 5445:2 5448:3 5451:2 5452:5 5453:2 5478:6 5479:1 5482:2 5490:2 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:5 5556:1 5570:1 5577:3 5589:2 5591:1 5619:1 5624:3 5625:2 5627:1 5629:1 5632:1 5633:4 5638:1 5639:3 5642:2 5650:9 5651:1 5652:1 5653:1 5660:2 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5763:1 5765:1 5767:1 5797:1 5813:1 5826:2 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5865:1 5867:1 5871:2 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5958:1 5964:1 5973:1 5981:4 6004:8 6005:1 6009:1 6010:2 6015:1 6016:1 6019:2 6022:1 6026:1 6037:9 6046:1 6064:1 6069:1 6070:1 6072:1 6090:1 6101:1 6105:1 6108:1 6112:1 6115:1 6119:1 6131:1 6132:11 6136:1 6149:1 6180:1 6186:2 6210:3 6218:1 6221:1 6225:1 6236:3 6241:1 6268:1 6282:1 6292:1 6316:1 6332:4 6346:2 6354:1 6355:1 6361:1 6364:1 6382:1 6386:1 6389:1 6400:1 6406:1 6416:1 6417:2 6431:1 6432:1 6433:1 6439:2 6441:1 6444:1 6452:1 6453:1 6457:1 6463:1 6473:1 6480:1 6494:2 6501:2 6503:1 6517:1 6518:3 6521:1 6529:1 6533:2 6546:1 6561:1 6567:1 6603:5 6617:1 6621:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:3 6732:4 6737:1 6745:1 6751:1 6752:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:3 6811:2 6813:4 6817:1 6836:4 6850:45 6858:1 6867:22 6868:13 6874:1 6885:1 6891:1 6898:1 6903:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:4 7005:1 7011:1 7026:1 7049:1 7056:7 7057:1 7073:1 7080:2 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7168:1 7186:1 7196:1 7201:1 7209:1 7212:1 7214:1 7217:1 7220:3 7229:1 7238:2 7239:1 7245:1 7259:2 7271:1 7276:1 7302:1 7314:2 7318:48 7338:1 7347:1 7356:1 7365:1 7389:3 7397:1 7398:16 7400:9 7402:1 7405:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:2 7465:1 7468:2 7469:1 7474:1 7480:1 7494:2 7501:1 7508:3 7510:1 7517:1 7526:2 7527:1 7528:1 7533:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7627:1 7629:1 7631:1 7632:1 7634:4 7636:2 7639:1 7642:1 7644:1 7648:3 7649:4 7651:1 7652:1 7662:3 7671:6 7678:1 7682:1 7687:9 7689:2 7702:1 7707:1 7748:1 7760:1 7772:3 7774:1 7783:1 7784:1 7786:2 7813:2 7819:2 7831:3 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7933:1 7934:1 7937:1 7944:1 7964:1 7987:1 8016:1 8031:1 8032:1 8034:1 8046:2 8051:1 8055:2 8059:2 8067:1 8069:1 8077:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8132:1 8152:1 8174:1 8189:4 8191:1 8192:1 8199:2 8208:1 8212:1 8215:1 8223:1 8224:1 8232:3 8234:2 8253:2 8262:2 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8286:2 8287:2 8288:2 8290:1 8294:3 8300:1 8308:1 8312:2 8316:1 8358:1 8369:1 8371:1 8373:1 8376:4 8387:1 8390:1 8410:2 8428:1 8438:1 8447:1 8448:1 8455:1 8465:1 8467:5 8482:1 8484:1 8491:1 8502:1 8503:3 8509:1 8515:2 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:2 8613:1 8622:1 8636:1 8649:1 8659:1 8660:1 8675:3 8676:1 8677:3 8685:1 8692:1 8703:1 8704:1 8720:1 8721:1 8726:1 8733:2 8735:1 8737:1 8739:7 8740:1 8741:1 8745:1 8746:1 8747:1 8754:1 8781:1 8799:1 8837:3 8850:6 8891:4 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:5 8944:2 8956:1 8967:1 8971:1 8972:1 8973:1 8978:2 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9029:1 9030:3 9043:2 9044:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:2 9133:7 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:9 9212:1 9220:1 9222:4 9223:2 9224:3 9226:2 9230:1 9231:3 9232:5 9235:1 9236:1 9238:2 9240:1 9242:1 9243:2 9248:3 9252:15 9257:4 9258:1 9260:8 9261:3 9265:1 9279:3 9290:1 9312:1 9328:1 9342:1 9346:1 9348:1 9352:5 9353:1 9354:1 9359:2 9362:1 9368:1 9378:1 9383:3 9386:1 9390:1 9397:2 9398:1 9414:1 9416:1 9417:1 9418:1 9421:1 9426:2 9444:7 9455:2 9488:1 9500:1 9508:2 9525:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9572:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9638:1 9650:2 9654:1 9674:1 9690:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:5 9750:5 9765:1 9769:1 9786:1 9791:4 9798:3 9802:2 9806:1 9807:1 9841:2 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9877:1 9878:1 9885:1 9891:7 9893:1 9900:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:2 9947:1 9950:1 9971:1 9972:1 9976:1 10017:1 10038:1 10056:3 10061:1 10064:2 10076:1 10078:1 10082:1 10098:1 10099:1 10101:1 10110:1 10111:1 10118:1 10123:1 10124:1 10125:1 10129:1 10132:2 10135:2 10139:1 10146:1 10149:1 10150:1 10152:1 10153:1 10156:13 10172:1 10192:1 10194:1 10200:2 10206:5 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10281:1 10284:1 10313:1 10314:8 10319:1 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:6 10379:1 10381:1 10384:7 10391:1 10417:2 10421:1 10425:1 10427:9 10429:2 10436:1 10437:15 10441:1 10447:4 10450:1 10451:2 10454:2 10455:1 10457:1 10460:2 10468:1 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10511:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:2 10557:1 10562:1 10563:2 10588:2 10595:1 10596:3 10598:1 10607:1 10649:7 10652:5 10656:2 10676:1 10678:1 10686:1 10691:1 10697:1 10702:1 10707:1 10708:1 10713:1 10721:1 10732:1 10748:1 10750:1 10752:2 10762:1 10778:1 10785:1 10795:2 10796:4 10800:1 10805:1 10810:2 10811:1 10813:1 10823:1 10833:1 10837:1 10849:1 10895:1 10908:1 10911:3 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11069:2 11081:1 11108:1 11113:1 11116:1 11128:1 11167:1 11181:1 11192:2 11199:1 11200:1 11201:1 11212:1 11236:1 11238:8 11240:2 11244:1 11249:2 11257:1 11260:4 11263:1 11270:1 11275:1 11276:1 11280:5 11281:2 11290:3 11294:2 11295:1 11298:2 11306:2 11310:2 11312:1 11315:3 11322:1 11330:1 11341:1 11348:2 11351:1 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:3 11392:1 11410:2 11415:1 11423:1 11432:2 11435:1 11436:6 11437:2 11439:1 11445:1 11451:1 11461:1 11464:2 11471:1 11500:2 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11588:1 11592:1 11611:2 11613:1 11625:1 11629:2 11638:1 11640:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:2 11665:3 11676:2 11677:1 11689:1 11691:1 11694:7 11713:1 11759:1 11761:1 11780:8 11782:4 11786:1 11791:2 11815:1 11817:1 11846:4 11847:1 11850:2 11896:2 11906:2 11945:3 11952:1 11966:1 11969:1 11980:1 11983:4 11997:3 12006:3 12007:1 12017:2 12019:1 12026:1 12034:1 12037:1 12042:1 12043:2 12058:1 12077:6 12080:4 12081:1 12082:2 12083:2 12084:1 12090:7 12094:1 12095:2 12097:1 12098:1 12105:2 12112:2 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12169:1 12188:1 12197:2 12199:6 12203:1 12206:1 12213:1 12238:11 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:4 12282:1 12284:1 12285:1 12313:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12400:1 12410:1 12411:13 12441:1 12463:1 12464:7 12469:2 12473:1 12476:1 12503:2 12508:1 12517:1 12528:1 12535:4 12536:1 12542:2 12546:3 12556:1 12569:1 12576:1 12579:1 12584:1 12600:1 12601:5 12605:1 12618:1 12645:1 12655:1 12677:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:2 12742:1 12745:1 12747:1 12750:3 12753:1 12756:3 12759:1 12765:2 12766:4 12775:1 12776:1 12790:1 12811:1 12824:2 12829:2 12840:3 12862:1 12869:1 12872:1 12878:2 12884:1 12894:2 12896:1 12899:1 12919:2 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:4 12994:3 13002:3 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13047:1 13059:1 13062:2 13082:1 13085:1 13086:2 13097:1 13106:1 13109:11 13113:2 13120:1 13151:1 13167:3 13168:2 13169:1 13170:1 13183:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13270:1 13275:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13361:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13406:1 13425:2 13427:1 13429:1 13433:3 13436:1 13447:2 13454:3 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13588:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:2 13623:1 13631:4 13640:2 13659:1 13664:2 13671:3 13674:1 13680:1 13686:1 13690:7 13693:1 13709:1 13713:1 13723:1 13726:1 13751:4 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13824:1 13827:2 13833:2 13839:1 13842:1 13852:1 13853:5 13860:6 13868:1 13879:2 13887:1 13891:1 13898:2 13903:1 13928:1 13931:2 13941:1 13945:2 13947:2 13958:2 13959:1 13965:3 13976:1 13981:1 13989:1 14007:3 14030:1 14060:1 14081:2 14086:1 14088:4 14089:1 14104:2 14135:2 14146:1 14156:1 14158:1 14164:4 14170:4 14174:1 14192:1 14195:6 14208:1 14212:1 14219:1 14220:1 14223:5 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14309:1 14310:1 14311:3 14313:1 14314:4 14315:5 14316:5 14317:2 14318:3 14320:4 14323:1 14324:2 14325:4 14329:2 14330:1 14331:2 14332:1 14333:1 14334:1 14335:7 14338:1 14342:1 14376:1 14378:3 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:3 14479:1 14481:1 14483:1 14499:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14638:1 14646:6 14659:1 14686:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14761:1 14771:1 14782:17 14795:1 14817:2 14835:1 14838:1 14849:1 14856:1 14859:1 14868:2 14875:2 14879:1 14900:2 14902:3 14914:2 14919:1 14925:1 14937:1 14945:3 14947:1 14964:2 14966:2 14973:1 14974:1 14981:1 14997:1 15007:1 15014:1 15019:3 15029:1 15035:1 15036:1 15044:2 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:4 15149:1 15165:1 15171:1 15179:2 15188:1 15195:1 15198:1 15200:1 15204:2 15224:1 15244:1 15254:2 15257:1 15259:2 15276:1 15277:1 15312:3 15315:1 15316:1 15343:1 15349:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:2 15507:1 15517:1 15531:3 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:3 15688:1 15690:1 15704:1 15744:2 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:2 15842:3 15844:4 15852:1 15859:4 15863:1 15864:2 15865:1 15878:5 15880:2 15884:1 15895:3 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15969:1 15970:1 15982:1 15983:1 15986:1 15991:1 16001:3 16003:4 16004:1 16005:1 16008:3 16020:1 16022:1 16037:1 16047:2 16055:5 16074:2 16088:1 16118:2 16129:7 16135:3 16140:1 16144:1 16153:2 16167:1 16181:1 16190:1 16195:3 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16256:1 16265:1 16276:1 16284:1 16300:1 16301:1 16305:1 16312:2446 16315:2 16317:1 16318:1 16336:1 16338:1 16354:1 16375:4 16379:1 16394:2 16397:1 16405:1 16409:5 16417:2 16424:1 16426:1 16436:4 16458:1 16460:1 16463:1 16467:1 16485:2 16486:1 16491:1 16497:2 16500:1 16516:1 16539:1 16541:1 16543:1 16567:1 16569:2 16570:1 16586:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16688:1 16696:1 16709:1 16714:5 16734:1 16756:1 16762:1 16776:1 16780:11 16791:1 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16872:1 16881:1 16900:2 16915:1 16924:3 16938:1 16946:1 16949:2 16950:1 16951:1 16956:1 16961:1 16991:4 16993:1 16997:1 17009:1 17033:2 17045:2 17058:1 17069:5 17072:1 17096:2 17100:10 17104:1 17117:1 17118:2 17120:1 17139:1 17147:1 17148:1 17156:1 17169:1 17170:1 17172:11 17178:1 17187:1 17189:2 17208:2 17209:1 17211:1 17216:2 17220:1 17222:1 17241:1 17244:1 17252:2 17277:1 17281:1 17295:7 17296:1 17301:1 17304:1 17316:17 17319:1 17330:23 17333:4 17336:1 17349:2 17354:1 17374:4 17408:2 17411:1 17416:2 17424:2 17430:2 17431:1 17452:1 17454:2 17467:2 17473:1 17491:1 17498:1 17506:2 17519:1 17535:5 17543:1 17549:2 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:86 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:6 17680:1 17694:1 17701:2 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17776:1 17781:1 17783:10 17792:1 17793:2 17799:17 17800:1 17807:4 17811:1 17860:3 17876:1 17881:6 17882:1 17884:3 17886:1 17888:2 17890:1 17891:2 17893:1 17897:3 17899:2 17900:1 17901:1 17902:2 17905:5 17906:7 17907:1 17930:1 17953:1 17956:1 17963:1 17968:1 17970:1 17979:1 17980:1 17984:1 17990:1 17995:1 17999:1 18000:1 18017:1 18018:3 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:3 18062:2 18066:1 18079:1 18083:1 18092:1 18103:1 18110:1 18118:1 18127:3 18151:2 18157:1 18160:1 18162:3 18190:3 18208:3 18211:1 18213:1 18221:5 18224:1 18225:5 18241:1 18249:2 18256:1 18261:1 18264:1 18266:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18352:1 18364:1 18369:1 18377:1 18380:1 18386:1 18390:1 18396:1 18398:1 18403:1 18406:8 18411:1 18414:2 18422:1 18423:2 18433:1 18440:1 18443:1 18445:6 18450:1 18455:2 18470:2 18472:1 18485:1 18487:1 18536:1 18550:1 18561:6 18569:2 18574:1 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:3 18703:2 18708:2 18716:1 18719:3 18725:4 18740:1 18747:1 18755:1 18757:1 18760:1 18766:1 18767:1 18768:1 18774:1 18783:1 18795:2 18801:2 18814:1 18816:2 18822:1 18833:1 18834:1 18837:2 18839:1 18844:3 18849:1 18858:1 18869:1 18889:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:4 18963:1 18964:1 18965:1 18968:2 18994:2 19004:1 19005:1 19013:1 19024:1 19029:3 19038:1 19043:2 19053:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:26 19104:1 19125:1 19131:1 19153:2 19156:1 19169:1 19171:2 19181:6 19194:1 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19246:1 19250:3 19257:2 19262:2 19271:2 19282:2 19290:1 19317:6 19320:3 19329:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:12 19350:1 19351:3 19352:1 19355:2 19363:2 19372:1 19374:1 19383:9 19394:1 19408:7 19418:1 19424:1 19438:1 19439:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19500:1 19501:3 19504:2 19505:1 19506:1 19507:1 19510:5 19516:2 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:2 19576:1 19588:1 19589:2 19590:1 19594:2 19596:1 19607:3 19609:1 19613:1 19620:1 19622:1 19632:1 19634:2 19637:1 19645:2 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19682:1 19702:1 19707:1 19712:1 19716:1 19721:1 19725:1 19732:1 19736:5 19740:2 19742:5 19753:1 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19809:1 19815:1 19824:4 19833:2 19834:1 19849:1 19850:3 19867:1 19870:1 19900:3 19906:1 19916:1 19927:1 19953:4 19964:8 19980:1 19994:2 19998:1 20028:2 20048:1 20049:1 20050:3 20067:1 20071:2 20076:1 20077:1 20080:1 20085:17 20087:1 20088:1 20098:1 20102:1 20110:2 20123:1 20127:4 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20189:1 20193:1 20196:1 20201:1 20207:1 20211:1 20217:1 20221:1 20235:1 20240:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:2 20307:2 20314:1 20329:2 20333:1 20336:1 20340:1 20401:1 20407:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20466:1 20474:1 20481:2 20502:3 20523:1 20526:1 20530:1 20531:2 20557:1 20560:1 20566:1 20568:2 20577:1 20585:4 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20672:1 20674:1 20676:2 20680:1 20684:3 20687:3 20691:2 20692:1 20696:2 20699:1 20709:1 20713:1 20722:3 20723:2 20727:1 20730:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20930:2 20936:1 20944:1 20974:1 20980:1 20986:1 20989:1 21023:1 21036:4 21056:1 21068:1 21070:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:2 21150:3 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:1 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:3 21283:1 21284:3 21296:1 21301:1 21302:1 21305:1 21306:1 21310:2 21316:2 21334:1 21340:1 21348:1 21386:2 21387:2 21394:1 21396:2 21411:1 21424:1 21426:1 21431:1 21437:1 21462:2 21463:3 21469:1 21474:1 21479:3 21486:1 21490:1 21496:1 21497:4 21516:3 21528:2 21534:1 21538:1 21543:1 21544:2 21547:1 21567:2 21580:1 21599:1 21606:1 21607:2 21610:1 21613:4 21615:4 21619:7 21621:1 21627:1 21629:1 21641:1 21645:1 21650:3 21653:1 21656:2 21690:1 21700:1 21703:1 21710:1 21721:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21763:1 21764:1 21772:2 21783:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:2 21850:1 21855:1 21860:1 21871:1 21892:2 21898:1 21903:2 21904:1 21906:4 21914:1 21918:2 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22006:2 22013:1 22033:1 22053:1 22068:1 22077:1 22078:2 22093:2 22094:1 22098:2 22112:1 22163:8 22169:1 22184:8 22188:1 22220:1 22222:1 22228:2 22229:1 22232:1 22237:3 22249:1 22259:2 22260:1 22261:1 22268:2 22273:1 22276:1 22300:1 22303:1 22304:2 22305:1 22315:2 22319:2 22325:1 22327:4 22330:1 22351:1 22370:2 22396:2 22399:1 22410:1 22416:1 22419:3 22422:1 22440:1 22445:3 22471:3 22473:3 22475:1 22480:10 22481:1 22486:1 22490:1 22498:3 22519:1 22520:4 22535:1 22542:1 22546:2 22548:1 22564:1 22574:7 22575:1 22586:1 22588:1 22589:1 22590:1 22611:1 22614:1 22615:3 22619:1 22628:1 22639:2 22644:1 22652:1 22671:1 22675:2 22676:1 22690:4 22704:2 22706:1 22707:1 22718:3 22723:5 22725:1 22733:1 22742:2 22754:3 22758:2 22766:6 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22844:1 22847:1 22851:1 22852:1 22857:3 22859:1 22860:1 22867:1 22883:1 22886:1 22888:1 22892:1 22898:1 22906:1 22925:1 22935:6 22942:1 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:8 23002:1 23003:1 23007:1 23015:3 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:2 23088:3 23093:1 23108:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23207:1 23211:1 23215:1 23216:1 23218:1 23255:1 23266:2 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:2 23348:1 23351:1 23353:2 23359:1 23364:1 23366:1 23370:1 23391:1 23393:1 23402:1 23410:1 23420:1 23426:2 23444:4 23451:1 23482:1 23490:1 23500:1 23506:1 23507:2 23524:3 23525:1 23526:1 23527:2 23536:3 23546:2 23553:1 23568:1 23572:2 23576:1 23577:1 23583:1 23599:1 23601:1 23611:1 23644:1 23653:1 23656:1 23661:1 23702:3 23705:1 23724:1 23731:1 23732:2 23738:1 23744:1 23746:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:2 23810:1 23814:2 23820:1 23823:1 23824:1 23829:1 23830:1 23852:1 23862:1 23863:2 23870:1 23872:1 23875:4 23883:3 23899:2 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:2 23969:1 23970:2 23979:2 23987:1 23992:1 23998:1 24006:1 24007:2 24017:1 24038:2 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:6 24075:3 24078:1 24083:2 24092:1 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:3 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:14 24351:1 24365:2 24367:1 24409:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24556:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:36 24671:1 24674:1 24675:1 24686:4 24688:2 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:2 24770:2 24778:1 24784:2 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:4 24863:1 24876:2 24883:3 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24969:1 24977:1 24984:1 24985:1 24987:1 24989:1 24990:1 24995:1 25004:1 25006:7 25016:1 25023:1 25029:2 25031:2 25061:1 25062:1 25063:1 25064:4 25066:1 25067:1 25106:1 25112:1 25119:4 25122:7 25133:1 25148:1 25168:3 25174:1 25214:1 25221:2 25222:1 25232:1 25250:1 25254:1 25259:2 25266:4 25283:1 25285:1 25293:2 25296:1 25312:1 25326:1 25329:1 25332:1 25351:1 25361:1 25370:1 25392:1 25394:1 25398:2 25402:2 25409:1 25426:1 25435:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25491:1 25498:2 25503:1 25518:1 25528:1 25533:2 25550:1 25555:1 25567:1 25579:2 25582:2 25621:3 25626:1 25635:1 25638:1 25643:1 25645:1 25652:4 25661:1 25667:2 25671:1 25675:3 25679:1 25684:2 25695:2 25700:1 25707:1 25710:1 25711:1 25712:1 25717:1 25719:7 25720:1 25722:2 25723:1 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25756:1 25762:2 25765:1 25768:1 25770:1 25777:1 25782:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 51:1 76:1 79:3 81:1 92:3 103:1 105:1 110:2 121:6 128:1 131:1 135:1 139:3 140:2 141:1 144:1 147:1 150:2 154:1 158:1 165:1 167:1 171:6 183:1 200:1 203:1 204:1 211:3 225:3 227:1 236:1 264:3 275:2 292:6 294:1 301:1 309:1 313:1 320:1 327:1 332:2 333:7 334:1 344:2 349:2 363:4 373:1 391:2 420:1 425:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:10 515:1 532:1 558:1 584:1 592:1 595:1 618:1 623:1 639:1 643:1 655:1 660:1 681:1 684:1 686:1 687:2 702:2 709:4 718:6 722:1 723:1 725:1 736:3 737:1 741:7 742:3 750:1 751:4 765:8 766:1 774:4 778:1 780:1 781:1 782:4 787:5 800:2 802:3 807:1 811:1 821:4 822:3 823:1 828:1 851:1 855:1 857:2 898:1 899:1 909:1 917:3 938:1 950:1 954:2 979:1 1009:2 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:2 1075:2 1076:1 1080:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1154:2 1174:1 1189:2 1190:1 1195:1 1201:1 1202:1 1203:5 1213:5 1217:1 1222:1 1227:3 1231:2 1240:3 1244:2 1246:1 1247:1 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:13 1335:1 1345:12 1358:2 1360:3 1362:1 1377:1 1380:3 1382:1 1407:5 1417:1 1434:1 1435:1 1447:1 1455:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:3 1541:1 1551:1 1569:1 1576:1 1586:1 1588:1 1591:3 1607:1 1615:1 1634:1 1643:2 1650:1 1654:1 1658:2 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1720:1 1739:2 1748:3 1749:1 1761:2 1767:2 1771:2 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1837:1 1841:2 1845:1 1850:1 1852:1 1855:2 1859:1 1868:2 1881:1 1887:1 1890:8 1894:1 1901:2 1917:4 1935:2 1936:3 1938:1 1940:2 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:8 1985:2 1986:1 1987:4 1990:3 1992:4 1996:2 1997:4 1999:1 2000:1 2001:1 2003:3 2005:2 2008:2 2010:1 2011:3 2021:1 2043:2 2047:1 2059:3 2065:1 2082:2 2083:1 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:3 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2244:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:6 2334:1 2341:1 2346:1 2348:1 2353:1 2359:1 2362:1 2365:1 2369:1 2377:1 2378:5 2379:3 2390:1 2405:1 2412:1 2413:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:2 2462:3 2463:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:22 2534:1 2537:1 2541:12 2555:2 2557:1 2579:2 2594:1 2599:21 2610:1 2614:1 2615:1 2624:1 2637:2 2644:1 2646:1 2647:3 2677:3 2688:1 2720:1 2727:1 2730:1 2745:1 2746:1 2747:2 2752:4 2763:2 2767:1 2776:1 2786:1 2811:1 2814:1 2844:5 2857:1 2877:1 2878:1 2879:1 2883:1 2886:3 2899:6 2921:1 2923:2 2945:1 2980:1 2987:1 3008:1 3016:3 3025:3 3029:1 3030:4 3031:6 3033:3 3034:3 3035:7 3036:4 3038:1 3039:1 3040:3 3041:1 3044:1 3048:1 3068:1 3077:1 3079:1 3080:5 3086:5 3090:4 3098:1 3111:3 3119:1 3133:1 3136:1 3145:2 3150:1 3154:3 3155:7 3156:1 3158:23 3164:4 3166:1 3167:1 3169:1 3173:1 3174:1 3181:2 3183:1 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3232:1 3239:1 3240:7 3241:2 3242:1 3245:4 3250:3 3257:1 3278:1 3282:1 3290:8 3293:1 3298:1 3324:1 3335:1 3336:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3427:1 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3468:1 3469:3 3475:1 3485:1 3489:2 3491:1 3493:1 3494:1 3507:3 3509:1 3512:1 3523:2 3527:1 3528:2 3538:2 3541:8 3542:2 3556:1 3558:1 3559:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3621:1 3628:2 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:2 3710:3 3715:1 3736:1 3754:1 3777:2 3791:2 3815:1 3816:1 3817:3 3822:1 3833:1 3841:1 3843:1 3849:2 3854:1 3858:7 3865:1 3867:1 3875:2 3894:1 3918:1 3921:1 3937:1 3940:1 3942:1 3964:1 3996:1 4008:3 4009:1 4010:1 4013:1 4044:2 4051:1 4060:3 4061:1 4067:7 4084:1 4087:1 4088:1 4093:4 4115:2 4119:4 4122:5 4125:1 4126:1 4128:1 4131:1 4149:1 4150:2 4151:1 4153:1 4157:2 4174:1 4188:1 4195:1 4198:1 4200:6 4210:1 4224:2 4228:1 4241:3 4242:1 4245:2 4257:1 4277:1 4284:1 4318:1 4336:1 4344:1 4346:1 4348:2 4363:1 4365:1 4368:14 4369:1 4372:1 4377:2 4403:1 4406:1 4408:1 4416:1 4417:1 4433:1 4466:1 4471:1 4479:3 4489:1 4497:1 4500:2 4502:6 4503:1 4505:1 4506:2 4508:5 4509:2 4510:1 4513:1 4514:4 4517:2 4520:8 4521:1 4527:1 4528:3 4529:1 4531:2 4532:1 4546:4 4549:1 4560:1 4572:2 4599:4 4611:1 4616:1 4620:1 4633:2 4642:1 4650:1 4670:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:7 4771:1 4783:1 4788:1 4806:1 4812:1 4840:1 4841:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:5 4863:2 4877:1 4878:1 4883:1 4943:5 4966:2 4970:2 4972:2 4973:1 4974:1 4977:2 4979:1 4980:1 4987:1 4990:1 4997:3 5020:2 5023:2 5036:1 5047:2 5064:1 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:5 5206:1 5214:2 5220:2 5232:1 5234:1 5242:1 5243:1 5247:1 5267:1 5288:1 5294:3 5301:2 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:5 5347:1 5349:2 5350:3 5352:1 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:2 5400:2 5411:2 5415:1 5424:1 5428:1 5445:2 5448:3 5451:2 5452:5 5453:2 5478:6 5479:1 5482:2 5490:2 5495:1 5500:1 5525:1 5528:1 5531:1 5541:2 5554:6 5556:1 5570:1 5577:3 5589:2 5591:1 5619:1 5624:3 5625:2 5627:1 5629:1 5632:1 5633:4 5638:1 5639:3 5642:2 5650:9 5651:1 5652:1 5653:1 5660:2 5661:1 5664:1 5682:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5763:1 5765:1 5767:1 5797:1 5813:1 5826:2 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5865:1 5867:1 5871:2 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5958:1 5964:1 5973:1 5981:4 6004:8 6005:1 6009:1 6010:3 6015:1 6016:1 6019:2 6022:1 6026:1 6037:9 6046:1 6064:1 6069:1 6070:1 6072:1 6090:1 6095:1 6101:1 6105:1 6108:1 6112:1 6115:1 6119:1 6131:1 6132:11 6136:1 6149:1 6180:1 6186:2 6210:3 6218:1 6221:1 6225:1 6236:3 6238:1 6241:1 6268:1 6282:1 6292:1 6316:1 6332:4 6346:2 6354:1 6355:1 6361:1 6364:1 6382:1 6386:1 6389:1 6398:1 6400:1 6406:1 6416:1 6417:2 6431:1 6432:1 6433:1 6439:2 6441:1 6444:1 6452:1 6453:1 6457:1 6463:1 6473:1 6480:1 6494:2 6501:2 6503:1 6517:1 6518:3 6521:2 6529:2 6533:2 6546:1 6561:1 6567:1 6603:6 6617:1 6621:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:3 6732:4 6737:1 6745:1 6751:1 6752:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:3 6811:3 6813:4 6817:1 6836:4 6850:45 6858:1 6867:23 6868:14 6874:1 6885:1 6891:1 6898:1 6903:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:4 7005:1 7011:1 7026:1 7049:1 7056:8 7057:1 7073:1 7080:2 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7168:1 7186:1 7196:1 7201:1 7209:1 7212:1 7214:1 7217:1 7220:3 7229:1 7238:3 7239:1 7245:1 7259:2 7271:1 7276:1 7302:1 7314:3 7316:1 7318:48 7338:1 7347:1 7356:1 7365:1 7389:3 7397:1 7398:16 7400:9 7402:1 7405:1 7423:1 7432:2 7433:2 7439:1 7440:2 7442:1 7446:1 7462:2 7465:1 7468:2 7469:1 7474:1 7480:1 7494:2 7501:1 7508:3 7510:1 7517:1 7526:2 7527:1 7528:1 7533:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7623:1 7627:1 7629:1 7631:1 7632:1 7634:4 7636:2 7639:1 7642:1 7644:1 7648:3 7649:4 7651:1 7652:1 7662:4 7671:7 7678:1 7682:1 7687:9 7689:2 7702:1 7707:1 7748:1 7760:1 7772:3 7774:1 7783:1 7784:1 7786:2 7813:2 7819:2 7831:3 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7933:1 7934:1 7937:1 7944:1 7964:1 7987:1 8016:1 8031:1 8032:1 8034:1 8046:2 8051:1 8055:2 8059:2 8067:1 8069:1 8077:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8132:1 8152:1 8174:1 8189:4 8191:1 8192:1 8199:2 8208:1 8212:1 8215:1 8223:1 8224:1 8232:3 8234:2 8253:2 8262:3 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8286:2 8287:2 8288:2 8290:1 8294:3 8300:1 8308:1 8312:2 8316:1 8358:1 8369:1 8371:1 8373:1 8376:4 8387:1 8390:1 8410:2 8428:1 8438:1 8447:1 8448:1 8455:1 8465:1 8467:5 8482:1 8484:1 8491:1 8502:1 8503:3 8509:1 8515:2 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8584:1 8589:1 8600:1 8604:1 8606:2 8613:1 8622:1 8636:1 8649:1 8659:1 8660:1 8675:4 8676:1 8677:3 8685:1 8692:1 8703:1 8704:1 8720:1 8721:1 8726:1 8733:2 8735:1 8737:1 8739:7 8740:1 8741:1 8745:1 8746:1 8747:1 8754:1 8781:1 8799:1 8837:3 8850:6 8891:4 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:5 8944:2 8956:1 8967:1 8971:1 8972:1 8973:1 8978:2 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9029:1 9030:3 9043:2 9044:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:2 9133:7 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:9 9212:1 9220:1 9222:4 9223:2 9224:4 9226:2 9230:1 9231:3 9232:5 9235:1 9236:1 9238:2 9240:1 9242:1 9243:2 9248:3 9252:16 9257:4 9258:1 9260:8 9261:3 9265:1 9279:3 9290:1 9312:1 9328:1 9342:1 9346:1 9348:1 9352:5 9353:1 9354:1 9359:2 9362:1 9368:1 9378:1 9383:3 9386:1 9390:1 9397:2 9398:1 9414:1 9416:1 9417:1 9418:1 9421:1 9426:2 9444:7 9455:2 9488:1 9500:2 9508:2 9525:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9566:1 9572:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9638:1 9650:2 9654:1 9669:1 9674:1 9690:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:5 9750:5 9765:1 9769:1 9786:1 9791:5 9798:3 9802:2 9806:1 9807:1 9841:2 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9877:1 9878:1 9885:1 9891:7 9893:1 9900:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:2 9947:1 9950:1 9971:1 9972:1 9976:1 10017:1 10038:1 10056:3 10061:1 10064:2 10076:1 10078:1 10082:1 10096:1 10098:1 10099:1 10101:1 10108:1 10110:1 10111:1 10118:1 10123:1 10124:1 10125:1 10129:1 10132:2 10135:2 10139:1 10146:1 10149:1 10150:1 10152:1 10153:1 10156:13 10172:1 10192:1 10194:1 10200:2 10206:5 10216:1 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10281:1 10284:1 10313:1 10314:8 10319:2 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:7 10379:1 10381:1 10384:7 10391:1 10417:2 10421:2 10425:1 10427:9 10429:2 10436:1 10437:16 10441:1 10447:4 10450:1 10451:2 10454:2 10455:1 10457:1 10460:2 10463:1 10468:1 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10511:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:3 10557:1 10562:1 10563:2 10588:2 10595:2 10596:3 10598:1 10607:1 10649:8 10652:5 10656:2 10676:1 10678:1 10686:1 10691:1 10697:1 10702:1 10707:1 10708:1 10713:1 10721:1 10732:1 10748:1 10750:1 10752:2 10762:1 10778:1 10785:1 10795:3 10796:5 10800:1 10805:1 10810:2 10811:1 10812:1 10813:1 10823:1 10833:1 10837:1 10849:1 10882:1 10895:1 10908:1 10911:3 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11069:2 11081:1 11108:1 11113:1 11116:1 11128:1 11167:1 11181:1 11192:2 11199:1 11200:1 11201:1 11212:1 11236:1 11238:8 11240:2 11244:1 11249:2 11257:1 11260:4 11263:1 11270:1 11275:1 11276:1 11280:5 11281:2 11290:3 11294:2 11295:1 11298:2 11306:2 11310:2 11312:1 11315:3 11322:1 11330:1 11341:1 11348:2 11351:2 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:1 11388:2 11391:3 11392:1 11397:1 11410:2 11415:1 11423:1 11432:2 11435:1 11436:6 11437:2 11439:1 11445:1 11451:1 11461:1 11464:3 11471:1 11500:2 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11573:1 11584:1 11588:1 11592:1 11611:2 11613:1 11625:1 11629:2 11638:1 11640:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:3 11665:3 11676:2 11677:1 11689:1 11691:2 11694:9 11713:1 11759:1 11761:1 11780:8 11782:4 11786:2 11791:2 11815:1 11817:1 11846:4 11847:1 11850:2 11896:2 11906:2 11945:3 11952:1 11966:1 11969:1 11980:1 11983:4 11997:3 12006:3 12007:1 12017:2 12019:1 12026:1 12034:1 12037:1 12042:1 12043:2 12058:1 12077:6 12080:4 12081:1 12082:2 12083:2 12084:1 12090:7 12094:1 12095:2 12097:1 12098:1 12105:2 12112:2 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12169:1 12188:1 12197:2 12199:6 12203:1 12206:1 12213:1 12232:1 12238:11 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:4 12282:1 12284:1 12285:1 12313:1 12315:1 12320:3 12325:1 12336:2 12340:5 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12400:1 12410:1 12411:13 12441:1 12463:1 12464:8 12469:2 12473:1 12476:1 12503:2 12508:1 12515:1 12517:1 12528:1 12535:4 12536:1 12542:2 12546:3 12556:1 12569:1 12576:1 12579:1 12584:1 12600:1 12601:5 12605:1 12618:1 12645:1 12655:1 12677:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:2 12742:1 12745:1 12747:1 12750:3 12753:1 12756:3 12759:1 12765:2 12766:4 12775:1 12776:1 12790:1 12811:1 12824:2 12829:2 12840:3 12862:1 12869:1 12872:1 12878:2 12884:1 12894:2 12896:1 12899:1 12919:2 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:4 12994:3 13002:3 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13047:1 13059:1 13062:2 13082:1 13085:1 13086:2 13097:1 13106:1 13109:12 13113:2 13120:1 13151:1 13167:4 13168:2 13169:1 13170:1 13183:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13270:1 13275:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13361:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13406:1 13425:2 13427:1 13429:1 13433:3 13436:1 13447:2 13454:3 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:1 13581:1 13588:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:2 13623:1 13631:4 13640:2 13659:1 13664:2 13671:3 13674:1 13680:1 13686:1 13690:7 13693:1 13709:1 13713:1 13723:1 13726:1 13751:5 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13819:1 13824:1 13827:2 13833:2 13839:1 13842:1 13852:1 13853:5 13860:6 13868:1 13879:2 13887:1 13891:1 13898:2 13903:1 13928:1 13931:2 13941:1 13945:2 13947:2 13958:2 13959:1 13965:3 13976:1 13981:1 13989:1 14007:3 14030:1 14045:1 14051:1 14060:1 14081:2 14086:1 14088:4 14089:1 14104:2 14135:2 14146:1 14156:1 14158:1 14164:4 14170:4 14174:1 14192:1 14195:6 14208:1 14212:1 14219:1 14220:1 14223:6 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14309:1 14310:1 14311:3 14313:1 14314:4 14315:5 14316:5 14317:2 14318:3 14320:4 14323:1 14324:2 14325:4 14329:2 14330:1 14331:2 14332:1 14333:1 14334:1 14335:7 14338:1 14342:1 14376:1 14378:3 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:4 14479:1 14481:1 14483:1 14499:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14638:1 14646:6 14659:1 14686:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14741:1 14761:1 14771:1 14782:18 14795:1 14817:2 14835:1 14838:1 14849:1 14856:1 14858:1 14859:1 14868:2 14875:2 14879:1 14900:3 14902:3 14914:2 14919:1 14925:1 14937:1 14945:3 14947:1 14948:1 14964:2 14966:2 14973:1 14974:1 14981:1 14997:1 15007:1 15013:1 15014:1 15019:3 15029:1 15035:1 15036:1 15042:1 15044:2 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15138:1 15140:1 15146:4 15149:1 15165:1 15171:1 15179:2 15188:1 15195:1 15198:1 15200:1 15204:2 15224:1 15244:1 15254:2 15257:1 15259:2 15276:1 15277:1 15288:1 15312:3 15315:1 15316:1 15343:1 15349:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15477:1 15488:1 15492:1 15494:1 15497:2 15507:1 15517:1 15531:3 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15614:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:3 15688:1 15690:2 15704:1 15744:2 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15808:1 15817:1 15829:2 15842:3 15844:4 15852:1 15859:4 15863:1 15864:2 15865:1 15878:5 15880:2 15884:1 15895:3 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15969:1 15970:1 15982:1 15983:1 15986:1 15991:2 16001:3 16003:4 16004:1 16005:1 16008:3 16020:1 16022:1 16037:1 16047:2 16055:5 16074:2 16088:1 16118:2 16129:7 16135:3 16140:1 16144:1 16153:2 16167:1 16181:1 16190:1 16195:3 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16256:1 16265:1 16276:1 16284:1 16300:1 16301:2 16305:1 16312:2475 16315:2 16317:1 16318:1 16336:1 16338:1 16354:1 16375:5 16379:1 16394:2 16397:1 16405:1 16409:5 16417:2 16424:1 16426:1 16436:4 16458:1 16460:1 16463:1 16467:1 16485:2 16486:1 16491:1 16497:2 16500:1 16516:1 16529:1 16539:1 16541:1 16543:1 16567:1 16569:2 16570:1 16586:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16688:1 16696:1 16709:1 16714:5 16734:1 16756:1 16762:1 16776:1 16780:12 16791:1 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16872:1 16881:1 16900:2 16915:1 16924:3 16938:1 16946:1 16949:2 16950:1 16951:1 16956:1 16961:1 16991:4 16993:1 16997:1 17009:1 17012:1 17033:2 17045:2 17058:1 17069:5 17072:1 17096:2 17100:10 17104:1 17117:1 17118:2 17120:1 17139:1 17147:1 17148:1 17156:1 17169:1 17170:1 17172:12 17178:1 17187:1 17189:2 17208:2 17209:1 17211:1 17216:2 17220:1 17222:1 17241:1 17244:1 17252:2 17277:1 17281:1 17295:7 17296:1 17301:1 17304:1 17316:18 17319:1 17330:25 17333:4 17336:1 17349:2 17354:1 17374:4 17408:2 17411:1 17416:2 17424:2 17430:2 17431:1 17452:1 17454:2 17467:3 17473:1 17491:1 17498:1 17506:2 17519:1 17535:5 17543:1 17549:2 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:86 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:6 17680:1 17694:1 17701:2 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17776:1 17781:1 17783:11 17792:1 17793:2 17799:18 17800:1 17807:4 17811:1 17860:3 17876:1 17881:6 17882:1 17884:3 17886:1 17888:2 17889:1 17890:1 17891:2 17893:1 17897:3 17899:2 17900:1 17901:1 17902:2 17905:5 17906:7 17907:2 17930:1 17953:1 17956:1 17963:1 17968:1 17970:1 17979:1 17980:1 17984:1 17990:1 17995:1 17999:1 18000:1 18017:1 18018:3 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:3 18062:2 18066:1 18079:1 18083:1 18092:1 18101:1 18103:1 18110:1 18111:1 18118:1 18127:4 18151:2 18157:1 18160:1 18162:3 18190:3 18208:3 18211:1 18213:1 18221:5 18224:1 18225:6 18241:1 18249:2 18256:1 18261:1 18264:1 18266:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18336:1 18352:1 18364:1 18369:1 18377:1 18378:1 18380:1 18386:1 18390:1 18396:1 18398:1 18403:1 18406:9 18411:1 18414:2 18422:1 18423:2 18433:1 18440:1 18443:2 18445:6 18450:1 18455:2 18470:2 18472:1 18485:1 18487:1 18536:1 18550:2 18561:6 18569:2 18574:1 18592:2 18593:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:3 18703:2 18708:2 18716:1 18719:3 18725:4 18740:1 18747:1 18755:1 18757:1 18760:1 18766:1 18767:1 18768:1 18774:1 18783:1 18785:1 18795:2 18801:2 18814:1 18816:2 18822:1 18833:1 18834:1 18837:2 18839:1 18844:3 18849:1 18858:1 18869:1 18889:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:4 18963:1 18964:1 18965:1 18968:2 18994:2 19004:1 19005:1 19013:1 19024:1 19029:3 19038:1 19043:2 19053:1 19056:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:26 19104:1 19125:1 19131:1 19153:2 19156:1 19169:1 19171:2 19181:6 19194:1 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19246:1 19250:3 19257:2 19262:2 19271:2 19282:2 19290:1 19312:1 19317:6 19320:3 19329:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:13 19350:1 19351:3 19352:1 19355:2 19363:2 19372:1 19374:1 19383:9 19394:1 19408:8 19418:1 19424:1 19438:1 19439:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19500:1 19501:3 19504:2 19505:1 19506:1 19507:1 19510:5 19516:2 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:2 19576:1 19588:1 19589:2 19590:1 19594:3 19596:1 19607:3 19609:1 19613:1 19620:3 19622:1 19632:1 19634:2 19637:1 19645:2 19653:1 19659:1 19664:3 19678:2 19680:1 19681:7 19682:1 19702:1 19707:1 19712:1 19716:1 19721:1 19725:1 19732:1 19736:5 19740:2 19742:5 19753:1 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19809:1 19815:1 19824:4 19833:2 19834:1 19849:1 19850:3 19867:1 19870:1 19900:3 19906:1 19916:1 19927:1 19953:4 19964:9 19980:1 19994:2 19998:1 20028:2 20048:1 20049:1 20050:3 20067:1 20071:2 20076:1 20077:1 20080:1 20085:18 20087:1 20088:1 20098:1 20102:1 20110:2 20123:1 20127:4 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20189:1 20193:1 20196:2 20201:1 20207:1 20211:1 20217:1 20221:1 20235:1 20240:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:2 20307:2 20314:1 20329:2 20333:1 20336:1 20340:1 20401:1 20407:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20466:1 20474:1 20481:2 20502:3 20519:1 20523:1 20526:1 20530:1 20531:2 20557:1 20560:1 20566:1 20568:2 20577:1 20585:4 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20672:1 20674:1 20676:2 20680:1 20684:3 20687:3 20691:2 20692:1 20696:2 20699:1 20709:1 20713:1 20722:3 20723:2 20727:1 20730:1 20735:1 20739:1 20742:1 20753:2 20755:1 20763:1 20788:2 20790:3 20792:1 20798:1 20812:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20930:2 20936:1 20944:1 20974:1 20980:1 20986:1 20989:1 21023:1 21036:4 21056:1 21068:1 21070:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:2 21150:3 21166:1 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:2 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:3 21283:1 21284:3 21296:1 21301:1 21302:1 21305:1 21306:1 21310:2 21316:2 21334:1 21340:1 21348:1 21386:2 21387:2 21394:1 21396:2 21411:2 21424:1 21426:1 21431:1 21437:1 21455:1 21462:2 21463:3 21469:1 21474:1 21479:3 21486:1 21490:1 21496:1 21497:4 21516:3 21528:2 21534:1 21538:1 21543:1 21544:3 21547:1 21567:2 21580:1 21599:1 21606:1 21607:2 21608:1 21610:1 21613:4 21615:4 21619:7 21621:1 21627:1 21629:1 21641:1 21645:1 21650:4 21653:1 21656:2 21690:1 21700:1 21703:1 21710:1 21721:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21763:1 21764:1 21772:2 21783:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:2 21850:1 21855:1 21860:1 21871:1 21892:2 21898:1 21903:2 21904:1 21906:4 21914:1 21918:2 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22003:1 22006:2 22013:1 22033:1 22053:1 22068:1 22077:1 22078:2 22093:2 22094:1 22098:2 22112:1 22163:8 22169:1 22184:8 22188:1 22220:1 22222:1 22228:2 22229:1 22232:1 22237:3 22249:1 22259:2 22260:2 22261:1 22268:2 22273:1 22276:1 22284:1 22300:1 22303:1 22304:2 22305:1 22315:2 22319:2 22325:1 22327:4 22330:1 22351:1 22370:2 22396:2 22399:1 22410:1 22416:1 22419:3 22422:1 22440:1 22445:3 22471:3 22473:3 22475:1 22480:10 22481:1 22486:1 22490:1 22498:3 22519:1 22520:4 22535:1 22542:1 22546:2 22548:1 22564:1 22574:7 22575:3 22586:1 22588:1 22589:1 22590:1 22611:1 22614:1 22615:3 22619:1 22628:1 22639:2 22644:1 22652:1 22671:1 22675:2 22676:1 22690:5 22704:2 22706:1 22707:1 22718:3 22723:5 22725:1 22733:1 22742:2 22754:3 22758:2 22766:6 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:2 22822:1 22829:2 22831:2 22832:1 22843:1 22844:1 22847:1 22851:1 22852:1 22857:3 22859:1 22860:1 22867:1 22868:1 22883:1 22886:1 22888:1 22892:1 22898:1 22906:1 22925:1 22935:6 22942:1 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:8 23002:1 23003:1 23007:1 23015:3 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:2 23088:4 23093:1 23108:1 23117:1 23124:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23207:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:2 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:2 23348:1 23351:1 23353:2 23359:1 23364:1 23366:1 23370:1 23391:1 23393:1 23402:1 23410:1 23420:1 23426:2 23444:4 23451:1 23482:1 23490:1 23500:1 23506:1 23507:2 23524:3 23525:1 23526:1 23527:2 23536:3 23546:2 23553:1 23568:1 23572:2 23576:1 23577:1 23583:1 23599:1 23601:1 23611:1 23644:1 23653:1 23656:1 23661:1 23702:3 23705:1 23724:1 23731:1 23732:2 23738:1 23744:1 23746:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:2 23810:1 23814:2 23820:1 23823:1 23824:1 23829:1 23830:1 23852:1 23862:1 23863:2 23870:1 23872:1 23875:4 23883:3 23899:2 23903:1 23904:1 23913:1 23918:1 23919:1 23921:2 23945:2 23969:1 23970:2 23979:3 23987:1 23992:1 23996:1 23998:1 24006:1 24007:2 24017:1 24038:2 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:6 24075:4 24077:1 24078:1 24083:2 24092:1 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:3 24136:1 24137:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:3 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:15 24351:1 24365:2 24367:1 24409:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24556:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:38 24671:1 24674:1 24675:1 24686:5 24688:2 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:2 24770:2 24778:1 24784:2 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:4 24863:1 24876:2 24883:4 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24969:1 24977:1 24984:1 24985:1 24987:1 24989:1 24990:1 24995:1 25004:1 25006:7 25016:1 25023:1 25029:2 25031:2 25061:1 25062:1 25063:1 25064:4 25066:1 25067:1 25106:1 25112:1 25119:4 25122:7 25133:1 25148:1 25168:3 25174:1 25214:1 25221:3 25222:1 25232:1 25250:1 25254:1 25259:2 25266:4 25283:1 25285:1 25293:2 25296:1 25312:1 25326:1 25329:1 25332:1 25351:1 25361:1 25370:1 25392:1 25394:1 25398:2 25402:2 25409:1 25426:1 25435:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25491:1 25498:2 25503:1 25518:1 25528:1 25533:2 25550:1 25555:1 25567:1 25579:2 25582:2 25621:4 25626:1 25635:1 25638:1 25643:1 25645:1 25652:5 25661:1 25667:2 25671:1 25675:3 25679:1 25684:2 25695:2 25700:1 25707:1 25710:1 25711:2 25712:1 25717:1 25719:7 25720:1 25722:2 25723:1 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25756:1 25762:2 25765:1 25768:1 25770:1 25777:1 25782:1 25789:1 25801:1
5 1:1 12:1 27:1 30:3 31:1 33:1 51:1 76:1 79:3 81:1 92:3 103:1 105:1 110:2 121:6 128:1 131:1 135:1 139:3 140:2 141:1 144:1 147:1 150:2 154:1 158:1 165:1 167:1 171:6 183:1 193:1 200:1 203:1 204:1 211:3 225:3 227:1 236:1 264:3 275:2 292:6 294:1 301:1 309:1 313:1 320:1 327:1 332:2 333:8 334:1 335:1 344:2 349:2 363:4 373:1 391:2 420:1 425:1 442:1 447:1 455:1 465:1 473:1 484:1 488:4 489:1 497:2 500:1 502:1 503:1 505:2 514:10 515:1 532:1 558:1 584:1 592:1 595:1 618:1 623:1 639:1 643:1 655:1 660:1 681:1 684:1 686:1 687:2 702:2 709:4 718:6 719:1 722:1 723:1 725:1 736:3 737:1 741:7 742:3 750:1 751:4 765:8 766:1 774:4 778:1 780:1 781:1 782:4 787:5 800:2 802:3 807:1 811:1 821:4 822:3 823:1 828:1 851:1 855:1 857:2 898:1 899:1 909:1 917:3 938:1 941:1 950:1 954:2 979:1 996:1 1009:3 1014:1 1020:1 1035:1 1037:1 1041:1 1043:2 1045:1 1052:1 1053:3 1054:1 1065:2 1075:2 1076:2 1080:1 1082:1 1083:1 1085:1 1086:1 1115:1 1117:1 1124:1 1154:2 1174:1 1189:2 1190:1 1195:1 1201:1 1202:1 1203:5 1213:5 1217:1 1222:1 1227:3 1231:2 1240:3 1244:2 1246:1 1247:3 1251:1 1256:1 1281:1 1282:2 1283:1 1285:1 1289:1 1301:1 1304:3 1319:1 1327:1 1334:14 1335:1 1345:12 1358:2 1360:3 1362:1 1377:1 1380:3 1382:1 1407:5 1417:1 1434:1 1435:1 1447:1 1455:1 1471:1 1476:1 1500:1 1508:1 1522:1 1530:1 1531:2 1540:3 1541:1 1551:2 1569:1 1576:1 1586:1 1588:1 1591:3 1607:1 1615:1 1634:2 1643:2 1650:1 1654:1 1658:2 1661:1 1665:1 1680:1 1683:1 1702:1 1703:1 1709:1 1719:1 1720:1 1739:2 1748:3 1749:1 1761:2 1767:2 1771:2 1772:1 1776:2 1779:1 1784:2 1793:1 1806:1 1810:1 1824:3 1837:1 1841:2 1845:1 1850:1 1852:1 1855:2 1859:1 1868:2 1881:1 1887:1 1890:8 1894:1 1901:2 1917:4 1935:2 1936:3 1938:1 1940:2 1942:1 1948:1 1964:1 1980:4 1981:1 1983:3 1984:8 1985:2 1986:1 1987:4 1990:4 1992:4 1996:2 1997:4 1999:1 2000:1 2001:1 2003:3 2005:2 2008:2 2010:1 2011:3 2021:1 2043:2 2047:1 2059:3 2065:1 2071:1 2082:2 2083:1 2085:1 2089:1 2093:1 2100:3 2109:1 2113:1 2114:1 2115:1 2117:3 2130:1 2133:1 2134:1 2138:1 2150:1 2163:1 2165:1 2169:1 2189:2 2191:1 2207:1 2244:1 2283:2 2286:1 2302:1 2310:1 2316:4 2322:7 2334:1 2341:1 2346:1 2348:1 2353:1 2359:1 2362:1 2365:1 2369:1 2377:1 2378:5 2379:3 2390:1 2405:1 2412:1 2413:1 2435:2 2436:2 2442:1 2446:2 2448:1 2456:2 2462:3 2463:1 2472:1 2474:1 2480:1 2497:1 2512:1 2530:22 2534:1 2537:2 2541:12 2555:2 2557:1 2579:2 2594:1 2599:21 2610:1 2614:1 2615:1 2624:1 2637:2 2644:1 2646:1 2647:3 2677:3 2688:1 2720:1 2727:2 2730:1 2745:1 2746:1 2747:2 2752:4 2763:3 2767:1 2776:1 2786:1 2811:1 2814:1 2844:5 2857:1 2877:1 2878:1 2879:1 2883:1 2886:3 2899:6 2921:1 2923:2 2945:1 2980:1 2987:1 3008:1 3016:3 3025:3 3029:1 3030:4 3031:6 3033:3 3034:3 3035:7 3036:5 3038:1 3039:1 3040:3 3041:1 3044:1 3048:1 3068:1 3077:1 3079:1 3080:5 3086:5 3090:5 3098:1 3111:3 3119:1 3133:1 3136:2 3145:2 3150:1 3154:3 3155:7 3156:1 3158:24 3164:4 3166:1 3167:1 3169:1 3173:1 3174:1 3181:2 3183:1 3194:1 3195:2 3209:1 3211:1 3221:1 3225:1 3232:1 3239:1 3240:8 3241:2 3242:1 3245:4 3250:3 3257:1 3278:1 3282:1 3290:8 3293:1 3298:1 3324:1 3335:1 3336:1 3339:2 3364:1 3376:1 3384:1 3386:1 3388:1 3401:2 3418:1 3427:2 3430:1 3431:1 3448:2 3459:1 3462:1 3464:1 3468:1 3469:3 3475:1 3485:1 3489:2 3491:1 3493:1 3494:1 3507:3 3509:1 3512:1 3523:2 3527:1 3528:2 3538:2 3541:9 3542:2 3556:1 3558:1 3559:1 3560:1 3585:2 3586:1 3590:1 3595:1 3615:1 3621:1 3628:2 3633:2 3669:1 3678:1 3681:2 3698:1 3699:1 3707:2 3710:3 3715:1 3736:1 3754:1 3777:2 3791:2 3815:1 3816:1 3817:3 3822:1 3833:1 3841:1 3843:1 3849:2 3854:1 3858:7 3865:1 3867:1 3875:2 3894:1 3918:1 3921:1 3937:1 3940:1 3942:1 3964:1 3996:1 4008:3 4009:1 4010:1 4013:1 4044:2 4051:1 4060:3 4061:1 4067:7 4084:1 4087:1 4088:1 4093:4 4115:2 4119:4 4122:5 4125:1 4126:1 4128:1 4131:1 4149:1 4150:2 4151:1 4153:1 4157:2 4159:1 4174:1 4188:1 4193:1 4195:1 4198:1 4200:6 4210:2 4224:2 4228:1 4241:3 4242:1 4245:2 4257:1 4277:1 4284:1 4318:1 4336:1 4344:1 4346:1 4348:2 4363:1 4365:1 4368:14 4369:2 4372:1 4377:2 4398:1 4403:1 4406:1 4408:1 4416:1 4417:1 4433:1 4466:1 4471:1 4479:3 4489:1 4497:1 4500:3 4502:6 4503:1 4505:1 4506:2 4508:5 4509:2 4510:1 4513:1 4514:4 4517:2 4520:8 4521:1 4527:1 4528:3 4529:1 4531:2 4532:1 4546:5 4549:1 4560:1 4572:2 4599:4 4611:1 4616:1 4620:1 4633:2 4642:1 4650:1 4670:1 4677:3 4693:1 4698:3 4730:1 4733:2 4742:1 4744:1 4748:1 4753:7 4771:1 4783:2 4788:1 4806:1 4812:1 4840:1 4841:1 4843:1 4845:1 4847:1 4855:1 4856:1 4858:5 4863:2 4877:1 4878:1 4883:1 4943:5 4966:2 4970:2 4972:2 4973:1 4974:1 4977:2 4979:1 4980:1 4981:1 4987:1 4990:1 4997:3 5020:2 5023:2 5036:1 5047:2 5064:1 5067:1 5068:1 5074:2 5092:1 5096:1 5107:1 5110:1 5118:1 5119:2 5137:5 5206:1 5214:2 5220:2 5232:1 5234:1 5242:1 5243:1 5247:1 5267:1 5284:1 5288:1 5294:3 5301:2 5307:2 5322:1 5328:1 5331:2 5333:1 5334:1 5335:5 5347:1 5349:2 5350:3 5352:2 5355:1 5365:1 5370:1 5374:3 5381:1 5383:1 5384:1 5388:1 5391:2 5400:2 5411:2 5415:1 5421:1 5424:1 5428:1 5445:2 5448:3 5451:2 5452:5 5453:2 5478:6 5479:1 5482:2 5490:2 5495:1 5500:1 5525:1 5527:1 5528:1 5531:1 5541:2 5554:6 5556:1 5570:1 5577:3 5589:2 5591:1 5619:1 5624:3 5625:3 5627:1 5629:1 5631:1 5632:1 5633:4 5638:2 5639:3 5642:2 5650:9 5651:1 5652:1 5653:2 5660:2 5661:1 5664:1 5682:1 5690:1 5695:1 5718:2 5720:2 5727:1 5728:1 5738:1 5750:3 5763:1 5765:1 5767:1 5797:1 5813:1 5826:2 5827:1 5846:1 5851:1 5857:1 5859:1 5862:1 5865:1 5867:1 5871:2 5872:1 5875:1 5884:3 5889:1 5896:2 5897:2 5905:1 5924:2 5927:1 5937:1 5958:1 5964:1 5973:1 5981:4 6004:8 6005:1 6009:1 6010:3 6015:1 6016:1 6019:2 6022:1 6026:1 6037:9 6046:1 6062:1 6064:1 6069:1 6070:1 6072:1 6090:1 6095:1 6101:1 6105:1 6108:1 6112:1 6115:1 6119:1 6131:1 6132:11 6136:1 6149:1 6180:1 6186:2 6210:3 6218:1 6221:1 6225:1 6236:3 6238:1 6241:1 6268:1 6282:1 6292:1 6316:1 6332:4 6346:2 6354:1 6355:1 6361:1 6364:1 6382:1 6386:1 6389:1 6398:1 6400:1 6406:1 6416:1 6417:2 6423:1 6431:1 6432:1 6433:1 6439:2 6441:1 6444:1 6452:1 6453:1 6457:1 6463:1 6473:1 6480:1 6485:1 6494:2 6501:2 6503:1 6517:1 6518:3 6521:2 6529:2 6533:2 6546:1 6561:1 6567:1 6603:7 6617:1 6621:1 6630:5 6632:1 6634:2 6649:1 6655:1 6662:1 6683:1 6691:1 6693:1 6699:1 6724:2 6731:3 6732:4 6737:1 6745:1 6751:2 6752:1 6753:1 6765:1 6784:1 6795:3 6796:2 6807:3 6811:3 6813:4 6817:1 6836:5 6850:46 6858:1 6867:23 6868:14 6874:1 6885:1 6891:1 6898:1 6903:1 6930:1 6937:1 6941:2 6944:1 6946:1 6973:2 6976:1 6990:1 7001:1 7002:4 7005:1 7011:1 7026:1 7049:1 7056:8 7057:1 7073:1 7080:2 7088:1 7098:2 7103:1 7142:2 7155:1 7162:2 7168:1 7186:1 7196:1 7201:1 7209:1 7212:1 7214:1 7217:1 7220:3 7229:1 7238:3 7239:1 7245:1 7259:3 7271:1 7276:1 7302:1 7314:3 7316:1 7318:48 7338:1 7347:1 7356:1 7365:1 7389:3 7397:1 7398:16 7400:9 7402:1 7405:1 7423:1 7432:2 7433:2 7439:1 7440:3 7442:1 7446:1 7462:2 7465:1 7468:2 7469:1 7474:1 7480:1 7494:2 7501:1 7508:3 7510:1 7517:1 7526:2 7527:1 7528:1 7533:1 7534:2 7535:2 7537:1 7541:1 7542:1 7548:4 7549:1 7554:2 7559:1 7574:1 7601:1 7611:1 7618:1 7623:1 7627:1 7629:1 7631:1 7632:1 7634:4 7636:2 7639:1 7642:1 7644:1 7648:3 7649:4 7651:1 7652:1 7662:4 7671:8 7678:1 7682:1 7687:9 7689:2 7702:1 7707:1 7748:1 7749:1 7760:1 7772:3 7774:1 7783:1 7784:1 7786:2 7813:2 7819:2 7831:3 7850:1 7852:1 7859:1 7863:1 7869:1 7899:1 7909:1 7924:1 7933:1 7934:1 7937:1 7944:1 7964:1 7987:1 8016:1 8031:1 8032:1 8034:1 8046:2 8051:1 8055:2 8059:2 8067:1 8069:1 8077:1 8085:2 8094:1 8096:1 8109:1 8113:1 8125:1 8132:1 8142:1 8152:1 8174:1 8189:4 8191:1 8192:1 8199:2 8208:1 8212:1 8215:1 8223:1 8224:1 8232:3 8234:2 8253:3 8262:3 8265:2 8267:2 8268:1 8271:1 8273:3 8279:1 8283:2 8284:1 8286:2 8287:2 8288:2 8290:1 8294:3 8300:1 8308:1 8312:2 8316:1 8334:1 8358:1 8369:1 8371:1 8373:1 8376:4 8387:1 8390:1 8410:2 8428:1 8438:1 8447:1 8448:1 8455:1 8465:1 8467:6 8482:1 8484:1 8491:1 8492:1 8502:1 8503:3 8509:2 8515:3 8523:1 8529:3 8533:1 8537:1 8554:5 8556:1 8560:1 8568:1 8570:1 8571:1 8584:1 8589:1 8600:1 8604:1 8606:2 8613:1 8622:1 8636:1 8649:1 8659:1 8660:1 8675:5 8676:1 8677:3 8685:1 8692:1 8703:1 8704:1 8720:1 8721:1 8726:1 8733:2 8735:2 8737:1 8739:7 8740:1 8741:1 8745:1 8746:1 8747:1 8754:1 8781:1 8799:1 8837:3 8850:6 8891:4 8902:2 8910:1 8913:1 8914:3 8917:3 8922:3 8934:3 8936:1 8938:1 8939:5 8944:3 8956:1 8967:1 8971:1 8972:1 8973:1 8978:2 8983:1 8984:2 8993:1 8998:2 9017:2 9018:6 9021:1 9024:1 9028:1 9029:1 9030:3 9043:2 9044:2 9048:2 9051:1 9053:1 9083:1 9104:1 9111:1 9127:2 9133:7 9156:1 9161:1 9168:1 9174:1 9191:1 9193:1 9198:9 9212:1 9220:1 9222:4 9223:3 9224:4 9226:2 9230:1 9231:3 9232:5 9235:1 9236:1 9238:2 9240:1 9242:1 9243:2 9248:3 9250:1 9252:16 9257:4 9258:1 9260:8 9261:3 9265:1 9279:3 9290:1 9312:1 9328:1 9336:1 9342:1 9346:1 9348:1 9352:5 9353:1 9354:1 9359:2 9362:1 9368:1 9378:1 9383:3 9386:1 9390:1 9397:2 9398:1 9414:1 9416:1 9417:1 9418:1 9421:1 9426:2 9444:7 9455:2 9488:1 9500:2 9508:2 9525:1 9531:1 9532:1 9536:1 9544:1 9548:7 9556:1 9566:1 9572:1 9583:1 9589:1 9590:1 9591:3 9597:2 9610:2 9620:1 9622:1 9638:1 9650:2 9654:1 9669:1 9674:1 9690:1 9695:1 9719:1 9732:2 9745:2 9747:1 9748:5 9750:5 9765:1 9769:1 9772:1 9786:1 9791:5 9798:3 9802:2 9806:1 9807:1 9841:2 9847:1 9860:5 9864:1 9865:2 9868:1 9869:1 9873:1 9877:1 9878:1 9885:1 9891:7 9893:1 9900:1 9910:1 9915:1 9918:1 9920:1 9921:2 9922:1 9931:1 9941:1 9944:1 9946:2 9947:1 9950:1 9971:1 9972:1 9976:1 10017:1 10038:1 10056:3 10061:1 10064:2 10076:1 10078:1 10082:1 10096:2 10098:1 10099:1 10101:1 10108:1 10110:1 10111:1 10118:1 10123:1 10124:1 10125:1 10129:1 10132:2 10135:2 10139:1 10146:1 10149:1 10150:1 10152:1 10153:1 10156:13 10172:1 10192:1 10194:1 10200:2 10206:5 10216:1 10219:1 10223:1 10239:1 10257:1 10258:2 10268:1 10281:1 10284:1 10313:1 10314:8 10319:2 10333:1 10348:3 10350:1 10352:1 10356:1 10369:1 10374:7 10379:1 10381:1 10384:7 10391:1 10417:2 10421:2 10425:1 10427:9 10429:2 10436:1 10437:16 10441:1 10447:4 10450:1 10451:2 10454:2 10455:1 10457:1 10460:2 10463:1 10468:1 10471:2 10485:1 10490:1 10501:1 10504:1 10509:1 10510:1 10511:1 10514:1 10516:1 10522:4 10527:3 10534:1 10536:3 10557:1 10562:1 10563:2 10588:2 10595:2 10596:4 10598:1 10607:1 10649:8 10652:5 10656:2 10676:1 10678:1 10686:1 10691:1 10697:1 10702:1 10707:1 10708:1 10713:1 10721:1 10732:1 10748:1 10750:1 10752:2 10762:1 10778:1 10785:1 10795:3 10796:5 10800:1 10805:1 10810:2 10811:1 10812:1 10813:1 10823:1 10833:1 10837:1 10849:1 10882:1 10895:1 10908:1 10911:3 10913:1 10926:1 10929:1 10935:3 10954:1 10969:1 10972:1 10974:1 10979:1 11000:1 11028:1 11043:1 11044:3 11045:1 11069:2 11081:1 11108:1 11113:1 11116:1 11128:1 11167:1 11181:1 11192:2 11199:1 11200:1 11201:1 11212:1 11236:1 11238:8 11240:2 11244:1 11249:2 11257:1 11260:4 11263:1 11270:1 11275:1 11276:1 11280:5 11281:2 11290:3 11294:2 11295:1 11298:2 11302:1 11306:2 11310:2 11312:1 11315:3 11322:1 11330:1 11341:1 11348:2 11351:2 11356:3 11361:1 11368:1 11370:2 11376:2 11377:3 11381:2 11388:2 11391:3 11392:1 11397:1 11410:2 11415:1 11423:1 11432:2 11435:1 11436:6 11437:2 11439:1 11445:1 11451:1 11461:1 11464:3 11471:1 11500:2 11503:1 11513:1 11517:1 11547:1 11548:1 11553:1 11559:1 11566:1 11569:1 11573:1 11584:1 11588:1 11592:1 11611:2 11613:1 11625:1 11629:2 11638:1 11640:1 11642:1 11644:1 11645:1 11652:1 11662:1 11664:3 11665:3 11676:2 11677:1 11689:1 11691:3 11694:9 11713:1 11759:1 11761:1 11780:8 11782:4 11786:2 11791:2 11815:1 11817:1 11846:4 11847:1 11850:2 11896:2 11906:2 11945:3 11952:1 11966:1 11969:1 11980:1 11983:4 11997:3 12006:3 12007:1 12017:2 12019:1 12026:1 12034:1 12037:1 12042:1 12043:2 12058:1 12077:6 12080:5 12081:1 12082:2 12083:2 12084:1 12090:8 12094:1 12095:2 12097:1 12098:1 12105:2 12112:2 12113:1 12114:1 12121:1 12123:1 12126:1 12166:1 12167:1 12169:1 12188:1 12197:2 12199:6 12203:1 12206:1 12213:1 12232:1 12238:11 12239:1 12244:1 12262:1 12263:1 12270:1 12272:1 12276:4 12282:1 12284:1 12285:1 12313:1 12315:1 12320:3 12325:1 12336:3 12338:1 12340:6 12351:1 12375:1 12377:1 12378:1 12380:1 12389:1 12400:1 12410:1 12411:13 12441:2 12463:1 12464:8 12469:2 12473:1 12476:1 12503:2 12508:1 12515:2 12517:1 12528:1 12535:4 12536:1 12542:2 12546:3 12556:1 12569:1 12576:1 12579:1 12584:1 12600:1 12601:6 12605:1 12618:1 12645:1 12655:1 12677:1 12687:1 12689:1 12710:1 12719:1 12720:4 12723:2 12727:1 12728:2 12742:1 12745:1 12747:1 12750:3 12753:1 12756:3 12759:1 12765:2 12766:4 12775:1 12776:1 12790:1 12811:1 12824:2 12829:2 12840:3 12862:1 12869:1 12872:1 12878:2 12882:1 12884:1 12894:2 12896:1 12899:1 12919:2 12922:1 12931:1 12936:2 12939:1 12940:1 12942:1 12950:1 12960:4 12994:3 13002:3 13010:1 13016:1 13023:1 13029:1 13030:1 13031:1 13038:1 13042:1 13045:1 13047:1 13059:1 13062:2 13082:1 13085:1 13086:2 13097:1 13106:1 13109:12 13113:2 13120:1 13151:1 13167:4 13168:2 13169:1 13170:1 13183:1 13185:1 13191:1 13195:3 13208:1 13222:1 13227:1 13244:1 13246:3 13247:1 13268:1 13270:1 13273:1 13275:1 13281:1 13295:1 13303:1 13313:1 13319:1 13323:1 13332:1 13345:1 13361:1 13372:2 13376:1 13380:1 13387:1 13389:1 13399:1 13406:1 13425:2 13427:1 13429:1 13433:3 13436:1 13447:2 13454:3 13456:1 13465:3 13479:1 13483:1 13486:1 13492:1 13508:1 13532:1 13538:1 13539:1 13541:1 13547:2 13561:1 13568:1 13573:2 13581:1 13588:1 13595:1 13597:1 13599:1 13616:1 13619:1 13621:2 13623:1 13631:4 13640:2 13659:1 13664:2 13671:3 13674:1 13680:1 13686:1 13690:7 13693:1 13709:1 13713:1 13723:2 13726:1 13751:5 13773:1 13795:1 13804:1 13806:1 13809:1 13817:2 13819:1 13824:1 13827:3 13833:2 13839:1 13842:1 13852:1 13853:5 13860:6 13861:1 13868:1 13879:2 13887:1 13891:1 13898:2 13903:1 13928:1 13931:2 13941:1 13945:2 13946:1 13947:2 13958:3 13959:1 13965:3 13976:1 13981:1 13989:1 14007:3 14030:1 14045:1 14051:1 14060:1 14081:2 14086:1 14088:4 14089:1 14104:2 14135:2 14146:1 14156:1 14158:1 14164:4 14170:4 14174:1 14192:1 14195:7 14208:1 14212:1 14219:1 14220:1 14223:6 14228:1 14248:1 14258:2 14290:1 14305:1 14306:1 14309:1 14310:1 14311:3 14313:1 14314:4 14315:5 14316:5 14317:2 14318:3 14320:4 14323:1 14324:2 14325:4 14329:2 14330:1 14331:2 14332:1 14333:1 14334:1 14335:7 14338:1 14342:1 14376:1 14378:3 14429:1 14431:1 14432:1 14444:1 14447:1 14449:1 14456:4 14479:1 14481:1 14483:1 14499:1 14503:1 14510:1 14520:1 14527:1 14528:1 14537:1 14546:1 14551:1 14567:1 14572:1 14573:3 14589:1 14607:1 14616:1 14622:1 14624:1 14628:1 14631:1 14638:1 14646:7 14659:1 14686:1 14689:1 14691:1 14695:1 14711:1 14720:2 14735:1 14736:1 14741:1 14761:1 14771:1 14782:18 14795:1 14817:2 14835:1 14838:1 14849:1 14856:1 14858:1 14859:1 14868:2 14875:2 14879:1 14900:3 14902:3 14914:2 14919:1 14925:1 14937:1 14945:3 14947:1 14948:2 14964:2 14966:2 14973:1 14974:1 14981:1 14997:1 15007:1 15013:1 15014:1 15019:3 15029:1 15035:1 15036:1 15042:1 15044:2 15051:1 15054:1 15058:1 15060:1 15061:2 15063:11 15075:1 15111:1 15122:1 15133:1 15138:1 15140:1 15146:4 15149:1 15165:1 15171:1 15179:2 15188:1 15195:1 15198:1 15200:1 15204:2 15224:1 15244:1 15254:2 15257:1 15259:2 15276:1 15277:1 15288:1 15312:3 15315:1 15316:1 15343:1 15349:1 15355:1 15357:1 15369:3 15370:1 15403:1 15405:1 15415:1 15419:1 15421:1 15438:4 15455:1 15477:1 15488:1 15492:1 15494:1 15497:2 15507:1 15517:1 15531:3 15540:3 15545:1 15548:1 15549:2 15551:1 15554:1 15562:1 15564:1 15572:1 15591:2 15611:1 15614:1 15624:1 15631:3 15632:1 15644:1 15671:1 15677:1 15686:1 15687:3 15688:1 15690:2 15704:1 15744:2 15745:1 15746:2 15760:1 15769:1 15781:1 15785:1 15790:1 15808:1 15817:1 15829:2 15842:3 15844:4 15852:1 15859:4 15860:1 15863:1 15864:2 15865:1 15878:5 15880:2 15884:1 15895:3 15896:1 15902:1 15904:1 15915:1 15931:1 15947:1 15961:1 15969:1 15970:1 15982:1 15983:1 15986:1 15991:3 16001:3 16003:4 16004:1 16005:1 16008:3 16020:1 16022:1 16037:1 16047:2 16055:5 16074:2 16088:1 16118:2 16129:7 16135:3 16140:1 16143:1 16144:1 16153:2 16167:1 16181:1 16190:1 16195:3 16196:1 16200:1 16204:1 16214:1 16218:1 16225:1 16252:1 16256:1 16265:1 16276:1 16284:1 16300:1 16301:2 16305:1 16312:2521 16315:2 16317:1 16318:1 16336:1 16338:1 16354:1 16375:5 16379:1 16394:2 16397:1 16405:1 16409:5 16417:2 16424:1 16426:1 16436:4 16458:1 16460:1 16463:1 16467:1 16485:2 16486:1 16491:1 16497:2 16500:1 16516:1 16529:1 16539:1 16541:1 16543:1 16567:1 16569:2 16570:1 16586:1 16600:1 16607:1 16614:1 16634:1 16635:1 16665:3 16668:2 16681:1 16688:1 16696:1 16709:1 16714:5 16734:1 16756:1 16762:1 16776:1 16780:12 16791:1 16793:3 16797:1 16826:1 16830:1 16846:1 16849:1 16854:1 16859:3 16872:1 16881:1 16900:2 16915:1 16924:3 16938:1 16946:1 16949:2 16950:1 16951:1 16956:1 16961:1 16991:4 16993:1 16997:1 17009:1 17012:1 17033:2 17045:3 17058:1 17069:5 17072:1 17096:2 17100:10 17104:1 17117:1 17118:2 17120:1 17139:1 17147:1 17148:1 17156:1 17169:1 17170:1 17172:12 17178:1 17187:1 17189:2 17208:2 17209:1 17211:1 17216:2 17220:1 17222:1 17241:1 17244:1 17252:2 17277:1 17281:1 17295:7 17296:1 17301:1 17304:1 17316:18 17319:1 17330:26 17333:4 17336:1 17349:2 17354:1 17374:4 17408:2 17411:1 17416:2 17424:2 17430:2 17431:1 17441:1 17452:1 17454:2 17467:3 17473:1 17491:1 17498:1 17506:2 17519:1 17535:5 17543:1 17549:2 17556:1 17558:1 17572:1 17573:1 17580:1 17597:1 17598:1 17612:1 17613:1 17625:1 17634:89 17640:1 17646:1 17649:2 17653:2 17657:1 17667:1 17672:1 17678:6 17680:1 17694:1 17701:2 17721:1 17723:1 17727:1 17729:1 17741:1 17751:1 17756:1 17775:2 17776:1 17781:1 17783:11 17792:1 17793:2 17799:18 17800:1 17807:4 17811:1 17860:3 17876:1 17881:6 17882:1 17884:3 17886:1 17887:1 17888:2 17889:1 17890:1 17891:2 17893:1 17897:3 17899:2 17900:1 17901:1 17902:2 17905:5 17906:7 17907:2 17930:1 17953:1 17956:1 17963:1 17968:1 17970:1 17979:1 17980:1 17984:1 17990:1 17995:1 17999:1 18000:1 18017:1 18018:3 18019:1 18026:1 18033:1 18037:1 18057:2 18059:1 18061:3 18062:2 18066:1 18079:1 18083:1 18092:1 18101:1 18103:1 18110:1 18111:1 18118:1 18127:4 18151:2 18157:1 18160:1 18162:3 18190:3 18208:3 18211:1 18213:1 18221:5 18224:1 18225:7 18241:1 18249:2 18256:1 18261:1 18264:1 18266:1 18277:1 18285:1 18293:1 18307:1 18312:1 18320:2 18323:1 18334:1 18336:1 18352:1 18364:1 18369:1 18377:1 18378:1 18380:1 18386:1 18390:1 18396:1 18398:1 18403:1 18406:9 18411:1 18414:2 18422:1 18423:2 18433:1 18440:1 18443:2 18445:6 18450:1 18455:2 18470:2 18472:1 18485:1 18487:1 18536:1 18550:2 18561:6 18569:2 18574:1 18592:2 18593:1 18597:1 18608:1 18615:1 18671:1 18695:1 18696:1 18698:1 18701:3 18703:2 18708:2 18709:1 18716:1 18719:3 18725:4 18740:1 18747:1 18755:1 18757:1 18760:1 18766:1 18767:1 18768:1 18774:1 18783:1 18785:1 18795:2 18801:2 18814:1 18816:2 18822:1 18833:1 18834:1 18837:2 18839:1 18844:3 18849:1 18858:1 18869:1 18889:1 18896:1 18913:1 18921:1 18922:1 18924:1 18930:1 18938:2 18940:1 18943:1 18958:1 18961:4 18963:1 18964:1 18965:1 18968:2 18994:2 19004:1 19005:1 19013:1 19024:1 19029:3 19038:1 19043:2 19045:1 19053:1 19056:1 19062:1 19077:1 19080:1 19084:1 19085:1 19088:1 19097:4 19100:26 19104:1 19125:1 19131:2 19153:3 19156:1 19169:1 19171:2 19181:6 19194:1 19197:1 19209:1 19219:2 19221:5 19223:1 19224:2 19229:1 19243:1 19246:1 19250:3 19257:2 19262:2 19271:2 19282:2 19290:1 19312:1 19317:7 19320:3 19329:1 19331:2 19332:1 19333:1 19338:1 19339:1 19349:13 19350:1 19351:4 19352:1 19355:2 19363:2 19372:1 19374:1 19383:9 19394:1 19408:8 19418:1 19424:1 19438:1 19439:1 19441:1 19443:2 19452:2 19454:1 19467:3 19476:1 19479:1 19482:1 19483:1 19494:1 19500:1 19501:3 19504:2 19505:1 19506:1 19507:1 19510:5 19516:2 19519:1 19532:1 19536:1 19539:1 19559:2 19562:1 19566:1 19569:2 19576:1 19588:1 19589:2 19590:1 19594:3 19596:1 19607:3 19609:1 19613:1 19620:4 19622:1 19632:1 19634:2 19637:1 19645:2 19653:1 19659:1 19664:3 19678:2 19680:1 19681:8 19682:1 19702:1 19707:1 19712:1 19716:1 19721:1 19725:1 19732:1 19736:5 19740:2 19742:5 19753:1 19759:1 19765:1 19770:1 19781:1 19784:1 19793:1 19795:1 19809:1 19815:1 19824:4 19833:2 19834:1 19849:1 19850:3 19867:1 19870:1 19900:3 19906:1 19915:1 19916:1 19927:1 19953:4 19964:10 19980:1 19994:2 19998:1 20028:2 20048:1 20049:1 20050:3 20067:1 20071:2 20076:1 20077:1 20080:1 20085:18 20087:1 20088:1 20098:1 20102:1 20110:2 20123:1 20127:4 20128:1 20130:1 20143:1 20159:1 20165:1 20169:1 20173:1 20175:1 20189:1 20193:1 20196:2 20201:1 20207:1 20211:1 20217:2 20221:1 20235:1 20240:1 20251:3 20255:2 20268:1 20271:2 20276:1 20280:2 20307:2 20314:1 20329:2 20333:1 20336:1 20340:1 20401:1 20407:1 20413:1 20422:1 20440:2 20442:1 20445:7 20448:2 20460:1 20466:1 20474:1 20481:2 20502:3 20519:1 20523:1 20526:1 20530:1 20531:2 20557:1 20560:1 20566:1 20568:2 20577:1 20585:4 20599:1 20604:2 20607:1 20608:4 20610:4 20623:1 20632:1 20633:1 20634:1 20641:1 20653:1 20662:1 20663:1 20672:1 20674:1 20676:2 20680:1 20684:3 20687:3 20691:2 20692:1 20696:2 20699:1 20709:1 20713:1 20722:3 20723:2 20727:1 20730:1 20735:1 20736:1 20739:1 20742:1 20753:2 20755:1 20763:1 20781:1 20788:2 20790:3 20792:1 20798:1 20812:1 20814:1 20815:1 20822:2 20823:1 20825:1 20840:1 20845:1 20852:1 20889:1 20895:1 20912:1 20928:2 20929:7 20930:2 20936:1 20944:1 20974:1 20980:1 20986:1 20989:1 21023:1 21036:5 21056:1 21068:1 21070:1 21071:3 21076:2 21099:1 21105:2 21116:1 21129:1 21134:1 21138:1 21145:2 21150:3 21166:1 21173:1 21179:1 21187:1 21192:1 21195:2 21198:1 21222:1 21223:2 21232:2 21233:1 21247:1 21249:3 21251:1 21255:1 21257:2 21272:3 21273:1 21274:3 21283:1 21284:3 21296:1 21301:1 21302:1 21305:1 21306:1 21310:2 21316:2 21334:1 21335:1 21340:1 21348:1 21386:2 21387:2 21394:1 21396:2 21411:2 21424:1 21426:1 21431:1 21437:1 21455:1 21462:2 21463:3 21469:1 21474:1 21479:3 21486:1 21490:1 21496:1 21497:4 21511:1 21516:3 21528:2 21534:1 21538:1 21543:1 21544:3 21547:1 21566:1 21567:2 21580:1 21599:1 21606:1 21607:2 21608:1 21610:1 21613:4 21615:4 21619:7 21621:1 21627:1 21629:1 21641:2 21645:1 21650:4 21653:1 21656:2 21690:1 21700:1 21703:1 21710:1 21721:1 21727:1 21728:1 21730:1 21734:2 21743:1 21745:1 21763:1 21764:1 21772:2 21783:1 21788:1 21793:1 21809:1 21817:1 21838:1 21844:2 21850:1 21855:1 21860:1 21871:1 21892:2 21898:1 21903:2 21904:1 21906:4 21914:1 21918:2 21929:1 21932:2 21938:1 21949:1 21962:2 21973:1 22003:1 22006:2 22013:1 22033:1 22053:1 22068:1 22077:1 22078:2 22093:2 22094:1 22098:2 22112:1 22163:8 22169:1 22184:8 22188:1 22220:1 22222:1 22228:2 22229:1 22232:1 22237:3 22249:1 22259:2 22260:3 22261:1 22268:2 22273:1 22276:1 22284:1 22297:1 22300:1 22303:1 22304:2 22305:1 22315:2 22319:2 22325:1 22327:4 22330:1 22351:1 22370:2 22396:2 22399:1 22410:1 22416:1 22419:3 22422:1 22440:1 22445:3 22471:3 22473:3 22475:1 22480:10 22481:1 22485:1 22486:1 22490:1 22498:3 22519:1 22520:4 22535:1 22542:1 22546:2 22548:1 22564:1 22574:7 22575:4 22586:1 22588:1 22589:1 22590:1 22611:1 22614:1 22615:3 22619:1 22628:1 22639:2 22644:1 22652:1 22671:1 22675:2 22676:1 22690:5 22704:2 22706:1 22707:1 22718:3 22723:5 22725:1 22733:1 22742:2 22754:3 22758:2 22766:6 22775:1 22788:1 22806:1 22807:1 22808:1 22811:1 22820:3 22822:1 22829:2 22831:2 22832:1 22843:1 22844:1 22847:1 22851:1 22852:1 22857:3 22859:1 22860:1 22867:1 22868:1 22883:1 22886:1 22888:1 22892:1 22898:1 22906:1 22925:1 22935:6 22942:1 22944:1 22973:1 22974:2 22980:6 22981:1 22989:1 23000:9 23002:1 23003:1 23007:1 23015:4 23018:1 23024:1 23036:2 23037:1 23045:1 23062:4 23075:1 23077:2 23088:4 23093:1 23108:1 23117:1 23124:1 23130:1 23132:1 23138:1 23147:1 23151:1 23166:1 23174:1 23198:1 23204:2 23206:1 23207:2 23211:1 23215:1 23216:1 23218:1 23255:1 23266:2 23268:1 23270:1 23275:3 23277:3 23279:1 23289:2 23295:1 23305:1 23316:2 23318:2 23322:1 23347:2 23348:1 23351:1 23353:2 23359:1 23364:1 23366:1 23370:1 23391:1 23393:1 23402:1 23410:1 23420:1 23426:2 23444:4 23451:1 23482:1 23490:1 23500:1 23506:1 23507:3 23524:3 23525:1 23526:1 23527:2 23536:3 23546:2 23553:1 23568:1 23572:2 23576:1 23577:1 23583:1 23599:1 23601:1 23611:1 23644:1 23653:1 23656:1 23661:1 23702:3 23705:1 23724:1 23731:1 23732:2 23738:1 23744:1 23746:1 23752:1 23753:2 23754:1 23774:1 23776:1 23787:1 23800:2 23810:1 23814:2 23820:1 23823:1 23824:1 23829:1 23830:1 23852:1 23862:1 23863:2 23870:1 23872:1 23875:4 23883:4 23899:2 23903:1 23904:1 23913:2 23918:1 23919:1 23921:2 23945:2 23969:1 23970:2 23979:3 23987:1 23989:1 23992:1 23996:1 23998:2 24006:1 24007:2 24017:1 24038:2 24040:3 24041:3 24042:1 24043:1 24045:2 24049:1 24056:2 24058:2 24063:1 24065:6 24075:4 24077:1 24078:1 24083:2 24092:1 24093:1 24094:1 24108:1 24119:2 24124:1 24126:1 24129:1 24135:3 24136:1 24137:1 24142:1 24153:1 24155:1 24156:4 24201:1 24210:1 24221:1 24225:1 24236:1 24243:1 24245:4 24258:1 24260:1 24264:1 24285:1 24291:1 24292:1 24293:1 24304:4 24321:1 24324:1 24332:2 24336:16 24351:1 24365:2 24367:1 24409:1 24449:2 24463:2 24482:1 24486:1 24502:1 24516:2 24519:1 24531:1 24546:1 24550:1 24551:1 24556:1 24569:1 24573:1 24575:2 24576:1 24579:1 24580:1 24581:1 24593:1 24599:1 24600:1 24601:1 24612:7 24627:2 24635:1 24639:2 24652:39 24671:1 24674:1 24675:1 24686:6 24688:2 24689:1 24696:1 24714:1 24723:2 24745:3 24747:1 24754:1 24763:2 24770:2 24778:1 24784:2 24785:1 24789:1 24802:1 24803:1 24814:3 24829:1 24835:1 24838:4 24863:1 24876:2 24883:4 24886:2 24896:1 24902:1 24903:1 24918:1 24930:2 24937:1 24940:1 24947:1 24954:2 24955:1 24967:1 24968:1 24969:1 24977:1 24984:1 24985:1 24987:1 24989:1 24990:1 24995:1 25004:1 25006:7 25016:1 25023:1 25029:2 25031:2 25061:1 25062:1 25063:1 25064:4 25066:1 25067:1 25106:1 25112:1 25119:4 25122:7 25133:1 25148:1 25168:3 25174:1 25214:1 25221:3 25222:1 25232:1 25250:1 25254:1 25259:2 25266:4 25283:1 25285:1 25293:2 25296:1 25312:1 25326:1 25329:1 25332:1 25351:1 25361:1 25370:1 25392:1 25394:1 25398:2 25402:2 25409:1 25426:1 25435:1 25436:1 25452:1 25456:1 25465:2 25467:1 25470:1 25482:1 25491:1 25498:2 25503:1 25518:1 25528:1 25533:2 25550:1 25555:1 25567:1 25579:2 25582:2 25621:4 25626:1 25635:1 25638:1 25643:1 25645:1 25652:5 25661:1 25667:2 25671:1 25675:3 25679:1 25684:2 25695:2 25700:1 25707:1 25710:1 25711:2 25712:1 25717:1 25719:7 25720:1 25722:2 25723:1 25724:1 25725:1 25727:1 25730:1 25735:1 25743:1 25746:1 25756:1 25762:2 25765:1 25768:1 25770:1 25777:1 25782:1 25789:1 25801:1
|
2d1c5c2cf4c62b85e1cbf79cb50f7ac168fd240e | 4bbc2bd7e905b75d38d36d8eefdf3e34ba805727 | /ee/contrib/dspic/macros/codegen/write_code_odoit.sci | b61999f1b68a902d892179dc6b7443df231d67d4 | [] | no_license | mannychang/erika2_Scicos-FLEX | 397be88001bdef59c0515652a365dbd645d60240 | 12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba | refs/heads/master | 2021-02-08T17:01:20.857172 | 2012-07-10T12:18:28 | 2012-07-10T12:18:28 | 244,174,890 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,663 | sci | write_code_odoit.sci |
//==========================================================================
//write_code_odoit : generate body of the code for
// ordering calls of blocks before
// continuous time integration
//
//input : flag : flag number for block's call
//
//output : txt for flag 0
//
//12/07/07 Alan Layec
//Copyright INRIA
// Modified for RT purposes by Roberto Bucher - RTAI Team
// [email protected]
function [txt]=write_code_odoit(flag)
txt=[];
for j=1:noord
bk=oord(j,1);
pt=oord(j,2);
//** blk
if funtyp(bk)>-1 then
txt2=call_block42(bk,pt,flag);
if txt2<>[] then
txt=[txt;
' '+txt2
''];
end
//** ifthenelse blk
elseif funtyp(bk)==-1 then
ix=-1+inplnk(inpptr(bk));
TYPE=mat2c_typ(outtb(ix+1)); //** scilab index start from 1
thentxt=write_code_ozdoit(clkptr(bk),flag);
elsetxt=write_code_ozdoit(clkptr(bk)+1,flag);
if thentxt<>[] | elsetxt<>[] then
txt=[txt;
' '+get_comment('ifthenelse_blk',list(bk));]
//** C **//
tmp_='*(('+TYPE+' *)'+rdnom+'_block_outtbptr['+string(ix)+'])'
txt=[txt;
' if ((block_'+rdnom+'['+string(bk-1)+'].nmode<0'+...
' && '+tmp_+'>0)'+...
' || \'
' (block_'+rdnom+'['+string(bk-1)+'].nmode>0'+...
' && block_'+rdnom+'['+string(bk-1)+'].mode[0]==1)) {']
//*******//
txt=[txt;
Indent+thentxt]
//** C **//
txt=[txt;
' }'];
//*******//
if elsetxt<>[] then
//** C **//
txt=[txt;
' else if ((block_'+rdnom+'['+string(bk-1)+'].nmode<0'+...
' && '+tmp_+'<=0)'+...
' || \'
' (block_'+rdnom+'['+string(bk-1)+'].nmode>0'+...
' && block_'+rdnom+'['+string(bk-1)+'].mode[0]==2)) {';]
//*******//
txt=[txt;
Indent+elsetxt]
//** C **//
txt=[txt;
' }'];
//*******//
end
end
//** eventselect blk
elseif funtyp(bk)==-2 then
Noutport=clkptr(bk+1)-clkptr(bk);
ix=-1+inplnk(inpptr(bk));
TYPE=mat2c_typ(outtb(ix+1)); //** scilab index start from 1
II=[];
switchtxt=list()
for i=1: Noutport
switchtxt(i)=write_code_ozdoit(clkptr(bk)+i-1,flag);
if switchtxt(i)<>[] then II=[II i];end
end
if II<>[] then
txt=[txt;
' '+get_comment('evtselect_blk',list(bk));]
//** C **//
tmp_='*(('+TYPE+' *)'+rdnom+'_block_outtbptr['+string(ix)+'])'
txt=[txt;
' if (block_'+rdnom+'['+string(bk-1)+'].nmode<0) {';
' i=max(min((int) '+...
tmp_+',block_'+rdnom+'['+string(bk-1)+'].evout),1);'
' }'
' else {'
' i=block_'+rdnom+'['+string(bk-1)+'].mode[0];'
' }']
txt=[txt;
' switch(i)'
' {'];
//*******//
for i=II
//** C **//
txt=[txt;
' case '+string(i)+' :';]
//*******//
txt=[txt;
BigIndent+write_code_ozdoit(clkptr(bk)+i-1,flag);]
//** C **//
txt=[txt;
BigIndent+'break;']
//*******//
end
//** C **//
txt=[txt;
' }'];
//*******//
end
//** Unknown block
else
error('Unknown block type '+string(bk));
end
end
endfunction
|
4901a58f08a4fb844da659740572292de327b69b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH12/EX12.15/ex12_15.sce | bfedd1951a8bab3cbf6532b488c686c33d52ca28 | [] | 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 | 291 | sce | ex12_15.sce | clc;
m=1.67*10^-27; //mass of proton in kg
g=9.8; //gravitational constant in m/sec square
e=1.6*10^-19; //charge on electron in coulomb
E=(m*g)/e; //calculating Electric field in V/m using e*E=m*g
disp(E,"Electric Field in V/metre = "); //displaying result |
3e57b8009a8f9eeac92d55b300e32d6690ba01e6 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/dsgnmtrcs.sce | 7ae14d79834df6edeab994095c7eba1a36d7b03e | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 16,266 | sce | dsgnmtrcs.sce | dgn=figure('figure_position',[300,300],'figure_size',[300,300],'auto_resize','on','background',[27],'figure_name','Design Metrics');
delmenu(dgn.figure_id,gettext('File'))
delmenu(dgn.figure_id,gettext('?'))
delmenu(dgn.figure_id,gettext('Tools'))
delmenu(dgn.figure_id,gettext('Edit'))
toolbar(dgn.figure_id,'off')
dgn.color_map = hotcolormap(32)
handles.dummy = 0;
handles.Power=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.26,0.86,0.22,0.14],'Relief','flat','SliderStep',[0.01,0.1],'String','Power','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Power','Callback','');
handles.Power_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.41,0.86,0.28,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Power_val','Callback','');
handles.Power_w=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[0,0,0],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.7,0.86,0.22,0.14],'Relief','flat','SliderStep',[0.01,0.1],'String','W','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Power_w','Callback','');
handles.Area=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[0,0,0],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.15,0.76,0.7,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','FPAA Area Percentage Utilized','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Area','Callback','');
handles.Area_Si=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.03,0.64,0.22,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','Elements','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Area_Si','Callback','');
handles.AreaSi_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.25,0.63,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','AreaSi_val','Callback','');
handles.AreaSi_per=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[16],'FontUnits','points','FontWeight','bold','ForegroundColor',[0,0,0],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.35,0.64,0.05,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','%','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','AreaSi_per','Callback','');
handles.Area_Tile1=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.43,0.64,0.1,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','CAB','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Area_Tile1','Callback','');
handles.AreaTile_val1=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.54,0.63,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','AreaTile_val1','Callback','');
handles.AreaTile_per1=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[16],'FontUnits','points','FontWeight','bold','ForegroundColor',[0,0,0],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.64,0.64,0.15,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','%','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','AreaTile_per1','Callback','');
handles.Area_Tile2=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.71,0.64,0.1,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','CLB','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Area_Tile2','Callback','');
handles.AreaTile_val2=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.82,0.63,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','AreaTile_val2','Callback','');
handles.AreaTile_per2=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[16],'FontUnits','points','FontWeight','bold','ForegroundColor',[0,0,0],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.92,0.64,0.4,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','%','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','AreaTile_per2','Callback','');
handles.Enum=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','bold','ForegroundColor',[0,0,0],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.033,0.52,0.93,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','Number of Individual FPAA Components','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Enum','Callback','');
handles.Eota=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.08,0.4,0.11,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','OTA','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Eota','Callback','');
handles.Eota_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.19,0.39,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Eota_val','Callback','');
handles.Efgota=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.36,0.4,0.18,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','FGOTA','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Efgota','Callback','');
handles.Efgota_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.54,0.39,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Efgota_val','Callback','');
handles.Ecap=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.71,0.4,0.1,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','CAP','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Ecap','Callback','');
handles.Ecap_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.82,0.39,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Ecap_val','Callback','');
handles.Enfet=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.06,0.22,0.13,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','NFET','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Enfet','Callback','');
handles.Enfet_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.19,0.22,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Enfet_val','Callback','');
handles.Epfet=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.36,0.22,0.13,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','PFET','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Epfet','Callback','');
handles.Epfet_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.49,0.22,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Epfet_val','Callback','');
handles.Etgate=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.65,0.22,0.17,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','TGATE','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Etgate','Callback','');
handles.Etgate_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.82,0.22,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Etgate_val','Callback','');
handles.Enmirror=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.06,0.05,0.23,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','NMIRROR','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Enmirror','Callback','');
handles.Enmirror_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.29,0.05,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Enmirror_val','Callback','');
handles.Eble=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.44,0.05,0.13,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','BLE','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Eble','Callback','');
handles.Eble_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.54,0.05,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Eble_val','Callback','');
handles.Efg=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.68,0.05,0.1,0.12],'Relief','flat','SliderStep',[0.01,0.1],'String','FGs','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Efg','Callback','');
handles.Efg_val=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,1],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[0,0,0],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.78,0.05,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Efg_val','Callback','');
handles.Efg_per=uicontrol(dgn,'unit','normalized','BackgroundColor',[1,1,0.4],'Enable','on','FontAngle','normal','FontName','mukti narrow','FontSize',[16],'FontUnits','points','FontWeight','bold','ForegroundColor',[0,0,0],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.88,0.05,0.1,0.13],'Relief','flat','SliderStep',[0.01,0.1],'String','%','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Efg_per','Callback','');
|
d49c03a98751fc176241646b8119f89554418f60 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH6/EX6.6/6.sce | 6e294d65bb87d83b0b877fbe81e0b706a38e9709 | [] | 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,074 | sce | 6.sce | clc
clear
//Input data
u=900*(5/18) //Flight velocity in m/s
ma=3000/60 //Mass flow rate of air in kg/s
dh=200 //Enthalpy drop of nozzle in kJ/kg
eff_n=0.9 //Nozzle efficiency
AFR=85 //Air fuel ratio
eff_cc=0.95 //Combustion efficiency
CV=42000 //Calorific value in kJ/kg
//Calculation
mf=ma/AFR //Mass flow rate of fuel in kg/s
m=ma+mf //Mass flow rate of gas in kg/s
Cj=sqrt(2*eff_n*dh*10^3) //Jet velocity in m/s
sig=u/Cj //Jet speed ratio
F=((m*Cj)-(ma*u))*10^-3 //Thrust in kN
Pt=F*u //Thrust power in kW
Pp=0.5*((m*Cj^2)-(ma*u^2))*10^-3 //Propulsive power in kW
HS=eff_cc*mf*CV //Heat supplied in kW
eff_ther=(Pp/HS)*100 //Efficiency of turbine in %
eff_prop=(Pt/Pp)*100 //Propulsive efficiency of the cycle in %
eff=(Pt/HS)*100 //Overall efficiency in %
//Output
printf('(A)Propulsive power is %3.2f kW\n (B)Thrust power is %3.1f kW\n (C)Propulsive efficiency is %3.3f percent\n (D)Thermal efficiency is %3.2f percent\n (E)Total fuel consumption is %3.3f kg/s\n (F)Overall efficiency is %3.3f percent',Pp,Pt,eff_prop,eff_ther,mf,eff)
|
16c530e0cad085e2ac45219e17567e0243ed2ba1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH10/EX10.12/Ex10_12.sce | 8ca8046a97f2383edcc5b1d03b7b06105793adc7 | [] | 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,409 | sce | Ex10_12.sce |
//
//
pi=20
cb=550
rlb=375.5
g1=0.5
g2=-0.7
//a
vc=((g1-g2)*20)/0.1
printf("\n length of vertical curve = %0.3f ",vc)
//b,c
ca=cb-(vc/2)
cc=ca+vc
printf("\n chainage of A %0.3f ",ca)
printf("\n chainage of C %0.3f ",cc)
//d,e,f,g
rla=rlb-((g1*0.5*vc)/100)
rlc=rlb-((-g2*0.5*vc)/100)
rle=0.5*(rla+rlc)
rlf=0.5*(rlb+rle)
printf("\n Rl of A %0.3f ",rla)
printf("\n Rl of C %0.3f ",rlc)
printf("\n Rl of E %0.3f ",rle)
printf("\n Rl of F %0.3f ",rlf)
//h
tc=rlb-rlf
printf("\n tangent correction at the apex = %0.3f ",tc)
//i
tc1=((g1-g2)*(%pi*%pi))/(400*0.5*vc)
tc2=((g1-g2)*(2*%pi*2*%pi))/(400*0.5*vc)
tc3=((g1-g2)*(3*%pi*3*%pi))/(400*0.5*vc)
tc4=((g1-g2)*(4*%pi*4*%pi))/(400*0.5*vc)
tc5=((g1-g2)*(5*%pi*5*%pi))/(400*0.5*vc)
tc6=((g1-g2)*(6*%pi*6*%pi))/(400*0.5*vc)
printf("\n tangent correction at 1st,2nd,3rd,4th,5th,6th, points %0.3f %0.3f %0.3f %0.3f %0.3f %0.3f",tc1,tc2,tc3,tc4,tc5,tc6)
//j
rp=(g1*%pi)/100
rl1=rla+rp
rl2=rl1+rp
rl3=rl2+rp
rl4=rl3+rp
rl5=rl4+rp
rl6=rl5+rp
printf("\n RL of the points on grade')
printf("\n rl1,rl2,rl3,rl4,rl5,rl6")
//k
rlc1=rl1-tc1
rlc2=rl2-(tc2)
rlc3=rl3-(tc3)
rlc4=rl4-(tc4)
rlc5=rl5-(tc5)
rlc6=rl6-(tc6)
printf("\n RL of the points on curve')
printf("\n rlc1,rlc2,rlc3,rlc4,rlc5,rlc6")
//l
fp=0.14
rlg5=rlb-fp
rlg4=rlg5-fp
rlg3=rlg4-fp
rlg2=rlg3-fp
rlg1=rlg2-fp
printf("\n Rls of points on the grade right side')
printf("\n rlg5,rlg4,rlg3,rlg2,rlg1")
|
42f8ddb42851f4bdff0a8e3763d05e19e990937e | bd4a88a5c028a801cbf0e414d2630de1c1e35449 | /scilab/GenerateData.sci | da29655c221434467991ab6b4401b5c391aa1dd3 | [] | no_license | edielsonpf/turning-signal-analysis | 625783cea26b029c87925f96af4ac14aa38c8ae8 | 2fd594e79395caa72f5cebc378878367ff0e7f01 | refs/heads/master | 2021-03-13T00:01:23.673430 | 2018-12-24T14:44:39 | 2018-12-24T14:44:39 | 41,508,152 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,628 | sci | GenerateData.sci | function [Xtrain,Dtrain,Xtest,Dtest]= GenerateData(TrainingRate, file_name)
DEFINE_DBG=0;
//definitions
NUM_REPLICAS = 15;
NUM_EXP = 10;
NUM_TRAINING=round(TrainingRate*NUM_REPLICAS);
// read csv file
StringData = read_csv(file_name);
data = evstr(StringData);
if DEFINE_DBG == 1 then
disp(data);
end
//mounting training and testing sets
Xtrain=[];
Xtest=[];
train=1;
test=1;
for j=1:NUM_REPLICAS
for i=1:NUM_EXP
if(j<=NUM_TRAINING)
if DEFINE_MFCC == 1 then
Xtrain(train,1)=data((j-1)*NUM_EXP+i,MFCC1);
Xtrain(train,2)=data((j-1)*NUM_EXP+i,MFCC2);
elseif DEFINE_PC1 == 1 then
Xtrain(train,1)=data((j-1)*NUM_EXP+i,PC1);
elseif DEFINE_PC1_PC2 == 1 then
Xtrain(train,1)=data((j-1)*NUM_EXP+i,PC1);
Xtrain(train,2)=data((j-1)*NUM_EXP+i,PC2);
elseif DEFINE_PC1_PC2_PC3 == 1 then
Xtrain(train,1)=data((j-1)*NUM_EXP+i,PC1);
Xtrain(train,2)=data((j-1)*NUM_EXP+i,PC2);
Xtrain(train,3)=data((j-1)*NUM_EXP+i,PC3);
elseif DEFINE_PC1_PC2_PC3_PC4 == 1 then
Xtrain(train,1)=data((j-1)*NUM_EXP+i,PC1);
Xtrain(train,2)=data((j-1)*NUM_EXP+i,PC2);
Xtrain(train,3)=data((j-1)*NUM_EXP+i,PC3);
Xtrain(train,4)=data((j-1)*NUM_EXP+i,PC4);
else
Xtrain(train,1)=data((j-1)*NUM_EXP+i,PC1);
// Xtrain(train,2)=data((j-1)*NUM_EXP+i,f);
end
Dtrain(train,:)=data((j-1)*NUM_EXP+i,17:19);
train=train+1;
else
if DEFINE_MFCC == 1 then
Xtest(test,1)=data((j-1)*NUM_EXP+i,MFCC1);
Xtest(test,2)=data((j-1)*NUM_EXP+i,MFCC2);
elseif DEFINE_PC1 == 1 then
Xtest(test,1)=data((j-1)*NUM_EXP+i,PC1);
elseif DEFINE_PC1_PC2 == 1 then
Xtest(test,1)=data((j-1)*NUM_EXP+i,PC1);
Xtest(test,2)=data((j-1)*NUM_EXP+i,PC2);
elseif DEFINE_PC1_PC2_PC3 == 1 then
Xtest(test,1)=data((j-1)*NUM_EXP+i,PC1);
Xtest(test,2)=data((j-1)*NUM_EXP+i,PC2);
Xtest(test,3)=data((j-1)*NUM_EXP+i,PC3);
elseif DEFINE_PC1_PC2_PC3_PC4 == 1 then
Xtest(test,1)=data((j-1)*NUM_EXP+i,PC1);
Xtest(test,2)=data((j-1)*NUM_EXP+i,PC2);
Xtest(test,3)=data((j-1)*NUM_EXP+i,PC3);
Xtest(test,4)=data((j-1)*NUM_EXP+i,PC4);
else
Xtest(test,1)=data((j-1)*NUM_EXP+i,PC1);
// Xtest(test,2)=data((j-1)*NUM_EXP+i,f);
end
Dtest(test,:)=data((j-1)*NUM_EXP+i,17:19);
test=test+1;
end
end
end
if DEFINE_DBG==1 then
disp(size(Xtrain));
disp(size(Xtest));
disp(size(Dtrain));
disp(size(Dtest));
end
endfunction
|
97894ef070bad07f046339ead23cd1550ce2111d | 46e52b7010c1dc6beb86c615f0d59494c00e6554 | /tp3/src/tests/test11.tst | 105effcba5b134db920b519ab90ea273f31ba7c7 | [] | no_license | impronunciable/so2015 | 22bd1cf0831c29d091a3f94bc36342ebb51b7aed | 8bdabf28dc17ca4c92a264036c0fbe9c31430de3 | refs/heads/master | 2020-04-14T12:25:47.123488 | 2015-11-10T22:00:51 | 2015-11-10T22:00:51 | 41,392,542 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | tst | test11.tst | bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
|
030f8ee1c30f6be9c28418832606e0a4e2854b7c | 36e294af022143c4ad0adaf1a40183c8114cb39a | /Scripts/create_threshold_data.sce | f39bfda649ba836ee6c12257a5e7d9deb3c42293 | [] | no_license | pflynn/Spectrum_analysis | d6388a46f686912a4d4a543f18b2a49063374506 | eb31f3349fdf4f16227b25782d40937b126b297e | refs/heads/master | 2016-09-05T17:10:44.896865 | 2011-06-27T15:01:20 | 2011-06-27T15:01:20 | 1,960,672 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,107 | sce | create_threshold_data.sce | // Second stage
//Creating csv files with 501 values of 1(exceeds threshold) or 0(does not exceed threshold)
//
for j = 1:num_of_samples
// 'number' is used to pick the desired file at hand
// 'number' has to be a string as it is used as part of a file name
number = string(j);
// A becomes a list of the 250 trace1 values
// evstr() changes them from string to numerical values because they are stored as strings in the csv files
//
//
if (j == 1)
A = evstr(read_csv('C:\Documents and Settings\pflynn\Desktop\Results'+'/'+ band_name + number +'.csv'));
B = (A>threshold)*1;
else
A = evstr(read_csv('C:\Documents and Settings\pflynn\Desktop\Results'+'/'+ band_name + number +'.csv'));
C = (A>threshold)*1;
B = B + C;
// creates a list of strings of either 1 or 0 depending on wheather the value
// exceeds the threshold or not.
end
end
B = string(B)
//end
// Creates and saves files used for getting duty cycle plots
write_csv(B,'C:\Documents and Settings\pflynn\Desktop\Duty cycle plot data'+ '/dc '+ band_name +'.csv');
clear A
clear B
clear C |
8ae191c389e3f0cbaa9eb535befbd6125661b662 | 4bb2823f42f3f993d59b12346565eb9c5fda8b87 | /summary.sce | fc3a48e5518bebf1774e93be8eade1a07cca62e2 | [
"MIT"
] | permissive | szotaa/random-walk | 4dd21aba5aa6c1f83a13e788be434579b884efd6 | 7b659722fe31badf1cc842d26aa740ebdf2f1f88 | refs/heads/master | 2020-03-23T03:19:13.124310 | 2018-07-15T12:28:01 | 2018-07-15T12:28:01 | 141,023,850 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,179 | sce | summary.sce | /**
* Summarizes generation method properites like mean of point and their standard deviation.
*
* @param generationMethod - callback used for points generation.
* Currently supported: generateGaussianPositions, generateFixedPositions, generateCauchyPositions
* @param numOfParticles - number of particles
* @param amount - number of positions for each particle
* @author Jakub Szota
*/
function [meanX, meanY, stDeviation] = summary(generationMethod, numOfParticles, amount)
if amount < 0 then
error('amount must be greater than 0');
end
if numOfParticles < 1 then
error('numOfParticles must be greater or equal to 1');
end
meanX = zeros(1, amount);
meanY = zeros(1, amount);
stDeviation = zeros(1, amount);
for i = 1 : numOfParticles
[x, y] = generationMethod(amount);
for j = 1 : amount
meanX(j) = meanX(j) + mean(x(1:j));
meanY(j) = meanY(j) + mean(y(1:j));
stDeviation(j) = sqrt(stdev(x(1 : j))^2 + stdev(y(1 : j))^2);
end
end
meanX = meanX / numOfParticles;
meanY = meanY / numOfParticles;
stDeviation = stDeviation / numOfParticles;
endfunction
|
0c100fa81dc872b0abbe9ee7eda52e8ee2947b6a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1309/CH3/EX3.5/ch3_5.sce | 0ff8a7bd2506f6cde8ea992df87016b80e224f7d | [] | 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,035 | sce | ch3_5.sce | clc;
clear;
printf("\t\t\tChapter3_example5\n\n\n");
// (a) Using the pin-fin equations for the case where the exposed tip is assumed insulated, graph the temperature distribution existing within the rod. (b) Use the numerical formulation of this section to obtain the temperature distribution. (c) Compare the two models to determine how well the numerical results approximate the exact results
h=1.1; // convective coefficient in BTU/(hr.ft^2. degree R)
Tw=200;
T_inf=68; // ambient temperature
printf("\n\t\t\tSolution to part (a)\n");
k=0.47; // thermal conductivity in BTU/(hr.ft.degree R) from table B3
D=0.25/12; // diameter in ft
A=%pi*D^2/4; // cross sectional area in ft^2
P=%pi*D; // perimeter in ft
printf("\nThe cross sectional area is %.3e sq.ft and Perimeter is %.3e ft",A,P);
L=6/12; // length in ft
mL=L*((h*P)/(k*A))^0.5;
printf("\nThe value of Product mL is %.2f",mL);
z=0:1.5:6;
[n m]=size(z);
for i=1:m
T(i)=T_inf+(Tw-T_inf)*(cosh(mL*(1-(z(i)/6)))/(cosh(mL)));
end
printf("\n\n\t\t\tSolution to part (b)\n");
d_zeta=1/4;
K=2+(mL*d_zeta)^2;
printf("\nThe value of K is %.4f",K);
T_(5)=T_inf+(Tw-T_inf)*(2/(K^4-4*K^2+2));
T_(4)=T_inf+(Tw-T_inf)*(K/(K^4-4*K^2+2));
T_(3)=T_inf+(Tw-T_inf)*((K^2-1)/(K^4-4*K^2+2));
T_(2)=T_inf+(Tw-T_inf)*((K^3-3*K)/(K^4-4*K^2+2));
T_(1)=200;
printf("\n\nA Comparison of Exact to Numerical Results for the Data of Example 3.5");
printf("\nz,in\tExact (e) T\tNumerical (n) T\t Percent error (e - n)/e");
for i=1:m
err(i)=(T(i)-T_(i))/T(i);
printf("\n%.1f\t%.2f\t\t%.2f\t\t%.2f\n",z(i),T(i),T_(i),err(i)*100);
end
plot(z,T,z,T_);
a=gca();
newticks1=a.x_ticks;
newticks1(2)=[0;1.5;3.0;4.5;6];
newticks1(3)=['0';'1.5';'3.0';'4.5';'6'];
a.x_ticks=newticks1;
newticks2=a.y_ticks;
newticks2(2)=[75;100;125;150;175;200];
newticks2(3)=['75';'100';'125';'150';'175';'200'];
a.y_ticks=newticks2;
title('A comparison of the exact to the numerical temperature profiles for the pin fin of Example 3.5');
xlabel("z, in");
ylabel("T, degree F");
hl=legend(['Exact Solution';'Numerical Solution']); |
db3e5e5507772fda94192759c48f7569b17a4084 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-MachineLearning/SP_HKMeans-NZ-01.tst | a147636a868ca277636d9a1511d2c9099d0b506a | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,940 | tst | SP_HKMeans-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC.
--
--
-- Functional Test Specifications:
--
-- Test Category: Data Mining Functions
--
-- Test Unit Number: SP_HKMeans-NZ-01
--
-- Name(s): SP_HKMeans
--
-- Description: Hierarchical K-Means clusters the training data.
-- The relationship of observations to clusters has hard edges. It re-clusters
-- the training data in each cluster until the desired hierarchical level is reached.
-- Applications:
--
-- Signature: SP_HKMeans(TableName VARCHAR(100),
-- NumOfLevels INTEGER,
-- MaxNumOfClusters INTEGER,
-- MaxNumOfIterations INTEGER)
--
-- Parameters: See Documentation
--
-- Return value: Table
--
-- Last Updated: 01-22-2015
--
-- Author: <[email protected]>
-- BEGIN: TEST SCRIPT
\time
--.run file=../PulsarLogOn.sql
---- Table used for HKMeans
SELECT a.VarID,
COUNT(*)
FROM tblUSArrests a
GROUP BY a.VarID
ORDER BY 1;
--Creating a table similar to tblUSArrests but with appropriate column names
CREATE TABLE tblHKMeansTest (
ObsID BIGINT,
DimID INTEGER,
Value DOUBLE PRECISION)
DISTRIBUTE ON(ObsID, DimID);
----BEGIN: NEGATIVE TEST(s)
-- Case 1a:
---- Incorrect table name
CALL SP_HKMeans('Dummy',2, 2, 20);
-- Result: Fuzzy Logix specific error message
-- Case 2a:
---- Incorrect column names
--Not applicable for Netezza
-- Case 3a:
---- No data in table
DELETE FROM tblHKMeansTest;
CALL SP_HKMeans('tblHKMeansTest',2, 2, 20);
-- Result: Fuzzy Logix specific error message
--Populate the table
INSERT INTO tblHKMeansTest
SELECT *
FROM tblUSArrests;
-- Case 4a:
---- Number of levels <= 0
EXEC SP_HKMeans('tblHKMeansTest',0,2,20);
EXEC SP_HKMeans('tblHKMeansTest',-2,2,20);
-- Result: Fuzzy Logix specific error message
-- Case 4b:
---- Invalid parameters
---- Number of clusters <= 0
EXEC SP_HKMeans('tblHKMeansTest',2,0,20);
EXEC SP_HKMeans('tblHKMeansTest',2,-2,20);
-- Result: Fuzzy Logix specific error message
-- Case 4c:
---- Number of iterations <= 0
EXEC SP_HKMeans('tblHKMeansTest',2,2,0);
EXEC SP_HKMeans('tblHKMeansTest',2,2,-20);
-- Result: Fuzzy Logix specific error message
---- END: NEGATIVE TEST(s)
---- BEGIN: POSITIVE TEST(s)
-- Test with normal and extreme values
-- Case 1a:
---- Perform KMeans with non-sparse data
DELETE FROM fzzlHKMeansDendrogram;
DELETE FROM fzzlHKMeansHierClusterID;
DELETE FROM tblHKMeansTest;
--Populate the table
INSERT INTO tblHKMeansTest
SELECT *
FROM tblUSArrests a;
CALL SP_HKMeans('tblHKMeansTest',2, 2, 20);
-- Result: standard outputs
-- Display result
SELECT a.*
FROM fzzlHKMeansDendrogram a
ORDER BY a.AnalysisID DESC;
SELECT a.*
FROM fzzlHKMeansHierClusterID a
ORDER BY a.AnalysisID DESC;
-- Case 1b:
---- Perform KMeans with non-sparse data
DELETE FROM fzzlHKMeansDendrogram;
DELETE FROM fzzlHKMeansHierClusterID;
DELETE FROM tblHKMeansTest;
--Populate the table
INSERT INTO tblHKMeansTest
SELECT *
FROM tblUSArrests a
WHERE a.Num_Val <> 0;
CALL SP_HKMeans('tblHKMeansTest',2, 2, 20);
-- Result: standard outputs
-- Display result
SELECT a.*
FROM fzzlHKMeansDendrogram a
ORDER BY a.AnalysisID DESC;
SELECT a.*
FROM fzzlHKMeansHierClusterID a
ORDER BY a.AnalysisID DESC;
--Case 1c:
---- Drop and recreate the test table with column names different than that of usual FL deep table naming conventions
----Negative test on Netezza
DELETE FROM fzzlHKMeansDendrogram;
DELETE FROM fzzlHKMeansHierClusterID;
DROP TABLE tblHKMeansTest;
CREATE TABLE tblHKMeansTest (
ObsCol BIGINT,
VarCol INTEGER,
Val DOUBLE PRECISION)
DISTRIBUTE ON (ObsCol);
INSERT INTO tblHKMeansTest
SELECT a.*
FROM tblUsArrests a
WHERE a.Val <> 0;
---- Perform KMeans with non-sparse data
CALL SP_HKMeans('tblHKMeansTest',2,2,20);
-- Result: standard outputs
-- Display result
SELECT a.*
FROM fzzlHKMeansDendrogram a
ORDER BY a.AnalysisID DESC;
SELECT a.*
FROM fzzlHKMeansHierClusterID a
ORDER BY a.AnalysisID DESC;
---DROP the test table
DROP TABLE tblHKMeansTest;
-- END: POSITIIVE TEST(s)
\time
-- END TEST SCRIPT
|
fa5e953777375dbb865f7de6863d903dccaed8b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2534/CH2/EX2.20/Ex2_20.sce | 457703173c5cfb603a605c762c6283ec61fe1983 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | Ex2_20.sce | //Ex2_20
clc
V = 2.5
disp("V1 = V2 = V3 = V4 = "+string(V)+"V")//four batteries of equal voltage connected in series
disp("VT = V1+V2+V3+V4 = "+string(V+V+V+V)+"V")//resultant voltage(series voltage)
|
9f151fd5075282b121ebca202836e6cdfed5a4da | 449d555969bfd7befe906877abab098c6e63a0e8 | /132/CH14/EX14.3/Example14_3.sce | 5848b286de386db015d87642532170be048d5961 | [] | 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,200 | sce | Example14_3.sce | //Example 14.3
//Program to Design the Universal Shunt for making Multi-Range //Milliammeter with Range 0-1 mA,0-100 mA,0-500 mA,0-1 A
clear;
clc ;
close ;
//Given Circuit Data
CS=100*10^(-6); //A
R=100; //Ohms
Rm=900; //Ohms
//(a)Calculation
Imax1=1*10^(-3); //A
Rsh=CS*R/(Imax1-CS);
Rm1=Rm;
Ish1=Imax1-CS;
Rsh1=Rm1*CS/Ish1;
//(b)Calculation
Imax2=10*10^(-3); //A
Ish2=Imax2-CS;
R1=(R*Ish2-Rm*CS)/(Ish2-CS);
//(c)Calculation
Imax3=100*10^(-3); //A
Ish3=Imax3-CS;
R2=((R-R1)*Ish3-Rm*CS)/(Ish3-CS);
//(d)Calculation
Imax4=500*10^(-3); //A
Ish4=Imax4-CS;
R3=((R-R1-R2)*Ish4-Rm*CS)/(Ish4-CS);
//(e)Calculation
Imax5=1; //A
Ish5=Imax5-CS;
R4=((R-R1-R2-R3)*Ish5-Rm*CS)/(Ish5-CS);
R5=R-R1-R2-R3-R4;
//Displaying The Results in Command Window
printf("\n\t Shunt Resistance , Rsh = %f Ohms .",Rsh);
printf("\n\t For Range switch at 1 mA , Rsh1 = %f Ohms .",Rsh1);
printf("\n\t For Range switch at 10 mA , R1 = %f Ohms .",R1);
printf("\n\t For Range switch at 100 mA, R2 = %f Ohms .",R2);
printf("\n\t For Range switch at 500 mA, R3 = %f Ohms .",R3);
printf("\n\t For Range switch at 1 A , R4 = %f Ohms .",R4);
printf("\n\t\t\t R5 = %f Ohms .",R5); |
4a45a37a4c89c6c1d7c8bf97b41aaefee038e33c | b23687e2eb02bcb6d0f581b7975f42c496faeda1 | /spectrumofmultipliedsignals.sce | 38e9741d740b465b6b860f7f3d0f053b92063886 | [
"MIT"
] | permissive | harvishj/Scilab | bd3fbd3e679eb07aa088ff2bab40d491c6499770 | 9daada512f42ea6f52199a34d6b18e64b107af94 | refs/heads/master | 2021-07-14T15:06:03.621923 | 2020-10-05T06:35:43 | 2020-10-05T06:35:43 | 213,328,984 | 1 | 3 | MIT | 2020-10-05T06:35:44 | 2019-10-07T08:16:52 | Scilab | UTF-8 | Scilab | false | false | 245 | sce | spectrumofmultipliedsignals.sce | clear;
clf;
dt = 1/10000;
f1 = 300;
f2 = 500;
t = 0 : dt : 0.01;
x1 = cos(2*%pi*f1*t);
x2 = cos(2*%pi*f2*t);
y = x1.*x2;
N = length(y);
n = 0 : N - 1;
k = 0 : N - 1;
Yf = fft(y);
Yf1 = abs(Yf);
Yf2 = Yf1/N;
disp(x1);
plot2d3(k/N, Yf2);
|
1031aeb49b8598b587077f1e3d889e369939c377 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/1.1/doc/intro/macros/ex6.2.sci | fcde50764c46eadaf1e48df922779748a844c138 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | 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 | 110 | sci | ex6.2.sci | x=1;y=1;vs=5;vw=1;
getf('swim.bas');
comp(swim);
comp(dpfun);
comp(popt);
[ts,ps,tps]=optim(swim,0)
popt(ps);
|
50980225ccc15dbfaebd80f905fff4ab3872c623 | 2e676e3b1cebfbb9d20f9b935ceacd507c57d36a | /Octave/octave-4.2.1/share/octave/4.2.1/etc/tests/fixed/struct.tst | 4612be3e9dfb23472be5fdfe58965a5058898514 | [] | no_license | vohrahul/ML-ang-coursera | 239469e763b290aa178b7aa8a86eda08e4e7f4be | 4c24fd2ecfb9f3de7df15e3a9f75627f782f9915 | refs/heads/master | 2022-12-28T03:45:54.810173 | 2020-10-16T12:33:25 | 2020-10-16T12:33:25 | 304,620,441 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,352 | tst | struct.tst | ## Copyright (C) 2006-2017 John W. Eaton
##
## This file is part of Octave.
##
## Octave is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or (at
## your option) any later version.
##
## Octave is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
## General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with Octave; see the file COPYING. If not, see
## <http://www.gnu.org/licenses/>.
%!test
%! s.a = 1;
%! c = fieldnames (s);
%! assert (iscell (c) && strcmp (c{1}, "a"));
%!test
%! s.a.b = 1;
%! c = fieldnames (s.a);
%! assert (iscell (c) && strcmp (c{1}, "b"));
%!error <Invalid call to fieldnames> fieldnames ()
%!test
%! s.a = 1;
%! fail ("fieldnames (s, 1)", "Invalid call to fieldnames");
%!error fieldnames (1)
%!test
%! s.aaa = 1;
%! s.a = 2;
%! assert (isfield (s, "a"));
%!test
%! s.aaa = 1;
%! s.a = 2;
%! assert (!(isfield (s, "b")));
%!error <Invalid call to isfield> isfield ()
%!test
%! s.aaa = 1;
%! s.a = 2;
%! fail ("isfield (s, 'a', 3);", "Invalid call to isfield");
%!assert (isfield (1, "m") == 0)
%!test
%! s.a = 2;
%! assert (isfield (s, 2) == 0);
%!assert (isstruct (1), false)
%!assert (isstruct ([1, 2]), false)
%!assert (isstruct ([]), false)
%!assert (isstruct ([1, 2; 3, 4]), false)
%!assert (isstruct ("t"), false)
%!assert (isstruct ("test"), false)
%!assert (isstruct (["test"; "ing"]), false)
%!assert (isstruct ({1}), false)
%!test
%! s.a = 1;
%! assert (isstruct (s));
%!test
%! s.a.b = 1;
%! assert (isstruct (s.a));
%!error <Invalid call to isstruct> isstruct ()
%!test
%! s.a = 1;
%! fail ("isstruct (s, 1)", "Invalid call to isstruct");
## increment element of matrix stored in struct array field
%!test
%! a = struct ("c", {[1, 2, 3], [4, 5, 6], [7, 8, 9]});
%! a(2).c(3)++;
%! assert (a(2).c, [4, 5, 7]);
## create struct array by assignment to cs-list
%!test
%! [a(1:2).x] = deal (1, 3);
%! assert (a, struct ("x", {1, 3}));
%! assert ({a(1:2).x}, {1, 3});
## assign to subrange of struct array field
%!test
%! b = struct ("name", {"a", "b", "c"; "d", "e", "f"}, "value", 100);
%! [b(1:2, [1,3]).name] = deal ("aaa", "ddd", "ccc", "fff");
%! assert ({b.name}, {"aaa", "ddd", "b", "e", "ccc", "fff"});
## index into nested struct arrays
%!test
%! a = struct ("name", {"a", "b", "c"; "d", "e", "f"}, "value", 0);
%! a(2).value = a;
%! assert (a(2).value(2,3).name, "f");
## assign to subrange of field in nested struct array
%!test
%! b = struct ("name", {"a", "b", "c"; "d", "e", "f"}, "value", 0);
%! b(3, 1).value = b;
%! [b(3, 1).value(1, [1, 3]).name] = deal ("aaa", "ccc");
%! assert (size (b), [3, 3]);
%! assert (b(3,1).value(1, 3).name, "ccc");
## test 4-dimensional struct array
%!test
%! c(4, 4, 4, 4).name = "a";
%! c(3, 3, 3, 3).value = 1;
%! assert (c(2,2,2,2), struct ("name", [], "value", []));
## assign to subrange of field in 4D struct array
%!test
%! c(4, 4, 4, 4).name = "a";
%! c(3, 3, 3, 3).value = 1;
%! [c([1, 3], 2, :, [3, 4]).value] = deal (1);
%! assert (length (find ([c.value] == 1)), 17);
%! assert (length (find ([c.value])), 17);
## swap elements of struct array
%!test
%! b = struct ("name", {"a", "b", "c"; "d", "e", "f"}, "value", 0);
%! [b([2, 1], [3, 1]).name] = deal (b([1, 2], [1, 2]).name);
%! assert ({b.name}, {"e", "b", "b", "e", "d", "a"});
## test internal ordering of struct array fields
%!test
%! c(4, 4, 4, 4).value = 3;
%! c(1, 2, 3, 4).value = 2;
%! c(3, 3, 3, 3).value = 1;
%! d = reshape ({c.value}, size (c));
%! assert ([d{4, 4, 4, 4}, d{1, 2, 3, 4}, d{3, 3, 3, 3}], [3, 2, 1]);
## test assignment to mixed cs-list of field element subranges
%!test
%! b = struct ("name", {"a", "b", "c"; "d", "e", "f"}, "value", 100);
%! [b(1:2, [1, 3]).name, b(2, 1:3).value] = ...
%! deal (1, 2, 3, 4, "5", "6", "7");
%! assert ({b.name}, {1, 2, "b", "e", 3, 4});
%! assert ({b.value}, {100, "5", 100, "6", 100, "7"});
%!error <a cs-list cannot be further indexed>
%! [a(1:3).x] = deal ([1, 5], [3, 7], [8, 9]);
%! [a(2:3).x(2)] = deal (10, 11);
%!error <a cs-list cannot be further indexed>
%! [a(1:3).x] = deal ([1, 5], [3, 7], [8, 9]);
%! a(2:3).x(2);
%!error id=Octave:index-out-of-bounds
%! a(1).x.x = 1;
%! a(2).x;
%!error <invalid number of output arguments for constant expression>
%! a = struct ("value", {1, 2, 3, 4, 5});
%! [a(2:4).value] = 1;
%!error <invalid assignment to cs-list outside multiple assignment>
%! c(4, 4, 4, 4).name = "a";
%! c(3, 3, 3, 3).value = 1;
%! c([1, 3], 2, :, [3, 4]).value = 1;
## test lazy copying in structs: nested assignment to self
%!test
%! a.a = 1;
%! a.b = a;
%! a.b.c = a;
%! assert (a.b.c.b, struct ("a", 1));
## test lazy copying in structs: indirect nested assignment to self
%!test
%! a.a = 1;
%! a.b = 2;
%! b.c = a;
%! b.d = 3;
%! c.d = b;
%! c.e = 4;
%! a.b = c;
%! a.b.e = a;
%! assert (a.b.e.b.d.c, struct ("a", 1, "b", 2));
## test lazy copying in structs: nested assignment via function
%!function aa = do_nest (a);
%! aa = a;
%! aa.b = a;
%!endfunction
%!test
%! a.c = 1;
%! a = do_nest (a);
%! a = do_nest (a);
%! a = do_nest (a);
%! assert (a.b.b.b, struct ("c", 1));
## test lazy copying in structs: nested assignment via function
%!function aa = do_nest (a);
%! aa = a;
%! aa.b = a;
%! aa.b.c = aa;
%!endfunction
%!test
%! a.c = 1;
%! a = do_nest (a);
%! a = do_nest (a);
%! a = do_nest (a);
%! assert (a.b.c.b.b.c.b.b.c.b, struct ("c", 1));
## test lazy copying in structs: nested assignment on different levels.
%!test
%! a.b = 1;
%! b.c = a;
%! b.d.e = a;
%! b.f.g.h = a;
%! b.i.j.k.l = a;
%! a.m = b;
%! a.m.c.b = a;
%! assert (a.m.c.b.m.i.j.k.l, struct ("b", 1));
## test indexed assignment into empty struct array
%!test
%! s = resize (struct (), 3,2);
%! s(3).foo = 42;
%! assert (s(3), struct ("foo", 42));
## test assigning to multi-dim struct with trailing singleton dimensions,
## Bug #35841.
%!test
%! a(1,1,1).b(1) = 1;
%! a(1,1,1).b(1) = 2;
%! a(1,1,:).b(1) = 3;
%! assert (a(1,1,1).b(1) == 3);
%!error id=Octave:index-out-of-bounds
%! s = resize (struct (),3,2);
%! s(3).foo = 42;
%! s(7);
|
f7b810b90e03c30e6aebe2e2f21414513e004e24 | a439c420539294c6e178cc89c43c4231246f9cbe | /Scripts/Code/Bisection.sci | 6116e8ce8c8d0954a8c5b8b41b6bbaf0e540846e | [] | no_license | PirateKing19902016/Scilab-Spoken-Tutorials | b7927e196acbefa47abdbdeb326d37385d5cbc34 | a110fc425c123f7041cb9ee8eca42ce08619ae60 | refs/heads/master | 2021-05-02T06:14:37.089440 | 2018-02-09T16:23:27 | 2018-02-09T16:23:27 | 120,855,481 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,308 | sci | Bisection.sci | // ******************************************************************
// Bisection Method for finding a root of nonlinear equation ****
// f(x) = 0 ****
// NPDE-TCA UG-Level Workshop at IMA Bhubaneshwar ****
// By Manas,FOSSEE,IITB ****
//*******************************************************************
funcprot(0)
function [p] = Bisection(a, b, f,Tol)
N = 100; // Maximum No. Iterations
if (f(a)*f(b) > 0) then
error('Root does not exist f(a)*f(b) > 0')
abort;
end
mprintf("Iterations a b c f(c)\n")
mprintf("----------------------------------------------------------\n")
while (N > 0)
c = (a + b)/2;
if (abs(f(c))< Tol) then // Stopping criteria
p = c
p
return;
end
if (f(a)*f(c)< 0) then
b = c;
else
a = c;
end
N = N-1
mprintf("%f %f %f %f %f\n",100-N, a, b, c, f(c))
end
endfunction
|
b1e1efe0bf69d753d4ca440748116ac5e312eeea | cea88917b1a7177608e003c8c7c60943569bbd95 | /Scilab Files/array2matrix.sci | 81f7b375c99c80f058daa493f342ff7d89570869 | [] | no_license | seanpoyner/Zodiac | 0dc763e8e512cbcd9d0411b0da3ec9a8f4680094 | 3808665632d90f71740350dcdbd0e72a6b04e634 | refs/heads/master | 2021-01-01T06:45:40.358770 | 2012-01-05T13:40:04 | 2012-01-05T13:40:04 | 3,059,564 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 162 | sci | array2matrix.sci | function [A] = array2matrix(B,m,n)
o = 1;
for i = 1:m
for j = 1:n
A(i,j) = B(1,o);
o = o + 1;
end
end
endfunction
|
0bfc766538d57034614e3f6bf2ce1afc8b3c9a4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH4/EX4.27/Ex4_27.sce | ecf8f4767161b7ab4c2bab4fd88a4316145edec4 | [] | 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 | 373 | sce | Ex4_27.sce | clc
//Variable Initialisation
Ia1=190//Armature Current in Ampere
Ia2=0.9*Ia1
Ra=0.08//Armature resistance in ohm
Ri=0.05
Ea=210//Input Voltage of motor in volts
N1=950//Rated Speed of Motor in rpm
N2=750//Rated Speed of Motor in rpm
//Solution
Eb1=Ea-(Ia1*Ra)
Eb2=(N2/N1)*Eb1
Vi=Eb2-(Ia2*(Ra+Ri))
printf('\n\n Internal Voltage of Source=%0.1f Volts\n\n',Vi)
|
906a6cde7612ffa67fc1e716531c78e82572e0dc | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/PulseWaveSolver/Tests/VariableMatPropTest.tst | dc7c055820572324c393865dd506f3a92b2e6197 | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 721 | tst | VariableMatPropTest.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>1D discontinuous material properties, P=5</description>
<executable>PulseWaveSolver</executable>
<parameters>VariableMatPropTest.xml</parameters>
<files>
<file description="Session File">VariableMatPropTest.xml</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="A" tolerance="1e-12">5.47723</value>
<value variable="u" tolerance="1e-12">5.47899</value>
</metric>
<metric type="Linf" id="2">
<value variable="A" tolerance="1e-12">1.00008</value>
<value variable="u" tolerance="1e-12">1.04038</value>
</metric>
</metrics>
</test>
|
c251f627364c42b38f982bbf2e96f9af51dec36d | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/MX10.prev.tst | 07081f2041faf88314ec56e505f9cdf3200f7a9f | [
"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 | 20 | tst | MX10.prev.tst | elapsed time: 15 s
|
01a8f20b1d42e6536ac98c35de95ce11917ded92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3456/CH6/EX6.2/Ex6_2.sce | d678b82ef9803a1abed33d3104bdb9dfce50a0f9 | [] | 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 | 748 | sce | Ex6_2.sce | //Example 6.2
//Strengthing Mechanism
//Page No. 219
clc;clear;close;
sigma0=600; //in MPa
G=27.6; //in GPa
G=G*10^9 //conversion to Pa
b=2.5*10^-8; //in cm
b=b*10^-2; //conversion to m
T0=sigma0/2;
T0=T0*10^6; //conversion to Pa
lambda=G*b/T0;
Cu_max=54; //in %
Cu_eq=4; //in %
Cu_min=0.5; //in %
rho_al=2.7; //in g/cm^3
rho_theta=4.43; //in g/cm^3
wt_a=(Cu_max-Cu_eq)/(Cu_max-Cu_min);
wt_theta=(Cu_eq-Cu_min)/(Cu_max-Cu_min);
V_a=wt_a/rho_al;
V_theta=wt_theta/rho_theta;
f=V_theta/(V_a+V_theta);
r=(3*f*lambda)/(4*(1-f));
printf('\nParticle Spacing = %g m\nParticle Size = %g m',lambda,r);
|
cfba7c6ccff7b6be8d1c91a3d5fa157e4eef637a | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH12/EX12.14/Example12_14.sci | 8f846dcdc47ad0f11ca9706883f88646e15f21cf | [] | 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,959 | sci | Example12_14.sci | //Example 12.14
//Updating Customer Records
Date = struct('month',0,'day',0,'year',0);
lastpayment = Date;
account = struct('Name'," ",'street'," ",'city'," ",'acct_no',0,'acct_type',' ','oldbalance',0,'newbalance',0,'payment',0,'lastpayment',0);
customer = account;
function[] = main()
printf("CUSTOMER BILLING SYSTEM\n\n");
printf("How many customers are there?");
n = scanf("%d");
for i = 1:n;
customer = readinput(i,customer);
//determine account status
if customer(i).payment > 0 then
if customer(i).payment < (0.1*customer(i).oldbalance) then
customer(i).acct_type = 'O';
else
customer(i).acct_type = 'C';
end
else
if customer(i).oldbalance > 0 then
customer(i).acct_type='D';
else
customer(i).acct_type='C';
end
end
//adjust account balance
customer(i).newbalance = customer(i).oldbalance - customer(i).payment;
end
for i = 1:n
writeoutput(i,customer);
end
endfunction
function[customer] = readinput(i,customer)
//read input data and update record for each customer
printf("\nCustomer no. %d\n",i);
printf(" Name: ");
customer(i).name=read(%io(1), 1, 1, '(a)') ;
printf(" Street: ");
customer(i).street=read(%io(1), 1, 1, '(a)') ;
printf(" City: ");
customer(i).city=read(%io(1), 1, 1, '(a)') ;
printf(" Account Number: ");
customer(i).acct_no=scanf("%d") ;
printf(" Previous Balance: ");
customer(i).oldbalance=scanf("%d") ;
printf(" Current Payment: ");
customer(i).payment=scanf("%d") ;
printf(" Payment date (mm/dd/yyyy):\n ");
printf("Month: ");
customer(i).lastpayment.month=scanf("%d");
printf("Day: ");
customer(i).lastpayment.day=scanf("%d") ;
printf("Year: ");
customer(i).lastpayment.year=scanf("%d") ;
return customer;
endfunction
function[] = writeoutput(i,customer)
printf("\nName: ");
write(%io(2),customer(i).name);
printf("Account number: %d\n", customer(i).acct_no);
printf("Street: ");
write(%io(2),customer(i).street);
printf("City: ");
write(%io(2),customer(i).city);
printf("Old balance: %7.2f", customer(i).oldbalance);
printf(" Current payment: %7.2f", customer(i).payment);
printf(" New balance: %7.2f\n\n", customer(i).newbalance);
printf("Account status: ");
select customer(i).acct_type
case 'C' then
printf("CURRENT\n\n");
case 'D' then
printf("DELINQUENT\n\n");
case 'O' then
printf("OVERDUE\n\n");
else
printf("ERROR\n\n");
end
return;
endfunction
//calling main()
funcprot(0);
main(); |
b5ce9fe3d5a27ee1770f4e8927dac181a288a0b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH2/EX2.14/2_14.sce | f2c22469e6827b0cc136ab9b56aab1135bb2d615 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | sce | 2_14.sce | //Problem 2.14: A 12 V battery is connected across a load having a resistance of 40ohms. Determine the current flowing in the load, the power consumed and the energy dissipated in 2 minutes.
//initializing the variables:
V = 12; // in Volts
R = 40; // in ohms
t = 120; // in sec
//calculation:
I = V/R
P = I*V
E = P*t
printf("\n\nResult\n\n")
printf("\nCurrent(I): %.1f Ampere(A)",I)
printf("\nPower(P): %.1f Watt(W)",P)
printf("\nEnergy(E): %.0f Joule(J)\n",E) |
c861e36031fa55860ef1f144afa6499aa9d438e5 | dabaa151dd30205dd92a6844c0cd61cf046fb8fe | /RCA/RCA.tst | 91f903245c5b53c1396bd3d9ee1359d524d9bca1 | [] | no_license | hakesh729/Project_hack | 627ef8260f81dbc971bb5371839523daac4a2646 | a1ea76fa612bbe4515863495922167bb4c65c418 | refs/heads/main | 2023-01-13T13:37:09.828021 | 2020-11-27T06:05:39 | 2020-11-27T06:05:39 | 316,411,714 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,065 | tst | RCA.tst | load RCA.hdl,
output-file RCA.out,
output-list x%B1.16.1 y%B1.16.1 S%B1.1.1 cb%B1.1.1 z%B1.16.1 OF%B1.1.1;
// A pair of unsigned integer operands for addition without resulting in overflow
// 20432 + 10345 = 30777
set x %B0100111111010000 , set y %B0010100001101001 , set cb 0 , set S 0,
eval,
output;
// A pair of unsigned integer operands for addition resulting in overflow
// 40000 + 30000 = 70000 ( out of bound)
set x %B1001110001000000 , set y %B0111010100110000 , set cb 0 , set S 0,
eval,
output;
// A pair of unsigned integer operands for subtraction with a valid output
// 40000 - 30000 = 10000
set x %B1001110001000000 , set y %B0111010100110000 , set cb 1 , set S 0,
eval,
output;
// A pair of positive integers without overflow
// 220 + 320
set x %B0000000011011100 , set y %B0000000101000000 , set cb 0, set S 1,
eval,
output;
// A Pair of positive integers resulting in overflow
//24000 + 13000 (out of bounds)
set x %B0101110111000000 , set y %B0011001011001000 , set cb 0, set S 1,
eval,
output;
// A paif of negative integers for addition without resulting in overflow
// -1000 + -12000
set x %B1111110000011000 , set y %B1101000100100000 , set cb 0, set S 1,
eval,
output;
// A Pair of negative integers for addition resulting in overflow
// -10000 + (-29000) (out of bounds)
set x %B1101100011110000 , set y %B1000111010111000 , set cb 0, set S 1,
eval ,
output;
// A pair of operands of opposite sign for addition. There is no overflow for this condition
//12345 + (-10000)
set x %B0011000000111001 , set y %B1101100011110000, set cb 0, set S 1,
eval,
output;
// A pair of operands of opposite sign for subtraction without resulting in overflow
// 13456 - (-15000)
set x %B0011010010010000 , set y %B1100010101101000 , set cb 1, set S 1,
eval,
output;
// A pair of operands of opposite sign for subtraction resulting in overflow
// 18456 - (-17000) (out of bounds)
set x %B0100100000011000 , set y %B1011110110011000 , set cb 1, set S 1,
eval,
output; |
67905c35a6d1e60b9936ece28617a5386d78151a | 48b238fc8dc60bac1853048c90b77c1c4a672900 | /RAM_Registers/CS16B015Bit.tst | 7b0e76d1de8b18bca82283ecdcca5cff6ec81204 | [] | no_license | vaishalikhanve/Computer-System-Design-Lab | a1ed6d4ead37c400e271cb460c314835e025c553 | e89553dadffe01c6838da23c6dd802306455c1a8 | refs/heads/master | 2020-12-19T04:56:16.686206 | 2020-01-22T17:42:51 | 2020-01-22T17:42:51 | 235,627,142 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,563 | tst | CS16B015Bit.tst |
load CS16B015Bit.hdl,
output-file CS16B015Bit.out,
compare-to CS16B015Bit.cmp,
output-list time%S1.4.1 in%B2.1.2 load%B2.1.2 out%B2.1.2;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 1,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 1,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 1,
tick,
output;
tock,
output;
set in 1,
set load 1,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 0,
tick,
output;
tock,
output;
set in 0,
set load 1,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
set in 1,
set load 0,
tick,
output;
tock,
output;
|
b1fb9025718ac7bf0a0507618520fb9afe288c23 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.1/Unix/scilab-2.1/macros/util/sci2exp.sci | 2a01b3084f414e42f377bb2a134c067a4be09ccd | [
"MIT",
"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 | 3,342 | sci | sci2exp.sci | function t=sci2exp(a,nom)
// sci2exp - convert a variable to an expression
//%SYNTAX
// t=sci2exp(a [,nam])
//%PARAMETERS
// a : matrix of scalar or polynomials
// nam: character string
// t : vector of string, contains the expression definition
//%Example
// a=[1 2;3 4]
// sci2exp(a,'aa')
//!
[lhs,rhs]=argn(0)
lmax=70;dots='..';
select type(a)
case 1 then
t=mat2exp(a)
case 2 then
t=pol2exp(a)
case 10 then
t=str2exp(a)
case 15 then
t=list2exp(a)
else
error('Non implante')
end,
if rhs==2 then
t(1)=nom+' = '+t(1)
end
function t=str2exp(a)
[m,n]=size(a),
dots='.'+'.'
kk=1;t=[];
for i=1:m
x=' '
for j=1:n,
v=a(i,j);
nv=length(v)
y=emptystr()
for k=1:nv
vk=part(v,k)
y=y+vk
if part(v,k)==''''|part(v,k)=='""' then y=y+vk,end
end
y=''''+y+''''
l=1;
if length(x(kk))+length(y)<lmax then
if j=1 then
x=y
else
x(kk)=x(kk)+' , '+y,
end
else
x(kk)=x(kk)+','+dots;
x(kk+1)=y
kk=kk+1
end
end
t=[t;x]
end,
if m*n>1 then
t(1)='['+t(1)
[nt,mt]=size(t)
t(nt)=t(nt)+']'
end
function t=mat2exp(a)
if a=[] then t='[]',return,end
[m,n]=size(a),a=string(a)
dots='.'+'.'
t=[];
for i=1:m
x=emptystr()
kk=1
for j=1:n,
y=a(i,j);
l=1;
if length(x(kk))+length(y)<lmax then
if j=1 then
x=y
else
x(kk)=x(kk)+' , '+y,
end
else
x(kk)=x(kk)+','+dots;
x(kk+1)=y
kk=kk+1
end
end
t=[t;x]
end,
if m*n>1 then
t(1)='['+t(1)
[nt,mt]=size(t)
t(nt)=t(nt)+']'
end
function t=pol2exp(a)
[m,n]=size(a),var=' ';lvar=1
var=varn(a),lvar=length(var);
while part(var,lvar)=' ' then lvar=lvar-1,end
var=part(var,1:lvar)
kk=1;t=[];
for i=1:m
x=' '
for j=1:n,
v=a(i,j);d=degree(v);
v=coeff(v);
k0=1;while (k0<d+1)&(v(k0))==0 then k0=k0+1,end
y=emptystr(1)
l=1;
for k=k0:(d+1),
mnm=var
if k>2 then mnm=mnm+'^'+string(k-1),end
if v(k)<0 then
s=string(v(k))
elseif v(k)>0
if k==k0 then
s=string(v(k)),
else
s='+'+string(v(k)),
end
elseif k0==d+1
s='0'
else
s=emptystr(1)
end
if length(s)<>0 then
if s=='+1' then
s='+'+mnm
elseif s=='-1'
s='-'+mnm
elseif k>1 then
s=s+'*'+mnm
end
ls=length(s)
if length(y(l))+ls <lmax then
y(l)=y(l)+s
else
y(l)=y(l)+dots
l=l+1
y(l)=s
end
end
end
[ny,my]=size(y)
if length(x(kk))+length(y(1))<lmax then
if j=1 then
x=y(1)
else
x(kk)=x(kk)+' , '+y(1),
end
if ny>1 then x(kk+1:kk+ny-1)=y(2:ny),end
kk=kk+ny-1
else
x(kk)=x(kk)+','+dots;
x(kk+1:kk+ny)=y
kk=kk+ny
end
end
t=[t;x]
end,
if m*n>1 then
t(1)='['+t(1)
[nt,mt]=size(t)
t(nt)=t(nt)+']'
end
function t=list2exp(l)
dots='.'+'.';lmax=70
t='list('
n=length(l)
for k=1:n
lk=l(k)
sep=',',if k==1 then sep=emptystr(),end
[nt,mt]=size(t)
if type(lk)==15 then
t1=list2exp(lk)
else
t1=sci2exp(lk)
end
if prod(size(t1))==1&maxi(length(t1))+length(t(nt))<lmax then
t(nt)=t(nt)+sep+t1
else
t(nt)=t(nt)+sep+dots
t=[t;t1]
end
end
[nt,mt]=size(t)
t(nt)=t(nt)+')'
|
38e392a63cfbdeb7e54ff7cb5e77637ae64f35ed | 449d555969bfd7befe906877abab098c6e63a0e8 | /1205/CH19/EX19.5/S_19_5.sce | 172794156c7de7d020af08750894b74ff44ac821 | [] | 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 | 726 | sce | S_19_5.sce | clc;
m=200;//kg, mass of motor
k1=150;//kN/m, constant of one spring
n=4;// No of spring
k=k1*4;//kN/m Equivalent constant
k=k*1000;//N.m conversion
Wn=sqrt(k/m);//rad/s , Resonance speed
//Aplitude of vibration at 1200 rpm
W=1200*2*%pi/60;//rad/s
m=0.03;//kg
r=150;//mm , unbalance rotor equivalent distance from axis of rotation
r=r/1000;//m, conversion to meter
Pm=m*r*W^2;//N, Centrifugal force due to unbalance of motor
Wf=W;//rad/s, forced circular frequency
Xm=Pm/k/(1-(Wf/Wn)^2)*1000;//Amplitude of vibration
Wn=Wn*60/2/%pi;//rpm, conversion to rpm
printf("Resonance speed=%.0f rpm \n",Wn);
printf("Aplitude of vibration at 1200 rpm is %.4f mm \n Negative sign shows it is out of phase",Xm);
|
d625704f9744b179b88a1bce0676cd12a245cb7a | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/EC43.prev.tst | 78dab749935a80556f51f111bd0284ce276eddd9 | [
"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 | 459 | tst | EC43.prev.tst | [[-2,4,-3,1],[4,-3,2,0],[2,-3,5,-3],[0,-3,0,0]],det=24 [67,30,-58,-51], chain 2 => [109,62,-93,-90] => [219,64,-163,-186] ?? [121,358,-11,-192]
[[5,-5,3,-2],[1,2,3,-2],[0,-5,-1,0],[-2,-4,-1,-2]],det=-70 [67,30,-58,-51], chain 2 => [113,55,-92,-94] => [202,135,-183,-166] ?? [118,255,-492,-429]
[[5,3,3,3],[1,-4,2,-4],[5,2,4,5],[1,5,3,2]],det=306 [67,30,-58,-51], chain 2 => [98,35,-92,-59] => [142,10,-103,-121] ?? [68,380,-287,-359]
elapsed time: 1285 s
|
d093d81007cf07398abee38cb113a509b556e4fc | a30001e45f0342ced961e0431af0f297bf00a538 | /TraceFileDiagnostics/SciLabScripts/make_block_general.sce | f6a9bcfc90fd8f4b2e98318bb884b0aff2777428 | [] | no_license | jsayres82/TraceTool | 54697a1c744d0838e894a9bfdce800a4ba6dbbde | 68826d7b31d0fa064b758d24fc408dbe27763e8b | refs/heads/master | 2021-08-30T08:03:07.854850 | 2017-12-16T23:12:05 | 2017-12-16T23:12:05 | 109,863,651 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,044 | sce | make_block_general.sce | // make_block_special.sce
clear; xdel(winsid());
Lx = 0.15;
Ly = 0.05;
Lz = 0.30;
// Vertices
VertexData = [Lx*ones(8,1),Ly*ones(8,1),Lz*ones(8,1)]...
.*[0,0,0;
1,0,0;
0,1,0;
0,0,1;
1,1,0;
0,1,1;
1,0,1;
1,1,1];
// Patches
Index_Patch = ...
[1,2,5,3;
1,3,6,4;
1,4,7,2;
4,7,8,6;
2,5,8,7;
3,6,8,5];
n_pat = 6;
for i_pat=1:n_pat
// Patches data
PatchData_X(:,i_pat) = VertexData(Index_Patch(i_pat,:),1);
PatchData_Y(:,i_pat) = VertexData(Index_Patch(i_pat,:),2);
PatchData_Z(:,i_pat) = VertexData(Index_Patch(i_pat,:),3);
end
// Draw patches
figure(1);
plot3d(PatchData_X,PatchData_Y,PatchData_Z);
h_fac3d = gce();
h_fac3d.color_mode = 4;
h_fac3d.foreground = 1;
h_fac3d.hiddencolor = 4;
// Axes settings
xlabel("x",'fontsize',2);
ylabel("y",'fontsize',2);
zlabel("z",'fontsize',2);
h_axes = gca();
h_axes.font_size = 2;
h_axes.isoview = "on";
h_axes.box = "off";
h_axes.rotation_angles = [63.5,-127];
h_axes.data_bounds = [-0.15,-0.2,-0.1;0.35,0.3,0.4];
xgrid;
//
|
f6f815c490fa699591572893692b198fd0edb18b | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH3/EX3.16/Example3_16.sce | 813eba8220e0073c915a4e12037d5d23096297b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 637 | sce | Example3_16.sce | //amount of reactants and products
clear;
clc;
printf("\t Example 3.16\n");
//(a)
//for TiCl4
mTiCl4=3.54*10^7;//mass of TiCl4, g
nTiCl4=mTiCl4/189.7;//moles of TiCl4
nTi1=nTiCl4*1;//moles of Ti
//for Mg
mMg=1.13*10^7;//mass of Mg, g
nMg=mMg/24.31;//moles of Mg
nTi2=nMg/2;//moles of Ti
if(nTi1>nTi2) then//finding imiting reagent
nTi=nTi2;
else nTi=nTi1;
end;
mTi=nTi*47.88;
printf("\t the theoretical yield is : %1.2f*10^6 g\n",mTi*10^-6);
//(b)
mTiactual=7.91*10^6;//given, actual Ti produced
%yield=mTiactual/mTi*100;
printf("\t the percent yield is : %1.1f percent\n",%yield);
//End
|
af3bdd97061ef6b731e6d942038c1e6391a01e52 | 449d555969bfd7befe906877abab098c6e63a0e8 | /275/CH1/EX1.1.65/Ch1_1_65.sce | ac20fba8cf0a59ebbcbbea3bba18f4e566a0c92c | [] | 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 | 212 | sce | Ch1_1_65.sce | clc
disp("Example 1.65")
printf("\n")
disp("Find the minimal fall-time")
//reverse-recovery time is
trr=4*10^-9
tfmin=10*trr
printf("The minimal fall-time for voltage pulses applied=\n%3.2e sec\n",tfmin)
|
16e8785f3ce519faf8becf4da85cf1166fd24668 | 584105ff5b87869494a42f632079668e4c3f82de | /TestCases/calib3d/RQDecomp3x3/test2.sce~ | 1a3b366961cf9c8f47637e031ce9c49a4f7faea9 | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 261 | test2.sce~ | //Checking if error message pops up when 3x2 matrix is placed as input instead of 3x3
matrix = [ 3 21;
3 5;
12 4];
[triMatrix orthoMatrix RotMatrixX RotMatrixY RotMatrixZ ] = RQDecomp3x3(matrix);
//output->
// !--error 999
//Input matrix should be 3x3.
|
|
36227e82c356b232d22f8464d79f4d1d785f8888 | e528067e2ccea7463d0b594f523db94cf160e66d | /C/array/partition.tst | bf094bd4e9ec886e376a96e470f8562781eaea51 | [] | no_license | soumyajuit/progs_Ubuntu | 489a7b21717a049b8db9186a25516429888b6147 | c55fd95a61e36038fd801b3b705bbc5e2b024689 | refs/heads/master | 2021-01-10T03:40:28.735389 | 2015-12-29T06:44:55 | 2015-12-29T06:44:55 | 48,730,996 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 33 | tst | partition.tst | 10
23
43
56
09
233
762
92
1
34
3
|
43071428be20ec7dae2a747447d0674c43ca011e | 449d555969bfd7befe906877abab098c6e63a0e8 | /545/CH10/EX10.10/ch_10_eg_10.sce | 429e98b013c0bb293800c2aa0b0126ff564c103b | [] | 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,723 | sce | ch_10_eg_10.sce | clc
disp("the soln of eg 10.10-->Alternating Direction Implicit Method");
nmax=25
a(2)=1, a(3)=1, //defining variables
b(1)=-4,b(2)=-4,b(3)=-4
c(1)=1,c(2)=1
t(1,2)=20,t(1,3)=20,t(1,4)=20,t(2,1)=20,t(3,1)=20,t(4,1)=20,t(5,2)=20,t(5,3)=20,t(5,4)=20,t(2,5)=400,t(3,5)=400,t(4,5)=400
tstar(1,2)=20,tstar(1,3)=20,tstar(1,4)=20,tstar(2,1)=20,tstar(3,1)=20,tstar(4,1)=20,tstar(5,2)=20,tstar(5,3)=20,tstar(5,4)=20,tstar(2,5)=400,tstar(3,5)=400,tstar(4,5)=400
for i=2:4, for j=2:4 t(i,j)=20
end
end
//solving by TDMA Method
for nn=1:nmax, for jj=2:4,d(1)=-t(1,jj)-t(2,jj+1)-tstar(2,jj-1),
d(2)=-t(3,jj+1)-tstar(3,jj-1),
d(3)=-t(5,jj)-t(4,jj+1)-tstar(4,jj-1)
i=1,n=3
Beta(i)=b(i),
Gamma(i)=d(i)/Beta(i)
i1=i+1,
for j=i1:n, Beta(j)=b(j)-a(j)*c(j-1)/Beta(j-1),
Gamma(j)=(d(j)-a(j)*Gamma(j-1))/Beta(j),
end
x(n)=Gamma(n)
n1=n-i,
for k=1:n1, j=n-k,x(j)=Gamma(j)-c(j)*x(j+1)/Beta(j)
end
tstar(2,jj)=x(1)
tstar(3,jj)=x(2)
tstar(4,jj)=x(3)
end
for ii=2:4,d(1)=-t(ii,1)-tstar(ii+1,2)-tstar(ii-1,2),
d(2)=-tstar(ii+1,3)-tstar(ii-1,3)
d(3)=-t(ii,5)-tstar(ii+1,4)-tstar(ii-1,4)
i=1,n=3
Beta(i)=b(i),
Gamma(i)=d(i)/Beta(i)
i1=i+1,
for j=i1:n, Beta(j)=b(j)-a(j)*c(j-1)/Beta(j-1),
Gamma(j)=(d(j)-a(j)*Gamma(j-1))/Beta(j),
end
x(n)=Gamma(n)
n1=n-i,
for k=1:n1, j=n-k,x(j)=Gamma(j)-c(j)*x(j+1)/Beta(j)
end
t(ii,2)=x(1)
t(ii,3)=x(2)
t(ii,4)=x(3)
end
end
disp("the soln by ADI method is");
disp(t(2,4),t(2,3),t(2,2));
disp("--------------");
disp(t(3,4),t(3,3),t(3,2));
disp("--------------");
disp(t(4,4),t(4,3),t(4,2)); |
887e8c640add94b6c0efb5cafebdc05dc64a96a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH3/EX3.12/Ch03Ex12.sci | 5b8296e966695e595f8b9d6c25468a8aa2138e4b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 620 | sci | Ch03Ex12.sci | 6// Scilab code: Ex3.12: De-Broglie wavelength of thermal neutrons:Pg: 82 (2008)
m = 1.6749e-027; // Mass of neutron, kg
h = 6.624e-034; // Plancks constant, joule second
k = 1.38e-021; // Boltzmann constant, joule per kelvin
T = 300; // Temperature of thermal neutrons, kelvin
// Since m*v^2/2 = (3/2)*k*T; // Energy of neutron, joule
v = sqrt(3*k*T/m); // Velocity of neutrons, m/s
L = h/(m*v); // Wavelength of neutrons, m
printf("\nThe de-Broglie wavelength of thermal neutrons = %5.3f angstorm ", L/1e-010);
// Result
// The de-Broglie wavelength of thermal neutrons = 0.145 angstorm |
77ee4a68db8f0335e545a725a245efe23044657d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH18/EX18.1/Ex18_1.sce | 365f1a20113c32647142b698f7feeccb783cb696 | [] | 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 | 271 | sce | Ex18_1.sce |
clc;
//e.g 18.1
Vbb=10;
Rb=47*10**3;
Vcc=20;
Rc=10*10**3;
B=100;
Ic=Vcc/Rc;//saturation current
disp('mA',Ic*10**3,"Ic=");
Vce=Vcc;//cut-off voltage
disp('V',Vce*1,"Vce=");
i=2:-0.1:0;
plot2d(i);
a=gca() //get the current axes
a.box="off";
xlabel("VCE");
ylabel( "IC");
|
375e305924bec6c732309871ab64de7a83872f65 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/TX52.prev.tst | d5d041c5b6b02b84ca79104956c2451b887ee915 | [
"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 | 2,434 | tst | TX52.prev.tst | TranspositionSet={[1,0,2]}
considerNonPrimitive
Expanding for base=2, level=3, reasons+features=base,transpose,primitive,same,similiar norm
Refined variables=x,y,z
[0+1x,0+1y,0+1z]: unknown -> [1] [0,0,0] x³+y³-2z³
-> solution [0,0,0],trivial(3) [1,1,1],trivial(2)
---------------- level 0
expanding queue[0]^-1,meter=[2,2,1]: x³+y³-2z³
[0+2x,0+2y,0+1z]: unknown -> [1] [0,0,0] 4x³+4y³-z³
-> solution [0,0,0],trivial(3)
[1+2x,1+2y,0+1z]: unknown -> [2] [1,1,0] 3x+6x²+4x³+3y+6y²+4y³-z³+1
-> solution [1,1,1],trivial(2)
endexp[0]
---------------- level 1
expanding queue[1]^0,meter=[1,1,2]: 4x³+4y³-z³
[0+2x,0+2y,0+2z]: non-primitive
-> solution [0,0,0],trivial(3) [2,2,2],trivial(2)
endexp[1]
expanding queue[2]^0,meter=[2,2,2]: 3x+6x²+4x³+3y+6y²+4y³-z³+1
[3+4x,1+4y,0+2z]: unknown -> [3] [1,0,0] 27x+36x²+16x³+3y+12y²+16y³-4z³+7
[1+4x,3+4y,0+2z]: transposed [3] by [1,0,2]
[1+4x,1+4y,1+2z]: unknown -> [4] [0,0,1] 3x+12x²+16x³+3y+12y²+16y³-3z-6z²-4z³
-> solution [1,1,1],trivial(2)
[3+4x,3+4y,1+2z]: unknown -> [5] [1,1,1] 27x+36x²+16x³+27y+36y²+16y³-3z-6z²-4z³+13
-> solution [3,3,3],trivial(2)
endexp[2]
---------------- level 2
expanding queue[3]^2,meter=[2,2,1]: 27x+36x²+16x³+3y+12y²+16y³-4z³+7
[7+8x,1+8y,0+2z]: unknown -> [6] [1,0,0] 147x+168x²+64x³+3y+24y²+64y³-2z³+43
[3+8x,5+8y,0+2z]: unknown -> [7] [0,1,0] 27x+72x²+64x³+75y+120y²+64y³-2z³+19
endexp[3]
expanding queue[4]^2,meter=[2,2,2]: 3x+12x²+16x³+3y+12y²+16y³-3z-6z²-4z³
[1+8x,1+8y,1+4z]: unknown -> [8] [0,0,0] 3x+24x²+64x³+3y+24y²+64y³-3z-12z²-16z³
-> solution [1,1,1],trivial(2)
[5+8x,5+8y,1+4z]: unknown -> [9] [1,1,0] 75x+120x²+64x³+75y+120y²+64y³-3z-12z²-16z³+31
-> solution [5,5,5],trivial(2)
[5+8x,1+8y,3+4z]: unknown -> [10] [1,0,1] 75x+120x²+64x³+3y+24y²+64y³-27z-36z²-16z³+9
[1+8x,5+8y,3+4z]: transposed [10] by [1,0,2]
endexp[4]
expanding queue[5]^2,meter=[2,2,2]: 27x+36x²+16x³+27y+36y²+16y³-3z-6z²-4z³+13
[7+8x,3+8y,1+4z]: unknown -> [11] [1,0,0] 147x+168x²+64x³+27y+72y²+64y³-3z-12z²-16z³+46
[3+8x,7+8y,1+4z]: transposed [11] by [1,0,2]
[3+8x,3+8y,3+4z]: unknown -> [12] [0,0,1] 27x+72x²+64x³+27y+72y²+64y³-27z-36z²-16z³
-> solution [3,3,3],trivial(2)
[7+8x,7+8y,3+4z]: unknown -> [13] [1,1,1] 147x+168x²+64x³+147y+168y²+64y³-27z-36z²-16z³+79
-> solution [7,7,7],trivial(2)
endexp[5]
---------------- level 3
Maximum level 3 [14] mod 2: x³+y³-2z³
|
a2934af1ed8e992e6480a3d0e94ea3fc751d09e9 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH5/EX5.4/Ch05Ex04.sce | 8296c7a92c412b9d1a060ff73db035552d9299f3 | [] | 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 | 519 | sce | Ch05Ex04.sce | // Scilab code Ex5.4: Pg.200 (2008)
clc; clear;
l_p = 20; // Length of pier, m
w = 15; // Number of wave crests
lamda = l_p/w; // Wavelength of waves, m
delta_x = 20; // Spatial extent of the waves, m
delta_lamda = lamda^2/(2*%pi*delta_x); // Minimum uncertainity in wavelength, m
printf("\nThe minimum uncertainity in the wavelength of ocean waves = %5.3f m or %1d cm", delta_lamda, delta_lamda*1e+02);
// Result
// The minimum uncertainity in the wavelength of ocean waves = 0.014 m or 1 cm |
6882de7b3366ef8d5d23762ac013977b620999d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH36/EX36.1/Example36_1.sce | 95a99119a801d3f976ecdefdc91f4b6ee6d45d77 | [] | 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 | 376 | sce | Example36_1.sce | //Given that
l = 550*10^-9 //in meter
n2 = 1.60
n1 = 1.00
t = 2.6*10^-6 //in meter
//Sample Problem 36-1a
printf("**Sample Problem 36-1a**\n")
deltaPHI = t/l*(n2 - n1)*360
printf("The phase difference is equal to %1.2fdegrees\n", deltaPHI)
//Sample Problem 36-1b
printf("\n**Sample Problem 36-1b**\n")
printf("The interference produced would be constructive") |
56109a6871ce49d03c5452b5f3b37cfb72afe331 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH7/EX7.10/Ex7_10.sce | feae8886bfccd8fd9f5127016aafe0a62e520be9 | [] | 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 | 914 | sce | Ex7_10.sce | // Problem no 7.10,Page no.190
clc;clear;
close;
sigma_s=90 //MPa //shear stress of steel
sigma_d=60 //MPa //shear stress of duralumin
G_d=28 //GPa //modulus of rigidity of duralumin
G_s=84 //GPa //modulus of rigidity of steel
L=1 //m //Length of shaft
//Calculations
//theta*L**-1=sigma_s*(G_s*R_s)**-1=sigma_d*(G_d*R_d)**-1
//After substituting and simplifying,we get,
//D=2*d
//T_s=%pi*16**-1*d**3*sigma_s //N*m //torque of steel
//T_d=%pi*16*(((D**4-d**4)*D**4)**-1)*sigma_d //N*m //torque of duralumin
//After substituting and simplifying above two equations,we get,
//T_s=17.6714*10**6*d**3 //N*m
//T_d=88.3572*d**3 //N*m
//T=T_s+T_d //Total torque
//T=106.02875*10**6*d**3
d=(700*(106.02875*10**6)**-1)**0.333 //m
D=2*d //m
R_s=d*2**-1 //m
theta=(sigma_s*10**6*L*(G_s*10**9*R_s)**-1)*180*%pi**-1 //degree //Angle of twist
//Result
printf("The Angle of Twist is %.2f",theta);printf(" Degree")
|
bd13365ea408cd22cdf8af09fef58e4e80f5fb15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH9/EX9.12/Ex9_12.sce | 8d16ba009daeb0f60a39a3becab8fceb2d0720e7 | [] | 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 | 459 | sce | Ex9_12.sce | clc
//initialization of variables
clear
b=10 //cm
h=10 //cm
P=5 //tonne
e=1 //cm
E=12*10^4 //kg/cm^2
str=130 // kg/cm^2
n=3
L=2 //m
// calculations
L=L*100 //cm
Pcr=%pi^2*E*b*h^3/(12*L^2)
Pcr=Pcr/1000
Smax=-P*1000/(b*h)-(P*1000*1*5*12/10^4)*1/(1-(n*P/Pcr))
// results
printf('permissible stress = %d kg/cm^2',str)
printf('\n develoed stress = %.1f kg/cm^2',Smax)
printf('\n Since it is below the permissible stress, the design is safe')
|
75d2141e20646ef3bbf967e3272989e9cc1e8cf6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2615/CH7/EX33.4/33.sce | f3fb729c8bc11494edf5d9903d839210d4eead7e | [] | 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 | 164 | sce | 33.sce | clc
//initialisation of variables
h=15//m/sec
v=12.5//m/sec
t=90//sec
//CALCULATIONS
A=(h-v)/t//m/sec^2
//RESULTS
printf('the acceleration=% f m/sec^2',A)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.