blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21 values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8 values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50 values | src_encoding stringclasses 23 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 29 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7ef9d95e6d382d246076af9e3337ed24628f92fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH3/EX3.14/M_Ex_3_14.sce | fc63de631cba39a2650ede4c09216cea94b6ba7c | [] | 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 | 360 | sce | M_Ex_3_14.sce | clc
//Chapter3: Modulation
//Example3.14 page no 152
//Given
//Phi=(wc*t+Mf*sin(wmt))....instantaneous phase of FM
fm=5000//modulating freq
deltaf=50e3//freq deviation
deltaPhi1=deltaf/fm// Advance or retard in phase
fm=100//modulating freq in second signal
deltaPhi2=deltaf/fm
mprintf('DeltaPhi1= %d rad\nDeltaPhi2=%d rad\n',deltaPhi1,deltaPhi2)
|
d123273d6073b94765cd97ca37e926f12153ae29 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH2/EX2.18/example2_18.sce | 0e38634799e3f442a031f873c65921c568cc30f8 | [] | 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 | 386 | sce | example2_18.sce | //example 2.18
//page 90
clc; funcprot(0);
pi=3.14;
y0=1;
g=32.2;
r0=0.5;//radius
Gamma=62.4;
omega=2*pi*150/60;
//part1
h0=y0+omega^2*r0^2/4/g;
disp(h0,"height of parabloid(ft)=");
//part2
Pmax=Gamma*h0;
disp(Pmax,"maximum pressure(lbs/ft^2)=");
//part3
z=y0-omega^2*r0^2/4/g;
r=0.2;
y=-0.27;
P=Gamma*omega^2/2/g*r^2-Gamma*y;
disp(P,"Pressure(lbs/ft^2)=");
clear
|
c9ec0df25742c5a407783e5504def0ce46664cdf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH7/EX7.9/ex_7_9.sce | bb874c12aedffc95e696749c5fbc3df87d2cf5dc | [] | 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 | 616 | sce | ex_7_9.sce | //Example 7.9: Time taken and current
clc;
clear;
close;
//given data :
V=3000;// line voltage in volts
W=200;// weight of train in tonnes
D=0.9;// diameter in m
G=(30/1000)*100;//percentage gradient
r=50;// in N/tonne
gama=4;// gear ratio
Vm=50;//in km/h
eta=0.9;// gearing efficiency
We=1.10*W;// in tonne
T=4*6000;// in N-m
eta_m=85/100;// efficiency of motor
Ft=(eta*T*2*gama)/D;
A=(98.1*W*G)+(W*r);
B=Ft-A;
alfa=B/(277.8*We);// tractive effect required in N
t=Vm/alfa;
disp(t,"Time taken ,t(sec) = ")
Po=(Ft*Vm)/3600;// in kw
Pi=Po/eta_m;
It=(Pi*1000)/V;// in A
I=It/4
disp(I,"Current drawn per motor,I(A) = ")
|
59dab038eedf076efe7b9cb842876a75d66f889f | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/SURPRISE-LANGUAGES/Australian/mwf.tst | f30303b35777ac54e75883badcb2ab3ee3e5cbf0 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,641 | tst | mwf.tst | mu V;SG;1+INCL;non{FUT}
mu V;IRR;PL;1;PST
mu V;IRR;PC;1;PST
mu V;IRR;PC;3
mu V;IRR;PL;1
mu V;IRR;SG;1+INCL;PST
mu V;IRR;PC;2
mu V;IRR;SG;3
mu V;IRR;PC;1
mu V;SG;1+INCL;PST
mu V;SG;2;non{FUT}
mu V;SG;1;non{FUT}
mu V;SG;1;PST
mu V;IRR;PL;2;PST
mu V;IRR;PL;2
mu V;IRR;SG;1;PST
mu V;PL;1;non{FUT}
mu V;IRR;SG;3;PST
mu V;PC;3;PST
mu V;IRR;SG;2
mu V;IRR;PL;3
mu V;IRR;SG;2;PST
mu V;SG;3;PST
mu V;PL;3;non{FUT}
mu V;PL;2;non{FUT}
mu V;SG;2;PST
mu V;SG;3;non{FUT}
mu V;PL;2;PST
mu V;PC;2;PST
mu V;PL;1;PST
mu V;PC;1;PST
mu V;IRR;PC;2;PST
mu V;IRR;SG;1+INCL
mu V;IRR;PC;3;PST
mu V;IRR;SG;1
mu V;PL;3;PST
mu V;IRR;PL;3;PST
na V;IRR;PC;1
na V;IRR;PC;2
na V;SG;1;PST
na V;IRR;PL;3;PST
na V;IRR;SG;1;PST
na V;PL;3;non{FUT}
na V;IRR;PL;1
na V;PC;2;PST
na V;PC;1;PST
na V;SG;1+INCL;non{FUT}
na V;IRR;PL;2;PST
na V;IRR;SG;2;PST
na V;PL;2;PST
na V;PL;1;non{FUT}
na V;IRR;SG;2
na V;IRR;PL;2
na V;SG;2;PST
na V;SG;3;non{FUT}
na V;IRR;SG;1+INCL
na V;PC;3;PST
na V;IRR;SG;1+INCL;PST
na V;IRR;PL;1;PST
na V;PL;3;PST
na V;IRR;SG;3;PST
na V;IRR;SG;3
na V;SG;1;non{FUT}
na V;SG;2;non{FUT}
na V;IRR;PC;2;PST
na V;SG;3;PST
na V;PL;1;PST
na V;PL;2;non{FUT}
na V;IRR;PL;3
na V;IRR;SG;1
na V;IRR;PC;3;PST
na V;IRR;PC;1;PST
na V;SG;1+INCL;PST
na V;IRR;PC;3
me V;IRR;SG;3;PST
me V;IRR;PC;2
me V;SG;1;PST
me V;IRR;PL;3;PST
me V;PL;3;PST
me V;SG;3;PST
me V;IRR;PL;3
me V;SG;2;non{FUT}
me V;PL;3;non{FUT}
me V;IRR;SG;2
me V;IRR;PL;2
me V;IRR;PL;1;PST
me V;PL;1;non{FUT}
me V;SG;1+INCL;non{FUT}
me V;IRR;PC;3
me V;IRR;PL;1
me V;PC;3;PST
me V;SG;3;non{FUT}
me V;PC;1;PST
me V;PL;2;non{FUT}
me V;IRR;PC;2;PST
me V;SG;1+INCL;PST
me V;PC;2;PST
me V;IRR;SG;1+INCL;PST
me V;IRR;SG;1
me V;IRR;SG;2;PST
me V;SG;1;non{FUT}
me V;IRR;PC;1;PST
me V;IRR;PC;3;PST
me V;IRR;SG;3
me V;IRR;SG;1+INCL
me V;SG;2;PST
me V;IRR;SG;1;PST
me V;PL;2;PST
me V;PL;1;PST
me V;IRR;PL;2;PST
me V;IRR;PC;1
bi V;PC;2;PST
bi V;IRR;SG;1+INCL
bi V;IRR;PC;1
bi V;IRR;PC;1;PST
bi V;PL;3;non{FUT}
bi V;SG;1+INCL;PST
bi V;SG;1;non{FUT}
bi V;IRR;PC;3
bi V;IRR;SG;2;PST
bi V;SG;1+INCL;non{FUT}
bi V;IRR;PC;2;PST
bi V;IRR;SG;1;PST
bi V;PL;1;PST
bi V;IRR;PL;1;PST
bi V;PL;1;non{FUT}
bi V;PC;1;PST
bi V;IRR;SG;1+INCL;PST
bi V;PL;2;PST
bi V;IRR;SG;1
bi V;IRR;PL;3;PST
bi V;SG;3;PST
bi V;IRR;SG;3;PST
bi V;IRR;SG;2
bi V;PL;2;non{FUT}
bi V;IRR;PL;2;PST
bi V;SG;2;PST
bi V;IRR;PL;1
bi V;IRR;PL;2
bi V;IRR;SG;3
bi V;IRR;PL;3
bi V;PC;3;PST
bi V;SG;2;non{FUT}
bi V;IRR;PC;2
bi V;SG;1;PST
bi V;SG;3;non{FUT}
bi V;PL;3;PST
bi V;IRR;PC;3;PST
mi V;IRR;PC;3
mi V;PL;2;PST
mi V;IRR;SG;1+INCL
mi V;PC;2;PST
mi V;PL;3;PST
mi V;IRR;SG;3;PST
mi V;IRR;PL;1;PST
mi V;IRR;PL;1
mi V;IRR;SG;2;PST
mi V;IRR;PC;1;PST
mi V;IRR;SG;2
mi V;PL;1;PST
mi V;IRR;PL;3
mi V;IRR;PL;3;PST
mi V;IRR;SG;1
mi V;PL;1;non{FUT}
mi V;IRR;PL;2
mi V;SG;1+INCL;non{FUT}
mi V;SG;2;PST
mi V;SG;1+INCL;PST
mi V;IRR;PC;3;PST
mi V;IRR;SG;1;PST
mi V;IRR;SG;1+INCL;PST
mi V;IRR;PC;2;PST
mi V;PC;3;PST
mi V;PL;2;non{FUT}
mi V;SG;1;non{FUT}
mi V;SG;3;PST
mi V;IRR;PC;2
mi V;SG;1;PST
mi V;PL;3;non{FUT}
mi V;PC;1;PST
mi V;SG;3;non{FUT}
mi V;IRR;PL;2;PST
mi V;SG;2;non{FUT}
mi V;IRR;PC;1
mi V;IRR;SG;3
a V;IRR;PC;2
a V;PL;3;PST
a V;SG;2;non{FUT}
a V;IRR;PC;1
a V;IRR;SG;2
a V;IRR;PL;1
a V;IRR;SG;2;PST
a V;IRR;PC;2;PST
a V;IRR;SG;3;PST
a V;IRR;PL;3
a V;SG;3;non{FUT}
a V;IRR;SG;1;PST
a V;SG;1;PST
a V;PC;3;PST
a V;IRR;PL;2;PST
a V;IRR;PL;1;PST
a V;PL;3;non{FUT}
a V;PL;2;PST
a V;PL;2;non{FUT}
a V;IRR;PC;3;PST
a V;IRR;SG;1+INCL;PST
a V;SG;2;PST
a V;IRR;PL;3;PST
a V;IRR;SG;1
a V;PL;1;non{FUT}
a V;SG;1+INCL;PST
a V;SG;1+INCL;non{FUT}
a V;SG;1;non{FUT}
a V;SG;3;PST
a V;IRR;PC;3
a V;PC;1;PST
a V;IRR;PC;1;PST
a V;IRR;SG;1+INCL
a V;IRR;PL;2
a V;PL;1;PST
a V;PC;2;PST
a V;IRR;SG;3
|
0873526096285fb8764890bbb8d4deca944f4f01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /839/CH29/EX29.1/Example_29_1.sce | 8bbceb12cbdf4ddc3ef2b74d0d7bdc739ed5100f | [] | 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 | 299 | sce | Example_29_1.sce | //clear//
clear;
clc;
//Example 29.1
//Given
mdot = 100; //[ton/h]
w1 = 0.80;
w2 = 0.80;
//Solution
Wi = 12.74; //From Table 29.1
Dpa = 2*25.4; //[mm]
Dpb = 0.125*25.4; //[mm]
//Using Eq.(29.10)
P = mdot*0.3162*Wi*(1/Dpb^0.5-1/Dpa^0.5); //[kW]
disp('kW',P,'Power required (P) = ');
|
f69ae81b2bb3c62dfeb81b09823bdeec9b6eebd0 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electronic_Circuits_M._H._Tooley_995.zip/Electronic_Circuits_M._H._Tooley_995/CH7/EX7.5/Ex7_5.sce | 6d1070131e98c58e29054599ce19d885c5a4f280 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 135 | sce | Ex7_5.sce | errcatch(-1,"stop");mode(2);//Ex:7.5
;
;
A=100;
G=20;
b=(1/G)-(1/A);
printf("amount of feedback required = %f ",b);
exit();
|
67e5d4d03f9a49500dc26f61a1c98fba7c7c4602 | 2a6e8d853589f99603c8973e55748050d0f77719 | /constant-rational.sci | 000e9c8c3f114183c185178600f2cc3951c427df | [] | no_license | sanchit95/Scilab-Control-System | 3ee8a09de4933fe4b15e72a9c114d49e89dc6608 | 0dc379795f261c7b35fff6cb8b087b0d617b10dc | refs/heads/master | 2022-09-24T07:46:02.477146 | 2022-09-21T11:23:04 | 2022-09-21T11:23:04 | 60,767,025 | 8 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 3,074 | sci | constant-rational.sci | // This is a sub function of series interconnection function.
//This contains the constant-rational combination
// The variable sys gives the resultant system ie. series(sys1,sys2,e,f)
function[sys] = series3(varargin)
isSisoArray = %f ;
for i =1:length(varargin)
if (typeof(varargin(i))== 'rational')| (typeof(varargin(i))== 'constant')|(typeof(varargin(i))== 'hypermat')
sys1 = varargin(i)
if (i+1<=length(varargin))& (typeof(varargin(i+1))=='boolean')&(varargin(i+1)==%T)
isSisoArray = %T ;
end
break ;
end
end
for i =1:length(varargin)
if ((typeof(varargin(i))== 'constant')|(typeof(varargin(i))== 'rational')|(typeof(varargin(i))== 'hypermat')) & (typeof(varargin(i))<>typeof(sys1))
sys2 = varargin(i)
if (i+1<=length(varargin))&(typeof(varargin(i+1))=='boolean')&(varargin(i+1)==%T)
isSisoArray = %T ;
end
break ;
end
end
e = varargin(length(varargin)-1) ; // vectored output
f = varargin(length(varargin)) ; // vectored input
if (typeof(sys1)=='rational')
//interchange sys1 and sys2
temp = sys1;
sys1 = sys2 ;
sys2 = temp ;
//interchange values of e and f
temp = e;
e = f ;
f = temp ;
end
if (typeof(sys1)=='constant')&(typeof(sys2)=='rational') & (ndims(sys2)<=2) &(isSisoArray == %f)
// sys1 = constant type and sys2 = rational type
// Here sys2 is a pxq mimo system
[m n] = size(sys1) ;
[p q] = size(sys2) ;
if ([m n]==[1 1]) & (e<=m)& (f<=q)
// sys1 is 1x1 but sys2 is pxq
sys = sys1.*sys2(:,f) ;
else
for i = 1:n
for j= 1:p
sys(j,i) = sys1(e,i).*sys2(j,f) ;
end
end
end
elseif (typeof(sys1)=='hypermat')&(typeof(sys2)=='rational')&(isSisoArray == %f)
// Hypermatrix and Rational pxq mimo system
ee=1;
[p q] = size(sys2)
for j=1:size(sys1,2)
for k=1:size(sys1,3)
temp(ee,1)=sys1(e,j,k)
ee=ee+1
end
end
for i =1:size(temp,1)
for j = 1:size(sys2,1)
sys(j,i) = temp(i,1).*sys2(j,f);
end
end
elseif (typeof(sys2)=='rational')&(isSisoArray == %t) ;
// sys2 is SISO array or a SISO hypermatrix of dimensions pxqxr
// Should produce error if f is not equal to 1
p = size(sys2,1) ;
q = size(sys2,2) ;
r = size(sys2,3) ;
ee = 1;
temp = [] ;
for j=1:size(sys1,2)
for k=1:size(sys1,3)
//disp('loop');
temp(ee,1)=sys1(e,j,k);
ee=ee+1;
end
end
temp_sys = [] ;
for i =1:size(temp,1)
temp_sys(i,:,:,:) = temp(i,1).*sys2;
end
sys = temp_sys ;
end
endfunction
|
52d72bdf3c23e6fb697f74056ec24d75bd74af84 | 17dd6e9c9459b72f85b0a71f73e670abf1ca9f4e | /Wiskunde1/cursus/oefeningen/submat.sci | decf5e588f2e20f2b15bd9225d7df79120c5df75 | [] | no_license | Woumpousse/KHL | e80c9a00bf71321539b218d8ec047883a9c2fc91 | 066a06c131c617e8be9ec6ac2f4c76b637aba34e | refs/heads/master | 2020-12-24T13:18:20.656259 | 2014-09-29T16:14:00 | 2014-09-29T16:14:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 12 | sci | submat.sci | E = B(:,1:5) |
ffd68d8de0f7fdb624d0a7de8a034b106c60d1cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /401/CH12/EX12.3/Example12_3.sce | 7ca1a690223eb2e14a3344a2efc78431d16bd6a7 | [] | 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 | 727 | sce | Example12_3.sce | //Example 12.3
//Program to estimate the average number of photons which must be
//incident on the APD to register a binary one with a BER of 10^(-9)
clear;
clc ;
close ;
//Given data
k=0.02; //CARRIER IONIZATION RATE
M=100; //MULTIPLICATION FACTOR
SNR=144; //SIGNAL TO NOISE RATIO
Bt=0.6; //FOR RAISED COSINE PULSE SPECTRUM
n=0.8; //(*100) percent - QUANTUM EFFICIENCY
//Excess avalanche noise factor F(M)
F=k*M+(2-1/M)*(1-k);
//Average number of photons
z=2*Bt*ceil(F)/n*SNR;
//Displaying the Result in Command Window
printf("\n\n\t The average number of photons which must be incident on the APD is %1.0f photons.",z); |
16fc1ec3fd9957baf28e7dbc1be1279315642529 | 2fda9aa2b5194284c52ea117ac6c11075bdab566 | /boiler_thermal_design.sce | 89afa0da6036b5a4578336b44df4e3109ecfb6a5 | [] | no_license | wsbassel/fire-tube-boiler-thermal-desiogn | 306ea93c0b4330746af76f90ce334e39da8765d2 | 6f20544d3d6b4e1a7aa263c93e2584ed9faaf30c | refs/heads/master | 2020-06-24T07:56:06.611529 | 2019-07-25T21:47:26 | 2019-07-25T21:47:26 | 198,904,092 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,172 | sce | boiler_thermal_design.sce | //function [comb_prod_mass]=boiler_thermal_design ()
getd("BOILER")
xc=.85 //carbon mass per kg of feul
xh=.15 // hidrogen mass per kg of feul
excess=.15 //excess air
LC_val=37000 // lower calorfic value of feul
[comb_prod_mass, a0_mix, a1_mix, a2_mix, a3_mix, T_ad_comb, con_eta, exp_eta, con_lamda, exp_lamda ]=combustion(xc, xh,excess, LC_val )
disp 'cp=a0_mix +a1_mix*T+a2_mix*T^2+ a3_mix*T^3'
a0_mix // pqrqmeter of cp equation
disp (a0_mix)
a1_mix // pqrqmeter of cp equation
disp (a1_mix)
a2_mix // pqrqmeter of cp equation
disp (a2_mix)
a3_mix // pqrqmeter of cp equation
disp (a3_mix)
disp 'eta=con_eta*T^exp_eta'
disp 'lamd=con_lamda*T^exp_lamda'
con_eta
disp (con_eta)
disp (exp_eta)
disp (con_lamda)
disp (exp_lamda)
disp 'adiabatic comustion temperature'
disp (T_ad_comb) // adiabatic comustion temperature
disp 'comb_prod_mass per kg of feul'
disp (comb_prod_mass)
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// RADIATION HEAT TRANSFER
T_air_in=30 // inlet air temperature
Q_boiler=2500 //boiler power
[T_ad_comb, Q_fur, T_inlet_next, Tc, M]=temp_radiation (a0_mix, a1_mix, a2_mix, a3_mix,comb_prod_mass,T_air_in, Q_boiler, LC_val)
Q_fur
Tc
T_inlet_next
disp 'Q_fur furnace radiant heat tyransfer'
disp (Q_fur)
disp 'T_inlet_next is the outlet temperature of furnace which the inlet tempeature of pass2'
disp (T_inlet_next)
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// CONVECTION HEAT TRANSFER pass2
L_t_pass=4.5 // length of tube of the pass2
N_t_pass=48 // number of tubes in pass2
d_in_t=.05 // internal diameter of tube
T_sat=160+273.15 // saturation temperature of steam
n_div=20 // number of divisions
[T_inlet_next,Q_convec, Dp_tot]=fire_tube_conv_rev2(M,a0_mix,a1_mix,a2_mix,a3_mix,...
con_eta,exp_eta,con_lamda,exp_lamda,L_t_pass,N_t_pass,d_in_t,T_inlet_next,T_sat,n_div)
disp 'T_inlet_next the inlet temperature of next pass'
disp (T_inlet_next)
Q_convec_pass(2)=Q_convec
disp 'Q_tot_convec_pass(2) convective heat transfered'
disp (Q_convec_pass(2))
Dp_tot_pass(2)=Dp_tot
disp 'pressure_loss_Pa of the pass2'
disp (Dp_tot_pass(2))
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// convection heat transfer pass3
T_inlet_next
L_t_pass=5 // length of tube of the pass3
N_t_pass=30 // number of tubes in pass3
d_in_t=.05 // internal diameter of tube
T_sat=160+273.15 // saturation temperature of steam
n_div=20 // number of divisions
[T_inlet_next,Q_convec, Dp_tot]=fire_tube_conv_rev2(M,a0_mix,a1_mix,a2_mix,a3_mix,...
con_eta,exp_eta,con_lamda,exp_lamda,L_t_pass,N_t_pass,d_in_t,T_inlet_next,T_sat,n_div)
disp T_inlet_next
disp (T_inlet_next)
Q_convec_pass(3)=Q_convec
Dp_tot_pass(3)=Dp_tot
disp Q_tot_convec_pass(3)
disp (Q_convec_pass(3))
disp pressure_loss_Pa
disp (Dp_tot_pass(3))
Dp_total=Dp_tot_pass(2)+Dp_tot_pass(3)
Q_fur_convec=Q_fur+Q_convec_pass(2)+Q_convec_pass(3)
disp Dp_total
disp (Dp_total)
disp heat_transfered
disp (Q_fur_convec)
|
4f0c7a0ca78f675cfe2d576de79480621370b419 | 449d555969bfd7befe906877abab098c6e63a0e8 | /848/CH11/EX11.7/Example8_7.sce | c54b4199ad789eb382fa5da2dea38fd12fca216e | [] | 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 | 602 | sce | Example8_7.sce | //clear//
//Caption: Program to find CRC(Cyclic Redundancy Check)
//Example8.7
//page 308
clear;
clc;
close;
x = poly(0,'x');
m = [1,1,1,1,0];
G = x^7+x^6+x^5+x^4+0+0+0+0;
D = x^3+0+x+1;
[R,Q] = pdiv(G,D)
R = coeff(R);
Q = coeff(Q);
R = abs(modulo(R,2));
Q = abs(modulo(Q,2));
disp(R,'Remainder R =')
disp(Q,'Quotient Q =')
disp([m R],'CRC for the given information CRC =')
//Result
//Remainder R =
// 1. 0. 1.
//Quotient Q =
// 1. 1. 0. 1. 1.
//CRC for the given information CRC =
// 1. 1. 1. 1. 0. 1. 0. 1.
|
02e618b646f1bf67571d45bca7ff1afe75ad691d | 5a05d7e1b331922620afe242e4393f426335f2e3 | /macros/roundn.sci | 87aa25f0a2543f863497a84fba36085da9b20dc1 | [] | no_license | sauravdekhtawala/FOSSEE-Signal-Processing-Toolbox | 2728cf855f58886c7c4a9317cc00784ba8cd8a5b | 91f8045f58b6b96dbaaf2d4400586660b92d461c | refs/heads/master | 2022-04-19T17:33:22.731810 | 2020-04-22T12:17:41 | 2020-04-22T12:17:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 65 | sci | roundn.sci | function r=roundn(x,n)
r=(round(x*10^n))/(10^n);
endfunction
|
f330d5268e127766ede124a28236ddf2c170c469 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3136/CH2/EX2.5/Ex2_5.sce | 88e4dcba8bf8fc071ba555cf39aedf0b1b00fa29 | [] | 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 | 757 | sce | Ex2_5.sce | clear all; clc;
//This numerical is Ex 2_1E,page 29.
Q1=80
N1=1000
N2=1500
delta_p1=150
P_s1=8
disp("From phi_2=phi_1 we have Q2/(D^3*N2)=Q1/(D^3*N1)")
Q2=Q1*N2/N1
printf(" The value of Q2 is equal to %g gpm \n",Q2)
disp("From psi_1=psi_2 we have delta p 2/(rho*D^2*N2^2)=delta p 1/(rho*D^2*N1^2)")
delta_p2=delta_p1*((N2/N1)^2)
printf(" The value of delta_p2 is equal to %g psig \n",delta_p2)
disp("From pi_2=pi_1 we have P_s2=P_s1*((N2/N1)^3)")
P_s2=P_s1*(N2/N1)^3
printf(" The value of P_s2 is equal to %g hp \n",P_s2)
disp("The efficiencies are same at the corresponding points,so E1=E2")
E1=Q1*delta_p1*0.00223*144/(550*P_s1)
printf(" The value of E1=E2 is equal to %g \n",E1)
disp("Thus the efficiency is equal to 87.57%")
|
b7a0a0e9b41fb4eeb2820fc7f98db3bce632b314 | a557f90da8513f81cafd8f65e37e2c0d66449a2f | /squarewave.sce | d20127e4f9dc3cf8594dc6e9bc22dce61a96e58c | [] | no_license | Sahil966121/SCI | 484cd77d6247e54fe87d36b4f112965c83ab5d96 | cf2921861486a4f2e2e83c3ca813a4e7710d3508 | refs/heads/main | 2023-03-03T17:43:08.236192 | 2021-02-03T05:19:43 | 2021-02-03T05:19:43 | 324,413,192 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 90 | sce | squarewave.sce | t=(0:0.1:4*%pi)';
plot2d3(4*%pi*squarewave(t));
xtitle('square wave','Time','Amplitude')
|
0b1f89804168442677c16729bba51f150203a3f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2309/CH4/EX4.11/Ex4_11.sce | 33cb71fb277122e262640a3c4e2fecfb2e6f7665 | [] | 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 | 773 | sce | Ex4_11.sce | // Chapter 4 Example 11
//==============================================================================
clc;
clear;
// input data
l = 4*10^-9; // width of infinitely deep potential
h = 6.625*10^-34 // plancks constant in Jsec
m = 9.11*10^-31 // mass of electron in Kg
n = 1; // minimum energy
e = 1.6*10^-19 // charge of electron in columbs
// Calculations
E = (h^2 * n^2)/(8*m*l^2) // Energy of electron in an infinitely deep potential well
E1 = E/e // energy conversion from joules to eV
// Output
mprintf('Minimum energy of an electron = %3.4f eV',E1);
//==============================================================================
|
07f29c003d89b67030243a557dda5a2fd45e3c4b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH7/EX7.a.16/Example_a_7_16.sce | 8521c5c1545c9772aa723ecc465dc603c662469c | [] | 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 | 175 | sce | Example_a_7_16.sce | //Example_a_7_16 page no:283
clc;
I2=0;
Vmag=30*5/14.14;
Vang=90-45;
disp(Vmag,"the magnitude of voltage is (in V)");
disp(Vang,"the angle of voltage is (in degree)");
|
26cd026d1aa8b9645fba322f575fe05b2f883885 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1793/CH15/EX15.7/15Q7.sce | c9cc35e0d2ac27c075164d11e840616201f19334 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 165 | sce | 15Q7.sce | clc
FSs=1
c=20
G=18.9
C=24
Hcr=C/(G*tand(c)*0.17)
printf('a)Critical height Hc = %f m\n',Hcr)
H=10
k=C/(G*H*tand(c))
Fs=4*tand(c)
printf(' b)Fs = %f',Fs)
|
3ff023b1bfd9af19b0907f308012faf0be5a6627 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH9/EX9.4/Ex9_4.sce | e41a83159e0ea2f4216ff6a85c1300e2198714b4 | [] | 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 | 443 | sce | Ex9_4.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex9_4.sce.
clc;
clear;
//From figure 9.26
EG=25;
P=45e3;
E=220;
I=P/(E*sqrt(3));
Xl=EG/(sqrt(3)*I);
printf("\n Leakage reactance=%1.4f ohm \n",Xl)
//From fig 9.26 armature reaction amphere is equal to the field current
If=1.925;
printf("\n Field amphere current=%1.3f A \n",If)
|
5653ca1aeee2b21cd25e0f4e0f37d2d7767f16a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1439/CH4/EX4.12/4_12.sce | 8580c5aa3afdb349f565d9d78128236d98c3a0e0 | [] | 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 | 210 | sce | 4_12.sce | clc
//initialisation of variables
dH273= -79.7 //cal g^-1
T1= 263 //K
T2= 273 //K
dCp= -0.51 //cal mole^-1 deg^-1
//CALCULATIONS
H263= dH273+dCp*(T1-T2)
//RESULTS
printf ('H263= %.1f cal g^-1',H263)
|
ac4ff1360eb8d267b4e640c4676bd90d355f8387 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH10/EX10.5/ex10_5.sce | c8ecdab326e31d1062fb3904927dcd8c8345aded | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | ex10_5.sce | // Example 10.5, page no-270
clear
clc
ni=2.15*10^13//cm^-3
mue=3900//cm^2/V-s
muh=1900
e=1.6*10^-19//C
sig=ni*e*(mue+muh)
r=1/sig
printf("The conductivity of intrinsic Ge is %.2f *10^-2 /ohm-cm\n The intrinsic resistivity is %.0f Ohm-cm",sig*10^2,r)//answers not matching with book's ans.
|
b74fa16e9f88972b1d61a93fa0945d849b00943a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH10/EX10.3/ex10_3.sce | 9094e51db7721380cfb3fae4da78f7fe7d7806d2 | [] | 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 | ex10_3.sce | // Exa 10.3
clc;
clear;
close;
format('v',7)
// Given data
P = 4;
phi = 20;// in mWb
phi = phi * 10^-3;// in Wb
A = 4;
P = A;
N =720;// in rpm
n = 144;// no of slots in slots
n1 = 2;// no of coils
n2 = 2;// no of turns in turns
Z = n*n1*n2;// total number of conductor
// Generated emf
E = (N*P*phi*Z)/(60*A);// in V
disp(E,"The induced voltage in V is");
|
9239d6b3f97b1f0fe9ba74825debda413c51531c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH2/EX2.24/ch2_ex_24.sce | 3d18a4021cf3d6d405f39d609209219ce39a5669 | [] | 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 | 723 | sce | ch2_ex_24.sce | //CHAPTER 2- STEADY-STATE ANALYSIS OF SINGLE-PHASE A.C. CIRCUIT
//Example 22 // read it as example 23 in the book on page 2.77
disp("CHAPTER 2");
disp("EXAMPLE 24");
//VARIABLE INITIALIZATION
V=200 //Amplitude in Volts
w=314 //angular spped
R=20 //in ohms
//SOLUTION
//solution
//comparing with standard equation
Im=V/R; // in Amps
rms=Im/2;
Iav=Im/%pi; //average current
ff=rms/Iav;
disp("SOLUTION");
disp(sprintf("RMS value of current is %3f A", rms));
disp(sprintf("Average value of current is %3f A", Iav));
disp(sprintf("Form Factor of current is %3f A", ff));
disp(" ");
//
//END
|
f4c2bb07203eb8597570c5bee93dcc863a4b825c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH2/EX2.4/Ex2_4.sce | a06fd2009f877e17e6109381835102f09fbd1854 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 722 | sce | Ex2_4.sce | // Theory and Problems of Thermodynamics
// Chapter 2
// First Law of Thermodynamics
// Example 4
clear ;clc;
//Given data
T = 303 // initial temperature in K
P = 100 // initial pressure in kPa
V_w = 0.001004 // specific volume for water in m3/kg
V_v = 1.694910 // specific volume for vapor in m3/kg
H_w = 125.6 // enthalpy of water in kJ/kg
H_v = 2675.47 // enthalphy of vapor in kJ/kg
// determine heat and work interactions
W = P * (V_v - V_w); // work interaction
del_H = H_v - H_w // enthalpy difference
Q = del_H //heat interaction
// Results
mprintf('Work interaction = %7.2f kJ', W)
mprintf('\n Heat interaction = %5.2f kJ', Q)
|
e8e02978d12e44a9c352caba2c6f938369f151fa | 449d555969bfd7befe906877abab098c6e63a0e8 | /2534/CH7/EX7.6/Ex7_6.sce | b2115cadef6f712781b5adad0f6d87495970ffba | [] | 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 | 645 | sce | Ex7_6.sce | //Ex7_6
clc
RC = 2*10^3
beta = 100
VCC = 9
RB = 500*10^3
VBE = 0.6
disp("RC = "+string(RC)+"ohm")//collector resistance
disp("beta = "+string(beta))//current gain
disp("VCC = "+string(VCC)+"V")//collector supply voltage
disp("RB = "+string(RB)+"ohm")//base resistance
disp("VBE = "+string(VBE)+"V")//base-emitter voltage
IB = (VCC - VBE)/RB
disp("IB = (VCC - VBE)/RB = "+string(IB)+"Amp")//base current
IC = beta*IB
disp("IC = beta*IB = "+string(IC)+"A")//collector current
VCE = VCC - IC*RC
disp("VCE = VCC - IC*RC = "+string(VCE)+"V")//collector-emitter voltage
disp("operating point is("+string(VCE)+"V, "+string(IC)+"A)")
|
29ac8670c3d0bc2f94a6c286b76b09645196bdae | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH10/EX10.6/Exa10_6.sce | e07b54d8484b471258250023bb4ece41eaf563e1 | [] | 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 | Exa10_6.sce | //Exa 10.6
clc;
clear;
close;
//Given Data :
format('v',7);
Im=30;//in Ampere
f=50;//in Hz
V=200;//in volts
cosfi_1=0.7;//powerfactor
Ia=Im*cosfi_1;//in Ampere
tanfi_1=tand(acosd(cosfi_1));//unitless
Ir1=Ia*tanfi_1;//in Ampere
cosfi_2=0.85;//powerfactor
tanfi_2=tand(acosd(cosfi_2));//unitless
Ir2=Ia*tanfi_2;//in Ampere
Ic=Ir1-Ir2;//in Ampere
C=Ic/(2*%pi*f*V);//in farads
disp(C*10^6,"Capacity of condenser(in uF) :"); |
6956c8231a4549ea95d11780a970779cfb2494fb | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /OW Long Strafes.sce | 6181e0c98ed0f7e7694ec76e11f39525e12d6d1b | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 46,812 | sce | OW Long Strafes.sce | Name=OW Long Strafes
PlayerCharacters=OWPlayer
BotCharacters=OWBOTC.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=OWPlayer
AddedBots=OWBOTC.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=2
BotTeams=1
MapName=cataicfpsfix.map
MapScale=1.8125
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
ScoreToWin=1000.0
ScorePerDamage=2.0
ScorePerKill=0.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=true
ScoreMultKillEfficiency=false
GameTag=Overwatch, ADAD/Crouch-spam
WeaponHeroTag=Tracking, LG
DifficultyTag=5
AuthorsTag=xeLe
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=Practice tracking on a target that spams ADAD, crouch and jump
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Aim Profile]
Name=At Feet
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Aim Profile]
Name=Ignore Spread
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=90.0
MinTolerableSpread=90.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=1.0
[Bot Profile]
Name=OWBOTC
DodgeProfileNames=Long Strafes Jumping;Short Strafes Jumping;ADAD
DodgeProfileWeights=2.0;2.0;3.0
DodgeProfileMaxChangeTime=2.5
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=OWBOTC
SeeThroughWalls=false
[Character Profile]
Name=OWPlayer
MaxHealth=200.0
WeaponProfileNames=LG;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=270.0
Gravity=1.0
AirControl=0.04
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.149 Y=0.542 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=0.771
TeamHeadColor=X=0.149 Y=0.542 Z=1.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=128.888885
MainBBRadius=20.0
MainBBHasHead=true
MainBBHeadRadius=12.5
MainBBHeadOffset=-12.5
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=128.888885
ProjBBRadius=20.0
ProjBBHasHead=true
ProjBBHeadRadius=12.5
ProjBBHeadOffset=-12.5
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
[Character Profile]
Name=OWBOTC
MaxHealth=300.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=30.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=5.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=488.888885
MaxCrouchSpeed=270.0
Acceleration=10000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=270.0
Gravity=1.0
AirControl=0.04
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.149 Y=0.542 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=0.771
TeamHeadColor=X=0.149 Y=0.542 Z=1.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=128.888885
MainBBRadius=20.0
MainBBHasHead=true
MainBBHeadRadius=12.5
MainBBHeadOffset=-12.5
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=128.888885
ProjBBRadius=20.0
ProjBBHasHead=true
ProjBBHeadRadius=12.5
ProjBBHeadOffset=-12.5
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
[Dodge Profile]
Name=Long Strafes Jumping
MaxTargetDistance=1245.901611
MinTargetDistance=373.770477
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.4
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=Short Strafes Jumping
MaxTargetDistance=1245.901611
MinTargetDistance=373.770477
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.4
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.5
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Dodge Profile]
Name=ADAD
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.15
MaxLRTimeChange=0.4
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.2
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.16
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.1
MaxCrouchTime=0.2
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
[Weapon Profile]
Name=LG
Type=Hitscan
ShotsPerClick=1
DamagePerShot=6.0
KnockbackFactor=2.0
TimeBetweenShots=0.046
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
CooldownType=InfiniteUse
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
CooldownTimer=5.0
MaxCharges=3
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=7.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.05
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileWorldHitRadius=1.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomFactor=0.7
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
ShootSound=Shot
HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=0
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=true
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera score
Float sky.timeOfDay 13.000000
Float sky.skyAngle 210.000000
ColourXRGB32 sky.skyTopColor ff020302
ColourXRGB32 sky.skyHorizonColor ff000800
ColourXRGB32 sky.skyBottomColor ff020e03
ColourXRGB32 sky.sunColor ff3e4a51
Float sky.sunIntensitySize 8.000000
Float sky.sunSharpness 8.000000
ColourXRGB32 sky.horizonColor ff9fc3a9
Float sky.horizonIntensity 0.300000
Float sky.horizonHaloExponentSun 8.000000
Float sky.horizonLine 0.150000
Float sky.starsIntensity 4.000000
ColourXRGB32 sky.cloudsColor ffffffff
Float sky.cloudsCoverage 0.500000
Float sky.cloudsCoverageMultiplier 24.000000
Float sky.cloudsRoughness 0.400000
ColourXRGB32 fogColor ff5b6577
Float fogDistanceEnd 4500.000000
Float fogHeightTop 200.000000
Float fogHeightBottom -2000.000000
String256 title The Catalyst
String256 ownerString tehace & promEUs
Bool8 mode1v1 1
Bool8 mode2v2 1
brush
vertices
1120.000000 1928.000000 128.000000
1120.000000 1928.000000 112.000000
1116.000000 1928.000000 112.000000
1116.000000 1928.000000 128.000000
1120.000000 1880.000000 128.000000
1120.000000 1880.000000 112.000000
1116.000000 1880.000000 112.000000
1116.000000 1880.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1120.000000 1920.000000 112.000000
1120.000000 1920.000000 96.000000
1116.000000 1920.000000 96.000000
1116.000000 1920.000000 112.000000
1120.000000 1880.000000 112.000000
1120.000000 1880.000000 96.000000
1116.000000 1880.000000 96.000000
1116.000000 1880.000000 112.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1120.000000 1912.000000 96.000000
1120.000000 1912.000000 80.000000
1116.000000 1912.000000 80.000000
1116.000000 1912.000000 96.000000
1120.000000 1880.000000 96.000000
1120.000000 1880.000000 80.000000
1116.000000 1880.000000 80.000000
1116.000000 1880.000000 96.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1120.000000 1904.000000 80.000000
1120.000000 1904.000000 64.000000
1116.000000 1904.000000 64.000000
1116.000000 1904.000000 80.000000
1120.000000 1880.000000 80.000000
1120.000000 1880.000000 64.000000
1116.000000 1880.000000 64.000000
1116.000000 1880.000000 80.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1120.000000 1896.000000 64.000000
1120.000000 1896.000000 48.000000
1116.000000 1896.000000 48.000000
1116.000000 1896.000000 64.000000
1120.000000 1880.000000 64.000000
1120.000000 1880.000000 48.000000
1116.000000 1880.000000 48.000000
1116.000000 1880.000000 64.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1120.000000 1888.000000 48.000000
1120.000000 1888.000000 32.000000
1116.000000 1888.000000 32.000000
1116.000000 1888.000000 48.000000
1120.000000 1880.000000 48.000000
1120.000000 1880.000000 32.000000
1116.000000 1880.000000 32.000000
1116.000000 1880.000000 48.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1344.000000 1942.000000 -76.000000
1360.000000 1942.000000 -80.000000
1312.000000 1942.000000 -122.000000
1360.000000 1940.000000 -80.000000
1312.000000 1942.000000 -106.000000
1312.000000 1940.000000 -106.000000
1344.000000 1940.000000 -76.000000
1312.000000 1940.000000 -122.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1312.000000 1942.000000 160.000000
1312.000000 1942.000000 -122.000000
1296.000000 1942.000000 -136.000000
1296.000000 1940.000000 160.000000
1296.000000 1942.000000 160.000000
1312.000000 1940.000000 -122.000000
1296.000000 1940.000000 -136.000000
1312.000000 1940.000000 160.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1296.000000 1942.000000 160.000000
1296.000000 1942.000000 144.000000
1152.000000 1942.000000 144.000000
1152.000000 1942.000000 160.000000
1296.000000 1940.000000 160.000000
1296.000000 1940.000000 144.000000
1152.000000 1940.000000 144.000000
1152.000000 1940.000000 160.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1152.000000 1940.000000 176.000000
1168.000000 1942.000000 160.000000
1152.000000 1942.000000 160.000000
1168.000000 1940.000000 160.000000
1152.000000 1940.000000 160.000000
1152.000000 1942.000000 176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 1 5 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1152.000000 1942.000000 268.000000
1152.000000 1942.000000 144.000000
1136.000000 1942.000000 144.000000
1136.000000 1942.000000 268.000000
1152.000000 1940.000000 268.000000
1152.000000 1940.000000 144.000000
1136.000000 1940.000000 144.000000
1136.000000 1940.000000 268.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1168.000000 1942.000000 252.000000
1152.000000 1940.000000 252.000000
1152.000000 1942.000000 236.000000
1168.000000 1940.000000 252.000000
1152.000000 1940.000000 236.000000
1152.000000 1942.000000 252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0xffa3a3a3 common/materials/metal/aluminum
brush
vertices
1120.000000 1936.000000 284.000000
1120.000000 1936.000000 128.000000
1116.000000 1936.000000 128.000000
1116.000000 1936.000000 284.000000
1120.000000 1880.000000 284.000000
1120.000000 1880.000000 128.000000
1116.000000 1880.000000 128.000000
1116.000000 1880.000000 284.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1372.000000 1944.000000 128.000000
1372.000000 1944.000000 -176.000000
1280.000000 1944.000000 -176.000000
1280.000000 1944.000000 128.000000
1372.000000 1936.000000 128.000000
1372.000000 1936.000000 -176.000000
1280.000000 1936.000000 -176.000000
1280.000000 1936.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff3f3f3f common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff6d6d6d common/materials/stone/stone
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff3f3f3f common/materials/stone/stone
brush
vertices
1276.000000 1888.000000 32.000000
1276.000000 1888.000000 16.000000
1120.000000 1888.000000 16.000000
1120.000000 1888.000000 32.000000
1276.000000 1880.000000 32.000000
1276.000000 1880.000000 16.000000
1120.000000 1880.000000 16.000000
1120.000000 1880.000000 32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1276.000000 1896.000000 48.000000
1276.000000 1896.000000 32.000000
1120.000000 1896.000000 32.000000
1120.000000 1896.000000 48.000000
1276.000000 1880.000000 48.000000
1276.000000 1880.000000 32.000000
1120.000000 1880.000000 32.000000
1120.000000 1880.000000 48.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1276.000000 1904.000000 64.000000
1276.000000 1904.000000 48.000000
1120.000000 1904.000000 48.000000
1120.000000 1904.000000 64.000000
1276.000000 1880.000000 64.000000
1276.000000 1880.000000 48.000000
1120.000000 1880.000000 48.000000
1120.000000 1880.000000 64.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1276.000000 1912.000000 80.000000
1276.000000 1912.000000 64.000000
1120.000000 1912.000000 64.000000
1120.000000 1912.000000 80.000000
1276.000000 1880.000000 80.000000
1276.000000 1880.000000 64.000000
1120.000000 1880.000000 64.000000
1120.000000 1880.000000 80.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1276.000000 1920.000000 96.000000
1276.000000 1920.000000 80.000000
1120.000000 1920.000000 80.000000
1120.000000 1920.000000 96.000000
1276.000000 1880.000000 96.000000
1276.000000 1880.000000 80.000000
1120.000000 1880.000000 80.000000
1120.000000 1880.000000 96.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1276.000000 1928.000000 112.000000
1276.000000 1928.000000 96.000000
1120.000000 1928.000000 96.000000
1120.000000 1928.000000 112.000000
1276.000000 1880.000000 112.000000
1276.000000 1880.000000 96.000000
1120.000000 1880.000000 96.000000
1120.000000 1880.000000 112.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
1276.000000 1936.000000 128.000000
1276.000000 1936.000000 112.000000
1120.000000 1936.000000 112.000000
1120.000000 1936.000000 128.000000
1276.000000 1880.000000 128.000000
1276.000000 1880.000000 112.000000
1120.000000 1880.000000 112.000000
1120.000000 1880.000000 128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xffa3a3a3 common/materials/metal/aluminum
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xffd0d0d0 common/materials/synthetic/plastic
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xffd0d0d0 common/materials/synthetic/plastic
brush
vertices
996.000000 2128.000000 285.000000
996.000000 2128.000000 -252.000000
988.000000 2128.000000 -252.000000
988.000000 2128.000000 285.000000
996.000000 1872.000000 285.000000
996.000000 1872.000000 -252.000000
988.000000 1872.000000 -252.000000
988.000000 1872.000000 285.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff770000 internal/editor/textures/editor_clip
brush
vertices
1276.000000 1880.000000 284.000000
1276.000000 1880.000000 -252.000000
992.000000 1880.000000 -252.000000
992.000000 1880.000000 284.000000
1276.000000 1872.000000 284.000000
1276.000000 1872.000000 -252.000000
992.000000 1872.000000 -252.000000
992.000000 1872.000000 284.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1280.000000 1936.000000 128.000000
1280.000000 1936.000000 -168.000000
1276.000000 1936.000000 -168.000000
1280.000000 1876.000000 -168.000000
1276.000000 1936.000000 128.000000
1276.000000 1876.000000 128.000000
1280.000000 1876.000000 128.000000
1276.000000 1876.000000 -168.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 structural/dev/dev_grey128
brush
vertices
1372.000000 2132.000000 -84.000000
1372.000000 2132.000000 -252.000000
1180.000000 2132.000000 -252.000000
1372.000000 1880.000000 -84.000000
1372.000000 1880.000000 -252.000000
1180.000000 1880.000000 -252.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 4 3 5 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 4 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 5 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 4 5 0x00000000 structural/dev/dev_grey128
brush
vertices
740.000000 2144.000000 156.000000
740.000000 2144.000000 -160.000000
580.000000 2144.000000 -160.000000
580.000000 2144.000000 156.000000
740.000000 2128.000000 156.000000
740.000000 2128.000000 -160.000000
580.000000 2128.000000 -160.000000
580.000000 2128.000000 156.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
1372.000000 2132.000000 284.000000
1372.000000 2132.000000 -252.000000
740.000000 2132.000000 -252.000000
740.000000 2132.000000 284.000000
1372.000000 2128.000000 284.000000
1372.000000 2128.000000 -252.000000
740.000000 2128.000000 -252.000000
740.000000 2128.000000 284.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff770000 internal/editor/textures/editor_clip
brush
vertices
640.000000 2144.000000 -64.000000
752.000000 2144.000000 -64.000000
752.000000 2144.000000 -80.000000
640.000000 2144.000000 -80.000000
640.000000 1936.000000 -64.000000
752.000000 1936.000000 -64.000000
752.000000 1936.000000 -80.000000
640.000000 1936.000000 -80.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
640.000000 1952.000000 192.000000
752.000000 1952.000000 192.000000
752.000000 1952.000000 -64.000000
640.000000 1952.000000 -64.000000
640.000000 1936.000000 192.000000
752.000000 1936.000000 192.000000
752.000000 1936.000000 -64.000000
640.000000 1936.000000 -64.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
756.000000 2128.000000 189.000000
756.000000 2128.000000 -172.000000
748.000000 2128.000000 -172.000000
748.000000 2128.000000 189.000000
756.000000 1872.000000 189.000000
756.000000 1872.000000 -172.000000
748.000000 1872.000000 -172.000000
748.000000 1872.000000 189.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff770000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff770000 internal/editor/textures/editor_clip
brush
vertices
624.000000 2144.000000 192.000000
640.000000 2144.000000 192.000000
640.000000 2144.000000 -64.000000
624.000000 2144.000000 -64.000000
624.000000 1936.000000 192.000000
640.000000 1936.000000 192.000000
640.000000 1936.000000 -64.000000
624.000000 1936.000000 -64.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
640.000000 2144.000000 208.000000
752.000000 2144.000000 208.000000
752.000000 2144.000000 192.000000
640.000000 2144.000000 192.000000
640.000000 1936.000000 208.000000
752.000000 1936.000000 208.000000
752.000000 1936.000000 192.000000
640.000000 1936.000000 192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1372.000000 1944.000000 288.000000
1372.000000 1944.000000 128.000000
1116.000000 1944.000000 128.000000
1116.000000 1944.000000 288.000000
1372.000000 1936.000000 288.000000
1372.000000 1936.000000 128.000000
1116.000000 1936.000000 128.000000
1116.000000 1936.000000 288.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1388.000000 2132.000000 292.000000
1388.000000 2132.000000 -92.000000
1372.000000 2132.000000 -92.000000
1372.000000 2132.000000 292.000000
1388.000000 1944.000000 292.000000
1388.000000 1944.000000 -92.000000
1372.000000 1944.000000 -92.000000
1372.000000 1944.000000 292.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128
brush
vertices
1372.000000 2132.000000 292.000000
1372.000000 2132.000000 284.000000
988.000000 2132.000000 284.000000
988.000000 2132.000000 292.000000
1372.000000 1872.000000 292.000000
1372.000000 1872.000000 284.000000
988.000000 1872.000000 284.000000
988.000000 1872.000000 292.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128
brush
vertices
992.000000 2144.000000 -240.000000
1184.000000 2144.000000 -240.000000
1184.000000 2144.000000 -256.000000
992.000000 2144.000000 -256.000000
992.000000 1872.000000 -240.000000
1184.000000 1872.000000 -240.000000
1184.000000 1872.000000 -256.000000
992.000000 1872.000000 -256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
672.000000 1872.000000 288.000000
1024.000000 1872.000000 288.000000
1024.000000 1872.000000 -272.000000
672.000000 1872.000000 -272.000000
672.000000 1856.000000 288.000000
1024.000000 1856.000000 288.000000
1024.000000 1856.000000 -272.000000
672.000000 1856.000000 -272.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
752.000000 2144.000000 -96.000000
752.000000 1872.000000 -272.000000
1040.000000 2144.000000 -272.000000
752.000000 1872.000000 -96.000000
1040.000000 1872.000000 -272.000000
752.000000 2144.000000 -272.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0x00000000
brush
vertices
672.000000 2128.000000 288.000000
992.000000 2128.000000 288.000000
672.000000 1872.000000 192.000000
672.000000 1872.000000 288.000000
992.000000 1872.000000 288.000000
672.000000 2128.000000 192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 3 0 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 4 2 5 0x00000000
entity
type CameraPath
UInt32 entityIdAttachedTo 9
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 1056.000000 1876.000000 212.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1120.000000 1876.000000 -188.000000
Vector3 angles 315.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1328.000000 1940.000000 212.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1328.000000 1940.000000 -44.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 1200.000000 1876.000000 -92.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 688.000000 1952.000000 -16.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamA 0
|
2260e6e5cd731684a104f45a3bef35c28a8175ad | 573df9bfca39973c9bf2fa36f6e5af2643d7771e | /scilab/lib/Sumint.sci | 4616e834e82a2da385d0ecd83493461fd252e781 | [] | no_license | DCC-CN/152cn | ef92c691edabe211b1a552dbb963f9fd9ceec94a | 4fe0b02f961f37935a1335b5eac22d81400fa609 | refs/heads/master | 2016-08-13T01:34:17.966430 | 2015-04-07T07:31:58 | 2015-04-07T07:31:58 | 44,502,526 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,601 | sci | Sumint.sci | // REF: http://www.infoclearinghouse.com/files/scilab/scilab07.pdf
function [I] = Sumint(stype, from, to, slices, f)
// define a distância entre os pontos (eixo x)
Dx = (to - from)/(slices - 1);
// gera o conjunto de valores de x
x = [from:Dx:to];
// executa a função f(x) para cada valor do conjunto
y = feval(x,f);
// ajuste das coordenadas da janela
[n m] = size(x);
xmin = min(x);
xmax = max(x);
ymin = min(y);
ymax = max(y);
if ymin > 0 then
ymin = 0;
end;
// desloca uma posição à esquerda
// caso 1: para o desenho da escada à direita
// caso 2: para o cálculo do ponto médio do retângulo
ym = f(xmax);
yy = [y(2:m), ym];
// tipos de gráficos e cálculos
select stype,
case 'L' then
scf(1); // seleciona a figura atual
clf(1); // limpa a figura
plot2d(x, y, style=color('blue')); // desenha o gráfico da função
plot2d2(x, y, style=color('green')); // desenha uma escada entre os pontos
plot2d3(x, y, style=color('green')); // desenha a projeção dos pontos até o eixo x
// define um título para a figura atualmente selecionada
xtitle('Left sum', 'x', 'y');
I = sum(y(1:m-1))*Dx; // calcula o valor da integral
case 'M' then
scf(2); // seleciona a figura atual
clf(2); // limpa a figura
plot2d(x, y, style=color('blue')); // desenha o gráfico da função
// encontra os pontos médios de cada retângulo por
// soma de vetores e divisão por escalar
yyy = (y+yy)/2;
plot2d2(x, yyy, style=color('green')); // desenha uma escada entre os pontos
plot2d3(x, yyy, style=color('green')); // desenha a projeção dos pontos até o eixo x
xtitle('Middle sum', 'x', 'y');
I = sum(yyy(1:m-1))*Dx; // calcula o valor da integral
case 'R' then
scf(3); // seleciona a figura atual
clf(3); // limpa a figura
plot2d(x, y, style=color('blue')); // desenha o gráfico da função
plot2d2(x, yy, style=color('green')); // desenha uma escada entre os pontos
plot2d3(x, yy, style=color('green')); // desenha a projeção dos pontos até o eixo x
xtitle('Right sum', 'x', 'y');
I = sum(yy(1:m-1))*Dx; // calcula o valor da integral
else
scf(4); // seleciona a figura atual
clf(4); // limpa a figura
plot2d(x, y, style=color('blue')); // desenha o gráfico da função
// Note-se que a plotagem de gráficos já é trapezoidal,
// pois liga os pontos da amostra por retas.
// Então, para tentar destacar visualmente a diferença entre o trapézio
// da integração numérica, aumenta-se a distância Dx
slices = floor(slices / 5)
Dx = (to - from)/slices;
xl = [from:Dx:to];
yl = feval(xl, f);
// desenha os trapézios
plot2d(xl, yl, style=color('green')); // linhas mais destacadas entre pontos
plot2d3(xl, yl, style=color('green')); // desenha a projeção dos pontos até o eixo x
xtitle('Trapezoidal interpolation', 'x', 'y');
I = inttrap(x, y); // calcula o valor da integral
end
// desenha eixo Y na posição original (se estiver na área de plotagem)
if ymin < 0 then
xpoly([xmin, xmax], [0,0], 'lines');
end
// desenha eixo X na posição original (se estiver na área de plotagem)
if xmin < 0 then
xpoly([0,0], [ymin, ymax], 'lines');
end
endfunction
|
f1227d770fe525cd838fbf2b2d719164121e3965 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2231/CH4/EX4.5/Ex_4_5.sce | ab45198f42505c1c2b79a901a108a4a87a34a836 | [] | 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 | 283 | sce | Ex_4_5.sce | //Example 4_5
clc;
clear;close;
//Given data:
V=400;//V
R=0;//ohm
L=0.05;//H
alfa=0.25;//duty cycle
delta_i=10;//A
//Solution :
Vav=alfa*V;//V
delta_T=L*delta_i/(V-Vav);//s
Ton=delta_T;///s
T=Ton/alfa;//s
f=1/T;//pulses/s
disp(f,"Chopping frequency(pulses/s)");
|
5f501e0fe231febdcd0d81612628740ffeff9717 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3257/CH8/EX8.1/Ex8_1.sce | 55b62b93e394d9b3287730b4241507491f610bbe | [] | 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 | 521 | sce | Ex8_1.sce | // Relative energies in cutting
clc
t_o = 0.01 // depth in mm
V = 125 // velocity in m/min
alpha = 10 // angle i degree
t_c = 0.014 // depth of cut in mm
w = 6 // width of cut in mm
F_c = 55 // force in Kg
F_t = 25 // force in kg
printf("\n Example 8.1")
r = t_o/t_c
R = sqrt(F_c^2+F_t^2)
Beta = acos(F_c/R)*180/%pi + alpha
F = R*(sin(Beta*%pi/180))
percentage = 100*(F*r/F_c)
printf("\n Percentage frictional energy is %.1f%%",percentage)
printf("\n Percentage shear energy is %.1f%%",100-percentage)
|
45e95fc5eb5060cd5360a85123dc75d16ee06f01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH4/EX4.30/4_30.sce | 7a90f828705eee47a891ce85cc21db8865455006 | [] | 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 | 610 | sce | 4_30.sce | Vf=117.857*10^-9;//Volume falling within field of view in ml//
AN=9.66;//Average no. of particles per count//
N=AN/Vf;//No. of particles per count//
printf('No .of particles per ml=N=%f',N);
W=1.5*10^-7;//Weight of iron oxide per ml//
w=W/N;//weight of one particle in grams//
printf('\nWeight of one particle=w=1.83*10^-15grams');
d=5.2;//density of iron oxide in g per cm^3//
V=w/d;//Volume of one particle in cm^3//
printf('\nVolume of one particle=V=3.52*10^-16cm^3');
R=2.032*10^-5;//radius of particle in cm//
printf('Radius of particle=R=2.032*10^-5cm\nDiameter of particle=4.064*10^-5cm');
|
0ee76d7a6242eceb36fbc2da7c31a4e3f7aa4654 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2885/CH7/EX7.11/ex7_11.sce | 9f34b28d1fd369e3576a1abc112bc08ee030705e | [] | 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 | 442 | sce | ex7_11.sce | //Determine the small signal voltage gain and input and output resistance
clear;
clc;
//soltion
//given
R1=500*10^3;//ohm
R2=50*10^3;//ohm
Rd=5*10^3;//ohm
Rs=100;//ohm
Rl=5*10^3;//ohm
gm=1.5*10^-3;//S
rd=200*10^3;//ohm
Rg=R1*R2/(R1+R2);
Rac=Rd*Rl/(Rd+Rl);
Av=-gm*Rac;
Ri=Rg;
Ro=(rd*Rac/(rd+Rac));
printf("The small signal voltage gain = %.2f\ninput resistance= %.2f kΩ\noutput resistance = %.1f kΩ",Av,Ri/1000,Ro/1000);
|
a8e9c3eeeb067468ccbdd084913ce69fe7f21ddb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1955/CH4/EX4.6/example6.sce | f35e5b06aa0dfef1b8661c8abc276192fbe623e7 | [] | 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 | 769 | sce | example6.sce | clc
clear
//input data
D=0.6//Mean diameter of compressor in m
N=15000//Running speed of the compressor in rpm
dT=30//Actual overall temperature raise in K
PR=1.3//Pressure ratio of all stages
m=57//Mass flow rate of air in kg/s
nm=0.86//Mechanical efficiency
T1=308//Initial temperature in K
T2=328//Temperature at rotor exit in K
r=1.4//The ratio of specific heats of air
Cp=1.005//The specific heat of air at constant pressure in kJ/kg.K
//calculations
W=m*Cp*dT//Work done in kW
P=W/nm//Power required in kW
ns=((T1*((PR^((r-1)/r))-1))/(dT))//Stage efficiency
R=(T2-T1)/(dT)//Reaction ratio
//output
printf('(a)Power required to drive the compressor is %3.3f kW\n(b)The stage efficiency is %3.4f\n(c)The degree of reaction is %3.2f',P,ns,R)
|
ed3dde0ce65ea651b782ec8f74a1910337e9f1e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH3/EX3.9/Chap3_Ex9_R1.sce | 1b409b12c5b04ba38dde27267e84900efb709556 | [] | 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 | 3,696 | sce | Chap3_Ex9_R1.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-3,Example 9,Page 60
//Title:Volume using Redlich-Kwong equation of state by implementing Cardan's method
//================================================================================================================
clear
clc
//INPUT
T=427.85;//temperature in K
P=0.215;//saturation pressure in MPa
R=8.314;//universal gas constant in (Pa m^3)/(mol K)
Pc=24.97;//critical pressure of n-octane in bar
Tc=569.4;//critical temperature of n-octane in K
//CALCULATION
a=(0.42748*R^2*Tc^2.5)/(Pc*100*10^3*sqrt(T));//calculation of Redlich-Kwong constant in (m^6 Pa mol^-2)
b=(0.08664*R*Tc)/(Pc*100*10^3);//calculation of Redlich-Kwong constant in m^3/mol
//The Cardan's method simplifies the equation of state into a cubic equation which can be solved easily
//The general form of the cubic equation is (Z^3)+(alpha*Z^2)+(beeta*Z)+gaamma=0, where alpha,beeta and gaamma are determined using established relations
A=(a*P*10^6)/(R*T)^2;//calculation of A to determine alpha,beeta and gaamma by using Eq.(3.25)
B=(b*P*10^6)/(R*T);//calculation of B to determine alpha,beeta and gaamma by using Eq.(3.26)
alpha=-1;//calculation of alpha for Redlich-Kwong equation of state using Table (3.2)
beeta=A-B-B^2;//calculation of beeta for Redlich-Kwong equation of state using Table (3.2)
gaamma=-(A*B);//calculation of gaamma for Redlich-Kwong equation of state using Table (3.2)
p=beeta-(alpha^2)/3;//calculation of p to determine the roots of the cubic equation using Eq.(3.29)
q=((2*alpha^3)/27)-((alpha*beeta)/3)+gaamma;//calculation of q to determine the roots of the cubic equation using Eq.(3.30)
D=(((q)^2)/4)+(((p)^3)/27);//calculation of D to determine the nature of roots using Eq.(3.31)
if D>0 then
Z=((-q/2)+(sqrt(D)))^(1/3)+((-q/2)-(sqrt(D)))^(1/3)-(alpha/3);//One real root given by Eq.(3.32)
vf=((Z)*R*T)/(P*10^6);//Volume of saturated liquid calculated as vf=(Z*R*T)/P in m^3/mol
vg=((Z)*R*T)/(P*10^6);//Volume of saturated vapour calculated as vg=(Z*R*T)/P in m^3/mol
else if D==0 then
Z1=((-2*(q/2))^(1/3))-(alpha/3);//Three real roots and two equal given by Eq.(3.33)
Z2=((q/2)^(1/3))-(alpha/3);
Z3=((q/2)^(1/3))-(alpha/3);
Z=[Z1 Z2 Z3];
vf=(min(Z)*R*T)/(P*10^6);//Volume of saturated liquid calculated as vf=(Z*R*T)/P in m^3/mol
vg=(max(Z)*R*T)/(P*10^6);//Volume of saturated vapour calculated as vg=(Z*R*T)/P in m^3/mol
else
r=sqrt((-(p^3)/27));//calculation of r using Eq.(3.38)
theta=acos((-(q)/2)*(1/r));//calculation of theta in radians using Eq.(3.37)
Z1=(2*(r^(1/3))*cos(theta/3))-(alpha/3);
Z2=(2*(r^(1/3))*cos(((2*%pi)+theta)/3))-(alpha/3);//Three unequal real roots given by Eqs.(3.34,3.35 and 3.36)
Z3=(2*(r^(1/3))*cos(((4*%pi)+theta)/3))-(alpha/3);
Z=[Z1 Z2 Z3];
vf=(min(Z)*R*T)/(P*10^6);//Volume of saturated liquid calculated as vf=(Z*R*T)/P in m^3/mol
vg=(max(Z)*R*T)/(P*10^6);//Volume of saturated vapour calculated as vg=(Z*R*T)/P in m^3/mol
end
end
//OUTPUT
mprintf('\n The volume occupied by n-octane (saturated vapour) using Redlich-Kwong equation of state= %f m^3/mol\n',vg);
mprintf('\n The volume occupied by n-octane (saturated liquid) using Redlich-Kwong equation of state= %f m^3/mol\n',vf);
//===============================================END OF PROGRAM===================================================
//DISCLAIMER:THE COMPUTED VALUE OF Z2 IS 0.0147 AND NOT 0.0163 AS PRINTED IN THE TEXTBOOK. THIS HAS BEEN CORRECTED IN THE ABOVE PROGRAM.
|
2946e91b9d083dc9321bfe0466dae80aef56b763 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH2/EX2.4.11/Example2_18.sce | b61bff46c5e0a7b5bbb1c80e426a1db1addf9ea5 | [] | 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 | 380 | sce | Example2_18.sce | //Chapter-2,Example2_4_11,pg 2-28
m=1 //first ordr spectrum
wavelength=5790*10^-10 //wavelength of light
angle=19.994 //angle of diffraction
N=2.54*sind(angle)/(m*wavelength*100)
printf('\nNumber of lines per 2.54 cm is N = %.0f lines',N)
|
2fc8254e26990bc59ee5804f539736f36e8effb8 | 4ed576b765859807d6c29665521e0697d6f9bae7 | /archive/03/ex3.5.sce | b17fe411f0a3b6ce09ee24681b6157c82dcc2712 | [] | no_license | sbednarz/scilab | 96b9182730fa48d11f27840fc197d151adb01e2c | 28f81c58bc4972eeb41f403cb157fb989e809f41 | refs/heads/master | 2021-07-11T04:42:04.289126 | 2021-05-17T20:55:19 | 2021-05-17T20:55:19 | 100,467,366 | 3 | 1 | null | 2020-06-19T06:49:18 | 2017-08-16T08:37:06 | Scilab | UTF-8 | Scilab | false | false | 704 | sce | ex3.5.sce | // ex3.5
// A + B <=> C
// A + C <=> D
// A0 = 1
// B0 = 1
// K1 = 10
// K2 = 10
// at eq
// A, B, C, D
function eq = model(x)
A = x(1)
B = x(2)
C = x(3)
D = x(4)
eq(1) = A + C + D - A0 // A balance
eq(2) = B + C - B0 // B balance
eq(3) = C - K1*A*B // equilibrium 1
eq(4) = D - K2*A*C // equilibrium 2
endfunction
A0 = 1 // mol/L
B0 = 1 // mol/L
K1 = 10
K2 = 10
guess = [1; 1; 1; 1]
x = fsolve(guess, model)
A = x(1)
B = x(2)
C = x(3)
D = x(4)
printf("A=%.2f mol/L\n", A)
printf("B=%.2f mol/L\n", B)
printf("C=%.2f mol/L\n", C)
printf("D=%.2f mol/L\n", D)
// Results:
// A=0.09 mol/L
// B=0.52 mol/L
// C=0.48 mol/L
// D=0.43 mol/L
|
9f7a6a9309efa18a47ec2f4a9a2612e5ebcd4dec | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set9/s_Engineering_Mechancis-schaum_Series_Mclean_3137.zip/Engineering_Mechancis-schaum_Series_Mclean_3137/CH9/EX9.21/Ex9_21.sce | 79ce70723a0103e7e74540484ae97ccf22681e0f | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 235 | sce | Ex9_21.sce | errcatch(-1,"stop");mode(2);//Initilization of variables
d=760 //mm
W=500 //N
a=0.305 //mm coefficient of rolling resisatnce
r=d/2 //mm
//Calculations
P=(W*a)/r //N
//Result
printf('The force necessary is P=%fN',P)
exit();
|
29df91aab59e7b7ae2aaecfbad9363eef48be9d9 | b80969c9d72c732b0153d0de2b8fd28dc10d8a16 | /Biologie/Site/sauvegarde/28.07.2016/www/Documents/simulation/equationDifferentielle/chapitre4/ex1.sci | db5afb7800db2c3f863d02a44670c85163508df9 | [] | 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 | 124 | sci | ex1.sci | x=rand(1,100) //100 réalisations u(0,1)
x=1+(5-1)rand(1,100) //100 reaslisation u(1,5) u(a,b)
my=sum(y)/100 //
my1=mean(y)
|
8334216f71166034c8aca905722b77ed860508b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH4/EX4.2/Chapter4_Example2.sce | dcb443e37a2a840c63106791bcaf3aff95381e6f | [] | 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 | Chapter4_Example2.sce | clc
clear
//Input data
m=1;//Mass of steam in gms
Ls=537;//Latent heat of fusion of steam in cal per gram
mi=100;//mass of ice in gms
Li=80;//Latent heat of fusion of ice in cal per gram
//Calculations
h1=m*Ls;//Heat given out by one gram of steam when converted from steam into water at 100 degree centigrade in cals
h2=1*100;//Heat given out by one gram of water when cooled from 100 to 0 degree centigrade in cals
h=h1+h2;//Total quantity of heat given out by one gram of steam in cals
m=h/Li;//The amount of Ice melted in gms
//Output
printf('The amount of Ice melted is m = %3.2f gms ',m)
|
d3ce973c1764209bd82efa6cd3022047a7807828 | 2c38b5e6a84bad134e52cb70c203fabc5c2832cf | /04/divide/Divide.tst | 6415efd9080abb3c1f9aa222d3336ad43f051cfd | [] | no_license | DavidAndOmerInc/Nand | 85ce33fff2dd6e0f33fef5ecaa2396b9a8b05030 | 9d6fbc5c4d79af8c2b5ccf2ebdaae84cfb241604 | refs/heads/master | 2021-01-10T23:57:14.699326 | 2016-12-29T21:26:47 | 2016-12-29T21:26:47 | 70,778,364 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 922 | tst | Divide.tst | // File name: projects/04/divide/Divide.tst
load Divide.asm,
output-file Divide.out,
compare-to Divide.cmp,
output-list RAM[13]%D2.6.2 RAM[14]%D2.6.2 RAM[15]%D2.6.2 ;
set RAM[13] 10, // Set test arguments
set RAM[14] 5,
set RAM[15] 8,
repeat 500 {
ticktock;
}
output;
set PC 0,
set RAM[13] 15, // Set test arguments
set RAM[14] 5,
set RAM[15] 7,
repeat 500 {
ticktock;
}
output;
set PC 0,
set RAM[13] 3, // Set test arguments
set RAM[14] 1,
set RAM[15] 9,
repeat 500 {
ticktock;
}
output;
set PC 0,
set RAM[13] 100, // Set test arguments
set RAM[14] 10,
set RAM[15] 6,
repeat 500 {
ticktock;
}
output;
set PC 0,
set RAM[13] 5, // Set test arguments
set RAM[14] 2,
set RAM[15] 1,
repeat 700 {
ticktock;
}
output;
set PC 0,
set RAM[13] 3000, // Set test arguments
set RAM[14] 4,
set RAM[15] 1,
repeat 1000 {
ticktock;
}
output;
|
8d179aab70ec56e99c98193f821e3900af6265a2 | a8592d34f144b71794ebf30f1c2a1b5faf0b053c | /PDE/scilab/test_wave_2d_v2.sce | 1f1de04501590bd02bc9a45102f91297ec5aea2c | [] | no_license | f-fathurrahman/ffr-MetodeNumerik | ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327 | e3a9da224c0fd5b32e671708e890018a3c4104c4 | refs/heads/master | 2023-07-19T22:29:38.810143 | 2023-07-07T10:02:34 | 2023-07-07T10:02:34 | 107,272,110 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 352 | sce | test_wave_2d_v2.sce | exec("to_string.sce",-1)
exec("wave_2d.sce",-1)
function z = it0(x,y)
cx = 0.5
cy = 0.5
dr2 = (x-cx)^2 + (y-cy)^2
z = exp(-50.0*dr2)
endfunction
function z = i1t0(x,y)
z = 0.0
endfunction
function z = bxyt(x,y,t)
z = 0.0
endfunction
a = 0.25
D = [0 1 0 1]
T = 4
Mx = 40
My = 40
N = 200
[u,x,y,t] = wave_2d(a,D,T,it0,i1t0,bxyt,Mx,My,N)
|
b2b69c6ae9c95811ece1fb74d27546ca48c63ab2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH1/EX1.16/Ex1_16.sce | 55673dd712a67b2e568e2dfa0294db32fbc94bd4 | [] | 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 | 180 | sce | Ex1_16.sce | clear
//CH-1 PAGE-36 PB-6
//
//
AC=250
AD=300
DB=150
BC=100
DC=DB+BC
cosal=(AD*AD+DC*DC-(AC*AC))/(2*AD*DC)
AB=sqrt((AD*AD+DB*DB)-2*(AD*DB*cosal))
printf("\n AB= %0.3f ",AB)
|
4855685b6baa3d6976735141c45652f25c0571d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /55/CH8/EX8.2/8ex2.sci | 412bf95e71a6f9093f26cdc5ce1907f668cc8aca | [] | 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 | 873 | sci | 8ex2.sci | disp('to find:minimal spanning tree')
disp('the adjacency matrix for the weighted graph(nodeA,nodeB...nodeF) of 6 nodes is :')
K=[0 0 7 0 4 7;0 0 8 3 7 5;7 8 0 0 6 0;0 3 0 0 0 4;4 7 6 0 0 0;7 5 0 4 0 0]
disp('edges of the graph')
AC=7;
AE=4;
AF=7;
BC=8;
BD=3;
BE=7;
BF=5;
CE=6;
DF=4;
M=[AC,AE,AF,BC,BD,BE,BF,CE,DF]; //set of all edges
V=int32(M);
L=gsort(V) //edges sorted in decreasing order of their weights
disp('deleting edges without disconnecting the graph until 5 edges remain')
N=[BE,CE,AE,DF,BD]; //edges in minimum spanning tree
Sum=sum(N);
disp(Sum,'weight of the minimal spanning tree is')
disp('another method of finding a minimal spanning tree is :')
K=gsort(V,'g','i') //edges sorted in increasing order
N2=[BD,AE,DF,CE,AF]; //edges in minimum spanning tree
Sum2=sum(N2);
disp(Sum2,'weight of the minimal spanning tree is') |
649d290a225ee363e19982ce42255abc1fd8b46c | eb7eeb04a23a477e06f3c0e3d099889caee468b4 | /src/tools/scilab/iome_toolbox/macros/getobjnum.sci | 83b3d3c5703882f919385a01bdfc5093bc039c57 | [] | no_license | mikeg64/iome | 55699b7d7b3d5c1b006d9c82efe5136b8c909dfd | cc1c94433133e32776dcf16704ec4ec337b1b4a0 | refs/heads/master | 2020-03-30T15:57:33.056341 | 2016-04-13T09:24:27 | 2016-04-13T09:24:27 | 151,387,236 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 579 | sci | getobjnum.sci | function [result]=getobjnum(elist)
nargin=length(elist);
if nargin>0 then
server=elist(1);
if nargin>1 then
port=elist(2);
if nargin>2 then
id=elist(3);
else
id=0;
end
else
port=8080;
end
else
server='localhost';
port=8080;
id=0;
end
try
scommand=sprintf("iogs getobjnum %d %d %s", name, var,flag, id,port,server);
sresult=unix_g(scommand);
result=msscanf(sresult,'%d');
catch
disp('GetObjNum Error!');
status=-1;
end
endfunction
|
cc01d3453cb89c47f66a7eaa823b8bb0bf09d53e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH4/EX4.1/1.sce | 3462e7e6b9431f971dad99051a36554e60c7c2c5 | [] | 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 | 341 | sce | 1.sce | clc
// Given that
theta = 45 // Critical angle of light in a substance in degree
// Sample Problem 1 on page no. 213
printf("\n # PROBLEM 1 # \n")
mu = sin(45*%pi/180) // Refractive index of medium
Ip = atan(mu) * (180 / %pi) // by Brewster's law
printf("Standard formula used \n mu=tan(Ip)\n")
printf("\n Brewster Angle = %f degree",Ip)
|
5fafd7c67f705e17fdf4400ed18c07b6140b3e29 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH10/EX10.25.a/data10_25.sci | e339d3e7cb49c64f0ea6e4c0b6a17c7ab4dafb1b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sci | data10_25.sci |
//(Springs) Example 10.25
//Number of extra full length leaves nf
nf = 2
//Number of graduated length leaves ng
ng = 10
//Centre-to-centre distance between two eyes l (m)
l = 1.2
L = l/2
//Maximum force acting on each eye of the spring P (kN)
P = 30/2
//Modulus of elasticity E (N/mm2)
E = 207000
//Factor of safety fs
fs = 2.5
//Tensile yield strength Syt (N/mm2)
Syt = 1500
//Assume width b (mm)
b = 60
|
5b5a274c56733e2b2fde507a6227c4cdb02e849e | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/5_13data.sci | d64699c2162756a79b446b9ce88f7960f60e3ef3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 277 | sci | 5_13data.sci | h=10;//flying altitude in Km
a=10*%pi/180;//angle of attack in radian
S=19.5;//wing planform area in m^2
M=2;//mach no
D=0.41351;//density at 10 Km(Kg/m^3)
T=223.26;//temperature(K) at 10 Km
V=(y*R*T1)^0.5*M //velocity at 10 Km(m/s)
q=D*V^2/2 //dynamic pressure at 10 Km |
2ca7880cc69ea87cb673aa68bce428dfd1157ce7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH16/EX16.5/Ch16Ex5.sce | 11f4df6a090c3753670093ba756ee582f304a33d | [] | 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 | 595 | sce | Ch16Ex5.sce | // Scilab Code Ex16.5 : Page-822 (2011)
clc; clear;
M = 58.5; // Molecular weight of NaCl, g-mole
rho = 2.198e+03; // Density of Nacl, kg per metre cube
n = 4; // No. of atoms per unit cell for an fcc lattice of NaCl crystal
NA = 6.023D+26; // Avogadro's No., atoms/k-mol
// Volume of the unit cell is given by
// a^3 = M*n/(N*d)
// Solving for a
a = (n*M/(rho*NA))^(1/3); // Lattice constant of unit cell of NaCl
printf("\nLattice constant for the NaCl crystal = %4.2f angstrom", a/1e-010);
// Result
// Lattice constant for the NaCl crystal = 5.61 angstrom
|
c61251bfbe92b918259c94f1388a619e37aa7296 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3682/CH10/EX10.4/Ex10_4.sce | 2d8f56861e91a00a715497ea25215bf62fd8d019 | [] | 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 | 590 | sce | Ex10_4.sce | // Exa 10.4
clc;
clear;
// Given data
// A 16 bit dual slope ADC is specified
n = 16; // 16 bit counter
CR = 4*10^6; // clock rate in Hz
Vimax = 10; // Maximum input voltage
Vomax= -8; // Maximum integrator output voltage
C = 0.1*10^-6; // Capacitor(Farads)
// Solution
//Referring Eqn 10.4, 10.5, 10.6, 10.7 given on page no 364 and 365;
T1 = 2^n/CR; // Time Period
// For the integrator
// dell Vo= (-1/RC)*Vmax*T1;
// Therefore
R = -(Vimax*T1)/(Vomax*C); // Resistor value
printf('The value of resistor R of the integrator is %d kΩ. \n ',round(R/1000));
|
97e52575dcf0181fdb838259c7e6452e08493c68 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2132/CH3/EX3.3/Example3_3.sce | 717c71455725f501f13bfd731e5206118c4c5e5f | [] | 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 | 398 | sce | Example3_3.sce | //Example 3.3
clc;
clear;
close;
format('v',6);
//Given data :
p=2;//in kN/m^2
w_w=9.81;//in kN/m^3
w_alcohol=w_w*0.789;//in kN/m^3
w_m=13.6;//in kN/m^3
H=p/w_alcohol;//in m
disp(H,"Depth of alcohol in meter : ");
P_head_w=p/w_w;//m
disp(P_head_w,"Pressure head in terms of water in meter : ");
P_head_m=p/w_w/w_m;//m
disp(P_head_m,"Pressure head in terms of mercury in meter : ");
|
ebcdb9213e0e2a64a1b137a1aed5d0e6d7e2f0ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH8/EX8.9/Example8_9.sce | 6eb6e417a8d2da4446363b090d45ffd333628f90 | [] | 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,322 | sce | Example8_9.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 8: AC DYNAMO TORQUE RELATIONS - SYNCHRONOUS MOTORS
// Example 8-9
clear; clc; close; // Clear the work space and console.
// Given data
P_o = 2000 ; // Total power consumed by a factory in kW
cos_theta = 0.6 ; // 0.6 power factor at which power is consumed
sin_theta = sqrt( 1 - (cos_theta)^2 );
V = 6000 ; // Line voltage in volt
// Synchronous capacitor is used to raise the overall PF to unity
P_loss_cap = 275 ; // Synchronous capacitor losses in kW
// Calculations
// case a
S_o_conjugate = P_o / cos_theta ; // apparent complex power in kW
jQ_o = S_o_conjugate * sin_theta ; // Original kilovars of lagging load
// case b
jQ_c = -jQ_o ; // Kilovars of correction needed to bring the PF to unity
// case c
R = P_loss_cap ; // Synchronous capacitor losses in kW
S_c_conjugate = R - %i*( abs(jQ_c) ) ; // kVA rating of the synchronous capacitor
S_c_conjugate_m = abs(S_c_conjugate);//S_c_conjugate_m = magnitude of S_c_conjugate in kVA
S_c_conjugate_a = atan(imag(S_c_conjugate) /real(S_c_conjugate))*180/%pi;
//S_c_conjugate_a=phase angle of S_c_conjugate in degrees
PF = cosd(S_c_conjugate_a); // Power factor of the synchronous capacitor
// case d
I_o = S_o_conjugate * 1000 / V ; // Original current drawn from the mains in A
// case e
P_f = P_o + P_loss_cap ; // Total power in kW
S_f = P_f ; // Total apparent power in kW
S_f_m = abs(S_f);//S_f_m = magnitude of S_f in A
S_f_a = atan(imag(S_f) /real(S_f))*180/%pi;//S_f_a=phase angle of S_f in degrees
I_f = S_f * 1000 / V ; // Final current drawn from the mains after correction in A
// Display the results
disp("Example 8-9 Solution : ");
printf(" \n a: S*o = %d kVA \n", S_o_conjugate );
printf(" \n +jQo in kvar = ");disp(%i*jQ_o);
printf(" \n b: -jQc in kvar = " );disp(%i*jQ_c);
printf(" \n c: S*c in kVA = ");disp(S_c_conjugate);
printf(" \n S*c = %.f <%.1f kVA \n", S_c_conjugate_m , S_c_conjugate_a );
printf(" \n PF = %.3f leading \n",PF );
printf(" \n d: I_o = %.1f A \n ",I_o );
printf(" \n e: S_f in A = ");disp(S_f);
printf(" \n S_f = %d <%d kVA \n" , S_f_m , S_f_a );
printf(" \n I_f = %.1f A \n ", I_f);
printf(" \n f: See Fig.8-25.");
|
ffdfea969b1d36d0da3ff72c588083c688fd2af1 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/CreatingPlots/testxgetmouse.sce | 85129679f0e7c2b2fe1233ba430ff01e676dd3a3 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 496 | sce | testxgetmouse.sce | function [x,y]=coordinates()
rep=-ones(1,3)
//move the mouse until there's a click
while rep(3)==-1
rep=xgetmouse([%t %t])
x=rep(1);y=rep(2);
//display the coordinates
txt='('+string(x)+','+string(y)+')'
xinfo(txt)
end
// display the point in the graphics window as output
plot(x,y,'xk');
xstring(x,y,' this is point ('+string(x)+','+string(y)+')')
endfunction
clf;
plot2d(0,0,0,rect=[0,0,1,1])
xgrid(4)
[x,y]=coordinates()
|
19b9abbf7179734e29e9c19d2b7614c12fdb0332 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH20/EX20.6/20_6.sce | 75bf88979e6fa74bb59b7fdecaa37194387b8c6c | [] | 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 | 20_6.sce | //ques-20.6
//Calculating time for required decomposition
clc
th=3.8;//half-life (in days)
r=1/20;//= N/No
T=0.693/th;//decay constant
t=(2.303/T)*log10(1/r);
printf("The time required is %.2f days.",t);
|
68da7290ae057a4f09065f18b9c776e710b4fab4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2642/CH1/EX1.2/Ex1_2.sce | d9ca65be78d575fbdda6e3c6ad4e94d81706407c | [] | 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 | 495 | sce | Ex1_2.sce | // FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 1 : REVIEW OF ELECRTIC CIRCUITS
// Example : 1.2
clc;clear; // clears the console and command history
// Given data
V = -24 // voltage in V
I = 3 // current in A
// caclulations
P = V*I // power for the element A in network in W
// display the result
disp("Example 1.2 solution");
printf(" \n Power for the element A in network \n P = %.0f W ", P);
|
36cb2314d2bb4989dde73356074934e2c0cdbfa7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /48/CH5/EX5.2/eg_5_2.sce | 2b351d6de25c18c8c3034e31bfdb5ca6bcda4d6d | [] | 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 | 944 | sce | eg_5_2.sce | clc;
clear;
//Takes x input and check whether it is valid logic level or not.
disp("enter the vaLue of input Line & controL signaLs C1 and C2");
x=input("x = ");
while(x~=0 & x~=1)
disp("enter a vaLid LogicaL LeveL");
x=input("x = ");1
end
//Takes C1 input and check whether it is valid logic level or not.
C1=input("C1 = ");
while(C1~=0 & C1~=1)
disp("enter a vaLid LogicaL LeveL");
C1=input("C1 = ");
end
//Takes C2 input and check whether it is valid logic level or not.
C2=input("C2 = ");
while(C2~=0 & C2~=1)
disp("enter a vaLid LogicaL LeveL");
C2=input("C2 = ");
end
disp("-------OUTPUT-------");
disp(L1=bitand(bitand(bitcmp(C1,1),bitcmp(C2,1)),x),"L1 = ");
disp(L2=bitand(bitand(bitcmp(C1,1),C2),x),"L2 = ");
disp(L3=bitand(bitand(C1,bitcmp(C2,1)),x),"L3 = ");
disp(L4=bitand(bitand(C1,C2),x),"L4 = ");
disp("L1=xC1^C2^");
disp("L2=xC1^C2");
disp("L3=xC1C2^");
disp("L4=xC1^C2^");
|
766f6dea295a8f440f12f5a599b99abedf666a0a | 18bf68cdf766092ccdcba8d231e8140063833a5a | /FrequencySpectrumNarrowPulse.sce | f28c547aeb36db491e0672ff930f0c4264044fd5 | [] | no_license | goodengineer/Scilab-Exercises | b51cc9a4c938f0289a32875d2d21eb9061d0e68e | 3c268211fe48e7e4d0002e44757ea8b50cda10f9 | refs/heads/master | 2022-12-24T23:30:12.875423 | 2020-10-05T06:27:20 | 2020-10-05T06:27:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 227 | sce | FrequencySpectrumNarrowPulse.sce | clear;
clf;
clc;
z = [ones(1,5) zeros(1,95)]
w = [ones(1,50) zeros(1,50)]
Xf = fft(z)
Xf = abs(Xf)
Xf = Xf / length(z)
Xf1 = fft(w)
Xf1 = abs(Xf1)
Xf1 = Xf1 / length(w)
subplot(211)
plot2d3(Xf)
subplot(212)
plot2d3(Xf1)
|
91cace2cd73658c71195d8375b25d78174d313c5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /635/CH3/EX3.6/Ch03Ex6.sci | c70c377607d79d116e219f312e29497673e56628 | [] | 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 | 819 | sci | Ch03Ex6.sci | // Scilab Code Ex3.6 Void space in cubic close packing: Page-101 (2010)
R = 1; // For simplicity, radius of the sphere, m
// For cubic close packing, side of the unit cell and the radius of the sphere is related as
// sqrt(2)*a = 4*R, solving for a
a = 2*sqrt(2)*R; // Lattice parameter for cubic close packing, m
V_cell = a^3; // Volume of the unit cell
n = 4; // Number of lattice points in fcc unit cell
V_occupied = 4*4/3*%pi*((1.000)^3+(0.414)^3+2*(0.225)^3); // Volume occupied by the atoms, metre cube
void_space = V_cell - V_occupied; // Void space in the close packing
percent_void = void_space/V_cell*100; // Percentage void space
printf("\nThe void space in the close packing is : %2.0f percent", percent_void);
//Result
// The void space in the close packing is : 19 percent |
7da76a8f85ec1c470a43b85fc7bc9b658c69acac | 449d555969bfd7befe906877abab098c6e63a0e8 | /1100/CH11/EX11.1/11_1.sce | 667e34a9e3295f276a8a9ff460d3085101b84956 | [] | 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 | 254 | sce | 11_1.sce | clc
//initialisation of variables
P= 15 //psia
T= 80 //F
m= 3 //lb
P1= 25 //psia
T1= 75 //F
//CALCULATIONS
r= (P*(460+T1))/(P1*(T+460))
m2= m/(1-r)
V2= (m2*55.16*(460+T1))/(P1*144)
//RESULTS
printf ('Volume of the apparatus= %.1f cu ft',V2)
|
a61d73f5860573e30a34628aa152f86349ad2030 | 449d555969bfd7befe906877abab098c6e63a0e8 | /479/CH14/EX14.14/Example_14_14.sce | 7aa02282ad51391e82050a5d7325c6fe29144714 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 240 | sce | Example_14_14.sce | //Chemical Engineering Thermodynamics
//Chapter 14
//Thermodynamics of Chemical Reactions
//Example 14.14
clear;
clc;
//Given
//The given example is an theoretical problem and it does not involve any numerical computation.
//end |
7cbd4319fe7c503774f8bf28e9ce9cd5a81277cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH1/EX1.4/4.sce | b0028d00ce9c0231559d44eb6b9cb9e5b35c962b | [] | 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 | 618 | sce | 4.sce | clc
clear
//Input data
P1=0.5 //Initial Pressure in bar
T1=50+273 //Intial Temperature in K
C1=240 //Inlet velocity in m/s
C2=120 //Outlet velocity in m/s, missing data
Cp=1005 //Specific heat capacity at constant pressure in J/kg-K
k=1.4 //Adiabatic constant
//Calculation
T2=T1+((C1^2-C2^2)/(2*Cp)) //Final Temperature in K
t1=T2/T1 //Temperature ratio
P2=P1*t1^(k/(k-1)) //Final Pressure in bar
ar=(P1*T2*C1)/(P2*T1*C2) //Ratio of outlet to inlet area
//Output
printf('(A)At outlet:\n Temperature is %3.2f K\n Pressure is %3.4f bar\n (B)Ratio of outlet to inlet area is %3.4f',T2,P2,ar)
|
aef41398e0fca89040943ebaa5c94da9c13f5fea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH3/EX3.21/ch3_21.sce | c42119aee4dce177424d6667859a8821c045772e | [] | 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 | 299 | sce | ch3_21.sce | clear;
clc;
f=50; //Hz
V=230;
V_m=sqrt(2)*V;
R=400;
RF=0.05;
C=(1/(4*f*R))*(1+(1/(sqrt(2)*RF))); printf("capacitor value=%.1f uF",C/10^-6);
V_o=V_m*(1-1/(4*f*R*C)); printf("\no/p voltage with filter=%.3f V",V_o);
V_o=2*V_m/%pi; printf("\no/p voltage without filter=%.2f V",V_o); |
2d1440ac2b4e28a34e51e949911b7dce97c8b8bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH4/EX4.23/Ch04Ex23.sce | 0cb4e71fd9dbc25c7147616f12ca4867a6e41e35 | [] | 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 | 685 | sce | Ch04Ex23.sce | // Scilab Code Ex4.23:: Page-4.35 (2009)
clc; clear;
l = 3; // Length of the tube, dm
theta = 17.0; // Angle of rotation of the plane of polarization, degrees
c = 1.0; // For simplicity assume concentration of solution to be unity, g/cc
l_prime = 2.5; // New length of the tube, dm
c_prime = 1.25*c; // Concentration of solution with 25 cm length of tube, g/cc
theta_prime = theta*l_prime*c_prime/(l*c); // Angle of rotation in a tube of new length
printf("\nThe angle of rotation in a tube of new length of %3.1f cm = %4.1f degrees", l_prime, theta_prime);
// Result
// The angle of rotation in a tube of new length of 2.5 cm = 17.7 degrees
|
776a1c922f1d9e1347f80a700ecba0df6a6571b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH1/EX1.2/Ex1_2.sce | bd0b56921c77baaa1204faffc93c5f3027e5fb6b | [] | 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 | 453 | sce | Ex1_2.sce | // Problem 1.2,Page No.9
clc;clear;
close;
//Area-1
a_1=6 //cm**2
x_1=3 //cm
y_1=0.5 //cm
//Area-2
a_2=6 //cm**2
x_2=2.671 //cm
y_2=3 //cm
//Area-3
a_3=16 //cm**2
x_3=1 //cm
y_3=5 //cm
//Calculation
X_bar=(a_1*x_1+a_2*x_2+a_3*x_3)*(a_1+a_2+a_3)**-1 //cm
Y_bar=(a_1*y_1+a_2*y_2+a_3*y_3)*(a_1+a_2+a_3)**-1 //cm
//Result
printf("The centre of gravity of section is %.2f cm",X_bar)
printf("\n The centre of gravity of section is %.2f cm",Y_bar)
|
7d3d459828ecedc4c6cdf1771fac6a04944480bf | b6b875fb04ec6df2c0fb0d28f36962fa9aebb2bf | /TD4/Scripts/Service 1/serveur1_expo.sce | 570db1e25a8331600765fc601b9bdbe485472cff | [] | no_license | MFrizzy/Modelisation | 51794b2edf421f9d2206cb73972d8d8d7b1e9759 | 0ca819afbcbe00f58f3bbaa8fc97164ae2c1d3cb | refs/heads/master | 2021-08-29T12:02:20.042037 | 2017-12-13T22:39:21 | 2017-12-13T22:39:21 | 106,943,303 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 657 | sce | serveur1_expo.sce | clf;
clear;
clc;
load('C:\Users\tangu\OneDrive\Documents\GitHub\Modelisation\TD4\NetworkData.sod')
// Extraction des temps de service
index_bool = ( data(:, 3) == 1 )
tabS1 = data(index_bool, :)
t_s1 = tabS1(1:$,4);
deciles=perctl(t_s1,10:10:90);
for i=2:10
ClassesDeciles(i)=deciles(i-1)
end
ClassesDeciles(1)=min(t_s1)
ClassesDeciles(11)=max(t_s1)
C = linspace(0, max(t_s1), 11)
//histplot(C,t_ia,style=2)
histplot(ClassesDeciles,t_s1,style=2)
// Définition des paramètres d'affichages
a=gca();
a.x_location = "origin";
a.grid=[5,5];
// Dessin loi exponentielle
a=0:0.01:140;
lambda=1/mean(t_s1)
b=lambda*exp(-lambda*a)
plot2d2(a,b,style=3)
|
42d6e15d05c710d288c6be71208e23157fdab887 | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/Graph_search/hash_XOR.sci | bf33f057860f797e5c644d6423bcfdd72d5076c4 | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 678 | sci | hash_XOR.sci | function hash_bin = hash_XOR(pt,n,l,origin)
//Author : Maxens ACHIEPI
//Space Robotics Laboratory - Tohoku University
//Description:
//
//INPUT
//pt : a 3d vector
//n: the size of the hash_list
//l: cell size
//origin: a reference point to have only positive values for pt
//OUTPUT
//
//----------------------------------------------------------------------------//
s1 = 73856093;s2 = 19349663;s3 = 83492791;
pt(1) = floor((pt(1)-origin(1))/l);pt(2) = floor((pt(2)-origin(2))/l);pt(3) = floor((pt(3)-origin(3))/l);
hash_bin = modulo(bitxor(bitxor(pt(2)*s2,pt(3)*s3),pt(1)*s1),n);
endfunction
|
8b649854970351136ead69e7d233883bbc0e9bc0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH2/EX2.21/Ex2_21.sce | b868145d7ab5a814c15ea22eb616d3f6cbe3e133 | [] | 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,471 | sce | Ex2_21.sce | //Fluid system - By - Shiv Kumar
//Chapter 2 - Impact of Jet
//Example 2.21
clc
clear
//Given Data:-
Vi=30; //velocity of Jet at Inlet of, m/s
u=15; //Velocity of Vane, m/s
ui=u;
uo=u;
alpha_i=32; //Angle of Jet at Inlet, degrees
alpha=125; //Angle made by Jet at Outlet with direction fo motion of Vanes, degrees
alpha_o=180-alpha; //degrees
//Data Used:-
g=9.81; //Acceleration due to gravity, m/s^2
rho=1000; //Density of water, kg/m^3
//Computations:-
Vwi=Vi*cosd(alpha_i); //m/s
Vfi=Vi*sind(alpha_i); //m/s
Vrwi=Vwi-ui; //m/s
beta_i=atand(Vfi/Vrwi); //degrees
Vri=Vfi/sind(beta_i); //m/s
Vro=Vri;
beta_o=alpha_o-asind(uo*sind(180-alpha_o)/Vro); //degrees
Vrwo=Vri*cosd(beta_o); //m/s
Vwo=Vrwo-uo; //m/s
//(a)
W=(Vwi+Vwo)*u/g; //N-m/N (Answer in textbook is wrong due to wrong value of Vwi used)
//(b)Work done by Jet per second, W
eta=2*(Vwi+Vwo)*u/(Vi^2)*100; //In percentage
//Results:-
printf("(a)Work done per unit weight of water=%.2f N-m/N \n", W) //The answer provided in the textbook is wrong
printf("(b)Efficiency of the vane, eta=%.2f percent", eta) //The answer provided in the textbook is wrong
|
094547b95f48144aea91f9c4ed73682b5ea41da8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH12/EX12.2/eg_12_2.sce | fee17e60d96a2c2878d14b6db8fc212db4998430 | [] | 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 | 68 | sce | eg_12_2.sce | //poles and zeroes
s=%s
sys=syslin('c',1/(k*s+1))
plzr(sys)
|
22171b1da6c73366826063db0e1f4fdf2f08dbba | 449d555969bfd7befe906877abab098c6e63a0e8 | /3480/CH4/EX4.1/Ex4_1.sce | 01df4e79477efbaad3ac54f07bdef7e6a8d0de28 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 120 | sce | Ex4_1.sce | //example 4.1, page 86
clc
s=6//in cm
f=10//in cm
s1=(s*f)/(s-f)
m=s1/s
printf("\n The magnification obtained is %fX",m) |
d0ee57d76d2398e7cc68c66d16776e2f9d3f6a67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /122/CH10/EX10.a.5/exaA_10_5.sce | ccf1255442ed923eb4ab13e1ce997ad988df2aab | [] | 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 | 418 | sce | exaA_10_5.sce | // Example A-10-5
// Feedback gain for moving eigen values
clear; clc;
xdel(winsid()); //close all windows
mode(0);
s = %s;
A = [0 1;-2 -3];
B = [0; 2];
C = [1 0];
E = [-3 -5]; // new eigen values
ch = det(s*eye(2,2) - A)
cf = coeff(ch);
a = cf(1: $-1)
chd = poly(E,'s');
cf2 = coeff(chd);
alpha = cf2(1: $-1)
M = cont_mat(A,B)
W = [cf(2:$) ; 1 0]
T = M*W
Ti = inv(T); disp(Ti,'inv(T)');
K = (alpha - a) * Ti
|
d65d16b243b202c4b607a8334fc9188bdc98e2fd | 8fd5474ab7779b552e5f198a3ce4afc4d82cb47f | /00_Main.sce | b191d4aabf15f39f6493d09caf93352ebfcd85f3 | [] | no_license | 2-BiAs/UCASI_ALIGNMENT_SCAN | 807353741517c084007cdf978b149f34f8a13dae | 85b8d79f50e23051cbf365385b49e05293827941 | refs/heads/master | 2020-06-21T10:26:29.419281 | 2017-05-19T02:01:27 | 2017-05-19T02:01:27 | 74,790,458 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 57 | sce | 00_Main.sce |
exec('01_Initialize.sce');
exec('02_GenMesh.sce');
|
fd8a20dce2986f8ca4fb51bdfa5de13af6de830c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH7/EX7.24/EX_7_24.sce | e7a7bc507a3fa90a0867ab46e164aba1044ef886 | [] | 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 | 570 | sce | EX_7_24.sce | // Example 7.24:drain resistance and Design R-C phase shift oscillator
clc;
clear;
close;
Mu=55;//
rd=5.5;//resistane in killo ohms
fo=5;//resonant frequency in killo hertz
A= 29;//voltage gain
Rd= (29*rd)/(Mu-A);//resistance in killo ohms
RC=round((1/(2*%pi*fo*10^3*sqrt(6)))*10^6);//R-C in pico second
R=30;;//assume Resistance in killo ohms
C=round(RC*10^-6/(30*10^3)*10^12);//CAPACITANCE IN PICO FARAD
disp(Rd,"drain resistance in killo ohms is")
disp(RC,"R-C in pico second")
disp(C,"Capacitance for the R-C Phase shift oscillator in PICO-farad is")
|
b3c12bba2e00fcf0147c3bc22974d5ffd305dcfa | 1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08 | /Scilab/SparamUtilities/XtalkChecker/ResultsViewer_v0.2.sce | 8413f7a5c35977dc5926931a39c8d09928f32d3d | [] | no_license | lrayzman/SI-Scripts | 5b5f6a8e4ae19ccff53b8dab7b5773e0acde710d | 9ab161c6deff2a27c9da906e37aa68964fabb036 | refs/heads/master | 2020-09-25T16:23:23.389526 | 2020-02-09T02:13:46 | 2020-02-09T02:13:46 | 66,975,754 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,678 | sce | ResultsViewer_v0.2.sce | //=================== Xtalk Checker Results Viewer ==================
//
// Xtalk checker results viewer (for plotting results of Xtalk Checker
//
// (c)2015 L. Rayzman
//
// Created : 10/14/15
// Last Update : 10/15/15 - Added FOM threshold-based detection
//
//
// ====================================================================
// ====================================================================
clear;
stacksize(200*1024*1024);
////////////////////////////////// SPECIFY /////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//
// THINGS FOR CSV FILES
//
fcsvfiles = emptystr(); // Filenames of results files
//
// THINGS FOR CSV DATA
//
csv_data=[];
fom_data_vec=[];
//
// THINGS FOR RESULTS
//
results_max_fom_idx=[];
//
// THINGS FOR LISTINGS
//
xtalk_max_rep=3; // Maximum number of xtalk elements to be listed
xtalk_fom_thsld=0; // Minimum FOM threshold above which to list results
//results_data=struct('net_name', emptystr(),... // results log
// 'port_num',0,...
// 'pin_array',emptystr(),...
// 'port_array',[],...
// 'xtalk_array', xtalk_struct);
//
// THINGS FOR PLOTS
//
legends_text=emptystr(); // Label text
dot_color_vect=[2 13 5 6 12 9 19]; // Color vector
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
////////////////////////////// READ TOUCHSTONE //////////////////////////////
///////////////////
// Get Scilab Version
///////////////////
version_str=getversion();
version_str=tokens(version_str,'-');
version_str=tokens(version_str(2),'.');
version(1)=msscanf(version_str(1), '%d');
version(2)=msscanf(version_str(2), '%d');
if (version(1)<5) then
error("Invalid Scilab version. Version 5.5 or greater is required");
if getscilabmode()=="NW" then sleep(2000); quit; end;
elseif (version(2) < 5) then
error("Invalid Scilab version. Version 5.5 or greater is required");
if getscilabmode()=="NW" then sleep(2000); quit; end;
end
report_mode = x_choose(['Report largest n xtalk terms';'Report all greater than a value'],['Please choose results report mode']);
if report_mode==0 then
messagebox("Invalid selection. Script aborted", "","error","Abort");
if getscilabmode()=="NW" then sleep(2000); quit; else abort end;
end
///////////////////
// Get number of terms
// to be reported
///////////////////
if report_mode==1 then // Largest n xterms
temp = x_mdialog("Please enter parameter", "Maximum number of xtalk terms >0:", string(xtalk_max_rep));
if (temp==[]) | (temp=="0") then
messagebox("Script aborted", "","error","Abort");
if getscilabmode()=="NW" then sleep(2000); quit; else abort end;
end
xtalk_max_rep = evstr(temp(1));
disp(strcat(["Info: Selected reporting of " string(xtalk_max_rep) " xtalk elements "]));
elseif report_mode==2 then
temp = x_mdialog("Please enter parameter", "Minium FOM threshold for reporting > 0 :", string(xtalk_fom_thsld));
if (temp==[]) | (temp=="0") then
messagebox("Script aborted", "","error","Abort");
if getscilabmode()=="NW" then sleep(2000); quit; else abort end;
end
xtalk_fom_thsld = evstr(temp(1));
disp(strcat(["Info: Selected reporting of FOM threshold >= " string(xtalk_fom_thsld)]));
else
messagebox("Something is wrong. Script aborted", "","error","Abort");
if getscilabmode()=="NW" then sleep(2000); quit; else abort end;
end
///////////////////
// Read csv files
///////////////////
//
// Read input file(s)
//
//
fcsvfiles=uigetfile("*.csv", "", "Please choose csv file", %t);
if fcsvfiles==emptystr() then
messagebox("Invalid source file selection. Script aborted", "","error","Abort");
if getscilabmode()=="NW" then sleep(2000); quit; else abort end;
end
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// LIST RESULTS ///////////////////////////////
temp=[];
vict_net_str=emptystr();
vict_pin_str=emptystr();
aggr_net_str=emptystr();
aggr_pin_str=emptystr();
fom_str=emptystr();
mprintf("\n****************\n");
// For each file
for i=1:size(fcsvfiles,2)
// Read the contents
csv_data=csvRead(fcsvfiles(i), ",", [], "string", [], [], [], 1);
// Convert the FOM data to double
fom_data_vec=eval(csv_data(:,7));
//Find largest FOM values
[temp, results_max_fom_idx]=gsort(fom_data_vec);
mprintf("*\n* Printing largest FOM values for: %s\n", fileparts(fcsvfiles(i),"fname"));
mprintf("*\n* FOM values MAX: %0.6e\n", max(fom_data_vec));
mprintf("*\n* AVG: %0.6e\n", mean(fom_data_vec));
mprintf("*\n* MED: %0.6e\n", median(fom_data_vec));
mprintf("*\n* MIN: %0.6e\n", min(fom_data_vec));
// If threshold-based limits
if report_mode==2 then
xtalk_max_rep=sum(temp>=xtalk_fom_thsld);
xtalk_max_rep
end
// clear temp;
// Print largest FOM values to console
mprintf("*\n* Printing largest %d xtalk FOM values: \n*\n", xtalk_max_rep);
mprintf("* | VICTIM NET | VICTIM PIN | AGGR NET | AGGR PIN | FOM | \n");
mprintf("* |----------------------------|------------|----------------------------|------------|------------| \n");
for j=1:xtalk_max_rep
// Victim net name
vict_net_str=csv_data(results_max_fom_idx(j),1);
if length(vict_net_str)>28 then // Some padding if necessary
vict_net_str = strcat([part(vict_net_str, 1:25), "..."]);
else
vict_net_str=part(vict_net_str, 1:28);
end
// Vict pin name
vict_pin_str=csv_data(results_max_fom_idx(j),2);
if length(vict_pin_str)>12 then // Some padding if necessary
vict_pin_str = strcat([part(vict_pin_str, 1:9), "..."]);
else
vict_pin_str=part(vict_pin_str, 1:12);
end
// Aggr net name
aggr_net_str=csv_data(results_max_fom_idx(j),4);
if length(aggr_net_str)>28 then // Some padding, if necessary
aggr_net_str = strcat([part(aggr_net_str, 1:25), "..."]);
else
aggr_net_str=part(aggr_net_str, 1:28);
end
// Aggr pin name
aggr_pin_str=csv_data(results_max_fom_idx(j),5);
if length(aggr_pin_str)>12 then // Some padding if necessary
aggr_pin_str = strcat([part(aggr_pin_str, 1:9), "..."]);
else
aggr_pin_str=part(aggr_pin_str, 1:12);
end
//FOM value
fom_str=csv_data(results_max_fom_idx(j),7);
if length(fom_str)>12 then // Some padding if necessary
fom_str = strcat([part(fom_str, 1:9), "..."]);
else
fom_str=part(fom_str, 1:12);
end
mprintf("* |%s|%s|%s|%s|%s|\n",vict_net_str,vict_pin_str,aggr_net_str,aggr_pin_str,fom_str);
end
end
mprintf("*\n****************\n");
clear temp;
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////// PLOT RESULTS ///////////////////////////////
//create figure
fig_main_dotplot=scf(1);
clf(fig_main_dotplot);
drawlater;
// For each file
for i=1:size(fcsvfiles,2)
// Read the contents
csv_data=csvRead(fcsvfiles(i), ",", [], "string", [], [], [], 1);
legends_text(i)=fileparts(fcsvfiles(i),"fname");
// Convert the FOM data to double
fom_data_vec=eval(csv_data(:,7));
//Plot raw data
plot2d(fom_data_vec);
// Prettify plots
fig_props=gce();
fig_props.children.line_mode="off";
fig_props.children.mark_style = 0;
fig_props.children.mark_size_unit = "point";
fig_props.children.mark_size = 3;
fig_props.children.mark_foreground = dot_color_vect(modulo(i-1,length(dot_color_vect))+1);
end
//Add labels to dot plot
xlabel("Xtalk case");
ylabel("Xtalk FOM");
//Add labels to dot plot
legend(legends_text,-1,%t);
drawnow;
//quit;
|
f6921417db68823831706af2bf8035888d9cc85c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1472/CH11/EX11.5.a/11_5a.sce | 41c84ad4828ebd0eca1fefb05ba962fd63b63658 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 329 | sce | 11_5a.sce | clc
//initialization of varaibles
P1=100 //psia
T1=2000+460 //R
P2=15 //psia
g=1.4
cp=0.24
//calculations
v1=53.34*T1/(P1*144)
v2=53.34*T1*(P1/P2)^(1/g) /(P1*144)
T2=T1*P2*v2/(P1*v1)
dh=cp*(T2-T1)
dv=v2-v1
//results
printf("Change in enthalpy = %d B/lb",dh)
printf("\n Specific volume change = %.1f cu ft/lb",dv)
|
71082bd57f736359796fa8379c1866bed93f6783 | c90039f74887835096a93884110d643c4823e530 | /doc/oficial/dados para treinamento RNA/RNA_ANALISE_TECNICA/Indicador/Momento/IFR/RNA_IFR.sce | aa6c978b4ef1711e35a0acd6d83af010c0930257 | [] | no_license | igorlima/CellInvest | da991366b329b5d8021e9b949d7b726023489ec8 | c5411247e504b8a8d0ad77d32d41bbd2aee39930 | refs/heads/master | 2020-04-06T03:40:05.614164 | 2012-10-23T12:58:20 | 2012-10-23T12:58:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 241 | sce | RNA_IFR.sce | path_rna_ifr = get_absolute_file_path('RNA_IFR.sce');
N_IFR = getN( path_rna_ifr + "\N_IFR.txt" );
W_IFR = getW( path_rna_ifr, "IFR" );
function saida_da_rna = rna_ifr( ifr )
saida_da_rna = ann_FF_run( [ifr], N_IFR, W_IFR );
endfunction
|
b078b730073978da9647f3af665e1aac3da223d9 | 4bb2823f42f3f993d59b12346565eb9c5fda8b87 | /plotTriangle.sce | a815b0831d34f8e0af60d5577bd401e3358d4ab5 | [
"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 | 557 | sce | plotTriangle.sce | /**
* Draws a plot with generated positions inside a triangle.
*
* @param generationMethod - callback used for points generation.
* Currently supported: generateTriangledPositions
* @param amount - number of positions
* @param A, B, C - vertices of a triangle
* @author Jakub Szota
*/
function plotTriangle(generationMethod, amount, A, B, C)
clf;
xpoly([A(1), B(1), C(1)], [A(2), B(2), C(2)], 'lines', 1);
e = gce();
e.foreground = 5;
e.thickness = 3;
[x, y] = generationMethod(amount, A, B, C);
plot2d(x, y, -1);
endfunction
|
6de114da65c80ade846b97d8bed413d10d29e2bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /275/CH7/EX7.7.35/Ch7_7_35.sce | 6282a4b3817c81dd72604163e9fa9b1da419231c | [] | 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 | 344 | sce | Ch7_7_35.sce | clc
disp("Example 7.35")
printf("\n")
disp("Determine power content of carrier & each sideband")
printf("Given\n")
disp("Total power=2.64KW,modulation index=80%")
Pt=2.64*10^3
Ma=0.8
Pc=Pt/(1+(Ma^2/2))
Plsb=Ma^2*Pc/4
Pusb=Plsb
printf("The total power is=%f watt\n",Pc)
printf("The sideband power is=\n%f watt,\t%f watt",Plsb,Pusb)
|
7cca9a4f58e0a31c2af0196d4ee27ec7aa99b075 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH2/EX2.3/Ex2_3.sce | e631c7254843d3f3bdf7698be1e1d5d035f3328b | [] | 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,093 | sce | Ex2_3.sce | clc
h=1.05*10^-34
disp("h = "+string(h)+"Js") //initializing value of reduced plancks constant or dirac constant or h-bar
mo = 9.1*10^-31
disp("mo = "+string(mo)+"kg") //initializing value of mass of electron
mhh =0.5*mo
disp("m* = "+string(mhh)+"kg") //initializing value of heavy hole mass
k = 0.1*10^10
disp("k = "+string(k)+"m^-1") //initializing value of k-value in the heavy hole band of semiconductor
Ev = 0
disp("Ev= "+string(Ev)+"J")//initializing value of Energy of electron in valence band
e = 1.6*10^-19
disp("e= "+string(e)+"C")//initializing value of charge of electron
//(we have assumed the valence band energy Ev=0eV as it is not provided in the book)
Ee= Ev-(((h^2)*(k^2))/(2*mhh))
disp("The electron energy in the valence band is ,(Ee= Ev-(((h^2)*(k^2))/(2*mhh))= "+string(Ee)+"J")//calculation
Ee1= Ee/e
disp("The electron energy in the valence band is ,Ee= Ee/e="+string(Ee1)+"eV")//calculation
Eh= Ev+((((h^2)*(k^2))/(2*mhh))/e)
disp("The hole energy in the valence band is ,(Eh= Ev+((((h^2)*(k^2))/(2*mhh))/e)= "+string(Eh)+"eV")//calculation
|
b48abc924903536b087496209c368f1819172eab | 449d555969bfd7befe906877abab098c6e63a0e8 | /1208/CH1/EX1.16/Exa16.sce | 6e6573cd65776cf616e9bf6626f38f2ecc1b574f | [] | 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 | 281 | sce | Exa16.sce | //Exa16
clc;
clear;
close;
//given data :
Vn=500000;//in Rs
r=10;//in % per annum
i=r/100;
n=5;//in years
//Formula for needed annual payment R=(Vn*i)/((1+i)^n-1);
R=(Vn*i)/((1+i)^n-1);
disp(R,"Required value(in Rs) : ")
//Note: answer given in the book is not accurate |
1967d70927281bef23f98eeb4237661a02c79477 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH11/EX11.1/ex11_1.sce | 499008f34477e5de92aed81cedc9235082586086 | [] | 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 | 421 | sce | ex11_1.sce | // Exa 11.1
clc;
clear;
close;
// Given data
n = 3;
l = 80;// in mm
d = 76;// in mm
r = 8.5;
V_s = (%pi/4) * d * d * l;// in mm^3
V_s = V_s * 10^-3;// in cm^3
// r = 1+ (V_s/V_c)
V_c = (1/(r - 1)) * V_s;// in cm^3
disp(V_c*10^3,"Clearance volume of cylinder in mm^3 is : ");
C = V_s * n;// C stands for capacity of engine in cm^3
C = C * 10^-3;// in litre
disp(C,"Capacity of the engine in litre is :");
|
f3df81d441cfd8e416cb873f8674d0ef3f265fb6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2021/CH8/EX8.7/Ex8_7.sce | 0efead31907e7d84f1ce278aebb357a57c33dfa5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 238 | sce | Ex8_7.sce | //Finding of Dischage through a fully submersed Orifice
//Given
b=2;
H=0.8;
H1=2.5;
H2=3;
Cd=0.6;
g=9.81;
//To Find
a=sqrt(2*g*H);
q=Cd*a*b*(H2-H1);
disp("Dischage through a fully submersed Orifice ="+string(q)+" m^3/sec");
|
b0b6343ce936a93f7f233882ed83c9cdd51f057d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH14/EX14.21/14_21.sce | 7d9c78e9d919c18910ca9bba74a669e8780de3ff | [] | 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 | 436 | sce | 14_21.sce | clear;
clc;
Rk=600;f1=120*(10^3);f2=123*(10^3);
C1=(f2-f1)/(4*%pi*Rk*f1*f2);
L1=Rk/(%pi*(f2-f1));
C2=L1/(Rk*Rk);
L2=Rk*(f2-f1)/(4*%pi*f1*f2);
printf("The elements of the T-type constant k band pass filter are:\n");
printf(" L1 = %f mH\n",fix((L1)*(10^4))/10);
printf(" C1 = %f picofarads\n",fix((C1)*(10^14))/100);
printf(" L2 = %f microhenry\n",fix((L2)*(10^7))/10);
printf(" C2 = %f microfarads",round((C2)*(10^9))/1000);
|
5acb590fe74113ed5557c38049666a6a3bbf69a2 | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_transmit_var.sci | c2368c6e865a09758e0a8756c92b2a8aa86499a6 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,907 | sci | kiks_transmit_var.sci | function [str] = kiks_transmit_var(fid,var)
// Ouput variables initialisation (not found in input variables)
str=[];
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2003 Theodor Storm (Theodor.Storm@home.se)
// http://www.kiks.net
// -----------------------------------------------------
// !! L.8: Matlab function class not yet converted, original calling sequence used
if bool2s(mtlb_strcmp(class(var),"uint16"))~=1 then
error("<KiKS> kiks_transmit_var: only UINT16 variables are supported.");
return;
end;
[tmp,len] = size(mtlb_double(var));
t = len*2;
bytes = 0;
lenstr = mtlb_uint8([]);
while t>0
bytes = bytes+1;
// !! L.19: Matlab function bitshift not yet converted, original calling sequence used
t_ = bitshift(t,-8);
// !! L.20: Matlab function bitshift not yet converted, original calling sequence used
rest = mtlb_s(t,mtlb_double(bitshift(t_,8)));
lenstr = [lenstr,rest];
t = t_;
end;
// !! L.24: Scilab uint8() does not work with Complex values: uint8() call IGNORED !
// ! L.24: [bytes,lenstr] may be replaced by:
// ! --> uint8([bytes,lenstr]) if [bytes,lenstr] is real
sendstr = [bytes,lenstr];
while %t // !! L.25: Unknown function tcpip_status not converted, original calling sequence used
if bool2s(~isempty(sendstr))&bool2s(mtlb_logic(mtlb_double(tcpip_status(fid)),"~=",0)) then break;end;
// !! L.26: Unknown function tcpip_write not converted, original calling sequence used
sendstr = tcpip_write(fid,sendstr);
end;
while %t // !! L.28: Unknown function tcpip_status not converted, original calling sequence used
if bool2s(~isempty(var))&bool2s(mtlb_logic(mtlb_double(tcpip_status(fid)),"~=",0)) then break;end;
// !! L.29: Unknown function tcpip_write not converted, original calling sequence used
var = tcpip_write(fid,var);
end;
endfunction
|
6854f36789563e030653b5fd457a0b3ae9365e9f | 449d555969bfd7befe906877abab098c6e63a0e8 | /45/CH12/EX12.9/example_12_9.sce | 902a1db0aa63df4c4ce519f250a4f2b0aa7cfc24 | [] | 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 | 208 | sce | example_12_9.sce | //Example 12.9
clc;
clear
resol = 1/512 * 100 ; // calculating resol
vol_resol = 1/512 *5 *1000;
printf("Resoluition in percentage = %f",resol);
printf("\n\n Voltage resolution = %f mV",vol_resol);
|
6c024bd17b22af546d248db48d1740e79abf8fea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1316/CH1/EX1.15/example1_15.sce | 52791bc04ac1f6427b587d488445e4ec4b3f7576 | [] | 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 | 527 | sce | example1_15.sce | //Chapter 1
//Example 1.15
//Page 38
clear;
clc;
STF = 33;
t1 = 1.5;
t2 = 0.75;
T1 = 20;
T2 = 41;
bi = STF*T1;
bf = STF*T2;
e = 2.718
//Finding the error in temperature represents
printf("The value of b(0.75) is %.1f mV \n",bi+(bf-bi)*[1-e^(-t2/t1)]);
printf("This corresponds to an indicated temperature of %.1f degree celcius\n",(bi+(bf-bi)*[1-e^(-t2/t1)])/STF);
printf("So the error is %.1f degree celcius because the actual temperature is 41 degree celcius \n",T2-((bi+(bf-bi)*[1-e^(-t2/t1)])/STF));
|
59ef8795232a135f422b1ad808eb5befedd76489 | 02427d9d608ef9018bc666d8532338ef5e008a07 | /PAL/3_euler_path/tests/domcek-bez-uhlopriecky.out.tst | 668e576e06e02a1603a75286fb4551294fddb673 | [] | no_license | michalsustr/CTU | aebd874999ee53bc3bd3f07ef7b3461458c84826 | 00a1a152e1ce445427eb9e043b962387fb12ab64 | refs/heads/master | 2021-01-10T06:31:32.424103 | 2015-12-31T00:21:34 | 2015-12-31T00:21:34 | 48,609,906 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 34 | tst | domcek-bez-uhlopriecky.out.tst | 5
0 2
2 1
1 0
0 3
3 4
4 2
2 3
0 0
|
8e84eb01d6a136d91e7915f9f9e16747068a9d7f | 59e7c95649eb8894e1d6f0bcac3ca7ea2b023217 | /Conversor de Temperatura 2.sce | 8c5ce20c0659675eeb2f973dfcabf27440cc4956 | [] | no_license | nascimento-luciano/Scilab-Matlab | cb5ee9d97df3ed0f4311573df0fd37a88b3394d8 | 1cba42b68cc7954ff4c7dd6b13c7d8e6bd3d039e | refs/heads/main | 2023-03-19T21:06:18.691193 | 2021-03-18T00:57:29 | 2021-03-18T00:57:29 | 348,877,701 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 161 | sce | Conversor de Temperatura 2.sce | //Conversor de Temperatura de Farenheit para Kelvin
f = input("Digite os graus Farenheit");
k = (5/9)*(f + 459);
printf("Equivale a %g graus Kelvin. \n",k);
|
a70f512c97d22257e10c0fab0957c8e5a4666f80 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1409/CH5/EX5.6/5_6.sce | f6651c15eeb5e99236d09865595d79ac4c8823ca | [] | 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 | 461 | sce | 5_6.sce | clc;
//page no 5-12
//Example 5.6
//Given carrier frequency is 93.2MHz and frequency of modulated wave is 5kHz and the frequency deviation is 40kHz
fc=93.2*10^6;//in Hz
fm=5*10^3;//in Hz
fd=40*10^3;
cs=2*fd*10^(-3);
disp(+'kHz',cs,'Carrier swing is ');
Hf=(fc+fd)*10^(-6);
disp(+'MHz',Hf,'The highest frequency reached is ');
Lf=(fc-fd)*10^(-6);
disp(+'MHz',Lf,'The lowest frequency reached is ');
beta1=fd/fm;
disp(beta1,'Modulation index is');
|
44313b75a772db2843d466ee84aef5d0e5eb489f | 58b5c31b2c6a551fee6e4b0f9234aa938c1e9957 | /PR Regelungsrechnik - Versuch 3/Scilab/temp.sce | 306ca93df4a2d321aad90e894976313066d276be | [] | no_license | unizeug/PR_Regelungsrechnik_-_Versuch_3 | 51fd157da10f0dc69a81e1e6e2e14506d8be1d97 | aa2c957243120db8864f6d53d44f9610b66cb69b | refs/heads/master | 2016-09-05T22:54:29.931828 | 2012-07-13T09:20:28 | 2012-07-13T09:20:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | temp.sce | // Boris: cd "/Users/borishenckell/Documents/eclipse workspace/PR_Regelungsrtechnik_-_Versuch_3/PR Regelungsrechnik - Versuch 3"
// Dirk:
cd "/media/daten/workspace/PR_Regelungsrechnik_-_Versuch_3/PR Regelungsrechnik - Versuch 3/Scilab/"
s = poly(0,'s');
w = 2 + %pi * 0.3;
d = 1;
P =1/ (s^2+s*2*d/w + w^2);
polpaar = roots(P.den);
|
0e8fe9790f229aaacf41d9c7909f0418ee51acfe | 1497386b0fe450e6c3881c8c6d52d9e6ad9117ab | /trunk/libmiracl/include/MIRDEF.TST | a809f43cd2512fe226648f9e2a3aa8b9b3e24e62 | [
"Apache-2.0"
] | permissive | flomar/CrypTool-VS2015 | 403f538d6cad9b2f16fbf8846d94456c0944569b | 6468257af2e1002418882f22a9ed9fabddde096d | refs/heads/master | 2021-01-21T14:39:58.113648 | 2017-02-22T14:10:19 | 2017-02-22T14:10:19 | 57,972,666 | 0 | 5 | null | null | null | null | UTF-8 | Scilab | false | false | 269 | tst | MIRDEF.TST | /*
* MIRACL compiler/hardware definitions - mirdef.h
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#define MIRACL 32
#define MR_LITTLE_ENDIAN
#define mr_utype int
#define MR_IBITS 32
#define MR_LBITS 32
#define mr_unsign32 unsigned int
#define MR_FLASH 52
|
3e8173bf8a8bb7aae62755ee5f9d2da44a6f8390 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH4/EX4.4/EX4_4.sce | 8e078e79da29c0285a89cb254a1158e93794c4ad | [] | 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 | 241 | sce | EX4_4.sce | //EXAMPLE 4-4 PG NO-224
A=[1 1 0 0 0 1;0 -1 1 -1 0 0;-1 0 -1 0 -1 0];
A1=[1 0 -1;1 -1 0;0 1 -1;0 -1 0;0 0 -1;1 0 0];
det(A*A1)=A*A1;
disp('i) Numbers of trees ([A*A^T]) is = '+string (det(A*A1)) +' ');
|
401d47ad9465412531c42710fd500321cdf5d51e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2453/CH9/EX9.3/9_3.sce | 9a01d99fcc1439ac7a9eeddab497d67750a2b4b5 | [] | 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 | 306 | sce | 9_3.sce | //To calculate the penetration depth
lamda_T = 750; //penetration depth of mercury, Armstrong
T = 3.5; //temperature, K
Tc = 4.12; //critical temperarure, K
lamda_0 = lamda_T*((1-(T/Tc)^4))^(1/2); //penetration depth, Armstrong
printf("penetration depth at 0K is %d armstrong",lamda_0);
|
de6cbac6f6158ad91bbe95a92e511dc6c4b6d68e | 449d555969bfd7befe906877abab098c6e63a0e8 | /539/CH21/EX21.3/Example_21_3.sce | 05128eb147966614e86e4b7619321c8cc6e92e5a | [] | 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 | 377 | sce | Example_21_3.sce | //Suitable material required
clear;
clc;
printf("\tExample 21.3\n");
R=0.05;
n=poly([0],'x');
//R = (ns-1/ns+1)^2 leading to the equation
// 0.95ns^2-2.1ns+0.95 = 0
//HencE
ns=roots((0.95*n^2)-(2.1*n)+0.95);
disp(ns,'The values of ns are: ");
printf("Thus, soda-lime glass, Pyrex glass, and polyprop would be suitable for this application.");
//End |
d062bef7eb2db37baf09f99561487e5206b33a86 | 449d555969bfd7befe906877abab098c6e63a0e8 | /503/CH8/EX8.7/ch8_7.sci | 32f4579eee006c3af6c78a75f129488b1558a564 | [] | 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 | 649 | sci | ch8_7.sci | //to compute the max power and torque,terminal voltage
clc;
V=3300;
Vt=V/sqrt(3);
P=1000*10^3;
pf=1;
Ia=P/(V*sqrt(3)*pf);
Xsm=3.24;
j=sqrt(-1);
Efm=Vt-j*Ia*Xsm;
Efg=abs(Efm);
P_emax=3*Vt*Efg/Xsm;disp(P_emax,'max power(W)');
p=24;
f=50;
w_sm=(120*f*2*%pi)/(p*60);
Tmax=P_emax/w_sm;disp(Tmax,'torque(Nm)');
Xsg=4.55;
Efm=Vt-j*Ia*Xsg;
Efmm=abs(Efm);
X=Xsm+Xsg;
P_emax=3*Efg*Efmm/X;disp(P_emax,'max power(W)');
Tmax=P_emax/w_sm;disp(Tmax,'torque(Nm)');
d=90;
Efm=Efg*complex(cosd(0),sind(0));
Efg=Efmm*complex(cosd(d),sind(d));
Ia=(Efg-Efm)/(j*X);
v=j*Ia*Xsm;
Vt=Efm+j*Ia*Xsm;
disp(abs(Vt)*sqrt(3),'line voltage(V)');
|
54678411f4b15361cdc948591eb35984d18dfbe9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/CH11/EX11.15/miller.sce | bac47c35e939670440f164ae0a2d77704a6c1003 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 820 | sce | miller.sce | // PID tuning through GMVC law, as discussed in Example 11.11.
// 11.15
exec('gmvc_pid.sci',-1);
exec('zpowk.sci',-1);
exec('ch_pol.sci',-1);
exec('polmul.sci',-1);
exec('polsize.sci',-1);
exec('xdync.sci',-1);
exec('rowjoin.sci',-1);
exec('left_prm.sci',-1);
exec('t1calc.sci',-1);
exec('indep.sci',-1);
exec('seshft.sci',-1);
exec('makezero.sci',-1);
exec('move_sci.sci',-1);
exec('colsplit.sci',-1);
exec('clcoef.sci',-1);
exec('cindep.sci',-1);
exec('filtval.sci',-1);
exec('polyno.sci',-1);
// GMVC PID tuning of example given by Miller et al.
// Model
A = [1 -1.95 0.935]; B = -0.015; k = 1; Ts = 1;
// Transient specifications
N = 15; epsilon = 0.1;
T = ch_pol(N,epsilon);
// Controller Design
[Kc,tau_i,tau_d,L] = gmvc_pid(A,B,k,T,Ts);
L1 = filtval(L,1);
zk = zpowk(k);
|
9fd6ee7b089fba5ad65ed8aa2d88259c1d4bd61b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1850/CH2/EX2.10/exa_2_10.sce | aa80135a2bd907fed3243a3c32061bcd0f5530b9 | [] | 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 | 178 | sce | exa_2_10.sce | // Exa 2.10
clc;
clear;
close;
// Given data
format('v',9)
Vd=25;// in micro volt
Vd= Vd*10^-6;// in volt
A=200000;
V_out= Vd*A;
disp(V_out,"Output voltage in volt");
|
8673a690e61be3f270f6f1252cddf6364a1adc17 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1691/CH1/EX1.27/Example1_27.sce | 5fcdf62d762f46c5e5a9adfbd6ca0b0121d39d44 | [] | 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,388 | sce | Example1_27.sce | //Example 1.27
clc
disp("Step 1: Identity topology")
disp("The feedback is given from emitter of Q2 to the base of Q2. If Io=0 then feedback current through 5K register is zero, hence it is current sampling. As feedback signal is mixed in shunt with input, the amplifier is current shunt feedback amplifier")
disp("")
disp("Step 2 and Step 3: Find input and output circuit")
disp("The input circuit of the amplifier without feedback is obatined by opening the output loop at the emitter of Q2(Io = 0). This places R''(5K) in series with R_s from base to emitter of Q1. The output circuit is found by shorting the input node, i.e. making V1=0. This places R''(5K) in parallel with R_e. The resultant equivalent circuit is shown in fig 1.78")
disp("Step 4: Find open circuit transfer gain")
disp("A_I = Io/I_s = -I_c/I_s = -I_c2/I_b2 * I_b2/I_c1 * I_c1/I_b1 * I_b1/I_s")
disp("We know that -I_c2/I_b2 = A_i2 = -h_fe = -50 and")
disp("-I_c/I_b1 = A_i1 = -h_fe = -50")
disp("Therefore, I_c1/I_b1 = 50")
disp("Looking at fig 1.77 we can write")
disp("I_b2/I_c1 = -R_c1/R_c1+R_i2")
ri2=1.5+(51*(5*0.6/5.6))
format(6)
disp(ri2,"R_i2(in k-ohm) = h_ie + (1+h_fe)(R_e2||R'') =")
ibc=-2/30.82
format(7)
disp(ibc,"Therefore, I_b2/I_c1 =")
disp("Looking at fig 1.78 we can write")
disp("I_b1/I_s = R/R+R_i1")
r=(5.6*10^3)/6.6
format(4)
disp(r,"where R(in ohm) = R3 || (R''+R_e) =")
ri1=1.5+20.4
format(5)
disp(ri1,"and R_i1(in k-ohm) = h_ie + (1+h_fe)R_e1 =")
ib1=0.848/22.748
format(7)
disp(ib1,"Therefore, I_b1/I_s =")
disp("Substituting the numerical values obtained in equations of A_I we get,")
ai=50*0.0649*50*0.0372
format(2)
disp(ai,"A_I =")
disp("")
disp("Step 5: Calculate beta")
b=0.6/5.6
format(6)
disp(b,"beta = I_f/Io = R_e2 / R_e2+R'' =")
disp("")
disp("Step 6: Calculate D,A_If, A_vI, R_sf, R_of")
d=1+(0.107*6)
format(6)
disp(d,"D = 1 + beta*A_I =")
aif=6/1.642
disp(aif,"A_if = A_I/D =")
avf=(3.654*12)/1
format(7)
disp(avf,"A_vf = Vo/V_s = -I_c2/I_s * R_c2/R_s = A_if*R_c2 / R_s =")
ri1=(848*21900)/(21900+848)
disp(ri1,"R_i1(in ohm) = R || R_i1 =")
rif=816.38/1.642
format(6)
disp(rif,"R_if(in ohm) = R_i/D =")
disp("Ro = infinity because h_oe = 0")
disp("Therefore, R_of = Ro*D = infinity")
disp("R''_o = Ro || R_c2 = infinity || 12 K = 12 K")
disp("R''_of = R''_o * 1+beta*A_i/1+beta*A1 = R''_o = R_c2 = 12K")
|
191f387474b2141d78baef9449fc7ad7f30db2d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH6/EX6.28/Example6_28.sce | cb876706b70b845f3c19bb9cf971267c5f830985 | [] | 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 | 977 | sce | Example6_28.sce | // Example 6.28.
clc
format(6)
VCC=12
beta=100
VBE=0.7
disp("Refer fig.6.26. We know that for a silicon transistor, VBE = 0.7 V")
disp("(a) To determine RB :")
VCE=7
IC=1*10^-3
RC=(VCC-VCE)/IC
RC1=RC*10^-3
disp(RC1,"RC(k-ohm) = (VCC - VCE) / IC = ")
IB=IC/beta
IB1=IB*10^6
disp(IB1,"IB(uA) = IC / beta = ")
RB=(VCC-VBE-(IC*RC))/IB
RB1=RB*10^-3
disp(RB1,"RB(k-ohm) = (VCC - VBE - (IC*RC)) / IB = ")
S=(1+beta)/(1+(beta*(RC/(RC+RB))))
format(5)
disp(S,"(b) Stability factor, S =(1 + beta) / (1 + (beta*(RC / (RC+RB)))) = ")
beta1=50
format(6)
disp("(c) VCC = (beta*IB*RC) + (IB*RB) + VBE")
disp(" = IB * ((beta*RC) + RB) + VBE")
IB=(VCC-VBE)/((beta1*RC)+RB)
IB1=IB*10^6
disp(IB1,"IB(uA) = (VCC-VBE) / ((beta*RC)+RB) = ")
IC=beta1*IB
IC1=IC*10^3
disp(IC1,"IC(mA) = beta*IB = ")
VCE=VCC-(IC*RC)
disp(VCE,"VCE = VCC - (IC*RC) = ")
disp("Therefore the coordinates of new operating point are :")
disp(VCE,"VCEQ(V) = ")
disp(IC1,"ICQ(mA) = ") |
babf68b967774337307da8943b32f18e82063f40 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH11/EX11.2/Ex11_2.sce | b479cb1c46cb53987ef8b95a1215ead1bfdbcb7c | [] | 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 | 482 | sce | Ex11_2.sce | //Example 11_2
clc();
clear;
//To findout how much water is released
//When it crystallizes
m=50 //Units in gm
h=80 //Units in Cal/gm
q=m*h //Units in Cal
printf("When it crystallizes heat required is Q=%d Cal\n",q)
//When it Condenses
m=50 //Units in gm
h=539 //Units in Cal/gm
q=m*h //Units in Cal
printf("When it condenses heat required is Q=%d Cal\n",q)
//In textbook answer is printed wrong as Q=27000 cal but the correct answer is Q=26950 Cal
|
14ebfa42e1553bdb40b56006dddbcd86d9718a2e | 8ea401b354e99fe129b2961e8ee6f780dedb12bd | /macros/set_axis.sci | 22b27dc1cbeb268a5db08014361d1165491a4e95 | [
"BSD-2-Clause"
] | permissive | adityadhinavahi/SciPandas | 91340ca30e7b4a0d76102a6622c97733a28923eb | b78b7571652acf527f877d9f1ce18115f327fa18 | refs/heads/master | 2022-12-20T04:04:35.984747 | 2020-08-19T16:10:51 | 2020-08-19T16:10:51 | 288,765,541 | 0 | 1 | null | 2020-08-19T15:35:04 | 2020-08-19T15:14:46 | Python | UTF-8 | Scilab | false | false | 643 | sci | set_axis.sci | function set_axis()
// Assign desired index to given axis.
//
// Syntax
// dfr.set_axis(input_string)
//
// Parameters
// input_string : String containing the values to set the axis. Any additional parameters supported can be passed
// // For additional information on parameters, see https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.set_axis.html?highlight=set_axis#pandas.DataFrame.set_axis
// Returns : DataFrame
//
// Examples
// // Set axis to 1,2,3,4,5,6,7,8
// dfr.set_axis("[1,2,3,4,5,6,7,8],axis=0")
//
// Authors
// Aditya Dhinavahi
// Sundeep Akella
endfunction |
c1e46f8f3334cd2e77c18dbce0e165d9c2da85a1 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.1_10.tst | daab8020840a3323400b76abd26f9d92403568bc | [] | 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 | 650,461 | tst | 5.1_10.tst | 1 114:1 237:1 446:1 540:1 622:1 644:2 888:2 959:1 1120:1 1190:1 1237:1 1286:1 1347:2 1475:1 1853:1 1887:1 2065:1 2225:1 2299:1 2388:1 2496:1 2528:1 2542:1 2699:1 2899:1 3135:1 3465:1 3766:1 3891:1 4095:1 4167:1 4250:1 4401:1 4525:1 4843:1 4866:1 5158:1 5428:1 5495:1 5565:130 5585:1 5629:1 5720:1 5767:1 5912:1 6034:1 6519:1 6678:1 6864:1 6927:1 7084:1 7125:1 7356:1 7364:1 7366:1 7406:1 7632:1 7828:1 7965:1 8222:1 8280:1 8394:1 8637:1 8644:1 8811:1 8837:1 8961:1 8981:1 9230:1 9420:1 9799:1 9953:1 10007:1 10087:1 10131:1 10176:1 10310:1 10431:1 10655:1 10683:1 10840:1 10994:1 11036:1 11182:1 11224:1 11640:1 11660:1 11747:1 11895:1 11924:1 12017:1 12038:1 12283:1 12295:1 12488:1 12538:1 12732:1 12888:1 12935:1 13164:1 13185:1 13296:1 13453:1 13836:1 14039:1 14267:1 14484:1 14508:1 14532:1 14738:1 14971:1 15076:1 15220:1 15298:1 15857:1 16021:1 16035:1 16121:1 16324:1 16334:1 16408:1 16458:1 16916:1 17243:1 17285:1 17298:1 17473:1 17474:1 17916:1 17975:1 18059:1 18076:1 18233:1 18317:1 18328:1 18730:1 18877:1 19013:1 19053:1 19303:1 19315:1 19488:1 19569:1 19728:1 19867:1 19945:1 20170:1 20560:1 20749:1 20891:1 21235:1 21328:1 21369:1
1 7:1 114:1 237:1 412:1 446:1 474:1 540:1 612:1 622:1 644:2 650:1 888:2 959:1 1007:2 1120:1 1190:1 1237:1 1278:2 1286:1 1306:1 1347:2 1375:1 1418:2 1419:1 1422:1 1434:1 1475:1 1545:2 1576:1 1853:1 1887:1 2044:1 2065:1 2127:1 2206:1 2225:1 2299:2 2388:1 2458:1 2471:1 2496:1 2519:1 2528:1 2542:1 2698:1 2699:1 2899:1 3106:2 3135:1 3259:1 3277:1 3293:1 3314:2 3317:2 3465:2 3501:1 3681:1 3724:1 3748:1 3766:1 3883:1 3891:1 3913:1 3929:1 3943:1 3959:1 3963:2 4095:1 4167:1 4234:1 4250:1 4367:1 4401:1 4525:1 4598:1 4697:1 4843:1 4866:1 5158:2 5199:3 5268:1 5428:1 5495:1 5565:260 5585:1 5601:1 5629:2 5688:1 5720:1 5767:1 5814:1 5912:1 6034:1 6045:1 6325:1 6333:1 6335:1 6519:1 6524:1 6571:1 6629:1 6678:1 6808:1 6849:1 6860:1 6864:1 6868:1 6881:1 6927:1 6978:1 7072:1 7082:1 7084:1 7095:1 7096:1 7125:1 7262:2 7351:1 7356:1 7364:1 7366:1 7372:1 7406:1 7416:1 7510:1 7629:1 7632:1 7633:1 7674:1 7828:1 7848:1 7930:1 7965:1 8222:1 8280:2 8296:2 8311:1 8372:1 8394:1 8436:1 8477:1 8554:1 8637:1 8644:1 8728:1 8748:1 8811:2 8827:1 8837:1 8961:1 8981:1 9075:1 9230:1 9420:1 9597:1 9799:1 9803:1 9934:1 9953:1 10001:1 10007:1 10087:1 10131:1 10140:1 10176:1 10208:1 10251:1 10297:1 10310:1 10345:1 10368:1 10431:1 10593:1 10655:1 10683:1 10749:1 10806:1 10826:1 10840:1 10853:1 10854:1 10909:1 10980:1 10994:1 11036:1 11095:1 11182:1 11200:2 11201:2 11224:1 11311:5 11337:1 11344:1 11402:1 11410:1 11640:1 11660:1 11747:1 11895:1 11907:1 11924:1 11938:1 11951:1 12017:1 12038:1 12171:1 12252:1 12283:1 12295:2 12353:1 12488:1 12538:1 12593:1 12599:1 12732:1 12769:1 12888:1 12915:1 12935:1 13017:1 13162:1 13164:1 13185:1 13196:1 13296:1 13449:1 13453:1 13735:1 13776:1 13785:1 13836:1 13853:2 13864:1 13910:1 13976:1 14020:1 14039:1 14248:1 14258:1 14267:1 14279:1 14304:1 14422:1 14484:1 14508:1 14532:1 14639:1 14738:1 14744:1 14971:1 14992:2 15070:1 15076:1 15123:1 15220:1 15298:1 15305:1 15330:1 15548:1 15823:1 15857:1 15875:1 16020:1 16021:1 16035:1 16121:1 16216:1 16265:1 16324:1 16334:2 16338:1 16408:1 16458:1 16472:1 16606:1 16789:3 16916:1 16958:1 17243:1 17285:1 17288:1 17298:1 17322:1 17473:1 17474:1 17476:1 17680:1 17916:1 17975:1 18035:1 18059:1 18076:1 18159:1 18165:1 18231:1 18233:1 18317:1 18328:2 18730:1 18757:1 18767:1 18769:1 18877:1 19013:1 19053:1 19134:1 19233:1 19262:1 19303:1 19315:1 19336:3 19389:1 19398:1 19488:1 19563:1 19569:1 19605:2 19716:1 19728:1 19867:1 19903:1 19945:1 20157:1 20170:2 20197:1 20256:1 20491:1 20525:1 20560:1 20708:1 20749:2 20779:1 20891:1 20927:1 21016:1 21049:1 21172:1 21202:1 21235:1 21282:1 21328:1 21369:2 21376:1 21431:1
1 7:1 105:1 114:1 119:1 237:1 259:1 298:1 412:1 418:1 446:1 474:1 516:1 531:2 540:2 612:1 622:1 644:3 650:1 888:2 959:1 986:1 1007:2 1009:1 1120:1 1169:1 1190:1 1196:1 1237:1 1278:2 1286:1 1306:1 1347:3 1375:1 1418:2 1419:2 1422:1 1434:1 1475:1 1477:1 1545:2 1576:1 1721:1 1853:1 1887:1 1943:1 2044:1 2065:1 2127:1 2206:1 2225:1 2279:1 2295:1 2299:2 2388:1 2407:1 2418:1 2431:1 2454:1 2458:1 2471:1 2496:1 2507:1 2519:1 2528:1 2542:1 2573:1 2628:1 2635:1 2661:1 2697:1 2698:2 2699:1 2878:1 2899:1 2932:1 3079:1 3106:3 3121:1 3135:1 3229:1 3254:2 3259:1 3277:1 3293:2 3294:1 3314:2 3317:2 3465:2 3501:1 3509:1 3609:1 3681:1 3724:1 3748:1 3754:1 3766:2 3871:1 3883:1 3891:1 3913:1 3929:1 3943:1 3959:1 3963:2 4004:1 4081:1 4095:1 4167:1 4234:2 4247:1 4250:1 4277:1 4367:1 4401:1 4451:1 4504:1 4520:1 4525:1 4537:1 4567:1 4598:2 4697:1 4774:1 4787:1 4843:3 4866:1 5151:1 5158:2 5199:3 5265:1 5268:1 5281:1 5294:1 5368:1 5386:1 5412:1 5428:1 5443:1 5495:1 5565:419 5585:1 5601:1 5627:2 5629:2 5688:1 5720:1 5726:1 5767:1 5814:1 5912:1 6034:1 6037:1 6045:1 6133:1 6189:1 6197:1 6325:1 6333:2 6335:1 6519:1 6524:1 6560:1 6571:1 6629:1 6678:2 6706:1 6808:1 6849:1 6860:1 6864:2 6868:1 6881:1 6927:1 6943:1 6978:1 7065:1 7072:1 7077:1 7082:2 7084:1 7095:1 7096:1 7125:2 7212:1 7262:2 7351:2 7356:1 7364:1 7366:1 7372:1 7406:1 7416:1 7458:1 7490:1 7510:1 7623:1 7629:1 7632:1 7633:1 7674:1 7677:1 7828:1 7848:1 7899:1 7927:1 7930:1 7956:1 7965:1 8157:1 8180:1 8222:1 8248:1 8280:2 8296:2 8311:1 8372:2 8394:1 8436:1 8466:1 8477:1 8492:1 8517:1 8540:1 8554:1 8637:1 8644:1 8658:1 8728:1 8742:1 8748:2 8770:1 8811:2 8827:1 8837:1 8938:1 8950:1 8961:1 8981:1 9075:1 9099:1 9131:1 9137:1 9207:1 9209:1 9230:1 9348:1 9420:1 9463:1 9552:1 9597:1 9602:1 9729:1 9779:1 9799:1 9803:1 9855:1 9882:1 9934:1 9953:1 10001:1 10007:1 10025:1 10087:1 10131:1 10140:1 10176:1 10208:1 10251:1 10297:1 10310:1 10314:1 10345:2 10368:1 10431:1 10550:1 10593:1 10655:1 10683:1 10724:1 10749:1 10805:1 10806:1 10826:1 10838:1 10840:1 10853:1 10854:1 10909:1 10961:1 10980:1 10994:1 10996:1 11001:1 11036:1 11095:1 11114:1 11182:1 11200:2 11201:2 11224:1 11242:1 11311:7 11328:1 11337:1 11344:3 11402:1 11404:1 11410:1 11478:1 11613:1 11640:1 11660:2 11662:1 11747:1 11768:1 11895:1 11907:1 11924:1 11938:1 11951:1 12017:1 12038:1 12135:1 12148:1 12171:1 12252:1 12265:1 12283:1 12295:2 12353:1 12453:1 12488:1 12538:1 12551:1 12593:1 12599:1 12639:1 12659:1 12690:1 12732:1 12769:1 12791:1 12854:1 12888:1 12915:1 12935:1 13017:1 13044:1 13084:2 13150:1 13162:1 13164:1 13185:1 13196:1 13233:1 13296:1 13449:1 13453:1 13542:1 13629:1 13643:1 13735:1 13776:1 13785:1 13836:1 13853:2 13860:1 13864:1 13910:1 13976:1 14020:1 14039:1 14083:1 14134:1 14148:1 14248:1 14258:3 14267:1 14279:1 14289:1 14304:1 14422:1 14431:1 14484:1 14508:1 14521:1 14532:1 14577:1 14639:1 14643:1 14738:1 14744:2 14761:1 14806:1 14900:2 14971:1 14992:2 15070:1 15076:1 15123:1 15150:1 15220:1 15250:1 15298:1 15305:1 15330:1 15548:1 15823:1 15857:3 15860:1 15868:1 15875:1 16020:1 16021:1 16035:1 16121:1 16216:1 16245:1 16265:1 16324:1 16334:2 16338:1 16384:1 16391:1 16408:1 16440:1 16444:1 16455:1 16458:1 16472:1 16578:1 16583:1 16606:1 16622:1 16653:1 16789:3 16798:1 16814:1 16875:1 16916:1 16958:1 17201:1 17224:1 17243:1 17255:1 17285:1 17288:1 17298:1 17318:1 17322:1 17452:1 17473:1 17474:1 17476:1 17509:1 17510:1 17680:1 17916:1 17975:1 18035:1 18041:1 18059:1 18076:1 18091:1 18159:1 18165:1 18231:2 18233:1 18317:1 18328:2 18363:1 18371:1 18437:1 18582:1 18730:1 18757:1 18767:1 18769:1 18815:1 18877:1 18918:1 19013:1 19053:1 19107:1 19134:1 19233:1 19243:1 19262:1 19275:1 19303:1 19315:1 19336:3 19371:1 19389:1 19398:1 19488:2 19563:1 19569:1 19578:1 19605:3 19716:1 19719:1 19728:1 19734:1 19768:1 19813:1 19864:1 19867:1 19903:1 19937:1 19944:1 19945:1 19981:1 20033:1 20157:2 20170:2 20197:1 20256:1 20316:1 20486:1 20491:1 20525:1 20560:1 20708:1 20749:2 20779:1 20891:1 20927:1 20933:1 21016:1 21049:1 21062:1 21109:1 21153:1 21172:1 21202:1 21235:1 21282:1 21328:1 21335:2 21369:2 21376:1 21431:1
1 7:1 105:1 114:1 119:1 129:1 237:1 259:1 273:1 298:1 412:1 418:1 446:1 474:1 482:1 516:1 531:2 532:1 540:2 548:1 612:1 622:1 644:3 650:1 875:1 888:2 959:1 986:1 1007:2 1009:1 1120:1 1169:1 1190:1 1196:1 1237:1 1278:3 1280:1 1286:1 1306:1 1347:3 1364:2 1375:1 1418:3 1419:2 1422:3 1432:1 1434:1 1475:1 1477:1 1545:2 1576:1 1702:1 1721:1 1807:1 1853:1 1887:1 1943:1 2044:1 2065:1 2127:1 2206:1 2225:1 2238:1 2279:1 2285:1 2295:1 2299:2 2388:1 2407:1 2418:1 2431:1 2454:1 2458:1 2468:1 2471:1 2496:1 2507:1 2519:1 2528:1 2542:1 2573:1 2599:1 2628:1 2635:1 2650:1 2661:1 2697:1 2698:2 2699:1 2870:1 2878:1 2899:1 2932:1 3079:1 3106:4 3113:1 3121:1 3135:1 3144:1 3229:1 3254:2 3259:1 3277:1 3282:1 3293:2 3294:1 3302:1 3314:3 3317:2 3364:1 3465:2 3486:1 3501:1 3509:1 3609:1 3680:1 3681:1 3724:1 3748:1 3754:1 3766:2 3772:2 3805:1 3871:1 3883:1 3891:1 3913:1 3929:1 3943:1 3959:1 3963:3 4004:1 4034:1 4081:1 4095:2 4167:1 4234:2 4247:1 4250:1 4270:2 4277:1 4367:1 4401:1 4451:1 4493:1 4504:1 4520:1 4525:1 4537:1 4567:1 4598:2 4696:1 4697:1 4774:1 4787:1 4843:3 4866:1 4988:1 5151:1 5158:3 5199:5 5235:1 5265:1 5268:1 5278:1 5281:1 5294:1 5368:1 5386:1 5412:1 5428:1 5443:1 5495:1 5520:1 5565:518 5577:1 5585:1 5601:1 5627:2 5629:2 5675:1 5688:1 5720:1 5726:1 5767:1 5772:1 5814:1 5896:1 5912:1 5940:1 5990:1 6034:1 6037:1 6045:1 6116:1 6133:1 6189:1 6197:1 6287:1 6325:1 6333:2 6335:1 6519:1 6524:1 6560:1 6571:1 6581:1 6602:1 6629:1 6640:1 6678:2 6706:1 6762:1 6808:1 6849:1 6860:1 6864:2 6868:1 6874:1 6881:1 6927:1 6943:1 6978:1 7065:1 7072:1 7077:1 7082:2 7084:1 7095:1 7096:1 7106:1 7125:2 7127:1 7212:1 7262:2 7351:2 7356:1 7364:1 7366:1 7372:1 7406:1 7416:1 7427:1 7458:1 7490:1 7510:1 7623:1 7629:1 7632:1 7633:1 7674:1 7677:1 7709:1 7828:1 7848:1 7899:1 7909:1 7927:1 7930:1 7956:1 7965:1 8157:1 8180:1 8222:1 8240:1 8248:1 8280:2 8284:1 8296:2 8311:1 8330:1 8372:3 8394:1 8436:1 8466:1 8477:1 8492:1 8517:1 8540:1 8554:1 8637:1 8644:1 8658:1 8718:1 8728:1 8741:1 8742:1 8748:3 8770:1 8789:1 8811:2 8827:1 8837:1 8913:1 8938:1 8950:1 8961:1 8981:2 9022:1 9075:1 9099:1 9131:1 9137:2 9207:1 9209:1 9230:1 9239:1 9348:1 9420:1 9463:1 9552:1 9597:1 9602:1 9681:1 9725:1 9729:1 9779:1 9799:1 9803:1 9824:1 9855:1 9862:1 9882:1 9900:1 9934:1 9953:1 9984:1 10001:1 10007:1 10025:1 10087:1 10131:1 10140:1 10141:1 10176:1 10197:1 10208:1 10251:1 10297:1 10310:1 10314:1 10345:2 10368:1 10431:1 10434:1 10495:1 10550:1 10593:1 10655:1 10675:1 10683:1 10687:1 10724:1 10749:1 10751:1 10805:1 10806:1 10826:1 10830:1 10838:1 10840:1 10853:1 10854:1 10909:1 10961:1 10980:1 10994:1 10996:1 11001:1 11036:1 11061:1 11095:1 11114:1 11157:1 11182:2 11200:3 11201:2 11224:1 11242:2 11245:2 11287:1 11311:10 11328:1 11330:1 11337:2 11344:3 11347:2 11402:1 11404:1 11410:1 11462:1 11478:1 11540:1 11613:1 11640:1 11660:2 11662:1 11747:1 11768:1 11895:1 11907:1 11924:1 11938:1 11951:1 12017:1 12038:1 12050:1 12135:1 12148:1 12171:1 12212:1 12229:1 12252:1 12265:1 12283:2 12295:2 12353:1 12453:1 12488:1 12538:1 12551:1 12593:1 12599:1 12639:1 12659:1 12690:1 12732:1 12769:1 12791:1 12854:1 12888:1 12915:1 12935:1 12984:1 13017:1 13044:1 13052:1 13084:2 13150:1 13162:1 13164:1 13185:1 13196:1 13233:2 13262:1 13296:1 13432:1 13443:1 13449:1 13453:2 13542:1 13629:1 13643:1 13692:1 13735:1 13776:1 13785:1 13803:1 13836:1 13853:2 13860:1 13864:1 13910:1 13969:1 13976:1 14020:1 14039:1 14083:1 14103:1 14134:1 14148:1 14176:2 14218:1 14248:1 14258:3 14267:1 14279:1 14289:1 14304:1 14368:1 14422:1 14431:1 14468:1 14484:1 14508:1 14521:1 14532:1 14577:1 14639:1 14643:1 14691:1 14738:1 14744:3 14761:1 14785:1 14806:1 14872:2 14900:2 14902:1 14953:1 14971:1 14992:2 15016:1 15070:1 15076:1 15077:1 15123:1 15150:1 15220:1 15250:1 15298:1 15302:2 15305:1 15330:1 15509:2 15548:1 15578:1 15823:1 15857:3 15860:1 15868:1 15875:1 15927:1 16020:1 16021:1 16035:1 16041:1 16073:1 16121:1 16216:1 16245:1 16261:1 16265:1 16314:1 16318:1 16324:1 16334:2 16338:1 16384:1 16391:1 16408:1 16440:1 16444:1 16455:1 16458:1 16472:1 16482:1 16578:1 16583:1 16606:1 16622:1 16653:1 16683:1 16734:1 16789:5 16798:1 16814:1 16875:2 16916:1 16958:1 16977:1 16996:1 17201:1 17224:1 17243:1 17255:1 17285:1 17288:1 17298:1 17318:1 17322:1 17452:1 17473:1 17474:1 17476:1 17509:1 17510:2 17594:1 17676:1 17680:1 17916:1 17975:1 18035:1 18041:1 18059:2 18076:1 18091:1 18104:1 18159:1 18165:1 18231:2 18233:1 18317:1 18328:2 18363:1 18371:1 18425:1 18430:1 18437:1 18530:1 18556:1 18582:1 18730:1 18757:1 18767:1 18769:1 18815:1 18877:1 18918:1 18999:1 19013:1 19053:1 19107:1 19134:1 19199:1 19220:1 19233:1 19243:1 19262:1 19263:1 19275:1 19303:1 19307:1 19315:1 19336:3 19371:1 19389:1 19398:1 19488:2 19563:1 19569:1 19578:1 19591:1 19605:3 19681:1 19716:1 19719:1 19728:1 19734:1 19768:1 19813:1 19864:1 19867:1 19903:1 19937:1 19944:1 19945:1 19981:1 20033:1 20035:1 20058:1 20157:3 20170:3 20197:1 20256:1 20316:1 20347:1 20486:1 20491:1 20525:1 20531:1 20560:1 20595:1 20708:1 20749:2 20751:1 20779:1 20780:1 20812:1 20891:2 20927:1 20933:1 21016:1 21049:1 21062:1 21109:1 21153:1 21172:1 21202:1 21235:1 21282:1 21295:1 21328:1 21335:2 21369:2 21376:1 21431:1
1 7:1 94:1 105:1 107:1 114:1 119:1 129:1 237:1 259:1 273:1 298:1 412:1 418:1 446:1 474:1 482:1 516:1 531:2 532:1 538:1 540:3 548:1 568:1 612:1 622:1 644:4 650:1 669:1 726:1 741:1 787:1 875:1 888:2 959:1 986:1 1007:2 1009:1 1118:1 1120:1 1169:1 1190:1 1196:1 1205:1 1237:1 1238:1 1278:3 1280:2 1286:1 1306:1 1347:3 1352:1 1364:2 1375:1 1399:1 1418:3 1419:2 1422:3 1432:1 1434:1 1475:2 1477:2 1481:1 1495:1 1545:2 1576:1 1702:1 1711:1 1721:1 1730:2 1805:1 1807:1 1853:1 1887:1 1889:1 1943:1 2044:1 2065:1 2127:1 2206:1 2225:1 2238:1 2279:1 2285:1 2295:2 2299:2 2315:1 2369:1 2372:1 2388:1 2407:1 2410:1 2418:1 2431:1 2435:1 2454:3 2455:1 2458:1 2468:1 2471:1 2496:1 2507:1 2519:1 2528:1 2542:1 2573:1 2599:1 2628:1 2635:1 2650:1 2661:1 2664:1 2697:1 2698:2 2699:1 2745:1 2809:1 2855:1 2870:1 2878:1 2899:1 2932:1 3079:1 3106:4 3113:1 3121:1 3135:1 3138:1 3144:1 3229:1 3254:2 3259:1 3277:1 3282:1 3283:1 3293:2 3294:1 3302:1 3314:3 3317:2 3364:1 3420:1 3442:1 3465:2 3486:1 3501:1 3509:1 3609:1 3621:1 3658:1 3680:1 3681:1 3724:1 3748:1 3754:1 3758:1 3766:3 3772:2 3805:1 3820:1 3831:1 3853:1 3868:1 3871:1 3872:1 3883:1 3891:1 3913:1 3929:1 3943:1 3959:1 3963:3 4004:1 4034:1 4081:1 4095:2 4100:1 4167:1 4215:1 4234:2 4247:1 4250:2 4270:2 4277:1 4367:1 4380:1 4401:1 4451:1 4471:1 4493:1 4504:2 4520:1 4525:1 4537:1 4567:1 4598:2 4639:1 4696:1 4697:1 4774:1 4787:1 4843:3 4866:1 4870:1 4988:1 5130:1 5151:1 5158:3 5188:1 5199:5 5235:1 5256:1 5265:1 5268:1 5278:1 5281:1 5294:1 5357:1 5368:1 5386:1 5388:1 5412:1 5415:1 5428:1 5443:1 5495:1 5506:1 5520:1 5560:1 5565:632 5577:1 5585:1 5601:1 5627:2 5629:2 5640:1 5667:1 5675:1 5688:1 5692:1 5720:1 5726:1 5767:1 5772:1 5814:1 5896:1 5909:1 5912:1 5940:1 5990:1 6034:1 6037:1 6045:1 6051:1 6116:1 6122:1 6130:1 6133:1 6189:1 6197:2 6287:1 6325:1 6333:2 6335:1 6468:1 6519:1 6524:1 6539:1 6541:1 6560:1 6571:1 6580:1 6581:1 6602:1 6629:1 6638:1 6640:1 6678:2 6706:1 6762:1 6808:1 6849:1 6860:1 6864:2 6868:1 6874:1 6881:1 6927:1 6943:2 6978:1 7065:1 7072:1 7077:1 7082:2 7084:1 7086:1 7095:1 7096:1 7102:1 7106:1 7125:2 7127:1 7178:1 7212:1 7262:2 7351:2 7356:1 7364:1 7366:1 7372:1 7406:1 7407:1 7416:1 7427:1 7458:1 7490:1 7508:1 7510:1 7521:1 7623:1 7629:1 7632:1 7633:1 7674:1 7677:1 7709:1 7749:1 7828:1 7848:1 7860:1 7899:1 7909:1 7927:1 7930:1 7956:1 7965:1 8093:1 8150:1 8157:1 8180:1 8222:1 8240:1 8248:1 8267:1 8280:3 8284:1 8296:2 8310:1 8311:1 8330:1 8372:3 8394:1 8436:1 8445:1 8466:1 8477:1 8492:1 8517:1 8540:1 8554:1 8586:1 8637:1 8644:1 8658:1 8718:1 8728:1 8741:1 8742:1 8748:3 8770:1 8789:1 8811:2 8827:1 8837:1 8864:1 8913:1 8938:1 8950:3 8961:1 8981:3 9022:1 9075:1 9099:1 9131:1 9137:2 9207:1 9209:1 9230:1 9239:1 9294:1 9345:1 9348:1 9353:1 9357:1 9392:1 9420:1 9463:1 9552:1 9574:1 9597:1 9602:1 9628:1 9681:1 9725:1 9729:1 9779:1 9788:1 9799:1 9803:1 9824:1 9855:1 9862:1 9882:1 9900:1 9934:1 9953:1 9984:1 10001:1 10007:1 10025:1 10030:1 10087:1 10089:1 10131:1 10132:1 10138:1 10140:1 10141:1 10176:1 10183:1 10197:1 10208:1 10251:1 10297:1 10310:1 10314:1 10320:1 10345:2 10368:1 10431:1 10434:1 10469:1 10495:1 10550:1 10593:1 10655:1 10675:1 10683:1 10687:1 10708:1 10724:1 10749:1 10751:1 10805:1 10806:1 10826:1 10830:1 10838:1 10840:2 10853:1 10854:1 10909:1 10921:1 10956:1 10961:1 10980:1 10994:2 10996:1 11001:1 11036:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:1 11200:4 11201:2 11221:1 11224:1 11242:2 11245:2 11287:1 11311:11 11328:1 11330:1 11337:2 11344:3 11347:2 11356:1 11402:1 11404:1 11410:1 11445:1 11449:1 11462:1 11478:1 11540:1 11613:1 11627:1 11640:1 11660:3 11662:1 11747:1 11768:1 11847:1 11895:1 11907:1 11924:1 11938:1 11951:1 11979:1 12017:1 12038:1 12043:1 12050:1 12135:1 12148:1 12171:1 12183:1 12210:1 12212:1 12229:1 12237:1 12252:1 12265:1 12283:2 12295:2 12332:1 12353:1 12365:1 12453:2 12488:1 12538:1 12551:1 12589:1 12593:1 12599:1 12639:1 12659:1 12690:1 12726:1 12732:1 12763:1 12769:1 12791:1 12847:1 12854:1 12871:1 12888:1 12915:1 12935:1 12984:1 13017:1 13044:1 13052:1 13084:2 13125:1 13150:1 13162:1 13164:1 13171:1 13185:1 13193:1 13196:1 13233:2 13262:1 13296:1 13381:1 13431:1 13432:1 13443:1 13449:1 13453:2 13542:1 13605:1 13629:1 13643:2 13692:1 13735:1 13776:1 13785:1 13803:2 13836:1 13853:2 13860:1 13864:1 13910:1 13969:1 13976:1 14000:1 14008:1 14020:1 14039:1 14083:1 14103:1 14134:1 14148:1 14176:2 14218:1 14248:1 14258:3 14267:1 14279:1 14289:1 14304:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14468:1 14484:1 14490:1 14508:1 14521:1 14532:1 14577:1 14639:1 14643:1 14691:1 14738:1 14744:3 14761:1 14763:1 14785:1 14806:1 14872:2 14900:2 14902:1 14953:1 14971:1 14992:2 15016:1 15067:1 15070:1 15076:1 15077:1 15122:1 15123:1 15150:1 15220:1 15250:1 15298:1 15302:2 15305:1 15307:1 15330:1 15424:1 15500:1 15509:2 15548:1 15578:1 15639:1 15729:1 15823:1 15857:3 15860:1 15868:1 15875:1 15927:1 15942:1 16001:1 16020:1 16021:1 16035:1 16041:1 16073:1 16121:1 16216:1 16245:1 16261:1 16265:1 16294:1 16314:1 16318:1 16324:1 16334:2 16338:1 16366:1 16384:1 16391:1 16408:1 16440:1 16444:1 16455:1 16458:3 16472:1 16482:1 16578:1 16583:1 16606:1 16622:1 16653:1 16683:1 16734:1 16789:5 16798:1 16814:1 16875:2 16916:1 16958:1 16977:1 16982:1 16996:1 17045:1 17170:1 17201:1 17224:1 17243:1 17255:1 17285:1 17288:1 17298:1 17318:1 17322:1 17336:1 17452:1 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17524:1 17594:1 17676:1 17680:1 17712:1 17716:1 17784:1 17826:1 17872:1 17897:1 17916:1 17932:1 17936:1 17970:1 17975:1 18035:1 18041:1 18059:2 18076:1 18091:1 18104:1 18159:1 18165:1 18231:2 18233:1 18277:1 18317:2 18328:2 18351:1 18357:1 18363:1 18371:1 18425:1 18430:1 18437:1 18522:1 18530:1 18556:1 18582:1 18617:1 18661:1 18690:1 18730:1 18757:1 18767:1 18769:1 18815:1 18877:1 18905:1 18918:1 18956:1 18999:1 19013:1 19053:1 19106:1 19107:1 19134:1 19199:1 19220:1 19222:1 19233:1 19243:1 19262:1 19263:1 19275:1 19299:1 19303:1 19307:1 19315:1 19327:1 19336:3 19356:1 19371:1 19389:1 19398:1 19488:3 19563:1 19569:1 19578:1 19591:2 19605:3 19654:1 19681:1 19716:1 19719:1 19728:1 19734:1 19768:1 19813:1 19864:1 19867:1 19903:1 19937:1 19944:1 19945:1 19981:1 20033:1 20035:1 20058:1 20157:3 20170:3 20197:1 20256:1 20280:1 20316:1 20347:1 20486:1 20491:1 20525:1 20531:1 20560:1 20565:1 20595:1 20708:1 20749:2 20751:1 20779:1 20780:1 20812:1 20842:1 20891:2 20927:1 20933:1 20999:1 21016:1 21049:1 21062:1 21109:1 21125:1 21153:1 21172:1 21202:1 21235:1 21245:1 21282:1 21295:1 21328:1 21335:2 21369:2 21376:1 21431:1
1 7:1 94:1 105:1 107:1 114:1 119:1 129:1 237:1 259:1 273:1 298:1 412:1 418:1 446:1 474:1 482:1 516:1 531:2 532:1 538:1 540:3 548:1 568:1 612:1 622:1 644:4 650:1 669:1 726:1 741:1 787:1 875:1 888:2 959:1 986:1 1004:1 1007:2 1009:1 1118:1 1120:1 1169:1 1190:1 1196:1 1205:1 1237:1 1238:1 1278:3 1280:2 1286:1 1306:1 1347:3 1352:1 1364:2 1375:1 1399:1 1418:3 1419:2 1422:3 1432:1 1434:1 1475:2 1477:2 1481:1 1495:1 1545:2 1576:1 1589:1 1702:1 1711:1 1721:1 1730:2 1805:1 1807:1 1816:1 1831:1 1853:1 1887:1 1889:1 1941:1 1943:1 2044:1 2065:1 2124:1 2127:1 2206:1 2225:1 2238:1 2279:1 2285:1 2295:2 2299:2 2315:1 2369:1 2372:1 2388:1 2407:1 2410:1 2418:1 2431:1 2435:1 2452:1 2454:3 2455:1 2458:1 2468:1 2471:1 2496:1 2507:1 2519:1 2528:1 2542:1 2573:1 2599:1 2628:1 2635:1 2650:1 2661:1 2664:1 2697:1 2698:2 2699:1 2745:1 2809:1 2855:1 2870:1 2878:1 2899:1 2932:1 3012:1 3079:1 3106:4 3113:1 3121:1 3135:1 3138:1 3144:1 3220:1 3229:1 3254:2 3259:1 3277:1 3282:1 3283:1 3293:2 3294:1 3302:1 3314:3 3317:2 3364:1 3416:1 3420:1 3442:1 3465:2 3486:1 3501:1 3509:1 3609:1 3621:1 3658:1 3680:1 3681:1 3724:1 3748:1 3754:1 3758:1 3766:3 3772:2 3805:1 3820:1 3831:1 3853:1 3868:1 3871:1 3872:1 3883:1 3891:1 3913:1 3929:1 3943:1 3959:1 3963:3 4004:1 4034:1 4081:1 4095:2 4100:1 4167:1 4215:1 4234:2 4247:1 4250:2 4270:2 4277:1 4367:1 4380:1 4401:1 4451:1 4471:1 4493:1 4504:2 4520:1 4525:1 4537:1 4567:1 4598:2 4639:1 4662:1 4696:1 4697:1 4774:1 4787:1 4843:3 4866:1 4870:1 4988:1 5089:1 5130:1 5136:1 5151:1 5158:5 5188:1 5199:5 5235:1 5256:1 5265:1 5268:1 5278:1 5281:1 5294:1 5357:1 5368:1 5386:1 5388:1 5412:1 5415:1 5428:1 5443:1 5495:1 5506:1 5520:1 5560:1 5565:663 5577:1 5585:1 5601:1 5627:2 5629:2 5640:1 5667:1 5675:1 5688:1 5692:1 5720:1 5726:1 5767:1 5772:1 5814:1 5896:1 5909:1 5912:1 5940:1 5990:1 6034:1 6037:1 6045:1 6051:1 6116:1 6122:1 6130:1 6133:1 6189:1 6197:2 6287:1 6325:1 6333:2 6335:1 6468:1 6519:1 6524:1 6539:1 6541:1 6560:1 6571:1 6580:1 6581:1 6602:1 6629:1 6638:1 6640:1 6678:2 6706:1 6762:1 6808:1 6849:1 6860:1 6864:2 6868:1 6874:1 6881:1 6927:1 6943:2 6952:1 6978:1 7065:1 7072:1 7077:1 7082:3 7084:1 7086:1 7095:1 7096:1 7102:1 7106:1 7125:2 7127:1 7178:1 7212:1 7227:1 7262:2 7351:2 7356:1 7364:1 7366:1 7372:1 7406:1 7407:1 7416:1 7427:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:1 7623:1 7629:1 7632:1 7633:1 7674:1 7677:1 7709:1 7749:1 7828:1 7848:1 7860:1 7899:1 7909:1 7927:1 7930:1 7931:1 7956:1 7965:1 8093:1 8150:1 8157:1 8180:1 8222:1 8240:1 8248:1 8267:1 8280:4 8284:1 8296:2 8310:1 8311:1 8330:1 8372:3 8394:1 8436:1 8445:1 8466:1 8477:1 8492:1 8517:1 8540:1 8554:1 8586:1 8637:1 8644:1 8654:1 8658:1 8718:1 8728:1 8741:1 8742:1 8748:3 8770:1 8789:1 8811:2 8827:1 8837:1 8854:1 8864:1 8913:1 8938:1 8950:3 8961:1 8981:3 9022:1 9075:1 9099:1 9131:1 9137:2 9207:1 9209:1 9230:2 9239:1 9294:1 9345:1 9348:1 9353:1 9357:1 9392:1 9420:1 9463:1 9552:1 9574:1 9597:1 9602:1 9628:1 9681:1 9725:1 9729:1 9779:1 9788:1 9799:1 9803:2 9824:1 9855:1 9862:1 9882:1 9900:1 9934:1 9946:1 9953:1 9984:1 10001:1 10007:1 10025:1 10030:1 10087:1 10089:1 10131:1 10132:1 10138:1 10140:1 10141:1 10176:1 10183:1 10197:1 10208:1 10251:1 10260:1 10297:1 10310:1 10314:1 10320:1 10345:3 10368:1 10431:1 10434:1 10469:1 10495:1 10550:1 10593:1 10655:1 10675:1 10683:1 10687:1 10708:1 10724:1 10749:1 10751:1 10805:1 10806:1 10826:1 10830:1 10838:1 10840:2 10853:1 10854:1 10909:1 10919:1 10921:1 10956:1 10961:1 10980:1 10994:2 10996:1 11001:1 11016:1 11036:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:1 11200:5 11201:2 11221:1 11224:2 11242:2 11245:2 11287:1 11311:11 11322:1 11328:1 11330:1 11337:2 11344:3 11347:2 11356:1 11384:1 11402:1 11404:1 11410:1 11445:1 11449:1 11462:1 11478:1 11540:1 11613:1 11627:1 11640:1 11660:3 11662:1 11747:1 11768:1 11847:1 11895:1 11907:1 11924:1 11938:1 11951:1 11979:1 12002:2 12017:1 12038:1 12043:1 12050:1 12135:1 12148:1 12171:1 12183:1 12210:1 12212:1 12229:1 12237:1 12252:1 12265:1 12283:2 12295:2 12332:1 12353:1 12365:1 12382:1 12453:2 12488:1 12500:1 12538:1 12551:1 12552:1 12589:1 12593:1 12599:1 12639:1 12659:1 12690:1 12726:1 12732:1 12763:1 12769:1 12791:1 12847:1 12854:1 12871:1 12888:1 12915:1 12935:1 12984:1 13017:1 13044:1 13052:1 13084:2 13125:1 13150:1 13162:1 13164:1 13171:1 13185:1 13193:1 13196:1 13233:2 13262:1 13296:1 13381:1 13431:1 13432:1 13443:1 13449:1 13453:2 13539:1 13542:1 13605:1 13629:1 13643:2 13692:1 13735:1 13776:1 13785:1 13803:2 13836:1 13853:2 13860:1 13864:1 13910:1 13969:1 13976:1 14000:1 14008:1 14020:1 14039:1 14083:1 14103:1 14134:1 14148:1 14176:2 14218:1 14248:1 14258:3 14267:1 14279:1 14289:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14468:2 14484:1 14490:1 14508:1 14521:1 14532:2 14577:1 14639:1 14643:1 14691:1 14738:1 14744:3 14761:1 14763:1 14785:1 14806:1 14810:1 14872:2 14900:2 14902:1 14953:1 14971:1 14992:2 15016:1 15067:1 15070:1 15076:1 15077:1 15084:1 15099:1 15122:1 15123:1 15150:1 15220:1 15250:1 15251:1 15298:1 15302:2 15305:1 15307:1 15330:1 15424:1 15500:1 15509:2 15548:1 15578:1 15639:1 15729:1 15823:1 15842:1 15857:3 15860:1 15868:1 15875:1 15877:1 15896:1 15927:1 15942:1 16001:1 16020:1 16021:1 16035:1 16041:1 16073:1 16121:1 16216:1 16245:1 16261:1 16265:1 16294:1 16314:1 16318:1 16324:1 16334:2 16338:1 16366:1 16384:1 16391:1 16408:1 16440:1 16444:1 16455:1 16458:3 16472:1 16482:1 16573:1 16578:1 16583:1 16584:1 16606:1 16622:1 16653:1 16671:1 16683:1 16734:1 16789:5 16798:1 16814:1 16875:2 16916:1 16958:1 16977:1 16982:1 16996:1 17045:1 17170:1 17201:1 17224:1 17243:1 17255:1 17285:1 17288:1 17298:1 17318:1 17322:1 17336:1 17452:1 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17524:1 17594:1 17676:1 17680:1 17712:1 17716:1 17730:1 17784:1 17826:1 17872:1 17897:1 17916:1 17932:1 17936:1 17970:1 17975:1 18035:1 18041:1 18059:2 18076:1 18091:1 18104:1 18159:1 18165:1 18231:2 18233:1 18277:1 18317:2 18328:2 18351:1 18357:1 18363:1 18371:1 18425:1 18430:1 18437:1 18522:1 18530:1 18556:1 18582:1 18617:1 18661:1 18690:1 18730:1 18757:1 18767:1 18769:1 18815:1 18877:1 18905:1 18918:1 18956:1 18964:1 18999:1 19013:2 19053:1 19080:1 19106:1 19107:1 19134:1 19178:1 19199:1 19211:1 19220:1 19222:1 19233:1 19243:1 19250:1 19262:1 19263:1 19275:1 19299:1 19303:1 19307:1 19315:1 19327:1 19336:3 19356:1 19371:1 19389:1 19398:1 19488:3 19563:1 19569:1 19578:1 19591:3 19605:3 19654:1 19681:1 19716:1 19719:1 19728:1 19734:1 19768:1 19813:1 19864:1 19867:1 19903:1 19937:1 19944:1 19945:1 19981:1 20033:1 20035:1 20058:1 20157:3 20170:3 20197:1 20256:1 20280:1 20316:1 20347:1 20486:1 20491:1 20525:1 20531:1 20560:1 20565:1 20595:1 20708:1 20749:2 20751:1 20779:1 20780:1 20789:1 20812:1 20842:1 20891:2 20927:1 20933:1 20999:1 21016:1 21049:1 21062:1 21109:1 21125:1 21153:1 21172:1 21202:1 21235:1 21245:1 21282:1 21295:1 21328:1 21335:2 21369:2 21376:1 21431:1
1 7:1 26:1 94:1 105:1 107:1 114:1 119:1 129:1 237:1 259:1 273:1 298:1 412:1 418:1 430:1 446:1 474:1 482:1 516:1 531:2 532:1 538:1 540:3 548:1 568:1 612:1 622:1 644:5 650:1 669:1 726:1 741:1 742:1 787:2 875:1 888:2 959:1 986:1 1004:1 1007:2 1009:1 1118:1 1120:1 1169:1 1190:1 1196:1 1205:1 1237:1 1238:1 1278:3 1280:2 1286:1 1306:1 1347:3 1352:1 1364:2 1375:1 1399:2 1418:3 1419:2 1422:3 1432:1 1434:2 1451:1 1475:2 1477:2 1481:1 1495:1 1545:2 1576:1 1583:1 1589:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1805:2 1807:1 1816:2 1819:1 1827:1 1831:1 1853:1 1887:1 1889:1 1941:1 1943:1 2044:1 2065:1 2078:1 2124:1 2127:1 2206:1 2225:1 2238:1 2279:1 2285:1 2295:2 2299:2 2315:1 2369:1 2372:1 2388:1 2404:1 2407:1 2410:1 2418:1 2431:1 2435:1 2452:1 2454:3 2455:1 2458:1 2468:1 2471:1 2496:1 2507:1 2519:1 2528:1 2542:1 2561:1 2573:1 2599:1 2628:1 2635:1 2640:1 2647:1 2650:1 2661:1 2664:2 2697:1 2698:2 2699:2 2714:1 2745:1 2794:1 2809:1 2855:1 2864:1 2870:1 2878:1 2899:1 2903:1 2932:1 2981:1 3012:1 3079:2 3106:4 3113:1 3121:1 3135:1 3138:1 3144:1 3220:1 3229:1 3254:2 3259:1 3277:1 3282:1 3283:1 3293:2 3294:1 3302:1 3311:1 3314:4 3317:2 3364:1 3416:1 3420:1 3426:1 3442:1 3465:2 3486:1 3501:1 3509:1 3535:1 3609:1 3621:1 3658:1 3680:1 3681:1 3724:1 3732:1 3740:1 3748:1 3754:1 3758:1 3766:3 3772:2 3805:1 3820:1 3831:1 3853:1 3868:1 3871:1 3872:1 3883:1 3891:1 3913:1 3929:1 3943:1 3959:1 3963:3 3964:1 3996:1 4004:1 4034:1 4081:1 4095:2 4100:1 4167:1 4215:1 4234:2 4247:1 4250:2 4270:2 4277:1 4367:1 4380:1 4401:1 4451:1 4471:2 4493:1 4504:2 4520:1 4525:1 4537:1 4567:1 4598:2 4639:1 4662:1 4696:1 4697:1 4723:1 4774:1 4787:1 4843:3 4866:1 4870:1 4988:1 5089:1 5102:1 5130:1 5136:1 5151:1 5158:5 5167:1 5188:1 5199:5 5235:1 5256:1 5265:1 5268:1 5278:1 5281:1 5294:1 5357:1 5368:1 5386:1 5388:1 5412:1 5415:1 5428:1 5443:1 5469:1 5492:1 5495:1 5497:1 5506:1 5520:1 5560:1 5565:718 5577:1 5585:1 5601:1 5627:2 5629:2 5640:1 5667:1 5675:1 5688:2 5692:1 5720:1 5726:1 5767:1 5772:1 5814:1 5885:1 5896:1 5909:1 5912:1 5940:1 5990:1 6034:1 6037:1 6045:1 6051:1 6116:1 6122:1 6130:1 6133:1 6145:1 6189:1 6197:2 6287:1 6306:1 6325:1 6333:2 6335:1 6442:1 6468:1 6519:1 6524:1 6539:1 6541:1 6560:1 6571:1 6580:1 6581:1 6602:1 6629:1 6638:1 6640:1 6678:2 6681:1 6691:1 6706:1 6762:1 6808:1 6849:1 6860:1 6864:2 6868:1 6874:1 6881:1 6927:1 6943:2 6952:1 6978:1 7034:1 7065:1 7072:1 7077:1 7082:3 7084:1 7086:1 7095:1 7096:1 7102:1 7106:1 7125:2 7127:1 7140:1 7178:1 7212:1 7227:1 7262:2 7351:2 7356:1 7364:1 7366:1 7372:1 7406:1 7407:1 7416:1 7427:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:1 7623:1 7629:1 7632:1 7633:1 7674:1 7677:1 7709:1 7723:1 7749:1 7767:1 7822:1 7828:1 7848:1 7860:1 7885:1 7899:1 7909:1 7927:1 7930:1 7931:1 7956:1 7965:1 7973:1 8083:1 8093:1 8150:1 8157:1 8180:1 8222:1 8240:1 8248:1 8267:1 8280:4 8284:1 8296:2 8310:1 8311:1 8330:1 8372:3 8394:1 8436:1 8445:1 8446:1 8466:1 8477:1 8492:1 8517:1 8540:1 8554:1 8586:1 8637:1 8644:1 8648:1 8654:1 8658:1 8718:1 8728:1 8741:1 8742:1 8748:4 8770:1 8789:1 8811:2 8827:1 8837:1 8854:1 8864:1 8913:1 8938:1 8950:3 8961:1 8981:3 9022:1 9038:1 9075:1 9099:1 9117:1 9124:1 9131:1 9137:2 9207:1 9209:1 9230:2 9239:1 9294:1 9345:1 9348:1 9353:1 9357:1 9392:1 9420:1 9463:1 9495:1 9552:1 9554:1 9574:1 9597:1 9602:1 9606:1 9628:1 9678:1 9681:1 9696:1 9725:1 9729:1 9736:1 9779:2 9780:1 9788:1 9799:1 9803:2 9824:1 9855:1 9862:1 9882:1 9900:1 9917:1 9934:1 9946:1 9948:1 9953:1 9984:1 10001:1 10007:1 10025:1 10030:1 10051:1 10087:1 10089:1 10131:1 10132:1 10138:1 10140:1 10141:1 10157:1 10176:1 10183:1 10197:1 10208:1 10251:2 10260:1 10293:1 10297:2 10310:1 10314:1 10320:1 10345:3 10368:1 10413:1 10431:1 10434:1 10469:1 10495:1 10550:1 10593:1 10655:1 10675:1 10683:1 10687:1 10708:1 10724:1 10749:1 10751:1 10805:1 10806:1 10826:1 10830:1 10838:1 10840:2 10853:1 10854:1 10866:1 10886:1 10909:1 10919:2 10921:1 10956:1 10959:1 10961:1 10980:1 10994:2 10996:1 11001:1 11016:1 11022:1 11036:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:1 11200:5 11201:2 11221:1 11224:2 11242:2 11245:2 11287:1 11311:12 11322:1 11328:1 11330:1 11337:2 11344:3 11347:2 11356:1 11384:1 11395:1 11402:1 11404:1 11410:1 11445:1 11449:1 11462:1 11478:1 11540:1 11597:1 11613:1 11627:1 11640:2 11660:3 11662:1 11686:1 11713:1 11722:1 11747:1 11768:1 11847:1 11895:1 11907:1 11924:1 11938:1 11951:1 11979:1 11986:1 12002:3 12017:1 12038:1 12043:1 12050:1 12126:1 12135:1 12148:1 12171:1 12183:1 12210:1 12212:1 12229:1 12237:1 12252:1 12265:1 12283:2 12295:2 12300:1 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12453:2 12488:1 12500:1 12538:1 12551:1 12552:1 12589:1 12593:1 12599:1 12639:1 12659:1 12690:1 12695:1 12726:1 12732:1 12763:1 12769:1 12789:1 12791:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12935:1 12984:1 13000:1 13017:1 13044:1 13047:1 13052:1 13084:2 13125:1 13150:1 13162:1 13164:1 13171:1 13185:1 13193:1 13196:1 13233:2 13262:1 13296:1 13321:1 13381:1 13431:1 13432:1 13443:1 13449:1 13453:2 13539:2 13542:1 13559:1 13605:1 13629:1 13643:2 13692:1 13699:1 13728:1 13735:1 13776:1 13785:1 13803:2 13836:1 13853:2 13860:2 13864:1 13910:1 13969:1 13976:1 14000:1 14008:1 14014:1 14020:1 14039:1 14083:1 14103:1 14115:1 14134:1 14148:1 14176:2 14218:1 14248:1 14258:3 14267:1 14279:1 14289:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:1 14468:2 14484:2 14490:1 14508:1 14521:1 14532:2 14554:1 14577:1 14639:1 14643:1 14675:1 14691:1 14692:1 14738:1 14744:4 14761:1 14763:1 14785:1 14806:1 14810:1 14872:2 14900:2 14902:1 14953:1 14971:1 14992:2 15016:1 15049:1 15067:1 15070:2 15076:1 15077:1 15084:1 15099:1 15122:1 15123:1 15150:1 15157:1 15200:1 15220:1 15250:1 15251:1 15298:1 15302:2 15305:1 15307:1 15330:1 15365:1 15424:1 15500:1 15509:2 15548:1 15578:1 15639:1 15729:1 15796:1 15822:1 15823:2 15842:1 15853:1 15857:3 15860:1 15868:1 15870:1 15875:1 15877:1 15896:1 15927:1 15942:1 15971:1 15974:1 16001:1 16020:1 16021:1 16035:1 16041:1 16073:1 16121:1 16141:1 16216:1 16245:1 16261:1 16265:1 16294:1 16314:1 16318:1 16324:1 16334:2 16338:1 16366:1 16369:1 16384:1 16391:1 16408:2 16440:1 16444:1 16455:1 16458:3 16472:1 16482:1 16573:1 16578:1 16579:1 16583:1 16584:1 16606:2 16622:1 16653:1 16671:1 16683:1 16734:1 16789:5 16798:1 16814:1 16847:1 16875:2 16879:1 16916:1 16947:1 16958:1 16977:1 16982:2 16996:1 17045:1 17048:1 17112:1 17170:1 17201:1 17224:1 17243:1 17255:2 17285:1 17288:1 17298:1 17318:1 17322:1 17336:1 17452:1 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17524:1 17594:1 17601:1 17676:1 17680:1 17694:1 17712:1 17716:1 17730:1 17784:1 17826:1 17872:1 17897:1 17916:1 17932:1 17936:1 17970:1 17975:1 18008:1 18035:1 18041:1 18059:2 18076:1 18087:1 18091:1 18104:1 18159:1 18165:1 18202:1 18231:2 18233:1 18277:1 18317:2 18328:2 18351:1 18357:1 18363:1 18371:1 18425:1 18430:1 18437:1 18444:1 18522:1 18530:1 18556:1 18582:1 18617:1 18661:1 18690:1 18730:1 18757:1 18767:1 18769:2 18789:1 18815:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19013:2 19053:1 19080:1 19106:1 19107:1 19134:1 19178:1 19199:1 19211:1 19220:1 19222:1 19233:1 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19299:1 19303:1 19307:1 19315:1 19327:2 19336:3 19356:1 19371:1 19389:1 19395:1 19398:1 19421:1 19488:3 19563:1 19569:1 19578:1 19591:3 19605:3 19654:1 19681:1 19716:1 19719:1 19728:1 19734:2 19768:1 19813:1 19864:1 19867:1 19903:1 19937:1 19944:1 19945:1 19974:1 19981:1 20033:1 20035:1 20050:1 20058:1 20157:4 20170:3 20197:1 20256:1 20280:1 20316:1 20347:1 20486:1 20491:1 20525:2 20531:1 20560:1 20565:1 20595:1 20708:1 20749:2 20751:1 20779:1 20780:1 20789:1 20812:1 20842:1 20873:1 20891:2 20927:1 20933:1 20999:1 21016:2 21049:1 21062:1 21103:1 21109:1 21125:1 21153:1 21172:1 21202:1 21235:1 21245:1 21282:1 21295:1 21328:1 21335:2 21369:2 21376:1 21431:1
1 7:1 26:1 94:1 105:1 107:1 114:1 119:1 129:1 174:1 237:1 259:1 273:1 298:1 335:1 412:1 418:1 430:1 446:1 474:1 482:1 493:1 499:1 516:1 531:2 532:1 538:1 540:3 548:1 568:1 612:1 622:1 644:5 650:1 669:1 726:1 740:1 741:1 742:1 787:2 875:1 888:2 959:1 986:1 1004:1 1007:2 1009:1 1118:1 1120:1 1169:1 1190:1 1196:1 1205:1 1226:1 1237:1 1238:1 1278:3 1280:2 1286:1 1306:1 1347:3 1352:1 1364:2 1375:1 1399:2 1418:3 1419:2 1422:3 1430:1 1432:1 1434:2 1451:2 1475:2 1477:2 1481:1 1495:1 1545:2 1576:1 1583:2 1589:2 1642:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1805:3 1807:1 1816:2 1819:1 1827:1 1831:1 1853:1 1887:1 1889:1 1941:1 1943:1 2044:1 2065:1 2078:1 2124:1 2127:1 2206:1 2225:1 2238:1 2279:1 2285:2 2295:2 2299:2 2315:1 2369:1 2372:1 2388:1 2404:1 2407:1 2410:1 2418:1 2431:1 2432:1 2435:1 2452:1 2454:3 2455:1 2458:1 2468:1 2471:1 2496:1 2507:1 2519:1 2528:1 2542:1 2561:1 2573:1 2599:2 2628:1 2635:1 2640:1 2647:1 2650:1 2661:1 2664:2 2697:1 2698:2 2699:2 2714:1 2745:1 2794:1 2809:2 2855:1 2864:1 2870:1 2878:1 2899:1 2903:1 2932:1 2981:1 3007:1 3012:1 3079:2 3106:4 3113:1 3121:1 3135:1 3138:1 3144:1 3220:1 3226:1 3229:1 3254:2 3259:1 3277:1 3282:1 3283:1 3293:2 3294:1 3302:1 3311:1 3314:5 3317:2 3364:1 3416:1 3420:1 3426:1 3442:1 3465:2 3486:1 3501:1 3509:1 3535:1 3609:1 3621:1 3658:1 3680:1 3681:1 3697:1 3724:1 3732:1 3740:1 3748:1 3754:1 3758:1 3766:3 3772:2 3805:1 3820:1 3821:1 3831:1 3853:1 3868:1 3871:1 3872:1 3883:1 3891:1 3913:1 3929:2 3943:1 3959:1 3963:3 3964:2 3996:1 4004:1 4034:1 4081:1 4095:2 4100:1 4167:1 4215:1 4234:2 4247:1 4250:2 4270:2 4271:1 4276:1 4277:1 4348:1 4367:1 4370:1 4380:1 4401:1 4451:1 4471:2 4493:1 4504:2 4520:1 4525:1 4537:1 4567:1 4598:2 4639:1 4662:1 4696:1 4697:1 4723:1 4774:1 4787:1 4843:4 4866:1 4870:1 4900:1 4988:1 5089:1 5102:1 5130:1 5136:1 5151:1 5158:7 5167:1 5173:1 5188:1 5199:5 5235:1 5256:1 5265:1 5268:1 5278:1 5281:1 5294:1 5357:1 5361:1 5368:1 5386:1 5388:1 5412:1 5415:1 5428:1 5443:1 5469:1 5492:1 5495:1 5497:1 5501:1 5506:1 5520:1 5532:1 5560:2 5565:748 5577:1 5585:1 5601:1 5627:2 5629:2 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5720:1 5726:1 5767:1 5772:1 5814:1 5885:1 5896:1 5909:1 5912:1 5940:1 5990:1 6034:4 6037:1 6045:1 6051:1 6116:1 6122:1 6130:1 6133:1 6145:1 6189:1 6197:2 6287:1 6306:1 6325:1 6333:2 6335:1 6383:1 6442:1 6468:1 6519:1 6524:1 6539:1 6541:1 6560:1 6571:1 6580:1 6581:2 6602:1 6629:1 6638:1 6640:1 6678:2 6681:1 6691:1 6706:1 6762:1 6808:1 6849:1 6860:1 6864:2 6868:1 6874:1 6881:1 6927:1 6943:2 6952:1 6978:1 7034:1 7065:1 7072:1 7077:1 7082:3 7084:2 7086:1 7095:1 7096:1 7102:1 7103:1 7106:1 7111:1 7125:2 7127:1 7140:1 7178:1 7212:1 7227:1 7262:2 7351:2 7356:1 7364:1 7366:1 7372:1 7406:1 7407:1 7416:1 7427:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:1 7623:1 7629:1 7632:1 7633:1 7674:1 7677:1 7709:1 7723:1 7749:1 7756:1 7767:2 7822:1 7828:1 7848:1 7860:1 7885:1 7899:1 7909:1 7927:1 7930:1 7931:1 7956:1 7965:1 7973:1 8016:1 8083:1 8093:1 8132:1 8150:2 8157:1 8180:1 8187:1 8222:1 8240:1 8248:2 8267:1 8280:4 8284:1 8296:2 8310:1 8311:1 8330:1 8372:3 8394:1 8408:1 8436:1 8445:1 8446:1 8466:1 8477:1 8492:1 8517:1 8540:1 8554:1 8586:2 8610:1 8637:1 8644:1 8648:1 8654:1 8658:1 8718:1 8728:1 8741:1 8742:1 8748:4 8752:1 8770:1 8789:1 8811:2 8827:1 8837:1 8854:1 8864:1 8913:1 8934:1 8938:1 8950:3 8961:1 8981:3 9022:1 9038:1 9075:1 9099:1 9117:1 9124:1 9131:1 9137:2 9207:1 9209:1 9230:2 9239:1 9294:1 9345:1 9348:1 9353:1 9357:1 9392:1 9420:1 9463:1 9495:1 9547:1 9552:1 9554:1 9574:1 9597:1 9602:1 9606:1 9628:1 9678:1 9681:1 9696:1 9725:1 9729:1 9736:1 9779:2 9780:1 9788:1 9799:1 9803:2 9824:1 9840:1 9855:1 9862:1 9882:1 9900:1 9917:2 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10025:1 10030:1 10043:1 10051:1 10074:1 10087:1 10089:1 10131:1 10132:1 10138:1 10140:1 10141:1 10157:1 10176:1 10183:1 10197:1 10208:1 10251:3 10260:1 10293:1 10297:3 10308:1 10309:1 10310:1 10314:1 10320:1 10344:1 10345:3 10368:1 10413:1 10431:1 10434:1 10469:1 10495:1 10550:1 10593:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:1 10724:1 10749:1 10751:1 10805:1 10806:1 10826:1 10830:1 10838:1 10840:2 10853:1 10854:1 10866:1 10886:1 10909:1 10919:4 10921:1 10956:1 10959:1 10961:1 10980:1 10994:2 10996:1 11001:1 11016:1 11022:1 11036:1 11042:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:1 11200:5 11201:2 11221:1 11224:2 11242:2 11245:2 11287:1 11311:13 11322:1 11328:1 11330:1 11337:2 11344:3 11347:2 11356:1 11384:1 11395:1 11402:1 11404:1 11410:1 11445:1 11449:1 11462:1 11478:1 11540:1 11597:1 11613:1 11627:1 11640:2 11660:3 11662:1 11672:1 11686:1 11713:1 11722:1 11747:1 11768:1 11847:1 11895:1 11907:1 11924:1 11938:1 11951:1 11979:1 11986:1 12002:3 12017:1 12038:1 12043:1 12050:1 12126:1 12135:1 12148:1 12171:1 12183:1 12210:1 12212:1 12229:1 12234:1 12237:1 12252:1 12265:1 12283:2 12295:2 12300:1 12326:1 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12453:2 12488:1 12500:1 12538:1 12551:1 12552:1 12589:1 12593:1 12599:1 12639:1 12655:1 12659:1 12676:1 12690:1 12695:1 12726:1 12732:1 12763:1 12769:1 12789:2 12791:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12935:1 12984:1 13000:1 13017:1 13044:1 13047:1 13052:1 13084:2 13125:1 13150:1 13162:1 13164:1 13171:1 13179:1 13185:1 13193:1 13196:1 13233:2 13262:1 13296:1 13321:2 13381:1 13431:1 13432:1 13443:1 13447:1 13449:1 13453:2 13539:2 13542:1 13559:1 13605:1 13629:1 13643:2 13692:1 13699:1 13728:1 13735:1 13752:1 13776:1 13785:1 13803:2 13833:1 13836:1 13853:2 13860:3 13864:1 13910:1 13969:1 13976:1 14000:1 14008:1 14014:1 14020:1 14039:1 14083:1 14103:1 14115:1 14134:1 14148:1 14176:2 14218:1 14248:1 14258:3 14267:1 14279:1 14289:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:1 14468:2 14484:2 14490:1 14508:1 14521:1 14532:2 14554:1 14577:1 14639:1 14643:1 14675:1 14691:1 14692:1 14738:1 14744:4 14761:1 14763:1 14785:1 14806:1 14810:1 14872:2 14900:2 14902:1 14953:1 14971:1 14973:1 14992:2 15016:1 15018:1 15028:1 15049:1 15053:1 15067:1 15070:3 15076:1 15077:1 15084:1 15099:1 15106:1 15122:1 15123:1 15150:1 15157:1 15200:1 15220:1 15250:1 15251:1 15298:1 15302:2 15305:1 15307:2 15330:1 15365:1 15424:1 15466:1 15500:1 15509:2 15548:1 15578:1 15639:1 15729:1 15796:1 15822:1 15823:2 15842:1 15853:1 15857:4 15860:1 15868:1 15870:1 15875:1 15877:1 15896:1 15927:2 15942:1 15969:1 15971:1 15974:1 16001:1 16020:1 16021:1 16035:1 16041:1 16073:1 16121:1 16141:1 16170:1 16216:1 16245:1 16261:1 16265:1 16294:1 16314:1 16318:1 16324:1 16334:2 16338:1 16366:2 16369:1 16384:1 16391:1 16408:2 16440:1 16444:1 16455:1 16458:3 16472:1 16482:1 16573:1 16578:1 16579:1 16583:1 16584:1 16606:2 16622:1 16653:1 16671:2 16683:1 16734:1 16789:5 16798:1 16814:1 16847:1 16875:2 16879:1 16916:1 16947:1 16958:1 16977:1 16982:3 16996:1 17045:1 17048:1 17112:1 17137:1 17170:1 17201:1 17224:1 17243:1 17255:2 17285:4 17288:1 17298:1 17318:1 17322:1 17336:1 17392:1 17452:1 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17524:1 17594:1 17601:1 17628:1 17676:1 17680:1 17694:1 17712:1 17716:1 17730:1 17784:1 17826:1 17872:1 17897:1 17916:1 17932:1 17936:1 17970:1 17975:1 18008:1 18035:1 18041:1 18059:2 18076:1 18087:1 18091:1 18102:1 18104:1 18159:1 18165:1 18202:1 18231:2 18233:1 18277:1 18317:2 18328:2 18351:1 18357:1 18363:1 18371:1 18425:1 18430:1 18437:1 18444:1 18462:1 18522:1 18530:1 18556:1 18582:1 18617:1 18661:1 18690:1 18730:1 18757:1 18767:1 18769:2 18789:1 18815:1 18817:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19013:2 19053:1 19078:1 19080:1 19106:1 19107:1 19134:1 19178:1 19199:1 19211:1 19220:1 19222:1 19233:1 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19299:1 19303:1 19307:1 19315:1 19327:2 19336:3 19356:1 19371:1 19389:1 19393:1 19395:1 19398:1 19421:1 19488:3 19563:1 19569:1 19578:1 19591:3 19605:3 19654:1 19676:1 19678:1 19681:1 19716:1 19719:1 19728:1 19734:3 19768:1 19813:1 19864:1 19867:1 19903:1 19935:1 19937:1 19944:1 19945:1 19974:2 19981:1 20033:1 20035:1 20050:1 20058:1 20078:1 20126:1 20157:5 20170:3 20197:1 20256:1 20280:1 20316:1 20347:1 20486:1 20491:1 20525:3 20531:1 20560:1 20565:1 20595:1 20635:1 20708:1 20722:1 20749:2 20751:1 20779:1 20780:1 20789:1 20812:1 20842:1 20854:1 20873:1 20891:2 20927:1 20933:1 20936:1 20965:1 20999:1 21016:2 21019:1 21049:1 21062:1 21103:1 21109:1 21125:1 21153:1 21172:1 21202:1 21235:1 21245:2 21282:1 21295:1 21328:1 21335:2 21369:2 21376:1 21431:1
1 7:1 26:1 94:1 105:1 107:1 114:1 119:1 129:1 146:1 174:1 237:1 259:2 273:1 298:1 335:1 355:1 412:1 418:1 430:1 446:1 452:1 463:1 474:1 482:1 493:1 499:1 516:1 531:2 532:1 538:1 540:3 548:3 568:1 601:1 612:1 622:1 644:5 650:2 669:1 726:1 740:1 741:1 742:1 787:2 875:1 876:1 888:2 919:1 959:1 986:1 1004:1 1007:2 1009:1 1046:1 1118:1 1120:1 1169:1 1190:1 1196:2 1205:1 1226:1 1237:1 1238:1 1278:3 1280:2 1286:1 1306:2 1347:4 1352:1 1364:2 1375:1 1383:1 1386:1 1399:4 1418:3 1419:2 1422:4 1426:1 1430:1 1432:2 1434:2 1451:2 1475:2 1477:2 1481:1 1495:1 1545:2 1576:1 1583:2 1589:2 1642:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1805:3 1807:1 1816:2 1819:1 1827:1 1831:1 1836:1 1853:1 1857:1 1887:1 1889:1 1941:1 1943:1 2014:1 2044:1 2051:1 2052:1 2065:1 2078:1 2113:1 2123:1 2124:1 2127:1 2150:1 2206:1 2225:1 2238:1 2279:1 2285:2 2295:2 2299:2 2315:1 2369:1 2372:1 2388:1 2404:1 2407:1 2410:1 2418:1 2431:2 2432:1 2435:1 2452:1 2454:3 2455:1 2458:1 2468:1 2471:1 2477:1 2496:1 2507:1 2519:1 2528:1 2542:1 2561:1 2573:1 2599:2 2628:1 2635:1 2640:2 2645:1 2647:1 2650:1 2661:1 2664:3 2697:1 2698:2 2699:3 2714:1 2745:1 2794:1 2795:1 2809:2 2855:1 2864:1 2870:1 2875:1 2878:1 2899:1 2903:1 2932:1 2981:1 3007:1 3012:1 3079:2 3106:5 3110:2 3113:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:1 3226:1 3229:1 3254:2 3259:1 3277:1 3282:1 3283:1 3293:2 3294:1 3296:1 3302:1 3310:2 3311:1 3314:5 3317:2 3364:1 3405:1 3416:1 3420:1 3426:1 3442:1 3465:2 3470:1 3486:1 3501:1 3509:1 3535:1 3582:1 3609:1 3621:1 3658:1 3662:1 3677:1 3680:1 3681:1 3697:1 3724:1 3732:1 3740:1 3748:1 3754:1 3758:1 3766:3 3772:2 3805:1 3820:1 3821:1 3831:1 3853:1 3868:1 3871:1 3872:1 3883:1 3891:1 3913:1 3920:2 3929:2 3943:1 3959:1 3963:3 3964:2 3995:1 3996:1 4004:1 4034:1 4081:1 4095:2 4100:1 4119:1 4167:1 4211:1 4215:1 4234:2 4247:1 4250:2 4270:2 4271:1 4276:1 4277:1 4348:1 4367:1 4370:1 4380:1 4401:1 4451:1 4471:3 4493:1 4504:2 4520:1 4525:1 4537:1 4567:1 4579:1 4598:2 4617:1 4639:1 4662:1 4696:1 4697:1 4723:1 4729:1 4774:1 4787:1 4843:5 4866:1 4870:1 4900:1 4988:1 5026:1 5041:1 5089:1 5102:1 5130:1 5136:1 5151:1 5158:7 5167:1 5171:1 5173:1 5188:1 5199:5 5212:1 5235:1 5256:1 5265:1 5268:1 5278:1 5281:1 5294:1 5357:1 5361:1 5368:1 5375:1 5386:1 5388:1 5412:1 5415:1 5421:1 5425:1 5428:1 5443:1 5469:1 5492:1 5495:1 5497:1 5501:1 5506:1 5520:1 5532:1 5538:2 5560:2 5565:839 5577:1 5585:1 5601:1 5627:2 5629:2 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5720:1 5726:1 5767:1 5772:1 5794:1 5814:1 5885:1 5896:1 5909:1 5912:1 5940:1 5990:1 6034:4 6037:1 6045:1 6051:1 6116:1 6122:1 6130:1 6133:1 6145:1 6189:1 6197:2 6252:1 6287:2 6306:1 6325:1 6333:2 6335:1 6358:1 6383:1 6400:1 6442:1 6468:1 6500:1 6519:1 6524:1 6539:1 6541:1 6560:1 6571:1 6580:1 6581:2 6602:1 6613:1 6629:1 6638:1 6640:1 6678:2 6679:1 6681:1 6691:1 6706:1 6719:1 6762:1 6793:1 6808:1 6849:2 6860:1 6864:3 6868:1 6874:1 6881:1 6927:1 6943:2 6952:1 6978:1 7034:1 7065:1 7072:1 7077:1 7082:3 7084:2 7086:1 7089:1 7095:1 7096:1 7102:1 7103:1 7106:1 7111:1 7125:3 7127:1 7140:1 7173:1 7178:1 7212:1 7227:1 7262:2 7311:1 7337:1 7351:2 7356:1 7364:1 7366:1 7372:1 7406:1 7407:1 7416:1 7427:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:1 7623:1 7629:1 7632:1 7633:1 7634:1 7664:1 7674:1 7677:1 7700:2 7709:1 7723:1 7749:1 7756:1 7767:2 7804:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7885:1 7899:1 7909:1 7927:1 7930:1 7931:1 7956:1 7965:1 7973:1 8016:1 8047:1 8083:1 8093:1 8132:1 8150:2 8157:1 8180:1 8185:1 8187:1 8222:1 8240:1 8248:2 8267:1 8276:1 8280:4 8284:1 8296:2 8310:1 8311:1 8330:1 8372:4 8394:1 8408:1 8436:1 8445:1 8446:1 8466:1 8477:1 8492:1 8517:1 8540:1 8554:1 8586:2 8610:1 8637:1 8644:1 8648:1 8654:1 8658:1 8718:1 8728:1 8740:1 8741:1 8742:1 8748:5 8752:1 8770:2 8789:1 8811:2 8827:1 8837:1 8854:1 8864:1 8897:1 8913:1 8934:1 8938:1 8950:3 8961:1 8981:3 9022:1 9038:1 9075:1 9085:1 9099:1 9112:1 9117:1 9124:1 9131:1 9137:2 9207:1 9209:1 9230:2 9239:1 9265:1 9294:1 9345:1 9348:1 9353:1 9357:2 9387:1 9392:1 9395:1 9420:1 9432:1 9463:1 9495:1 9547:1 9552:1 9554:1 9574:1 9597:1 9602:1 9606:1 9628:1 9678:1 9681:1 9696:1 9725:1 9729:1 9736:1 9779:2 9780:1 9788:1 9799:1 9803:2 9824:1 9840:1 9855:1 9856:1 9862:1 9882:1 9900:1 9917:2 9927:1 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10025:1 10030:1 10043:1 10051:2 10074:1 10087:1 10089:1 10131:1 10132:1 10138:1 10140:1 10141:1 10157:1 10176:1 10183:1 10197:1 10203:1 10208:1 10251:4 10260:1 10293:1 10297:3 10308:1 10309:1 10310:1 10314:1 10320:1 10325:1 10344:1 10345:3 10360:1 10368:1 10413:1 10431:1 10434:1 10469:1 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:1 10724:1 10749:1 10751:1 10805:1 10806:1 10826:1 10830:1 10838:1 10840:2 10848:1 10853:1 10854:1 10866:1 10886:1 10909:1 10919:4 10921:1 10935:1 10956:1 10959:1 10961:2 10980:1 10994:2 10996:1 11001:1 11016:1 11022:1 11036:1 11042:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:1 11200:5 11201:3 11221:1 11224:2 11233:1 11242:2 11245:2 11286:1 11287:1 11311:15 11322:1 11328:1 11330:1 11337:2 11344:4 11347:2 11356:1 11384:1 11395:1 11402:1 11404:1 11410:1 11444:2 11445:1 11449:1 11462:1 11478:1 11519:1 11540:1 11597:1 11613:1 11627:1 11640:2 11660:3 11662:1 11672:1 11686:1 11713:1 11722:1 11747:1 11768:1 11847:1 11883:1 11895:1 11907:1 11915:1 11924:1 11938:1 11951:1 11979:1 11986:1 12002:4 12017:1 12038:1 12043:1 12050:1 12126:1 12135:1 12144:1 12148:1 12171:1 12183:1 12210:1 12212:1 12229:1 12234:2 12237:1 12252:1 12265:1 12283:3 12295:2 12300:1 12326:1 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12453:2 12488:1 12500:1 12538:1 12551:1 12552:1 12589:1 12593:1 12599:1 12639:1 12655:1 12659:1 12662:1 12664:1 12676:1 12690:1 12695:1 12726:1 12732:1 12763:1 12769:1 12789:2 12791:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12935:1 12942:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13052:1 13084:2 13125:1 13150:1 13162:1 13164:1 13171:1 13179:1 13180:1 13185:1 13193:1 13196:1 13233:2 13262:1 13296:1 13321:2 13381:1 13399:1 13404:1 13431:1 13432:1 13443:1 13447:1 13449:1 13453:2 13539:2 13542:1 13545:1 13559:1 13605:1 13629:1 13643:2 13692:1 13699:1 13728:1 13735:1 13752:1 13776:1 13785:1 13803:2 13833:1 13836:1 13853:2 13860:5 13864:1 13910:1 13969:1 13976:1 14000:1 14008:1 14014:1 14020:1 14034:1 14039:1 14083:1 14103:1 14115:1 14134:1 14148:1 14176:2 14218:1 14248:1 14258:3 14267:1 14279:1 14289:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:1 14468:2 14484:3 14490:1 14508:1 14521:1 14532:2 14554:1 14577:1 14639:1 14643:1 14675:1 14691:2 14692:1 14725:1 14738:1 14744:5 14748:1 14761:1 14763:1 14785:1 14806:1 14810:1 14872:2 14900:2 14902:1 14947:1 14953:1 14966:1 14969:1 14971:1 14973:1 14992:2 15016:1 15018:1 15028:1 15049:1 15053:1 15055:1 15067:1 15069:1 15070:3 15076:1 15077:1 15084:1 15099:1 15106:1 15122:1 15123:1 15150:1 15157:1 15200:1 15214:1 15220:1 15250:1 15251:1 15298:1 15302:2 15305:1 15307:2 15330:2 15349:1 15365:1 15424:1 15433:1 15466:1 15500:1 15509:2 15548:1 15578:1 15639:1 15686:1 15729:1 15796:1 15822:1 15823:2 15842:1 15853:1 15857:5 15860:1 15868:1 15870:2 15875:1 15877:1 15896:1 15927:2 15942:1 15969:1 15971:1 15974:1 16001:1 16020:1 16021:1 16035:1 16041:1 16073:1 16121:1 16141:1 16170:1 16216:1 16245:1 16261:1 16265:1 16294:1 16314:1 16318:1 16324:1 16334:2 16338:1 16366:2 16369:1 16384:1 16391:1 16408:2 16440:1 16444:1 16455:1 16458:3 16472:1 16482:1 16573:1 16578:1 16579:1 16583:1 16584:1 16606:2 16622:1 16653:1 16671:2 16683:1 16734:1 16775:1 16789:5 16798:1 16814:1 16847:1 16875:2 16879:1 16916:1 16947:1 16958:1 16977:1 16982:3 16986:2 16996:1 17002:3 17045:1 17048:1 17067:1 17112:1 17137:1 17168:1 17170:1 17201:1 17224:1 17243:1 17253:1 17255:2 17285:4 17288:1 17298:1 17318:1 17322:1 17336:1 17353:1 17392:1 17452:1 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17519:1 17524:1 17594:1 17601:1 17628:1 17676:1 17680:1 17693:1 17694:1 17712:1 17716:1 17730:1 17757:1 17784:1 17826:1 17872:1 17897:1 17916:1 17932:1 17936:1 17970:1 17975:1 18008:1 18035:1 18041:1 18057:1 18059:2 18076:1 18080:1 18087:1 18091:1 18102:1 18104:1 18159:1 18165:1 18202:1 18231:3 18233:1 18277:1 18317:2 18328:2 18351:1 18357:1 18363:1 18371:1 18425:1 18430:1 18433:1 18437:1 18444:1 18462:1 18522:1 18530:1 18556:1 18582:1 18617:1 18661:1 18690:1 18719:1 18730:1 18757:1 18767:1 18769:2 18789:1 18815:1 18817:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:1 19013:2 19053:1 19055:1 19078:1 19080:1 19106:1 19107:1 19134:1 19178:1 19199:1 19211:1 19220:2 19222:1 19231:1 19233:1 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19299:1 19303:1 19307:1 19315:1 19327:4 19336:3 19356:1 19371:1 19389:1 19393:1 19395:1 19398:1 19421:1 19488:3 19563:1 19569:1 19578:1 19591:3 19605:3 19642:1 19654:1 19676:1 19678:1 19681:1 19716:1 19719:1 19728:1 19734:5 19768:1 19813:1 19864:1 19867:1 19903:1 19935:1 19937:1 19944:1 19945:2 19974:2 19981:1 20033:1 20035:1 20049:1 20050:1 20055:2 20058:1 20078:1 20126:1 20157:6 20170:3 20197:2 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20486:1 20491:1 20525:3 20530:1 20531:1 20560:1 20565:1 20595:1 20635:1 20708:1 20722:2 20749:2 20751:1 20779:1 20780:1 20789:1 20812:1 20842:1 20854:1 20873:1 20891:2 20927:1 20933:1 20936:1 20965:1 20999:1 21016:2 21019:1 21049:1 21062:1 21103:1 21109:2 21125:1 21153:1 21172:1 21193:1 21202:1 21235:1 21245:2 21282:1 21295:1 21305:1 21328:1 21335:2 21369:2 21376:1 21381:1 21431:1
1 7:1 26:1 94:1 105:1 107:1 114:1 119:1 129:1 146:1 174:1 237:1 259:2 273:1 298:1 335:2 355:1 412:1 418:1 430:1 446:1 452:1 463:1 474:1 482:1 493:1 499:1 516:1 531:2 532:1 538:1 540:3 548:3 568:2 601:1 612:1 622:1 644:5 650:2 669:1 726:1 740:1 741:1 742:1 787:2 875:1 876:1 888:2 919:1 959:1 986:1 1004:1 1007:2 1009:1 1046:1 1118:1 1120:1 1169:1 1190:1 1196:2 1205:1 1226:1 1237:1 1238:1 1278:3 1280:2 1286:1 1306:3 1347:4 1352:1 1364:2 1375:1 1383:1 1386:1 1399:4 1418:3 1419:2 1422:4 1426:1 1430:1 1432:2 1434:2 1451:2 1475:2 1477:2 1481:1 1495:1 1545:2 1576:1 1583:2 1589:2 1642:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1805:3 1807:1 1816:2 1819:1 1824:1 1825:1 1827:1 1831:1 1836:1 1853:1 1857:1 1887:1 1889:1 1941:1 1943:1 2014:1 2044:1 2051:1 2052:1 2065:1 2078:1 2113:1 2123:1 2124:1 2127:1 2150:1 2206:1 2225:1 2238:1 2279:1 2285:2 2295:2 2299:2 2315:1 2369:1 2372:1 2382:1 2388:1 2404:1 2407:1 2410:1 2418:1 2431:2 2432:1 2435:1 2452:1 2454:3 2455:1 2458:1 2468:1 2471:1 2477:1 2496:1 2507:1 2519:1 2528:1 2542:1 2561:1 2573:1 2599:2 2628:1 2635:1 2640:2 2645:1 2647:1 2650:1 2652:1 2661:1 2664:4 2697:1 2698:2 2699:3 2714:1 2745:1 2794:1 2795:1 2809:2 2855:1 2864:1 2870:1 2875:1 2878:1 2895:1 2899:1 2903:1 2913:1 2932:1 2938:1 2969:1 2981:1 3007:1 3012:1 3023:1 3079:2 3080:1 3106:5 3110:2 3113:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:1 3226:1 3229:1 3246:1 3254:2 3259:1 3277:1 3282:2 3283:1 3293:2 3294:1 3296:1 3302:1 3310:2 3311:1 3314:5 3317:2 3329:1 3364:1 3405:1 3416:1 3420:1 3426:1 3442:1 3465:2 3470:1 3486:1 3501:1 3509:1 3535:1 3582:1 3595:1 3609:1 3621:1 3658:1 3662:1 3677:1 3680:1 3681:1 3697:1 3724:1 3732:2 3740:1 3748:1 3754:1 3758:1 3766:3 3772:2 3787:1 3805:1 3820:1 3821:1 3831:1 3853:1 3868:1 3871:1 3872:1 3883:1 3891:2 3913:1 3920:2 3929:2 3943:1 3959:1 3963:3 3964:2 3995:1 3996:1 4004:1 4034:1 4081:1 4095:2 4100:1 4104:1 4119:1 4167:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:2 4270:2 4271:1 4276:1 4277:1 4348:1 4367:1 4370:1 4380:1 4401:1 4451:1 4470:1 4471:3 4493:1 4504:2 4520:1 4525:1 4537:1 4567:1 4579:1 4598:2 4617:1 4639:1 4662:2 4696:1 4697:1 4723:1 4729:1 4774:1 4787:1 4843:6 4866:1 4870:1 4900:1 4988:1 5026:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:7 5167:1 5171:1 5173:1 5188:1 5199:5 5212:1 5235:2 5256:1 5265:1 5268:1 5278:1 5281:1 5294:1 5357:1 5361:1 5368:1 5375:1 5386:1 5388:1 5412:1 5415:1 5421:1 5425:1 5428:1 5443:1 5469:1 5492:1 5495:1 5497:1 5501:1 5506:1 5520:1 5532:1 5538:2 5560:2 5565:961 5577:1 5585:1 5601:1 5627:2 5629:2 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:1 5720:1 5726:1 5767:1 5772:1 5794:1 5814:1 5840:1 5885:1 5896:1 5909:1 5912:1 5940:1 5989:1 5990:1 6034:4 6037:1 6045:1 6051:1 6116:1 6122:1 6130:1 6133:1 6145:1 6189:1 6197:2 6214:1 6252:1 6287:2 6306:1 6325:1 6333:2 6335:1 6358:1 6378:1 6383:1 6400:1 6442:1 6468:1 6500:1 6519:1 6524:1 6539:1 6541:1 6560:1 6571:1 6580:1 6581:2 6602:1 6613:1 6629:1 6638:1 6640:1 6648:1 6678:2 6679:1 6681:1 6691:1 6700:1 6706:1 6719:1 6762:1 6790:1 6793:1 6808:1 6849:2 6860:1 6864:3 6868:1 6874:1 6881:1 6927:1 6943:2 6952:1 6978:1 7034:1 7065:1 7072:1 7077:1 7082:3 7084:2 7086:1 7089:1 7095:1 7096:1 7102:1 7103:1 7106:1 7111:1 7125:3 7127:1 7140:1 7173:1 7178:1 7212:1 7227:1 7230:1 7262:2 7311:1 7337:1 7351:2 7356:1 7364:1 7366:1 7372:1 7406:1 7407:1 7416:1 7427:1 7432:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:2 7623:1 7629:1 7632:1 7633:1 7634:1 7664:1 7674:1 7677:1 7700:2 7709:1 7723:1 7749:1 7756:1 7767:2 7786:1 7804:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7885:1 7899:1 7909:1 7927:1 7930:1 7931:1 7956:1 7965:1 7973:1 8016:1 8047:1 8083:1 8093:1 8132:1 8150:2 8157:1 8180:1 8185:1 8187:1 8222:1 8240:1 8248:2 8267:1 8276:1 8280:4 8284:1 8296:2 8310:1 8311:1 8330:1 8372:4 8394:1 8408:1 8436:1 8445:1 8446:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8586:2 8610:1 8637:1 8644:1 8648:1 8654:1 8658:1 8718:1 8728:1 8740:1 8741:1 8742:1 8748:5 8752:1 8770:2 8789:1 8811:2 8827:1 8837:1 8854:1 8864:1 8897:1 8913:1 8934:1 8938:1 8950:3 8961:1 8981:3 9022:1 9038:1 9075:1 9085:1 9099:1 9112:1 9117:1 9124:1 9131:1 9137:2 9165:2 9185:2 9207:1 9209:1 9230:2 9239:1 9265:1 9288:1 9294:1 9345:1 9348:1 9353:1 9357:2 9387:1 9392:2 9395:1 9420:1 9432:1 9463:1 9495:1 9547:1 9552:1 9554:1 9574:1 9597:1 9602:1 9606:1 9628:2 9678:1 9681:1 9696:1 9725:1 9729:1 9732:1 9736:1 9779:2 9780:1 9788:1 9799:1 9803:2 9824:1 9840:1 9855:1 9856:1 9862:1 9882:1 9900:1 9917:3 9927:1 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10025:1 10030:1 10043:1 10051:2 10074:1 10087:1 10089:1 10131:1 10132:1 10138:1 10140:1 10141:1 10144:1 10157:1 10176:1 10183:1 10197:1 10203:1 10208:1 10235:1 10251:4 10260:1 10293:1 10297:3 10308:1 10309:1 10310:1 10314:1 10320:1 10325:1 10344:1 10345:3 10360:2 10368:1 10413:1 10431:1 10434:1 10469:1 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:1 10724:1 10749:1 10751:1 10805:1 10806:1 10826:1 10830:1 10838:1 10840:2 10848:1 10853:1 10854:1 10862:1 10866:1 10886:1 10909:1 10919:4 10921:1 10935:1 10956:1 10959:1 10961:2 10980:1 10994:2 10996:1 11001:1 11016:1 11022:1 11036:1 11042:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:1 11200:5 11201:3 11221:1 11224:3 11233:1 11242:2 11245:2 11258:1 11286:1 11287:1 11311:17 11322:1 11328:1 11330:1 11337:2 11344:4 11347:2 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11444:2 11445:2 11449:1 11462:1 11478:1 11519:1 11540:1 11573:1 11597:1 11613:1 11627:1 11640:2 11660:3 11662:1 11663:1 11672:1 11686:1 11713:1 11722:1 11747:1 11768:1 11847:1 11883:1 11895:1 11907:1 11915:1 11924:1 11938:1 11951:1 11979:1 11986:1 12002:5 12017:1 12038:1 12043:1 12050:1 12126:1 12135:1 12144:1 12148:1 12171:1 12183:1 12210:1 12212:1 12229:1 12230:1 12234:2 12237:1 12241:1 12252:1 12265:1 12269:1 12283:3 12295:2 12300:1 12326:1 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12453:2 12488:1 12500:1 12538:1 12551:1 12552:1 12589:1 12593:1 12599:1 12610:1 12639:1 12655:1 12656:1 12659:1 12662:1 12664:1 12676:1 12682:1 12690:1 12695:1 12726:1 12732:1 12763:2 12769:1 12789:2 12791:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12935:1 12942:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13052:1 13084:2 13097:1 13125:1 13150:1 13162:1 13164:1 13171:1 13179:1 13180:1 13185:1 13193:1 13196:1 13233:2 13262:1 13296:1 13321:2 13381:1 13399:1 13404:1 13431:1 13432:1 13443:1 13447:1 13449:1 13453:2 13539:2 13542:1 13545:1 13559:2 13605:2 13629:1 13643:2 13692:1 13699:1 13728:1 13735:1 13742:1 13752:1 13776:1 13785:1 13803:2 13833:1 13836:1 13853:2 13860:5 13864:1 13910:1 13969:1 13976:1 14000:1 14001:1 14008:1 14014:1 14020:1 14024:1 14034:1 14039:1 14083:1 14103:1 14105:1 14115:1 14124:1 14134:1 14148:1 14176:2 14218:1 14248:1 14258:3 14267:1 14279:1 14289:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:1 14462:1 14468:2 14484:3 14490:1 14508:1 14521:1 14532:2 14554:1 14577:1 14639:1 14643:1 14675:1 14691:2 14692:1 14696:1 14725:1 14738:1 14744:5 14748:1 14761:1 14763:1 14785:1 14806:1 14810:1 14872:2 14900:2 14902:1 14920:1 14947:1 14953:1 14966:1 14969:1 14971:1 14973:1 14992:2 15016:1 15018:1 15028:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:3 15076:1 15077:1 15084:1 15099:1 15106:1 15122:2 15123:1 15150:1 15157:1 15200:1 15214:1 15220:1 15250:1 15251:1 15298:1 15302:3 15305:1 15307:2 15330:2 15344:1 15349:1 15365:1 15388:1 15424:1 15433:1 15466:1 15500:1 15509:2 15548:1 15578:1 15635:1 15639:1 15686:1 15729:1 15796:1 15822:1 15823:2 15835:2 15842:1 15852:1 15853:1 15857:5 15860:1 15868:1 15870:2 15875:1 15877:1 15879:1 15896:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:1 16001:1 16020:1 16021:1 16035:1 16041:1 16073:1 16121:1 16137:1 16141:1 16170:1 16216:1 16245:1 16261:1 16265:1 16274:1 16294:1 16314:1 16318:1 16324:1 16334:2 16338:1 16366:2 16369:1 16384:1 16391:1 16408:3 16440:1 16444:1 16455:1 16458:3 16472:1 16482:1 16573:1 16578:1 16579:1 16583:1 16584:1 16606:2 16622:1 16653:1 16671:2 16683:1 16729:1 16734:1 16775:1 16789:5 16795:1 16798:1 16814:1 16817:1 16847:1 16875:2 16879:1 16916:1 16947:1 16958:1 16977:1 16982:3 16986:2 16988:1 16996:2 17002:3 17045:1 17048:1 17067:1 17112:1 17137:1 17168:1 17170:1 17201:1 17224:1 17234:2 17243:1 17253:1 17255:2 17285:4 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17353:1 17369:1 17392:1 17452:1 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17519:1 17524:1 17594:1 17601:1 17628:1 17676:1 17680:1 17693:1 17694:1 17711:1 17712:1 17716:1 17730:1 17757:1 17784:1 17826:1 17872:1 17897:1 17916:1 17932:1 17936:1 17970:1 17975:1 18008:1 18035:1 18041:1 18057:1 18059:2 18076:1 18080:1 18087:1 18091:1 18102:1 18104:1 18138:1 18159:1 18161:1 18165:1 18202:1 18231:3 18233:1 18245:1 18259:1 18277:1 18317:2 18328:2 18351:1 18357:1 18363:1 18371:1 18425:1 18430:1 18431:1 18433:1 18437:1 18444:2 18462:1 18522:1 18530:1 18556:1 18582:1 18617:1 18661:1 18690:1 18719:1 18730:1 18757:1 18767:1 18769:2 18789:1 18815:1 18817:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:1 19013:4 19031:1 19053:1 19055:1 19078:1 19080:1 19106:1 19107:1 19134:1 19178:1 19199:1 19211:1 19220:2 19222:1 19231:1 19233:1 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19299:1 19303:1 19307:1 19315:1 19323:2 19327:4 19336:3 19356:1 19371:1 19389:1 19393:1 19395:1 19398:1 19421:1 19488:3 19563:1 19569:1 19578:1 19591:3 19605:3 19614:1 19642:1 19654:2 19676:1 19678:1 19681:1 19716:1 19719:1 19728:1 19734:5 19768:1 19813:1 19864:1 19867:1 19903:1 19935:1 19937:1 19944:1 19945:2 19954:1 19974:2 19981:1 20033:1 20035:1 20049:1 20050:1 20055:2 20058:2 20063:1 20078:1 20126:1 20157:6 20170:3 20197:2 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20486:1 20491:1 20525:3 20530:1 20531:1 20560:1 20565:1 20568:1 20595:1 20635:1 20708:1 20722:2 20749:2 20751:1 20779:1 20780:1 20789:1 20812:1 20842:1 20854:1 20858:1 20873:1 20891:2 20927:1 20933:1 20936:1 20965:1 20999:1 21016:2 21019:1 21037:1 21049:1 21062:1 21103:1 21109:2 21125:1 21153:1 21172:1 21192:1 21193:1 21194:1 21202:1 21235:1 21241:1 21245:2 21282:1 21295:1 21298:1 21305:1 21328:1 21335:2 21369:2 21376:1 21381:1 21431:1
1 7:1 26:1 94:1 105:1 107:1 114:1 119:1 129:1 146:1 174:1 187:1 237:1 259:2 273:1 298:1 335:2 355:1 412:1 418:2 430:1 438:2 446:1 452:1 463:1 474:1 482:1 493:1 499:1 516:1 531:2 532:1 538:1 540:3 548:3 568:2 598:1 601:1 612:1 622:1 644:5 650:2 669:1 726:1 740:1 741:1 742:1 773:1 787:2 875:1 876:1 888:2 919:1 939:1 959:1 986:1 1004:1 1007:2 1009:1 1046:1 1082:1 1118:1 1120:1 1169:1 1190:1 1196:2 1205:1 1226:1 1235:1 1237:1 1238:1 1278:3 1280:2 1286:1 1306:3 1323:1 1347:5 1352:1 1364:3 1375:1 1383:1 1386:1 1399:4 1418:3 1419:2 1422:5 1426:1 1430:1 1432:2 1434:3 1451:2 1475:2 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1589:2 1614:1 1619:1 1642:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:1 1813:1 1815:1 1816:2 1819:1 1824:1 1825:1 1827:1 1830:1 1831:1 1836:1 1845:1 1853:1 1857:1 1887:1 1889:1 1908:1 1941:1 1943:1 1992:1 2014:1 2016:1 2044:1 2051:1 2052:1 2065:1 2078:1 2113:1 2123:1 2124:1 2127:1 2150:1 2170:1 2206:1 2225:1 2238:1 2279:1 2285:2 2295:2 2299:2 2315:1 2369:1 2372:1 2382:1 2388:1 2404:1 2407:1 2410:1 2418:2 2431:2 2432:1 2435:1 2452:1 2454:3 2455:1 2458:1 2468:1 2471:1 2477:1 2496:1 2507:1 2519:1 2528:1 2542:1 2561:1 2568:1 2573:1 2599:2 2628:1 2635:1 2640:2 2645:1 2647:1 2650:1 2652:1 2661:1 2664:5 2697:1 2698:2 2699:3 2714:1 2745:1 2794:1 2795:1 2809:2 2855:1 2864:1 2870:1 2875:1 2878:1 2895:1 2899:1 2903:1 2913:1 2932:1 2938:1 2969:1 2981:1 2991:1 3007:1 3012:1 3023:1 3079:2 3080:1 3106:5 3110:2 3113:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:1 3226:1 3229:1 3246:1 3254:2 3259:1 3277:1 3282:2 3283:1 3293:2 3294:1 3296:1 3302:1 3310:2 3311:1 3314:5 3317:2 3329:1 3364:1 3403:1 3405:1 3416:1 3420:1 3426:1 3442:1 3465:2 3470:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3595:1 3609:1 3621:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3724:1 3732:2 3740:1 3748:1 3754:1 3758:1 3766:3 3772:2 3786:1 3787:1 3805:1 3820:1 3821:1 3831:1 3853:1 3868:1 3871:1 3872:1 3883:1 3891:2 3913:1 3920:2 3929:2 3943:1 3959:1 3963:3 3964:2 3995:1 3996:1 4004:1 4034:1 4081:1 4095:2 4100:1 4104:1 4119:1 4130:1 4166:1 4167:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:3 4270:2 4271:1 4274:1 4276:1 4277:1 4316:1 4348:1 4367:1 4370:1 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4520:1 4525:1 4537:1 4567:1 4579:1 4598:2 4617:1 4639:1 4662:2 4696:1 4697:1 4723:1 4729:1 4774:1 4787:1 4843:6 4866:1 4870:1 4900:1 4988:1 5026:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:8 5167:1 5171:1 5173:1 5188:1 5199:5 5212:1 5235:2 5256:1 5258:1 5265:1 5268:1 5278:1 5281:1 5285:1 5294:1 5357:1 5361:1 5368:1 5375:1 5386:1 5388:1 5412:1 5415:1 5421:1 5425:1 5428:1 5443:1 5469:2 5492:1 5495:1 5497:1 5501:1 5505:1 5506:1 5520:2 5532:1 5538:2 5560:2 5565:1002 5577:1 5585:1 5601:1 5627:2 5629:3 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:1 5720:1 5726:1 5762:1 5767:1 5772:1 5794:1 5814:1 5840:1 5848:1 5858:1 5885:1 5896:1 5908:1 5909:1 5912:1 5940:1 5948:1 5989:1 5990:1 6034:4 6037:1 6045:1 6051:1 6116:1 6122:1 6130:1 6133:1 6145:1 6189:1 6197:2 6214:1 6252:1 6287:2 6306:1 6325:1 6326:1 6333:2 6335:1 6358:1 6366:1 6378:1 6383:1 6400:1 6442:1 6468:1 6500:1 6519:1 6524:1 6539:1 6541:1 6560:1 6568:1 6571:1 6580:1 6581:2 6602:1 6613:1 6621:1 6629:1 6638:1 6640:1 6648:1 6669:1 6678:2 6679:1 6681:1 6691:1 6700:1 6706:1 6717:1 6719:1 6762:1 6790:1 6793:1 6808:1 6849:2 6860:1 6864:3 6868:1 6874:1 6881:1 6927:1 6943:2 6952:1 6978:2 7034:1 7065:1 7072:1 7077:1 7082:3 7084:2 7086:1 7089:1 7095:1 7096:1 7102:1 7103:1 7106:1 7111:2 7125:3 7127:1 7140:1 7173:1 7178:1 7212:1 7227:1 7230:1 7262:2 7311:1 7337:1 7351:2 7356:1 7364:1 7366:1 7372:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:2 7597:1 7623:1 7629:1 7632:1 7633:1 7634:1 7650:1 7664:1 7674:1 7677:1 7700:3 7709:1 7723:1 7749:1 7756:1 7767:2 7786:1 7804:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7885:2 7899:1 7909:2 7910:1 7927:1 7930:1 7931:1 7956:1 7965:1 7973:1 8016:1 8047:1 8083:1 8093:1 8132:1 8150:2 8157:1 8180:1 8181:1 8185:1 8187:1 8192:1 8222:1 8240:1 8248:2 8267:1 8276:1 8280:4 8284:1 8296:2 8310:1 8311:1 8330:1 8372:4 8394:1 8408:1 8436:1 8445:1 8446:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8586:2 8610:1 8637:1 8644:2 8648:1 8654:1 8658:1 8718:1 8728:1 8740:1 8741:1 8742:1 8748:5 8752:1 8770:2 8789:1 8811:2 8827:1 8837:1 8854:1 8864:1 8897:1 8913:1 8934:1 8938:1 8950:4 8961:1 8981:3 9022:1 9038:1 9075:1 9085:1 9099:1 9112:1 9117:1 9124:1 9131:1 9137:2 9161:1 9165:2 9185:2 9207:1 9209:1 9230:2 9239:1 9265:1 9288:1 9294:1 9345:1 9348:1 9353:1 9357:2 9387:1 9392:2 9395:1 9420:1 9432:1 9463:1 9495:1 9547:1 9552:1 9554:1 9574:1 9597:1 9602:1 9606:1 9628:2 9678:1 9681:1 9696:1 9725:1 9729:1 9732:2 9736:1 9779:2 9780:1 9788:1 9799:1 9803:2 9824:1 9840:1 9855:1 9856:1 9862:1 9882:1 9900:1 9917:3 9927:1 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10025:1 10030:1 10043:1 10051:2 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10138:1 10140:1 10141:1 10144:1 10157:1 10176:1 10183:1 10197:1 10203:1 10208:1 10235:1 10251:5 10260:2 10293:1 10297:3 10305:1 10308:1 10309:1 10310:1 10314:1 10320:1 10325:1 10344:1 10345:3 10360:2 10368:1 10413:1 10431:1 10434:1 10469:1 10475:1 10483:1 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:1 10724:1 10749:1 10751:1 10805:1 10806:2 10826:1 10830:1 10838:1 10840:2 10848:1 10853:1 10854:1 10862:1 10866:1 10886:1 10909:2 10919:5 10921:1 10935:1 10956:1 10959:1 10961:2 10980:1 10994:2 10996:1 11001:1 11016:2 11021:1 11022:1 11036:1 11042:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:1 11200:6 11201:3 11221:1 11224:3 11233:1 11242:3 11245:2 11258:1 11286:2 11287:1 11289:1 11311:17 11322:1 11328:1 11330:1 11337:2 11344:4 11347:2 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11444:2 11445:2 11449:1 11462:1 11478:1 11519:1 11540:1 11573:1 11597:1 11613:1 11627:1 11640:2 11660:3 11662:1 11663:1 11672:1 11686:1 11713:1 11722:1 11744:1 11747:1 11768:1 11847:1 11883:1 11895:1 11907:1 11915:1 11924:1 11938:1 11951:1 11979:1 11986:2 12002:8 12017:1 12038:2 12043:1 12050:1 12126:1 12135:1 12144:1 12148:1 12171:2 12174:1 12183:1 12210:1 12212:1 12229:1 12230:1 12234:2 12237:1 12241:1 12252:1 12265:1 12269:1 12279:1 12283:3 12295:2 12300:1 12326:1 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12453:2 12488:1 12493:1 12500:1 12538:1 12551:1 12552:1 12589:1 12593:1 12599:1 12610:1 12639:1 12655:1 12656:1 12659:1 12662:1 12664:1 12676:1 12682:1 12690:1 12695:1 12726:1 12732:1 12763:2 12769:1 12789:2 12791:1 12792:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12935:1 12942:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13052:2 13084:2 13097:1 13119:1 13125:1 13150:1 13162:1 13164:1 13171:1 13179:1 13180:1 13185:1 13193:1 13196:2 13204:1 13233:2 13262:1 13294:1 13296:1 13321:2 13381:1 13399:1 13404:1 13431:1 13432:1 13437:1 13443:1 13447:1 13449:1 13453:2 13528:1 13539:2 13542:1 13545:1 13559:2 13605:2 13629:1 13643:2 13692:1 13699:1 13705:1 13720:1 13728:2 13735:1 13742:1 13752:1 13776:1 13785:1 13803:3 13833:1 13836:1 13853:2 13860:5 13864:1 13910:1 13965:1 13969:1 13976:1 14000:1 14001:1 14008:1 14014:1 14020:2 14024:1 14029:1 14034:1 14039:1 14083:1 14103:1 14105:1 14115:1 14124:1 14134:1 14148:1 14176:3 14218:1 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:1 14462:1 14468:2 14484:3 14490:1 14508:1 14521:1 14532:2 14554:1 14577:1 14639:1 14643:1 14675:1 14691:2 14692:1 14696:1 14725:1 14738:1 14744:5 14748:1 14761:1 14763:1 14785:1 14806:1 14810:1 14872:3 14900:2 14902:1 14920:1 14947:1 14953:1 14966:1 14969:1 14971:1 14973:1 14987:1 14992:2 15016:1 15018:1 15028:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15084:1 15099:1 15106:1 15112:1 15122:2 15123:1 15150:1 15157:1 15200:1 15206:1 15214:1 15220:1 15241:1 15250:1 15251:1 15293:1 15298:1 15302:3 15305:1 15307:2 15330:2 15344:1 15349:1 15365:1 15388:1 15423:1 15424:1 15433:1 15466:1 15500:1 15509:3 15548:1 15578:2 15621:1 15635:1 15639:1 15655:1 15686:1 15729:1 15760:1 15790:1 15796:1 15799:1 15822:1 15823:2 15835:2 15842:1 15852:1 15853:1 15857:5 15860:1 15868:1 15870:2 15875:1 15877:1 15879:1 15884:1 15896:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:1 16001:1 16020:1 16021:1 16035:1 16041:1 16067:1 16073:1 16121:1 16137:1 16141:1 16170:1 16182:1 16216:1 16245:1 16261:1 16265:1 16274:1 16294:1 16314:1 16318:1 16324:1 16334:2 16338:1 16366:2 16369:1 16384:1 16391:1 16408:3 16412:1 16440:1 16444:1 16455:1 16458:3 16472:1 16482:1 16573:1 16578:1 16579:1 16583:1 16584:1 16606:2 16622:1 16653:1 16671:2 16683:1 16729:1 16731:1 16734:1 16775:1 16789:5 16795:1 16798:1 16814:1 16817:1 16847:1 16875:2 16879:2 16916:1 16947:1 16958:1 16977:1 16982:3 16986:2 16988:1 16996:2 17002:3 17045:1 17048:1 17067:1 17112:1 17137:1 17168:1 17170:1 17201:1 17224:1 17234:2 17243:1 17253:1 17255:2 17285:4 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17353:1 17369:1 17392:1 17452:1 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17519:1 17524:1 17594:1 17601:1 17628:1 17633:1 17676:1 17680:1 17693:1 17694:1 17711:1 17712:1 17716:1 17730:1 17757:1 17759:1 17784:1 17826:1 17872:1 17897:1 17916:1 17932:1 17936:1 17970:1 17975:1 18008:1 18018:1 18035:1 18041:1 18057:1 18059:2 18076:1 18080:1 18087:1 18091:1 18102:1 18104:1 18123:1 18138:1 18159:1 18161:1 18165:1 18202:1 18231:3 18233:1 18245:1 18259:1 18277:1 18317:3 18328:2 18351:1 18357:1 18363:1 18371:1 18425:1 18428:1 18429:1 18430:1 18431:1 18433:1 18437:1 18444:2 18462:1 18484:1 18515:1 18522:1 18530:1 18556:1 18582:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18730:1 18757:1 18767:1 18769:2 18789:1 18815:1 18817:1 18861:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:1 19013:4 19031:1 19053:1 19055:1 19078:1 19080:1 19106:1 19107:1 19134:1 19178:1 19192:1 19199:1 19209:1 19211:1 19220:2 19222:1 19231:1 19233:1 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19299:1 19303:1 19307:1 19315:1 19323:2 19327:4 19336:3 19356:1 19371:1 19389:1 19393:1 19395:1 19398:1 19421:1 19488:3 19501:1 19526:1 19563:1 19569:1 19578:1 19591:4 19605:3 19614:1 19642:1 19654:2 19676:1 19678:1 19681:1 19697:1 19716:2 19719:1 19724:1 19728:1 19734:5 19763:1 19768:1 19813:1 19864:1 19867:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19974:2 19981:1 20033:1 20035:1 20049:1 20050:1 20055:2 20058:2 20063:1 20078:1 20126:1 20157:6 20170:3 20197:2 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20436:1 20486:1 20491:1 20525:3 20530:1 20531:1 20560:1 20565:1 20568:1 20595:1 20635:1 20708:2 20722:2 20749:2 20751:1 20779:1 20780:1 20789:1 20812:1 20842:1 20854:1 20858:1 20873:1 20891:2 20927:1 20933:1 20936:1 20965:1 20999:1 21016:2 21019:1 21037:1 21049:1 21062:1 21103:1 21109:2 21125:1 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21235:1 21241:1 21245:2 21282:1 21295:1 21297:1 21298:1 21305:1 21328:1 21335:2 21369:2 21376:1 21381:1 21431:1
1 7:2 26:1 94:1 105:1 107:1 114:1 119:1 129:1 146:1 174:1 187:1 237:1 259:2 273:1 298:1 335:2 355:1 412:1 418:2 430:1 438:2 446:1 452:1 463:1 474:1 482:1 493:1 499:1 516:1 531:2 532:1 538:1 540:3 548:3 568:2 572:1 598:1 601:1 605:1 612:1 622:1 644:5 650:2 669:1 726:1 740:1 741:1 742:1 773:1 787:2 870:1 875:1 876:1 888:2 919:1 939:1 959:1 986:1 1004:1 1007:2 1009:1 1046:1 1082:1 1118:1 1120:1 1169:1 1190:1 1196:2 1205:1 1217:1 1226:1 1235:1 1237:1 1238:2 1278:3 1280:2 1286:1 1306:3 1323:1 1347:6 1352:1 1364:3 1375:1 1383:1 1386:1 1399:5 1418:3 1419:2 1422:5 1426:1 1430:1 1432:2 1434:3 1451:2 1475:2 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1589:2 1614:1 1619:1 1642:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:1 1813:1 1815:1 1816:2 1818:1 1819:1 1824:1 1825:1 1827:1 1830:1 1831:1 1836:1 1845:1 1853:1 1857:1 1887:1 1889:1 1908:1 1941:1 1943:1 1992:1 2014:1 2016:1 2044:1 2051:1 2052:1 2065:1 2078:1 2113:1 2123:1 2124:1 2127:1 2150:1 2170:1 2206:1 2225:1 2238:1 2279:1 2285:2 2295:2 2299:2 2315:1 2369:1 2372:1 2382:1 2388:1 2404:1 2407:1 2410:1 2418:2 2431:2 2432:1 2435:1 2452:1 2454:3 2455:1 2458:1 2468:1 2471:1 2477:1 2496:1 2507:1 2519:1 2525:1 2528:1 2542:1 2561:1 2568:1 2573:1 2599:2 2628:1 2635:1 2640:2 2645:1 2647:1 2650:2 2652:1 2661:1 2664:5 2697:1 2698:2 2699:3 2714:1 2745:1 2794:1 2795:1 2809:2 2855:1 2864:1 2870:1 2875:2 2878:1 2895:1 2899:1 2903:1 2913:1 2932:1 2938:1 2969:1 2981:1 2991:1 3007:1 3012:1 3023:1 3079:2 3080:1 3106:5 3110:2 3113:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:1 3226:2 3229:1 3246:1 3254:2 3259:1 3277:1 3282:2 3283:1 3293:2 3294:1 3296:1 3302:1 3310:2 3311:1 3314:5 3317:2 3329:1 3364:1 3403:1 3405:3 3416:1 3420:1 3426:1 3442:1 3465:2 3470:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3595:1 3609:1 3621:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3724:1 3732:2 3740:1 3748:1 3754:1 3756:1 3758:1 3766:3 3772:2 3786:1 3787:1 3797:1 3805:1 3820:2 3821:1 3826:1 3831:1 3853:1 3865:1 3868:1 3871:1 3872:1 3883:1 3891:2 3913:1 3920:3 3929:3 3943:1 3959:1 3963:3 3964:2 3995:1 3996:1 4004:1 4034:1 4081:1 4095:2 4100:1 4104:2 4119:1 4130:1 4166:1 4167:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:4 4270:2 4271:1 4274:1 4276:1 4277:1 4316:2 4348:1 4367:1 4370:1 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4520:1 4525:1 4537:1 4567:1 4579:1 4598:2 4617:1 4639:1 4662:2 4696:1 4697:1 4723:1 4729:1 4774:1 4787:1 4843:6 4866:1 4870:1 4900:1 4988:2 5026:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:8 5167:1 5171:2 5173:1 5188:1 5199:6 5212:1 5235:2 5256:1 5258:1 5265:1 5268:1 5278:1 5281:1 5285:1 5294:1 5357:1 5361:1 5368:1 5375:1 5386:1 5388:1 5412:1 5415:1 5421:1 5425:1 5428:1 5443:1 5469:2 5492:1 5495:1 5497:1 5501:1 5505:1 5506:1 5520:2 5532:1 5538:2 5560:2 5565:1037 5577:1 5585:2 5601:1 5627:2 5629:3 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:1 5720:1 5726:1 5762:1 5767:1 5772:1 5794:1 5814:1 5840:1 5845:1 5848:1 5858:1 5885:1 5896:1 5898:1 5908:1 5909:1 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:4 6037:1 6045:1 6051:1 6116:1 6122:2 6130:1 6133:1 6145:1 6189:1 6197:2 6214:1 6252:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:1 6358:1 6366:1 6378:1 6383:1 6400:1 6429:1 6442:1 6468:1 6500:1 6519:1 6524:1 6529:1 6539:1 6541:1 6553:1 6560:1 6568:1 6571:1 6580:1 6581:2 6602:1 6613:2 6621:1 6629:1 6638:1 6640:1 6648:1 6669:1 6678:2 6679:1 6681:1 6691:1 6700:1 6706:1 6707:1 6717:1 6719:2 6727:1 6762:1 6790:1 6793:1 6808:1 6849:2 6860:1 6864:3 6868:1 6874:1 6881:1 6927:1 6943:2 6952:1 6978:3 7034:1 7065:1 7072:1 7077:1 7082:3 7084:2 7086:1 7089:1 7095:1 7096:1 7102:1 7103:2 7106:1 7110:1 7111:2 7125:3 7127:1 7140:1 7173:1 7178:1 7180:1 7212:1 7227:1 7230:1 7243:1 7262:2 7311:1 7337:1 7351:2 7356:1 7364:1 7366:1 7372:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:2 7597:1 7623:1 7629:1 7632:1 7633:1 7634:1 7650:1 7664:1 7674:1 7677:1 7700:3 7709:1 7723:1 7749:1 7756:1 7767:2 7786:1 7804:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7885:2 7899:1 7909:2 7910:2 7927:1 7930:1 7931:1 7956:1 7965:1 7973:1 8016:1 8047:1 8083:1 8093:1 8132:1 8150:2 8157:1 8180:1 8181:1 8185:1 8187:1 8192:1 8222:1 8240:1 8248:2 8267:1 8276:2 8280:4 8284:1 8296:2 8310:1 8311:1 8330:1 8372:4 8394:1 8408:1 8436:1 8445:1 8446:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8586:2 8610:1 8611:1 8637:1 8644:2 8648:1 8653:1 8654:1 8658:1 8718:1 8728:1 8740:1 8741:1 8742:1 8748:7 8752:1 8770:2 8789:1 8811:2 8827:1 8837:1 8854:1 8864:1 8897:1 8913:1 8934:2 8938:1 8950:4 8961:1 8981:3 9022:1 9038:1 9075:1 9085:1 9099:1 9112:1 9117:1 9124:1 9131:1 9137:2 9161:1 9165:2 9185:2 9207:1 9209:1 9230:2 9239:1 9265:1 9288:1 9294:1 9345:1 9348:1 9353:1 9357:2 9387:1 9392:2 9395:2 9420:1 9432:1 9463:1 9495:1 9547:1 9552:1 9554:1 9574:1 9597:1 9602:1 9606:1 9628:2 9678:1 9681:1 9696:1 9725:1 9729:1 9732:2 9736:1 9779:2 9780:1 9788:1 9799:1 9803:2 9824:2 9840:1 9855:1 9856:1 9862:1 9882:1 9900:1 9917:3 9927:1 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10025:1 10030:1 10043:2 10051:2 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10138:1 10140:1 10141:1 10144:1 10157:1 10176:1 10183:1 10192:1 10197:1 10203:1 10208:1 10235:1 10251:6 10260:2 10293:1 10297:3 10305:1 10308:1 10309:1 10310:1 10314:1 10320:1 10325:1 10326:1 10344:2 10345:3 10360:3 10368:1 10413:1 10424:1 10431:1 10434:1 10441:1 10469:1 10475:1 10483:1 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:2 10724:1 10749:1 10751:1 10805:1 10806:3 10826:1 10830:1 10838:1 10840:2 10845:1 10848:1 10853:1 10854:1 10862:1 10866:1 10886:1 10909:2 10919:5 10921:1 10935:1 10956:1 10959:1 10961:2 10980:1 10994:2 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11036:1 11042:1 11049:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:1 11200:6 11201:3 11204:1 11221:1 11224:3 11233:1 11242:3 11245:2 11258:1 11263:1 11286:2 11287:1 11289:1 11311:17 11312:1 11322:1 11328:1 11330:1 11337:2 11344:4 11347:2 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11444:2 11445:2 11449:1 11462:1 11478:1 11519:1 11540:1 11573:1 11597:1 11598:1 11613:1 11627:1 11640:2 11660:3 11662:1 11663:1 11672:1 11686:1 11713:1 11722:1 11744:1 11747:1 11768:1 11847:1 11883:2 11895:1 11907:1 11915:1 11924:1 11938:1 11951:1 11960:1 11979:1 11986:2 12002:9 12017:1 12038:2 12043:2 12050:1 12126:1 12135:1 12144:1 12148:1 12171:2 12174:1 12183:2 12210:1 12212:1 12229:1 12230:1 12234:2 12237:1 12241:1 12252:1 12265:1 12269:1 12279:1 12283:3 12295:2 12300:1 12326:1 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12434:1 12439:1 12453:2 12488:1 12493:1 12500:1 12520:1 12538:1 12551:1 12552:1 12589:1 12593:1 12599:1 12610:1 12639:1 12655:1 12656:1 12659:1 12662:1 12664:2 12676:1 12682:1 12687:1 12690:1 12695:1 12726:1 12732:1 12757:1 12762:1 12763:2 12769:1 12789:2 12791:1 12792:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12935:1 12942:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13052:2 13084:2 13097:1 13119:1 13125:1 13150:1 13162:1 13164:1 13171:1 13179:1 13180:1 13185:1 13193:1 13196:3 13204:1 13233:2 13262:1 13292:1 13294:1 13296:1 13321:2 13381:1 13399:1 13404:2 13431:1 13432:1 13437:1 13443:1 13447:1 13449:1 13453:2 13512:1 13528:1 13539:2 13542:1 13545:1 13559:2 13605:2 13629:1 13639:1 13643:2 13692:1 13699:1 13705:1 13720:1 13728:2 13735:1 13742:1 13744:1 13752:1 13776:1 13785:1 13803:3 13833:1 13836:1 13853:2 13860:5 13864:1 13873:1 13910:1 13965:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14020:2 14024:1 14029:1 14034:1 14039:1 14083:1 14103:1 14105:1 14115:1 14124:1 14134:1 14139:1 14148:1 14176:5 14213:1 14218:1 14242:1 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:1 14462:1 14468:2 14484:3 14490:1 14508:1 14521:1 14532:2 14554:1 14572:1 14577:1 14639:1 14643:1 14675:1 14691:2 14692:1 14696:1 14725:1 14738:1 14744:7 14748:1 14750:1 14761:1 14763:1 14785:2 14806:1 14810:1 14872:5 14900:2 14902:1 14920:1 14928:1 14947:1 14953:1 14966:1 14969:1 14971:1 14973:1 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15084:1 15099:1 15106:1 15112:1 15122:2 15123:1 15150:1 15157:1 15200:1 15206:1 15214:1 15220:2 15241:1 15250:1 15251:1 15276:1 15293:1 15298:1 15302:3 15305:1 15307:2 15330:3 15344:1 15349:1 15365:1 15388:2 15423:1 15424:1 15433:1 15466:1 15476:1 15500:1 15509:3 15512:1 15548:1 15563:1 15578:2 15621:1 15635:1 15639:1 15655:1 15686:1 15715:1 15729:1 15760:1 15790:1 15796:1 15799:1 15822:1 15823:2 15835:2 15842:1 15852:1 15853:1 15857:5 15860:1 15868:1 15870:2 15875:1 15877:1 15879:1 15884:1 15896:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:2 16001:1 16020:1 16021:1 16035:1 16041:1 16067:1 16073:1 16121:1 16137:1 16141:1 16170:1 16182:1 16216:1 16245:1 16261:1 16265:1 16274:1 16294:1 16314:1 16318:1 16324:1 16334:2 16338:1 16366:2 16369:1 16384:1 16391:1 16408:3 16412:1 16440:1 16444:1 16455:1 16458:3 16472:1 16482:1 16573:1 16578:1 16579:1 16583:1 16584:1 16597:1 16606:2 16622:1 16653:1 16671:2 16683:1 16719:1 16729:1 16731:1 16734:1 16753:1 16775:1 16789:6 16790:1 16795:1 16798:1 16814:1 16817:1 16847:1 16875:2 16879:2 16903:1 16916:1 16947:1 16958:1 16977:2 16982:3 16986:2 16988:1 16996:2 17002:3 17045:1 17048:1 17067:1 17085:1 17112:1 17137:1 17168:1 17170:1 17201:1 17224:1 17234:2 17243:1 17253:1 17255:2 17285:4 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17353:1 17357:1 17369:1 17392:1 17452:1 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17519:1 17524:1 17594:1 17601:1 17628:1 17633:1 17676:1 17680:1 17693:1 17694:1 17711:1 17712:1 17716:1 17730:1 17757:1 17759:1 17784:2 17826:1 17872:2 17897:1 17916:1 17932:1 17936:1 17970:1 17975:2 17984:1 18008:1 18018:1 18035:1 18041:1 18057:1 18059:2 18076:1 18080:1 18087:1 18091:1 18102:1 18104:1 18123:1 18138:1 18159:1 18161:1 18165:1 18202:1 18231:3 18233:1 18245:1 18259:1 18277:1 18317:4 18328:2 18345:1 18351:1 18357:1 18363:1 18371:1 18385:1 18409:1 18425:1 18428:1 18429:1 18430:1 18431:1 18433:1 18437:1 18444:2 18462:1 18484:1 18515:1 18522:1 18530:1 18556:1 18582:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18730:1 18757:1 18767:1 18769:2 18789:1 18815:1 18817:2 18861:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:1 19013:4 19031:1 19053:1 19055:1 19078:1 19080:1 19101:1 19106:1 19107:1 19134:1 19178:1 19192:1 19199:1 19209:1 19211:1 19219:1 19220:3 19222:1 19231:1 19233:1 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19299:1 19303:1 19307:1 19315:1 19323:2 19327:5 19336:3 19356:1 19371:1 19389:1 19393:1 19395:1 19398:1 19421:1 19488:3 19498:1 19501:1 19526:2 19563:1 19569:1 19578:1 19591:4 19605:3 19614:1 19642:1 19654:2 19676:1 19678:1 19681:1 19697:1 19716:2 19719:1 19724:1 19728:1 19734:5 19763:1 19768:1 19813:1 19848:1 19864:1 19867:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19974:2 19981:1 20033:1 20035:1 20049:1 20050:1 20055:2 20058:3 20063:1 20078:1 20126:1 20157:6 20170:3 20197:2 20207:1 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20436:1 20486:1 20491:1 20515:1 20518:1 20525:3 20530:2 20531:1 20560:1 20565:1 20568:1 20595:1 20635:1 20708:2 20722:2 20749:2 20751:1 20768:1 20779:2 20780:1 20789:1 20812:1 20842:1 20854:1 20858:1 20873:1 20891:2 20927:1 20933:1 20936:1 20965:1 20999:1 21016:2 21019:1 21037:2 21049:1 21062:1 21103:1 21109:2 21125:2 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21235:1 21241:1 21245:2 21276:1 21282:1 21295:1 21297:1 21298:1 21305:1 21328:1 21335:2 21369:2 21376:1 21381:1 21431:1
1 7:2 26:1 94:1 105:1 107:1 109:1 114:1 119:1 129:1 146:1 174:1 187:1 237:1 259:3 273:1 298:1 335:2 355:1 412:1 418:2 430:1 438:2 446:1 452:1 463:1 474:1 482:1 493:1 499:1 516:1 531:2 532:1 538:1 540:3 548:3 568:2 572:1 598:1 601:1 605:1 612:1 622:1 644:5 650:2 669:1 726:1 740:1 741:1 742:1 773:1 787:2 870:1 875:1 876:1 888:2 919:1 939:1 959:1 986:1 1004:1 1007:2 1009:1 1046:1 1082:1 1118:1 1120:1 1169:1 1190:1 1196:2 1205:1 1217:1 1226:1 1235:1 1237:1 1238:2 1278:3 1280:2 1286:1 1306:3 1323:1 1347:7 1352:2 1364:3 1375:1 1383:1 1386:1 1399:6 1418:4 1419:2 1422:5 1426:1 1430:1 1432:2 1434:3 1451:2 1475:2 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1589:2 1614:1 1619:1 1642:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:1 1815:1 1816:2 1818:1 1819:1 1824:1 1825:1 1827:1 1830:1 1831:2 1836:1 1845:1 1853:1 1857:1 1887:1 1889:1 1908:1 1941:1 1943:1 1959:1 1992:1 2014:1 2016:1 2044:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2113:1 2123:1 2124:1 2127:1 2150:1 2170:1 2206:1 2225:1 2238:1 2279:1 2285:3 2295:2 2299:2 2315:1 2369:1 2372:1 2382:1 2388:1 2404:1 2407:1 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:3 2455:1 2458:1 2468:2 2471:1 2477:1 2496:1 2507:1 2519:1 2525:1 2528:1 2542:1 2561:1 2568:1 2573:1 2599:3 2628:1 2635:1 2640:2 2645:1 2647:1 2650:3 2652:1 2661:1 2664:5 2697:1 2698:2 2699:3 2714:1 2745:1 2794:1 2795:1 2809:2 2855:1 2864:1 2870:1 2875:2 2878:1 2895:1 2899:1 2903:1 2910:1 2913:1 2932:1 2938:1 2969:1 2981:1 2991:1 3007:1 3012:1 3023:1 3079:2 3080:1 3106:6 3110:2 3113:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:1 3226:2 3229:1 3246:1 3254:2 3259:1 3277:1 3282:2 3283:1 3293:2 3294:1 3296:1 3301:1 3302:1 3310:2 3311:2 3314:5 3317:2 3329:1 3364:1 3368:1 3403:1 3405:3 3416:1 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3724:1 3732:2 3740:1 3748:1 3754:1 3756:1 3758:1 3766:3 3772:2 3786:1 3787:1 3797:1 3805:1 3820:3 3821:1 3826:1 3831:1 3853:1 3865:1 3868:1 3871:1 3872:1 3883:1 3891:2 3893:1 3913:1 3920:3 3929:3 3943:1 3959:1 3963:3 3964:2 3995:1 3996:2 4004:1 4034:1 4081:1 4095:2 4100:1 4104:2 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:6 4270:2 4271:1 4274:1 4276:1 4277:1 4316:2 4348:2 4367:1 4370:1 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4520:1 4525:1 4537:1 4567:1 4579:1 4583:1 4598:2 4617:1 4639:2 4662:2 4696:1 4697:1 4723:1 4729:1 4774:1 4787:1 4798:1 4843:6 4866:1 4870:1 4900:1 4988:3 5026:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:9 5167:1 5171:2 5173:1 5188:1 5199:6 5212:1 5235:2 5256:1 5258:1 5265:1 5268:1 5272:1 5278:1 5281:1 5285:1 5294:1 5357:1 5361:1 5368:1 5375:1 5386:1 5388:3 5412:1 5415:1 5421:1 5425:1 5428:1 5443:1 5469:2 5489:1 5492:1 5495:2 5497:1 5501:1 5505:1 5506:1 5520:2 5532:1 5537:1 5538:2 5560:2 5565:1088 5577:1 5585:2 5601:1 5627:2 5629:3 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:1 5720:1 5726:1 5762:1 5767:1 5772:1 5794:1 5814:1 5840:1 5845:1 5848:1 5858:1 5885:1 5896:1 5898:1 5908:1 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:4 6037:1 6045:1 6051:1 6116:1 6122:2 6130:1 6133:1 6145:1 6189:1 6197:2 6214:1 6252:1 6258:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6366:1 6378:1 6383:1 6400:1 6429:1 6442:1 6468:1 6500:1 6519:1 6524:1 6529:1 6539:1 6541:1 6553:1 6560:1 6568:1 6571:1 6580:2 6581:2 6602:1 6613:2 6621:1 6629:1 6638:2 6640:1 6648:1 6669:1 6678:2 6679:1 6681:1 6691:1 6700:1 6706:1 6707:1 6717:2 6719:2 6727:1 6762:1 6790:1 6793:1 6808:1 6849:2 6860:1 6864:3 6868:1 6874:1 6881:1 6927:1 6932:1 6943:2 6952:1 6978:4 7034:1 7065:1 7072:1 7077:1 7082:3 7084:2 7086:2 7089:1 7093:1 7095:1 7096:1 7102:1 7103:2 7106:1 7110:2 7111:2 7125:3 7127:1 7137:1 7140:1 7173:1 7178:1 7180:1 7212:1 7227:1 7230:1 7243:1 7262:2 7311:1 7337:1 7351:2 7356:1 7364:1 7366:1 7372:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:2 7568:1 7597:1 7623:1 7629:1 7632:1 7633:1 7634:1 7650:1 7664:1 7674:1 7677:1 7700:3 7709:1 7723:1 7749:1 7756:1 7767:2 7786:1 7804:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7885:2 7899:1 7909:2 7910:2 7927:1 7930:2 7931:1 7956:1 7965:1 7973:1 8016:1 8029:1 8047:1 8078:1 8083:1 8093:1 8132:1 8150:2 8157:1 8180:1 8181:1 8185:1 8187:1 8192:1 8222:1 8240:1 8248:2 8267:1 8276:2 8280:4 8284:1 8296:2 8310:1 8311:1 8330:1 8372:5 8394:1 8408:1 8436:1 8445:1 8446:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8586:2 8610:1 8611:1 8637:1 8644:3 8647:1 8648:1 8653:1 8654:1 8658:1 8718:1 8728:1 8740:1 8741:1 8742:2 8748:7 8752:1 8770:2 8789:1 8811:2 8827:1 8837:1 8854:1 8864:1 8897:1 8913:1 8934:2 8938:1 8950:4 8961:1 8981:3 9022:1 9038:1 9045:1 9075:1 9085:1 9099:1 9112:1 9117:1 9124:1 9130:1 9131:1 9137:2 9141:1 9161:1 9165:2 9185:2 9200:1 9207:1 9209:1 9230:2 9239:1 9265:1 9288:1 9294:1 9318:1 9345:1 9348:1 9353:1 9357:2 9387:1 9392:3 9395:2 9420:1 9432:1 9463:1 9495:1 9547:1 9552:1 9554:1 9574:1 9597:1 9602:1 9606:1 9628:2 9678:1 9681:1 9696:1 9725:1 9729:1 9732:2 9736:1 9779:2 9780:1 9788:1 9799:1 9803:2 9824:3 9840:1 9855:1 9856:1 9862:1 9872:1 9882:1 9900:1 9917:3 9927:1 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10025:1 10030:1 10043:2 10047:1 10051:2 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:1 10144:1 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10235:1 10251:6 10260:2 10293:1 10297:3 10305:1 10308:1 10309:1 10310:1 10314:1 10316:1 10320:1 10325:1 10326:1 10344:2 10345:3 10360:3 10368:1 10413:1 10424:2 10431:1 10434:1 10441:1 10469:1 10475:1 10483:1 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:2 10724:1 10749:1 10751:1 10777:1 10797:1 10805:1 10806:4 10826:1 10830:1 10838:1 10840:2 10845:1 10848:1 10853:1 10854:1 10862:2 10866:1 10868:1 10886:1 10909:2 10917:1 10919:5 10921:1 10935:1 10956:1 10959:1 10961:2 10980:1 10994:2 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11036:1 11042:1 11049:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:2 11200:6 11201:3 11204:1 11221:1 11224:3 11233:1 11242:3 11245:2 11258:1 11263:1 11286:2 11287:2 11289:1 11311:18 11312:1 11322:1 11328:1 11330:1 11337:2 11344:4 11347:2 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11444:2 11445:2 11449:1 11462:1 11478:1 11519:1 11540:1 11573:1 11577:1 11597:1 11598:1 11613:1 11627:1 11640:2 11660:3 11662:1 11663:2 11672:1 11686:1 11713:1 11722:1 11744:1 11747:1 11768:1 11847:1 11883:2 11895:1 11907:1 11915:1 11924:1 11938:1 11951:1 11960:1 11979:1 11986:2 12002:10 12017:1 12038:2 12043:2 12050:1 12126:1 12135:1 12144:1 12148:1 12171:2 12174:1 12183:4 12210:1 12212:1 12229:1 12230:1 12234:2 12237:1 12241:1 12252:1 12265:1 12269:1 12279:1 12283:3 12295:2 12300:1 12326:1 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12434:1 12439:1 12453:2 12488:1 12493:1 12500:1 12520:1 12538:1 12551:1 12552:1 12587:1 12589:1 12593:1 12599:1 12610:1 12639:1 12655:1 12656:1 12659:1 12662:1 12664:3 12676:1 12682:1 12687:1 12690:1 12695:1 12726:1 12732:1 12757:1 12762:1 12763:3 12767:1 12769:1 12789:2 12791:1 12792:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12935:1 12942:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13052:2 13084:2 13097:1 13119:1 13125:1 13148:1 13150:1 13162:1 13164:1 13171:1 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:2 13262:1 13292:1 13294:1 13296:1 13321:2 13381:1 13399:1 13404:2 13431:1 13432:1 13437:1 13443:1 13447:1 13449:1 13453:2 13512:1 13528:1 13539:2 13542:1 13545:1 13557:1 13559:2 13605:3 13629:1 13639:1 13643:2 13692:1 13699:1 13705:1 13720:1 13728:2 13735:1 13742:1 13744:1 13752:1 13776:1 13785:1 13803:3 13833:1 13836:1 13853:2 13860:5 13864:1 13873:1 13910:1 13949:1 13965:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14020:2 14024:1 14029:1 14034:1 14039:1 14079:1 14083:1 14103:1 14105:1 14115:1 14124:1 14134:1 14139:1 14148:1 14176:6 14209:1 14213:1 14218:1 14242:1 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:2 14462:1 14468:2 14484:3 14490:1 14508:1 14521:1 14532:2 14554:2 14559:1 14572:1 14577:1 14639:1 14643:1 14675:1 14691:2 14692:1 14696:1 14725:1 14738:1 14744:7 14748:1 14750:1 14761:1 14763:2 14785:2 14806:1 14810:1 14872:6 14900:2 14902:1 14920:1 14928:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:1 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15099:1 15106:1 15112:1 15122:3 15123:1 15148:1 15150:1 15157:1 15200:1 15206:1 15214:1 15220:2 15241:1 15250:1 15251:1 15276:1 15293:1 15298:1 15302:3 15305:1 15307:2 15330:3 15344:1 15349:1 15365:1 15388:2 15423:1 15424:1 15433:1 15435:1 15459:1 15466:1 15476:1 15500:1 15508:1 15509:3 15512:1 15548:1 15563:1 15578:2 15621:1 15635:1 15639:1 15655:1 15686:1 15715:1 15729:1 15760:1 15790:1 15796:1 15799:1 15800:1 15822:1 15823:2 15835:2 15842:1 15852:1 15853:2 15857:5 15860:1 15868:1 15870:2 15875:1 15877:1 15879:1 15884:1 15886:1 15896:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:2 16001:1 16020:1 16021:1 16035:1 16041:1 16067:1 16073:1 16121:1 16137:1 16141:1 16170:1 16182:1 16216:1 16245:1 16261:1 16265:1 16274:1 16294:1 16314:1 16318:1 16324:1 16334:2 16338:1 16366:2 16369:1 16384:1 16391:1 16408:5 16412:1 16440:1 16444:1 16455:1 16458:3 16472:2 16482:1 16573:1 16578:1 16579:1 16583:1 16584:1 16597:1 16606:2 16622:1 16625:1 16653:1 16671:2 16683:1 16719:1 16729:1 16731:1 16734:1 16753:1 16775:1 16789:6 16790:1 16795:1 16798:1 16814:1 16817:1 16847:1 16875:2 16879:2 16898:1 16903:1 16916:1 16947:1 16958:1 16977:2 16982:3 16986:2 16988:2 16996:2 17002:3 17045:1 17048:1 17067:1 17085:1 17112:1 17137:1 17168:1 17170:1 17201:1 17224:1 17234:2 17243:1 17253:1 17255:2 17285:4 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17353:1 17357:1 17369:1 17392:1 17452:1 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17519:1 17524:1 17594:1 17601:1 17623:1 17628:1 17633:1 17676:1 17680:1 17693:1 17694:1 17711:1 17712:1 17716:1 17730:1 17738:1 17757:1 17759:2 17784:2 17809:1 17826:1 17872:2 17897:1 17916:1 17932:1 17936:1 17970:1 17975:2 17984:1 18008:1 18018:1 18035:1 18041:1 18057:1 18059:2 18076:1 18080:1 18087:1 18091:1 18102:1 18104:1 18123:1 18136:1 18138:1 18159:1 18161:1 18165:1 18202:1 18231:3 18233:1 18245:1 18259:1 18277:1 18317:5 18326:1 18328:2 18345:1 18351:1 18357:1 18363:1 18371:1 18385:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:1 18433:1 18437:1 18444:2 18462:1 18481:1 18484:1 18515:1 18522:1 18528:1 18530:1 18556:1 18582:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18730:1 18757:1 18758:1 18767:1 18769:2 18789:1 18815:1 18817:2 18861:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:1 19013:4 19031:1 19053:1 19055:1 19078:1 19080:1 19101:1 19106:1 19107:1 19134:1 19178:1 19192:1 19196:1 19199:1 19209:1 19211:1 19219:1 19220:3 19222:1 19231:1 19233:1 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19299:1 19303:1 19307:1 19315:1 19323:2 19327:6 19336:3 19356:1 19371:2 19389:1 19393:1 19395:1 19398:1 19421:1 19488:3 19498:1 19501:1 19526:3 19563:1 19569:1 19578:1 19591:4 19605:3 19614:1 19642:1 19654:3 19657:1 19676:1 19678:1 19681:1 19697:1 19716:2 19719:1 19724:1 19728:1 19734:5 19763:1 19768:1 19813:1 19848:1 19864:1 19867:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19974:2 19981:2 20033:1 20035:1 20049:1 20050:1 20055:2 20058:4 20063:1 20078:1 20108:1 20126:1 20157:6 20170:3 20197:2 20207:1 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20436:1 20486:1 20491:1 20515:1 20518:1 20525:3 20530:2 20531:1 20560:1 20565:1 20568:1 20595:1 20635:1 20636:1 20708:2 20722:2 20749:2 20751:1 20768:1 20779:2 20780:1 20789:1 20812:1 20842:1 20854:1 20858:1 20873:1 20883:1 20891:2 20927:1 20933:1 20936:1 20965:1 20999:1 21016:2 21019:1 21037:3 21042:1 21049:1 21062:1 21103:1 21109:3 21125:2 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21235:1 21241:1 21245:2 21276:1 21282:1 21295:1 21297:1 21298:2 21305:1 21328:1 21335:2 21369:2 21376:1 21381:1 21431:1
1 7:2 26:1 94:1 105:1 107:1 109:1 114:1 119:1 129:1 146:1 174:1 187:1 237:1 259:3 260:1 273:1 298:1 311:1 316:1 335:2 355:1 392:1 399:1 412:1 418:2 430:1 438:2 446:1 452:1 463:1 474:1 482:1 493:1 499:1 516:1 531:3 532:2 538:1 540:3 548:3 568:2 572:1 598:1 601:1 605:1 612:1 622:1 644:5 650:2 669:1 682:1 726:1 740:1 741:1 742:1 773:1 787:2 843:1 870:1 875:1 876:1 888:2 919:1 931:1 939:1 959:1 972:1 986:1 1004:1 1007:2 1009:1 1041:1 1046:1 1082:1 1118:1 1120:1 1169:1 1190:1 1196:2 1205:1 1217:1 1226:1 1235:1 1237:1 1238:2 1261:1 1278:3 1280:2 1286:1 1306:3 1323:1 1347:7 1352:2 1364:3 1375:1 1383:1 1386:1 1392:1 1399:6 1418:4 1419:2 1422:6 1426:1 1430:1 1432:2 1434:3 1451:2 1475:2 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1585:1 1589:2 1614:1 1619:1 1642:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:1 1815:1 1816:2 1818:2 1819:1 1824:1 1825:2 1827:1 1830:1 1831:2 1836:1 1837:1 1845:1 1853:1 1857:1 1887:1 1889:1 1908:1 1941:1 1943:1 1959:1 1992:1 2014:1 2016:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2113:1 2123:1 2124:1 2127:1 2150:1 2170:1 2178:1 2206:1 2210:1 2222:1 2225:1 2238:1 2279:1 2285:3 2295:3 2299:2 2315:1 2352:1 2369:1 2372:1 2382:1 2388:1 2404:1 2407:1 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:3 2455:1 2458:1 2468:2 2471:1 2477:1 2496:1 2507:1 2519:1 2525:1 2528:1 2542:1 2561:1 2568:1 2573:1 2599:3 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:3 2652:1 2661:2 2664:5 2697:2 2698:2 2699:3 2714:1 2745:1 2794:1 2795:1 2809:2 2855:1 2864:1 2870:1 2875:2 2878:1 2895:1 2899:1 2903:1 2910:1 2913:1 2932:1 2938:1 2969:1 2981:1 2991:1 3007:1 3012:1 3023:1 3079:3 3080:1 3106:7 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:1 3226:2 3228:1 3229:1 3246:1 3251:1 3254:2 3259:1 3277:1 3282:2 3283:1 3293:2 3294:2 3296:1 3301:1 3302:1 3310:2 3311:2 3314:5 3317:2 3329:1 3364:1 3368:1 3403:1 3405:3 3416:1 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3724:1 3732:2 3737:1 3740:3 3748:1 3754:1 3756:1 3758:1 3766:3 3772:2 3786:1 3787:1 3797:1 3805:1 3820:3 3821:1 3826:1 3831:1 3852:1 3853:2 3865:1 3868:1 3871:1 3872:1 3883:1 3891:2 3893:1 3904:1 3913:1 3920:3 3929:3 3943:1 3959:1 3963:3 3964:2 3995:1 3996:2 4004:1 4034:2 4068:1 4075:1 4079:1 4081:1 4095:2 4100:1 4104:2 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:7 4270:2 4271:1 4274:1 4276:1 4277:1 4316:3 4348:2 4367:1 4370:1 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4520:1 4525:1 4537:1 4567:2 4579:1 4583:1 4598:2 4617:1 4639:2 4662:2 4696:2 4697:1 4723:1 4729:1 4774:1 4787:1 4798:1 4810:1 4843:6 4866:1 4870:1 4900:1 4988:3 5026:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:9 5167:1 5171:2 5173:1 5188:1 5199:6 5212:1 5235:3 5256:1 5258:1 5265:1 5268:1 5272:1 5278:1 5281:1 5285:1 5294:1 5314:1 5357:1 5361:1 5368:1 5372:1 5375:1 5386:1 5388:3 5412:1 5415:1 5421:2 5425:1 5428:1 5443:2 5447:1 5455:1 5469:2 5489:1 5492:1 5495:2 5497:1 5501:1 5505:1 5506:2 5520:2 5532:1 5537:1 5538:2 5560:2 5565:1245 5577:1 5585:2 5601:1 5627:2 5629:3 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:1 5720:1 5726:2 5762:1 5767:1 5772:1 5794:1 5814:1 5840:1 5845:1 5848:1 5858:1 5863:1 5885:1 5896:1 5898:1 5908:1 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:4 6037:1 6045:1 6051:1 6079:1 6101:1 6116:1 6122:2 6130:1 6133:1 6145:1 6157:2 6189:1 6197:2 6214:1 6244:1 6252:1 6258:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6366:1 6378:1 6383:1 6400:1 6429:1 6442:1 6468:1 6500:1 6519:1 6524:1 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:1 6571:1 6580:2 6581:2 6602:1 6613:2 6621:1 6629:1 6638:2 6640:1 6648:1 6669:1 6678:2 6679:1 6681:1 6691:1 6700:1 6706:1 6707:1 6717:2 6719:2 6727:1 6762:1 6790:1 6793:1 6808:1 6849:2 6860:1 6864:5 6868:1 6874:1 6881:1 6927:1 6932:1 6943:3 6952:1 6960:1 6978:4 7005:1 7034:1 7065:1 7072:1 7077:1 7082:3 7084:2 7086:2 7089:1 7093:1 7095:1 7096:1 7102:1 7103:3 7106:1 7110:2 7111:2 7125:3 7127:1 7137:1 7140:1 7173:1 7178:1 7180:1 7212:1 7227:1 7230:1 7243:1 7262:2 7311:1 7337:1 7351:2 7356:1 7364:1 7365:1 7366:1 7372:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:2 7568:1 7597:1 7618:1 7623:1 7629:1 7632:1 7633:1 7634:1 7635:1 7642:1 7650:1 7664:1 7674:1 7677:1 7700:3 7709:1 7723:1 7726:1 7749:1 7754:1 7756:1 7767:2 7786:1 7794:1 7804:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7875:1 7885:2 7899:1 7909:2 7910:3 7927:1 7930:2 7931:1 7938:1 7956:1 7965:1 7973:1 8016:1 8029:1 8034:1 8043:1 8047:1 8078:1 8083:1 8093:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:1 8181:1 8185:2 8187:1 8192:1 8222:1 8240:1 8248:2 8267:1 8276:2 8280:4 8284:1 8296:2 8310:1 8311:1 8330:1 8372:6 8394:1 8408:1 8436:1 8445:1 8446:1 8449:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8582:1 8586:2 8610:1 8611:1 8616:1 8629:1 8630:1 8637:1 8644:3 8647:1 8648:1 8653:1 8654:1 8658:1 8718:1 8719:1 8728:1 8740:1 8741:1 8742:2 8748:7 8750:1 8752:1 8770:2 8789:1 8811:2 8823:2 8827:1 8837:1 8849:1 8854:1 8864:1 8897:2 8913:2 8934:3 8938:1 8950:4 8961:1 8969:1 8981:3 9022:1 9038:1 9045:1 9064:1 9075:1 9085:1 9099:1 9109:1 9112:1 9117:1 9124:1 9130:1 9131:1 9137:2 9141:1 9161:1 9165:2 9185:2 9200:1 9207:1 9209:1 9230:2 9239:1 9265:1 9276:1 9288:1 9294:1 9318:1 9345:1 9348:1 9353:2 9357:2 9387:1 9392:3 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9535:1 9547:1 9552:1 9554:1 9574:1 9597:1 9602:1 9606:1 9628:2 9678:1 9681:1 9696:1 9725:1 9729:1 9732:2 9736:1 9779:2 9780:1 9788:1 9799:1 9803:2 9824:3 9840:1 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9900:1 9907:1 9917:3 9927:1 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10025:1 10030:1 10043:2 10047:1 10051:2 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:1 10144:1 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10235:1 10251:6 10260:2 10293:1 10297:3 10305:1 10308:1 10309:1 10310:1 10314:1 10316:1 10320:1 10325:1 10326:1 10344:2 10345:3 10351:1 10360:4 10368:1 10387:1 10413:1 10424:2 10431:1 10434:1 10441:1 10469:1 10475:1 10483:1 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:3 10724:1 10749:1 10751:1 10777:1 10797:2 10805:1 10806:4 10826:1 10830:1 10838:1 10840:2 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:2 10917:1 10919:5 10921:1 10935:1 10956:1 10959:1 10961:2 10980:1 10994:2 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11036:1 11042:1 11049:1 11061:1 11095:1 11114:2 11157:1 11182:2 11199:3 11200:6 11201:3 11204:1 11221:1 11224:3 11233:2 11242:3 11245:2 11258:1 11263:1 11286:2 11287:2 11289:1 11291:1 11311:19 11312:1 11322:1 11328:1 11330:1 11337:2 11344:4 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11436:1 11444:2 11445:2 11449:1 11462:1 11478:1 11519:1 11540:1 11573:1 11577:1 11597:1 11598:1 11613:1 11627:1 11637:1 11640:2 11660:3 11662:1 11663:3 11672:1 11686:1 11713:1 11722:1 11744:1 11747:1 11768:1 11847:1 11883:2 11895:1 11907:1 11915:1 11924:1 11938:1 11951:1 11960:1 11979:1 11986:3 12002:11 12017:1 12038:2 12043:2 12050:1 12126:1 12129:1 12135:1 12144:1 12148:1 12171:2 12174:1 12183:4 12210:1 12212:1 12223:1 12229:1 12230:1 12234:2 12237:1 12241:1 12252:1 12265:1 12269:1 12279:1 12283:3 12295:2 12300:1 12326:1 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12434:1 12439:1 12453:2 12477:1 12488:1 12493:1 12500:1 12520:1 12538:1 12551:1 12552:1 12587:1 12589:1 12593:1 12599:1 12610:1 12625:1 12639:1 12655:1 12656:1 12659:1 12662:1 12664:3 12676:1 12682:1 12687:1 12690:1 12695:1 12726:1 12732:1 12757:1 12762:1 12763:3 12767:1 12769:1 12789:2 12791:1 12792:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12935:1 12942:1 12981:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13048:1 13052:2 13084:2 13097:1 13119:1 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:3 13262:1 13292:1 13294:1 13296:1 13321:2 13381:1 13399:1 13404:2 13431:1 13432:1 13437:1 13443:1 13447:1 13449:1 13453:2 13512:1 13528:1 13539:2 13542:1 13545:1 13554:1 13557:1 13559:3 13605:3 13629:1 13639:1 13643:3 13692:1 13699:1 13705:1 13720:1 13728:2 13735:1 13742:1 13744:1 13752:1 13776:1 13785:1 13803:3 13833:1 13836:1 13853:2 13856:1 13860:5 13864:1 13873:1 13910:1 13949:1 13965:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14020:2 14024:2 14029:1 14034:1 14039:1 14079:1 14083:1 14103:1 14105:1 14115:1 14124:1 14134:1 14139:1 14148:1 14176:6 14209:1 14213:1 14218:1 14242:1 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14303:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:2 14462:1 14468:2 14484:3 14490:1 14503:1 14508:1 14521:1 14532:2 14554:2 14559:1 14562:1 14572:1 14577:1 14625:1 14639:1 14643:1 14675:1 14688:1 14691:2 14692:1 14696:1 14725:1 14734:1 14738:1 14744:7 14748:1 14750:1 14761:1 14763:2 14769:1 14785:2 14806:1 14810:1 14828:1 14872:6 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:1 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15099:1 15106:1 15112:1 15122:3 15123:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15214:1 15220:2 15241:1 15250:1 15251:1 15276:1 15293:1 15298:1 15302:3 15305:1 15307:2 15330:3 15344:1 15349:1 15365:1 15388:2 15423:1 15424:1 15433:1 15435:1 15459:1 15466:1 15476:1 15500:1 15508:1 15509:3 15512:1 15548:1 15563:1 15578:2 15621:1 15635:1 15639:1 15655:1 15686:1 15715:1 15729:1 15760:1 15790:1 15796:1 15799:1 15800:1 15822:1 15823:2 15835:2 15842:1 15852:1 15853:2 15855:1 15857:5 15860:1 15868:1 15870:2 15875:1 15877:1 15879:1 15884:1 15886:1 15888:1 15895:1 15896:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:2 16001:1 16020:1 16021:1 16035:1 16041:1 16067:1 16073:1 16120:1 16121:1 16137:1 16141:1 16170:1 16182:1 16216:1 16245:1 16261:1 16265:1 16274:1 16294:1 16295:1 16314:1 16318:2 16324:1 16334:2 16338:1 16366:2 16369:1 16384:1 16391:1 16408:6 16412:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16482:1 16554:1 16573:1 16578:1 16579:1 16583:1 16584:1 16597:1 16606:2 16622:1 16625:1 16653:1 16671:2 16680:1 16683:1 16716:1 16719:1 16729:1 16731:1 16734:1 16753:1 16775:3 16789:6 16790:1 16795:1 16798:1 16814:1 16817:1 16822:1 16847:1 16875:3 16879:2 16898:1 16903:1 16914:1 16916:1 16947:1 16958:1 16977:2 16982:3 16986:2 16988:3 16996:2 17002:4 17045:1 17048:1 17067:1 17085:1 17112:3 17137:1 17168:1 17170:1 17201:1 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17255:2 17285:4 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17353:1 17357:1 17369:1 17372:1 17392:1 17452:1 17465:1 17472:2 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17519:1 17524:1 17528:1 17594:1 17601:3 17623:1 17628:1 17633:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17730:1 17738:1 17757:1 17759:2 17784:2 17809:1 17826:1 17872:2 17897:1 17916:1 17932:1 17936:1 17970:1 17975:2 17984:1 18008:1 18018:1 18035:1 18041:1 18056:1 18057:1 18059:2 18076:1 18080:1 18087:1 18091:1 18102:1 18104:1 18123:1 18136:1 18138:1 18159:1 18161:1 18165:1 18202:1 18231:3 18233:1 18245:1 18259:1 18277:1 18317:5 18326:1 18328:2 18345:1 18351:1 18357:1 18363:1 18371:1 18375:1 18385:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:1 18433:1 18437:1 18444:2 18462:1 18481:1 18484:1 18515:2 18522:1 18528:1 18530:1 18556:1 18582:1 18602:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18730:1 18757:1 18758:1 18767:1 18769:2 18789:1 18815:1 18817:2 18860:1 18861:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19053:1 19055:1 19078:1 19080:1 19101:1 19106:1 19107:1 19134:1 19141:1 19178:1 19189:1 19192:1 19196:1 19199:1 19209:1 19211:1 19219:1 19220:3 19222:2 19231:1 19233:1 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:2 19296:1 19299:1 19303:1 19307:1 19315:1 19323:2 19327:6 19336:3 19339:1 19356:1 19371:2 19389:1 19393:1 19395:1 19398:1 19421:1 19488:3 19498:1 19501:1 19526:3 19563:1 19569:1 19578:2 19591:4 19605:3 19614:1 19642:1 19651:1 19654:4 19657:1 19676:1 19678:1 19681:1 19697:1 19716:2 19719:1 19724:1 19728:1 19734:5 19763:1 19768:1 19813:1 19848:1 19864:1 19867:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19974:2 19981:2 20033:1 20035:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:5 20063:1 20078:1 20108:1 20126:1 20157:6 20170:3 20197:2 20207:1 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20436:1 20447:1 20486:1 20491:1 20515:1 20518:1 20525:3 20530:2 20531:1 20560:1 20565:1 20568:1 20595:1 20635:1 20636:1 20708:2 20722:2 20749:2 20751:1 20764:1 20768:1 20779:2 20780:1 20789:1 20812:1 20842:1 20854:1 20858:1 20873:1 20883:1 20891:2 20927:1 20933:1 20936:1 20965:1 20999:1 21016:2 21019:1 21037:3 21042:1 21049:1 21062:1 21103:1 21109:3 21125:2 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:1 21292:1 21295:1 21297:1 21298:2 21305:1 21328:1 21335:2 21369:2 21376:1 21381:1 21431:1
1 7:2 26:1 94:1 105:1 107:1 109:1 114:1 119:1 129:1 146:1 174:1 187:1 237:1 259:3 260:1 273:1 298:1 311:1 316:1 335:2 355:1 392:1 399:1 412:1 418:4 430:1 438:2 446:1 447:1 452:1 463:1 474:1 482:1 493:1 499:1 516:1 531:3 532:2 538:1 540:3 548:3 568:2 572:1 598:1 601:1 605:1 612:1 622:1 644:5 650:2 669:1 682:1 726:1 740:1 741:1 742:1 773:1 787:2 812:1 843:1 870:1 875:1 876:1 888:2 919:1 931:1 939:1 959:1 972:1 986:1 1004:1 1007:2 1009:1 1041:1 1046:1 1082:1 1118:1 1120:1 1169:1 1190:1 1196:2 1205:1 1217:1 1226:1 1235:1 1237:1 1238:2 1261:1 1278:3 1280:2 1286:1 1306:3 1323:1 1347:7 1352:2 1364:3 1375:1 1383:1 1386:1 1392:1 1399:6 1418:4 1419:2 1422:6 1426:1 1430:1 1432:2 1434:3 1451:2 1475:2 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1642:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:1 1815:2 1816:2 1818:2 1819:1 1824:1 1825:2 1827:1 1830:1 1831:2 1836:1 1837:1 1845:1 1853:1 1857:1 1887:1 1889:1 1908:2 1941:1 1943:1 1959:1 1992:1 2014:1 2016:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2113:1 2123:1 2124:1 2127:1 2150:1 2170:1 2178:1 2206:1 2210:1 2222:1 2225:1 2238:1 2279:1 2285:3 2295:4 2299:2 2315:1 2352:1 2369:1 2372:1 2382:1 2388:1 2404:1 2407:1 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:3 2455:1 2458:1 2468:2 2471:1 2477:1 2496:1 2507:1 2518:1 2519:1 2525:1 2528:1 2542:1 2561:1 2568:2 2573:1 2599:3 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:3 2652:1 2661:2 2664:5 2697:2 2698:2 2699:3 2714:1 2719:1 2745:2 2794:1 2795:1 2809:2 2855:1 2864:1 2870:1 2875:2 2878:1 2895:2 2899:1 2903:1 2910:1 2913:1 2916:1 2932:1 2938:1 2969:1 2973:1 2981:1 2991:1 3007:1 3012:1 3017:1 3023:1 3079:3 3080:1 3106:7 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:1 3226:2 3228:1 3229:1 3246:1 3251:1 3254:2 3259:1 3273:1 3277:1 3282:2 3283:1 3293:2 3294:2 3296:1 3301:1 3302:1 3310:3 3311:2 3314:5 3317:2 3319:1 3329:1 3364:1 3368:1 3391:1 3403:1 3405:3 3416:1 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3724:1 3727:1 3732:2 3737:1 3740:3 3748:1 3754:1 3756:1 3758:1 3766:3 3772:2 3782:1 3786:1 3787:1 3797:1 3805:1 3820:3 3821:1 3826:1 3831:1 3852:1 3853:2 3865:1 3868:1 3871:1 3872:1 3883:1 3891:2 3893:1 3904:1 3913:1 3920:3 3929:3 3943:1 3959:1 3963:3 3964:2 3995:1 3996:2 4004:1 4006:1 4034:2 4068:1 4075:1 4077:1 4079:1 4081:1 4092:1 4095:2 4100:1 4102:1 4104:3 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:7 4270:2 4271:1 4274:1 4276:1 4277:1 4287:1 4316:4 4345:2 4348:2 4367:1 4370:1 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4520:1 4523:1 4525:1 4537:1 4567:2 4579:1 4583:1 4598:2 4617:1 4639:2 4662:2 4683:1 4696:2 4697:1 4723:1 4729:1 4774:1 4787:1 4798:1 4810:1 4843:6 4866:1 4870:1 4900:1 4988:3 5026:1 5034:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:10 5167:1 5171:2 5173:1 5174:1 5188:1 5199:7 5212:1 5215:1 5235:3 5256:1 5258:1 5265:1 5268:1 5272:2 5278:1 5281:1 5285:1 5294:1 5314:1 5338:1 5357:1 5361:1 5368:1 5372:1 5375:1 5386:1 5388:3 5412:1 5415:1 5421:2 5425:1 5428:1 5443:2 5447:1 5455:1 5469:2 5489:1 5492:1 5495:2 5497:1 5501:1 5505:1 5506:2 5520:2 5532:1 5537:1 5538:2 5560:2 5565:1339 5577:1 5585:2 5601:1 5627:2 5629:3 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:1 5720:1 5726:2 5762:1 5767:1 5772:1 5794:1 5814:1 5840:2 5845:1 5848:1 5858:1 5863:1 5885:1 5896:1 5898:1 5908:1 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:4 6037:1 6045:1 6051:1 6079:1 6101:1 6116:1 6122:2 6130:1 6133:1 6145:1 6157:2 6189:1 6197:2 6214:2 6244:1 6252:1 6258:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:1 6383:1 6400:1 6429:1 6442:1 6468:1 6477:1 6500:1 6519:1 6524:1 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:1 6571:1 6580:2 6581:2 6602:1 6613:2 6621:1 6629:1 6638:2 6640:1 6648:1 6669:1 6678:2 6679:1 6681:1 6691:1 6700:1 6706:1 6707:1 6717:2 6719:2 6727:1 6762:1 6790:1 6793:1 6808:1 6849:2 6860:1 6864:6 6868:1 6874:1 6881:1 6927:1 6932:1 6943:3 6944:1 6952:1 6960:1 6962:1 6978:4 7005:1 7034:1 7062:1 7065:1 7072:1 7077:1 7082:3 7084:2 7086:2 7089:1 7093:1 7095:1 7096:1 7102:1 7103:3 7106:2 7110:2 7111:2 7125:3 7127:1 7137:1 7140:1 7173:1 7178:1 7180:1 7212:1 7227:1 7230:1 7243:1 7262:2 7311:1 7337:1 7351:2 7356:1 7364:1 7365:1 7366:1 7372:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:2 7568:1 7597:1 7618:1 7623:1 7629:1 7632:1 7633:1 7634:1 7635:1 7642:1 7650:1 7664:1 7673:1 7674:1 7677:1 7700:3 7709:1 7723:1 7726:1 7749:1 7754:1 7756:1 7767:2 7786:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7875:1 7885:2 7899:1 7909:2 7910:4 7927:1 7930:2 7931:1 7938:1 7956:1 7965:1 7973:1 8016:1 8029:1 8034:1 8043:1 8047:1 8078:1 8083:1 8093:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:2 8181:1 8185:2 8187:1 8192:2 8210:1 8222:1 8240:1 8248:2 8267:1 8276:2 8280:4 8284:1 8296:2 8300:1 8310:1 8311:1 8330:1 8372:6 8394:1 8408:1 8436:1 8445:1 8446:1 8449:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8572:1 8582:1 8586:2 8610:2 8611:1 8616:1 8629:1 8630:1 8637:1 8644:3 8647:1 8648:1 8653:1 8654:1 8658:1 8718:1 8719:1 8728:1 8740:1 8741:1 8742:3 8748:7 8750:2 8752:1 8770:2 8789:1 8811:2 8823:2 8827:1 8837:1 8849:1 8854:1 8864:1 8897:2 8913:2 8934:3 8938:1 8950:4 8961:2 8969:1 8981:3 9022:1 9038:1 9045:1 9064:1 9075:1 9085:1 9099:1 9109:1 9112:1 9113:1 9117:1 9124:1 9130:1 9131:1 9137:2 9141:2 9143:1 9161:1 9165:2 9185:2 9200:1 9207:1 9209:1 9211:1 9230:2 9239:1 9265:1 9276:1 9288:1 9294:1 9318:1 9345:1 9348:1 9353:2 9357:2 9387:1 9392:3 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9535:1 9547:1 9552:1 9554:1 9563:1 9574:1 9577:1 9597:2 9602:1 9606:1 9628:2 9640:1 9678:1 9681:1 9696:1 9725:1 9729:1 9732:2 9736:1 9779:2 9780:1 9788:1 9789:1 9799:1 9803:2 9824:3 9840:1 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9900:1 9907:1 9917:3 9927:1 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10023:1 10025:1 10030:1 10043:2 10047:1 10051:2 10068:1 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:1 10144:1 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10235:1 10251:6 10260:2 10293:1 10297:3 10305:1 10308:1 10309:1 10310:1 10314:1 10316:1 10320:1 10325:1 10326:1 10344:2 10345:3 10351:1 10360:4 10368:1 10373:1 10387:1 10413:1 10424:2 10431:1 10434:1 10441:1 10469:1 10475:1 10483:2 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:3 10724:1 10749:1 10751:1 10752:1 10777:1 10797:2 10805:1 10806:4 10817:1 10826:1 10830:1 10838:1 10840:2 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:2 10917:2 10919:6 10921:1 10935:1 10956:1 10959:1 10961:2 10980:1 10994:2 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11036:1 11042:1 11049:1 11061:1 11095:1 11109:1 11114:2 11157:1 11182:2 11199:3 11200:6 11201:3 11204:1 11221:1 11224:3 11233:2 11242:3 11245:2 11247:1 11258:1 11263:1 11286:2 11287:2 11289:1 11291:1 11299:1 11311:22 11312:1 11322:1 11328:1 11330:1 11337:2 11344:4 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:2 11445:2 11449:1 11462:1 11478:1 11519:1 11540:1 11568:1 11573:1 11577:1 11597:1 11598:1 11613:1 11627:1 11637:1 11640:2 11645:1 11660:3 11662:1 11663:3 11672:1 11686:1 11713:1 11722:1 11744:2 11747:1 11768:1 11847:1 11873:1 11883:2 11895:1 11907:1 11915:1 11924:1 11938:1 11951:1 11960:1 11979:1 11986:3 12002:12 12017:1 12038:2 12043:2 12050:1 12126:1 12129:1 12135:1 12144:1 12148:1 12171:3 12174:1 12183:4 12210:1 12212:1 12223:1 12229:1 12230:2 12234:2 12237:1 12241:1 12251:1 12252:1 12265:1 12269:1 12279:2 12283:4 12295:2 12300:1 12326:2 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12419:1 12434:1 12439:1 12453:2 12477:1 12488:1 12493:1 12500:1 12520:1 12538:1 12551:1 12552:1 12587:1 12589:1 12593:1 12599:1 12610:1 12625:1 12639:1 12655:1 12656:1 12659:1 12662:1 12664:3 12676:1 12682:1 12687:1 12690:1 12695:1 12726:1 12732:1 12757:1 12762:1 12763:3 12767:1 12769:1 12774:1 12789:2 12791:1 12792:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12935:1 12942:1 12981:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13048:1 13052:2 13084:2 13097:1 13119:1 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:1 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:3 13262:1 13292:1 13294:2 13296:1 13321:2 13381:1 13399:1 13404:2 13431:1 13432:1 13437:1 13443:1 13447:1 13449:1 13453:2 13512:1 13528:1 13539:2 13542:1 13545:1 13554:1 13557:1 13559:3 13605:3 13629:1 13639:1 13643:4 13692:1 13699:1 13705:1 13714:1 13720:1 13728:2 13735:1 13742:1 13744:1 13752:1 13776:1 13785:1 13803:3 13833:1 13836:1 13853:2 13856:1 13860:6 13864:1 13873:1 13910:1 13949:1 13965:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14020:3 14024:2 14029:1 14034:1 14039:1 14079:1 14083:2 14103:1 14105:1 14115:1 14124:1 14134:1 14139:1 14148:1 14176:6 14209:1 14213:1 14218:1 14242:1 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14303:1 14304:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:2 14462:1 14468:2 14484:3 14490:1 14503:1 14508:1 14521:1 14532:2 14554:2 14559:1 14562:1 14572:1 14577:1 14625:1 14638:1 14639:1 14643:1 14650:1 14675:1 14688:1 14691:3 14692:1 14696:1 14725:1 14734:1 14738:1 14744:7 14748:1 14750:1 14761:1 14763:2 14769:1 14785:2 14806:1 14810:1 14828:1 14829:1 14872:6 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:1 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15112:1 15122:3 15123:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15214:1 15220:2 15241:1 15250:1 15251:1 15276:1 15293:1 15298:1 15302:3 15305:1 15307:2 15309:1 15325:1 15330:3 15344:1 15349:1 15358:1 15365:1 15388:3 15389:1 15423:1 15424:1 15433:1 15435:1 15459:1 15466:1 15476:1 15500:1 15508:2 15509:3 15512:1 15534:1 15548:1 15563:1 15578:2 15621:1 15635:1 15639:1 15655:1 15686:1 15715:1 15729:1 15760:1 15790:1 15796:1 15799:1 15800:1 15822:1 15823:2 15835:2 15842:1 15852:1 15853:2 15855:1 15857:5 15860:1 15868:1 15870:2 15875:1 15877:1 15879:1 15884:2 15886:1 15888:1 15895:1 15896:1 15909:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:3 16001:1 16020:1 16021:1 16035:1 16041:1 16067:1 16073:1 16120:1 16121:1 16137:1 16141:1 16170:1 16182:1 16216:1 16245:1 16261:1 16265:1 16274:1 16294:1 16295:1 16314:1 16318:2 16324:1 16334:2 16338:1 16339:1 16366:2 16369:1 16384:1 16391:1 16408:6 16412:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16482:1 16539:1 16554:1 16573:1 16578:1 16579:1 16583:1 16584:1 16597:1 16606:2 16622:1 16625:1 16653:1 16671:2 16680:1 16683:1 16716:1 16719:1 16729:1 16731:1 16734:1 16753:1 16775:3 16781:1 16789:7 16790:1 16795:1 16798:1 16814:1 16817:1 16822:1 16830:1 16847:1 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16958:1 16977:2 16982:3 16986:2 16988:3 16996:2 17002:4 17045:1 17048:1 17067:1 17085:1 17112:3 17137:1 17168:1 17170:1 17201:1 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17255:2 17285:4 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17353:1 17357:1 17369:1 17372:1 17392:1 17452:1 17458:1 17465:1 17472:3 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17519:1 17524:1 17528:1 17594:1 17601:3 17623:1 17628:1 17633:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17730:1 17738:1 17757:1 17759:2 17784:2 17809:1 17826:1 17872:2 17897:1 17916:1 17932:1 17936:1 17970:1 17975:2 17984:1 18008:1 18018:2 18035:1 18041:1 18056:1 18057:1 18059:2 18061:1 18076:1 18080:1 18087:1 18091:1 18102:1 18104:1 18123:1 18136:1 18138:1 18159:1 18161:1 18165:1 18202:1 18231:3 18233:1 18244:1 18245:1 18259:1 18277:1 18317:5 18326:1 18328:2 18345:1 18351:1 18357:1 18363:1 18371:1 18375:1 18385:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:1 18472:1 18481:1 18484:1 18487:1 18515:2 18522:1 18528:1 18530:1 18556:1 18582:1 18602:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18720:1 18730:1 18757:1 18758:1 18767:1 18769:2 18789:1 18815:1 18817:2 18860:1 18861:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19053:1 19055:1 19078:1 19080:1 19085:1 19101:1 19106:1 19107:1 19134:1 19139:1 19141:1 19178:1 19189:1 19192:1 19196:1 19199:1 19209:2 19211:1 19219:1 19220:3 19222:2 19231:1 19233:1 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:3 19296:1 19299:1 19303:1 19307:1 19315:1 19321:1 19323:2 19327:6 19336:3 19339:1 19356:1 19371:3 19389:1 19393:1 19394:1 19395:1 19398:1 19421:1 19488:3 19498:1 19501:1 19526:4 19563:1 19569:1 19578:2 19580:1 19591:4 19605:3 19614:2 19642:1 19651:1 19654:4 19657:1 19676:1 19678:1 19681:1 19697:1 19716:2 19719:1 19724:1 19728:1 19734:6 19735:1 19763:1 19768:1 19784:1 19813:1 19848:1 19864:1 19867:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19974:2 19981:3 20033:1 20035:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:5 20063:1 20078:1 20108:1 20126:1 20157:7 20170:3 20197:2 20207:1 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20389:1 20436:1 20447:1 20486:1 20491:1 20497:1 20515:1 20518:1 20525:3 20530:2 20531:1 20560:1 20565:1 20568:1 20595:1 20635:1 20636:1 20708:3 20722:2 20749:2 20751:1 20764:1 20768:1 20779:2 20780:1 20789:1 20812:1 20842:1 20854:1 20858:1 20873:1 20883:1 20891:2 20927:1 20930:1 20933:1 20936:2 20965:1 20999:1 21016:2 21019:1 21028:1 21037:3 21042:2 21049:1 21062:1 21103:1 21109:3 21120:1 21125:2 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:1 21292:1 21295:1 21297:1 21298:2 21305:1 21328:1 21335:2 21369:2 21376:1 21381:1 21431:1
1 7:2 26:1 35:1 94:1 105:1 107:1 109:1 114:1 119:1 129:1 146:1 174:1 187:1 237:1 259:3 260:1 273:1 298:1 311:1 316:1 335:3 354:1 355:1 392:1 399:1 412:1 418:4 430:1 438:2 446:1 447:1 452:1 463:1 474:1 482:1 493:1 499:1 516:1 531:3 532:2 538:1 540:3 548:3 568:2 572:1 598:1 601:1 605:1 612:1 622:1 644:5 650:2 669:1 682:1 726:1 740:1 741:1 742:1 773:1 787:2 812:1 843:1 870:1 875:1 876:1 888:2 919:1 931:1 939:1 959:1 972:1 986:2 1004:1 1007:2 1009:1 1041:1 1046:1 1049:1 1082:1 1118:1 1120:1 1165:1 1169:1 1190:1 1196:2 1205:1 1217:1 1226:1 1235:1 1237:1 1238:2 1261:1 1278:3 1280:2 1286:1 1301:1 1306:3 1323:1 1347:7 1352:2 1364:3 1375:1 1383:1 1386:1 1392:1 1399:7 1418:4 1419:2 1422:6 1426:1 1430:1 1432:2 1434:3 1451:2 1475:3 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1642:1 1670:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:1 1815:2 1816:2 1818:2 1819:1 1824:1 1825:2 1827:1 1830:1 1831:2 1836:1 1837:1 1845:1 1846:1 1853:1 1857:1 1887:1 1889:1 1908:2 1941:1 1943:1 1959:1 1992:1 2014:1 2016:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2113:1 2123:1 2124:2 2127:1 2150:1 2170:1 2178:1 2206:1 2210:1 2222:1 2225:1 2238:1 2279:1 2285:3 2295:4 2299:2 2315:1 2352:1 2369:1 2372:1 2382:1 2388:1 2404:1 2405:1 2407:1 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:3 2455:1 2458:1 2468:2 2471:1 2477:1 2496:1 2507:1 2512:1 2518:1 2519:1 2525:1 2528:1 2542:1 2561:1 2568:2 2573:1 2599:3 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:3 2652:1 2661:2 2664:5 2697:2 2698:2 2699:3 2714:1 2719:1 2745:2 2751:1 2789:1 2794:1 2795:1 2809:2 2855:1 2864:1 2870:1 2875:2 2878:1 2895:2 2899:1 2903:1 2910:1 2913:1 2916:2 2932:1 2938:1 2969:1 2973:2 2981:1 2991:1 3007:1 3012:1 3017:1 3023:1 3043:1 3079:3 3080:1 3106:7 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:2 3226:2 3228:1 3229:1 3230:1 3240:1 3246:1 3251:1 3254:2 3259:1 3273:1 3277:1 3282:2 3283:1 3289:1 3293:2 3294:2 3296:1 3301:1 3302:1 3310:3 3311:2 3314:5 3317:2 3319:1 3329:1 3364:1 3368:1 3391:1 3403:1 3405:3 3416:1 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3724:1 3727:1 3732:2 3737:1 3740:4 3748:1 3754:1 3756:1 3758:1 3766:3 3772:2 3782:1 3786:1 3787:1 3797:1 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3865:1 3868:1 3871:1 3872:1 3883:1 3891:2 3893:1 3904:1 3913:1 3920:4 3929:3 3943:1 3959:1 3963:3 3964:2 3976:1 3995:1 3996:2 4004:1 4006:1 4034:2 4068:1 4075:1 4077:1 4079:1 4081:2 4092:1 4095:2 4100:1 4102:1 4104:3 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:9 4270:2 4271:1 4274:1 4276:1 4277:1 4287:1 4293:1 4316:5 4345:2 4348:2 4367:1 4370:1 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4512:1 4520:1 4523:1 4525:1 4537:1 4567:2 4579:1 4583:1 4598:2 4617:1 4639:2 4662:2 4683:1 4696:2 4697:1 4723:1 4729:1 4744:1 4774:1 4787:1 4798:1 4799:1 4810:1 4843:6 4866:1 4870:1 4900:1 4914:1 4988:3 5026:1 5034:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:10 5167:1 5171:2 5173:1 5174:1 5188:1 5193:1 5199:7 5212:1 5215:1 5235:3 5256:1 5258:1 5265:1 5268:1 5272:2 5278:1 5281:1 5285:1 5294:1 5314:1 5338:1 5339:1 5357:1 5361:1 5368:1 5372:1 5375:1 5386:1 5388:4 5412:1 5415:1 5421:2 5425:1 5428:1 5443:2 5447:1 5455:1 5469:2 5489:1 5492:1 5495:2 5497:1 5501:1 5505:1 5506:2 5520:2 5532:1 5537:1 5538:2 5560:2 5565:1432 5577:1 5585:2 5601:1 5627:3 5629:3 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5762:1 5767:1 5772:1 5794:1 5814:1 5840:2 5845:1 5848:1 5858:1 5863:1 5885:1 5893:1 5896:1 5898:1 5902:1 5908:1 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:6 6037:1 6045:1 6051:1 6079:1 6101:1 6116:1 6122:2 6130:1 6133:1 6145:1 6157:2 6189:1 6197:2 6214:2 6244:1 6252:1 6258:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:2 6383:1 6400:1 6421:1 6429:1 6442:1 6468:1 6477:1 6500:1 6511:2 6519:1 6524:2 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:1 6571:1 6580:2 6581:2 6602:1 6613:2 6621:1 6629:1 6638:2 6640:1 6648:1 6669:1 6678:2 6679:1 6681:1 6691:1 6700:1 6706:1 6707:2 6717:2 6718:1 6719:2 6727:1 6762:1 6790:1 6793:1 6808:1 6809:1 6849:2 6860:1 6864:7 6868:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:3 6944:1 6952:1 6960:1 6962:1 6978:4 7005:1 7034:1 7062:2 7065:1 7072:1 7077:1 7082:3 7084:2 7086:2 7089:1 7093:1 7095:1 7096:1 7102:1 7103:3 7106:2 7110:2 7111:2 7125:3 7127:1 7137:1 7140:1 7170:1 7173:1 7178:1 7180:1 7212:1 7227:1 7230:1 7243:1 7262:2 7311:1 7337:1 7351:2 7356:1 7364:1 7365:1 7366:1 7372:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:2 7568:1 7597:1 7618:1 7623:1 7626:1 7629:1 7632:1 7633:1 7634:1 7635:1 7642:1 7650:1 7664:1 7673:1 7674:1 7677:1 7700:3 7709:1 7723:1 7726:1 7749:1 7754:1 7756:1 7767:2 7786:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7875:1 7885:2 7899:1 7904:1 7909:2 7910:5 7921:1 7927:1 7930:2 7931:1 7938:1 7956:1 7965:1 7973:1 8016:1 8029:1 8034:1 8043:1 8047:1 8078:1 8083:1 8093:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:2 8181:1 8185:2 8187:1 8189:1 8192:2 8210:1 8222:1 8240:1 8248:2 8267:1 8276:2 8280:4 8284:1 8296:2 8300:1 8310:1 8311:1 8330:1 8372:6 8394:1 8408:1 8436:1 8445:1 8446:1 8449:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8572:1 8582:1 8586:2 8610:2 8611:1 8616:1 8629:1 8630:1 8635:1 8637:1 8644:3 8647:1 8648:1 8653:1 8654:1 8658:1 8718:1 8719:1 8728:1 8740:1 8741:1 8742:3 8748:8 8750:2 8752:1 8770:2 8789:1 8811:2 8823:2 8827:1 8837:1 8849:1 8854:1 8864:1 8897:2 8913:2 8934:3 8938:1 8950:5 8961:2 8969:1 8981:3 9022:1 9038:1 9040:1 9045:1 9064:1 9075:1 9085:1 9099:1 9109:1 9112:1 9113:1 9117:1 9122:1 9124:1 9130:1 9131:1 9133:1 9137:2 9141:2 9143:1 9161:1 9165:2 9185:2 9200:1 9207:1 9209:1 9211:1 9212:1 9230:2 9239:1 9246:1 9265:1 9276:1 9288:1 9294:1 9318:1 9345:1 9348:1 9353:2 9357:2 9387:1 9392:3 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:1 9535:1 9547:1 9552:1 9554:1 9563:1 9574:1 9577:1 9597:2 9602:1 9606:1 9628:2 9640:1 9670:1 9678:1 9681:1 9696:1 9721:1 9725:1 9729:1 9732:2 9736:1 9779:2 9780:1 9788:1 9789:1 9799:1 9803:2 9824:3 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:4 9927:1 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10023:1 10025:1 10030:1 10043:2 10047:1 10051:2 10068:1 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:1 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10235:1 10251:6 10260:2 10293:1 10297:3 10305:1 10308:1 10309:1 10310:1 10314:1 10316:1 10320:1 10324:1 10325:1 10326:1 10344:2 10345:3 10351:1 10360:4 10368:1 10373:1 10387:1 10413:1 10414:1 10424:2 10431:1 10434:1 10441:1 10469:1 10475:1 10483:2 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:3 10724:1 10730:1 10749:2 10751:1 10752:1 10777:1 10797:2 10805:1 10806:4 10817:1 10826:1 10830:1 10838:1 10840:3 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:4 10917:2 10919:6 10921:1 10935:1 10956:1 10959:1 10961:2 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11036:1 11042:1 11049:1 11061:1 11095:1 11109:1 11114:2 11157:1 11182:2 11199:3 11200:6 11201:3 11204:1 11221:1 11224:3 11233:2 11242:3 11245:2 11247:1 11258:1 11263:1 11286:2 11287:2 11289:1 11291:1 11299:1 11311:24 11312:1 11322:1 11328:1 11330:1 11337:2 11344:5 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:2 11445:2 11449:1 11462:1 11478:1 11519:1 11540:1 11568:1 11573:1 11577:1 11597:1 11598:1 11613:1 11627:1 11637:1 11640:2 11645:1 11660:3 11662:1 11663:3 11672:1 11686:1 11713:1 11722:1 11744:2 11747:1 11768:1 11770:1 11814:1 11847:1 11873:1 11874:1 11883:2 11895:1 11907:1 11915:1 11924:1 11938:1 11951:1 11960:1 11979:1 11986:3 12002:12 12017:1 12038:2 12043:2 12050:1 12126:1 12129:1 12135:1 12144:1 12148:1 12171:3 12174:1 12183:5 12210:1 12212:1 12223:1 12229:1 12230:2 12234:2 12237:1 12241:1 12251:1 12252:1 12265:1 12269:1 12279:2 12283:4 12295:2 12300:1 12326:2 12332:1 12353:1 12365:1 12369:1 12382:1 12408:1 12419:1 12434:1 12439:1 12453:2 12477:1 12488:1 12493:1 12500:1 12520:1 12538:1 12551:1 12552:1 12587:1 12589:1 12590:1 12593:1 12599:1 12610:1 12625:1 12639:1 12655:1 12656:1 12659:1 12662:1 12664:3 12676:1 12682:1 12687:1 12690:1 12695:1 12726:1 12732:1 12757:1 12762:1 12763:3 12767:1 12769:1 12774:1 12789:2 12791:1 12792:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12981:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13048:1 13052:2 13084:2 13089:1 13097:2 13119:1 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:2 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:3 13262:1 13292:1 13294:3 13296:1 13321:2 13381:1 13395:1 13399:1 13404:2 13431:1 13432:2 13437:1 13443:1 13447:1 13449:1 13453:2 13512:1 13528:1 13539:2 13542:1 13545:1 13554:1 13557:1 13559:3 13585:1 13605:3 13629:1 13639:1 13643:4 13671:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:1 13728:2 13735:1 13742:1 13744:1 13752:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13853:2 13856:1 13860:6 13864:1 13873:1 13910:1 13937:1 13949:1 13965:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:1 14020:3 14024:2 14029:1 14034:2 14039:1 14079:1 14083:3 14103:1 14105:1 14115:1 14124:1 14128:1 14134:1 14139:1 14148:1 14176:6 14181:1 14209:1 14213:1 14218:1 14221:1 14242:2 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:2 14462:1 14468:2 14484:3 14490:1 14503:1 14508:1 14521:1 14529:1 14532:2 14554:2 14559:1 14562:1 14572:1 14577:1 14625:1 14638:1 14639:1 14643:1 14650:1 14675:1 14688:1 14691:3 14692:1 14696:1 14725:1 14734:1 14738:1 14744:8 14748:1 14750:1 14761:1 14763:2 14769:1 14785:2 14806:1 14810:1 14828:1 14829:1 14872:6 14873:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:1 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15112:1 15122:3 15123:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15214:1 15220:2 15241:1 15250:1 15251:1 15276:1 15293:1 15298:1 15302:3 15305:1 15307:2 15309:2 15325:1 15330:3 15344:1 15349:1 15358:1 15365:1 15388:3 15389:1 15423:1 15424:1 15433:1 15435:1 15459:1 15466:1 15469:1 15476:1 15488:1 15500:1 15508:2 15509:3 15512:1 15534:1 15548:1 15563:1 15578:2 15621:1 15635:1 15639:1 15655:1 15682:1 15686:1 15715:1 15729:1 15760:1 15790:1 15796:1 15799:1 15800:1 15822:1 15823:2 15827:1 15835:2 15842:1 15852:1 15853:2 15855:1 15857:5 15860:1 15868:1 15870:2 15875:1 15877:2 15879:1 15884:3 15886:1 15888:1 15895:1 15896:2 15909:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:3 16001:1 16007:1 16020:1 16021:1 16035:2 16041:1 16067:1 16073:1 16120:1 16121:1 16137:1 16141:1 16170:1 16182:1 16197:1 16216:1 16245:1 16261:1 16265:1 16274:2 16294:1 16295:1 16314:1 16318:2 16323:1 16324:1 16334:2 16338:1 16339:1 16366:2 16369:1 16384:1 16391:1 16408:7 16412:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16482:1 16539:2 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:1 16606:2 16622:1 16625:1 16653:1 16671:2 16680:1 16683:1 16690:1 16716:1 16719:1 16729:1 16731:1 16734:1 16753:1 16775:3 16781:1 16789:7 16790:2 16791:1 16795:1 16798:1 16804:1 16814:1 16817:1 16822:1 16830:1 16847:1 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16955:1 16958:1 16977:2 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17045:1 17048:1 17067:1 17085:1 17112:4 17126:1 17137:1 17168:1 17170:1 17201:1 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17285:5 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17353:1 17357:1 17369:1 17372:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:4 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17519:1 17524:1 17528:1 17594:1 17595:1 17601:4 17623:1 17628:1 17633:1 17634:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17730:1 17738:1 17757:1 17759:2 17784:2 17809:1 17826:1 17872:2 17897:1 17916:1 17932:1 17936:1 17970:1 17975:3 17984:1 18008:1 18018:2 18024:1 18035:1 18041:1 18056:2 18057:1 18059:2 18061:1 18076:2 18080:1 18087:1 18091:1 18102:1 18104:1 18123:1 18136:1 18138:1 18159:1 18161:2 18165:1 18202:1 18231:3 18233:1 18244:1 18245:1 18259:1 18277:1 18317:6 18326:1 18328:2 18345:1 18351:1 18357:1 18363:1 18371:1 18375:1 18385:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:1 18472:1 18481:1 18484:1 18487:1 18515:2 18522:1 18528:1 18530:1 18556:1 18566:1 18582:1 18602:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18720:1 18730:1 18757:1 18758:1 18767:1 18769:2 18789:1 18815:1 18817:2 18821:1 18860:1 18861:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19053:1 19055:1 19078:1 19080:1 19085:1 19101:1 19106:2 19107:1 19134:1 19139:1 19141:1 19178:1 19189:1 19192:1 19196:1 19199:1 19209:2 19211:1 19219:1 19220:3 19222:2 19231:1 19233:2 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:4 19296:1 19299:1 19303:1 19307:1 19315:1 19321:2 19323:2 19327:7 19336:4 19339:1 19356:1 19371:3 19389:2 19393:1 19394:1 19395:1 19398:1 19421:1 19448:1 19457:1 19488:3 19498:1 19501:1 19520:1 19526:4 19563:1 19569:1 19578:2 19580:1 19591:4 19605:3 19614:2 19642:1 19651:1 19654:4 19657:1 19674:1 19676:1 19678:1 19681:1 19697:1 19705:1 19716:3 19719:1 19724:1 19728:1 19734:6 19735:1 19763:1 19766:1 19768:1 19784:1 19813:1 19848:1 19864:1 19867:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19974:2 19981:3 20033:1 20035:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:5 20063:1 20078:1 20108:1 20126:1 20157:7 20170:3 20197:2 20207:1 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20389:1 20436:1 20447:1 20486:1 20491:1 20497:1 20515:1 20518:1 20525:3 20530:2 20531:1 20560:1 20565:1 20568:1 20595:1 20635:1 20636:1 20708:3 20722:2 20742:1 20749:2 20751:1 20764:1 20768:1 20779:2 20780:1 20789:1 20812:1 20842:1 20854:1 20858:2 20873:1 20883:1 20891:2 20927:1 20930:1 20933:1 20936:2 20965:1 20999:1 21016:2 21019:1 21028:1 21037:3 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21125:2 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:1 21292:1 21295:1 21297:1 21298:2 21305:1 21328:1 21335:2 21369:3 21376:1 21381:1 21431:1 21434:1
1 7:2 26:1 35:1 67:1 94:1 105:1 107:1 109:1 114:1 119:1 129:1 146:1 174:1 187:1 237:1 259:3 260:1 266:1 273:1 298:1 311:1 316:1 335:4 354:1 355:1 392:1 399:1 412:1 418:4 430:1 438:2 446:1 447:1 452:1 463:1 474:1 482:1 493:1 499:1 516:1 531:3 532:2 538:1 540:3 548:3 558:1 568:2 572:1 598:1 601:1 605:1 612:1 622:1 644:5 650:2 669:1 682:1 726:1 740:1 741:1 742:1 773:1 787:2 812:1 843:1 870:1 875:1 876:1 888:2 919:1 931:1 939:1 959:1 972:1 986:2 1004:1 1007:2 1009:1 1041:1 1046:1 1049:1 1082:1 1118:1 1120:1 1165:1 1169:1 1190:1 1196:2 1205:1 1217:1 1226:1 1235:1 1237:1 1238:2 1261:1 1278:4 1280:2 1286:1 1301:1 1306:3 1323:1 1347:7 1352:2 1364:3 1375:1 1383:1 1386:1 1392:1 1399:7 1418:4 1419:2 1422:6 1425:1 1426:1 1430:1 1432:2 1434:3 1451:2 1475:3 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:1 1642:1 1670:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:2 1815:2 1816:2 1818:2 1819:1 1824:1 1825:2 1827:1 1830:1 1831:2 1836:1 1837:1 1840:1 1845:1 1846:1 1853:1 1857:1 1861:1 1887:1 1889:1 1908:2 1941:2 1943:1 1959:1 1992:1 2014:1 2016:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2113:1 2123:1 2124:2 2125:1 2127:1 2150:1 2170:1 2178:1 2206:1 2210:1 2213:1 2222:1 2225:1 2238:1 2279:1 2285:4 2295:5 2299:2 2315:1 2352:1 2369:1 2372:1 2382:1 2388:1 2404:1 2405:1 2407:1 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:3 2455:1 2458:1 2468:2 2471:1 2477:1 2491:1 2496:1 2507:1 2512:1 2518:1 2519:1 2525:1 2528:1 2542:1 2561:1 2568:2 2573:1 2599:4 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:3 2652:1 2661:2 2664:5 2697:2 2698:2 2699:3 2714:1 2719:1 2742:1 2745:2 2751:1 2789:1 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:1 2875:2 2878:1 2895:2 2899:1 2903:1 2910:1 2913:1 2916:2 2932:1 2938:1 2969:1 2973:2 2981:1 2991:1 3007:1 3012:1 3017:1 3023:1 3043:2 3079:3 3080:1 3106:7 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:2 3226:2 3228:1 3229:1 3230:1 3240:1 3246:1 3251:1 3254:2 3259:1 3273:1 3277:1 3282:2 3283:1 3289:1 3293:2 3294:2 3296:1 3301:1 3302:1 3310:3 3311:2 3314:5 3317:2 3319:1 3329:1 3345:1 3364:1 3368:1 3391:1 3403:1 3405:3 3416:1 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3724:1 3727:1 3732:2 3737:1 3740:5 3748:1 3754:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:1 3786:1 3787:1 3797:1 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3861:1 3865:1 3868:1 3871:1 3872:1 3883:1 3891:3 3893:1 3904:1 3913:1 3920:4 3929:3 3943:1 3959:1 3963:3 3964:2 3976:1 3995:1 3996:2 4004:1 4006:1 4034:2 4062:1 4068:1 4075:1 4077:1 4079:1 4081:2 4092:1 4095:2 4100:1 4102:1 4104:3 4114:1 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:9 4270:2 4271:1 4274:1 4276:1 4277:1 4287:1 4293:1 4316:6 4345:2 4348:2 4367:1 4370:1 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4512:1 4520:1 4523:1 4525:1 4537:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:2 4683:1 4696:2 4697:1 4723:1 4725:1 4729:1 4744:1 4774:1 4787:1 4798:1 4799:1 4810:1 4815:1 4843:6 4866:1 4870:1 4900:1 4914:1 4988:3 5026:1 5034:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:10 5167:1 5171:2 5173:1 5174:1 5188:1 5193:1 5199:9 5212:2 5215:1 5235:3 5256:1 5258:1 5265:1 5268:1 5272:2 5278:1 5281:1 5285:1 5294:1 5314:1 5338:1 5339:1 5357:1 5361:1 5368:1 5372:1 5375:1 5386:1 5388:4 5412:1 5415:1 5421:2 5425:1 5428:1 5443:2 5447:1 5455:1 5469:2 5489:1 5492:1 5495:2 5497:1 5501:1 5505:1 5506:2 5520:2 5532:1 5537:1 5538:2 5560:2 5565:1492 5577:1 5585:2 5601:1 5627:3 5629:3 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5762:1 5767:1 5772:1 5794:1 5814:1 5840:2 5845:1 5848:1 5858:1 5863:1 5885:1 5893:1 5896:1 5898:1 5902:1 5908:1 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:7 6037:1 6045:1 6051:1 6079:2 6101:1 6114:1 6116:1 6122:2 6130:1 6133:1 6145:1 6157:2 6189:1 6197:2 6214:2 6244:1 6252:1 6258:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:2 6383:1 6400:1 6421:1 6429:1 6442:1 6468:1 6477:1 6483:1 6500:1 6511:2 6519:1 6524:2 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:2 6571:1 6580:2 6581:2 6602:1 6613:2 6621:1 6629:1 6638:2 6640:1 6648:1 6669:1 6678:2 6679:2 6681:1 6691:1 6700:2 6706:1 6707:2 6717:2 6718:1 6719:2 6727:1 6762:1 6790:1 6793:1 6808:1 6809:1 6831:1 6849:2 6860:1 6864:7 6868:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:3 6944:1 6952:1 6960:1 6962:1 6978:4 6994:1 7005:1 7034:1 7062:2 7065:1 7072:1 7077:1 7082:3 7084:2 7086:2 7089:1 7093:1 7095:1 7096:1 7102:1 7103:3 7106:3 7110:2 7111:2 7125:3 7127:1 7137:1 7140:1 7170:1 7173:1 7178:1 7180:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7298:1 7311:1 7337:1 7351:2 7356:1 7364:1 7365:1 7366:1 7372:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:2 7568:1 7597:1 7618:1 7623:1 7626:1 7629:1 7632:1 7633:1 7634:1 7635:1 7642:1 7650:1 7664:1 7673:2 7674:1 7677:1 7700:4 7709:2 7723:1 7726:1 7749:1 7754:1 7756:1 7767:2 7786:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7875:1 7885:2 7899:1 7904:1 7909:2 7910:6 7913:1 7921:1 7927:1 7930:2 7931:1 7938:1 7956:1 7965:1 7973:1 8016:1 8029:1 8034:1 8043:1 8047:1 8078:1 8083:1 8093:1 8118:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:2 8181:1 8185:2 8187:1 8189:1 8192:2 8210:1 8222:1 8234:1 8240:1 8248:2 8261:1 8267:1 8276:2 8280:4 8284:1 8296:2 8300:1 8310:1 8311:1 8330:1 8372:6 8394:1 8408:1 8436:1 8445:1 8446:1 8449:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8572:1 8582:1 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:3 8647:1 8648:1 8653:1 8654:1 8658:1 8718:1 8719:1 8728:1 8740:1 8741:1 8742:3 8748:9 8750:2 8752:1 8770:2 8789:2 8811:2 8823:2 8827:1 8837:1 8849:1 8854:1 8864:1 8887:1 8897:2 8913:2 8922:1 8934:3 8938:1 8950:5 8961:2 8969:1 8981:3 9014:1 9022:1 9038:1 9040:1 9045:1 9064:1 9075:1 9085:1 9099:1 9103:1 9109:1 9112:1 9113:1 9117:1 9122:1 9124:1 9130:1 9131:1 9133:1 9137:2 9141:3 9143:1 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:1 9212:1 9230:2 9239:1 9246:1 9265:1 9276:1 9281:1 9288:1 9294:1 9318:1 9345:1 9348:1 9353:2 9357:2 9387:1 9392:3 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:1 9535:1 9547:1 9552:1 9554:1 9563:1 9574:1 9577:1 9597:2 9602:1 9606:1 9628:2 9640:1 9670:1 9678:1 9681:1 9696:1 9721:1 9725:1 9729:1 9732:2 9736:1 9772:1 9779:2 9780:1 9788:1 9789:1 9799:1 9803:2 9824:3 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:6 9927:1 9934:1 9946:1 9948:1 9953:1 9962:1 9984:1 9988:1 10001:1 10007:1 10023:1 10025:1 10030:1 10043:2 10047:1 10051:2 10068:2 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:1 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10235:1 10251:6 10260:2 10293:1 10297:3 10305:1 10308:1 10309:1 10310:1 10314:1 10316:1 10320:1 10324:2 10325:1 10326:1 10344:2 10345:3 10347:1 10351:1 10360:4 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10424:2 10431:1 10432:1 10434:1 10441:1 10469:1 10475:1 10483:2 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10598:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:3 10724:1 10730:1 10748:1 10749:2 10751:2 10752:1 10777:1 10797:2 10805:1 10806:4 10817:1 10826:1 10830:1 10838:1 10840:3 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:4 10917:2 10919:6 10921:1 10935:1 10956:1 10959:1 10961:2 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11030:1 11036:1 11042:1 11049:1 11061:1 11095:1 11109:1 11114:2 11157:1 11182:2 11199:3 11200:6 11201:3 11204:1 11221:1 11224:3 11233:2 11242:3 11245:2 11247:1 11258:1 11263:1 11286:2 11287:2 11289:1 11291:1 11299:1 11311:24 11312:1 11322:1 11328:1 11330:1 11337:2 11344:5 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:2 11445:2 11449:1 11462:1 11478:1 11519:1 11540:1 11568:1 11573:1 11577:1 11597:1 11598:1 11613:1 11627:1 11637:1 11640:2 11645:1 11660:3 11662:1 11663:3 11672:1 11686:1 11713:1 11722:1 11744:2 11747:1 11768:1 11770:1 11812:1 11814:1 11847:1 11873:1 11874:1 11883:2 11890:1 11895:1 11907:1 11915:1 11924:1 11938:1 11951:1 11960:1 11979:1 11986:3 12002:14 12017:1 12038:2 12043:2 12050:1 12126:1 12129:1 12135:1 12144:1 12148:1 12171:3 12174:1 12183:5 12210:1 12212:1 12223:1 12229:2 12230:2 12234:2 12237:1 12241:1 12251:1 12252:1 12265:1 12269:1 12279:2 12283:4 12295:2 12300:1 12326:2 12332:1 12337:1 12353:1 12365:1 12369:1 12382:1 12408:1 12419:1 12434:1 12439:1 12453:2 12477:1 12488:1 12493:1 12500:1 12520:1 12538:1 12551:1 12552:1 12587:1 12589:2 12590:1 12593:1 12599:1 12610:1 12625:1 12639:1 12655:2 12656:1 12659:1 12662:1 12664:3 12672:1 12676:1 12682:2 12687:1 12690:1 12695:1 12726:1 12732:1 12757:1 12762:1 12763:3 12767:1 12769:1 12774:1 12789:2 12791:1 12792:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12981:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13048:1 13052:2 13084:2 13089:1 13097:2 13119:1 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:3 13262:1 13292:1 13294:4 13296:1 13321:2 13381:1 13395:1 13399:1 13404:2 13431:1 13432:2 13437:1 13443:1 13447:1 13449:1 13453:2 13512:1 13528:1 13539:2 13542:1 13545:1 13554:1 13557:1 13559:3 13585:1 13605:3 13629:1 13639:1 13643:5 13671:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:2 13728:2 13735:1 13742:1 13744:1 13752:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:6 13864:1 13873:1 13910:2 13937:1 13949:1 13965:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:1 14020:3 14024:2 14029:1 14034:2 14039:1 14079:1 14083:3 14103:1 14105:1 14115:1 14124:1 14128:1 14134:1 14139:1 14148:1 14176:6 14181:2 14209:1 14213:1 14218:1 14221:1 14242:2 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:4 14462:1 14468:2 14484:3 14490:1 14503:1 14508:1 14521:1 14529:1 14532:2 14554:2 14559:1 14562:1 14565:1 14572:1 14577:1 14621:1 14625:1 14638:2 14639:1 14643:1 14650:1 14675:1 14688:1 14691:3 14692:1 14696:1 14725:1 14734:1 14738:1 14744:9 14748:1 14750:1 14761:1 14763:2 14769:1 14785:2 14806:1 14810:1 14828:1 14829:1 14872:6 14873:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:1 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15112:1 15122:3 15123:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15214:1 15220:2 15241:1 15250:1 15251:1 15276:1 15293:1 15298:1 15302:3 15305:1 15307:2 15309:2 15325:1 15330:3 15344:1 15349:1 15358:1 15365:1 15376:1 15388:3 15389:1 15423:1 15424:1 15433:3 15435:1 15459:1 15466:2 15469:1 15476:1 15481:1 15488:2 15500:1 15508:2 15509:3 15512:1 15534:1 15548:1 15563:1 15578:2 15621:1 15635:1 15639:1 15655:1 15682:1 15686:1 15715:1 15729:1 15760:1 15790:1 15796:1 15799:1 15800:1 15822:1 15823:2 15827:1 15835:2 15842:1 15852:1 15853:4 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:2 15884:3 15886:1 15888:1 15895:1 15896:2 15909:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:3 16001:1 16007:1 16020:1 16021:1 16035:2 16041:1 16067:1 16073:1 16120:1 16121:1 16137:1 16141:1 16170:1 16182:1 16197:1 16216:1 16245:1 16261:1 16265:1 16274:2 16294:1 16295:1 16314:1 16318:2 16323:1 16324:1 16334:2 16338:1 16339:1 16366:2 16369:1 16384:1 16391:1 16408:8 16412:1 16414:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16482:1 16539:2 16543:1 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:1 16606:2 16622:1 16625:1 16653:1 16671:2 16680:1 16683:1 16690:1 16716:1 16719:1 16729:1 16731:1 16734:1 16753:1 16775:3 16781:1 16789:9 16790:2 16791:1 16795:1 16798:1 16804:1 16805:1 16814:1 16817:1 16822:1 16830:1 16847:1 16854:1 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16955:1 16958:1 16977:3 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17045:1 17048:1 17067:1 17085:1 17112:5 17126:1 17137:1 17168:1 17170:1 17173:1 17201:1 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17265:1 17285:6 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17353:1 17357:1 17369:1 17372:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:4 17473:1 17474:1 17476:1 17497:1 17498:1 17509:1 17510:2 17519:1 17524:1 17528:1 17594:1 17595:1 17601:5 17623:1 17628:1 17633:1 17634:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17719:1 17730:1 17738:1 17748:1 17757:1 17759:2 17784:2 17809:1 17826:1 17839:1 17872:2 17897:1 17916:1 17932:1 17936:1 17955:1 17970:1 17975:3 17978:1 17981:1 17984:1 18008:1 18018:2 18024:1 18035:1 18041:1 18056:2 18057:1 18059:2 18061:1 18076:2 18080:1 18082:1 18087:1 18091:1 18102:1 18104:1 18123:1 18136:1 18138:1 18159:1 18161:2 18165:1 18202:1 18231:3 18233:1 18240:1 18244:1 18245:1 18259:1 18277:1 18317:6 18326:1 18328:2 18343:1 18345:1 18351:1 18357:1 18363:1 18371:1 18375:1 18385:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:1 18472:1 18481:1 18484:1 18487:1 18515:2 18522:1 18528:1 18530:1 18556:1 18566:1 18582:1 18602:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18720:1 18730:1 18757:1 18758:1 18767:1 18769:2 18789:1 18815:1 18817:2 18821:1 18860:1 18861:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19053:1 19055:1 19078:2 19080:2 19085:1 19101:1 19106:2 19107:1 19134:1 19139:1 19141:1 19178:1 19184:1 19189:1 19192:1 19196:1 19199:1 19209:3 19211:1 19219:1 19220:3 19222:2 19231:1 19233:2 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:4 19296:1 19299:1 19303:1 19307:1 19315:1 19321:2 19323:2 19327:7 19331:1 19336:4 19339:1 19356:1 19371:3 19389:3 19393:1 19394:1 19395:1 19398:1 19401:1 19421:1 19444:1 19445:1 19448:1 19457:1 19488:3 19498:1 19501:1 19520:1 19526:4 19563:1 19569:1 19578:2 19580:1 19591:4 19605:3 19614:2 19642:1 19651:1 19654:4 19657:1 19674:1 19676:1 19678:1 19681:1 19697:1 19705:1 19716:3 19719:1 19724:1 19728:1 19734:6 19735:1 19763:1 19766:1 19768:1 19784:1 19813:1 19848:1 19864:1 19867:1 19890:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19962:1 19974:2 19981:3 20033:1 20035:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:5 20063:1 20065:1 20078:1 20108:1 20126:1 20157:7 20170:3 20197:2 20207:1 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20389:1 20436:1 20447:1 20486:1 20491:1 20497:1 20515:1 20518:1 20525:3 20530:2 20531:2 20560:1 20565:1 20568:1 20595:1 20635:1 20636:1 20708:3 20722:2 20742:1 20749:2 20751:1 20764:1 20768:2 20779:2 20780:1 20789:1 20812:1 20842:1 20854:1 20858:2 20873:1 20883:1 20891:2 20927:1 20930:1 20933:1 20936:2 20965:1 20986:1 20999:1 21016:2 21019:1 21028:1 21037:3 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21125:2 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21223:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:2 21292:1 21295:1 21297:1 21298:2 21305:1 21328:1 21335:2 21369:3 21376:1 21381:1 21431:1 21434:1
1 7:2 26:1 35:1 67:1 94:1 105:1 107:1 109:1 114:1 119:1 129:1 130:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 266:1 273:1 298:1 299:1 311:1 316:2 335:4 354:1 355:1 392:1 399:1 412:1 418:5 430:1 438:2 446:1 447:1 452:1 463:1 474:1 482:1 493:2 499:1 516:1 531:3 532:2 538:1 540:3 548:3 558:1 568:2 572:1 598:1 601:1 605:1 612:1 622:1 644:5 650:2 669:1 682:1 726:1 740:1 741:1 742:2 758:1 773:1 787:2 812:1 831:1 843:1 870:1 875:1 876:1 888:2 898:1 919:1 931:1 932:1 939:1 959:1 972:1 986:2 1004:1 1007:2 1009:1 1041:1 1046:1 1049:1 1082:1 1118:1 1120:1 1165:1 1169:1 1190:1 1196:2 1205:1 1217:2 1226:1 1235:1 1237:1 1238:2 1261:1 1264:1 1278:4 1280:2 1286:1 1301:1 1306:3 1323:1 1347:7 1352:2 1364:3 1375:1 1383:1 1386:1 1392:1 1399:7 1418:4 1419:2 1422:6 1425:1 1426:1 1430:1 1432:2 1434:3 1451:2 1475:3 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:1 1642:1 1670:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:3 1815:2 1816:2 1818:3 1819:1 1824:1 1825:2 1827:1 1830:1 1831:2 1836:1 1837:1 1840:1 1845:1 1846:1 1853:1 1857:1 1861:1 1887:1 1889:1 1908:2 1941:2 1943:1 1959:1 1992:1 2014:1 2016:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2113:1 2123:1 2124:2 2125:1 2127:1 2150:1 2170:1 2178:1 2206:1 2210:1 2213:1 2222:1 2225:1 2238:1 2279:1 2285:4 2295:5 2299:2 2315:1 2352:1 2369:1 2372:1 2382:1 2388:1 2404:1 2405:1 2407:1 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:3 2455:1 2458:1 2468:2 2471:1 2477:1 2481:1 2491:1 2496:1 2507:1 2512:1 2518:1 2519:1 2525:1 2528:1 2542:2 2561:1 2568:2 2573:1 2599:4 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:4 2652:1 2661:2 2664:5 2697:3 2698:2 2699:3 2714:1 2719:1 2742:1 2745:3 2751:1 2789:1 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:1 2875:2 2878:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:2 2932:1 2938:1 2969:1 2973:2 2981:1 2991:1 3007:1 3012:1 3017:2 3023:1 3043:2 3079:4 3080:1 3106:7 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:2 3226:3 3228:1 3229:1 3230:1 3240:1 3246:1 3251:1 3254:2 3259:1 3273:2 3277:1 3282:3 3283:1 3289:1 3293:2 3294:2 3296:1 3301:1 3302:1 3310:3 3311:2 3314:5 3317:2 3319:1 3329:1 3345:1 3364:1 3368:1 3391:1 3403:1 3405:3 3416:2 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3724:1 3727:2 3732:2 3737:1 3740:5 3748:1 3754:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:1 3786:1 3787:1 3797:2 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3861:1 3865:1 3868:1 3871:1 3872:1 3883:1 3891:3 3893:1 3904:1 3913:1 3920:5 3929:4 3943:1 3959:1 3963:3 3964:2 3976:1 3995:1 3996:2 4004:1 4006:1 4034:2 4062:1 4068:1 4075:1 4077:1 4079:1 4081:2 4092:1 4095:2 4100:1 4102:1 4104:3 4114:1 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:9 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:1 4293:2 4316:7 4345:2 4348:2 4367:1 4370:2 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4512:1 4520:1 4523:1 4525:1 4537:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:2 4683:1 4696:2 4697:1 4723:1 4725:1 4729:1 4744:1 4774:1 4787:1 4798:1 4799:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:1 4900:1 4914:1 4988:4 5009:1 5026:1 5034:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:10 5167:1 5171:2 5173:1 5174:1 5188:1 5193:1 5199:9 5212:2 5215:1 5235:3 5256:1 5258:1 5265:1 5268:1 5272:2 5278:1 5281:1 5285:1 5294:1 5314:1 5338:1 5339:1 5357:1 5361:1 5368:1 5372:1 5375:1 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:1 5428:1 5443:2 5447:1 5455:1 5469:2 5489:1 5492:1 5495:2 5497:1 5501:1 5505:1 5506:2 5520:2 5532:1 5537:1 5538:2 5560:2 5565:1588 5577:1 5585:2 5601:1 5616:1 5617:1 5627:3 5629:3 5640:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5762:1 5767:1 5772:1 5794:1 5814:1 5828:1 5840:2 5845:1 5848:1 5858:1 5863:1 5885:1 5893:1 5896:1 5898:1 5902:1 5908:1 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:7 6037:1 6045:1 6051:1 6079:2 6101:1 6114:1 6116:1 6120:1 6122:2 6130:1 6133:1 6145:1 6157:2 6189:1 6197:2 6214:2 6244:1 6252:1 6258:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:2 6383:1 6400:1 6421:1 6429:1 6442:2 6468:1 6477:1 6483:1 6500:1 6511:2 6519:1 6524:2 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:2 6571:1 6580:2 6581:2 6602:1 6613:2 6621:1 6629:1 6638:2 6640:1 6648:1 6669:1 6672:1 6678:2 6679:2 6681:1 6691:1 6700:2 6706:1 6707:2 6717:2 6718:1 6719:2 6727:1 6762:1 6790:1 6793:1 6808:1 6809:1 6831:1 6849:2 6860:1 6864:8 6868:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:3 6944:1 6952:1 6960:1 6962:1 6978:4 6994:1 7005:1 7034:1 7042:1 7062:2 7065:1 7072:1 7077:1 7082:3 7084:4 7086:2 7089:1 7093:1 7095:1 7096:1 7102:1 7103:3 7106:3 7110:2 7111:2 7125:3 7127:1 7137:1 7140:1 7170:1 7173:1 7178:1 7180:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7298:1 7311:1 7337:1 7351:2 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7458:1 7466:1 7490:1 7508:1 7510:1 7521:2 7568:1 7597:1 7618:1 7623:1 7626:1 7629:1 7632:1 7633:1 7634:1 7635:1 7642:1 7650:1 7664:1 7673:2 7674:1 7677:1 7700:4 7709:2 7723:1 7726:1 7749:1 7754:1 7756:3 7767:2 7786:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7875:1 7885:2 7899:1 7904:1 7909:2 7910:7 7913:1 7921:1 7927:1 7930:2 7931:1 7938:1 7956:1 7965:1 7973:1 8016:1 8029:1 8034:1 8043:1 8047:1 8078:1 8083:1 8093:1 8118:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:3 8181:1 8185:2 8187:1 8189:1 8192:3 8210:1 8222:1 8234:1 8240:1 8248:3 8261:1 8267:1 8276:2 8280:5 8284:1 8296:2 8300:1 8310:1 8311:1 8330:1 8372:6 8394:1 8408:1 8436:1 8445:1 8446:1 8449:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8572:1 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:3 8647:1 8648:1 8653:1 8654:1 8658:1 8718:1 8719:1 8728:1 8737:1 8740:1 8741:1 8742:3 8748:9 8750:2 8752:2 8770:2 8789:2 8811:2 8823:3 8827:1 8837:1 8849:1 8854:1 8864:2 8868:1 8879:1 8887:1 8897:2 8913:2 8922:1 8934:3 8938:1 8950:5 8961:2 8969:1 8981:3 9014:1 9022:1 9038:1 9040:1 9045:1 9064:1 9075:1 9085:1 9099:1 9103:1 9109:1 9112:1 9113:1 9117:1 9122:1 9124:1 9130:1 9131:1 9133:1 9137:2 9141:3 9143:2 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:2 9212:1 9230:2 9239:1 9246:1 9265:1 9276:1 9281:1 9288:1 9294:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9387:1 9392:3 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:1 9535:1 9547:2 9552:1 9554:1 9563:1 9574:1 9577:1 9597:2 9602:1 9606:1 9628:2 9640:1 9670:1 9678:1 9681:1 9696:1 9721:1 9725:1 9729:1 9732:2 9736:1 9772:1 9779:2 9780:1 9788:1 9789:1 9799:1 9803:2 9824:4 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:6 9927:1 9934:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:1 10001:1 10007:1 10023:2 10025:1 10030:1 10043:3 10047:1 10051:2 10068:2 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:1 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10293:1 10297:3 10302:1 10305:1 10308:1 10309:2 10310:1 10314:1 10316:1 10320:1 10324:2 10325:1 10326:2 10344:3 10345:3 10347:1 10351:1 10360:4 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10424:2 10431:1 10432:1 10434:1 10441:1 10469:1 10475:1 10483:2 10495:1 10537:1 10549:1 10550:1 10559:1 10593:1 10598:1 10613:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10722:3 10724:1 10730:1 10748:1 10749:2 10751:2 10752:1 10777:1 10797:2 10805:1 10806:4 10817:1 10826:1 10830:1 10838:1 10840:4 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:4 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:2 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11030:1 11036:1 11042:1 11049:1 11061:1 11095:1 11109:1 11114:2 11157:1 11182:2 11199:3 11200:6 11201:3 11204:1 11221:1 11224:3 11233:2 11242:3 11245:2 11247:2 11258:1 11263:1 11286:2 11287:2 11289:1 11291:1 11299:2 11311:26 11312:1 11322:1 11328:1 11330:1 11337:2 11344:5 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:2 11445:2 11449:1 11462:1 11478:1 11513:1 11519:1 11535:1 11540:1 11568:1 11573:1 11577:1 11597:1 11598:2 11613:1 11627:1 11637:1 11640:2 11645:2 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11722:1 11744:2 11747:1 11755:1 11768:1 11770:1 11812:1 11814:1 11847:1 11873:1 11874:1 11883:2 11890:1 11895:1 11896:1 11907:1 11915:1 11924:1 11938:1 11951:1 11960:1 11979:1 11986:3 12002:16 12017:1 12038:2 12043:2 12050:1 12126:2 12129:1 12135:1 12144:1 12148:1 12171:3 12174:1 12183:5 12210:1 12212:1 12223:1 12229:2 12230:2 12234:2 12237:1 12241:1 12251:1 12252:1 12265:1 12269:1 12279:3 12283:4 12295:2 12300:1 12326:2 12332:1 12337:1 12353:1 12365:1 12369:1 12382:1 12408:1 12419:1 12434:1 12439:1 12453:2 12477:1 12488:1 12493:1 12500:1 12520:2 12538:1 12551:1 12552:1 12577:1 12587:1 12589:2 12590:1 12593:1 12599:1 12610:1 12625:1 12639:1 12655:3 12656:1 12659:1 12662:1 12664:3 12672:1 12676:1 12682:2 12687:1 12690:1 12695:1 12726:1 12732:1 12757:1 12762:1 12763:3 12767:1 12769:1 12774:1 12788:1 12789:2 12791:1 12792:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:1 12981:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13048:1 13052:2 13084:2 13089:1 13097:2 13119:1 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:3 13262:1 13292:2 13294:4 13296:1 13321:2 13355:1 13374:1 13381:1 13395:1 13399:1 13404:2 13431:1 13432:2 13437:1 13443:1 13447:1 13449:1 13453:2 13512:1 13528:1 13539:2 13542:1 13545:1 13554:2 13557:1 13559:4 13585:1 13605:3 13629:1 13639:1 13643:5 13671:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:2 13728:2 13735:1 13742:1 13744:1 13752:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:6 13864:1 13865:1 13873:1 13910:2 13937:1 13949:1 13965:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:1 14020:3 14024:2 14029:1 14034:2 14039:1 14079:1 14083:4 14103:1 14105:1 14115:1 14124:1 14128:1 14134:1 14139:1 14148:1 14176:7 14181:2 14209:1 14213:1 14218:1 14221:1 14242:2 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:4 14462:1 14468:2 14484:3 14490:1 14503:1 14508:1 14521:1 14529:1 14532:2 14554:2 14559:1 14562:1 14565:1 14572:1 14577:1 14621:1 14625:1 14638:2 14639:1 14643:1 14650:1 14675:1 14688:1 14691:3 14692:1 14696:1 14725:1 14734:1 14738:1 14744:9 14748:1 14750:1 14761:1 14763:2 14769:1 14785:2 14805:1 14806:1 14810:1 14828:1 14829:1 14872:7 14873:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:3 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15112:1 15122:3 15123:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15214:1 15220:2 15241:1 15250:1 15251:1 15276:2 15293:1 15298:1 15302:3 15305:1 15307:3 15309:2 15325:1 15330:3 15336:1 15344:1 15349:1 15358:1 15365:1 15376:1 15388:3 15389:1 15423:1 15424:1 15433:3 15435:1 15456:1 15459:1 15466:3 15469:1 15476:1 15481:1 15488:2 15500:1 15508:2 15509:3 15512:1 15534:1 15548:1 15559:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:1 15682:1 15686:1 15715:1 15729:1 15760:1 15790:1 15796:1 15799:1 15800:1 15822:1 15823:2 15827:1 15835:2 15842:1 15852:1 15853:4 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:2 15884:3 15886:1 15888:1 15895:1 15896:2 15909:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:3 16001:1 16007:1 16020:1 16021:1 16035:3 16041:1 16067:1 16073:1 16120:1 16121:1 16137:1 16141:1 16170:1 16182:1 16197:1 16216:1 16245:1 16261:1 16265:1 16274:2 16294:1 16295:1 16303:1 16314:1 16318:2 16320:1 16323:1 16324:1 16334:2 16338:1 16339:2 16360:1 16366:2 16369:1 16384:1 16391:1 16408:9 16412:1 16414:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16482:1 16539:2 16543:1 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:1 16606:2 16622:1 16625:1 16653:1 16671:2 16680:1 16683:1 16690:1 16716:1 16719:1 16729:1 16731:1 16734:1 16753:1 16775:3 16781:1 16789:9 16790:2 16791:1 16795:1 16798:2 16804:1 16805:1 16810:1 16814:1 16817:1 16822:1 16830:1 16847:1 16854:1 16855:1 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16955:1 16958:1 16977:3 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17045:1 17048:1 17067:1 17073:1 17085:1 17112:5 17126:1 17137:1 17168:1 17170:1 17173:1 17201:1 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17265:1 17285:6 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17353:1 17357:1 17369:1 17372:1 17375:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:4 17473:1 17474:1 17476:1 17497:1 17498:1 17501:1 17509:1 17510:2 17519:1 17524:1 17528:1 17594:1 17595:1 17601:5 17623:1 17628:1 17633:1 17634:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17719:1 17730:1 17738:1 17748:1 17757:1 17759:2 17784:2 17809:1 17826:1 17836:1 17839:1 17871:1 17872:2 17897:1 17916:1 17932:1 17936:1 17955:1 17970:1 17975:3 17978:1 17981:1 17984:1 18008:1 18018:2 18024:1 18035:1 18041:1 18056:2 18057:1 18059:2 18061:1 18076:2 18080:1 18082:1 18087:1 18091:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:3 18233:1 18240:1 18244:1 18245:1 18259:1 18277:1 18317:6 18326:1 18328:2 18343:1 18345:1 18351:1 18357:1 18363:1 18371:1 18375:1 18385:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:1 18472:1 18481:1 18484:1 18487:1 18515:2 18522:1 18528:1 18530:1 18534:1 18556:1 18566:1 18582:1 18602:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18720:1 18730:1 18757:1 18758:1 18767:1 18769:2 18789:1 18815:1 18817:3 18821:1 18860:1 18861:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19053:1 19055:1 19078:3 19080:2 19085:1 19101:1 19106:2 19107:1 19134:1 19139:2 19141:1 19178:1 19184:1 19189:1 19192:1 19196:1 19199:1 19209:4 19211:1 19219:1 19220:3 19222:2 19231:1 19233:2 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:4 19296:1 19299:1 19303:1 19307:1 19315:1 19321:2 19323:2 19327:8 19331:1 19336:4 19339:1 19356:1 19371:3 19389:3 19393:2 19394:1 19395:1 19398:1 19401:1 19421:1 19444:1 19445:1 19448:1 19457:1 19488:3 19498:1 19501:1 19520:1 19526:5 19563:1 19569:1 19578:2 19580:1 19591:4 19605:3 19614:2 19642:1 19651:1 19654:4 19657:1 19674:1 19676:1 19678:1 19681:1 19697:1 19705:1 19716:3 19719:1 19724:1 19728:1 19734:6 19735:1 19763:1 19766:1 19768:1 19784:1 19813:1 19848:1 19864:1 19867:1 19890:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19962:1 19974:2 19981:3 20033:1 20035:1 20037:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:5 20063:1 20065:1 20078:1 20108:1 20124:1 20126:1 20157:7 20170:3 20197:2 20207:1 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20389:1 20436:1 20447:1 20486:1 20491:1 20497:1 20515:1 20518:1 20525:3 20530:2 20531:2 20560:1 20565:1 20568:1 20595:1 20635:1 20636:1 20708:3 20722:2 20742:1 20749:2 20751:1 20764:1 20768:2 20779:2 20780:1 20789:1 20812:1 20842:1 20854:1 20858:2 20873:1 20883:1 20886:1 20891:2 20927:1 20930:2 20933:1 20936:2 20965:2 20986:1 20999:1 21005:1 21016:2 21019:1 21028:1 21037:3 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21125:2 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21223:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:2 21292:2 21295:1 21297:1 21298:2 21305:1 21328:1 21335:2 21369:3 21376:1 21381:1 21431:1 21434:1
1 7:2 26:1 35:1 55:1 67:1 94:1 105:1 107:1 109:1 114:1 119:1 129:1 130:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 266:1 273:1 298:1 299:1 311:1 316:2 335:5 354:1 355:1 392:1 399:1 412:1 418:5 430:1 438:2 446:1 447:1 452:1 463:1 474:1 482:1 493:2 499:1 516:1 531:3 532:2 538:1 540:3 548:3 558:1 568:2 572:1 598:1 601:1 605:1 612:1 622:1 644:5 650:2 669:1 682:1 726:1 740:1 741:1 742:2 758:1 773:1 787:2 812:1 831:1 836:1 843:1 870:1 875:1 876:1 888:2 898:1 919:1 931:1 932:1 939:1 959:1 972:1 986:2 1004:1 1007:2 1009:1 1040:1 1041:1 1046:1 1049:1 1082:1 1118:1 1120:1 1165:1 1169:1 1190:1 1196:2 1205:1 1217:2 1226:1 1235:1 1237:1 1238:2 1261:1 1264:1 1278:4 1280:2 1286:1 1301:1 1306:3 1323:1 1347:7 1352:3 1364:3 1375:1 1383:1 1386:2 1392:1 1399:7 1418:4 1419:2 1422:6 1425:1 1426:1 1430:1 1432:2 1434:3 1451:2 1475:3 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:1 1642:1 1670:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:3 1815:2 1816:2 1818:3 1819:1 1824:1 1825:2 1827:1 1830:1 1831:2 1836:1 1837:1 1840:1 1845:1 1846:1 1853:1 1857:1 1861:1 1887:1 1889:1 1908:2 1941:2 1943:1 1959:1 1992:1 2014:1 2016:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2113:1 2123:1 2124:2 2125:2 2127:1 2150:1 2155:1 2170:1 2178:1 2206:1 2210:1 2213:1 2222:1 2225:1 2238:1 2279:1 2285:4 2295:5 2299:2 2315:1 2352:1 2369:1 2372:1 2379:1 2382:1 2388:1 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:3 2455:1 2458:1 2468:2 2471:1 2477:1 2481:1 2491:1 2496:1 2507:1 2512:1 2518:1 2519:1 2525:1 2528:1 2542:2 2561:1 2568:2 2570:1 2573:1 2599:4 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:4 2652:1 2661:2 2664:5 2697:3 2698:2 2699:3 2714:1 2719:1 2742:1 2745:3 2751:1 2784:1 2789:1 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:1 2875:2 2878:1 2885:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:2 2932:1 2938:1 2969:1 2973:2 2981:1 2991:1 3007:1 3012:1 3017:2 3023:1 3043:2 3079:4 3080:1 3106:7 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3165:2 3220:2 3226:3 3228:1 3229:1 3230:1 3240:1 3246:1 3251:1 3254:2 3259:1 3273:2 3277:1 3280:1 3282:3 3283:1 3289:1 3293:2 3294:2 3296:1 3301:1 3302:1 3310:4 3311:2 3314:5 3317:3 3319:1 3329:1 3345:1 3364:1 3368:1 3391:1 3403:1 3405:3 3416:2 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:2 3651:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3724:1 3727:2 3732:2 3737:1 3740:5 3748:1 3754:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:1 3786:1 3787:1 3797:2 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3861:1 3865:1 3868:1 3871:1 3872:1 3883:1 3891:3 3893:1 3904:1 3913:1 3920:5 3929:4 3943:1 3945:1 3959:1 3963:3 3964:2 3976:1 3995:1 3996:2 4001:1 4004:1 4006:1 4034:2 4062:1 4068:1 4075:1 4077:1 4079:2 4081:2 4092:1 4095:2 4100:1 4102:1 4104:3 4114:1 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4247:1 4250:9 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:1 4293:2 4316:8 4345:2 4348:2 4367:1 4370:2 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4512:1 4520:1 4523:1 4525:1 4537:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:2 4683:1 4696:2 4697:1 4714:1 4723:1 4725:1 4729:1 4744:1 4774:1 4787:1 4798:1 4799:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:1 4900:1 4914:1 4988:4 5009:1 5026:1 5034:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:10 5167:1 5171:2 5173:1 5174:1 5188:1 5193:1 5199:9 5212:2 5215:1 5235:3 5256:1 5258:1 5265:1 5268:1 5272:2 5278:1 5281:1 5285:1 5294:1 5314:1 5338:1 5339:1 5357:1 5361:1 5368:1 5372:1 5375:1 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:1 5428:1 5443:2 5447:1 5455:1 5469:2 5487:1 5489:1 5492:1 5495:2 5497:1 5501:1 5505:1 5506:2 5520:2 5532:1 5537:2 5538:2 5560:2 5565:1673 5577:1 5585:2 5601:1 5616:1 5617:1 5627:3 5629:3 5640:1 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5762:1 5767:1 5772:1 5794:1 5805:1 5814:1 5828:1 5840:2 5845:1 5848:1 5858:1 5863:1 5885:1 5893:1 5896:1 5898:1 5902:1 5908:1 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:7 6037:1 6045:1 6051:1 6079:2 6101:1 6114:1 6116:1 6120:1 6122:2 6130:1 6133:1 6145:2 6157:2 6189:1 6197:2 6214:2 6244:1 6252:1 6258:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:2 6383:1 6400:1 6421:1 6429:1 6442:2 6468:1 6477:1 6483:1 6500:1 6511:2 6519:1 6524:3 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:2 6571:1 6580:2 6581:2 6602:2 6613:2 6621:1 6629:1 6638:2 6640:1 6648:1 6669:1 6672:1 6678:2 6679:2 6681:1 6691:1 6700:2 6706:1 6707:2 6717:2 6718:1 6719:2 6727:1 6762:1 6790:1 6793:1 6808:1 6809:1 6831:1 6849:2 6860:1 6864:8 6868:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:3 6944:1 6952:1 6960:1 6962:1 6978:4 6994:1 7005:1 7034:1 7042:1 7062:2 7065:1 7072:1 7077:1 7082:3 7084:4 7086:2 7089:1 7093:1 7095:1 7096:1 7102:1 7103:3 7106:3 7110:2 7111:2 7125:3 7127:1 7137:1 7140:1 7170:1 7173:1 7178:1 7180:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7337:1 7351:2 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7456:1 7458:1 7466:1 7490:1 7508:1 7510:2 7521:2 7568:1 7597:1 7618:1 7623:2 7626:1 7629:1 7632:1 7633:1 7634:1 7635:1 7642:1 7650:1 7664:1 7673:2 7674:1 7677:1 7700:4 7709:2 7723:1 7726:1 7749:1 7754:1 7756:3 7767:2 7786:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:1 7848:1 7860:1 7867:1 7875:1 7885:2 7899:1 7904:1 7909:3 7910:8 7913:2 7921:1 7927:1 7930:2 7931:1 7938:1 7942:1 7956:1 7965:1 7973:1 8016:1 8029:1 8034:1 8043:1 8047:1 8075:1 8078:1 8083:1 8093:1 8118:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:3 8181:1 8185:2 8187:1 8189:1 8192:3 8210:1 8222:1 8234:1 8240:1 8248:3 8261:1 8267:1 8276:2 8280:5 8284:1 8296:2 8300:1 8310:1 8311:1 8330:1 8372:6 8394:1 8408:1 8436:1 8445:1 8446:1 8449:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:1 8566:1 8572:1 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:3 8647:1 8648:1 8653:1 8654:1 8658:1 8718:1 8719:1 8728:1 8737:1 8740:1 8741:1 8742:3 8748:9 8750:2 8752:2 8770:2 8789:2 8811:2 8823:3 8827:1 8837:1 8849:1 8854:1 8864:2 8868:1 8879:1 8887:1 8897:2 8913:2 8922:1 8934:3 8938:1 8950:5 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9075:1 9085:1 9099:1 9103:2 9109:1 9112:1 9113:1 9117:1 9122:1 9124:1 9130:1 9131:1 9133:1 9137:2 9141:3 9143:2 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:2 9212:1 9230:2 9239:1 9246:1 9265:1 9276:1 9281:1 9288:1 9294:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:1 9535:1 9546:1 9547:2 9552:1 9554:1 9563:1 9574:1 9577:1 9597:2 9602:1 9606:1 9628:2 9640:1 9670:1 9678:1 9681:1 9696:1 9721:1 9725:1 9729:1 9732:2 9736:1 9772:1 9779:2 9780:1 9788:1 9789:1 9799:1 9803:2 9824:4 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:7 9927:1 9934:1 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:1 10001:1 10007:1 10023:2 10025:1 10030:1 10043:3 10047:1 10050:1 10051:2 10052:1 10068:2 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:1 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10293:1 10297:3 10302:1 10305:1 10308:1 10309:2 10310:1 10314:1 10316:1 10320:1 10324:2 10325:1 10326:2 10344:3 10345:3 10347:1 10351:1 10360:4 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10424:2 10431:1 10432:1 10434:1 10441:1 10469:1 10475:2 10483:2 10495:1 10537:1 10549:1 10550:1 10559:1 10582:1 10593:1 10598:1 10613:1 10614:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10718:1 10722:3 10724:1 10730:1 10748:1 10749:2 10751:2 10752:1 10777:1 10797:2 10799:1 10805:1 10806:4 10817:1 10826:1 10830:1 10838:1 10840:4 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:4 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:2 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11030:1 11036:1 11042:1 11049:1 11061:1 11095:1 11109:1 11114:2 11148:1 11157:1 11182:2 11199:3 11200:6 11201:3 11204:1 11221:1 11224:3 11233:2 11242:3 11245:2 11247:2 11258:1 11263:1 11286:2 11287:2 11289:1 11291:1 11299:2 11311:29 11312:1 11322:1 11328:1 11330:1 11337:2 11344:5 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:2 11445:2 11449:1 11462:1 11478:1 11513:1 11519:1 11535:1 11540:1 11568:1 11573:1 11577:1 11597:1 11598:2 11613:1 11627:1 11637:1 11640:2 11645:2 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11722:1 11724:1 11744:2 11747:1 11755:1 11768:1 11770:1 11812:1 11814:1 11847:1 11873:1 11874:1 11883:2 11890:1 11895:1 11896:1 11907:1 11915:1 11924:1 11938:1 11951:1 11960:1 11979:1 11986:3 12002:16 12017:1 12038:2 12043:2 12050:1 12126:2 12129:1 12135:1 12144:1 12148:1 12171:3 12174:1 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:1 12251:1 12252:1 12265:1 12269:1 12279:3 12282:1 12283:4 12295:2 12300:1 12326:2 12332:1 12337:1 12353:1 12365:1 12369:1 12382:1 12408:1 12419:1 12427:1 12434:1 12439:1 12453:2 12477:1 12488:1 12493:1 12500:1 12520:2 12538:1 12551:1 12552:1 12577:1 12587:1 12589:2 12590:1 12593:1 12599:1 12610:1 12625:1 12639:1 12655:3 12656:1 12659:1 12662:1 12664:3 12672:1 12676:1 12682:2 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12788:1 12789:2 12791:1 12792:1 12806:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:1 12981:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13048:1 13052:3 13084:2 13089:1 13097:2 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:3 13257:1 13262:1 13292:2 13294:4 13296:1 13321:2 13355:1 13374:1 13381:1 13395:1 13399:1 13404:2 13423:1 13431:1 13432:2 13437:1 13443:1 13447:1 13449:1 13452:1 13453:2 13512:1 13528:1 13539:2 13542:1 13545:1 13554:2 13557:1 13559:4 13585:1 13605:4 13629:1 13639:1 13643:5 13671:1 13680:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:2 13728:2 13734:1 13735:1 13742:1 13744:1 13752:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:6 13864:1 13865:1 13873:1 13910:2 13937:1 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:1 14020:3 14024:2 14029:1 14031:1 14034:2 14039:1 14079:1 14083:4 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14148:1 14176:7 14181:2 14209:1 14213:1 14218:1 14221:1 14223:1 14242:2 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14422:1 14428:1 14431:1 14443:5 14462:1 14468:2 14484:3 14490:1 14503:1 14508:1 14521:1 14529:1 14532:2 14554:2 14559:1 14562:1 14565:1 14572:1 14573:1 14577:1 14621:1 14625:1 14638:2 14639:1 14643:1 14650:1 14675:1 14688:1 14691:3 14692:2 14696:1 14720:1 14725:1 14734:1 14738:1 14744:9 14748:1 14750:1 14761:2 14763:2 14769:1 14785:2 14805:1 14806:1 14810:1 14828:1 14829:1 14872:7 14873:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:3 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15112:1 15122:4 15123:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15214:1 15220:2 15241:1 15250:1 15251:1 15276:2 15293:1 15298:1 15302:5 15305:1 15307:3 15309:2 15325:1 15330:3 15336:1 15344:1 15349:1 15358:1 15365:1 15376:2 15388:3 15389:1 15423:1 15424:1 15433:3 15435:1 15456:1 15459:1 15466:3 15469:1 15476:1 15481:1 15488:3 15500:1 15508:2 15509:4 15512:1 15534:1 15548:1 15559:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:2 15682:1 15686:1 15715:1 15729:1 15760:1 15790:1 15796:1 15799:1 15800:1 15818:1 15822:1 15823:2 15827:1 15835:2 15842:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:2 15884:3 15886:1 15888:1 15895:1 15896:2 15909:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:3 16001:1 16007:1 16020:1 16021:1 16035:3 16041:1 16067:1 16073:1 16120:1 16121:1 16137:1 16141:1 16170:1 16182:1 16197:1 16216:1 16245:1 16261:1 16265:1 16274:2 16294:1 16295:1 16303:1 16314:1 16318:2 16320:1 16323:1 16324:1 16334:2 16338:1 16339:2 16360:1 16366:2 16369:1 16384:1 16391:1 16408:9 16412:1 16414:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16482:1 16539:2 16543:2 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:1 16606:2 16622:1 16625:1 16653:1 16671:2 16680:1 16683:1 16690:1 16716:1 16719:1 16729:1 16731:1 16734:1 16753:1 16775:3 16781:1 16789:9 16790:2 16791:1 16795:1 16798:2 16804:1 16805:1 16810:1 16814:1 16817:1 16822:1 16830:1 16847:1 16852:1 16854:1 16855:1 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16955:1 16958:1 16977:3 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17045:1 17048:1 17067:1 17073:1 17085:1 17112:5 17126:1 17137:1 17162:1 17168:1 17170:1 17173:1 17201:1 17210:1 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17265:1 17285:6 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17349:1 17353:1 17357:1 17369:1 17372:1 17375:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:4 17473:1 17474:1 17476:1 17497:1 17498:1 17501:1 17509:1 17510:2 17519:1 17524:1 17528:1 17594:1 17595:1 17601:5 17623:1 17628:1 17633:1 17634:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17719:1 17730:1 17738:1 17748:1 17757:1 17759:2 17784:2 17809:1 17826:1 17836:1 17839:2 17871:1 17872:2 17897:1 17916:1 17932:1 17936:1 17955:1 17970:1 17975:3 17978:1 17981:1 17984:1 18008:1 18018:2 18024:1 18035:1 18041:1 18056:2 18057:1 18059:2 18061:1 18076:2 18080:1 18082:1 18087:1 18091:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:3 18233:1 18240:1 18244:1 18245:1 18259:1 18277:1 18317:6 18326:1 18328:2 18343:1 18345:1 18351:1 18357:1 18363:1 18371:1 18375:1 18385:1 18407:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:1 18472:1 18481:1 18484:1 18487:1 18515:2 18522:1 18528:1 18530:1 18534:1 18556:1 18566:1 18582:1 18602:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18720:1 18730:1 18757:1 18758:1 18767:1 18769:2 18789:1 18815:1 18817:3 18821:1 18847:1 18860:1 18861:1 18877:1 18905:1 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:1 19053:1 19055:2 19078:3 19080:2 19085:1 19101:1 19106:2 19107:1 19134:1 19139:2 19141:1 19178:1 19184:1 19189:1 19192:1 19196:1 19199:1 19209:4 19211:1 19219:1 19220:3 19222:2 19231:1 19233:2 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:4 19296:1 19299:1 19303:1 19307:1 19315:1 19321:2 19323:2 19327:8 19331:1 19336:4 19339:1 19356:1 19371:3 19389:3 19393:2 19394:1 19395:1 19398:1 19401:1 19421:1 19444:1 19445:1 19448:1 19457:1 19488:3 19498:1 19501:1 19520:1 19526:5 19563:1 19569:1 19578:2 19580:1 19591:4 19605:3 19614:2 19642:1 19651:1 19654:4 19657:1 19674:1 19676:1 19678:1 19681:1 19697:1 19705:1 19716:3 19719:1 19722:1 19724:1 19728:1 19734:6 19735:1 19763:1 19766:1 19768:1 19784:1 19813:1 19848:1 19864:1 19867:1 19890:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19962:1 19974:2 19981:3 20033:1 20035:1 20037:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:5 20063:1 20065:1 20078:1 20105:1 20108:1 20124:1 20126:1 20157:7 20170:3 20197:2 20207:1 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20389:1 20426:1 20436:1 20447:1 20486:1 20491:1 20497:2 20515:1 20518:1 20525:3 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20595:1 20613:1 20635:1 20636:1 20708:3 20722:2 20742:1 20749:2 20751:1 20764:1 20768:2 20779:2 20780:1 20789:1 20812:1 20842:1 20854:1 20858:2 20873:1 20883:1 20886:1 20891:2 20927:1 20930:2 20933:1 20936:2 20965:2 20986:1 20999:1 21005:1 21016:2 21019:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21125:2 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21223:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:2 21292:2 21295:2 21297:1 21298:3 21305:1 21328:1 21335:2 21369:4 21376:1 21381:1 21431:1 21434:1
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:1 114:1 119:1 129:1 130:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 266:1 273:1 298:1 299:1 311:1 316:2 335:5 350:1 354:1 355:1 392:1 399:1 412:1 418:5 430:1 438:3 446:1 447:1 448:1 452:1 463:1 474:1 482:1 493:2 499:1 516:1 531:3 532:2 538:1 540:3 548:3 558:1 568:2 572:2 598:1 601:1 605:1 612:1 622:1 644:5 650:2 669:1 682:1 690:1 726:1 740:1 741:1 742:2 758:1 773:1 787:2 812:1 831:1 836:1 843:1 870:1 875:1 876:1 888:2 898:1 919:1 931:1 932:2 939:1 959:1 972:1 973:1 986:2 1004:1 1007:3 1009:1 1015:1 1040:1 1041:1 1046:1 1049:1 1082:1 1118:1 1120:1 1165:1 1169:2 1190:1 1196:2 1205:1 1217:2 1226:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:4 1280:2 1286:1 1301:1 1306:3 1323:1 1347:9 1352:4 1364:3 1375:1 1383:1 1386:2 1392:1 1399:9 1418:4 1419:2 1422:6 1425:1 1426:1 1430:1 1432:2 1434:3 1451:2 1475:3 1477:3 1481:1 1495:1 1545:2 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:1 1642:1 1670:1 1671:1 1702:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:3 1815:2 1816:2 1818:3 1819:1 1824:1 1825:2 1827:1 1830:1 1831:3 1836:1 1837:1 1840:1 1845:1 1846:1 1853:1 1857:1 1861:1 1887:1 1889:1 1908:2 1941:2 1943:1 1959:1 1992:1 2014:1 2016:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2113:1 2123:1 2124:2 2125:2 2127:1 2150:1 2155:1 2170:1 2178:1 2206:1 2210:1 2213:1 2222:1 2225:1 2238:1 2279:1 2285:4 2295:5 2299:2 2315:1 2352:1 2369:1 2372:1 2379:1 2382:1 2388:1 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:3 2455:1 2458:1 2468:2 2471:1 2477:1 2481:1 2491:1 2496:1 2507:1 2512:1 2518:1 2519:1 2525:1 2528:1 2542:2 2561:1 2568:2 2570:1 2573:1 2599:4 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:5 2652:1 2661:2 2664:5 2697:3 2698:2 2699:3 2714:1 2719:1 2742:1 2745:3 2751:1 2784:1 2789:1 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:2 2875:2 2877:1 2878:1 2885:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:2 2931:1 2932:1 2938:1 2969:1 2973:2 2981:1 2991:1 3007:1 3012:1 3017:2 3023:1 3043:2 3079:4 3080:1 3106:7 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3165:2 3187:1 3220:2 3226:3 3228:1 3229:1 3230:1 3240:1 3246:1 3251:1 3254:2 3259:1 3273:2 3277:1 3280:2 3282:3 3283:1 3289:1 3293:2 3294:2 3296:1 3301:2 3302:1 3310:4 3311:3 3314:5 3317:4 3319:1 3329:1 3345:1 3364:1 3368:1 3391:1 3403:1 3405:3 3408:1 3416:2 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:3 3651:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3724:1 3727:2 3732:2 3737:1 3740:5 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:1 3786:1 3787:1 3797:3 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3861:1 3865:1 3868:1 3871:1 3872:1 3877:1 3883:1 3891:4 3893:1 3904:1 3913:1 3920:5 3929:4 3931:1 3943:1 3945:1 3956:1 3959:1 3963:3 3964:2 3976:1 3995:1 3996:2 4001:1 4004:1 4006:1 4034:2 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:2 4100:1 4102:1 4104:3 4106:1 4114:1 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4241:1 4247:1 4250:9 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:1 4293:2 4316:9 4345:2 4348:2 4367:1 4370:2 4380:1 4401:1 4451:1 4470:1 4471:4 4493:1 4504:2 4512:1 4520:1 4523:1 4525:1 4537:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:2 4683:1 4696:2 4697:1 4714:1 4723:1 4725:1 4729:1 4744:1 4774:1 4787:1 4798:1 4799:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:1 4900:1 4914:1 4988:5 5009:1 5026:1 5034:1 5041:1 5089:1 5102:1 5130:2 5136:1 5151:1 5158:10 5167:1 5171:2 5173:1 5174:1 5188:1 5193:1 5199:9 5212:2 5215:1 5235:3 5256:1 5258:1 5265:1 5268:1 5272:2 5278:1 5281:1 5285:1 5294:1 5314:1 5338:1 5339:1 5357:1 5361:1 5363:1 5368:2 5372:1 5375:1 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:1 5428:1 5443:2 5445:1 5447:1 5455:1 5469:2 5487:1 5489:1 5492:1 5495:2 5497:1 5501:1 5505:2 5506:2 5520:2 5532:1 5537:2 5538:2 5560:2 5565:1765 5577:1 5585:2 5601:1 5616:1 5617:1 5627:3 5629:3 5640:1 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5762:1 5767:1 5772:1 5794:1 5805:1 5814:1 5828:1 5840:2 5845:1 5848:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:1 5908:2 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:2 6101:1 6114:1 6116:1 6120:1 6122:2 6130:1 6133:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:2 6244:1 6252:1 6258:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:2 6383:1 6400:1 6421:1 6429:1 6442:2 6468:1 6477:1 6483:1 6500:1 6511:2 6519:1 6524:3 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:2 6571:1 6580:2 6581:2 6602:2 6613:2 6621:1 6629:1 6638:2 6640:1 6648:1 6669:1 6672:1 6678:2 6679:2 6681:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:3 6718:1 6719:2 6727:1 6762:1 6790:1 6793:1 6808:1 6809:1 6831:1 6849:2 6860:1 6864:8 6868:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:3 6944:1 6952:1 6960:1 6962:1 6978:4 6994:1 7005:1 7034:1 7042:1 7062:2 7065:1 7072:1 7077:1 7082:4 7084:4 7086:2 7089:1 7093:1 7095:1 7096:1 7102:1 7103:4 7106:3 7110:2 7111:3 7125:3 7127:1 7137:1 7140:1 7164:1 7170:1 7173:1 7178:1 7180:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7337:1 7350:1 7351:2 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7416:1 7427:1 7432:1 7456:1 7458:1 7466:1 7490:1 7508:1 7510:2 7520:1 7521:2 7568:1 7597:1 7618:1 7623:2 7626:1 7629:1 7632:1 7633:1 7634:1 7635:1 7642:1 7650:1 7653:1 7664:2 7673:2 7674:1 7677:1 7700:4 7709:2 7723:1 7726:1 7749:1 7754:1 7756:3 7767:2 7786:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:1 7839:1 7848:1 7860:1 7867:1 7875:1 7885:2 7899:1 7904:1 7909:3 7910:9 7913:2 7921:1 7927:1 7930:3 7931:1 7938:1 7942:1 7956:1 7965:1 7973:1 8011:1 8016:1 8029:1 8034:1 8043:1 8047:1 8075:1 8078:1 8083:1 8093:1 8118:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:3 8181:1 8185:2 8187:1 8189:1 8192:3 8210:1 8212:1 8222:1 8234:1 8240:1 8248:3 8261:1 8267:1 8276:2 8280:5 8284:1 8296:2 8300:1 8310:1 8311:1 8330:1 8372:6 8394:1 8408:1 8436:1 8445:1 8446:1 8449:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:2 8566:1 8572:1 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:3 8647:1 8648:1 8653:1 8654:1 8658:1 8671:1 8718:1 8719:1 8728:1 8730:1 8737:1 8740:1 8741:1 8742:3 8748:9 8750:2 8752:2 8770:2 8789:2 8811:2 8823:3 8827:1 8837:1 8849:1 8854:1 8864:2 8868:1 8879:1 8887:1 8897:2 8913:2 8922:1 8934:3 8938:1 8950:5 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:1 9085:1 9099:2 9103:2 9109:1 9112:1 9113:1 9117:1 9122:1 9124:1 9130:1 9131:1 9133:1 9137:2 9141:3 9143:2 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:2 9212:1 9230:2 9239:1 9246:1 9256:1 9265:1 9276:1 9281:1 9288:1 9294:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:1 9531:1 9535:1 9546:1 9547:2 9552:1 9554:1 9563:1 9574:1 9577:1 9597:2 9602:1 9606:1 9628:2 9640:2 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9721:1 9725:1 9729:1 9732:2 9736:1 9739:1 9772:1 9779:2 9780:1 9788:1 9789:1 9799:1 9803:2 9824:5 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:7 9927:1 9934:1 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:1 10001:1 10007:1 10023:2 10025:1 10030:1 10043:3 10047:1 10050:1 10051:2 10052:1 10068:2 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:1 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10293:1 10297:3 10302:1 10304:1 10305:1 10308:2 10309:2 10310:1 10314:1 10316:1 10320:1 10324:2 10325:1 10326:2 10344:3 10345:4 10347:1 10351:1 10360:4 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10424:2 10431:1 10432:1 10434:1 10441:1 10469:1 10475:2 10483:2 10495:1 10537:1 10541:1 10549:1 10550:1 10559:1 10582:1 10593:1 10598:1 10613:1 10614:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10712:1 10718:1 10722:3 10724:1 10730:1 10748:1 10749:2 10751:2 10752:1 10777:1 10797:2 10799:1 10805:1 10806:4 10817:2 10826:1 10830:1 10835:1 10838:1 10840:4 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:4 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:2 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11030:1 11036:1 11042:1 11049:1 11061:1 11069:1 11095:1 11109:1 11114:2 11148:1 11157:1 11182:2 11199:3 11200:6 11201:3 11204:1 11221:1 11224:3 11233:2 11242:3 11245:2 11247:2 11250:1 11258:1 11263:1 11286:2 11287:2 11289:1 11291:1 11299:2 11311:32 11312:1 11316:1 11322:1 11328:1 11330:1 11337:2 11344:5 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:2 11445:2 11449:1 11462:1 11478:1 11513:1 11519:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:1 11597:1 11598:3 11613:1 11627:1 11637:1 11640:2 11645:2 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11722:1 11724:1 11741:1 11742:1 11744:2 11747:1 11755:1 11768:1 11770:1 11812:1 11814:1 11841:1 11847:1 11873:1 11874:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:1 11915:1 11924:1 11938:1 11951:1 11959:1 11960:1 11979:1 11986:3 12002:17 12017:1 12038:3 12043:3 12050:1 12126:2 12129:1 12135:1 12144:1 12148:1 12171:3 12174:1 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:2 12251:1 12252:1 12265:1 12269:1 12279:3 12282:1 12283:4 12295:2 12300:1 12326:2 12332:1 12337:1 12353:1 12365:1 12369:1 12382:1 12408:1 12419:1 12427:1 12434:1 12439:1 12453:2 12477:1 12488:1 12493:1 12500:1 12520:2 12531:1 12538:1 12551:1 12552:1 12563:1 12577:1 12587:2 12589:2 12590:1 12593:1 12599:1 12610:1 12625:1 12639:1 12655:3 12656:1 12659:1 12662:1 12664:4 12672:1 12676:1 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12788:1 12789:2 12791:1 12792:1 12806:1 12838:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:1 12981:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13048:1 13052:3 13084:2 13089:1 13097:2 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:3 13257:1 13262:1 13292:3 13294:4 13296:1 13321:2 13355:1 13374:1 13381:1 13395:1 13399:1 13404:2 13423:1 13431:1 13432:2 13437:1 13443:1 13447:1 13449:1 13452:1 13453:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:2 13557:1 13559:4 13585:1 13605:4 13629:1 13639:1 13643:5 13671:1 13680:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:2 13728:2 13734:1 13735:1 13742:1 13744:1 13752:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:6 13864:1 13865:1 13873:1 13910:2 13937:1 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:1 14020:3 14024:2 14029:1 14031:1 14034:2 14039:1 14049:1 14079:1 14083:4 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14148:1 14176:8 14181:2 14209:1 14213:1 14218:1 14221:1 14223:1 14242:2 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14392:1 14422:1 14428:1 14431:1 14443:5 14462:1 14468:3 14484:3 14490:1 14503:1 14508:1 14521:1 14529:1 14532:2 14554:2 14559:1 14562:1 14565:1 14572:1 14573:1 14577:1 14621:1 14625:1 14638:2 14639:1 14643:1 14650:1 14675:1 14688:1 14691:3 14692:2 14696:1 14720:2 14725:1 14734:1 14738:1 14744:9 14748:1 14750:1 14761:2 14763:2 14769:1 14785:2 14805:1 14806:1 14810:1 14828:1 14829:1 14872:8 14873:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:3 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15214:1 15220:2 15241:1 15250:1 15251:1 15276:2 15293:1 15298:1 15302:5 15305:1 15307:4 15309:2 15325:1 15330:3 15336:1 15344:1 15349:1 15358:1 15365:1 15376:2 15388:3 15389:1 15423:1 15424:1 15433:3 15435:1 15456:1 15459:1 15466:3 15469:1 15476:1 15481:1 15488:3 15500:1 15508:2 15509:4 15512:1 15534:1 15548:1 15559:1 15560:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:2 15682:1 15686:1 15715:1 15729:1 15760:1 15771:1 15790:1 15796:1 15799:1 15800:1 15818:1 15822:1 15823:2 15827:1 15835:2 15842:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:3 15882:1 15884:3 15886:1 15888:1 15895:1 15896:2 15909:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:3 16001:1 16007:1 16020:1 16021:1 16035:3 16041:1 16067:1 16073:1 16120:1 16121:1 16137:1 16141:1 16170:1 16182:1 16197:1 16216:1 16245:1 16261:1 16265:1 16274:2 16294:1 16295:1 16303:1 16314:1 16318:2 16320:1 16323:1 16324:1 16334:2 16338:1 16339:2 16360:1 16366:2 16369:1 16384:1 16391:1 16408:9 16412:1 16414:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16482:1 16539:2 16543:2 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:1 16606:2 16622:1 16625:1 16653:1 16671:2 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16753:1 16775:3 16781:1 16789:9 16790:2 16791:1 16795:1 16798:2 16804:1 16805:1 16810:1 16814:1 16817:1 16822:1 16830:1 16847:1 16852:1 16854:1 16855:1 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16955:1 16958:1 16977:3 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17045:1 17048:1 17067:1 17073:1 17085:1 17112:5 17123:1 17126:1 17137:1 17162:1 17168:1 17170:1 17173:1 17201:1 17210:2 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17265:1 17285:6 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17349:1 17353:1 17357:1 17369:1 17372:1 17375:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:4 17473:1 17474:1 17476:1 17497:1 17498:1 17501:1 17509:1 17510:2 17519:1 17524:1 17528:1 17548:1 17594:1 17595:1 17601:5 17623:1 17628:1 17633:1 17634:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17719:1 17730:1 17738:1 17748:1 17757:1 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17897:1 17916:1 17932:1 17936:1 17955:1 17970:1 17975:3 17978:1 17981:1 17984:1 18008:1 18018:2 18024:1 18035:1 18041:1 18056:2 18057:1 18059:2 18061:1 18076:2 18080:1 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:3 18233:1 18240:1 18244:1 18245:2 18259:1 18270:1 18277:1 18317:7 18326:1 18328:2 18343:1 18345:1 18351:1 18357:1 18363:1 18371:1 18375:1 18385:2 18407:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:1 18472:1 18481:1 18484:1 18487:1 18515:2 18522:1 18528:1 18530:1 18534:1 18556:1 18566:1 18582:1 18602:1 18617:1 18661:1 18682:1 18690:1 18718:1 18719:1 18720:1 18730:1 18757:1 18758:1 18767:1 18769:2 18789:1 18815:1 18817:3 18821:1 18847:1 18860:1 18861:1 18877:1 18905:2 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:1 19050:1 19053:1 19055:2 19078:3 19080:2 19085:1 19101:1 19106:2 19107:1 19134:1 19139:2 19141:1 19178:1 19184:1 19189:1 19192:1 19196:1 19199:1 19209:4 19211:1 19219:1 19220:3 19222:2 19231:1 19233:2 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:4 19296:1 19299:1 19303:1 19307:1 19315:1 19321:2 19323:2 19327:10 19331:1 19336:4 19339:1 19356:1 19371:3 19389:3 19393:2 19394:1 19395:1 19398:1 19401:1 19421:1 19444:1 19445:1 19448:1 19457:1 19488:3 19498:1 19501:1 19520:1 19526:5 19563:1 19569:1 19578:2 19580:1 19591:4 19605:3 19614:2 19642:1 19651:1 19654:4 19657:1 19674:1 19676:1 19678:1 19681:1 19697:1 19705:1 19716:3 19717:1 19719:1 19722:1 19723:1 19724:1 19728:1 19734:6 19735:1 19763:1 19766:1 19768:1 19784:1 19785:1 19813:1 19848:1 19849:1 19864:1 19867:1 19890:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19962:1 19974:2 19981:3 20033:1 20035:1 20037:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:5 20063:1 20065:1 20078:1 20105:1 20108:1 20124:1 20126:1 20157:7 20170:3 20197:2 20207:1 20256:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20389:1 20417:1 20426:1 20436:1 20447:1 20486:1 20491:1 20497:2 20515:1 20518:1 20525:3 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20595:1 20613:1 20635:1 20636:1 20708:3 20722:2 20742:1 20749:2 20751:2 20764:1 20768:2 20779:2 20780:1 20782:1 20789:2 20812:1 20842:1 20854:1 20858:2 20873:1 20883:2 20886:1 20891:2 20927:1 20930:2 20933:1 20936:2 20965:2 20983:1 20986:1 20999:1 21005:1 21016:2 21019:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21125:2 21153:1 21168:1 21172:1 21192:1 21193:1 21194:1 21202:1 21223:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:2 21292:2 21295:2 21297:1 21298:3 21305:1 21328:1 21335:2 21369:4 21376:1 21381:1 21431:1 21434:1
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:2 114:1 119:1 129:1 130:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 266:1 273:1 298:1 299:1 311:1 316:2 335:5 350:1 354:1 355:1 392:1 399:1 412:1 418:6 430:1 438:3 446:1 447:1 448:1 452:1 463:1 474:1 482:1 493:2 499:1 516:1 531:3 532:2 538:1 540:3 548:3 558:1 568:2 572:2 598:1 601:1 605:1 612:1 622:1 641:1 644:5 650:2 669:1 682:1 683:1 690:1 726:1 740:1 741:1 742:2 758:1 773:1 787:2 812:1 819:1 831:1 836:1 843:1 851:1 870:1 875:1 876:1 882:1 888:2 898:1 919:1 931:1 932:2 939:1 959:1 972:1 973:1 986:2 1004:1 1007:3 1009:1 1015:1 1040:2 1041:1 1046:1 1049:1 1082:1 1100:1 1118:1 1120:1 1165:1 1169:2 1190:1 1196:3 1205:1 1217:2 1226:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:2 1286:1 1301:1 1306:3 1323:1 1347:9 1352:4 1364:3 1375:1 1383:1 1386:2 1392:1 1399:9 1417:1 1418:4 1419:2 1422:6 1425:1 1426:1 1430:1 1432:2 1434:3 1451:2 1475:3 1477:3 1481:2 1495:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:1 1642:1 1670:1 1671:1 1702:1 1705:1 1709:1 1711:1 1719:1 1721:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:3 1815:2 1816:2 1818:4 1819:1 1824:1 1825:2 1827:1 1830:1 1831:3 1836:1 1837:1 1840:1 1841:1 1845:1 1846:1 1853:1 1857:1 1861:1 1887:1 1889:2 1908:2 1941:2 1943:1 1959:1 1992:1 2014:1 2016:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2150:1 2155:1 2170:1 2178:2 2206:1 2210:1 2213:1 2222:1 2225:2 2238:1 2279:1 2285:4 2295:5 2299:2 2315:1 2352:2 2369:1 2372:1 2379:1 2382:1 2388:1 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:4 2455:1 2458:1 2468:2 2471:1 2477:1 2481:1 2491:1 2496:1 2499:1 2507:1 2512:1 2518:1 2519:1 2525:1 2528:1 2542:3 2561:1 2568:2 2570:1 2573:1 2599:4 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:6 2652:1 2661:2 2664:5 2696:1 2697:3 2698:2 2699:3 2714:1 2719:1 2742:1 2745:3 2751:1 2784:1 2789:1 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:2 2875:2 2877:1 2878:1 2885:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:2 2931:1 2932:1 2938:1 2969:1 2973:2 2981:1 2991:1 3007:1 3012:1 3017:2 3023:1 3043:2 3079:4 3080:1 3106:8 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3187:1 3220:2 3226:3 3228:1 3229:1 3230:2 3238:1 3240:1 3246:1 3251:1 3254:2 3259:1 3273:2 3277:1 3280:2 3282:3 3283:1 3289:1 3293:2 3294:2 3296:1 3301:2 3302:1 3310:4 3311:3 3314:5 3317:4 3319:1 3329:1 3345:1 3364:1 3368:1 3391:1 3403:1 3405:3 3408:1 3416:2 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:3 3651:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:2 3732:2 3737:1 3740:5 3742:2 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:1 3786:1 3787:1 3797:3 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3861:1 3865:1 3868:1 3871:1 3872:1 3877:1 3883:1 3891:6 3893:1 3904:1 3913:1 3920:5 3929:4 3931:1 3943:1 3945:1 3956:1 3959:1 3963:3 3964:2 3976:1 3995:1 3996:2 4001:1 4004:1 4006:1 4034:2 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:2 4100:1 4102:1 4104:3 4106:1 4114:2 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4241:1 4247:1 4250:10 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:1 4293:2 4316:9 4319:1 4336:1 4345:2 4348:2 4367:1 4370:2 4380:1 4384:1 4401:1 4429:1 4451:1 4470:1 4471:4 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4537:1 4551:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:2 4683:1 4696:2 4697:1 4714:1 4723:1 4725:1 4729:1 4744:1 4774:1 4787:1 4798:1 4799:2 4810:1 4815:1 4828:1 4843:6 4866:1 4870:2 4900:1 4914:1 4973:2 4988:6 5009:1 5026:1 5034:1 5041:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:10 5167:1 5171:2 5173:1 5174:1 5188:1 5193:1 5199:11 5212:2 5215:1 5235:3 5255:1 5256:1 5258:1 5265:1 5268:1 5272:3 5278:1 5281:1 5285:1 5294:1 5314:1 5338:1 5339:1 5357:1 5361:1 5363:1 5368:2 5372:1 5375:1 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:1 5428:1 5443:2 5445:1 5447:1 5455:1 5469:2 5487:1 5489:1 5492:1 5495:4 5497:1 5501:1 5505:2 5506:2 5520:2 5532:1 5537:2 5538:2 5557:1 5560:2 5565:1854 5577:1 5583:1 5585:2 5588:1 5601:1 5616:1 5617:1 5627:3 5629:3 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5762:2 5767:1 5772:1 5794:1 5802:1 5805:1 5814:1 5828:1 5840:2 5842:1 5845:1 5848:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:2 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:1 6122:2 6130:1 6133:1 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:2 6244:1 6252:1 6258:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:2 6383:1 6400:1 6421:1 6429:1 6442:2 6449:1 6468:1 6477:1 6483:1 6500:1 6511:2 6519:1 6524:3 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:2 6571:1 6580:2 6581:2 6602:2 6613:2 6621:1 6629:1 6638:2 6640:1 6648:1 6669:1 6672:2 6678:2 6679:2 6681:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:3 6718:1 6719:2 6727:1 6762:1 6790:1 6793:1 6808:2 6809:1 6831:1 6849:2 6850:1 6860:1 6864:8 6868:1 6872:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:4 6944:1 6952:1 6960:1 6962:1 6978:4 6994:1 7005:1 7034:1 7042:1 7050:1 7062:2 7065:1 7072:1 7077:1 7082:4 7084:4 7086:2 7089:1 7093:1 7095:1 7096:1 7100:1 7102:1 7103:4 7106:3 7110:2 7111:4 7125:3 7127:1 7137:1 7140:1 7164:1 7170:1 7173:1 7178:1 7180:1 7182:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7337:1 7350:1 7351:2 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7456:1 7458:1 7466:1 7476:1 7490:1 7508:1 7510:3 7520:1 7521:2 7568:1 7597:1 7618:1 7623:2 7626:1 7629:1 7632:2 7633:1 7634:2 7635:1 7642:1 7650:1 7653:1 7664:2 7673:2 7674:1 7677:1 7700:4 7709:2 7723:1 7726:1 7749:1 7754:1 7756:3 7767:3 7786:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:1 7839:1 7848:1 7860:1 7867:1 7871:1 7875:1 7885:2 7899:1 7904:1 7909:3 7910:9 7913:2 7921:1 7927:1 7930:3 7931:1 7938:1 7942:1 7956:1 7965:1 7973:1 7999:1 8011:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8083:1 8093:1 8118:1 8127:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:4 8181:1 8185:2 8187:1 8189:1 8192:4 8210:1 8212:1 8222:1 8234:1 8240:1 8248:3 8261:1 8263:1 8267:1 8276:2 8280:5 8284:1 8296:2 8300:1 8310:1 8311:1 8330:2 8372:6 8394:1 8408:1 8436:1 8445:1 8446:1 8449:1 8466:1 8477:1 8491:1 8492:1 8517:1 8540:1 8554:2 8566:1 8572:1 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:5 8647:1 8648:1 8653:1 8654:1 8658:1 8662:1 8671:1 8715:1 8718:1 8719:1 8728:1 8730:2 8737:1 8740:1 8741:1 8742:3 8748:9 8750:2 8752:2 8770:2 8789:2 8811:2 8823:3 8827:1 8837:2 8849:1 8854:1 8864:2 8868:1 8879:1 8887:1 8897:2 8906:1 8913:2 8922:1 8934:3 8938:1 8950:5 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:1 9085:1 9099:2 9103:2 9109:1 9112:1 9113:1 9117:1 9122:2 9124:2 9130:1 9131:1 9133:1 9137:2 9139:2 9141:3 9143:2 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:3 9212:1 9230:2 9239:1 9246:1 9256:1 9265:1 9276:1 9281:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:2 9531:1 9535:1 9546:1 9547:2 9552:1 9554:1 9559:1 9563:1 9574:1 9577:1 9597:2 9602:1 9606:1 9628:2 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9721:1 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9772:1 9779:2 9780:1 9788:1 9789:1 9799:1 9803:2 9824:6 9834:1 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:7 9927:2 9934:1 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:3 10047:1 10050:1 10051:2 10052:1 10068:2 10074:1 10087:1 10089:1 10115:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:2 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10293:1 10297:3 10302:1 10304:1 10305:2 10308:2 10309:2 10310:1 10314:1 10316:1 10320:1 10324:2 10325:1 10326:2 10344:3 10345:4 10347:1 10351:1 10360:4 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10424:2 10431:2 10432:1 10434:1 10441:1 10469:1 10475:2 10483:2 10495:1 10527:1 10537:1 10541:1 10549:1 10550:1 10559:1 10582:1 10593:1 10598:1 10613:1 10614:1 10648:1 10655:1 10675:1 10683:1 10687:1 10708:1 10712:1 10718:1 10722:3 10724:1 10730:1 10748:1 10749:2 10751:2 10752:1 10763:1 10777:1 10797:2 10799:1 10805:1 10806:4 10817:2 10826:1 10830:1 10835:1 10838:1 10840:5 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:4 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:2 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11030:1 11036:1 11042:1 11049:1 11061:1 11069:1 11095:1 11109:1 11114:2 11148:1 11157:1 11182:2 11199:3 11200:6 11201:3 11204:1 11221:1 11224:3 11233:2 11242:3 11245:2 11247:2 11250:1 11258:1 11263:1 11269:1 11286:2 11287:2 11289:1 11291:1 11299:2 11311:33 11312:1 11316:1 11322:1 11328:1 11330:1 11337:3 11344:5 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:2 11445:2 11449:1 11462:1 11478:1 11513:1 11519:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:2 11598:3 11613:1 11627:1 11637:1 11640:2 11645:3 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11722:1 11724:1 11741:1 11742:1 11744:2 11747:1 11755:2 11768:1 11770:1 11812:1 11814:1 11841:1 11847:1 11873:1 11874:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:1 11915:1 11924:1 11933:1 11938:1 11951:1 11959:1 11960:1 11979:1 11986:3 12002:18 12017:1 12018:1 12038:3 12043:3 12050:1 12126:2 12129:1 12135:1 12144:1 12148:1 12171:3 12174:1 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:2 12251:1 12252:1 12265:1 12269:1 12279:4 12282:1 12283:4 12295:2 12300:1 12326:2 12332:1 12337:1 12338:1 12353:1 12365:1 12369:1 12382:1 12408:1 12419:1 12427:1 12434:1 12439:1 12453:2 12477:1 12488:1 12493:1 12500:1 12520:2 12531:1 12538:1 12551:1 12552:1 12563:1 12577:1 12587:2 12589:2 12590:1 12593:1 12599:1 12610:1 12625:1 12639:1 12655:3 12656:1 12659:1 12662:2 12664:4 12672:1 12676:1 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12788:1 12789:2 12791:1 12792:1 12794:1 12806:2 12838:1 12847:1 12854:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:1 12981:1 12984:1 13000:1 13017:1 13018:1 13044:1 13047:1 13048:1 13052:3 13084:2 13089:1 13097:2 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:4 13257:1 13262:1 13292:3 13294:4 13296:1 13321:2 13355:1 13374:1 13381:1 13395:1 13399:1 13404:2 13423:1 13431:1 13432:2 13437:1 13443:1 13447:1 13449:1 13452:1 13453:2 13508:1 13512:1 13528:1 13539:2 13542:2 13545:1 13554:2 13557:1 13559:4 13585:2 13605:4 13629:1 13639:1 13643:5 13671:1 13680:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:2 13728:2 13734:1 13735:1 13742:1 13744:1 13752:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:6 13864:1 13865:1 13873:1 13910:2 13937:1 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:1 14020:3 14021:1 14024:2 14026:1 14029:2 14031:1 14034:2 14036:1 14039:1 14049:1 14079:1 14083:4 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14176:8 14181:2 14182:1 14209:1 14213:1 14218:1 14221:1 14223:1 14241:1 14242:2 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14422:1 14428:1 14431:1 14443:5 14462:1 14468:3 14484:3 14490:1 14503:1 14508:1 14521:1 14529:2 14532:2 14554:2 14559:1 14562:1 14565:1 14572:2 14573:1 14577:1 14621:1 14625:1 14638:2 14639:1 14643:1 14650:1 14667:1 14675:1 14688:1 14691:3 14692:2 14696:1 14720:2 14725:1 14734:1 14738:1 14744:9 14748:1 14750:1 14761:2 14763:2 14769:1 14773:1 14785:2 14805:1 14806:1 14810:1 14824:1 14828:1 14829:1 14872:9 14873:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:3 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15213:1 15214:1 15220:2 15241:2 15250:1 15251:1 15276:2 15293:1 15298:1 15302:6 15305:1 15307:4 15309:2 15325:1 15330:3 15336:1 15344:1 15349:1 15358:1 15365:1 15376:2 15388:3 15389:1 15423:1 15424:1 15433:3 15435:1 15451:1 15456:1 15459:1 15466:3 15469:1 15476:1 15481:1 15488:3 15500:1 15508:2 15509:4 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:2 15682:1 15686:1 15715:1 15729:1 15760:1 15771:1 15790:1 15796:1 15799:1 15800:1 15818:1 15822:1 15823:2 15827:1 15833:1 15835:2 15842:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:3 15882:1 15884:3 15886:1 15888:1 15895:1 15896:2 15909:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:3 16001:1 16007:1 16020:1 16021:1 16035:4 16041:1 16067:1 16073:1 16120:1 16121:1 16137:1 16141:1 16170:1 16182:1 16197:1 16216:1 16245:1 16261:1 16265:1 16274:2 16277:1 16294:2 16295:1 16303:1 16314:1 16318:2 16320:1 16323:1 16324:1 16334:2 16338:1 16339:2 16360:1 16366:2 16369:1 16384:1 16391:1 16408:10 16412:1 16414:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16473:1 16482:1 16539:2 16543:2 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16606:2 16622:1 16625:1 16653:1 16671:3 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16753:1 16775:3 16781:1 16789:11 16790:2 16791:1 16795:1 16798:2 16804:1 16805:1 16810:1 16814:1 16817:1 16822:1 16830:1 16847:1 16852:1 16854:1 16855:1 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16955:1 16958:1 16977:3 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17045:1 17048:1 17067:1 17073:1 17085:1 17112:5 17123:1 17126:1 17137:1 17141:1 17162:1 17168:1 17170:1 17173:1 17201:1 17210:2 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17265:1 17285:6 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17349:1 17353:1 17357:1 17369:1 17372:1 17375:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:1 17474:1 17476:1 17497:1 17498:1 17501:1 17509:1 17510:2 17519:1 17524:1 17528:1 17548:1 17594:1 17595:1 17601:5 17623:1 17628:1 17633:1 17634:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17719:1 17730:1 17738:1 17748:1 17757:1 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17897:1 17898:1 17916:1 17932:1 17936:1 17955:1 17970:1 17975:3 17978:1 17981:1 17984:1 17998:1 18008:1 18018:2 18024:1 18035:1 18041:1 18056:2 18057:1 18059:2 18061:1 18076:2 18080:1 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:3 18233:1 18240:1 18244:1 18245:2 18252:1 18259:1 18270:1 18277:1 18317:8 18326:1 18328:2 18343:1 18345:1 18351:1 18357:1 18363:2 18371:1 18375:1 18385:2 18405:1 18407:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:1 18472:2 18479:1 18481:1 18484:1 18487:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18556:2 18566:1 18582:1 18602:1 18617:1 18625:1 18661:1 18682:1 18690:1 18718:1 18719:1 18720:1 18730:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18815:1 18817:3 18821:1 18827:1 18847:1 18860:1 18861:1 18877:1 18905:2 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:1 19050:1 19053:1 19055:2 19078:3 19080:2 19085:1 19101:1 19106:2 19107:1 19134:1 19139:3 19141:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:4 19211:1 19219:1 19220:3 19222:2 19231:1 19233:2 19239:1 19243:1 19250:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19296:1 19299:1 19303:1 19307:1 19315:1 19321:2 19323:2 19325:1 19327:10 19331:1 19336:4 19339:1 19356:1 19371:3 19389:3 19393:2 19394:1 19395:1 19398:1 19401:1 19421:1 19444:1 19445:1 19448:1 19457:1 19465:1 19488:3 19498:1 19501:1 19520:1 19526:6 19533:1 19563:1 19569:1 19578:2 19580:1 19583:1 19591:4 19605:3 19614:2 19642:1 19651:1 19654:4 19657:1 19674:1 19676:1 19678:1 19681:1 19697:1 19705:1 19716:4 19717:1 19719:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:6 19735:1 19763:1 19766:1 19768:1 19784:1 19785:1 19813:1 19848:1 19849:1 19864:1 19867:1 19890:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:5 20063:1 20065:1 20078:1 20105:1 20108:2 20124:1 20126:1 20142:1 20157:7 20170:3 20197:2 20207:1 20256:1 20271:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20389:1 20417:1 20426:1 20436:1 20447:1 20486:1 20491:1 20497:2 20515:1 20517:1 20518:1 20525:3 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20635:1 20636:1 20708:3 20722:2 20742:1 20749:2 20751:2 20764:1 20768:2 20779:2 20780:1 20782:1 20789:2 20791:1 20806:1 20812:1 20842:1 20854:1 20858:2 20873:1 20883:2 20886:1 20891:2 20909:1 20927:1 20930:3 20933:1 20936:2 20965:2 20983:1 20986:1 20999:1 21005:1 21016:2 21019:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21125:2 21153:1 21168:2 21172:1 21192:1 21193:1 21194:1 21202:1 21223:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:3 21292:2 21295:2 21297:1 21298:3 21305:1 21328:1 21335:2 21369:4 21374:1 21376:1 21381:1 21431:1 21434:2
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 266:1 273:1 298:1 299:1 311:1 316:2 335:5 350:1 354:1 355:1 392:1 399:1 412:1 418:6 430:1 438:3 446:1 447:1 448:1 452:1 463:1 474:1 482:1 493:2 499:1 516:1 531:3 532:2 538:1 540:3 548:3 558:1 568:2 572:2 598:1 601:1 605:1 612:1 622:1 641:1 644:5 650:2 669:1 682:1 683:1 690:1 726:1 740:1 741:1 742:2 758:1 773:1 787:2 812:1 819:1 831:1 836:2 843:1 851:1 870:1 875:1 876:1 882:1 888:2 898:1 919:1 931:1 932:2 935:1 939:1 959:1 972:1 973:1 986:2 1004:1 1007:3 1009:1 1015:1 1040:2 1041:1 1046:1 1049:1 1071:1 1082:1 1100:1 1118:1 1120:1 1165:1 1169:2 1190:1 1196:3 1205:1 1217:2 1226:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:2 1286:1 1301:1 1306:3 1323:1 1347:9 1352:4 1364:3 1375:1 1383:1 1386:2 1392:1 1399:10 1406:1 1417:1 1418:4 1419:2 1422:6 1425:1 1426:1 1430:1 1432:2 1434:3 1451:2 1475:3 1477:3 1481:2 1495:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:1 1642:1 1652:1 1665:1 1670:1 1671:1 1702:1 1705:1 1709:1 1711:1 1719:1 1721:1 1723:1 1730:2 1793:1 1804:1 1805:3 1807:2 1813:3 1815:2 1816:2 1817:1 1818:4 1819:1 1824:1 1825:2 1827:1 1830:1 1831:3 1836:1 1837:1 1840:1 1841:1 1845:1 1846:1 1853:1 1857:1 1861:1 1887:1 1889:2 1908:2 1941:2 1943:1 1959:1 1992:1 2014:1 2016:1 2041:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2150:1 2155:1 2170:1 2172:1 2178:2 2206:1 2210:1 2213:1 2222:1 2225:2 2238:1 2271:1 2279:1 2285:4 2295:5 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:1 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:4 2455:1 2458:1 2468:2 2471:1 2477:1 2481:1 2491:1 2496:1 2499:1 2507:1 2512:1 2518:1 2519:1 2525:1 2528:1 2542:3 2550:1 2561:1 2568:2 2570:1 2573:1 2599:4 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:6 2652:1 2661:2 2664:6 2696:1 2697:3 2698:2 2699:3 2714:1 2719:1 2742:1 2745:4 2747:1 2751:1 2784:1 2789:2 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:3 2875:2 2877:1 2878:1 2885:1 2890:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:2 2931:1 2932:1 2938:1 2952:1 2969:1 2973:2 2981:1 2991:1 3007:1 3012:1 3017:2 3023:1 3043:2 3079:4 3080:1 3106:8 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3187:1 3220:2 3226:3 3228:2 3229:1 3230:2 3238:1 3240:1 3246:1 3251:1 3254:2 3259:1 3273:2 3277:2 3280:2 3282:3 3283:1 3289:2 3293:2 3294:2 3296:1 3301:2 3302:1 3310:4 3311:3 3314:5 3317:4 3319:1 3329:1 3345:1 3364:1 3368:1 3391:1 3403:1 3405:3 3408:1 3416:2 3420:1 3426:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:3 3651:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:5 3742:2 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:1 3786:1 3787:1 3797:3 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3861:1 3865:1 3868:1 3869:1 3871:1 3872:1 3877:1 3883:1 3891:6 3893:1 3904:1 3913:1 3920:5 3929:4 3931:1 3943:1 3945:1 3956:1 3959:1 3963:3 3964:2 3976:1 3995:1 3996:2 4001:2 4004:1 4006:1 4034:2 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:2 4100:1 4102:1 4104:3 4106:1 4114:2 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4241:1 4247:1 4250:11 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4316:10 4319:1 4336:1 4345:2 4348:2 4367:1 4370:2 4380:1 4384:1 4401:1 4429:1 4444:1 4451:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4537:1 4551:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:2 4683:1 4696:2 4697:1 4714:1 4723:1 4725:1 4729:1 4744:1 4774:1 4787:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:2 4900:1 4914:1 4973:2 4988:6 5009:1 5011:1 5026:1 5034:1 5041:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:10 5167:1 5171:2 5173:1 5174:1 5188:1 5193:1 5199:11 5212:2 5215:1 5235:3 5255:1 5256:1 5258:1 5265:1 5268:1 5272:3 5278:1 5281:1 5285:1 5294:1 5314:1 5338:1 5339:1 5357:1 5361:1 5363:1 5368:2 5372:1 5375:1 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:1 5455:1 5469:2 5487:1 5489:1 5492:1 5495:4 5497:1 5501:1 5505:2 5506:2 5520:2 5532:1 5537:2 5538:2 5557:1 5560:2 5565:1914 5577:1 5583:1 5585:2 5588:1 5601:1 5616:1 5617:1 5627:4 5629:3 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5745:1 5762:2 5767:1 5772:1 5794:1 5802:1 5805:1 5814:1 5828:1 5840:3 5842:1 5844:1 5845:1 5848:2 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:2 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:1 6122:2 6130:1 6133:1 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:3 6244:1 6252:1 6258:2 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:2 6383:1 6400:1 6421:1 6429:1 6442:2 6449:1 6468:1 6477:1 6483:1 6500:1 6511:2 6519:1 6524:3 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:2 6571:1 6580:2 6581:2 6602:3 6613:2 6621:1 6629:1 6638:2 6640:2 6648:1 6669:1 6672:2 6678:2 6679:2 6681:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:3 6718:1 6719:2 6727:1 6762:1 6790:1 6793:1 6808:2 6809:1 6831:1 6849:2 6850:1 6860:1 6864:9 6868:1 6872:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:4 6944:1 6952:1 6960:1 6962:1 6978:4 6994:1 7005:1 7034:1 7042:1 7050:1 7062:2 7065:1 7072:1 7077:1 7082:4 7084:4 7086:2 7089:1 7093:1 7095:1 7096:1 7100:1 7102:1 7103:4 7106:3 7110:2 7111:4 7125:3 7127:1 7137:1 7140:1 7164:1 7170:1 7173:2 7178:1 7180:1 7182:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7337:1 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7456:1 7458:1 7466:1 7476:1 7481:1 7490:1 7508:1 7510:3 7520:1 7521:3 7568:1 7597:1 7618:1 7623:2 7626:1 7629:1 7632:2 7633:1 7634:2 7635:1 7642:1 7650:1 7653:1 7664:2 7672:1 7673:2 7674:2 7677:1 7700:4 7709:2 7723:1 7726:1 7749:1 7754:1 7756:3 7767:3 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:1 7839:1 7848:1 7860:1 7867:1 7871:1 7875:1 7885:2 7899:1 7904:1 7909:3 7910:10 7913:2 7921:1 7927:1 7930:3 7931:1 7938:1 7942:1 7956:1 7965:1 7973:1 7999:1 8011:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8118:1 8127:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:4 8181:1 8185:2 8187:1 8189:2 8192:4 8210:1 8212:1 8222:1 8234:1 8240:1 8248:3 8261:1 8263:1 8267:1 8276:2 8280:5 8284:1 8296:2 8300:1 8310:1 8311:1 8330:2 8372:6 8394:1 8408:1 8436:1 8438:1 8445:1 8446:1 8449:1 8466:1 8477:1 8479:1 8491:1 8492:1 8517:1 8540:1 8554:2 8566:1 8572:1 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:5 8647:1 8648:1 8653:1 8654:1 8658:2 8662:1 8671:1 8673:1 8715:1 8718:1 8719:1 8728:1 8730:2 8737:1 8740:1 8741:1 8742:3 8748:9 8750:2 8752:2 8770:2 8789:2 8811:2 8823:3 8827:1 8837:2 8849:1 8854:1 8864:2 8868:1 8879:1 8887:1 8897:2 8906:1 8913:2 8922:1 8934:3 8938:1 8950:5 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:1 9085:1 9099:2 9103:2 9109:1 9112:1 9113:1 9116:1 9117:1 9118:1 9122:2 9124:3 9130:1 9131:1 9133:1 9137:2 9139:2 9141:3 9143:2 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:3 9212:1 9230:2 9239:1 9246:1 9256:1 9265:1 9276:1 9281:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:1 9597:2 9602:1 9606:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9721:1 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9772:1 9779:2 9780:1 9786:1 9788:1 9789:1 9799:1 9803:2 9824:6 9834:1 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:7 9927:2 9934:1 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:3 10047:1 10050:1 10051:3 10052:1 10067:1 10068:2 10074:1 10082:2 10087:1 10089:1 10095:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:3 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10293:1 10297:3 10302:1 10304:1 10305:2 10308:2 10309:2 10310:1 10314:1 10316:1 10320:1 10324:2 10325:1 10326:2 10344:3 10345:4 10347:1 10351:1 10360:5 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10424:2 10431:2 10432:1 10434:1 10441:1 10469:1 10475:3 10483:2 10495:1 10527:1 10535:2 10537:1 10541:1 10549:1 10550:1 10559:1 10582:1 10593:1 10598:1 10613:1 10614:1 10648:1 10655:1 10662:1 10675:1 10683:1 10687:1 10708:1 10712:1 10718:1 10722:3 10724:1 10730:1 10734:1 10748:1 10749:3 10751:2 10752:1 10763:1 10777:1 10797:2 10799:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:1 10835:1 10838:1 10840:5 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:4 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:2 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11030:1 11036:1 11042:1 11049:1 11061:1 11069:1 11095:1 11109:1 11114:2 11148:1 11157:1 11182:2 11199:3 11200:6 11201:3 11204:1 11221:1 11224:3 11233:3 11242:3 11245:2 11247:3 11250:1 11258:1 11263:1 11269:1 11286:2 11287:2 11289:1 11291:1 11299:3 11311:34 11312:1 11316:1 11322:1 11328:1 11330:1 11337:3 11344:5 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:1 11478:1 11513:1 11519:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:2 11598:3 11613:1 11627:1 11637:1 11640:2 11645:3 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:1 11755:2 11768:1 11770:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11873:1 11874:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:1 11951:1 11959:1 11960:1 11979:1 11986:3 12002:18 12017:1 12018:1 12038:3 12043:3 12050:1 12126:2 12129:1 12135:1 12144:1 12148:1 12171:3 12174:1 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:2 12251:1 12252:1 12265:1 12269:1 12279:4 12282:1 12283:4 12295:2 12300:1 12326:2 12332:1 12337:1 12338:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12408:1 12419:1 12427:1 12434:1 12439:1 12453:2 12462:1 12477:1 12488:1 12493:1 12500:1 12520:2 12531:1 12538:1 12551:1 12552:1 12563:1 12577:1 12587:2 12589:2 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12639:1 12643:1 12655:3 12656:1 12659:1 12662:2 12664:4 12672:1 12676:1 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12788:1 12789:2 12791:1 12792:1 12794:1 12806:2 12838:1 12847:1 12854:1 12868:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:2 12981:1 12984:1 13000:1 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:2 13089:1 13097:2 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13233:4 13257:1 13262:1 13292:3 13294:5 13296:1 13308:1 13321:2 13355:1 13374:1 13381:1 13395:1 13399:1 13404:2 13423:1 13431:1 13432:2 13437:1 13443:1 13447:1 13449:1 13452:2 13453:2 13508:1 13512:1 13528:1 13539:2 13542:2 13545:1 13554:2 13557:1 13559:4 13585:2 13605:4 13629:1 13639:1 13643:5 13671:1 13680:2 13692:1 13699:1 13705:1 13706:1 13714:1 13720:2 13728:2 13734:1 13735:1 13742:1 13744:2 13752:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:6 13864:1 13865:1 13873:2 13910:2 13919:1 13937:2 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:2 14020:3 14021:1 14024:2 14026:1 14029:2 14031:1 14034:2 14036:1 14038:1 14039:1 14049:1 14079:1 14083:5 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14176:8 14181:2 14182:1 14209:1 14213:2 14218:1 14221:1 14223:1 14241:1 14242:2 14248:1 14251:1 14258:3 14267:1 14279:1 14289:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14422:1 14428:1 14431:1 14443:5 14462:1 14468:3 14484:3 14490:1 14503:1 14508:1 14510:1 14521:1 14529:2 14532:2 14554:2 14559:1 14562:1 14565:1 14572:2 14573:1 14577:1 14621:1 14625:1 14638:2 14639:1 14643:1 14650:1 14667:1 14675:1 14686:1 14688:1 14691:3 14692:2 14696:1 14720:2 14725:1 14734:1 14738:1 14744:9 14748:1 14750:1 14761:2 14763:2 14769:1 14773:1 14785:2 14805:1 14806:1 14810:1 14824:1 14828:1 14829:1 14872:9 14873:2 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:3 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15213:1 15214:1 15220:2 15241:2 15250:1 15251:1 15276:2 15293:1 15298:1 15302:7 15305:1 15307:4 15309:2 15325:1 15330:3 15336:1 15344:1 15349:2 15358:1 15365:1 15376:2 15388:3 15389:1 15423:1 15424:1 15433:3 15435:1 15451:1 15456:1 15459:1 15466:3 15469:1 15476:1 15481:1 15488:3 15500:1 15508:2 15509:4 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:2 15682:1 15686:1 15715:1 15729:1 15760:1 15771:1 15790:1 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:1 15833:1 15835:2 15842:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:3 15882:1 15884:3 15886:1 15888:1 15895:1 15896:3 15909:1 15927:2 15942:1 15969:1 15971:1 15974:1 15988:3 16001:1 16007:1 16020:1 16021:1 16035:4 16041:1 16061:1 16067:1 16073:1 16120:1 16121:1 16137:1 16141:1 16170:1 16182:1 16197:2 16216:1 16245:1 16261:1 16265:1 16274:2 16277:1 16294:2 16295:1 16303:1 16314:1 16318:2 16320:1 16323:1 16324:1 16334:2 16338:1 16339:2 16360:1 16366:2 16369:1 16384:1 16391:1 16408:10 16412:1 16414:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16473:2 16482:1 16539:2 16543:2 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16606:2 16622:1 16625:1 16653:1 16671:3 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16753:1 16775:3 16781:1 16789:11 16790:2 16791:1 16795:1 16798:2 16804:2 16805:1 16810:1 16814:1 16817:1 16822:1 16830:1 16847:1 16848:1 16852:1 16854:1 16855:1 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16955:1 16958:1 16977:3 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17045:1 17048:1 17067:1 17073:1 17085:1 17112:5 17123:1 17126:1 17137:1 17141:1 17162:1 17168:1 17170:1 17173:1 17201:1 17210:2 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17265:1 17285:6 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17349:1 17353:1 17357:1 17369:1 17372:1 17375:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:1 17474:1 17476:2 17497:1 17498:1 17501:1 17509:1 17510:2 17519:1 17524:1 17528:1 17548:1 17594:1 17595:1 17601:5 17623:1 17628:1 17633:1 17634:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17719:1 17730:1 17738:1 17748:1 17757:2 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17897:1 17898:1 17916:1 17932:1 17936:1 17955:1 17970:1 17975:3 17978:1 17981:1 17984:1 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18056:2 18057:1 18059:2 18061:1 18076:2 18080:1 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:3 18233:1 18240:1 18244:1 18245:2 18252:1 18259:1 18260:1 18270:1 18277:1 18315:1 18317:8 18326:2 18328:2 18343:2 18345:1 18351:1 18357:1 18363:2 18371:1 18375:1 18385:2 18405:1 18407:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:2 18472:2 18479:1 18481:1 18484:1 18487:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18556:2 18566:1 18582:1 18602:1 18617:1 18625:1 18661:1 18682:1 18690:1 18718:1 18719:1 18720:1 18730:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:1 18815:1 18817:3 18821:1 18827:1 18847:1 18860:1 18861:1 18877:1 18905:2 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:2 19043:1 19050:1 19053:1 19055:2 19078:3 19080:2 19085:1 19101:1 19106:2 19107:1 19134:1 19139:3 19141:1 19143:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:4 19211:1 19219:1 19220:3 19222:2 19231:1 19233:2 19239:1 19243:1 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19296:1 19299:1 19303:1 19307:1 19315:1 19321:2 19323:2 19325:1 19327:11 19331:1 19336:5 19339:1 19356:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:1 19401:1 19421:1 19444:1 19445:1 19448:1 19457:1 19465:1 19488:3 19498:1 19501:1 19520:1 19526:6 19533:1 19535:1 19563:1 19569:1 19578:2 19580:1 19583:1 19591:4 19605:4 19614:2 19642:1 19651:1 19654:4 19657:1 19674:2 19676:1 19678:1 19681:1 19697:1 19705:1 19713:1 19716:5 19717:1 19719:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:6 19735:1 19763:1 19766:1 19768:1 19784:1 19785:1 19813:1 19848:1 19849:1 19864:1 19867:1 19890:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:5 20063:1 20065:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20142:1 20157:7 20170:3 20197:2 20207:1 20256:1 20271:1 20280:1 20301:1 20316:1 20328:1 20347:1 20388:1 20389:1 20406:1 20417:1 20426:1 20436:1 20447:1 20486:1 20491:1 20497:2 20515:1 20517:1 20518:1 20525:3 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20635:1 20636:1 20708:3 20722:2 20742:1 20749:2 20751:2 20764:1 20768:2 20779:2 20780:1 20782:1 20789:2 20791:1 20806:1 20812:1 20842:1 20854:1 20858:2 20873:1 20883:2 20886:1 20891:2 20909:1 20927:1 20930:3 20933:1 20936:2 20965:2 20983:1 20986:1 20999:1 21005:1 21016:2 21019:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21153:1 21168:2 21172:1 21192:1 21193:1 21194:1 21202:1 21223:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:3 21292:2 21295:2 21297:1 21298:3 21305:1 21328:1 21335:2 21369:4 21374:1 21376:1 21381:1 21431:1 21434:2
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 266:2 273:1 286:1 298:1 299:1 311:1 316:2 335:5 350:1 354:1 355:1 392:1 399:1 412:1 418:6 430:1 438:3 446:1 447:1 448:1 452:1 463:1 474:1 482:1 493:2 499:1 516:1 531:3 532:3 538:1 540:3 548:3 558:1 568:2 572:2 598:1 601:2 605:1 612:1 622:1 628:1 641:1 644:5 650:3 669:1 682:1 683:1 690:1 726:1 740:1 741:1 742:3 758:1 773:1 780:1 787:2 812:1 819:1 831:1 836:2 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:2 935:1 939:1 959:2 972:1 973:1 986:2 1004:1 1007:3 1009:1 1015:1 1040:3 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:1 1119:1 1120:1 1165:1 1169:2 1178:1 1190:1 1196:3 1205:1 1217:2 1226:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:2 1286:1 1301:1 1306:3 1323:1 1347:9 1352:4 1364:3 1375:1 1383:1 1386:2 1392:1 1399:10 1406:1 1417:1 1418:4 1419:2 1422:6 1425:1 1426:1 1430:1 1432:2 1434:3 1451:2 1475:3 1477:3 1481:2 1495:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:1 1642:1 1652:1 1665:1 1670:1 1671:1 1702:1 1705:2 1709:1 1711:1 1719:1 1721:1 1723:1 1730:2 1768:1 1793:1 1804:1 1805:3 1807:2 1813:3 1815:2 1816:2 1817:1 1818:4 1819:1 1824:1 1825:2 1827:1 1830:1 1831:3 1836:1 1837:1 1840:1 1841:1 1845:1 1846:1 1853:1 1857:1 1861:1 1875:1 1887:1 1889:2 1908:2 1941:2 1943:1 1959:1 1992:1 2014:1 2016:1 2041:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2150:1 2155:1 2170:1 2172:1 2178:2 2206:1 2210:1 2213:1 2222:1 2225:2 2238:1 2271:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:5 2455:1 2458:1 2464:1 2468:2 2471:1 2477:1 2481:1 2491:1 2496:1 2499:1 2507:1 2508:1 2512:1 2518:1 2519:1 2525:1 2528:1 2542:3 2550:2 2561:1 2568:2 2570:1 2573:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:7 2652:1 2661:2 2664:6 2696:1 2697:3 2698:2 2699:3 2714:1 2719:1 2742:1 2745:4 2747:1 2751:1 2784:1 2789:2 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:4 2875:2 2877:1 2878:1 2885:1 2890:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:2 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2973:2 2981:1 2991:1 3007:1 3012:1 3017:2 3023:1 3043:2 3079:4 3080:1 3091:1 3106:8 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3187:1 3220:2 3226:3 3228:2 3229:1 3230:2 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3280:2 3282:4 3283:1 3289:2 3293:2 3294:2 3296:1 3298:1 3301:2 3302:1 3310:4 3311:3 3314:5 3317:4 3319:1 3329:1 3345:1 3364:1 3368:1 3391:1 3403:1 3405:3 3408:1 3416:2 3420:1 3426:1 3436:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:3 3651:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:5 3742:2 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:1 3786:1 3787:1 3797:4 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3858:1 3861:1 3865:1 3868:1 3869:1 3871:1 3872:1 3877:1 3883:1 3891:6 3893:1 3904:1 3913:1 3920:5 3929:4 3931:1 3943:1 3945:1 3956:1 3959:1 3963:3 3964:2 3976:1 3995:1 3996:2 4001:2 4004:1 4006:1 4009:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:2 4100:1 4102:1 4104:3 4106:1 4114:2 4119:1 4130:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:2 4241:1 4247:1 4250:12 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4316:12 4319:1 4336:1 4345:2 4348:2 4367:1 4370:2 4380:1 4384:1 4401:1 4429:1 4444:1 4451:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4537:1 4551:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:2 4683:1 4696:2 4697:1 4714:1 4723:1 4725:1 4729:1 4744:1 4774:1 4787:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:2 4900:1 4914:1 4973:2 4988:7 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5054:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:10 5167:1 5171:2 5173:1 5174:1 5188:1 5193:1 5199:11 5212:2 5215:1 5235:3 5255:1 5256:1 5258:1 5265:1 5268:1 5272:3 5278:1 5281:1 5285:1 5294:1 5314:1 5338:1 5339:1 5357:1 5361:1 5363:1 5368:2 5372:1 5375:1 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:1 5455:1 5469:2 5487:1 5489:1 5492:1 5495:4 5497:1 5501:2 5505:2 5506:2 5520:2 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2066 5577:1 5583:1 5585:2 5588:1 5598:1 5601:1 5616:1 5617:1 5627:6 5629:3 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5745:1 5762:2 5767:1 5772:1 5794:1 5802:1 5805:1 5814:1 5828:1 5840:3 5842:1 5844:1 5845:1 5848:2 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:2 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:1 6122:2 6130:1 6133:1 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:3 6244:1 6252:1 6258:3 6261:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:2 6383:1 6400:1 6421:1 6429:1 6442:2 6449:2 6468:1 6477:1 6483:1 6500:1 6511:2 6519:1 6524:4 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:2 6571:1 6580:2 6581:2 6602:4 6613:2 6621:1 6629:1 6638:2 6640:2 6648:1 6669:1 6672:2 6678:3 6679:2 6681:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:3 6718:1 6719:2 6727:1 6747:1 6762:1 6790:1 6793:1 6808:2 6809:1 6826:1 6831:1 6849:2 6850:1 6860:1 6864:10 6868:1 6872:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:4 6944:1 6952:1 6960:1 6962:1 6978:4 6994:1 7005:1 7034:1 7042:2 7050:2 7062:2 7065:1 7072:1 7077:1 7082:4 7084:5 7086:2 7089:1 7093:1 7095:1 7096:1 7100:1 7102:1 7103:4 7106:3 7110:2 7111:4 7125:3 7127:1 7137:1 7140:1 7164:1 7170:1 7173:2 7178:1 7180:1 7182:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7337:2 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7453:1 7456:1 7458:1 7466:1 7476:1 7481:1 7490:1 7508:1 7510:4 7520:1 7521:3 7568:1 7597:1 7618:1 7623:2 7626:1 7629:1 7632:2 7633:1 7634:2 7635:1 7642:1 7650:1 7653:1 7664:2 7672:1 7673:2 7674:2 7677:1 7700:4 7709:2 7723:1 7726:1 7749:1 7754:1 7756:3 7767:3 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:1 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:1 7885:2 7899:1 7904:1 7909:3 7910:12 7913:2 7921:1 7927:1 7930:3 7931:1 7938:1 7942:1 7956:1 7965:1 7973:1 7999:1 8011:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8118:1 8127:1 8132:1 8141:1 8145:1 8150:2 8157:1 8180:4 8181:1 8185:2 8187:1 8189:2 8192:4 8210:1 8212:1 8222:1 8234:1 8240:1 8248:3 8261:1 8263:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:1 8310:1 8311:1 8330:2 8372:6 8394:1 8408:1 8436:1 8438:1 8445:1 8446:1 8449:1 8466:1 8477:1 8479:1 8491:2 8492:1 8517:1 8540:1 8554:2 8566:1 8572:1 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:5 8647:1 8648:1 8653:1 8654:1 8658:2 8662:1 8669:1 8671:1 8673:1 8715:1 8718:1 8719:1 8725:1 8728:1 8730:2 8737:1 8740:1 8741:1 8742:3 8748:10 8750:2 8752:2 8770:2 8777:1 8789:2 8811:2 8823:3 8825:1 8827:1 8837:2 8849:1 8854:1 8864:2 8868:1 8879:1 8887:1 8897:2 8906:1 8913:3 8922:1 8934:3 8938:1 8950:5 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:1 9085:1 9099:2 9103:2 9109:1 9112:1 9113:1 9116:1 9117:1 9118:1 9122:2 9124:3 9130:1 9131:1 9133:2 9137:2 9139:2 9141:3 9143:2 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:3 9212:1 9230:2 9239:1 9246:1 9256:1 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:1 9597:2 9602:1 9606:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:1 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9763:1 9772:1 9779:2 9780:1 9786:1 9788:1 9789:1 9799:1 9803:2 9824:7 9834:1 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:7 9927:2 9934:1 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:3 10047:1 10050:1 10051:3 10052:1 10067:1 10068:2 10074:1 10082:2 10087:1 10089:1 10095:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:3 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10293:1 10297:3 10302:1 10304:1 10305:2 10308:2 10309:2 10310:1 10311:1 10314:1 10316:1 10320:1 10324:2 10325:1 10326:2 10344:3 10345:4 10347:1 10351:1 10360:5 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10424:2 10431:2 10432:1 10434:1 10441:1 10469:1 10475:3 10483:2 10495:1 10527:1 10535:2 10537:2 10541:1 10543:1 10549:1 10550:1 10559:1 10572:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10648:1 10653:1 10655:1 10662:1 10675:1 10683:1 10687:1 10708:1 10712:1 10718:1 10722:3 10724:1 10730:1 10734:1 10748:1 10749:3 10751:2 10752:1 10763:1 10777:1 10797:2 10799:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:1 10838:1 10840:5 10845:1 10848:1 10853:1 10854:1 10862:3 10866:1 10868:1 10886:1 10909:4 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:2 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11021:1 11022:1 11030:1 11036:1 11042:1 11049:1 11061:1 11069:1 11070:1 11081:1 11095:1 11109:1 11114:2 11148:1 11157:1 11182:2 11199:3 11200:6 11201:4 11204:1 11221:1 11224:3 11233:3 11242:3 11245:2 11247:3 11250:1 11258:1 11263:1 11269:1 11286:2 11287:2 11289:1 11291:1 11299:3 11311:36 11312:1 11316:1 11322:1 11328:2 11330:1 11337:3 11344:5 11347:3 11348:1 11356:2 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:1 11478:1 11491:1 11508:1 11513:1 11519:1 11534:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:2 11598:4 11613:1 11627:1 11637:1 11640:2 11645:3 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:1 11755:2 11768:1 11770:1 11804:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11979:1 11986:3 12002:18 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12126:3 12129:1 12135:1 12144:1 12148:1 12171:3 12174:1 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:2 12251:1 12252:1 12265:1 12269:1 12279:4 12282:1 12283:4 12295:2 12300:1 12326:2 12332:1 12337:1 12338:1 12343:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12408:1 12419:1 12427:1 12434:1 12439:1 12453:2 12462:1 12477:1 12488:1 12493:1 12500:1 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12577:1 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12639:1 12643:1 12655:3 12656:1 12659:1 12662:2 12664:4 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12788:1 12789:2 12791:1 12792:1 12794:1 12806:2 12838:1 12847:1 12854:1 12868:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:2 12981:1 12984:1 13000:1 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:2 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13220:1 13233:4 13257:1 13262:1 13288:1 13292:5 13294:5 13296:1 13308:1 13321:2 13355:1 13374:1 13381:1 13395:1 13399:1 13404:2 13423:1 13431:1 13432:2 13437:1 13443:1 13447:1 13449:1 13452:2 13453:2 13490:1 13508:1 13512:1 13528:1 13539:2 13542:2 13545:1 13554:2 13557:1 13559:4 13564:1 13585:2 13605:4 13629:1 13639:1 13643:7 13671:1 13680:2 13692:1 13699:1 13705:1 13706:1 13714:1 13720:2 13728:2 13734:1 13735:1 13742:1 13744:2 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:1 13873:2 13910:3 13919:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:3 14020:3 14021:1 14024:2 14026:1 14029:2 14031:1 14034:2 14036:1 14038:1 14039:1 14049:1 14079:1 14083:5 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14176:8 14181:2 14182:2 14209:1 14213:2 14218:1 14221:1 14223:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14422:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:3 14484:3 14490:2 14500:1 14503:1 14508:1 14510:1 14521:1 14529:2 14532:2 14554:2 14559:1 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14621:1 14625:1 14638:2 14639:1 14643:1 14650:1 14667:1 14675:1 14686:1 14688:1 14691:3 14692:2 14696:1 14720:2 14725:1 14734:1 14738:1 14744:10 14748:1 14750:1 14761:2 14763:2 14769:1 14773:1 14785:2 14805:1 14806:1 14810:1 14824:1 14828:1 14829:1 14872:10 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:3 14985:1 14987:1 14992:2 15016:1 15018:1 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15213:1 15214:1 15220:2 15222:1 15241:2 15250:1 15251:1 15276:2 15293:1 15296:1 15298:1 15302:9 15305:1 15307:5 15309:2 15325:1 15330:3 15335:1 15336:1 15344:1 15349:2 15358:1 15365:1 15376:2 15388:3 15389:1 15423:1 15424:1 15433:3 15435:1 15438:1 15451:1 15456:1 15459:1 15466:5 15469:1 15476:1 15480:1 15481:1 15488:3 15500:1 15508:2 15509:4 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:2 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:1 15833:1 15835:2 15842:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:3 15880:1 15882:1 15884:3 15886:1 15888:1 15895:1 15896:3 15900:1 15903:1 15909:1 15927:2 15942:1 15969:1 15971:1 15974:2 15988:3 16001:1 16007:1 16020:1 16021:1 16035:4 16041:1 16061:1 16067:1 16073:1 16120:1 16121:1 16137:1 16140:1 16141:1 16170:1 16182:1 16197:2 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:1 16294:2 16295:1 16303:1 16314:1 16318:2 16320:1 16323:1 16324:1 16334:2 16337:1 16338:1 16339:2 16360:1 16366:2 16369:1 16384:1 16391:1 16408:11 16412:1 16414:1 16440:1 16444:1 16455:1 16458:3 16468:1 16472:2 16473:2 16482:1 16539:2 16543:2 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16606:2 16622:1 16625:1 16653:1 16671:3 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16753:1 16766:1 16775:3 16781:1 16789:11 16790:2 16791:1 16795:1 16798:2 16804:2 16805:1 16810:1 16814:1 16817:1 16822:1 16830:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16953:1 16955:1 16958:1 16977:3 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17045:1 17048:1 17053:1 17067:1 17073:1 17085:1 17112:5 17123:1 17126:1 17137:1 17141:1 17162:1 17168:1 17170:1 17173:1 17201:1 17210:2 17211:1 17224:1 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17264:1 17265:1 17285:6 17288:1 17298:1 17318:1 17322:1 17324:1 17336:1 17349:1 17353:1 17357:1 17369:1 17372:1 17375:1 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:1 17474:1 17476:2 17497:1 17498:1 17501:1 17509:2 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:1 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17693:1 17694:1 17711:1 17712:1 17716:1 17719:1 17730:1 17738:1 17748:1 17757:2 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17897:1 17898:1 17916:1 17932:2 17936:1 17955:1 17970:1 17974:1 17975:3 17978:1 17981:1 17984:1 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18056:2 18057:1 18059:2 18061:1 18076:2 18080:2 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:4 18233:1 18240:1 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18315:1 18317:8 18326:3 18328:2 18343:2 18345:1 18351:1 18357:1 18363:2 18371:1 18375:1 18385:2 18386:1 18405:1 18407:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:2 18566:1 18582:1 18602:1 18611:1 18617:1 18625:1 18661:1 18682:1 18690:1 18718:1 18719:1 18720:1 18730:1 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18815:1 18817:3 18821:1 18827:2 18847:1 18860:1 18861:1 18877:1 18905:2 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19053:1 19055:2 19078:5 19080:2 19085:1 19101:1 19106:2 19107:1 19134:1 19139:3 19141:1 19143:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:4 19211:1 19219:1 19220:3 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19296:1 19299:1 19303:1 19307:1 19315:1 19321:2 19323:2 19325:1 19327:11 19331:1 19336:5 19339:1 19356:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:1 19401:1 19421:1 19444:1 19445:1 19448:1 19457:1 19465:1 19488:3 19498:1 19501:1 19520:1 19526:6 19533:1 19535:1 19563:1 19566:1 19569:1 19578:2 19580:1 19583:1 19591:4 19605:4 19614:2 19642:1 19651:1 19654:4 19657:1 19674:2 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:1 19763:1 19764:1 19766:1 19768:1 19784:1 19785:2 19813:1 19848:1 19849:1 19864:1 19867:1 19890:1 19903:1 19930:1 19935:1 19937:1 19944:1 19945:2 19954:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:6 20063:1 20065:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20142:1 20157:7 20170:3 20197:2 20207:1 20256:1 20262:1 20271:1 20273:1 20280:1 20301:1 20313:1 20316:1 20328:1 20347:1 20388:1 20389:1 20406:1 20417:1 20426:1 20436:1 20447:1 20486:1 20491:1 20497:2 20515:1 20517:1 20518:1 20525:3 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20635:1 20636:1 20698:1 20708:3 20722:2 20742:1 20749:2 20751:3 20764:1 20768:2 20779:2 20780:1 20782:1 20789:2 20791:1 20806:1 20812:1 20842:1 20854:1 20858:2 20873:1 20883:2 20886:1 20891:2 20909:1 20925:1 20927:1 20930:3 20933:1 20936:2 20965:2 20983:1 20986:1 20999:1 21005:1 21016:2 21019:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21153:1 21168:2 21172:1 21192:1 21193:1 21194:1 21202:1 21223:1 21235:1 21241:1 21245:2 21276:1 21282:1 21284:3 21292:2 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21369:5 21374:1 21376:1 21381:1 21431:1 21434:2
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 137:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 266:2 273:1 286:1 298:1 299:1 311:1 316:3 335:5 350:1 354:1 355:1 384:1 392:1 399:1 412:1 418:6 430:1 438:3 446:1 447:1 448:1 452:1 463:1 474:1 482:1 493:2 499:1 516:1 531:3 532:3 538:1 540:3 548:3 558:1 568:2 572:2 598:2 601:2 605:1 612:1 622:1 628:1 641:1 644:5 650:3 669:2 682:1 683:1 690:1 726:1 740:1 741:1 742:3 758:1 773:1 780:1 787:2 812:1 819:1 831:1 836:2 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:2 935:1 939:1 959:2 972:1 973:1 986:2 1004:1 1007:3 1009:1 1015:1 1040:3 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:1 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:1 1196:3 1205:1 1217:2 1226:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:2 1286:1 1301:1 1306:4 1323:1 1347:10 1352:4 1364:3 1375:1 1383:1 1386:2 1392:1 1399:10 1406:1 1417:1 1418:4 1419:2 1422:6 1425:1 1426:1 1430:1 1432:2 1434:3 1451:2 1475:3 1477:4 1481:2 1495:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:1 1642:1 1652:1 1665:1 1670:1 1671:1 1702:1 1705:2 1709:1 1711:1 1719:1 1721:1 1723:1 1730:2 1768:1 1793:1 1804:1 1805:3 1807:2 1813:3 1815:2 1816:2 1817:1 1818:5 1819:1 1824:1 1825:2 1827:1 1830:1 1831:3 1836:1 1837:1 1840:1 1841:1 1845:1 1846:1 1853:1 1857:1 1861:1 1875:1 1887:1 1889:2 1901:1 1908:2 1941:2 1943:1 1959:1 1992:1 2014:1 2016:1 2041:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:2 2206:1 2210:1 2213:1 2222:1 2225:2 2238:1 2271:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:1 2435:1 2448:1 2452:1 2454:5 2455:1 2458:1 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:1 2512:1 2518:2 2519:1 2525:1 2528:1 2542:3 2550:2 2561:1 2568:2 2570:1 2573:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:2 2645:1 2647:1 2650:8 2652:1 2661:2 2664:6 2696:1 2697:4 2698:2 2699:3 2714:1 2719:1 2742:2 2745:4 2747:1 2751:1 2784:1 2789:2 2793:2 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:4 2875:2 2877:1 2878:1 2885:1 2890:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:2 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2973:2 2981:1 2991:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3079:5 3080:1 3091:1 3106:9 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3187:1 3220:2 3226:3 3228:2 3229:1 3230:2 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3280:2 3282:4 3283:1 3289:2 3293:2 3294:2 3296:1 3298:1 3301:3 3302:1 3310:4 3311:3 3314:5 3317:5 3319:1 3329:1 3345:1 3364:1 3368:1 3391:1 3403:1 3405:3 3408:1 3416:2 3420:1 3426:1 3436:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3641:3 3651:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:5 3742:2 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3797:5 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3858:1 3861:1 3865:1 3868:1 3869:1 3871:1 3872:1 3877:1 3883:1 3891:6 3893:1 3904:1 3913:1 3920:5 3929:4 3931:1 3943:1 3945:1 3956:2 3959:1 3963:3 3964:2 3976:1 3995:1 3996:2 4001:2 4004:1 4006:1 4009:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:2 4100:1 4102:1 4104:3 4106:1 4114:2 4119:1 4130:1 4149:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:3 4241:1 4247:1 4250:13 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4316:13 4319:1 4336:1 4345:2 4348:2 4367:1 4370:2 4380:1 4384:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4537:1 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:1 4729:1 4734:1 4744:1 4774:1 4787:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:2 4900:1 4914:1 4973:2 4988:8 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5054:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:11 5167:1 5171:2 5173:1 5174:2 5188:1 5193:1 5199:12 5212:2 5215:1 5235:5 5255:1 5256:1 5258:1 5265:1 5268:1 5272:3 5278:1 5281:1 5285:2 5294:1 5314:1 5328:1 5338:1 5339:1 5357:1 5361:1 5363:1 5368:2 5372:1 5375:1 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:1 5455:1 5462:1 5469:2 5487:1 5489:1 5492:1 5495:4 5497:1 5501:2 5505:2 5506:2 5520:2 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2229 5577:1 5583:1 5585:2 5588:1 5598:1 5601:1 5616:1 5617:1 5627:6 5629:3 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5745:1 5762:2 5767:1 5772:1 5794:2 5802:1 5805:1 5814:1 5828:1 5840:3 5842:1 5844:1 5845:1 5848:2 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:3 5909:2 5912:1 5920:1 5940:1 5948:1 5972:1 5989:1 5990:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:1 6122:2 6130:1 6133:1 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:3 6244:1 6252:1 6258:3 6261:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:2 6358:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6413:1 6421:1 6429:1 6442:2 6449:3 6468:1 6477:1 6483:1 6500:1 6511:2 6519:1 6524:4 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:2 6571:1 6580:2 6581:2 6602:4 6613:2 6621:1 6629:1 6638:2 6640:2 6648:1 6669:1 6672:2 6678:3 6679:2 6681:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:4 6718:1 6719:2 6727:1 6747:1 6762:1 6790:1 6793:1 6808:2 6809:1 6826:1 6831:1 6849:3 6850:1 6860:1 6864:11 6868:1 6872:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:4 6944:1 6952:1 6960:2 6962:1 6978:4 6994:1 7005:1 7034:1 7042:2 7050:2 7062:2 7065:1 7072:1 7077:1 7082:4 7084:5 7086:2 7089:1 7093:1 7095:1 7096:1 7100:1 7102:1 7103:5 7106:4 7110:2 7111:5 7121:1 7125:3 7127:1 7137:1 7140:1 7164:1 7170:1 7173:2 7178:1 7180:1 7182:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7337:2 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7453:1 7456:1 7458:1 7466:1 7476:1 7481:1 7490:1 7505:1 7508:1 7510:4 7514:2 7520:1 7521:3 7568:1 7597:1 7618:1 7623:2 7626:1 7629:1 7632:2 7633:1 7634:2 7635:2 7642:1 7650:1 7653:1 7664:2 7672:1 7673:2 7674:2 7677:1 7700:4 7709:2 7723:1 7726:1 7744:1 7749:1 7754:1 7756:4 7767:3 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:2 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:1 7885:2 7899:1 7904:1 7909:3 7910:13 7913:2 7921:1 7927:1 7930:3 7931:1 7938:1 7942:1 7956:1 7965:1 7973:1 7999:1 8011:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8180:4 8181:1 8185:2 8187:1 8189:2 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:6 8394:1 8408:1 8436:1 8438:1 8445:1 8446:1 8449:1 8466:1 8475:1 8477:1 8479:1 8491:2 8492:1 8517:1 8535:1 8540:1 8554:2 8566:1 8572:2 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:5 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8669:1 8671:1 8673:1 8715:1 8718:1 8719:1 8725:1 8728:1 8730:2 8737:1 8740:1 8741:1 8742:3 8748:10 8750:2 8752:2 8770:2 8777:1 8789:2 8811:2 8823:4 8825:1 8827:2 8837:2 8849:1 8854:1 8864:2 8868:1 8879:1 8887:1 8897:2 8906:1 8913:3 8920:2 8922:1 8934:4 8938:1 8950:6 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:1 9076:1 9085:1 9093:1 9099:2 9103:2 9109:1 9112:1 9113:1 9116:1 9117:1 9118:1 9122:2 9124:3 9130:1 9131:1 9133:2 9137:2 9139:2 9141:3 9143:2 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:3 9212:1 9230:2 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:1 9597:3 9602:1 9606:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:1 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9763:1 9772:1 9779:2 9780:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:8 9834:1 9835:2 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:7 9927:2 9934:2 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:3 10047:1 10050:1 10051:3 10052:1 10067:1 10068:2 10074:1 10082:2 10087:1 10089:1 10095:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:3 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10293:1 10297:3 10302:1 10304:1 10305:3 10308:2 10309:2 10310:1 10311:1 10314:1 10316:1 10320:1 10321:1 10324:2 10325:1 10326:2 10339:1 10344:3 10345:4 10347:1 10351:1 10360:5 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10424:2 10431:2 10432:2 10434:1 10441:1 10469:1 10475:3 10483:3 10495:1 10527:2 10535:2 10537:2 10541:1 10543:1 10549:1 10550:1 10559:1 10572:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10647:1 10648:1 10653:1 10655:1 10662:1 10675:1 10683:1 10687:1 10708:1 10712:1 10714:1 10718:1 10722:4 10724:1 10730:1 10734:1 10748:1 10749:3 10751:3 10752:1 10763:1 10777:1 10797:2 10799:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:1 10838:1 10840:6 10845:1 10848:1 10853:1 10854:1 10857:1 10862:3 10866:1 10868:1 10886:1 10909:4 10911:1 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:2 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11036:1 11042:1 11049:1 11061:1 11062:1 11069:1 11070:1 11081:1 11095:1 11109:1 11114:2 11142:1 11148:1 11157:1 11182:2 11199:3 11200:6 11201:4 11204:1 11221:2 11224:3 11233:3 11242:4 11245:2 11247:3 11250:1 11258:1 11263:1 11269:1 11286:2 11287:2 11289:1 11291:1 11299:3 11311:37 11312:1 11316:1 11322:1 11328:2 11330:1 11337:3 11344:6 11347:3 11348:1 11356:2 11361:1 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:1 11478:1 11491:1 11508:1 11513:1 11519:1 11534:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:2 11598:5 11613:1 11627:1 11637:1 11640:2 11645:3 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:1 11755:2 11768:1 11770:1 11804:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11979:1 11986:3 12002:19 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12126:3 12129:1 12135:1 12144:1 12148:1 12171:3 12174:2 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:2 12251:1 12252:1 12265:1 12269:1 12279:4 12282:1 12283:4 12295:2 12300:1 12326:2 12332:1 12337:1 12338:1 12343:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:1 12427:1 12434:1 12439:1 12453:2 12462:1 12477:1 12488:1 12493:1 12500:1 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12577:1 12584:1 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12639:1 12643:1 12655:3 12656:2 12659:1 12662:2 12664:4 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12788:1 12789:2 12791:1 12792:1 12794:1 12806:2 12838:1 12847:1 12854:1 12868:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:2 12981:1 12984:1 13000:1 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:2 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13220:1 13233:4 13257:1 13262:1 13288:1 13292:6 13294:5 13296:1 13308:1 13321:2 13355:1 13374:1 13381:1 13395:1 13399:1 13404:2 13423:1 13431:1 13432:2 13437:1 13443:1 13447:1 13449:1 13452:2 13453:2 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:3 13557:1 13559:5 13564:1 13585:2 13590:1 13605:4 13629:1 13639:1 13643:7 13671:1 13680:2 13692:1 13699:1 13705:1 13706:1 13714:1 13720:2 13728:2 13734:1 13735:1 13742:1 13744:2 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:1 13873:2 13910:3 13919:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:3 14020:3 14021:1 14024:3 14026:1 14029:2 14031:1 14034:2 14036:1 14038:1 14039:1 14049:1 14079:1 14083:5 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14176:8 14181:2 14182:3 14209:1 14213:2 14218:1 14221:1 14223:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14422:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:3 14484:3 14490:2 14500:1 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14554:2 14559:1 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14621:1 14625:1 14638:2 14639:1 14643:1 14650:1 14667:1 14675:1 14686:1 14688:1 14691:3 14692:2 14696:1 14720:2 14725:1 14734:1 14738:1 14744:10 14748:2 14750:1 14761:2 14763:2 14769:1 14773:1 14785:2 14805:1 14806:1 14810:1 14824:1 14828:1 14829:1 14872:11 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:1 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15200:1 15206:1 15213:1 15214:1 15220:2 15222:1 15241:2 15250:1 15251:1 15276:2 15293:1 15296:1 15298:1 15302:9 15305:1 15307:5 15309:2 15325:1 15330:3 15335:1 15336:1 15344:1 15349:2 15358:1 15365:1 15376:2 15379:1 15388:3 15389:2 15423:1 15424:1 15433:3 15435:1 15438:1 15451:1 15456:1 15459:1 15466:5 15469:1 15476:1 15480:1 15481:1 15488:3 15500:1 15508:2 15509:4 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:2 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:1 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:1 15833:1 15835:2 15842:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:3 15880:1 15882:1 15884:3 15886:1 15888:1 15895:1 15896:3 15900:1 15903:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:2 15988:3 16001:1 16007:1 16009:1 16020:1 16021:1 16035:4 16041:1 16061:1 16067:1 16073:1 16092:1 16120:1 16121:1 16137:1 16140:1 16141:1 16170:1 16182:1 16195:1 16197:2 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16294:2 16295:1 16303:1 16314:1 16318:2 16320:1 16323:1 16324:2 16334:3 16337:1 16338:1 16339:2 16360:1 16366:2 16369:1 16384:1 16391:1 16408:13 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:3 16468:1 16472:2 16473:2 16482:1 16539:2 16543:2 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16606:2 16622:1 16625:1 16653:1 16671:3 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16753:1 16766:1 16775:3 16776:1 16781:1 16789:12 16790:2 16791:1 16795:1 16798:2 16804:2 16805:1 16810:1 16814:1 16817:1 16822:1 16830:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16953:1 16955:1 16958:1 16977:3 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17045:1 17048:1 17053:1 17067:1 17073:1 17085:1 17112:5 17123:1 17126:1 17137:1 17141:1 17151:1 17162:1 17168:1 17170:1 17173:1 17201:2 17210:2 17211:1 17224:2 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17264:1 17265:1 17285:6 17288:1 17298:1 17318:1 17322:1 17324:2 17336:1 17349:1 17353:1 17357:1 17369:1 17372:1 17375:1 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:1 17474:2 17476:2 17497:1 17498:1 17501:1 17509:2 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:1 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:1 17730:1 17738:1 17748:1 17757:2 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17897:1 17898:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:3 17978:1 17981:1 17984:1 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:1 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18315:1 18317:9 18326:3 18328:2 18343:2 18345:1 18351:1 18357:1 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:1 18409:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:2 18566:1 18582:1 18602:1 18611:1 18617:1 18625:1 18657:1 18661:1 18682:1 18690:1 18718:1 18719:2 18720:1 18730:1 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18815:1 18817:3 18821:1 18827:3 18847:1 18860:1 18861:1 18877:1 18905:2 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19053:1 19055:2 19078:5 19080:2 19085:1 19101:1 19106:2 19107:1 19134:1 19139:3 19141:1 19143:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:4 19211:1 19219:1 19220:3 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19296:1 19299:1 19303:1 19307:1 19315:1 19321:2 19323:2 19325:1 19327:11 19331:1 19336:5 19339:1 19356:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:1 19401:2 19421:1 19444:1 19445:1 19448:1 19457:1 19465:1 19488:3 19498:1 19501:1 19520:1 19526:6 19533:1 19535:1 19563:1 19566:1 19569:1 19578:2 19580:1 19583:1 19591:4 19605:4 19614:2 19642:1 19651:1 19654:4 19657:1 19674:2 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19763:1 19764:1 19766:1 19768:1 19784:1 19785:2 19813:1 19848:1 19849:1 19864:1 19867:1 19890:1 19903:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:6 20063:1 20065:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20142:1 20157:7 20170:4 20197:2 20207:1 20256:1 20262:1 20271:1 20273:1 20280:1 20301:1 20313:1 20316:1 20328:1 20347:1 20388:1 20389:1 20406:1 20417:1 20426:1 20436:1 20447:1 20486:1 20491:1 20497:2 20515:1 20517:1 20518:1 20520:1 20525:4 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20635:1 20636:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:3 20764:1 20768:2 20779:2 20780:1 20782:1 20789:2 20791:1 20806:1 20812:1 20842:1 20854:1 20858:2 20873:1 20883:2 20886:1 20891:2 20909:1 20925:1 20927:1 20930:3 20933:1 20936:2 20965:2 20974:1 20983:1 20986:1 20999:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21153:1 21168:2 21172:1 21192:1 21193:1 21194:1 21202:1 21223:1 21235:1 21238:1 21241:2 21245:2 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21369:5 21374:1 21376:1 21381:1 21431:1 21434:2
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 137:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 266:2 273:1 286:2 298:1 299:1 311:1 316:3 335:5 350:1 354:1 355:1 384:1 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:2 499:1 516:1 531:3 532:3 538:1 540:3 548:3 558:1 568:2 572:2 598:2 601:2 605:1 612:1 622:1 628:1 641:1 644:5 650:3 669:2 682:1 683:1 690:1 726:1 740:1 741:1 742:3 758:1 773:1 780:2 787:2 812:1 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:2 935:1 939:1 959:2 972:1 973:1 986:2 1004:1 1007:3 1009:1 1015:1 1040:3 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:1 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1196:3 1205:1 1215:1 1217:2 1226:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:2 1286:1 1301:1 1306:4 1323:1 1347:10 1352:4 1364:3 1375:1 1383:1 1386:2 1392:1 1399:11 1406:1 1417:1 1418:4 1419:2 1422:6 1425:1 1426:1 1430:1 1432:2 1434:3 1438:1 1451:2 1475:3 1477:4 1481:2 1495:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:1 1642:1 1652:1 1665:1 1670:1 1671:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:1 1793:1 1804:1 1805:3 1807:2 1813:4 1815:2 1816:2 1817:1 1818:5 1819:1 1820:1 1824:1 1825:2 1827:1 1830:2 1831:3 1836:1 1837:1 1840:1 1841:1 1845:2 1846:1 1853:1 1856:1 1857:1 1861:1 1875:1 1887:1 1889:2 1901:1 1908:2 1941:2 1943:1 1959:1 1973:1 1991:1 1992:1 2014:1 2016:1 2041:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:2 2206:1 2210:1 2211:1 2213:1 2222:1 2225:2 2238:1 2271:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2458:1 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:1 2512:1 2518:2 2519:1 2525:1 2528:1 2542:3 2550:2 2561:2 2568:2 2570:1 2573:1 2580:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:2 2645:1 2647:2 2650:9 2652:1 2661:2 2664:6 2696:1 2697:4 2698:2 2699:3 2714:1 2719:1 2736:1 2742:2 2745:4 2747:1 2751:1 2777:1 2784:1 2789:2 2793:2 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:5 2875:2 2877:1 2878:1 2885:1 2890:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:3 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2973:2 2981:1 2991:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3079:5 3080:1 3091:1 3106:9 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3187:1 3220:2 3226:3 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3280:2 3282:4 3283:1 3289:2 3293:2 3294:2 3296:1 3298:1 3301:4 3302:1 3310:4 3311:3 3314:5 3317:6 3319:1 3329:1 3345:1 3364:1 3368:1 3380:1 3391:1 3403:1 3405:3 3408:1 3416:2 3420:1 3426:1 3436:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3488:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3636:1 3641:3 3651:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:5 3742:3 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3797:6 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3858:1 3861:1 3865:1 3868:1 3869:1 3871:1 3872:1 3877:1 3883:1 3891:6 3893:1 3904:1 3913:2 3920:5 3929:4 3931:1 3943:2 3945:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4100:1 4102:1 4104:4 4106:1 4114:2 4119:1 4130:1 4149:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:1 4215:2 4234:3 4241:1 4247:1 4250:13 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4316:14 4319:1 4332:1 4336:1 4345:2 4348:3 4367:1 4370:2 4378:1 4380:1 4384:1 4398:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4537:1 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:1 4729:1 4734:1 4744:1 4774:1 4787:1 4795:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:2 4900:1 4914:1 4960:1 4973:2 4988:9 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5054:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:12 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:13 5212:2 5215:1 5235:5 5255:1 5256:1 5258:1 5265:1 5268:1 5272:3 5278:1 5281:1 5285:2 5294:1 5314:1 5328:1 5338:1 5339:1 5357:1 5361:1 5363:1 5368:2 5372:1 5375:1 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:1 5451:1 5455:1 5462:1 5469:2 5487:1 5489:1 5492:1 5495:4 5497:1 5501:2 5505:2 5506:2 5520:2 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2325 5577:1 5583:1 5585:2 5588:1 5598:1 5601:1 5616:1 5617:1 5627:6 5629:3 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5720:1 5726:2 5745:1 5762:2 5765:1 5767:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:3 5842:1 5844:1 5845:1 5848:2 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:3 5909:2 5912:1 5920:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:1 6122:2 6130:1 6133:1 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:3 6244:1 6252:1 6258:3 6261:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6413:1 6421:1 6429:1 6442:2 6449:4 6468:1 6477:1 6483:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:3 6571:1 6580:2 6581:2 6602:4 6613:2 6621:1 6629:1 6638:2 6640:2 6648:1 6669:1 6672:2 6678:3 6679:2 6681:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:4 6718:1 6719:2 6727:1 6747:2 6762:1 6771:1 6790:1 6793:1 6808:2 6809:1 6826:1 6831:1 6849:5 6850:1 6860:1 6864:11 6868:1 6872:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:4 6944:1 6952:1 6960:2 6962:1 6978:4 6980:1 6994:1 7005:1 7034:1 7042:3 7050:2 7062:2 7065:1 7072:1 7077:1 7082:4 7084:5 7086:2 7089:1 7093:1 7095:1 7096:1 7100:1 7102:1 7103:5 7106:4 7110:2 7111:6 7121:1 7125:3 7127:1 7137:1 7140:1 7164:1 7168:1 7170:1 7173:2 7178:1 7180:1 7182:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:2 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7453:1 7456:1 7458:1 7466:1 7476:1 7481:1 7490:1 7505:1 7508:1 7510:4 7514:2 7520:1 7521:3 7568:1 7597:1 7618:1 7623:2 7626:1 7629:1 7632:2 7633:1 7634:2 7635:2 7642:1 7650:1 7653:1 7664:2 7672:1 7673:2 7674:2 7677:1 7700:4 7709:2 7723:1 7726:1 7744:1 7749:1 7754:1 7756:4 7767:3 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:2 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:1 7885:2 7899:1 7904:1 7909:3 7910:14 7913:2 7921:1 7927:1 7930:3 7931:1 7938:1 7942:1 7956:1 7965:1 7973:1 7999:1 8011:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8180:5 8181:1 8185:2 8187:1 8189:2 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:6 8377:2 8394:1 8408:1 8436:1 8438:1 8445:1 8446:1 8449:1 8466:1 8475:1 8477:1 8479:1 8491:2 8492:1 8517:1 8535:1 8540:1 8554:3 8566:1 8572:2 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:5 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8669:1 8671:1 8673:1 8715:1 8718:1 8719:1 8725:1 8728:1 8730:2 8731:1 8737:1 8740:1 8741:1 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8811:3 8823:4 8825:1 8827:2 8837:2 8849:1 8854:1 8864:2 8868:1 8869:1 8879:1 8887:1 8897:2 8906:1 8913:3 8920:2 8922:1 8934:4 8938:1 8950:6 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:1 9076:1 9085:1 9093:1 9099:2 9103:2 9109:1 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9130:1 9131:1 9133:2 9137:2 9139:2 9141:3 9143:2 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:1 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:1 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9763:1 9772:1 9779:2 9780:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:9 9834:1 9835:2 9840:2 9855:1 9856:1 9862:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:7 9927:2 9934:2 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:3 10047:2 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10087:1 10089:1 10095:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:3 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:3 10302:1 10304:1 10305:3 10308:3 10309:2 10310:1 10311:1 10314:1 10316:1 10320:1 10321:1 10324:2 10325:2 10326:2 10339:1 10344:3 10345:4 10347:1 10351:1 10360:5 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10469:1 10475:4 10483:3 10495:1 10508:1 10527:2 10535:2 10537:2 10541:1 10543:1 10549:1 10550:1 10559:1 10572:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10647:1 10648:1 10653:1 10655:1 10662:1 10671:1 10675:1 10683:1 10687:1 10708:1 10712:1 10714:1 10718:1 10722:4 10724:1 10730:1 10734:1 10748:1 10749:3 10751:3 10752:1 10763:1 10777:1 10797:2 10799:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:2 10838:1 10840:7 10845:2 10848:1 10853:1 10854:1 10857:1 10862:3 10866:1 10868:1 10886:1 10909:4 10911:1 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11036:1 11042:1 11049:1 11061:1 11062:1 11069:1 11070:1 11081:1 11095:1 11109:1 11114:2 11142:1 11148:1 11157:1 11182:3 11199:3 11200:6 11201:4 11204:1 11221:2 11224:3 11233:3 11242:4 11245:2 11247:3 11250:1 11258:1 11263:1 11269:1 11276:1 11286:4 11287:2 11289:1 11291:1 11299:3 11311:38 11312:2 11316:1 11322:1 11328:2 11330:1 11337:3 11344:6 11347:4 11348:1 11356:2 11361:1 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:1 11478:2 11491:1 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:2 11598:6 11613:1 11627:2 11637:1 11640:2 11645:4 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11803:1 11804:1 11811:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11979:1 11980:1 11986:3 12002:20 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12126:3 12129:1 12135:1 12144:1 12148:1 12171:3 12174:2 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:2 12251:2 12252:1 12265:1 12269:1 12279:4 12282:1 12283:4 12295:3 12300:1 12326:2 12332:1 12337:1 12338:1 12343:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:1 12427:1 12434:2 12438:1 12439:1 12453:2 12462:1 12477:1 12488:1 12493:1 12500:1 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:1 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12639:1 12643:1 12655:3 12656:2 12659:1 12662:2 12664:5 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12742:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12788:1 12789:2 12791:1 12792:1 12794:1 12806:2 12838:1 12847:1 12854:1 12868:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:2 12981:1 12984:1 13000:1 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:2 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13220:1 13233:4 13252:1 13257:1 13262:1 13266:1 13288:1 13292:7 13294:5 13296:1 13308:1 13321:2 13355:1 13374:1 13381:1 13395:1 13399:1 13404:2 13423:1 13431:1 13432:2 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:3 13557:1 13559:5 13564:1 13585:3 13590:1 13605:4 13629:1 13639:1 13643:7 13671:1 13680:3 13692:1 13699:1 13705:1 13706:1 13714:1 13720:3 13728:2 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:1 13873:2 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:3 14020:3 14021:1 14024:3 14026:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14049:1 14062:1 14079:1 14083:5 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14176:8 14181:2 14182:4 14209:1 14213:2 14218:1 14221:1 14223:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14422:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:3 14484:3 14490:2 14500:1 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14554:2 14559:2 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14621:1 14625:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14675:1 14686:1 14688:1 14691:3 14692:3 14696:1 14720:2 14725:1 14734:1 14738:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:1 14773:1 14785:2 14805:1 14806:1 14810:1 14824:1 14828:1 14829:1 14872:12 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:2 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15199:1 15200:1 15206:1 15213:1 15214:1 15220:2 15222:1 15241:2 15250:1 15251:1 15276:2 15293:1 15296:1 15298:1 15302:10 15305:1 15307:5 15309:2 15325:1 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15358:1 15365:1 15376:2 15379:1 15388:4 15389:2 15419:1 15423:1 15424:1 15433:3 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15500:1 15508:2 15509:5 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:2 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:1 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15842:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:3 15880:1 15882:1 15884:3 15886:1 15888:1 15895:1 15896:3 15900:1 15903:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:2 15988:4 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:5 16041:1 16061:1 16067:1 16073:1 16092:1 16120:1 16121:1 16137:1 16140:1 16141:1 16146:1 16170:1 16182:1 16195:1 16197:2 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16294:2 16295:2 16303:1 16314:1 16318:2 16320:1 16323:1 16324:2 16334:3 16337:1 16338:1 16339:2 16360:1 16366:3 16369:2 16384:1 16391:1 16408:13 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:3 16468:1 16472:2 16473:2 16482:1 16539:2 16543:2 16554:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:1 16653:1 16671:3 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16753:1 16766:1 16775:3 16776:1 16781:1 16789:13 16790:2 16791:1 16795:1 16798:2 16804:2 16805:1 16810:1 16814:1 16817:1 16822:1 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16953:1 16955:1 16958:1 16977:3 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:1 17085:1 17105:1 17112:5 17123:1 17126:1 17137:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:1 17224:2 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17264:1 17265:1 17285:6 17288:1 17298:1 17301:1 17307:1 17318:1 17322:1 17324:2 17336:1 17349:1 17353:1 17357:1 17369:2 17372:1 17375:1 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:2 17474:2 17476:2 17497:1 17498:1 17501:1 17509:2 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:1 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17897:1 17898:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:3 17978:1 17981:1 17984:1 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:1 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18315:1 18317:10 18326:3 18328:2 18343:2 18345:1 18351:1 18357:1 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:1 18409:2 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18448:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:2 18566:1 18582:1 18602:1 18611:1 18617:1 18625:1 18657:1 18661:1 18682:1 18690:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18815:1 18817:3 18819:1 18821:1 18827:4 18847:1 18860:1 18861:1 18877:1 18905:3 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:5 19211:1 19219:2 19220:3 19221:1 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19296:1 19299:1 19303:1 19307:1 19309:1 19315:2 19321:2 19323:2 19325:1 19327:12 19331:1 19336:5 19339:1 19356:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:1 19401:2 19414:1 19421:1 19444:1 19445:1 19448:1 19457:1 19465:1 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19578:2 19580:1 19583:1 19591:4 19605:4 19614:2 19642:1 19651:1 19654:4 19657:1 19674:2 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19763:1 19764:1 19766:1 19768:1 19784:1 19785:2 19813:1 19848:1 19849:1 19864:1 19867:1 19890:1 19903:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:6 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20142:1 20157:7 20170:5 20197:2 20207:1 20256:1 20262:1 20271:1 20273:1 20280:1 20286:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:1 20388:1 20389:1 20406:1 20417:1 20426:1 20436:1 20447:1 20461:1 20486:1 20491:2 20497:2 20515:1 20517:1 20518:1 20520:1 20525:4 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:3 20764:1 20768:2 20779:2 20780:1 20782:1 20789:2 20791:1 20806:1 20812:1 20830:1 20842:1 20854:1 20858:2 20873:1 20883:3 20886:1 20891:2 20909:1 20925:1 20927:1 20930:4 20933:1 20936:2 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21153:1 21168:2 21172:1 21192:2 21193:1 21194:1 21202:1 21223:1 21235:1 21238:1 21241:2 21245:2 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21369:5 21374:1 21376:1 21381:1 21431:1 21434:2
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 137:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 311:1 316:3 335:5 350:1 354:1 355:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:2 499:1 516:1 531:4 532:3 538:1 540:3 548:3 558:1 568:2 572:2 598:2 601:2 605:1 612:1 622:1 628:1 641:1 644:5 650:3 669:2 682:1 683:1 690:1 726:1 740:1 741:1 742:3 758:3 773:1 780:2 787:2 812:2 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:2 935:1 939:1 959:2 972:1 973:1 986:2 1004:1 1007:4 1009:1 1015:1 1040:3 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:1 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1196:3 1205:1 1215:1 1217:2 1226:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:2 1286:1 1301:1 1306:4 1323:1 1340:1 1347:13 1352:4 1364:3 1375:1 1383:1 1386:3 1392:1 1399:13 1401:1 1406:1 1417:1 1418:4 1419:2 1422:7 1425:1 1426:1 1430:1 1432:2 1434:3 1438:1 1451:2 1475:3 1477:4 1481:3 1495:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:1 1793:1 1804:1 1805:3 1807:2 1813:4 1815:2 1816:2 1817:1 1818:5 1819:1 1820:1 1824:1 1825:2 1827:1 1830:2 1831:3 1836:1 1837:1 1840:1 1841:1 1845:2 1846:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1887:1 1889:2 1901:1 1908:2 1941:2 1943:1 1959:1 1973:1 1991:1 1992:1 2014:1 2016:1 2041:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:2 2206:1 2210:1 2211:1 2213:1 2222:1 2225:2 2238:1 2271:1 2276:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2458:1 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:1 2512:1 2518:2 2519:1 2525:1 2528:1 2542:3 2550:2 2561:2 2568:2 2570:1 2573:1 2580:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:2 2645:1 2647:2 2650:10 2652:1 2661:2 2664:6 2680:1 2687:1 2696:1 2697:4 2698:2 2699:4 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2777:1 2784:1 2789:2 2793:2 2794:1 2795:1 2809:2 2855:1 2859:1 2864:1 2870:6 2875:2 2877:1 2878:1 2885:1 2890:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:3 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2973:2 2981:1 2991:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3069:1 3079:5 3080:1 3091:1 3106:9 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3220:2 3226:3 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3280:2 3282:4 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:1 3301:4 3302:1 3309:1 3310:4 3311:3 3314:5 3317:7 3319:1 3329:1 3345:1 3364:1 3368:1 3380:1 3391:1 3403:1 3405:3 3408:1 3416:2 3420:1 3425:1 3426:1 3436:1 3442:1 3454:1 3465:2 3468:1 3470:1 3484:1 3486:1 3488:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3636:1 3641:3 3651:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:6 3742:3 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3797:7 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3858:1 3861:1 3865:1 3868:1 3869:1 3871:1 3872:1 3877:1 3883:1 3891:6 3893:1 3904:1 3913:2 3920:5 3929:4 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4100:1 4102:1 4104:4 4106:1 4114:2 4119:1 4130:1 4149:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:2 4215:2 4234:3 4241:1 4247:1 4250:13 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4316:15 4319:1 4332:1 4336:1 4345:2 4348:3 4367:1 4370:2 4376:1 4378:1 4380:1 4384:1 4398:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4537:1 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4787:1 4795:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4973:2 4988:10 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5054:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:12 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:13 5212:3 5215:1 5235:5 5255:1 5256:1 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:2 5294:1 5314:1 5328:1 5338:1 5339:1 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:1 5451:1 5455:1 5462:1 5469:3 5487:1 5489:1 5492:1 5495:4 5497:1 5501:2 5505:2 5506:2 5520:2 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2349 5577:1 5579:1 5583:1 5585:2 5588:1 5598:1 5601:1 5616:1 5617:1 5627:6 5629:3 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5762:2 5765:1 5767:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:3 5842:1 5844:1 5845:1 5848:2 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:4 5909:2 5912:1 5920:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:1 6122:2 6130:1 6133:2 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:3 6244:1 6252:1 6258:3 6261:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6413:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:1 6556:1 6560:1 6568:3 6571:1 6580:2 6581:2 6602:4 6613:2 6621:1 6629:1 6638:2 6640:2 6648:1 6669:1 6672:2 6678:3 6679:2 6681:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:7 6718:1 6719:2 6727:1 6747:2 6761:1 6762:1 6771:1 6790:1 6793:1 6808:2 6809:1 6826:1 6831:1 6849:5 6850:1 6860:1 6864:12 6868:1 6872:1 6874:1 6881:1 6887:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6980:1 6994:1 7005:1 7034:1 7042:3 7050:2 7062:2 7065:1 7072:2 7077:1 7082:4 7084:5 7086:3 7089:1 7093:1 7095:2 7096:1 7100:1 7102:1 7103:6 7106:4 7110:2 7111:6 7121:2 7125:3 7127:1 7137:3 7140:1 7164:1 7168:1 7170:1 7173:2 7178:1 7180:1 7182:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:2 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7453:1 7456:1 7458:1 7466:1 7476:1 7481:1 7490:1 7505:1 7508:1 7510:4 7514:2 7520:1 7521:3 7568:1 7597:1 7618:1 7623:2 7626:1 7629:1 7632:2 7633:1 7634:2 7635:2 7642:1 7650:1 7653:1 7664:2 7672:1 7673:2 7674:2 7677:1 7700:4 7709:2 7723:1 7726:1 7744:1 7749:1 7754:1 7756:4 7767:3 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:2 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:1 7885:2 7899:1 7904:1 7909:3 7910:15 7913:2 7921:1 7927:1 7930:4 7931:1 7938:1 7942:1 7956:1 7965:1 7973:1 7999:1 8011:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8180:5 8181:1 8185:2 8187:1 8189:2 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:6 8377:2 8394:1 8408:1 8436:1 8438:1 8445:1 8446:1 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8491:2 8492:1 8493:1 8517:1 8535:1 8540:1 8554:3 8566:1 8572:2 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8669:1 8671:1 8673:1 8715:1 8718:1 8719:1 8725:1 8728:1 8730:2 8731:1 8737:1 8740:1 8741:1 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8811:3 8823:4 8825:1 8827:2 8837:2 8849:1 8854:1 8864:2 8868:1 8869:1 8879:1 8887:1 8897:2 8906:1 8913:3 8920:2 8922:1 8934:5 8938:1 8950:6 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:1 9076:1 9085:1 9093:2 9099:2 9103:2 9109:1 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9130:1 9131:1 9133:2 9137:2 9139:2 9141:3 9143:2 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:1 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9763:1 9772:1 9779:2 9780:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:10 9834:1 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:7 9927:2 9934:2 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:3 10047:2 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10087:1 10089:1 10095:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:3 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:3 10302:1 10304:1 10305:3 10308:3 10309:2 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:2 10326:2 10339:1 10344:3 10345:5 10347:1 10351:1 10360:5 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10469:1 10475:4 10483:3 10495:1 10508:1 10527:2 10535:2 10537:2 10541:1 10543:1 10549:1 10550:1 10559:1 10561:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10647:1 10648:1 10653:1 10655:1 10662:1 10671:1 10675:1 10683:1 10687:1 10708:1 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:3 10751:3 10752:1 10763:1 10777:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:3 10838:2 10840:8 10845:2 10848:1 10853:1 10854:1 10857:1 10862:3 10866:1 10868:1 10886:1 10909:4 10911:1 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:3 10996:1 11001:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11042:1 11049:1 11061:1 11062:1 11069:1 11070:1 11081:1 11095:1 11109:1 11114:2 11142:1 11148:1 11157:1 11182:3 11199:3 11200:6 11201:4 11204:1 11221:2 11224:3 11233:3 11242:4 11245:2 11247:3 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:2 11289:1 11291:1 11299:3 11311:40 11312:2 11316:1 11322:1 11328:2 11330:1 11337:3 11344:7 11347:4 11348:1 11356:2 11361:1 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:1 11478:2 11491:1 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:2 11598:7 11613:1 11627:2 11637:1 11640:2 11645:4 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11803:1 11804:1 11811:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11979:1 11980:1 11986:3 12002:20 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12126:3 12129:1 12135:1 12144:1 12148:1 12171:3 12174:2 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:2 12251:2 12252:2 12265:1 12269:1 12279:4 12282:1 12283:4 12295:3 12300:1 12326:2 12332:1 12337:1 12338:1 12343:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:1 12427:1 12434:2 12438:1 12439:1 12453:2 12462:1 12477:1 12488:1 12493:1 12500:2 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12639:1 12643:1 12655:3 12656:2 12659:1 12662:2 12664:5 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12742:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12788:1 12789:2 12791:1 12792:1 12794:1 12806:2 12838:1 12847:1 12854:1 12868:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:2 12981:1 12984:1 13000:1 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:2 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:3 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:1 13220:1 13233:4 13252:1 13257:1 13262:1 13266:1 13288:1 13292:8 13294:5 13296:1 13308:1 13321:2 13355:1 13374:1 13381:1 13395:1 13399:1 13404:2 13423:1 13431:1 13432:2 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:3 13557:1 13559:5 13564:1 13585:3 13590:1 13605:4 13629:1 13639:1 13643:7 13671:1 13680:3 13692:1 13699:1 13705:1 13706:1 13714:1 13720:3 13728:3 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:1 13873:2 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:3 14020:3 14021:2 14024:3 14026:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14049:1 14062:1 14075:1 14079:1 14083:5 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:8 14181:2 14182:5 14209:1 14213:2 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14422:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:3 14480:1 14484:4 14490:2 14500:1 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14554:2 14559:2 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14621:1 14625:1 14627:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14675:1 14686:1 14688:1 14691:3 14692:3 14696:1 14720:2 14725:1 14734:1 14738:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:1 14773:1 14785:2 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14850:1 14872:13 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:2 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:1 15220:2 15222:1 15241:2 15250:1 15251:1 15276:2 15293:1 15296:1 15298:1 15302:10 15305:1 15307:5 15309:2 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15358:1 15365:1 15376:2 15379:1 15388:4 15389:2 15419:1 15423:1 15424:1 15433:3 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15500:1 15508:2 15509:5 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:2 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:1 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15842:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:3 15880:1 15882:1 15884:3 15886:1 15888:1 15895:1 15896:3 15900:1 15903:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:2 15988:4 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:6 16041:1 16061:1 16067:1 16073:1 16092:1 16105:1 16120:2 16121:1 16137:1 16140:1 16141:1 16146:1 16170:1 16182:1 16195:1 16197:2 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16294:3 16295:2 16303:1 16314:1 16318:2 16320:1 16323:1 16324:2 16334:3 16337:1 16338:1 16339:2 16360:1 16366:3 16369:2 16384:1 16391:1 16408:14 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:1 16535:1 16539:2 16543:2 16554:2 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:2 16653:1 16671:4 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16752:1 16753:1 16766:1 16775:3 16776:1 16781:1 16789:13 16790:2 16791:1 16795:1 16798:2 16802:1 16804:2 16805:1 16810:1 16814:1 16817:1 16822:1 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:3 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16953:1 16955:1 16958:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:1 17085:1 17104:1 17105:1 17112:5 17123:1 17126:1 17137:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:1 17224:2 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17264:1 17265:1 17285:6 17288:1 17298:1 17301:1 17307:1 17318:1 17322:1 17324:2 17336:1 17349:1 17353:1 17357:1 17369:2 17372:1 17375:1 17377:1 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:2 17474:2 17476:2 17497:1 17498:1 17501:1 17509:2 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:2 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17897:1 17898:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:3 17978:1 17981:1 17984:1 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:1 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18315:1 18317:11 18326:3 18328:2 18343:2 18345:1 18351:1 18357:1 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:1 18409:2 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18448:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:2 18566:1 18582:1 18602:1 18611:1 18617:1 18625:1 18657:1 18661:1 18682:1 18690:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18815:1 18817:3 18819:1 18821:1 18827:5 18847:1 18860:1 18861:1 18877:1 18905:4 18918:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:5 19211:1 19219:2 19220:3 19221:1 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19296:1 19299:1 19303:1 19307:1 19309:1 19315:2 19321:2 19323:2 19325:1 19327:14 19331:1 19336:5 19339:1 19356:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:2 19401:2 19414:1 19421:1 19444:1 19445:1 19448:1 19457:1 19465:1 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19578:2 19580:1 19583:1 19591:4 19605:4 19614:2 19642:1 19651:1 19654:4 19657:1 19674:2 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19763:1 19764:1 19766:1 19768:1 19784:1 19785:2 19799:1 19813:1 19848:1 19849:1 19864:1 19867:1 19890:1 19903:1 19908:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:7 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20142:1 20157:7 20170:5 20197:2 20207:1 20256:1 20262:1 20271:1 20273:1 20280:1 20286:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:1 20388:1 20389:1 20406:1 20417:1 20426:1 20436:1 20447:1 20461:1 20486:1 20491:2 20497:2 20515:1 20517:2 20518:1 20520:1 20525:4 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:3 20764:1 20768:2 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20830:1 20840:1 20842:1 20854:1 20858:2 20873:1 20883:3 20886:1 20891:2 20909:1 20925:1 20927:1 20930:4 20933:1 20936:2 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21153:1 21168:2 21172:1 21192:2 21193:1 21194:1 21202:1 21223:1 21235:1 21238:1 21241:2 21245:2 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21369:5 21374:1 21376:1 21381:1 21431:1 21434:2 21475:1
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 137:1 146:1 174:1 187:1 237:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 311:1 316:3 335:5 350:1 354:1 355:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 548:3 549:1 558:1 568:2 572:2 598:2 601:2 605:1 612:1 622:1 628:1 641:1 644:5 650:5 669:2 682:1 683:1 690:1 726:1 740:1 741:1 742:4 758:3 773:1 780:2 787:2 812:2 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:2 935:1 939:1 959:2 972:1 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1040:3 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1196:3 1205:1 1215:1 1217:2 1226:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:2 1286:1 1301:1 1306:4 1323:1 1340:1 1347:14 1352:4 1364:3 1375:1 1383:1 1386:3 1392:1 1399:14 1401:1 1406:1 1417:1 1418:4 1419:2 1422:7 1425:1 1426:1 1430:2 1432:2 1434:3 1438:1 1451:2 1475:4 1477:4 1481:3 1495:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:3 1793:1 1804:1 1805:3 1807:2 1813:5 1815:2 1816:2 1817:1 1818:5 1819:1 1820:1 1824:1 1825:2 1827:1 1830:2 1831:3 1836:1 1837:1 1840:1 1841:1 1845:2 1846:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1901:1 1908:2 1941:2 1943:1 1959:1 1973:1 1991:1 1992:1 2014:1 2016:1 2041:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2225:2 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2458:1 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:2 2512:1 2518:2 2519:1 2525:1 2528:1 2542:3 2550:2 2561:2 2568:2 2570:1 2573:1 2580:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:2 2645:1 2647:2 2650:11 2652:1 2661:2 2664:6 2680:1 2687:1 2696:1 2697:4 2698:2 2699:4 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2777:1 2784:1 2789:2 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:7 2875:2 2877:1 2878:1 2885:1 2890:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:3 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2973:2 2981:1 2991:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3069:1 3079:5 3080:1 3091:1 3106:10 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3220:2 3226:3 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3280:2 3282:5 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:1 3301:4 3302:1 3309:1 3310:4 3311:3 3314:5 3317:7 3319:1 3329:1 3345:1 3364:1 3368:1 3380:1 3391:1 3393:1 3403:1 3405:3 3408:1 3416:2 3420:1 3425:1 3426:1 3436:1 3442:1 3454:2 3465:2 3468:1 3470:1 3484:1 3486:1 3488:1 3501:1 3504:1 3509:1 3535:1 3582:1 3593:1 3595:1 3609:1 3621:1 3636:1 3641:3 3651:1 3658:1 3662:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:6 3742:3 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3797:8 3805:1 3820:4 3821:1 3826:1 3831:1 3852:1 3853:2 3858:2 3861:1 3865:1 3868:1 3869:1 3871:1 3872:1 3877:1 3883:1 3888:1 3891:6 3893:1 3904:1 3913:2 3920:7 3929:4 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4100:1 4102:1 4104:4 4106:1 4114:2 4117:1 4119:1 4130:1 4149:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:2 4215:2 4218:1 4234:3 4241:1 4247:1 4250:14 4270:2 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4316:16 4319:1 4332:1 4336:1 4345:2 4348:3 4367:1 4370:2 4376:1 4378:1 4380:1 4384:1 4398:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4787:1 4795:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:2 4988:11 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5054:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:12 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:13 5212:3 5213:1 5215:1 5231:1 5235:5 5255:1 5256:1 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:2 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:1 5451:1 5455:1 5462:1 5469:3 5487:1 5489:1 5492:1 5495:4 5497:1 5501:2 5505:2 5506:2 5520:2 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2398 5577:1 5579:1 5583:1 5585:2 5588:1 5598:1 5601:1 5616:1 5617:1 5627:6 5629:3 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5762:2 5765:1 5767:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:3 5842:1 5844:1 5845:1 5848:2 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:5 5909:2 5912:1 5920:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:3 6122:2 6130:1 6133:2 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:3 6244:1 6252:1 6258:3 6261:1 6287:2 6306:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6413:3 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:1 6556:1 6559:1 6560:1 6568:3 6571:1 6580:2 6581:2 6602:4 6613:2 6621:1 6629:1 6638:2 6640:2 6648:1 6669:1 6672:2 6678:3 6679:2 6681:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:8 6718:1 6719:2 6727:1 6747:2 6761:1 6762:1 6771:1 6790:1 6793:1 6808:2 6809:1 6826:1 6831:1 6849:5 6850:1 6860:1 6864:13 6868:1 6872:1 6874:1 6881:1 6887:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6980:1 6994:1 7005:1 7034:1 7042:3 7050:2 7062:2 7065:1 7072:2 7077:1 7082:4 7084:6 7086:3 7089:1 7093:2 7095:2 7096:1 7100:1 7102:1 7103:6 7106:4 7110:2 7111:7 7121:2 7125:4 7127:1 7137:3 7140:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:1 7182:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:2 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7453:1 7456:1 7458:1 7466:1 7476:1 7481:1 7490:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:3 7568:1 7597:1 7603:1 7618:1 7623:2 7626:1 7629:1 7632:2 7633:1 7634:2 7635:2 7642:1 7650:1 7653:1 7655:2 7664:2 7672:1 7673:2 7674:2 7677:1 7700:4 7709:2 7723:1 7726:1 7744:1 7749:1 7754:1 7756:4 7767:3 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:2 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:1 7885:2 7899:1 7904:1 7909:3 7910:16 7913:2 7921:1 7927:1 7930:4 7931:1 7938:1 7942:1 7956:1 7965:1 7968:1 7973:1 7999:1 8011:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8163:1 8180:5 8181:1 8185:2 8187:1 8189:2 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:7 8377:2 8382:1 8394:1 8408:1 8436:1 8438:1 8445:1 8446:1 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8491:2 8492:1 8493:1 8517:1 8535:1 8540:1 8554:3 8566:1 8572:2 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8669:1 8671:1 8673:1 8715:1 8718:1 8719:1 8725:1 8728:1 8730:2 8731:1 8737:1 8740:1 8741:1 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8811:3 8823:4 8825:1 8827:2 8837:2 8849:1 8854:1 8864:2 8868:1 8869:1 8879:1 8887:1 8897:2 8906:1 8913:3 8920:2 8922:1 8934:5 8938:1 8950:6 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:1 9076:1 9085:1 9093:2 9099:2 9103:2 9109:1 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9463:1 9495:1 9508:1 9512:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:1 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9763:2 9772:2 9779:2 9780:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:11 9834:1 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9882:1 9883:1 9896:1 9900:1 9907:1 9917:7 9927:2 9934:2 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:4 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10087:1 10089:1 10095:1 10096:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:3 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:1 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:3 10302:1 10304:1 10305:4 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:2 10326:2 10339:1 10344:4 10345:5 10347:1 10351:1 10360:5 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10469:1 10475:4 10483:3 10495:1 10508:1 10527:2 10535:2 10537:2 10541:1 10543:1 10549:1 10550:1 10559:1 10561:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10647:1 10648:1 10653:1 10655:1 10660:1 10662:1 10671:1 10675:1 10683:1 10687:1 10708:1 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:3 10751:3 10752:1 10763:1 10777:1 10785:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:4 10838:2 10840:8 10843:1 10845:2 10848:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:4 10911:1 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:4 10996:1 11001:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11042:1 11049:1 11061:1 11062:1 11069:1 11070:1 11081:1 11095:1 11109:1 11114:2 11142:1 11148:1 11157:1 11182:3 11199:3 11200:6 11201:6 11204:1 11221:2 11224:3 11233:3 11242:4 11245:2 11247:3 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:2 11289:1 11291:1 11299:3 11311:41 11312:2 11316:1 11322:1 11328:2 11330:1 11337:3 11344:7 11347:4 11348:1 11356:2 11361:1 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:1 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:2 11598:8 11613:2 11627:2 11637:1 11640:2 11645:4 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11979:1 11980:1 11986:3 12002:21 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12114:1 12126:4 12129:1 12135:1 12144:1 12148:1 12171:3 12174:2 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:2 12251:2 12252:2 12265:1 12269:1 12279:4 12282:1 12283:4 12295:3 12300:1 12326:2 12332:1 12337:1 12338:1 12343:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:1 12427:1 12434:2 12438:1 12439:1 12453:2 12462:1 12477:1 12488:1 12493:1 12500:2 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12639:1 12643:1 12655:3 12656:2 12659:1 12662:2 12664:5 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12742:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:2 12791:1 12792:1 12794:1 12806:2 12838:1 12847:1 12854:1 12868:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12966:2 12981:1 12984:1 13000:1 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:2 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:5 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:1 13220:1 13233:5 13252:1 13257:1 13262:1 13266:1 13288:1 13292:9 13294:5 13296:1 13308:1 13321:2 13355:1 13370:1 13374:3 13381:1 13395:1 13399:1 13404:2 13423:1 13431:1 13432:2 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:3 13557:1 13559:5 13564:1 13585:3 13590:1 13605:4 13629:1 13639:1 13642:1 13643:7 13653:1 13671:1 13680:3 13692:1 13699:1 13705:1 13706:1 13714:1 13720:4 13728:3 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:1 13873:2 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:3 14020:3 14021:2 14024:3 14026:1 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14049:1 14062:1 14075:1 14079:1 14083:5 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:9 14181:2 14182:5 14209:1 14213:2 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14422:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:3 14480:1 14484:4 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14621:1 14625:1 14627:1 14635:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14675:1 14686:1 14688:1 14691:3 14692:3 14696:1 14720:2 14725:1 14734:1 14738:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:1 14773:1 14785:2 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14850:1 14872:14 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:2 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:1 15220:2 15222:1 15241:2 15250:1 15251:1 15276:2 15293:1 15296:1 15298:1 15302:10 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15358:2 15365:1 15376:2 15379:1 15388:4 15389:2 15419:1 15423:1 15424:1 15433:3 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15500:1 15508:2 15509:5 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:2 15621:1 15635:1 15639:1 15655:2 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:1 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15842:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:3 15880:1 15882:1 15884:3 15886:1 15888:1 15895:1 15896:3 15900:1 15903:1 15906:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:2 15988:4 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:6 16041:1 16061:1 16067:1 16073:1 16092:1 16105:1 16120:2 16121:1 16137:1 16140:1 16141:1 16146:1 16170:1 16182:1 16195:1 16197:2 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16294:3 16295:2 16303:1 16314:1 16318:2 16320:1 16323:1 16324:2 16334:3 16337:1 16338:1 16339:2 16360:1 16366:3 16369:2 16384:1 16391:1 16408:14 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:1 16493:1 16535:1 16539:2 16543:2 16554:2 16572:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:3 16653:1 16671:4 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16752:1 16753:1 16766:1 16775:3 16776:1 16781:1 16789:14 16790:2 16791:1 16795:1 16798:3 16802:1 16804:2 16805:1 16810:1 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:4 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16953:1 16955:1 16958:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:1 17085:1 17104:1 17105:1 17112:5 17123:1 17126:1 17137:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:1 17224:2 17234:2 17243:1 17251:1 17253:1 17254:1 17255:2 17264:1 17265:1 17285:6 17288:1 17298:1 17301:1 17307:1 17318:1 17322:1 17324:2 17336:1 17349:1 17353:1 17357:1 17369:2 17372:1 17375:1 17377:2 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:2 17474:2 17476:2 17497:1 17498:1 17501:1 17509:2 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:2 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17888:1 17897:1 17898:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:3 17978:1 17981:1 17984:1 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:1 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18315:1 18317:12 18326:3 18328:2 18343:2 18345:1 18351:1 18357:2 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:1 18409:2 18411:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18444:2 18448:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:3 18566:1 18582:2 18598:1 18602:1 18611:1 18617:2 18625:1 18657:1 18661:1 18682:1 18690:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18815:1 18817:3 18819:1 18821:2 18827:5 18847:1 18849:1 18860:1 18861:1 18877:1 18905:5 18918:1 18923:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:5 19211:1 19219:2 19220:3 19221:1 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19299:1 19303:1 19307:1 19309:1 19315:2 19321:2 19323:2 19325:1 19327:15 19331:1 19336:5 19339:1 19356:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:2 19401:2 19414:1 19421:1 19444:1 19445:1 19448:1 19456:1 19457:1 19465:2 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19578:3 19580:1 19583:1 19591:4 19605:4 19614:2 19642:1 19651:1 19654:4 19657:1 19674:2 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19737:1 19763:1 19764:1 19766:1 19768:1 19784:1 19785:3 19791:1 19799:2 19813:1 19848:1 19849:1 19864:1 19867:1 19890:1 19903:1 19908:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20049:1 20050:1 20055:2 20056:1 20058:7 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20142:1 20157:7 20170:5 20197:2 20207:1 20256:1 20262:1 20271:1 20273:1 20280:1 20286:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:1 20388:1 20389:1 20402:1 20406:1 20417:1 20426:1 20436:1 20447:1 20461:1 20486:1 20491:2 20497:2 20515:1 20517:2 20518:1 20520:1 20525:4 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:3 20764:1 20768:2 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20830:1 20840:1 20842:1 20854:1 20858:2 20873:1 20883:3 20886:1 20891:2 20909:1 20925:1 20927:1 20930:4 20933:1 20936:2 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:1 21153:1 21168:2 21172:1 21192:2 21193:1 21194:1 21202:1 21223:1 21235:1 21238:1 21241:2 21245:2 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21369:5 21374:1 21376:1 21381:1 21431:1 21434:2 21475:2
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:1 137:1 146:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 311:1 316:3 335:5 350:1 354:1 355:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 548:3 549:1 558:1 568:2 572:2 598:2 601:2 605:1 612:1 622:1 628:1 641:1 644:5 650:5 669:2 682:1 683:1 690:1 724:1 726:1 730:1 740:1 741:1 742:5 758:3 773:1 780:2 787:3 812:3 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:2 935:1 939:1 959:2 972:1 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1196:3 1205:1 1215:1 1217:2 1226:1 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:2 1286:1 1301:1 1306:4 1323:1 1340:1 1347:14 1352:4 1364:3 1375:1 1383:1 1386:3 1392:1 1399:14 1401:1 1406:1 1417:1 1418:4 1419:2 1422:7 1425:1 1426:1 1430:2 1432:3 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1495:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:3 1793:1 1804:1 1805:3 1807:2 1813:5 1815:2 1816:2 1817:1 1818:5 1819:1 1820:1 1824:1 1825:2 1826:1 1827:1 1830:2 1831:3 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:1 1847:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1901:1 1908:2 1941:2 1943:1 1959:1 1973:1 1991:1 1992:1 2014:1 2016:1 2041:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2225:2 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2458:1 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:3 2512:1 2518:2 2519:1 2525:1 2528:1 2542:3 2549:1 2550:2 2561:2 2568:2 2570:1 2573:1 2580:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:12 2652:1 2661:2 2664:6 2680:1 2687:1 2696:1 2697:4 2698:2 2699:4 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2777:1 2784:1 2789:2 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:8 2875:2 2877:1 2878:1 2885:1 2890:1 2895:2 2899:1 2903:1 2910:1 2913:2 2916:4 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2973:2 2981:1 2991:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3220:2 3226:3 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3280:2 3282:5 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:1 3301:4 3302:1 3309:1 3310:4 3311:3 3314:5 3317:7 3319:1 3329:1 3345:1 3364:1 3368:1 3380:1 3391:1 3393:1 3403:1 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3454:2 3465:2 3468:1 3470:1 3484:1 3486:1 3488:1 3501:1 3504:1 3509:1 3535:1 3560:1 3582:1 3593:1 3595:1 3609:1 3621:1 3636:1 3641:3 3651:2 3658:1 3662:1 3674:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:6 3742:3 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3797:9 3805:1 3820:4 3821:1 3822:1 3826:1 3831:1 3852:1 3853:2 3858:2 3861:1 3865:1 3868:1 3869:1 3871:1 3872:1 3877:1 3883:1 3888:1 3891:6 3893:1 3904:1 3913:2 3920:8 3929:4 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4097:1 4100:1 4102:1 4104:4 4106:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:2 4215:2 4216:1 4218:1 4234:3 4241:1 4247:1 4250:14 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4297:1 4316:17 4319:1 4332:1 4336:1 4345:2 4348:3 4367:1 4369:1 4370:2 4376:1 4378:1 4380:1 4384:1 4398:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4787:1 4795:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:2 4983:1 4988:12 5004:1 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5054:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:12 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:13 5212:3 5213:1 5215:1 5231:1 5235:5 5255:1 5256:1 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:2 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:1 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:1 5451:1 5455:1 5462:1 5469:3 5487:1 5489:1 5492:2 5495:4 5497:1 5501:2 5505:2 5506:2 5520:3 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2443 5577:1 5579:1 5583:2 5585:2 5588:1 5598:1 5601:1 5616:1 5617:1 5627:6 5629:4 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5762:2 5765:1 5767:1 5769:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:3 5842:1 5844:1 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:5 5909:3 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6022:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:3 6122:2 6130:1 6133:2 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:3 6244:1 6252:1 6254:1 6258:3 6261:1 6287:2 6306:2 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6413:3 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:1 6556:1 6559:1 6560:1 6568:3 6571:1 6580:2 6581:2 6602:4 6613:2 6621:1 6629:1 6638:2 6640:2 6648:1 6669:1 6672:2 6678:3 6679:2 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:8 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6771:1 6790:1 6793:1 6808:2 6809:1 6821:1 6826:1 6831:1 6849:5 6850:1 6860:1 6864:13 6868:1 6872:1 6874:1 6881:1 6887:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:1 7034:1 7042:3 7050:2 7062:2 7065:1 7072:2 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:1 7100:1 7102:1 7103:6 7106:4 7110:2 7111:7 7121:2 7125:4 7126:1 7127:1 7137:3 7140:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:1 7182:1 7210:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:2 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7453:1 7456:1 7458:1 7466:1 7476:1 7481:1 7490:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:3 7568:1 7597:1 7603:1 7618:2 7623:3 7626:1 7629:1 7632:2 7633:1 7634:2 7635:2 7642:1 7650:1 7653:1 7655:3 7664:2 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:1 7756:4 7767:3 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:2 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:2 7885:2 7899:1 7904:1 7909:3 7910:17 7913:2 7921:1 7927:1 7930:4 7931:1 7938:1 7942:1 7956:1 7965:1 7968:1 7973:1 7999:1 8011:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8163:1 8180:5 8181:1 8185:2 8187:1 8189:2 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8408:1 8436:1 8438:1 8445:1 8446:2 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8491:2 8492:1 8493:1 8517:1 8535:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:3 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:1 8669:1 8671:1 8672:1 8673:1 8715:1 8718:1 8719:1 8725:1 8728:1 8730:2 8731:1 8737:1 8740:1 8741:1 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8811:3 8823:4 8825:1 8827:2 8837:2 8849:1 8854:1 8864:2 8868:1 8869:1 8879:1 8887:1 8897:2 8906:1 8913:3 8920:2 8922:1 8923:1 8934:5 8938:1 8950:6 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:1 9076:1 9085:1 9093:2 9099:2 9103:2 9109:1 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:1 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9357:2 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:1 9512:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:1 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9763:2 9772:2 9779:2 9780:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:12 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9882:1 9883:1 9885:1 9896:1 9900:1 9902:1 9907:1 9917:7 9927:2 9934:2 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:4 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10087:1 10089:1 10095:1 10096:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:4 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:3 10302:1 10304:1 10305:4 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10344:4 10345:5 10347:1 10351:1 10360:5 10363:1 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10483:3 10495:1 10508:1 10527:2 10535:2 10537:2 10541:1 10543:1 10549:1 10550:1 10559:1 10561:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:1 10662:1 10671:1 10675:1 10683:1 10687:1 10708:1 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:3 10751:3 10752:1 10763:1 10777:1 10785:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:5 10838:2 10840:8 10843:1 10845:2 10848:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:4 10911:1 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:5 10996:1 11001:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11042:1 11049:1 11061:1 11062:1 11069:1 11070:1 11079:1 11081:1 11095:1 11109:1 11110:1 11114:2 11120:1 11142:1 11148:1 11157:1 11182:3 11191:1 11199:3 11200:6 11201:6 11204:1 11221:2 11224:3 11228:1 11233:3 11242:4 11245:2 11247:3 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:2 11289:1 11291:1 11299:3 11311:41 11312:2 11316:1 11322:1 11328:2 11330:1 11337:3 11344:7 11347:5 11348:1 11356:2 11361:1 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:1 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:2 11598:9 11613:2 11627:2 11637:1 11640:2 11645:4 11657:1 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11979:1 11980:1 11986:3 12002:22 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12114:1 12126:5 12129:1 12135:1 12144:1 12148:1 12171:3 12174:2 12183:5 12210:1 12212:1 12223:1 12229:3 12230:2 12234:2 12237:1 12241:1 12244:2 12251:2 12252:2 12265:1 12269:1 12279:4 12282:1 12283:4 12295:3 12300:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:1 12427:1 12434:2 12438:1 12439:1 12453:2 12462:1 12477:1 12488:1 12493:1 12500:2 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12628:1 12639:1 12643:2 12655:3 12656:2 12659:1 12662:2 12664:5 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12742:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:2 12791:1 12792:1 12794:1 12806:2 12824:1 12838:1 12847:1 12854:1 12868:1 12871:1 12888:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:1 12966:2 12981:1 12984:1 13000:2 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:3 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:6 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:1 13220:1 13233:6 13235:1 13252:1 13257:1 13262:1 13266:1 13288:1 13292:10 13294:5 13296:1 13308:1 13321:2 13355:1 13370:1 13374:3 13381:1 13395:1 13399:1 13404:2 13408:1 13423:1 13431:1 13432:2 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:3 13557:1 13559:5 13564:1 13585:3 13590:1 13605:4 13629:1 13639:1 13642:1 13643:7 13653:1 13671:1 13680:3 13692:1 13699:1 13705:1 13706:1 13714:1 13720:4 13728:3 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:1 13873:2 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:3 14020:3 14021:2 14024:3 14026:1 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14049:1 14062:1 14063:1 14075:1 14079:1 14083:6 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:9 14181:2 14182:6 14209:1 14213:2 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14422:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14621:1 14625:1 14627:1 14635:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14675:1 14686:1 14688:1 14691:3 14692:3 14696:1 14720:2 14725:1 14734:1 14738:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:1 14773:1 14780:1 14785:2 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14872:15 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:2 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:1 15220:2 15222:1 15241:2 15250:1 15251:1 15258:1 15269:1 15276:2 15285:1 15293:1 15296:1 15298:1 15302:10 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:4 15389:2 15419:2 15423:1 15424:1 15433:3 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:1 15508:2 15509:5 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15621:1 15635:1 15639:1 15652:1 15655:2 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15842:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:5 15880:1 15882:1 15884:3 15886:1 15888:1 15895:1 15896:3 15900:1 15903:1 15906:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:3 15988:4 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:6 16041:1 16061:1 16067:1 16073:1 16092:1 16105:1 16111:1 16120:2 16121:1 16137:1 16140:1 16141:1 16146:1 16163:1 16170:1 16182:1 16195:1 16197:2 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16294:3 16295:2 16303:1 16314:1 16318:2 16320:1 16323:1 16324:2 16334:3 16337:1 16338:1 16339:2 16360:1 16366:3 16369:2 16384:1 16391:1 16408:14 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:2 16493:1 16507:1 16535:1 16539:2 16543:2 16554:2 16572:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:3 16631:1 16653:1 16671:4 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16752:1 16753:1 16766:1 16775:3 16776:1 16781:1 16789:14 16790:2 16791:1 16795:1 16798:3 16802:1 16804:2 16805:1 16810:1 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16953:1 16955:2 16958:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:1 17085:1 17104:1 17105:1 17112:5 17123:1 17126:1 17137:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:1 17224:2 17234:2 17243:1 17248:2 17251:1 17253:1 17254:1 17255:2 17264:1 17265:2 17285:6 17288:1 17298:1 17301:1 17307:1 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17353:1 17357:1 17369:2 17372:1 17375:1 17377:2 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:2 17474:2 17476:2 17497:1 17498:1 17501:1 17509:2 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:2 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17888:1 17897:1 17898:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:3 17978:1 17981:1 17984:1 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18315:1 18317:13 18326:3 18328:2 18343:2 18345:1 18351:1 18357:2 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:1 18409:2 18411:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:1 18439:1 18444:2 18448:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:4 18566:1 18573:1 18582:2 18598:1 18602:1 18611:1 18617:2 18625:1 18656:1 18657:1 18661:1 18682:1 18690:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18813:1 18815:1 18817:3 18819:1 18821:3 18827:5 18847:1 18849:1 18860:1 18861:1 18877:1 18905:6 18918:1 18923:1 18956:1 18964:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:5 19211:1 19219:2 19220:3 19221:1 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19299:1 19303:1 19307:1 19309:1 19315:2 19321:2 19323:2 19325:1 19327:15 19331:1 19336:5 19339:1 19356:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:2 19401:2 19414:1 19421:1 19444:1 19445:1 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19578:3 19580:1 19583:1 19591:4 19605:5 19614:2 19642:1 19651:1 19654:4 19657:1 19674:2 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19737:1 19763:1 19764:1 19766:1 19768:1 19784:1 19785:4 19791:1 19799:2 19813:1 19848:1 19849:1 19864:1 19867:1 19890:1 19903:1 19908:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19955:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20138:1 20142:1 20157:7 20170:5 20197:2 20207:1 20256:1 20262:1 20271:1 20273:1 20280:1 20286:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:1 20388:1 20389:1 20402:1 20406:1 20417:1 20426:1 20436:1 20447:1 20461:1 20486:1 20491:2 20497:2 20515:1 20517:2 20518:1 20520:1 20525:4 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20854:1 20858:2 20873:1 20883:3 20886:1 20891:2 20909:1 20925:1 20927:1 20930:4 20933:1 20936:2 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:1 21153:1 21168:2 21172:1 21192:2 21193:1 21194:1 21202:1 21223:1 21235:1 21238:1 21241:2 21245:2 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21369:5 21374:1 21376:1 21381:1 21431:1 21434:2 21475:2
1 7:2 10:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:1 137:1 146:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 311:1 316:3 335:5 350:1 354:1 355:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 548:3 549:1 558:1 568:2 572:2 598:2 601:2 605:1 612:1 622:2 628:1 641:1 644:5 650:5 669:2 682:1 683:1 690:1 717:1 724:1 726:1 730:1 740:1 741:1 742:6 758:3 773:1 780:2 787:3 812:3 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:3 935:1 939:1 959:2 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1196:3 1205:1 1215:1 1217:2 1226:1 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:2 1286:1 1301:1 1306:4 1323:1 1340:1 1347:14 1352:4 1364:3 1375:1 1383:1 1386:3 1392:1 1399:14 1401:1 1406:1 1417:1 1418:4 1419:2 1422:7 1425:1 1426:1 1430:2 1432:3 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1495:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:2 1813:5 1815:2 1816:2 1817:1 1818:5 1819:1 1820:1 1824:1 1825:2 1826:1 1827:1 1830:2 1831:3 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:1 1847:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1901:1 1908:2 1919:1 1941:2 1943:1 1956:1 1959:1 1973:1 1991:1 1992:1 2014:1 2016:1 2041:1 2044:1 2046:1 2051:1 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2458:1 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:4 2512:1 2518:2 2519:1 2525:1 2528:1 2542:3 2549:1 2550:2 2561:2 2568:2 2570:1 2573:1 2580:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:13 2652:1 2661:2 2664:6 2680:1 2687:1 2696:1 2697:4 2698:2 2699:4 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2777:1 2784:1 2789:2 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:8 2875:2 2877:1 2878:1 2885:1 2890:1 2895:3 2899:1 2903:1 2910:1 2913:2 2916:4 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2973:2 2981:1 2991:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3204:1 3220:2 3226:3 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3280:2 3282:5 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:1 3301:4 3302:1 3309:1 3310:4 3311:3 3314:5 3317:7 3319:1 3329:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:1 3393:1 3403:1 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3560:1 3582:1 3593:1 3595:1 3609:2 3621:1 3636:1 3641:3 3651:2 3658:1 3662:1 3674:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:6 3742:3 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3797:10 3805:1 3820:4 3821:1 3822:1 3826:1 3831:1 3852:1 3853:2 3858:2 3861:1 3865:1 3868:1 3869:1 3871:2 3872:1 3877:1 3883:1 3888:1 3891:6 3893:1 3904:2 3913:2 3920:8 3929:4 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4097:1 4100:1 4102:1 4104:4 4106:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4198:1 4208:1 4211:2 4215:2 4216:1 4218:1 4234:4 4241:1 4247:1 4250:14 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4297:1 4316:18 4319:1 4331:1 4332:1 4336:1 4345:2 4348:3 4367:1 4369:1 4370:2 4376:1 4378:1 4380:1 4384:1 4398:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4787:1 4795:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:2 4983:1 4988:14 5004:1 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5054:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:12 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:13 5212:3 5213:1 5215:1 5231:1 5235:5 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:2 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:2 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:1 5451:1 5455:1 5462:1 5469:3 5487:1 5489:1 5492:3 5495:4 5497:1 5501:2 5504:1 5505:2 5506:2 5520:3 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2481 5577:1 5579:1 5583:2 5585:2 5588:1 5598:1 5601:1 5616:1 5617:1 5627:6 5629:4 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5762:2 5765:1 5767:1 5769:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:3 5842:1 5844:1 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:5 5909:3 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6022:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:3 6122:2 6127:1 6130:1 6133:2 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:3 6244:1 6252:1 6254:1 6258:3 6261:1 6287:2 6306:2 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:1 6556:1 6559:1 6560:1 6568:3 6571:1 6580:2 6581:2 6602:4 6613:2 6621:1 6629:1 6638:2 6640:2 6648:1 6669:1 6672:2 6678:3 6679:2 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:8 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6771:1 6790:1 6793:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:13 6868:1 6872:1 6874:1 6881:1 6887:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:1 7034:1 7042:3 7050:3 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:1 7100:1 7102:2 7103:6 7106:4 7110:2 7111:7 7121:2 7125:4 7126:1 7127:1 7137:3 7140:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:1 7182:1 7210:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:2 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:1 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7453:1 7456:1 7458:1 7466:1 7476:1 7481:1 7490:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:3 7568:1 7597:1 7603:1 7618:2 7623:3 7626:1 7629:1 7632:2 7633:1 7634:2 7635:2 7642:1 7650:1 7653:1 7655:3 7664:2 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:3 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:2 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:2 7885:2 7899:1 7904:1 7909:3 7910:18 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:1 7968:1 7973:1 7999:1 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8163:1 8180:5 8181:1 8185:2 8187:1 8189:2 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8408:1 8436:1 8438:1 8445:1 8446:2 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8491:2 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:3 8607:1 8610:2 8611:1 8616:1 8624:1 8629:1 8630:1 8635:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:1 8669:1 8671:1 8672:1 8673:1 8715:1 8718:1 8719:1 8725:1 8728:2 8730:2 8731:1 8737:1 8740:1 8741:1 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8794:1 8811:3 8823:4 8825:1 8827:2 8837:2 8849:1 8854:1 8864:2 8868:1 8869:1 8879:1 8887:1 8897:2 8906:1 8913:3 8920:2 8922:1 8923:1 8934:5 8938:1 8947:2 8950:6 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:2 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9355:1 9357:2 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:1 9512:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:1 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:13 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9882:1 9883:1 9885:1 9896:1 9900:1 9902:1 9907:1 9917:7 9927:2 9934:3 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:4 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10087:1 10089:1 10095:1 10096:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:2 10141:4 10144:2 10157:1 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:3 10302:1 10304:1 10305:4 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10344:4 10345:5 10346:1 10347:1 10351:1 10360:5 10363:1 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:3 10495:1 10508:1 10527:2 10535:2 10537:2 10541:1 10543:1 10549:1 10550:1 10559:1 10561:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:1 10662:1 10671:1 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:3 10751:3 10752:1 10763:1 10777:1 10785:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:5 10838:2 10840:9 10843:1 10845:3 10848:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:4 10911:1 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:5 10996:1 11001:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11042:1 11049:1 11061:1 11062:1 11069:1 11070:1 11079:1 11081:1 11095:1 11109:1 11110:1 11114:2 11120:1 11132:1 11142:1 11148:1 11157:1 11182:3 11184:1 11191:1 11199:3 11200:6 11201:6 11204:1 11221:2 11224:3 11228:1 11233:3 11242:4 11245:2 11247:3 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:2 11289:1 11291:1 11299:3 11311:41 11312:2 11316:1 11322:1 11328:2 11330:1 11337:3 11344:8 11347:5 11348:1 11356:2 11361:1 11384:1 11395:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:1 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:3 11598:10 11613:2 11627:2 11637:1 11640:2 11645:4 11657:1 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11979:1 11980:1 11986:3 12002:22 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12098:1 12114:1 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:2 12183:5 12210:1 12212:1 12223:1 12229:3 12230:3 12234:2 12237:1 12241:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:1 12283:4 12295:3 12300:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:1 12427:1 12434:2 12438:1 12439:1 12453:2 12462:1 12477:1 12488:1 12493:1 12500:2 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12628:1 12639:1 12643:2 12655:3 12656:2 12659:1 12662:2 12664:5 12665:1 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12742:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:2 12791:1 12792:1 12794:1 12806:2 12824:1 12838:1 12847:1 12854:1 12868:1 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:1 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:3 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:6 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:1 13220:1 13233:6 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13288:1 13292:11 13294:5 13296:1 13308:1 13321:2 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:2 13408:1 13423:1 13431:1 13432:2 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:3 13557:1 13559:5 13564:1 13572:1 13585:3 13590:1 13605:4 13629:1 13639:1 13642:1 13643:7 13653:1 13671:1 13680:3 13692:1 13699:1 13705:1 13706:1 13714:1 13720:4 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:1 13873:2 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14019:3 14020:3 14021:2 14024:3 14026:1 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14049:1 14062:1 14063:1 14075:1 14079:1 14083:6 14103:1 14105:1 14107:1 14115:1 14124:1 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:11 14181:2 14182:6 14209:1 14213:2 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14414:1 14422:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14675:1 14686:1 14688:1 14690:1 14691:4 14692:3 14696:1 14720:2 14725:1 14734:1 14738:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:1 14773:1 14780:1 14785:2 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14872:17 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:2 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:2 15220:2 15222:1 15241:2 15250:1 15251:1 15258:1 15269:1 15276:2 15285:1 15293:2 15296:1 15298:1 15302:10 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:4 15389:2 15419:2 15423:1 15424:1 15433:3 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:1 15505:1 15508:2 15509:5 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15621:1 15635:1 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15842:1 15846:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15895:1 15896:3 15900:3 15903:1 15906:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:3 15988:4 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:7 16041:1 16061:1 16067:1 16073:1 16092:1 16105:1 16111:1 16120:2 16121:1 16137:1 16140:1 16141:1 16146:1 16163:1 16170:1 16182:1 16195:1 16197:2 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16294:3 16295:2 16303:1 16314:2 16318:2 16320:1 16323:1 16324:2 16334:3 16337:1 16338:1 16339:2 16360:1 16366:3 16369:2 16384:1 16391:1 16408:14 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:2 16493:1 16507:1 16535:1 16539:2 16543:2 16554:2 16572:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:3 16631:1 16653:1 16671:4 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16752:1 16753:1 16766:1 16775:3 16776:1 16781:1 16789:14 16790:2 16791:1 16795:1 16798:3 16802:1 16804:2 16805:1 16810:1 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:2 16898:2 16903:1 16914:1 16916:1 16947:1 16948:1 16953:2 16955:2 16958:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17104:1 17105:1 17112:5 17123:1 17126:1 17137:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:1 17224:2 17234:2 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17285:6 17288:1 17298:1 17301:1 17307:1 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17353:1 17357:1 17369:2 17372:1 17375:1 17377:2 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:2 17474:2 17476:2 17497:1 17498:1 17501:1 17509:2 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:2 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17784:3 17809:1 17826:1 17836:1 17839:2 17871:1 17872:3 17888:1 17897:1 17898:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:3 17978:1 17981:1 17984:1 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18295:1 18315:1 18317:13 18326:3 18328:2 18343:2 18345:1 18351:1 18357:2 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:1 18409:2 18411:1 18412:1 18416:1 18425:1 18428:1 18429:1 18430:1 18431:2 18433:1 18437:2 18439:1 18444:2 18448:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:4 18566:1 18573:1 18582:2 18598:1 18602:1 18611:1 18617:2 18625:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18813:1 18815:1 18817:3 18819:1 18821:3 18827:5 18847:1 18849:1 18860:1 18861:1 18877:1 18905:6 18918:1 18923:1 18956:1 18964:1 18967:1 18981:1 18999:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19052:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:7 19211:1 19219:2 19220:3 19221:1 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19299:1 19303:1 19307:1 19309:1 19315:2 19321:2 19323:2 19325:1 19327:15 19331:1 19336:5 19339:1 19356:1 19367:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:3 19401:3 19414:1 19421:1 19444:1 19445:1 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:1 19578:3 19580:1 19583:1 19591:4 19605:5 19614:3 19642:1 19651:1 19654:4 19657:1 19665:1 19674:2 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19737:1 19763:1 19764:1 19766:1 19768:1 19784:1 19785:5 19791:1 19799:2 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19890:2 19903:1 19908:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19955:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20138:1 20142:1 20157:7 20170:5 20197:2 20207:1 20256:1 20262:1 20271:1 20273:2 20280:1 20286:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:1 20388:1 20389:1 20402:1 20406:1 20417:1 20426:1 20436:1 20447:1 20461:1 20486:1 20491:2 20497:2 20515:1 20517:2 20518:1 20520:1 20525:4 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20854:1 20858:2 20873:1 20883:3 20886:1 20891:2 20909:1 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:1 21153:1 21168:2 21172:1 21192:2 21193:1 21194:1 21202:1 21223:1 21235:1 21238:1 21241:2 21245:2 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:2 21475:2
1 7:2 10:1 19:1 26:1 35:1 55:1 67:1 81:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:2 137:1 146:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 311:1 316:3 335:5 350:1 354:1 355:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 548:3 549:1 558:1 565:1 568:2 572:2 598:2 601:3 605:1 612:1 622:2 628:1 641:1 644:5 646:1 650:5 669:2 676:1 682:1 683:1 690:2 717:1 724:1 726:1 730:1 740:1 741:1 742:6 758:3 773:1 780:2 787:3 812:3 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:4 935:1 939:1 959:2 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1191:1 1196:3 1205:1 1215:1 1217:2 1226:1 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:5 1280:3 1286:1 1295:1 1301:1 1306:4 1323:1 1340:1 1347:14 1352:4 1364:3 1375:1 1383:1 1386:3 1392:1 1399:14 1401:1 1406:1 1417:1 1418:4 1419:2 1422:8 1425:1 1426:1 1430:2 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1495:1 1496:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:2 1813:5 1815:2 1816:2 1817:1 1818:5 1819:1 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:3 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:1 1847:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1901:2 1908:2 1919:1 1941:2 1943:1 1956:1 1959:1 1973:1 1991:1 1992:1 2014:1 2016:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:4 2512:1 2518:2 2519:1 2525:1 2528:1 2542:3 2549:1 2550:2 2561:3 2568:2 2570:1 2573:1 2580:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:13 2652:1 2661:2 2664:6 2680:1 2687:1 2696:1 2697:4 2698:2 2699:4 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2777:2 2783:1 2784:1 2789:2 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:8 2875:2 2877:1 2878:1 2885:1 2890:1 2895:4 2899:1 2902:1 2903:1 2910:1 2913:2 2916:4 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2971:1 2973:2 2981:1 2991:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3204:1 3220:2 3226:3 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3278:1 3280:3 3282:5 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:2 3301:4 3302:1 3309:1 3310:5 3311:3 3314:5 3317:7 3319:1 3321:1 3329:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:1 3393:1 3403:2 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3560:1 3582:1 3593:1 3595:1 3609:3 3621:1 3636:1 3641:3 3651:2 3658:1 3662:1 3674:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:6 3742:3 3748:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3791:1 3797:10 3805:1 3820:4 3821:1 3822:1 3826:1 3831:1 3852:1 3853:2 3858:2 3861:1 3865:1 3868:1 3869:1 3871:2 3872:1 3877:1 3883:1 3888:1 3890:1 3891:6 3893:1 3904:2 3913:2 3920:8 3929:4 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4015:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4097:1 4100:1 4102:1 4104:5 4106:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4198:1 4207:1 4208:1 4211:2 4215:2 4216:1 4218:1 4232:1 4234:4 4241:1 4247:1 4250:14 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4297:1 4316:18 4319:1 4331:1 4332:1 4336:1 4345:2 4348:3 4367:1 4369:1 4370:2 4376:1 4378:1 4380:1 4384:1 4398:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:2 4983:1 4988:14 5004:1 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:13 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:13 5212:3 5213:1 5215:1 5231:1 5235:5 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:2 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:2 5451:1 5455:1 5462:1 5469:3 5471:1 5487:1 5489:1 5492:3 5495:4 5497:1 5501:2 5504:1 5505:2 5506:2 5520:4 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2531 5577:1 5579:1 5583:2 5585:2 5588:1 5598:1 5601:1 5616:2 5617:1 5627:6 5629:4 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5762:2 5765:1 5767:1 5769:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:4 5841:1 5842:1 5844:1 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:5 5909:3 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:1 6116:1 6120:3 6122:2 6127:1 6130:1 6133:2 6135:1 6145:2 6157:2 6189:1 6193:1 6197:2 6214:4 6244:1 6252:1 6254:1 6258:3 6261:1 6287:2 6306:2 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:1 6556:1 6559:1 6560:1 6568:3 6571:1 6580:2 6581:2 6602:4 6613:2 6621:1 6629:1 6638:2 6640:2 6648:1 6669:1 6672:2 6678:3 6679:2 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:8 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:14 6868:2 6872:1 6874:1 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7034:1 7042:4 7050:3 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:1 7100:1 7102:2 7103:6 7106:4 7110:2 7111:7 7121:2 7125:4 7126:1 7127:1 7137:3 7140:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:1 7182:1 7195:1 7210:1 7212:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:2 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7453:1 7456:1 7458:1 7466:1 7476:1 7481:1 7490:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:3 7568:1 7597:1 7603:1 7618:2 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:1 7653:1 7655:3 7664:2 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:3 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:2 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:2 7885:2 7899:1 7904:1 7909:3 7910:18 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:1 7968:1 7973:1 7999:1 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8163:1 8180:5 8181:1 8185:2 8187:1 8189:2 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8408:1 8436:1 8438:1 8445:1 8446:2 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8491:2 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:3 8607:1 8610:2 8611:1 8614:1 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:1 8669:1 8671:1 8672:1 8673:1 8715:1 8718:1 8719:1 8725:1 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8794:1 8811:3 8823:4 8825:1 8827:2 8837:2 8849:1 8854:1 8864:2 8868:1 8869:1 8879:1 8887:1 8897:2 8906:1 8913:3 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:2 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9355:1 9357:2 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:1 9512:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:13 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9882:1 9883:1 9885:1 9896:1 9900:1 9902:1 9907:1 9917:7 9927:2 9934:3 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:4 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10095:1 10096:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10157:2 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:3 10302:1 10304:1 10305:4 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10344:4 10345:5 10346:1 10347:1 10351:1 10360:5 10363:1 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:4 10495:1 10497:1 10508:1 10527:2 10535:2 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:1 10662:1 10671:1 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:3 10751:3 10752:1 10763:1 10777:1 10785:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:5 10838:2 10840:9 10843:1 10845:3 10848:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:1 10912:1 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:5 10996:1 11001:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:1 11069:1 11070:1 11079:1 11081:2 11095:1 11109:1 11110:1 11114:2 11120:1 11132:1 11141:1 11142:1 11148:1 11157:1 11182:3 11184:1 11191:1 11199:4 11200:6 11201:6 11204:2 11221:2 11224:3 11228:1 11233:3 11242:4 11245:2 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:2 11289:1 11291:1 11299:3 11311:45 11312:2 11316:1 11322:1 11328:3 11330:1 11337:3 11344:9 11347:5 11348:1 11356:2 11361:1 11384:1 11395:1 11400:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:1 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11540:1 11568:1 11573:1 11577:2 11597:3 11598:10 11613:2 11627:2 11637:1 11640:2 11645:4 11657:1 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11854:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11969:1 11979:1 11980:1 11986:3 12002:22 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12090:1 12098:1 12114:1 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:2 12183:5 12210:1 12212:1 12223:1 12229:3 12230:3 12233:1 12234:2 12237:1 12241:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:1 12283:4 12295:3 12300:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:1 12427:1 12434:2 12438:1 12439:1 12453:2 12462:1 12477:1 12488:1 12493:1 12500:2 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12628:1 12639:1 12643:2 12655:3 12656:2 12659:1 12662:2 12664:5 12665:1 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12726:1 12732:2 12739:1 12742:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:2 12791:1 12792:1 12794:1 12800:1 12806:2 12824:1 12838:1 12847:1 12854:1 12868:1 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:2 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:3 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13159:1 13162:1 13164:1 13171:1 13172:6 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:1 13220:1 13233:6 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13288:1 13292:11 13294:5 13296:2 13308:1 13321:2 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:2 13408:1 13423:1 13431:1 13432:2 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:3 13557:1 13559:5 13564:1 13572:1 13578:1 13585:3 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:7 13653:1 13671:1 13680:3 13692:1 13699:1 13705:1 13706:1 13714:1 13720:4 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:2 13873:2 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 14000:1 14001:1 14005:1 14008:1 14014:1 14016:1 14019:3 14020:3 14021:2 14024:3 14026:1 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14049:1 14062:1 14063:1 14075:1 14079:1 14083:6 14103:1 14105:1 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:11 14181:2 14182:6 14209:1 14210:1 14213:2 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14414:1 14422:1 14427:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14675:1 14686:1 14688:1 14690:1 14691:4 14692:4 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:2 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14872:17 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:3 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:2 15220:2 15222:1 15241:2 15250:1 15251:1 15258:1 15269:1 15276:2 15285:1 15293:2 15296:1 15298:1 15302:10 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:5 15389:2 15412:1 15419:2 15423:1 15424:1 15433:3 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:6 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15842:1 15846:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15900:3 15903:1 15906:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:3 15988:5 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:7 16041:1 16061:1 16067:1 16073:1 16092:1 16105:1 16111:1 16120:3 16121:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16170:1 16182:1 16195:1 16197:2 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16294:3 16295:2 16303:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16334:3 16337:1 16338:1 16339:2 16360:1 16366:3 16369:2 16384:1 16391:1 16408:15 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:2 16493:1 16507:1 16535:1 16539:2 16543:2 16554:2 16572:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:3 16631:1 16653:1 16671:4 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16752:1 16753:1 16766:1 16775:3 16776:1 16781:1 16789:14 16790:2 16791:1 16795:1 16798:4 16802:1 16804:2 16805:1 16810:1 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:2 16898:2 16903:1 16914:1 16916:1 16924:1 16947:1 16948:1 16953:2 16955:2 16958:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17104:1 17105:1 17112:5 17114:1 17123:1 17126:1 17137:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:2 17224:2 17234:2 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17285:6 17288:1 17298:1 17301:1 17307:1 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:2 17474:2 17476:2 17497:1 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:2 17723:1 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17762:1 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:1 17872:3 17888:1 17897:1 17898:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:3 17978:1 17981:1 17984:1 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18097:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18295:1 18315:1 18317:13 18326:3 18328:2 18343:2 18345:1 18351:1 18357:2 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:1 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:2 18430:1 18431:2 18433:1 18437:3 18439:1 18444:2 18448:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:4 18566:1 18573:1 18582:2 18598:1 18602:1 18611:2 18617:2 18625:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18813:1 18815:1 18817:3 18819:1 18821:3 18827:5 18847:2 18849:1 18860:1 18861:1 18877:1 18905:6 18918:1 18923:1 18956:1 18964:1 18967:1 18981:1 18999:1 19003:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19052:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19184:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:7 19211:1 19219:2 19220:3 19221:1 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19299:1 19303:1 19307:1 19309:1 19315:2 19321:2 19323:2 19325:1 19327:15 19331:1 19336:5 19339:1 19356:1 19367:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:3 19401:3 19414:1 19421:2 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:1 19578:3 19580:1 19583:1 19591:4 19605:5 19614:3 19642:1 19651:1 19654:5 19657:1 19665:1 19674:2 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:1 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19737:1 19763:1 19764:1 19766:1 19768:1 19784:1 19785:5 19791:1 19799:2 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19890:2 19903:1 19908:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19955:1 19962:1 19974:3 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:1 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20138:1 20140:1 20142:1 20157:7 20170:5 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:1 20286:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:1 20388:1 20389:1 20395:1 20402:1 20406:1 20417:1 20426:1 20436:1 20447:1 20461:1 20486:1 20491:2 20497:2 20515:1 20517:2 20518:1 20520:1 20525:4 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:1 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20854:1 20858:2 20862:1 20873:1 20883:3 20886:1 20891:2 20909:1 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21168:3 21172:1 21192:2 21193:1 21194:1 21202:1 21208:1 21223:1 21235:1 21238:1 21241:2 21245:2 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:2 21475:2
1 7:2 10:1 19:1 26:1 35:1 48:1 55:1 67:1 81:1 87:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:2 137:1 146:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 311:2 312:1 316:3 335:6 350:1 354:1 355:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 548:3 549:1 558:1 565:1 568:2 572:2 598:2 601:3 605:1 612:1 622:2 628:1 641:1 644:5 646:1 650:5 669:2 676:1 682:1 683:1 690:2 717:1 724:1 726:1 730:1 740:1 741:1 742:6 758:3 773:1 780:2 787:3 812:3 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:4 935:2 939:1 959:2 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1191:1 1196:3 1205:2 1215:1 1217:2 1226:1 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:6 1280:3 1286:1 1295:1 1301:1 1306:4 1314:1 1323:1 1340:1 1347:15 1352:4 1364:3 1375:1 1383:1 1386:4 1392:1 1399:15 1401:1 1406:1 1417:1 1418:4 1419:2 1422:8 1425:1 1426:1 1428:1 1430:2 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1495:1 1496:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:2 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:2 1813:5 1815:2 1816:2 1817:1 1818:6 1819:1 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:3 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:1 1847:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1919:1 1934:1 1941:2 1943:1 1956:1 1959:1 1973:1 1991:1 1992:1 2014:1 2016:1 2023:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:4 2512:1 2518:2 2519:1 2520:1 2525:1 2528:1 2542:3 2549:1 2550:2 2561:3 2568:2 2570:1 2573:1 2580:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:13 2652:1 2661:2 2664:6 2680:1 2687:1 2696:1 2697:4 2698:2 2699:4 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:1 2777:2 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:8 2875:2 2877:1 2878:1 2885:1 2890:1 2895:4 2899:1 2902:1 2903:1 2910:1 2913:2 2916:4 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2971:1 2973:2 2981:1 2991:1 3005:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3204:1 3220:2 3226:3 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3278:1 3280:3 3282:5 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:2 3301:4 3302:1 3309:1 3310:5 3311:3 3314:5 3317:7 3319:1 3321:1 3329:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:1 3393:1 3403:2 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3560:1 3582:1 3593:1 3595:1 3609:3 3621:1 3636:1 3641:3 3651:2 3658:1 3662:1 3674:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:6 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3791:1 3797:10 3805:1 3820:4 3821:1 3822:1 3826:2 3831:1 3852:1 3853:2 3858:2 3861:1 3865:1 3868:1 3869:2 3871:2 3872:1 3877:1 3883:1 3888:1 3890:1 3891:6 3893:1 3904:2 3913:2 3920:9 3929:4 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4015:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4097:1 4100:1 4102:1 4104:6 4106:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4198:1 4207:1 4208:1 4211:2 4215:2 4216:1 4218:1 4232:1 4234:4 4241:1 4247:1 4250:14 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:2 4297:1 4316:18 4319:1 4331:1 4332:1 4336:1 4345:2 4348:3 4367:1 4369:1 4370:2 4376:1 4378:1 4380:1 4384:1 4398:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:2 4983:1 4988:14 5004:1 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:13 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:14 5212:4 5213:1 5215:1 5231:1 5235:5 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:2 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:2 5451:1 5455:1 5462:1 5469:3 5471:1 5487:1 5489:1 5492:3 5495:4 5497:1 5501:2 5504:1 5505:2 5506:2 5520:4 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2583 5577:1 5579:1 5583:2 5585:2 5588:1 5598:1 5601:1 5616:2 5617:1 5627:6 5629:4 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5762:2 5765:1 5767:1 5769:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:4 5841:1 5842:1 5844:1 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:5 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:2 6135:1 6145:2 6157:2 6189:1 6193:1 6196:1 6197:3 6214:4 6244:1 6252:1 6254:1 6258:3 6261:1 6287:2 6298:1 6306:2 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:2 6556:1 6559:1 6560:1 6568:3 6571:1 6580:2 6581:2 6602:4 6613:3 6621:1 6629:1 6638:3 6640:2 6648:1 6669:1 6672:2 6678:3 6679:3 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:8 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:14 6868:2 6872:1 6874:1 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7034:1 7042:4 7050:3 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:1 7100:1 7102:2 7103:6 7106:4 7110:2 7111:7 7121:2 7125:5 7126:1 7127:1 7137:3 7140:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:2 7182:1 7195:1 7210:1 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:3 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:1 7443:1 7453:1 7456:1 7458:1 7466:2 7476:1 7481:1 7490:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:2 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:1 7653:2 7655:3 7664:3 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:4 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:3 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:2 7885:2 7899:1 7904:1 7909:3 7910:18 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:1 7968:1 7973:1 7999:1 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8163:1 8180:5 8181:1 8185:2 8187:1 8189:3 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8491:2 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:3 8607:1 8610:2 8611:2 8614:2 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:1 8669:1 8671:1 8672:1 8673:1 8715:1 8717:1 8718:1 8719:1 8725:1 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8848:1 8849:1 8854:1 8864:2 8868:1 8869:1 8879:1 8887:1 8897:2 8900:1 8906:1 8913:3 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:3 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9355:1 9357:2 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:1 9512:1 9520:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:13 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9882:1 9883:1 9885:1 9896:1 9900:1 9902:1 9907:1 9917:8 9927:2 9934:3 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:4 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10095:1 10096:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10157:2 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:4 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10344:4 10345:5 10346:1 10347:1 10351:1 10360:5 10363:1 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:4 10495:1 10497:1 10508:1 10527:2 10535:2 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:2 10662:1 10671:1 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:5 10838:2 10840:9 10843:1 10845:3 10848:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:1 10912:1 10917:2 10919:7 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:5 10996:1 11001:1 11006:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:1 11069:1 11070:1 11079:1 11081:2 11095:1 11109:1 11110:1 11114:3 11120:1 11132:1 11141:1 11142:1 11148:1 11157:1 11182:3 11184:1 11191:1 11199:4 11200:6 11201:6 11204:2 11207:1 11221:2 11224:3 11228:1 11233:3 11242:4 11245:2 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:2 11289:1 11291:1 11299:4 11311:45 11312:2 11316:1 11322:1 11328:3 11330:1 11337:3 11344:9 11347:5 11348:1 11356:2 11361:1 11384:1 11395:1 11400:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11540:1 11568:1 11570:1 11573:1 11577:2 11597:3 11598:10 11613:2 11627:2 11637:1 11640:2 11645:4 11657:1 11658:1 11660:3 11662:1 11663:3 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11854:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11969:1 11979:1 11980:1 11986:3 12002:23 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12090:1 12098:1 12114:2 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:2 12183:5 12210:1 12212:1 12223:1 12229:3 12230:3 12233:1 12234:2 12237:1 12241:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:1 12283:4 12295:3 12300:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:2 12427:1 12434:2 12438:1 12439:1 12453:3 12462:1 12477:1 12488:1 12493:1 12500:2 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12628:1 12639:1 12643:2 12655:3 12656:2 12659:1 12662:2 12664:6 12665:1 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12716:1 12726:1 12732:2 12739:1 12742:1 12751:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:3 12791:1 12792:1 12794:1 12800:1 12806:2 12824:1 12838:1 12847:1 12854:1 12868:2 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:2 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:3 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13157:1 13159:2 13162:1 13164:1 13171:1 13172:6 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:2 13220:1 13233:6 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13288:1 13292:11 13294:5 13296:2 13308:1 13321:2 13323:1 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:3 13408:1 13423:1 13431:1 13432:2 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:1 13572:1 13578:1 13585:3 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:7 13653:1 13671:1 13680:3 13692:1 13699:1 13705:1 13706:1 13714:1 13720:4 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:2 13873:2 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 13995:1 14000:1 14001:1 14005:1 14008:1 14014:1 14016:1 14019:3 14020:3 14021:2 14024:3 14026:1 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:1 14083:6 14103:1 14105:1 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:11 14181:2 14182:6 14209:1 14210:1 14213:2 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14414:1 14422:1 14427:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14675:1 14686:1 14688:1 14690:1 14691:4 14692:4 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:2 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14872:17 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:3 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:2 15220:2 15222:1 15241:2 15250:1 15251:1 15258:1 15269:1 15276:3 15285:1 15293:2 15296:1 15298:1 15302:10 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:6 15389:2 15412:1 15419:2 15423:1 15424:1 15433:3 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:6 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15842:1 15846:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15899:1 15900:3 15903:1 15906:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:3 15988:6 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:7 16041:1 16061:2 16067:1 16073:1 16092:1 16105:1 16111:1 16120:3 16121:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16170:1 16180:1 16182:1 16195:1 16197:3 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16294:3 16295:2 16303:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16334:3 16337:1 16338:1 16339:2 16360:1 16366:3 16369:2 16384:1 16391:1 16408:15 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:2 16493:1 16507:1 16535:1 16539:2 16543:2 16554:2 16572:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:3 16631:1 16653:1 16671:4 16680:1 16683:1 16690:1 16716:1 16719:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:1 16775:3 16776:1 16781:1 16789:15 16790:2 16791:1 16795:1 16798:4 16802:1 16804:2 16805:1 16810:1 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:2 16888:1 16898:2 16903:1 16914:1 16916:1 16924:1 16947:1 16948:1 16953:2 16955:2 16958:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17104:1 17105:1 17112:5 17114:1 17123:1 17126:1 17137:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:2 17224:2 17234:2 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:1 17285:6 17288:1 17298:1 17301:1 17302:1 17307:1 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:1 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:2 17474:2 17476:2 17497:1 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17762:1 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:1 17872:3 17888:1 17897:1 17898:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:3 17978:1 17981:1 17984:2 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18097:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18295:1 18315:1 18317:14 18326:3 18328:2 18343:2 18345:1 18351:1 18357:2 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:1 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:2 18430:1 18431:3 18433:1 18437:3 18439:1 18444:2 18448:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:4 18566:1 18573:1 18582:2 18598:1 18602:1 18611:2 18617:2 18625:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18813:1 18815:1 18817:3 18819:1 18821:3 18827:5 18847:2 18849:1 18860:1 18861:1 18877:1 18905:6 18918:1 18923:1 18956:1 18964:1 18967:1 18981:1 18986:1 18999:1 19003:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19052:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19184:1 19185:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:8 19211:1 19219:2 19220:3 19221:1 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19299:1 19303:1 19307:1 19309:1 19315:2 19321:2 19323:2 19325:1 19327:16 19331:1 19336:5 19339:1 19356:1 19367:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:4 19605:5 19614:3 19642:1 19651:1 19654:5 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19737:1 19763:1 19764:1 19766:1 19768:1 19784:1 19785:6 19791:1 19799:2 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19890:2 19896:1 19903:1 19908:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19955:1 19962:1 19974:4 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:1 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20138:1 20140:1 20142:1 20157:7 20170:5 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:1 20286:1 20289:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:1 20379:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20486:1 20491:2 20497:2 20515:1 20517:2 20518:1 20520:1 20525:5 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:1 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20854:1 20857:1 20858:2 20862:1 20873:1 20883:3 20886:1 20891:2 20909:1 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21168:3 21172:1 21192:2 21193:1 21194:1 21202:1 21208:1 21223:1 21235:1 21238:1 21241:2 21245:2 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:2 21475:2
1 7:2 10:1 19:1 26:1 35:1 48:1 55:1 67:1 81:1 87:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:2 137:1 146:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 311:2 312:1 316:3 330:1 335:6 350:1 354:1 355:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 548:3 549:1 558:1 565:1 568:2 572:2 598:2 601:3 605:1 612:1 622:2 628:1 641:1 644:5 646:1 650:5 669:2 676:1 682:1 683:1 690:2 717:1 724:1 726:1 730:1 740:1 741:1 742:6 758:3 773:1 780:2 787:3 812:3 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:4 935:2 939:1 959:2 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1191:1 1196:3 1205:2 1215:1 1217:2 1226:1 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:6 1280:3 1286:1 1295:1 1301:1 1306:4 1314:1 1323:1 1340:1 1347:15 1352:4 1364:3 1375:1 1383:1 1386:4 1392:1 1399:15 1401:1 1406:1 1417:1 1418:4 1419:2 1422:8 1425:1 1426:1 1428:1 1430:2 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1495:1 1496:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:3 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:2 1813:6 1815:2 1816:2 1817:1 1818:6 1819:1 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:3 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:1 1847:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1917:1 1919:1 1934:1 1941:2 1943:1 1956:1 1959:1 1973:1 1991:1 1992:1 2014:1 2016:1 2023:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:1 2388:2 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:4 2512:1 2518:2 2519:1 2520:1 2525:1 2528:1 2542:3 2549:1 2550:2 2561:3 2568:2 2570:1 2573:1 2580:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:14 2652:1 2661:2 2664:6 2680:1 2687:1 2696:1 2697:4 2698:3 2699:4 2702:1 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:1 2777:2 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:8 2875:2 2877:1 2878:1 2885:1 2890:2 2895:4 2899:1 2902:1 2903:1 2910:1 2913:2 2916:4 2931:1 2932:1 2938:1 2943:1 2952:1 2969:1 2971:1 2973:2 2981:1 2991:1 3005:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3204:1 3220:2 3226:3 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3278:1 3280:3 3282:5 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:2 3301:4 3302:1 3309:1 3310:5 3311:3 3314:5 3317:7 3319:1 3321:1 3329:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:1 3393:1 3403:3 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3560:1 3582:1 3593:1 3595:1 3609:3 3621:1 3636:1 3641:3 3651:2 3658:1 3662:1 3674:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:6 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3791:1 3797:10 3805:1 3820:4 3821:1 3822:1 3826:2 3831:1 3852:1 3853:2 3858:2 3861:1 3865:1 3868:1 3869:2 3871:2 3872:1 3877:1 3883:1 3888:1 3890:1 3891:6 3893:1 3904:2 3913:2 3920:9 3929:4 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4015:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4097:1 4100:1 4102:1 4104:7 4106:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4198:1 4207:1 4208:1 4211:3 4215:2 4216:1 4218:1 4232:1 4234:4 4241:1 4247:1 4250:15 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:3 4297:1 4316:19 4319:2 4331:1 4332:1 4336:1 4345:2 4348:3 4367:1 4369:1 4370:2 4376:1 4378:1 4380:1 4384:1 4398:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:2 4983:1 4988:15 5004:1 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:13 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:14 5212:4 5213:1 5215:1 5231:1 5235:5 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:2 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:2 5451:1 5455:1 5462:1 5469:3 5471:1 5487:2 5489:1 5492:3 5495:4 5497:1 5501:2 5504:1 5505:2 5506:2 5520:4 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2602 5577:1 5579:1 5583:2 5585:2 5588:1 5598:1 5601:1 5616:2 5617:1 5627:6 5629:4 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5762:2 5765:1 5767:1 5769:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:4 5841:1 5842:1 5844:1 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:5 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:2 6135:1 6145:2 6157:2 6189:1 6193:1 6196:2 6197:3 6214:4 6243:1 6244:1 6252:1 6254:1 6258:3 6261:1 6287:2 6298:2 6306:2 6309:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:2 6556:1 6559:1 6560:1 6568:4 6571:1 6580:2 6581:2 6602:4 6613:3 6621:1 6629:1 6638:3 6640:2 6648:1 6669:1 6672:2 6678:3 6679:3 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:8 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:14 6868:2 6872:1 6874:1 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7034:1 7042:4 7050:3 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:1 7100:1 7102:2 7103:6 7106:4 7110:2 7111:7 7121:2 7125:5 7126:1 7127:1 7137:3 7140:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:2 7182:1 7195:1 7210:1 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:3 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:2 7438:1 7443:1 7453:1 7456:1 7458:1 7466:2 7476:1 7481:1 7490:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:2 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:1 7653:2 7655:3 7664:3 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:5 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:3 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:2 7885:2 7899:1 7904:1 7909:3 7910:19 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:1 7968:1 7973:1 7977:1 7999:2 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8163:1 8180:5 8181:1 8185:2 8187:1 8189:3 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8491:2 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:3 8607:1 8610:2 8611:2 8614:2 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:1 8669:1 8671:1 8672:1 8673:1 8715:1 8717:1 8718:1 8719:1 8725:1 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8848:1 8849:1 8854:1 8864:2 8868:1 8869:1 8879:1 8887:1 8897:2 8900:1 8906:1 8913:3 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8953:1 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:4 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9355:1 9357:2 9371:1 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:1 9512:1 9520:1 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9782:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:14 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9882:1 9883:1 9885:1 9896:1 9900:1 9902:1 9907:1 9917:8 9924:1 9927:2 9934:3 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:4 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10095:1 10096:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10157:2 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:4 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10342:1 10344:4 10345:5 10346:1 10347:1 10351:1 10360:5 10363:1 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:4 10495:1 10497:1 10508:1 10527:2 10535:2 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10552:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:2 10662:1 10671:1 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:5 10838:2 10840:9 10843:1 10845:3 10848:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:2 10912:1 10917:2 10919:8 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:5 10996:1 11001:1 11006:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:2 11069:1 11070:1 11079:1 11081:2 11095:1 11109:1 11110:1 11114:3 11120:1 11132:1 11141:1 11142:1 11148:1 11157:1 11182:3 11184:1 11191:1 11199:4 11200:6 11201:6 11204:2 11207:1 11221:2 11224:3 11228:1 11233:3 11242:4 11245:2 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:2 11289:1 11291:1 11299:4 11311:45 11312:2 11316:1 11322:1 11328:3 11330:1 11337:3 11344:10 11347:6 11348:1 11356:2 11361:1 11384:1 11395:1 11400:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11540:1 11568:1 11570:1 11573:1 11577:2 11597:3 11598:10 11613:2 11627:2 11637:1 11640:2 11645:4 11657:1 11658:1 11660:3 11662:1 11663:3 11666:1 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11854:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11969:1 11979:1 11980:1 11986:3 12002:24 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12090:1 12098:1 12114:2 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:2 12183:5 12210:1 12212:1 12223:1 12229:3 12230:3 12233:1 12234:2 12237:1 12241:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:2 12283:4 12295:3 12300:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:2 12427:1 12434:2 12438:1 12439:1 12453:3 12462:1 12477:1 12488:1 12493:1 12500:2 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:2 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12625:1 12628:1 12639:1 12643:2 12655:3 12656:2 12657:1 12659:1 12662:2 12664:6 12665:1 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12716:1 12726:1 12732:2 12739:1 12742:1 12751:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:4 12791:1 12792:1 12794:1 12800:1 12806:2 12824:1 12838:1 12847:1 12854:1 12868:2 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:2 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:3 13089:1 13097:2 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13157:1 13159:2 13162:1 13164:1 13171:1 13172:6 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:2 13220:1 13233:6 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13288:1 13292:11 13294:6 13296:2 13308:1 13321:2 13323:2 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:3 13408:1 13423:1 13431:1 13432:2 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:1 13572:1 13578:1 13585:3 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:7 13653:1 13671:1 13680:3 13692:1 13699:1 13705:1 13706:1 13714:1 13720:5 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:2 13873:2 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 13995:1 14000:1 14001:1 14005:1 14008:1 14014:1 14016:1 14019:3 14020:3 14021:3 14024:3 14026:1 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:1 14083:6 14103:1 14105:1 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:12 14181:2 14182:6 14209:1 14210:1 14213:2 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:1 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14414:1 14422:1 14427:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14542:1 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14672:1 14675:1 14686:1 14688:1 14690:1 14691:4 14692:4 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:2 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14872:18 14873:2 14878:1 14898:1 14900:2 14902:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:3 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:2 15220:2 15222:1 15241:2 15247:1 15250:1 15251:1 15258:1 15269:1 15276:3 15285:1 15293:2 15296:1 15298:1 15302:10 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:7 15389:2 15412:1 15419:2 15423:1 15424:1 15433:4 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:6 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15842:1 15846:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15899:1 15900:3 15903:1 15906:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:3 15988:7 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:7 16041:1 16061:2 16067:1 16073:1 16092:1 16105:1 16111:1 16120:3 16121:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16170:1 16180:1 16182:1 16195:1 16197:3 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16294:3 16295:2 16303:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16334:3 16337:1 16338:1 16339:2 16360:1 16366:3 16369:2 16384:1 16391:1 16408:15 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:2 16493:1 16507:1 16535:1 16539:2 16543:2 16550:1 16554:2 16572:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:3 16631:1 16653:1 16671:4 16680:1 16683:1 16690:1 16716:1 16719:1 16726:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:1 16775:3 16776:1 16781:1 16789:15 16790:2 16791:1 16795:1 16798:4 16802:1 16804:2 16805:1 16810:1 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:3 16888:1 16898:2 16903:1 16914:1 16916:1 16924:1 16947:1 16948:1 16953:2 16955:2 16958:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17104:1 17105:1 17112:5 17114:1 17123:1 17126:1 17137:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:2 17224:2 17234:2 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:1 17285:6 17288:1 17298:1 17301:1 17302:1 17307:1 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:1 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:2 17474:2 17476:2 17497:1 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17762:1 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:1 17872:3 17888:1 17897:1 17898:1 17910:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:3 17978:1 17981:1 17984:2 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18097:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18295:1 18315:1 18317:14 18326:4 18328:2 18343:2 18345:1 18351:1 18357:2 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:2 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:3 18430:1 18431:4 18433:1 18437:3 18439:1 18444:2 18448:1 18455:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:4 18566:1 18573:1 18582:2 18598:1 18602:1 18611:2 18617:2 18625:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18813:1 18815:1 18817:3 18819:1 18821:3 18827:5 18847:2 18849:1 18860:1 18861:1 18877:1 18878:1 18905:6 18918:1 18923:1 18956:1 18964:1 18967:1 18981:1 18986:1 18999:1 19003:1 19004:2 19013:4 19031:1 19036:2 19043:2 19050:1 19052:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19184:1 19185:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:9 19211:1 19219:2 19220:3 19221:1 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19299:1 19303:1 19307:1 19309:1 19315:2 19321:2 19323:2 19325:1 19327:16 19331:1 19336:5 19339:1 19356:1 19367:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:4 19605:5 19614:3 19642:1 19651:1 19654:5 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19737:1 19763:1 19764:1 19766:1 19768:1 19784:1 19785:6 19791:1 19799:2 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19889:1 19890:2 19896:2 19903:1 19908:1 19923:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19955:1 19962:1 19974:4 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:1 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20138:1 20140:1 20142:1 20157:7 20170:5 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:1 20286:1 20289:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:1 20379:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20486:1 20491:2 20497:2 20515:1 20517:2 20518:1 20520:2 20525:5 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:1 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20854:1 20857:1 20858:2 20862:1 20873:1 20883:3 20886:1 20891:2 20909:1 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21168:3 21172:1 21192:2 21193:1 21194:1 21202:1 21208:1 21223:1 21235:1 21238:1 21241:2 21245:2 21271:1 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:2 21475:2
1 7:2 10:1 19:1 26:1 35:1 48:1 55:1 67:1 81:1 87:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:2 137:1 146:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 300:1 311:2 312:1 316:3 330:1 335:6 350:1 354:1 355:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 548:3 549:1 558:1 565:1 568:2 572:2 598:3 601:3 605:1 612:1 622:2 628:1 641:1 644:5 646:1 650:5 669:2 676:1 682:1 683:1 690:2 717:1 724:1 726:1 730:1 740:1 741:1 742:6 758:3 773:1 780:2 787:3 812:3 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:4 935:2 939:1 959:2 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1191:1 1196:3 1205:2 1215:1 1217:2 1226:1 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:6 1280:3 1286:1 1295:1 1301:1 1306:4 1314:1 1323:1 1340:1 1347:16 1352:4 1364:3 1375:1 1383:1 1386:4 1392:1 1399:15 1401:1 1406:1 1417:1 1418:4 1419:2 1422:8 1425:1 1426:1 1428:1 1430:2 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1495:1 1496:1 1545:2 1559:1 1560:1 1576:1 1583:2 1585:1 1589:3 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:2 1813:6 1815:2 1816:2 1817:1 1818:6 1819:1 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:4 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:1 1847:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1917:1 1919:1 1934:2 1941:2 1943:1 1956:1 1959:1 1973:1 1991:1 1992:1 2014:1 2016:1 2023:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:1 2170:1 2172:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:2 2388:2 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:1 2477:2 2481:1 2491:1 2496:1 2499:1 2507:1 2508:4 2512:2 2518:2 2519:1 2520:1 2525:1 2528:1 2542:3 2549:1 2550:2 2561:3 2568:2 2570:1 2573:1 2580:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:14 2652:1 2661:2 2664:6 2680:1 2687:1 2696:1 2697:4 2698:3 2699:4 2702:1 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:1 2777:2 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:9 2875:2 2877:1 2878:1 2885:1 2890:2 2895:4 2899:1 2902:1 2903:1 2910:1 2913:2 2916:4 2931:1 2932:1 2938:1 2943:1 2952:1 2969:2 2971:1 2973:2 2981:1 2991:1 3005:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3204:1 3220:2 3226:3 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3278:1 3280:3 3282:5 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:3 3301:5 3302:1 3309:1 3310:5 3311:3 3314:5 3317:7 3319:1 3321:1 3329:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:1 3393:1 3403:3 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3560:1 3582:1 3593:1 3595:1 3609:3 3621:1 3636:1 3641:3 3651:2 3658:1 3662:1 3674:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:6 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3791:1 3797:10 3805:1 3820:4 3821:1 3822:1 3826:2 3831:1 3852:1 3853:2 3858:2 3861:1 3865:1 3868:1 3869:2 3871:2 3872:1 3877:1 3883:1 3888:1 3890:2 3891:6 3893:1 3904:2 3913:2 3920:9 3929:4 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4015:1 4027:1 4034:3 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4097:1 4100:1 4102:1 4104:7 4106:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4198:1 4207:1 4208:1 4211:3 4215:2 4216:1 4218:1 4232:1 4234:4 4241:1 4247:1 4250:16 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:3 4297:1 4316:20 4319:2 4331:1 4332:1 4336:1 4345:2 4348:3 4367:2 4369:1 4370:2 4376:1 4378:1 4380:1 4384:1 4398:1 4401:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:1 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:2 4800:1 4810:1 4815:1 4828:1 4843:6 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:2 4983:1 4988:15 5004:1 5009:1 5011:1 5026:1 5033:1 5034:1 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:13 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:14 5212:4 5213:1 5215:1 5231:1 5235:5 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:3 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:4 5392:1 5412:1 5415:1 5421:2 5425:2 5428:1 5443:2 5445:1 5447:2 5451:1 5455:1 5462:1 5469:3 5471:1 5487:2 5489:1 5492:3 5495:4 5497:1 5501:2 5504:1 5505:2 5506:2 5520:4 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2631 5577:1 5579:1 5583:2 5585:3 5588:1 5598:1 5601:1 5616:2 5617:1 5627:6 5629:4 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5762:2 5765:1 5767:1 5769:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:4 5841:1 5842:1 5844:1 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:6 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:2 6135:1 6145:2 6157:2 6189:1 6193:1 6196:2 6197:4 6214:4 6243:1 6244:1 6252:1 6254:1 6258:3 6261:1 6287:2 6298:2 6306:2 6309:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6359:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:2 6556:1 6559:1 6560:1 6568:4 6571:1 6580:2 6581:2 6602:4 6613:3 6621:1 6629:1 6638:3 6640:2 6648:1 6669:1 6672:2 6678:3 6679:3 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:9 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:15 6868:2 6872:1 6874:1 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7034:1 7042:4 7050:3 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:1 7100:1 7102:2 7103:6 7106:4 7110:2 7111:8 7121:2 7125:5 7126:1 7127:1 7137:3 7140:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:2 7182:1 7195:1 7210:1 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:3 7372:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:2 7438:1 7443:1 7453:1 7456:1 7458:1 7466:2 7476:1 7481:1 7490:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:2 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:1 7653:2 7655:3 7664:3 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:5 7786:1 7793:1 7794:1 7804:1 7812:1 7822:1 7828:1 7832:3 7839:1 7848:1 7858:1 7860:1 7867:1 7871:1 7875:2 7885:2 7899:1 7904:1 7909:3 7910:20 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:1 7968:1 7973:1 7977:1 7999:2 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8075:1 8078:1 8079:1 8083:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8163:1 8180:5 8181:1 8185:2 8187:1 8189:3 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8401:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8491:2 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:3 8607:1 8610:2 8611:2 8614:2 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:1 8669:1 8671:1 8672:1 8673:1 8715:1 8717:1 8718:1 8719:1 8725:1 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8848:1 8849:1 8854:1 8860:1 8864:2 8868:1 8869:1 8879:1 8887:1 8897:2 8900:1 8906:1 8913:3 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8953:1 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:4 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9355:1 9357:2 9371:1 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:1 9512:2 9520:2 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9782:1 9785:1 9786:2 9788:1 9789:1 9799:1 9803:2 9824:14 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9882:1 9883:1 9885:1 9896:1 9900:1 9902:1 9907:1 9917:8 9924:1 9927:2 9934:3 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:4 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10095:1 10096:1 10115:1 10120:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10157:2 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:5 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10342:1 10344:4 10345:5 10346:1 10347:1 10351:1 10360:5 10363:1 10364:1 10366:1 10368:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:4 10495:1 10497:1 10508:1 10527:2 10535:2 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10552:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:2 10662:1 10671:1 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:6 10838:2 10840:9 10843:1 10845:3 10848:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:2 10912:1 10917:2 10919:8 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:6 10996:1 11001:1 11006:1 11010:1 11016:2 11019:1 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:3 11069:1 11070:1 11079:1 11081:2 11095:1 11109:1 11110:1 11114:4 11120:1 11132:1 11141:1 11142:1 11148:1 11157:1 11182:3 11184:1 11191:1 11199:4 11200:6 11201:6 11204:2 11207:1 11221:2 11224:3 11228:1 11233:3 11242:4 11245:2 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:2 11289:1 11291:1 11299:4 11311:46 11312:2 11316:1 11322:1 11328:3 11330:1 11337:3 11344:10 11347:6 11348:1 11356:2 11359:1 11361:1 11384:1 11395:1 11400:1 11402:1 11404:1 11410:1 11420:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11540:1 11568:1 11570:1 11573:1 11577:2 11597:3 11598:10 11613:2 11627:2 11637:1 11640:2 11645:4 11657:1 11658:1 11660:3 11662:1 11663:3 11666:1 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11847:1 11850:1 11854:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11909:1 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11969:1 11979:1 11980:1 11986:3 12002:25 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12090:1 12098:1 12114:2 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:3 12183:5 12210:1 12212:1 12223:1 12229:3 12230:3 12233:1 12234:2 12237:1 12241:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:2 12283:4 12295:3 12300:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12408:1 12419:2 12427:1 12434:2 12438:1 12439:1 12453:4 12462:1 12477:1 12488:1 12493:1 12500:2 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:3 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12623:1 12625:1 12628:1 12639:1 12643:2 12655:3 12656:2 12657:1 12659:1 12662:2 12664:6 12665:1 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12716:1 12726:1 12732:2 12739:1 12742:1 12751:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:4 12791:1 12792:1 12794:1 12800:1 12806:2 12824:1 12838:1 12847:1 12854:1 12868:3 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:2 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13044:1 13047:1 13048:1 13052:3 13084:3 13089:1 13097:2 13100:1 13117:1 13119:1 13122:2 13125:1 13148:1 13150:1 13157:1 13159:2 13162:1 13164:2 13171:1 13172:6 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:2 13220:1 13233:6 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13288:1 13292:11 13294:6 13296:2 13308:1 13321:2 13323:2 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:3 13408:1 13423:1 13431:1 13432:2 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:1 13572:1 13578:1 13585:3 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:7 13653:1 13671:1 13680:3 13692:1 13699:1 13705:1 13706:1 13714:1 13720:5 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:2 13873:2 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 13995:1 14000:1 14001:1 14005:1 14008:1 14014:1 14016:1 14019:3 14020:3 14021:4 14024:3 14026:1 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:2 14083:6 14103:1 14105:1 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:12 14181:2 14182:6 14209:1 14210:1 14213:2 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:1 14258:3 14267:2 14279:2 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14414:1 14422:1 14427:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14542:1 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14672:1 14675:1 14686:1 14688:1 14690:1 14691:4 14692:4 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:2 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14872:18 14873:2 14878:1 14898:1 14900:2 14902:1 14916:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:3 15099:1 15106:1 15107:1 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:2 15220:2 15222:1 15241:2 15247:1 15250:1 15251:1 15258:1 15269:1 15276:3 15285:1 15293:2 15296:1 15298:1 15302:10 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:7 15389:2 15412:2 15419:2 15423:1 15424:1 15433:4 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:6 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15715:1 15729:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15842:1 15846:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15899:1 15900:3 15903:1 15906:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:3 15988:7 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:7 16041:1 16061:2 16067:1 16073:1 16092:1 16105:1 16111:1 16120:3 16121:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16170:1 16180:1 16182:1 16195:1 16197:3 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16281:1 16294:3 16295:2 16303:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16334:3 16337:1 16338:1 16339:2 16360:1 16366:3 16369:2 16384:1 16391:1 16408:15 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:2 16493:1 16507:1 16528:1 16535:1 16539:2 16543:2 16550:1 16554:2 16572:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:3 16631:1 16653:1 16671:4 16680:1 16683:1 16690:1 16716:1 16719:1 16726:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:1 16775:3 16776:1 16779:1 16781:1 16789:15 16790:2 16791:1 16795:1 16798:4 16802:1 16804:2 16805:1 16810:1 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:3 16888:1 16898:2 16903:1 16914:1 16916:1 16924:1 16947:1 16948:1 16953:2 16955:2 16958:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17011:1 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17104:1 17105:1 17112:5 17114:1 17123:1 17126:1 17137:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:2 17224:2 17234:2 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:1 17285:6 17288:1 17298:1 17301:1 17302:1 17307:1 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:1 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:1 17452:1 17458:1 17465:1 17471:1 17472:5 17473:2 17474:2 17476:2 17497:1 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:5 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17762:1 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:1 17872:3 17888:1 17897:1 17898:1 17910:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:4 17978:1 17981:1 17984:2 17998:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18097:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:5 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18295:1 18315:1 18317:15 18326:5 18328:2 18343:2 18345:1 18351:1 18357:2 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:2 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:3 18430:1 18431:4 18433:1 18437:3 18439:1 18444:2 18448:1 18455:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:4 18566:1 18573:1 18582:2 18598:1 18602:1 18611:2 18617:2 18625:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18813:1 18815:1 18817:3 18819:1 18821:3 18827:5 18847:2 18849:1 18860:1 18861:1 18877:1 18878:1 18905:7 18918:1 18923:1 18956:1 18964:1 18967:1 18981:1 18986:1 18999:1 19003:1 19004:3 19013:4 19031:1 19034:1 19035:1 19036:2 19043:2 19050:1 19052:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19184:1 19185:1 19189:1 19192:1 19195:1 19196:1 19199:1 19209:9 19211:1 19219:2 19220:3 19221:1 19222:2 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19299:1 19303:1 19307:1 19309:1 19315:2 19321:2 19323:2 19325:1 19327:16 19331:1 19336:5 19339:1 19356:1 19367:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:4 19605:5 19614:3 19642:1 19651:1 19654:5 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:2 19737:1 19763:1 19764:1 19766:1 19768:1 19784:1 19785:6 19791:1 19799:2 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19889:1 19890:2 19896:2 19903:1 19908:1 19923:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19955:1 19962:1 19974:4 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:1 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20126:1 20138:1 20140:1 20142:1 20157:7 20170:5 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:1 20286:1 20289:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:1 20379:1 20385:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20486:1 20491:2 20497:2 20512:1 20515:1 20517:2 20518:1 20520:3 20525:5 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:1 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20854:1 20857:1 20858:2 20862:1 20873:1 20883:3 20886:1 20891:2 20909:1 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21167:2 21168:3 21172:1 21192:2 21193:1 21194:1 21202:1 21208:1 21223:1 21235:1 21238:1 21241:2 21245:2 21271:1 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:2 21475:2
1 7:2 10:1 19:1 26:1 35:1 48:1 55:1 67:1 81:1 87:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:2 137:1 138:1 146:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 300:1 311:2 312:1 316:3 330:1 335:6 350:1 354:1 355:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 542:1 548:3 549:1 558:1 565:1 568:2 572:2 598:3 601:3 605:1 612:1 622:2 628:1 641:1 644:5 646:1 650:5 669:2 676:1 682:1 683:1 690:2 717:1 724:1 726:1 730:1 740:1 741:1 742:6 758:3 773:1 780:2 787:4 812:3 819:1 831:1 836:2 840:1 843:1 851:1 870:1 875:1 876:1 882:2 888:3 898:1 919:1 931:1 932:4 935:2 939:1 959:2 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1191:1 1196:3 1205:2 1215:1 1217:2 1226:2 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:6 1280:3 1286:1 1295:1 1301:1 1306:4 1314:1 1323:1 1340:1 1347:16 1352:4 1364:3 1375:1 1383:1 1386:4 1392:1 1397:1 1399:15 1401:1 1406:1 1417:1 1418:4 1419:2 1422:8 1425:1 1426:1 1428:1 1430:2 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1495:1 1496:1 1545:2 1559:1 1560:2 1576:1 1583:2 1585:1 1589:3 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:3 1813:6 1815:2 1816:2 1817:1 1818:6 1819:1 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:5 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:2 1847:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1917:1 1919:1 1934:2 1941:2 1943:1 1956:1 1959:1 1964:1 1973:1 1988:1 1991:1 1992:1 2014:1 2016:1 2023:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:1 2170:1 2172:1 2175:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:7 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:2 2388:2 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:1 2477:3 2481:1 2491:1 2496:1 2499:1 2507:1 2508:4 2512:2 2518:2 2519:1 2520:1 2525:1 2528:1 2530:1 2542:3 2549:1 2550:2 2561:3 2568:2 2570:1 2573:1 2580:1 2593:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:14 2652:1 2661:2 2664:6 2680:1 2687:1 2696:2 2697:4 2698:3 2699:4 2702:1 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:1 2777:2 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:9 2875:2 2877:1 2878:1 2885:1 2890:2 2895:5 2899:1 2902:1 2903:1 2910:1 2913:2 2916:4 2931:1 2932:1 2938:1 2943:1 2952:1 2969:2 2971:1 2973:2 2981:1 2991:1 3005:1 3007:2 3011:1 3012:1 3017:2 3023:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:1 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3204:1 3220:2 3226:5 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:2 3277:2 3278:1 3280:3 3282:5 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:3 3301:5 3302:1 3306:1 3309:1 3310:5 3311:3 3314:5 3317:7 3319:1 3321:1 3329:1 3342:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:1 3393:1 3403:3 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3461:1 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3560:1 3573:1 3582:1 3593:1 3595:1 3609:3 3621:1 3636:1 3641:3 3651:2 3658:1 3662:1 3674:1 3677:1 3680:1 3681:1 3686:1 3697:1 3714:1 3716:2 3724:1 3727:3 3732:2 3737:1 3740:7 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3791:1 3797:10 3805:1 3820:4 3821:1 3822:1 3826:2 3831:1 3852:1 3853:2 3858:2 3861:1 3865:2 3868:1 3869:2 3871:2 3872:1 3877:1 3883:1 3888:1 3890:2 3891:7 3893:1 3904:2 3913:2 3920:9 3929:6 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4015:1 4027:1 4034:4 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4097:1 4100:1 4102:1 4104:7 4106:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4198:1 4207:1 4208:1 4211:3 4215:2 4216:1 4218:1 4232:1 4234:4 4241:1 4247:1 4250:16 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:3 4295:1 4297:1 4316:20 4319:3 4331:1 4332:1 4336:1 4345:2 4348:3 4356:1 4367:2 4369:1 4370:2 4376:1 4378:1 4380:1 4384:1 4398:1 4401:1 4423:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:2 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:2 4800:1 4807:1 4810:1 4815:1 4820:1 4828:1 4843:6 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:2 4978:1 4983:1 4988:15 5004:1 5006:1 5009:1 5011:1 5018:1 5026:1 5033:1 5034:1 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:14 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5199:14 5204:1 5212:4 5213:1 5215:1 5231:1 5235:5 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:3 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:6 5391:1 5392:1 5412:1 5415:1 5421:2 5425:2 5427:1 5428:1 5443:2 5445:1 5447:2 5451:1 5455:1 5462:1 5469:3 5471:1 5487:2 5489:1 5492:3 5495:4 5497:1 5501:2 5504:1 5505:2 5506:2 5520:4 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2679 5577:1 5579:1 5583:2 5585:3 5588:1 5596:1 5598:1 5601:1 5616:2 5617:1 5627:6 5629:4 5640:2 5661:1 5667:1 5675:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5762:2 5765:1 5767:1 5769:1 5772:1 5794:2 5802:1 5805:1 5814:2 5828:1 5840:4 5841:1 5842:1 5844:2 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:6 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:2 6135:1 6145:2 6147:1 6157:2 6189:1 6193:1 6196:2 6197:4 6214:4 6243:1 6244:1 6252:1 6254:1 6258:3 6261:1 6269:1 6287:2 6298:2 6306:2 6309:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6359:1 6360:1 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6484:1 6485:1 6500:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:2 6556:1 6559:1 6560:1 6568:4 6571:1 6580:2 6581:2 6602:4 6613:3 6621:1 6629:1 6638:3 6640:2 6648:1 6669:1 6672:2 6678:3 6679:3 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:9 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:15 6868:2 6872:1 6874:2 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7034:1 7042:4 7050:3 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:1 7100:1 7102:2 7103:6 7106:4 7110:2 7111:8 7121:2 7125:5 7126:1 7127:1 7137:3 7140:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:2 7182:1 7195:1 7210:1 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:3 7372:1 7395:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:2 7438:1 7443:2 7453:1 7456:1 7458:2 7466:2 7476:1 7481:1 7490:1 7498:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:2 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:1 7653:2 7655:3 7664:3 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:5 7777:1 7786:1 7793:1 7794:2 7804:1 7812:1 7822:1 7828:1 7832:3 7839:1 7848:1 7858:1 7860:1 7867:2 7871:1 7875:2 7885:2 7898:1 7899:1 7904:1 7909:3 7910:20 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:2 7968:1 7973:1 7977:1 7999:3 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8058:1 8075:1 8078:1 8079:1 8083:1 8091:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8145:1 8150:2 8157:1 8163:1 8180:5 8181:1 8185:2 8187:1 8189:3 8192:4 8210:1 8212:1 8222:1 8234:2 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8401:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8484:1 8491:2 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:3 8600:1 8607:1 8610:2 8611:2 8614:3 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:2 8669:1 8671:1 8672:1 8673:1 8684:1 8715:1 8717:1 8718:1 8719:1 8725:1 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8848:1 8849:1 8854:1 8860:1 8864:2 8868:1 8869:1 8879:1 8887:1 8894:1 8897:2 8900:1 8906:1 8913:4 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8953:1 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9029:1 9038:1 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:4 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9355:1 9357:2 9367:1 9371:1 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:2 9512:2 9520:2 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9555:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9782:1 9785:1 9786:2 9788:1 9789:1 9799:1 9801:1 9803:2 9824:14 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9882:1 9883:1 9885:1 9896:1 9900:2 9902:1 9907:1 9917:8 9924:1 9927:2 9931:1 9934:3 9939:1 9946:1 9948:1 9953:1 9962:2 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:6 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10095:1 10096:1 10115:1 10120:1 10130:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10157:2 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:5 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10342:1 10344:6 10345:5 10346:1 10347:1 10351:1 10360:5 10363:1 10364:1 10366:1 10368:1 10372:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:4 10495:1 10497:1 10508:1 10527:2 10535:2 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10552:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:2 10662:1 10671:1 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:6 10838:2 10840:9 10843:1 10845:3 10848:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:2 10912:1 10917:2 10919:8 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:6 10996:1 11001:1 11006:1 11010:1 11015:1 11016:2 11019:1 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:3 11069:1 11070:1 11079:1 11081:2 11092:1 11095:1 11109:1 11110:1 11114:4 11120:1 11132:1 11141:1 11142:1 11148:1 11157:1 11171:1 11182:3 11184:1 11191:1 11199:4 11200:6 11201:6 11204:2 11207:1 11221:2 11224:3 11228:1 11233:4 11242:4 11245:2 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:3 11289:1 11291:1 11299:4 11311:46 11312:2 11316:1 11322:1 11326:1 11328:3 11330:1 11337:3 11344:10 11347:7 11348:1 11356:2 11359:1 11361:1 11384:1 11395:1 11400:1 11402:1 11404:1 11410:1 11420:1 11423:1 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11538:1 11540:1 11568:1 11570:1 11573:1 11577:2 11595:1 11597:3 11598:10 11613:2 11627:2 11637:1 11640:2 11645:4 11657:1 11658:1 11660:3 11662:1 11663:3 11666:1 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11844:1 11847:1 11850:1 11854:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11909:1 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11969:1 11979:1 11980:1 11986:3 12002:26 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12090:1 12098:1 12114:2 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:3 12183:7 12210:1 12212:1 12223:1 12229:3 12230:4 12233:1 12234:2 12237:1 12241:1 12242:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:2 12283:4 12295:3 12300:1 12310:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12405:1 12408:1 12419:2 12427:1 12434:2 12438:1 12439:1 12453:4 12462:1 12477:1 12488:1 12493:1 12500:2 12520:2 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:4 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12623:1 12625:1 12628:1 12639:2 12643:2 12655:3 12656:2 12657:1 12659:1 12662:2 12664:6 12665:1 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12716:1 12726:1 12732:2 12739:1 12742:1 12751:1 12757:1 12762:1 12763:4 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:4 12791:1 12792:1 12794:1 12800:1 12806:2 12824:1 12838:1 12847:1 12854:1 12868:3 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:2 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13044:1 13047:1 13048:2 13052:3 13084:3 13089:1 13097:2 13100:1 13117:1 13119:1 13122:2 13125:1 13148:1 13149:1 13150:1 13157:1 13159:2 13162:1 13164:2 13171:1 13172:6 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:2 13220:1 13233:7 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13288:1 13292:11 13294:6 13296:2 13308:1 13321:2 13323:2 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:3 13408:1 13423:1 13431:1 13432:2 13435:1 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:1 13565:1 13572:1 13578:1 13584:1 13585:3 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:7 13653:1 13671:1 13674:1 13680:3 13685:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:5 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13776:1 13785:1 13803:3 13817:1 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:2 13873:3 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13976:1 13995:1 14000:1 14001:1 14005:1 14008:1 14014:1 14016:1 14019:3 14020:3 14021:4 14024:3 14026:1 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:2 14083:6 14103:1 14105:1 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:12 14181:2 14182:6 14209:1 14210:1 14213:2 14214:1 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:2 14256:1 14258:3 14267:2 14279:2 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14337:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14414:1 14422:1 14427:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14542:1 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14643:1 14645:1 14650:1 14667:1 14672:1 14673:1 14675:1 14686:1 14688:1 14690:1 14691:4 14692:4 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:2 14787:1 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14872:18 14873:2 14878:1 14898:1 14900:2 14902:1 14916:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15067:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:3 15099:1 15106:1 15107:2 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:2 15220:2 15222:1 15241:2 15246:1 15247:1 15250:1 15251:1 15258:1 15269:1 15276:3 15285:1 15293:2 15296:1 15298:1 15302:10 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:7 15389:2 15412:2 15419:2 15423:1 15424:1 15433:4 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:6 15512:1 15534:1 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15715:1 15729:1 15743:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15839:1 15842:1 15846:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15868:1 15870:2 15875:2 15877:2 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15897:1 15899:1 15900:3 15903:1 15906:1 15909:1 15927:2 15941:1 15942:1 15969:1 15971:1 15974:4 15988:7 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:7 16041:1 16061:2 16067:1 16073:1 16092:1 16105:1 16111:1 16120:3 16121:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16170:1 16180:1 16182:1 16195:1 16197:3 16216:1 16243:1 16245:1 16261:1 16265:1 16274:2 16277:2 16281:1 16294:3 16295:2 16303:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16334:3 16337:1 16338:1 16339:2 16352:1 16360:1 16366:3 16369:2 16384:1 16391:1 16400:1 16408:17 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:2 16493:1 16507:1 16528:1 16529:1 16535:1 16539:2 16543:2 16550:1 16554:2 16572:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16622:1 16625:3 16631:1 16653:1 16671:4 16680:1 16683:1 16690:1 16699:1 16716:1 16719:1 16726:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:1 16775:3 16776:1 16779:1 16781:1 16789:15 16790:2 16791:1 16795:1 16798:4 16802:1 16804:2 16805:1 16810:2 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:4 16884:1 16888:1 16898:2 16903:1 16914:1 16916:1 16924:1 16947:1 16948:1 16953:2 16955:2 16958:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:2 17002:4 17011:1 17014:1 17038:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17101:1 17104:1 17105:1 17112:6 17114:1 17123:1 17126:1 17127:1 17137:2 17140:1 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17201:2 17210:2 17211:2 17224:2 17234:2 17237:1 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:1 17285:6 17288:1 17298:1 17301:1 17302:1 17304:1 17307:1 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:1 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:1 17452:1 17458:1 17463:1 17465:1 17471:1 17472:5 17473:3 17474:2 17476:2 17481:1 17497:1 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:6 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17762:1 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:1 17872:3 17885:1 17888:1 17897:1 17898:1 17910:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:4 17978:1 17981:1 17984:2 17998:1 18004:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:2 18057:1 18059:2 18061:1 18076:3 18080:2 18082:1 18087:1 18091:1 18094:1 18097:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:6 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18295:1 18307:1 18315:1 18317:15 18326:5 18328:2 18343:2 18345:1 18351:1 18357:2 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:2 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:3 18430:1 18431:4 18433:1 18434:1 18437:3 18439:1 18444:2 18448:1 18455:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:1 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:5 18566:1 18573:1 18582:2 18598:1 18602:1 18611:2 18617:2 18625:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18730:2 18731:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18813:1 18815:1 18817:5 18819:1 18821:3 18827:5 18847:2 18849:1 18860:1 18861:1 18877:1 18878:1 18905:7 18918:1 18923:1 18956:1 18964:1 18967:1 18981:1 18986:1 18999:1 19003:1 19004:4 19013:4 19026:1 19031:1 19034:1 19035:1 19036:2 19043:2 19050:1 19052:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19184:1 19185:1 19189:2 19192:1 19195:1 19196:1 19199:1 19209:9 19211:1 19219:2 19220:3 19221:1 19222:2 19227:1 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19299:1 19303:1 19307:1 19309:1 19315:3 19321:2 19323:2 19325:1 19327:16 19331:1 19336:5 19339:1 19356:1 19367:1 19371:3 19374:1 19389:3 19393:2 19394:1 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:4 19605:5 19614:4 19642:1 19651:1 19654:5 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:3 19737:1 19756:1 19763:1 19764:1 19766:1 19768:1 19784:1 19785:6 19791:1 19799:2 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19889:1 19890:2 19896:2 19903:1 19908:1 19923:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:1 19955:1 19962:1 19974:5 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:1 20063:1 20065:1 20075:1 20078:1 20097:2 20105:1 20108:2 20124:1 20125:1 20126:1 20138:1 20140:1 20142:1 20157:7 20170:6 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:1 20286:1 20289:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:2 20379:1 20385:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20463:1 20486:1 20491:2 20497:2 20512:1 20515:1 20517:2 20518:1 20520:3 20525:5 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:1 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20854:1 20857:1 20858:2 20862:1 20873:1 20877:1 20883:3 20886:1 20891:2 20909:2 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21167:2 21168:3 21172:1 21192:2 21193:1 21194:1 21202:1 21208:1 21223:1 21235:1 21238:1 21241:2 21245:2 21271:1 21276:1 21282:1 21284:3 21292:3 21295:3 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21368:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:2 21475:2
1 7:2 10:1 19:1 26:2 35:1 48:2 55:1 67:1 70:1 81:1 87:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:2 136:1 137:1 138:1 146:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 300:1 311:2 312:1 316:3 330:1 335:6 338:1 350:1 354:1 355:1 363:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 542:1 548:3 549:1 558:1 565:1 568:2 572:2 598:3 601:3 605:1 612:1 622:2 628:1 641:1 644:6 646:1 650:5 669:2 676:2 682:1 683:1 690:2 717:1 724:1 726:1 730:1 740:2 741:1 742:6 758:3 773:1 780:2 787:4 812:3 819:1 831:1 836:2 840:1 843:1 851:1 862:1 870:1 875:1 876:1 882:2 884:1 888:3 898:1 919:1 931:1 932:4 935:2 939:1 959:2 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1037:2 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1165:1 1169:2 1173:1 1178:1 1190:2 1191:1 1196:3 1205:2 1215:1 1217:2 1221:1 1226:2 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:6 1280:3 1286:1 1295:1 1301:1 1306:4 1314:1 1323:1 1340:1 1347:16 1352:4 1364:3 1375:1 1383:1 1386:4 1390:1 1392:1 1397:1 1399:15 1401:1 1406:1 1417:1 1418:4 1419:2 1422:8 1425:1 1426:1 1428:1 1430:3 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1495:1 1496:1 1545:2 1559:1 1560:2 1576:1 1583:2 1585:1 1589:3 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:3 1813:6 1815:2 1816:2 1817:1 1818:6 1819:2 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:5 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:2 1847:1 1853:1 1856:1 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1910:1 1917:1 1919:1 1934:2 1941:2 1943:1 1956:1 1959:1 1964:1 1973:1 1988:1 1991:1 1992:1 2014:1 2016:1 2023:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2065:1 2078:1 2101:2 2106:1 2110:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:2 2170:1 2172:1 2175:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:8 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:3 2388:2 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:1 2477:3 2481:1 2491:1 2496:1 2499:1 2507:1 2508:4 2512:2 2518:2 2519:1 2520:1 2525:1 2528:1 2530:1 2542:3 2549:1 2550:2 2561:3 2566:1 2568:2 2570:1 2573:1 2580:1 2593:1 2598:1 2599:5 2607:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:14 2652:1 2661:2 2664:6 2680:1 2687:1 2696:2 2697:4 2698:3 2699:4 2702:1 2714:1 2719:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:2 2776:1 2777:2 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:9 2875:2 2877:1 2878:1 2885:1 2890:2 2895:6 2899:1 2902:1 2903:1 2910:1 2913:2 2916:4 2931:1 2932:1 2938:2 2943:1 2952:1 2965:1 2969:3 2971:1 2973:2 2981:1 2991:1 3005:1 3007:2 3011:2 3012:1 3017:2 3023:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:2 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3204:1 3220:2 3226:5 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:3 3277:2 3278:1 3280:3 3282:5 3283:1 3287:1 3289:2 3293:2 3294:2 3296:1 3298:4 3301:5 3302:1 3306:1 3309:1 3310:5 3311:3 3314:5 3317:7 3319:1 3321:1 3329:1 3342:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:2 3393:1 3403:3 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3461:1 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3536:1 3560:1 3573:1 3582:1 3593:1 3595:1 3609:3 3621:1 3636:1 3638:1 3641:3 3651:2 3658:1 3662:1 3667:1 3674:1 3677:1 3680:1 3681:1 3686:1 3689:1 3697:1 3714:1 3716:3 3724:1 3727:3 3732:2 3737:1 3740:7 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3790:1 3791:1 3797:10 3805:1 3820:4 3821:1 3822:1 3826:2 3831:1 3852:1 3853:2 3858:2 3861:1 3865:2 3868:1 3869:2 3871:2 3872:1 3877:1 3883:1 3888:1 3890:2 3891:7 3893:1 3904:2 3913:2 3920:9 3929:6 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:2 3995:1 3996:2 4001:3 4004:1 4006:1 4009:1 4015:2 4027:1 4034:4 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4097:1 4100:1 4102:1 4104:7 4106:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4198:1 4207:1 4208:1 4211:3 4215:2 4216:1 4218:1 4232:1 4234:4 4241:1 4247:1 4250:16 4260:1 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:3 4295:1 4297:1 4316:20 4319:3 4331:1 4332:1 4336:1 4345:2 4348:3 4356:1 4367:2 4369:1 4370:3 4376:1 4378:1 4380:1 4384:1 4389:1 4398:1 4401:1 4423:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:2 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:2 4800:1 4807:1 4810:1 4815:1 4820:2 4828:1 4843:7 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:3 4978:1 4983:1 4988:15 5004:1 5006:1 5009:1 5011:1 5018:1 5026:1 5033:1 5034:2 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:16 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5198:1 5199:14 5204:1 5212:4 5213:1 5215:2 5231:1 5235:6 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:3 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:6 5391:1 5392:1 5412:1 5415:1 5421:2 5425:2 5427:1 5428:1 5443:2 5445:1 5447:2 5451:1 5455:1 5462:2 5469:3 5471:1 5487:2 5489:1 5492:3 5495:4 5497:1 5501:2 5504:1 5505:2 5506:2 5520:4 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2768 5577:1 5579:1 5583:2 5585:3 5588:1 5596:1 5598:1 5601:1 5616:2 5617:1 5627:6 5629:4 5640:2 5661:1 5667:1 5675:1 5682:1 5685:1 5688:2 5692:1 5697:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5762:2 5765:1 5767:1 5769:1 5772:1 5792:2 5794:2 5802:1 5805:1 5814:2 5828:1 5840:4 5841:1 5842:1 5844:2 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:6 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5972:1 5983:1 5989:1 5990:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:2 6135:1 6145:2 6147:1 6157:2 6189:1 6193:1 6196:2 6197:4 6214:4 6243:1 6244:1 6252:1 6254:1 6258:3 6261:1 6269:2 6280:1 6287:2 6298:2 6306:2 6309:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6359:1 6360:2 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6484:1 6485:1 6500:1 6503:1 6511:2 6519:2 6524:4 6529:1 6539:2 6541:1 6553:2 6556:1 6559:1 6560:1 6568:4 6571:2 6580:2 6581:2 6602:5 6613:3 6621:1 6629:1 6635:1 6638:3 6640:2 6648:1 6669:1 6672:2 6678:3 6679:3 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6717:9 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:15 6868:2 6872:1 6874:2 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7020:1 7034:1 7040:1 7042:4 7050:3 7058:1 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:2 7100:1 7102:2 7103:6 7106:4 7110:2 7111:8 7121:2 7125:5 7126:1 7127:1 7137:3 7140:1 7142:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:2 7182:1 7195:1 7210:1 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7262:2 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:3 7372:1 7395:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:2 7438:1 7443:2 7453:1 7456:1 7458:2 7466:2 7471:1 7476:1 7481:1 7490:1 7498:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:2 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:1 7653:2 7655:3 7664:3 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:5 7777:1 7786:1 7793:1 7794:2 7799:1 7804:1 7812:1 7822:1 7828:1 7832:3 7839:1 7848:1 7858:1 7860:1 7867:2 7871:1 7875:2 7885:2 7898:1 7899:1 7904:1 7909:3 7910:20 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:2 7968:1 7973:1 7977:1 7999:3 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8058:1 8075:1 8078:1 8079:1 8083:1 8091:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8143:1 8145:1 8150:2 8157:1 8163:1 8169:1 8180:5 8181:1 8185:2 8187:1 8189:3 8192:4 8210:1 8212:1 8222:1 8234:2 8237:1 8240:1 8248:3 8261:2 8263:1 8265:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8401:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8484:1 8491:3 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:3 8600:1 8607:1 8610:2 8611:2 8614:4 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:2 8669:1 8671:1 8672:1 8673:1 8684:1 8715:1 8717:1 8718:1 8719:1 8725:1 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:12 8750:2 8752:2 8770:2 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8848:1 8849:1 8854:1 8860:1 8864:2 8868:1 8869:1 8879:1 8887:1 8894:1 8897:2 8900:1 8906:1 8913:4 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8953:1 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9029:1 9038:2 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:4 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9355:1 9357:2 9367:1 9371:1 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:2 9512:2 9520:2 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9555:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9782:1 9785:1 9786:2 9788:1 9789:1 9790:1 9799:1 9801:1 9803:2 9824:14 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9879:1 9882:1 9883:1 9885:1 9896:1 9900:2 9902:1 9907:1 9917:8 9918:1 9924:1 9927:2 9931:1 9934:3 9939:1 9946:1 9948:1 9953:1 9959:1 9962:2 9979:1 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:6 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10090:1 10095:1 10096:1 10115:1 10120:1 10130:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10151:1 10157:2 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:5 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10342:1 10344:6 10345:5 10346:1 10347:1 10351:1 10360:5 10363:1 10364:1 10366:1 10368:1 10372:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:4 10495:1 10497:1 10508:1 10527:2 10535:2 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10552:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:2 10662:1 10671:1 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10790:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:6 10838:2 10840:9 10843:1 10845:3 10848:1 10851:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:2 10912:1 10917:2 10919:8 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:6 10996:1 11001:1 11006:1 11010:1 11015:1 11016:2 11019:2 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:3 11069:1 11070:1 11079:1 11081:2 11092:1 11095:1 11109:1 11110:2 11114:4 11120:1 11132:1 11141:1 11142:1 11148:1 11157:1 11171:1 11182:3 11184:1 11191:1 11199:4 11200:6 11201:6 11204:2 11207:1 11221:2 11224:3 11228:1 11233:4 11242:4 11245:2 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:3 11289:1 11291:1 11299:4 11311:48 11312:2 11316:1 11322:1 11326:1 11328:3 11330:1 11337:3 11344:10 11347:7 11348:1 11356:2 11359:1 11361:1 11384:1 11395:1 11400:1 11402:1 11404:1 11410:1 11420:1 11423:2 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11538:1 11540:1 11568:1 11570:1 11573:2 11577:2 11595:1 11597:3 11598:10 11613:2 11627:2 11637:1 11640:3 11645:4 11657:1 11658:1 11660:3 11662:1 11663:3 11666:1 11672:2 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11844:1 11847:1 11850:1 11853:1 11854:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11909:1 11915:1 11924:1 11933:1 11938:1 11939:2 11951:1 11959:1 11960:1 11969:1 11979:1 11980:1 11986:3 12002:27 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12090:1 12098:1 12114:2 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:3 12183:7 12210:1 12212:1 12223:1 12229:3 12230:4 12233:2 12234:2 12237:1 12241:1 12242:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:2 12283:4 12295:3 12300:1 12310:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12405:1 12408:1 12409:1 12419:2 12427:1 12434:2 12438:1 12439:1 12453:4 12462:1 12477:1 12488:1 12493:1 12500:3 12520:2 12526:1 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:4 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12623:1 12625:1 12628:1 12639:2 12643:2 12655:3 12656:2 12657:1 12659:1 12662:2 12664:6 12665:1 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:1 12715:1 12716:1 12726:1 12732:2 12739:1 12742:1 12751:1 12757:1 12762:1 12763:4 12766:1 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:4 12791:1 12792:1 12794:1 12800:1 12806:2 12824:1 12838:1 12847:1 12854:1 12868:3 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:2 12963:1 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13031:1 13044:1 13047:1 13048:2 13052:3 13084:3 13089:1 13097:2 13100:1 13117:1 13119:1 13122:2 13125:1 13148:1 13149:1 13150:1 13157:1 13159:2 13162:1 13164:2 13171:1 13172:7 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:2 13220:1 13233:7 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13288:1 13292:11 13294:6 13296:2 13308:1 13321:3 13323:2 13330:1 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:3 13408:1 13423:1 13431:1 13432:2 13435:1 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:1 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:1 13565:1 13572:1 13578:1 13584:1 13585:3 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:8 13653:1 13655:1 13671:1 13674:1 13680:3 13685:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:5 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13773:1 13776:1 13780:1 13785:1 13803:3 13817:1 13819:1 13833:1 13836:1 13845:1 13853:2 13856:1 13860:7 13864:1 13865:2 13873:3 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13972:1 13976:1 13995:1 14000:1 14001:1 14003:1 14005:1 14008:1 14014:1 14016:2 14019:3 14020:3 14021:4 14023:1 14024:3 14026:2 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:2 14083:6 14103:1 14105:2 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:12 14181:2 14182:6 14209:1 14210:1 14213:2 14214:1 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:2 14256:1 14258:3 14267:2 14279:2 14289:1 14290:1 14303:1 14304:1 14324:1 14326:1 14337:1 14348:1 14368:1 14374:1 14375:1 14387:1 14392:1 14414:1 14422:1 14427:1 14428:1 14431:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14542:1 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14598:1 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14641:1 14643:1 14645:1 14648:1 14650:1 14667:1 14672:1 14673:1 14675:1 14686:1 14688:1 14690:1 14691:4 14692:4 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:2 14787:1 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14872:18 14873:2 14878:1 14898:1 14900:2 14902:1 14916:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15060:1 15067:1 15068:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:3 15098:1 15099:1 15106:1 15107:2 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15199:1 15200:1 15206:1 15213:1 15214:2 15220:2 15222:1 15241:2 15246:1 15247:1 15250:1 15251:1 15258:1 15269:1 15276:3 15285:1 15293:2 15296:1 15298:1 15302:11 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:7 15389:2 15412:2 15419:2 15423:1 15424:1 15433:4 15435:1 15438:1 15451:1 15456:1 15459:1 15466:6 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:7 15512:1 15534:2 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15611:1 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15715:1 15729:1 15743:1 15744:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15839:1 15842:1 15846:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15866:1 15868:1 15870:2 15875:2 15877:2 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15897:1 15899:1 15900:3 15903:1 15906:1 15909:2 15927:2 15941:1 15942:1 15969:1 15971:1 15974:4 15977:1 15988:7 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:7 16041:1 16061:2 16067:1 16073:1 16092:1 16105:1 16111:1 16120:3 16121:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16170:1 16180:1 16182:1 16195:1 16197:3 16216:1 16243:1 16245:1 16249:1 16261:1 16265:1 16274:2 16277:2 16281:1 16294:3 16295:2 16303:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16334:3 16337:1 16338:1 16339:2 16352:1 16360:1 16366:3 16369:2 16384:1 16391:1 16400:2 16408:17 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:2 16493:1 16507:1 16528:1 16529:1 16535:1 16539:2 16543:2 16550:1 16554:3 16572:1 16573:2 16578:1 16579:1 16580:1 16583:1 16584:1 16597:2 16601:1 16606:2 16614:1 16622:1 16625:3 16631:1 16653:1 16671:5 16680:1 16683:1 16690:1 16699:1 16716:1 16719:1 16726:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:1 16775:3 16776:1 16779:1 16781:1 16789:15 16790:2 16791:1 16795:1 16798:4 16802:1 16804:2 16805:1 16810:2 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:4 16884:1 16888:1 16898:2 16903:1 16914:1 16916:1 16924:2 16947:1 16948:1 16953:2 16955:2 16958:1 16970:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:3 17002:4 17011:1 17014:1 17038:1 17039:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17101:1 17104:1 17105:1 17112:6 17114:1 17123:1 17126:1 17127:1 17137:2 17140:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17193:1 17201:2 17210:2 17211:2 17224:2 17234:2 17237:1 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:2 17285:6 17288:1 17298:1 17301:1 17302:1 17304:1 17307:1 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:2 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:1 17452:1 17458:1 17463:1 17465:1 17471:1 17472:5 17473:3 17474:2 17476:2 17481:1 17497:1 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:6 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17762:1 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:1 17872:3 17885:1 17888:1 17897:1 17898:1 17910:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:4 17978:1 17981:1 17984:2 17998:1 18004:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:3 18057:1 18059:2 18061:1 18076:3 18080:2 18082:2 18087:1 18091:1 18094:1 18097:1 18102:2 18104:1 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:6 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:2 18270:1 18277:1 18278:1 18295:1 18307:1 18315:1 18317:15 18326:5 18328:2 18343:2 18345:1 18351:1 18357:2 18359:1 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:2 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:3 18430:1 18431:4 18433:1 18434:1 18437:3 18439:1 18444:2 18448:1 18455:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:2 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:5 18566:1 18573:1 18582:2 18598:1 18602:1 18611:2 18617:2 18625:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18730:2 18731:1 18755:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18813:1 18815:1 18817:5 18819:1 18821:3 18827:5 18843:1 18847:2 18849:1 18860:1 18861:1 18877:1 18878:1 18905:7 18918:1 18923:1 18956:1 18964:1 18967:1 18981:1 18986:2 18999:1 19003:1 19004:4 19013:4 19026:1 19031:2 19034:1 19035:1 19036:2 19043:2 19050:1 19052:1 19053:1 19055:2 19078:6 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19184:1 19185:1 19189:2 19192:1 19195:1 19196:1 19199:2 19206:2 19209:9 19211:1 19219:2 19220:3 19221:1 19222:2 19227:1 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:1 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19297:1 19299:1 19303:1 19307:1 19309:1 19315:3 19321:2 19323:2 19325:1 19327:16 19331:1 19336:5 19339:1 19356:1 19367:1 19371:3 19374:1 19389:3 19393:2 19394:2 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19423:1 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:4 19605:5 19614:4 19642:1 19651:1 19654:5 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:7 19735:3 19737:1 19756:1 19763:1 19764:1 19766:1 19767:1 19768:1 19775:1 19784:1 19785:6 19791:1 19799:2 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19889:1 19890:2 19896:2 19903:1 19908:1 19923:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:2 19955:1 19962:1 19974:6 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:2 20063:1 20065:1 20075:2 20078:1 20097:2 20105:1 20108:2 20124:1 20125:1 20126:1 20138:1 20140:1 20142:1 20157:7 20170:6 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:1 20286:1 20289:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:2 20379:1 20385:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20463:1 20486:1 20491:2 20497:2 20512:1 20515:1 20517:2 20518:1 20520:3 20525:5 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20678:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:2 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20844:1 20854:1 20857:1 20858:2 20862:1 20873:1 20877:1 20883:3 20886:1 20891:2 20909:2 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21167:2 21168:3 21172:1 21192:2 21193:1 21194:1 21202:1 21208:2 21223:1 21235:1 21238:1 21241:2 21245:2 21271:1 21276:1 21282:1 21284:3 21292:3 21295:4 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21368:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:2 21475:2
1 7:2 10:1 19:1 26:2 35:1 48:2 55:1 67:1 70:1 81:1 87:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:2 136:1 137:1 138:1 146:1 168:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 300:1 311:2 312:1 316:3 330:1 335:6 338:1 350:1 354:1 355:1 363:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 542:1 548:3 549:1 558:1 565:1 568:2 572:2 598:3 601:3 605:1 612:1 622:2 628:1 641:1 644:6 646:1 650:5 669:2 676:2 682:1 683:1 690:2 717:1 724:1 726:1 730:1 740:2 741:1 742:6 750:1 758:3 773:1 780:2 787:4 812:3 819:1 831:1 836:2 840:1 843:1 851:1 862:1 870:1 875:1 876:1 882:2 884:1 888:3 898:1 919:1 931:1 932:4 935:2 939:1 959:3 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1037:2 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1155:1 1165:1 1169:2 1173:1 1178:1 1190:2 1191:1 1196:3 1205:2 1215:1 1217:2 1221:1 1226:2 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:6 1280:3 1286:1 1295:1 1301:1 1306:4 1314:1 1323:1 1340:1 1347:16 1352:4 1364:5 1373:1 1375:1 1383:1 1386:4 1390:1 1392:1 1397:1 1399:16 1401:1 1406:1 1417:1 1418:4 1419:2 1422:9 1425:1 1426:1 1428:1 1430:3 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1488:1 1495:1 1496:1 1545:2 1559:1 1560:2 1576:1 1583:2 1585:1 1589:4 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1741:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:3 1813:6 1815:2 1816:2 1817:1 1818:6 1819:2 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:5 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:2 1847:1 1853:1 1856:2 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1910:1 1917:1 1919:1 1934:2 1941:2 1943:1 1956:1 1959:1 1964:1 1973:1 1988:1 1991:1 1992:1 2014:1 2016:1 2023:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2060:1 2065:1 2078:1 2101:2 2106:1 2110:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:2 2170:1 2172:1 2175:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:8 2299:2 2315:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:3 2388:3 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:1 2477:3 2481:1 2491:1 2496:1 2499:1 2507:1 2508:4 2512:2 2518:2 2519:1 2520:1 2525:1 2528:1 2530:1 2542:3 2549:1 2550:2 2561:4 2566:1 2568:2 2570:1 2573:1 2580:1 2593:1 2598:1 2599:5 2607:1 2611:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:14 2652:1 2661:2 2664:6 2680:1 2687:1 2696:2 2697:4 2698:3 2699:4 2702:1 2714:1 2719:1 2730:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:2 2776:1 2777:3 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:2 2812:1 2855:1 2859:1 2864:1 2870:9 2875:2 2877:1 2878:1 2885:1 2890:2 2895:6 2899:1 2902:1 2903:2 2910:1 2913:2 2916:4 2931:1 2932:1 2938:2 2943:1 2952:1 2965:1 2969:3 2971:1 2973:2 2981:1 2991:1 3005:1 3007:2 3011:2 3012:1 3017:2 3023:2 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:2 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3189:1 3204:1 3220:3 3226:5 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:3 3277:2 3278:1 3280:3 3282:5 3283:1 3287:2 3289:2 3293:2 3294:2 3296:1 3298:4 3301:5 3302:1 3306:1 3309:1 3310:5 3311:4 3314:5 3317:7 3319:1 3321:1 3322:2 3329:1 3342:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:2 3393:1 3403:3 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3461:1 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3536:1 3560:1 3573:1 3582:1 3593:1 3595:1 3609:3 3621:1 3636:1 3638:1 3641:3 3651:2 3658:1 3662:1 3667:1 3674:1 3677:1 3680:1 3681:1 3686:1 3689:1 3697:1 3714:1 3716:3 3724:1 3727:3 3732:2 3737:1 3740:7 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3790:1 3791:1 3797:10 3805:1 3820:4 3821:1 3822:1 3826:2 3831:2 3852:1 3853:2 3858:2 3861:1 3865:2 3868:1 3869:2 3871:2 3872:1 3877:1 3883:1 3888:1 3890:2 3891:7 3893:1 3904:2 3913:2 3920:9 3929:6 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:3 3995:1 3996:3 4001:3 4004:1 4006:1 4009:1 4015:2 4027:1 4034:4 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:3 4097:1 4100:1 4102:1 4104:7 4106:1 4113:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4193:1 4198:1 4207:1 4208:1 4211:3 4215:2 4216:1 4218:1 4232:1 4234:4 4241:1 4247:1 4250:16 4260:1 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:3 4295:1 4297:1 4316:21 4319:3 4331:1 4332:1 4336:1 4345:2 4348:3 4356:1 4367:2 4369:1 4370:3 4376:1 4378:1 4380:1 4384:1 4389:1 4398:1 4401:1 4411:1 4423:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:2 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:2 4800:1 4807:1 4810:1 4813:1 4815:1 4820:2 4828:1 4843:7 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:3 4978:1 4983:1 4988:15 5004:1 5006:1 5009:1 5011:1 5018:1 5026:1 5033:1 5034:2 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5151:1 5157:1 5158:16 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5198:1 5199:14 5204:1 5212:4 5213:1 5215:2 5231:1 5235:6 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:3 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:6 5391:1 5392:1 5412:1 5415:1 5421:2 5425:2 5427:1 5428:1 5443:2 5445:1 5447:2 5451:1 5455:1 5462:2 5469:3 5471:1 5487:2 5489:1 5492:3 5495:4 5497:2 5501:2 5504:1 5505:2 5506:2 5520:4 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2857 5577:1 5579:1 5583:2 5585:3 5588:1 5596:1 5598:1 5601:1 5602:1 5616:2 5617:1 5627:7 5629:5 5640:2 5661:1 5667:1 5675:1 5682:1 5685:1 5688:2 5692:1 5697:1 5705:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5762:2 5765:1 5767:1 5769:1 5772:1 5792:2 5794:2 5802:1 5805:1 5814:2 5828:1 5840:4 5841:1 5842:1 5844:2 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:6 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5967:1 5972:1 5983:1 5989:1 5990:1 6001:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6073:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:3 6135:1 6145:2 6147:1 6157:2 6176:1 6189:1 6193:1 6196:2 6197:4 6214:4 6243:1 6244:1 6252:1 6254:1 6258:3 6261:1 6269:2 6280:1 6287:2 6298:2 6306:2 6309:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6343:1 6358:1 6359:1 6360:2 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6484:1 6485:1 6500:1 6503:1 6511:2 6515:1 6519:2 6524:4 6529:1 6539:2 6541:1 6553:2 6556:1 6559:1 6560:1 6568:4 6571:2 6580:2 6581:2 6602:5 6613:3 6621:1 6629:1 6635:1 6638:3 6640:2 6648:1 6669:1 6672:2 6678:3 6679:3 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6711:1 6717:9 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:15 6868:2 6872:1 6874:2 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7020:1 7034:1 7040:1 7042:4 7050:3 7058:1 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:2 7100:1 7102:2 7103:6 7106:4 7110:2 7111:8 7121:2 7125:5 7126:1 7127:1 7137:4 7140:1 7142:1 7164:1 7168:1 7170:2 7173:2 7178:1 7180:2 7182:1 7195:1 7210:1 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7254:1 7262:3 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:3 7372:1 7395:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:2 7438:1 7443:2 7453:1 7456:1 7458:2 7466:2 7471:1 7476:1 7481:1 7490:1 7492:1 7498:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:3 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:1 7653:2 7655:3 7664:3 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:6 7777:1 7786:1 7793:1 7794:2 7799:1 7804:1 7812:1 7822:1 7828:1 7832:3 7839:1 7848:1 7858:1 7860:1 7867:2 7871:1 7875:3 7885:2 7898:1 7899:1 7904:1 7909:3 7910:21 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:2 7968:1 7973:1 7977:1 7999:3 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8058:1 8075:1 8078:1 8079:1 8083:1 8091:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8143:1 8145:1 8150:2 8151:1 8157:1 8163:1 8169:1 8180:5 8181:1 8185:2 8187:1 8189:3 8192:4 8210:1 8212:1 8222:1 8234:2 8237:1 8240:1 8248:3 8261:2 8263:1 8265:1 8266:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8401:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8466:1 8469:1 8475:1 8477:1 8479:1 8484:1 8491:3 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:3 8600:1 8607:1 8610:2 8611:2 8614:4 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:2 8669:1 8671:1 8672:1 8673:1 8684:1 8715:1 8717:1 8718:1 8719:1 8725:1 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:12 8750:2 8752:3 8770:2 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8848:1 8849:1 8854:1 8860:1 8864:2 8868:1 8869:1 8879:1 8887:1 8894:1 8897:2 8900:1 8906:1 8913:4 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8953:1 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9029:1 9038:2 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:4 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9355:1 9357:2 9367:1 9368:1 9371:1 9373:1 9387:1 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:2 9512:2 9520:2 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9555:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9782:1 9785:1 9786:2 9788:1 9789:1 9790:1 9799:1 9801:1 9803:2 9824:14 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9879:1 9882:1 9883:1 9885:1 9896:1 9900:2 9902:2 9907:1 9917:8 9918:1 9924:1 9927:2 9931:1 9934:3 9939:1 9946:1 9948:1 9953:1 9959:1 9962:2 9979:1 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:6 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10090:1 10095:1 10096:1 10115:1 10120:1 10130:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10151:1 10157:2 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:1 10235:1 10251:6 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:5 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10342:1 10344:6 10345:5 10346:1 10347:1 10351:1 10353:1 10360:5 10363:1 10364:1 10366:1 10368:1 10372:1 10373:1 10387:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:4 10495:1 10497:1 10508:1 10527:2 10535:2 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10552:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:2 10662:1 10671:1 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10790:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:6 10838:2 10840:9 10843:1 10845:3 10848:2 10851:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:2 10912:1 10917:2 10919:9 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:6 10996:1 11001:1 11006:1 11010:1 11015:1 11016:2 11019:2 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:3 11069:1 11070:1 11079:1 11081:2 11092:1 11095:1 11109:1 11110:2 11114:4 11120:1 11132:1 11141:1 11142:1 11148:2 11157:1 11171:1 11182:3 11184:1 11191:1 11199:4 11200:8 11201:6 11204:2 11207:1 11221:2 11224:3 11228:1 11233:4 11242:4 11245:4 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:3 11289:1 11291:1 11299:4 11311:50 11312:2 11316:1 11322:1 11326:1 11328:3 11330:1 11337:3 11344:10 11347:8 11348:1 11356:2 11359:1 11361:1 11384:1 11395:1 11400:1 11402:1 11404:1 11410:1 11420:1 11423:2 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11538:1 11540:1 11568:1 11570:1 11573:2 11577:2 11595:1 11597:3 11598:10 11613:2 11627:2 11637:1 11640:3 11645:4 11652:1 11657:1 11658:1 11660:3 11662:1 11663:3 11666:1 11672:2 11674:1 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11844:1 11847:1 11850:1 11853:1 11854:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11909:1 11915:1 11924:1 11933:1 11938:1 11939:3 11951:1 11959:1 11960:1 11969:1 11979:1 11980:1 11986:3 12002:27 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12057:1 12090:1 12098:1 12114:2 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:3 12183:7 12210:1 12212:1 12223:1 12229:3 12230:4 12233:2 12234:2 12237:1 12241:1 12242:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:2 12283:4 12295:3 12300:1 12310:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:1 12396:1 12405:1 12408:1 12409:1 12419:2 12427:1 12434:2 12438:1 12439:1 12453:4 12462:1 12477:1 12488:1 12493:1 12500:3 12520:2 12526:1 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:4 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12623:1 12625:1 12628:1 12639:3 12643:2 12655:3 12656:2 12657:1 12659:1 12662:2 12664:7 12665:1 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:2 12715:1 12716:1 12726:1 12732:2 12739:1 12742:2 12751:1 12757:1 12762:1 12763:4 12766:1 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:4 12791:1 12792:1 12794:1 12800:1 12806:2 12817:1 12824:1 12838:1 12847:1 12854:1 12868:3 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:2 12963:1 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13031:1 13044:1 13047:1 13048:2 13052:3 13056:1 13081:1 13084:3 13089:1 13097:2 13100:1 13117:1 13119:1 13122:2 13125:1 13148:1 13149:1 13150:1 13157:1 13159:2 13162:1 13164:2 13171:1 13172:7 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:2 13220:1 13233:7 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13282:1 13288:1 13292:11 13294:6 13296:2 13308:1 13321:3 13323:2 13330:1 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:3 13408:1 13423:1 13431:1 13432:2 13435:1 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:2 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:2 13565:1 13572:1 13578:1 13584:1 13585:3 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:8 13653:1 13655:1 13671:1 13674:1 13680:3 13685:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:5 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13773:1 13776:1 13780:1 13785:1 13803:3 13817:1 13819:1 13833:1 13836:1 13845:1 13853:4 13856:2 13860:8 13864:1 13865:2 13873:3 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13972:1 13976:1 13994:1 13995:1 14000:1 14001:1 14003:1 14005:1 14008:1 14014:1 14016:2 14019:3 14020:3 14021:4 14023:1 14024:3 14026:2 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:2 14083:6 14103:1 14105:2 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:12 14181:2 14182:6 14209:1 14210:1 14213:2 14214:1 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:2 14256:1 14258:3 14267:3 14279:2 14289:1 14290:1 14294:1 14303:1 14304:1 14324:1 14326:1 14337:1 14348:1 14368:1 14374:1 14375:2 14387:1 14392:1 14414:1 14421:1 14422:1 14427:1 14428:1 14431:1 14436:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14542:1 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14598:1 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14641:1 14643:1 14645:1 14648:1 14650:1 14667:1 14672:1 14673:1 14675:1 14686:1 14688:1 14690:1 14691:4 14692:5 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:3 14787:1 14805:2 14806:1 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14872:18 14873:2 14878:1 14898:1 14900:2 14902:1 14916:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15006:1 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15060:1 15067:1 15068:1 15069:1 15070:4 15076:1 15077:1 15079:1 15084:1 15088:3 15098:1 15099:1 15106:1 15107:2 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15198:1 15199:1 15200:1 15206:1 15213:1 15214:2 15220:2 15222:1 15241:2 15246:1 15247:1 15250:1 15251:1 15258:1 15269:1 15276:3 15285:1 15293:2 15296:1 15298:1 15302:12 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:7 15389:2 15412:2 15419:2 15423:1 15424:1 15433:4 15435:1 15438:1 15451:1 15456:1 15459:1 15466:7 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:7 15512:1 15534:2 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15611:1 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15715:1 15729:1 15733:1 15743:1 15744:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15839:1 15842:1 15846:1 15848:1 15852:1 15853:5 15855:1 15857:5 15860:1 15866:1 15868:1 15870:2 15874:1 15875:2 15877:3 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15897:1 15899:1 15900:3 15903:1 15906:1 15909:2 15927:2 15941:1 15942:1 15969:1 15971:1 15974:4 15977:1 15988:7 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:7 16041:1 16061:2 16067:1 16073:2 16092:1 16105:1 16111:1 16120:3 16121:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16164:1 16170:1 16180:1 16182:1 16192:1 16195:1 16197:3 16216:1 16243:1 16245:1 16249:1 16261:1 16265:1 16274:2 16277:2 16281:1 16294:3 16295:2 16303:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16331:1 16334:3 16337:1 16338:1 16339:2 16352:1 16360:1 16366:3 16369:2 16384:1 16385:1 16391:1 16400:3 16408:19 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16482:2 16493:1 16507:1 16528:1 16529:1 16535:1 16539:2 16543:2 16550:1 16554:3 16572:1 16573:3 16578:1 16579:1 16580:1 16583:1 16584:2 16597:2 16601:1 16606:2 16614:1 16622:1 16625:3 16631:1 16653:1 16671:5 16680:1 16683:1 16690:1 16699:1 16716:1 16719:1 16726:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:1 16767:1 16775:3 16776:1 16779:1 16781:1 16789:15 16790:2 16791:1 16795:1 16798:4 16802:1 16804:2 16805:1 16810:2 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:4 16884:1 16888:2 16898:2 16903:1 16914:1 16916:1 16924:2 16947:1 16948:1 16953:2 16955:2 16958:1 16970:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:3 17002:4 17011:1 17014:1 17030:1 17038:1 17039:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17101:1 17104:1 17105:1 17112:6 17114:1 17123:1 17126:1 17127:1 17137:2 17140:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17193:1 17201:2 17210:2 17211:2 17224:2 17234:2 17237:1 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:2 17285:6 17288:1 17298:1 17301:1 17302:1 17304:1 17307:1 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:2 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:1 17452:1 17458:1 17463:1 17465:1 17471:1 17472:5 17473:4 17474:2 17476:2 17481:1 17497:1 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:6 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17762:1 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:1 17872:3 17885:1 17888:1 17897:1 17898:1 17910:1 17916:1 17932:2 17936:1 17955:2 17970:1 17974:1 17975:4 17978:1 17981:1 17984:2 17998:1 18004:1 18007:1 18008:1 18018:2 18024:1 18035:1 18041:1 18049:1 18056:3 18057:1 18059:2 18061:1 18076:3 18080:2 18082:2 18087:1 18091:1 18094:1 18097:1 18102:2 18104:2 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:6 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:3 18270:1 18277:1 18278:1 18295:1 18307:1 18315:1 18317:15 18326:5 18328:2 18343:2 18345:1 18351:1 18357:2 18359:1 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:2 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:3 18430:1 18431:4 18433:1 18434:1 18437:3 18439:1 18444:2 18448:1 18455:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:2 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:5 18566:1 18573:1 18582:2 18598:1 18602:1 18604:1 18611:2 18617:2 18625:1 18646:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18730:2 18731:1 18746:1 18755:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18809:1 18813:1 18815:1 18817:5 18819:1 18821:3 18827:5 18843:1 18847:2 18849:1 18860:1 18861:1 18877:1 18878:1 18905:7 18918:1 18923:1 18956:1 18964:1 18967:1 18981:1 18986:2 18999:1 19003:1 19004:4 19011:1 19013:4 19026:1 19031:2 19034:1 19035:1 19036:2 19043:3 19050:1 19052:1 19053:1 19055:2 19078:7 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19180:1 19184:1 19185:1 19189:2 19192:1 19195:1 19196:1 19199:2 19206:2 19209:9 19211:1 19219:2 19220:3 19221:1 19222:2 19227:1 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:2 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19297:1 19299:1 19303:1 19307:1 19309:1 19315:3 19321:2 19323:2 19325:1 19327:17 19331:1 19336:5 19339:1 19356:2 19367:1 19371:3 19374:1 19389:3 19393:2 19394:2 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19423:1 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:4 19605:7 19614:4 19642:1 19651:1 19654:5 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:2 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:8 19735:3 19737:1 19756:1 19759:1 19763:1 19764:1 19766:1 19767:1 19768:1 19775:1 19784:1 19785:6 19791:1 19799:2 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19889:1 19890:2 19896:2 19903:1 19908:1 19923:1 19930:1 19935:1 19937:1 19941:1 19944:1 19945:2 19954:2 19955:1 19962:1 19974:7 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:2 20063:1 20065:1 20075:2 20078:1 20097:2 20105:1 20108:2 20124:1 20125:1 20126:1 20138:1 20140:1 20142:1 20157:8 20170:6 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:1 20286:1 20289:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:2 20378:1 20379:1 20385:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20463:1 20486:1 20491:2 20497:2 20512:1 20515:1 20517:2 20518:1 20520:3 20525:5 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20678:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:2 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20844:1 20854:1 20857:1 20858:2 20862:1 20873:1 20877:1 20883:4 20886:1 20891:2 20903:1 20909:2 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21167:2 21168:3 21172:1 21192:2 21193:1 21194:1 21202:1 21208:2 21223:1 21235:1 21238:1 21241:2 21245:2 21265:1 21271:1 21276:1 21282:1 21284:3 21292:3 21295:4 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21368:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:2 21475:2
1 7:2 10:1 19:1 26:2 35:1 48:2 55:1 67:1 70:1 81:1 87:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:2 136:1 137:1 138:1 139:1 146:1 168:1 174:1 187:1 237:1 251:1 255:1 259:3 260:1 261:1 266:2 273:1 286:2 298:1 299:1 300:1 311:2 312:1 316:3 330:1 335:6 338:1 350:1 354:1 355:1 363:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:4 532:3 538:1 540:3 542:1 548:3 549:1 558:1 565:1 568:2 572:2 598:3 601:3 605:1 612:1 622:2 628:1 641:1 644:6 646:1 650:5 669:2 676:2 682:1 683:1 690:2 717:1 724:1 726:1 730:1 740:2 741:1 742:6 750:1 758:4 773:1 779:1 780:2 787:4 812:3 819:1 831:1 836:2 840:1 843:1 851:1 862:1 870:1 875:1 876:1 882:2 884:1 888:3 898:1 919:1 931:1 932:4 935:2 939:1 959:3 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1037:2 1040:4 1041:1 1046:1 1049:1 1063:1 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1155:1 1165:1 1169:2 1173:1 1178:1 1190:2 1191:1 1196:3 1205:2 1215:1 1217:2 1221:1 1226:2 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:6 1280:3 1284:1 1286:1 1295:1 1301:1 1306:4 1314:1 1323:1 1340:1 1347:16 1352:4 1364:5 1373:1 1375:1 1383:1 1386:4 1390:1 1392:1 1397:1 1399:17 1401:1 1406:1 1417:1 1418:4 1419:2 1422:9 1425:1 1426:1 1428:1 1430:3 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1488:1 1495:1 1496:1 1545:2 1559:1 1560:2 1576:1 1583:2 1585:1 1589:4 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:2 1709:1 1711:1 1718:1 1719:1 1721:1 1723:1 1730:2 1733:1 1741:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:3 1813:6 1815:2 1816:2 1817:1 1818:6 1819:2 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:5 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:2 1847:1 1853:1 1856:2 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1910:1 1917:1 1919:1 1934:2 1941:2 1943:1 1956:1 1959:1 1964:1 1973:1 1988:1 1991:1 1992:1 2014:1 2016:1 2023:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2060:1 2065:1 2078:1 2101:2 2106:1 2110:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:2 2167:1 2170:1 2172:1 2175:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2295:8 2299:2 2315:1 2341:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:3 2388:3 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:2 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:1 2477:3 2481:1 2491:1 2496:1 2499:1 2507:1 2508:4 2512:2 2518:2 2519:1 2520:1 2525:1 2528:1 2530:1 2542:3 2549:1 2550:2 2561:4 2566:1 2568:2 2570:1 2573:1 2580:1 2593:1 2598:1 2599:5 2607:1 2611:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:14 2652:1 2661:2 2664:6 2680:1 2687:1 2696:2 2697:5 2698:3 2699:4 2702:1 2714:1 2719:1 2730:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:2 2776:1 2777:3 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:2 2812:1 2838:1 2855:1 2859:1 2864:2 2870:9 2875:2 2877:1 2878:1 2885:1 2890:2 2895:7 2899:1 2902:1 2903:2 2910:1 2913:2 2916:4 2931:1 2932:1 2938:2 2943:1 2952:1 2965:1 2969:3 2971:1 2973:2 2981:1 2991:1 3005:1 3007:2 3011:2 3012:1 3017:2 3023:2 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3106:11 3110:2 3113:1 3116:1 3121:2 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3189:1 3204:1 3220:3 3226:5 3227:1 3228:2 3229:1 3230:3 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:3 3277:2 3278:1 3280:3 3282:5 3283:1 3287:2 3289:2 3293:2 3294:2 3296:1 3298:4 3301:5 3302:1 3306:1 3309:1 3310:5 3311:4 3314:5 3317:7 3319:1 3321:1 3322:2 3329:1 3342:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:2 3393:1 3403:3 3405:3 3408:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3461:1 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3536:1 3560:1 3573:1 3582:1 3593:1 3595:1 3609:3 3621:1 3636:1 3638:1 3641:3 3651:2 3658:1 3662:1 3667:1 3674:1 3677:1 3680:1 3681:1 3686:1 3689:1 3697:1 3714:1 3716:3 3724:1 3727:3 3732:2 3737:1 3740:7 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3790:1 3791:1 3797:10 3805:1 3820:4 3821:1 3822:1 3826:2 3831:2 3852:1 3853:2 3858:2 3861:1 3865:2 3867:1 3868:1 3869:2 3871:3 3872:1 3877:1 3883:1 3888:1 3890:2 3891:7 3893:1 3904:2 3913:2 3920:9 3929:6 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:3 3995:1 3996:3 4001:3 4004:1 4006:1 4009:1 4015:2 4027:1 4034:4 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:4 4097:1 4100:1 4102:1 4104:7 4106:1 4113:1 4114:2 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4193:1 4198:1 4207:1 4208:1 4211:3 4215:2 4216:1 4218:1 4232:1 4234:4 4241:1 4247:1 4250:16 4260:1 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:3 4295:1 4297:1 4316:21 4319:3 4331:1 4332:1 4336:1 4345:2 4348:3 4356:1 4367:2 4369:1 4370:3 4376:1 4378:1 4380:1 4384:1 4389:1 4398:1 4401:1 4411:1 4423:1 4429:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:2 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4578:1 4579:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:2 4800:1 4807:1 4810:1 4813:1 4815:1 4820:2 4828:1 4843:8 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:3 4978:1 4983:1 4988:15 5004:1 5006:1 5009:1 5011:1 5018:1 5026:1 5033:1 5034:2 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5149:1 5151:1 5157:1 5158:17 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5198:1 5199:14 5204:1 5212:4 5213:1 5215:2 5231:1 5235:6 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:3 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:6 5391:1 5392:1 5412:1 5415:1 5421:2 5425:2 5427:1 5428:1 5443:2 5445:1 5447:2 5451:1 5455:1 5462:2 5469:3 5471:1 5487:2 5489:1 5492:3 5495:5 5497:2 5501:2 5504:1 5505:2 5506:2 5511:1 5520:4 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2899 5577:1 5579:1 5583:2 5585:3 5588:1 5596:1 5598:1 5601:1 5602:1 5616:2 5617:1 5627:7 5629:5 5640:2 5661:1 5667:1 5675:1 5678:1 5682:1 5685:1 5688:2 5692:1 5697:1 5705:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5762:2 5765:1 5767:1 5769:1 5772:1 5779:1 5792:2 5794:2 5802:1 5805:1 5814:2 5828:1 5840:4 5841:1 5842:1 5844:3 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:6 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5967:1 5972:1 5983:1 5989:1 5990:1 6001:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6073:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:3 6135:1 6145:2 6147:1 6157:2 6176:1 6189:1 6191:1 6193:1 6196:2 6197:4 6214:4 6243:1 6244:1 6252:1 6254:1 6258:3 6261:1 6269:2 6280:1 6287:2 6298:2 6306:2 6309:1 6318:1 6325:1 6326:1 6333:2 6335:1 6337:3 6342:1 6343:1 6358:1 6359:1 6360:2 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6484:1 6485:2 6500:1 6503:1 6511:2 6515:1 6519:2 6524:4 6529:1 6539:3 6541:1 6553:2 6556:1 6559:1 6560:1 6568:4 6571:2 6580:2 6581:2 6602:5 6613:3 6621:1 6629:1 6635:1 6638:3 6640:2 6648:1 6669:1 6672:2 6678:3 6679:3 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6711:1 6717:9 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:16 6868:2 6872:1 6874:2 6880:1 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7020:1 7034:1 7040:1 7042:4 7050:3 7058:1 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:2 7100:1 7102:2 7103:6 7106:4 7110:2 7111:8 7121:2 7125:5 7126:1 7127:1 7137:4 7140:1 7142:1 7164:1 7168:2 7170:2 7173:2 7178:1 7180:2 7182:1 7195:1 7210:2 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7254:1 7262:3 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7364:1 7365:1 7366:3 7372:1 7395:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:2 7438:1 7443:2 7453:1 7456:1 7458:2 7466:2 7471:1 7476:1 7481:1 7490:1 7492:1 7498:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:3 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:1 7653:2 7655:3 7664:3 7672:1 7673:2 7674:2 7677:1 7700:5 7709:2 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:6 7777:1 7786:1 7793:1 7794:2 7799:1 7804:1 7812:1 7822:1 7828:1 7832:3 7839:1 7848:1 7858:1 7860:1 7867:2 7871:1 7875:3 7885:2 7898:1 7899:1 7904:1 7909:3 7910:21 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:2 7968:1 7973:1 7977:1 7999:3 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8058:1 8075:1 8078:1 8079:1 8083:1 8091:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8143:1 8145:1 8150:2 8151:1 8157:1 8163:1 8169:1 8180:5 8181:1 8185:2 8187:1 8189:4 8192:4 8210:1 8212:1 8221:1 8222:1 8234:2 8237:1 8240:1 8248:3 8261:2 8263:1 8265:1 8266:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8330:2 8372:8 8377:2 8382:1 8394:1 8401:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8456:1 8466:1 8469:1 8475:1 8477:1 8479:1 8484:1 8491:3 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:4 8600:1 8607:1 8610:2 8611:2 8614:4 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:2 8669:1 8671:1 8672:1 8673:1 8684:1 8715:1 8717:1 8718:1 8719:1 8725:1 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:12 8750:2 8752:3 8770:2 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8848:1 8849:1 8854:1 8860:1 8864:2 8868:2 8869:1 8879:1 8887:1 8894:1 8897:2 8900:1 8906:1 8913:4 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8953:1 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9029:1 9038:2 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:4 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:1 9345:1 9348:1 9353:2 9355:1 9357:2 9367:1 9368:1 9371:1 9373:1 9387:2 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:2 9512:2 9520:2 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9555:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9782:1 9785:1 9786:2 9788:1 9789:1 9790:1 9799:1 9801:1 9803:2 9824:14 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9879:1 9882:1 9883:1 9885:1 9896:1 9900:2 9902:2 9907:1 9915:1 9917:8 9918:1 9924:1 9927:2 9931:1 9934:3 9939:1 9946:1 9948:1 9953:1 9959:1 9962:2 9979:1 9984:1 9988:2 9995:1 9998:1 10001:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:6 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10090:1 10095:1 10096:1 10115:1 10120:1 10130:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10151:1 10157:2 10176:1 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:2 10235:1 10251:6 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:5 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10342:1 10344:6 10345:5 10346:1 10347:1 10351:1 10353:1 10360:5 10363:1 10364:1 10366:1 10368:1 10372:1 10373:1 10387:1 10401:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:5 10495:1 10497:1 10508:1 10527:2 10535:2 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10552:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:2 10662:1 10671:2 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10790:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:6 10838:2 10840:9 10843:1 10845:3 10848:2 10851:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:2 10912:1 10917:2 10919:9 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:6 10996:1 11001:1 11006:1 11010:1 11015:1 11016:2 11019:2 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:3 11069:1 11070:1 11079:1 11081:2 11085:1 11092:1 11095:1 11109:1 11110:2 11114:4 11120:1 11132:1 11141:1 11142:1 11148:2 11157:1 11171:1 11182:4 11184:1 11191:2 11199:4 11200:8 11201:6 11204:2 11207:1 11221:2 11224:3 11228:1 11233:4 11242:4 11245:4 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:3 11289:1 11291:1 11299:4 11311:50 11312:2 11316:1 11322:1 11326:1 11328:3 11330:1 11337:3 11344:10 11347:8 11348:1 11356:2 11359:1 11361:1 11384:1 11395:1 11396:1 11400:1 11402:1 11404:1 11410:1 11420:1 11423:2 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11538:1 11540:1 11568:1 11570:1 11573:2 11577:2 11595:1 11597:3 11598:10 11613:2 11627:2 11637:1 11640:3 11645:4 11652:1 11657:1 11658:2 11660:3 11662:1 11663:3 11666:1 11672:2 11674:1 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:2 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:1 11825:1 11841:1 11844:1 11847:2 11850:2 11853:1 11854:1 11870:1 11873:1 11874:1 11876:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11909:1 11915:1 11924:1 11933:1 11938:1 11939:3 11951:1 11959:1 11960:1 11969:1 11979:1 11980:2 11986:3 12002:27 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12057:1 12090:1 12098:1 12114:2 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:3 12183:7 12210:1 12212:1 12223:1 12229:3 12230:5 12233:2 12234:2 12237:1 12241:1 12242:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:2 12283:4 12295:3 12300:1 12310:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:2 12396:1 12405:1 12408:1 12409:1 12419:2 12427:1 12434:2 12438:2 12439:1 12453:4 12458:1 12462:1 12477:1 12488:1 12493:1 12500:3 12520:2 12526:1 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:4 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12623:1 12625:1 12628:1 12639:3 12643:2 12655:3 12656:2 12657:1 12659:1 12662:2 12664:7 12665:1 12672:1 12676:2 12682:3 12687:1 12690:1 12695:1 12709:2 12715:1 12716:1 12726:1 12732:2 12739:1 12742:2 12751:1 12757:1 12762:1 12763:4 12766:1 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:4 12791:1 12792:1 12794:1 12800:1 12806:2 12817:1 12824:1 12838:1 12847:1 12854:1 12868:3 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:2 12963:1 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13031:1 13044:1 13047:1 13048:2 13052:3 13056:1 13081:1 13084:3 13089:1 13097:2 13100:1 13117:1 13119:1 13122:2 13125:1 13148:1 13149:1 13150:1 13152:1 13157:1 13159:2 13162:1 13164:2 13171:1 13172:8 13179:1 13180:1 13184:1 13185:1 13193:1 13196:4 13204:1 13214:1 13217:2 13220:1 13233:7 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13282:1 13288:1 13292:11 13294:6 13296:2 13308:1 13321:3 13323:2 13330:1 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:3 13408:1 13423:1 13431:1 13432:2 13435:1 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:2 13476:1 13490:1 13508:2 13512:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:2 13565:1 13572:1 13578:1 13584:1 13585:3 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:8 13653:1 13655:1 13671:1 13674:1 13680:3 13685:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:5 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13773:1 13776:1 13780:1 13785:1 13803:3 13817:1 13819:1 13833:1 13836:1 13845:1 13853:4 13856:2 13860:8 13864:1 13865:2 13873:3 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13972:1 13976:1 13994:1 13995:1 14000:1 14001:1 14003:1 14005:1 14008:1 14014:1 14016:2 14019:3 14020:3 14021:4 14023:1 14024:3 14026:2 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:2 14083:6 14103:1 14105:2 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:12 14181:2 14182:6 14209:1 14210:1 14213:2 14214:1 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:2 14256:1 14258:3 14267:3 14279:2 14289:1 14290:1 14294:1 14303:1 14304:1 14324:1 14326:1 14337:1 14348:1 14368:1 14374:1 14375:2 14387:1 14392:1 14414:1 14421:1 14422:1 14427:1 14428:1 14431:1 14436:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:2 14503:1 14508:1 14510:1 14521:1 14524:1 14529:2 14532:2 14542:1 14554:2 14559:3 14560:1 14562:1 14565:1 14572:2 14573:2 14577:1 14598:1 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14641:1 14643:1 14645:1 14648:1 14650:1 14667:1 14672:1 14673:1 14675:1 14686:1 14688:1 14690:1 14691:4 14692:5 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:12 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:3 14787:1 14805:2 14806:2 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14870:1 14872:18 14873:2 14878:1 14898:1 14900:2 14902:1 14916:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15006:1 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15060:1 15067:1 15068:1 15069:1 15070:4 15072:1 15076:1 15077:1 15079:1 15084:1 15088:3 15098:1 15099:1 15106:1 15107:2 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15198:1 15199:1 15200:1 15206:1 15213:1 15214:2 15220:2 15222:1 15241:2 15246:1 15247:1 15250:1 15251:1 15258:1 15269:1 15276:3 15279:1 15285:1 15293:2 15296:1 15298:1 15302:12 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:7 15389:2 15412:2 15419:2 15423:1 15424:1 15433:4 15435:1 15438:1 15451:1 15456:1 15459:1 15466:7 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:7 15512:1 15534:2 15548:1 15559:2 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15611:1 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15715:1 15729:1 15733:2 15743:1 15744:1 15746:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:2 15833:1 15835:2 15839:1 15842:1 15846:1 15848:2 15852:1 15853:5 15855:1 15857:6 15860:1 15866:1 15868:1 15870:2 15874:1 15875:2 15877:3 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15897:1 15899:1 15900:3 15903:1 15906:1 15909:2 15927:2 15941:1 15942:2 15969:1 15971:1 15974:4 15977:1 15988:7 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:7 16041:1 16061:2 16067:1 16073:2 16092:1 16105:1 16111:1 16120:3 16121:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16164:1 16170:1 16180:1 16182:1 16192:1 16195:1 16197:3 16216:1 16243:1 16245:1 16249:1 16261:1 16265:1 16274:2 16277:2 16281:1 16294:3 16295:2 16303:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16331:1 16334:3 16337:1 16338:1 16339:2 16352:1 16360:1 16366:3 16369:2 16384:1 16385:1 16391:1 16400:3 16408:19 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:4 16468:1 16472:2 16473:2 16477:1 16482:2 16493:1 16507:1 16528:1 16529:1 16535:1 16539:2 16543:2 16550:1 16554:3 16572:1 16573:3 16578:1 16579:1 16580:1 16583:1 16584:2 16597:2 16601:1 16606:2 16614:1 16622:1 16625:3 16631:1 16653:1 16671:5 16680:1 16683:1 16690:1 16699:1 16716:1 16719:1 16726:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:1 16767:1 16775:3 16776:1 16779:1 16781:1 16789:15 16790:2 16791:1 16795:1 16798:5 16802:1 16804:2 16805:1 16810:2 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:4 16884:1 16888:2 16898:2 16903:1 16914:1 16916:1 16924:2 16947:1 16948:1 16953:2 16955:2 16958:1 16970:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:3 17002:4 17011:1 17014:1 17030:1 17038:1 17039:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17101:1 17104:1 17105:1 17112:6 17114:1 17123:1 17126:1 17127:1 17137:2 17140:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17193:1 17201:2 17210:2 17211:2 17224:2 17234:2 17237:1 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:2 17285:6 17288:1 17298:1 17301:1 17302:1 17304:1 17307:2 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:2 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:1 17452:1 17458:1 17463:1 17465:1 17471:1 17472:5 17473:4 17474:2 17476:2 17481:1 17497:1 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:6 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:1 17757:2 17759:2 17762:1 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:1 17872:3 17885:1 17888:1 17897:1 17898:1 17910:1 17916:1 17932:2 17936:1 17955:2 17970:2 17974:1 17975:4 17978:1 17981:1 17984:2 17998:1 18004:1 18007:1 18008:1 18018:2 18019:1 18024:1 18035:1 18041:1 18049:1 18056:3 18057:1 18059:2 18061:1 18076:3 18080:2 18082:2 18087:1 18091:1 18094:1 18097:1 18102:2 18104:2 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:6 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:3 18270:1 18277:1 18278:1 18295:1 18307:1 18315:1 18317:15 18326:5 18328:2 18343:2 18345:1 18351:2 18357:2 18359:1 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:2 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:3 18430:1 18431:4 18433:1 18434:1 18437:3 18439:1 18444:2 18448:1 18455:1 18462:2 18471:1 18472:2 18479:1 18481:1 18484:1 18487:2 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:5 18566:1 18573:1 18582:2 18598:1 18602:1 18604:1 18611:2 18617:2 18625:1 18646:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18730:2 18731:1 18746:1 18755:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18809:1 18813:1 18815:1 18817:5 18819:1 18821:3 18827:5 18843:1 18847:2 18849:1 18860:1 18861:1 18877:1 18878:1 18905:7 18918:1 18923:1 18956:1 18964:2 18967:1 18981:1 18986:2 18999:1 19003:1 19004:4 19011:1 19013:4 19026:1 19031:2 19034:1 19035:1 19036:2 19043:3 19050:1 19052:1 19053:1 19055:2 19078:7 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19180:1 19184:1 19185:1 19189:2 19192:1 19195:1 19196:1 19199:2 19206:2 19209:9 19211:1 19219:2 19220:3 19221:1 19222:3 19227:1 19231:1 19233:2 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:2 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19297:1 19299:1 19302:1 19303:1 19307:1 19309:1 19315:3 19321:2 19323:2 19325:1 19327:18 19331:1 19336:5 19339:1 19356:3 19367:1 19371:3 19374:1 19389:3 19393:2 19394:2 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19423:1 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:4 19605:7 19614:5 19642:1 19651:1 19654:5 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:2 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:8 19735:3 19737:1 19756:1 19759:1 19763:1 19764:1 19766:1 19767:1 19768:1 19775:1 19784:1 19785:6 19791:1 19799:2 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19889:1 19890:2 19896:2 19903:1 19908:1 19923:1 19930:1 19935:1 19937:1 19941:1 19943:1 19944:1 19945:2 19954:2 19955:1 19962:1 19974:7 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:2 20063:1 20065:1 20075:2 20078:1 20097:2 20105:1 20108:2 20124:1 20125:1 20126:1 20138:1 20140:1 20142:1 20157:8 20170:6 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:1 20286:1 20289:1 20298:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:2 20378:1 20379:1 20385:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20463:1 20486:1 20491:2 20497:2 20512:1 20515:1 20517:2 20518:1 20520:3 20525:5 20530:2 20531:3 20558:1 20560:1 20565:1 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20678:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:2 20779:2 20780:2 20782:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20844:1 20854:1 20857:1 20858:2 20862:1 20873:1 20877:1 20883:4 20886:1 20891:2 20903:1 20909:2 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21167:2 21168:3 21172:1 21192:2 21193:1 21194:1 21202:1 21208:2 21223:1 21235:1 21238:1 21241:2 21245:2 21265:1 21271:1 21276:1 21282:1 21284:3 21292:3 21295:4 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21368:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:2 21475:2
1 7:2 10:1 15:1 19:1 26:2 35:1 48:2 55:1 67:1 70:1 81:1 87:1 94:1 105:1 107:1 109:3 114:1 119:1 129:1 130:1 134:2 136:1 137:1 138:1 139:1 146:1 168:1 174:2 187:1 237:1 251:1 255:1 259:4 260:1 261:1 266:2 273:1 286:2 298:1 299:1 300:1 311:2 312:1 316:3 330:1 335:6 338:1 350:1 354:1 355:1 363:1 384:2 392:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:5 532:3 538:1 540:3 542:1 548:3 549:1 558:1 565:1 568:2 572:2 598:3 601:3 605:1 612:1 622:2 628:1 641:1 644:6 646:1 650:6 669:2 676:2 682:1 683:1 690:2 717:1 724:1 726:2 730:1 740:2 741:1 742:6 750:1 758:4 773:1 779:1 780:2 787:5 812:3 819:1 831:1 836:2 840:1 843:1 851:1 862:1 870:2 875:1 876:1 882:2 884:1 888:3 898:1 919:1 931:1 932:4 935:2 939:1 959:3 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1021:1 1037:2 1040:4 1041:1 1046:1 1049:1 1063:2 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1155:1 1165:1 1169:2 1173:1 1178:1 1190:3 1191:1 1196:3 1205:2 1215:1 1217:2 1221:1 1226:2 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:7 1280:3 1284:1 1286:1 1295:1 1301:1 1306:4 1314:2 1323:1 1340:1 1347:16 1352:4 1364:5 1373:1 1375:1 1383:1 1386:4 1390:1 1392:1 1397:1 1399:18 1401:1 1406:1 1417:1 1418:4 1419:2 1422:9 1423:1 1425:1 1426:1 1428:1 1430:3 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1488:1 1495:1 1496:1 1545:2 1559:1 1560:2 1576:1 1583:2 1585:1 1589:4 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:3 1709:1 1711:1 1718:1 1719:1 1721:1 1723:2 1730:2 1733:1 1741:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:3 1813:6 1815:2 1816:2 1817:1 1818:6 1819:2 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:5 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:2 1847:1 1853:1 1856:2 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1910:1 1914:1 1917:1 1919:1 1934:2 1941:2 1943:1 1956:1 1959:1 1964:1 1973:1 1988:1 1991:1 1992:1 2014:1 2016:1 2023:1 2029:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2055:1 2060:1 2065:1 2078:1 2101:2 2106:1 2110:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:2 2167:1 2170:1 2172:1 2174:1 2175:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2238:1 2249:1 2271:1 2276:1 2279:1 2285:4 2288:1 2295:8 2299:2 2308:1 2315:1 2341:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:4 2388:3 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:3 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:2 2477:3 2481:1 2491:1 2496:1 2498:1 2499:1 2507:1 2508:4 2512:2 2518:2 2519:1 2520:1 2525:1 2528:1 2530:1 2542:4 2549:1 2550:2 2561:4 2566:1 2568:2 2570:1 2573:1 2580:1 2593:2 2598:1 2599:5 2607:1 2611:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:14 2652:1 2661:2 2664:6 2680:1 2687:1 2696:2 2697:5 2698:3 2699:4 2702:2 2714:1 2719:1 2730:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:2 2776:1 2777:3 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:3 2812:1 2838:1 2855:1 2859:1 2864:2 2870:9 2875:2 2877:1 2878:1 2885:1 2890:2 2895:7 2899:1 2902:1 2903:2 2910:1 2913:2 2916:4 2931:1 2932:1 2938:2 2943:1 2952:1 2965:1 2969:4 2971:1 2973:2 2981:1 2991:1 3005:1 3007:2 3011:2 3012:1 3017:2 3023:2 3040:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3096:1 3106:11 3110:2 3113:1 3116:1 3121:2 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3189:1 3204:1 3220:3 3226:5 3227:1 3228:2 3229:1 3230:4 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:3 3277:2 3278:1 3280:3 3282:5 3283:1 3287:2 3289:2 3293:2 3294:2 3296:1 3298:4 3301:5 3302:1 3306:1 3309:1 3310:5 3311:4 3314:5 3317:7 3319:1 3321:1 3322:2 3329:1 3342:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:2 3393:1 3403:3 3405:3 3408:1 3415:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3461:1 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3501:1 3502:1 3504:1 3509:1 3535:1 3536:1 3560:1 3573:1 3582:1 3593:1 3595:1 3609:3 3621:1 3636:1 3638:1 3641:3 3651:2 3658:1 3662:1 3667:1 3674:1 3677:1 3680:1 3681:1 3686:1 3689:1 3697:1 3701:1 3714:1 3716:3 3724:1 3727:3 3732:2 3737:1 3740:7 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3790:1 3791:1 3797:10 3805:1 3820:4 3821:2 3822:1 3826:2 3831:2 3852:1 3853:2 3858:2 3861:1 3865:2 3867:1 3868:1 3869:2 3871:3 3872:1 3877:1 3883:3 3888:1 3890:2 3891:7 3893:1 3904:2 3913:2 3920:9 3929:6 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:4 3995:1 3996:3 4001:3 4004:1 4006:1 4009:1 4015:2 4027:1 4034:4 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:4 4097:1 4100:1 4102:1 4104:7 4106:1 4113:1 4114:2 4115:1 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4193:1 4198:1 4207:1 4208:1 4211:3 4215:2 4216:1 4218:1 4232:1 4234:5 4241:1 4247:1 4250:17 4260:1 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:3 4295:1 4297:1 4316:22 4319:3 4331:1 4332:1 4336:1 4345:2 4348:3 4356:1 4367:2 4369:1 4370:3 4376:1 4378:1 4380:1 4384:1 4389:2 4398:1 4401:1 4411:1 4423:1 4429:1 4432:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:2 4504:3 4512:1 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4578:1 4579:1 4580:1 4583:1 4584:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:2 4800:1 4807:1 4810:1 4812:1 4813:1 4815:1 4820:2 4828:1 4843:8 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:3 4978:1 4983:1 4988:15 5004:1 5006:1 5009:1 5011:1 5018:1 5026:1 5033:1 5034:2 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5149:1 5151:1 5157:1 5158:17 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5198:1 5199:14 5204:1 5212:4 5213:1 5215:2 5231:1 5235:6 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:3 5294:1 5314:1 5328:1 5338:1 5339:2 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:6 5391:1 5392:1 5412:1 5415:1 5421:2 5425:2 5427:1 5428:1 5443:2 5444:1 5445:2 5447:2 5451:1 5455:1 5462:2 5469:3 5471:1 5487:2 5489:1 5492:3 5495:5 5497:2 5501:2 5504:1 5505:2 5506:2 5511:1 5520:4 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:2950 5577:1 5579:1 5583:2 5585:4 5588:1 5596:1 5598:1 5601:1 5602:1 5604:1 5616:2 5617:1 5627:7 5629:5 5640:2 5661:1 5667:1 5675:1 5678:1 5682:1 5685:1 5688:2 5692:1 5697:1 5705:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5756:1 5762:2 5765:1 5767:1 5769:1 5772:1 5779:1 5792:2 5794:2 5802:1 5805:1 5814:2 5828:2 5840:4 5841:1 5842:1 5844:3 5845:1 5848:2 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:6 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5967:1 5972:1 5980:1 5983:1 5989:1 5990:1 6001:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6073:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:3 6135:1 6145:2 6147:1 6157:2 6176:1 6189:1 6191:1 6193:1 6196:2 6197:4 6208:1 6214:4 6243:2 6244:1 6252:1 6254:1 6258:3 6261:1 6269:2 6280:1 6287:2 6298:2 6306:2 6309:1 6318:1 6325:1 6326:2 6333:2 6335:1 6337:3 6342:1 6343:1 6358:1 6359:1 6360:2 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6484:1 6485:2 6493:1 6500:1 6503:1 6511:2 6515:2 6519:2 6524:5 6529:1 6539:3 6541:1 6553:2 6556:1 6559:1 6560:1 6568:4 6571:2 6580:2 6581:3 6599:1 6602:5 6613:3 6621:1 6629:1 6635:1 6638:3 6640:2 6648:1 6669:1 6672:3 6678:3 6679:3 6681:1 6686:1 6691:1 6700:3 6705:1 6706:1 6707:2 6711:1 6717:9 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:16 6868:2 6872:1 6874:2 6880:1 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7020:1 7034:1 7040:1 7042:4 7050:3 7058:1 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:2 7100:1 7102:2 7103:6 7106:4 7110:2 7111:8 7121:2 7125:6 7126:1 7127:1 7137:4 7140:1 7142:1 7164:1 7168:2 7170:2 7173:2 7176:1 7178:1 7180:2 7182:1 7195:1 7210:2 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7254:1 7262:3 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7361:1 7364:1 7365:1 7366:3 7372:1 7395:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:2 7438:1 7443:2 7453:1 7456:1 7458:2 7466:2 7471:1 7476:1 7481:1 7490:1 7492:1 7498:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:3 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:2 7653:3 7655:3 7664:3 7672:1 7673:3 7674:2 7677:1 7700:5 7709:3 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:6 7768:1 7777:1 7786:1 7793:1 7794:2 7799:1 7804:1 7812:1 7822:1 7828:2 7832:3 7839:1 7848:1 7858:1 7860:1 7867:2 7871:1 7875:3 7885:2 7898:1 7899:1 7904:1 7909:3 7910:22 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7965:2 7968:1 7973:1 7977:1 7999:3 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8058:1 8075:1 8078:1 8079:1 8083:1 8091:1 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8143:1 8145:1 8150:2 8151:1 8157:1 8163:1 8169:1 8180:5 8181:1 8185:2 8187:1 8189:4 8192:4 8210:2 8212:1 8221:1 8222:1 8234:2 8237:1 8240:1 8248:3 8261:2 8263:1 8265:1 8266:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8320:1 8330:2 8372:8 8377:2 8382:1 8394:1 8401:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8456:1 8466:1 8469:1 8475:1 8477:1 8479:1 8484:1 8491:3 8492:1 8493:1 8517:1 8535:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:4 8600:1 8607:1 8610:2 8611:2 8614:4 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:2 8669:1 8671:1 8672:1 8673:1 8684:1 8715:1 8717:1 8718:1 8719:1 8725:2 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:13 8750:2 8752:3 8770:3 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8848:1 8849:1 8854:1 8860:1 8864:2 8868:3 8869:1 8879:2 8887:1 8894:1 8897:2 8900:1 8906:1 8913:4 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8953:1 8955:1 8957:1 8961:2 8969:1 8981:3 9014:2 9022:1 9029:1 9038:2 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:2 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9185:2 9196:1 9197:4 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:2 9345:1 9348:1 9353:2 9355:1 9357:3 9365:1 9367:1 9368:1 9371:1 9373:1 9387:2 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:2 9512:2 9520:2 9528:2 9531:1 9535:1 9546:2 9547:2 9552:1 9554:1 9555:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9772:2 9779:2 9780:1 9782:1 9785:1 9786:2 9788:1 9789:1 9790:1 9799:1 9801:1 9803:2 9824:14 9834:2 9835:2 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9879:1 9882:1 9883:1 9885:1 9896:1 9900:2 9902:2 9907:1 9915:1 9917:9 9918:1 9924:1 9927:2 9931:1 9934:3 9939:1 9946:1 9948:1 9953:1 9959:1 9962:2 9979:1 9984:1 9988:2 9995:1 9998:1 10001:1 10004:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:6 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10090:1 10095:1 10096:1 10115:1 10120:1 10130:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10151:1 10157:2 10176:2 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:2 10235:1 10251:7 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:5 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10342:1 10344:6 10345:5 10346:1 10347:1 10351:1 10353:1 10360:5 10363:1 10364:1 10366:1 10368:1 10372:1 10373:1 10374:1 10387:1 10401:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10468:1 10469:1 10475:4 10478:1 10483:5 10495:1 10497:1 10508:1 10527:2 10535:2 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10552:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:3 10662:2 10671:2 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10790:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:6 10838:2 10840:10 10843:1 10845:4 10848:2 10851:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:2 10912:1 10917:2 10919:9 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:6 10996:1 11001:1 11006:1 11010:1 11015:1 11016:2 11018:1 11019:2 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:3 11069:1 11070:1 11079:1 11081:2 11085:1 11092:1 11095:1 11109:1 11110:2 11114:4 11120:1 11132:1 11141:1 11142:1 11148:2 11157:1 11171:1 11182:4 11184:1 11191:2 11199:4 11200:9 11201:7 11204:2 11207:1 11221:2 11224:3 11228:1 11233:4 11242:4 11245:4 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11276:1 11286:4 11287:3 11289:1 11291:1 11299:5 11311:50 11312:2 11316:1 11322:1 11326:1 11328:3 11330:1 11337:3 11344:11 11347:9 11348:1 11356:2 11359:1 11361:1 11384:1 11395:1 11396:1 11400:1 11402:1 11404:1 11410:1 11420:1 11423:2 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11538:1 11540:1 11568:1 11570:1 11573:2 11577:2 11595:1 11597:3 11598:10 11613:2 11627:2 11637:1 11640:3 11645:4 11652:1 11657:1 11658:2 11660:3 11662:1 11663:3 11666:1 11672:2 11674:1 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:3 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:2 11825:1 11841:1 11844:1 11847:2 11850:2 11853:1 11854:1 11862:1 11870:1 11873:1 11874:1 11876:1 11879:1 11883:2 11890:1 11892:1 11895:1 11896:1 11907:2 11909:2 11915:1 11924:1 11933:1 11938:1 11939:3 11951:1 11959:1 11960:1 11969:1 11979:1 11980:2 11986:3 12002:27 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12057:1 12090:1 12098:1 12114:3 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:3 12183:7 12210:1 12212:1 12223:1 12229:3 12230:5 12233:2 12234:2 12237:1 12241:1 12242:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:2 12283:4 12295:3 12300:1 12310:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:2 12396:1 12402:1 12405:1 12408:1 12409:1 12419:2 12427:1 12434:2 12438:2 12439:1 12453:4 12458:1 12462:1 12477:1 12488:1 12493:1 12500:3 12520:2 12526:1 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:4 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12623:1 12625:1 12628:1 12639:3 12643:2 12655:3 12656:2 12657:1 12659:1 12662:2 12664:7 12665:1 12672:1 12676:2 12681:1 12682:3 12687:1 12690:1 12695:1 12709:2 12715:1 12716:1 12726:1 12732:2 12739:1 12742:2 12751:1 12757:1 12759:1 12762:1 12763:4 12766:1 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:4 12791:1 12792:1 12794:1 12800:1 12806:2 12817:1 12824:1 12838:1 12847:2 12854:1 12868:3 12871:1 12888:1 12903:1 12915:1 12919:1 12934:1 12935:1 12942:1 12955:3 12963:1 12966:2 12981:1 12984:1 13000:3 13017:2 13018:1 13031:1 13044:1 13047:1 13048:2 13052:3 13056:1 13081:1 13084:3 13089:1 13097:2 13100:1 13117:1 13119:1 13122:2 13125:1 13148:1 13149:1 13150:1 13152:1 13157:1 13159:2 13162:1 13164:2 13171:1 13172:8 13179:1 13180:1 13184:1 13185:2 13193:1 13196:4 13204:1 13214:1 13217:2 13220:1 13233:7 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13282:2 13288:1 13292:11 13294:6 13296:2 13308:1 13321:3 13323:2 13330:1 13355:1 13370:1 13374:3 13381:1 13386:1 13395:1 13399:1 13404:3 13408:1 13423:1 13431:1 13432:2 13435:1 13437:1 13443:1 13447:2 13449:2 13452:3 13453:2 13465:2 13476:1 13490:1 13508:2 13512:1 13521:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:2 13565:1 13571:1 13572:1 13578:1 13584:1 13585:4 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:8 13653:1 13655:1 13671:1 13674:1 13680:3 13685:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:5 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13773:1 13776:1 13780:1 13785:1 13803:4 13817:1 13819:1 13833:1 13836:1 13845:1 13853:4 13856:2 13860:8 13864:1 13865:2 13873:3 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13972:1 13976:1 13994:1 13995:2 14000:1 14001:1 14003:1 14005:1 14008:1 14014:1 14016:2 14019:3 14020:3 14021:4 14023:1 14024:3 14026:2 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:1 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:2 14083:6 14103:1 14105:2 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:12 14181:2 14182:6 14209:1 14210:1 14213:2 14214:1 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14251:2 14256:1 14258:3 14267:3 14268:1 14279:2 14289:1 14290:1 14294:1 14303:1 14304:1 14324:1 14326:1 14337:1 14348:1 14368:1 14374:1 14375:2 14386:1 14387:1 14392:1 14414:1 14421:1 14422:1 14427:1 14428:1 14431:1 14436:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:3 14503:1 14508:1 14510:1 14521:1 14524:1 14529:3 14532:2 14542:1 14554:2 14559:3 14560:1 14562:1 14565:1 14572:3 14573:2 14577:1 14598:2 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14641:1 14643:1 14645:1 14648:1 14650:1 14667:1 14672:1 14673:1 14675:1 14682:1 14686:1 14688:1 14690:1 14691:4 14692:5 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:13 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:3 14787:1 14805:2 14806:2 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14870:1 14872:18 14873:2 14878:1 14898:1 14900:2 14902:1 14916:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14967:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15006:1 15016:1 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15060:1 15067:1 15068:1 15069:1 15070:4 15072:1 15076:1 15077:1 15079:1 15084:1 15088:3 15098:1 15099:1 15106:1 15107:2 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15198:1 15199:1 15200:1 15202:1 15206:1 15213:1 15214:2 15215:1 15217:1 15220:2 15222:1 15241:2 15246:1 15247:1 15250:1 15251:1 15258:1 15267:1 15269:1 15276:3 15279:1 15285:1 15293:2 15296:1 15298:1 15302:12 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:7 15389:2 15402:1 15412:3 15419:2 15423:1 15424:1 15433:4 15435:1 15438:1 15451:1 15456:1 15459:1 15466:7 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:7 15512:1 15534:2 15548:1 15559:3 15560:1 15563:1 15569:1 15578:3 15585:1 15600:1 15611:1 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15704:1 15715:1 15729:1 15733:2 15743:1 15744:1 15746:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:3 15833:1 15835:2 15839:1 15842:1 15846:1 15848:2 15852:1 15853:5 15855:1 15857:6 15860:1 15866:1 15868:1 15870:3 15874:1 15875:2 15877:3 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15897:1 15899:1 15900:3 15903:1 15906:1 15909:2 15914:1 15927:3 15937:1 15941:1 15942:2 15969:1 15971:1 15974:4 15977:1 15988:7 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:8 16041:1 16061:2 16067:1 16073:2 16092:1 16105:1 16111:1 16120:4 16121:1 16122:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16164:1 16170:1 16180:1 16182:1 16192:1 16195:1 16197:3 16216:1 16243:1 16245:1 16249:1 16261:1 16265:1 16274:2 16277:2 16281:1 16294:3 16295:2 16303:1 16305:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16331:1 16334:3 16337:1 16338:1 16339:2 16352:1 16360:1 16366:3 16369:2 16384:1 16385:1 16391:1 16400:3 16408:21 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:5 16468:1 16472:2 16473:2 16477:1 16482:2 16493:1 16499:1 16507:1 16528:1 16529:1 16535:1 16539:2 16543:2 16550:1 16553:1 16554:3 16572:1 16573:3 16578:1 16579:1 16580:1 16583:1 16584:2 16585:1 16597:3 16601:1 16606:2 16614:1 16622:1 16625:3 16631:1 16653:1 16671:5 16680:1 16683:1 16690:1 16699:1 16716:1 16719:1 16726:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:1 16767:1 16775:3 16776:1 16779:1 16781:1 16789:16 16790:2 16791:1 16795:1 16798:5 16802:1 16804:2 16805:1 16810:2 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:5 16884:1 16888:4 16897:1 16898:2 16903:1 16914:1 16916:1 16924:2 16947:1 16948:1 16953:2 16955:2 16958:1 16970:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:3 17002:4 17011:2 17014:1 17030:1 17038:1 17039:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17101:1 17104:1 17105:1 17112:6 17114:1 17123:1 17126:1 17127:1 17137:2 17140:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17193:1 17201:2 17210:2 17211:2 17224:2 17234:2 17237:1 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:2 17285:6 17288:1 17298:1 17301:1 17302:1 17304:1 17307:2 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:2 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:2 17452:1 17458:1 17463:1 17465:1 17471:1 17472:5 17473:4 17474:2 17476:2 17481:1 17497:2 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:6 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:2 17757:2 17759:2 17762:1 17765:2 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:2 17872:3 17885:1 17888:1 17897:1 17898:1 17910:1 17916:1 17932:2 17936:1 17955:2 17970:2 17974:1 17975:5 17978:1 17981:1 17984:2 17998:1 18000:2 18004:1 18007:1 18008:1 18009:1 18018:2 18019:1 18024:1 18035:1 18041:1 18049:1 18056:3 18057:1 18059:2 18061:1 18076:3 18080:2 18082:2 18087:1 18091:1 18094:1 18097:1 18102:2 18104:2 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:6 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:3 18270:1 18277:1 18278:1 18295:1 18307:1 18315:1 18317:15 18326:6 18328:2 18343:2 18345:1 18351:2 18357:2 18359:1 18363:2 18371:1 18375:1 18385:2 18386:1 18398:1 18405:1 18407:2 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:4 18430:1 18431:4 18433:1 18434:1 18437:3 18439:1 18444:2 18448:1 18455:1 18462:3 18471:1 18472:2 18479:1 18481:1 18484:1 18487:2 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:5 18566:1 18573:1 18582:2 18598:1 18602:1 18604:1 18611:2 18617:2 18625:1 18635:1 18646:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18728:1 18730:2 18731:1 18746:1 18755:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18809:1 18813:1 18815:1 18817:5 18819:1 18821:3 18827:5 18843:1 18847:2 18849:1 18860:1 18861:1 18877:1 18878:1 18889:1 18905:7 18918:1 18923:1 18956:1 18964:2 18967:1 18981:1 18986:2 18999:1 19003:1 19004:4 19011:1 19013:4 19026:1 19031:2 19034:1 19035:2 19036:2 19043:3 19050:1 19052:1 19053:1 19055:2 19078:8 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19180:1 19184:1 19185:1 19189:2 19192:1 19195:1 19196:1 19199:2 19206:2 19209:9 19211:1 19219:2 19220:3 19221:1 19222:3 19227:1 19231:1 19233:3 19239:1 19243:2 19250:1 19259:1 19262:1 19263:1 19267:2 19275:1 19277:1 19278:1 19281:5 19283:2 19295:1 19296:1 19297:1 19299:1 19302:1 19303:1 19307:1 19309:1 19315:3 19321:2 19323:2 19325:1 19327:20 19331:1 19336:5 19339:1 19356:3 19367:1 19371:3 19374:1 19389:3 19393:2 19394:2 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19423:1 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:1 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:5 19605:7 19614:5 19642:1 19651:1 19654:5 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:2 19693:1 19697:1 19702:1 19705:1 19713:1 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:8 19735:3 19737:1 19756:1 19759:1 19763:1 19764:1 19766:1 19767:1 19768:1 19775:1 19784:1 19785:7 19791:1 19799:2 19804:1 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19889:1 19890:2 19896:2 19903:1 19908:1 19923:1 19930:1 19935:1 19937:1 19941:1 19943:1 19944:1 19945:2 19954:2 19955:1 19962:1 19974:7 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20048:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:2 20063:1 20065:1 20075:2 20078:1 20097:2 20105:1 20108:2 20124:1 20125:1 20126:1 20138:1 20140:1 20142:1 20157:8 20170:6 20180:1 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:2 20286:1 20289:1 20298:1 20301:1 20309:1 20313:1 20316:1 20328:1 20347:2 20378:1 20379:1 20385:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20463:1 20486:1 20491:2 20497:2 20512:1 20515:1 20517:2 20518:1 20520:3 20525:5 20530:2 20531:3 20558:1 20560:1 20565:2 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20678:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:2 20779:2 20780:2 20782:1 20785:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20844:1 20854:1 20857:1 20858:2 20862:1 20873:1 20877:1 20883:4 20886:1 20891:2 20895:1 20903:1 20909:2 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:3 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21167:2 21168:3 21172:1 21192:2 21193:1 21194:1 21202:1 21208:2 21223:1 21235:1 21238:1 21241:2 21245:2 21265:1 21271:1 21276:1 21282:1 21284:3 21292:3 21295:4 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21354:1 21368:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:3 21475:2
1 7:2 10:1 15:1 19:1 26:2 35:1 48:2 55:1 67:1 70:1 81:1 87:1 94:1 105:1 107:1 108:1 109:3 114:1 119:1 129:1 130:1 134:2 136:1 137:1 138:1 139:1 146:1 168:1 174:2 187:1 237:1 251:1 255:1 259:4 260:1 261:1 266:2 273:1 286:2 298:1 299:1 300:1 311:2 312:1 316:3 330:1 335:6 338:1 350:1 354:1 355:1 363:1 384:2 392:1 396:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:5 532:3 538:1 540:3 542:1 548:3 549:1 558:1 565:1 568:2 572:2 598:3 601:3 605:1 612:1 622:2 628:1 641:1 644:6 646:1 650:6 669:2 676:2 682:1 683:1 690:2 717:1 724:1 726:2 730:1 740:2 741:1 742:6 750:1 758:4 773:1 779:1 780:2 787:5 812:3 819:1 831:1 836:2 840:1 843:1 851:1 862:1 870:2 875:1 876:1 882:2 884:1 888:3 898:1 919:1 931:1 932:4 935:2 939:1 959:3 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1021:1 1037:2 1040:4 1041:1 1046:1 1049:1 1063:2 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1155:1 1165:1 1169:2 1173:1 1178:1 1190:3 1191:1 1196:3 1205:2 1215:1 1217:2 1221:1 1226:2 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:7 1280:3 1284:1 1286:1 1295:1 1301:1 1306:4 1314:2 1323:1 1340:1 1347:16 1352:4 1364:5 1367:1 1373:1 1375:1 1383:1 1386:4 1390:1 1392:1 1397:1 1399:20 1401:1 1406:1 1417:1 1418:4 1419:2 1422:11 1423:1 1425:1 1426:1 1428:1 1430:3 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1488:1 1495:1 1496:1 1521:1 1545:2 1559:1 1560:2 1576:1 1583:2 1585:1 1589:4 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:3 1709:1 1711:1 1718:1 1719:1 1721:1 1723:2 1730:2 1733:1 1741:1 1760:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:3 1813:6 1815:2 1816:2 1817:1 1818:6 1819:2 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:5 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:2 1847:1 1853:1 1856:2 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1910:1 1914:1 1917:1 1919:1 1934:2 1941:2 1943:1 1956:1 1959:1 1964:1 1973:1 1988:1 1991:1 1992:1 2014:1 2016:1 2023:1 2029:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2055:1 2060:1 2065:1 2078:1 2101:2 2106:1 2110:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:1 2149:1 2150:2 2155:2 2167:1 2170:1 2172:2 2174:1 2175:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2231:1 2238:1 2246:1 2249:1 2271:1 2276:1 2279:1 2285:4 2288:1 2295:8 2299:2 2308:1 2315:1 2341:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:4 2388:3 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:3 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:2 2477:3 2481:1 2491:1 2496:1 2498:1 2499:1 2507:1 2508:4 2512:2 2518:2 2519:1 2520:1 2525:1 2528:1 2530:1 2542:4 2549:1 2550:2 2561:4 2566:1 2568:2 2570:1 2573:1 2580:1 2593:2 2598:1 2599:5 2607:1 2611:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:14 2652:1 2661:2 2664:6 2680:1 2687:1 2696:2 2697:5 2698:3 2699:4 2702:2 2714:1 2719:1 2730:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:2 2770:1 2776:1 2777:3 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:3 2812:1 2829:1 2838:1 2855:1 2857:1 2859:1 2864:2 2870:9 2875:2 2877:1 2878:1 2885:1 2890:2 2895:7 2899:1 2902:1 2903:2 2910:1 2913:2 2916:4 2931:1 2932:1 2938:2 2943:1 2952:1 2965:1 2969:4 2971:1 2973:2 2981:1 2991:1 2994:1 3005:1 3007:2 3011:2 3012:1 3017:2 3023:2 3040:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3096:1 3106:11 3110:2 3113:1 3116:1 3121:2 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3189:1 3204:1 3220:3 3226:5 3227:1 3228:2 3229:1 3230:4 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:3 3277:2 3278:1 3280:3 3282:5 3283:2 3287:2 3289:2 3293:2 3294:2 3296:1 3298:4 3301:5 3302:1 3306:1 3308:1 3309:1 3310:5 3311:4 3314:5 3317:7 3319:1 3321:1 3322:2 3329:1 3342:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:2 3393:1 3403:3 3405:3 3408:1 3415:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3461:1 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3498:1 3501:1 3502:1 3504:1 3509:1 3535:1 3536:1 3560:1 3573:1 3582:1 3593:1 3595:1 3609:3 3618:1 3621:1 3629:1 3636:1 3638:1 3641:3 3651:2 3658:1 3662:1 3667:1 3674:1 3677:1 3680:1 3681:1 3686:1 3689:1 3697:1 3701:1 3714:1 3716:3 3724:1 3727:3 3732:2 3737:1 3740:7 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:2 3786:1 3787:1 3790:2 3791:1 3797:10 3805:1 3820:4 3821:2 3822:1 3826:2 3831:2 3852:1 3853:2 3858:2 3861:1 3865:2 3867:1 3868:1 3869:2 3871:3 3872:1 3877:1 3883:3 3888:1 3890:2 3891:7 3893:1 3904:2 3913:2 3920:10 3929:6 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:4 3991:1 3995:1 3996:3 4001:4 4004:1 4006:1 4009:1 4015:2 4027:1 4034:4 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:4 4097:1 4100:1 4102:1 4104:7 4106:1 4113:1 4114:2 4115:1 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4193:1 4198:1 4207:1 4208:1 4211:3 4215:2 4216:1 4218:1 4232:1 4234:5 4241:1 4247:1 4250:17 4260:1 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:3 4295:1 4297:1 4316:23 4319:3 4331:1 4332:1 4333:1 4336:1 4345:2 4348:3 4356:1 4367:2 4369:1 4370:3 4376:1 4378:1 4380:1 4384:1 4389:2 4398:1 4401:1 4411:1 4423:1 4429:1 4432:1 4444:1 4451:1 4461:1 4470:1 4471:5 4493:2 4504:3 4512:2 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4578:1 4579:1 4580:1 4583:1 4584:1 4587:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:3 4800:1 4807:1 4810:1 4812:1 4813:1 4815:1 4820:2 4828:1 4843:8 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:3 4978:1 4983:1 4988:15 5004:1 5006:1 5009:1 5011:1 5018:1 5026:1 5033:1 5034:2 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5149:1 5151:1 5157:1 5158:17 5167:1 5171:2 5173:2 5174:2 5188:1 5193:1 5194:1 5198:2 5199:14 5204:1 5212:4 5213:1 5215:2 5231:1 5235:7 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:3 5294:1 5314:1 5328:1 5338:1 5339:2 5355:1 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:3 5388:6 5391:1 5392:1 5412:1 5415:1 5421:2 5425:2 5427:1 5428:1 5443:2 5444:1 5445:2 5447:2 5451:1 5455:1 5462:2 5469:3 5471:1 5487:2 5489:1 5492:3 5495:5 5497:2 5501:2 5504:1 5505:2 5506:2 5511:1 5520:5 5529:1 5532:2 5537:2 5538:2 5557:1 5560:2 5565:3008 5577:1 5579:1 5583:2 5585:4 5588:1 5596:1 5598:1 5601:1 5602:1 5604:1 5616:2 5617:1 5627:7 5629:5 5640:2 5661:1 5667:1 5675:1 5678:1 5682:1 5685:1 5688:2 5692:1 5697:1 5705:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5756:1 5762:2 5765:1 5767:1 5769:1 5772:1 5779:1 5792:2 5794:2 5802:1 5805:1 5814:2 5828:2 5840:4 5841:1 5842:1 5844:3 5845:1 5848:3 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:6 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5967:1 5972:1 5980:1 5983:1 5989:1 5990:1 6001:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6073:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:3 6135:1 6145:2 6147:1 6157:2 6176:1 6189:1 6191:1 6193:1 6196:2 6197:4 6208:1 6214:4 6243:2 6244:1 6252:1 6254:1 6258:3 6261:1 6269:2 6280:1 6287:2 6298:2 6306:2 6309:1 6318:1 6325:1 6326:2 6333:2 6335:1 6337:3 6342:1 6343:1 6358:1 6359:1 6360:2 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6442:2 6449:5 6468:1 6477:1 6483:1 6484:1 6485:2 6493:1 6500:1 6503:1 6511:2 6515:2 6519:2 6524:5 6529:1 6539:3 6541:1 6553:2 6556:1 6559:1 6560:1 6568:4 6571:2 6580:2 6581:3 6599:1 6602:5 6613:4 6621:1 6629:1 6635:1 6638:3 6640:2 6648:1 6669:1 6672:3 6678:4 6679:3 6681:1 6686:1 6691:1 6695:1 6700:3 6705:1 6706:1 6707:2 6711:2 6717:9 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:17 6868:2 6872:1 6874:2 6880:1 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:1 6980:1 6991:1 6994:1 7005:2 7020:1 7034:1 7040:1 7042:4 7050:4 7054:1 7058:1 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:2 7100:1 7102:2 7103:6 7106:4 7110:2 7111:8 7121:2 7125:6 7126:1 7127:1 7137:5 7140:2 7142:1 7164:1 7168:2 7170:2 7173:2 7176:1 7178:1 7180:2 7182:1 7195:1 7210:2 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7254:1 7262:3 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7361:1 7364:1 7365:1 7366:3 7372:1 7395:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:2 7438:1 7443:2 7453:1 7456:1 7458:2 7466:2 7471:1 7476:1 7481:1 7490:1 7492:1 7498:1 7499:1 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:3 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:2 7653:3 7655:3 7664:3 7672:1 7673:3 7674:2 7677:1 7700:5 7709:3 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:6 7768:1 7777:1 7786:1 7793:1 7794:2 7799:1 7804:1 7812:1 7822:1 7828:2 7832:3 7839:1 7848:1 7858:1 7860:1 7867:2 7871:1 7875:3 7885:2 7898:1 7899:1 7904:1 7909:3 7910:23 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7963:1 7965:2 7968:1 7973:1 7977:1 7999:3 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8058:1 8075:1 8078:1 8079:1 8083:1 8091:2 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8143:1 8145:1 8150:2 8151:1 8157:1 8163:1 8169:1 8172:1 8180:5 8181:1 8185:2 8187:1 8189:4 8192:4 8210:2 8212:1 8221:1 8222:1 8234:2 8237:1 8240:1 8248:3 8261:2 8263:1 8265:1 8266:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8320:1 8330:2 8372:8 8377:2 8382:1 8394:1 8401:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8456:1 8466:1 8469:1 8475:1 8477:1 8479:1 8484:1 8491:3 8492:1 8493:1 8517:1 8535:1 8538:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:4 8600:1 8607:1 8610:2 8611:2 8614:5 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:2 8669:1 8671:1 8672:1 8673:1 8684:1 8715:1 8717:1 8718:1 8719:1 8725:2 8728:2 8730:2 8731:1 8737:1 8740:1 8741:2 8742:3 8748:14 8750:2 8752:3 8770:3 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8841:1 8848:1 8849:1 8854:1 8860:1 8864:2 8865:1 8868:3 8869:1 8879:2 8887:1 8894:1 8897:2 8900:1 8906:1 8913:4 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8953:1 8955:1 8957:1 8961:2 8969:1 8981:3 9000:1 9014:2 9022:1 9029:1 9038:2 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:3 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9183:1 9185:2 9196:1 9197:4 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:2 9345:1 9348:1 9353:2 9355:1 9357:3 9365:1 9367:1 9368:1 9371:1 9373:1 9387:2 9389:1 9392:4 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:2 9512:2 9520:2 9528:3 9531:1 9535:1 9546:3 9547:2 9552:1 9554:1 9555:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9769:1 9772:2 9779:2 9780:1 9782:1 9785:1 9786:2 9788:1 9789:1 9790:1 9799:1 9801:2 9803:2 9814:1 9824:14 9834:2 9835:3 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9879:1 9880:1 9882:1 9883:1 9885:1 9886:1 9896:1 9900:2 9902:2 9907:1 9915:1 9917:9 9918:1 9924:1 9927:2 9931:1 9934:3 9939:1 9946:1 9948:1 9953:1 9959:1 9962:2 9979:1 9984:1 9988:2 9995:1 9998:1 10001:1 10004:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:6 10047:3 10050:1 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10090:1 10095:1 10096:1 10115:1 10120:1 10130:1 10131:1 10132:1 10133:1 10138:1 10140:3 10141:4 10144:2 10145:1 10151:1 10157:2 10176:2 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:2 10235:1 10251:7 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:5 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:1 10321:1 10324:2 10325:3 10326:2 10339:1 10342:1 10344:6 10345:5 10346:1 10347:1 10351:1 10353:1 10360:5 10363:1 10364:1 10366:1 10368:1 10372:1 10373:1 10374:1 10387:1 10401:1 10413:1 10414:1 10420:1 10424:2 10431:2 10432:2 10434:1 10441:1 10445:1 10468:1 10469:1 10475:4 10478:1 10483:5 10495:1 10497:1 10508:1 10527:2 10535:3 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10552:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:3 10662:2 10671:2 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10790:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:6 10838:2 10840:10 10843:1 10845:4 10848:2 10851:1 10852:1 10853:1 10854:1 10857:1 10862:3 10863:1 10866:1 10868:1 10886:1 10909:6 10911:2 10912:1 10917:2 10919:9 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:6 10996:1 11001:1 11006:1 11010:1 11015:1 11016:2 11018:1 11019:2 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:3 11069:1 11070:1 11079:1 11081:2 11085:1 11092:1 11095:1 11109:1 11110:2 11114:4 11120:1 11132:1 11141:1 11142:1 11148:2 11157:1 11171:1 11182:4 11184:1 11191:2 11199:4 11200:9 11201:7 11204:2 11207:1 11221:2 11224:3 11228:1 11233:4 11242:4 11245:4 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11273:1 11276:1 11286:4 11287:3 11289:1 11291:1 11299:5 11311:52 11312:2 11316:1 11322:1 11326:1 11328:3 11330:1 11337:3 11344:11 11347:9 11348:1 11356:2 11359:1 11361:1 11384:1 11395:1 11396:1 11400:1 11402:1 11404:1 11410:1 11413:1 11420:1 11423:2 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11538:1 11540:1 11568:1 11570:1 11573:2 11577:2 11595:1 11597:3 11598:10 11613:2 11627:2 11637:1 11640:3 11645:4 11652:1 11657:1 11658:2 11660:3 11662:1 11663:3 11666:1 11672:2 11674:1 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:3 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:2 11825:1 11841:1 11844:1 11847:2 11850:2 11853:1 11854:1 11862:2 11870:1 11873:1 11874:1 11876:1 11879:1 11883:2 11890:1 11891:1 11892:1 11895:1 11896:1 11907:2 11909:2 11915:1 11924:1 11933:1 11938:1 11939:3 11951:1 11959:1 11960:1 11969:1 11974:1 11979:1 11980:2 11986:3 11999:1 12002:27 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12057:1 12090:1 12098:1 12114:3 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:3 12183:7 12210:1 12212:1 12223:1 12229:3 12230:5 12233:2 12234:2 12237:1 12241:1 12242:1 12244:2 12251:2 12252:3 12265:1 12269:1 12279:4 12282:2 12283:4 12295:3 12300:1 12310:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:1 12365:1 12369:1 12382:1 12391:1 12392:2 12396:1 12402:1 12405:1 12408:1 12409:1 12419:2 12427:1 12434:2 12438:2 12439:1 12453:4 12458:1 12462:1 12477:1 12488:1 12493:1 12500:3 12520:2 12526:1 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:4 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12623:1 12625:1 12628:1 12639:3 12643:2 12655:3 12656:2 12657:1 12659:1 12662:2 12664:7 12665:1 12672:1 12676:2 12681:1 12682:3 12687:1 12690:1 12695:1 12709:2 12715:1 12716:1 12726:1 12732:2 12739:1 12742:2 12751:1 12757:1 12759:1 12762:1 12763:4 12766:1 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:4 12791:1 12792:1 12794:1 12800:1 12806:2 12817:1 12824:1 12838:1 12847:2 12854:1 12868:3 12871:1 12888:1 12903:1 12905:2 12915:1 12919:1 12934:1 12935:1 12942:1 12955:3 12963:1 12966:2 12981:1 12984:1 12995:1 13000:3 13017:2 13018:1 13031:1 13044:1 13047:1 13048:2 13052:3 13056:1 13081:1 13084:3 13089:1 13097:2 13100:1 13117:1 13119:1 13122:2 13125:1 13148:1 13149:1 13150:1 13152:1 13157:2 13159:2 13162:1 13164:2 13171:1 13172:8 13179:1 13180:1 13184:1 13185:2 13193:1 13196:4 13204:1 13214:1 13217:2 13220:1 13233:7 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13282:2 13288:1 13292:11 13294:7 13296:2 13308:1 13321:3 13323:2 13330:1 13355:1 13370:1 13374:3 13381:1 13386:2 13395:1 13399:1 13404:4 13408:1 13423:1 13431:1 13432:2 13435:1 13437:1 13443:1 13447:2 13449:2 13452:4 13453:2 13465:2 13476:1 13490:1 13508:2 13512:1 13521:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:2 13565:1 13571:1 13572:1 13578:1 13584:1 13585:4 13590:1 13591:1 13605:4 13629:1 13639:1 13642:1 13643:8 13653:1 13655:1 13671:1 13674:1 13680:4 13685:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:5 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13773:1 13776:1 13780:1 13785:1 13803:4 13817:1 13819:1 13833:1 13836:1 13845:1 13853:4 13856:2 13860:8 13864:1 13865:2 13873:3 13910:3 13919:1 13921:1 13924:1 13937:3 13949:1 13965:1 13966:1 13969:1 13972:1 13976:1 13994:1 13995:2 14000:1 14001:1 14003:1 14005:1 14008:1 14014:1 14016:2 14019:3 14020:3 14021:4 14023:1 14024:3 14026:2 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:2 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:2 14083:6 14103:1 14105:2 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:12 14181:2 14182:6 14209:1 14210:1 14213:2 14214:1 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14250:1 14251:2 14256:1 14258:3 14267:3 14268:1 14279:2 14289:1 14290:1 14294:1 14303:1 14304:1 14324:1 14326:1 14337:1 14348:1 14368:1 14374:1 14375:2 14386:1 14387:1 14392:1 14414:1 14421:1 14422:1 14427:1 14428:1 14431:1 14436:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:3 14503:2 14508:1 14510:1 14521:1 14524:1 14529:3 14532:2 14542:1 14554:2 14559:3 14560:1 14562:1 14565:1 14572:3 14573:2 14577:1 14598:2 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14641:1 14643:1 14645:1 14648:1 14650:1 14667:1 14672:1 14673:1 14675:1 14682:1 14686:1 14688:1 14690:1 14691:4 14692:5 14696:1 14720:2 14725:1 14734:2 14738:1 14740:1 14744:14 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:3 14787:1 14805:2 14806:2 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14870:1 14872:18 14873:2 14878:1 14898:1 14900:2 14902:1 14916:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14967:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15006:1 15016:2 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15060:1 15067:1 15068:1 15069:1 15070:4 15072:1 15076:1 15077:1 15079:1 15084:1 15088:3 15098:1 15099:1 15106:1 15107:2 15112:1 15122:4 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15198:1 15199:1 15200:1 15202:1 15206:1 15213:1 15214:2 15215:1 15217:1 15220:2 15222:1 15241:2 15246:1 15247:1 15250:1 15251:1 15258:1 15267:1 15269:1 15276:3 15279:1 15285:1 15293:2 15296:1 15298:1 15302:12 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:7 15389:2 15402:1 15412:3 15419:2 15423:1 15424:1 15433:4 15435:1 15438:1 15451:1 15456:1 15459:1 15466:7 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:7 15512:1 15534:2 15548:1 15559:3 15560:1 15563:1 15569:1 15578:4 15585:1 15600:1 15608:1 15611:2 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15704:1 15715:1 15729:1 15733:2 15743:1 15744:1 15746:1 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:3 15833:1 15835:2 15839:1 15842:1 15846:1 15848:2 15852:1 15853:5 15855:1 15857:6 15860:1 15866:1 15868:1 15870:3 15874:1 15875:2 15877:3 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15897:1 15899:1 15900:3 15903:1 15906:1 15909:2 15914:1 15927:3 15937:1 15941:1 15942:2 15969:1 15971:1 15974:4 15977:1 15988:7 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:8 16041:1 16061:2 16067:1 16073:2 16092:1 16102:1 16103:1 16105:1 16111:1 16120:4 16121:1 16122:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16164:1 16170:1 16180:1 16182:1 16192:1 16195:1 16197:3 16216:1 16243:1 16245:1 16249:1 16261:1 16265:1 16274:2 16277:2 16281:1 16294:3 16295:2 16303:1 16305:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16331:1 16334:3 16337:1 16338:1 16339:2 16352:1 16360:1 16366:3 16369:2 16384:1 16385:1 16391:1 16400:3 16408:21 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:5 16468:1 16472:2 16473:2 16477:1 16482:2 16493:1 16499:1 16507:1 16528:1 16529:1 16535:1 16539:2 16543:2 16550:1 16553:1 16554:3 16559:1 16572:1 16573:3 16578:1 16579:1 16580:1 16583:1 16584:2 16585:1 16597:3 16601:1 16606:2 16614:1 16616:1 16622:1 16625:3 16631:1 16653:1 16671:5 16680:1 16683:1 16690:1 16699:1 16716:1 16719:1 16726:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:2 16767:1 16775:3 16776:1 16779:1 16781:1 16789:16 16790:2 16791:1 16795:1 16798:5 16802:1 16804:2 16805:1 16810:2 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:1 16854:1 16855:1 16859:1 16868:2 16875:5 16879:5 16884:1 16888:4 16897:1 16898:2 16903:1 16914:1 16916:1 16924:2 16947:1 16948:1 16953:2 16955:2 16958:1 16970:1 16977:4 16982:3 16986:2 16988:3 16992:1 16996:3 17002:4 17011:2 17014:1 17030:1 17038:1 17039:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17101:1 17104:1 17105:1 17112:6 17114:1 17123:1 17126:1 17127:1 17137:2 17140:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17193:1 17201:2 17210:2 17211:2 17224:2 17234:2 17237:1 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:2 17285:6 17288:1 17298:1 17301:1 17302:1 17304:1 17307:2 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:2 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:2 17452:1 17458:1 17463:1 17465:1 17471:1 17472:5 17473:4 17474:2 17476:2 17481:1 17497:2 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:6 17603:1 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:2 17757:2 17759:2 17762:1 17765:2 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:2 17872:3 17885:1 17888:1 17897:1 17898:1 17910:1 17916:1 17932:2 17936:1 17955:2 17970:2 17974:1 17975:5 17978:1 17981:1 17984:2 17998:1 18000:2 18004:1 18007:1 18008:1 18009:1 18018:2 18019:1 18024:1 18035:1 18041:1 18049:1 18056:3 18057:1 18059:2 18061:1 18076:3 18080:2 18082:2 18087:1 18091:1 18094:1 18097:1 18102:2 18104:2 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:6 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:3 18265:1 18270:1 18277:1 18278:1 18295:1 18307:1 18315:1 18317:15 18326:6 18328:2 18343:2 18345:1 18351:2 18357:2 18359:1 18363:2 18371:1 18375:1 18377:1 18385:2 18386:1 18398:1 18405:1 18407:2 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:4 18430:1 18431:4 18433:1 18434:1 18437:3 18438:2 18439:1 18444:2 18448:1 18455:1 18462:3 18471:1 18472:2 18479:1 18481:1 18484:1 18487:2 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:5 18566:1 18573:1 18582:2 18598:1 18602:1 18604:1 18611:2 18617:2 18625:1 18635:1 18646:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18728:1 18730:2 18731:1 18746:1 18755:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18809:1 18813:1 18815:1 18817:5 18819:1 18821:3 18827:5 18843:1 18847:2 18849:1 18860:1 18861:1 18877:1 18878:1 18889:1 18905:7 18918:1 18923:1 18956:1 18964:2 18967:1 18981:1 18986:2 18999:1 19003:1 19004:4 19011:1 19013:4 19026:2 19031:2 19034:1 19035:2 19036:2 19043:3 19050:1 19052:1 19053:1 19055:2 19078:8 19080:2 19085:1 19101:1 19103:1 19106:2 19107:1 19134:1 19135:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19180:1 19184:1 19185:1 19189:2 19192:1 19195:1 19196:1 19199:2 19206:2 19209:9 19211:1 19219:2 19220:3 19221:1 19222:3 19227:1 19231:1 19233:3 19239:1 19243:3 19245:1 19250:1 19259:1 19262:1 19263:1 19267:2 19275:1 19277:1 19278:1 19281:5 19283:2 19288:1 19295:1 19296:1 19297:2 19299:1 19302:1 19303:1 19307:1 19309:1 19315:3 19321:2 19323:2 19325:1 19327:22 19331:1 19336:5 19339:1 19356:3 19367:1 19371:3 19374:1 19389:3 19393:2 19394:2 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19423:1 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:2 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:5 19605:7 19606:1 19614:5 19642:1 19651:1 19654:5 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:2 19693:1 19697:1 19702:1 19705:1 19713:2 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:8 19735:3 19737:1 19756:1 19759:1 19763:1 19764:1 19766:1 19767:1 19768:1 19775:1 19784:1 19785:7 19791:1 19799:2 19804:1 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19889:1 19890:2 19896:2 19903:1 19908:1 19923:1 19930:1 19935:1 19937:1 19941:1 19943:1 19944:1 19945:2 19954:2 19955:1 19962:1 19974:7 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20048:1 20049:1 20050:1 20055:2 20056:1 20058:7 20061:2 20063:1 20065:1 20075:3 20078:1 20097:2 20105:1 20108:2 20124:1 20125:1 20126:1 20138:1 20140:1 20142:1 20157:8 20170:6 20180:1 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:2 20286:1 20289:1 20298:1 20301:1 20309:1 20313:1 20316:1 20328:1 20341:1 20347:2 20378:1 20379:1 20385:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20463:1 20486:1 20491:2 20497:2 20512:1 20515:1 20517:2 20518:1 20520:3 20525:5 20530:2 20531:3 20558:1 20560:1 20565:2 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20678:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:2 20779:2 20780:2 20782:1 20785:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20844:1 20854:1 20857:1 20858:2 20862:1 20873:1 20877:1 20883:4 20886:1 20891:2 20895:1 20903:1 20909:2 20925:1 20927:1 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:4 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21167:2 21168:3 21172:1 21192:2 21193:1 21194:1 21199:1 21202:1 21208:2 21223:1 21235:1 21238:1 21241:2 21245:2 21265:1 21271:1 21276:1 21282:1 21284:3 21292:3 21295:4 21297:1 21298:3 21305:1 21328:1 21335:2 21339:1 21354:1 21368:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:3 21475:2
1 7:2 10:1 15:1 19:1 26:2 35:1 48:2 55:1 67:1 70:1 81:1 87:1 94:1 105:1 107:1 108:1 109:3 114:1 119:1 129:1 130:1 134:2 136:1 137:1 138:1 139:1 146:1 168:1 174:2 187:1 237:1 251:1 255:1 259:4 260:1 261:1 266:2 273:1 286:2 298:1 299:1 300:1 311:2 312:1 316:3 330:1 335:6 338:1 350:1 354:1 355:1 363:1 384:2 392:1 396:1 399:1 412:1 418:7 430:1 438:3 446:1 447:1 448:2 452:1 463:1 474:2 482:2 493:3 499:1 516:1 531:6 532:3 538:1 540:3 542:1 548:3 549:1 558:1 565:1 568:2 572:2 598:3 601:3 605:1 612:1 622:2 628:1 641:1 644:6 646:1 650:6 669:2 676:3 682:1 683:1 690:2 692:1 717:1 724:1 726:2 730:1 740:2 741:1 742:6 750:1 758:4 773:1 779:1 780:2 787:5 812:3 819:1 831:1 836:2 840:1 843:1 851:1 862:1 870:2 875:1 876:1 882:2 884:1 888:3 898:1 899:1 919:1 931:1 932:5 935:2 939:1 959:3 971:1 972:2 973:1 986:2 996:1 1004:1 1007:4 1009:1 1015:1 1021:1 1037:2 1040:5 1041:1 1046:1 1049:1 1063:2 1071:1 1082:1 1100:1 1118:2 1119:1 1120:2 1155:1 1165:1 1169:2 1173:1 1178:1 1190:3 1191:1 1196:3 1205:2 1215:1 1217:2 1221:1 1226:2 1228:1 1235:1 1237:1 1238:3 1261:1 1264:1 1278:7 1280:3 1284:1 1286:1 1295:1 1301:1 1306:4 1314:2 1323:1 1340:1 1347:16 1352:5 1364:5 1367:1 1373:1 1375:1 1383:1 1386:4 1390:1 1392:1 1397:1 1399:21 1401:1 1406:1 1417:1 1418:4 1419:2 1422:11 1423:1 1425:1 1426:1 1428:1 1430:3 1432:4 1434:3 1438:1 1451:2 1475:5 1477:4 1481:3 1488:1 1495:1 1496:1 1521:1 1545:2 1559:1 1560:2 1576:1 1583:2 1585:1 1589:4 1614:2 1619:1 1628:1 1638:2 1642:1 1652:1 1665:1 1670:1 1671:1 1686:1 1702:1 1705:3 1709:1 1711:1 1718:1 1719:1 1721:1 1723:2 1730:2 1733:1 1741:1 1760:1 1768:3 1772:1 1793:1 1804:1 1805:3 1807:4 1813:6 1815:2 1816:2 1817:1 1818:6 1819:2 1820:1 1824:2 1825:2 1826:1 1827:1 1830:2 1831:5 1836:1 1837:1 1840:1 1841:1 1844:1 1845:2 1846:2 1847:1 1853:1 1856:2 1857:1 1861:1 1875:1 1881:1 1884:1 1887:1 1889:2 1896:1 1901:2 1908:2 1910:1 1914:1 1917:1 1919:1 1934:2 1941:2 1943:1 1956:1 1959:1 1964:1 1973:1 1988:1 1991:1 1992:1 2014:1 2016:1 2023:1 2029:1 2030:1 2041:1 2044:1 2046:1 2051:2 2052:1 2053:1 2055:1 2060:1 2065:1 2078:1 2101:2 2106:1 2110:1 2111:1 2113:1 2123:1 2124:2 2125:2 2127:1 2141:2 2149:1 2150:2 2155:2 2167:1 2170:1 2172:2 2174:1 2175:1 2178:3 2206:1 2210:1 2211:1 2213:1 2215:1 2222:1 2224:1 2225:2 2227:1 2231:1 2238:1 2246:1 2249:1 2271:1 2276:1 2279:1 2285:5 2288:1 2295:8 2299:2 2308:1 2315:1 2341:1 2352:2 2366:1 2369:1 2372:1 2379:1 2382:4 2388:3 2404:1 2405:1 2407:2 2410:1 2413:1 2418:2 2431:3 2432:2 2435:1 2447:1 2448:1 2452:1 2454:5 2455:1 2457:1 2458:2 2464:1 2468:2 2471:2 2477:3 2481:1 2491:1 2496:1 2498:1 2499:1 2507:1 2508:4 2512:2 2514:1 2518:2 2519:1 2520:1 2525:1 2528:1 2530:1 2542:4 2549:1 2550:2 2561:4 2566:1 2568:2 2570:1 2573:1 2580:1 2593:2 2598:1 2599:6 2607:1 2611:1 2623:1 2628:1 2635:1 2640:3 2645:1 2647:2 2650:14 2652:1 2661:2 2664:7 2680:1 2687:1 2696:2 2697:5 2698:3 2699:4 2702:2 2714:1 2719:1 2730:1 2733:1 2736:1 2742:2 2745:4 2747:1 2748:1 2751:1 2767:2 2770:1 2776:1 2777:3 2783:1 2784:1 2789:3 2793:2 2794:1 2795:1 2809:3 2812:1 2829:1 2838:1 2855:1 2857:1 2859:1 2864:2 2870:9 2875:2 2877:1 2878:1 2885:1 2890:2 2895:7 2899:1 2902:1 2903:2 2910:1 2912:1 2913:2 2916:4 2931:1 2932:1 2938:2 2943:1 2952:1 2965:1 2969:4 2971:2 2973:2 2981:1 2991:1 2994:1 3005:1 3007:2 3011:2 3012:1 3017:2 3023:2 3040:1 3043:2 3046:1 3069:1 3079:5 3080:1 3091:1 3096:1 3106:11 3110:2 3113:1 3116:1 3121:2 3135:1 3138:1 3144:1 3148:1 3165:2 3175:1 3187:1 3189:1 3204:1 3220:3 3226:5 3227:2 3228:2 3229:1 3230:4 3238:1 3240:1 3246:1 3249:1 3251:1 3254:2 3259:1 3273:3 3277:2 3278:2 3280:3 3282:5 3283:2 3287:2 3289:2 3293:2 3294:2 3296:1 3298:4 3301:6 3302:1 3306:1 3308:1 3309:1 3310:5 3311:4 3314:5 3317:7 3319:1 3321:1 3322:2 3329:1 3342:1 3345:1 3363:1 3364:1 3368:1 3380:1 3391:2 3393:1 3403:3 3405:3 3408:1 3415:1 3416:2 3420:1 3425:2 3426:1 3436:1 3442:1 3446:1 3454:2 3461:1 3465:2 3468:1 3470:1 3484:1 3486:1 3488:2 3498:1 3501:1 3502:1 3504:1 3509:1 3535:1 3536:1 3560:1 3573:1 3582:1 3593:1 3595:1 3609:4 3618:1 3621:1 3629:1 3636:1 3638:1 3641:3 3651:2 3658:1 3662:1 3667:1 3674:1 3677:1 3680:1 3681:1 3686:1 3689:1 3697:1 3701:1 3714:1 3716:3 3724:1 3727:3 3732:2 3737:1 3740:7 3742:3 3748:1 3752:1 3754:1 3755:1 3756:1 3758:1 3766:3 3772:2 3775:2 3782:3 3786:1 3787:1 3790:2 3791:1 3797:10 3805:1 3820:4 3821:2 3822:1 3826:2 3831:2 3852:1 3853:2 3858:2 3861:1 3865:2 3867:1 3868:1 3869:2 3871:4 3872:1 3877:1 3883:3 3888:1 3890:2 3891:7 3893:1 3904:2 3913:2 3920:10 3929:6 3931:1 3943:2 3945:1 3953:1 3956:2 3959:1 3963:3 3964:2 3976:4 3991:1 3995:1 3996:3 4001:5 4004:1 4006:1 4009:1 4015:2 4027:1 4034:4 4043:1 4062:1 4068:1 4075:2 4077:1 4079:2 4081:2 4092:1 4095:4 4097:1 4100:1 4102:1 4104:7 4106:1 4113:1 4114:2 4115:1 4117:1 4119:1 4130:1 4145:1 4149:1 4166:1 4167:1 4168:1 4193:1 4198:1 4207:1 4208:1 4211:3 4215:2 4216:1 4218:1 4232:2 4234:5 4241:1 4247:1 4250:17 4260:1 4270:3 4271:1 4273:1 4274:1 4276:1 4277:1 4287:2 4293:3 4295:1 4297:1 4316:23 4319:3 4331:1 4332:1 4333:1 4336:1 4345:2 4348:4 4356:1 4367:2 4369:1 4370:3 4376:1 4378:1 4380:1 4384:1 4389:2 4398:1 4401:1 4411:1 4423:1 4429:1 4432:1 4444:1 4451:1 4461:1 4470:1 4471:6 4493:2 4504:3 4512:2 4520:1 4523:1 4525:1 4533:1 4537:2 4551:1 4565:1 4567:2 4578:1 4579:1 4580:1 4583:1 4584:1 4587:1 4589:1 4598:2 4617:1 4639:2 4655:1 4662:3 4683:1 4696:2 4697:1 4714:1 4723:1 4725:2 4729:1 4734:1 4744:1 4774:1 4786:1 4787:1 4795:1 4798:1 4799:3 4800:1 4807:1 4810:1 4812:1 4813:1 4815:1 4820:2 4828:1 4843:9 4845:1 4866:1 4870:3 4885:1 4900:1 4914:1 4960:1 4964:1 4973:3 4978:1 4983:1 4988:15 5004:2 5006:1 5009:1 5011:1 5018:1 5026:1 5033:1 5034:2 5039:1 5041:1 5048:1 5054:1 5056:1 5089:1 5102:1 5106:1 5130:2 5136:1 5149:1 5151:1 5157:1 5158:19 5167:1 5171:2 5173:2 5174:3 5188:1 5193:1 5194:1 5198:2 5199:15 5204:1 5212:4 5213:1 5215:2 5231:1 5235:7 5255:1 5256:2 5258:1 5265:1 5268:1 5272:3 5278:2 5281:1 5285:3 5294:1 5314:1 5328:1 5338:1 5339:2 5355:1 5357:1 5361:1 5363:1 5368:2 5372:1 5375:2 5386:4 5388:6 5391:1 5392:1 5412:1 5415:1 5421:2 5425:2 5427:1 5428:1 5443:2 5444:1 5445:2 5447:2 5451:1 5455:1 5462:2 5469:3 5471:1 5487:2 5489:1 5492:3 5495:5 5497:2 5501:3 5504:1 5505:2 5506:2 5511:1 5520:5 5529:1 5532:3 5537:3 5538:2 5547:1 5557:1 5560:2 5565:3059 5577:1 5579:1 5583:2 5585:4 5588:1 5596:1 5598:1 5601:1 5602:1 5604:1 5616:2 5617:1 5627:7 5629:5 5640:2 5661:1 5667:1 5675:1 5678:1 5682:1 5685:1 5688:2 5692:1 5697:1 5705:1 5713:2 5716:1 5720:1 5726:2 5745:1 5752:1 5756:1 5762:2 5765:1 5767:1 5769:1 5772:1 5779:1 5792:2 5794:2 5802:1 5805:1 5814:2 5828:2 5840:4 5841:1 5842:1 5844:3 5845:1 5848:3 5853:1 5858:1 5863:2 5885:1 5893:1 5896:1 5898:1 5902:2 5908:6 5909:4 5912:1 5920:1 5931:1 5938:1 5940:1 5948:1 5967:1 5972:1 5980:1 5983:1 5989:1 5990:1 6001:1 6010:1 6022:1 6029:1 6034:7 6036:1 6037:1 6045:1 6051:1 6073:1 6079:3 6101:1 6114:2 6116:1 6120:3 6122:2 6127:1 6130:1 6133:3 6135:1 6145:2 6147:1 6157:2 6176:1 6189:1 6191:1 6193:1 6196:2 6197:4 6208:1 6214:4 6243:2 6244:1 6252:1 6254:1 6258:3 6261:1 6269:2 6280:1 6287:2 6298:2 6306:2 6309:1 6318:1 6325:1 6326:2 6333:2 6335:1 6337:3 6342:1 6343:1 6358:1 6359:1 6360:2 6366:1 6378:2 6382:1 6383:1 6400:1 6409:1 6413:3 6416:1 6421:1 6429:1 6433:1 6442:2 6449:5 6468:1 6477:1 6483:1 6484:1 6485:2 6493:1 6500:1 6503:1 6511:2 6515:2 6519:2 6524:5 6529:1 6539:3 6541:1 6553:2 6556:1 6559:1 6560:1 6568:4 6571:2 6580:2 6581:3 6599:1 6602:5 6613:4 6621:1 6629:1 6635:1 6638:3 6640:2 6648:1 6669:1 6672:3 6678:4 6679:3 6681:1 6686:1 6691:1 6695:1 6700:3 6705:1 6706:1 6707:2 6711:2 6717:9 6718:1 6719:2 6727:1 6742:1 6747:2 6761:1 6762:1 6767:1 6771:1 6787:1 6790:1 6793:1 6794:1 6808:2 6809:1 6821:1 6826:2 6831:1 6849:5 6850:1 6860:1 6864:17 6868:2 6872:1 6874:2 6880:1 6881:1 6887:1 6897:1 6907:1 6917:1 6927:1 6932:1 6943:4 6944:1 6952:1 6959:1 6960:2 6962:1 6978:4 6979:2 6980:1 6991:1 6994:1 7005:2 7020:1 7034:1 7040:1 7042:5 7050:4 7054:1 7058:1 7062:2 7065:1 7072:3 7077:1 7082:4 7084:7 7086:3 7089:1 7093:2 7095:2 7096:2 7100:1 7102:2 7103:6 7106:4 7110:2 7111:8 7121:2 7125:6 7126:1 7127:1 7137:5 7140:2 7142:1 7164:2 7168:2 7170:2 7173:2 7176:1 7178:1 7180:2 7182:1 7195:2 7210:2 7212:1 7223:1 7227:1 7228:1 7230:1 7243:1 7254:1 7262:3 7274:1 7298:1 7311:1 7336:1 7337:3 7350:1 7351:2 7353:1 7356:1 7361:1 7364:1 7365:1 7366:3 7372:1 7395:1 7396:1 7403:1 7406:1 7407:1 7411:1 7416:1 7427:1 7432:2 7438:1 7443:2 7453:1 7456:1 7458:2 7466:2 7471:1 7476:1 7479:1 7481:1 7490:1 7492:1 7498:1 7499:2 7505:1 7508:2 7510:4 7514:2 7520:1 7521:4 7568:1 7597:1 7603:1 7618:3 7623:3 7626:1 7629:1 7632:2 7633:2 7634:2 7635:2 7642:1 7650:2 7653:3 7655:3 7664:3 7672:1 7673:3 7674:2 7677:1 7700:5 7709:3 7723:1 7726:1 7744:1 7749:1 7754:2 7756:4 7767:6 7768:1 7777:1 7786:1 7793:1 7794:2 7799:1 7804:1 7812:1 7822:1 7828:2 7832:3 7839:1 7848:1 7858:1 7860:1 7867:2 7871:1 7875:3 7885:2 7898:1 7899:1 7904:1 7909:3 7910:23 7913:2 7921:1 7927:1 7930:5 7931:1 7938:1 7942:1 7956:1 7963:1 7965:2 7968:1 7973:1 7977:1 7999:3 8011:1 8012:1 8016:1 8029:1 8034:1 8036:1 8043:1 8047:1 8058:1 8075:2 8078:1 8079:1 8083:1 8091:2 8093:1 8096:1 8118:1 8127:1 8132:2 8141:1 8143:1 8145:1 8150:2 8151:1 8157:1 8163:1 8169:1 8172:1 8180:5 8181:1 8185:2 8187:1 8189:4 8192:4 8210:2 8212:1 8221:2 8222:1 8227:1 8234:2 8237:1 8240:1 8248:3 8261:2 8263:1 8265:1 8266:1 8267:1 8276:2 8280:6 8284:1 8296:2 8300:2 8310:1 8311:1 8320:1 8330:2 8372:8 8377:3 8382:1 8394:1 8401:1 8408:1 8436:1 8438:1 8439:1 8445:1 8446:2 8449:1 8456:1 8466:1 8469:1 8475:1 8477:1 8479:1 8484:1 8491:3 8492:1 8493:1 8517:1 8535:1 8538:1 8539:1 8540:1 8554:4 8566:1 8572:2 8582:2 8586:4 8600:1 8607:1 8610:2 8611:2 8614:6 8616:1 8624:1 8629:1 8630:1 8635:1 8636:1 8637:1 8644:6 8647:1 8648:1 8653:1 8654:1 8658:2 8662:2 8666:2 8669:1 8671:1 8672:1 8673:1 8684:1 8715:1 8717:1 8718:1 8719:1 8725:2 8728:2 8730:2 8731:2 8737:1 8740:1 8741:2 8742:3 8748:14 8750:2 8752:3 8754:1 8770:3 8777:1 8789:2 8794:1 8811:3 8823:5 8825:1 8827:2 8837:2 8840:1 8841:1 8848:1 8849:1 8854:1 8860:1 8864:2 8865:1 8868:3 8869:1 8879:2 8887:1 8894:1 8897:2 8900:1 8906:1 8913:4 8920:2 8922:2 8923:1 8934:5 8938:1 8947:2 8950:6 8953:1 8955:1 8957:1 8961:2 8969:1 8981:3 9000:1 9014:2 9022:1 9029:1 9038:2 9040:1 9045:1 9064:1 9065:1 9075:2 9076:1 9085:1 9093:2 9099:2 9103:2 9109:2 9112:1 9113:2 9116:1 9117:1 9118:1 9122:3 9124:3 9125:1 9130:1 9131:1 9133:2 9137:2 9139:2 9141:4 9143:3 9161:1 9165:2 9183:1 9185:2 9196:1 9197:4 9200:1 9207:1 9209:1 9211:4 9212:1 9230:2 9234:1 9239:1 9246:1 9247:1 9256:2 9265:1 9276:1 9279:1 9281:1 9283:1 9288:1 9294:1 9297:1 9318:1 9337:2 9341:1 9345:1 9348:1 9353:2 9355:1 9357:3 9365:1 9367:1 9368:1 9371:1 9373:1 9387:2 9389:1 9392:5 9395:2 9420:1 9432:1 9439:1 9463:1 9495:1 9508:2 9512:2 9520:2 9528:3 9531:1 9535:1 9546:4 9547:2 9552:1 9554:1 9555:1 9559:1 9560:1 9563:1 9574:1 9577:2 9597:3 9602:1 9606:1 9616:1 9628:2 9632:1 9640:2 9653:1 9660:1 9664:1 9670:1 9678:1 9681:1 9696:1 9698:1 9721:2 9725:1 9726:1 9729:1 9732:2 9736:1 9739:1 9758:1 9763:2 9769:1 9772:2 9779:2 9780:1 9782:1 9785:1 9786:2 9788:1 9789:1 9790:1 9799:1 9801:2 9803:2 9814:1 9824:14 9834:2 9835:3 9840:2 9853:2 9855:1 9856:1 9862:1 9869:1 9872:1 9879:1 9880:1 9882:1 9883:1 9885:1 9886:1 9896:1 9900:2 9902:2 9907:1 9915:1 9917:9 9918:1 9924:1 9927:2 9931:1 9934:3 9939:1 9946:1 9948:1 9953:1 9959:1 9961:1 9962:2 9979:1 9984:1 9988:3 9995:1 9998:1 10001:1 10004:1 10007:1 10023:2 10025:1 10030:1 10036:1 10043:6 10047:3 10050:2 10051:3 10052:1 10067:2 10068:2 10074:1 10082:2 10086:1 10087:1 10089:1 10090:1 10095:1 10096:1 10115:1 10120:1 10130:1 10131:1 10132:1 10133:1 10135:1 10138:1 10140:3 10141:4 10144:2 10145:1 10151:1 10157:2 10176:2 10183:1 10190:1 10192:1 10197:2 10201:1 10203:1 10208:1 10223:2 10235:1 10251:7 10260:2 10281:1 10293:1 10297:4 10302:1 10304:1 10305:5 10308:3 10309:3 10310:1 10311:1 10314:1 10316:2 10320:2 10321:1 10324:2 10325:3 10326:2 10339:1 10342:1 10344:6 10345:5 10346:1 10347:1 10351:1 10353:1 10360:5 10363:1 10364:1 10366:1 10368:1 10372:1 10373:1 10374:1 10387:1 10401:1 10413:1 10414:1 10420:2 10424:2 10431:2 10432:2 10434:1 10441:1 10445:1 10468:1 10469:1 10475:4 10478:1 10483:5 10495:1 10497:1 10508:1 10527:2 10535:3 10537:3 10541:1 10543:1 10547:1 10549:1 10550:1 10552:1 10559:1 10561:1 10566:1 10572:1 10575:1 10582:1 10589:1 10593:1 10598:1 10613:1 10614:1 10623:1 10647:1 10648:1 10653:1 10655:1 10660:3 10662:2 10671:2 10675:1 10679:1 10683:1 10687:1 10708:2 10712:1 10714:1 10718:1 10722:5 10724:1 10730:2 10734:1 10748:1 10749:4 10751:3 10752:1 10763:1 10777:1 10785:1 10790:1 10797:2 10799:1 10804:1 10805:1 10806:4 10817:2 10826:1 10830:1 10834:2 10835:6 10838:2 10840:10 10843:1 10845:4 10848:2 10851:1 10852:1 10853:1 10854:1 10857:1 10862:4 10863:1 10866:1 10868:1 10886:1 10909:6 10911:2 10912:1 10917:2 10919:9 10921:1 10935:1 10956:1 10959:1 10961:3 10975:1 10980:1 10994:6 10996:1 11001:1 11002:1 11006:1 11010:1 11015:1 11016:2 11018:1 11019:2 11021:1 11022:1 11030:1 11032:1 11036:1 11038:1 11040:1 11042:1 11049:1 11061:1 11062:3 11069:1 11070:1 11079:1 11081:2 11085:1 11092:1 11095:1 11109:1 11110:2 11114:4 11120:1 11132:1 11141:1 11142:1 11148:2 11157:1 11171:1 11182:4 11184:1 11191:2 11199:5 11200:9 11201:7 11204:2 11207:1 11221:2 11224:3 11228:1 11233:4 11242:4 11245:4 11247:3 11248:1 11250:1 11258:1 11263:1 11265:1 11269:1 11273:1 11276:1 11286:4 11287:3 11289:1 11291:1 11299:5 11311:53 11312:2 11316:1 11322:1 11326:1 11328:4 11330:1 11337:3 11344:11 11347:9 11348:1 11356:2 11359:1 11361:1 11384:1 11395:1 11396:1 11400:1 11402:1 11404:1 11410:1 11413:1 11420:1 11423:2 11436:1 11444:3 11445:2 11449:1 11462:1 11466:2 11478:2 11491:3 11508:1 11513:1 11519:1 11525:1 11534:1 11535:1 11536:1 11538:1 11540:1 11568:1 11570:1 11573:2 11577:2 11595:1 11597:3 11598:10 11613:2 11627:2 11637:1 11640:3 11645:4 11652:1 11657:1 11658:2 11660:3 11662:1 11663:4 11666:1 11672:2 11674:1 11686:1 11713:1 11720:1 11722:1 11723:1 11724:1 11741:1 11742:1 11744:2 11747:2 11755:3 11768:1 11770:1 11771:1 11803:1 11804:1 11810:1 11811:1 11812:1 11814:2 11825:1 11841:1 11844:1 11847:2 11850:2 11853:1 11854:1 11862:2 11870:1 11873:1 11874:1 11876:1 11879:1 11883:2 11890:1 11891:1 11892:1 11895:1 11896:1 11907:2 11909:2 11915:1 11924:1 11933:1 11938:1 11939:3 11951:1 11959:1 11960:1 11969:2 11974:1 11979:1 11980:2 11986:3 11999:1 12002:27 12017:1 12018:1 12038:3 12043:3 12050:1 12054:1 12057:1 12090:1 12098:1 12114:3 12126:6 12129:1 12135:1 12144:1 12148:1 12171:3 12174:3 12183:7 12210:1 12212:1 12223:1 12229:3 12230:5 12233:2 12234:2 12237:1 12241:1 12242:1 12244:3 12251:2 12252:3 12265:1 12269:1 12279:4 12282:2 12283:4 12295:3 12300:1 12310:1 12312:1 12326:2 12332:1 12337:1 12338:1 12343:1 12344:1 12353:2 12365:1 12369:1 12382:1 12391:1 12392:2 12396:2 12402:1 12405:1 12408:1 12409:1 12419:2 12427:1 12434:2 12438:2 12439:1 12453:4 12458:1 12462:1 12477:1 12488:1 12493:1 12500:3 12520:2 12526:1 12531:1 12538:2 12551:1 12552:1 12563:1 12570:1 12577:1 12583:1 12584:2 12587:4 12589:3 12590:1 12593:1 12599:1 12603:1 12609:1 12610:1 12623:1 12625:1 12628:1 12639:3 12643:2 12655:3 12656:2 12657:1 12659:1 12662:2 12664:7 12665:1 12672:1 12676:3 12681:1 12682:3 12687:1 12690:1 12695:1 12709:2 12715:1 12716:1 12726:1 12732:2 12739:1 12742:2 12751:1 12757:1 12759:1 12762:1 12763:5 12766:1 12767:1 12769:1 12774:1 12778:1 12787:1 12788:1 12789:4 12791:1 12792:1 12794:1 12800:1 12806:3 12817:1 12824:1 12838:1 12847:2 12854:1 12868:3 12871:1 12888:1 12903:1 12905:2 12915:1 12919:1 12934:1 12935:1 12942:1 12955:3 12963:1 12966:2 12981:1 12984:1 12995:1 13000:3 13017:2 13018:1 13031:1 13044:1 13047:1 13048:2 13052:3 13056:1 13081:1 13084:3 13089:1 13097:2 13100:1 13117:1 13119:1 13122:2 13125:1 13148:1 13149:1 13150:1 13152:1 13157:2 13159:2 13162:1 13164:2 13171:1 13172:8 13179:1 13180:1 13184:1 13185:2 13193:1 13196:4 13204:1 13210:1 13214:1 13217:3 13220:1 13233:7 13235:1 13249:1 13252:1 13257:1 13262:1 13266:1 13282:2 13288:1 13292:11 13294:7 13296:2 13308:1 13321:3 13323:2 13330:1 13355:1 13370:1 13374:3 13381:1 13386:2 13395:1 13399:1 13404:4 13408:1 13423:1 13431:1 13432:2 13435:1 13437:1 13443:1 13447:2 13449:2 13452:5 13453:2 13465:2 13476:1 13490:1 13505:1 13508:2 13512:1 13521:1 13528:1 13539:2 13542:2 13545:1 13554:4 13557:1 13559:5 13564:2 13565:1 13571:1 13572:1 13578:1 13584:1 13585:4 13590:1 13591:1 13605:5 13629:1 13639:1 13642:1 13643:8 13653:1 13655:1 13671:1 13674:1 13680:5 13685:1 13692:1 13699:1 13705:1 13706:1 13714:1 13720:5 13728:3 13733:1 13734:1 13735:1 13742:1 13744:3 13752:1 13754:1 13771:1 13773:1 13776:1 13780:1 13785:1 13803:4 13817:1 13819:1 13833:1 13836:1 13845:1 13853:4 13856:2 13860:8 13864:1 13865:2 13873:3 13910:3 13919:1 13921:1 13924:1 13937:3 13949:2 13959:1 13965:1 13966:1 13969:1 13972:1 13976:1 13994:1 13995:2 14000:1 14001:1 14003:1 14005:1 14008:1 14014:1 14016:2 14019:3 14020:3 14021:4 14023:1 14024:3 14026:2 14028:1 14029:2 14031:1 14034:2 14036:1 14037:1 14038:3 14039:1 14047:1 14049:1 14062:1 14063:1 14075:2 14079:2 14083:6 14103:1 14105:2 14107:1 14115:1 14124:2 14128:1 14134:1 14135:1 14139:1 14141:1 14148:1 14149:1 14176:12 14181:2 14182:6 14209:1 14210:1 14213:2 14214:1 14218:1 14221:1 14223:1 14225:1 14241:1 14242:2 14247:1 14248:1 14250:1 14251:2 14256:1 14258:3 14267:3 14268:1 14279:2 14289:1 14290:1 14294:1 14303:1 14304:1 14324:1 14326:1 14337:1 14348:1 14368:1 14374:1 14375:2 14386:1 14387:1 14392:1 14414:1 14421:1 14422:1 14427:1 14428:1 14431:1 14436:1 14437:1 14443:5 14462:1 14468:4 14480:1 14484:4 14485:1 14490:2 14500:3 14503:2 14508:1 14510:1 14521:1 14524:1 14529:3 14532:2 14542:1 14554:2 14559:3 14560:1 14562:1 14565:1 14572:3 14573:2 14577:1 14598:2 14611:1 14614:1 14618:1 14621:1 14625:2 14627:1 14635:1 14638:2 14639:2 14641:1 14643:1 14645:1 14648:1 14650:1 14667:1 14672:1 14673:1 14675:1 14682:1 14686:1 14688:1 14690:1 14691:4 14692:5 14696:1 14720:3 14725:1 14734:2 14738:1 14740:1 14744:14 14748:2 14750:1 14761:2 14763:2 14769:2 14773:1 14780:1 14785:3 14787:1 14805:2 14806:2 14810:1 14824:1 14828:1 14829:1 14831:1 14850:1 14870:1 14872:18 14873:2 14878:1 14898:1 14900:2 14902:1 14916:1 14920:1 14928:1 14929:1 14932:1 14947:1 14953:1 14962:1 14964:1 14966:1 14967:1 14969:1 14971:1 14973:4 14985:1 14987:1 14990:1 14992:2 15006:1 15016:2 15018:1 15025:2 15028:1 15033:1 15049:2 15053:1 15055:1 15060:1 15067:1 15068:1 15069:1 15070:4 15072:1 15074:1 15076:1 15077:1 15079:1 15080:1 15084:1 15088:3 15098:1 15099:1 15106:1 15107:2 15112:1 15122:5 15123:1 15131:1 15148:1 15150:1 15157:1 15181:1 15192:1 15198:1 15199:1 15200:1 15202:1 15206:1 15213:1 15214:2 15215:1 15217:1 15220:2 15222:1 15241:2 15246:1 15247:1 15250:1 15251:1 15258:2 15267:1 15269:1 15276:3 15279:1 15285:1 15293:2 15296:1 15298:1 15302:12 15305:1 15307:7 15309:4 15325:2 15330:3 15335:1 15336:1 15344:1 15349:2 15350:1 15354:1 15358:2 15365:1 15376:2 15379:1 15388:7 15389:2 15402:1 15412:3 15419:2 15423:1 15424:1 15433:4 15435:1 15438:1 15451:1 15456:1 15459:1 15466:7 15469:1 15476:1 15480:1 15481:1 15488:3 15498:1 15500:2 15505:1 15508:2 15509:7 15512:1 15534:2 15548:1 15559:3 15560:1 15563:1 15569:1 15578:4 15585:2 15599:1 15600:1 15608:1 15611:2 15621:1 15635:2 15639:1 15652:1 15655:2 15676:1 15682:1 15686:1 15698:1 15704:1 15715:1 15729:1 15733:2 15743:1 15744:1 15746:2 15760:1 15771:1 15790:1 15791:2 15796:1 15799:1 15800:1 15812:1 15818:1 15822:1 15823:2 15827:3 15833:1 15835:2 15839:1 15842:1 15846:1 15848:2 15852:1 15853:5 15855:1 15857:6 15860:1 15866:1 15868:1 15870:3 15874:1 15875:2 15877:3 15879:5 15880:1 15882:1 15884:4 15886:1 15888:1 15889:1 15895:1 15896:3 15897:1 15899:1 15900:3 15903:1 15906:1 15909:2 15914:1 15927:3 15937:1 15941:1 15942:2 15969:1 15971:1 15974:5 15977:1 15988:7 15989:1 16001:1 16007:1 16009:1 16020:1 16021:1 16031:1 16035:8 16041:1 16061:2 16067:1 16073:2 16092:1 16102:1 16103:1 16105:1 16111:1 16120:4 16121:1 16122:1 16137:1 16140:1 16141:1 16146:1 16161:1 16163:1 16164:1 16170:1 16180:1 16182:1 16192:1 16195:1 16197:3 16216:1 16243:1 16245:1 16249:1 16261:1 16265:1 16274:2 16277:2 16281:1 16294:3 16295:2 16303:1 16305:1 16314:2 16318:2 16320:1 16323:1 16324:2 16325:1 16331:1 16334:3 16337:1 16338:1 16339:2 16352:1 16360:1 16366:3 16369:2 16384:1 16385:1 16391:1 16400:3 16408:21 16412:1 16414:1 16440:1 16444:1 16454:1 16455:1 16458:5 16468:1 16472:3 16473:2 16477:1 16482:2 16493:1 16499:1 16507:1 16528:1 16529:1 16535:1 16539:2 16543:2 16550:1 16553:2 16554:3 16559:1 16572:1 16573:3 16578:1 16579:1 16580:1 16583:1 16584:2 16585:1 16597:3 16601:1 16606:2 16614:1 16616:1 16622:1 16625:3 16631:1 16653:1 16671:5 16680:1 16683:1 16690:1 16699:1 16716:1 16719:1 16726:1 16729:2 16731:1 16734:1 16752:1 16753:1 16757:1 16766:2 16767:1 16775:3 16776:1 16779:1 16781:1 16789:17 16790:2 16791:1 16795:1 16798:5 16802:1 16804:2 16805:1 16810:2 16814:1 16817:1 16822:2 16830:1 16832:1 16847:1 16848:1 16852:2 16854:1 16855:1 16859:1 16868:2 16875:5 16879:5 16884:1 16888:4 16897:1 16898:2 16903:1 16914:1 16916:1 16924:2 16947:1 16948:1 16953:2 16955:2 16958:1 16970:1 16977:4 16982:3 16986:2 16988:4 16992:1 16996:3 17002:4 17011:2 17014:1 17030:1 17038:1 17039:1 17045:1 17048:1 17053:1 17067:1 17073:2 17085:1 17095:1 17101:1 17104:1 17105:1 17112:6 17114:1 17123:1 17126:1 17127:1 17137:2 17140:2 17141:1 17151:1 17162:1 17168:1 17170:1 17173:2 17193:1 17201:2 17210:3 17211:2 17224:2 17234:2 17237:1 17243:1 17248:2 17251:2 17253:1 17254:1 17255:2 17264:1 17265:2 17270:2 17285:6 17288:1 17298:1 17301:1 17302:1 17304:1 17307:2 17318:1 17322:1 17324:2 17332:1 17336:1 17349:1 17352:2 17353:1 17357:1 17369:2 17372:1 17375:2 17377:2 17391:1 17392:2 17452:1 17458:1 17463:1 17465:1 17471:1 17472:5 17473:4 17474:2 17476:2 17481:1 17497:2 17498:1 17501:1 17509:3 17510:2 17519:1 17524:1 17528:1 17548:1 17581:1 17594:1 17595:1 17601:6 17603:1 17623:1 17628:2 17629:1 17633:1 17634:1 17664:1 17676:1 17680:1 17686:1 17690:1 17693:1 17694:1 17702:1 17711:1 17712:1 17716:1 17719:3 17723:1 17730:1 17738:1 17748:1 17751:2 17757:2 17759:2 17762:1 17765:2 17784:3 17809:1 17811:1 17826:1 17836:1 17839:2 17871:2 17872:3 17885:1 17888:1 17897:1 17898:1 17910:1 17916:1 17932:2 17936:1 17955:2 17970:2 17974:1 17975:5 17978:1 17981:1 17984:2 17998:1 18000:2 18004:1 18007:1 18008:1 18009:1 18018:2 18019:2 18024:1 18035:1 18041:1 18049:1 18056:3 18057:1 18059:2 18061:1 18076:3 18080:2 18082:2 18087:1 18091:1 18094:1 18097:1 18102:2 18104:2 18119:1 18123:1 18136:1 18138:1 18143:1 18146:1 18154:1 18157:1 18159:1 18161:2 18165:1 18202:1 18205:1 18231:6 18233:1 18240:3 18244:1 18245:2 18252:1 18259:1 18260:3 18265:1 18270:1 18277:1 18278:1 18295:1 18307:1 18310:1 18315:1 18317:15 18326:6 18328:2 18343:2 18345:1 18351:2 18357:2 18359:1 18363:2 18371:1 18375:1 18377:1 18385:2 18386:1 18398:1 18405:1 18407:2 18409:3 18411:1 18412:1 18416:1 18425:1 18428:1 18429:4 18430:1 18431:4 18433:1 18434:1 18437:4 18438:2 18439:1 18444:2 18448:1 18455:1 18462:3 18471:1 18472:2 18479:1 18481:1 18484:1 18487:2 18491:1 18501:1 18515:2 18519:1 18522:1 18528:1 18530:1 18534:1 18546:1 18556:5 18566:1 18573:1 18582:2 18598:1 18602:1 18604:1 18611:2 18617:2 18625:1 18635:1 18646:1 18656:1 18657:1 18661:1 18682:1 18690:1 18713:1 18718:1 18719:2 18720:1 18728:1 18730:2 18731:1 18746:1 18755:1 18757:1 18758:1 18760:1 18767:1 18769:2 18789:1 18799:2 18809:1 18813:1 18815:1 18817:5 18819:1 18821:3 18827:5 18843:1 18847:2 18849:1 18860:1 18861:1 18877:1 18878:1 18889:1 18905:7 18918:1 18923:1 18956:1 18964:2 18967:1 18981:1 18986:2 18999:1 19003:1 19004:4 19011:1 19013:4 19026:2 19031:2 19034:1 19035:2 19036:2 19043:3 19050:1 19052:1 19053:1 19055:2 19078:8 19080:2 19085:1 19101:1 19103:2 19106:2 19107:1 19134:1 19135:1 19139:4 19141:1 19143:1 19163:1 19174:1 19178:1 19180:1 19184:1 19185:1 19189:2 19192:1 19195:1 19196:1 19199:2 19206:2 19209:9 19211:1 19219:2 19220:3 19221:1 19222:3 19227:1 19231:1 19233:3 19239:1 19243:3 19245:1 19250:1 19259:1 19262:1 19263:1 19267:2 19275:1 19277:1 19278:1 19281:5 19283:2 19288:1 19295:1 19296:1 19297:2 19299:1 19302:1 19303:1 19307:1 19309:1 19315:3 19321:2 19323:2 19325:1 19327:23 19331:1 19336:5 19339:1 19356:3 19367:1 19371:3 19374:1 19389:3 19393:2 19394:2 19395:1 19398:3 19401:3 19404:1 19414:1 19421:2 19423:1 19444:1 19445:2 19448:1 19456:1 19457:1 19465:3 19488:3 19498:1 19501:1 19520:1 19526:6 19531:1 19533:1 19535:2 19563:1 19566:1 19569:1 19576:2 19578:3 19580:1 19583:1 19591:5 19605:7 19606:1 19614:5 19642:1 19651:1 19654:6 19657:1 19665:1 19674:3 19676:1 19678:1 19679:1 19681:2 19693:1 19697:1 19702:1 19705:1 19713:3 19716:6 19717:1 19719:1 19721:2 19722:1 19723:2 19724:1 19728:1 19731:1 19734:8 19735:3 19737:1 19756:1 19759:1 19763:1 19764:1 19766:1 19767:1 19768:1 19775:1 19784:1 19785:7 19791:1 19799:2 19804:1 19813:1 19837:1 19848:1 19849:1 19864:1 19867:1 19889:1 19890:2 19896:2 19903:1 19908:1 19923:1 19930:1 19935:1 19937:2 19941:1 19943:1 19944:1 19945:3 19954:2 19955:1 19962:1 19974:7 19981:3 20033:1 20035:1 20037:1 20045:1 20046:1 20047:1 20048:1 20049:1 20050:1 20055:2 20056:1 20058:8 20061:2 20063:1 20065:1 20075:3 20078:1 20097:2 20105:1 20108:2 20124:1 20125:1 20126:1 20138:1 20140:1 20142:1 20157:8 20170:6 20180:1 20197:3 20207:1 20208:1 20256:1 20262:1 20271:1 20273:2 20280:2 20286:1 20289:1 20298:2 20301:1 20309:1 20313:1 20316:1 20328:1 20341:1 20347:2 20378:1 20379:1 20385:1 20388:1 20389:1 20395:1 20402:1 20406:1 20416:1 20417:1 20426:1 20436:1 20447:1 20461:1 20463:1 20486:1 20491:2 20497:2 20512:1 20515:1 20517:2 20518:1 20520:3 20525:5 20530:2 20531:3 20558:1 20560:1 20565:2 20568:1 20586:1 20595:1 20613:1 20621:1 20635:1 20636:1 20646:1 20678:1 20698:1 20708:3 20722:2 20742:1 20749:3 20751:4 20764:1 20768:2 20776:2 20779:2 20780:2 20782:1 20785:1 20789:2 20791:1 20806:1 20812:1 20815:1 20822:1 20830:1 20840:1 20842:1 20844:1 20854:1 20857:1 20858:2 20862:1 20873:1 20877:1 20883:4 20886:1 20891:2 20895:1 20903:1 20909:2 20925:1 20927:2 20930:4 20933:1 20936:2 20948:1 20965:2 20971:1 20974:1 20983:1 20986:1 20999:1 21002:1 21005:1 21016:2 21019:1 21027:1 21028:1 21037:4 21041:1 21042:2 21049:1 21062:1 21100:1 21103:1 21109:3 21115:1 21120:1 21121:1 21125:2 21146:2 21153:1 21167:2 21168:4 21172:1 21192:2 21193:1 21194:1 21199:1 21202:1 21208:2 21223:1 21235:1 21238:1 21241:2 21245:2 21265:1 21271:1 21276:1 21282:1 21284:3 21292:3 21295:4 21297:1 21298:4 21305:1 21328:1 21335:2 21339:1 21354:1 21368:1 21369:5 21374:1 21376:1 21381:1 21429:1 21431:1 21434:3 21475:2
|
01adbdc2dde908764f49022ba875d8a5d2df5e6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH4/EX4.7/example4_7.sce | 9fbd7a6501cbf0b09a38234c02a13070df1ae6be | [] | 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 | 227 | sce | example4_7.sce |
//example 4.7
//page 173
clc; funcprot(0);
// Initialization of Variable
g=9.81
d=0.15;
pi=3.14;
//on solving bernaulli equation
V2=sqroot(2*g*25/4.25);
A=pi*d^2/4;
Q=A*V2;
disp(Q*1000,"flow rate (l/s)=");
clear
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.