blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21 values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8 values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50 values | src_encoding stringclasses 23 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 29 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
660acb6130c93daa803c9969b518f3cda9b70cd4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /40/CH3/EX3.32/Exa_3_32.sce | 683f225de69a76662118af42cd606aba390ae68c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 147 | sce | Exa_3_32.sce | //deconvolution by polynomial division
x=[2 5 0 4];
y=[8 22 11 31 4 12];
z=%z
n=length(x)-1:-1:0;
X=x*(z)^n'
n1=length(y)-1:-1:0;
Y=y*(z)^n1'
h=Y/X |
5c5015b3dd9d382ba993df7f9b2bbbd9036ebfcd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH1/EX1.63/ex_1_63.sce | 36aa411dded6b5d62af7b81ae9b64b4bcb218e07 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | sce | ex_1_63.sce | // Example 1.63. resistance
clc, clear
// given :
Im=0.1; // maximum current in A
V=10; // voltage in volts
Rm=2.5; // resistance in ohm
Rs=(V/Im)-Rm;
I=10; // in A
Rsh=(Im*Rm)/(I-Im);
disp(Rs,"resistance in series,Rs(ohm) = ")
disp(Rsh,"resistance in parallel,Rsh(ohm) = ")
|
899b67ec7cc6761ede0fe4ecb8cc5dc9a3ba659b | c0c48c5a363ac2c0bf21e72833d72a99771dc6ce | /Simulation_Codes/lab08_18i190002/ex3.sci | 2c79e88e0af7d243634d29e7ec16eb368533a210 | [] | no_license | shubham1166/Operarions_Research_Projects | 3b6664b83d89b2a005b5194489bfd0d95cafe3d8 | 8f28eea93d9e4ff3d6a8e95160c3f9464ce2fc34 | refs/heads/main | 2023-03-14T02:48:42.359247 | 2021-03-03T05:51:28 | 2021-03-03T05:51:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 590 | sci | ex3.sci | //NAME: Shubham Sharma
//ROLL NO: 18i190002
//COURSE: Msc PhD OR
clc,clear
exec('demand.sce',-1);
exec('supply.sce',-1);
profit=[]
for (i=1:length(dem))
if (dem(i)>=supp(i)) then
x=(35*supp(i)) - (30*supp(i))
profit=[profit',x']'
else
x=(35*dem(i)) + (23*(supp(i)-dem(i))) - (30*supp(i))
profit=[profit',x']'
end
end
disp(min(profit),'the minimum value among profit is :')
disp(max(profit),'the maximum value among profit is :')
disp(mean(profit),'The mean of the data is : ')
disp(stdev(profit),'the standard Deviation of the given data is : ')
|
d67ca755f1e41c497d30270da14ebab2e201af26 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH6/EX6.5/Ex6_5.sce | ff4b471f969a561e340862d6e90ff8983b9c105d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | Ex6_5.sce | clc
// initialization of variables
clear
A=3 //cm^2
E= 2*10^6 //kg/cm^2
nu= 0.25
l= 60 //m
L=150 //cm
d=0.5 //cm
dd=10 //cm
D=180 //cm
//calculations
K=(l*100/(A*E))+(L*D/2*D*32*2*(1+nu)/(E*%pi*dd^4*2))
P=d/K
// results
printf('The weight of the students that entered the length is %d kg',P)
|
d0adad3bc47b00e9ef5943904dd5fbd94d374310 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH24/EX24.3/24Ex3.sce | 5832ab16401167b3470d541b29e5fa447f30e534 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 203 | sce | 24Ex3.sce | //chapter 24 Ex 3
clc;
clear;
close;
l=13; b=9; w=75/100; //converting into meter
rate=12.4;
area=l*b;
lCarpet=area/w;
cost=lCarpet*rate;
mprintf("The cost for carpeting is Rs.%.2f",cost);
|
89df5b2fb454ded7ea69a6f06da74ece4d0064fa | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH10/EX10.3/ex3.sce | 545749d1ede69604e47ccf80e98257badfaec956 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | WINDOWS-1252 | Scilab | false | false | 2,206 | sce | ex3.sce | //example 3
//Effect of Boiler Pressure and Temperature on Efficiency
clear
clc
P1=10 //pressure of steam in state 1 in kPa
P2=3000 //pressure of steam in state 2 in kPa
P3=3000 //pressure of steam in state 3 in kPa
P4=10 //pressure of steam in state 4 in kPa
T3=350 //temp. of state in state 3 in celsius
h3=3116.1 //specific heat enthalpy in state 3 in kJ/kg
s3=6.7450 //specific entropy in state 3 in kJ/kg-K
h1=191.81 //specific heat enthalpy in state 1 in kJ>kg
v1=0.00101 //specific volume in state 1 in m3>kg
wpumpin=3.02 //work done by the pump in kJ/kg
h2=h1+wpumpin //specific heat enthalpy in state 2 in kJ/kg
s3=6.7450 //specific entropy in state 3 in kJ/kg-K
s4=s3 //specific entropy in state 4
sf=0.6492 //in kJ/kg-K
sfg=7.4996 //in kJ/kg-K
x4=(s4-sf)/sfg //quality of steam in state 4
hf=191.81 // kJ/kg
hfg=2392.1 //kJ/kg
h4=hf+x4*hfg //specific heat enthalpy in state 4 in kJ/kg
qin=h3-h2 //heat coming in in kJ/kg
qout=h4-h1 //heat going out in kJ/kg
n1=1-qout/qin //thermal efficiency of power plant
disp('the thermal efficiency if steam is superheated to 600°C instead of 350°C')
h32=3682.8 //Specific enthalpy in state 3 in kJ/kg
h42=2380.3 //Specific enthalpy in state 3 in kJ/kg
qin2=h32-h2 //heat coming in in kJ/kg
qout2=h42-h1//heat going out in kJ/kg
n2=1-qout2/qin2 //thermal efficiency under given conditions
disp('the thermal efficiency if the boiler pressure is raised to 15 MPa while the turbine inlet temperature is maintained at 600°C')
h23=206.95 //Specific enthalpy in state 2 in kJ/kg
h43=2115.3 //Specific enthalpy in state 4 in kJ/kg
h33=3583.1 //Specific enthalpy in state 3 in kJ/kg
qin3=h33-h23 //heat coming in in kJ/kg
qout3=h43-h1 //heat going out in kJ/kg
n3=1-(qout3/qin3) //thermal efficiency under given conditions
printf("\n Hence, the thermal efficiency of this power plant if the steam is uperheated to 600 C is = %.3f. \n",n1);
printf("\n Hence, the thermal efficiency of this power plant if the steam is uperheated to 350 C is = %.3f. \n",n2);
printf("\n Hence, the thermal efficiency if the boiler pressure is raised to 15 MPa while the turbine inlet temperature is maintained at 600°C. is = %.3f. \n",n3); |
97cb96cebf6c20ee412c8b6942d3916a0effecdd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH11/EX11.15/11_15.sce | 0d7c73b55f0a6fd69d7fbb34c7cb4c0ab7f3cf7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 503 | sce | 11_15.sce | clear;
clc;
Za=300;Zc=600;R=1000;
Zi1=sqrt((Za*Za)+(Za*Zc));
Zi2=Za*Zc/sqrt((Za*Za)+(Za*Zc));
Zt1=(Za/2)+sqrt((Za*Za/4)+(Za*Zc));
Zt2=(-Za/2)+sqrt((Za*Za/4)+(Za*Zc));
printf("The image impedances are:\n ");
printf("Zi1 = %f ohms\n",round(Zi1*10)/10);
printf(" Zi2 = %f ohms\n",round(Zi2*10)/10);
printf(" Zt1 = %f ohms\n",Zt1);
printf(" Zt2 = %f ohms\n\n",Zt2);
I=(((R+Zt1+Zt2)*(R+Zt1)/(Zt1))-Zt1)*(1/(R+R));
Ir=20*log10(round((I*1000))/1000);
printf(" Insertion loss = %f db",Ir);
|
31c9d89708b63ca7141e439266a3d8e92f27b44d | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH7/EX7.1.b/Example7_1_b.sce | 52895f5e33402ab883a687214ccd2edb3b93f495 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 188 | sce | Example7_1_b.sce | //Example 7.1(b)
clear;
clc;
fL=20;
fH=20*10^3;
enw=20*10^(-9);
fce=200;
En=enw*sqrt((fce*log(fH/fL))+fH-fL);
printf("Estimated RMS input voltage=%.2f uV",En*10^6); |
6100992b046b9076dc35275a7a0dd7f5e43afa64 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3526/CH9/EX9.2/EX9_2.sce | 8395d5208c8d6c8059f6aa3c064d9dc5f63242b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | EX9_2.sce | clc;funcprot(0);//EXAMPLE 9.2
//page 255
// Initialisation of Variables
d=18;//Diameter of the casting in in
x=2;//Thickness of the casting in in
B=22//Mold constant of casting
V=(%pi/4)*d^2;//Volume of the casting in in^3
A=2*(%pi/4)*d^2+%pi*d*x;//The surface area of the casting in contact with the mold
x=(0.708*A)/V
disp(x,"The thickness in inches=") |
29987c35851133e410c98ef9ed010236aa30ccdf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1439/CH5/EX5.7/5_7.sce | e480693b654c1533277d9712cba0757c7c412ca7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 5_7.sce | clc
//initialisation of variables
n= 2 //moles
p= 1 //atm
p1= 0.1 //atm
T= 25 //C
R= 1.987 //cal mole^-1 K^-1
//CALCULATIONS
dG= n*R*2.303*log10(p1/p)*(273+T)
//RESULTS
printf ('change in Gibbs free energy= %.f cal ',dG)
|
acfa37e0c43d5a5fdc6f7fadbb464994be0e78cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3822/CH2/EX2.1/Ex2_1.sce | 7480a2ff820329593b9284736463f86c747736a9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 838 | sce | Ex2_1.sce |
//Optoelectronics and Fiber Optics Communication by C.R. Sarkar and D.C. Sarkar
//Example 2.1
//OS = Windows 7
//Scilab version 5.5.2
clc;
clear;
//given
lamda=85*10^-8;//wavelength of multimode fiber m
d=70e-6;//core diameter of the multimode fiber in m
n1=1.46;//refractive index of the fiber
delta=0.015;//relative refractive index difference
a=d/2;//radius=d/2 of core in m
n2=n1-(delta*n1);//refractive index of cladding
c=2*%pi*a/lamda;//constant part of the V-Number formula
V=c*((n1^2-n2^2))^0.5;// V-number
M=V^2/2;//total number of guided modes in the stepindex fiber
mprintf("\n Refractive Index of the cladding is=%.2f ",n2);
mprintf("\n Normalized frequency V-number of the fiber is =%.2f ",V);
mprintf("\n Total number of guided modes in the fiber is= %.0f ",M);
//The answers vary due to rounding
|
f7c4ffd4d05c4f99b31f78e53ca9315cf300360e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3296/CH2/EX2.3/Ex2_3.sce | 20214e1cf6e097ace9ebb78fb6ec03fdc956537d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 523 | sce | Ex2_3.sce | // chapter 2
// example 2.3
// Find the minimum diameter of the steel wire
// page-16-17
clear;
clc;
// given
P=5; // in kN (Load on the steel wire)
sigma=100; // in MPa (stress in the wire)
// calculate
P=P*1E3; // changing unit from kN to N
sigma=sigma*1; // changing unit from MPa to N/mm^2
// since stress=P/A= P/(Pi*d^2/4), therefore d can be calculated as
d=sqrt(4*P/(%pi*sigma)); // calculation of minimum diameter of the steel wire
printf("\nThe minimum diameter of the steel wire is \t d=%.2f mm or %.f mm",d,d);
|
61cc63dc1d6b9055b0aecc4bca2499a196e6b2fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /2063/CH9/EX9.15/9_15.sce | 0484a50041c2e7e56a77421beb7d58442f641174 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 640 | sce | 9_15.sce | clc
clear
//Input data
V1=3;//Volume of air sucked in by a two stage compressor in m^3
P1=1.04;//Initial pressure in bar
T1=298;//Initial temperature in K
P2=9;//Delivery pressure in bar
n=1.25;//Polytropic index
//Calculations
P2=(P1*P2)^(0.5);//Intermediate pressure for perfect intercooling and for minimum work of compression in bar
W=2*(n/(n-1))*(P1*10^5*V1*(((P2/P1)^((n-1)/n))-1));//Work done in compression in a two stage compressor per unit volume per kg of air in Nm
P=W/(60*1000);//Power required to drive the compressor in kW
//Output
printf('The minimum power required to drive the compressor is %3.3f kW',P)
|
a7424a69a94a438d8931546d292213bde58eba1f | e3c27edbd2f0a8e733cee84b90a906c0a6d7c176 | /sem_3/c/olimp/assembly_line1.tst | a418b344debccc2c43c4edbe03c266aaf1baab39 | [] | no_license | dmitryhd/dmitryhd_code | c32223da5506156a068bbb0f20ad4cd06fdf2166 | 5173f6f74d4fa1c9c5fba9ffc4fc9134c56f4b0c | refs/heads/master | 2021-01-17T11:56:50.221745 | 2011-04-26T18:31:58 | 2011-04-26T18:31:58 | 1,650,576 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 34 | tst | assembly_line1.tst | 3 0 0 0 0
1 2 1 3
4 1 2 3
4 3 1 1
|
2415093bebc8b2554685f4d0996a843f28e6260d | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/CH23/EX23.1/23_1.sce | a02ead6f35504a0e747f924760850764333ddf64 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | sce | 23_1.sce | pathname=get_absolute_file_path('23_1.sce')
filename=pathname+filesep()+'23_1data.sci'
exec(filename)
clear
for i=1:6
I(i)=B(i)*y(i)*y(i);
end
Ixx=sum(I);
for i=1:6
S(i)=(Mx/Ixx)*y(i);
end
printf("\nσz: %f N/mm^2",S); |
96adbfde912b3bfb2eb09b69d442fb3387ddeee5 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electrical_Power_Systems_A._Husain_1118.zip/Electrical_Power_Systems_A._Husain_1118/CH6/EX6.1/eg6_1.sce | 3bcfafa44898f425900837937057957922ebdf62 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 170 | sce | eg6_1.sce | errcatch(-1,"stop");mode(2);;
;
uts=5758; //ultimate tensile strength
l=200;
wt=.604;
h=uts/2;
sag=wt*l*l/(8*h);
printf("The sag is:%.3f m",sag);
exit();
|
7ad703dc82cee65e5cc7bfd2cf74e1015bc60dc6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH13/EX13.7/13_7.sce | 1c9ba6081e0a0019d9e70f4d79cd7e3395b85b84 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 516 | sce | 13_7.sce | rp = 6;
g = 1.4; cv = 0.718; cp = 1.005; R = 0.287;
T1 = 300; T3 = 1100; T0 = 300;
n_cycle = 1-(1/rp^((g-1)/g));
j = rp^((g-1)/g);
T2 = T1*j;
T4 = T3/j;
Wc = cp*(T2-T1);
Wt = cp*(T3-T4);
WR = (Wt-Wc)/Wt;
Q1 = 100; // in MW
PO = n_cycle*Q1;
m_dot = (Q1*1e06)/(cp*(T3-T2));
R = m_dot*cp*T0*((T4/T0)-1-log(T4/T0));
disp("%",n_cycle*100,"The thermal efficiency of the cycle is")
disp(WR,"Work ratio is")
disp("MW",PO,"Power output is")
disp("MW",R/1e06,"Energy flow rate of the exhaust gas stream is")
|
990351add94821bcaa4c0c5d1b631ba8496b1bb8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1019/CH3/EX3.15/Example_3_15.sce | 0c6afd041b308d736ab8d5b20d565e9cf42f9316 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,845 | sce | Example_3_15.sce | //Example 3.15
clear;
clc;
//Given
delHfC2H6=-84.5;//formation enthalpy of ethane in kJ
delHfC2H4=52.6;//formation enthalpy of ethene in kJ
delHfC2H2=226.9;//formation enthalpy of acetylene in kJ
delHfCH3CHO=-166.3;//formation enthalpy of ethanal in kJ
delHfH2Og=-241.8;//formation enthalpy of water(gas) in kJ
delHfCH3OHg=-201.3;//formation enthalpy of methanol(gas) in kJ
DHO2=-249.17;//half of the bond energy in oxygen molecule in kJ
DHH2=217.97;//half of the bond energy in hydrogen molecule in kJ
DHC=716.68;//energy required to obtain free carbon atom from graphite in kJ
DHCH=413;//bond energy of carbon hydrogen bond
//(i) To determine bond energy of carbon single bond
delHCC=(2*DHC)-delHfC2H6+(6*DHH2)-(6*DHCH);//bond energy of carbon single bond in kJ
mprintf('(i) bond energy of carbon single bond = %f kJ',delHCC);
//(ii) To determine bond energy of carbon double bond
delHC2C=(2*DHC)-delHfC2H4+(4*DHH2)-(4*DHCH);//bond energy of carbon double bond in kJ
mprintf('\n (ii) bond energy of carbon double bond = %f kJ',delHC2C);
//(iii) To determine bond energy of carbon triple bond
delHC3C=(2*DHC)-delHfC2H2+(2*DHH2)-(2*DHCH);//bond energy of carbon triple bond in kJ
mprintf('\n (iii) bond energy of carbon triple bond = %f kJ',delHC3C);
//(iv) To determine the bond energy of O-H bond
delHOH=((2*DHH2)-delHfH2Og-DHO2)/2;//bond energy of O-H bond in kJ
mprintf('\n (iv) bond energy of O-H bond = %f kJ',delHOH);
//(v) To determine the bond energy of C=O bond
delHC2O=(2*DHC)-(4*DHCH)-delHfCH3CHO+(delHCC*2);//bond energy of C=O bond in kJ
mprintf('\n (v) bond energy of C=O bond = %f kJ',delHC2O);
//(vi) To determine the bond energy of C-O bond
delHCO=DHC-(3*DHCH)-delHfCH3OHg+delHOH-DHO2;//bond energy of C-O bond in kJ
mprintf('\n (vi) bond energy of O-H bond = %f kJ',delHCO);
//end |
25f998c992d887501c868c30167ed058fae5d241 | 3dbdc1a91ad07ea5fc4c4fa52a6fa2a6870125a6 | /calculo-numerico/jacobi.sci | 26011d0e1239ffb9caffe6f4bd5b44e89decd946 | [
"Apache-2.0"
] | permissive | geovani-moc/Algoritmos | 226ceea9b599bb1979770ac001f5108a0533bb00 | d2d838c158da62a94946a7af29b24ca7396af34e | refs/heads/master | 2023-01-09T12:40:50.330766 | 2020-11-06T17:46:46 | 2020-11-06T17:46:46 | 256,744,544 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 878 | sci | jacobi.sci | function solucao = jacobi(matriz, vetorTermosIndependentes, solucaoAproximada, tolerancia, interacoes)
[linhas colunas] = size(matriz);
solucao = zeros(linhas, 1);
for iteracao = 1 : iteracoes
for linha = 1 : linhas
soma = 0;
for coluna = [1 : linha-1, linha+1 : colunas] // acessa de 1 .. coluna, menos quando linha == coluna
soma = soma + matriz(linha, coluna) * solucaoAproximada(coluna);
end
solucao(linha) = (vetorTermosIndependentes(linha) - soma) / matriz(linha, linha);
end
if (norm(solucao - solucaoAproximada), 'inf') < tolerancia then
return solucao;
end
disp(solucao);
solucaoAproximada = solucao;
end
printf("codigo nao convergiu!");
endfunction |
e66255ccf09eb8aab9bc15db0ba44fbde03e6a5e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH2/EX2.44/ex_2_44.sce | 0169f4f8c6a6c70cb53105958f4c6727434e5b1a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_2_44.sce | //Example 2.44 :Inductance
clc;
clear;
close;
//given data
c=1;//micro-F
f1=60;//Hz
f=50;//Hz
l1=((c*10^6)/(f1^2*(2*%pi)^2));//
r1=100;//ohm
z1=r1+%i*((2*%pi*f*l1)-(1/(2*%pi*f*c*10^-6)));//ohm
c2=1.5;//micro-F
l2=((-imag(z1))+(1/(2*%pi*c2)))/100;//H
f2=(1/(2*%pi))*sqrt(1/(l2*c2*10^-6));//Hz
disp(l2,"inductance is,(H)=")
disp(f2,"frequency is ,(Hz)=")
|
959a25b85572bee31b92dd3af76518080c292606 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH9/EX9.1/Ex9_1.sce | 30694ce9ea474f480bd2bdd1428711cc3ea60eb7 | [] | 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 | Ex9_1.sce | // Variable declaration
val = 0
Mine1 = [8260,8130,8350,8070,8340]
// Calculation
Mean1 = sum(Mine1)/length(Mine1)
for i = 1:length(Mine1)
val = val + (Mean1-Mine1(i))^2
end
var = (val)/(length(Mine1)-1)
std_dev = sqrt(var)
d2 = 2.326 // for n=5
est_std_dev = (max(Mine1)-min(Mine1))/d2
// Result
printf ( "Estimated standard deviation: %.1f",est_std_dev)
printf ( "Actual standard deviation: %.1f",std_dev)
|
8321f0237c4d9bfacfadc3e16dccdbcbad4008ad | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH10/EX10.2/example10_2.sce | 5674056ea1838f5c0c0af406a79c826d1d1e9be1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,082 | sce | example10_2.sce | //clc()
Nflue = 100;//kmol
NCO2 = 14.84;
NCO = 1.65;
NO2 = 5.16;
NN2 = 78.35;
PCF = 85;//PERCENT CARBON IN FEED
PIF = 15;//PERCENT INERT IN FEED
//F - amount of coke charged, W - mass of coke left,W = 0.05F
NCflue = NCO2 + NCO ;
MC = 12;
mC = MC * NCflue ;
//carbon balance gives, F * PCF / 100 = W * PCF + mC
F = mC / ( PCF / 100 - 0.05*PCF / 100);
//let A kmol air supplied, taking N2 balance,
Nair = NN2 * 100/79;
NO2supplied = Nair - NN2;
Ntheoretical = F * PCF / (100 * MC);
Pexcess = ( NO2supplied - Ntheoretical ) * 100 / ( Ntheoretical );
disp("%",Pexcess,"(a)Percentage excess air = ")
mair = Nair * 29;
m = mair / F ;//air supplied per kg of coke charged
disp("kg",m,"(b)air supplied per kg of coke charged = ")
P = 100;//kPa
T = 500;//K
V = Nflue *22.4143*101.325 * T / (F * P * 273.15);
disp("m^3",V,"(c)volume of flue gas per kg of coke = ")
W = 0.05*F;
mCr = W * PCF/100;//carbon in refuse
mir = F * (1-PCF/100);//inert in refuse
mr = mCr + mir;
C = mCr * 100 / mr;
I = mir *100/ mr;
disp("%",C,"(d)Carbon = ")
disp("%",I,"Inert = ") |
f16881aa71a10b15527fd29718d820bea2a73d0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /539/CH10/EX10.1.b/Example_10_1b.sce | 04e505679bc24eff55292266796cdcbcce1f452f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 607 | sce | Example_10_1b.sce | //Activation Free Energy
clear;
clc;
printf("\tExample 10.1\n");
Hf=-1.16*10^9; // in J/m^3 latent heat of fusion
Y=0.132; // in J/m^2 Surface energy
Tm=1064+273; // in K Melting point of gold
T=1064+273-230; // in K 230 is supercooling value
r=-2*Y*Tm/(Hf*(Tm-T));
printf("\n\tPart B");
a=0.413*10^-9; // in m Unit Cell edge length
//unit cells per paticle
u_c=4*%pi*r^3/(3*a^3);
printf("\nUnit cells per paricle are : %d",u_c);
printf("\nIn FCC there are 4 atoms per unit cell.\n");
printf("\nTotal no. of atoms per critical nucleus are : %d\n",int(u_c)*4);
//End |
cb3a17a143936751842945890dd20e4c8582f7fa | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH3/EX3.22/Ex3_22.sce | f7d41c4453ab795592cee5440a37902f8060b40f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 933 | sce | Ex3_22.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex3_22.sce.
clc;
clear;
V=230; //Supply voltage in volt
PL1=10E3; //supply power to loaad 1 in watt
pf1=0.7;// lagging power factor value of load 1
P2=10E3; //supply power to load 2 in watt
pf2=0.5; //lagging power factor value of load 2
printf("\n (a)")
PL2=P2*pf2;
QL1=PL1*tand(acosd(pf1));
QL2=PL2*tand(acosd(pf2));
PL=PL1+PL2;
QL=QL1+QL2;
QC=-QL;
IC=QC/V;
XC=QC/IC^2;
f=50;
C=1/(2*%pi*f*-XC);
printf("\n The value of capacitance=%4.1f micro-farad \n",C*1e6)
printf("\n (b)\t(i)")
kVA=sqrt(PL^2+QL^2);
Ig=kVA/V;
printf("\n Magnitude alternator current without capacitor=%3.1f A \n",Ig)
printf("\n\t(ii)")
kVA=PL;
Ig=kVA/V;
printf("\n Magnitude alternator current with capacitor=%2.1f A \n",Ig)
//Answer vary dueto roundoff error
|
67ab56c42753cc3ec360a3b002750f58e1c1ab2c | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3/Unix-Windows/scilab-2.3/tests/colnew.tst | 439ba215aa87099f22a933cfd489bc5c3c5c830b | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | 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 | 257 | tst | colnew.tst | getf('SCI/tests/colnew.sci','c')
[z,zf]=col1();
if maxi(abs(z-zf))>1.e-5 then pause,end
[z,zf]=col2(0);
// Fortran Coded version
if maxi(abs(z-zf))>1.e-2 then pause,end
[z,zf]=col2(1);
// Scilab coded version
if maxi(abs(z-zf))>1.e-2 then pause,end
|
24e170762061a53c9efece41cd34cbb96f9f5179 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2411/CH6/EX6.12/Ex6_12.sce | fd15014d436295c69a858e11143e93ca0802581c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 560 | sce | Ex6_12.sce | // Scilab Code Ex6.12: Page-351 (2008)
clc; clear;
h = 6.6e-034; // Planck's constant, Js
m = 9.1e-031; // Mass of an electron, kg
e = 1.6e-019; // Energy equivalent of 1 eV, J
E_F0 = 5.48; // Fermi energy of silver at 0 K, eV
N_bar = (8*m/h^2)^(3/2)*%pi/3*(E_F0*e)^(3/2); // Number density of conduction electrons in silver at 0 K, per cc
printf("\nThe number density of conduction electrons in silver at 0 K = %3.1e per cc", N_bar*1e-006);
// Result
// The number density of conduction electrons in silver at 0 K = 5.9e+022 per cc |
6859d1c71685acf1cc9be75ff5c435713f5595b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH18/EX18.19/Ex18_19.sce | 5664a05fb2f6fea1552d13c03bcf97ff5cf76e7d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 919 | sce | Ex18_19.sce | //Variable declaration:
//From example 18.19:
m1 = 144200 //Mass flow rate of flue gas (lb/h)
m2 = 541700 //Mass flow rate of air (lb/h)
R = 0.73 //Universal gas constant (psia.ft^3/lbmol. R)
P = 1 //Absolute pressure (psia)
T = 1020 //Absolute temperature ( R)
MW = 29 //Molecular weight of air
t = 1.5 //Residence time (s)
//Calculation:
m = m1+m2 //Total mass flow rate of the gas (lb/h)
q = m*R*T/(P*MW) //Volumetric flow at 560 F (ft^3/h)
V = q*t/3600 //Volume of tank (ft^3)
m = round(m*10**-2)/10**-2
//Result:
printf("The total mass flow rate of the gas is : %f lb/h .",m)
printf("The volumetric flow at 560 F is : %.2f x 10^7 ft^3/h",q/10**7)
printf("The volume of tank is : %.0f ft^3 .",V)
|
1aa5a72662c82ea996946b0dd8fe6dedd7ce2e60 | ecacacf117304ca56cff1b2242641703e3b86baa | /ALU/IsNeg16.tst | 7f0d18820195acd394f1fc4e88e03d78c6a39e9c | [] | no_license | wccrawford/ECS-Projects | d9a78a4223c9bc79d97fb28085218e5e4da07ca5 | 66d260afa57b70716fdc477540dd13a84930b62c | refs/heads/master | 2021-01-21T13:56:45.339492 | 2011-09-11T19:53:02 | 2011-09-11T19:53:02 | 2,283,122 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 519 | tst | IsNeg16.tst | // This file is part of the materials accompanying the book
// "The Elements of Computing Systems" by Nisan and Schocken,
// MIT Press. Book site: www.idc.ac.il/tecs
// File name: projects/01/IsNeg16.tst
load IsNeg16.hdl,
output-file IsNeg16.out,
compare-to IsNeg16.cmp,
output-list in%B1.16.1 out%B3.1.3;
set in %B0000000000000000,
eval,
output;
set in %B1111111111111111,
eval,
output;
set in %B0110111011110111,
eval,
output;
set in %B1011011101101111,
eval,
output;
set in %B1000000000000000,
eval,
output;
|
34c4fc123593b3ecd2c972a4f01e44b23391914f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH10/EX10.13/10_13.sce | 4d656e7c46109cfc6a78c42162ad06a859900eaf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 199 | sce | 10_13.sce | clc
//initialisation
dq=540000
dv=1.676
T1=373//k
T2=423//k
p1=1//pa
//CALCULATIONS
dt=T2-T1
dp=(dt*dq*4.2)/(dv*T1)
p2=p1+(dp/10^5)
//results
printf(' \n required pressure= % 1f pa',p2)
|
1c3519c1cc20e1cb75b86f5ff049343787313534 | 1c0a381442e787465dcbfc8eb1ae5192c322ab86 | /scilab/examples/version.sci | ba0fb5b971fd650ef5ee0aa1feb7489cf39de59e | [
"MIT"
] | permissive | sfuxy/stDAQ | 1ea87f0dd2ee49812e52208b6bb26cba78b90b1a | bdef5de7c806612feae0b2669b9abfb9f90b7955 | refs/heads/main | 2023-08-11T13:54:01.531127 | 2021-09-01T14:59:14 | 2021-09-01T14:59:14 | 382,806,217 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sci | version.sci | // Example for stdaq_version() as from the Reference Manual in docs/refman
if (stdaq_open("COM0")>=0) then
[pkg,rel,sub] = stdaq_version();
mprintf("\n stDAQ version: (%s) r.%d.%d",pkg,rel,sub);
stdaq_close();
end
|
c816ed56c250d1ff603fd01d1417ecc31a5b76c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH2/EX2.2/2_2.sce | 14dd788f55baf29f872d6e42f96a3eff9850f15b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 772 | sce | 2_2.sce | // example:-2.2.page no.-26.
// progarm to find out skin depth of aluminium,copper,gold and silver at frequency 10GHZ.
f=10*10^9;
muo=4*%pi*10^-7; // permeability in free space.
omega=2*%pi*f;
sigma_aluminium=3.816*10^7;
sigma_copper=5.813*10^7;
sigma_gold=4.098*10^7;
sigma_silver=6.173*10^7;
delta1=sqrt(2/(omega*muo*sigma_aluminium));
delta2=sqrt(2/(omega*muo*sigma_copper));
delta3=sqrt(2/(omega*muo*sigma_gold));
delta4=sqrt(2/(omega*muo*sigma_silver));
//result
disp(delta1,'skin depth of aluminium in meter=') // skin depth of aluminium.
disp(delta2,'skin depth of copper in meter=') //skin depth of copper.
disp(delta3,'skin depth of gold in meter=') //skin depth of gold.
disp(delta4,'skin depth of silver in meter=') //skin depth of silver. |
cf74bf69477368f23f91b82d8559d894727d7cf1 | bd4a88a5c028a801cbf0e414d2630de1c1e35449 | /scilab/ForecastTest.sce | f3dc6608a3846859ce8e6622216ddbb72dc07eae | [] | no_license | edielsonpf/turning-signal-analysis | 625783cea26b029c87925f96af4ac14aa38c8ae8 | 2fd594e79395caa72f5cebc378878367ff0e7f01 | refs/heads/master | 2021-03-13T00:01:23.673430 | 2018-12-24T14:44:39 | 2018-12-24T14:44:39 | 41,508,152 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,005 | sce | ForecastTest.sce | //definitions
DEFINE_DBG=1;
TRAINING_RATE=0.6;
PC1=11;
PC2=12;
PC3=13;
PC4=14;
MFCC1=15;
MFCC2=16;
Vc=1;
f=2;
d=3;
MRR=4;
Ra=5;
Ry=6;
configuration=zeros(3,4,4);
configuration(:,:,1)=[2 8 8 1; 2 16 8 1; 2 32 8 1];
configuration(:,:,2)=[3 8 8 1; 3 16 8 1; 3 32 8 1];
configuration(:,:,3)=[4 8 8 1; 4 16 8 1; 4 32 8 1];
configuration(:,:,4)=[5 8 8 1; 5 16 8 1; 5 32 8 1];
//configuration=zeros(4,3,4);
//configuration(:,:,1)=[3 8 1; 3 16 1; 3 32 1; 3 64 1];
//configuration(:,:,2)=[4 8 1; 4 16 1; 4 32 1; 4 64 1];
//configuration(:,:,3)=[5 8 1; 5 16 1; 5 32 1; 5 64 1];
//configuration(:,:,4)=[6 8 1; 6 16 1; 6 32 1; 6 64 1];
[rC,cC,dC]=size(configuration);
//dataset=['data_ry.csv', 'data_ry_v2.csv', 'data_ry_v3.csv'];
dataset=['data_mrr.csv'];
[r,c]=size(dataset);
//Variable to store each experimental run
result = zeros(r*rC,1);
resultIndex=1;
for TestSet=1:c
for Dim=1:dC
if Dim == 1
DEFINE_PC1 = 1;
DEFINE_PC1_PC2 = 0;
DEFINE_PC1_PC2_PC3 = 0;
DEFINE_PC1_PC2_PC3_PC4 = 0;
elseif Dim == 2
DEFINE_PC1 = 0;
DEFINE_PC1_PC2 = 1;
DEFINE_PC1_PC2_PC3 = 0;
DEFINE_PC1_PC2_PC3_PC4 = 0;
elseif Dim == 3
DEFINE_PC1 = 0;
DEFINE_PC1_PC2 = 0;
DEFINE_PC1_PC2_PC3 = 1;
DEFINE_PC1_PC2_PC3_PC4 = 0;
else
DEFINE_PC1 = 0;
DEFINE_PC1_PC2 = 0;
DEFINE_PC1_PC2_PC3 = 0;
DEFINE_PC1_PC2_PC3_PC4 = 1;
end
for Config=1:rC
//generating data for training and testing procedures
[Xtrain,Dtrain,Xtest,Dtest]= ForecastGenerateData(TRAINING_RATE,dataset(TestSet));
NeuralNetwork=configuration(Config,:,Dim);
filename='ANNForecast.sod';
disp('Training model ' + string(Config) +'.....')
W=Treina(Xtrain',Dtrain',NeuralNetwork);
save(filename,'W');
y = ann_FF_run(Xtrain',NeuralNetwork,W);
disp('Classification result for training set: ' + dataset(TestSet) + ' and Configration: ' + string(Config) + 'with number of inputs: ' + string(Dim));
FinalResult=[y', Dtrain , (y'-Dtrain)];
disp('Expected result:');
disp(FinalResult);
[TotalError,SquareError] = ForecastPerformance(y',Dtrain);
y = ann_FF_run(Xtest',NeuralNetwork,W);
disp('Classification result for testing set: ' + dataset(TestSet) + ' and Configration: ' + string(Config) + 'with number of inputs: ' + string(Dim));
FinalResult=[y', Dtest , (y'-Dtest)];
disp('Expected result:');
disp(FinalResult);
[TotalError,SquareError] = ForecastPerformance(y',Dtest);
result(resultIndex,1)=TotalError;
resultIndex=resultIndex+1;
end
end
end
csvWrite(result,'results_forecast.csv');
|
4794e32c6470143346a9b3f110c8431e80319fd8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH11/EX11.7/11_7.sce | 54b60fe39d13f7a9232366800a3b054578b5ca83 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 11_7.sce | clear;
clc;
//Example - 11.7
//Page number - 393
printf("Example - 11.7 and Page number - 393\n\n");
//This problem involves proving a relation in which no mathematics and no calculations are involved.
//For prove refer to this example 11.7 on page number 393 of the book.
printf(" This problem involves proving a relation in which no mathematics and no calculations are involved.\n\n");
printf(" For prove refer to this example 11.7 on page number 393 of the book.")
|
5b7ca451bf62903ddd2f7f8f7ce5d4022c3754b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1442/CH4/EX4.4/4_4.sce | 067305645702d2f54c69bc346768311a92709316 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 461 | sce | 4_4.sce | clc
//initialisation of variables
T= 300 //C
p= 2 //Mpa
T1= 300 //C
p1= 20 //Mpa
T2= 300 //C
p2= 8.501 //Mpa
//CALCULATIONS
v= 0.12547
v1= 0.00136
u= 2772.6
u1= 1306.1
h= 3023.5
h1= 1333.3
//RESULTS
printf ('volume = %.5f m^3/kg',v)
printf ('\n volume = %.5f m^3/kg',v1)
printf ('\n internal energy = %.1f kJ/kg',u)
printf ('\n internal energy = %.1f kJ/kg',u1)
printf ('\n enthalpy = %.1f kJ/kg',h)
printf ('\n enthalpy = %.1f kJ/kg',h1)
|
de202a9f8353678b6f7ba8c70284292279465e94 | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH9/EX9.14/14.sce | 904df2b43301c4cc333e9f4545650bc396db1a66 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 211 | sce | 14.sce | clc
m_N2=2.5; //kg
M_N2=28;
p_N2=15; //bar
p_total=20; //bar
n_N2=m_N2/M_N2;
p_O2=p_total-p_N2;
n_O2=p_O2/p_N2*n_N2;
M_O2=32;
m_O2=n_O2*M_O2;
disp("Mass of O2 added =")
disp(m_O2)
disp("kg") |
3bfc0d131910bcbc7696761c4376d113b2717340 | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /Orbmonk Highground.sce | c21ddba7a6c03b0fb614cc5c6e3808359e8ccee6 | [] | 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 | 111,014 | sce | Orbmonk Highground.sce | Name=Orbmonk Highground
PlayerCharacters=OrbMonk
BotCharacters=Shinji Bot.bot;McCoy Bot.bot;Rocket Flyer Bot.bot;Sergeant Bot.bot;Racer Bot.bot;Random Bot Watcher No Flyer.rot;watcherRotation.rot;Random Bot Watcher.rot;Random Bot Watcher Assassins.rot
IsChallenge=true
Timelimit=60.0
PlayerProfile=OrbMonk
AddedBots=watcherRotation.rot
PlayerMaxLives=0
BotMaxLives=5
PlayerTeam=1
BotTeams=2
MapName=verticalOW.map
MapScale=0.5
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=1000.0
ScorePerDamage=1.0
ScorePerKill=200.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=100.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Overwatch, OW
WeaponHeroTag=Monk Orb, OrbMonk, Zenyatta
DifficultyTag=1
AuthorsTag=
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=As OrbMonk, try to take down five different watcher bots as quickly as you can within the time limit.
GameVersion=2.0.0.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=Ignore Spread GM Projectile
MinReactionTime=0.15
MaxReactionTime=0.3
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=45.0
FlickSpeed=10.0
FlickError=0.0
TrackSpeed=10.0
TrackError=0.0
MaxTurnAngleFromPadCenter=180.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=45.0
OuterAimPenalty=1.0
MaxError=0.0
ShootFOV=1.0
VerticalAimOffset=0.0
MaxTolerableSpread=90.0
MinTolerableSpread=90.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=1.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[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
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Ignore Spread GM
MinReactionTime=0.15
MaxReactionTime=0.3
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=45.0
FlickSpeed=10.0
FlickError=1.0
TrackSpeed=10.0
TrackError=1.0
MaxTurnAngleFromPadCenter=180.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=45.0
OuterAimPenalty=1.0
MaxError=5.0
ShootFOV=5.0
VerticalAimOffset=0.0
MaxTolerableSpread=90.0
MinTolerableSpread=90.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=1.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=High Skill At Feet
MinReactionTime=0.25
MaxReactionTime=0.35
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=10.0
TrackSpeed=5.0
TrackError=2.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=35.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=At Feet
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=Shinji Bot
DodgeProfileNames=Long Strafes Close Shinji;Short Strafes Close Shinji
DodgeProfileWeights=2.0;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=Ignore Spread GM Projectile;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Shinji
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=McCoy Bot
DodgeProfileNames=Far mixup;Short Strafes Far
DodgeProfileWeights=2.0;3.0
DodgeProfileMaxChangeTime=1.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Ignore Spread GM;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=McCoy
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Rocket Flyer Bot
DodgeProfileNames=Long Strafes Jumping;Short Strafes Jumping
DodgeProfileWeights=2.0;1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=High Skill At Feet;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Rocket Flyer Extra
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Sergeant Bot
DodgeProfileNames=Far mixup
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=2.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Ignore Spread GM;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Sergeant 87
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Racer Bot
DodgeProfileNames=Long Strafes Close;Short Strafes Close
DodgeProfileWeights=1.0;2.0
DodgeProfileMaxChangeTime=1.0
DodgeProfileMinChangeTime=0.5
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Ignore Spread GM;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Racer
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=Rocket Flyer Extra Bot
DodgeProfileNames=Long Strafes Jumping;Short Strafes Jumping
DodgeProfileWeights=2.0;1.0
DodgeProfileMaxChangeTime=3.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=Rocket Flyer Extra
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Rotation Profile]
Name=Random Bot Watcher No Flyer
ProfileNames=McCoy Bot;Sergeant Bot;Shinji Bot;Racer Bot
ProfileWeights=1.0;1.0;1.0;1.0
Randomized=true
[Bot Rotation Profile]
Name=watcherRotation
ProfileNames=Sergeant Bot;McCoy Bot;Rocket Flyer Bot;Shinji Bot;Racer Bot
ProfileWeights=1.0;1.0;1.0;1.0;1.0
Randomized=false
[Bot Rotation Profile]
Name=Random Bot Watcher
ProfileNames=McCoy Bot;Sergeant Bot;Shinji Bot;Racer Bot;Rocket Flyer Extra Bot
ProfileWeights=1.0;1.0;1.0;1.0;1.0
Randomized=true
[Bot Rotation Profile]
Name=Random Bot Watcher Assassins
ProfileNames=Racer Bot;Shinji Bot;Racer Bot
ProfileWeights=1.0;1.0;1.0
Randomized=false
[Character Profile]
Name=OrbMonk
MaxHealth=200.0
WeaponProfileNames=Monk Orb 1,3x;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.1
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=244.444443
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=0.888 Z=0.000
TeamBodyColor=X=0.000 Y=0.000 Z=0.784
TeamHeadColor=X=1.000 Y=0.888 Z=0.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=68.888885
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=68.888885
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=2.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=true
JetpackThrust=7500.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.15
AbilityProfileNames=Monk Orb Charge.abilwep;;;Melee.abilmelee
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=200.0
HealthRegenPerSec=30.0
HealthRegenDelay=3.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Shinji
MaxHealth=200.0
WeaponProfileNames=Shinji Stars;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.69
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=284.023682
MaxCrouchSpeed=142.0
Acceleration=5000.0
AirAcceleration=16000.0
Friction=100.0
BrakingFrictionFactor=0.0
JumpVelocity=284.023682
Gravity=1.0
AirControl=0.16
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.163 Y=0.167 Z=0.166
TeamBodyColor=X=0.000 Y=0.000 Z=0.771
TeamHeadColor=X=0.163 Y=0.167 Z=0.166
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=1
AirJumpVelocity=284.023682
MainBBType=Cylindrical
MainBBHeight=53.964497
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=53.964497
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Dash.abilmov;;Triple Star.abilwep;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
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
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=McCoy
MaxHealth=200.0
WeaponProfileNames=Six Shooter;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=244.444443
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.778 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=0.265 Z=0.000
TeamBodyColor=X=0.000 Y=0.000 Z=0.787
TeamHeadColor=X=1.000 Y=0.265 Z=0.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=63.111111
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=63.111111
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Rush.abilmov;Stun Gren.abilwep;;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
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=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Rocket Flyer Extra
MaxHealth=200.0
WeaponProfileNames=Justice Rocket;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=244.444443
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=0.000 Y=0.000 Z=0.787
TeamBodyColor=X=0.000 Y=0.000 Z=0.784
TeamHeadColor=X=0.000 Y=0.000 Z=0.787
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=60.0
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=60.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=true
JetpackActivationDelay=0.2
JetpackFullFuelTime=6.0
JetpackFuelIncPerSec=1.5
JetpackFuelRegensInAir=true
JetpackThrust=1600.0
JetpackMaxZVelocity=182.222214
JetpackAirControlWithThrust=0.12
AbilityProfileNames=Gravity Boost Extra.abilmov;Boop Rocket.abilwep;;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
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=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Sergeant 87
MaxHealth=200.0
WeaponProfileNames=Sergeant Rifle;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=244.444443
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.149 Y=0.542 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=0.771
TeamHeadColor=X=0.149 Y=0.542 Z=1.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=68.888885
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=68.888885
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Run.abilsprint;;Offhand Rocket.abilwep;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
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=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=Racer
MaxHealth=150.0
WeaponProfileNames=Machine Pistols;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=16.0
CrouchHeightModifier=0.7
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=266.666656
MaxCrouchSpeed=133.333328
Acceleration=6111.111328
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=266.666656
Gravity=1.0
AirControl=0.12
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=true
EnemyBodyColor=X=0.774 Y=0.000 Z=0.000
EnemyHeadColor=X=0.691 Y=0.514 Z=0.294
TeamBodyColor=X=0.000 Y=0.000 Z=0.774
TeamHeadColor=X=0.691 Y=0.514 Z=0.294
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=1600.0
MainBBType=Cylindrical
MainBBHeight=56.0
MainBBRadius=10.0
MainBBHasHead=true
MainBBHeadRadius=6.25
MainBBHeadOffset=-6.25
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=56.0
ProjBBRadius=10.0
ProjBBHasHead=true
ProjBBHeadRadius=6.25
ProjBBHeadOffset=-6.25
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Phase.abilmov;Unwind.abilrecall;;Melee.abilmelee
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=0.9
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
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=4000.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=Long Strafes Close Shinji
MaxTargetDistance=50.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
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.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Short Strafes Close Shinji
MaxTargetDistance=50.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
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.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Far mixup
MaxTargetDistance=625.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=1.0
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.1
JumpFrequency=0.0
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.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.9
BlockedMovementReactionMin=0.01
BlockedMovementReactionMax=0.01
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Short Strafes Far
MaxTargetDistance=2500.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
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.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.01
BlockedMovementReactionMax=0.01
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Long Strafes Jumping
MaxTargetDistance=500.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.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.1
JumpFrequency=0.5
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.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.9
BlockedMovementReactionMin=0.01
BlockedMovementReactionMax=0.01
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Short Strafes Jumping
MaxTargetDistance=250.0
MinTargetDistance=75.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.65
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.5
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Long Strafes Close
MaxTargetDistance=75.0
MinTargetDistance=40.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
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.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Dodge Profile]
Name=Short Strafes Close
MaxTargetDistance=75.0
MinTargetDistance=40.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.5
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.1
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
[Weapon Profile]
Name=Monk Orb 1,3x
Type=Projectile
ShotsPerClick=1
DamagePerShot=60.0
KnockbackFactor=0.0
TimeBetweenShots=0.4
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=4000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=4000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=2.0
ReloadTimeFromPartial=2.0
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=46.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.25
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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=0.1
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
RecoilCrouchScale=0.0
RecoilADSScale=0.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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Gunshot
ParticleProjectileTrail=Circles
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
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=0.0
RecoilAutoReset=true
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.5
AAMaxSpeed=0.5
AADeadZone=0.0
AAFOV=180.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.001
TriggerBotFOV=0.5
StickyLock=false
HeadLock=false
VerticalOffset=65.0
DisableLockOnKill=false
UsePerShotRecoil=true
PSRLoopStartIndex=0
PSRViewRecoilTracking=1.0
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.1
PSRResetDegreesPerSec=1.1
PSR0=0.1,0.3
PSR1=0.1,-0.3
PSR2=-0.1,0.3
PSR3=-0.1,-0.3
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Monk Orb Charge 1,3x
Type=Projectile
ShotsPerClick=1
DamagePerShot=60.0
KnockbackFactor=0.0
TimeBetweenShots=0.65
Pierces=false
Category=Charge
BurstShotCount=5
TimeBetweenBursts=0.1
ChargeStartDamage=60.0
ChargeStartVelocity=X=4000.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=3.0
ChargeTimeToCap=2.5
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=4000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=4000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=2.0
ReloadTimeFromPartial=2.0
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=46.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.25
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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=0.1
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
RecoilCrouchScale=0.0
RecoilADSScale=0.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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=false
IsBurstWeapon=true
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Gunshot
ParticleProjectileTrail=Circles
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
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=0.0
RecoilAutoReset=true
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.5
AAMaxSpeed=0.5
AADeadZone=0.0
AAFOV=180.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.001
TriggerBotFOV=0.5
StickyLock=false
HeadLock=false
VerticalOffset=65.0
DisableLockOnKill=false
UsePerShotRecoil=true
PSRLoopStartIndex=0
PSRViewRecoilTracking=1.0
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.1
PSRResetDegreesPerSec=1.1
PSR0=0.1,0.3
PSR1=0.1,-0.3
PSR2=-0.1,0.3
PSR3=-0.1,-0.3
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Shinji Stars
Type=Projectile
ShotsPerClick=1
DamagePerShot=28.0
KnockbackFactor=0.0
TimeBetweenShots=1.0
Pierces=false
Category=FullyAuto
BurstShotCount=3
TimeBetweenBursts=0.1
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2666.667 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2666.667 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=24
AmmoPerShot=1
ReloadTimeFromEmpty=1.0
ReloadTimeFromPartial=1.0
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=28.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.5
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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=5.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
RecoilCrouchScale=0.0
RecoilADSScale=0.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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=true
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=0.1,0.1,0.0,0.0
SpreadSCA=0.1,0.1,0.0,0.0
SpreadMSA=0.1,0.1,0.0,0.0
SpreadMCA=0.1,0.1,0.0,0.0
SpreadSSH=0.1,0.1,0.0,0.0
SpreadSCH=0.1,0.1,0.0,0.0
SpreadMSH=0.1,0.1,0.0,0.0
SpreadMCH=0.1,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=false
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.2
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=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
PBS0=0.0,0.0
[Weapon Profile]
Name=Shinji Triple
Type=Projectile
ShotsPerClick=1
DamagePerShot=28.0
KnockbackFactor=0.0
TimeBetweenShots=0.5
Pierces=false
Category=FullyAuto
BurstShotCount=3
TimeBetweenBursts=0.1
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2666.667 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2666.667 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=28.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.5
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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=5.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=Shinji Left;Shinji Right
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
RecoilCrouchScale=0.0
RecoilADSScale=0.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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=0.0,0.1,0.0,0.0
SpreadSCA=0.0,0.1,0.0,0.0
SpreadMSA=0.0,0.1,0.0,0.0
SpreadMCA=0.0,0.1,0.0,0.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=0.0,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=false
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
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
PBS0=0.0,0.0
[Weapon Profile]
Name=Six Shooter
Type=Hitscan
ShotsPerClick=1
DamagePerShot=70.0
KnockbackFactor=0.1
TimeBetweenShots=0.5
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=1.5
ReloadTimeFromPartial=1.5
DamageFalloffStartDistance=2200.0
DamageFalloffStopDistance=4500.0
DamageAtMaxRange=20.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.2
BounceOffWorld=false
BounceFactor=0.0
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=-80.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.1
RecoilNegatable=true
DecalType=1
DecalSize=15.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
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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=4.0
MinRecoilUp=4.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.44
AAMode=2
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=0.5
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
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
PBS0=0.0,0.0
[Weapon Profile]
Name=Stun Gren
Type=Projectile
ShotsPerClick=1
DamagePerShot=25.0
KnockbackFactor=4.0
TimeBetweenShots=0.8
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=1000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=1000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=1.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=0
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=0
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.8
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
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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Flare
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=230.0
DamageAtCenter=25.0
DamageAtEdge=25.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.15
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Justice Rocket
Type=Projectile
ShotsPerClick=1
DamagePerShot=120.0
KnockbackFactor=5.0
TimeBetweenShots=0.75
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=1555.556 Y=0.000 Z=0.000
MuzzleVelocityMax=X=1555.556 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=0.0
HeadshotCapable=false
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
ProjectileGraphic=Rocket
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=5.0
RecoilNegatable=false
DecalType=0
DecalSize=15.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
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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Flare
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=120.0
DamageAtCenter=80.0
DamageAtEdge=20.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.4
AAMaxSpeed=1.5
AADeadZone=0.0
AAFOV=180.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=true
TriggerBotDelay=0.001
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=-25.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
PBS0=0.0,0.0
[Weapon Profile]
Name=Boop Rocket
Type=Projectile
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=1.0
TimeBetweenShots=0.8
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=2666.667 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2666.667 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=0.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=0
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=0.0
DelayBeforeShot=0.2
ProjectileGraphic=Rocket
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=2.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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=1.0
RecoilNegatable=false
DecalType=0
DecalSize=15.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=1000.0
FlatKnockbackVertical=250.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
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=1000.0
FlatKnockbackVerticalMin=250.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Flare
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=355.555542
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Sergeant Rifle
Type=Hitscan
ShotsPerClick=1
DamagePerShot=19.0
KnockbackFactor=0.0
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=25
AmmoPerShot=1
ReloadTimeFromEmpty=1.5
ReloadTimeFromPartial=1.5
DamageFalloffStartDistance=1418.181763
DamageFalloffStopDistance=2600.0
DamageAtMaxRange=5.7
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=true
BounceFactor=0.6
BounceCount=0
HomingProjectileAcceleration=6000.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=true
DecalType=1
DecalSize=5.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=0.1
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.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=103.0
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=true
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=5.0
BlockedByWorld=false
SpreadSSA=2.0,10.0,-2.6,2.4
SpreadSCA=2.0,10.0,-2.6,2.4
SpreadMSA=2.0,10.0,-2.6,2.4
SpreadMCA=2.0,10.0,-2.6,2.4
SpreadSSH=2.0,10.0,-2.6,2.4
SpreadSCH=2.0,10.0,-2.6,2.4
SpreadMSH=2.0,10.0,-2.6,2.4
SpreadMCH=2.0,10.0,-2.6,2.4
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=true
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.15
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=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
PBS0=0.0,0.0
[Weapon Profile]
Name=Offhand Rocket
Type=Projectile
ShotsPerClick=1
DamagePerShot=120.0
KnockbackFactor=5.0
TimeBetweenShots=0.8
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=2222.222 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2222.222 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=0.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=0
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Rocket
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=2.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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=5.0
RecoilNegatable=false
DecalType=0
DecalSize=15.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
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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Flare
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=true
Radius=155.555557
DamageAtCenter=80.0
DamageAtEdge=40.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=true
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=Machine Pistols
Type=Hitscan
ShotsPerClick=2
DamagePerShot=6.0
KnockbackFactor=0.0
TimeBetweenShots=0.05
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=40
AmmoPerShot=2
ReloadTimeFromEmpty=1.0
ReloadTimeFromPartial=1.0
DamageFalloffStartDistance=520.710083
DamageFalloffStopDistance=1420.118286
DamageAtMaxRange=1.5
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=true
BounceFactor=0.6
BounceCount=0
HomingProjectileAcceleration=6000.0
ProjectileEnemyHitRadius=0.1
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.1
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.03
HitSoundCooldown=0.03
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=true
DecalType=1
DecalSize=5.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=0.1
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=0.0
RecoilADSScale=0.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=103.0
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.0
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=true
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=true
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=5.0
BlockedByWorld=true
SpreadSSA=1.05,9.0,0.0,3.6
SpreadSCA=1.05,9.0,0.0,3.6
SpreadMSA=1.05,9.0,0.0,3.6
SpreadMCA=1.05,9.0,0.0,3.6
SpreadSSH=1.05,9.0,0.0,3.6
SpreadSCH=1.05,9.0,0.0,3.6
SpreadMSH=1.05,9.0,0.0,3.6
SpreadMCH=1.05,9.0,0.0,3.6
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=true
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.5
AAMaxSpeed=5.0
AADeadZone=0.0
AAFOV=720.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
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
PBS0=0.0,0.0
PBS1=0.0,0.0
[Weapon Profile]
Name=Shinji Left
Type=Projectile
ShotsPerClick=1
DamagePerShot=28.0
KnockbackFactor=0.0
TimeBetweenShots=1.0
Pierces=false
Category=FullyAuto
BurstShotCount=3
TimeBetweenBursts=0.1
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2652.058 Y=-278.743 Z=0.000
MuzzleVelocityMax=X=2652.058 Y=-278.743 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=28.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.5
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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=5.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
RecoilCrouchScale=0.0
RecoilADSScale=0.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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=0.0,0.1,0.0,0.0
SpreadSCA=0.0,0.1,0.0,0.0
SpreadMSA=0.0,0.1,0.0,0.0
SpreadMCA=0.0,0.1,0.0,0.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=0.0,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=0.0
RecoilAutoReset=false
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
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
PBS0=0.0,0.0
[Weapon Profile]
Name=Shinji Right
Type=Projectile
ShotsPerClick=1
DamagePerShot=28.0
KnockbackFactor=0.0
TimeBetweenShots=1.0
Pierces=false
Category=FullyAuto
BurstShotCount=3
TimeBetweenBursts=0.1
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2652.058 Y=278.743 Z=0.000
MuzzleVelocityMax=X=2652.058 Y=278.743 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=10.0
MaxHitscanRange=100000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=28.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.5
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=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=5.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
RecoilCrouchScale=0.0
RecoilADSScale=0.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=72.099998
ADSFOVScale=Overwatch
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=Blood
ParticleProjectileTrail=None
ParticleHitscanTrace=Tracer
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=0.1
DamageAtCenter=0.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.0
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=0.0,0.1,0.0,0.0
SpreadSCA=0.0,0.1,0.0,0.0
SpreadMSA=0.0,0.1,0.0,0.0
SpreadMCA=0.0,0.1,0.0,0.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=0.0,0.1,0.0,0.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=0.0,0.1,0.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.1
TimeToRecoilReset=0.1
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
PBS0=0.0,0.0
[Movement Ability Profile]
Name=Dash
MaxCharges=1.0
ChargeTimer=8.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.1
FullyAuto=false
AbilityDuration=0.3
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=2222.222168
MainVelocityCanGoVertical=true
MainVelocitySetToMovementKeys=false
UpVelocity=0.0
EndVelocityFactor=0.0
Hurtbox=true
HurtboxRadius=150.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=0.0
HurtboxAirKnockbackFactor=0.0
AbilityBlocksTurning=true
AbilityBlocksMovement=true
AbilityBlocksAttack=true
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.2
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=1000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.75
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=75.0
AIDamageReactionResetTimer=1.0
[Movement Ability Profile]
Name=Rush
MaxCharges=1.0
ChargeTimer=8.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.4
FullyAuto=true
AbilityDuration=0.4
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=666.666687
MainVelocityCanGoVertical=false
MainVelocitySetToMovementKeys=true
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=true
AttackCancelsAbility=false
AbilityReloadsWeapon=true
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=false
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.75
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=50.0
AIDamageReactionResetTimer=1.0
[Movement Ability Profile]
Name=Gravity Boost Extra
MaxCharges=1.0
ChargeTimer=5.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.5
FullyAuto=true
AbilityDuration=0.0
LockDirectionForDuration=false
NegateGravityForDuration=true
MainVelocity=444.444458
MainVelocityCanGoVertical=false
MainVelocitySetToMovementKeys=true
UpVelocity=888.888916
EndVelocityFactor=1.0
Hurtbox=false
HurtboxRadius=50.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=1.0
HurtboxAirKnockbackFactor=1.0
AbilityBlocksTurning=false
AbilityBlocksMovement=false
AbilityBlocksAttack=false
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=10.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=10000.0
AIMaxTargFOV=45.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.0
AIDamageReactionMaxDelay=0.0
AIDamageReactionCooldown=0.1
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Movement Ability Profile]
Name=Phase
MaxCharges=3.0
ChargeTimer=3.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.1
FullyAuto=false
AbilityDuration=0.08
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=4166.666504
MainVelocityCanGoVertical=false
MainVelocitySetToMovementKeys=true
UpVelocity=0.0
EndVelocityFactor=0.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=0.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=1000000.0
AIMaxTargFOV=15.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.75
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=25.0
AIDamageReactionResetTimer=1.0
[Weapon Ability Profile]
Name=Monk Orb Charge
MaxCharges=1.0
ChargeTimer=1.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=Monk Orb Charge 1,3x
BlockAttackTimer=0.65
AbilityBlockedWhenAttacking=false
AmmoPerShot=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
[Weapon Ability Profile]
Name=Triple Star
MaxCharges=1.0
ChargeTimer=0.75
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=true
WeaponProfile=Shinji Triple
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=true
AmmoPerShot=3
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.2
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=1500.0
AIMaxTargFOV=15.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=1.0
[Weapon Ability Profile]
Name=Stun Gren
MaxCharges=1.0
ChargeTimer=10.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.5
FullyAuto=false
WeaponProfile=Stun Gren
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=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=500.0
AIMaxTargFOV=15.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=1.0
[Weapon Ability Profile]
Name=Boop Rocket
MaxCharges=1.0
ChargeTimer=12.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.5
FullyAuto=true
WeaponProfile=Boop Rocket
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=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=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Weapon Ability Profile]
Name=Offhand Rocket
MaxCharges=1.0
ChargeTimer=8.0
ChargesRefundedOnKill=0.0
DelayAfterUse=0.5
FullyAuto=false
WeaponProfile=Offhand Rocket
BlockAttackTimer=0.0
AbilityBlockedWhenAttacking=false
AmmoPerShot=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=5000.0
AIMaxTargFOV=2.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=1.0
[Melee Ability Profile]
Name=Melee
MaxCharges=1.0
ChargeTimer=0.25
ChargesRefundedOnKill=0.0
DelayAfterUse=1.0
FullyAuto=false
AbilityDuration=0.15
HurtboxRadius=25.0
HurtboxDamage=30.0
HurtboxGroundKnockbackFactor=0.0
HurtboxAirKnockbackFactor=0.0
BlockAttackTimer=0.5
AbilityBlockedWhenAttacking=false
AmmoPerShot=0
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.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=55.0
AIMaxTargFOV=15.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Recall Ability Profile]
Name=Unwind
MaxCharges=1.0
ChargeTimer=10.0
ChargesRefundedOnKill=1.0
DelayAfterUse=0.5
FullyAuto=false
AbilityDuration=1.0
BlockAttackTimer=0.25
AbilityBlockedWhenAttacking=false
RecallTimer=3.0
RefillAmmo=true
AIUseInCombat=true
AIUseOutOfCombat=false
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=1.0
AIMinSelfHealth=0.0
AIMaxSelfHealth=50.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=2000.0
AIMaxTargFOV=360.0
AIDamageReaction=true
AIDamageReactionIgnoreChance=0.25
AIDamageReactionMinDelay=0.25
AIDamageReactionMaxDelay=0.5
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=75.0
AIDamageReactionResetTimer=1.0
[Sprint Ability Profile]
Name=Run
MaxCharges=1.0
ChargeTimer=0.001
ChargesRefundedOnKill=0.0
DelayAfterUse=0.5
FullyAuto=false
AbilityDuration=0.0
BlockAttackWhileSprinting=true
AbilityBlockedWhenAttacking=true
SpeedModifier=1.5
45DegreeSprint=true
90DegreeSprint=false
135DegreeSprint=false
180DegreeSprint=false
TapToSprint=false
Block45DegreesWhenSprinting=false
AIUseInCombat=true
AIUseOutOfCombat=true
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]
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.2
CrouchOnGroundFrequency=0.65
TargetStrafeOverride=Mimic
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.2
MaxCrouchTime=0.3
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-576.000000 32.000000 -1024.000000
448.000000 32.000000 -1024.000000
448.000000 32.000000 -1040.000000
-576.000000 32.000000 -1040.000000
-576.000000 0.000000 -1024.000000
448.000000 0.000000 -1024.000000
448.000000 0.000000 -1040.000000
-576.000000 0.000000 -1040.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
-576.000000 0.000000 -512.000000
448.000000 0.000000 -512.000000
448.000000 0.000000 -1792.000000
-576.000000 0.000000 -1792.000000
-576.000000 -16.000000 -512.000000
448.000000 -16.000000 -512.000000
448.000000 -16.000000 -1792.000000
-576.000000 -16.000000 -1792.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
-576.000000 528.000000 -496.000000
448.000000 528.000000 -496.000000
448.000000 528.000000 -512.000000
-576.000000 528.000000 -512.000000
-576.000000 0.000000 -496.000000
448.000000 0.000000 -496.000000
448.000000 0.000000 -512.000000
-576.000000 0.000000 -512.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
-576.000000 1216.000000 -496.000000
448.000000 1216.000000 -496.000000
448.000000 1216.000000 -512.000000
-576.000000 1216.000000 -512.000000
-576.000000 528.000000 -496.000000
448.000000 528.000000 -496.000000
448.000000 528.000000 -512.000000
-576.000000 528.000000 -512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
448.000000 1216.000000 -512.000000
464.000000 1216.000000 -512.000000
464.000000 1216.000000 -1792.000000
448.000000 1216.000000 -1792.000000
448.000000 272.000000 -512.000000
464.000000 272.000000 -512.000000
464.000000 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-592.000000 1216.000000 -512.000000
-576.000000 1216.000000 -512.000000
-576.000000 1216.000000 -1792.000000
-592.000000 1216.000000 -1792.000000
-592.000000 272.000000 -512.000000
-576.000000 272.000000 -512.000000
-576.000000 272.000000 -1792.000000
-592.000000 272.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 1216.000000 -1024.000000
448.000000 1216.000000 -1024.000000
448.000000 1216.000000 -1040.000000
-576.000000 1216.000000 -1040.000000
-576.000000 32.000000 -1024.000000
448.000000 32.000000 -1024.000000
448.000000 32.000000 -1040.000000
-576.000000 32.000000 -1040.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 1216.000000 -1792.000000
448.000000 1216.000000 -1792.000000
448.000000 1216.000000 -1808.000000
-576.000000 1216.000000 -1808.000000
-576.000000 272.000000 -1792.000000
448.000000 272.000000 -1792.000000
448.000000 272.000000 -1808.000000
-576.000000 272.000000 -1808.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 784.000000 -368.000000
448.000000 784.000000 -368.000000
448.000000 784.000000 -384.000000
-576.000000 784.000000 -384.000000
-576.000000 512.000000 -368.000000
448.000000 512.000000 -368.000000
448.000000 512.000000 -384.000000
-576.000000 512.000000 -384.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
-576.000000 512.000000 -384.000000
448.000000 512.000000 -384.000000
448.000000 512.000000 -496.000000
-576.000000 512.000000 -496.000000
-576.000000 496.000000 -384.000000
448.000000 496.000000 -384.000000
448.000000 496.000000 -496.000000
-576.000000 496.000000 -496.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
448.000000 784.000000 -384.000000
464.000000 784.000000 -384.000000
464.000000 784.000000 -512.000000
448.000000 784.000000 -512.000000
448.000000 0.000000 -384.000000
464.000000 0.000000 -384.000000
464.000000 0.000000 -512.000000
448.000000 0.000000 -512.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
-592.000000 784.000000 -384.000000
-576.000000 784.000000 -384.000000
-576.000000 784.000000 -512.000000
-592.000000 784.000000 -512.000000
-592.000000 0.000000 -384.000000
-576.000000 0.000000 -384.000000
-576.000000 0.000000 -512.000000
-592.000000 0.000000 -512.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
-592.000000 1216.000000 -384.000000
-576.000000 1216.000000 -384.000000
-576.000000 1216.000000 -512.000000
-592.000000 1216.000000 -512.000000
-592.000000 784.000000 -384.000000
-576.000000 784.000000 -384.000000
-576.000000 784.000000 -512.000000
-592.000000 784.000000 -512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
448.000000 1216.000000 -384.000000
464.000000 1216.000000 -384.000000
464.000000 1216.000000 -512.000000
448.000000 1216.000000 -512.000000
448.000000 784.000000 -384.000000
464.000000 784.000000 -384.000000
464.000000 784.000000 -512.000000
448.000000 784.000000 -512.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 1216.000000 -368.000000
448.000000 1216.000000 -368.000000
448.000000 1216.000000 -384.000000
-576.000000 1216.000000 -384.000000
-576.000000 784.000000 -368.000000
448.000000 784.000000 -368.000000
448.000000 784.000000 -384.000000
-576.000000 784.000000 -384.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 1232.000000 -384.000000
448.000000 1232.000000 -384.000000
448.000000 1232.000000 -1792.000000
-576.000000 1232.000000 -1792.000000
-576.000000 1216.000000 -384.000000
448.000000 1216.000000 -384.000000
448.000000 1216.000000 -1792.000000
-576.000000 1216.000000 -1792.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
448.000000 784.000000 -512.000000
464.000000 784.000000 -512.000000
464.000000 784.000000 -1792.000000
448.000000 784.000000 -1792.000000
448.000000 0.000000 -512.000000
464.000000 0.000000 -512.000000
464.000000 0.000000 -1792.000000
448.000000 0.000000 -1792.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
-576.000000 784.000000 -1792.000000
448.000000 784.000000 -1792.000000
448.000000 784.000000 -1808.000000
-576.000000 784.000000 -1808.000000
-576.000000 0.000000 -1792.000000
448.000000 0.000000 -1792.000000
448.000000 0.000000 -1808.000000
-576.000000 0.000000 -1808.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
-592.000000 784.000000 -512.000000
-576.000000 784.000000 -512.000000
-576.000000 784.000000 -1792.000000
-592.000000 784.000000 -1792.000000
-592.000000 0.000000 -512.000000
-576.000000 0.000000 -512.000000
-576.000000 0.000000 -1792.000000
-592.000000 0.000000 -1792.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 -64.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type CameraPath
UInt32 entityIdAttachedTo 5
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 256.000000 0.000000
String64 effectName internal/misc/reflectionprobe
entity
type Target
Vector3 position 320.000000 256.000000 320.000000
Vector3 angles -135.000000 30.000000 0.000000
String32 name end
entity
type PlayerSpawn
Vector3 position -64.000000 512.000000 -448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 -1760.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 -1760.000000
Bool8 teamA 0
|
0b304cec87da1e827e9509b495e9cbdcf1b39e4e | 1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08 | /Scilab/PCIeGen3/PulseResponseConvolver/DeconvTestV2.sce | b2364f439d15d4623c128cd3ee57d3fcae7a2a1a | [] | no_license | lrayzman/SI-Scripts | 5b5f6a8e4ae19ccff53b8dab7b5773e0acde710d | 9ab161c6deff2a27c9da906e37aa68964fabb036 | refs/heads/master | 2020-09-25T16:23:23.389526 | 2020-02-09T02:13:46 | 2020-02-09T02:13:46 | 66,975,754 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 889 | sce | DeconvTestV2.sce | // Deconvolution algorithm test
clear;
lenofn=21;
M=3;
termsohofn=zeros(lenofn, lenofn);
termsohofn(1,1)=1;
for i=2:lenofn, //for all time points
termscolm=zeros(1,lenofn);
termscolm(i)=1;
last=1;
//find the -Mth point of h
if i>M then
last=i-M+1;
end
//for current point minus to -Mth point find all points of p[n]
for k=i-1:-1:last,
//get previous column of vector
termscolm=termscolm+-1*termsohofn(:,k)';
end
termsohofn(:,i)=termscolm';
end
//Shortcut
termsmscolmfull=zeros(1,lenofn);
termsmscolmfull(1:M:$)=1;
termsmscolmfull(2:M:$)=-1;
termsmscolmfull=termsmscolmfull(:,$:-1:1);
termsohofn2=zeros(lenofn, lenofn);
for i=1:lenofn,
termsohofn2(:,i)=[termsmscolmfull($-i+1:$),zeros(1,lenofn-(i))]';
end
|
4f0ba1d60450fdbf33b468352472ba50796ef513 | fdf97225e208a6642e1aafddb68b8d3e948f9b9a | /sql/feuerstein/Best_Practices/Code/emplu2.tst | a1df6d87725204c786f9e4a4e788be69e0e03b94 | [] | no_license | jampaniuday/sql_source | 2b47413a50bf419559f6310148f799cf04edb668 | 5c84428161ef58084f8fb25021fd378544ee91db | refs/heads/master | 2021-06-11T14:18:52.676174 | 2017-02-06T21:52:11 | 2017-02-06T21:52:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 493 | tst | emplu2.tst | SET VERIFY OFF
DECLARE
timing PLS_INTEGER;
emprec employee%ROWTYPE;
BEGIN
timing := DBMS_UTILITY.GET_TIME;
FOR i IN 1 .. &1
LOOP
emprec := emplu1.onerow (&2);
END LOOP;
DBMS_OUTPUT.PUT_LINE ('database table ' || TO_CHAR (DBMS_UTILITY.GET_TIME - timing));
timing := DBMS_UTILITY.GET_TIME;
FOR i IN 1 .. &1
LOOP
emprec := emplu2.onerow (&2);
END LOOP;
DBMS_OUTPUT.PUT_LINE ('index-by table ' || TO_CHAR (DBMS_UTILITY.GET_TIME - timing));
END;
/
|
34bdcb9e1f604719fa829f6dd87bb2b2a7bf7266 | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /scilab/diffuse_rel/mrdifrun2_t1.sce | c8264d643c88f51e56812eab350d71719efab4b8 | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,008 | sce | mrdifrun2_t1.sce | jobname='mrdifrun2_2';
exec("../mrdifrun1/diffuse/diffuse_utils.sce");
exec("../mrdifrun1/diffuse/mymultireactdiffuse.sce");
exec("../mrdifrun1/diffuse/newtempmultireactconc.sce");
exec("../mrdifrun1/diffuse/mconcupdate.sce");
exec("../mrdifrun1/diffuse/getconcsub.sce");
exec("../mrdifrun1/diffuse/lap3d.sce");
exec("../mrdifrun1/diffuse/cmdott.sce");
exec("../mrdifrun1/diffuse/compfunc.sce");
dt=0.002000;
h=0.100000;
ralpha=.2000;
rbeta=.100000;
dif(1)=0.500000;
dif(2)=0.60000;
dif(3)=0.800000;
inconsts(1)=ralpha;
inconsts(2)=rbeta;
rootdirectory='/scratch/cs1mkg/results/diffuse_rel';
nspec=3; nsteps=10;nsubsteps=1;n1=20;n2=20;n3=1;
in(1)=n1; in(2)=n2; in(3)=n3;in(4)=h; in(5)=nspec;
concsin=zeros(n1,n2,n3,nspec); concsin(10,8,1,1)=1; concsin(10,12,1,2)=1;sources=zeros(n1,n2,n3,nspec);sinks=zeros(n1,n2,n3,nspec);
sirout=mymultireactdiffuse(rootdirectory,jobname,nsteps, nsubsteps, dt, dif, in, concsin, sources, sinks,inconsts);
mgendxgen(rootdirectory,jobname,nsteps,n1,n2,n3,nspec);
//exit;
|
f3bcf4ca09654d5a3a350e6cbea41e5992234bcd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH3/EX3.18/18.sce | 695bc6af6f23b24e1ccf9f92b854369500f6d757 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 510 | sce | 18.sce | clc
clear
//INPUT DATA
x=23//atomic weight of sodium
y=35.45//atomic weight of chloide
AW=58.45//atomic weight of sodium chloride(NaCl)
n=4//no.of atoms in FCC structure
d=2.18*10^6//density of NaCl crystal of FCC structure in kg/m^3
N=6.023*10^23//Avogadro's Number per Kg mol
//CALCULATION
a=(((n*AW)/(d*N))^(1/3))/10^-10//The lattice constant in m
r=(a/2)//The distance between two adjacent atoms in m *10^-10
//OUTPUT
printf('The distance between two adjacent atoms is %3.2f*10^-10 m',r)
|
bcbe92ae3d46550af1e596dd5e97c9b1efc8fa1e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH10/EX10.10/Ex10_10.sce | 758af18a72b46a5eb749af5333d818d732be09cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 102 | sce | Ex10_10.sce | //Example 10.10//
xc=15;
x=7;
xm=2;
m=round((xc-x)/(xc-xm)*100)
mprintf("m = %i mol percent",m)
|
3b3310953df0d52ab49c26501d1de111035d6bbd | 449d555969bfd7befe906877abab098c6e63a0e8 | /137/CH11/EX11.7/11_7.sce | 7bb87ed3378b5cb14da8d1cc10abfba46b248a65 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 202 | sce | 11_7.sce | //page 506
//example 11.7
clc;
P1=input("enter prob of symbol 1");
P2=input("enter prob of symbol -1");
ak=(1)*P1+(-1)*P2;
disp(ak,"mean is");
Ro=(1^2)*P1+((-1)^2)*P2;
disp(Ro,"mean square is"); |
208a90a1883172d8a857658267b8a8bee57cd665 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH2/EX2.55/55.sci | a577e9e364993ec068008a7d4fbac1e9d1452a37 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 563 | sci | 55.sci | clc;
clear all;
disp("To find area of superheater")
r1=35/2;//mm inner radius of pipe
r2=45/2;//mm outer radius of pipe
kA=38.5;// W/(m*C) thermal conductivity of pipe material
ho=82;// W/(m^2*C)
hi=1120;// W/(m^2*C)
to= 920;// degree C
Cps=192;//kJ/(kg*C)
ms=55;//kg
tsup=480;// degree C
tsat=324.6;// degree C
ti=(tsup+tsat)/2;
Q=ms*Cps*(tsup-tsat);//kJ/s
//Q=2*3.1416*L*(to-ti)/(1000/(ho*r2)+(log(r2/r1))/k+1000/(hi*r1));
L=(16410.24*10^(3))/5425.8
disp("m")
A=2*3.1416*r2*L/1000;
disp("m^2",A,"Outer surface area of superheater = ")
|
0779758b0ae17ce6a40790adae89db713d40e8b8 | cc3bff70280a1ee19aaf881e852ab1d5a8a1014d | /Experiment No.1 - Sampling of band limited signal.sce | c39d2acf03d15fea328867b1262cd1bb2544a8fe | [] | no_license | imdeepak27/Digital-Communication-Systems | 814380444ff466fdbd693318fdc25815abd85347 | e35a99437a63bb023e2d6468ecfb92633d6049e5 | refs/heads/master | 2022-06-18T01:07:37.718079 | 2020-05-13T04:26:12 | 2020-05-13T04:26:12 | 263,524,581 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 405 | sce | Experiment No.1 - Sampling of band limited signal.sce | clc;
fm=10e3;
fs=500e3;
ncyc=4;
t=0:1/fs:(ncyc*1/fm);
x=sin(2*3.14*fm*t);
y=squarewave(2*3.14*fm*t,100);
subplot(3,1,1)
plot(t,x)
xlabel('TIME');
ylabel('AMPLITUDE');
title('MESSAGE SIGNAL');
subplot(3,1,2);
plot2d3(t,y);
xlabel('AMPLITUDE');
ylabel('TIME');
title('IMPLUSE');
z=x*y;
subplot(3,1,3);
plot2d3(t,z);
xlabel('AMPLITUDE');
ylabel('TIME');
title('SAMPLING');
|
5c609f052ba46c5eca3fc91ed6275bc350a2e0e8 | 8028c77435920a39892a421fca1e444a5fd9eacc | /apps/fm/test_and_ground/asist/image/FMCAT2.TST | 34ed89a31109312382e70673fccc0c07d1ce0f80 | [
"NASA-1.3"
] | permissive | WindhoverLabs/airliner | fc2b2d59c73efc8f63c6fb8b3c4e00c5fddcc7c7 | 2ab9c8717e0a42d40b0d014a22dbcc1ed7ec0eb1 | refs/heads/integration | 2023-08-04T06:01:53.480641 | 2023-07-31T03:22:06 | 2023-07-31T03:22:06 | 332,887,132 | 9 | 2 | null | 2023-07-31T02:58:48 | 2021-01-25T21:21:52 | C | UTF-8 | Scilab | false | false | 1,277 | tst | FMCAT2.TST | This is the test file 2 for the fm_filecat_basic test
Garbage to follow...
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
KHAKJFSHSH SAFKHASKJNJfnkjasf nahjlfsNJl Ffakfnanmalksfkla
|
b0ec318944b524ad869fdac749d078bda957a2a6 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.8_14.tst | 1e26a00ddb1fca9317c85c45434ebe722e26160f | [] | 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 | 535,830 | tst | 5.8_14.tst | 8 194:1 369:1 494:1 683:1 771:1 869:1 1147:1 1371:1 1395:1 1432:1 1523:1 1696:1 1776:1 1835:1 1856:1 1858:1 2057:2 2188:1 2203:1 2211:1 2214:1 2583:1 2602:1 2662:1 2705:1 2801:1 2831:1 3062:1 3134:1 3324:1 3491:1 3625:1 3650:1 3709:1 3858:1 4042:1 4115:1 4249:1 4351:1 4471:1 4533:1 4567:1 4648:2 4787:1 4789:1 4800:1 4810:1 4944:1 5104:1 5170:1 5222:1 5739:1 5808:1 6045:1 6053:1 6058:1 6100:1 6416:1 6489:1 6493:1 6521:1 6852:1 6914:2 7323:4 7345:1 7434:1 7513:1 7539:1 8035:1 8282:1 8439:1 8503:1 8556:1 8670:1 8930:1 8979:1 8997:1 9063:1 9325:1 9442:1 9486:1 9793:1 9877:1 9974:1 10153:1 10322:1 10574:1 10724:1 10965:1 10994:1 11001:1 11046:1 11229:1 11354:1 11410:1 11421:1 11501:1 12313:1 12404:1 12472:1 12641:1 12743:1 12894:1 12896:1 12919:1 12982:1 13001:1 13040:1 13126:1 13628:2 13989:1 14439:1 14577:1 14638:1 14851:1 14924:1 15568:1 15582:1 16055:1 16434:1 16518:1 16583:1 16781:1 16915:1 17110:1 17276:1 17415:98 17845:1 18232:1 18275:1 18355:1 18412:1 18723:1 19014:1 19033:1 19148:1 19205:2 19520:1 19556:1 19568:1 19769:1 19905:1 19950:1 20016:1 20025:1 20041:1 20069:1 20152:1 20490:1 20559:1 20590:1 20803:1 21087:1 21167:1 21287:1 21549:1 22043:1 22054:2 22156:1 22810:1 22946:1 22962:1 23403:1 23559:1 23699:1 23801:1 24473:1 24551:1 24570:1 25221:1 25265:1 25329:1 25333:1 25505:1 25561:1 25900:1 26567:1 27019:1 27078:1 27390:1 27396:1 27433:1 27730:1
8 46:1 194:1 214:1 327:1 369:1 494:1 683:1 771:1 869:1 934:1 1147:1 1371:1 1395:1 1432:1 1496:1 1523:1 1696:1 1720:1 1776:1 1835:1 1856:1 1858:1 1883:1 2057:3 2188:1 2203:1 2211:1 2214:1 2248:1 2510:1 2583:1 2602:1 2662:1 2705:1 2774:1 2801:1 2831:1 3062:1 3134:1 3148:1 3324:1 3491:1 3621:1 3625:2 3650:1 3709:1 3728:1 3815:1 3826:1 3857:2 3858:2 3923:1 4002:1 4020:1 4042:1 4115:1 4196:1 4249:1 4351:1 4471:1 4533:1 4567:1 4648:2 4787:1 4789:1 4800:1 4802:1 4810:1 4871:1 4944:1 5104:1 5170:1 5222:1 5437:1 5739:2 5808:1 5913:1 6037:1 6045:1 6053:1 6058:1 6100:1 6187:1 6416:1 6489:1 6493:1 6521:1 6779:1 6852:1 6914:2 7323:4 7344:1 7345:1 7434:1 7513:1 7539:1 7600:1 7817:1 8035:1 8282:1 8322:1 8439:1 8485:1 8493:1 8503:1 8556:1 8670:1 8816:1 8930:1 8954:1 8979:1 8997:1 9063:1 9179:1 9325:1 9442:1 9486:1 9793:1 9823:1 9877:1 9974:1 10153:1 10299:1 10322:1 10371:1 10427:1 10574:1 10684:1 10724:1 10786:1 10850:1 10965:1 10994:1 11001:1 11046:1 11229:1 11245:1 11354:1 11410:1 11421:1 11422:1 11477:1 11501:1 11611:1 11688:1 11876:1 12018:1 12021:1 12039:1 12313:1 12404:1 12472:2 12522:1 12641:1 12737:1 12743:1 12775:1 12894:1 12896:1 12919:1 12982:1 13001:1 13040:1 13097:1 13120:1 13126:1 13628:2 13701:1 13989:1 13996:1 14320:1 14439:1 14577:1 14604:1 14638:1 14851:1 14924:1 15495:1 15567:1 15568:1 15582:1 15584:1 15962:1 16055:1 16434:1 16435:1 16518:1 16519:1 16583:1 16762:1 16781:1 16915:1 16932:1 17110:1 17132:1 17235:1 17266:1 17276:1 17415:209 17473:1 17845:1 18232:1 18275:1 18355:1 18412:1 18723:1 18838:1 19014:1 19033:1 19137:1 19148:1 19205:3 19223:1 19492:1 19500:1 19520:1 19541:1 19556:1 19568:1 19753:1 19769:1 19819:1 19889:1 19905:1 19950:1 20016:1 20025:1 20041:1 20069:1 20143:1 20152:1 20270:1 20490:1 20556:1 20559:1 20590:1 20685:1 20803:1 20828:1 21087:1 21167:1 21287:1 21376:1 21549:1 21640:1 21709:1 21816:1 22043:1 22054:2 22067:1 22156:1 22164:1 22171:1 22449:1 22686:1 22779:1 22810:1 22946:1 22962:1 23252:1 23403:1 23559:1 23699:1 23720:1 23766:1 23801:1 23985:1 24288:1 24473:1 24551:1 24570:1 24603:1 24807:1 24809:1 25221:1 25242:1 25265:1 25279:1 25288:1 25329:1 25333:1 25505:1 25508:1 25519:1 25523:1 25561:1 25570:1 25900:1 25959:1 26567:1 26807:1 26813:1 26966:1 27019:1 27063:1 27078:1 27227:1 27390:1 27396:1 27402:1 27433:1 27730:1 27797:1
8 46:1 47:1 194:1 214:1 240:1 327:1 369:1 494:1 575:1 683:1 771:1 869:1 934:1 1147:1 1253:1 1371:1 1393:1 1395:1 1432:2 1496:1 1523:1 1696:1 1720:1 1776:1 1801:1 1835:1 1856:1 1858:1 1883:1 2057:3 2188:1 2203:1 2211:1 2214:1 2248:1 2510:1 2583:1 2602:1 2662:1 2705:1 2774:1 2801:1 2831:1 2886:1 3002:1 3062:1 3134:2 3148:1 3216:1 3324:1 3491:1 3621:1 3625:2 3650:1 3709:1 3728:1 3758:1 3815:1 3826:1 3857:2 3858:2 3923:1 4002:1 4020:1 4042:1 4115:1 4129:1 4196:1 4249:1 4351:1 4471:1 4533:1 4567:1 4648:4 4787:1 4789:1 4800:1 4802:1 4810:1 4814:1 4871:1 4944:1 5074:1 5104:1 5126:1 5136:1 5170:1 5222:1 5296:1 5437:1 5739:2 5808:1 5913:1 6037:1 6045:2 6053:1 6058:1 6089:1 6100:1 6147:1 6187:1 6295:1 6327:1 6416:1 6457:1 6489:1 6493:1 6521:1 6779:1 6852:1 6914:2 7048:1 7323:4 7344:1 7345:1 7434:1 7513:1 7539:1 7550:1 7600:1 7650:1 7684:1 7791:1 7817:1 8035:1 8135:1 8282:1 8322:1 8439:1 8485:1 8493:1 8503:1 8556:1 8620:1 8670:1 8816:1 8930:1 8954:1 8979:1 8997:1 9063:2 9179:1 9325:1 9442:1 9451:1 9486:1 9605:1 9793:1 9823:1 9877:1 9974:1 10153:1 10299:1 10322:1 10371:1 10427:1 10574:1 10684:1 10724:1 10784:1 10786:1 10850:1 10965:1 10973:1 10994:1 10995:1 11001:1 11046:1 11149:1 11229:1 11245:1 11304:1 11354:1 11410:1 11421:1 11422:1 11477:1 11501:1 11611:1 11688:1 11876:1 12009:1 12018:1 12021:1 12039:1 12313:1 12404:2 12472:2 12522:1 12641:1 12737:1 12743:1 12775:1 12894:1 12896:1 12919:1 12982:1 13001:1 13040:1 13097:1 13120:1 13126:1 13270:1 13628:2 13701:1 13989:1 13996:1 14106:1 14320:1 14439:1 14445:1 14577:1 14604:1 14638:1 14851:1 14918:1 14924:1 15012:1 15177:1 15495:1 15567:1 15568:1 15582:1 15584:1 15655:1 15962:1 16055:1 16108:1 16139:1 16399:1 16434:1 16435:1 16518:1 16519:1 16583:1 16592:1 16729:1 16762:1 16781:1 16915:1 16932:1 17110:1 17127:1 17132:1 17235:1 17266:1 17276:1 17415:260 17473:1 17845:1 18167:1 18232:1 18275:1 18303:1 18355:1 18412:1 18723:1 18753:1 18838:1 18932:1 19014:1 19033:1 19137:1 19148:1 19205:3 19223:1 19370:1 19492:1 19500:1 19520:1 19541:1 19556:1 19568:1 19577:1 19753:1 19769:1 19819:1 19889:1 19905:1 19942:1 19950:1 20016:1 20025:1 20041:2 20069:1 20143:1 20152:1 20270:1 20490:1 20556:1 20559:1 20590:1 20685:1 20752:1 20803:1 20828:1 20960:1 21087:1 21167:1 21262:1 21287:1 21376:1 21442:1 21549:1 21633:1 21640:1 21645:1 21709:1 21816:1 21928:1 21951:1 22043:1 22054:2 22067:1 22125:1 22156:1 22164:1 22171:1 22268:1 22381:1 22449:1 22491:1 22598:1 22686:1 22779:1 22810:1 22946:1 22962:1 22991:1 23252:1 23403:1 23559:1 23634:1 23681:1 23699:1 23720:1 23766:1 23779:1 23801:1 23882:1 23985:1 24288:1 24473:1 24551:1 24570:1 24603:1 24723:1 24807:1 24809:1 24969:1 25060:1 25221:1 25240:1 25242:1 25265:1 25267:1 25279:1 25288:1 25306:1 25329:1 25333:1 25392:1 25505:1 25508:1 25519:1 25523:1 25561:1 25570:1 25900:1 25959:1 26448:1 26508:1 26567:1 26764:1 26807:1 26813:1 26834:1 26921:1 26966:1 26982:1 27019:1 27063:1 27078:1 27227:1 27390:1 27396:1 27402:1 27433:1 27521:1 27534:1 27716:1 27730:1 27797:1
8 8:1 46:1 47:1 194:2 214:1 240:1 327:1 369:1 494:1 575:1 627:1 683:1 771:1 869:1 934:1 1074:1 1147:1 1182:1 1187:1 1205:1 1253:1 1311:1 1371:1 1393:1 1395:1 1432:2 1496:1 1523:1 1553:1 1670:1 1696:1 1720:1 1776:1 1801:1 1835:1 1856:1 1858:1 1871:1 1883:1 1962:1 2012:1 2057:3 2181:1 2188:1 2193:1 2203:1 2209:1 2211:1 2214:1 2216:1 2248:1 2295:1 2510:1 2583:1 2602:2 2650:1 2662:1 2705:1 2774:2 2801:1 2831:1 2886:1 2908:1 3002:1 3062:1 3134:2 3138:1 3148:1 3216:1 3324:1 3491:1 3518:1 3621:1 3625:2 3650:1 3709:1 3728:1 3758:1 3815:1 3826:1 3857:2 3858:2 3923:1 4002:1 4020:1 4030:1 4042:1 4115:1 4129:2 4169:1 4174:1 4196:1 4224:1 4249:1 4351:1 4426:1 4471:1 4533:1 4546:1 4567:1 4648:4 4787:1 4789:1 4800:1 4802:1 4810:1 4814:1 4871:1 4944:1 5074:1 5104:1 5126:1 5136:1 5170:1 5222:1 5296:1 5437:1 5739:2 5808:1 5828:1 5913:1 6034:1 6037:1 6045:2 6053:1 6058:1 6060:1 6089:1 6100:1 6147:2 6187:1 6295:1 6327:1 6416:1 6437:1 6457:1 6462:1 6489:2 6493:2 6521:1 6716:1 6779:1 6852:1 6914:2 6954:1 7048:1 7249:1 7250:1 7323:6 7344:2 7345:1 7434:1 7513:1 7539:1 7550:1 7600:1 7650:1 7684:1 7791:1 7817:1 7879:1 7964:1 8035:1 8135:1 8280:1 8282:1 8322:1 8326:1 8439:1 8485:1 8493:1 8503:1 8531:1 8556:1 8620:1 8670:1 8697:1 8816:1 8930:1 8954:1 8979:1 8997:1 9000:1 9007:1 9063:2 9179:1 9215:1 9249:1 9325:1 9418:1 9442:1 9451:1 9486:1 9569:1 9605:1 9696:1 9701:1 9793:1 9823:2 9877:1 9925:1 9974:1 10070:1 10076:1 10153:1 10299:2 10322:1 10371:1 10427:2 10574:1 10684:2 10717:1 10724:1 10784:1 10786:1 10850:1 10965:1 10973:1 10994:1 10995:1 11001:1 11046:1 11149:1 11154:1 11229:1 11245:1 11304:1 11354:1 11410:1 11414:1 11421:1 11422:1 11477:1 11501:1 11611:1 11688:1 11704:1 11876:1 12009:1 12013:1 12018:1 12021:1 12039:1 12235:1 12313:1 12402:1 12404:2 12409:1 12472:2 12522:1 12641:1 12737:1 12743:1 12775:2 12894:1 12896:1 12919:1 12982:1 13001:1 13040:1 13053:1 13097:1 13120:1 13126:1 13270:1 13366:1 13563:1 13628:2 13701:1 13751:1 13757:1 13875:1 13973:1 13989:1 13991:1 13996:1 14106:1 14211:1 14320:1 14418:1 14439:1 14445:1 14451:1 14487:1 14508:1 14577:1 14604:1 14638:1 14841:2 14851:1 14918:1 14924:1 14952:1 15012:3 15170:1 15177:1 15419:1 15495:1 15560:1 15567:1 15568:1 15582:1 15584:1 15655:1 15775:1 15907:1 15962:1 16055:1 16108:1 16139:1 16319:1 16351:1 16399:1 16434:1 16435:1 16518:1 16519:1 16583:1 16592:1 16612:1 16729:1 16762:1 16781:1 16782:1 16915:1 16932:2 17098:1 17110:1 17127:1 17132:1 17235:1 17266:1 17276:1 17415:287 17473:1 17706:1 17845:1 17928:1 18167:1 18232:1 18275:2 18303:1 18306:1 18355:1 18404:1 18412:1 18723:1 18753:1 18801:1 18838:1 18845:1 18886:1 18932:1 18936:1 19014:1 19033:1 19137:1 19148:1 19205:3 19223:1 19370:1 19492:1 19500:1 19520:1 19541:1 19556:2 19568:2 19577:1 19701:1 19753:1 19769:1 19785:1 19819:1 19889:1 19905:1 19942:1 19950:1 20016:1 20025:1 20041:2 20069:1 20143:1 20152:1 20270:1 20399:1 20490:1 20556:1 20559:1 20571:1 20590:1 20685:1 20731:1 20752:1 20803:1 20828:1 20893:1 20960:2 21028:1 21087:1 21167:1 21262:1 21287:1 21376:1 21442:1 21483:1 21547:1 21549:1 21633:1 21640:1 21645:1 21709:1 21816:1 21928:1 21951:1 22043:1 22054:2 22067:1 22125:1 22156:1 22164:1 22171:1 22268:1 22304:1 22381:1 22389:1 22449:1 22491:1 22542:1 22598:1 22686:1 22779:1 22810:1 22946:1 22962:1 22991:1 23010:1 23015:1 23073:1 23096:1 23147:1 23189:1 23252:1 23277:1 23403:1 23493:1 23559:1 23634:1 23646:1 23681:2 23699:1 23720:1 23766:1 23779:1 23791:1 23801:1 23882:1 23907:1 23985:1 24153:1 24288:1 24331:1 24439:1 24470:1 24473:1 24551:1 24570:1 24603:1 24723:1 24807:1 24809:1 24969:2 24972:1 25060:1 25112:1 25221:1 25240:2 25242:1 25265:1 25267:1 25279:1 25288:1 25306:1 25329:1 25333:1 25392:1 25505:1 25508:1 25519:1 25523:1 25561:1 25570:1 25715:1 25738:1 25793:1 25820:1 25900:1 25959:1 25994:1 25997:1 26368:1 26448:1 26508:1 26539:1 26567:1 26655:1 26692:1 26764:1 26807:1 26813:1 26834:2 26921:1 26966:1 26975:1 26982:1 27019:2 27063:1 27078:1 27150:1 27227:1 27390:1 27396:1 27402:1 27433:1 27477:1 27521:1 27534:1 27619:1 27635:1 27716:1 27730:1 27797:1
8 8:1 46:1 47:1 194:3 214:1 240:1 327:1 369:1 441:1 494:1 575:1 627:1 683:1 771:1 869:1 934:1 1045:1 1074:1 1147:1 1182:1 1187:1 1205:1 1238:1 1253:1 1311:1 1371:1 1393:1 1395:2 1411:1 1432:2 1496:1 1523:1 1553:1 1670:2 1696:1 1720:1 1776:1 1801:1 1835:1 1856:1 1858:1 1871:1 1883:1 1956:1 1962:1 2012:1 2057:3 2179:1 2181:1 2188:1 2193:1 2201:1 2203:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:1 2295:1 2510:1 2563:1 2583:1 2602:2 2650:1 2662:1 2705:1 2774:2 2801:1 2831:1 2886:1 2908:1 3002:1 3062:1 3134:2 3137:1 3138:1 3148:1 3216:1 3324:1 3491:1 3506:1 3518:1 3621:1 3625:2 3650:1 3709:2 3728:1 3758:1 3815:1 3826:1 3857:2 3858:2 3923:1 4002:1 4020:1 4030:1 4042:1 4115:1 4129:2 4131:1 4169:1 4174:1 4196:1 4224:1 4249:1 4351:1 4426:1 4471:1 4533:1 4546:1 4567:1 4648:5 4767:1 4787:1 4789:1 4796:1 4800:1 4802:1 4810:1 4813:1 4814:1 4871:1 4944:1 5074:1 5104:1 5126:1 5136:1 5170:1 5212:1 5222:1 5296:1 5313:1 5319:1 5413:1 5437:1 5643:1 5739:3 5808:1 5828:1 5896:1 5913:1 6034:2 6037:1 6045:2 6048:1 6053:1 6058:1 6060:1 6089:1 6100:1 6147:2 6187:1 6295:1 6327:1 6416:1 6437:1 6457:1 6462:1 6475:1 6489:3 6493:2 6519:1 6521:1 6703:1 6716:1 6721:1 6779:1 6816:1 6852:1 6914:2 6954:1 6999:1 7048:1 7073:1 7249:1 7250:1 7323:8 7344:2 7345:1 7434:1 7488:1 7513:1 7539:1 7550:1 7600:1 7650:1 7684:1 7791:2 7817:1 7879:1 7964:1 8035:1 8124:1 8135:1 8161:1 8280:1 8282:1 8322:1 8326:1 8439:1 8484:1 8485:1 8493:1 8503:1 8515:1 8531:1 8556:1 8620:1 8670:1 8697:1 8748:1 8816:1 8907:1 8930:2 8954:1 8979:1 8997:1 9000:1 9007:1 9063:2 9179:1 9215:1 9236:1 9249:1 9325:1 9418:1 9442:1 9451:1 9486:1 9569:1 9605:1 9687:1 9696:1 9701:1 9793:1 9823:2 9877:2 9925:1 9974:1 10070:1 10076:1 10153:1 10299:2 10322:1 10346:1 10371:1 10427:2 10526:1 10574:1 10684:2 10717:1 10724:1 10784:1 10786:1 10850:1 10907:1 10965:1 10973:1 10994:2 10995:1 11001:1 11046:1 11149:1 11154:1 11229:1 11245:1 11304:1 11354:1 11410:1 11414:1 11421:1 11422:1 11447:1 11477:1 11501:1 11611:1 11688:1 11704:1 11756:1 11876:1 12009:1 12013:1 12018:1 12021:1 12039:1 12235:1 12243:1 12313:1 12402:1 12404:2 12409:1 12472:3 12522:1 12641:1 12737:1 12743:1 12775:2 12894:1 12896:1 12919:1 12982:1 12995:1 13001:1 13040:1 13053:1 13080:1 13097:1 13120:1 13126:1 13270:1 13366:1 13563:1 13628:2 13701:1 13751:1 13757:1 13875:1 13969:1 13973:1 13989:1 13991:1 13996:2 14106:1 14211:1 14267:1 14320:1 14418:1 14430:1 14439:1 14445:1 14451:1 14487:1 14508:1 14564:1 14577:1 14586:1 14604:1 14638:1 14809:1 14841:2 14851:1 14918:1 14924:2 14952:1 15012:3 15170:1 15177:1 15187:1 15195:1 15402:1 15419:1 15483:1 15495:1 15513:1 15560:1 15567:1 15568:1 15582:1 15584:1 15655:1 15775:1 15907:1 15962:1 16055:1 16108:1 16139:1 16319:1 16351:1 16399:1 16434:1 16435:1 16518:1 16519:1 16583:1 16592:1 16612:1 16729:1 16762:1 16781:1 16782:1 16915:1 16932:2 17098:1 17110:2 17127:1 17132:1 17183:1 17235:1 17266:1 17276:1 17415:356 17473:1 17505:1 17706:1 17845:1 17917:1 17928:1 17936:1 18142:1 18167:1 18232:2 18275:2 18277:1 18303:1 18306:1 18355:1 18360:1 18404:1 18411:1 18412:1 18543:1 18687:1 18723:1 18753:1 18754:1 18801:1 18838:1 18845:1 18886:1 18932:1 18936:1 19014:1 19033:1 19050:1 19137:1 19148:1 19205:3 19223:1 19370:1 19492:1 19500:1 19520:1 19541:1 19556:3 19559:1 19568:2 19577:1 19701:1 19733:1 19753:1 19769:1 19785:1 19819:1 19889:1 19905:1 19942:1 19950:1 20016:1 20025:1 20041:2 20069:1 20143:1 20152:1 20270:1 20332:1 20399:1 20490:1 20526:1 20556:1 20559:1 20571:1 20590:1 20683:1 20685:1 20731:1 20752:1 20803:1 20828:1 20893:1 20906:1 20960:2 21022:1 21028:1 21087:1 21167:1 21199:1 21262:1 21287:1 21341:1 21375:1 21376:1 21442:1 21483:1 21513:1 21547:1 21549:1 21633:1 21640:1 21645:1 21709:1 21789:1 21816:1 21817:1 21928:1 21951:1 22008:1 22043:1 22054:2 22067:1 22085:1 22125:1 22156:1 22164:1 22171:1 22268:1 22304:1 22381:1 22389:1 22449:1 22491:1 22542:1 22598:1 22686:1 22687:1 22779:1 22810:1 22904:1 22946:1 22962:1 22991:1 23010:1 23015:2 23073:1 23096:2 23147:1 23189:1 23252:1 23277:1 23403:1 23493:2 23559:1 23634:1 23646:1 23669:1 23681:2 23689:1 23699:1 23720:1 23766:1 23779:1 23791:1 23801:1 23882:1 23907:1 23985:1 23996:1 23998:1 24153:1 24288:1 24331:1 24439:1 24470:1 24473:1 24551:1 24562:1 24570:1 24603:1 24704:1 24723:1 24807:1 24809:1 24896:1 24904:1 24969:2 24972:1 25060:1 25112:1 25221:1 25240:2 25242:1 25265:1 25267:1 25279:1 25288:1 25306:1 25329:1 25333:1 25392:1 25496:1 25505:1 25508:1 25519:1 25523:1 25561:1 25568:1 25570:1 25715:1 25738:1 25793:1 25796:1 25802:1 25820:1 25824:1 25871:1 25900:1 25957:1 25959:1 25994:1 25997:1 26007:1 26072:1 26368:1 26439:1 26448:1 26484:1 26508:2 26539:1 26547:1 26567:1 26655:2 26692:1 26764:1 26807:1 26813:1 26834:2 26921:1 26946:1 26966:1 26975:1 26982:1 27019:2 27063:1 27078:1 27096:1 27150:1 27202:1 27227:1 27390:1 27396:1 27402:1 27433:1 27447:1 27477:1 27521:1 27534:1 27569:1 27619:1 27635:1 27689:1 27716:1 27730:1 27797:1
8 8:1 46:1 47:1 194:3 214:1 240:2 327:1 329:1 369:1 432:1 441:1 494:1 575:1 605:1 627:1 683:1 771:1 843:1 869:1 934:1 1045:1 1074:1 1147:1 1176:1 1182:1 1187:1 1191:1 1205:1 1238:1 1253:1 1265:1 1311:1 1371:1 1393:1 1395:2 1411:1 1432:2 1475:1 1496:1 1509:1 1523:1 1553:1 1565:1 1588:1 1644:1 1670:2 1696:1 1720:1 1740:1 1776:1 1801:1 1824:1 1835:1 1856:1 1858:1 1871:1 1883:1 1956:1 1962:1 2012:1 2057:3 2179:1 2181:1 2188:1 2193:1 2196:1 2201:1 2203:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:1 2295:1 2510:1 2563:1 2583:1 2602:2 2649:1 2650:1 2662:1 2705:1 2760:1 2774:2 2801:1 2831:1 2880:1 2886:1 2908:1 3002:1 3062:2 3134:2 3137:1 3138:1 3148:1 3158:1 3216:1 3313:1 3324:1 3491:1 3506:1 3518:1 3614:1 3621:1 3625:2 3646:1 3650:1 3709:2 3728:1 3758:1 3815:1 3826:1 3857:2 3858:2 3923:1 3983:1 4002:1 4020:1 4030:1 4042:1 4115:1 4129:2 4131:1 4152:1 4169:1 4174:1 4196:1 4224:1 4249:1 4281:1 4351:1 4426:2 4471:1 4497:1 4533:1 4546:1 4567:1 4648:5 4669:1 4767:1 4787:1 4789:1 4792:1 4796:1 4800:1 4802:1 4810:1 4813:1 4814:1 4871:1 4944:1 5074:1 5104:2 5126:1 5136:1 5170:1 5212:1 5222:1 5296:1 5313:1 5319:1 5413:1 5437:1 5585:1 5643:1 5710:1 5739:3 5773:1 5808:1 5828:1 5896:1 5913:1 5942:1 6027:1 6034:2 6037:1 6045:2 6047:1 6048:1 6053:1 6058:1 6060:1 6089:1 6100:1 6147:2 6187:1 6295:1 6327:1 6338:1 6416:1 6437:1 6457:1 6462:1 6475:1 6489:3 6493:2 6519:1 6521:1 6592:1 6620:1 6703:1 6716:1 6721:1 6779:1 6816:1 6852:1 6914:2 6954:1 6960:1 6999:1 7048:1 7073:1 7249:1 7250:1 7307:1 7323:8 7344:2 7345:1 7434:1 7488:1 7513:1 7539:1 7550:1 7600:1 7603:1 7650:1 7675:1 7677:1 7684:1 7791:3 7817:1 7879:1 7891:1 7958:1 7964:1 8035:1 8124:1 8125:1 8135:1 8161:1 8280:2 8282:1 8322:1 8326:1 8439:1 8484:1 8485:1 8493:1 8503:1 8515:1 8531:1 8556:1 8620:1 8670:1 8697:1 8748:1 8816:1 8907:1 8930:2 8954:1 8971:1 8979:1 8997:1 9000:1 9007:1 9063:2 9179:2 9215:1 9236:1 9249:1 9325:1 9418:1 9442:1 9451:1 9486:1 9569:1 9571:1 9605:1 9687:1 9696:1 9701:1 9773:1 9793:1 9823:2 9877:2 9917:1 9925:1 9974:1 10066:1 10070:1 10076:1 10153:2 10299:2 10300:1 10322:1 10346:1 10371:1 10398:1 10427:2 10526:1 10574:1 10684:2 10717:1 10724:1 10784:1 10786:1 10850:1 10907:1 10965:1 10973:1 10994:2 10995:1 11001:1 11046:1 11109:1 11149:1 11154:1 11229:1 11245:1 11304:1 11354:1 11387:1 11388:1 11410:1 11414:1 11421:1 11422:1 11447:1 11477:1 11501:1 11611:1 11688:1 11704:1 11735:1 11756:1 11876:1 11945:1 12009:1 12013:1 12018:1 12021:1 12039:1 12167:1 12235:1 12243:1 12313:1 12402:1 12404:3 12409:2 12472:3 12522:1 12557:1 12641:1 12737:2 12743:1 12775:2 12894:1 12896:1 12919:1 12945:1 12951:1 12982:1 12995:1 13001:1 13040:1 13053:1 13067:1 13080:1 13097:1 13120:1 13126:1 13270:1 13310:1 13366:1 13371:1 13563:1 13628:2 13701:1 13751:1 13757:1 13875:1 13969:1 13973:1 13989:1 13991:1 13996:2 14106:1 14211:1 14267:1 14320:1 14418:1 14430:1 14439:1 14445:1 14451:1 14487:1 14508:1 14564:1 14577:1 14586:1 14604:1 14638:1 14809:1 14841:2 14843:1 14851:1 14881:1 14918:1 14924:2 14952:1 14973:1 15012:3 15170:2 15177:1 15187:1 15188:1 15195:1 15352:1 15402:1 15419:1 15483:1 15495:1 15513:1 15560:1 15567:1 15568:1 15582:2 15584:1 15655:1 15775:2 15907:1 15962:1 16055:1 16108:1 16139:1 16319:1 16351:1 16399:2 16434:1 16435:1 16518:1 16519:1 16583:1 16592:1 16612:1 16729:1 16762:1 16781:1 16782:1 16865:1 16915:1 16932:2 17098:1 17110:2 17127:1 17132:1 17183:1 17205:1 17235:1 17266:1 17276:1 17415:422 17473:1 17505:1 17706:1 17845:1 17917:1 17928:1 17936:1 17980:1 18121:1 18142:1 18167:1 18232:2 18275:2 18277:1 18303:1 18306:1 18355:1 18360:1 18404:1 18411:1 18412:1 18543:1 18545:1 18687:1 18723:1 18753:1 18754:1 18755:1 18801:1 18838:1 18845:1 18875:1 18886:1 18932:1 18936:1 19011:1 19014:1 19033:1 19050:1 19137:1 19148:1 19205:3 19223:1 19233:1 19370:1 19441:1 19492:1 19500:1 19520:1 19541:1 19556:3 19559:1 19568:2 19577:1 19701:1 19733:1 19753:1 19769:1 19785:1 19819:1 19852:1 19889:1 19894:1 19905:1 19923:1 19942:1 19950:1 20016:1 20025:1 20039:1 20041:2 20069:1 20070:1 20085:1 20089:1 20143:1 20152:1 20270:1 20332:1 20399:1 20469:1 20490:1 20526:1 20556:1 20559:1 20571:1 20590:1 20683:1 20685:1 20731:1 20752:1 20803:1 20828:1 20893:1 20906:1 20960:2 21022:1 21028:1 21087:1 21167:1 21199:1 21262:1 21287:1 21312:1 21341:1 21375:1 21376:1 21414:1 21442:1 21483:2 21513:2 21547:1 21549:1 21633:1 21640:1 21645:1 21709:1 21737:1 21789:1 21816:1 21817:1 21869:1 21928:1 21951:1 21979:1 22008:1 22043:1 22054:2 22067:1 22085:1 22125:1 22156:1 22164:1 22171:1 22268:1 22304:1 22381:2 22389:1 22449:1 22491:1 22542:1 22545:1 22598:1 22666:1 22686:1 22687:1 22779:1 22810:1 22891:1 22904:1 22946:1 22962:1 22991:1 23010:1 23015:2 23073:1 23096:2 23142:1 23147:1 23189:1 23252:1 23277:1 23369:1 23403:2 23493:2 23559:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23699:1 23720:1 23766:1 23779:1 23791:1 23801:1 23848:1 23882:1 23907:1 23985:1 23996:1 23998:1 24153:1 24288:1 24331:1 24439:1 24470:1 24473:1 24551:1 24562:1 24570:1 24603:1 24704:1 24723:1 24733:1 24807:1 24809:1 24896:1 24904:1 24969:2 24972:1 25060:1 25097:1 25112:1 25221:1 25240:2 25242:1 25265:1 25267:1 25279:1 25288:1 25306:1 25329:1 25333:1 25392:1 25496:1 25505:1 25508:1 25519:1 25523:1 25561:1 25568:1 25570:1 25672:1 25715:1 25738:2 25793:1 25796:1 25802:1 25820:2 25824:1 25871:1 25900:1 25957:1 25959:1 25994:1 25997:1 26007:1 26072:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:3 26539:1 26547:1 26567:1 26655:2 26692:1 26764:1 26807:1 26813:1 26834:2 26864:1 26921:1 26946:1 26966:1 26975:1 26982:1 27019:2 27063:1 27078:1 27096:1 27150:2 27202:1 27227:1 27241:1 27390:1 27396:1 27402:1 27433:1 27447:1 27477:1 27521:1 27534:1 27569:1 27619:1 27635:1 27669:1 27689:1 27715:1 27716:1 27730:1 27775:1 27792:1 27797:1
8 8:1 46:1 47:1 190:1 194:3 214:1 240:2 327:1 329:1 369:2 432:1 441:1 494:1 575:1 605:1 627:1 683:1 771:1 843:1 869:1 934:1 973:1 1045:1 1074:1 1147:1 1176:1 1182:1 1187:1 1191:1 1205:1 1238:1 1253:1 1265:1 1311:1 1371:1 1374:1 1393:1 1395:3 1399:1 1411:1 1432:2 1475:2 1496:1 1509:1 1523:1 1553:1 1565:1 1588:1 1607:1 1640:1 1644:1 1670:2 1696:1 1720:1 1740:1 1776:1 1801:2 1824:1 1835:1 1844:1 1856:1 1858:1 1871:1 1883:1 1956:1 1962:1 2012:1 2057:3 2179:1 2181:1 2188:1 2193:1 2196:2 2201:2 2203:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:1 2295:1 2418:1 2510:1 2563:1 2583:1 2602:2 2649:1 2650:1 2662:1 2705:1 2731:1 2760:1 2774:2 2801:1 2803:1 2831:1 2880:1 2885:1 2886:1 2908:1 3002:1 3062:2 3134:2 3137:1 3138:1 3148:1 3158:1 3216:1 3313:1 3324:1 3491:1 3506:1 3518:1 3614:1 3621:1 3625:2 3646:1 3650:1 3709:2 3728:1 3758:1 3815:1 3818:1 3826:1 3857:2 3858:2 3923:1 3983:1 4002:1 4020:1 4030:1 4042:1 4109:1 4115:1 4129:2 4131:1 4152:1 4169:1 4174:1 4196:1 4224:1 4235:1 4249:1 4281:2 4351:1 4426:2 4462:1 4471:1 4497:1 4533:1 4546:1 4567:1 4648:5 4669:1 4767:1 4787:1 4789:1 4792:1 4796:1 4800:1 4802:1 4810:1 4813:1 4814:1 4871:1 4944:1 4994:1 5074:1 5104:2 5126:1 5136:1 5170:1 5212:1 5222:1 5296:1 5313:1 5315:1 5319:1 5413:1 5437:1 5585:1 5643:2 5710:1 5739:3 5760:1 5773:1 5808:1 5828:1 5896:1 5913:1 5942:2 6027:1 6034:2 6037:1 6041:1 6045:2 6047:1 6048:1 6053:1 6058:1 6060:1 6089:1 6100:1 6101:1 6147:2 6187:1 6295:1 6327:1 6338:1 6416:1 6437:1 6457:2 6462:1 6475:1 6489:3 6493:2 6519:2 6521:1 6592:1 6596:1 6620:1 6625:2 6703:1 6716:1 6721:1 6779:1 6816:3 6852:1 6860:1 6903:1 6914:2 6954:1 6960:1 6999:1 7048:1 7073:1 7249:1 7250:1 7274:1 7307:1 7323:9 7344:2 7345:2 7434:1 7488:1 7513:1 7525:1 7539:1 7550:1 7563:1 7600:1 7603:1 7650:1 7675:1 7677:1 7684:1 7791:3 7812:1 7817:1 7879:1 7891:1 7958:1 7964:1 8035:1 8122:1 8124:1 8125:1 8126:1 8128:2 8135:1 8161:1 8280:2 8282:1 8322:1 8326:1 8406:1 8439:1 8484:1 8485:1 8493:1 8503:1 8515:1 8531:1 8556:2 8575:1 8620:1 8670:1 8697:1 8748:1 8816:1 8907:1 8930:2 8954:1 8971:1 8979:1 8997:1 9000:1 9007:1 9016:1 9063:2 9073:1 9179:2 9215:1 9236:1 9249:1 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9486:1 9569:1 9571:1 9605:1 9687:1 9696:1 9701:1 9773:1 9793:1 9823:2 9870:1 9877:3 9917:1 9925:1 9974:1 10066:1 10070:1 10076:1 10121:1 10153:2 10299:2 10300:1 10322:1 10346:1 10371:1 10398:1 10404:1 10427:2 10526:1 10574:1 10684:2 10717:1 10724:1 10778:1 10784:1 10786:1 10821:1 10850:1 10907:1 10965:1 10973:1 10994:2 10995:1 11001:1 11046:1 11109:1 11149:1 11154:1 11229:1 11245:1 11304:1 11354:1 11387:1 11388:1 11410:1 11414:1 11421:1 11422:1 11447:1 11477:1 11501:1 11611:1 11688:1 11704:1 11735:1 11756:1 11876:1 11945:1 12009:1 12013:1 12018:1 12021:1 12039:1 12167:1 12235:1 12243:1 12313:1 12402:1 12404:3 12409:2 12472:6 12522:1 12557:1 12641:1 12661:1 12737:2 12743:1 12775:2 12894:1 12896:1 12919:1 12945:1 12951:1 12982:1 12995:1 13001:1 13040:1 13053:1 13067:1 13080:1 13097:1 13120:1 13126:1 13270:1 13310:1 13366:1 13371:1 13563:1 13628:2 13701:1 13751:1 13757:1 13875:1 13969:1 13973:1 13989:1 13991:1 13996:2 14045:1 14106:1 14211:1 14267:1 14320:1 14418:1 14430:1 14439:1 14445:1 14451:1 14487:1 14508:1 14564:1 14577:1 14586:1 14604:1 14622:1 14638:1 14809:1 14841:2 14843:1 14851:1 14881:1 14918:1 14924:5 14952:1 14973:1 15012:3 15170:2 15177:1 15187:1 15188:1 15195:1 15352:1 15402:1 15419:1 15442:1 15483:2 15495:1 15513:1 15560:1 15567:1 15568:1 15582:2 15584:1 15629:1 15655:2 15775:2 15907:1 15962:1 16028:1 16055:1 16108:1 16139:1 16319:1 16351:1 16399:2 16434:1 16435:1 16518:1 16519:1 16531:1 16583:1 16592:1 16612:1 16729:1 16762:1 16781:1 16782:1 16807:1 16865:1 16915:1 16932:2 17098:1 17110:3 17127:1 17132:1 17183:1 17205:1 17235:1 17266:1 17276:1 17326:1 17415:510 17473:1 17505:1 17594:1 17600:1 17706:1 17845:1 17917:1 17928:1 17936:1 17980:1 18074:1 18121:1 18142:1 18167:1 18232:3 18275:2 18277:1 18303:1 18306:1 18324:1 18335:1 18355:1 18359:1 18360:1 18404:1 18411:1 18412:1 18543:1 18545:1 18687:1 18723:1 18753:1 18754:1 18755:2 18801:1 18838:1 18845:1 18875:1 18884:1 18886:1 18893:1 18932:1 18936:1 18947:1 18966:1 19011:1 19014:1 19033:1 19050:1 19137:1 19148:1 19205:3 19213:1 19223:1 19233:1 19370:1 19441:1 19492:1 19500:1 19520:1 19541:1 19556:3 19559:1 19568:2 19577:1 19582:1 19607:1 19701:1 19733:1 19753:1 19769:1 19785:1 19797:1 19819:1 19852:1 19889:1 19894:1 19905:1 19923:1 19942:1 19950:1 20016:1 20025:1 20039:1 20041:2 20069:1 20070:1 20085:1 20089:1 20143:1 20152:1 20270:1 20332:1 20399:1 20447:1 20469:1 20490:1 20526:1 20556:1 20559:1 20571:1 20590:1 20683:1 20685:1 20731:1 20752:1 20755:2 20803:1 20828:1 20893:1 20906:1 20960:2 21022:1 21028:1 21087:1 21167:1 21199:1 21262:1 21287:1 21312:1 21341:1 21375:1 21376:1 21414:1 21442:1 21483:2 21513:2 21547:1 21549:1 21633:1 21640:1 21645:1 21703:1 21709:1 21735:1 21737:1 21789:1 21816:2 21817:1 21869:1 21928:1 21930:1 21951:1 21979:1 22008:1 22043:1 22054:2 22067:1 22085:1 22125:2 22156:1 22164:1 22171:1 22268:1 22304:1 22381:2 22389:1 22449:1 22466:1 22491:1 22542:1 22545:1 22598:1 22666:1 22686:1 22687:1 22779:1 22810:1 22891:1 22904:1 22946:1 22962:1 22991:1 22996:1 23010:1 23015:2 23073:1 23096:2 23142:1 23147:1 23189:1 23252:1 23277:1 23369:1 23403:2 23493:2 23559:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23692:1 23699:1 23718:1 23720:1 23721:1 23766:1 23779:1 23791:1 23801:1 23848:1 23862:1 23882:1 23907:1 23985:1 23996:1 23998:1 24153:1 24288:1 24331:1 24340:1 24439:1 24470:1 24473:1 24497:1 24551:1 24562:1 24570:1 24603:1 24704:1 24723:1 24733:1 24807:1 24809:1 24896:1 24904:1 24969:2 24972:1 25060:1 25097:1 25112:1 25159:1 25221:1 25240:2 25242:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25329:1 25333:2 25392:1 25496:1 25505:1 25508:1 25513:1 25519:1 25523:1 25561:1 25568:2 25570:1 25572:1 25672:1 25715:1 25738:2 25793:1 25796:1 25802:1 25820:2 25824:1 25870:1 25871:1 25872:1 25900:2 25925:1 25957:1 25959:1 25994:1 25997:1 26007:1 26072:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:7 26539:1 26547:1 26567:1 26655:2 26692:1 26764:1 26807:1 26813:1 26834:2 26864:1 26921:1 26946:1 26966:1 26975:1 26982:1 27019:2 27063:1 27078:1 27096:1 27150:2 27154:1 27202:1 27227:1 27241:1 27390:1 27396:1 27402:1 27433:1 27447:1 27477:1 27521:1 27534:1 27564:1 27569:1 27619:1 27635:1 27669:1 27689:1 27706:1 27715:1 27716:1 27723:1 27730:1 27775:1 27792:1 27797:1
8 8:1 46:1 47:2 190:1 194:3 214:1 240:2 327:1 329:1 369:2 432:1 441:1 486:1 494:1 575:1 605:1 627:1 683:1 771:1 843:1 869:1 891:1 934:1 973:1 1045:1 1052:1 1074:1 1147:1 1176:1 1182:1 1187:1 1191:1 1205:1 1238:1 1253:1 1265:1 1311:1 1324:1 1371:1 1374:1 1393:2 1395:4 1399:1 1411:1 1424:1 1432:2 1475:2 1496:1 1509:2 1523:2 1553:1 1565:1 1588:1 1607:1 1640:1 1644:1 1670:2 1692:1 1696:1 1720:1 1740:1 1769:1 1776:1 1801:2 1824:1 1835:1 1844:1 1856:1 1858:1 1859:1 1871:1 1883:1 1956:1 1962:1 2012:1 2057:3 2179:1 2181:1 2188:1 2193:1 2196:2 2201:3 2203:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:1 2295:1 2418:1 2510:1 2563:1 2583:1 2598:1 2602:2 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:1 2774:2 2801:1 2803:1 2831:1 2880:1 2885:1 2886:1 2908:1 3002:1 3010:1 3062:2 3090:1 3134:3 3137:1 3138:1 3148:1 3158:1 3174:1 3216:1 3313:2 3324:1 3434:1 3481:1 3491:1 3506:1 3518:1 3614:1 3621:1 3625:2 3646:1 3650:1 3709:2 3728:1 3758:1 3807:1 3815:1 3818:1 3826:1 3857:2 3858:2 3923:1 3940:1 3983:1 4002:1 4020:2 4030:1 4035:1 4042:1 4109:1 4115:1 4129:2 4131:1 4152:1 4169:1 4174:1 4196:1 4224:1 4235:1 4249:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:2 4533:1 4546:1 4567:1 4648:6 4669:1 4670:1 4673:1 4767:1 4787:2 4789:1 4792:1 4796:1 4800:1 4802:1 4810:1 4813:1 4814:2 4871:1 4944:1 4994:1 5010:1 5074:1 5104:2 5126:1 5136:1 5170:1 5212:1 5222:2 5296:1 5313:1 5315:1 5319:1 5320:1 5413:1 5423:1 5437:1 5585:1 5587:1 5593:1 5643:2 5710:1 5739:3 5760:1 5773:1 5808:1 5828:1 5896:1 5913:1 5942:2 6027:1 6034:2 6037:1 6041:1 6045:3 6047:1 6048:1 6053:1 6058:1 6060:1 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6295:1 6327:1 6338:1 6416:1 6433:1 6437:1 6457:2 6462:1 6475:1 6489:3 6493:2 6508:1 6519:2 6521:2 6592:1 6596:1 6597:1 6620:1 6625:2 6703:1 6716:1 6721:1 6779:1 6816:3 6818:1 6852:1 6860:1 6890:1 6903:1 6914:2 6954:1 6960:1 6999:1 7048:1 7073:1 7249:1 7250:1 7274:1 7307:1 7323:10 7344:2 7345:2 7434:1 7488:1 7513:1 7525:1 7539:1 7550:1 7563:1 7600:1 7603:1 7650:1 7675:1 7677:1 7684:1 7791:3 7812:1 7815:1 7817:1 7879:1 7891:1 7958:1 7964:1 8035:1 8122:1 8124:1 8125:1 8126:1 8128:2 8135:1 8161:1 8280:2 8282:1 8322:1 8326:1 8362:1 8397:1 8406:1 8439:1 8441:1 8484:1 8485:1 8493:1 8503:1 8515:1 8531:1 8556:2 8558:1 8575:1 8620:1 8670:2 8697:1 8748:1 8752:1 8816:1 8907:1 8930:2 8954:1 8971:1 8979:1 8997:1 9000:1 9007:1 9016:1 9063:2 9073:1 9179:2 9215:1 9236:1 9249:2 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9486:1 9569:1 9571:1 9605:1 9687:1 9696:1 9701:1 9707:1 9773:1 9788:1 9793:1 9799:1 9823:2 9870:1 9877:4 9917:2 9925:1 9974:1 10013:1 10066:1 10070:1 10076:1 10121:1 10153:2 10167:1 10281:1 10299:2 10300:1 10322:1 10346:1 10371:1 10398:1 10404:1 10410:1 10427:2 10526:1 10574:1 10646:1 10684:2 10717:1 10724:1 10778:1 10784:1 10786:1 10821:1 10850:1 10907:1 10965:2 10973:1 10994:2 10995:1 11001:1 11046:1 11109:1 11149:1 11154:1 11176:1 11229:1 11245:1 11252:1 11304:1 11354:1 11355:1 11387:1 11388:1 11410:1 11414:1 11421:1 11422:1 11447:1 11477:1 11501:1 11515:1 11611:1 11688:1 11704:1 11735:1 11756:1 11860:1 11876:1 11945:1 11960:1 12009:1 12013:1 12018:1 12021:1 12039:1 12167:1 12235:1 12243:1 12271:1 12313:1 12402:1 12404:3 12409:2 12472:7 12522:1 12557:1 12641:1 12661:1 12737:2 12743:1 12775:2 12894:1 12896:1 12919:1 12945:1 12951:1 12982:1 12995:1 13001:1 13040:1 13053:1 13067:1 13080:1 13097:1 13120:1 13126:1 13155:1 13187:1 13270:1 13310:1 13366:1 13371:1 13459:1 13498:1 13563:1 13628:2 13701:1 13744:1 13751:1 13757:1 13875:1 13969:1 13973:1 13989:1 13991:1 13996:2 14045:1 14106:1 14211:1 14267:1 14320:1 14418:1 14430:1 14439:1 14445:1 14451:1 14487:1 14508:1 14564:1 14577:1 14586:1 14604:1 14622:1 14638:1 14809:1 14818:1 14841:2 14843:1 14851:1 14881:1 14901:1 14918:1 14924:5 14952:2 14973:1 15012:4 15018:1 15170:2 15177:1 15187:1 15188:1 15195:1 15207:1 15352:1 15402:1 15419:1 15442:1 15483:2 15495:1 15513:1 15560:1 15567:2 15568:1 15582:2 15584:1 15629:1 15655:2 15775:2 15839:1 15907:1 15962:1 16028:1 16055:1 16108:1 16139:1 16319:1 16351:1 16399:2 16434:1 16435:1 16518:1 16519:1 16531:1 16583:1 16592:1 16612:1 16729:1 16762:1 16781:1 16782:1 16807:1 16865:1 16915:1 16932:2 17098:1 17110:4 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17266:1 17276:1 17326:1 17415:573 17473:1 17505:1 17594:1 17600:1 17706:2 17845:1 17917:1 17928:1 17931:1 17936:1 17980:1 18074:1 18121:1 18142:1 18167:1 18187:1 18232:4 18275:2 18277:1 18303:1 18306:1 18324:1 18335:1 18355:1 18359:1 18360:1 18404:1 18411:1 18412:1 18543:1 18545:1 18687:1 18703:1 18723:1 18753:1 18754:1 18755:2 18801:1 18805:1 18838:1 18845:1 18875:1 18884:1 18886:1 18893:1 18901:1 18932:1 18936:1 18947:1 18966:1 19011:1 19014:1 19033:1 19050:1 19109:1 19137:1 19148:1 19205:3 19213:1 19223:1 19233:1 19370:1 19407:1 19441:1 19492:1 19500:2 19502:1 19520:1 19541:1 19556:3 19559:1 19568:2 19577:1 19582:1 19607:1 19689:1 19701:1 19731:1 19733:1 19753:1 19769:1 19785:1 19797:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:1 19923:1 19942:1 19950:1 20016:1 20025:1 20039:1 20041:3 20069:1 20070:1 20085:1 20089:1 20143:1 20152:1 20270:1 20332:1 20399:1 20447:1 20469:1 20490:1 20526:1 20548:1 20556:1 20559:1 20571:1 20590:1 20596:1 20683:1 20685:1 20730:1 20731:1 20752:1 20755:2 20803:1 20828:1 20893:1 20906:1 20960:3 21022:1 21028:1 21057:1 21087:1 21167:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21354:1 21375:1 21376:1 21414:1 21442:1 21480:1 21483:2 21496:1 21513:2 21547:1 21549:1 21633:1 21640:1 21645:1 21703:2 21709:1 21728:1 21735:1 21737:1 21789:1 21816:2 21817:1 21869:1 21928:1 21930:1 21951:1 21966:1 21979:1 21985:1 22008:1 22043:1 22054:2 22067:1 22085:1 22125:2 22156:1 22164:1 22171:1 22268:1 22304:1 22381:2 22389:1 22449:1 22466:1 22491:1 22542:1 22545:2 22598:1 22666:2 22686:1 22687:1 22724:1 22779:1 22810:1 22891:1 22904:1 22946:1 22962:1 22991:1 22996:1 23010:1 23013:1 23015:2 23073:2 23096:2 23136:1 23142:1 23147:1 23189:1 23252:1 23277:2 23369:1 23403:2 23493:2 23496:1 23559:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23692:1 23699:1 23718:1 23720:1 23721:1 23766:1 23779:1 23791:1 23801:1 23848:2 23862:1 23882:1 23907:1 23985:1 23996:1 23998:1 24153:1 24288:1 24331:1 24340:1 24434:1 24439:1 24470:1 24473:1 24497:1 24551:1 24562:1 24570:1 24603:1 24704:1 24723:1 24733:1 24807:1 24809:1 24896:1 24904:1 24969:2 24972:1 25060:1 25097:1 25112:1 25114:1 25159:1 25221:1 25240:2 25242:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:2 25363:1 25392:1 25496:1 25505:1 25507:1 25508:1 25513:1 25519:1 25523:1 25561:1 25568:2 25570:1 25572:1 25651:1 25672:1 25715:1 25738:2 25793:1 25796:1 25802:1 25820:2 25824:1 25826:1 25870:1 25871:1 25872:1 25900:2 25925:1 25928:1 25957:1 25959:1 25994:1 25997:1 26007:1 26072:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:7 26513:1 26539:1 26547:1 26567:1 26610:1 26622:1 26655:2 26692:1 26764:1 26807:1 26813:1 26834:2 26864:1 26921:1 26946:1 26966:1 26975:1 26982:1 27019:2 27063:1 27078:1 27096:1 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27390:1 27396:1 27402:1 27433:1 27447:1 27477:1 27521:1 27534:1 27564:1 27569:1 27619:1 27635:1 27669:1 27689:1 27706:1 27715:1 27716:1 27723:1 27730:1 27775:1 27792:1 27797:1
8 8:1 46:1 47:2 88:1 181:1 190:1 194:3 214:1 240:2 327:1 329:1 369:2 432:1 441:1 486:1 494:1 575:1 605:1 627:1 683:1 771:1 843:1 869:1 891:1 934:1 970:1 973:1 1045:1 1052:1 1074:1 1147:1 1176:1 1182:1 1187:1 1191:1 1205:1 1238:1 1253:1 1255:1 1265:1 1296:1 1311:1 1324:1 1371:1 1374:1 1393:2 1395:4 1399:1 1411:1 1424:1 1432:2 1468:1 1475:2 1496:1 1509:2 1523:2 1553:1 1565:1 1588:1 1607:1 1612:1 1640:1 1644:1 1670:2 1692:1 1696:1 1720:1 1740:1 1769:1 1776:1 1801:2 1818:1 1824:1 1835:1 1844:1 1856:1 1858:1 1859:1 1871:1 1883:1 1956:1 1962:1 2012:1 2057:3 2179:1 2181:1 2185:1 2188:1 2193:1 2196:2 2201:3 2203:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:2 2295:1 2418:1 2510:1 2563:1 2583:1 2598:1 2602:2 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:1 2774:2 2801:1 2803:1 2831:1 2880:1 2885:1 2886:1 2908:1 3002:1 3010:1 3062:2 3090:1 3131:1 3134:3 3137:1 3138:1 3148:1 3158:1 3174:1 3216:1 3313:2 3324:1 3434:1 3481:1 3491:1 3506:1 3518:1 3614:1 3621:1 3625:2 3646:1 3650:1 3709:2 3728:1 3758:1 3764:1 3807:1 3815:1 3818:1 3826:1 3857:2 3858:2 3923:1 3940:1 3983:1 4002:1 4020:2 4030:2 4035:1 4042:1 4109:1 4115:1 4129:2 4131:1 4152:1 4169:1 4174:1 4196:1 4224:1 4235:1 4249:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:2 4533:1 4546:1 4567:1 4648:6 4669:1 4670:1 4673:1 4767:1 4787:3 4789:1 4792:1 4796:1 4800:1 4802:1 4810:1 4813:1 4814:3 4871:1 4944:1 4994:1 5002:1 5010:1 5074:1 5104:2 5126:1 5136:1 5170:1 5212:1 5222:2 5286:1 5296:1 5313:1 5315:1 5319:1 5320:1 5322:1 5413:1 5423:1 5437:1 5585:1 5587:1 5593:1 5643:2 5710:1 5739:3 5760:1 5773:1 5808:1 5828:1 5832:1 5896:1 5913:1 5942:2 5993:1 6027:1 6034:2 6037:1 6041:1 6045:3 6047:1 6048:1 6053:1 6058:1 6060:2 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6256:1 6295:1 6327:1 6338:1 6416:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:2 6508:1 6519:2 6521:2 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6768:1 6779:1 6816:3 6818:1 6852:1 6860:1 6890:1 6903:1 6914:2 6954:1 6960:1 6999:1 7011:1 7048:1 7073:2 7249:2 7250:1 7274:1 7307:1 7323:11 7344:2 7345:2 7434:1 7488:1 7513:1 7525:1 7539:1 7550:1 7563:1 7600:1 7603:1 7650:1 7675:1 7677:1 7684:1 7791:3 7812:1 7815:1 7817:1 7879:1 7891:1 7922:1 7957:1 7958:1 7964:1 8035:1 8116:1 8122:1 8124:1 8125:2 8126:1 8128:2 8135:1 8161:1 8280:2 8282:1 8322:1 8326:1 8362:1 8397:1 8406:1 8439:1 8441:1 8484:1 8485:1 8493:1 8503:1 8515:1 8531:1 8556:2 8558:1 8575:1 8620:1 8670:2 8697:1 8748:1 8752:1 8816:1 8907:1 8930:2 8954:1 8971:1 8979:1 8997:1 9000:1 9007:1 9016:1 9063:2 9073:1 9179:2 9215:1 9236:1 9249:2 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9473:1 9486:1 9569:1 9571:1 9605:1 9687:1 9696:1 9701:1 9707:1 9773:1 9788:1 9793:1 9799:1 9823:2 9870:1 9877:4 9917:3 9925:1 9974:1 10013:1 10066:1 10070:1 10076:1 10121:1 10153:2 10167:1 10276:1 10281:1 10299:2 10300:1 10322:1 10346:1 10371:1 10398:1 10404:1 10410:1 10427:2 10526:1 10564:1 10574:1 10646:1 10684:2 10717:1 10724:1 10778:1 10784:1 10786:1 10821:1 10850:1 10907:1 10965:2 10973:1 10994:2 10995:1 11001:1 11046:1 11109:1 11149:1 11154:1 11176:1 11229:1 11245:1 11252:1 11304:1 11354:1 11355:1 11387:1 11388:1 11410:1 11414:1 11421:1 11422:1 11437:1 11447:1 11477:1 11501:1 11515:1 11611:1 11688:1 11704:1 11735:1 11756:1 11860:1 11876:1 11945:1 11960:1 12009:1 12013:1 12018:1 12021:1 12039:1 12167:1 12235:2 12242:1 12243:1 12271:2 12313:1 12402:2 12404:3 12409:2 12472:7 12522:1 12557:1 12641:1 12661:1 12710:1 12737:2 12743:1 12775:2 12894:1 12896:1 12919:1 12945:1 12951:1 12982:1 12995:1 13001:1 13040:1 13053:1 13067:1 13080:1 13097:1 13120:1 13126:1 13155:1 13187:1 13247:1 13270:1 13310:1 13366:1 13371:1 13459:1 13476:1 13498:1 13563:1 13586:1 13628:2 13701:1 13744:1 13751:1 13757:1 13875:1 13969:1 13973:1 13989:1 13991:1 13996:2 14045:1 14106:1 14211:1 14267:1 14320:1 14418:1 14430:1 14439:1 14445:1 14451:1 14487:1 14508:1 14564:1 14577:1 14586:1 14604:1 14622:1 14635:1 14638:1 14672:1 14809:1 14818:1 14841:2 14843:1 14851:1 14881:1 14901:1 14918:1 14924:5 14952:2 14973:1 15012:4 15018:1 15083:1 15145:1 15170:2 15177:1 15187:1 15188:1 15195:1 15207:1 15352:1 15372:1 15402:1 15419:1 15442:1 15483:2 15495:1 15513:1 15539:1 15560:1 15567:2 15568:1 15582:2 15584:1 15629:1 15655:2 15762:1 15775:2 15839:1 15863:1 15896:1 15907:1 15962:1 16028:1 16055:1 16108:1 16139:1 16319:1 16329:1 16351:1 16399:2 16434:1 16435:1 16518:1 16519:1 16531:1 16583:1 16592:1 16612:1 16729:1 16762:1 16781:1 16782:1 16807:1 16865:1 16915:1 16932:2 17098:1 17110:4 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17266:1 17276:1 17326:1 17410:1 17415:610 17473:1 17505:1 17594:1 17600:1 17706:2 17845:1 17911:1 17917:1 17928:1 17931:1 17936:1 17980:1 18074:1 18121:1 18142:1 18167:1 18187:1 18232:4 18275:2 18277:1 18303:1 18306:1 18324:1 18335:1 18355:1 18359:1 18360:1 18378:1 18404:1 18411:1 18412:1 18543:1 18545:1 18687:1 18703:1 18723:1 18753:1 18754:1 18755:2 18770:1 18801:1 18805:1 18838:1 18845:1 18875:1 18884:1 18886:1 18893:1 18901:1 18932:1 18936:1 18947:1 18966:1 19011:1 19014:1 19033:1 19050:1 19109:1 19137:1 19148:1 19205:3 19213:1 19223:1 19233:1 19370:1 19407:1 19441:1 19492:1 19500:2 19502:1 19520:1 19541:1 19556:3 19559:1 19568:2 19577:1 19582:1 19607:1 19689:1 19701:1 19731:1 19733:1 19753:1 19769:1 19785:2 19797:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:1 19923:1 19942:1 19950:1 20016:1 20025:1 20039:1 20041:3 20069:1 20070:1 20085:1 20089:1 20143:1 20152:1 20270:1 20332:1 20399:1 20411:1 20447:1 20469:1 20490:1 20526:2 20548:1 20556:1 20559:2 20571:1 20590:1 20596:1 20608:1 20683:1 20685:1 20730:1 20731:1 20752:2 20755:2 20803:1 20828:1 20893:1 20906:1 20960:3 21002:1 21022:1 21028:1 21057:1 21087:1 21167:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21354:1 21375:1 21376:1 21414:1 21442:1 21480:1 21483:2 21496:1 21513:2 21547:1 21549:1 21633:2 21640:1 21645:1 21703:2 21709:1 21728:1 21735:1 21737:1 21789:1 21816:2 21817:1 21869:1 21891:1 21928:1 21930:1 21951:1 21966:1 21979:1 21985:1 22008:1 22043:1 22054:2 22067:1 22085:1 22125:3 22156:1 22164:1 22171:1 22268:1 22304:1 22381:2 22386:1 22389:1 22449:1 22466:1 22491:1 22542:1 22545:2 22575:1 22598:1 22604:1 22666:2 22686:1 22687:1 22724:1 22779:1 22791:1 22810:1 22891:1 22904:1 22946:1 22962:1 22991:1 22996:1 23010:1 23013:1 23015:2 23073:2 23096:2 23136:1 23142:1 23147:1 23189:1 23252:1 23277:2 23369:1 23403:2 23493:2 23496:1 23559:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23692:1 23699:1 23718:1 23720:1 23721:1 23766:1 23779:1 23791:1 23801:1 23848:2 23862:1 23882:1 23907:2 23973:1 23985:1 23996:1 23998:1 24153:1 24288:1 24310:1 24331:1 24340:2 24434:1 24439:1 24470:1 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24603:1 24704:1 24723:1 24733:1 24807:1 24809:1 24896:1 24904:1 24969:2 24972:1 25060:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:2 25363:1 25387:1 25392:1 25496:1 25505:1 25507:1 25508:1 25513:1 25517:1 25519:1 25523:1 25561:1 25568:2 25570:1 25572:1 25651:1 25672:1 25715:1 25738:2 25793:1 25796:1 25802:2 25820:2 25824:1 25826:1 25870:1 25871:2 25872:1 25900:2 25925:1 25927:1 25928:1 25957:1 25959:1 25994:1 25997:1 26007:1 26072:1 26211:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:9 26513:1 26539:1 26547:1 26567:1 26610:1 26622:1 26655:2 26692:2 26764:1 26807:1 26813:1 26834:2 26864:1 26921:1 26946:1 26966:1 26975:1 26982:1 27019:2 27063:1 27073:1 27078:1 27096:1 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27390:1 27396:1 27402:1 27433:1 27447:1 27477:1 27521:1 27534:1 27564:1 27569:1 27619:1 27635:1 27669:1 27689:1 27706:1 27715:1 27716:1 27723:1 27730:1 27734:1 27739:1 27775:1 27792:1 27797:1
8 8:1 46:1 47:2 88:1 102:1 121:1 160:1 162:1 181:1 190:1 194:3 214:1 240:2 327:1 329:1 369:2 432:1 441:1 486:1 494:1 575:1 605:1 627:1 683:1 771:1 843:3 856:1 869:1 891:1 934:1 970:1 973:1 1045:1 1052:1 1074:1 1086:1 1147:1 1176:1 1182:1 1187:1 1191:1 1205:1 1210:1 1238:1 1253:1 1255:1 1265:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:2 1395:4 1399:1 1411:1 1424:1 1432:3 1468:1 1475:2 1496:1 1509:2 1523:2 1553:1 1565:1 1588:1 1607:1 1612:1 1640:1 1644:1 1670:2 1692:1 1696:1 1720:1 1738:1 1740:1 1769:1 1776:1 1787:1 1801:2 1818:2 1824:1 1835:1 1844:1 1856:1 1858:1 1859:1 1871:1 1883:1 1956:1 1962:1 2012:1 2057:3 2145:1 2179:1 2181:1 2185:2 2188:1 2193:1 2196:2 2201:3 2203:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:2 2295:1 2380:1 2418:1 2510:1 2547:1 2563:1 2583:1 2598:1 2602:2 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:1 2774:3 2801:1 2803:1 2831:1 2880:1 2885:1 2886:1 2908:1 3002:1 3010:1 3062:2 3090:1 3131:1 3134:3 3137:1 3138:1 3148:1 3158:2 3174:1 3216:1 3313:2 3324:1 3434:1 3481:1 3491:1 3506:1 3518:2 3614:1 3621:1 3625:2 3646:1 3650:1 3692:1 3709:2 3728:1 3758:1 3764:1 3807:1 3815:1 3818:1 3826:1 3857:2 3858:2 3916:1 3923:1 3940:1 3983:1 4002:1 4020:2 4030:2 4035:2 4042:1 4109:1 4115:1 4129:3 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4235:1 4249:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:2 4533:1 4546:1 4567:1 4648:7 4669:1 4670:1 4673:1 4767:1 4787:4 4789:2 4792:1 4796:1 4800:1 4802:1 4810:1 4813:1 4814:3 4871:1 4903:1 4944:1 4994:1 5002:1 5010:1 5074:1 5092:1 5104:2 5126:1 5136:1 5170:1 5212:1 5222:2 5286:1 5296:1 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5437:1 5585:1 5587:1 5593:1 5643:2 5710:1 5739:3 5760:1 5773:1 5808:1 5828:1 5832:1 5896:1 5910:1 5913:1 5942:2 5993:1 6027:1 6034:2 6037:1 6041:1 6045:3 6047:1 6048:1 6053:1 6058:1 6060:3 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6206:1 6216:1 6256:1 6295:1 6327:1 6330:1 6338:1 6416:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:2 6497:1 6508:1 6519:3 6521:2 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6768:1 6779:1 6816:3 6818:1 6838:1 6852:1 6860:1 6890:1 6903:2 6914:2 6954:1 6960:1 6994:1 6999:1 7011:1 7048:2 7073:2 7249:2 7250:1 7273:1 7274:1 7307:1 7323:12 7344:3 7345:2 7414:1 7434:1 7488:1 7513:1 7525:1 7539:2 7550:1 7563:1 7600:1 7603:1 7650:2 7675:1 7677:1 7684:1 7791:3 7812:1 7815:1 7817:1 7879:1 7891:1 7922:1 7957:1 7958:1 7964:1 8035:1 8116:1 8122:1 8124:1 8125:2 8126:1 8128:2 8135:2 8161:1 8280:2 8282:1 8322:1 8326:1 8362:1 8397:1 8406:1 8439:1 8441:1 8484:1 8485:1 8493:1 8503:1 8515:1 8531:1 8556:2 8558:1 8575:1 8620:1 8670:2 8697:1 8747:1 8748:1 8752:1 8801:1 8816:1 8907:1 8930:2 8944:1 8954:1 8971:1 8979:1 8997:1 9000:1 9007:1 9010:1 9016:1 9048:1 9063:2 9073:1 9179:2 9215:1 9236:1 9249:2 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9473:1 9486:1 9569:1 9571:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9773:1 9783:1 9788:1 9793:1 9799:1 9823:2 9870:1 9877:4 9917:3 9925:1 9974:1 10013:1 10066:1 10070:1 10075:1 10076:1 10121:1 10153:2 10167:1 10276:1 10281:1 10299:2 10300:2 10322:1 10346:1 10371:1 10398:1 10404:1 10410:1 10427:2 10526:1 10564:1 10574:1 10646:1 10684:2 10717:1 10724:1 10754:1 10778:1 10784:1 10786:1 10821:1 10850:1 10872:1 10907:1 10965:2 10973:1 10994:3 10995:1 11001:2 11046:1 11109:1 11149:1 11154:1 11176:1 11229:1 11245:1 11252:1 11304:1 11354:1 11355:1 11387:1 11388:1 11410:1 11414:1 11421:1 11422:1 11437:1 11447:1 11477:1 11501:1 11515:1 11552:1 11611:1 11688:1 11704:1 11735:1 11756:1 11860:1 11876:1 11945:1 11960:1 12009:1 12013:1 12018:1 12021:1 12039:1 12167:1 12235:2 12242:1 12243:1 12271:2 12300:1 12313:2 12402:2 12404:4 12409:2 12472:7 12522:1 12557:1 12641:2 12661:1 12687:1 12710:1 12737:2 12743:1 12766:1 12768:1 12775:2 12893:1 12894:1 12896:1 12910:1 12919:1 12932:1 12945:1 12951:1 12982:1 12995:1 13001:1 13040:1 13053:1 13067:1 13080:1 13097:1 13120:1 13126:1 13155:1 13170:1 13187:1 13211:1 13247:1 13270:1 13310:1 13366:1 13371:1 13459:1 13476:1 13498:1 13506:1 13563:1 13586:1 13628:2 13701:1 13744:1 13751:1 13757:1 13875:1 13969:2 13973:1 13989:1 13991:1 13996:2 14045:1 14106:1 14211:1 14267:1 14320:1 14403:1 14418:1 14430:1 14439:1 14445:1 14451:1 14487:1 14508:1 14564:2 14577:1 14586:1 14604:1 14622:1 14635:1 14638:1 14643:1 14672:1 14809:1 14818:1 14841:2 14843:1 14851:1 14881:1 14901:1 14918:1 14924:5 14952:2 14973:1 15012:5 15018:1 15073:1 15083:1 15095:1 15145:1 15170:2 15177:1 15187:1 15188:1 15195:1 15207:1 15352:1 15372:1 15402:1 15419:1 15442:1 15483:2 15495:1 15513:1 15520:1 15539:1 15560:1 15567:2 15568:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15798:1 15839:1 15863:1 15896:1 15907:1 15962:1 16028:1 16055:1 16108:1 16119:1 16129:1 16139:1 16157:1 16319:1 16329:1 16331:1 16337:1 16351:1 16399:2 16434:1 16435:1 16462:1 16477:1 16518:1 16519:1 16531:1 16583:1 16592:1 16612:1 16729:2 16762:1 16781:1 16782:1 16807:1 16865:1 16915:1 16925:1 16932:2 17009:1 17098:1 17110:4 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17326:1 17410:1 17415:702 17473:1 17505:2 17594:1 17600:1 17706:2 17845:1 17892:1 17911:1 17917:1 17928:1 17931:1 17936:1 17980:1 18074:1 18121:1 18142:1 18167:1 18187:1 18232:4 18275:2 18277:1 18303:1 18306:1 18324:1 18335:1 18355:1 18359:1 18360:1 18365:1 18378:1 18404:1 18411:1 18412:1 18432:1 18444:1 18543:2 18545:2 18619:1 18687:1 18703:1 18723:1 18753:1 18754:1 18755:2 18770:1 18801:1 18805:1 18838:1 18845:1 18875:2 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18932:1 18936:1 18947:1 18966:1 19011:1 19013:1 19014:1 19033:1 19050:1 19109:1 19137:1 19148:1 19205:3 19213:1 19223:1 19229:1 19233:1 19370:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19541:1 19556:4 19559:1 19568:2 19577:1 19582:1 19593:1 19607:1 19689:1 19701:1 19731:1 19733:1 19753:1 19769:1 19785:2 19797:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:1 19923:1 19942:1 19950:1 20016:1 20025:1 20039:1 20041:3 20069:1 20070:1 20085:1 20089:1 20143:1 20152:1 20233:1 20270:1 20332:1 20399:1 20411:2 20447:1 20469:1 20490:2 20526:2 20548:1 20556:2 20559:3 20563:1 20571:1 20590:1 20596:1 20608:1 20683:1 20685:1 20730:1 20731:1 20752:2 20755:2 20803:1 20828:1 20893:1 20906:1 20960:4 21002:1 21022:1 21028:1 21057:1 21087:1 21167:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:1 21375:1 21376:1 21414:1 21442:1 21480:1 21483:2 21496:1 21513:2 21547:1 21549:1 21633:2 21640:1 21645:1 21703:2 21709:1 21728:1 21735:1 21737:1 21789:1 21816:2 21817:1 21857:1 21869:1 21891:1 21928:1 21930:1 21951:1 21966:1 21979:1 21985:1 22008:1 22043:1 22054:2 22067:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22298:1 22304:1 22381:2 22386:1 22389:1 22449:1 22466:1 22491:1 22542:1 22545:2 22575:1 22598:1 22604:1 22666:2 22686:1 22687:1 22724:1 22779:1 22791:1 22810:1 22891:1 22904:1 22946:1 22962:1 22991:1 22996:1 23010:1 23013:1 23015:2 23073:2 23096:2 23136:1 23142:1 23147:1 23149:1 23158:1 23171:1 23189:1 23234:1 23252:1 23277:2 23307:1 23369:1 23403:2 23493:2 23496:1 23559:1 23563:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23692:1 23699:1 23718:1 23720:1 23721:1 23766:1 23777:1 23779:1 23791:1 23801:1 23848:2 23862:1 23882:1 23907:2 23973:1 23985:1 23996:1 23998:1 24017:1 24153:1 24271:1 24288:1 24310:1 24331:1 24334:1 24340:3 24434:1 24439:1 24459:1 24470:1 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24603:1 24704:1 24723:1 24733:1 24807:1 24809:1 24896:1 24904:1 24969:3 24972:1 25033:1 25060:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:2 25363:1 25387:1 25392:1 25496:1 25505:1 25507:1 25508:1 25513:1 25517:1 25519:1 25523:1 25561:1 25567:1 25568:2 25570:1 25572:1 25614:1 25630:1 25651:1 25672:2 25715:1 25738:2 25792:1 25793:1 25796:1 25802:2 25820:2 25824:1 25826:1 25827:1 25861:1 25870:1 25871:2 25872:1 25900:2 25925:1 25927:1 25928:1 25957:1 25959:1 25994:1 25997:1 26007:1 26072:1 26099:1 26211:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:10 26513:1 26539:1 26547:1 26567:1 26610:1 26622:1 26655:2 26692:2 26764:2 26807:1 26813:1 26834:2 26864:1 26867:1 26921:1 26946:1 26966:1 26975:1 26982:1 27019:2 27063:1 27073:1 27078:1 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27333:1 27390:1 27396:1 27402:1 27433:1 27447:1 27477:1 27491:1 27521:1 27534:1 27564:1 27569:1 27619:1 27635:1 27669:1 27689:1 27706:1 27715:2 27716:1 27723:1 27730:1 27734:1 27739:1 27775:2 27792:1 27797:1
8 8:1 46:1 47:2 88:1 102:1 121:1 160:1 162:1 181:1 190:1 194:3 214:1 240:2 327:1 329:1 369:2 432:1 441:1 486:1 494:1 575:1 605:1 627:1 659:1 683:1 771:1 843:3 856:1 869:1 891:1 930:1 934:1 970:1 973:1 1045:1 1050:1 1052:1 1074:1 1086:1 1147:1 1176:1 1182:1 1187:1 1191:1 1205:1 1210:1 1238:1 1251:1 1253:1 1255:1 1265:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:2 1395:4 1399:1 1411:1 1424:2 1432:3 1468:1 1475:2 1496:1 1509:2 1523:2 1553:1 1565:1 1588:1 1607:1 1612:1 1640:1 1644:1 1670:2 1692:1 1696:1 1720:1 1738:1 1740:1 1769:1 1776:1 1787:1 1801:2 1818:2 1824:1 1835:1 1844:1 1856:1 1858:1 1859:1 1871:1 1883:1 1956:1 1962:2 2012:1 2057:4 2145:1 2179:1 2181:1 2185:2 2188:1 2193:1 2196:2 2201:3 2203:1 2208:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:2 2285:1 2295:1 2380:1 2418:1 2510:1 2547:1 2563:1 2565:1 2583:1 2598:1 2602:2 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:1 2774:3 2801:1 2803:1 2831:1 2854:1 2880:1 2885:1 2886:1 2908:1 3002:1 3010:1 3062:2 3090:1 3131:1 3134:3 3137:2 3138:1 3148:1 3158:2 3174:1 3216:1 3313:2 3324:1 3423:1 3434:1 3481:1 3491:1 3506:1 3518:2 3614:1 3621:1 3625:2 3646:1 3650:1 3692:1 3709:2 3715:1 3728:1 3738:1 3758:1 3764:1 3807:1 3815:1 3818:1 3826:1 3857:2 3858:2 3916:1 3923:1 3940:1 3983:1 4002:1 4011:1 4020:2 4030:2 4035:3 4042:1 4109:1 4115:1 4129:3 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4235:1 4249:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:2 4500:1 4533:1 4546:1 4567:1 4648:8 4669:1 4670:1 4673:1 4767:1 4787:4 4789:3 4792:1 4796:1 4800:1 4802:1 4810:1 4813:1 4814:3 4871:1 4903:1 4944:1 4994:1 4997:1 5002:1 5010:1 5074:1 5092:1 5104:2 5126:2 5136:1 5170:1 5212:1 5222:2 5286:1 5296:1 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5437:1 5585:1 5587:1 5593:1 5643:2 5710:1 5739:3 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5867:1 5896:1 5910:1 5913:1 5942:2 5993:1 6027:1 6034:2 6037:1 6041:1 6044:1 6045:3 6047:1 6048:1 6053:1 6058:1 6060:3 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6206:1 6216:1 6256:1 6295:1 6327:1 6330:1 6338:1 6416:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:2 6497:1 6508:1 6519:3 6521:2 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6768:1 6779:1 6816:3 6818:1 6838:1 6852:1 6860:1 6890:1 6903:2 6914:2 6954:1 6960:1 6994:1 6999:1 7011:1 7048:2 7073:2 7249:3 7250:1 7273:1 7274:1 7307:1 7323:13 7344:3 7345:2 7414:1 7434:1 7488:1 7513:1 7525:1 7539:2 7550:1 7563:1 7600:1 7603:1 7650:2 7675:1 7677:1 7684:1 7715:2 7791:4 7812:1 7815:1 7817:1 7826:1 7879:1 7891:1 7922:1 7957:1 7958:1 7964:1 8035:1 8116:1 8122:1 8124:1 8125:2 8126:1 8128:2 8135:2 8161:1 8280:2 8282:1 8322:1 8326:1 8362:1 8397:1 8406:1 8439:1 8441:1 8484:1 8485:1 8493:1 8503:1 8515:1 8531:1 8539:1 8556:2 8558:1 8575:1 8620:1 8670:2 8697:1 8716:1 8719:2 8747:1 8748:1 8752:1 8801:1 8816:1 8907:1 8930:2 8944:1 8954:1 8971:1 8979:1 8997:1 9000:1 9007:1 9010:1 9016:1 9048:1 9063:2 9073:1 9179:2 9215:1 9236:1 9249:2 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9473:1 9486:1 9569:1 9571:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9773:1 9783:1 9788:1 9793:1 9799:1 9823:2 9870:1 9877:4 9882:1 9917:3 9925:1 9974:1 10013:1 10066:1 10070:1 10075:1 10076:1 10121:1 10136:1 10153:2 10167:1 10183:1 10276:1 10281:1 10287:2 10299:2 10300:2 10322:1 10346:1 10371:1 10398:1 10404:1 10410:1 10427:2 10498:1 10526:1 10564:1 10574:1 10637:1 10646:1 10684:2 10717:1 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10821:1 10850:1 10872:1 10907:1 10965:2 10973:1 10977:1 10994:3 10995:1 11001:2 11046:1 11109:1 11149:1 11154:1 11176:1 11229:1 11245:1 11252:1 11304:1 11354:1 11355:1 11387:1 11388:1 11410:1 11414:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:1 11501:1 11515:1 11552:1 11611:1 11688:1 11704:1 11735:1 11756:1 11860:1 11876:1 11945:1 11960:1 12009:1 12013:1 12018:1 12021:1 12039:1 12167:1 12235:2 12242:1 12243:1 12271:3 12300:1 12313:2 12402:2 12404:4 12409:2 12472:7 12522:1 12557:1 12591:1 12641:2 12661:1 12687:1 12710:1 12737:2 12743:1 12766:1 12768:1 12775:2 12893:1 12894:1 12896:1 12910:1 12919:1 12932:1 12945:1 12951:1 12982:1 12995:1 13001:1 13040:1 13053:1 13067:1 13068:1 13080:1 13097:1 13120:1 13126:1 13155:1 13170:1 13187:1 13211:1 13247:1 13270:1 13310:1 13366:1 13371:1 13459:1 13476:1 13498:1 13506:1 13563:1 13586:1 13628:2 13701:1 13744:1 13751:1 13757:1 13875:1 13969:2 13973:1 13989:1 13991:1 13996:2 14036:1 14045:1 14106:1 14193:1 14211:1 14267:1 14320:1 14403:1 14418:1 14430:1 14439:1 14445:1 14451:1 14487:1 14508:1 14564:2 14577:1 14586:1 14604:1 14622:1 14634:1 14635:1 14638:1 14643:1 14672:1 14724:1 14809:1 14818:1 14841:2 14843:1 14851:1 14881:1 14901:1 14918:1 14924:5 14952:2 14973:1 15012:6 15018:1 15073:1 15083:1 15095:1 15145:1 15170:2 15173:1 15177:1 15187:1 15188:1 15195:1 15196:1 15207:1 15352:1 15372:1 15402:1 15419:1 15442:1 15483:2 15495:1 15513:1 15520:1 15539:1 15560:1 15567:2 15568:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15798:1 15839:1 15863:1 15896:1 15907:1 15962:1 16028:1 16055:1 16108:1 16119:1 16129:1 16139:1 16157:1 16162:1 16319:1 16329:1 16331:1 16337:1 16351:1 16399:2 16434:1 16435:1 16457:1 16462:1 16477:1 16518:1 16519:1 16531:1 16583:1 16592:1 16612:1 16625:1 16729:2 16743:1 16762:1 16781:1 16782:1 16807:1 16865:1 16915:1 16925:1 16932:2 16985:1 17009:1 17098:1 17110:4 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17326:1 17335:1 17410:1 17415:793 17473:1 17505:2 17594:1 17600:1 17706:2 17814:1 17845:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17980:1 18074:1 18121:1 18142:1 18167:1 18172:1 18175:1 18187:1 18232:4 18275:2 18277:1 18303:1 18306:1 18324:1 18335:1 18355:1 18359:1 18360:1 18365:1 18378:1 18404:1 18411:1 18412:1 18432:1 18444:1 18543:2 18545:2 18619:1 18687:1 18703:1 18723:1 18753:1 18754:1 18755:2 18770:1 18801:1 18805:1 18838:1 18845:1 18875:2 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18932:1 18936:1 18947:1 18966:1 19011:1 19013:1 19014:1 19033:1 19050:1 19109:1 19137:1 19148:1 19205:3 19213:1 19223:1 19229:1 19233:1 19370:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19541:1 19556:4 19559:1 19568:2 19577:1 19582:1 19593:1 19607:1 19689:1 19701:1 19731:1 19733:1 19753:1 19769:1 19785:2 19797:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:1 19923:1 19942:1 19950:1 20016:1 20025:1 20039:1 20041:3 20069:1 20070:1 20085:1 20089:1 20143:1 20152:1 20233:1 20270:1 20325:1 20327:1 20332:1 20399:1 20411:2 20429:1 20447:1 20469:1 20490:2 20526:2 20528:1 20548:1 20556:2 20559:3 20563:1 20571:1 20590:1 20596:1 20608:1 20683:1 20685:1 20730:1 20731:1 20752:2 20755:2 20803:1 20828:1 20893:1 20906:1 20960:5 21002:1 21022:1 21028:1 21057:1 21087:1 21167:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:1 21375:1 21376:1 21414:1 21442:1 21480:1 21483:2 21496:1 21513:2 21547:1 21549:1 21633:2 21640:1 21645:1 21657:1 21703:2 21709:1 21728:1 21735:1 21737:1 21789:1 21816:3 21817:1 21857:1 21869:1 21891:1 21928:1 21930:1 21951:1 21966:1 21979:1 21985:1 22008:1 22043:1 22054:2 22067:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22298:1 22304:1 22381:2 22386:1 22389:1 22449:1 22466:1 22491:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:2 22686:1 22687:1 22724:1 22779:1 22791:1 22810:1 22891:1 22904:1 22941:1 22946:1 22962:1 22991:1 22996:1 23010:1 23013:1 23015:2 23073:2 23096:2 23136:1 23142:1 23147:1 23149:1 23158:1 23171:1 23189:1 23234:1 23252:1 23277:2 23307:1 23369:1 23403:2 23493:2 23496:2 23559:1 23563:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23692:1 23699:1 23718:1 23720:1 23721:1 23766:1 23777:1 23779:1 23791:1 23801:1 23848:2 23862:1 23874:1 23875:1 23882:1 23907:2 23955:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24092:1 24153:1 24160:1 24271:1 24288:1 24310:1 24331:1 24334:1 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24603:1 24704:1 24723:1 24733:1 24807:1 24809:1 24896:1 24904:1 24969:3 24972:1 25033:1 25060:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:2 25363:1 25387:1 25392:1 25496:1 25505:1 25507:1 25508:1 25513:1 25517:1 25519:1 25523:1 25561:1 25567:1 25568:2 25570:1 25572:1 25614:1 25630:1 25651:1 25672:2 25715:1 25738:2 25782:1 25792:1 25793:1 25796:1 25802:2 25820:2 25824:1 25826:1 25827:1 25861:1 25870:1 25871:2 25872:1 25900:2 25925:1 25927:1 25928:1 25957:1 25959:1 25994:1 25997:1 26007:1 26072:1 26099:1 26211:1 26289:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:10 26513:1 26539:1 26547:1 26567:1 26610:2 26622:1 26655:2 26692:3 26764:2 26800:1 26807:1 26813:1 26834:2 26864:1 26867:1 26886:1 26921:1 26946:1 26965:1 26966:1 26975:1 26982:1 27016:1 27019:2 27020:2 27063:1 27073:1 27078:1 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27333:1 27390:1 27396:1 27402:1 27433:1 27447:1 27477:1 27491:1 27492:1 27521:1 27534:1 27564:1 27569:1 27619:1 27635:1 27669:1 27683:1 27689:1 27706:1 27715:2 27716:1 27723:1 27730:1 27734:1 27739:1 27765:1 27775:2 27792:1 27797:1
8 8:1 46:1 47:2 83:1 88:1 102:1 121:1 148:1 160:1 162:1 181:1 190:1 194:3 214:1 240:3 327:2 329:1 369:2 432:1 441:1 486:1 494:1 575:1 605:1 627:1 659:1 683:1 771:1 843:3 856:1 869:1 876:1 891:1 930:1 934:1 970:1 973:1 1045:1 1050:1 1052:1 1074:1 1086:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1205:1 1210:1 1222:1 1238:1 1241:1 1251:1 1253:1 1255:1 1265:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:2 1395:4 1399:1 1411:1 1424:2 1432:3 1468:1 1475:3 1496:1 1509:2 1523:2 1553:1 1565:2 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1670:2 1692:1 1696:1 1720:1 1738:1 1740:1 1769:1 1776:1 1787:1 1801:2 1818:2 1824:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1956:1 1962:2 2012:1 2057:4 2145:1 2179:1 2181:1 2185:2 2188:1 2193:1 2196:2 2201:5 2203:1 2208:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:2 2285:1 2295:1 2380:1 2418:1 2510:1 2547:1 2563:1 2565:1 2583:1 2598:1 2602:2 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:1 2774:4 2801:1 2803:1 2831:1 2854:1 2880:1 2883:1 2885:1 2886:1 2908:1 2996:1 3002:1 3010:1 3062:2 3090:1 3131:1 3134:3 3137:2 3138:1 3148:1 3158:2 3174:1 3216:1 3313:2 3324:1 3339:1 3423:1 3434:1 3481:1 3491:1 3506:1 3518:2 3614:1 3621:1 3625:2 3646:1 3650:1 3692:1 3709:2 3715:1 3728:1 3738:1 3757:1 3758:1 3764:1 3807:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:2 3916:1 3923:1 3940:1 3983:1 4002:1 4011:1 4020:2 4030:2 4035:3 4042:1 4109:1 4115:1 4129:3 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4235:1 4249:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:2 4500:1 4533:1 4546:1 4567:1 4648:8 4669:1 4670:1 4673:1 4767:1 4787:4 4789:3 4792:1 4796:1 4800:1 4802:1 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4994:1 4997:1 5002:1 5010:1 5074:1 5092:1 5104:2 5126:2 5136:1 5170:1 5212:1 5222:2 5286:1 5296:1 5309:1 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5437:1 5585:1 5587:1 5593:1 5643:3 5710:1 5739:3 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5867:1 5896:1 5910:1 5913:2 5942:2 5993:1 6027:1 6034:2 6037:1 6041:1 6044:1 6045:3 6047:1 6048:1 6053:1 6058:1 6060:3 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6206:1 6216:1 6256:1 6259:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:2 6497:1 6508:1 6519:3 6521:2 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6768:1 6779:1 6816:3 6818:1 6838:1 6852:1 6860:1 6890:1 6903:2 6914:2 6954:1 6960:1 6994:1 6999:1 7011:1 7048:2 7073:2 7249:3 7250:1 7273:1 7274:1 7307:1 7323:15 7344:4 7345:2 7414:1 7434:2 7488:1 7513:1 7525:1 7539:2 7550:1 7563:1 7571:1 7590:1 7600:1 7603:1 7650:2 7675:1 7677:1 7684:1 7701:1 7715:2 7791:5 7812:1 7815:1 7817:1 7826:1 7879:1 7891:1 7922:1 7957:1 7958:1 7964:1 7994:1 8035:1 8116:1 8122:1 8124:1 8125:2 8126:1 8128:2 8135:2 8161:1 8280:2 8282:1 8322:1 8326:1 8362:1 8397:1 8406:1 8439:1 8441:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:2 8558:1 8575:1 8620:1 8670:2 8697:1 8716:1 8719:2 8747:1 8748:1 8752:1 8801:1 8816:1 8907:1 8930:2 8944:1 8954:1 8971:1 8979:1 8997:1 9000:1 9007:1 9010:1 9016:1 9048:1 9063:2 9073:1 9179:2 9180:1 9215:1 9236:1 9249:2 9257:1 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9473:1 9486:1 9569:1 9571:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9770:1 9773:1 9783:1 9788:1 9793:1 9799:1 9823:2 9844:1 9870:1 9877:4 9882:1 9917:3 9925:1 9935:1 9974:1 10013:1 10066:1 10070:1 10075:1 10076:1 10121:1 10136:1 10153:2 10167:1 10183:1 10276:1 10281:1 10287:2 10296:1 10299:2 10300:2 10322:1 10346:1 10371:1 10398:1 10404:1 10410:1 10427:2 10498:1 10526:1 10564:1 10574:1 10637:1 10646:1 10652:1 10684:2 10717:1 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10821:1 10833:1 10850:1 10872:1 10907:1 10965:2 10973:1 10977:1 10994:3 10995:1 11001:2 11046:1 11109:1 11149:1 11154:1 11176:1 11229:1 11245:1 11252:1 11304:1 11354:1 11355:1 11387:1 11388:1 11394:1 11410:1 11414:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:1 11501:1 11515:1 11552:1 11611:1 11688:1 11699:1 11704:1 11735:1 11756:1 11860:1 11876:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12039:1 12167:2 12235:2 12242:1 12243:1 12271:3 12300:1 12313:2 12402:2 12404:4 12409:2 12472:8 12522:1 12557:1 12591:1 12641:2 12661:1 12687:1 12710:1 12737:2 12743:1 12766:1 12768:1 12775:2 12893:1 12894:1 12896:1 12910:1 12919:1 12932:1 12945:1 12951:1 12974:1 12982:1 12995:1 13001:1 13018:1 13040:1 13053:1 13067:1 13068:1 13080:1 13097:1 13120:1 13126:1 13155:1 13170:1 13187:1 13211:1 13247:1 13270:1 13310:1 13366:1 13371:1 13459:1 13476:1 13498:1 13506:1 13557:1 13563:1 13586:1 13628:2 13701:1 13744:1 13751:1 13757:1 13875:1 13969:2 13973:1 13989:1 13991:1 13996:2 14036:1 14045:1 14106:1 14193:1 14211:1 14222:1 14267:1 14320:1 14403:1 14418:1 14430:1 14439:1 14445:1 14451:1 14487:1 14492:1 14508:1 14564:2 14577:1 14586:1 14604:1 14622:1 14634:1 14635:1 14638:1 14643:1 14672:1 14724:1 14769:1 14809:1 14818:1 14841:2 14843:1 14851:2 14881:1 14901:1 14918:1 14924:6 14952:2 14973:2 15012:6 15018:1 15039:1 15073:1 15083:1 15095:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:1 15188:1 15193:1 15195:1 15196:1 15207:1 15352:1 15372:1 15402:1 15419:1 15442:1 15483:3 15495:1 15513:1 15520:1 15539:1 15560:1 15567:2 15568:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15798:1 15839:1 15863:1 15896:1 15907:1 15962:1 16028:1 16055:1 16108:1 16119:1 16129:1 16139:1 16157:1 16162:1 16319:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:1 16435:2 16457:1 16462:1 16477:1 16518:1 16519:1 16531:1 16570:1 16583:1 16592:1 16612:1 16625:1 16729:2 16743:1 16762:1 16781:1 16782:1 16807:1 16865:1 16915:1 16925:1 16932:2 16985:1 17009:1 17098:1 17110:4 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17326:2 17335:1 17410:1 17415:846 17433:1 17473:1 17505:2 17594:1 17600:1 17706:2 17814:1 17845:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17980:1 18074:1 18121:1 18142:1 18167:1 18172:1 18175:1 18187:1 18232:4 18275:2 18277:1 18303:1 18306:1 18324:1 18335:1 18355:1 18359:2 18360:1 18365:1 18378:1 18404:1 18411:1 18412:1 18432:1 18444:1 18543:2 18545:2 18608:1 18619:1 18687:1 18703:1 18723:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18805:1 18838:1 18845:1 18875:2 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18932:1 18936:1 18947:1 18966:1 19011:1 19013:1 19014:1 19033:1 19050:1 19109:1 19137:1 19143:1 19148:1 19205:3 19213:1 19223:1 19229:1 19233:1 19370:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19541:1 19556:4 19559:1 19568:2 19577:1 19582:1 19593:1 19607:1 19689:1 19701:1 19731:2 19733:1 19753:1 19769:1 19785:2 19797:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:1 19923:1 19942:1 19950:1 20016:1 20025:1 20039:1 20041:3 20069:1 20070:1 20085:1 20089:1 20143:1 20152:1 20233:1 20270:1 20325:1 20327:1 20332:1 20399:1 20411:2 20429:1 20447:1 20469:1 20490:2 20526:2 20528:1 20546:1 20548:1 20556:2 20559:3 20563:1 20571:1 20590:1 20596:1 20608:1 20683:1 20685:1 20730:1 20731:1 20752:3 20755:2 20803:1 20828:1 20893:1 20906:1 20960:5 21002:1 21022:1 21028:1 21057:1 21087:1 21167:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:1 21375:1 21376:1 21414:1 21442:1 21480:1 21483:2 21496:1 21513:2 21547:1 21549:1 21633:3 21640:1 21645:1 21657:1 21703:2 21709:1 21728:1 21735:1 21737:1 21789:1 21816:3 21817:1 21857:1 21869:1 21891:1 21928:1 21930:1 21951:1 21966:1 21979:1 21985:1 22008:1 22043:1 22054:2 22067:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22298:1 22304:1 22381:2 22386:1 22389:1 22449:1 22466:1 22491:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:2 22686:1 22687:1 22724:1 22742:1 22779:1 22791:1 22810:1 22843:1 22891:1 22904:1 22905:1 22941:1 22946:1 22962:2 22991:1 22996:1 23010:1 23013:1 23015:2 23073:2 23096:2 23136:1 23142:1 23147:1 23149:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23307:1 23308:1 23335:1 23369:1 23403:2 23493:2 23496:2 23559:1 23563:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23692:2 23699:1 23718:1 23720:1 23721:1 23723:1 23766:1 23777:1 23779:1 23791:1 23801:1 23848:2 23862:1 23874:1 23875:1 23882:1 23907:2 23955:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24092:1 24153:1 24160:1 24271:1 24288:1 24310:1 24331:1 24334:1 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24586:1 24603:1 24704:1 24723:1 24733:1 24807:1 24809:1 24896:1 24904:1 24969:3 24972:1 25033:1 25060:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:3 25337:1 25363:1 25387:1 25392:1 25496:1 25505:1 25507:1 25508:1 25513:1 25517:1 25519:1 25523:1 25525:1 25561:1 25567:1 25568:3 25570:1 25572:1 25614:1 25630:1 25651:1 25672:2 25715:1 25738:2 25761:1 25782:1 25792:1 25793:1 25796:1 25802:2 25820:2 25824:1 25826:1 25827:1 25861:1 25870:1 25871:2 25872:1 25900:2 25925:1 25927:1 25928:1 25957:1 25959:1 25994:1 25997:1 26007:1 26072:1 26099:1 26211:1 26283:1 26289:1 26346:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:10 26513:1 26539:1 26547:1 26567:1 26576:1 26610:2 26622:1 26655:2 26662:1 26692:3 26764:2 26800:1 26807:1 26813:1 26834:2 26852:1 26864:1 26867:1 26886:1 26921:1 26946:1 26965:1 26966:1 26975:1 26977:1 26982:1 27016:1 27019:2 27020:2 27063:1 27073:1 27078:1 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27333:1 27390:1 27396:1 27402:1 27433:1 27447:1 27477:1 27491:1 27492:1 27521:1 27534:1 27564:1 27569:1 27619:1 27635:1 27669:1 27683:1 27689:1 27706:1 27715:2 27716:1 27723:1 27730:1 27734:1 27739:1 27765:1 27775:2 27778:1 27792:1 27797:1
8 8:1 40:1 46:1 47:2 83:1 88:1 102:1 121:1 148:1 160:1 162:1 181:1 190:1 194:3 214:1 240:3 303:1 327:2 329:1 369:2 432:1 441:1 486:1 494:1 575:1 605:1 627:1 659:1 683:1 771:1 843:3 856:1 869:1 876:2 891:1 930:1 934:1 970:1 973:1 1045:1 1050:1 1052:1 1074:1 1086:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1205:1 1210:1 1222:1 1238:1 1241:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:2 1395:4 1399:1 1411:1 1424:2 1432:3 1468:1 1475:3 1496:1 1509:2 1523:2 1553:1 1565:2 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1670:2 1692:1 1696:1 1720:1 1738:1 1740:1 1769:1 1776:1 1787:1 1801:2 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1956:1 1958:1 1962:2 2012:1 2057:4 2145:1 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:5 2203:1 2208:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:2 2285:1 2295:1 2380:1 2418:1 2510:1 2547:1 2563:1 2565:1 2583:1 2598:1 2602:2 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:1 2774:5 2801:1 2803:1 2811:1 2831:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3090:1 3131:1 3134:3 3137:2 3138:1 3148:1 3158:3 3174:1 3216:1 3313:2 3324:1 3339:1 3423:1 3434:1 3481:1 3491:1 3506:1 3518:2 3614:1 3621:1 3625:2 3646:1 3650:1 3692:1 3709:2 3715:1 3728:1 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:2 3916:1 3923:1 3928:1 3940:1 3970:1 3983:1 4002:1 4011:1 4020:2 4030:2 4035:3 4042:1 4109:1 4115:1 4129:3 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4235:1 4249:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:2 4500:1 4533:1 4546:1 4567:1 4648:9 4669:1 4670:1 4673:1 4767:1 4787:4 4789:4 4792:1 4796:1 4800:1 4802:1 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4994:1 4997:1 5002:1 5010:1 5074:1 5092:1 5104:2 5126:2 5136:1 5170:1 5212:1 5222:2 5286:1 5296:1 5309:1 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5437:1 5585:1 5587:1 5593:1 5643:3 5710:2 5739:3 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5867:1 5896:1 5910:1 5913:2 5942:2 5993:1 6027:1 6034:2 6037:1 6041:1 6044:1 6045:3 6047:1 6048:1 6053:1 6058:1 6060:3 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6206:1 6216:1 6256:1 6259:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:2 6497:1 6508:1 6519:3 6521:2 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6737:1 6768:1 6779:1 6792:1 6816:3 6818:1 6838:1 6852:1 6860:1 6890:1 6903:2 6914:2 6954:1 6960:1 6994:1 6999:1 7011:1 7048:2 7073:2 7249:3 7250:2 7273:1 7274:1 7307:1 7323:16 7344:5 7345:2 7369:1 7414:1 7434:3 7488:1 7513:2 7525:1 7539:3 7550:1 7563:1 7571:1 7590:1 7600:1 7603:1 7650:2 7675:1 7677:1 7684:1 7701:1 7715:2 7791:5 7812:1 7815:1 7817:1 7826:1 7879:1 7891:1 7922:1 7957:1 7958:1 7964:1 7990:1 7994:1 8035:1 8054:1 8116:1 8122:1 8124:1 8125:2 8126:1 8128:2 8135:2 8155:1 8161:1 8280:2 8282:2 8293:1 8322:1 8326:1 8362:1 8397:1 8406:1 8439:1 8441:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:1 8575:1 8620:1 8670:2 8697:1 8716:1 8719:2 8747:1 8748:1 8752:1 8801:1 8816:1 8907:1 8930:2 8944:1 8954:1 8971:1 8979:1 8997:1 9000:1 9007:1 9010:1 9016:1 9048:1 9063:2 9073:1 9179:2 9180:1 9215:1 9236:1 9249:2 9257:1 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9473:1 9486:1 9569:1 9571:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9770:1 9773:1 9783:1 9788:1 9793:1 9799:1 9823:2 9844:1 9870:1 9877:4 9882:1 9917:3 9925:1 9935:1 9974:1 10013:1 10066:1 10070:1 10075:1 10076:1 10121:1 10126:1 10136:1 10153:2 10167:1 10183:1 10276:1 10281:1 10287:2 10296:2 10299:2 10300:3 10322:1 10346:1 10371:1 10398:1 10404:1 10410:1 10427:2 10498:1 10526:1 10564:1 10574:1 10637:1 10646:1 10652:1 10654:1 10684:2 10717:1 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10821:2 10833:1 10850:1 10872:1 10907:1 10940:1 10965:2 10973:1 10977:1 10994:4 10995:1 11001:2 11046:1 11109:1 11149:1 11154:1 11176:1 11229:1 11245:1 11252:1 11304:1 11354:1 11355:1 11375:1 11387:1 11388:1 11394:1 11410:2 11414:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:1 11501:1 11515:1 11552:1 11611:1 11688:1 11699:1 11704:1 11735:1 11756:1 11860:1 11876:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12039:1 12157:1 12167:2 12235:2 12242:1 12243:1 12250:1 12265:1 12271:3 12300:1 12313:2 12402:2 12404:5 12409:2 12472:8 12522:1 12557:1 12591:1 12641:2 12661:1 12687:1 12701:1 12710:1 12737:2 12743:1 12766:1 12768:1 12775:2 12893:1 12894:1 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12974:1 12982:2 12995:1 13001:1 13018:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:1 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13270:1 13310:1 13366:1 13371:1 13459:1 13476:1 13498:1 13506:1 13557:1 13563:1 13586:1 13599:1 13628:2 13701:1 13744:1 13751:1 13757:1 13875:1 13894:1 13969:2 13973:1 13989:1 13991:1 13996:2 14036:1 14045:1 14106:1 14193:1 14211:1 14222:1 14259:1 14267:1 14306:1 14320:1 14403:1 14418:1 14430:1 14439:1 14445:2 14451:1 14487:1 14492:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14634:1 14635:1 14638:1 14643:1 14672:1 14724:1 14769:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14908:1 14918:1 14924:6 14952:2 14973:2 14978:1 15012:6 15018:1 15039:1 15073:1 15083:1 15095:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:1 15188:1 15193:1 15195:1 15196:1 15207:1 15301:1 15352:1 15372:1 15402:1 15419:1 15442:1 15483:3 15495:1 15513:1 15520:1 15539:1 15560:1 15567:2 15568:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15798:1 15839:1 15842:1 15863:1 15896:1 15907:1 15962:1 16028:1 16055:1 16108:1 16119:1 16129:1 16139:1 16157:1 16162:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:1 16435:2 16457:1 16462:1 16477:1 16518:1 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:1 16729:2 16743:1 16762:1 16781:1 16782:1 16807:1 16865:1 16915:1 16925:1 16932:2 16985:1 17009:1 17098:1 17110:4 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17326:2 17335:1 17410:1 17415:901 17433:1 17473:1 17505:2 17594:1 17600:1 17706:2 17814:1 17845:1 17869:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17980:1 18074:1 18100:1 18121:1 18142:1 18167:1 18172:1 18175:1 18187:1 18232:4 18275:2 18277:1 18303:1 18306:1 18324:1 18335:1 18355:1 18359:2 18360:1 18365:1 18378:1 18404:1 18411:1 18412:1 18432:1 18444:1 18543:2 18545:2 18608:1 18619:1 18687:1 18703:1 18723:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18838:1 18845:1 18875:2 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18932:1 18936:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19033:1 19050:1 19109:1 19137:1 19143:1 19148:1 19176:1 19205:3 19213:1 19223:1 19229:1 19233:1 19370:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19556:5 19559:1 19568:2 19577:1 19582:1 19585:1 19593:1 19607:1 19689:1 19701:1 19731:2 19733:1 19753:1 19769:1 19785:2 19797:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:1 19923:1 19942:1 19950:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20233:1 20270:1 20325:1 20327:1 20332:1 20398:1 20399:1 20411:2 20429:1 20447:2 20469:1 20490:2 20526:2 20528:1 20546:1 20548:1 20551:1 20556:2 20559:3 20563:1 20571:1 20590:1 20596:1 20608:1 20683:1 20685:1 20730:1 20731:1 20752:3 20755:2 20803:1 20828:1 20832:1 20893:1 20906:1 20960:5 20967:1 20973:1 21002:1 21022:1 21028:1 21057:1 21087:1 21167:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:1 21375:1 21376:1 21414:1 21442:1 21480:1 21483:2 21496:1 21513:2 21547:1 21549:1 21633:3 21640:1 21645:1 21657:1 21703:2 21709:1 21728:1 21735:1 21737:1 21789:1 21816:3 21817:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21951:1 21966:1 21979:1 21985:1 22008:1 22043:1 22054:2 22067:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22298:1 22304:1 22381:2 22386:1 22389:1 22449:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:2 22686:1 22687:1 22722:1 22724:1 22742:1 22779:1 22784:1 22791:1 22810:1 22843:1 22859:1 22891:1 22904:1 22905:1 22941:1 22946:1 22962:2 22991:1 22996:1 23010:1 23013:1 23015:2 23073:2 23096:2 23136:1 23142:1 23147:1 23149:1 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23307:1 23308:1 23335:1 23369:1 23403:2 23493:2 23496:2 23559:1 23563:1 23594:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23692:2 23699:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:1 23777:1 23779:1 23791:1 23801:1 23848:2 23862:1 23874:1 23875:1 23882:1 23907:2 23919:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24092:1 24153:1 24160:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:1 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24586:1 24603:1 24704:1 24723:1 24733:1 24807:1 24809:1 24896:1 24904:1 24936:1 24969:3 24972:1 25033:1 25060:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:1 25247:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25387:1 25392:1 25445:1 25496:1 25505:1 25507:1 25508:1 25513:1 25517:1 25519:1 25523:1 25525:1 25561:1 25567:1 25568:3 25570:1 25572:1 25614:1 25630:1 25651:1 25672:2 25715:1 25738:2 25761:1 25782:1 25792:1 25793:1 25796:1 25802:2 25820:2 25824:1 25826:1 25827:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:1 25928:1 25930:1 25957:1 25959:1 25994:1 25997:1 26007:1 26072:1 26099:1 26211:1 26283:1 26289:1 26346:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:10 26513:1 26539:1 26547:1 26567:1 26576:1 26610:2 26622:1 26645:1 26655:2 26662:1 26692:3 26764:2 26800:1 26807:1 26813:1 26834:2 26852:1 26864:2 26867:1 26886:1 26921:1 26946:1 26952:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:1 27019:2 27020:2 27063:1 27073:1 27078:1 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27248:1 27333:1 27390:1 27396:1 27402:1 27433:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27534:1 27564:1 27569:1 27598:1 27619:1 27635:1 27669:1 27683:1 27689:1 27706:1 27715:2 27716:1 27723:1 27730:1 27734:1 27739:1 27765:1 27775:3 27778:1 27792:1 27797:1
8 8:1 40:1 46:1 47:2 83:1 88:1 102:1 121:1 132:1 148:1 160:1 162:1 181:1 190:1 194:3 214:1 240:3 303:1 327:2 329:1 369:2 432:1 441:1 486:1 494:1 575:1 605:1 627:1 659:1 667:1 683:1 771:1 843:3 856:1 869:1 876:3 891:1 930:1 934:1 970:1 973:2 1045:1 1050:1 1052:1 1074:1 1086:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1205:1 1210:1 1222:1 1238:1 1241:1 1244:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:2 1395:5 1399:1 1411:1 1424:2 1432:3 1468:1 1475:3 1496:1 1509:2 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1670:2 1692:1 1696:1 1720:1 1738:1 1740:1 1769:1 1776:1 1787:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1956:1 1958:1 1962:2 2006:1 2012:1 2057:4 2145:1 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:6 2203:1 2208:1 2209:1 2211:1 2214:1 2216:1 2248:1 2252:1 2260:2 2285:1 2295:1 2378:1 2380:1 2418:1 2510:1 2547:1 2563:1 2565:1 2583:1 2598:1 2599:1 2602:2 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:1 2774:5 2801:1 2803:1 2811:1 2831:1 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3090:1 3131:1 3134:3 3137:2 3138:1 3148:1 3158:3 3174:1 3195:1 3216:1 3313:2 3324:1 3325:1 3339:1 3406:1 3423:1 3434:1 3481:1 3491:1 3496:1 3506:1 3518:2 3538:1 3574:1 3614:1 3621:2 3625:2 3646:1 3650:1 3682:1 3688:1 3692:1 3709:2 3715:1 3728:1 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:2 3916:1 3923:1 3928:1 3940:1 3970:1 3983:1 4002:1 4011:1 4020:2 4030:2 4035:3 4042:1 4109:1 4115:1 4129:3 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:1 4235:1 4249:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:2 4500:1 4533:1 4546:1 4567:1 4648:9 4669:1 4670:1 4673:1 4767:1 4787:4 4789:4 4792:1 4796:1 4800:1 4802:2 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4994:1 4997:1 5002:1 5010:1 5047:1 5074:1 5092:1 5104:2 5126:2 5136:1 5170:1 5212:1 5222:2 5286:1 5296:1 5309:1 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5585:1 5587:1 5593:1 5643:3 5710:2 5739:3 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5867:1 5896:1 5910:1 5913:2 5942:3 5993:1 6027:1 6034:2 6037:1 6041:1 6044:1 6045:3 6047:1 6048:1 6053:1 6058:1 6060:3 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6206:1 6216:1 6256:1 6259:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:3 6497:1 6508:1 6519:4 6521:2 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6737:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6852:1 6860:1 6890:1 6903:2 6914:2 6948:1 6954:1 6960:2 6994:1 6999:1 7011:1 7048:2 7073:2 7249:4 7250:2 7273:1 7274:2 7307:1 7323:17 7344:5 7345:2 7369:1 7414:1 7434:3 7488:1 7513:2 7525:1 7539:3 7550:1 7563:1 7571:1 7590:1 7600:1 7603:1 7650:2 7675:1 7677:1 7684:1 7701:1 7715:3 7791:5 7812:1 7815:1 7817:1 7826:1 7879:1 7891:1 7922:1 7957:1 7958:1 7964:1 7990:1 7994:1 8031:1 8035:1 8054:1 8116:1 8122:1 8124:1 8125:2 8126:1 8128:2 8135:2 8155:1 8161:1 8229:1 8280:2 8282:2 8293:1 8322:1 8326:1 8362:1 8397:1 8406:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:1 8575:1 8620:1 8670:2 8697:1 8716:1 8719:3 8747:1 8748:1 8752:1 8801:1 8816:1 8898:1 8907:1 8930:2 8944:1 8954:1 8971:1 8979:1 8997:1 9000:1 9007:1 9010:1 9016:1 9048:1 9063:2 9073:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9473:1 9486:1 9569:1 9571:1 9594:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9783:1 9788:1 9793:1 9799:2 9823:2 9844:1 9870:1 9877:5 9882:1 9917:3 9925:1 9935:1 9974:1 10013:1 10046:1 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:1 10153:2 10167:1 10183:1 10187:1 10276:1 10281:1 10287:3 10296:2 10299:2 10300:3 10312:1 10322:1 10346:1 10371:2 10398:1 10404:1 10410:1 10427:2 10477:1 10498:1 10526:1 10564:1 10574:1 10580:1 10637:1 10646:1 10652:1 10654:1 10684:2 10717:1 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10821:2 10832:1 10833:1 10850:1 10872:1 10907:1 10940:1 10965:2 10973:1 10977:1 10994:4 10995:1 11001:2 11046:1 11093:1 11109:1 11149:1 11154:1 11176:1 11229:1 11245:1 11252:1 11304:1 11354:1 11355:1 11375:1 11387:1 11388:1 11394:1 11410:2 11414:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:1 11501:1 11515:1 11552:1 11611:1 11688:1 11699:1 11704:1 11735:1 11756:1 11860:1 11876:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12039:1 12152:1 12157:1 12167:2 12235:2 12242:1 12243:1 12250:1 12265:1 12271:3 12300:1 12313:2 12402:2 12404:5 12409:2 12472:8 12522:1 12557:1 12591:1 12641:2 12661:1 12687:1 12701:1 12710:1 12737:2 12743:1 12766:1 12768:1 12775:2 12778:1 12893:1 12894:1 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12974:1 12982:2 12995:1 13001:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:1 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13270:1 13295:1 13310:1 13366:1 13371:1 13459:1 13464:1 13476:1 13498:1 13506:1 13557:1 13563:1 13586:1 13599:1 13628:2 13701:1 13744:1 13751:1 13757:1 13875:1 13894:1 13969:2 13973:1 13989:1 13991:1 13996:2 14036:1 14045:1 14106:1 14193:1 14211:1 14222:1 14259:1 14267:1 14306:1 14320:1 14403:1 14418:1 14430:1 14439:1 14445:2 14451:1 14487:1 14492:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14634:1 14635:1 14638:1 14643:1 14667:1 14672:1 14724:1 14769:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14908:1 14918:1 14924:6 14952:2 14973:2 14978:1 15012:6 15018:1 15039:1 15073:1 15083:1 15095:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:1 15188:1 15193:1 15195:1 15196:1 15207:1 15301:1 15352:1 15372:1 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:1 15539:1 15560:1 15567:2 15568:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:1 15842:1 15863:1 15896:1 15907:1 15962:1 16028:1 16055:1 16108:1 16117:1 16119:1 16129:1 16139:1 16157:1 16162:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:1 16435:2 16457:1 16462:1 16477:1 16489:1 16518:1 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:2 16674:1 16729:2 16733:1 16743:2 16756:1 16762:1 16777:1 16781:1 16782:1 16807:1 16865:1 16915:1 16925:1 16932:2 16985:1 17009:1 17098:1 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17326:2 17335:1 17376:1 17410:1 17415:952 17433:1 17473:1 17505:2 17594:1 17600:1 17706:2 17814:1 17845:1 17869:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17980:1 18074:1 18100:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18232:5 18275:2 18277:1 18303:1 18306:1 18319:1 18324:1 18335:1 18355:1 18359:2 18360:1 18365:1 18378:1 18404:1 18411:1 18412:1 18432:1 18444:1 18543:2 18545:2 18608:1 18619:1 18626:1 18687:1 18703:1 18723:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18838:1 18845:1 18875:2 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18912:1 18932:1 18936:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19033:1 19050:1 19109:1 19137:2 19143:1 19148:1 19176:1 19205:3 19213:1 19223:1 19229:1 19233:1 19252:1 19370:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19556:6 19559:1 19568:2 19577:1 19582:1 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19731:2 19733:1 19753:1 19769:1 19785:2 19797:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:1 19918:1 19923:1 19942:1 19950:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20233:1 20270:1 20325:2 20327:1 20332:1 20398:1 20399:1 20411:2 20429:1 20447:2 20469:1 20490:2 20526:2 20528:1 20546:1 20548:1 20551:1 20556:2 20559:3 20563:1 20571:1 20590:1 20596:1 20608:1 20683:1 20685:1 20730:1 20731:1 20752:3 20755:2 20803:1 20828:2 20832:1 20893:1 20906:1 20960:5 20967:1 20973:1 21002:1 21022:1 21028:1 21057:1 21087:1 21167:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:1 21375:1 21376:1 21414:1 21442:1 21480:1 21483:2 21496:1 21513:2 21547:1 21549:1 21633:3 21640:1 21645:1 21657:1 21703:2 21709:1 21728:1 21735:1 21737:1 21784:1 21789:1 21816:3 21817:1 21838:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21951:1 21965:1 21966:1 21979:1 21985:1 22008:1 22043:1 22054:2 22067:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22298:1 22304:1 22336:1 22381:2 22386:1 22389:1 22449:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:2 22686:1 22687:1 22722:1 22724:1 22742:1 22779:1 22784:1 22791:1 22810:1 22843:1 22859:1 22891:1 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:1 22996:1 23010:1 23013:1 23015:2 23073:2 23096:2 23136:1 23142:1 23147:1 23149:1 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23307:1 23308:1 23335:1 23369:1 23403:2 23493:2 23496:2 23559:1 23563:1 23594:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23692:3 23699:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:1 23777:1 23779:1 23791:1 23801:1 23848:2 23862:1 23874:1 23875:1 23882:1 23907:2 23911:1 23919:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24092:1 24153:1 24160:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:1 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24603:1 24704:1 24723:1 24733:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24956:1 24969:3 24972:1 25033:1 25060:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:1 25247:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25387:1 25392:1 25445:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:1 25568:3 25570:1 25572:1 25614:1 25630:1 25651:1 25672:2 25715:1 25738:2 25761:1 25782:1 25792:1 25793:1 25796:1 25802:2 25820:2 25824:1 25826:1 25827:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:1 25928:1 25930:1 25957:1 25959:1 25994:1 25997:1 26007:1 26032:1 26072:1 26099:1 26211:1 26283:1 26289:1 26346:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:10 26513:1 26539:1 26547:2 26567:1 26576:1 26610:2 26622:1 26645:1 26655:2 26662:1 26692:4 26764:2 26800:1 26807:1 26813:1 26834:2 26852:1 26864:2 26867:1 26886:1 26921:1 26944:1 26946:1 26952:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:1 27019:2 27020:3 27063:1 27073:1 27078:1 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27248:1 27333:1 27379:1 27390:1 27396:1 27402:1 27433:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27534:1 27564:1 27569:1 27598:1 27619:1 27635:1 27669:1 27683:1 27689:1 27706:1 27715:2 27716:2 27723:1 27730:1 27734:1 27739:1 27765:1 27775:3 27778:1 27792:1 27797:1
8 8:1 40:1 46:1 47:2 83:2 88:1 102:1 121:1 132:1 148:1 160:1 162:1 181:1 190:1 194:3 214:1 234:1 240:3 303:1 327:3 329:1 369:2 432:1 441:1 486:1 494:1 575:1 605:1 627:1 659:1 667:1 683:1 771:1 843:3 856:1 869:1 876:3 891:1 930:3 934:1 970:1 973:2 1045:1 1050:1 1052:1 1074:1 1086:1 1105:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1205:1 1210:1 1221:1 1222:1 1238:1 1241:1 1244:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:2 1395:5 1399:1 1411:1 1424:2 1432:3 1468:1 1475:3 1496:1 1509:2 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:1 1670:2 1681:1 1692:1 1696:1 1720:1 1732:1 1738:1 1740:1 1744:1 1769:1 1776:1 1787:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2145:1 2176:1 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:6 2203:2 2208:1 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:2 2285:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:2 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:2 2774:5 2801:1 2803:1 2811:1 2831:1 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3090:1 3131:1 3134:3 3137:2 3138:1 3148:1 3158:3 3174:1 3195:1 3216:1 3313:2 3324:1 3325:1 3339:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3538:1 3574:1 3614:1 3621:2 3625:2 3646:1 3650:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:1 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:3 3916:1 3923:1 3928:1 3934:1 3940:1 3970:1 3983:1 4002:1 4011:1 4020:2 4030:2 4031:1 4035:3 4042:1 4109:1 4115:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:1 4235:1 4249:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:3 4498:1 4500:1 4533:1 4536:1 4546:1 4567:1 4648:9 4669:1 4670:1 4673:1 4767:2 4787:4 4789:4 4792:1 4796:1 4800:2 4802:2 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5092:1 5104:2 5126:2 5136:1 5170:1 5212:1 5222:2 5224:1 5286:1 5296:1 5309:2 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5585:1 5587:1 5593:1 5643:3 5708:1 5710:2 5739:4 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5867:1 5896:1 5910:1 5913:3 5942:3 5993:2 6027:1 6034:2 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6053:1 6058:2 6060:3 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6206:1 6216:1 6256:1 6259:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:3 6497:1 6508:1 6519:4 6521:2 6522:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6737:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6852:1 6860:1 6890:1 6903:2 6914:2 6948:1 6954:1 6960:2 6994:1 6999:1 7011:1 7048:3 7073:3 7077:1 7137:1 7249:5 7250:2 7273:1 7274:2 7307:1 7323:20 7344:5 7345:2 7369:1 7414:1 7434:3 7488:1 7513:2 7525:1 7539:3 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:1 7650:2 7675:1 7677:1 7684:1 7701:1 7715:3 7791:6 7812:1 7815:1 7817:1 7826:1 7879:1 7891:1 7922:1 7949:1 7957:1 7958:1 7964:1 7990:1 7994:1 8026:1 8031:1 8035:1 8054:1 8116:1 8122:1 8124:1 8125:2 8126:1 8128:2 8135:2 8155:1 8161:1 8229:1 8268:1 8280:2 8282:2 8293:1 8322:1 8326:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:1 8575:1 8620:1 8670:2 8694:1 8697:1 8716:1 8719:3 8747:1 8748:1 8752:1 8801:1 8816:1 8853:1 8898:1 8907:1 8930:2 8944:1 8954:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9048:1 9063:2 9073:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9473:1 9486:1 9495:1 9569:1 9571:1 9594:1 9597:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9783:1 9788:1 9793:1 9799:2 9823:2 9844:1 9870:1 9877:5 9882:1 9917:3 9925:1 9935:1 9974:1 10013:1 10046:1 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:1 10153:2 10167:1 10183:1 10187:1 10276:1 10281:1 10287:3 10289:1 10296:2 10299:2 10300:3 10304:1 10308:1 10312:1 10322:1 10346:1 10371:2 10398:1 10404:1 10410:1 10427:2 10429:1 10477:1 10498:1 10526:1 10564:1 10574:1 10580:1 10637:1 10646:1 10652:2 10654:1 10684:2 10717:2 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10821:2 10832:1 10833:1 10850:1 10855:1 10872:1 10907:1 10940:1 10965:2 10973:1 10977:1 10994:4 10995:1 11001:2 11046:1 11093:1 11109:1 11149:1 11154:1 11176:1 11229:1 11245:1 11252:1 11304:1 11354:1 11355:1 11375:1 11387:1 11388:1 11394:1 11410:2 11414:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:1 11501:1 11515:1 11552:1 11611:1 11662:1 11671:1 11688:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:1 11888:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12039:1 12152:1 12156:1 12157:1 12167:2 12235:2 12242:1 12243:1 12250:1 12265:1 12271:3 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12472:10 12522:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:1 12737:2 12743:1 12766:1 12768:1 12775:2 12778:1 12893:1 12894:1 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12974:1 12982:2 12995:1 13001:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:1 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13270:1 13295:1 13310:1 13366:1 13371:1 13459:1 13464:1 13476:1 13498:1 13506:1 13557:1 13563:1 13586:1 13599:1 13628:2 13701:1 13744:1 13751:1 13757:1 13805:1 13875:1 13894:1 13969:2 13973:1 13989:1 13991:1 13996:2 14036:1 14045:1 14106:1 14193:1 14211:1 14222:1 14240:1 14259:1 14267:1 14306:1 14320:1 14339:1 14403:1 14418:1 14430:1 14439:1 14445:2 14451:1 14487:2 14492:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:1 14643:1 14667:1 14672:1 14724:1 14728:1 14769:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14907:1 14908:1 14918:1 14924:8 14952:2 14973:2 14978:1 15012:6 15018:1 15039:2 15073:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:2 15188:1 15193:1 15195:1 15196:1 15207:1 15301:1 15352:1 15372:1 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:1 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:1 15842:1 15863:1 15896:1 15907:1 15915:1 15962:1 16028:1 16055:1 16108:1 16117:1 16119:1 16129:1 16139:1 16157:1 16162:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:1 16435:3 16457:1 16462:1 16477:1 16489:1 16518:2 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:2 16674:1 16729:2 16733:1 16743:2 16756:1 16762:1 16777:1 16781:1 16782:1 16807:1 16865:1 16915:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17098:1 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17326:2 17335:1 17376:1 17410:1 17415:1011 17433:1 17473:1 17505:2 17594:1 17600:1 17706:2 17814:1 17845:1 17869:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17978:1 17980:1 18074:1 18085:1 18100:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18232:5 18275:2 18277:1 18303:1 18306:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:2 18360:1 18364:1 18365:1 18378:1 18404:1 18411:1 18412:1 18432:1 18444:1 18543:2 18545:2 18608:1 18619:1 18626:1 18663:1 18687:1 18703:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18838:1 18845:1 18861:1 18875:2 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18912:1 18932:1 18936:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19033:1 19050:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19205:3 19213:1 19223:1 19229:1 19233:1 19252:1 19370:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19556:6 19559:1 19568:2 19577:1 19582:1 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19731:2 19733:1 19753:1 19769:1 19785:2 19797:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19918:1 19923:1 19942:1 19950:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20193:1 20233:1 20270:1 20274:1 20325:2 20327:1 20332:1 20395:1 20398:1 20399:1 20401:1 20411:2 20429:1 20447:2 20469:1 20490:2 20526:2 20528:1 20546:1 20548:1 20551:1 20556:2 20559:3 20563:1 20571:1 20590:1 20592:1 20596:1 20608:1 20682:1 20683:1 20685:1 20730:1 20731:1 20752:3 20755:2 20803:2 20828:2 20832:1 20893:1 20906:1 20960:5 20967:1 20973:1 21002:1 21022:1 21028:1 21057:1 21087:1 21103:1 21167:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:1 21375:1 21376:1 21414:1 21442:1 21480:1 21483:2 21496:1 21513:2 21547:1 21549:1 21609:1 21633:3 21640:1 21645:1 21657:1 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21784:1 21789:1 21816:3 21817:1 21838:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:1 22015:1 22026:1 22043:1 22054:3 22067:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22298:1 22304:1 22336:1 22381:2 22386:1 22389:1 22449:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:2 22686:1 22687:1 22722:1 22724:1 22742:1 22779:1 22784:1 22791:1 22810:1 22843:1 22859:1 22891:1 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:1 22996:1 23010:1 23013:1 23015:2 23025:1 23073:2 23096:2 23136:1 23142:1 23147:1 23149:1 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23307:1 23308:2 23335:1 23360:1 23369:1 23403:2 23493:2 23496:2 23559:1 23563:1 23594:1 23634:1 23646:1 23669:1 23681:2 23683:1 23689:1 23692:3 23699:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:1 23777:2 23779:1 23791:1 23801:1 23848:3 23862:1 23865:1 23874:1 23875:1 23882:1 23907:2 23911:1 23919:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24092:1 24093:1 24153:1 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:1 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24603:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24956:1 24969:4 24972:1 25033:1 25060:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:1 25247:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25387:1 25392:1 25445:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:1 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:1 25568:3 25570:1 25572:1 25584:1 25614:1 25630:1 25651:1 25672:2 25715:1 25738:2 25761:1 25782:1 25792:1 25793:1 25796:1 25802:2 25820:2 25824:1 25826:1 25827:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:1 25928:1 25930:1 25957:1 25959:1 25994:1 25997:1 26007:1 26032:1 26072:1 26099:1 26204:1 26211:1 26283:1 26289:1 26346:1 26349:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:10 26513:1 26539:1 26547:2 26567:1 26576:1 26610:2 26619:1 26622:1 26645:1 26655:3 26662:1 26692:5 26764:2 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26886:1 26921:1 26944:1 26946:2 26952:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:1 27019:2 27020:3 27063:1 27073:1 27078:2 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27248:1 27333:1 27379:1 27390:1 27396:1 27402:1 27433:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27564:1 27569:1 27598:1 27619:1 27635:1 27669:1 27672:1 27683:1 27689:1 27706:1 27715:2 27716:2 27723:1 27730:1 27734:1 27739:1 27765:1 27775:3 27778:1 27784:1 27792:1 27797:1
8 1:1 8:1 40:1 46:1 47:2 83:2 88:1 102:1 121:1 132:1 148:1 160:1 162:1 181:1 190:1 194:3 214:1 234:1 240:3 303:1 327:3 329:1 369:2 432:1 441:1 486:1 494:1 575:1 587:1 605:1 627:1 659:1 667:1 683:1 771:1 843:3 856:1 869:1 876:3 891:1 925:1 930:3 934:1 970:1 973:2 1045:1 1050:1 1052:1 1074:1 1086:1 1105:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1205:1 1210:1 1221:1 1222:1 1238:1 1241:1 1244:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:2 1395:5 1399:1 1411:1 1424:2 1432:3 1468:1 1475:3 1496:1 1509:2 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:1 1670:2 1681:1 1682:1 1692:1 1696:1 1720:1 1732:1 1738:1 1740:1 1744:1 1769:1 1774:1 1776:2 1787:2 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1928:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2145:1 2176:1 2177:1 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:6 2203:2 2208:1 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:2 2285:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:2 2774:6 2801:1 2803:1 2811:1 2831:2 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3090:1 3131:1 3134:3 3137:2 3138:1 3148:1 3158:3 3174:1 3195:1 3216:1 3313:2 3324:1 3325:1 3339:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3538:1 3574:1 3614:1 3621:2 3625:2 3646:1 3650:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:1 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3810:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:3 3916:2 3923:1 3928:1 3934:1 3940:1 3970:1 3983:1 4002:1 4011:1 4020:2 4030:2 4031:1 4035:3 4042:1 4109:1 4115:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:1 4235:1 4249:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:3 4498:1 4500:1 4533:1 4536:1 4546:1 4567:1 4648:11 4669:1 4670:1 4673:1 4767:2 4787:4 4789:4 4792:1 4796:1 4800:2 4802:2 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4947:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5092:1 5104:2 5126:2 5136:1 5170:1 5182:1 5212:1 5222:2 5224:1 5253:1 5286:1 5296:1 5309:2 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5585:1 5587:1 5593:1 5643:3 5708:1 5710:2 5739:4 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:3 5993:3 6027:1 6034:2 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6053:1 6058:2 6060:3 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6206:1 6216:1 6256:1 6259:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:3 6497:1 6507:1 6508:1 6519:4 6521:2 6522:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6852:1 6860:1 6890:1 6903:2 6914:2 6948:1 6954:1 6960:2 6994:1 6999:1 7011:1 7048:3 7073:3 7077:1 7137:1 7249:5 7250:2 7273:1 7274:2 7307:1 7323:20 7344:6 7345:3 7369:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:1 7650:2 7675:1 7677:1 7684:1 7701:1 7715:3 7791:6 7812:1 7815:1 7817:1 7826:1 7879:1 7891:1 7922:1 7949:1 7957:2 7958:1 7964:1 7990:1 7994:1 8026:1 8031:1 8035:1 8054:1 8116:1 8122:1 8124:1 8125:3 8126:1 8128:2 8135:2 8155:1 8161:1 8229:1 8268:1 8280:2 8282:2 8293:1 8322:1 8326:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:1 8575:1 8620:1 8670:2 8694:1 8697:1 8716:1 8719:3 8747:1 8748:1 8752:1 8801:1 8816:1 8853:1 8878:1 8898:1 8907:1 8930:2 8944:1 8954:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9048:1 9063:2 9073:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9460:1 9473:1 9486:1 9495:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9783:1 9788:1 9793:1 9799:2 9803:1 9823:3 9844:1 9870:1 9877:5 9882:1 9917:3 9925:1 9935:1 9974:1 10013:1 10046:1 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:1 10153:2 10167:1 10183:1 10187:1 10276:1 10281:1 10287:3 10289:2 10296:2 10299:2 10300:3 10304:1 10308:1 10312:1 10322:1 10346:1 10371:2 10398:1 10404:1 10410:1 10427:2 10429:1 10477:1 10498:1 10526:1 10564:1 10574:1 10580:1 10637:1 10646:1 10652:2 10654:1 10684:2 10717:2 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10799:1 10821:2 10832:1 10833:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:1 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11093:1 11109:1 11149:1 11154:1 11176:1 11229:1 11245:1 11252:1 11304:1 11313:1 11354:1 11355:2 11375:1 11387:1 11388:1 11394:1 11410:2 11414:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:1 11501:2 11515:1 11552:1 11611:1 11662:1 11671:1 11688:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:1 11888:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12235:2 12242:1 12243:1 12250:1 12265:1 12271:3 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12472:10 12522:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:1 12737:2 12743:1 12766:1 12768:1 12775:3 12778:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12970:1 12974:1 12982:2 12995:1 13001:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13270:1 13295:1 13310:1 13316:1 13366:1 13371:1 13459:1 13464:1 13476:1 13498:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13628:2 13676:1 13701:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13875:1 13894:1 13969:2 13973:1 13989:1 13991:2 13996:2 14036:1 14045:1 14106:1 14193:1 14211:1 14222:1 14240:1 14259:1 14267:1 14306:1 14320:1 14339:1 14403:1 14418:1 14430:1 14439:1 14445:2 14451:1 14487:2 14492:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:1 14643:1 14667:1 14672:1 14724:1 14728:1 14769:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14907:1 14908:1 14918:1 14924:8 14952:2 14967:1 14973:2 14978:1 15012:7 15018:1 15039:2 15073:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:2 15188:1 15193:1 15195:1 15196:1 15207:1 15301:1 15314:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:1 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:1 15842:1 15863:1 15896:1 15907:1 15915:1 15962:1 16028:2 16055:1 16108:1 16117:1 16119:1 16129:1 16139:1 16157:1 16162:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:2 16435:3 16457:1 16462:1 16477:1 16489:1 16505:1 16518:2 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:2 16674:1 16729:2 16733:1 16743:2 16756:1 16762:1 16777:1 16781:1 16782:1 16807:1 16865:1 16915:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17098:1 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17326:2 17335:1 17376:1 17410:1 17415:1067 17433:1 17473:1 17476:1 17505:2 17594:1 17600:1 17706:2 17814:1 17845:1 17869:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17978:1 17980:1 18074:1 18085:1 18100:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18232:5 18275:2 18277:1 18303:1 18306:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:2 18360:1 18364:1 18365:1 18378:1 18404:1 18410:1 18411:1 18412:1 18432:1 18444:1 18457:1 18543:2 18545:2 18608:1 18619:1 18626:1 18663:1 18687:1 18703:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18838:1 18845:1 18861:1 18875:2 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18912:1 18932:1 18936:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19033:2 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19205:3 19213:1 19223:1 19229:1 19233:1 19252:1 19268:1 19370:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19556:6 19559:1 19568:2 19574:1 19577:1 19582:1 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19731:2 19733:1 19753:1 19769:1 19785:2 19797:1 19813:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19918:1 19923:1 19942:1 19950:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20193:1 20233:1 20270:1 20274:1 20325:2 20327:1 20332:1 20395:1 20398:1 20399:1 20401:1 20411:2 20429:1 20447:2 20469:1 20490:2 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:3 20563:1 20571:1 20590:1 20592:1 20596:1 20608:1 20630:1 20682:1 20683:1 20685:1 20730:1 20731:1 20752:3 20755:2 20803:2 20828:2 20832:1 20893:1 20906:1 20927:1 20939:2 20960:6 20967:1 20973:1 21002:1 21022:1 21028:1 21057:1 21087:1 21103:1 21167:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21397:1 21414:1 21420:1 21442:1 21480:1 21483:2 21496:1 21513:2 21536:1 21547:1 21549:1 21609:1 21633:3 21640:1 21645:1 21657:1 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21784:1 21789:1 21816:3 21817:1 21838:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22288:1 22298:1 22304:1 22336:1 22381:2 22386:1 22389:1 22449:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:2 22686:1 22687:1 22722:1 22724:1 22742:1 22779:1 22784:1 22791:1 22810:1 22814:1 22843:1 22859:1 22891:1 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:1 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23136:1 23142:1 23147:1 23149:1 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23307:1 23308:2 23335:1 23360:1 23369:1 23403:2 23422:1 23493:2 23496:2 23559:1 23563:1 23594:1 23634:1 23646:1 23660:1 23669:1 23681:2 23683:1 23689:1 23692:3 23699:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23862:1 23865:1 23874:1 23875:1 23882:1 23907:2 23911:1 23919:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24092:1 24093:1 24153:1 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:1 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24603:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24956:1 24969:4 24972:1 25033:1 25060:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:1 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25387:1 25392:1 25445:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:2 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:1 25568:3 25570:1 25572:1 25584:1 25614:1 25630:1 25651:1 25672:2 25715:1 25738:2 25761:1 25782:1 25792:1 25793:1 25796:1 25802:2 25820:2 25824:1 25826:1 25827:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:2 25928:1 25930:1 25957:1 25959:1 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26204:1 26211:1 26283:1 26289:1 26346:1 26349:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:11 26513:1 26530:1 26539:1 26547:2 26567:1 26576:1 26610:2 26619:1 26622:1 26645:1 26655:3 26662:1 26692:5 26733:1 26764:2 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:1 27019:2 27020:3 27063:1 27073:1 27078:2 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27248:1 27309:1 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27433:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27564:1 27569:1 27598:1 27619:1 27635:1 27669:1 27672:1 27683:1 27689:1 27706:1 27715:2 27716:2 27723:1 27730:1 27734:1 27739:2 27765:1 27775:3 27778:1 27784:1 27792:1 27797:1 27820:1
8 1:1 8:1 21:1 40:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 181:1 190:1 194:3 214:1 234:1 240:3 303:1 327:3 329:1 369:2 432:1 441:1 486:1 494:1 575:1 587:1 605:3 627:2 659:1 667:1 683:1 771:1 843:3 856:1 869:1 876:3 891:1 925:1 930:3 934:1 970:1 973:2 1045:1 1050:1 1052:1 1074:1 1086:1 1105:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1205:1 1210:1 1221:1 1222:1 1238:1 1241:1 1244:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:2 1395:5 1399:1 1411:1 1424:3 1432:3 1468:1 1475:3 1496:1 1509:2 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:1 1669:1 1670:2 1681:1 1682:1 1692:1 1696:1 1720:1 1732:1 1738:1 1740:1 1744:1 1769:1 1774:1 1776:2 1787:2 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1928:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2145:1 2176:1 2177:1 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:6 2203:2 2208:1 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:2 2285:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2760:1 2766:2 2774:6 2801:1 2803:1 2811:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3090:1 3131:1 3134:3 3137:2 3138:1 3148:1 3158:3 3174:1 3195:1 3216:1 3227:1 3313:2 3324:1 3325:1 3339:1 3362:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3538:1 3574:1 3614:1 3621:2 3625:2 3646:1 3650:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:1 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3810:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:3 3916:2 3923:1 3928:1 3934:1 3940:1 3970:1 3983:1 4002:1 4011:1 4020:2 4030:2 4031:1 4035:4 4042:1 4109:1 4115:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:1 4235:1 4249:1 4251:1 4281:2 4351:1 4400:1 4426:2 4462:1 4471:1 4497:3 4498:1 4500:1 4533:1 4536:1 4546:1 4567:1 4648:11 4669:1 4670:1 4673:1 4677:1 4767:2 4787:4 4789:4 4792:1 4796:1 4800:2 4802:2 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4947:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5092:1 5102:1 5104:2 5126:2 5136:1 5170:1 5182:1 5212:1 5222:2 5224:1 5248:1 5253:1 5286:1 5296:1 5309:2 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5585:1 5587:1 5593:1 5643:3 5708:1 5710:2 5739:4 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:4 5945:1 5993:3 6027:1 6034:2 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6053:1 6058:2 6060:3 6089:1 6100:1 6101:1 6121:1 6147:2 6187:1 6206:1 6216:1 6256:1 6259:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:4 6497:1 6507:1 6508:1 6519:4 6521:2 6522:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6852:1 6860:1 6890:1 6903:2 6914:2 6948:1 6954:1 6960:2 6994:1 6999:1 7011:1 7048:3 7073:3 7077:1 7137:1 7144:1 7249:5 7250:2 7273:1 7274:2 7307:1 7323:20 7344:6 7345:4 7369:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:1 7650:2 7675:1 7677:1 7684:1 7696:1 7701:1 7715:3 7791:6 7812:1 7815:1 7817:1 7826:1 7843:1 7879:1 7891:1 7922:1 7949:1 7957:2 7958:1 7964:1 7990:1 7994:1 8026:1 8031:1 8035:1 8054:1 8116:1 8122:1 8124:1 8125:3 8126:1 8128:2 8135:2 8155:1 8161:1 8166:1 8191:1 8229:1 8268:1 8280:2 8282:2 8293:1 8322:1 8326:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:1 8575:1 8620:1 8670:2 8694:1 8697:1 8716:1 8719:3 8747:1 8748:1 8752:2 8801:1 8813:1 8816:1 8853:1 8878:1 8898:1 8907:1 8930:2 8942:1 8944:1 8954:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9048:1 9063:2 9073:1 9118:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9325:1 9385:1 9418:1 9442:1 9451:1 9460:1 9473:1 9484:1 9486:1 9495:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9783:1 9788:1 9793:1 9799:3 9803:1 9823:3 9844:1 9870:1 9877:5 9882:1 9917:3 9925:1 9935:1 9974:1 10013:1 10046:1 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:1 10153:2 10167:1 10183:1 10187:1 10276:1 10281:1 10287:3 10289:2 10296:2 10299:2 10300:3 10304:1 10308:1 10312:1 10322:1 10346:1 10371:2 10398:1 10404:1 10410:1 10427:2 10429:1 10477:1 10498:1 10526:1 10564:1 10574:1 10580:1 10637:1 10646:1 10652:2 10654:1 10684:2 10717:2 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10799:1 10821:2 10832:1 10833:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:1 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11071:1 11093:1 11109:1 11149:1 11154:1 11176:1 11222:1 11229:1 11245:1 11252:1 11304:1 11313:1 11354:1 11355:2 11375:1 11387:1 11388:1 11394:1 11410:2 11414:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:2 11501:2 11515:1 11552:1 11611:1 11662:1 11671:1 11688:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:1 11888:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12235:2 12242:1 12243:1 12250:1 12261:1 12262:1 12265:1 12271:4 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:10 12502:1 12522:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:1 12733:1 12737:2 12743:1 12766:1 12768:1 12775:3 12778:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12970:1 12974:1 12982:2 12995:1 13001:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13270:1 13295:1 13310:1 13316:1 13366:1 13371:1 13459:1 13464:1 13476:1 13498:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13628:2 13676:1 13701:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13825:1 13875:1 13894:1 13969:2 13973:1 13989:1 13991:2 13996:2 14036:2 14045:1 14106:1 14193:1 14211:1 14222:1 14240:1 14259:1 14267:1 14303:1 14306:1 14320:1 14339:1 14403:1 14418:1 14419:1 14430:1 14439:1 14445:2 14451:1 14487:2 14492:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:1 14643:1 14667:1 14672:1 14724:1 14728:1 14769:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14907:1 14908:1 14918:1 14924:8 14952:2 14967:1 14973:2 14978:1 15012:7 15018:1 15039:2 15073:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:2 15188:1 15193:1 15195:1 15196:1 15207:1 15301:1 15314:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:1 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:1 15842:1 15863:1 15896:1 15907:1 15915:1 15962:1 16028:2 16055:1 16108:1 16117:1 16119:1 16129:1 16139:1 16157:1 16162:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:2 16435:3 16457:1 16462:1 16477:1 16489:1 16505:1 16518:2 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:2 16674:1 16729:2 16733:1 16743:2 16756:1 16762:1 16777:1 16781:1 16782:1 16807:1 16832:1 16865:1 16915:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17098:1 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17326:2 17335:1 17376:1 17410:1 17415:1108 17433:1 17473:1 17476:1 17505:2 17594:1 17600:1 17613:1 17644:1 17706:2 17814:1 17845:1 17869:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17978:1 17980:1 18074:1 18085:1 18100:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18232:5 18275:2 18277:1 18303:1 18306:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:2 18360:1 18364:1 18365:1 18378:1 18404:1 18410:1 18411:1 18412:1 18432:1 18444:1 18457:1 18543:2 18545:2 18603:1 18608:1 18619:1 18626:1 18663:1 18687:1 18703:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18912:1 18932:1 18936:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19205:3 19213:1 19223:1 19229:1 19233:1 19252:1 19268:1 19370:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:1 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19731:2 19733:1 19751:1 19753:1 19769:1 19785:2 19797:1 19813:1 19819:2 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19918:1 19923:1 19942:1 19950:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20193:1 20233:1 20270:1 20274:1 20325:2 20327:1 20332:1 20395:1 20398:1 20399:1 20401:1 20411:2 20429:1 20447:2 20469:1 20490:2 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:3 20563:1 20571:1 20590:1 20592:1 20596:1 20608:1 20630:1 20682:1 20683:1 20685:1 20730:1 20731:1 20752:3 20755:2 20803:2 20828:2 20832:1 20893:1 20906:1 20927:1 20939:2 20960:6 20967:1 20973:1 21002:1 21022:1 21028:1 21057:1 21072:1 21087:1 21103:1 21167:1 21179:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21397:1 21414:1 21420:1 21442:1 21480:1 21483:2 21496:1 21513:2 21536:1 21547:1 21549:1 21609:1 21614:1 21633:3 21640:1 21645:1 21657:1 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21784:1 21789:1 21816:3 21817:1 21838:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22288:1 22298:1 22304:1 22336:1 22381:2 22386:1 22389:1 22449:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:2 22686:1 22687:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22810:1 22814:1 22843:1 22859:1 22891:2 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:1 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23136:1 23142:1 23147:1 23149:1 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23307:1 23308:2 23335:1 23360:1 23369:1 23403:2 23422:1 23493:2 23496:2 23559:1 23563:1 23594:1 23634:1 23646:1 23660:1 23669:1 23681:2 23683:1 23689:1 23692:3 23699:1 23717:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23862:1 23865:1 23874:1 23875:1 23882:1 23907:2 23911:1 23919:1 23946:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24092:1 24093:1 24153:1 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24603:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24956:1 24969:4 24972:1 25033:1 25060:1 25069:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:2 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25381:1 25387:1 25392:1 25445:1 25474:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:2 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:1 25568:3 25570:1 25572:1 25584:1 25614:1 25630:1 25650:1 25651:1 25672:2 25715:1 25738:2 25761:1 25782:1 25792:1 25793:1 25796:1 25802:2 25806:1 25820:2 25824:1 25826:1 25827:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:2 25928:1 25930:1 25957:1 25959:1 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26204:1 26211:1 26268:1 26283:1 26289:1 26346:1 26349:1 26368:1 26439:1 26446:1 26448:1 26484:1 26508:11 26513:1 26530:1 26539:1 26547:2 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:5 26733:1 26764:2 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:1 27019:2 27020:3 27063:1 27073:1 27078:2 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27248:1 27309:1 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27433:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27564:1 27569:1 27598:1 27619:1 27635:1 27669:1 27672:1 27683:1 27689:1 27706:1 27715:2 27716:2 27723:1 27730:1 27734:1 27739:2 27765:1 27775:3 27778:1 27784:1 27792:1 27797:1 27820:1
8 1:1 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 181:1 190:1 194:3 214:1 234:1 240:3 303:1 327:3 328:1 329:1 369:2 432:1 441:1 451:1 486:1 494:1 575:1 587:1 605:3 627:2 659:1 667:1 683:1 771:1 843:3 856:1 869:1 876:3 891:1 925:1 930:3 934:2 969:1 970:1 973:2 1045:1 1050:1 1052:1 1074:1 1086:1 1105:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1205:1 1210:1 1221:1 1222:1 1238:1 1241:1 1243:1 1244:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:2 1395:5 1399:1 1411:1 1424:3 1432:3 1446:1 1468:1 1475:3 1496:1 1509:3 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:1 1669:1 1670:2 1681:1 1682:1 1692:1 1696:1 1720:1 1732:1 1738:1 1740:1 1744:1 1769:1 1774:1 1776:2 1787:3 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1928:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2145:1 2176:1 2177:1 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:6 2203:2 2208:1 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:2 2274:1 2285:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2755:1 2760:1 2766:2 2774:6 2801:1 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3090:1 3127:1 3131:1 3134:3 3137:2 3138:1 3148:1 3158:3 3174:1 3195:1 3216:1 3227:1 3313:2 3324:1 3325:1 3339:1 3362:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3530:1 3537:1 3538:1 3574:1 3585:1 3614:1 3621:2 3625:2 3646:1 3650:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:1 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3810:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:3 3916:2 3923:1 3928:1 3934:1 3940:1 3970:1 3983:1 4002:1 4011:1 4020:2 4030:2 4031:1 4035:4 4042:1 4109:1 4115:1 4126:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:1 4235:1 4249:1 4251:1 4281:2 4315:1 4351:1 4400:1 4426:2 4433:1 4462:1 4471:1 4497:3 4498:1 4500:1 4533:1 4536:1 4546:1 4567:1 4648:12 4669:1 4670:1 4673:1 4677:1 4767:2 4787:4 4789:4 4792:1 4796:1 4800:2 4802:2 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4947:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5092:1 5102:1 5104:2 5126:2 5136:1 5170:1 5182:1 5212:1 5222:2 5224:1 5248:1 5253:1 5275:1 5286:1 5296:1 5301:1 5309:2 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:1 5593:1 5643:3 5708:1 5710:2 5739:4 5755:1 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:4 5945:1 5961:1 5993:3 6027:1 6034:2 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6053:1 6058:2 6060:3 6089:1 6100:1 6101:1 6121:1 6147:2 6174:1 6187:1 6206:1 6216:1 6256:1 6259:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:4 6497:1 6507:1 6508:1 6512:1 6519:5 6521:2 6522:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6703:1 6707:1 6716:1 6721:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6948:1 6954:1 6960:3 6994:1 6999:1 7011:1 7048:3 7073:3 7077:1 7137:1 7144:1 7249:5 7250:2 7273:1 7274:2 7307:1 7323:20 7344:6 7345:5 7369:1 7381:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:1 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7715:3 7791:6 7812:1 7815:1 7817:1 7826:1 7843:1 7879:1 7891:1 7922:1 7949:1 7957:2 7958:1 7964:1 7990:1 7994:1 8026:1 8031:1 8035:1 8054:1 8116:1 8122:1 8124:1 8125:3 8126:1 8128:2 8135:2 8155:1 8161:1 8166:1 8191:1 8229:1 8268:1 8280:2 8282:2 8293:1 8322:1 8326:1 8328:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:1 8575:1 8620:1 8670:2 8694:1 8697:1 8705:1 8716:1 8719:3 8747:1 8748:1 8752:2 8801:1 8813:1 8816:1 8853:1 8878:1 8898:1 8907:1 8930:2 8942:1 8944:2 8954:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9048:1 9063:2 9073:1 9118:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9325:1 9385:1 9405:2 9418:1 9442:1 9451:1 9460:1 9473:1 9484:1 9486:1 9495:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:3 9803:1 9823:3 9844:1 9870:1 9877:5 9882:1 9883:1 9917:3 9925:1 9935:1 9974:1 10013:1 10046:1 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:1 10153:2 10167:1 10183:1 10187:1 10276:1 10281:1 10287:3 10289:2 10296:2 10299:2 10300:3 10304:1 10308:1 10312:1 10322:1 10346:1 10371:2 10398:1 10404:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10526:1 10564:1 10574:1 10580:1 10637:1 10646:1 10652:2 10654:1 10684:2 10717:2 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10799:1 10821:2 10832:1 10833:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:1 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11149:1 11154:1 11176:1 11222:1 11229:1 11245:1 11247:1 11252:1 11304:1 11313:1 11354:1 11355:2 11375:1 11387:1 11388:1 11389:1 11394:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:2 11501:2 11515:1 11552:1 11611:1 11619:1 11662:1 11671:1 11688:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:1 11888:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12235:2 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:4 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:11 12502:1 12522:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:1 12733:1 12737:2 12743:1 12766:1 12768:1 12775:3 12778:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12970:1 12974:1 12982:2 12995:1 13001:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13295:1 13310:1 13316:1 13366:1 13371:1 13441:1 13459:1 13464:1 13476:1 13498:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13628:2 13676:1 13701:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13825:1 13875:1 13882:1 13894:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:2 14036:2 14045:1 14106:1 14193:1 14211:1 14222:1 14240:1 14259:1 14267:1 14303:1 14306:1 14320:1 14339:1 14403:1 14418:1 14419:1 14430:1 14439:1 14445:2 14451:1 14487:3 14492:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:1 14643:1 14667:1 14672:1 14705:1 14724:1 14728:1 14769:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14907:1 14908:1 14918:1 14924:9 14952:2 14967:1 14973:2 14978:1 15012:7 15018:1 15039:2 15073:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:2 15188:1 15193:1 15195:1 15196:1 15207:1 15263:1 15301:1 15314:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:2 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:1 15842:1 15863:1 15896:1 15907:1 15915:1 15962:1 16028:2 16055:1 16108:1 16117:1 16119:1 16129:2 16139:1 16157:1 16162:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:2 16435:3 16457:1 16462:1 16477:1 16489:1 16505:1 16518:2 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:2 16674:1 16729:2 16733:1 16743:2 16756:1 16762:1 16777:1 16781:1 16782:1 16807:1 16832:1 16865:1 16915:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17098:1 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17376:1 17410:1 17415:1151 17433:1 17473:1 17476:1 17505:2 17594:1 17600:1 17613:1 17639:1 17644:1 17706:2 17814:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17978:1 17980:1 18074:1 18085:1 18100:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18232:5 18275:2 18277:1 18303:1 18306:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18404:1 18410:1 18411:1 18412:1 18432:1 18444:1 18457:1 18543:2 18545:2 18603:1 18608:1 18619:1 18626:1 18663:1 18687:1 18703:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18912:1 18932:1 18936:2 18944:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19370:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:1 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19731:2 19733:1 19751:1 19753:1 19769:1 19785:2 19797:1 19813:1 19819:2 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19918:1 19923:1 19942:1 19950:1 19965:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20171:1 20193:1 20233:1 20270:1 20274:1 20325:2 20327:1 20332:1 20395:1 20398:1 20399:1 20401:1 20411:2 20429:1 20447:2 20469:1 20490:2 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:3 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20608:1 20630:1 20682:1 20683:1 20685:1 20730:1 20731:1 20752:3 20755:2 20803:2 20811:1 20828:2 20832:1 20893:1 20906:1 20927:1 20939:2 20960:6 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:1 21103:1 21167:1 21179:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21397:1 21414:1 21420:1 21442:1 21472:1 21480:1 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21609:1 21614:1 21633:3 21640:1 21645:1 21657:1 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21784:1 21789:1 21816:3 21817:1 21838:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22288:1 22298:1 22304:1 22336:1 22381:2 22386:1 22389:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:3 22686:1 22687:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22810:1 22814:1 22843:1 22859:1 22891:2 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:1 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23136:1 23142:1 23147:1 23149:2 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23307:1 23308:2 23335:1 23360:1 23369:1 23403:2 23422:1 23493:2 23496:2 23559:1 23563:1 23594:1 23634:1 23646:1 23660:1 23669:1 23681:2 23683:1 23689:1 23692:3 23699:1 23717:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23919:1 23946:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24092:2 24093:1 24153:1 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24602:1 24603:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24969:4 24972:1 25029:1 25033:1 25060:1 25069:1 25097:1 25112:1 25114:1 25115:1 25159:1 25221:1 25240:2 25242:2 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25372:1 25381:1 25387:1 25392:1 25445:1 25474:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:2 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25630:1 25650:1 25651:1 25672:2 25715:1 25738:2 25761:1 25782:1 25792:1 25793:1 25796:1 25802:2 25806:1 25820:2 25824:1 25826:1 25827:1 25837:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:2 25928:1 25930:1 25957:1 25959:1 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26107:1 26204:1 26211:1 26268:1 26283:1 26289:1 26346:1 26349:1 26368:1 26439:1 26446:1 26448:1 26484:1 26485:1 26508:11 26513:1 26530:1 26539:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:5 26733:1 26764:2 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:1 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:2 27019:2 27020:4 27063:1 27073:1 27078:2 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27248:1 27309:1 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27433:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27564:1 27569:1 27598:1 27619:1 27635:1 27637:1 27669:1 27672:1 27683:1 27689:1 27706:1 27715:2 27716:2 27723:1 27730:1 27734:1 27739:2 27765:1 27775:3 27778:1 27784:1 27792:1 27797:1 27820:1
8 1:1 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 181:1 190:1 194:3 214:1 234:1 240:3 303:1 327:3 328:1 329:1 369:2 432:1 441:1 451:1 486:1 494:1 575:1 587:1 605:4 627:3 659:1 667:1 683:1 771:1 843:3 856:1 869:1 876:3 891:1 925:1 930:3 934:2 969:1 970:1 973:3 1045:1 1050:1 1052:1 1074:1 1086:1 1105:1 1129:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1205:1 1210:1 1221:1 1222:1 1238:1 1241:1 1243:1 1244:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:3 1395:5 1399:1 1411:1 1424:3 1432:3 1446:1 1468:1 1475:3 1496:1 1509:3 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:1 1669:1 1670:2 1681:1 1682:1 1692:1 1696:1 1720:1 1732:1 1738:1 1740:1 1744:1 1769:1 1774:1 1776:2 1787:4 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1928:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2145:1 2176:1 2177:1 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:6 2203:2 2208:1 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:2 2274:1 2285:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2755:1 2760:1 2766:2 2774:6 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3090:1 3127:1 3131:1 3134:3 3137:3 3138:1 3148:1 3158:3 3174:1 3195:1 3216:1 3227:1 3313:2 3324:1 3325:1 3339:1 3362:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3530:1 3537:1 3538:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3650:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:1 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3810:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:3 3916:2 3923:1 3928:1 3934:1 3940:1 3970:1 3983:1 4002:1 4011:1 4020:2 4030:2 4031:1 4035:4 4042:1 4109:1 4115:1 4126:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:1 4235:1 4249:1 4251:1 4281:2 4290:1 4315:1 4351:1 4400:1 4426:2 4433:1 4462:1 4471:1 4497:3 4498:1 4500:1 4533:1 4536:1 4546:1 4567:1 4648:13 4669:1 4670:1 4673:1 4677:1 4767:3 4787:4 4789:4 4792:1 4796:1 4800:2 4802:2 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4947:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5275:1 5286:1 5296:1 5301:1 5309:2 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:2 5593:1 5643:3 5708:1 5710:2 5739:4 5755:1 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:5 5945:1 5950:1 5961:1 5993:3 6027:1 6034:3 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6053:1 6058:2 6060:3 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:1 6206:1 6216:1 6221:1 6256:1 6259:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:4 6497:1 6507:1 6508:1 6512:1 6519:5 6521:2 6522:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6683:1 6703:1 6707:1 6716:1 6721:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6941:1 6948:1 6954:1 6960:3 6994:1 6999:1 7011:1 7048:3 7073:3 7077:1 7137:1 7144:1 7187:1 7249:5 7250:2 7273:1 7274:3 7307:1 7323:20 7344:6 7345:5 7369:1 7381:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:1 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7715:3 7791:6 7812:1 7815:1 7817:1 7826:1 7843:1 7879:1 7891:1 7922:1 7936:1 7949:1 7957:2 7958:1 7964:1 7990:1 7994:1 8026:1 8031:1 8035:1 8054:1 8116:1 8117:1 8122:1 8124:1 8125:3 8126:1 8128:2 8135:2 8155:1 8161:1 8166:1 8191:1 8229:1 8268:1 8280:2 8282:2 8293:1 8322:1 8326:1 8328:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:2 8575:1 8620:1 8621:1 8670:2 8694:1 8697:1 8705:1 8716:1 8719:3 8747:1 8748:1 8752:2 8801:1 8813:1 8816:1 8853:1 8878:1 8898:1 8907:1 8930:2 8942:1 8944:2 8954:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9030:1 9048:1 9062:1 9063:2 9068:1 9073:1 9118:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9325:1 9385:1 9405:2 9418:1 9442:1 9451:1 9460:1 9473:1 9484:2 9486:1 9495:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:3 9803:1 9823:3 9844:1 9870:1 9877:5 9882:1 9883:1 9917:3 9925:1 9935:1 9974:1 10013:1 10046:1 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:1 10153:2 10167:2 10183:1 10187:1 10276:1 10281:1 10287:3 10289:2 10296:2 10299:2 10300:3 10304:2 10308:2 10312:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10526:1 10564:1 10574:1 10580:1 10637:1 10646:1 10652:2 10653:1 10654:1 10684:2 10717:2 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10799:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:2 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11149:1 11154:1 11176:1 11222:1 11229:1 11245:1 11247:1 11252:1 11304:1 11313:1 11354:1 11355:2 11375:1 11387:1 11388:1 11389:1 11393:1 11394:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:2 11501:2 11515:1 11552:1 11611:1 11619:1 11639:1 11662:1 11671:1 11688:2 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:1 11888:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12235:2 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:4 12276:1 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:11 12502:1 12522:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:1 12733:1 12737:2 12743:1 12766:1 12768:1 12775:3 12778:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12970:1 12974:1 12982:2 12995:1 13001:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13295:1 13310:1 13316:1 13332:1 13366:1 13367:1 13371:1 13388:1 13441:1 13459:1 13464:1 13476:1 13498:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13618:1 13628:2 13676:1 13701:1 13704:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13825:1 13875:1 13882:1 13894:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:2 14036:2 14045:1 14106:1 14154:1 14193:1 14211:1 14222:1 14240:1 14259:1 14267:1 14303:1 14306:1 14320:2 14339:1 14403:1 14418:1 14419:1 14422:1 14430:1 14439:1 14445:2 14451:1 14487:3 14492:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:1 14643:1 14667:1 14672:1 14705:1 14724:1 14728:1 14769:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14907:1 14908:1 14918:1 14924:9 14952:2 14967:1 14973:2 14978:1 15012:7 15018:1 15039:2 15073:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:2 15188:1 15193:1 15195:1 15196:1 15207:1 15263:1 15301:1 15314:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:2 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:2 15842:1 15863:1 15896:1 15907:1 15915:1 15962:1 16028:2 16055:1 16070:1 16108:1 16117:1 16119:1 16129:2 16139:1 16157:1 16162:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:2 16435:3 16457:1 16462:1 16477:1 16489:1 16505:1 16518:2 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:2 16674:1 16729:2 16733:1 16743:2 16756:1 16762:1 16777:1 16781:1 16782:1 16807:1 16832:1 16837:1 16865:1 16915:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17097:1 17098:1 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17376:1 17410:1 17415:1226 17433:1 17473:1 17476:1 17505:2 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17706:2 17814:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17946:1 17978:1 17980:1 17989:1 18074:1 18085:1 18100:1 18109:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18232:5 18275:3 18277:1 18303:1 18306:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18404:1 18410:1 18411:1 18412:1 18432:1 18444:1 18457:1 18543:2 18545:2 18603:1 18608:1 18619:1 18626:1 18663:1 18687:1 18703:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:1 18932:1 18936:2 18944:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19370:1 19385:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:1 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19797:1 19810:1 19813:1 19819:2 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19918:1 19923:1 19942:1 19950:1 19965:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20171:1 20178:1 20193:1 20233:1 20270:1 20274:1 20325:2 20327:1 20332:1 20395:1 20398:1 20399:1 20401:1 20411:2 20421:1 20429:1 20447:2 20469:1 20490:2 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:3 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20608:1 20630:1 20682:1 20683:1 20685:1 20730:1 20731:2 20752:3 20755:2 20803:2 20811:1 20828:2 20832:1 20893:1 20906:1 20927:1 20939:2 20960:6 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:1 21103:1 21167:1 21179:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21397:1 21414:1 21420:1 21442:1 21472:1 21480:1 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21608:1 21609:1 21614:1 21633:3 21640:1 21645:1 21657:1 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21753:1 21784:1 21789:1 21816:3 21817:1 21837:1 21838:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22288:1 22298:1 22304:1 22336:1 22381:2 22386:1 22389:1 22400:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22810:1 22814:1 22843:1 22859:1 22891:2 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:1 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23136:1 23142:1 23147:1 23149:2 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23307:1 23308:2 23335:1 23360:1 23369:1 23403:2 23422:1 23493:2 23496:2 23559:1 23563:1 23594:1 23634:1 23646:1 23660:1 23669:1 23681:2 23683:1 23689:1 23692:3 23699:1 23717:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23919:1 23946:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24092:2 24093:1 24153:1 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24602:1 24603:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24969:4 24972:1 25029:1 25033:1 25060:1 25069:1 25097:1 25112:1 25114:1 25115:2 25159:1 25221:1 25240:2 25242:2 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25372:1 25381:1 25387:1 25392:1 25445:1 25474:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:2 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25630:1 25650:1 25651:1 25672:2 25715:1 25738:2 25761:1 25782:1 25792:1 25793:1 25796:1 25802:2 25806:1 25820:2 25824:1 25826:1 25827:2 25837:1 25839:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:2 25928:1 25930:1 25957:1 25959:1 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26107:1 26204:1 26211:1 26268:1 26283:1 26289:1 26346:1 26349:1 26368:1 26439:1 26446:1 26448:1 26484:1 26485:1 26508:12 26513:1 26530:1 26539:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:5 26733:1 26764:2 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:1 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:2 27019:2 27020:4 27063:1 27073:1 27078:2 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27247:1 27248:1 27309:1 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27433:1 27434:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27553:1 27564:1 27569:1 27598:1 27619:1 27635:1 27637:1 27669:1 27672:1 27683:1 27689:1 27706:1 27715:2 27716:2 27723:1 27730:1 27734:1 27739:2 27765:1 27775:3 27778:1 27784:2 27792:1 27797:1 27820:1
8 1:1 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 181:1 190:1 194:3 214:1 234:1 240:3 303:1 327:3 328:1 329:1 369:2 432:1 441:1 451:1 486:1 494:1 575:1 587:1 605:4 627:3 659:1 667:1 683:1 771:1 843:3 856:1 869:1 876:3 891:1 925:1 930:3 934:2 969:1 970:1 973:3 1045:1 1050:1 1052:1 1074:1 1086:1 1105:1 1129:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1238:1 1241:1 1243:1 1244:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1393:3 1395:5 1399:1 1411:1 1424:3 1432:3 1446:1 1468:1 1475:3 1496:1 1509:3 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:1 1669:1 1670:2 1681:1 1682:1 1692:1 1696:1 1720:1 1732:1 1738:1 1740:1 1744:1 1769:1 1774:1 1776:2 1787:4 1791:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2145:1 2176:1 2177:2 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:6 2203:2 2208:1 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:2 2274:1 2285:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2646:1 2649:1 2650:1 2662:1 2676:1 2705:1 2731:1 2755:1 2760:1 2766:2 2774:6 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3090:1 3092:1 3122:1 3127:1 3131:1 3134:3 3137:3 3138:1 3148:1 3158:3 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3313:2 3324:1 3325:1 3339:1 3362:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3530:1 3537:1 3538:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:1 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3810:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:3 3916:2 3923:1 3928:1 3934:1 3940:1 3970:1 3983:1 4002:1 4011:1 4020:2 4030:2 4031:1 4035:4 4042:1 4109:1 4115:1 4126:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:1 4235:1 4249:1 4251:1 4281:2 4290:1 4315:1 4351:1 4400:1 4426:2 4433:1 4462:2 4471:1 4497:3 4498:1 4500:1 4533:1 4536:1 4546:1 4567:1 4648:13 4669:1 4670:1 4673:1 4677:1 4767:3 4787:4 4789:4 4792:1 4796:1 4797:1 4800:2 4802:2 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4947:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5275:1 5286:1 5296:1 5301:1 5309:2 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:2 5593:1 5643:3 5708:1 5710:2 5739:4 5755:1 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:5 5945:1 5950:1 5961:1 5993:3 6027:1 6034:3 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6053:1 6058:2 6060:3 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:1 6206:1 6216:1 6221:1 6256:1 6259:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:3 6493:4 6497:1 6507:1 6508:1 6512:1 6519:5 6521:2 6522:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6683:1 6703:1 6707:1 6716:1 6721:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6941:1 6948:1 6954:1 6960:3 6994:1 6999:1 7011:1 7048:3 7073:3 7077:1 7137:1 7144:1 7187:1 7249:5 7250:2 7273:1 7274:3 7307:1 7323:21 7344:6 7345:5 7369:1 7381:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:1 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7715:3 7791:6 7812:1 7815:1 7817:1 7826:1 7843:1 7879:1 7884:1 7891:1 7922:1 7929:1 7936:1 7949:1 7957:2 7958:1 7964:1 7990:1 7994:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8124:1 8125:3 8126:1 8128:2 8135:2 8155:1 8161:1 8166:1 8191:1 8229:1 8268:1 8280:2 8282:2 8293:1 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:2 8575:1 8620:1 8621:1 8670:2 8694:1 8697:1 8705:1 8716:1 8719:3 8747:1 8748:1 8752:2 8801:1 8813:1 8816:1 8853:1 8878:1 8898:1 8907:1 8930:2 8942:1 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9030:1 9048:1 9062:1 9063:2 9068:1 9073:1 9118:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9317:1 9325:1 9385:1 9405:2 9418:1 9442:1 9451:1 9460:1 9473:1 9484:2 9486:1 9495:1 9507:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:3 9803:1 9823:3 9844:1 9870:1 9877:5 9882:1 9883:1 9917:4 9925:1 9935:1 9955:2 9974:1 10013:1 10046:2 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:1 10153:2 10167:2 10183:1 10187:1 10276:1 10281:1 10287:3 10289:2 10296:2 10299:2 10300:3 10304:2 10308:2 10312:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10526:1 10564:1 10574:1 10580:1 10637:1 10646:1 10652:2 10653:1 10654:1 10684:2 10717:2 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10799:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:2 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11149:1 11154:1 11176:1 11222:1 11229:1 11245:1 11247:1 11252:1 11304:1 11313:1 11354:1 11355:2 11375:1 11387:1 11388:1 11389:1 11393:1 11394:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:2 11501:2 11515:1 11552:1 11611:1 11619:1 11639:1 11661:2 11662:1 11671:1 11688:2 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:1 11888:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12214:2 12235:2 12236:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:4 12276:1 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:11 12502:1 12522:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:1 12733:1 12737:2 12743:1 12766:1 12768:1 12775:3 12778:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12970:1 12974:1 12982:2 12995:1 13001:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13295:1 13310:1 13316:1 13332:1 13366:1 13367:1 13371:1 13388:1 13441:1 13459:1 13464:1 13476:1 13498:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13618:1 13628:2 13676:1 13701:1 13704:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13825:1 13875:1 13882:1 13894:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:2 14036:2 14045:1 14106:1 14154:1 14193:1 14211:1 14222:1 14240:1 14259:1 14267:1 14303:1 14306:1 14320:2 14339:1 14403:1 14418:1 14419:1 14422:1 14430:1 14439:1 14445:2 14451:2 14487:3 14492:1 14506:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:1 14643:1 14667:1 14672:1 14705:1 14724:1 14728:1 14769:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14907:1 14908:1 14918:1 14924:9 14945:1 14952:2 14967:1 14973:2 14978:1 15012:7 15018:1 15039:2 15073:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:2 15188:1 15193:1 15195:1 15196:1 15207:1 15263:1 15301:1 15314:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:2 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:2 15842:1 15863:1 15896:1 15907:1 15915:1 15962:1 16028:2 16055:1 16070:1 16108:1 16117:1 16119:1 16129:2 16139:1 16157:1 16162:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:2 16435:3 16457:1 16462:1 16477:1 16489:1 16505:1 16518:2 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:3 16674:1 16729:2 16733:2 16743:2 16756:1 16762:1 16777:1 16781:1 16782:1 16807:1 16832:1 16837:1 16865:1 16915:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17097:1 17098:1 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17376:1 17410:1 17415:1278 17433:1 17473:1 17476:1 17505:2 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17706:2 17814:1 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17946:1 17978:1 17980:1 17989:1 18074:1 18085:1 18100:1 18109:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18232:5 18275:3 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18404:1 18410:1 18411:1 18412:1 18432:1 18444:1 18457:1 18543:2 18545:2 18603:1 18608:1 18619:1 18626:1 18663:1 18687:1 18703:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:1 18932:1 18936:2 18944:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19370:1 19385:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:1 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19797:1 19810:1 19813:1 19819:3 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19918:1 19923:1 19942:1 19950:1 19965:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20171:1 20178:1 20193:1 20233:1 20270:1 20274:1 20325:2 20327:1 20332:1 20334:1 20395:1 20398:1 20399:1 20401:1 20411:2 20421:1 20429:1 20447:2 20469:1 20490:2 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:3 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20608:1 20630:1 20682:1 20683:1 20685:1 20730:1 20731:2 20752:3 20755:2 20803:2 20811:1 20828:2 20832:1 20893:1 20906:1 20927:1 20939:2 20960:6 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:1 21103:1 21167:1 21179:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21397:1 21414:1 21420:1 21442:1 21472:1 21480:1 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21608:1 21609:1 21614:1 21633:3 21640:1 21645:1 21657:2 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21753:1 21784:1 21789:1 21816:3 21817:1 21837:1 21838:1 21844:2 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22288:1 22298:1 22304:1 22336:1 22381:2 22386:1 22389:1 22400:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:2 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:1 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23136:1 23142:1 23144:1 23147:1 23149:2 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23307:1 23308:2 23335:1 23360:1 23369:1 23403:2 23422:1 23493:2 23496:2 23559:1 23563:1 23594:1 23634:1 23646:1 23660:1 23669:1 23681:2 23683:1 23689:1 23692:4 23699:1 23717:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23919:1 23946:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24092:2 24093:1 24094:1 24153:1 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24602:1 24603:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24969:4 24972:1 25029:1 25033:1 25060:1 25069:1 25097:1 25112:1 25114:1 25115:2 25159:1 25221:1 25240:2 25242:2 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25372:1 25381:1 25387:1 25392:1 25445:1 25474:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:2 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25630:1 25650:1 25651:1 25672:2 25715:1 25738:2 25761:1 25782:1 25792:1 25793:1 25796:1 25802:2 25806:1 25820:2 25824:1 25826:1 25827:2 25837:1 25839:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:2 25928:1 25930:1 25957:1 25959:1 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26107:1 26204:1 26211:1 26268:1 26283:1 26289:1 26346:1 26349:1 26368:1 26413:1 26439:1 26446:1 26448:1 26484:1 26485:1 26508:12 26513:1 26530:1 26539:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:5 26733:1 26764:2 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:1 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:2 27019:2 27020:4 27063:1 27073:1 27078:2 27096:2 27150:2 27154:1 27202:1 27227:1 27236:1 27241:1 27247:1 27248:1 27309:1 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27433:1 27434:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27553:1 27564:1 27569:1 27598:1 27619:1 27635:1 27637:1 27669:1 27672:1 27683:1 27689:1 27706:1 27715:2 27716:2 27723:1 27730:1 27734:1 27739:2 27765:1 27775:4 27778:1 27784:2 27792:1 27797:1 27820:1
8 1:1 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 181:1 190:1 194:4 214:1 234:1 240:3 279:1 303:1 327:3 328:1 329:1 354:1 369:2 432:1 441:1 451:1 486:1 494:1 575:1 587:1 605:4 627:3 659:1 667:2 683:1 771:1 843:3 856:1 869:1 876:3 891:1 925:1 930:3 934:2 969:1 970:1 973:3 1045:1 1050:1 1052:1 1074:1 1086:1 1105:1 1129:1 1147:1 1176:1 1182:1 1187:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1238:1 1241:1 1243:1 1244:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1371:1 1374:1 1389:1 1393:3 1395:5 1399:1 1411:1 1424:3 1432:3 1446:1 1468:1 1475:3 1496:1 1509:3 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:1 1669:1 1670:2 1681:1 1682:1 1692:1 1696:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2145:1 2176:1 2177:2 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:6 2203:2 2208:1 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:2 2274:1 2285:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2646:1 2649:1 2650:1 2662:1 2676:1 2687:1 2705:1 2713:1 2731:1 2755:1 2760:1 2766:2 2774:6 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3090:1 3092:1 3122:1 3127:1 3131:1 3134:3 3137:3 3138:1 3148:1 3158:4 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3313:2 3324:1 3325:1 3339:1 3362:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3530:1 3537:1 3538:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:1 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3810:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:3 3916:2 3923:1 3928:1 3934:1 3940:1 3970:1 3983:1 4002:1 4011:1 4020:2 4030:2 4031:1 4035:4 4042:1 4052:1 4068:1 4109:1 4115:1 4126:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4235:1 4249:1 4251:1 4281:2 4290:1 4315:1 4351:1 4384:1 4400:1 4426:2 4433:1 4459:1 4462:2 4471:1 4474:1 4497:3 4498:1 4500:1 4533:1 4536:1 4546:1 4567:1 4648:13 4669:1 4670:1 4673:1 4677:1 4767:3 4787:4 4789:4 4792:1 4796:1 4797:1 4800:2 4802:2 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4947:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5301:1 5309:2 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:2 5593:1 5643:3 5708:2 5710:2 5739:4 5755:1 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:5 5945:1 5950:1 5961:1 5993:3 6027:1 6034:3 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6053:1 6058:3 6060:3 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:1 6206:1 6216:1 6221:1 6256:1 6259:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:4 6493:4 6497:1 6507:1 6508:1 6512:1 6519:5 6521:2 6522:1 6579:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6683:1 6703:1 6707:1 6716:1 6721:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6941:2 6948:1 6954:1 6960:3 6994:1 6999:1 7011:1 7048:3 7073:3 7077:1 7088:1 7137:1 7144:1 7187:1 7249:5 7250:2 7273:1 7274:3 7307:1 7323:21 7344:6 7345:5 7369:1 7370:1 7381:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:1 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7715:3 7789:1 7791:6 7812:1 7815:1 7817:1 7826:1 7843:1 7879:2 7884:1 7891:1 7922:1 7929:1 7936:1 7949:1 7957:2 7958:1 7964:1 7990:1 7994:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:1 8124:1 8125:3 8126:1 8128:2 8135:2 8155:1 8161:1 8166:1 8180:1 8182:1 8191:1 8229:2 8268:1 8280:2 8282:2 8293:1 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:2 8575:1 8620:1 8621:1 8670:2 8694:1 8697:1 8705:1 8716:1 8719:3 8747:1 8748:1 8752:2 8801:1 8813:1 8816:1 8817:1 8853:1 8878:1 8898:1 8907:1 8930:2 8942:1 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9030:1 9048:1 9062:1 9063:2 9068:1 9073:1 9118:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9317:1 9325:1 9385:1 9405:2 9418:1 9442:1 9451:1 9460:1 9473:1 9484:2 9486:1 9495:1 9507:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:3 9803:1 9823:3 9844:1 9870:1 9877:5 9882:2 9883:1 9917:4 9925:1 9935:1 9955:2 9974:1 9996:1 10013:1 10046:2 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:1 10153:2 10167:2 10183:1 10187:1 10199:1 10276:1 10281:1 10287:3 10289:2 10296:2 10299:2 10300:3 10304:2 10308:2 10312:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10526:1 10564:1 10574:1 10580:1 10585:1 10637:1 10646:1 10652:2 10653:1 10654:1 10684:2 10717:2 10724:1 10750:1 10754:1 10778:1 10784:1 10786:1 10799:2 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:2 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11149:1 11154:1 11176:1 11222:1 11229:1 11245:1 11247:1 11252:1 11291:1 11304:1 11313:1 11354:1 11355:2 11375:1 11387:1 11388:1 11389:1 11393:1 11394:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:2 11501:2 11515:1 11552:1 11611:1 11619:1 11639:1 11661:2 11662:1 11671:1 11688:2 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:1 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12214:2 12235:2 12236:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:5 12276:1 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:11 12502:1 12522:1 12539:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:1 12733:1 12737:2 12743:2 12766:1 12768:1 12775:3 12778:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12970:1 12974:1 12982:2 12995:1 13001:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13295:2 13310:1 13316:1 13332:1 13366:1 13367:1 13371:1 13388:1 13441:1 13459:1 13464:1 13476:1 13498:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13618:1 13628:2 13676:1 13692:1 13701:1 13704:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13825:1 13875:1 13882:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:3 14036:2 14045:1 14106:1 14154:1 14193:1 14202:1 14211:1 14222:1 14240:1 14259:1 14267:1 14303:1 14306:1 14320:2 14339:1 14403:1 14418:1 14419:1 14422:1 14430:1 14439:1 14445:2 14451:3 14487:3 14492:1 14506:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:1 14643:1 14667:1 14672:1 14705:1 14724:1 14728:1 14769:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14907:1 14908:1 14918:1 14924:9 14945:1 14952:2 14967:1 14973:2 14978:1 15002:1 15012:7 15018:1 15039:2 15073:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:2 15188:1 15193:1 15195:1 15196:1 15207:1 15263:1 15301:1 15309:1 15314:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:2 15538:1 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:2 15842:1 15863:1 15896:1 15907:1 15915:1 15962:1 16028:2 16055:1 16070:1 16108:1 16117:2 16119:1 16129:2 16139:1 16157:1 16162:1 16238:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:2 16435:3 16457:1 16462:1 16477:1 16489:2 16505:1 16518:2 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:3 16674:2 16729:2 16733:2 16743:2 16756:1 16762:1 16777:2 16781:1 16782:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16915:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17097:1 17098:2 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17376:1 17410:1 17415:1348 17433:1 17473:1 17476:1 17505:2 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17706:2 17814:1 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17946:1 17978:1 17980:1 17989:1 18074:1 18085:1 18100:1 18109:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18232:5 18275:3 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18432:1 18444:1 18457:1 18543:2 18545:2 18596:1 18603:1 18608:1 18619:1 18626:1 18637:1 18663:1 18687:1 18703:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:1 18932:1 18936:3 18944:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:1 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19797:1 19810:1 19813:1 19819:3 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19918:1 19923:1 19942:1 19950:1 19956:1 19965:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20171:1 20178:1 20193:1 20233:1 20260:1 20270:1 20274:1 20325:2 20327:1 20332:1 20334:1 20395:2 20398:1 20399:1 20401:1 20411:2 20421:1 20429:1 20447:2 20469:1 20490:2 20525:1 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:3 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20608:1 20630:1 20680:1 20682:1 20683:1 20685:1 20730:1 20731:2 20752:3 20755:2 20803:2 20811:1 20828:2 20832:1 20893:1 20906:1 20927:1 20939:2 20960:6 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:2 21100:1 21103:1 21167:1 21179:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:1 21442:1 21472:1 21480:1 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21608:1 21609:1 21614:1 21633:3 21640:1 21645:1 21657:2 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21753:1 21784:1 21789:1 21816:3 21817:1 21837:1 21838:1 21844:2 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22288:1 22298:1 22304:1 22336:1 22362:1 22381:2 22384:1 22386:1 22389:1 22400:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:2 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23307:1 23308:3 23335:1 23360:1 23369:1 23403:2 23422:1 23493:3 23496:2 23559:1 23563:1 23594:1 23634:1 23646:1 23660:1 23669:1 23681:2 23683:1 23689:1 23692:4 23699:1 23717:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23919:1 23946:1 23953:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24092:2 24093:1 24094:1 24122:1 24153:1 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24602:1 24603:1 24612:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24969:4 24972:1 25029:1 25033:1 25060:1 25069:1 25097:1 25112:1 25114:1 25115:2 25159:1 25221:1 25234:1 25240:2 25242:2 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25474:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:2 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25630:1 25650:1 25651:1 25672:3 25715:1 25738:2 25761:1 25779:1 25782:1 25792:1 25793:1 25796:1 25802:2 25806:1 25820:2 25824:1 25826:1 25827:2 25837:1 25839:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:2 25928:1 25930:1 25957:1 25959:1 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26100:1 26107:1 26204:1 26211:1 26268:1 26283:1 26289:1 26335:1 26346:1 26349:1 26368:1 26413:1 26439:1 26446:1 26448:1 26484:1 26485:1 26508:13 26513:1 26530:1 26539:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:5 26733:1 26764:2 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:1 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:2 27019:2 27020:4 27063:1 27073:1 27074:1 27078:2 27096:2 27150:2 27154:1 27179:1 27202:1 27227:1 27236:1 27241:1 27247:1 27248:1 27309:1 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27433:1 27434:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27553:1 27564:1 27569:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:1 27669:1 27672:1 27683:2 27689:1 27706:1 27715:2 27716:3 27723:2 27730:1 27734:1 27739:2 27765:1 27775:4 27778:1 27784:2 27792:1 27797:1 27820:1
8 1:1 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 181:1 190:1 194:4 214:1 234:1 240:3 279:1 303:1 327:3 328:1 329:1 354:1 369:2 432:1 441:1 451:1 486:1 494:1 575:1 587:1 594:1 605:4 627:3 659:1 667:3 683:1 771:1 784:1 843:3 856:1 869:1 876:3 891:1 925:1 930:3 934:2 969:1 970:1 973:3 1045:1 1050:1 1052:1 1074:1 1086:1 1105:1 1129:1 1147:1 1172:1 1176:1 1182:1 1187:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1238:1 1241:1 1243:1 1244:1 1251:1 1253:1 1255:1 1265:1 1270:1 1296:1 1311:1 1324:1 1332:1 1362:1 1371:1 1374:1 1389:1 1393:3 1395:5 1399:1 1411:2 1424:3 1432:3 1446:1 1468:1 1475:3 1496:1 1509:3 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:1 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2145:1 2176:1 2177:2 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:6 2203:2 2208:1 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:2 2274:1 2285:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2646:1 2649:1 2650:1 2662:1 2676:1 2687:1 2703:1 2705:1 2713:1 2731:1 2755:1 2760:1 2766:2 2774:6 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:1 2983:1 2996:1 3002:1 3010:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:2 3134:3 3137:4 3138:1 3148:1 3158:4 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3313:2 3324:1 3325:1 3339:1 3362:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3530:1 3537:1 3538:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:1 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3807:1 3810:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:3 3916:2 3923:1 3928:1 3934:1 3940:1 3970:1 3983:1 3998:1 4002:1 4011:2 4020:2 4030:2 4031:1 4035:4 4042:1 4052:1 4068:1 4109:1 4115:1 4126:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4315:1 4351:1 4384:1 4400:1 4426:2 4433:1 4459:1 4462:2 4471:1 4474:1 4497:3 4498:1 4500:1 4533:1 4536:1 4546:1 4567:1 4648:13 4669:1 4670:1 4673:1 4677:1 4713:1 4767:3 4787:4 4789:4 4792:1 4796:1 4797:1 4800:2 4802:2 4810:1 4813:1 4814:4 4871:2 4903:1 4944:1 4947:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5301:1 5309:2 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:2 5593:1 5643:3 5708:2 5710:2 5739:4 5755:2 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:5 5945:1 5950:1 5961:1 5993:3 6027:1 6034:3 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6052:1 6053:1 6058:3 6060:3 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:1 6191:1 6206:1 6216:1 6221:1 6256:1 6259:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6373:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6475:1 6486:1 6489:4 6493:4 6497:1 6507:1 6508:1 6512:2 6519:5 6521:2 6522:1 6579:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6683:1 6703:1 6707:1 6716:1 6721:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6934:1 6941:2 6948:1 6954:1 6960:3 6994:1 6999:1 7011:1 7048:3 7073:3 7077:1 7088:1 7137:1 7144:1 7187:1 7249:5 7250:2 7273:1 7274:3 7307:1 7323:21 7344:6 7345:5 7369:1 7370:1 7381:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:1 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7715:3 7789:1 7791:6 7812:1 7815:1 7817:1 7826:1 7843:1 7879:2 7884:1 7891:1 7922:1 7929:1 7936:1 7949:1 7957:2 7958:1 7964:1 7990:1 7994:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:1 8124:1 8125:3 8126:1 8128:2 8135:2 8155:1 8161:1 8166:1 8169:1 8180:1 8182:1 8191:1 8229:3 8268:1 8280:2 8282:2 8293:1 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:2 8575:1 8620:1 8621:1 8670:2 8694:1 8697:1 8705:1 8716:1 8719:3 8747:1 8748:2 8752:2 8801:1 8803:1 8813:1 8816:1 8817:1 8853:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:1 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9030:1 9048:1 9062:1 9063:2 9068:1 9073:1 9118:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9317:1 9325:1 9385:1 9405:2 9418:1 9420:1 9442:1 9451:1 9460:1 9473:1 9484:2 9486:1 9495:1 9507:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:3 9803:1 9823:3 9844:1 9870:1 9877:5 9882:2 9883:1 9917:4 9925:1 9935:1 9947:1 9955:2 9974:1 9996:1 10013:1 10046:2 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:2 10153:2 10167:2 10183:1 10187:1 10199:1 10259:1 10276:1 10281:1 10287:3 10289:2 10296:2 10299:2 10300:3 10304:2 10308:2 10312:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10526:1 10564:1 10574:1 10580:1 10585:1 10595:1 10637:1 10646:1 10652:2 10653:1 10654:1 10664:1 10684:2 10717:2 10724:1 10750:1 10754:2 10778:1 10784:1 10786:1 10799:2 10804:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:2 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11149:1 11154:1 11176:1 11222:1 11229:1 11245:1 11247:1 11252:1 11291:1 11304:1 11313:1 11354:1 11355:2 11375:1 11387:1 11388:1 11389:1 11393:1 11394:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:2 11501:2 11515:1 11532:1 11536:1 11552:1 11611:1 11619:1 11639:1 11661:2 11662:1 11671:1 11688:2 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:1 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:5 12276:1 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:11 12502:1 12522:1 12526:1 12539:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:2 12733:1 12737:2 12743:2 12766:1 12768:1 12775:3 12778:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12970:1 12974:1 12982:2 12995:1 13001:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:1 13295:3 13310:1 13316:1 13332:1 13366:1 13367:1 13371:1 13388:1 13441:1 13459:1 13464:1 13476:1 13498:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13618:1 13628:2 13676:1 13692:1 13701:1 13704:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13825:1 13875:1 13882:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:3 14036:2 14045:1 14106:1 14154:1 14193:1 14202:1 14211:1 14222:1 14240:1 14259:1 14267:1 14303:1 14306:1 14320:2 14339:1 14403:1 14418:1 14419:1 14422:1 14430:1 14439:1 14445:2 14451:3 14487:3 14492:1 14506:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:1 14643:1 14655:1 14667:1 14672:1 14705:1 14724:1 14728:1 14769:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14901:1 14907:1 14908:1 14918:1 14924:9 14945:1 14952:2 14967:1 14973:2 14978:1 15002:1 15012:7 15018:1 15039:2 15073:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:2 15188:1 15193:1 15195:1 15196:1 15207:1 15263:1 15301:1 15309:1 15314:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:2 15538:1 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:2 15842:1 15863:1 15896:1 15907:1 15915:1 15962:1 16028:2 16055:1 16070:1 16108:1 16117:3 16119:1 16129:2 16139:1 16157:1 16162:1 16238:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:2 16435:3 16457:1 16462:1 16477:1 16489:3 16505:1 16518:2 16519:1 16531:1 16570:1 16583:1 16592:2 16612:1 16625:3 16674:3 16729:2 16733:2 16743:2 16756:1 16762:1 16777:3 16781:1 16782:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16915:1 16916:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17097:1 17098:2 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17376:1 17410:1 17415:1385 17425:1 17433:1 17473:1 17476:1 17505:2 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17706:2 17814:1 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17946:1 17978:1 17980:1 17989:1 18074:1 18085:1 18100:1 18109:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18232:5 18275:3 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18432:1 18444:1 18457:1 18543:2 18545:2 18596:1 18603:1 18608:1 18619:1 18626:1 18637:1 18663:1 18687:1 18703:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18808:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:1 18932:1 18936:4 18944:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19554:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:1 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19797:1 19810:1 19813:1 19819:3 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19965:1 19990:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20169:1 20171:1 20178:1 20193:1 20233:1 20260:1 20270:1 20274:1 20325:2 20327:1 20332:1 20334:1 20395:2 20398:1 20399:1 20401:1 20411:2 20421:1 20429:2 20447:2 20469:1 20490:2 20525:1 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:3 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20608:1 20630:1 20680:1 20682:1 20683:1 20685:1 20730:1 20731:2 20752:3 20755:2 20803:2 20811:1 20828:2 20832:1 20893:2 20906:1 20927:1 20939:2 20960:6 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:2 21100:1 21103:1 21167:1 21179:1 21186:1 21199:1 21262:1 21284:1 21287:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:1 21442:1 21472:1 21480:2 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21608:1 21609:1 21614:1 21633:3 21640:1 21645:1 21657:2 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21753:1 21784:1 21789:1 21816:3 21817:1 21837:1 21838:1 21844:2 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21933:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22171:1 22215:1 22268:1 22288:1 22298:1 22304:1 22336:1 22362:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:1 22545:2 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:2 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23153:1 23158:1 23171:1 23189:1 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23335:1 23360:1 23369:1 23403:2 23422:1 23493:3 23496:2 23559:1 23563:1 23594:1 23609:1 23634:1 23646:1 23660:1 23669:1 23681:2 23683:1 23689:1 23692:4 23699:1 23717:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23913:1 23919:1 23946:1 23953:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24092:2 24093:1 24094:1 24122:1 24153:2 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24602:1 24603:1 24612:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24969:4 24972:1 25029:1 25033:1 25060:1 25069:1 25097:1 25112:1 25114:2 25115:2 25159:1 25181:1 25221:1 25234:1 25240:2 25242:2 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25460:1 25474:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:2 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25630:1 25650:1 25651:1 25672:3 25715:1 25738:2 25761:1 25779:1 25782:1 25792:1 25793:1 25796:1 25802:2 25806:1 25820:2 25824:1 25826:1 25827:2 25837:1 25839:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:2 25928:1 25930:1 25957:1 25959:1 25988:1 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26100:1 26107:1 26123:1 26204:1 26211:1 26268:1 26283:1 26289:2 26317:1 26335:1 26346:1 26349:1 26368:1 26413:1 26439:1 26446:1 26448:1 26484:1 26485:1 26508:13 26513:1 26530:1 26539:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:6 26733:1 26764:2 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:1 26965:1 26966:2 26975:1 26977:1 26982:1 27016:2 27019:2 27020:4 27063:1 27073:1 27074:1 27078:2 27096:3 27150:2 27154:1 27179:1 27202:1 27227:1 27236:1 27241:1 27247:1 27248:1 27309:1 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27433:1 27434:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27553:2 27564:1 27569:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:2 27652:1 27669:1 27672:1 27683:2 27689:1 27706:1 27715:3 27716:3 27723:2 27730:1 27734:1 27739:2 27765:1 27775:4 27778:1 27784:2 27792:1 27797:1 27820:1
8 1:1 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 181:1 190:1 194:4 214:1 234:1 240:3 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 432:1 441:1 451:1 486:1 494:1 575:1 587:1 594:1 605:4 627:3 656:1 659:1 667:3 683:1 771:1 784:1 843:4 856:1 869:1 876:4 891:1 925:1 930:3 934:2 969:1 970:1 973:3 1045:1 1050:1 1052:1 1074:1 1086:1 1105:1 1129:1 1147:1 1172:2 1176:1 1182:1 1187:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1238:1 1241:1 1243:1 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1389:1 1393:3 1395:5 1399:1 1411:2 1424:3 1432:3 1446:1 1468:1 1475:3 1496:1 1509:3 1523:2 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2145:1 2175:1 2176:1 2177:2 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:7 2203:2 2208:1 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:2 2274:1 2285:1 2288:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2646:2 2649:1 2650:1 2662:1 2676:2 2687:1 2703:1 2705:1 2713:2 2731:1 2732:1 2755:1 2760:1 2766:2 2774:6 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2983:1 2996:1 3002:1 3010:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:1 3148:1 3158:4 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3313:2 3324:1 3325:1 3339:1 3362:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3530:1 3537:1 3538:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:2 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3803:1 3807:1 3810:1 3815:1 3818:1 3826:1 3836:1 3857:2 3858:4 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3998:1 4002:1 4011:2 4020:2 4030:2 4031:1 4035:4 4042:1 4052:1 4068:1 4109:1 4115:1 4126:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4315:1 4351:1 4384:1 4400:1 4426:2 4433:1 4459:1 4462:2 4471:1 4474:1 4497:3 4498:1 4500:1 4533:1 4536:1 4546:1 4567:1 4645:1 4648:13 4669:1 4670:1 4673:1 4677:1 4713:1 4767:3 4787:5 4789:5 4792:1 4796:1 4797:1 4800:2 4802:2 4810:1 4813:1 4814:6 4871:2 4903:1 4944:1 4947:1 4972:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5301:1 5309:2 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:2 5593:1 5643:3 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:5 5945:1 5950:1 5961:1 5993:3 6027:1 6034:3 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6052:1 6053:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:1 6191:2 6206:1 6216:1 6221:1 6256:1 6259:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6373:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6465:1 6475:1 6486:1 6489:4 6493:4 6497:1 6507:1 6508:1 6512:2 6519:5 6521:2 6522:1 6579:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6675:1 6683:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6934:1 6941:2 6948:1 6954:1 6960:3 6994:1 6999:1 7011:1 7048:3 7073:4 7077:1 7088:1 7106:1 7137:1 7144:1 7187:1 7231:1 7249:6 7250:2 7273:1 7274:3 7307:1 7323:24 7344:6 7345:5 7369:1 7370:1 7381:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7715:3 7789:1 7791:8 7812:1 7815:1 7817:1 7826:1 7843:1 7879:2 7884:1 7891:1 7922:1 7929:1 7936:1 7949:2 7957:2 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:1 8124:1 8125:3 8126:1 8128:2 8135:2 8155:1 8161:1 8166:1 8169:1 8180:1 8182:1 8191:1 8229:3 8268:1 8280:2 8282:2 8293:1 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:2 8575:1 8620:1 8621:1 8670:2 8694:1 8697:1 8705:1 8716:1 8719:3 8747:1 8748:2 8752:2 8801:1 8803:1 8813:1 8816:1 8817:1 8853:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:1 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9023:1 9030:1 9048:1 9062:1 9063:2 9068:1 9073:1 9080:1 9118:1 9179:2 9180:1 9215:1 9236:2 9249:2 9257:1 9267:1 9317:1 9325:1 9385:1 9405:2 9418:1 9420:2 9442:1 9451:1 9460:1 9473:3 9484:2 9486:1 9495:1 9507:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:3 9803:1 9823:3 9844:1 9870:1 9877:5 9882:3 9883:1 9917:4 9925:1 9935:1 9947:1 9955:2 9963:1 9974:1 9996:1 10013:1 10046:2 10054:1 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10136:2 10153:2 10167:2 10183:1 10187:1 10199:1 10254:1 10259:1 10276:1 10281:1 10287:3 10289:3 10296:2 10299:2 10300:3 10304:2 10308:2 10312:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10515:1 10526:1 10564:1 10574:1 10580:1 10585:1 10595:1 10637:2 10646:1 10652:2 10653:1 10654:1 10664:1 10684:2 10717:2 10724:1 10750:1 10754:2 10778:1 10784:1 10786:1 10799:2 10804:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:2 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11056:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11149:1 11154:1 11170:1 11176:1 11222:1 11229:1 11245:1 11247:1 11252:1 11291:1 11304:1 11313:1 11354:2 11355:2 11375:1 11387:1 11388:1 11389:1 11393:1 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:3 11501:2 11515:1 11532:1 11536:1 11552:1 11606:1 11611:1 11619:1 11639:1 11661:2 11662:1 11671:1 11688:2 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:6 12276:1 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:11 12502:1 12522:1 12526:1 12539:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12766:1 12768:1 12775:3 12778:1 12856:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12945:1 12951:1 12970:1 12974:1 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:2 13133:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:3 13310:1 13316:1 13332:1 13366:1 13367:1 13371:1 13388:1 13441:1 13459:1 13464:1 13476:1 13498:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13618:1 13628:2 13666:1 13676:1 13692:1 13701:1 13704:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13825:1 13875:1 13882:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:3 14036:3 14045:1 14106:1 14154:1 14193:1 14202:1 14211:1 14222:1 14233:1 14240:1 14259:1 14267:1 14297:1 14303:1 14306:1 14320:2 14339:1 14350:1 14403:1 14418:1 14419:1 14422:1 14430:1 14439:1 14445:2 14451:3 14487:3 14492:1 14506:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:2 14643:1 14655:1 14667:1 14672:1 14705:1 14724:1 14728:1 14769:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:9 14945:1 14952:2 14967:1 14973:2 14978:1 15002:1 15012:7 15018:1 15039:2 15073:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:2 15173:1 15177:1 15187:2 15188:2 15193:1 15195:1 15196:2 15207:1 15263:1 15272:1 15301:1 15309:1 15314:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:2 15538:1 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15762:1 15775:2 15778:1 15798:1 15839:2 15842:1 15863:1 15867:1 15896:1 15907:1 15915:1 15951:1 15962:1 16028:2 16055:1 16070:1 16095:1 16108:1 16117:3 16119:1 16129:2 16139:1 16157:1 16162:1 16238:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:2 16435:3 16457:1 16462:1 16477:1 16489:3 16505:1 16518:2 16519:1 16531:1 16555:1 16570:1 16583:1 16592:2 16612:1 16625:3 16674:3 16729:2 16733:2 16743:2 16756:1 16762:1 16777:3 16781:1 16782:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16915:1 16916:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17376:1 17410:1 17415:1460 17425:1 17433:1 17473:1 17476:1 17505:2 17547:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17706:2 17814:1 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17946:1 17978:1 17980:1 17989:1 18074:1 18085:1 18100:1 18109:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18210:1 18232:5 18275:3 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18432:1 18444:1 18457:1 18539:1 18543:2 18545:2 18596:1 18603:1 18608:1 18619:1 18626:1 18632:2 18637:1 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18808:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:1 18932:1 18936:4 18944:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19554:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:2 19585:1 19593:1 19607:1 19609:1 19689:1 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19797:1 19810:1 19813:1 19819:3 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:1 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19965:1 19990:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20085:1 20089:2 20143:1 20152:1 20169:1 20171:1 20178:1 20193:1 20233:1 20260:1 20270:1 20274:1 20325:2 20327:1 20332:1 20334:1 20343:1 20395:2 20398:1 20399:1 20401:1 20411:4 20421:1 20429:2 20447:2 20469:1 20490:2 20525:2 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:4 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20608:1 20630:1 20680:1 20682:1 20683:1 20685:1 20730:1 20731:2 20752:4 20755:2 20775:1 20778:1 20803:2 20811:1 20828:2 20832:1 20879:1 20893:2 20906:1 20927:1 20939:2 20960:6 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:2 21100:2 21103:1 21167:1 21179:1 21186:1 21199:1 21225:1 21262:1 21284:1 21287:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:1 21442:1 21472:1 21480:2 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:1 21608:1 21609:1 21614:1 21633:4 21640:1 21645:1 21657:2 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21753:1 21784:1 21789:1 21816:3 21817:1 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21933:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22244:1 22268:1 22288:1 22298:1 22304:1 22336:1 22362:1 22366:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:2 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:2 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23153:1 23158:1 23171:1 23189:2 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23335:1 23360:1 23369:1 23403:2 23422:1 23493:3 23496:2 23559:1 23563:1 23594:1 23609:1 23634:1 23646:1 23660:2 23669:1 23681:2 23683:1 23689:1 23692:4 23699:1 23717:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23913:2 23919:1 23946:1 23953:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24092:2 24093:1 24094:1 24122:1 24151:1 24153:2 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24434:1 24439:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24602:1 24603:1 24612:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24969:4 24972:1 24982:1 25029:1 25033:1 25060:1 25069:1 25097:1 25112:1 25114:2 25115:2 25149:1 25159:1 25181:1 25221:1 25234:1 25240:2 25242:2 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25460:1 25474:1 25496:2 25505:1 25507:1 25508:1 25513:1 25517:2 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25630:1 25650:1 25651:1 25656:1 25672:3 25715:2 25738:2 25761:1 25779:1 25781:1 25782:1 25792:1 25793:1 25796:1 25802:2 25806:1 25820:2 25822:1 25824:1 25826:1 25827:2 25837:1 25839:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:2 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26100:1 26107:1 26123:1 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26368:1 26406:1 26413:1 26439:1 26446:1 26448:1 26484:1 26485:1 26508:13 26513:1 26530:1 26539:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:7 26733:1 26764:2 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:1 26965:1 26966:2 26975:1 26977:1 26982:1 27012:1 27016:2 27019:2 27020:4 27063:1 27073:1 27074:1 27078:2 27096:3 27150:2 27154:1 27179:1 27202:1 27227:1 27236:1 27241:1 27247:1 27248:1 27309:1 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27407:1 27433:1 27434:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27553:2 27564:1 27569:1 27572:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:2 27652:1 27667:1 27669:1 27672:1 27683:3 27689:1 27706:1 27715:3 27716:3 27723:2 27730:1 27734:1 27739:2 27765:1 27775:4 27778:1 27784:2 27792:1 27797:1 27820:1
8 1:1 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 181:1 190:1 194:4 214:1 234:1 240:3 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 432:1 441:1 451:1 477:1 486:1 494:1 575:1 587:1 594:1 605:4 627:3 656:1 659:1 667:4 683:1 771:1 784:1 796:1 843:4 850:1 856:1 869:1 876:4 891:1 906:1 925:1 930:3 934:2 969:1 970:1 973:3 1045:1 1050:1 1052:1 1068:1 1074:1 1086:1 1105:1 1129:1 1147:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1238:1 1241:1 1243:1 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1389:1 1393:3 1395:5 1399:1 1411:2 1424:3 1432:3 1446:1 1468:1 1475:3 1496:1 1509:3 1523:2 1525:1 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:1 1640:1 1644:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2090:1 2145:1 2175:1 2176:1 2177:2 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:7 2203:2 2208:2 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:3 2274:1 2285:1 2288:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2621:1 2646:2 2649:1 2650:1 2662:1 2676:2 2687:1 2703:1 2705:1 2713:2 2731:1 2732:1 2755:1 2760:1 2766:2 2774:6 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2983:1 2996:1 3002:1 3010:1 3017:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:1 3148:1 3158:4 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3313:2 3324:1 3325:1 3339:1 3362:1 3406:1 3423:1 3434:1 3442:1 3481:1 3491:1 3496:1 3506:1 3518:2 3530:1 3537:1 3538:1 3550:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:2 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:2 3826:1 3836:1 3857:2 3858:4 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3998:1 4002:1 4011:2 4020:2 4030:2 4031:1 4035:4 4042:1 4052:1 4068:1 4094:1 4109:1 4115:1 4126:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4315:1 4342:1 4351:1 4384:1 4400:2 4426:2 4433:1 4459:1 4462:2 4471:1 4474:1 4497:3 4498:1 4500:1 4510:1 4533:1 4536:1 4546:1 4567:1 4645:1 4648:13 4669:1 4670:1 4673:1 4677:1 4713:1 4767:3 4787:5 4789:5 4792:1 4796:1 4797:1 4800:2 4802:2 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4944:1 4947:1 4972:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5301:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:2 5593:1 5609:1 5643:3 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:5 5945:1 5950:1 5961:1 5993:3 6027:1 6034:4 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6052:1 6053:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:2 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6259:1 6265:1 6268:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6373:1 6375:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6465:1 6475:1 6486:1 6489:4 6493:4 6497:1 6507:1 6508:1 6512:2 6519:5 6521:2 6522:1 6579:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6675:1 6683:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6934:1 6941:2 6948:1 6954:1 6960:3 6994:1 6999:1 7011:1 7048:4 7073:5 7077:2 7088:1 7106:1 7137:1 7144:1 7187:1 7231:1 7249:7 7250:2 7273:1 7274:3 7307:1 7323:25 7344:6 7345:5 7369:1 7370:1 7381:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7715:3 7789:1 7791:9 7812:1 7815:1 7817:1 7826:1 7843:1 7879:2 7884:1 7891:1 7898:1 7922:1 7929:1 7936:1 7949:2 7957:2 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:1 8124:1 8125:3 8126:1 8128:2 8135:2 8136:1 8155:1 8161:1 8166:1 8169:1 8180:1 8182:1 8191:1 8229:4 8268:1 8280:3 8282:2 8293:1 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:2 8575:1 8620:1 8621:1 8670:2 8694:1 8697:1 8705:1 8716:1 8719:3 8747:1 8748:2 8752:2 8801:1 8803:1 8813:1 8816:1 8817:1 8853:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9023:1 9028:1 9030:1 9048:1 9062:1 9063:2 9068:1 9073:1 9080:1 9118:1 9179:2 9180:1 9215:1 9236:2 9242:1 9249:2 9257:1 9267:1 9317:1 9325:1 9385:1 9405:2 9418:1 9420:2 9442:1 9451:1 9460:1 9473:3 9484:2 9486:1 9495:1 9507:1 9533:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:1 9712:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:3 9803:1 9823:3 9844:1 9870:1 9877:5 9882:3 9883:1 9917:4 9925:1 9935:1 9947:1 9955:2 9963:1 9974:1 9996:1 10013:1 10046:2 10054:1 10066:1 10070:2 10075:1 10076:1 10121:1 10126:1 10132:1 10136:2 10153:2 10167:2 10183:1 10187:1 10199:1 10254:1 10259:1 10276:1 10281:1 10287:3 10289:3 10296:2 10299:2 10300:3 10304:2 10308:2 10312:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:1 10595:2 10637:2 10646:1 10652:2 10653:1 10654:1 10664:1 10684:2 10717:2 10724:1 10750:1 10754:2 10778:1 10784:1 10786:1 10799:2 10804:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:2 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11056:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11291:1 11304:1 11313:1 11354:2 11355:2 11375:1 11387:1 11388:1 11389:1 11393:1 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:3 11501:2 11515:1 11532:1 11536:1 11552:1 11606:1 11611:1 11619:1 11639:1 11661:2 11662:1 11671:1 11688:2 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:6 12276:1 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:11 12502:1 12522:1 12526:1 12539:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12766:1 12768:1 12775:3 12778:1 12790:1 12856:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12942:1 12945:1 12951:1 12970:1 12974:1 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:3 13133:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:4 13310:1 13316:1 13332:1 13366:1 13367:1 13371:1 13388:1 13441:1 13459:1 13464:1 13476:1 13498:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13618:1 13628:2 13629:1 13666:1 13676:1 13691:1 13692:1 13701:1 13704:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13806:1 13825:1 13875:1 13882:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:3 14036:3 14045:1 14093:1 14106:1 14154:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:1 14240:1 14259:1 14267:1 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14403:1 14418:1 14419:1 14422:1 14430:1 14439:1 14445:2 14451:3 14487:3 14492:1 14506:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:2 14643:1 14655:1 14667:1 14672:1 14696:1 14705:1 14724:1 14728:1 14769:2 14796:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:9 14945:1 14952:2 14967:1 14973:2 14978:1 15002:1 15012:8 15018:1 15039:2 15073:1 15080:1 15083:1 15095:1 15144:1 15145:1 15166:1 15170:3 15173:1 15177:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:1 15207:1 15263:1 15272:1 15297:1 15301:1 15309:1 15314:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:2 15538:1 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15762:2 15775:2 15778:1 15798:1 15839:2 15842:1 15863:1 15867:1 15896:1 15907:1 15915:1 15951:1 15962:1 16028:2 16055:1 16070:1 16095:1 16108:1 16117:4 16119:1 16129:2 16139:1 16157:1 16162:1 16238:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:1 16351:1 16399:2 16434:2 16435:3 16457:1 16462:1 16477:1 16489:3 16505:2 16518:2 16519:1 16531:1 16555:1 16570:1 16583:1 16592:2 16612:1 16625:3 16674:4 16729:2 16733:2 16743:2 16756:1 16762:1 16777:4 16781:1 16782:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16915:1 16916:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17376:1 17410:1 17415:1526 17425:1 17433:1 17473:1 17476:1 17478:1 17505:2 17547:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17706:2 17814:1 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17946:2 17978:1 17980:1 17989:1 18074:1 18085:1 18100:1 18109:1 18119:1 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18210:1 18232:5 18275:3 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18432:1 18437:1 18444:1 18457:1 18539:1 18543:2 18545:2 18596:1 18603:1 18608:1 18619:1 18626:1 18632:2 18637:1 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:1 18808:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:1 18932:1 18936:4 18944:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19186:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19554:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:2 19585:1 19593:1 19607:1 19609:1 19689:1 19695:1 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19797:1 19810:1 19813:1 19819:3 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:1 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19965:1 19990:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20073:1 20085:1 20089:2 20143:1 20152:1 20169:1 20171:1 20178:1 20193:1 20233:1 20260:1 20270:1 20274:1 20325:2 20327:1 20332:1 20334:1 20343:1 20395:2 20398:1 20399:1 20401:1 20411:4 20421:1 20429:2 20447:2 20452:1 20469:1 20490:2 20525:2 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:4 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20608:1 20630:1 20680:1 20682:1 20683:1 20685:1 20730:1 20731:2 20747:1 20752:4 20755:2 20775:1 20778:1 20803:2 20811:1 20828:2 20832:1 20879:1 20893:2 20906:1 20927:1 20939:2 20960:7 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:2 21100:2 21103:1 21167:1 21179:1 21186:1 21199:1 21225:1 21262:1 21284:1 21287:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:1 21442:1 21472:1 21480:2 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:1 21657:2 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:1 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21933:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22244:1 22268:1 22288:2 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:2 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:2 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23153:1 23158:1 23171:1 23189:2 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23335:1 23360:1 23369:1 23403:2 23422:1 23493:3 23496:2 23559:1 23563:1 23594:1 23609:1 23634:1 23646:1 23660:2 23669:1 23681:2 23683:1 23689:1 23692:4 23699:1 23717:1 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23853:1 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24092:2 24093:1 24094:1 24122:1 24151:1 24153:2 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24434:1 24439:1 24456:1 24459:1 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24602:1 24603:1 24612:1 24704:1 24723:1 24733:1 24740:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24965:1 24969:4 24972:1 24982:1 25029:1 25033:1 25060:1 25069:1 25096:1 25097:1 25112:1 25114:2 25115:2 25149:1 25159:1 25181:1 25221:1 25234:1 25240:2 25242:3 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:1 25363:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25460:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:2 25517:2 25518:1 25519:1 25523:1 25525:1 25550:1 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25650:1 25651:1 25656:1 25672:3 25715:2 25738:2 25761:1 25779:1 25781:1 25782:1 25792:1 25793:1 25796:1 25802:2 25806:1 25820:2 25822:1 25824:1 25826:1 25827:2 25834:1 25837:1 25839:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:2 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26100:1 26107:1 26123:1 26171:1 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26368:1 26406:2 26413:1 26439:1 26446:1 26448:1 26484:1 26485:1 26508:14 26513:1 26530:1 26539:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:8 26733:1 26764:2 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26982:1 27012:1 27016:2 27019:2 27020:4 27063:1 27073:1 27074:1 27078:2 27096:3 27150:3 27154:1 27179:1 27202:1 27227:1 27236:1 27241:1 27247:1 27248:1 27309:2 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27407:1 27433:1 27434:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27547:1 27553:2 27564:1 27569:1 27572:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:2 27652:1 27667:1 27669:1 27672:1 27683:3 27689:1 27706:1 27715:3 27716:3 27723:2 27730:1 27734:1 27739:2 27765:1 27775:4 27778:1 27784:2 27792:1 27797:1 27820:1
8 1:3 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 163:1 181:1 190:1 194:4 214:1 234:1 240:3 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 432:1 441:1 451:1 477:1 486:1 494:1 567:1 575:1 587:1 594:1 605:4 627:4 656:1 659:1 667:4 683:1 688:1 771:2 784:1 796:1 843:4 850:1 856:1 869:1 876:4 891:1 906:1 925:1 930:3 934:2 969:1 970:1 973:3 1045:1 1050:1 1052:1 1068:1 1074:1 1086:1 1105:1 1129:2 1147:1 1157:1 1170:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1238:1 1241:1 1243:1 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1389:1 1393:3 1395:5 1399:1 1411:2 1424:3 1432:3 1446:1 1468:1 1475:3 1496:1 1509:3 1523:2 1525:1 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:2 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:2 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2090:1 2145:1 2175:1 2176:1 2177:3 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:7 2203:2 2208:2 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:3 2274:1 2285:1 2288:1 2295:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2621:1 2646:2 2649:1 2650:1 2662:1 2676:2 2687:1 2703:1 2705:1 2713:2 2731:1 2732:1 2755:1 2760:1 2766:2 2774:6 2793:1 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2983:1 2995:1 2996:1 3002:1 3010:1 3017:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:1 3148:1 3158:4 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3481:1 3491:1 3496:1 3506:1 3518:2 3530:2 3537:1 3538:1 3550:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:2 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3857:2 3858:4 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3998:1 4002:1 4011:2 4020:2 4030:2 4031:1 4035:4 4042:1 4043:1 4052:1 4068:1 4094:1 4109:1 4115:1 4126:1 4129:4 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4315:1 4342:2 4351:1 4384:1 4400:2 4426:2 4433:1 4459:1 4462:2 4471:1 4474:1 4497:3 4498:1 4500:1 4510:1 4533:1 4536:1 4546:1 4567:1 4645:1 4648:13 4669:1 4670:1 4673:1 4677:1 4713:1 4767:3 4787:5 4789:5 4792:1 4796:1 4797:1 4800:2 4802:2 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4944:1 4947:3 4972:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5044:1 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:2 5593:1 5609:1 5643:3 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5804:1 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5942:5 5945:1 5950:1 5961:1 5993:4 6027:1 6034:4 6037:1 6041:1 6044:1 6045:3 6047:1 6048:2 6052:1 6053:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:2 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6373:1 6375:1 6416:1 6418:1 6431:1 6433:1 6437:1 6457:2 6462:1 6465:1 6475:1 6486:1 6489:4 6493:4 6497:1 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:1 6579:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6675:1 6683:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6737:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6934:1 6941:2 6948:1 6954:1 6960:3 6994:1 6999:1 7011:1 7048:4 7073:5 7077:2 7088:1 7106:1 7137:1 7144:1 7187:1 7231:1 7249:7 7250:2 7273:1 7274:3 7307:1 7323:26 7344:6 7345:5 7369:1 7370:1 7381:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7715:3 7789:1 7791:9 7812:1 7815:1 7817:1 7826:1 7843:1 7879:2 7884:1 7891:1 7898:1 7922:1 7929:1 7936:1 7949:2 7957:3 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:1 8124:1 8125:4 8126:1 8128:2 8135:2 8136:1 8155:1 8161:1 8166:1 8169:1 8180:1 8182:1 8191:1 8229:4 8268:1 8280:3 8282:2 8293:1 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:2 8575:1 8620:1 8621:1 8670:2 8682:1 8694:1 8697:1 8705:1 8716:1 8719:3 8747:1 8748:2 8752:2 8801:1 8803:1 8813:1 8816:1 8817:1 8853:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:1 9007:1 9010:1 9016:1 9023:1 9028:1 9030:1 9048:1 9062:1 9063:2 9068:1 9073:1 9080:1 9118:1 9179:2 9180:1 9215:1 9236:2 9242:1 9244:1 9249:2 9257:1 9267:1 9317:1 9325:1 9385:1 9405:2 9418:1 9420:2 9442:1 9451:1 9460:1 9473:3 9484:2 9486:1 9495:1 9507:1 9533:2 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:3 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:3 9883:1 9917:4 9925:1 9935:1 9947:1 9955:2 9963:1 9974:1 9996:1 10013:1 10046:2 10054:1 10066:1 10070:2 10075:1 10076:1 10085:1 10121:1 10126:1 10132:1 10136:2 10153:2 10167:2 10183:1 10187:1 10199:1 10254:1 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:2 10300:3 10304:2 10307:1 10308:2 10312:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:1 10595:2 10637:2 10646:1 10652:2 10653:1 10654:1 10664:1 10684:2 10698:1 10717:2 10724:1 10750:1 10754:2 10778:1 10784:1 10786:1 10799:2 10804:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:2 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11056:1 11062:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11291:1 11304:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:1 11393:1 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:3 11501:2 11515:1 11532:1 11536:1 11552:1 11606:1 11611:1 11619:1 11639:1 11661:2 11662:1 11671:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:6 12276:1 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:11 12502:1 12522:1 12526:1 12539:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12766:1 12768:1 12775:3 12778:1 12790:1 12856:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12942:1 12945:1 12951:1 12970:1 12974:2 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:4 13133:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:4 13310:1 13316:1 13332:1 13366:1 13367:1 13371:1 13379:1 13388:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13557:1 13563:1 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13666:1 13676:1 13691:1 13692:1 13701:1 13704:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13806:1 13825:1 13875:1 13882:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:3 14036:3 14045:1 14093:1 14106:1 14154:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:1 14240:1 14249:1 14259:1 14267:1 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14403:1 14418:1 14419:1 14422:1 14430:1 14439:1 14443:1 14445:2 14451:3 14487:3 14492:1 14506:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:2 14643:1 14655:1 14667:1 14672:1 14696:1 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:9 14945:1 14952:2 14967:1 14973:2 14978:1 15002:1 15012:8 15018:1 15039:2 15073:1 15080:1 15083:1 15095:1 15097:1 15144:1 15145:1 15166:1 15170:3 15173:1 15177:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:1 15207:1 15263:1 15272:1 15297:1 15301:1 15309:1 15314:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:2 15538:1 15539:1 15560:1 15567:2 15568:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15762:2 15775:2 15778:1 15786:1 15798:1 15839:2 15842:1 15863:1 15867:1 15896:1 15907:1 15915:1 15951:1 15962:1 16028:2 16055:1 16070:1 16095:1 16108:1 16117:4 16119:1 16129:2 16139:1 16157:1 16162:1 16238:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:2 16351:1 16399:3 16434:2 16435:3 16457:1 16462:1 16477:1 16489:3 16505:3 16518:2 16519:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16674:4 16729:2 16733:2 16743:2 16756:1 16762:1 16777:4 16781:1 16782:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16915:1 16916:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17376:1 17410:1 17415:1605 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17505:2 17547:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17706:2 17814:1 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17946:2 17964:1 17978:1 17980:1 17989:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18167:1 18172:2 18175:1 18187:1 18210:1 18232:5 18275:4 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18432:1 18437:2 18444:1 18457:1 18506:1 18539:1 18543:2 18545:2 18596:1 18603:1 18608:1 18619:1 18626:1 18632:2 18637:1 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18753:1 18754:1 18755:2 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:1 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:1 18928:1 18932:1 18936:4 18944:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19186:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19554:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:2 19585:1 19593:1 19607:1 19609:1 19689:1 19695:1 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19796:1 19797:1 19810:1 19813:1 19819:3 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:1 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19965:1 19990:1 20016:2 20025:2 20039:1 20041:3 20069:2 20070:1 20073:2 20085:1 20089:2 20143:1 20152:1 20169:1 20171:1 20178:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:2 20327:1 20332:1 20334:1 20343:1 20395:2 20398:1 20399:1 20401:1 20411:4 20421:1 20429:2 20447:2 20452:1 20454:1 20469:1 20490:2 20519:1 20525:2 20526:2 20528:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:4 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:1 20730:1 20731:2 20747:1 20752:4 20755:2 20775:1 20778:1 20803:2 20811:1 20828:2 20832:1 20879:1 20893:2 20906:1 20927:3 20939:2 20960:7 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:2 21100:2 21103:1 21167:1 21179:1 21186:1 21199:1 21225:1 21262:1 21284:1 21287:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:2 21442:1 21472:1 21480:2 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:2 21584:1 21608:1 21609:1 21614:1 21633:4 21640:1 21645:2 21657:2 21683:1 21703:2 21709:1 21728:1 21735:1 21737:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:1 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21933:1 21951:1 21965:1 21966:1 21971:1 21979:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22244:1 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:2 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:3 22904:1 22905:1 22941:1 22946:1 22962:2 22965:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:2 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23153:1 23158:1 23171:1 23189:2 23234:1 23252:1 23263:1 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23335:1 23360:1 23369:1 23403:2 23414:1 23422:1 23493:3 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:2 23669:1 23681:2 23683:1 23689:1 23692:4 23699:2 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24092:2 24093:1 24094:1 24122:1 24151:1 24153:2 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24423:1 24434:1 24439:1 24456:1 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24602:1 24603:1 24612:1 24704:1 24723:1 24733:1 24740:1 24758:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24965:1 24969:4 24972:1 24982:1 25029:1 25033:1 25060:1 25069:1 25096:1 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25221:1 25234:1 25240:2 25242:3 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25460:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:1 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:1 25672:3 25715:2 25738:2 25761:1 25779:1 25781:1 25782:1 25792:1 25793:1 25796:1 25802:2 25806:1 25820:2 25822:1 25824:1 25826:1 25827:3 25834:1 25837:2 25839:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:3 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26100:1 26107:1 26123:1 26171:2 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26368:1 26406:2 26413:1 26439:1 26446:1 26448:1 26484:1 26485:1 26508:15 26513:1 26530:1 26539:1 26542:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:8 26733:1 26764:2 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26982:1 27012:1 27016:2 27019:2 27020:4 27063:1 27073:1 27074:1 27078:2 27096:3 27150:3 27154:1 27179:1 27202:1 27227:1 27236:1 27241:1 27247:1 27248:1 27309:3 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27407:1 27433:1 27434:1 27440:1 27447:1 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:2 27652:1 27667:1 27669:1 27672:1 27683:3 27689:1 27706:1 27715:3 27716:3 27723:2 27730:1 27734:1 27739:3 27765:1 27775:4 27778:1 27784:2 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 163:1 181:1 190:1 194:4 214:1 234:1 240:3 250:1 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 432:1 441:1 451:1 477:1 486:1 494:1 567:1 575:1 587:2 594:1 605:4 627:5 656:1 659:1 667:4 683:1 688:1 771:2 784:1 796:1 843:4 850:1 856:1 869:1 870:1 876:4 891:1 906:1 925:1 930:3 934:2 969:1 970:1 973:3 1045:1 1050:1 1052:1 1068:1 1074:1 1086:1 1105:1 1129:3 1147:1 1157:1 1170:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1238:1 1241:1 1243:1 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1389:1 1393:3 1395:5 1399:1 1411:2 1424:3 1432:4 1446:1 1468:1 1475:3 1496:1 1509:3 1523:2 1525:1 1553:1 1565:2 1576:1 1578:1 1588:1 1607:1 1612:1 1626:2 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:2 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2090:1 2124:1 2145:1 2175:1 2176:1 2177:3 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:7 2203:2 2208:2 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:3 2274:1 2285:1 2288:1 2295:1 2334:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2621:1 2646:2 2649:1 2650:1 2662:1 2676:2 2687:1 2703:1 2705:1 2713:2 2731:1 2732:1 2755:1 2760:1 2766:2 2774:6 2793:1 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2948:1 2983:1 2995:1 2996:1 3002:1 3010:1 3017:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:1 3148:1 3158:4 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3481:1 3491:1 3496:1 3506:1 3518:2 3530:2 3537:1 3538:1 3550:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:2 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3998:1 4002:1 4011:2 4020:2 4030:2 4031:1 4035:4 4042:1 4043:1 4052:1 4068:1 4094:1 4109:1 4115:1 4126:1 4129:5 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4315:1 4342:2 4351:1 4384:1 4400:2 4426:2 4433:2 4459:1 4462:2 4471:1 4474:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4546:1 4567:1 4645:1 4648:13 4669:1 4670:1 4673:1 4677:1 4713:1 4767:3 4787:5 4789:5 4792:1 4796:1 4797:1 4800:2 4802:2 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5023:1 5044:1 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5379:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:2 5593:1 5609:1 5643:3 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5804:2 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5935:1 5942:5 5945:1 5950:1 5961:1 5993:4 6027:1 6034:4 6037:1 6041:1 6044:1 6045:3 6046:1 6047:1 6048:2 6052:2 6053:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:2 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6373:1 6375:1 6416:1 6418:1 6431:1 6433:1 6437:2 6457:2 6462:2 6465:1 6475:1 6486:1 6489:4 6493:4 6497:1 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:1 6579:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6675:1 6683:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6737:1 6739:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6934:2 6941:2 6948:1 6954:1 6956:1 6960:3 6994:1 6999:1 7011:1 7048:4 7073:5 7077:2 7088:1 7106:1 7137:1 7144:1 7187:1 7231:1 7249:7 7250:2 7273:1 7274:3 7307:1 7311:1 7323:26 7344:6 7345:5 7369:1 7370:1 7381:2 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7715:3 7789:1 7791:9 7812:1 7815:1 7817:1 7826:1 7843:1 7879:2 7884:1 7891:1 7898:1 7922:1 7929:1 7936:1 7949:2 7957:3 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:1 8124:1 8125:4 8126:1 8128:2 8135:2 8136:1 8155:1 8161:2 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8229:4 8268:1 8280:3 8282:2 8293:1 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:2 8575:1 8620:1 8621:1 8670:2 8682:1 8694:1 8697:1 8705:2 8716:1 8719:3 8747:1 8748:2 8752:2 8801:1 8803:1 8813:1 8816:1 8817:1 8853:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:2 9007:1 9010:1 9016:1 9023:1 9028:1 9030:1 9048:1 9062:1 9063:2 9068:1 9073:1 9080:1 9118:1 9179:2 9180:1 9215:1 9236:2 9242:1 9244:1 9249:2 9257:1 9267:1 9317:1 9325:1 9385:1 9405:2 9418:1 9420:2 9442:1 9451:1 9460:1 9473:3 9484:2 9486:1 9495:1 9507:1 9533:2 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:3 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:3 9883:1 9917:4 9925:1 9935:1 9947:1 9955:2 9963:1 9974:1 9996:1 10013:1 10046:2 10054:1 10066:1 10070:2 10075:1 10076:1 10083:1 10085:1 10121:1 10126:1 10132:1 10136:2 10153:2 10167:2 10183:1 10187:1 10199:1 10254:1 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:2 10300:3 10304:2 10307:1 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:1 10595:2 10637:2 10646:1 10652:2 10653:1 10654:1 10664:1 10684:2 10698:1 10717:2 10724:1 10750:1 10754:2 10778:1 10784:1 10786:1 10799:2 10804:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:1 10940:2 10965:2 10973:2 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11052:1 11054:1 11056:1 11062:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11291:1 11304:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:1 11393:1 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:3 11501:2 11515:1 11532:1 11536:1 11552:1 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:7 12276:1 12300:2 12313:2 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:13 12502:1 12522:1 12526:1 12539:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12766:1 12768:1 12775:3 12778:1 12790:1 12856:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12942:1 12945:1 12951:1 12970:1 12974:2 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:1 13120:2 13126:4 13133:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:4 13310:1 13316:1 13332:1 13366:1 13367:1 13371:1 13379:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13666:1 13676:1 13691:1 13692:1 13701:1 13704:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13806:1 13825:1 13875:1 13882:1 13889:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:3 14036:3 14045:1 14093:1 14106:1 14154:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:1 14240:1 14249:1 14259:1 14267:1 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14380:1 14403:1 14418:1 14419:1 14422:1 14430:1 14439:1 14443:1 14445:2 14451:3 14487:3 14492:1 14506:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:2 14643:1 14655:1 14659:1 14667:2 14672:1 14696:1 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:10 14945:1 14951:1 14952:2 14967:1 14973:2 14978:1 14993:1 15002:1 15012:8 15018:1 15039:2 15073:1 15080:1 15083:1 15095:1 15097:1 15144:1 15145:1 15166:1 15170:3 15173:1 15177:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:1 15207:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15314:2 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15513:1 15520:2 15538:1 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15762:2 15775:2 15778:1 15786:1 15798:1 15839:2 15842:1 15863:2 15867:1 15896:1 15907:1 15915:1 15951:1 15962:1 16028:2 16055:1 16070:1 16095:1 16108:1 16117:4 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:2 16351:1 16399:3 16434:2 16435:3 16457:1 16462:2 16477:1 16489:3 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16674:4 16729:2 16733:2 16743:3 16756:1 16762:1 16777:4 16781:1 16782:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16915:1 16916:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17376:1 17410:1 17415:1662 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:2 17547:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17706:2 17753:1 17814:1 17820:2 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17944:1 17946:2 17964:1 17978:1 17980:1 17989:1 18009:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18167:1 18172:3 18175:1 18187:1 18210:1 18232:5 18275:4 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18326:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18506:1 18539:1 18543:2 18545:2 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:1 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18753:1 18754:1 18755:2 18757:1 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:1 18928:1 18932:1 18936:4 18944:1 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19106:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19186:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19409:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19554:1 19556:6 19559:1 19563:1 19568:2 19574:1 19577:1 19582:2 19585:1 19593:1 19607:1 19609:1 19689:1 19695:1 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19796:1 19797:1 19810:1 19813:1 19819:3 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:1 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20039:1 20041:3 20059:1 20069:2 20070:1 20073:2 20085:1 20089:2 20143:1 20152:1 20169:2 20171:1 20178:1 20188:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20395:2 20398:1 20399:1 20401:1 20411:4 20421:1 20429:2 20447:2 20452:1 20454:1 20469:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:4 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:1 20730:1 20731:2 20747:1 20752:4 20755:2 20775:1 20778:1 20803:2 20811:1 20828:2 20832:1 20879:1 20893:2 20906:1 20927:4 20939:2 20960:7 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:2 21100:2 21103:1 21167:1 21179:1 21186:1 21199:1 21225:1 21262:1 21284:1 21287:1 21304:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:2 21442:1 21472:1 21480:2 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:2 21584:1 21608:1 21609:1 21614:1 21633:4 21640:1 21645:2 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:1 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21885:1 21891:1 21928:1 21930:1 21933:1 21951:1 21965:1 21966:1 21971:1 21979:1 21984:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22244:1 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:2 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:3 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23152:1 23153:1 23158:1 23171:1 23189:2 23234:1 23252:1 23263:1 23273:1 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23335:1 23360:1 23369:1 23403:2 23414:1 23422:1 23493:4 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:2 23669:1 23681:2 23683:1 23689:1 23692:5 23699:2 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24092:2 24093:1 24094:1 24122:1 24151:1 24153:2 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24423:1 24434:1 24439:1 24456:1 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24570:1 24571:1 24586:1 24602:1 24603:1 24612:1 24704:1 24723:1 24733:1 24740:1 24758:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24965:1 24969:5 24972:1 24982:1 25029:1 25033:1 25060:1 25069:1 25096:1 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25192:1 25221:1 25234:1 25240:2 25242:3 25247:1 25249:1 25262:1 25265:1 25267:1 25279:1 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25460:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:2 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:1 25672:3 25715:2 25738:2 25761:1 25779:1 25781:1 25782:1 25792:2 25793:1 25796:1 25802:2 25806:1 25820:2 25822:1 25824:1 25826:1 25827:4 25834:1 25837:2 25839:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:3 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26100:1 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26368:1 26406:2 26413:1 26439:1 26446:1 26448:1 26484:1 26485:1 26508:15 26513:1 26530:1 26539:1 26542:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:8 26733:1 26764:2 26777:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26982:1 27012:1 27016:2 27019:2 27020:5 27063:1 27073:1 27074:1 27078:2 27096:3 27150:3 27154:1 27179:1 27202:1 27227:1 27236:1 27241:1 27247:1 27248:1 27309:3 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27407:1 27433:1 27434:1 27440:1 27447:2 27477:1 27491:1 27492:1 27521:1 27530:1 27534:1 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:2 27652:1 27667:1 27669:1 27672:1 27683:3 27689:1 27706:1 27715:3 27716:3 27723:2 27730:1 27732:1 27734:1 27739:3 27765:1 27775:4 27778:1 27784:2 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 163:1 181:1 190:1 194:4 214:1 234:1 240:3 250:1 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 432:1 441:1 451:1 477:1 486:1 494:1 567:1 575:1 587:2 594:1 605:4 627:6 656:1 659:1 667:4 683:1 688:1 771:2 784:1 796:1 843:4 850:2 856:1 869:1 870:1 876:5 891:1 906:1 925:1 930:3 934:2 969:1 970:1 973:3 1045:1 1050:1 1052:1 1068:1 1074:1 1086:1 1093:1 1105:1 1129:3 1138:1 1147:1 1157:1 1170:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1238:1 1241:1 1243:1 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1379:1 1389:1 1393:4 1395:5 1399:1 1411:2 1424:3 1432:4 1446:1 1468:1 1472:1 1475:3 1496:1 1509:3 1523:2 1525:1 1553:1 1565:2 1576:1 1578:1 1580:1 1588:1 1607:1 1612:1 1626:2 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:2 1943:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2057:4 2090:1 2124:1 2145:1 2175:1 2176:1 2177:4 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:7 2203:2 2208:2 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:3 2274:1 2285:1 2288:1 2295:1 2334:1 2378:1 2380:1 2418:1 2430:1 2437:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2621:1 2646:2 2649:1 2650:1 2662:1 2676:2 2687:1 2701:1 2703:1 2705:1 2713:2 2731:1 2732:1 2755:1 2760:1 2766:2 2774:6 2793:2 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2948:1 2983:1 2995:1 2996:1 3002:1 3010:1 3017:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:1 3148:1 3158:4 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3481:1 3491:1 3496:1 3506:1 3516:1 3518:2 3530:2 3537:1 3538:1 3550:1 3555:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:2 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3998:1 4002:1 4011:2 4020:2 4030:2 4031:1 4035:4 4042:1 4043:1 4052:1 4068:1 4094:1 4109:1 4115:1 4126:1 4129:5 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4315:1 4342:2 4351:1 4384:1 4400:2 4426:2 4433:2 4459:1 4462:2 4471:1 4474:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4546:1 4567:1 4645:1 4648:13 4658:1 4669:1 4670:1 4673:1 4677:1 4713:1 4767:3 4787:5 4789:5 4792:1 4796:1 4797:1 4800:2 4802:2 4808:1 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5023:1 5044:1 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:1 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5379:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:3 5593:1 5609:1 5643:3 5689:1 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5935:1 5942:6 5945:1 5950:1 5961:1 5982:1 5993:4 6027:1 6034:4 6037:2 6041:1 6044:1 6045:3 6046:1 6047:1 6048:2 6052:2 6053:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:2 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6288:1 6295:1 6327:1 6330:1 6338:1 6353:1 6373:1 6375:1 6416:1 6418:1 6431:1 6433:1 6437:2 6457:2 6462:2 6465:1 6475:1 6486:1 6489:4 6493:5 6497:1 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:2 6579:2 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6675:1 6683:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6737:1 6739:1 6748:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6934:2 6941:2 6943:1 6948:1 6954:1 6956:1 6960:3 6994:1 6999:1 7011:1 7048:4 7073:5 7077:2 7088:1 7106:1 7137:1 7144:1 7187:1 7231:1 7249:8 7250:2 7273:1 7274:3 7286:1 7307:1 7311:1 7323:27 7344:6 7345:5 7369:1 7370:1 7381:2 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7706:1 7715:3 7789:1 7791:9 7812:1 7815:1 7817:1 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7922:1 7929:1 7936:2 7949:2 7957:3 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8135:2 8136:1 8155:1 8161:2 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8229:4 8268:1 8280:3 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8437:1 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:3 8575:1 8620:1 8621:1 8670:2 8682:1 8694:1 8697:1 8705:2 8716:1 8719:3 8747:1 8748:2 8752:2 8801:1 8803:1 8813:1 8816:1 8817:1 8828:1 8853:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:2 9007:1 9010:1 9016:1 9023:1 9028:1 9030:1 9034:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9118:1 9179:2 9180:1 9215:1 9236:2 9242:1 9244:1 9249:2 9257:1 9267:1 9279:1 9317:1 9325:1 9385:1 9405:2 9418:1 9420:2 9442:1 9451:1 9460:1 9473:3 9484:2 9486:1 9495:1 9507:1 9533:2 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:4 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:3 9883:1 9917:4 9925:1 9935:1 9947:1 9955:2 9963:1 9974:1 9996:1 10013:1 10046:2 10054:1 10066:1 10070:2 10075:1 10076:2 10083:1 10085:1 10121:1 10126:1 10132:1 10136:2 10153:2 10167:3 10183:1 10187:1 10199:1 10254:1 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:2 10300:3 10304:2 10307:2 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:1 10595:2 10637:2 10646:1 10652:2 10653:1 10654:1 10664:2 10684:2 10698:1 10717:2 10724:2 10750:1 10754:2 10778:1 10784:1 10786:1 10799:2 10804:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:2 10940:2 10965:2 10973:2 10977:1 10989:1 10994:4 10995:1 11001:2 11046:1 11052:2 11054:1 11056:1 11062:1 11067:1 11071:1 11081:1 11093:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11291:1 11304:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:2 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:3 11501:2 11515:1 11532:1 11536:1 11552:1 11581:1 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12039:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:7 12276:1 12300:2 12313:2 12324:1 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:13 12502:1 12522:1 12526:1 12539:1 12557:1 12591:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12766:1 12768:1 12775:3 12778:1 12790:1 12856:1 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:1 12932:2 12942:1 12945:1 12951:1 12970:1 12971:1 12974:2 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:1 13097:2 13120:2 13126:4 13133:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:4 13310:1 13316:1 13323:1 13332:1 13366:1 13367:1 13371:1 13379:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13666:1 13676:1 13691:1 13692:1 13701:1 13704:1 13708:1 13723:1 13744:1 13751:1 13757:1 13805:1 13806:1 13825:1 13875:1 13882:1 13889:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:3 14001:2 14036:3 14045:1 14049:1 14093:1 14106:1 14154:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:1 14240:1 14249:1 14259:1 14267:2 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14380:1 14403:1 14418:1 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14487:3 14492:1 14506:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:2 14643:1 14655:1 14659:1 14667:2 14672:1 14696:1 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:10 14945:1 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:8 15018:1 15033:1 15039:2 15073:1 15080:1 15083:1 15095:1 15097:1 15144:1 15145:1 15166:1 15170:3 15173:1 15177:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:1 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15314:2 15332:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15504:1 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15762:2 15775:2 15778:1 15786:1 15798:1 15839:3 15842:1 15863:2 15867:1 15896:1 15907:1 15915:1 15951:1 15962:1 16028:2 16055:1 16067:1 16070:1 16095:1 16108:1 16117:4 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:2 16351:1 16399:3 16434:2 16435:3 16457:1 16462:2 16477:1 16489:3 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16674:4 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:4 16781:1 16782:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16915:1 16916:1 16925:1 16932:2 16934:1 16985:1 17009:1 17016:1 17046:1 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17183:1 17205:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17376:1 17410:1 17415:1728 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:2 17547:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17706:2 17753:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17944:1 17946:2 17964:1 17978:1 17980:1 17989:1 18009:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18167:1 18172:3 18175:1 18187:1 18210:1 18232:5 18275:4 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18326:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:1 18390:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18506:1 18539:1 18543:2 18545:2 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:1 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18753:1 18754:1 18755:2 18757:1 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:2 18928:1 18932:1 18936:4 18944:2 18947:1 18966:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19106:1 19109:1 19137:2 19143:1 19148:1 19176:1 19177:1 19186:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19409:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19554:1 19556:6 19559:1 19560:1 19563:1 19568:2 19574:1 19577:1 19582:2 19585:1 19593:1 19607:1 19609:1 19689:1 19695:1 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19796:1 19797:1 19810:1 19813:1 19819:3 19831:1 19852:1 19857:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:2 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20039:1 20041:3 20059:1 20069:2 20070:1 20073:2 20085:1 20089:2 20091:1 20143:1 20152:1 20169:2 20171:1 20178:1 20188:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20395:2 20398:1 20399:1 20401:1 20411:4 20421:1 20429:2 20443:1 20447:2 20452:1 20454:1 20469:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20545:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:4 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20602:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:2 20730:1 20731:2 20747:1 20752:4 20755:2 20775:1 20778:1 20803:2 20811:1 20828:2 20832:1 20879:1 20893:3 20906:1 20927:4 20939:2 20960:7 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:2 21100:2 21103:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:2 21442:1 21472:1 21480:2 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:2 21584:1 21608:1 21609:1 21614:1 21633:4 21640:1 21645:2 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:1 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21879:1 21885:1 21891:1 21928:1 21930:1 21933:1 21951:1 21965:1 21966:1 21971:1 21979:1 21984:1 21985:1 22008:2 22015:1 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22244:1 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:1 22449:1 22450:1 22466:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:2 22722:1 22724:1 22742:1 22765:1 22779:1 22784:1 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:3 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23171:1 23189:2 23234:1 23252:1 23263:1 23273:1 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23335:1 23360:1 23369:1 23403:2 23414:1 23422:2 23493:4 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:3 23669:1 23681:2 23683:1 23689:1 23692:5 23699:2 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24092:2 24093:1 24094:1 24122:1 24151:1 24153:3 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24331:1 24334:2 24340:3 24423:1 24434:1 24439:1 24456:1 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24586:1 24602:1 24603:1 24612:1 24704:1 24723:1 24733:1 24740:1 24758:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24936:1 24940:1 24956:1 24965:1 24969:5 24972:1 24982:1 25029:1 25033:1 25060:1 25069:1 25096:1 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25192:1 25221:1 25234:1 25240:2 25242:3 25247:1 25249:1 25262:1 25265:1 25267:1 25279:2 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25460:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:2 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:1 25672:3 25715:2 25735:1 25738:2 25761:1 25774:1 25779:1 25781:1 25782:1 25792:2 25793:1 25796:1 25802:2 25806:1 25820:2 25822:1 25824:1 25826:2 25827:4 25834:1 25837:2 25839:1 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:3 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26032:1 26072:1 26099:1 26100:1 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26368:1 26406:2 26413:1 26439:1 26446:1 26448:1 26484:1 26485:2 26508:16 26513:2 26530:1 26539:1 26542:1 26547:2 26564:1 26567:1 26576:1 26610:3 26619:1 26622:1 26645:1 26655:3 26662:1 26692:9 26733:1 26759:1 26764:2 26777:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26982:1 27005:1 27012:1 27016:2 27019:2 27020:5 27063:1 27073:1 27074:1 27078:2 27096:3 27150:3 27154:1 27160:1 27179:1 27202:1 27227:1 27236:1 27241:1 27247:2 27248:1 27309:3 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27407:1 27433:1 27434:1 27440:1 27447:2 27477:1 27491:1 27492:1 27506:1 27521:1 27530:1 27534:1 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:2 27652:1 27667:1 27669:1 27672:1 27683:3 27689:1 27706:1 27715:3 27716:3 27723:2 27730:1 27732:1 27734:1 27739:3 27765:1 27775:5 27778:1 27784:2 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 160:1 162:1 163:1 181:1 190:1 194:4 214:1 222:1 234:1 240:3 250:1 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 432:1 441:1 451:1 477:1 486:1 494:1 567:1 575:1 587:2 594:2 605:4 627:6 656:1 659:1 667:4 683:1 686:1 688:1 771:2 784:1 796:1 843:4 850:2 856:1 869:1 870:1 876:5 891:1 906:1 925:1 930:3 934:2 969:1 970:1 973:3 984:1 1045:1 1050:1 1052:1 1068:1 1074:1 1086:1 1093:1 1105:1 1129:3 1138:1 1147:1 1157:1 1170:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:1 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1379:1 1386:1 1389:1 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:4 1446:1 1468:1 1472:1 1475:3 1496:1 1509:3 1513:1 1523:2 1525:1 1527:1 1553:1 1565:2 1576:1 1578:1 1580:1 1588:1 1607:1 1612:1 1626:2 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:2 1943:1 1956:1 1958:1 1962:2 1997:1 2006:1 2012:1 2023:1 2057:4 2072:1 2090:1 2124:1 2145:1 2174:1 2175:1 2176:1 2177:4 2179:1 2181:1 2185:3 2188:1 2193:1 2196:2 2201:7 2203:2 2208:2 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:3 2274:1 2285:1 2288:1 2295:1 2334:1 2378:1 2380:1 2418:1 2430:1 2437:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2602:3 2621:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2731:1 2732:1 2755:1 2760:1 2766:2 2774:6 2793:3 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2948:1 2983:1 2995:1 2996:1 3002:1 3010:1 3017:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:1 3148:1 3158:5 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3481:1 3491:1 3496:1 3506:1 3516:1 3518:2 3530:2 3537:1 3538:1 3550:1 3555:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3709:2 3715:1 3724:2 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3998:1 4002:1 4011:2 4020:2 4030:2 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:1 4109:1 4115:1 4126:1 4129:5 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4307:1 4315:1 4342:2 4351:1 4384:1 4400:2 4426:2 4433:2 4459:1 4462:2 4471:1 4474:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4546:1 4567:1 4645:1 4648:14 4658:1 4669:1 4670:1 4673:1 4677:1 4713:1 4767:3 4787:6 4789:5 4792:1 4796:1 4797:1 4800:2 4802:2 4808:1 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5020:1 5023:1 5044:1 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5379:1 5386:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5486:1 5585:1 5587:4 5593:1 5609:1 5643:3 5689:1 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5935:1 5942:6 5945:1 5950:1 5961:1 5982:1 5993:4 6027:1 6034:4 6037:2 6041:1 6044:1 6045:3 6046:1 6047:1 6048:2 6052:2 6053:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:2 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6288:1 6295:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6416:1 6418:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:6 6497:1 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:3 6579:2 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6675:1 6683:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6735:1 6737:1 6739:1 6748:1 6767:1 6768:1 6771:1 6779:1 6792:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6934:2 6941:3 6943:1 6948:1 6954:1 6956:1 6960:3 6994:1 6999:1 7011:1 7048:4 7073:5 7077:2 7088:1 7106:1 7137:1 7144:2 7187:1 7231:2 7249:10 7250:3 7273:1 7274:3 7286:2 7307:1 7311:1 7323:28 7344:6 7345:5 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7706:1 7715:3 7789:1 7791:9 7812:1 7815:1 7817:1 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7922:1 7929:1 7936:2 7949:2 7957:3 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8135:2 8136:1 8155:1 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8229:4 8268:1 8280:3 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8437:2 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:4 8575:1 8620:1 8621:1 8670:2 8682:1 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8747:1 8748:2 8752:2 8788:1 8801:1 8803:1 8813:1 8816:1 8817:1 8828:1 8853:1 8858:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:2 9007:1 9010:1 9016:1 9023:1 9028:1 9030:2 9034:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9118:1 9179:2 9180:1 9215:1 9236:2 9242:1 9244:1 9249:2 9257:1 9267:1 9279:1 9317:1 9325:1 9385:1 9405:2 9418:1 9420:2 9442:1 9451:1 9460:1 9473:3 9484:2 9486:1 9495:1 9507:1 9522:1 9533:2 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:4 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:3 9883:1 9917:4 9925:1 9935:1 9947:1 9955:2 9963:1 9974:1 9996:1 10013:1 10046:2 10054:1 10066:1 10070:2 10073:1 10075:1 10076:2 10083:1 10085:1 10121:1 10126:1 10132:1 10136:2 10153:2 10167:4 10177:1 10183:1 10187:1 10199:1 10254:1 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:2 10300:4 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10477:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:1 10595:2 10637:2 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10684:2 10698:1 10717:2 10724:3 10750:1 10754:2 10778:1 10784:1 10786:1 10799:2 10804:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:2 10940:2 10965:2 10973:2 10977:1 10982:1 10989:1 10994:4 10995:1 11001:2 11046:1 11052:2 11054:1 11056:1 11062:1 11067:1 11071:1 11081:1 11092:1 11093:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11291:1 11304:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11447:1 11477:1 11499:3 11501:2 11515:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:7 12276:1 12300:2 12313:2 12324:1 12369:1 12385:1 12402:2 12404:5 12409:2 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12539:1 12557:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12766:1 12768:1 12775:3 12778:1 12790:1 12856:1 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:1 12945:1 12951:1 12970:1 12971:1 12974:2 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:2 13097:2 13120:2 13126:4 13133:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:4 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13666:1 13676:1 13691:1 13692:1 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:1 13757:1 13805:1 13806:1 13825:1 13875:1 13882:1 13889:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:3 14001:2 14036:3 14045:1 14049:1 14093:1 14106:1 14154:1 14192:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:2 14240:1 14249:1 14259:1 14267:2 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14380:1 14403:1 14418:1 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14487:3 14492:1 14506:1 14508:1 14564:2 14577:1 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14634:1 14635:1 14638:3 14643:1 14655:1 14659:1 14667:2 14672:1 14696:1 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:1 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:8 15018:1 15033:1 15039:2 15073:1 15080:1 15083:1 15095:1 15097:1 15144:1 15145:1 15166:1 15170:3 15173:1 15177:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:1 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15314:2 15332:1 15345:1 15352:1 15372:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15504:1 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15762:2 15775:2 15778:1 15786:1 15798:1 15807:1 15839:4 15842:1 15863:2 15867:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:1 15984:1 16028:2 16055:1 16067:1 16070:1 16095:1 16108:1 16117:4 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:1 16347:2 16351:1 16399:3 16434:2 16435:3 16457:1 16462:2 16477:1 16489:3 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16674:4 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:4 16781:1 16782:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16915:1 16916:1 16925:1 16932:2 16934:1 16962:1 16985:1 17009:1 17016:1 17046:1 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17183:1 17205:1 17224:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17376:1 17410:1 17415:1792 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:2 17547:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17706:2 17753:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:1 17911:1 17917:1 17928:1 17931:1 17936:1 17944:1 17946:2 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18167:1 18172:3 18175:1 18187:1 18210:1 18232:5 18275:4 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:1 18390:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18506:1 18539:1 18543:2 18545:2 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:1 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18753:1 18754:1 18755:2 18757:1 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:2 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:2 18928:1 18932:1 18936:4 18944:2 18947:1 18966:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19050:1 19064:1 19106:1 19109:1 19137:2 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19409:1 19441:1 19455:1 19492:1 19500:2 19502:1 19520:1 19522:1 19541:1 19554:1 19556:6 19559:1 19560:2 19563:1 19568:2 19574:1 19577:1 19582:2 19585:1 19593:1 19607:1 19609:1 19689:1 19695:1 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19769:1 19785:2 19796:1 19797:1 19810:1 19813:1 19819:3 19831:1 19852:1 19857:1 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:2 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20039:1 20041:3 20059:1 20069:2 20070:1 20073:2 20085:1 20089:2 20091:1 20143:1 20152:1 20169:2 20171:1 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20395:2 20398:1 20399:1 20401:1 20411:4 20421:1 20429:2 20443:1 20447:2 20452:1 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20545:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:5 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20602:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:2 20730:1 20731:2 20747:1 20752:4 20755:2 20775:1 20778:1 20803:2 20811:1 20828:2 20832:1 20879:1 20893:4 20906:1 20927:4 20939:2 20960:7 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21087:2 21100:2 21103:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:2 21442:1 21472:1 21480:2 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:2 21584:1 21608:1 21609:1 21614:1 21633:4 21640:1 21645:2 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:1 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21879:1 21885:1 21891:1 21928:1 21930:1 21933:2 21951:1 21965:1 21966:1 21971:1 21979:1 21984:1 21985:1 22008:3 22015:1 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22244:1 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:1 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:2 22722:1 22724:1 22742:1 22765:1 22779:1 22784:2 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:3 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23171:1 23189:2 23234:1 23252:1 23263:1 23273:1 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23310:1 23335:1 23360:1 23369:1 23403:2 23414:1 23422:2 23493:4 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:3 23669:1 23681:2 23683:1 23689:1 23692:5 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23800:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24092:2 24093:1 24094:1 24122:1 24151:1 24153:4 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:3 24423:1 24434:1 24439:1 24456:1 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24586:1 24602:1 24603:1 24612:1 24704:1 24723:1 24733:1 24740:1 24758:1 24807:1 24809:1 24871:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:1 24969:5 24972:1 24982:1 25029:1 25033:1 25060:1 25069:1 25096:1 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:2 25242:3 25247:1 25249:1 25262:1 25265:1 25267:1 25279:2 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25460:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:2 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:1 25672:3 25715:2 25731:1 25735:1 25738:2 25761:1 25774:1 25779:1 25781:1 25782:1 25792:2 25793:1 25796:1 25802:2 25806:1 25820:2 25822:1 25824:1 25826:2 25827:4 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:3 25925:1 25927:3 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26021:1 26032:1 26072:1 26099:1 26100:1 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26368:1 26406:2 26413:1 26439:1 26446:1 26448:1 26484:1 26485:2 26508:16 26513:3 26530:1 26539:1 26542:1 26547:2 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26645:2 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26982:1 27005:2 27012:1 27016:2 27019:2 27020:5 27063:1 27073:1 27074:1 27078:2 27096:3 27150:3 27154:1 27160:1 27179:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:1 27309:3 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27407:1 27433:1 27434:1 27440:1 27447:3 27477:1 27491:1 27492:1 27506:1 27521:1 27530:1 27534:1 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:2 27652:1 27667:1 27669:1 27672:1 27683:3 27689:1 27706:1 27715:3 27716:3 27723:2 27730:1 27732:1 27734:1 27739:3 27765:1 27775:5 27778:1 27784:2 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:3 250:1 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 432:2 441:2 451:1 477:1 486:1 494:1 567:1 575:1 587:2 594:2 605:4 627:6 656:1 659:1 667:4 683:1 686:1 688:1 771:2 784:1 796:1 843:5 850:2 856:1 869:1 870:1 876:5 891:1 906:1 925:1 930:3 934:2 969:1 970:1 973:3 984:1 991:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:1 1105:1 1129:3 1138:1 1147:1 1157:1 1170:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:1 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1379:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:4 1446:2 1468:1 1472:1 1475:3 1496:1 1509:3 1513:1 1523:2 1525:1 1527:1 1553:1 1565:2 1576:1 1578:1 1580:2 1588:1 1607:1 1612:1 1626:2 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:1 1859:1 1871:1 1883:1 1887:1 1926:1 1928:2 1943:1 1956:1 1957:1 1958:1 1962:2 1997:1 2006:1 2012:1 2023:1 2057:4 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2174:1 2175:1 2176:1 2177:4 2179:1 2181:1 2185:3 2188:1 2193:1 2194:1 2196:2 2201:7 2203:2 2208:3 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:3 2274:1 2285:1 2288:1 2295:1 2334:1 2378:1 2380:1 2418:1 2430:1 2437:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2731:1 2732:1 2755:1 2760:1 2766:2 2774:6 2793:3 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2948:1 2983:1 2995:1 2996:1 3002:1 3010:1 3017:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:1 3148:1 3158:5 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:1 3481:1 3491:1 3496:1 3506:1 3516:1 3518:2 3520:1 3530:2 3537:1 3538:1 3550:1 3555:1 3574:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:1 3738:1 3757:2 3758:1 3764:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3842:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3998:1 4002:1 4011:2 4020:2 4030:2 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:2 4109:1 4115:1 4126:1 4129:5 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4307:1 4315:1 4321:1 4342:2 4351:1 4384:1 4400:2 4426:2 4433:2 4459:1 4462:3 4471:1 4474:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4546:1 4565:1 4567:1 4645:1 4648:14 4658:1 4669:1 4670:1 4673:1 4677:1 4713:1 4767:3 4787:6 4789:6 4792:1 4795:1 4796:1 4797:1 4800:2 4802:2 4808:1 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:1 5005:1 5010:1 5013:1 5020:1 5023:1 5044:2 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5379:2 5386:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5448:1 5486:1 5585:1 5587:4 5593:1 5609:2 5643:3 5689:1 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:1 5828:1 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:7 5945:1 5950:1 5961:1 5982:1 5993:5 6027:1 6034:5 6037:2 6041:1 6044:1 6045:3 6046:1 6047:1 6048:2 6052:2 6053:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:2 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6288:1 6295:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:6 6497:1 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:3 6579:2 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6675:1 6683:1 6687:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6934:2 6941:3 6943:1 6948:1 6954:1 6956:2 6960:3 6994:1 6999:1 7011:1 7048:5 7073:5 7077:2 7088:1 7106:1 7137:1 7144:2 7186:1 7187:1 7231:2 7249:10 7250:4 7273:1 7274:3 7286:2 7307:1 7311:1 7323:30 7344:6 7345:5 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7706:1 7715:3 7789:1 7791:10 7812:1 7815:1 7817:1 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:4 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8135:2 8136:1 8155:1 8159:1 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:4 8268:1 8280:3 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8406:1 8413:1 8423:1 8437:2 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:4 8575:1 8620:1 8621:1 8670:2 8682:1 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8747:1 8748:2 8752:2 8788:1 8801:1 8803:1 8813:1 8816:1 8817:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:2 9007:1 9010:1 9016:1 9023:1 9028:1 9030:2 9034:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9118:1 9179:2 9180:1 9215:1 9236:3 9242:2 9244:1 9249:2 9257:1 9267:1 9279:1 9317:1 9325:1 9372:1 9385:1 9405:2 9418:1 9420:2 9442:1 9451:1 9460:1 9473:3 9484:2 9486:1 9495:1 9507:1 9522:1 9533:2 9534:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:4 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:3 9883:1 9917:5 9925:1 9935:1 9947:1 9955:2 9963:1 9974:1 9996:1 10013:1 10046:2 10054:1 10066:1 10070:3 10073:1 10075:1 10076:2 10083:1 10085:1 10121:1 10126:1 10132:1 10136:2 10153:2 10167:4 10177:1 10183:1 10187:1 10199:1 10254:2 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:3 10300:4 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10438:1 10477:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:1 10595:2 10633:1 10637:3 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10683:1 10684:2 10698:1 10717:2 10724:3 10750:1 10754:2 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:2 10940:2 10965:2 10973:2 10977:1 10982:1 10989:1 10994:4 10995:1 11001:2 11046:1 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:4 11501:2 11515:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:7 12276:1 12300:2 12313:2 12323:1 12324:1 12369:1 12385:1 12396:1 12402:2 12404:5 12409:2 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:1 12532:1 12539:1 12557:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12790:1 12856:1 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:1 12974:2 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:2 13097:2 13120:2 13126:4 13133:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:4 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13662:1 13666:1 13676:1 13691:2 13692:1 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:1 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13989:1 13991:2 13996:3 14001:2 14036:4 14043:1 14045:1 14049:1 14093:1 14106:1 14154:1 14192:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:2 14240:1 14249:1 14259:1 14267:2 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14380:1 14391:1 14403:1 14418:1 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14487:3 14492:1 14506:1 14508:1 14564:3 14577:1 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:3 14643:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:2 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:1 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15144:1 15145:1 15166:1 15170:3 15173:1 15177:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15504:1 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15762:3 15775:2 15778:1 15786:1 15798:1 15807:1 15839:4 15842:1 15863:2 15867:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15984:1 16028:2 16055:1 16067:1 16070:1 16083:1 16095:1 16108:1 16117:4 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:2 16351:1 16399:3 16434:2 16435:3 16457:1 16462:2 16477:1 16489:3 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16674:4 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:4 16781:1 16782:1 16787:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16915:1 16916:1 16925:1 16932:2 16934:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:1 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17183:1 17205:1 17224:1 17230:1 17235:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17376:1 17410:1 17415:1863 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:3 17547:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17706:2 17753:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:2 17911:1 17917:1 17928:1 17931:1 17936:1 17944:1 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18167:1 18172:3 18175:1 18187:1 18210:1 18232:5 18275:4 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:2 18390:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18539:1 18543:3 18545:2 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:1 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18753:1 18754:1 18755:2 18757:1 18760:1 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:2 18928:1 18932:1 18936:4 18944:2 18947:1 18966:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19037:1 19050:1 19064:1 19106:1 19109:1 19137:2 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19328:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19409:1 19441:2 19455:1 19491:1 19492:1 19500:2 19502:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:1 19568:2 19574:1 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19689:1 19695:2 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19755:1 19769:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19852:1 19857:1 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:2 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20039:1 20041:3 20059:1 20069:2 20070:1 20073:2 20085:1 20089:2 20091:1 20143:1 20152:1 20169:2 20171:2 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:4 20421:1 20429:2 20443:1 20447:2 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20535:1 20545:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:5 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20602:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:2 20730:1 20731:2 20747:1 20752:4 20755:2 20775:1 20778:1 20803:2 20811:1 20828:2 20832:1 20879:1 20893:5 20906:1 20915:1 20927:4 20939:2 20960:8 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21080:1 21087:2 21100:2 21103:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:2 21442:1 21472:1 21480:2 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:2 21584:1 21608:1 21609:1 21614:1 21633:4 21640:1 21645:2 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21928:1 21930:1 21933:2 21951:1 21965:1 21966:1 21971:1 21979:1 21984:2 21985:1 22008:3 22015:1 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22230:1 22244:1 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:1 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22657:1 22666:3 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:3 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:3 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23171:1 23189:2 23234:1 23252:2 23263:1 23273:2 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23310:2 23335:1 23360:1 23369:1 23403:2 23414:1 23422:2 23456:1 23493:4 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:3 23669:1 23681:2 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23800:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:1 24153:5 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:3 24423:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24586:1 24602:1 24603:1 24605:1 24612:1 24687:1 24704:1 24723:1 24733:1 24740:1 24758:1 24807:1 24809:1 24871:1 24889:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:1 24982:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:2 25242:3 25247:1 25249:1 25262:1 25265:1 25267:1 25271:1 25279:2 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25369:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25460:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:2 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:2 25672:4 25715:2 25731:1 25735:1 25738:2 25757:1 25761:1 25774:1 25779:1 25781:1 25782:1 25792:2 25793:1 25796:1 25802:2 25805:1 25806:1 25820:2 25822:1 25824:1 25826:2 25827:4 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:3 25915:1 25925:1 25927:4 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26021:1 26032:1 26072:1 26095:1 26099:1 26100:1 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26368:1 26406:2 26413:1 26417:1 26439:1 26446:1 26448:1 26454:1 26484:1 26485:2 26508:16 26513:3 26530:1 26539:1 26542:1 26547:3 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26645:3 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:1 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26982:1 27005:2 27012:1 27016:2 27019:2 27020:5 27062:1 27063:1 27073:1 27074:1 27078:2 27096:3 27150:3 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:1 27309:3 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27407:1 27433:1 27434:1 27440:1 27447:3 27477:1 27491:1 27492:1 27506:1 27521:1 27530:1 27534:1 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:3 27652:1 27667:1 27669:1 27672:1 27683:3 27689:1 27706:1 27715:3 27716:3 27723:3 27730:1 27732:1 27734:1 27739:4 27765:1 27775:5 27778:1 27784:2 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:3 250:1 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 432:2 441:2 451:1 477:1 486:1 494:1 567:1 575:1 587:2 594:2 605:4 627:7 656:1 659:1 667:4 683:1 686:1 688:1 771:2 784:1 796:1 843:5 850:2 856:1 869:1 870:1 876:5 891:1 906:1 925:1 930:4 934:2 969:1 970:1 973:3 984:1 991:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:1 1105:1 1129:3 1138:1 1147:1 1157:1 1170:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:1 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1379:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:4 1446:2 1468:1 1472:1 1475:3 1496:1 1509:3 1513:1 1523:2 1525:1 1527:1 1553:1 1565:2 1576:1 1578:2 1580:2 1588:1 1607:1 1612:1 1626:2 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1762:1 1769:1 1774:1 1776:2 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:3 1943:1 1956:1 1957:1 1958:1 1962:2 1997:1 2006:1 2012:1 2023:1 2057:4 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2174:1 2175:1 2176:1 2177:5 2179:1 2181:1 2185:3 2188:1 2193:1 2194:1 2196:2 2201:7 2203:3 2208:3 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:3 2274:1 2285:1 2288:1 2295:1 2334:1 2378:1 2380:1 2418:1 2430:1 2437:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:1 2766:2 2774:7 2793:3 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2948:1 2983:1 2995:1 2996:1 3002:1 3010:1 3017:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:1 3148:1 3158:5 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:1 3481:1 3491:1 3496:1 3506:1 3516:1 3518:2 3520:1 3530:2 3537:1 3538:1 3550:1 3555:1 3574:1 3584:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:1 3738:1 3751:1 3757:2 3758:1 3764:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3842:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4011:2 4020:2 4030:2 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:2 4109:1 4115:1 4126:1 4129:5 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:2 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4307:1 4315:1 4321:1 4342:2 4351:1 4384:1 4400:2 4426:2 4433:2 4459:1 4462:3 4471:1 4474:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4546:1 4565:1 4567:1 4645:1 4648:14 4658:1 4669:1 4670:1 4673:1 4677:1 4713:1 4767:3 4787:6 4789:6 4792:1 4795:1 4796:1 4797:1 4800:2 4802:2 4808:1 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:2 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5357:1 5379:2 5386:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5448:1 5486:1 5504:1 5574:1 5585:1 5587:4 5593:1 5609:2 5643:3 5689:1 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:1 5828:2 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:7 5945:1 5950:1 5961:1 5982:1 5993:6 6027:1 6034:5 6037:2 6041:1 6044:1 6045:3 6046:1 6047:1 6048:2 6052:2 6053:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:2 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6286:1 6288:1 6295:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:1 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:6 6497:1 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:3 6579:2 6580:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6675:1 6683:1 6687:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6914:2 6934:2 6941:3 6943:1 6948:1 6954:1 6956:2 6960:4 6994:1 6999:1 7011:1 7048:5 7073:5 7077:2 7088:1 7106:1 7137:1 7144:2 7186:1 7187:1 7231:2 7249:10 7250:4 7273:1 7274:3 7286:2 7307:1 7311:1 7323:32 7344:7 7345:5 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7706:1 7715:3 7789:1 7791:10 7812:1 7815:1 7817:1 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:5 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8135:2 8136:1 8140:1 8155:1 8159:1 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:4 8268:1 8280:3 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8362:1 8397:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:3 8558:4 8575:1 8620:1 8621:1 8670:2 8682:1 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8747:1 8748:2 8752:2 8788:1 8801:1 8803:1 8813:1 8816:1 8817:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8997:1 9000:2 9007:1 9010:1 9016:1 9023:1 9028:1 9030:2 9034:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9118:1 9179:2 9180:1 9215:1 9236:3 9242:2 9244:1 9249:2 9257:2 9267:1 9279:1 9317:1 9325:1 9372:1 9385:1 9405:2 9418:1 9420:2 9432:1 9442:1 9451:1 9460:1 9473:3 9484:2 9486:1 9495:1 9507:1 9522:1 9533:2 9534:1 9544:1 9569:1 9571:1 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:4 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:3 9883:1 9917:5 9925:1 9935:1 9947:1 9955:2 9963:1 9974:1 9996:1 10013:1 10046:2 10054:1 10066:1 10070:3 10073:1 10075:2 10076:2 10083:1 10085:1 10121:1 10126:1 10132:1 10136:2 10153:2 10167:4 10177:1 10183:1 10187:1 10199:1 10254:2 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:3 10300:4 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10438:1 10477:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:1 10595:2 10633:1 10637:4 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10683:1 10684:2 10698:1 10717:2 10724:3 10750:1 10754:2 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:2 10832:1 10833:1 10834:1 10850:1 10855:1 10872:1 10907:1 10933:2 10940:2 10965:2 10973:2 10977:1 10982:1 10989:1 10994:4 10995:1 11001:2 11046:1 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:5 11501:2 11515:1 11521:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:1 12261:1 12262:2 12265:1 12271:7 12276:1 12300:2 12313:2 12323:1 12324:1 12369:1 12385:1 12396:1 12402:2 12404:5 12409:2 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:1 12532:1 12539:1 12557:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12790:1 12856:1 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:1 12974:2 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:2 13097:2 13120:2 13126:4 13133:1 13155:1 13170:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:4 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13662:1 13666:1 13676:1 13691:2 13692:1 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:1 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14036:5 14043:1 14045:1 14049:1 14093:1 14106:1 14154:1 14192:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:2 14240:1 14249:1 14259:1 14267:2 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14380:1 14391:1 14403:1 14418:1 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14487:3 14492:1 14506:1 14508:1 14557:1 14564:3 14577:1 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:3 14643:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:1 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:3 15173:1 15177:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15738:1 15762:3 15775:2 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15984:1 16028:2 16055:1 16067:1 16070:1 16083:1 16095:1 16108:1 16117:4 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:2 16351:1 16399:3 16434:2 16435:3 16457:1 16462:2 16477:1 16489:3 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16674:4 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:4 16781:1 16782:1 16787:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16915:1 16916:1 16925:1 16932:2 16934:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17165:1 17183:1 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17410:1 17415:1929 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:3 17547:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17706:2 17753:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17928:1 17931:1 17936:1 17944:2 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18143:1 18167:1 18172:3 18175:1 18187:1 18210:1 18232:5 18275:5 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:2 18390:1 18392:1 18404:1 18410:1 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18539:1 18543:3 18545:2 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:2 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:1 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:2 18928:1 18932:1 18936:4 18944:2 18947:1 18966:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19037:1 19050:1 19064:1 19106:1 19109:1 19137:2 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:3 19213:1 19223:1 19225:1 19229:1 19233:1 19252:1 19268:1 19309:1 19328:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19409:1 19413:1 19441:2 19455:1 19491:1 19492:2 19500:2 19502:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:1 19568:2 19574:1 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19689:1 19695:2 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19755:1 19769:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19852:1 19857:1 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:2 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20039:1 20041:3 20059:1 20069:2 20070:1 20073:2 20085:1 20089:2 20091:1 20143:1 20152:1 20169:2 20171:2 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:4 20421:1 20429:2 20443:1 20447:2 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20535:1 20541:1 20545:1 20546:1 20548:1 20551:2 20554:1 20556:2 20559:5 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20602:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:2 20730:1 20731:2 20747:1 20752:4 20755:2 20775:1 20778:1 20803:2 20811:1 20828:2 20832:1 20879:1 20893:5 20906:1 20915:1 20927:4 20939:2 20960:8 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21080:1 21087:2 21100:2 21103:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:3 21442:1 21472:1 21480:2 21483:2 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:2 21584:1 21608:1 21609:1 21614:1 21633:4 21640:1 21645:2 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21928:1 21930:1 21933:2 21951:1 21965:1 21966:1 21971:1 21979:1 21984:2 21985:1 22008:3 22015:2 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22230:1 22244:1 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:1 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22657:1 22665:1 22666:3 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:3 22791:1 22798:1 22810:1 22814:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:3 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23171:1 23189:2 23234:1 23252:2 23263:2 23273:2 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23310:2 23335:1 23360:1 23369:1 23403:2 23414:1 23422:2 23456:1 23493:4 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:3 23669:1 23681:2 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23800:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:1 24153:5 24160:1 24166:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:3 24423:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24586:1 24602:1 24603:1 24605:1 24612:1 24687:1 24704:1 24723:1 24733:1 24740:1 24758:1 24807:1 24809:1 24871:1 24889:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:1 24982:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:2 25242:3 25247:1 25249:1 25262:1 25265:1 25267:1 25271:1 25279:2 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25369:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25460:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:2 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:2 25672:4 25679:1 25715:2 25731:1 25735:1 25738:2 25757:1 25761:1 25774:1 25779:1 25781:1 25782:1 25792:2 25793:1 25796:1 25802:2 25805:1 25806:1 25820:2 25822:1 25824:1 25826:2 25827:4 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:3 25915:1 25925:1 25927:5 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26021:1 26032:1 26072:1 26095:1 26099:1 26100:1 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26368:1 26406:2 26413:1 26417:1 26439:1 26446:1 26448:1 26454:1 26484:1 26485:2 26508:17 26513:3 26530:1 26539:1 26542:1 26547:3 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26645:3 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:1 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26982:1 27005:2 27012:1 27016:2 27019:2 27020:5 27062:1 27063:1 27073:1 27074:1 27078:2 27096:3 27150:3 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:1 27309:3 27333:1 27379:1 27390:1 27394:1 27396:1 27402:2 27407:1 27433:1 27434:1 27440:1 27447:3 27477:1 27491:1 27492:1 27506:1 27521:1 27530:1 27534:1 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27619:1 27635:1 27637:1 27638:1 27643:3 27652:1 27667:1 27669:1 27672:1 27683:3 27689:1 27706:1 27715:3 27716:3 27723:3 27730:1 27732:1 27734:1 27739:5 27765:1 27775:5 27778:1 27784:2 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 431:1 432:2 441:2 451:1 477:1 486:1 494:1 567:1 575:1 587:2 594:2 605:4 627:8 656:1 659:1 667:5 683:1 686:1 688:1 749:1 771:2 784:1 796:1 843:5 850:2 856:1 869:1 870:1 876:5 891:1 906:1 925:1 930:4 934:2 969:1 970:1 973:3 984:1 991:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:1 1105:1 1129:3 1138:1 1147:1 1156:1 1157:1 1170:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:2 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:4 1446:2 1468:1 1472:1 1475:3 1496:1 1509:4 1513:1 1523:2 1525:1 1527:1 1553:1 1565:2 1576:1 1578:2 1580:2 1588:1 1607:1 1612:1 1626:2 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:4 1943:1 1956:1 1957:1 1958:1 1962:2 1996:1 1997:1 2006:1 2012:1 2023:1 2057:5 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2174:1 2175:1 2176:1 2177:6 2179:1 2181:1 2185:3 2188:1 2193:2 2194:1 2196:2 2201:7 2203:3 2208:3 2209:1 2211:2 2214:1 2216:1 2248:1 2252:1 2260:3 2274:1 2285:1 2288:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2569:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:1 2766:2 2774:7 2793:3 2801:2 2803:2 2811:1 2818:1 2831:3 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2948:1 2958:1 2983:1 2995:2 2996:1 3002:1 3010:1 3017:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:2 3148:1 3158:6 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:1 3481:1 3491:1 3496:1 3506:1 3516:1 3518:2 3520:1 3530:2 3537:1 3538:1 3550:1 3555:1 3574:1 3584:1 3585:1 3614:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:1 3738:1 3751:1 3757:2 3758:1 3764:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3842:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4011:2 4020:2 4030:2 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:3 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:3 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4307:1 4315:1 4321:1 4342:2 4351:1 4384:1 4400:2 4407:1 4426:3 4433:2 4459:1 4462:3 4471:1 4474:1 4489:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4546:1 4565:1 4567:1 4645:1 4648:14 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4713:1 4747:1 4767:3 4787:7 4789:6 4792:1 4795:1 4796:1 4797:2 4800:2 4802:2 4808:1 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4906:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:3 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5357:1 5379:3 5386:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5448:1 5486:1 5504:1 5574:1 5585:1 5587:4 5593:1 5609:2 5636:1 5643:3 5671:1 5689:2 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:1 5828:2 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:7 5945:1 5950:1 5961:1 5982:1 5993:7 6027:1 6034:5 6037:2 6041:1 6044:1 6045:4 6046:1 6047:2 6048:2 6052:2 6053:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:3 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6286:1 6288:1 6295:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:1 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:6 6497:2 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6675:1 6683:1 6687:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:1 6956:3 6960:4 6994:1 6999:1 7011:1 7048:5 7073:5 7077:2 7088:1 7106:1 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:4 7273:1 7274:3 7286:2 7307:1 7311:1 7323:34 7344:7 7345:5 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:4 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7789:1 7791:12 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:6 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:1 8135:2 8136:1 8140:1 8155:1 8159:1 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:5 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8441:1 8467:1 8484:1 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:4 8558:4 8575:1 8620:1 8621:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8747:1 8748:2 8752:2 8788:1 8796:1 8801:1 8803:1 8813:1 8816:1 8817:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:1 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9118:1 9179:2 9180:1 9215:1 9236:3 9242:2 9244:1 9249:2 9257:2 9267:1 9279:1 9317:1 9325:2 9372:1 9385:1 9405:2 9418:1 9420:2 9430:1 9432:1 9442:1 9451:1 9460:1 9473:4 9484:2 9486:1 9495:1 9507:1 9522:1 9533:2 9534:1 9544:1 9569:1 9571:2 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:4 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:3 9883:1 9917:5 9925:1 9935:1 9947:1 9955:2 9963:1 9974:1 9981:1 9996:1 10013:1 10046:2 10052:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:3 10083:1 10085:1 10121:1 10124:1 10126:1 10132:1 10136:2 10144:1 10153:2 10167:4 10177:1 10183:1 10187:1 10199:1 10254:2 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:3 10300:5 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10438:1 10477:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:2 10595:2 10607:1 10633:1 10637:4 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10683:1 10684:2 10698:1 10717:2 10724:3 10750:1 10754:2 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:3 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10907:1 10933:4 10940:2 10965:2 10973:2 10977:1 10982:1 10989:1 10994:4 10995:1 11001:2 11046:2 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:1 11310:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:5 11501:2 11515:1 11521:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12300:2 12313:2 12323:1 12324:1 12369:1 12385:1 12396:1 12402:2 12404:5 12409:3 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:1 12532:1 12539:1 12548:1 12557:1 12565:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12790:1 12856:1 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:1 12974:2 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:2 13097:2 13120:2 13126:4 13133:1 13155:1 13170:1 13179:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:5 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13662:1 13666:1 13676:1 13691:2 13692:1 13693:1 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:2 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14036:5 14043:1 14045:1 14049:1 14093:1 14106:1 14154:1 14192:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:2 14240:1 14249:2 14259:1 14267:2 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14487:3 14492:1 14506:1 14508:2 14557:1 14564:3 14577:1 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:4 14643:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:1 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:2 15178:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15470:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15723:1 15738:1 15762:4 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15984:1 16028:2 16055:1 16067:1 16070:1 16083:1 16095:1 16108:1 16117:5 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16258:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:2 16351:1 16399:4 16434:2 16435:3 16457:1 16462:2 16477:1 16486:1 16489:4 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16664:1 16674:5 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:5 16781:1 16782:1 16787:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17165:1 17183:1 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17410:1 17415:1994 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:3 17547:1 17589:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:1 17706:2 17744:1 17753:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17928:1 17931:1 17936:1 17944:2 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18143:1 18167:1 18172:3 18175:1 18187:1 18210:1 18232:5 18275:5 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:2 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18539:1 18543:3 18545:2 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:2 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:1 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:2 18928:1 18932:1 18936:4 18944:2 18947:1 18949:1 18966:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19037:1 19044:1 19050:1 19064:1 19106:1 19109:1 19137:2 19140:1 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:4 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19306:1 19309:1 19328:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19409:1 19413:1 19441:2 19455:1 19470:1 19491:1 19492:2 19500:2 19502:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:1 19568:2 19574:1 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:2 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19755:1 19769:1 19774:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19852:2 19857:1 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:2 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:2 20091:1 20143:1 20152:1 20169:2 20171:2 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:5 20421:1 20429:2 20443:1 20447:3 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20535:1 20539:1 20541:1 20545:1 20546:1 20548:1 20551:2 20553:1 20554:1 20556:2 20559:6 20563:1 20571:1 20574:1 20590:1 20592:1 20596:1 20602:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:2 20730:1 20731:2 20747:1 20752:4 20755:2 20775:2 20778:1 20803:2 20811:1 20828:2 20832:1 20858:1 20879:1 20893:5 20906:1 20915:1 20927:4 20939:2 20960:8 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21080:1 21087:2 21100:2 21103:1 21161:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21233:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21375:1 21376:1 21382:1 21397:1 21414:1 21420:4 21442:1 21472:1 21480:2 21483:3 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:2 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:3 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21928:1 21930:1 21933:2 21951:1 21965:1 21966:1 21971:1 21979:1 21984:3 21985:1 22008:3 22015:2 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22230:1 22244:1 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22614:1 22626:1 22657:1 22665:1 22666:4 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:3 22791:1 22798:1 22810:1 22814:1 22817:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:1 23007:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:3 23100:1 23136:1 23142:1 23144:1 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23165:1 23171:1 23189:2 23234:1 23252:2 23263:2 23273:3 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23310:2 23335:1 23360:1 23369:1 23403:2 23414:1 23422:2 23456:1 23493:4 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:4 23669:1 23681:2 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23800:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23906:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:1 24153:5 24160:1 24166:1 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24423:1 24428:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24586:1 24602:1 24603:1 24605:1 24612:1 24687:1 24704:1 24723:1 24733:1 24740:1 24758:1 24807:1 24809:1 24871:1 24889:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:1 24982:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:2 25242:4 25247:1 25249:1 25262:1 25265:1 25267:1 25271:1 25279:2 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25369:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25455:1 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:2 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:2 25672:4 25679:1 25715:2 25731:1 25735:1 25738:2 25742:1 25757:1 25761:1 25774:1 25779:1 25781:1 25782:1 25792:2 25793:1 25796:1 25802:2 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:2 25827:4 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:4 25915:1 25925:1 25927:6 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26021:1 26032:1 26072:1 26095:1 26099:1 26100:1 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:1 26406:2 26413:1 26417:1 26439:2 26446:1 26448:1 26454:1 26484:1 26485:2 26490:1 26508:18 26513:3 26530:1 26539:1 26542:1 26547:3 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:3 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:1 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26982:1 27005:2 27012:1 27016:2 27019:2 27020:5 27062:1 27063:1 27073:1 27074:1 27078:2 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:1 27309:3 27333:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:1 27434:1 27440:1 27447:3 27477:1 27491:1 27492:1 27506:1 27521:1 27530:1 27534:1 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27609:2 27619:1 27635:1 27637:1 27638:1 27643:3 27652:1 27667:1 27669:1 27672:1 27683:3 27689:1 27706:1 27715:3 27716:4 27723:3 27730:1 27732:1 27734:1 27739:6 27765:1 27775:5 27778:1 27784:2 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 431:1 432:2 441:2 451:1 477:1 486:1 494:1 567:1 575:1 587:2 594:2 605:4 627:8 656:1 659:1 667:5 683:1 686:1 688:1 749:1 771:2 784:1 796:1 843:5 850:2 856:1 869:1 870:1 876:5 891:1 906:1 925:1 930:4 934:2 969:1 970:1 973:3 984:1 991:1 1011:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:1 1105:1 1129:3 1138:1 1147:1 1156:1 1157:1 1170:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:2 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:4 1446:2 1468:1 1472:1 1475:3 1496:1 1509:4 1513:1 1523:2 1525:1 1527:1 1542:1 1553:1 1565:2 1576:1 1578:2 1580:2 1588:1 1607:1 1612:1 1626:2 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:6 1943:1 1956:1 1957:1 1958:1 1962:2 1996:1 1997:1 2006:1 2012:1 2023:1 2057:5 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2174:1 2175:1 2176:1 2177:8 2179:1 2181:1 2185:3 2188:1 2193:2 2194:1 2196:2 2201:7 2203:3 2208:3 2209:1 2211:3 2214:1 2216:1 2248:1 2252:1 2260:3 2270:1 2274:1 2285:1 2288:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2566:1 2569:1 2582:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:1 2766:2 2774:8 2793:3 2801:2 2803:2 2811:1 2818:1 2831:4 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2948:1 2958:1 2983:1 2995:2 2996:1 3002:1 3010:1 3017:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:2 3148:1 3158:6 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:1 3481:1 3491:1 3496:1 3506:1 3516:1 3518:3 3520:1 3530:2 3537:1 3538:1 3550:1 3555:1 3574:1 3584:1 3585:1 3614:1 3616:1 3621:2 3625:2 3630:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:1 3738:1 3751:1 3757:2 3758:1 3764:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3842:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4011:2 4020:2 4030:2 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:3 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:3 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4307:1 4315:1 4321:1 4342:2 4351:1 4384:1 4400:2 4407:1 4426:3 4433:2 4459:1 4462:3 4471:1 4474:1 4489:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4546:1 4565:1 4567:1 4645:1 4648:15 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4713:1 4747:1 4767:4 4787:7 4789:6 4792:1 4795:1 4796:1 4797:2 4800:2 4802:2 4808:1 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4906:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:4 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:1 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5357:2 5379:3 5386:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5448:1 5486:1 5504:1 5574:2 5585:1 5587:4 5593:1 5609:2 5636:1 5643:3 5671:1 5689:2 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:2 5828:2 5832:1 5862:1 5867:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:7 5945:1 5950:1 5961:1 5982:1 5993:8 6027:1 6034:5 6037:2 6041:1 6044:1 6045:4 6046:2 6047:2 6048:2 6052:2 6053:1 6056:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6174:1 6187:3 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6286:1 6288:1 6295:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:1 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:7 6497:2 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6657:1 6675:1 6683:1 6687:1 6696:1 6703:1 6707:1 6716:1 6721:1 6722:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6826:1 6838:1 6839:1 6852:1 6860:1 6890:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:1 6956:3 6960:4 6994:1 6999:1 7011:1 7048:5 7073:5 7077:2 7088:1 7106:1 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:4 7273:1 7274:3 7286:2 7307:1 7311:1 7323:37 7344:8 7345:6 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:5 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:1 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7789:1 7791:12 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:7 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:2 8135:2 8136:1 8140:1 8155:1 8159:1 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:5 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8441:1 8467:1 8484:2 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:4 8558:4 8575:1 8620:1 8621:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8747:1 8748:2 8752:2 8788:1 8796:1 8801:1 8803:1 8813:1 8816:1 8817:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:1 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9118:1 9179:2 9180:1 9215:1 9236:3 9242:2 9244:1 9249:2 9257:2 9267:1 9279:1 9317:1 9325:2 9372:1 9385:1 9398:1 9405:2 9418:1 9420:2 9430:1 9432:1 9442:1 9451:1 9460:1 9473:4 9484:2 9486:1 9495:1 9507:1 9522:1 9533:2 9534:1 9544:1 9569:1 9571:2 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:4 9802:1 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:4 9883:1 9917:5 9925:2 9935:1 9947:1 9955:2 9961:1 9963:1 9974:1 9981:1 9996:1 10013:1 10046:2 10052:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:5 10083:1 10085:1 10121:1 10124:1 10126:1 10132:1 10136:2 10144:1 10153:2 10167:4 10174:1 10177:1 10183:1 10187:1 10199:1 10254:2 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:3 10300:5 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10438:1 10477:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:2 10595:2 10607:1 10633:1 10637:4 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10683:1 10684:2 10698:1 10717:2 10724:3 10750:1 10754:2 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:3 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10907:1 10933:4 10940:2 10965:2 10973:2 10977:1 10982:1 10989:1 10994:5 10995:1 11001:3 11046:2 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:1 11310:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:5 11501:2 11515:1 11521:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11778:1 11860:1 11876:2 11888:2 11889:1 11903:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12300:2 12313:2 12323:1 12324:1 12369:1 12385:1 12396:1 12402:2 12404:5 12409:3 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:1 12532:1 12539:1 12548:1 12557:1 12565:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12782:1 12790:1 12856:1 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:1 12974:2 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:2 13097:2 13120:2 13126:4 13133:1 13155:1 13170:1 13179:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:5 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13384:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13662:1 13666:1 13676:1 13691:2 13692:1 13693:1 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:2 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14036:5 14043:1 14045:1 14049:1 14093:1 14106:1 14154:1 14192:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:2 14240:1 14249:2 14259:1 14267:2 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14361:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14487:3 14492:1 14506:1 14508:2 14557:1 14564:3 14577:2 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:4 14643:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:2 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:2 15178:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15470:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15657:1 15723:1 15738:1 15762:4 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15984:1 16028:2 16055:1 16067:1 16070:1 16083:1 16095:1 16108:1 16117:5 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16258:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:2 16351:1 16399:4 16419:1 16434:2 16435:3 16457:1 16462:2 16477:1 16486:1 16489:4 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16633:1 16664:1 16674:5 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:5 16781:1 16782:1 16787:1 16788:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:2 17110:5 17127:1 17132:1 17165:1 17183:1 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17410:1 17415:2030 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:3 17547:1 17589:1 17594:1 17600:1 17601:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:2 17706:2 17744:1 17753:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17859:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17928:1 17931:1 17936:1 17944:2 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18143:1 18167:1 18172:3 18175:1 18187:1 18210:1 18232:5 18275:6 18277:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:2 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18515:1 18539:1 18543:3 18545:2 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:2 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:1 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:3 18928:1 18932:1 18936:4 18944:2 18947:1 18948:1 18949:1 18966:1 18979:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19037:1 19044:1 19050:1 19064:1 19106:1 19109:1 19137:2 19140:1 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:4 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19306:1 19309:1 19328:1 19330:1 19358:1 19370:1 19385:1 19395:1 19407:1 19409:1 19413:1 19440:1 19441:2 19455:1 19457:1 19470:1 19491:1 19492:2 19500:2 19502:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:2 19568:2 19574:1 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:2 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19755:1 19769:1 19774:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19852:2 19857:1 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:2 19918:1 19923:1 19933:1 19942:1 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20063:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:2 20090:1 20091:1 20143:1 20152:1 20169:2 20171:2 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:5 20421:1 20429:2 20443:1 20447:3 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20531:1 20535:1 20539:1 20541:1 20545:2 20546:1 20548:1 20551:2 20553:1 20554:1 20556:2 20559:6 20563:1 20571:1 20574:1 20590:1 20592:1 20596:2 20602:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:2 20730:1 20731:3 20747:1 20752:4 20755:2 20775:2 20778:1 20803:2 20811:1 20828:2 20832:1 20858:1 20879:1 20893:5 20900:1 20906:1 20915:1 20927:4 20939:2 20960:8 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21080:1 21087:2 21100:2 21103:1 21161:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21233:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21369:1 21375:1 21376:1 21382:1 21397:1 21411:1 21414:1 21420:5 21442:1 21472:1 21480:2 21483:3 21496:1 21513:2 21534:1 21536:1 21547:1 21549:1 21550:1 21571:2 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:3 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21928:1 21929:1 21930:1 21933:2 21951:1 21965:1 21966:1 21971:1 21979:1 21984:3 21985:1 22008:3 22015:2 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22230:1 22244:2 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22614:1 22626:1 22657:1 22665:1 22666:4 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:3 22791:1 22798:1 22810:1 22814:1 22817:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:1 23007:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:3 23100:1 23136:1 23142:1 23144:2 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23165:1 23171:1 23189:2 23234:1 23252:2 23263:2 23273:3 23277:2 23285:1 23290:1 23291:1 23307:1 23308:3 23310:2 23335:1 23360:1 23369:1 23403:2 23414:1 23422:2 23456:1 23458:1 23493:4 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:4 23669:1 23681:2 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23800:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:1 23874:1 23875:1 23882:1 23906:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:1 24153:5 24160:1 24166:1 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24423:1 24428:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24585:1 24586:1 24602:1 24603:1 24605:1 24612:1 24687:1 24704:1 24723:1 24733:1 24740:1 24758:1 24807:1 24809:1 24871:1 24889:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:1 24982:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:2 25242:4 25247:1 25249:1 25262:1 25265:1 25267:1 25271:1 25279:2 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25369:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25455:1 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:2 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:2 25672:4 25679:1 25715:2 25731:1 25735:1 25738:2 25742:1 25757:1 25761:1 25774:1 25779:1 25781:1 25782:1 25792:2 25793:1 25796:1 25802:3 25804:1 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:2 25827:4 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:4 25915:1 25925:1 25927:7 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26021:1 26032:1 26072:1 26095:1 26099:1 26100:1 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26260:1 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:1 26406:2 26413:1 26417:1 26439:2 26446:1 26448:1 26454:1 26484:1 26485:2 26490:1 26508:19 26513:3 26530:1 26539:1 26542:1 26547:3 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:3 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:1 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26982:1 27005:2 27012:1 27016:2 27019:2 27020:5 27062:1 27063:1 27073:1 27074:1 27078:2 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:1 27309:3 27333:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:1 27434:2 27440:1 27447:3 27477:1 27491:1 27492:1 27506:1 27521:1 27530:1 27534:1 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27609:2 27619:1 27635:1 27637:1 27638:1 27643:3 27652:1 27667:1 27669:1 27672:1 27683:4 27689:1 27706:1 27715:3 27716:4 27723:3 27730:1 27732:1 27734:1 27739:7 27765:1 27775:5 27778:1 27784:3 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:2 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 369:2 416:2 431:1 432:2 441:2 451:1 477:1 486:1 494:1 502:1 567:1 575:1 587:2 594:2 605:4 627:8 656:1 659:1 667:5 683:1 686:1 688:1 749:1 771:2 784:1 796:1 843:5 850:2 856:1 869:1 870:1 876:5 891:1 906:1 920:1 925:1 930:4 934:2 969:1 970:1 973:3 984:1 991:1 1011:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:1 1105:1 1129:4 1138:1 1147:1 1156:1 1157:2 1170:1 1172:2 1176:1 1182:1 1187:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:3 1244:1 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:4 1446:3 1468:1 1472:1 1475:3 1496:1 1509:4 1513:1 1523:2 1525:1 1527:1 1542:1 1553:1 1565:2 1576:1 1578:2 1580:2 1588:1 1607:1 1612:1 1626:2 1628:1 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:1 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:2 1849:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:6 1943:1 1956:1 1957:1 1958:1 1962:2 1996:1 1997:1 2006:1 2012:1 2023:1 2057:5 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2155:1 2174:1 2175:1 2176:1 2177:8 2179:1 2181:1 2185:3 2188:1 2193:2 2194:1 2196:2 2201:7 2203:3 2208:3 2209:1 2211:3 2214:1 2216:1 2248:1 2252:1 2260:3 2270:1 2274:2 2285:1 2288:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2566:1 2569:1 2582:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:1 2766:2 2774:8 2786:1 2793:3 2801:2 2803:2 2811:1 2818:1 2827:1 2831:4 2840:1 2854:1 2869:1 2880:1 2883:1 2885:1 2886:1 2897:1 2908:2 2948:1 2958:1 2983:1 2989:1 2995:2 2996:1 3002:1 3010:1 3017:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:2 3148:1 3158:6 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:1 3481:1 3491:1 3496:1 3506:1 3516:1 3518:3 3520:1 3530:2 3537:1 3538:1 3550:1 3555:1 3574:1 3584:1 3585:1 3614:1 3616:1 3621:2 3625:2 3630:1 3642:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:1 3738:1 3751:1 3757:2 3758:1 3764:1 3778:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3842:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4011:2 4020:2 4030:3 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:3 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:1 4174:1 4196:1 4224:1 4230:3 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4307:1 4315:1 4321:2 4342:2 4351:1 4384:1 4388:1 4400:2 4407:1 4426:3 4433:2 4459:1 4462:3 4471:1 4474:1 4489:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4542:1 4546:1 4565:1 4567:1 4645:1 4648:16 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4706:1 4713:1 4747:1 4767:4 4787:7 4789:6 4792:1 4795:1 4796:1 4797:2 4800:2 4802:2 4808:1 4810:1 4813:1 4814:7 4840:1 4871:2 4903:1 4906:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:4 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:2 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5357:2 5379:3 5386:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5448:1 5486:1 5504:1 5574:2 5585:1 5587:4 5593:1 5609:2 5636:1 5643:3 5671:1 5689:2 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:2 5828:2 5832:2 5862:1 5867:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:7 5945:1 5950:1 5961:1 5982:1 5993:8 6027:1 6034:5 6037:2 6041:1 6044:1 6045:4 6046:3 6047:2 6048:2 6052:2 6053:1 6056:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6168:1 6174:1 6187:3 6191:2 6203:1 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6286:1 6288:1 6295:1 6304:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:1 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:7 6497:2 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6657:1 6675:1 6681:1 6683:1 6687:1 6696:1 6702:1 6703:1 6707:1 6716:1 6721:1 6722:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6826:1 6838:1 6839:2 6852:1 6860:1 6890:1 6898:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:1 6956:3 6960:4 6994:1 6999:1 7011:1 7017:1 7038:1 7048:5 7073:5 7077:2 7088:1 7106:1 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:5 7273:1 7274:3 7286:2 7307:1 7311:1 7323:37 7344:8 7345:6 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:1 7434:3 7488:2 7513:2 7525:1 7539:5 7550:1 7563:1 7566:1 7571:1 7590:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:2 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7789:1 7791:12 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:7 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8061:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:2 8135:2 8136:1 8140:1 8155:1 8159:2 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:5 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8441:1 8467:1 8484:2 8485:2 8493:1 8503:1 8505:1 8515:1 8531:1 8539:1 8556:4 8558:4 8575:1 8613:1 8620:1 8621:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8721:1 8747:1 8748:2 8752:2 8788:1 8796:1 8801:1 8803:1 8813:1 8816:1 8817:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:1 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9118:1 9179:2 9180:1 9215:1 9236:3 9242:2 9244:1 9249:2 9257:2 9267:1 9279:1 9317:1 9325:2 9372:1 9385:1 9398:1 9405:2 9418:1 9420:2 9430:1 9432:1 9442:1 9451:1 9460:1 9473:4 9484:2 9486:1 9495:1 9507:1 9522:1 9533:2 9534:2 9544:1 9569:1 9571:2 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:4 9802:1 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:4 9883:1 9917:5 9925:2 9935:1 9947:1 9955:2 9961:1 9963:1 9974:1 9981:1 9996:1 10013:1 10046:2 10052:1 10053:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:5 10083:1 10085:1 10121:1 10124:1 10126:1 10132:1 10136:2 10144:1 10153:2 10167:4 10174:1 10177:1 10183:1 10187:1 10199:1 10254:3 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:3 10300:5 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10438:1 10477:1 10497:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:2 10595:2 10607:1 10633:1 10637:4 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10683:1 10684:2 10698:1 10717:2 10720:1 10724:3 10750:1 10754:2 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:3 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10907:1 10932:1 10933:4 10940:2 10965:2 10967:1 10973:2 10977:1 10982:1 10989:1 10994:5 10995:1 11001:3 11046:2 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11098:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:1 11310:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:5 11501:2 11515:1 11521:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11686:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11759:1 11778:1 11844:1 11860:1 11876:2 11888:2 11889:1 11903:1 11926:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12300:2 12313:2 12323:1 12324:1 12369:1 12385:1 12396:1 12402:2 12404:5 12409:3 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:2 12532:1 12539:1 12548:1 12557:1 12565:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12782:1 12790:1 12856:1 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:1 12974:2 12982:2 12995:1 13001:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:3 13097:2 13120:2 13126:4 13133:1 13155:1 13160:1 13170:1 13179:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:5 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13384:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13662:1 13666:1 13676:1 13691:2 13692:1 13693:1 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:2 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14036:5 14043:1 14045:1 14049:1 14093:1 14106:1 14107:1 14154:1 14192:1 14193:1 14202:1 14210:1 14211:1 14222:1 14233:2 14235:1 14240:1 14249:2 14259:1 14267:2 14270:1 14297:1 14303:2 14306:1 14320:2 14339:1 14350:1 14361:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14481:1 14487:3 14492:1 14506:1 14508:2 14557:1 14564:3 14577:2 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:4 14643:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:2 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:2 15178:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15470:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:2 15584:1 15629:1 15639:1 15655:2 15657:1 15723:1 15738:1 15762:4 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15872:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15984:1 16028:2 16055:1 16067:1 16070:1 16083:1 16095:1 16108:1 16117:5 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16258:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:2 16351:1 16399:4 16419:1 16434:2 16435:3 16457:1 16462:2 16469:1 16477:1 16486:1 16489:4 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16633:1 16664:2 16674:5 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:5 16781:1 16782:1 16787:1 16788:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:2 17110:5 17122:1 17127:1 17132:1 17165:1 17183:1 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17410:1 17415:2152 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:3 17547:1 17589:1 17594:1 17600:1 17601:1 17608:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:2 17706:2 17744:1 17753:1 17754:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17859:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17928:1 17931:1 17936:1 17944:2 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18041:1 18069:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18143:1 18167:1 18172:3 18175:1 18187:1 18194:1 18210:1 18232:5 18275:6 18277:1 18283:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:2 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18515:1 18539:1 18543:3 18545:2 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:2 18663:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:2 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:3 18928:1 18930:1 18932:1 18936:4 18944:2 18947:1 18948:1 18949:1 18966:1 18979:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19037:1 19044:1 19050:1 19064:1 19106:1 19109:1 19137:2 19140:1 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:4 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19270:1 19306:1 19309:1 19328:1 19330:2 19358:1 19370:1 19385:1 19395:1 19407:1 19409:1 19413:1 19426:1 19440:1 19441:2 19455:1 19457:1 19470:1 19491:1 19492:2 19500:2 19502:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:2 19568:3 19574:1 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:2 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19755:1 19769:1 19774:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19852:2 19857:1 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:3 19918:1 19923:1 19924:1 19933:1 19942:2 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20063:1 20065:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:3 20090:1 20091:1 20143:1 20152:1 20169:2 20171:3 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:5 20421:1 20429:2 20443:1 20447:3 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20531:1 20535:1 20539:1 20541:1 20545:2 20546:1 20548:1 20551:2 20553:1 20554:1 20556:2 20559:6 20563:1 20571:1 20574:1 20590:1 20592:1 20596:2 20602:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:2 20730:1 20731:3 20747:1 20752:4 20755:2 20775:2 20778:1 20803:2 20811:1 20828:2 20832:1 20858:1 20879:1 20893:5 20900:1 20906:1 20915:1 20927:4 20939:2 20960:8 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21057:1 21072:1 21080:1 21087:2 21100:2 21103:1 21142:1 21161:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21233:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21354:2 21363:1 21365:1 21369:1 21375:1 21376:1 21382:1 21397:1 21411:1 21414:1 21420:5 21442:2 21472:1 21480:2 21483:3 21496:1 21513:2 21534:1 21536:1 21543:1 21547:1 21549:1 21550:1 21571:2 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:3 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21928:1 21929:1 21930:1 21933:2 21951:1 21965:1 21966:1 21971:1 21979:1 21984:3 21985:1 22008:3 22015:2 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22215:1 22230:1 22244:2 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22614:1 22626:1 22657:1 22665:1 22666:4 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:4 22791:1 22798:1 22810:1 22814:1 22817:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:1 23007:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:3 23100:1 23136:1 23142:1 23144:2 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23165:1 23171:1 23189:2 23211:1 23234:1 23252:2 23263:2 23273:3 23277:2 23285:1 23290:1 23291:1 23307:1 23308:4 23310:2 23335:1 23340:1 23360:1 23369:1 23373:1 23403:2 23414:1 23422:2 23456:1 23458:1 23493:4 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:4 23669:1 23681:2 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:2 23779:1 23791:1 23800:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:2 23874:1 23875:1 23882:1 23906:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:1 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:1 24153:5 24160:1 24166:1 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24423:1 24428:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24585:1 24586:1 24602:1 24603:1 24605:1 24606:1 24612:1 24687:1 24704:1 24723:1 24733:1 24740:1 24758:1 24807:2 24809:1 24871:1 24889:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:1 24982:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:2 25242:4 25247:1 25249:1 25262:1 25265:1 25267:2 25271:1 25279:2 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25369:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25455:1 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:2 25561:1 25567:2 25568:3 25570:1 25572:1 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:3 25672:4 25679:1 25715:2 25731:1 25735:1 25738:2 25742:1 25757:1 25761:1 25774:1 25779:1 25781:1 25782:1 25792:2 25793:1 25796:1 25802:3 25804:1 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:2 25827:5 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:4 25915:1 25925:1 25927:7 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:1 26007:1 26019:1 26021:1 26032:1 26072:1 26095:1 26099:1 26100:1 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26216:1 26260:2 26268:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:1 26406:2 26413:1 26417:1 26439:2 26446:1 26448:1 26454:1 26484:1 26485:2 26490:1 26508:19 26511:1 26513:3 26530:1 26539:1 26542:1 26547:3 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:4 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:1 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26978:1 26982:1 27005:2 27012:1 27016:2 27019:3 27020:5 27062:1 27063:1 27073:1 27074:1 27078:2 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:2 27309:3 27333:1 27370:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:1 27434:2 27440:1 27447:3 27477:1 27491:1 27492:1 27506:1 27521:1 27530:1 27534:2 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27609:2 27613:1 27619:1 27635:1 27637:1 27638:1 27643:3 27652:1 27667:1 27669:1 27672:1 27683:4 27689:1 27706:1 27715:3 27716:4 27723:3 27730:1 27732:1 27734:1 27739:7 27765:1 27775:5 27778:1 27784:3 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:3 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 369:3 403:1 407:1 416:2 431:1 432:2 441:2 451:1 475:1 477:1 486:1 494:1 502:1 567:1 575:1 586:1 587:2 594:2 605:4 627:8 656:1 659:1 667:5 683:1 686:1 688:1 749:1 771:2 784:1 796:1 843:5 850:2 852:1 856:1 869:1 870:1 876:5 891:1 906:1 920:1 925:1 930:5 934:2 945:1 969:1 970:1 973:3 984:1 991:1 1011:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:1 1105:1 1129:4 1138:1 1147:1 1156:1 1157:2 1170:1 1172:2 1176:1 1182:1 1187:1 1188:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:3 1244:2 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:4 1446:3 1468:1 1472:1 1475:3 1496:1 1509:5 1513:1 1523:2 1525:1 1527:1 1542:1 1553:1 1565:2 1576:1 1578:2 1580:2 1588:1 1607:1 1612:1 1626:2 1628:1 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1688:1 1692:1 1696:2 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:3 1849:1 1850:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:6 1943:1 1956:1 1957:1 1958:1 1962:2 1996:1 1997:1 2006:1 2012:1 2023:1 2054:1 2057:5 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2155:1 2174:1 2175:1 2176:1 2177:8 2179:1 2181:1 2185:3 2188:1 2193:2 2194:1 2196:2 2201:8 2203:3 2208:3 2209:1 2211:4 2214:1 2216:1 2248:1 2252:1 2260:3 2270:1 2274:2 2285:1 2288:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2566:1 2569:1 2582:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:1 2766:2 2774:8 2786:1 2793:3 2801:2 2803:2 2811:1 2818:1 2827:1 2831:4 2840:1 2854:1 2869:1 2880:1 2883:1 2885:2 2886:1 2888:1 2897:1 2908:2 2948:1 2958:1 2983:1 2989:1 2995:2 2996:1 3002:1 3010:1 3017:1 3025:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:2 3148:1 3158:6 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3324:1 3325:1 3339:1 3362:1 3371:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:2 3481:1 3491:1 3496:1 3506:1 3516:1 3518:4 3520:1 3530:2 3537:1 3538:1 3550:1 3555:1 3574:2 3584:1 3585:1 3614:1 3616:1 3621:2 3625:2 3630:1 3642:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:1 3738:1 3751:1 3757:2 3758:1 3764:1 3778:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3842:1 3845:1 3853:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4011:2 4020:2 4030:3 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:3 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:1 4174:2 4196:1 4224:1 4230:3 4231:1 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4307:1 4315:1 4321:2 4342:2 4351:1 4384:1 4388:1 4400:2 4407:1 4426:3 4433:2 4459:1 4462:3 4471:1 4474:1 4489:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4542:1 4546:1 4565:1 4567:1 4572:1 4645:1 4648:17 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4706:1 4713:1 4747:1 4767:4 4787:7 4789:6 4792:1 4795:1 4796:2 4797:2 4800:2 4802:2 4808:1 4810:1 4812:1 4813:1 4814:7 4817:1 4840:1 4871:2 4903:1 4906:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:4 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:2 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5357:2 5379:3 5386:1 5413:1 5422:1 5423:1 5436:1 5437:1 5446:1 5448:1 5486:1 5488:1 5504:1 5574:2 5585:1 5587:4 5593:1 5609:2 5636:1 5643:3 5671:1 5689:2 5708:3 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:2 5828:2 5832:2 5862:1 5867:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:7 5945:1 5950:1 5961:1 5982:1 5993:8 6027:1 6034:5 6037:2 6041:1 6044:1 6045:4 6046:3 6047:2 6048:2 6052:2 6053:1 6056:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:2 6168:1 6174:1 6187:4 6191:2 6203:2 6206:1 6216:1 6221:1 6256:1 6257:1 6259:1 6265:1 6268:1 6286:1 6288:1 6295:1 6304:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:1 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:7 6495:1 6497:2 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6657:1 6675:1 6681:1 6683:1 6687:1 6696:1 6702:1 6703:1 6707:1 6716:1 6721:1 6722:2 6723:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6826:1 6838:1 6839:2 6852:1 6860:1 6890:1 6898:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:2 6956:3 6960:5 6994:1 6999:1 7011:1 7017:1 7038:1 7048:6 7073:5 7077:2 7088:1 7106:1 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:5 7273:1 7274:3 7286:2 7307:1 7311:1 7323:39 7344:8 7345:6 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:1 7434:3 7458:1 7488:2 7513:2 7525:1 7539:5 7550:1 7563:1 7566:1 7571:1 7586:1 7590:1 7596:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:2 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7789:1 7791:12 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:7 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8054:1 8061:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:2 8135:2 8136:1 8140:1 8155:1 8159:2 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:5 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8440:1 8441:1 8467:1 8484:2 8485:2 8493:1 8503:2 8505:1 8515:1 8531:1 8539:1 8556:4 8558:4 8575:2 8613:1 8620:1 8621:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8721:1 8747:1 8748:2 8751:1 8752:2 8788:1 8796:1 8801:1 8803:1 8813:1 8816:1 8817:1 8819:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:1 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9118:1 9179:2 9180:1 9215:1 9236:3 9242:2 9244:1 9249:2 9257:2 9267:1 9279:1 9317:1 9325:2 9372:1 9385:1 9398:1 9405:2 9418:1 9420:2 9430:1 9432:1 9441:1 9442:1 9451:1 9460:1 9473:4 9484:2 9486:1 9495:1 9507:1 9522:1 9533:2 9534:2 9544:1 9569:2 9571:2 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:1 9697:1 9701:1 9707:2 9712:1 9741:1 9757:1 9760:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9799:4 9802:1 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:4 9883:1 9917:6 9925:2 9930:1 9935:1 9947:1 9955:2 9961:1 9963:1 9974:1 9981:1 9996:1 10013:1 10046:2 10052:1 10053:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:5 10083:1 10085:1 10121:1 10124:1 10126:1 10132:1 10136:2 10144:1 10153:2 10167:4 10174:1 10177:1 10183:1 10187:1 10199:1 10254:3 10259:1 10276:1 10281:1 10287:3 10289:3 10296:3 10299:3 10300:5 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10438:1 10476:1 10477:1 10497:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:2 10595:2 10607:1 10633:1 10637:4 10642:1 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10681:1 10683:1 10684:2 10698:1 10717:2 10720:1 10724:3 10750:1 10754:2 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:3 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10907:1 10932:1 10933:4 10940:2 10965:2 10967:1 10973:2 10977:2 10982:1 10989:1 10994:5 10995:1 11001:3 11046:2 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11098:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:1 11310:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:5 11501:2 11515:1 11521:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11686:1 11688:2 11689:1 11699:1 11704:1 11735:1 11756:1 11759:1 11778:1 11844:1 11860:1 11876:2 11888:2 11889:1 11903:1 11926:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12300:3 12313:2 12323:1 12324:1 12369:1 12385:1 12396:1 12402:2 12404:5 12409:3 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:2 12532:1 12539:1 12548:1 12557:1 12565:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12782:1 12790:1 12856:1 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:1 12974:2 12982:2 12995:1 13001:1 13007:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:3 13097:2 13120:2 13126:4 13133:1 13155:1 13160:1 13170:1 13179:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13295:5 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13384:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13498:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13656:1 13662:1 13666:1 13676:1 13691:2 13692:1 13693:2 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:2 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14036:5 14043:1 14045:1 14049:1 14057:1 14093:1 14106:1 14107:1 14117:1 14154:1 14181:1 14192:1 14193:1 14197:1 14202:1 14210:1 14211:1 14222:1 14233:2 14235:1 14240:1 14249:2 14259:1 14267:2 14270:1 14292:1 14297:1 14303:2 14306:1 14320:2 14339:1 14342:1 14350:1 14361:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14481:1 14487:3 14492:1 14506:2 14508:2 14557:1 14563:1 14564:3 14577:2 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:4 14643:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:2 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:2 15178:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15470:1 15476:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:3 15584:1 15629:1 15639:1 15655:2 15657:1 15723:1 15738:1 15762:4 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15872:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15984:1 16028:2 16055:1 16067:1 16070:1 16083:1 16095:1 16108:1 16117:5 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16258:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:2 16351:1 16371:1 16399:4 16419:1 16434:2 16435:3 16457:1 16462:2 16469:1 16477:1 16486:1 16489:4 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16612:1 16625:3 16633:1 16664:2 16674:5 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:5 16781:1 16782:1 16787:1 16788:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:3 17101:1 17110:5 17122:1 17127:1 17132:1 17165:1 17183:1 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17410:1 17415:2248 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:3 17547:1 17589:1 17594:1 17600:1 17601:1 17608:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:2 17706:2 17744:1 17753:1 17754:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17859:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17928:1 17931:1 17936:1 17941:1 17944:2 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18041:1 18069:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18143:1 18167:1 18172:3 18175:1 18187:1 18194:1 18210:1 18232:5 18275:6 18277:1 18283:1 18303:1 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:2 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18515:1 18539:1 18543:3 18545:2 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:2 18663:1 18676:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:2 18770:1 18786:1 18801:1 18802:1 18805:2 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:3 18928:1 18930:1 18932:1 18936:4 18944:2 18947:1 18948:1 18949:1 18966:1 18979:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19037:1 19044:1 19050:1 19064:1 19106:1 19109:1 19137:2 19140:1 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:4 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19270:1 19306:1 19309:1 19328:1 19330:2 19358:1 19370:1 19385:1 19395:1 19407:1 19409:1 19413:1 19426:1 19440:1 19441:2 19455:1 19457:1 19470:1 19491:1 19492:2 19500:2 19502:1 19516:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:2 19568:3 19574:2 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:2 19701:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19755:1 19769:1 19774:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19852:2 19857:2 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:3 19918:1 19923:1 19924:1 19933:1 19942:2 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20063:1 20065:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:3 20090:1 20091:1 20143:1 20152:1 20162:1 20169:2 20171:3 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20260:1 20270:1 20274:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:5 20421:1 20429:2 20443:1 20447:3 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20531:1 20535:1 20539:1 20541:1 20545:2 20546:1 20548:1 20551:2 20553:1 20554:1 20556:2 20559:6 20563:1 20571:1 20574:1 20590:1 20592:1 20596:2 20602:1 20608:1 20630:1 20680:1 20682:1 20683:1 20684:1 20685:2 20690:1 20730:1 20731:3 20747:1 20752:4 20755:2 20775:2 20778:1 20785:1 20803:2 20811:1 20828:2 20832:1 20858:1 20879:1 20893:6 20900:1 20906:2 20915:1 20927:4 20939:2 20960:8 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21031:1 21057:1 21072:1 21080:1 21087:2 21100:2 21103:1 21142:1 21161:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21233:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21349:1 21354:2 21363:1 21365:1 21369:1 21375:1 21376:1 21382:1 21397:1 21411:1 21414:1 21420:5 21442:2 21472:1 21480:2 21483:3 21496:1 21513:2 21534:1 21536:1 21543:1 21547:1 21549:1 21550:1 21571:3 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:3 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21928:1 21929:1 21930:1 21933:2 21951:1 21965:1 21966:1 21971:1 21979:1 21984:3 21985:1 22008:3 22015:2 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22125:3 22156:1 22164:1 22165:1 22171:1 22182:1 22215:1 22230:1 22244:2 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22614:1 22626:1 22657:1 22665:1 22666:5 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:4 22791:1 22798:1 22810:1 22814:1 22817:1 22820:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:2 23001:1 23007:1 23010:1 23013:1 23015:2 23025:1 23038:1 23073:2 23096:3 23100:2 23136:1 23142:1 23144:2 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23159:1 23165:1 23171:1 23189:2 23211:1 23228:1 23234:1 23252:2 23263:2 23273:3 23277:2 23284:1 23285:1 23290:1 23291:1 23307:1 23308:4 23310:2 23335:1 23340:1 23360:1 23369:1 23373:1 23403:3 23414:1 23422:2 23456:1 23458:1 23493:5 23496:2 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:4 23669:1 23681:2 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:3 23779:1 23791:1 23800:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:2 23874:1 23875:1 23882:1 23906:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:2 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:1 24153:6 24160:1 24166:1 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24398:1 24423:1 24428:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24585:1 24586:1 24602:1 24603:1 24605:1 24606:1 24612:1 24687:2 24704:1 24723:1 24733:1 24740:1 24758:1 24807:2 24809:1 24871:1 24889:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:1 24982:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:2 25242:5 25247:1 25249:1 25262:1 25265:1 25267:2 25271:1 25279:2 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:2 25354:1 25363:1 25369:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25455:2 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:2 25550:2 25561:1 25567:2 25568:3 25570:1 25572:2 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:3 25672:4 25679:1 25715:2 25731:1 25735:1 25738:2 25742:1 25757:1 25760:1 25761:1 25774:1 25779:1 25781:1 25782:1 25792:2 25793:1 25796:1 25802:3 25804:1 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:2 25827:5 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:4 25915:1 25925:1 25927:7 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:2 26007:1 26019:1 26021:1 26032:1 26072:1 26095:1 26099:1 26100:2 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26216:1 26260:2 26268:1 26282:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:1 26406:3 26413:1 26417:1 26439:2 26446:1 26448:1 26454:1 26484:1 26485:2 26490:1 26508:19 26511:1 26513:3 26530:1 26539:1 26542:1 26547:3 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:4 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26978:1 26982:1 27005:2 27012:1 27016:2 27019:3 27020:5 27058:1 27062:1 27063:1 27073:1 27074:1 27078:2 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:2 27309:3 27333:1 27370:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:1 27434:2 27440:1 27447:3 27459:1 27477:1 27491:1 27492:1 27506:1 27521:1 27530:1 27534:2 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27609:2 27613:1 27619:1 27635:1 27637:1 27638:1 27643:3 27652:1 27667:1 27669:1 27672:1 27683:4 27689:1 27706:1 27715:3 27716:4 27723:3 27730:1 27732:1 27734:1 27739:7 27765:1 27775:5 27778:1 27784:3 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:3 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 369:3 403:1 407:1 416:2 431:1 432:2 441:2 451:1 475:1 477:1 486:1 494:1 502:1 567:1 575:1 586:1 587:2 594:2 605:4 627:8 656:1 659:1 667:5 683:1 686:1 688:1 749:1 771:2 784:1 796:1 843:6 850:2 852:1 856:1 869:1 870:1 876:5 891:1 906:1 920:1 925:1 930:5 934:2 945:1 969:1 970:1 973:3 984:1 991:1 1011:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:2 1105:1 1129:5 1138:1 1147:1 1156:1 1157:2 1170:1 1172:2 1176:1 1182:1 1187:1 1188:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:4 1244:2 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1362:1 1369:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:5 1446:3 1468:1 1472:1 1475:3 1496:1 1509:5 1513:1 1523:2 1525:1 1527:1 1542:1 1553:1 1565:2 1576:1 1578:2 1580:2 1588:1 1607:1 1612:1 1626:3 1628:1 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1684:1 1688:1 1692:1 1696:2 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:3 1849:1 1850:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:6 1943:1 1956:1 1957:1 1958:1 1962:2 1996:1 1997:1 2006:1 2012:1 2023:1 2054:1 2057:6 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2155:1 2174:1 2175:1 2176:1 2177:8 2179:1 2181:1 2185:3 2188:1 2193:2 2194:1 2196:2 2201:8 2203:3 2208:3 2209:1 2211:4 2214:1 2216:1 2248:1 2252:1 2260:3 2270:1 2274:2 2278:1 2285:1 2288:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2566:1 2569:1 2582:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:1 2766:2 2774:8 2786:1 2793:3 2801:2 2803:2 2811:1 2813:1 2818:1 2827:1 2831:4 2840:1 2854:1 2869:1 2880:1 2883:1 2885:2 2886:2 2888:1 2897:1 2908:2 2948:1 2958:1 2983:1 2989:1 2995:2 2996:1 3002:1 3010:1 3017:1 3025:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:2 3148:1 3158:6 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3321:1 3324:1 3325:1 3339:1 3362:1 3371:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:2 3481:1 3491:1 3496:1 3506:1 3516:1 3518:4 3520:1 3530:2 3537:1 3538:1 3550:1 3555:1 3574:2 3580:1 3584:1 3585:1 3614:1 3616:1 3621:2 3625:2 3630:1 3640:1 3642:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:2 3738:1 3751:1 3757:2 3758:1 3764:1 3778:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3839:1 3842:1 3845:1 3853:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4011:2 4020:2 4030:3 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:3 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:1 4174:2 4196:1 4224:1 4230:3 4231:1 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4302:1 4307:1 4315:1 4321:2 4342:2 4351:1 4384:1 4388:1 4400:2 4407:1 4426:3 4433:2 4459:1 4462:3 4471:1 4474:1 4489:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4542:1 4546:2 4565:1 4567:1 4572:1 4645:1 4648:18 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4706:1 4713:1 4747:1 4763:1 4767:4 4787:7 4789:6 4790:1 4792:1 4795:1 4796:2 4797:2 4800:3 4802:2 4808:1 4810:1 4812:1 4813:1 4814:7 4817:1 4840:1 4869:1 4871:2 4903:1 4906:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:4 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:2 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5357:2 5379:3 5386:1 5413:1 5422:1 5423:1 5425:1 5436:1 5437:1 5446:1 5448:1 5486:1 5488:1 5504:1 5574:2 5585:1 5587:4 5593:1 5609:2 5636:1 5643:3 5671:1 5689:2 5708:4 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:2 5828:2 5832:2 5862:1 5867:1 5892:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:7 5945:1 5950:1 5961:1 5969:1 5982:1 5993:8 6027:1 6034:5 6037:3 6041:1 6044:1 6045:4 6046:3 6047:2 6048:2 6049:1 6052:2 6053:1 6056:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:3 6168:1 6174:1 6187:4 6191:2 6203:2 6206:1 6216:1 6221:1 6250:1 6256:1 6257:1 6259:1 6265:1 6268:1 6286:1 6288:1 6295:1 6304:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:1 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:7 6495:1 6497:2 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6523:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6657:1 6670:1 6675:1 6681:1 6683:1 6687:1 6696:1 6702:1 6703:1 6707:1 6716:2 6721:1 6722:2 6723:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6825:1 6826:1 6838:1 6839:2 6842:1 6852:1 6860:1 6890:1 6898:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:2 6956:3 6960:5 6994:1 6999:1 7011:1 7017:1 7038:1 7048:6 7073:5 7077:2 7088:1 7106:1 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:5 7270:1 7273:1 7274:3 7286:2 7307:1 7311:1 7323:39 7344:8 7345:6 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:2 7434:3 7458:1 7478:1 7488:2 7513:2 7525:1 7539:5 7550:1 7563:1 7566:1 7571:1 7586:1 7590:1 7596:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:2 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7789:1 7791:13 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:7 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8045:1 8054:1 8061:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:2 8135:2 8136:1 8140:1 8155:1 8159:2 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:5 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8440:1 8441:1 8467:1 8484:2 8485:2 8493:1 8503:2 8505:1 8515:1 8531:1 8539:1 8556:5 8558:4 8575:2 8613:1 8620:1 8621:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8721:1 8747:1 8748:2 8751:1 8752:3 8788:1 8796:1 8801:1 8803:1 8804:1 8813:1 8816:1 8817:1 8819:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:1 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9118:1 9179:2 9180:1 9215:1 9236:3 9242:2 9244:1 9249:2 9257:2 9267:1 9279:1 9317:1 9325:2 9372:1 9385:1 9398:1 9405:2 9418:1 9420:2 9430:1 9432:1 9441:1 9442:1 9451:2 9460:1 9473:4 9484:2 9486:1 9495:1 9507:1 9522:1 9533:2 9534:2 9544:1 9569:2 9571:2 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:2 9697:1 9701:1 9707:4 9712:1 9741:1 9757:1 9760:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9797:1 9799:4 9802:1 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:4 9883:1 9917:7 9925:2 9930:1 9935:1 9947:1 9955:2 9961:1 9963:1 9974:1 9981:1 9996:1 10006:1 10013:1 10046:2 10052:1 10053:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:5 10083:1 10085:1 10121:1 10124:1 10126:1 10132:1 10136:2 10144:1 10153:2 10167:4 10174:1 10177:1 10183:1 10187:1 10199:1 10254:3 10259:1 10276:1 10281:1 10287:3 10289:4 10296:3 10299:3 10300:5 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10438:1 10476:1 10477:1 10497:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:2 10595:2 10607:1 10633:1 10637:4 10642:1 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10681:1 10683:1 10684:2 10698:1 10717:2 10720:1 10724:3 10750:1 10754:3 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:3 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10907:1 10932:1 10933:4 10940:2 10965:2 10967:1 10973:2 10977:2 10981:1 10982:1 10989:1 10994:5 10995:1 11001:3 11046:3 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11098:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11175:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:2 11310:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:5 11501:2 11515:1 11521:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11686:1 11688:3 11689:1 11691:1 11699:1 11704:1 11735:1 11756:1 11759:1 11778:1 11844:1 11860:1 11876:2 11888:2 11889:1 11903:1 11926:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12115:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12300:3 12313:2 12323:1 12324:1 12369:1 12385:1 12396:1 12402:2 12404:5 12409:3 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:2 12532:1 12539:1 12548:1 12557:1 12565:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12782:1 12790:1 12801:1 12856:1 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:2 12974:2 12982:2 12995:1 13001:1 13007:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:3 13097:3 13120:2 13126:4 13133:1 13155:1 13160:1 13170:1 13179:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13285:1 13295:5 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13384:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13483:1 13498:1 13500:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13656:1 13662:1 13666:1 13676:1 13691:2 13692:1 13693:2 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:3 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14036:5 14043:1 14045:1 14049:1 14057:1 14093:1 14106:1 14107:1 14117:1 14154:1 14178:1 14181:1 14192:1 14193:1 14197:1 14202:1 14210:1 14211:1 14222:1 14233:2 14235:1 14240:1 14249:2 14259:1 14267:2 14270:1 14292:1 14297:1 14303:2 14306:1 14320:2 14339:1 14341:1 14342:1 14350:1 14361:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14481:1 14487:3 14492:1 14506:2 14508:2 14557:1 14563:1 14564:3 14577:2 14583:1 14586:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:4 14643:1 14650:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:2 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:2 15178:1 15187:2 15188:2 15193:1 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15313:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15470:1 15476:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:3 15584:1 15629:1 15639:1 15655:2 15657:1 15723:1 15738:1 15762:4 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15872:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15983:1 15984:1 16028:2 16055:1 16067:1 16070:1 16083:1 16095:1 16108:1 16117:5 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16258:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:3 16351:1 16371:1 16399:4 16419:1 16434:2 16435:3 16457:1 16462:2 16469:1 16477:1 16486:1 16489:4 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16595:1 16612:1 16625:3 16633:1 16664:2 16674:5 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:5 16781:1 16782:1 16787:1 16788:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16940:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:3 17101:1 17110:5 17122:1 17127:1 17132:1 17165:1 17183:1 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17410:1 17415:2320 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:3 17547:2 17589:1 17594:1 17600:1 17601:1 17608:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:2 17706:2 17744:1 17753:1 17754:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17859:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17920:1 17928:1 17931:1 17936:1 17941:1 17944:2 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18041:1 18069:1 18074:1 18085:1 18100:1 18109:1 18119:2 18121:1 18142:1 18143:1 18154:1 18167:1 18172:3 18175:1 18187:1 18194:1 18210:1 18232:5 18275:6 18277:1 18278:1 18283:1 18303:2 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:2 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18515:1 18539:2 18543:3 18545:2 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:2 18663:1 18676:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:2 18770:1 18786:1 18801:1 18802:1 18805:5 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:3 18928:1 18930:1 18932:1 18936:4 18939:1 18944:2 18947:1 18948:1 18949:1 18966:1 18979:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19037:1 19044:1 19050:1 19064:1 19106:1 19109:1 19137:2 19140:1 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:5 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19270:1 19306:1 19309:1 19328:1 19330:2 19358:1 19370:1 19385:1 19386:1 19395:1 19407:1 19409:1 19413:1 19426:1 19440:1 19441:2 19455:1 19457:1 19470:1 19491:1 19492:2 19500:2 19502:1 19516:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:2 19568:3 19574:2 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:2 19701:1 19721:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19755:1 19769:1 19774:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19833:1 19852:2 19857:2 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:3 19918:1 19923:1 19924:1 19933:1 19942:2 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20063:1 20065:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:3 20090:1 20091:2 20106:1 20143:1 20152:1 20162:1 20169:2 20171:3 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20260:1 20270:1 20274:1 20279:1 20319:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20353:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:5 20421:1 20429:2 20443:1 20447:3 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20531:1 20535:1 20539:1 20541:1 20545:2 20546:1 20548:1 20551:2 20553:1 20554:1 20556:2 20559:6 20563:1 20571:1 20574:1 20590:1 20592:1 20596:2 20602:1 20608:1 20630:1 20680:2 20682:1 20683:1 20684:1 20685:3 20690:1 20730:1 20731:3 20747:1 20752:4 20755:2 20775:2 20778:1 20785:1 20803:2 20811:1 20828:2 20832:1 20850:1 20858:1 20879:1 20893:6 20900:1 20906:2 20915:1 20927:4 20934:1 20939:2 20960:8 20962:1 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21031:1 21057:1 21072:1 21080:1 21087:2 21100:2 21103:1 21142:1 21161:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21233:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21349:1 21354:2 21363:1 21365:1 21369:1 21375:1 21376:1 21382:1 21397:1 21411:1 21414:1 21420:5 21442:2 21472:1 21480:2 21483:3 21496:1 21513:2 21534:1 21536:1 21543:1 21547:1 21549:1 21550:1 21571:3 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:3 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21849:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21928:1 21929:1 21930:1 21933:2 21951:1 21965:1 21966:1 21970:1 21971:1 21979:1 21984:3 21985:1 22008:3 22015:2 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22111:1 22114:1 22125:3 22156:1 22164:1 22165:1 22171:1 22182:1 22215:1 22230:1 22244:2 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22614:1 22626:1 22657:1 22665:1 22666:5 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:5 22791:1 22798:1 22810:1 22814:1 22817:1 22820:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:2 23001:1 23007:1 23010:1 23013:1 23015:2 23025:1 23038:1 23041:1 23073:2 23096:3 23100:2 23136:1 23142:1 23144:2 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23159:1 23165:1 23171:1 23189:2 23211:1 23228:1 23234:1 23252:2 23263:2 23273:3 23277:2 23284:1 23285:1 23290:1 23291:1 23307:1 23308:4 23310:2 23335:1 23340:1 23360:1 23369:1 23373:1 23403:3 23414:1 23419:1 23422:2 23456:1 23458:1 23493:5 23496:2 23554:1 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:4 23669:1 23681:3 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:3 23779:1 23791:1 23800:1 23801:1 23848:3 23853:2 23862:1 23865:1 23871:2 23874:2 23875:1 23882:1 23906:1 23907:2 23911:1 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:2 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:1 24153:6 24160:1 24166:1 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24398:1 24423:1 24428:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24585:1 24586:1 24602:1 24603:1 24605:1 24606:1 24612:1 24673:1 24687:2 24704:1 24723:1 24733:1 24740:1 24758:1 24807:2 24809:1 24871:1 24889:1 24892:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:2 24982:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25124:1 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:3 25242:5 25247:1 25249:1 25262:1 25265:1 25267:2 25271:1 25279:3 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:3 25354:1 25363:1 25369:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25455:2 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:3 25550:2 25561:1 25567:2 25568:3 25570:1 25572:2 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:3 25672:4 25679:1 25715:2 25731:1 25735:1 25738:2 25742:1 25757:1 25760:1 25761:1 25774:1 25779:1 25781:2 25782:1 25792:2 25793:1 25796:1 25799:1 25802:3 25804:1 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:3 25827:6 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:5 25915:1 25925:1 25927:7 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:2 26007:1 26019:1 26021:1 26025:1 26032:1 26072:1 26095:1 26099:1 26100:2 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26216:1 26260:2 26268:1 26282:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:2 26406:3 26413:1 26417:1 26439:2 26446:1 26448:1 26454:1 26473:1 26482:1 26484:1 26485:2 26490:1 26508:19 26511:1 26513:3 26530:1 26537:1 26539:1 26542:1 26547:3 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:5 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26978:1 26982:1 27005:2 27012:1 27016:2 27019:3 27020:5 27058:1 27062:1 27063:1 27073:1 27074:1 27078:2 27085:1 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:2 27309:3 27333:1 27370:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:1 27434:2 27440:1 27447:3 27459:1 27477:1 27491:1 27492:1 27506:1 27521:1 27530:1 27534:2 27547:2 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27609:3 27613:1 27619:1 27635:1 27637:1 27638:1 27643:3 27652:1 27667:1 27669:1 27672:1 27683:4 27689:1 27706:1 27715:3 27716:4 27723:3 27730:1 27732:1 27734:1 27739:7 27765:1 27775:5 27778:1 27784:4 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:3 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 369:3 403:1 407:1 416:2 431:1 432:2 441:2 451:1 475:1 477:1 486:1 494:1 502:1 567:1 575:1 586:1 587:2 594:2 605:4 627:8 656:1 659:1 667:5 683:1 686:1 688:1 749:1 771:2 784:1 796:1 843:6 850:2 852:1 856:1 869:1 870:1 876:5 891:1 906:1 920:1 925:1 930:5 934:2 945:1 969:1 970:1 973:3 984:1 991:1 1011:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:2 1105:1 1129:5 1138:1 1147:1 1156:1 1157:2 1170:1 1172:2 1176:1 1182:1 1187:1 1188:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1215:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:5 1244:2 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1349:1 1362:1 1369:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:5 1446:3 1468:1 1472:1 1475:3 1496:1 1509:5 1513:1 1523:2 1525:1 1527:1 1542:1 1553:1 1565:2 1576:1 1578:2 1580:2 1588:1 1607:1 1612:1 1626:3 1628:1 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1684:1 1688:1 1692:1 1696:2 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:3 1849:1 1850:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:6 1943:1 1956:1 1957:1 1958:1 1962:2 1996:1 1997:1 2006:1 2012:1 2023:1 2054:1 2057:7 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2155:1 2174:1 2175:1 2176:1 2177:8 2179:1 2181:1 2185:3 2188:1 2193:2 2194:1 2196:2 2201:8 2203:3 2208:3 2209:1 2211:4 2214:1 2216:1 2248:1 2252:1 2260:3 2270:1 2274:2 2278:1 2285:1 2288:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2566:1 2569:1 2582:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:1 2766:2 2774:8 2786:1 2793:3 2801:2 2803:2 2811:1 2813:1 2818:1 2827:1 2831:4 2840:1 2854:1 2869:1 2880:1 2883:1 2885:2 2886:2 2888:1 2897:1 2908:2 2948:1 2958:1 2983:1 2989:1 2995:2 2996:1 3002:1 3010:1 3017:1 3025:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:2 3148:1 3158:6 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3321:1 3324:1 3325:1 3339:1 3362:1 3371:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:2 3481:1 3491:1 3496:1 3506:1 3516:1 3518:4 3520:1 3530:2 3537:1 3538:1 3550:2 3555:1 3574:2 3580:1 3584:1 3585:1 3614:1 3616:1 3621:2 3625:2 3630:1 3640:1 3642:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:2 3738:1 3751:1 3757:2 3758:1 3764:1 3778:1 3791:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3839:1 3842:1 3845:1 3853:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4011:2 4020:2 4030:3 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:3 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:1 4174:2 4196:1 4224:1 4230:3 4231:1 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4302:1 4307:1 4315:1 4321:2 4342:3 4351:1 4384:1 4388:1 4400:2 4407:1 4426:3 4433:2 4459:1 4462:3 4471:1 4474:1 4489:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4542:1 4546:2 4565:1 4567:1 4572:1 4645:1 4648:18 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4706:1 4713:1 4747:1 4763:1 4767:4 4787:7 4789:6 4790:1 4792:1 4795:2 4796:2 4797:2 4800:3 4802:2 4808:1 4810:1 4812:2 4813:1 4814:7 4817:1 4840:1 4869:1 4871:2 4903:1 4906:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:4 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:2 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5357:2 5379:3 5386:1 5413:1 5422:1 5423:1 5425:1 5436:1 5437:1 5446:1 5448:1 5486:1 5488:1 5504:1 5574:2 5585:1 5587:4 5593:1 5609:2 5636:1 5643:3 5671:1 5689:2 5708:4 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:2 5828:2 5832:2 5862:1 5867:1 5892:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:7 5945:1 5950:1 5961:1 5969:1 5982:1 5993:8 6027:1 6034:5 6037:3 6041:1 6044:1 6045:4 6046:3 6047:2 6048:2 6049:1 6052:2 6053:1 6056:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:3 6168:1 6174:1 6187:4 6191:2 6203:2 6206:1 6216:1 6221:1 6250:1 6256:1 6257:1 6259:1 6265:1 6268:2 6286:1 6288:1 6295:1 6304:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:1 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:7 6495:1 6497:2 6507:1 6508:1 6512:2 6519:5 6520:1 6521:2 6522:1 6523:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6657:1 6670:1 6675:1 6681:1 6683:1 6687:1 6696:1 6702:1 6703:1 6707:1 6716:2 6721:1 6722:2 6723:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6825:1 6826:1 6838:1 6839:2 6842:1 6852:1 6860:1 6890:1 6898:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:2 6956:3 6960:5 6994:1 6999:1 7011:1 7017:1 7038:1 7048:7 7073:5 7074:1 7077:2 7088:1 7106:1 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:5 7270:1 7273:1 7274:3 7286:2 7307:1 7311:1 7323:39 7344:8 7345:6 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:2 7434:3 7458:1 7478:2 7488:2 7496:1 7513:2 7525:1 7539:5 7550:1 7563:1 7566:1 7571:1 7586:1 7590:1 7596:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:2 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7789:1 7791:15 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:7 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8045:2 8054:1 8061:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:2 8135:2 8136:1 8140:1 8155:1 8159:2 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:5 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8440:1 8441:1 8467:1 8484:2 8485:2 8490:1 8493:1 8503:2 8505:1 8515:1 8531:1 8539:1 8556:5 8558:4 8575:2 8613:1 8620:1 8621:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8721:1 8747:1 8748:2 8751:1 8752:3 8753:1 8788:1 8796:1 8801:1 8803:1 8804:1 8813:1 8816:1 8817:1 8819:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:1 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9118:1 9179:2 9180:1 9215:1 9236:3 9242:2 9244:1 9249:2 9257:2 9267:1 9279:1 9317:1 9325:2 9372:1 9378:1 9385:1 9398:1 9405:2 9418:1 9420:2 9430:1 9432:1 9441:1 9442:1 9451:2 9460:1 9473:4 9484:2 9486:1 9495:1 9507:1 9522:1 9533:3 9534:2 9544:1 9569:2 9571:2 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:2 9697:1 9701:1 9707:4 9712:1 9741:1 9757:1 9760:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:1 9793:1 9797:1 9799:4 9802:1 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:4 9883:1 9917:7 9925:2 9930:1 9935:1 9936:1 9947:1 9955:2 9961:1 9963:1 9974:1 9981:1 9996:1 10006:1 10013:1 10046:2 10052:1 10053:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:5 10083:1 10085:1 10121:1 10124:1 10126:1 10132:2 10136:2 10144:1 10153:2 10167:4 10174:1 10177:1 10183:1 10187:1 10199:1 10254:3 10259:1 10276:1 10281:1 10287:3 10289:4 10296:4 10299:3 10300:5 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10438:1 10476:1 10477:1 10497:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:2 10595:2 10607:1 10633:1 10637:4 10642:1 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10681:1 10683:1 10684:2 10698:1 10717:2 10720:1 10724:3 10750:1 10754:3 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:3 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10907:1 10932:1 10933:4 10940:2 10965:2 10967:1 10973:2 10977:2 10981:1 10982:1 10989:1 10994:5 10995:1 11001:3 11046:3 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11098:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11175:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:2 11310:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11432:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:5 11501:2 11515:1 11521:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11686:1 11688:3 11689:1 11691:1 11699:1 11704:1 11735:1 11756:1 11759:1 11778:1 11844:1 11860:1 11876:2 11888:2 11889:1 11903:1 11926:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12115:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12300:3 12313:2 12323:1 12324:1 12358:1 12369:2 12385:1 12396:1 12402:2 12404:5 12409:3 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:2 12532:1 12539:1 12548:1 12557:1 12565:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12782:1 12790:1 12801:1 12856:2 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:2 12974:2 12982:2 12995:1 13001:1 13007:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:3 13097:3 13120:2 13126:4 13133:1 13155:1 13160:1 13170:1 13179:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13285:1 13295:5 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13384:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13483:1 13498:1 13500:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13656:1 13662:1 13666:1 13676:1 13691:2 13692:1 13693:2 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:3 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14036:5 14043:1 14045:1 14049:1 14057:1 14093:1 14106:1 14107:1 14117:1 14154:1 14171:1 14178:1 14181:1 14192:1 14193:1 14197:1 14202:1 14210:1 14211:1 14222:1 14226:1 14233:2 14235:1 14240:2 14249:2 14259:1 14267:2 14270:1 14292:1 14297:1 14303:2 14306:1 14320:2 14339:1 14341:1 14342:1 14350:1 14361:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14481:1 14487:3 14492:1 14506:2 14508:2 14557:1 14563:1 14564:3 14577:2 14583:1 14586:1 14589:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:4 14643:1 14650:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:2 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:3 15178:2 15187:2 15188:2 15193:1 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15313:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15470:1 15476:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:3 15584:1 15629:1 15639:1 15655:2 15657:1 15723:1 15738:1 15762:4 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15872:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15983:1 15984:1 16028:2 16055:1 16067:1 16070:1 16083:1 16095:1 16108:1 16117:5 16119:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16258:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:3 16351:1 16371:1 16399:4 16419:1 16434:2 16435:3 16457:1 16462:2 16469:1 16477:1 16486:1 16489:4 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16595:1 16612:1 16625:3 16633:1 16664:2 16674:5 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:5 16781:1 16782:1 16787:1 16788:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16940:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:3 17101:1 17110:5 17122:1 17127:1 17132:1 17165:1 17183:1 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17410:1 17415:2423 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:3 17547:2 17589:1 17594:1 17600:1 17601:1 17608:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:2 17706:2 17744:1 17753:1 17754:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17859:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17920:1 17928:1 17931:1 17936:1 17941:1 17944:2 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18041:1 18069:1 18074:1 18085:1 18100:1 18109:1 18119:3 18121:1 18142:1 18143:1 18154:1 18167:1 18172:3 18175:1 18187:1 18194:1 18210:1 18232:5 18275:6 18277:1 18278:1 18283:1 18303:2 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:2 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18515:1 18539:2 18543:3 18545:2 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:2 18663:2 18676:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:2 18770:1 18786:1 18801:1 18802:1 18805:5 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:3 18928:1 18930:1 18932:1 18936:4 18939:1 18944:2 18947:1 18948:1 18949:1 18966:1 18979:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:3 19037:1 19044:1 19050:1 19064:1 19106:1 19109:1 19137:2 19140:1 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:6 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19270:1 19306:1 19309:1 19328:1 19330:2 19358:1 19370:1 19385:1 19386:1 19395:1 19407:1 19409:1 19413:1 19426:1 19440:1 19441:2 19455:1 19457:1 19470:1 19491:1 19492:2 19500:2 19502:1 19516:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:2 19568:3 19574:2 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:2 19701:1 19721:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19755:1 19769:1 19774:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19833:1 19852:2 19857:2 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:3 19918:1 19923:1 19924:1 19933:1 19942:2 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20063:1 20065:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:3 20090:1 20091:2 20106:1 20143:1 20152:1 20162:1 20169:2 20171:3 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20260:1 20270:1 20274:1 20279:1 20319:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20353:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:5 20421:1 20429:2 20443:1 20447:3 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20531:1 20535:1 20539:1 20541:1 20545:2 20546:1 20548:1 20551:2 20553:1 20554:1 20556:2 20559:6 20563:1 20571:1 20574:1 20590:1 20592:1 20596:2 20602:1 20608:1 20630:1 20680:2 20682:1 20683:1 20684:1 20685:3 20690:1 20730:1 20731:3 20747:1 20752:4 20755:2 20775:2 20778:1 20785:1 20803:2 20811:1 20828:2 20832:1 20850:1 20858:1 20879:1 20893:6 20900:1 20906:2 20915:1 20927:4 20934:1 20939:2 20960:8 20962:1 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21031:1 21057:1 21072:1 21080:1 21087:2 21100:2 21103:1 21140:1 21142:1 21161:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21233:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21349:1 21354:2 21363:1 21365:1 21369:1 21375:1 21376:1 21382:1 21397:1 21411:1 21414:1 21420:5 21442:2 21472:1 21480:2 21483:3 21496:1 21513:2 21534:1 21536:1 21543:1 21547:1 21549:1 21550:1 21571:3 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:3 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21849:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21928:1 21929:1 21930:1 21933:2 21951:1 21965:1 21966:1 21970:1 21971:1 21979:1 21984:3 21985:1 22008:3 22015:2 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22111:1 22114:1 22125:3 22156:1 22164:1 22165:2 22171:1 22182:1 22215:1 22230:1 22244:2 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22614:1 22626:1 22657:1 22665:1 22666:5 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:5 22791:1 22792:1 22798:1 22810:1 22814:1 22817:1 22820:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:2 23001:1 23007:1 23010:1 23013:1 23015:2 23025:1 23038:1 23041:1 23073:2 23096:3 23100:2 23136:1 23142:1 23144:2 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23159:1 23165:1 23171:1 23189:2 23211:1 23228:1 23234:1 23252:2 23263:2 23273:3 23277:2 23284:1 23285:1 23290:1 23291:1 23307:1 23308:4 23310:2 23335:1 23340:1 23360:1 23369:1 23373:1 23403:3 23412:1 23414:1 23419:1 23422:2 23456:1 23458:1 23493:5 23496:2 23554:1 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:4 23669:1 23681:3 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:3 23779:1 23791:1 23800:1 23801:1 23848:3 23853:3 23862:1 23865:1 23871:2 23874:2 23875:1 23882:1 23906:1 23907:2 23911:2 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:2 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:1 24153:6 24160:1 24166:1 24176:1 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24398:1 24423:1 24428:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24585:1 24586:1 24602:1 24603:1 24605:1 24606:1 24612:1 24673:1 24687:2 24704:1 24723:1 24733:1 24740:1 24758:1 24807:2 24809:1 24871:1 24889:1 24892:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:2 24982:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25124:1 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:3 25242:5 25247:1 25249:1 25262:1 25265:1 25267:2 25271:1 25279:3 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:3 25354:1 25363:1 25369:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25455:2 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:3 25550:2 25561:1 25567:2 25568:3 25570:1 25572:2 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:3 25672:4 25679:1 25715:2 25731:1 25735:1 25738:2 25742:1 25757:1 25760:1 25761:1 25774:1 25779:1 25781:2 25782:1 25792:2 25793:1 25796:1 25799:1 25802:3 25804:1 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:3 25827:6 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:5 25915:1 25925:1 25927:7 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:2 26007:1 26019:1 26021:1 26025:1 26032:1 26072:1 26095:1 26099:1 26100:2 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26216:1 26260:2 26268:1 26282:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:2 26406:3 26413:1 26417:1 26439:2 26446:1 26448:1 26454:1 26473:1 26482:1 26484:1 26485:2 26490:1 26508:19 26511:1 26513:3 26530:1 26537:1 26539:1 26542:1 26547:3 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:5 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26978:1 26982:1 27005:2 27012:1 27016:2 27019:3 27020:5 27058:1 27062:1 27063:1 27073:1 27074:1 27078:2 27085:1 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:2 27309:3 27333:1 27370:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:1 27434:2 27440:1 27447:3 27459:1 27477:1 27491:1 27492:1 27506:1 27516:1 27521:1 27530:1 27534:2 27547:3 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27609:3 27613:1 27619:1 27635:1 27637:1 27638:1 27643:3 27652:1 27667:1 27669:1 27672:1 27683:4 27689:1 27706:1 27715:3 27716:4 27723:3 27730:1 27732:1 27734:1 27739:7 27765:1 27775:5 27778:1 27784:4 27789:1 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:3 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 369:3 403:1 407:1 416:2 431:1 432:2 441:2 451:1 475:1 477:1 486:1 494:1 502:1 567:1 575:1 586:1 587:2 594:2 605:4 627:8 656:1 659:1 667:6 683:1 686:1 688:1 749:1 771:2 784:1 796:1 843:6 850:2 852:1 856:1 869:1 870:1 876:5 891:1 906:1 920:1 925:1 930:5 934:2 945:1 969:1 970:1 973:3 984:1 991:1 1011:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:2 1105:1 1129:5 1138:1 1147:1 1156:1 1157:2 1170:1 1172:2 1176:1 1182:1 1187:1 1188:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1215:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:5 1244:2 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1277:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1349:1 1362:1 1369:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:5 1446:3 1468:1 1472:1 1475:3 1496:1 1509:5 1513:1 1523:2 1525:1 1527:1 1542:1 1553:1 1565:2 1576:1 1578:2 1580:2 1588:1 1607:1 1612:1 1626:3 1628:1 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1684:1 1688:1 1692:1 1696:2 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:3 1849:1 1850:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:6 1943:1 1956:1 1957:1 1958:1 1962:2 1996:1 1997:1 2006:1 2012:1 2023:1 2054:1 2057:7 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2155:1 2174:1 2175:1 2176:1 2177:8 2179:1 2181:1 2185:3 2188:1 2193:2 2194:1 2196:2 2201:8 2203:3 2208:3 2209:1 2211:4 2214:1 2216:1 2248:1 2252:1 2260:3 2270:1 2274:2 2278:1 2285:1 2288:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2566:1 2569:1 2582:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:1 2766:2 2774:8 2786:1 2793:3 2801:2 2803:2 2811:1 2813:1 2818:1 2827:1 2831:5 2840:1 2854:1 2869:1 2880:1 2883:1 2885:2 2886:2 2888:1 2897:1 2908:2 2948:1 2958:1 2983:1 2989:1 2995:2 2996:1 3002:1 3010:1 3017:1 3025:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:2 3148:1 3158:6 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3313:2 3321:1 3324:1 3325:1 3339:1 3362:1 3371:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:2 3481:1 3491:1 3496:1 3506:1 3516:1 3518:4 3520:1 3530:2 3537:1 3538:1 3550:2 3555:1 3574:2 3580:1 3584:1 3585:1 3614:1 3616:1 3621:2 3625:2 3630:1 3640:1 3642:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:2 3738:1 3751:1 3757:2 3758:1 3764:1 3778:1 3791:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3839:1 3842:1 3845:1 3853:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4011:2 4020:2 4030:3 4031:1 4035:5 4042:1 4043:1 4052:1 4068:1 4094:3 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:1 4174:2 4196:1 4224:1 4230:3 4231:1 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4302:1 4307:1 4315:1 4321:2 4342:3 4351:1 4384:1 4388:1 4400:2 4407:1 4426:3 4433:2 4459:1 4462:3 4471:1 4474:1 4489:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4542:1 4546:2 4565:1 4567:1 4572:1 4645:1 4648:18 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4706:1 4713:1 4747:1 4763:1 4767:4 4787:7 4789:6 4790:1 4792:1 4795:2 4796:2 4797:2 4800:3 4802:2 4808:1 4810:1 4812:2 4813:1 4814:7 4817:1 4840:1 4869:1 4871:2 4903:1 4906:1 4944:1 4947:4 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:4 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:2 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5357:2 5379:3 5386:1 5413:1 5422:1 5423:1 5425:1 5436:1 5437:1 5446:1 5448:1 5486:1 5488:1 5504:1 5574:2 5585:1 5587:4 5593:1 5609:2 5636:1 5643:3 5671:1 5689:2 5708:4 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:2 5828:2 5832:2 5862:1 5867:1 5892:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:7 5945:1 5950:1 5961:1 5969:1 5982:1 5993:8 6027:1 6034:5 6037:3 6041:1 6044:1 6045:4 6046:3 6047:2 6048:2 6049:1 6052:2 6053:1 6056:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:3 6168:1 6174:1 6187:4 6191:2 6203:2 6206:1 6216:1 6221:1 6250:1 6256:1 6257:1 6259:1 6265:1 6268:2 6286:1 6288:1 6295:1 6304:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:1 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6486:1 6489:4 6493:7 6495:1 6497:2 6507:1 6508:1 6512:2 6515:1 6519:5 6520:1 6521:2 6522:1 6523:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6657:1 6670:1 6675:1 6681:1 6683:1 6687:1 6696:1 6702:1 6703:1 6707:1 6716:2 6721:1 6722:2 6723:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6825:1 6826:1 6838:1 6839:2 6842:1 6843:1 6852:1 6860:1 6890:1 6898:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:2 6956:3 6960:5 6994:1 6999:1 7011:1 7017:1 7038:1 7048:7 7073:5 7074:1 7077:2 7088:1 7106:1 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:5 7270:1 7273:1 7274:3 7286:2 7307:1 7311:1 7323:39 7344:8 7345:6 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:2 7434:3 7458:1 7478:2 7488:2 7496:1 7513:2 7525:1 7539:5 7550:1 7563:1 7566:1 7571:1 7586:1 7590:1 7596:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:2 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7789:1 7791:15 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:7 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8045:2 8054:1 8061:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:2 8135:2 8136:1 8140:1 8155:1 8159:2 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:5 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8440:1 8441:1 8467:1 8484:2 8485:2 8490:1 8493:1 8503:2 8505:1 8515:1 8531:1 8539:1 8556:5 8558:4 8575:2 8613:1 8620:1 8621:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8721:1 8747:1 8748:2 8751:1 8752:3 8753:1 8788:1 8796:1 8801:1 8803:1 8804:1 8813:1 8816:1 8817:1 8819:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:1 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9118:1 9179:2 9180:1 9215:2 9236:3 9242:2 9244:1 9249:2 9257:2 9267:1 9279:1 9317:1 9325:2 9372:1 9378:1 9385:1 9398:1 9405:2 9418:1 9420:2 9430:1 9432:1 9441:1 9442:1 9451:2 9460:1 9473:4 9484:2 9486:1 9495:1 9507:1 9522:1 9533:3 9534:2 9544:1 9569:2 9571:2 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:2 9697:1 9701:1 9707:4 9712:1 9741:1 9757:1 9760:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:2 9793:1 9797:1 9799:4 9802:1 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:4 9883:1 9917:7 9925:2 9930:1 9935:1 9936:1 9947:1 9955:2 9961:1 9963:1 9974:1 9981:1 9996:1 10006:1 10013:1 10046:2 10052:1 10053:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:5 10083:1 10085:1 10121:1 10124:1 10126:1 10132:2 10136:2 10144:1 10153:2 10167:4 10174:1 10177:1 10183:1 10187:1 10199:1 10254:3 10259:1 10276:1 10281:1 10287:3 10289:4 10296:4 10299:3 10300:5 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10427:2 10429:1 10438:1 10476:1 10477:1 10497:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:3 10595:2 10607:1 10633:1 10637:4 10642:1 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10681:1 10683:1 10684:2 10698:1 10717:2 10720:1 10724:3 10750:1 10754:3 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:3 10824:1 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10907:1 10932:1 10933:4 10940:2 10965:2 10967:1 10973:2 10977:2 10981:1 10982:1 10989:1 10994:5 10995:1 11001:3 11046:3 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11098:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11175:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:2 11310:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11432:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:5 11501:2 11515:1 11521:1 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11686:1 11688:3 11689:1 11691:1 11699:1 11704:1 11735:1 11756:1 11759:1 11778:1 11844:1 11860:1 11876:2 11888:2 11889:1 11903:1 11926:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12115:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12300:3 12313:2 12323:1 12324:1 12358:1 12369:2 12385:1 12396:1 12402:2 12404:5 12409:3 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:2 12532:1 12539:1 12548:1 12557:1 12565:1 12591:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12782:1 12790:1 12801:1 12856:2 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:2 12974:2 12982:2 12995:1 13001:1 13007:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:3 13097:3 13120:2 13126:4 13133:1 13155:1 13160:1 13170:1 13179:1 13186:1 13187:1 13211:1 13247:1 13263:1 13270:1 13276:2 13285:1 13295:5 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13384:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13483:1 13498:1 13500:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13656:1 13662:1 13666:1 13676:1 13689:1 13691:2 13692:1 13693:2 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:3 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14036:5 14043:1 14045:1 14049:1 14057:1 14093:1 14106:1 14107:1 14117:1 14154:1 14171:1 14178:1 14181:1 14192:1 14193:1 14197:1 14202:1 14210:1 14211:1 14222:1 14226:1 14233:2 14235:1 14240:2 14249:2 14259:1 14267:2 14270:1 14292:1 14297:1 14303:2 14306:1 14320:2 14339:1 14341:1 14342:1 14350:1 14361:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14481:1 14487:3 14492:2 14506:2 14508:2 14557:1 14563:1 14564:3 14577:2 14583:1 14586:1 14589:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:4 14643:1 14650:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:2 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15005:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:3 15178:2 15187:2 15188:2 15193:1 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15313:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15470:1 15476:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:3 15584:1 15629:1 15639:1 15655:2 15657:1 15723:1 15738:1 15762:4 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15872:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15983:1 15984:1 16028:2 16055:1 16067:1 16070:1 16083:1 16095:1 16108:1 16117:5 16119:1 16122:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16258:1 16301:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:3 16351:1 16371:1 16399:4 16419:1 16434:2 16435:3 16457:1 16462:2 16469:1 16477:1 16486:1 16489:4 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16595:1 16612:1 16625:3 16633:1 16664:2 16674:5 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:5 16781:1 16782:1 16787:1 16788:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16940:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:3 17101:1 17110:5 17122:1 17127:1 17132:1 17165:1 17183:1 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17410:1 17415:2444 17425:1 17430:1 17433:1 17473:1 17476:1 17478:1 17486:1 17505:3 17547:2 17589:1 17594:1 17600:1 17601:1 17608:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:2 17706:2 17744:1 17753:1 17754:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17859:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17920:1 17928:1 17931:1 17936:1 17941:1 17944:2 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18041:1 18069:1 18074:1 18085:1 18100:1 18109:1 18119:3 18121:1 18142:1 18143:1 18154:1 18167:1 18172:3 18175:1 18187:1 18194:1 18210:1 18232:5 18275:6 18277:1 18278:1 18283:1 18303:2 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:2 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18515:1 18539:2 18543:3 18545:2 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:2 18663:2 18676:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:2 18770:1 18786:1 18801:1 18802:1 18805:5 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:3 18928:1 18930:1 18932:1 18936:4 18939:1 18944:2 18947:1 18948:1 18949:1 18966:1 18979:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:4 19037:1 19044:1 19050:1 19064:1 19106:1 19109:1 19118:1 19137:2 19140:1 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:6 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19270:1 19306:1 19309:1 19328:1 19330:2 19358:1 19370:1 19385:1 19386:1 19395:1 19407:1 19409:1 19413:1 19426:1 19440:1 19441:2 19455:1 19457:1 19470:1 19491:1 19492:2 19500:2 19502:1 19516:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:2 19568:3 19574:2 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:2 19701:1 19721:1 19727:1 19731:2 19733:1 19747:1 19751:1 19753:1 19755:1 19769:1 19774:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19833:1 19852:2 19857:2 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:3 19918:1 19923:1 19924:1 19933:1 19942:2 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20063:1 20065:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:3 20090:1 20091:2 20106:1 20143:1 20152:1 20162:1 20169:2 20171:3 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20249:1 20260:1 20270:1 20274:1 20279:1 20319:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20353:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:5 20421:1 20429:2 20443:1 20447:3 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20531:1 20535:1 20539:1 20541:1 20545:2 20546:1 20548:1 20551:2 20553:1 20554:1 20556:2 20559:6 20563:1 20571:1 20574:1 20590:1 20592:1 20596:2 20602:1 20608:1 20630:1 20680:2 20682:1 20683:1 20684:1 20685:3 20690:1 20730:1 20731:3 20747:1 20752:4 20755:2 20775:2 20778:1 20785:1 20803:2 20811:1 20828:2 20832:1 20850:1 20858:1 20879:1 20893:6 20900:1 20906:2 20915:1 20927:4 20934:1 20939:2 20960:8 20962:1 20967:1 20973:1 21002:1 21022:1 21028:1 21029:1 21031:1 21057:1 21072:1 21080:1 21087:2 21100:3 21103:1 21140:1 21142:1 21161:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21233:1 21262:1 21284:1 21287:1 21300:1 21304:1 21312:1 21341:1 21342:1 21346:1 21349:1 21354:2 21363:1 21365:1 21369:1 21375:1 21376:1 21382:1 21397:1 21411:1 21414:1 21420:5 21442:2 21472:1 21480:2 21483:3 21496:1 21513:2 21534:1 21536:1 21543:1 21547:1 21549:1 21550:1 21571:3 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:3 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21849:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21928:1 21929:1 21930:1 21933:2 21951:1 21965:1 21966:1 21970:1 21971:1 21979:1 21984:3 21985:1 22008:3 22015:2 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22111:1 22114:1 22125:3 22156:1 22164:1 22165:2 22171:1 22182:1 22215:1 22230:1 22244:2 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22614:1 22626:1 22657:1 22665:1 22666:5 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:5 22791:1 22792:1 22798:1 22810:1 22814:1 22817:1 22820:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:2 23001:1 23007:1 23010:1 23013:1 23015:2 23025:1 23038:1 23041:1 23073:2 23096:3 23100:2 23136:1 23141:1 23142:1 23144:2 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23159:1 23165:1 23171:1 23189:2 23211:1 23228:1 23234:1 23252:2 23263:2 23273:3 23277:2 23284:1 23285:1 23290:1 23291:1 23307:1 23308:4 23310:2 23335:1 23340:1 23360:1 23369:1 23373:1 23403:3 23412:1 23414:1 23419:1 23422:2 23456:1 23458:1 23493:5 23496:2 23554:1 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:4 23669:1 23681:3 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:3 23779:1 23791:1 23800:1 23801:1 23848:3 23853:3 23862:1 23865:1 23871:2 23874:2 23875:1 23882:1 23906:1 23907:2 23911:2 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:2 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:1 24153:6 24160:1 24166:1 24176:1 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24398:1 24423:1 24428:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:2 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24585:1 24586:1 24602:1 24603:1 24605:1 24606:1 24612:1 24673:1 24687:2 24704:1 24723:1 24733:1 24740:1 24758:1 24807:2 24809:1 24817:1 24871:1 24889:1 24892:1 24893:1 24896:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:2 24982:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25124:1 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:3 25242:5 25247:1 25249:1 25262:1 25265:1 25267:2 25271:1 25279:3 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:3 25354:1 25363:1 25369:1 25372:1 25381:1 25386:1 25387:1 25392:1 25445:1 25455:2 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:3 25550:2 25561:1 25567:2 25568:3 25570:1 25572:2 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:3 25672:4 25679:1 25715:2 25731:1 25735:1 25738:2 25742:1 25757:1 25760:1 25761:1 25774:1 25779:1 25781:2 25782:1 25792:2 25793:1 25796:1 25799:1 25802:3 25804:1 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:3 25827:6 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:5 25915:1 25925:1 25927:7 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:2 26007:1 26019:1 26021:1 26025:1 26032:1 26072:1 26095:1 26099:1 26100:2 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26216:1 26260:2 26268:1 26282:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:2 26406:3 26413:1 26417:1 26439:2 26446:1 26448:1 26454:1 26473:1 26482:1 26484:1 26485:2 26490:1 26508:19 26511:1 26513:3 26530:1 26537:1 26539:1 26542:1 26547:3 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:5 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26978:1 26982:1 27005:2 27012:1 27016:2 27019:3 27020:5 27058:1 27062:1 27063:1 27073:1 27074:1 27078:2 27085:1 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:2 27309:3 27333:1 27370:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:1 27434:2 27440:1 27447:3 27459:1 27477:1 27491:1 27492:1 27506:1 27516:1 27521:1 27530:1 27534:2 27547:3 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27609:3 27613:1 27619:1 27635:1 27637:1 27638:1 27643:3 27652:1 27667:1 27669:1 27672:1 27683:4 27689:1 27706:1 27715:3 27716:4 27723:3 27730:1 27732:1 27734:1 27739:7 27765:1 27775:5 27778:1 27784:4 27789:1 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:3 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 356:1 369:3 403:1 407:1 416:2 431:1 432:2 441:2 451:1 475:1 477:1 486:1 494:1 502:1 567:1 575:1 586:1 587:2 594:2 605:4 627:8 656:1 659:1 667:6 683:1 686:1 687:1 688:1 749:1 771:2 784:1 796:1 843:6 850:2 852:1 856:1 869:1 870:1 876:5 891:1 906:1 920:1 925:1 930:6 934:2 945:1 969:1 970:1 973:4 984:1 991:1 1011:1 1045:1 1050:1 1052:1 1068:2 1074:1 1086:1 1093:2 1105:1 1129:5 1138:1 1147:1 1156:1 1157:2 1170:1 1172:2 1176:1 1182:1 1187:1 1188:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1215:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:5 1244:2 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1277:1 1278:1 1296:1 1311:1 1323:1 1324:1 1332:1 1348:1 1349:1 1362:1 1369:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:5 1446:3 1468:1 1472:1 1475:3 1496:1 1509:5 1513:1 1523:2 1525:1 1527:1 1542:1 1553:1 1565:2 1576:1 1578:3 1580:3 1588:1 1607:1 1612:1 1626:3 1628:1 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1684:1 1688:1 1692:1 1696:2 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1844:3 1849:1 1850:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:6 1943:1 1951:1 1956:1 1957:1 1958:1 1962:2 1996:1 1997:1 2006:1 2012:1 2023:1 2054:1 2057:7 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2155:1 2174:1 2175:1 2176:1 2177:8 2179:2 2181:1 2185:3 2188:1 2193:2 2194:1 2196:2 2201:8 2203:3 2208:3 2209:1 2211:4 2214:1 2216:1 2248:1 2252:1 2260:3 2270:1 2274:2 2278:1 2285:1 2288:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2566:1 2569:1 2582:1 2583:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:1 2766:2 2774:8 2786:1 2793:3 2801:2 2803:2 2811:1 2813:1 2818:1 2827:1 2831:5 2840:1 2854:1 2869:1 2880:1 2883:1 2885:2 2886:2 2888:1 2897:1 2908:2 2948:1 2958:1 2968:1 2983:1 2989:1 2995:2 2996:1 3002:1 3010:1 3017:1 3025:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:4 3138:2 3148:1 3158:6 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3299:1 3313:2 3321:1 3324:1 3325:1 3339:1 3362:1 3371:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:2 3481:1 3491:1 3496:1 3506:1 3516:1 3518:4 3520:2 3530:2 3537:1 3538:1 3550:2 3555:1 3574:2 3580:1 3584:1 3585:1 3614:1 3616:1 3621:2 3625:2 3630:1 3640:1 3642:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:2 3738:1 3751:2 3757:2 3758:1 3764:1 3778:1 3791:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3839:1 3842:1 3845:1 3853:1 3857:2 3858:5 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4011:2 4020:2 4030:3 4031:1 4035:5 4042:1 4043:1 4052:1 4067:1 4068:1 4094:3 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:2 4174:2 4196:1 4224:1 4230:3 4231:1 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4302:1 4307:1 4315:1 4321:2 4342:3 4351:1 4384:1 4388:1 4400:2 4407:1 4426:3 4433:2 4459:1 4462:3 4471:1 4474:1 4489:1 4496:1 4497:3 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4542:1 4546:2 4565:1 4567:1 4572:1 4645:1 4648:18 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4706:1 4713:1 4747:1 4763:1 4767:4 4787:7 4789:6 4790:1 4792:1 4795:2 4796:2 4797:2 4800:3 4802:2 4808:1 4810:1 4812:2 4813:1 4814:7 4817:1 4840:1 4869:1 4871:2 4903:1 4906:1 4944:1 4947:5 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:4 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:2 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5353:1 5357:2 5379:3 5385:1 5386:1 5413:1 5422:1 5423:1 5425:1 5436:1 5437:1 5446:1 5448:1 5486:1 5488:1 5504:1 5574:2 5585:1 5587:4 5593:1 5609:2 5636:1 5643:3 5671:1 5689:2 5708:4 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:2 5828:2 5832:2 5862:1 5867:1 5892:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:8 5945:1 5950:1 5961:1 5969:1 5982:1 5993:8 6027:1 6034:5 6037:3 6041:1 6044:1 6045:4 6046:3 6047:2 6048:2 6049:1 6052:2 6053:1 6056:1 6058:3 6060:4 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:3 6168:1 6174:1 6187:4 6191:2 6203:2 6206:1 6216:1 6221:1 6250:1 6256:1 6257:1 6259:1 6265:1 6268:2 6286:1 6288:1 6295:1 6304:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:2 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6482:1 6486:1 6489:4 6493:7 6495:1 6497:2 6507:1 6508:1 6512:2 6515:1 6519:5 6520:1 6521:2 6522:1 6523:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6657:1 6670:1 6675:1 6681:1 6683:1 6687:1 6696:1 6702:1 6703:1 6707:1 6716:2 6721:1 6722:2 6723:1 6732:1 6735:1 6737:1 6739:1 6748:2 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6825:1 6826:1 6838:1 6839:2 6842:1 6843:1 6852:1 6860:1 6890:1 6898:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:2 6956:3 6960:5 6994:1 6999:1 7011:1 7017:1 7038:1 7048:7 7073:5 7074:1 7077:2 7088:1 7106:1 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:5 7255:1 7270:1 7273:1 7274:4 7286:2 7307:1 7311:1 7323:40 7344:8 7345:6 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:2 7434:3 7458:1 7478:2 7488:2 7496:1 7513:2 7525:1 7539:5 7550:1 7563:1 7566:1 7571:1 7586:1 7590:1 7596:1 7600:1 7603:1 7646:2 7650:2 7675:1 7677:1 7684:2 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7789:1 7791:17 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:7 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8045:2 8054:1 8061:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:2 8135:2 8136:1 8140:2 8155:1 8159:2 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:5 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8440:2 8441:1 8467:1 8484:2 8485:2 8490:1 8493:1 8503:2 8505:1 8515:1 8531:1 8539:1 8556:5 8558:4 8575:2 8613:1 8620:1 8621:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8721:1 8747:1 8748:2 8751:2 8752:3 8753:1 8788:1 8796:1 8801:1 8803:1 8804:1 8813:1 8816:1 8817:1 8819:1 8828:1 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:1 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:2 9068:2 9073:1 9080:1 9087:1 9095:1 9118:1 9179:2 9180:1 9215:2 9236:4 9242:2 9244:1 9249:2 9257:3 9267:1 9279:1 9317:1 9325:2 9372:1 9378:1 9385:1 9398:1 9405:2 9418:1 9420:2 9430:1 9432:1 9441:1 9442:1 9451:2 9460:1 9473:4 9484:3 9486:1 9495:1 9507:1 9522:1 9533:3 9534:2 9544:1 9569:2 9571:2 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:2 9697:1 9701:1 9707:4 9712:1 9741:1 9757:1 9760:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:2 9793:1 9797:1 9799:4 9802:1 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:4 9883:1 9917:7 9925:2 9930:1 9935:1 9936:1 9947:1 9955:2 9961:1 9963:1 9974:1 9981:1 9996:1 10006:1 10013:1 10046:2 10052:1 10053:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:5 10083:1 10085:1 10121:1 10124:1 10126:1 10132:2 10136:2 10144:1 10153:2 10167:4 10174:1 10177:1 10183:1 10187:1 10199:1 10254:3 10259:1 10276:1 10281:1 10287:3 10289:4 10296:4 10299:3 10300:5 10304:2 10307:3 10308:2 10312:1 10315:1 10322:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:1 10410:1 10417:1 10425:1 10427:2 10429:1 10438:1 10476:1 10477:1 10497:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:3 10595:2 10607:1 10633:1 10637:4 10642:1 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10681:1 10683:1 10684:2 10698:1 10717:2 10720:1 10724:3 10750:1 10754:3 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:3 10824:1 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10897:1 10907:1 10932:1 10933:4 10940:2 10957:1 10965:2 10967:1 10968:1 10973:2 10977:2 10981:1 10982:1 10989:1 10994:5 10995:1 11001:3 11046:3 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11098:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11175:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:2 11310:1 11313:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11432:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:6 11501:2 11515:1 11521:2 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11686:2 11688:3 11689:1 11691:1 11699:1 11704:1 11735:1 11756:1 11759:1 11778:1 11844:1 11860:1 11876:2 11888:2 11889:1 11903:1 11926:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12115:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12300:3 12313:2 12323:1 12324:1 12358:1 12369:2 12385:1 12396:1 12402:2 12404:5 12409:3 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:2 12532:1 12539:1 12548:1 12557:1 12565:1 12591:1 12604:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12782:1 12790:1 12801:1 12856:2 12884:1 12885:1 12893:1 12894:2 12896:1 12910:1 12919:2 12932:2 12942:2 12945:1 12951:1 12970:1 12971:2 12974:2 12982:2 12995:1 13001:1 13007:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:3 13097:3 13098:1 13120:2 13126:4 13133:1 13155:1 13160:1 13170:1 13179:1 13186:1 13187:1 13199:1 13211:1 13247:1 13263:1 13270:1 13276:2 13285:1 13295:5 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13384:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13483:1 13498:1 13500:1 13501:1 13506:2 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13656:1 13662:1 13666:1 13676:1 13689:1 13691:2 13692:1 13693:2 13701:1 13704:1 13708:1 13723:1 13726:1 13744:1 13751:3 13757:1 13805:1 13806:2 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14009:1 14036:6 14043:1 14045:1 14049:1 14057:1 14093:1 14106:1 14107:1 14117:1 14154:1 14171:1 14178:1 14181:1 14192:1 14193:1 14197:1 14202:1 14210:1 14211:1 14222:1 14226:1 14233:2 14235:1 14240:2 14249:2 14259:1 14267:2 14270:1 14292:1 14297:1 14303:2 14306:1 14320:2 14339:1 14341:1 14342:1 14350:1 14361:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14481:1 14487:3 14492:2 14506:2 14508:2 14557:1 14563:1 14564:3 14577:2 14583:1 14586:1 14589:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:4 14643:1 14650:1 14655:1 14659:1 14667:2 14672:1 14696:2 14705:1 14724:1 14728:1 14754:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:1 14851:2 14881:1 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:2 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15005:1 15012:9 15018:1 15033:1 15039:2 15073:1 15080:2 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:3 15178:2 15187:2 15188:3 15193:2 15195:1 15196:2 15197:2 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15313:1 15314:2 15332:1 15345:1 15352:1 15372:1 15376:1 15399:2 15402:1 15419:1 15442:1 15470:1 15476:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:3 15584:1 15629:1 15639:1 15655:2 15657:1 15723:1 15738:1 15762:4 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15872:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15983:1 15984:1 16028:2 16055:1 16067:1 16070:1 16073:1 16083:1 16095:1 16108:1 16117:5 16119:1 16122:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16258:1 16301:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:3 16351:1 16371:1 16399:4 16419:1 16428:1 16434:2 16435:3 16457:1 16462:2 16469:1 16477:1 16486:1 16489:4 16505:3 16518:2 16519:1 16525:1 16531:1 16555:1 16570:2 16583:1 16592:2 16595:1 16612:1 16625:3 16633:1 16664:2 16674:5 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:5 16781:1 16782:1 16787:1 16788:1 16795:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16940:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:3 17101:1 17110:5 17122:1 17127:1 17132:1 17165:1 17183:1 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17400:1 17410:1 17415:2532 17425:1 17430:1 17433:1 17460:1 17473:1 17476:1 17478:1 17486:1 17505:3 17517:1 17547:2 17589:1 17594:1 17600:1 17601:1 17608:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:2 17706:2 17714:1 17744:1 17753:1 17754:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17859:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17920:1 17928:1 17931:1 17936:1 17941:1 17944:2 17946:3 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18041:1 18069:1 18074:1 18085:1 18100:1 18109:1 18119:3 18121:1 18142:1 18143:1 18154:1 18167:1 18172:3 18175:1 18187:1 18194:1 18210:1 18232:5 18275:6 18277:1 18278:1 18283:1 18303:2 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:2 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18515:1 18539:2 18543:3 18545:2 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:3 18663:2 18676:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:2 18770:1 18786:1 18801:1 18802:1 18805:5 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:1 18912:3 18928:1 18930:1 18932:1 18936:4 18939:1 18944:2 18947:1 18948:1 18949:1 18966:1 18979:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:4 19037:1 19044:1 19050:1 19064:1 19106:1 19109:1 19118:1 19137:2 19140:1 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19205:6 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19270:1 19306:1 19309:1 19328:1 19330:2 19358:1 19370:1 19385:1 19386:1 19395:1 19407:1 19409:1 19413:1 19426:1 19440:1 19441:2 19455:1 19457:1 19470:1 19491:1 19492:2 19500:2 19502:1 19516:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:2 19568:3 19574:2 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:2 19701:1 19721:1 19727:1 19731:2 19733:1 19747:1 19749:1 19751:1 19753:1 19755:1 19769:2 19774:1 19785:2 19796:1 19797:1 19810:2 19813:1 19819:3 19831:1 19833:1 19852:2 19857:2 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:3 19918:1 19923:1 19924:1 19933:1 19942:2 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20063:1 20065:1 20068:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:3 20090:1 20091:2 20106:1 20143:1 20152:1 20162:1 20169:2 20171:3 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20249:1 20260:1 20270:1 20274:1 20279:1 20319:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20353:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:5 20421:1 20429:2 20443:1 20447:3 20452:2 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20531:1 20535:1 20539:1 20541:1 20545:2 20546:1 20548:1 20551:2 20553:1 20554:1 20556:2 20559:6 20563:1 20571:1 20574:1 20590:1 20592:1 20596:2 20602:1 20608:1 20630:1 20680:2 20682:1 20683:1 20684:1 20685:3 20690:1 20730:1 20731:3 20747:1 20752:4 20755:2 20775:2 20778:1 20785:1 20803:2 20811:1 20828:2 20832:1 20850:1 20858:1 20879:1 20893:6 20900:1 20906:2 20915:1 20927:4 20934:1 20939:2 20960:8 20962:1 20967:1 20973:1 21002:1 21022:1 21028:2 21029:1 21031:1 21057:1 21072:1 21080:1 21087:2 21100:3 21103:1 21140:1 21142:1 21161:1 21167:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:1 21233:1 21262:1 21272:1 21284:1 21287:1 21300:1 21304:1 21312:1 21325:1 21341:1 21342:1 21346:1 21349:1 21354:2 21363:1 21365:1 21369:1 21375:1 21376:1 21382:1 21397:1 21411:1 21414:1 21420:5 21432:1 21442:2 21472:1 21480:2 21483:3 21496:1 21513:2 21524:1 21533:1 21534:1 21536:1 21543:1 21547:1 21549:1 21550:1 21571:3 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:3 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:2 21837:1 21838:1 21844:2 21847:1 21849:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21894:1 21928:1 21929:1 21930:1 21933:2 21938:1 21951:1 21965:1 21966:1 21970:1 21971:1 21979:1 21984:3 21985:1 22008:3 22015:2 22020:1 22026:1 22043:1 22054:3 22067:1 22078:1 22080:1 22085:1 22105:1 22111:1 22114:1 22125:3 22135:1 22153:1 22156:1 22164:1 22165:2 22171:1 22182:1 22215:1 22230:1 22244:2 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22575:1 22598:1 22604:1 22614:1 22626:1 22657:1 22665:1 22666:5 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:5 22791:1 22792:1 22798:1 22810:1 22814:1 22817:1 22820:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22972:1 22991:2 22996:2 23001:1 23007:1 23010:1 23013:1 23015:2 23025:1 23038:1 23041:1 23073:2 23096:3 23100:2 23136:1 23141:1 23142:1 23144:2 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23159:1 23165:1 23171:1 23189:2 23211:1 23228:1 23234:1 23252:2 23263:3 23273:3 23277:2 23284:1 23285:1 23290:1 23291:1 23307:1 23308:4 23310:2 23335:1 23340:1 23360:1 23369:1 23373:1 23403:3 23412:1 23414:1 23419:1 23422:2 23456:1 23458:1 23493:5 23496:2 23554:1 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:4 23669:1 23681:3 23683:1 23689:1 23692:6 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:3 23779:1 23782:1 23791:1 23800:1 23801:1 23848:3 23853:3 23862:1 23865:1 23871:2 23874:2 23875:1 23882:1 23906:1 23907:2 23911:2 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:2 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:2 24153:6 24160:1 24166:1 24176:1 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24398:1 24423:1 24428:1 24434:1 24439:1 24456:2 24459:1 24463:2 24470:3 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24585:1 24586:1 24602:1 24603:1 24605:1 24606:1 24612:1 24673:1 24687:2 24704:1 24723:1 24733:1 24740:1 24754:1 24758:1 24807:2 24809:1 24817:1 24871:1 24889:1 24892:1 24893:1 24896:1 24900:1 24904:1 24910:1 24936:1 24940:1 24956:1 24965:2 24969:5 24972:2 24982:1 24992:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:2 25097:1 25112:1 25114:2 25115:3 25124:1 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:3 25242:5 25247:1 25249:1 25262:1 25265:1 25267:2 25271:1 25279:3 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:3 25354:1 25363:1 25369:1 25372:1 25381:2 25386:1 25387:1 25392:1 25445:1 25455:2 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:3 25550:2 25561:1 25567:2 25568:3 25570:1 25572:2 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:3 25672:4 25679:1 25715:2 25731:1 25735:1 25738:2 25742:1 25757:1 25760:1 25761:1 25774:1 25779:1 25781:2 25782:1 25792:2 25793:1 25796:1 25799:1 25802:3 25804:1 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:3 25827:6 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25900:5 25915:1 25925:1 25927:7 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:2 26007:1 26019:1 26021:1 26025:1 26032:1 26072:1 26095:1 26099:1 26100:2 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26216:1 26260:2 26268:1 26282:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:2 26406:3 26413:1 26417:1 26439:2 26446:1 26448:1 26454:1 26459:1 26473:1 26482:1 26484:1 26485:2 26490:1 26508:20 26511:1 26513:3 26530:1 26537:1 26539:1 26542:1 26547:4 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:5 26655:3 26662:1 26692:11 26733:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:2 26952:1 26953:2 26965:1 26966:2 26975:1 26977:1 26978:1 26982:1 27005:2 27012:1 27016:2 27019:3 27020:5 27058:1 27062:1 27063:1 27073:1 27074:1 27078:2 27085:1 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27227:1 27236:1 27241:1 27247:3 27248:2 27309:3 27333:1 27370:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:1 27434:2 27440:1 27447:3 27459:1 27477:1 27491:1 27492:1 27506:1 27516:1 27521:1 27530:1 27534:2 27547:3 27553:2 27564:1 27569:1 27572:1 27590:1 27598:1 27609:3 27613:1 27619:1 27635:1 27637:1 27638:1 27643:4 27652:1 27667:1 27669:1 27672:1 27683:4 27689:1 27706:1 27715:3 27716:4 27723:3 27729:1 27730:1 27732:1 27734:1 27739:7 27765:1 27775:5 27778:1 27784:4 27789:1 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:3 88:1 102:1 121:1 125:1 132:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 356:1 369:3 403:1 407:1 416:2 431:1 432:2 441:2 451:1 475:1 477:1 486:1 494:1 502:1 567:1 575:1 586:1 587:2 594:2 605:4 627:8 646:1 656:1 659:1 667:7 683:1 686:1 687:1 688:1 749:1 771:2 784:1 796:1 843:6 850:2 852:1 856:1 869:1 870:1 876:5 882:1 891:1 906:1 920:1 925:1 930:6 934:2 945:1 969:1 970:1 973:4 984:1 991:1 1011:1 1045:1 1050:1 1052:1 1068:3 1074:1 1086:1 1093:2 1105:1 1129:5 1138:1 1147:1 1156:1 1157:2 1170:1 1172:2 1176:1 1182:1 1187:1 1188:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1215:1 1221:1 1222:1 1233:1 1235:1 1238:1 1241:1 1243:5 1244:2 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1277:1 1278:2 1296:1 1304:1 1311:1 1323:1 1324:1 1332:1 1348:1 1349:1 1362:1 1369:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:5 1446:3 1468:1 1472:1 1475:3 1486:1 1496:1 1509:5 1513:1 1523:2 1525:1 1527:1 1542:1 1553:1 1565:2 1576:1 1578:3 1580:3 1588:1 1607:1 1612:1 1626:3 1628:1 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1684:1 1688:1 1692:1 1696:2 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:4 1791:1 1796:1 1797:1 1801:2 1815:1 1818:2 1824:1 1833:1 1835:1 1841:1 1844:3 1849:1 1850:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:6 1943:1 1951:1 1956:1 1957:1 1958:1 1962:2 1990:1 1996:1 1997:1 2006:1 2012:1 2019:1 2023:1 2054:1 2057:7 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2155:1 2174:2 2175:1 2176:1 2177:8 2179:2 2181:1 2185:3 2188:1 2193:2 2194:1 2196:2 2201:8 2203:3 2208:3 2209:2 2211:5 2214:1 2216:1 2248:1 2252:1 2260:3 2270:1 2274:2 2278:1 2285:1 2288:1 2291:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2566:1 2569:1 2580:1 2582:1 2583:1 2588:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:2 2766:2 2774:8 2786:1 2793:3 2801:2 2803:2 2811:1 2813:1 2818:1 2827:1 2831:5 2840:1 2854:1 2869:1 2880:1 2883:1 2885:2 2886:2 2888:1 2897:1 2908:2 2948:1 2958:1 2968:1 2983:1 2989:1 2995:2 2996:1 3002:1 3010:1 3017:1 3025:1 3055:1 3062:2 3072:1 3090:1 3092:1 3122:1 3127:1 3131:3 3134:3 3137:5 3138:2 3148:1 3158:7 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3299:1 3313:2 3321:1 3324:1 3325:1 3333:1 3339:1 3362:1 3371:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:2 3481:1 3491:2 3496:1 3506:1 3516:1 3518:4 3520:2 3530:2 3537:1 3538:1 3550:2 3555:1 3574:2 3580:1 3584:1 3585:1 3614:1 3616:1 3621:2 3625:2 3630:1 3640:1 3642:1 3646:1 3647:1 3650:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:2 3738:1 3751:2 3757:2 3758:1 3764:1 3778:1 3791:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3839:1 3842:1 3845:1 3853:1 3857:2 3858:6 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4011:2 4020:2 4030:3 4031:1 4035:5 4042:1 4043:1 4052:1 4067:1 4068:1 4094:4 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:2 4174:2 4189:1 4196:1 4224:1 4230:4 4231:1 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4302:1 4307:1 4315:1 4321:2 4342:3 4351:1 4384:1 4388:1 4400:2 4407:1 4426:3 4433:2 4459:1 4462:3 4471:1 4474:1 4489:1 4496:1 4497:4 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4542:1 4546:2 4565:1 4567:1 4572:1 4645:1 4648:18 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4706:1 4713:1 4747:1 4763:1 4767:4 4787:8 4789:6 4790:1 4792:1 4795:2 4796:2 4797:2 4800:3 4802:2 4808:1 4810:1 4812:3 4813:1 4814:7 4817:2 4833:1 4840:1 4869:1 4871:2 4903:1 4906:1 4944:1 4947:5 4972:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:4 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5123:1 5126:2 5136:2 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:1 5269:1 5275:1 5286:1 5293:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5351:1 5353:1 5357:2 5379:3 5385:1 5386:1 5413:1 5422:1 5423:1 5425:1 5436:1 5437:1 5446:1 5448:1 5486:1 5488:1 5504:1 5574:2 5585:1 5587:4 5593:1 5609:3 5636:1 5643:3 5671:1 5689:2 5708:4 5710:2 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:2 5828:2 5832:2 5862:1 5867:1 5892:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:8 5945:1 5950:1 5961:1 5969:1 5982:1 5993:8 6027:1 6034:6 6037:3 6041:1 6044:1 6045:4 6046:3 6047:2 6048:2 6049:1 6052:3 6053:1 6056:1 6058:3 6060:5 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:3 6168:1 6174:1 6187:4 6191:2 6203:2 6206:1 6216:1 6221:1 6250:1 6256:1 6257:1 6259:1 6265:1 6268:2 6286:1 6288:1 6295:1 6304:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:2 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6482:1 6486:1 6489:4 6493:7 6495:1 6497:2 6507:1 6508:1 6512:2 6515:1 6519:5 6520:1 6521:2 6522:1 6523:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6657:1 6665:1 6670:1 6675:1 6681:1 6683:1 6687:1 6696:2 6702:1 6703:1 6707:1 6716:2 6721:1 6722:2 6723:1 6732:1 6735:1 6737:1 6739:1 6748:3 6766:1 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6825:1 6826:1 6838:1 6839:2 6842:1 6843:1 6852:1 6860:1 6890:1 6898:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:2 6956:3 6960:5 6994:1 6999:1 7011:1 7017:1 7038:1 7048:8 7073:6 7074:1 7077:2 7088:1 7106:1 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:5 7255:1 7270:1 7273:1 7274:4 7286:2 7307:1 7311:1 7323:43 7344:8 7345:6 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:2 7434:3 7458:1 7478:2 7488:2 7496:1 7513:2 7525:1 7539:5 7550:1 7563:1 7566:1 7571:1 7586:1 7590:1 7596:1 7600:1 7603:2 7646:3 7650:2 7675:1 7677:1 7684:2 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7789:1 7791:18 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7903:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:7 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8045:2 8054:1 8061:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:2 8135:2 8136:1 8140:2 8155:1 8159:2 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:6 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8401:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8440:2 8441:1 8467:1 8484:2 8485:2 8490:1 8493:1 8503:2 8505:1 8515:1 8531:1 8539:1 8556:5 8558:4 8575:2 8613:1 8620:1 8621:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8716:1 8719:3 8721:1 8725:1 8747:1 8748:2 8751:2 8752:3 8753:1 8788:1 8796:1 8801:1 8803:1 8804:1 8813:1 8816:1 8817:1 8819:1 8828:2 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:1 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:3 9068:2 9073:1 9080:1 9087:1 9095:1 9118:1 9144:1 9179:2 9180:1 9215:2 9236:4 9242:3 9244:1 9249:2 9257:3 9267:1 9279:1 9317:1 9325:2 9337:1 9372:1 9378:1 9385:1 9398:1 9405:2 9418:1 9420:2 9430:1 9432:1 9441:1 9442:1 9451:2 9460:1 9473:5 9484:3 9486:1 9495:1 9507:1 9522:1 9533:3 9534:2 9544:1 9569:2 9571:2 9594:1 9597:1 9605:1 9621:1 9683:1 9687:1 9696:2 9697:1 9701:1 9707:4 9712:1 9741:1 9757:1 9760:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:2 9793:1 9797:1 9799:4 9802:1 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:4 9883:1 9917:8 9925:2 9930:1 9935:1 9936:1 9947:1 9955:2 9961:1 9963:1 9974:1 9981:1 9996:1 10006:1 10013:1 10046:2 10052:1 10053:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:5 10083:1 10085:1 10121:1 10124:1 10126:1 10132:2 10136:2 10142:1 10144:1 10153:2 10167:4 10174:1 10177:1 10183:1 10187:1 10199:1 10254:3 10259:1 10276:1 10281:1 10287:3 10289:4 10296:4 10299:3 10300:6 10304:2 10307:3 10308:2 10312:1 10313:1 10315:1 10322:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:2 10410:1 10417:1 10425:1 10427:2 10429:1 10438:1 10476:1 10477:1 10497:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:4 10595:2 10607:1 10633:1 10637:4 10642:1 10646:1 10652:2 10653:1 10654:1 10664:2 10679:1 10681:1 10683:1 10684:2 10698:1 10717:2 10720:1 10724:3 10750:1 10754:4 10775:1 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:3 10824:1 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10897:1 10907:1 10932:1 10933:4 10940:2 10957:1 10965:2 10967:1 10968:1 10973:2 10977:2 10981:1 10982:1 10989:1 10994:5 10995:1 11001:3 11046:3 11052:2 11054:1 11056:1 11062:2 11067:1 11071:1 11081:1 11086:1 11092:1 11093:1 11098:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11175:1 11176:2 11222:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:2 11310:1 11313:1 11335:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11421:1 11422:1 11432:1 11437:1 11440:1 11447:1 11477:1 11492:1 11499:6 11501:2 11515:1 11519:1 11521:2 11532:1 11536:1 11552:1 11581:2 11606:1 11611:1 11619:1 11639:1 11654:1 11661:2 11662:1 11671:1 11686:2 11688:3 11689:1 11691:1 11699:1 11704:1 11735:1 11756:1 11759:1 11778:1 11844:1 11860:1 11876:2 11888:2 11889:1 11903:1 11926:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12115:1 12152:1 12156:1 12157:1 12167:2 12169:1 12214:2 12230:1 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12300:3 12313:2 12323:1 12324:1 12358:1 12369:2 12385:1 12396:1 12402:2 12404:5 12409:3 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:2 12532:1 12539:1 12548:1 12557:2 12565:1 12591:1 12604:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:3 12748:1 12766:1 12768:1 12775:3 12778:1 12782:1 12790:1 12801:2 12856:2 12884:1 12885:1 12893:1 12894:3 12896:1 12910:1 12919:2 12932:2 12942:3 12945:1 12951:1 12970:1 12971:2 12974:2 12982:2 12995:1 13001:1 13007:1 13016:1 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:3 13097:3 13098:1 13120:2 13126:4 13133:1 13155:1 13160:1 13170:1 13179:1 13186:1 13187:1 13199:1 13211:1 13247:1 13263:1 13270:1 13276:2 13285:1 13295:6 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13384:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13483:1 13498:1 13500:1 13501:1 13506:2 13524:1 13539:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13656:1 13662:1 13666:1 13673:1 13676:1 13689:1 13691:3 13692:1 13693:2 13701:2 13704:1 13708:1 13723:1 13726:1 13744:1 13751:3 13757:1 13805:1 13806:3 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13914:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14009:1 14036:6 14043:1 14045:1 14049:1 14057:1 14093:1 14106:2 14107:1 14117:1 14154:1 14171:1 14178:1 14181:1 14192:1 14193:1 14197:1 14202:1 14210:1 14211:1 14222:1 14225:1 14226:1 14233:2 14235:1 14240:2 14244:1 14249:2 14259:1 14267:2 14270:1 14292:1 14297:1 14303:2 14306:1 14312:1 14320:2 14339:1 14341:1 14342:1 14350:1 14361:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14481:1 14487:3 14492:2 14506:2 14508:2 14557:1 14563:1 14564:3 14577:2 14583:1 14586:1 14589:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:5 14643:1 14650:1 14655:1 14659:1 14667:2 14672:1 14696:3 14705:1 14709:1 14724:1 14728:1 14754:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:2 14851:2 14881:2 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:2 14951:1 14952:2 14967:1 14973:2 14978:1 14993:2 15002:1 15005:1 15012:10 15018:1 15033:1 15039:2 15073:1 15080:3 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:3 15178:2 15187:2 15188:3 15193:2 15195:1 15196:2 15197:3 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15313:1 15314:2 15332:1 15345:1 15349:1 15352:1 15372:1 15376:1 15399:2 15402:2 15419:1 15442:1 15470:1 15476:1 15483:3 15495:2 15504:2 15513:1 15520:2 15538:2 15539:1 15554:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:3 15584:1 15629:1 15639:1 15655:2 15657:1 15723:1 15738:1 15762:5 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15872:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15983:1 15984:1 16028:2 16055:1 16067:1 16070:1 16073:1 16083:1 16095:1 16108:1 16117:6 16119:1 16122:1 16129:2 16139:1 16157:1 16162:1 16221:1 16238:1 16258:1 16301:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:3 16351:1 16371:1 16399:4 16419:1 16428:1 16434:2 16435:3 16457:1 16462:2 16469:1 16477:1 16486:1 16489:5 16505:3 16518:2 16519:1 16525:1 16531:1 16555:2 16570:2 16583:1 16592:2 16595:1 16612:1 16625:3 16633:1 16664:2 16674:6 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:6 16779:1 16781:1 16782:1 16787:1 16788:1 16795:1 16803:1 16807:1 16808:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16940:1 16962:1 16970:1 16985:1 17009:1 17016:1 17046:2 17094:1 17097:1 17098:3 17101:1 17110:5 17122:1 17127:1 17132:1 17165:1 17183:2 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17282:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17400:1 17410:1 17415:2579 17425:1 17430:1 17433:1 17460:1 17473:1 17476:1 17478:1 17486:1 17505:3 17517:1 17547:2 17589:1 17594:1 17600:1 17601:1 17608:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:2 17706:2 17714:1 17744:1 17753:1 17754:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17859:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17920:1 17928:1 17931:1 17936:1 17941:1 17944:2 17946:4 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18041:1 18069:1 18074:1 18085:1 18100:1 18109:1 18119:3 18121:1 18142:1 18143:1 18154:1 18167:1 18172:3 18175:1 18187:1 18194:1 18206:2 18210:1 18232:5 18275:6 18277:1 18278:1 18283:1 18303:2 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:2 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18515:1 18539:2 18543:3 18545:2 18554:1 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:3 18663:2 18676:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:2 18770:1 18786:1 18801:1 18802:1 18805:5 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:2 18912:3 18928:1 18930:1 18932:1 18936:4 18939:1 18944:2 18947:1 18948:1 18949:1 18966:1 18979:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:4 19037:1 19041:1 19044:1 19050:1 19064:1 19106:1 19109:1 19118:1 19137:2 19140:1 19143:1 19148:1 19152:1 19176:1 19177:1 19186:1 19188:1 19205:6 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19270:1 19306:1 19309:1 19328:1 19330:2 19358:1 19370:1 19385:1 19386:1 19395:1 19407:1 19409:1 19413:1 19426:1 19440:1 19441:2 19455:1 19457:1 19470:1 19491:1 19492:2 19500:2 19502:1 19516:1 19520:1 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:2 19568:3 19574:2 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:3 19701:1 19721:1 19727:1 19731:2 19733:1 19747:1 19749:1 19751:1 19753:1 19755:1 19769:2 19774:1 19785:2 19796:1 19797:1 19800:1 19806:1 19810:2 19813:1 19819:3 19831:1 19833:1 19852:2 19857:2 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:3 19918:1 19923:1 19924:1 19933:1 19942:2 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20063:1 20065:1 20068:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:3 20090:1 20091:2 20106:1 20143:1 20152:1 20162:1 20169:2 20171:3 20175:1 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20249:1 20260:1 20270:1 20274:1 20279:1 20319:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20353:1 20374:1 20395:2 20398:1 20399:1 20401:1 20411:6 20421:1 20429:2 20443:1 20447:3 20452:3 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20531:1 20535:1 20539:1 20541:1 20545:2 20546:1 20548:1 20551:2 20553:1 20554:1 20556:2 20559:7 20563:1 20571:1 20574:1 20590:1 20592:1 20596:2 20602:1 20608:1 20630:1 20680:2 20682:1 20683:1 20684:1 20685:3 20690:1 20730:1 20731:3 20747:1 20752:4 20755:2 20775:2 20778:1 20785:2 20803:2 20811:1 20828:2 20832:1 20850:1 20858:1 20879:1 20893:6 20900:1 20906:2 20915:1 20927:4 20934:1 20939:2 20960:9 20962:1 20967:1 20973:1 21002:1 21022:1 21028:2 21029:1 21031:1 21057:1 21072:1 21080:1 21087:2 21100:4 21103:1 21140:1 21142:1 21161:1 21167:1 21178:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:2 21233:1 21262:1 21272:1 21284:1 21287:1 21300:1 21304:1 21312:1 21325:1 21341:1 21342:1 21346:1 21349:1 21354:2 21363:1 21365:1 21369:1 21375:1 21376:1 21382:1 21397:1 21411:1 21414:1 21420:5 21424:1 21432:1 21442:2 21472:1 21480:2 21483:3 21496:1 21513:2 21524:1 21533:1 21534:1 21536:1 21543:1 21547:1 21549:1 21550:1 21571:3 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:3 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:3 21837:1 21838:1 21844:2 21847:1 21849:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21894:1 21928:1 21929:1 21930:1 21933:2 21938:1 21951:1 21965:1 21966:1 21970:1 21971:1 21979:1 21984:3 21985:1 22008:3 22015:2 22020:1 22026:1 22043:1 22054:4 22067:1 22078:1 22080:1 22085:1 22105:1 22111:1 22114:1 22125:3 22135:1 22153:1 22156:1 22164:1 22165:2 22171:1 22177:1 22182:1 22215:1 22230:1 22244:2 22256:1 22268:1 22288:3 22298:1 22304:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22385:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:1 22551:1 22575:1 22598:1 22604:1 22614:1 22626:1 22628:1 22657:1 22665:1 22666:5 22686:2 22687:2 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:5 22791:1 22792:1 22798:1 22810:1 22814:1 22817:1 22820:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22967:1 22972:1 22991:2 22996:2 23001:1 23007:1 23010:1 23013:1 23015:3 23025:1 23038:1 23041:1 23073:2 23096:3 23100:2 23136:1 23141:1 23142:2 23144:2 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23159:1 23165:1 23171:1 23189:2 23211:1 23228:1 23234:1 23252:2 23263:3 23273:3 23277:2 23284:1 23285:1 23290:1 23291:1 23307:1 23308:4 23310:2 23335:1 23340:1 23360:1 23369:1 23373:1 23403:3 23412:1 23414:1 23419:1 23422:2 23456:1 23458:1 23493:5 23496:2 23554:1 23559:1 23563:1 23594:2 23609:1 23634:1 23646:1 23660:4 23669:1 23681:3 23683:1 23689:1 23692:7 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:3 23779:1 23782:1 23791:1 23800:1 23801:1 23848:4 23853:3 23862:1 23865:1 23871:2 23874:2 23875:1 23882:1 23906:1 23907:2 23911:2 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:2 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:2 24153:6 24160:1 24166:1 24176:1 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24398:1 24423:1 24428:1 24434:1 24439:1 24456:3 24459:1 24463:2 24470:3 24473:1 24497:1 24507:1 24551:1 24562:1 24567:1 24570:1 24571:1 24585:1 24586:1 24602:1 24603:1 24605:1 24606:1 24612:1 24673:1 24687:2 24704:1 24723:1 24733:1 24740:1 24754:1 24758:1 24807:2 24809:1 24817:1 24871:1 24889:1 24892:1 24893:1 24896:1 24900:1 24904:1 24910:1 24936:1 24940:1 24951:1 24956:1 24965:3 24969:5 24972:2 24982:1 24992:1 25003:1 25029:1 25033:1 25060:1 25069:1 25096:3 25097:1 25112:1 25114:2 25115:3 25124:1 25149:1 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:3 25242:5 25247:1 25249:1 25260:1 25262:1 25265:1 25267:2 25271:1 25279:3 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:3 25354:1 25363:1 25369:1 25372:1 25381:2 25386:1 25387:1 25392:1 25445:1 25455:2 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:3 25550:2 25561:1 25567:2 25568:3 25570:1 25572:2 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:3 25672:4 25679:1 25715:2 25731:1 25735:1 25738:3 25742:1 25752:1 25757:1 25760:1 25761:1 25774:1 25779:1 25781:2 25782:1 25792:2 25793:1 25796:1 25799:1 25802:3 25804:1 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:3 25827:6 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:1 25877:1 25900:5 25915:1 25925:1 25927:7 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:2 26007:1 26019:1 26021:1 26025:1 26032:1 26072:1 26095:1 26099:1 26100:2 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26216:1 26229:1 26260:2 26268:1 26282:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:2 26406:3 26413:1 26417:1 26433:1 26439:2 26446:1 26448:1 26454:1 26459:1 26473:1 26482:1 26484:1 26485:2 26490:1 26508:20 26511:1 26513:3 26530:1 26537:1 26539:1 26542:1 26547:4 26552:1 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:5 26655:4 26662:1 26692:11 26700:1 26733:1 26745:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26878:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:2 26952:1 26953:2 26961:1 26965:1 26966:2 26975:1 26977:1 26978:1 26982:1 27005:2 27012:1 27016:2 27019:3 27020:5 27058:1 27062:1 27063:1 27073:1 27074:1 27078:2 27085:1 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27223:1 27227:1 27236:1 27241:1 27247:3 27248:2 27309:3 27333:1 27370:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:2 27434:2 27440:1 27447:3 27459:1 27477:1 27491:2 27492:1 27506:1 27516:1 27521:1 27530:1 27534:2 27547:3 27553:3 27564:1 27569:1 27572:1 27590:1 27598:1 27609:3 27613:1 27619:1 27635:1 27637:1 27638:1 27643:4 27652:1 27667:1 27669:1 27672:1 27683:4 27689:1 27706:1 27715:3 27716:5 27723:3 27729:1 27730:1 27732:1 27734:1 27739:7 27765:1 27775:5 27778:1 27784:4 27789:1 27792:1 27797:1 27812:1 27820:1
8 1:4 8:1 21:1 40:1 43:1 46:1 47:2 83:3 88:1 102:1 121:1 125:1 132:1 146:1 148:1 158:1 160:1 162:1 163:1 181:1 190:1 194:4 214:2 220:1 222:1 234:1 240:4 250:1 263:1 279:1 303:1 327:3 328:1 329:1 354:1 356:1 369:3 403:1 407:1 416:2 431:1 432:2 441:2 451:1 466:1 475:1 477:1 486:1 494:1 502:1 567:1 575:1 586:1 587:2 593:1 594:2 605:4 627:8 646:1 656:1 659:1 667:7 683:1 686:1 687:1 688:1 729:1 749:1 771:2 784:1 796:1 843:6 850:2 852:1 855:1 856:1 869:1 870:1 876:5 882:1 891:1 906:1 920:1 925:1 930:6 934:2 945:1 969:1 970:1 973:4 984:1 991:1 1011:1 1045:1 1050:1 1052:1 1068:3 1074:1 1086:1 1093:2 1105:1 1129:5 1138:1 1147:1 1156:1 1157:2 1170:1 1172:2 1176:1 1182:1 1187:1 1188:1 1190:1 1191:1 1201:1 1202:1 1205:1 1210:1 1215:1 1221:1 1222:1 1231:1 1233:1 1235:1 1238:1 1241:1 1243:5 1244:2 1250:1 1251:1 1253:1 1255:1 1265:1 1270:1 1277:1 1278:2 1289:2 1296:1 1304:1 1311:1 1323:1 1324:1 1332:1 1341:1 1348:1 1349:1 1362:1 1369:1 1371:1 1374:1 1379:1 1380:1 1386:1 1389:2 1393:5 1395:5 1399:1 1411:2 1422:1 1424:3 1432:5 1446:3 1468:1 1472:1 1475:3 1486:1 1496:1 1509:6 1513:1 1523:2 1525:1 1527:1 1542:1 1553:1 1565:2 1576:1 1578:3 1580:3 1588:1 1607:1 1612:1 1626:3 1628:2 1636:1 1640:1 1644:1 1659:1 1663:2 1669:1 1670:2 1681:1 1682:1 1684:1 1688:1 1692:1 1696:2 1697:2 1717:1 1720:1 1732:1 1738:1 1740:1 1744:1 1748:1 1753:2 1762:1 1769:1 1774:1 1776:2 1779:1 1787:5 1791:1 1796:1 1797:1 1801:2 1815:1 1818:3 1824:1 1833:1 1835:1 1841:1 1844:3 1849:1 1850:1 1856:1 1858:2 1859:1 1871:1 1883:1 1887:1 1926:1 1928:6 1943:1 1951:1 1956:1 1957:1 1958:1 1962:2 1990:1 1996:1 1997:1 2006:1 2012:1 2019:1 2023:1 2054:1 2057:7 2072:1 2090:1 2110:1 2124:1 2136:1 2145:1 2155:1 2174:2 2175:1 2176:1 2177:8 2179:2 2181:1 2185:4 2188:1 2193:2 2194:1 2196:2 2200:1 2201:8 2203:3 2208:3 2209:2 2211:5 2214:1 2216:1 2248:1 2252:1 2260:3 2270:1 2274:2 2278:1 2285:1 2288:1 2291:1 2293:1 2295:1 2334:1 2378:1 2380:1 2408:1 2418:1 2430:1 2437:1 2487:1 2499:1 2510:1 2547:1 2557:1 2563:1 2565:1 2566:1 2569:1 2580:1 2582:1 2583:1 2588:1 2597:1 2598:1 2599:1 2601:1 2602:3 2618:1 2621:1 2627:1 2629:1 2631:1 2646:2 2649:1 2650:1 2662:1 2676:3 2687:1 2701:1 2703:1 2705:1 2713:2 2725:1 2731:1 2732:1 2755:1 2760:2 2766:2 2774:10 2786:1 2793:3 2801:2 2803:2 2811:1 2813:1 2818:1 2827:1 2831:5 2840:1 2854:1 2869:1 2880:1 2883:1 2885:2 2886:2 2888:1 2897:1 2908:2 2948:1 2958:1 2968:1 2983:1 2989:1 2995:2 2996:1 3002:1 3010:1 3017:1 3025:1 3055:2 3062:2 3071:1 3072:1 3090:1 3092:1 3122:1 3127:1 3130:1 3131:3 3134:3 3137:5 3138:2 3148:1 3158:7 3164:1 3174:1 3195:1 3216:1 3227:1 3233:1 3258:1 3299:1 3313:2 3321:1 3324:1 3325:1 3333:1 3339:1 3362:1 3371:1 3383:1 3406:1 3423:1 3434:1 3442:1 3443:2 3456:1 3464:2 3481:1 3491:2 3496:1 3506:1 3516:1 3518:4 3520:2 3530:2 3537:1 3538:1 3550:2 3555:1 3574:2 3580:1 3584:1 3585:1 3614:1 3616:1 3621:2 3625:2 3630:1 3640:1 3642:1 3646:1 3647:1 3650:3 3668:1 3680:1 3682:1 3688:1 3692:1 3699:1 3709:2 3715:1 3718:1 3724:2 3728:2 3732:2 3738:1 3751:2 3757:2 3758:1 3764:1 3778:1 3791:1 3795:1 3803:1 3807:1 3810:1 3815:1 3818:3 3826:1 3836:2 3839:1 3842:1 3845:1 3853:2 3857:2 3858:6 3883:1 3907:1 3912:1 3916:2 3923:1 3928:1 3929:1 3934:1 3940:1 3970:1 3983:1 3986:1 3988:1 3998:1 4002:1 4003:1 4004:1 4011:2 4020:2 4030:3 4031:1 4035:5 4042:1 4043:1 4052:1 4067:1 4068:1 4094:4 4109:1 4115:1 4126:1 4129:6 4131:1 4152:2 4169:2 4174:2 4189:1 4196:1 4224:1 4230:4 4231:1 4234:1 4235:1 4249:1 4250:1 4251:1 4281:2 4290:1 4295:1 4302:1 4307:1 4315:1 4321:2 4342:3 4351:1 4384:1 4388:1 4400:2 4407:1 4426:4 4433:2 4459:1 4462:3 4471:1 4474:1 4485:1 4489:1 4496:1 4497:4 4498:1 4500:1 4503:1 4510:1 4533:1 4536:1 4542:1 4546:2 4565:1 4567:1 4572:1 4645:1 4648:18 4649:1 4658:1 4669:1 4670:1 4673:1 4677:1 4706:1 4713:1 4747:1 4763:1 4767:4 4787:8 4789:6 4790:1 4792:1 4795:2 4796:2 4797:2 4800:3 4802:2 4808:1 4810:1 4812:3 4813:1 4814:7 4817:2 4833:1 4840:1 4869:1 4871:2 4903:1 4906:1 4944:1 4947:5 4972:1 4980:1 4994:1 4997:1 5002:2 5005:1 5010:1 5013:1 5020:1 5023:1 5044:4 5047:1 5074:1 5084:1 5092:1 5102:1 5104:2 5108:1 5123:1 5126:2 5136:2 5170:1 5171:1 5182:1 5201:1 5212:1 5222:2 5224:1 5248:1 5253:2 5269:1 5275:1 5286:1 5293:1 5296:1 5299:2 5301:1 5304:1 5309:2 5311:1 5313:1 5315:2 5319:1 5320:1 5322:1 5351:1 5353:1 5357:2 5379:3 5385:1 5386:1 5413:1 5422:1 5423:1 5425:1 5436:1 5437:1 5446:1 5448:1 5473:1 5486:1 5488:1 5504:1 5574:2 5585:1 5587:4 5593:1 5609:3 5636:1 5643:3 5671:1 5689:2 5708:4 5710:2 5714:1 5739:4 5755:2 5760:1 5773:1 5795:1 5804:2 5808:2 5828:2 5832:2 5847:1 5862:1 5867:1 5892:1 5896:1 5910:1 5913:3 5916:1 5935:1 5942:8 5945:1 5950:1 5961:1 5969:1 5982:1 5993:8 6027:1 6034:6 6037:3 6041:1 6044:1 6045:4 6046:3 6047:2 6048:2 6049:1 6052:3 6053:1 6056:1 6058:3 6060:5 6063:1 6074:1 6089:1 6100:1 6101:1 6121:1 6140:1 6147:3 6168:1 6174:1 6187:4 6191:2 6203:2 6206:1 6216:1 6221:1 6250:1 6256:1 6257:1 6259:1 6265:1 6268:2 6286:1 6288:1 6295:1 6304:1 6327:1 6330:1 6338:1 6340:1 6353:1 6373:1 6375:1 6399:2 6416:1 6418:1 6425:1 6431:1 6433:1 6437:2 6457:3 6462:2 6465:1 6475:1 6482:1 6486:1 6489:4 6493:7 6495:1 6497:2 6498:1 6507:1 6508:1 6512:2 6515:1 6519:5 6520:1 6521:2 6522:1 6523:1 6529:3 6579:2 6580:1 6588:1 6591:1 6592:1 6596:1 6597:1 6612:1 6620:1 6625:2 6645:1 6657:1 6665:1 6670:1 6675:1 6681:1 6683:1 6687:1 6696:2 6702:1 6703:1 6707:1 6716:2 6721:1 6722:2 6723:1 6732:1 6735:1 6737:1 6739:1 6748:3 6766:1 6767:1 6768:1 6771:1 6779:1 6792:1 6794:1 6816:3 6818:1 6825:1 6826:1 6838:1 6839:2 6842:1 6843:1 6852:1 6860:1 6890:1 6898:1 6903:2 6904:1 6914:2 6934:2 6941:3 6943:1 6948:1 6954:2 6956:3 6960:5 6994:1 6999:1 7011:1 7017:1 7038:1 7048:8 7073:6 7074:1 7077:2 7088:1 7106:2 7123:1 7137:1 7144:2 7186:1 7187:1 7231:3 7249:10 7250:5 7255:1 7270:1 7273:1 7274:4 7286:2 7307:1 7311:1 7323:44 7344:10 7345:6 7369:1 7370:1 7381:2 7384:1 7403:1 7409:1 7414:2 7434:3 7458:1 7478:4 7488:2 7496:1 7513:2 7525:1 7539:5 7550:1 7563:1 7566:1 7571:1 7586:1 7590:1 7596:1 7600:1 7603:2 7646:3 7650:2 7675:1 7677:1 7684:2 7696:1 7698:1 7701:1 7706:1 7715:3 7771:1 7786:1 7789:1 7791:19 7812:1 7815:1 7817:2 7826:1 7843:1 7879:3 7884:1 7891:1 7898:1 7903:1 7914:1 7922:1 7929:1 7936:2 7947:1 7949:2 7957:7 7958:1 7964:2 7990:1 7994:1 8013:1 8026:1 8031:1 8034:1 8035:1 8045:2 8054:1 8061:1 8064:1 8116:1 8117:1 8122:1 8123:2 8124:1 8125:4 8126:1 8128:2 8130:2 8135:2 8136:1 8140:2 8155:1 8159:2 8161:3 8166:1 8169:1 8176:1 8180:1 8182:1 8191:1 8221:1 8229:6 8268:1 8280:4 8282:2 8293:2 8322:1 8326:1 8328:1 8340:1 8351:1 8362:1 8397:1 8401:1 8404:1 8406:1 8413:1 8423:1 8437:2 8439:1 8440:3 8441:1 8467:1 8484:2 8485:2 8490:1 8493:1 8496:1 8503:2 8505:1 8515:1 8531:1 8539:1 8556:5 8558:4 8575:2 8613:1 8620:1 8621:1 8655:1 8670:2 8682:2 8694:1 8697:1 8698:1 8705:2 8707:1 8716:1 8719:3 8721:1 8725:1 8747:1 8748:2 8751:2 8752:3 8753:1 8788:1 8796:1 8801:1 8803:1 8804:1 8813:1 8816:1 8817:1 8819:1 8828:2 8853:1 8858:1 8876:1 8878:1 8898:1 8907:1 8926:1 8930:2 8942:2 8944:2 8954:1 8962:1 8971:1 8979:1 8991:1 8996:1 8997:1 9000:2 9007:1 9010:2 9016:1 9023:2 9028:1 9030:2 9034:1 9045:1 9048:1 9062:1 9063:3 9068:2 9073:1 9080:1 9087:1 9095:1 9118:1 9144:1 9179:2 9180:1 9215:2 9236:4 9242:3 9244:1 9249:2 9257:3 9267:1 9279:1 9317:1 9325:2 9337:1 9372:1 9378:1 9385:1 9398:1 9405:2 9418:1 9420:2 9430:1 9432:1 9441:1 9442:2 9451:2 9460:1 9464:1 9473:5 9484:3 9486:1 9495:1 9507:1 9522:1 9533:3 9534:2 9544:1 9569:2 9571:2 9594:1 9597:1 9605:1 9607:1 9621:1 9683:1 9687:1 9696:2 9697:1 9701:1 9707:4 9712:1 9721:1 9741:1 9757:1 9760:1 9762:1 9770:1 9773:1 9778:1 9783:1 9788:2 9793:1 9797:1 9799:4 9802:1 9803:1 9822:1 9823:3 9844:1 9858:1 9870:1 9877:5 9882:4 9883:1 9917:8 9925:2 9930:1 9935:1 9936:1 9947:1 9955:2 9961:1 9963:1 9974:1 9981:1 9996:1 10006:1 10013:1 10046:2 10052:1 10053:1 10054:1 10066:1 10070:3 10073:1 10075:2 10076:5 10083:1 10085:1 10121:1 10124:1 10125:1 10126:1 10132:2 10136:2 10142:1 10144:1 10153:2 10167:4 10173:1 10174:1 10177:1 10183:1 10187:1 10199:1 10254:3 10259:1 10276:1 10281:1 10287:3 10289:4 10296:4 10299:3 10300:6 10304:2 10307:3 10308:2 10312:1 10313:1 10315:1 10322:1 10326:1 10345:1 10346:1 10347:1 10371:2 10398:1 10404:1 10406:2 10410:1 10417:1 10425:1 10427:2 10429:1 10438:1 10471:1 10476:1 10477:1 10497:1 10498:1 10515:1 10526:1 10564:1 10573:1 10574:1 10580:1 10585:4 10595:2 10607:1 10633:1 10637:4 10642:1 10646:1 10650:1 10652:2 10653:1 10654:1 10664:2 10679:1 10681:1 10683:1 10684:2 10698:1 10717:2 10720:1 10724:3 10747:1 10750:1 10754:4 10775:1 10778:1 10781:1 10784:1 10786:1 10799:2 10804:1 10821:4 10824:1 10832:1 10833:1 10834:1 10850:1 10855:1 10872:2 10897:1 10907:1 10932:1 10933:4 10940:2 10957:1 10965:2 10967:1 10968:1 10973:2 10977:2 10981:1 10982:1 10989:1 10994:5 10995:1 11001:3 11046:3 11052:2 11054:1 11056:1 11062:2 11067:2 11071:1 11081:1 11086:1 11092:1 11093:1 11098:1 11107:1 11109:1 11116:1 11140:1 11149:1 11154:1 11170:1 11175:1 11176:2 11222:1 11227:1 11229:1 11245:1 11247:1 11252:2 11261:1 11291:1 11304:2 11310:1 11313:1 11335:1 11354:3 11355:2 11375:1 11387:1 11388:1 11389:2 11393:3 11394:1 11401:1 11410:2 11414:1 11416:1 11419:1 11421:2 11422:1 11432:1 11437:1 11440:1 11447:1 11477:1 11492:1 11494:1 11499:6 11501:2 11515:1 11519:1 11521:2 11532:1 11536:1 11552:1 11581:2 11582:1 11606:1 11611:1 11619:1 11639:1 11653:1 11654:1 11661:2 11662:1 11671:1 11686:2 11688:4 11689:1 11691:1 11699:1 11704:1 11735:1 11756:1 11759:1 11778:1 11844:1 11860:1 11876:2 11888:2 11889:1 11903:1 11926:1 11933:1 11945:1 11960:1 12007:1 12009:1 12013:1 12018:1 12021:1 12023:1 12024:1 12039:1 12079:1 12115:1 12152:1 12156:1 12157:1 12167:2 12169:1 12195:1 12214:2 12230:1 12234:1 12235:2 12236:1 12241:1 12242:1 12243:1 12250:2 12261:1 12262:2 12265:1 12271:7 12276:1 12285:1 12300:3 12313:2 12323:1 12324:1 12358:1 12369:2 12385:1 12396:1 12402:2 12404:5 12409:4 12468:1 12472:14 12475:1 12502:1 12522:1 12526:1 12528:2 12532:2 12539:1 12548:1 12557:2 12565:1 12591:1 12604:1 12612:1 12640:1 12641:2 12661:1 12687:1 12701:1 12710:3 12733:1 12737:2 12743:4 12748:1 12766:1 12768:1 12775:3 12778:1 12782:1 12790:1 12801:2 12856:2 12884:1 12885:1 12893:1 12894:3 12896:1 12910:1 12919:2 12932:2 12942:3 12945:1 12951:1 12970:1 12971:2 12974:2 12982:2 12995:1 13001:1 13007:1 13016:2 13018:1 13033:1 13040:1 13053:1 13067:1 13068:1 13080:1 13086:3 13097:3 13098:1 13120:2 13126:4 13133:1 13155:1 13160:1 13170:1 13179:1 13186:1 13187:1 13199:1 13211:1 13247:1 13263:1 13270:1 13276:2 13285:1 13295:6 13310:1 13316:1 13323:2 13332:1 13366:1 13367:1 13371:1 13379:1 13384:1 13388:1 13401:1 13441:1 13459:1 13464:1 13476:1 13483:1 13498:1 13500:1 13501:1 13506:2 13524:1 13539:1 13545:1 13557:1 13563:2 13586:1 13597:1 13599:1 13618:1 13628:2 13629:2 13634:1 13656:1 13662:1 13666:1 13673:1 13676:1 13689:1 13691:3 13692:1 13693:2 13701:2 13704:1 13705:1 13708:1 13723:1 13726:1 13744:1 13751:3 13757:1 13805:1 13806:3 13825:1 13875:1 13882:1 13889:1 13890:1 13894:1 13906:1 13911:1 13914:1 13945:1 13956:1 13969:2 13973:1 13987:1 13989:1 13991:2 13996:3 14001:2 14009:1 14036:6 14043:1 14045:1 14049:1 14057:1 14093:1 14106:2 14107:1 14117:1 14154:1 14171:1 14178:1 14181:1 14192:1 14193:1 14197:1 14202:1 14210:1 14211:1 14222:1 14225:1 14226:1 14233:2 14235:1 14240:2 14244:1 14249:2 14259:1 14267:2 14270:1 14292:1 14297:1 14303:2 14306:1 14312:1 14319:1 14320:2 14339:1 14341:1 14342:1 14350:1 14361:1 14380:1 14391:1 14403:1 14418:2 14419:1 14422:1 14430:1 14438:1 14439:1 14443:1 14445:2 14451:4 14481:1 14487:3 14492:2 14506:2 14508:2 14557:1 14563:1 14564:3 14577:2 14583:1 14586:1 14589:1 14604:1 14612:1 14613:1 14618:1 14622:1 14628:1 14630:1 14634:1 14635:1 14638:5 14643:1 14650:1 14655:1 14659:1 14660:1 14667:2 14672:1 14696:3 14705:1 14709:1 14724:1 14728:1 14754:1 14769:3 14796:1 14797:1 14801:1 14809:1 14818:1 14824:1 14841:3 14843:2 14851:2 14881:2 14887:1 14901:1 14907:1 14908:1 14918:1 14924:11 14945:2 14951:1 14952:2 14964:1 14967:1 14973:2 14978:1 14993:2 15002:1 15005:1 15012:10 15018:1 15033:1 15039:2 15073:1 15080:3 15083:1 15095:1 15097:1 15122:1 15144:1 15145:1 15166:1 15170:4 15173:1 15177:3 15178:2 15187:2 15188:4 15193:2 15195:1 15196:2 15197:3 15207:1 15229:1 15263:1 15266:1 15272:1 15297:1 15301:1 15309:1 15312:1 15313:1 15314:2 15332:1 15345:1 15349:1 15352:1 15372:1 15376:1 15399:2 15402:2 15419:1 15442:1 15470:1 15476:1 15483:3 15495:2 15504:3 15513:1 15520:2 15538:2 15539:1 15554:1 15560:1 15567:2 15568:1 15571:1 15578:1 15582:3 15584:1 15629:1 15639:1 15655:2 15657:1 15723:1 15738:1 15762:5 15768:1 15775:3 15778:1 15786:1 15798:1 15807:1 15838:1 15839:4 15842:1 15863:2 15867:1 15872:1 15896:1 15907:1 15915:1 15937:1 15951:1 15962:2 15983:1 15984:1 16028:2 16055:1 16067:1 16070:1 16073:1 16083:1 16095:1 16108:1 16117:6 16119:1 16122:1 16129:2 16139:1 16157:1 16162:1 16176:1 16209:1 16221:1 16238:1 16258:1 16301:1 16312:1 16319:1 16324:1 16329:1 16331:1 16337:2 16347:3 16351:1 16371:1 16399:4 16419:1 16428:1 16434:2 16435:3 16457:1 16462:2 16469:1 16477:1 16486:1 16489:5 16505:3 16518:2 16519:1 16525:1 16531:1 16555:2 16570:2 16583:1 16592:2 16595:1 16612:1 16625:3 16633:1 16641:1 16664:3 16674:6 16680:1 16729:2 16733:2 16743:3 16756:1 16762:1 16777:6 16779:1 16781:1 16782:1 16787:1 16788:1 16795:1 16803:1 16807:1 16808:1 16809:1 16824:1 16832:1 16837:1 16865:1 16873:1 16892:1 16915:1 16916:1 16925:1 16932:2 16934:1 16940:1 16962:1 16970:1 16985:1 17009:1 17016:1 17040:1 17046:2 17094:1 17097:1 17098:3 17101:1 17110:5 17122:1 17127:1 17132:1 17165:1 17183:2 17205:1 17221:1 17224:1 17230:1 17235:1 17241:1 17262:1 17265:1 17266:2 17276:1 17282:1 17317:1 17326:2 17335:1 17342:1 17353:1 17376:1 17398:1 17400:1 17410:1 17415:2665 17425:1 17430:1 17433:1 17447:1 17460:1 17473:1 17476:1 17478:1 17486:1 17505:3 17517:1 17547:2 17589:1 17594:1 17600:1 17601:1 17608:1 17613:1 17639:1 17644:1 17646:1 17650:1 17703:2 17706:2 17714:1 17744:1 17753:1 17754:1 17782:1 17810:1 17814:1 17820:2 17824:1 17831:1 17845:1 17859:1 17869:1 17871:1 17892:1 17900:3 17911:1 17917:1 17920:1 17928:1 17931:1 17936:1 17941:1 17944:2 17946:4 17964:1 17978:1 17980:1 17989:1 18009:1 18015:1 18041:1 18069:1 18074:1 18085:1 18100:1 18109:1 18119:3 18121:1 18142:1 18143:1 18154:1 18167:1 18172:3 18175:1 18187:1 18194:1 18206:2 18210:1 18232:5 18275:6 18277:1 18278:1 18283:1 18303:2 18306:1 18314:1 18319:1 18320:1 18324:1 18326:2 18333:1 18335:1 18355:1 18359:3 18360:1 18364:1 18365:1 18378:1 18384:3 18390:1 18392:1 18404:1 18410:3 18411:1 18412:1 18417:1 18427:1 18432:1 18437:2 18444:1 18457:1 18476:1 18491:1 18495:1 18506:1 18515:1 18539:2 18543:3 18545:2 18554:1 18587:1 18596:1 18603:1 18608:1 18619:1 18626:2 18632:2 18637:3 18663:2 18676:1 18687:1 18703:1 18707:1 18723:1 18724:1 18748:1 18753:1 18754:1 18755:2 18757:1 18760:2 18770:1 18778:1 18786:1 18801:1 18802:1 18805:5 18808:1 18838:1 18845:1 18861:1 18875:3 18876:1 18878:2 18884:1 18886:1 18890:1 18893:1 18901:1 18908:2 18912:3 18928:1 18930:1 18932:1 18936:4 18939:1 18944:2 18947:1 18948:1 18949:1 18966:1 18979:1 18984:1 18998:1 19004:1 19011:1 19013:1 19014:1 19015:1 19033:4 19037:1 19041:1 19044:1 19050:1 19064:1 19106:1 19109:1 19118:1 19137:2 19140:1 19143:1 19148:1 19152:1 19175:1 19176:1 19177:1 19186:1 19188:1 19205:6 19213:1 19223:1 19225:1 19229:1 19233:1 19252:2 19268:1 19270:1 19306:1 19309:1 19328:1 19330:2 19358:1 19370:1 19385:1 19386:1 19395:1 19396:1 19407:1 19409:1 19410:1 19413:1 19426:1 19440:1 19441:2 19455:1 19457:1 19470:1 19491:1 19492:2 19500:2 19502:1 19516:1 19520:3 19522:2 19541:1 19554:1 19556:6 19559:1 19560:2 19563:2 19568:3 19574:2 19577:1 19582:2 19585:1 19590:1 19593:1 19607:1 19609:1 19617:1 19689:1 19695:3 19700:1 19701:1 19721:1 19727:1 19731:2 19733:1 19747:1 19749:1 19751:1 19753:1 19755:1 19769:2 19774:1 19785:2 19796:1 19797:1 19800:1 19806:1 19810:2 19813:1 19819:3 19831:1 19833:1 19852:2 19857:3 19860:1 19877:1 19889:2 19894:1 19905:2 19910:1 19915:3 19918:2 19923:1 19924:1 19933:1 19942:2 19950:1 19956:1 19959:1 19965:1 19990:1 20016:2 20025:2 20031:1 20039:1 20041:3 20047:1 20059:1 20063:1 20065:1 20068:1 20069:2 20070:1 20073:2 20075:1 20085:1 20089:3 20090:1 20091:2 20106:1 20143:1 20152:1 20162:1 20169:2 20171:3 20175:1 20178:1 20188:1 20190:1 20192:1 20193:1 20233:1 20249:1 20260:1 20270:1 20274:1 20279:1 20319:1 20322:1 20325:3 20327:1 20332:1 20334:1 20343:1 20353:1 20373:1 20374:1 20395:2 20398:1 20399:1 20401:1 20404:1 20411:6 20421:1 20429:2 20443:1 20447:4 20452:3 20454:1 20469:1 20471:1 20490:2 20519:1 20525:2 20526:2 20528:1 20529:1 20531:1 20535:1 20539:1 20541:1 20545:2 20546:2 20548:1 20551:2 20553:1 20554:1 20556:3 20559:7 20563:1 20571:1 20574:1 20590:1 20592:1 20596:2 20602:1 20608:1 20630:1 20680:2 20682:1 20683:1 20684:1 20685:3 20690:1 20730:1 20731:3 20747:1 20752:4 20755:2 20775:2 20778:1 20785:2 20803:2 20811:1 20828:2 20832:1 20850:1 20858:1 20879:1 20893:7 20900:1 20906:2 20915:1 20927:4 20934:1 20939:2 20960:9 20962:1 20967:1 20973:1 21002:1 21022:1 21028:2 21029:1 21031:1 21057:1 21072:1 21080:1 21087:2 21100:6 21103:1 21134:1 21140:1 21142:1 21161:1 21167:1 21178:1 21179:1 21186:1 21189:1 21199:1 21221:1 21225:2 21233:1 21262:1 21272:1 21284:1 21287:1 21300:1 21304:1 21312:1 21325:1 21341:1 21342:1 21346:1 21349:1 21354:2 21363:1 21365:2 21369:1 21375:1 21376:1 21382:1 21397:1 21411:1 21414:1 21420:5 21424:1 21432:1 21442:2 21472:1 21480:2 21483:4 21496:1 21513:2 21524:1 21533:1 21534:1 21536:1 21543:1 21547:1 21549:1 21550:1 21571:3 21584:2 21608:1 21609:1 21614:1 21633:4 21640:1 21645:4 21657:2 21683:1 21703:2 21705:1 21709:1 21728:1 21735:1 21737:1 21742:1 21747:1 21753:1 21758:1 21784:1 21789:1 21816:3 21817:1 21834:3 21837:1 21838:1 21844:2 21847:1 21849:1 21857:1 21869:1 21876:1 21879:1 21885:1 21891:1 21894:1 21928:1 21929:1 21930:1 21933:2 21938:1 21951:1 21965:1 21966:1 21970:1 21971:1 21979:2 21984:3 21985:1 22008:3 22015:2 22020:1 22026:1 22043:1 22054:4 22057:1 22067:1 22078:1 22080:1 22085:1 22105:1 22111:1 22114:1 22125:3 22135:2 22153:1 22156:1 22164:1 22165:2 22171:1 22177:1 22182:1 22215:1 22230:1 22244:2 22256:1 22268:1 22288:3 22298:1 22304:1 22311:1 22336:1 22362:1 22366:1 22374:1 22381:2 22384:1 22385:1 22386:1 22389:1 22398:1 22400:1 22448:2 22449:1 22450:1 22466:1 22479:1 22491:1 22493:1 22542:2 22545:2 22547:2 22551:1 22575:1 22598:1 22604:1 22614:1 22626:1 22628:1 22657:1 22665:1 22666:6 22686:2 22687:2 22693:1 22696:1 22722:1 22724:1 22742:1 22765:1 22779:1 22784:5 22791:1 22792:1 22798:1 22810:1 22814:1 22817:1 22820:1 22843:1 22859:1 22891:3 22904:1 22905:1 22935:1 22941:1 22946:1 22962:2 22965:1 22967:1 22972:1 22991:2 22996:2 23001:1 23007:1 23010:1 23013:1 23015:3 23025:1 23030:1 23038:1 23041:1 23073:2 23096:3 23100:2 23133:1 23136:1 23141:1 23142:2 23144:2 23147:1 23149:2 23151:1 23152:2 23153:1 23158:1 23159:1 23165:1 23171:1 23189:2 23211:1 23228:1 23234:1 23252:2 23263:3 23273:3 23277:2 23284:1 23285:1 23290:1 23291:1 23307:1 23308:4 23310:2 23335:1 23340:1 23360:1 23369:1 23373:1 23403:3 23412:1 23414:1 23419:1 23422:2 23456:1 23458:1 23493:5 23496:2 23554:1 23559:1 23563:1 23594:2 23609:1 23611:1 23634:1 23646:1 23660:4 23669:1 23681:3 23683:1 23689:1 23692:7 23699:3 23717:2 23718:1 23719:1 23720:1 23721:1 23723:1 23766:2 23777:3 23779:1 23782:1 23791:1 23800:1 23801:1 23848:4 23853:3 23862:1 23865:1 23871:2 23874:2 23875:1 23882:1 23906:1 23907:2 23911:2 23912:1 23913:2 23919:1 23946:1 23953:1 23955:1 23956:1 23966:1 23970:1 23973:1 23985:1 23994:1 23996:1 23998:1 24017:2 24022:1 24054:1 24066:1 24071:1 24092:2 24093:1 24094:1 24122:1 24143:1 24151:3 24153:7 24160:1 24166:1 24176:2 24196:1 24271:1 24288:1 24290:1 24310:1 24328:1 24331:1 24334:2 24340:4 24398:1 24423:1 24428:1 24434:1 24439:1 24456:3 24459:1 24463:2 24470:4 24473:1 24497:1 24507:1 24551:1 24553:1 24562:1 24567:1 24570:1 24571:1 24585:1 24586:1 24602:1 24603:1 24605:1 24606:1 24612:1 24665:1 24673:1 24687:2 24704:1 24723:1 24733:1 24740:1 24744:1 24754:1 24758:1 24807:2 24809:1 24817:1 24871:1 24889:1 24892:1 24893:1 24896:1 24900:1 24904:1 24910:1 24936:1 24940:1 24951:1 24956:1 24965:3 24969:5 24972:2 24982:1 24992:1 25003:1 25029:1 25033:1 25060:1 25069:1 25089:1 25096:3 25097:1 25112:1 25114:2 25115:3 25124:1 25149:2 25159:1 25181:1 25192:1 25221:1 25230:1 25234:1 25240:3 25242:5 25247:1 25249:1 25260:1 25262:1 25265:1 25267:2 25271:1 25279:3 25282:1 25288:1 25306:1 25309:1 25323:1 25329:1 25333:4 25337:3 25354:1 25363:1 25369:1 25372:1 25381:2 25386:1 25387:1 25392:1 25445:1 25455:2 25460:1 25468:1 25474:1 25496:2 25497:1 25505:1 25507:1 25508:1 25513:3 25517:2 25518:1 25519:1 25523:1 25525:3 25550:3 25561:1 25567:2 25568:3 25570:1 25572:2 25584:1 25614:1 25619:1 25630:1 25634:1 25650:1 25651:1 25656:3 25672:5 25679:1 25715:2 25731:1 25735:1 25738:3 25742:1 25752:1 25757:1 25759:1 25760:1 25761:1 25774:1 25779:1 25781:2 25782:1 25792:2 25793:1 25796:1 25799:1 25802:3 25804:1 25805:2 25806:1 25817:1 25820:2 25822:1 25824:1 25826:3 25827:6 25834:1 25837:2 25839:2 25861:1 25870:1 25871:2 25872:2 25877:1 25880:1 25898:1 25900:5 25915:1 25925:1 25927:7 25928:1 25930:1 25957:1 25959:1 25988:2 25994:1 25997:2 26007:1 26019:1 26021:1 26025:1 26032:1 26072:1 26095:1 26099:1 26100:2 26107:1 26115:1 26123:1 26171:2 26204:1 26211:1 26216:1 26229:1 26260:2 26268:1 26282:1 26283:1 26289:2 26317:1 26319:1 26335:1 26346:1 26349:1 26365:1 26368:2 26406:3 26413:1 26417:1 26433:1 26439:2 26446:1 26448:1 26454:1 26459:2 26473:1 26482:1 26484:1 26485:2 26490:1 26508:20 26511:1 26513:3 26530:1 26537:1 26539:1 26542:1 26547:4 26552:1 26562:1 26564:1 26567:1 26576:1 26591:1 26610:3 26619:1 26622:1 26634:1 26645:5 26655:4 26662:1 26692:11 26700:1 26733:1 26745:1 26759:1 26764:2 26777:1 26782:1 26787:1 26800:1 26807:1 26813:1 26834:2 26852:2 26864:2 26867:1 26869:2 26878:1 26882:2 26886:1 26904:1 26921:1 26944:1 26946:2 26948:2 26952:1 26953:2 26961:1 26965:1 26966:2 26972:1 26975:1 26977:1 26978:1 26982:1 27005:2 27012:1 27016:2 27019:3 27020:5 27058:1 27062:1 27063:1 27073:1 27074:1 27078:2 27085:1 27096:3 27150:4 27154:1 27160:1 27179:1 27197:1 27202:1 27223:1 27227:1 27236:1 27241:1 27247:3 27248:2 27309:3 27333:1 27370:1 27379:1 27390:2 27394:1 27396:1 27402:2 27407:1 27433:2 27434:2 27440:1 27447:3 27459:1 27477:1 27491:2 27492:1 27506:1 27516:1 27521:1 27530:1 27534:2 27547:3 27553:3 27564:1 27569:1 27572:2 27590:1 27598:1 27609:3 27613:1 27619:1 27635:1 27637:1 27638:1 27643:4 27652:1 27667:1 27669:1 27672:1 27683:4 27689:1 27706:1 27715:3 27716:5 27723:3 27729:1 27730:1 27732:1 27734:1 27739:7 27765:1 27775:5 27778:1 27784:4 27789:1 27792:1 27797:1 27812:1 27820:1 27838:1
|
41c84167d1664b158e29fb3edfa6a22acaf2d675 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3811/CH7/EX7.4/Ex7_4.sce | 161dcd5febc6b155a01428838269ca8bddca6a58 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,555 | sce | Ex7_4.sce | //Book Name: Fundamentals of electrical drives by Mohamad A. El- Sharkawi
//chapter 7
//example 7.4
//edition 1
//publisher and place:Nelson Engineering
clc;
clear;
V=480;//terminal voltage in volt
p=6;//number of poles
f=60;//frequency in hertz
Tout=300;//constant load torque in Nm
N1=1;
N2=1;
Prot=1e3;//rotational power in watt
alpha=120;//trigerring angle in degree
mprintf("\nTo find speed of the motor:")
a=120;//constant value
ns=(a*f)/p;
n=ns*(1+((N1/N2)*cosd(alpha)));
mprintf("\nThe speed of the motor is %f rpm",n)
s=(ns-n)/ns;
mprintf("\nTo compute current in DC link:")
rps=n/60;//speed in rps
omega=(2*%pi*rps);
Pout=Tout*omega;
Pd=Pout+Prot;
K=(3*sqrt(2))/%pi;
I=(Pd/(1-s))/(K*V);
mprintf("\nThe current in DC link is %f A",I)
mprintf("\nTo compute rotor rms current:")
itr=sqrt(2/3);//solved integration value
I2=itr*I;
mprintf("\nThe rotor rms current is %f A",I2)
mprintf("\nTo compute stator rms current:")
I1=(N1/N2)*I2
mprintf("\nThe stator rms current is %f A",I1)
mprintf("\nTo compute power returned to the source:")
Pr=Pd;
Pr=Pr*10^(-3);
mprintf("\nThe power returned to the source is %f watt",Pr)
mprintf("\nTo compute the losses when additional resistance is added:")
Td=Pd/omega;
rpss=ns/60;//speed in rps
omegas=(2*%pi*rpss);
Radd=(V^2*s)/(Td*omegas);//additional resistance added in ohm
I2=sqrt(((s/(1-s))*(Pd/3))/Radd);//rotor current
Padd=3*I2^2*Radd;//additional power loss
Padd=Padd*10^(-3);
mprintf("\nThe power losses when additional resistance added is %f watt",Padd)
|
74b47b81e77c050e5364d38264b022af6735cb74 | 35071fb08cee13f4a9e79c396f7c8c028f69db0e | /Tests/Syntaxe/KO/FOR_DECL_KO.tst | 2402016755528f67eed00c188ec847c2996bf717 | [] | 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 | 78 | tst | FOR_DECL_KO.tst | void main()
{
for(int i = 0; i < 10; i = i + 1)
{
print("ERROR_FOR");
}
} |
7b55e44d1e94bf742e332ca73e9e88d55d627e29 | 63272a22de6586ade2f3d9ddc7eac208ca1bd548 | /projects/02/Or16Way.tst | bede3f39573e12e0692b6ef42fb1d77d7ed60e93 | [] | no_license | NanduBC/nand2tetris | 34492a9c5e017b8803bbfa4c6094b46badd5ef39 | 710050ee457d6a03f159cebd50edc9cdcfd737e7 | refs/heads/master | 2021-01-12T02:55:18.743182 | 2017-01-05T17:50:22 | 2017-01-05T17:50:22 | 78,128,861 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | tst | Or16Way.tst | load Or16Way.hdl,
output-file Or16Way.out,
compare-to Or16Way.cmp,
output-list in%B1.16.1 out%B1.1.1;
set in %B0000000000000000,
eval,
output;
set in %B1111111111111111,
eval,
output;
set in %B0101010101010101,
eval,
output;
set in %B0011110011000011,
eval,
output;
set in %B0001001000110100,
eval,
output; |
1161db5aee754008536af8e4c7866c5bf2b03f9c | 4bbc2bd7e905b75d38d36d8eefdf3e34ba805727 | /ee_scicoslab/scicos_flex/dspic/macros/misc/bb_dlqr.sci | 79bb73f18debf392d7f0171ccbc3a609c55634e7 | [] | 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 | 233 | sci | bb_dlqr.sci | function k=bb_dlqr(fi,H,Q,R)
// Calculates the LQR gains for discrete systems
[n1,d1]=size(fi);
big=sysdiag(Q,R);
[w,wp]=fullrf(big,1e-20);
C1=wp(:,1:n1);
D12=wp(:,n1+1:$);
P=syslin('d',fi,H,C1,D12);
[k,X]=lqr(P);
k=-k;
endfunction
|
bc76c07d5a3b1d7fcd16c84fb23ad899208dcd42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH3/EX3.36/Ch03Ex36.sce | 6b32c984ea4355c3f355ac1c571836cd2eda9481 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 674 | sce | Ch03Ex36.sce | // Scilab Code Ex3.36:: Page-3.51 (2009)
clc; clear;
lambda1 = 5500e-008; // First wavelength of light, cm
lambda2 = 4500e-008; // Second wavelength of light, cm
theta = 45; // Angle of diffraction for lower order, degrees
n = lambda2/(lambda1-lambda2); // Lower order of diffraction
// But a_plus_b*sind(theta)=n*lambda, solving for a_plus_b
a_plus_b = floor(n)*lambda1/sind(theta); // Grating element, cm
N = 1/a_plus_b; // No. of lines per cm on grating surface, lines/cm
printf("\nThe number of lines per cm on grating surface = %4d lines/cm", ceil(N));
// Result
// The number of lines per cm on grating surface = 3215 lines/cm
|
3d2b86522cc6f28e9a6083158d0fa4499c7c9738 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2072/CH21/EX21.6/Ex21_6.sce | df714180731d4b50bebb6296953683f0ea96001b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 78 | sce | Ex21_6.sce | //Example21.6
L=20*10^-3//in H
C=1/(25*10^6*L)
disp(C,"Capacitance in Farad=") |
acf8be03c8cf516ca45460ae6c5e924ae9bbe71a | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3/Unix-Windows/scilab-2.3/examples/link-examples/ext2f.sce | e36c051caca0271597857d54ef63500bb9bc7916 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | 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 | 179 | sce | ext2f.sce | //Simple example #2
host('make /tmp/ext2f.o');
link('/tmp/ext2f.o','ext2f');
a=[1,2,3];b=[4,5,6];n=3;
c=fort('ext2f',n,1,'i',a,2,'d',b,3,'d','out',[1,3],4,'d')
c-(sin(a)+cos(b))
|
4bc7d43a68b8d1895257b93d64f9a3414857c68b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH14/EX14.3/Ex14_3.sce | fb59b8d04818d1fabf5eda47c1a43c85e6697ca9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 846 | sce | Ex14_3.sce | clear
//
//
//
//Variable declaration
V=1200; //volume(m^3)
a1=220; //area of wall(m^2)
a2=120; //area of floor(m^2)
a3=120; //area of ceiling(m^2)
C1=0.03; //coefficient of absorption in wall
C2=0.80; //coefficient of absorption in floor
C3=0.06; //coefficient of absorption in ceiling
//Calculations
A1=a1*C1; //absorption due to plastered walls
A2=a2*C2; //absorption due to wooden floor
A3=a3*C3; //absorption due to plastered ceiling
aS=a1+a2+a3; //total absorption in hall
abar=(A1+A2+A3)/aS; //average sound absorption coefficient
AS=abar*aS; //total absorption of room(metric sabines)
T=0.165*V/AS; //reverberation time(sec)
//Result
printf("\n average sound absorption coefficient is %0.2f ",abar)
printf("\n reverberation time is %0.1f sec",T)
|
d41a4de00d737fa606d32945f77af7e23c4eaa26 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/fftfilt.sci | 1fcd211740279955a2affe05d3712130c2e6a73d | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,194 | sci | fftfilt.sci | function y = fftfilt(b, x, varargin)
// Performs FFT-based FIR filtering using overlap-add method
//
// Calling sequence
// y = fftfilt(b,x)
// y = fftfilt(b,x,n)
//
// Parameters
// x: real|complex numbers - vector|matrix
// Input data to be filtered
// If x is a matrix, each column is treated as an independent observation.
// b: real|complex numbers - vector|matrix
// Filter coefficients
// If b is a matrix and x is a vector, each column is treated as an
// independent filter. If both x and b are matrices, each column of x
// if filtered using corresponding column of b.
// n: positive integer
// Parameter used to determine the length of the fft
//
// Description
// y = fftfilt(b,x) filters the data in vector x with the filter described
// by coefficient vector b.
// y = fftfilt(b,x,n) uses n to determine the length of the FFT.
//
// Examples
// 1) Filtering a sine wave
// x = sin(1:2000);
// b = [1 1/2];
// y = fftfilt(b,x);
// 2) Multiple filters (1,1/3) and (1/4,1/5);
// x = sin(1:2000);
// b = [1 1/4;1/3 1/5];
// y = fftfilt(b,x);
//
// Authors
// Ayush Baid
[numOutArgs,numInArgs] = argn(0);
// ** Checking number of arguments
if numInArgs<1 | numInArgs>3 then
msg = "fftfilt: Wrong number of input argument; 1-3 expected";
error(77,msg);
end
if numOutArgs~=1 then
msg = "fftfilt: Wrong number of output argument; 1 expected";
error(78,msg);
end
// variables to keep track if the input vectors are column vectors
transform_x = %f;
// ** checking the type of input arguments **
if isempty(b) then
y = zeros(size(x,1),size(x,2));
return;
end
// b should contain numeric entries
if ~(type(b)==1 | type(b)==8 | type(b)==17) then
msg = "fftfilt: Wrong type for argument #1 (b); Real or complex entries expected ";
error(53,msg);
end
// x should contain numeric entries
if ~(type(x)==1 | type(x)==8 | type(x)==17) then
msg = "fftfilt: Wrong type for argument #2 (x); Real or complex entries expected ";
error(53,msg);
end
temp = size(x,1);
// b and x must have compatible dimensions
inpType = 0;
if size(b,1)==1 | size(b,2)==1 then
// b is a vector; hence x can be a matrix
inpType = 1;
// if x is a vector; it should be a column vector
if size(x,1)==1 then
x = x(:);
transform_x = %t;
end
// covert b to column vector
b = b(:);
else
// b is a matrix, hence x should either be a vector or a matrix with
// same number of columns
if size(x,1)==1 | size(x,2)==1 then
inpType = 2;
if size(x,1)==1 then
x = x(:);
transform_x = %t;
end
else
// check compatibility
if size(b,2)~=size(x,2) then
msg = "fftfilt: Wrong size for arguments #1 (b) and #2 (x); Must have same number of columns";
error(60,msg);
end
inpType = 3;
end
end
// getting the length of data vector x
nx = size(x,1);
nb = size(b,1);
if numInArgs==2 then // the param n was not passed
// figure out the nfft (length of the fft) and L (length of fft inp block)to be used
if (nb>=nx | nb>2^20) then
// take a single fft
nfft = 2^nextpow2(nb+nx-1);
L = nx;
else
// estimated flops for the fft operation (2.5nlog n for n in powers of 2 till 20)
fftflops = [5, 20, 60, 160, 400, 960, 2240, 5120, 11520, 25600, 56320, 122880, 266240, 573440, 1228800, 2621440, 5570560, 11796480, 24903680, 52428800];
n = 2.^(1:20);
candidateSet = find(n>(nb-1)); // all candidates for nfft must be > (nb-1)
n = n(candidateSet);
fftflops = fftflops(candidateSet);
// minimize (number of blocks)*(number of flops per fft)
L = n - (nb - 1);
numOfBlocks = ceil(nx./L);
[dum,ind] = min( numOfBlocks .* fftflops ); //
nfft = n(ind);
L = L(ind);
end
else // nfft is given
if nfft < nb then
nfft = nb;
end
nfft = 2.^(ceil(log(nfft)/log(2))); // forcing nfft to a power of 2 for speed
L = nfft - nb + 1;
end
// performing fft on b
if nb<nfft then
// perform padding
temp = zeros(nfft-nb,size(b,2));
b = [b; temp];
end
B = fft(b,-1,1);
// replication x or b to match the number of columns
if inpType==1 & size(x,2)~=1 then
B = B(:,ones(1,size(x,2)));
elseif inpType==2 then
x = x(:,ones(1,size(b,2)));
end
y=zeros(size(x,1),size(x,2));
blockStartIndex = 1;
while blockStartIndex <= nx,
blockEndIndex = min(blockStartIndex+L-1, nx);
if blockEndIndex==blockStartIndex then
// just a scalar in the block
X = x(blockStartIndex(ones(nfft,1)),:);
else
block = x(blockStartIndex:blockEndIndex,:);
// performing padding
temp = nfft-(blockEndIndex-blockStartIndex)-1;
if temp>0 then
pad = zeros(temp,size(block,2));
block = [block; pad];
end
X = fft(block,-1,1);
end
Y = fft(X.*B,1,1);
yEndIndex = min(nx, blockStartIndex+nfft-1);
y(blockStartIndex:yEndIndex,:) = y(blockStartIndex:yEndIndex,:) + Y(1:(yEndIndex-blockStartIndex+1),:);
blockStartIndex = blockStartIndex+L;
end
// if both data and filter coeffs were real, the output should be real
if ~(or(imag(b(:))) | or(imag(x(:)))) then
y = real(y);
end
if inpType==1 & transform_x then
y = y';
end
endfunction
|
79d6a0bcbf125faca8fcf56cf3545b337b888ac1 | ece5c630921508b439ed25c5f7ab3db5a66f7a1a | /Assignment5_Team8/ALU8.tst | fb56ff5e5bb0570aaa08e988c85b353dbe0054cc | [] | no_license | VedantS01/HDLProjectsCS2310 | f8d17d1c9c28034a21026a4fbe2ae5d38cf39330 | d2a39a4c062173475bd06ff0b3396f1ac6303103 | refs/heads/main | 2023-06-19T20:42:48.411561 | 2021-07-14T19:37:51 | 2021-07-14T19:37:51 | 386,054,022 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 7,116 | tst | ALU8.tst | //We have included all posibilities that can be there for ALU
load ALU8.hdl,
output-file ALU8.out,
compare-to ALU8.cmp,
output-list x%B1.8.1 y%B1.8.1 signed%B3.1.3 opcode%B3.3.3 out%B1.8.1 of%B3.1.3 eq%B3.1.3;
set opcode %X0,
set x %Xaa, set y %Xaa, eval, output;
set opcode %X1,
set x %Xab, set y %Xba, eval, output;
set opcode %X2,
set x %Xaa, set y %Xbb, eval, output;
set opcode %X3,
set x %Xaa, set y %Xbb, eval, output;
set opcode %X4, set signed 0;
set x %X70, set y %X0f, eval, output;
set x %X70, set y %Xaf, eval, output;
set opcode %X4, set signed 1;
set x %X3e, set y %X46, eval, output;
set x %X7e, set y %X4f, eval, output;
set x %Xf8, set y %Xc9, eval, output;
set x %Xa2, set y %Xbf, eval, output;
set x %X74, set y %Xd3, eval, output;
set opcode %X5, set signed 0;
set x %X70, set y %X0f, eval, output;
set x %X38, set y %X47, eval, output;
set opcode %X5, set signed 1;
set x %X3e, set y %X46, eval, output;
set x %X7e, set y %X4f, eval, output;
set x %Xf8, set y %Xc9, eval, output;
set x %Xa2, set y %Xbf, eval, output;
set x %X74, set y %Xd3, eval, output;
set opcode %X6, set signed 0;
set x %X0f, set y %X0f, eval, output;
set x %X12, set y %X1f, eval, output;
set x %X0b, set y %X04, eval, output;
set opcode %X7, set signed 1;
set x %X05, set y %X0f, eval, output;
set x %X00, set y %Xe0, eval, output;
set x %Xfe, set y %X11, eval, output;
set x %Xf7, set y %Xfd, eval, output;
set x %X55, set y %X7f, eval, output;
set x %Xd5, set y %Xf8, eval, output;
/* Additional Test Cases */
/*
set opcode %B000,
eval, output;
set x %B10010010,
set y %B10001110;
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B00010010,
set y %B00001110;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B10000000,
set y %B01101110;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B00000000,
set y %B10111110;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B01010010,
set y %B01101110;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B10101010,
set y %B01010101;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B00010010,
set y %B10101100;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B10011010,
set y %B10101110;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B10101110,
set y %B10101110;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B00001010,
set y %B00001010;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B11111010,
set y %B11111010;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B01001010,
set y %B10001100;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
set x %B11111010,
set y %B00010010;
set signed 0,
set opcode %B001, eval, output;
set opcode %B010, eval, output;
set opcode %B011, eval, output;
set opcode %B100, set signed 1, eval, output;
set opcode %B100, set signed 0, eval, output;
set opcode %B101, set signed 1, eval, output;
set opcode %B101, set signed 0, eval, output;
set opcode %B110, eval, output;
set opcode %B111, set signed 1, eval, output;
*/ |
6b992efbdb1a159be2ee51cf1b6be8b499b595dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /199/CH9/EX9.6/Example_9_6.sce | 827902873755ae8c0a6aec0709e0a669099c562b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 255 | sce | Example_9_6.sce | // Chapter9
// Page.No-402, Figure.No-9.16(a)
// Example_9_6
// Value of resistor
// Given
clear;clc;
f=2*10^3; // Freq of input trigger signal in Hz
C=0.01*10^-6;
tp=1.2/f;
Ra=tp/(1.1*C);
printf("\n Resistance Ra is = %.1f ohm \n",Ra) // Result |
037db782a4b43b3d5a0ad78d1a1625e8385bca25 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH14/EX14.8/Ex14_8.sce | 29e7e73f07721de699cdcf6ea26346d5396acdf2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 541 | sce | Ex14_8.sce | //Ex14_8 Pg-698
clc
n1=1.52 //core refracrive index
n2=1.46 //cladding refractive index
del=(n1-n2)/n1 //fractional difference of refractive indices
NA=n1*sqrt(2*del) //numerical apperture
printf("Numerical apperture = %.3f \n",NA)
AA_rad=asin(NA) //maximum Acceptance angle in rad
AA=AA_rad*180/%pi //maximum entrance angle in degree
printf(" Acceptance angle i0 = %.2f degree \n",AA)
tetha_rad=asin(n2/n1) //critical angle in radians
tetha=tetha_rad*180/%pi //critical angle in degree
printf(" Critical angle = %.1f degree \n",tetha) |
358be2e8f078a388c4bdc982aad12a56ab17aaf3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH5/EX5.14/14.sce | 8ad676512891ba6757ec44c39427833b4f1f4c23 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 474 | sce | 14.sce | clc
T_e1=493; //K
T_e2=298; //K
T_p1=298; //K
T_p2=273; //K
Amt=15; //tonnes produced per day
h=334.5; //kJ/kg
Q_abs=44500; //kJ/kg
Q_p2=Amt*10^3*h/24/60;
COP_hp=T_p2/(T_p1-T_p2);
W=Q_p2/COP_hp/60;
disp("(i)Power developed by the engine = ")
disp(W)
disp("kW")
disp("(ii) Fuel consumed per hour")
n_carnot=1-(T_e2/T_e1);
Q_e1=W/n_carnot*3600; //kJ/h
fuel_consumed=Q_e1/Q_abs;
disp("Quantity of fuel consumed/hour = ")
disp(fuel_consumed)
disp("kg/h") |
dcdc5d12fab7492f57b4337bec054367bca0148f | a5f0fbcba032f945a9ee629716f6487647cafd5f | /Machine_Learning/macros/Regression tree.sci | 5283e05c82a4dffc56619ac76d8867a35d51e13a | [
"BSD-2-Clause"
] | permissive | SoumitraAgarwal/Scilab-gsoc | 692c00e3fb7a5faf65082e6c23765620f4ecdf35 | 678e8f80c8a03ef0b9f4c1173bdda7f3e16d716f | refs/heads/master | 2021-04-15T17:55:48.334164 | 2018-08-07T13:43:26 | 2018-08-07T13:43:26 | 126,500,126 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 3,816 | sci | Regression tree.sci | // Macro for regression Tree -- Scilab
// Function to get the gini impurity of a vector
function gini = giniImpurity(rows)
counts = tabul(rows);
entries = length(rows(:, 1))
gini = 1;
classes = length(counts(:, 1))
for i = 1:classes
gini = gini - (counts(i, 2)*counts(i, 2))/(entries*entries);
end
endfunction
// Function to get the information gain via some split on a feature set
function uncertainity = infoGain(left, right, current_uncertainity)
uncertainity = current_uncertainity - (length(left(:, 1))*giniImpurity(left) + length(right(:, 1))*giniImpurity(right))/(length(left(:, 1)) + length(right(:, 1)))
endfunction
function workdir = regressionTreeTrain(x, y, entryThreshold)
files = dir('Models')
modelsNumber = size(files.name)(1) + 1
mkdir('Models/Model' + string(modelsNumber))
workdir = 'Models/Model' + string(modelsNumber) + '/'
regressionTreeFit(1 , x, y, entryThreshold, workdir)
endfunction
// Function to return the best set of questions for a dataset with the leaf node
// having models represented by flag
function flag = regressionTreeFit(nodeNumber, x, y, entryThreshold, workdir)
features = length(x(1, :))
entries = length(x(:, 1))
bestquest = []
questions = [];
impurity = giniImpurity(y);
flag = [];
mainmat = [x, y];
bestgain = 0
bestleftsub = []
bestrightsub = []
if(entries < entryThreshold)
[a, b] = reglin(x', y');
fd = mopen(workdir + 'NodeModel' + string(nodeNumber),'wt');
mputl(string(a) + ' ' + string(b),fd);
mclose(fd)
else
for i = 1:features
sorted_vals = gsort(x(:, i))
// Grid search through possible splits/questions to find
// the one with the maximum information gain
for j = 2:entries - 1
leftsubm = mainmat(find(mainmat(:, i)) > sorted_vals(j), :);
rightsubm = mainmat(find(mainmat(:, i)) <= sorted_vals(j), :);
if(length(leftsubm(:, 1))~=0 && length(rightsubm(:, 1))~=0)
newGain = infoGain(leftsubm(:, features + 1), rightsubm(:, features + 1), impurity);
if(newGain > bestgain)
bestgain = newGain;
bestquest = [i; sorted_vals(j)];
bestleftsub = leftsubm;
bestrightsub = rightsubm;
end
if(newGain < 0)
break
end
end
end
end
if(bestgain > 0)
fd = mopen(workdir + 'NodeData' + string(nodeNumber),'wt');
mputl(string(bestquest(1,1)) + ' ' + string(bestquest(2,1)),fd);
mclose(fd)
regressionTreeFit(2*nodeNumber, bestleftsub(:, 1:features), bestleftsub(:, features + 1:features + 1), entryThreshold, workdir)
regressionTreeFit(2*nodeNumber + 1, bestrightsub(:, 1:features), bestrightsub(:,features + 1:features + 1), entryThreshold, workdir)
else
[a, b] = reglin(x', y');
fd = mopen(workdir + 'NodeModel' + string(nodeNumber),'wt');
p = length(a)
for i = 1:p
mputl(string(a(i)),fd);
end
mputl(string(b), fd);
mclose(fd)
end
end
endfunction
function val = regressionTreePredictRow(nodeNumber, entry, workdir)
files = dir(workdir).name
numfiles = size(files)(1)
flag = 0;
val = 0;
for j = 1:numfiles
if(bool2s(files(j)=='NodeData' + string(nodeNumber)) == 1)
bestquest = fscanfMat(workdir + files(j))
if(entry(bestquest(1))>bestquest(2))
val = regressionTreePredictRow(2*nodeNumber, entry, workdir)
else
val = regressionTreePredictRow(2*nodeNumber + 1, entry, workdir)
end
flag = 1;
break;
end
end
if(flag == 0)
mainmat = fscanfMat(workdir + 'NodeModel' + string(nodeNumber))
n = length(entry)
val = entry*mainmat(1:n) + mainmat(n + 1);
end
endfunction
// Function to predict using the questions, flag setup created using training
function pred = regressionTreePredict(nodeNumber, x, workdir)
n = length(x(:, 1));
pred = [];
for i = 1:n
pred = [pred, regressionTreePredictRow(nodeNumber, x(i, :), workdir)];
end
endfunction |
1be708f117524b52c69b3f3f42c0a16f7347f590 | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH30/EX30.3/30_3.sce | fce82e510a0594b5eecdc8e33da881c9b0da1d61 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 587 | sce | 30_3.sce | //clc()
//using crank nicolson method, we get simultaneous equations which can be simplified to following matrics
A = [2.04175,-0.020875,0,0;-0.020875,2.04175,-0.020875,0;0,-0.020875,2.04175,-0.020875;0,0,-0.020875,2.04175];
B = [4.175;0;0;2.0875];
X = inv(A)*B;
disp("at t = 0.1 s")
disp(det(X(1,1)),"T11 = ")
disp(det(X(2,1)),"T12 = ")
disp(det(X(3,1)),"T13 = ")
disp(det(X(4,1)),"T14 = ")
C = [8.1801;0.0841;0.0427;4.0901];
Y = inv(A)*C;
disp("at t = 0.2 s")
disp(det(Y(1,1)),"T21 = ")
disp(det(Y(2,1)),"T22 = ")
disp(det(Y(3,1)),"T23 = ")
disp(det(Y(4,1)),"T24 = ")
|
e6cc49dc3a68c0d2dcde881f02978b8ce6cfdc58 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/LT52YEG/ATWM1_Working_Memory_MEG_LT52YEG_Session1/ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | bc439c88be63be06777ea251d53147fd8552c660 | [] | 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 | 48,405 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_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;
42 62 292 292 399 125 2092 2992 2492 fixation_cross gabor_173 gabor_093 gabor_020 gabor_003 gabor_173 gabor_093_alt gabor_020 gabor_003_alt "1_1_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2500_gabor_patch_orientation_173_093_020_003_target_position_2_4_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1792 2992 1942 fixation_cross gabor_131 gabor_043 gabor_160 gabor_026 gabor_131 gabor_043 gabor_160_alt gabor_026_alt "1_2_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_131_043_160_026_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_026_framed blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1792 2992 2342 fixation_cross gabor_170 gabor_150 gabor_116 gabor_135 gabor_170 gabor_150 gabor_116_alt gabor_135_alt "1_3_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_170_150_116_135_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_135_framed blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1892 2992 2442 fixation_cross gabor_179 gabor_142 gabor_112 gabor_036 gabor_179_alt gabor_142 gabor_112 gabor_036_alt "1_4_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_1900_3000_2450_gabor_patch_orientation_179_142_112_036_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_158_framed gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_158_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2242 2992 2092 fixation_cross gabor_018 gabor_064 gabor_134 gabor_044 gabor_018_alt gabor_064 gabor_134_alt gabor_044 "1_5_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_018_064_134_044_target_position_1_3_retrieval_position_1" gabor_018_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MEG_P4_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;
42 61 292 292 399 125 1792 2992 2592 fixation_cross gabor_040 gabor_056 gabor_145 gabor_083 gabor_040_alt gabor_056 gabor_145 gabor_083_alt "1_6_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_040_056_145_083_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1742 2992 2042 fixation_cross gabor_155 gabor_021 gabor_004 gabor_094 gabor_155_alt gabor_021 gabor_004 gabor_094_alt "1_7_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_155_021_004_094_target_position_1_4_retrieval_position_1" gabor_110_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_110_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1842 2992 2292 fixation_cross gabor_122 gabor_047 gabor_076 gabor_153 gabor_122_alt gabor_047_alt gabor_076 gabor_153 "1_8_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_122_047_076_153_target_position_1_2_retrieval_position_2" gabor_circ gabor_047_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1992 2992 2592 fixation_cross gabor_091 gabor_015 gabor_038 gabor_144 gabor_091 gabor_015_alt gabor_038_alt gabor_144 "1_9_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_091_015_038_144_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_173_framed gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1842 2992 2492 fixation_cross gabor_061 gabor_173 gabor_086 gabor_144 gabor_061 gabor_173_alt gabor_086_alt gabor_144 "1_10_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2500_gabor_patch_orientation_061_173_086_144_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_086_framed gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_094 gabor_155 gabor_006 gabor_044 gabor_094 gabor_155 gabor_006_alt gabor_044_alt "1_11_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_094_155_006_044_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_044_framed blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1842 2992 2292 fixation_cross gabor_040 gabor_013 gabor_068 gabor_092 gabor_040_alt gabor_013 gabor_068 gabor_092_alt "1_12_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2300_gabor_patch_orientation_040_013_068_092_target_position_1_4_retrieval_position_2" gabor_circ gabor_013_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_013_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1892 2992 2092 fixation_cross gabor_178 gabor_053 gabor_141 gabor_033 gabor_178 gabor_053 gabor_141_alt gabor_033_alt "1_13_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_178_053_141_033_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_005_framed gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 1992 fixation_cross gabor_019 gabor_124 gabor_176 gabor_143 gabor_019 gabor_124 gabor_176_alt gabor_143_alt "1_14_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_019_124_176_143_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_036_framed gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 2392 fixation_cross gabor_149 gabor_018 gabor_105 gabor_178 gabor_149 gabor_018_alt gabor_105_alt gabor_178 "1_15_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2400_gabor_patch_orientation_149_018_105_178_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_105_framed gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1892 2992 1942 fixation_cross gabor_075 gabor_048 gabor_030 gabor_107 gabor_075 gabor_048_alt gabor_030 gabor_107_alt "1_16_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_1950_gabor_patch_orientation_075_048_030_107_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_030_framed gabor_circ blank blank blank blank fixation_cross_white "1_16_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_030_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1942 2992 2492 fixation_cross gabor_112 gabor_026 gabor_043 gabor_007 gabor_112_alt gabor_026_alt gabor_043 gabor_007 "1_17_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_112_026_043_007_target_position_1_2_retrieval_position_2" gabor_circ gabor_164_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_17_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2092 2992 2192 fixation_cross gabor_091 gabor_045 gabor_114 gabor_178 gabor_091 gabor_045 gabor_114_alt gabor_178_alt "1_18_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_091_045_114_178_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_114_framed gabor_circ blank blank blank blank fixation_cross_white "1_18_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_114_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 1892 fixation_cross gabor_156 gabor_093 gabor_013 gabor_067 gabor_156_alt gabor_093_alt gabor_013 gabor_067 "1_19_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_156_093_013_067_target_position_1_2_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_19_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 2192 2992 1942 fixation_cross gabor_099 gabor_131 gabor_170 gabor_150 gabor_099_alt gabor_131 gabor_170 gabor_150_alt "1_20_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_1950_gabor_patch_orientation_099_131_170_150_target_position_1_4_retrieval_position_2" gabor_circ gabor_131_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_20_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_131_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1742 2992 2242 fixation_cross gabor_065 gabor_005 gabor_091 gabor_021 gabor_065_alt gabor_005 gabor_091_alt gabor_021 "1_21_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_065_005_091_021_target_position_1_3_retrieval_position_1" gabor_065_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_21_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1992 2992 2342 fixation_cross gabor_094 gabor_057 gabor_176 gabor_127 gabor_094_alt gabor_057_alt gabor_176 gabor_127 "1_22_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_094_057_176_127_target_position_1_2_retrieval_position_2" gabor_circ gabor_010_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_22_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1792 2992 2442 fixation_cross gabor_039 gabor_075 gabor_054 gabor_012 gabor_039 gabor_075 gabor_054_alt gabor_012_alt "1_23_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_039_075_054_012_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_102_framed gabor_circ blank blank blank blank fixation_cross_white "1_23_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1942 2992 2442 fixation_cross gabor_107 gabor_084 gabor_138 gabor_172 gabor_107 gabor_084 gabor_138_alt gabor_172_alt "1_24_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_2450_gabor_patch_orientation_107_084_138_172_target_position_3_4_retrieval_position_1" gabor_107_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_24_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_107_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_116 gabor_180 gabor_100 gabor_141 gabor_116 gabor_180_alt gabor_100_alt gabor_141 "1_25_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_116_180_100_141_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_100_framed gabor_circ blank blank blank blank fixation_cross_white "1_25_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_063 gabor_142 gabor_169 gabor_122 gabor_063_alt gabor_142 gabor_169 gabor_122_alt "1_26_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_063_142_169_122_target_position_1_4_retrieval_position_1" gabor_014_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_26_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2142 2992 2342 fixation_cross gabor_093 gabor_115 gabor_070 gabor_007 gabor_093_alt gabor_115 gabor_070_alt gabor_007 "1_27_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2350_gabor_patch_orientation_093_115_070_007_target_position_1_3_retrieval_position_1" gabor_093_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_27_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 2292 fixation_cross gabor_101 gabor_039 gabor_163 gabor_083 gabor_101 gabor_039_alt gabor_163_alt gabor_083 "1_28_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_101_039_163_083_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_118_framed gabor_circ blank blank blank blank fixation_cross_white "1_28_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1742 2992 2142 fixation_cross gabor_056 gabor_010 gabor_072 gabor_038 gabor_056 gabor_010_alt gabor_072 gabor_038_alt "1_29_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_056_010_072_038_target_position_2_4_retrieval_position_2" gabor_circ gabor_145_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_29_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1992 2992 1942 fixation_cross gabor_111 gabor_090 gabor_147 gabor_162 gabor_111 gabor_090_alt gabor_147 gabor_162_alt "1_30_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_111_090_147_162_target_position_2_4_retrieval_position_2" gabor_circ gabor_040_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_30_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2092 2992 1892 fixation_cross gabor_011 gabor_071 gabor_091 gabor_147 gabor_011 gabor_071_alt gabor_091_alt gabor_147 "1_31_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_1900_gabor_patch_orientation_011_071_091_147_target_position_2_3_retrieval_position_2" gabor_circ gabor_118_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_31_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_016 gabor_145 gabor_082 gabor_061 gabor_016 gabor_145_alt gabor_082_alt gabor_061 "1_32_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_016_145_082_061_target_position_2_3_retrieval_position_2" gabor_circ gabor_099_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_32_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_099_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 2242 2992 1992 fixation_cross gabor_070 gabor_149 gabor_100 gabor_032 gabor_070 gabor_149 gabor_100_alt gabor_032_alt "1_33_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2000_gabor_patch_orientation_070_149_100_032_target_position_3_4_retrieval_position_2" gabor_circ gabor_149_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_33_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_149_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 2592 fixation_cross gabor_137 gabor_178 gabor_108 gabor_027 gabor_137_alt gabor_178 gabor_108_alt gabor_027 "1_34_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2600_gabor_patch_orientation_137_178_108_027_target_position_1_3_retrieval_position_1" gabor_137_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_34_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2092 2992 2142 fixation_cross gabor_174 gabor_089 gabor_051 gabor_002 gabor_174_alt gabor_089_alt gabor_051 gabor_002 "1_35_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_174_089_051_002_target_position_1_2_retrieval_position_1" gabor_174_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_35_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2192 2992 2392 fixation_cross gabor_041 gabor_006 gabor_121 gabor_176 gabor_041 gabor_006 gabor_121_alt gabor_176_alt "1_36_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_2200_3000_2400_gabor_patch_orientation_041_006_121_176_target_position_3_4_retrieval_position_1" gabor_091_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_36_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_091_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_128 gabor_022 gabor_169 gabor_007 gabor_128 gabor_022 gabor_169_alt gabor_007_alt "1_37_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_128_022_169_007_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_053_framed blank blank blank blank fixation_cross_white "1_37_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1992 2992 2042 fixation_cross gabor_084 gabor_043 gabor_107 gabor_157 gabor_084_alt gabor_043 gabor_107 gabor_157_alt "1_38_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_084_043_107_157_target_position_1_4_retrieval_position_1" gabor_084_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_38_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1892 2992 1992 fixation_cross gabor_073 gabor_046 gabor_152 gabor_016 gabor_073_alt gabor_046 gabor_152_alt gabor_016 "1_39_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_073_046_152_016_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_152_framed gabor_circ blank blank blank blank fixation_cross_white "1_39_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1742 2992 2392 fixation_cross gabor_044 gabor_015 gabor_061 gabor_099 gabor_044 gabor_015_alt gabor_061_alt gabor_099 "1_40_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_044_015_061_099_target_position_2_3_retrieval_position_2" gabor_circ gabor_150_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_40_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2192 2992 2342 fixation_cross gabor_168 gabor_078 gabor_032 gabor_095 gabor_168_alt gabor_078 gabor_032_alt gabor_095 "1_41_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2350_gabor_patch_orientation_168_078_032_095_target_position_1_3_retrieval_position_1" gabor_168_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_41_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_168_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2142 2992 2492 fixation_cross gabor_005 gabor_021 gabor_173 gabor_149 gabor_005 gabor_021_alt gabor_173 gabor_149_alt "1_42_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2500_gabor_patch_orientation_005_021_173_149_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_127_framed gabor_circ blank blank blank blank fixation_cross_white "1_42_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_127_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_098 gabor_080 gabor_035 gabor_113 gabor_098_alt gabor_080 gabor_035 gabor_113_alt "1_43_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_098_080_035_113_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_159_framed blank blank blank blank fixation_cross_white "1_43_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_159_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1792 2992 2542 fixation_cross gabor_136 gabor_082 gabor_030 gabor_048 gabor_136 gabor_082 gabor_030_alt gabor_048_alt "1_44_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_136_082_030_048_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_030_framed gabor_circ blank blank blank blank fixation_cross_white "1_44_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_030_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2042 2992 1942 fixation_cross gabor_015 gabor_031 gabor_060 gabor_083 gabor_015 gabor_031 gabor_060_alt gabor_083_alt "1_45_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_015_031_060_083_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_060_framed gabor_circ blank blank blank blank fixation_cross_white "1_45_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_060_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 1892 fixation_cross gabor_091 gabor_004 gabor_180 gabor_162 gabor_091_alt gabor_004 gabor_180_alt gabor_162 "1_46_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_091_004_180_162_target_position_1_3_retrieval_position_1" gabor_140_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_46_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1942 2992 1892 fixation_cross gabor_098 gabor_008 gabor_150 gabor_128 gabor_098 gabor_008_alt gabor_150_alt gabor_128 "1_47_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_1900_gabor_patch_orientation_098_008_150_128_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_128_framed blank blank blank blank fixation_cross_white "1_47_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_128_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2142 2992 2242 fixation_cross gabor_002 gabor_136 gabor_029 gabor_112 gabor_002 gabor_136_alt gabor_029 gabor_112_alt "1_48_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_002_136_029_112_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_112_framed blank blank blank blank fixation_cross_white "1_48_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1742 2992 2242 fixation_cross gabor_063 gabor_044 gabor_118 gabor_029 gabor_063_alt gabor_044 gabor_118 gabor_029_alt "1_49_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_063_044_118_029_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_079_framed blank blank blank blank fixation_cross_white "1_49_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_079_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 64 292 292 399 125 1892 2992 1992 fixation_cross gabor_032 gabor_056 gabor_101 gabor_080 gabor_032 gabor_056_alt gabor_101 gabor_080_alt "1_50_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2000_gabor_patch_orientation_032_056_101_080_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_101_framed gabor_circ blank blank blank blank fixation_cross_white "1_50_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_101_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_063 gabor_172 gabor_096 gabor_117 gabor_063_alt gabor_172 gabor_096_alt gabor_117 "1_51_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_063_172_096_117_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_096_framed gabor_circ blank blank blank blank fixation_cross_white "1_51_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_003 gabor_179 gabor_089 gabor_118 gabor_003_alt gabor_179 gabor_089_alt gabor_118 "1_52_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_003_179_089_118_target_position_1_3_retrieval_position_1" gabor_138_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_52_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_138_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1942 2992 2242 fixation_cross gabor_060 gabor_031 gabor_148 gabor_168 gabor_060_alt gabor_031 gabor_148 gabor_168_alt "1_53_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_060_031_148_168_target_position_1_4_retrieval_position_1" gabor_060_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_53_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_060_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2092 2992 2392 fixation_cross gabor_092 gabor_032 gabor_113 gabor_149 gabor_092_alt gabor_032_alt gabor_113 gabor_149 "1_54_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_092_032_113_149_target_position_1_2_retrieval_position_2" gabor_circ gabor_171_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_54_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1942 2992 2042 fixation_cross gabor_144 gabor_169 gabor_033 gabor_006 gabor_144_alt gabor_169_alt gabor_033 gabor_006 "1_55_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_144_169_033_006_target_position_1_2_retrieval_position_1" gabor_095_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_55_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2042 2992 2142 fixation_cross gabor_070 gabor_014 gabor_122 gabor_092 gabor_070 gabor_014_alt gabor_122_alt gabor_092 "1_56_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_070_014_122_092_target_position_2_3_retrieval_position_2" gabor_circ gabor_014_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_56_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2242 2992 2092 fixation_cross gabor_078 gabor_037 gabor_164 gabor_105 gabor_078_alt gabor_037_alt gabor_164 gabor_105 "1_57_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2100_gabor_patch_orientation_078_037_164_105_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_058_framed blank blank blank blank fixation_cross_white "1_57_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_058_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_011 gabor_179 gabor_073 gabor_139 gabor_011_alt gabor_179 gabor_073_alt gabor_139 "1_58_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_011_179_073_139_target_position_1_3_retrieval_position_1" gabor_057_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_58_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2142 2992 2542 fixation_cross gabor_176 gabor_023 gabor_093 gabor_134 gabor_176 gabor_023_alt gabor_093_alt gabor_134 "1_59_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2550_gabor_patch_orientation_176_023_093_134_target_position_2_3_retrieval_position_2" gabor_circ gabor_160_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_59_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1742 2992 2592 fixation_cross gabor_151 gabor_037 gabor_093 gabor_066 gabor_151 gabor_037_alt gabor_093 gabor_066_alt "1_60_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2600_gabor_patch_orientation_151_037_093_066_target_position_2_4_retrieval_position_1" gabor_012_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_60_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_012_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_126 gabor_073 gabor_096 gabor_016 gabor_126_alt gabor_073 gabor_096_alt gabor_016 "1_61_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_126_073_096_016_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_049_framed gabor_circ blank blank blank blank fixation_cross_white "1_61_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_049_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_013 gabor_153 gabor_126 gabor_036 gabor_013 gabor_153_alt gabor_126 gabor_036_alt "1_62_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_013_153_126_036_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_172_framed blank blank blank blank fixation_cross_white "1_62_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 2042 2992 2092 fixation_cross gabor_071 gabor_160 gabor_133 gabor_091 gabor_071 gabor_160_alt gabor_133 gabor_091_alt "1_63_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_071_160_133_091_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_045_framed blank blank blank blank fixation_cross_white "1_63_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_045_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 2142 2992 1992 fixation_cross gabor_163 gabor_078 gabor_008 gabor_142 gabor_163 gabor_078_alt gabor_008 gabor_142_alt "1_64_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2000_gabor_patch_orientation_163_078_008_142_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_053_framed gabor_circ blank blank blank blank fixation_cross_white "1_64_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_053_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1742 2992 2442 fixation_cross gabor_073 gabor_098 gabor_050 gabor_131 gabor_073 gabor_098 gabor_050_alt gabor_131_alt "1_65_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2450_gabor_patch_orientation_073_098_050_131_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_131_framed blank blank blank blank fixation_cross_white "1_65_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_131_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2142 2992 2292 fixation_cross gabor_109 gabor_176 gabor_002 gabor_128 gabor_109_alt gabor_176 gabor_002_alt gabor_128 "1_66_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2300_gabor_patch_orientation_109_176_002_128_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_002_framed gabor_circ blank blank blank blank fixation_cross_white "1_66_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 61 292 292 399 125 1842 2992 2292 fixation_cross gabor_037 gabor_009 gabor_152 gabor_115 gabor_037 gabor_009 gabor_152_alt gabor_115_alt "1_67_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_037_009_152_115_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_070_framed blank blank blank blank fixation_cross_white "1_67_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_070_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 2042 2992 2542 fixation_cross gabor_027 gabor_155 gabor_011 gabor_092 gabor_027_alt gabor_155 gabor_011 gabor_092_alt "1_68_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2550_gabor_patch_orientation_027_155_011_092_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_092_framed blank blank blank blank fixation_cross_white "1_68_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 63 292 292 399 125 1842 2992 2542 fixation_cross gabor_035 gabor_003 gabor_112 gabor_141 gabor_035_alt gabor_003 gabor_112 gabor_141_alt "1_69_Encoding_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_300_300_399_1850_3000_2550_gabor_patch_orientation_035_003_112_141_target_position_1_4_retrieval_position_2" gabor_circ gabor_052_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_69_Retrieval_Working_Memory_MEG_P4_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_052_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
42 62 292 292 399 125 1792 2992 1892 fixation_cross gabor_071 gabor_017 gabor_180 gabor_136 gabor_071_alt gabor_017_alt gabor_180 gabor_136 "1_70_Encoding_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_071_017_180_136_target_position_1_2_retrieval_position_2" gabor_circ gabor_017_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_70_Retrieval_Working_Memory_MEG_P4_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_017_retrieval_position_2" 2 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;
}; |
21cb417d7b8e62e465816b1ece481037a49f2792 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Through Hole Tracking.sce | d08bde8e72019e85abd5448153e37870915d7b8f | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 29,956 | sce | Through Hole Tracking.sce | Name=Through Hole Tracking
PlayerCharacters=THT Challenger
BotCharacters=THT Strafing Target.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=THT Challenger
AddedBots=THT Strafing Target.bot;THT Strafing Target.bot;THT Strafing Target.bot
PlayerMaxLives=0
BotMaxLives=0;0;0
PlayerTeam=1
BotTeams=2;2;2
MapName=through_hole.map
MapScale=1.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=1.0
ScorePerDamage=1.0
ScorePerKill=0.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=Tracking, Target-switching
WeaponHeroTag=AR
DifficultyTag=4
AuthorsTag=pleasewait
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=true
Description=A hole forces you to move around while tracking a target.
GameVersion=1.0.7.2
ScorePerDistance=0.0
[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=THT Strafing Target
DodgeProfileNames=THT Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=60.0
DodgeProfileMinChangeTime=60.0
WeaponProfileWeights=1.0;0.0;0.0;0.0;0.0;0.0;0.0;0.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=THT Target
SeeThroughWalls=true
NoDodging=false
NoAiming=false
[Character Profile]
Name=THT Challenger
MaxHealth=100.0
WeaponProfileNames=Shooter AR;;;;;;;
MinRespawnDelay=0.000001
MaxRespawnDelay=0.000001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=48.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=320.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=256.0
Gravity=1.0
AirControl=0.25
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=true
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=72.0
MainBBRadius=16.0
MainBBHasHead=false
MainBBHeadRadius=16.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=72.0
ProjBBRadius=16.0
ProjBBHasHead=false
ProjBBHeadRadius=16.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=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
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
[Character Profile]
Name=THT Target
MaxHealth=100.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.000001
MaxRespawnDelay=0.000001
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=48.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=320.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=256.0
Gravity=1.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=72.0
MainBBRadius=16.0
MainBBHasHead=false
MainBBHeadRadius=16.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=72.0
ProjBBRadius=16.0
ProjBBHasHead=false
ProjBBHeadRadius=16.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=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
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
[Dodge Profile]
Name=THT Strafes
MaxTargetDistance=100000.0
MinTargetDistance=0.000001
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.5
MaxFBTimeChange=1.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.3
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=Shooter AR
Type=Hitscan
ShotsPerClick=1
DamagePerShot=10.0
KnockbackFactor=4.0
TimeBetweenShots=0.07
Pierces=false
Category=FullyAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=30
AmmoPerShot=1
ReloadTimeFromEmpty=0.3
ReloadTimeFromPartial=0.3
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=1.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.001
HitSoundCooldown=0.001
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=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=30
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=50.529999
ADSFOVScale=Vertical (1:1)
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
768.000000 960.000000 -640.000000
-256.000000 960.000000 -640.000122
-256.000000 704.000000 -640.000122
512.000000 704.000000 -128.000000
0.000000 704.000000 -128.000000
768.000000 704.000000 -640.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 4 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
brush
vertices
-256.000000 960.000000 1168.000000
768.000000 960.000000 1168.000000
768.000000 704.000000 1168.000000
0.000000 704.000000 656.000000
512.000000 704.000000 656.000000
-256.000000 704.000000 1168.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 5 0x00000000
brush
vertices
-272.000000 1216.000000 1168.000000
-256.000000 1216.000000 1168.000000
0.000000 1216.000000 656.000000
-16.000000 704.000000 656.000000
-16.000000 1216.000000 656.000000
-256.000000 704.000000 1168.000000
0.000000 704.000000 656.000000
-272.000000 704.000000 1168.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
768.000000 1216.000000 1168.000000
784.000000 1216.000000 1168.000000
528.000000 1216.000000 656.000000
512.000000 704.000000 656.000000
512.000000 1216.000000 656.000000
784.000000 704.000000 1168.000000
528.000000 704.000000 656.000000
768.000000 704.000000 1168.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-16.000000 1232.000000 656.000000
528.000000 1232.000000 656.000000
528.000000 1232.000000 640.000000
-16.000000 1232.000000 640.000000
-16.000000 704.000000 656.000000
528.000000 704.000000 656.000000
528.000000 704.000000 640.000000
-16.000000 704.000000 640.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-272.000000 1232.000000 1184.000000
784.000000 1232.000000 1184.000000
784.000000 1232.000000 1168.000000
-272.000000 1232.000000 1168.000000
-272.000000 704.000000 1184.000000
784.000000 704.000000 1184.000000
784.000000 704.000000 1168.000000
-272.000000 704.000000 1168.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-272.000000 1232.000000 1168.000000
784.000000 1232.000000 1168.000000
528.000000 1232.000000 656.000000
784.000000 1216.000000 1168.000000
-16.000000 1232.000000 656.000000
-16.000000 1216.000000 656.000000
-272.000000 1216.000000 1168.000000
528.000000 1216.000000 656.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 0 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 4 2 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-16.000000 1216.000000 -128.000000
0.000000 1216.000000 -128.000000
-256.000000 1216.000000 -640.000000
-272.000000 704.000000 -640.000000
-272.000000 1216.000000 -640.000000
0.000000 704.000000 -128.000000
-256.000000 704.000000 -640.000000
-16.000000 704.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
512.000000 1216.000000 -128.000000
528.000000 1216.000000 -128.000000
784.000000 1216.000000 -640.000000
768.000000 704.000000 -640.000000
768.000000 1216.000000 -640.000000
528.000000 704.000000 -128.000000
784.000000 704.000000 -640.000000
512.000000 704.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-16.000000 1232.000000 -112.000000
528.000000 1232.000000 -112.000000
528.000000 1232.000000 -128.000000
-16.000000 1232.000000 -128.000000
-16.000000 704.000000 -112.000000
528.000000 704.000000 -112.000000
528.000000 704.000000 -128.000000
-16.000000 704.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-272.000000 1232.000000 -640.000000
784.000000 1232.000000 -640.000000
784.000000 1232.000000 -656.000000
-272.000000 1232.000000 -656.000000
-272.000000 704.000000 -640.000000
784.000000 704.000000 -640.000000
784.000000 704.000000 -656.000000
-272.000000 704.000000 -656.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-16.000000 1232.000000 -128.000000
528.000000 1232.000000 -128.000000
784.000000 1232.000000 -640.000000
-272.000000 1216.000000 -640.000000
-272.000000 1232.000000 -640.000000
528.000000 1216.000000 -128.000000
784.000000 1216.000000 -640.000000
-16.000000 1216.000000 -128.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 internal/editor/textures/editor_clip
brush
vertices
304.000000 1264.000000 272.000000
768.000000 1264.000000 272.000000
768.000000 1264.000000 256.000000
304.000000 1264.000000 256.000000
304.000000 896.000000 272.000000
768.000000 896.000000 272.000000
768.000000 896.000000 256.000000
304.000000 896.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_weaponclip
brush
vertices
-256.000000 1264.000000 272.000000
208.000000 1264.000000 272.000000
208.000000 1264.000000 256.000000
-256.000000 1264.000000 256.000000
-256.000000 896.000000 272.000000
208.000000 896.000000 272.000000
208.000000 896.000000 256.000000
-256.000000 896.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_weaponclip
brush
vertices
304.000000 800.000000 272.000000
768.000000 800.000000 272.000000
768.000000 800.000000 256.000000
304.000000 800.000000 256.000000
304.000000 432.000000 272.000000
768.000000 432.000000 272.000000
768.000000 432.000000 256.000000
304.000000 432.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_weaponclip
brush
vertices
-256.000000 800.000000 272.000000
208.000000 800.000000 272.000000
208.000000 800.000000 256.000000
-256.000000 800.000000 256.000000
-256.000000 432.000000 272.000000
208.000000 432.000000 272.000000
208.000000 432.000000 256.000000
-256.000000 432.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_weaponclip
brush
vertices
208.000000 800.000000 272.000000
304.000000 800.000000 272.000000
304.000000 800.000000 256.000000
208.000000 800.000000 256.000000
208.000000 432.000000 272.000000
304.000000 432.000000 272.000000
304.000000 432.000000 256.000000
208.000000 432.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_weaponclip
brush
vertices
304.000000 896.000000 272.000000
768.000000 896.000000 272.000000
768.000000 896.000000 256.000000
304.000000 896.000000 256.000000
304.000000 800.000000 272.000000
768.000000 800.000000 272.000000
768.000000 800.000000 256.000000
304.000000 800.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_weaponclip
brush
vertices
208.000000 1264.000000 272.000000
304.000000 1264.000000 272.000000
304.000000 1264.000000 256.000000
208.000000 1264.000000 256.000000
208.000000 896.000000 272.000000
304.000000 896.000000 272.000000
304.000000 896.000000 256.000000
208.000000 896.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_weaponclip
brush
vertices
-256.000000 896.000000 272.000000
208.000000 896.000000 272.000000
208.000000 896.000000 256.000000
-256.000000 896.000000 256.000000
-256.000000 800.000000 272.000000
208.000000 800.000000 272.000000
208.000000 800.000000 256.000000
-256.000000 800.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_weaponclip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_weaponclip
entity
type CameraPath
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 256.000000 800.000000 832.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 800.000000 -304.000000
Bool8 teamB 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 128.000000 800.000000 832.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 384.000000 800.000000 832.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
|
7245b01a2778ac10cb670cdd4da091511b8bb0a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2168/CH9/EX9.16/Chapter9_example16.sce | 8005a5faca22c95434c597b63a6420b503b096c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,090 | sce | Chapter9_example16.sce | clc
clear
//Input data
n=6//Number of cylinders
d=100//Diameter in mm
L=100//Stroke in mm
N=1500//Speed in r.p.m
ap=13.5//Air fuel ratio
Ta=80+273//Temperature of air in K
x=(7/8)//Ratio of volume drawn
nth=22//Thermal efficiency in percent
p=76//Pressure in cm of mercury
CV=9000//Calorific value of petrol in kcal/kg
l=1524//Altitude in m
dp=2.54//Drop in pressure in cm of barometric reading
lx=274//Altitude rise in m
//Calculations
Vs=(3.14/4)*(d/10)^2*(L/10)//Swept volume in c.c
Va=(x*Vs)//Volume of air drawn in per cylinder per stroke in c.c
wa=(Va*10^-6*(N/2)*n)//Weight of air supplied to the engine per minute in kg
wf=(wa/ap)//Weight of fuel consumed per minute in kg
q=(wf*CV)//Heat supplied to the engine per minute in kcal
P=(q*(nth/100)*427)/4500//Power developed at ground level in H.P
db=(l/lx)*dp//Drop in barometric reading at an altitude of 1524 m in cm
Pd=(P/p)*(p-db)//Power developed at 1524 m altitude in H.P
//Output
printf('Power developed at the ground level is %i H.P \n Power developed at an altitude of %i m is %i H.P',P,l,Pd)
|
1597c10e9c143935778a2f2c2840f3d991141d41 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH4/EX3.14/EX3_14.sce | 143241aec2fd07b598fa73999364835ea4b9c64a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 309 | sce | EX3_14.sce | // Grob's Basic Electronics 11e
// Chapter No. 03
// Example No. 3_14
clc; clear;
// How much is the resistance of a 600-W, 120-V toaster?
// Given data
V = 120; // Applied Voltage=120 Volts
P = 600; // Power of toaster=600 Watts
R = (V*V)/P;
disp (R,'The Resistance in Ohms')
|
0a4871130ba2e25ba39449efec4a65567a6c4ae6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /165/CH4/EX4.21/ex4_21.sce | b1a4025edb47f893d06b0b51cda17e9112818b6a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 506 | sce | ex4_21.sce | //Example 4.21
close;
clc;
V=3; //in volts
Rm=100; //In ohms
Rh=2000; //In ohms
Ifsd=1*10^-3; //in amperes
//Calculation of R1
R1=Rh-Ifsd*Rm*Rh/V;
//Calculation of R2
R2=Ifsd*Rm*Rh/(V-Ifsd*Rh);
//R2 compensation
drop=5; //by percent
V=V-drop*V/100;
R2new=Ifsd*Rm*Rh/(V-Ifsd*Rh);
printf('\nValue of R1 = %.2f ohm\n',R1)
printf('\nValue of R2 = %.2f ohm\n',R2)
printf('\nValue of R2 after compensation = %.2f ohm\n',R2new) |
587a92b115522a7e7da300f68505a9bfe9d93ba7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /137/CH2/EX2.1/prob_2_1.sce | 8da82a8858692db1c63d001a5e0a33031de32a50 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 111 | sce | prob_2_1.sce | clc;
//page no 17
//prob 2.1 b]
t0=-1;t1=1;
y=integrate('t^2','t',t0,t1);
disp(+'watt',y/2,'power of signal'); |
a36263179c128ae9955d87b4e8154f650de6087b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2159/CH10/EX10.7/107.sce | f075241f1af64f06b186e7d93bf6529e7152a1e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | sce | 107.sce | // problem 10.7
Q=1.8/60
d=0.1
n=0.72
Hs=20
w=9810
Hl=8
Hm=Hs+Hl
p=(w*Hm*Q)/1000
P=p/n
disp(P,p,"water power required to the pump,power required to run the pump")
|
477b01a4c7f82a8758c1b47f58e4dbdafeeadcf3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/CH10/EX10.1/10_1.sce | e979167004ee17bc26316dd254e7714580cdbe1e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 337 | sce | 10_1.sce | pathname=get_absolute_file_path('10_1.sce')
filename=pathname+filesep()+'10_1data.sci'
exec(filename)
lambda=(m*l^3)/(3*48*EI);//λ
x=poly(0,'x');
y=21*x^2 -22*x +1;
m=roots(y);
omega1=(m(1,:)/lambda)^0.5;//ω1
omega2=(m(1,:)/lambda)^0.5;//ω2
f1=omega1/(2*%pi);
f2=omega2/(2*%pi);
printf("\nf1:%f",f1);
printf("\nf2:%f",f2); |
76ded323180b3476f7a06d8fa28e9ad6d1380554 | 449d555969bfd7befe906877abab098c6e63a0e8 | /905/CH9/EX9.13/9_13.sce | 52868520d351ea1a6727faed1419162b340f5151 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,674 | sce | 9_13.sce | clear;
clc;
// Illustration 9.13
// Page: 548
printf('Illustration 9.13 - Page: 548\n\n');
// solution
//*****Data*****//
// w-water a-proteins
T = 293; // [K]
d = 2; // [diameter of tube, cm]
dw = 1; // [g/cubic cm]
uw = 0.01; // [cP]
Da = 4*10^-7; // [Diffusivity of proteins, square cm/s]
vo = 1.5*100; // [m/s]
Qm = 250*10^-3/3600*100; // [water permeance, cm/s.atm]
cR = 40; // [g/L]
printf('Illustration 9.13(a) - Page: 549\n\n');
// Solution(a)
v = 25*10^-3/3600*100; // [cm/s]
Re = d*vo*dw/uw; // [Renoylds number]
Sc = uw/(dw*Da); // [Schmidt number]
Sh = 0.0048*Re^0.913*Sc^0.346; // [Sherwood number]
ks = Sh*Da/d;
// From equation 9.87
cS = cR*exp(v/ks); // [g/L]
// From figure 9.12
pi1 = 2; // [osmotic pressure, atm]
// For 100% rejection deltapi = pi1 because pi2 = 0
// Therefore
deltapi = pi1; // [atm]
// From equation 9.83
deltaP = deltapi+(v/Qm);
printf("The required pressure differential to produce a water transmembrane volume flux of 25 L/square m.h when the membrane is clean is %f atm.\n\n",deltaP);
printf('Illustration 9.13(b) - Page: 549\n\n');
// Solution(b)
// Membrane permeance is reduced fivefold by fouling
Qm = Qm/5; // [cm/s.atm]
// Here deltaP remains same
// Equations 9.83 and 9.87, and the osmotic pressure data of Figure 9.12 must be solved simultaneously by trial and error to calculate new values for these three variables.
// The results are
cS2 = 213; // [g/L]
deltapi2 = 1.63; // [atm]
v2 = 6.53*10^-4; // [cm/s]
printf("The water flux if the applied pressure differential remains the same as calculated in part (a) is %f L/square m.hr.",v2*1000*10^-2*3600);
|
510cbfeea899e2a2b5efa6879d56fc7203ad4e6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH4/EX4.3.2/exa4_3_2.sce | f91e006b1f05c077953bf2566620691771b843a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 319 | sce | exa4_3_2.sce | //Caption:overall_transmittance
// example 4.3.2
//page 64
syms G1 G2 H1;
// forward path denoted by P1,P2 and so on and loop by L1,L2 and so on
//path factor by D1,D2 and so on and graph determinant by D
P1=G1;
P2=G2;
L1=-G1*H1;
D1=1;
D2=1;
D=1-(L1);
Y=(P1*D1+P2*D2)/D;
Y=simple(Y);
disp(Y,"C(s)/R(s)=") |
fa2092172b78a65f5fb3c8a9dea858550abc8b92 | 9715cbe7e8e57bb70f628b3bd021842f99fbad75 | /ejemplos/02_root_finding/scilab/01_basic/02_open_methods/01_fixed_point/puntofijo.sce | 9654960415bea47b7f795e003271fec6f5e86151 | [] | no_license | UNIVALLE-EISC/numerical-methods | a3e3f432a6dc54a5ba845789ace2bf39db7ac6fe | 3ea9401e281523e15be0525bfe36e48560caf646 | refs/heads/master | 2021-01-10T15:22:36.080955 | 2018-10-02T21:37:42 | 2018-10-02T21:37:42 | 51,824,833 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 224 | sce | puntofijo.sce | function [xrold, xrnew, ea] = puntofijo(niter)
xrnew = 0, niter = 20;
for i = 1:niter
xrold = xrnew;
xrnew = exp(-xrold);
ea = abs((xrnew - xrold)/xrnew)*100
end
endfunction |
f4e18d9a8d2b24c5efda764f75d519b7a943f475 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2465/CH3/EX3.18/Example_18.sce | b132f9fdc1ae918572fa8038a4a08cc222cfc23c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 537 | sce | Example_18.sce | //Chapter-3,Example 18,Page 61
clc;
close;
energy_1= 200 *1.6*10^-13 //energy released per fission of Uranium
power =1 //in watt
F_rate = power/energy_1 //fission rate for generation 1 watt
printf('The fission rate for generation 1 watt is ')
disp(F_rate)
printf(' fission/sec')
//1 kg atom Of U(235) =235 Kg = 6.023*10^26 atoms
energy_2 = energy_1*6.023*10^26/235 //energy released per 1 kg U(235)
printf('\nThe energy released per 1kg of U(235) is ')
disp(energy_2)
printf(' Joule')
|
9092b6fd988e964cc19eaccdd179740f61b97ea8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH7/EX7.3/7_3.sce | 0cdee87fd61bdfb34808b8feaccf1f2d70fa9e19 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 737 | sce | 7_3.sce | clc;
m_C2H6O=46;
m_O2=3*32;
O2_req=m_O2/m_C2H6O;
s_AF=O2_req/0.233;
disp(s_AF,"stoichiometric A/F ratio is:")
//part II
disp("")
AF=s_AF/0.9;
disp(AF,"actual A/F ratio is:")
mC=2;
mH=3;
mO=0.333;
mN=12.540;
Tas=mC+mO+mH+mN;
disp(mN/Tas*100,mO/Tas*100,mH/Tas*100,mC/Tas*100,"wet analysis of CO2,H2O,O2,N2");
Tad=mC+mO+mN;
disp(mN/Tas*100,mO/Tas*100,mC/Tas*100,"dry analysis of CO2,O2,N2");
//part III
disp("")
a_AF=s_AF/1.2;
disp(a_AF,"actual A/F ratio is:")
mCO2=1;
mCO=1;
mH2=3;
mN2=9.405;
taw=mCO2+mCO+mH2+mN2;
disp(mN2/taw*100,mH2/taw*100,mCO/taw*100,mCO2/taw*100,"wet analysis of CO2,H2O,O2,N2");
tad=mCO2+mCO+mN2;
disp(mN2/tad*100,mCO/tad*100,mCO2/tad*100,"dry analysis of CO2,H2O,O2,N2");
|
8b6069a8c4a9f18779cb73c3aca3cebb8db00414 | f6b3a0c494772f6ca78e2f620df06d393dafcc51 | /for.sce | 5ddaef258cbbd1a44d2b92e8cf777df625cc3102 | [] | no_license | rishabhthecoder/scilab | f914595f7af9682a731f49fc1203925c9529297a | f0460b09d16d7349f408183d4089553360ca4ba5 | refs/heads/master | 2020-03-31T05:47:43.762852 | 2018-10-07T16:06:20 | 2018-10-07T16:06:20 | 151,958,910 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 91 | sce | for.sce | a=integrate(x*y*z,z,0,1);
b=integrate(a,y,0,((1-x^2)^0.5));
c=integrate(b,x,0,1);
disp(c)
|
1b461aeb7eca975aa7d9f0a56d70bef8c80ca16d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH14/EX14.9/Ex14_9.sce | 913c70ab78f98e2834400d48dc7b3099de7980f7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 253 | sce | Ex14_9.sce | //Chapter 14: Water Treatment
//Problem: 9
clc;
//Given Constants For Specific Elements
Fe = 56
S = 32
O = 16
//Solution
hardness = Fe + S + O * 4
hardn= (hardness * 215 )/100
mprintf("215 ppm of hardness is : %.1f ppm of FeSO4",hardn)
|
b60de87a9eacb813407876f671a5fc4f3ac69cf7 | c22c8dd61032718b3204a62b85d86b8fb0a72d49 | /Practs_ (3).sce | c795709ea667d5afa2487f091a86b4d303f5c803 | [] | no_license | DhavalRavat/SS_Scilab_Submission | 8f107dac2aaf95bd4f4a7c3dadf7ee2b352bca11 | 2af97e9e26d183eb35cff0b5ea7c3fbc5f13d0b2 | refs/heads/main | 2023-01-24T00:23:22.516846 | 2020-11-25T18:10:54 | 2020-11-25T18:10:54 | 316,017,998 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | Practs_ (3).sce | clc;
clear all;
close;
x1=[1,3,7,-2,5];
h=[2,-1,0,3];
y=convol(x1,h);
disp(y,"is the required convolution");
l=length(y);
t=0:l-1;
plot2d3(t,y);
xlabel("n");
ylabel("Amplitude");
title("y(n)=x(n)*h(n)");
|
ac59fd530e0785abb906702387bc650978f71b6b | 449d555969bfd7befe906877abab098c6e63a0e8 | /944/CH3/EX3.21/example3_21_TACC.sce | c62e80231a1a00495f036c33dc99798c7c6f242d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,134 | sce | example3_21_TACC.sce | //example 3.21
clear;
clc;
//Given:
Cp1=poly([26.0, 43.5*10^-3, -148.3*10^-7],'T','c');//heat capacity for CO2(g)[J/K/mol]
Cp2=poly([30.36, 9.61*10^-3, 11.8*10^-7],'T','c');//heat capacity for H2O(g)[J/K/mol]
Cp3=poly([27.30, -5.23*10^-3, -0.04*10^-7],'T','c');//heat capacity for N2(g)[J/K/mol]
H1=-881.25;//heat of combustion of methane at 298K[KJ/mol]: CH4 + 2O2(g) --> CO2(g) + 2H2O(l)
H2=43.6;//heat of vaporization of water at 298K[KJ/mol]: H2O(l)-->H2O(g)
T1=298;//initial temperature [K]
//to find the maximum flame temperature when one mole of methane is burnt completely in calculated amount of air(N2 to O2 ratio 4),at constant pressure
H=(H1+2*H2);//enthalpy of reaction: CH4 + 2O2(g) --> CO2(g) + 2H2O(g) [KJ]
printf("H(enthalpy of reaction)=%f KJ/mol.\n",H);
printf("H(enthalpy of heating)=%f KJ/mol. \n",-H);
Cp=Cp1+2*Cp2+8*Cp3;//[J/K/mol]
P=poly([0 , 305.12 , 52.28*10^-3 , -41.66*10^-7] , 'T' , 'c');
i=horner(P,298);
c1=-H*1000+i;
P1=poly([-c1 , 305.12 , 52.28*10^-3 , -41.66*10^-7] , 'T' , 'c');
T2=roots(P1)
printf("T2 (maximum flame temperature)= %f K",T2(1)); |
7d9e313141c66c960270fca8574bd25a53bc7ecf | 449d555969bfd7befe906877abab098c6e63a0e8 | /605/CH3/EX3.9/3_9.sce | 7e7eb5657dbc4cdd717c44e8cb1141affce1b3c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 229 | sce | 3_9.sce | //data
Zin=complex(30,60) //ohm
Zsc=%i*53.1 //ohm
Zoc=-48.3*%i //ohm
//formula and result\
printf("\nresult:-")
Zo=sqrt(Zsc*Zoc)
printf("\nZo=%f ohm",Zo)
ZL=Zoc*(Zsc-Zin)/(Zin-Zoc)
disp(ZL,"ZL=") |
f251930aad5850724ec7b0d033d0cadcfb86a349 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3640/CH3/EX3.12/Ex3_12.sce | 32b51b5e39577e8142cf2e163dfc5dca40c59b2e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,587 | sce | Ex3_12.sce | clc
//the code uses a userdefined function complexstring
function s=complexstring(a)
if imag(a)>=0 then
s=sprintf('%g+%gi',real(a),imag(a))
else
s=sprintf('%g%gi',real(a),imag(a))
end
funcprot(0)
endfunction
kVAL=100 //kva required for supply
kVAM=20 //kVA rating of motor of the air conditioning compressor
V=220 //supply voltage in volts
IL3=(kVAM*1000)/(sqrt(3)*V)
mprintf("IL3=%fA=|I2| of small transformer\n",IL3)
//abc sequence
ph1=36.9 //phase angle of motor current
IL3=IL3*exp(%i*(-1)*ph1*%pi/180)//-1 comes due to the lagging power factor,conversion of degree to radian for calculation
mprintf("Il3=%fA with a phase angle of %f degrees\n",abs(IL3),(-1)*ph1)//-1 comes due to the lagging power factor
disp('IL3='+complexstring(IL3)+'A')
ph2=30-25.8 //phase angle of Il1
IL1=((kVAL*1000)/V)*exp(%i*(ph2)*%pi/180)
disp('IL1='+complexstring(IL1)+'A')
mprintf("IL1=%f with a phase angle of %f degrees\n",abs(IL1),ph2)
I2=IL3+IL1
disp('I2='+complexstring(I2)+'A')
mprintf("I2=%fA with a phase angle of %f degrees\n",abs(I2),(acos(real(I2)/abs(I2)))*180/%pi)
//acb sequence
ph3=30+25.8 //phase angle of Il1 in degrees
IL1=abs(IL1)*exp(%i*(-1)*(ph3)*%pi/180) //-1 comes due to lagging power factor
disp('IL1='+complexstring(IL1)+'A')
mprintf("IL1=%f with a phase angle of %f degrees\n",abs(IL1),(-1)*ph3)//-1 comes due to the lagging power factor
I2=IL3+IL1
disp('I2='+complexstring(I2)+'A')
mprintf("I2=%fA with a phase angle of %f degrees\n",abs(I2),(acos(real(I2)/abs(I2)))*180/%pi)
|
661a1a58080aae4d6cdbb721d097904a81bb9640 | 6813325b126713766d9778d7665c10b5ba67227b | /Chapter5/Ch_5_Eg_5.3.sce | 9ac1c981ca0a5da39c967e7cc1ab548f7fb80eb1 | [] | 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 | 142 | sce | Ch_5_Eg_5.3.sce | //To add and remove a grid to the plot.
x=-%pi:.2:%pi;
y=sin(x); plot2d(x,y);
xgrid(5) // Adds a grid
xgrid(-1) // Removes the grid
|
2018d314eb8e1f22605c0245962d6665377a5704 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2381/CH10/EX10.6/ex_6.sce | d87518875ebcbf79809c833cfa217558a97c3f65 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | sce | ex_6.sce | //Example 6 // Area of cross section
clc;
clear;
close;
//given data :
n1BYn2=20;
T=20*9.8;// in N
Y=19.6*10^10;// in N/m^2
alfa=n1BYn2^2*T/Y;
disp(alfa,"Area of cross section,alfa(m^2) = ")
|
8c4ddef22148b37412555f43b12001bcdf4b5549 | 449d555969bfd7befe906877abab098c6e63a0e8 | /647/CH2/EX2.11/Example2_11.sce | b86aef6f4019c2d8dcbe1f82f1d07080a2a6bc87 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 833 | sce | Example2_11.sce | clear;
clc;
// Example: 2.11
// Page: 53
printf("Example: 2.11 - Page: 53\n\n");
// Solution
//*****Data*****//
n = 2;// [mol]
T1 = 293;// [K]
P1 = 15;//[atm]
P2 = 5;// [atm]
Cp = 8.58;// [cal/degree mol]
//**************//
R = 2;// [cal/degree mol]
Cv = Cp - R;// [cal /degree mol]
gama = Cp/Cv;
R = 0.082;// [L atm/degree K]
// Since the gas is ideal:
V1 = n*R*T1/P1;// [L]
// Under adiabatic conditions:
// (V2/V1) = (P1/P2)^(1/gama)
V2 = V1*(P1/P2)^(1/gama);// [L]
printf("The final volme is %.2f L\n",V2);
// To determine the final temperature:
// (T2/T1) = (V1/V2)^(gama - 1);
T2 = T1*(V1/V2)^(gama - 1);// [K]
printf("The final temperature is %.2f K\n",T2);
// Adiabatic Work done can be calculated as:
W = (P1*V1 - P2*V2)/(gama - 1);
printf("Adiabatic work done is %.2f L-atm\n",W); |
4169b9ca07bfcdd9f81150da80cbc1e5a87f4c8a | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/scicos/update_scicos_pal.sci | 8f0da07b688a89fe2705c8302016fdc5c253695b | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 877 | sci | update_scicos_pal.sci | function scicos_pal=update_scicos_pal(path,name,fname)
// Copyright INRIA
scicos_pal;
inde=find(scicos_pal(:,1)==name);
if size(inde,'*')>=2 then
message(['More than one palette named '+name;
'This is not allowed, do an Pal Editor to correct'])
return
end
if inde<>[] then
javab=message(['The palette '+name+' already exists';
'Do you want to replace it?'],['Yes','No'])
if javab==2 then
return;
else
scicos_pal(inde,2)=fname
errcatch(-1,'continue')
if MSDOS then
unix_s('del '+TMPDIR+'\'+name+'.pal')
else
unix_s('\rm -f '+TMPDIR+'/'+name+'.pal')
end
errcatch(-1)
if iserror(-1)==1 then
errclear(-1)
x_message(['I was not able to delete '+name+'.pal';
'in '+TMPDIR+'. You must do it now!'])
end
end
else
scicos_pal=[scicos_pal;[name,fname]]
end
save('.scicos_pal',scicos_pal)
|
668d6582d5ea7513379b05494915b82e8a967c93 | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH6/EX6.13/Example6_13.sce | f6fccdad9d8ac05c7310c643a7aea1fb8d5583af | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 634 | sce | Example6_13.sce | //Example 6.13.
clc
format(6)
ICBO=10*10^-6
hFE=50
beta=hFE
IB=0.25*10^-3
IC=(beta*IB)+((1+beta)*ICBO)
IC1=IC*10^3
disp("(a) To find the value of collector current when IB = 0.25mA")
disp(IC1,"IC(mA) = (beta*IB) + ((1+beta)*ICBO)")
T1=27
T2=50
format(5)
I_CBO = ICBO * (2^((T2-T1)/10))
I_CBO1=I_CBO*10^6
disp("(b) To find the value of new collector current if temperature rises to 50 C")
disp(I_CBO1,"I''CBO(beta=50)(in uA) = ICBO*(2^((T2-T1)/10)) = ")
format(6)
IC2=(beta*IB)+((1+beta)*I_CBO)
IC3=IC2*10^3
disp("Therefore, the collector current at 50 C is")
disp(IC3,"IC(mA) = (beta*IB) + ((1+beta)*I''CBO) = ") |
486be692cd607a32c3b00333af7f30dbe8bda8c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1793/CH16/EX16.2/16Q2.sce | 75e358d6a1b5868c070e383d2519dbe5c7965a53 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 176 | sce | 16Q2.sce | clc
G=18.15
qa=30000*9.81/1000
Nc=57.75
Nq=41.44
Ng=45.41
C=0
q=G*1
B=1
(1.3*C*Nc+q*Nq+0.4*G*B*Ng)*B^2/3 == qa
B= sqrt(294.3/(250.7+109.9))
printf(' B = %f m',B)
|
e864b09706cb2600b3f63baaa64d15d7590f88cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH15/EX15.13/Ex15_13.sce | 937c8afecb39f191a01ed2fb51534c29832a6b4e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 327 | sce | Ex15_13.sce | //Example15.13//
pSi=2.33;//g cm^-3 //Density of Silicon
a=28.09;//amu //atomic mass of silicon
b=10^6;//cm^3/m^3
c=1;//g.atom
e=0.6023*10^24;//atoms/g.atom //Avogadro's Number
p=(pSi*b*(c/a)*e)
mprintf("p = %e atoms/m^3",p)
ne=14*10^15;//m^-3 //carrier density //(From the table 15.5)
f=ne/p
mprintf("\nf = %e ",f)
|
d7c29236c8ac6c26b3f846c3e782b6f3aaaf7f2d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH7/EX7.20/Ex7_20.sce | 47d8dfbf1ecceac58a745020b94995a6ad201f05 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 646 | sce | Ex7_20.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 7.22\n\n\n");
// Chapter 7 : Mixtures Of Ideal Gases
// Problem 7.22 (page no. 349)
// Solution
//dry bulb temperature is 50 F
//relative humidity is 50 percent
//We first locate 50 F and 50 percent relative humidity on figure 7.11.At this state,we read 26 grains of water per pound of dry air and a total heat of 16.1 Btu per pound of a dry air.
//We now proceed horizontally to 80 F at a constant value of 26 grains of water per pound of dry air and read a total heat of 23.4 Btu per pound of dry air.
printf("The heat required is %f Btu per pound of dry air",23.4-16.1)
|
b14b04864b0bcb763c315dab3f2fe01d0dec54cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3885/CH5/EX5.9/Ex5_9.sci | d9b5660bde06b1eb70edd3cc802a9ee459d7b064 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 444 | sci | Ex5_9.sci | //control systems by Nagoor Kani A
//Edition 3
//Year of publication 2015
//Scilab version 6.0.0
//operating systems windows 10
// Example 5.9
clc;
clear;
s=poly(0,'s')
//the close loop tranfer function is K/s*(s+1)*(s+2)+K
a=(s^3)+(3*s^2)+(2*s)+1//the characterstic equation assuming K=1
b=coeff(a)
n=length(b)
R=routh_t(a)
disp(R,'the routh array is;')
disp('the valus of K lies between 0 to6 for the system to be stable')
|
ed3a129026dce8f180d4387d1d10dfe5cf141bdd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/CH6/EX6.9/pacf_ex.sce | 6234614c20f119ea8d18d07efcd37ae864e9706f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 458 | sce | pacf_ex.sce | // Determination of order of AR(p) process, as discussed in Example 6.18 on page 189.
// 6.9
exec('pacf.sci',-1);
exec('label.sci',-1);
// Define model and generate data
m = armac([1,-1,0.5],0,1,1,1,1);
xi = 0.1*rand(1,10000,'normal');
v = arsimul(m,xi);
// Plot noise, plant output and PACF
subplot(2,1,1), plot(v(1:500));
label('',6,'','v',6);
subplot(2,1,2), plot(xi(1:500));
label('',6,'n','xi',6);
xset('window',1)
pacf(v,10);
|
650138b47b834a66784bf149e5add6ec49b2d543 | e9d5f5cf984c905c31f197577d633705e835780a | /data_reconciliation/linear/scilab/P15/P15.sce | f85637139808f50725f2c21d100a7762af7bc10b | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,391 | sce | P15.sce | // Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
// Steam metering system
//Serth, R W, and W A Heenan. 1986.
// Gross error detection and data reconciliation in steam-metering systems.
//AIChE Journal 32: 733-747.
//Bibtex Citation
//@article{Serth1986,
//author = {Serth, R W and Heenan, W A},
//journal = {AIChE Journal},
//pages = {733--747},
//title = {{Gross error detection and data reconciliation in steam-metering systems}},
//volume = {32},
//year = {1986}
//}
// 28 Streams
// 11 Equipments
// the measures
clear xm var jac nc nv i1 i2 nnzeros sparse_dg sparse_dh lower upper var_lin_type constr_lin_type constr_lhs constr_rhs
xm =[0.875
0.989
108.426
107.799
50.149
110.327
2.201
165.779
0.821
51.779
14.757
67.183
107.734
89.855
58.554
23.258
31.879
15.843
7.920
10.130
91.047
5.555
2.471
44.687
81.656
82.839
70.685
72.913
];
// in original paper the standard deviation is given. so it must be squared.
var = [0.022
0.025
2.796
2.749
1.332
2.807
0.058
4.101
0.021
1.310
0.372
1.682
2.782
2.297
1.500
0.591
0.818
0.406
0.196
0.263
2.183
0.136
0.065
1.166
2.137
2.033
1.770
1.806].^2;
//
// gross error
gerror = zeros(length(xm),1);
// to setup gross errors, select the stream and magnitude as the line bellow
//gerror(2) = 9*sqrt(var(2));
xm = xm + gerror;
//The jacobian of the constraints
// 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
jac = [ 1 1 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 -1 -1 1 1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-1 0 0 0 1 0 0 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 1 1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 1 0 0 0 0 0 0 0 -1 0 1 -1 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0
// 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
0 -1 0 0 0 1 0 0 0 0 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 -1 0 0 0 0 0 0 1 0 0 0 1 -1 -1 -1 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 -1 0 0 0 1 -1 -1 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 -1 0 0 -1 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 -1 1 0
0 0 0 0 0 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1
];
// 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
//observability/redundancy tests
umeas_P15 = [];
[red_P15, just_measured_P15, observ_P15, non_obs_P15, spec_cand_P15] = qrlinclass(jac,umeas_P15)
// reconcile with all measured. To reconcile with only redundant variables, uncomment the "red" assignments
measured_P15 = setdiff([1:length(xm)], umeas_P15);
red = measured_P15;//
// to reconcile with all variables, comment the line above and uncomment bellow
//red = [1:length(xm)];
// to run robust reconciliation,, one must choose between the folowing objective functions to set up the functions path and function parameters:
//WLS = 0
// Absolute sum of squares = 1
//Cauchy = 2
//Contamined Normal = 3
//Fair = 4
//Hampel = 5
//Logistic = 6
//Lorenztian = 7
//Quasi Weighted = 8
// run the configuration functions with the desired objective function type
obj_function_type = 0;
exec ../functions/setup_DR.sce
// to run robust reconciliation, it is also necessary to choose the function to return the problem structure
if obj_function_type > 0 then
[nc_eq, n_non_lin_eq, nv, nnzjac_ineq, nnzjac_eq, nnz_hess, sparse_dg, sparse_dh, lower, upper, var_lin_type, constr_lin_type, constr_lhs, constr_rhs] = robust_structure(jac, 0, xm, objfun, res_eq, res_ineq);
else
// for WLS, only the line bellow must be choosen and comment the 3 lines above
[nc, nv, i1, i2, nnzeros, sparse_dg, sparse_dh, lower, upper, var_lin_type, constr_lin_type, constr_lhs, constr_rhs] = wls_structure(jac);
end
params = init_param();
// We use the given Hessian
params = add_param(params,"hessian_approximation","exact");
params = add_param(params,"derivative_test","second-order");
params = add_param(params,"tol",1e-8);
params = add_param(params,"acceptable_tol",1e-8);
params = add_param(params,"mu_strategy","adaptive");
params = add_param(params,"journal_level",5);
[x_sol, f_sol, extra] = ipopt(xm, objfun, gradf, confun, dg, sparse_dg, dh, sparse_dh, var_lin_type, constr_lin_type, constr_rhs, constr_lhs, lower, upper, params);
mprintf("\n\nSolution: , x\n");
for i = 1 : nv
mprintf("x[%d] = %e\n", i, x_sol(i));
end
mprintf("\n\nObjective value at optimal point\n");
mprintf("f(x*) = %e\n", f_sol);
// Balances mounted based on the visual diagram for final check
// equip 1
x_sol(1)+x_sol(2) + x_sol(4)-(x_sol(3))
// equip 2
x_sol(7)+x_sol(8)-(x_sol(5)+x_sol(6)+x_sol(9))
// equip 3
x_sol(5)-(x_sol(1)+x_sol(10))
// equip 4
x_sol(10)+x_sol(11)-(x_sol(12))
// equip 5
x_sol(3)+x_sol(13)-(x_sol(11)+x_sol(14)+x_sol(15)+x_sol(16)+x_sol(17))
// equip 6
x_sol(6)-x_sol(2)-(x_sol(13))
// equip 7
x_sol(14)+x_sol(18)-(x_sol(7)+x_sol(18)+x_sol(19)+x_sol(20)+x_sol(21))
// equip 8
x_sol(15)+x_sol(22)-(x_sol(18)+x_sol(23)+x_sol(24))
// equip 9
x_sol(16)+x_sol(12)-(x_sol(22)+x_sol(25))
// equip 10
x_sol(27)+x_sol(23)+x_sol(19)-(x_sol(26))
// equip 11
x_sol(20)+x_sol(26)+x_sol(28)-(x_sol(8))
|
b3488aa6afa4f5e03a261daddf246f76044d6eee | 449d555969bfd7befe906877abab098c6e63a0e8 | /1478/CH2/EX2.18.52/2_18_52.sce | 2fdb8f514e361c768b36f5047394ce8fc26a89da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 650 | sce | 2_18_52.sce | //water and its treatment//
//example 2.18.52//
clc
Hardness=50//Hardness of water(mg/lit) or ppm//
H=Hardness/1000//Hardness of water(gms/lit)//
volume_NaCl=100//Volume of NaCl//
conc_NaCl=1200//mgs NaCl consumed by zeolite bed per litre//
Wt_per_Litre=conc_NaCl/1000//gms NaCl consumed by zeolite bed per litre//
total_wt=Wt_per_Litre*volume_NaCl//total gms NaCl consumed by zeolite bed//
CaCO3_equivalent=total_wt*50/58.5//in terms of (gms/lit)//
volume_hardwater=CaCO3_equivalent/H
printf("\nCaCO3 equivalent is %.2f mgs",CaCO3_equivalent*1000);
printf("\nQuantity of water softened using zeolite bed is %.f litres",volume_hardwater); |
5d6362641aaecf514611258d7a467ce8ee55ce0b | 84e4405f182c8a71ed4737063cc0474c432149f1 | /Labovi/LV3/zad4.sce | 13a3e14d77bfd352d5df735588484d62049c4335 | [] | no_license | Leon-Zhaohw/NA | 0f8080fcc4958af4ebf5daced11a6d01c27e3ece | 0f1d30cfe13d5447b775698a93cf01cc1c8d15ac | refs/heads/master | 2021-06-15T11:20:41.484070 | 2017-01-29T01:10:43 | 2017-01-29T01:10:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | sce | zad4.sce | function [y] = Runge(param)
y = 1 ./ (1 + 25 * (param. ^2));
endfunction
xdata = linspace(-%pi, 3 * %pi, 10);
d = splin(xdata1, sin(xdata1));
plot(linspace(-%pi, 3 * %pi, 50), yy);
|
933b382eb23f8d5bd9a805e9df48ba11cb72a3c2 | a72a0b668d399097c37190a9306c802a64d086d0 | /Sample/GroundwaterModel/Solo/sswGetInput.sce | a26ab1cef8e252f8ffbc10606e4ee1881ee5b015 | [] | no_license | CNH-Hyper-Extractive/simple-script-wrapper | e3038039d0ae592293e99b6dd7fff819d9784956 | 0165df0b1d4cf21fd7de1d5bbff42c60fbe9aab4 | refs/heads/master | 2020-05-18T15:41:57.217472 | 2014-07-01T05:15:16 | 2014-07-01T05:15:16 | 16,794,069 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 345 | sce | sswGetInput.sce |
function[values] = sswGetInput(quantityName)
global globalSiteCount;
if(quantityName == 'Pumping')
// Return a constant value for all spatial elements. This
// function always returns a single row for the requested
// quantity.
values = ones(1, globalSiteCount) * 52065.0;
end
endfunction
|
b255865614ebf9d7d4e28a1c04c3d426100e5ab9 | b9c6de66a61d6f9a57edaa44baf92266ccbab3db | /macros/distfun_hygeinv.sci | ed73dc607bd3025c01dbf70741a49b8b9f4d2745 | [] | no_license | papriwalprateek/distfun-scilab | 81b3edef0af1d1908e05472dfb15b0a55f61571d | 82fd34521d1e6ebb6513773264b54a0d48f5f3f9 | refs/heads/master | 2016-09-03T07:08:47.605240 | 2013-10-13T05:53:43 | 2013-10-13T05:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,340 | sci | distfun_hygeinv.sci | // Copyright (C) 2012 - Prateek Papriwal
// Copyright (C) 2012 - Michael Baudin
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
//
function x = distfun_hygeinv(varargin)
// Hypergeometric Inverse CDF
//
// Calling Sequence
// x = distfun_hygeinv(p,M,k,N)
// x = distfun_hygeinv(p,M,k,N,lowertail)
//
// Parameters
// p : a 1x1 or nxm matrix of doubles, the probability .
// M : a 1x1 or nxm matrix of doubles, the total size of the population. M belongs to the set {0,1,2,3........}
// k : a 1x1 or nxm matrix of doubles, the number of success states in the population. k belongs to the set {0,1,2,3,.......M-1,M}
// N : a 1x1 or nxm matrix of doubles, the total number of draws in the experiment. N belongs to the set {0,1,2,3.......M-1,M}
// lowertail : a 1x1 matrix of booleans, the tail (default lowertail=%t). If lowertail is true (the default), then considers P(X<=x) otherwise P(X>x).
// x : a 1x1 or nxm matrix of doubles, the number of successful draws in the experiment. x belongs to the set [0,min(k,N)]
//
// Description
// Computes the Inverse cumulative distribution function of
// the Hypergeometric distribution function.
//
// Any scalar input argument is expanded to a matrix of doubles
// of the same size as the other input arguments.
//
// Examples
//
// // Test with all the arguments scalar
// x = distfun_hygeinv(0.2,80,50,30)
// expected = 17
// x = distfun_hygeinv(0.8,80,50,30,%f)
// expected = 17
//
// // Test with expanded p
// x = distfun_hygeinv([0.2 0.9],80,50,30)
// expected = [17 21]
//
// // Test with expanded p,k
// x = distfun_hygeinv([0.2 0.9],80,50,[30 35])
// expected = [17 25]
//
// // Test with all the arguments expanded
// x = distfun_hygeinv([0.2 0.9],[80 100],[50 60],[30 35])
// expected = [17 24]
//
// // Test with small values of p
// x = distfun_hygeinv(1.e-8,80,50,30)
// expected = 7
// x = distfun_hygeinv(1-1.e-8,80,50,30,%f)
// expected = 7
//
// Bibliography
// http://en.wikipedia.org/wiki/Hypergeometric_distribution
//
// Authors
// Copyright (C) 2012 - Prateek Papriwal
// Copyright (C) 2012 - Michael Baudin
[lhs,rhs] = argn()
apifun_checkrhs("distfun_hygeinv",rhs,4:5)
apifun_checklhs("distfun_hygeinv",lhs,0:1)
p = varargin(1)
M = varargin(2)
k = varargin(3)
N = varargin(4)
lowertail = apifun_argindefault(varargin,5,%t)
//
// Check type
apifun_checktype("distfun_hygeinv",p,"p",1,"constant")
apifun_checktype("distfun_hygeinv",M,"M",2,"constant")
apifun_checktype("distfun_hygeinv",k,"k",3,"constant")
apifun_checktype("distfun_hygeinv",N,"N",4,"constant")
apifun_checktype("distfun_hygeinv",lowertail,"lowertail",5,"boolean")
//
// Check size
apifun_checkscalar("distfun_hygeinv",lowertail,"lowertail",5)
//
// Check content
apifun_checkrange("distfun_hygeinv",p,"p",1,0,1)
apifun_checkgreq("distfun_hygeinv",M,"M",2,0)
apifun_checkgreq("distfun_hygeinv",k,"k",3,0)
apifun_checkgreq("distfun_hygeinv",N,"N",4,0)
//
[p,M,k,N] = apifun_expandvar(p,M,k,N)
//
if (p == []) then
x = []
return
end
//
myloweq("distfun_hygeinv",k,"k",2,M) // k<=M
myloweq("distfun_hygeinv",N,"N",3,M) // N<=M
//
x = distfun_invcdfhyge(p,M,k,N,lowertail)
endfunction
function myloweq( funname , var , varname , ivar , thr )
// Workaround for bug http://forge.scilab.org/index.php/p/apifun/issues/867/
// Caution:
// This function assumes that var and thr are matrices with
// same size.
// Expand the arguments before calling it.
if ( or ( var > thr ) ) then
k = find ( var > thr ,1)
errmsg = msprintf(gettext("%s: Wrong input argument %s at input #%d. Entry %s(%d) is equal to %s but should be lower than %s."),funname,varname,ivar,varname,k,string(var(k)),string(thr(k)));
error(errmsg);
end
endfunction
|
baa717794c07c882fff995dc700ec24ec23c70a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /446/CH1/EX1.2/1_2.sce | d9e4a75792428facf97b76293990e2ceb013610c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 265 | sce | 1_2.sce | clear
clc
disp('Exa-1.2');
Mp=1.007276 ; Me=5.4858*10^-4; //mass of proton and electron in terms of U
Mt=Mp+Me; //Total mass= sum of above masses
printf('The combined mass of an electron and a proton was found out to be %f U.',Mt); |
8c45fbbcb81e339f4820f5d6acc7a212f282b204 | 6c7a728e11a427c93b15669517131a79a0703108 | /sql/dbms/dbms_sql/to_cursor_number.tst | f1e10c32377574aab5fef071e8cdaf141b18241b | [] | no_license | ZVlad1980/adm_scripts | 0b9fe4ff166213dc649d555c81e8d65b858074e4 | 9978a098c8140f5722b51e799969b76e2d68b42e | refs/heads/master | 2020-03-31T08:45:49.405822 | 2019-04-30T05:04:03 | 2019-04-30T05:04:03 | 152,071,490 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,094 | tst | to_cursor_number.tst | PL/SQL Developer Test script 3.0
88
--https://livesql.oracle.com/apex/livesql/file/content_C1W23DSC9K441CR5RULGGBVW4.html
declare
PROCEDURE show_data(
column_list_in VARCHAR2,
p_user_id all_users.user_id%type
)
IS
TYPE curtype IS REF CURSOR;
sql_stmt CLOB;
src_cur curtype;
curid NUMBER;
desctab DBMS_SQL.desc_tab;
colcnt NUMBER;
namevar VARCHAR2 (50);
numvar NUMBER;
datevar DATE;
empno NUMBER := 100;
BEGIN
/* Construct the query, embedding the list of columns to be selected,
with a single bind variable.
NOTE: this kind of concatenation leaves you vulnerable to SQL injection!
Please read the section in this chapter on injection so that you can
make sure your application is not vulnerable.
*/
sql_stmt :=
'SELECT '
|| column_list_in
|| ' FROM all_users WHERE user_id = :dept_id';
/* Open the cursor variable for this query, binding in the single value.
MUCH EASIER than using DBMS_SQL for the same operations!
*/
OPEN src_cur FOR sql_stmt USING p_user_id;
/*
To fetch the data, however, I can no longer use the cursor variable,
since the number of elements fetched is unknown at complile time.
This is, however, a perfect fit for DBMS_SQL and the DESCRIBE_COLUMNS
procedure, so convert the cursor variable to a DBMS_SQL cursor number,
and then take the necessary, if tedious steps.
*/
curid := DBMS_SQL.to_cursor_number (src_cur);
DBMS_SQL.describe_columns (curid, colcnt, desctab);
FOR indx IN 1 .. colcnt
LOOP
IF desctab (indx).col_type = 2
THEN
DBMS_SQL.define_column (curid, indx, numvar);
ELSIF desctab (indx).col_type = 12
THEN
DBMS_SQL.define_column (curid, indx, datevar);
ELSE
DBMS_SQL.define_column (curid, indx, namevar, 100);
END IF;
END LOOP;
WHILE DBMS_SQL.fetch_rows (curid) > 0
LOOP
FOR indx IN 1 .. colcnt
LOOP
DBMS_OUTPUT.put_line (desctab (indx).col_name || ' = ');
IF (desctab (indx).col_type = 2)
THEN
DBMS_SQL.COLUMN_VALUE (curid, indx, numvar);
DBMS_OUTPUT.put_line (' ' || numvar);
ELSIF (desctab (indx).col_type = 12)
THEN
DBMS_SQL.COLUMN_VALUE (curid, indx, datevar);
DBMS_OUTPUT.put_line (' ' || datevar);
ELSE /* Assume a string - of course, you cannot REALLY do that. */
DBMS_SQL.COLUMN_VALUE (curid, indx, namevar);
DBMS_OUTPUT.put_line (' ' || namevar);
END IF;
END LOOP;
END LOOP;
DBMS_SQL.close_cursor (curid);
END;
begin
show_data('user_id, username' , 85);
end;
0
0
|
75d0922dd66a9d6f3d0b2b9a0c44092eb6c843cd | 4f568c8375fce591121dd2ebf35fa0fc2016bb23 | /Scilab/PowerIterations.sce | bbff168c037891c08d710c2719f9fb84f8dd4aad | [] | no_license | SebastianCarcamo/mate3PageRank | 7fca4206a678087d17dd2472670c0d8a3fb07512 | b59b51e095059ba14e88a20ea642d3d9ece7f974 | refs/heads/main | 2022-12-29T06:13:18.064158 | 2020-10-14T04:35:12 | 2020-10-14T04:35:12 | 303,796,145 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,014 | sce | PowerIterations.sce | function mayorAbsVal= mayorAbsValue(vector)
mayorAbs = abs(vector(1))
mayor_en_Valor_abs = vector(1)
[size_F, size_C] = size(vector)
for i = 1:size_F
if mayorAbs < abs(vector(i))then
mayor_en_Valor_abs = vector(i)
end
end
mayorAbsVal = mayor_en_Valor_abs
endfunction
function [vecotrpropio, eigenvalue, array]= iterative_function(iteraciones, vectorSemilla,matriz)
cx = matriz*vectorSemilla
mayor_en_Valor_abs = mayorAbsValue(cx)
xi = cx/mayor_en_Valor_abs
for i = 1:iteraciones
cx = matriz*vectorSemilla
mayor_en_Valor_abs = mayorAbsValue(cx)
array(i) = mayor_en_Valor_abs
xi = cx/mayor_en_Valor_abs
vectorSemilla = xi
end
vecotrpropio = vectorSemilla
eigenvalue = mayor_en_Valor_abs
endfunction
function [vecPropio, valPropio] = power_iteration(M)
e = 10^-9
n = size(M)(1)
V = ones(n,1)
first=M*V
approxEigenValue = mayorAbsValue(first)
newVector = first/approxEigenValue
prevApprox = approxEigenValue + 1
while (abs(approxEigenValue - prevApprox) >= e)
newVector = M*newVector
prevApprox = approxEigenValue
approxEigenValue = mayorAbsValue(newVector)
newVector = newVector/approxEigenValue
end
vecPropio = newVector
valPropio = approxEigenValue
endfunction
//test = [0 1 0 1 0; 1 0 1 1 1; 0 0 0 0 1; 1 0 1 0 1; 0 1 1 0 0]
test = [0 1 1 1 1 1 1 ; 1 0 0 1 1 1 1 ; 0 0 0 0 1 1 0 ; 0 1 1 0 0 0 0 ; 1 1 0 1 0 1 1; 0 1 1 0 1 0 1; 1 1 1 0 1 1 0]
[eigenVec, eigenVal] = power_iteration(test)
disp("Utilizando epsilon minimo (e=10^-9)")
disp(eigenVec)
disp(eigenVal)
n1 = size(test)(1)
V1 = ones(n1,1)
[eigenVec1, eigenVal1,array] = iterative_function(20,V1,test)
disp("20 iteraciones")
disp(eigenVec1)
disp(eigenVal1)
s = sum(eigenVec)
for i = 1:n1
eigenVec(i) = eigenVec(i)/s
end
disp("Despues de normalizar",eigenVec)
|
1d86a56bcf6ac0ba124881ffb71f82615c878a05 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH1/EX1.22/1Ex22.sce | 55e6b731a56ad427ba6fd8aab0fb8cebade9082b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 179 | sce | 1Ex22.sce | //chapter 1 Ex 22
clc;
clear;
close;
//let value to be found is x
numerator=658^3-328^3;
denominator=658^2+658*328+328^2;
x=(numerator/denominator);
mprintf("x=%.0f",x);
|
02ca11d4692b453f251ded21d797bf459f7ed720 | 449d555969bfd7befe906877abab098c6e63a0e8 | /599/CH5/EX5.3/example5_3.sce | 86eba976e10eb7715b42b703b4c09f149bf650eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,617 | sce | example5_3.sce |
clear;
clc;
printf("\t Example 5.3\n");
//part(i)
pt=800; //total pressure in mmHg
pa=190; //vapour pressure of acetone at 25 degree
ys_bar=pa*(58/28)/(pt-pa) //
//percentage saturation = y_bar/ys_bar *100
s=80; //percent saturation
y_bar=ys_bar*s/100; //absolute humidity
printf("\n the absolute humidity is \t :%f kg acetone/kmol N2 ",y_bar);
//part(ii)
//y_bar=pa*(58/28)/(pt-pa)
pa1=pt*y_bar*(28/58)/(1+(y_bar*(28/58)));
printf("\n the partial pressure of acetone is:%f mmHg",pa1);
//part(iii)
y=pa1/(pt-pa1); //absolute molal humidity
printf("\n absolute molal humidity \t:%f kmol acetone/kmol N2",y);
//part(iv)
//volume of .249kmol acetone vapour at NTP =.249*22.14
//p1v1/T1 =p2v2/T2
p2=800; //final pressure of acetone and nitrogen at 25 degree
p1=760; //initial pressure of acetone and nitrogen at 25 degree
T2=298; //final temperature of acetone and nitrogenat 25 degree
T1=273; //initial temperature of acetone and nitrogen at 25 degree
vA1=5.581; //initial volume of acetone at 25 degree
vN1=22.414; //initial volume of nitrogen at 25 degree
vA2=T2*vA1*p1/(T1*p2); //final volume of acetone at 25 degree
vN2=T2*vN1*p1/(T1*p2); //final volume of nitrogen at 25 degree
vtotal=vA2+vN2; //total volume of the mixture
vper=vA2*100/vtotal; //percentage volume of acetone
printf("\n the percentage volume of acetone is :%f m^3",vper);
//end |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.