blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
214
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
87
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
15 values
visit_date
timestamp[us]date
2016-08-04 09:00:04
2023-09-05 17:18:33
revision_date
timestamp[us]date
1998-12-11 00:15:10
2023-09-02 05:42:40
committer_date
timestamp[us]date
2005-04-26 09:58:02
2023-09-02 05:42:40
github_id
int64
436k
586M
star_events_count
int64
0
12.3k
fork_events_count
int64
0
6.3k
gha_license_id
stringclasses
7 values
gha_event_created_at
timestamp[us]date
2012-11-16 11:45:07
2023-09-14 20:45:37
gha_created_at
timestamp[us]date
2010-03-22 23:34:58
2023-01-07 03:47:44
gha_language
stringclasses
36 values
src_encoding
stringclasses
17 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
15 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
d600fb8ce2dcea0f548a32b08675ae616a966899
449d555969bfd7befe906877abab098c6e63a0e8
/1529/CH15/EX15.18/15_18.sce
d1a227dd6f7385c498fb82d72497f8996924910d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
457
sce
15_18.sce
//Chapter 15, Problem 18 clc; R=10; //resistance in ohm L=125e-3; //inductance in henry C=60e-6; //capacitance in farad V=120; //supply voltage fr=1/(2*%pi*sqrt(L*C)); //resonant frequency I=V/R; printf("Frequency F at which resonance occur = %.2f Hz\n\n",fr); printf("Current I flowing at the resonant frequency = %d A",I);
ef27d11cef8fb9fc46d8a6c3193134759453229b
449d555969bfd7befe906877abab098c6e63a0e8
/1967/CH13/EX13.12/13_12.sce
941a9282a63d7cf9c225f3c58cb1de2103a20fb4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
388
sce
13_12.sce
clc //initialisation of variables clear dH= 83 //cal R= 1.98 //cal mole K^-1 T= 25 //C M1= 128 //gms M2= 4 //gms M3= 2 //gms M4= 129 //gms I1= 4.31 //g cm^2 I2= 0.920 //g cm^2 I3= 0.459 //g cm^2 I4= 8.555 // g cm^2 //CALCULATIONS K= 10^((-dH/(2.303*R*(273.2+T)))+1.5*log10(M1^2*M2/(M3*M4^2))+log10(I1^2*I2/(I3*I4^2))) //RESULTS printf ('Equilibrium constant = %.2f ',K)
61bca5f868c346d36499a3302b1bec70ce27e686
57a39df08383d18148a77915551223cef3bc8cd6
/resistor.sce
bd872c1cb6490de3bcadf5c7c1b8727f162ad3fa
[]
no_license
sonusharma55/Misc.-MATLAB-Scilab
0abbc7ab22e963b3b3e147a18e17af2f3021d3ce
dbfaab1b84719948ef665798c4192e6ca934e46a
refs/heads/master
2020-07-25T22:00:11.975476
2019-09-14T12:31:37
2019-09-14T12:31:37
208,434,501
0
0
null
null
null
null
UTF-8
Scilab
false
false
345
sce
resistor.sce
f=10^4:10^5:10^10; w=2*%pi .*f; mu0=4*%pi*10^-7; l=2*2.5*10^-2; a=2.032*10^-4; temp=log(2*l/a)/log(%e); lex=mu0*1*(temp-1)/(2*%pi); r=2*10^3; c=5*10^-12; z=w*lex*%i+1 ./(w*c*%i+1/r); plot2d("gll",f,abs(z)); title("High frequency impe behav of 2k ohm metal film resistor"); xlabel('Frequency(f)in hz'); ylabel('Absolute impedence(|Z|) in ohms');
25bdcf8bb4797a1a9f66bf6158e00d2a66ed7f1b
449d555969bfd7befe906877abab098c6e63a0e8
/876/CH7/EX7.22/Ex7_22.sce
e8af4b30c4c46d49e43c08c85f148d0395d8466a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
233
sce
Ex7_22.sce
//caption:find frequency time period of the system //Ex7.22 clc clear close n=30//reading of digital frequency counter F=10^6//gate time period(in second) T=1/F t=n*T disp(t,'frequency time period of the system(in second)=')
fd58295fb9ba25ba3d540740675cc4951ed73cc4
9b046504c3b7683d3bfa294fe100408058e75aa3
/Metodos/Clase3/ScriptsClase/metodoGrafico.sci
335d109b1b30e09d9435805f25fd7fe97e0ff32a
[]
no_license
DavidAlex99/Cursos
f15cb4f4fbb35a6eb62cbae0a9b51ea671f3ea8f
aee547ab09db7e535bea5a6d41ed6e455f8a9a89
refs/heads/master
2023-01-08T02:46:07.502656
2020-11-14T00:45:57
2020-11-14T00:45:57
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
267
sci
metodoGrafico.sci
function result = f(m) g = 9.81 t = 4 v = 36 cD = 0.25 result = sqrt(g*m/cD)*tanh(sqrt(g*cD/m)*t)-v endfunction m = linspace(140,145,100) [fm] = (length(m)) for i=1:1:length(m) fm(i) = f(m(i)) end clf() plot(m,fm,'color','blue') xgrid()
752c7d0dc9f2ea3b826757c1f2bf458adbe8ae52
449d555969bfd7befe906877abab098c6e63a0e8
/680/CH5/EX5.04/5_04.sce
77ec2f18aef0e40f05124f7e4bb5cabb04f7568b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
390
sce
5_04.sce
//Problem 5.04: //initializing the variables: MWCS2 = 76.14; MWSO2 = 64.07; MWCO2 = 44; wCS2 = 500; // in lb wO2 = 225; // in lb MWO2 = 32; //calculation: mr1 = wCS2/MWCS2 mr2 = wO2/MWO2 mp1 = mr2/3 m1r = mp1*MWCS2 mp2 = mr2*1/3 m2p = mp2*MWCO2 mp3 = mr2*2/3 m3p = mp3*MWSO2 printf("\n\nResult\n\n") printf("\n %.0f lb CO2 produced and %.0f lb SO2 produced",m2p,m3p)
53476fde808d78cda4142a6f2f5e0394febc5aea
449d555969bfd7befe906877abab098c6e63a0e8
/275/CH6/EX6.6.32/Ch6_6_32.sce
302dad254ae718294c9d482aa72290e713a255b4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
318
sce
Ch6_6_32.sce
clc disp("Example 6.32") printf("\n") disp("Calculate Gain & input voltage") printf("Given") disp("Rf=100K,R1=10K") Rf=100*10^3 R1=10^4 //calculate voltage gain Af=1+(Rf/R1) Vo=4 //calculate input voltage Vi=Vo/Af //display values printf("Closed loop gain =%f\n",Af) printf("Input voltage=%f volt",Vi)
8a8a7799c01364cfac74761d309f58876378e37f
449d555969bfd7befe906877abab098c6e63a0e8
/1332/CH12/EX12.1/12_1.sce
d4fd65b8da8e4d46f62d156fd40eadfcd94b221b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
657
sce
12_1.sce
//Example 12.1 //Linear Interpolation Technique //Page no. 372 clc;close;clear; printf('x: ') f=[1,4,9,16,25]; for i=1:5 printf('%i\t',i) end printf('\nf(x): ') for i=1:5 printf('%i\t',f(i)) end x=2.5; x1=2;x2=3;printf('\n\nfor (2,4) and (3,9)') f(2.5)=f(x1)+(f(x2)-f(x1))*(x-x1)/(x2-x1) printf('\nf(2.5) = %.1f',f(2.5)) x=2.5; x1=2;x2=4;printf('\n\nfor (2,4) and (4,16)') f(2.5)=f(x1)+(f(x2)-f(x1))*(x-x1)/(x2-x1) printf('\nf(2.5) = %.1f',f(2.5)) x=2.5; x1=1;x2=3;printf('\n\nfor (1,1) and (3,9)') f(2.5)=f(x1)+(f(x2)-f(x1))*(x-x1)/(x2-x1) printf('\nf(2.5) = %.1f',f(2.5)) printf('\n\nExact value = %.2f',2.5^2)
d36f14cded526b5ffaf428921cc0a9b0de16b63d
449d555969bfd7befe906877abab098c6e63a0e8
/2096/CH1/EX1.50.b/ex_1_50_b.sce
07a9832e6dc5b1c1fdd2506a466032666532fa99
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
358
sce
ex_1_50_b.sce
//Example 1.50.b // average deviation clc; clear; close; //given data : n=8; a=412; b=428; c=423; d=415; e=426; f=411; g=423; h=416; q=(a+b+c+d+e+f+g+h)/n; d1=a-q; d2=b-q; d3=c-q; d4=d-q; d5=e-q; d6=f-q; d7=g-q; d8=h-q; d=(abs(d1)+abs(d2)+abs(d3)+abs(d4)+abs(d5)+abs(d6)+abs(d7)+abs(d8))/n; disp(d,"the average deviation,d(kHz) = ")
798cf3d745d300ef066670eaf17391cbdb9f519b
449d555969bfd7befe906877abab098c6e63a0e8
/135/CH5/EX5.10/EX10.sce
47532ea146206ca3713a0d310fe38ff0c31e793c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
768
sce
EX10.sce
// Example 5.10: (i) S(ICO) for RB/RE=10 and change in IC // (ii) S(VBE) for RB = 240 kΩ, RE = 1 kΩ and change in IC clc, clear bta=100; disp("Part (i)"); RB_RE=10; // RB/RE S_ICO=(1+bta)*(1+RB_RE)/(1+bta+RB_RE); // From Table 5.1 del_ICO=(20-0.1)*1e-9; // in amperes del_IC=S_ICO*del_ICO; // in amperes del_IC=del_IC*1e6; // in micro-amperes disp(S_ICO,"S(ICO) for RB/RE=10"); disp(del_IC,"Change in IC (μA) ="); disp("Part (ii)"); RB=240e3; // in kilo-ohms RE=1e3; // in kilo-ohms S_VBE=-bta/(RB+(1+bta)*RE); // From Table 5.1 del_VBE=0.48-0.65; // in volts del_IC=S_VBE*del_VBE; // in amperes del_IC=del_IC*1e6; // in micro-amperes disp(S_VBE,"S(VBE) for (RB = 240 kΩ, RE = 1 kΩ) ="); disp(del_IC,"Change in IC (μA) =");
a05457f94b2bf221cf7fe80e0c3975d99e2a5410
449d555969bfd7befe906877abab098c6e63a0e8
/659/CH7/EX1.cs/Casestudy7_1.sce
315946616dbc438feae0079f2ab0ecc75ae1f207
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
677
sce
Casestudy7_1.sce
// Case Study: Chapter 7, Page No:210 // 1. Median of list of numbers N=10; disp("Enter the number of items"); n=scanf("%d"); //Reading items into array a printf("Input %d values[One at a time]\n",n); for i=1:n a(i)=scanf("%f"); end //Sorting begins for i=1:n-1 for j=1:n-i if(a(j)<=a(j+1)) t=a(j); a(j)=a(j+1); a(j+1)=t; else continue; end end end //sorting ends //Calculation of median if(n/2==0) then median1=(a(n/2)+a(n/2+1))/2.0; else median1=a(n/2+1); end //Printing for i=1:n printf("%f ",a(i)); end printf("\nMedian is %f\n",median1);
dcdef9f42f0bd42f9d9450b0ecdf3ea95b2f06bf
449d555969bfd7befe906877abab098c6e63a0e8
/181/CH8/EX8.7/example8_7.sce
4a5b2d4aa4738d9577a0ab87afe828078ba3759e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
713
sce
example8_7.sce
// Calculate surge current & I2t ratings // Basic Electronics // By Debashis De // First Edition, 2010 // Dorling Kindersley Pvt. Ltd. India // Example 8-7 in page 379 clear; clc; close; // Given Data ish=3000; // half cycle surge current rating of SCR in A f=50; // Frequency of operation of supply in Hz // Calculations I=ish*sqrt(2*f)/sqrt(4*f); I2t_rate=(I*I)/(2*f); printf("(a)The surge current rating of one cycle for the SCR is %0.2f A \n",I); printf("(b)The I2t rating of one cycle for the SCR is %0.2f A^2-second \n",I2t_rate); // Results // (a) The surge current rating of one cycle for the SCR is 2121.32 A // (b) The I2t rating of one cycle for the SCR is 45000 A^2-second
1cb317882f7b256630ed3548029091a56f95b225
449d555969bfd7befe906877abab098c6e63a0e8
/413/CH9/EX9.5/Example_9_5.sce
41801f5556b04442bf4c759ca98ecf6991d600e1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
943
sce
Example_9_5.sce
clc clear //printf('(Solve the equation y''-(x+1)y=e^-x(X^2-x+2), with Neumann boundary conditions y'(2)=0, y'(4)=-0.036631)') printf('\n Augmented matrix') P=[2.542 -1.729 0 0 0 0.127 -1.729 5.167 -1.688 0 0 0.236 0 -1.688 5.333 -1.646 0 0.199 0 0 -1.646 5.5 -1.604 0.163 0 0 0 -1.604 2.792 0.072 ] disp(P) printf('Matrix after ajjusting boundary condition') T=[ 2.542 -1.729 0 0 0 0.127 -1.729 5.167 -1.688 0 0 0.236 0 -1.688 5.333 -1.646 0 0.199 0 0 -1.646 5.5 -1.604 0.163 0 0 0 -1.604 2.792 0.036 ] disp(T) A=[ 2.542 -1.729 0 0 0 -1.729 5.167 -1.688 0 0 0 -1.688 5.333 -1.646 0 0 0 -1.646 5.5 -1.604 0 0 0 -1.604 2.792 ] B=[0.127 0.236 0.199 0.163 0.036]' S=A\B printf('The table showing the analytical solution and the errors of our computation') X=[2.0 2.5 3.0 3.5 4] for i=1:5 B(1,i)=exp(-X(1,i))*(X(1,i)-1) T=[X(1,i), S(i,1), B(1,i), B(1,i)-S(i,1)] disp(T) end
1ef78ae851f529758bf0b822b2fb8c2fe82040a0
4bbc2bd7e905b75d38d36d8eefdf3e34ba805727
/ee/contrib/dspic/macros/codegen/scs_c_n2c_fmt.sci
1a6c7449af3945a62fe45f1ebf6ba3f317d93717
[]
no_license
mannychang/erika2_Scicos-FLEX
397be88001bdef59c0515652a365dbd645d60240
12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba
refs/heads/master
2021-02-08T17:01:20.857172
2012-07-10T12:18:28
2012-07-10T12:18:28
244,174,890
0
0
null
null
null
null
UTF-8
Scilab
false
false
816
sci
scs_c_n2c_fmt.sci
//========================================================================== //scs_c_n2c_fmt : scicos C number to C format // //input : c_nb : a C scicos type // //output : txt : the string of the C format string // of the data of outtb // //16/06/07 Author : A.Layec //Copyright INRIA function [txt]=scs_c_n2c_fmt(c_nb) select c_nb //real matrix case 10 then txt = '%f'; //complex matrix case 11 then txt = '%f,%f'; //int8 matrix case 81 then txt = '%d'; //int16 matrix case 82 then txt = '%d'; //int32 matrix case 84 then txt = '%d'; //uint8 matrix case 811 then txt = '%d'; //uint16 matrix case 812 then txt = '%d'; //uint32 matrix case 814 then txt = '%d'; else txt='%f' break; end endfunction
e3c53729cedf18955db4aedd25c93b49cc716921
717ddeb7e700373742c617a95e25a2376565112c
/278/CH22/EX22.9/ex_22_9.sce
77a02f6821f8ac75a2e9730a40cc6d4289f3b650
[]
no_license
appucrossroads/Scilab-TBC-Uploads
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
refs/heads/master
2021-01-22T04:15:15.512674
2017-09-19T11:51:56
2017-09-19T11:51:56
92,444,732
0
0
null
2017-05-25T21:09:20
2017-05-25T21:09:19
null
UTF-8
Scilab
false
false
618
sce
ex_22_9.sce
//find... clc //solution //given n=25 d1=25//mm t1=18//mm tu=300//N/mm^2 effm=0.95 Cs=0.1 ft=6//N/mm^2 rho=7250//kg/m^3 D=1.4//m R=0.7//m As=%pi*d1*t1//area of plate sheared Fs=As*tu//N Eps=0.5*Fs*t1//N-mm//energy req per stroke Epm=Eps*n/1000//N-m P=Epm/(60*effm)//W printf("power req is,%f W\n",P) //let t be thickness and b be width of rim //b=2t //A=b*t=2*t^2 dE=(9/10)*Eps//N-m //let m be mass of wheel Erim=0.95*dE//N-m N=9*25//rpm w=2*%pi*N/60//rad/s m=Erim/(R^2*w^2*Cs)//kg //m=A*2*%pi*R*rho=63782*t^2 t=sqrt(m/63782)//m printf("the thickness and width is,%f m\n,%f m\n",t,2*t)
c095253848f891e25f55314f8efdadcb288dba7f
449d555969bfd7befe906877abab098c6e63a0e8
/503/CH8/EX8.25/ch8_25.sci
ae335683e03131e494d139f7803473ad471c65ff
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
347
sci
ch8_25.sci
//to calculate the excitation emf,power angle clc; Vt=1; Ia=1; pf=.8;phi=acosd(pf); Iaa=Ia*complex(cosd(-phi),sind(-phi)); Xq=.5; j=sqrt(-1); Ef=Vt+j*Iaa*Xq; dl=17.1; w=phi+dl; Id=Ia*sind(w); Xd=.8; CD=Id*(Xd-Xq); Eff=abs(Ef)+CD; Ef=Vt+j*Iaa*Xd; disp(abs(Ef),'excitation emf(V)'); disp(atand(imag(Ef)/real(Ef)),'power angle');
0893912608f9f838d2075b139cdddeaef98c6ca3
449d555969bfd7befe906877abab098c6e63a0e8
/764/CH10/EX10.6.b/solution10_6.sce
00ca675a751775c2cc04db585adf157db9a2c9b0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,191
sce
solution10_6.sce
//Function to round-up a value such that it is divisible by 5 function[v] = round_five(w) v = ceil(w) rem = pmodulo(v,5) if (rem ~= 0) then v = v + (5 - rem) end endfunction //Obtain path of solution file path = get_absolute_file_path('solution10_6.sce') //Obtain path of data file datapath = path + filesep() + 'data10_6.sci' //Obtain path of function file funcpath = path + filesep() + 'functions10_6.sci' //Clear all clc //Execute the data file exec(datapath) exec(funcpath,[-1]) //Calculate the kinetic energy absorbed by the spring KE (N-mm) KE = 0.5 * m * ((v)^2) * 1000 //Calculate the maximum force acting on each spring P (N) P = KE/(n * 0.5 * delta) //Calculate the permissible shear stress for the spring tau (N/mm2) tau = (50/100)*Sut //Calculate the Wahl factor K K = (((4 * C) - 1)/((4 * C) - 4)) + (0.615/C) //Calculate the wire diameter d (mm) d = sqrt((K * 8 * P * C)/(%pi * tau)) dround = round_five(d) //Calculate the mean coil diameter D (mm) D = C * dround //Calculate the number of active coils N N = (delta * G * (dround^4))/(8 * P * (D^3)) Nceil = ceil(N) //Calculate the total number of coils Nt Nt = active_coils(endtype, Nceil) //Calculate the true deflection delta (mm) deltaN = (8 * P * (D^3) * Nceil)/(G * (dround^4)) //Calculate the total gap between the adjacent coils gt (mm) gt = (Nt - 1)*g //Calculate the solid length of the spring s (mm) s = Nt * dround //Calculate the free length of the spring len (mm) len = s + gt + deltaN //Calculate the pitch of the coils p (mm) p = ceil(len)/(Nt - 1) //Calculate the required spring rate k (N/mm) k = P/delta //Calculate the actual spring rate kact (N/mm) kact = (G * (dround^4))/(8 * (D^3) * Nceil) printf("\nWire diameter(d) = %f or %f mm\n",d,dround) printf("\nMean coil diameter(D) = %f mm\n",D) printf("\nNumber of active coils(N) = %f or %d\n",N, Nceil) printf("\nTotal number of coils(Nt) = %d\n",Nt) printf("\nFree length of the spring(len) = %f or %f mm\n",len,ceil(len)) printf("\nPitch of the coil(p) = %f mm\n",p) printf("\nRequired spring rate(k) = %f N/mm\n",k) printf("\nActual spring rate(kact) = %f N/mm\n",kact)
8848bd76b45b9330f1efb6103a8411d77324edf9
36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd
/The Death Box.sce
8597bed7eb9caaf32565095ccfebf3eb9313b55c
[]
no_license
Ahmad6543/Scenarios
cef76bf19d46e86249a6099c01928e4e33db5f20
6a4563d241e61a62020f76796762df5ae8817cc8
refs/heads/master
2023-03-18T23:30:49.653812
2020-09-23T06:26:05
2020-09-23T06:26:05
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
54,593
sce
The Death Box.sce
Name=The Death Box PlayerCharacters=A_air_pistol_health BotCharacters=target_mimic_projectile slow.bot;target_long_projectile plasma.bot IsChallenge=true Timelimit=600.0 PlayerProfile=A_air_pistol_health AddedBots=target_mimic_projectile slow.bot;target_mimic_projectile slow.bot;target_mimic_projectile slow.bot;target_mimic_projectile slow.bot;target_mimic_projectile slow.bot;target_mimic_projectile slow.bot;target_mimic_projectile slow.bot;target_mimic_projectile slow.bot;target_mimic_projectile slow.bot;target_long_projectile plasma.bot PlayerMaxLives=3 BotMaxLives=0;0;0;0;0;0;0;0;0;0 PlayerTeam=1 BotTeams=2;2;2;2;2;2;2;2;2;2 MapName=square.map MapScale=2.0 BlockProjectilePredictors=false BlockCheats=true InvinciblePlayer=false InvincibleBots=false Timescale=1.0 BlockHealthbars=false TimeRefilledByKill=0.0 ScoreToWin=100.0 ScorePerDamage=0.0 ScorePerKill=100.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=false ScoreMultKillEfficiency=false GameTag=Flick WeaponHeroTag=Pistol DifficultyTag=3 AuthorsTag=Ku BlockHitMarkers=false BlockHitSounds=false BlockMissSounds=true BlockFCT=false Description=Death Room for click timing & dodging. when you die 3 times the game ends. don't forget to use the healthpack ability for emergency GameVersion=1.0.8.0 ScorePerDistance=0.0 MBSEnable=false MBSTime1=0.25 MBSTime2=0.5 MBSTime3=0.75 MBSTime1Mult=1.0 MBSTime2Mult=2.0 MBSTime3Mult=3.0 MBSFBInstead=false MBSRequireEnemyAlive=false [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 [Bot Profile] Name=target_mimic_projectile slow DodgeProfileNames=Mimic DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 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=true CharacterProfile=target_slowmove SeeThroughWalls=false NoDodging=false NoAiming=false [Bot Profile] Name=target_long_projectile plasma DodgeProfileNames=Long Strafes 2 DodgeProfileWeights=1.0 DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 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=true CharacterProfile=target slow plasma SeeThroughWalls=false NoDodging=false NoAiming=false [Character Profile] Name=A_air_pistol_health MaxHealth=100.0 WeaponProfileNames=pistol;;;;;;; MinRespawnDelay=1.0 MaxRespawnDelay=5.0 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=8.0 MovementType=Base MaxSpeed=1200.0 MaxCrouchSpeed=1200.0 Acceleration=16000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=0.0 Gravity=0.0 AirControl=1.0 CanCrouch=false CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=255.000 Y=0.000 Z=0.000 EnemyHeadColor=X=255.000 Y=255.000 Z=255.000 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cylindrical MainBBHeight=230.0 MainBBRadius=55.0 MainBBHasHead=true MainBBHeadRadius=45.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=230.0 ProjBBRadius=55.0 ProjBBHasHead=true ProjBBHeadRadius=45.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=healthpack 1 per 1s .abilmov;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.5 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false [Character Profile] Name=target_slowmove MaxHealth=1.0 WeaponProfileNames=Projectile Rifle_slow;;;;;;; MinRespawnDelay=1.0 MaxRespawnDelay=5.0 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=8.0 MovementType=Base MaxSpeed=500.0 MaxCrouchSpeed=500.0 Acceleration=16000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=800.0 Gravity=0.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=255.000 Y=0.000 Z=0.000 EnemyHeadColor=X=255.000 Y=255.000 Z=255.000 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cylindrical MainBBHeight=100.0 MainBBRadius=50.0 MainBBHasHead=false MainBBHeadRadius=45.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=100.0 ProjBBRadius=50.0 ProjBBHasHead=false ProjBBHeadRadius=45.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=100000.0 JetpackFuelIncPerSec=0.1 JetpackFuelRegensInAir=true JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=1.0 AbilityProfileNames=;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.5 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false [Character Profile] Name=target slow plasma MaxHealth=1.0 WeaponProfileNames=Projectile Rifle_plasma;;;;;;; MinRespawnDelay=3.0 MaxRespawnDelay=10.0 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=1.0 CameraOffset=X=0.000 Y=0.000 Z=0.000 HeadshotOnly=false DamageKnockbackFactor=8.0 MovementType=Base MaxSpeed=0.0 MaxCrouchSpeed=500.0 Acceleration=16000.0 AirAcceleration=16000.0 Friction=8.0 BrakingFrictionFactor=2.0 JumpVelocity=800.0 Gravity=0.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=false CanJumpFromCrouch=false EnemyBodyColor=X=255.000 Y=0.000 Z=0.000 EnemyHeadColor=X=255.000 Y=255.000 Z=255.000 TeamBodyColor=X=0.000 Y=0.000 Z=255.000 TeamHeadColor=X=255.000 Y=255.000 Z=255.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=800.0 MainBBType=Cylindrical MainBBHeight=100.0 MainBBRadius=50.0 MainBBHasHead=false MainBBHeadRadius=45.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=100.0 ProjBBRadius=50.0 ProjBBHasHead=false ProjBBHeadRadius=45.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=100000.0 JetpackFuelIncPerSec=0.1 JetpackFuelRegensInAir=true JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=1.0 AbilityProfileNames=;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.5 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 SpawnXOffset=0.0 SpawnYOffset=0.0 InvertBlockedSpawn=false [Dodge Profile] Name=Mimic MaxTargetDistance=2500.0 MinTargetDistance=750.0 ToggleLeftRight=true ToggleForwardBack=false MinLRTimeChange=0.2 MaxLRTimeChange=0.5 MinFBTimeChange=0.2 MaxFBTimeChange=0.5 DamageReactionChangesDirection=true DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=0.0 DamageReactionResetTimer=0.0 JumpFrequency=0.5 CrouchInAirFrequency=0.0 CrouchOnGroundFrequency=0.0 TargetStrafeOverride=Mimic 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=Long Strafes 2 MaxTargetDistance=1750.0 MinTargetDistance=500.0 ToggleLeftRight=true ToggleForwardBack=true MinLRTimeChange=0.5 MaxLRTimeChange=1.5 MinFBTimeChange=0.5 MaxFBTimeChange=1.5 DamageReactionChangesDirection=true DamageReactionChanceToIgnore=0.5 DamageReactionMinimumDelay=0.125 DamageReactionMaximumDelay=0.25 DamageReactionCooldown=1.0 DamageReactionThreshold=50.0 DamageReactionResetTimer=0.5 JumpFrequency=0.2 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 [Weapon Profile] Name=pistol Type=Hitscan ShotsPerClick=1 DamagePerShot=25.0 KnockbackFactor=4.0 TimeBetweenShots=0.1 Pierces=false Category=SemiAuto 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 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=25.0 DelayBeforeShot=0.0 HitscanVisualEffect=None ProjectileGraphic=Ball VisualLifetime=0.1 WallParticleEffect=Gunshot HitParticleEffect=Flare BounceOffWorld=false BounceFactor=0.5 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=false ADSZoomDelay=0.0 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=4.0 RecoilNegatable=false DecalType=1 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false 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=false AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=false MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=72.099998 ADSFOVScale=Fortnite ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.0 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=100.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,5.0 SpreadSCA=1.0,1.0,-1.0,5.0 SpreadMSA=1.0,1.0,-1.0,5.0 SpreadMCA=1.0,1.0,-1.0,5.0 SpreadSSH=0.0,0.1,0.0,0.0 SpreadSCH=1.0,1.0,-1.0,5.0 SpreadMSH=0.0,0.1,0.0,0.0 SpreadMCH=1.0,1.0,-1.0,5.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=1.0 AAMaxSpeed=360.0 AADeadZone=0.0 AAFOV=360.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.175 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false [Weapon Profile] Name=Projectile Rifle_slow Type=Projectile ShotsPerClick=1 DamagePerShot=50.0 KnockbackFactor=0.1 TimeBetweenShots=0.7 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=1200.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=1200.000 Y=0.000 Z=0.000 InheritOwnerVelocity=1.0 OriginOffset=X=100.000 Y=0.000 Z=-10.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=0.0 HeadshotCapable=false HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=80.0 DelayBeforeShot=0.0 HitscanVisualEffect=Tracer ProjectileGraphic=Rocket VisualLifetime=0.5 WallParticleEffect=Flare HitParticleEffect=Flare BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=3.0 CanAimDownSight=true ADSZoomDelay=0.05 ADSZoomSensFactor=0.5 ADSMoveFactor=0.5 ADSStartDelay=0.25 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=0.1 RecoilNegatable=true DecalType=1 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot=Sniper Rifle 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=Squares 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 AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=51.5 ADSFOVScale=Fortnite ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.0 Explosive=true Radius=300.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=true 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 [Weapon Profile] Name=Projectile Rifle_plasma Type=Projectile ShotsPerClick=1 DamagePerShot=10.0 KnockbackFactor=0.1 TimeBetweenShots=0.05 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=5000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=5000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=1.0 OriginOffset=X=100.000 Y=0.000 Z=-10.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=0.0 HeadshotCapable=false HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=80.0 DelayBeforeShot=0.0 HitscanVisualEffect=Tracer ProjectileGraphic=Plasma VisualLifetime=0.5 WallParticleEffect=Flare HitParticleEffect=Flare BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=50000.0 ProjectileEnemyHitRadius=3.0 CanAimDownSight=true ADSZoomDelay=0.05 ADSZoomSensFactor=0.5 ADSMoveFactor=0.5 ADSStartDelay=0.25 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=0.1 RecoilNegatable=true DecalType=1 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot=Sniper Rifle 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=Sparks 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 AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=51.5 ADSFOVScale=Fortnite ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.0 Explosive=true Radius=300.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=true 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 [Weapon Profile] Name=Sniper Rifle Type=Hitscan ShotsPerClick=1 DamagePerShot=13.0 KnockbackFactor=0.1 TimeBetweenShots=0.1 Pierces=false Category=FullyAuto BurstShotCount=2 TimeBetweenBursts=0.1 ChargeStartDamage=0.1 ChargeStartVelocity=X=1500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=3000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=3000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=3.0 MaxHitscanRange=100000.0 GravityScale=1.0 HeadshotCapable=true HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=1.0 ReloadTimeFromPartial=0.8 DamageFalloffStartDistance=2500.0 DamageFalloffStopDistance=4000.0 DamageAtMaxRange=6.0 DelayBeforeShot=0.0 HitscanVisualEffect=Tracer ProjectileGraphic=Ball VisualLifetime=0.1 WallParticleEffect=Gunshot HitParticleEffect=Blood BounceOffWorld=true BounceFactor=0.6 BounceCount=0 HomingProjectileAcceleration=6000.0 ProjectileEnemyHitRadius=0.1 CanAimDownSight=true ADSZoomDelay=0.05 ADSZoomSensFactor=0.38 ADSMoveFactor=0.5 ADSStartDelay=0.25 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000 ADSBlocksShooting=true ShootingBlocksADS=false KnockbackFactorAir=0.1 RecoilNegatable=true DecalType=1 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=false AlsoShoot= ADSShoot=Zoomed Sniper Rifle 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 AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=50.985001 ADSFOVScale=Fortnite ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.0 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=0.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=true DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=true DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=5.0 BlockedByWorld=true SpreadSSA=2.0,5.5,0.0,3.0 SpreadSCA=2.0,5.5,0.0,3.0 SpreadMSA=2.0,5.5,0.0,3.0 SpreadMCA=2.0,5.5,0.0,3.0 SpreadSSH=2.0,5.5,0.0,3.0 SpreadSCH=2.0,5.5,0.0,3.0 SpreadMSH=2.0,5.5,0.0,3.0 SpreadMCH=2.0,5.5,0.0,3.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=1.0 RecoilAutoReset=true TimeToRecoilPeak=0.05 TimeToRecoilReset=0.45 AAMode=2 AAPreferClosestPlayer=false AAAlpha=1.0 AAMaxSpeed=1.5 AADeadZone=0.0 AAFOV=75.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=true AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=true TriggerBotDelay=0.01 TriggerBotFOV=0.1 StickyLock=false HeadLock=true 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 [Movement Ability Profile] Name=healthpack 1 per 1s MaxCharges=100.0 ChargeTimer=1.0 ChargesRefundedOnKill=0.0 DelayAfterUse=0.0 FullyAuto=true AbilityDuration=0.0 LockDirectionForDuration=false NegateGravityForDuration=true MainVelocity=0.0 MainVelocityCanGoVertical=false MainVelocitySetToMovementKeys=false UpVelocity=0.0 EndVelocityFactor=1.0 Hurtbox=false HurtboxRadius=50.0 HurtboxDamage=50.0 HurtboxGroundKnockbackFactor=1.0 HurtboxAirKnockbackFactor=1.0 AbilityBlocksTurning=false AbilityBlocksMovement=true AbilityBlocksAttack=false AttackCancelsAbility=false AbilityReloadsWeapon=false HealthRestore=1.0 AIUseInCombat=true AIUseOutOfCombat=false AIUseOnGround=true AIUseInAir=true AIReuseTimer=1.0 AIMinSelfHealth=0.0 AIMaxSelfHealth=100.0 AIMinTargHealth=0.0 AIMaxTargHealth=100.0 AIMinTargDist=0.0 AIMaxTargDist=2000.0 AIMaxTargFOV=15.0 AIDamageReaction=true AIDamageReactionIgnoreChance=0.0 AIDamageReactionMinDelay=0.125 AIDamageReactionMaxDelay=0.25 AIDamageReactionCooldown=1.0 AIDamageReactionThreshold=0.0 AIDamageReactionResetTimer=0.1 [Map Data] reflex map version 8 global entity type WorldSpawn String32 targetGameOverCamera end UInt8 playersMin 1 UInt8 playersMax 16 brush vertices -936.000000 -1088.000000 1216.000000 1064.000000 -1088.000000 1216.000000 1064.000000 -1088.000000 -784.000000 -936.000000 -1088.000000 -784.000000 -936.000000 -1152.000000 1216.000000 1064.000000 -1152.000000 1216.000000 1064.000000 -1152.000000 -784.000000 -936.000000 -1152.000000 -784.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 -1120.000000 912.000000 1216.000000 -936.000000 912.000000 1216.000000 -936.000000 912.000000 -784.000000 -1120.000000 912.000000 -784.000000 -1120.000000 -1088.000000 1216.000000 -936.000000 -1088.000000 1216.000000 -936.000000 -1088.000000 -784.000000 -1120.000000 -1088.000000 -784.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 1064.000000 912.000000 1216.000000 1216.000000 912.000000 1216.000000 1216.000000 912.000000 -784.000000 1064.000000 912.000000 -784.000000 1064.000000 -1088.000000 1216.000000 1216.000000 -1088.000000 1216.000000 1216.000000 -1088.000000 -784.000000 1064.000000 -1088.000000 -784.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 -936.000000 1032.000000 1224.000000 1064.000000 1032.000000 1224.000000 1064.000000 1032.000000 -776.000000 -936.000000 1032.000000 -776.000000 -936.000000 912.000000 1224.000000 1064.000000 912.000000 1224.000000 1064.000000 912.000000 -776.000000 -936.000000 912.000000 -776.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 -936.000000 920.000000 1520.000000 1064.000000 920.000000 1520.000000 1064.000000 920.000000 1216.000000 -936.000000 920.000000 1216.000000 -936.000000 -1088.000000 1520.000000 1064.000000 -1088.000000 1520.000000 1064.000000 -1088.000000 1216.000000 -936.000000 -1088.000000 1216.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 -936.000000 920.000000 -768.000000 1064.000000 920.000000 -768.000000 1064.000000 920.000000 -1104.000000 -936.000000 920.000000 -1104.000000 -936.000000 -1080.000000 -768.000000 1064.000000 -1080.000000 -768.000000 1064.000000 -1080.000000 -1104.000000 -936.000000 -1080.000000 -1104.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 entity type PlayerSpawn Vector3 position 36.000000 -200.000000 224.000000 Bool8 teamB 0 Bool8 modeCTF 0 Bool8 modeFFA 0 Bool8 modeTDM 0 Bool8 mode1v1 0 Bool8 modeRace 0 Bool8 mode2v2 0 entity type CameraPath UInt32 entityIdAttachedTo 249 UInt8 posLerp 2 UInt8 angleLerp 2 entity type Effect Vector3 position 0.000000 256.000000 0.000000 String64 effectName internal/misc/reflectionprobe entity type PlayerSpawn Vector3 position 856.000000 -1008.000000 784.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 896.000000 -1000.000000 -672.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 264.000000 -992.000000 -640.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -744.000000 -976.000000 232.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 -952.000000 -64.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -752.000000 -968.000000 1024.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 -1016.000000 488.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 -1048.000000 -680.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -816.000000 -1048.000000 -384.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -728.000000 -952.000000 -64.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -552.000000 -1048.000000 1112.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 352.000000 -1048.000000 1120.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 -1048.000000 824.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 -1048.000000 840.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 912.000000 -1048.000000 -104.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 888.000000 -1048.000000 528.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 888.000000 -1048.000000 232.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 -1048.000000 -688.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 32.000000 -1048.000000 -680.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -560.000000 -1048.000000 -696.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 -1048.000000 -368.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 304.000000 -1048.000000 528.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 928.000000 -1048.000000 -424.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 -1048.000000 216.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 24.000000 -1048.000000 832.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -816.000000 -1048.000000 -704.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 944.000000 -1048.000000 1128.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 -1048.000000 -104.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -840.000000 -1048.000000 528.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -848.000000 -1048.000000 824.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 -1048.000000 1112.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 40.000000 -1048.000000 1128.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 664.000000 -1048.000000 1128.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -560.000000 -1048.000000 224.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -560.000000 -1048.000000 512.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 -1048.000000 -344.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 32.000000 -1048.000000 512.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -248.000000 -1048.000000 824.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 320.000000 -1048.000000 840.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 624.000000 -1048.000000 536.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 16.000000 -1048.000000 232.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 288.000000 -1048.000000 232.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 616.000000 -1048.000000 224.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 8.000000 -1048.000000 -80.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 8.000000 -1048.000000 -360.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 280.000000 -1048.000000 -88.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 296.000000 -1048.000000 -376.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 -1048.000000 -416.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 -1048.000000 -96.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -744.000000 776.000000 1008.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -840.000000 696.000000 808.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -832.000000 696.000000 512.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -736.000000 768.000000 216.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -552.000000 696.000000 208.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -552.000000 696.000000 496.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -536.000000 696.000000 808.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 696.000000 1096.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 696.000000 1096.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 696.000000 808.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 728.000000 472.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 40.000000 696.000000 496.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 696.000000 200.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 32.000000 696.000000 816.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 48.000000 696.000000 1112.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 360.000000 696.000000 1104.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 328.000000 696.000000 824.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 312.000000 696.000000 512.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 648.000000 696.000000 824.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 672.000000 696.000000 1112.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 24.000000 696.000000 216.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 296.000000 696.000000 216.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 632.000000 696.000000 520.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 952.000000 696.000000 1112.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 864.000000 736.000000 768.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 896.000000 696.000000 512.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 624.000000 696.000000 208.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 896.000000 696.000000 216.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 920.000000 696.000000 -120.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 648.000000 696.000000 -112.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 288.000000 696.000000 -104.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 16.000000 696.000000 -96.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 16.000000 696.000000 -376.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -224.000000 696.000000 -360.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -224.000000 792.000000 -80.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -536.000000 696.000000 -120.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -536.000000 696.000000 -384.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -552.000000 696.000000 -712.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -808.000000 696.000000 -720.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -808.000000 696.000000 -400.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -720.000000 792.000000 -80.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 936.000000 696.000000 -440.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 648.000000 696.000000 -432.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 648.000000 696.000000 -704.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 904.000000 744.000000 -688.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 304.000000 696.000000 -392.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 272.000000 752.000000 -656.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 40.000000 696.000000 -696.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 696.000000 -696.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -744.000000 -96.000000 1016.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -840.000000 -176.000000 816.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -832.000000 -176.000000 520.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -736.000000 -104.000000 224.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -552.000000 -176.000000 216.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -552.000000 -176.000000 504.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -536.000000 -176.000000 816.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 -176.000000 1104.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 -176.000000 1104.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 -176.000000 816.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 -144.000000 480.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 40.000000 -176.000000 504.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 -176.000000 208.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 32.000000 -176.000000 824.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 48.000000 -176.000000 1120.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 360.000000 -176.000000 1112.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 328.000000 -176.000000 832.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 312.000000 -176.000000 520.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 648.000000 -176.000000 832.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 672.000000 -176.000000 1120.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 296.000000 -176.000000 224.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 632.000000 -176.000000 528.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 952.000000 -176.000000 1120.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 864.000000 -136.000000 776.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 896.000000 -176.000000 520.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 624.000000 -176.000000 216.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 896.000000 -176.000000 224.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 920.000000 -176.000000 -112.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 648.000000 -176.000000 -104.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 288.000000 -176.000000 -96.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 16.000000 -176.000000 -88.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 16.000000 -176.000000 -368.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -224.000000 -176.000000 -352.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -224.000000 -80.000000 -72.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -536.000000 -176.000000 -112.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -536.000000 -176.000000 -376.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -552.000000 -176.000000 -704.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -808.000000 -176.000000 -712.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -808.000000 -176.000000 -392.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -720.000000 -80.000000 -72.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 936.000000 -176.000000 -432.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 648.000000 -176.000000 -424.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 648.000000 -176.000000 -696.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 904.000000 -128.000000 -680.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 304.000000 -176.000000 -384.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 272.000000 -120.000000 -648.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 40.000000 -176.000000 -688.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 -176.000000 -688.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -816.000000 -632.000000 -648.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -560.000000 -632.000000 -640.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 -632.000000 -312.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -816.000000 -632.000000 -328.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 -632.000000 -48.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -728.000000 -536.000000 -8.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -744.000000 -560.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -560.000000 -632.000000 568.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -560.000000 -632.000000 280.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 -536.000000 -8.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 -632.000000 272.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 -600.000000 544.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -248.000000 -632.000000 880.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 -632.000000 1168.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -552.000000 -632.000000 1168.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -752.000000 -552.000000 1080.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -848.000000 -632.000000 880.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -840.000000 -632.000000 584.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 -632.000000 880.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 -632.000000 -288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 -632.000000 -624.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 40.000000 -632.000000 1184.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 24.000000 -632.000000 888.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 32.000000 -632.000000 568.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 16.000000 -632.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 8.000000 -632.000000 -24.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 280.000000 -632.000000 -32.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 296.000000 -632.000000 -320.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 8.000000 -632.000000 -304.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 -632.000000 -360.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 928.000000 -632.000000 -368.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 32.000000 -632.000000 -624.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 264.000000 -576.000000 -584.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 -632.000000 -632.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 896.000000 -584.000000 -616.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 304.000000 -632.000000 584.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 -632.000000 896.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 320.000000 -632.000000 896.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 664.000000 -632.000000 1184.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 944.000000 -632.000000 1184.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 856.000000 -592.000000 840.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 624.000000 -632.000000 592.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 888.000000 -632.000000 584.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 616.000000 -632.000000 280.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 888.000000 -632.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 288.000000 -632.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 -632.000000 -40.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 912.000000 -632.000000 -48.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 352.000000 -632.000000 1176.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -816.000000 280.000000 -640.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -560.000000 280.000000 -632.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 280.000000 -304.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -816.000000 280.000000 -320.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 280.000000 -40.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -728.000000 376.000000 0.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -744.000000 352.000000 296.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -560.000000 280.000000 576.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -560.000000 280.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 376.000000 0.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 280.000000 280.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 312.000000 552.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -248.000000 280.000000 888.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 280.000000 1176.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -552.000000 280.000000 1176.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -752.000000 360.000000 1088.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -848.000000 280.000000 888.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -840.000000 280.000000 592.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -544.000000 280.000000 888.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -232.000000 280.000000 -280.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position -240.000000 280.000000 -616.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 40.000000 280.000000 1192.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 24.000000 280.000000 896.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 32.000000 280.000000 576.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 16.000000 280.000000 296.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 8.000000 280.000000 -16.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 280.000000 280.000000 -24.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 296.000000 280.000000 -312.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 8.000000 280.000000 -296.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 280.000000 -352.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 928.000000 280.000000 -360.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 32.000000 280.000000 -616.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 264.000000 336.000000 -576.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 280.000000 -624.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 896.000000 328.000000 -608.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 304.000000 280.000000 592.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 280.000000 904.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 320.000000 280.000000 904.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 664.000000 280.000000 1192.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 944.000000 280.000000 1192.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 856.000000 320.000000 848.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 624.000000 280.000000 600.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 888.000000 280.000000 592.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 616.000000 280.000000 288.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 888.000000 280.000000 296.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 288.000000 280.000000 296.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 640.000000 280.000000 -32.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 912.000000 280.000000 -40.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 352.000000 280.000000 1184.000000 Bool8 teamA 0
91c3a85b480d4d35745cea34661830f5e652a611
449d555969bfd7befe906877abab098c6e63a0e8
/1709/CH4/EX4.4/4_4.sce
a63617811aabb55922ae0d9b2ba04ae87b1f8dc4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
271
sce
4_4.sce
clc //Initialization of variables P1=20 //psia P2=100 //psia V=3 //ft^3 T=560 //R ma=0.289 //calculations ma=P1*V/(53.35*T) Wa=-ma*53.35*T*log(P1/P2) Qa=-Wa Va2=3/5 V2s=V-Va2 hi=1279.1 //B/lbm T2s=536 //F //results printf("Final temperature = %d F",T2s)
f76f878294fd060cdd58231da6904f5ace816ef8
449d555969bfd7befe906877abab098c6e63a0e8
/2339/CH6/EX6.29.1/Ex6_29.sce
a60d539e4f5f0849e8d3708c402b403b7d694379
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
420
sce
Ex6_29.sce
clc clear T1=25+273; //in K T3=1500+273; //in K Qa=900; //in kJ/kg Cv=0.718; G=1.4; T2=T3-(Qa/Cv); r=(T2/T1)^(1/(G-1)); printf('Compression Ratio is %2.1f ',r); printf('\n'); Eff=100*[1-(1/(r^(G-1)))]; printf('Efficiency is %2.1f Percent',Eff); printf('\n'); Px=r^G; //Max Pressure Py=T3/T2; //1/Min Pressure P=Px*Py; printf('Pressure Ratio %2.1f ',P); printf('\n');
0e751983a610b179bedf96c6dfc424440af7399a
449d555969bfd7befe906877abab098c6e63a0e8
/1427/CH34/EX34.15/34_15.sce
abfd864e82a5e5de8669c58d11123e8376b99be7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
353
sce
34_15.sce
//ques-34.15 //Calculating percentage of light absorbed by a solution clc C1=30.1; C2=15.05;//concentration (in g/L) l=1;//thickness (in cm) ratio=100/50;//=Io/I1 z=log10(ratio)/(C1*l);//= EC/M //On solving, log10(tran) = EC/M*C2*l tran=1.4144; I2=100/tran; ab=100-I2; printf("The percentage of light absorbed by the solution is %.1f.",ab);
93e1988b31cff08b83cbb3e442b8acadbba72816
449d555969bfd7befe906877abab098c6e63a0e8
/1223/CH6/EX6.13/Ex6_13.sce
0603afe2e7a0e78f0b64c7087111579a571778a8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
373
sce
Ex6_13.sce
clear; clc; //Example 6.13 Vtn=0.8; Vtp=-0.8; Kn=80*10^-3; Kp=40*10^-3; //x=W/L xn=15; xp=10; //lambda=y yn=0.01; yp=0.01; Ibias=0.2; gm=2*sqrt(Kn*xn*Ibias/2); printf('\ntransconductance of the NMOS driver=%.3f mA/V^2\n',gm) ron=1/(yn*Ibias); printf('\noutput resistances=%.2f Kohm\n',ron) Av=-gm*ron/2; printf('\nsmall signal voltage gain=%.2f \n',Av)
4873d4460143409a7493ab4127eda525290ec77f
449d555969bfd7befe906877abab098c6e63a0e8
/2126/CH4/EX4.6/6.sce
640178b2348732455b4ebb092bde51290e2922e6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,673
sce
6.sce
clc clear //input data M2=0.9 //Mack number at exit P2=2.5 //Static Pressure at exit in bar T2=1273 //Static exit temperature in K t1=3.74 //ratio of stagnation temperatures at and exit entry Cp=1.218 //Specific heat of dry air in kJ/kg-K k=1.3 //Adiabatic constant //calculation t2=0.892 //Temperauture ratio at exit from gas tables (isentropic,k=1.3,M=0.9) To2=T2/t2 //Total stagnation temperature at exit in K To1=To2/t1 //Total stagnation temperature at inlet in K p1=1.12 //Static pressure ratio at critical state from gas tables (Rayleigh,k=1.3,M=1.5) Pt=P2/p1 //Static critical pressure in bar t3=1.017 //Static temperature ratio at critical state from gas tables (Rayleigh,k=1.3,M=1.5) Tt=T2/t3 //Static critical temperature in K t4=0.991 //Stagnation temperature ratio at critical state from gas tables (Rayleigh,k=1.3,M=1.5) Tot=To2/t4 //Stagnation critical temperature in K t5=To1/Tot //Ratio of stagnation temperature at entry and critical state M1=0.26 //Mach number at entry from gas tables (Rayleigh,t5,k=1.3) p2=2.114 //Static Pressure ratio at entry from gas tables (Rayleigh,t5,k=1.3) P1=Pt*p2 //Static Pressure at entry in bar t6=0.302 //Static temperature ratio at entry from gas tables (Rayleigh,t5,k=1.3) T1=Tt*t6 //Static temperature at entry in Kelvin q=Cp*(To2-To1) //The heat transferred per unit mass flow in kJ/kg qmax=Cp*(Tot-To1) //Maximum possible heat transfer in kJ/kg //output printf('(A)Mach number at entry is %3.2f\n (B)Pressure at entry is %3.3f bar \n (C)Temperature of gas is %3i K\n (D)Amount of heat added is %3.2f kJ/kg\n (E)Maximum heat that can be heated is %3.3f kJ/kg',M1,P1,T1,q,qmax)
c8f06e68c94a8d3a8b49a3503f039ee1a3b12657
449d555969bfd7befe906877abab098c6e63a0e8
/1133/CH4/EX4.26/Example4_26.sce
fd3e4c8f0d279faff35423fda8f45bdae00d52d4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
578
sce
Example4_26.sce
//Example 4.26 clc disp(" L1 = 20 uH, L2 = 2 mH") leq=((20*10^-6)+(2*10^-3))*10^3 // in mH format(7) disp(leq,"Therefore, L_eq(in mH) = L1 + L2 =") disp(" For f = f_max = 2.5 MHz") disp(" f = 1 / 2*pi*sqrt(C*L_eq)") c=(1/(4*(%pi^2)*((2.5*10^6)^2)*(2.002*10^-3)))*10^12 // in pF format(7) disp(c,"Therefore, C(in pF) =") disp(" For f = f_min = 1 MHz") disp(" f = 1 / 2*pi*sqrt(C*L_eq)") c1=(1/(4*(%pi^2)*((1*10^6)^2)*(2.002*10^-3)))*10^12 // in pF format(8) disp(c1,"Therefore, C(in pF) =") disp("Thus C must be varied from 2.0244 pF to 12.6525 pF")
4cd4848821f3e9cd48ba12ba3291b9b903799e81
449d555969bfd7befe906877abab098c6e63a0e8
/1664/CH4/EX4.6/Ex4_6.sce
d95eb9e20811b004ac3ea8a95239441e77d5ebc7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
261
sce
Ex4_6.sce
//Example No 136. //Page No 4.6. //To find de-Broglie wavelength. clc;clear; V=1.25*10^(3);//Potential difference applied -[V]. w=((12.27)/sqroot(V));//de-Broglie wavelength of electron. printf("\nThe de-Broglie wavelength of electron is %.3f A",w);
63a4ed5a2aa7c3354f34690eb02a5e2ec5fb28c2
daabc3867b8f4cd1afe9ef0d39701a7d9c4d8acb
/mfhdf/hdfimport/testfiles/SDSfloat2.tst
6ae01711a97bfd62f22b3e0641009c67c11150a0
[ "BSD-3-Clause", "LicenseRef-scancode-hdf5", "NetCDF" ]
permissive
schwehr/hdf4
142afe72520b32634d84494f51015eb8c7ab0b1f
97ac2954ca6d6c2bba24ade9301b691b98135709
refs/heads/master
2023-03-18T03:48:07.616808
2023-03-09T20:49:55
2023-03-09T20:49:55
581,363,881
0
0
NOASSERTION
2022-12-23T01:17:44
2022-12-23T01:17:44
null
UTF-8
Scilab
false
false
517
tst
SDSfloat2.tst
SDSfloat2.out: Version Descriptor : (tag 30) Ref nos: 1 Number type : (tag 106) Ref nos: 14 17 20 SciData dimension record : (tag 701) Ref nos: 14 17 20 Scientific Data : (tag 702) Ref nos: 4 6 7 Numeric Data Group : (tag 720) Ref nos: 2 3 5 Vdata : (tag 1962) Ref nos: 8 10 12 13 16 19 Vdata Storage : (tag 1963) Ref nos: 8 10 12 13 16 19 Vgroup : (tag 1965) Ref nos: 9 11 15 18 21 22
6bc79ec351ef3ef8a87b93f0dbd354266581ebbb
c89c3eb73e1c7b9f26076ad36749b4fd9ee2a69d
/My Implementations/FullAdder16.tst
cc23970ca2bad47ccedc0ea7b5d11fb661c5f621
[]
no_license
gvela024/Elements-Of-Computing-Systems
cef0f824a4ca775ff7d2353a49c6510134db83da
65a2b40979439b0d77e6fab1b3faa4b1a78ddd03
refs/heads/master
2021-01-22T03:13:48.244660
2015-12-26T00:53:51
2015-12-26T00:53:51
41,272,979
0
0
null
2015-11-11T22:27:40
2015-08-24T00:17:59
Assembly
UTF-8
Scilab
false
false
327
tst
FullAdder16.tst
load FullAdder16.hdl, output-file FullAdder16.out, output-list in0%S1.6.1 in1%S1.6.1 carryIn sum%S1.6.1 carry; set in0 32, set in1 43, set carryIn 0, eval, output; set in0 32, set in1 43, set carryIn 1, eval, output; set in0 45, set in1 -12, set carryIn 0, eval, output; set in0 -12, set in1 -42, set carryIn 1, eval, output;
c094fc4a874b6c5adc59a6db9d911be83dff0fc5
449d555969bfd7befe906877abab098c6e63a0e8
/147/CH14/EX14.19/Example14_19.sce
61aea32246a73cfa1510d33a86f1981c546152dc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
350
sce
Example14_19.sce
close(); clear; clc; //frequency of induction motor 'f', number of poles 'p', speed of motor 'n' n = 3510; //rpm f = 60; //Hz p = 2; //(a) //synchronous speed 'ns' ns = 120*f/p; //rpm mprintf("(a) The synchronous speed, ns = %d rpm\n\n",ns); //(b) //percent slip 's' s = (ns-n)/ns; mprintf("(b) The percent slip, s = %0.1f %%",s*100);
52d3934753040305dbdf5ca975582697d40c6086
449d555969bfd7befe906877abab098c6e63a0e8
/2870/CH9/EX9.10/Ex9_10.sce
d6029c9241bfce9cea22b146cf2246889986c1c8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
720
sce
Ex9_10.sce
clc;clear; //Example 9.10 //from 9.2 r=8; T0=290; T1=290; T2=652.4; T3=1575.1; P2=1.7997; P3=4.345; qin=800; qout=381.83; wnet=418.17; Tsource=1700; //constants used R=0.287;//in kPa-m^3/kg-K //calculations //s1=s2 ; s3=s4 s03=3.5045; s02=2.4975; s32=(s03-s02)-R*log(P3/P2);//s32 stands for s3-s2 xdest23=T0*(s32-qin/Tsource); Tsink=T1; xdest41=T0*(-s32+qout/Tsink); xdestcycle=xdest23+xdest41; disp(xdestcycle,'exergy destrustion associated with Otto cycle inkJ/kg'); // X4 = (u4 - u0 )- T0*(s4 - s0) + P0(v4 - v0) // s4 - s0 = s4 - s1 = s32 // u4 - u0 = u4 - u1 = qout // v4 - v0 = v4 - v1 = 0 //hence x4 is X4=qout-T0*s32; disp(X4,'exergy destruction of purge stream in kJ/kg')
e53dea81cdf11efc359e1ca477258499ea29cc6a
2ba48648eefadee113a7c2f5d608cab5209c3a8b
/Unit&Func Test/单元测试文档/CagOS单元测试结果/LIBC/testcase/strncat.tst
404d0571e1ecc6b8d54f40eca737da0606983e85
[]
no_license
wangdong412/Consen-SIS
879762175575d0a62f26ec1effeb46c3fd62e3e8
bca3fac35c961c3558a3438bca55e6d20825da3a
refs/heads/master
2020-07-11T05:17:18.814104
2019-08-27T09:41:41
2019-08-27T09:41:41
204,450,874
1
5
null
null
null
null
UTF-8
Scilab
false
false
3,539
tst
strncat.tst
-- VectorCAST 6.4c (02/03/16) -- Test Case Script -- -- Environment : LIBC -- Unit(s) Under Test: abort1 abs atof atoi atol bLib memchr memcmp memcpy memmove memset ns16550 qsort rand random random_r strcat strchr strcmp strcpy strlcat strlcpy strlen strncat strncmp strncpy strpbrk strspn strtod strtok strtok_r strtol strtoul -- -- Script Features TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES TEST.SCRIPT_FEATURE:STATIC_HEADER_FUNCS_IN_UUTS -- -- Unit: strncat -- Subprogram: strncat -- Test Case: strncat1 TEST.UNIT:strncat TEST.SUBPROGRAM:strncat TEST.NEW TEST.NAME:strncat1 TEST.BASIS_PATH:1 of 5 TEST.NOTES: This is an automatically generated test case. Test Path 1 (1) if (n != (0)) ==> FALSE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:strncat.strncat.dst:<<malloc 6>> TEST.VALUE:strncat.strncat.dst:"hello" TEST.VALUE:strncat.strncat.src:<<malloc 6>> TEST.VALUE:strncat.strncat.src:"world" TEST.VALUE:strncat.strncat.n:0 TEST.EXPECTED:strncat.strncat.return:"hello" TEST.END -- Test Case: strncat2 TEST.UNIT:strncat TEST.SUBPROGRAM:strncat TEST.NEW TEST.NAME:strncat2 TEST.BASIS_PATH:2 of 5 TEST.NOTES: This is an automatically generated test case. Test Path 2 (1) if (n != (0)) ==> TRUE (2) while (*(d++) != 0) ==> FALSE (3) while ((*(d++) = *(src++)) != 0 && --n > (0)) ==> FALSE (4) if (n == (0)) ==> FALSE Test Case Generation Notes: TEST.END_NOTES: TEST.VALUE:strncat.strncat.dst:<<malloc 6>> TEST.VALUE:strncat.strncat.dst:"hello" TEST.VALUE:strncat.strncat.src:<<malloc 6>> TEST.VALUE:strncat.strncat.src:"world" TEST.VALUE:strncat.strncat.n:1 TEST.EXPECTED:strncat.strncat.return:"hellow" TEST.END -- Test Case: strncat3 TEST.UNIT:strncat TEST.SUBPROGRAM:strncat TEST.NEW TEST.NAME:strncat3 TEST.BASIS_PATH:3 of 5 TEST.NOTES: This is an automatically generated test case. Test Path 3 (1) if (n != (0)) ==> TRUE (2) while (*(d++) != 0) ==> FALSE (3) while ((*(d++) = *(src++)) != 0 && --n > (0)) ==> FALSE (4) if (n == (0)) ==> TRUE Test Case Generation Notes: Conflict: Trying to set variable strncat.strncat.n 'equal to' and 'not equal to' same value in branches 1/4 Cannot set local variable d in branch 5 TEST.END_NOTES: TEST.VALUE:strncat.strncat.dst:<<malloc 12>> TEST.VALUE:strncat.strncat.dst:"hello\0eeee" TEST.VALUE:strncat.strncat.src:<<malloc 8>> TEST.VALUE:strncat.strncat.src:"world\0" TEST.VALUE:strncat.strncat.n:5 TEST.EXPECTED:strncat.strncat.dst:"helloworld" TEST.EXPECTED:strncat.strncat.return:"helloworld" TEST.END -- Test Case: strncat4 TEST.UNIT:strncat TEST.SUBPROGRAM:strncat TEST.NEW TEST.NAME:strncat4 TEST.NOTES: This is an automatically generated test case. Test Path 3 (1) if (n != (0)) ==> TRUE (2) while (*(d++) != 0) ==> FALSE (3) while ((*(d++) = *(src++)) != 0 && --n > (0)) ==> FALSE (4) if (n == (0)) ==> TRUE Test Case Generation Notes: Conflict: Trying to set variable strncat.strncat.n 'equal to' and 'not equal to' same value in branches 1/4 Cannot set local variable d in branch 5 TEST.END_NOTES: TEST.VALUE:strncat.strncat.dst:<<malloc 12>> TEST.VALUE:strncat.strncat.dst:"hello\0eeee" TEST.VALUE:strncat.strncat.src:<<malloc 8>> TEST.VALUE:strncat.strncat.src:"world\0" TEST.VALUE:strncat.strncat.n:8 TEST.EXPECTED:strncat.strncat.dst:"helloworld" TEST.EXPECTED:strncat.strncat.return:"helloworld" TEST.END
2b6ec791bf58db924bf2eeee7c8aa91ca587c0b0
35071fb08cee13f4a9e79c396f7c8c028f69db0e
/Tests/Syntaxe/KO/IF_COMMA_KO.tst
ac49d6a679cc8c6464cc5076a9c1e98d622ccb79
[]
no_license
V1nc3ntL/Compilation
2cd9d4fa728055cebd44659cba517e49298142bc
e2008449ddb509021f6ddcfd0a92226807bec9ab
refs/heads/master
2023-06-01T09:42:01.069684
2021-06-02T19:15:13
2021-06-02T19:15:13
357,205,127
0
0
null
2021-05-31T12:13:32
2021-04-12T13:30:46
C
UTF-8
Scilab
false
false
72
tst
IF_COMMA_KO.tst
void main() { int var == 1; if(var == 1) { print("ERROR_IF"), } }
807a9c791e8e86c87e61ba63663337488e0c6fd5
9182a918c195a40e939d89161585e04a97513ad9
/induced_velocity_1.sce
63b3186797c2e38b39ba9082cc2fc2486ef42ea9
[]
no_license
marcellorighi/haps_optimization
996f7fbae18e8128a4e9d55ceafe0758ea513960
0ac1d1053350bbed2d747a1fe1b31b75f47e69a0
refs/heads/main
2023-01-02T11:27:55.854626
2020-10-21T11:03:08
2020-10-21T11:03:08
305,994,280
0
0
null
null
null
null
UTF-8
Scilab
false
false
650
sce
induced_velocity_1.sce
clear; // rho = 0.08; mu = 1.5e-5; nu = mu/rho; u = 18; L = 750; b = 28.; a = %pi/8*b; G0 = 4 * L / (%pi * rho * u * b); // n = 201; s = ([0:1:n] + 0.5) * b / (n+1) - b/2; // + linspace(-b/2,b/2,n+1); ds = b / (n+1); G = G0 * sqrt( 1 - (2*s/b).^2 ); dGds = (1/2) * G0 * (-2*(2*s/b) * 2/b) ./ sqrt( 1 - (2*s/b).^2 ) ; // ny = n+1; // yy = linspace(-b/2,b/2,ny); eps=0.01; f2=scf(2); clf; for j = 1:ny; y = s(j); w_s = dGds .* (-y + s) ./((-y + s).^2 + eps) * 1/( 4*%pi ); w(j)= sum(w_s) * ds; ddi(j) = G(j) * rho * w(j); plot(s,w_s); end f1=scf(1); clf; plot(s',w); xgrid;
4032670a8140f71ca3a20f28396e80b4dd408219
449d555969bfd7befe906877abab098c6e63a0e8
/154/CH7/EX7.5/ch7_5.sce
515f4b9157fe6b0b7b04522f767b934df22531a2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
365
sce
ch7_5.sce
clc disp("Example 7.5") printf("\n") printf("Given") disp("v(t)=cos5t+3sin(3t+45)") //Finding the periods of individual terms disp("Period of cos5t=2*%pi/5") disp("Period of 3*sin(3t+45)=2*%pi/3") //If T=2*%pi T=2*%pi; disp("Now T=5*T1=3*T2") //Now the relation for T is the smallest common integral multiple of T1 and T2 printf("Period = %3.2fs\n",T)
fa153948706a56396402a5990cc7830f7ebffaea
449d555969bfd7befe906877abab098c6e63a0e8
/647/CH4/EX4.3/Example4_3.sce
1809a61173262e3a038c7a8cd79eb0352cd3aee0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
686
sce
Example4_3.sce
clear; clc; // Example: 4.3 // Page: 121 printf("Example: 4.3 - Page: 121\n\n"); // Solution //*****Data*****// // 2H2(g) + O2(g) ---------------> 2H2O .....................(1) deltaH1 = -241.8*2;// [kJ/gmol H2] // C(graphite) + O2(g) =---------> CO2(g) ...................(2) deltaH2 = -393.51;// [kJ/gmol C] // CH4(g) + 2O2(g) ---------------> CO2(g) + 2H2O(l) ........(3) deltaH3 = -802.36;// [kJ/mol CH4] //*************// // For standard heat of formation of methane, (a) + (b) - (c) // C + 2H2 ------------------------> CH4 deltaHf = deltaH1 + deltaH2 - deltaH3;// [kJ/gmol] printf("The standard heat of formation of methane is %.2f kJ/gmol\n",deltaHf);
633b83e70063bd7a35a32a9928582c88e3bb3cdf
7e147da98cfbca04072f9e02934170836ab04c97
/SCILAB_ASSIGNMENT/UNIT_2/Q2_ffsp.sce
8cd2f921c72f357ef889be1e2b6c0f8af691ca7f
[]
no_license
Srujan-KN/LINEAR-ALGEBRA
4256a8216edb3d7c6804a2c25fd73bfc0ed31a15
a0975ae0884bd21f0694310c1fd0d018d3dda7dd
refs/heads/master
2021-01-01T03:04:46.947038
2020-04-08T19:11:12
2020-04-08T19:11:12
239,154,101
0
1
null
null
null
null
UTF-8
Scilab
false
false
642
sce
Q2_ffsp.sce
//Write a Sci-lab Program to find Four Fundamental Subspaces for any 3*3 matrix given as user input using input() function. clear;close; clc; n=3 disp("Enter elements for matrix A") for i=1:n for j=1:n A(i,j)=input("Enter element ") end end disp('The given matrix is ') //A=[0 1 0;0 0 1;0 0 0]; disp(A,'A='); [m,n]=size(A); disp(m,'m='); disp(n,'n='); [v,pivot]=rref(A); disp(rref(A)); disp(v); r=length(pivot); disp(r,'rank=') cs=A(:,pivot); disp(cs,'Column Space = '); ns=kernel(A); disp(ns,'Null Space = '); rs=v(1:r,:)'; disp(rs,'Row Space = ') lns=kernel(A'); disp(lns,'Left Null Space = ');
990bee82c5bfd6e849dc82e77e1e6d941f60de23
449d555969bfd7befe906877abab098c6e63a0e8
/1370/CH6/EX6.8/exmaple6_8.sce
93c64bec0a95ef281957010b6548add6c3a6c6aa
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
249
sce
exmaple6_8.sce
//example6.8 clc disp("I_m=15 mA, R_m=5 ohm") disp("i) I=2A") r=(15*5*10^-3)/(2-(15*10^-3)) format(8) disp(r,"R_sh(in ohm)=[(I_m)*(R_m)]/[I-(I_m)]=") disp("ii) V=100 V") r=(100/(15*10^-3))-5 format(10) disp(r,"R_s(in ohm)=V/I_m - R_m =")
753acfed0929eafad959113af7eb559783879b8d
449d555969bfd7befe906877abab098c6e63a0e8
/2129/CH1/EX1.23.12/ex1_23_12.sce
714b9b3f27feef7a1f37b23a9fa6a1aa21c03ade
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
223
sce
ex1_23_12.sce
// Exa 1.23.12 clc; clear; close; //Given data n_i = 1.5 * 10^10; n_o = 10^17; KT = 0.0259; P_o = (n_i)^2/n_o;// in cm^-3 del_E = KT * log(n_o/n_i);// in eV disp(del_E,"equilibrium hole concentration in eV is");
8cecbe896addebe2fe3e2ea84e11996e7d2e1420
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.2_11.tst
25ed11fa98c6af64c8503a3a42c225ec869fb4ab
[]
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
37,558
tst
bow.2_11.tst
2 10:0.5 17:1.0 18:0.5 19:1.0 30:0.2 39:1.0 43:0.14285714285714285 53:0.6666666666666666 56:0.08333333333333333 59:0.4 63:0.25 68:0.1111111111111111 69:0.5 88:1.0 100:0.25 126:0.25 187:1.0 247:1.0 326:0.0625 327:1.0 370:1.0 402:1.0 545:0.3333333333333333 806:1.0 888:0.5 1093:1.0 1175:1.0 1248:1.0 1652:1.0 2012:1.0 2287:1.0 2504:1.0 2602:1.0 2875:1.0 3231:1.0 3659:1.0 3660:1.0 4517:1.0 4580:1.0 4757:1.0 5783:1.0 6848:1.0 8354:1.0 2 7:0.5 11:0.3333333333333333 14:0.25 17:0.5 35:0.2 59:0.2 68:0.1111111111111111 69:0.5 82:0.1111111111111111 88:1.0 96:3.0 135:0.3333333333333333 138:0.5 144:1.0 156:1.0 188:1.0 210:0.16666666666666666 212:1.0 250:0.125 300:0.25 365:1.0 380:0.25 432:1.0 670:0.3333333333333333 804:0.3333333333333333 896:0.5 1093:1.0 1686:1.0 2528:1.0 3421:1.0 4099:1.0 4580:1.0 4757:1.0 7656:1.0 2 13:1.0 19:1.0 30:0.13333333333333333 39:0.5 59:0.2 63:0.25 82:0.1111111111111111 108:1.0 111:1.0 118:1.0 170:0.09090909090909091 187:1.0 204:1.0 225:1.0 230:1.0 236:0.5 263:0.25 349:1.0 352:0.05263157894736842 419:0.5 539:0.3333333333333333 696:0.5 896:0.5 983:1.0 1235:1.0 1312:1.0 1655:1.0 1709:1.0 2142:1.0 2303:1.0 2348:1.0 2429:1.0 2656:1.0 4757:1.0 4809:1.0 5998:1.0 7380:1.0 8569:1.0 2 14:0.25 18:0.5 28:0.08333333333333333 30:0.06666666666666667 41:1.0 42:1.0 46:2.0 63:0.25 90:0.046511627906976744 142:0.5 264:0.5 300:0.25 353:0.16666666666666666 357:0.3333333333333333 358:1.0 362:1.0 584:1.0 672:1.0 815:1.0 831:0.5 877:1.0 896:0.5 1040:1.0 1127:1.0 1235:1.0 1825:1.0 2836:1.0 4757:1.0 2 11:0.3333333333333333 29:1.0 33:2.0 46:1.0 48:0.5 68:0.2222222222222222 82:0.1111111111111111 90:0.023255813953488372 100:0.25 135:0.6666666666666666 185:1.0 250:0.125 264:0.5 352:0.05263157894736842 419:0.5 428:1.0 596:0.14285714285714285 801:0.3333333333333333 1406:0.5 1636:1.0 1865:1.0 2124:0.3333333333333333 2419:1.0 4756:0.5 4757:1.0 8714:1.0 2 10:0.25 11:0.5 14:0.25 19:1.0 39:1.5 40:1.0 46:5.0 59:0.2 64:0.25 68:0.2222222222222222 83:0.14285714285714285 89:0.2 90:0.023255813953488372 142:0.5 156:0.5 230:1.0 237:1.0 263:0.5 264:0.5 266:1.0 298:1.0 300:0.25 326:0.125 327:1.0 362:1.0 368:0.5 385:0.5 424:0.3333333333333333 432:1.0 460:1.0 483:1.0 531:1.0 1117:1.0 1216:1.0 1281:1.0 1453:1.0 1471:1.0 2157:1.0 2285:1.0 4035:1.0 4256:1.0 4757:1.0 6936:1.0 2 11:0.3333333333333333 14:0.25 28:0.08333333333333333 30:0.13333333333333333 43:0.2857142857142857 46:1.0 90:0.046511627906976744 170:0.09090909090909091 210:0.3333333333333333 247:1.0 258:0.5 332:0.3333333333333333 353:0.16666666666666666 380:0.25 424:0.6666666666666666 469:1.0 517:0.5 540:0.1111111111111111 822:0.5 918:1.0 1110:1.0 1117:1.0 1358:0.5 1406:0.5 1412:1.0 2171:1.0 2553:1.0 4757:1.0 4964:1.0 2 6:0.5 7:0.5 11:0.5 14:0.25 15:2.0 17:0.5 28:0.08333333333333333 30:0.2 39:1.0 43:0.14285714285714285 46:2.0 59:0.6 64:0.25 90:0.023255813953488372 112:1.0 126:0.25 138:0.5 153:1.0 156:0.5 168:0.2 170:0.09090909090909091 189:0.3333333333333333 210:0.16666666666666666 234:0.05 251:1.0 263:0.25 264:0.5 265:0.08333333333333333 326:0.0625 377:0.3333333333333333 394:1.0 586:0.14285714285714285 636:1.0 946:0.5 952:0.5 953:1.0 1048:1.0 1388:1.0 1508:1.0 1699:1.0 1945:1.0 2356:1.0 2372:1.0 2945:1.0 3534:1.0 3660:1.0 3953:1.0 2 10:0.75 11:0.5 28:0.08333333333333333 30:0.2 33:1.0 39:2.0 46:2.0 53:0.3333333333333333 63:0.25 68:0.1111111111111111 82:0.1111111111111111 83:0.14285714285714285 90:0.046511627906976744 112:1.0 113:1.0 139:0.5 144:1.0 189:0.3333333333333333 210:0.16666666666666666 250:0.125 263:0.25 264:0.5 297:0.3333333333333333 300:0.25 313:0.2857142857142857 326:0.0625 479:1.0 506:1.0 519:2.0 523:1.0 563:1.0 586:0.14285714285714285 636:1.0 650:1.0 669:1.0 947:0.5 2064:1.0 2727:1.0 2790:1.0 3081:1.0 3325:0.25 4757:1.0 2 11:0.16666666666666666 29:1.0 30:0.13333333333333333 56:0.08333333333333333 138:1.0 142:0.5 210:0.16666666666666666 263:0.25 326:0.0625 357:0.3333333333333333 399:2.0 474:1.0 476:1.0 531:1.0 794:1.0 809:0.3333333333333333 949:1.0 1287:0.5 1347:1.0 3227:1.0 4757:1.0 2 10:0.25 11:0.3333333333333333 19:1.0 30:0.06666666666666667 37:0.3333333333333333 44:1.0 46:1.0 48:0.5 59:0.2 63:0.25 82:0.1111111111111111 112:1.0 168:0.2 170:0.09090909090909091 234:0.05 236:0.5 286:0.1 367:0.5 475:1.0 476:1.0 531:1.0 649:1.0 656:1.0 728:1.0 952:0.5 953:1.0 982:0.5 1233:1.0 1542:1.0 1865:1.0 1960:1.0 2402:1.0 2876:1.0 4369:1.0 4757:1.0 2 14:0.25 18:1.0 25:1.0 28:0.08333333333333333 30:0.13333333333333333 43:0.14285714285714285 46:3.0 48:0.5 53:0.3333333333333333 56:0.08333333333333333 59:0.2 68:0.4444444444444444 82:0.1111111111111111 139:0.5 142:0.5 168:0.2 170:0.2727272727272727 234:0.05 332:0.3333333333333333 353:0.16666666666666666 424:0.3333333333333333 443:1.0 501:1.0 531:1.0 565:1.0 649:1.0 781:1.0 783:1.0 815:2.0 896:0.5 905:1.0 949:1.0 1033:1.0 1361:1.0 1408:1.0 1467:1.0 2062:1.0 2418:1.0 4577:1.0 4757:1.0 2 11:0.5 19:1.0 29:1.0 30:0.06666666666666667 33:1.0 35:0.2 39:0.5 43:0.14285714285714285 46:2.0 53:0.3333333333333333 56:0.08333333333333333 59:0.4 64:0.25 82:0.2222222222222222 124:0.5 170:0.09090909090909091 185:1.0 187:1.0 189:0.3333333333333333 210:0.16666666666666666 255:1.0 259:0.5 288:1.0 344:0.5 531:1.0 568:1.0 902:1.0 974:1.0 1167:1.0 1481:1.0 1558:1.0 1712:1.0 2058:1.0 2348:1.0 3425:1.0 3507:1.0 3610:1.0 4757:1.0 2 7:0.5 9:1.0 28:0.08333333333333333 59:0.2 68:0.1111111111111111 69:0.5 89:0.2 90:0.023255813953488372 96:1.0 136:1.0 170:0.09090909090909091 281:0.5 313:0.14285714285714285 399:1.0 412:1.0 787:0.5 888:0.5 911:1.0 985:1.0 1083:1.0 1255:1.0 1893:1.0 1898:1.0 1989:0.3333333333333333 3084:1.0 4757:1.0 2 11:0.16666666666666666 18:0.5 39:1.0 46:1.0 59:0.2 63:0.25 99:1.0 100:0.25 138:0.5 168:0.4 263:0.25 335:0.3333333333333333 352:0.05263157894736842 380:0.25 649:1.0 1049:1.0 1232:1.0 1726:1.0 2296:1.0 2310:1.0 2396:1.0 3196:1.0 3973:1.0 4596:1.0 4757:1.0 2 11:0.16666666666666666 18:0.5 19:1.0 28:0.08333333333333333 46:1.0 69:1.0 82:0.1111111111111111 142:0.5 163:1.0 210:0.16666666666666666 212:1.0 265:0.08333333333333333 401:0.3333333333333333 505:0.5 510:1.0 525:1.0 553:1.0 587:1.0 609:1.0 622:1.0 646:0.2 703:1.0 1306:0.25 1342:1.0 1562:1.0 1639:1.0 2210:1.0 4757:1.0 2 6:0.5 10:0.25 15:1.0 19:1.0 21:1.0 39:1.0 48:1.5 59:0.2 69:0.5 82:0.1111111111111111 100:0.25 109:0.5 139:0.5 168:0.2 170:0.09090909090909091 187:1.0 203:1.0 230:2.0 234:0.05 263:0.5 349:1.0 369:0.08333333333333333 432:1.0 756:0.25 946:0.5 1092:0.3333333333333333 1179:1.0 1558:1.0 2010:1.0 2044:1.0 4757:1.0 2 46:1.0 48:0.5 63:0.25 156:0.5 242:1.0 263:0.25 359:0.3333333333333333 361:0.5 362:1.0 363:1.0 399:1.0 587:1.0 888:0.5 1095:1.0 1125:0.16666666666666666 1483:1.0 1734:1.0 2657:1.0 3325:0.25 4757:1.0 2 18:0.5 19:1.0 28:0.08333333333333333 30:0.13333333333333333 39:0.5 43:0.2857142857142857 46:2.0 107:0.5 156:0.5 168:0.2 250:0.125 263:0.5 353:0.16666666666666666 370:1.0 505:0.5 563:1.0 1128:0.5 1978:1.0 1979:1.0 2088:1.0 2597:1.0 2631:1.0 2746:1.0 3025:1.0 4398:1.0 4713:1.0 4757:1.0 5548:1.0 2 10:0.25 11:0.5 14:0.25 17:1.0 18:0.5 30:0.06666666666666667 37:0.3333333333333333 39:1.0 46:2.0 59:0.4 74:1.0 96:1.0 100:0.25 142:1.0 226:1.0 250:0.125 263:0.25 264:0.5 286:0.1 327:1.0 338:1.0 385:0.5 476:1.0 517:0.5 756:0.25 759:1.0 1004:1.0 1006:1.0 1028:1.0 1559:1.0 1862:1.0 3332:1.0 3914:1.0 3944:1.0 4757:1.0 6527:1.0 6786:1.0 7674:1.0 2 19:1.0 28:0.08333333333333333 30:0.06666666666666667 39:1.5 43:0.14285714285714285 46:1.0 68:0.1111111111111111 89:0.2 91:0.5 129:1.0 130:1.0 139:0.5 161:1.0 263:0.25 264:0.5 275:1.0 547:0.5 694:1.0 701:0.5 763:1.0 1138:1.0 1162:1.0 1430:1.0 1557:1.0 2202:1.0 3944:1.0 4195:1.0 4394:1.0 4757:1.0 2 11:0.3333333333333333 18:0.5 19:1.0 28:0.08333333333333333 30:0.26666666666666666 36:0.25 39:0.5 46:2.0 59:0.6 69:0.5 82:0.3333333333333333 83:0.14285714285714285 118:1.0 170:0.09090909090909091 204:1.0 377:0.3333333333333333 378:1.0 501:1.0 559:1.0 587:1.0 621:1.0 952:0.5 953:1.0 1281:1.0 1608:0.3333333333333333 1679:1.0 1753:1.0 2093:1.0 3807:1.0 4757:1.0 2 6:0.5 7:0.5 10:0.5 11:0.3333333333333333 14:0.25 15:1.0 18:1.0 19:1.0 30:0.3333333333333333 37:0.3333333333333333 39:1.0 43:0.2857142857142857 56:0.08333333333333333 82:0.1111111111111111 112:1.0 113:1.0 136:1.0 153:1.0 168:0.2 187:1.0 208:1.0 263:0.25 401:0.3333333333333333 445:1.0 584:1.0 695:1.0 787:0.5 1409:1.0 1857:1.0 3421:1.0 4757:1.0 2 14:0.25 29:1.0 30:0.13333333333333333 35:0.2 39:0.5 43:0.14285714285714285 46:1.0 53:0.3333333333333333 59:0.2 89:0.2 90:0.023255813953488372 127:2.0 139:0.5 170:0.09090909090909091 263:0.25 286:0.1 329:0.5 559:1.0 815:1.0 1121:1.0 1248:1.0 1354:1.0 2959:0.5 2981:1.0 3272:1.0 3846:1.0 4757:1.0 7385:1.0 2 10:0.25 11:0.3333333333333333 14:0.25 29:1.0 30:0.2 39:2.0 46:4.0 100:0.5 111:1.0 112:1.0 168:0.2 210:0.16666666666666666 264:0.5 352:0.05263157894736842 394:1.0 415:1.0 442:1.0 459:0.5 460:1.0 476:1.0 521:1.0 531:1.0 649:1.0 1233:1.0 1543:1.0 1565:1.0 1913:1.0 1996:1.0 2930:0.5 3078:1.0 3162:1.0 3179:1.0 3880:1.0 4757:1.0 2 11:0.5 14:0.25 15:1.0 28:0.08333333333333333 30:0.13333333333333333 37:0.6666666666666666 43:0.2857142857142857 83:0.14285714285714285 89:0.2 99:1.0 111:1.0 156:0.5 168:0.2 236:0.5 250:0.125 263:0.5 284:0.5 288:1.0 291:1.0 335:0.6666666666666666 479:0.5 679:1.0 740:1.0 958:1.0 1033:1.0 1036:1.0 1629:1.0 1636:1.0 1750:1.0 2180:1.0 2296:1.0 3179:1.0 3714:1.0 3980:1.0 4404:1.0 4574:1.0 4714:1.0 4757:1.0 2 10:0.25 11:0.3333333333333333 12:0.5 21:1.0 28:0.08333333333333333 39:0.5 56:0.08333333333333333 83:0.2857142857142857 100:0.25 126:0.25 134:1.0 144:1.0 188:1.0 189:0.3333333333333333 212:1.0 236:0.5 263:0.5 332:0.3333333333333333 335:0.3333333333333333 336:1.0 349:1.0 358:1.0 369:0.08333333333333333 394:1.0 479:0.5 611:1.0 624:1.0 649:1.0 1054:1.0 1072:1.0 1580:1.0 1616:1.0 1674:1.0 2556:1.0 4757:1.0 6527:1.0 8598:1.0 2 6:0.5 11:0.16666666666666666 18:0.5 19:1.0 30:0.13333333333333333 39:0.5 83:0.14285714285714285 90:0.023255813953488372 142:0.5 170:0.09090909090909091 186:1.0 263:0.25 265:0.08333333333333333 335:0.3333333333333333 340:1.0 352:0.05263157894736842 369:0.08333333333333333 531:1.0 941:1.0 2313:1.0 2962:1.0 3260:1.0 4757:1.0 4758:1.0 8266:1.0 8432:1.0 2 10:0.25 21:1.0 30:0.06666666666666667 39:1.5 46:1.0 63:0.25 64:0.25 82:0.1111111111111111 90:0.023255813953488372 91:0.5 96:2.0 135:0.6666666666666666 136:1.0 140:1.0 156:1.0 163:1.0 189:0.3333333333333333 210:0.16666666666666666 263:0.5 286:0.1 335:0.3333333333333333 336:1.0 357:0.3333333333333333 358:1.0 424:0.3333333333333333 438:0.5 469:1.0 476:1.0 477:1.0 479:0.5 498:1.0 666:0.2 679:1.0 834:1.0 876:0.3333333333333333 1281:1.0 1437:0.5 1634:1.0 1701:1.0 1735:1.0 1888:1.0 3613:1.0 4517:1.0 4668:1.0 4757:1.0 4799:1.0 5201:1.0 2 10:0.25 11:0.16666666666666666 28:0.25 30:0.06666666666666667 39:0.5 59:0.2 100:0.25 127:1.0 160:0.3333333333333333 170:0.09090909090909091 335:0.3333333333333333 344:0.5 414:0.5 510:2.0 525:1.0 531:1.0 609:1.0 805:1.0 1366:1.0 2202:1.0 3182:1.0 3906:1.0 4757:1.0 2 6:0.5 7:0.5 10:0.25 11:0.16666666666666666 18:0.5 30:0.13333333333333333 39:0.5 46:1.0 59:0.2 127:1.0 206:0.14285714285714285 210:0.16666666666666666 344:0.5 388:0.3333333333333333 420:1.0 421:1.0 646:0.2 649:1.0 1049:1.0 1306:0.25 1365:1.0 1408:1.0 1630:1.0 1996:1.0 2177:1.0 3078:1.0 3103:1.0 3407:1.0 4515:1.0 4585:1.0 4757:1.0 2 10:0.25 11:0.16666666666666666 30:0.06666666666666667 40:1.0 90:0.046511627906976744 156:0.5 168:0.2 187:1.0 210:0.16666666666666666 246:0.3333333333333333 247:1.0 250:0.125 263:0.25 335:0.3333333333333333 336:1.0 394:1.0 419:0.5 586:0.14285714285714285 590:1.0 611:1.0 649:1.0 947:0.5 1113:1.0 1289:1.0 1506:1.0 1869:1.0 2348:1.0 3196:1.0 4757:1.0 2 7:0.5 10:0.25 14:0.5 20:0.5 28:0.08333333333333333 30:0.13333333333333333 56:0.08333333333333333 59:0.4 90:0.023255813953488372 100:0.25 142:0.5 153:1.0 170:0.2727272727272727 212:1.0 250:0.125 254:1.0 335:0.3333333333333333 336:1.0 380:0.25 424:0.3333333333333333 478:1.0 720:1.0 1261:0.5 1456:1.0 2264:1.0 2351:1.0 3064:1.0 4627:1.0 4757:1.0 2 6:0.5 10:0.25 11:0.16666666666666666 13:1.0 14:0.25 18:1.0 19:1.0 29:1.0 30:0.13333333333333333 43:0.14285714285714285 46:1.0 63:0.25 83:0.14285714285714285 90:0.023255813953488372 111:1.0 139:0.5 142:0.5 160:0.3333333333333333 168:0.2 187:1.0 208:1.0 263:0.25 264:0.5 335:0.3333333333333333 336:1.0 353:0.16666666666666666 531:1.0 586:0.14285714285714285 591:1.0 611:1.0 614:1.0 669:1.0 720:0.5 1139:1.0 1171:1.0 2176:1.0 2676:1.0 3325:0.25 4536:1.0 4757:1.0 2 19:1.0 30:0.13333333333333333 39:1.0 68:0.1111111111111111 100:0.5 168:0.2 187:1.0 212:1.0 447:1.0 457:1.0 498:1.0 708:1.0 756:0.25 822:0.5 875:1.0 901:1.0 1463:1.0 1646:1.0 1825:1.0 2040:1.0 2711:1.0 3905:1.0 4532:1.0 4757:1.0 6527:1.0 2 30:0.06666666666666667 37:0.3333333333333333 39:0.5 96:1.0 212:1.0 265:0.08333333333333333 358:1.0 416:0.5 439:1.0 476:1.0 531:1.0 552:1.0 646:0.2 2338:1.0 2811:1.0 4757:1.0 5027:1.0 2 24:1.0 30:0.13333333333333333 36:0.5 39:0.5 43:0.14285714285714285 46:1.0 59:0.2 64:0.25 68:0.1111111111111111 82:0.1111111111111111 90:0.046511627906976744 126:0.25 208:1.0 230:1.0 277:1.0 297:0.3333333333333333 335:0.3333333333333333 336:1.0 385:0.5 419:0.5 459:0.5 460:1.0 531:1.0 586:0.14285714285714285 646:0.4 801:0.3333333333333333 815:1.0 1430:1.0 1955:1.0 4757:1.0 2 9:1.0 10:0.25 18:0.5 28:0.16666666666666666 30:0.06666666666666667 35:0.2 39:0.5 43:0.14285714285714285 46:2.0 64:0.25 73:0.5 82:0.1111111111111111 90:0.023255813953488372 100:0.25 144:1.0 153:1.0 156:0.5 210:0.16666666666666666 234:0.1 359:0.3333333333333333 419:0.5 586:0.14285714285714285 624:1.0 1064:1.0 1651:1.0 1654:1.0 2559:1.0 2643:1.0 3243:1.0 3426:1.0 3974:1.0 4757:1.0 5160:1.0 5176:1.0 6715:1.0 2 11:0.5 28:0.16666666666666666 30:0.06666666666666667 35:0.2 36:0.25 39:0.5 43:0.14285714285714285 46:1.0 59:0.2 69:1.0 82:0.1111111111111111 87:1.0 138:0.5 156:1.5 189:0.3333333333333333 208:2.0 210:0.16666666666666666 250:0.125 359:0.6666666666666666 369:0.08333333333333333 377:0.3333333333333333 505:0.5 559:1.0 584:1.0 590:1.0 774:1.0 795:1.0 1743:1.0 2142:1.0 2215:1.0 2216:1.0 2330:1.0 2911:1.0 2982:1.0 4099:1.0 4739:1.0 7111:1.0 2 9:1.0 10:0.25 18:0.5 19:1.0 28:0.08333333333333333 30:0.13333333333333333 46:1.0 48:0.5 68:0.1111111111111111 100:0.25 112:1.0 131:1.0 135:0.6666666666666666 147:1.0 156:0.5 163:1.0 173:1.0 234:0.05 424:0.3333333333333333 476:1.0 785:1.0 806:1.0 896:0.5 930:1.0 1029:1.0 1233:1.0 1654:1.0 2719:1.0 4113:1.0 4757:1.0 5966:1.0 6272:1.0 2 11:0.16666666666666666 18:0.5 20:0.5 28:0.08333333333333333 30:0.2 46:1.0 50:1.0 53:0.3333333333333333 59:0.4 64:0.25 82:0.3333333333333333 118:1.0 170:0.09090909090909091 188:1.0 236:0.5 322:1.0 353:0.16666666666666666 396:1.0 444:1.0 516:1.0 532:1.0 561:1.0 1235:1.0 1507:1.0 1820:2.0 2023:1.0 2551:1.0 2598:1.0 3038:1.0 3914:1.0 6272:1.0 2 11:0.16666666666666666 28:0.08333333333333333 43:0.14285714285714285 68:0.1111111111111111 170:0.18181818181818182 210:0.16666666666666666 247:1.0 829:1.0 1127:1.0 1412:1.0 2044:1.0 2080:1.0 3898:1.0 2 11:0.16666666666666666 15:1.0 17:0.5 28:0.08333333333333333 30:0.4 35:0.4 39:0.5 42:1.0 43:0.14285714285714285 59:0.4 89:0.2 90:0.023255813953488372 112:1.0 187:1.0 208:1.0 399:1.0 584:1.0 649:1.0 691:1.0 787:0.5 804:0.3333333333333333 822:0.5 845:0.3333333333333333 880:1.0 1076:1.0 1083:1.0 1255:1.0 1354:1.0 1750:1.0 1821:1.0 3535:1.0 4309:1.0 2 11:0.3333333333333333 15:1.0 28:0.08333333333333333 30:0.13333333333333333 46:2.0 59:0.2 63:0.25 68:0.1111111111111111 90:0.023255813953488372 100:0.25 144:1.0 189:0.3333333333333333 210:0.16666666666666666 212:1.0 234:0.05 361:0.5 363:1.0 413:1.0 424:0.3333333333333333 443:1.0 545:0.3333333333333333 584:2.0 666:0.2 804:0.3333333333333333 1055:1.0 1234:1.0 1674:1.0 2058:1.0 3369:1.0 3539:1.0 4739:1.0 2 11:0.16666666666666666 18:0.5 46:3.0 68:0.2222222222222222 96:1.0 100:0.25 186:2.0 210:0.16666666666666666 326:0.0625 327:1.0 349:1.0 359:1.0 399:2.0 402:1.0 453:0.5 547:0.5 584:1.0 708:1.0 1171:1.0 1569:0.5 1591:1.0 3298:1.0 3368:0.3333333333333333 4757:1.0 4974:1.0 5214:1.0 2 10:0.5 11:0.16666666666666666 18:0.5 19:1.0 23:1.0 30:0.06666666666666667 39:0.5 46:1.0 50:1.0 59:0.2 63:0.25 65:1.0 69:0.5 82:0.2222222222222222 92:1.0 94:1.0 96:2.0 104:1.0 156:0.5 242:1.0 332:0.3333333333333333 352:0.05263157894736842 359:0.3333333333333333 402:1.0 430:2.0 547:0.5 584:1.0 586:0.2857142857142857 615:1.0 650:1.0 771:1.0 797:1.0 876:0.3333333333333333 1307:1.0 1738:0.5 2182:1.0 3325:0.25 7622:1.0 2 6:0.5 7:0.5 10:0.25 14:0.25 18:0.5 28:0.08333333333333333 30:0.13333333333333333 33:1.0 63:0.25 68:0.1111111111111111 82:0.1111111111111111 118:1.0 119:0.3333333333333333 168:0.2 223:1.0 252:1.0 340:1.0 399:1.0 518:3.0 539:0.3333333333333333 811:1.0 1475:1.0 1960:1.0 2180:1.0 2182:1.0 2202:1.0 2203:1.0 2334:1.0 2613:1.0 4098:1.0 4331:1.0 4378:1.0 4755:1.0 4869:1.0 2 9:1.0 10:0.25 28:0.08333333333333333 30:0.06666666666666667 35:0.2 39:0.5 46:4.0 126:0.25 170:0.09090909090909091 210:0.16666666666666666 230:1.0 236:0.5 390:0.5 401:0.3333333333333333 424:0.3333333333333333 452:1.0 478:1.0 505:0.5 539:0.3333333333333333 611:1.0 660:0.3333333333333333 714:1.0 739:1.0 1095:1.0 3522:1.0 8331:1.0 2 4:0.5 17:1.0 28:0.08333333333333333 30:0.06666666666666667 153:1.0 212:2.0 300:0.25 380:0.25 424:0.3333333333333333 549:1.0 666:0.2 1287:0.5 1826:1.0 2429:1.0 3522:1.0 4576:1.0 4983:0.25 2 17:0.5 30:0.2 37:0.3333333333333333 39:0.5 46:2.0 56:0.08333333333333333 59:0.2 80:1.0 82:0.1111111111111111 83:0.14285714285714285 89:0.2 91:0.5 100:0.25 107:0.5 117:1.0 139:0.5 144:1.0 150:1.0 169:1.0 186:1.0 187:1.0 212:1.0 388:0.3333333333333333 402:1.0 449:0.5 479:0.5 510:1.0 531:1.0 545:0.3333333333333333 559:1.0 609:1.0 636:1.0 666:0.2 679:1.0 745:1.0 811:1.0 860:1.0 1412:1.0 1760:1.0 1961:1.0 3522:1.0 4404:1.0 5086:1.0 2 35:0.2 39:0.5 43:0.14285714285714285 46:1.0 90:0.06976744186046512 144:1.0 170:0.18181818181818182 259:0.5 286:0.1 297:0.3333333333333333 365:1.0 380:0.5 399:1.0 728:1.0 815:1.0 1450:1.0 2206:1.0 2254:1.0 2794:1.0 2875:1.0 4807:0.5 2 4:0.5 11:0.16666666666666666 14:0.5 30:0.26666666666666666 39:1.5 46:2.0 68:0.1111111111111111 82:0.1111111111111111 83:0.14285714285714285 90:0.023255813953488372 127:1.0 173:1.0 212:1.0 263:0.25 358:1.0 367:0.5 370:1.0 377:0.3333333333333333 399:1.0 443:1.0 452:1.0 478:1.0 479:0.5 517:0.5 519:1.0 609:1.0 636:1.0 817:1.0 958:2.0 994:1.0 1033:1.0 1409:1.0 2203:2.0 3366:1.0 4099:1.0 4113:1.0 4212:1.0 4216:1.0 4378:1.0 2 4:0.5 10:0.5 11:0.16666666666666666 17:0.5 19:1.0 29:2.0 30:0.3333333333333333 33:1.0 35:0.2 39:1.5 46:1.0 63:0.25 68:0.1111111111111111 79:0.5 96:2.0 107:0.5 112:1.0 127:1.0 170:0.09090909090909091 189:0.3333333333333333 250:0.125 286:0.1 300:0.25 372:1.0 380:0.25 411:1.0 479:1.0 545:0.3333333333333333 557:1.0 596:0.14285714285714285 622:1.0 694:1.0 742:1.0 801:0.3333333333333333 860:1.0 947:0.5 965:1.0 1082:1.0 1095:1.0 1352:1.0 1404:1.0 1630:1.0 1923:1.0 1984:1.0 2203:1.0 2626:1.0 2959:0.5 4378:1.0 4576:1.0 5420:1.0 2 10:0.25 11:0.5 14:0.25 18:0.5 30:0.26666666666666666 33:1.0 37:0.3333333333333333 39:0.5 43:0.14285714285714285 46:2.0 83:0.14285714285714285 96:1.0 118:1.0 135:0.3333333333333333 156:0.5 170:0.09090909090909091 349:1.0 359:0.3333333333333333 388:0.3333333333333333 419:0.5 424:0.3333333333333333 474:1.0 545:0.3333333333333333 649:1.0 712:1.0 778:1.0 1137:1.0 1227:1.0 1233:1.0 1306:0.25 1702:1.0 3272:1.0 3964:1.0 4198:1.0 4743:1.0 5214:1.0 5737:1.0 8093:1.0 2 10:0.25 11:0.5 17:0.5 28:0.08333333333333333 30:0.13333333333333333 31:1.0 43:0.14285714285714285 53:0.3333333333333333 59:0.2 82:0.1111111111111111 83:0.14285714285714285 108:1.0 111:1.0 170:0.09090909090909091 250:0.375 263:0.25 280:1.0 353:0.16666666666666666 419:0.5 424:1.0 439:1.0 478:3.0 501:1.0 539:1.0 551:1.0 1406:1.0 2203:1.0 3013:1.0 4378:1.0 4625:1.0 2 11:0.16666666666666666 18:0.5 19:1.0 28:0.08333333333333333 29:1.0 30:0.26666666666666666 35:0.6 39:0.5 46:2.0 53:0.3333333333333333 59:0.2 68:0.3333333333333333 82:0.2222222222222222 89:0.2 100:0.25 108:1.0 138:0.5 156:0.5 170:0.09090909090909091 263:0.5 326:0.0625 329:0.5 370:1.0 402:2.0 424:0.3333333333333333 501:1.0 505:0.5 548:1.0 569:0.3333333333333333 719:0.6666666666666666 724:0.3333333333333333 949:1.0 1171:1.0 1227:1.0 1347:1.0 1399:1.0 1634:1.0 2082:1.0 3129:1.0 4149:1.0 4387:1.0 5081:1.0 6865:1.0 6915:1.0 8911:1.0 2 7:0.5 14:0.5 15:1.0 22:1.0 23:1.0 28:0.08333333333333333 30:0.06666666666666667 35:0.2 39:0.5 43:0.2857142857142857 59:0.2 100:0.25 119:0.3333333333333333 126:0.25 344:0.5 401:0.3333333333333333 501:1.0 517:0.5 616:2.0 701:0.5 702:1.0 703:1.0 704:1.0 705:1.0 742:1.0 870:1.0 949:1.0 965:1.0 1016:1.0 1083:1.0 1095:1.0 1210:1.0 1593:1.0 1604:1.0 1890:1.0 2481:1.0 2757:1.0 3164:1.0 3935:1.0 4116:1.0 4378:1.0 4561:1.0 5413:1.0 2 14:0.25 18:0.5 19:2.0 30:0.26666666666666666 39:0.5 46:3.0 50:1.0 53:0.3333333333333333 56:0.08333333333333333 59:0.2 82:0.2222222222222222 102:1.0 263:0.25 277:1.0 280:1.0 369:0.08333333333333333 370:1.0 505:0.5 649:2.0 778:1.0 804:0.3333333333333333 860:1.0 875:1.0 1090:1.0 1391:1.0 1558:1.0 1630:1.0 1919:1.0 2203:1.0 2543:1.0 4059:1.0 4385:1.0 6848:1.0 2 11:0.16666666666666666 39:0.5 56:0.16666666666666666 59:0.2 68:0.1111111111111111 83:0.2857142857142857 90:0.023255813953488372 111:1.0 291:1.0 355:1.0 518:2.0 539:0.3333333333333333 640:1.0 815:2.0 941:1.0 1541:1.0 1890:1.0 3221:1.0 3283:0.5 2 6:0.5 7:0.5 17:0.5 28:0.16666666666666666 30:0.06666666666666667 37:0.3333333333333333 39:0.5 43:0.2857142857142857 46:2.0 59:0.4 82:0.1111111111111111 88:1.0 89:0.2 153:1.0 170:0.09090909090909091 189:0.3333333333333333 209:1.0 212:2.0 241:1.0 250:0.125 265:0.08333333333333333 313:0.2857142857142857 369:0.08333333333333333 412:1.0 419:0.5 539:0.3333333333333333 613:1.0 640:1.0 703:1.0 911:1.0 990:1.0 1209:1.0 1210:1.0 1282:1.0 1287:0.5 2023:1.0 2384:1.0 5581:1.0 2 1:0.3333333333333333 10:0.5 11:0.5 19:2.0 28:0.08333333333333333 30:0.13333333333333333 39:1.0 43:0.14285714285714285 46:3.0 48:0.5 56:0.08333333333333333 89:0.2 111:1.0 112:1.0 118:1.0 204:1.0 210:0.16666666666666666 212:1.0 259:0.5 390:0.5 459:0.5 460:1.0 476:1.0 597:1.0 611:2.0 649:1.0 772:0.5 950:1.0 1115:1.0 1207:1.0 1233:1.0 1430:1.0 1475:1.0 1864:1.0 1902:1.0 2176:1.0 2303:1.0 7597:1.0 2 11:0.16666666666666666 28:0.08333333333333333 39:0.5 43:0.14285714285714285 59:0.2 68:0.1111111111111111 82:0.1111111111111111 90:0.023255813953488372 170:0.18181818181818182 230:1.0 326:0.0625 377:0.3333333333333333 432:1.0 531:1.0 586:0.14285714285714285 719:0.3333333333333333 1165:1.0 1437:0.5 1565:1.0 1688:0.5 1712:1.0 1988:1.0 2254:1.0 8647:1.0 2 6:0.5 7:0.5 9:1.0 11:0.3333333333333333 14:0.25 18:0.5 30:0.06666666666666667 35:0.2 39:1.0 46:3.0 59:0.2 82:0.1111111111111111 83:0.14285714285714285 88:1.0 90:0.06976744186046512 109:0.5 135:0.3333333333333333 138:0.5 139:0.5 170:0.18181818181818182 286:0.1 291:1.0 300:0.25 329:0.5 331:1.0 362:1.0 394:1.0 431:1.0 493:1.0 520:1.0 670:0.3333333333333333 719:0.3333333333333333 804:0.3333333333333333 815:2.0 949:1.0 1040:1.0 1062:1.0 2366:1.0 2990:1.0 4577:1.0 4594:1.0 7858:1.0 2 11:0.16666666666666666 19:2.0 30:0.13333333333333333 36:0.25 43:0.42857142857142855 46:3.0 59:0.2 63:0.25 90:0.046511627906976744 100:0.25 108:1.0 111:1.0 126:0.25 135:0.6666666666666666 136:1.0 145:1.0 156:0.5 170:0.09090909090909091 173:1.0 187:1.0 189:0.3333333333333333 210:0.3333333333333333 250:0.125 288:1.0 300:0.25 340:1.0 358:1.0 362:1.0 432:1.0 453:0.5 462:1.0 502:1.0 703:1.0 754:1.0 815:1.0 838:1.0 888:0.5 1049:1.0 2289:1.0 2328:1.0 2348:1.0 2836:1.0 3063:1.0 6917:1.0 2 9:1.0 10:0.25 11:0.3333333333333333 18:0.5 28:0.08333333333333333 30:0.06666666666666667 39:1.0 43:0.14285714285714285 46:2.0 59:0.2 63:0.25 70:0.5 82:0.1111111111111111 83:0.14285714285714285 88:1.0 111:1.0 139:0.5 168:0.2 173:1.0 212:1.0 230:2.0 327:1.0 340:1.0 359:0.3333333333333333 399:1.0 419:0.5 501:1.0 510:1.0 539:0.3333333333333333 719:0.3333333333333333 832:1.0 845:0.3333333333333333 947:0.5 1919:1.0 2789:1.0 3260:1.0 3313:1.0 3484:1.0 6857:1.0 6958:1.0 7183:1.0 7454:1.0 2 14:0.25 30:0.13333333333333333 33:1.0 37:0.3333333333333333 39:0.5 46:4.0 56:0.08333333333333333 68:0.1111111111111111 82:0.2222222222222222 139:0.5 210:0.3333333333333333 254:1.0 297:0.3333333333333333 300:0.25 344:0.5 359:0.3333333333333333 385:0.5 424:0.3333333333333333 455:1.0 606:1.0 703:1.0 757:1.0 845:0.3333333333333333 1255:1.0 1712:1.0 1919:1.0 2012:1.0 2304:1.0 2305:1.0 2370:1.0 2981:1.0 3081:1.0 3412:1.0 3416:1.0 4691:1.0 6857:1.0 2 10:0.25 19:1.0 25:1.0 30:0.06666666666666667 37:0.6666666666666666 46:3.0 59:0.2 68:0.1111111111111111 83:0.14285714285714285 84:1.0 210:0.16666666666666666 263:0.5 300:0.5 326:0.0625 327:1.0 363:1.0 377:0.3333333333333333 455:2.0 587:1.0 650:1.0 660:0.3333333333333333 785:1.0 822:0.5 937:0.5 1408:1.0 1958:1.0 2152:1.0 2157:1.0 2553:1.0 2790:1.0 3016:0.25 3255:1.0 3450:1.0 7224:1.0 8304:1.0 2 4:0.5 11:0.3333333333333333 17:0.5 39:1.0 45:1.0 46:2.0 59:0.2 100:0.25 156:0.5 206:0.14285714285714285 207:1.0 241:1.0 250:0.125 353:0.16666666666666666 363:1.0 369:0.08333333333333333 443:1.0 584:1.0 1080:1.0 1165:1.0 1604:1.0 1865:1.0 1989:0.3333333333333333 2042:1.0 2187:1.0 3935:1.0 4123:1.0 5186:1.0 8890:1.0 2 7:0.5 11:0.16666666666666666 13:1.0 17:0.5 19:1.0 28:0.08333333333333333 30:0.13333333333333333 39:0.5 43:0.2857142857142857 46:1.0 59:0.4 100:0.5 108:1.0 109:0.5 127:1.0 139:0.5 156:1.0 168:0.2 170:0.09090909090909091 359:0.3333333333333333 367:0.5 369:0.08333333333333333 377:0.3333333333333333 388:0.3333333333333333 394:1.0 459:0.5 498:1.0 587:1.0 694:1.0 707:1.0 730:1.0 877:1.0 952:0.5 953:1.0 954:1.0 955:1.0 958:1.0 985:1.0 2581:0.25 2582:1.0 3716:1.0 3772:1.0 4520:1.0 7857:1.0 2 11:0.3333333333333333 18:0.5 19:1.0 23:1.0 29:1.0 30:0.06666666666666667 35:0.4 37:0.3333333333333333 39:1.0 43:0.2857142857142857 46:2.0 48:0.5 63:0.25 82:0.1111111111111111 91:0.5 100:0.25 126:0.25 138:0.5 139:0.5 140:1.0 170:0.09090909090909091 189:0.3333333333333333 210:0.16666666666666666 232:1.0 263:0.25 297:0.3333333333333333 394:1.0 399:1.0 468:1.0 510:1.0 646:0.2 650:1.0 708:1.0 745:1.0 804:0.3333333333333333 877:1.0 1131:1.0 1452:0.5 1742:1.0 1863:1.0 1982:1.0 1996:1.0 2656:1.0 3129:1.0 3215:1.0 4376:1.0 2 10:0.25 24:1.0 45:1.0 46:1.0 184:1.0 236:0.5 250:0.125 286:0.1 369:0.08333333333333333 451:1.0 479:0.5 531:1.0 702:1.0 1388:1.0 1556:1.0 1591:1.0 1888:1.0 1981:1.0 2772:1.0 2 11:0.16666666666666666 28:0.08333333333333333 35:0.2 39:1.0 46:1.0 56:0.08333333333333333 64:0.25 79:0.5 82:0.2222222222222222 234:0.05 332:0.3333333333333333 352:0.05263157894736842 377:0.3333333333333333 399:1.0 479:0.5 505:0.5 611:1.0 801:0.6666666666666666 822:0.5 1076:1.0 1216:1.0 1339:1.0 1695:1.0 1821:1.0 1949:1.0 3014:1.0 3284:1.0 8032:1.0 2 6:0.5 7:0.5 10:0.25 11:0.3333333333333333 14:0.25 43:0.14285714285714285 64:0.25 82:0.1111111111111111 83:0.14285714285714285 100:0.25 109:0.5 250:0.125 256:1.0 265:0.16666666666666666 352:0.05263157894736842 377:0.3333333333333333 428:1.0 660:0.3333333333333333 815:1.0 1358:0.5 1427:1.0 1753:1.0 2093:1.0 2345:1.0 2526:1.0 4517:1.0 2 4:0.5 7:0.5 10:0.25 11:0.16666666666666666 13:1.0 19:1.0 30:0.06666666666666667 33:1.0 46:3.0 53:0.6666666666666666 71:1.0 79:0.5 82:0.1111111111111111 83:0.14285714285714285 90:0.023255813953488372 100:0.5 156:0.5 170:0.09090909090909091 212:1.0 230:1.0 263:0.25 265:0.08333333333333333 363:1.0 369:0.16666666666666666 424:0.3333333333333333 468:1.0 522:0.25 568:1.0 584:2.0 725:0.5 745:1.0 786:1.0 815:1.0 1073:1.0 1199:0.5 1408:1.0 1447:1.0 1542:1.0 1605:0.5 2062:1.0 2093:1.0 2136:0.3333333333333333 2183:1.0 2289:1.0 4077:1.0 7230:1.0 2 9:1.0 14:0.25 28:0.08333333333333333 30:0.06666666666666667 35:0.2 39:1.5 46:1.0 59:0.2 64:0.25 68:0.1111111111111111 71:1.0 83:0.14285714285714285 100:0.25 139:1.0 170:0.18181818181818182 173:1.0 187:1.0 189:0.3333333333333333 225:1.0 234:0.05 311:1.0 313:0.14285714285714285 401:0.3333333333333333 479:0.5 512:1.0 569:0.3333333333333333 679:1.0 728:1.0 780:1.0 801:0.3333333333333333 877:1.0 2218:0.5 2254:1.0 2286:1.0 2407:1.0 4714:2.0 4911:1.0 6257:1.0 2 10:0.5 11:0.16666666666666666 19:1.0 30:0.06666666666666667 37:0.3333333333333333 46:1.0 64:0.25 82:0.1111111111111111 83:0.42857142857142855 100:0.75 110:1.0 138:0.5 206:0.14285714285714285 230:1.0 265:0.16666666666666666 477:1.0 551:1.0 649:1.0 770:1.0 937:0.5 1306:0.25 1911:1.0 3254:1.0 4741:1.0 6917:1.0 2 10:0.25 17:0.5 19:1.0 28:0.25 30:0.13333333333333333 35:0.2 56:0.08333333333333333 100:0.25 265:0.08333333333333333 353:0.16666666666666666 719:0.3333333333333333 817:1.0 854:1.0 968:1.0 1541:1.0 1630:1.0 2088:1.0 3884:1.0 4596:1.0 2 10:0.25 11:0.16666666666666666 19:1.0 28:0.08333333333333333 30:0.2 39:0.5 46:1.0 68:0.1111111111111111 73:0.5 100:0.25 126:0.25 127:1.0 135:0.3333333333333333 170:0.09090909090909091 212:1.0 230:1.0 234:0.05 357:0.3333333333333333 367:0.5 388:0.3333333333333333 419:1.0 453:0.5 510:2.0 1306:0.25 1604:1.0 1606:1.0 1707:1.0 2434:1.0 2514:1.0 2852:1.0 2864:1.0 2904:1.0 3660:1.0 3935:1.0 4627:1.0 2 11:0.16666666666666666 28:0.08333333333333333 30:0.26666666666666666 43:0.14285714285714285 46:1.0 48:1.0 68:0.1111111111111111 83:0.14285714285714285 156:1.0 221:1.0 236:0.5 254:1.0 263:0.25 265:0.08333333333333333 344:0.5 388:0.3333333333333333 419:0.5 586:0.14285714285714285 650:1.0 682:1.0 831:0.5 854:1.0 876:0.3333333333333333 895:1.0 1057:1.0 1108:1.0 1437:0.5 1452:0.5 1988:1.0 2055:0.5 2177:1.0 2775:1.0 2884:1.0 3772:1.0 6555:1.0 2 19:1.0 30:0.06666666666666667 33:1.0 43:0.14285714285714285 46:4.0 64:0.25 68:0.1111111111111111 79:0.5 82:0.1111111111111111 139:0.5 156:0.5 170:0.09090909090909091 263:0.25 355:1.0 416:0.5 432:1.0 435:1.0 453:0.5 457:1.0 476:1.0 584:1.0 666:0.2 857:1.0 952:0.5 1076:1.0 1172:1.0 1412:1.0 2526:1.0 3369:1.0 3927:1.0 4059:1.0 4473:1.0 4492:1.0 4527:1.0 2 7:0.5 10:0.75 11:0.3333333333333333 14:0.25 28:0.16666666666666666 30:0.13333333333333333 56:0.08333333333333333 59:0.4 68:0.1111111111111111 83:0.14285714285714285 119:0.3333333333333333 138:0.5 140:1.0 156:0.5 161:1.0 170:0.09090909090909091 304:1.0 424:0.3333333333333333 517:0.5 539:0.3333333333333333 757:1.0 958:1.0 1036:1.0 1495:1.0 2123:1.0 2202:1.0 3678:1.0 2 10:0.5 15:1.0 24:1.0 28:0.08333333333333333 30:0.26666666666666666 39:1.5 43:0.14285714285714285 45:1.0 46:2.0 63:0.25 113:1.0 140:1.0 156:0.5 189:0.3333333333333333 212:1.0 230:1.0 250:0.125 265:0.08333333333333333 297:0.3333333333333333 344:0.5 370:1.0 419:0.5 431:1.0 510:1.0 584:1.0 1565:1.0 1734:1.0 1857:1.0 2165:2.0 2291:1.0 2304:1.0 2305:1.0 2481:1.0 2519:1.0 6883:1.0 8082:1.0 2 10:0.25 11:0.3333333333333333 28:0.16666666666666666 29:1.0 30:0.13333333333333333 37:0.6666666666666666 39:2.5 43:0.14285714285714285 46:2.0 59:0.2 64:0.25 79:0.5 100:0.25 109:0.5 127:1.0 156:0.5 161:1.0 170:0.18181818181818182 259:0.5 377:0.3333333333333333 399:1.0 416:0.5 449:0.5 479:0.5 587:1.0 801:0.3333333333333333 824:1.0 876:0.3333333333333333 958:1.0 1739:1.0 2029:1.0 2165:1.0 2321:2.0 2352:1.0 3140:1.0 3167:1.0 3875:1.0 3900:1.0 4153:1.0 4363:1.0 4746:1.0 7469:1.0 2 11:0.16666666666666666 14:0.75 28:0.16666666666666666 30:0.13333333333333333 39:1.5 43:0.2857142857142857 46:2.0 48:0.5 68:0.1111111111111111 83:0.14285714285714285 90:0.046511627906976744 100:0.25 126:0.25 173:1.0 206:0.14285714285714285 212:2.0 247:1.0 263:0.25 264:0.5 281:0.5 369:0.08333333333333333 545:0.3333333333333333 571:1.0 616:1.0 636:1.0 674:1.0 772:0.5 815:1.0 946:0.5 1000:0.5 1232:1.0 1280:1.0 1308:1.0 3025:1.0 3248:1.0 3657:1.0 4202:1.0 2 10:0.25 14:0.25 19:2.0 30:0.06666666666666667 39:0.5 46:5.0 53:0.3333333333333333 59:0.4 68:0.1111111111111111 100:0.25 118:1.0 189:0.3333333333333333 203:1.0 204:1.0 250:0.125 279:1.0 288:1.0 545:0.3333333333333333 650:1.0 673:1.0 703:1.0 1333:2.0 1741:1.0 1924:1.0 2367:1.0 3081:1.0 3158:1.0 3325:0.25 3793:1.0 4563:1.0 4746:1.0 6604:1.0 2 4:0.5 10:0.25 11:0.3333333333333333 18:0.5 19:1.0 30:0.2 39:0.5 43:0.14285714285714285 46:3.0 48:0.5 82:0.1111111111111111 100:0.5 135:0.6666666666666666 170:0.09090909090909091 359:0.3333333333333333 402:1.0 505:0.5 646:0.2 650:1.0 703:1.0 728:1.0 756:0.5 815:1.0 1199:0.5 1238:1.0 1283:1.0 1557:1.0 1606:1.0 2443:1.0 3026:1.0 4113:1.0 4746:1.0 9040:1.0 2 11:0.16666666666666666 14:0.5 19:1.0 28:0.08333333333333333 30:0.06666666666666667 43:0.14285714285714285 46:3.0 63:0.5 68:0.1111111111111111 111:1.0 156:0.5 212:1.0 237:1.0 246:0.6666666666666666 250:0.125 286:0.1 416:0.5 420:1.0 535:1.0 545:0.3333333333333333 607:1.0 708:1.0 778:1.0 1022:1.0 1056:1.0 1071:1.0 1076:1.0 1306:0.25 1315:1.0 1545:1.0 1557:1.0 1621:1.0 1634:1.0 1714:1.0 2033:1.0 2727:1.0 3081:1.0 3529:1.0 4580:1.0 2 11:0.16666666666666666 17:0.5 30:0.4 39:0.5 41:1.0 64:0.25 90:0.046511627906976744 119:0.3333333333333333 134:1.0 170:0.09090909090909091 212:2.0 236:0.5 263:0.25 297:0.3333333333333333 329:0.5 369:0.08333333333333333 399:1.0 411:1.0 649:1.0 666:0.2 691:1.0 720:0.5 753:1.0 875:2.0 888:0.5 896:1.0 993:1.0 1121:1.0 1125:0.16666666666666666 1197:1.0 1215:1.0 1630:1.0 2481:1.0 2752:1.0 3182:1.0 3352:1.0 4106:1.0 4610:1.0 5554:1.0 7346:1.0 2 11:0.16666666666666666 15:1.0 29:1.0 30:0.26666666666666666 37:0.3333333333333333 39:0.5 68:0.3333333333333333 82:0.2222222222222222 126:0.25 135:0.3333333333333333 156:0.5 263:0.25 286:0.1 327:1.0 419:0.5 438:0.5 473:1.0 479:0.5 517:0.5 524:1.0 670:0.3333333333333333 753:1.0 875:1.0 888:0.5 958:1.0 1083:1.0 1197:2.0 1216:1.0 1244:1.0 1248:1.0 1352:1.0 1423:1.0 1542:1.0 1569:0.5 1654:1.0 2441:1.0 2598:1.0 3270:1.0 4226:1.0 2 9:1.0 19:1.0 30:0.2 36:0.25 39:0.5 43:0.2857142857142857 46:2.0 59:0.4 68:0.1111111111111111 69:0.5 82:0.1111111111111111 90:0.023255813953488372 96:1.0 100:0.25 170:0.2727272727272727 189:0.3333333333333333 211:1.0 329:0.5 359:0.3333333333333333 394:1.0 419:0.5 443:1.0 511:1.0 609:1.0 673:1.0 756:0.25 787:0.5 829:1.0 973:1.0 1083:1.0 1408:1.0 1423:1.0 1557:1.0 1731:1.0 2372:1.0 2832:1.0 3256:1.0 2 10:0.5 11:0.16666666666666666 28:0.08333333333333333 41:2.0 46:2.0 59:0.2 189:0.3333333333333333 212:2.0 263:0.25 332:0.3333333333333333 402:1.0 480:1.0 609:1.0 630:1.0 703:1.0 742:1.0 801:0.3333333333333333 1064:1.0 1238:1.0 1557:1.0 1569:0.5 2540:1.0 3253:1.0 4313:1.0 4394:1.0 7319:1.0 2 10:0.25 11:0.16666666666666666 28:0.08333333333333333 30:0.13333333333333333 39:0.5 41:2.0 46:1.0 100:0.5 118:1.0 156:0.5 189:0.3333333333333333 190:1.0 234:0.05 286:0.1 297:0.3333333333333333 332:0.3333333333333333 358:1.0 375:1.0 583:1.0 649:1.0 694:1.0 716:1.0 784:1.0 875:1.0 1033:1.0 1125:0.16666666666666666 1676:1.0 1955:1.0 1974:1.0 2286:1.0 2348:1.0 3272:1.0 6390:1.0 6760:1.0 7729:1.0 2 10:0.25 11:0.16666666666666666 18:0.5 19:1.0 24:1.0 28:0.08333333333333333 39:0.5 41:1.0 63:0.5 83:0.2857142857142857 168:0.2 204:1.0 329:0.5 459:0.5 545:0.3333333333333333 649:1.0 794:1.0 1306:0.25 2502:1.0 2517:1.0 2648:1.0 7845:1.0 8781:1.0 2 10:0.25 11:0.3333333333333333 39:0.5 43:0.14285714285714285 89:0.2 100:0.5 108:1.0 111:1.0 138:0.5 161:1.0 189:0.3333333333333333 212:1.0 352:0.05263157894736842 361:0.5 419:0.5 534:1.0 590:1.0 650:1.0 803:2.0 973:1.0 1634:1.0 2384:1.0 2959:0.5 4489:1.0 5716:1.0 2 6:0.5 11:0.16666666666666666 17:0.5 28:0.16666666666666666 30:0.13333333333333333 33:1.0 34:1.0 35:0.2 39:1.5 43:0.14285714285714285 46:1.0 59:0.2 168:0.2 170:0.18181818181818182 222:1.0 388:0.3333333333333333 742:1.0 1043:1.0 1125:0.16666666666666666 1353:1.0 1516:1.0 1727:1.0 3192:1.0 4599:1.0 5102:0.5 8411:1.0 2 9:1.0 11:0.16666666666666666 14:0.25 28:0.25 43:0.14285714285714285 46:2.0 59:0.2 63:0.25 64:0.25 68:0.2222222222222222 69:0.5 82:0.1111111111111111 87:1.0 115:1.0 170:0.09090909090909091 173:1.0 236:0.5 263:0.25 388:0.3333333333333333 402:3.0 419:0.5 473:1.0 505:0.5 541:1.0 560:1.0 616:1.0 646:0.2 756:0.5 757:1.0 1046:1.0 1437:0.5 2443:1.0 2553:1.0 2768:0.5 2911:1.0 4523:1.0 5845:1.0 2 6:0.5 11:0.16666666666666666 14:0.25 15:1.0 17:0.5 20:0.5 24:1.0 28:0.08333333333333333 30:0.06666666666666667 43:0.14285714285714285 46:1.0 53:0.3333333333333333 59:0.2 63:0.25 68:0.1111111111111111 82:0.1111111111111111 89:0.2 142:0.5 153:1.0 156:0.5 168:0.2 170:0.09090909090909091 210:0.16666666666666666 292:1.0 359:0.3333333333333333 394:1.0 416:0.5 419:1.0 444:1.0 505:0.5 531:1.0 804:0.3333333333333333 1033:1.0 1358:0.5 1733:1.0 2372:1.0 2 11:0.3333333333333333 14:0.25 28:0.16666666666666666 30:0.26666666666666666 35:0.2 36:0.25 37:0.3333333333333333 39:0.5 43:0.14285714285714285 46:1.0 63:0.25 112:1.0 121:1.0 148:1.0 170:0.09090909090909091 187:1.0 210:0.16666666666666666 212:1.0 219:1.0 221:1.0 478:1.0 545:0.3333333333333333 611:1.0 705:1.0 720:0.5 1630:1.0 1905:1.0 1984:1.0 2328:1.0 2372:1.0 2467:1.0 2492:1.0 2695:1.0 3421:1.0 7666:1.0 2 6:0.5 11:0.16666666666666666 17:0.5 19:1.0 28:0.08333333333333333 30:0.26666666666666666 39:0.5 43:0.14285714285714285 46:3.0 64:0.25 100:0.25 218:1.0 250:0.125 337:1.0 428:1.0 459:0.5 535:1.0 587:1.0 596:0.14285714285714285 650:1.0 728:2.0 804:0.6666666666666666 1353:1.0 1467:1.0 1633:1.0 1919:1.0 2203:1.0 2328:1.0 2705:1.0 2794:1.0 2947:1.0 4096:1.0 6579:1.0 6778:1.0 7026:1.0 2 11:0.3333333333333333 15:1.0 17:0.5 28:0.25 30:0.06666666666666667 37:0.6666666666666666 39:0.5 43:0.2857142857142857 46:1.0 63:0.25 68:0.1111111111111111 83:0.14285714285714285 90:0.023255813953488372 91:0.5 118:1.0 146:1.0 147:1.0 156:0.5 161:1.0 170:0.09090909090909091 189:0.3333333333333333 263:0.25 264:0.5 326:0.0625 327:1.0 416:0.5 428:1.0 469:1.0 478:1.0 491:1.0 551:1.0 556:1.0 584:1.0 586:0.14285714285714285 650:1.0 666:0.2 876:0.3333333333333333 1196:1.0 1337:1.0 1353:1.0 1358:0.5 1621:1.0 1654:1.0 2514:1.0 3125:1.0 3139:1.0 3407:1.0 4321:1.0
0ed4c42a3950f82889eebedf8401ed3d20a6eaea
449d555969bfd7befe906877abab098c6e63a0e8
/257/CH7/EX7.21/example_7_21.sce
b6b0e522703167a0c377c0dbdbf617d3ea6ce966
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
example_7_21.sce
Mp=30 //given Ts=5 zeta=0.358 omegaN=4/(zeta*Ts) disp(omegaN,"omegaN = ") omegaD=omegaN*(sqrt(1-zeta^2)) Tp=%pi/omegaD disp(Tp," Tp = ") TF=omegaN^2/(s^2+2*zeta*omegaN*s+omegaN^2) disp(TF, "transfer function = ") theta=atan(sqrt(1-zeta^2)/zeta) disp(theta," theta = ") c=(((1-(%e^(-zeta*omegaN*t))/sqrt(1-zeta^2)*sin(omegaD*t+theta)))) disp(c," c = ")
e1c9559953938d153ec496675b765d4dc877cea1
554497a38f7f14675210e4fc69e235e0ba88a1b4
/Tests/test.tst
978628d3974b5e6790968e937e2f90a0bfc0fe13
[]
no_license
venkatyedida/Test_Practice
9416977d073026c74fa8b82f3aae207b1e46cdac
aeabdd45c8ba1745a42220d86d9140d9435d9b58
refs/heads/master
2021-01-23T00:15:10.428800
2017-03-21T14:22:34
2017-03-21T14:22:34
85,709,259
0
0
null
null
null
null
UTF-8
Scilab
false
false
4,553
tst
test.tst
<?xml version="1.0" encoding="UTF-8"?> <TestCase name="test" version="5"> <meta> <create author="admin" buildNumber="9.0.0.297" date="03/21/2017" host="ATCVMDEVU0908" version="9.0.0"/> <lastEdited author="admin" buildNumber="9.0.0.297" date="03/21/2017" host="ATCVMDEVU0908" version="9.0.0"/> </meta> <id>CD2841560E4111E786308A0E20524153</id> <Documentation>Put documentation of the Test Case here.</Documentation> <IsInProject>true</IsInProject> <sig>ZWQ9NSZ0Y3Y9LTEmbGlzYXY9OS4wLjAgKDkuMC4wLjI5Nykmbm9kZXM9MTIxNDQyMjA1OA==</sig> <subprocess>false</subprocess> <initState> </initState> <resultState> </resultState> <Node log="" name="https POST /MerchRptWS/MerchantReport/DataMaintenance" next="Send Email Step" quiet="false" think="500-1S" type="com.itko.lisa.ws.rest.RESTNode" uid="CD2841570E4111E786308A0E20524153" useFilters="true" version="3"> <!-- Filters --> <Filter type="com.itko.lisa.xml.FilterXMLXPath"> <valueToFilterKey>lisa.https POST /MerchRptWS/MerchantReport/DataMaintenance.rsp</valueToFilterKey> <prop>JobId</prop> <xpathq>//JobId</xpathq> </Filter> <url>https://webapps-qa.homedepot.com/MerchRptWS/MerchantReport/DataMaintenance</url> <content>requestXML=&lt;MerchantReportTO&gt;&#xd; &lt;report531StatusFlag&gt;N&lt;/report531StatusFlag&gt;&#xd; &lt;report560Flag&gt;N&lt;/report560Flag&gt;&#xd; &lt;includeDCFlag&gt;Y&lt;/includeDCFlag&gt;&#xd; &lt;reportTmpRetlMktUSDFlag&gt;N&lt;/reportTmpRetlMktUSDFlag&gt;&#xd; &lt;reportTmpRetlStrUSDFlag&gt;N&lt;/reportTmpRetlStrUSDFlag&gt;&#xd; &lt;reportIncrediblePriceFlag&gt;N&lt;/reportIncrediblePriceFlag&gt;&#xd; &lt;reportRCWNormFlag&gt;Y&lt;/reportRCWNormFlag&gt;&#xd; &lt;report531AllFlag&gt;N&lt;/report531AllFlag&gt;&#xd; &lt;disasterCode&gt;0&lt;/disasterCode&gt;&#xd; &lt;reportStoreRCWFlag&gt;Y&lt;/reportStoreRCWFlag&gt;&#xd; &lt;newRetailEffectiveEndDate/&gt;&#xd; &lt;reportRCWMultiVendFlag&gt;N&lt;/reportRCWMultiVendFlag&gt;&#xd; &lt;fiscalYearWeekKeyValue/&gt;&#xd; &lt;reportLCSFlag&gt;N&lt;/reportLCSFlag&gt;&#xd; &lt;reportRCCWSimpleFlag&gt;N&lt;/reportRCCWSimpleFlag&gt;&#xd; &lt;userId&gt;QAT010&lt;/userId&gt;&#xd; &lt;reportVolumeBasedPriceFlag&gt;N&lt;/reportVolumeBasedPriceFlag&gt;&#xd; &lt;skuTO&gt;&#xd; &lt;merchandiseClassNumber&gt;17&lt;/merchandiseClassNumber&gt;&#xd; &lt;merchandiseSubClassNumber&gt;4&lt;/merchandiseSubClassNumber&gt;&#xd; &lt;merchandiseDepartmentNumber&gt;29&lt;/merchandiseDepartmentNumber&gt;&#xd; &lt;skuNumber&gt;1000510009&lt;/skuNumber&gt;&#xd; &lt;/skuTO&gt;&#xd; &lt;newRetailEffectiveDate/&gt;&#xd; &lt;reportTmpRetlMktPerFlag&gt;N&lt;/reportTmpRetlMktPerFlag&gt;&#xd; &lt;reportTmpRetlStrPerFlag&gt;N&lt;/reportTmpRetlStrPerFlag&gt;&#xd; &lt;buyingOfficeTO&gt;&#xd; &lt;marketTO&gt;&#xd; &lt;marketNumber&gt;1&lt;/marketNumber&gt;&#xd; &lt;storeTO&gt;&#xd; &lt;strNumber&gt;105&lt;/strNumber&gt;&#xd; &lt;/storeTO&gt;&#xd; &lt;/marketTO&gt;&#xd; &lt;buyingOfficeNumber&gt;1&lt;/buyingOfficeNumber&gt;&#xd; &lt;/buyingOfficeTO&gt;&#xd; &lt;reportSOMultiFlag&gt;N&lt;/reportSOMultiFlag&gt;&#xd; &lt;reportRCCWDtldFlag&gt;N&lt;/reportRCCWDtldFlag&gt;&#xd; &lt;/MerchantReportTO&gt;</content> <content-type/> <data-type>text</data-type> <httpMethod>POST</httpMethod> <onError>abort</onError> </Node> <Node log="" name="Send Email Step" next="end" quiet="false" think="500-1S" type="com.itko.lisa.glass.SendEmailStep" uid="CD2841580E4111E786308A0E20524153" useFilters="true" version="1"> <EmailConnection> <AssetInfo hashcode="-247697611" type="org.apache.commons.mail.HtmlEmail"><Url>config://com.itko.lisa.glass.email.asset-DC25C9EB0E3C11E786308A0E20524153</Url> </AssetInfo> <Ref> </Ref> </EmailConnection> <Bcc/> <Cc/> <From>SAILAJA_NARSIPURAM@homedepot.com</From> <Message>test </Message> <Subject>Test</Subject> <To>SAILAJA_NARSIPURAM@homedepot.com</To> <onError>abort</onError> </Node> <Node log="" name="end" next="fail" quiet="true" think="0h" type="com.itko.lisa.test.NormalEnd" uid="CD2841590E4111E786308A0E20524153" useFilters="true" version="1"> </Node> <Node log="" name="fail" next="abort" quiet="true" think="0h" type="com.itko.lisa.test.Abend" uid="CD28415A0E4111E786308A0E20524153" useFilters="true" version="1"> </Node> <Node log="" name="abort" next="" quiet="true" think="0h" type="com.itko.lisa.test.AbortStep" uid="CD28415B0E4111E786308A0E20524153" useFilters="true" version="1"> </Node> </TestCase>
f91377123b048219c5df63e826cb457869076990
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/scripts/rt-tester/t3-l1-pi-signal.tst
39ec74ab06ee76b9f0cbdf39f3d333c2ad0c4301
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
Scilab
false
false
1,587
tst
t3-l1-pi-signal.tst
# # rt-mutex test # # Op: C(ommand)/T(est)/W(ait) # | opcode # | | threadid: 0-7 # | | | opcode argument # | | | | # C: lock: 0: 0 # # Commands # # opcode opcode argument # schedother nice value # schedfifo priority # lock lock nr (0-7) # locknowait lock nr (0-7) # lockint lock nr (0-7) # lockintnowait lock nr (0-7) # lockcont lock nr (0-7) # unlock lock nr (0-7) # signal thread to signal (0-7) # reset 0 # resetevent 0 # # Tests / Wait # # opcode opcode argument # # prioeq priority # priolt priority # priogt priority # nprioeq normal priority # npriolt normal priority # npriogt normal priority # locked lock nr (0-7) # blocked lock nr (0-7) # blockedwake lock nr (0-7) # unlocked lock nr (0-7) # opcodeeq command opcode or number # opcodelt number # opcodegt number # eventeq number # eventgt number # eventlt number # Reset event counter C: resetevent: 0: 0 W: opcodeeq: 0: 0 # Set priorities C: schedother: 0: 0 C: schedfifo: 1: 80 C: schedfifo: 2: 81 # T0 lock L0 C: lock: 0: 0 W: locked: 0: 0 # T1 lock L0, no wait in the wakeup path C: locknowait: 1: 0 W: blocked: 1: 0 T: prioeq: 0: 80 T: prioeq: 1: 80 # T2 lock L0 interruptible, no wait in the wakeup path C: lockintnowait: 2: 0 W: blocked: 2: 0 T: prioeq: 0: 81 T: prioeq: 1: 80 # Interrupt T2 C: signal: 2: 2 W: unlocked: 2: 0 T: prioeq: 1: 80 T: prioeq: 0: 80 T: locked: 0: 0 T: blocked: 1: 0 # T0 unlock L0 C: unlock: 0: 0 # Wait until T1 has locked L0 and exit W: locked: 1: 0 W: unlocked: 0: 0 T: priolt: 0: 1 C: unlock: 1: 0 W: unlocked: 1: 0
71a97edc85d409e00f25cd619f6a6fa94df05668
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
/ketpic2escifiles6/FouriercoeffL.sci
2d0d840bf5e488be3cf34213f5c72ecc890d2564
[]
no_license
ketpic/ketcindy-scilab-support
e1646488aa840f86c198818ea518c24a66b71f81
3df21192d25809ce980cd036a5ef9f97b53aa918
refs/heads/master
2021-05-11T11:40:49.725978
2018-01-16T14:02:21
2018-01-16T14:02:21
117,643,554
1
0
null
null
null
null
UTF-8
Scilab
false
false
330
sci
FouriercoeffL.sci
// 09.03.12 function Out=FouriercoeffL(Fn,T,Upto) Out=Mix(Fouriercoeff(Fn,T,'c',0)); CL=[]; for K=1:Upto Tmp=Fouriercoeff(Fn,T,'c',K); CL=[CL,Tmp]; end; Out=Mixadd(Out,CL); CL=[]; for K=1:Upto Tmp=Fouriercoeff(Fn,T,'s',K); CL=[CL,Tmp]; end; Out=Mixadd(Out,CL); Out=Mixadd(Out,T); endfunction;
440d3c1f8ccdacfc3c2705f93dd385a227a09da1
449d555969bfd7befe906877abab098c6e63a0e8
/68/CH5/EX5.2/ex2.sce
430c974a7dfc037c2e253444b927a5e2ab5dd573
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
853
sce
ex2.sce
// Example 5.2 : Consider a common Emitter circuit I_S=10^-15; // (A) R_C=6.8*10^3; // (ohm) V_CC=10; // (V) V_CE=3.2; // (V) V_T=25*10^-3; // (V) // 5.2a I_C=(V_CC-V_CE)/R_C; disp(I_C,"Collector current (A)") V_BE=V_T*log(I_C/I_S); disp(V_BE,"V_BE (V)") // 5.2b V_in=5*10^-3; // sinuosoidal input 0f peak amplitide 5mv A_v=-(V_CC-V_CE)/V_T; disp(A_v,"Voltage gain") V_o=-A_v*V_in; // negative sign to make positive value of voltage gain disp(V_o,"Amplitude of output voltage (V)") // 5.2c v_CE=0.3// (V) i_C=(V_CC-v_CE)/R_C; disp(i_C,"i_C (A)") v_be=V_T*log(i_C/I_C); // v_BE is positive increment in v_BE disp(v_be,"required increment (V)") // 5.2d v_O=0.99*V_CC; R_C=6.8*10^3; // (ohm) i_C=(V_CC-v_O)/R_C; I_C=1*10^-3; // (A) disp(i_C,"i_C (A)") v_be=V_T*log(i_C/I_C); disp(v_be,"negative increment in v_BE (V)")
934b88ccb7ba1fa66aafcbb1d311ea03d29bdac5
449d555969bfd7befe906877abab098c6e63a0e8
/2780/CH3/EX3.13/Ex3_13.sce
8a243b545ea4eb1c0e41d18f33a7e756ad33c544
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
303
sce
Ex3_13.sce
clc //to calculate orders //let E=(e+d) //formula is (e+d)*sin thita=n*lambda //for maximum order to be possible thita=90 degree //sin theta=1 E=2.54/2620 //in cm lambda=5*10^-5 //wavelength of the incident light in cm n=E/lambda disp("the orders will be visible is n="+string(n)+"unitless")
cee132efb28332303e0fba6f0489ee95372e21ea
449d555969bfd7befe906877abab098c6e63a0e8
/650/CH1/EX1.12/12.sce
63413d9e53932f70a951ab4cdac50e2a3bad19e8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
166
sce
12.sce
clc mc=100; //kg g=9.81; //m/s^2 rho=1000; //kg/m^3 rho_c=7930; //kg/m^3 m=mc*rho/rho_c; F=mc*g-m*g; disp("The tension in the cable =") disp(F) disp("N")
91171a9c1671161f23dee13d14d209df3f7c29ed
449d555969bfd7befe906877abab098c6e63a0e8
/2873/CH9/EX9.3/Ex9_3.sce
4c549091a1e306c4bb9a8e32e7c93bf5387b931b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,676
sce
Ex9_3.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Engineering Thermodynamics by Onkar Singh Chapter 9 Example 3") T1=(100+273.15);//temperature at beginning of compresssion in K P1=103;//pressure at beginning of compresssion in KPa Cp=1.003;//specific heat at constant pressure in KJ/kg K Cv=0.71;//specific heat at constant volume in KJ/kg K Q23=1700;//heat added during combustion in KJ/kg P3=5000;//maximum pressure in cylinder in KPa disp("1-2-3-4=cycle a") disp("1-2_a-3_a-4_a-5=cycle b") disp("here Cp/Cv=y") y=Cp/Cv y=1.4;//approx. disp("and R=0.293 KJ/kg K") R=0.293; disp("let us consider 1 kg of air for perfect gas,") m=1;//mass of air in kg disp("P*V=m*R*T") disp("so V1=m*R*T1/P1 in m^3") V1=m*R*T1/P1 disp("at state 3,") disp("P3*V3=m*R*T3") disp("so T3/V2=P3/(m*R)") P3/(m*R) disp("so T3=17064.8*V2............eq1") disp("for cycle a and also for cycle b") disp("T3_a=17064.8*V2_a.............eq2") disp("a> for otto cycle,") disp("Q23=Cv*(T3-T2)") disp("so T3-T2=Q23/Cv") Q23/Cv disp("and T2=T3-2394.36.............eq3") disp("from gas law,P2*V2/T2=P3*V3/T3") disp("here V2=V3 and using eq 3,we get") disp("so P2/(T3-2394.36)=5000/T3") disp("substituting T3 as function of V2") disp("P2/(17064.8*V2-2394.36)=5000/(17064.8*V2)") disp("P2=5000*(17064.8*V2-2394.36)/(17064.8*V2)") disp("also P1*V1^y=P2*V2^y") disp("or 103*(1.06)^1.4=(5000*(17064.8*V2-2394.36)/(17064.8*V2))*V2^1.4") disp("upon solving it yields") disp("381.4*V2=17064.8*V2^2.4-2394.36*V2^1.4") disp("or V2^1.4-0.140*V2^0.4-.022=0") disp("by hit and trial it yields,V2=0.18 ") V2=0.18; disp("thus compression ratio,r=V1/V2") r=V1/V2 disp("otto cycle efficiency,n_otto=1-(1/r)^(y-1)") n_otto=1-(1/r)^(y-1) disp("in percentage") n_otto=n_otto*100 disp("b> for mixed or dual cycle") disp("Cp*(T4_a-T3_a)=Cv*(T3_a-T2_a)=1700/2=850") disp("or T3_a-T2_a=850/Cv") 850/Cv disp("or T2_a=T3_a-1197.2 .............eq4 ") disp("also P2_a*V2_a/T2_a=P3_a*V3_a/T3_a") disp("P2_a*V2_a/(T3_a-1197.2)=5000*V2_a/T3_a") disp("or P2_a/(T3_a-1197.2)=5000/T3_a") disp("also we had seen earlier that T3_a=17064.8*V2_a") disp("so P2_a/(17064.8*V2_a-1197.2)=5000/(17064.8*V2_a)") disp("so P2_a=5000*(17064.8*V2_a-1197.2)/(17064.8*V2_a).....................eq5") disp("or for adiabatic process,1-2_a") disp("P1*V1^y=P2*V2^y") disp("so 1.3*(1.06)^1.4=V2_a^1.4*(5000-(359.78/V2_a))") disp("or V2_a^1.4-0.07*V2_a^0.4-0.022=0") disp("by hit and trial ") disp("V2_a=0.122 m^3") V2_a=0.122; disp("therefore upon substituting V2_a,") disp("by eq 5,P2_a in KPa") P2_a=5000*(17064.8*V2_a-1197.2)/(17064.8*V2_a) disp("by eq 2,T3_a in K") T3_a=17064.8*V2_a disp("by eq 4,T2_a in K") T2_a=T3_a-1197.2 disp("from constant pressure heat addition") disp("Cp*(T4_a-T3_a)=850") disp("so T4_a=T3_a+(850/Cp) in K") T4_a=T3_a+(850/Cp) disp("also P4_a*V4_a/T4_a= P3_a*V3_a/T3_a") disp("so V4_a=P3_a*V3_a*T4_a/(T3_a*P4_a) in m^3 ") disp("here P3_a=P4_a and V2_a=V3_a") V4_a=V2_a*T4_a/(T3_a) disp("using adiabatic formulations V4_a=0.172 m^3") disp("(V5/V4_a)^(y-1)=(T4_a/T5),here V5=V1") V5=V1; disp("so T5=T4_a/(V5/V4_a)^(y-1) in K") T5=T4_a/(V5/V4_a)^(y-1) disp("heat rejected in process 5-1,Q51=Cv*(T5-T1) in KJ") Q51=Cv*(T5-T1) disp("efficiency of mixed cycle(n_mixed)=(Q23-Q51)/Q23") n_mixed=(Q23-Q51)/Q23 disp("in percentage") n_mixed=n_mixed*100 ("NOTE=>In this question temperature difference (T3-T2) for part a> in book is calculated wrong i.e 2328.77,which is corrected above and comes to be 2394.36,however it doesnt effect the efficiency of any part of this question.")
9d1da32528d2b4551ae9f661025c5ff747c10f1a
449d555969bfd7befe906877abab098c6e63a0e8
/3428/CH17/EX10.17.10/Ex10_17_10.sce
339dda65b5b9f4e0186dece105bf06441c4c619f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex10_17_10.sce
//Section-10,Example-2,Page no.-CT.36 //To calculate q,dl_W,dl_E,dl_H. clc; q=0 //process is Adiabatic. disp(q) n=2 C_v=(3/2)*8.314 T_1=298 V_1=5 V_2=10 R=1 //let C_p=(5/2)*R C_v=(3/2)*R y=C_p/C_v T_2=T_1*(V_1/V_2)^(y-1) dl_E=n*C_v*8.314*(T_2-T_1) disp(dl_E,'Internal energy change(Joules)') W=dl_E disp(W,'Joules') dl_H=n*C_p*8.314*(T_2-T_1) disp(dl_H,'Joules')
4e20c3db0890d34ad242ff23af7a57b132fc1340
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/UW80JVR/ATWM1_Working_Memory_MEG_UW80JVR_Session1/ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce
f83fd2fa5b17fac46b7001d2c2aab9b9a12503c8
[]
no_license
atwm1/Presentation
65c674180f731f050aad33beefffb9ba0caa6688
9732a004ca091b184b670c56c55f538ff6600c08
refs/heads/master
2020-04-15T14:04:41.900640
2020-02-14T16:10:11
2020-02-14T16:10:11
56,771,016
0
1
null
null
null
null
UTF-8
Scilab
false
false
49,381
sce
ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1"; #scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen scenario_type = trials; # for MEG #scan_period = 2000; # TR #pulses_per_scan = 1; #pulse_code = 1; pulse_width=6; default_monitor_sounds = false; active_buttons = 2; response_matching = simple_matching; button_codes = 10, 20; default_font_size = 36; default_font = "Arial"; default_background_color = 0 ,0 ,0 ; write_codes=true; # for MEG only begin; #Picture definitions box { height = 382; width = 382; color = 0, 0, 0;} frame1; box { height = 369; width = 369; color = 255, 255, 255;} frame2; box { height = 30; width = 4; color = 0, 0, 0;} fix1; box { height = 4; width = 30; color = 0, 0, 0;} fix2; box { height = 30; width = 4; color = 255, 0, 0;} fix3; box { height = 4; width = 30; color = 255, 0, 0;} fix4; box { height = 369; width = 369; color = 42, 42, 42;} background; TEMPLATE "StimuliDeclaration.tem" {}; trial { sound sound_incorrect; time = 0; duration = 1; } wrong; trial { sound sound_correct; time = 0; duration = 1; } right; trial { sound sound_no_response; time = 0; duration = 1; } miss; # Start of experiment (MEG only) - sync with CTF software trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; } expStart; time = 0; duration = 1000; code = "ExpStart"; port_code = 80; }; # baselinePre (at the beginning of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }default; time = 0; duration = 10000; #mri_pulse = 1; code = "BaselinePre"; port_code = 91; }; TEMPLATE "ATWM1_Working_Memory_MEG.tem" { trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4; 41 62 292 292 399 125 1742 2992 2192 fixation_cross gabor_150 gabor_135 gabor_119 gabor_029 gabor_150 gabor_135 gabor_119_alt gabor_029_alt "1_1_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2200_gabor_patch_orientation_150_135_119_029_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_119_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_1_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 2542 fixation_cross gabor_086 gabor_067 gabor_106 gabor_037 gabor_086 gabor_067 gabor_106_alt gabor_037_alt "1_2_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2550_gabor_patch_orientation_086_067_106_037_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_175_framed blank blank blank blank fixation_cross_target_position_3_4 "1_2_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2192 2992 1892 fixation_cross gabor_102 gabor_070 gabor_040 gabor_128 gabor_102_alt gabor_070 gabor_040 gabor_128_alt "1_3_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_102_070_040_128_target_position_1_4_retrieval_position_1" gabor_149_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_3_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_149_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2092 2992 1992 fixation_cross gabor_162 gabor_100 gabor_118 gabor_075 gabor_162_alt gabor_100_alt gabor_118 gabor_075 "1_4_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2000_gabor_patch_orientation_162_100_118_075_target_position_1_2_retrieval_position_2" gabor_circ gabor_100_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_4_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1792 2992 2192 fixation_cross gabor_004 gabor_153 gabor_081 gabor_033 gabor_004 gabor_153 gabor_081_alt gabor_033_alt "1_5_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_004_153_081_033_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_170_framed blank blank blank blank fixation_cross_target_position_3_4 "1_5_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1742 2992 2542 fixation_cross gabor_090 gabor_106 gabor_124 gabor_069 gabor_090 gabor_106_alt gabor_124 gabor_069_alt "1_6_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1750_3000_2550_gabor_patch_orientation_090_106_124_069_target_position_2_4_retrieval_position_1" gabor_090_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_6_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_090_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1992 2992 1992 fixation_cross gabor_097 gabor_008 gabor_119 gabor_042 gabor_097 gabor_008_alt gabor_119_alt gabor_042 "1_7_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2000_gabor_patch_orientation_097_008_119_042_target_position_2_3_retrieval_position_2" gabor_circ gabor_148_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_7_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 2292 fixation_cross gabor_092 gabor_025 gabor_077 gabor_153 gabor_092_alt gabor_025 gabor_077 gabor_153_alt "1_8_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2300_gabor_patch_orientation_092_025_077_153_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_153_framed blank blank blank blank fixation_cross_target_position_1_4 "1_8_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 2142 2992 2042 fixation_cross gabor_095 gabor_026 gabor_159 gabor_179 gabor_095 gabor_026_alt gabor_159_alt gabor_179 "1_9_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2050_gabor_patch_orientation_095_026_159_179_target_position_2_3_retrieval_position_1" gabor_046_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_9_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_046_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1742 2992 2542 fixation_cross gabor_095 gabor_023 gabor_070 gabor_113 gabor_095 gabor_023 gabor_070_alt gabor_113_alt "1_10_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_095_023_070_113_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_158_framed blank blank blank blank fixation_cross_target_position_3_4 "1_10_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_158_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 1992 fixation_cross gabor_164 gabor_121 gabor_033 gabor_148 gabor_164_alt gabor_121 gabor_033_alt gabor_148 "1_11_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2000_gabor_patch_orientation_164_121_033_148_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_033_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_11_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_033_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1792 2992 2442 fixation_cross gabor_119 gabor_087 gabor_006 gabor_156 gabor_119_alt gabor_087_alt gabor_006 gabor_156 "1_12_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_119_087_006_156_target_position_1_2_retrieval_position_2" gabor_circ gabor_087_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_12_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_174 gabor_058 gabor_097 gabor_126 gabor_174_alt gabor_058 gabor_097_alt gabor_126 "1_13_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_174_058_097_126_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_142_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_13_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_142_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2042 2992 2292 fixation_cross gabor_029 gabor_087 gabor_165 gabor_051 gabor_029 gabor_087_alt gabor_165_alt gabor_051 "1_14_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_029_087_165_051_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_165_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_14_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1742 2992 2342 fixation_cross gabor_120 gabor_012 gabor_149 gabor_091 gabor_120_alt gabor_012 gabor_149 gabor_091_alt "1_15_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_120_012_149_091_target_position_1_4_retrieval_position_1" gabor_120_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_15_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 2492 fixation_cross gabor_004 gabor_094 gabor_042 gabor_111 gabor_004_alt gabor_094 gabor_042_alt gabor_111 "1_16_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2500_gabor_patch_orientation_004_094_042_111_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_179_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_16_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_179_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1842 2992 2392 fixation_cross gabor_080 gabor_051 gabor_122 gabor_014 gabor_080_alt gabor_051 gabor_122 gabor_014_alt "1_17_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1850_3000_2400_gabor_patch_orientation_080_051_122_014_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_167_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_17_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_167_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1842 2992 1942 fixation_cross gabor_137 gabor_053 gabor_070 gabor_113 gabor_137 gabor_053_alt gabor_070_alt gabor_113 "1_18_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_137_053_070_113_target_position_2_3_retrieval_position_2" gabor_circ gabor_053_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_18_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1742 2992 2142 fixation_cross gabor_039 gabor_144 gabor_080 gabor_122 gabor_039 gabor_144 gabor_080_alt gabor_122_alt "1_19_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1750_3000_2150_gabor_patch_orientation_039_144_080_122_target_position_3_4_retrieval_position_2" gabor_circ gabor_144_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_19_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_144_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1792 2992 2592 fixation_cross gabor_008 gabor_180 gabor_120 gabor_161 gabor_008 gabor_180_alt gabor_120_alt gabor_161 "1_20_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_008_180_120_161_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_120_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_20_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2092 2992 1892 fixation_cross gabor_083 gabor_057 gabor_012 gabor_029 gabor_083 gabor_057 gabor_012_alt gabor_029_alt "1_21_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_1900_gabor_patch_orientation_083_057_012_029_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_012_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_21_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_012_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2092 2992 2342 fixation_cross gabor_129 gabor_110 gabor_003 gabor_065 gabor_129 gabor_110_alt gabor_003 gabor_065_alt "1_22_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2350_gabor_patch_orientation_129_110_003_065_target_position_2_4_retrieval_position_2" gabor_circ gabor_155_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_22_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1742 2992 2242 fixation_cross gabor_047 gabor_122 gabor_016 gabor_102 gabor_047_alt gabor_122 gabor_016_alt gabor_102 "1_23_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_047_122_016_102_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_016_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_23_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1792 2992 1992 fixation_cross gabor_013 gabor_036 gabor_143 gabor_165 gabor_013_alt gabor_036 gabor_143 gabor_165_alt "1_24_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_013_036_143_165_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_120_framed blank blank blank blank fixation_cross_target_position_1_4 "1_24_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1892 2992 2592 fixation_cross gabor_150 gabor_012 gabor_132 gabor_169 gabor_150 gabor_012 gabor_132_alt gabor_169_alt "1_25_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2600_gabor_patch_orientation_150_012_132_169_target_position_3_4_retrieval_position_2" gabor_circ gabor_012_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_25_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_012_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1942 2992 2592 fixation_cross gabor_043 gabor_024 gabor_152 gabor_179 gabor_043_alt gabor_024_alt gabor_152 gabor_179 "1_26_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2600_gabor_patch_orientation_043_024_152_179_target_position_1_2_retrieval_position_2" gabor_circ gabor_072_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_26_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_072_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2242 2992 2592 fixation_cross gabor_061 gabor_019 gabor_140 gabor_034 gabor_061_alt gabor_019 gabor_140_alt gabor_034 "1_27_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_061_019_140_034_target_position_1_3_retrieval_position_1" gabor_108_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_27_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2192 2992 2242 fixation_cross gabor_011 gabor_135 gabor_118 gabor_166 gabor_011_alt gabor_135_alt gabor_118 gabor_166 "1_28_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2250_gabor_patch_orientation_011_135_118_166_target_position_1_2_retrieval_position_1" gabor_059_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_28_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1792 2992 2242 fixation_cross gabor_068 gabor_053 gabor_088 gabor_122 gabor_068_alt gabor_053 gabor_088 gabor_122_alt "1_29_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_068_053_088_122_target_position_1_4_retrieval_position_2" gabor_circ gabor_053_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_29_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_053_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2042 2992 2092 fixation_cross gabor_057 gabor_113 gabor_026 gabor_084 gabor_057 gabor_113 gabor_026_alt gabor_084_alt "1_30_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_057_113_026_084_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_084_framed blank blank blank blank fixation_cross_target_position_3_4 "1_30_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2242 2992 2092 fixation_cross gabor_028 gabor_141 gabor_105 gabor_087 gabor_028_alt gabor_141 gabor_105_alt gabor_087 "1_31_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_028_141_105_087_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_059_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_31_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1992 2992 1942 fixation_cross gabor_120 gabor_057 gabor_037 gabor_096 gabor_120_alt gabor_057_alt gabor_037 gabor_096 "1_32_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_120_057_037_096_target_position_1_2_retrieval_position_2" gabor_circ gabor_057_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_32_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2242 2992 1892 fixation_cross gabor_173 gabor_111 gabor_039 gabor_129 gabor_173 gabor_111 gabor_039_alt gabor_129_alt "1_33_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_173_111_039_129_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_039_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_33_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1842 2992 2192 fixation_cross gabor_034 gabor_084 gabor_009 gabor_114 gabor_034_alt gabor_084 gabor_009_alt gabor_114 "1_34_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_034_084_009_114_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_009_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_34_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 2092 2992 2092 fixation_cross gabor_012 gabor_090 gabor_145 gabor_040 gabor_012 gabor_090_alt gabor_145_alt gabor_040 "1_35_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_2100_3000_2100_gabor_patch_orientation_012_090_145_040_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_040_framed blank blank blank blank fixation_cross_target_position_2_3 "1_35_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_040_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2242 2992 2192 fixation_cross gabor_052 gabor_165 gabor_142 gabor_030 gabor_052_alt gabor_165 gabor_142_alt gabor_030 "1_36_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_052_165_142_030_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_142_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_36_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_142_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1942 2992 1992 fixation_cross gabor_078 gabor_149 gabor_005 gabor_033 gabor_078_alt gabor_149 gabor_005 gabor_033_alt "1_37_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2000_gabor_patch_orientation_078_149_005_033_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_168_framed blank blank blank blank fixation_cross_target_position_1_4 "1_37_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_168_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2192 2992 2342 fixation_cross gabor_125 gabor_167 gabor_107 gabor_048 gabor_125_alt gabor_167 gabor_107 gabor_048_alt "1_38_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2350_gabor_patch_orientation_125_167_107_048_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_048_framed blank blank blank blank fixation_cross_target_position_1_4 "1_38_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2192 2992 2142 fixation_cross gabor_177 gabor_098 gabor_053 gabor_123 gabor_177_alt gabor_098 gabor_053_alt gabor_123 "1_39_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_177_098_053_123_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_008_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_39_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1892 2992 2092 fixation_cross gabor_098 gabor_012 gabor_175 gabor_147 gabor_098 gabor_012_alt gabor_175_alt gabor_147 "1_40_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_098_012_175_147_target_position_2_3_retrieval_position_2" gabor_circ gabor_012_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_40_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_012_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2142 2992 2342 fixation_cross gabor_148 gabor_008 gabor_114 gabor_067 gabor_148_alt gabor_008 gabor_114_alt gabor_067 "1_41_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2350_gabor_patch_orientation_148_008_114_067_target_position_1_3_retrieval_position_1" gabor_148_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_41_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_148_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 2392 fixation_cross gabor_040 gabor_023 gabor_112 gabor_130 gabor_040 gabor_023_alt gabor_112_alt gabor_130 "1_42_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2400_gabor_patch_orientation_040_023_112_130_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_063_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_42_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_063_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1842 2992 2542 fixation_cross gabor_140 gabor_071 gabor_095 gabor_030 gabor_140 gabor_071 gabor_095_alt gabor_030_alt "1_43_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1850_3000_2550_gabor_patch_orientation_140_071_095_030_target_position_3_4_retrieval_position_1" gabor_005_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_43_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_005_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 2492 fixation_cross gabor_014 gabor_062 gabor_129 gabor_084 gabor_014_alt gabor_062_alt gabor_129 gabor_084 "1_44_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_014_062_129_084_target_position_1_2_retrieval_position_1" gabor_149_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_44_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_149_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2142 2992 2242 fixation_cross gabor_177 gabor_001 gabor_037 gabor_090 gabor_177_alt gabor_001 gabor_037_alt gabor_090 "1_45_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_177_001_037_090_target_position_1_3_retrieval_position_1" gabor_177_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_45_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 2292 fixation_cross gabor_110 gabor_126 gabor_153 gabor_005 gabor_110_alt gabor_126_alt gabor_153 gabor_005 "1_46_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2300_gabor_patch_orientation_110_126_153_005_target_position_1_2_retrieval_position_2" gabor_circ gabor_126_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_46_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 1942 fixation_cross gabor_002 gabor_173 gabor_146 gabor_022 gabor_002_alt gabor_173_alt gabor_146 gabor_022 "1_47_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_002_173_146_022_target_position_1_2_retrieval_position_2" gabor_circ gabor_038_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_47_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_038_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1992 2992 2442 fixation_cross gabor_044 gabor_114 gabor_090 gabor_007 gabor_044 gabor_114 gabor_090_alt gabor_007_alt "1_48_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2450_gabor_patch_orientation_044_114_090_007_target_position_3_4_retrieval_position_2" gabor_circ gabor_114_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_48_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_114_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1742 2992 2042 fixation_cross gabor_151 gabor_077 gabor_007 gabor_133 gabor_151_alt gabor_077_alt gabor_007 gabor_133 "1_49_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_151_077_007_133_target_position_1_2_retrieval_position_2" gabor_circ gabor_027_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_49_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_027_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_030 gabor_112 gabor_167 gabor_002 gabor_030_alt gabor_112 gabor_167 gabor_002_alt "1_50_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_030_112_167_002_target_position_1_4_retrieval_position_1" gabor_077_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_50_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_077_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 2142 2992 2492 fixation_cross gabor_076 gabor_037 gabor_055 gabor_108 gabor_076 gabor_037_alt gabor_055_alt gabor_108 "1_51_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2500_gabor_patch_orientation_076_037_055_108_target_position_2_3_retrieval_position_1" gabor_124_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_51_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_124_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_099 gabor_074 gabor_179 gabor_043 gabor_099_alt gabor_074 gabor_179_alt gabor_043 "1_52_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_099_074_179_043_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_130_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_52_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2192 2992 1942 fixation_cross gabor_115 gabor_044 gabor_085 gabor_172 gabor_115 gabor_044_alt gabor_085_alt gabor_172 "1_53_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_115_044_085_172_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_133_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_53_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2142 2992 1892 fixation_cross gabor_105 gabor_061 gabor_083 gabor_043 gabor_105_alt gabor_061 gabor_083 gabor_043_alt "1_54_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_1900_gabor_patch_orientation_105_061_083_043_target_position_1_4_retrieval_position_1" gabor_105_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_54_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1792 2992 2142 fixation_cross gabor_078 gabor_001 gabor_140 gabor_021 gabor_078 gabor_001 gabor_140_alt gabor_021_alt "1_55_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_078_001_140_021_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_021_framed blank blank blank blank fixation_cross_target_position_3_4 "1_55_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2042 2992 2392 fixation_cross gabor_103 gabor_079 gabor_156 gabor_120 gabor_103_alt gabor_079_alt gabor_156 gabor_120 "1_56_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2400_gabor_patch_orientation_103_079_156_120_target_position_1_2_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_56_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2042 2992 2142 fixation_cross gabor_008 gabor_122 gabor_044 gabor_177 gabor_008 gabor_122_alt gabor_044_alt gabor_177 "1_57_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_008_122_044_177_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_091_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_57_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1992 2992 2292 fixation_cross gabor_073 gabor_047 gabor_110 gabor_029 gabor_073 gabor_047 gabor_110_alt gabor_029_alt "1_58_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2000_3000_2300_gabor_patch_orientation_073_047_110_029_target_position_3_4_retrieval_position_2" gabor_circ gabor_002_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_58_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_002_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1992 2992 1942 fixation_cross gabor_032 gabor_086 gabor_122 gabor_105 gabor_032 gabor_086 gabor_122_alt gabor_105_alt "1_59_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_032_086_122_105_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_122_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_59_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 2242 2992 2042 fixation_cross gabor_161 gabor_138 gabor_010 gabor_071 gabor_161 gabor_138_alt gabor_010_alt gabor_071 "1_60_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2050_gabor_patch_orientation_161_138_010_071_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_071_framed blank blank blank blank fixation_cross_target_position_2_3 "1_60_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_071_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1992 2992 2042 fixation_cross gabor_145 gabor_080 gabor_005 gabor_121 gabor_145 gabor_080_alt gabor_005_alt gabor_121 "1_61_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_145_080_005_121_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_055_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_61_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 2192 fixation_cross gabor_148 gabor_077 gabor_062 gabor_103 gabor_148_alt gabor_077 gabor_062_alt gabor_103 "1_62_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2200_gabor_patch_orientation_148_077_062_103_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_062_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_62_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2042 2992 2492 fixation_cross gabor_002 gabor_179 gabor_114 gabor_162 gabor_002_alt gabor_179 gabor_114 gabor_162_alt "1_63_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_002_179_114_162_target_position_1_4_retrieval_position_1" gabor_137_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_63_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2092 2992 2442 fixation_cross gabor_104 gabor_061 gabor_079 gabor_032 gabor_104 gabor_061_alt gabor_079_alt gabor_032 "1_64_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2450_gabor_patch_orientation_104_061_079_032_target_position_2_3_retrieval_position_2" gabor_circ gabor_014_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_64_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 2142 fixation_cross gabor_054 gabor_038 gabor_171 gabor_010 gabor_054_alt gabor_038 gabor_171 gabor_010_alt "1_65_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_054_038_171_010_target_position_1_4_retrieval_position_1" gabor_100_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_65_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2142 2992 2242 fixation_cross gabor_178 gabor_035 gabor_004 gabor_115 gabor_178 gabor_035_alt gabor_004 gabor_115_alt "1_66_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_178_035_004_115_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_115_framed blank blank blank blank fixation_cross_target_position_2_4 "1_66_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_115_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2042 2992 2092 fixation_cross gabor_018 gabor_176 gabor_003 gabor_148 gabor_018_alt gabor_176 gabor_003_alt gabor_148 "1_67_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_018_176_003_148_target_position_1_3_retrieval_position_1" gabor_018_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_67_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 2242 2992 2392 fixation_cross gabor_048 gabor_092 gabor_162 gabor_118 gabor_048_alt gabor_092 gabor_162_alt gabor_118 "1_68_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2400_gabor_patch_orientation_048_092_162_118_target_position_1_3_retrieval_position_2" gabor_circ gabor_138_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_68_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_138_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2192 2992 1892 fixation_cross gabor_067 gabor_051 gabor_110 gabor_178 gabor_067 gabor_051_alt gabor_110 gabor_178_alt "1_69_Encoding_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_067_051_110_178_target_position_2_4_retrieval_position_2" gabor_circ gabor_051_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_69_Retrieval_Working_Memory_MEG_P5_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_051_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1792 2992 2442 fixation_cross gabor_070 gabor_120 gabor_098 gabor_041 gabor_070_alt gabor_120_alt gabor_098 gabor_041 "1_70_Encoding_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2450_gabor_patch_orientation_070_120_098_041_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_177_framed blank blank blank blank fixation_cross_target_position_1_2 "1_70_Retrieval_Working_Memory_MEG_P5_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_177_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; }; # baselinePost (at the end of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }; time = 0; duration = 5000; code = "BaselinePost"; port_code = 92; };
ffd460007e76fee2f8680d7b9d4e2d61f3b54e75
dc5a2fe4380e1453a12f15f5080b10f3ababb9de
/AutomationTools/bin/1.0/common/ATLAS/tools/txtfile/sh_bce_all.tst
9566de151d03c6f63ed73649b1898196d585d11b
[]
no_license
jameshilliard/PythonCode
f72ad62bb8b8cafbc94cbe7c0d3065343fdf0f98
422543bc049f57a67d53ec0b89caef076297cdc5
refs/heads/master
2020-04-09T00:06:25.689609
2015-03-14T13:14:34
2015-03-14T13:14:34
32,722,067
3
0
null
2015-03-23T09:21:52
2015-03-23T09:21:52
null
UTF-8
Scilab
false
false
6,305
tst
sh_bce_all.tst
-v G_USER=jnguyen -v G_CONFIG=1.0 -v G_TBTYPE=bce -v G_TST_TITLE="My Network Broadband Connection Ethernet" -v G_PROD_TYPE=MC524WR -v G_HTTP_DIR=test/ -v G_FTP_DIR=/log/autotest -v G_TESTBED=tb1 -v G_FROMRCPT=qaman -v G_FTPUSR=root -v G_FTPPWD=@ctiontec123 -v U_USER=admin -v U_PWD=admin1 -v G_LIBVERSION=1.0 -v G_LOG=$SQAROOT/automation/logs -v U_COMMONLIB=$SQAROOT/lib/$G_LIBVERSION/common -v U_COMMONBIN=$SQAROOT/bin/$G_LIBVERSION/common -v U_TBCFG=$SQAROOT/config/$G_LIBVERSION/testbed -v U_TBPROF=$SQAROOT/config/$G_LIBVERSION/common -v U_VERIWAVE=$SQAROOT/bin/1.0/veriwave/ -v U_MI424=$SQAROOT/bin/1.0/mi424wr/ -v U_TESTPATH=$SQAROOT/platform/1.0/verizon/testcases/bce/json #this value used to setup dut configuration -v U_DEBUG=3 -v U_RUBYBIN=$SQAROOT/bin/$G_LIBVERSION/rbin -v U_VZBIN=$SQAROOT/bin/$G_LIBVERSION/vz_bin -v U_COMMONJSON=$SQAROOT/platform/1.0/verizon2/testcases/common/json -v U_COAX=0 #$G_PFVERSION=1.0 #------------------------------ # Set up the test environment. #------------------------------ #-nc $SQAROOT/config/$G_CONFIG/common/testbedcfg_env.xml -nc $SQAROOT/config/$G_CONFIG/common/testbedcfg.xml; -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/login_logout.xml -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/fw_upgrage_image.xml;pass=init -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/fw_upgrage_image.xml;pass=init -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/fw_upgrage_image.xml;fail=finish -label init -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/reset_dut_to_default.xml -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/tc_init_dut.xml;pass=next -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/tc_init_dut.xml;pass=next -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/tc_init_dut.xml;fail=finish -label next -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/set_default_time.xml -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/tc_init_ping.xml;fail=finish -nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/enable_tnet.xml #-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/disable_ath1.xml #------------------------------ # Test cases #------------------------------ -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcpclient_03005000831.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcpclient_03005000832.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcpclient_03005000833.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcpclient_03005000834.xml # -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_03005000807.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_03005000808.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_03005000809.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_03005000810.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_03005000811.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_03005000812.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_napt_03005000807.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_napt_03005000808.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_napt_03005000809.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_napt_03005000810.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_napt_03005000811.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dhcprelay_napt_03005000812.xml ## -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_disabledhcp_03005000800.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dnsserver_03005000835.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dnsserver_03005000836.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dnsserver_03005000837.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_dnsserver_03005000838.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_enabledhcp_03005000801.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_enabledhcp_03005000802.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_enabledhcp_03005000803.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_enabledhcp_03005000804.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_enabledhcp_03005000805.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_enabledhcp_03005000806.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000819.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000820.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000821.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000822.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000823.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000824.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000825.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000826.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000827.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000828.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000829.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_hostname_03005000830.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_nohostname_03005000813.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_nohostname_03005000814.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_nohostname_03005000815.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_nohostname_03005000816.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_nohostname_03005000817.xml -tc $SQAROOT/platform/1.0/verizon/testcases/bce/tcases/tc_nohostname_03005000818.xml #------------------------------ # Checkout #------------------------------ -label finish -nc $SQAROOT/config/$G_CONFIG/common/finalresult.xml -nc $SQAROOT/config/$G_CONFIG/common/uploadlog.xml -nc $SQAROOT/config/$G_CONFIG/common/email.xml
cc9fe1467c9abb6fb905691f17f21643b29ea392
449d555969bfd7befe906877abab098c6e63a0e8
/32/CH19/EX19.06/19_06.sce
a60b3a6cab607161fce1bd83d3245ce2ca053b50
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,159
sce
19_06.sce
//pathname=get_absolute_file_path('19.06.sce') //filename=pathname+filesep()+'19.06-data.sci' //exec(filename) //Calorific value(in kJ/kg): CV=45000 //Inlet temperature(in C): T1=1000 T4=T1 //Nozzle efficiency: nn=0.9 //Diffuser efficiency: nd=0.9 //Compressive efficiency: nc=0.8 //Turbine efficiency: nt=0.8 //Specific heat(in kJ/kg.K): Cp=1.005 p3=7.248 //bar p4=p3-0.15 r=1.4 p6=0.7 //Gas constant(in kJ/kg.K): R=0.287 //Temperature at state 2(in K): T2a=282.11 T3a=568.635 //Air fuel ratio: r1=(CV-T1*Cp)/(Cp*T1-Cp*T3a) //Temperature at state 5'(in K): T5a=T4-(T3a-T2a) //Temperature at state 5(in K): T5=T4-(T4-T5a)/nt p5=p4*(T5/T4)^(r/(r-1)) //Temperature at state 6(in K): T6=T5a*(p6/p5)^((r-1)/r) //Temperature at state 6'(in K): T6a=T5a-(T5a-T6)*nn //Velocity at exit of nozzle(in m/s): C6=sqrt(2*Cp*(T5a-T6a)*10^3) //Volume flow rate of air(in m^3/s): v=200/10 //Mass flow rate(in kg/s): m=0.7*10^2*v/(R*260) //Specific thrust(in N/kg of air/s): St=(1+1/r1)*C6 printf("\n RESULT \n") printf("\nSpecific thrust = %f N/kg of air/s",St) //Total thrust(in N): Tt=m*St printf("\nTotal thrust = %f N",Tt)
a9b89fa8ca9e3af7ad6ee129cca5220afe03a688
6577008921680ddcc005d6cd1fbfc6e580f04740
/Code/titikTetap.sci
c32d927a4e38edb0fd8d29d72ffc3ea28afa97e3
[]
no_license
bagasadif/Program-Scilab
a9539ddf00a5c75ca844d93e9b35309427a28722
94d09657ae48d130184c23c34af9a0f4a1a2ab18
refs/heads/master
2023-02-19T19:24:24.042558
2021-01-24T22:27:39
2021-01-24T22:27:39
332,569,383
1
0
null
null
null
null
UTF-8
Scilab
false
false
739
sci
titikTetap.sci
/* Author : Bagas Adi Firdaus Deskripsi : Program Penyelesaian Persamaan Tak linear Metode Iterasi Titik Tetap */ function titikTetap() x=input('Masukkan tebakan awal x0 = '); tol=input('Masukkan nilai toleransi = '); printf('\nIterasi Titik Tetap\n\n'); i = 0; gx = g(x); fgx = f(gx); while abs(fgx) > tol tempx = x; printf('iterasi-%d ->\t x%d = %.6f\t', i, i, x); gx = g(x); printf('x%d=g(x%d) = %.6f\t', i, i, gx); fgx = f(gx); printf('f(gx%d) = %.6f\n', i, fgx); x = gx; i = i + 1; end n = i-1; printf('\nPada iterasi ke-%d -> f(gx%d)=%.6f < tol=%.6f maka diambil penyelesaian pada iterasi ke-%d', n,n,fgx,tol,n); printf('\nJadi hampiran akarnya adalah x = %.6f', tempx); endfunction
69393feb9e93df2af5e2e8477c3cf60c77f33e34
449d555969bfd7befe906877abab098c6e63a0e8
/226/CH1/EX1.5/example5_sce.sce
864d41954727e141daaec1e868c59d11f9ae2078
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
323
sce
example5_sce.sce
//chapter 1 //example 1.5 //page 28 printf("\n") printf("given") I0=30;Vd=.7;n=2;Vt=26*10^-3; k=Vd/(n*Vt); disp("junction current") Id=I0*((2.7^k)-1)*10^-6 printf(" forward bais current is %dmA\n",Id) disp("b)") Vd=-10// reverse bais k=Vd/(n*Vt); Id=I0*((2.7^k)-1) printf(" forward bais current is %dnA\n",Id)
01ab7f1d53ca813be6efd8fc8617d20d62b050d5
449d555969bfd7befe906877abab098c6e63a0e8
/2414/CH3/EX3.2/Ex3_2.sce
3cdc027e01073c304cdfc32b1fdc83178404ab4a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
617
sce
Ex3_2.sce
clc; clear all; //chapter 3 //page no 76 //example 3.2 //plot for impulse function t=-2:.001:2; vt=[zeros(-2:.001:0-.001) 1 zeros(0+.001:.001:2)] //impulse function matrix clf subplot(211) plot2d(t,vt,[2],rect=[-2,0,2,2]) a=gca(); // Handle on axes entity a.x_location = "origin"; a.y_location = "origin"; xtitle('(a) Unit Impulse function','t','v(t)') //plot for amplitude spectum f=-2:.001:2; Vf=[ones(-2:.001:2)] subplot(212) plot2d(f,Vf,[5]) a=gca(); // Handle on axes entity a.x_location = "origin"; a.y_location = "origin"; xtitle('(b) Amplitude spectrum','f','V(f)') xgrid
8aa69272392e888831a3b8146b08c6027a30e104
717ddeb7e700373742c617a95e25a2376565112c
/3044/CH7/EX7.13/Ex7_13.sce
6690b3ca8b073051a1be97263526ddd5b91ecc5a
[]
no_license
appucrossroads/Scilab-TBC-Uploads
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
refs/heads/master
2021-01-22T04:15:15.512674
2017-09-19T11:51:56
2017-09-19T11:51:56
92,444,732
0
0
null
2017-05-25T21:09:20
2017-05-25T21:09:19
null
UTF-8
Scilab
false
false
424
sce
Ex7_13.sce
// Variable declaration n = 16 // sample size Mean = 3.42 // sample mean std_dev = 0.68 // standard deviation // Calculation // t(0.025) = 2.131 t = 2.131 y1 = Mean - t*(std_dev / sqrt(n)) // lower limit of range y2 = Mean + t*(std_dev / sqrt(n)) // upper limit of range // Result printf ( "95%% confidence interval(in grams): ( %.2f , %.2f )",y1,y2)
4e1cc5c160bd02751737ab8fbdfcd081a79b3508
449d555969bfd7befe906877abab098c6e63a0e8
/3784/CH7/EX7.13/Ex7_13.sce
4699f74c98c05845201a84853a04339d9f84f707
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
893
sce
Ex7_13.sce
clc //variable initialization Vm=600 //Voltage of motor in volt Pout=30000 // Output Of Motor In Watt F=50 //Supply frequency in hrtz P=4 //Number Of Poles N1=100 //Speed OF Motor In rpm N2=1000 //Speed OF Motor In rpm R1=0.05 //Resistance of stator in ohm R2=0.07 //Resistance of rotor in ohm R0=53 //Resistance of rotor in ohm X=0.153 //Reactance of Motor in ohm X0=23 //Reactance of Motor in ohm n=1.3 //Stator To Rotr Ratio N3=300 //Speed OF Motor In rpm //Solution Vph=Vm/(sqrt(3)) a=1/n Ns=(120*F)/(P) S=(Ns-N2)/Ns Wm=(2*%pi)/60 Tl=(Pout)/(Wm*N3) Id=(Tl*Wm*Ns)/(2.339*a*Vph) I0=Vph/(X0) I2=(sqrt(2/3))*(Id*a) Pi=Pout+(R1*((I2)^2))+(R2*((I2)^2)) e=(Pout/Pi)*100 theta=-(atand(Vph/(0.779*Id*a*X0))) pf=cosd(theta) printf('\n\n The Motor Efficiency=%0.1f\n\n',e) printf('\n\n The Power Factor=%0.1f lag\n\n',pf) //The answers vary due to round off error
a25b9167e7e5e57ea4646b80c829e7941fe0aaa5
449d555969bfd7befe906877abab098c6e63a0e8
/2642/CH11/EX11.2/Ex11_2.sce
8756de8586d24be2d8126348540c83d83716fa3e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,540
sce
Ex11_2.sce
// FUNDAMENTALS OF ELECTICAL MACHINES // M.A.SALAM // NAROSA PUBLISHING HOUSE // SECOND EDITION // Chapter 11 : SINGLE-PHASE MOTORS // Example : 11.2 clc;clear; // clears the console and command history // Given data V_t = 220 // supply voltage in V R_1 = 6 // equivalent parameters of single phase induction motor in ohm R_2 = 6 // equivalent parameters of single phase induction motor in ohm X_1 = 10 // equivalent parameters of single phase induction motor in ohm X_2 = 10 // equivalent parameters of single phase induction motor in ohm N = 1500 // speed in rpm s = 0.03 // slip X_m = 150 // equivalent parameters of single phase induction motor in ohm // caclulations Z_f = 0.5*%i*X_m*((R_2/s)+%i*X_2)/((R_2/s)+%i*(X_2+X_m)) // impedance due to forward field in ohm R_f = real(Z_f) // from Z_f Z_b = 0.5*%i*X_m*((R_2/(2-s))+%i*X_2)/((R_2/(2-s))+%i*(X_2+X_m)) // impedance due to backward field in ohm R_b = real(Z_b) // from Z_b Z_t = R_1+%i*X_1+Z_f+Z_b // total impedence in ohm I_1 = V_t/Z_t // input current in A P_d = (abs(I_1))^2*(R_f-R_b)*(1-s) // power developed in W T_d = 9.55*P_d/N // torque in N-m // display the result disp("Example 11.2 solution"); printf(" \n input current \n I_1 = %.2f<%.2f A \n", abs(I_1),atand(imag(I_1),real(I_1))); printf(" \n power developed \n P_d = %.2f \n", P_d ); printf(" \n torque \n T_d = %.2f \n", T_d ); printf("\n NOTE : ERROR : There is calculation mistake in Z_b in textbook. So there is change in answers from textbook")
b067e510c8c855c464fb8981400e9cba57cc0c5e
449d555969bfd7befe906877abab098c6e63a0e8
/3812/CH5/EX5.8/5_8.sce
e62bcf5d0aa3b49b00dab8b7c2fc203aa89808ff
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
536
sce
5_8.sce
//Example 5_8 //find the fourier transform x(t)=exp(-%pi*(t^2)) clear; clc; B=%pi; Dt=0.005; t=-4.5:Dt:4.5; xt=exp(-%pi*(t^2)); Wmax=2*%pi*1; K=4; k=0:(K/1000):K; W=k*Wmax/K; XW=xt*exp(-sqrt(-1)*t'*W)*Dt; XW=real(XW); W=[-mtlb_fliplr(W),W(2:1001)]; XW=[mtlb_fliplr(XW),XW(2:1001)]; subplot(2,1,1); plot(t,xt); xlabel('t i n s e c'); ylabel('x(t)') title('Continuous Time Signal') subplot(2,1,2); plot(W,XW); xlabel('Fr equency in Radians/Seconds W'); ylabel('X(jW)') title('Continuous-time Fourier Transform')
fc0e61db4fcb4de609c681062a1aea1bcfc2ebb3
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.2/macros/signal/%asn.sci
a239582842d2200307c0f78932ba8d4e372ae697
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
426
sci
%asn.sci
function [y]=%asn(x,m) //Calculates the elliptic integral: // y = integral from 0 to x of // [1/(((1-t*t)^(1/2))(1-m*t*t)^(1/2))] //For vector arguments y is a vector // x :Upper limit of integral (x>0) // m :Parameter of integral (0<m<1) // y :Value of the integral // //! //Author F.D. m=real(m); if m<0 then error('m must be positive');end if m>1 then error('m must be lower than 1');end y=delip(x,sqrt(m));
4c3ffc61dd604d6f951b3cdbd3d4755e1adc2256
6e257f133dd8984b578f3c9fd3f269eabc0750be
/ScilabFromTheoryToPractice/CreatingPlots/testcolormap.sce
4c76e3bb24b174d24a76177f9a130ec7294b7191
[]
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
303
sce
testcolormap.sce
F=scf(1);clf; plot3d() F.color_map=hotcolormap(64); xtitle('hotcolormap') F=scf(2);clf; plot3d() F.color_map=jetcolormap(64); xtitle('jetcolormap') F=scf(3);clf; plot3d() F.color_map=oceancolormap(64); xtitle('oceancolormap') F=scf(4);clf; plot3d() F.color_map=graycolormap(64); xtitle('graytcolormap')
4ac2d0a01c5d7bc2c89849de3ab5a1e056324705
127061b879bebda7ce03f6910c80d0702ad1a713
/bin/PIL_V_primitive.sci
72cd49500f3a1962b0ad44ac669f973a2572d400
[]
no_license
pipidog/PiLib-Scilab
961df791bb59b9a16b3a32288f54316c6954f128
125ffa71b0752bfdcef922a0b898263e726db533
refs/heads/master
2021-01-18T20:30:43.364412
2017-08-17T00:58:50
2017-08-17T00:58:50
100,546,695
0
1
null
null
null
null
UTF-8
Scilab
false
false
399
sci
PIL_V_primitive.sci
// **** Purpose **** // calculates the voulmn of a unit cell for a given primitive cell // **** Variables **** // [primitive_cell]: 3x3, real // <= primitice vectros in row // [V]: 1x1, real // => the volumn // **** Version **** // 05/01/2014 // **** Comment **** function V=PIL_V_primitive(primitive_cell) a_r=primitive_cell; V=abs(a_r(1,:)*PIL_crossprod(a_r(2,:)',a_r(3,:)')); endfunction
9415b0f5e4f318e79115aa4846dc423a6c391101
449d555969bfd7befe906877abab098c6e63a0e8
/1802/CH7/EX7.7/Exa7_7.sce
d1d9f3b382bfdece23719f831d2ae8a008eda436
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
411
sce
Exa7_7.sce
//Exa 7.7 clc; clear; close; //Given data : format('v',6); R=0.2;//in ohm/km X=0.1;//in ohm/km ZAM=((R+%i*X)/1000)*200;//in ohm ZMB=((R+%i*X)/1000)*100;//in ohm I1=100*(0.707-0.707*%i);//in A I2=200*(0.8-0.6*%i);//in A IAM=I1+I2;//in Ampere VAM=ZAM*IAM;//in volts VMB=ZMB*I2;//in volts VAB=VAM+VMB;//in volts magVAB=sqrt(real(VAB)^2+imag(VAB)^2); disp(magVAB,"Total voltage drop(in volts) :");
176dc9195382d42aef6259553e869b244f3660f2
449d555969bfd7befe906877abab098c6e63a0e8
/1088/CH14/EX14.10/Example10.sce
84fa605035bab5ca3ddeb462727afbcde30e3160
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,990
sce
Example10.sce
clear flag=1 mode(-1) clc printf("Example 10 : Show the use of while loop and sleep \n") disp("****************************************************************") disp("Answer : ") disp("INSTRUCTIONS : ") printf("\n1. Here all instructions are preloaded in the form of a demo\n\nInitially the whole perl script is displaying and then \n the result of the same can be seen in the command line interpreter.\n\n2. PLEASE MAKE SURE THAT THE PERLSCRIPT INTERPRETER\nEXISTS IN THE SYSTEM\nOR THE COMMAND WOULD NOT WORK \n\n3. PRESS ENTER AFTER EACH COMMAND to see its RESULT\n\n5. PRESS ENTER AFTER EACH RESULT TO GO TO THE NEXT COMMAND\n") halt('.............Press [ENTER] to continue.....') halt("") clc printf("\tUNIX SHELL SIMULATOR(DEMO VERSION WITH PRELOADED COMMANDS)\n\n\n") halt('') clc li(1)='#! /bin/sh' li(2)='# monitfile.sh:Waits for a file to be created' li(3)='#' li(4)='while [ ! -r invoice.lst ] # While the file invoice.lst cannot be read' li(5)='do ' li(6)=' sleep 60 # sleep for 60 seconds' li(7)='done' li(8)='alloc.pl # Execute this program after exiting the loop' printf("\n# Enter the name of the shellscript file whichever you desire \n\n") nam=input('$ cat ','s') halt(' ') for i=1:8 printf("%s\n",li(i)) end halt(' ') clc lst(1)='@echo off' lst(2)='cls' lst(3)='echo This program keeps on looping until the file invoice.lst if exists is readonly' lst(4)='echo Later it executes the script alloc.pl if it exists once it if readwrite type ' lst(5)=':loop' lst(6)='set perm=r' lst(7)='if '+ascii(34)+'%perm%'+ascii(34)+'='+ascii(34)+'-'+ascii(34)+' goto endloop' lst(8)=' ping -n 60 localhost>null' lst(9)=' if exist invoice.lst for /F '+ascii(34)+'usebackq'+ascii(34)+' %%A in ('+ascii(39)+'invoice.lst'+ascii(39)+') do set att=%%~aA&&set perm=%att:~1,1%' lst(10)='goto loop' lst(11)=':endloop' lst(12)='echo Executing alloc.pl if it exists' lst(13)=' if exists alloc.pl start alloc.pl' lst(14)=' pause>NUL' if getos()=='Linux' then printf("\n\nPlease Switch to windows and then execute\n\nThank You \n\n") halt(' ') exit end v=mopen(nam+'.sh.bat','wt') for i=1:14 mfprintf(v,"%s\n",lst(i)) end mclose(v) printf("\n# type the following command in the command line interpreter as soon as it appears") printf(" \n %c %s.sh %c [COMMANDLINE ARGUMENTS][ENTER]\n\n",ascii(34),nam,ascii(34)) printf("\n$ %s.sh [COMMANDLINE ARGUMENTS] #to execute the perlscript",nam) halt(' ') dos('start') printf("\n\n\n") halt(' ---------------->Executing ShellScript in Command Line Prompt<-------------- ') printf("\n\n\n$ exit #To exit the current simulation terminal and return to Scilab console\n\n") halt("........# (hit [ENTER] for result)") //clc() printf("\n\n\t\t\tBACK TO SCILAB CONSOLE...\nLoading initial environment') sleep(1000) mdelete(nam+'.sh.bat')
77f2c91197a0d89207fa2595cc2a02ff86b77b1c
449d555969bfd7befe906877abab098c6e63a0e8
/257/CH8/EX8.31/example_8_31.sce
c1aaabd7462fdaa3f43864f08cdbb35a72c7865d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
410
sce
example_8_31.sce
syms s K G=(10+s)*K/(s^2*(s^2+2*s+10)) H=1 Ka=limit(s^2*G*H,s,0) disp(Ka, " Ka = ") Ess=0.1 //given K=1/Ess //A=1 disp(K,"K=") s=%s F=s^4+2*s^3+10*s^2+10*s+100 disp(routh_t(F)) r=coeff(F) routh=routh_t(F) n=length(r) c=0; for i=1:n if (routh(i,1)<0) c=c+1; end end if(c>=1) printf("system is unstable") else printf("there are no roots on RHS") end
b6aef5f8fc65e37da2023fc330d5c0fe1f4d25b0
449d555969bfd7befe906877abab098c6e63a0e8
/2153/CH3/EX3.10/ex_3_10.sce
f8871c50e2f982fc6d8b362f1768202986f72aad
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
183
sce
ex_3_10.sce
//Example 3.10 : largest diameter clc; clear; close; //given data : format('v',6) a=3.61; // edge length in angstrum r=(a*sqrt(2))/4; d=2*r; disp(d,"largest diameter,d(angstrom) = ")
c948baf2e442af0d58b46fe335cc1be16e011f7e
449d555969bfd7befe906877abab098c6e63a0e8
/2021/CH12/EX12.5/EX12_5.sce
d6fe9289d1440bcbba76a8b3ebec0a2141325e21
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
504
sce
EX12_5.sce
//Finding of Friction Factor //Given D=0.1; ks=0.0025; v=2; v1=10^-6; //To Find //case-1 R=(v*D)/v1; fa=(1.785*log10(R))-1.424; a=(fa)^2; f1=1/a; //case-2 fb=2*log10((3.71*D)/ks); b=(fb)^2; f2=1/b; //Case-3 fc=-(2*log10((ks/3.71*D)+(5.186/R^(0.89)))); c=(fc)^2; f3=1/c; disp(" Friction Factor for"); disp("Smooth Turbulent flow ="+string(f1)+" no units "); disp("Rough Turbulent flow ="+string(f2)+" no units "); disp("Smooth and Rough Turbulent flow ="+string(f3)+" no units ");
5c0e640324b7bb582fce84e07371dad9e60a6f4f
449d555969bfd7befe906877abab098c6e63a0e8
/845/CH6/EX6.11/Ex6_11.sce
4159cc4ee5ac3f916f4c9978dcc4819fa0319599
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
520
sce
Ex6_11.sce
//Example 6.11 clc clear x = 0:5; y = [-3 3 11 27 57 107]; n = length(x); del = %nan*ones(n,4); del(:,1) = y'; for j = 2:4 for i = 1:n-j+1 del(i,j) = del(i+1,j-1) - del(i,j-1); end end del(:,1) = []; X = poly(0, "x"); h = x(2) - x(1); p = (X-x(1)) / h; x0 = x(1); y0 = y(1); dely0 = del(1,:); Y = y0; for i = 1:length(dely0) t = 1; for j = 1:i t = t * (p-j+1); end Y = Y + t*dely0(i)/factorial(i); end disp(Y,"Required cubic polynomial:")
c7db1b751faf98ba1de96db76994b807de2a1749
449d555969bfd7befe906877abab098c6e63a0e8
/1985/CH6/EX6.2/Chapter6_Example2.sce
7da6ce6e5a87a294039494022755c6266f5edb71
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
483
sce
Chapter6_Example2.sce
clc clear //Input data r=[0.1,0.4]//Radii of curvature in m u=[1.5230,1.5145]//Refractive indices of the lens for violet and red light respectively //Calculations fr=1/((u(2)-1)*((1/r(1))-(1/r(2))))//Focal length of the lens for red light in m fv=1/((u(1)-1)*((1/r(1))-(1/r(2))))//Focal length of the lens for violet light in m f=fr-fv//Longitudinal chromatic aberration in m //Output printf('Longitudinal chromatic aberration for an object at infinity is %3.4f m',f)
a4bc4f73baa4c9288d44a034fff9901e17ecd96c
449d555969bfd7befe906877abab098c6e63a0e8
/3792/CH5/EX5.14/Ex5_14.sce
2940b99fad3f63dc2bb7930bb6217100d7b0f6ec
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,049
sce
Ex5_14.sce
// SAMPLE PROBLEM 5/14 clc;clear;funcprot(0); // Given data omega_CB=2;// rad/s r_A=100;// mm r_B=75;// mm OCbar=250;// mm // Calculation omega_AB=-6/7;// rad/s omega_OA=-3/7;// rad/s // The acceleration equation is a_A=a_B+(a_A/B)_n+(a_A/B)_t; // a_A=(alpha_OA*r_A)+(omega_OA*(omega_OA*r_A)) // a_A=(-100*alpha_OA)i-((100)*(3/7)^2)j mm/s^2 // a_B=(alpha_CB*r_B)+(omega_CB*(omega_CB*r_B)) mm/s^2 // a_B=300i mm/s^2 // (a_A/B)n=omega_AB*(omega_AB*r_AB) // (a_A/B)n=(6/7)^2*(175i-50j) mm/s^2 // (a_A/B)t= alpha_AB*r_A/B // (a_A/B)t=(-50*alpha_AB)i-(175*alpha_AB)j mm/s^2 // Equate separately the coefficients of the i-terms and the coefficients of the j-terms to give function[X]=acceleration(y) X(1)=(-100*y(1))-(429-(50*y(2))); X(2)=(-18.37)-(-36.7-(175*y(2))); endfunction y=[0.1 1]; z=fsolve(y,acceleration); alpha_AB=z(2);// mm/s^2 alpha_OA=z(1);// mm/s^2 printf("\nThe angular acceleration of link AB,alpha_AB=%0.4f rad/s^2 \nThe angular acceleration of link OA,alpha_OA=%1.2f rad/s^2",alpha_AB,alpha_OA);
baa5ddb8296a50408415e69d08449da916630918
449d555969bfd7befe906877abab098c6e63a0e8
/788/CH11/EX11.2.b/11_2_soln.sce
b7605dd6ad032c42b0296760a24bbc20a14eaa1e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
533
sce
11_2_soln.sce
clc; pathname=get_absolute_file_path('11_2_soln.sce') filename=pathname+filesep()+'11_2_data.sci' exec(filename) // Solution: // heat generation rate, HP=(p*Q_gpm)/1714; //HP // heat generation rate in Btu/min, HP_btu=HP*42.4; //Btu/min // oil flow-rate in lb/min, Q_lb=7.42*Q_gpm; //lb/min // temperature increase, T_increase=HP_btu/(0.42*Q_lb); //deg F // downward oil temperature, T_downward=T_oil+T_increase; //deg F // Results: printf("\n Results: ") printf("\n The downstream oil temperature is %.1f deg F.",T_downward)
c23c4d4843459ce50a275a3424b9d9ad157815c6
449d555969bfd7befe906877abab098c6e63a0e8
/2381/CH3/EX3.4/ex_4.sce
c32639431b72ecb25bb83d453e14dbc60fa9ec06
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
336
sce
ex_4.sce
//Example 4 // Current and Capacity clc; clear; close; //given data : E=110;// in V R=10;// in ohm L=1*10^-3;// in H C=1*10^-6;// in F n=10000;// in Hz w=2*%pi*n; I=E/sqrt(R^2+((w*L)-(1/(w*C)))^2); disp(I,"The current ,I(A) = ") L1=1/(w^2*C); disp(L1,"The value of capacity,L1(F) = ") //Capacitance is calculated wrong in the textbook
33749b2dffd411c3189ae74ff1e5dfb2f1cb1302
449d555969bfd7befe906877abab098c6e63a0e8
/1544/CH5/EX5.18/Ch05Ex18.sce
322f6ca67013ee6a18b629b5e94d74974aae6d2b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
438
sce
Ch05Ex18.sce
// Scilab code Ex5.18: Pg 176 (2008) clc; clear; L = 0.25; // Self-inductance, H delta_I = 250e-03; // Change in current, A delta_t = 25e-03; // Time, s e = ((-L)*delta_I)/(delta_t); // Induced emf, V printf("\nThe value of emf induced = %3.1f V", e); // Result // The value of emf induced = 2.5 V
253b3d017fead288ffbedc5b6d35a13df99951b0
449d555969bfd7befe906877abab098c6e63a0e8
/1949/CH3/EX3.9/Ex3_9.sce
1c26cc6f46453381bc161c2e647c2d389856c45f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex3_9.sce
//Chapter-3,Example 3_9,Page 3-21 clc() //Given Data: u1=1.47 //R.I. of Core u2=1.46 //R.I.of Cladding lam=1.3*10^-6 //wavelength in meter //Calculations: NA=sqrt(u1^2-u2^2) //Formula to find Numerical Aperture //The condition for single mode is V<2.405 //2*%pi*a*NA/lam < 2.405 a=2.405*lam/(2*%pi*NA) //Maximum radius of fibre printf('Maximum radius of Fibre is =%.8f meter \n',a)
53e2b85ec375e2a5f49b9d0b4bbd207f88759837
449d555969bfd7befe906877abab098c6e63a0e8
/2210/CH6/EX6.5/6_5.sce
20143e0b2de00ea376063bc8e0aab5459c9cddc2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
666
sce
6_5.sce
//Chapter 6, Problem 5 clc vbe=0.7 //base to emitter voltage ic=10e-3 //collector current vc=10 //collector voltage vcc=20 //supply voltage hfe=50 //dc current gain //calculating the biasing resistors ie=ic //assuming for high gain transistor ve=(10/100)*vcc re=ve/ie rc=((vcc-vc)/ic) ib=ic/hfe vbb=ve+vbe ibb=10*ib r2=vbb/ibb r1=((vcc-vbb)/(ibb+ib)) disp("Biasing resistor is given by\n") printf("R1 = %d ohm\nR2 = %.2f ohm\nRc = %.2f ohm\nRe = %.2f ohm",r1,r2,rc,re)
6933e766a09b59af8258f893f9d27f76bc71ae47
4a1effb7ec08302914dbd9c5e560c61936c1bb99
/Project 2/Experiments/GAssist-Interval-C/results/GAssist-Intervalar-C.abalone-10-1tra/result9s0.tst
546652d268e8c1a95e31f4630280806f95928b10
[]
no_license
nickgreenquist/Intro_To_Intelligent_Systems
964cad20de7099b8e5808ddee199e3e3343cf7d5
7ad43577b3cbbc0b620740205a14c406d96a2517
refs/heads/master
2021-01-20T13:23:23.931062
2017-05-04T20:08:05
2017-05-04T20:08:05
90,484,366
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,480
tst
result9s0.tst
@relation abalone @attribute Sex{M,F,I} @attribute Length real[0.075,0.815] @attribute Diameter real[0.055,0.65] @attribute Height real[0.0,1.13] @attribute Whole_weight real[0.002,2.8255] @attribute Shucked_weight real[0.001,1.488] @attribute Viscera_weight real[5.0E-4,0.76] @attribute Shell_weight real[0.0015,1.005] @attribute Rings{15,7,9,10,8,20,16,19,14,11,12,18,13,5,4,6,21,17,22,1,3,26,23,29,2,27,25,24} @inputs Sex, Length, Diameter, Height, Whole_weight, Shucked_weight, Viscera_weight, Shell_weight @outputs Rings 10 8 7 7 19 11 16 9 4 7 10 8 14 9 10 11 15 9 7 7 7 7 7 7 10 11 10 9 10 8 15 9 7 7 8 7 5 7 13 9 10 9 9 7 18 9 8 7 16 11 15 9 14 11 16 9 16 9 10 9 8 9 19 9 13 7 14 7 9 8 13 8 16 11 11 9 9 7 6 7 5 7 5 7 17 9 13 9 11 11 15 11 12 9 16 9 3 7 13 8 17 9 13 9 13 8 11 7 20 11 14 9 14 8 9 7 12 9 12 8 9 7 7 7 9 8 11 8 6 7 13 9 22 8 11 7 11 9 15 9 14 9 10 8 9 9 13 9 9 9 9 8 15 9 8 9 9 9 9 9 11 9 10 9 17 11 9 11 7 8 8 9 9 9 8 8 8 9 7 9 7 9 8 9 11 9 11 11 9 11 10 11 6 9 8 11 4 7 7 7 6 7 7 8 6 8 7 8 7 9 8 8 9 8 8 9 8 8 9 9 9 9 10 9 12 11 9 11 12 11 6 7 6 7 5 7 7 7 9 7 8 8 8 8 8 8 8 8 8 8 7 9 9 9 10 9 10 9 10 9 11 9 12 9 10 9 11 9 9 9 11 11 10 11 10 11 13 11 8 8 6 8 9 9 9 9 8 9 9 9 9 9 10 9 8 9 10 11 12 11 11 11 13 11 6 7 7 7 7 7 9 8 8 8 7 8 9 9 9 9 10 9 9 9 9 9 8 9 10 9 9 9 8 9 10 9 10 9 11 9 11 9 11 9 9 9 11 9 14 11 12 9 11 9 10 11 11 11 11 11 12 11 12 11 6 8 10 9 11 11 9 11 10 11 11 11 7 9 11 9 9 9 12 11 12 11 6 7 7 7 7 7 10 9 9 9 9 9 9 9 8 9 7 9 12 11 10 11 10 7 13 9 7 7 10 8 7 7 6 7 8 7 12 8 10 8 10 7 5 7 27 11 7 8 11 11 14 9 14 9 11 8 15 9 9 8 17 11 20 11 13 11 8 8 11 9 12 8 11 9 10 7 17 9 12 9 18 8 6 7 14 9 23 9 14 9 9 7 13 8 11 8 6 7 7 8 9 9 10 11 6 7 8 8 8 9 6 9 7 9 9 9 9 9 13 11 10 11 9 8 11 9 9 9 11 11 13 11 8 7 7 9 8 8 10 9 9 9 10 9 9 9 10 9 11 9 5 7 5 7 9 9 9 9 10 9 9 9 8 9 11 11 7 7 9 8 8 8 8 9 8 9 10 9 9 9 13 9 11 9 12 11 13 11 9 11 12 11 8 9 7 8 8 9 11 11 7 7 8 7 9 7 8 7 10 9 10 9 11 11 9 9 10 9 11 9 8 9 5 7 5 7 10 11 11 9 10 9 21 11 13 11 18 11 8 7 19 11 11 9 14 9 12 8 11 9 15 9 12 8 17 11 10 7 12 7 8 7 12 9 13 8 11 7 12 8 16 7 18 9 9 7 4 7 7 7 7 7 10 9 10 9 9 11 4 7 4 7 6 7 8 7 9 8 9 8 9 8 9 9 10 9 8 9 9 9 12 9 5 7 8 8 8 8 7 9 6 7 9 8 8 9 10 9 10 9 10 11 11 11 11 11 10 11 9 9 10 11 6 7 8 7 9 9 10 11 7 7 6 7 8 8 8 8 9 9 10 9 10 9 11 9 6 7 14 9 9 9 15 11 15 9 7 7 12 9 13 11 12 9 5 7 11 11 10 11 6 7 8 8 8 9 6 7 6 7 8 9 11 9 8 7 7 9 11 9 10 9 9 9 10 9 8 9 6 7 7 7 7 8 8 9 9 11 9 9 11 11 4 7 10 9 11 9 10 11 11 11 6 7 8 8 8 7
85ceb2f08b299f06d032111ad6d1bc17222b96d2
d5b7d8ad996a3217cacad6b5986a0319216c359c
/FileExample.sce
4e49674ee82da16adea4a9dc035fcaf368fbb5ff
[]
no_license
JamesGrobbo/Spoon-Knife
413e465181d0bbf6923e8d295fbecc9769ce4316
6a52ebc8e6bb8df31b3680588782ffa2721383d0
refs/heads/master
2022-11-30T02:42:47.164732
2020-08-20T18:42:19
2020-08-20T18:42:19
288,239,275
0
0
null
null
null
null
UTF-8
Scilab
false
false
519
sce
FileExample.sce
x=grand(1,1,"uin",0,100) y=grand(1,1,"uin",0,100) if (x==y) then disp('integers are the same') else // Creates an array z containing the integers // between the maximum and the minimum value // in descending order z = max([x,y]):-1:min([x,y]); // Creates a Boolean matrix whose elements // are ‘true’ whenever the entry of z is // a multiple of 4 multof4 = (modulo(z,4) == 0); // Stores the values of z corresponding to // 'true' values of multof4 z2 = z(multof4); zsq = z2.^2; disp([z2',zsq']) end
5cd8106e8cb5f2b19d38c5429510dccc25d1b25b
449d555969bfd7befe906877abab098c6e63a0e8
/1754/CH6/EX6.5/Exa6_5.sce
0421f0f6c5f41e1402ffc08beadb71d823bad4c8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
181
sce
Exa6_5.sce
//Exa 6.5 clc; clear; close; //given data gm=2;//in milli-mho RL=10;//in Kohm disp("assuming rd>>RL"); Av=gm*10^-3*RL*10^3;//unitless disp(Av,"Voltage amplification : ");
83d5bf1e5abaa7d43b9f033932afba2f09359116
6813325b126713766d9778d7665c10b5ba67227b
/Chapter6/Ch_6_Eg_6.14.sce
0fd591918784d67bfb520d59c804392ecfe47854
[]
no_license
arvindrachna/Introduction_to_Scilab
955b2063b3faa33a855d18ac41ed7e0e3ab6bd1f
9ca5d6be99e0536ba1c08a7a1bf4ba64620ec140
refs/heads/master
2020-03-15T19:26:52.964755
2018-05-31T04:49:57
2018-05-31T04:49:57
132,308,878
1
0
null
null
null
null
UTF-8
Scilab
false
false
388
sce
Ch_6_Eg_6.14.sce
// A program to find the largest of three given numbers. x=input ("Enter a vector of three numbers:"); s="The largest number is "; if x (1)>x (2) then if x (1)>x (3) then s=s + string (x (1)); else s=s + string (x (2)); end else if x (2)>x (3) then s=s + string (x (2)); else s=s + string (x (3)); end end disp(s);
cc3d4dce7555fc262007e5b74e97abc72750cd62
449d555969bfd7befe906877abab098c6e63a0e8
/2837/CH21/EX21.2/Ex21_2.sce
d191e1e95aefd204fe46e83e62be894d9e7a9e68
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
352
sce
Ex21_2.sce
clc clear //Initalization of variables h1=1205.8 //Btu/lb s2=1.5594 sf=1.5948 sfg=1.1117 hf=1188.9 //Btu/lb hfg=883.2 //Btu/lb vf=4.049 vfg=vf-0.018 k=1.3 J=778 A2=1.2 //in^2 //calculations x2=-(s2-sf)/sfg h2=hf-x2*hfg v2=vf-x2*vfg dh=h1-h2 Vex=223.8*sqrt(dh) m=A2*Vex/(144*v2) //results printf("Rate of flow = %.2f lb/sec",m)
23ecdb0110c36466ef5e46f7826259912f89cdd8
449d555969bfd7befe906877abab098c6e63a0e8
/147/CH2/EX2.11/Example2_11.sce
2e7c8abcdcd32b771be741394f56a391372ff360
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
289
sce
Example2_11.sce
close(); clear; clc; //thevenin resistance 'Rth' Rad = 33/14; //ohm Rth = Rad; //after converting 10 A current source into voltage source in Fig 2.14(b) Vth = 6/7 * 110; //V //total power 'P' P = Vth^2/(Rth+Rad); //W mprintf("Total power supplied to network,P = %d W",round(P));
87a99bb73df581384e5a91fecbddcbaf12f8daea
449d555969bfd7befe906877abab098c6e63a0e8
/1016/CH3/EX3.5/ex3_5.sce
7d5bc593555f9886f19458717c3ac8c5631b5bf3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
429
sce
ex3_5.sce
clc;clear; //Example 3.5 //given data Z=1; n=1; e=1.6*10^-19;//the charge on electron in C h=6.625*10^-34;//Plank's constant Eo=8.854*10^-12;//absolute permitivity of free space in F/m m=9.12*10^-31;//mass of electron in kg //calculations v=Z*e^2/(2*Eo*n*h); disp(v,'velcocity in m/s'); E=-m*Z^2*e^4/(8*(Eo*n*h)^2); disp(E,'energy of hydrogen atom in J'); f=m*Z^2*e^4/(4*Eo^2*(n*h)^3); disp(f,'frequecy in Hz')
bf1bb95d4142da256ae3df61bbff1622119213a5
449d555969bfd7befe906877abab098c6e63a0e8
/2873/CH12/EX12.11/Ex12_11.sce
f3306fbdcd5e42e5d017eac46912f89b42908e75
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
939
sce
Ex12_11.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Engineering Thermodynamics by Onkar Singh Chapter 12 Example 11") r_wire=3;//radius of electric wire in mm k=0.16;//thermal conductivity in W/m oc T_surrounding=45;//temperature of surrounding in degree celcius T_surface=80;//temperature of surface in degree celcius h=16;//heat transfer cooefficient in W/m^2 oc disp("for maximum heat transfer the critical radius of insulation should be used.") disp("critical radius of insulation(rc)=k/h in mm") rc=k*1000/h disp("economical thickness of insulation(t)=rc-r_wire in mm") t=rc-r_wire disp("so economical thickness of insulation=7 mm") disp("heat convected from cable surface to environment,Q in W") disp("Q=2*%pi*rc*L*h*(T_surface-T_surrounding)") L=1;//length in mm Q=2*%pi*rc*L*h*(T_surface-T_surrounding)*10^-3 disp("so heat transferred per unit length=35.2 W")
95cdd97dd7b1b3c68d0b68550f662fc3b0ecb0d7
449d555969bfd7befe906877abab098c6e63a0e8
/2300/CH9/EX9.12.7/Ex9_7.sce
9c5dfcf88978ef7497f8f36ce5ecacbfeba2aba9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,010
sce
Ex9_7.sce
//scilab 5.4.1 //Windows 7 operating system //chapter 9 Basic Voltage and Power Amplifiers clc clear //In a single tuned amplifier L=120*10^-6//L=inductance in henry C=100*10^-12//C=capacitance in farad R=10//R=resistance in ohms hoe=50*10^-6//hoe=output impedance in mho(or S) hfe=100//hfe=current gain hie=2.5*10^3//hie=input impedance in ohm RT=10*10^3//RT=equivalent resistance of RB and Ri in parallel fo=1/(2*%pi*sqrt(L*C))//fo=resonant frequency format("v",5) disp("MHz",fo/10^6,"The resonant frequency is =")//fo is converted in terms of MHz Qo=(1/R)*sqrt(L/C)//Qo=Q-factor of the resonant frequency Ro=(Qo^2)*R//Ro=maximum impedance Zm Rp=1/(hoe+(1/Ro)+(1/RT))//Rp=equivalent resistance of the parallel combination of Ro,ro and RT Qe=(Qo*Rp)/Ro//Qe=effective Q-factor B=fo/Qe//B=bandwidth format("v",6) disp("kHz",B/10^3,"The bandwidth is =")//B is converted in terms of kHz AVm=-(hfe*Rp)/hie//AVm=maximum voltage gain format("v",6) disp(AVm,"The maximum voltage gain is =")
d775f3e975967672935c561ef8f4a5c040c22bb0
449d555969bfd7befe906877abab098c6e63a0e8
/2342/CH5/EX5.23/EX5_23.sce
1c216d4f45664dad016c5fea96c769e8e600eb4e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
822
sce
EX5_23.sce
// Exa 5.23 format('v',6) clc; clear; close; // Given data V_DD= 12;// in V V_T= 2;// in V kn= 0.5;// in mA/V^2 R1 = 2.2;// in M ohm R2 = 1.8;// in M ohm R_S= 1.5;// in kΩ R_D= 3.9;// in kΩ V_G = (R2/(R1+R2))*V_DD;// in V I_D= poly(0,'I_D') V_GS= V_G-I_D*R_S;// V // Evaluation the value of I_D by using polynomial method I_D= I_D-kn*(V_GS-V_T)^2;// in mA I_D= roots(I_D);// in mA I_D= I_D(2);// in mA I_DQ= I_D;// in mA // Evaluation the value of V_DSQ, V_DSQ= V_DD-I_D*(R_D+R_S);// in V disp(I_DQ,"The value of I_DQ in mA is : ") disp(V_DSQ,"The value of V_DSQ in volts is : ") V_GS= V_G-I_D*R_S;// V V_DSsat= V_GS-V_T;// in V disp("The value of V_DS ( "+string(V_DSQ)+" V ) is greater than the value of ") disp("V_DSsat ( "+string(V_DSsat)+" V ), So the MOSFET is in saturation region")
254a80addcc7515527707b089953f5dddc106bab
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/ngram/5.3_6.tst
8041b8fb94c1d64e1e6c84f3edc3a18a6ed827ca
[]
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
738,429
tst
5.3_6.tst
3 568:1 643:1 845:1 1541:1 1549:1 1562:1 1617:1 1652:1 2314:1 2376:1 2604:1 3241:1 3268:1 3289:1 3381:1 3509:1 3626:1 3684:1 3685:2 4150:1 4484:1 4575:1 4590:1 4697:1 5038:1 5371:1 5425:1 5582:1 5831:1 5848:1 6039:1 6582:1 6841:1 6850:1 7938:1 8141:2 8456:1 8482:1 8944:1 9583:2 10268:1 10271:1 10296:1 10440:1 10597:1 10599:1 10740:1 11126:1 11135:1 11247:1 11914:1 12149:1 12491:1 13641:1 13767:1 14435:1 14488:1 14575:1 15771:1 15848:1 15876:1 15936:1 16567:1 16855:1 16868:1 16881:1 16887:1 17172:1 17338:1 18072:1 18139:1 18356:1 18359:1 18475:1 18485:1 18612:1 18881:1 19106:1 19567:1 19859:1 19926:1 20022:1 20219:1 20408:1 20686:1 20832:2 20898:1 21174:1 21201:1 21253:1 21924:1 22101:1 22165:1 22421:1 23073:89 23079:1 23312:1 24404:1 24516:1 24567:1 25015:1 25159:1 25394:1 26160:1 26178:1 26489:1 26688:1 27071:1 27155:1 27696:1 27801:1 28872:1 29652:1 30084:1 30438:1 30446:1 30454:1 30654:2 30660:1 31113:1 31115:1 31428:1 31656:1 31777:1 32037:1 32083:1 32476:1 32618:1 32798:1 33154:2 33478:1 33531:1 33539:1 33692:1 33985:1 33986:1 34308:1 34776:1 34965:1 35185:1 35191:1 3 97:1 568:2 643:1 658:1 845:1 868:1 1045:1 1162:1 1321:1 1340:1 1462:1 1541:1 1542:1 1549:1 1562:2 1616:1 1617:1 1652:1 1687:1 1912:1 2017:1 2150:1 2232:1 2314:1 2376:1 2604:1 2641:1 2963:1 3241:1 3268:1 3289:1 3381:1 3509:1 3540:1 3626:1 3684:1 3685:4 4097:1 4150:1 4441:1 4484:1 4575:2 4590:2 4697:2 5038:1 5371:1 5388:1 5425:1 5582:1 5831:2 5848:1 6039:1 6182:1 6497:1 6571:1 6582:1 6631:1 6728:1 6841:1 6843:1 6850:1 7497:1 7598:1 7678:1 7732:1 7936:1 7938:1 7958:1 8012:1 8127:1 8141:3 8161:1 8269:1 8456:1 8482:1 8737:1 8924:1 8937:1 8944:2 9583:3 9834:1 9851:1 10145:1 10268:2 10271:2 10277:1 10278:1 10296:1 10387:1 10440:1 10544:1 10597:2 10599:1 10740:1 11054:1 11126:2 11135:1 11247:2 11304:1 11410:1 11483:1 11509:1 11529:1 11688:1 11914:1 12149:1 12174:1 12196:1 12278:1 12491:1 12630:1 12650:1 12970:1 13360:1 13509:1 13625:1 13641:1 13767:1 14121:1 14139:1 14292:1 14435:2 14488:1 14575:3 14603:1 14785:1 15510:1 15771:1 15848:1 15876:1 15936:1 15973:1 16263:1 16300:1 16411:1 16567:1 16598:1 16855:1 16868:1 16881:1 16887:1 17172:1 17338:1 17871:1 17872:1 17884:1 18002:2 18072:1 18139:1 18174:1 18192:1 18310:1 18356:1 18359:1 18475:1 18485:1 18505:1 18612:1 18653:1 18881:1 19106:2 19325:1 19511:1 19538:1 19567:1 19708:1 19859:1 19926:1 20001:1 20022:1 20043:1 20219:1 20324:1 20408:1 20665:1 20686:1 20797:1 20832:4 20898:1 21046:1 21174:1 21201:1 21253:1 21393:1 21478:1 21678:1 21751:1 21890:1 21924:1 22101:1 22102:1 22165:1 22232:1 22249:1 22421:1 22817:1 23073:210 23079:1 23312:3 24039:1 24052:1 24169:1 24404:2 24516:1 24563:1 24567:1 25015:2 25084:1 25100:1 25125:1 25159:1 25185:1 25394:1 25736:1 25819:1 26160:1 26178:1 26473:1 26489:1 26688:1 26767:1 26794:1 27071:2 27122:1 27155:2 27473:1 27696:1 27801:1 27917:1 28853:1 28872:1 29097:1 29122:1 29243:1 29652:1 29739:1 29816:1 30084:1 30316:1 30434:1 30438:1 30446:1 30448:1 30454:1 30455:1 30654:2 30660:1 30771:1 30907:1 31113:2 31115:2 31416:1 31428:1 31649:1 31656:1 31777:3 32037:2 32083:1 32367:1 32476:1 32618:2 32798:1 33154:3 33424:1 33478:1 33531:2 33539:1 33692:1 33892:1 33915:1 33985:2 33986:2 33993:1 33997:1 34115:1 34167:1 34308:1 34403:1 34409:1 34562:1 34674:1 34703:1 34776:1 34965:1 35136:1 35148:1 35176:1 35185:1 35191:2 35384:1 35430:1 35480:1 35600:1 35633:1 36068:1 36345:1 36539:1 36601:1 36621:1 36690:1 3 50:1 97:1 216:1 272:1 312:1 366:1 469:1 494:1 568:2 643:1 658:1 845:1 868:1 893:1 1045:1 1149:1 1162:1 1321:1 1340:1 1462:1 1541:1 1542:1 1549:1 1562:2 1616:1 1617:1 1628:1 1652:1 1687:1 1844:1 1849:1 1912:1 2017:1 2150:1 2232:1 2314:1 2369:1 2376:1 2443:1 2523:1 2604:1 2641:1 2839:1 2846:1 2963:1 3241:1 3268:1 3289:1 3381:1 3509:1 3540:1 3626:1 3640:1 3684:1 3685:5 3842:1 4097:2 4150:1 4158:1 4441:1 4484:1 4575:2 4590:2 4697:2 4824:1 4904:1 5002:1 5038:1 5371:1 5388:1 5425:1 5572:1 5582:1 5676:1 5715:1 5831:2 5848:1 6039:1 6106:1 6182:1 6213:1 6395:1 6497:2 6525:1 6571:1 6582:1 6631:1 6726:1 6728:1 6770:1 6841:1 6843:1 6850:1 6897:1 7099:1 7497:1 7515:1 7598:1 7678:1 7732:1 7927:1 7936:1 7938:1 7947:1 7958:1 8012:1 8115:1 8127:1 8141:3 8161:1 8269:1 8456:1 8482:1 8724:1 8737:1 8830:1 8924:1 8937:1 8944:3 9425:1 9476:1 9583:3 9651:1 9834:1 9851:1 10145:1 10268:2 10271:2 10277:1 10278:1 10296:1 10387:1 10440:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10740:1 10975:1 11054:1 11126:2 11134:1 11135:1 11150:1 11247:2 11304:1 11410:1 11439:1 11483:1 11509:1 11529:1 11532:1 11688:1 11856:1 11873:1 11914:1 12113:1 12149:1 12174:1 12196:1 12278:1 12425:1 12491:1 12630:1 12650:1 12970:1 13095:1 13163:1 13360:1 13454:1 13509:1 13565:1 13625:2 13641:1 13767:1 13844:1 14026:1 14031:2 14036:1 14121:1 14139:1 14292:1 14383:1 14384:1 14392:1 14435:2 14488:1 14513:1 14575:3 14603:1 14785:1 14794:1 14830:2 15002:1 15017:1 15268:1 15491:1 15510:1 15771:1 15812:1 15816:1 15848:1 15876:1 15936:1 15951:1 15973:1 16263:1 16300:1 16411:1 16523:1 16567:1 16598:1 16673:1 16855:1 16868:1 16881:1 16887:1 17172:1 17338:1 17582:1 17745:1 17800:1 17871:1 17872:1 17884:1 17981:1 18002:2 18027:1 18072:1 18139:1 18174:1 18192:1 18310:1 18356:1 18359:1 18385:1 18475:1 18485:1 18505:1 18612:1 18653:1 18709:1 18881:1 19106:2 19325:2 19511:1 19538:1 19567:1 19708:1 19723:1 19859:1 19862:1 19903:1 19926:1 19941:1 20001:1 20022:1 20043:1 20219:1 20324:1 20408:1 20665:1 20686:1 20705:1 20764:1 20797:1 20832:5 20898:1 21046:1 21174:1 21201:1 21253:1 21393:1 21478:1 21524:1 21678:1 21751:2 21761:1 21890:1 21903:1 21924:1 21928:1 21978:1 22101:1 22102:1 22165:1 22232:1 22249:2 22421:1 22607:1 22657:1 22793:1 22817:1 23073:316 23079:1 23312:4 23732:1 24039:1 24052:2 24096:1 24169:1 24404:2 24494:1 24516:1 24563:1 24567:1 25009:1 25015:2 25084:1 25100:1 25125:1 25159:1 25185:1 25394:1 25595:1 25620:1 25736:1 25819:1 26160:1 26178:1 26259:1 26357:1 26432:1 26473:1 26489:1 26542:1 26603:1 26688:1 26767:2 26794:1 26959:1 27071:2 27122:1 27155:2 27230:1 27473:1 27554:1 27555:1 27696:1 27801:1 27834:1 27917:1 27924:1 27940:1 28074:1 28585:1 28686:1 28853:1 28872:1 29012:1 29097:1 29122:1 29153:1 29243:1 29652:1 29739:1 29816:1 30084:1 30267:1 30316:1 30333:1 30434:1 30438:1 30440:1 30446:1 30448:1 30454:1 30455:1 30472:1 30567:1 30654:3 30660:1 30673:1 30771:1 30907:1 31006:1 31043:1 31113:2 31115:2 31208:1 31292:1 31416:1 31428:1 31649:1 31656:1 31752:1 31764:1 31777:3 31867:1 31948:1 32006:1 32037:2 32083:1 32367:1 32476:1 32579:1 32602:1 32618:2 32798:1 33137:1 33154:3 33271:1 33424:1 33428:1 33478:1 33531:2 33539:1 33692:1 33892:1 33898:1 33915:1 33985:2 33986:2 33993:1 33997:1 34115:1 34167:1 34308:1 34403:1 34409:1 34562:1 34625:1 34674:1 34703:1 34776:1 34965:1 35097:1 35136:1 35148:1 35169:1 35176:1 35185:1 35191:2 35198:1 35314:1 35384:1 35430:1 35480:1 35600:1 35633:2 36068:1 36345:1 36349:1 36521:1 36539:1 36601:1 36621:1 36690:1 3 37:1 50:1 97:1 112:1 216:1 272:1 298:1 312:1 366:1 469:1 494:1 543:1 568:2 643:1 658:1 767:1 773:1 845:1 868:1 893:1 1045:1 1090:1 1119:2 1149:1 1153:1 1162:1 1224:1 1321:1 1340:1 1462:1 1541:1 1542:1 1549:1 1562:2 1616:1 1617:1 1628:1 1652:1 1687:1 1844:1 1849:1 1912:1 1933:1 1998:1 2017:1 2150:1 2175:1 2201:1 2232:1 2314:1 2369:1 2376:1 2385:2 2387:1 2443:1 2499:1 2523:1 2577:1 2604:1 2612:1 2641:1 2835:1 2839:1 2842:1 2844:1 2846:1 2848:3 2963:1 3201:1 3241:1 3268:1 3289:1 3381:1 3509:1 3522:1 3540:1 3609:1 3626:1 3640:1 3684:1 3685:5 3710:1 3842:1 3995:1 4097:2 4150:1 4158:1 4441:1 4484:1 4575:2 4590:2 4697:2 4804:1 4824:1 4904:1 5002:1 5038:1 5048:1 5289:1 5358:1 5371:1 5388:1 5425:1 5572:1 5582:1 5595:1 5653:1 5676:1 5715:2 5720:1 5831:3 5848:1 5917:1 6039:2 6106:1 6182:1 6213:1 6395:1 6497:2 6525:1 6571:1 6582:1 6631:1 6726:1 6728:1 6770:1 6841:1 6843:1 6850:1 6897:1 7099:1 7143:1 7193:1 7268:1 7497:1 7505:1 7507:1 7515:1 7574:1 7577:1 7598:1 7678:1 7685:1 7732:1 7927:1 7936:1 7938:1 7947:1 7953:2 7958:1 8012:1 8115:2 8127:1 8141:4 8161:1 8269:1 8456:1 8482:1 8554:1 8672:1 8724:1 8737:1 8816:1 8830:1 8924:1 8937:1 8944:3 9425:2 9476:1 9583:3 9651:6 9683:1 9688:1 9834:1 9851:1 9929:1 9970:1 10145:1 10268:2 10271:2 10277:1 10278:1 10296:3 10387:1 10437:1 10440:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10740:1 10894:1 10948:1 10975:1 11051:1 11054:1 11126:2 11134:1 11135:1 11150:1 11182:1 11247:2 11304:1 11327:1 11410:1 11439:1 11483:1 11509:1 11529:1 11532:1 11688:1 11705:1 11856:1 11873:1 11874:1 11914:1 11956:1 12113:1 12149:1 12174:1 12196:1 12210:1 12250:1 12278:1 12347:1 12425:1 12462:2 12491:1 12496:1 12517:1 12618:1 12630:1 12650:1 12970:1 12973:1 13034:1 13095:2 13163:1 13360:1 13372:1 13454:1 13509:1 13565:1 13625:2 13641:1 13672:1 13766:1 13767:1 13844:1 13963:1 14026:1 14031:2 14036:1 14121:1 14125:1 14139:1 14223:1 14250:1 14292:1 14383:1 14384:1 14392:1 14435:2 14488:1 14513:3 14575:3 14603:1 14785:1 14794:1 14830:2 15002:1 15017:1 15268:1 15273:1 15460:1 15491:1 15510:1 15771:1 15812:1 15816:1 15848:1 15876:1 15936:1 15951:1 15973:1 16263:1 16300:2 16411:1 16523:1 16567:1 16598:1 16673:1 16855:1 16868:1 16881:1 16887:1 16907:1 16973:1 17157:1 17172:1 17334:1 17338:1 17407:1 17490:1 17582:1 17745:1 17800:1 17839:1 17840:1 17871:1 17872:1 17884:1 17931:1 17981:1 18002:2 18027:1 18072:1 18139:1 18174:1 18192:1 18310:1 18356:1 18359:2 18366:1 18385:1 18475:1 18485:1 18505:1 18612:1 18653:2 18709:1 18881:1 19106:2 19233:1 19325:2 19488:1 19508:1 19511:1 19538:1 19558:1 19567:1 19576:1 19708:1 19723:1 19859:1 19862:1 19903:1 19910:1 19926:1 19941:1 19972:1 20001:1 20022:1 20043:1 20138:1 20216:1 20219:1 20230:1 20324:1 20390:1 20408:1 20665:1 20686:1 20705:1 20764:1 20797:1 20832:5 20898:1 21046:1 21174:1 21201:1 21253:1 21373:1 21393:1 21478:1 21524:1 21667:1 21678:1 21751:2 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21978:1 22101:1 22102:1 22165:1 22232:1 22249:2 22421:1 22607:1 22657:1 22793:1 22813:1 22817:1 22820:1 23073:395 23077:1 23079:1 23084:1 23312:4 23327:1 23366:1 23478:1 23565:1 23635:1 23732:1 24039:1 24052:2 24096:1 24169:1 24281:1 24324:1 24404:2 24494:1 24511:1 24514:1 24516:1 24563:1 24567:1 24606:1 24662:1 24665:1 24707:1 24826:1 24889:2 24914:1 25009:1 25015:2 25079:1 25084:1 25100:1 25118:1 25125:1 25159:1 25185:1 25225:1 25394:1 25536:1 25595:1 25620:1 25657:1 25736:1 25781:1 25819:1 26098:1 26130:1 26160:1 26178:1 26218:1 26259:1 26357:1 26432:1 26468:1 26473:1 26489:1 26542:1 26603:1 26688:1 26746:1 26767:2 26794:1 26831:1 26877:2 26932:1 26959:1 27071:2 27122:1 27155:2 27200:1 27230:1 27311:1 27473:1 27554:1 27555:1 27696:1 27699:1 27801:1 27831:1 27834:1 27917:1 27924:1 27940:2 27954:1 28074:1 28137:1 28232:1 28585:2 28643:1 28686:1 28764:1 28853:1 28872:1 29012:1 29097:1 29122:1 29153:1 29243:1 29332:1 29652:1 29739:1 29816:1 29817:1 29904:1 29910:1 29960:1 30084:1 30105:1 30267:1 30306:1 30316:1 30333:1 30434:1 30438:1 30440:1 30446:1 30448:1 30454:1 30455:1 30472:1 30567:3 30654:3 30660:1 30673:1 30771:1 30793:1 30841:1 30849:1 30907:1 31006:1 31043:1 31113:2 31115:2 31146:1 31162:1 31167:1 31208:1 31248:1 31250:1 31292:1 31416:1 31428:1 31649:1 31656:1 31729:1 31752:1 31764:1 31777:3 31867:1 31948:1 32006:1 32037:2 32083:1 32301:1 32364:1 32367:1 32394:1 32476:1 32579:1 32602:1 32618:2 32720:1 32761:1 32798:2 32894:1 33137:1 33154:4 33271:1 33289:1 33322:1 33325:1 33350:1 33424:1 33428:1 33478:1 33531:2 33539:2 33561:1 33623:1 33692:1 33796:1 33865:2 33892:1 33898:1 33915:1 33985:2 33986:2 33993:1 33997:1 34007:1 34058:1 34115:1 34167:1 34308:1 34349:1 34350:1 34351:1 34391:1 34403:1 34409:1 34422:1 34562:1 34625:1 34674:1 34703:1 34766:1 34776:1 34849:1 34872:2 34965:1 35077:1 35097:1 35136:1 35148:1 35169:2 35176:1 35185:1 35191:2 35198:1 35314:1 35326:1 35384:1 35430:1 35480:1 35580:1 35600:1 35633:2 35660:1 36068:1 36209:1 36345:1 36349:1 36401:1 36490:1 36501:1 36517:1 36521:1 36539:1 36601:1 36621:1 36641:1 36690:1 3 37:1 50:1 97:1 112:1 216:1 272:1 298:1 312:1 366:1 469:1 494:1 543:1 568:2 630:1 643:1 658:1 767:1 773:1 780:1 845:1 868:1 893:1 1045:1 1090:1 1119:2 1149:1 1153:1 1162:1 1224:1 1321:2 1340:1 1462:1 1541:1 1542:1 1549:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1687:1 1844:1 1849:1 1912:1 1933:1 1998:1 2017:1 2150:1 2175:1 2201:1 2232:1 2314:1 2369:1 2376:1 2385:2 2387:1 2443:1 2499:1 2523:1 2577:1 2604:1 2612:1 2641:1 2835:1 2839:1 2842:1 2844:1 2846:1 2848:3 2963:1 3147:1 3201:1 3241:1 3268:1 3289:1 3381:1 3509:1 3522:1 3540:1 3609:1 3626:1 3640:1 3684:1 3685:5 3710:1 3755:1 3842:1 3995:1 4064:1 4089:1 4097:3 4150:1 4158:1 4441:1 4484:1 4575:2 4590:2 4697:2 4804:1 4824:1 4904:1 4945:1 5002:1 5038:1 5048:1 5289:1 5358:1 5371:1 5388:1 5425:1 5572:1 5582:1 5595:1 5653:1 5676:1 5715:2 5717:1 5720:1 5831:3 5848:1 5917:1 6039:2 6106:1 6182:1 6213:1 6236:1 6395:1 6497:2 6525:1 6571:1 6582:1 6631:1 6726:1 6728:1 6770:1 6841:1 6843:1 6850:1 6892:1 6897:1 7099:1 7143:1 7193:1 7268:1 7497:1 7500:1 7505:1 7507:1 7515:1 7574:1 7577:1 7598:1 7678:1 7685:1 7732:1 7925:1 7927:1 7936:2 7938:1 7947:2 7953:2 7958:1 8012:1 8115:3 8127:1 8141:4 8161:1 8260:1 8269:1 8456:1 8482:1 8554:1 8672:1 8724:1 8737:1 8816:1 8830:1 8924:1 8937:1 8944:3 9062:1 9374:1 9425:2 9476:1 9583:3 9651:6 9683:1 9688:1 9834:1 9851:1 9929:1 9970:1 10145:1 10268:2 10271:2 10277:1 10278:1 10296:3 10387:1 10437:1 10440:1 10466:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10740:1 10894:1 10948:1 10975:1 11051:1 11054:1 11126:2 11134:1 11135:1 11150:1 11173:1 11182:1 11247:2 11276:1 11304:1 11327:1 11410:1 11439:1 11483:1 11509:1 11529:1 11532:1 11587:1 11589:1 11688:1 11705:1 11853:1 11856:1 11873:1 11874:1 11914:1 11956:1 12101:1 12113:1 12149:1 12174:1 12196:1 12210:1 12250:1 12278:1 12347:1 12425:1 12462:2 12491:1 12496:1 12517:1 12614:1 12618:1 12630:1 12650:1 12970:1 12973:1 13034:1 13095:3 13163:1 13360:1 13372:1 13454:1 13509:1 13565:1 13625:3 13641:1 13667:1 13672:1 13694:1 13766:1 13767:1 13797:1 13844:1 13963:1 14026:1 14031:2 14036:1 14039:1 14121:1 14125:1 14139:1 14223:1 14250:1 14292:1 14383:1 14384:1 14392:1 14435:2 14488:1 14513:3 14575:3 14603:1 14604:1 14650:1 14785:1 14794:1 14830:2 15002:1 15017:1 15268:1 15273:1 15460:1 15491:1 15500:1 15510:1 15771:1 15812:1 15816:1 15848:1 15876:1 15936:1 15951:1 15973:1 16037:1 16263:1 16264:1 16300:2 16411:1 16474:1 16523:1 16567:1 16598:1 16632:1 16673:1 16855:1 16868:1 16881:1 16887:1 16907:1 16973:1 17140:1 17157:1 17172:1 17176:1 17334:1 17338:1 17407:1 17490:1 17526:1 17582:1 17745:1 17800:1 17839:1 17840:1 17871:1 17872:1 17884:1 17931:1 17962:1 17981:1 18002:2 18027:1 18072:1 18139:1 18174:1 18192:1 18310:1 18356:1 18359:2 18366:1 18385:1 18475:1 18485:1 18505:1 18580:1 18612:1 18653:2 18709:1 18881:1 18950:1 19106:2 19233:1 19325:2 19488:1 19508:1 19511:1 19538:1 19558:1 19567:1 19576:1 19708:1 19723:1 19859:1 19862:1 19903:1 19910:1 19926:1 19941:1 19972:1 20001:1 20022:1 20043:1 20052:1 20138:1 20216:1 20219:1 20230:1 20324:1 20343:1 20390:1 20408:1 20665:1 20686:1 20705:1 20764:1 20797:1 20832:5 20839:1 20844:1 20898:1 21046:1 21174:1 21201:1 21253:1 21373:1 21393:1 21478:1 21524:1 21667:1 21678:1 21751:2 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21978:1 22036:2 22101:1 22102:1 22165:3 22232:1 22249:2 22421:1 22607:1 22657:1 22793:1 22813:1 22817:1 22820:1 23073:461 23077:1 23079:1 23084:1 23220:1 23244:1 23312:4 23327:1 23366:1 23425:1 23478:1 23565:1 23635:1 23668:1 23732:1 23831:1 24039:1 24052:2 24096:1 24169:1 24281:1 24324:1 24327:1 24404:2 24494:1 24511:1 24514:1 24516:1 24563:1 24567:1 24606:1 24662:1 24665:1 24707:1 24708:1 24776:1 24826:1 24853:1 24889:2 24914:1 24917:1 25009:1 25015:2 25079:1 25084:1 25100:1 25118:1 25125:1 25159:1 25185:1 25225:1 25229:1 25394:1 25459:1 25536:1 25562:2 25595:1 25620:1 25657:1 25736:1 25781:1 25819:1 25821:1 26098:1 26130:1 26160:1 26178:1 26218:1 26239:1 26259:1 26357:1 26432:1 26468:1 26473:2 26489:1 26542:1 26603:1 26688:1 26746:1 26767:2 26794:1 26831:1 26877:2 26904:1 26932:1 26959:1 27071:2 27122:1 27155:2 27200:1 27230:1 27311:1 27473:1 27554:1 27555:1 27696:1 27699:1 27801:1 27831:1 27834:1 27854:1 27917:1 27924:1 27926:1 27940:2 27954:1 28074:1 28137:1 28232:1 28585:2 28643:1 28656:1 28686:1 28764:1 28853:1 28872:1 28934:1 29012:1 29097:1 29122:1 29153:1 29243:1 29332:1 29433:1 29652:1 29739:1 29756:1 29816:1 29817:1 29904:1 29910:1 29960:1 30084:1 30105:1 30267:1 30306:1 30316:1 30333:1 30370:1 30434:2 30438:1 30440:1 30445:1 30446:1 30448:1 30454:1 30455:1 30472:1 30567:3 30654:5 30660:1 30673:1 30771:1 30793:1 30841:1 30849:1 30907:1 31006:1 31043:1 31113:2 31115:2 31146:1 31162:1 31167:1 31208:1 31248:1 31250:1 31292:1 31366:1 31416:1 31428:1 31550:1 31649:1 31652:1 31656:1 31729:1 31752:1 31764:1 31777:3 31850:1 31867:1 31948:1 32006:1 32037:2 32083:1 32301:1 32364:1 32367:1 32394:1 32476:1 32579:1 32602:1 32618:2 32720:1 32761:1 32798:2 32894:1 33101:1 33137:1 33154:4 33271:1 33289:1 33322:1 33325:1 33350:1 33424:1 33428:1 33478:1 33531:2 33539:2 33559:1 33561:1 33623:1 33692:1 33796:1 33865:2 33892:1 33898:1 33915:1 33985:3 33986:2 33989:1 33993:1 33997:1 34007:1 34058:1 34115:1 34167:1 34177:1 34196:1 34308:1 34349:1 34350:1 34351:1 34391:1 34403:1 34409:1 34422:1 34461:1 34547:1 34562:1 34567:1 34625:1 34674:1 34703:1 34766:1 34776:1 34849:1 34872:2 34965:1 35018:1 35076:1 35077:1 35097:1 35136:1 35148:1 35169:2 35176:1 35185:1 35191:2 35198:1 35257:1 35314:1 35326:1 35384:1 35426:1 35430:1 35480:1 35580:1 35600:1 35633:2 35660:1 36068:1 36209:1 36214:1 36345:2 36349:1 36370:1 36401:1 36490:1 36501:1 36517:1 36521:1 36539:1 36601:1 36621:1 36641:1 36690:1 3 37:1 50:1 97:1 112:1 216:1 272:1 298:1 312:1 366:1 469:1 494:1 512:1 543:1 568:2 630:1 643:1 658:1 767:1 773:2 780:1 845:1 868:1 893:1 1019:1 1045:1 1090:1 1119:2 1149:1 1153:1 1162:1 1224:1 1321:2 1340:1 1462:2 1541:1 1542:1 1549:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1687:1 1691:1 1844:1 1849:1 1912:1 1933:1 1985:1 1998:1 2017:1 2150:1 2175:1 2201:1 2206:1 2232:1 2314:1 2369:1 2376:1 2385:3 2387:1 2443:1 2499:1 2523:1 2577:1 2604:1 2612:1 2641:1 2835:1 2839:1 2842:1 2844:1 2846:1 2848:4 2963:1 3147:1 3201:1 3241:1 3268:1 3289:1 3381:1 3509:1 3522:1 3540:1 3609:2 3626:1 3640:1 3684:1 3685:5 3710:1 3755:1 3842:1 3995:1 4064:1 4089:1 4097:3 4150:1 4158:1 4195:1 4224:1 4441:1 4484:1 4538:1 4575:2 4590:2 4697:2 4804:2 4824:1 4904:1 4945:1 5002:1 5038:1 5048:2 5289:1 5296:1 5358:2 5371:1 5388:1 5425:1 5572:1 5582:1 5595:1 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5831:4 5848:1 5917:2 6039:2 6106:1 6182:1 6213:1 6236:1 6395:1 6435:1 6497:2 6525:1 6571:1 6582:1 6631:1 6726:1 6728:1 6770:1 6841:1 6843:1 6850:1 6892:1 6897:1 7099:1 7105:1 7143:2 7193:1 7268:1 7317:1 7497:1 7500:1 7505:1 7507:1 7515:1 7574:1 7577:1 7598:1 7674:1 7678:1 7685:2 7732:1 7925:1 7927:1 7936:2 7938:1 7947:2 7950:1 7953:2 7958:1 8012:1 8115:3 8127:1 8141:4 8161:1 8260:1 8269:1 8456:1 8482:1 8524:1 8554:1 8672:1 8724:1 8737:1 8816:2 8830:1 8924:1 8937:1 8944:3 9062:1 9374:1 9425:2 9476:1 9583:3 9584:1 9651:7 9683:1 9688:2 9834:1 9851:1 9929:1 9970:1 10145:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:3 10387:1 10437:1 10440:1 10466:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10740:1 10742:1 10894:1 10948:1 10975:1 11051:1 11054:1 11126:2 11134:1 11135:1 11150:1 11173:1 11182:1 11247:2 11276:1 11304:1 11327:1 11410:2 11439:1 11483:1 11509:1 11529:1 11532:1 11587:1 11589:1 11677:1 11688:1 11705:1 11850:1 11853:1 11856:1 11873:1 11874:1 11914:1 11956:1 11958:1 12101:1 12113:1 12149:1 12174:1 12196:1 12210:1 12250:1 12278:1 12347:1 12425:1 12462:2 12491:1 12496:1 12517:1 12580:1 12614:1 12618:2 12630:1 12650:1 12917:1 12970:1 12973:1 13034:1 13095:3 13163:1 13360:1 13372:1 13454:1 13509:1 13565:1 13625:3 13641:1 13667:1 13672:1 13694:1 13766:1 13767:1 13797:1 13844:1 13963:1 14026:1 14031:2 14036:1 14039:1 14055:1 14121:1 14125:1 14139:1 14223:1 14250:1 14282:1 14292:1 14383:1 14384:1 14392:1 14435:2 14488:1 14513:3 14568:1 14575:4 14592:1 14603:1 14604:1 14627:1 14650:1 14785:1 14794:1 14830:2 15002:1 15017:1 15268:1 15273:1 15460:1 15469:1 15491:1 15500:1 15510:1 15771:1 15812:1 15816:1 15848:1 15876:1 15936:1 15951:1 15973:1 16037:1 16263:1 16264:1 16300:2 16411:1 16474:1 16523:1 16567:1 16598:1 16632:1 16673:1 16732:1 16741:1 16855:1 16868:1 16881:1 16887:1 16907:1 16973:1 16976:1 16994:1 17140:1 17157:1 17172:1 17176:1 17334:1 17338:1 17407:1 17490:2 17526:1 17582:1 17745:1 17800:1 17839:1 17840:1 17871:1 17872:1 17884:1 17931:1 17962:1 17981:1 18002:2 18027:1 18057:1 18072:1 18139:1 18174:1 18192:1 18310:1 18356:1 18359:3 18366:1 18385:1 18475:1 18485:1 18505:1 18580:1 18612:1 18653:3 18709:1 18881:1 18950:1 19106:2 19233:1 19268:1 19325:2 19488:1 19508:1 19511:1 19538:1 19558:1 19567:2 19576:1 19695:1 19708:1 19723:1 19859:1 19862:1 19903:1 19910:1 19926:1 19941:1 19972:1 20001:2 20022:1 20043:1 20052:1 20138:1 20183:1 20216:1 20219:1 20230:1 20320:1 20324:1 20343:1 20390:1 20408:1 20665:1 20686:1 20705:1 20764:1 20797:2 20832:5 20839:1 20844:1 20898:1 20904:1 21046:1 21174:1 21201:1 21246:1 21253:1 21373:1 21393:1 21478:1 21524:1 21610:1 21667:1 21678:1 21751:2 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21978:1 21994:1 22036:2 22101:1 22102:1 22165:3 22232:1 22249:2 22421:1 22607:1 22657:1 22793:1 22813:1 22817:1 22820:1 23073:543 23077:1 23079:1 23084:1 23220:1 23244:1 23312:4 23327:1 23366:1 23425:1 23478:1 23565:1 23635:1 23668:1 23732:1 23831:1 23901:1 24039:1 24052:2 24058:1 24096:1 24169:2 24281:1 24324:2 24327:1 24404:2 24494:1 24511:1 24514:1 24516:1 24530:1 24563:1 24567:1 24606:1 24651:1 24662:1 24665:1 24707:1 24708:1 24776:1 24826:1 24853:1 24889:2 24896:1 24914:2 24917:1 25009:1 25015:2 25047:1 25079:1 25084:1 25100:1 25118:1 25125:1 25159:1 25185:1 25225:1 25229:1 25394:1 25459:1 25536:1 25562:2 25595:1 25620:1 25657:1 25736:1 25781:1 25819:1 25821:1 25828:1 26098:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26218:1 26239:1 26259:1 26286:1 26357:1 26432:1 26468:1 26473:2 26489:1 26542:1 26603:1 26633:1 26688:1 26741:1 26746:1 26767:2 26794:1 26831:1 26877:2 26904:1 26932:1 26959:1 27071:2 27122:1 27155:2 27200:1 27230:1 27311:1 27439:1 27473:1 27554:2 27555:1 27696:1 27697:1 27699:1 27801:1 27831:2 27834:2 27839:1 27854:1 27917:1 27924:1 27926:1 27940:2 27954:1 28021:1 28074:2 28137:1 28232:1 28579:1 28585:2 28643:1 28656:1 28686:1 28764:1 28798:1 28853:1 28872:1 28934:1 28974:1 28995:1 29012:1 29097:1 29122:1 29153:1 29243:1 29332:1 29363:1 29433:1 29564:1 29606:1 29652:1 29739:1 29756:1 29790:1 29816:1 29817:1 29893:1 29904:1 29910:1 29960:1 30025:1 30084:1 30105:1 30267:1 30306:1 30316:1 30333:1 30370:1 30434:2 30438:1 30440:1 30445:1 30446:1 30448:2 30454:1 30455:1 30472:1 30567:3 30654:5 30660:1 30673:1 30771:2 30793:1 30841:1 30849:1 30907:1 31006:1 31043:1 31113:3 31115:3 31146:2 31162:1 31167:1 31208:1 31248:1 31250:1 31292:1 31366:1 31415:1 31416:1 31428:1 31550:1 31649:2 31652:1 31656:1 31729:1 31752:1 31764:2 31777:3 31850:1 31867:1 31948:1 32006:1 32037:2 32083:1 32301:1 32364:1 32367:1 32394:1 32476:1 32579:1 32602:1 32618:2 32720:1 32761:1 32798:3 32894:1 33101:1 33137:1 33150:1 33154:4 33271:1 33289:1 33322:1 33325:1 33350:1 33424:1 33428:1 33451:1 33478:1 33492:1 33531:2 33539:2 33559:1 33561:1 33623:1 33692:1 33796:2 33865:2 33892:1 33898:1 33915:1 33985:3 33986:2 33989:1 33993:1 33997:2 34007:1 34058:1 34115:1 34116:1 34167:1 34177:1 34196:1 34308:1 34349:2 34350:1 34351:2 34391:1 34403:1 34409:1 34422:1 34461:1 34547:1 34562:1 34566:1 34567:1 34625:1 34674:1 34703:1 34766:2 34776:1 34815:1 34849:1 34872:2 34929:1 34965:1 34978:1 35001:1 35018:1 35076:1 35077:1 35097:1 35128:1 35136:1 35148:1 35169:2 35176:1 35185:1 35191:2 35198:1 35257:1 35301:1 35314:1 35326:1 35384:1 35426:1 35430:1 35480:2 35577:1 35580:1 35600:1 35633:2 35660:1 36068:1 36209:1 36214:1 36345:2 36349:1 36370:1 36401:1 36490:2 36501:1 36517:2 36521:1 36539:1 36601:1 36621:1 36641:1 36690:2 3 37:1 50:1 97:1 112:1 208:1 216:1 272:1 298:1 312:1 366:1 469:1 494:1 511:1 512:1 543:1 568:2 630:1 643:1 658:1 767:1 773:2 780:1 845:1 868:1 893:1 993:1 1019:1 1045:1 1090:1 1119:3 1149:1 1153:1 1162:1 1221:1 1224:2 1321:2 1340:1 1462:2 1541:2 1542:1 1549:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1687:1 1691:1 1813:1 1844:1 1849:1 1912:1 1933:1 1985:1 1998:1 2017:2 2140:1 2150:1 2175:1 2201:1 2206:1 2232:1 2314:1 2369:1 2370:1 2376:1 2385:3 2387:1 2399:1 2417:1 2443:1 2499:1 2523:1 2577:1 2604:1 2612:1 2641:1 2704:1 2745:1 2835:1 2839:1 2842:1 2844:1 2846:1 2848:4 2850:1 2851:1 2963:1 3040:1 3109:1 3147:1 3201:1 3241:1 3268:1 3289:1 3381:1 3509:2 3522:1 3540:1 3609:2 3626:1 3640:1 3684:1 3685:5 3700:1 3710:1 3727:1 3755:1 3842:1 3995:1 4064:1 4089:1 4097:3 4150:1 4158:1 4195:1 4224:1 4273:1 4441:1 4484:1 4538:1 4575:2 4590:2 4684:1 4697:2 4750:1 4804:2 4824:1 4866:1 4904:1 4945:1 5002:1 5038:1 5048:2 5183:1 5289:1 5296:1 5358:2 5371:1 5388:1 5425:1 5529:2 5572:1 5582:1 5595:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5764:1 5813:1 5831:5 5848:1 5917:2 6039:2 6106:1 6182:1 6206:1 6213:1 6236:1 6395:1 6435:1 6497:2 6525:1 6571:1 6582:1 6631:1 6726:1 6728:1 6770:1 6841:1 6843:1 6850:1 6892:1 6897:1 7099:1 7105:1 7143:2 7193:1 7268:1 7317:1 7392:1 7411:1 7497:1 7499:1 7500:1 7505:1 7507:1 7515:1 7574:1 7577:1 7598:1 7609:1 7674:1 7678:1 7685:4 7732:1 7882:1 7925:1 7927:1 7936:2 7938:1 7947:2 7950:1 7953:2 7958:1 8012:1 8115:3 8127:1 8141:4 8161:1 8260:1 8269:1 8456:1 8482:1 8520:1 8524:1 8554:1 8672:1 8724:1 8737:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:3 9062:1 9358:1 9374:2 9425:2 9476:1 9583:4 9584:1 9651:9 9683:1 9688:2 9834:1 9851:1 9929:1 9970:1 10091:1 10145:1 10189:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:4 10387:1 10437:1 10440:1 10466:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10647:1 10707:1 10740:1 10742:1 10744:1 10754:1 10894:1 10948:1 10975:1 11051:1 11054:1 11126:2 11128:1 11134:1 11135:1 11150:1 11173:1 11182:1 11247:2 11276:1 11304:1 11327:1 11410:2 11439:1 11483:1 11509:1 11529:1 11532:1 11587:1 11589:1 11677:1 11688:1 11705:1 11850:1 11853:1 11856:1 11873:1 11874:1 11914:1 11956:1 11958:1 12052:1 12101:1 12113:1 12149:2 12174:1 12196:1 12210:1 12250:1 12278:1 12347:1 12425:1 12462:2 12491:1 12496:1 12517:1 12580:1 12614:1 12618:4 12630:1 12647:1 12650:1 12917:2 12970:1 12973:1 13034:1 13069:1 13095:3 13163:1 13289:1 13360:2 13372:1 13454:1 13509:1 13565:1 13625:3 13641:2 13667:1 13672:1 13694:1 13766:1 13767:1 13797:1 13844:1 13848:1 13963:1 14026:1 14031:2 14036:1 14039:1 14055:1 14121:1 14125:1 14139:1 14155:1 14223:1 14250:1 14282:1 14292:1 14383:1 14384:1 14392:1 14435:3 14488:1 14513:3 14568:1 14575:5 14592:2 14603:1 14604:1 14627:1 14650:1 14785:1 14794:1 14830:2 14934:1 15002:1 15017:1 15268:1 15273:1 15460:1 15469:1 15491:1 15500:2 15510:1 15613:1 15771:1 15812:1 15816:1 15848:1 15876:1 15936:1 15951:1 15973:1 16037:1 16040:1 16263:1 16264:1 16300:2 16359:1 16411:2 16474:1 16523:1 16567:1 16598:1 16632:1 16673:1 16732:1 16741:1 16855:1 16868:1 16881:1 16887:1 16907:1 16969:1 16973:1 16976:1 16994:1 17140:1 17157:1 17172:1 17176:1 17334:1 17338:1 17349:1 17380:1 17386:1 17407:1 17490:2 17526:1 17582:1 17665:1 17745:1 17800:1 17839:1 17840:1 17871:1 17872:1 17876:1 17884:1 17931:1 17962:1 17981:1 18002:2 18027:1 18057:1 18072:1 18139:1 18174:1 18192:1 18310:1 18356:1 18359:3 18366:1 18385:1 18448:1 18475:1 18485:1 18505:1 18580:1 18612:1 18653:3 18692:1 18709:1 18881:1 18950:1 19106:2 19233:1 19268:1 19325:2 19488:1 19508:1 19511:1 19538:1 19558:1 19567:2 19576:1 19695:1 19708:1 19723:1 19859:1 19862:1 19903:1 19910:1 19926:1 19941:1 19972:1 20001:2 20008:1 20022:1 20043:1 20052:1 20138:1 20183:1 20214:1 20216:1 20219:1 20230:1 20320:1 20324:1 20326:1 20343:1 20390:1 20408:1 20575:1 20665:1 20684:1 20686:1 20705:1 20764:1 20797:2 20832:5 20839:1 20844:1 20898:1 20904:1 21046:1 21174:1 21201:1 21246:1 21253:1 21373:1 21393:1 21478:1 21524:1 21583:1 21610:1 21667:1 21678:1 21751:2 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21978:1 21994:1 22036:2 22101:1 22102:1 22126:1 22165:3 22232:1 22248:1 22249:2 22421:1 22607:1 22657:1 22740:1 22793:1 22813:1 22817:1 22820:1 23073:591 23077:1 23079:1 23084:1 23103:1 23155:1 23220:1 23238:1 23244:1 23312:4 23327:1 23366:1 23425:1 23478:1 23565:1 23635:1 23668:1 23732:1 23787:1 23831:1 23901:1 24039:1 24052:2 24058:1 24096:1 24169:2 24224:1 24281:1 24324:2 24327:1 24404:2 24494:1 24511:1 24514:1 24515:1 24516:1 24530:1 24556:1 24563:1 24567:1 24606:1 24647:1 24651:1 24662:1 24665:1 24707:1 24708:2 24776:1 24826:1 24853:1 24889:2 24896:1 24914:2 24917:2 25009:1 25015:3 25047:1 25050:1 25079:1 25084:1 25100:1 25118:1 25125:1 25159:1 25185:1 25210:1 25225:1 25229:1 25394:1 25459:1 25536:1 25562:2 25595:1 25620:1 25657:1 25736:1 25742:1 25759:1 25781:1 25819:1 25821:1 25828:1 25925:1 26098:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26218:1 26239:1 26259:1 26286:1 26357:1 26432:1 26468:1 26473:2 26489:1 26542:1 26603:1 26633:1 26665:1 26688:1 26741:1 26746:1 26767:2 26774:1 26794:1 26831:1 26877:2 26904:1 26932:1 26959:1 27071:3 27122:1 27155:2 27200:1 27230:1 27311:1 27439:1 27473:1 27554:2 27555:1 27631:1 27696:1 27697:1 27699:1 27770:2 27801:1 27831:2 27834:2 27839:1 27846:1 27854:1 27917:1 27924:1 27926:1 27940:2 27954:1 28021:1 28074:2 28095:1 28137:1 28232:1 28349:1 28579:1 28585:2 28643:1 28656:1 28686:1 28764:1 28798:1 28815:2 28853:1 28872:1 28934:1 28974:1 28995:1 29012:1 29097:1 29122:1 29153:1 29243:1 29332:1 29363:1 29374:1 29433:1 29564:1 29606:1 29652:1 29739:1 29756:1 29790:1 29816:1 29817:1 29893:1 29904:1 29910:1 29960:1 30025:1 30084:2 30105:1 30267:1 30306:1 30316:1 30333:1 30370:1 30434:2 30438:1 30440:1 30445:1 30446:1 30448:2 30454:1 30455:1 30472:1 30567:3 30617:1 30654:6 30660:1 30673:1 30771:2 30793:1 30841:1 30849:1 30881:1 30907:1 31006:1 31025:1 31043:1 31113:3 31115:4 31146:3 31162:1 31167:1 31174:1 31208:1 31248:1 31250:1 31292:1 31366:1 31415:1 31416:1 31428:2 31550:1 31649:2 31652:1 31656:1 31729:1 31752:1 31764:2 31777:3 31850:1 31867:1 31948:1 32006:1 32037:2 32083:1 32112:1 32301:1 32315:1 32364:1 32367:1 32394:1 32458:1 32476:1 32579:1 32602:1 32618:2 32720:1 32761:1 32798:3 32812:1 32894:1 33101:1 33137:1 33150:1 33154:4 33271:1 33289:1 33322:1 33325:1 33335:1 33350:1 33424:1 33428:1 33451:1 33466:1 33478:1 33492:1 33531:2 33539:2 33559:1 33561:1 33578:1 33623:1 33684:1 33692:1 33796:3 33843:1 33865:2 33892:1 33898:1 33915:1 33975:1 33985:3 33986:2 33989:1 33993:1 33997:2 34007:1 34022:1 34058:1 34104:1 34115:1 34116:1 34167:1 34177:1 34196:1 34308:1 34339:1 34349:2 34350:1 34351:2 34380:1 34391:1 34403:1 34409:1 34422:1 34461:1 34522:1 34547:1 34562:2 34566:1 34567:1 34625:1 34674:1 34703:1 34724:1 34766:2 34776:1 34800:2 34808:1 34815:1 34849:1 34872:2 34929:3 34934:1 34965:1 34978:1 35001:1 35018:2 35076:1 35077:1 35097:1 35128:1 35136:1 35148:1 35169:2 35176:1 35185:2 35191:2 35198:1 35257:1 35301:1 35314:1 35326:1 35384:1 35426:1 35430:1 35480:2 35577:1 35580:1 35600:1 35633:2 35660:1 35712:1 35988:1 36068:1 36151:1 36209:1 36214:1 36330:1 36345:2 36349:1 36370:1 36401:1 36490:2 36501:1 36517:3 36521:2 36539:1 36601:1 36621:1 36641:1 36690:2 3 37:1 50:1 97:1 112:1 192:1 208:1 216:1 272:1 298:1 312:1 366:1 463:1 469:1 494:1 511:1 512:1 543:1 568:2 614:1 630:1 643:1 658:1 738:1 767:1 773:2 780:1 845:1 868:1 893:1 993:1 1019:1 1029:1 1045:1 1090:2 1119:3 1149:1 1153:1 1162:1 1175:1 1221:1 1224:2 1275:1 1321:2 1340:1 1360:1 1462:2 1541:2 1542:1 1549:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1687:1 1691:1 1753:1 1813:1 1844:1 1849:1 1912:1 1930:1 1933:1 1985:1 1998:1 2017:2 2140:1 2150:1 2175:1 2201:3 2206:1 2232:2 2309:1 2314:1 2369:1 2370:1 2376:1 2385:3 2387:2 2399:1 2417:1 2443:1 2499:1 2523:1 2526:1 2577:1 2604:1 2612:1 2641:1 2704:1 2737:1 2745:1 2797:1 2803:1 2823:1 2835:1 2839:1 2842:1 2844:1 2846:1 2848:5 2850:1 2851:1 2854:1 2870:1 2963:2 3040:1 3109:1 3147:2 3201:1 3241:1 3268:1 3289:1 3319:1 3381:1 3509:2 3522:1 3540:1 3609:2 3626:1 3640:1 3684:1 3685:5 3700:1 3710:1 3727:1 3755:1 3842:1 3995:1 4064:1 4089:2 4097:3 4150:1 4158:1 4195:1 4199:1 4224:1 4273:1 4280:1 4350:1 4441:1 4484:1 4538:1 4557:1 4569:1 4575:2 4590:2 4636:1 4684:1 4697:2 4750:1 4804:2 4824:1 4866:1 4904:1 4945:1 5002:2 5038:1 5048:2 5061:1 5089:1 5183:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:1 5425:1 5473:1 5529:2 5572:1 5582:1 5595:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5764:1 5779:1 5813:1 5831:5 5848:1 5917:2 5923:1 6039:3 6041:1 6097:1 6106:1 6182:1 6184:1 6206:1 6213:1 6236:1 6395:1 6435:1 6497:2 6525:1 6571:1 6582:1 6626:3 6631:1 6726:1 6728:1 6736:1 6770:1 6841:1 6843:1 6850:1 6892:1 6897:1 7099:1 7105:1 7108:1 7143:2 7193:1 7268:1 7317:1 7392:1 7411:1 7497:1 7499:1 7500:1 7505:1 7507:1 7515:1 7570:1 7574:1 7577:1 7587:1 7598:1 7609:1 7674:1 7678:1 7685:4 7732:1 7866:1 7882:1 7925:2 7927:1 7936:2 7938:1 7947:3 7950:1 7953:2 7958:1 8012:2 8115:3 8127:1 8141:4 8161:1 8260:1 8269:1 8456:1 8482:1 8520:1 8524:1 8554:1 8658:1 8672:1 8724:1 8737:1 8746:1 8773:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:3 9014:1 9062:1 9358:1 9374:2 9425:2 9476:1 9583:4 9584:1 9651:13 9683:1 9688:2 9703:1 9834:1 9851:1 9906:1 9929:1 9970:1 10091:2 10145:1 10189:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:7 10387:1 10437:1 10440:1 10466:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10647:1 10657:1 10707:1 10740:1 10742:1 10744:1 10753:1 10754:1 10894:2 10948:1 10975:1 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:1 11150:1 11173:1 11176:1 11182:1 11192:1 11247:2 11276:1 11295:1 11304:1 11327:1 11410:2 11439:1 11483:1 11509:1 11529:1 11532:1 11587:1 11589:1 11665:1 11677:1 11688:1 11705:1 11850:1 11853:1 11856:1 11873:1 11874:1 11914:1 11956:1 11958:1 12048:1 12052:1 12101:1 12113:1 12149:2 12174:1 12196:1 12204:1 12210:1 12250:1 12278:1 12347:1 12398:1 12425:1 12437:1 12462:2 12491:1 12496:1 12517:1 12580:1 12614:2 12618:4 12630:1 12647:1 12650:1 12851:1 12917:3 12970:1 12973:1 12974:1 13001:1 13033:1 13034:1 13069:1 13095:3 13163:1 13199:1 13259:1 13289:1 13360:2 13372:4 13427:1 13454:1 13509:1 13565:1 13625:3 13641:2 13667:1 13672:1 13694:1 13766:1 13767:1 13797:1 13844:1 13848:1 13963:1 14026:1 14031:2 14036:1 14039:1 14055:1 14061:1 14121:1 14125:1 14139:1 14155:1 14223:1 14250:1 14264:1 14282:1 14292:1 14383:1 14384:1 14392:1 14435:3 14488:1 14494:1 14513:3 14523:1 14568:1 14575:5 14592:3 14603:1 14604:2 14627:1 14650:1 14785:1 14794:1 14830:2 14872:1 14934:1 15002:1 15017:1 15039:1 15268:1 15273:1 15460:1 15469:1 15491:1 15500:2 15510:1 15613:1 15692:1 15771:1 15812:1 15816:1 15830:1 15848:1 15876:1 15936:1 15951:1 15973:1 16037:1 16040:1 16194:1 16199:1 16262:1 16263:1 16264:1 16300:2 16359:1 16411:2 16474:1 16487:1 16498:1 16523:1 16567:1 16598:1 16623:1 16632:1 16673:1 16732:1 16741:1 16855:1 16868:1 16881:1 16887:1 16907:1 16969:1 16973:1 16976:1 16994:1 17112:1 17140:1 17157:1 17159:1 17172:1 17176:1 17227:1 17334:1 17338:1 17349:1 17380:1 17386:1 17407:1 17490:2 17526:1 17582:1 17665:1 17745:1 17800:1 17835:1 17839:1 17840:1 17858:1 17860:1 17871:1 17872:1 17876:1 17884:1 17931:1 17962:1 17981:1 18002:2 18027:1 18057:1 18072:1 18139:1 18167:1 18174:1 18192:1 18203:1 18310:1 18356:1 18359:3 18366:1 18385:1 18448:1 18475:1 18485:1 18505:1 18580:1 18612:1 18653:3 18661:1 18663:1 18692:1 18709:1 18881:1 18913:1 18950:1 19045:1 19106:2 19233:1 19256:1 19268:1 19325:2 19488:1 19508:1 19511:1 19514:1 19538:2 19558:1 19567:2 19576:1 19695:1 19708:1 19723:1 19801:2 19859:1 19862:1 19903:1 19910:1 19926:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20138:1 20183:1 20208:1 20210:1 20214:1 20216:1 20219:1 20230:2 20320:1 20324:1 20326:1 20332:2 20343:1 20353:1 20390:1 20400:1 20408:1 20459:1 20474:1 20575:1 20665:1 20684:1 20686:1 20705:1 20764:1 20797:2 20832:5 20839:1 20844:1 20898:1 20904:1 21046:1 21126:1 21174:1 21201:1 21246:1 21253:1 21373:1 21393:1 21478:1 21524:1 21583:1 21610:1 21667:1 21678:1 21751:2 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21958:1 21978:1 21994:1 22036:2 22101:1 22102:1 22126:1 22165:3 22232:1 22248:2 22249:2 22421:1 22521:1 22607:1 22657:1 22740:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22870:1 23011:2 23073:672 23077:1 23079:1 23084:1 23103:1 23155:1 23220:1 23238:1 23244:1 23312:4 23327:1 23366:1 23425:2 23478:1 23565:1 23635:1 23668:1 23693:1 23732:1 23787:1 23793:1 23831:1 23869:1 23901:1 24039:1 24052:2 24058:1 24096:2 24169:2 24224:1 24281:1 24324:3 24327:1 24404:2 24494:1 24511:1 24514:1 24515:1 24516:1 24530:1 24556:1 24563:1 24567:1 24606:1 24647:1 24651:1 24662:1 24665:1 24707:1 24708:2 24769:1 24776:1 24826:1 24853:1 24889:2 24896:1 24914:2 24917:2 24948:1 24983:1 25009:1 25015:3 25047:1 25050:1 25079:1 25084:1 25100:1 25115:2 25118:1 25125:1 25159:1 25185:1 25210:1 25225:1 25229:1 25251:1 25394:1 25459:1 25536:1 25562:2 25595:1 25620:1 25657:1 25736:1 25740:1 25742:1 25759:1 25781:1 25819:1 25821:1 25828:1 25925:1 25929:1 26055:1 26098:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26218:1 26239:1 26259:1 26286:1 26357:1 26432:1 26468:1 26473:2 26489:1 26542:1 26603:2 26633:1 26665:1 26688:1 26741:1 26746:1 26767:2 26774:1 26794:1 26831:1 26877:2 26904:1 26932:2 26959:1 27023:1 27071:3 27122:1 27155:2 27200:1 27230:1 27311:1 27439:1 27473:1 27554:2 27555:1 27629:1 27631:1 27671:1 27696:1 27697:1 27699:1 27747:1 27770:2 27801:1 27831:2 27834:2 27839:1 27846:1 27854:1 27917:1 27924:1 27926:1 27933:1 27940:2 27954:1 27961:1 28021:1 28074:2 28095:1 28137:1 28232:1 28294:1 28327:1 28349:1 28579:1 28585:2 28643:1 28656:1 28686:1 28764:2 28798:1 28815:2 28853:1 28872:1 28922:1 28934:1 28974:1 28995:1 29012:1 29097:1 29122:1 29153:1 29243:1 29332:1 29363:1 29374:1 29433:1 29564:1 29606:1 29652:1 29739:1 29756:1 29790:1 29811:1 29816:1 29817:1 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 30025:1 30084:2 30105:1 30267:1 30306:1 30316:1 30333:1 30370:1 30434:2 30438:1 30440:1 30445:1 30446:1 30448:2 30454:1 30455:1 30472:1 30557:1 30567:3 30617:1 30654:6 30660:1 30673:1 30771:2 30793:1 30841:1 30849:1 30881:1 30907:1 31006:1 31025:1 31043:1 31082:1 31113:3 31115:4 31146:3 31162:1 31167:1 31174:1 31208:1 31233:1 31248:1 31250:1 31292:1 31364:1 31366:1 31415:1 31416:1 31428:2 31450:1 31550:1 31649:2 31652:1 31656:1 31672:1 31729:1 31733:1 31752:1 31762:2 31764:2 31777:3 31850:1 31867:1 31948:1 32006:1 32037:2 32083:1 32112:1 32301:1 32315:1 32364:2 32367:2 32394:1 32458:1 32476:1 32500:1 32579:1 32602:1 32618:2 32700:1 32720:1 32741:1 32742:1 32761:1 32798:3 32812:1 32894:1 33012:1 33060:1 33101:1 33137:1 33150:1 33154:4 33271:1 33289:1 33322:1 33325:1 33335:1 33350:1 33424:1 33428:1 33451:1 33466:1 33467:1 33478:1 33492:1 33531:2 33539:2 33559:1 33561:1 33566:1 33578:1 33616:1 33623:1 33684:1 33692:1 33796:3 33843:1 33865:2 33882:2 33892:1 33898:1 33914:1 33915:1 33931:1 33975:1 33985:3 33986:2 33989:1 33993:1 33997:2 34007:1 34022:1 34058:1 34075:1 34104:1 34115:1 34116:1 34167:1 34177:1 34196:1 34259:1 34308:1 34339:1 34349:2 34350:1 34351:2 34380:1 34391:1 34403:1 34409:1 34417:1 34422:1 34461:1 34522:1 34547:1 34562:2 34566:1 34567:1 34584:1 34607:1 34625:1 34673:1 34674:1 34703:1 34724:1 34766:2 34776:1 34800:2 34808:1 34815:1 34835:1 34849:1 34872:2 34929:4 34934:1 34941:1 34965:1 34978:1 34992:1 35001:1 35018:2 35076:1 35077:1 35097:1 35128:1 35136:1 35148:1 35165:1 35169:2 35176:1 35185:2 35191:2 35198:1 35257:1 35301:1 35314:1 35326:1 35384:1 35426:1 35430:1 35466:1 35480:2 35577:1 35580:1 35600:1 35633:2 35660:1 35667:1 35712:1 35881:1 35988:1 36068:1 36151:1 36209:1 36214:1 36284:1 36330:1 36345:2 36349:1 36370:1 36401:1 36490:2 36501:1 36503:1 36517:3 36521:2 36539:1 36601:2 36621:1 36641:1 36690:2 3 37:1 50:1 97:1 112:1 192:1 208:1 216:1 272:1 298:1 312:1 366:1 440:1 463:1 469:1 494:1 511:1 512:1 516:1 543:1 568:2 614:1 630:1 643:1 658:1 738:1 767:1 773:2 780:1 845:1 868:1 893:1 993:1 1019:1 1029:1 1045:1 1090:2 1119:3 1149:1 1153:1 1162:1 1175:1 1221:1 1224:2 1275:1 1321:2 1340:1 1360:1 1462:2 1541:2 1542:1 1549:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1687:1 1691:1 1753:1 1813:1 1844:1 1849:1 1912:1 1930:1 1933:1 1976:1 1985:1 1998:1 2017:2 2140:1 2150:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2369:1 2370:1 2376:1 2385:3 2387:2 2399:2 2417:1 2443:1 2499:1 2523:1 2526:1 2577:1 2603:1 2604:1 2612:1 2641:1 2704:1 2737:1 2745:1 2797:1 2803:1 2823:1 2835:1 2839:1 2842:1 2844:1 2846:1 2848:5 2850:2 2851:1 2854:1 2870:1 2963:2 3040:1 3109:1 3147:2 3201:1 3241:1 3268:1 3289:1 3319:1 3381:1 3509:2 3522:1 3540:1 3609:2 3626:1 3640:1 3684:1 3685:6 3700:1 3710:1 3727:1 3755:1 3842:1 3995:1 4064:1 4089:2 4097:3 4150:1 4158:1 4195:1 4199:1 4224:1 4273:1 4280:1 4298:1 4350:1 4441:1 4484:1 4538:1 4557:1 4569:2 4575:3 4590:2 4636:1 4684:1 4697:2 4750:1 4804:2 4824:1 4866:1 4904:1 4945:1 5002:2 5038:1 5048:2 5061:1 5089:1 5183:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:1 5425:1 5473:1 5529:3 5572:1 5582:1 5595:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5764:1 5774:1 5779:2 5813:1 5831:5 5848:1 5917:2 5923:1 5946:1 6039:3 6041:1 6097:1 6106:1 6182:1 6184:1 6206:1 6213:1 6236:1 6296:1 6359:1 6395:1 6435:1 6497:2 6525:1 6571:1 6582:1 6626:3 6631:1 6726:1 6728:1 6736:1 6770:1 6841:1 6843:1 6850:1 6892:1 6897:2 7099:1 7105:1 7108:1 7143:2 7149:1 7193:1 7268:1 7317:1 7392:1 7411:1 7497:1 7499:1 7500:1 7505:1 7507:1 7515:1 7570:1 7574:1 7577:1 7587:2 7598:1 7609:1 7674:1 7678:1 7685:4 7718:1 7732:1 7866:1 7882:1 7904:1 7925:2 7927:1 7936:2 7938:2 7947:3 7950:1 7953:2 7958:1 8012:2 8115:3 8127:1 8141:4 8161:1 8260:1 8269:1 8451:1 8456:1 8482:1 8520:1 8524:1 8554:1 8606:1 8658:1 8672:1 8724:1 8737:1 8746:1 8773:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9062:1 9279:1 9358:1 9374:2 9425:2 9476:1 9583:4 9584:2 9651:14 9683:1 9688:2 9703:1 9834:1 9851:1 9906:1 9929:1 9970:1 10091:2 10145:1 10189:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:7 10387:1 10437:1 10440:1 10466:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10620:1 10647:1 10657:1 10707:1 10740:1 10742:1 10744:1 10753:1 10754:1 10843:1 10894:2 10948:1 10975:1 11009:1 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:1 11150:1 11173:1 11176:1 11182:1 11192:1 11222:1 11247:2 11276:1 11295:1 11304:1 11327:1 11410:2 11439:1 11483:1 11509:1 11529:1 11532:1 11543:1 11587:1 11589:1 11665:1 11677:1 11688:1 11705:1 11850:1 11853:1 11856:1 11873:1 11874:1 11914:1 11956:1 11958:1 12048:1 12052:1 12058:1 12101:1 12113:1 12149:2 12174:1 12196:1 12204:1 12210:1 12250:1 12278:1 12347:1 12398:2 12425:1 12437:1 12462:2 12491:1 12496:1 12517:1 12580:1 12614:2 12618:4 12630:1 12647:1 12650:1 12697:1 12851:1 12917:3 12970:1 12973:1 12974:1 13001:1 13029:1 13033:1 13034:1 13069:1 13095:3 13163:1 13199:1 13259:1 13289:1 13360:2 13365:1 13372:4 13427:1 13454:2 13509:1 13510:1 13565:1 13625:3 13641:2 13642:1 13667:1 13672:1 13694:1 13766:1 13767:1 13797:1 13844:1 13848:1 13963:1 14026:1 14031:2 14036:1 14039:1 14055:1 14061:1 14121:1 14125:1 14139:1 14155:1 14223:1 14250:1 14264:1 14282:1 14292:1 14383:1 14384:1 14392:1 14435:4 14488:1 14494:1 14513:3 14523:1 14568:1 14575:5 14592:3 14603:1 14604:2 14627:1 14650:1 14785:1 14794:2 14830:2 14872:1 14934:1 14977:1 15002:1 15017:1 15039:1 15268:1 15273:1 15355:1 15460:1 15469:1 15491:1 15500:2 15510:1 15604:1 15613:1 15692:1 15771:1 15812:1 15816:1 15830:1 15848:1 15876:1 15936:1 15951:1 15973:1 16037:1 16040:1 16194:1 16199:1 16262:1 16263:1 16264:1 16300:2 16345:1 16359:1 16411:2 16421:1 16474:1 16487:1 16498:2 16523:1 16567:1 16598:1 16623:1 16632:1 16642:1 16673:1 16732:1 16741:1 16792:1 16855:1 16868:1 16881:1 16887:1 16907:1 16969:1 16973:1 16976:1 16994:1 17057:1 17112:1 17140:1 17157:1 17159:1 17172:1 17176:1 17199:1 17227:1 17334:1 17338:1 17349:1 17380:1 17386:1 17406:1 17407:1 17490:2 17526:1 17582:1 17665:1 17679:1 17745:1 17800:1 17825:1 17835:2 17839:1 17840:2 17858:1 17860:1 17871:1 17872:1 17876:1 17884:1 17931:1 17962:1 17981:1 18002:2 18027:1 18057:1 18072:1 18139:1 18167:1 18174:1 18192:1 18203:1 18310:1 18356:1 18359:3 18366:1 18385:1 18448:1 18475:1 18485:1 18505:1 18510:1 18580:1 18612:1 18653:3 18661:1 18663:2 18692:1 18709:1 18881:1 18913:1 18948:1 18950:1 19045:1 19106:2 19233:1 19256:1 19268:1 19325:2 19472:2 19488:1 19508:2 19511:1 19514:1 19538:2 19558:1 19563:1 19567:2 19576:1 19695:1 19708:1 19723:1 19770:1 19778:1 19801:2 19808:1 19859:1 19862:1 19903:1 19910:1 19926:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20138:1 20183:1 20208:1 20210:1 20214:1 20216:1 20219:1 20230:2 20320:1 20324:1 20326:1 20332:2 20343:1 20353:1 20390:1 20400:1 20408:1 20425:1 20459:1 20474:1 20575:1 20665:1 20684:1 20686:1 20705:1 20764:1 20797:2 20832:6 20839:1 20844:1 20898:1 20904:1 21046:1 21126:1 21174:1 21199:1 21201:1 21246:1 21253:1 21373:1 21393:1 21478:1 21524:1 21583:1 21610:1 21667:1 21678:1 21751:3 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21958:1 21978:1 21994:1 22036:2 22101:1 22102:1 22126:1 22165:4 22197:1 22232:1 22248:2 22249:2 22250:1 22253:1 22421:1 22521:1 22607:1 22657:1 22740:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22870:1 23011:2 23073:815 23077:1 23079:1 23084:1 23103:1 23155:1 23157:1 23220:1 23238:1 23244:1 23312:5 23327:1 23361:1 23366:1 23425:2 23478:1 23565:1 23635:1 23668:1 23683:2 23693:1 23732:1 23787:1 23793:1 23813:1 23831:1 23843:1 23869:1 23901:1 24039:1 24052:2 24058:1 24096:2 24110:1 24169:2 24224:1 24281:1 24324:4 24327:1 24353:1 24404:2 24494:1 24511:1 24514:1 24515:1 24516:1 24530:2 24556:1 24563:1 24567:1 24597:1 24606:1 24647:1 24651:1 24662:1 24665:1 24707:1 24708:2 24769:1 24776:1 24826:2 24853:1 24889:2 24896:1 24914:2 24917:2 24948:2 24983:2 25009:1 25015:3 25047:1 25050:1 25079:1 25084:1 25100:1 25115:2 25118:1 25125:1 25159:1 25185:1 25210:1 25225:1 25229:1 25251:1 25394:2 25459:1 25536:1 25562:2 25595:3 25620:1 25657:1 25736:1 25738:1 25740:1 25742:1 25749:1 25759:1 25781:1 25819:1 25821:1 25828:1 25925:1 25929:1 26055:1 26098:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26218:1 26239:1 26259:1 26286:1 26357:1 26432:1 26468:1 26473:2 26489:1 26490:1 26542:1 26603:2 26633:1 26665:1 26688:1 26741:1 26746:1 26767:2 26774:1 26794:1 26831:1 26877:2 26904:1 26932:2 26959:1 27023:1 27057:1 27071:3 27122:1 27152:2 27155:2 27200:1 27230:1 27270:1 27311:1 27439:1 27473:1 27554:2 27555:1 27629:1 27631:1 27671:1 27696:1 27697:1 27699:1 27747:1 27751:1 27765:1 27770:3 27801:1 27831:3 27834:2 27839:1 27846:1 27854:1 27917:1 27924:1 27926:1 27933:1 27940:2 27954:1 27961:2 28021:1 28074:2 28095:1 28137:1 28232:1 28294:2 28327:1 28349:1 28415:1 28579:1 28585:2 28643:1 28656:1 28686:1 28764:2 28798:1 28815:3 28853:1 28872:1 28922:1 28934:1 28974:1 28995:1 29012:1 29033:1 29034:1 29097:1 29122:1 29153:1 29243:1 29332:1 29363:1 29374:1 29433:1 29480:1 29564:1 29606:1 29619:1 29652:1 29661:1 29739:1 29756:1 29790:1 29811:1 29816:1 29817:1 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 30025:2 30084:2 30105:1 30267:1 30306:1 30316:2 30333:3 30370:1 30425:1 30434:2 30438:1 30440:1 30445:1 30446:1 30448:2 30454:1 30455:1 30472:1 30556:1 30557:1 30567:3 30617:1 30654:6 30660:1 30673:1 30771:2 30793:1 30841:1 30849:1 30878:1 30881:1 30907:1 31006:1 31009:1 31025:1 31043:3 31082:1 31113:3 31115:5 31146:4 31162:1 31167:1 31174:1 31178:1 31208:1 31233:3 31248:1 31250:1 31292:1 31301:1 31364:1 31366:1 31415:1 31416:1 31428:2 31450:1 31550:1 31608:1 31649:2 31652:1 31656:1 31672:1 31729:1 31733:1 31752:1 31762:2 31764:2 31777:3 31850:1 31867:1 31948:1 32006:1 32012:1 32015:1 32037:2 32083:1 32112:1 32301:1 32315:1 32364:2 32367:2 32394:1 32458:1 32476:1 32500:1 32579:1 32602:1 32618:2 32700:1 32720:1 32741:1 32742:1 32761:1 32798:3 32812:1 32847:1 32894:1 33012:1 33060:1 33101:1 33137:1 33150:1 33154:4 33271:1 33289:1 33322:1 33325:1 33335:1 33350:1 33424:1 33428:1 33451:1 33466:1 33467:1 33478:1 33492:1 33531:2 33539:2 33559:1 33561:1 33566:1 33578:1 33616:1 33617:1 33623:2 33684:1 33692:1 33796:3 33843:1 33865:2 33882:2 33884:1 33892:1 33897:1 33898:1 33914:2 33915:1 33931:1 33975:1 33985:3 33986:2 33989:1 33993:1 33997:2 34007:1 34022:1 34058:1 34075:1 34104:1 34115:1 34116:1 34159:1 34167:1 34177:1 34196:1 34259:1 34308:1 34339:1 34349:2 34350:1 34351:2 34380:1 34391:1 34403:1 34409:1 34417:1 34422:1 34461:1 34522:1 34547:1 34562:2 34566:1 34567:1 34584:1 34607:1 34625:1 34673:1 34674:1 34703:1 34724:1 34747:1 34766:2 34776:1 34800:2 34808:1 34815:1 34835:1 34849:1 34872:2 34929:4 34934:1 34941:1 34965:1 34978:1 34992:1 35001:1 35018:2 35076:1 35077:1 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:2 35191:2 35198:1 35257:1 35279:1 35301:1 35314:1 35326:1 35384:1 35426:1 35430:1 35466:1 35480:2 35577:1 35580:1 35600:1 35633:2 35660:1 35667:1 35712:1 35881:1 35934:1 35988:1 36068:1 36118:1 36151:1 36209:1 36214:1 36284:2 36330:1 36345:2 36349:1 36370:1 36401:1 36478:1 36490:2 36501:1 36503:1 36517:3 36521:2 36531:1 36539:1 36601:2 36621:1 36641:1 36690:2 3 37:1 50:1 97:1 112:1 127:1 192:1 208:1 216:1 230:1 272:1 298:1 312:1 366:1 440:1 463:1 469:1 494:1 511:1 512:1 516:1 543:1 568:2 614:1 624:1 630:1 643:1 658:1 738:1 767:1 773:3 780:1 845:1 868:1 893:1 993:1 1019:1 1029:1 1045:1 1057:1 1090:2 1119:3 1149:1 1153:1 1162:1 1175:1 1221:1 1224:2 1275:1 1321:2 1340:1 1360:1 1462:2 1541:2 1542:1 1549:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1687:1 1691:1 1719:1 1753:2 1813:1 1844:1 1849:1 1883:1 1912:1 1930:1 1933:1 1976:1 1985:1 1998:1 2017:3 2140:1 2150:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2369:1 2370:1 2376:1 2385:3 2387:3 2399:2 2417:1 2443:1 2499:1 2523:1 2526:1 2577:1 2603:1 2604:1 2612:1 2641:1 2704:1 2737:1 2745:1 2797:1 2803:1 2823:1 2835:1 2839:1 2842:1 2844:1 2846:1 2848:6 2850:2 2851:1 2854:1 2870:1 2963:2 3040:1 3109:1 3147:2 3201:1 3241:1 3268:1 3289:1 3319:1 3381:1 3447:1 3471:1 3509:2 3522:1 3540:1 3609:2 3626:1 3640:1 3684:1 3685:6 3700:1 3710:1 3727:1 3755:1 3842:1 3995:1 4064:1 4089:2 4097:3 4150:1 4158:1 4195:1 4199:1 4224:1 4273:1 4280:1 4298:1 4350:1 4441:1 4484:1 4538:1 4557:1 4561:1 4569:2 4575:3 4590:2 4603:1 4636:1 4684:1 4697:2 4733:1 4750:1 4804:2 4824:1 4866:1 4890:1 4904:1 4945:1 5002:2 5038:1 5048:2 5061:1 5089:1 5183:1 5192:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:1 5392:1 5425:1 5473:1 5529:3 5572:1 5582:1 5595:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5764:1 5774:1 5779:2 5813:1 5822:1 5831:5 5848:1 5878:1 5917:2 5923:1 5946:1 6039:3 6041:1 6080:1 6097:1 6106:1 6182:1 6184:1 6206:1 6213:1 6236:1 6296:1 6359:1 6395:1 6435:1 6497:2 6525:1 6571:1 6582:1 6626:3 6631:1 6726:1 6728:1 6736:1 6770:1 6841:1 6843:1 6850:1 6892:1 6897:2 7099:1 7105:1 7108:1 7143:2 7149:1 7193:1 7268:1 7317:1 7392:1 7411:1 7497:1 7499:1 7500:1 7505:1 7507:1 7515:1 7570:1 7574:1 7577:1 7587:2 7598:1 7609:1 7633:1 7674:1 7678:1 7685:4 7718:1 7732:1 7866:1 7882:1 7904:1 7925:2 7927:1 7936:2 7938:2 7947:3 7950:1 7953:3 7958:1 8012:2 8115:3 8119:1 8127:1 8141:5 8161:1 8260:1 8269:1 8451:1 8456:1 8482:1 8520:1 8524:1 8554:1 8606:1 8658:1 8672:1 8679:1 8724:1 8737:1 8746:1 8773:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9062:1 9279:1 9349:1 9358:1 9374:2 9425:2 9476:1 9583:4 9584:2 9651:14 9683:1 9688:2 9703:1 9834:1 9851:1 9906:1 9929:1 9970:1 10091:2 10145:1 10163:1 10189:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:7 10387:1 10437:1 10440:1 10466:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10620:1 10647:1 10657:1 10707:1 10740:1 10742:1 10744:1 10753:1 10754:1 10843:1 10894:2 10948:1 10975:1 11009:1 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:1 11150:1 11173:1 11176:1 11182:1 11192:1 11222:1 11247:2 11276:1 11295:1 11304:1 11327:1 11410:2 11439:1 11483:1 11509:1 11529:1 11532:1 11543:1 11587:1 11589:1 11623:1 11665:1 11677:1 11688:1 11705:1 11739:1 11742:1 11850:1 11853:1 11856:1 11873:1 11874:1 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12101:1 12113:1 12149:2 12174:1 12196:1 12204:1 12207:1 12210:1 12250:1 12278:1 12347:1 12398:2 12425:1 12437:1 12457:1 12462:2 12491:1 12496:1 12517:1 12580:1 12595:1 12614:2 12618:4 12630:1 12647:1 12650:1 12697:1 12737:1 12851:1 12917:3 12970:1 12973:1 12974:1 13001:1 13029:1 13033:1 13034:1 13069:1 13095:3 13163:1 13199:1 13259:1 13289:1 13360:3 13365:1 13372:4 13427:1 13454:2 13509:1 13510:1 13565:1 13625:3 13641:2 13642:1 13667:1 13672:1 13694:1 13766:1 13767:1 13797:1 13844:1 13848:1 13963:1 14026:1 14031:2 14036:1 14039:1 14055:1 14061:1 14121:1 14125:1 14139:1 14155:1 14222:1 14223:1 14250:1 14264:1 14282:1 14292:1 14383:1 14384:1 14392:1 14435:4 14488:1 14494:1 14513:3 14523:1 14568:1 14575:5 14592:3 14603:1 14604:2 14627:1 14650:1 14785:1 14794:2 14830:2 14872:1 14934:1 14977:1 15002:1 15017:1 15039:1 15116:1 15152:1 15268:1 15273:1 15355:1 15445:1 15460:1 15469:1 15491:1 15500:2 15510:1 15594:1 15604:1 15613:1 15692:1 15771:1 15812:1 15816:1 15830:1 15848:1 15851:2 15876:1 15936:1 15951:1 15973:1 16037:1 16040:1 16103:1 16180:1 16194:1 16199:1 16262:1 16263:1 16264:1 16300:2 16345:1 16359:1 16384:1 16411:3 16421:1 16474:1 16487:1 16498:2 16523:1 16567:1 16598:1 16623:1 16632:1 16642:1 16673:1 16732:1 16741:1 16792:1 16855:1 16868:1 16881:1 16887:1 16907:1 16969:1 16973:1 16976:1 16994:1 17057:1 17112:1 17140:1 17157:1 17159:1 17172:1 17176:1 17199:1 17227:1 17334:1 17338:1 17349:1 17380:1 17386:1 17406:1 17407:1 17490:2 17526:1 17582:1 17607:1 17654:1 17665:1 17679:1 17745:1 17800:1 17821:1 17825:1 17835:2 17839:1 17840:2 17858:1 17860:1 17871:2 17872:1 17876:1 17884:1 17931:1 17962:1 17981:1 18002:2 18027:1 18057:1 18071:1 18072:1 18139:1 18167:1 18174:1 18192:1 18203:1 18285:1 18310:1 18356:1 18359:3 18366:2 18385:1 18448:1 18475:1 18485:1 18505:1 18510:1 18580:1 18612:1 18653:3 18661:1 18663:2 18692:1 18709:1 18881:1 18913:1 18948:1 18950:1 19011:1 19045:1 19106:2 19208:1 19233:1 19256:1 19268:1 19277:1 19325:2 19358:1 19472:2 19488:1 19508:2 19511:1 19514:1 19538:2 19558:1 19563:1 19567:2 19576:1 19695:1 19703:1 19708:1 19723:1 19770:1 19778:1 19801:2 19808:1 19859:1 19862:1 19903:1 19910:1 19926:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20138:1 20183:1 20208:1 20210:1 20214:1 20216:1 20219:1 20230:2 20320:1 20324:2 20326:1 20332:2 20343:1 20353:1 20390:1 20400:1 20408:1 20425:1 20459:1 20474:1 20575:2 20665:1 20684:1 20686:1 20705:1 20764:1 20797:2 20821:1 20832:6 20839:1 20844:1 20898:1 20904:1 21046:1 21126:1 21174:1 21199:1 21201:1 21246:1 21253:1 21373:1 21393:1 21411:1 21478:2 21524:1 21583:1 21610:1 21667:1 21678:1 21751:3 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21958:1 21978:1 21994:1 22036:2 22101:1 22102:1 22126:1 22165:4 22197:1 22232:1 22248:2 22249:2 22250:1 22253:1 22421:1 22521:1 22607:1 22657:1 22740:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22870:1 22871:1 23011:2 23073:859 23077:1 23079:1 23084:1 23103:1 23155:1 23157:1 23220:1 23238:1 23244:1 23312:5 23327:1 23361:1 23364:1 23366:1 23425:2 23478:1 23565:1 23635:1 23668:1 23683:2 23693:1 23732:1 23787:1 23793:1 23813:1 23831:1 23843:1 23859:1 23869:1 23901:1 24039:1 24052:2 24058:1 24096:2 24110:1 24169:2 24224:1 24281:1 24324:4 24327:1 24353:1 24404:2 24494:1 24511:1 24514:1 24515:1 24516:1 24530:2 24556:1 24563:1 24567:1 24597:1 24606:1 24647:1 24651:1 24662:1 24665:1 24707:1 24708:2 24769:1 24776:1 24826:2 24853:1 24889:2 24896:1 24914:2 24917:2 24948:2 24983:2 25009:1 25015:3 25047:1 25050:1 25057:1 25079:1 25084:1 25100:1 25115:2 25118:1 25125:1 25159:1 25185:1 25210:1 25225:1 25229:1 25251:1 25394:2 25459:1 25536:1 25562:2 25595:3 25620:1 25657:1 25693:1 25736:1 25738:1 25740:1 25742:1 25749:1 25759:1 25781:1 25784:1 25819:1 25821:1 25828:1 25925:1 25929:1 26055:1 26098:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26218:1 26239:1 26259:1 26286:1 26357:1 26394:1 26432:1 26468:1 26473:2 26489:1 26490:1 26542:1 26603:2 26633:1 26665:1 26688:1 26741:1 26746:1 26767:2 26774:1 26794:1 26831:1 26877:3 26904:1 26932:2 26959:1 27023:1 27057:1 27071:3 27122:1 27152:2 27155:2 27200:1 27230:1 27270:1 27311:1 27372:1 27439:1 27473:1 27554:2 27555:1 27629:1 27631:1 27671:1 27696:1 27697:1 27699:1 27747:1 27751:1 27765:1 27770:3 27801:1 27831:3 27834:2 27839:1 27846:1 27854:1 27880:1 27917:1 27924:1 27926:1 27933:1 27940:2 27954:1 27961:2 28021:1 28074:2 28095:1 28137:1 28232:1 28294:2 28327:1 28349:1 28415:1 28579:1 28585:2 28643:1 28656:1 28686:1 28714:2 28764:2 28798:1 28815:3 28853:1 28872:1 28922:1 28934:1 28974:1 28995:1 29012:1 29033:1 29034:1 29097:1 29122:1 29153:1 29243:1 29332:1 29363:1 29374:1 29433:1 29480:1 29564:1 29606:1 29619:1 29652:1 29661:1 29739:1 29756:1 29790:1 29811:1 29816:1 29817:1 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 30025:2 30084:2 30105:1 30238:1 30267:1 30306:1 30316:2 30333:3 30370:1 30383:1 30425:1 30434:2 30438:1 30440:1 30445:1 30446:1 30448:2 30454:1 30455:1 30472:1 30552:1 30556:1 30557:1 30567:3 30617:1 30654:6 30660:1 30673:1 30771:2 30793:1 30841:1 30849:1 30878:1 30881:1 30907:1 31006:1 31009:1 31025:1 31043:3 31082:1 31113:3 31115:5 31146:4 31162:1 31167:1 31174:1 31178:1 31208:1 31233:3 31248:1 31250:1 31292:1 31301:1 31364:1 31366:1 31415:1 31416:1 31428:2 31450:1 31530:1 31550:1 31608:1 31649:2 31652:1 31656:1 31672:1 31729:1 31733:1 31752:1 31762:2 31764:2 31777:3 31850:1 31867:1 31948:1 31985:1 32006:1 32012:1 32015:1 32037:2 32083:1 32112:1 32301:1 32315:1 32364:2 32367:2 32394:1 32458:1 32476:1 32500:1 32579:1 32584:1 32602:1 32618:2 32653:1 32700:1 32720:1 32741:1 32742:1 32761:1 32798:3 32812:1 32847:1 32894:1 33012:1 33060:1 33101:1 33137:1 33150:1 33154:5 33271:1 33289:1 33322:1 33325:1 33335:2 33350:1 33424:1 33428:1 33451:1 33466:1 33467:1 33478:1 33490:1 33492:1 33531:2 33539:2 33559:1 33561:1 33566:1 33578:1 33616:1 33617:1 33623:2 33684:1 33692:1 33796:3 33843:1 33865:2 33882:2 33884:1 33892:1 33897:1 33898:1 33914:2 33915:1 33931:1 33975:1 33985:3 33986:2 33989:1 33993:1 33997:2 34007:1 34022:1 34058:1 34075:1 34104:1 34115:1 34116:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34349:2 34350:1 34351:2 34380:1 34391:1 34403:2 34409:2 34417:1 34422:1 34461:1 34522:1 34547:1 34562:3 34566:1 34567:1 34584:1 34607:1 34625:1 34673:1 34674:1 34703:1 34724:1 34747:1 34766:2 34776:1 34800:2 34808:1 34815:1 34835:1 34849:1 34851:1 34872:2 34929:4 34934:1 34941:1 34965:1 34978:1 34992:1 35001:1 35018:2 35023:1 35076:1 35077:1 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:2 35191:2 35198:1 35257:1 35279:1 35301:1 35314:1 35326:1 35350:1 35384:1 35426:1 35430:1 35466:1 35480:2 35577:1 35580:1 35600:1 35633:2 35660:1 35667:1 35712:1 35881:1 35934:1 35988:1 36068:1 36118:1 36151:1 36209:1 36214:1 36284:2 36330:1 36345:2 36349:1 36370:1 36401:1 36478:1 36490:2 36501:1 36503:1 36515:1 36517:4 36521:2 36531:1 36539:1 36570:1 36601:2 36621:1 36641:1 36690:2 3 37:1 50:1 97:1 112:1 127:1 192:1 208:1 216:1 230:1 272:1 298:1 301:1 312:1 366:1 440:1 463:1 469:1 494:1 511:1 512:1 516:1 523:1 543:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 738:1 765:1 767:1 773:3 780:1 786:1 827:1 845:1 868:1 893:1 993:1 1019:1 1029:1 1045:1 1057:1 1090:2 1119:3 1149:1 1153:1 1162:1 1175:1 1221:1 1224:3 1275:1 1321:2 1340:1 1360:1 1462:2 1541:2 1542:1 1549:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1687:1 1691:1 1719:1 1753:2 1813:1 1844:1 1849:1 1883:1 1912:1 1930:1 1933:1 1976:1 1985:1 1998:1 2017:3 2140:1 2150:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2443:1 2499:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2603:1 2604:1 2612:1 2641:1 2684:1 2704:1 2737:1 2745:1 2797:1 2803:1 2823:1 2835:1 2839:1 2842:3 2844:1 2846:1 2848:6 2850:2 2851:1 2854:1 2870:1 2878:1 2963:2 3040:1 3075:1 3109:1 3147:2 3201:1 3241:1 3268:1 3289:1 3294:1 3319:1 3381:1 3447:1 3471:1 3475:1 3509:2 3515:1 3522:1 3540:1 3609:2 3626:1 3640:1 3684:1 3685:6 3700:1 3710:1 3719:1 3727:1 3755:1 3842:1 3995:1 4064:1 4089:2 4097:3 4150:1 4158:1 4195:1 4199:1 4224:1 4273:1 4280:1 4298:1 4350:1 4441:1 4484:1 4538:1 4557:1 4561:1 4569:2 4575:3 4590:2 4603:2 4636:1 4684:1 4697:2 4733:2 4750:1 4804:2 4824:1 4866:1 4890:2 4904:1 4945:1 5002:3 5038:1 5048:2 5061:1 5089:1 5183:1 5192:1 5247:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:1 5392:1 5425:1 5473:1 5529:3 5572:1 5582:1 5595:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5764:1 5774:1 5779:2 5813:1 5822:1 5831:6 5848:1 5878:2 5917:2 5923:1 5946:1 6039:3 6041:2 6080:1 6097:1 6106:1 6182:1 6184:1 6206:1 6213:1 6236:1 6296:1 6359:1 6395:1 6435:1 6497:2 6525:1 6571:1 6582:1 6626:3 6631:1 6726:1 6728:1 6736:1 6770:1 6841:1 6843:1 6850:1 6892:1 6897:2 7099:1 7105:1 7108:1 7143:2 7149:1 7193:2 7268:1 7317:1 7380:1 7392:1 7411:1 7497:1 7499:1 7500:1 7505:1 7507:1 7515:1 7570:1 7574:1 7577:1 7587:2 7598:1 7609:1 7633:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7866:1 7871:1 7880:1 7882:1 7904:1 7925:2 7927:1 7936:2 7938:2 7947:4 7950:1 7953:3 7958:1 8012:2 8115:3 8119:1 8127:1 8141:6 8161:1 8260:1 8269:1 8451:1 8456:1 8482:1 8520:1 8524:1 8554:2 8575:1 8606:1 8658:1 8672:1 8679:1 8724:1 8737:1 8746:1 8773:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9037:1 9062:1 9279:1 9349:1 9358:1 9374:2 9425:2 9476:1 9583:4 9584:2 9651:17 9683:1 9688:2 9703:1 9834:1 9851:1 9906:1 9929:1 9970:1 10091:2 10145:1 10163:1 10189:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:7 10387:1 10437:1 10440:1 10450:1 10466:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10620:1 10647:1 10657:1 10707:1 10740:1 10742:1 10744:1 10753:1 10754:1 10843:1 10894:2 10948:1 10975:1 11009:1 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:1 11150:1 11173:1 11176:1 11182:1 11192:1 11222:1 11247:2 11276:1 11295:1 11304:1 11327:1 11410:2 11439:1 11483:1 11485:1 11509:1 11529:1 11532:1 11543:1 11587:1 11589:1 11623:1 11665:1 11677:1 11688:1 11705:1 11739:1 11742:1 11850:1 11853:1 11856:1 11873:1 11874:1 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12066:1 12101:1 12113:1 12149:2 12174:1 12196:1 12204:1 12207:1 12210:1 12250:1 12278:1 12347:1 12385:1 12398:2 12425:1 12437:1 12457:1 12462:2 12491:1 12496:1 12517:1 12580:1 12595:1 12614:2 12618:4 12630:1 12647:1 12650:1 12666:1 12697:1 12737:1 12851:1 12917:3 12970:1 12973:1 12974:1 13001:1 13029:1 13033:1 13034:1 13069:1 13095:3 13163:1 13199:1 13259:1 13289:1 13360:3 13365:1 13372:5 13427:1 13454:2 13509:1 13510:1 13511:1 13565:1 13625:3 13641:2 13642:1 13667:1 13672:1 13694:1 13766:1 13767:1 13797:1 13802:1 13834:1 13844:1 13848:1 13963:1 14026:1 14031:2 14036:2 14039:1 14055:1 14061:1 14121:1 14125:1 14139:1 14155:1 14222:1 14223:1 14250:1 14264:1 14282:1 14292:1 14364:1 14383:1 14384:1 14392:1 14435:4 14449:1 14488:1 14494:1 14499:1 14513:3 14523:1 14568:1 14575:5 14592:3 14603:1 14604:2 14627:1 14650:1 14785:1 14794:2 14830:2 14872:1 14934:1 14977:1 15002:1 15017:1 15039:1 15116:2 15152:2 15268:1 15273:1 15284:1 15355:1 15403:1 15445:1 15460:1 15469:1 15491:1 15500:2 15510:1 15594:2 15604:1 15613:1 15692:1 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15876:1 15936:1 15951:1 15973:1 16037:1 16040:1 16103:1 16180:1 16194:1 16199:1 16250:1 16262:1 16263:1 16264:1 16300:2 16345:1 16359:1 16384:1 16411:3 16421:1 16474:1 16487:1 16498:2 16523:1 16567:1 16598:1 16623:1 16632:1 16642:1 16673:1 16732:1 16741:1 16792:1 16855:1 16868:1 16881:1 16887:1 16907:1 16969:1 16973:1 16976:1 16993:1 16994:1 17004:1 17057:1 17112:1 17140:1 17157:1 17159:1 17172:1 17176:1 17199:1 17227:1 17306:1 17334:1 17338:1 17349:1 17380:1 17386:1 17406:1 17407:1 17490:2 17526:1 17582:1 17607:1 17654:1 17665:1 17679:1 17745:1 17787:1 17800:1 17821:1 17825:1 17835:2 17839:1 17840:2 17858:1 17860:1 17871:2 17872:1 17876:1 17884:1 17931:1 17962:1 17981:1 18002:2 18027:1 18057:1 18071:1 18072:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:1 18285:2 18310:1 18356:1 18359:3 18366:2 18385:1 18410:1 18448:1 18475:1 18485:1 18505:1 18510:1 18580:1 18612:1 18653:3 18661:1 18663:2 18671:1 18692:1 18709:1 18881:1 18913:1 18948:1 18950:1 19011:1 19019:1 19045:1 19106:2 19208:1 19233:1 19256:1 19264:1 19268:1 19277:1 19325:2 19341:1 19358:1 19472:2 19488:1 19505:1 19508:2 19511:1 19514:1 19538:2 19558:1 19563:1 19567:2 19576:1 19695:1 19699:1 19703:1 19708:1 19723:1 19770:1 19778:1 19801:3 19808:1 19859:1 19862:1 19903:1 19904:1 19910:1 19926:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20138:1 20183:1 20208:1 20210:1 20214:1 20216:1 20219:1 20230:2 20320:1 20324:2 20326:1 20332:2 20338:1 20343:1 20353:1 20390:1 20400:1 20408:1 20425:1 20459:1 20474:1 20575:2 20665:1 20684:1 20686:1 20705:1 20764:1 20797:2 20821:1 20832:6 20839:1 20844:1 20898:1 20904:1 21046:1 21126:1 21174:1 21199:1 21201:1 21246:1 21253:1 21373:1 21393:1 21411:1 21478:2 21524:1 21583:1 21610:1 21667:1 21678:1 21751:3 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21958:1 21978:1 21994:1 22036:2 22101:1 22102:1 22126:1 22158:1 22165:4 22181:1 22197:1 22232:1 22248:2 22249:2 22250:1 22253:1 22421:1 22521:1 22607:1 22657:1 22740:1 22746:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22870:1 22871:1 23011:2 23049:1 23073:930 23077:1 23079:1 23084:1 23103:1 23155:1 23157:1 23220:1 23238:1 23244:1 23312:5 23327:1 23361:1 23364:1 23366:1 23425:2 23478:1 23565:1 23635:1 23668:1 23683:2 23693:1 23732:1 23787:1 23793:1 23813:1 23831:1 23843:1 23859:1 23869:2 23901:1 24039:1 24052:2 24058:1 24096:3 24110:1 24169:2 24224:1 24267:1 24281:1 24324:4 24327:1 24353:1 24404:2 24477:1 24494:1 24511:1 24514:1 24515:1 24516:1 24530:2 24556:1 24563:1 24567:1 24597:1 24606:1 24647:1 24651:1 24662:1 24665:1 24707:1 24708:2 24769:1 24776:1 24826:2 24853:1 24889:2 24896:1 24914:2 24917:2 24948:2 24983:2 25009:1 25015:3 25047:1 25050:1 25057:1 25079:1 25084:1 25100:1 25115:2 25118:1 25125:1 25159:1 25185:1 25210:1 25225:1 25229:1 25251:1 25394:2 25459:1 25473:1 25536:1 25562:2 25595:3 25620:1 25657:1 25693:1 25736:1 25738:1 25740:1 25742:1 25749:1 25759:1 25781:1 25782:1 25784:2 25819:1 25821:1 25828:1 25842:1 25925:1 25929:1 26055:1 26098:1 26111:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26218:1 26239:1 26259:1 26286:1 26357:1 26390:1 26394:1 26432:1 26468:1 26473:2 26489:1 26490:1 26542:1 26603:3 26633:1 26665:1 26681:1 26688:1 26741:1 26746:1 26767:2 26774:1 26781:1 26794:1 26831:1 26877:3 26904:1 26932:2 26959:1 27023:1 27057:1 27071:3 27122:1 27152:2 27155:2 27200:1 27230:1 27270:1 27311:1 27372:1 27439:1 27473:1 27554:3 27555:1 27629:1 27631:1 27671:1 27696:1 27697:1 27699:1 27747:1 27751:1 27765:1 27770:3 27801:1 27831:3 27834:2 27839:1 27846:1 27854:1 27880:1 27908:1 27917:1 27924:1 27926:1 27933:1 27940:2 27954:1 27961:2 28015:1 28021:1 28074:3 28095:1 28137:1 28232:1 28294:2 28327:1 28349:1 28415:1 28429:1 28579:1 28585:2 28615:1 28643:1 28656:1 28686:1 28714:2 28764:2 28783:1 28798:1 28815:3 28853:1 28872:1 28922:1 28934:1 28974:1 28995:1 29012:1 29033:1 29034:1 29097:1 29122:1 29153:1 29243:1 29298:1 29332:1 29363:1 29374:1 29433:1 29480:1 29564:1 29606:1 29619:1 29652:1 29661:1 29739:1 29756:1 29790:1 29811:1 29816:1 29817:1 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 30025:2 30084:2 30105:1 30238:1 30267:1 30278:1 30306:1 30316:2 30333:3 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30445:1 30446:1 30448:2 30454:1 30455:1 30472:1 30552:1 30556:1 30557:1 30567:3 30617:1 30654:6 30660:1 30673:1 30771:2 30793:1 30841:1 30849:1 30878:1 30881:1 30907:1 31006:1 31009:1 31014:1 31025:1 31043:3 31082:1 31113:3 31115:5 31146:5 31162:1 31167:1 31174:1 31178:1 31182:1 31191:1 31208:1 31233:3 31248:1 31250:1 31292:1 31301:1 31364:2 31366:1 31412:1 31415:1 31416:1 31428:2 31450:1 31492:1 31530:1 31550:1 31608:1 31649:2 31652:1 31656:1 31672:1 31729:1 31733:1 31752:1 31762:2 31764:3 31777:3 31850:1 31867:1 31948:1 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32083:1 32112:1 32301:1 32315:1 32364:2 32367:2 32394:1 32458:1 32476:1 32500:1 32579:1 32584:2 32602:1 32618:2 32653:1 32700:1 32720:1 32741:1 32742:1 32761:1 32798:3 32812:1 32847:1 32894:1 33012:1 33060:1 33101:1 33137:1 33150:1 33154:6 33248:1 33271:1 33289:1 33322:1 33325:1 33335:2 33350:1 33371:1 33416:1 33424:1 33428:1 33451:1 33466:1 33467:1 33478:1 33490:2 33492:1 33531:2 33539:2 33559:1 33561:1 33566:1 33578:1 33616:1 33617:1 33623:2 33664:2 33684:1 33692:1 33796:3 33843:1 33865:2 33882:3 33884:1 33892:1 33897:1 33898:1 33914:2 33915:1 33931:1 33975:1 33985:3 33986:2 33989:1 33993:1 33997:2 34007:1 34022:1 34025:1 34058:1 34075:1 34104:1 34115:1 34116:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34349:2 34350:1 34351:2 34380:1 34381:1 34391:1 34403:2 34409:2 34417:1 34422:1 34461:1 34522:1 34547:1 34562:3 34566:1 34567:1 34584:1 34607:1 34625:1 34673:1 34674:1 34703:1 34724:1 34747:1 34766:2 34776:1 34800:2 34808:1 34815:1 34835:1 34849:1 34851:1 34872:2 34929:4 34934:1 34941:1 34965:1 34978:1 34992:1 35001:1 35018:2 35023:1 35076:1 35077:1 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:2 35191:2 35198:1 35257:1 35259:1 35279:1 35301:1 35314:1 35326:1 35350:1 35384:1 35393:1 35426:1 35430:1 35466:1 35480:2 35577:1 35580:1 35600:1 35633:2 35660:1 35667:1 35712:1 35881:1 35919:1 35934:1 35988:1 36047:1 36068:1 36118:1 36151:1 36209:1 36214:1 36284:2 36330:1 36345:2 36349:1 36370:1 36401:1 36478:1 36490:2 36501:1 36503:1 36515:1 36517:5 36521:2 36531:1 36539:1 36570:1 36601:2 36621:1 36641:1 36690:2 3 37:1 50:1 97:1 112:1 127:1 192:1 208:1 216:1 230:1 272:1 298:1 301:1 312:1 366:1 440:1 463:1 469:1 493:1 494:1 511:2 512:1 516:1 523:1 543:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 714:1 738:1 765:1 767:1 772:1 773:3 780:1 786:1 827:2 830:1 845:1 868:1 893:1 974:1 993:1 1019:1 1029:1 1045:1 1057:1 1090:2 1119:3 1127:1 1144:2 1149:1 1153:1 1162:1 1175:1 1221:1 1224:3 1275:1 1321:2 1340:1 1345:1 1360:1 1462:2 1514:1 1541:2 1542:1 1549:1 1557:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1664:1 1687:1 1691:1 1719:1 1753:2 1813:1 1837:1 1844:1 1849:2 1875:1 1883:2 1912:1 1930:2 1933:1 1976:1 1985:1 1998:1 2017:3 2140:1 2150:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2443:1 2499:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2594:1 2603:1 2604:1 2612:1 2641:1 2684:1 2704:1 2737:1 2745:1 2771:1 2797:1 2803:1 2808:1 2823:1 2835:1 2839:1 2842:3 2844:1 2846:1 2848:6 2850:2 2851:1 2854:1 2870:1 2878:1 2963:2 2995:1 3040:1 3075:1 3109:1 3147:2 3148:1 3201:1 3227:1 3235:1 3241:1 3268:1 3289:1 3294:1 3319:1 3381:1 3408:1 3447:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3540:1 3609:2 3626:1 3640:1 3684:1 3685:6 3700:1 3710:2 3719:1 3727:1 3755:1 3842:1 3995:1 4064:1 4089:3 4097:3 4150:1 4158:1 4195:1 4199:1 4224:1 4273:1 4280:1 4298:1 4350:1 4399:1 4441:1 4484:1 4538:1 4557:1 4561:1 4569:3 4575:3 4590:2 4595:1 4603:2 4636:2 4684:1 4697:2 4733:2 4750:1 4804:2 4824:1 4866:1 4890:2 4904:1 4945:1 5002:3 5038:1 5048:2 5061:1 5089:1 5183:1 5192:1 5233:1 5247:1 5260:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:2 5392:1 5425:1 5473:1 5493:1 5529:3 5572:1 5582:1 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5764:1 5774:1 5779:3 5813:1 5822:1 5831:6 5848:1 5878:2 5917:2 5923:1 5946:1 6039:3 6041:2 6080:1 6097:1 6106:1 6182:1 6184:1 6206:1 6213:1 6236:1 6296:1 6359:1 6395:1 6435:1 6478:1 6497:2 6525:1 6571:1 6582:1 6626:3 6631:1 6674:1 6726:1 6728:1 6736:1 6770:1 6841:1 6843:1 6850:1 6892:1 6897:2 7061:1 7099:2 7105:1 7108:1 7143:2 7149:1 7193:2 7268:1 7317:1 7318:1 7344:1 7361:1 7380:1 7392:1 7411:1 7497:1 7499:1 7500:1 7505:1 7507:1 7515:1 7543:1 7570:1 7571:1 7574:1 7577:1 7587:2 7598:1 7609:1 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7795:1 7866:1 7871:1 7880:1 7882:1 7904:1 7925:2 7927:1 7934:1 7936:4 7938:2 7947:4 7950:2 7953:3 7958:1 8012:2 8115:3 8119:1 8127:1 8141:6 8161:1 8260:1 8269:1 8279:1 8451:1 8456:1 8482:2 8520:1 8524:1 8554:3 8575:1 8606:1 8658:1 8672:1 8679:1 8724:1 8737:1 8746:1 8773:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9037:1 9062:1 9106:1 9158:1 9279:1 9284:1 9336:1 9349:1 9358:1 9374:2 9425:2 9476:2 9583:4 9584:2 9651:18 9683:2 9688:2 9703:1 9834:1 9851:1 9906:1 9922:1 9929:1 9970:1 10017:1 10091:2 10145:1 10163:1 10189:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:7 10387:1 10414:1 10437:1 10440:1 10450:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10620:1 10647:1 10657:1 10679:1 10707:1 10740:1 10742:1 10744:1 10751:1 10753:1 10754:1 10771:1 10843:1 10894:2 10948:1 10957:1 10975:1 11009:1 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:1 11150:1 11168:1 11173:1 11174:1 11176:1 11182:1 11192:1 11222:2 11247:2 11262:1 11276:1 11295:1 11304:1 11327:1 11341:1 11351:1 11380:1 11410:2 11439:1 11483:1 11485:1 11509:1 11529:1 11532:1 11543:1 11587:1 11589:1 11600:1 11623:1 11665:1 11677:1 11688:1 11705:1 11739:1 11742:1 11850:1 11853:1 11856:1 11873:1 11874:1 11909:1 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12066:1 12101:1 12113:1 12149:2 12174:1 12196:1 12204:1 12207:1 12210:1 12250:1 12278:1 12347:1 12385:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:2 12482:1 12491:1 12496:1 12517:1 12580:1 12595:1 12614:2 12618:4 12630:1 12647:1 12650:1 12666:1 12697:1 12737:1 12851:1 12917:3 12970:1 12973:1 12974:1 13001:1 13029:1 13033:1 13034:1 13069:1 13095:3 13144:1 13163:1 13199:1 13259:1 13289:1 13360:3 13365:1 13372:5 13427:1 13454:2 13468:1 13509:1 13510:1 13511:2 13565:1 13625:3 13641:2 13642:1 13651:1 13667:1 13672:1 13694:1 13766:1 13767:1 13797:1 13802:1 13834:1 13844:1 13848:2 13963:1 14026:1 14031:3 14036:2 14039:1 14055:1 14061:2 14121:1 14125:1 14139:1 14155:1 14222:1 14223:1 14230:1 14250:1 14264:1 14282:1 14292:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:5 14449:1 14488:1 14494:1 14499:1 14513:3 14523:1 14568:1 14575:5 14592:3 14603:1 14604:3 14627:1 14650:1 14764:1 14785:1 14794:2 14824:1 14830:3 14872:1 14934:1 14977:1 15002:1 15017:2 15039:1 15116:2 15152:2 15268:1 15273:1 15284:1 15355:1 15374:1 15382:1 15403:1 15445:1 15460:1 15469:1 15491:1 15500:2 15510:1 15594:2 15604:1 15613:1 15654:1 15692:1 15710:1 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15873:1 15876:1 15936:1 15951:1 15973:1 16037:1 16040:1 16103:1 16180:1 16194:1 16199:1 16250:1 16262:1 16263:1 16264:1 16300:3 16345:1 16359:1 16379:1 16384:1 16411:3 16421:1 16474:1 16487:1 16497:1 16498:3 16523:1 16567:1 16598:1 16604:1 16623:1 16632:1 16642:1 16673:1 16732:1 16741:1 16768:1 16792:1 16855:2 16868:1 16881:1 16887:1 16907:1 16914:1 16969:1 16973:1 16975:1 16976:1 16993:1 16994:1 17004:1 17057:1 17112:1 17140:1 17157:1 17159:1 17172:1 17176:1 17199:1 17227:1 17242:1 17306:1 17334:2 17338:1 17349:1 17380:1 17386:1 17406:1 17407:1 17490:2 17526:2 17582:1 17607:1 17654:1 17665:1 17679:1 17745:1 17787:1 17800:1 17821:1 17825:1 17827:1 17835:4 17839:1 17840:2 17858:1 17860:1 17871:2 17872:1 17876:1 17884:1 17931:1 17962:1 17981:1 18002:2 18027:1 18057:1 18071:1 18072:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18285:2 18310:1 18356:1 18359:3 18366:2 18385:1 18410:1 18448:1 18475:1 18485:1 18505:1 18510:1 18558:1 18580:1 18600:1 18612:2 18653:4 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18881:1 18913:1 18948:1 18950:1 19011:1 19019:1 19045:1 19052:1 19106:2 19150:1 19208:1 19233:1 19256:1 19264:1 19268:1 19277:1 19325:2 19341:2 19352:1 19358:1 19472:2 19488:1 19502:1 19505:1 19508:3 19511:1 19514:1 19538:2 19540:1 19541:1 19558:1 19563:1 19567:2 19576:1 19695:1 19699:1 19703:1 19708:1 19723:1 19770:1 19778:1 19801:3 19808:1 19859:1 19862:1 19879:1 19901:2 19903:1 19904:1 19910:1 19926:1 19939:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20138:1 20183:1 20208:1 20210:1 20214:1 20216:1 20219:1 20230:2 20315:1 20320:1 20324:2 20326:1 20332:2 20338:1 20343:1 20353:1 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20474:1 20575:2 20665:1 20684:1 20686:1 20705:1 20711:1 20764:1 20797:2 20821:1 20832:6 20839:1 20844:1 20898:1 20904:1 20905:1 21046:2 21124:1 21126:1 21163:1 21174:1 21199:1 21201:1 21245:1 21246:1 21253:1 21373:1 21393:1 21411:1 21444:1 21446:1 21478:2 21524:1 21583:1 21610:1 21667:1 21678:1 21751:3 21758:1 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21958:1 21978:1 21994:1 22036:2 22069:1 22084:1 22101:1 22102:1 22126:1 22158:1 22165:4 22181:1 22197:1 22199:1 22221:1 22232:1 22248:2 22249:2 22250:1 22253:1 22421:1 22462:1 22521:1 22607:1 22657:1 22740:1 22746:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22837:1 22870:1 22871:1 22905:1 22918:1 23011:2 23049:1 23073:1023 23077:1 23079:1 23083:2 23084:1 23099:1 23103:1 23155:1 23157:1 23220:1 23238:1 23244:1 23271:1 23312:5 23326:1 23327:1 23353:1 23361:1 23364:1 23366:1 23425:3 23478:1 23538:2 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23859:1 23869:2 23901:1 24010:1 24039:1 24050:1 24052:2 24058:1 24096:3 24110:1 24169:2 24224:1 24267:1 24275:1 24281:1 24290:1 24324:4 24327:1 24353:1 24404:2 24477:1 24494:1 24500:1 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24597:1 24606:1 24647:1 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24769:1 24775:1 24776:1 24784:1 24826:3 24853:1 24889:3 24896:1 24914:2 24917:2 24948:2 24983:2 25009:1 25015:3 25047:1 25050:1 25057:1 25079:1 25084:1 25087:1 25100:1 25115:2 25118:1 25125:1 25159:1 25185:1 25194:1 25210:1 25225:1 25229:1 25251:1 25311:1 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25536:1 25562:2 25595:3 25599:1 25620:1 25630:1 25657:1 25693:1 25736:1 25738:1 25740:1 25742:1 25749:1 25759:1 25781:1 25782:1 25784:2 25819:1 25821:1 25828:1 25842:1 25925:1 25929:1 26026:1 26046:1 26055:1 26098:1 26111:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26218:1 26239:1 26259:1 26267:1 26286:1 26357:1 26390:1 26394:1 26432:1 26468:1 26470:2 26473:2 26489:1 26490:1 26542:1 26603:3 26617:1 26631:1 26633:1 26665:1 26681:1 26688:1 26741:1 26746:1 26767:2 26774:1 26781:1 26794:1 26831:1 26877:3 26904:1 26932:2 26959:1 27023:1 27057:1 27071:4 27122:1 27152:2 27155:2 27200:1 27230:1 27263:1 27270:1 27311:1 27372:1 27439:1 27473:1 27554:4 27555:1 27597:1 27629:1 27631:1 27671:1 27696:1 27697:1 27699:1 27747:1 27751:1 27765:1 27770:3 27801:1 27831:3 27834:2 27839:1 27846:1 27854:1 27880:1 27908:1 27915:1 27917:1 27924:1 27926:2 27933:1 27940:2 27954:1 27961:2 27992:1 28015:1 28021:1 28074:3 28094:1 28095:2 28137:1 28232:1 28294:3 28327:1 28349:1 28415:1 28429:2 28482:1 28542:1 28579:1 28585:2 28615:1 28643:1 28656:1 28686:1 28714:2 28764:2 28783:1 28798:1 28807:1 28815:3 28853:1 28872:1 28922:1 28934:1 28974:1 28995:1 29012:1 29033:1 29034:1 29097:1 29122:1 29153:1 29175:1 29180:1 29243:1 29298:1 29332:1 29363:1 29374:1 29433:1 29480:1 29564:1 29606:1 29619:1 29652:1 29661:1 29713:1 29739:1 29756:1 29790:1 29811:1 29816:1 29817:2 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 30025:2 30084:2 30105:1 30151:1 30192:1 30238:1 30267:1 30278:1 30306:1 30316:2 30326:1 30333:3 30341:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30445:1 30446:1 30448:2 30454:1 30455:1 30461:1 30472:1 30496:1 30552:1 30556:1 30557:1 30567:3 30583:1 30596:1 30598:1 30617:1 30645:1 30654:6 30660:1 30673:1 30771:2 30793:1 30841:1 30849:1 30878:1 30881:1 30907:1 30945:1 31006:1 31009:1 31014:1 31025:1 31043:3 31050:1 31082:1 31113:3 31115:6 31146:6 31162:1 31167:1 31174:1 31178:1 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31332:1 31364:2 31366:1 31412:1 31415:1 31416:1 31428:2 31450:1 31492:2 31530:1 31548:1 31550:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31850:1 31867:1 31879:1 31929:1 31948:1 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32083:1 32112:1 32301:1 32315:1 32364:2 32367:2 32394:1 32458:1 32476:1 32500:1 32579:2 32584:2 32602:1 32618:2 32653:1 32700:1 32720:1 32741:1 32742:1 32761:2 32798:3 32812:1 32847:1 32894:1 33012:1 33060:1 33101:1 33137:1 33150:1 33154:6 33248:1 33271:1 33289:1 33321:1 33322:1 33325:1 33335:2 33350:1 33371:1 33416:1 33424:1 33428:1 33451:1 33466:1 33467:1 33478:1 33490:2 33492:1 33531:2 33539:2 33559:1 33561:1 33566:1 33578:1 33616:1 33617:1 33623:2 33626:1 33664:2 33684:1 33692:1 33727:1 33796:4 33843:1 33865:2 33882:3 33884:1 33892:1 33897:1 33898:1 33900:1 33914:2 33915:1 33931:1 33937:1 33975:1 33985:3 33986:2 33989:1 33993:1 33997:2 34007:1 34022:1 34025:1 34026:1 34058:1 34075:1 34104:1 34115:1 34116:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34349:2 34350:1 34351:2 34380:1 34381:1 34391:1 34403:2 34409:2 34417:1 34422:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34584:1 34607:1 34625:1 34673:1 34674:1 34703:1 34724:1 34747:1 34766:2 34776:1 34800:2 34808:1 34815:1 34835:1 34849:1 34851:1 34868:1 34872:2 34929:6 34934:1 34941:1 34965:1 34978:1 34992:1 34998:1 35001:1 35018:2 35023:1 35076:1 35077:1 35094:1 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:2 35191:2 35198:1 35257:1 35259:1 35279:1 35301:1 35314:2 35326:1 35350:1 35384:1 35393:1 35426:1 35430:1 35466:1 35480:2 35577:1 35580:1 35600:1 35633:2 35660:1 35667:1 35712:1 35793:1 35830:1 35866:1 35881:1 35919:1 35934:1 35988:1 36039:1 36047:1 36068:1 36118:1 36151:1 36209:1 36214:1 36284:2 36327:1 36330:1 36345:2 36349:1 36353:1 36370:1 36401:1 36478:1 36488:1 36490:2 36498:1 36501:1 36503:1 36508:1 36509:1 36515:1 36517:5 36521:2 36531:1 36539:1 36548:1 36570:1 36601:2 36621:1 36641:1 36690:2 3 37:1 50:1 97:1 112:1 127:1 192:1 208:1 216:1 230:1 272:1 298:1 301:1 312:1 366:1 440:1 463:1 469:1 493:1 494:1 511:2 512:1 516:1 523:1 543:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 714:1 738:1 765:1 767:1 772:1 773:3 780:1 786:1 827:2 830:1 845:1 868:1 893:1 974:1 993:1 1019:1 1029:1 1045:1 1057:1 1090:2 1119:3 1127:1 1144:2 1149:1 1153:1 1162:1 1175:1 1221:1 1224:3 1275:1 1321:2 1340:1 1345:1 1360:1 1413:1 1462:2 1514:1 1541:2 1542:1 1549:1 1557:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1664:1 1687:1 1691:1 1719:1 1753:2 1813:1 1837:1 1844:1 1849:2 1875:1 1883:2 1912:1 1930:2 1933:1 1976:1 1985:1 1998:1 2017:3 2140:1 2150:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2443:1 2499:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2603:1 2604:1 2612:1 2641:1 2684:1 2704:1 2737:2 2745:1 2771:1 2797:1 2803:1 2808:1 2823:1 2835:1 2839:1 2842:3 2844:1 2846:1 2848:6 2850:2 2851:1 2854:1 2870:1 2878:1 2883:1 2963:2 2995:2 3040:1 3075:1 3109:1 3147:2 3148:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:1 3319:1 3325:1 3381:1 3387:1 3408:1 3447:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3540:1 3609:4 3626:1 3640:1 3684:1 3685:6 3700:1 3710:2 3719:1 3727:1 3755:1 3842:1 3995:1 4064:1 4089:3 4097:4 4150:1 4158:1 4161:1 4195:1 4199:1 4224:1 4273:1 4280:1 4298:1 4350:1 4399:1 4441:1 4484:1 4538:1 4557:1 4561:1 4569:3 4575:3 4590:2 4595:2 4603:2 4636:2 4684:1 4697:2 4733:2 4750:1 4804:2 4824:1 4866:1 4890:2 4904:1 4945:1 5002:3 5038:1 5048:2 5061:1 5078:1 5089:1 5164:1 5183:1 5192:1 5233:1 5247:1 5260:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5473:1 5493:1 5529:3 5572:1 5582:1 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5764:1 5774:1 5779:3 5813:1 5822:1 5831:6 5848:1 5878:2 5917:2 5923:1 5926:1 5946:1 6039:4 6041:2 6071:1 6080:1 6097:1 6106:1 6182:1 6184:1 6206:1 6213:1 6236:1 6296:1 6312:1 6359:1 6395:1 6435:1 6478:1 6497:2 6525:1 6571:1 6582:1 6626:4 6631:1 6674:1 6726:1 6728:1 6736:1 6770:1 6785:1 6841:1 6843:1 6850:1 6892:1 6897:2 7003:1 7061:1 7099:2 7105:1 7108:1 7143:2 7149:1 7193:2 7268:1 7317:1 7318:1 7344:1 7361:1 7380:1 7392:1 7411:1 7497:1 7499:1 7500:1 7505:1 7507:1 7515:1 7543:1 7570:1 7571:1 7574:1 7577:1 7587:2 7598:1 7609:1 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7795:2 7866:1 7871:1 7880:1 7882:1 7904:1 7925:2 7927:1 7934:1 7936:4 7938:2 7947:4 7950:2 7952:1 7953:3 7955:1 7958:1 8012:2 8115:3 8119:1 8127:1 8141:6 8161:1 8260:1 8269:1 8279:1 8451:1 8456:1 8482:2 8520:1 8524:1 8554:3 8575:1 8606:1 8658:2 8672:1 8679:1 8724:1 8737:1 8746:1 8773:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9037:1 9062:1 9106:1 9158:1 9279:1 9284:1 9336:1 9349:1 9358:1 9374:2 9408:1 9425:2 9476:2 9583:4 9584:2 9651:19 9683:2 9688:3 9703:1 9834:1 9851:1 9906:1 9922:2 9929:1 9937:1 9970:1 10017:1 10091:2 10145:1 10163:1 10189:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:9 10387:1 10414:1 10437:1 10439:1 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10597:2 10599:1 10609:1 10620:1 10647:1 10657:1 10679:1 10707:1 10740:1 10742:1 10744:1 10751:1 10753:2 10754:1 10771:1 10808:1 10843:1 10894:2 10948:1 10957:1 10975:1 11009:1 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:1 11150:1 11168:1 11173:1 11174:1 11176:1 11182:1 11192:1 11222:2 11247:2 11262:2 11276:1 11295:1 11304:1 11327:1 11341:1 11351:1 11380:1 11410:2 11439:1 11483:1 11485:1 11509:1 11529:1 11532:1 11543:1 11587:1 11589:1 11600:1 11623:1 11665:1 11677:1 11688:1 11705:1 11739:1 11742:1 11850:1 11853:1 11856:1 11858:1 11873:1 11874:1 11909:1 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12066:1 12101:1 12113:1 12149:2 12163:1 12174:1 12196:1 12204:1 12207:1 12210:1 12250:1 12278:1 12347:1 12385:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:2 12482:1 12491:1 12496:1 12517:1 12580:1 12595:1 12614:2 12618:4 12630:1 12647:1 12650:1 12666:1 12697:1 12737:1 12851:1 12860:1 12892:1 12917:3 12970:1 12973:1 12974:1 13001:1 13029:1 13033:1 13034:1 13069:1 13095:3 13144:1 13163:1 13199:1 13259:1 13289:1 13332:1 13360:3 13365:1 13372:5 13427:1 13454:2 13468:1 13509:1 13510:1 13511:2 13565:1 13625:4 13641:2 13642:1 13651:1 13667:1 13672:1 13694:1 13756:1 13766:1 13767:1 13797:1 13802:1 13834:1 13842:1 13844:1 13848:2 13963:1 14026:1 14031:3 14036:2 14039:1 14055:1 14061:2 14121:1 14125:1 14139:1 14155:1 14222:1 14223:1 14230:1 14250:1 14264:1 14282:1 14292:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:5 14449:1 14488:1 14494:1 14499:1 14506:1 14513:3 14519:1 14523:1 14568:1 14575:6 14592:3 14603:1 14604:3 14627:1 14650:1 14764:1 14785:1 14794:2 14824:1 14830:3 14872:1 14934:1 14977:1 15002:1 15017:2 15039:1 15065:1 15116:2 15152:2 15268:1 15273:1 15281:1 15284:1 15355:1 15374:1 15382:1 15403:1 15445:1 15460:1 15469:1 15491:1 15500:2 15510:1 15594:2 15604:1 15613:1 15654:1 15692:1 15710:2 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15873:1 15876:1 15936:1 15951:1 15973:1 16037:1 16040:1 16103:1 16180:1 16194:1 16199:1 16235:1 16250:1 16262:1 16263:1 16264:1 16300:4 16345:1 16359:1 16364:1 16379:1 16384:1 16388:1 16411:3 16421:1 16474:1 16487:1 16497:1 16498:3 16523:1 16567:1 16598:1 16604:1 16623:1 16632:1 16642:1 16673:1 16732:1 16741:1 16768:1 16792:1 16855:2 16868:1 16881:1 16887:1 16907:1 16914:1 16969:1 16973:1 16975:1 16976:1 16993:1 16994:1 17004:1 17057:1 17108:1 17112:1 17140:1 17157:1 17159:1 17172:1 17173:1 17176:1 17199:1 17227:1 17231:1 17242:2 17272:1 17306:1 17334:2 17338:1 17349:1 17380:1 17386:1 17406:1 17407:1 17426:1 17440:1 17490:2 17526:2 17582:1 17607:1 17654:1 17665:1 17679:1 17745:1 17787:1 17800:1 17821:1 17825:1 17827:1 17835:4 17839:1 17840:2 17858:1 17860:1 17871:2 17872:1 17876:1 17884:1 17931:1 17962:1 17981:1 18002:2 18016:1 18027:1 18057:1 18071:1 18072:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18285:2 18310:1 18356:1 18359:3 18366:2 18385:1 18410:1 18448:1 18475:1 18485:1 18505:1 18510:1 18558:1 18580:1 18600:1 18612:2 18653:5 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18881:1 18913:1 18931:1 18948:1 18950:1 19011:1 19019:1 19045:1 19052:1 19106:2 19150:1 19208:1 19233:1 19256:1 19264:1 19268:1 19277:1 19322:1 19325:2 19341:2 19352:1 19358:1 19472:2 19488:1 19502:1 19505:1 19508:3 19511:1 19514:1 19538:2 19540:1 19541:1 19558:1 19563:1 19567:2 19576:1 19695:1 19699:1 19703:1 19708:1 19723:1 19770:1 19778:1 19801:3 19808:1 19859:1 19862:1 19879:1 19896:1 19901:2 19903:1 19904:1 19910:1 19926:1 19939:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20131:1 20138:1 20183:1 20208:1 20210:1 20214:1 20216:1 20219:1 20221:1 20230:2 20242:1 20315:1 20320:1 20324:2 20326:1 20332:2 20338:2 20343:1 20353:1 20381:1 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20474:1 20575:2 20665:1 20684:1 20686:1 20705:2 20711:1 20764:1 20797:2 20821:1 20832:6 20839:1 20844:1 20898:1 20902:1 20904:1 20905:1 21046:2 21124:1 21126:1 21163:1 21174:1 21199:1 21201:1 21245:1 21246:1 21253:1 21353:1 21373:1 21393:1 21411:1 21444:1 21446:2 21478:2 21524:1 21583:1 21606:1 21610:1 21667:1 21678:1 21751:3 21758:1 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21958:1 21978:1 21994:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22126:1 22158:1 22165:4 22181:1 22197:1 22199:1 22221:1 22232:1 22248:2 22249:2 22250:1 22253:1 22421:1 22462:1 22498:1 22521:1 22607:1 22657:1 22740:1 22746:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22837:1 22870:1 22871:1 22905:1 22918:1 23011:2 23045:1 23049:1 23073:1102 23077:1 23079:1 23083:2 23084:1 23099:1 23103:1 23105:1 23155:1 23157:1 23220:1 23238:1 23244:1 23271:1 23312:5 23326:1 23327:1 23353:1 23361:1 23364:1 23366:1 23425:3 23478:1 23538:2 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23859:1 23869:2 23901:1 24003:1 24010:1 24039:1 24050:2 24052:2 24058:1 24096:3 24110:1 24147:1 24169:2 24224:1 24267:1 24275:1 24281:1 24290:1 24324:5 24327:1 24353:1 24404:2 24461:1 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24597:1 24606:1 24647:1 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24769:1 24775:1 24776:1 24784:1 24826:3 24827:1 24853:1 24889:3 24896:1 24914:2 24917:2 24948:2 24983:2 25009:1 25015:3 25047:2 25050:1 25057:1 25079:1 25084:1 25087:1 25100:2 25115:2 25118:2 25125:1 25159:1 25185:1 25194:1 25210:1 25225:1 25229:1 25251:1 25311:1 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25536:1 25562:2 25595:3 25599:1 25620:1 25630:1 25657:1 25693:1 25736:1 25737:1 25738:1 25740:1 25742:1 25749:1 25759:1 25781:1 25782:1 25784:2 25819:1 25821:1 25828:1 25842:1 25925:1 25929:1 26026:1 26046:1 26055:1 26098:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26218:1 26239:1 26244:1 26259:1 26267:1 26286:1 26357:1 26390:1 26394:1 26432:1 26468:1 26470:2 26473:2 26489:1 26490:1 26542:1 26603:3 26617:2 26631:1 26633:1 26665:1 26681:1 26688:1 26741:1 26746:1 26767:2 26774:1 26781:1 26794:1 26831:1 26854:1 26877:3 26904:1 26932:2 26959:1 26999:1 27023:1 27057:1 27071:4 27122:1 27152:2 27155:2 27200:1 27230:1 27256:1 27263:1 27270:1 27311:1 27372:1 27439:1 27473:2 27554:4 27555:1 27597:1 27602:1 27629:1 27631:1 27671:1 27696:1 27697:1 27699:1 27747:1 27751:1 27765:1 27770:3 27801:1 27831:3 27834:2 27839:1 27846:1 27854:1 27868:1 27880:1 27908:1 27915:1 27917:1 27924:1 27926:3 27933:1 27940:2 27954:1 27961:2 27992:1 28015:1 28021:1 28074:3 28094:1 28095:2 28132:1 28137:1 28232:1 28294:3 28327:1 28349:1 28415:1 28429:2 28482:1 28542:1 28579:1 28585:2 28615:1 28643:1 28656:1 28684:1 28686:1 28704:1 28714:2 28764:2 28783:1 28798:1 28807:1 28815:3 28853:1 28872:1 28922:1 28934:1 28947:1 28974:1 28995:1 29006:1 29012:1 29033:1 29034:1 29092:1 29097:1 29122:1 29153:1 29175:2 29180:1 29243:1 29298:1 29332:1 29363:1 29374:1 29433:1 29480:1 29564:1 29606:1 29619:1 29652:1 29661:1 29713:1 29739:1 29756:1 29790:1 29811:1 29816:1 29817:2 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 30009:1 30025:2 30084:2 30105:1 30151:1 30192:2 30238:1 30267:1 30278:1 30292:1 30306:1 30316:2 30326:1 30333:3 30341:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30445:1 30446:1 30448:2 30454:1 30455:1 30461:1 30472:1 30496:2 30552:1 30556:1 30557:1 30567:3 30583:1 30596:1 30598:1 30617:1 30645:1 30654:6 30660:1 30673:1 30771:2 30793:1 30841:1 30849:1 30878:1 30881:1 30895:1 30907:1 30945:1 31006:1 31009:1 31014:1 31025:1 31043:3 31050:2 31082:1 31113:3 31115:6 31146:6 31162:1 31167:1 31174:1 31178:1 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31332:1 31364:2 31366:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31492:2 31526:1 31530:1 31548:1 31550:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31850:1 31867:1 31879:1 31929:1 31948:1 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32083:1 32112:1 32301:1 32315:1 32364:2 32367:2 32394:1 32458:1 32476:1 32500:1 32579:3 32584:2 32602:1 32618:2 32653:1 32700:1 32720:1 32741:1 32742:1 32761:2 32798:3 32812:1 32847:1 32894:1 33012:1 33060:1 33101:1 33137:1 33150:1 33154:6 33207:1 33248:1 33271:1 33281:1 33289:1 33321:1 33322:1 33325:1 33335:2 33350:1 33371:1 33416:1 33424:1 33428:1 33451:1 33466:1 33467:1 33478:1 33490:2 33492:1 33531:2 33539:2 33559:1 33561:1 33566:2 33578:1 33616:1 33617:1 33623:2 33626:1 33645:1 33664:2 33684:1 33692:1 33727:1 33796:4 33801:1 33827:1 33843:1 33865:2 33882:3 33884:1 33892:1 33897:1 33898:1 33900:1 33914:2 33915:1 33931:1 33937:1 33975:1 33985:3 33986:2 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34058:1 34075:1 34104:1 34115:1 34116:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34349:2 34350:1 34351:2 34380:1 34381:1 34391:1 34403:2 34409:2 34417:1 34422:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34584:1 34607:1 34625:1 34673:1 34674:1 34703:1 34724:1 34747:1 34766:2 34776:1 34800:2 34808:1 34815:1 34835:1 34849:1 34851:1 34868:1 34872:2 34929:7 34931:1 34934:1 34941:1 34965:1 34978:1 34992:1 34998:1 35001:1 35018:2 35023:1 35056:1 35076:1 35077:1 35094:1 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:2 35191:2 35198:1 35257:1 35259:1 35279:1 35301:1 35314:2 35326:1 35350:1 35384:1 35393:1 35426:1 35430:1 35446:1 35466:1 35480:2 35556:1 35577:1 35580:1 35600:1 35633:2 35660:1 35667:1 35712:1 35793:1 35830:1 35866:1 35881:1 35919:1 35934:1 35988:1 36039:1 36047:1 36068:1 36118:1 36151:1 36209:1 36214:1 36284:2 36327:1 36330:1 36345:2 36349:1 36353:1 36370:1 36401:1 36478:1 36488:2 36490:2 36498:1 36501:1 36503:1 36508:1 36509:1 36515:1 36517:5 36521:2 36531:1 36539:1 36548:1 36570:1 36601:2 36621:1 36641:1 36690:2 3 30:1 37:1 50:1 97:1 112:1 127:1 192:1 208:1 216:1 230:1 244:1 272:1 298:1 301:1 312:1 366:1 440:1 463:1 469:1 493:1 494:1 511:2 512:1 516:1 523:1 535:1 543:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 714:1 738:1 765:1 767:1 772:1 773:3 780:1 786:1 827:2 830:1 845:1 868:1 893:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1119:3 1127:1 1144:2 1149:2 1153:1 1162:1 1175:1 1221:1 1224:5 1275:1 1321:2 1340:1 1345:1 1360:1 1413:1 1462:2 1514:1 1541:2 1542:1 1549:1 1557:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1663:1 1664:1 1687:1 1691:1 1719:1 1729:1 1753:2 1813:1 1837:1 1844:1 1849:2 1875:1 1883:2 1912:1 1930:2 1933:1 1976:1 1985:1 1998:1 2017:3 2140:1 2150:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2443:1 2499:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2603:1 2604:1 2612:1 2632:1 2641:1 2670:1 2684:1 2704:1 2737:2 2745:1 2771:1 2797:1 2803:1 2808:1 2823:1 2833:1 2835:1 2839:1 2842:3 2844:1 2846:1 2848:6 2850:2 2851:1 2854:1 2870:1 2878:2 2883:1 2916:1 2963:2 2995:2 3038:1 3040:1 3075:2 3109:1 3147:2 3148:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:2 3319:1 3325:1 3381:1 3387:1 3408:1 3447:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3540:1 3609:4 3626:1 3634:1 3640:1 3684:1 3685:6 3700:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3995:1 4064:1 4089:3 4097:4 4150:1 4158:1 4161:1 4195:1 4199:1 4224:1 4273:1 4280:1 4298:1 4350:1 4399:1 4441:1 4481:1 4484:1 4538:1 4557:1 4561:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:2 4636:2 4656:1 4684:1 4697:2 4733:3 4750:1 4804:2 4824:1 4866:1 4869:1 4890:3 4904:1 4945:1 5002:3 5038:1 5048:2 5061:1 5078:1 5089:1 5164:1 5183:1 5192:1 5233:1 5247:2 5260:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5493:1 5529:3 5572:1 5582:1 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5764:1 5774:1 5779:4 5792:1 5813:1 5822:1 5831:6 5848:1 5878:3 5917:2 5923:1 5926:1 5946:1 6039:4 6041:2 6071:1 6080:1 6097:1 6106:1 6182:1 6184:1 6206:1 6213:1 6236:2 6296:1 6312:1 6359:1 6395:1 6412:1 6435:1 6478:1 6497:2 6525:1 6571:1 6582:1 6626:4 6631:1 6674:1 6726:1 6728:1 6736:1 6770:1 6785:1 6841:1 6843:1 6850:1 6892:1 6897:2 6997:1 7003:1 7061:1 7099:2 7105:1 7108:1 7143:2 7149:1 7165:1 7193:2 7268:1 7317:1 7318:1 7344:1 7361:1 7380:1 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7515:1 7541:1 7543:1 7570:1 7571:1 7574:1 7577:1 7587:2 7598:1 7609:1 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7795:2 7866:1 7871:1 7880:1 7882:1 7904:1 7925:2 7927:1 7934:1 7936:4 7938:2 7947:4 7950:2 7952:1 7953:4 7955:1 7958:1 8012:2 8055:1 8096:1 8115:3 8119:1 8127:1 8141:6 8161:1 8260:1 8269:1 8279:1 8451:1 8456:2 8482:2 8519:2 8520:1 8524:1 8554:3 8575:1 8606:1 8658:2 8672:1 8679:1 8719:1 8724:1 8737:1 8746:1 8773:1 8778:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9037:1 9062:1 9106:1 9158:1 9279:1 9284:1 9336:1 9349:1 9358:1 9374:2 9408:1 9425:2 9442:1 9476:2 9583:4 9584:2 9642:1 9645:1 9651:21 9683:2 9688:3 9703:1 9834:1 9851:1 9859:1 9906:1 9922:2 9929:1 9937:1 9970:1 9992:1 10017:1 10091:2 10145:1 10163:1 10189:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:9 10387:1 10414:1 10436:1 10437:1 10439:1 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10594:1 10597:2 10599:1 10609:1 10620:1 10647:1 10657:1 10679:1 10707:1 10740:1 10742:1 10744:1 10751:1 10753:2 10754:1 10760:1 10771:1 10808:1 10843:1 10894:2 10916:1 10948:1 10957:1 10975:1 11009:1 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:1 11150:1 11168:1 11173:1 11174:1 11176:1 11182:1 11192:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:1 11304:1 11327:1 11341:1 11351:1 11380:1 11410:2 11439:1 11483:1 11485:1 11509:1 11529:1 11532:1 11543:1 11574:1 11587:1 11589:1 11600:1 11623:2 11665:1 11677:1 11688:1 11705:1 11739:1 11742:2 11850:1 11853:1 11856:1 11858:1 11873:1 11874:1 11909:1 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12066:1 12101:1 12113:1 12149:2 12163:1 12174:1 12196:1 12204:1 12207:1 12210:1 12250:1 12278:1 12347:1 12385:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:3 12482:1 12491:1 12496:1 12517:1 12538:1 12580:1 12595:1 12614:2 12618:4 12630:1 12647:1 12650:1 12666:1 12697:1 12737:1 12851:1 12860:1 12892:1 12917:3 12970:1 12973:1 12974:1 12975:1 13001:1 13029:1 13033:1 13034:1 13044:1 13069:1 13095:3 13144:1 13163:1 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:6 13427:1 13454:2 13468:1 13509:1 13510:1 13511:2 13565:1 13625:4 13641:2 13642:1 13651:1 13667:1 13672:1 13694:1 13756:1 13766:1 13767:1 13797:1 13802:1 13834:1 13842:1 13844:1 13848:2 13963:1 14026:1 14031:3 14036:2 14039:1 14055:1 14061:2 14121:1 14125:1 14139:1 14155:1 14222:2 14223:1 14230:1 14250:1 14264:1 14282:1 14292:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:5 14449:1 14459:1 14464:1 14468:1 14488:1 14494:1 14499:1 14506:1 14513:3 14519:1 14523:1 14568:1 14575:6 14583:1 14592:3 14603:1 14604:3 14627:1 14650:1 14764:1 14785:1 14794:2 14824:1 14830:3 14872:1 14899:1 14926:1 14934:1 14977:1 15002:1 15017:2 15039:1 15065:1 15116:2 15152:3 15268:1 15273:1 15281:1 15284:1 15355:1 15374:1 15382:1 15403:1 15445:1 15460:1 15469:1 15491:1 15500:2 15510:1 15594:3 15604:1 15613:1 15654:1 15692:1 15710:2 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15873:1 15876:1 15936:1 15951:1 15973:1 16037:1 16040:1 16103:1 16180:1 16194:1 16199:1 16235:1 16247:1 16250:1 16262:1 16263:1 16264:1 16300:4 16345:1 16359:1 16364:1 16379:2 16384:1 16388:1 16411:3 16421:1 16429:1 16474:1 16487:2 16497:1 16498:4 16523:1 16567:1 16598:1 16604:2 16623:1 16632:1 16642:1 16673:1 16732:1 16741:1 16768:1 16792:1 16855:2 16868:1 16881:1 16887:2 16907:1 16914:1 16969:1 16973:1 16975:1 16976:1 16993:1 16994:1 17004:1 17057:2 17108:1 17112:1 17140:1 17157:1 17159:1 17172:2 17173:1 17176:1 17199:1 17227:1 17231:1 17242:2 17272:1 17300:1 17306:1 17334:2 17338:1 17349:1 17380:1 17386:1 17406:1 17407:1 17426:1 17440:1 17490:2 17526:2 17541:1 17582:1 17607:2 17654:1 17665:2 17679:1 17694:1 17743:1 17745:1 17787:2 17800:1 17821:1 17825:1 17827:1 17835:4 17839:1 17840:2 17858:1 17860:2 17871:2 17872:1 17876:1 17884:1 17931:1 17962:1 17981:1 18002:2 18016:1 18027:1 18057:1 18071:1 18072:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18285:2 18310:1 18356:1 18359:3 18366:2 18384:1 18385:1 18410:2 18448:1 18475:1 18485:1 18505:1 18510:1 18558:1 18580:1 18600:1 18601:1 18612:2 18653:5 18660:1 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18767:1 18881:1 18913:1 18931:1 18948:1 18950:1 19011:2 19019:1 19045:1 19052:1 19106:2 19150:1 19208:1 19233:1 19256:1 19264:1 19268:1 19277:1 19322:1 19325:2 19341:2 19352:1 19358:1 19472:2 19488:1 19502:1 19505:1 19508:3 19511:1 19514:1 19538:2 19540:1 19541:1 19558:1 19563:3 19567:2 19576:1 19695:1 19699:1 19703:1 19708:1 19723:1 19770:1 19778:1 19801:3 19808:1 19859:1 19862:1 19879:1 19896:1 19901:3 19903:1 19904:1 19910:1 19926:1 19939:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20131:1 20138:1 20183:1 20208:1 20210:1 20214:1 20216:1 20219:1 20221:1 20230:2 20242:1 20315:1 20320:1 20324:2 20326:1 20332:2 20338:2 20343:1 20353:1 20381:1 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20474:1 20575:2 20665:1 20684:1 20686:1 20705:2 20711:1 20756:1 20764:1 20797:2 20821:1 20832:6 20839:1 20844:1 20898:1 20902:1 20904:1 20905:1 21046:3 21124:1 21126:1 21163:1 21174:1 21196:1 21199:1 21201:1 21245:1 21246:1 21253:1 21353:1 21373:1 21393:1 21411:1 21444:1 21446:2 21478:2 21524:1 21583:1 21606:1 21610:1 21667:1 21678:1 21728:1 21737:1 21751:3 21758:1 21761:1 21865:1 21890:1 21903:1 21924:1 21928:1 21958:1 21978:1 21994:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22158:1 22165:4 22178:1 22181:1 22191:1 22197:1 22199:1 22221:1 22229:1 22232:1 22248:2 22249:2 22250:1 22253:1 22421:1 22462:1 22498:1 22521:1 22607:1 22657:1 22740:1 22746:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22837:1 22870:1 22871:1 22905:1 22918:1 23011:2 23045:1 23049:1 23073:1181 23077:1 23079:1 23083:2 23084:1 23099:1 23103:1 23105:1 23155:1 23157:1 23220:1 23229:1 23238:1 23244:1 23271:1 23312:5 23326:1 23327:1 23353:1 23361:1 23364:2 23366:1 23425:3 23478:1 23538:2 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23859:1 23869:2 23901:1 23966:1 24003:1 24010:1 24039:1 24050:2 24052:2 24058:1 24096:3 24110:1 24147:1 24169:2 24224:1 24237:1 24267:2 24275:1 24281:1 24290:1 24324:5 24327:1 24353:1 24404:2 24461:1 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:1 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24769:1 24775:1 24776:1 24784:1 24826:3 24827:1 24853:1 24889:3 24896:1 24914:2 24917:2 24948:2 24983:2 25009:1 25015:3 25047:2 25050:1 25057:1 25079:1 25084:1 25087:1 25100:2 25115:2 25118:2 25125:1 25159:1 25185:1 25194:1 25210:1 25225:1 25229:1 25251:1 25311:1 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25536:1 25562:2 25575:1 25595:3 25599:1 25620:1 25630:1 25641:1 25657:1 25693:1 25736:1 25737:1 25738:1 25740:1 25742:1 25749:1 25759:1 25781:1 25782:1 25784:3 25819:1 25821:1 25828:1 25842:1 25925:1 25929:1 26026:1 26046:1 26055:1 26092:1 26098:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26218:1 26239:1 26244:1 26259:1 26267:1 26286:1 26357:1 26390:1 26394:1 26432:1 26468:1 26470:2 26473:2 26489:1 26490:1 26542:1 26603:3 26616:1 26617:2 26631:1 26633:1 26665:1 26681:1 26688:1 26730:1 26741:1 26746:1 26749:1 26767:2 26774:1 26781:1 26794:1 26831:1 26854:1 26877:4 26904:1 26932:2 26959:1 26999:1 27023:1 27057:1 27071:4 27122:1 27152:2 27155:2 27200:2 27230:1 27256:1 27263:1 27270:1 27311:1 27318:1 27354:1 27372:1 27439:1 27473:2 27554:4 27555:1 27597:1 27602:1 27629:1 27630:1 27631:1 27671:1 27696:1 27697:2 27699:1 27747:1 27751:1 27765:1 27770:3 27801:1 27831:3 27834:2 27839:1 27846:1 27854:1 27868:1 27880:1 27908:1 27915:1 27917:1 27924:1 27926:3 27933:1 27940:2 27954:2 27961:2 27992:1 28015:1 28021:1 28074:3 28094:1 28095:2 28132:1 28137:1 28232:1 28294:4 28327:1 28349:1 28411:1 28415:1 28424:1 28429:2 28482:1 28504:1 28542:1 28579:1 28585:2 28615:1 28643:1 28656:1 28684:1 28686:1 28704:1 28714:2 28764:2 28783:1 28798:1 28807:1 28815:3 28853:1 28872:1 28922:1 28934:1 28947:1 28974:1 28995:1 29006:1 29012:1 29033:1 29034:1 29092:1 29097:1 29122:1 29153:1 29158:1 29175:2 29180:1 29243:1 29298:1 29332:1 29363:1 29374:1 29433:1 29480:1 29564:1 29606:1 29619:1 29652:1 29661:1 29713:1 29739:1 29756:1 29790:1 29811:1 29816:1 29817:2 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 30009:1 30025:2 30084:2 30105:1 30151:1 30192:2 30238:2 30267:1 30278:1 30292:1 30306:1 30316:2 30326:1 30333:3 30341:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30454:2 30455:1 30461:1 30472:1 30496:2 30552:1 30556:1 30557:1 30567:3 30583:1 30596:1 30598:1 30617:1 30645:1 30654:6 30660:2 30673:1 30771:2 30793:1 30841:1 30849:1 30878:1 30881:1 30895:1 30907:1 30945:1 31006:1 31009:1 31014:1 31025:1 31043:3 31050:2 31082:1 31113:3 31115:7 31128:1 31146:6 31162:1 31167:1 31174:1 31178:1 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31332:1 31364:2 31366:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31492:2 31526:1 31530:2 31548:1 31550:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31850:1 31867:1 31879:1 31899:1 31929:1 31948:1 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32083:1 32112:1 32301:1 32315:1 32364:2 32367:2 32394:1 32458:1 32476:1 32500:1 32579:3 32584:3 32602:1 32618:2 32653:1 32700:1 32720:1 32741:1 32742:1 32761:2 32798:3 32812:1 32847:1 32894:1 33012:1 33060:1 33101:1 33137:1 33150:1 33154:6 33207:1 33248:1 33271:1 33281:1 33289:1 33304:1 33321:1 33322:1 33325:1 33335:2 33350:1 33371:1 33407:1 33416:1 33424:2 33428:1 33451:1 33466:1 33467:1 33478:1 33490:2 33492:1 33531:2 33539:2 33559:1 33561:1 33566:2 33578:1 33616:1 33617:1 33618:1 33623:2 33626:1 33645:1 33664:2 33684:1 33692:1 33727:1 33796:4 33801:1 33827:1 33843:1 33865:2 33882:3 33884:1 33892:1 33897:1 33898:1 33900:1 33906:1 33914:2 33915:1 33931:1 33937:1 33975:1 33985:3 33986:2 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34058:1 34075:1 34104:1 34115:1 34116:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34349:2 34350:1 34351:2 34380:1 34381:1 34391:1 34403:2 34409:2 34417:1 34422:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34584:1 34607:1 34625:1 34669:1 34673:1 34674:1 34703:1 34724:1 34747:1 34766:2 34776:1 34800:2 34808:1 34815:1 34835:1 34849:1 34851:1 34868:1 34872:2 34929:8 34931:1 34934:1 34941:1 34965:1 34978:1 34992:1 34998:1 35001:1 35018:2 35023:1 35056:1 35076:1 35077:1 35094:1 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:2 35191:2 35198:1 35257:1 35259:1 35279:1 35301:1 35314:2 35326:1 35350:2 35384:1 35393:1 35426:1 35430:1 35446:1 35466:1 35480:2 35556:1 35577:1 35580:1 35600:1 35633:2 35660:1 35667:1 35712:1 35793:1 35830:1 35866:1 35881:1 35919:1 35934:1 35988:1 36039:1 36047:1 36068:1 36118:1 36151:1 36200:1 36209:1 36214:1 36284:2 36327:1 36330:1 36345:2 36349:1 36353:1 36360:1 36370:1 36401:1 36429:1 36478:1 36488:2 36490:2 36498:1 36501:1 36503:1 36508:1 36509:1 36515:1 36517:5 36521:2 36529:1 36531:1 36539:1 36548:1 36570:1 36601:2 36621:1 36641:1 36690:2 36691:1 3 30:1 37:1 50:1 97:1 112:1 127:1 192:1 208:1 216:1 230:1 244:1 272:1 298:1 301:2 312:1 366:1 440:1 463:1 469:2 493:1 494:1 511:2 512:1 516:1 523:2 535:1 543:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 714:1 738:1 765:1 767:1 772:1 773:3 780:1 786:1 811:1 827:2 830:1 845:1 868:1 893:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1119:3 1127:1 1144:3 1149:2 1153:1 1162:1 1167:1 1175:1 1221:1 1224:6 1275:1 1321:2 1340:1 1345:1 1360:1 1387:1 1398:1 1413:1 1462:2 1511:1 1514:1 1541:2 1542:1 1549:1 1557:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1663:1 1664:1 1687:1 1691:1 1692:1 1719:1 1729:1 1753:2 1813:1 1837:1 1844:1 1849:3 1875:1 1883:3 1912:1 1930:2 1933:1 1976:1 1985:1 1998:1 2017:3 2140:1 2150:1 2170:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2443:1 2499:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2603:1 2604:1 2612:1 2632:2 2641:1 2670:1 2684:1 2704:1 2725:1 2737:2 2745:1 2771:1 2797:1 2803:1 2808:1 2822:1 2823:1 2833:2 2835:1 2839:1 2842:3 2844:1 2846:1 2848:6 2850:2 2851:1 2854:1 2870:1 2878:2 2883:1 2916:1 2963:2 2974:1 2995:2 3038:1 3040:1 3075:2 3109:1 3147:2 3148:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:2 3319:1 3325:1 3381:1 3387:1 3408:1 3447:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3540:1 3609:4 3626:1 3634:1 3640:1 3654:1 3684:1 3685:6 3697:1 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3995:1 4064:1 4089:3 4097:4 4150:1 4158:1 4161:1 4195:1 4199:1 4224:1 4235:1 4273:1 4280:1 4298:1 4350:1 4399:1 4441:1 4481:1 4484:1 4538:1 4557:1 4561:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:2 4636:2 4656:1 4684:1 4697:2 4733:3 4750:1 4804:2 4824:1 4866:1 4869:1 4890:3 4904:1 4945:1 4996:1 5002:3 5038:1 5048:2 5061:1 5078:1 5089:1 5164:2 5183:1 5192:1 5233:1 5247:2 5260:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5529:3 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5764:1 5774:1 5779:5 5792:1 5813:1 5821:1 5822:1 5831:7 5848:1 5878:3 5917:2 5923:1 5926:1 5946:1 6039:4 6041:2 6071:1 6080:1 6097:1 6106:1 6182:1 6184:1 6206:1 6213:1 6236:2 6296:1 6312:1 6359:1 6395:1 6412:1 6435:1 6478:1 6497:2 6525:1 6571:1 6582:1 6626:4 6631:1 6674:1 6726:1 6728:1 6736:1 6770:1 6785:1 6841:1 6843:1 6850:1 6892:1 6897:2 6997:1 7003:1 7061:1 7099:3 7105:1 7108:1 7143:2 7149:1 7165:1 7193:3 7268:1 7317:1 7318:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7541:1 7543:1 7570:1 7571:1 7574:1 7577:1 7587:2 7598:1 7609:1 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7795:2 7866:1 7871:1 7880:2 7882:1 7904:1 7925:2 7927:1 7934:1 7936:5 7938:2 7947:4 7950:2 7952:1 7953:4 7955:1 7958:1 8012:2 8055:1 8096:1 8115:3 8119:1 8127:1 8141:6 8161:1 8201:1 8260:1 8269:1 8279:1 8451:1 8456:2 8482:2 8519:2 8520:1 8524:1 8554:3 8575:1 8606:1 8614:1 8658:2 8672:1 8679:1 8719:1 8724:1 8737:1 8746:1 8767:1 8773:1 8778:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9037:1 9062:1 9106:1 9109:1 9158:1 9279:1 9284:1 9336:1 9349:1 9358:1 9374:2 9408:1 9425:2 9442:1 9476:3 9583:5 9584:2 9611:1 9638:1 9642:1 9645:1 9651:22 9683:2 9688:3 9703:1 9834:1 9851:1 9859:1 9906:1 9922:2 9929:1 9937:1 9970:1 9992:1 10017:1 10091:2 10145:1 10163:1 10189:1 10194:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:9 10387:1 10414:1 10436:1 10437:1 10439:1 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10594:1 10597:2 10599:1 10609:1 10620:1 10630:1 10647:1 10657:1 10679:1 10707:1 10740:1 10742:1 10744:1 10751:1 10753:2 10754:1 10760:1 10771:1 10808:1 10843:2 10894:2 10916:1 10948:1 10957:1 10975:1 11009:2 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:2 11150:2 11168:1 11173:1 11174:1 11176:1 11182:1 11192:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:1 11304:1 11327:1 11341:1 11351:1 11380:1 11410:2 11439:1 11483:1 11485:1 11509:1 11529:1 11532:1 11543:1 11574:1 11587:1 11589:1 11600:1 11623:2 11665:1 11677:1 11688:1 11705:1 11739:1 11742:2 11850:1 11853:1 11856:1 11858:1 11873:1 11874:1 11887:1 11909:1 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12066:1 12101:1 12113:1 12149:2 12163:1 12174:1 12196:1 12204:1 12207:1 12210:1 12250:1 12278:1 12347:1 12381:2 12385:2 12397:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:3 12482:1 12491:1 12496:1 12517:1 12538:1 12580:1 12595:1 12614:2 12618:4 12630:1 12647:1 12650:1 12666:1 12697:1 12737:1 12851:1 12860:1 12892:1 12917:3 12970:1 12973:1 12974:1 12975:1 13001:1 13029:1 13033:1 13034:1 13044:1 13069:1 13095:3 13144:1 13163:1 13198:1 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:8 13427:1 13454:2 13468:1 13509:1 13510:1 13511:2 13565:1 13619:2 13625:4 13641:2 13642:1 13651:1 13667:1 13672:1 13694:1 13756:1 13766:1 13767:1 13790:1 13794:1 13797:1 13802:1 13828:1 13834:2 13842:1 13844:1 13848:2 13864:1 13963:1 14026:1 14031:4 14036:2 14039:1 14055:1 14061:2 14121:1 14125:1 14139:1 14155:1 14160:1 14222:2 14223:1 14230:1 14250:1 14264:1 14282:1 14292:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:6 14449:1 14459:1 14464:1 14468:1 14488:1 14494:1 14499:2 14506:1 14513:3 14519:1 14523:1 14568:1 14575:6 14583:1 14592:3 14603:1 14604:3 14627:1 14650:1 14764:1 14785:1 14794:2 14824:1 14830:4 14872:1 14899:1 14926:1 14934:1 14977:1 15002:1 15017:3 15039:1 15065:1 15116:2 15152:3 15268:1 15273:1 15281:1 15284:1 15355:1 15374:1 15382:1 15403:1 15445:1 15460:1 15469:1 15491:1 15500:2 15510:1 15594:3 15604:1 15613:1 15654:1 15684:1 15692:1 15710:2 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15873:1 15876:1 15936:1 15951:1 15973:1 16037:1 16040:1 16103:1 16180:1 16194:1 16199:1 16235:1 16247:1 16250:1 16262:2 16263:1 16264:1 16300:4 16345:1 16359:1 16364:1 16379:2 16384:1 16388:1 16411:3 16421:1 16429:1 16474:1 16487:2 16497:1 16498:5 16523:1 16567:1 16598:1 16604:2 16606:1 16619:1 16623:1 16632:1 16642:1 16673:1 16732:1 16735:1 16741:1 16768:1 16792:1 16855:2 16868:1 16881:1 16887:2 16907:1 16914:2 16969:1 16973:1 16975:1 16976:1 16986:1 16993:2 16994:1 17004:1 17057:2 17108:1 17112:1 17140:1 17157:1 17159:1 17172:2 17173:1 17176:1 17199:1 17227:1 17231:1 17242:2 17272:1 17300:1 17306:1 17334:2 17338:1 17349:1 17380:1 17386:1 17406:1 17407:1 17426:1 17440:1 17457:1 17490:2 17526:2 17541:1 17582:1 17607:2 17654:1 17665:2 17679:1 17694:1 17743:1 17745:1 17787:2 17800:1 17821:1 17825:1 17827:1 17835:5 17839:1 17840:2 17858:1 17860:2 17871:2 17872:1 17876:1 17884:1 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18057:1 18071:1 18072:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18285:2 18294:1 18310:1 18356:2 18359:4 18366:2 18384:1 18385:1 18410:2 18448:1 18475:1 18485:1 18505:1 18510:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:2 18615:1 18653:5 18660:1 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18767:1 18799:1 18881:1 18913:1 18931:1 18948:1 18950:1 19011:2 19019:1 19045:1 19052:1 19106:2 19150:1 19208:1 19233:1 19256:1 19264:1 19268:1 19277:1 19322:1 19325:2 19341:2 19352:1 19358:1 19364:1 19472:2 19488:1 19502:1 19505:1 19508:4 19511:1 19514:1 19538:2 19540:1 19541:1 19546:1 19558:1 19563:3 19567:2 19576:1 19695:1 19699:1 19703:1 19708:1 19723:1 19770:1 19778:1 19801:4 19808:1 19859:1 19862:1 19879:1 19896:1 19901:3 19903:1 19904:1 19910:1 19926:1 19939:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20131:1 20138:1 20183:1 20208:1 20210:1 20214:1 20216:1 20219:1 20221:1 20230:2 20242:1 20315:1 20320:1 20324:2 20326:1 20332:2 20338:2 20343:1 20353:1 20381:1 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20575:2 20665:1 20684:1 20686:1 20705:2 20711:1 20756:1 20764:1 20797:2 20821:1 20832:6 20839:1 20844:1 20898:1 20902:1 20904:1 20905:1 21046:3 21124:1 21126:1 21163:1 21174:1 21196:1 21199:1 21201:1 21245:1 21246:1 21253:1 21353:1 21373:1 21393:1 21411:1 21444:1 21446:2 21478:2 21524:1 21583:1 21606:1 21610:1 21667:1 21678:1 21728:1 21737:1 21751:3 21758:1 21761:1 21841:1 21865:1 21890:1 21903:1 21924:1 21928:1 21958:1 21978:1 21994:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22158:1 22165:4 22178:1 22181:1 22191:1 22197:2 22199:1 22212:1 22221:1 22229:1 22232:1 22248:2 22249:2 22250:1 22253:1 22365:1 22403:1 22421:1 22462:1 22498:1 22521:1 22607:1 22657:1 22722:1 22740:1 22746:1 22758:1 22783:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22837:1 22854:1 22870:1 22871:1 22905:1 22918:1 23011:2 23045:1 23049:1 23073:1272 23077:1 23079:1 23083:3 23084:1 23089:1 23099:1 23103:1 23105:1 23155:1 23157:1 23220:1 23229:1 23238:1 23244:1 23271:1 23312:5 23326:1 23327:1 23353:1 23361:1 23364:2 23366:1 23425:3 23478:1 23538:3 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23859:1 23869:2 23901:1 23966:1 24003:1 24010:1 24039:1 24050:2 24052:2 24058:1 24096:3 24110:1 24147:1 24169:2 24224:1 24226:1 24237:1 24267:2 24275:1 24281:1 24290:1 24324:5 24327:1 24353:1 24404:2 24461:1 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:1 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24769:1 24775:1 24776:1 24784:1 24826:4 24827:1 24853:1 24889:3 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 25009:1 25015:3 25047:2 25050:1 25054:1 25057:1 25079:1 25084:1 25087:1 25100:2 25115:2 25118:2 25125:1 25159:1 25185:1 25194:1 25210:1 25217:1 25225:1 25229:1 25251:1 25311:1 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25536:1 25562:2 25575:1 25595:3 25599:1 25620:1 25630:1 25641:1 25657:1 25693:1 25736:1 25737:1 25738:1 25740:1 25742:1 25749:1 25750:1 25759:1 25781:1 25782:1 25784:3 25803:1 25819:1 25821:1 25828:1 25842:1 25925:1 25929:2 26026:1 26046:1 26055:1 26092:1 26098:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26218:1 26239:1 26244:1 26259:1 26267:1 26286:1 26357:1 26390:1 26394:1 26432:1 26464:1 26468:1 26470:3 26473:2 26489:1 26490:1 26542:1 26545:1 26603:3 26616:1 26617:2 26631:1 26633:1 26665:1 26681:1 26688:1 26730:1 26741:1 26746:1 26749:1 26767:2 26774:1 26781:1 26792:1 26794:1 26831:1 26854:1 26877:4 26904:1 26932:2 26959:1 26999:1 27023:1 27057:2 27071:4 27122:1 27152:2 27155:2 27200:2 27229:1 27230:1 27256:1 27263:1 27270:1 27311:1 27318:1 27354:1 27372:1 27439:1 27473:2 27554:4 27555:1 27597:1 27602:1 27629:1 27630:1 27631:1 27671:1 27696:1 27697:2 27699:1 27747:1 27751:1 27752:1 27765:1 27770:3 27801:1 27831:3 27834:2 27839:1 27846:1 27852:1 27854:1 27868:1 27880:1 27908:1 27915:1 27917:1 27924:1 27926:3 27933:1 27940:2 27954:2 27955:1 27961:2 27992:1 28015:1 28021:1 28062:1 28074:3 28094:1 28095:2 28110:1 28132:1 28137:1 28232:1 28294:5 28314:1 28327:1 28349:1 28411:1 28415:1 28424:1 28429:2 28482:1 28504:1 28542:1 28563:1 28579:1 28585:2 28615:1 28642:1 28643:1 28656:1 28684:1 28686:1 28704:1 28714:2 28764:2 28783:1 28798:1 28801:1 28807:1 28815:3 28853:1 28872:1 28922:1 28934:1 28947:1 28974:1 28995:1 29006:1 29012:2 29033:1 29034:1 29092:1 29097:1 29110:1 29122:1 29153:1 29154:1 29158:1 29175:2 29180:1 29243:1 29298:1 29332:1 29363:1 29374:1 29433:1 29440:1 29468:1 29480:1 29504:1 29564:1 29606:1 29619:1 29629:1 29652:1 29661:1 29701:1 29713:1 29739:1 29756:1 29790:1 29811:2 29816:1 29817:2 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 30009:1 30025:2 30072:1 30084:2 30105:1 30151:1 30192:2 30238:2 30256:1 30267:1 30278:1 30292:1 30306:1 30316:2 30326:1 30333:3 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30454:2 30455:1 30461:1 30472:1 30496:2 30511:1 30552:1 30556:1 30557:1 30567:3 30583:1 30596:1 30598:1 30617:1 30645:1 30654:6 30660:2 30673:1 30674:1 30679:1 30771:2 30793:1 30799:1 30841:1 30849:1 30878:1 30881:1 30895:1 30907:1 30945:1 31006:1 31009:1 31014:1 31025:1 31043:3 31050:2 31074:1 31082:1 31113:4 31115:8 31128:1 31146:6 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31332:1 31364:2 31366:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31488:1 31492:2 31526:1 31530:2 31548:1 31550:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31948:2 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32083:3 32112:1 32301:1 32315:1 32364:2 32367:2 32394:1 32458:1 32476:1 32489:1 32500:1 32579:3 32584:3 32602:1 32618:2 32653:1 32700:1 32720:1 32741:1 32742:1 32761:3 32798:4 32812:1 32847:1 32894:1 33012:1 33060:1 33101:1 33137:1 33150:1 33154:6 33207:1 33248:1 33271:1 33281:1 33289:1 33304:1 33321:1 33322:1 33325:1 33335:2 33350:1 33371:2 33407:1 33416:1 33424:2 33428:1 33451:1 33466:1 33467:1 33478:1 33490:2 33492:1 33531:2 33539:2 33559:1 33561:1 33566:2 33569:1 33578:1 33616:1 33617:1 33618:1 33623:2 33626:1 33645:1 33664:2 33684:1 33686:1 33692:1 33727:1 33796:4 33801:1 33827:1 33843:1 33865:2 33882:4 33884:1 33892:1 33897:1 33898:1 33900:1 33906:1 33914:2 33915:1 33931:1 33937:1 33939:1 33975:1 33985:3 33986:2 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34058:1 34075:1 34104:1 34115:1 34116:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34349:2 34350:1 34351:2 34380:1 34381:1 34391:1 34403:2 34409:2 34417:1 34422:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34584:1 34607:1 34625:1 34669:1 34673:1 34674:1 34703:1 34724:1 34747:1 34766:2 34776:2 34800:2 34808:1 34815:1 34835:1 34849:1 34851:1 34868:1 34872:2 34929:8 34931:1 34934:1 34941:1 34965:2 34978:1 34992:1 34998:1 35001:1 35018:2 35023:1 35056:1 35076:1 35077:1 35094:1 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:3 35191:2 35198:1 35257:1 35259:1 35279:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35446:1 35466:1 35480:2 35554:1 35556:1 35577:1 35580:1 35600:1 35633:2 35660:1 35667:1 35687:1 35691:1 35712:1 35793:1 35830:1 35866:2 35881:1 35919:1 35934:1 35988:1 36039:1 36047:1 36068:1 36118:1 36151:1 36200:1 36209:1 36214:1 36284:2 36327:1 36330:1 36345:2 36349:1 36353:1 36360:1 36370:1 36383:1 36401:1 36429:1 36453:1 36478:1 36488:2 36490:2 36498:1 36501:1 36503:1 36508:1 36509:1 36515:1 36517:6 36521:2 36529:1 36531:1 36539:1 36548:1 36570:1 36601:2 36621:1 36641:1 36690:2 36691:1 3 30:1 37:1 50:1 89:1 97:1 112:1 127:1 160:1 192:1 208:1 216:1 230:1 244:1 272:1 298:1 301:2 312:1 366:1 440:1 441:1 463:1 469:2 493:1 494:1 511:3 512:1 516:2 523:2 535:2 543:1 544:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 714:1 738:2 765:1 767:1 772:1 773:4 780:1 786:1 811:1 827:2 830:1 845:1 868:1 893:1 960:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1119:3 1127:1 1133:1 1144:3 1149:2 1153:1 1162:1 1167:1 1175:1 1221:1 1224:6 1272:1 1275:1 1315:1 1321:2 1340:1 1345:1 1360:1 1387:1 1398:1 1413:1 1462:2 1486:1 1511:1 1514:1 1538:1 1541:2 1542:1 1549:1 1557:1 1560:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1663:1 1664:1 1687:1 1691:1 1692:1 1719:1 1729:1 1753:2 1797:1 1813:1 1837:1 1844:1 1847:1 1849:3 1875:1 1883:3 1912:1 1930:2 1933:1 1976:1 1985:1 1998:1 2011:1 2017:3 2062:1 2140:1 2150:1 2170:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2360:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2443:1 2499:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2603:1 2604:1 2612:1 2632:2 2641:1 2670:1 2684:1 2704:1 2725:1 2737:2 2745:1 2771:1 2797:1 2803:1 2808:1 2822:1 2823:1 2833:2 2835:1 2839:1 2842:3 2844:1 2846:1 2848:6 2850:2 2851:1 2854:1 2870:1 2878:2 2883:1 2916:1 2963:2 2974:1 2995:2 3038:1 3040:1 3075:2 3109:1 3147:2 3148:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:2 3319:1 3325:1 3381:1 3387:1 3408:1 3447:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3540:1 3566:1 3599:1 3609:4 3626:1 3634:1 3640:1 3654:1 3684:1 3685:6 3697:3 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3995:1 4064:1 4089:3 4097:5 4150:1 4158:1 4161:1 4195:1 4199:1 4224:1 4235:1 4273:1 4280:1 4298:1 4350:1 4388:1 4399:1 4441:1 4450:1 4478:1 4481:1 4484:1 4538:1 4557:1 4561:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:2 4636:2 4643:1 4656:1 4684:1 4693:1 4697:2 4733:3 4750:1 4804:2 4824:1 4866:1 4869:1 4890:3 4904:1 4945:1 4996:1 5002:3 5038:1 5048:2 5061:1 5078:1 5089:1 5164:2 5183:1 5192:1 5233:1 5247:2 5260:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:4 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5715:2 5717:1 5720:1 5727:1 5762:1 5764:1 5774:1 5779:5 5792:1 5813:1 5821:1 5822:1 5831:7 5848:1 5878:3 5917:2 5923:1 5926:1 5946:1 6039:4 6041:2 6071:1 6080:1 6097:1 6106:1 6120:1 6182:1 6184:1 6204:1 6206:1 6213:1 6216:1 6236:2 6296:1 6312:1 6358:1 6359:1 6395:1 6412:1 6435:1 6478:1 6497:2 6510:1 6525:1 6571:1 6582:1 6626:4 6631:1 6674:1 6726:1 6728:1 6736:1 6770:1 6785:1 6841:1 6843:1 6850:1 6853:1 6892:1 6897:2 6997:1 7003:1 7061:1 7099:3 7105:1 7108:1 7143:2 7149:1 7165:1 7193:3 7268:1 7317:1 7318:1 7331:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7541:1 7543:1 7569:1 7570:1 7571:1 7574:1 7577:1 7583:1 7587:2 7598:1 7609:2 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7795:2 7825:1 7866:1 7871:1 7880:2 7882:1 7904:1 7925:2 7927:1 7934:1 7936:5 7938:2 7947:4 7950:2 7952:2 7953:4 7955:1 7958:1 8012:2 8055:1 8096:1 8115:3 8119:1 8127:1 8141:6 8161:1 8201:1 8260:1 8269:1 8279:2 8451:1 8456:2 8482:2 8519:2 8520:1 8524:1 8554:3 8575:1 8606:1 8614:1 8658:2 8672:1 8679:1 8719:1 8724:1 8737:1 8746:1 8767:1 8773:1 8778:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9037:1 9062:1 9106:1 9109:1 9158:1 9279:1 9284:1 9336:1 9349:1 9358:1 9374:2 9408:1 9425:2 9442:1 9476:3 9583:5 9584:2 9609:1 9611:1 9638:1 9641:1 9642:1 9645:1 9651:22 9683:2 9688:3 9697:1 9703:1 9834:1 9836:1 9841:1 9851:1 9859:1 9906:1 9922:2 9929:1 9937:1 9970:1 9992:1 10017:1 10086:1 10091:2 10145:1 10155:1 10163:1 10189:1 10194:1 10228:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:9 10387:1 10414:1 10436:1 10437:1 10439:1 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10594:1 10597:2 10599:1 10609:1 10620:1 10630:1 10647:2 10657:1 10679:1 10707:1 10740:1 10742:1 10744:1 10751:2 10753:2 10754:1 10759:1 10760:1 10771:1 10808:1 10822:1 10843:2 10860:1 10861:1 10894:2 10916:1 10948:1 10957:1 10975:1 11009:2 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:2 11150:2 11168:1 11173:1 11174:1 11176:1 11182:1 11192:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:1 11304:1 11312:1 11327:1 11341:1 11351:1 11359:1 11380:1 11410:3 11439:1 11464:1 11483:1 11485:1 11509:1 11529:1 11532:1 11543:1 11574:1 11587:1 11589:1 11600:1 11623:2 11647:1 11655:1 11665:1 11677:1 11688:1 11705:1 11739:1 11742:2 11850:1 11853:1 11856:1 11858:1 11873:1 11874:1 11887:1 11909:2 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12066:1 12101:1 12113:1 12149:2 12163:1 12174:1 12196:1 12204:2 12207:1 12210:1 12250:1 12278:1 12347:1 12381:3 12385:2 12397:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:3 12482:1 12489:1 12491:1 12496:1 12517:1 12538:1 12580:1 12595:1 12614:2 12618:4 12630:1 12647:1 12650:1 12666:1 12697:1 12737:1 12772:1 12836:1 12851:1 12860:1 12892:1 12917:3 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13033:1 13034:1 13044:1 13069:2 13095:3 13127:1 13144:1 13163:1 13198:1 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:9 13413:1 13427:1 13442:1 13454:2 13468:1 13509:1 13510:1 13511:2 13538:1 13565:1 13619:4 13625:5 13641:2 13642:1 13651:1 13667:1 13672:1 13694:1 13756:1 13766:1 13767:1 13777:2 13786:1 13790:1 13794:1 13797:1 13802:1 13828:1 13834:2 13842:1 13844:1 13848:2 13864:1 13963:1 14026:1 14031:4 14036:2 14039:1 14055:1 14061:2 14082:1 14121:1 14125:1 14139:1 14155:1 14160:1 14222:2 14223:1 14230:1 14250:1 14264:2 14282:1 14292:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:6 14449:1 14459:1 14464:2 14468:1 14488:1 14494:1 14499:2 14506:1 14513:3 14519:1 14523:1 14568:1 14575:6 14583:1 14592:3 14603:1 14604:3 14627:1 14650:1 14764:1 14785:1 14794:2 14824:1 14830:4 14872:1 14899:1 14913:1 14926:1 14934:1 14944:1 14977:1 15002:1 15017:3 15031:1 15039:1 15065:1 15116:2 15152:3 15268:1 15273:1 15281:1 15284:1 15355:1 15374:1 15382:1 15403:1 15445:1 15460:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15684:1 15692:1 15710:2 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15873:1 15876:1 15936:1 15951:1 15954:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16194:1 16199:1 16235:1 16247:1 16250:1 16262:2 16263:1 16264:1 16300:4 16345:1 16359:1 16364:1 16379:4 16384:1 16388:3 16411:3 16421:1 16429:1 16474:1 16487:2 16497:1 16498:5 16523:1 16567:1 16598:1 16604:2 16606:1 16619:1 16623:1 16632:1 16642:1 16673:1 16732:1 16735:1 16741:1 16768:1 16792:1 16855:2 16868:1 16881:1 16887:2 16907:1 16914:2 16969:1 16973:1 16975:2 16976:1 16986:1 16993:2 16994:1 17004:1 17057:2 17108:1 17112:1 17140:1 17157:1 17159:1 17172:2 17173:1 17176:1 17199:1 17227:1 17231:1 17242:2 17272:1 17300:1 17306:1 17332:1 17334:2 17338:1 17349:1 17380:1 17386:1 17406:1 17407:1 17426:2 17440:1 17457:1 17490:2 17526:2 17541:1 17582:1 17607:2 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17787:2 17800:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17858:1 17860:2 17871:2 17872:1 17876:1 17884:2 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18057:1 18071:1 18072:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18285:2 18294:1 18310:1 18356:2 18359:4 18366:2 18384:1 18385:1 18410:2 18448:1 18475:1 18485:1 18505:1 18510:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:3 18615:1 18653:5 18660:1 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18767:1 18799:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 19011:2 19019:1 19045:1 19052:1 19106:2 19150:1 19208:1 19233:1 19256:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:4 19341:2 19352:1 19358:1 19364:1 19472:2 19488:1 19502:1 19505:1 19508:4 19511:1 19514:1 19538:2 19540:1 19541:1 19546:1 19558:1 19563:3 19567:2 19576:1 19623:1 19695:1 19699:1 19703:1 19708:1 19723:1 19736:2 19770:1 19778:1 19779:1 19801:4 19808:1 19859:1 19862:1 19879:1 19896:1 19901:3 19903:1 19904:1 19910:1 19926:1 19939:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20131:1 20138:1 20171:1 20183:1 20208:1 20210:1 20214:1 20216:1 20219:1 20221:1 20230:2 20242:1 20315:1 20320:1 20324:2 20326:1 20332:2 20338:2 20343:1 20353:1 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20575:2 20665:1 20684:1 20686:1 20705:2 20711:1 20756:1 20764:1 20797:2 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:1 20904:1 20905:1 21046:3 21124:1 21126:1 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21444:1 21446:2 21478:2 21524:1 21583:1 21606:1 21610:1 21667:1 21678:1 21728:1 21737:1 21740:1 21751:3 21758:1 21761:1 21841:1 21865:1 21890:1 21903:1 21911:1 21924:1 21928:1 21958:1 21978:1 21994:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22158:1 22165:4 22178:1 22181:1 22191:1 22197:2 22199:1 22212:1 22219:1 22221:1 22229:1 22232:1 22248:2 22249:2 22250:1 22253:1 22365:3 22403:1 22421:1 22462:1 22498:1 22521:1 22607:1 22657:1 22722:1 22740:1 22746:1 22758:1 22783:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22837:1 22854:1 22870:1 22871:1 22905:1 22918:1 23011:2 23045:1 23049:1 23073:1383 23077:1 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23155:1 23157:1 23220:1 23229:1 23238:1 23244:1 23271:1 23312:5 23326:1 23327:1 23330:1 23353:1 23361:1 23364:2 23366:1 23425:3 23478:1 23538:3 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23776:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23859:1 23869:2 23901:1 23966:1 24003:1 24010:1 24039:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24169:2 24224:1 24226:1 24237:1 24267:2 24275:1 24281:1 24290:1 24324:5 24327:1 24353:1 24404:2 24461:1 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24768:1 24769:1 24775:1 24776:1 24784:1 24791:1 24826:4 24827:1 24853:1 24881:1 24889:3 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 25009:1 25015:3 25047:2 25050:1 25054:1 25057:1 25069:1 25079:1 25084:1 25087:1 25100:2 25115:2 25118:2 25125:1 25159:1 25185:1 25194:1 25210:1 25217:1 25225:1 25229:1 25251:1 25311:2 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25536:1 25562:2 25575:1 25595:3 25599:1 25620:1 25630:1 25641:1 25657:1 25693:1 25736:1 25737:1 25738:1 25740:1 25742:1 25747:1 25749:1 25750:1 25759:1 25781:1 25782:1 25784:3 25803:2 25819:1 25821:1 25828:1 25842:1 25844:1 25925:1 25929:2 26026:1 26046:1 26055:1 26092:1 26098:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26215:1 26218:1 26239:1 26244:1 26259:1 26267:1 26286:1 26357:1 26390:1 26394:1 26432:1 26464:1 26468:1 26470:3 26473:2 26489:1 26490:1 26542:1 26545:1 26603:3 26616:1 26617:2 26631:1 26633:1 26665:1 26681:1 26688:1 26730:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26792:1 26794:1 26831:1 26854:1 26873:1 26877:4 26879:1 26904:1 26932:3 26959:1 26999:1 27023:1 27057:2 27071:4 27122:1 27152:2 27155:2 27200:3 27229:1 27230:1 27240:1 27256:1 27263:1 27270:1 27311:1 27318:1 27354:1 27372:1 27439:1 27473:2 27522:1 27536:1 27554:4 27555:1 27597:1 27602:1 27629:1 27630:1 27631:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:1 27765:1 27770:4 27801:1 27831:3 27834:3 27839:1 27846:1 27852:1 27854:1 27868:1 27880:1 27908:1 27915:1 27917:1 27924:1 27926:3 27931:1 27933:1 27939:1 27940:2 27954:3 27955:1 27961:2 27992:1 28015:1 28021:1 28062:1 28071:1 28074:3 28094:1 28095:3 28110:1 28132:1 28137:1 28232:1 28294:5 28314:1 28320:1 28327:1 28349:1 28411:1 28415:1 28424:1 28429:2 28482:1 28504:1 28542:1 28563:1 28579:1 28585:2 28615:1 28642:1 28643:1 28656:1 28684:1 28686:1 28704:1 28714:2 28764:2 28783:1 28798:1 28801:1 28807:1 28815:4 28853:1 28872:1 28922:1 28934:1 28947:1 28974:1 28995:1 29006:1 29012:2 29033:1 29034:1 29092:1 29097:1 29110:1 29122:1 29153:1 29154:1 29158:1 29175:3 29180:1 29243:1 29298:1 29330:1 29332:1 29363:1 29374:1 29433:1 29440:3 29468:1 29480:1 29504:1 29563:1 29564:1 29606:1 29619:1 29629:1 29652:1 29661:1 29701:1 29713:1 29739:1 29756:1 29790:1 29811:2 29816:1 29817:2 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 29986:1 30009:1 30025:2 30072:1 30084:2 30105:1 30151:1 30162:1 30192:2 30238:2 30256:1 30267:1 30278:1 30292:3 30306:1 30316:2 30326:1 30333:3 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30454:2 30455:1 30461:1 30472:1 30496:2 30511:1 30552:1 30556:1 30557:1 30567:3 30583:1 30596:1 30598:1 30601:1 30617:1 30645:1 30654:6 30660:2 30673:1 30674:1 30679:1 30763:1 30771:2 30793:1 30799:1 30805:1 30841:1 30849:1 30878:1 30881:1 30895:1 30907:1 30945:1 30985:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31074:1 31082:1 31113:4 31115:9 31128:1 31146:6 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31332:1 31338:1 31364:2 31366:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31488:1 31492:2 31526:1 31530:2 31548:1 31550:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31679:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31948:2 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32083:3 32106:1 32112:1 32210:1 32301:1 32315:1 32364:2 32367:2 32394:1 32452:1 32458:1 32476:1 32489:1 32500:1 32579:3 32584:3 32602:1 32618:2 32653:1 32700:1 32703:1 32720:1 32741:1 32742:1 32761:3 32798:4 32812:2 32847:1 32894:1 33012:1 33060:1 33101:1 33137:1 33149:1 33150:1 33154:6 33207:1 33248:1 33271:1 33281:1 33289:1 33304:1 33321:1 33322:1 33325:1 33335:2 33350:1 33371:2 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33478:1 33479:1 33490:2 33492:1 33531:2 33539:2 33559:1 33561:1 33566:2 33569:1 33578:1 33616:1 33617:1 33618:1 33623:2 33626:1 33645:1 33664:2 33684:1 33686:1 33692:1 33727:1 33788:1 33796:5 33801:1 33827:1 33843:1 33865:2 33882:4 33884:1 33892:1 33897:1 33898:1 33900:1 33906:1 33914:2 33915:1 33931:1 33937:1 33939:1 33975:1 33985:3 33986:2 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34053:1 34058:2 34075:1 34104:1 34115:1 34116:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:1 34669:1 34673:1 34674:1 34703:1 34724:1 34747:1 34766:2 34776:2 34800:2 34808:1 34815:1 34835:1 34849:1 34851:1 34868:1 34872:2 34929:10 34931:1 34934:1 34941:1 34965:2 34978:1 34992:2 34998:1 35001:1 35018:2 35023:1 35056:1 35076:1 35077:1 35094:1 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:3 35191:2 35198:1 35257:1 35259:1 35279:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35446:1 35466:1 35480:3 35554:1 35556:1 35577:1 35580:1 35600:1 35633:2 35660:1 35665:1 35667:1 35687:1 35691:1 35712:1 35793:1 35830:1 35866:2 35881:1 35919:1 35934:1 35988:1 36039:1 36047:1 36068:1 36118:1 36151:1 36200:1 36206:1 36209:1 36214:2 36284:2 36327:1 36330:1 36345:2 36349:1 36353:2 36360:1 36370:1 36383:1 36401:1 36429:1 36453:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36517:6 36521:2 36529:1 36531:1 36539:1 36548:1 36570:1 36601:2 36621:1 36641:1 36690:3 36691:1 3 30:1 37:1 50:1 89:1 97:1 112:1 127:1 160:1 192:1 208:1 216:1 230:1 244:1 272:1 274:1 298:1 301:2 312:1 366:1 440:1 441:1 463:1 469:2 493:1 494:1 511:3 512:1 516:2 523:2 535:3 543:1 544:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 714:1 738:2 765:1 767:1 772:1 773:4 780:1 786:1 811:1 827:2 830:1 845:1 868:1 893:1 960:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1119:3 1127:1 1133:2 1144:3 1149:2 1153:1 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1272:1 1275:2 1315:1 1321:2 1340:1 1345:1 1360:1 1387:2 1398:1 1413:1 1462:2 1486:1 1511:1 1514:1 1538:2 1541:2 1542:1 1549:1 1557:1 1560:1 1562:2 1580:1 1616:1 1617:1 1628:1 1652:1 1663:1 1664:1 1687:1 1691:1 1692:1 1719:1 1729:1 1753:2 1797:1 1813:1 1821:1 1837:1 1844:1 1847:1 1849:3 1864:1 1875:2 1883:3 1912:1 1930:2 1933:1 1976:1 1978:1 1985:1 1998:1 2011:1 2017:3 2062:2 2100:1 2140:1 2150:1 2170:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2360:1 2368:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2443:1 2479:1 2499:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2603:1 2604:1 2612:1 2632:2 2641:1 2670:1 2684:1 2704:1 2725:1 2737:2 2745:1 2771:1 2783:1 2797:1 2803:1 2808:1 2822:1 2823:1 2833:2 2835:1 2839:1 2842:3 2844:2 2846:1 2848:6 2850:2 2851:1 2854:1 2857:1 2870:1 2878:2 2883:1 2916:1 2945:1 2963:2 2974:1 2995:2 3038:1 3040:1 3075:2 3109:1 3147:2 3148:2 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:2 3319:1 3325:1 3381:1 3387:1 3408:1 3447:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3540:1 3565:1 3566:1 3571:1 3599:1 3609:4 3626:1 3634:1 3640:1 3654:1 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3995:1 4064:1 4089:4 4097:5 4109:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4298:1 4350:1 4388:1 4399:1 4441:1 4450:1 4478:1 4481:1 4484:1 4538:1 4556:2 4557:1 4561:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:2 4636:2 4643:1 4656:1 4684:1 4693:1 4697:3 4733:3 4750:1 4804:2 4824:1 4866:1 4869:2 4890:3 4904:1 4945:1 4979:1 4983:1 4996:1 5002:3 5038:1 5048:2 5061:1 5078:1 5089:1 5164:2 5183:1 5192:1 5228:1 5233:2 5247:2 5260:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:4 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5683:1 5715:2 5717:1 5720:1 5727:1 5762:1 5764:1 5774:1 5779:5 5792:1 5813:1 5821:1 5822:1 5831:7 5848:1 5878:3 5917:2 5923:1 5926:1 5946:1 6039:5 6041:2 6071:1 6080:1 6097:1 6106:1 6120:1 6182:1 6184:1 6204:1 6206:1 6213:1 6216:1 6236:2 6240:1 6296:1 6312:1 6358:2 6359:1 6374:1 6395:1 6412:1 6435:1 6478:1 6497:2 6510:1 6525:1 6530:1 6571:1 6582:1 6626:4 6631:1 6674:1 6726:1 6728:1 6735:1 6736:1 6770:1 6785:1 6841:1 6843:1 6850:1 6853:3 6877:1 6892:1 6897:2 6997:1 7003:1 7061:1 7099:3 7105:1 7108:1 7143:2 7149:1 7165:1 7193:3 7268:1 7317:1 7318:1 7331:1 7341:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7541:1 7543:1 7545:2 7559:1 7569:1 7570:1 7571:1 7574:1 7577:1 7583:1 7587:2 7598:1 7609:2 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7734:1 7795:2 7818:1 7825:1 7866:1 7871:1 7880:2 7882:1 7904:1 7925:2 7927:1 7934:1 7936:5 7938:2 7947:4 7950:2 7952:2 7953:6 7955:1 7958:1 7979:1 8012:2 8055:1 8096:1 8105:1 8115:3 8119:1 8127:1 8141:6 8161:1 8201:1 8214:1 8260:1 8269:1 8279:2 8283:1 8451:1 8456:2 8482:2 8519:2 8520:1 8524:1 8554:3 8575:1 8591:1 8606:1 8614:1 8658:2 8672:1 8679:1 8719:1 8724:1 8737:1 8746:1 8767:1 8773:1 8778:1 8782:1 8801:1 8809:1 8816:2 8830:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9037:1 9062:1 9106:1 9109:1 9158:1 9279:1 9284:1 9299:1 9336:1 9349:1 9358:1 9374:2 9408:1 9425:2 9442:1 9476:3 9583:5 9584:2 9609:2 9610:1 9611:1 9638:1 9641:1 9642:1 9645:1 9651:24 9683:2 9688:3 9697:1 9703:1 9834:1 9836:1 9841:1 9851:1 9859:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10017:1 10086:1 10091:2 10145:1 10155:1 10163:1 10189:1 10194:1 10228:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:9 10387:1 10414:1 10436:1 10437:1 10439:1 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10594:1 10597:2 10599:1 10609:1 10620:1 10630:1 10647:2 10657:1 10670:1 10679:1 10707:1 10740:1 10742:1 10744:1 10751:2 10753:2 10754:1 10759:1 10760:1 10771:1 10808:1 10822:1 10843:2 10860:1 10861:1 10894:2 10916:1 10948:1 10957:1 10975:1 11009:2 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11173:1 11174:1 11176:1 11182:1 11192:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11341:1 11351:1 11359:1 11380:1 11410:4 11439:1 11464:1 11483:1 11485:1 11509:1 11529:1 11532:1 11543:1 11574:1 11578:1 11587:1 11589:1 11600:1 11623:2 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11820:1 11845:1 11850:1 11853:1 11856:1 11858:1 11873:1 11874:1 11887:1 11908:1 11909:2 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12066:1 12101:1 12113:1 12149:2 12163:1 12174:1 12196:1 12204:2 12207:1 12210:1 12224:1 12250:1 12278:1 12347:1 12381:3 12382:1 12385:2 12397:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:4 12482:1 12489:1 12491:1 12496:1 12517:1 12523:1 12538:1 12580:1 12595:1 12603:1 12614:2 12618:4 12630:1 12647:1 12650:1 12653:1 12666:1 12697:1 12737:1 12772:1 12836:3 12851:1 12860:1 12892:1 12917:4 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13033:1 13034:1 13044:1 13069:2 13095:3 13127:1 13144:1 13163:1 13198:1 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:9 13413:1 13427:1 13442:1 13454:2 13468:1 13509:1 13510:1 13511:2 13538:1 13565:1 13619:4 13625:5 13641:2 13642:1 13651:1 13667:1 13672:1 13694:1 13756:1 13766:1 13767:1 13777:2 13786:1 13790:1 13794:1 13797:1 13802:1 13828:1 13834:2 13842:1 13844:1 13848:2 13864:1 13963:1 14026:1 14031:4 14036:2 14039:1 14055:1 14061:2 14082:1 14121:1 14125:1 14139:1 14155:1 14160:1 14222:2 14223:1 14230:1 14250:1 14264:2 14282:1 14292:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:7 14449:1 14459:1 14464:2 14468:1 14488:1 14494:1 14499:2 14504:1 14506:1 14513:3 14519:1 14523:1 14568:1 14575:6 14583:1 14592:4 14603:1 14604:4 14627:1 14650:1 14764:1 14785:1 14794:2 14824:1 14830:4 14872:1 14899:1 14913:1 14926:1 14934:1 14944:1 14977:1 15002:1 15017:3 15031:1 15039:1 15065:1 15067:1 15116:2 15152:3 15268:1 15273:1 15281:1 15284:1 15355:1 15374:1 15382:1 15403:1 15445:1 15460:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15684:1 15692:1 15710:2 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15873:1 15876:1 15936:1 15951:1 15954:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16194:1 16199:1 16235:1 16247:1 16250:1 16262:2 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16364:1 16379:4 16384:1 16388:3 16410:1 16411:3 16421:1 16429:1 16474:1 16487:2 16497:1 16498:5 16523:1 16567:1 16598:1 16604:2 16606:1 16619:1 16623:1 16632:1 16642:1 16673:1 16732:1 16735:1 16741:1 16768:1 16792:1 16855:2 16868:1 16881:1 16887:2 16907:1 16914:2 16969:1 16973:1 16975:3 16976:1 16986:1 16993:2 16994:1 17004:1 17057:2 17059:1 17108:1 17112:1 17140:1 17157:1 17159:1 17172:2 17173:1 17176:1 17199:1 17227:1 17231:1 17242:2 17272:1 17300:1 17306:1 17332:1 17334:2 17338:1 17349:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:1 17457:1 17490:2 17526:2 17541:1 17582:1 17607:2 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17787:2 17800:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17858:1 17860:2 17871:3 17872:1 17876:1 17884:2 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18057:1 18071:1 18072:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18272:1 18285:2 18294:1 18310:1 18356:2 18359:4 18366:2 18384:1 18385:1 18410:2 18412:1 18439:1 18448:1 18475:1 18485:1 18490:1 18505:1 18510:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18644:1 18653:5 18660:1 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18767:1 18799:1 18824:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 19011:2 19019:1 19045:1 19050:1 19052:1 19063:1 19106:2 19150:1 19208:1 19233:1 19256:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:4 19341:2 19352:1 19358:1 19364:1 19472:2 19488:1 19502:1 19505:1 19508:4 19511:1 19514:1 19538:2 19540:1 19541:1 19544:1 19546:1 19558:1 19563:3 19567:2 19576:1 19623:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:2 19770:1 19778:1 19779:1 19801:4 19808:1 19859:1 19862:1 19879:1 19896:1 19901:3 19903:1 19904:1 19910:1 19926:1 19939:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20131:1 20138:1 20171:1 20183:2 20208:1 20210:1 20214:1 20216:1 20219:1 20220:1 20221:1 20230:2 20242:1 20315:1 20320:1 20324:2 20326:1 20332:2 20338:2 20343:1 20353:1 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20516:1 20575:2 20665:1 20684:1 20686:1 20705:2 20711:1 20756:1 20764:1 20797:2 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:1 20904:1 20905:1 20917:1 21006:1 21046:3 21047:1 21124:1 21126:1 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21444:1 21446:2 21478:2 21508:1 21524:1 21583:1 21606:1 21610:1 21667:1 21678:1 21728:1 21737:1 21740:1 21751:3 21758:1 21761:1 21841:1 21865:1 21890:1 21903:1 21911:1 21924:1 21928:1 21949:1 21958:1 21978:1 21994:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22158:1 22165:4 22178:1 22181:1 22191:1 22197:2 22199:1 22212:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22365:4 22380:1 22403:1 22421:1 22462:1 22498:1 22521:1 22607:1 22657:1 22659:1 22722:1 22740:1 22746:1 22758:1 22783:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22837:1 22854:1 22870:1 22871:1 22905:1 22910:1 22918:1 23011:2 23012:1 23045:1 23049:1 23073:1466 23077:1 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23155:1 23157:1 23220:1 23229:1 23238:1 23244:1 23271:1 23312:5 23326:1 23327:1 23330:1 23353:1 23359:1 23361:1 23364:2 23366:1 23425:4 23478:1 23538:3 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23776:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23859:1 23869:2 23901:1 23966:1 24003:1 24010:1 24032:1 24039:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24169:2 24224:1 24226:1 24237:1 24267:2 24275:1 24281:1 24290:1 24324:5 24327:1 24353:1 24404:2 24461:1 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24768:1 24769:1 24775:1 24776:1 24784:1 24791:1 24826:4 24827:1 24853:1 24881:1 24889:3 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 25009:1 25015:3 25047:2 25050:1 25054:1 25057:1 25069:1 25079:1 25084:1 25087:1 25100:2 25115:2 25118:2 25125:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:2 25229:1 25251:1 25311:2 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25536:1 25562:2 25575:1 25595:3 25599:1 25620:1 25630:1 25641:1 25647:1 25657:1 25693:1 25736:1 25737:1 25738:1 25740:1 25742:1 25747:1 25749:1 25750:1 25759:1 25781:1 25782:1 25784:3 25803:3 25819:1 25821:1 25828:1 25842:1 25844:1 25853:1 25861:1 25925:1 25929:2 26026:1 26046:1 26055:1 26092:1 26098:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26215:1 26218:1 26239:1 26244:1 26259:1 26267:1 26286:1 26357:1 26390:1 26394:1 26432:1 26464:1 26468:1 26470:3 26473:2 26489:1 26490:1 26542:1 26545:1 26590:1 26603:3 26616:2 26617:2 26631:1 26633:1 26665:1 26681:1 26688:1 26730:1 26736:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26792:1 26794:1 26831:1 26854:1 26873:1 26877:5 26879:1 26890:1 26904:1 26932:3 26959:1 26999:1 27023:1 27057:2 27071:4 27077:1 27122:1 27152:2 27155:2 27200:3 27229:1 27230:1 27240:1 27256:1 27263:1 27270:1 27311:1 27318:1 27354:1 27372:1 27395:1 27439:1 27473:2 27522:1 27528:1 27536:1 27554:4 27555:1 27597:1 27602:1 27628:1 27629:1 27630:1 27631:1 27643:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:1 27765:1 27770:4 27801:1 27831:3 27834:3 27839:1 27846:1 27852:1 27854:1 27868:1 27880:1 27908:1 27915:1 27917:1 27924:1 27926:3 27931:1 27933:1 27939:1 27940:2 27954:3 27955:1 27961:2 27992:1 28015:1 28021:1 28062:1 28071:1 28074:3 28094:1 28095:3 28110:1 28132:1 28137:1 28142:1 28232:1 28294:5 28314:1 28320:1 28327:1 28349:1 28411:1 28415:1 28424:1 28429:2 28482:1 28504:1 28542:1 28563:1 28579:1 28585:2 28615:1 28642:1 28643:1 28648:1 28656:1 28684:1 28686:1 28704:1 28714:2 28764:2 28783:1 28788:1 28798:1 28801:1 28807:1 28815:4 28853:1 28872:1 28922:1 28934:1 28947:1 28974:1 28980:1 28995:1 29006:2 29012:2 29033:1 29034:1 29092:1 29097:1 29110:1 29122:1 29153:1 29154:1 29158:1 29175:3 29180:1 29243:1 29298:1 29330:1 29332:1 29363:1 29374:1 29433:1 29440:4 29468:1 29480:1 29504:1 29548:1 29563:1 29564:1 29606:1 29619:1 29629:1 29652:1 29661:1 29701:1 29713:1 29734:1 29739:1 29756:1 29775:1 29790:1 29811:2 29816:1 29817:2 29858:1 29893:1 29904:1 29910:1 29949:1 29960:1 29986:1 30009:1 30025:2 30068:1 30072:1 30084:2 30105:1 30151:1 30162:3 30192:2 30238:2 30256:1 30267:1 30278:1 30292:3 30306:1 30316:2 30326:1 30333:3 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30454:2 30455:1 30461:1 30470:1 30472:1 30496:2 30511:1 30552:1 30556:1 30557:1 30567:3 30583:1 30596:1 30598:1 30601:1 30617:1 30621:1 30645:1 30654:6 30660:2 30673:1 30674:1 30679:1 30763:1 30771:2 30793:1 30799:1 30805:1 30841:1 30849:1 30878:1 30881:1 30895:1 30907:1 30945:1 30985:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31074:1 31082:1 31113:4 31115:10 31128:1 31146:6 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31332:1 31338:1 31364:2 31366:1 31387:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31488:1 31492:2 31526:1 31530:2 31548:1 31550:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31679:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31815:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31948:2 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32067:1 32083:3 32106:1 32112:1 32140:1 32210:1 32301:1 32315:1 32364:2 32367:2 32382:1 32394:1 32452:1 32458:1 32476:1 32489:1 32500:1 32579:3 32584:3 32602:1 32618:2 32653:1 32684:1 32691:1 32700:1 32703:1 32720:1 32741:1 32742:1 32761:3 32798:4 32812:2 32847:1 32894:1 32992:1 33012:1 33030:1 33060:1 33101:1 33137:1 33149:3 33150:1 33154:6 33207:1 33248:1 33271:1 33272:1 33281:1 33289:1 33304:1 33321:1 33322:1 33325:1 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:2 33492:1 33521:1 33531:2 33539:2 33559:1 33561:1 33566:2 33569:1 33578:1 33616:1 33617:1 33618:1 33623:2 33626:1 33645:1 33655:1 33664:2 33684:1 33686:1 33692:1 33727:1 33788:1 33796:5 33801:1 33827:1 33843:1 33865:2 33882:4 33884:1 33892:1 33897:1 33898:1 33900:1 33906:1 33914:2 33915:1 33931:1 33937:1 33939:1 33964:1 33975:1 33985:3 33986:2 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34053:1 34058:2 34075:1 34104:1 34115:1 34116:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:1 34661:1 34669:1 34673:1 34674:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34800:2 34808:1 34815:1 34835:1 34847:1 34849:1 34851:1 34868:1 34872:2 34910:1 34929:11 34931:1 34934:1 34941:1 34965:2 34978:1 34992:2 34998:1 35001:1 35018:2 35023:1 35056:1 35076:1 35077:1 35094:2 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:3 35191:2 35198:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35446:1 35466:1 35480:4 35554:1 35556:1 35577:1 35580:1 35600:1 35633:2 35660:1 35665:1 35667:1 35687:1 35691:1 35712:1 35715:1 35793:1 35830:1 35854:1 35866:2 35881:1 35919:1 35934:1 35988:1 36039:1 36047:1 36068:1 36118:1 36151:1 36200:1 36206:1 36209:1 36214:2 36284:3 36327:1 36330:1 36345:3 36349:1 36353:3 36360:1 36370:1 36372:1 36383:1 36401:2 36429:1 36453:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36517:6 36521:2 36526:1 36529:1 36531:1 36539:1 36548:1 36570:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:1 3 30:1 37:1 50:1 89:2 97:2 112:1 127:1 160:1 192:1 208:1 216:1 230:1 244:1 272:1 274:1 298:1 301:2 312:1 366:1 440:1 441:1 463:1 469:2 493:1 494:1 511:3 512:1 516:2 523:2 535:3 543:1 544:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 714:1 738:2 765:1 767:1 772:1 773:4 780:1 786:1 811:1 827:2 830:1 845:1 868:1 893:1 960:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1119:3 1127:1 1133:2 1144:3 1149:2 1153:1 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1272:1 1275:2 1315:1 1318:1 1321:2 1340:1 1345:1 1360:1 1387:2 1398:1 1413:1 1462:2 1486:1 1511:1 1514:1 1538:2 1541:2 1542:1 1549:1 1557:1 1560:1 1562:2 1580:1 1596:2 1616:1 1617:1 1628:1 1652:1 1663:1 1664:1 1687:1 1691:1 1692:1 1719:1 1729:1 1753:2 1797:1 1813:1 1821:1 1837:1 1844:1 1847:1 1849:3 1864:1 1875:2 1883:3 1912:1 1915:1 1930:2 1933:1 1976:1 1978:1 1985:1 1998:1 2011:1 2017:3 2062:2 2100:1 2105:1 2140:1 2150:1 2155:1 2170:1 2175:1 2201:3 2206:1 2232:2 2282:1 2309:1 2314:1 2360:1 2368:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2443:1 2479:1 2499:2 2521:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2603:1 2604:1 2612:1 2620:1 2632:2 2641:1 2670:1 2684:1 2704:1 2725:1 2737:2 2745:1 2771:1 2783:1 2797:1 2803:1 2808:1 2822:1 2823:1 2833:2 2835:1 2839:2 2842:3 2844:3 2846:1 2848:6 2850:2 2851:1 2854:1 2857:1 2866:2 2870:1 2878:2 2883:1 2916:1 2945:1 2963:2 2974:1 2995:2 3025:1 3038:1 3040:1 3071:1 3075:2 3108:1 3109:1 3147:2 3148:2 3175:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:2 3319:1 3325:1 3381:1 3387:1 3408:1 3447:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3540:1 3565:1 3566:1 3571:1 3599:1 3609:4 3626:1 3634:1 3640:1 3654:1 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3995:1 4064:1 4089:4 4097:5 4109:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4298:1 4350:1 4388:1 4399:1 4441:1 4450:1 4478:1 4481:1 4484:1 4538:1 4556:2 4557:1 4561:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:2 4636:2 4643:1 4656:1 4684:1 4693:1 4697:3 4733:3 4750:1 4804:2 4824:1 4866:1 4869:2 4890:3 4904:1 4944:1 4945:1 4979:1 4983:1 4996:1 5002:3 5038:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5164:2 5183:1 5192:1 5228:2 5233:2 5239:1 5247:2 5260:1 5289:1 5296:1 5305:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:5 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5683:1 5715:2 5717:1 5720:1 5727:1 5762:1 5764:1 5774:1 5779:5 5792:1 5813:1 5821:1 5822:1 5831:7 5848:1 5878:3 5917:2 5923:1 5926:1 5946:1 6039:5 6041:2 6071:1 6080:1 6097:1 6106:1 6120:1 6182:1 6184:1 6204:1 6206:1 6213:1 6216:1 6236:2 6240:1 6296:1 6312:1 6358:2 6359:1 6374:1 6395:1 6412:1 6414:1 6435:1 6478:1 6497:2 6510:1 6525:1 6530:1 6571:1 6582:1 6626:4 6631:1 6674:1 6726:1 6728:1 6733:1 6735:1 6736:1 6770:1 6785:1 6841:1 6843:1 6850:1 6853:3 6877:1 6892:1 6897:2 6997:1 7003:1 7061:1 7099:3 7105:1 7108:1 7143:2 7149:1 7165:1 7193:3 7226:1 7268:1 7317:1 7318:1 7331:1 7339:1 7341:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7539:1 7541:1 7543:1 7545:2 7559:1 7569:1 7570:1 7571:1 7574:1 7577:1 7583:1 7587:2 7598:1 7609:2 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7734:1 7795:2 7818:1 7825:1 7866:1 7871:1 7880:2 7882:1 7904:1 7925:2 7927:1 7934:1 7936:5 7938:2 7947:4 7950:2 7952:2 7953:6 7955:1 7958:1 7979:1 8012:2 8055:1 8096:1 8105:1 8115:3 8119:1 8127:1 8141:6 8161:1 8201:1 8214:1 8260:1 8269:1 8279:2 8283:1 8451:1 8456:2 8482:2 8519:2 8520:1 8524:1 8554:3 8575:1 8591:1 8606:1 8614:1 8658:2 8672:1 8679:1 8685:1 8719:1 8724:1 8737:1 8746:1 8767:1 8773:1 8778:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8924:1 8937:1 8942:1 8944:4 9014:1 9037:1 9062:1 9106:1 9109:1 9158:1 9279:1 9284:1 9299:1 9336:1 9349:1 9358:1 9374:2 9408:1 9425:2 9442:1 9476:3 9583:5 9584:2 9609:2 9610:1 9611:1 9638:1 9641:1 9642:1 9645:1 9651:26 9683:2 9688:3 9697:1 9703:1 9834:1 9836:1 9841:1 9851:1 9859:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10017:1 10086:1 10091:2 10145:1 10155:1 10163:1 10189:1 10194:1 10228:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:9 10387:1 10414:1 10436:1 10437:1 10439:1 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10594:1 10597:2 10599:1 10609:1 10620:1 10630:1 10647:2 10657:1 10670:1 10679:1 10707:1 10740:1 10742:1 10744:1 10751:2 10753:2 10754:1 10759:1 10760:1 10771:1 10808:1 10822:1 10843:2 10860:1 10861:1 10894:2 10916:1 10948:1 10957:1 10975:1 11009:2 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11173:1 11174:1 11176:1 11182:1 11192:1 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11341:1 11351:1 11359:1 11380:1 11410:4 11439:1 11464:1 11483:1 11485:1 11509:1 11529:1 11532:1 11543:1 11574:1 11578:1 11587:1 11589:1 11600:1 11623:2 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11820:1 11845:1 11850:1 11853:1 11856:1 11858:1 11873:1 11874:1 11887:1 11908:1 11909:2 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12066:1 12101:1 12113:1 12149:2 12163:1 12174:1 12196:1 12204:2 12207:1 12210:1 12224:1 12250:1 12278:1 12347:1 12381:3 12382:1 12385:2 12397:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:4 12482:1 12489:1 12491:1 12496:1 12517:1 12523:1 12538:1 12580:1 12595:1 12603:2 12614:2 12618:4 12630:1 12647:1 12650:1 12653:1 12666:1 12697:1 12737:1 12772:1 12836:3 12851:1 12860:1 12892:1 12917:4 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13033:1 13034:1 13044:1 13069:2 13095:3 13127:1 13144:1 13163:1 13198:1 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:9 13413:1 13427:1 13442:1 13454:2 13468:1 13509:1 13510:1 13511:3 13538:1 13565:1 13619:4 13625:5 13641:2 13642:1 13651:1 13667:1 13672:1 13694:1 13756:1 13766:1 13767:1 13777:2 13786:1 13790:1 13794:1 13797:1 13802:1 13828:1 13834:2 13842:1 13844:1 13848:2 13864:1 13963:1 14026:1 14031:4 14036:2 14039:1 14055:1 14061:2 14082:1 14121:1 14125:1 14139:1 14155:1 14160:1 14222:2 14223:1 14230:1 14250:1 14264:2 14282:1 14292:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:7 14449:1 14459:1 14464:2 14468:1 14488:1 14494:1 14499:2 14504:1 14506:1 14513:3 14519:1 14523:1 14568:1 14575:6 14583:1 14592:4 14603:1 14604:4 14627:1 14650:1 14764:1 14785:1 14794:2 14824:1 14830:4 14872:1 14899:1 14913:1 14926:1 14934:1 14944:1 14977:1 15002:1 15017:3 15031:1 15039:1 15065:1 15067:1 15116:2 15152:3 15268:1 15273:1 15281:1 15284:1 15355:1 15374:1 15382:1 15403:1 15445:1 15460:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15684:1 15692:1 15710:2 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15873:1 15876:1 15936:1 15951:1 15954:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16194:1 16199:1 16235:1 16247:1 16250:1 16262:2 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16364:1 16379:4 16384:1 16388:3 16410:1 16411:3 16421:1 16429:1 16474:1 16487:2 16497:1 16498:5 16523:1 16567:1 16598:1 16604:2 16606:1 16619:1 16623:1 16632:1 16642:1 16673:1 16732:1 16735:1 16741:1 16768:1 16792:1 16855:2 16868:1 16881:1 16887:2 16907:1 16914:2 16969:1 16973:1 16975:3 16976:1 16986:1 16993:2 16994:1 17004:1 17021:1 17057:2 17059:1 17108:1 17112:1 17126:1 17140:1 17157:1 17159:1 17172:2 17173:1 17176:1 17199:1 17227:1 17231:1 17242:2 17272:1 17300:1 17306:1 17332:1 17334:2 17338:1 17349:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:1 17457:1 17490:2 17526:2 17541:1 17582:1 17607:2 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17800:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17858:1 17860:2 17871:4 17872:1 17876:1 17884:2 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18057:1 18071:1 18072:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18272:1 18285:2 18294:1 18310:1 18356:2 18359:4 18366:2 18384:1 18385:1 18410:2 18412:1 18439:1 18448:1 18475:1 18485:1 18490:1 18505:1 18510:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18644:1 18653:5 18660:1 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18767:1 18799:1 18824:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 19011:2 19019:1 19045:1 19050:1 19052:1 19063:1 19106:2 19150:1 19208:1 19233:1 19256:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:4 19341:3 19352:1 19358:1 19364:1 19472:2 19488:1 19502:1 19505:1 19508:4 19511:1 19514:1 19538:2 19540:1 19541:1 19544:1 19546:1 19558:1 19563:3 19567:2 19576:1 19623:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:2 19770:1 19778:1 19779:1 19801:4 19808:1 19859:1 19862:1 19879:1 19896:1 19901:3 19903:1 19904:1 19910:1 19926:1 19939:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20040:1 20043:1 20052:1 20074:1 20131:1 20138:1 20171:1 20183:2 20208:1 20210:1 20214:1 20216:1 20219:1 20220:1 20221:1 20223:1 20230:2 20242:1 20267:1 20315:1 20320:1 20324:2 20326:1 20332:2 20338:2 20343:1 20353:1 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20516:1 20575:2 20665:1 20684:1 20686:1 20705:2 20711:1 20756:1 20764:1 20797:2 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:1 20904:1 20905:1 20917:1 21006:1 21046:3 21047:1 21124:1 21126:1 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:1 21444:1 21446:2 21478:2 21496:1 21508:1 21524:1 21583:1 21606:1 21610:1 21667:1 21678:1 21728:1 21737:1 21740:1 21751:3 21758:1 21761:1 21841:1 21865:1 21890:1 21903:1 21911:1 21924:1 21928:1 21949:1 21958:1 21978:1 21994:1 22033:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22158:1 22165:4 22178:1 22181:1 22191:1 22197:2 22199:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22365:4 22380:1 22403:1 22421:1 22462:1 22498:1 22521:1 22587:1 22607:1 22657:1 22659:1 22722:1 22740:1 22746:1 22758:1 22783:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22837:1 22854:1 22870:1 22871:1 22905:1 22910:1 22918:1 23011:2 23012:1 23045:1 23049:1 23073:1480 23077:1 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23147:1 23155:1 23157:1 23220:1 23229:1 23238:1 23244:1 23271:1 23312:5 23326:1 23327:1 23330:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:1 23425:4 23478:1 23538:3 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23776:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23859:1 23869:2 23901:1 23966:1 24003:1 24010:1 24032:1 24039:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24169:2 24198:1 24224:1 24226:1 24237:1 24267:2 24275:1 24281:1 24290:1 24324:5 24327:1 24353:1 24404:2 24461:1 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24725:1 24768:1 24769:1 24775:1 24776:1 24784:1 24791:1 24826:4 24827:1 24853:1 24881:1 24889:3 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 25009:1 25015:3 25047:2 25050:1 25054:1 25057:1 25069:1 25079:1 25084:1 25087:1 25100:2 25115:2 25118:2 25125:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:2 25229:1 25251:1 25311:2 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25536:1 25562:2 25575:1 25595:3 25599:1 25620:1 25630:1 25641:1 25647:1 25657:1 25693:1 25736:1 25737:1 25738:1 25740:1 25742:1 25747:1 25749:1 25750:1 25759:1 25762:1 25781:1 25782:1 25784:3 25803:3 25819:1 25821:1 25828:1 25842:1 25844:1 25853:1 25861:1 25925:1 25929:2 26026:1 26046:1 26055:1 26092:1 26098:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26215:1 26218:1 26239:1 26244:1 26259:1 26267:1 26286:1 26357:1 26390:1 26394:1 26432:1 26464:1 26468:1 26470:3 26473:2 26489:1 26490:1 26542:1 26545:1 26590:1 26603:3 26616:2 26617:2 26631:1 26633:1 26665:1 26681:1 26688:1 26711:1 26730:1 26736:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26792:1 26794:1 26831:1 26854:1 26873:1 26877:5 26879:1 26890:1 26904:1 26932:3 26959:1 26999:1 27023:1 27057:2 27071:4 27077:1 27122:1 27152:2 27155:2 27200:3 27229:1 27230:1 27240:1 27256:1 27263:1 27270:1 27311:1 27318:1 27354:1 27372:1 27395:1 27439:1 27473:2 27522:1 27528:1 27536:1 27554:4 27555:1 27597:1 27602:1 27628:1 27629:1 27630:1 27631:1 27643:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:1 27765:1 27770:5 27801:1 27831:3 27834:3 27839:1 27846:1 27852:1 27854:1 27868:1 27880:1 27908:1 27915:1 27917:1 27924:1 27926:3 27931:1 27933:1 27939:1 27940:2 27954:3 27955:1 27961:2 27992:1 28015:1 28021:1 28062:1 28071:1 28074:3 28094:1 28095:3 28110:1 28132:1 28137:1 28142:1 28178:1 28232:1 28294:5 28314:1 28320:1 28327:1 28349:1 28411:1 28415:1 28424:1 28429:2 28447:1 28466:1 28482:1 28504:1 28542:1 28563:1 28579:1 28585:2 28615:1 28642:1 28643:1 28648:1 28656:1 28684:1 28686:1 28704:1 28714:2 28764:2 28783:1 28788:1 28798:1 28801:1 28807:1 28815:5 28853:1 28872:1 28922:1 28934:1 28947:1 28968:1 28974:1 28980:1 28995:1 29006:2 29012:2 29033:1 29034:1 29040:1 29092:1 29097:1 29110:1 29122:1 29153:1 29154:1 29158:1 29175:3 29180:1 29243:1 29298:1 29299:1 29330:1 29332:1 29363:1 29374:1 29433:1 29440:4 29468:1 29480:1 29504:1 29548:1 29563:1 29564:1 29606:1 29619:1 29629:1 29652:1 29661:1 29701:1 29713:1 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29811:2 29816:1 29817:2 29858:1 29859:1 29893:1 29904:1 29910:1 29949:1 29960:1 29986:1 30009:1 30025:2 30068:1 30072:1 30084:2 30105:1 30151:1 30162:3 30192:2 30238:2 30256:1 30267:1 30278:1 30292:3 30306:1 30316:2 30326:1 30333:3 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30454:2 30455:1 30461:1 30470:1 30472:1 30496:2 30511:1 30552:1 30556:1 30557:1 30567:3 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30645:1 30654:6 30660:2 30673:1 30674:1 30679:1 30763:1 30771:2 30793:1 30799:1 30805:1 30841:1 30849:1 30878:1 30880:1 30881:1 30895:1 30907:1 30945:1 30985:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31074:1 31082:1 31113:4 31115:10 31128:1 31146:6 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31322:1 31332:1 31338:1 31364:2 31366:1 31387:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31470:1 31488:1 31492:2 31526:1 31530:2 31548:1 31550:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31679:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31815:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31948:2 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32067:1 32083:3 32106:1 32112:1 32140:1 32210:1 32227:1 32276:1 32301:1 32315:1 32364:2 32367:2 32382:1 32394:1 32452:1 32458:1 32476:1 32489:1 32500:1 32579:3 32584:3 32602:1 32618:2 32653:1 32684:1 32691:1 32700:1 32703:1 32720:1 32741:1 32742:1 32761:3 32798:4 32812:2 32847:1 32894:1 32992:1 33012:1 33030:1 33060:1 33101:1 33137:1 33149:3 33150:1 33154:6 33207:1 33248:1 33271:1 33272:1 33281:1 33289:1 33304:1 33321:1 33322:1 33325:1 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:2 33492:1 33521:1 33531:2 33539:2 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33645:1 33655:1 33664:2 33684:1 33686:1 33692:1 33727:1 33788:1 33789:1 33796:5 33801:1 33827:1 33843:1 33865:2 33882:4 33884:1 33892:1 33897:1 33898:1 33900:1 33906:1 33914:2 33915:1 33931:1 33937:1 33939:1 33964:1 33975:1 33985:3 33986:2 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34053:1 34058:2 34075:1 34104:1 34115:1 34116:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34800:2 34808:1 34815:1 34835:1 34847:1 34849:1 34851:1 34868:1 34872:2 34910:1 34917:1 34929:11 34931:1 34934:1 34941:1 34965:2 34978:1 34992:2 34998:1 35001:1 35018:2 35023:1 35056:1 35076:1 35077:1 35094:2 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:3 35191:2 35198:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35446:1 35466:1 35480:4 35554:1 35556:1 35577:1 35580:1 35600:1 35633:2 35660:1 35665:1 35667:1 35687:1 35691:2 35712:1 35715:1 35793:1 35802:1 35830:1 35854:1 35866:2 35881:1 35919:1 35934:1 35988:1 36039:1 36047:1 36068:1 36118:1 36151:1 36200:1 36206:1 36209:1 36214:2 36284:3 36327:1 36330:1 36345:3 36349:1 36353:3 36360:1 36370:1 36372:1 36383:1 36401:2 36429:1 36453:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36517:6 36521:2 36526:1 36529:1 36531:1 36539:1 36548:1 36570:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:1 3 30:1 37:1 50:1 89:2 97:2 112:1 127:1 160:1 192:1 208:1 216:1 230:1 244:1 272:1 274:1 298:1 301:2 312:1 336:1 366:1 409:1 440:1 441:1 463:1 469:2 493:1 494:1 511:3 512:1 516:2 523:2 535:3 543:1 544:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 714:1 738:3 765:1 767:1 772:1 773:4 780:1 786:1 811:1 827:2 830:1 845:1 868:1 893:1 960:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1119:3 1127:1 1133:2 1144:3 1149:2 1153:1 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1272:1 1275:2 1315:1 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1462:2 1486:1 1511:1 1514:1 1538:2 1541:2 1542:1 1549:1 1557:1 1560:1 1562:2 1580:1 1596:2 1616:1 1617:1 1628:1 1637:1 1652:2 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1719:1 1729:1 1753:2 1797:1 1813:1 1821:1 1837:1 1844:1 1847:1 1849:3 1864:1 1875:2 1883:3 1903:1 1912:1 1915:1 1930:2 1933:1 1976:1 1978:1 1985:1 1998:1 2011:1 2017:3 2062:2 2100:1 2105:1 2140:1 2149:1 2150:1 2155:1 2170:1 2175:1 2201:3 2206:1 2232:2 2261:1 2282:1 2309:1 2314:1 2360:1 2368:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2424:1 2443:1 2479:1 2499:2 2521:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2603:1 2604:1 2612:1 2620:1 2632:2 2641:1 2670:1 2684:1 2704:1 2725:1 2737:2 2745:1 2771:1 2783:1 2797:1 2803:1 2808:1 2822:1 2823:1 2833:2 2835:1 2839:2 2842:3 2844:3 2846:1 2848:6 2850:2 2851:1 2854:1 2857:1 2863:1 2866:2 2870:2 2878:2 2883:1 2916:1 2945:1 2963:2 2974:1 2995:2 3025:1 3038:1 3040:1 3071:1 3075:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:2 3319:1 3322:1 3325:1 3381:1 3387:1 3408:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3540:1 3565:1 3566:1 3571:1 3599:1 3609:4 3626:1 3634:1 3640:1 3654:1 3680:1 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3995:1 4064:1 4089:4 4097:5 4109:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4298:1 4350:1 4388:1 4399:1 4441:1 4450:1 4478:1 4481:1 4484:1 4538:1 4556:2 4557:1 4561:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:2 4636:2 4643:1 4656:1 4684:1 4693:1 4697:3 4733:3 4750:1 4804:2 4824:1 4866:1 4869:2 4890:3 4904:1 4944:1 4945:1 4979:1 4983:1 4996:1 5002:3 5038:1 5042:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5164:2 5183:1 5192:1 5228:2 5233:2 5239:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:1 5357:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:5 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5683:1 5715:2 5717:1 5720:1 5727:1 5762:1 5764:1 5774:1 5779:5 5792:1 5813:1 5821:1 5822:1 5831:7 5848:1 5878:3 5917:2 5923:1 5926:1 5946:1 6039:6 6041:2 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:1 6206:1 6213:1 6216:1 6236:2 6240:1 6296:1 6312:1 6358:2 6359:1 6374:1 6395:1 6412:1 6414:1 6435:1 6478:1 6497:2 6510:1 6525:1 6530:1 6571:1 6582:1 6590:1 6626:4 6631:1 6674:1 6726:1 6728:1 6733:1 6735:1 6736:1 6770:1 6785:1 6841:1 6843:1 6850:1 6853:3 6877:1 6892:1 6897:2 6997:1 7003:1 7061:1 7099:3 7105:1 7108:1 7143:2 7149:1 7165:1 7193:3 7226:1 7268:1 7317:1 7318:1 7331:1 7339:1 7341:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7539:1 7541:1 7543:1 7545:2 7559:1 7569:1 7570:1 7571:1 7574:1 7577:1 7583:1 7587:2 7598:1 7609:2 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7734:1 7795:2 7797:1 7818:1 7825:1 7866:1 7871:1 7880:2 7882:1 7904:2 7925:2 7927:1 7934:1 7936:5 7938:2 7947:4 7950:2 7952:2 7953:6 7955:1 7958:1 7979:1 8012:2 8055:1 8096:1 8105:1 8115:3 8119:1 8127:1 8141:7 8161:1 8201:1 8212:1 8214:1 8260:1 8269:1 8279:2 8283:1 8439:1 8443:1 8451:1 8456:2 8482:2 8519:2 8520:1 8524:1 8526:1 8554:3 8575:1 8591:1 8606:1 8614:1 8658:2 8672:1 8679:1 8685:1 8719:1 8724:1 8737:1 8746:1 8767:1 8773:1 8778:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8924:1 8937:1 8942:1 8944:4 8972:1 9014:1 9037:1 9062:1 9106:1 9109:1 9158:1 9279:1 9284:1 9299:1 9336:1 9349:1 9358:1 9361:1 9374:2 9399:1 9408:1 9425:2 9442:1 9476:3 9583:6 9584:2 9609:2 9610:1 9611:1 9638:1 9641:1 9642:1 9645:1 9651:27 9683:2 9688:3 9697:1 9703:1 9763:1 9834:1 9836:1 9841:1 9851:1 9859:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10005:1 10017:1 10086:1 10091:2 10145:1 10155:1 10163:1 10189:1 10194:1 10228:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:9 10387:1 10414:1 10436:1 10437:1 10439:1 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10594:1 10597:2 10599:1 10607:1 10609:1 10620:1 10630:1 10647:2 10657:1 10670:1 10679:1 10707:1 10740:1 10742:1 10744:1 10751:2 10753:2 10754:1 10759:1 10760:1 10771:1 10808:1 10822:1 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10948:1 10957:1 10975:1 11009:2 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11173:1 11174:1 11176:1 11182:1 11192:2 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11341:1 11351:1 11359:1 11380:1 11410:4 11439:1 11447:1 11464:1 11483:1 11485:1 11509:1 11529:1 11532:1 11543:1 11574:1 11578:1 11587:1 11589:1 11600:1 11623:2 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11820:1 11845:1 11850:1 11853:1 11856:1 11858:1 11873:1 11874:1 11887:1 11889:1 11898:1 11908:1 11909:2 11914:1 11956:1 11958:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12101:1 12113:1 12123:1 12149:2 12163:1 12174:1 12196:1 12204:2 12207:1 12210:1 12224:1 12250:1 12278:1 12347:1 12381:3 12382:1 12385:2 12397:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:4 12482:1 12489:1 12491:1 12496:1 12517:1 12523:1 12538:1 12580:1 12595:1 12603:2 12614:2 12618:4 12630:1 12647:1 12650:1 12653:1 12666:1 12697:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12860:1 12892:1 12917:4 12931:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13033:1 13034:1 13044:1 13054:1 13069:2 13095:3 13127:1 13144:1 13163:1 13198:1 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:9 13413:1 13427:1 13442:1 13454:2 13468:1 13509:1 13510:1 13511:3 13538:1 13565:1 13619:4 13625:5 13641:2 13642:1 13651:1 13667:1 13672:1 13694:1 13756:1 13766:1 13767:1 13777:2 13786:1 13790:1 13794:1 13797:2 13802:1 13828:1 13834:2 13842:1 13844:1 13848:2 13864:1 13963:1 14026:1 14031:4 14036:2 14039:1 14055:1 14061:2 14066:1 14082:1 14121:1 14125:1 14139:1 14155:1 14160:1 14222:2 14223:1 14230:1 14250:1 14254:1 14264:2 14282:1 14292:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:7 14449:1 14459:1 14464:2 14468:1 14488:1 14494:1 14499:2 14504:1 14506:1 14510:1 14513:3 14519:1 14523:1 14568:1 14575:6 14583:1 14592:4 14603:1 14604:4 14627:1 14650:1 14674:1 14764:1 14785:1 14794:2 14824:1 14830:4 14872:1 14875:1 14899:1 14913:1 14926:1 14934:1 14944:1 14960:1 14977:1 15002:1 15017:3 15031:1 15039:1 15065:1 15067:1 15116:2 15119:1 15152:3 15268:1 15273:1 15281:1 15284:1 15355:1 15374:1 15382:1 15403:1 15445:1 15460:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15674:1 15684:1 15692:1 15710:2 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15873:1 15876:1 15936:1 15951:1 15954:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16194:1 16199:1 16235:1 16247:1 16250:1 16262:2 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16364:1 16379:4 16384:1 16388:3 16410:1 16411:3 16421:1 16429:1 16474:1 16487:2 16497:1 16498:5 16523:1 16567:1 16598:1 16604:2 16606:1 16619:1 16623:1 16632:1 16642:1 16673:1 16732:1 16735:1 16741:1 16768:1 16785:1 16792:1 16855:2 16868:1 16881:1 16887:2 16907:1 16914:2 16969:1 16973:1 16975:3 16976:1 16986:1 16993:2 16994:1 16995:1 17004:1 17021:1 17057:2 17059:1 17108:1 17112:1 17126:1 17136:1 17140:1 17157:1 17159:1 17172:2 17173:1 17176:1 17199:1 17227:1 17228:1 17231:1 17242:2 17272:1 17300:1 17306:1 17332:1 17334:2 17338:1 17349:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:1 17457:1 17490:2 17526:2 17541:1 17582:1 17607:2 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17800:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17858:1 17860:2 17861:1 17871:4 17872:1 17876:1 17884:2 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18057:1 18071:1 18072:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18272:1 18282:1 18285:2 18294:1 18310:1 18356:2 18359:4 18366:2 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18448:1 18475:1 18485:1 18490:1 18505:1 18510:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18644:1 18653:5 18660:1 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18767:1 18799:1 18824:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 19011:2 19019:1 19045:1 19050:1 19052:1 19063:1 19106:2 19150:1 19208:1 19233:1 19256:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:4 19341:3 19352:1 19358:1 19364:1 19472:2 19488:1 19502:1 19505:1 19508:4 19511:1 19514:1 19538:2 19540:1 19541:1 19544:1 19546:1 19558:1 19563:3 19567:2 19576:1 19623:1 19632:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19770:1 19778:1 19779:1 19801:4 19808:1 19859:1 19862:1 19879:1 19896:1 19901:4 19903:1 19904:1 19910:1 19926:1 19939:1 19941:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20039:1 20040:1 20043:1 20052:1 20074:1 20131:1 20138:1 20171:1 20183:2 20208:1 20210:1 20214:1 20216:1 20219:1 20220:1 20221:1 20223:1 20230:2 20242:1 20267:1 20315:1 20320:1 20324:2 20326:1 20332:2 20338:2 20343:1 20353:1 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20516:1 20575:2 20665:1 20684:1 20686:1 20705:3 20711:1 20756:1 20764:1 20797:2 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:1 20904:1 20905:1 20917:1 21006:1 21045:1 21046:3 21047:1 21124:1 21126:1 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:1 21444:1 21446:2 21478:2 21496:1 21508:1 21524:1 21583:1 21606:1 21610:1 21667:1 21678:1 21728:1 21737:1 21740:1 21751:3 21758:1 21761:1 21794:1 21841:1 21865:1 21866:1 21890:1 21903:1 21911:1 21924:1 21928:1 21949:1 21958:1 21978:1 21994:1 22033:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22158:1 22165:4 22178:1 22181:1 22191:1 22197:2 22199:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22365:4 22380:1 22403:1 22421:1 22462:1 22498:1 22521:1 22545:1 22587:1 22607:1 22657:1 22659:1 22706:1 22722:1 22740:1 22746:1 22758:1 22783:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22837:1 22854:1 22870:1 22871:1 22905:1 22910:1 22918:1 23011:2 23012:1 23045:1 23049:1 23073:1545 23077:1 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23147:1 23155:1 23157:1 23220:1 23229:1 23238:1 23244:1 23271:1 23312:5 23326:1 23327:1 23330:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:1 23425:4 23478:1 23538:3 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23776:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23859:1 23869:2 23901:1 23938:1 23966:1 24003:1 24010:1 24032:1 24039:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24169:2 24198:1 24224:1 24226:1 24237:2 24264:1 24267:2 24275:1 24281:1 24290:1 24291:1 24324:5 24327:1 24353:1 24404:2 24461:1 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24725:1 24768:1 24769:1 24775:1 24776:1 24784:1 24791:1 24826:4 24827:1 24836:1 24853:1 24881:1 24889:3 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 25009:1 25015:3 25047:2 25050:1 25054:1 25057:1 25069:1 25079:1 25084:1 25087:1 25100:2 25115:2 25118:2 25125:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:2 25229:1 25251:1 25311:2 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25498:1 25536:1 25562:2 25575:1 25595:3 25599:1 25620:1 25630:1 25641:1 25647:1 25657:1 25693:1 25736:1 25737:1 25738:1 25740:1 25742:1 25747:1 25749:1 25750:1 25759:1 25762:1 25781:1 25782:1 25784:3 25803:3 25819:1 25821:1 25828:1 25842:1 25844:1 25853:1 25861:1 25925:1 25929:2 26026:1 26046:1 26055:1 26092:1 26098:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26215:1 26218:1 26239:2 26244:1 26259:1 26267:1 26286:1 26357:1 26390:1 26394:1 26432:1 26464:1 26468:1 26470:3 26473:2 26489:1 26490:1 26542:1 26545:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26665:1 26681:1 26688:1 26711:1 26730:1 26736:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26792:1 26794:1 26831:1 26854:1 26873:1 26877:5 26879:1 26890:1 26904:1 26932:3 26939:1 26956:1 26959:1 26999:1 27023:1 27057:2 27071:4 27077:1 27122:1 27152:2 27155:2 27200:3 27229:1 27230:1 27240:1 27256:1 27263:1 27270:1 27311:1 27318:1 27354:1 27372:1 27395:1 27439:1 27473:2 27522:1 27528:1 27536:1 27554:4 27555:1 27597:1 27602:1 27628:1 27629:2 27630:1 27631:1 27643:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:1 27765:1 27770:5 27801:1 27831:3 27834:3 27839:1 27846:1 27852:1 27854:1 27868:1 27880:1 27908:1 27915:1 27917:1 27924:1 27926:3 27931:1 27933:1 27939:1 27940:2 27954:3 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:1 28071:1 28074:3 28094:1 28095:3 28110:1 28132:1 28137:1 28142:1 28178:1 28211:1 28232:1 28286:1 28294:5 28314:1 28320:1 28327:1 28349:1 28411:1 28415:1 28424:1 28429:2 28447:1 28466:1 28482:1 28504:1 28542:1 28563:1 28579:1 28585:2 28615:1 28627:1 28642:1 28643:1 28648:1 28656:1 28684:1 28686:1 28704:1 28714:2 28764:2 28783:1 28788:1 28798:1 28801:1 28807:1 28815:5 28853:1 28872:1 28922:1 28934:1 28947:1 28968:1 28974:1 28980:1 28995:1 29006:2 29012:2 29033:1 29034:1 29040:1 29092:1 29097:1 29110:1 29122:1 29153:1 29154:1 29158:1 29175:3 29180:1 29204:1 29243:1 29298:1 29299:1 29330:1 29332:1 29363:1 29374:1 29433:1 29440:4 29468:1 29480:1 29504:1 29548:1 29563:1 29564:1 29606:1 29619:1 29629:1 29652:1 29661:1 29701:1 29713:1 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29811:2 29816:1 29817:2 29858:1 29859:1 29893:1 29904:1 29910:1 29949:1 29960:1 29986:1 30009:1 30025:2 30068:1 30072:1 30084:2 30105:1 30151:1 30162:3 30192:2 30238:2 30256:2 30267:1 30278:1 30292:3 30306:1 30316:2 30326:1 30333:3 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30454:2 30455:1 30461:1 30470:1 30472:1 30496:2 30511:1 30552:1 30556:1 30557:1 30567:3 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30645:1 30654:6 30660:2 30673:1 30674:1 30679:1 30733:1 30763:1 30771:2 30793:1 30799:1 30805:1 30841:1 30849:1 30878:1 30880:1 30881:1 30895:1 30907:1 30945:1 30985:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31074:1 31082:1 31113:4 31115:10 31128:1 31146:6 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31322:1 31332:1 31338:1 31364:2 31366:1 31383:1 31387:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31470:1 31488:1 31492:2 31526:1 31530:2 31548:1 31550:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31679:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31815:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31948:2 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32067:1 32083:3 32106:1 32112:1 32140:1 32180:1 32210:1 32227:1 32276:1 32301:1 32315:1 32364:2 32367:2 32382:1 32394:1 32452:1 32458:1 32476:1 32489:1 32500:1 32579:3 32584:3 32602:1 32618:2 32653:1 32684:1 32691:1 32700:1 32703:1 32720:1 32741:1 32742:1 32761:3 32796:1 32798:4 32812:2 32847:1 32894:1 32992:1 33012:1 33030:1 33060:1 33101:1 33137:1 33149:3 33150:1 33154:7 33207:1 33248:1 33271:1 33272:1 33281:1 33289:1 33304:1 33321:1 33322:1 33325:1 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:2 33492:1 33521:1 33531:2 33536:1 33539:2 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33645:1 33655:1 33664:2 33684:1 33686:1 33692:1 33727:1 33788:1 33789:1 33796:5 33801:1 33827:1 33843:1 33848:1 33865:2 33882:4 33884:1 33892:1 33897:1 33898:1 33900:1 33906:1 33914:2 33915:1 33931:1 33937:1 33939:1 33964:1 33975:1 33985:3 33986:2 33987:1 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34053:1 34058:2 34075:1 34104:1 34115:1 34116:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34800:2 34808:1 34815:1 34835:1 34847:1 34849:1 34851:1 34868:1 34872:2 34910:1 34917:1 34929:11 34931:1 34934:1 34941:2 34965:2 34978:1 34992:2 34998:1 35001:1 35018:2 35023:1 35056:1 35076:1 35077:1 35094:2 35097:1 35128:2 35136:1 35148:1 35165:1 35169:2 35176:1 35185:4 35191:2 35198:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35446:1 35466:1 35480:4 35554:1 35556:1 35577:1 35580:1 35600:1 35633:2 35660:1 35665:1 35667:1 35687:1 35691:2 35712:1 35715:1 35793:1 35802:1 35830:1 35854:1 35866:2 35881:1 35919:1 35934:1 35988:1 36039:1 36047:1 36068:1 36118:1 36151:1 36200:1 36206:1 36209:1 36214:2 36284:3 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:1 36372:1 36383:1 36401:2 36429:1 36453:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36517:6 36521:2 36526:1 36529:1 36531:1 36539:1 36548:1 36570:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:1 3 30:1 37:1 50:1 89:2 97:2 112:1 127:1 160:1 192:1 208:1 216:1 230:1 244:1 272:1 274:1 298:1 301:2 312:1 336:1 366:1 369:1 408:1 409:1 440:1 441:1 463:1 469:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:3 543:1 544:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 713:1 714:1 723:1 738:3 765:1 767:1 772:1 773:4 774:1 780:1 786:1 811:1 812:1 827:2 830:1 845:1 868:1 893:1 960:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1119:3 1127:1 1133:2 1144:3 1149:3 1153:1 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1272:1 1275:2 1301:1 1315:1 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1462:2 1486:1 1511:1 1514:1 1538:2 1541:2 1542:1 1549:1 1557:1 1560:1 1562:2 1580:1 1596:2 1616:1 1617:1 1628:1 1637:1 1652:2 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1719:1 1729:1 1753:2 1797:1 1813:1 1821:1 1837:1 1844:1 1847:1 1849:3 1864:1 1875:2 1883:3 1903:1 1912:1 1915:1 1930:2 1933:1 1976:1 1978:1 1985:1 1998:1 2011:1 2017:3 2062:2 2100:1 2105:1 2139:2 2140:1 2149:1 2150:1 2155:1 2170:1 2175:1 2182:1 2201:3 2206:1 2232:2 2261:1 2282:1 2309:1 2314:1 2360:1 2368:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2424:1 2443:1 2479:1 2499:2 2521:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2620:1 2632:2 2641:1 2670:1 2684:1 2704:1 2725:1 2737:2 2745:1 2771:1 2783:1 2788:1 2797:1 2803:1 2808:1 2822:1 2823:1 2833:2 2835:1 2836:1 2837:1 2839:2 2842:3 2844:3 2846:1 2848:7 2850:2 2851:1 2854:1 2857:1 2863:1 2866:2 2870:2 2878:2 2883:1 2916:1 2945:1 2963:2 2974:1 2995:2 3025:1 3038:1 3040:1 3071:1 3075:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:2 3319:1 3322:2 3325:1 3381:1 3387:1 3408:1 3424:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3540:1 3565:1 3566:1 3571:1 3599:1 3609:4 3626:1 3634:1 3640:1 3654:1 3680:1 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3872:1 3995:1 4064:1 4089:4 4097:5 4109:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4298:1 4350:1 4388:1 4399:1 4441:1 4442:1 4450:1 4478:1 4481:1 4484:1 4502:1 4538:1 4556:2 4557:1 4561:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:3 4636:2 4643:1 4653:1 4656:1 4684:1 4693:1 4697:3 4733:3 4750:1 4804:2 4824:1 4840:1 4866:1 4869:2 4890:3 4904:1 4944:1 4945:1 4979:1 4983:1 4996:1 5002:3 5038:1 5042:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5164:2 5183:1 5192:1 5227:2 5228:2 5233:2 5239:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:1 5357:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:5 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5678:1 5680:1 5683:1 5694:1 5715:2 5717:1 5720:1 5727:1 5762:1 5764:1 5774:1 5779:5 5792:1 5800:1 5813:1 5821:1 5822:1 5831:7 5848:1 5878:3 5917:2 5923:1 5926:1 5946:1 6029:1 6039:6 6041:2 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:2 6206:2 6213:1 6216:1 6236:2 6240:1 6296:1 6312:1 6327:1 6358:2 6359:1 6374:1 6395:1 6412:1 6413:1 6414:1 6435:1 6478:1 6497:2 6510:1 6525:1 6530:1 6571:2 6582:1 6590:1 6626:4 6631:1 6674:1 6726:1 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6785:1 6841:1 6843:1 6850:1 6853:3 6877:1 6892:1 6897:2 6997:1 7003:1 7061:1 7099:3 7105:1 7108:1 7143:2 7149:1 7165:1 7193:3 7226:1 7268:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7539:1 7541:1 7543:1 7545:2 7559:1 7569:1 7570:1 7571:1 7574:1 7577:1 7583:1 7587:2 7598:1 7609:2 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7734:1 7795:2 7797:1 7806:2 7818:1 7825:1 7866:1 7867:1 7871:1 7880:2 7882:1 7904:2 7925:2 7927:1 7934:1 7936:5 7938:2 7947:4 7950:2 7952:2 7953:6 7955:1 7958:1 7979:1 8012:2 8055:1 8096:1 8105:1 8115:3 8119:1 8127:1 8141:9 8161:1 8201:1 8212:1 8214:1 8260:1 8269:1 8279:2 8283:1 8439:1 8443:1 8451:1 8456:2 8457:1 8482:2 8519:2 8520:1 8524:1 8526:1 8554:3 8575:1 8591:1 8606:1 8614:1 8658:2 8672:1 8679:1 8685:1 8719:1 8724:1 8737:1 8746:1 8759:1 8767:1 8771:1 8773:1 8778:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8924:1 8932:1 8937:1 8942:1 8944:4 8972:1 9014:1 9037:1 9062:1 9106:1 9109:1 9113:1 9158:1 9279:1 9284:1 9299:1 9336:1 9349:1 9358:1 9361:1 9374:2 9399:1 9408:1 9425:2 9442:1 9476:3 9495:1 9583:6 9584:2 9591:1 9609:2 9610:1 9611:1 9638:1 9641:1 9642:1 9645:1 9651:29 9683:2 9688:3 9697:1 9703:1 9763:1 9834:1 9836:2 9841:1 9851:1 9859:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10005:1 10017:1 10086:1 10091:2 10117:1 10145:1 10155:1 10163:1 10189:1 10194:1 10228:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:9 10387:1 10414:1 10436:1 10437:1 10439:1 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10594:1 10597:2 10599:1 10607:1 10609:1 10620:1 10630:1 10632:1 10647:2 10657:1 10670:1 10679:1 10707:1 10716:1 10740:1 10742:1 10744:1 10751:2 10753:2 10754:1 10759:1 10760:1 10771:1 10808:1 10822:1 10839:1 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10948:1 10957:1 10975:1 11009:2 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11173:1 11174:1 11176:1 11182:1 11192:2 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11341:1 11351:1 11359:1 11380:1 11410:4 11439:1 11447:1 11464:1 11483:1 11485:1 11492:1 11509:1 11529:1 11532:1 11543:1 11574:1 11578:1 11587:1 11589:1 11600:1 11623:2 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11820:1 11845:1 11850:1 11853:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:1 11887:1 11889:1 11898:1 11908:1 11909:2 11914:1 11933:1 11956:1 11958:2 11987:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12101:1 12106:1 12113:1 12123:1 12149:2 12163:1 12174:1 12196:1 12204:2 12207:1 12210:1 12224:1 12250:1 12278:1 12347:1 12381:3 12382:1 12385:2 12386:1 12397:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:4 12482:1 12489:1 12491:1 12496:1 12517:1 12523:1 12538:1 12580:1 12595:1 12603:2 12614:2 12618:4 12630:2 12647:1 12650:1 12653:1 12666:1 12697:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12860:1 12892:1 12917:4 12931:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13031:1 13033:1 13034:1 13044:1 13054:1 13069:2 13095:3 13127:2 13144:1 13163:1 13198:1 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:9 13413:1 13427:1 13442:1 13454:2 13468:1 13509:1 13510:1 13511:3 13538:1 13565:1 13619:4 13625:5 13641:2 13642:1 13651:1 13667:1 13672:2 13694:1 13756:1 13766:1 13767:1 13777:2 13786:1 13790:1 13794:1 13797:2 13802:2 13828:1 13834:2 13842:1 13844:1 13848:2 13864:1 13963:1 14026:1 14031:4 14036:2 14039:1 14055:1 14061:2 14066:1 14082:1 14121:1 14125:1 14139:1 14155:1 14160:1 14222:2 14223:1 14230:1 14250:1 14254:1 14264:2 14282:1 14288:1 14292:1 14312:1 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:7 14449:1 14459:1 14464:2 14468:1 14488:1 14494:1 14499:2 14504:1 14506:1 14510:1 14513:3 14519:1 14523:2 14568:1 14575:6 14583:1 14592:4 14603:1 14604:4 14627:1 14650:1 14674:1 14764:1 14785:1 14794:2 14811:1 14824:1 14830:4 14872:2 14875:1 14899:1 14913:1 14926:1 14934:1 14944:1 14960:1 14977:1 15002:1 15017:3 15031:1 15039:1 15065:1 15067:1 15116:2 15119:1 15152:3 15268:1 15273:1 15281:1 15284:1 15355:1 15374:1 15382:1 15403:1 15445:1 15455:1 15460:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15674:1 15684:1 15692:1 15710:2 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15873:1 15876:1 15936:1 15951:1 15954:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16194:1 16199:1 16235:1 16247:1 16250:1 16262:2 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16364:1 16379:4 16384:2 16388:3 16410:1 16411:3 16421:1 16429:1 16474:1 16487:2 16497:1 16498:5 16523:1 16556:1 16567:1 16598:1 16604:2 16606:1 16619:1 16623:1 16632:1 16642:1 16655:1 16673:1 16732:1 16735:1 16741:1 16768:1 16785:1 16792:1 16855:2 16868:1 16881:1 16887:2 16907:1 16914:2 16969:1 16973:1 16975:3 16976:1 16986:1 16993:2 16994:1 16995:1 17004:1 17021:1 17057:2 17059:1 17108:1 17112:1 17126:1 17136:1 17140:1 17157:1 17159:1 17172:2 17173:1 17176:1 17199:1 17227:1 17228:1 17231:1 17242:2 17272:1 17300:1 17306:1 17332:1 17334:2 17338:1 17349:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:1 17457:1 17490:2 17526:2 17541:1 17582:1 17607:2 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17800:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18057:1 18071:1 18072:1 18111:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18272:1 18282:1 18285:4 18294:1 18310:1 18356:2 18359:4 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18448:1 18475:1 18485:1 18490:1 18505:1 18510:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18644:1 18653:5 18660:1 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18767:1 18799:1 18824:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 19011:2 19019:1 19045:1 19050:1 19052:1 19063:1 19106:2 19150:1 19208:1 19212:1 19233:1 19256:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:4 19341:3 19352:1 19358:1 19364:1 19472:2 19488:1 19502:1 19505:1 19508:4 19511:1 19514:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19558:1 19563:3 19567:2 19576:1 19590:2 19623:1 19632:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19770:1 19778:1 19779:1 19796:1 19801:4 19808:1 19859:1 19862:1 19879:1 19896:1 19901:4 19903:1 19904:1 19910:1 19926:1 19939:1 19941:1 19946:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20039:1 20040:1 20043:1 20052:1 20074:1 20131:1 20138:1 20171:2 20183:2 20208:1 20210:1 20214:1 20216:1 20219:1 20220:1 20221:1 20223:1 20230:2 20233:1 20242:1 20267:1 20315:1 20320:1 20324:2 20326:1 20332:2 20338:2 20343:1 20353:1 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20516:1 20575:3 20665:1 20672:1 20684:1 20686:1 20692:1 20705:3 20711:1 20756:1 20764:1 20797:2 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:1 20904:1 20905:1 20917:1 21006:1 21045:1 21046:3 21047:1 21124:1 21126:1 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:2 21444:1 21446:2 21478:2 21496:2 21508:1 21524:1 21583:1 21606:1 21610:1 21667:1 21678:1 21728:1 21737:1 21740:1 21751:3 21758:1 21761:1 21794:1 21839:1 21841:1 21865:1 21866:1 21890:1 21892:1 21903:1 21911:1 21924:1 21928:1 21949:1 21958:1 21978:1 21994:1 22033:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22158:1 22165:4 22178:1 22181:1 22191:1 22197:2 22199:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22365:4 22380:1 22403:1 22421:1 22462:1 22483:2 22498:1 22521:1 22545:1 22551:1 22587:2 22607:1 22608:1 22657:1 22659:1 22706:1 22722:1 22740:1 22746:1 22758:1 22783:1 22793:1 22796:1 22813:1 22817:1 22820:1 22834:1 22837:1 22854:1 22857:1 22870:1 22871:1 22905:1 22910:1 22918:1 23011:2 23012:1 23045:1 23049:1 23073:1620 23077:1 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23147:1 23155:1 23157:1 23220:1 23229:1 23238:1 23244:1 23271:1 23312:5 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:1 23425:4 23478:1 23538:3 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23776:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23859:1 23869:2 23901:1 23938:1 23966:1 24003:1 24010:1 24032:1 24039:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24160:1 24169:2 24198:1 24224:1 24226:1 24237:2 24264:1 24267:2 24275:1 24281:1 24290:1 24291:1 24324:5 24327:1 24353:1 24404:2 24461:1 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24725:1 24768:1 24769:1 24775:1 24776:1 24784:1 24791:1 24826:4 24827:1 24836:1 24853:1 24881:1 24882:1 24889:3 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 25009:1 25015:3 25033:1 25047:2 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:2 25125:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:2 25229:1 25251:1 25291:1 25311:2 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25498:1 25536:1 25562:2 25575:1 25595:3 25599:1 25620:1 25630:1 25641:1 25647:1 25657:1 25693:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25747:1 25749:1 25750:1 25759:1 25762:1 25781:1 25782:1 25784:3 25803:3 25819:1 25821:1 25828:1 25842:1 25844:1 25853:1 25861:1 25925:1 25929:2 26026:1 26046:1 26055:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26215:1 26218:1 26239:2 26244:1 26259:1 26267:1 26286:1 26357:1 26384:1 26390:1 26394:1 26432:1 26446:1 26464:1 26468:1 26470:3 26473:2 26489:1 26490:1 26542:1 26545:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26665:1 26681:1 26688:1 26711:1 26730:1 26736:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26792:1 26794:1 26831:1 26854:1 26873:1 26877:5 26879:1 26890:1 26904:1 26926:1 26932:3 26939:1 26956:1 26959:1 26999:1 27023:1 27057:2 27071:4 27073:1 27077:1 27102:1 27122:1 27152:2 27155:2 27200:3 27229:1 27230:1 27240:1 27256:1 27263:1 27270:1 27307:1 27311:1 27318:1 27354:1 27372:1 27395:1 27439:1 27473:2 27522:1 27528:1 27536:1 27554:4 27555:1 27597:1 27602:1 27628:1 27629:2 27630:1 27631:2 27643:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:1 27765:1 27770:5 27801:1 27831:3 27834:4 27839:1 27846:1 27852:1 27854:1 27868:1 27880:1 27908:1 27909:1 27915:1 27917:1 27924:1 27926:3 27931:1 27933:1 27939:1 27940:2 27954:3 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:1 28071:1 28074:3 28094:1 28095:3 28110:1 28132:1 28137:1 28142:1 28178:1 28211:1 28232:1 28286:1 28294:5 28314:1 28320:1 28327:1 28349:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:1 28482:1 28504:1 28542:1 28563:1 28579:1 28585:2 28615:1 28627:1 28642:1 28643:1 28648:1 28656:1 28684:1 28686:1 28704:1 28714:2 28764:2 28783:1 28788:1 28790:1 28798:1 28801:1 28807:1 28815:5 28853:1 28872:1 28922:1 28934:1 28947:1 28968:1 28974:1 28980:1 28995:1 29006:2 29012:2 29033:1 29034:1 29040:1 29092:1 29097:1 29110:1 29122:1 29153:1 29154:1 29158:1 29175:3 29180:1 29204:1 29243:1 29298:1 29299:1 29330:1 29332:1 29363:1 29374:1 29433:1 29440:4 29468:1 29480:1 29504:1 29548:1 29552:1 29563:1 29564:1 29579:1 29606:1 29619:1 29629:1 29652:1 29661:1 29701:1 29713:1 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29811:2 29816:1 29817:2 29858:1 29859:1 29893:1 29904:1 29910:1 29949:1 29960:1 29986:1 30009:1 30025:2 30068:1 30072:1 30084:2 30105:1 30151:1 30162:3 30192:2 30238:2 30250:1 30256:2 30267:1 30278:1 30292:3 30306:1 30316:2 30326:1 30333:3 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30496:2 30511:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30645:1 30654:6 30660:2 30673:1 30674:1 30679:1 30733:1 30763:1 30771:2 30793:1 30799:1 30805:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30985:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31074:1 31078:1 31082:1 31113:4 31115:10 31128:1 31146:6 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31322:1 31332:1 31338:1 31364:2 31366:1 31383:1 31387:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31470:1 31488:1 31492:2 31526:1 31530:2 31548:1 31550:1 31576:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31679:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31815:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31948:3 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32067:1 32083:3 32106:1 32112:1 32135:1 32140:1 32180:1 32196:1 32210:1 32227:1 32229:1 32276:1 32301:1 32315:1 32364:2 32367:2 32381:1 32382:1 32394:1 32452:1 32458:1 32476:1 32489:1 32500:1 32579:3 32584:3 32586:1 32602:1 32618:2 32653:1 32684:1 32691:1 32700:1 32703:1 32720:1 32741:1 32742:1 32761:3 32796:1 32798:4 32812:2 32847:1 32894:1 32992:1 33012:1 33030:1 33060:1 33101:1 33132:1 33137:1 33149:3 33150:1 33154:9 33207:1 33248:1 33271:1 33272:1 33281:1 33289:1 33304:1 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:4 33492:1 33521:1 33531:2 33536:1 33539:2 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33645:1 33655:1 33664:2 33684:1 33686:1 33692:1 33727:1 33788:1 33789:1 33796:5 33801:1 33827:1 33843:1 33848:1 33865:2 33882:4 33884:1 33892:1 33897:1 33898:1 33900:1 33906:1 33914:2 33915:1 33931:1 33937:1 33939:1 33964:1 33975:1 33985:3 33986:2 33987:1 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34053:1 34058:2 34075:1 34104:1 34115:2 34116:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34800:2 34808:1 34815:1 34835:1 34847:1 34849:1 34851:1 34868:1 34872:2 34896:1 34910:1 34917:1 34929:11 34931:1 34934:1 34941:2 34965:2 34978:1 34992:2 34998:1 35001:1 35018:2 35023:1 35056:1 35076:1 35077:1 35094:2 35097:1 35128:2 35136:1 35148:2 35165:1 35169:2 35176:1 35185:4 35191:2 35198:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35446:1 35466:1 35480:4 35554:1 35556:1 35577:1 35580:1 35600:1 35621:1 35633:2 35660:1 35665:1 35667:1 35687:1 35691:3 35712:1 35715:1 35793:1 35802:1 35830:1 35849:1 35854:1 35866:2 35881:1 35919:1 35934:1 35988:1 36039:2 36047:1 36068:1 36118:1 36151:1 36200:1 36206:1 36209:1 36214:2 36284:3 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:1 36372:1 36376:1 36383:1 36401:2 36429:1 36453:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36517:6 36521:2 36526:2 36529:1 36531:1 36539:1 36548:1 36570:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:1 3 30:1 37:1 50:1 89:2 97:2 112:1 127:1 131:1 160:1 178:1 192:1 208:1 216:1 230:1 244:1 272:1 274:1 298:1 301:2 312:1 336:1 366:1 369:1 408:1 409:1 440:1 441:1 444:1 463:1 469:2 473:1 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:3 543:1 544:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 713:1 714:1 723:1 730:1 738:3 765:1 767:1 772:1 773:4 774:1 780:1 786:1 811:1 812:1 827:2 830:1 845:1 868:1 893:1 960:1 962:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1119:3 1127:1 1133:2 1144:3 1149:4 1153:2 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1272:1 1275:2 1301:1 1315:1 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1462:2 1470:1 1486:1 1511:1 1514:1 1538:2 1541:2 1542:1 1549:1 1557:1 1560:1 1562:2 1580:1 1596:2 1616:2 1617:1 1628:1 1637:1 1652:3 1657:1 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1719:1 1729:1 1753:2 1797:1 1813:1 1821:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:5 1903:1 1912:1 1915:1 1930:2 1933:1 1969:1 1976:1 1978:1 1985:2 1998:1 2011:1 2017:3 2062:2 2100:1 2105:1 2139:2 2140:1 2149:1 2150:1 2155:1 2170:2 2175:1 2182:1 2201:3 2206:1 2232:2 2261:1 2282:1 2309:1 2314:1 2333:1 2360:1 2368:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2424:1 2443:1 2479:1 2499:2 2521:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2620:1 2632:2 2641:1 2670:1 2684:1 2692:1 2704:1 2725:1 2737:2 2745:1 2771:1 2783:1 2788:1 2797:1 2803:1 2808:1 2822:1 2823:1 2833:2 2835:2 2836:1 2837:1 2839:2 2842:3 2844:3 2846:1 2848:7 2850:2 2851:1 2854:1 2857:1 2863:1 2866:2 2870:2 2878:2 2880:1 2883:1 2916:1 2945:1 2963:2 2974:1 2995:2 3025:1 3038:1 3040:1 3071:1 3075:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:2 3319:1 3322:2 3325:1 3381:1 3387:1 3408:1 3424:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3529:1 3540:1 3565:1 3566:2 3571:1 3597:1 3599:1 3609:5 3626:2 3634:1 3640:1 3654:1 3680:1 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3872:1 3947:1 3995:1 4064:1 4089:4 4097:5 4109:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4298:1 4350:1 4388:1 4399:1 4441:1 4442:1 4450:1 4478:1 4481:1 4484:1 4502:1 4538:1 4556:2 4557:1 4561:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:3 4636:2 4643:1 4653:1 4656:1 4669:1 4684:1 4693:1 4697:3 4733:3 4750:1 4774:1 4804:2 4824:1 4840:1 4866:1 4869:2 4890:3 4904:1 4944:1 4945:1 4979:1 4983:1 4996:1 5002:3 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5164:2 5183:1 5192:1 5227:2 5228:2 5233:2 5239:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:1 5343:1 5357:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5678:1 5680:1 5683:1 5694:1 5715:2 5717:1 5720:1 5727:1 5762:1 5764:1 5774:1 5779:5 5792:1 5800:1 5813:1 5821:1 5822:1 5831:7 5848:1 5878:3 5917:2 5923:1 5926:1 5929:1 5946:1 6003:1 6029:1 6039:6 6041:2 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:2 6205:1 6206:2 6213:1 6216:1 6236:2 6239:1 6240:1 6296:1 6312:2 6327:1 6358:2 6359:1 6374:1 6395:1 6412:1 6413:1 6414:1 6435:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6674:1 6722:1 6726:1 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:1 6785:1 6841:1 6843:1 6850:1 6853:3 6877:1 6892:1 6897:2 6997:1 7003:1 7061:1 7080:1 7099:3 7105:1 7108:1 7143:2 7149:1 7165:1 7193:3 7226:1 7233:1 7268:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7539:1 7541:1 7543:1 7545:2 7559:1 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:1 7734:1 7795:2 7797:1 7806:2 7818:1 7825:1 7866:1 7867:1 7871:1 7880:2 7882:1 7904:2 7925:2 7927:1 7934:1 7936:5 7938:2 7939:1 7947:4 7950:2 7952:2 7953:6 7955:1 7958:1 7962:1 7979:1 7992:1 8012:2 8055:1 8096:1 8105:1 8115:3 8119:1 8125:1 8127:1 8141:11 8161:1 8201:2 8212:1 8214:1 8260:1 8269:1 8279:2 8283:1 8439:1 8443:1 8451:1 8456:2 8457:1 8482:2 8519:2 8520:1 8524:1 8526:1 8554:3 8575:1 8591:1 8606:1 8614:1 8658:2 8672:1 8679:1 8685:1 8719:1 8724:1 8737:1 8746:1 8759:1 8767:1 8771:1 8773:1 8778:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8908:1 8924:2 8932:1 8937:1 8942:1 8944:4 8972:1 9014:1 9037:1 9062:1 9106:1 9109:1 9113:1 9158:1 9279:1 9284:1 9299:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:2 9399:1 9408:1 9425:2 9442:1 9455:1 9476:3 9495:1 9499:1 9583:6 9584:2 9591:1 9609:2 9610:1 9611:1 9638:1 9641:1 9642:1 9645:1 9647:1 9651:30 9660:1 9683:2 9688:4 9697:1 9703:1 9763:1 9785:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10005:1 10017:1 10062:1 10086:1 10091:2 10117:1 10145:1 10155:1 10157:1 10163:1 10189:1 10194:1 10228:1 10257:1 10268:2 10271:2 10277:1 10278:1 10296:9 10315:1 10387:1 10414:1 10436:1 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10530:1 10531:1 10544:1 10594:1 10597:2 10599:1 10607:1 10609:1 10620:1 10630:1 10632:1 10637:1 10647:2 10657:1 10670:1 10679:1 10707:1 10716:1 10740:1 10742:1 10744:1 10751:2 10753:2 10754:1 10759:1 10760:1 10771:1 10808:1 10822:1 10839:1 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10948:1 10957:1 10975:1 11009:2 11051:1 11054:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11173:1 11174:1 11176:1 11182:1 11192:2 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11341:1 11350:2 11351:1 11359:1 11380:1 11410:4 11439:1 11447:1 11464:1 11483:1 11485:1 11492:1 11509:1 11529:1 11532:1 11543:1 11574:1 11578:1 11587:1 11589:1 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11820:1 11845:1 11850:1 11853:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:1 11887:1 11889:1 11898:1 11908:1 11909:2 11914:1 11933:1 11956:1 11958:2 11987:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12101:1 12106:1 12113:1 12123:1 12149:2 12163:1 12174:1 12196:1 12204:3 12207:1 12210:1 12224:1 12250:1 12278:1 12347:1 12381:3 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:4 12482:1 12489:1 12491:1 12496:1 12517:1 12523:1 12538:1 12580:1 12582:1 12589:1 12595:1 12603:2 12614:2 12618:4 12630:2 12647:1 12650:1 12653:1 12666:1 12697:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12860:1 12892:1 12917:4 12931:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13031:1 13033:1 13034:1 13044:1 13054:1 13069:2 13095:3 13127:2 13144:1 13163:1 13198:2 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:9 13413:1 13427:1 13442:1 13454:2 13468:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:4 13625:5 13641:2 13642:1 13651:1 13667:1 13672:2 13674:1 13690:1 13694:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13828:1 13834:2 13842:1 13844:1 13848:2 13864:1 13963:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:1 14121:1 14125:1 14139:1 14155:1 14160:1 14174:1 14222:2 14223:1 14230:1 14250:1 14254:1 14264:2 14282:1 14288:1 14292:1 14312:1 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:7 14449:1 14459:1 14464:2 14468:1 14488:1 14494:1 14499:2 14504:1 14506:1 14510:1 14513:3 14519:1 14523:2 14568:1 14571:1 14575:6 14583:1 14592:4 14598:1 14603:1 14604:4 14627:1 14650:1 14674:1 14758:1 14764:1 14785:1 14794:2 14811:1 14824:1 14830:4 14872:2 14875:1 14899:1 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15002:1 15017:3 15031:1 15039:1 15065:1 15067:1 15088:1 15116:2 15119:1 15152:3 15208:1 15268:1 15273:1 15281:2 15284:1 15310:1 15355:1 15374:1 15382:1 15403:1 15445:1 15455:1 15460:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:1 15674:1 15684:1 15692:1 15710:2 15753:1 15771:1 15782:1 15812:1 15816:1 15830:1 15848:1 15851:2 15864:1 15873:1 15876:1 15936:1 15937:1 15951:1 15954:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16194:1 16199:1 16235:1 16247:1 16250:1 16262:2 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16364:1 16379:4 16384:2 16388:3 16410:1 16411:3 16421:1 16429:1 16455:1 16461:1 16474:1 16487:2 16497:1 16498:5 16512:1 16523:1 16556:1 16567:1 16598:1 16604:2 16606:1 16619:2 16623:1 16632:1 16642:1 16655:1 16673:1 16732:1 16735:1 16741:1 16768:1 16785:1 16792:1 16855:2 16868:1 16881:1 16887:2 16907:1 16914:2 16969:1 16973:1 16975:3 16976:1 16986:1 16993:2 16994:1 16995:1 17004:2 17021:1 17057:2 17059:1 17068:1 17108:1 17112:1 17126:1 17136:1 17140:1 17157:1 17159:1 17164:1 17172:2 17173:2 17176:1 17199:1 17227:1 17228:1 17231:1 17242:2 17272:1 17300:1 17306:1 17332:1 17334:2 17338:1 17349:1 17356:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:1 17457:1 17468:1 17490:2 17526:2 17541:1 17582:1 17607:2 17640:1 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17794:1 17800:1 17812:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18057:1 18066:1 18071:1 18072:1 18111:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18272:1 18282:1 18285:5 18294:1 18310:1 18356:2 18359:4 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18448:1 18475:1 18485:1 18490:1 18505:1 18510:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18631:1 18644:2 18653:5 18660:1 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18767:1 18787:1 18799:1 18811:1 18824:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 19011:2 19019:1 19045:1 19050:1 19052:1 19063:1 19106:2 19150:1 19208:1 19212:1 19233:1 19256:1 19261:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:5 19341:3 19352:1 19358:1 19364:1 19472:2 19488:2 19502:1 19505:1 19508:4 19511:1 19514:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19558:1 19563:3 19567:2 19576:1 19586:1 19590:2 19623:1 19632:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19770:1 19778:1 19779:1 19796:1 19801:4 19808:1 19859:1 19862:1 19879:1 19896:1 19901:4 19903:1 19904:1 19910:1 19926:1 19939:1 19941:2 19946:1 19963:1 19972:1 20001:2 20008:1 20022:1 20030:1 20039:1 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20183:2 20208:1 20210:1 20214:1 20216:1 20219:1 20220:1 20221:1 20223:1 20230:2 20233:1 20242:1 20267:2 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:1 20338:2 20343:1 20353:1 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20516:1 20575:3 20665:1 20672:1 20684:1 20686:1 20692:1 20705:3 20711:1 20756:1 20764:1 20797:2 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:1 20904:1 20905:1 20908:1 20917:1 21006:1 21045:1 21046:3 21047:1 21124:1 21126:1 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:2 21429:1 21444:1 21446:2 21478:2 21496:2 21508:1 21515:1 21524:1 21583:1 21606:2 21610:1 21613:1 21650:1 21667:1 21678:1 21728:1 21737:1 21740:1 21748:1 21751:4 21758:1 21761:1 21794:1 21839:1 21841:1 21865:1 21866:1 21890:1 21892:1 21903:1 21911:1 21918:1 21924:1 21928:1 21949:1 21958:1 21978:1 21994:1 22033:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:4 22178:1 22181:1 22191:1 22197:2 22199:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22334:1 22357:1 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22462:1 22483:2 22498:2 22521:1 22545:1 22551:1 22587:2 22607:2 22608:1 22657:1 22659:1 22706:1 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:2 22817:1 22820:1 22834:1 22837:1 22854:1 22857:1 22870:1 22871:1 22905:1 22910:1 22918:1 23011:2 23012:1 23018:1 23045:1 23049:1 23055:1 23073:1756 23077:1 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23147:1 23155:1 23157:1 23220:1 23229:1 23238:1 23244:1 23271:1 23312:6 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:1 23368:1 23425:4 23475:1 23478:1 23538:3 23552:1 23565:1 23635:1 23668:1 23683:2 23693:1 23716:1 23732:1 23776:1 23787:1 23793:1 23813:1 23831:1 23839:1 23843:1 23850:1 23859:1 23869:2 23901:1 23938:1 23966:2 24003:1 24010:1 24032:1 24039:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24160:1 24169:2 24198:1 24224:1 24226:1 24237:2 24264:1 24267:2 24275:1 24281:1 24290:1 24291:1 24324:5 24327:1 24353:1 24374:1 24404:2 24411:1 24461:1 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24662:1 24665:1 24703:1 24707:1 24708:2 24725:1 24768:1 24769:1 24775:1 24776:1 24784:1 24791:1 24826:4 24827:1 24836:1 24853:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24999:1 25009:1 25015:3 25033:1 25047:2 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:3 25125:1 25142:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:2 25229:1 25251:1 25255:1 25291:1 25311:2 25328:1 25380:1 25390:1 25394:2 25403:1 25459:1 25473:1 25481:1 25498:1 25536:1 25562:2 25575:1 25595:3 25599:1 25611:1 25620:1 25630:1 25641:1 25647:1 25657:1 25693:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25781:1 25782:1 25784:3 25803:3 25819:1 25821:1 25828:1 25842:1 25844:1 25853:1 25861:1 25925:1 25929:2 26026:1 26046:1 26055:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26213:1 26215:1 26218:1 26239:2 26244:1 26259:1 26267:1 26286:1 26357:1 26384:1 26390:1 26394:1 26432:1 26446:1 26464:1 26468:1 26470:3 26473:2 26489:1 26490:1 26542:1 26545:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26665:1 26681:1 26688:1 26711:1 26730:1 26736:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26873:1 26877:5 26879:1 26890:1 26904:1 26926:1 26932:3 26935:1 26939:1 26949:1 26956:1 26959:1 26999:1 27023:1 27045:1 27057:2 27071:4 27073:1 27077:1 27102:1 27122:1 27152:2 27155:2 27200:3 27229:1 27230:1 27240:1 27256:1 27263:1 27270:1 27307:1 27311:1 27318:1 27321:1 27354:1 27372:1 27395:1 27439:1 27473:2 27522:1 27528:1 27536:1 27554:5 27555:1 27597:1 27602:2 27628:1 27629:2 27630:1 27631:2 27643:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:1 27765:1 27770:6 27801:1 27815:1 27831:3 27834:4 27839:1 27846:1 27852:1 27854:1 27868:1 27880:1 27908:1 27909:1 27915:1 27917:1 27924:1 27926:3 27931:1 27933:1 27939:1 27940:2 27954:3 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28071:1 28074:3 28094:1 28095:3 28110:1 28132:1 28137:1 28142:1 28178:1 28197:1 28209:1 28211:1 28218:1 28232:1 28258:1 28286:1 28294:5 28314:1 28320:1 28327:1 28349:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28504:1 28542:1 28563:1 28579:1 28585:2 28615:1 28627:1 28642:1 28643:1 28648:1 28656:1 28684:1 28686:1 28704:1 28714:2 28744:1 28764:2 28783:1 28788:1 28790:1 28798:1 28801:1 28807:1 28815:6 28853:1 28872:1 28904:1 28922:1 28934:1 28947:1 28968:1 28974:1 28980:1 28995:1 29006:3 29012:2 29033:1 29034:1 29040:1 29092:1 29097:1 29110:1 29122:1 29153:1 29154:1 29158:1 29175:3 29180:1 29204:1 29243:2 29298:1 29299:1 29330:1 29332:1 29336:1 29363:1 29374:1 29433:1 29440:4 29468:1 29480:2 29504:1 29548:1 29552:1 29563:1 29564:1 29579:1 29606:1 29619:1 29629:1 29652:1 29661:1 29701:1 29713:1 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29811:3 29816:1 29817:2 29858:1 29859:1 29893:2 29904:1 29910:1 29949:1 29960:1 29986:1 30009:2 30025:2 30068:1 30072:1 30084:2 30105:1 30151:1 30162:3 30192:2 30238:2 30250:1 30256:2 30267:1 30278:1 30292:3 30306:1 30316:2 30326:1 30333:3 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30451:1 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30496:2 30511:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30645:1 30654:6 30660:2 30673:1 30674:1 30679:1 30733:1 30759:1 30763:1 30771:2 30791:1 30793:1 30799:1 30805:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30985:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31074:1 31078:1 31082:1 31113:4 31115:10 31128:1 31146:6 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31248:1 31250:1 31292:1 31301:1 31322:1 31332:1 31338:1 31364:2 31366:1 31383:1 31387:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31469:1 31470:1 31488:1 31492:2 31526:1 31530:2 31548:1 31550:1 31576:1 31591:1 31608:1 31649:2 31652:1 31656:1 31672:1 31679:1 31729:1 31733:1 31752:2 31762:2 31764:4 31777:3 31815:1 31828:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31945:1 31948:3 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32056:1 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32196:1 32210:1 32222:1 32227:1 32229:1 32276:1 32301:1 32315:1 32364:3 32367:2 32381:1 32382:1 32394:1 32452:1 32458:1 32476:1 32489:1 32500:1 32510:1 32532:1 32579:3 32584:3 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32691:1 32700:1 32703:1 32720:1 32741:1 32742:1 32761:3 32796:1 32798:4 32812:2 32818:1 32847:1 32894:1 32992:1 33012:1 33030:1 33060:1 33101:1 33132:1 33137:1 33149:3 33150:1 33154:11 33207:1 33248:1 33271:1 33272:1 33281:1 33289:1 33304:1 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33521:1 33531:3 33536:1 33539:2 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33645:1 33655:1 33664:2 33684:1 33686:1 33692:1 33709:1 33727:1 33788:1 33789:1 33796:5 33801:1 33827:1 33843:1 33848:1 33865:2 33882:4 33884:1 33892:1 33897:1 33898:1 33900:1 33906:1 33914:2 33915:1 33930:1 33931:1 33937:1 33939:1 33964:1 33975:1 33985:3 33986:2 33987:1 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34053:1 34058:2 34075:1 34104:3 34115:2 34116:1 34122:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34800:2 34808:1 34815:1 34835:1 34847:1 34849:1 34851:1 34868:1 34872:2 34896:1 34900:1 34910:1 34917:1 34929:11 34931:1 34934:1 34941:2 34965:2 34978:1 34992:3 34998:1 35001:1 35018:2 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35128:2 35136:1 35148:2 35165:1 35169:2 35176:2 35185:4 35191:2 35196:1 35198:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35446:1 35466:1 35480:4 35543:1 35554:1 35556:1 35577:1 35580:1 35600:1 35621:1 35633:2 35660:1 35665:1 35667:1 35687:1 35691:3 35712:1 35715:1 35754:1 35793:1 35802:1 35830:1 35849:1 35854:1 35866:2 35881:1 35919:1 35934:2 35988:1 36039:2 36047:1 36057:1 36068:1 36118:1 36151:1 36200:1 36206:1 36209:1 36214:2 36284:3 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:1 36372:1 36376:1 36383:1 36401:2 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36517:6 36521:2 36526:2 36529:1 36531:1 36539:1 36548:1 36570:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:1 3 30:1 37:1 50:1 89:2 97:2 112:1 127:1 131:1 160:1 178:1 192:1 208:1 216:1 225:1 230:1 244:1 272:1 274:1 298:1 301:2 312:1 336:1 366:1 369:1 408:1 409:1 440:1 441:1 444:1 463:1 469:2 473:1 475:1 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:3 543:1 544:1 568:2 614:1 624:1 630:1 643:1 651:1 658:1 672:1 699:1 713:1 714:1 723:1 730:2 738:3 765:1 767:1 772:1 773:4 774:1 780:1 786:1 811:1 812:1 827:2 830:1 845:1 868:1 893:1 960:1 962:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1099:1 1119:3 1127:1 1133:2 1144:3 1149:4 1153:2 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1272:1 1275:2 1301:1 1315:1 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1462:2 1470:1 1486:1 1511:1 1514:1 1533:1 1538:2 1541:2 1542:1 1549:1 1557:1 1558:1 1560:1 1562:2 1580:1 1596:2 1616:2 1617:1 1628:1 1637:1 1652:3 1657:1 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1753:2 1797:1 1813:1 1821:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:6 1903:1 1912:1 1915:1 1930:2 1933:1 1934:1 1969:1 1976:1 1978:1 1985:2 1998:1 2011:1 2017:3 2062:2 2100:1 2105:1 2139:2 2140:1 2149:1 2150:1 2155:1 2170:2 2175:1 2182:1 2201:3 2206:1 2232:2 2261:1 2282:1 2290:1 2309:1 2314:1 2333:1 2360:1 2368:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2424:1 2443:1 2479:1 2499:2 2521:1 2523:1 2526:1 2545:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2620:1 2632:2 2641:1 2670:1 2684:1 2692:3 2704:1 2725:1 2737:4 2745:1 2771:1 2783:1 2788:1 2797:1 2803:1 2808:1 2822:1 2823:1 2833:2 2835:2 2836:1 2837:1 2839:2 2842:3 2844:3 2846:1 2848:7 2850:2 2851:1 2854:1 2857:1 2863:1 2866:3 2870:2 2878:2 2880:1 2883:1 2916:1 2945:1 2963:2 2974:1 2995:2 3004:1 3025:1 3038:1 3040:1 3071:1 3075:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3195:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3294:2 3319:1 3322:2 3325:2 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:1 3526:1 3529:1 3540:1 3565:1 3566:3 3571:1 3597:1 3599:1 3609:6 3626:2 3634:1 3640:1 3654:1 3680:1 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3872:1 3947:1 3995:1 4064:1 4089:4 4097:6 4109:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4298:1 4311:1 4350:1 4388:1 4399:1 4441:1 4442:1 4447:1 4450:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4556:2 4557:1 4561:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:3 4636:2 4643:1 4653:1 4656:1 4669:1 4684:1 4693:1 4697:3 4733:3 4750:1 4774:1 4804:2 4824:1 4840:2 4866:1 4869:2 4890:3 4904:1 4944:1 4945:1 4979:1 4983:1 4996:1 5002:3 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5164:2 5183:1 5192:1 5227:2 5228:2 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:1 5343:1 5357:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:1 5715:2 5717:1 5720:1 5727:1 5762:1 5764:1 5774:1 5779:5 5792:1 5798:1 5800:1 5813:1 5821:1 5822:1 5831:7 5848:1 5878:3 5917:2 5923:1 5926:1 5929:1 5946:1 6003:1 6029:1 6039:9 6041:2 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:3 6205:1 6206:2 6213:1 6216:1 6219:1 6220:1 6228:1 6236:2 6239:1 6240:1 6296:1 6312:2 6327:1 6358:2 6359:1 6374:1 6395:1 6412:1 6413:1 6414:1 6435:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6674:1 6692:1 6722:1 6726:1 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:1 6785:1 6841:1 6843:1 6850:1 6853:3 6877:1 6892:1 6897:2 6993:1 6997:1 7003:1 7061:1 7080:1 7099:3 7102:1 7105:1 7108:1 7143:2 7149:1 7165:1 7193:3 7226:1 7233:1 7268:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7539:1 7541:1 7543:1 7545:2 7559:1 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:2 7734:1 7795:2 7797:1 7806:2 7818:1 7825:1 7866:1 7867:1 7871:1 7876:1 7880:2 7882:1 7904:2 7925:2 7927:1 7934:1 7936:5 7938:2 7939:1 7947:4 7948:1 7950:2 7952:2 7953:7 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8096:1 8105:1 8115:3 8119:1 8125:1 8127:2 8141:12 8161:1 8201:2 8212:1 8214:1 8260:1 8269:1 8279:2 8283:1 8439:1 8443:1 8451:1 8456:2 8457:1 8482:2 8519:2 8520:1 8524:1 8526:1 8554:4 8557:1 8575:1 8591:1 8606:1 8614:1 8658:2 8672:1 8679:1 8685:1 8719:1 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8908:1 8924:2 8932:1 8937:1 8942:1 8944:4 8972:1 9014:1 9037:1 9062:1 9106:1 9109:1 9113:1 9158:1 9266:1 9279:1 9284:1 9299:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:2 9399:1 9408:1 9425:2 9430:1 9442:1 9455:1 9476:3 9495:1 9499:1 9583:7 9584:2 9591:1 9609:2 9610:1 9611:1 9638:1 9641:2 9642:2 9645:1 9647:1 9651:30 9660:1 9683:2 9688:5 9697:1 9703:1 9763:1 9785:1 9789:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10002:1 10005:1 10017:1 10062:1 10086:1 10091:2 10117:1 10145:1 10155:1 10157:1 10163:1 10189:1 10194:1 10228:1 10230:1 10257:1 10268:2 10271:2 10277:2 10278:1 10296:13 10315:1 10387:1 10414:1 10436:1 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10520:1 10530:1 10531:1 10544:1 10594:1 10597:2 10599:1 10607:1 10609:1 10620:1 10630:1 10632:1 10637:1 10647:2 10648:1 10657:1 10670:1 10679:1 10707:1 10716:2 10740:1 10742:1 10744:1 10751:2 10753:2 10754:1 10759:1 10760:1 10762:1 10771:1 10781:1 10808:1 10822:1 10839:1 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10937:1 10948:1 10957:1 10975:1 11009:2 11051:1 11054:1 11093:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:2 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:2 11351:1 11359:1 11377:1 11380:1 11403:1 11410:4 11439:1 11447:1 11464:1 11481:2 11483:1 11485:1 11492:1 11509:1 11529:1 11532:1 11543:1 11574:1 11578:1 11587:1 11589:1 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11820:2 11845:1 11850:1 11853:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:1 11887:1 11889:1 11898:1 11908:1 11909:2 11914:1 11933:1 11956:1 11958:2 11987:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:2 12163:1 12174:1 12196:1 12204:3 12207:1 12210:1 12224:1 12250:1 12278:1 12347:1 12381:3 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:4 12482:1 12489:1 12491:1 12496:1 12517:1 12523:2 12538:1 12580:1 12582:1 12589:1 12595:1 12603:2 12614:2 12618:4 12630:2 12647:1 12650:1 12653:1 12666:1 12697:1 12702:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12860:1 12892:1 12917:4 12931:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13031:1 13033:1 13034:2 13044:1 13054:1 13069:2 13095:3 13127:2 13144:1 13163:1 13198:2 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:9 13413:1 13427:1 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:4 13625:6 13641:2 13642:1 13651:1 13667:1 13672:2 13674:1 13690:1 13694:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13828:1 13834:2 13842:1 13843:1 13844:1 13848:3 13864:1 13963:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:1 14121:1 14125:1 14139:1 14149:1 14154:1 14155:1 14160:1 14174:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14282:1 14288:1 14292:1 14312:1 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:7 14449:1 14459:1 14464:2 14468:1 14474:2 14478:1 14488:1 14494:1 14499:2 14504:1 14506:1 14510:1 14513:3 14519:1 14523:2 14568:1 14571:1 14575:6 14583:1 14592:4 14598:1 14603:1 14604:4 14627:1 14650:1 14674:1 14748:1 14758:1 14764:1 14785:1 14794:2 14811:1 14824:1 14830:4 14872:2 14875:1 14899:1 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15002:1 15017:3 15031:1 15039:1 15065:1 15067:1 15088:1 15116:2 15119:1 15152:3 15208:1 15268:1 15273:1 15281:2 15284:1 15310:1 15355:1 15374:1 15382:1 15403:1 15445:1 15455:1 15460:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:1 15674:1 15684:1 15692:1 15710:2 15753:1 15771:1 15782:1 15812:1 15816:1 15827:1 15830:1 15848:1 15851:2 15864:1 15873:1 15876:1 15917:1 15936:1 15937:1 15951:1 15954:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16194:1 16199:1 16235:1 16247:1 16250:1 16262:2 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16364:1 16379:4 16384:2 16388:3 16390:1 16410:1 16411:3 16421:1 16429:1 16455:1 16461:1 16474:1 16487:2 16497:1 16498:5 16512:1 16523:1 16556:1 16567:1 16582:1 16598:1 16604:3 16606:1 16619:2 16623:1 16632:1 16642:1 16655:1 16673:1 16732:1 16735:1 16741:1 16768:1 16785:1 16792:1 16855:2 16868:1 16881:1 16887:2 16907:1 16914:2 16969:2 16973:1 16975:3 16976:1 16986:1 16993:2 16994:1 16995:1 17004:2 17021:1 17057:3 17059:1 17068:1 17108:1 17112:1 17126:1 17136:1 17140:1 17157:1 17159:1 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:1 17231:1 17242:2 17272:1 17300:1 17306:1 17332:1 17334:2 17338:1 17349:1 17356:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17468:1 17490:2 17526:2 17541:1 17544:1 17568:1 17574:1 17582:1 17607:2 17640:1 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17794:1 17800:1 17812:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18057:1 18066:1 18071:1 18072:1 18086:1 18111:1 18120:1 18139:1 18167:1 18174:1 18192:1 18203:1 18267:2 18272:1 18282:1 18285:5 18294:1 18310:1 18356:2 18359:4 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18444:1 18448:1 18475:1 18485:1 18490:1 18505:1 18510:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18631:1 18644:2 18653:5 18660:1 18661:1 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18767:1 18787:1 18799:1 18811:1 18824:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 19011:2 19019:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:1 19150:1 19208:1 19212:1 19233:1 19256:1 19261:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:6 19341:3 19352:1 19358:1 19364:1 19472:2 19488:2 19502:1 19505:1 19508:4 19511:1 19514:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19558:1 19563:3 19567:2 19576:1 19586:1 19590:2 19623:1 19632:1 19679:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19770:1 19778:1 19779:1 19796:1 19801:4 19808:1 19859:1 19862:1 19879:1 19896:1 19901:6 19903:1 19904:1 19910:1 19926:1 19939:1 19941:2 19946:1 19963:1 19972:1 19981:1 20001:2 20008:1 20022:1 20030:1 20039:1 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20208:1 20210:1 20213:1 20214:1 20216:1 20218:1 20219:1 20220:1 20221:2 20223:2 20230:2 20233:1 20242:1 20267:2 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:1 20338:2 20343:1 20353:1 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20516:1 20575:3 20665:1 20672:1 20684:1 20686:1 20692:1 20705:3 20711:1 20756:1 20764:2 20797:2 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 21006:1 21035:1 21045:1 21046:3 21047:1 21124:1 21126:1 21149:1 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:2 21429:1 21444:1 21446:2 21478:2 21496:2 21508:2 21515:1 21524:1 21583:1 21596:1 21606:2 21610:1 21613:1 21650:1 21667:1 21670:1 21678:1 21728:1 21737:1 21740:1 21748:1 21751:4 21758:1 21761:1 21773:1 21794:1 21839:1 21841:1 21865:1 21866:1 21890:1 21892:1 21903:1 21911:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21994:1 22033:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:5 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22334:1 22357:1 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22462:1 22483:2 22498:2 22521:1 22545:1 22551:1 22587:2 22607:2 22608:1 22657:1 22659:1 22706:1 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:3 22817:1 22820:1 22834:1 22837:1 22854:1 22857:1 22870:1 22871:1 22905:1 22910:1 22918:1 22998:1 23011:2 23012:1 23018:1 23045:1 23049:1 23055:1 23073:1868 23077:1 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23147:1 23155:1 23157:1 23220:1 23229:1 23238:1 23244:1 23271:1 23312:6 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:1 23368:1 23425:4 23475:1 23478:1 23538:3 23552:1 23565:1 23635:2 23643:1 23668:1 23683:2 23693:1 23716:1 23732:1 23776:1 23787:1 23793:1 23802:1 23813:1 23831:1 23839:1 23843:1 23850:1 23859:1 23869:2 23901:1 23938:1 23966:2 24003:1 24010:1 24032:1 24039:1 24040:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24160:1 24169:2 24192:1 24198:1 24224:1 24226:1 24237:2 24264:1 24267:2 24275:2 24281:1 24290:1 24291:1 24324:5 24327:1 24353:1 24374:1 24404:2 24411:1 24461:2 24477:1 24494:1 24500:2 24511:2 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24768:1 24769:1 24775:1 24776:1 24784:1 24791:1 24826:4 24827:1 24836:1 24853:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24999:1 25009:1 25015:3 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:3 25125:1 25142:1 25143:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:3 25229:1 25251:1 25255:2 25291:1 25311:2 25328:2 25380:1 25390:1 25394:2 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25536:1 25562:2 25575:1 25595:3 25599:1 25611:1 25620:1 25630:1 25641:1 25647:1 25657:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25781:1 25782:1 25784:3 25803:3 25809:1 25819:1 25821:1 25828:1 25842:1 25844:1 25853:1 25861:1 25925:1 25929:2 26026:1 26046:1 26055:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26205:1 26213:1 26215:1 26218:1 26239:2 26244:1 26259:1 26267:1 26286:1 26357:1 26384:1 26390:1 26394:1 26432:1 26446:1 26464:1 26468:1 26470:3 26473:2 26489:1 26490:1 26542:1 26545:1 26581:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26665:1 26681:1 26684:1 26688:1 26711:1 26730:1 26736:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26873:1 26877:5 26879:1 26890:2 26904:1 26926:1 26932:3 26935:1 26939:1 26949:1 26956:1 26959:1 26999:1 27023:1 27045:1 27057:2 27065:1 27071:4 27073:1 27077:1 27102:1 27116:1 27122:1 27152:2 27155:2 27200:3 27229:1 27230:1 27240:1 27256:2 27263:1 27270:1 27307:2 27311:1 27318:1 27321:1 27354:1 27372:1 27395:1 27439:1 27466:1 27473:2 27489:1 27522:1 27528:1 27536:1 27554:5 27555:1 27597:1 27602:2 27628:1 27629:2 27630:1 27631:2 27643:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:1 27765:1 27770:6 27779:1 27801:1 27815:1 27831:3 27834:5 27839:1 27846:1 27852:1 27854:1 27868:1 27880:1 27908:1 27909:1 27915:1 27917:1 27924:1 27926:3 27931:1 27933:1 27939:1 27940:2 27954:3 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28071:1 28074:3 28094:1 28095:3 28110:1 28132:2 28137:1 28142:1 28178:1 28197:1 28209:1 28211:1 28218:1 28232:1 28258:1 28286:1 28294:5 28314:1 28320:1 28327:1 28349:1 28357:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28504:1 28542:1 28563:1 28579:1 28585:2 28615:1 28627:1 28642:1 28643:1 28648:1 28656:1 28684:1 28686:1 28704:1 28714:2 28744:1 28764:2 28783:1 28788:1 28790:1 28798:1 28801:1 28807:1 28815:6 28853:1 28864:1 28865:1 28872:1 28895:1 28904:1 28906:1 28922:1 28934:1 28947:1 28968:2 28974:1 28980:1 28995:1 28997:1 29006:3 29012:2 29023:1 29033:1 29034:1 29040:1 29092:1 29097:1 29110:1 29122:1 29153:1 29154:1 29158:1 29175:3 29180:1 29204:1 29243:3 29263:1 29298:1 29299:1 29330:1 29332:1 29336:1 29363:1 29374:1 29433:1 29440:4 29468:1 29472:1 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29579:1 29606:1 29619:1 29629:1 29652:1 29661:1 29701:1 29713:1 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29805:1 29811:3 29816:1 29817:2 29858:1 29859:1 29877:1 29893:2 29904:1 29910:1 29949:1 29960:1 29986:1 30009:2 30025:2 30068:1 30072:1 30084:2 30105:1 30151:1 30162:3 30192:2 30238:2 30247:1 30250:1 30256:3 30267:1 30278:1 30292:3 30306:1 30316:2 30326:1 30333:3 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30451:1 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30496:2 30511:1 30545:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30645:1 30654:6 30660:2 30662:1 30673:1 30674:1 30678:1 30679:1 30733:1 30759:1 30763:1 30771:2 30791:1 30793:1 30799:1 30805:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31074:1 31078:1 31082:1 31113:4 31115:10 31128:1 31146:6 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:1 31250:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31364:2 31366:1 31383:1 31384:1 31387:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31458:1 31469:1 31470:1 31488:1 31492:2 31526:1 31530:2 31548:1 31550:1 31561:1 31576:1 31591:1 31608:1 31613:1 31649:2 31652:1 31656:1 31672:1 31679:1 31729:1 31733:1 31752:2 31762:3 31764:4 31777:3 31815:1 31828:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31945:1 31948:3 31985:1 32006:1 32012:1 32015:1 32026:1 32037:2 32056:1 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32196:1 32210:1 32222:1 32227:1 32229:1 32276:1 32301:1 32315:1 32364:4 32367:2 32381:1 32382:1 32394:1 32452:1 32458:1 32476:1 32489:1 32500:1 32510:2 32532:1 32579:3 32584:3 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32689:1 32691:1 32700:1 32703:1 32720:1 32741:1 32742:1 32761:3 32796:1 32798:4 32812:2 32818:1 32847:1 32894:1 32992:1 33012:1 33030:1 33060:1 33101:1 33132:1 33137:1 33149:3 33150:1 33154:12 33207:2 33248:1 33271:1 33272:1 33281:2 33285:1 33289:1 33304:1 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33521:1 33529:1 33531:3 33536:1 33539:2 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33645:1 33655:2 33664:2 33684:1 33686:1 33692:1 33709:1 33727:1 33788:1 33789:1 33796:5 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33882:4 33884:1 33892:1 33897:1 33898:1 33900:1 33906:1 33914:2 33915:1 33930:1 33931:1 33937:1 33939:1 33964:1 33975:1 33985:3 33986:2 33987:1 33989:1 33993:1 33995:1 33997:2 34007:1 34022:1 34025:1 34026:1 34053:1 34058:2 34075:1 34091:1 34104:3 34115:2 34116:1 34122:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34522:1 34528:1 34547:1 34554:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34800:2 34808:1 34815:1 34835:1 34847:1 34849:1 34851:1 34868:1 34872:2 34896:2 34900:1 34910:1 34917:1 34929:12 34931:1 34934:1 34941:2 34965:2 34978:1 34992:3 34998:1 35001:1 35006:1 35018:2 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35128:2 35136:1 35148:2 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35543:2 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35633:2 35660:1 35665:1 35667:1 35687:1 35691:3 35712:1 35715:1 35754:1 35761:1 35793:1 35802:1 35830:1 35849:1 35854:1 35866:2 35881:1 35919:1 35934:2 35978:1 35988:1 36039:2 36047:1 36057:1 36068:1 36118:1 36151:1 36200:1 36206:1 36209:1 36214:2 36284:3 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:1 36372:1 36376:1 36383:1 36401:3 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36517:6 36521:2 36526:2 36529:2 36531:1 36539:1 36548:1 36570:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:1 3 2:1 30:1 37:1 50:1 89:2 97:2 112:1 127:1 131:1 160:1 178:1 192:1 208:1 216:1 225:1 230:1 244:1 272:1 274:1 298:3 301:2 312:1 336:1 366:1 369:1 392:1 408:1 409:1 440:1 441:1 444:1 448:2 463:1 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:1 624:1 630:1 643:1 651:1 658:1 672:1 694:1 699:1 713:1 714:1 723:1 730:2 738:3 765:1 767:1 772:1 773:4 774:1 780:1 786:1 811:1 812:1 827:2 830:1 845:1 868:1 893:1 960:2 962:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:2 1099:2 1119:3 1127:1 1133:2 1144:3 1149:4 1153:2 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1272:1 1275:2 1301:1 1315:1 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1462:3 1470:1 1486:1 1511:1 1514:1 1533:1 1538:2 1541:2 1542:1 1549:1 1557:1 1558:1 1560:1 1562:2 1580:1 1596:2 1616:2 1617:2 1628:1 1637:1 1652:3 1653:1 1657:1 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1753:2 1797:1 1813:1 1821:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:6 1903:1 1912:1 1915:1 1930:2 1933:1 1934:1 1969:1 1976:1 1978:1 1985:2 1998:1 2011:1 2017:3 2062:2 2084:1 2100:1 2105:1 2139:2 2140:2 2149:1 2150:1 2155:1 2170:2 2175:1 2182:1 2190:1 2201:3 2206:1 2232:2 2261:1 2282:1 2290:1 2309:1 2314:1 2333:1 2360:1 2368:1 2369:1 2370:1 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2423:1 2424:1 2443:1 2444:1 2479:1 2499:2 2521:1 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2620:1 2632:2 2641:1 2670:1 2684:1 2692:3 2704:1 2725:1 2737:4 2745:1 2771:2 2783:1 2788:1 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:2 2836:1 2837:1 2839:2 2842:3 2844:3 2846:1 2848:7 2850:2 2851:1 2854:1 2857:1 2863:1 2866:3 2868:1 2870:2 2878:3 2880:2 2883:1 2895:1 2916:1 2945:1 2963:2 2974:1 2995:2 3004:1 3025:1 3038:1 3040:1 3071:1 3075:2 3098:1 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3195:1 3201:1 3227:2 3235:1 3241:1 3268:1 3289:1 3291:1 3294:2 3319:1 3322:2 3325:2 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:1 3540:1 3565:1 3566:3 3571:1 3597:1 3599:1 3609:6 3626:2 3634:1 3640:1 3648:1 3654:1 3680:1 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3995:1 4064:1 4089:4 4097:6 4109:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4298:1 4311:1 4350:1 4388:1 4395:1 4399:1 4422:1 4441:1 4442:1 4447:1 4450:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:1 4561:1 4567:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:3 4636:2 4643:1 4653:1 4656:1 4669:1 4684:1 4693:1 4697:3 4733:3 4750:1 4774:1 4804:2 4820:1 4824:1 4833:1 4840:2 4866:1 4869:2 4890:4 4904:1 4939:1 4944:1 4945:1 4979:1 4983:1 4985:1 4996:1 5002:3 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5113:1 5164:2 5183:1 5192:1 5227:2 5228:2 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:1 5343:1 5357:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:1 5715:2 5717:1 5720:1 5727:1 5750:1 5762:1 5764:1 5774:1 5779:6 5792:1 5798:1 5800:1 5813:1 5821:1 5822:1 5831:7 5841:1 5848:1 5878:3 5917:2 5923:1 5926:1 5929:1 5946:1 6003:1 6020:1 6029:1 6039:11 6041:2 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:3 6205:1 6206:2 6213:1 6216:1 6219:2 6220:1 6228:1 6236:2 6239:1 6240:1 6296:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6412:1 6413:1 6414:1 6435:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6674:1 6692:1 6722:1 6726:1 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:1 6785:1 6841:1 6843:1 6850:1 6853:3 6877:1 6891:1 6892:1 6897:2 6912:1 6993:1 6994:2 6997:1 7003:1 7047:1 7061:1 7080:1 7099:3 7102:1 7105:1 7108:1 7143:2 7149:1 7165:1 7193:3 7226:1 7233:1 7268:1 7278:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7539:2 7541:1 7543:1 7545:2 7559:2 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:2 7734:1 7795:2 7797:1 7806:2 7818:1 7825:1 7866:1 7867:1 7871:1 7876:1 7880:2 7882:1 7904:2 7925:2 7927:1 7934:1 7936:5 7938:2 7939:1 7947:4 7948:1 7950:2 7952:2 7953:7 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8096:1 8105:1 8115:3 8119:1 8125:1 8127:2 8141:12 8161:1 8201:2 8212:1 8214:1 8260:1 8269:1 8279:2 8283:1 8439:1 8443:1 8451:1 8456:2 8457:1 8482:2 8519:2 8520:1 8524:1 8526:1 8554:4 8557:1 8575:1 8591:1 8606:1 8614:1 8658:2 8672:1 8679:1 8685:1 8719:1 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8908:1 8924:2 8932:1 8937:1 8942:1 8944:4 8972:1 9014:1 9037:1 9062:1 9106:1 9109:1 9113:1 9158:1 9266:2 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:2 9399:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9476:3 9495:1 9499:1 9583:7 9584:2 9591:1 9609:2 9610:1 9611:1 9638:1 9641:2 9642:2 9645:1 9647:1 9651:31 9660:1 9683:3 9688:5 9697:1 9699:1 9703:1 9763:1 9785:1 9789:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10002:1 10005:1 10017:1 10062:1 10086:1 10091:2 10117:1 10145:1 10155:1 10157:1 10161:1 10163:1 10189:1 10194:1 10228:1 10230:1 10257:1 10268:2 10271:2 10277:2 10278:1 10296:17 10315:1 10330:1 10333:1 10343:1 10347:1 10387:1 10414:1 10436:1 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10494:1 10520:1 10530:1 10531:1 10543:1 10544:1 10594:1 10597:2 10599:1 10607:1 10609:1 10620:1 10630:1 10632:1 10637:1 10647:2 10648:1 10657:1 10670:1 10679:1 10707:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:2 10753:2 10754:1 10759:1 10760:1 10762:1 10771:1 10781:1 10808:1 10822:1 10839:1 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10937:1 10948:1 10957:1 10975:1 11009:2 11021:2 11051:1 11054:1 11093:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:2 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:2 11351:1 11359:1 11377:1 11380:1 11403:1 11410:4 11439:1 11447:1 11464:1 11481:3 11483:1 11485:1 11492:1 11509:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:1 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11820:2 11845:1 11850:1 11853:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:1 11887:1 11889:1 11898:1 11908:1 11909:2 11914:1 11933:1 11956:1 11958:2 11987:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:2 12163:1 12174:2 12196:1 12204:3 12207:1 12210:1 12224:1 12250:1 12278:1 12292:1 12347:1 12381:3 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12411:1 12425:1 12437:1 12457:1 12462:4 12482:1 12489:1 12491:1 12496:1 12517:1 12523:2 12538:1 12566:1 12567:1 12580:1 12582:1 12589:1 12595:1 12603:2 12614:2 12618:4 12630:2 12647:1 12650:1 12653:1 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12860:1 12892:1 12917:4 12931:1 12963:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:1 13069:2 13095:3 13127:2 13144:1 13161:1 13163:1 13198:2 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:9 13413:1 13427:2 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:4 13625:6 13641:2 13642:1 13651:1 13667:1 13672:2 13674:1 13690:1 13694:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13828:1 13834:2 13842:1 13843:1 13844:1 13848:3 13864:1 13910:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:1 14121:1 14125:1 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:2 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14282:1 14285:1 14288:1 14292:1 14312:1 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:8 14449:1 14459:1 14464:2 14468:1 14474:3 14478:1 14488:1 14490:1 14494:1 14499:2 14504:1 14506:1 14510:1 14513:3 14519:2 14523:2 14524:1 14556:1 14568:1 14571:1 14575:6 14583:1 14592:4 14598:1 14603:1 14604:4 14627:1 14650:1 14674:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14811:1 14824:1 14830:4 14872:2 14875:1 14889:1 14899:1 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15039:1 15065:1 15067:1 15088:1 15116:2 15119:1 15142:1 15152:3 15208:1 15268:1 15273:1 15281:2 15284:1 15310:1 15355:1 15374:1 15382:1 15403:1 15416:1 15424:1 15445:1 15455:1 15460:1 15466:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:1 15674:1 15684:1 15692:1 15710:2 15753:1 15771:1 15782:2 15812:1 15816:1 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15873:1 15876:1 15917:1 15936:1 15937:2 15951:1 15954:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16188:1 16194:1 16199:1 16235:1 16241:1 16247:1 16250:1 16262:2 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16364:1 16379:4 16384:2 16388:3 16390:2 16410:1 16411:3 16421:1 16429:1 16455:1 16461:1 16474:1 16487:2 16497:1 16498:6 16512:1 16523:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:3 16606:1 16619:2 16623:1 16632:1 16642:1 16655:1 16673:1 16732:1 16735:1 16741:1 16768:1 16785:1 16792:1 16855:2 16867:1 16868:1 16881:1 16887:2 16907:1 16914:2 16969:2 16973:1 16975:3 16976:1 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17021:1 17028:1 17057:3 17059:1 17068:1 17108:1 17112:1 17126:1 17136:1 17140:1 17157:1 17159:2 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:1 17231:1 17242:2 17272:1 17300:1 17306:1 17332:1 17334:2 17338:1 17349:1 17356:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17468:1 17479:1 17483:1 17490:2 17526:2 17541:1 17544:1 17568:1 17574:1 17582:1 17607:2 17613:1 17640:1 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17794:1 17800:1 17812:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17857:1 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18057:1 18066:1 18071:1 18072:1 18086:1 18090:1 18111:1 18120:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18267:2 18272:1 18282:1 18285:5 18294:1 18302:1 18310:1 18356:2 18359:4 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18444:1 18448:1 18475:1 18485:1 18490:1 18505:1 18510:1 18538:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18631:1 18644:2 18653:5 18660:1 18661:2 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18824:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 18964:1 18994:1 19011:2 19019:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19150:1 19188:1 19208:1 19212:1 19233:1 19256:1 19261:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:6 19341:3 19352:1 19358:1 19364:1 19412:1 19472:2 19488:2 19502:1 19505:1 19508:4 19511:1 19514:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19558:1 19563:3 19567:2 19576:1 19586:2 19590:2 19623:1 19632:1 19679:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19756:1 19770:1 19778:1 19779:1 19796:1 19801:4 19808:1 19859:1 19862:1 19879:2 19896:1 19901:6 19903:1 19904:1 19910:1 19926:1 19939:1 19941:2 19946:1 19963:1 19972:1 19981:1 20001:2 20008:1 20022:1 20030:1 20039:2 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20208:1 20209:1 20210:1 20213:1 20214:3 20216:1 20218:1 20219:1 20220:1 20221:2 20223:3 20230:2 20233:1 20242:1 20248:1 20267:2 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:1 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20665:1 20672:1 20684:1 20686:1 20692:1 20705:3 20711:1 20756:1 20764:2 20797:3 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 21006:1 21035:1 21045:1 21046:3 21047:1 21124:1 21126:1 21149:1 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:2 21429:1 21444:1 21446:2 21478:2 21480:1 21496:2 21508:2 21515:1 21524:1 21583:1 21596:1 21606:2 21610:1 21613:1 21650:1 21667:1 21670:1 21678:1 21686:1 21728:1 21736:1 21737:1 21740:1 21748:1 21751:4 21758:1 21761:1 21773:1 21794:1 21839:1 21841:1 21865:1 21866:1 21890:1 21892:1 21903:1 21911:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21994:1 22033:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:5 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:1 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22462:1 22483:2 22498:2 22521:1 22545:1 22551:1 22587:2 22607:2 22608:1 22657:1 22659:1 22706:1 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:3 22817:1 22820:1 22834:1 22837:1 22838:1 22854:1 22857:1 22870:1 22871:1 22905:1 22910:1 22918:1 22922:1 22998:1 23011:2 23012:1 23018:1 23045:1 23049:1 23055:1 23073:1989 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23147:1 23155:1 23157:1 23194:1 23220:1 23229:1 23238:1 23244:1 23271:2 23308:1 23312:6 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:2 23368:1 23425:4 23475:1 23478:1 23538:3 23552:1 23565:1 23635:3 23643:1 23668:1 23683:2 23693:1 23716:1 23732:1 23763:1 23776:1 23787:1 23793:1 23802:1 23813:1 23831:1 23839:1 23843:1 23850:1 23859:1 23869:2 23901:1 23938:1 23966:2 24003:1 24010:1 24032:1 24039:1 24040:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24160:1 24169:2 24192:1 24198:1 24224:1 24226:1 24237:2 24264:1 24267:2 24275:2 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24374:1 24394:1 24404:2 24411:1 24461:2 24477:1 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24768:1 24769:1 24775:1 24776:1 24784:1 24791:1 24826:4 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24999:1 25009:1 25015:3 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:3 25125:1 25142:1 25143:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:3 25229:1 25248:1 25251:1 25255:2 25291:1 25311:3 25328:2 25380:1 25390:1 25394:2 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25536:1 25562:2 25575:1 25595:3 25599:1 25611:1 25620:1 25630:1 25641:1 25647:1 25657:1 25679:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25781:1 25782:1 25784:3 25803:3 25809:1 25819:1 25821:1 25828:1 25842:1 25844:1 25853:1 25861:1 25925:1 25929:2 25959:1 25974:1 26026:1 26045:1 26046:1 26055:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26178:1 26182:1 26193:1 26203:1 26205:1 26213:1 26215:1 26218:1 26239:2 26244:1 26259:1 26267:1 26286:1 26357:1 26384:1 26390:1 26394:1 26403:1 26432:1 26446:1 26464:1 26468:1 26470:3 26473:2 26489:1 26490:1 26542:1 26545:1 26581:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26657:1 26665:1 26681:1 26684:1 26688:1 26711:1 26730:1 26736:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26873:1 26877:5 26879:1 26890:2 26904:1 26926:1 26932:3 26935:1 26939:1 26949:1 26956:1 26959:1 26999:1 27023:1 27045:1 27057:2 27065:1 27071:4 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27152:2 27155:2 27200:4 27229:1 27230:1 27240:1 27256:2 27263:1 27270:1 27307:2 27311:1 27318:1 27321:1 27354:1 27372:1 27395:1 27439:1 27466:2 27473:2 27489:1 27522:1 27528:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:3 27630:1 27631:2 27643:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:1 27765:1 27770:6 27779:1 27801:1 27815:1 27831:3 27834:7 27839:1 27846:1 27852:1 27854:1 27868:1 27880:1 27893:1 27908:1 27909:1 27915:2 27917:1 27924:1 27926:3 27931:1 27933:2 27939:1 27940:2 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28069:1 28071:1 28074:3 28094:1 28095:3 28110:1 28132:2 28137:1 28142:1 28178:1 28197:1 28209:1 28211:1 28218:1 28232:1 28233:1 28240:1 28258:1 28259:1 28286:1 28294:6 28314:1 28320:1 28327:1 28349:1 28357:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28504:1 28510:1 28542:1 28563:1 28579:1 28585:2 28615:2 28627:1 28642:1 28643:1 28648:1 28656:1 28684:1 28686:1 28704:1 28714:2 28717:1 28744:1 28764:2 28783:1 28788:1 28790:1 28798:1 28801:1 28807:1 28815:6 28853:1 28864:1 28865:1 28872:1 28895:1 28904:1 28906:1 28922:1 28934:1 28947:1 28968:3 28974:1 28980:1 28995:1 28997:1 29006:4 29012:2 29023:1 29033:1 29034:1 29040:1 29088:1 29092:1 29097:1 29110:1 29122:1 29153:1 29154:1 29158:1 29175:3 29180:1 29204:1 29243:3 29254:1 29263:1 29295:1 29298:1 29299:1 29304:1 29314:1 29330:1 29332:1 29336:1 29363:1 29374:1 29433:1 29440:4 29468:1 29472:1 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29579:1 29606:1 29611:1 29619:1 29629:1 29652:1 29661:1 29701:1 29713:2 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29893:2 29894:1 29904:1 29910:1 29949:1 29960:1 29961:1 29969:1 29986:1 30009:2 30025:2 30068:1 30072:1 30084:2 30105:1 30151:1 30162:3 30192:2 30238:2 30247:1 30250:1 30256:3 30267:1 30278:1 30292:3 30306:1 30316:2 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:1 30446:1 30448:2 30451:1 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30489:1 30496:2 30511:1 30545:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30645:1 30654:6 30660:2 30662:1 30673:1 30674:1 30678:2 30679:1 30733:1 30759:1 30763:1 30771:3 30791:1 30793:1 30799:1 30805:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:1 31082:1 31113:4 31115:11 31128:1 31146:6 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:1 31250:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31364:2 31366:1 31383:1 31384:1 31387:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31458:1 31469:1 31470:1 31488:1 31492:2 31511:1 31526:1 31530:2 31548:1 31550:1 31557:1 31561:1 31576:1 31591:1 31608:1 31613:1 31649:2 31652:1 31656:1 31672:1 31678:1 31679:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:3 31815:1 31828:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31945:1 31948:4 31985:1 32002:1 32006:1 32012:1 32015:1 32026:1 32037:2 32056:1 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32196:1 32210:1 32222:1 32227:1 32229:1 32276:1 32301:1 32315:1 32364:5 32367:2 32381:1 32382:1 32394:1 32452:1 32456:1 32458:1 32476:1 32489:1 32500:1 32510:2 32532:1 32579:3 32584:3 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32689:1 32691:1 32700:1 32703:1 32720:1 32741:1 32742:1 32761:3 32781:1 32785:1 32796:1 32798:4 32812:2 32818:1 32827:1 32847:1 32894:1 32991:1 32992:1 33012:1 33030:1 33039:1 33060:1 33101:1 33132:1 33137:1 33149:3 33150:1 33154:12 33207:2 33248:1 33271:1 33272:1 33281:2 33285:1 33289:1 33304:1 33308:1 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33521:1 33529:1 33531:3 33536:1 33539:2 33552:1 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33709:1 33727:1 33788:1 33789:1 33796:5 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33882:4 33884:1 33892:1 33897:1 33898:1 33900:1 33903:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33939:1 33961:1 33964:1 33975:1 33985:3 33986:2 33987:1 33989:1 33993:1 33995:1 33997:3 34007:1 34013:1 34022:1 34025:1 34026:1 34053:1 34058:2 34075:1 34091:1 34104:3 34115:2 34116:1 34122:1 34129:1 34137:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34463:1 34492:1 34522:1 34528:1 34540:1 34547:1 34554:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34800:2 34808:1 34815:1 34835:1 34847:1 34849:1 34851:1 34865:1 34868:1 34872:2 34896:2 34900:1 34910:1 34917:1 34929:12 34931:1 34934:1 34941:2 34965:2 34978:1 34992:3 34998:1 35001:1 35006:1 35018:2 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35115:2 35128:2 35136:1 35148:2 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35203:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:1 35543:2 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35712:1 35715:1 35754:1 35761:1 35793:1 35797:1 35802:1 35830:1 35849:1 35854:1 35866:2 35881:1 35919:2 35934:2 35978:1 35988:1 36039:2 36047:1 36057:1 36068:1 36118:1 36151:1 36181:1 36200:1 36206:1 36209:1 36214:2 36284:3 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:1 36372:1 36376:1 36383:1 36401:3 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36517:6 36521:2 36526:2 36529:2 36531:1 36539:1 36548:1 36570:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:1 3 2:1 28:1 30:1 37:1 50:1 89:2 97:2 112:1 127:1 131:1 160:1 178:1 192:1 208:1 216:1 225:1 230:1 244:1 272:1 274:1 298:3 301:2 311:1 312:1 325:1 336:1 366:1 369:1 392:1 408:1 409:1 440:1 441:1 444:1 448:2 463:1 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:2 624:1 630:1 636:1 643:1 651:1 658:1 660:1 672:1 694:1 699:1 713:1 714:1 723:1 730:2 738:3 765:1 767:1 772:1 773:4 774:1 780:1 786:1 811:1 812:1 827:2 830:1 845:1 868:1 893:1 960:2 962:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1057:1 1090:3 1099:3 1119:3 1127:1 1133:2 1144:4 1149:5 1153:2 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1272:1 1275:2 1301:1 1315:1 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1462:3 1470:1 1486:1 1511:1 1514:1 1533:1 1538:2 1541:2 1542:1 1549:1 1554:1 1557:1 1558:1 1560:1 1562:2 1580:1 1596:2 1610:1 1616:2 1617:2 1628:1 1637:1 1652:4 1653:1 1657:1 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1753:2 1797:1 1813:1 1821:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:8 1903:1 1912:1 1915:1 1930:2 1933:1 1934:1 1969:1 1976:1 1978:1 1985:3 1998:1 2011:1 2017:3 2062:2 2084:1 2100:1 2105:1 2139:2 2140:2 2149:1 2150:1 2155:1 2170:2 2175:1 2182:1 2190:1 2201:3 2206:1 2232:2 2261:1 2282:1 2290:1 2309:1 2314:1 2333:1 2335:1 2360:1 2368:1 2369:1 2370:2 2376:1 2384:1 2385:3 2387:3 2399:2 2417:1 2423:1 2424:1 2443:1 2444:1 2479:1 2499:2 2521:1 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2641:1 2670:1 2684:1 2692:4 2704:1 2725:1 2737:4 2745:1 2771:2 2783:1 2788:1 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:2 2836:1 2837:1 2839:2 2842:3 2844:3 2846:1 2848:7 2850:2 2851:1 2854:1 2857:1 2863:1 2866:3 2868:1 2870:2 2878:4 2880:2 2883:1 2895:1 2916:1 2945:1 2963:2 2974:1 2995:2 3004:2 3025:1 3038:1 3040:1 3047:1 3071:1 3075:2 3098:1 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3268:1 3289:1 3291:1 3294:2 3319:1 3322:2 3325:2 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:1 3540:1 3543:1 3556:1 3565:1 3566:3 3571:1 3597:1 3599:1 3609:6 3626:2 3634:1 3640:1 3648:1 3654:1 3680:1 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3995:1 4064:1 4089:4 4097:6 4109:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4291:1 4298:1 4311:1 4350:1 4388:1 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:1 4561:1 4567:1 4569:3 4575:3 4590:2 4594:1 4595:2 4603:3 4636:2 4643:1 4653:1 4656:1 4669:1 4684:1 4693:1 4697:3 4733:3 4750:1 4774:1 4804:2 4820:1 4824:2 4833:1 4840:2 4866:1 4869:2 4890:4 4904:1 4939:1 4944:1 4945:1 4979:1 4983:1 4985:1 4996:1 5002:3 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5113:1 5164:2 5183:1 5192:1 5227:2 5228:2 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:1 5343:1 5357:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:1 5715:2 5717:1 5720:1 5727:1 5750:1 5762:1 5764:1 5774:1 5779:7 5792:1 5798:1 5800:1 5813:2 5821:1 5822:1 5831:8 5841:1 5848:1 5878:3 5917:2 5923:3 5926:1 5929:1 5946:1 6003:1 6004:1 6020:1 6029:1 6039:12 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:3 6205:2 6206:2 6213:1 6216:1 6219:2 6220:1 6221:1 6228:1 6236:2 6238:1 6239:1 6240:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6412:1 6413:1 6414:1 6432:1 6435:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6674:1 6692:1 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:1 6785:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6891:1 6892:1 6897:2 6912:1 6993:1 6994:3 6997:1 7003:1 7047:1 7061:1 7080:1 7099:3 7102:1 7105:1 7108:1 7143:2 7149:1 7165:1 7188:1 7193:3 7226:1 7233:1 7268:1 7278:1 7290:2 7317:1 7318:1 7331:1 7339:2 7341:1 7344:1 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7539:2 7541:1 7543:1 7545:2 7559:2 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7629:1 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:2 7734:1 7795:2 7797:1 7806:2 7818:1 7825:1 7842:1 7866:1 7867:1 7871:1 7876:1 7880:2 7881:1 7882:1 7904:2 7925:2 7927:1 7934:1 7936:6 7938:2 7939:1 7942:1 7947:4 7948:1 7950:2 7952:3 7953:8 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8096:1 8105:1 8115:4 8119:1 8125:1 8127:2 8141:12 8161:1 8201:2 8212:1 8214:1 8260:1 8269:1 8279:3 8283:1 8345:1 8439:1 8443:1 8451:1 8456:3 8457:1 8458:1 8482:2 8519:2 8520:1 8524:1 8526:1 8549:1 8554:4 8557:2 8575:1 8591:1 8606:1 8614:1 8658:2 8672:1 8679:1 8685:1 8703:1 8719:1 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8908:1 8924:2 8932:1 8937:1 8942:1 8944:4 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9113:1 9158:1 9191:1 9258:1 9266:2 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:2 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9476:3 9495:1 9499:1 9583:7 9584:2 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:2 9645:1 9647:1 9651:32 9660:1 9683:4 9688:5 9697:1 9699:1 9703:1 9763:1 9785:1 9789:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10002:1 10005:1 10017:1 10023:1 10062:1 10086:1 10091:2 10117:1 10145:1 10155:1 10157:1 10161:1 10163:1 10189:1 10194:1 10228:1 10230:1 10257:1 10268:2 10271:2 10277:2 10278:1 10296:18 10315:1 10330:1 10333:1 10343:1 10347:1 10387:1 10414:1 10436:1 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10520:1 10530:2 10531:1 10543:1 10544:1 10594:1 10597:2 10599:1 10607:1 10609:1 10620:1 10630:1 10632:1 10637:1 10647:2 10648:1 10657:1 10670:1 10679:1 10707:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:1 10762:1 10767:1 10771:1 10781:1 10808:1 10822:1 10839:2 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10937:1 10948:1 10957:1 10975:1 11009:2 11021:2 11051:1 11054:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:2 11351:1 11359:1 11377:1 11380:1 11403:1 11410:4 11439:1 11447:1 11464:1 11481:3 11483:1 11485:1 11492:1 11509:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:1 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11820:2 11845:1 11850:1 11853:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:1 11887:1 11889:1 11898:1 11908:1 11909:2 11914:1 11933:1 11956:1 11958:2 11987:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:2 12163:1 12174:2 12196:1 12204:4 12207:1 12210:1 12224:1 12250:1 12278:1 12292:1 12347:1 12381:3 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12411:1 12425:2 12437:1 12457:1 12462:5 12482:1 12489:1 12491:1 12496:1 12517:1 12523:2 12538:1 12566:1 12567:1 12580:1 12582:1 12589:1 12595:1 12603:2 12614:2 12618:4 12630:2 12633:1 12647:1 12650:1 12653:1 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12856:1 12860:1 12892:1 12917:4 12931:1 12963:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:1 13069:2 13085:1 13095:3 13127:2 13144:1 13161:1 13163:1 13198:2 13199:1 13259:1 13289:1 13332:1 13349:1 13360:3 13365:1 13372:10 13413:1 13427:2 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:4 13625:6 13641:2 13642:1 13651:1 13667:1 13672:2 13674:1 13690:1 13694:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13822:1 13828:1 13834:2 13842:1 13843:1 13844:1 13848:3 13864:1 13910:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:1 14121:1 14125:1 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:2 14194:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14282:2 14285:1 14288:1 14292:1 14312:1 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:9 14449:1 14459:1 14464:2 14468:1 14474:3 14478:1 14488:1 14490:1 14494:1 14499:2 14504:1 14506:1 14508:1 14510:1 14513:3 14519:2 14523:2 14524:1 14556:1 14568:1 14571:1 14575:7 14583:1 14592:4 14598:1 14603:2 14604:4 14627:1 14650:1 14674:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14811:1 14824:1 14830:4 14872:2 14875:1 14889:1 14899:1 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15039:1 15065:1 15067:1 15088:1 15116:2 15119:1 15142:1 15152:3 15180:1 15208:1 15268:1 15273:1 15281:2 15284:1 15310:1 15354:1 15355:1 15374:1 15382:1 15403:1 15416:1 15424:1 15445:1 15455:1 15460:1 15466:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:1 15674:1 15684:1 15692:1 15710:2 15753:1 15771:1 15782:2 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15873:1 15876:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15967:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:1 16262:2 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:2 16388:3 16390:3 16410:1 16411:3 16421:1 16429:1 16455:1 16461:1 16474:1 16487:2 16497:1 16498:7 16512:1 16523:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:3 16606:1 16619:2 16623:1 16632:1 16642:1 16655:1 16668:1 16673:1 16732:1 16735:1 16741:1 16768:1 16785:1 16792:1 16855:2 16867:1 16868:1 16881:1 16887:2 16907:1 16914:3 16969:2 16973:1 16975:3 16976:1 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17021:1 17028:1 17051:1 17057:3 17059:1 17068:1 17108:1 17112:2 17126:1 17133:1 17136:1 17140:1 17157:1 17159:2 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:1 17231:1 17242:2 17272:1 17300:1 17306:1 17331:1 17332:1 17334:2 17338:1 17349:1 17356:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:2 17613:1 17640:1 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17794:1 17800:1 17812:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17857:1 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17978:1 17981:1 18002:2 18016:1 18027:1 18036:1 18057:1 18066:1 18071:1 18072:1 18086:1 18090:1 18111:1 18120:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18267:2 18272:1 18282:1 18285:5 18294:1 18302:1 18310:1 18356:2 18359:4 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18444:1 18448:2 18475:1 18479:1 18485:1 18490:1 18505:1 18510:1 18538:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:2 19019:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19150:1 19188:1 19208:1 19212:1 19233:1 19256:1 19261:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:6 19341:3 19352:1 19358:1 19364:1 19412:1 19472:2 19488:2 19502:1 19505:1 19508:5 19511:1 19514:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19558:1 19563:3 19567:2 19576:1 19586:2 19590:3 19623:1 19632:1 19679:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19756:1 19770:1 19778:1 19779:1 19796:1 19801:5 19808:1 19859:1 19862:1 19879:2 19886:2 19896:1 19901:6 19903:1 19904:1 19910:1 19926:1 19939:1 19941:3 19946:1 19963:1 19972:1 19981:1 20001:3 20008:1 20022:1 20030:1 20039:2 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20218:1 20219:1 20220:1 20221:2 20223:3 20230:2 20233:1 20242:1 20248:1 20267:2 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:2 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20665:1 20672:1 20684:1 20686:1 20692:1 20705:3 20711:1 20756:1 20764:2 20797:4 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 20983:1 21006:1 21035:1 21045:1 21046:3 21047:1 21124:1 21126:1 21149:2 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:2 21429:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:1 21606:2 21610:1 21613:1 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21728:1 21736:1 21737:1 21740:2 21748:1 21751:4 21758:2 21761:1 21773:1 21794:1 21839:1 21841:1 21865:1 21866:1 21890:1 21892:1 21903:1 21911:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21994:1 22033:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:5 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:1 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22462:1 22483:2 22493:1 22498:2 22514:1 22521:1 22545:1 22551:1 22587:2 22607:3 22608:1 22657:1 22659:1 22706:1 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:4 22817:1 22820:1 22834:1 22837:1 22838:1 22854:1 22857:1 22870:1 22871:1 22905:1 22910:1 22918:1 22922:1 22998:1 23011:2 23012:1 23018:1 23045:1 23049:1 23055:1 23073:2109 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23147:1 23155:1 23157:1 23194:1 23220:1 23229:1 23238:1 23244:1 23271:2 23308:1 23312:6 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:2 23368:1 23379:1 23425:4 23475:1 23478:1 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:1 23706:1 23716:1 23729:1 23732:1 23763:1 23766:1 23776:1 23787:1 23793:1 23802:1 23813:1 23831:1 23839:1 23843:1 23850:1 23859:1 23869:2 23901:1 23938:1 23966:2 24003:1 24010:1 24019:1 24032:1 24039:1 24040:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24160:1 24169:3 24192:1 24198:1 24224:1 24226:1 24237:2 24264:1 24267:2 24275:2 24279:1 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24374:1 24394:1 24404:2 24411:1 24461:2 24477:1 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24768:1 24769:1 24775:1 24776:1 24784:1 24791:1 24826:5 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25009:1 25015:3 25022:1 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:3 25125:1 25142:1 25143:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:3 25229:1 25248:1 25251:1 25255:2 25266:1 25291:1 25311:3 25328:2 25380:1 25390:1 25394:2 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25536:1 25537:1 25562:2 25575:1 25595:3 25599:1 25611:1 25620:1 25630:1 25641:1 25647:1 25657:1 25679:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25775:1 25781:1 25782:1 25784:3 25803:3 25809:2 25819:1 25821:1 25828:1 25842:1 25844:1 25852:1 25853:1 25861:1 25925:1 25929:2 25959:1 25974:1 26026:1 26045:1 26046:1 26055:2 26076:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26173:1 26178:1 26182:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26239:2 26244:1 26259:1 26267:1 26286:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26432:1 26446:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26542:1 26545:1 26549:1 26581:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26657:1 26665:1 26681:1 26684:1 26688:1 26711:1 26730:1 26736:1 26738:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:6 26879:1 26890:2 26904:1 26926:1 26932:3 26935:1 26939:1 26949:1 26956:1 26959:1 26999:1 27023:1 27045:1 27046:1 27057:2 27065:1 27071:6 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27200:4 27229:1 27230:1 27236:1 27240:1 27256:2 27263:1 27270:1 27307:2 27311:1 27318:1 27321:1 27334:1 27351:1 27354:1 27372:1 27395:1 27427:1 27439:1 27466:2 27473:2 27489:1 27522:1 27528:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:3 27630:1 27631:2 27642:1 27643:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:1 27765:1 27770:6 27779:1 27801:1 27815:1 27831:3 27834:7 27839:1 27846:1 27852:1 27854:1 27868:1 27870:1 27880:1 27893:1 27908:1 27909:1 27915:2 27917:1 27922:1 27924:1 27926:3 27931:1 27933:2 27939:1 27940:2 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28069:1 28071:1 28074:3 28094:1 28095:3 28110:1 28132:2 28137:1 28142:1 28178:1 28197:1 28198:1 28209:1 28211:1 28218:1 28232:1 28233:1 28240:1 28258:1 28259:1 28286:1 28294:7 28314:1 28320:1 28327:3 28349:1 28357:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28585:2 28615:2 28627:1 28642:1 28643:1 28648:1 28656:1 28684:1 28686:1 28704:1 28714:2 28717:1 28744:1 28764:2 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28904:1 28906:1 28912:1 28916:1 28922:1 28934:1 28947:1 28968:3 28974:1 28980:1 28995:1 28997:1 29006:4 29012:2 29023:1 29033:1 29034:1 29040:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:1 29175:3 29180:1 29204:1 29243:3 29254:1 29263:1 29295:1 29298:1 29299:1 29304:1 29314:1 29330:1 29332:1 29336:1 29363:1 29374:1 29433:1 29440:4 29468:1 29472:2 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29579:1 29606:1 29611:1 29619:1 29629:1 29640:1 29652:1 29661:1 29701:1 29713:2 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29893:3 29894:1 29901:1 29904:1 29910:1 29920:1 29949:1 29960:1 29961:1 29969:1 29986:1 30009:2 30025:2 30068:1 30072:1 30084:2 30105:1 30151:1 30162:3 30192:2 30238:2 30247:1 30250:1 30256:3 30267:1 30278:1 30292:3 30306:1 30316:2 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:3 30451:1 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30489:1 30496:2 30511:1 30545:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30645:1 30654:7 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30733:1 30759:1 30763:1 30771:4 30791:1 30793:1 30799:1 30805:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:1 31082:1 31113:4 31115:12 31128:1 31146:7 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:1 31250:1 31256:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31458:1 31469:1 31470:1 31488:1 31492:2 31511:1 31526:1 31530:2 31548:1 31550:1 31557:1 31561:1 31576:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:1 31672:1 31678:1 31679:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:3 31815:1 31828:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31945:1 31948:4 31985:1 32002:1 32006:1 32012:1 32015:1 32026:2 32037:2 32056:1 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32196:1 32210:1 32222:1 32227:1 32229:1 32258:1 32276:1 32301:1 32315:1 32364:6 32367:2 32381:1 32382:1 32394:1 32442:1 32452:1 32456:1 32458:1 32476:1 32489:1 32500:1 32510:2 32532:1 32579:3 32584:3 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32689:1 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:4 32781:1 32785:2 32796:1 32798:4 32812:2 32818:1 32827:1 32847:1 32894:1 32895:1 32991:1 32992:1 33012:1 33030:1 33039:1 33060:1 33101:1 33132:1 33137:1 33149:3 33150:1 33154:12 33207:2 33248:1 33271:1 33272:1 33281:2 33285:1 33289:1 33304:1 33308:1 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:1 33529:1 33531:3 33536:1 33537:1 33539:2 33552:1 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33709:1 33727:1 33788:1 33789:1 33796:5 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33882:5 33884:1 33892:1 33897:1 33898:1 33900:1 33903:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33939:1 33961:1 33964:1 33975:1 33985:3 33986:2 33987:1 33989:1 33993:1 33995:1 33997:3 34007:1 34013:1 34022:2 34025:1 34026:1 34053:1 34058:2 34075:1 34091:1 34104:3 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34463:1 34480:1 34492:1 34522:1 34528:1 34540:1 34547:1 34554:1 34558:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:2 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34792:1 34800:2 34808:1 34815:1 34835:1 34847:1 34849:1 34851:1 34865:1 34868:1 34872:2 34896:2 34900:1 34910:1 34917:1 34929:14 34931:1 34934:2 34941:3 34965:2 34978:1 34992:4 34998:1 35001:1 35006:1 35018:2 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35115:2 35128:2 35136:1 35148:2 35158:1 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35203:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:2 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35712:1 35715:1 35754:1 35761:2 35793:1 35797:1 35802:1 35830:1 35849:1 35854:1 35866:2 35881:1 35919:2 35934:2 35978:1 35988:1 36039:2 36047:1 36057:1 36068:1 36118:1 36151:1 36181:1 36200:1 36206:1 36207:1 36209:1 36214:2 36284:3 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:1 36372:1 36376:1 36381:1 36383:1 36401:4 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:7 36521:2 36526:2 36529:2 36531:1 36539:1 36548:1 36570:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:1 30:2 37:1 50:1 89:2 97:2 112:1 127:1 131:1 160:1 169:1 178:1 192:1 208:1 216:1 225:1 230:1 244:1 272:1 274:1 298:3 301:2 311:1 312:1 325:1 336:1 366:1 369:1 392:1 408:1 409:1 440:1 441:1 444:1 448:2 463:1 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:2 624:1 630:1 636:1 643:1 651:1 658:1 660:1 672:1 694:1 699:1 713:1 714:1 723:1 730:2 738:3 765:1 767:1 772:1 773:4 774:1 780:1 786:1 811:1 812:1 827:2 830:1 845:2 868:1 893:1 960:2 962:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:3 1127:1 1133:2 1144:4 1149:6 1153:2 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1430:1 1462:3 1470:1 1486:1 1511:1 1514:1 1533:1 1538:2 1541:2 1542:1 1549:1 1554:1 1557:1 1558:1 1560:1 1562:2 1580:1 1596:2 1610:1 1616:2 1617:2 1628:1 1637:1 1652:4 1653:1 1657:1 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1753:2 1797:1 1813:1 1821:1 1833:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:8 1903:1 1912:1 1915:1 1930:2 1933:1 1934:1 1969:1 1976:1 1978:1 1985:4 1998:1 2007:1 2011:1 2017:3 2062:2 2084:1 2100:1 2105:1 2139:2 2140:2 2149:1 2150:1 2155:1 2170:2 2175:1 2182:1 2190:1 2201:3 2206:1 2232:2 2261:1 2282:1 2290:1 2309:1 2314:1 2333:1 2335:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2399:2 2417:1 2423:1 2424:1 2443:1 2444:1 2449:1 2479:1 2499:2 2521:1 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:4 2704:1 2725:1 2737:4 2745:1 2771:2 2772:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:2 2836:1 2837:1 2839:2 2842:3 2844:3 2845:1 2846:1 2848:7 2850:2 2851:1 2854:1 2857:1 2860:1 2863:1 2866:3 2868:1 2870:2 2873:1 2878:5 2880:2 2883:1 2895:1 2916:1 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3040:1 3047:1 3071:1 3075:2 3098:1 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3268:1 3289:1 3291:1 3294:2 3303:1 3319:1 3322:2 3325:2 3348:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:1 3540:1 3543:1 3556:1 3565:1 3566:3 3571:1 3597:1 3599:1 3609:7 3626:2 3634:1 3640:1 3648:1 3654:1 3680:1 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:1 3995:1 4045:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4291:1 4298:1 4311:1 4350:1 4388:1 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:1 4561:1 4567:1 4569:4 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:1 4697:3 4733:3 4750:1 4774:1 4804:2 4820:1 4824:2 4833:1 4840:2 4866:1 4869:2 4890:4 4904:1 4939:1 4944:1 4945:1 4979:1 4983:1 4985:1 4996:1 5002:3 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5113:1 5164:2 5183:1 5192:1 5225:1 5227:2 5228:2 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:1 5343:1 5357:1 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:1 5715:2 5717:1 5720:1 5727:1 5750:1 5762:1 5764:1 5774:1 5779:7 5792:1 5798:1 5800:1 5813:2 5821:1 5822:1 5831:8 5841:1 5848:1 5878:3 5917:2 5923:3 5926:1 5929:1 5946:1 6003:1 6004:1 6020:1 6029:1 6039:12 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:3 6205:3 6206:2 6213:1 6216:1 6219:2 6220:1 6221:1 6228:1 6236:2 6238:1 6239:1 6240:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6412:1 6413:1 6414:1 6432:1 6435:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6674:1 6692:1 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:1 6785:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6891:1 6892:1 6897:2 6912:1 6993:1 6994:3 6997:1 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7143:2 7149:1 7165:1 7188:1 7193:3 7226:1 7233:1 7268:1 7278:1 7290:2 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7411:2 7497:1 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7539:2 7541:1 7543:1 7545:2 7559:2 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7629:1 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:2 7734:1 7744:1 7795:2 7797:1 7806:2 7818:1 7825:1 7842:1 7866:1 7867:1 7871:1 7876:1 7880:2 7881:1 7882:1 7904:2 7925:2 7927:1 7928:1 7934:1 7936:6 7938:2 7939:1 7942:1 7947:4 7948:1 7950:2 7952:3 7953:8 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8096:1 8105:1 8115:4 8119:1 8125:1 8127:2 8141:12 8161:1 8201:2 8212:1 8214:1 8260:1 8269:1 8279:3 8283:1 8345:1 8439:1 8443:1 8451:1 8456:3 8457:1 8458:1 8482:2 8519:2 8520:1 8524:1 8526:1 8537:1 8549:1 8554:5 8557:2 8575:1 8591:1 8606:1 8614:1 8658:2 8672:1 8679:1 8685:1 8703:1 8719:2 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8908:1 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9191:1 9258:1 9266:2 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:2 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9476:3 9495:1 9499:1 9583:7 9584:3 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:2 9645:1 9647:1 9651:35 9660:1 9683:4 9688:6 9697:1 9699:1 9703:1 9763:1 9785:1 9789:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10002:1 10005:1 10017:1 10023:1 10062:1 10086:1 10091:2 10117:1 10145:1 10155:1 10157:1 10161:1 10163:1 10189:1 10194:1 10228:1 10230:1 10257:1 10268:2 10271:2 10277:2 10278:1 10296:18 10315:1 10330:1 10333:1 10343:1 10347:1 10387:1 10414:1 10436:1 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10520:1 10530:2 10531:1 10543:1 10544:1 10594:1 10597:2 10599:1 10607:1 10609:1 10620:1 10630:1 10632:1 10637:1 10643:1 10647:2 10648:2 10657:1 10670:1 10679:1 10707:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10808:1 10822:1 10839:2 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10937:1 10939:1 10948:1 10957:1 10975:1 11009:2 11021:2 11051:1 11054:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:2 11351:1 11359:1 11366:1 11377:1 11380:1 11403:1 11410:4 11439:1 11447:1 11464:1 11481:3 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:1 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11762:1 11820:2 11845:1 11850:1 11853:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:1 11887:1 11889:1 11898:1 11908:1 11909:2 11914:1 11933:1 11956:1 11958:2 11987:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:2 12163:1 12174:2 12196:1 12204:4 12207:1 12210:1 12224:1 12250:1 12278:1 12292:1 12347:1 12381:3 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12411:1 12425:2 12437:1 12457:1 12462:5 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:2 12538:1 12566:1 12567:1 12580:1 12582:1 12589:1 12595:1 12603:2 12614:2 12618:4 12630:2 12633:1 12647:1 12650:1 12653:1 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12856:1 12860:1 12892:1 12917:4 12931:1 12963:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:1 13069:2 13085:1 13095:3 13127:2 13144:1 13161:1 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13278:1 13289:1 13332:1 13349:1 13360:3 13363:1 13365:1 13372:11 13413:1 13427:2 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:4 13625:6 13641:2 13642:1 13651:1 13667:1 13672:2 13674:1 13690:1 13694:1 13728:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13822:1 13828:1 13834:2 13842:1 13843:1 13844:1 13848:3 13864:1 13910:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:1 14121:2 14125:1 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:2 14194:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:9 14449:1 14459:1 14464:2 14468:1 14474:3 14478:1 14488:1 14490:1 14494:1 14499:2 14504:1 14506:1 14508:1 14510:1 14513:3 14519:2 14523:2 14524:1 14556:1 14568:1 14571:1 14575:8 14583:1 14592:4 14598:1 14603:2 14604:4 14627:1 14650:1 14674:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14811:1 14824:1 14830:4 14872:2 14875:1 14889:1 14899:1 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15039:1 15065:1 15066:1 15067:2 15088:1 15116:2 15119:1 15142:1 15152:3 15180:1 15208:1 15268:1 15273:1 15281:3 15284:1 15310:1 15354:1 15355:1 15374:1 15382:1 15403:1 15416:1 15424:1 15445:1 15455:1 15460:1 15466:1 15469:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:1 15674:1 15684:1 15692:1 15710:2 15753:1 15771:1 15782:2 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15873:1 15876:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16037:1 16040:1 16103:1 16123:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:1 16262:3 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:2 16388:3 16390:3 16410:1 16411:3 16421:1 16429:1 16455:1 16461:1 16474:1 16485:1 16487:2 16497:1 16498:7 16512:1 16523:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:4 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16732:1 16735:1 16741:1 16768:1 16769:1 16785:1 16792:1 16855:2 16867:1 16868:1 16880:1 16881:1 16887:2 16907:1 16914:3 16969:2 16973:1 16975:3 16976:1 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17021:1 17028:1 17051:1 17057:3 17059:1 17068:1 17108:1 17112:2 17126:1 17133:1 17136:1 17140:1 17157:1 17159:2 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:1 17231:1 17242:2 17272:1 17300:1 17306:1 17331:1 17332:1 17334:2 17338:1 17349:1 17356:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:2 17613:1 17640:1 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17794:1 17800:1 17812:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17857:1 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17964:1 17978:1 17981:1 18002:2 18016:1 18027:1 18036:1 18057:1 18066:1 18071:1 18072:1 18086:1 18090:1 18111:1 18120:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18267:2 18272:1 18282:1 18285:5 18294:1 18302:1 18310:1 18356:2 18359:4 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18444:1 18448:2 18475:1 18479:1 18485:1 18490:2 18505:1 18510:1 18538:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:2 19019:1 19041:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19188:1 19208:1 19212:1 19233:1 19256:1 19261:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:7 19341:3 19352:1 19358:1 19364:1 19412:1 19472:2 19488:2 19502:1 19505:1 19508:5 19511:1 19514:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19558:1 19563:3 19567:2 19576:1 19586:2 19590:3 19623:1 19632:1 19679:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19756:1 19770:1 19778:1 19779:1 19783:1 19796:1 19801:5 19808:1 19859:1 19862:1 19879:2 19886:2 19896:1 19901:7 19903:1 19904:1 19910:1 19926:1 19939:1 19941:3 19946:1 19963:1 19972:1 19981:1 20001:4 20008:1 20022:1 20030:1 20039:2 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20218:1 20219:1 20220:1 20221:2 20223:3 20230:2 20233:1 20242:1 20248:1 20267:2 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:2 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20591:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:3 20711:1 20756:1 20764:2 20797:4 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 20953:1 20983:1 21006:1 21035:1 21045:1 21046:3 21047:1 21124:1 21126:1 21149:2 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:2 21429:1 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:1 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:1 21740:2 21748:1 21751:4 21758:2 21761:1 21773:1 21786:1 21794:1 21839:1 21841:1 21865:1 21866:1 21890:1 21892:1 21903:1 21911:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21990:1 21994:1 22033:1 22036:2 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:5 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:1 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22462:1 22483:2 22493:1 22498:2 22514:1 22521:1 22545:1 22551:1 22587:2 22607:3 22608:1 22657:1 22659:1 22706:1 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:4 22817:1 22820:1 22834:1 22837:1 22838:1 22854:1 22857:1 22870:1 22871:1 22905:1 22910:1 22918:1 22922:1 22998:1 23011:2 23012:1 23018:1 23045:1 23049:1 23055:1 23073:2136 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23147:1 23155:1 23157:1 23194:1 23220:1 23229:1 23233:1 23238:1 23244:1 23271:2 23294:1 23308:1 23312:6 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:1 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:1 23706:1 23716:1 23729:1 23732:1 23763:1 23766:1 23776:1 23787:1 23793:1 23802:1 23813:1 23831:1 23839:1 23843:1 23850:1 23859:1 23869:2 23901:1 23938:1 23966:3 24003:1 24010:1 24019:1 24032:1 24039:1 24040:1 24050:2 24052:2 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24160:1 24169:3 24192:1 24198:1 24224:1 24226:1 24236:1 24237:3 24264:1 24267:2 24275:2 24279:1 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:1 24461:2 24477:1 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24527:1 24530:2 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24826:5 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25009:1 25015:3 25022:1 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:4 25125:1 25142:1 25143:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:3 25229:1 25248:1 25251:1 25255:3 25266:1 25291:1 25311:3 25328:2 25380:1 25390:1 25394:2 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25536:1 25537:1 25562:2 25575:1 25595:3 25599:1 25611:1 25620:1 25630:1 25636:1 25641:1 25647:1 25657:1 25679:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25775:1 25781:1 25782:1 25784:3 25803:3 25809:2 25819:1 25821:1 25828:1 25842:1 25844:1 25852:1 25853:1 25861:1 25925:1 25929:2 25959:1 25974:1 26026:1 26045:1 26046:1 26055:2 26076:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:1 26123:1 26130:1 26133:1 26160:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26239:2 26244:1 26259:1 26267:1 26286:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26432:1 26445:1 26446:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26542:1 26545:1 26549:1 26555:1 26581:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26657:1 26665:1 26681:1 26684:1 26688:1 26711:1 26730:1 26736:1 26738:1 26741:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:6 26879:1 26890:2 26904:2 26926:1 26932:3 26935:1 26939:1 26949:1 26956:1 26959:1 26999:1 27023:1 27042:1 27045:1 27046:1 27057:2 27065:1 27071:6 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27200:4 27229:1 27230:1 27236:1 27240:1 27256:2 27263:1 27270:1 27280:1 27307:2 27311:1 27318:1 27321:1 27334:1 27351:1 27354:2 27364:1 27372:1 27395:1 27427:1 27439:1 27466:2 27473:2 27489:1 27522:1 27528:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:3 27630:1 27631:2 27642:1 27643:1 27671:1 27696:1 27697:3 27699:1 27747:1 27751:1 27752:2 27765:1 27770:6 27779:1 27801:1 27815:1 27831:3 27834:7 27839:1 27846:1 27852:1 27854:1 27868:1 27870:1 27880:1 27893:1 27908:1 27909:1 27915:2 27917:1 27922:1 27924:1 27926:3 27931:1 27933:2 27939:1 27940:2 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28069:1 28071:1 28074:3 28094:1 28095:3 28097:1 28110:1 28132:2 28137:1 28142:1 28178:1 28197:1 28198:1 28209:1 28211:1 28218:1 28232:1 28233:1 28240:1 28258:1 28259:1 28286:1 28294:7 28314:1 28320:1 28327:3 28349:1 28357:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28585:2 28615:2 28627:1 28642:1 28643:1 28648:1 28656:1 28684:1 28686:1 28704:1 28714:2 28717:1 28744:1 28764:2 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28934:1 28947:1 28968:3 28974:1 28980:1 28995:1 28997:1 29006:4 29012:2 29023:1 29033:1 29034:1 29040:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:1 29175:3 29180:1 29204:1 29243:3 29254:1 29263:1 29295:1 29298:1 29299:1 29304:1 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:1 29430:1 29433:1 29440:4 29468:1 29472:2 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29579:1 29606:1 29611:1 29619:1 29629:1 29640:1 29652:1 29661:1 29701:1 29713:2 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29893:4 29894:1 29901:1 29904:1 29910:1 29920:1 29949:1 29960:1 29961:1 29969:1 29985:1 29986:1 30009:2 30025:2 30068:1 30072:1 30084:2 30105:1 30151:1 30162:3 30192:2 30238:2 30247:1 30250:1 30256:3 30267:1 30278:1 30292:3 30306:1 30316:3 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:4 30451:1 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30489:1 30496:2 30511:1 30545:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30645:1 30654:7 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30733:1 30759:1 30763:1 30771:4 30791:1 30793:1 30799:1 30805:1 30831:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:1 31082:1 31113:4 31115:12 31128:1 31146:7 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:1 31250:1 31256:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:1 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31458:1 31469:1 31470:1 31488:1 31492:2 31511:1 31526:1 31530:2 31548:1 31550:1 31557:1 31561:1 31576:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:1 31672:1 31678:1 31679:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:3 31815:1 31828:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31945:1 31948:4 31985:1 32002:1 32006:1 32012:1 32015:1 32026:2 32037:2 32056:1 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32196:1 32210:1 32222:1 32227:1 32229:1 32258:1 32276:1 32301:1 32315:1 32326:1 32364:6 32367:2 32381:1 32382:1 32394:1 32442:1 32452:1 32456:1 32458:1 32476:1 32489:1 32500:1 32510:2 32532:1 32579:3 32584:3 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32689:1 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:4 32781:1 32785:2 32796:1 32798:4 32812:2 32818:1 32827:1 32847:1 32894:1 32895:1 32991:1 32992:1 33012:1 33030:1 33039:1 33060:1 33101:1 33132:1 33137:1 33149:3 33150:1 33154:12 33207:2 33248:1 33271:1 33272:1 33281:2 33285:1 33289:1 33304:1 33308:1 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:1 33529:1 33531:3 33536:1 33537:1 33539:2 33552:1 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33709:1 33727:1 33788:1 33789:1 33796:5 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33882:5 33883:1 33884:1 33892:1 33897:1 33898:1 33900:1 33903:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33939:1 33961:1 33964:1 33975:1 33985:3 33986:2 33987:1 33989:1 33993:1 33995:1 33997:4 34007:1 34013:1 34022:2 34025:1 34026:1 34053:1 34058:2 34075:1 34091:1 34104:3 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:1 34461:1 34463:1 34480:1 34492:1 34522:1 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34625:2 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34792:1 34800:2 34808:1 34815:1 34835:1 34847:1 34849:1 34851:1 34865:1 34868:1 34872:2 34896:2 34900:1 34910:1 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34965:2 34978:1 34992:4 34998:1 35001:1 35006:1 35018:2 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35115:2 35128:2 35136:2 35148:2 35158:1 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35203:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:2 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35712:1 35715:1 35754:1 35761:2 35793:1 35797:1 35802:1 35830:1 35849:1 35854:1 35866:2 35881:1 35919:2 35934:2 35978:1 35988:1 35998:1 36039:2 36047:1 36057:1 36068:1 36118:1 36151:1 36181:1 36200:1 36206:1 36207:1 36209:1 36214:2 36284:3 36307:1 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:1 36372:1 36376:1 36381:1 36383:1 36401:4 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:7 36521:2 36526:2 36529:2 36531:1 36539:1 36548:1 36570:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:1 30:2 37:1 50:1 89:2 97:2 112:1 127:1 131:1 160:1 169:1 178:1 192:1 208:1 216:1 225:1 230:1 244:1 272:1 274:1 298:3 301:2 311:2 312:1 325:1 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:1 444:1 448:2 463:1 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:3 624:1 630:1 636:1 643:1 651:1 658:1 660:1 672:1 694:1 699:1 713:1 714:1 723:1 730:2 738:3 765:1 767:1 772:1 773:4 774:1 780:1 786:1 807:1 811:1 812:1 827:2 830:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:3 1127:1 1133:2 1144:4 1149:6 1153:3 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1430:1 1435:1 1462:3 1470:1 1486:1 1511:1 1514:1 1533:1 1538:2 1541:3 1542:1 1549:1 1554:1 1557:1 1558:1 1560:1 1562:2 1565:1 1580:1 1596:2 1610:1 1616:2 1617:2 1628:1 1637:1 1652:4 1653:1 1657:1 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1797:1 1813:1 1821:1 1833:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:8 1903:1 1912:1 1915:1 1930:2 1933:1 1934:1 1969:1 1976:1 1978:1 1985:4 1998:1 2007:1 2011:1 2017:3 2062:2 2084:1 2100:1 2105:1 2139:2 2140:2 2149:1 2150:1 2155:1 2170:2 2175:1 2182:1 2190:1 2201:3 2206:1 2232:2 2261:1 2282:1 2290:1 2298:1 2309:1 2314:1 2333:1 2335:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:1 2479:1 2499:2 2521:2 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:4 2704:1 2725:1 2737:4 2745:1 2771:2 2772:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:3 2836:1 2837:1 2839:3 2842:3 2844:3 2845:1 2846:1 2848:7 2850:3 2851:1 2854:1 2857:1 2860:1 2863:1 2866:3 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2916:1 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3040:1 3047:1 3071:1 3075:2 3098:1 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3268:1 3289:1 3291:1 3294:2 3303:1 3319:1 3322:3 3325:2 3348:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3556:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:7 3626:2 3634:1 3640:1 3648:1 3654:2 3680:2 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:1 3995:1 4045:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4291:1 4298:1 4311:1 4350:1 4388:1 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:1 4451:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:1 4561:1 4567:1 4569:4 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:1 4697:3 4733:3 4750:1 4774:1 4804:2 4820:1 4824:2 4833:1 4840:2 4866:1 4869:2 4890:4 4904:1 4939:1 4944:1 4945:1 4979:1 4983:1 4985:1 4996:1 5002:3 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5113:1 5164:2 5183:1 5192:1 5225:1 5227:2 5228:2 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:2 5343:1 5357:2 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5594:1 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:1 5715:2 5717:1 5720:1 5727:1 5750:1 5762:1 5764:1 5774:1 5779:8 5792:1 5798:1 5800:1 5813:2 5821:1 5822:1 5831:10 5841:1 5848:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6020:2 6029:1 6039:13 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:3 6205:4 6206:2 6213:1 6216:1 6219:2 6220:1 6221:1 6228:1 6236:2 6238:1 6239:2 6240:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6552:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6674:1 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7226:1 7233:1 7265:1 7268:1 7278:1 7290:2 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7539:2 7541:3 7543:1 7545:2 7559:2 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7629:1 7633:1 7652:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:2 7734:1 7744:1 7795:2 7797:1 7806:2 7818:1 7825:1 7842:1 7866:1 7867:1 7871:1 7876:1 7880:2 7881:1 7882:1 7904:3 7925:2 7926:1 7927:1 7928:1 7934:1 7936:6 7938:2 7939:1 7942:1 7947:4 7948:1 7950:2 7952:3 7953:9 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8061:1 8096:1 8105:1 8115:4 8119:1 8125:1 8127:2 8141:12 8161:1 8201:2 8212:1 8214:1 8260:1 8269:1 8279:3 8283:1 8345:1 8439:1 8443:1 8445:1 8451:1 8456:3 8457:1 8458:1 8482:2 8519:2 8520:1 8524:1 8526:1 8537:1 8549:1 8554:5 8557:2 8575:1 8591:1 8606:1 8614:1 8658:2 8660:1 8672:1 8679:1 8685:1 8703:1 8719:2 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8908:1 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9176:1 9191:1 9258:1 9266:2 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:2 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9476:3 9495:1 9499:1 9583:7 9584:3 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:2 9645:1 9647:1 9651:40 9660:1 9683:4 9688:6 9697:1 9699:1 9703:1 9763:1 9785:1 9789:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10002:1 10005:2 10017:1 10023:1 10062:1 10086:1 10091:2 10117:1 10145:1 10155:1 10157:1 10161:1 10163:1 10189:1 10194:1 10228:1 10230:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:20 10315:1 10330:1 10333:1 10343:1 10347:1 10387:1 10414:1 10436:1 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10520:1 10530:2 10531:1 10543:1 10544:1 10594:3 10597:2 10599:1 10607:1 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:2 10648:2 10657:1 10670:1 10679:1 10707:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10808:1 10822:1 10839:2 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10937:1 10939:1 10948:1 10957:1 10975:1 11009:2 11021:2 11051:1 11054:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:2 11351:1 11359:1 11366:1 11377:1 11380:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:3 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11747:1 11762:1 11820:2 11845:1 11850:1 11853:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:1 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11956:1 11958:2 11987:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:3 12163:1 12174:2 12181:1 12183:1 12196:1 12204:4 12207:1 12210:1 12224:1 12250:1 12278:1 12292:1 12347:1 12381:3 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12409:1 12411:1 12425:2 12437:1 12457:1 12462:5 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:3 12538:1 12566:1 12567:1 12580:1 12582:1 12589:1 12595:1 12603:2 12614:2 12618:4 12630:2 12633:1 12647:1 12650:1 12653:1 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12856:1 12860:1 12892:1 12917:4 12931:1 12932:1 12963:1 12965:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:1 13069:2 13085:1 13095:3 13127:2 13144:1 13161:1 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13278:1 13289:1 13332:1 13349:1 13360:3 13363:1 13365:1 13372:13 13413:1 13427:2 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:4 13625:6 13641:2 13642:1 13651:1 13667:1 13672:2 13674:1 13690:1 13694:1 13728:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13822:1 13828:1 13834:2 13842:2 13843:1 13844:1 13848:3 13864:1 13910:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:1 14121:2 14125:1 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:2 14194:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:10 14449:1 14459:1 14464:2 14468:1 14474:3 14478:1 14481:1 14488:1 14490:1 14494:1 14499:2 14504:1 14506:1 14508:1 14510:1 14513:3 14519:2 14523:2 14524:1 14556:1 14568:1 14571:1 14575:9 14583:1 14592:4 14598:1 14603:2 14604:4 14627:1 14650:1 14674:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:1 14811:1 14824:1 14830:4 14872:2 14875:1 14889:1 14899:1 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15039:1 15065:1 15066:1 15067:2 15088:1 15100:1 15116:2 15119:1 15142:1 15152:3 15180:1 15208:1 15268:1 15273:1 15281:3 15284:1 15310:1 15354:1 15355:1 15374:1 15382:1 15403:1 15416:1 15424:1 15445:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:2 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15753:1 15771:1 15782:2 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15895:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16037:1 16040:1 16103:1 16123:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:4 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:3 16388:3 16390:3 16410:1 16411:3 16421:1 16429:1 16455:1 16461:1 16474:1 16485:1 16487:2 16497:1 16498:8 16512:1 16523:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:5 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16732:1 16735:2 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16855:2 16867:1 16868:1 16880:1 16881:1 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:1 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17021:1 17028:1 17051:1 17057:3 17059:1 17068:1 17108:1 17112:2 17126:1 17133:1 17136:1 17140:1 17157:1 17159:2 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:2 17231:2 17242:2 17272:1 17300:1 17306:1 17331:1 17332:1 17334:2 17338:1 17349:1 17356:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:2 17613:1 17640:1 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17794:1 17800:1 17812:1 17815:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17857:2 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17964:1 17978:1 17981:1 18002:2 18016:1 18027:1 18036:1 18057:1 18066:1 18071:1 18072:1 18086:1 18090:1 18111:1 18120:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18267:2 18272:1 18282:2 18285:5 18294:1 18302:1 18310:1 18356:2 18359:4 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18444:1 18448:2 18475:1 18479:1 18485:1 18490:2 18505:1 18510:1 18538:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:2 19019:1 19041:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19188:1 19190:1 19208:1 19212:1 19233:2 19256:1 19261:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:7 19341:3 19352:1 19358:1 19364:1 19412:1 19472:2 19488:2 19502:1 19505:1 19508:6 19511:1 19514:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19558:1 19563:3 19567:3 19576:1 19586:2 19590:3 19623:1 19632:2 19679:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19756:1 19770:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:2 19896:1 19901:8 19903:1 19904:1 19910:1 19926:1 19939:1 19941:3 19946:1 19963:1 19972:1 19981:1 20001:5 20008:1 20022:1 20030:1 20039:2 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20218:1 20219:1 20220:1 20221:2 20223:3 20230:2 20233:1 20234:1 20242:1 20248:1 20267:2 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:2 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20590:1 20591:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:3 20711:1 20756:1 20764:2 20797:4 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20860:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 20953:1 20983:1 21006:1 21035:1 21045:2 21046:3 21047:1 21063:1 21068:1 21124:1 21126:1 21149:2 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:2 21429:1 21441:1 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:1 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:1 21740:2 21748:1 21751:4 21758:2 21761:1 21773:1 21786:1 21794:1 21839:1 21841:1 21865:1 21866:1 21890:1 21892:1 21903:1 21911:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:5 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:2 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22462:1 22483:2 22493:1 22498:2 22514:1 22521:1 22545:1 22547:1 22551:1 22587:2 22607:3 22608:1 22611:1 22657:1 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:4 22817:1 22820:1 22834:1 22837:1 22838:1 22854:1 22857:1 22870:1 22871:1 22905:1 22910:1 22918:1 22922:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:1 23049:1 23055:1 23073:2218 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:2 23105:1 23112:1 23147:1 23155:1 23157:1 23194:1 23220:1 23229:1 23233:1 23238:1 23244:1 23271:2 23294:1 23308:1 23312:6 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:1 23702:1 23706:1 23716:1 23729:1 23732:1 23763:1 23766:1 23776:1 23787:1 23793:1 23802:1 23813:1 23831:1 23839:1 23843:1 23850:1 23859:1 23869:2 23901:1 23938:1 23966:3 24003:1 24010:1 24019:1 24032:1 24039:1 24040:1 24050:2 24052:2 24055:1 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24160:1 24169:3 24192:1 24198:1 24224:1 24226:1 24236:1 24237:3 24264:1 24267:2 24275:2 24279:1 24280:1 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:1 24461:2 24477:1 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24527:1 24530:2 24532:1 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24826:6 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:4 25125:1 25142:1 25143:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:3 25229:1 25248:1 25251:1 25255:3 25266:1 25291:1 25311:3 25328:2 25380:1 25390:1 25394:2 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25536:1 25537:1 25562:2 25575:1 25595:3 25599:1 25611:1 25620:1 25630:1 25636:1 25641:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25774:1 25775:1 25781:1 25782:1 25784:3 25803:3 25809:2 25819:1 25821:1 25828:1 25842:1 25844:1 25852:1 25853:1 25861:1 25925:1 25929:2 25959:1 25974:1 26026:1 26045:1 26046:1 26055:2 26076:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26239:2 26242:1 26244:1 26259:1 26267:1 26286:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26432:1 26445:1 26446:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26513:1 26542:1 26545:1 26549:1 26555:1 26581:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26657:1 26665:1 26681:1 26684:1 26688:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:6 26879:1 26890:3 26904:2 26926:1 26932:3 26935:1 26939:2 26949:1 26956:1 26959:1 26999:1 27023:1 27039:1 27042:1 27045:1 27046:1 27047:1 27057:2 27065:1 27071:6 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27200:4 27229:1 27230:1 27236:1 27240:1 27256:2 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:1 27354:2 27364:1 27372:1 27395:1 27427:1 27439:1 27466:2 27473:2 27489:1 27522:1 27528:1 27533:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:3 27630:1 27631:2 27642:1 27643:1 27671:1 27696:1 27697:3 27699:1 27712:1 27747:1 27751:1 27752:2 27765:1 27770:6 27779:1 27801:1 27815:1 27831:3 27834:7 27839:1 27846:1 27850:1 27852:1 27854:1 27868:1 27870:1 27880:1 27893:1 27908:1 27909:1 27915:2 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:2 27940:2 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28069:2 28071:1 28074:3 28094:1 28095:3 28097:1 28110:1 28132:2 28137:1 28142:1 28178:1 28180:1 28197:1 28198:1 28209:1 28211:1 28218:1 28232:1 28233:1 28240:1 28258:1 28259:1 28286:1 28294:8 28314:1 28320:1 28327:3 28349:1 28357:1 28379:1 28380:1 28403:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28585:2 28615:2 28627:1 28642:1 28643:1 28648:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:1 28744:1 28753:1 28764:2 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28934:1 28947:1 28968:3 28974:1 28980:1 28995:1 28997:1 29006:4 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:2 29175:3 29180:1 29204:1 29243:3 29254:1 29263:1 29295:1 29298:1 29299:1 29304:1 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:1 29430:1 29433:2 29440:4 29468:1 29472:2 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29579:1 29606:1 29611:1 29619:1 29629:1 29640:1 29652:1 29661:1 29701:1 29713:2 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29893:4 29894:1 29901:1 29904:1 29910:1 29920:1 29939:1 29949:1 29960:1 29961:1 29969:1 29985:1 29986:1 30009:2 30022:1 30025:2 30068:1 30072:1 30084:2 30105:1 30107:1 30151:1 30162:3 30192:2 30238:2 30247:1 30250:1 30256:4 30267:1 30278:1 30292:3 30306:1 30316:3 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:5 30451:1 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30489:1 30496:2 30511:1 30545:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30733:1 30759:1 30763:1 30771:4 30791:1 30793:1 30799:1 30805:1 30822:2 30831:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:1 31082:1 31113:4 31115:13 31128:1 31146:9 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:1 31250:1 31256:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31458:1 31469:1 31470:1 31488:1 31492:2 31511:1 31526:1 31530:2 31548:1 31550:1 31557:1 31561:1 31572:1 31576:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:1 31672:1 31678:1 31679:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:3 31815:1 31828:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31945:1 31948:4 31985:1 32002:1 32006:1 32012:1 32015:1 32026:2 32037:2 32056:2 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32188:1 32196:1 32210:1 32222:2 32227:1 32229:1 32258:1 32276:1 32301:1 32315:1 32326:1 32364:6 32367:2 32381:1 32382:1 32394:1 32442:1 32452:1 32456:1 32458:1 32476:1 32489:1 32500:1 32510:2 32532:2 32579:3 32584:3 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32689:1 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:5 32781:1 32785:2 32796:2 32798:4 32812:2 32818:1 32827:1 32847:1 32894:1 32895:1 32922:1 32944:1 32991:1 32992:1 33012:1 33030:1 33039:1 33060:1 33101:1 33132:1 33137:1 33149:3 33150:1 33154:12 33192:1 33207:2 33248:1 33271:1 33272:1 33281:2 33285:1 33289:1 33304:1 33308:1 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:1 33529:1 33531:3 33536:1 33537:1 33539:2 33552:1 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33709:1 33727:1 33788:1 33789:1 33796:5 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:1 33903:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33939:1 33961:1 33964:1 33975:1 33985:3 33986:3 33987:1 33989:1 33993:1 33995:1 33997:5 34007:1 34013:1 34022:2 34025:1 34026:1 34053:1 34058:3 34075:1 34091:1 34104:3 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34492:1 34522:1 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34621:1 34625:2 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34792:1 34800:2 34808:2 34815:1 34835:1 34847:1 34849:1 34851:1 34865:1 34868:1 34872:2 34896:2 34900:1 34910:1 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34965:2 34978:1 34992:4 34998:1 35001:1 35006:1 35018:2 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35115:2 35128:2 35136:2 35148:2 35158:1 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35203:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35326:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:2 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35793:1 35797:1 35802:1 35830:1 35849:1 35854:1 35866:2 35881:1 35919:2 35934:2 35978:1 35988:1 35998:1 36039:2 36047:1 36057:1 36068:1 36118:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36284:3 36307:1 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:1 36372:1 36376:1 36381:1 36383:1 36401:5 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:9 36521:2 36526:2 36529:2 36531:1 36539:1 36548:1 36570:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:1 30:2 37:1 50:1 89:2 97:3 112:1 127:1 131:2 160:1 169:1 178:1 192:1 208:1 216:1 225:1 230:1 244:1 272:1 274:1 298:3 301:2 311:2 312:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:1 444:1 448:2 458:1 463:1 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:3 624:1 630:1 636:1 643:1 651:1 658:1 660:2 672:1 694:1 699:1 713:1 714:1 723:1 730:2 738:3 765:1 767:1 772:1 773:5 774:1 780:1 786:1 804:1 807:1 811:1 812:1 827:2 830:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 993:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:3 1127:1 1133:2 1144:4 1149:6 1153:3 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1430:1 1435:1 1462:3 1470:1 1486:1 1511:1 1514:1 1533:1 1538:2 1541:3 1542:1 1549:1 1554:1 1557:1 1558:1 1560:1 1562:2 1565:1 1580:1 1596:2 1610:2 1616:3 1617:2 1628:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1773:1 1797:1 1813:1 1821:1 1833:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1903:1 1912:1 1915:1 1930:2 1933:1 1934:1 1969:1 1976:1 1978:1 1985:4 1998:1 2007:1 2011:1 2017:3 2062:2 2084:1 2100:1 2105:1 2139:2 2140:2 2149:1 2150:1 2155:1 2170:2 2175:1 2182:1 2190:1 2201:3 2206:1 2232:2 2261:1 2282:1 2290:1 2298:1 2309:1 2314:1 2333:1 2335:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:1 2479:1 2499:2 2521:2 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:5 2704:1 2725:1 2737:4 2745:1 2771:2 2772:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:3 2836:1 2837:1 2839:3 2842:3 2844:3 2845:1 2846:1 2848:7 2850:3 2851:1 2854:1 2857:1 2860:1 2863:1 2866:3 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2916:1 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3039:1 3040:1 3047:1 3071:1 3075:2 3098:1 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3268:1 3289:1 3291:1 3294:2 3303:1 3319:1 3322:3 3325:2 3348:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3556:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:7 3626:2 3634:1 3640:1 3648:1 3654:2 3680:2 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:1 3995:1 4045:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4291:1 4298:1 4311:1 4350:1 4388:1 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:1 4451:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:1 4561:1 4567:1 4569:4 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:1 4697:3 4733:3 4750:1 4774:1 4804:2 4806:1 4820:1 4824:2 4833:2 4840:2 4866:1 4869:2 4890:4 4904:1 4939:1 4944:1 4945:1 4979:1 4983:1 4985:1 4996:1 5002:3 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5113:1 5164:2 5183:1 5192:1 5225:1 5227:2 5228:2 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:2 5343:1 5357:3 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5594:1 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:1 5715:2 5717:1 5720:1 5727:1 5750:1 5762:1 5764:1 5774:1 5779:8 5792:1 5798:1 5800:1 5813:2 5821:1 5822:1 5831:10 5841:1 5848:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6020:2 6029:1 6039:13 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:3 6205:4 6206:2 6213:1 6216:1 6219:2 6220:1 6221:1 6228:1 6236:2 6238:2 6239:2 6240:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6552:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6674:1 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7226:1 7233:1 7265:1 7268:1 7278:1 7290:2 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7539:2 7541:3 7543:1 7545:2 7559:3 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:2 7734:1 7744:1 7795:2 7797:1 7806:2 7818:1 7825:1 7842:1 7866:1 7867:1 7871:1 7876:1 7880:2 7881:1 7882:1 7904:3 7925:4 7926:1 7927:1 7928:1 7934:1 7936:6 7938:2 7939:1 7942:1 7947:4 7948:1 7950:2 7952:3 7953:9 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8061:1 8096:1 8105:1 8115:4 8119:1 8125:1 8127:2 8141:12 8161:1 8201:2 8209:1 8212:1 8214:1 8260:1 8269:1 8279:3 8283:1 8345:1 8439:1 8443:1 8445:1 8451:2 8456:3 8457:2 8458:1 8482:2 8519:2 8520:1 8524:1 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8591:1 8606:1 8614:1 8658:2 8660:1 8672:1 8679:1 8685:1 8703:1 8719:2 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9176:1 9191:1 9258:1 9266:2 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:3 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9495:1 9499:1 9583:7 9584:3 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:2 9645:1 9647:1 9651:40 9660:1 9683:4 9688:6 9697:1 9699:1 9703:1 9722:1 9763:1 9785:1 9789:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9970:1 9992:1 10002:1 10005:2 10017:1 10023:1 10062:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:1 10157:1 10161:1 10163:1 10189:1 10194:1 10228:1 10230:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:20 10315:1 10330:1 10333:1 10343:1 10347:1 10387:1 10410:1 10414:1 10436:1 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10520:1 10530:2 10531:1 10543:1 10544:1 10594:3 10597:2 10599:1 10607:1 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:3 10648:2 10657:1 10667:1 10670:1 10679:1 10707:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:2 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10937:1 10939:1 10948:1 10957:1 10975:1 11009:2 11021:2 11051:1 11054:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11377:1 11378:1 11380:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:3 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11747:1 11762:1 11820:2 11845:1 11850:1 11853:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11956:1 11958:2 11987:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:3 12163:1 12174:3 12181:1 12183:1 12196:1 12204:4 12207:1 12210:1 12224:1 12250:1 12278:1 12292:1 12340:1 12347:1 12381:3 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12409:1 12411:1 12425:2 12437:1 12457:1 12462:5 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:3 12538:1 12566:1 12567:1 12580:1 12582:1 12589:1 12595:1 12603:2 12614:2 12618:4 12630:2 12633:1 12647:1 12650:1 12653:1 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12856:1 12860:1 12892:1 12917:4 12931:1 12932:1 12963:1 12965:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:1 13069:2 13085:1 13095:3 13109:1 13127:2 13144:1 13154:1 13161:1 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13278:1 13289:1 13332:1 13349:1 13360:3 13363:1 13365:1 13372:13 13413:1 13427:2 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:4 13625:6 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:1 13694:1 13728:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13822:1 13828:1 13834:2 13842:2 13843:1 13844:1 13848:3 13864:1 13910:1 13928:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:1 14121:2 14125:1 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:10 14449:1 14459:1 14464:2 14468:1 14474:3 14478:1 14481:1 14488:1 14490:1 14494:1 14499:2 14504:1 14506:1 14508:1 14510:1 14513:3 14519:2 14523:2 14524:1 14556:1 14568:1 14571:2 14575:9 14583:1 14592:4 14593:1 14598:1 14603:2 14604:4 14627:1 14650:1 14674:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:1 14811:1 14824:1 14830:4 14872:2 14875:1 14889:1 14899:1 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15039:1 15065:1 15066:1 15067:2 15088:1 15100:1 15116:2 15119:1 15142:1 15152:3 15180:1 15208:1 15268:1 15273:1 15281:3 15284:1 15310:1 15329:1 15354:1 15355:1 15374:1 15382:1 15403:1 15416:1 15424:1 15445:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:3 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15782:2 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15895:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16037:1 16040:1 16103:1 16123:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:4 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:3 16421:1 16429:1 16455:2 16461:1 16474:1 16485:1 16487:2 16497:1 16498:8 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:6 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16732:1 16735:2 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16855:2 16867:1 16868:1 16880:1 16881:1 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:1 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17021:1 17028:1 17051:1 17057:3 17059:1 17068:1 17108:1 17112:2 17126:1 17133:1 17136:1 17140:1 17157:1 17159:2 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:2 17231:2 17242:2 17272:1 17300:1 17306:1 17331:1 17332:1 17334:2 17338:1 17349:1 17356:1 17380:1 17386:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:2 17613:1 17640:1 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17794:1 17800:1 17812:1 17815:1 17821:1 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17857:2 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17964:1 17978:1 17981:1 18002:2 18016:1 18027:1 18036:1 18057:1 18066:1 18071:1 18072:1 18086:1 18090:1 18111:2 18120:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18267:2 18272:1 18282:2 18285:5 18294:1 18302:1 18310:1 18356:2 18359:4 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18444:1 18448:2 18475:1 18479:1 18485:1 18490:2 18505:1 18510:1 18538:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:2 19019:1 19041:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19188:1 19190:1 19208:1 19212:1 19233:2 19256:2 19259:1 19261:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:7 19341:3 19352:1 19358:1 19364:1 19412:1 19450:1 19472:2 19488:2 19502:1 19505:1 19508:6 19511:1 19514:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19558:1 19563:3 19567:3 19576:1 19586:2 19590:4 19623:1 19632:2 19679:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19756:1 19770:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:9 19903:1 19904:1 19910:1 19926:1 19939:1 19941:3 19946:1 19963:1 19972:1 19981:1 19985:1 20001:6 20008:1 20022:1 20030:1 20039:3 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20218:1 20219:1 20220:1 20221:2 20223:3 20230:2 20233:1 20234:1 20242:1 20248:1 20267:2 20272:1 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:2 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20590:1 20591:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:3 20711:1 20756:1 20764:2 20797:4 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 20953:1 20983:1 21006:1 21035:1 21045:2 21046:3 21047:1 21063:1 21068:1 21124:1 21126:1 21149:2 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21424:2 21429:1 21441:1 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:2 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:1 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21865:1 21866:1 21890:1 21892:1 21903:1 21911:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22090:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:5 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:2 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22483:2 22493:2 22498:2 22514:1 22521:1 22545:1 22547:1 22551:1 22587:2 22607:3 22608:1 22611:1 22657:1 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:4 22817:1 22820:1 22834:1 22837:1 22838:1 22854:1 22857:1 22870:1 22871:1 22905:1 22910:1 22918:2 22922:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:1 23049:1 23055:1 23073:2284 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:3 23105:1 23112:1 23147:1 23155:1 23157:1 23194:1 23220:1 23229:1 23233:1 23238:1 23244:1 23254:1 23271:2 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:2 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:1 23702:1 23706:1 23716:1 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23787:1 23793:1 23799:1 23802:1 23813:1 23831:1 23839:1 23843:1 23850:1 23859:1 23869:2 23901:1 23938:1 23966:3 24003:1 24010:1 24019:1 24032:1 24039:1 24040:1 24050:2 24052:2 24055:1 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24160:1 24169:4 24192:1 24198:1 24224:1 24226:1 24236:1 24237:3 24264:1 24267:2 24275:3 24279:1 24280:1 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24461:2 24477:1 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24527:1 24530:2 24532:1 24556:1 24563:1 24567:1 24586:1 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24826:6 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:4 25125:1 25142:1 25143:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:4 25229:1 25248:1 25251:1 25255:3 25266:1 25291:1 25311:3 25322:1 25328:3 25380:1 25390:1 25394:2 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25536:1 25537:1 25562:2 25575:1 25595:3 25599:1 25611:1 25620:1 25630:1 25636:1 25641:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25774:1 25775:1 25781:1 25782:1 25784:3 25803:3 25809:2 25819:1 25821:1 25828:1 25842:1 25844:1 25847:1 25852:1 25853:1 25861:1 25925:1 25929:2 25959:2 25974:1 26026:1 26045:1 26046:1 26055:2 26076:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26239:2 26242:1 26244:1 26259:1 26267:1 26286:1 26344:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26432:1 26445:1 26446:1 26447:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26513:1 26542:1 26545:1 26549:1 26555:1 26581:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:6 26879:1 26890:3 26904:2 26926:1 26932:3 26935:1 26939:2 26949:1 26956:1 26959:1 26999:1 27023:1 27039:1 27042:1 27045:1 27046:1 27047:1 27057:2 27065:1 27071:6 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27200:4 27229:1 27230:1 27236:1 27240:1 27256:2 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27427:1 27439:1 27466:2 27473:2 27489:1 27522:1 27528:1 27533:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:4 27630:1 27631:2 27642:1 27643:1 27671:1 27696:1 27697:3 27699:1 27712:1 27747:1 27751:1 27752:2 27765:1 27770:6 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27846:1 27850:1 27852:1 27854:1 27868:1 27870:1 27880:1 27893:1 27908:1 27909:1 27915:2 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:2 27940:2 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28069:2 28071:1 28074:3 28094:1 28095:3 28097:1 28110:1 28132:2 28137:1 28142:1 28178:1 28180:1 28197:1 28198:1 28209:1 28211:1 28218:1 28232:1 28233:1 28240:1 28258:1 28259:1 28286:1 28294:8 28314:1 28320:1 28327:3 28349:1 28357:1 28379:1 28380:1 28403:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28498:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28585:2 28615:2 28627:1 28642:1 28643:1 28648:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:1 28744:1 28753:1 28764:2 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28934:1 28947:1 28968:3 28974:1 28980:1 28995:1 28997:1 29006:4 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:2 29175:3 29180:1 29204:1 29243:3 29254:1 29263:1 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:1 29430:1 29433:2 29440:4 29468:1 29472:2 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29579:1 29606:1 29611:1 29619:2 29629:1 29640:1 29652:1 29661:1 29701:1 29713:2 29734:1 29739:1 29756:1 29771:1 29775:1 29790:1 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29893:4 29894:1 29901:1 29904:1 29910:1 29920:1 29939:1 29949:1 29960:1 29961:1 29969:1 29985:1 29986:1 30009:2 30022:1 30025:2 30068:1 30072:1 30084:2 30105:1 30107:1 30151:1 30162:3 30192:2 30238:2 30247:1 30250:1 30256:4 30267:1 30278:1 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:6 30451:2 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30489:1 30496:2 30511:1 30545:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30733:1 30759:1 30763:1 30771:4 30791:1 30793:1 30799:1 30805:1 30822:2 30831:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:1 31082:1 31113:4 31115:13 31128:1 31146:9 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:1 31250:1 31256:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31396:1 31412:1 31415:1 31416:1 31428:2 31450:1 31458:1 31469:1 31470:1 31488:1 31492:2 31511:1 31526:1 31530:2 31548:1 31550:1 31557:1 31561:1 31572:1 31576:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:1 31672:1 31678:1 31679:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:3 31780:1 31815:1 31828:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31945:1 31948:4 31985:1 32002:1 32006:1 32012:1 32015:1 32026:2 32037:2 32056:2 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32188:1 32196:1 32210:1 32222:2 32227:1 32229:1 32258:1 32276:1 32301:1 32315:1 32326:1 32364:6 32367:2 32381:1 32382:1 32394:1 32442:1 32452:1 32456:1 32458:1 32476:1 32489:1 32500:1 32510:2 32532:2 32579:3 32584:3 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32689:1 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:5 32768:1 32781:1 32785:2 32796:3 32798:4 32812:3 32818:1 32827:1 32847:2 32894:1 32895:1 32922:1 32944:1 32991:1 32992:1 33012:1 33030:1 33039:1 33060:1 33101:1 33132:1 33137:1 33149:3 33150:1 33154:12 33192:1 33207:2 33248:1 33271:1 33272:1 33281:2 33285:1 33289:1 33304:1 33308:1 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:1 33529:1 33531:3 33536:1 33537:1 33539:2 33552:2 33559:1 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33709:1 33727:1 33788:1 33789:1 33796:5 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:1 33903:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33939:1 33961:1 33964:1 33975:1 33985:3 33986:3 33987:1 33989:1 33993:1 33995:1 33997:5 34007:1 34013:1 34022:3 34025:1 34026:1 34053:1 34058:3 34075:1 34091:1 34104:4 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34492:1 34522:2 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34562:3 34566:1 34567:1 34577:1 34584:1 34607:1 34621:1 34625:2 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34792:1 34800:2 34808:2 34815:1 34835:1 34847:1 34849:1 34851:1 34865:1 34868:1 34872:2 34896:2 34900:1 34910:1 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34965:2 34978:1 34992:4 34998:1 35001:1 35006:1 35018:3 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35115:2 35128:2 35136:3 35148:2 35158:1 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35203:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:2 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:2 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35793:1 35797:1 35802:1 35830:1 35849:2 35854:1 35866:2 35881:1 35919:2 35934:2 35978:1 35988:1 35998:1 36039:2 36047:1 36057:1 36068:1 36118:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36284:3 36307:1 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:2 36372:1 36376:1 36381:1 36383:1 36401:5 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:9 36521:2 36526:2 36529:2 36531:1 36539:1 36548:1 36570:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:1 30:2 32:1 37:1 50:1 89:2 97:3 112:1 127:2 131:2 160:1 169:1 178:1 192:1 208:1 216:1 225:1 230:1 244:1 272:1 274:1 278:1 298:3 301:2 311:2 312:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:1 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:3 624:1 630:1 636:1 643:1 651:1 658:1 660:2 672:1 694:1 699:1 713:1 714:1 723:1 730:2 738:3 765:1 767:1 772:1 773:6 774:1 780:1 786:1 804:1 807:1 811:1 812:1 827:2 830:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 985:1 993:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:4 1127:1 1133:2 1144:4 1149:6 1153:3 1162:1 1167:1 1172:1 1175:1 1221:1 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:1 1413:1 1430:1 1435:1 1462:3 1470:1 1486:1 1511:1 1514:1 1527:1 1533:1 1538:2 1541:3 1542:1 1549:1 1554:1 1557:1 1558:1 1560:1 1562:2 1565:1 1580:1 1596:2 1610:2 1616:3 1617:2 1628:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1773:1 1797:1 1813:1 1821:1 1833:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1903:1 1912:1 1915:1 1930:2 1933:1 1934:1 1969:1 1976:1 1978:1 1985:4 1998:1 2007:1 2011:1 2017:4 2062:2 2084:1 2100:1 2105:1 2139:2 2140:2 2149:1 2150:1 2155:1 2170:2 2175:1 2182:1 2190:1 2201:3 2206:1 2232:2 2261:1 2282:1 2290:1 2298:1 2309:1 2314:1 2333:2 2335:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:1 2479:1 2499:2 2521:2 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:5 2704:1 2725:1 2737:4 2745:1 2771:2 2772:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:3 2836:1 2837:1 2839:3 2842:3 2844:3 2845:1 2846:1 2848:7 2850:3 2851:1 2854:1 2857:1 2860:1 2863:1 2866:3 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2916:1 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3039:1 3040:1 3047:1 3071:1 3075:2 3098:1 3104:1 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3268:1 3289:1 3291:1 3294:2 3303:1 3319:1 3322:3 3325:2 3348:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3556:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:8 3626:2 3634:1 3640:1 3648:1 3654:2 3680:2 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:1 3995:1 4045:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4291:1 4298:1 4311:1 4350:1 4388:2 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:1 4451:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:1 4561:1 4567:1 4569:4 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:2 4697:3 4733:4 4750:1 4774:1 4804:2 4806:1 4820:1 4824:2 4833:2 4840:2 4866:1 4869:2 4890:4 4904:1 4939:1 4944:1 4945:2 4979:1 4983:1 4985:1 4996:1 5002:3 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5113:1 5164:2 5183:1 5192:1 5225:1 5227:2 5228:2 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:2 5343:1 5357:3 5358:2 5371:1 5388:2 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5594:1 5595:1 5605:1 5612:2 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:1 5715:2 5717:1 5720:1 5727:1 5750:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:8 5792:1 5798:1 5800:1 5813:2 5821:1 5822:1 5831:10 5841:1 5848:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6020:2 6029:1 6039:13 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:1 6204:3 6205:4 6206:2 6213:1 6216:1 6219:2 6220:1 6221:1 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6552:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6674:1 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7226:1 7233:1 7265:1 7268:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7539:2 7541:3 7543:1 7545:2 7553:1 7559:3 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:4 7718:1 7732:2 7734:1 7744:1 7795:2 7797:1 7806:2 7818:1 7825:1 7842:1 7866:1 7867:1 7871:1 7876:1 7880:2 7881:1 7882:1 7904:3 7925:4 7926:1 7927:1 7928:1 7934:1 7936:6 7938:2 7939:1 7942:1 7947:4 7948:1 7950:2 7952:3 7953:9 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8061:1 8096:1 8105:1 8115:4 8119:1 8125:1 8127:2 8141:12 8161:1 8201:2 8209:1 8212:1 8214:1 8260:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:1 8451:2 8456:3 8457:2 8458:1 8482:2 8519:2 8520:1 8524:2 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8591:1 8606:1 8614:1 8658:2 8660:1 8672:1 8679:1 8685:1 8703:1 8719:2 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9176:1 9191:1 9258:1 9266:2 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:3 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9495:1 9499:1 9583:7 9584:4 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:2 9645:1 9647:1 9651:40 9660:1 9683:4 9688:7 9697:2 9699:1 9703:1 9722:1 9752:1 9763:1 9785:1 9789:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9968:1 9970:1 9992:1 10002:1 10005:2 10017:1 10023:1 10062:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:1 10157:1 10161:1 10163:1 10189:1 10194:1 10228:1 10230:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:20 10315:1 10330:1 10333:1 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:1 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10498:1 10520:1 10530:2 10531:1 10543:1 10544:1 10594:3 10597:2 10599:1 10607:2 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:1 10682:1 10707:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:2 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10937:1 10939:1 10948:1 10957:1 10975:1 10987:1 11009:2 11021:2 11051:1 11054:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11377:1 11378:1 11380:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:3 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11747:1 11762:1 11788:1 11820:2 11845:1 11850:1 11853:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:3 12163:1 12174:3 12181:1 12183:1 12196:1 12204:4 12207:2 12210:1 12224:1 12250:1 12278:1 12292:1 12340:1 12347:1 12370:1 12381:3 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12409:1 12411:1 12425:2 12437:1 12457:1 12462:5 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:3 12538:1 12566:2 12567:1 12580:1 12582:1 12589:1 12595:1 12603:2 12614:2 12618:4 12630:2 12633:1 12647:1 12650:1 12653:1 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12856:1 12860:1 12892:1 12917:4 12931:1 12932:1 12963:1 12965:1 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:1 13069:2 13085:1 13095:3 13109:1 13127:2 13144:1 13154:1 13161:1 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13278:1 13289:1 13332:1 13349:1 13360:4 13363:1 13365:1 13372:13 13413:1 13427:2 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:4 13625:6 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:1 13694:1 13728:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13822:1 13828:1 13834:2 13842:2 13843:1 13844:1 13848:3 13864:1 13910:1 13928:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:1 14121:2 14125:1 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:3 14478:1 14481:1 14488:1 14490:1 14494:1 14499:2 14504:1 14506:1 14508:1 14510:1 14513:3 14519:2 14523:2 14524:1 14556:1 14568:1 14571:2 14575:11 14583:1 14592:4 14593:1 14598:1 14603:2 14604:4 14627:1 14650:1 14674:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:1 14811:1 14824:1 14830:4 14872:2 14875:1 14889:1 14899:1 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15039:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:1 15116:2 15119:1 15142:1 15152:4 15180:1 15208:1 15268:1 15273:2 15281:3 15284:1 15310:1 15329:1 15354:1 15355:1 15374:1 15382:1 15403:1 15416:1 15424:1 15445:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:3 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15782:2 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15895:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16037:1 16040:1 16103:1 16123:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:4 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:4 16421:1 16429:1 16455:2 16461:1 16474:1 16485:1 16487:2 16497:1 16498:8 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:6 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16693:1 16732:1 16735:2 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16855:2 16867:1 16868:1 16880:1 16881:1 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:1 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17021:1 17028:2 17051:1 17057:3 17059:1 17068:1 17108:1 17112:2 17126:1 17133:1 17136:1 17140:1 17157:1 17159:2 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:2 17231:2 17242:2 17272:1 17300:1 17306:1 17331:1 17332:1 17334:2 17338:1 17349:1 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:2 17613:1 17640:1 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:2 17794:1 17800:1 17812:1 17815:1 17821:2 17825:1 17827:1 17833:1 17835:5 17839:1 17840:2 17857:2 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17964:1 17978:1 17981:1 18002:2 18016:1 18027:1 18036:1 18057:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18111:2 18120:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18267:2 18272:1 18282:2 18285:5 18294:1 18302:1 18310:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18444:1 18448:2 18475:1 18479:1 18485:1 18490:2 18505:1 18510:1 18538:1 18558:2 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:2 19019:1 19041:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19188:1 19190:1 19208:2 19212:1 19233:2 19242:1 19256:2 19259:1 19261:1 19263:1 19264:1 19268:1 19277:1 19322:1 19325:7 19341:3 19352:1 19358:1 19364:1 19412:1 19450:1 19472:2 19488:2 19502:1 19505:1 19508:6 19511:1 19514:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19558:1 19563:3 19567:3 19576:1 19586:2 19590:5 19623:1 19632:2 19679:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19756:1 19770:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:9 19903:1 19904:1 19910:1 19926:1 19939:1 19941:3 19946:1 19963:1 19972:1 19981:1 19985:1 20001:8 20008:1 20022:1 20030:1 20039:3 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20218:1 20219:1 20220:1 20221:2 20223:3 20230:2 20233:1 20234:1 20242:1 20248:1 20267:2 20272:1 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:2 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20590:1 20591:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:3 20711:1 20756:1 20764:2 20797:4 20809:1 20821:1 20832:6 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 20953:1 20983:1 21006:1 21035:1 21045:2 21046:3 21047:1 21063:1 21068:1 21124:1 21126:1 21149:2 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21373:1 21393:1 21411:1 21421:1 21424:2 21429:1 21441:1 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:2 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:1 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22090:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:5 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:2 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22483:3 22493:2 22498:2 22502:1 22514:1 22521:1 22545:1 22547:1 22551:1 22587:2 22607:3 22608:1 22611:1 22657:1 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:4 22817:1 22820:1 22834:1 22837:1 22838:1 22849:1 22854:1 22857:1 22870:1 22871:1 22905:2 22910:1 22918:2 22922:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:1 23049:1 23055:1 23073:2341 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:1 23238:1 23244:1 23254:1 23271:2 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:3 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:1 23702:1 23706:1 23716:1 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23787:1 23793:1 23799:1 23802:1 23813:1 23831:1 23839:1 23843:1 23850:1 23859:1 23869:2 23901:1 23938:1 23966:3 24003:1 24010:1 24019:1 24032:1 24039:1 24040:1 24050:2 24052:2 24055:1 24058:1 24096:3 24110:1 24124:1 24147:3 24156:1 24160:1 24169:4 24192:1 24198:1 24224:1 24226:1 24236:1 24237:3 24264:1 24267:2 24275:3 24279:1 24280:1 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24461:2 24477:1 24492:1 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24527:1 24530:2 24532:1 24556:1 24563:1 24567:1 24586:2 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24826:6 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:4 25229:1 25248:1 25251:1 25255:3 25266:1 25291:1 25311:3 25322:1 25328:3 25380:1 25390:1 25394:2 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25536:1 25537:1 25562:2 25575:1 25584:1 25595:3 25599:1 25611:1 25620:1 25630:1 25636:1 25641:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25774:1 25775:1 25781:1 25782:1 25784:4 25803:3 25809:2 25819:1 25821:1 25828:2 25842:1 25844:1 25847:1 25852:1 25853:1 25861:1 25925:1 25929:2 25959:2 25974:1 26026:1 26045:1 26046:1 26055:2 26076:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26239:2 26242:1 26244:1 26259:1 26267:1 26286:1 26344:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26432:1 26445:1 26446:1 26447:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26513:1 26542:1 26545:1 26549:1 26555:1 26581:1 26590:1 26600:1 26603:3 26616:2 26617:2 26631:1 26633:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:6 26879:1 26890:3 26904:2 26926:1 26932:3 26935:1 26939:2 26949:1 26956:1 26959:1 26999:1 27023:1 27039:1 27042:1 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27200:4 27229:1 27230:1 27236:1 27240:1 27256:2 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27427:1 27439:1 27448:1 27466:2 27473:2 27489:1 27522:1 27528:1 27533:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:4 27630:1 27631:2 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:1 27747:1 27751:1 27752:2 27765:1 27770:6 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27846:1 27850:1 27852:1 27854:1 27868:1 27870:1 27880:1 27893:1 27908:1 27909:1 27915:2 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:3 27940:2 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28069:2 28071:1 28074:3 28094:1 28095:3 28097:1 28110:1 28132:2 28137:1 28142:1 28178:1 28180:1 28197:1 28198:1 28209:1 28211:1 28218:1 28232:1 28233:1 28240:1 28258:1 28259:1 28286:1 28294:8 28314:1 28320:1 28327:3 28349:1 28357:1 28379:1 28380:1 28403:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28498:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28585:2 28588:1 28615:2 28627:1 28642:1 28643:1 28648:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:1 28744:1 28753:1 28764:2 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28934:1 28947:1 28968:3 28974:1 28980:1 28995:1 28997:1 29006:4 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29204:1 29243:3 29254:1 29263:1 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:1 29430:1 29433:2 29440:4 29468:1 29472:2 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29579:1 29606:1 29611:1 29619:2 29629:1 29640:1 29652:1 29661:1 29701:1 29713:2 29734:1 29739:1 29756:1 29771:1 29775:1 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29893:4 29894:1 29901:1 29904:1 29910:1 29920:1 29939:1 29949:1 29960:1 29961:1 29969:1 29985:1 29986:1 30009:2 30022:1 30025:3 30068:1 30072:1 30084:2 30105:1 30107:1 30129:1 30151:1 30162:3 30192:2 30238:3 30247:2 30250:1 30256:5 30257:1 30266:1 30267:1 30278:1 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:8 30451:2 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30489:1 30496:2 30511:1 30545:1 30547:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30733:1 30759:1 30763:1 30771:4 30791:1 30793:1 30799:1 30805:1 30822:3 30831:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:1 31082:1 31113:4 31115:14 31128:1 31146:9 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:1 31250:1 31256:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31396:1 31412:1 31415:1 31416:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31488:1 31492:2 31511:1 31526:1 31530:2 31548:1 31550:1 31557:1 31561:1 31572:2 31576:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:1 31672:1 31678:1 31679:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:3 31780:1 31815:1 31828:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31945:1 31948:4 31985:1 32002:1 32006:1 32012:1 32015:1 32026:2 32037:2 32056:2 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32188:1 32196:1 32210:1 32216:1 32222:2 32227:1 32229:1 32258:1 32276:1 32301:1 32315:1 32326:1 32364:6 32367:2 32381:1 32382:1 32394:1 32442:1 32452:1 32456:1 32458:1 32476:1 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:4 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32689:1 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:5 32768:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32847:2 32894:1 32895:1 32922:1 32944:1 32946:1 32991:1 32992:1 33012:1 33030:1 33039:1 33060:1 33101:1 33132:1 33137:1 33149:3 33150:1 33154:12 33188:1 33192:1 33207:2 33248:1 33271:1 33272:1 33281:2 33285:1 33289:1 33304:1 33308:1 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:1 33529:1 33531:3 33536:1 33537:1 33539:2 33552:2 33559:2 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:1 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33788:1 33789:1 33796:5 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:1 33903:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33939:1 33961:1 33964:1 33975:2 33977:1 33985:3 33986:3 33987:2 33989:1 33993:1 33995:1 33997:5 34007:1 34013:1 34022:3 34025:1 34026:1 34053:1 34058:3 34075:1 34083:1 34091:1 34104:4 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34492:1 34522:2 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:4 34566:1 34567:1 34577:1 34584:1 34607:1 34621:1 34625:2 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34792:1 34793:1 34800:2 34808:2 34815:1 34835:1 34844:1 34847:1 34849:1 34851:1 34865:1 34868:1 34872:2 34896:2 34900:1 34910:1 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:1 34965:2 34978:1 34992:4 34998:1 35001:1 35006:1 35018:3 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35115:2 35128:3 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35203:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:3 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:3 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35769:1 35793:1 35797:1 35802:1 35830:1 35849:2 35854:1 35866:2 35881:1 35919:2 35934:3 35961:1 35978:1 35988:1 35998:1 36039:2 36047:1 36057:1 36068:1 36118:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:1 36284:3 36307:1 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:2 36372:1 36376:1 36381:1 36383:1 36401:5 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:9 36521:2 36526:2 36529:2 36531:2 36539:1 36548:1 36570:1 36587:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:1 30:2 32:1 37:1 50:1 55:2 89:2 97:3 112:2 127:2 131:2 160:1 169:1 178:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 298:3 301:2 305:1 311:2 312:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:1 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:3 624:1 630:1 636:1 643:1 651:1 658:1 660:2 672:1 694:1 699:1 713:1 714:1 723:1 730:4 738:4 765:1 767:1 772:1 773:6 774:1 780:1 786:1 804:1 807:1 811:1 812:1 827:2 830:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 985:1 993:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:5 1127:1 1133:2 1144:4 1149:6 1153:3 1162:1 1167:1 1172:1 1175:1 1221:2 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:2 1340:1 1345:1 1360:1 1381:1 1387:2 1398:2 1413:1 1430:1 1435:1 1462:3 1470:1 1486:1 1491:2 1511:1 1514:1 1527:1 1533:1 1538:2 1541:3 1542:1 1549:1 1554:1 1557:2 1558:1 1560:1 1562:2 1565:1 1580:1 1596:2 1610:2 1616:3 1617:2 1628:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1773:1 1797:1 1813:1 1821:1 1833:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1903:2 1912:1 1915:1 1930:2 1933:1 1934:1 1969:1 1976:1 1978:1 1985:5 1998:1 2007:1 2011:1 2017:4 2062:2 2084:1 2100:1 2105:1 2139:2 2140:2 2149:1 2150:1 2155:2 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:1 2232:2 2261:1 2282:1 2290:1 2298:1 2309:1 2314:1 2333:2 2335:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:1 2479:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:5 2704:1 2725:2 2737:4 2745:1 2747:1 2771:2 2772:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:3 2836:1 2837:1 2839:4 2842:3 2844:3 2845:1 2846:1 2848:7 2850:3 2851:1 2854:1 2857:1 2860:1 2863:1 2866:3 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2916:2 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3039:1 3040:1 3047:1 3071:1 3075:2 3098:1 3104:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3268:1 3289:1 3291:1 3294:2 3303:1 3319:1 3322:3 3325:2 3348:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3556:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:8 3626:2 3634:1 3640:1 3648:1 3654:2 3680:2 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:1 3995:1 4026:1 4045:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4273:1 4280:1 4282:1 4291:1 4298:1 4311:1 4317:1 4350:1 4388:2 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:1 4451:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:4 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:2 4697:3 4733:4 4750:1 4774:1 4800:1 4804:2 4806:1 4820:1 4824:2 4833:2 4840:2 4866:1 4869:2 4890:4 4904:1 4939:1 4944:1 4945:2 4979:1 4983:1 4985:1 4996:1 5002:4 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5108:1 5113:1 5164:2 5169:1 5183:1 5192:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:2 5343:1 5347:1 5357:3 5358:2 5371:1 5388:2 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:2 5715:2 5717:1 5720:1 5727:1 5750:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:8 5792:1 5798:1 5800:1 5813:2 5821:1 5822:1 5831:10 5841:1 5848:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6020:2 6029:1 6039:13 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:2 6204:3 6205:4 6206:2 6213:1 6216:1 6219:2 6220:1 6221:1 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6552:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7226:1 7233:1 7265:1 7268:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:1 7539:2 7541:3 7543:1 7545:2 7553:1 7559:3 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:5 7718:1 7732:2 7734:1 7744:1 7795:2 7797:1 7806:2 7818:2 7825:1 7842:1 7866:1 7867:1 7871:1 7876:1 7880:2 7881:1 7882:1 7904:3 7925:4 7926:1 7927:1 7928:1 7934:1 7936:6 7938:2 7939:1 7942:1 7947:5 7948:1 7950:2 7952:3 7953:10 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8115:4 8119:1 8125:1 8127:2 8141:12 8161:1 8201:2 8209:1 8212:1 8214:1 8260:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:1 8451:2 8456:3 8457:2 8458:1 8482:2 8519:2 8520:1 8524:2 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8591:1 8606:1 8614:1 8658:2 8660:1 8672:1 8679:1 8685:1 8703:1 8719:2 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8809:1 8816:2 8830:1 8850:1 8870:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9176:1 9191:1 9258:1 9266:2 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:3 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9583:8 9584:4 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:2 9645:1 9647:1 9651:41 9660:1 9683:4 9688:7 9697:2 9699:1 9703:1 9716:1 9722:1 9752:1 9763:1 9785:1 9789:2 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9968:1 9970:2 9992:1 10002:1 10005:2 10017:1 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:1 10157:1 10161:1 10163:1 10167:1 10189:1 10194:1 10228:1 10230:1 10241:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:20 10315:1 10330:1 10333:2 10338:2 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10498:1 10520:1 10530:2 10531:1 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:2 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:1 10682:1 10707:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:2 10843:2 10860:1 10861:1 10862:1 10894:2 10916:1 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10975:1 10987:1 11009:2 11021:2 11051:1 11054:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:2 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11377:1 11378:1 11380:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:3 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:2 11747:1 11762:1 11788:1 11820:2 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:3 12163:1 12174:3 12181:1 12183:1 12196:1 12204:4 12207:2 12210:1 12224:1 12250:1 12278:1 12292:1 12340:1 12347:1 12370:1 12381:4 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:3 12537:1 12538:1 12566:2 12567:1 12580:1 12582:1 12589:1 12595:1 12603:2 12609:1 12614:2 12618:5 12630:2 12633:1 12647:1 12650:1 12653:1 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12856:1 12860:1 12892:1 12917:4 12931:1 12932:1 12963:1 12965:2 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:1 13069:2 13085:1 13095:3 13109:1 13127:2 13144:1 13154:1 13161:1 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13278:1 13289:1 13332:1 13349:1 13360:4 13363:1 13365:1 13372:13 13413:1 13427:2 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:5 13625:6 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:1 13694:1 13728:1 13732:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13822:1 13828:1 13834:3 13842:2 13843:1 13844:1 13848:3 13864:1 13910:1 13926:1 13928:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:3 14478:1 14481:1 14488:1 14490:1 14494:1 14499:2 14504:1 14506:1 14508:1 14510:1 14513:3 14519:2 14523:2 14524:1 14556:1 14568:1 14571:2 14575:12 14583:1 14592:4 14593:1 14598:1 14602:1 14603:2 14604:4 14627:1 14650:1 14674:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:1 14811:1 14824:1 14830:4 14872:2 14875:1 14889:1 14899:2 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:1 15116:2 15119:1 15142:1 15152:4 15180:1 15208:1 15268:1 15273:2 15281:3 15284:1 15310:1 15329:1 15354:1 15355:1 15374:1 15382:1 15403:1 15416:2 15424:1 15445:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:3 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15782:2 15804:1 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16037:1 16040:1 16103:1 16123:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:1 16277:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:4 16421:1 16429:1 16455:2 16461:1 16474:1 16485:1 16487:2 16497:1 16498:8 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:7 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16693:1 16732:1 16735:2 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16855:2 16867:1 16868:1 16880:1 16881:1 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:2 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17005:1 17021:1 17028:2 17051:1 17057:3 17059:1 17068:1 17108:1 17112:2 17126:1 17133:1 17136:1 17140:1 17157:1 17159:2 17160:1 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:2 17231:2 17242:2 17272:1 17300:1 17306:1 17331:1 17332:1 17334:2 17338:1 17349:1 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:2 17613:1 17640:1 17654:1 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17794:1 17800:1 17812:1 17815:1 17821:2 17825:1 17827:1 17833:2 17835:5 17839:1 17840:2 17857:3 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17964:1 17978:1 17981:1 18002:2 18016:1 18027:1 18036:1 18057:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18111:2 18120:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18267:2 18272:1 18282:2 18285:5 18294:1 18302:1 18310:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18444:1 18448:2 18475:1 18479:1 18485:1 18490:2 18505:1 18510:1 18512:2 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:4 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:2 19019:1 19041:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19188:1 19190:1 19208:2 19212:1 19233:2 19242:1 19256:2 19259:1 19261:1 19263:1 19264:1 19268:1 19277:1 19316:1 19322:1 19325:7 19341:3 19352:1 19358:1 19364:1 19392:1 19412:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19558:1 19563:3 19567:3 19569:2 19576:1 19586:2 19590:5 19623:1 19632:2 19679:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19756:2 19770:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:11 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:3 19946:1 19963:1 19971:1 19972:1 19981:1 19985:1 20001:8 20008:1 20022:1 20030:1 20039:3 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20218:1 20219:1 20220:1 20221:2 20223:3 20230:2 20233:1 20234:1 20242:1 20248:1 20267:2 20272:1 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:2 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20590:1 20591:1 20621:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:6 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 20953:1 20983:1 21006:1 21035:1 21045:2 21046:4 21047:1 21063:1 21068:1 21124:1 21126:1 21149:2 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21369:1 21373:1 21393:1 21411:1 21421:1 21424:2 21429:1 21441:1 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:2 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:2 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22090:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:5 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:2 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22483:3 22493:2 22498:2 22502:1 22514:1 22521:1 22545:1 22547:1 22551:1 22587:2 22607:3 22608:1 22611:1 22657:1 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:4 22817:1 22820:1 22834:1 22837:1 22838:1 22849:1 22854:1 22857:1 22870:1 22871:1 22905:2 22910:1 22918:2 22922:1 22990:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:1 23047:1 23049:1 23051:1 23055:1 23073:2442 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:2 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:4 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:1 23702:1 23706:1 23716:1 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23787:1 23793:1 23799:1 23802:1 23813:1 23831:1 23839:1 23843:1 23850:1 23859:1 23869:2 23901:1 23938:1 23966:3 24003:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:2 24055:1 24058:1 24096:5 24110:1 24119:1 24124:1 24147:3 24156:1 24160:1 24169:4 24192:1 24198:1 24224:1 24226:1 24236:1 24237:3 24240:1 24264:1 24267:2 24274:1 24275:3 24279:1 24280:2 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24461:2 24477:1 24492:2 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24527:1 24530:2 24532:1 24544:1 24549:2 24556:1 24563:1 24567:1 24579:1 24586:2 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24826:6 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:4 25229:1 25248:1 25251:1 25255:3 25260:1 25266:1 25291:1 25299:1 25311:3 25322:1 25328:3 25380:1 25390:1 25394:2 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25505:1 25536:1 25537:1 25559:1 25562:2 25575:1 25584:1 25595:3 25599:1 25611:1 25620:1 25630:1 25636:1 25641:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25774:1 25775:1 25781:1 25782:1 25784:4 25803:3 25809:2 25819:1 25821:1 25828:2 25842:1 25844:1 25847:1 25852:1 25853:1 25861:1 25925:1 25929:2 25959:2 25974:1 26026:2 26045:1 26046:1 26055:2 26076:1 26090:1 26092:1 26098:1 26101:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26286:1 26344:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26445:1 26446:1 26447:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26513:1 26542:1 26545:1 26549:1 26555:1 26581:1 26590:1 26600:2 26603:4 26616:2 26617:2 26631:1 26633:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:7 26879:1 26890:3 26904:2 26926:1 26932:3 26935:1 26939:2 26949:1 26956:1 26959:1 26999:1 27023:1 27039:1 27042:1 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27200:4 27229:1 27230:1 27236:1 27240:1 27256:2 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27427:1 27439:1 27448:1 27466:2 27473:2 27488:1 27489:1 27522:1 27528:1 27533:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:4 27630:1 27631:2 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:1 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27850:1 27852:1 27854:1 27868:1 27870:1 27880:1 27893:1 27908:1 27909:1 27915:2 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:3 27940:2 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28069:2 28071:1 28074:3 28094:1 28095:3 28097:1 28110:1 28116:1 28132:2 28137:1 28142:1 28178:2 28180:1 28197:1 28198:1 28209:1 28211:1 28218:1 28232:1 28233:1 28240:1 28258:1 28259:1 28286:1 28294:8 28314:1 28320:1 28327:3 28349:1 28357:1 28379:1 28380:1 28403:1 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28498:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28585:2 28588:1 28615:2 28627:1 28642:1 28643:1 28648:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:1 28744:1 28753:1 28764:2 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28934:1 28947:1 28968:3 28974:2 28980:1 28995:1 28997:1 29006:4 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29204:1 29243:3 29254:1 29263:1 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:1 29430:1 29433:2 29440:4 29468:1 29472:2 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29579:1 29606:1 29611:1 29619:2 29629:1 29640:1 29652:1 29661:1 29701:1 29713:2 29734:1 29739:1 29756:1 29771:1 29775:1 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29893:5 29894:1 29901:1 29904:1 29910:1 29920:1 29939:1 29949:1 29960:1 29961:1 29969:1 29985:1 29986:1 30009:2 30022:1 30025:3 30068:1 30072:1 30084:2 30105:1 30107:1 30129:1 30151:1 30162:3 30192:2 30212:2 30238:4 30247:3 30250:1 30256:5 30257:1 30266:1 30267:1 30278:1 30285:1 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:8 30451:2 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30483:1 30489:1 30496:2 30511:1 30545:1 30547:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30733:1 30759:1 30763:1 30771:4 30791:1 30793:1 30799:1 30805:1 30822:3 30831:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30984:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:2 31082:1 31113:4 31115:14 31128:1 31146:9 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:2 31250:1 31256:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31396:1 31412:1 31415:1 31416:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:1 31488:1 31492:2 31511:2 31526:1 31530:2 31548:1 31550:1 31557:1 31561:1 31572:2 31576:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:1 31660:1 31672:1 31678:1 31679:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:3 31780:1 31815:1 31828:1 31850:1 31867:1 31872:1 31879:1 31899:1 31929:1 31945:1 31948:4 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:2 32037:2 32056:2 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32188:1 32196:1 32210:1 32216:1 32222:2 32227:1 32229:1 32258:1 32276:1 32301:1 32315:1 32326:1 32364:6 32367:2 32381:1 32382:1 32394:1 32442:1 32452:1 32456:1 32458:1 32476:1 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:4 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32689:1 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:5 32768:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32847:2 32894:2 32895:1 32922:1 32944:1 32946:1 32991:1 32992:1 33012:1 33030:1 33039:1 33060:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:12 33188:1 33192:1 33207:2 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:1 33529:1 33531:3 33536:1 33537:1 33539:2 33552:2 33559:2 33561:1 33566:2 33569:1 33578:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33788:1 33789:1 33796:5 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:2 33903:1 33905:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33961:1 33964:1 33975:3 33977:1 33985:3 33986:3 33987:2 33989:1 33993:1 33995:1 33997:5 34007:1 34013:1 34022:3 34025:1 34026:1 34053:1 34058:3 34075:1 34083:1 34091:1 34104:4 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34492:1 34522:2 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:4 34566:1 34567:1 34577:1 34584:1 34607:1 34621:1 34625:2 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34792:1 34793:1 34800:3 34808:2 34815:1 34835:1 34844:1 34847:1 34849:1 34851:1 34865:1 34868:1 34872:2 34896:2 34900:1 34910:1 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:1 34965:2 34978:1 34992:4 34998:1 35001:1 35006:1 35018:3 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35115:2 35128:3 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35201:1 35203:1 35257:1 35259:1 35279:1 35294:1 35301:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:4 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:3 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35769:1 35793:1 35797:1 35802:1 35830:1 35849:2 35854:1 35866:2 35881:1 35919:2 35934:3 35961:1 35978:1 35987:1 35988:1 35998:1 36039:2 36047:1 36057:1 36068:1 36118:1 36122:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:1 36284:3 36307:1 36314:1 36327:1 36330:1 36345:4 36349:1 36353:3 36360:1 36370:2 36372:1 36376:1 36381:1 36383:1 36401:5 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:9 36521:2 36526:2 36529:2 36531:2 36539:1 36548:1 36570:1 36575:1 36587:1 36595:1 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:1 30:2 32:1 37:1 50:1 55:2 89:2 97:3 112:2 127:3 131:2 160:1 169:1 178:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 297:1 298:3 301:2 305:1 311:2 312:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:2 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:4 624:1 630:1 636:1 643:1 651:1 658:1 660:2 665:1 672:1 694:1 699:1 713:1 714:1 723:1 730:4 738:5 765:1 767:1 772:1 773:7 774:1 780:1 786:1 804:1 807:1 811:1 812:1 827:2 830:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 985:1 993:1 1012:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:5 1127:1 1133:2 1144:4 1149:6 1153:4 1162:1 1167:1 1172:1 1175:1 1221:2 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:3 1340:1 1345:1 1360:1 1381:1 1387:2 1398:2 1413:1 1430:1 1435:1 1462:3 1470:1 1486:1 1491:2 1511:1 1514:1 1527:1 1533:1 1538:3 1541:3 1542:1 1549:1 1554:1 1557:2 1558:1 1560:1 1562:2 1565:1 1580:1 1596:2 1610:2 1616:3 1617:2 1628:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1773:1 1797:1 1813:1 1821:1 1833:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1903:2 1912:1 1915:1 1930:2 1933:1 1934:1 1969:1 1976:1 1978:1 1985:5 1998:2 2007:1 2011:1 2017:4 2062:2 2084:1 2100:1 2105:1 2139:2 2140:3 2149:1 2150:1 2155:2 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:1 2232:2 2261:1 2282:1 2290:1 2298:1 2309:1 2314:1 2333:2 2335:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:1 2479:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:5 2704:1 2725:2 2737:4 2745:1 2747:1 2771:3 2772:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:3 2836:1 2837:1 2839:4 2842:3 2844:3 2845:1 2846:1 2848:7 2850:3 2851:1 2854:1 2857:1 2860:1 2863:1 2866:3 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2916:2 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3039:1 3040:1 3047:1 3071:1 3075:2 3098:1 3104:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3268:1 3289:1 3291:1 3294:2 3303:1 3319:1 3322:3 3325:2 3348:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3556:1 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:8 3626:2 3634:1 3640:1 3648:1 3654:2 3680:3 3684:1 3685:6 3697:4 3700:1 3707:1 3710:2 3719:1 3727:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:1 3995:1 4026:1 4045:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4271:1 4273:1 4280:1 4282:1 4291:1 4298:1 4311:1 4317:1 4350:1 4388:2 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:1 4451:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:4 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:2 4697:3 4733:5 4738:1 4750:1 4774:1 4800:1 4804:2 4806:1 4820:1 4824:2 4833:2 4840:2 4866:1 4869:2 4890:5 4904:1 4939:1 4944:1 4945:3 4979:1 4983:1 4985:1 4996:1 5002:4 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5164:2 5169:1 5183:1 5192:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:2 5343:1 5347:1 5357:3 5358:2 5371:1 5388:2 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:2 5715:2 5717:1 5720:1 5727:1 5750:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:8 5792:1 5798:1 5800:1 5813:2 5821:1 5822:2 5831:10 5841:1 5848:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6020:2 6029:1 6039:15 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:3 6204:3 6205:4 6206:2 6213:1 6216:1 6219:2 6220:1 6221:1 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6552:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7226:1 7233:1 7265:1 7268:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:1 7539:2 7541:3 7543:1 7545:2 7553:1 7559:3 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:6 7718:1 7732:2 7734:1 7744:1 7795:2 7797:1 7806:2 7818:2 7825:1 7842:1 7866:2 7867:1 7871:1 7876:1 7880:2 7881:1 7882:2 7904:3 7925:4 7926:1 7927:1 7928:1 7934:1 7936:6 7938:2 7939:1 7942:1 7947:5 7948:1 7950:2 7952:3 7953:12 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8115:4 8119:1 8125:1 8127:2 8141:12 8161:1 8201:2 8209:1 8212:1 8214:1 8231:1 8260:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:1 8451:2 8456:3 8457:2 8458:1 8482:2 8519:2 8520:1 8524:2 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8591:1 8606:1 8614:1 8658:2 8660:1 8672:1 8679:1 8685:1 8703:1 8719:2 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8809:1 8810:1 8816:2 8830:1 8850:1 8870:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9176:1 9191:1 9258:1 9266:2 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:4 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9583:8 9584:4 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:2 9645:1 9647:1 9651:41 9660:1 9683:4 9688:7 9697:2 9699:1 9703:1 9715:1 9716:1 9722:1 9752:1 9763:1 9785:1 9789:2 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9968:1 9970:2 9992:1 10002:1 10005:2 10017:1 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:1 10157:1 10161:1 10163:1 10167:1 10189:1 10194:1 10219:1 10228:1 10230:1 10241:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:21 10300:1 10315:1 10330:1 10333:2 10338:2 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10498:1 10520:1 10530:2 10531:1 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:1 10682:1 10707:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:2 10843:2 10860:1 10861:1 10862:1 10894:2 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10975:1 10987:1 11009:2 11021:2 11051:1 11054:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:3 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11377:1 11378:1 11380:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:4 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11820:2 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:3 12163:1 12174:3 12181:1 12183:1 12196:1 12204:4 12207:3 12210:1 12224:1 12239:1 12250:1 12278:1 12292:1 12340:1 12347:1 12370:1 12381:4 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:4 12537:1 12538:1 12566:2 12567:1 12580:1 12582:1 12589:1 12595:1 12603:2 12609:1 12614:2 12618:6 12630:2 12633:1 12635:1 12647:1 12650:1 12653:1 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12814:1 12833:1 12836:3 12851:1 12856:1 12860:1 12892:1 12917:4 12931:1 12932:1 12963:1 12965:3 12970:1 12973:1 12974:1 12975:1 13001:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:1 13069:2 13085:1 13095:3 13109:1 13127:2 13144:1 13154:1 13161:1 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13278:1 13289:1 13332:1 13349:1 13360:4 13363:1 13365:1 13372:13 13413:1 13427:2 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:5 13625:6 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:1 13694:1 13728:1 13732:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13822:1 13828:1 13834:3 13842:2 13843:1 13844:1 13848:3 13864:1 13910:1 13926:1 13928:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:4 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:1 14508:1 14510:1 14513:3 14519:2 14523:2 14524:1 14556:1 14568:1 14571:2 14575:12 14583:1 14592:4 14593:1 14598:1 14602:1 14603:2 14604:4 14627:1 14650:1 14674:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:1 14811:1 14824:1 14830:4 14872:2 14875:1 14889:1 14899:2 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:2 15116:2 15119:1 15142:1 15152:5 15180:1 15208:1 15268:1 15273:2 15281:3 15284:1 15310:1 15329:1 15354:1 15355:1 15374:1 15382:1 15403:1 15416:2 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:4 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15782:2 15804:1 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16037:1 16040:1 16103:1 16123:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:1 16269:1 16277:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:4 16421:1 16429:1 16455:2 16461:1 16474:1 16485:1 16487:2 16497:1 16498:8 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:7 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16693:1 16732:1 16735:2 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16831:1 16855:2 16867:1 16868:1 16880:1 16881:1 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:2 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17005:1 17021:1 17028:2 17051:1 17057:3 17059:1 17068:1 17108:1 17112:2 17126:1 17133:1 17136:1 17140:1 17157:1 17159:2 17160:1 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:2 17231:2 17242:2 17272:1 17300:1 17306:1 17331:1 17332:1 17334:2 17338:1 17349:2 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17794:1 17800:1 17812:1 17815:1 17821:3 17825:1 17827:1 17833:2 17835:5 17839:1 17840:2 17857:3 17858:1 17860:2 17861:1 17871:4 17872:2 17876:1 17884:2 17931:1 17962:1 17964:1 17978:1 17981:1 18002:2 18016:1 18027:1 18036:1 18057:1 18063:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18111:2 18120:1 18122:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18232:1 18267:2 18272:1 18282:2 18285:5 18294:1 18302:1 18310:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:1 18430:1 18439:1 18444:1 18448:2 18475:1 18479:1 18485:1 18490:2 18505:1 18510:1 18512:2 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:5 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19187:1 19188:1 19190:1 19208:3 19212:1 19233:2 19242:1 19256:2 19259:1 19261:1 19263:1 19264:1 19268:1 19277:1 19316:1 19322:1 19325:7 19341:3 19352:1 19358:1 19364:1 19382:1 19392:1 19412:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:3 19567:3 19569:2 19576:1 19586:2 19590:5 19623:1 19632:2 19679:1 19695:1 19699:2 19703:1 19708:1 19723:1 19736:3 19756:2 19770:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:11 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:3 19946:1 19963:1 19971:1 19972:1 19981:1 19985:1 20001:8 20008:1 20022:1 20030:1 20039:3 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20218:1 20219:1 20220:1 20221:2 20223:3 20230:3 20233:1 20234:1 20242:1 20248:1 20267:2 20272:1 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:3 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20590:1 20591:1 20621:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:6 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:1 21035:1 21045:2 21046:4 21047:1 21063:1 21068:1 21124:1 21126:1 21149:2 21163:1 21174:1 21196:1 21199:1 21201:1 21207:1 21228:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21359:1 21369:1 21373:1 21393:1 21411:1 21421:1 21424:2 21429:1 21441:1 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:2 21622:1 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:2 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22090:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:5 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:2 22365:4 22380:1 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22483:3 22493:2 22498:2 22502:1 22514:1 22521:1 22545:1 22547:1 22551:1 22587:2 22607:3 22608:1 22611:1 22657:1 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:5 22817:1 22820:1 22834:1 22837:1 22838:1 22849:1 22854:1 22857:1 22870:1 22871:2 22905:2 22910:1 22918:2 22922:1 22990:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:2517 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:3 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:2 23702:1 23706:1 23707:1 23716:1 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23787:1 23793:1 23799:1 23802:1 23813:1 23831:1 23839:1 23843:2 23850:1 23859:1 23869:2 23901:1 23938:1 23966:3 24003:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:2 24055:1 24058:1 24096:5 24110:1 24119:1 24124:1 24147:3 24156:1 24160:1 24169:4 24192:1 24198:1 24224:1 24226:1 24236:1 24237:3 24240:1 24264:1 24267:2 24274:2 24275:3 24279:1 24280:2 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24477:1 24492:2 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:2 24532:1 24544:1 24545:1 24549:2 24556:1 24563:1 24567:1 24579:1 24586:2 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24759:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24826:6 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:4 25229:1 25248:1 25251:1 25255:3 25260:1 25266:1 25291:1 25299:1 25311:4 25322:1 25328:3 25380:1 25390:1 25394:2 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25505:1 25536:1 25537:1 25559:1 25562:2 25575:1 25584:1 25595:3 25599:1 25611:1 25620:1 25630:1 25636:1 25641:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25759:1 25762:1 25774:1 25775:1 25781:1 25782:1 25784:5 25803:3 25809:2 25819:1 25821:1 25828:2 25842:1 25844:1 25847:1 25852:1 25853:1 25861:1 25925:1 25929:3 25959:2 25974:1 26026:2 26045:1 26046:2 26055:2 26076:1 26090:1 26092:1 26098:1 26101:1 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26286:1 26344:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26445:1 26446:1 26447:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26513:1 26542:1 26545:1 26549:1 26555:1 26581:1 26590:1 26600:2 26603:4 26616:2 26617:2 26631:1 26633:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:7 26879:1 26890:5 26904:2 26926:1 26932:3 26935:1 26939:2 26949:1 26956:1 26959:1 26999:1 27023:1 27039:1 27042:1 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27200:4 27229:1 27230:1 27236:1 27240:1 27256:2 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27427:1 27439:1 27448:1 27466:2 27473:2 27488:1 27489:1 27522:1 27528:1 27533:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:4 27630:1 27631:2 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:1 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:1 27868:1 27870:1 27880:1 27893:1 27908:1 27909:1 27915:3 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:3 27940:2 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28069:3 28071:1 28074:3 28094:1 28095:3 28097:1 28110:1 28116:1 28132:2 28137:1 28142:1 28178:2 28180:1 28197:1 28198:1 28209:1 28211:1 28218:1 28232:1 28233:1 28240:1 28258:1 28259:1 28286:1 28294:8 28314:1 28320:1 28327:3 28349:1 28357:1 28379:1 28380:1 28403:2 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28498:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28585:2 28588:2 28615:2 28627:1 28642:1 28643:1 28648:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:1 28744:1 28753:1 28764:3 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28934:1 28947:1 28968:3 28974:2 28980:1 28995:1 28997:1 29006:5 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29204:1 29243:3 29254:1 29263:1 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:2 29430:1 29433:2 29440:4 29468:1 29472:2 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:1 29713:3 29734:1 29739:1 29756:1 29771:1 29775:1 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29893:5 29894:1 29901:1 29904:1 29910:1 29920:1 29926:1 29939:1 29949:1 29960:1 29961:1 29969:1 29985:1 29986:1 30009:2 30022:1 30025:3 30068:1 30072:1 30084:2 30105:1 30107:1 30129:1 30151:1 30162:3 30192:2 30212:2 30238:5 30247:3 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30285:1 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:8 30451:2 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30483:1 30489:1 30496:2 30511:1 30545:1 30547:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:1 30799:1 30805:1 30822:3 30831:1 30834:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30984:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:2 31082:1 31113:4 31115:14 31128:1 31146:9 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:2 31250:1 31256:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31396:1 31412:1 31415:1 31416:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:1 31488:1 31492:2 31511:2 31526:1 31530:3 31548:1 31550:1 31557:2 31561:1 31572:2 31576:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:1 31660:1 31672:1 31678:1 31679:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:3 31780:1 31815:1 31828:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:2 31945:1 31948:4 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:2 32037:2 32056:2 32067:1 32083:4 32106:1 32112:1 32135:1 32140:1 32180:1 32188:1 32196:1 32210:1 32216:1 32222:2 32227:1 32229:1 32258:1 32276:1 32301:1 32315:1 32326:1 32364:7 32367:2 32381:1 32382:1 32394:1 32442:1 32452:1 32456:1 32458:1 32476:1 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32684:2 32689:1 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:5 32768:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32847:2 32894:2 32895:1 32922:1 32944:1 32946:1 32991:1 32992:1 33012:2 33030:1 33039:1 33060:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:12 33188:1 33192:1 33207:2 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:1 33529:1 33531:3 33536:1 33537:1 33539:2 33552:2 33559:3 33561:1 33566:2 33569:1 33578:1 33606:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33788:1 33789:1 33796:5 33799:1 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:2 33903:1 33905:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33961:1 33964:1 33975:3 33977:1 33985:3 33986:3 33987:2 33989:1 33993:1 33995:1 33997:5 34007:1 34013:1 34022:3 34025:1 34026:1 34053:1 34058:3 34075:1 34083:1 34091:1 34104:4 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34492:1 34522:3 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:4 34566:1 34567:1 34577:1 34584:1 34595:1 34607:2 34621:1 34625:2 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:1 34747:1 34766:2 34776:2 34792:1 34793:1 34796:1 34800:3 34808:3 34815:1 34835:1 34844:1 34847:1 34849:1 34851:1 34865:1 34868:1 34872:2 34896:2 34900:1 34910:1 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:1 34965:2 34978:1 34992:4 34998:1 35001:1 35006:1 35018:4 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35115:2 35128:3 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35201:1 35203:1 35257:1 35259:1 35279:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:3 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35769:1 35793:1 35797:1 35802:1 35830:1 35849:2 35854:1 35866:2 35881:1 35919:2 35934:3 35961:1 35978:1 35987:1 35988:1 35998:1 36039:2 36047:1 36057:1 36068:1 36118:1 36122:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:1 36284:3 36307:1 36314:1 36327:1 36330:2 36345:4 36349:1 36353:4 36356:1 36360:1 36370:2 36372:1 36376:1 36381:1 36383:1 36401:5 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:10 36521:2 36526:2 36529:2 36531:2 36539:1 36548:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:2 30:2 32:1 37:1 50:1 55:2 89:2 97:3 112:2 127:3 131:2 160:1 169:1 178:1 191:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 297:1 298:3 301:2 305:1 311:2 312:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:2 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:4 624:1 630:1 636:1 643:1 651:1 658:1 660:2 665:1 672:1 694:1 699:1 713:1 714:1 723:1 730:4 738:5 765:1 767:1 772:1 773:7 774:1 780:1 786:1 804:1 807:2 811:1 812:1 827:2 830:1 835:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 985:1 993:1 1012:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:5 1127:1 1133:2 1144:4 1149:6 1153:4 1161:1 1162:1 1167:1 1172:1 1175:1 1221:2 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:3 1340:1 1345:1 1360:1 1381:1 1387:2 1398:2 1413:1 1430:1 1435:1 1445:1 1462:3 1470:1 1486:1 1491:2 1511:1 1514:1 1527:1 1533:1 1538:3 1541:3 1542:1 1549:1 1554:1 1557:2 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1610:2 1616:3 1617:2 1628:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1773:1 1797:1 1813:1 1821:1 1833:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1903:2 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:5 1998:2 2007:1 2011:1 2017:4 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:3 2149:1 2150:1 2155:2 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2232:2 2261:1 2282:1 2290:1 2298:1 2309:1 2314:1 2333:2 2335:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:1 2467:1 2479:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:5 2704:1 2725:2 2737:4 2745:1 2747:1 2771:3 2772:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:3 2836:1 2837:1 2839:4 2842:3 2844:3 2845:1 2846:1 2848:7 2850:3 2851:1 2854:1 2857:1 2860:1 2863:1 2866:3 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2916:2 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3039:1 3040:1 3047:1 3071:1 3075:2 3098:1 3104:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:2 3303:1 3319:1 3322:3 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3556:1 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:8 3626:2 3634:1 3640:1 3648:1 3654:2 3680:3 3684:1 3685:6 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:1 3995:1 4026:1 4045:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4271:1 4273:1 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4350:1 4379:1 4388:2 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:1 4451:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:4 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:2 4697:3 4733:5 4738:1 4750:1 4774:1 4800:1 4804:2 4806:1 4820:1 4824:2 4833:2 4840:2 4866:1 4869:2 4890:5 4904:1 4939:1 4944:1 4945:3 4979:1 4983:1 4985:1 4991:1 4996:1 5002:4 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5164:2 5169:1 5183:1 5192:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:2 5343:1 5347:1 5357:3 5358:2 5371:1 5388:2 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:2 5715:2 5717:1 5720:1 5727:1 5750:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:9 5792:1 5798:1 5800:1 5813:2 5821:1 5822:2 5831:10 5841:1 5848:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6020:2 6029:1 6039:15 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:1 6182:1 6184:3 6204:3 6205:4 6206:2 6213:1 6216:1 6219:2 6220:1 6221:1 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6552:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6996:1 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7226:1 7232:1 7233:1 7265:1 7268:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:1 7539:2 7541:3 7543:1 7545:2 7553:1 7559:3 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:6 7718:1 7732:2 7734:1 7744:1 7775:1 7795:2 7797:1 7806:2 7818:2 7825:1 7842:1 7866:2 7867:1 7871:1 7876:1 7880:2 7881:1 7882:2 7904:3 7925:4 7926:1 7927:1 7928:1 7934:1 7936:6 7938:2 7939:1 7942:1 7947:5 7948:1 7950:2 7952:3 7953:12 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8115:4 8119:1 8125:1 8127:2 8141:13 8161:1 8201:2 8209:1 8212:2 8214:2 8231:1 8260:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:2 8490:1 8519:2 8520:1 8524:2 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8591:1 8606:1 8614:1 8658:2 8660:1 8672:1 8679:1 8685:1 8703:1 8719:2 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:1 8809:1 8810:1 8815:1 8816:2 8830:1 8850:1 8870:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9176:1 9191:1 9258:1 9266:2 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:4 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9583:8 9584:4 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:2 9645:1 9647:1 9651:41 9660:1 9683:4 9688:7 9697:2 9699:1 9703:1 9715:1 9716:1 9722:1 9752:1 9763:1 9785:1 9789:2 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:1 9968:1 9970:2 9992:1 10002:1 10005:2 10017:1 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:1 10157:1 10161:1 10163:1 10167:1 10189:1 10191:1 10194:1 10219:1 10228:1 10230:1 10241:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:22 10300:1 10315:1 10330:1 10333:2 10338:2 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10498:1 10520:1 10530:2 10531:1 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:1 10682:1 10707:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:2 10843:2 10860:1 10861:1 10862:1 10894:2 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10975:1 10987:1 11009:2 11021:2 11051:1 11054:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:3 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11377:1 11378:1 11380:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:4 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11820:2 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:1 12149:3 12163:1 12174:3 12181:1 12183:1 12196:1 12204:4 12207:3 12210:1 12224:1 12239:1 12250:1 12278:1 12292:1 12340:1 12347:1 12370:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:4 12537:1 12538:1 12566:2 12567:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:6 12630:2 12633:1 12635:1 12647:1 12650:1 12653:2 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12801:1 12814:1 12833:1 12836:3 12851:1 12856:1 12860:1 12892:1 12917:4 12931:1 12932:1 12963:1 12965:3 12970:1 12973:1 12974:1 12975:1 13001:1 13002:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:1 13069:2 13085:1 13095:3 13109:1 13127:2 13144:1 13154:1 13161:1 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13278:1 13289:1 13332:1 13349:1 13360:4 13363:1 13365:1 13372:13 13413:1 13427:2 13442:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:6 13625:6 13638:1 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:1 13694:1 13728:1 13732:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:2 13802:2 13822:1 13828:1 13834:3 13842:2 13843:1 13844:1 13848:3 13864:1 13910:1 13926:1 13928:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:4 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:1 14508:1 14510:1 14513:3 14519:2 14523:2 14524:1 14556:1 14568:1 14571:2 14575:12 14583:1 14592:4 14593:1 14598:1 14602:1 14603:2 14604:4 14627:1 14650:1 14674:1 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:2 14811:1 14824:1 14830:4 14849:1 14872:2 14875:1 14889:1 14899:2 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:2 15116:2 15119:1 15142:1 15152:5 15180:1 15208:1 15268:1 15273:2 15281:3 15284:1 15310:1 15329:1 15354:1 15355:1 15374:1 15382:1 15403:1 15416:2 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:4 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15782:2 15792:1 15804:1 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16037:1 16040:1 16103:1 16123:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:1 16269:1 16277:1 16298:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:4 16421:1 16429:1 16455:2 16461:1 16463:1 16474:1 16485:1 16487:3 16497:1 16498:9 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:7 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16693:1 16732:1 16735:2 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16831:1 16855:2 16867:1 16868:1 16880:1 16881:1 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:2 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17005:1 17006:1 17021:1 17028:2 17051:1 17057:3 17059:1 17068:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:1 17157:1 17159:2 17160:1 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:2 17231:2 17242:2 17272:1 17300:1 17306:1 17331:1 17332:1 17334:2 17338:1 17349:2 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17794:1 17800:1 17812:1 17815:1 17821:3 17825:1 17827:1 17833:2 17835:5 17839:1 17840:2 17857:3 17858:1 17860:2 17861:1 17871:5 17872:2 17876:1 17884:2 17931:1 17962:1 17964:1 17978:1 17981:1 18002:2 18016:1 18027:1 18036:1 18057:1 18063:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18111:2 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18232:1 18267:2 18272:2 18282:2 18285:5 18294:1 18302:1 18310:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:2 18430:1 18439:1 18444:1 18448:2 18472:1 18475:1 18479:1 18485:1 18490:2 18505:1 18510:1 18512:2 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:5 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19187:1 19188:1 19190:1 19208:3 19212:1 19233:2 19242:1 19256:2 19259:1 19261:1 19263:1 19264:1 19268:1 19277:1 19297:1 19316:1 19322:1 19325:7 19341:3 19352:1 19358:1 19364:1 19382:1 19392:1 19412:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:3 19567:3 19569:2 19576:1 19586:2 19590:5 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19723:1 19736:3 19756:2 19770:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:11 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:3 19946:2 19963:1 19971:1 19972:1 19981:1 19985:1 20001:8 20008:1 20022:1 20030:1 20039:3 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20218:2 20219:1 20220:1 20221:2 20223:3 20230:3 20233:1 20234:1 20242:1 20248:1 20267:2 20272:1 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:3 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20590:1 20591:1 20621:1 20628:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:6 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:1 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:4 21047:1 21063:1 21068:2 21124:1 21126:1 21149:2 21163:1 21174:1 21195:2 21196:1 21199:1 21201:1 21207:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21359:1 21369:1 21373:1 21393:1 21411:1 21421:1 21424:2 21429:1 21441:2 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:2 21622:1 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:2 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22090:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:6 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22483:3 22493:2 22498:2 22502:1 22514:1 22521:1 22545:1 22547:1 22551:1 22587:2 22607:3 22608:1 22611:1 22657:1 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:5 22817:1 22820:1 22834:1 22837:1 22838:1 22849:1 22854:1 22857:1 22870:1 22871:2 22905:2 22910:1 22918:2 22922:1 22990:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:2580 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:3 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:2 23702:1 23706:1 23707:1 23716:1 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23787:1 23793:1 23799:1 23802:1 23804:1 23813:1 23831:1 23839:1 23843:2 23850:1 23859:1 23869:2 23901:1 23938:1 23966:3 24003:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:2 24053:1 24055:1 24058:1 24096:5 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:4 24192:1 24198:1 24224:1 24226:1 24236:1 24237:3 24240:1 24264:1 24267:2 24274:2 24275:3 24279:1 24280:2 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24477:1 24492:2 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:2 24532:1 24544:1 24545:1 24549:2 24556:1 24563:1 24567:1 24579:1 24586:2 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24759:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24825:1 24826:6 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:3 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25150:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:4 25229:1 25248:1 25251:1 25255:3 25257:1 25260:1 25266:1 25291:1 25299:1 25311:4 25322:1 25328:3 25380:1 25390:1 25394:3 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25505:1 25536:1 25537:1 25557:1 25559:1 25562:2 25575:1 25584:1 25595:3 25599:1 25611:1 25620:1 25630:1 25636:1 25641:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25774:1 25775:1 25781:1 25782:1 25784:5 25803:3 25809:2 25819:1 25821:1 25828:2 25842:1 25844:1 25847:1 25852:1 25853:1 25861:1 25925:1 25929:3 25959:2 25974:1 26026:2 26045:1 26046:2 26054:1 26055:3 26076:1 26090:1 26092:1 26098:1 26101:2 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26286:1 26344:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26445:1 26446:1 26447:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26513:1 26542:1 26545:1 26549:1 26555:1 26581:1 26590:1 26600:2 26603:4 26616:2 26617:2 26631:1 26633:1 26635:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:7 26879:1 26890:5 26904:2 26926:1 26932:3 26935:1 26939:2 26949:1 26956:1 26959:2 26999:1 27023:1 27039:1 27042:1 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:1 27240:1 27256:2 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27427:1 27439:1 27448:1 27466:2 27473:2 27488:1 27489:1 27522:1 27528:1 27533:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:4 27630:1 27631:2 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:1 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:1 27868:1 27870:1 27880:1 27893:1 27908:2 27909:1 27915:3 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:3 27940:2 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:1 28062:2 28069:3 28071:1 28074:3 28094:1 28095:3 28097:1 28110:1 28116:1 28132:2 28137:1 28142:1 28178:2 28180:1 28197:1 28198:1 28209:1 28211:1 28218:1 28232:1 28233:1 28240:1 28249:1 28258:1 28259:1 28286:1 28294:9 28314:1 28320:1 28327:3 28349:1 28357:1 28369:1 28379:1 28380:1 28403:2 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28498:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28585:2 28588:2 28615:2 28627:1 28642:1 28643:1 28648:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:1 28744:1 28753:1 28764:3 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28934:1 28947:1 28968:3 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29204:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:2 29430:1 29433:2 29440:5 29468:1 29472:2 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:1 29704:1 29713:3 29734:1 29739:1 29756:1 29771:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29890:1 29893:5 29894:1 29901:1 29904:1 29910:1 29920:1 29926:1 29939:1 29949:1 29960:1 29961:1 29969:1 29985:1 29986:1 30009:2 30022:1 30025:3 30068:1 30072:1 30084:2 30105:1 30107:1 30129:1 30151:1 30162:3 30192:2 30212:2 30238:5 30242:1 30247:3 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30285:1 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30400:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:8 30451:2 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30483:1 30489:1 30496:2 30511:1 30545:1 30547:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:1 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:1 30799:1 30805:1 30822:3 30831:1 30834:1 30838:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30984:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:2 31082:1 31113:4 31115:14 31128:1 31146:9 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31208:1 31233:5 31236:1 31244:1 31248:2 31250:1 31256:1 31292:1 31301:1 31322:1 31332:1 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31396:1 31412:1 31415:1 31416:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:1 31488:1 31492:3 31511:2 31526:1 31530:3 31548:1 31550:1 31557:2 31561:1 31572:2 31576:1 31581:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:1 31660:1 31672:1 31678:1 31679:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:4 31780:1 31815:1 31828:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:2 31945:1 31948:4 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:3 32037:2 32056:2 32067:1 32083:5 32106:1 32112:1 32135:1 32140:1 32180:1 32188:1 32191:1 32196:1 32209:1 32210:1 32216:1 32222:2 32227:1 32229:1 32258:1 32268:1 32276:1 32301:1 32315:1 32326:1 32364:7 32367:2 32381:1 32382:1 32394:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:1 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32684:2 32689:2 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:5 32768:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32847:2 32894:2 32895:1 32922:1 32944:1 32946:1 32991:1 32992:1 33012:2 33030:1 33039:1 33060:1 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:13 33188:1 33192:1 33207:2 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:3 33552:2 33559:3 33561:1 33566:2 33569:1 33578:1 33606:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33788:1 33789:1 33796:5 33799:1 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:2 33903:1 33905:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33961:1 33964:1 33975:3 33977:1 33985:3 33986:3 33987:2 33989:1 33993:1 33995:1 33997:5 34007:1 34013:1 34022:3 34025:1 34026:1 34053:1 34058:3 34075:1 34083:1 34091:1 34104:4 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34280:1 34308:1 34339:1 34344:1 34349:2 34350:1 34351:2 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34492:1 34522:3 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:4 34566:1 34567:1 34577:1 34584:1 34595:1 34607:2 34621:1 34625:2 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:2 34747:1 34766:2 34776:2 34792:1 34793:1 34796:1 34800:3 34808:3 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:1 34965:2 34978:1 34992:4 34998:1 35001:1 35006:1 35018:4 35023:1 35056:1 35076:1 35077:1 35083:1 35094:2 35097:1 35103:1 35115:2 35128:3 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35257:1 35259:1 35279:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:3 35546:1 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35769:1 35793:1 35797:1 35802:1 35807:1 35830:1 35849:2 35854:1 35866:2 35881:1 35919:2 35934:3 35961:1 35978:1 35987:1 35988:1 35998:1 36039:2 36047:1 36057:1 36068:1 36109:1 36118:1 36122:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:1 36284:3 36307:1 36314:1 36327:1 36330:2 36345:4 36349:1 36353:4 36356:1 36360:1 36370:2 36372:1 36376:1 36381:1 36383:1 36401:5 36429:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:10 36521:2 36526:2 36529:2 36531:2 36539:1 36548:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:2 30:2 32:1 37:1 50:1 55:2 89:2 97:3 112:2 127:4 131:2 160:1 169:1 178:1 191:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 297:1 298:3 301:2 305:1 311:2 312:1 314:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:2 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:4 624:1 630:1 636:1 643:1 651:1 658:1 660:2 665:1 672:1 694:1 699:1 713:1 714:1 723:1 730:4 738:5 765:1 767:1 772:1 773:7 774:1 780:1 786:1 804:1 807:2 811:1 812:2 827:2 830:1 835:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 985:1 993:1 1012:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:5 1127:1 1133:2 1144:4 1149:6 1153:4 1161:1 1162:1 1167:1 1172:1 1175:1 1221:2 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:3 1340:1 1345:1 1360:1 1381:1 1387:2 1398:2 1413:1 1430:1 1435:1 1445:1 1462:3 1470:1 1486:1 1491:3 1511:1 1514:1 1527:1 1533:2 1538:3 1541:3 1542:1 1549:1 1554:1 1557:2 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1610:2 1616:3 1617:2 1628:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1773:1 1797:1 1813:1 1821:1 1833:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1903:3 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:5 1998:2 2007:1 2011:1 2017:4 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:3 2149:1 2150:1 2155:3 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2232:2 2261:1 2282:1 2288:1 2290:1 2298:1 2309:1 2314:1 2333:2 2335:1 2340:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:1 2467:1 2479:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:5 2704:1 2725:2 2737:6 2745:1 2747:1 2771:3 2772:1 2773:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:2 2835:3 2836:1 2837:1 2839:4 2842:3 2844:3 2845:1 2846:1 2848:7 2850:3 2851:2 2854:1 2857:1 2860:1 2863:1 2866:4 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2916:2 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3039:1 3040:1 3047:1 3071:1 3075:2 3098:1 3104:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:2 3303:1 3319:1 3322:3 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:1 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3556:1 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:9 3626:2 3634:1 3640:1 3648:1 3654:2 3680:3 3684:1 3685:6 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:1 3995:1 4026:1 4045:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4271:1 4273:1 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4350:1 4379:1 4388:2 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:1 4451:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:4 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:2 4697:3 4733:5 4738:1 4750:1 4774:1 4781:1 4798:1 4800:1 4804:2 4806:1 4820:1 4824:2 4833:2 4840:2 4852:1 4866:1 4869:2 4890:5 4904:1 4939:1 4944:1 4945:3 4979:1 4983:1 4985:1 4991:1 4996:1 5002:4 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5118:1 5137:1 5164:3 5169:1 5183:1 5192:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:2 5343:1 5347:1 5357:3 5358:2 5371:1 5388:2 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:2 5715:2 5717:1 5720:1 5727:1 5750:1 5756:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:9 5792:1 5798:1 5800:1 5813:2 5821:1 5822:2 5831:10 5841:1 5848:1 5858:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6011:1 6020:2 6029:1 6039:16 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:2 6182:1 6184:3 6204:3 6205:5 6206:2 6213:1 6216:1 6219:2 6220:1 6221:1 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6539:1 6552:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6649:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6878:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6996:1 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7222:2 7226:1 7232:1 7233:1 7265:1 7268:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7404:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:2 7539:2 7541:3 7543:1 7545:2 7553:1 7559:3 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:1 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:6 7718:1 7732:2 7734:1 7744:1 7775:1 7795:2 7797:1 7806:2 7818:2 7825:1 7842:1 7866:2 7867:1 7871:1 7876:1 7880:2 7881:1 7882:2 7904:3 7925:4 7926:1 7927:1 7928:1 7934:1 7936:6 7938:2 7939:1 7942:1 7947:5 7948:1 7950:2 7952:3 7953:12 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8113:1 8115:4 8119:1 8125:1 8127:2 8141:13 8161:1 8201:2 8209:1 8212:2 8214:2 8231:1 8260:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:2 8490:1 8519:2 8520:1 8524:2 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8591:1 8606:1 8614:2 8658:2 8660:1 8672:1 8679:1 8685:1 8703:1 8719:2 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:1 8809:1 8810:1 8815:1 8816:2 8830:1 8850:1 8870:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9176:1 9191:1 9258:1 9266:3 9271:1 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:4 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9583:8 9584:4 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:3 9645:1 9647:1 9651:42 9660:1 9683:4 9688:8 9697:2 9699:1 9703:1 9715:1 9716:1 9722:1 9752:1 9763:1 9785:1 9789:2 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9937:2 9968:1 9970:2 9992:1 10002:1 10005:3 10017:1 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:1 10157:1 10158:1 10161:1 10163:1 10167:1 10189:1 10191:1 10194:1 10219:1 10228:1 10230:1 10241:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:24 10300:1 10315:1 10330:1 10333:2 10338:2 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10498:1 10520:1 10530:2 10531:1 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:1 10682:1 10707:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:2 10843:2 10860:1 10861:1 10862:1 10894:2 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10975:1 10987:1 11009:2 11021:2 11051:1 11054:1 11059:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:1 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:3 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11369:1 11377:1 11378:1 11380:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:4 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11820:2 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11873:1 11874:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:2 12125:1 12149:3 12163:1 12174:3 12181:1 12183:1 12196:1 12204:4 12207:4 12210:1 12224:1 12239:1 12250:1 12278:1 12292:1 12340:1 12347:1 12370:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:4 12537:1 12538:1 12566:2 12567:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:6 12630:2 12633:1 12635:1 12647:1 12650:1 12653:2 12666:1 12697:1 12702:1 12719:1 12723:1 12737:1 12772:1 12783:1 12801:1 12814:1 12833:1 12836:3 12851:1 12856:1 12860:1 12892:1 12917:4 12931:2 12932:1 12963:1 12965:3 12970:1 12973:1 12974:1 12975:1 13001:1 13002:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:2 13069:2 13085:1 13095:3 13109:1 13127:2 13144:1 13154:1 13161:1 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13278:1 13289:1 13332:1 13349:1 13360:4 13363:1 13365:1 13372:13 13413:1 13427:2 13442:2 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13619:6 13625:6 13638:1 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:2 13694:1 13728:1 13732:1 13733:1 13756:1 13766:1 13767:1 13777:3 13786:1 13790:1 13794:1 13797:3 13802:2 13822:1 13828:1 13834:3 13842:2 13843:1 13844:1 13848:3 13864:1 13910:1 13926:1 13928:1 13936:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:1 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14206:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14383:1 14384:1 14392:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:4 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:2 14508:1 14510:1 14513:3 14519:3 14523:2 14524:1 14556:1 14568:1 14571:2 14575:12 14583:1 14592:4 14593:1 14598:1 14602:1 14603:2 14604:4 14627:1 14650:1 14667:1 14674:1 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:2 14811:1 14824:1 14830:4 14849:2 14872:2 14875:1 14889:1 14899:2 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:2 15116:2 15119:1 15142:1 15152:5 15180:1 15208:1 15265:1 15268:1 15273:2 15281:3 15284:1 15310:1 15329:1 15354:1 15355:1 15374:1 15382:1 15403:1 15416:2 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:4 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15780:1 15782:2 15792:1 15804:1 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16037:1 16040:1 16103:1 16123:1 16167:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:1 16269:1 16277:1 16298:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:4 16421:1 16429:1 16455:2 16461:1 16463:1 16474:1 16485:1 16487:3 16497:1 16498:9 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:7 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16690:1 16693:1 16732:1 16735:2 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16831:1 16855:2 16867:1 16868:1 16880:1 16881:1 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:2 16983:1 16986:1 16993:2 16994:1 16995:1 17004:2 17005:1 17006:2 17021:1 17028:2 17051:1 17057:3 17059:1 17068:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:1 17157:1 17159:2 17160:1 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:2 17231:2 17242:2 17272:1 17300:1 17306:1 17331:1 17332:1 17334:2 17338:1 17349:2 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17794:1 17800:1 17812:1 17815:1 17821:4 17825:1 17827:1 17833:2 17835:5 17839:1 17840:2 17857:3 17858:1 17860:2 17861:2 17871:5 17872:2 17876:1 17884:2 17931:1 17962:1 17964:1 17978:1 17981:1 18002:2 18010:1 18016:1 18027:1 18036:1 18057:1 18063:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18094:1 18111:2 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18232:1 18267:2 18272:2 18282:2 18285:5 18294:1 18302:1 18310:1 18327:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:2 18430:1 18439:1 18444:1 18448:2 18472:1 18475:1 18479:1 18485:1 18490:2 18505:1 18510:1 18512:2 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:5 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:1 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19187:1 19188:1 19190:1 19208:3 19212:1 19233:2 19242:1 19256:2 19259:1 19261:1 19263:1 19264:1 19268:1 19277:1 19297:1 19316:1 19322:1 19325:7 19341:3 19352:1 19358:1 19364:1 19374:1 19382:1 19392:1 19412:1 19419:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:3 19567:3 19569:2 19576:1 19586:2 19590:5 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19723:1 19736:3 19756:2 19770:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:11 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:3 19946:2 19963:1 19971:1 19972:1 19981:1 19985:1 20001:8 20002:1 20008:1 20022:1 20030:1 20039:3 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20217:1 20218:2 20219:1 20220:1 20221:2 20223:4 20230:3 20233:1 20234:1 20242:1 20248:1 20267:2 20272:1 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:3 20381:3 20390:1 20400:1 20408:1 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20590:1 20591:1 20621:1 20628:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:6 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:2 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:4 21047:1 21063:1 21068:2 21124:1 21126:1 21149:2 21163:1 21172:1 21174:1 21195:2 21196:1 21199:1 21201:1 21207:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21359:1 21369:1 21373:1 21393:1 21411:1 21421:1 21424:2 21429:1 21441:2 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:2 21622:1 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:2 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22090:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:6 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:2 22250:1 22253:1 22301:1 22307:1 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22483:3 22493:2 22498:2 22502:1 22514:1 22521:1 22545:2 22547:1 22551:1 22587:2 22607:3 22608:1 22611:1 22657:1 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:5 22817:1 22820:1 22834:1 22837:1 22838:1 22849:1 22854:1 22857:1 22870:1 22871:2 22905:2 22910:1 22918:2 22922:1 22990:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:2638 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:3 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:2 23702:1 23706:1 23707:1 23716:1 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23787:1 23793:1 23799:1 23802:1 23804:1 23813:1 23831:1 23839:1 23843:2 23850:1 23859:1 23869:2 23901:1 23938:1 23966:3 24003:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:2 24053:1 24055:1 24058:1 24096:5 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:4 24192:1 24198:1 24224:1 24226:1 24236:1 24237:3 24240:1 24264:1 24267:2 24274:2 24275:3 24279:1 24280:2 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24469:1 24477:1 24492:2 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:2 24532:1 24544:1 24545:1 24549:2 24556:1 24563:1 24567:1 24579:1 24586:2 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24759:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24825:1 24826:6 24827:1 24836:1 24853:1 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:4 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25086:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25150:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:4 25229:1 25248:1 25251:1 25255:3 25257:1 25260:1 25266:1 25291:1 25299:1 25311:4 25322:1 25328:3 25380:1 25390:1 25394:3 25403:1 25437:1 25459:1 25473:1 25481:1 25498:1 25505:2 25536:1 25537:1 25557:1 25559:1 25562:2 25575:1 25584:1 25595:3 25599:1 25609:1 25611:1 25620:1 25630:1 25636:1 25641:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25764:1 25774:1 25775:1 25781:1 25782:1 25784:5 25803:3 25809:2 25819:1 25821:1 25828:2 25842:1 25844:1 25847:1 25852:1 25853:1 25861:1 25925:1 25929:3 25959:2 25974:1 26026:2 26045:1 26046:2 26054:1 26055:3 26075:1 26076:1 26090:1 26092:1 26098:1 26101:2 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26286:1 26344:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26445:1 26446:1 26447:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26513:1 26542:1 26545:1 26549:1 26555:1 26581:1 26590:1 26600:3 26603:4 26616:2 26617:2 26631:1 26633:1 26635:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:1 26754:1 26767:2 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:7 26879:1 26890:5 26904:2 26926:1 26932:3 26935:1 26939:2 26949:1 26956:1 26959:2 26999:1 27023:1 27039:1 27042:2 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:1 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:1 27240:1 27256:2 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27427:1 27439:1 27448:1 27466:2 27473:2 27488:1 27489:1 27522:1 27528:1 27533:1 27536:1 27554:5 27555:1 27595:1 27597:1 27602:2 27628:1 27629:4 27630:1 27631:2 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:1 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27777:2 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:1 27868:1 27870:1 27880:1 27893:1 27908:2 27909:1 27915:3 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:3 27940:2 27947:1 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28030:2 28062:2 28069:3 28071:1 28074:3 28094:1 28095:3 28097:1 28110:1 28116:1 28132:2 28137:1 28142:1 28178:2 28180:1 28197:1 28198:1 28209:1 28211:2 28218:1 28232:1 28233:1 28240:1 28249:1 28258:1 28259:1 28286:1 28294:9 28314:1 28320:1 28327:3 28349:1 28357:1 28369:1 28379:1 28380:1 28403:2 28411:1 28415:1 28424:1 28426:1 28429:2 28447:1 28466:2 28482:1 28498:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28585:2 28588:2 28591:1 28615:2 28627:1 28642:1 28643:1 28648:1 28653:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:1 28744:1 28753:1 28764:3 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28934:1 28947:1 28968:4 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29204:1 29220:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:2 29430:1 29433:2 29440:5 29442:1 29468:1 29472:2 29480:2 29490:1 29504:1 29548:1 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:1 29704:1 29713:3 29734:1 29739:1 29756:1 29771:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29890:1 29893:5 29894:1 29898:1 29901:1 29904:1 29910:1 29920:1 29926:1 29939:1 29949:1 29960:1 29961:1 29969:1 29985:1 29986:1 30009:2 30012:1 30022:1 30025:3 30068:1 30072:1 30084:2 30105:1 30107:1 30129:1 30151:1 30162:3 30192:2 30212:2 30238:5 30242:1 30247:4 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30285:2 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30366:1 30370:1 30383:1 30400:1 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:8 30451:2 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30483:2 30489:1 30496:2 30511:1 30545:1 30547:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:2 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:1 30799:1 30805:1 30822:3 30831:1 30834:1 30838:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30984:1 30985:1 31001:1 31006:1 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:2 31082:1 31113:4 31115:14 31128:1 31146:9 31156:1 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31200:1 31208:1 31233:5 31235:1 31236:1 31244:1 31248:2 31250:1 31256:1 31292:1 31301:1 31322:1 31332:2 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31396:1 31412:1 31415:1 31416:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:1 31488:1 31492:3 31511:2 31526:1 31530:3 31548:1 31550:1 31557:2 31561:1 31572:2 31576:1 31581:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:1 31660:1 31672:1 31675:1 31678:1 31679:1 31706:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:4 31777:4 31780:1 31815:1 31828:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:2 31945:1 31948:4 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:3 32037:2 32056:2 32067:1 32083:5 32106:1 32112:1 32135:1 32140:1 32180:1 32188:1 32191:1 32196:1 32209:1 32210:1 32216:1 32222:2 32227:1 32229:1 32237:1 32258:1 32268:1 32276:1 32301:1 32315:1 32326:1 32364:7 32367:2 32381:1 32382:1 32394:1 32428:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:1 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32684:2 32689:2 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:5 32768:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32847:2 32894:2 32895:1 32922:1 32937:1 32944:1 32946:1 32991:1 32992:1 32995:1 33012:2 33030:1 33039:1 33060:1 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:13 33188:1 33192:1 33207:2 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:3 33552:2 33559:3 33561:1 33566:2 33569:1 33578:1 33606:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33788:1 33789:1 33796:5 33799:1 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:2 33903:1 33905:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33961:1 33964:1 33975:3 33977:1 33985:3 33986:3 33987:2 33989:1 33993:1 33995:1 33997:5 34007:1 34008:1 34013:1 34022:3 34025:1 34026:1 34053:1 34058:3 34075:1 34083:1 34091:1 34104:4 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34280:1 34308:1 34317:1 34339:1 34344:1 34349:2 34350:1 34351:2 34364:1 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34492:1 34522:3 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:4 34566:1 34567:1 34577:1 34584:1 34595:1 34607:2 34621:1 34625:2 34628:1 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:2 34747:1 34766:2 34776:2 34792:1 34793:1 34796:1 34800:3 34808:3 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:2 34965:2 34978:1 34992:4 34998:1 35001:1 35006:1 35018:4 35023:1 35056:1 35076:1 35077:1 35083:1 35085:1 35094:2 35097:1 35103:1 35115:2 35128:3 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:5 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35257:1 35259:1 35279:1 35286:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:3 35546:1 35549:1 35554:1 35556:1 35577:1 35580:1 35600:2 35621:1 35630:1 35631:1 35633:3 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35769:1 35775:1 35793:1 35797:1 35802:1 35807:1 35830:1 35849:2 35854:1 35866:2 35881:1 35919:2 35934:3 35961:1 35978:1 35987:2 35988:1 35998:1 36039:2 36047:1 36057:1 36068:1 36109:1 36118:1 36122:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:2 36284:3 36307:1 36314:1 36327:1 36330:2 36345:4 36349:1 36353:4 36356:1 36360:1 36370:2 36372:1 36376:1 36381:1 36383:1 36401:5 36429:1 36430:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:10 36521:3 36526:2 36529:2 36531:2 36539:1 36548:1 36554:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:2 30:2 32:1 37:1 50:1 55:2 89:2 97:3 112:2 120:1 127:4 131:2 160:1 169:1 178:1 191:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 297:1 298:3 301:2 305:1 306:1 311:2 312:1 314:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:2 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:5 624:1 630:1 636:1 643:1 651:1 658:1 660:2 665:1 672:1 694:1 699:1 709:1 713:1 714:1 723:1 730:4 738:5 765:1 767:1 772:1 773:7 774:1 780:1 786:1 804:1 807:2 811:1 812:2 827:2 830:1 835:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 985:1 993:1 1012:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:5 1127:1 1133:2 1144:4 1149:7 1153:4 1161:1 1162:1 1167:1 1172:1 1175:1 1221:3 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:3 1340:1 1345:1 1360:1 1381:2 1387:2 1398:2 1413:1 1430:1 1435:2 1445:1 1462:3 1470:1 1484:1 1486:1 1491:3 1511:1 1514:1 1527:1 1533:2 1538:3 1541:3 1542:1 1549:1 1554:1 1557:3 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1610:2 1616:4 1617:2 1628:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1773:1 1797:1 1813:1 1821:1 1833:1 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1885:1 1903:3 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:5 1998:2 2007:1 2011:1 2017:4 2046:1 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:3 2149:1 2150:1 2155:3 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2232:2 2261:1 2282:1 2288:1 2290:1 2298:1 2309:1 2314:2 2333:2 2335:1 2340:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:1 2467:1 2479:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:6 2704:1 2706:1 2725:2 2730:1 2737:6 2745:1 2747:1 2771:4 2772:1 2773:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:3 2835:3 2836:1 2837:1 2839:4 2842:3 2844:3 2845:1 2846:1 2848:7 2850:3 2851:2 2854:1 2857:1 2860:1 2863:1 2866:4 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2916:2 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3039:2 3040:1 3047:1 3071:1 3075:2 3098:1 3104:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:2 3303:1 3319:1 3322:3 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:2 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3556:1 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:9 3626:2 3634:1 3640:1 3648:1 3654:2 3680:3 3684:1 3685:6 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:2 3995:1 4026:1 4045:1 4060:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4271:1 4273:1 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4334:1 4350:1 4379:1 4388:2 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:2 4451:1 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:5 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:2 4697:3 4733:5 4738:1 4750:1 4774:1 4781:1 4798:1 4800:1 4804:2 4806:2 4820:1 4824:2 4833:2 4840:2 4852:1 4866:1 4869:2 4890:5 4904:1 4939:1 4944:1 4945:3 4979:1 4983:1 4985:1 4991:1 4996:1 5002:4 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5118:1 5137:1 5164:3 5169:1 5183:1 5192:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:3 5343:1 5347:1 5357:3 5358:2 5371:1 5388:2 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:2 5715:2 5717:1 5720:1 5727:1 5750:1 5756:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:10 5792:1 5798:1 5800:1 5813:2 5821:1 5822:2 5831:10 5841:1 5848:2 5858:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6011:1 6014:1 6020:2 6029:1 6039:16 6041:3 6071:1 6080:1 6097:1 6106:1 6118:1 6120:2 6124:1 6182:1 6184:4 6204:3 6205:5 6206:2 6213:2 6216:1 6219:2 6220:1 6221:2 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6380:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6539:1 6552:1 6558:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6649:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6878:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6996:1 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7222:2 7226:1 7232:1 7233:1 7265:1 7268:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7404:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:2 7539:2 7541:3 7543:1 7545:2 7553:1 7559:3 7567:1 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:2 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:6 7718:1 7732:2 7734:1 7744:1 7775:1 7795:2 7797:1 7806:2 7810:1 7818:2 7825:1 7842:1 7866:2 7867:1 7871:1 7876:1 7880:2 7881:1 7882:2 7904:3 7925:4 7926:1 7927:1 7928:2 7934:2 7936:6 7938:2 7939:1 7942:1 7947:5 7948:1 7950:2 7952:3 7953:12 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8113:1 8115:4 8119:1 8125:1 8127:2 8141:13 8161:1 8201:2 8209:1 8212:2 8214:2 8231:1 8260:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:2 8490:1 8519:2 8520:1 8524:2 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8586:1 8591:1 8606:1 8614:2 8658:2 8660:1 8672:1 8673:1 8679:1 8685:1 8703:1 8719:2 8724:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:1 8809:1 8810:1 8815:2 8816:2 8830:1 8850:1 8870:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9176:1 9191:1 9258:1 9266:3 9271:1 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:6 9399:1 9407:1 9408:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9583:10 9584:5 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:3 9645:1 9647:1 9651:43 9660:1 9683:4 9688:8 9697:2 9699:1 9703:1 9715:1 9716:1 9722:1 9752:1 9763:1 9785:1 9789:2 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9936:1 9937:2 9968:1 9970:2 9992:1 10002:1 10005:3 10017:1 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:2 10157:1 10158:1 10161:1 10163:1 10167:1 10171:1 10189:1 10191:1 10194:1 10219:2 10228:1 10230:1 10241:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:24 10300:1 10315:1 10330:1 10333:2 10335:1 10338:2 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10498:1 10520:1 10530:2 10531:1 10539:1 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:1 10682:1 10707:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:2 10843:2 10854:1 10860:1 10861:2 10862:1 10894:2 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10975:1 10987:1 11009:2 11021:2 11043:1 11051:1 11054:1 11059:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11150:2 11168:1 11172:1 11173:2 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:3 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11369:1 11377:1 11378:1 11380:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:4 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11542:1 11543:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11820:2 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11873:1 11874:1 11884:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:2 12125:1 12149:3 12163:1 12174:3 12181:1 12183:1 12196:1 12204:5 12207:4 12210:1 12224:1 12239:1 12250:1 12278:1 12292:1 12340:1 12347:1 12370:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:4 12537:1 12538:1 12566:2 12567:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:6 12630:2 12633:1 12635:1 12647:1 12650:1 12653:2 12666:1 12697:1 12702:1 12719:1 12723:1 12732:1 12737:1 12772:1 12783:1 12801:1 12814:1 12833:1 12836:4 12851:1 12856:1 12860:1 12892:1 12917:4 12931:2 12932:1 12963:1 12965:3 12970:1 12973:1 12974:1 12975:2 13001:1 13002:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:2 13069:2 13085:1 13088:1 13095:3 13109:1 13127:2 13144:1 13154:1 13161:2 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13275:1 13278:1 13289:1 13332:1 13349:1 13360:4 13363:1 13365:1 13372:13 13410:1 13413:1 13427:2 13442:2 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13602:1 13619:6 13625:6 13638:1 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:2 13694:1 13728:1 13732:1 13733:1 13756:1 13766:1 13767:1 13777:4 13786:1 13790:1 13794:1 13797:3 13802:2 13822:1 13828:1 13834:3 13842:2 13843:1 13844:1 13848:3 13864:1 13883:1 13910:1 13926:1 13928:1 13936:1 13958:1 13963:1 13986:1 13987:1 14021:1 14026:1 14031:4 14036:3 14039:2 14055:1 14061:2 14066:2 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14206:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14375:1 14383:1 14384:1 14392:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:4 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:2 14508:1 14510:1 14513:3 14519:3 14523:2 14524:1 14554:1 14556:1 14568:1 14571:2 14575:12 14583:1 14592:4 14593:1 14598:1 14602:1 14603:2 14604:4 14627:1 14650:1 14667:1 14674:1 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:2 14811:1 14824:1 14830:4 14837:1 14849:2 14872:2 14875:1 14889:1 14899:2 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:2 15116:2 15119:1 15142:1 15152:5 15180:1 15208:1 15265:1 15268:1 15273:2 15281:3 15284:1 15310:1 15329:1 15354:1 15355:1 15374:1 15382:2 15403:1 15416:2 15421:1 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:6 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15780:1 15782:4 15792:1 15804:1 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16037:1 16040:1 16058:1 16103:1 16123:1 16167:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:2 16269:1 16277:1 16298:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:4 16421:1 16429:1 16455:2 16461:1 16463:1 16474:2 16485:1 16487:3 16497:1 16498:10 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:8 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16688:1 16690:1 16693:1 16732:2 16735:3 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16798:1 16831:2 16855:2 16867:1 16868:1 16880:1 16881:1 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:2 16983:1 16986:1 16993:2 16994:1 16995:1 17004:3 17005:1 17006:2 17021:1 17028:2 17051:1 17057:3 17059:1 17068:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:2 17157:1 17159:2 17160:1 17164:1 17172:2 17173:3 17176:1 17199:1 17227:1 17228:3 17231:2 17242:2 17272:1 17300:1 17306:1 17314:1 17331:1 17332:1 17334:2 17338:1 17349:2 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:2 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17534:1 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17794:1 17800:1 17812:1 17815:1 17821:4 17825:1 17827:1 17833:2 17835:5 17839:1 17840:2 17857:3 17858:1 17860:2 17861:2 17871:5 17872:2 17876:1 17884:2 17931:1 17962:1 17964:1 17978:1 17981:1 18002:2 18010:1 18016:1 18027:1 18036:1 18057:1 18063:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18094:1 18111:2 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18232:1 18267:2 18272:2 18282:3 18285:5 18294:1 18302:1 18310:1 18327:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18410:2 18412:2 18430:2 18439:1 18444:1 18448:2 18472:1 18475:1 18479:1 18485:1 18490:2 18497:1 18505:1 18510:1 18512:2 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:5 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:2 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19187:2 19188:1 19190:1 19208:3 19212:1 19233:2 19242:1 19256:2 19259:1 19261:1 19263:1 19264:1 19268:1 19277:1 19297:1 19311:1 19316:1 19322:1 19325:8 19341:3 19352:1 19358:1 19364:1 19374:1 19382:1 19392:1 19412:1 19419:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:2 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:3 19567:3 19569:2 19576:1 19586:2 19590:6 19600:1 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19723:1 19736:5 19756:2 19770:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:12 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:3 19946:2 19963:1 19971:1 19972:1 19981:1 19985:1 20001:8 20002:1 20008:1 20022:1 20030:1 20039:4 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20217:1 20218:2 20219:1 20220:1 20221:2 20223:4 20230:3 20233:1 20234:1 20242:1 20248:1 20267:2 20272:1 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:3 20381:3 20382:1 20390:1 20400:1 20408:2 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20582:1 20590:1 20591:1 20621:1 20628:1 20646:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:6 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:2 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:5 21047:1 21063:1 21068:2 21124:1 21126:1 21149:2 21163:1 21172:1 21174:1 21195:2 21196:1 21199:1 21201:1 21207:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21359:1 21369:1 21373:1 21393:1 21411:1 21421:1 21424:2 21429:1 21441:2 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:2 21622:1 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:2 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:1 21979:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22090:1 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:6 22173:1 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22248:3 22249:3 22250:1 22253:1 22284:1 22301:1 22307:1 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22481:1 22483:3 22493:2 22495:1 22498:2 22502:1 22514:1 22521:1 22545:2 22547:1 22551:1 22587:2 22607:3 22608:1 22611:1 22657:2 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:5 22817:1 22820:1 22834:1 22837:1 22838:1 22849:1 22854:1 22857:1 22870:1 22871:2 22905:2 22910:1 22918:2 22922:1 22990:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:2714 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:4 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:2 23702:1 23706:1 23707:1 23716:1 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23787:1 23793:1 23799:1 23802:1 23804:1 23813:1 23831:1 23839:1 23843:2 23850:1 23859:1 23869:2 23901:1 23938:1 23966:4 24003:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:3 24053:1 24055:1 24058:1 24096:5 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:4 24192:1 24198:1 24224:1 24226:1 24236:1 24237:4 24240:1 24264:1 24267:2 24274:2 24275:3 24279:1 24280:2 24281:1 24290:1 24291:1 24319:1 24324:5 24327:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24469:1 24477:1 24492:3 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:2 24532:1 24544:1 24545:1 24549:2 24556:1 24563:1 24567:1 24579:1 24586:3 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24759:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24825:1 24826:6 24827:1 24836:1 24853:2 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:4 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25086:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25150:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:4 25229:1 25248:1 25251:1 25255:3 25257:1 25260:1 25266:1 25291:1 25299:1 25311:5 25322:1 25328:3 25380:1 25390:1 25394:3 25403:1 25437:1 25459:1 25473:1 25481:1 25489:1 25498:1 25505:2 25536:1 25537:2 25557:1 25559:1 25562:2 25575:1 25584:2 25595:3 25599:1 25609:1 25611:1 25620:1 25630:1 25636:1 25641:1 25646:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25764:1 25774:1 25775:1 25781:1 25782:1 25784:5 25803:3 25809:2 25819:1 25821:1 25828:2 25842:1 25844:1 25847:1 25852:1 25853:1 25861:1 25925:1 25929:3 25959:2 25974:1 26026:2 26045:1 26046:2 26054:1 26055:3 26075:1 26076:1 26090:1 26092:1 26098:1 26101:2 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26273:1 26286:1 26344:1 26353:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26439:1 26445:1 26446:1 26447:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26513:1 26536:1 26542:1 26545:1 26549:1 26555:2 26581:1 26590:1 26600:3 26603:4 26613:1 26616:2 26617:2 26631:1 26633:1 26635:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:2 26754:1 26767:3 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26873:1 26877:7 26879:1 26890:5 26904:2 26926:1 26932:3 26935:1 26939:3 26949:1 26956:1 26959:2 26999:1 27023:1 27039:1 27042:2 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:2 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:2 27240:1 27256:2 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27407:1 27424:1 27427:1 27439:1 27448:1 27466:2 27473:2 27488:1 27489:1 27522:1 27528:1 27533:1 27536:1 27554:6 27555:2 27595:1 27597:1 27602:2 27628:1 27629:5 27630:1 27631:2 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:1 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27777:2 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:2 27868:1 27870:1 27880:1 27893:1 27908:2 27909:1 27915:4 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:3 27940:2 27947:1 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28025:1 28030:2 28062:2 28069:4 28071:1 28073:1 28074:3 28094:1 28095:3 28097:1 28110:1 28116:1 28132:2 28137:1 28142:1 28178:2 28180:1 28197:1 28198:1 28209:1 28211:2 28218:1 28232:1 28233:1 28240:1 28249:1 28258:1 28259:1 28286:1 28294:10 28314:1 28320:1 28327:3 28339:1 28349:1 28357:1 28369:1 28379:1 28380:1 28403:2 28411:1 28415:1 28424:2 28426:1 28429:2 28447:1 28466:2 28482:1 28498:1 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28583:1 28585:2 28588:2 28591:1 28615:2 28627:1 28642:1 28643:1 28648:1 28653:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:2 28744:1 28753:1 28764:3 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28932:1 28934:1 28947:1 28968:4 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29204:1 29220:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:2 29430:1 29433:2 29440:5 29442:1 29468:1 29472:2 29480:2 29490:1 29504:1 29544:1 29548:1 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:1 29704:1 29713:4 29734:1 29739:1 29756:1 29771:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29890:1 29893:5 29894:1 29898:1 29901:1 29904:1 29910:1 29920:1 29926:1 29939:1 29949:1 29960:1 29961:1 29969:1 29977:1 29985:1 29986:1 30009:2 30012:1 30022:1 30025:4 30068:1 30072:1 30084:2 30105:1 30107:1 30129:1 30151:1 30162:3 30192:2 30212:2 30238:5 30242:1 30247:4 30248:1 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30285:2 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30362:1 30366:1 30370:1 30383:1 30400:2 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:8 30451:2 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30483:2 30489:1 30496:2 30511:1 30545:1 30547:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:2 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30715:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:1 30799:1 30805:1 30822:3 30831:1 30834:1 30838:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30984:1 30985:1 31001:1 31006:2 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:2 31082:1 31113:5 31115:14 31128:1 31146:9 31156:1 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31200:1 31208:1 31233:5 31235:1 31236:1 31244:1 31248:2 31250:1 31256:1 31292:1 31301:1 31322:1 31332:2 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31391:1 31396:1 31412:1 31415:1 31416:1 31420:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:1 31488:1 31492:3 31511:2 31525:1 31526:1 31530:3 31548:1 31550:1 31557:2 31561:1 31572:2 31576:1 31581:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:2 31660:1 31672:1 31675:1 31678:1 31679:1 31706:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:5 31777:4 31778:1 31780:1 31815:1 31822:1 31828:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:2 31945:1 31948:4 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:3 32037:2 32056:2 32067:1 32083:5 32106:1 32110:1 32112:1 32135:1 32140:1 32180:2 32188:1 32191:1 32196:1 32209:1 32210:1 32216:1 32222:2 32227:1 32229:1 32237:1 32258:1 32268:1 32276:1 32301:1 32315:1 32326:1 32364:7 32367:2 32381:1 32382:1 32394:1 32428:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:2 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32680:1 32684:2 32689:2 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:5 32768:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32847:2 32876:1 32894:2 32895:1 32922:1 32937:1 32944:1 32946:1 32991:1 32992:1 32995:1 33012:2 33030:1 33039:1 33060:1 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:13 33188:1 33192:1 33207:2 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:3 33552:2 33559:3 33561:1 33566:3 33569:1 33578:1 33606:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33788:1 33789:1 33796:5 33799:1 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:2 33903:1 33905:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33961:1 33964:1 33975:3 33977:1 33985:3 33986:3 33987:2 33989:1 33993:1 33995:1 33997:5 34007:1 34008:1 34013:1 34022:3 34025:1 34026:1 34049:1 34053:1 34058:3 34075:1 34083:1 34091:1 34104:4 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34280:1 34305:1 34308:1 34317:1 34339:1 34344:1 34349:2 34350:1 34351:2 34364:1 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34492:1 34522:5 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:4 34566:1 34567:1 34577:1 34584:1 34595:1 34607:2 34621:1 34625:2 34628:1 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:2 34747:1 34766:2 34776:2 34792:1 34793:1 34796:1 34800:3 34808:3 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:2 34965:2 34978:1 34992:5 34998:1 35001:1 35006:1 35018:6 35023:1 35056:1 35076:1 35077:1 35083:1 35085:1 35094:2 35097:1 35103:1 35115:2 35128:4 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:7 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35227:1 35257:1 35259:1 35279:1 35286:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:3 35546:1 35549:2 35554:1 35556:1 35577:1 35580:1 35599:1 35600:2 35621:1 35630:1 35631:1 35633:4 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35769:1 35775:1 35787:1 35793:1 35797:1 35802:1 35807:1 35830:1 35849:2 35854:1 35866:2 35881:1 35919:2 35934:3 35961:1 35978:1 35987:2 35988:1 35998:1 36039:2 36047:1 36057:1 36068:1 36072:1 36109:1 36118:1 36122:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:2 36284:3 36307:1 36314:1 36327:1 36330:2 36345:4 36349:1 36353:4 36356:1 36360:1 36370:3 36372:1 36376:1 36381:1 36383:1 36401:5 36429:1 36430:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:10 36521:3 36526:2 36529:2 36531:2 36539:1 36548:1 36554:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:2 30:2 32:1 37:1 50:1 55:2 89:2 97:3 112:2 120:1 127:4 131:2 160:1 169:1 178:1 191:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 297:1 298:3 301:2 305:1 306:1 311:2 312:1 314:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:3 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:5 624:1 630:1 636:1 643:1 651:1 658:1 660:2 665:1 672:1 694:1 699:1 709:1 713:1 714:1 723:1 730:4 738:6 743:1 765:1 767:1 772:1 773:7 774:1 780:1 786:1 804:1 807:2 811:1 812:2 827:2 830:1 835:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 985:1 993:1 1012:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:3 1099:3 1119:5 1127:1 1133:2 1144:4 1149:7 1153:4 1161:1 1162:1 1167:1 1172:1 1175:1 1221:3 1224:7 1229:1 1272:1 1275:2 1301:1 1315:2 1318:1 1321:3 1340:1 1345:1 1360:1 1381:2 1387:2 1398:2 1413:2 1430:1 1435:2 1445:1 1462:3 1470:1 1484:1 1486:1 1491:3 1511:1 1514:1 1527:1 1533:2 1538:3 1541:3 1542:1 1549:1 1554:1 1557:3 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1610:2 1616:4 1617:2 1625:1 1628:1 1635:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1686:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1773:1 1797:1 1813:1 1821:1 1833:2 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1885:1 1903:3 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:5 1998:2 2007:1 2011:1 2017:4 2046:1 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:4 2149:1 2150:1 2155:3 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2232:2 2261:1 2282:1 2288:1 2290:1 2298:1 2309:1 2314:2 2333:2 2335:1 2340:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:1 2467:1 2479:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:6 2704:1 2706:1 2725:2 2730:1 2737:6 2745:1 2747:1 2771:4 2772:1 2773:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:3 2835:3 2836:1 2837:1 2839:4 2842:3 2844:3 2845:1 2846:1 2848:7 2850:3 2851:2 2854:1 2857:1 2860:1 2863:1 2866:4 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2916:2 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3039:2 3040:1 3047:1 3071:1 3075:2 3085:1 3098:1 3104:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:3 3303:1 3319:1 3322:3 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:2 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3548:1 3556:1 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:10 3626:2 3634:1 3640:1 3648:1 3654:2 3680:3 3684:1 3685:6 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3733:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:2 3995:1 4026:1 4045:1 4060:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4271:1 4273:1 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4324:1 4334:1 4350:1 4379:1 4388:2 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:2 4451:2 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:5 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:2 4697:3 4733:5 4738:1 4750:1 4774:1 4781:1 4798:1 4800:1 4804:2 4806:2 4820:1 4824:2 4833:2 4839:1 4840:2 4852:1 4866:1 4869:2 4890:5 4904:1 4939:1 4944:1 4945:3 4960:1 4979:1 4983:1 4985:1 4991:1 4996:1 5002:4 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5118:1 5137:1 5164:3 5169:1 5183:1 5192:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:3 5343:1 5347:1 5357:3 5358:2 5371:1 5388:2 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:2 5715:2 5717:1 5720:1 5727:1 5750:1 5756:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:10 5792:1 5798:1 5800:1 5813:2 5821:1 5822:2 5831:10 5841:1 5848:2 5858:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6011:1 6014:1 6020:2 6029:1 6039:16 6041:3 6058:1 6071:1 6080:1 6097:1 6106:1 6118:1 6120:2 6124:1 6182:1 6184:4 6204:3 6205:5 6206:2 6213:2 6216:1 6219:2 6220:1 6221:2 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6245:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6380:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6539:1 6552:1 6558:1 6563:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6649:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6878:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6996:1 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7222:2 7226:1 7232:1 7233:1 7265:1 7268:1 7273:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7404:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:2 7539:2 7541:3 7543:1 7545:2 7553:1 7559:3 7567:1 7569:1 7570:1 7571:1 7574:1 7577:1 7582:1 7583:1 7587:2 7598:2 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:6 7718:1 7729:1 7732:2 7734:1 7744:1 7775:1 7795:2 7797:1 7806:2 7810:2 7818:2 7825:1 7842:1 7866:3 7867:1 7871:1 7876:1 7880:2 7881:1 7882:2 7904:3 7925:4 7926:1 7927:1 7928:2 7934:2 7936:6 7938:2 7939:1 7942:1 7947:5 7948:1 7950:2 7952:4 7953:12 7955:1 7958:1 7962:1 7979:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8113:1 8115:4 8119:1 8125:1 8127:2 8141:13 8161:1 8197:1 8201:2 8209:1 8212:2 8214:2 8231:1 8260:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:2 8490:1 8519:2 8520:1 8524:2 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8586:1 8591:1 8606:1 8614:2 8658:2 8660:1 8672:1 8673:1 8679:1 8685:1 8703:1 8719:2 8724:1 8736:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:1 8809:1 8810:1 8815:2 8816:2 8830:1 8850:1 8870:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9158:1 9176:1 9191:1 9258:1 9266:3 9271:1 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:7 9399:1 9407:1 9408:1 9418:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9503:1 9583:10 9584:5 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:3 9645:1 9647:1 9651:43 9660:1 9683:4 9688:9 9697:2 9699:1 9703:1 9715:1 9716:1 9722:1 9752:1 9763:1 9785:1 9789:2 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9936:1 9937:2 9968:1 9970:2 9992:1 10002:1 10005:3 10017:1 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:2 10157:1 10158:1 10161:1 10163:1 10167:1 10171:2 10189:1 10191:1 10192:1 10194:1 10219:2 10228:1 10230:1 10241:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:24 10300:1 10315:1 10330:1 10333:2 10335:1 10338:3 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10498:1 10520:1 10530:2 10531:1 10539:2 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:1 10682:1 10707:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:2 10843:2 10854:1 10860:1 10861:2 10862:1 10894:2 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10969:1 10975:1 10987:1 11009:2 11021:2 11043:1 11051:1 11054:1 11059:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11147:1 11150:2 11168:1 11172:1 11173:2 11174:1 11176:1 11182:1 11192:3 11211:1 11218:1 11222:3 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11369:1 11377:1 11378:1 11380:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:4 11483:1 11485:1 11492:1 11509:1 11515:1 11529:1 11532:1 11542:2 11543:1 11545:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11820:2 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11873:1 11874:1 11884:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:2 12125:1 12149:3 12163:1 12174:3 12181:1 12183:1 12196:1 12204:5 12207:4 12210:1 12224:1 12239:1 12250:1 12278:1 12292:1 12340:1 12347:1 12370:1 12372:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:3 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:4 12537:1 12538:1 12566:2 12567:1 12571:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:6 12630:2 12633:1 12635:1 12647:1 12650:1 12653:2 12666:1 12697:1 12702:1 12719:1 12723:1 12732:2 12737:1 12772:1 12783:1 12801:1 12814:1 12833:1 12836:4 12851:1 12856:1 12860:1 12892:1 12917:4 12931:2 12932:2 12963:1 12965:4 12970:1 12973:1 12974:1 12975:2 13001:1 13002:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:2 13069:2 13085:1 13088:1 13095:3 13109:1 13127:2 13144:1 13150:1 13154:1 13161:2 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13275:1 13278:1 13289:1 13332:1 13349:1 13351:1 13360:4 13363:1 13365:1 13372:13 13410:2 13413:1 13427:2 13442:2 13448:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13591:1 13602:2 13619:6 13625:6 13638:1 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:2 13694:1 13728:1 13732:1 13733:1 13756:1 13766:1 13767:1 13777:4 13786:1 13790:1 13794:1 13797:3 13802:2 13822:1 13828:1 13834:3 13842:2 13843:1 13844:1 13848:3 13864:1 13883:1 13910:1 13926:1 13928:1 13936:1 13958:1 13963:1 13986:1 13987:1 14021:1 14026:2 14031:4 14036:3 14039:2 14055:1 14061:2 14066:2 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14206:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14375:1 14383:1 14384:1 14392:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:4 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:2 14508:1 14510:1 14513:3 14519:3 14523:2 14524:1 14554:1 14556:1 14568:1 14571:2 14575:12 14583:1 14592:4 14593:1 14598:1 14602:1 14603:2 14604:4 14627:1 14650:1 14667:1 14674:1 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:2 14811:1 14824:1 14830:4 14837:1 14849:2 14872:2 14875:1 14889:1 14899:2 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:2 15116:2 15119:2 15142:1 15152:5 15180:1 15208:1 15265:1 15268:1 15273:2 15281:3 15284:1 15294:1 15310:1 15329:1 15331:1 15333:1 15354:1 15355:1 15374:1 15382:2 15403:1 15416:2 15421:1 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:7 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15780:1 15782:4 15792:1 15804:1 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16037:1 16040:1 16058:1 16103:1 16123:1 16167:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:2 16269:1 16277:1 16298:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:4 16421:1 16429:1 16455:2 16461:1 16463:1 16474:2 16485:1 16487:3 16497:1 16498:10 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:8 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16688:1 16690:1 16693:1 16732:2 16735:3 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16798:1 16831:2 16855:2 16867:1 16868:1 16880:1 16881:2 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:2 16983:1 16986:1 16993:2 16994:1 16995:1 17004:4 17005:1 17006:2 17021:1 17028:2 17051:1 17057:3 17059:1 17068:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:2 17157:1 17159:2 17160:1 17164:1 17172:2 17173:3 17176:1 17190:1 17199:1 17227:1 17228:3 17231:2 17242:2 17272:2 17300:1 17306:1 17314:1 17331:1 17332:1 17334:2 17338:1 17349:3 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:3 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17534:1 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17794:1 17800:1 17812:1 17815:1 17821:4 17825:1 17827:1 17833:2 17835:5 17839:1 17840:2 17857:3 17858:1 17860:2 17861:2 17871:5 17872:2 17876:1 17884:2 17931:1 17937:1 17962:1 17964:1 17978:1 17981:1 18002:2 18010:1 18016:1 18027:1 18036:1 18057:1 18063:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18094:1 18111:2 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18232:1 18267:2 18272:2 18282:3 18285:5 18294:1 18302:1 18310:1 18327:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18387:1 18410:2 18412:2 18430:2 18439:1 18444:1 18448:2 18472:1 18475:1 18479:1 18485:1 18490:2 18497:1 18505:1 18510:1 18512:3 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:5 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:1 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:2 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19187:2 19188:1 19190:1 19208:3 19212:1 19233:2 19242:1 19256:2 19259:1 19261:1 19262:1 19263:1 19264:1 19268:1 19277:1 19297:1 19311:1 19316:1 19322:1 19325:8 19341:3 19352:1 19358:1 19364:1 19374:1 19382:1 19392:1 19412:1 19419:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:2 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:3 19567:3 19569:2 19576:1 19586:2 19590:6 19600:1 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19723:1 19736:5 19756:2 19770:1 19777:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:12 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:3 19946:2 19963:1 19971:1 19972:1 19981:1 19985:1 20001:8 20002:1 20008:1 20022:1 20030:1 20039:4 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20217:1 20218:2 20219:1 20220:1 20221:2 20223:4 20230:3 20233:1 20234:1 20242:1 20248:1 20267:2 20272:1 20283:1 20315:1 20320:1 20324:2 20326:1 20332:2 20335:2 20338:2 20343:1 20353:4 20381:3 20382:1 20390:1 20400:1 20408:2 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20582:1 20590:1 20591:1 20621:1 20628:1 20646:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:6 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:3 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:5 21047:1 21063:1 21068:2 21124:1 21126:1 21149:2 21163:1 21172:1 21174:1 21195:2 21196:1 21199:1 21201:1 21207:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21359:1 21369:1 21373:1 21393:1 21398:1 21411:1 21421:1 21424:2 21429:1 21441:2 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:1 21596:2 21606:2 21610:1 21613:2 21622:1 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21728:1 21736:1 21737:2 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:2 21979:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22090:2 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:6 22173:1 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22240:1 22248:3 22249:5 22250:1 22253:1 22284:1 22301:1 22307:1 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22481:1 22483:3 22493:2 22495:1 22498:2 22502:1 22514:1 22521:1 22545:2 22547:1 22551:1 22587:2 22607:3 22608:1 22611:1 22657:2 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:5 22817:1 22820:1 22834:1 22837:1 22838:1 22849:1 22854:1 22857:1 22870:1 22871:2 22905:2 22910:1 22918:2 22922:1 22928:1 22990:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:2755 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:4 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:3 23702:1 23706:1 23707:1 23716:2 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23787:1 23793:1 23799:1 23802:1 23804:1 23813:1 23831:1 23839:1 23843:2 23850:1 23859:1 23869:2 23901:1 23938:1 23966:4 24003:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:5 24053:1 24055:1 24058:1 24096:5 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:4 24192:1 24198:1 24224:1 24226:1 24236:1 24237:4 24240:1 24264:1 24267:2 24274:2 24275:3 24279:1 24280:2 24281:1 24290:2 24291:1 24319:1 24324:5 24327:1 24332:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24469:1 24477:1 24492:3 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:2 24531:1 24532:1 24544:1 24545:1 24549:2 24556:1 24563:1 24567:1 24579:1 24586:3 24596:1 24597:1 24606:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24759:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24825:1 24826:6 24827:1 24836:1 24853:2 24877:1 24881:1 24882:1 24889:4 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:5 25050:1 25054:1 25057:1 25069:1 25079:2 25084:1 25086:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25150:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:4 25229:1 25245:1 25248:1 25251:1 25255:3 25257:1 25260:1 25266:1 25291:1 25299:1 25311:5 25317:1 25322:1 25328:3 25380:1 25390:1 25394:3 25403:1 25437:2 25459:1 25473:1 25481:1 25489:1 25498:1 25505:2 25536:1 25537:2 25557:1 25559:1 25562:2 25575:1 25584:2 25595:3 25599:1 25609:1 25611:1 25620:1 25630:1 25636:1 25641:1 25646:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25764:1 25774:1 25775:1 25781:1 25782:1 25784:5 25803:3 25809:2 25819:1 25821:1 25828:3 25842:1 25844:1 25847:1 25852:1 25853:1 25861:1 25925:1 25929:4 25959:2 25974:1 26026:2 26045:1 26046:2 26054:1 26055:3 26075:1 26076:1 26090:1 26092:1 26098:1 26101:2 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26273:1 26286:1 26344:1 26353:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26439:1 26445:1 26446:1 26447:1 26464:1 26468:1 26470:4 26473:2 26489:1 26490:1 26513:1 26536:1 26542:1 26545:1 26549:1 26555:2 26581:1 26590:1 26600:3 26603:4 26613:2 26616:2 26617:2 26631:1 26633:1 26635:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:2 26754:1 26767:5 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26868:1 26873:1 26877:7 26879:1 26890:5 26904:2 26926:1 26932:3 26935:1 26939:3 26949:1 26956:1 26959:2 26999:1 27023:1 27039:1 27042:2 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:2 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:2 27240:1 27256:3 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27407:1 27424:1 27427:1 27439:1 27448:1 27466:2 27473:2 27488:1 27489:1 27515:1 27522:1 27528:1 27533:1 27536:1 27554:6 27555:2 27595:1 27597:1 27602:2 27628:1 27629:5 27630:1 27631:2 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:2 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27777:2 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:2 27868:1 27870:1 27880:1 27893:1 27908:2 27909:1 27915:4 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:3 27940:2 27947:1 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28025:1 28030:2 28062:2 28069:4 28071:1 28073:1 28074:3 28094:1 28095:3 28097:1 28110:1 28116:1 28132:2 28137:1 28142:1 28178:2 28180:1 28197:1 28198:1 28209:1 28211:2 28218:1 28232:1 28233:1 28240:1 28249:1 28258:1 28259:1 28286:1 28294:10 28314:1 28320:1 28327:3 28339:1 28349:1 28357:1 28369:1 28379:1 28380:1 28403:2 28411:1 28415:1 28424:2 28426:1 28429:2 28447:1 28466:2 28482:1 28498:2 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28583:1 28585:2 28588:2 28591:1 28615:2 28627:1 28642:1 28643:1 28648:1 28653:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:2 28744:1 28753:1 28760:1 28764:3 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28932:1 28934:1 28947:1 28968:4 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29011:1 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29131:1 29138:1 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29204:1 29220:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:2 29430:1 29433:2 29440:5 29442:1 29468:1 29472:2 29480:2 29490:1 29504:1 29544:1 29548:1 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:1 29704:1 29713:4 29734:1 29739:1 29756:1 29771:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29890:1 29893:5 29894:1 29898:1 29901:1 29904:1 29910:1 29920:1 29926:1 29939:1 29949:1 29960:1 29961:1 29969:1 29977:1 29985:1 29986:1 30009:2 30012:1 30022:1 30025:4 30068:1 30072:1 30084:2 30105:1 30107:1 30129:1 30151:1 30162:3 30192:2 30212:2 30238:5 30242:1 30247:4 30248:1 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30285:2 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30362:1 30366:1 30370:1 30383:1 30400:2 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:8 30451:2 30454:2 30455:1 30461:1 30470:1 30472:1 30477:1 30483:2 30489:1 30496:2 30511:1 30545:1 30547:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:2 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30715:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:1 30799:1 30805:1 30822:3 30831:1 30834:1 30838:1 30841:1 30849:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30984:1 30985:1 31001:1 31006:2 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:2 31082:1 31113:5 31115:14 31128:1 31146:9 31156:1 31162:1 31167:1 31174:1 31178:2 31182:1 31191:1 31200:1 31208:1 31233:5 31235:1 31236:1 31244:1 31248:2 31250:1 31256:1 31292:1 31301:1 31322:1 31332:2 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31391:1 31396:1 31412:1 31415:1 31416:1 31420:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:1 31488:1 31492:3 31511:2 31525:1 31526:1 31530:3 31548:1 31550:1 31557:2 31561:1 31572:2 31576:1 31581:1 31591:1 31608:1 31613:2 31649:2 31652:1 31656:2 31660:1 31672:1 31675:1 31678:1 31679:1 31706:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:5 31777:4 31778:1 31780:1 31815:1 31822:1 31828:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:2 31945:1 31948:4 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:3 32037:2 32056:2 32063:1 32067:1 32083:5 32106:1 32110:1 32112:1 32135:1 32140:1 32180:2 32188:1 32191:1 32196:1 32209:1 32210:1 32216:1 32222:2 32227:1 32229:1 32237:1 32258:1 32268:1 32276:1 32301:1 32315:1 32326:1 32364:7 32367:2 32381:1 32382:1 32394:1 32428:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:2 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32680:1 32684:2 32689:2 32691:1 32700:1 32703:2 32720:1 32741:1 32742:1 32761:5 32768:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32847:2 32876:1 32884:1 32894:2 32895:1 32922:1 32937:1 32944:1 32946:1 32991:1 32992:1 32995:1 33012:3 33030:1 33039:1 33060:1 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:13 33188:1 33192:2 33207:3 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33451:1 33459:1 33466:1 33467:1 33469:1 33476:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:3 33552:2 33559:3 33561:1 33566:3 33569:1 33578:1 33606:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33788:1 33789:1 33796:5 33799:1 33801:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:2 33903:1 33905:1 33906:1 33910:1 33914:2 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33961:1 33964:1 33975:3 33977:1 33985:3 33986:3 33987:2 33989:1 33991:1 33993:1 33995:2 33997:5 34007:1 34008:1 34013:1 34022:3 34025:1 34026:1 34049:1 34053:1 34058:3 34075:1 34083:1 34091:1 34104:4 34115:2 34116:1 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34259:1 34269:1 34276:1 34280:1 34305:2 34308:1 34317:1 34339:1 34344:1 34349:2 34350:1 34351:2 34364:1 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34485:1 34492:1 34522:5 34528:1 34540:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:4 34566:1 34567:1 34577:1 34584:2 34595:1 34607:3 34621:1 34625:2 34628:1 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:2 34747:1 34766:2 34776:2 34792:1 34793:1 34796:1 34800:3 34808:3 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:2 34965:2 34978:1 34992:5 34998:1 35001:1 35006:1 35018:7 35023:1 35056:1 35076:1 35077:1 35083:1 35085:1 35094:2 35097:1 35103:1 35115:2 35128:4 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:7 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35227:1 35257:1 35259:1 35279:1 35286:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:3 35546:1 35549:2 35554:1 35556:1 35577:1 35580:1 35599:1 35600:2 35621:1 35630:1 35631:1 35633:6 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35769:1 35775:1 35787:1 35793:1 35797:1 35802:1 35807:1 35830:1 35849:2 35854:1 35866:2 35881:1 35919:2 35934:3 35961:1 35978:1 35987:2 35988:1 35998:1 36021:1 36039:2 36047:1 36057:1 36068:1 36072:1 36109:1 36118:1 36122:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:2 36284:3 36307:1 36314:1 36327:1 36330:2 36345:5 36349:1 36353:4 36356:1 36360:1 36370:4 36372:1 36376:1 36381:2 36383:1 36401:5 36429:1 36430:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:10 36521:3 36526:2 36529:2 36531:2 36539:1 36548:1 36554:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:2 30:2 32:1 37:1 50:1 55:2 89:2 97:3 112:2 120:1 127:4 131:2 160:1 169:1 178:1 191:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 297:1 298:3 301:2 305:1 306:1 311:2 312:1 314:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:3 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:6 624:1 630:1 636:1 637:1 643:1 651:1 657:1 658:1 660:2 665:1 672:1 694:1 699:1 709:1 713:1 714:1 723:1 728:1 730:4 738:6 743:1 765:1 767:1 772:1 773:7 774:1 780:1 786:1 804:1 807:2 811:1 812:2 827:2 830:1 835:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 985:1 993:1 1012:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:4 1099:3 1119:5 1127:1 1133:2 1144:4 1149:7 1153:5 1161:1 1162:1 1167:1 1172:1 1175:1 1221:3 1224:7 1229:1 1272:1 1275:2 1301:2 1315:2 1318:1 1321:3 1340:1 1345:1 1360:1 1381:2 1387:2 1398:2 1413:2 1430:1 1435:2 1445:1 1451:1 1462:3 1470:1 1484:1 1486:1 1491:3 1511:1 1514:1 1527:1 1533:2 1538:3 1541:3 1542:1 1549:1 1554:1 1557:3 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1610:2 1616:4 1617:2 1625:1 1628:1 1631:1 1635:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1686:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:1 1749:1 1753:2 1773:1 1797:1 1813:1 1821:1 1833:2 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1885:1 1903:3 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:6 1998:2 2007:1 2011:1 2017:5 2046:1 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:4 2149:1 2150:1 2155:3 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2232:2 2261:1 2282:1 2288:1 2290:1 2298:1 2309:1 2314:2 2333:2 2335:1 2340:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:2 2467:1 2479:1 2482:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2576:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:6 2704:1 2706:1 2725:2 2730:1 2737:6 2745:1 2747:1 2771:5 2772:1 2773:1 2783:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:3 2835:3 2836:1 2837:1 2839:4 2842:3 2844:4 2845:1 2846:1 2848:7 2850:3 2851:2 2854:1 2857:1 2860:1 2863:1 2866:4 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2909:1 2916:2 2945:1 2955:1 2963:2 2974:1 2995:2 3004:2 3005:1 3025:1 3037:1 3038:1 3039:2 3040:1 3047:1 3071:1 3075:2 3085:1 3098:1 3104:2 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:3 3303:1 3319:1 3322:3 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:2 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3548:1 3556:1 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:11 3626:2 3634:1 3640:1 3648:1 3654:2 3680:3 3684:1 3685:6 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3733:1 3754:1 3755:1 3756:1 3842:1 3872:1 3947:1 3964:1 3967:1 3977:2 3995:1 4026:1 4045:1 4060:1 4064:2 4069:1 4089:4 4097:6 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4224:1 4235:1 4271:1 4273:1 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4324:1 4334:1 4350:1 4379:1 4388:2 4395:1 4399:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:2 4451:2 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:6 4575:3 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:1 4669:1 4684:1 4693:2 4697:3 4733:5 4738:1 4750:1 4774:1 4777:1 4781:1 4798:1 4800:1 4804:2 4806:2 4820:1 4824:2 4833:2 4839:1 4840:2 4852:1 4866:1 4869:2 4881:1 4890:5 4904:1 4939:1 4944:1 4945:3 4960:1 4979:1 4983:1 4985:1 4991:1 4996:1 5002:4 5032:1 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5118:1 5137:1 5164:3 5169:1 5183:1 5192:1 5204:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5305:1 5309:3 5343:1 5347:1 5357:3 5358:2 5371:1 5388:2 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5547:1 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5653:1 5676:1 5678:2 5680:1 5683:1 5694:2 5715:2 5717:1 5720:1 5727:1 5750:1 5756:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:10 5792:1 5798:1 5800:1 5813:2 5821:1 5822:2 5831:10 5841:1 5848:2 5858:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6011:1 6014:1 6020:2 6029:1 6039:16 6041:3 6058:1 6071:1 6080:1 6097:1 6106:1 6118:1 6120:2 6124:1 6182:1 6184:4 6204:3 6205:5 6206:2 6213:2 6216:1 6219:2 6220:1 6221:2 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6245:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6380:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6539:1 6552:1 6558:1 6563:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:1 6649:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6878:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6996:1 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7096:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7222:2 7226:1 7232:1 7233:1 7265:1 7268:1 7273:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7404:1 7411:2 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:2 7539:2 7541:3 7543:1 7545:2 7553:1 7559:3 7567:2 7569:1 7570:1 7571:1 7574:1 7577:2 7582:1 7583:1 7587:2 7598:2 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:6 7718:1 7729:1 7732:2 7734:1 7744:1 7750:1 7775:1 7795:2 7797:1 7806:2 7810:2 7818:2 7825:1 7842:1 7866:3 7867:1 7871:1 7876:1 7880:2 7881:1 7882:2 7904:3 7925:5 7926:1 7927:1 7928:2 7934:2 7936:6 7938:2 7939:1 7942:1 7947:5 7948:1 7950:2 7952:4 7953:12 7955:1 7958:1 7962:1 7979:1 7981:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8113:1 8115:4 8119:1 8125:1 8127:2 8141:13 8161:1 8197:1 8201:2 8209:1 8212:2 8214:2 8231:1 8260:1 8266:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:2 8490:1 8503:1 8519:2 8520:1 8524:3 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8586:1 8591:1 8606:1 8614:2 8658:2 8660:1 8672:1 8673:1 8679:1 8685:1 8703:1 8719:2 8724:1 8736:1 8737:1 8746:1 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:1 8809:1 8810:1 8815:2 8816:2 8830:1 8850:1 8870:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:4 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9133:1 9158:1 9176:1 9191:1 9258:1 9266:3 9271:1 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:8 9399:1 9407:1 9408:1 9418:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9503:1 9583:10 9584:5 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:3 9645:1 9647:1 9651:44 9660:1 9683:4 9688:10 9697:2 9699:1 9703:1 9715:1 9716:1 9722:1 9752:1 9763:1 9785:1 9789:2 9809:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9936:1 9937:2 9968:1 9970:2 9992:1 10002:1 10005:3 10017:1 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:2 10157:1 10158:1 10161:1 10163:1 10167:1 10171:2 10189:1 10191:1 10192:1 10194:1 10219:2 10228:1 10230:1 10241:1 10257:1 10268:2 10271:2 10277:2 10278:2 10296:26 10300:1 10315:1 10330:1 10333:2 10335:1 10338:3 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10498:1 10520:1 10530:2 10531:1 10539:2 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:1 10682:1 10707:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:2 10843:2 10854:1 10860:1 10861:2 10862:1 10894:3 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10962:1 10969:1 10975:1 10987:1 11009:2 11021:2 11043:1 11051:1 11054:1 11059:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11147:1 11150:2 11168:1 11172:1 11173:2 11174:1 11176:1 11181:1 11182:1 11192:3 11211:1 11218:1 11222:4 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11317:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11369:1 11377:1 11378:1 11380:1 11382:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:4 11483:1 11485:1 11492:1 11509:1 11515:1 11528:1 11529:1 11532:1 11542:2 11543:1 11545:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11809:1 11820:2 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11870:1 11873:1 11874:1 11884:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:2 12125:1 12149:3 12163:1 12174:3 12181:1 12183:1 12196:1 12204:5 12207:4 12210:1 12224:1 12239:1 12250:2 12278:1 12292:1 12340:1 12347:1 12370:1 12372:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:4 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:4 12537:1 12538:1 12566:2 12567:1 12571:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:6 12630:2 12633:1 12635:1 12647:1 12650:1 12653:2 12666:1 12697:1 12702:1 12719:1 12723:1 12732:2 12737:1 12772:1 12782:1 12783:1 12801:1 12814:1 12833:1 12836:4 12851:1 12856:1 12860:1 12892:1 12917:4 12931:2 12932:2 12963:1 12965:5 12970:1 12973:1 12974:1 12975:2 13001:1 13002:1 13016:1 13029:1 13030:1 13031:1 13033:1 13034:2 13044:1 13050:1 13054:2 13069:2 13085:1 13088:1 13095:3 13109:1 13127:2 13144:1 13150:1 13154:1 13161:2 13163:1 13177:1 13198:2 13199:1 13230:1 13259:1 13275:1 13278:1 13289:1 13332:1 13349:1 13351:1 13360:5 13363:1 13365:1 13372:13 13410:2 13413:1 13427:2 13442:2 13448:1 13454:2 13468:1 13482:1 13509:1 13510:1 13511:3 13538:1 13565:1 13580:1 13591:1 13602:2 13619:6 13625:6 13638:1 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:2 13694:1 13728:1 13732:1 13733:1 13756:1 13762:1 13766:1 13767:1 13777:4 13786:1 13790:1 13794:1 13797:3 13802:2 13822:1 13828:1 13834:3 13842:2 13843:1 13844:1 13848:3 13864:1 13883:1 13910:1 13926:1 13928:1 13936:1 13958:1 13963:2 13986:1 13987:1 14005:1 14021:1 14026:2 14031:4 14036:3 14039:2 14055:1 14061:2 14066:2 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14206:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14375:1 14383:1 14384:1 14392:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:4 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:2 14508:1 14510:1 14513:3 14519:3 14523:2 14524:1 14554:1 14556:1 14568:1 14571:2 14575:12 14583:1 14592:4 14593:1 14598:1 14602:1 14603:2 14604:4 14627:1 14650:1 14667:1 14674:1 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:2 14811:1 14824:1 14830:4 14837:1 14849:2 14872:2 14875:1 14889:1 14899:2 14913:1 14926:1 14934:1 14943:1 14944:1 14960:1 14977:1 14985:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:2 15116:2 15119:2 15123:1 15142:1 15152:5 15180:1 15208:1 15265:1 15268:1 15273:2 15281:3 15284:1 15294:1 15310:1 15329:1 15331:1 15333:1 15354:1 15355:1 15374:1 15382:2 15403:1 15416:2 15421:1 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15491:1 15500:8 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15780:1 15782:4 15792:1 15804:1 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15894:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16028:1 16037:1 16040:1 16058:1 16103:1 16123:1 16167:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:2 16269:1 16277:1 16298:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:5 16421:1 16429:1 16455:2 16461:1 16463:1 16474:2 16485:1 16487:3 16497:1 16498:10 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:8 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16682:1 16688:1 16690:1 16693:1 16732:2 16735:3 16741:1 16768:1 16769:1 16785:1 16791:1 16792:1 16798:1 16831:2 16855:2 16867:1 16868:1 16880:1 16881:2 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:2 16983:1 16986:1 16993:2 16994:1 16995:1 17004:4 17005:1 17006:2 17021:1 17028:2 17051:1 17057:3 17059:1 17068:1 17106:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:2 17157:2 17159:2 17160:1 17164:1 17172:2 17173:3 17176:1 17190:1 17199:1 17227:1 17228:3 17231:2 17242:2 17272:2 17300:1 17306:1 17314:1 17331:1 17332:1 17334:2 17338:1 17349:3 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:3 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17534:1 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17665:2 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17794:1 17800:1 17812:1 17815:1 17821:4 17825:1 17827:1 17833:2 17835:6 17839:1 17840:2 17857:3 17858:1 17860:2 17861:2 17871:5 17872:2 17876:1 17884:2 17931:1 17935:1 17937:1 17962:1 17964:1 17978:1 17981:1 18002:2 18010:1 18016:1 18027:1 18036:1 18057:1 18063:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18094:1 18111:2 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18232:1 18267:2 18272:2 18282:3 18285:5 18294:1 18302:1 18310:1 18327:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18387:1 18403:1 18410:2 18412:2 18430:2 18439:1 18444:1 18448:2 18449:1 18472:1 18475:1 18479:1 18485:1 18490:2 18497:1 18505:1 18510:1 18512:3 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:5 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:1 18661:3 18663:2 18671:1 18692:1 18700:1 18709:1 18713:2 18722:1 18767:1 18787:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18896:2 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:2 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19187:2 19188:1 19190:1 19208:3 19212:1 19233:2 19242:1 19256:2 19259:1 19261:1 19262:1 19263:1 19264:1 19268:1 19272:1 19277:1 19297:1 19311:1 19316:1 19322:1 19325:8 19341:3 19352:1 19358:1 19364:1 19374:1 19382:1 19392:1 19412:1 19419:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:2 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:4 19564:1 19567:3 19569:2 19576:1 19586:2 19590:6 19600:1 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19723:1 19736:5 19756:2 19770:1 19777:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:12 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:4 19946:2 19963:1 19971:1 19972:1 19981:1 19985:1 20001:8 20002:1 20006:1 20008:2 20022:1 20030:1 20039:4 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20217:1 20218:2 20219:1 20220:1 20221:3 20223:4 20228:1 20230:3 20233:1 20234:1 20242:1 20248:1 20267:2 20272:1 20283:1 20310:1 20315:1 20320:1 20324:2 20326:2 20332:2 20335:2 20338:2 20343:1 20353:4 20381:3 20382:1 20390:1 20400:1 20408:2 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20582:2 20590:1 20591:1 20621:1 20628:1 20646:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:6 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:4 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:5 21047:1 21063:1 21068:2 21124:1 21126:1 21149:2 21163:1 21172:1 21174:1 21195:2 21196:1 21199:1 21201:1 21207:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21359:1 21369:1 21373:1 21393:1 21398:1 21411:1 21421:1 21424:2 21429:1 21441:2 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:2 21596:2 21606:2 21610:1 21613:2 21622:2 21647:1 21650:1 21665:1 21667:1 21670:1 21678:1 21686:1 21706:1 21717:1 21728:1 21735:1 21736:1 21737:2 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:2 21979:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:1 22084:1 22090:2 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:6 22173:1 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22240:1 22248:3 22249:6 22250:1 22253:1 22284:1 22301:1 22307:1 22310:2 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22481:1 22483:3 22493:2 22495:1 22498:2 22502:1 22514:1 22521:1 22545:2 22547:1 22551:1 22587:2 22607:4 22608:1 22611:1 22657:2 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22793:1 22796:1 22813:6 22817:1 22820:1 22834:1 22837:1 22838:1 22849:1 22854:1 22857:1 22870:1 22871:2 22905:2 22910:1 22918:2 22922:1 22928:1 22990:1 22992:1 22994:1 22998:1 23011:2 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:2813 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:5 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23416:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:3 23702:2 23706:1 23707:1 23716:2 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23783:1 23787:1 23793:1 23799:1 23802:1 23804:1 23813:1 23831:2 23839:1 23843:3 23850:1 23859:1 23869:2 23901:1 23938:1 23966:4 24003:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:6 24053:1 24055:1 24058:1 24096:5 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:4 24192:1 24198:1 24224:1 24226:1 24235:1 24236:1 24237:4 24240:1 24264:1 24267:2 24269:1 24274:2 24275:3 24279:1 24280:2 24281:1 24290:2 24291:1 24319:1 24324:5 24327:1 24332:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24469:1 24477:1 24492:4 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:3 24531:1 24532:1 24544:1 24545:2 24549:2 24556:1 24563:1 24567:1 24579:1 24586:4 24596:1 24597:2 24606:1 24610:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24759:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24825:1 24826:6 24827:1 24836:1 24853:2 24877:1 24881:1 24882:1 24889:5 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25001:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:6 25050:1 25054:1 25057:1 25069:1 25074:1 25079:2 25084:1 25086:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25150:1 25159:1 25173:1 25185:1 25194:1 25210:1 25217:1 25225:4 25229:1 25245:1 25248:1 25251:1 25255:3 25257:1 25260:1 25266:1 25291:1 25299:1 25311:6 25317:1 25322:1 25328:3 25380:1 25390:1 25394:3 25403:1 25437:2 25459:1 25473:1 25481:1 25489:1 25498:1 25505:2 25536:1 25537:2 25557:1 25559:1 25562:2 25575:1 25584:2 25595:3 25599:1 25609:1 25611:1 25620:1 25630:1 25636:1 25641:1 25646:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25764:1 25774:1 25775:1 25781:1 25782:1 25784:5 25803:3 25809:2 25819:1 25821:1 25828:4 25842:1 25844:1 25847:1 25852:1 25853:2 25861:1 25925:1 25929:4 25959:2 25974:1 26026:2 26045:1 26046:3 26054:1 26055:3 26075:1 26076:1 26090:1 26092:1 26098:1 26101:2 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26173:1 26178:1 26181:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26273:1 26286:2 26344:1 26353:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26439:1 26445:1 26446:1 26447:1 26464:1 26468:1 26469:1 26470:4 26473:2 26489:1 26490:1 26513:1 26536:1 26542:1 26545:1 26549:1 26555:2 26581:1 26590:1 26600:3 26603:4 26613:2 26616:2 26617:2 26631:1 26633:1 26635:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:2 26754:1 26767:6 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26868:1 26873:1 26877:7 26879:1 26890:5 26904:2 26926:1 26932:3 26935:1 26939:3 26949:1 26956:1 26959:2 26999:1 27023:1 27039:1 27042:2 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:2 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:2 27240:1 27256:3 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27407:1 27424:1 27427:1 27439:1 27448:1 27466:2 27473:2 27488:1 27489:1 27515:1 27522:1 27528:1 27533:1 27536:1 27554:6 27555:2 27595:1 27597:1 27602:2 27628:1 27629:5 27630:1 27631:2 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:2 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27777:2 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:2 27868:1 27870:1 27880:1 27893:1 27908:2 27909:1 27915:5 27917:1 27922:1 27924:1 27926:4 27931:1 27933:2 27939:3 27940:2 27947:1 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28025:1 28030:2 28062:2 28069:5 28071:1 28073:1 28074:3 28094:1 28095:3 28097:1 28110:1 28116:1 28132:2 28137:1 28142:1 28178:2 28180:1 28197:1 28198:1 28209:1 28211:2 28218:1 28232:1 28233:1 28240:1 28249:1 28258:1 28259:1 28272:1 28286:1 28294:10 28314:1 28320:1 28327:3 28339:1 28349:1 28357:1 28369:1 28379:1 28380:1 28398:1 28403:2 28411:1 28415:1 28424:2 28426:1 28429:2 28447:1 28466:2 28482:1 28498:2 28504:1 28510:1 28542:1 28563:1 28566:1 28579:1 28583:1 28585:2 28588:2 28591:1 28615:2 28627:1 28642:1 28643:1 28648:1 28653:1 28656:1 28684:2 28686:1 28704:1 28714:2 28717:2 28744:1 28751:1 28753:1 28760:1 28764:3 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28830:1 28832:1 28853:1 28864:1 28865:1 28872:1 28895:1 28898:1 28900:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28932:1 28934:1 28947:1 28956:1 28968:4 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29011:1 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29131:1 29138:1 29151:1 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29201:1 29204:1 29220:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:2 29430:1 29433:2 29440:5 29442:1 29455:1 29468:1 29472:2 29480:2 29490:1 29504:1 29544:1 29548:1 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:1 29704:1 29713:5 29734:1 29735:1 29739:1 29756:1 29771:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29890:1 29893:6 29894:1 29898:1 29901:1 29904:1 29910:1 29920:1 29926:1 29927:1 29939:1 29949:1 29960:1 29961:1 29969:1 29977:1 29985:1 29986:1 30009:2 30012:1 30022:2 30025:4 30068:1 30072:1 30084:2 30105:1 30107:1 30129:1 30151:1 30162:3 30192:2 30212:2 30238:5 30242:1 30247:4 30248:1 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30285:2 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30362:1 30366:1 30370:1 30383:1 30390:1 30400:2 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:8 30451:2 30454:2 30455:1 30461:1 30465:1 30470:1 30472:1 30477:1 30483:2 30489:1 30496:2 30511:1 30541:1 30545:1 30547:1 30548:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:2 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30715:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:2 30799:1 30805:1 30822:3 30831:1 30834:1 30838:1 30841:1 30849:1 30868:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30952:1 30984:1 30985:1 31001:1 31006:2 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:2 31082:1 31113:5 31115:14 31128:1 31146:10 31156:1 31162:1 31167:1 31174:1 31175:1 31178:2 31182:1 31191:1 31200:1 31208:1 31233:5 31235:1 31236:1 31244:1 31248:2 31250:1 31256:1 31291:1 31292:1 31301:1 31322:1 31332:2 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31391:1 31396:1 31412:1 31415:1 31416:1 31420:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:1 31488:1 31492:3 31511:3 31525:2 31526:1 31530:3 31548:1 31550:1 31557:2 31561:1 31572:2 31576:1 31581:1 31591:1 31608:1 31613:2 31632:1 31649:2 31652:1 31656:2 31660:1 31669:1 31672:1 31675:1 31678:1 31679:1 31706:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:4 31764:5 31777:4 31778:1 31780:1 31815:1 31822:2 31828:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:3 31945:1 31948:4 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:3 32037:2 32056:2 32063:1 32067:1 32083:5 32106:1 32110:1 32112:1 32135:1 32140:1 32180:2 32188:1 32191:1 32196:1 32209:1 32210:1 32216:1 32222:2 32227:1 32229:1 32237:1 32258:1 32268:1 32276:1 32301:1 32315:1 32326:1 32364:8 32367:2 32381:1 32382:1 32394:1 32428:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:2 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32680:1 32684:2 32689:2 32691:1 32700:1 32703:2 32720:2 32741:1 32742:1 32761:5 32768:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32847:2 32876:1 32884:1 32894:2 32895:1 32922:1 32937:1 32944:1 32946:1 32991:1 32992:1 32995:1 33012:3 33030:1 33039:1 33060:1 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:13 33188:1 33192:2 33207:3 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33446:1 33451:1 33459:1 33466:1 33467:1 33469:1 33476:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:3 33552:2 33559:3 33561:1 33566:3 33569:1 33578:1 33606:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33788:1 33789:1 33796:5 33799:1 33801:1 33813:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:2 33903:1 33905:1 33906:1 33910:1 33914:3 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33947:1 33961:1 33964:1 33975:3 33977:1 33985:3 33986:3 33987:2 33989:1 33991:1 33993:1 33995:2 33997:5 34007:1 34008:1 34013:1 34022:3 34025:1 34026:1 34049:1 34053:1 34058:3 34075:1 34083:1 34091:1 34104:4 34115:2 34116:2 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34205:1 34259:1 34269:1 34276:1 34280:1 34305:2 34308:1 34317:1 34339:1 34344:1 34349:2 34350:2 34351:2 34364:1 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34485:1 34492:1 34522:5 34528:1 34540:2 34547:1 34549:1 34554:1 34558:1 34560:1 34562:5 34566:1 34567:1 34577:1 34584:2 34595:1 34607:3 34621:1 34625:2 34628:1 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:2 34747:1 34766:2 34776:2 34792:1 34793:1 34796:1 34800:3 34808:3 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:2 34965:2 34978:1 34992:5 34998:1 35001:1 35006:1 35018:8 35023:1 35056:1 35076:1 35077:1 35083:1 35085:1 35094:2 35097:1 35103:1 35115:2 35128:4 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:7 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35227:1 35251:1 35257:1 35259:1 35279:1 35286:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:3 35546:1 35549:2 35554:1 35556:1 35577:1 35580:1 35599:1 35600:2 35621:1 35630:1 35631:1 35633:7 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:2 35769:1 35775:1 35787:1 35793:1 35797:1 35802:1 35807:1 35815:1 35830:1 35849:2 35854:1 35866:2 35881:1 35919:2 35934:3 35961:1 35978:1 35987:2 35988:1 35998:1 36021:1 36039:2 36047:1 36057:1 36068:1 36072:1 36109:1 36118:1 36122:1 36151:1 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:2 36284:3 36307:1 36314:1 36327:1 36330:2 36345:5 36349:1 36353:4 36356:1 36360:1 36370:5 36372:1 36376:1 36377:1 36381:2 36383:1 36401:5 36429:1 36430:1 36453:1 36462:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:10 36521:3 36526:2 36529:2 36531:2 36539:1 36548:1 36554:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:1 28:2 30:2 32:1 37:1 50:1 55:2 89:2 97:3 112:2 120:1 127:4 131:2 160:1 169:1 178:1 191:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 297:1 298:3 301:2 305:2 306:1 311:2 312:1 314:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:3 469:2 473:1 475:1 481:2 493:1 494:1 511:3 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:6 624:1 630:1 636:1 637:1 643:1 651:1 657:1 658:1 660:2 665:1 672:1 694:1 699:1 709:1 713:1 714:1 723:1 728:1 730:4 738:6 743:1 765:1 767:1 772:1 773:8 774:1 780:1 786:1 804:1 807:2 811:1 812:2 827:2 830:1 835:1 845:2 856:1 868:1 893:1 960:2 962:1 974:1 985:1 993:1 1012:1 1019:1 1029:1 1045:1 1047:1 1050:1 1057:1 1090:4 1099:3 1119:5 1127:1 1133:2 1144:4 1149:7 1153:7 1161:1 1162:1 1167:1 1172:1 1175:1 1221:3 1224:7 1229:1 1272:1 1275:2 1301:2 1315:2 1318:1 1321:3 1340:1 1345:1 1360:1 1381:2 1387:2 1398:2 1413:2 1430:1 1435:2 1445:1 1451:1 1462:4 1470:1 1484:1 1486:1 1491:3 1511:1 1514:3 1527:1 1533:2 1538:3 1541:3 1542:1 1549:1 1554:1 1557:3 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1610:2 1616:4 1617:2 1625:1 1628:1 1631:1 1635:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1686:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:2 1749:1 1753:2 1773:1 1797:1 1813:1 1821:2 1833:2 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1885:1 1903:3 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:7 1998:2 2007:1 2011:1 2017:5 2046:1 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:4 2149:1 2150:1 2155:3 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2211:1 2232:2 2261:1 2282:1 2288:1 2290:1 2298:1 2309:1 2314:2 2333:2 2335:1 2340:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2443:1 2444:1 2449:2 2467:1 2479:1 2482:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2576:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:6 2704:1 2706:1 2725:2 2730:1 2737:6 2745:1 2747:2 2771:5 2772:1 2773:1 2783:1 2784:1 2788:2 2797:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:3 2835:3 2836:1 2837:1 2839:4 2842:3 2844:4 2845:1 2846:1 2848:7 2850:3 2851:2 2854:1 2857:1 2860:1 2863:1 2866:4 2868:1 2870:4 2873:1 2878:5 2880:2 2883:1 2895:1 2909:1 2916:2 2945:1 2955:1 2963:2 2974:1 2975:1 2995:2 3004:3 3005:1 3025:1 3037:1 3038:2 3039:2 3040:1 3047:1 3071:1 3075:2 3085:1 3098:1 3104:3 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:3 3303:1 3319:1 3322:3 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:1 3447:2 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:1 3543:1 3548:1 3556:1 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3609:12 3626:2 3634:1 3640:1 3648:1 3654:2 3680:3 3684:1 3685:7 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3733:1 3754:1 3755:1 3756:1 3801:1 3842:1 3868:1 3872:1 3947:1 3964:1 3967:1 3977:2 3995:1 4026:1 4043:1 4045:1 4060:1 4064:2 4069:1 4078:1 4089:4 4090:1 4097:6 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4214:1 4224:1 4235:1 4271:1 4273:2 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4324:1 4334:1 4350:1 4379:1 4388:2 4391:1 4395:1 4399:1 4420:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:2 4451:2 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:6 4575:4 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:2 4669:1 4684:1 4693:3 4697:3 4733:5 4738:1 4750:1 4774:1 4777:2 4781:1 4798:1 4800:1 4804:2 4806:2 4820:1 4824:2 4833:2 4839:1 4840:2 4852:1 4866:1 4869:2 4881:1 4890:5 4904:1 4926:1 4939:1 4944:1 4945:3 4960:1 4979:1 4983:1 4985:1 4991:1 4996:1 5002:4 5032:2 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5118:1 5137:1 5164:3 5169:1 5177:1 5183:1 5186:1 5192:1 5204:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5301:1 5305:1 5309:3 5343:1 5347:1 5357:3 5358:2 5371:1 5388:2 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5547:1 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5653:1 5654:1 5676:1 5678:2 5680:1 5683:1 5694:2 5715:2 5717:1 5720:1 5727:1 5750:1 5756:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:10 5792:1 5798:1 5800:1 5813:2 5821:1 5822:2 5831:10 5841:1 5848:2 5858:1 5878:3 5917:2 5923:3 5926:2 5929:1 5946:1 6003:1 6004:1 6011:1 6014:1 6020:2 6029:1 6039:16 6041:3 6058:1 6071:1 6080:1 6097:1 6106:1 6118:1 6120:2 6124:1 6182:1 6184:5 6204:4 6205:5 6206:2 6213:2 6216:1 6219:2 6220:1 6221:2 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6245:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6380:1 6390:1 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6539:1 6552:1 6558:1 6563:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:2 6649:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6878:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6996:1 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7096:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7222:2 7226:1 7232:1 7233:1 7265:1 7268:1 7273:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7404:1 7411:3 7457:1 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:2 7539:2 7541:3 7543:2 7545:2 7553:1 7559:3 7567:2 7569:1 7570:1 7571:1 7574:1 7577:2 7582:1 7583:1 7587:2 7598:2 7609:2 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:7 7697:1 7718:1 7729:1 7732:2 7734:1 7744:1 7750:1 7775:1 7795:2 7797:1 7806:2 7810:2 7818:2 7825:1 7842:1 7866:3 7867:1 7871:1 7876:1 7880:2 7881:1 7882:2 7904:3 7907:1 7925:6 7926:1 7927:1 7928:2 7934:2 7936:7 7938:2 7939:1 7942:1 7947:5 7948:1 7950:2 7952:4 7953:13 7955:1 7958:1 7962:1 7979:1 7981:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8113:1 8115:4 8119:1 8125:1 8127:2 8141:13 8161:1 8197:1 8201:2 8209:1 8212:2 8214:2 8231:1 8237:1 8260:1 8266:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:2 8490:1 8503:1 8519:2 8520:1 8524:4 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8586:1 8591:1 8606:1 8614:2 8658:2 8660:1 8672:1 8673:1 8679:1 8685:1 8703:1 8719:2 8724:1 8736:1 8737:1 8746:2 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:1 8809:1 8810:1 8815:2 8816:2 8830:1 8850:1 8870:1 8902:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:5 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9133:1 9158:1 9176:1 9191:1 9258:1 9266:3 9271:1 9279:1 9284:1 9299:1 9307:1 9335:1 9336:1 9349:1 9358:1 9361:1 9374:8 9399:1 9407:1 9408:1 9418:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9503:1 9583:10 9584:5 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:3 9645:2 9647:1 9651:44 9660:1 9683:4 9688:11 9697:2 9699:1 9703:1 9715:1 9716:2 9722:1 9752:1 9763:1 9785:1 9789:2 9809:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9936:1 9937:2 9968:1 9970:2 9992:1 10002:1 10005:3 10017:2 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:2 10157:1 10158:1 10161:1 10163:1 10167:1 10171:2 10189:1 10191:1 10192:1 10194:1 10219:2 10228:1 10230:1 10241:1 10257:1 10259:1 10268:2 10271:2 10277:2 10278:2 10296:28 10300:1 10315:1 10330:1 10333:2 10335:1 10338:3 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10494:1 10498:1 10520:1 10530:2 10531:1 10539:2 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:3 10682:1 10707:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:3 10843:2 10854:1 10860:1 10861:2 10862:1 10894:3 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10962:1 10969:1 10975:2 10987:1 11009:2 11021:2 11043:1 11051:1 11054:1 11059:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11146:1 11147:1 11150:2 11168:1 11172:1 11173:2 11174:1 11176:1 11181:1 11182:1 11192:3 11211:1 11214:1 11218:1 11222:4 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11317:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11369:1 11377:1 11378:1 11380:1 11382:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:4 11483:1 11485:1 11492:1 11509:1 11515:1 11528:1 11529:1 11532:1 11542:2 11543:1 11545:1 11561:1 11574:1 11578:1 11587:1 11589:2 11600:1 11608:1 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11809:1 11820:2 11840:1 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11870:1 11873:1 11874:1 11884:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:2 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:2 12125:1 12149:4 12163:1 12174:3 12181:1 12183:1 12196:1 12204:5 12207:4 12210:1 12224:1 12239:1 12250:2 12278:1 12292:1 12340:1 12347:1 12370:1 12372:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:4 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:5 12537:1 12538:1 12566:2 12567:1 12571:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:7 12630:2 12633:1 12635:1 12647:2 12650:1 12653:2 12666:1 12697:1 12702:1 12719:1 12723:1 12732:2 12737:1 12772:1 12782:1 12783:1 12801:1 12814:1 12833:1 12836:4 12851:1 12856:1 12860:1 12892:1 12917:4 12931:2 12932:2 12963:1 12965:6 12970:1 12973:1 12974:1 12975:2 13001:1 13002:1 13016:1 13029:1 13030:1 13031:1 13033:2 13034:2 13044:1 13050:1 13054:2 13069:2 13085:1 13088:1 13095:3 13103:1 13109:1 13127:2 13144:1 13149:1 13150:1 13154:1 13161:2 13163:1 13177:1 13198:2 13199:1 13224:1 13230:1 13259:1 13275:1 13278:1 13289:1 13332:1 13349:1 13351:1 13360:5 13363:1 13365:1 13372:13 13410:2 13413:1 13427:2 13442:2 13448:1 13454:2 13468:1 13482:1 13493:1 13509:1 13510:1 13511:3 13538:1 13547:1 13565:1 13580:1 13591:1 13602:2 13619:6 13625:6 13638:1 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:2 13694:1 13728:1 13732:1 13733:1 13756:1 13762:1 13766:1 13767:1 13777:4 13786:1 13790:1 13794:1 13797:3 13802:2 13822:1 13828:1 13834:4 13842:2 13843:1 13844:1 13848:3 13864:1 13883:1 13910:1 13926:1 13928:1 13936:1 13958:1 13963:2 13986:1 13987:1 14005:1 14021:1 14026:2 14031:4 14036:3 14039:2 14055:1 14061:2 14066:2 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:3 14194:1 14206:1 14222:2 14223:1 14230:1 14240:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14375:1 14383:1 14384:1 14392:1 14404:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:4 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:2 14508:1 14510:1 14513:3 14519:3 14523:2 14524:1 14554:1 14556:1 14568:1 14571:2 14575:13 14579:1 14583:1 14592:4 14593:1 14598:1 14602:2 14603:2 14604:4 14627:1 14650:1 14667:1 14674:1 14676:1 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:2 14811:1 14824:1 14830:4 14837:1 14849:2 14865:1 14872:2 14875:1 14889:1 14899:2 14913:1 14926:2 14934:1 14943:1 14944:1 14960:1 14977:1 14985:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:2 15116:2 15119:2 15123:1 15142:1 15147:1 15152:5 15180:1 15208:1 15265:1 15268:1 15273:2 15281:3 15284:1 15294:1 15310:1 15329:1 15331:1 15333:1 15354:1 15355:1 15374:1 15382:2 15403:1 15416:2 15421:1 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15489:1 15491:1 15500:8 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15780:1 15782:4 15792:1 15804:1 15812:1 15816:2 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15894:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16028:1 16037:1 16040:1 16058:1 16103:1 16114:1 16123:1 16167:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:2 16269:1 16277:1 16298:1 16300:4 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:5 16421:1 16429:1 16455:2 16461:1 16463:1 16474:2 16485:1 16487:3 16497:1 16498:10 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:8 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16682:1 16688:1 16690:1 16693:1 16732:2 16735:3 16741:1 16768:1 16769:1 16785:1 16791:2 16792:1 16798:1 16831:2 16855:2 16867:1 16868:1 16880:1 16881:2 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:3 16976:2 16983:1 16986:2 16993:2 16994:1 16995:1 17004:4 17005:1 17006:2 17021:1 17028:2 17051:1 17057:3 17059:1 17068:1 17091:1 17106:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:2 17157:2 17159:2 17160:1 17164:1 17172:2 17173:3 17176:1 17190:1 17199:1 17227:1 17228:3 17231:2 17242:2 17272:2 17300:1 17306:1 17314:1 17331:1 17332:1 17334:2 17338:1 17349:3 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:3 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17534:1 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17665:3 17670:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17794:2 17800:1 17812:1 17815:1 17821:4 17825:1 17827:1 17833:2 17835:6 17839:1 17840:2 17857:4 17858:1 17860:3 17861:2 17871:5 17872:2 17876:2 17884:2 17931:1 17935:2 17937:1 17962:1 17964:1 17978:1 17981:1 18002:2 18010:1 18016:1 18027:1 18036:1 18057:1 18063:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18094:1 18111:2 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18192:2 18203:1 18232:1 18267:2 18272:2 18282:3 18285:5 18294:1 18302:1 18310:1 18327:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18387:1 18403:1 18410:2 18412:2 18430:2 18439:1 18444:1 18448:2 18449:1 18472:1 18475:1 18479:1 18485:1 18490:2 18497:1 18505:1 18510:1 18512:3 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:5 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:2 18661:4 18663:2 18671:1 18692:1 18700:1 18709:1 18713:2 18722:1 18767:1 18787:1 18790:1 18799:1 18811:1 18816:1 18824:1 18881:1 18886:1 18889:1 18896:2 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:2 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19187:2 19188:1 19190:1 19208:3 19212:1 19233:2 19238:1 19242:1 19256:2 19259:1 19261:1 19262:1 19263:1 19264:1 19268:1 19272:1 19277:1 19297:1 19311:1 19316:2 19322:1 19325:8 19341:3 19352:1 19356:1 19358:1 19364:1 19374:1 19382:1 19392:1 19412:1 19419:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:3 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:4 19564:1 19567:3 19569:2 19576:1 19586:2 19590:6 19600:1 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19723:1 19736:6 19756:2 19770:1 19777:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:12 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:4 19946:2 19963:1 19971:1 19972:1 19981:1 19985:1 20001:9 20002:1 20006:1 20008:2 20022:1 20030:1 20039:4 20040:1 20043:1 20052:1 20074:1 20079:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20217:1 20218:2 20219:1 20220:1 20221:3 20223:4 20226:1 20228:1 20230:3 20233:1 20234:2 20242:1 20248:1 20267:2 20272:1 20283:1 20310:1 20315:1 20320:1 20324:2 20326:2 20332:2 20335:2 20338:2 20343:1 20353:4 20381:3 20382:1 20390:1 20400:1 20408:2 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20582:2 20590:1 20591:1 20621:1 20628:1 20646:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20731:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:7 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:5 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:7 21047:1 21060:1 21063:1 21068:2 21124:1 21126:1 21149:2 21163:1 21172:1 21174:1 21195:2 21196:1 21199:1 21201:1 21207:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21359:1 21369:1 21373:1 21393:1 21398:1 21411:1 21421:1 21424:2 21429:1 21441:2 21443:1 21444:1 21446:2 21478:2 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:2 21596:2 21606:2 21610:1 21613:2 21622:2 21647:1 21650:1 21665:1 21667:1 21669:1 21670:1 21678:1 21686:1 21706:1 21717:1 21728:1 21735:1 21736:1 21737:2 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21855:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:2 21979:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:2 22084:1 22090:2 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:6 22173:1 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22240:1 22248:3 22249:6 22250:1 22253:1 22284:1 22301:1 22307:1 22310:2 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22481:1 22483:3 22493:2 22495:1 22498:2 22502:1 22514:1 22521:1 22545:2 22547:1 22551:1 22587:2 22607:4 22608:1 22611:1 22657:2 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22789:1 22793:1 22796:1 22813:7 22817:1 22820:1 22834:1 22837:1 22838:1 22849:2 22854:1 22857:1 22870:1 22871:2 22905:2 22910:1 22918:2 22922:1 22928:1 22958:1 22990:1 22992:1 22994:1 22998:1 23011:3 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:2877 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:5 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23416:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:3 23702:2 23706:1 23707:1 23716:2 23729:1 23732:1 23763:1 23766:1 23774:1 23776:1 23783:1 23787:1 23793:1 23799:1 23802:1 23804:1 23813:1 23831:2 23839:1 23843:3 23850:1 23859:1 23869:2 23901:1 23938:1 23966:4 24003:1 24005:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:6 24053:1 24055:1 24058:1 24096:6 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:4 24192:1 24198:1 24224:1 24226:1 24235:1 24236:1 24237:4 24240:1 24264:1 24267:2 24269:1 24274:2 24275:4 24279:1 24280:2 24281:1 24290:2 24291:1 24319:1 24324:5 24327:1 24332:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24469:1 24477:1 24492:4 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:3 24531:2 24532:1 24544:1 24545:2 24549:2 24556:1 24563:1 24567:1 24579:1 24586:4 24596:1 24597:2 24606:1 24610:1 24647:2 24651:1 24658:1 24662:1 24665:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:1 24759:1 24768:1 24769:1 24775:2 24776:1 24784:1 24791:1 24825:1 24826:6 24827:1 24836:1 24853:2 24877:1 24881:1 24882:1 24889:5 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25001:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:7 25050:1 25054:1 25057:1 25069:1 25074:1 25079:2 25084:1 25086:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25150:1 25159:1 25173:1 25185:1 25194:1 25205:1 25210:1 25217:1 25225:4 25229:1 25245:1 25248:1 25251:1 25255:3 25257:1 25260:1 25266:1 25291:1 25299:1 25311:6 25317:1 25322:1 25328:3 25380:1 25390:1 25394:3 25403:1 25437:2 25459:1 25473:1 25481:1 25489:1 25498:1 25505:2 25536:1 25537:2 25557:1 25559:1 25562:2 25575:1 25584:2 25595:3 25599:1 25609:1 25611:1 25620:1 25630:1 25636:1 25641:1 25646:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25764:1 25774:1 25775:1 25781:1 25782:1 25784:5 25786:1 25803:3 25809:2 25819:1 25821:1 25828:5 25842:1 25844:1 25847:1 25852:1 25853:2 25861:1 25885:1 25925:2 25929:4 25957:1 25959:2 25974:1 25976:1 26026:2 26045:1 26046:3 26054:1 26055:3 26075:1 26076:1 26090:1 26092:1 26098:1 26101:2 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26171:1 26173:1 26178:1 26181:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26273:1 26286:2 26344:1 26353:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26439:1 26445:1 26446:1 26447:1 26464:1 26468:1 26469:2 26470:4 26473:2 26489:1 26490:1 26513:1 26536:1 26542:1 26545:1 26549:1 26555:2 26581:1 26590:1 26600:3 26603:4 26613:2 26616:2 26617:2 26631:1 26633:1 26635:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:2 26754:1 26767:6 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26868:1 26873:1 26877:7 26879:1 26890:6 26904:2 26926:1 26932:3 26935:1 26939:3 26949:1 26956:1 26959:2 26999:1 27023:2 27039:1 27042:2 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:3 27077:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:2 27240:1 27256:3 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27407:1 27424:1 27427:1 27439:1 27448:1 27466:2 27473:2 27488:1 27489:1 27515:1 27522:1 27528:1 27533:1 27536:1 27554:6 27555:2 27595:1 27597:1 27602:2 27628:1 27629:5 27630:1 27631:2 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:2 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27777:2 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:2 27868:1 27870:1 27880:1 27893:1 27908:2 27909:1 27915:5 27917:1 27922:1 27924:1 27926:4 27927:1 27931:1 27933:2 27939:3 27940:2 27947:1 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28025:1 28030:2 28062:2 28069:5 28071:1 28073:1 28074:3 28094:1 28095:3 28097:1 28110:1 28116:2 28132:2 28137:1 28142:1 28178:2 28180:1 28197:1 28198:1 28209:1 28211:2 28218:1 28232:1 28233:1 28240:1 28249:1 28258:1 28259:1 28272:1 28286:1 28294:10 28314:1 28320:1 28327:3 28339:1 28349:1 28357:1 28369:1 28379:1 28380:1 28398:1 28403:2 28411:1 28415:1 28424:2 28426:1 28429:2 28447:1 28466:2 28482:2 28498:2 28501:1 28504:1 28510:2 28542:1 28563:1 28566:1 28579:1 28583:1 28585:2 28588:2 28591:1 28615:2 28627:1 28642:1 28643:1 28648:1 28653:1 28656:1 28684:2 28686:1 28695:1 28704:1 28714:2 28717:2 28744:1 28751:1 28753:1 28760:1 28764:3 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28830:1 28832:1 28853:1 28864:1 28865:1 28872:1 28879:1 28895:1 28898:1 28900:1 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28932:1 28934:1 28947:1 28956:1 28968:4 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29011:1 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29131:1 29138:1 29151:2 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29201:1 29204:1 29220:1 29240:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:1 29374:2 29430:1 29433:2 29440:5 29442:1 29455:1 29468:1 29472:2 29480:2 29490:1 29504:1 29544:1 29548:1 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:2 29704:1 29713:5 29734:1 29735:1 29739:1 29756:1 29771:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29890:1 29891:1 29893:7 29894:1 29898:1 29901:1 29904:1 29910:1 29920:1 29926:1 29927:1 29939:2 29949:1 29960:1 29961:1 29969:1 29977:1 29985:1 29986:1 30009:2 30012:1 30022:2 30025:4 30068:1 30072:1 30084:2 30105:1 30107:1 30111:1 30129:1 30151:1 30162:3 30192:2 30212:2 30238:5 30242:1 30247:4 30248:1 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30285:2 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30362:1 30366:1 30370:1 30383:1 30390:1 30400:2 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:9 30451:2 30454:2 30455:1 30461:1 30465:1 30470:1 30472:1 30477:1 30483:2 30489:1 30496:2 30511:1 30541:1 30545:1 30547:1 30548:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:2 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:1 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30715:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:3 30799:1 30805:1 30822:4 30831:1 30834:1 30838:1 30841:1 30849:1 30868:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30952:1 30984:1 30985:1 31001:1 31006:2 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:2 31082:1 31113:5 31115:14 31128:1 31146:10 31156:1 31162:1 31167:1 31174:1 31175:1 31178:2 31182:1 31191:1 31200:1 31208:1 31233:5 31235:1 31236:1 31244:1 31248:2 31250:1 31256:1 31291:1 31292:1 31301:1 31322:1 31332:2 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31391:1 31396:1 31412:1 31415:1 31416:1 31420:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:1 31488:1 31492:3 31511:3 31525:2 31526:1 31530:3 31548:1 31550:1 31557:2 31561:1 31572:2 31576:1 31581:1 31591:1 31608:1 31613:3 31632:2 31649:2 31652:1 31656:2 31660:1 31669:1 31672:1 31675:1 31678:1 31679:1 31706:1 31715:1 31718:1 31729:1 31733:1 31752:2 31762:5 31764:5 31777:4 31778:1 31780:1 31815:1 31822:2 31828:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:3 31945:1 31948:4 31955:1 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:3 32037:2 32056:2 32063:1 32067:1 32083:5 32106:1 32110:1 32112:1 32135:1 32138:1 32140:1 32164:1 32180:2 32188:1 32191:1 32196:1 32209:1 32210:1 32216:1 32222:2 32227:1 32229:1 32237:1 32258:1 32268:1 32276:1 32301:1 32315:1 32326:1 32364:9 32367:2 32381:1 32382:1 32394:1 32428:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:2 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32680:1 32684:2 32689:2 32691:1 32700:1 32703:2 32720:3 32741:1 32742:1 32761:5 32768:1 32774:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32847:2 32876:1 32884:1 32894:2 32895:1 32922:1 32937:1 32944:2 32946:1 32991:1 32992:1 32995:1 33012:3 33030:1 33039:1 33060:2 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:13 33188:1 33191:1 33192:2 33207:3 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33335:2 33350:1 33371:2 33379:1 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33446:1 33451:1 33459:1 33466:1 33467:1 33469:1 33476:1 33478:1 33479:1 33490:5 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:3 33552:2 33559:3 33561:1 33566:3 33569:1 33578:1 33606:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33766:1 33788:1 33789:1 33796:5 33799:1 33801:1 33813:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:1 33900:2 33903:2 33905:1 33906:1 33910:1 33914:3 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33947:1 33961:1 33964:1 33975:4 33977:1 33985:3 33986:3 33987:2 33989:1 33991:1 33993:1 33995:2 33997:6 34007:1 34008:1 34013:1 34022:3 34025:1 34026:1 34049:1 34053:1 34058:3 34074:1 34075:1 34083:1 34091:1 34104:4 34115:2 34116:2 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34205:1 34259:1 34269:1 34276:1 34280:1 34305:2 34308:1 34317:1 34339:2 34344:1 34349:2 34350:2 34351:2 34364:1 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:2 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34485:1 34492:1 34522:5 34528:1 34540:2 34547:1 34549:1 34554:1 34558:1 34560:1 34562:5 34565:1 34566:1 34567:1 34577:1 34584:3 34595:1 34607:3 34621:1 34625:2 34628:1 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:2 34747:1 34766:2 34776:2 34792:1 34793:1 34796:1 34800:3 34801:1 34808:4 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:2 34965:2 34978:1 34992:5 34998:1 35001:1 35004:1 35006:1 35018:8 35023:1 35056:1 35076:1 35077:1 35083:1 35085:1 35094:2 35097:1 35103:1 35115:2 35128:4 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:7 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35227:1 35251:1 35257:1 35259:1 35279:1 35286:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35480:4 35540:2 35543:3 35546:1 35549:2 35554:1 35556:1 35577:2 35580:1 35599:1 35600:2 35621:1 35630:1 35631:1 35633:7 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:3 35769:1 35775:1 35787:1 35793:1 35797:1 35802:1 35807:1 35815:1 35830:1 35849:2 35854:1 35866:2 35881:2 35919:2 35934:3 35961:1 35978:1 35987:2 35988:1 35998:1 36010:1 36021:1 36039:2 36047:1 36057:1 36068:1 36072:1 36082:1 36109:1 36118:1 36122:1 36151:2 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:2 36281:1 36284:3 36307:1 36314:1 36327:1 36330:2 36345:5 36349:1 36353:4 36356:1 36360:1 36370:5 36372:1 36376:1 36377:1 36381:2 36383:1 36401:5 36429:1 36430:1 36453:1 36462:1 36468:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:1 36509:1 36515:1 36516:2 36517:10 36521:3 36526:2 36529:2 36531:2 36539:1 36548:1 36554:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:2 28:2 30:2 32:2 37:1 50:1 55:2 89:2 97:3 112:2 120:1 127:4 131:2 160:1 169:1 178:1 191:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 297:1 298:3 301:2 305:2 306:1 311:2 312:1 314:1 325:2 336:1 366:1 369:1 392:1 408:2 409:1 426:1 440:1 441:2 444:1 448:2 458:1 463:3 469:2 473:1 475:1 481:2 493:1 494:1 511:4 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:6 624:1 630:1 636:1 637:1 643:1 651:1 657:1 658:1 660:2 665:1 672:1 694:1 699:1 709:1 713:1 714:1 723:1 728:1 730:5 738:6 743:1 765:1 767:1 772:1 773:8 774:1 780:1 786:1 804:1 807:2 811:1 812:2 824:1 827:2 830:1 835:1 845:2 856:1 868:1 893:1 916:1 923:1 960:2 962:1 974:1 985:1 993:1 1012:1 1019:2 1029:1 1045:1 1047:1 1050:1 1057:1 1090:4 1099:3 1119:5 1127:1 1133:2 1144:4 1149:8 1153:7 1161:1 1162:1 1167:1 1172:1 1175:1 1221:3 1224:7 1229:1 1272:1 1275:2 1301:2 1315:2 1318:1 1321:3 1340:1 1345:1 1360:1 1381:2 1387:2 1398:2 1413:2 1420:1 1430:1 1435:2 1445:1 1451:1 1462:4 1470:1 1484:1 1486:1 1491:3 1511:1 1514:3 1527:1 1533:2 1538:3 1541:3 1542:1 1549:1 1554:1 1557:3 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1610:2 1616:4 1617:2 1625:1 1628:1 1631:1 1635:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1686:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:2 1749:1 1753:2 1773:1 1797:1 1813:1 1821:2 1833:2 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1885:1 1903:3 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:7 1998:2 2007:1 2011:1 2017:6 2046:1 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:4 2149:1 2150:1 2155:3 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2211:1 2232:2 2261:1 2282:1 2288:1 2290:1 2298:1 2309:1 2314:2 2333:2 2335:1 2340:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2435:1 2443:1 2444:1 2449:2 2467:1 2479:1 2482:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:1 2576:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:6 2704:1 2706:1 2725:2 2730:1 2737:6 2745:1 2747:3 2771:6 2772:1 2773:1 2783:1 2784:1 2788:2 2797:1 2800:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:3 2835:3 2836:1 2837:1 2839:4 2842:3 2844:4 2845:1 2846:1 2848:7 2850:3 2851:2 2854:1 2857:1 2860:1 2863:1 2866:4 2868:1 2870:4 2872:1 2873:2 2878:5 2880:2 2883:1 2895:1 2909:1 2916:2 2945:1 2955:1 2963:2 2974:1 2975:1 2995:2 3004:3 3005:1 3025:1 3037:1 3038:2 3039:2 3040:1 3047:1 3071:1 3075:2 3085:1 3098:1 3104:3 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:3 3303:1 3319:1 3322:4 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:2 3439:1 3447:2 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:2 3543:1 3548:1 3556:1 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3608:1 3609:13 3626:2 3634:1 3640:1 3648:1 3654:2 3680:3 3684:1 3685:7 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3733:1 3754:1 3755:1 3756:1 3801:1 3842:1 3868:2 3872:1 3947:1 3964:1 3967:1 3977:2 3995:1 4026:1 4043:1 4045:1 4060:1 4064:2 4069:1 4078:1 4089:4 4090:1 4097:6 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4214:2 4224:1 4235:1 4271:1 4273:2 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4324:1 4334:1 4350:1 4379:1 4388:2 4391:1 4395:1 4399:1 4420:1 4422:1 4432:1 4441:1 4442:1 4445:1 4447:1 4450:2 4451:2 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:6 4575:4 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:2 4669:1 4684:1 4693:3 4697:3 4733:5 4738:1 4750:1 4774:1 4777:2 4781:1 4798:1 4800:1 4804:2 4806:2 4820:1 4824:2 4833:2 4839:1 4840:2 4852:1 4866:1 4869:2 4881:1 4890:5 4892:1 4904:1 4926:1 4939:1 4944:1 4945:3 4960:1 4979:1 4983:1 4985:1 4991:1 4996:1 5002:5 5032:2 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5118:1 5128:1 5137:1 5164:3 5169:1 5177:2 5183:1 5186:1 5192:1 5204:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5301:1 5305:1 5309:3 5343:1 5347:1 5357:3 5358:2 5371:1 5388:2 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5547:1 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5628:1 5653:1 5654:1 5676:1 5678:2 5680:1 5683:1 5694:3 5715:2 5717:1 5720:1 5727:1 5750:1 5756:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:10 5792:1 5798:1 5800:2 5813:2 5821:1 5822:2 5831:10 5841:1 5848:2 5858:1 5878:3 5917:2 5923:3 5926:2 5929:1 5943:1 5946:1 6003:1 6004:1 6011:1 6014:1 6020:2 6029:1 6039:17 6041:3 6058:1 6071:1 6080:1 6097:1 6106:1 6118:1 6120:2 6124:1 6182:1 6184:6 6204:4 6205:6 6206:2 6213:2 6216:1 6219:2 6220:1 6221:2 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6245:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6380:1 6390:2 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6539:1 6552:2 6558:1 6563:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:1 6633:2 6649:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:1 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6878:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:3 6996:1 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7096:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7222:2 7226:1 7232:1 7233:1 7265:1 7268:1 7273:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7341:1 7344:2 7361:1 7380:2 7392:1 7404:1 7411:3 7457:1 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:2 7533:1 7539:2 7541:3 7543:2 7545:3 7553:1 7559:3 7567:2 7569:1 7570:1 7571:1 7574:1 7577:2 7582:1 7583:1 7587:2 7598:2 7609:2 7619:1 7629:1 7633:1 7652:1 7661:1 7674:1 7678:1 7684:1 7685:7 7697:1 7718:1 7729:1 7732:2 7734:1 7744:1 7750:1 7775:1 7795:3 7797:1 7806:2 7810:2 7818:2 7825:1 7842:1 7866:3 7867:1 7871:1 7876:1 7880:2 7881:1 7882:2 7904:3 7907:1 7925:6 7926:1 7927:1 7928:2 7934:2 7936:7 7938:2 7939:1 7942:1 7947:6 7948:1 7950:2 7952:5 7953:13 7955:1 7958:1 7962:1 7979:1 7981:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8113:1 8115:4 8119:1 8125:1 8127:2 8141:14 8161:1 8197:1 8201:4 8209:1 8212:2 8214:2 8231:1 8237:1 8260:1 8266:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:2 8490:1 8503:1 8519:2 8520:1 8524:5 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8586:1 8591:1 8606:1 8614:2 8658:2 8660:1 8672:1 8673:1 8679:1 8685:1 8695:1 8703:1 8719:2 8724:1 8736:1 8737:1 8746:2 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:2 8809:1 8810:1 8815:2 8816:2 8830:1 8850:1 8870:1 8902:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:5 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9133:1 9158:1 9176:1 9191:1 9258:1 9266:3 9271:1 9279:1 9284:1 9299:2 9307:2 9335:1 9336:1 9349:1 9358:1 9361:1 9374:8 9399:1 9407:2 9408:1 9418:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9503:1 9583:10 9584:5 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:3 9645:2 9647:1 9651:47 9660:1 9683:4 9688:12 9697:2 9699:1 9703:1 9715:1 9716:2 9722:1 9752:1 9763:1 9785:1 9789:2 9809:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9936:1 9937:2 9968:1 9970:2 9992:1 10002:1 10005:3 10017:2 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:2 10157:1 10158:1 10161:1 10163:1 10167:1 10171:2 10189:1 10191:1 10192:1 10194:1 10219:2 10228:1 10230:1 10241:1 10257:1 10259:1 10268:2 10271:2 10277:2 10278:2 10296:28 10300:1 10315:1 10330:1 10333:2 10335:1 10338:3 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10481:1 10494:1 10498:1 10520:1 10530:2 10531:1 10539:2 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:3 10682:1 10707:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:3 10843:2 10854:1 10860:1 10861:2 10862:1 10894:3 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10962:1 10969:1 10975:2 10987:1 11009:2 11021:2 11043:1 11051:1 11054:1 11059:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11146:2 11147:1 11150:2 11168:1 11172:1 11173:2 11174:1 11176:1 11181:1 11182:1 11192:3 11211:1 11214:2 11218:1 11222:4 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11317:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11369:1 11377:1 11378:1 11380:1 11382:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:5 11483:1 11485:1 11492:1 11509:1 11515:1 11528:1 11529:1 11532:1 11542:2 11543:1 11545:1 11561:1 11574:1 11578:1 11587:1 11589:3 11600:1 11608:2 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11661:1 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11809:2 11820:2 11835:1 11840:1 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11870:1 11873:1 11874:1 11884:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:3 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:2 12125:1 12149:4 12163:1 12174:3 12181:1 12183:1 12196:1 12204:5 12207:4 12210:1 12224:1 12239:1 12250:2 12278:1 12292:2 12340:1 12347:1 12370:1 12372:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:4 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:5 12537:1 12538:1 12546:1 12566:2 12567:1 12571:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:7 12630:2 12633:1 12635:1 12647:2 12650:1 12653:2 12666:1 12697:1 12702:1 12719:1 12723:1 12732:2 12737:1 12762:1 12772:1 12782:1 12783:1 12801:1 12814:1 12833:1 12836:4 12851:1 12856:2 12860:1 12892:1 12917:4 12931:2 12932:2 12938:1 12963:1 12965:7 12970:2 12973:1 12974:1 12975:2 13001:1 13002:1 13016:1 13029:1 13030:1 13031:1 13033:2 13034:2 13044:1 13050:1 13054:2 13069:2 13085:1 13088:1 13095:3 13103:1 13109:1 13127:2 13144:1 13149:1 13150:1 13154:1 13161:2 13163:1 13177:1 13198:2 13199:1 13224:1 13230:1 13246:1 13259:1 13275:1 13278:1 13289:1 13332:1 13349:1 13351:1 13360:6 13363:1 13365:1 13372:13 13410:2 13413:1 13427:2 13442:2 13448:1 13454:2 13468:1 13482:1 13493:1 13509:1 13510:1 13511:3 13538:1 13547:1 13565:1 13580:1 13591:1 13602:2 13619:6 13625:6 13638:1 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:2 13694:1 13728:1 13732:2 13733:1 13756:1 13762:2 13766:1 13767:1 13777:4 13786:1 13790:1 13794:1 13797:3 13802:2 13822:1 13828:1 13834:4 13842:2 13843:1 13844:1 13848:3 13864:1 13883:1 13910:1 13926:1 13928:1 13936:1 13958:1 13963:2 13986:1 13987:1 14005:1 14021:1 14026:2 14031:4 14036:3 14039:2 14055:1 14061:2 14066:2 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:4 14194:1 14206:1 14222:2 14223:1 14230:1 14240:1 14249:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14356:1 14364:1 14375:1 14383:1 14384:1 14392:1 14404:1 14435:11 14449:1 14459:1 14464:2 14468:1 14474:5 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:2 14508:1 14510:1 14513:3 14519:3 14523:2 14524:1 14554:1 14556:1 14568:1 14571:2 14575:13 14579:1 14583:1 14592:4 14593:1 14598:1 14602:2 14603:2 14604:4 14627:1 14650:1 14667:1 14674:1 14676:2 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:2 14811:1 14824:1 14830:4 14837:1 14849:2 14865:1 14872:2 14875:1 14889:1 14899:2 14913:1 14926:2 14934:1 14943:1 14944:1 14960:1 14977:1 14985:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15088:1 15100:2 15116:2 15119:2 15123:1 15142:1 15147:1 15152:5 15154:1 15180:1 15208:1 15265:1 15268:1 15273:2 15281:3 15284:1 15294:1 15310:1 15329:1 15331:1 15333:1 15354:1 15355:1 15374:1 15382:2 15403:1 15416:2 15421:1 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15489:1 15491:1 15500:8 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15780:1 15782:4 15792:1 15804:1 15812:1 15816:2 15817:1 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15894:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16028:1 16037:1 16040:1 16058:1 16074:1 16103:1 16114:1 16123:1 16167:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:2 16269:1 16277:1 16288:1 16298:1 16300:4 16341:1 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:6 16421:1 16429:1 16455:2 16461:1 16463:1 16474:2 16485:1 16487:3 16497:1 16498:10 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:9 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16682:1 16688:1 16690:1 16693:1 16732:2 16735:3 16741:1 16743:1 16768:1 16769:1 16785:1 16791:2 16792:1 16798:1 16831:2 16855:2 16867:1 16868:1 16880:1 16881:2 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:4 16976:2 16983:1 16986:2 16993:2 16994:1 16995:1 17004:4 17005:1 17006:2 17021:1 17028:2 17051:1 17057:3 17059:2 17068:1 17091:1 17106:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:2 17157:2 17159:2 17160:1 17164:1 17172:2 17173:4 17176:1 17190:1 17199:1 17227:1 17228:3 17231:2 17242:2 17272:2 17300:1 17306:1 17314:1 17331:1 17332:2 17334:2 17338:1 17349:3 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:3 17446:1 17457:1 17465:1 17468:1 17479:1 17483:1 17488:1 17490:2 17494:1 17526:2 17534:1 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17665:3 17670:1 17675:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17788:2 17794:2 17800:1 17812:1 17815:1 17821:4 17825:1 17827:1 17833:2 17835:6 17839:1 17840:2 17857:4 17858:1 17860:3 17861:2 17871:5 17872:2 17876:2 17884:2 17931:1 17935:2 17937:1 17962:1 17964:1 17978:1 17981:1 18002:2 18010:1 18016:1 18027:1 18036:1 18057:1 18063:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18094:1 18111:2 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18189:1 18192:2 18196:1 18203:1 18232:1 18267:2 18272:2 18282:3 18285:5 18294:1 18302:1 18310:1 18327:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18387:1 18403:1 18410:2 18412:2 18430:2 18439:1 18444:1 18448:2 18449:1 18472:1 18475:1 18477:1 18479:1 18485:1 18490:2 18497:1 18505:3 18510:1 18512:3 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:5 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:2 18661:4 18663:2 18671:1 18692:1 18700:1 18709:1 18713:2 18722:1 18767:1 18787:1 18790:1 18799:1 18811:1 18816:1 18824:1 18872:1 18873:1 18881:1 18886:1 18889:1 18896:2 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:2 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19187:2 19188:1 19190:1 19208:3 19212:1 19233:2 19238:1 19242:1 19256:2 19259:1 19261:1 19262:1 19263:1 19264:1 19268:1 19272:1 19277:1 19297:1 19311:1 19316:2 19322:1 19325:8 19341:3 19352:1 19356:1 19358:1 19364:1 19374:1 19382:1 19392:1 19412:1 19419:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:3 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:4 19564:1 19567:3 19569:2 19576:1 19586:2 19590:6 19600:1 19616:1 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19723:1 19736:6 19756:2 19770:1 19777:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:14 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:4 19946:2 19963:1 19971:2 19972:1 19981:1 19985:1 20001:9 20002:1 20006:1 20008:2 20022:1 20030:1 20039:4 20040:1 20043:1 20052:1 20074:1 20079:1 20081:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20217:1 20218:2 20219:1 20220:1 20221:3 20223:4 20226:1 20228:1 20230:3 20233:1 20234:2 20242:1 20248:1 20267:2 20272:1 20283:1 20310:1 20315:1 20320:1 20324:3 20326:2 20332:2 20335:2 20338:2 20343:1 20353:4 20381:3 20382:1 20390:1 20400:1 20408:2 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20582:2 20590:1 20591:1 20621:1 20628:1 20646:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20731:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:7 20839:1 20844:1 20845:1 20860:1 20873:1 20898:1 20902:2 20904:6 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:7 21047:1 21060:1 21063:1 21068:2 21124:1 21126:1 21149:2 21163:1 21172:1 21174:1 21195:3 21196:1 21199:1 21201:1 21207:1 21225:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21359:1 21369:1 21373:1 21393:1 21398:1 21411:1 21421:1 21424:2 21429:1 21441:2 21443:1 21444:1 21446:2 21478:3 21480:1 21496:2 21500:1 21508:2 21515:1 21524:1 21529:1 21583:2 21596:2 21606:2 21610:1 21613:2 21622:2 21647:1 21650:1 21665:1 21666:1 21667:1 21669:1 21670:1 21678:1 21686:1 21706:1 21717:1 21728:1 21735:1 21736:1 21737:2 21740:2 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21854:1 21855:1 21865:2 21866:1 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:2 21979:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:2 22084:1 22090:2 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:7 22173:1 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:1 22240:1 22248:3 22249:6 22250:1 22253:1 22284:1 22301:1 22307:1 22310:2 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22481:1 22483:3 22493:2 22495:1 22498:2 22502:1 22514:1 22521:1 22545:2 22547:1 22551:1 22587:2 22607:4 22608:1 22611:1 22657:2 22659:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22789:2 22793:1 22796:1 22813:7 22817:1 22820:1 22834:1 22837:1 22838:1 22849:2 22854:1 22857:1 22870:1 22871:2 22905:2 22910:1 22918:3 22922:1 22928:1 22958:1 22990:1 22992:1 22994:1 22998:1 23009:1 23011:3 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:2963 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:6 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23416:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:3 23697:1 23702:2 23706:1 23707:1 23716:2 23729:1 23732:1 23763:1 23766:1 23768:1 23774:1 23776:1 23783:1 23787:1 23793:1 23799:1 23802:1 23804:1 23811:1 23813:1 23831:2 23839:1 23843:3 23850:1 23859:1 23869:2 23901:1 23938:1 23966:4 24003:1 24005:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:6 24053:1 24055:1 24058:1 24096:7 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:4 24192:1 24198:1 24207:1 24224:1 24226:1 24235:1 24236:1 24237:4 24240:1 24264:1 24267:2 24269:1 24274:2 24275:6 24279:1 24280:2 24281:1 24282:1 24290:2 24291:1 24319:1 24324:5 24327:1 24332:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24469:1 24477:1 24492:4 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:3 24531:3 24532:1 24544:1 24545:2 24549:2 24556:1 24563:1 24567:1 24579:1 24586:4 24596:1 24597:2 24606:1 24610:1 24647:2 24651:1 24658:1 24662:1 24665:1 24668:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:2 24759:1 24768:1 24769:1 24775:3 24776:1 24784:1 24791:1 24825:1 24826:6 24827:1 24836:1 24853:2 24877:1 24881:1 24882:1 24889:5 24896:1 24900:1 24914:2 24917:2 24948:3 24983:2 24985:1 24991:1 24999:1 25001:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:8 25050:1 25054:1 25057:1 25069:1 25074:1 25079:2 25084:1 25086:1 25087:1 25100:2 25115:2 25118:5 25125:1 25142:1 25143:1 25150:1 25159:1 25173:1 25185:1 25194:1 25205:1 25210:1 25217:1 25225:4 25229:1 25245:1 25248:1 25251:2 25255:3 25257:1 25260:1 25266:1 25291:1 25299:1 25311:7 25317:1 25322:1 25328:3 25380:1 25390:1 25394:4 25403:1 25437:2 25459:1 25473:1 25481:1 25489:1 25498:1 25505:2 25536:1 25537:2 25557:1 25559:1 25562:2 25575:1 25584:2 25592:1 25595:3 25599:1 25609:1 25611:1 25620:1 25630:1 25636:1 25641:1 25646:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25764:1 25774:1 25775:1 25781:1 25782:1 25784:5 25786:1 25803:3 25809:2 25819:1 25821:1 25828:6 25842:1 25844:1 25847:1 25852:1 25853:3 25861:1 25885:1 25925:2 25929:4 25957:1 25959:2 25974:1 25976:1 26026:2 26045:1 26046:4 26054:1 26055:3 26075:1 26076:1 26090:1 26092:1 26098:1 26101:2 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26171:1 26173:1 26178:1 26181:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26273:1 26286:2 26344:1 26353:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26439:1 26445:1 26446:1 26447:1 26464:1 26468:1 26469:2 26470:4 26473:2 26489:1 26490:1 26513:1 26536:1 26542:1 26545:3 26549:1 26555:2 26581:1 26590:1 26600:3 26603:5 26613:2 26616:2 26617:2 26631:1 26633:1 26635:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:2 26754:1 26767:6 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26868:1 26873:2 26877:7 26879:1 26890:6 26904:2 26926:1 26932:3 26935:1 26939:3 26949:1 26956:1 26959:2 26999:1 27023:2 27039:1 27042:2 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:3 27077:1 27079:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:2 27240:1 27256:3 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27407:1 27424:1 27427:1 27439:1 27448:1 27466:2 27473:2 27488:1 27489:1 27515:1 27522:1 27528:1 27533:1 27536:1 27554:6 27555:2 27595:2 27597:1 27602:2 27628:1 27629:5 27630:1 27631:2 27640:1 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:2 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27777:2 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:2 27868:1 27870:1 27880:1 27893:1 27900:1 27908:2 27909:1 27915:5 27917:1 27922:1 27924:1 27926:4 27927:1 27931:1 27933:2 27939:3 27940:2 27947:1 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28025:1 28030:2 28062:2 28069:5 28071:1 28073:1 28074:3 28094:1 28095:4 28097:1 28110:1 28116:2 28132:2 28137:1 28142:1 28178:2 28180:1 28197:1 28198:1 28209:1 28211:2 28218:1 28227:1 28232:2 28233:1 28237:1 28240:1 28249:1 28258:1 28259:1 28272:1 28286:1 28294:10 28314:1 28320:1 28327:3 28339:1 28349:1 28357:1 28369:2 28379:1 28380:1 28398:1 28403:2 28411:1 28415:1 28424:2 28426:1 28429:2 28447:1 28466:2 28482:2 28498:2 28501:1 28504:1 28510:2 28542:1 28563:1 28566:1 28579:1 28583:1 28585:2 28588:2 28591:1 28615:2 28627:1 28642:1 28643:1 28648:1 28653:1 28656:1 28684:2 28686:1 28695:1 28704:1 28714:2 28717:2 28744:1 28751:1 28753:1 28760:1 28764:3 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28830:1 28832:1 28853:1 28864:1 28865:1 28872:1 28879:1 28895:1 28898:1 28900:2 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28932:1 28934:1 28947:1 28956:1 28968:4 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29011:1 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29131:1 29138:1 29151:2 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29201:1 29204:1 29213:1 29220:1 29240:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:2 29374:2 29430:1 29433:2 29440:5 29442:1 29455:1 29468:1 29472:2 29480:2 29490:1 29504:1 29544:1 29548:2 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:2 29704:1 29713:6 29734:1 29735:1 29739:1 29756:1 29771:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29890:1 29891:2 29893:7 29894:1 29898:1 29901:1 29904:1 29910:1 29920:1 29926:1 29927:1 29939:2 29949:1 29960:1 29961:1 29969:3 29977:1 29985:1 29986:1 30009:2 30012:1 30022:2 30025:4 30068:1 30072:1 30084:2 30105:1 30107:1 30111:1 30129:2 30151:1 30162:3 30192:2 30212:2 30238:5 30242:1 30247:4 30248:1 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30285:2 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30362:1 30366:1 30370:1 30383:1 30390:1 30400:2 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:9 30451:2 30454:2 30455:1 30461:1 30465:1 30470:1 30472:1 30477:1 30483:2 30489:1 30496:2 30511:1 30541:1 30545:1 30547:1 30548:1 30552:1 30556:1 30557:1 30567:3 30575:1 30583:2 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:2 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30715:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:3 30799:1 30805:1 30822:4 30831:1 30834:1 30838:1 30841:1 30849:1 30868:1 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30952:1 30984:1 30985:1 31001:1 31006:2 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31074:1 31078:2 31082:1 31113:5 31115:14 31128:1 31146:10 31156:1 31162:1 31167:1 31174:1 31175:1 31178:2 31182:1 31191:1 31200:1 31208:1 31233:5 31235:1 31236:1 31241:1 31244:1 31248:2 31250:1 31256:1 31291:1 31292:1 31301:1 31322:1 31332:2 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31391:1 31396:1 31412:1 31415:1 31416:1 31420:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:2 31488:1 31492:3 31511:3 31525:2 31526:1 31530:3 31548:1 31550:1 31557:3 31561:1 31572:2 31576:1 31581:1 31591:1 31608:1 31613:3 31632:2 31649:2 31652:1 31656:2 31660:1 31669:1 31672:1 31675:1 31678:1 31679:1 31706:2 31715:1 31718:1 31725:1 31729:1 31733:1 31752:2 31762:5 31764:5 31777:4 31778:1 31780:1 31815:1 31822:3 31828:1 31839:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:4 31945:1 31948:4 31955:1 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:3 32037:2 32056:2 32063:1 32067:1 32083:7 32106:1 32110:1 32112:1 32135:1 32138:1 32140:1 32164:1 32180:2 32188:1 32191:1 32196:1 32209:1 32210:1 32216:1 32220:1 32222:2 32227:1 32229:1 32237:1 32258:1 32268:1 32276:1 32301:1 32315:1 32326:1 32364:9 32367:2 32381:1 32382:1 32394:1 32428:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:2 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32680:1 32684:2 32689:2 32691:1 32700:1 32703:2 32720:3 32741:1 32742:1 32761:5 32768:1 32774:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32843:1 32847:2 32876:1 32884:1 32894:2 32895:1 32922:1 32937:1 32944:2 32946:1 32991:1 32992:1 32995:1 33012:3 33030:1 33039:1 33060:2 33088:1 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:14 33188:1 33191:1 33192:2 33207:3 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33335:2 33350:1 33370:1 33371:2 33379:1 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33446:1 33451:1 33459:1 33466:1 33467:1 33469:1 33476:1 33478:1 33479:1 33490:6 33491:1 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:3 33552:2 33559:3 33561:1 33566:3 33569:1 33578:1 33606:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33766:1 33788:1 33789:1 33796:5 33799:1 33801:1 33813:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:2 33900:2 33903:2 33905:1 33906:1 33910:1 33914:3 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33947:1 33961:1 33964:1 33975:4 33977:1 33985:3 33986:3 33987:2 33989:1 33991:1 33993:1 33995:2 33997:6 34007:1 34008:1 34013:1 34022:3 34025:1 34026:1 34049:1 34053:1 34058:3 34074:1 34075:1 34083:1 34091:1 34104:4 34115:2 34116:2 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34205:1 34259:1 34269:1 34276:1 34280:1 34305:2 34308:1 34317:1 34339:2 34344:1 34349:2 34350:2 34351:2 34364:1 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:3 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34485:1 34492:1 34522:5 34528:1 34540:2 34542:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:6 34565:1 34566:1 34567:1 34577:1 34584:3 34595:1 34607:3 34621:1 34625:2 34628:1 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:1 34724:1 34735:2 34747:1 34766:2 34776:2 34792:1 34793:1 34796:1 34800:3 34801:1 34808:4 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:2 34964:1 34965:2 34978:1 34992:5 34998:1 35001:1 35004:1 35006:1 35018:8 35023:1 35056:1 35070:1 35076:1 35077:1 35083:1 35085:1 35094:2 35097:1 35103:1 35115:2 35128:4 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:7 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35227:1 35251:1 35257:1 35259:1 35279:1 35286:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35476:1 35480:4 35540:2 35543:3 35546:1 35549:2 35554:1 35556:1 35577:2 35580:1 35599:1 35600:2 35621:1 35630:1 35631:1 35633:7 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:3 35769:1 35775:1 35787:1 35793:1 35797:1 35802:1 35807:1 35815:1 35830:1 35849:2 35854:1 35866:2 35881:2 35919:2 35934:3 35961:1 35978:1 35987:2 35988:1 35998:1 36010:1 36021:1 36039:2 36047:1 36057:1 36068:1 36072:1 36082:1 36084:1 36109:1 36118:1 36122:1 36151:2 36181:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:2 36281:1 36284:3 36307:1 36314:1 36327:1 36330:2 36345:5 36349:1 36353:4 36356:1 36360:1 36370:5 36372:1 36376:2 36377:1 36381:2 36383:1 36401:5 36429:1 36430:1 36453:1 36462:1 36468:1 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:2 36509:1 36515:1 36516:2 36517:10 36521:3 36526:2 36529:2 36531:2 36539:1 36548:1 36554:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:2 26:1 28:2 30:2 32:2 37:1 50:1 55:2 89:2 97:3 112:2 120:1 127:4 131:2 160:1 169:1 178:1 191:1 192:1 208:1 216:2 225:1 230:1 244:1 272:1 274:1 278:1 297:1 298:3 301:2 305:2 306:1 311:2 312:1 314:1 325:2 336:1 366:1 369:1 392:1 408:2 409:2 426:1 440:1 441:2 444:1 448:2 454:1 458:1 463:3 469:2 473:1 475:1 481:2 493:1 494:1 511:4 512:1 516:3 517:2 523:2 535:4 543:1 544:1 568:2 614:1 621:6 624:1 630:1 636:1 637:1 643:1 651:1 657:1 658:1 660:2 665:1 672:1 694:1 699:1 709:1 713:1 714:1 723:1 728:1 730:5 738:6 743:1 765:1 767:1 772:1 773:8 774:1 780:1 786:1 804:1 807:2 811:1 812:2 824:1 827:3 830:1 835:1 845:2 856:1 868:1 893:1 916:1 923:1 960:2 962:1 974:1 985:1 993:1 1012:1 1019:2 1029:1 1045:1 1047:1 1050:1 1057:1 1090:4 1099:3 1119:5 1127:1 1133:2 1144:4 1149:8 1153:7 1161:1 1162:1 1167:1 1172:1 1175:1 1221:3 1224:7 1229:1 1272:1 1275:2 1301:2 1315:2 1318:1 1321:3 1340:1 1345:1 1360:1 1381:2 1387:2 1398:2 1413:2 1420:1 1430:1 1435:2 1445:1 1451:1 1462:4 1470:1 1484:1 1486:1 1491:3 1511:1 1514:3 1527:1 1533:2 1538:3 1541:3 1542:1 1549:1 1554:1 1557:3 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1610:2 1614:1 1616:4 1617:2 1625:1 1628:1 1631:1 1635:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1686:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:2 1749:1 1753:2 1773:1 1797:1 1813:1 1821:2 1833:2 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1885:1 1903:3 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:7 1998:2 2007:1 2011:1 2017:6 2046:1 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:4 2149:1 2150:1 2155:3 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2211:1 2232:2 2261:1 2282:1 2288:1 2290:1 2298:1 2309:1 2314:2 2333:2 2335:1 2340:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2435:1 2443:1 2444:1 2449:2 2467:1 2479:1 2482:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:2 2576:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:6 2704:1 2706:1 2725:2 2730:1 2737:6 2745:1 2747:3 2771:6 2772:1 2773:1 2783:1 2784:1 2788:2 2797:1 2800:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:3 2835:3 2836:1 2837:1 2839:4 2842:4 2844:4 2845:1 2846:1 2848:7 2850:3 2851:2 2854:1 2857:1 2860:1 2863:1 2866:4 2868:1 2869:1 2870:4 2872:1 2873:3 2878:5 2880:2 2883:1 2895:1 2909:1 2916:2 2945:1 2955:1 2963:2 2974:1 2975:1 2995:2 3004:3 3005:1 3025:1 3037:1 3038:2 3039:2 3040:1 3047:1 3071:2 3075:2 3085:1 3098:1 3104:3 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3205:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:3 3303:1 3319:1 3322:4 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:2 3439:1 3447:2 3451:1 3471:1 3475:1 3509:2 3515:1 3522:2 3526:1 3529:2 3540:2 3543:1 3548:1 3556:1 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3608:2 3609:15 3626:2 3634:1 3640:1 3648:1 3654:2 3680:3 3684:1 3685:7 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3733:1 3754:1 3755:1 3756:1 3801:1 3842:1 3868:2 3872:2 3947:1 3964:1 3967:1 3975:1 3977:2 3995:1 4026:1 4043:1 4045:1 4060:1 4064:2 4069:1 4078:1 4089:4 4090:1 4097:6 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4214:2 4224:1 4235:1 4271:1 4273:2 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4324:1 4334:1 4345:1 4350:1 4379:1 4388:2 4391:1 4395:1 4399:1 4420:1 4422:1 4432:1 4441:1 4442:2 4445:1 4447:1 4450:2 4451:2 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:6 4575:4 4590:2 4594:1 4595:2 4603:3 4636:3 4643:1 4653:1 4656:2 4669:1 4684:1 4693:3 4697:3 4733:5 4738:1 4750:1 4753:1 4774:1 4777:2 4781:1 4798:1 4800:1 4804:2 4806:2 4820:1 4824:2 4833:2 4839:1 4840:2 4852:1 4866:1 4869:2 4881:1 4890:5 4892:1 4904:1 4926:1 4939:1 4944:1 4945:3 4960:1 4979:1 4983:1 4985:1 4991:1 4996:1 5002:5 5032:2 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5118:1 5128:1 5137:1 5164:3 5169:1 5177:2 5183:1 5186:1 5192:1 5204:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5301:1 5305:1 5309:3 5343:1 5347:1 5357:3 5358:2 5371:1 5388:3 5390:1 5392:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5547:1 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5628:1 5653:1 5654:1 5676:1 5678:2 5680:1 5683:1 5694:3 5715:2 5717:1 5720:1 5727:1 5750:1 5756:1 5757:1 5762:1 5764:1 5774:1 5776:1 5779:10 5792:1 5798:1 5800:3 5813:2 5821:1 5822:2 5831:10 5841:1 5848:2 5858:1 5878:3 5917:2 5923:3 5926:2 5929:1 5943:1 5946:1 6003:1 6004:1 6011:1 6014:1 6020:2 6029:2 6039:17 6041:3 6058:1 6071:1 6080:1 6097:1 6106:1 6118:1 6120:2 6124:1 6182:1 6184:6 6204:4 6205:6 6206:2 6213:2 6216:1 6219:2 6220:1 6221:2 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6245:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6380:1 6390:2 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6539:1 6552:2 6558:1 6563:1 6571:2 6582:1 6590:1 6626:4 6630:1 6631:2 6633:2 6649:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:2 6735:2 6736:1 6770:1 6771:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6878:1 6891:1 6892:2 6897:2 6912:1 6993:1 6994:4 6996:1 6997:2 7003:1 7047:1 7056:1 7061:2 7080:1 7096:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7165:1 7171:1 7188:1 7193:3 7222:2 7226:1 7232:1 7233:1 7265:1 7268:1 7273:1 7278:1 7290:2 7299:1 7317:1 7318:1 7331:1 7339:2 7340:1 7341:1 7344:2 7361:1 7380:2 7392:1 7404:1 7411:3 7457:1 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:2 7533:1 7539:2 7541:3 7543:2 7545:3 7553:1 7559:3 7567:2 7569:1 7570:1 7571:1 7574:1 7577:2 7582:1 7583:1 7587:2 7598:2 7609:2 7619:1 7629:1 7633:1 7652:1 7661:1 7674:1 7678:2 7684:1 7685:7 7697:1 7718:1 7729:1 7732:2 7734:1 7744:1 7750:1 7775:1 7795:3 7797:2 7806:2 7810:2 7818:2 7825:1 7842:1 7866:3 7867:1 7871:1 7876:1 7880:2 7881:1 7882:2 7904:3 7907:1 7925:6 7926:1 7927:1 7928:2 7934:2 7936:7 7938:2 7939:2 7942:1 7947:6 7948:1 7950:2 7952:5 7953:13 7955:1 7958:1 7962:1 7979:1 7981:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8113:1 8115:4 8119:1 8125:1 8127:2 8141:14 8161:1 8197:1 8201:4 8209:1 8212:2 8214:2 8231:1 8237:1 8260:1 8266:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:3 8490:1 8503:1 8519:2 8520:1 8524:6 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8586:1 8591:1 8606:1 8614:2 8658:2 8660:1 8672:1 8673:1 8679:1 8685:1 8695:1 8703:1 8719:2 8724:1 8736:1 8737:1 8746:2 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:2 8809:1 8810:1 8815:2 8816:2 8830:1 8850:1 8870:1 8902:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:5 8953:1 8972:1 9014:1 9028:1 9037:1 9062:1 9106:1 9109:1 9111:1 9113:1 9133:1 9158:1 9176:1 9191:1 9258:1 9266:3 9271:1 9279:1 9284:1 9299:2 9307:2 9335:1 9336:1 9349:1 9358:1 9361:1 9371:1 9374:8 9399:1 9407:2 9408:1 9418:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9503:1 9583:10 9584:5 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:3 9645:2 9647:1 9651:49 9660:1 9683:4 9688:14 9697:2 9699:1 9703:1 9715:1 9716:2 9722:1 9752:1 9763:1 9785:1 9789:2 9809:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9936:1 9937:2 9968:1 9970:2 9992:1 10002:1 10005:3 10017:2 10023:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:2 10157:1 10158:1 10161:1 10163:1 10167:1 10171:3 10189:1 10191:1 10192:1 10194:1 10219:2 10228:1 10230:1 10241:1 10257:1 10259:1 10268:2 10271:2 10277:2 10278:2 10296:28 10300:1 10315:1 10330:1 10333:2 10335:1 10338:3 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10435:1 10436:2 10437:1 10439:2 10440:1 10450:1 10457:1 10466:1 10470:1 10480:1 10481:1 10494:1 10498:1 10520:1 10530:2 10531:1 10539:2 10543:1 10544:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:3 10682:1 10707:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:3 10843:2 10854:1 10860:1 10861:2 10862:1 10894:3 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10962:1 10969:1 10975:2 10987:1 11009:2 11021:2 11043:1 11051:1 11054:1 11059:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11146:2 11147:1 11150:2 11168:1 11172:1 11173:2 11174:1 11176:1 11181:1 11182:1 11192:3 11211:1 11214:2 11218:1 11222:4 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11317:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11366:1 11369:1 11377:1 11378:1 11380:1 11382:1 11403:1 11410:4 11439:1 11447:1 11448:1 11464:1 11481:5 11483:1 11485:1 11492:1 11509:1 11515:1 11528:1 11529:1 11532:1 11542:3 11543:1 11545:1 11561:1 11574:1 11578:2 11587:1 11589:3 11600:1 11608:2 11615:1 11620:1 11623:2 11633:1 11647:1 11655:2 11661:1 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11809:2 11820:2 11835:1 11840:1 11845:1 11850:1 11853:1 11855:1 11856:1 11858:1 11860:1 11870:1 11873:1 11874:1 11884:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:3 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12113:1 12123:2 12125:1 12149:4 12163:1 12174:3 12181:1 12183:1 12196:1 12204:5 12207:4 12210:1 12224:1 12239:1 12250:2 12278:1 12292:2 12340:1 12347:1 12370:1 12372:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:4 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:5 12537:1 12538:1 12546:1 12566:2 12567:1 12571:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:7 12630:2 12633:1 12635:1 12647:2 12650:2 12653:2 12666:1 12697:1 12702:1 12719:1 12723:1 12732:2 12737:1 12762:1 12772:1 12782:1 12783:1 12801:1 12814:1 12833:1 12836:4 12851:1 12856:2 12860:1 12892:1 12917:4 12931:2 12932:2 12938:2 12944:1 12963:1 12965:7 12970:2 12973:1 12974:1 12975:2 13001:1 13002:1 13016:1 13029:1 13030:1 13031:1 13033:2 13034:2 13044:1 13050:1 13054:2 13069:2 13085:1 13088:1 13095:4 13103:1 13109:1 13127:2 13144:1 13149:1 13150:1 13154:1 13161:2 13163:1 13177:1 13198:2 13199:1 13224:1 13230:1 13246:1 13259:1 13275:1 13278:1 13289:1 13332:1 13349:1 13351:1 13360:6 13363:1 13365:1 13372:13 13410:2 13413:1 13427:2 13442:2 13448:1 13454:2 13468:1 13482:1 13493:1 13509:1 13510:1 13511:3 13538:1 13547:1 13554:1 13565:1 13580:1 13591:1 13602:3 13619:6 13625:6 13638:1 13641:2 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:2 13694:1 13728:1 13732:2 13733:1 13756:1 13762:2 13766:1 13767:1 13777:4 13783:1 13786:1 13790:1 13794:1 13797:3 13802:2 13822:1 13828:1 13834:4 13842:2 13843:1 13844:1 13848:3 13864:1 13883:1 13910:1 13926:1 13928:1 13936:1 13958:1 13963:2 13986:1 13987:1 14005:1 14021:1 14026:2 14031:4 14036:3 14039:2 14055:1 14060:2 14061:2 14066:2 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:4 14194:1 14206:1 14222:2 14223:1 14230:1 14240:1 14249:1 14250:1 14254:1 14264:2 14277:1 14282:2 14285:1 14288:1 14292:1 14312:2 14317:1 14353:1 14356:1 14364:1 14375:1 14383:1 14384:1 14392:1 14404:2 14435:11 14449:1 14459:1 14464:2 14468:1 14474:5 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:2 14508:1 14510:1 14513:3 14519:4 14523:2 14524:1 14554:1 14556:1 14568:1 14571:2 14575:13 14579:1 14583:1 14592:4 14593:1 14598:1 14602:2 14603:2 14604:4 14627:1 14650:1 14667:1 14674:1 14676:2 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14794:2 14797:2 14811:1 14824:1 14830:4 14837:1 14849:2 14865:1 14872:2 14875:1 14889:1 14899:2 14913:1 14926:2 14934:1 14943:1 14944:1 14960:1 14977:1 14985:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15083:1 15088:1 15100:2 15116:2 15119:2 15123:1 15142:1 15147:1 15152:5 15154:1 15180:1 15208:1 15265:1 15268:1 15273:2 15280:2 15281:3 15284:1 15294:1 15310:1 15329:1 15331:1 15333:1 15354:1 15355:1 15374:1 15382:2 15403:1 15416:2 15421:1 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15489:1 15491:1 15500:8 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15780:1 15782:4 15792:1 15804:1 15812:1 15816:2 15817:1 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15894:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16028:1 16037:1 16040:1 16058:1 16074:1 16103:1 16114:1 16123:1 16167:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:5 16263:1 16264:2 16269:1 16277:1 16288:1 16298:1 16300:4 16341:1 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:6 16421:1 16429:1 16455:2 16461:1 16463:1 16474:2 16485:1 16487:3 16497:1 16498:10 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:9 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16682:1 16688:1 16690:1 16693:1 16732:2 16735:3 16741:1 16743:1 16768:1 16769:1 16785:1 16791:2 16792:1 16798:1 16831:2 16855:2 16867:1 16868:1 16880:1 16881:2 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:4 16976:2 16983:1 16986:2 16993:2 16994:1 16995:1 17004:4 17005:1 17006:2 17021:1 17028:2 17039:1 17051:1 17057:3 17058:1 17059:2 17068:1 17091:1 17106:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:2 17157:2 17159:2 17160:1 17164:1 17172:2 17173:4 17176:1 17190:1 17199:1 17227:1 17228:3 17231:2 17242:2 17272:2 17300:1 17306:1 17314:1 17331:1 17332:2 17334:2 17338:1 17349:3 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:3 17446:1 17457:1 17465:1 17468:1 17479:1 17483:2 17488:1 17490:2 17494:1 17526:2 17534:1 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17655:1 17665:3 17670:1 17675:1 17679:1 17694:1 17743:1 17745:1 17752:1 17787:3 17788:2 17794:2 17800:1 17812:1 17815:1 17821:4 17825:1 17827:1 17833:2 17835:6 17839:1 17840:2 17857:4 17858:1 17860:3 17861:2 17863:1 17871:6 17872:2 17876:2 17884:2 17931:1 17935:2 17937:1 17962:1 17964:1 17978:1 17981:1 18002:2 18008:1 18010:1 18016:1 18027:1 18036:1 18057:1 18063:1 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18094:1 18111:2 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18189:1 18192:2 18196:1 18203:1 18232:1 18267:2 18272:2 18282:3 18285:5 18294:1 18302:1 18310:1 18327:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18387:1 18403:1 18410:2 18412:2 18430:2 18439:1 18444:1 18448:2 18449:1 18472:1 18475:1 18477:1 18479:1 18485:1 18490:2 18497:1 18505:3 18510:1 18512:3 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:5 18615:1 18625:1 18631:1 18644:2 18653:5 18655:1 18660:2 18661:4 18663:2 18671:1 18692:1 18700:1 18709:1 18713:2 18722:1 18767:1 18787:1 18790:1 18799:1 18811:1 18816:1 18824:1 18872:1 18873:1 18881:1 18886:1 18889:1 18896:2 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:2 19045:1 19050:1 19052:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19183:1 19187:2 19188:1 19190:1 19208:3 19212:1 19233:2 19238:1 19242:1 19256:2 19259:1 19261:1 19262:1 19263:1 19264:1 19268:1 19272:1 19277:1 19297:1 19311:1 19316:2 19322:1 19325:8 19341:3 19352:1 19356:1 19358:1 19364:1 19374:1 19382:1 19392:1 19412:1 19419:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:3 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:4 19564:1 19567:3 19569:2 19576:1 19586:2 19590:6 19600:1 19616:1 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19723:1 19736:6 19756:2 19770:1 19777:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:14 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:4 19946:2 19963:1 19971:2 19972:1 19981:1 19985:1 20001:9 20002:1 20006:1 20008:2 20022:1 20030:1 20039:4 20040:1 20043:1 20052:1 20074:1 20079:1 20081:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:1 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20217:1 20218:2 20219:2 20220:1 20221:3 20223:4 20226:1 20228:1 20230:3 20233:1 20234:2 20242:1 20248:1 20267:2 20272:1 20283:1 20310:1 20315:1 20320:1 20324:3 20326:2 20332:2 20335:2 20338:2 20343:1 20353:4 20381:3 20382:1 20390:1 20400:1 20408:2 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20582:2 20590:1 20591:1 20621:1 20628:1 20646:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20731:1 20744:1 20756:1 20764:2 20770:1 20797:4 20809:1 20821:1 20822:1 20832:7 20839:1 20844:1 20845:1 20860:1 20873:1 20879:1 20898:2 20902:2 20904:7 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:7 21047:1 21060:1 21063:1 21068:2 21124:1 21126:1 21132:2 21149:2 21163:1 21172:1 21174:1 21195:3 21196:1 21199:1 21201:1 21207:1 21225:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21358:1 21359:1 21369:1 21373:1 21393:1 21398:1 21411:1 21421:1 21424:2 21427:1 21429:1 21441:2 21443:1 21444:1 21446:2 21478:3 21480:1 21496:2 21500:1 21504:1 21508:2 21515:1 21524:1 21529:1 21583:2 21596:2 21606:2 21610:1 21613:2 21622:2 21647:1 21650:1 21665:1 21666:1 21667:1 21669:1 21670:1 21678:1 21686:1 21706:1 21717:1 21728:1 21735:1 21736:1 21737:2 21740:2 21744:1 21748:1 21751:5 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21854:1 21855:1 21865:2 21866:2 21890:1 21892:1 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21949:1 21958:1 21973:1 21978:2 21979:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:2 22084:1 22090:2 22101:1 22102:1 22111:1 22126:1 22157:1 22158:1 22165:7 22173:1 22178:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:2 22240:1 22248:3 22249:6 22250:1 22253:1 22284:1 22301:1 22307:1 22310:2 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22481:1 22483:3 22493:2 22495:1 22498:2 22502:1 22514:1 22521:1 22545:2 22547:1 22551:1 22587:2 22607:4 22608:1 22611:1 22657:2 22659:1 22668:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22789:2 22793:1 22796:1 22813:7 22817:1 22820:1 22834:1 22837:1 22838:1 22849:2 22854:1 22857:1 22870:1 22871:2 22905:2 22910:1 22918:3 22922:1 22928:1 22958:1 22990:1 22992:1 22994:1 22998:1 23009:1 23011:3 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:3003 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23254:1 23271:6 23294:1 23308:1 23312:7 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23416:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23635:4 23643:1 23668:1 23683:2 23693:3 23697:1 23702:2 23706:1 23707:1 23716:2 23729:1 23732:1 23763:1 23766:1 23768:1 23774:1 23776:1 23783:1 23787:1 23793:1 23799:1 23802:1 23804:1 23811:1 23813:1 23831:2 23839:1 23843:3 23850:1 23859:1 23869:2 23898:1 23901:1 23938:1 23966:4 24003:1 24005:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:6 24053:1 24055:1 24058:1 24096:7 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:5 24192:1 24198:1 24207:1 24224:1 24226:1 24235:1 24236:1 24237:4 24240:1 24264:1 24267:2 24269:1 24274:2 24275:6 24279:1 24280:2 24281:1 24282:1 24290:2 24291:1 24319:1 24324:5 24327:1 24332:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24469:1 24477:1 24492:4 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:4 24531:3 24532:1 24544:1 24545:2 24549:2 24556:1 24563:1 24567:1 24579:1 24586:4 24596:1 24597:2 24606:1 24610:1 24647:2 24651:1 24658:1 24662:1 24665:1 24668:1 24688:1 24703:1 24707:1 24708:2 24725:1 24748:2 24759:1 24768:1 24769:1 24775:3 24776:1 24784:1 24791:1 24825:1 24826:6 24827:1 24836:1 24853:2 24877:1 24881:1 24882:1 24889:5 24896:1 24900:1 24914:2 24917:2 24926:1 24948:3 24983:2 24985:1 24991:1 24999:1 25001:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25047:9 25050:1 25054:1 25057:1 25069:1 25074:1 25079:2 25084:1 25086:1 25087:1 25100:2 25115:2 25118:6 25125:1 25142:1 25143:1 25150:1 25151:1 25159:1 25173:1 25185:1 25194:1 25205:1 25210:1 25217:1 25225:4 25229:1 25245:1 25248:1 25251:2 25255:3 25257:1 25260:1 25266:1 25291:1 25299:1 25311:7 25317:1 25322:1 25328:3 25380:1 25390:1 25394:4 25403:1 25437:2 25459:1 25473:1 25481:1 25489:1 25498:1 25505:2 25536:1 25537:2 25557:1 25559:1 25562:2 25575:1 25584:2 25592:1 25595:3 25599:1 25609:1 25611:1 25620:1 25630:1 25636:1 25641:1 25646:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25764:1 25774:1 25775:1 25781:1 25782:1 25784:5 25786:1 25803:3 25809:2 25819:1 25821:1 25828:8 25842:1 25844:1 25847:1 25852:1 25853:3 25861:1 25885:1 25925:2 25929:4 25957:1 25959:2 25974:1 25976:1 26026:2 26045:1 26046:4 26054:1 26055:3 26075:1 26076:1 26090:1 26092:1 26098:1 26101:3 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26171:1 26173:1 26178:1 26181:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26273:1 26286:2 26344:1 26353:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26439:1 26445:1 26446:1 26447:1 26464:1 26468:1 26469:2 26470:4 26473:2 26489:1 26490:1 26513:1 26536:1 26542:1 26545:3 26549:1 26555:2 26581:1 26590:1 26592:1 26600:3 26603:5 26613:2 26616:2 26617:2 26631:1 26633:1 26635:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:2 26703:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:2 26754:1 26767:6 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26868:1 26873:2 26877:7 26879:1 26890:6 26904:2 26926:1 26932:3 26935:1 26939:3 26949:1 26956:1 26959:2 26999:1 27023:2 27039:1 27042:2 27045:1 27046:1 27047:1 27057:2 27065:1 27071:7 27073:3 27077:1 27079:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:2 27240:1 27256:3 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27407:1 27424:1 27427:1 27439:1 27448:1 27466:2 27470:1 27473:2 27488:1 27489:1 27515:1 27522:1 27528:1 27533:1 27536:1 27554:7 27555:2 27595:2 27597:1 27602:2 27628:1 27629:5 27630:1 27631:2 27640:1 27642:1 27643:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:2 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27777:2 27779:1 27801:1 27815:2 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:2 27868:1 27870:1 27880:1 27893:1 27900:1 27908:2 27909:1 27915:5 27917:1 27922:1 27924:1 27926:4 27927:1 27931:1 27933:2 27939:3 27940:2 27947:1 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28025:1 28030:2 28062:2 28069:5 28071:1 28073:1 28074:3 28094:1 28095:4 28097:1 28110:1 28116:2 28132:2 28137:1 28142:1 28178:3 28180:1 28197:1 28198:1 28209:1 28211:2 28218:1 28227:1 28232:2 28233:1 28237:1 28240:1 28249:1 28258:1 28259:1 28272:1 28273:1 28286:1 28294:10 28314:1 28320:1 28327:3 28339:1 28349:1 28357:1 28369:2 28379:1 28380:1 28398:1 28403:2 28411:1 28415:1 28424:2 28426:1 28429:2 28447:1 28466:2 28482:2 28498:2 28501:1 28504:1 28510:2 28542:1 28563:1 28566:1 28579:1 28583:1 28585:2 28588:2 28591:1 28615:2 28627:1 28642:1 28643:1 28648:1 28653:1 28656:1 28684:2 28686:1 28695:1 28704:1 28714:2 28717:2 28744:1 28751:1 28753:1 28760:1 28764:3 28769:1 28783:1 28788:1 28790:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28830:1 28832:1 28853:1 28864:1 28865:1 28872:1 28879:1 28895:1 28898:1 28900:2 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28932:1 28934:1 28947:1 28956:1 28968:4 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29008:1 29011:1 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29131:1 29138:1 29151:2 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29201:1 29204:1 29213:1 29220:1 29240:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29342:1 29363:2 29374:2 29430:1 29433:2 29440:5 29442:1 29455:1 29468:1 29472:2 29480:2 29490:1 29504:1 29544:1 29548:2 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:3 29704:1 29713:6 29734:1 29735:1 29739:1 29756:1 29771:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29877:1 29879:1 29890:1 29891:2 29893:7 29894:1 29898:1 29901:1 29904:1 29910:1 29920:1 29926:1 29927:1 29939:2 29949:1 29960:1 29961:1 29969:3 29977:1 29985:1 29986:1 30009:2 30012:1 30022:2 30025:4 30068:1 30072:1 30084:2 30092:1 30105:1 30107:1 30111:1 30129:2 30151:1 30162:3 30192:2 30212:2 30238:5 30242:1 30247:4 30248:1 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30285:2 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:1 30362:1 30366:1 30370:1 30383:1 30390:1 30400:2 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:9 30451:2 30454:2 30455:1 30461:1 30465:1 30470:1 30472:1 30477:1 30483:2 30489:1 30496:2 30511:1 30541:1 30545:1 30547:1 30548:1 30552:1 30556:1 30557:1 30563:1 30567:3 30575:1 30583:2 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:2 30654:7 30657:1 30660:2 30662:1 30673:1 30674:1 30678:3 30679:1 30683:1 30715:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:3 30799:1 30805:1 30822:4 30831:1 30834:1 30838:1 30841:1 30849:1 30868:2 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30952:1 30984:1 30985:1 31001:1 31006:2 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31055:1 31074:1 31078:2 31082:1 31113:5 31115:14 31117:1 31128:1 31146:10 31156:1 31162:1 31167:1 31174:1 31175:1 31178:2 31182:1 31191:1 31200:1 31208:1 31233:5 31235:1 31236:1 31241:1 31244:1 31248:2 31250:1 31256:1 31291:1 31292:1 31301:1 31322:1 31332:2 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31391:1 31396:1 31412:1 31415:1 31416:1 31420:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:2 31488:1 31492:4 31511:3 31525:2 31526:1 31530:3 31548:1 31550:1 31557:3 31561:1 31572:2 31576:2 31581:1 31591:1 31608:1 31613:3 31632:2 31649:3 31652:1 31656:2 31660:1 31669:1 31672:1 31675:1 31678:2 31679:1 31706:2 31715:1 31718:1 31725:1 31729:1 31733:1 31752:2 31762:5 31764:6 31777:4 31778:1 31780:1 31815:1 31822:3 31828:1 31839:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:4 31945:1 31948:4 31955:1 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:3 32037:2 32056:2 32063:1 32067:1 32083:7 32106:1 32110:1 32112:1 32135:2 32138:1 32140:1 32164:1 32180:2 32188:1 32191:1 32196:1 32209:1 32210:1 32216:1 32220:1 32222:2 32227:1 32229:1 32237:1 32258:1 32268:1 32276:1 32301:1 32315:1 32326:1 32364:9 32367:2 32381:1 32382:1 32394:1 32423:1 32428:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:2 32489:1 32500:1 32510:2 32523:1 32532:2 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32680:1 32684:2 32689:2 32691:1 32700:1 32703:2 32720:3 32741:1 32742:1 32761:5 32768:1 32774:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32843:1 32847:2 32876:1 32884:1 32894:2 32895:1 32922:1 32937:1 32944:2 32946:1 32991:1 32992:1 32995:1 33012:3 33030:1 33039:1 33060:2 33075:1 33088:1 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:14 33188:1 33191:1 33192:2 33207:3 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33328:1 33335:2 33350:1 33370:1 33371:2 33379:1 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33446:1 33451:1 33459:1 33466:1 33467:1 33469:1 33476:1 33478:1 33479:1 33490:6 33491:2 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:3 33552:2 33559:3 33561:1 33566:3 33569:1 33578:1 33606:1 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33709:1 33727:1 33766:1 33788:1 33789:1 33796:5 33799:1 33801:1 33813:1 33819:1 33827:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:2 33900:2 33903:2 33905:1 33906:1 33910:1 33914:3 33915:1 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33947:1 33961:1 33964:1 33975:4 33977:1 33985:3 33986:3 33987:2 33989:1 33991:1 33993:1 33995:2 33997:6 34007:1 34008:1 34013:1 34022:3 34025:1 34026:1 34049:1 34053:1 34058:3 34074:1 34075:1 34083:1 34091:1 34104:4 34115:2 34116:2 34122:1 34129:1 34137:1 34151:1 34159:1 34167:1 34177:1 34196:1 34205:1 34259:1 34269:1 34276:1 34280:1 34305:2 34308:1 34317:1 34339:2 34344:1 34349:2 34350:2 34351:2 34364:1 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:3 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34485:1 34492:1 34522:5 34528:1 34540:2 34542:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:6 34565:1 34566:1 34567:1 34577:1 34584:3 34595:1 34607:3 34621:1 34625:2 34628:1 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:2 34724:1 34735:2 34747:1 34766:2 34776:2 34787:1 34792:1 34793:1 34796:1 34800:3 34801:1 34808:4 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:2 34964:1 34965:2 34978:1 34992:5 34998:1 35001:1 35004:1 35006:1 35018:8 35023:1 35056:1 35070:1 35076:1 35077:1 35083:1 35085:1 35094:2 35097:1 35103:1 35115:2 35128:4 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35176:2 35185:7 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35227:1 35251:1 35257:1 35259:1 35279:1 35286:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:1 35430:1 35438:1 35441:1 35446:1 35466:1 35476:1 35480:4 35540:2 35543:3 35546:1 35549:2 35554:1 35556:1 35577:2 35580:1 35599:1 35600:2 35613:1 35621:1 35630:2 35631:1 35633:8 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:3 35769:1 35775:1 35787:1 35793:1 35797:1 35802:1 35807:1 35815:1 35830:1 35849:2 35854:1 35866:2 35881:2 35919:2 35934:3 35961:1 35978:1 35987:2 35988:1 35998:1 36010:1 36021:1 36039:2 36047:1 36057:1 36068:1 36072:1 36082:1 36084:1 36109:1 36118:2 36122:1 36151:2 36181:1 36198:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:2 36281:1 36284:3 36307:1 36314:1 36327:1 36330:2 36345:5 36349:1 36353:4 36356:1 36360:1 36370:5 36372:1 36376:2 36377:1 36381:2 36383:1 36401:5 36429:1 36430:1 36453:1 36462:1 36468:2 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:2 36509:1 36515:1 36516:2 36517:10 36521:3 36526:2 36529:2 36531:2 36539:1 36548:1 36554:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36690:4 36691:2 3 2:2 26:1 28:2 30:2 32:2 37:1 50:1 55:2 89:2 97:3 112:2 120:1 127:4 131:2 160:1 169:1 178:1 191:1 192:1 202:1 208:1 216:2 225:1 230:1 244:1 254:1 272:1 274:1 278:1 297:1 298:3 301:2 305:2 306:1 311:2 312:1 314:1 325:2 336:1 366:1 369:1 392:1 408:2 409:2 426:1 440:1 441:2 444:1 448:2 454:1 458:1 463:3 469:2 473:1 475:1 481:2 493:1 494:1 511:4 512:1 516:3 517:3 523:2 535:4 543:1 544:1 568:2 614:1 621:6 624:1 630:1 633:1 636:1 637:1 643:1 651:1 657:1 658:1 660:2 665:1 672:1 694:1 699:1 709:1 713:1 714:1 723:1 728:1 730:5 738:6 743:1 765:1 767:1 772:1 773:8 774:1 780:1 786:1 804:1 807:2 811:1 812:2 824:1 827:3 830:1 835:1 845:2 856:1 868:1 871:1 893:1 906:1 916:1 923:1 960:2 962:1 974:1 985:1 993:1 1012:2 1019:2 1029:1 1036:1 1045:1 1047:1 1050:1 1057:1 1090:4 1099:3 1119:5 1127:1 1133:2 1144:4 1149:8 1153:7 1161:1 1162:1 1167:1 1172:1 1175:1 1186:1 1191:1 1221:3 1223:1 1224:7 1229:1 1272:1 1275:2 1301:2 1315:2 1318:1 1321:3 1340:1 1345:1 1354:1 1360:1 1381:2 1387:2 1398:2 1413:2 1420:1 1430:1 1435:2 1445:1 1451:1 1462:4 1470:1 1484:1 1486:1 1491:3 1511:1 1514:3 1527:1 1533:2 1538:4 1541:3 1542:1 1549:1 1554:1 1557:3 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1600:1 1610:2 1614:1 1616:4 1617:2 1625:1 1628:1 1631:1 1635:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1686:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:2 1749:1 1753:2 1773:1 1797:1 1813:1 1821:2 1833:2 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1885:1 1903:3 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:7 1998:2 2007:1 2011:1 2017:6 2046:1 2058:1 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:4 2149:1 2150:1 2155:3 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2211:1 2232:2 2261:1 2282:1 2288:1 2290:1 2298:1 2309:1 2314:3 2333:2 2335:1 2340:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2435:1 2443:1 2444:1 2449:2 2467:1 2479:1 2482:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:2 2576:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:6 2704:1 2706:1 2725:2 2730:1 2737:6 2745:1 2747:3 2771:6 2772:1 2773:1 2783:1 2784:1 2788:2 2797:1 2800:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:3 2835:3 2836:1 2837:1 2839:4 2842:4 2844:4 2845:1 2846:1 2848:7 2850:3 2851:2 2854:1 2857:1 2860:1 2863:1 2866:4 2868:1 2869:1 2870:4 2872:1 2873:3 2878:5 2880:2 2883:1 2895:1 2909:1 2916:2 2945:1 2955:1 2963:2 2974:1 2975:1 2995:2 3004:3 3005:1 3025:1 3037:1 3038:2 3039:2 3040:1 3047:1 3071:2 3075:2 3085:1 3098:1 3104:3 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3205:1 3225:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:3 3303:1 3319:1 3322:4 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3426:2 3439:1 3447:2 3450:1 3451:1 3471:1 3475:1 3509:3 3515:1 3522:2 3526:1 3529:2 3540:2 3543:1 3548:1 3554:1 3556:2 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3608:2 3609:15 3626:2 3634:1 3640:1 3648:1 3654:2 3680:4 3681:1 3684:1 3685:7 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3733:1 3754:1 3755:1 3756:1 3801:1 3842:1 3868:2 3872:2 3947:1 3964:1 3967:1 3975:1 3977:2 3995:1 4026:1 4043:1 4045:1 4060:1 4064:2 4069:1 4078:1 4089:4 4090:1 4097:8 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:1 4199:1 4208:1 4214:2 4224:1 4235:1 4271:1 4273:2 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4324:1 4334:1 4345:1 4350:1 4379:1 4388:2 4391:1 4395:1 4399:1 4420:1 4422:1 4432:1 4435:1 4441:1 4442:2 4445:1 4447:1 4450:2 4451:2 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:6 4575:4 4590:2 4594:1 4595:2 4603:4 4636:3 4643:1 4653:1 4656:2 4669:1 4684:1 4693:3 4697:3 4733:5 4738:1 4750:1 4753:1 4774:1 4777:2 4781:1 4798:1 4800:1 4804:2 4806:2 4820:1 4824:3 4827:1 4833:2 4839:1 4840:2 4852:1 4866:1 4869:2 4881:1 4890:5 4892:1 4904:1 4926:1 4928:1 4939:1 4944:1 4945:3 4960:1 4979:1 4983:1 4985:1 4991:1 4994:1 4996:1 5002:5 5032:2 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:1 5102:1 5105:1 5108:1 5113:1 5118:1 5128:1 5137:1 5164:3 5169:1 5177:2 5183:1 5186:1 5192:1 5204:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5301:1 5305:1 5309:3 5342:1 5343:1 5347:1 5357:3 5358:2 5371:1 5388:3 5390:1 5392:1 5404:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5547:1 5549:1 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5628:1 5653:1 5654:1 5676:1 5678:2 5680:1 5683:1 5694:3 5715:2 5717:1 5720:1 5727:1 5750:1 5756:1 5757:1 5760:1 5762:1 5764:1 5774:1 5776:1 5779:10 5792:1 5798:1 5800:4 5813:2 5821:1 5822:2 5831:10 5841:1 5848:2 5858:1 5878:3 5917:2 5923:3 5926:2 5929:1 5943:1 5946:1 6003:1 6004:1 6011:1 6014:1 6020:2 6029:2 6039:17 6041:3 6058:1 6071:1 6080:1 6097:1 6106:1 6118:1 6120:3 6124:1 6167:1 6182:1 6184:6 6204:4 6205:6 6206:2 6213:2 6216:1 6217:1 6219:2 6220:1 6221:2 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6245:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6358:2 6359:1 6374:1 6380:1 6390:2 6395:1 6410:1 6412:1 6413:1 6414:1 6432:1 6435:1 6439:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6539:1 6545:1 6552:2 6558:2 6563:1 6571:2 6582:1 6590:1 6602:1 6626:4 6630:1 6631:2 6633:2 6649:1 6666:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:2 6735:2 6736:1 6770:1 6771:1 6779:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6878:1 6891:1 6892:2 6897:2 6912:1 6925:1 6993:1 6994:4 6996:1 6997:3 7003:1 7047:1 7056:1 7059:1 7061:2 7070:1 7080:1 7096:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7153:1 7165:1 7171:1 7188:1 7193:3 7201:1 7222:2 7226:1 7232:1 7233:1 7265:1 7268:1 7273:1 7278:1 7290:2 7299:1 7317:1 7318:1 7322:1 7331:1 7339:2 7340:1 7341:1 7342:1 7344:2 7361:1 7380:2 7392:1 7404:1 7411:3 7457:1 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:2 7533:1 7539:2 7541:3 7543:3 7545:4 7553:1 7559:3 7564:1 7567:2 7569:1 7570:1 7571:1 7574:1 7577:2 7582:1 7583:1 7587:2 7598:2 7609:2 7619:1 7629:1 7633:1 7652:1 7661:1 7674:1 7678:2 7684:1 7685:7 7695:1 7697:1 7703:1 7718:1 7729:1 7732:2 7734:1 7744:1 7750:1 7775:1 7795:3 7797:2 7806:2 7810:2 7818:2 7825:1 7842:1 7866:3 7867:1 7871:1 7876:1 7879:1 7880:2 7881:1 7882:2 7904:3 7907:1 7925:6 7926:1 7927:1 7928:2 7934:2 7936:7 7938:2 7939:2 7942:1 7947:6 7948:1 7950:2 7952:5 7953:14 7955:1 7957:1 7958:1 7962:1 7979:1 7981:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8113:1 8115:4 8119:1 8125:1 8127:2 8141:14 8161:1 8197:1 8201:4 8209:1 8212:2 8214:2 8231:1 8237:1 8260:1 8266:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:3 8490:1 8503:1 8519:2 8520:1 8524:6 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8586:1 8591:1 8606:1 8614:2 8658:2 8660:1 8672:1 8673:1 8679:1 8685:1 8695:1 8703:1 8719:2 8724:1 8736:1 8737:1 8746:2 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:2 8809:1 8810:1 8815:2 8816:2 8830:1 8850:1 8870:1 8902:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:5 8953:1 8972:1 9014:1 9028:1 9029:1 9037:1 9062:1 9067:1 9106:1 9109:1 9111:1 9113:1 9133:1 9141:1 9158:1 9176:1 9191:1 9258:1 9266:3 9271:1 9279:1 9284:1 9299:2 9307:2 9335:1 9336:1 9349:1 9358:1 9361:1 9371:1 9374:8 9399:1 9407:2 9408:1 9418:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9503:1 9583:11 9584:5 9591:1 9609:2 9610:1 9611:1 9638:1 9641:4 9642:3 9645:2 9647:1 9651:49 9660:1 9683:5 9688:14 9697:2 9699:1 9703:1 9715:1 9716:2 9722:1 9746:1 9752:1 9763:1 9785:1 9789:2 9809:1 9834:1 9836:2 9841:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9936:1 9937:2 9968:1 9970:2 9992:1 10002:1 10005:3 10017:2 10023:1 10059:1 10062:1 10071:1 10086:1 10091:2 10117:1 10126:1 10145:1 10155:2 10157:1 10158:1 10161:1 10163:1 10167:1 10171:3 10189:1 10191:1 10192:1 10194:1 10219:2 10228:1 10230:1 10241:1 10257:1 10259:1 10268:2 10271:2 10277:2 10278:2 10296:30 10300:1 10315:1 10330:1 10333:2 10335:1 10338:3 10343:1 10347:1 10378:1 10387:1 10410:1 10414:1 10435:1 10436:2 10437:1 10439:2 10440:2 10450:1 10457:1 10466:1 10470:1 10473:1 10480:1 10481:1 10494:1 10498:1 10520:1 10530:3 10531:1 10539:2 10543:1 10544:1 10545:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:3 10682:1 10707:1 10710:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:3 10843:2 10854:1 10860:1 10861:2 10862:1 10894:3 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10962:1 10969:1 10975:2 10987:1 11009:2 11021:2 11043:1 11051:1 11054:1 11059:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11146:2 11147:1 11150:2 11168:1 11172:1 11173:2 11174:1 11176:1 11181:1 11182:1 11192:3 11211:1 11214:2 11218:1 11222:4 11247:2 11262:2 11276:1 11287:1 11295:2 11304:1 11312:1 11317:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11363:1 11366:1 11369:1 11377:1 11378:1 11380:1 11382:1 11403:1 11410:4 11439:1 11447:1 11448:2 11464:1 11481:5 11483:1 11485:1 11492:1 11509:1 11515:1 11528:1 11529:1 11532:1 11542:3 11543:1 11545:1 11561:1 11574:1 11578:2 11587:1 11589:3 11600:1 11608:2 11615:1 11620:1 11623:2 11633:1 11647:1 11655:3 11661:1 11665:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:1 11788:1 11809:2 11820:2 11828:1 11835:1 11840:1 11845:1 11850:1 11852:1 11853:1 11855:1 11856:1 11858:1 11860:1 11870:1 11873:1 11874:1 11884:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:3 11914:1 11933:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12107:1 12113:1 12123:2 12125:1 12149:4 12163:1 12174:3 12181:1 12183:1 12196:1 12204:5 12207:4 12210:1 12224:1 12239:1 12250:2 12278:1 12292:2 12340:1 12347:1 12370:1 12372:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:4 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:6 12537:1 12538:1 12546:1 12566:2 12567:1 12571:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:7 12630:2 12633:1 12635:1 12647:2 12650:2 12653:2 12666:1 12667:1 12697:1 12702:1 12719:1 12723:1 12732:2 12737:1 12762:1 12772:1 12782:1 12783:1 12801:1 12814:1 12833:1 12836:4 12851:1 12856:2 12860:1 12892:1 12917:4 12931:2 12932:2 12938:2 12944:1 12963:1 12965:7 12970:2 12973:1 12974:1 12975:2 13001:1 13002:1 13016:1 13029:1 13030:1 13031:1 13033:2 13034:2 13044:1 13046:1 13050:1 13054:2 13069:2 13085:1 13088:1 13095:4 13103:1 13109:1 13127:2 13144:1 13149:1 13150:1 13154:1 13161:2 13163:1 13177:1 13198:2 13199:1 13224:1 13230:1 13246:1 13259:1 13275:1 13278:1 13289:1 13332:1 13349:1 13351:1 13360:6 13363:1 13365:1 13372:13 13410:2 13413:1 13427:2 13442:3 13448:1 13454:2 13468:1 13482:1 13493:1 13509:1 13510:1 13511:3 13538:1 13547:1 13551:1 13554:1 13565:1 13580:1 13591:1 13602:3 13619:6 13625:8 13638:1 13641:3 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:2 13694:1 13728:1 13732:2 13733:1 13756:1 13762:2 13766:1 13767:1 13777:4 13783:1 13786:1 13790:1 13794:1 13797:3 13802:2 13822:1 13828:1 13834:4 13842:2 13843:1 13844:1 13848:3 13864:1 13883:1 13910:1 13926:1 13928:1 13936:1 13958:1 13963:2 13986:1 13987:1 14005:1 14021:1 14026:2 14031:4 14036:4 14039:2 14055:1 14060:2 14061:2 14066:2 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:4 14194:1 14206:1 14222:2 14223:1 14230:1 14240:1 14249:1 14250:1 14254:1 14264:2 14265:1 14277:1 14282:2 14285:1 14288:2 14292:1 14300:1 14312:2 14317:1 14353:1 14356:1 14364:1 14375:1 14383:1 14384:1 14392:1 14404:3 14435:11 14449:1 14457:1 14459:1 14464:2 14468:1 14474:5 14478:1 14481:1 14488:1 14490:1 14492:1 14494:1 14499:2 14504:1 14506:2 14508:1 14510:1 14513:3 14519:4 14523:2 14524:1 14554:1 14556:1 14568:1 14571:2 14575:13 14579:1 14583:1 14592:4 14593:1 14598:1 14602:2 14603:2 14604:4 14627:1 14650:1 14667:1 14674:1 14676:2 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14789:1 14794:2 14797:2 14811:1 14824:1 14830:4 14837:1 14849:2 14865:1 14872:2 14875:1 14889:1 14899:2 14913:1 14926:2 14934:1 14943:1 14944:1 14960:1 14977:1 14985:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15083:1 15088:1 15100:2 15102:1 15116:2 15119:2 15123:1 15126:1 15142:1 15147:1 15152:5 15154:1 15180:1 15208:1 15265:1 15268:1 15273:2 15280:2 15281:3 15284:1 15285:1 15294:1 15310:1 15329:1 15331:1 15333:1 15354:1 15355:1 15374:1 15382:2 15403:1 15416:2 15421:1 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15489:1 15491:1 15500:8 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15780:1 15782:4 15792:1 15804:1 15812:1 15816:3 15817:1 15827:1 15830:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15894:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:1 15973:1 16023:1 16028:1 16037:1 16040:1 16058:1 16074:1 16103:1 16114:1 16123:1 16167:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:1 16250:2 16262:6 16263:1 16264:2 16269:1 16277:1 16288:1 16298:1 16300:4 16341:1 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:6 16421:1 16429:1 16455:2 16461:1 16463:1 16474:2 16485:1 16487:3 16497:1 16498:10 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:9 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16682:1 16688:1 16690:1 16693:1 16732:2 16735:3 16741:1 16743:1 16768:1 16769:1 16785:1 16791:3 16792:1 16798:1 16831:2 16855:2 16867:1 16868:1 16880:1 16881:2 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16973:1 16975:4 16976:2 16983:1 16986:2 16993:2 16994:1 16995:1 17004:4 17005:1 17006:2 17021:1 17028:2 17039:1 17051:1 17057:4 17058:1 17059:2 17068:1 17091:1 17106:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:2 17157:2 17159:2 17160:1 17164:1 17172:2 17173:4 17176:1 17190:1 17199:1 17227:1 17228:3 17231:2 17242:2 17272:2 17300:1 17306:1 17314:1 17331:1 17332:2 17334:2 17338:1 17349:3 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:3 17446:1 17457:1 17465:1 17468:1 17479:1 17483:2 17488:1 17490:2 17494:1 17495:1 17526:2 17534:1 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17640:1 17654:2 17655:1 17662:1 17665:3 17670:1 17675:1 17679:1 17694:1 17715:1 17743:1 17745:1 17752:1 17787:3 17788:2 17794:2 17800:1 17812:1 17815:1 17821:4 17825:1 17827:1 17833:2 17835:6 17839:1 17840:2 17857:4 17858:1 17860:3 17861:2 17863:1 17871:6 17872:2 17876:2 17884:2 17894:1 17931:1 17935:2 17937:1 17962:1 17964:1 17978:1 17981:1 18002:2 18008:1 18010:1 18016:1 18027:1 18036:1 18057:1 18063:2 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18094:1 18111:2 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18189:1 18192:2 18196:1 18203:1 18232:1 18267:2 18272:2 18282:3 18285:5 18294:1 18302:1 18310:1 18326:1 18327:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18387:1 18403:1 18410:2 18412:2 18430:2 18439:1 18444:1 18448:3 18449:1 18472:1 18475:1 18477:1 18479:1 18485:1 18490:2 18497:1 18505:3 18510:1 18512:3 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:6 18615:1 18625:1 18630:1 18631:1 18644:2 18653:5 18655:1 18660:2 18661:4 18663:2 18671:1 18692:1 18699:1 18700:1 18709:1 18713:2 18722:1 18767:1 18787:1 18790:1 18799:1 18811:1 18816:1 18824:1 18872:1 18873:1 18881:1 18886:1 18889:1 18896:2 18905:1 18910:1 18913:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:2 19045:1 19050:1 19052:1 19054:1 19063:1 19106:2 19130:2 19132:1 19150:1 19162:1 19183:1 19187:2 19188:1 19190:1 19208:3 19212:1 19233:2 19238:1 19242:1 19256:2 19259:1 19261:1 19262:1 19263:1 19264:1 19268:1 19272:1 19277:1 19297:1 19311:1 19316:2 19322:1 19325:8 19341:3 19352:1 19356:1 19358:1 19364:1 19374:1 19382:2 19392:1 19407:1 19412:1 19419:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:3 19537:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:4 19564:1 19567:3 19569:2 19576:1 19586:2 19590:6 19600:1 19616:1 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19718:1 19723:1 19736:6 19756:2 19770:1 19777:1 19778:1 19779:1 19783:1 19796:1 19801:6 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:14 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:5 19946:2 19963:1 19971:2 19972:1 19981:1 19985:1 20001:9 20002:1 20006:1 20008:2 20022:1 20030:1 20039:4 20040:1 20043:1 20052:1 20074:1 20079:1 20081:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:2 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20217:1 20218:2 20219:2 20220:1 20221:3 20223:4 20226:1 20228:1 20229:1 20230:3 20233:1 20234:2 20242:1 20248:1 20267:2 20272:1 20283:1 20310:1 20315:1 20320:1 20324:3 20326:2 20332:2 20335:2 20338:2 20343:1 20353:4 20381:3 20382:1 20390:1 20400:1 20408:2 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20582:2 20587:1 20590:1 20591:1 20621:1 20628:1 20646:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20720:1 20731:1 20744:1 20756:1 20764:2 20766:1 20770:1 20797:4 20809:1 20821:1 20822:1 20832:7 20839:1 20844:1 20845:1 20860:1 20873:1 20879:1 20898:2 20902:2 20904:7 20905:1 20908:1 20917:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:7 21047:1 21060:1 21062:1 21063:1 21068:2 21097:1 21124:1 21126:1 21132:2 21149:2 21163:1 21172:1 21174:1 21195:3 21196:1 21199:1 21201:1 21207:1 21225:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21353:1 21358:1 21359:1 21369:1 21373:1 21393:1 21398:1 21410:1 21411:1 21421:1 21424:2 21427:1 21429:1 21441:2 21443:1 21444:1 21446:2 21478:3 21480:1 21496:2 21500:1 21504:1 21508:2 21515:1 21524:1 21529:1 21583:2 21596:2 21606:2 21610:1 21613:3 21622:2 21647:1 21650:1 21665:1 21666:1 21667:1 21669:1 21670:1 21678:1 21686:1 21706:1 21717:1 21728:1 21735:1 21736:1 21737:2 21740:2 21744:1 21748:1 21751:6 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21854:1 21855:1 21865:2 21866:2 21882:1 21890:1 21892:2 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21946:1 21949:1 21958:1 21973:1 21978:2 21979:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:2 22084:1 22090:2 22101:1 22102:1 22111:1 22124:1 22126:1 22157:1 22158:1 22165:7 22173:1 22178:1 22180:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:2 22240:1 22248:3 22249:6 22250:1 22253:1 22284:1 22301:1 22307:1 22310:2 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22481:1 22483:4 22493:2 22495:1 22498:2 22502:1 22514:1 22521:1 22545:2 22547:1 22551:1 22587:2 22607:5 22608:1 22611:1 22651:1 22657:2 22659:1 22668:1 22703:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:1 22783:1 22789:2 22793:1 22796:1 22813:7 22817:1 22820:1 22826:1 22834:1 22837:1 22838:1 22849:2 22854:1 22857:1 22865:1 22870:1 22871:2 22877:1 22880:1 22903:1 22905:2 22910:1 22918:3 22922:1 22928:1 22958:1 22990:1 22992:1 22994:1 22998:1 23009:1 23011:3 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:3094 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23197:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23248:1 23254:1 23271:6 23294:1 23308:1 23312:8 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23416:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23597:1 23635:4 23643:1 23668:1 23683:2 23693:3 23697:1 23702:2 23706:1 23707:1 23716:2 23729:1 23732:1 23763:1 23766:1 23768:1 23774:1 23776:1 23783:1 23787:1 23793:1 23799:1 23802:1 23804:1 23811:1 23813:1 23831:2 23839:1 23843:3 23850:1 23859:1 23869:2 23898:1 23901:1 23920:1 23938:1 23966:4 24003:1 24005:1 24010:1 24019:1 24032:1 24039:2 24040:1 24050:2 24052:6 24053:1 24055:1 24058:1 24096:7 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:5 24192:1 24198:1 24207:1 24224:1 24226:1 24235:1 24236:1 24237:4 24240:1 24264:1 24267:2 24269:1 24274:2 24275:6 24279:1 24280:2 24281:1 24282:1 24290:2 24291:1 24319:1 24324:5 24327:1 24332:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24469:1 24477:1 24492:4 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:4 24531:3 24532:1 24544:1 24545:3 24549:2 24556:2 24563:1 24567:1 24579:1 24586:4 24596:1 24597:2 24606:1 24610:1 24647:2 24651:1 24658:1 24662:1 24665:1 24668:1 24688:1 24697:1 24701:1 24703:1 24707:1 24708:2 24725:1 24748:2 24759:1 24768:1 24769:1 24775:3 24776:1 24784:1 24791:1 24825:1 24826:6 24827:1 24836:1 24853:2 24877:1 24881:1 24882:1 24889:5 24896:1 24900:1 24914:2 24917:2 24926:1 24948:3 24951:1 24983:2 24985:1 24991:1 24999:1 25001:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25042:1 25047:9 25050:1 25052:1 25054:1 25057:1 25069:1 25074:1 25079:2 25084:1 25086:1 25087:1 25100:2 25115:2 25118:6 25125:1 25142:1 25143:1 25150:1 25151:1 25159:1 25173:1 25185:1 25194:1 25205:1 25210:1 25217:1 25225:4 25229:1 25245:1 25248:1 25251:2 25255:3 25257:1 25260:1 25266:1 25291:1 25299:1 25311:7 25317:1 25322:1 25328:3 25366:1 25380:1 25390:1 25394:4 25403:1 25423:1 25437:2 25459:1 25473:1 25481:1 25489:2 25498:1 25505:2 25536:1 25537:2 25557:1 25559:1 25562:2 25575:1 25584:2 25592:1 25595:3 25599:1 25609:1 25611:1 25620:1 25630:1 25636:1 25641:1 25646:1 25647:1 25657:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:1 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25764:1 25774:1 25775:1 25781:1 25782:1 25784:5 25786:1 25803:3 25809:2 25819:1 25821:1 25828:8 25831:1 25842:1 25844:1 25847:1 25852:2 25853:3 25861:1 25885:1 25925:2 25929:4 25957:1 25959:2 25974:1 25976:1 26026:2 26045:1 26046:4 26054:1 26055:3 26075:1 26076:1 26090:1 26092:1 26098:1 26101:3 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26171:1 26173:1 26178:1 26181:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26273:1 26286:2 26344:2 26353:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26439:1 26445:1 26446:1 26447:1 26464:1 26468:1 26469:2 26470:4 26473:2 26489:1 26490:1 26513:1 26536:1 26542:1 26545:3 26549:1 26555:2 26581:1 26590:1 26592:1 26600:3 26603:5 26613:2 26616:2 26617:2 26631:1 26633:1 26635:1 26657:1 26665:1 26681:1 26684:1 26688:1 26695:2 26701:1 26703:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:2 26754:1 26767:6 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26868:1 26873:2 26877:7 26879:1 26890:7 26904:2 26926:1 26932:3 26935:1 26939:3 26949:1 26956:1 26959:2 26969:1 26999:1 27023:2 27039:1 27042:2 27045:1 27046:1 27047:1 27057:2 27065:1 27071:8 27073:3 27077:1 27079:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:2 27240:1 27256:3 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27395:1 27407:1 27424:1 27427:1 27439:1 27448:1 27449:1 27466:2 27470:1 27473:2 27488:1 27489:1 27515:1 27522:1 27528:1 27533:1 27536:1 27554:8 27555:2 27570:1 27595:2 27597:1 27602:2 27628:1 27629:5 27630:1 27631:2 27640:1 27642:1 27643:1 27652:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:2 27718:1 27747:1 27751:1 27752:3 27765:1 27770:6 27777:2 27779:1 27801:1 27815:2 27817:1 27831:3 27834:7 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:2 27868:1 27870:1 27880:1 27893:1 27900:1 27908:2 27909:1 27915:5 27917:1 27922:1 27924:1 27926:4 27927:1 27931:1 27933:2 27939:3 27940:2 27947:1 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28025:1 28030:2 28062:2 28069:5 28071:1 28073:1 28074:3 28094:1 28095:4 28097:1 28110:1 28116:2 28132:2 28137:1 28142:1 28178:3 28180:1 28197:1 28198:1 28209:1 28211:2 28218:1 28227:1 28232:2 28233:1 28237:1 28240:1 28249:1 28258:1 28259:1 28272:1 28273:1 28286:1 28294:10 28314:1 28320:1 28327:3 28339:1 28349:1 28357:1 28369:2 28379:1 28380:1 28398:1 28403:2 28409:1 28411:1 28415:1 28424:2 28426:1 28429:2 28447:1 28466:2 28482:2 28498:2 28501:1 28504:1 28510:2 28542:1 28563:1 28566:1 28579:1 28583:1 28585:2 28588:2 28591:1 28615:2 28627:1 28642:1 28643:1 28648:1 28653:1 28656:1 28684:2 28686:1 28695:1 28704:1 28714:2 28717:2 28744:1 28751:1 28753:1 28760:1 28764:3 28769:1 28783:1 28788:1 28790:1 28791:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28830:1 28832:1 28840:1 28853:1 28864:1 28865:1 28872:1 28879:1 28895:1 28898:1 28900:2 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28932:1 28934:1 28947:1 28956:1 28968:4 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29008:1 29011:1 29012:2 29023:1 29033:1 29034:1 29035:1 29040:1 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29131:1 29138:1 29151:2 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29201:1 29204:1 29213:1 29220:1 29240:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29338:1 29342:1 29363:2 29374:2 29430:1 29433:2 29440:5 29442:1 29455:1 29468:1 29472:2 29480:2 29490:1 29504:1 29544:1 29548:2 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:4 29704:1 29713:6 29734:1 29735:1 29739:1 29756:1 29771:1 29774:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29861:1 29877:1 29879:1 29890:1 29891:2 29893:7 29894:1 29898:1 29901:1 29904:1 29910:1 29920:1 29926:1 29927:1 29939:2 29949:1 29960:1 29961:1 29969:3 29977:1 29985:1 29986:1 30009:2 30012:1 30022:2 30025:4 30068:1 30072:1 30084:3 30092:1 30105:1 30107:1 30111:1 30129:2 30151:1 30162:3 30192:2 30200:1 30212:2 30238:5 30242:1 30247:4 30248:2 30250:1 30256:6 30257:1 30266:1 30267:1 30278:1 30284:1 30285:2 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:2 30362:1 30366:1 30370:1 30383:1 30390:1 30400:2 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:2 30446:1 30448:9 30451:2 30454:2 30455:1 30461:1 30465:1 30470:1 30472:1 30477:1 30483:2 30489:1 30496:2 30511:1 30541:1 30545:1 30547:1 30548:1 30552:1 30556:1 30557:1 30563:1 30567:3 30575:1 30583:2 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:2 30654:8 30657:1 30660:2 30662:1 30672:1 30673:1 30674:1 30678:3 30679:1 30683:1 30715:1 30733:1 30759:1 30763:1 30771:4 30791:2 30793:3 30799:1 30805:1 30822:4 30831:1 30834:1 30838:1 30841:1 30849:1 30868:2 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30952:1 30984:1 30985:1 31001:1 31006:2 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31055:1 31060:1 31074:1 31078:2 31082:1 31113:5 31115:14 31117:1 31128:1 31146:10 31156:1 31162:1 31167:1 31174:1 31175:1 31178:2 31182:1 31191:1 31200:1 31208:1 31233:5 31235:1 31236:1 31241:1 31244:1 31248:2 31250:1 31256:1 31291:1 31292:1 31301:1 31322:1 31332:2 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31391:1 31396:1 31412:1 31415:1 31416:1 31420:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31485:2 31488:1 31492:4 31511:3 31525:2 31526:1 31530:3 31548:1 31550:1 31557:3 31561:1 31572:2 31576:2 31581:1 31591:1 31608:1 31613:3 31632:2 31649:3 31652:1 31656:2 31660:1 31669:1 31672:1 31675:1 31678:2 31679:1 31706:2 31715:1 31718:1 31725:1 31729:1 31733:1 31752:2 31762:5 31764:7 31777:4 31778:1 31780:1 31815:1 31822:3 31828:1 31839:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:4 31945:1 31948:4 31955:1 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:3 32037:2 32056:2 32063:1 32067:1 32083:7 32106:1 32110:1 32112:1 32135:2 32138:1 32140:1 32164:1 32180:2 32188:1 32191:1 32196:1 32209:1 32210:1 32216:1 32220:1 32222:2 32227:1 32229:1 32237:1 32258:1 32268:1 32276:1 32289:1 32301:1 32315:1 32326:1 32364:9 32367:2 32381:1 32382:1 32394:1 32423:1 32428:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:2 32489:1 32500:1 32510:2 32523:1 32532:2 32563:1 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32680:1 32684:2 32689:2 32691:1 32700:2 32703:2 32720:3 32741:1 32742:1 32761:5 32768:1 32774:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32843:1 32847:2 32876:1 32884:1 32894:2 32895:1 32922:1 32937:1 32944:2 32946:1 32991:1 32992:1 32995:1 33012:3 33030:1 33039:1 33060:2 33075:1 33088:1 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:14 33188:1 33191:1 33192:2 33207:3 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33328:1 33335:2 33350:1 33370:1 33371:2 33379:1 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33446:1 33451:1 33459:1 33466:1 33467:1 33469:1 33472:1 33476:1 33478:1 33479:1 33490:6 33491:2 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:3 33552:2 33559:3 33561:1 33566:3 33569:1 33578:1 33606:2 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33705:1 33709:1 33727:1 33766:1 33788:1 33789:1 33796:5 33799:1 33801:1 33813:1 33819:1 33827:1 33830:1 33833:1 33843:1 33848:1 33865:2 33874:1 33882:6 33883:1 33884:1 33892:1 33897:1 33898:2 33900:2 33903:2 33905:1 33906:1 33910:1 33914:3 33915:2 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33947:1 33961:1 33964:1 33975:4 33977:1 33981:1 33985:3 33986:3 33987:2 33989:1 33991:1 33993:1 33995:2 33997:6 34005:1 34007:1 34008:1 34012:1 34013:1 34022:3 34025:1 34026:1 34049:1 34053:1 34058:3 34074:1 34075:1 34083:1 34091:1 34104:4 34115:2 34116:2 34122:1 34129:1 34137:1 34151:1 34156:1 34159:1 34167:1 34177:1 34196:1 34205:1 34259:1 34269:1 34276:1 34277:1 34280:1 34305:2 34308:1 34317:1 34339:2 34344:1 34349:2 34350:2 34351:2 34364:1 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:3 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34485:1 34492:1 34522:5 34528:1 34540:2 34542:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:6 34565:1 34566:1 34567:1 34577:1 34584:3 34595:1 34607:3 34621:1 34625:2 34628:1 34650:1 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:2 34724:1 34735:2 34747:1 34766:2 34776:2 34787:1 34792:1 34793:1 34796:1 34800:3 34801:1 34808:4 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34898:1 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:2 34964:1 34965:2 34978:1 34992:5 34998:1 35001:1 35004:1 35006:1 35018:8 35023:1 35056:1 35070:1 35076:1 35077:1 35083:1 35085:1 35094:2 35097:1 35103:1 35115:2 35128:4 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35174:1 35176:2 35185:8 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35227:1 35251:1 35257:1 35259:1 35270:1 35279:1 35286:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:2 35430:1 35438:1 35441:1 35446:1 35450:1 35466:1 35476:1 35480:4 35540:2 35543:3 35546:1 35549:2 35554:1 35556:1 35577:2 35580:1 35599:1 35600:2 35613:1 35621:1 35630:2 35631:1 35633:8 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:3 35769:1 35775:1 35787:1 35793:1 35797:1 35802:1 35807:1 35815:1 35830:1 35849:2 35854:1 35866:2 35881:2 35919:2 35934:3 35961:1 35978:1 35987:2 35988:1 35998:1 36010:1 36021:1 36039:2 36047:1 36057:1 36068:1 36072:1 36082:1 36084:1 36109:1 36118:2 36122:1 36151:2 36161:1 36181:1 36198:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:2 36281:1 36284:3 36307:1 36314:1 36327:1 36330:2 36345:5 36349:1 36353:5 36356:1 36360:1 36370:5 36372:1 36376:2 36377:1 36381:2 36383:1 36401:5 36429:1 36430:1 36453:1 36462:1 36468:2 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:2 36509:1 36515:1 36516:2 36517:10 36521:3 36526:2 36529:2 36531:2 36534:1 36539:1 36548:1 36554:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36689:1 36690:4 36691:2 3 2:3 10:1 26:1 28:2 30:2 32:2 37:1 50:1 55:2 89:2 97:3 112:2 120:1 127:4 131:2 160:1 161:1 169:1 178:1 191:1 192:1 202:2 208:1 216:2 225:1 230:1 244:1 254:1 272:1 274:1 278:1 297:1 298:3 301:2 305:2 306:1 311:2 312:1 314:1 325:2 336:1 366:1 369:1 392:1 408:2 409:2 426:1 440:1 441:2 444:1 448:2 454:1 458:1 463:3 469:2 473:1 475:1 477:1 481:2 493:1 494:1 511:4 512:1 516:4 517:3 523:2 535:4 543:1 544:1 568:2 614:1 621:6 624:1 630:1 633:1 636:1 637:1 643:1 651:1 657:1 658:1 660:2 665:1 672:1 694:1 699:1 709:1 713:1 714:1 723:1 728:1 730:5 738:6 743:1 765:1 767:1 772:1 773:8 774:1 780:1 786:1 804:1 807:2 811:1 812:2 824:1 827:3 830:1 835:1 845:2 856:1 868:1 871:1 893:1 906:1 916:1 923:1 960:2 962:1 974:1 985:1 993:1 994:1 1012:2 1019:3 1029:1 1036:1 1045:1 1047:1 1050:1 1057:1 1090:4 1099:3 1119:5 1127:1 1133:2 1144:4 1149:8 1153:7 1161:1 1162:1 1167:4 1172:1 1175:1 1186:1 1191:1 1221:3 1223:1 1224:7 1229:1 1272:1 1275:2 1301:2 1315:2 1318:1 1321:3 1340:1 1345:1 1354:1 1360:1 1381:2 1387:2 1393:1 1398:2 1413:2 1420:1 1430:1 1435:2 1445:1 1451:1 1462:4 1470:1 1484:1 1486:1 1491:3 1511:1 1514:3 1527:1 1533:2 1538:4 1541:3 1542:1 1549:1 1554:1 1557:3 1558:1 1560:1 1562:2 1565:2 1580:1 1596:2 1600:1 1610:2 1614:1 1616:4 1617:2 1625:1 1628:1 1631:1 1635:1 1636:1 1637:1 1652:4 1653:1 1657:2 1663:1 1664:1 1686:1 1687:1 1691:1 1692:1 1693:1 1702:1 1719:1 1729:2 1741:1 1749:1 1753:2 1773:1 1797:1 1813:1 1815:1 1821:2 1833:2 1837:1 1844:1 1847:1 1849:3 1864:1 1873:1 1875:2 1883:9 1885:1 1903:3 1912:1 1915:1 1930:2 1933:1 1934:1 1945:1 1969:1 1976:1 1978:1 1985:8 1998:2 2007:1 2011:1 2017:7 2046:1 2058:1 2062:2 2077:1 2084:1 2100:1 2105:1 2139:2 2140:4 2149:1 2150:1 2155:3 2170:2 2175:1 2182:1 2190:1 2201:3 2203:1 2206:2 2211:1 2232:2 2261:1 2282:1 2288:1 2290:1 2298:1 2309:1 2314:3 2333:2 2335:1 2340:1 2360:1 2368:1 2369:1 2370:2 2376:2 2384:1 2385:3 2387:3 2392:1 2396:1 2399:2 2405:1 2417:1 2423:1 2424:2 2433:1 2435:1 2443:1 2444:1 2449:2 2467:1 2479:1 2482:1 2499:2 2521:3 2523:1 2526:1 2527:1 2545:1 2553:1 2555:1 2562:2 2576:1 2577:1 2582:1 2594:1 2598:1 2599:1 2603:1 2604:1 2612:1 2618:1 2620:1 2632:2 2634:1 2641:1 2670:1 2684:1 2692:6 2704:1 2706:1 2725:2 2730:1 2737:6 2745:1 2747:3 2771:6 2772:1 2773:1 2783:1 2784:1 2788:2 2797:1 2800:1 2803:1 2808:1 2822:1 2823:1 2828:1 2833:3 2835:3 2836:1 2837:1 2839:4 2842:4 2844:4 2845:1 2846:1 2848:7 2850:3 2851:2 2854:1 2857:1 2860:1 2863:1 2866:4 2868:1 2869:1 2870:4 2872:1 2873:3 2878:6 2880:2 2883:1 2895:1 2909:1 2912:1 2916:2 2945:1 2955:1 2963:2 2974:1 2975:1 2995:2 3004:3 3005:1 3025:1 3037:1 3038:2 3039:2 3040:1 3047:1 3071:2 3075:2 3085:2 3098:1 3104:3 3108:1 3109:1 3143:1 3147:2 3148:2 3175:1 3186:1 3195:1 3201:1 3205:1 3225:1 3227:2 3235:1 3241:1 3243:1 3250:1 3268:1 3289:1 3291:1 3294:4 3303:1 3319:1 3322:5 3325:2 3348:1 3354:1 3360:1 3381:1 3387:1 3408:1 3424:1 3425:1 3426:2 3439:1 3447:2 3450:1 3451:1 3471:1 3475:1 3509:3 3515:1 3522:2 3526:1 3529:2 3540:3 3543:1 3548:1 3554:1 3556:2 3560:1 3565:1 3566:3 3571:1 3597:2 3599:1 3608:2 3609:15 3626:2 3634:1 3640:1 3648:1 3654:2 3680:4 3681:1 3684:1 3685:7 3697:5 3700:1 3707:1 3710:2 3719:1 3727:1 3733:1 3754:1 3755:1 3756:1 3801:1 3842:1 3868:2 3872:2 3947:1 3964:1 3967:1 3975:1 3977:2 3995:1 4026:1 4043:1 4045:1 4060:1 4064:2 4069:1 4078:1 4089:4 4090:1 4097:8 4109:1 4140:1 4150:1 4154:1 4158:1 4161:1 4195:2 4199:1 4208:1 4214:2 4224:1 4235:1 4271:1 4273:2 4280:2 4282:1 4291:1 4298:1 4311:1 4317:1 4324:1 4334:1 4345:1 4350:1 4379:1 4388:2 4391:1 4395:1 4399:1 4420:1 4422:1 4432:1 4435:1 4441:1 4442:2 4445:1 4447:1 4450:2 4451:2 4478:1 4480:1 4481:1 4484:1 4502:1 4538:1 4539:1 4556:2 4557:2 4561:1 4567:1 4569:6 4575:4 4590:2 4594:1 4595:2 4603:4 4636:3 4643:1 4653:1 4656:2 4669:1 4679:1 4684:1 4693:3 4697:3 4733:5 4738:1 4750:1 4753:1 4774:1 4777:2 4781:1 4798:1 4800:1 4804:2 4806:2 4820:1 4824:3 4827:1 4833:2 4839:1 4840:2 4852:1 4866:1 4869:2 4881:1 4890:5 4892:1 4904:1 4926:1 4928:1 4939:1 4944:1 4945:3 4960:1 4979:1 4983:1 4985:1 4991:1 4994:1 4996:1 5002:5 5032:2 5038:1 5042:1 5047:1 5048:2 5061:1 5078:1 5089:2 5102:1 5105:1 5108:1 5113:1 5118:1 5128:1 5137:1 5164:4 5169:1 5177:2 5183:1 5186:1 5192:1 5201:1 5204:1 5225:1 5227:2 5228:3 5233:2 5239:1 5242:1 5247:2 5250:1 5260:1 5289:1 5296:1 5301:1 5305:1 5309:3 5342:1 5343:1 5347:1 5357:3 5358:2 5371:1 5388:3 5390:1 5392:1 5404:1 5413:1 5425:1 5447:1 5473:1 5490:1 5493:1 5510:1 5529:6 5547:1 5549:1 5572:1 5582:2 5594:1 5595:1 5605:1 5612:3 5625:1 5628:1 5653:1 5654:1 5676:1 5678:2 5680:1 5683:1 5694:4 5715:2 5717:1 5720:1 5727:1 5737:1 5750:1 5756:1 5757:1 5760:1 5762:1 5764:1 5774:1 5776:1 5779:11 5792:1 5798:1 5800:4 5813:2 5821:1 5822:2 5831:10 5841:1 5848:2 5858:1 5878:3 5883:1 5917:2 5923:3 5926:2 5929:1 5943:1 5946:1 5971:1 6003:1 6004:1 6011:1 6014:1 6020:2 6029:2 6039:20 6041:3 6058:1 6071:1 6080:1 6097:1 6106:1 6118:1 6120:3 6124:1 6167:1 6182:1 6184:6 6204:4 6205:6 6206:2 6213:2 6216:1 6217:1 6219:2 6220:1 6221:2 6222:1 6228:1 6236:2 6238:2 6239:2 6240:1 6245:1 6289:1 6296:1 6308:1 6312:2 6327:1 6335:1 6347:1 6358:2 6359:1 6374:1 6380:1 6390:2 6395:1 6410:1 6412:1 6413:1 6414:1 6431:1 6432:1 6435:1 6439:1 6444:1 6478:1 6487:1 6497:2 6510:1 6525:1 6530:1 6539:1 6545:1 6552:2 6558:2 6563:1 6571:2 6582:1 6590:1 6602:1 6626:4 6630:1 6631:2 6633:2 6649:1 6666:1 6674:2 6692:2 6722:1 6726:2 6728:1 6733:2 6735:2 6736:1 6770:1 6771:1 6779:1 6782:2 6785:1 6838:1 6841:1 6843:1 6850:1 6853:3 6865:1 6877:1 6878:1 6891:1 6892:2 6897:2 6912:1 6925:1 6993:1 6994:4 6996:1 6997:3 7003:1 7047:1 7056:1 7059:1 7061:2 7070:1 7080:1 7096:1 7099:3 7102:1 7105:1 7108:1 7129:1 7135:1 7143:2 7149:1 7153:1 7165:1 7171:1 7188:1 7193:3 7201:1 7222:2 7226:1 7232:1 7233:1 7265:1 7268:1 7273:1 7278:1 7290:2 7299:1 7317:1 7318:1 7322:1 7331:1 7339:2 7340:1 7341:1 7342:1 7344:2 7361:1 7380:2 7392:1 7404:1 7411:3 7457:1 7497:2 7499:1 7500:1 7505:1 7507:1 7514:1 7515:1 7518:1 7526:2 7533:1 7539:2 7541:3 7543:3 7545:5 7553:1 7559:3 7564:1 7567:2 7569:1 7570:1 7571:1 7574:1 7577:2 7582:1 7583:1 7587:2 7598:2 7609:2 7619:1 7629:1 7633:1 7652:1 7661:1 7664:1 7674:1 7678:2 7684:1 7685:7 7695:1 7697:1 7703:1 7718:1 7729:1 7732:2 7734:1 7744:1 7750:1 7775:1 7795:3 7797:2 7806:2 7810:2 7818:2 7821:1 7825:1 7842:1 7866:3 7867:1 7871:1 7876:1 7879:1 7880:2 7881:1 7882:2 7904:3 7907:1 7925:6 7926:1 7927:1 7928:2 7934:2 7936:7 7938:2 7939:2 7942:1 7947:6 7948:1 7950:2 7952:5 7953:14 7955:1 7957:1 7958:1 7962:1 7974:1 7979:1 7981:1 7983:1 7992:1 8012:2 8055:1 8057:1 8061:1 8096:1 8105:1 8113:1 8115:4 8117:1 8119:1 8125:1 8127:2 8141:15 8161:1 8187:1 8197:1 8201:4 8209:1 8212:2 8214:2 8231:1 8237:1 8260:1 8266:1 8269:1 8279:3 8283:1 8345:1 8376:1 8439:1 8443:1 8445:2 8451:2 8456:3 8457:2 8458:1 8482:4 8490:1 8503:1 8519:2 8520:2 8524:6 8525:1 8526:1 8537:1 8549:1 8554:6 8557:2 8575:1 8579:1 8586:1 8591:1 8606:1 8614:2 8658:2 8660:1 8672:1 8673:1 8679:1 8685:1 8695:1 8703:2 8709:1 8719:2 8724:1 8736:1 8737:1 8746:2 8759:1 8761:1 8767:1 8771:1 8773:1 8778:1 8779:1 8782:1 8801:1 8804:2 8809:1 8810:1 8815:2 8816:2 8830:1 8850:1 8870:1 8902:1 8906:1 8908:2 8924:2 8932:1 8935:1 8937:1 8942:1 8944:5 8953:1 8972:1 9014:1 9028:1 9029:1 9037:1 9062:1 9067:1 9102:1 9106:1 9109:1 9111:1 9113:1 9133:1 9141:1 9158:1 9176:1 9191:1 9258:1 9266:3 9271:1 9279:1 9284:1 9299:2 9307:2 9335:1 9336:1 9349:1 9358:1 9361:1 9371:1 9374:8 9398:1 9399:1 9407:3 9408:1 9418:1 9425:2 9430:1 9437:1 9442:1 9455:1 9472:1 9476:3 9484:1 9495:1 9499:1 9503:1 9558:1 9583:11 9584:5 9591:1 9609:2 9610:1 9611:4 9638:1 9641:4 9642:3 9645:2 9647:1 9651:50 9660:1 9683:5 9688:14 9697:2 9699:1 9703:1 9715:1 9716:2 9722:1 9741:1 9746:1 9752:1 9763:1 9768:1 9785:1 9789:2 9809:1 9834:1 9836:2 9841:1 9848:1 9851:1 9859:1 9882:1 9902:1 9906:1 9919:1 9922:2 9929:1 9936:1 9937:2 9968:1 9970:2 9992:1 10002:1 10005:5 10017:2 10023:1 10059:1 10062:1 10071:1 10086:1 10091:2 10117:2 10126:1 10145:1 10155:2 10157:1 10158:1 10161:1 10163:1 10167:1 10171:3 10189:1 10191:1 10192:1 10194:1 10219:2 10228:1 10230:1 10241:1 10250:1 10257:1 10259:1 10268:2 10271:2 10277:2 10278:2 10296:30 10300:1 10315:1 10330:1 10333:2 10335:1 10338:3 10343:1 10347:1 10378:1 10387:1 10406:1 10410:1 10414:1 10435:1 10436:2 10437:1 10439:2 10440:2 10450:1 10457:1 10466:1 10470:1 10473:1 10480:1 10481:1 10494:1 10498:1 10520:1 10530:3 10531:1 10539:2 10543:1 10544:1 10545:1 10556:1 10575:1 10594:3 10597:2 10599:3 10607:3 10609:1 10620:1 10630:2 10632:1 10637:1 10643:1 10647:4 10648:2 10657:1 10667:1 10670:1 10679:3 10682:1 10707:1 10710:1 10714:1 10716:2 10718:1 10735:1 10740:1 10742:1 10744:1 10751:3 10753:2 10754:1 10759:1 10760:2 10762:1 10767:1 10771:1 10781:1 10788:1 10808:1 10822:1 10839:3 10843:2 10854:1 10860:1 10861:2 10862:1 10894:3 10916:2 10936:1 10937:1 10939:1 10947:1 10948:1 10957:1 10962:1 10969:1 10975:2 10987:1 11009:2 11021:2 11043:1 11051:1 11054:1 11059:1 11093:1 11124:1 11126:2 11127:1 11128:1 11134:1 11135:2 11141:1 11146:2 11147:1 11150:3 11168:1 11172:1 11173:2 11174:1 11176:1 11181:1 11182:1 11192:3 11203:2 11211:1 11214:2 11218:1 11222:4 11247:2 11262:2 11276:1 11287:1 11295:2 11300:1 11304:1 11312:1 11317:1 11327:1 11335:1 11341:1 11350:3 11351:1 11359:1 11363:1 11366:1 11369:1 11373:1 11377:1 11378:1 11380:1 11382:1 11403:1 11410:4 11439:1 11447:1 11448:2 11464:1 11481:5 11483:1 11485:1 11492:1 11509:1 11515:1 11528:1 11529:1 11532:1 11542:3 11543:1 11545:1 11561:1 11574:1 11578:3 11587:1 11589:3 11600:1 11608:2 11615:1 11620:1 11623:2 11626:1 11633:1 11647:1 11655:3 11661:1 11665:1 11668:1 11671:1 11677:1 11681:1 11688:1 11705:1 11718:1 11739:1 11742:3 11747:1 11762:2 11784:1 11788:1 11809:2 11820:2 11828:1 11835:1 11840:1 11845:1 11846:1 11850:1 11852:1 11853:1 11855:1 11856:1 11858:1 11860:1 11870:1 11873:1 11874:1 11884:1 11885:2 11887:1 11889:2 11898:1 11908:1 11909:3 11914:2 11933:1 11942:1 11953:1 11956:1 11958:2 11987:1 12013:1 12014:1 12048:2 12052:1 12058:1 12063:1 12066:1 12082:1 12098:1 12101:1 12106:1 12107:1 12113:1 12123:2 12125:1 12149:4 12163:1 12168:1 12174:3 12181:1 12183:1 12196:1 12204:5 12207:4 12210:1 12224:1 12239:1 12250:2 12278:1 12292:2 12340:1 12347:1 12370:1 12372:1 12381:5 12382:1 12385:2 12386:1 12390:1 12397:1 12398:4 12409:1 12411:1 12425:2 12437:1 12457:1 12462:6 12473:1 12482:1 12485:1 12489:1 12491:1 12496:1 12509:1 12517:1 12523:6 12537:1 12538:1 12546:1 12566:2 12567:1 12571:1 12580:1 12582:1 12589:1 12595:1 12603:3 12609:1 12614:2 12618:7 12630:2 12633:1 12635:1 12636:1 12647:2 12650:2 12653:2 12666:1 12667:1 12697:1 12702:1 12719:1 12723:1 12732:2 12737:1 12762:1 12772:1 12782:1 12783:1 12801:1 12814:1 12816:1 12833:1 12836:4 12851:1 12856:2 12860:1 12892:1 12917:4 12931:2 12932:2 12938:2 12944:1 12963:1 12965:7 12970:2 12973:1 12974:1 12975:2 13001:2 13002:1 13016:1 13025:1 13029:1 13030:1 13031:1 13033:2 13034:2 13044:1 13046:1 13050:1 13054:2 13069:2 13085:1 13088:1 13095:4 13103:1 13109:1 13127:2 13144:1 13149:1 13150:1 13154:1 13161:2 13163:1 13177:1 13198:2 13199:1 13224:1 13230:1 13246:1 13259:1 13275:1 13278:1 13289:1 13332:1 13349:1 13351:1 13360:7 13363:1 13365:1 13372:14 13389:1 13410:2 13413:1 13427:2 13442:3 13448:1 13454:2 13468:1 13482:1 13493:1 13509:1 13510:1 13511:3 13538:1 13547:1 13551:1 13554:1 13565:1 13580:1 13591:1 13602:3 13619:6 13625:8 13638:1 13641:3 13642:1 13651:1 13667:1 13668:1 13672:2 13674:1 13690:2 13694:1 13728:1 13732:3 13733:1 13756:1 13762:2 13766:1 13767:1 13777:4 13783:1 13786:1 13790:1 13794:1 13797:3 13802:2 13822:1 13828:1 13834:4 13842:2 13843:1 13844:1 13848:3 13851:1 13857:1 13864:1 13883:1 13910:1 13926:1 13928:1 13936:1 13958:1 13963:2 13986:1 13987:1 14005:1 14021:1 14026:2 14031:4 14036:4 14039:2 14054:1 14055:1 14060:2 14061:2 14066:2 14082:2 14121:2 14125:2 14139:1 14143:1 14149:1 14154:1 14155:1 14160:1 14174:4 14194:1 14206:1 14222:2 14223:1 14230:1 14240:1 14249:1 14250:1 14254:1 14264:2 14265:1 14271:1 14277:1 14282:2 14285:1 14288:2 14292:2 14300:1 14312:2 14317:1 14340:1 14353:1 14356:1 14364:1 14375:1 14383:1 14384:1 14392:1 14404:3 14423:1 14435:12 14449:1 14457:1 14459:1 14464:2 14468:1 14474:5 14478:1 14481:2 14488:1 14490:1 14492:1 14494:1 14496:1 14499:2 14504:1 14506:2 14508:2 14510:1 14513:3 14519:4 14523:2 14524:1 14554:1 14556:1 14568:1 14571:2 14575:13 14579:1 14583:1 14592:4 14593:1 14598:1 14602:2 14603:2 14604:4 14609:1 14627:1 14650:1 14667:1 14674:1 14676:2 14686:1 14748:1 14758:1 14764:1 14776:1 14779:1 14785:1 14789:1 14794:2 14797:2 14811:1 14824:1 14830:4 14837:1 14849:2 14865:1 14872:2 14875:1 14889:1 14899:2 14913:1 14926:2 14934:1 14943:1 14944:1 14960:1 14977:1 14985:1 15001:1 15002:1 15017:3 15031:1 15032:1 15039:1 15048:1 15050:1 15065:1 15066:1 15067:2 15083:1 15088:1 15100:2 15102:1 15110:1 15116:2 15119:2 15123:1 15126:1 15142:1 15147:1 15152:5 15154:1 15180:1 15208:1 15265:1 15268:1 15273:2 15280:2 15281:3 15284:1 15285:1 15294:1 15310:1 15329:1 15331:1 15333:1 15354:1 15355:1 15374:1 15382:2 15403:1 15416:2 15421:1 15424:1 15445:1 15450:1 15455:1 15460:1 15466:1 15469:1 15472:1 15489:1 15491:1 15500:8 15501:1 15510:1 15594:3 15604:1 15613:1 15654:1 15669:2 15674:1 15682:1 15684:1 15692:1 15710:2 15739:1 15753:1 15771:1 15780:1 15782:4 15792:1 15804:1 15812:1 15816:3 15817:1 15827:1 15830:1 15838:1 15840:1 15848:1 15851:2 15864:1 15865:1 15873:1 15876:1 15884:1 15894:1 15895:1 15898:1 15913:1 15917:1 15936:1 15937:2 15951:1 15954:1 15957:1 15967:2 15973:1 16023:1 16028:1 16037:1 16040:1 16058:1 16073:1 16074:1 16103:1 16114:1 16121:1 16123:1 16167:1 16180:1 16188:1 16194:1 16199:1 16219:1 16235:1 16241:1 16247:2 16250:2 16262:7 16263:1 16264:3 16269:1 16277:1 16281:1 16288:1 16298:1 16300:4 16341:1 16345:1 16359:1 16363:1 16364:1 16379:4 16384:4 16388:3 16390:3 16410:1 16411:7 16421:1 16429:1 16455:2 16461:1 16463:1 16474:2 16485:1 16487:4 16497:1 16498:11 16512:1 16523:1 16547:1 16548:1 16556:1 16567:1 16582:1 16598:1 16604:9 16606:1 16619:2 16623:1 16627:1 16632:1 16642:1 16655:1 16668:1 16673:1 16682:1 16688:1 16690:1 16693:1 16732:3 16735:3 16741:1 16743:1 16768:1 16769:1 16785:1 16791:3 16792:1 16798:1 16831:2 16855:2 16867:1 16868:1 16878:1 16880:1 16881:2 16887:2 16889:1 16907:1 16914:3 16924:1 16969:2 16972:1 16973:1 16975:4 16976:2 16983:1 16986:2 16993:2 16994:1 16995:1 17004:4 17005:1 17006:2 17021:1 17028:2 17030:1 17039:1 17051:1 17057:4 17058:1 17059:3 17068:1 17091:1 17106:1 17108:1 17112:3 17126:1 17133:1 17136:1 17140:2 17157:2 17159:2 17160:1 17164:1 17172:2 17173:4 17176:1 17190:2 17199:1 17227:1 17228:3 17231:2 17242:2 17272:2 17300:1 17306:1 17314:1 17331:1 17332:3 17334:2 17338:1 17349:3 17356:1 17380:1 17386:1 17395:1 17400:1 17406:1 17407:1 17426:2 17440:3 17446:1 17457:1 17465:1 17468:1 17479:1 17483:2 17488:1 17490:2 17494:1 17495:1 17526:2 17534:1 17541:1 17544:1 17547:1 17568:1 17574:1 17582:1 17607:3 17613:1 17630:1 17640:1 17654:2 17655:1 17662:1 17665:3 17670:1 17675:1 17679:1 17694:1 17715:1 17743:1 17745:1 17752:1 17787:3 17788:2 17794:2 17800:1 17801:1 17812:1 17815:1 17821:4 17825:1 17827:1 17833:2 17835:6 17839:1 17840:2 17857:4 17858:1 17860:3 17861:2 17863:1 17871:6 17872:2 17876:2 17884:2 17894:1 17931:1 17935:2 17937:1 17962:1 17964:1 17978:1 17981:1 18002:2 18008:1 18010:1 18016:1 18027:1 18029:1 18036:1 18057:1 18063:2 18066:1 18070:1 18071:1 18072:1 18086:1 18090:1 18094:1 18111:2 18117:1 18120:2 18122:1 18139:1 18167:1 18169:1 18174:1 18189:1 18192:2 18196:2 18203:1 18232:1 18267:2 18272:2 18282:3 18285:5 18294:1 18302:1 18310:1 18326:1 18327:1 18356:2 18359:4 18361:1 18366:2 18369:1 18375:1 18384:1 18385:1 18387:1 18403:1 18410:2 18412:2 18430:2 18439:1 18444:1 18448:3 18449:1 18472:1 18475:1 18477:1 18479:1 18485:1 18490:2 18497:1 18505:4 18510:1 18512:3 18538:1 18558:2 18568:1 18580:1 18600:1 18601:1 18610:1 18612:6 18615:1 18625:1 18630:1 18631:1 18644:2 18653:5 18655:1 18660:2 18661:4 18663:2 18671:1 18692:1 18699:1 18700:1 18709:1 18713:2 18722:1 18767:1 18787:1 18790:1 18799:2 18811:1 18816:1 18824:1 18872:1 18873:1 18881:1 18886:1 18889:1 18896:2 18905:1 18910:1 18913:1 18928:1 18931:1 18948:1 18950:1 18964:1 18967:1 18994:1 19010:1 19011:3 19019:1 19041:2 19045:1 19050:1 19052:1 19054:1 19063:1 19106:2 19130:2 19132:2 19150:1 19162:1 19183:1 19187:2 19188:1 19190:1 19208:3 19212:1 19233:2 19238:1 19242:1 19256:2 19259:1 19261:1 19262:1 19263:1 19264:1 19268:1 19272:1 19277:1 19297:1 19311:1 19316:2 19322:1 19325:8 19341:3 19352:1 19356:1 19358:1 19364:1 19374:1 19382:2 19392:1 19407:1 19412:1 19419:1 19450:1 19472:2 19488:2 19495:1 19502:1 19505:1 19508:6 19511:1 19514:1 19522:1 19528:1 19529:3 19537:1 19538:2 19540:1 19541:1 19544:1 19546:1 19548:1 19549:1 19558:1 19563:4 19564:1 19567:3 19569:2 19576:1 19586:2 19590:6 19600:1 19616:1 19623:1 19632:2 19679:1 19695:1 19699:3 19703:1 19708:1 19718:1 19723:1 19736:6 19756:2 19770:1 19777:1 19778:1 19779:1 19783:1 19796:1 19801:7 19808:1 19859:1 19862:1 19879:2 19886:3 19896:1 19901:14 19903:1 19904:1 19910:1 19913:1 19926:1 19939:1 19941:5 19946:2 19963:1 19971:2 19972:1 19981:1 19985:1 20001:9 20002:1 20006:1 20008:2 20022:1 20030:1 20039:4 20040:1 20043:1 20052:1 20074:1 20079:1 20081:1 20131:1 20138:1 20171:2 20176:1 20183:2 20200:1 20207:2 20208:1 20209:1 20210:1 20213:1 20214:3 20216:2 20217:1 20218:2 20219:2 20220:1 20221:3 20223:4 20226:1 20228:1 20229:1 20230:3 20233:1 20234:2 20242:1 20248:1 20267:2 20272:1 20283:1 20310:1 20315:1 20320:1 20324:4 20326:2 20332:2 20335:2 20338:2 20343:1 20353:4 20381:3 20382:1 20390:1 20400:1 20408:2 20425:1 20459:1 20466:1 20470:1 20474:1 20499:1 20516:1 20575:4 20582:2 20587:1 20590:1 20591:1 20621:1 20628:1 20646:1 20653:1 20665:1 20672:1 20684:1 20686:1 20692:1 20705:4 20711:1 20720:1 20731:1 20744:1 20756:1 20764:2 20766:1 20770:1 20778:1 20797:5 20809:1 20821:1 20822:1 20832:7 20839:1 20844:1 20845:1 20860:1 20873:1 20879:1 20898:3 20902:2 20904:7 20905:1 20908:1 20917:1 20918:1 20953:1 20970:1 20983:1 21006:2 21035:1 21043:1 21045:2 21046:7 21047:1 21060:1 21062:1 21063:1 21068:2 21097:1 21124:1 21126:1 21132:2 21149:2 21163:1 21172:1 21174:1 21195:3 21196:1 21199:1 21201:1 21207:1 21225:1 21228:1 21233:1 21239:1 21245:1 21246:1 21253:1 21302:1 21326:1 21353:1 21358:1 21359:1 21369:1 21373:1 21393:1 21398:1 21410:1 21411:1 21421:1 21424:2 21427:1 21429:1 21441:2 21443:1 21444:1 21446:2 21478:4 21480:1 21496:2 21500:1 21504:1 21508:2 21515:1 21524:1 21529:1 21583:2 21596:2 21606:2 21610:1 21613:3 21622:2 21647:1 21650:1 21665:1 21666:1 21667:1 21669:1 21670:1 21678:1 21686:1 21706:1 21717:1 21728:1 21735:1 21736:1 21737:2 21740:2 21744:1 21748:1 21751:6 21758:2 21761:1 21773:1 21786:1 21789:1 21794:1 21839:1 21841:1 21854:1 21855:1 21865:2 21866:2 21882:1 21890:1 21892:2 21903:1 21911:1 21914:1 21918:1 21924:1 21928:1 21946:1 21949:1 21958:1 21973:1 21978:2 21979:1 21990:1 21994:1 22014:1 22033:1 22036:2 22048:1 22065:1 22069:2 22084:1 22090:2 22101:1 22102:1 22111:1 22117:1 22124:1 22126:1 22157:1 22158:1 22165:7 22173:1 22178:1 22180:1 22181:1 22191:1 22197:2 22199:1 22211:1 22212:1 22213:1 22219:1 22221:1 22229:1 22232:2 22240:1 22248:3 22249:6 22250:1 22253:1 22254:1 22284:1 22301:1 22307:1 22310:2 22334:1 22357:2 22365:5 22380:2 22390:1 22402:1 22403:1 22421:1 22427:1 22432:1 22462:1 22481:1 22483:4 22493:2 22495:1 22498:2 22502:1 22514:1 22521:1 22545:2 22547:1 22551:1 22587:2 22607:5 22608:1 22611:1 22651:1 22657:2 22659:1 22668:1 22703:1 22706:2 22722:1 22740:1 22742:1 22746:1 22757:1 22758:2 22783:1 22789:2 22793:1 22796:1 22813:7 22817:1 22820:1 22826:1 22834:1 22837:1 22838:1 22849:2 22854:1 22857:1 22865:1 22870:1 22871:2 22877:1 22880:1 22903:1 22905:2 22910:1 22918:3 22922:1 22928:1 22958:1 22990:1 22992:1 22994:1 22998:1 23009:1 23011:3 23012:1 23018:1 23029:1 23033:1 23045:2 23047:1 23049:1 23051:1 23055:1 23073:3189 23077:2 23079:1 23083:3 23084:1 23089:1 23099:1 23103:4 23105:1 23112:1 23126:1 23147:1 23155:1 23157:1 23194:1 23197:1 23219:1 23220:1 23229:1 23233:2 23238:1 23244:1 23248:1 23254:1 23271:6 23294:1 23308:1 23312:8 23326:1 23327:1 23330:1 23334:1 23336:1 23353:1 23359:1 23361:1 23364:5 23366:2 23368:1 23379:1 23416:1 23425:4 23456:1 23475:1 23478:2 23538:3 23552:1 23565:1 23597:1 23635:4 23643:1 23668:1 23683:2 23693:3 23697:1 23702:2 23706:1 23707:1 23716:2 23729:1 23732:1 23763:1 23766:1 23768:1 23774:1 23776:1 23783:1 23787:1 23793:1 23799:1 23802:1 23804:1 23811:1 23813:1 23831:2 23839:1 23843:3 23850:1 23859:1 23869:2 23898:1 23901:1 23920:1 23938:1 23966:4 24003:1 24005:1 24010:1 24019:1 24032:2 24039:2 24040:1 24050:2 24052:6 24053:2 24055:1 24058:1 24096:7 24110:1 24119:1 24124:1 24129:1 24147:3 24156:1 24160:1 24163:1 24169:5 24191:1 24192:1 24198:1 24207:1 24224:1 24226:1 24235:1 24236:1 24237:4 24240:1 24264:1 24267:2 24269:1 24274:2 24275:6 24279:1 24280:2 24281:1 24282:1 24290:2 24291:1 24319:1 24324:5 24327:1 24332:1 24353:1 24373:1 24374:1 24394:1 24404:2 24411:2 24439:1 24447:1 24461:2 24469:1 24477:1 24492:4 24494:1 24500:2 24511:3 24514:1 24515:1 24516:1 24518:1 24527:1 24530:4 24531:3 24532:1 24544:1 24545:3 24549:2 24556:2 24563:1 24567:1 24579:1 24586:4 24596:1 24597:2 24606:1 24610:1 24647:2 24649:1 24651:1 24658:1 24662:1 24665:1 24668:1 24688:1 24697:1 24701:1 24703:1 24707:1 24708:3 24725:2 24748:2 24759:1 24768:1 24769:1 24775:3 24776:1 24784:1 24791:1 24815:1 24825:1 24826:6 24827:2 24836:1 24853:2 24877:1 24881:1 24882:1 24889:5 24896:1 24900:1 24914:2 24917:2 24926:1 24948:3 24951:1 24983:2 24985:1 24991:1 24999:1 25001:1 25003:1 25009:1 25013:1 25015:3 25022:1 25033:1 25039:1 25042:1 25047:9 25050:1 25052:1 25054:2 25057:1 25069:1 25074:1 25079:2 25084:1 25086:1 25087:1 25100:2 25115:2 25118:6 25125:2 25142:1 25143:1 25150:1 25151:1 25159:1 25173:1 25185:1 25194:1 25205:1 25210:2 25217:1 25225:4 25229:1 25245:1 25248:1 25251:2 25255:3 25257:1 25260:1 25266:1 25291:1 25297:1 25299:1 25311:7 25317:1 25322:1 25328:3 25366:1 25380:1 25390:1 25394:4 25403:1 25423:1 25437:2 25459:1 25473:1 25481:1 25489:2 25498:1 25505:2 25516:1 25536:1 25537:2 25557:1 25559:1 25562:2 25575:1 25584:2 25592:1 25595:3 25599:1 25609:1 25611:1 25620:1 25630:1 25636:1 25641:1 25646:1 25647:1 25657:1 25670:1 25679:1 25690:1 25693:1 25700:1 25718:1 25736:1 25737:1 25738:1 25740:1 25742:1 25744:2 25747:1 25749:1 25750:1 25752:1 25758:1 25759:1 25762:1 25764:1 25774:1 25775:1 25781:1 25782:1 25784:5 25786:1 25803:3 25809:2 25819:1 25821:1 25828:8 25831:1 25842:1 25844:1 25847:1 25852:2 25853:3 25861:1 25885:1 25900:1 25925:2 25929:4 25957:1 25959:2 25974:1 25976:1 26026:2 26045:1 26046:4 26054:1 26055:3 26075:1 26076:1 26090:1 26092:2 26098:1 26101:3 26107:1 26111:1 26116:2 26123:1 26130:1 26133:1 26160:1 26165:1 26170:1 26171:1 26173:1 26178:1 26181:1 26182:1 26187:1 26193:1 26196:2 26203:1 26205:1 26213:1 26215:1 26218:1 26225:1 26239:2 26242:1 26244:1 26259:1 26262:1 26267:1 26273:1 26286:2 26344:2 26353:1 26357:1 26381:1 26384:1 26390:1 26394:1 26403:1 26428:1 26432:1 26439:1 26445:1 26446:1 26447:1 26464:1 26468:1 26469:2 26470:4 26473:2 26489:1 26490:1 26513:1 26536:1 26542:1 26545:3 26549:1 26555:2 26581:1 26590:1 26592:1 26600:3 26603:5 26613:2 26616:2 26617:2 26631:1 26633:1 26635:2 26657:1 26665:1 26681:1 26684:1 26688:1 26695:2 26701:1 26703:1 26711:1 26730:1 26736:1 26738:1 26741:1 26742:1 26746:1 26749:2 26754:1 26765:1 26767:6 26774:1 26781:1 26783:1 26792:1 26794:1 26813:1 26829:1 26831:1 26854:1 26862:1 26868:1 26873:2 26877:7 26879:1 26880:1 26890:7 26904:2 26926:1 26932:3 26935:1 26939:3 26949:1 26956:1 26959:2 26969:1 26999:1 27023:2 27039:1 27042:2 27045:1 27046:1 27047:1 27057:2 27059:1 27065:1 27071:8 27073:3 27077:1 27079:1 27088:1 27102:1 27116:1 27122:1 27125:1 27138:1 27152:2 27155:2 27193:1 27200:4 27229:1 27230:1 27236:2 27240:1 27256:3 27262:1 27263:1 27270:1 27280:1 27297:1 27307:2 27308:1 27311:1 27318:1 27321:1 27334:1 27351:2 27354:2 27364:1 27372:1 27380:1 27395:1 27407:1 27424:1 27427:1 27439:1 27448:1 27449:1 27466:2 27470:1 27473:2 27488:1 27489:1 27515:1 27522:1 27528:1 27533:1 27536:1 27554:9 27555:2 27570:1 27595:3 27597:1 27602:2 27628:1 27629:5 27630:1 27631:2 27636:1 27640:1 27642:1 27643:1 27645:1 27652:1 27671:1 27687:1 27696:1 27697:3 27699:1 27712:2 27718:1 27747:1 27751:1 27752:4 27765:1 27770:6 27777:2 27779:1 27801:1 27815:2 27817:1 27831:3 27834:8 27839:1 27840:1 27846:1 27848:1 27850:1 27852:1 27854:3 27868:1 27870:1 27880:1 27893:1 27900:1 27908:2 27909:1 27915:5 27917:1 27922:1 27924:1 27926:4 27927:1 27931:1 27933:2 27939:3 27940:2 27947:1 27954:4 27955:1 27961:2 27992:1 28015:1 28021:1 28025:1 28030:2 28062:2 28069:5 28071:1 28073:1 28074:3 28094:1 28095:4 28097:1 28110:1 28116:2 28132:2 28137:1 28142:1 28178:3 28180:1 28197:1 28198:1 28209:1 28211:2 28218:1 28227:1 28232:2 28233:1 28237:1 28240:1 28249:1 28258:1 28259:1 28272:1 28273:1 28286:1 28294:11 28314:1 28320:1 28327:3 28339:1 28349:1 28357:1 28369:2 28379:1 28380:1 28398:1 28403:2 28409:1 28411:1 28415:1 28424:2 28426:1 28429:2 28447:1 28466:2 28482:2 28498:2 28501:1 28504:1 28510:2 28542:1 28563:1 28566:1 28579:1 28583:1 28585:2 28588:2 28591:1 28615:2 28627:1 28642:1 28643:1 28648:1 28651:1 28653:1 28656:1 28684:2 28686:1 28695:1 28704:1 28714:2 28717:2 28744:1 28751:1 28753:1 28760:1 28764:3 28769:1 28783:1 28788:1 28790:1 28791:1 28795:1 28798:1 28801:1 28807:1 28815:6 28819:1 28830:1 28832:1 28840:1 28853:1 28864:1 28865:1 28872:1 28879:1 28895:1 28898:1 28900:2 28904:1 28906:1 28912:1 28916:1 28922:1 28930:1 28932:1 28934:1 28947:1 28956:1 28968:4 28974:2 28980:1 28995:1 28997:1 29005:1 29006:5 29008:1 29011:1 29012:3 29023:1 29026:1 29033:1 29034:1 29035:1 29040:2 29048:1 29088:1 29092:1 29097:1 29110:1 29113:1 29122:1 29131:1 29138:1 29151:2 29153:1 29154:2 29158:2 29175:3 29180:1 29184:1 29201:1 29204:1 29213:1 29220:1 29240:1 29243:3 29254:1 29263:2 29295:1 29298:1 29299:1 29304:2 29314:1 29330:1 29332:1 29336:1 29338:1 29342:1 29363:3 29374:2 29430:1 29433:2 29440:5 29442:1 29455:1 29468:1 29472:2 29480:2 29490:1 29504:1 29544:1 29548:2 29552:2 29563:1 29564:1 29577:1 29579:1 29606:1 29611:1 29619:2 29629:1 29632:1 29640:1 29652:1 29661:1 29701:4 29704:1 29712:1 29713:6 29734:1 29735:1 29739:1 29756:1 29771:1 29774:1 29775:2 29790:2 29805:1 29811:3 29816:1 29817:2 29822:1 29858:1 29859:1 29861:1 29877:1 29879:1 29890:1 29891:2 29893:8 29894:1 29898:1 29901:1 29904:1 29910:1 29920:1 29926:1 29927:1 29939:2 29949:1 29960:1 29961:1 29969:3 29977:1 29985:1 29986:1 30009:2 30012:1 30022:2 30025:4 30068:1 30072:1 30084:3 30092:1 30105:1 30107:1 30111:1 30129:2 30151:1 30162:3 30192:2 30200:1 30212:2 30238:5 30242:1 30247:4 30248:2 30250:1 30256:6 30257:1 30265:1 30266:1 30267:1 30278:1 30284:1 30285:2 30292:3 30306:1 30316:4 30326:1 30333:3 30334:1 30335:1 30341:1 30346:2 30361:1 30362:1 30366:1 30370:1 30383:1 30390:1 30400:2 30425:1 30430:1 30434:2 30438:1 30440:1 30441:1 30445:3 30446:1 30448:9 30451:2 30454:2 30455:1 30461:1 30465:1 30470:1 30472:1 30477:1 30483:2 30489:1 30496:2 30511:1 30541:1 30545:1 30547:1 30548:1 30552:1 30556:1 30557:1 30563:1 30567:3 30575:1 30583:2 30596:1 30598:1 30601:1 30612:1 30617:1 30621:1 30635:1 30645:2 30654:8 30657:1 30660:2 30662:1 30672:1 30673:1 30674:1 30678:3 30679:1 30683:1 30715:1 30733:1 30759:1 30763:1 30771:5 30772:1 30791:2 30793:3 30799:1 30805:1 30822:4 30831:1 30834:1 30838:1 30841:1 30849:1 30868:2 30878:1 30880:1 30881:1 30890:1 30895:1 30907:1 30945:1 30952:1 30984:1 30985:1 31001:1 31006:2 31009:1 31014:1 31021:1 31025:1 31043:3 31050:2 31051:1 31055:1 31060:1 31074:1 31078:2 31082:1 31113:5 31115:15 31117:1 31128:1 31146:10 31156:1 31162:1 31167:1 31174:1 31175:1 31178:2 31182:1 31191:1 31200:1 31208:1 31233:5 31235:1 31236:1 31241:1 31244:1 31248:2 31250:1 31256:1 31291:1 31292:1 31301:1 31322:2 31332:2 31334:1 31338:1 31344:1 31364:2 31366:1 31383:1 31384:1 31387:2 31391:1 31396:1 31412:1 31415:1 31416:1 31420:1 31428:2 31436:1 31450:1 31458:1 31469:1 31470:1 31477:1 31485:2 31488:1 31492:4 31511:3 31525:2 31526:1 31530:3 31548:1 31550:1 31557:3 31561:1 31572:2 31576:2 31581:1 31591:1 31608:1 31613:3 31632:2 31649:3 31652:1 31656:2 31660:1 31669:1 31672:2 31675:1 31678:2 31679:1 31706:2 31715:1 31718:1 31725:1 31729:1 31733:1 31752:2 31762:5 31764:8 31777:4 31778:1 31780:1 31815:1 31822:3 31828:1 31839:1 31850:1 31851:1 31867:1 31872:1 31879:1 31899:1 31929:4 31945:1 31948:4 31955:1 31972:1 31985:1 32002:1 32006:1 32012:1 32015:1 32017:1 32026:4 32037:2 32056:2 32063:1 32067:1 32083:7 32106:1 32110:1 32112:1 32135:2 32138:1 32140:1 32164:1 32180:2 32188:1 32191:1 32196:1 32209:2 32210:1 32216:1 32220:1 32222:2 32227:1 32229:1 32237:1 32258:1 32268:1 32276:1 32289:1 32301:1 32315:1 32326:1 32364:9 32367:2 32381:1 32382:1 32394:1 32395:1 32423:1 32428:1 32442:1 32452:1 32456:1 32458:1 32467:1 32476:2 32489:1 32500:1 32510:2 32523:1 32532:2 32562:1 32563:1 32579:3 32584:5 32586:1 32602:1 32618:2 32626:1 32653:1 32663:1 32680:1 32684:2 32689:2 32691:1 32700:2 32703:2 32719:1 32720:3 32741:1 32742:1 32761:5 32768:1 32774:1 32781:1 32785:2 32796:3 32798:5 32812:3 32818:1 32827:1 32843:1 32847:2 32876:1 32884:2 32894:2 32895:1 32922:1 32937:1 32944:2 32946:1 32991:1 32992:1 32995:1 33012:3 33030:1 33039:1 33060:2 33075:1 33088:1 33095:1 33101:1 33132:2 33137:1 33149:3 33150:1 33154:15 33188:1 33191:1 33192:2 33207:3 33248:1 33271:1 33272:1 33281:2 33285:2 33289:1 33304:1 33308:2 33321:1 33322:1 33325:2 33328:1 33335:2 33350:1 33370:1 33371:2 33379:1 33380:1 33397:1 33407:1 33415:1 33416:1 33424:2 33428:1 33446:1 33451:1 33459:1 33466:1 33467:1 33469:1 33472:1 33476:1 33478:1 33479:1 33490:6 33491:2 33492:1 33509:2 33521:2 33529:1 33531:3 33536:1 33537:1 33539:4 33552:2 33559:3 33561:1 33566:3 33569:1 33578:1 33606:2 33616:2 33617:1 33618:2 33623:2 33626:1 33628:1 33645:1 33655:2 33664:2 33681:1 33684:1 33686:1 33692:1 33694:1 33704:1 33705:1 33709:1 33727:1 33766:1 33788:1 33789:1 33796:5 33799:1 33801:1 33813:1 33819:2 33827:1 33830:1 33833:1 33843:1 33848:1 33865:2 33874:1 33882:7 33883:1 33884:1 33892:1 33897:1 33898:2 33900:2 33903:2 33905:1 33906:1 33910:1 33914:3 33915:2 33930:1 33931:2 33937:1 33938:1 33939:1 33946:1 33947:1 33961:1 33964:1 33975:4 33977:1 33981:1 33985:3 33986:3 33987:2 33989:1 33991:1 33993:1 33995:2 33997:6 34005:1 34007:1 34008:1 34012:1 34013:1 34022:3 34025:1 34026:1 34049:1 34053:1 34058:3 34074:1 34075:1 34083:1 34091:1 34104:4 34115:2 34116:2 34122:1 34129:1 34137:1 34151:1 34156:1 34159:1 34167:1 34177:1 34196:1 34205:1 34259:1 34269:1 34276:1 34277:1 34280:1 34305:2 34308:1 34317:1 34339:2 34344:1 34349:2 34350:2 34351:2 34364:1 34380:1 34381:1 34384:1 34386:1 34391:1 34403:2 34409:4 34417:1 34422:1 34441:1 34445:2 34461:1 34463:1 34480:1 34485:1 34492:1 34522:5 34528:1 34540:2 34542:1 34547:1 34549:1 34554:1 34558:1 34560:1 34562:7 34565:1 34566:1 34567:1 34577:1 34584:3 34595:1 34607:3 34621:1 34625:2 34628:1 34650:1 34651:1 34661:1 34669:1 34673:1 34674:1 34675:1 34703:2 34724:1 34735:2 34747:1 34766:2 34776:2 34787:1 34792:1 34793:1 34796:1 34800:3 34801:1 34808:4 34815:1 34835:1 34844:1 34847:2 34849:1 34851:1 34865:1 34868:1 34872:2 34888:1 34896:2 34898:1 34900:1 34910:2 34917:1 34926:1 34929:15 34931:1 34934:2 34941:3 34957:2 34964:1 34965:2 34978:1 34992:5 34998:1 34999:1 35001:1 35004:1 35006:1 35018:8 35023:1 35056:1 35070:1 35076:1 35077:1 35083:1 35085:1 35094:2 35097:1 35103:1 35115:2 35128:4 35136:3 35148:2 35153:1 35158:1 35165:1 35169:2 35174:1 35176:2 35185:8 35191:2 35196:1 35198:1 35201:1 35203:1 35224:1 35227:1 35251:1 35257:1 35259:1 35270:1 35279:1 35286:1 35294:1 35301:1 35307:1 35309:1 35314:2 35323:1 35326:1 35329:1 35344:1 35350:5 35358:1 35384:1 35393:1 35426:2 35430:1 35438:1 35441:1 35446:1 35450:1 35466:1 35476:1 35480:4 35540:2 35543:3 35546:1 35549:2 35554:1 35556:1 35577:2 35580:2 35599:1 35600:2 35613:1 35618:1 35621:1 35630:2 35631:1 35633:8 35659:1 35660:1 35665:1 35667:1 35687:1 35691:3 35693:1 35712:1 35715:1 35754:1 35761:3 35769:1 35775:1 35787:1 35793:1 35797:1 35802:1 35807:1 35815:1 35830:1 35849:2 35854:1 35866:2 35881:2 35919:2 35934:3 35961:1 35978:1 35987:2 35988:1 35998:1 36010:1 36021:2 36025:1 36039:2 36047:1 36057:1 36068:1 36072:1 36082:1 36084:1 36109:1 36118:2 36122:1 36151:2 36161:1 36163:1 36181:1 36198:1 36200:3 36206:1 36207:1 36209:1 36214:2 36230:2 36281:1 36284:3 36307:1 36314:1 36327:1 36330:2 36345:5 36349:1 36353:5 36356:1 36360:1 36370:5 36372:1 36376:2 36377:1 36381:2 36383:1 36401:5 36429:1 36430:1 36453:1 36458:1 36462:1 36468:2 36478:1 36488:2 36490:2 36498:1 36501:1 36502:1 36503:1 36508:2 36509:1 36515:1 36516:2 36517:10 36521:3 36526:2 36528:1 36529:2 36531:2 36534:1 36539:1 36548:1 36554:1 36570:2 36575:1 36587:1 36595:2 36601:2 36621:1 36641:1 36647:1 36689:1 36690:4 36691:2
050cd038eddb0348bd83ea76d980580a2de5f9e1
a4633944be5b5077362ba6447966bb694c6647ee
/自由課題/benchmark.sci
8da8028be5785527c8492e0369fc3ebac36a95e0
[]
no_license
zeno0119/37-communication
79e47660c2ef7cfe08f25457ea577be3f850d000
b879c29b9b21bf226be24749d95e06fc875e02f5
refs/heads/master
2022-12-18T02:53:01.006966
2020-09-11T05:45:14
2020-09-11T05:45:14
293,683,600
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,124
sci
benchmark.sci
clear clc exec("./setup.sci") str = "abcdefghijklmnopqrstuvwxyz es ist dem feind gelungen, die front in breiter formation zu durchbrechen. im suden hat der gegner zossen genommen und stosst auf stahnsdorf vor. der feind operiert am nordlichen stadtrand zwischen frohnau und pankow, und im osten, der feind hat an der linie lichtenberg, mahlsdorf, karlshorst gelangt. mit dem angriff steiners wird das alles in ordnung kommen. mein fuhrer ... steiner .." str = convstr(str, 'u'); tic() waveform = Encoder(str); transmit_delay = toc() //ノイズを付与 //noise = add_noise(waveform) //エコーを付与 //noise = add_echo(waveform) tic() ret_str = Decoder(noise); receive_delay = toc() printf("---Result---\n") printf("transmitted string: %s\n", convstr(str, 'l')) printf("transmit delay (letter per second): %f\n", transmit_delay / length(str)) printf("received string: %s\n", convstr(ret_str, 'l')) printf("receive delay (letter per second): %f\n", receive_delay / length(ret_str)) ret_str = strsplit(ret_str) printf("error rate: %f\n", sum(abs(strcmp(strsplit(str), ret_str(1:length(str))))) / length(str))
3e033effc136f31d6c336ba72ca34e0dca156999
449d555969bfd7befe906877abab098c6e63a0e8
/2774/CH4/EX4.2/Ex4_2.sce
110e7e44140b898e60894a1cb240b69f760e3e3d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex4_2.sce
clc //initialization of variables P= 5*746 // power of fan converted in watt t=1*60*60 // time converted to seconds // by first law of thermodynamics Q=delU + W // Q=0 hence -W=delU // first we find work input W=-P*t // work in J delU=-W // from 1st law printf("The internal energy increase is "+string(delU)+" J") // The answer is approximated in textbook // our answer is precise
c8a8be2e1f2c909ab4608f4eeeec8a285447f897
449d555969bfd7befe906877abab098c6e63a0e8
/2381/CH7/EX7.7/ex_7.sce
229536ffa88deeaebc64652154a30475174407e5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
149
sce
ex_7.sce
//Example 7 // Frequency clc; clear; close; //given data : nB=512;// in Hz x=5;// in beats per sec nA=nB+x; disp(nA,"The frequency of A,nA(Hz) = ")
d450e24ea0718410098b62776bf79ee92d1cf4fb
62e6605ab494919b6833bf1a1b158bcb6f9b79df
/jim.sci
870310fb1e3282dcaf817970c221aa5d008a01a8
[]
no_license
mani1250/system-identification
c597c26d10bb5dd62b1b4db650b3945afc336e37
5db0536c792dfaa4a8f01561315263503ff34d3d
refs/heads/master
2021-01-12T06:56:00.703593
2017-03-07T12:18:15
2017-03-07T12:18:15
76,865,655
0
0
null
null
null
null
UTF-8
Scilab
false
false
210
sci
jim.sci
function plt(varargin) X = []; for(i=1:size(varargin)) pause X = [X rand(varargin(i),1,'normal')] end t = 1:size(varargin(1),'r'); t= t' plot(t,X) endfunction
6815a984fe4c5f83a9a1bf35fff35bc5b414385d
449d555969bfd7befe906877abab098c6e63a0e8
/1931/CH8/EX8.5/5.sce
325bf987fb86a2e7e6024b87938a0f1f4d415d2d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
5.sce
clc clear //INPUT DATA x=90//x ray photon scattered at a angle in degrees h=6.625*10^-34//Planck's constant in J-sec c=3*10^8//velocity of light m/s m=9.11*10^-31//mass of electron in Kg //CALCULATION w=((h/(c*m))*(1-cosd(x)))/10^-10//The change in wavelength for Xray photon in A*10^-10 //OUTPUT printf('The change in wavelength for X ray photon is %3.4f A',w)
c09de016a81c35a141cc415f8789d0e15a41af92
449d555969bfd7befe906877abab098c6e63a0e8
/3630/CH3/EX3.15/Ex3_15.sce
b790f9ddd5bc99881f5bc9149ef843eee6f250a0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex3_15.sce
clc; //ex3.15 IL=0.02; //Ampere t=[0.0167 0.00833]; //seceond c=0.0005; // Farad Vr1=(IL*t(1,1))/c; //peakvolt Vr2=(IL*t(1,2))/c; //peakvolt disp('mVpp',Vr1*1000,"Vr1="); disp('mVpp',Vr2*1000,"Vr2="); ////The answers vary due to round off error
f842f66ceb3e6e837d53c18c00b740235dccdcb2
449d555969bfd7befe906877abab098c6e63a0e8
/1964/CH5/EX5.24/ex5_24.sce
6fdf9ecaf363724adf58f4f7b93566e79ba13644
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,084
sce
ex5_24.sce
//Chapter-5, Example 5.24, Page 184 //============================================================================= clc clear //INPUT DATA L=0.05;//inductance in henry R2=20;//resistance in ohms R1=15;//resistance in ohms V=200;//supply voltage in volts f=50;//frequency in hz //CALCULATIONS //for branch 1 Z1=(R1)+((%i)*(2*%pi*f*L));//impedance in ohms Y1=inv(Z1);//admittance in branch I1=V*(Y1);//current in branch disp(I1); i1=abs(I1);//magnitude of current //for branch 2 Y2=1/R2;//admittance in branch I2=V*Y2;//current in branch i2=abs(I2);//magnitude of current I=I1+I2;//total current in A i=abs(I);//magnitude of total current theta=atan(imag(I)/real(I));//angle in radians theta=theta*(180)/(%pi);//angle in degrees mprintf("Thus current in branch1,branch2 abd total currents are %1.2f A,%d A,%2.2f A respectively\n",i1,i2,i); mprintf("phase angle of the combination is %2.1f degrees",theta); //=================================END OF PROGRAM======================================================================================================
0982b1a59fb4e410edb078fefa7f349af29fe9c8
449d555969bfd7befe906877abab098c6e63a0e8
/536/CH8/EX8.4/Example_8_4.sce
f902b846b0ebc6320d56857b9a8f651c3ef38587
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,884
sce
Example_8_4.sce
clc; clear; printf("\n Example 8.4\n"); T=290;//Temperature at which compression takes place printf("\n Given:\n Temperature at which compression takes place = %d K",T); P1=101.3e3;//Initial pressure P2=2065e3;//Final pressure printf("\n Compressed from a Pressure of %.1f kN/m^2 to %d kN/m^2",P1*1e-3,P2*1e-3); eta=.85;//Mechanical efficiecy printf("\n Mechanical efficiecy = %d percent",eta*1e2); c1=4/100;//Clearance in cylinder 1 printf("\n Clearance in cylinder 1 = %d percent",c1*1e2); c2=5/100;//Clearance in cylinder 1 printf("\n Clearance in cylinder 2 = %d percent",c2*1e2); R=P2/P1;//Overall compression ratio printf("\n\n Overall compression ratio = %.1f",R); V_spe=22.4/28.8*T/273;//Specific volume of air at 290 K printf("\n Specific volume of air at 290 K = %.3f m^3/kg\n (a)",V_spe); W=P1*V_spe*2*(1.25/(1.25-1))*(R^.1-1); //Energy supplied to the compressor, that is the work of compression W_act=W/0.85; printf("\n Energy supplied to the compressor, that is the work of compression = %.1f kJ/kg",W_act*1e-3); printf("\n (b)"); //the work done in isothermal compression of 1 kg of gas W_it=P1*V_spe*log(R); //Isothermal efficiency eta_it=100*W_it/W_act; printf("\n Isothermal efficiency = %.0f percent",eta_it); printf("\n (c)"); Gamma=1.4; //the work done in isentropic compression of 1 kg of gas W_ie=P1*V_spe*(Gamma/(Gamma-1))*((R)^((Gamma-1)/Gamma)-1); //Isentropic efficiency eta_ie=100*W_ie/W_act; printf("\n Isentropic efficiency = %d percent",eta_ie); printf("\n (d)") //From equation 8.47, volume swept out in first cylinder in compression of 1 kg of gas is given by: Vs1=V_spe/(1+c1-(c1*(R)^(1/(2*2.5)))); //Similarly, the swept volume of the second cylinder is given by: Vs2=V_spe*(1/R)^0.5/(1+c2-(c2*(R)^(1/(2*2.5)))); ratio=Vs1/Vs2; printf("\n the ratio of the swept volumes in the two cylinders = %.2f",ratio);
5ff8fe1973641ce271c2dc6f32ebf71e6fffa739
a2dd2b9c1ff772eac263e04e43b6bbfea43c41a8
/solveTB_testCases.sce
c5b7aae37c0ea0cf92860b81c8fb27ceab88ea45
[]
no_license
JSilkens/TentsAndTrees
37542c783a8df743d275b12d90f96f8c6debd42a
f44ec711c6147094afd4ee8c8e6faf73e7a3bada
refs/heads/master
2021-01-10T18:33:11.358621
2014-05-09T17:11:05
2014-05-09T17:11:05
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
7,417
sce
solveTB_testCases.sce
x = 7 // leeg vakje (geel) g = 3 // gras (lichtgroen) b = 13 // boom (donkergroen) t = 6 // tent (paars) // 10 testcases A1 = [x x x x b; x b b x x; x x x x b; x x x x x; x x x b x] K1 = [1 0 2 0 2] R1 = [0 2 1 1 1] B1 = [g g g g b; t b b g t; g g t g b; g g g g t; g g t b g] A2 = [x x b x x; b x x b x; x x x x x; b x x x x; x x x x b] K2 = [2 1 0 0 2] R2 = [1 1 1 1 1] B2 = [g t b g g; b g g b t; t g g g g; b g g g t; t g g g b] A3 = [x x x b x; x x x x x; x b x x x; x b b b x; x x x x x] K3 = [1 1 1 0 2] R3 = [1 1 0 2 1] B3 = [g g g b t; g t g g g; g b g g g; t b b b t; g g t g g] A4 = [b x x x b x b x; x x x x x x x b; x x b x x x b x; x x x x x x x x; x b x x x x x x; x x b x x x x x; x x b x x x x b; x x x b x b x x] K4 = [0 3 1 2 1 1 2 2] R4 = [4 0 1 2 0 2 0 3] B4 = [b t g t b t b t; g g g g g g g b; g g b t g g b g; g t g g g g t g; g b g g g g g g; g t b g g g g t; g g b g g g g b; g g t b t b t g] A5 = [x b x b x x x x; x x x x x x b x; x x x x x x x x; b x x x x x x b; b x x x x b b x; x x x x b x x x; x x x x x x x x; x x b b x b x x] K5 = [2 0 2 0 2 2 2 2] R5 = [3 0 2 1 1 2 1 2] B5 = [g b t b t g t g; g g g g g g b g; t g g g g g g t; b g g g g t g b; b g g g g b b t; t g g g b t g g; g g t g g g g g; g g b b t b t g] A6 = [x b x x x x x x; b x x b b x x x; b x x x x x x x; x x x x b x x x; x x x b x x b x; x x x x x x b x; b x x b x b x x; x x x x x x x x] K6 = [3 0 2 2 1 3 0 1] R6 = [3 0 1 2 2 2 0 2] B6 = [t b t g t g g g; b g g b b g g g; b g g t g g g g; t g g g b t g g; g g t b g g b t; t g g g g t b g; b g g b g b g g; g g g t g t g g] A7 = [x x x b x; x b b x x; x x x x x; x b x x b; x x x x x] K7 = [2 0 1 0 2] R7 = [1 1 1 1 1] B7 = [g g g b t; t b b g g; g g t g g; t b g g b; g g g g t] A8 = [b x x x x x b x; b x x x x x x x; x x x b x b x x; x b x x x b x x; x x x x x x x x; x x x x x x x b; x x x b b x x x; b x x x x x b x] K8 = [2 2 1 1 0 2 1 3] R8 = [2 0 3 0 3 0 2 2] B8 = [b t g g g g b t; b g g g g g g g; t g t b g b t g; g b g g g b g g; g t g g g t g t; g g g g g g g b; t g g b b t g g; b g g t g g b t] A9 = [x x x x x b x x; x x b x b x b x; x x b b x x x x; x x x x x b x x; x x x x x x x x; x b x x x x x x; x x b x x x b x; x x b x b x x x] K9 = [1 2 1 1 2 2 2 1] R9 = [2 1 2 1 1 1 2 2] B9 = [g g g g t b t g; g t b g b g b g; g g b b t g t g; g g t g g b g g; g g g g g t g g; t b g g g g g g; g g b t g g b t; g t b g b t g g] A10 = [x b x x x x x x; x b x x b x x x; x x x x b x b x; x x x x x x b x; x x b x x b b x; x b x x x x x x; x x b x x x x x; x x x x x x x b] K10 = [2 0 3 1 1 2 2 1] R10 = [2 2 1 1 1 3 0 2] B10 = [g b t g t g g g; t b g g b g t g; g g g t b g b g; g g g g g t b g; g g b g g b b t; t b t g g t g g; g g b g g g g g; g g t g g g t b] // Onderstaande functie testSolveTB laat toe om je code te testen aan de hand van bovenstaande 10 testcases. // Deze functie veronderstelt dat je een functie solveTentjeBoompje(A,R,K) geimplementeerd hebt // die een matrix teruggeeft met de (zo ver mogelijk) opgeloste puzzel. // De uitvoer van onderstaande functie testSolveTB toont hoeveel puzzels van de 10 je wel en niet hebt kunnen // oplossen. Verder worden ook nog 3 andere parameters getoond: // * het percentage correct ingevulde vakjes (dwz waar je code terecht gras of een tent heeft geplaatst), // * het percentage foutief ingevulde vakjes (dwz waar je code onterecht gras of een tent heeft geplaatst) // Als dit percentage niet nul is, wijst dit erop dat er fouten in je code zit, // * het percentage lege vakjes, dwz het aantal vakjes die je code niet heeft kunnen invullen. // Je kan je code dus eenvoudig testen door deze volledig te compileren en nadien de functie // testSolveTB() aan te roepen. function testSolveTB() sA1 = solveTentjeBoompje(A1,R1,K1) sA2 = solveTentjeBoompje(A2,R2,K2) sA3 = solveTentjeBoompje(A3,R3,K3) sA4 = solveTentjeBoompje(A4,R4,K4) sA5 = solveTentjeBoompje(A5,R5,K5) sA6 = solveTentjeBoompje(A6,R6,K6) sA7 = solveTentjeBoompje(A7,R7,K7) sA8 = solveTentjeBoompje(A8,R8,K8) sA9 = solveTentjeBoompje(A9,R9,K9) sA10 = solveTentjeBoompje(A10,R10,K10) nSolved = 0; nNotSolved = 0; if isequal(sA1,B1) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end if isequal(sA2,B2) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end if isequal(sA3,B3) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end if isequal(sA4,B4) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end if isequal(sA5,B5) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end if isequal(sA6,B6) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end if isequal(sA7,B7) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end if isequal(sA8,B8) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end if isequal(sA9,B9) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end if isequal(sA10,B10) then nSolved = nSolved+1; else nNotSolved = nNotSolved+1; end disp("Aantal correct opgeloste puzzels = ");disp(nSolved); disp("Aantal onvolledig of verkeerd opgeloste puzzels = ");disp(nNotSolved); [Pjuist, Pfout] = percentageCorrIngevuld(list(sA1, sA2, sA3, sA4, sA5, sA6, sA7, sA8, sA9, sA10), list(B1, B2, B3, B4, B5, B6, B7, B8, B9, B10)); Pjuist = round(Pjuist*1000)/10; Pfout = round(Pfout*1000)/10 disp("Percentage correct ingevulde vakjes = "); disp(Pjuist); disp("Percentage foutief ingevulde vukjes = "); disp(Pfout); disp("Percentage lege vakjes = "); disp(100-Pjuist-Pfout); endfunction // Hulpfuncties voor bovenstaande functie testSolveTB function [Pjuist,Pfout] = aantalCorrIngevuld(M, sM) [nr, nc] = size(M) Pjuist = 0 Pfout = 0 for(i=1:nr) for(j=1:nc) if(M(i,j)==b | M(i,j) == g | M(i,j) == t) then if(M(i,j) == sM(i,j)) then Pjuist = Pjuist + 1 else Pfout = Pfout + 1 end end end end endfunction function [Pjuist,Pfout] = percentageCorrIngevuld(V,sV) totaalVakken = 0; Pjuist = 0; Pfout = 0; for(i=1:length(V)) [nr,nc] = size(V(i)); totaalVakken = totaalVakken + nr*nc; [Pj, Pf] = aantalCorrIngevuld(V(i),sV(i)); Pjuist = Pjuist + Pj; Pfout = Pfout + Pf; end Pjuist = Pjuist / totaalVakken; Pfout = Pfout / totaalVakken; endfunction
ccaf4d3e6d9bbf1a454298b02744f88c4fffdee8
449d555969bfd7befe906877abab098c6e63a0e8
/2168/CH3/EX3.1/Chapter3_example1.sce
9b7e95257727fe628590b953622bc71e756e8082
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
349
sce
Chapter3_example1.sce
clc clear //Input data p=[1,8]//Pressure at the beginning and end of compression in kg/m^3 g=1.4//Ratio of specific heats //Calculations r=(p(2)/p(1))^(1/g)//Compression ratio n=(1-(1/r)^(g-1))*100//Air standard efficiency in percent //Output printf('Air standard efficiency of an engine working on the Otto cycle is %3.1f percent',n)
2d2c9b0290857ab54555de9867a2ea57d01ecb13
1573c4954e822b3538692bce853eb35e55f1bb3b
/DSP Functions/zpkshift/test_4.sce
29407f57c55b09d951b446288cf2a89d051389eb
[]
no_license
shreniknambiar/FOSSEE-DSP-Toolbox
1f498499c1bb18b626b77ff037905e51eee9b601
aec8e1cea8d49e75686743bb5b7d814d3ca38801
refs/heads/master
2020-12-10T03:28:37.484363
2017-06-27T17:47:15
2017-06-27T17:47:15
95,582,974
1
0
null
null
null
null
UTF-8
Scilab
false
false
168
sce
test_4.sce
// Test # 4 : Incorrect number of output Arguments exec('./zpkshift.sci',-1); [z,p,k,n,d,e]=zpkshift(0.3,2,8,0.8,0.2); //!--error 59 //Wrong number of output arguments
76453919f1eb5049a301b3b4627de839b1a493b3
449d555969bfd7befe906877abab098c6e63a0e8
/632/CH5/EX5.4/example5_4.sce
282e13fb7d71bf8035f9716c61f07982ade96e4f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
372
sce
example5_4.sce
//clc() P = 10^6;//Pa T = 373;//K Tc = 405.5;//K Pc = 112.8 * 10 ^ 5//Pa R = 8.314; a = 0.4278 * (R^2) * (Tc ^ 2.5)/Pc; b = 0.0867 * R * Tc / Pc; //P1 = (R*T/(V - b) - a/((T^0.5)*V*(V + b)))/10^5; //10^6=((8.314*373)/(V-2.59*10^-5))-8.68/((373^0.5)*V*(V+2.59*10^-5) //solving this we get, V = 3.0 * 10^-3;//m^3/mol disp("m^3/mol",V,"molar volume of gas = ")
aab0c90aa923f9e1dfb38462c0d14afb51e3a712
449d555969bfd7befe906877abab098c6e63a0e8
/1109/CH11/EX11.2/11_2.sce
8a636e5e81a12cab1a4dbb8edf79462b66b61097
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
293
sce
11_2.sce
clear; clc; Za=%i*200;Zc=-%i*500; Zt1=(Za/2)+(sqrt((Za*Za/4)+(Za*Zc))); A=real(Zt1); B=imag(Zt1); printf("Iterative impedances Zt1 = %d + j(%d) ohms\n ",A,B); Zt2=(-Za/2)+(sqrt((Za*Za/4)+(Za*Zc))); C=real(Zt2); D=imag(Zt2); printf("Iterative impedances Zt2 = %d + j(%d) ohms",C,D);
243068275073bb4e9ae21e72933b60995657cf56
449d555969bfd7befe906877abab098c6e63a0e8
/3513/CH7/EX7.4/ch7_4.sce
682c71ec6d0e01efa5707772f3ff4d1b25fbbcc1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
350
sce
ch7_4.sce
//Calculate the control limits for the p-chart using 3σ limits //page no 147 clear clc; d=26; ns=447; P1=d/ns; n=48; //Control limits for p-chart mprintf("\P1 = %.4f \n",P1); UCL=P1+3*sqrt((P1*(1-P1))/n); mprintf("\UCL = %.2f \n",UCL); LCL=P1-3*sqrt((P1*(1-P1))/n); mprintf("\LCL = %.2f \n",LCL); CL=P1; mprintf("\CL = %.2f \n",CL);
1e74bb57e96f889a44204523e023826bf0b98a2e
c206d6bebc9882f7e3a903cab8d9ebfaeae31917
/Scilab/vid_img.sce
e2a4955c23ff0f26bb0312e0b0478526bcbba354
[]
no_license
Rstarlindev/Detecteur-de-mouvement
1d720477632c64dffd642b7a0b337afa6a2bf9cc
441c4af99b01bc44c8ff78371e2b68adcc0231c9
refs/heads/master
2020-04-05T00:01:48.840912
2018-11-06T12:32:24
2018-11-06T12:32:24
156,380,663
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,189
sce
vid_img.sce
// This GUI file is generated by guibuilder version 3.0 ////////// f=figure('figure_position',[443,159],'figure_size',[640,485],'auto_resize','on','background',[33],'figure_name','Figure n°%d'); ////////// delmenu(f.figure_id,gettext('File')) delmenu(f.figure_id,gettext('?')) delmenu(f.figure_id,gettext('Tools')) toolbar(f.figure_id,'off') handles.dummy = 0; handles.Titre =uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Ubuntu','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.4225,0.7708333,0.214375,0.1741667],'Relief','default','SliderStep',[0.01,0.1],'String','Decteur de mouvement','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','Titre ','Callback','') handles.img_load=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Ubuntu','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.1109375,0.5644444,0.2234375,0.1111111],'Relief','default','SliderStep',[0.01,0.1],'String','image','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','img_load','Callback','img_load_callback(handles)') handles.vid_load=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Ubuntu','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.6359375,0.5466667,0.2546875,0.1155556],'Relief','default','SliderStep',[0.01,0.1],'String','video','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','vid_load','Callback','vid_load_callback(handles)') ////////// // Callbacks are defined as below. Please do not delete the comments as it will be used in coming version ////////// function selection_vid_callback(handles) //Write your callback for selection_vid here endfunction function img_load_callback(handles) //Write your callback for img_load here global x1 global y1 global t x1=1; y1 =1; t = 0; x = imread('1.png'); y = imread('2.png'); ims1 = imsubtract(y, x); [c,l]= size(ims1); // calcule x1 for i= 1:c for j = 1:l if ims1(i,j) ~= 0 y1 = j; break; end end if ims1(i,j) ~= 0 x1 = i; break; end end for i= 1:c for j = 1:l if ims1(i,j) ~= 0 t = t+1; end end end disp( "x1 = "+string(x1)); disp("y1 = "+string(y1)); disp("t = "+string(t)); img =rectangle(x, [y1,x1, sqrt(t), sqrt(t)],[0,255,20]); imshow(img); endfunction function vid_load_callback(handles) //Write your callback for vid_load here stacksize(10^8); n = aviopen('z.avi'); x = avireadframe(n); xx = imresize(x,[300,300]) for i =1:90 y = avireadframe(n); yy = imresize(y,[300,300]) [a,b,c]=myfct(xx,yy); img =rectangle(yy, [a,b, sqrt(c), sqrt(c)],[0,255,20]); imshow(img); end endfunction
2d9da15807c8c01930e91d09d26dadb76a937999
449d555969bfd7befe906877abab098c6e63a0e8
/1670/CH8/EX8.2/8_2.sce
bbc9f2639e129dc1580a010f067d3a4ac940e413
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,096
sce
8_2.sce
//Example 8.2 //Simpsons 1/3rd Rule and Richardson Extrapolation //Page no 264 clc;clear;close; a=1;b=2; // simpsons rule when h=0.5 h=0.5 n=(b-a)/h+1; for i=1:n if i==1 then x(1,i)=a else x(1,i)=x(i-1)+h end y(1,i)=1/x(i) end disp(y,"f(x) = ",x,"x = ") S=0; for i=1:n if(i==1 | i==n) S=S+y(1,i) elseif(((i)/2)-fix((i)/2)==0) S=S+4*y(1,i) else S=S+2*y(1,i) end end S=S*h/3; printf('\n\nSimpsons 1/3rd Rule Sum when h is 0.5 = %g\n\n\n',S) //simpsons rule when h=0.25 h=0.25 n=(b-a)/h+1; for i=1:n if i==1 then x(1,i)=a else x(1,i)=x(i-1)+h end y(1,i)=1/x(i) end disp(y,"f(x) = ",x,"x = ") S2=0; for i=1:n if(i==1 | i==n) S2=S2+y(1,i) elseif(((i)/2)-fix((i)/2)==0) S2=S2+4*y(1,i) else S2=S2+2*y(1,i) end end S2=S2*h/3; printf('\n\nSimpsons 1/3rd Rule Sum when h is 0.25 = %g\n\n\n',S2) //Richardson Extrapolation Q12=16*S2/15-S/15; disp(Q12,"Q12 = ") disp(log(2)-log(1),"Exact Value = ")