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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7851e3ecc772bf18e17f906eef4364d362824f2e | 2ba48648eefadee113a7c2f5d608cab5209c3a8b | /Unit&Func Test/单元测试文档/CagOS单元测试结果/LIBC/testcase/strpbrk.tst | 1caa14fdd6f5175306dba72d6e34a01c7dd69214 | [] | no_license | wangdong412/Consen-SIS | 879762175575d0a62f26ec1effeb46c3fd62e3e8 | bca3fac35c961c3558a3438bca55e6d20825da3a | refs/heads/master | 2020-07-11T05:17:18.814104 | 2019-08-27T09:41:41 | 2019-08-27T09:41:41 | 204,450,874 | 1 | 5 | null | null | null | null | UTF-8 | Scilab | false | false | 3,839 | tst | strpbrk.tst | -- VectorCAST 6.4c (02/03/16)
-- Test Case Script
--
-- Environment : LIBC
-- Unit(s) Under Test: abort1 abs atof atoi atol bLib memchr memcmp memcpy memmove memset ns16550 qsort rand random random_r strcat strchr strcmp strcpy strlcat strlcpy strlen strncat strncmp strncpy strpbrk strspn strtod strtok strtok_r strtol strtoul
--
-- Script Features
TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING
TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION
TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT
TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES
TEST.SCRIPT_FEATURE:STATIC_HEADER_FUNCS_IN_UUTS
--
-- Unit: strpbrk
-- Subprogram: strpbrk
-- Test Case: strpbrk1
TEST.UNIT:strpbrk
TEST.SUBPROGRAM:strpbrk
TEST.NEW
TEST.NAME:strpbrk1
TEST.BASIS_PATH:1 of 4
TEST.NOTES:
This is an automatically generated test case.
Test Path 1
(1) while ((c = *(s1++)) != 0) ==> FALSE
Test Case Generation Notes:
TEST.END_NOTES:
TEST.VALUE:strpbrk.strpbrk.s1:<<malloc 6>>
TEST.VALUE:strpbrk.strpbrk.s1:"abcde"
TEST.VALUE:strpbrk.strpbrk.s2:<<malloc 2>>
TEST.VALUE:strpbrk.strpbrk.s2:"f"
TEST.VALUE:strpbrk.strpbrk.return:<<malloc 1>>
TEST.EXPECTED:strpbrk.strpbrk.return:<<null>>
TEST.END
-- Test Case: strpbrk2
TEST.UNIT:strpbrk
TEST.SUBPROGRAM:strpbrk
TEST.NEW
TEST.NAME:strpbrk2
TEST.BASIS_PATH:3 of 4
TEST.NOTES:
This is an automatically generated test case.
Test Path 3
(1) while ((c = *(s1++)) != 0) ==> TRUE
(2) for ((sc = *(scanp++)) != 0) ==> TRUE
(3) if (sc == c) ==> TRUE
Test Case Generation Notes:
Cannot set local variable sc in branch 3
Cannot set local variable c in branch 3
TEST.END_NOTES:
TEST.VALUE:strpbrk.strpbrk.s1:<<malloc 6>>
TEST.VALUE:strpbrk.strpbrk.s1:"abcde"
TEST.VALUE:strpbrk.strpbrk.s2:<<malloc 2>>
TEST.VALUE:strpbrk.strpbrk.s2:"d"
TEST.EXPECTED:strpbrk.strpbrk.return:"de"
TEST.END
-- Test Case: strpbrk3
TEST.UNIT:strpbrk
TEST.SUBPROGRAM:strpbrk
TEST.NEW
TEST.NAME:strpbrk3
TEST.BASIS_PATH:4 of 4
TEST.NOTES:
This is an automatically generated test case.
Test Path 4
(1) while ((c = *(s1++)) != 0) ==> TRUE
(2) for ((sc = *(scanp++)) != 0) ==> TRUE
(3) if (sc == c) ==> FALSE
Test Case Generation Notes:
Cannot set local variable sc in branch 3
Cannot set local variable c in branch 3
TEST.END_NOTES:
TEST.VALUE:strpbrk.strpbrk.s1:<<malloc 5>>
TEST.VALUE:strpbrk.strpbrk.s1:"abcd"
TEST.VALUE:strpbrk.strpbrk.s2:<<malloc 5>>
TEST.VALUE:strpbrk.strpbrk.s2:"abcd"
TEST.EXPECTED:strpbrk.strpbrk.return:"abcd"
TEST.END
-- Test Case: strpbrk4
TEST.UNIT:strpbrk
TEST.SUBPROGRAM:strpbrk
TEST.NEW
TEST.NAME:strpbrk4
TEST.NOTES:
This is an automatically generated test case.
Test Path 4
(1) while ((c = *(s1++)) != 0) ==> TRUE
(2) for ((sc = *(scanp++)) != 0) ==> TRUE
(3) if (sc == c) ==> FALSE
Test Case Generation Notes:
Cannot set local variable sc in branch 3
Cannot set local variable c in branch 3
TEST.END_NOTES:
TEST.VALUE:strpbrk.strpbrk.s1:<<malloc 7>>
TEST.VALUE:strpbrk.strpbrk.s1:"bbbbba"
TEST.VALUE:strpbrk.strpbrk.s2:<<malloc 8>>
TEST.VALUE:strpbrk.strpbrk.s2:"efsdfds"
TEST.VALUE:strpbrk.strpbrk.return:<<malloc 1>>
TEST.EXPECTED:strpbrk.strpbrk.return:<<null>>
TEST.END
-- Test Case: strpbrk5
TEST.UNIT:strpbrk
TEST.SUBPROGRAM:strpbrk
TEST.NEW
TEST.NAME:strpbrk5
TEST.NOTES:
This is an automatically generated test case.
Test Path 4
(1) while ((c = *(s1++)) != 0) ==> TRUE
(2) for ((sc = *(scanp++)) != 0) ==> TRUE
(3) if (sc == c) ==> FALSE
Test Case Generation Notes:
Cannot set local variable sc in branch 3
Cannot set local variable c in branch 3
TEST.END_NOTES:
TEST.VALUE:strpbrk.strpbrk.s1:<<malloc 6>>
TEST.VALUE:strpbrk.strpbrk.s1:"abcde"
TEST.VALUE:strpbrk.strpbrk.s2:<<malloc 3>>
TEST.VALUE:strpbrk.strpbrk.s2:"fe"
TEST.EXPECTED:strpbrk.strpbrk.return:"e"
TEST.END
|
6199072cfe9fab62db579ad39a12ccaca80ea15d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3415/CH7/EX7.7/Ex7_7.sce | 65d1155662959811b9a4f5fa3219573c30680061 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex7_7.sce | //fiber optic communications by joseph c. palais
//example 7.7
//OS=Windows XP sp3
//Scilab version 5.4.1
clc;
clear all;
//given
Row=0.5//responsivity in A/W
Id=1*10^-9//dark current in A
//to find
P=Id/Row//minimum detectable power in W
mprintf('minimum detectable power =%fnW',P*10^9)//multiplication by 10^9 to convert unit from W to nW
|
981642f4fee63868563df3f54d2b97759b83be9e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH6/EX6.7/6Ex7.sce | c5806e526dadf7286fe8cff5a0599f239a92c561 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 168 | sce | 6Ex7.sce | //chapter 6 Ex 7
clc;
clear;
close;
num=3; avg=44;
//let third number be x
num3=(avg*num)/(1+3+3/2);
num2=3*num3;
mprintf("The largest number is %d",num2);
|
1a222628db2272f45652ca22880ecc58dd515d3d | 584105ff5b87869494a42f632079668e4c3f82de | /Help-files/convolver.sci | fed659cd2e52deaf9720f0ecf7a1046b9e11086e | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 879 | sci | convolver.sci | // Perform convolution on image with kernel
//
// Calling Sequence
// outputImg = convolver(Image,"size",<value>,"values",<value>,"scalar",<value>);
//
// Parameters
// Image : Input image matrix
// int size : This is basically the dimension of the kernel. Since only square matrix kernel is supported, size is either column or row size of kernel.
// array(float) values : Kernel or filter
// int scalar : The value which is multiplied to the whole kernel
//
// Description
// The function extracts the HOG feature values from an image and stores them in a vector.
//
// Examples
// Reading image
// I1 = imread("lena.jpeg");
// //This kernel will give same image with no change
// a = [0 0 0; 0 1 0; 0 0 0];
// //convolution on image is done with this kernel
// outImg = convolver(I1,"size",3,"values",a,"scalar",1);
// //-> Returns an image
//
// Author
// Kevin George
//
|
11e436ef6738de30f4837968e6921475805952d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /668/CH4/EX4.4/eg4_4.sce | a09d3f63ab09882852d2d7b59f673f57360041cf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | eg4_4.sce | Na = 10^19;
Nd = 10^16;
E1 = 4*10^5;
E2 = 10^7;
eps0 = 8.84*10^-14; //in F/m
eps = 11.9*eps0;
q = 1.6*10^-19;
h = 1.05*10^-34;
V1 = eps*E1^2/(2*Nd*q);
disp(V1,"breakdown voltage for Si = ")
V2 = eps*E2^2/(2*Nd*q);
disp(V2,"breakdown voltage for diamond = ") |
52f5c31b7cf432ea3b42a89133726255ca40314b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3864/CH6/EX6.26/Ex6_26.sce | 4f3185b4cb9c19b76e5753b910abf5678333dfc8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 883 | sce | Ex6_26.sce | clear
//
//
//Initilization of Variables
d1=100 //mm //Outer Diameter
d2=95 //mm //Inner Diameter
T=2*10**6 //N-mm //Torque
//Calculations
J=%pi*32**-1*(d1**4-d2**4) //mm**4 //Polar Modulus
//Shear stress
q_max=T*J**-1*d1*2**-1 //N/mm**2
//Now theta*L**-1=T*(G*J)**-1
//After substituting values and further simplifying we get
//Let theta*L**-1=X
X=T*J**-1
//Now Treating it as very thin walled tube
d=(d1+d2)*2**-1 //mm
r=d*2**-1
t=(d1-d2)*2**-1
q_max2=T*(2*%pi*r**2*t)**-1 //N/mm**2
X2=T*(2*%pi*r**3*t)**-1
//Result
printf("\n When it is treated as hollow shaft:Max shear stress %0.2f N/mm**2",q_max)
printf("\n :Angle of Twist per unit Length %0.3f ",X)
printf("\n When it is very thin Walled Tube :Max shear stress %0.2f N/mm**2",q_max2)
printf("\n :Angle of twist per Unit Length %0.3f ",X2)
|
1f453f8091fae1486ae6bbcd2e9140bff5d957f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH6/EX6.7.2/6_7_2.sce | f3c46df79f12df6eb3f731de1c08c40062e51bd9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 266 | sce | 6_7_2.sce | clc
//initialisation of variables
g= 32.2 //ft/sec^2
h= 12 //in
r= 10 //in
//CALCULATIONS
w= sqrt(2*g*(r/12)*(12/r)^2)*(60/(2*%pi))
P= h+(r/4)
//RESULTS
printf ('speed of rotation = %.f rev/min',w)
printf ('\n maximum pressure head = %.1f in of water',P)
|
9caf9ac26dede200bf0244d8d780076c3ea63d61 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2375/CH3/EX3.3/ex3_3.sce | 6d143206c87b3ba4442d9f7af3081b07b008d11c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 422 | sce | ex3_3.sce | // Exa 3.3
clc;
clear;
close;
format('v',6)
// Given data
Beta = 100;
V_CC = 10;// in V
V_BE = 0.7;// in V
R_B = 150;// in k ohm
// V_CC - I_B*R_B - V_BE = 0;
I_B = (V_CC-V_BE)/R_B;// in mA
// I_C = Beta*I_B + (1+Beta)*I_CO;
I_C = Beta * I_B;// in A
// V_CC - I_C*R_C - V_CE = 0;
R_C = 1;// in k ohm
V_CE = V_CC - (I_C*R_C);// in V
disp("The operating point is : "+string(V_CE)+" V, "+string(I_C)+" mA")
|
41bfdb5447fb2e04fc60080614d92623559affdc | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/virtual/2dof_controller/dc/minv/scilab/ast_12p9.sce | c9dec9093c8afdd3d4047419aa80c1e10040ddd7 | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 295 | sce | ast_12p9.sce | // Updated(18-7-07)
// 11.10
A = convol([1 -1],[1 -0.7]); dA = 2;
B = [0.9 1]; dB = 1; k = 1;
C = [1 -0.7]; dC = 1; int1 = 0;
getf mv_nm.sci;
[Sc,dSc,Rc,dRc] = mv_nm(A,dA,B,dB,C,dC,k,int1);
[Nu,dNu,Du,dDu,Ny,dNy,Dy,dDy,yvar,uvar] = ...
cl(A,dA,B,dB,C,dC,k,Sc,dSc,Rc,dRc,int1);
|
bd83d361d777f92de3ac8bb7227c482145108038 | 449d555969bfd7befe906877abab098c6e63a0e8 | /842/CH6/EX6.4/Example6_4.sce | 1e9a6cb719b84efa2bca6296b76f45dcbc6c8e94 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 164 | sce | Example6_4.sce | //clear//
//Example 6.4:Bode Plot
s = %s;
//Open Loop Transfer Function
H = syslin('c',[20000/(s^2+100*s+10000)]);//jw replaced by s
clf;
bode(H,0.01,10000)
|
3396bd4846970fe3760ec163b4b577dc1015e1b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2912/CH9/EX9.12/Ex9_12.sce | c24919cb2f46b9dd204cfd9a633c5beaf30a9a11 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 446 | sce | Ex9_12.sce | // chapter 9
// example 9.12
// Find the diffusion co-efficient of electron in silicon
// page 277
clear;
clc;
//given
ue=0.19; // in m^2/V-s (mobility of electron)
T=300; // in K (temperature)
k=1.38E-23; // in J/K (Boltzmann’s constant)
e=1.6E-19; // in C(charge of electron)
//calculate
Dn=ue*k*T/e; // calculation of diffusion co-efficient
printf('\nThe diffusion co-efficient of electron in silicon is \tDn=%1.1E m^2/s',Dn);
|
528a5af58658a85eaea4a9dcd33750f5a13bde4e | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH5/EX5.23/5_23.sce | bf75b163eab7b001d6a71d4c07fbd9448232f7cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 251 | sce | 5_23.sce | Lv=6896;//Latent heat of vapourization in cal per mol//
Tb=341.7;//Boiling temperature in kelvin//
dS=Lv/Tb;//entropy change accompanying the vapourization in eu//
printf('Entropy change accompanying the vapourization=dS=%feu or cal per deg',dS);
|
e72ed29059849ef18315f547675c7a830d929b1e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2273/CH7/EX7.5/ex7_5.sce | 052540e0ab2e4d3159127c9c549cca52217051f0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 437 | sce | ex7_5.sce | //Determine critical discruptive voltage for line
clear;
clc;
//soltion
//given
d=2*100;//cm
r=1.2;//cm
go=30/sqrt(2);//kV/cm.... Dielectric strength of air
mo=0.96;//Irregularity factor
b=72.2;//barometric pressure
t=20;//temperature
del=3.92*b/(273+t);//air density factor
Vdo=mo*go*del*r*log(d/r);
Vl=sqrt(3)*Vdo;
printf("Line voltage (R.M.S)= %.2f kV",Vl);
//In book its 208 kV because of rounding of floating points
|
1472b41b7cee71d7313ef47b98937fb9bf94613a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3785/CH12/EX12.10/Ex12_10.sce | 2841794590b62d1e5c7137ff72ffe8cd5ab043dd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 789 | sce | Ex12_10.sce | // Example 12_10
clc;funcprot(0);
// Given data
u_0=100;// The average speed in m/s
r=1.31;// The specific heat ratio
a_0=446.1;// m/s
// Calculation
// (a)
u_out_1=((2/(r+1))*a_0)+(((r-1)/(r+1))*u_0);// The outflow speed of section 1 in m/s
mfr_ratio_1=(u_out_1/a_0)^(2/(r-1))*(u_out_1/u_0);// The mass flow rate ratio of section 1
u_out_2=-(((2/(r+1))*a_0)-(((r-1)/(r+1))*u_0));// The outflow speed of section 2 in m/s
mfr_ratio_2=(-u_out_2/a_0)^(2/(r-1))*(-u_out_2/u_0);// The mass flow rate ratio of section 2
printf("\n(a)The outflow speed of section 1,u_out=%3.1f m/s \n The outflow speed of section 1,u_out=%3.1f m/s \n(b)The mass flow rate ratio of section 1 is %1.3f \n The mass flow rate ratio of section 2 is %1.3f",u_out_1,u_out_2,mfr_ratio_1,mfr_ratio_2);
|
fbe5566c9fefc967b7af5e31ba15bf5d7c830aeb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1187/CH10/EX10.7/7.sce | fa3cc8007b11e7607965543f99af3992570776f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 519 | sce | 7.sce | clc
c=18.74; // m/s
lambda=225; // m
disp("(a)Estimate the time elapsed since the waves were generated in a storm occurring 800 km out to sea. ")
x=800*10^3; // m
cg=c/2;
t=x/cg;
disp("time elapsed =")
disp(t/3600)
disp("hours")
disp("(b)Estimate the depth at which the waves begin to be significantly influenced by the sea bed as they approach the shore.")
h1=lambda/2;
h2=lambda/(2*%pi)*atanh(0.99);
printf("The answers show that h lies in the range between about %f m and %f m", h2,h1) |
9780c674c40bc6ae168b16cc8beb1dcbedabe4b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH8/EX8.14/Ex8_14.sce | 60fa3201357f2a2bf11441822b9a01ae8f6daf6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 739 | sce | Ex8_14.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex8_14.sce.
clc;
clear;
N=600;
V=500;
Il=32;
Ra=0.4;
Rf=250;
printf("\n (a)")
P=(V*Il)/1e3;
N1=450;
Ia=Il-(V/Rf);
k_phi=(V-(Ia*Ra))/N;
R=(V-(k_phi*N1))/Ia-Ra;
printf("\n Input power at 600 r.p.m=%d kW \n",P)
printf("\n Armature current Ia=%d A \n",Ia)
printf("\n R=%1.2f ohm \n",R)
printf("\n (b)")
//To increase the speed the field control is used.
If1_by_If=0.856;
If=Il-Ia;
If1=If1_by_If*If;
Rf1=V/If1;
R=Rf1-Rf;
Ia1=Ia/If1_by_If;
Il=Ia1+If1;
Pi=(V*Il)/1e3;
printf("\n New armature current Ia=%d A \n",Ia1)
printf("\n New Input power=%2.1f kW",Pi)
|
7916de5e63865a0c790d23266c56e2275e41c00a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH20/EX20.10/20_10.sce | 54161666c52361dc53932e08b3c9da87cace5bae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 814 | sce | 20_10.sce | //welded cylinder
//refer fig. 20.8 (a) and (b)
//Mass moment of inertia of the bar about A
IBA=((200)/(2*9.81))+((200*0.5^2)/(9.81))
//Moment of inertia of the cylinder about A
ICA=((500*0.2*0.2)/(2*9.81))+((500*1.2*1.2)/(9.81))
//mass moment of inertia of the system about A
I=6.7958+74.41
//Rotational moment about A
Mt=200*0.5+500*1.2 //N-m
//Equating it to I*alpha
alpha=((700)/(81.2097)) //rad/sec
//Instantaneous acceleration of rod AB is vertical with magnitude
Iaccnrod=0.5*8.6197 //m/sec
//Instantaneous acceleration of cylinder is vertical with magnitude
Iaccncylinder=1.2*8.6197 //m/sec
//Applying D'Alembert's dynamic equilibrium equation to the system of forces
RA=200+500-((200*4.3100)/(9.81))-((500*10.344)/(9.81)) //N
printf("\nalpha=%.3f rad/sec\nRA=%.3f N",alpha,RA)
|
87acef750f6a6a7d99728b906e85d326d8c0b20b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH10/EX10.1/Ex10_1.sce | fd93ec879eeaae8ddc994e6e0b056bcbc873f6ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 141 | sce | Ex10_1.sce | //chapter10
//example10.1
//page182
Vs=10 // V
Vd=1.6 // V
If=20d-3 // A
Rs=(Vs-Vd)/If
printf("required series resistor = %.3f ohm",Rs)
|
2eba156d2c53d02f7badaa11f1cb8a2b32b5eb2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/CH2/EX2.5/ch2_5.sce | 9d9c06cf07b7664ab959189ba5b49090b8ae7ab4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 700 | sce | ch2_5.sce | clc
disp("Example 2.5")
printf("\n")
printf("Given")
disp("a)")
disp("Current through diode is 10mA")
//From the table the value is at v=2.5V
V=2.5;I=10*10^-3;
R=V/I;
delV=3-2
delI=11*10^-3-9*10^-3
r=delV/delI
p=(V*I)*10^3
printf("\n \n Static resistance is %3.2fohm\n",R)
printf("Dynamic resistance is %3.2fohm\n",r)
printf("Power consumption is %3.2fmW\n",p)
disp("b)")
disp("Current through diode is 15mA")
//From the table the value is at v=5V
V=5;I=15*10^-3;
R=V/I;
delV=5.5-4.5
delI=16*10^-3-14*10^-3
r=delV/delI
p=(V*I)*10^3
printf("\n \n Static resistance is %3.2fohm\n",R)
printf("Dynamic resistance is %3.2fohm\n",r)
printf("Power consumption is %3.2fmW\n",p) |
4e1568e14990fef9be4c85e82757bb2c0e883911 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1748/CH2/EX2.6/Exa2_6.sce | 99437c58e7c5a7a89241674b6888e70dded39f64 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 224 | sce | Exa2_6.sce | //Exa 2.6
clc;
clear;
close;
//Given data :
P=4;//no. of poles
f1=50;//in Hz
fdash=1.5;//in Hz
S=fdash/f1;//unitless
disp(S,"Slip : ");
Ns=120*f1/P;//in rpm
N=Ns*(1-S);//in rpm
disp(N,"Speed of motor in rpm :"); |
1faa55da8c9e409a9a702d1bd944040c2a54da8b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2642/CH4/EX4.8/Ex4_8.sce | 21f6aef73fa5d282f66bb9ebca80b87b24082487 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,220 | sce | Ex4_8.sce | // FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 4 : DIRECT CURRENT GENERATORS
// Example : 4.8
clc;clear; // clears the console and command history
// Given data
V_t = 220 // shunt generator voltage in V
I_L = 146 // generator delivering current in A
R_sh = 50 // shunt field resistance in ohm
R_a = 0.012 // armature resistance in ohm
R_s = 0.02 // series field resistance in ohm
R_d = 0.03 // diverter field resistance in ohm
// caclulations
I_sh = V_t/R_sh // shunt field current in A
I_a = I_L+I_sh // armature current in A
R_com = R_s*R_d/(R_s+R_d) // combined resistance in ohm
E_g = V_t+(I_a*(R_a+R_com)) // generated voltage in V
P_lsd = I_a^2*R_com // power loss in series and diverter in W
P_la = I_a^2*R_com // power loss in the armature circuit resistance in W
P_lsh = V_t*I_sh // power loss in shunt field resistance in W
P_dl = I_L*V_t // power delivered in W
// display the result
disp("Example 4.8 solution");
printf(" \n Generated voltage \n E_g = %.1f V \n", E_g);
printf(" \n Power distribution \n P_dl = %.0f W \n", P_dl);
|
7f0b02350904363b8e8f55b746b7efe6a8cf8850 | 74084a1c6ef810ee05785941963c7dc1725783cf | /test/W03.prev.tst | 4323c576b31f1e152bb04fdc7067a876e8aa7d23 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/common | 338d245dc6a1ef093748fa577129ac30822ec70b | da1e36931decdbdfe201d88207d5a01c207f8c5a | refs/heads/master | 2022-03-21T14:56:42.582874 | 2022-02-07T10:39:22 | 2022-02-07T10:39:22 | 59,970,966 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 109 | tst | W03.prev.tst | Server returned HTTP response code: 500 for URL: http://localhost:8080/common/servlet?view=index¶m1=null
|
179f20d005386529da3adc13fb2dba33ad85ad6b | 4af7d26a4959553d9a2cee1a78878ee960599382 | /test_cases/test16.tst | 10edb78617f22f5c900a448a16a2fcc5dd938657 | [] | no_license | CJ8664/chord_protocol | f61168ceea224e47785e56a3263eda89da7dc3df | 30b57463cfd190e9dd5f057629b69ffbb6edb7b2 | refs/heads/master | 2020-04-11T06:07:46.875416 | 2018-11-02T03:06:34 | 2018-11-02T03:06:34 | 161,571,340 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 355 | tst | test16.tst | # Input validations
add 99
add 1
add a1
add 1 1 1
add x,
add 0
add 1
join
add 0
add 1
join
join x
join 1 1
join 2 1
join 1 0
join 0 1
list 1
list x
list xx y1
list
add -3
add --3
drop 3
drop 1
drop 1
drop x y
drop x
fix 0
fix -0
fix 1 1
fix
stab x
stab x y
stab 1
stab 0
stab -0
show 2
show 1
show x y
show x
show 0
list
stab 0
show 0
join 1 0
join 2 1
|
36e6fc803a437bd451134efd72cf3869147ddff4 | fd6e45f66c41ad779a3d47c3bf8ebfa140d3d657 | /P7 - Interpolation and function approximation/1b.sce | 079e67cf203423a56ec62fec0167f87ea9cfa410 | [] | no_license | jere1882/Numerical-Analysis-Assignments | 7f474e2020d010f9f9c3dceff5e48c03b0d38652 | 1074f92ca93d0a402259f92a0f61f105f25e5230 | refs/heads/master | 2021-09-06T20:00:36.411386 | 2018-02-10T18:04:38 | 2018-02-10T18:04:38 | 121,039,769 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 102 | sce | 1b.sce | function y=psi(x)
y=x.*(x-0.2).*(x-0.4).*(x-0.6)
endfunction
x= 0:0.001:.6;
Mpsi = max(abs(psi(x))) |
a53dfd1ce5c1876fa59b70e8cbedbae1dac7aa16 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2075/CH6/EX6.7/pe6_7.sce | 149cc325691fd7b8b6a228d126ced64cef84408e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | pe6_7.sce | //example 6.7
clc; funcprot(0);
// Initialization of Variable
R1=.11;//resistance
Vd=28;//voltage
R2=6;//ohm
D=.4;//duty cycle
Q=62;
Ro=2.6*R1;
disp(Ro,"worstcase resistance in ohm:")
Ip=Vd/(R2+Ro);
disp(Ip,"load current in A:")
Vl=Ip*R2;
disp(Vl,"load voltage in V:")
Pl=D*Vl*Ip;
disp(Pl,"load power in W:")
Vq=Ip*Ro;
disp(Vq,"drop voltage in V:")
Pq=D*Vq*Ip;
disp(round(Pq*10)/10,"power in W:")
T=40+round(Pq*10)/10*Q;
disp(T,"temperature in deg.C")
clear()
|
7119808f104c84a788227d238b1ddcf45beb4597 | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH3/EX3.9/example3_9.sce | 65dec257a394e64393de4a75f7100fcaa1a69092 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,377 | sce | example3_9.sce | clear;
clc;
//Example3.9[Heat Loss from an Insulated Electric Wire]
//Given:-
k_insu=0.15;//[W/m.degree Celcius]
V=8;//Voltage drop across wire[Volts]
I=10;//Current flowimg through the wire[Amperes]
T_atm=30;//Temperature of atmosphere to which wire is exposed[degree Celcius]
h=12;//heat transfer coefficient[W/m^2.degree Celcius]
L=5;//length of wire[m]
D=0.003;//diameter of wire[m]
t=0.002;//thickness of insulation[m]
r=(D/2)+t;//Effective radius[m]
//Solution:-
//Rate of heat generated in the wire becomes equal to the rate of heat transfer
Q_=V*I;//[W]
disp("W",Q_,"Heat generated in the wire is")
A2=2*%pi*r*L;//Outer surface area[m^2]
//Resistances offered
R_conv=1/(h*A2);//Convection resistance for the outer sueface of insulation[degree Celcius/W]
R_insu=(log(r/(D/2)))/(2*%pi*k_insu*L);//Conduction resitance for the plastic insulation[degree Celcius/W]
//Effective Resistance
R_total=R_conv+R_insu;//[degree Celcius/W]
//Interface Temperature can be determined from
T1=T_atm+(Q_*R_total);//[degree Celcius]
disp("degree Celcius",T1,"The interface temperature is")
//Critical radius
r_cr=k_insu/h;//[m]
disp("mm",r_cr*1000,"The critical radius of insulation of the plastic cover is")
//Larger value of critical radius ensures that increasing the thickness of insulation upto critical radius will increase the rate of heat transfer |
871b48546b420d805fae6caf3c0a6d06cc32ae69 | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/macros/microdaq_blocks/mdaq_encoder.sci | 4852a2b92316e76d0bd75cfface8a21836d85f95 | [
"BSD-3-Clause"
] | permissive | microdaq/Scilab | 78dd3b4a891e39ec20ebc4e9b77572fd12c90947 | ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf | refs/heads/master | 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 | BSD-3-Clause | 2019-10-18T09:47:30 | 2015-05-04T17:48:48 | Scilab | UTF-8 | Scilab | false | false | 5,277 | sci | mdaq_encoder.sci | function [x,y,typ] = mdaq_encoder(job,arg1,arg2)
encoder_desc = ["This block reads MicroDAQ encoder module counter.";
"By default module is configured to work as quadrature encoder,";
"it uses x4 mode to decode quadrature signal. Enhanced ENC1/ENC2 modules";
"can decode signals with frequency up to 20Mhz. Block allows mode";
"selection and defining initialization value which will be used at the";
"start and when on Reset input value of 1 is applied.";
"";
"ENC3/ENC4 modules shall be used only if AO scanning is not used.";
"The maximum frequency of applied signal is 100kHz. ENC3/ENC4 supports";
"only quadrature couter mode, initialization value and reset input are";
"not supported";
"";
"In quadreture mode ENCx_A and ENCx_B are used to decode two square";
"waveform signals, depending on signal phrase counter is incremented";
"or decremented. In direction count mode based on ENCx_B state counter";
"counts down(0) or up(1). Module captures rising edges of the signal";
"applied on ENCx_A. Up and down count mode captures rising edges on ENCx_A ";
"increments or decrement module counter";
"";
"Encoder ENC1/ENC2(only) mode:";
"0 - quadrature (ENC1_A - signal, ENCx_B - signal)";
"1 - direction count (ENC1_A - signal, ENCx_B - direction input)";
"2 - up count (ENC1_A - signal, ENCx_B - not used)";
"3 - down count (ENC1_A - signal, ENCx_B - not used)";
"";
"In order to use ENC1/2/3/4 configure DIO lines as following:";
"ENC1 - DIO1/2 - function: DIO, direction: input";
"ENC2 - DIO3/4 - function: DIO, direction: input";
"ENC3 - DIO5/6 - function: DIO, direction: input (quadrature only)";
"ENC4 - DIO7/8 - function: DIO, direction: input (quadrature only)";
"";
"Reset (R) input reset counter to initialization value when";
"value of 1 is applied"
"";
"P output- encoder counter value";
"D output - direction: 0 - no change, 1 - increment, 2 - decrement";
"";
"Encoder module: ENC1, ENC2, ENC3, ENC4";
"";
"Set block parameters:"];
x=[];y=[];typ=[];
select job
case 'set' then
x=arg1
model=arg1.model;
graphics=arg1.graphics;
exprs=graphics.exprs;
while %t do
try
[ok,encoder_module_str, encoder_mode, encoder_init_value,exprs]=..
scicos_getvalue(encoder_desc,..
['Encoder module:';..
'Mode:';..
'Initialization value:'],..
list('str',1,'vec',1,'vec',1),exprs)
catch
[ok,encoder_module_str, encoder_mode, encoder_init_value,exprs]=..
scicos_getvalue(encoder_desc,..
['Encoder module:';..
'Mode:';..
'Initialization value:'],..
list('str',1,'vec',1,'vec',1),exprs)
end
if ~ok then
break
end
encoder_module_str = convstr(encoder_module_str, 'l');
encoder_module = strtod(part(encoder_module_str, 4:5));
if isnan(encoder_module) == %t | part(encoder_module_str, 1:3) <> "enc" then
ok = %f;
message("Wrong Encoder module selected!");
end
if encoder_module > 4 | encoder_module < 1 then
ok = %f;
message("Wrong Encoder module selected!");
end
if encoder_mode > 3 | encoder_mode < 0 then
ok = %f;
message("Wrong Encoder mode!");
end
if ok then
[model,graphics,ok] = check_io(model,graphics, [1], [1,1], 1, []);
graphics.exprs = exprs;
model.rpar = [];
model.ipar = [encoder_module; encoder_init_value; encoder_mode];
model.dstate = [];
x.graphics = graphics;
x.model = model;
x.graphics.style=["mdaq_encoder;blockWithLabel;verticalLabelPosition=center;displayedLabel=%1$s;fontColor=#5f5f5f"]
break;
end
end
case 'define' then
encoder_module = 1;
encoder_mode = 0;
encoder_module_str = [];
encoder_init_value = 0;
model=scicos_model()
model.sim=list('mdaq_encoder_sim',5);
model.in =[1];
model.in2=[1];
model.intyp=[1];
model.out=[1;1];
model.out2=[1;1];
model.outtyp=[1;1];
model.evtin=1;
model.rpar=[];
model.ipar=[encoder_module; encoder_init_value; encoder_mode];
model.dstate=[];
model.blocktype='d';
model.dep_ut=[%t %f];
exprs=["ENC1";sci2exp(encoder_init_value);sci2exp(encoder_mode)];
gr_i=['xstringb(orig(1),orig(2),[''CH:'' ; string(encoder_module)],sz(1),sz(2),''fill'');'];
x=standard_define([4 3],model,exprs,gr_i);
x.graphics.in_implicit=[];
x.graphics.exprs=exprs;
x.graphics.style=["blockWithLabel;verticalLabelPosition=center;displayedLabel=%1$s;fontColor=#5f5f5f"]
x.graphics.out_label = ["P", "D"];
x.graphics.in_label = ["R"];
end
endfunction
|
038d25a88024447f9b39ab76a525af0ee504ef06 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2066/CH7/EX7.11/7_11.sce | 7328292b6ff1ab6420c52e98ca1c796028d0f5bf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 432 | sce | 7_11.sce | clc
clear
//Initialization of variables
d2=4 //in
d1=3 //in
e=0.0005 //ft
mu=3.75e-5 //lb-sec/ft^2
rho=1.94 //slugs/ft^3
Q=100 //gal/min
L=100 //ft
g=32.2 //ft/s^2
gam=62.4
//calculations
A=%pi/4 *((d2/12)^2 -(d1/12)^2)
WP=%pi*(d1+d2)/12
R=A/WP
RR= 2*R/e
V= Q/(7.48*60*A)
Nr=V*4*R*rho/mu
f=0.035
hl=f*L/(4*R) *V^2 /(2*g)
hp=hl*Q/(7.48*60) *gam/550
//results
printf("horsepower required = %.2f hp/100 ft",hp)
|
f8243bd325d3127dbc699f15974f8f93af1e2510 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3250/CH4/EX4.19/Ex4_19.sce | fad6a2c33ca9bc259173b045f828b595fab2d104 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 558 | sce | Ex4_19.sce | clc
// Given that
d = 25 // Diameter of circular hole in mm
t = 20 // Thickness of the steel plate in mm
D = 27 // Enlarged diameter of hole in mm
c= 0.08 // Cut per tooth in mm
alpha = 10 // Radial rake angle in Degree
mu = 0.5 // Cofficient of friction
T_s = 400 // Shear yield stress in N/mm^2
// Sample Problem 19 on page no. 241
printf("\n # PROBLEM 4.19 # \n")
lambda=atand(mu)
phi = 45-lambda+alpha
w = %pi*(d+D)/2
Fc = w*c*T_s*(cosd(lambda-alpha))/((sind(phi))*(cosd(45)))
s = 1.75*sqrt(t)
F = 3*Fc
printf(" \n Peak broaching load = %d N.",ceil(F))
|
d7a382f8e909fa43dbc582cdecbd7b42de5e5135 | e0124ace5e8cdd9581e74c4e29f58b56f7f97611 | /3899/CH9/EX9.1/Ex9_1.sci | a36ae60e7eef7c3e1e89f1ebd987535fcb55d290 | [] | no_license | psinalkar1988/Scilab-TBC-Uploads-1 | 159b750ddf97aad1119598b124c8ea6508966e40 | ae4c2ff8cbc3acc5033a9904425bc362472e09a3 | refs/heads/master | 2021-09-25T22:44:08.781062 | 2018-10-26T06:57:45 | 2018-10-26T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 436 | sci | Ex9_1.sci | clear all
n=0:1:4
n0=0; n1=1; n2=2; n3=3; n4=4;
y=8*sind(180.*n/2);
N0=4;
Nf=N0;
x=[8*sind(180.*n0/2);8*sind(180.*n1/2);8*sind(180.*n2/2);8*sind(180.*n3/2)]
k=1
w=[1 1 1 1 ;1 exp(-%i*2*3.14*k/Nf) exp(-%i*2*3.14*(k+1)/Nf) exp(-%i*2*3.14*(k+2)/Nf);
1 exp(-%i*4*3.14*k/Nf) exp(-%i*4*3.14*(k+1)/Nf) exp(-%i*4*3.14*(k+2)/Nf);
1 exp(-%i*6*3.14*k/Nf) exp(-%i*6*3.14*(k+1)/Nf) exp(-%i*6*3.14*(k+2)/Nf)]
X=(1/Nf)*w*x
|
a736dc346ba16899a1204a421e271f81d188c7de | 449d555969bfd7befe906877abab098c6e63a0e8 | /1583/CH5/EX5.18/HFAAGC_Ex_5_18.sce | a6c8968050b6e2cf81a448bfbdf3f053c942018f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 249 | sce | HFAAGC_Ex_5_18.sce | clc
//Chapter 5:High Frequency Amplifiers and Automatic Gain Control
//example 5.18
//given
Vr=1//reference voltage
Vc=0.5
Vo=Vr-Vc//output voltage
Vi=Vo/Vc^2//input voltage
mprintf('the dc voltage as function of input voltage is %d V',Vi)
|
a5e1d30a86d82cb69274ea984f52b00fc59bcd94 | 8dae4f1f40698ede2204fcc175a5d45be968a6d3 | /sqwebmail/testhtml.tst | 4dc745e5a0ca850d71acc758f5d74287797b4fe0 | [] | no_license | svarshavchik/courier-libs | 10d02f37e13e7dea4c6aa3b656bc5032ae05b658 | fe3e6c8dbe2290143d95960deb4ea835e049347b | refs/heads/master | 2023-09-03T22:03:43.543383 | 2023-08-29T01:46:34 | 2023-08-29T01:46:34 | 30,800,110 | 10 | 14 | null | 2023-08-16T11:40:58 | 2015-02-14T15:27:20 | C | UTF-8 | Scilab | false | false | 2,124 | tst | testhtml.tst | foo
bar
&

a=b
>
pi: [<? xx ? ?>]
comment: [<!-- -- ----->]
sgml comment: [<!DOCTYPE >]
Empty tag: [<span />][< span/ >]
Opening tag: {< SpAn lang>]
Closing tag: [< / span>]
Opening tag: {< SpAn lang=value>]
Closing tag: [< / span>]
Opening tag: {< SpAn lang='value'>]
Closing tag: [< / span>]
Opening tag: {< SpAn lang="value">]
Closing tag: [< / span>]
Opening tag: {< SpAn DiR='val"ue'>]
Closing tag: [< / span>]
Bad tags:
<-
<<
>
>
< /foo<bar>
<A> tags:
<base href="http://localhost" />
<div><A HREF="?foo=bar&bar=foo" href="ignore">localhost</a></div>
<div><A HREF="?foo=bar&bar=foo">localhost</a></div>
<div><A HREF="?foo="bar">localhost</a></div>
<div><a href="https://localhost">localhost</a></div>
<div><a href="mailto:nobody@example.com?subject=foo&to=nobody">nobody@example.com</a></div>
<div><a href="cid:<nobody@example.com>">nobody@example.com</a></div>
<div><a href="nntp:localhost">nobody@example.com</a></div>
Checking nesting (max 128):
<div>
<a><a><a><a><a><a><a><a><a><a><a><a><a><a><a><a>
<a><a><a><a><a><a><a><a><a><a><a><a><a><a><a><a>
<a><a><a><a><a><a><a><a><a><a><a><a><a><a><a><a>
<a><a><a><a><a><a><a><a><a><a><a><a><a><a><a><a>
<a><a><a><a><a><a><a><a><a><a><a><a><a><a><a><a>
<a><a><a><a><a><a><a><a><a><a><a><a><a><a><a><a>
<a><a><a><a><a><a><a><a><a><a><a><a><a><a><a><a>
<a><a><a><a><a><a><a><a><a><a><a><a><a><a><a><a>
<a><a><a><a><a><a><a><a><a><a><a><a><a><a><a><a>
</div>
Checking script discarding:
<script language="javascript">
<foo>
<script language="javascript">
</script>
</foo>
<bar>
</script>
<style>foobar</style>Foobar.
Checking blockquote handling
<blockquote>
<blockquote type="cite">
cite
<blockquote>
<blockquote type="CITE">
cite
<blockquote type="CITE">
cite
<blockquote type="CITE">
cite
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
Checking IMG
<img src="http://localhost" alt="Blocked image">
<img src="cid:<internal>" alt="Allowed image">
|
903e1c5ef73f9afb163742d572be182ae3ac65f8 | 6cf80409d4e157ac517d2b8c9ba452ad5b57cd20 | /LAB1-110155777-LEONARDONEVESsci.sce | 665dd1444cf550745c77efe2b559c504a8ba5374 | [] | no_license | sevenleo/ALA | 76ecf03133d848be8bcd3f0385483b7c1bbcd989 | 955004f43e7ff7112c58bc17ce65ff0ea750d4d1 | refs/heads/master | 2021-01-10T21:22:55.591070 | 2013-11-07T01:06:07 | 2013-11-07T01:06:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 665 | sce | LAB1-110155777-LEONARDONEVESsci.sce | function[] = desenhaQuad(M, u0)
a=get("current_axes")
//Xmin=-0.5
//Ymin=-0.5
//Xmax=0.5
//Ymax=0.5
//a.data_bounds=[Xmin,Ymin;Xmax,Ymax]
a.data_bounds=[-0.5,-0.5;0.5,0.5]
a.isoview="on"
V = [0,1,1,0;0,0,1,1]
U0=[u0',u0',u0',u0']
C=(M*V+U0)/8
xsegs( [C(1,2),C(1,3)] ,[C(2,2),C(2,3)] ) //direito
xsegs( [C(1,1),C(1,1)] ,[C(2,1),C(2,4)] ) //esquerdo
xsegs( [C(1,1),C(1,2)] ,[C(2,1),C(2,2)] ) // base
xsegs( [C(1,3),C(1,4)] ,[C(2,3),C(2,4)] ) //cima
// n=4
// for i = 1:n
// for j = 1:n
// xsegs( [C(),C()] ,[C(),C()] )
// end
// end;
disp(C)
endfunction
|
c7f9bc42884eb6fc18f6803cf448b7c07142ce10 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH6/EX6.7/6_7.sce | 85c5d0c8ac08c9033fd844250aa54d4356ed3dd5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 171 | sce | 6_7.sce | //calculate force required
//refer fig.6.15
//VR=2*number of movable pulleys
VR=2*3
eta=0.85
MA=eta*VR
W=12000
P=W/5.1
printf("The required force is P=%.2f N",P)
|
6d6b39cf7ac8184d5c9c8c054e5a56d8b63d8008 | 9cdd26fd695db9d56130f413ee657965f681081c | /models/epidemic_final_size/ere_sir.sce | 8e8dcd6ba6b6048e8f659fd3861dacdb276dbeac | [
"MIT"
] | permissive | epimodels/epicookbook | 584006d90ce986ff8b5499d652e5e0a3980b76da | 496088ddc8fc913505d92877e0a687c81976c8f2 | refs/heads/master | 2020-06-20T22:52:40.839163 | 2019-07-17T16:28:15 | 2019-07-17T16:28:15 | 197,278,302 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 473 | sce | ere_sir.sce | function final_size=SIR_fs(N,bet,gamm)
final_size = zeros(N+1,1);
final_size(2) = 1;
for Z2 = 0:N;
for Z1 = Z2+1:N-1
p1 = 1 / ( 1 + gamm/(bet*(N-Z1)));
final_size(Z1+2) = final_size(Z1+2) + final_size(Z1+1)*p1;
final_size(Z1+1) = final_size(Z1+1)*(1-p1);
end
end
endfunction
N = 20;
bet = 2/(N-1);
gamm = 1;
tic();
final_size=SIR_fs(N,bet,gamm);
toc()
bar(0:N,final_size)
|
8529e2bd5e5e6617c78f814dcc56dbae0cbd8d06 | 449d555969bfd7befe906877abab098c6e63a0e8 | /446/CH4/EX4.4/4_4.sce | 9576d57b90f834cb86481d1fce5fb99992cbcadb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 595 | sce | 4_4.sce | clear
clc
disp('Ex-4.4(a)');
m=9.11*10^-31;v=3.6*10^6; //'m','v' - mass an velocity of the electron in SI units
h=1.05*10^-34; //planck's constant in SI
p=m*v; //momentum
delp=p*0.01;//due to 1% precision in p
delx = h/delp//uncertainity in position
printf('Uncertainity in position is %1.2f nm',delx*10^9);
disp('Ex-4.4((b)')
printf('Since the motion is strictly along X-direction, its velocity in Y direction is absolutely zero.\n So uncertainity in velocity along y is zero=> uncertainity in position along y is infinite. \nSo nothing can be said about its position/motion along Y') |
3859fc359a9e524ae2757a2ccb97db8bc86e0932 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH13/EX13.11/Ex13_11.sce | 6d3adcaf0e3619d64fe98be0b5fa90755bd938ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,282 | sce | Ex13_11.sce |
// Example 13.11
R1=10; // Resistance of 10 Ohms
R2=0.02; // Resistance of 0.02 Ohms
Xe=35 // Reactance of primary coil
n1=250; // No.Of turns in Primary coil
n2=6600; // No.Of turns in 2ry coil
k=n1/n2; // Turns ratio
P=40000; // Single-Phase power
I2=P/n1; // Full-load current
Re2=k^2*R1+R2; // Resistance Re2
Xe2=k^2*Xe; // Reactance Xe2
SinQ=0; // SinQ=0
CosQ=1; // Power factor
Reg={(I2*Re2*CosQ)+(I2*Xe2*SinQ)}/n1; // % Regulation.
disp(' % Regulation (pf=1) = '+string(Reg*100)+' %');
CosQ1=0.8; // Leading Power factor
SinQ1=sqrt(1-CosQ1^2); // SinQ=0.6 +ve
Reg1={(I2*Re2*CosQ1)+(I2*Xe2*SinQ1)}/n1; // % Regulation.
disp(' % Regulation (pf=0.8) = '+string(Reg1*100)+' %');
SinQ2=-sqrt(1-CosQ1^2); // SinQ=0.6 -ve
Reg2={(I2*0.0343*CosQ1)+(I2*Xe2*SinQ2)}/n1; // % Regulation.
disp(' % Regulation for (pf=0.8) = '+string(Reg2*100)+' %');
// p 506 13.11
|
4011cbaf8dec1764706b5ae7511962c75fdaaf8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3835/CH4/EX4.1/Ex4_1.sce | 88ea9a08f874503f49671c46a737d405b57dfcab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | Ex4_1.sce | clear
//
//given
b=0.2
a=0.04
n=1000/(60) //rev/sec
t=500
//case a
//since coil is at right angles ang=0
printf("\n e(t)=0 V")
//case b
//when coil is 30deg to the field ang=60
//p=sin(60)
p=0.8660254
e=2*3.14*a*n*b*t*p
printf("\n e(t)= %0.1f V",e)
//case c
//when ang=90 that is coil is in the plane of the field
//p=sin(90)
p=1
e=2*3.14*b*a*n*p*t
printf("\n e(t)= %0.1f V",e)
|
21595843e8417fe94ff64cdfd44aab83f700b805 | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH13/EX13.6/ex6.sce | 624a36d28d2761b6cee8c190583738702dc52e0d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 464 | sce | ex6.sce | // Chapter 13_Optical Devices
//Caption_Photodiode
//Ex_6//page 616
Na=10^16
eps=8.85*10^-14;
Nd=10^16
Dn=25
Dp=10
tau_no=5*10^-7
e=1.6*10^-19
ni=1.5*10^10
tau_po=10^-7
VR=5 //reverse bias voltage
GL=10^21 //generation rate of excess carriers
Ln=(Dn*tau_no)^0.5
Lp=(Dp*tau_po)^0.5
Vbi=0.0259*log(Na*Nd/ni^2)
W=((2*eps/e)*((Na+Nd)/(Na*Nd))*(Vbi+VR))^0.5
JL=e*(W+Ln+Lp)*GL
printf('The steady state photocurrent density is %1.2f A/cm^2',JL)
|
26b4161cfbc0aa8a87d6cbfab650e27b30dc6501 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH34/EX34.28/example28.sce | 8cd43211aa22c1793195098c7bbbde5d30383d27 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 517 | sce | example28.sce | clc
disp('probability of no success=8/27')
disp('probability of a success=1/3')
disp('probability of one success=4/9')
disp('probability of two successes=2/9')
disp('probability of three successes=2/9')
A=[0 1 2 3;8/27 4/9 2/9 1/27]
disp('mean=sum of i*pi=')
A(1,1)*A(2,1)+A(1,2)*A(2,2)+A(1,4)*A(2,4)+A(1,3)*A(2,3)
disp('sum of i*pi^2=')
A(1,1)^2*A(2,1)+A(1,2)^2*A(2,2)+A(1,4)^2*A(2,4)+A(1,3)^2*A(2,3)
disp('variance=(sum of i*pi^2)-1=')
A(1,1)^2*A(2,1)+A(1,2)^2*A(2,2)+A(1,4)^2*A(2,4)+A(1,3)^2*A(2,3)-1
|
71fc9f4cb5dca4bfbbda0c3d6fd9a86687183fb2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /215/CH9/EX9.4/ex9_4.sce | 7b8316a0e1d2c8b349f735822a2843f8b61da500 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex9_4.sce | clc
//Example 9.4
//Calculate settling time
t=0:0.1:5
ic=2*exp(-t)-4*exp(-t)
plot(t,ic)
xtitle('ic vs t','t in s','ic in A')
//Let ts be the settling time
//From the graph the maximum value is|-2|=2A
//'ts' is the time when ic has decreased to 0.02A
//On solving for 'ts'
ts=-log(0.02/4)
printf("ts=%3.2f s\n",ts)
|
882d478de2711cecd425c06d4b9c9ad0cf27931d | 0e1b45c07f0938ba9c8a003d6ae1cf2d8315efdb | /ch24.org/2011/Pre-round, 2011.02.12/PROBLEMSET/input/R/3.in | 7d0d0f2e30b6622ecea292f638e181edc8181c60 | [] | no_license | Kot-Angens/acm | c85d8582c3e84f218415321743864b9680e01f2e | 05472eaa0fff7abb6679826085da5e0c990df4cb | refs/heads/master | 2021-01-24T22:36:05.159612 | 2012-10-02T13:51:56 | 2012-10-02T13:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 125,780 | in | 3.in | 11719
-0.00406531
-0.00323929
0.00536146
-0.00539212
0.00132616
-0.00475232
0.00481586
-0.00506154
-0.000232818
-0.00539748
-0.00206268
-0.000128117
0.00635805
-0.00363943
0.00609593
-0.00433564
0.00204339
0.00110197
-0.00260221
-0.00613248
4.54391e-05
0.00104488
0.00549092
-0.0071296
-0.00607717
0.00216118
-0.00754867
0.00341371
-0.00617342
-0.000264419
-0.00380844
0.00273949
0.00615166
0.00402939
0.00341538
0.00631974
0.00664513
-0.0018967
0.00619777
0.00432372
-0.00272474
-0.0047406
0.00768299
-0.00525122
0.00322534
2.35513e-05
0.00676435
0.00335385
-0.00612108
-0.00450845
0.000920877
0.00318499
-0.00653901
0.000163253
-0.00471012
-0.00350061
0.00214887
-0.000802978
-0.00713377
-0.000507731
-0.00654641
-0.00716123
-0.00527063
-0.001584
0.00292865
0.000538164
0.00289798
-0.0035278
-0.000528177
-0.00346426
-0.000773861
0.00674526
-0.00640416
-0.000714901
0.00690892
0.00551503
-0.00587634
-0.00753234
-0.00411605
0.00567928
-0.000970692
0.00417904
0.00579849
-0.00190801
0.00688881
0.00462779
0.00525013
0.0069249
0.00133414
0.00153741
-0.00280082
-0.0012223
0.00626522
-0.00529516
0.00519627
0.00359599
-0.000126554
-0.00446311
-0.00589531
-0.00700212
-0.00114688
-0.00270106
-0.00612927
-0.00110207
0.00190926
0.00184032
0.00434104
-0.000185562
0.00758993
0.00660234
0.00220425
0.00383511
0.0070786
0.000247535
-0.00431941
-0.00310648
0.00480871
-0.00765335
-0.00340202
0.00649879
-0.00205612
-0.00143796
0.00580625
0.00701178
0.00760248
-0.00542009
0.000747852
-0.00407544
0.00421466
-0.000639293
0.00358485
-0.00469527
-0.000407587
0.00657049
0.00556381
0.00691159
-0.00155525
-0.00239827
-0.00463517
-0.00275957
-0.00253998
0.00109591
-0.00097675
0.0058045
0.0022316
0.000278151
0.00612208
0.00525895
0.00213481
-0.000366999
-0.00119404
-0.00761184
0.00167751
0.00662863
-0.00234561
-0.00383233
-0.00137555
-0.00393122
0.00741671
-0.000461782
0.00282705
0.00468367
0.00543349
-0.00346533
0.00158555
0.00320822
-0.00564579
0.00401541
-0.00189621
-0.00530711
0.00225926
0.00209725
0.000947657
-0.00460003
0.00698702
0.00631368
-0.00119072
0.00224181
0.00688726
0.00394403
0.00404262
-0.00711134
0.00713939
-0.00266867
0.00364531
0.00169962
0.000959462
0.000810006
0.00314186
-0.00386223
-0.000185729
-0.003723
0.00338964
-0.000777449
0.00227922
-0.0058803
-0.00706175
0.006254
0.00541365
-0.00389354
0.00146013
0.0045769
-0.00593461
-0.000722652
-0.00737868
-0.00060349
-0.00255093
0.0074326
-4.11845e-05
-0.00167104
-0.00416403
0.00572272
-0.00239622
0.00416168
0.00430178
-0.00177265
-0.00289596
0.00251037
0.00642998
-0.00269751
0.00112321
0.000787978
-0.00742574
0.00315324
8.4979e-05
-0.00223347
0.00205314
-0.00411325
0.0068469
-0.00655083
0.00521652
-0.00443163
-0.0019868
-0.00747948
0.00236971
-0.00443457
-0.00128266
-0.00204758
-0.00348583
0.00307538
-0.00243475
-0.00329943
-0.00710734
0.00468721
0.00532781
0.00471527
-0.00570534
0.00569191
-0.00036041
-0.00715289
0.00140906
-0.00320102
0.000688689
-0.00724898
-0.00322004
-0.00758234
-0.000607852
-0.00608057
-0.00420893
-0.00351874
-0.00501668
-0.00735497
-0.00349657
0.0057155
0.00254046
0.00435779
-0.0041168
-0.00374354
0.00340491
-0.00689796
-0.0072173
0.000493456
0.00657435
-0.00534161
-0.00737083
-0.00201511
-0.00560537
0.00644835
-0.00307624
0.00177974
-0.00346183
-0.00478378
0.000270645
-0.00635809
0.00218183
0.00250803
-0.00209067
0.00574625
-0.00423916
0.00556591
-0.00629927
-0.00720431
-0.0060032
0.00696526
-0.00521831
0.000546823
0.000819281
-0.00456295
-0.00124558
0.0052237
-0.00457582
-0.000309713
-0.00498627
0.000330916
0.00478342
0.00542802
0.0023633
-6.08278e-05
-0.0030975
-0.0010509
-0.00311094
0.00428059
0.00487964
-0.00146324
0.00308768
-0.00397557
-0.00347261
0.00105929
0.00122888
-0.00713091
-0.00545954
-0.00191653
0.00231667
0.00505192
0.00544889
-0.00579961
0.00766783
0.00245635
-0.000937795
0.00269734
0.00670574
0.00235871
0.00321268
0.00374732
-0.00351116
-0.00468874
-0.00227841
-0.00189731
0.00383951
0.00598608
0.00468249
-0.00614569
0.00338599
0.0076761
-0.00485962
0.00316297
0.00455682
-0.00101329
-0.0062572
-0.000595934
-0.00260162
0.000911153
-0.00127487
0.000177793
0.000725421
0.00247416
0.00168748
0.00422111
-0.00298401
0.00558721
-0.00672767
-0.000221317
-0.00274956
0.000426563
-0.00763509
-0.00486942
0.00321343
0.00024492
-0.002079
-0.00746764
0.000223472
0.00487791
-0.00392493
0.000716069
-0.00275528
-0.00562757
0.000661127
-0.00400313
-0.000226763
0.00405257
-0.00264009
0.00634073
0.00696177
-0.00624971
-0.000414296
-0.00584957
0.0069543
0.00465125
0.0143555
-0.00123247
0.00897582
-0.0152178
0.0262392
0.00968917
0.0120479
0.0152606
0.0190079
0.0232487
0.010808
0.0162815
0.0221361
0.0182237
0.00870593
0.0288923
-0.00826115
0.0338845
-0.00495099
0.0211971
0.0011043
0.0289169
0.0123998
-0.00160937
0.0443063
-0.0203108
0.0348639
0.0103332
-0.0127448
0.0344923
0.00595866
0.00764614
0.0351231
-0.00662064
0.0222224
0.0309986
-0.000230479
0.0357797
0.0129504
0.0208192
0.000445894
0.0269151
0.00390425
0.0173291
0.00986149
-0.0131709
0.0304667
-0.00446594
0.00400207
0.00899873
-0.00438078
0.0117842
0.00778109
-0.00794955
0.0116069
0.00896681
0.0075556
-0.000986508
0.0160196
-0.0154024
0.0175077
-0.00654578
0.0136093
0.0202129
0.00347658
0.0124524
0.00498655
-0.00753389
0.0254111
0.0142032
0.0139598
0.00971192
0.0174567
-0.00274305
0.0290423
-0.00308508
0.0073867
0.0471004
-0.0402864
0.0444757
-0.022415
0.0113938
0.00158315
-0.0205684
0.00834856
0.00524445
-0.0118688
0.0324375
0.0121267
0.0159829
0.034068
-0.0251884
0.0713194
-0.0234972
0.0229087
0.0502798
-0.0416122
0.0581296
-0.011647
0.0113783
-0.00710558
-0.00965905
0.0189121
-0.0504095
0.0695289
-0.0428459
0.0364987
0.0231044
-0.00557032
0.0248964
0.0281824
0.0244326
0.0179274
0.0445544
0.00207504
0.0408639
0.00965851
0.0135135
0.0302322
-0.000971881
-0.00195839
0.0295651
-0.0168451
0.0084145
0.00962066
-0.00777775
0.0201871
0.0236637
0.0128603
0.0178468
0.0180649
0.035724
0.0266714
0.00187152
0.0193354
0.0212882
0.0185452
-0.014428
0.0445024
-0.0101264
-0.00953763
0.0587031
-0.044108
0.0265003
-0.0163695
0.0317252
-0.004347
-0.0115023
0.0480057
-0.0258786
0.0220628
0.0109337
0.0114127
-0.0010309
0.0357962
-0.0169154
0.0371068
0.0212558
-0.0137358
0.0299234
-0.00497027
0.0143905
-0.00523893
0.0341671
-0.0297555
0.0356682
0.00851454
-0.00722785
0.0351976
-0.0213269
0.0405372
0.019463
-0.00990418
0.0415341
-0.0115528
0.0218785
0.0199213
-0.00901143
0.0396044
-0.0282565
0.0395205
-0.0155186
0.053277
0.00480697
-0.0198915
0.0485347
-0.0283221
0.043314
-0.0187273
0.00921177
0.00186771
0.0302319
-0.0216888
0.01188
0.0398521
-0.0264998
0.0451392
0.00245903
0.000491431
0.0500443
-0.0263992
0.0413591
0.0312327
-0.0480724
0.0571423
-0.00246954
-0.0147289
0.030917
-0.0148771
0.00403171
0.0157852
0.0250312
-0.00084736
0.0212154
0.0399011
-0.0339575
0.034779
-0.022448
0.030404
0.00549528
-0.0042567
0.0362711
-0.0113249
0.0302165
-0.0174086
0.0316161
0.0192716
-0.0182359
0.00968039
0.0336988
-0.00453679
-0.00034697
0.0170858
0.0111113
0.00731843
0.0206701
-0.0153153
0.0506514
-0.0204934
0.0304357
0.0136723
0.0222689
0.0327721
-0.0362345
0.0335183
-0.00622797
-0.0169249
0.0251991
0.0194703
-0.0398596
0.0732219
-0.0152729
-0.0293169
0.073326
-0.0592328
0.0198536
0.0317336
-0.0214376
0.0140781
0.0282095
0.0384205
-0.0463594
0.0657005
-0.0227142
-0.0201148
0.0653815
-0.0292025
0.0124359
0.0332222
-0.0125145
-0.0126052
0.0500371
-0.000194785
-0.0309212
0.0483736
0.0320224
-0.0552893
0.0466273
0.0436775
-0.0378226
-0.00600703
0.0321489
0.0143884
-0.028628
0.0541547
-0.00368182
-0.012225
0.0323819
0.0252383
-0.00975369
0.0417779
-0.0338131
0.0619013
0.0031009
-0.0282538
0.0818552
-0.0155606
-0.0159941
0.0434356
0.0126165
-0.0220035
0.0427745
0.00344273
0.0403708
-0.0458874
0.0566522
0.0436736
-0.0778469
0.0399562
0.061791
-0.0525448
0.00568516
0.0588488
-0.0462239
0.0237745
0.071977
-0.0717512
0.0705663
0.0284044
-0.00962941
0.0076927
0.00626695
0.0577323
-0.0821418
0.0808012
-0.00853714
-0.0157475
0.0106494
0.0295192
-0.046195
0.0437604
0.0304709
-0.0595629
0.113878
-0.0376349
-0.0378297
0.070784
-0.00487344
-0.0271146
0.049379
0.0107349
0.0079008
-0.0221698
0.0415906
-0.00377991
-0.0126474
0.00523624
0.051639
-0.0140583
0.0279802
0.00609855
-0.0306787
0.0680948
-0.052918
0.0140441
0.0294337
0.0015269
-0.0267269
0.0628802
-0.0379517
0.00806965
0.0437533
-0.0211495
0.0111106
0.00737342
0.0108161
0.00467536
-0.0102042
0.0231922
0.0281061
-0.0187331
0.0212231
0.00549468
0.0537251
-0.00260526
0.00973191
0.0177716
0.0337942
-0.0182598
0.0417719
0.011563
-0.0453039
0.0535939
0.0225269
-0.0487256
0.0167587
0.050896
-0.0310936
0.0301367
0.0376451
0.00953476
-0.0229615
0.0548745
0.00561164
-0.00267711
0.00752741
0.0206306
0.0450112
-0.0160744
0.0159499
0.00332452
0.0149696
-0.0441786
0.0208199
0.0442246
-0.0477127
0.0558934
0.0521135
-0.0535571
0.0369504
0.0420778
-0.0262441
0.0249919
0.0310905
0.000411834
-0.0245166
0.0465963
0.0141288
-0.010701
-0.00142216
0.0183625
-0.00402855
-0.00322058
0.020353
-0.00566115
0.0429567
-0.000196265
0.030433
0.0490011
-0.00833909
-0.0107914
0.0976721
-0.0757722
0.0140218
0.0585007
-0.0212759
0.00144143
0.0608517
0.00856809
-0.020172
0.0523819
0.0186182
0.0371343
-0.0288221
0.0188973
0.0492354
-0.00575713
-0.0389788
0.0242915
0.0519317
-0.0566813
0.0199671
0.0188525
-0.0181244
0.0286815
-0.00171529
0.0581599
-0.0375405
0.0320025
0.0758889
-0.0418907
0.0350582
0.0510081
-0.0309387
0.0150387
0.0406275
-0.00831998
-0.00285506
0.0347036
-0.0256821
0.0264314
0.0193859
-0.0366869
0.0286467
0.00240264
-0.00361317
0.0119734
0.0588969
-0.0198833
0.0112092
0.0563457
0.0533967
0.0907342
0.0703371
0.0353008
-0.0376873
-0.0793498
-0.077259
-0.0575581
-0.0112427
0.0424461
0.099199
0.0986119
0.0645647
-0.0315617
-0.09183
-0.0855601
-0.0425633
-0.00957561
0.0616333
0.114733
0.107797
0.0643694
-0.0382875
-0.104941
-0.0678063
0.0274027
0.0540519
0.0877834
0.120786
0.128319
0.075091
0.0184955
-0.0691936
-0.0104668
0.0704011
0.00576511
-0.0663286
-0.130059
-0.141667
-0.10944
-0.0696855
-0.0248044
0.0340802
0.123402
0.065883
-0.0425751
-0.12056
-0.141948
-0.0805002
0.00191606
0.0521235
0.080705
0.114888
0.0722588
-0.0341955
-0.106324
-0.142681
-0.0920307
0.012966
0.0718629
0.106243
0.0941965
0.0497671
-0.0208672
-0.0851718
-0.123362
-0.103565
-0.0404771
0.0507158
0.10524
0.117449
0.0751986
0.00136556
-0.0544742
-0.0953971
-0.116104
-0.070146
0.0163185
0.116805
0.159513
0.0879219
0.0177722
-0.092301
-0.116287
-0.106181
-0.0824529
0.00640501
0.155653
0.214063
0.12858
0.00706159
-0.127966
-0.139182
0.00567598
0.0319234
0.063505
0.177069
0.239718
0.183468
0.055124
-0.0594315
-0.146835
0.100314
0.123652
-0.0174314
-0.130638
-0.26305
-0.220423
-0.115711
-0.0114646
-0.0293813
0.0916689
0.1556
0.0604372
-0.0681601
-0.22459
-0.253106
-0.0857511
0.0792427
0.16912
0.170112
0.113311
-0.0163765
-0.0884279
-0.141518
-0.192526
-0.0971145
0.0192641
0.143964
0.187686
0.139457
0.0118783
-0.107688
-0.15303
-0.147599
-0.0764657
0.00859502
0.0914925
0.161435
0.168809
0.0921038
-0.0314014
-0.174214
-0.202571
-0.130535
0.0019697
0.110489
0.205859
0.146662
0.114307
0.0141459
-0.151636
-0.232357
-0.20204
-0.0276808
0.181974
0.327185
0.196318
0.0117605
-0.0592323
-0.152847
-0.0779063
0.00822544
-0.0279503
0.181804
0.36739
0.374763
0.117021
-0.0368726
-0.237907
-0.086237
0.286424
0.104417
-0.0334917
-0.313916
-0.437385
-0.307181
-0.0265035
0.0357286
0.0539404
0.161988
0.0551839
0.0305053
-0.0784522
-0.313978
-0.314851
-0.100953
0.129621
0.309188
0.305097
0.091803
-0.144078
-0.212205
-0.251043
-0.138389
-0.00576753
0.0892647
0.189728
0.198534
0.145113
-0.00370452
-0.144595
-0.254856
-0.224768
-0.0856265
0.0734928
0.219759
0.244262
0.16096
0.00788372
-0.111839
-0.205488
-0.199708
-0.123546
-0.02712
0.120367
0.29042
0.285995
0.157892
-0.0808148
-0.341862
-0.353357
-0.133519
0.108982
0.279138
0.326123
0.12763
0.00710861
0.0411649
-0.165468
-0.195733
-0.116327
-0.0674123
0.40449
0.644403
0.547269
0.0176531
-0.187736
-0.46233
-0.0718363
0.483056
0.239714
0.0610967
-0.482342
-0.721732
-0.528436
-0.0177406
0.148901
0.244903
0.252477
-0.0675143
-0.0528997
-0.1354
-0.307162
-0.280697
-0.167322
0.023496
0.303711
0.421975
0.216666
-0.0587226
-0.294298
-0.428254
-0.230408
-0.0184141
0.184094
0.269404
0.245793
0.109983
-0.0268471
-0.154678
-0.234028
-0.21064
-0.120929
0.0301729
0.156046
0.218547
0.20693
0.0947398
-0.0256925
-0.166054
-0.256224
-0.236263
-0.105257
0.0762699
0.283836
0.40057
0.20684
-0.00967275
-0.269639
-0.402066
-0.221366
0.0395229
0.192627
0.285602
0.249198
0.0722926
0.0345247
0.00815018
-0.299778
-0.223948
-0.13589
0.125607
0.608662
0.693338
0.359086
-0.162016
-0.2946
-0.489703
0.205735
0.463163
0.227446
-0.0162014
-0.587592
-0.687003
-0.41155
0.0564816
0.124621
0.298385
0.151338
-0.0565783
-0.00669668
-0.162124
-0.282862
-0.236074
-0.152701
0.0665033
0.319407
0.356214
0.144998
-0.0743255
-0.282172
-0.340027
-0.153619
-0.00780193
0.145899
0.211017
0.179174
0.102663
0.00337973
-0.123023
-0.198826
-0.185759
-0.119254
0.00436685
0.116941
0.189978
0.173225
0.108224
-0.0105863
-0.0983201
-0.185512
-0.191586
-0.128535
0.01444
0.154738
0.308605
0.260874
0.0604594
-0.123062
-0.321095
-0.289689
-0.0545838
0.132321
0.228989
0.261572
0.1338
-0.0100711
0.0311851
-0.107575
-0.262641
-0.0934285
-0.065988
0.311904
0.57811
0.523149
0.0828438
-0.20881
-0.356794
-0.269305
0.3902
0.293236
0.165505
-0.224407
-0.564437
-0.540514
-0.179965
0.0723322
0.105678
0.226445
0.026472
-0.00491055
-0.00719935
-0.174548
-0.255169
-0.223103
-0.0976524
0.119352
0.304011
0.266966
0.066295
-0.10236
-0.269523
-0.229756
-0.103
0.0213186
0.111367
0.162245
0.131899
0.0893191
0.022234
-0.0865966
-0.159198
-0.164495
-0.109697
0.00104236
0.120569
0.158265
0.14246
0.0789725
-0.0167425
-0.095818
-0.125857
-0.136875
-0.0932308
-0.000527762
0.100786
0.213495
0.24251
0.0894882
-0.0678697
-0.245987
-0.268291
-0.0968227
0.0965705
0.201125
0.226207
0.13765
-0.0136195
-0.016047
-0.00780304
-0.163047
-0.0680107
-0.0576555
0.134806
0.432094
0.447997
0.224646
-0.129822
-0.224516
-0.322727
0.186052
0.288466
0.159899
-0.0698177
-0.402598
-0.422108
-0.250921
0.0453564
0.0329753
0.136823
0.0532371
-0.00537867
0.0454125
-0.0646997
-0.186936
-0.207389
-0.132095
0.0210067
0.202141
0.255859
0.108688
-0.0267992
-0.167356
-0.207441
-0.110825
-0.0427624
0.0490905
0.0888926
0.116438
0.0964088
0.0683266
-0.0232435
-0.102002
-0.143556
-0.122126
-0.0574503
0.0586213
0.120109
0.151127
0.101057
0.0179847
-0.0553178
-0.0999317
-0.11336
-0.0870775
-0.0443653
0.0289494
0.106043
0.16946
0.152072
0.0221733
-0.0791451
-0.218731
-0.172476
-0.0311839
0.120463
0.177749
0.160231
0.0655919
-0.027592
-0.0023753
-0.0098373
-0.0922539
-0.0147291
-0.0518447
0.115806
0.278547
0.286801
0.120507
-0.0683978
-0.123817
-0.152857
0.170013
0.099219
0.0473287
-0.124313
-0.251028
-0.228662
-0.0872139
0.0597611
0.0110003
0.0736062
0.0116355
-0.00370765
0.0160047
-0.0660799
-0.133986
-0.144036
-0.0782713
0.0405867
0.152735
0.17615
0.0710088
-0.00795147
-0.108714
-0.133197
-0.10621
-0.0500413
0.00103553
0.0674088
0.102246
0.106087
0.0753605
-0.00742999
-0.0860036
-0.131672
-0.113249
-0.05304
0.0421296
0.0943348
0.130611
0.0830168
0.0180344
-0.0683195
-0.085449
-0.0948778
-0.065803
0.00378832
0.03898
0.0926982
0.0901381
0.0859625
0.0118589
-0.0525319
-0.108881
-0.139119
-0.0530732
0.0268651
0.0961598
0.103389
0.0878642
0.0300769
0.00819067
0.016157
-0.0436767
-0.0364544
-0.0767703
-0.0449454
0.0632996
0.130101
0.141749
0.0545351
0.0600326
-0.0452461
0.0283601
0.0167398
-0.0567353
-0.0794903
-0.153322
-0.0780056
-0.0282432
0.0795321
0.0503513
0.0557996
0.0226476
-0.0303747
-0.0150703
-0.0462653
-0.0786867
-0.0996253
-0.0566434
0.00640767
0.0660645
0.106295
0.0650955
0.0164249
-0.0220128
-0.0615048
-0.0536416
-0.0428599
-0.0338843
-0.00725862
0.0250607
0.0393924
0.0526417
0.0164126
-0.0131472
-0.0443327
-0.0461872
-0.0267189
-0.00742668
0.00829746
0.0312283
0.036095
0.0212823
0.00213346
-0.0271426
-0.0430002
-0.0270807
-0.0181384
0.00872673
0.0273672
0.0377327
0.0248217
0.0238909
-0.00667815
-0.0370328
-0.0497017
-0.0706523
-0.0311435
0.00143046
0.0414743
0.0475441
0.0420062
0.019022
0.00153516
0.0183045
-0.0153509
-0.014115
-0.0088348
-0.0108057
0.0451746
0.0679441
0.0939645
0.0572175
0.0610572
0.000577713
0.0077214
-0.00714939
-0.0532275
-0.0529812
-0.108412
-0.0917582
-0.0786341
-0.0567226
-0.0604255
-0.0626572
-0.0518253
-0.0431523
0.0123543
0.0283689
0.0212389
0.0171387
0.0220141
0.0302594
0.0398161
0.0482008
0.0155712
0.00097604
-0.00441926
-0.00999228
0.005836
-0.005379
-0.0205576
-0.035516
-0.0275435
-0.0147043
-0.00117396
-0.0145444
-0.0184312
-0.0226717
-0.00324083
-0.00587534
-0.00490054
-0.000789181
0.00593576
0.00750168
0.000384801
0.00145859
0.0109374
0.0154992
0.00686245
0.0222306
0.00815718
0.0186237
0.0119042
0.00739884
0.00316497
0.00470013
-0.000251157
-9.81698e-05
-0.0219651
-0.0463038
-0.0338536
-0.0274388
-0.0215101
-0.0205689
-0.00986297
-0.00306933
-0.0102436
0.0362375
0.0368401
0.0688839
0.0546625
0.0392737
0.0715466
0.0704318
0.0989806
0.0385551
0.0534173
-0.00615994
-0.0028006
0.00955368
-0.0395968
-0.0416137
-0.0942424
-0.0722283
-0.0807286
-0.0564164
-0.0547272
-0.0779156
-0.0459318
-0.0503511
-0.00607981
0.0152601
0.00988107
0.0203312
0.000319125
0.0270392
0.0355907
0.0421686
0.0121204
0.016945
0.00977713
-0.00121563
0.0084129
-0.00423958
-0.0127807
-0.0223488
-0.0225991
-0.0222143
-0.0207557
-0.0175702
-0.0175749
-0.0107124
-0.00398571
-0.00358047
0.00729129
-0.00406031
0.00333853
-0.00124844
0.0034517
0.0187044
0.0186062
0.019897
0.0201048
0.009507
0.0208279
0.0303255
0.00975665
0.0153976
0.00457629
-0.0211711
-0.00818942
-0.010109
-0.0109925
-0.0260975
-0.0255835
-0.0315563
-0.0308919
0.00607317
-0.0173873
0.0127742
-0.00888961
0.0348214
0.0753829
0.0667938
0.0949475
0.0627206
0.0835155
0.0803063
0.124665
0.0776899
0.0385339
0.0468656
-0.0499971
0.0524502
-0.0330649
-0.0541916
-0.0648681
-0.134316
-0.0762695
-0.102694
-0.0682777
-0.102669
-0.0702201
-0.0681949
-0.0539066
0.00876985
-0.0264775
0.00725344
0.000408502
0.0165691
0.0486184
0.0356147
0.0335483
0.0159734
0.0207649
0.0167792
0.0209506
0.0127381
-0.0145781
-0.0034876
-0.0202399
-0.0167882
-0.0213396
-0.0182372
-0.0215961
-0.0169951
-0.0152401
-0.00991605
-0.0105983
-0.000841642
-0.000947965
0.00362832
0.00571299
0.0207794
0.0184223
0.0229337
0.020092
0.0100124
0.00171192
0.00957971
0.000149006
0.00601756
0.00328788
-0.0211056
-0.0172919
-0.0271804
-0.0146502
-0.0282298
-0.0352767
-0.0370325
-0.0575014
0.0206521
-0.0101852
0.0205968
0.0209508
0.00196143
0.0776675
0.0911142
0.129946
0.0883336
0.101304
0.0948019
0.116139
0.16414
0.0149594
0.10753
-0.0459362
-0.0145715
0.0562139
-0.102047
-0.0172737
-0.1564
-0.116575
-0.0912126
-0.109861
-0.0918171
-0.137859
-0.0860865
-0.100315
-0.0173489
-0.0201147
-0.0346928
0.0160832
-0.0196606
0.0488225
0.0352348
0.00924566
0.0419131
-0.0138417
0.0174298
-0.00799008
-0.0263403
-0.0116781
-0.0281299
-0.0167497
-0.00328472
0.0019908
0.0126612
0.0355948
0.032431
0.0346914
0.0364034
0.0382311
0.0228763
0.005638
-0.0143299
-0.0354355
-0.0449755
-0.0566521
-0.0480464
-0.0530204
-0.0340336
-0.0168025
0.0109674
0.0393714
0.0369382
0.0652869
0.0784857
0.0804471
0.0728433
0.0399265
0.00708162
0.0101439
-0.00483127
-0.0650682
-0.0652087
-0.118123
-0.0644041
-0.00338568
-0.0880816
-0.0096298
-0.0076795
0.0840724
0.175326
0.135205
0.0883969
0.167727
0.228408
0.113335
0.177027
-0.0640987
0.00612888
0.0740513
-0.17087
-0.128043
-0.235991
-0.193636
-0.106054
-0.148338
-0.201108
-0.0971794
0.0285138
-0.00831993
0.0922171
0.042621
0.0774546
0.181108
0.0790866
0.06805
0.0312811
0.0206864
-0.0212381
-0.0508226
-0.101403
-0.119263
-0.0732797
-0.104667
-0.0835251
-0.0435914
-0.0170115
0.0232843
0.0519036
0.0581207
0.0903716
0.0950977
0.0705433
0.050503
0.020107
-0.00497038
-0.0404587
-0.0627482
-0.0908282
-0.0955043
-0.0788337
-0.0717521
-0.0461043
-0.0121759
0.0235311
0.0668495
0.119269
0.109129
0.105743
0.141692
0.0777989
0.101127
0.006905
-0.0658313
-0.0701614
-0.0825397
-0.170627
-0.213536
-0.107953
-0.155733
0.0127267
-0.00440022
-0.0156202
0.286378
0.266863
0.286686
0.286848
0.366841
0.303774
0.311969
0.207037
-0.159798
0.134208
-0.130164
-0.335605
-0.304662
-0.387121
-0.339042
-0.356263
-0.270718
-0.343055
-0.0542158
0.0500003
-0.074658
0.162668
0.190164
0.201776
0.188018
0.167683
0.119664
0.0731804
0.0630684
-0.111369
-0.0907649
-0.104194
-0.173186
-0.176947
-0.133584
-0.0997944
-0.0627338
-0.00920293
0.0239998
0.0602784
0.105476
0.0957392
0.0806426
0.0839705
0.053238
0.0193123
-0.0242094
-0.0623676
-0.0729039
-0.0784984
-0.0859708
-0.0778668
-0.0399541
-0.00501015
0.0643633
0.0825988
0.0902667
0.179056
0.156374
0.132424
0.0908876
0.101991
-0.0454119
-0.0458552
-0.135582
-0.251997
-0.158947
-0.226215
-0.263526
-0.238379
0.0229219
0.0104109
-0.0104201
0.347788
0.291252
0.420699
0.490942
0.399963
0.439048
0.377632
0.383414
-0.151422
0.100129
-0.0520484
-0.439768
-0.358131
-0.450929
-0.394693
-0.521584
-0.308897
-0.32874
-0.211408
0.0570678
-0.0647048
0.0869148
0.247062
0.225154
0.184594
0.185575
0.223616
0.0516224
0.0756223
-0.0346419
-0.0997088
-0.0814891
-0.148133
-0.164938
-0.134956
-0.0768838
-0.0855893
-0.0394298
0.0194493
0.0494781
0.0642825
0.071687
0.0704926
0.0732343
0.0368224
0.0186461
-0.0306221
-0.0453646
-0.0750368
-0.0821472
-0.0920347
-0.0675628
-0.0509592
-0.0115431
0.0466736
0.0892503
0.0853419
0.153701
0.176997
0.147921
0.0855712
0.0959821
0.0468023
-0.0705262
-0.0505917
-0.211289
-0.177711
-0.165345
-0.222421
-0.240137
-0.112537
0.0693747
-0.0553026
0.163967
0.32885
0.273045
0.473279
0.365408
0.417467
0.325624
0.399985
0.0878017
-0.103192
0.126676
-0.313541
-0.337796
-0.38396
-0.37766
-0.432396
-0.387074
-0.250181
-0.306341
-0.0231538
-0.00658356
-0.0260571
0.182399
0.203507
0.18483
0.146706
0.1929
0.114711
0.0333847
0.0441031
-0.0931648
-0.0602375
-0.106024
-0.133565
-0.151006
-0.0858483
-0.0699588
-0.0688117
-0.0198175
0.0220663
0.0463106
0.0717711
0.0750754
0.0712843
0.0636943
0.0289136
0.0134803
-0.0188652
-0.0356666
-0.0660405
-0.0579887
-0.0627818
-0.0469872
-0.0322421
-0.0053144
0.0237071
0.0708027
0.0604965
0.101642
0.132822
0.113309
0.0586523
0.0653653
0.0510375
-0.0619726
-0.0447416
-0.137354
-0.144039
-0.114168
-0.145133
-0.148249
-0.075951
0.0844224
-0.0137074
0.10686
0.257436
0.199058
0.325273
0.272723
0.280997
0.240119
0.267111
0.0966702
-0.080456
0.0950373
-0.203184
-0.232235
-0.256707
-0.265039
-0.281442
-0.275258
-0.195362
-0.244282
-0.0196172
-0.041095
-0.038592
0.0991609
0.118698
0.118121
0.102425
0.126637
0.0758116
0.0668701
0.0279094
-0.0398544
-0.0267945
-0.0640373
-0.0778624
-0.103212
-0.0664762
-0.0465818
-0.0434886
-0.0165059
-0.00472713
0.0100105
0.0172869
0.0315564
0.026242
0.0189414
0.0199767
0.00295375
-0.00393167
-0.0183962
-0.0291185
-0.0169779
-0.029132
-0.00910222
-0.00130741
0.00821459
0.0258996
0.0368996
0.0312583
0.0566678
0.0557058
0.0417703
0.0254175
0.0117101
0.00229151
-0.0503497
-0.0373383
-0.068654
-0.0672492
-0.0420661
-0.0655132
-0.0387125
-0.0273136
0.0472691
0.0337792
0.0476493
0.125492
0.109095
0.154133
0.136257
0.116813
0.11525
0.103526
0.0684053
-0.0269534
0.019726
-0.0439038
-0.0957489
-0.0939074
-0.123265
-0.105155
-0.145623
-0.102009
-0.128363
-0.0906978
-0.0477248
-0.0807544
-0.0655935
-0.0370229
-0.0182279
-0.018298
-0.0230269
-0.0240289
-0.0132522
-0.0109937
-0.0169626
-0.00866198
-0.00567576
0.00551371
-0.00551739
0.0051883
0.00900857
0.0216201
0.0312613
0.0375392
0.0239111
0.0380647
0.0290054
0.0217161
0.016608
0.0224998
0.0149984
0.00189876
-0.0121629
-0.0169043
-0.0302464
-0.0262883
-0.0239968
-0.0355868
-0.0264135
-0.0253
-0.0305337
-0.0260882
-0.014082
0.00146908
-0.00258875
-0.00183128
0.00094019
0.00982979
0.00353853
0.0118582
0.0187044
0.0231788
0.023713
0.0304359
0.033187
0.0473287
0.0746389
0.0633572
0.0814689
0.109751
0.108867
0.117385
0.113005
0.106917
0.105683
0.0858478
0.0494135
0.00168869
0.0062056
-0.0361321
-0.0731551
-0.0991349
-0.109681
-0.1017
-0.117977
-0.115725
-0.111215
-0.0894181
-0.0748242
-0.0727481
-0.0594824
-0.0339921
-0.0288038
-0.0275471
-0.0214309
-0.0211773
-0.0146459
-0.0139905
-0.0224374
-0.0166879
0.00502821
0.0061323
0.00537625
0.00487077
0.0222734
0.0256144
0.024214
0.0249753
0.0374467
0.0367057
0.0243747
0.028969
0.0191728
0.0118949
0.00906259
-0.0050194
-0.0190542
-0.0216429
-0.0234742
-0.030286
-0.0282081
-0.0246696
-0.0283153
-0.0328668
-0.0174399
-0.0169827
-0.00980267
-0.0153753
-0.0145583
0.00581711
0.0149107
0.0111083
0.0123322
0.012672
0.0137777
0.0260072
0.0166449
0.0215531
0.0453853
0.0637911
0.0654798
0.0639335
0.0820649
0.117437
0.119077
0.117924
0.109247
0.107549
0.108102
0.0821586
0.0315002
-0.00456436
0.000206952
-0.0515235
-0.0777637
-0.114319
-0.110859
-0.109034
-0.122459
-0.121601
-0.120088
-0.0805098
-0.0661899
-0.0689136
-0.0472775
-0.0341493
-0.0215266
-0.022509
-0.0279024
-0.0191923
-0.00972089
-0.0110339
-0.0208398
-0.0119689
-0.00625574
0.0129171
0.00155623
0.0106188
0.0211033
0.0330568
0.0346697
0.0266994
0.0351731
0.0302208
0.028807
0.0159956
0.0141366
0.00444857
0.0029697
-0.0145849
-0.0222083
-0.0290146
-0.0309495
-0.0237907
-0.0281863
-0.031358
-0.0341899
-0.0281641
-0.0254126
-0.0165197
-0.00271855
-0.00384485
-0.00982118
0.009147
0.0188169
0.000106633
-0.00648737
0.0195667
0.0212112
0.0296828
0.0209525
0.0205278
0.0406709
0.0644192
0.0676067
0.0755656
0.0938095
0.116821
0.111029
0.124201
0.108191
0.109762
0.0966883
0.0773756
0.0123697
-0.00730857
-0.00645477
-0.0614842
-0.0878815
-0.109408
-0.100909
-0.12106
-0.116996
-0.118965
-0.114495
-0.0733195
-0.0697845
-0.0682883
-0.0476193
-0.0228072
-0.0276923
-0.0220929
-0.0200438
-0.0086299
-0.0129383
-0.00102101
-0.0173119
-0.00400873
0.0119868
0.00286758
0.00731614
0.0102858
0.0189567
0.0277562
0.0297493
0.0298076
0.0292727
0.0243422
0.023992
0.0285618
0.0159017
0.0137448
-0.00277484
-0.0132453
-0.00933824
-0.0269114
-0.0177644
-0.0299552
-0.0298486
-0.028584
-0.0322731
-0.0343177
-0.0278907
-0.0146902
-0.00191429
-3.08401e-06
-0.0131033
0.00799179
0.01379
0.00682431
0.00736631
0.0176199
0.01779
0.0252054
0.0186886
0.0301056
0.0532176
0.0655873
0.0660307
0.0750798
0.0988669
0.119513
0.118632
0.118498
0.113717
0.105248
0.0870578
0.0655859
0.0155222
-0.00775064
-0.0140234
-0.0693946
-0.0922019
-0.10439
-0.110979
-0.115519
-0.116397
-0.121583
-0.0993487
-0.062397
-0.0664057
-0.0699227
-0.0437994
-0.0287313
-0.0261974
-0.0227445
-0.0182441
-0.0195026
-0.00519884
-0.0146858
-0.0213513
-0.00511124
0.00794673
0.000592589
0.0143374
0.0115626
0.0215731
0.0277387
0.0318351
0.0295746
0.0383791
0.0395383
0.0264582
0.0251928
0.0218829
0.00949602
0.00255781
-0.00710842
-0.0148634
-0.0124629
-0.0277269
-0.0294408
-0.0381204
-0.0307541
-0.0363899
-0.0341038
-0.0166503
-0.0212175
-0.0143678
-0.00766177
-0.0118419
-7.47622e-05
0.0129895
0.0188332
0.0143148
0.00891542
0.0111339
0.0163236
0.0207961
0.0225826
0.0416568
0.0571791
0.0649323
0.0741647
0.0900413
0.114119
0.110503
0.115803
0.101059
0.108693
0.0956368
0.0815595
0.0346664
-0.000731553
0.00686509
-0.0524381
-0.0811694
-0.115119
-0.106855
-0.1251
-0.121346
-0.126545
-0.125727
-0.0850629
-0.0824222
-0.0667235
-0.0506271
-0.0285377
-0.0169751
-0.0186578
-0.00642299
-0.0133476
0.00847513
0.00809456
-0.00663072
-0.00342838
0.0140125
0.0126395
0.00663167
0.00143754
0.00208106
0.0104734
0.0057625
0.00904336
0.00285838
0.00349771
0.0115033
0.0138731
-0.00472678
-0.00587323
-0.00383494
-0.00269883
-0.00260866
0.00105333
-0.0145253
-0.00928772
-0.0137103
-0.00714744
0.00176797
0.0051499
0.00596959
-0.00424204
0.00283668
-0.00201812
-0.00685457
-0.00393779
0.000459424
-0.00252249
-0.00468301
-0.00270665
-0.00318242
0.00485364
0.0205236
0.0308891
0.0426812
0.0618437
0.0843679
0.091233
0.0930585
0.120416
0.129328
0.131
0.12218
0.101608
0.106846
0.0896463
0.051095
0.00743247
-0.00502751
-0.0246468
-0.0686884
-0.0934155
-0.104321
-0.118496
-0.124092
-0.131121
-0.123026
-0.0986491
-0.0788217
-0.0725611
-0.0676735
-0.045538
-0.0363485
-0.0265155
-0.00829013
-0.0102796
0.00651572
0.00162216
0.00511987
0.00111934
0.0149924
0.00251374
0.00439244
0.00830944
0.00561061
-0.00474999
0.00405528
0.00503384
-0.00425388
-0.0024603
-0.00185581
0.0076641
0.00506206
0.00327971
0.00678962
0.00187436
0.00760818
0.000753607
-0.00318419
0.00502718
-0.00524725
0.00557362
0.00286696
0.00743648
-0.00321376
-0.005946
-0.00606464
0.00560876
-0.0100669
-0.00321838
-0.00500861
0.00277852
0.00691562
-0.00329079
0.00367835
0.0173309
0.0259161
0.0164833
0.0441141
0.0409455
0.05613
0.0666063
0.0729672
0.0740462
0.0891579
0.0856117
0.0833944
0.0678296
0.0684918
0.0617448
0.040615
0.00830501
-0.00224061
-0.00789864
-0.0379328
-0.0510254
-0.0542851
-0.0625753
-0.0728549
-0.0740911
-0.0802208
-0.067349
-0.0507258
-0.0512372
-0.0409716
-0.0443311
-0.0282697
-0.0226591
-0.0119052
-0.0156019
-0.010568
-0.00706996
-0.00177832
-0.0113861
-0.0114739
-0.00641184
0.00461982
0.00365749
-0.00222009
-0.00236385
0.0061417
-0.00479443
-0.00751919
-0.0050145
-0.00719283
0.00342607
0.00311061
0.00764879
-0.00604914
-0.00436185
-0.00650502
-0.00106808
0.00346547
0.0062088
0.00123538
0.000399069
0.00486022
-0.00696531
0.00261361
-0.00247804
-0.00149861
-0.00389613
-0.00171028
0.000156104
0.0124989
0.0079467
0.0122255
0.00836012
0.000948541
0.0223275
0.0126377
0.019114
0.0188433
0.0206987
0.0290037
0.0190111
0.0266164
0.0351952
0.0306814
0.0306598
0.0301001
0.0270126
0.030441
0.0122356
0.022406
0.0104398
-0.00203771
-0.0120015
-0.00982098
-0.0225868
-0.0142381
-0.0183914
-0.0339932
-0.0213055
-0.0206235
-0.0146499
-0.00278011
-0.0297579
-0.0129139
-0.00829409
-0.0123885
-0.0146086
-0.0169725
-0.00307884
-0.00787327
0.000111423
-0.00490308
0.00340797
-0.000917894
-0.0133112
-0.00566236
-0.00395957
-0.000569479
0.000677438
0.00736129
0.00307483
0.00153169
-0.00498486
-0.00458579
0.000274424
0.00106106
-0.00407727
0.00894857
-0.000301974
0.00355383
0.00184355
0.00199965
0.00674657
-0.000810604
0.0114149
-0.0112327
-0.00253226
0.00429132
-0.00632681
0.00503528
-0.00712917
0.00581755
-0.00393847
0.00732071
0.00292931
-0.000635149
0.0145424
-0.00130942
0.0132868
0.00153972
0.0164768
0.00545662
0.0201107
0.00729468
0.00525697
0.0165112
-0.00106167
0.0228632
0.00862503
0.0134895
0.010504
0.00470239
0.0305905
0.000436814
0.00540864
-0.00884537
0.00924848
-0.00679755
-0.0114342
0.00496497
-0.0275114
-0.0150863
-0.0229596
-0.0228482
0.00325649
-0.0165914
0.00574657
-0.0308204
-0.013227
-0.00943459
-0.0100041
0.00617725
-0.0174692
0.0011095
-0.00511075
-0.0100956
0.0163263
-0.014407
0.00215795
0.00583262
-0.000722687
-0.00102466
0.00252917
-0.00337922
-0.00137957
-0.00238494
-0.00319554
-0.00728453
-0.0030134
0.00220628
-0.00125434
0.00017079
0.012958
-0.0019231
-0.00385748
0.00770792
-0.000475238
0.010206
-0.0136849
-0.00689451
-0.000451984
0.00508284
0.0143745
-0.00790839
0.0130521
-0.0133489
0.00169774
0.00695471
0.000210142
0.0146523
-0.00124418
-0.000371086
0.00536644
0.000366527
0.00506892
-0.00310023
0.0128405
0.00274523
0.00940374
0.0109003
0.0118547
0.00817245
0.00538549
0.0166338
0.00154747
0.0173476
0.0255071
0.00550781
0.0199242
0.00241496
0.0026023
0.0126312
-0.0123073
-0.0145594
-0.00838218
-0.0103475
-0.00148608
-0.00659683
-0.0166924
-0.0003661
-0.022525
-0.0048632
-0.0145345
-0.0230091
-0.00077793
-0.0215046
-0.00937992
-0.0107595
-0.00539249
-0.000836101
0.00738325
-0.00338209
-0.00117581
0.00532179
-0.00225936
-0.0125572
-0.00672832
-0.0105858
0.00487406
0.00439882
-0.000899044
-0.00683205
0.00177732
0.00132533
-0.00909571
0.00527879
-0.00262961
-0.0128333
0.0125775
-0.00898058
0.00572606
0.0214401
-0.0104192
0.0115924
0.00346941
-0.00666803
0.00920237
0.00651935
0.00341913
-0.0147482
0.00350094
0.00515274
-0.0149547
0.0279077
-0.00267955
0.00270594
0.00383587
-0.0101205
0.014979
0.00172639
0.0149861
0.0116545
-0.0014344
0.00891985
0.00604713
0.00924371
0.00243623
0.00180599
0.0379701
-0.0100276
0.0298872
0.0131948
0.00507673
0.0135595
0.000944316
0.0174176
-0.00559147
0.00138253
-0.00461817
-0.0139981
0.00625017
-0.00689426
-0.0154823
-0.00809905
-0.0114811
-0.012657
-0.0150871
-0.00184258
-0.0221517
-0.0211281
-0.00845806
-0.0190879
-0.0146891
-0.00783617
-0.0146682
0.00261297
-0.00381364
-0.0129093
0.00787332
-0.0102602
0.000162332
0.0127398
-0.0039927
-0.00601857
0.0154215
-0.00274963
-0.014413
0.0200642
-0.0176116
-0.000657314
0.0213659
-0.0139746
-0.005467
-0.00196606
-0.00456526
-0.00401611
-0.00711617
0.00570815
-0.0148417
0.00449803
0.00988136
-0.00614744
0.00333089
0.00281315
-0.00878814
0.0207852
-0.00905463
-0.0030075
0.0139882
-0.00683143
0.00272649
-0.00581503
0.030669
-0.0169632
0.0117355
0.0245641
-0.0238919
0.023564
0.00222195
-0.00336953
0.0212688
0.00114678
0.0104045
0.00890274
0.00976042
0.009782
0.00168295
0.0367134
-0.0147032
0.0167213
0.0303826
-0.0150249
0.0336145
-0.0136032
-0.00168337
-0.000868559
-0.00870473
0.0153867
-0.0285119
0.00643414
-0.0064752
-0.0373616
0.0143938
-0.0319555
-0.00371183
4.74111e-05
-0.029227
0.00945034
-0.032059
0.00779158
-0.0186559
-0.00525977
0.0095868
-0.0310628
0.0402339
-0.0272486
0.00179306
0.0127317
-0.0377961
0.0326071
-0.0159483
0.000217766
0.00471579
-0.000906723
-0.00705416
-0.0192271
0.0145938
-0.0174502
0.011087
0.00203233
-0.00872711
0.013013
-0.00932232
0.00115611
-0.00465892
-0.00499767
0.00129497
-0.00247343
0.00658682
0.0137027
0.00625893
-0.00702299
0.0128633
-0.00462758
0.00427114
0.0146756
-0.0151813
0.0178349
-0.00339082
0.00604407
-0.00375413
0.0125504
-0.00173601
0.0131427
0.0136217
-0.0225312
0.0258811
-0.00681007
7.33076e-05
0.0301283
0.00675532
0.032507
0.000181418
0.016962
0.0183601
0.00174617
0.0240542
-0.0184173
0.0358937
0.0144186
-0.0226427
0.0228178
-0.000398417
-0.00355043
-0.039818
0.0240324
-0.0380381
-0.0210601
0.0137068
-0.0310118
-0.00277621
-0.00956452
-0.000213186
-0.0239134
0.00731213
0.00427598
-0.0276385
0.011819
-0.0151601
-0.00831828
-0.00251267
0.00857429
-0.00489726
-0.0136244
0.0226444
-0.0254376
-0.00102566
0.0175712
-0.0184342
-0.0171392
0.0346509
-0.00527388
-0.022579
0.0224396
-8.72215e-05
-0.00272781
0.000396555
0.0124196
-0.0194164
0.011914
0.021997
-0.0434094
0.0246502
-0.00235973
-0.00531319
0.000702738
-0.0016584
0.0197153
-0.0183198
0.038569
-0.00700077
0.000824479
0.00769694
0.00670032
-0.0228082
0.000629018
0.025343
-0.0105604
-0.00881427
0.0152399
0.0123265
-0.0215473
0.039383
-0.00651547
0.000798404
0.0159039
0.00460149
0.0190471
0.0120718
0.0205453
0.00723712
0.00544005
0.013188
0.0259156
0.000847243
-0.0226218
0.0387362
-0.000463327
-0.0271951
0.0149339
-0.0197588
-0.0349189
0.00327444
0.000761774
-0.0371756
-0.0110651
0.0218222
-0.0253008
-0.0197306
0.0102514
-0.0341928
0.00163656
-0.00775071
-0.00410755
-0.0171334
0.0223032
-0.00952076
-0.0251119
0.018672
-0.0196912
0.000480403
0.00431986
-0.00702198
0.00722305
-0.00517855
0.00396779
-0.0138958
-0.00370513
0.00474955
-0.0124127
0.00730253
0.0122385
-0.00345604
0.00504707
0.00587155
-0.0174393
0.0280207
-0.00253941
-0.00966233
0.0234326
-0.00263172
-0.011446
0.0270498
-0.0148873
-0.00542681
-0.0048035
0.0041849
-0.00276863
0.0131352
-0.00551909
-0.00197586
0.0255998
-0.000366589
-0.000881402
0.0200625
-0.0132611
0.0359103
-0.00975407
0.00638387
0.00636035
0.013649
0.0329655
-0.037372
0.0358925
0.0164775
0.00424802
0.0282656
-0.00115801
0.0342885
0.00184717
-0.00794977
0.0110793
0.00582684
0.00264178
-0.0189775
0.00427956
0.000172015
-0.0247133
0.00534181
-0.0274348
-0.00603499
0.00488505
-0.0380619
0.00117816
-0.0255097
0.00622798
-0.00980478
-0.0149833
-0.0032636
-0.00940748
0.0101432
-0.0316189
0.0412397
-0.0289771
-0.00123474
0.0108131
-0.0306515
0.00622785
0.00429246
0.0090574
-0.0322417
0.0278634
0.00478438
-0.0288551
0.0294664
0.00225256
-0.0126347
-0.00255767
0.0158946
-0.00317627
-0.0136968
0.0304461
-0.0293365
0.00744731
0.0175432
-0.0138311
-0.00696059
0.0208539
0.00759273
-0.0107605
0.025997
-0.00637877
-1.84263e-05
0.0213825
0.00783633
-0.00627983
0.00635684
0.0305862
-0.0116774
0.00883631
0.0154302
-0.0122967
0.0128063
0.0126084
0.00818381
0.00625872
0.0089005
0.0286827
0.00195452
0.0253823
-0.00708288
0.0137628
0.0250877
0.00354887
0.00843392
0.00913167
0.0180618
-0.0151999
0.00653196
-0.00327281
-0.0105042
-0.00601587
-0.0154234
-0.0130321
-0.0136432
-0.0189152
-0.00913261
-0.0181193
-0.00730618
-0.0224538
-0.0162259
0.00357044
-0.00287604
-0.0196139
0.000497609
-0.0102219
0.0151866
-0.00961063
0.000393868
0.003263
-0.00704661
-0.00665584
0.00567176
0.0074788
-0.000834753
-0.00691546
0.00053185
-0.0129327
0.00424393
-0.00271666
0.00263333
-0.00527781
-0.00828638
0.0177107
-0.0119239
-0.00419041
0.00944012
0.00952452
-0.0122592
-0.00590234
0.0246839
-0.0102493
-0.0091649
0.0295211
-0.0137833
0.00677486
0.0038794
0.00431128
-0.0126858
0.00396662
0.00164158
0.0035961
0.0134746
0.00639169
0.00465062
0.0142345
0.0100314
-0.00479049
0.0198451
-0.00085286
0.014955
0.013735
0.0182141
-4.20007e-05
0.00944601
0.0250304
0.0119983
0.013859
0.0181996
0.016819
0.00645162
0.0146493
-5.24976e-05
0.00697742
-0.00495602
0.0154238
-0.0274459
0.00405944
-0.0139144
-0.0374875
0.00716544
-0.00794457
-0.0201854
-0.0194801
-0.00288013
-0.0282161
-0.0129854
-0.0060682
-0.0284875
-0.00469987
0.00562325
-0.0211406
-0.00835335
0.00203192
0.00450605
-0.00378034
0.00617839
0.00200641
-0.00218401
0.0150081
-0.0219791
0.00452144
-0.0013809
4.71897e-05
-0.00245015
-0.00386311
0.0101542
-0.00362917
0.00314569
0.00702509
-0.0119194
0.0141544
-0.00513476
-0.00349318
0.00785485
-0.00192639
0.0122172
-0.0218918
9.45738e-05
0.010126
-0.0101684
0.0174286
-0.014432
0.00827494
0.014258
-0.0140395
0.00917434
-0.00463547
0.012643
-0.0141184
0.0307484
0.0179402
-0.0272563
0.0334589
-0.00615537
0.00154407
0.00852149
0.0113174
-0.00426659
-0.000704764
0.0498663
-0.0183117
0.00621634
0.0366376
0.0131892
-0.00699628
0.0200352
0.00165123
-0.00330908
-0.00854253
0.00864509
-0.0120905
-0.00903844
0.0120887
-0.0245558
-0.00190135
-0.0386291
-0.00311532
-0.00689566
-0.031725
0.00128914
-0.0163987
-0.00914263
-0.0156178
0.0044075
0.00302661
-0.027934
0.0161275
-0.0109914
-0.000837244
0.0110375
-0.00907266
-0.00204757
0.00153686
-0.00756452
0.0028046
-0.000688586
0.00716627
-0.00251206
0.00195323
0.00331721
0.00341178
-0.00196611
-0.00438255
0.00529413
0.00636601
0.00688901
0.00564314
0.00710755
-0.00697392
-0.00385745
-0.00671832
0.00241912
0.00215972
-0.00315586
0.000595586
0.00304672
-0.00310865
-0.00156458
-0.000795028
0.00277044
0.00625579
-0.00220091
0.00115376
0.00609791
-0.00318962
0.00244023
0.000125508
-0.00687078
0.00541252
0.00706375
-0.00399727
0.00296408
-0.00389471
0.00727059
0.00598409
0.0025689
0.00126896
0.00711954
0.00725011
0.00413478
-0.00276088
0.00427379
0.00556292
-0.00308389
0.00327736
-0.00458852
-0.000181018
-0.00490635
-0.00183255
0.00654303
-0.00444837
-0.00528561
0.00575185
-0.00332082
0.00238355
-0.00383153
-0.00364411
0.00691243
-0.0015281
-0.00211377
0.00312611
-0.0026726
-0.00710733
0.00405639
-0.00566166
-0.00229227
-0.00475009
-0.00613602
-0.00699895
0.00639613
0.00575174
0.00652976
-0.00507963
-0.00404602
0.00612504
0.000532823
0.0051289
-0.00202745
-0.00673267
-0.00208939
0.00409797
-0.00444899
0.00607339
0.00457724
-0.00537562
0.00353008
0.00187605
0.00643837
0.00112666
-0.00649977
-0.00561861
0.00754585
0.00685766
-0.00489154
0.00582448
-0.00582217
-0.00630351
0.00743251
0.00224947
-0.00423351
-0.00486591
-0.00536774
0.00651898
-0.00399384
-0.00747199
0.00584288
-0.00499295
0.00603635
-0.00630411
0.00126681
0.0041124
-0.00547209
-0.006681
-0.00337743
-0.000911101
-0.00291119
0.00151993
-0.00384846
7.19541e-05
0.00417979
0.00334028
-0.00593976
-0.000301586
-0.00492741
0.000151927
0.000796538
-0.00289901
-0.000808725
0.00465094
0.00765279
-0.00623516
-0.00548217
-0.00683798
0.0066657
0.00544352
-0.00738805
-0.00368212
-0.00530902
0.00297574
0.000352701
0.00607719
0.00709645
-0.00274487
-0.00639884
-0.0030959
-0.00477445
0.00755472
-0.00557283
0.00570919
-0.000166697
-0.00148026
0.00739833
-0.00685337
-0.00472004
-0.00492613
-0.0058204
-0.00296
-0.00488746
-0.0029577
-0.00150927
-0.0018287
-0.00733117
-0.00381274
-0.000926705
0.00145749
0.000224537
0.00398264
0.00426259
0.00235353
0.00511252
0.00339693
0.00484475
-0.00164038
-0.00527992
-0.00300007
-0.00192913
0.00244538
-0.00621766
-0.00137691
-0.00760892
-0.00370544
0.00411845
0.000546299
-0.00386536
-0.00205318
0.00539717
-0.00728218
0.000621682
-0.00633372
-0.00148079
0.00546243
0.00236143
0.00226228
0.00377906
0.00604882
0.00696278
0.00587654
0.00356813
0.00393202
-0.00750204
-0.00505913
0.00566855
-0.00173069
-0.00340544
-0.00406092
0.000946143
0.00229924
0.00695528
-0.0055711
-0.00576832
-0.00358921
-0.00563196
0.00195328
-0.00727892
-0.00763252
-0.00673396
-0.00370206
-0.000876252
0.00105528
0.00584722
-0.00679218
-0.00199794
0.00424472
-0.00533592
-0.00491514
-0.000975942
0.00584929
-0.000445153
0.00753132
0.00376202
0.000272674
-0.00512574
0.00773872
0.00338371
0.000476524
0.00658809
-0.00644377
-0.00169191
0.0041309
-0.00117566
0.00035862
0.00673364
0.00687666
-0.00458072
0.00728967
8.40327e-05
0.00397061
-0.00583451
0.00731459
-0.00771953
0.000654094
0.00207231
-0.00716041
0.00605395
0.000663445
-0.00482621
0.00670479
0.00500167
0.00421251
0.00233712
-0.00184669
-0.00566661
-0.00541672
-0.0027239
-0.00480729
0.00121396
0.00556046
-0.0062524
0.00244568
-0.00300701
-0.00380367
-0.00162283
0.000360791
0.00452352
0.0066435
0.000844849
0.00131787
0.00143728
0.00245526
0.00650514
-0.00212305
0.00668417
0.00477945
0.00573921
-0.00401067
-0.00751789
-0.00510187
-0.00226508
0.00451092
0.00260827
-0.00558882
-0.00580944
0.00570452
-0.00177474
0.000851462
0.000838244
-0.00352999
0.00469848
0.00353462
0.00484279
-0.00460105
0.00728179
-0.00164581
0.00646475
0.00544646
0.00457118
0.0077424
0.00728013
-0.000387771
-0.0041691
-0.00225168
-0.00268902
-0.00265661
0.00574942
6.98e-05
0.000661328
-0.00103666
0.00737873
-0.00519942
-0.00624657
0.00650703
0.0029676
-0.00244722
0.00345803
0.00554335
-0.0076253
-0.00259727
0.000347379
-0.0061906
0.0071218
-0.00688254
0.00331509
-0.00744387
-0.00349559
0.00263351
-0.00475763
0.00751783
0.00640939
-0.000497699
-0.00693177
0.00225745
-0.00303922
-0.00428602
0.00134286
0.000275097
-0.00269739
-0.00471012
-0.000968858
-0.000734811
0.00191526
0.00740212
0.0041611
-0.000982565
0.00118055
0.00312306
0.00107564
0.00705284
0.000152366
-0.00676133
-0.00253938
-0.00559284
0.00569372
0.00278458
0.00593546
0.00546531
-0.00393243
-0.00521962
-0.0075251
0.00479801
0.00478848
0.00431667
-0.00382304
-0.000240199
0.00526006
-0.00518089
-8.55637e-05
-0.00208808
0.00573366
-0.00135695
0.00535833
0.00498512
0.00753764
-0.00646087
-0.00770578
0.00301376
-0.00718539
0.00402457
0.00181599
0.00194262
0.00709729
-0.000307265
0.00125407
0.000623936
0.00149334
-0.00294351
-0.00263544
0.0016209
0.00425442
-0.000503219
0.00701461
-0.0330876
0.0206782
0.0214984
0.000500041
0.0284686
-0.0068252
0.0177735
-0.00520724
0.0153512
0.0106411
0.0096722
0.00118545
0.0108526
-0.00500105
0.0146639
-0.00182251
0.0148619
0.0024811
-0.0196991
0.0106096
0.00301001
0.0350084
-0.0217946
-0.00413159
0.0325699
0.0120986
0.0180341
0.0234994
0.019567
-0.0244123
-0.000929671
0.0193722
0.0164088
0.00522155
-0.00635342
0.00891026
-0.00133356
0.00898943
0.00890386
0.0145677
0.00479751
-0.00431138
0.00104695
0.013784
0.0213217
0.0148608
0.0226589
-0.00533511
0.00298337
0.00700794
-0.00667995
0.0185185
0.0178638
0.00980464
0.0265626
0.0116827
0.013176
-0.0285272
0.015349
0.00921794
-0.00203152
0.0207211
0.00447987
0.0101519
-0.00017759
-0.001935
0.0140689
0.0115297
0.0124565
0.00697413
0.00176688
0.00161419
0.00450331
0.0141755
-0.000142912
0.0107097
0.0134606
0.0126207
0.00304623
0.00240427
0.0126373
0.00844211
0.00354782
0.00655783
0.0105585
0.0197716
0.000136169
-0.00605364
0.013797
0.000823315
0.00106693
0.00513005
0.00397354
0.0107958
0.00691221
-0.00768678
0.00528671
0.00668523
-0.00766033
0.0142619
0.0154994
0.00114746
0.00796325
0.0127608
0.000697437
0.00949633
0.00777646
0.0058423
-0.00255273
0.00460227
-0.000732845
0.0100025
-0.0062454
-0.00517341
0.00559314
0.000201175
0.0255097
-0.00219128
0.0249953
0.0149154
0.00964404
0.00948914
0.0032032
0.0166756
-0.00136306
0.0108687
0.0055168
0.0130911
0.00340421
-0.00578269
0.013499
0.0104516
0.00192182
0.0114406
0.0130548
0.00205427
0.0162298
-0.00716895
0.0112927
0.0170014
0.00636628
0.0094125
0.00406484
0.0089502
0.00964038
0.0131882
0.00424215
0.00704867
0.0113164
0.00370066
0.00539896
0.00369203
0.00451535
0.0210862
0.00296039
0.0146859
-0.00552608
0.01689
0.00145129
0.0222419
-0.00208065
0.0057629
0.0122729
0.00451649
0.00566395
0.00587526
0.0108841
0.00382958
0.0133259
0.0133504
0.00368885
0.00113612
-0.00201355
-0.0027464
0.0227599
0.00101067
0.0345969
0.00918233
0.00163157
-0.00386649
-0.00605776
0.0189375
0.0105971
0.00473727
0.0297303
0.00192573
-0.00465452
0.00173436
0.00485117
0.00261603
0.000203306
0.0113595
-0.0176791
0.0190757
0.0217754
0.000441394
0.0041301
0.0249369
-0.00401662
0.027717
0.00504421
-0.00691888
0.00233059
-0.0145589
0.0026055
0.00667033
0.0233725
0.0020051
-0.00806252
0.0116835
0.0032283
-0.00871109
0.0337493
-0.00736341
-0.00367138
0.0163478
0.0219301
0.00938663
0.00856862
-0.0124613
-0.00332326
0.00587997
0.00486603
0.00278538
-0.00695559
0.0208212
-0.0056701
0.0154977
0.00586912
0.00900126
0.0128308
-0.00485101
0.000747482
0.00443634
0.0288283
0.0113108
0.00856444
0.000316637
0.0245831
0.0126684
0.00634689
0.000226521
0.0273678
0.02131
0.0169917
-0.00341894
0.00131833
4.08685e-05
-0.0135373
-0.00268792
0.0145503
0.0116496
-0.0167422
0.00671696
0.0103245
0.000397359
0.0117212
0.0179927
0.0106821
0.0303161
0.000989413
0.0124767
0.0324418
-0.00127371
0.0150632
-0.00586199
0.00283488
0.00544038
0.0198626
-0.0187804
0.0142325
-0.00158199
0.0101015
0.00557788
0.0123707
0.0151122
-3.18062e-06
0.0195813
0.0126733
-0.00415628
-0.00252158
0.0215509
-0.0296701
-0.0174895
-0.00385758
0.00876039
-0.01171
0.0123421
0.0176594
0.0352451
0.0119832
0.0101004
0.0268536
0.0396844
0.00382563
-0.00317882
0.0167614
-0.000921972
0.00263693
-0.0043025
-0.00398586
-0.00265856
0.00225793
0.000852882
0.00883134
0.00519137
0.00324558
0.0124853
0.00906641
0.00263281
-0.00507826
0.0123922
0.0174562
0.000998805
0.0126484
0.00365813
0.0103751
-0.00255625
0.00559304
0.0173142
0.019803
0.0227332
0.0142896
0.0075271
0.00449989
0.0291897
0.027916
0.0274754
0.0293653
0.0166963
0.00663282
-0.00451229
-0.0155407
-0.0245641
-0.0183941
-0.0160445
-0.0182186
-0.0291037
-0.0294954
-0.0527544
-0.0486771
-0.0592596
-0.0556639
-0.0271778
-0.0133788
0.0267185
0.0479887
0.067387
0.0683954
0.0721893
0.0690275
0.0634311
0.0831724
0.0874036
0.097504
0.0933498
0.0865225
0.0670924
0.0174019
-0.0045964
-0.0442781
-0.0881528
-0.0924553
-0.0964411
-0.0990997
-0.0890898
-0.0727331
-0.0716537
-0.0819662
-0.0709686
-0.0584833
-0.0494169
-0.0235283
0.0179051
0.0380493
0.0632574
0.0720082
0.0846565
0.049555
0.0444262
0.0186141
0.0164552
0.00276169
0.0225647
0.0142901
0.00532396
-0.0104048
-0.0291607
-0.0464826
-0.0418224
-0.0453548
-0.0237414
-0.00704507
0.00733968
0.0105793
0.0105425
0.00923421
-0.00915992
-0.00970059
-0.00466337
0.00499258
0.00650488
0.008014
-0.00190337
-0.0146513
-0.0238036
-0.0277256
-0.0256005
-0.0143858
0.018099
0.0312224
0.0608582
0.0555281
0.0547882
0.032948
0.030849
0.0252294
0.0142062
0.0222847
0.000280094
-0.0101469
-0.0470086
-0.0826128
-0.0958831
-0.12202
-0.105948
-0.0938624
-0.0689311
-0.026238
0.00955607
0.0309257
0.0574866
0.102797
0.121833
0.149936
0.180671
0.183072
0.17461
0.144844
0.123829
0.0534467
0.00997845
-0.0231147
-0.0897719
-0.143084
-0.163578
-0.195277
-0.196491
-0.183415
-0.147308
-0.122205
-0.0834165
-0.0322156
-5.09925e-05
0.0382231
0.0776897
0.108285
0.118865
0.137159
0.138641
0.0984735
0.0655171
0.0220941
-0.019425
-0.0439279
-0.0591697
-0.0610731
-0.0679725
-0.0762722
-0.080742
-0.0753348
-0.0587129
-0.0406138
-0.0093914
0.028211
0.0527313
0.0610078
0.0629481
0.0472855
0.0415071
0.0169537
0.000478659
-0.00699318
-0.00163624
-0.0176371
-0.0304824
-0.0488461
-0.0623393
-0.0752645
-0.0605998
-0.0442596
-0.016234
0.001074
0.0397516
0.0584786
0.0682524
0.0738065
0.0842073
0.0788317
0.0836094
0.0799246
0.0774818
0.0385201
0.00669546
-0.0530935
-0.107216
-0.134972
-0.161778
-0.147061
-0.133036
-0.120225
-0.0788333
-0.0555988
-0.0150133
0.0566089
0.109665
0.194885
0.256364
0.27979
0.256292
0.204614
0.17123
0.0850654
0.0129963
-0.0145098
-0.100943
-0.182383
-0.226311
-0.285481
-0.29229
-0.251736
-0.172969
-0.0754167
-0.0189685
0.0696055
0.0987591
0.0971196
0.133083
0.147054
0.153798
0.131475
0.0857374
0.0187174
-0.0496003
-0.103385
-0.110378
-0.119767
-0.0831401
-0.0593589
-0.0461895
-0.0155055
-0.0132506
0.0191729
0.0369288
0.0594545
0.0682805
0.0537685
0.0269758
0.00995683
-0.00925995
-0.0258279
-0.0167636
-0.0184256
-0.0160203
-0.00830594
0.0147102
0.0291576
0.0303277
0.0316388
0.0284493
0.0217105
0.00643222
-0.0180767
-0.0530299
-0.0698478
-0.078935
-0.0706925
-0.0605952
-0.0284499
0.00364433
0.0196982
0.0281704
0.0596564
0.0937279
0.10992
0.148473
0.130462
0.0771923
-0.000494761
-0.0898549
-0.153376
-0.159787
-0.126496
-0.0836579
-0.124844
-0.11499
-0.0719426
-0.0333449
0.104174
0.302069
0.38864
0.380655
0.309647
0.208564
0.0849992
-0.0435702
0.0386124
-0.0802766
-0.221663
-0.310422
-0.409066
-0.406409
-0.282056
-0.0650031
0.084537
0.088206
0.109631
0.122574
0.0745752
0.128344
0.15532
0.126517
0.0164815
-0.0791138
-0.134637
-0.168567
-0.138075
-0.0533579
-0.0308957
-0.0249939
0.00533381
0.0292207
0.0654219
0.0793804
0.0858127
0.067736
0.022458
-0.00863013
-0.0100457
-0.0187227
-0.0173024
-0.0224966
-0.0343561
-0.0224099
-0.00974343
-0.00435058
0.004106
0.00549843
-0.00106698
0.0131158
0.0282927
0.0355499
0.0387182
0.00937368
0.00462572
0.00991289
0.0192782
0.018465
-0.0190051
-0.0831958
-0.101037
-0.113142
-0.0668872
-0.0193329
0.0124848
-0.0112014
0.0035643
0.0730597
0.138017
0.168877
0.212631
0.0839919
-0.0713909
-0.154875
-0.142679
-0.060394
-0.0711336
-0.0176044
-0.130949
-0.222868
-0.015023
0.307614
0.48247
0.529262
0.368957
0.199392
-0.0735203
-0.0608706
0.134904
-0.103946
-0.289087
-0.513781
-0.531023
-0.386155
-0.0856162
0.220116
0.206473
0.00546394
0.0499441
0.080154
0.118035
0.154501
0.0350035
-0.10633
-0.276113
-0.170935
-0.0538096
-0.00928949
-0.00588814
0.0214737
0.0114682
0.0724168
0.124292
0.144833
0.0485999
-0.0134571
-0.0273392
-0.0382174
-0.0360564
-0.040034
-0.0448248
-0.0328222
-0.00749081
0.0232554
0.0186406
0.00601689
-0.0133161
-0.00858322
0.0112231
0.00703548
0.00257576
-0.0221984
-0.0238639
-0.0127829
0.0169454
0.0463297
0.0542454
0.0355971
0.0294666
0.0203485
0.0182479
0.0268341
-0.0642512
-0.125786
-0.136001
-0.0721361
-0.0157423
0.0276332
0.0332267
0.0139699
-0.000389043
0.212034
0.239871
0.129078
-0.0513699
-0.179292
-0.208858
-0.147187
0.0729285
-0.0229241
-0.234514
0.00922814
0.329692
0.579511
0.648741
0.443434
0.12005
-0.202575
0.153622
0.0377969
-0.366841
-0.597536
-0.64583
-0.401803
-0.112332
0.21351
0.0637699
-0.12794
0.137672
0.265372
0.196147
0.0360593
-0.151261
-0.219342
-0.174645
0.0426705
-0.0348493
-0.0859762
-0.0179438
0.0850192
0.122948
0.0954111
0.0714388
-0.00350482
-0.00244737
0.00469644
-0.0313423
-0.0764123
-0.0610903
-0.0301008
-0.0100076
-0.00379681
-0.00670415
-0.00396008
0.015122
-0.00261754
-0.0121243
-0.000838601
0.00454465
0.00430618
-0.00682032
-0.0046014
0.00161658
-0.0065244
0.0194634
0.0190242
0.0240713
0.0579728
0.0802307
0.0264115
-0.0122486
0.00641635
-0.00100386
-0.0494718
-0.0634994
-0.129156
-0.115537
0.00607211
0.170436
0.0346724
-0.0283679
0.140758
0.155299
0.168303
0.0203791
-0.245605
-0.368339
-0.0775703
0.190204
-0.133623
-0.0135016
0.255954
0.598845
0.78724
0.606245
0.12165
-0.237227
0.247043
-0.121139
-0.613353
-0.792352
-0.593242
-0.260161
0.00232196
0.105485
-0.210673
0.165667
0.40353
0.191172
-0.111488
-0.156893
-0.0939521
-0.0775413
0.0209783
-0.153361
-0.113554
0.0995405
0.137918
0.0422776
0.0068974
0.0448185
0.0106035
0.0226616
-0.0306704
-0.0662795
-0.0259033
-0.0014199
-0.0207162
-0.0249478
0.0146274
0.00283274
-0.00220786
-0.00680408
-0.0113008
-0.0048844
-0.00588826
0.00665548
-0.00258038
4.6515e-05
0.000788733
-0.000891098
-0.000997276
0.00266734
0.028563
0.0220342
0.0145425
0.0433102
0.0559374
0.0196342
-0.0153713
-0.00767029
-0.0422727
0.0179024
-0.0343588
-0.127242
-0.0865368
0.119308
0.128653
-0.0132625
0.0905959
0.066321
0.162236
0.107023
-0.181454
-0.410354
-0.120127
0.200024
-0.105344
0.0638282
0.244999
0.609769
0.754429
0.565422
-0.0100756
-0.166043
0.252539
-0.27687
-0.647285
-0.729831
-0.413236
-0.174543
0.0615331
-0.0168408
-0.150317
0.302147
0.324809
0.069332
-0.16749
-0.10037
-0.0707823
-0.0372349
-0.00791916
-0.148331
-0.0137148
0.131364
0.0858004
-0.00301977
0.0231036
0.0249673
-0.00713695
0.00578654
-0.0406786
-0.0398898
-0.00977319
-0.0107705
-0.023607
-0.0182998
0.00373435
0.00277298
-0.00818041
-0.0065066
-0.00237623
0.00550827
-0.00216203
-0.00567507
0.00447542
0.00887626
0.00566495
0.0121514
-0.000323931
-0.00345356
0.0142917
0.0196162
0.000665892
0.00786316
0.0451184
0.0419594
-0.0118058
-0.00015015
-0.0171803
-0.0139968
0.0110717
-0.0695106
-0.110904
0.000114326
0.131428
0.0283287
0.0173242
0.0683133
0.0627613
0.144158
-0.0275335
-0.254723
-0.266476
0.0973831
0.0495345
-0.0697746
0.139349
0.301367
0.580001
0.52879
0.281133
-0.184998
0.0800929
0.0566698
-0.40949
-0.554988
-0.493391
-0.20604
-0.0850293
0.0776092
-0.145486
0.0411759
0.302776
0.161323
-0.0646137
-0.120899
-0.0463976
-0.0700046
0.0124707
-0.0845701
-0.0895491
0.0495573
0.0973143
0.0251706
-0.0158327
0.0362688
0.0150899
0.0118133
-0.0103181
-0.0356609
-0.0235096
0.00717425
-0.0117832
-0.0207473
0.00662083
0.00728672
0.00739795
-0.00174719
-0.00629943
-0.00260135
-0.0027515
-0.00442791
0.00483112
-0.00735295
0.00840781
0.0137827
0.013897
-0.00196224
-0.00464129
-0.00282098
0.0267326
0.0119745
0.00109389
0.0123201
0.0289145
0.0105009
-0.00839516
-0.00537229
-0.0286353
0.0176905
-0.0220277
-0.0854372
-0.0605229
0.0655716
0.0743723
-0.00832557
0.0483442
0.0342029
0.0761142
0.0555912
-0.103938
-0.219975
-0.0803499
0.11525
-0.0373727
0.0405975
0.124401
0.292345
0.388501
0.28784
0.0395406
-0.103027
0.12248
-0.122108
-0.312861
-0.362833
-0.213631
-0.120937
-0.0304047
-0.0075629
-0.0732689
0.0947075
0.159822
0.0510408
-0.050312
-0.0310875
-0.0130751
-0.037462
-0.0224234
-0.069289
-0.0322765
0.0234396
0.0285902
0.00258286
-0.00184505
0.0262419
0.011137
0.00404092
-0.0131842
-0.00703913
-0.00124942
0.00186123
0.00679219
0.00251704
0.00673958
0.00783347
0.0124016
0.0180603
0.0208092
0.00466208
0.00704173
-0.00608971
0.0038489
-0.00267494
-0.0183447
-0.024604
-0.0365518
-0.0319469
-0.0247686
-0.0461918
-0.0507486
-0.0366498
-0.0275703
-0.0307327
-0.0259012
-0.00547593
0.00124671
0.0181375
0.0122234
0.0203451
0.0258686
0.0345247
0.0200389
0.0130678
0.0263194
0.0170164
0.0189395
0.0239084
0.0254164
0.052095
0.0784447
0.0790478
0.0869887
0.129999
0.147187
0.136466
0.148747
0.137195
0.129363
0.108536
0.0710741
0.00989103
0.00261754
-0.029659
-0.0992426
-0.124916
-0.145589
-0.124178
-0.144448
-0.141063
-0.144774
-0.0959426
-0.071974
-0.0809753
-0.0636102
-0.0335622
-0.0155413
-0.0165537
-0.0164721
-0.0273263
-0.00926609
-0.0117127
-0.0380584
-0.0310167
-0.0216025
-0.0100017
-0.0204285
-0.0155174
0.00639016
0.00859807
0.0231628
0.0216499
0.0374736
0.0332367
0.0508504
0.0465359
0.039059
0.0441656
0.0309377
0.0321844
0.0115623
0.000529873
0.0053711
-0.0152719
-0.011755
-0.0227239
-0.02516
-0.0376003
-0.0360877
-0.032652
-0.0475033
-0.0453428
-0.0320075
-0.0155783
-0.0218019
-0.0200845
0.00138726
0.0012874
0.0137225
0.0151829
0.0283467
0.025927
0.0336879
0.0117387
0.0216298
0.0242473
0.0178442
0.0193767
0.0184917
0.0356935
0.066554
0.0771448
0.0833687
0.0936335
0.137226
0.135019
0.147067
0.137721
0.127414
0.135129
0.103071
0.0478393
0.00500904
0.00349489
-0.0547295
-0.108292
-0.139308
-0.129903
-0.132153
-0.152581
-0.137091
-0.138453
-0.0833432
-0.0834362
-0.0772902
-0.0630723
-0.0298357
-0.017745
-0.0177207
-0.0251732
-0.0275193
-0.0120854
-0.0186606
-0.0303542
-0.0298243
-0.0167013
-0.0164693
-0.0204723
-0.00443654
0.00141125
0.0103226
0.0284985
0.0268542
0.0258625
0.0425352
0.0492874
0.041461
0.035163
0.0383344
0.0242178
0.0177532
0.0159718
0.00789884
-0.00251414
-0.00759494
-0.0204187
-0.0319357
-0.0335618
-0.0325703
-0.0457338
-0.0496129
-0.0388731
-0.0341874
-0.0296489
-0.0300235
-0.0164222
-0.015812
0.00513481
0.00837116
0.0159035
0.0218411
0.0174723
0.0363219
0.0308658
0.00893766
0.0216986
0.0251935
0.0169757
0.024963
0.0174376
0.0270693
0.0577071
0.0756684
0.0703602
0.094698
0.135386
0.137221
0.152954
0.136393
0.137565
0.127572
0.0943479
0.0459188
0.00289568
-0.00143778
-0.0511062
-0.112468
-0.126789
-0.135738
-0.136703
-0.141672
-0.138356
-0.144697
-0.0956147
-0.0826201
-0.0712697
-0.0686631
-0.0338798
-0.00784824
-0.0206508
-0.0164955
-0.0246728
-0.0159589
-0.0137096
-0.0364975
-0.0285986
-0.00785696
-0.0154519
-0.0126147
-0.0135427
-0.00059287
0.0133485
0.0218782
0.0265289
0.0341674
0.0387396
0.0400985
0.0333308
0.0324124
0.0398563
0.0294872
0.0223545
0.0227541
0.0135875
-0.00769989
-0.00238576
-0.0180315
-0.0245978
-0.0339069
-0.0242172
-0.0382493
-0.0365421
-0.0423603
-0.0385468
-0.0273513
-0.0292023
-0.0286095
-0.0114309
-7.60117e-05
0.00536202
0.0110293
0.0156397
0.00591832
0.0249636
0.0340402
0.0179435
0.0130872
0.0116495
0.0225588
0.0108659
0.0158603
0.0119055
0.0457449
0.0668639
0.0757944
0.0783843
0.114553
0.14046
0.146709
0.140062
0.13719
0.137093
0.116443
0.107699
0.0365145
0.00505174
-0.00865784
-0.0684111
-0.112514
-0.143626
-0.135822
-0.148437
-0.146476
-0.154821
-0.13372
-0.0808345
-0.0775614
-0.0744018
-0.051166
-0.0188195
-0.00874452
-0.0305957
-0.0139952
-0.00776381
-0.00866512
-0.0169187
-0.0265871
-0.026535
-0.0211688
-0.00819264
-0.00953459
-0.0124337
-0.00564319
0.00261915
0.0203406
0.00898809
0.0247049
0.0283613
0.0301667
0.0325649
0.028886
0.02881
0.0264201
0.0296974
0.0143293
0.0124957
0.00645159
-0.00601986
-0.0113322
-0.0215007
-0.0176032
-0.0260522
-0.0306902
-0.0303337
-0.0184283
-0.0269469
-0.0298505
-0.0160716
-0.0152067
-0.0169332
-0.00825652
-0.00883407
0.00719662
0.0203552
0.0101618
0.00257331
0.00949707
0.0227558
0.0123037
0.0113978
0.00500213
0.0165195
0.0201799
0.0161404
0.0227419
0.0313046
0.0547783
0.0760966
0.0727815
0.0882434
0.122369
0.117714
0.137655
0.121158
0.12157
0.107575
0.0843072
0.0368824
-0.00329213
0.00112856
-0.0486623
-0.085335
-0.116783
-0.118566
-0.123248
-0.121139
-0.11852
-0.113683
-0.0736874
-0.0722383
-0.0593809
-0.05247
-0.019905
-0.0220268
-0.0164726
-0.0210603
-0.0146188
-0.000289418
-0.0110495
-0.0123499
-0.0106178
-0.014198
-0.0124429
-0.0145423
-0.00183478
-0.0015172
0.0146607
0.0117363
0.00804522
0.00920246
0.0163867
0.0244358
0.0307584
0.0225019
0.0291717
0.0208644
0.0102119
0.00486982
0.00744314
0.00918827
-0.00681562
-0.0100158
-0.014122
-0.00911984
-0.0081042
-0.0111801
-0.0260474
-0.0265613
-0.0185125
-0.0257496
-0.0271724
-0.0086544
-0.0211862
-0.00734465
-0.00590941
-0.00778979
-0.00291082
0.00238024
0.00917997
0.000463952
0.0140906
0.0107984
0.011927
0.00202442
0.00971269
0.00145637
0.0146732
0.0232083
0.0183482
0.0316112
0.041959
0.0612949
0.058824
0.0847144
0.09426
0.105363
0.106592
0.090119
0.0923145
0.0854477
0.0696544
0.0198452
0.00749531
-0.00312247
-0.0405763
-0.0762751
-0.0908174
-0.0926521
-0.0941693
-0.0950125
-0.09878
-0.0984867
-0.0660285
-0.0573937
-0.0484618
-0.0332072
-0.0184573
-0.0202933
-0.0149328
-0.0124728
-0.0153549
-0.00015983
-0.0142274
-0.021043
-0.00780302
-0.00642112
-3.70749e-05
-0.000389336
-0.00381747
-0.00660908
0.00558932
0.00258073
0.00783885
0.0194262
0.0185237
0.0205933
0.0132487
0.0228431
0.0150533
0.0198944
0.0145227
0.00819884
0.00866279
0.00724949
0.00254406
-0.00103281
-0.00676033
0.00295236
0.00440873
-0.00417386
-0.00422138
0.00637491
-0.000773581
0.00242573
0.00170512
0.00626556
0.00570867
0.00694536
0.00378089
0.00184541
0.00669311
-0.00176761
0.00616067
0.00604759
-0.00511499
-0.00537162
0.00700979
0.00519318
0.0064375
0.00089147
-0.00648935
-0.00763542
0.00587923
0.000122478
0.00241094
0.00614993
-0.00473214
-0.00668228
0.00662212
-0.00408322
-0.00112075
0.00720229
0.00248144
0.00263041
-0.00528136
-0.00400485
-0.00179204
0.00590882
-0.000512298
-0.000549373
-0.00093871
-0.00475618
-0.00361333
0.00197599
0.00455673
-0.0031083
-0.00693795
0.00383382
0.00117131
0.00666802
0.00625533
-0.00194716
-0.00530853
-0.00628966
0.00190918
-0.0049319
0.00231758
-0.0028903
0.00382883
0.00482043
2.08503e-05
-0.00332236
0.000255719
0.00378627
0.00240925
-0.00611627
0.00406139
-0.00198543
-0.00347181
-0.00551508
-0.00632165
0.00521117
-0.000695352
-0.00175418
0.00423015
0.00263888
0.000934531
0.00357148
0.0059518
0.00520965
0.0026509
0.00133646
-0.005524
-0.00426141
-0.0041449
-0.0060176
0.00185681
-0.00348418
-0.00508619
-0.00206638
-0.000996722
-0.00212654
0.00154218
-0.00733051
0.00762372
0.00235321
-0.00276832
-0.000297737
0.00344935
-0.00609463
0.00756613
-0.000698109
0.00650446
-0.00218619
0.000809562
0.00494817
-0.000827771
-0.00402298
0.000620656
0.00143465
-0.00248347
0.00643977
0.00535586
0.00385925
-0.00583985
-0.00339645
-0.00193417
0.00772695
-0.00495689
0.00511264
-0.0055296
0.00605117
0.00311966
-0.00461143
-0.000181847
-0.00767807
0.00386014
-0.00148255
0.00015312
-0.00353742
0.00222909
0.00650921
-0.0067578
-0.00532752
0.00763559
-0.000811698
0.00518606
0.00166427
-0.00344879
0.00523767
0.00105721
-0.000742926
-0.00328521
0.00711763
0.000702151
0.00293008
0.00642061
-0.00547622
-0.00374189
0.00586686
-0.00536926
-0.00270351
0.00298205
-0.00576661
-0.000141214
-0.00635098
-0.00592955
-0.00605777
0.00404738
-0.00647287
0.000981332
-0.00332126
-0.00166395
-0.00184976
0.00520407
0.00395659
-0.00598154
0.00257996
-0.000223809
0.00670036
-0.00507456
0.00329803
-0.00301926
0.00224921
0.000937046
-0.00145903
-0.00535172
-0.00343964
0.000915855
0.00673363
0.00670864
-0.00600018
0.0068644
-0.00641714
0.00738596
0.00275368
0.0058942
-0.00203959
-0.00196572
-0.00585751
0.00041188
-0.00718694
-0.00297242
0.0070086
0.00576588
0.00676001
-0.00631944
-0.00643579
0.000504451
-0.00206143
0.00735477
-0.00384596
-0.00636022
0.00244893
-0.00604593
-0.00157921
-0.00221352
0.00624057
0.00141871
8.73852e-05
0.0023631
0.00637315
0.00448807
0.00687075
-0.00358469
0.00714929
-0.00636926
0.00124147
0.00264243
0.00446482
0.00615899
0.00245444
0.00373351
-0.0030371
0.00139358
0.00748157
-0.00212013
-0.004668
0.00704052
-0.00669296
0.00363893
-0.00433681
-0.00538839
-0.00271101
-0.00716492
-0.00243224
0.00756891
0.000754014
0.00704692
-0.00605674
-0.00174444
0.00692335
0.00590504
0.00486175
0.00661351
0.00572596
0.00706076
0.00669478
0.00169653
-0.000161212
0.0133031
-0.00416652
0.00547984
-0.025116
0.0297125
0.0112362
-0.00501098
0.00850684
0.00751491
0.0089474
-0.00524032
0.0185199
0.000954638
0.00830941
-0.00328848
0.0136071
-0.00719978
0.0100101
0.000678958
0.0139693
0.00470601
-0.0171311
0.021716
0.000823266
0.0304522
-0.0193233
0.00305136
0.0382264
0.00661596
0.0157506
0.016992
0.0118825
-0.0301643
-0.00850141
0.0094569
0.0209423
0.00240137
-0.00395699
0.0190285
-0.0140994
0.0199923
0.00377696
0.00483594
-0.007029
-0.00361387
0.00650161
0.0115425
0.0198815
0.00194537
0.00951428
-0.00523558
0.00181134
0.0112585
-0.00598984
0.00868545
0.0223424
0.0194522
0.0260657
0.0162878
0.00784471
-0.0242202
0.016236
0.00832288
0.00612207
0.0174594
0.0151873
0.0133271
0.00427996
-0.00773962
0.00275328
-0.00424376
0.00327115
-0.00328532
-0.000773707
0.00224236
-0.00455494
0.00375447
0.000465986
0.0140731
0.0146253
0.00137954
0.00981044
0.00827588
0.00522994
0.0191066
0.00981483
0.00288616
0.0100826
0.0217671
-0.00618934
0.00102926
0.0153972
0.000139982
0.00938009
-0.0019932
0.0143542
0.00585275
0.00755772
-0.00250769
0.00764562
-0.00406331
0.0149651
0.000865713
0.00535409
0.00137912
0.013967
0.0146899
-0.00442781
0.00982574
0.00586439
0.00249007
-0.00331649
0.00619779
-0.0145417
0.0105255
-0.00922379
0.000290243
0.00122375
0.00031037
0.0197626
0.00706866
0.0233565
0.00794539
0.00698101
0.0154651
0.000532168
0.0144062
-0.00689408
0.00829325
0.0138684
0.0103965
0.0104088
0.00541012
0.00116635
0.0044375
0.00890412
0.000378472
0.00262083
-0.00193411
0.0173242
-0.00546559
0.000855567
0.0232328
0.00135649
0.0111669
-0.00381301
0.00916887
0.00501966
0.0148345
-0.00553516
0.0200513
0.0185625
0.00462125
0.00565052
0.0055438
0.00568378
0.0150639
0.00531873
0.0196729
-0.00548211
0.0175795
0.00731985
0.0149655
-0.00460171
0.0026115
0.0112292
0.00107937
0.00245849
0.00867354
0.0156115
0.00343179
0.0132575
0.01137
0.01386
-0.00496032
-0.00651447
0.00219967
0.0204771
0.0112533
0.0270474
0.0127673
0.00532573
-0.00591941
0.00890119
0.00900187
0.00919532
0.000672462
0.0161376
-0.00658608
-0.00768377
0.00867796
0.00146734
0.00758383
0.00247641
0.0128852
-0.0127125
0.0349655
0.000643338
0.00954746
0.00217399
0.0280506
-0.00489123
0.0279369
-0.000784514
-0.0154328
4.79991e-05
-0.0218513
0.0125714
-0.00674547
0.0256792
0.015195
-0.00873019
0.00123853
0.0135379
-0.00665929
0.0289697
0.00361248
0.00140434
0.0303439
0.0144
0.0042149
0.00838392
-0.0126021
-0.00277453
0.0122973
0.00400692
0.0149091
0.00201672
0.0132459
-0.00893058
0.00127985
0.00220145
0.0100611
0.00574091
-0.00425738
0.0148645
0.0132207
0.0160123
0.00949786
0.00394559
0.00891881
0.0201721
0.0162118
-0.00202866
0.011049
0.0206335
0.0217827
0.0230327
-0.0142836
0.00964463
0.00252639
-0.0118116
-0.00399153
0.0279422
0.0139057
-0.00951821
0.00846207
0.0135953
0.0086348
0.0125926
0.0209878
0.0227834
0.0249574
-0.00125558
0.00935707
0.029542
-0.00225024
0.00557275
-0.00213119
-0.000726699
-0.00365916
0.0128512
-0.00798121
0.0227177
0.00623555
0.0307299
0.01326
0.00660072
0.0200666
0.00817517
0.0173314
0.00891569
-0.015444
-0.00347712
0.0126587
-0.0309511
-0.0104698
-0.0136764
0.0135863
-0.0102643
0.0227602
0.0205022
0.0348274
0.0128515
0.00730097
0.025114
0.0386068
0.00334167
0.00270233
0.023675
-0.0145763
-0.00507841
-0.00113281
-0.00771788
-0.0108016
0.0131621
0.00338154
0.0221825
-0.00369566
-0.00516875
0.010112
0.0113322
0.00547296
0.000247407
0.00393965
0.0232039
-0.00311738
0.0107883
0.00902205
0.00973219
-0.00768025
-0.0223013
-0.0252126
-0.0274805
-0.027953
-0.0417553
-0.027507
-0.0336538
-0.0196157
-0.0218659
-0.000789295
0.0125834
0.0273606
0.0392053
0.0520565
0.0595791
0.0667929
0.0497727
0.0417429
0.0239951
0.0228439
-0.00360116
-0.0341857
-0.04011
-0.0699541
-0.0543903
-0.0656193
-0.0839683
-0.0606558
-0.00911014
0.000469261
0.00630364
0.0735587
0.119575
0.109069
0.174904
0.148996
0.140793
0.150403
0.126995
0.0760727
-0.0297521
0.0249306
-0.0594131
-0.134259
-0.158648
-0.158613
-0.161663
-0.195013
-0.129616
-0.138441
-0.0878729
-1.84306e-05
-0.0209142
0.0136738
0.0734103
0.104665
0.0853493
0.0697936
0.105436
0.0542087
0.0244711
0.0109474
-0.0354925
-0.0422899
-0.0519986
-0.0717272
-0.0919282
-0.0716681
-0.0604154
-0.0553095
-0.0439175
-0.0115198
0.0109467
0.0235301
0.0431387
0.0435843
0.0491292
0.0466928
0.0514702
0.0392274
0.0267067
0.027446
0.0115302
-0.00757479
-0.0185047
-0.0353589
-0.0510494
-0.0511761
-0.0625318
-0.0534769
-0.0521172
-0.0457235
-0.0375023
-0.00794282
0.00360043
0.0534077
0.0694537
0.0660634
0.0832766
0.115543
0.0798995
0.0673592
0.0426567
0.0516642
-0.00867644
-0.0370818
-0.0783174
-0.143942
-0.085501
-0.130885
-0.147603
-0.129932
-0.0125587
0.00809547
-0.00742684
0.165457
0.217891
0.229286
0.349455
0.25651
0.295296
0.261197
0.284398
0.0297989
-0.0600288
0.0827733
-0.238586
-0.267329
-0.308049
-0.275946
-0.355366
-0.322758
-0.215277
-0.24369
-0.0459079
0.0115504
-0.034687
0.124731
0.191571
0.178685
0.11685
0.16832
0.145532
0.0327042
0.0523983
-0.0601025
-0.0676773
-0.0861819
-0.121541
-0.149334
-0.115239
-0.0924996
-0.0917129
-0.0585588
-0.00350711
0.0210061
0.0363191
0.0631754
0.0778234
0.0852616
0.0815576
0.0795628
0.0555706
0.0579507
0.0400386
0.0206797
0.00257653
-0.0138518
-0.0354297
-0.0517317
-0.0638905
-0.0718721
-0.0787261
-0.0790424
-0.0849432
-0.0587422
-0.0506468
-0.0193139
-0.00114334
0.038453
0.0894441
0.105566
0.0985099
0.168999
0.158878
0.133198
0.069974
0.0952165
-0.000304838
-0.0605967
-0.0876158
-0.232874
-0.159982
-0.197519
-0.233455
-0.262685
-0.0567634
0.0446155
-0.0678651
0.246285
0.332256
0.345533
0.531969
0.424013
0.460551
0.381277
0.475996
-0.0142409
-0.0433356
0.144801
-0.437505
-0.396255
-0.475822
-0.412767
-0.52077
-0.426437
-0.314453
-0.325712
0.0441316
-0.0280764
0.00409117
0.260209
0.260199
0.217726
0.165506
0.259836
0.123988
0.0554999
0.029668
-0.122794
-0.0668787
-0.125564
-0.177296
-0.171419
-0.111508
-0.112715
-0.106486
-0.0286383
0.00564273
0.0247634
0.0597131
0.0663217
0.0737669
0.0856917
0.0672266
0.0649612
0.047914
0.0440015
0.029913
0.0223676
-0.00644697
0.00100013
-0.0130849
-0.0309332
-0.0312487
-0.0516962
-0.0554164
-0.0718172
-0.0709366
-0.0889403
-0.0675806
-0.0501744
-0.0441994
-0.0142689
0.0134342
0.080287
0.101199
0.0966336
0.152329
0.163209
0.141216
0.0823769
0.095395
0.0377351
-0.0639463
-0.0513963
-0.216101
-0.163227
-0.163307
-0.214194
-0.229828
-0.115929
0.0808003
-0.0546434
0.14355
0.333982
0.272638
0.469152
0.372399
0.403364
0.342585
0.387757
0.140931
-0.127498
0.165543
-0.290823
-0.345963
-0.372199
-0.376387
-0.397602
-0.410736
-0.242303
-0.318314
-0.0260431
0.00151885
-0.0409933
0.160977
0.197196
0.176886
0.131777
0.18353
0.128172
0.0420124
0.0588213
-0.0797135
-0.0617906
-0.0849719
-0.131725
-0.129157
-0.0993022
-0.0780961
-0.0792653
-0.0364226
-0.01098
0.00861301
0.034181
0.043168
0.0410983
0.0593697
0.0442899
0.0323964
0.0374385
0.0301051
0.0085308
0.0133883
0.000256197
0.0147354
0.00505267
-0.0075839
-0.0143824
-0.0225711
-0.0153359
-0.0279797
-0.02525
-0.0326523
-0.0448752
-0.045255
-0.0334877
-0.017335
-0.0160144
0.00352515
0.019335
0.0428542
0.0598577
0.0522656
0.0691661
0.0812034
0.0684517
0.0334428
0.0208135
0.0362109
-0.0456025
-0.0323514
-0.0632424
-0.0807387
-0.0502158
-0.0917628
-0.0592362
-0.045966
0.0374921
0.00213014
0.0549853
0.124747
0.106727
0.157379
0.129624
0.12643
0.108732
0.108957
0.0782486
-0.045724
0.0344212
-0.0493771
-0.0887136
-0.0904595
-0.103626
-0.0835986
-0.129249
-0.0640604
-0.075156
-0.0573135
-0.00569567
-0.00791736
0.00897514
0.0309098
0.0300072
0.038538
0.0131666
0.0289267
0.0204063
0.00220315
0.00237119
-0.00425924
-0.0113265
-0.0189104
-0.0158823
-0.0178765
-0.0117691
-0.00238073
-0.00112414
0.00414784
0.00231676
-0.00594571
0.0130833
0.00916248
0.00550501
0.00334721
-0.00640266
0.00074796
0.00443201
0.00311628
0.00555135
-0.00464296
-0.00719174
0.00146931
-0.00762625
0.0144027
0.0111833
0.0152311
0.00873954
0.0115188
0.0120645
0.0185488
0.0206789
0.0136486
0.0143643
0.0125638
0.0226562
0.0127455
0.00739261
0.0153495
0.0157793
0.00100464
0.00954424
0.0129577
0.00234028
0.0144019
0.0014618
0.0141146
0.00803538
0.0105692
0.0162763
0.0263917
0.00783788
0.00989415
0.0174807
0.00319999
0.0186059
0.00985341
0.00963169
0.0150464
0.0129653
0.0101158
0.0123189
0.00693818
0.0104309
0.00685635
0.0112018
0.0108234
0.00845076
0.0121856
0.00980483
0.0164326
0.0128285
0.0228972
0.0169515
0.014531
0.0159415
0.0214465
0.00928984
0.0183911
0.00363514
0.00806716
0.0189354
0.00898284
0.0120918
0.012652
0.00636939
0.014247
0.0053939
0.00107337
0.0085525
0.00178817
0.013307
0.00211561
0.0129124
0.0180875
0.00072835
0.0073407
0.0199045
0.0115529
0.00879456
0.00843524
0.0160328
0.000804308
0.00180895
0.0191051
0.00880702
0.0111473
0.00229339
0.0115071
0.0101178
0.0104013
0.0132185
0.00623901
0.00162292
0.0094608
0.011603
0.0135798
0.00902786
0.0121299
0.0142314
0.0161111
0.0156536
0.00536309
0.0232308
0.00454196
0.0114801
0.0141591
0.00551154
0.00120946
0.0120328
0.0127316
0.00166139
0.00371428
0.00464303
0.00971962
0.0016091
0.00305674
0.00208383
0.0180253
0.016216
0.00225004
0.0206411
0.00877237
0.00908759
0.020271
0.01375
0.00258599
0.015238
0.0138555
0.0125986
0.00248864
0.00356201
0.0121145
-0.00160119
-0.00379809
0.00606946
-0.00427392
0.0138135
0.0222938
0.00637871
0.00302737
0.0145803
0.00787095
0.00855425
0.00908315
0.00988746
0.0116964
0.0230496
0.0163527
0.00424423
0.0142896
0.0102928
0.00490674
0.015308
0.00527071
-0.00399416
0.00538071
0.00708957
0.0109406
0.00901658
0.0102925
0.0146705
0.013398
0.0140053
0.014155
0.02727
0.0194931
0.00853118
0.0122594
0.00316263
0.00867418
0.00988363
0.0141645
0.0113923
0.00530174
0.00126408
0.00590711
0.000122858
0.00173196
-0.00296323
0.0146245
0.00164204
0.0178581
0.0201081
0.0174934
0.0185138
0.0198495
0.0168647
0.0228627
0.00219289
0.00192703
0.000278625
0.0051253
-0.000137993
0.011176
3.46599e-05
0.0139373
-0.00536462
0.000704837
0.0119348
0.0102445
0.0170344
-0.00759464
0.0109366
0.00226106
0.010132
0.0109343
0.0200175
0.022153
0.00284165
0.00263543
0.0112362
0.0154805
0.0142661
0.00905508
0.00620989
0.0137659
0.00353278
0.0150425
0.0126713
0.0120089
0.00744567
0.000958374
0.0112509
0.00266554
0.0083116
0.00681298
0.0132161
0.00947836
0.00571564
0.0142468
0.00325038
0.0219169
0.0150872
0.00946695
0.0081276
0.0195199
0.0248216
0.0105818
0.0164889
0.00885986
0.0105918
0.0231325
0.00674918
0.00839122
0.00299347
0.00759769
0.00958721
-0.00290672
0.00143887
0.00279967
-0.00534537
0.0123514
0.0142784
0.00680512
0.0196824
0.0040405
0.0229684
0.0152511
0.0214365
0.0160719
0.00902479
0.0209596
0.0157002
0.0172307
0.00188412
0.0205727
0.00732984
0.00970991
0.00514036
0.00965396
0.000799209
0.00364086
0.0062763
-0.00574328
0.00973718
0.000747509
0.00205065
0.00826054
-0.00122933
0.00230345
0.00184207
-0.00099054
0.00326642
0.00296015
0.0116705
0.00741747
0.0178349
0.00289073
0.0252076
0.0074159
0.00914232
0.0226099
0.0291048
0.0323552
0.0155124
0.0305996
0.0168107
0.00943442
0.0289543
0.0072643
-0.00540968
0.0110793
-0.00331668
0.0150271
0.00715179
-0.00935484
0.00678832
-0.00572209
-0.00587634
0.0114628
0.000804144
0.00999495
0.0127946
0.00744926
0.0120487
0.00307135
0.0176284
0.00630302
-0.00516036
0.0100561
0.00205139
0.000232099
0.00855206
0.00982491
0.0230326
0.0232289
0.00945179
0.0190878
0.0241566
0.0159826
0.0101886
0.015329
0.00947907
0.0257822
0.0139191
0.00469157
-0.00105172
0.000933523
0.00943297
-0.0117722
0.0119922
0.00301095
-0.0101895
0.00715647
0.0139179
-0.00607153
0.0201444
0.016311
-0.00727925
0.0183076
0.0211984
0.0153982
0.030566
0.0164525
0.00805468
0.0139036
0.023003
0.0075076
-0.000652527
0.000654296
0.00233678
-0.0152205
0.0463073
0.00213796
0.0132172
0.00990054
0.00942374
0.0165755
0.0227246
0.0217609
0.0237908
0.0334183
0.0216253
0.00692557
0.00916859
0.00645933
0.0139086
-0.00505044
-0.00197909
-0.0076065
-0.00130348
0.0012881
-0.00415968
0.0133956
-0.00187619
0.0144278
0.0165008
0.0240295
0.00849863
0.0101985
0.00603052
-0.00857254
0.0229139
0.0175987
0.0251757
0.00364705
0.0216773
0.0123406
0.00928024
0.00822852
0.0014101
-0.0046608
0.00682282
0.018815
-0.00918176
-0.00386736
0.011041
0.0017031
0.0111355
0.0312799
0.0010793
0.00155198
0.0276116
0.0100502
0.00994453
0.0172547
0.0104515
0.0185061
0.00915397
-0.00660272
0.00865682
0.000252354
0.00865859
-0.00450851
0.00352676
0.0188263
0.0209643
0.0109257
0.0208262
0.0147461
0.00806582
0.00753456
0.00603968
0.00657465
0.00898521
-0.000397234
0.0142803
0.000193051
0.00665238
0.0050571
-0.00774528
-0.00197244
0.00592494
0.0123734
-0.00184238
0.0250057
0.0306493
0.0210212
0.00444127
0.028694
0.0139638
0.0302143
0.017157
0.00768366
0.0301189
0.0142731
0.00861598
0.0105359
0.0141829
-0.00289947
0.00944114
0.0109694
-0.00405786
0.00510418
-0.00730856
0.0150181
0.0183293
0.00914753
0.00528017
0.0240732
0.00252044
0.0136559
0.00617609
0.0227593
0.00880737
-0.00234077
0.0309653
0.017654
0.0116529
0.0298563
0.0251066
-0.00449908
0.012154
0.0208108
0.0210632
0.00646596
0.0174613
-0.0177716
-0.0144492
-0.0322445
-0.0445747
-0.00824454
-0.00125038
0.0223193
0.0298539
0.0203897
0.0192124
0.0437015
0.0355523
0.0343287
0.0190179
0.0489261
0.0384793
0.030734
0.0132577
0.00367879
0.000548313
0.00645788
0.000455819
-0.00765453
0.0133667
0.00230409
0.00774227
0.0139541
0.00540875
-0.000690058
0.0224975
0.0216086
0.0126259
0.0134899
0.00852194
0.00720102
-0.00345039
0.0137427
0.00920825
0.0206543
0.00250264
0.00294602
0.0102122
0.0285415
0.0144332
0.00420952
0.0127788
0.0075473
0.0212032
-0.00362848
0.0113789
0.00468235
-0.00541035
0.010051
0.0122011
-0.00715371
0.00719873
0.00904955
-0.0109534
0.00895254
0.0220114
0.0120669
0.0185328
0.0127383
0.00271866
0.0192773
0.0180405
0.0122255
0.0117329
0.0182345
0.00179408
0.000640207
0.00552602
0.00923455
0.00642441
0.010969
0.0142899
-0.00545186
0.0124665
-0.00331777
0.00416046
0.0019143
0.00559309
0.0061414
0.0125993
0.0130551
0.00540057
0.00326339
0.0133194
0.0133098
0.00400803
0.0171687
0.00872672
0.000216443
0.021825
0.018947
0.00918116
0.00219922
0.0171522
0.0137018
0.0274445
0.0133969
0.00304344
0.013298
0.00849211
0.0187043
0.0162381
0.0306713
0.011625
0.00114801
0.0164472
0.0298985
-0.00473774
0.022145
0.00357153
0.00591311
0.0159641
0.0126614
0.0055077
0.0127064
0.014004
0.00305063
-0.0267565
-0.0435048
-0.023686
-0.0129051
0.030841
0.0335597
0.0373331
0.0166138
-0.0176723
-0.0446991
-0.0652243
-0.0479264
-0.00852649
0.0280073
0.0760015
0.0979298
0.0701391
0.0534213
0.00145779
-0.0248354
-0.0281532
-0.0162408
-0.00657454
0.0145224
0.0206638
-0.0132485
-0.0389531
-0.0335525
-0.053545
-0.0402255
0.0583555
0.0546116
0.126044
0.204538
0.150491
0.141308
0.144751
0.0221496
-0.00665892
-0.0205145
-0.146348
-0.142159
-0.144266
-0.203238
-0.127924
-0.0651687
-0.0542163
0.0395411
0.0547086
0.0353259
0.0442258
0.00640947
-0.0257075
-0.0149414
-0.000548357
0.018527
0.0321921
0.0171485
-0.00894979
-0.0499537
-0.0837589
-0.116266
-0.08996
-0.0391972
0.0103213
0.0564028
0.0822574
0.0665868
0.0381309
-0.00980732
-0.0397051
-0.0573774
-0.0323091
-0.0122621
0.0250828
0.0320602
0.0368117
0.01979
-0.0140632
-0.0369473
-0.0377896
-0.020828
0.000848258
0.0424625
0.0572295
0.042903
0.00316187
-0.0459417
-0.0746941
-0.0826395
-0.0619285
-0.00694629
0.0536034
0.096455
0.120059
0.0910641
0.0475401
0.0119846
-0.0327537
-0.0352891
-0.0131395
0.00345737
0.0139506
0.0381457
-0.01099
-0.0544806
-0.0484162
-0.0833174
-0.0632148
0.0608635
0.0849007
0.147361
0.27571
0.195905
0.179059
0.215367
0.0298827
-0.00167339
-0.00640216
-0.206768
-0.197372
-0.183066
-0.287283
-0.184995
-0.0997114
-0.0811443
0.0579531
0.0915302
0.0549097
0.0751516
0.0177074
-0.029433
-0.0159845
-0.00142606
0.010964
0.0329185
0.0361602
0.00697953
-0.0617354
-0.0946912
-0.136917
-0.11222
-0.0638962
0.0068413
0.0635327
0.103141
0.0913396
0.0477939
-0.00232633
-0.0456761
-0.068362
-0.0577848
-0.0241453
0.0147015
0.0387629
0.0613585
0.0337826
-0.00894923
-0.0341643
-0.0408877
-0.0366551
-0.0151452
0.0348369
0.0604571
0.0561625
0.0391054
-0.0157722
-0.0577699
-0.0889947
-0.0831474
-0.0424337
0.0183825
0.0637421
0.117635
0.109958
0.0910943
0.0311855
-0.0145619
-0.0395052
-0.0328783
0.00420804
0.0133098
0.0313478
0.0355265
-0.03126
-0.0704809
-0.0771816
-0.114878
-0.048735
0.0944894
0.100748
0.217673
0.316081
0.186501
0.226836
0.210851
-0.0153809
0.0188389
-0.0567698
-0.26092
-0.199676
-0.261412
-0.317343
-0.151935
-0.109116
-0.0489812
0.112899
0.0989122
0.0702699
0.0763383
0.000101162
-0.0332329
-0.0246454
-0.02324
0.0197503
0.0421167
0.0413143
0.00255785
-0.0601146
-0.111603
-0.136056
-0.115957
-0.0638216
0.000298486
0.0704246
0.113013
0.0959511
0.0513385
-0.00257937
-0.0648632
-0.0916253
-0.0643409
-0.0234572
0.0193804
0.0610187
0.0627453
0.0408456
0.00351636
-0.0449242
-0.0757541
-0.0670602
-0.021294
0.038851
0.0818187
0.10288
0.0644607
0.0147159
-0.0708077
-0.118033
-0.140951
-0.0930378
-0.00223791
0.0844995
0.146488
0.178115
0.122103
0.0682942
-0.00719547
-0.052158
-0.059787
-0.00994032
0.0340651
0.0444634
0.0695931
0.00197958
-0.106062
-0.126213
-0.126802
-0.168031
0.0456429
0.160059
0.199321
0.430698
0.399792
0.273535
0.372921
0.140379
-0.0414214
0.039455
-0.268068
-0.358533
-0.271361
-0.468236
-0.387238
-0.16211
-0.156164
0.0456848
0.201381
0.128348
0.146779
0.0818387
-0.0447716
-0.0631232
-0.0462213
-0.0330428
0.0365232
0.0636555
0.0394029
-0.0218828
-0.0818125
-0.163567
-0.20074
-0.144711
-0.0644842
0.0305008
0.131367
0.15117
0.137772
0.0626976
-0.0233617
-0.0941694
-0.119179
-0.105091
-0.0275862
0.0399433
0.0934351
0.10814
0.0692009
-0.00249472
-0.0504796
-0.0886828
-0.0788253
-0.0378371
0.029742
0.079311
0.123774
0.100344
0.0248043
-0.0502494
-0.122199
-0.140474
-0.122458
-0.0458078
0.0599876
0.135278
0.170627
0.159566
0.0842642
0.0230767
-0.045847
-0.0640126
-0.0400614
0.025204
0.0542676
0.0619762
0.0588567
-0.0493115
-0.157158
-0.142779
-0.19787
-0.128272
0.131858
0.170111
0.313965
0.517255
0.345605
0.330391
0.38262
0.0160423
0.00993036
-0.0281862
-0.391154
-0.32568
-0.357464
-0.527196
-0.307566
-0.1705
-0.124495
0.161911
0.196802
0.148527
0.164713
0.0405765
-0.0613448
-0.0719966
-0.0685606
-0.0341313
0.0445717
0.0682393
0.0445965
-0.0257375
-0.0902477
-0.179487
-0.206154
-0.145445
-0.0670027
0.0480106
0.142825
0.173577
0.142138
0.0661668
-0.0305942
-0.106282
-0.138228
-0.1134
-0.0429287
0.0403147
0.113577
0.121413
0.0871809
0.00865447
-0.076796
-0.130395
-0.132392
-0.0716782
0.0077894
0.100817
0.147289
0.151882
0.0715629
-0.0313315
-0.150855
-0.193686
-0.182423
-0.0893244
0.0497785
0.162193
0.222084
0.234356
0.146142
0.0403902
-0.0365907
-0.10418
-0.0625984
0.0113636
0.0887844
0.0879092
0.0955966
0.0128367
-0.188671
-0.243399
-0.228775
-0.295539
0.0235312
0.25026
0.283085
0.648096
0.645867
0.399012
0.581935
0.285421
-0.0804477
0.0804279
-0.34841
-0.578193
-0.408843
-0.684764
-0.628658
-0.261553
-0.260054
0.0300586
0.312162
0.21399
0.241397
0.172043
-0.0272617
-0.0957225
-0.108347
-0.0970123
0.00531789
0.0801352
0.108525
0.0329156
-0.0514532
-0.167009
-0.258644
-0.228245
-0.152637
-0.0285682
0.111008
0.196282
0.216381
0.148409
0.0240542
-0.0802892
-0.165448
-0.169577
-0.0961104
-0.00757221
0.0926053
0.151899
0.145944
0.0750323
-0.0241124
-0.107215
-0.133875
-0.118954
-0.0533269
0.0432095
0.115615
0.149196
0.115521
0.035377
-0.0839909
-0.157727
-0.174196
-0.150665
-0.0321877
0.0881063
0.178063
0.219279
0.199687
0.0916993
0.0205317
-0.059916
-0.0725114
-0.0488287
0.0396451
0.080415
0.0700693
0.0693178
-0.0604519
-0.204226
-0.18192
-0.218595
-0.198403
0.151521
0.199533
0.342814
0.650192
0.448822
0.390569
0.496662
0.0419136
-0.00459985
-0.0181959
-0.496006
-0.414953
-0.425535
-0.646028
-0.356804
-0.183822
-0.165837
0.185483
0.231322
0.170428
0.194482
0.0676817
-0.0745106
-0.0812966
-0.0843838
-0.0454443
0.0316571
0.0750286
0.058182
-0.0218245
-0.0846965
-0.184159
-0.201755
-0.173422
-0.0872145
0.0335143
0.133625
0.182046
0.15028
0.0848818
-0.0301169
-0.110325
-0.152738
-0.117356
-0.0565206
0.0238338
0.101122
0.126603
0.0937312
0.0303917
-0.0653557
-0.125272
-0.14352
-0.083821
0.00233574
0.0982546
0.15282
0.160122
0.0841665
-0.0347887
-0.139189
-0.202745
-0.191846
-0.102341
0.0351769
0.153185
0.221981
0.252199
0.169899
0.0619103
-0.027959
-0.0713186
-0.0740106
-0.0118768
0.0847986
0.0701167
0.0907554
0.0285249
-0.155297
-0.220359
-0.182162
-0.291926
-0.0129703
0.243528
0.225938
0.616544
0.674782
0.404352
0.591466
0.344053
-0.100298
0.0974185
-0.319755
-0.59825
-0.402564
-0.674087
-0.630455
-0.229298
-0.250047
-0.00789449
0.29043
0.177144
0.223267
0.162142
-0.025702
-0.0776646
-0.0787417
-0.0887506
0.0126025
0.0749645
0.0697842
0.00847662
-0.0696588
-0.15827
-0.244782
-0.217759
-0.154293
-0.0356786
0.101336
0.19214
0.197224
0.149607
0.0450512
-0.0708821
-0.141844
-0.155396
-0.110449
-0.0287608
0.0701603
0.137103
0.125736
0.0785808
-0.0145477
-0.0890183
-0.121577
-0.110317
-0.0446739
0.0323727
0.102489
0.138981
0.120994
0.0432168
-0.0531111
-0.14225
-0.162858
-0.152572
-0.0718354
0.0455755
0.150491
0.181863
0.198617
0.131168
0.0333606
-0.03593
-0.0470387
-0.0412121
0.0117008
0.0897568
0.0590808
0.0720366
0.00552974
-0.159246
-0.198148
-0.15578
-0.242201
0.0353291
0.236231
0.218281
0.559221
0.557998
0.329713
0.512858
0.246737
-0.0788274
0.0924399
-0.3028
-0.492078
-0.318256
-0.582527
-0.519766
-0.198855
-0.244806
0.00159735
0.245333
0.139126
0.207433
0.159807
-0.020797
-0.0676655
-0.0695877
-0.0983485
-0.0126843
0.0391474
0.040852
0.0264095
-0.0268978
-0.13142
-0.190982
-0.177267
-0.152174
-0.0500335
0.0679597
0.144925
0.172897
0.146346
0.0544752
-0.0335112
-0.111098
-0.139639
-0.110699
-0.0573719
0.023352
0.0889355
0.109258
0.0853877
0.025725
-0.0567166
-0.119259
-0.137216
-0.102259
-0.012502
0.0698346
0.141871
0.147401
0.119938
0.0303173
-0.0867026
-0.173865
-0.192799
-0.158119
-0.0561173
0.0612429
0.161877
0.197016
0.205998
0.127154
0.0250706
-0.0375283
-0.0612588
-0.0262053
0.0198798
0.119524
0.111386
0.0598172
0.039817
-0.152384
-0.271392
-0.163274
-0.258167
-0.090608
0.314952
0.255038
0.487776
0.722761
0.392247
0.446898
0.479998
-0.0749874
0.0531535
-0.0627626
-0.563822
-0.361244
-0.490162
-0.726242
-0.355957
-0.288551
-0.231933
0.208986
0.201446
0.206695
0.273891
0.0799887
-0.0462146
-0.0570749
-0.14225
-0.107578
-0.0138238
0.0173003
0.0507773
0.0250684
-0.0399272
-0.153887
-0.186378
-0.206632
-0.152302
-0.0336862
0.082707
0.156133
0.194203
0.161764
0.0654181
-0.026606
-0.122709
-0.147819
-0.14084
-0.0719861
0.00875089
0.0907179
0.124849
0.118911
0.0581273
-0.0108834
-0.0758484
-0.10248
-0.106988
-0.0498654
0.00219988
0.0885286
0.122191
0.129868
0.0906252
0.00300111
-0.0798549
-0.144748
-0.16878
-0.115113
-0.0435147
0.0386548
0.128964
0.15935
0.138626
0.0987565
0.0282419
-0.0239521
-0.0363591
-0.00714127
0.0263065
0.0967064
0.141489
0.0490907
0.0177671
-0.0676083
-0.240759
-0.222681
-0.127189
-0.196659
0.141615
0.317194
0.256128
0.567886
0.484411
0.240614
0.436225
0.155988
-0.114178
0.1258
-0.266878
-0.395924
-0.235812
-0.563958
-0.516351
-0.236877
-0.330928
-0.0562073
0.196257
0.127811
0.259061
0.211245
0.0462357
-0.0147808
-0.0713497
-0.148052
-0.0911558
-0.0407804
0.00259978
0.0352785
0.0180697
-0.0346543
-0.100024
-0.136583
-0.156582
-0.104158
-0.0285537
0.0543196
0.127088
0.148008
0.127291
0.0670381
-0.0093149
-0.0760854
-0.130454
-0.117769
-0.0824499
-0.0135912
0.0541575
0.0901513
0.112711
0.0841038
0.0304509
-0.0517697
-0.0945983
-0.131404
-0.097817
-0.0257863
0.0461403
0.115459
0.14084
0.129931
0.0650546
-0.0103847
-0.104043
-0.157993
-0.16375
-0.1212
-0.0433765
0.0517636
0.130232
0.171093
0.134103
0.0997825
0.0371916
-0.0280777
-0.0416479
0.0156442
0.0578366
0.114506
0.190081
0.0840124
-0.0129831
-0.0484952
-0.248103
-0.29489
-0.131377
-0.194975
0.0755785
0.410779
0.276976
0.558645
0.648187
0.255404
0.430052
0.314525
-0.14764
0.129886
-0.160319
-0.483446
-0.227576
-0.5501
-0.650154
-0.298057
-0.401561
-0.193822
0.187457
0.119019
0.257064
0.306397
0.0912553
0.0136299
-0.0435056
-0.178857
-0.133513
-0.079806
-0.0463044
0.021888
0.0300191
-0.0135344
-0.0780804
-0.117211
-0.164543
-0.139982
-0.0798187
0.00849171
0.0988822
0.149878
0.154676
0.122709
0.0402683
-0.034116
-0.114135
-0.138942
-0.130639
-0.0740558
0.0024709
0.0629183
0.11236
0.10172
0.0708524
0.0124099
-0.043627
-0.0938556
-0.0873626
-0.0770898
-0.0170579
0.0526687
0.0988635
0.122526
0.113598
0.0573931
-0.0124477
-0.0920611
-0.130315
-0.13329
-0.102692
-0.0292293
0.0372335
0.106648
0.143511
0.114975
0.0733899
0.0318605
-0.0221157
-0.0288587
0.01417
0.0699732
0.0854537
0.14888
0.11286
-0.0176731
-0.0368576
-0.170408
-0.288562
-0.115013
-0.146583
-0.0320335
0.353277
0.260461
0.390876
0.599189
0.260074
0.29052
0.367108
-0.115265
0.0548307
-0.00173218
-0.427349
-0.21994
-0.364635
-0.597556
-0.288801
-0.310548
-0.282648
0.122596
0.107686
0.155341
0.282835
0.114764
0.0303952
-0.00453167
-0.143122
-0.126533
-0.0753635
-0.0724788
0.00420824
0.0253728
0.0102985
-0.0377672
-0.0781218
-0.126545
-0.128051
-0.0919723
-0.0190753
0.0459964
0.108974
0.133698
0.116686
0.0760095
0.000268553
-0.0555212
-0.103912
-0.11544
-0.0779843
-0.0278502
0.0272662
0.0749179
0.108075
0.0834851
0.052683
-0.016902
-0.0695726
-0.111751
-0.106169
-0.0655069
-0.0111092
0.0569184
0.112448
0.136408
0.104374
0.0312946
-0.0260742
-0.108067
-0.144536
-0.132524
-0.10557
-0.017532
0.0610016
0.10808
0.137356
0.12086
0.0559588
0.0324089
-0.00700748
-0.0244903
0.0370549
0.0954919
0.101809
0.178487
0.124525
-0.0267477
-0.043767
-0.183914
-0.327981
-0.13777
-0.117016
-0.0605963
0.401809
0.320746
0.39263
0.697502
0.31865
0.271536
0.447316
-0.0838351
0.010239
0.0686831
-0.451212
-0.27247
-0.340323
-0.688753
-0.372433
-0.317901
-0.373423
0.0808047
0.104899
0.143194
0.347902
0.158114
0.0547374
0.0310292
-0.133548
-0.166136
-0.113271
-0.113076
-0.0232767
0.0178414
0.00659811
-0.0200149
-0.0483678
-0.114214
-0.132845
-0.098238
-0.0514396
0.00775755
0.0857375
0.127248
0.134259
0.0984564
0.0344128
-0.0363686
-0.0988309
-0.116514
-0.111933
-0.0637262
-0.00806153
0.0469465
0.0922237
0.106023
0.0852356
0.024254
-0.0220654
-0.0758346
-0.0870785
-0.0920858
-0.051194
-0.00708197
0.0566989
0.0869699
0.096141
0.0793449
0.0435013
-0.0212331
-0.067917
-0.0981046
-0.0978867
-0.0846791
-0.0289793
0.0200194
0.0731986
0.0871029
0.0781983
0.0402008
0.0103625
-0.0132338
-0.0210576
0.000868654
0.0894253
0.109053
0.120465
0.166041
0.0528374
-0.039712
-0.0706983
-0.235254
-0.261855
-0.0727999
-0.139364
0.0776693
0.366829
0.210636
0.430931
0.498842
0.136566
0.298295
0.231065
-0.16146
0.109863
-0.0757172
-0.359322
-0.124288
-0.366917
-0.518551
-0.229338
-0.320417
-0.204372
0.133307
0.0773327
0.216558
0.279008
0.0999142
0.0586502
-0.0189049
-0.165194
-0.140747
-0.131311
-0.10211
-0.0159013
0.018176
0.018846
0.0212813
-0.0080279
-0.0436699
-0.0573482
-0.0526066
-0.0273281
0.013282
0.0469604
0.0653527
0.0736969
0.0602214
0.0182253
-0.00935133
-0.0617834
-0.0766083
-0.0751673
-0.0570529
-0.0160231
0.0249348
0.0645632
0.0764691
0.0769952
0.050173
0.0146637
-0.0332741
-0.0729861
-0.0816689
-0.0843645
-0.0516458
-0.00816667
0.0385158
0.0696735
0.072161
0.0734947
0.0393096
0.0032683
-0.0384601
-0.0579947
-0.0827441
-0.0581578
-0.033566
0.00699596
0.043023
0.0427659
0.0401901
0.0177634
-0.025528
-0.0358673
-0.0386892
-0.0139094
0.0479195
0.132695
0.140385
0.186036
0.159415
0.000974835
-0.0479396
-0.134423
-0.296742
-0.181798
-0.0891717
-0.109755
0.257928
0.302465
0.247925
0.506581
0.27869
0.0943007
0.322787
-0.0282724
-0.0743353
0.146056
-0.245363
-0.192894
-0.128157
-0.478593
-0.346578
-0.221636
-0.343315
0.00273268
0.118493
0.11242
0.28551
0.20694
0.0591293
0.016279
-0.10084
-0.19613
-0.145085
-0.141483
-0.0785602
0.00157691
0.024418
0.039678
0.0318321
0.00321798
-0.0240625
-0.0312645
-0.0435001
-0.0199447
0.0228359
0.0253631
0.0524766
0.0576704
0.0259066
0.0224179
-0.0278394
-0.0496648
-0.0629091
-0.0574294
-0.0390331
-0.00795488
0.0168954
0.049311
0.0657265
0.0665767
0.0355582
0.0166782
-0.0211067
-0.0457905
-0.040679
-0.0428472
-0.0308463
-0.0114909
0.0182886
0.0359063
0.0515495
0.0514129
0.0386141
0.0227308
-0.0147514
-0.0175462
-0.0380667
-0.0271307
-0.0283614
-0.00240681
0.0140018
0.0176278
0.0274065
0.0219134
-0.0136764
-0.0314103
-0.0364295
-0.0264641
0.000684204
0.0691399
0.121041
0.118155
0.149938
0.0801055
-0.0152491
-0.0518069
-0.15453
-0.209834
-0.0842262
-0.0985679
0.00312561
0.24426
0.154455
0.254423
0.331686
0.0633796
0.136458
0.159294
-0.117668
0.0665912
0.0157344
-0.214173
-0.0444681
-0.196339
-0.339027
-0.153874
-0.211303
-0.157313
0.0982981
0.0686819
0.133497
0.214727
0.0875054
0.0300402
-0.023049
-0.129427
-0.128706
-0.107369
-0.088201
-0.0182721
0.0167486
0.0427891
0.0321838
0.0372216
0.00336318
-0.0200382
-0.0283152
-0.0275628
-0.0141012
0.00984755
0.0137246
0.0318748
0.0217161
0.0202139
0.00683403
-0.0122711
-0.0291174
-0.0427939
-0.0354445
-0.0176104
-0.00531487
0.0108732
0.0257495
0.0382637
0.0246359
0.0195351
-0.00113458
-0.00863175
-0.0371828
-0.0366738
-0.0294536
-0.0284085
0.00480654
0.00793214
0.027386
0.0423059
0.0331634
0.0160121
0.00962425
-0.00895629
-0.0202048
-0.037098
-0.0247704
-0.0167879
0.00159732
0.0191447
0.0166046
0.0186633
0.0120764
-0.0209321
-0.0387102
-0.0489392
-0.0422728
-0.00179929
0.0501371
0.0911309
0.113419
0.160138
0.100478
-0.00497195
-0.0193181
-0.138527
-0.195559
-0.0780349
-0.0972612
-0.00306195
0.227958
0.14605
0.219035
0.314751
0.046878
0.0870404
0.151151
-0.129698
0.049464
0.0479243
-0.172172
-0.018051
-0.146601
-0.330757
-0.156497
-0.191941
-0.170792
0.0719549
0.0750762
0.124082
0.193353
0.086206
0.0204697
-0.0349284
-0.128831
-0.135007
-0.094161
-0.077103
-0.0202402
0.0233261
0.0467621
0.0431404
0.0311827
0.00233059
-0.0126651
-0.00304083
-0.0197491
-0.00894616
0.00821938
0.0144567
0.0131727
0.022522
0.0106589
0.00400766
-0.0083368
-0.0195162
-0.0171925
-0.0248949
-0.0118186
-0.00757981
-0.00162715
0.0097503
0.0156099
0.0205019
0.0178488
0.00204784
-0.00292411
-0.0144902
-0.0212341
-0.0229943
-0.00800589
-0.00449194
0.000198049
0.00335
0.0176171
0.0118459
0.00876734
0.0013818
0.00315083
0.00701548
-0.014155
-0.00345067
-0.00203803
-0.00366727
0.00153753
0.00222314
-0.00295286
0.00334083
-0.00255414
-0.0183076
-0.0161201
-0.0340672
-0.0262648
-0.00345441
0.0362399
0.0644616
0.0993007
0.102252
0.0757727
0.0203714
-0.0179718
-0.100227
-0.162173
-0.0921548
-0.0722703
-0.0100798
0.162793
0.142376
0.178095
0.251369
0.0796326
0.0335884
0.102309
-0.078317
-0.00153151
0.0711429
-0.110896
-0.0339615
-0.0844854
-0.256717
-0.165333
-0.153895
-0.176979
0.0229442
0.0714542
0.087064
0.161829
0.094407
0.0189355
-0.0382522
-0.0837502
-0.112736
-0.0892189
-0.0584651
-0.0164454
-0.000743487
0.0336143
0.0124716
0.0243176
0.017581
0.0112109
0.0143617
0.0136253
0.0072222
0.00377154
-0.00601843
-0.00968569
-0.000396224
-0.013677
-0.00112594
-0.00553705
-0.000339248
-0.00314298
-0.0115112
-0.00681872
-0.00982768
-0.00553015
-0.00804992
-0.00560381
-0.00707835
0.00215052
0.00815578
0.00527141
0.00280345
-0.0044008
-0.00378285
-0.00291443
-0.00541729
-0.00774516
9.49693e-06
0.00285101
0.0026517
0.00595913
0.000320405
-0.00485088
-0.0110693
0.00363693
-0.00564652
0.00348085
0.00886394
0.0136622
0.0222
-0.00195858
-0.00450045
-0.011109
-0.00979348
-0.0101051
-0.00841839
-0.0298815
-0.0153388
-0.021707
-0.0182754
0.0132398
0.0302648
0.0725673
0.107379
0.095426
0.0634767
0.0239735
-0.0509394
-0.123739
-0.153685
-0.0895924
-0.0783815
0.0522593
0.189916
0.158378
0.247421
0.233651
0.0456703
0.0840338
0.047101
-0.0935598
0.0636938
0.00909101
-0.110331
-0.021067
-0.175173
-0.26252
-0.175027
-0.190828
-0.111161
0.0600553
0.0777097
0.132377
0.129897
0.0551807
-0.0189876
-0.0615301
-0.0877003
-0.10087
-0.069855
-0.0310859
-0.0204829
0.0131765
0.0191357
-0.00379974
0.0223571
0.0267917
0.0149248
0.0247821
0.020511
0.00611916
-0.00347449
-0.0200342
-0.0142408
-0.0109893
-0.00659445
-0.000884056
0.00451471
0.0116002
0.0127265
0.00513957
-0.00881551
-0.00383513
-0.0138511
-0.00684215
-0.0117942
-0.00518994
-0.00278722
-0.00132604
0.00714359
-0.00503608
0.00300783
0.00436154
4.04773e-05
0.0069303
-0.00282591
0.00104314
0.0121344
0.0114933
0.00483381
0.00399249
0.00275495
-0.00440761
0.00280776
-0.0110178
-0.00967872
0.00402124
0.00621002
0.0170839
0.0103783
0.0136463
0.0011125
0.00623069
-0.0112334
-0.0187949
-0.0259527
-0.0123351
-0.01917
-0.00714978
0.00108756
-0.00134147
0.014068
0.0217324
0.0294062
0.0631869
0.0763634
0.0489874
0.0374358
-0.0177265
-0.0762061
-0.115545
-0.0907627
-0.0624998
0.0211388
0.149447
0.152669
0.192692
0.197206
0.0665807
0.0424408
0.0469555
-0.0654753
0.0402744
0.0299101
-0.0719287
-0.0292522
-0.120623
-0.220488
-0.162515
-0.152201
-0.108477
0.0374843
0.0678837
0.101607
0.0891113
0.0392092
-0.0150139
-0.0545952
-0.0496692
-0.0718818
-0.0519955
-0.00949443
-0.0279164
-0.00842007
0.00983876
-0.00232079
0.0159908
0.0282289
0.0185501
0.0380753
0.0210295
0.00710566
-0.0135238
-0.0231333
-0.0220208
-0.0157901
-0.0115196
-0.00705875
0.00574827
0.00116507
0.0130029
0.00585307
-0.00856324
-0.00990471
-0.00358861
-0.00511206
-0.0144655
-0.00554225
-0.00669823
-0.00422241
0.00220561
-1.69918e-05
-0.00645562
-0.00572143
0.00429102
-0.0116971
0.00168968
-0.00390186
-0.00627178
0.00812523
0.0115329
0.00834614
0.0120273
0.0124711
0.00901134
-0.00497782
-0.00607546
-0.00823668
-0.014233
0.00467918
0.00124536
0.024777
0.0276149
0.0199136
0.0108862
-0.0142533
-0.0289251
-0.0328371
-0.0246356
-0.0318975
0.00653052
0.0188769
-0.00649335
0.0190305
0.0095361
0.0126274
0.0584709
0.0605577
0.050485
0.0664758
0.00168145
-0.0572878
-0.0967319
-0.10671
-0.0841007
-0.00460124
0.135056
0.159547
0.213524
0.217508
0.0864187
0.0534073
0.0623243
-0.0642077
0.0191647
0.0338573
-0.0845746
-0.0416515
-0.139787
-0.231772
-0.190802
-0.158741
-0.0931959
0.0330407
0.0717834
0.0963355
0.0751102
0.0328896
-0.0253191
-0.0468853
-0.0507871
-0.0570589
-0.0256779
-0.00639302
-0.0290546
-0.0170274
-0.00455624
-0.0188007
0.0149812
0.0244096
0.0394287
0.0406996
0.0221229
0.000112471
-0.0216221
-0.0327669
-0.0283572
-0.017471
-0.00846851
0.00136607
0.0150406
0.0136608
-0.00273289
-0.00395431
-0.000581328
-0.0148266
-0.0113
-0.00951581
-0.00464033
-0.00818492
0.00586118
-0.00566932
0.00654296
0.000472467
-0.00255176
-0.00626042
-0.0044435
-0.00327285
-0.000122148
-0.00460091
-9.27491e-05
0.00412914
0.00458334
0.00573073
0.0126264
0.00518325
0.00299101
0.00665185
0.00174945
-0.00530572
-0.00819757
0.00705433
0.00784069
0.0108367
0.0303904
0.0302177
0.0167468
0.00325886
-0.0166847
-0.0423497
-0.0404678
-0.0270272
-0.00414508
0.0225872
0.0120399
0.0251217
0.0264806
0.0129299
0.0269102
0.0378579
0.034561
0.0417903
0.0196882
-0.0261544
-0.0552223
-0.079611
-0.0717466
-0.0236013
0.0909186
0.132329
0.176873
0.183909
0.115507
0.0452766
0.0434335
-0.0290668
-0.00201338
0.0439169
-0.0406771
-0.0442252
-0.100253
-0.190164
-0.175093
-0.130472
-0.0896302
0.00993604
0.0569201
0.0776242
0.0558599
0.0359125
-0.013872
-0.0450019
-0.018595
-0.0341916
-0.0223106
-0.00222335
-0.0275004
-0.0458817
-0.0174427
-0.0222036
0.015456
0.0404613
0.0351556
0.0424619
0.0262604
-0.00465863
-0.0170777
-0.025447
-0.0262371
-0.00173838
0.00152048
0.000339672
0.00450165
-0.00495839
0.00677405
0.00262897
0.00196031
0.00624824
-0.0151417
-0.00416497
-0.00673899
-0.0108365
-0.0039864
-0.000433118
0.00259744
0.0145337
0.0116351
-0.00482753
-0.00691916
-0.00889831
-0.00149184
-0.00359649
-0.0030506
-0.00447184
0.00889423
0.000370566
0.00688749
0.0115613
-0.00200162
-0.004015
-0.0066097
0.00697673
-0.00624067
0.00203386
0.00566807
0.00111736
0.00242782
0.0213248
0.0235089
0.0261655
0.0185183
0.00461078
-0.0292441
-0.0431161
-0.0571102
-0.0446975
-0.00912166
0.0305833
0.0361119
0.0396193
0.0169934
0.00730263
0.0161068
0.0160589
0.0100086
0.0451641
0.00235467
-0.0178966
-0.0613149
-0.0783926
-0.057328
0.00945812
0.116247
0.156527
0.203378
0.192376
0.0943945
0.039153
0.03403
-0.049281
0.0267347
0.00384109
-0.0390836
-0.0613264
-0.149682
-0.207932
-0.192862
-0.120497
-0.0516994
0.0374551
0.0713872
0.07222
0.024562
0.0230702
-0.0270379
-0.0378405
-0.0113046
-0.0101623
-0.00203976
-0.02616
-0.0533584
-0.0476081
-0.0206153
0.00378273
0.0417672
0.0587824
0.0530643
0.0277246
0.0133381
-0.0229938
-0.0171729
-0.0246717
-0.0217621
-0.0109957
-0.00638492
0.00313063
-0.00122578
0.00367952
0.00549368
0.00412396
-0.00405244
-0.00670025
-0.0135926
-0.0121031
-0.0125524
-0.0119495
0.00410939
0.00636602
0.00501852
0.00737319
0.00498047
-0.00207087
0.00480782
0.00174334
0.00344952
0.00341732
-0.00284634
-0.00101839
-0.00244072
-0.00106952
-0.000676197
-0.00540584
-0.000423238
0.00305567
0.00689676
0.00657288
-0.000489991
-0.0028855
0.00623646
0.00717337
0.00295578
-0.00223198
0.00421534
-0.0019168
-0.00721616
-0.00590996
-0.0060956
0.00562616
0.00654537
-0.0047592
-0.00716953
0.00629459
-0.00436156
-0.00345639
0.0031991
-0.00191234
-0.00588154
0.00487792
0.00164478
-0.00730644
-0.00283765
-0.00500344
-0.0047414
-0.00641039
-7.43709e-05
0.00141936
0.00592754
0.00729456
0.00267325
-0.00630447
0.00512698
0.00286873
0.00699269
-0.00481169
-0.00376
-0.00184874
0.001552
-0.00324851
0.000305829
-0.00333672
-0.00472264
0.000295886
0.00766908
-0.00285433
0.00282674
-0.00011738
-0.00612598
0.00507548
0.000740858
0.00564646
-0.00312387
0.00218735
-0.00663411
0.000441633
0.00278773
-0.00538745
0.00542016
0.00456499
0.00338594
-0.00485599
1.04402e-05
-0.00150504
-0.00208361
-0.00687976
-0.00135981
-0.00489641
0.000938723
0.0014745
0.00331648
0.00497282
0.00284704
0.00164047
0.00463321
0.00521562
0.00375826
0.00714864
-0.00405969
0.00689135
-0.00277293
-0.000902536
-0.00377655
0.00562016
0.00606566
-0.00452393
-0.00177542
0.00123511
0.00257666
-0.00524965
0.00392165
0.00209725
0.00163987
-0.00343882
-0.00199136
-0.00461631
0.00600435
0.00524511
-0.00731852
-0.00332658
0.00257663
-0.00362331
0.000880121
-0.00656599
-0.00215077
0.000878529
-0.00657752
-0.00666039
-0.00176277
-0.00668797
0.000946586
0.00257254
-0.000103917
-0.007115
0.0062834
-0.00459241
0.00534688
0.00646471
-0.000845596
-0.00580981
-0.00344532
-0.00577709
0.00653984
0.00217383
0.00506978
-0.00267172
0.00357518
-0.00626036
-0.00538819
0.00100394
0.00385946
-0.00295375
0.00627268
0.00183722
-0.000941895
-0.0058468
0.00354561
0.000426876
-0.00210945
-0.00610312
-0.00670642
-0.00301417
-0.00387476
0.00110425
-0.00755023
-0.00357484
-0.00570661
-0.00739289
-0.00416488
0.00181164
-0.00470519
0.00562341
-0.00737818
0.00429541
-0.00135929
-0.00747136
-0.00315824
0.00260234
0.00573797
0.00399038
0.00148355
0.00191697
0.00634233
0.00116702
0.00529565
-0.00157617
-0.000390217
0.00521095
-0.00166246
-0.000488045
0.000603507
0.00659267
0.00765664
0.000851285
-0.00432811
0.00331991
0.00395685
0.00248831
0.00564784
0.00324278
0.00195555
-0.00664198
-0.00469985
-0.000393229
0.00158162
0.000369516
-0.00520859
0.00761313
-0.00281053
-0.00698728
-0.00549571
-0.00313196
0.00562391
0.00173144
0.00652962
0.00505037
-0.000864343
0.0059457
-0.00765303
0.00364451
-0.00368055
0.00196194
0.00361076
0.00465628
-0.00610983
-0.00223266
0.00662353
0.00682524
-0.00450154
-0.00245622
-0.00209717
0.00148989
-0.00445042
-0.00140367
-0.00353219
-0.00315843
-0.00661497
-0.000222313
5.82688e-05
0.00465197
-0.000497631
-0.0025116
-0.00627316
0.00296233
-0.00287264
-0.00428224
0.00463671
0.00218043
-0.00714768
0.00021404
-0.00232695
0.00376253
-0.00447746
0.00387799
0.00271872
0.00262342
-0.00427723
-0.000853402
-0.00528543
0.00642336
0.00115973
-0.00094436
-0.00545351
0.00425398
0.00536394
-0.00708785
0.000270858
-0.00589946
0.00222199
0.00476534
0.00462653
-0.00593593
-0.00517128
-0.00291505
0.00170492
-0.000423105
-0.00644361
-0.00766592
0.00513639
-0.00347989
-0.00528613
-0.00518722
0.00620923
-0.00522326
0.00449062
0.000349445
-0.00274621
-0.00110411
0.00441517
0.00328676
0.00236006
0.00561046
-0.0045977
0.00105707
-0.00520499
-0.00190346
0.00444481
-0.00683932
-0.00224582
-0.00110885
0.00642078
-0.00127289
-0.00437286
0.00288144
-0.0073821
-0.00590331
0.00481095
-0.00581362
-0.00234392
-0.00545915
0.00447322
0.00507747
-0.00246042
0.00296457
-0.00102484
0.00224964
-0.00162431
-0.00665752
0.00371784
0.00719254
-0.0014128
0.00105371
-0.000274866
-0.00686707
-5.94919e-05
0.00223893
-0.00125903
-0.00364703
-0.00298294
0.00503985
0.00689233
0.00136238
-0.00162421
-0.00474962
-0.00293361
-0.000352956
0.00448393
-0.00156309
0.00576574
0.00707408
0.00716009
0.00454455
-0.00668728
-0.00422148
-0.00165676
-0.00319947
-0.000670794
-0.00393211
0.00416927
-0.00632888
0.00031895
-0.00301781
-0.00748299
0.00262901
0.000487528
0.00364177
-0.00305311
-0.000506155
0.00534232
0.00203519
0.00294781
-0.00704995
-0.000406862
-0.00173802
0.00474102
-0.00738378
0.0032496
0.00361945
0.00546807
0.00252709
0.0044654
-0.00563046
-0.00333767
-0.00661639
0.00621302
-0.00399934
0.00671717
-0.00205962
-0.00756192
-0.00143429
-0.000339874
-0.00437398
-0.00493337
0.00140577
-0.00529246
0.00218461
0.00306948
-0.00474195
0.00524892
-0.00376205
0.000342861
0.00511186
0.00239977
0.00154016
-0.00484939
0.00127833
0.00428065
-0.0064049
0.000994086
-0.00227392
0.00391493
0.00192873
0.00125087
0.000659028
-0.00254836
-0.00148371
0.00204675
-0.00736195
-0.00280948
0.00427166
-0.00741238
0.00450883
0.00593189
-0.0015011
0.00323302
0.00350197
-0.00162096
0.00661851
0.00250834
0.00720717
-0.00105093
-0.00346055
0.00632658
0.00152245
0.00222444
-0.00593436
7.95529e-05
-0.00293136
-0.0025632
-0.00706553
0.00430585
0.00202198
-0.00320287
-0.0064894
-0.00436792
4.63479e-05
0.0011819
-0.000357014
0.00339559
0.00236082
-0.00745074
-0.00726072
-0.000943066
0.006469
-0.00565692
-0.00283835
0.00631935
-0.00672505
0.0032115
-0.00147096
0.00153903
-0.000963988
0.0030259
-0.00438317
-0.00702326
0.00312845
-0.00308332
-0.000180774
-0.00665438
0.00537821
0.00672526
-3.25963e-05
0.00544542
0.00160841
-0.0042148
0.00478801
-0.0023049
0.00289867
-0.00633697
0.00346172
0.00385171
-0.00670971
0.0053139
0.00565345
0.00241034
0.000590286
0.00684112
0.0023222
-0.00192776
0.00420322
0.00306979
-0.00217382
-0.00271859
0.00398242
-0.00723006
0.00684846
0.000618974
-0.00490853
-0.00309095
0.00474054
-0.00594276
-0.000754022
-6.76184e-05
-0.00351371
0.00626021
-0.0046946
-0.00343206
-4.80506e-05
0.00775024
0.0011802
-0.00692876
0.00421877
-0.00117235
-0.000871155
-0.000379933
0.00642894
0.005146
0.00724102
-0.00334927
-0.00478185
-0.00375496
0.00720848
-0.00201441
0.00727656
-0.00143937
-0.0061654
-0.00279664
-0.00206796
-0.00669144
-0.00202282
0.00554834
0.0066459
0.00427218
0.00324549
-0.00453904
-0.00684556
0.00251479
0.00605192
0.003088
-0.00696884
0.00368177
0.00509674
0.000806518
-0.00309371
-0.00205148
-0.00448952
-0.00658801
0.00357427
-0.00358738
-0.0044982
0.00557594
-0.00410376
-0.00765248
0.00316924
-0.00675651
-0.00172316
-0.00549268
-0.00497081
-0.00587428
0.00249663
0.00534004
-0.00550285
0.00698963
-0.00670507
0.00029285
-0.00752671
-0.00328848
-0.0047802
-0.00172286
0.00259701
-0.00520298
-0.00520468
0.00372746
0.00455064
0.00101747
0.00759705
-0.00102604
0.00634596
0.00502297
0.00241703
0.00190611
0.00630878
-0.00622501
-0.00222803
-0.00277149
0.00296603
0.00249065
-0.00670066
-0.00511412
-0.000158827
0.00552515
0.00658565
-0.00318911
-0.00539271
-0.00649875
0.00552537
0.00101893
0.00423182
0.0051382
-9.89504e-05
-0.00179896
-0.0064629
-0.00567981
0.0057539
0.0030987
-0.00384672
0.000811513
0.00651197
-0.00572948
-0.00456556
0.00676065
-0.00457867
-0.00132493
-0.00350093
0.000147247
0.000246703
-0.00433599
-0.00334057
0.00268821
0.00494746
0.0077286
-0.00589762
0.00435094
0.00193905
0.00418814
0.00342583
0.0044727
-0.00298639
-0.00276116
0.00170231
0.00467404
-0.00480076
0.0055482
-0.00740672
-0.00485946
0.00661994
0.00341863
-0.00331583
-0.00347072
0.00325518
0.0018492
-0.000879767
-0.00621468
0.00344337
0.00200022
0.00352714
-0.00645283
-0.00147238
-0.00625829
0.0039843
0.00503558
0.0076734
-0.00023737
-0.00246415
-0.00363044
0.000932386
0.00329162
0.00454481
0.00231824
-0.00441478
0.00756899
0.00495525
-0.00289564
0.00305734
0.00434637
0.0064185
0.00442047
-0.00023277
0.00367245
-0.00326797
-0.00450794
-0.00248548
0.000700898
-0.000290389
0.00288288
-0.00619399
-0.00194299
0.0059562
-0.00154904
0.00186691
0.00627828
0.00121455
-0.00158993
-0.00161327
0.000241044
-0.00315995
0.00653103
0.00296723
-0.00135888
-0.00463812
0.000127435
0.00511822
-0.000931413
-0.00400931
-0.00105812
-0.00326187
-0.00291665
-2.41677e-05
-0.00115617
-0.00548947
-0.00105337
0.00322785
-0.00126891
-0.00717165
-0.000299477
0.00123778
-0.00307078
0.00668137
0.00245658
0.00375569
-0.00546863
-0.00397498
-0.00774262
0.0050449
0.00496636
-0.00302295
0.00226484
0.00638633
-0.000433218
-0.00489354
0.0074032
0.0019695
0.00530666
0.00512371
0.00232702
0.00718332
0.00248872
-0.00091685
-0.00225029
-0.00558176
0.00193741
-0.00214208
0.00234189
0.00558589
-0.00465154
0.0038013
-0.00424103
0.00639379
-0.00755214
-0.00174319
-0.00353893
0.00266397
-0.00322106
-0.00469472
0.00427177
-0.0050701
0.00106857
-0.00644232
-0.00185034
-0.00307124
0.00764793
-0.00146289
0.00165093
-0.00597357
0.00689659
-0.00178676
0.00195587
-0.0068542
-0.00236413
0.00247116
-0.00530494
0.00129083
0.00355329
-0.00525202
0.00572777
-0.00329308
-0.00271279
0.00473967
-0.00177449
0.00290667
0.0018361
-0.00345926
-0.00745551
-0.0051722
-0.00139524
-0.00138592
-0.00409296
-0.00687853
-0.00214954
-0.00763664
0.00650163
-0.00168352
0.00117487
0.000826139
-0.0049563
-0.00740157
0.00547408
4.91641e-05
-0.000519452
-0.00578267
0.00105242
0.00655407
-0.00677963
0.00290971
-0.0069843
0.00310952
0.00094347
0.00404387
9.32343e-05
0.00360415
0.002246
0.00244579
-0.00704934
-0.00283633
0.00757958
-0.00339342
-0.000336202
-0.00381637
-0.00113453
0.00768598
-0.00650828
-0.000606679
0.00407402
0.00397001
-0.00524482
0.00415805
0.00593642
0.00508107
-0.00445763
0.00525018
0.00614792
-0.00396815
0.00625496
-0.00680192
0.00224084
-0.0019578
0.000542116
-0.00148205
0.0029768
-0.00748793
0.00500368
-0.00452275
0.00613586
0.000220029
0.00451271
0.00480914
0.00738888
-0.00175831
0.00460771
-0.00723718
-0.00636378
-0.000761379
-0.000646081
-0.00189639
0.00417203
-0.00240504
0.00617304
-0.0065352
-0.00618483
0.00704119
-0.000661587
0.0065709
-0.00696371
0.00184065
0.000642777
0.00161508
-0.00322714
-0.00245951
-0.00710192
0.00159349
-0.00211458
0.00573059
0.0015828
-0.00392314
0.00627459
0.00697719
-0.00361108
-0.00378344
0.000575073
-0.00751307
-0.0035775
0.0030399
0.00297395
0.0042176
-0.00414101
0.00768494
0.00390301
0.00641013
0.00281625
0.00100073
-0.00167013
0.00162418
-0.000877586
-0.00248161
0.00130218
-0.000194798
0.000755217
-0.00475588
0.00103825
-0.00617157
9.83157e-05
-0.00467682
-0.00441281
-0.00716107
-0.00393188
-0.00554796
0.00242401
-0.000815219
-0.00375802
-0.00412108
0.00187255
-0.00127167
-0.000756916
0.000631246
0.00762181
-0.000776214
0.00507934
0.00149942
0.00684632
0.00526742
0.00648416
-0.0074526
0.00734052
-0.001073
-0.00225404
-0.00146581
-0.0073771
0.00101761
-0.00511924
-0.000594445
0.00469799
0.005348
-0.000810449
0.00482691
0.00280556
-0.00336358
0.000465222
-0.00101213
-0.00178687
0.00235398
0.00632248
-0.000854387
-0.000615517
0.00355892
-0.00115311
-0.00593111
0.00603843
-0.00585452
-0.00592152
0.00573343
0.00439163
-0.000544065
-0.00729527
-0.00121346
-0.00734123
-0.000466874
0.00480346
-0.0016463
0.00591084
-0.00108588
0.00191018
-0.0048035
-0.00322313
0.00462712
0.00770224
-0.00446252
-0.00387165
-5.15972e-05
0.00215238
-0.00317555
0.00376117
-0.00774878
-0.00411792
0.00550657
-0.00351704
0.00347798
-0.00364271
-0.00377284
0.00320288
0.00053028
-0.00572223
-0.00662785
0.00639151
0.00512374
0.00542307
0.00501165
-0.00381329
0.00168461
-0.00753314
-0.00715831
0.00161124
0.00424394
-0.00410244
-0.00715639
0.00594355
-0.00261884
-0.00554387
0.00501363
-0.00610188
0.00211528
-0.00664878
-0.000683721
-0.00608168
-0.00751114
-0.000613585
0.00652284
0.00232982
-0.00657523
-0.0047544
-0.0064679
-0.00457049
-0.00274006
-0.00475857
0.007385
-0.000911004
-0.000454337
0.00608414
0.00649485
-0.00172396
-0.00467244
0.0014332
-0.000407897
0.00625816
0.000416406
0.00336484
-0.00761023
0.00476882
0.00471912
-0.00749533
-0.00361505
0.0040853
-0.00151426
0.00306213
-0.000928635
-0.00092548
0.00270853
0.000463166
0.00469806
0.000424107
0.00453334
-0.00699144
0.00396337
-0.00325828
-0.00122858
-0.000104491
-0.00146492
-0.00409312
-0.00642199
0.00634161
-0.00522362
0.00421293
0.00443172
0.00502536
-0.00111534
-0.00462334
-0.00097384
-0.000378296
-0.00218668
0.00294642
0.00515449
0.00241618
0.00406624
-0.00157042
-0.000467265
0.00660095
-0.00723266
-0.00699186
0.000146493
-0.00108261
-0.00650473
-0.00532802
-0.00233049
-0.00104645
0.002135
0.00714688
-0.00536363
-0.00573057
0.00111037
-0.00709591
0.00674017
0.00548308
-0.00399282
-0.000913329
-0.00723207
0.000111973
-0.0013818
0.00678654
0.00239944
0.00254115
-0.000441964
-0.00347478
-0.00321817
0.00091872
-0.00274792
0.00348976
-0.00120005
0.00562325
-0.00305417
0.00740631
0.000117533
-0.00293634
0.0052397
0.0020211
0.00278159
-0.00100697
0.00348669
-0.00549383
0.00215362
-0.00706324
-0.00340442
-0.00207447
-0.0034848
-0.000956484
-0.0044955
0.00768817
0.00496159
-0.00390569
-0.000777087
0.00600101
-0.00212922
0.00343603
-0.00136949
-0.00396694
0.00620118
0.00251548
-0.00680688
0.000477793
-0.000673193
-0.000153918
0.00060616
-0.00699928
-0.000329955
0.000917255
0.00334117
-0.00674125
-3.57668e-05
-0.0056527
-0.00625777
-0.00386946
-0.00184809
0.00701422
0.00767025
0.00665847
0.00438961
-0.00735515
-0.000516539
3.3307e-06
-0.00763663
-0.0012665
-0.00223189
-0.00758439
0.0027087
-0.0054852
-0.00120804
0.00332572
-0.00350749
0.00149652
-0.00276566
0.00378623
0.00165754
0.00635531
0.00600968
-0.00162473
0.00319087
0.000678637
-0.0050522
0.00548133
-0.00327757
-0.00754282
-0.00528472
0.00462084
0.00530953
-0.00584683
-0.000169358
0.00409778
-0.00461064
-0.0013542
-0.00141797
-0.00420832
-0.000362077
0.00661277
0.00486185
-0.00501932
0.00616865
-0.00295278
0.000832214
-0.000718549
-0.00595501
-0.00500995
0.00321978
-0.00520535
0.00239267
-0.00475311
-0.00400046
0.00342153
-0.00341316
0.00767995
-0.00681324
0.000902934
0.00300217
0.00449634
-0.00712505
-0.0012212
-0.00195892
-0.00204062
-0.00313408
-0.0064964
-0.00609961
0.00113578
-0.00661282
-0.00649752
-1.20785e-05
0.00550797
0.00567552
0.00063228
0.00289902
-0.00606096
0.0050167
-0.00624273
0.00300573
-0.00751187
0.00402629
-0.00206811
-0.00346473
-0.00520699
0.00092022
-0.00364085
0.00478973
0.00748947
0.00521886
-0.00581065
-0.00560153
-0.00313431
-0.00626541
0.00679606
-0.00680271
0.000779875
-0.00287429
0.000267008
0.00666474
-0.00250517
0.00103845
-0.00707557
0.00728914
0.00439905
0.00713167
0.00554839
-0.00515633
0.00342782
-0.00504266
-0.00324574
-0.000503749
-0.00503591
-0.00248932
0.00765529
-0.00484976
-0.00109828
-0.00542869
-0.00108991
-0.00116189
-0.00022319
-0.00707219
0.00368191
0.000426313
0.0010532
0.00758393
-0.00212693
0.00358439
-0.00730163
-0.00604609
-0.00439377
0.00449395
0.00563307
0.00688749
-0.000876529
-0.0031205
-0.00519692
0.0031873
-0.00166562
2.53502e-05
-0.00270989
-0.00120068
-0.0059469
-0.00570683
0.0060714
-0.00374864
0.000538565
0.00308351
-0.00374821
0.000362884
-0.00259933
-0.0028618
-0.00539487
-0.00345358
-0.00130317
0.00331445
0.00480098
0.0038451
0.00479433
-0.00217774
0.00269992
-0.00478501
-0.00587221
-0.000625435
-0.00733893
-0.00666256
-0.00712535
0.00502564
0.00440538
0.00220183
0.00479744
0.000473321
0.0031826
0.0076888
-0.000566889
0.00214914
0.00741176
0.00731511
-0.00528659
0.00136707
0.00369032
-0.00515152
0.00143852
-0.0065366
-0.00585686
0.00557699
-0.00174864
0.0070565
0.00688849
-0.00299038
-0.00715793
-0.00670761
-0.00500177
-0.0016436
-0.00490158
-0.00702045
0.00761897
-0.00100949
0.00362194
0.00617696
0.00161232
0.00769863
-2.7955e-05
0.00501409
-0.00393853
-0.00213349
-8.83765e-05
-0.00176891
0.00223439
-0.00497899
0.00585646
-0.00564368
0.00247114
0.00762375
-0.00298998
-0.000632916
0.00366544
-0.00538967
0.00567672
0.00272576
-0.00118109
-0.0041387
0.00143551
-0.00361651
-0.00064959
0.00123014
-0.00714723
-0.00673422
-0.00564484
-0.00501825
-0.00774455
0.00441277
-0.00113734
-0.00409185
0.00413341
-0.000435929
-0.000499069
0.00668598
0.00108318
0.000743006
0.000306178
0.00277153
-0.00361334
-0.00767496
-0.00507454
0.00411592
0.00533125
0.00722633
0.00505138
-0.0044492
-0.00514464
-0.00600809
-0.00124653
-0.000652516
0.000391808
0.00314198
-0.00625356
-0.00340321
-0.00267172
-0.00280469
0.00393776
-0.000192236
-0.00176721
0.00759704
0.00754374
-0.000236154
-0.002974
0.000839411
0.00645786
-0.00138245
0.00460057
-0.000916978
0.00185597
-3.95033e-05
0.00206875
-0.00321205
-0.00334023
0.00142172
-0.00696313
0.00445425
0.00681651
0.0047413
-0.000284884
0.00628597
-0.00560466
0.00358278
0.0077182
-0.000683325
-0.00720512
-0.00660042
-0.0055827
-0.0034756
-0.000741907
-0.000734516
-0.00407369
0.00254091
0.006201
0.00258248
-0.00560539
0.00164748
0.00058152
-0.00608723
0.00240771
-0.00503805
0.00548542
-0.00587986
-0.00580288
-0.00312549
-0.00676151
0.00632168
0.00579607
0.00309551
0.00639825
-0.00649832
-0.00475447
0.00175094
-0.00665351
0.00149023
-0.00311973
-0.00162135
0.00272738
-0.00769628
-0.00274903
-0.00656321
0.000996495
0.00698122
0.00682633
0.00661813
-0.00136996
0.00340798
-0.00350455
-0.00479863
0.00157086
-0.0015805
0.00525446
-0.000641507
0.00707093
0.00138774
0.00592763
-0.00516454
0.00400912
0.00479792
0.00150023
0.000564809
-0.00244583
0.00502122
0.00355525
0.00570252
0.00153337
0.00149963
-0.00693563
-0.00638882
-0.0052373
-0.00306806
0.00120829
-0.00728556
-0.000268137
0.00341012
-0.00180091
-0.00335185
0.00698257
-0.00637476
0.00302465
-0.00414576
-0.00248106
0.00767859
-0.0051114
-0.00737792
-0.00550585
-0.00355679
0.00106966
0.00206009
0.000629834
-0.00132603
-0.00598246
-0.00733614
-0.00608252
-0.00308505
0.00641783
0.00751625
0.00125454
0.00588675
-0.00348654
0.00699278
0.00704844
-0.00345253
-0.00226379
0.00648464
0.00571392
0.00478831
0.0036545
-0.00546741
0.00569251
-0.00556398
-0.00261067
0.00671213
-0.00262031
-0.00511779
0.00199264
0.00131163
-0.00505257
-0.00687687
-0.00428947
0.00747158
0.00451757
-0.00173414
0.00658261
-0.00361516
-0.00634588
0.00496131
0.0029119
-0.00330667
0.0059449
0.0067612
-0.00737955
-0.00486491
-0.000181027
-0.00672468
-0.0062583
0.0012255
-0.00311632
0.0028347
0.00723479
0.00646542
-0.00766128
0.00311531
0.00672149
-0.00351151
-0.00358485
-0.000944314
-0.000570296
0.0016758
0.00587094
-0.000811334
-0.00650318
0.00187859
-0.00719938
-0.0054299
-0.0050141
-0.00334468
0.00132221
-1.19073e-05
-0.000247595
-0.00674499
0.0068937
-0.00434477
-0.00510393
-0.00580743
-0.00150801
0.00398013
0.00271283
0.000674812
-0.00228882
-0.00638626
-0.00410173
-0.00616116
-0.0039732
0.00116807
0.000128259
0.00525989
-0.00760984
0.00213473
-0.00430557
-0.0016062
-0.000731138
0.00273133
0.00245097
-0.000783399
0.0052344
0.00406507
-0.00730203
-0.00589597
0.00681728
0.00197724
0.0064225
0.00461546
0.00362472
0.00399711
0.00688414
-0.00104883
-2.15697e-05
0.00147207
-0.00505437
-0.000418755
-0.00533599
-0.00585314
-0.00713965
-0.007049
0.00381826
0.00278781
0.00702824
-0.00430855
0.00249907
-0.00582316
0.00360457
0.00172358
-0.0068397
-0.00559094
0.00403959
0.00459215
0.00691419
-0.00585185
-0.00144459
0.00762955
-0.000134291
0.00737005
-0.00712688
0.00751876
-0.00457795
-0.00192994
1.45734e-05
0.0062585
0.00248669
-0.00255242
0.00587433
-0.00416642
-0.00280074
0.000849468
0.00244025
0.00621899
-0.000364882
0.00751532
0.00502326
0.00516536
-0.000451848
0.00299451
-0.00636363
0.000657174
-0.00436344
0.00583947
-0.00269587
-0.0052134
0.00660361
0.00705352
-0.00659439
-0.00752905
0.00220013
0.000870696
-0.00226578
-0.00639299
0.00535605
0.00448825
-0.00431251
0.00341786
-0.00286202
-0.000164448
0.00716873
-0.00591919
-0.00402039
-0.00340811
-0.00270517
-0.00663885
0.0039009
0.0031772
0.00662058
0.00136771
0.00329649
-0.000850881
-0.00687924
-0.005967
-0.00380601
-0.00751836
0.00482573
0.00398798
0.00588807
-0.00330846
-0.00343084
0.00418681
0.00380492
0.00442998
0.00419681
0.0073708
-0.00231107
0.00545544
0.003962
-0.00130325
0.00389627
0.00201866
0.00560417
-0.00494851
0.0036529
-0.00165879
-0.00319174
0.00419532
0.0039587
0.00123002
-0.00135656
0.00594353
0.0011861
0.00257442
-0.00452035
-0.00113185
-0.00304431
0.00201176
0.00455029
0.00340196
0.00270354
0.00386109
0.00408398
-0.00146783
0.00715481
-0.00286291
-0.00150397
-0.00389985
-0.00716354
-0.00372411
0.00744568
-0.00316827
0.00441922
0.00383601
0.00566876
-0.00610357
-0.00175974
0.00328703
0.00440012
0.000549082
-0.00402566
-0.00515701
0.00396264
-0.000492808
0.00640825
0.00728094
-0.006438
-0.00249206
-0.00225848
-0.00518469
0.00655522
0.00469136
-0.00636904
-0.00204794
-0.00561307
0.00594379
0.00262183
-0.000933293
-0.00131443
0.00412644
0.00182994
-0.00196
0.00448868
0.000633012
-0.00510027
-0.00724803
-0.0044446
0.00696024
-0.00245049
0.00210971
-0.00144691
-0.00524015
0.00374181
-0.00536669
-0.0071751
0.00176294
-0.00341458
-0.000182992
0.0064371
-0.00435915
0.00540454
0.0022029
-0.00214708
-0.00719548
0.00441755
0.000749594
0.0070337
0.00643657
-0.00417828
0.00206969
0.00592178
0.00651018
-0.00496588
-0.00527213
-0.000688468
-0.00402119
0.00756676
0.00548358
0.00713195
-0.00237974
-0.00684464
0.00530741
-0.00189544
0.00183084
0.00442577
0.00063647
-0.00760828
0.00655191
0.00608092
0.00739486
-0.00284915
0.00264431
0.00521156
0.00401484
0.00095426
0.00233716
-0.00746272
-0.00532385
-0.007132
0.00324177
-0.00544346
0.00099405
-0.00263145
0.00695042
-0.00276152
-0.00602478
0.00236017
0.00501185
0.00551576
-0.00668078
-0.00747248
-0.00217102
0.00769063
-0.00150822
0.00100357
-0.00300656
-0.00062131
-4.44742e-05
-0.00603347
-0.00169612
0.00587283
0.00455799
-0.0075531
0.00560338
5.43335e-05
0.00565919
0.00621565
0.00288127
-0.00412107
-0.00483931
-0.00615467
-0.00258101
0.00724061
0.00541045
0.00416869
0.00695475
-0.00606932
0.000994151
0.0047249
0.00453972
0.00227136
0.00165137
0.00702357
-0.00757301
0.00548634
-0.00416104
0.00542174
0.00209557
-0.0050199
-0.00487624
-0.00607626
-0.00774729
0.00739951
-0.00320157
0.00719467
0.00465429
0.000917196
-0.00588048
0.00420862
0.00449784
0.00692592
0.00754586
0.00303569
0.00534417
-0.00141372
0.00370677
0.00290525
-0.0076082
-0.00588104
0.00423107
0.00149098
-0.000745199
0.000325961
0.000605424
0.00618634
0.00612503
-0.00313513
0.00562038
-0.00513811
0.00199252
-0.0058039
-0.00408543
0.00197039
9.12819e-05
-0.00310267
-0.00290383
-0.0050524
0.00275388
0.00066113
-0.000875154
-0.00574582
-0.00211496
0.000797671
0.00239493
0.00756586
0.00705453
0.00471305
0.0011298
0.000332611
0.00201523
-0.00474256
0.00773428
0.00452206
-0.00095851
-0.00705908
0.00771643
-0.00760851
0.00562977
-0.00628321
0.00689047
0.0012341
0.00396614
0.00684184
-0.00698636
-0.00698171
-0.00733413
-0.00278377
-0.00334103
-0.00643868
0.00223045
0.00410191
0.000558588
-0.00269551
-0.00352153
-0.00372761
0.00706002
0.00465225
-0.0045134
0.0069453
0.00209862
0.00224235
0.00411325
0.00059238
-0.00566858
0.00133816
-0.00608781
0.00226955
0.000703947
-0.000922964
0.00369385
0.00156229
0.00417612
-0.0015833
0.000364739
0.00403125
-0.0017503
0.00609292
-0.00476169
8.64187e-05
0.00278596
-0.0022121
0.00620097
-0.00242613
-0.000420011
0.00521697
-0.0017373
-0.0070943
-0.00728038
0.00752609
0.0044872
-0.00213495
0.0059496
0.000212895
0.00322228
0.00320462
-2.5258e-05
0.00676817
0.00746103
0.00742553
0.00756895
0.00544678
0.00691552
0.00605405
-0.000463785
-0.00424958
-0.00515967
-0.00439409
-0.00362386
-0.00320606
0.00176211
0.00617301
0.00748627
0.00196479
-0.00168524
0.00662528
-0.00382217
0.000408239
0.00443257
0.00374065
0.000640964
0.0038795
0.00307286
-0.00258046
0.00741383
0.00377514
-0.00338442
-0.00130106
-0.00771483
-0.00605071
0.00397078
-0.00307721
0.00375176
-0.000306331
-0.00649598
0.00543208
-0.00390316
0.00421351
0.000492821
0.00649446
0.00483544
-0.00767818
0.000160173
-0.0048058
0.000734031
-0.000816941
0.00450887
-0.00366308
-0.00619805
-0.000183409
0.000474226
0.000945781
0.000719931
-0.00254481
0.00307218
0.00126985
-0.0062692
0.00470502
0.000157695
-0.0076195
0.00690061
0.0066097
0.00628329
0.00610031
0.00379515
0.00295873
0.00126084
-0.00695488
-0.00345253
-0.000860263
0.00249758
0.00662566
-0.00433234
0.00518171
0.00360278
0.00333712
-0.00245004
0.00361666
0.00249001
0.00641977
-0.000923925
-0.0042433
0.00724929
0.000138317
-0.00373412
0.00709068
-0.00324171
-0.00357982
-0.00755662
-0.0031891
0.00326179
0.00329889
0.00500012
0.00121897
0.00589369
0.00189351
-0.00616476
-0.0049088
-0.00722866
-0.00337988
-0.00691831
0.00132645
6.8974e-05
-0.00284752
-0.00277377
0.00513834
-0.0074194
0.00106657
-0.00750231
0.0047585
-0.00665652
-0.00510263
0.0024659
-0.00481181
0.00388591
-0.0031461
0.00206103
-0.00261873
0.00640306
-0.00761808
0.00483888
-0.00275537
-0.00262293
-0.00347426
-0.0046165
-0.00608515
-0.00773678
0.00381031
-0.000982898
-0.007474
-0.00667694
-0.00237753
0.00451415
-0.000740211
-0.00186649
0.00155311
-0.00101713
-0.00516628
0.00592277
-0.0042792
0.0070894
0.00182746
0.000495299
0.00732331
-0.00467192
-0.00517457
0.00271569
0.0067335
0.00607225
-0.00492141
-0.000749289
-0.000553968
0.00400887
-0.000481276
-0.00493432
-0.00768613
0.00128477
-0.000573478
-0.0064319
-0.00484472
-0.00200158
-0.00147829
0.00289376
0.00372739
-0.00269809
0.00512282
-0.00547664
-0.000498471
-0.00311207
-0.00277953
0.00603898
0.0062886
0.00329516
0.00439058
0.00703989
0.00175386
0.00469399
0.000827956
0.0054338
-0.000257114
0.0048761
0.00352721
0.00366107
0.000748012
0.00574458
-0.00463028
-0.000352604
0.00278284
0.00444963
0.00446479
0.000523162
0.0072922
0.00757014
-0.00685874
-0.00148433
-0.00472212
0.00228961
-0.00732882
0.00197622
-0.00679284
-0.00420718
-0.00603635
-0.00256361
-0.00322616
0.00635324
-0.000903394
-0.00133202
0.001748
0.00432537
-0.000710883
-0.00172932
-0.00340901
-0.000578479
0.00642417
-0.00188174
-0.0056248
0.00164586
0.00446348
0.00452929
-0.00193788
0.00524058
0.00656061
-0.00603604
-0.000285683
0.00598796
0.00112979
-0.00289476
0.00215909
-0.000470025
0.00180527
-0.00644514
-0.00180527
0.00316714
0.00145418
-9.15706e-06
-0.00446593
0.00767659
0.00696454
0.000966464
-0.00209149
0.00648841
0.00417026
-0.00383879
-0.00671463
0.00456452
0.000473658
-0.00653027
0.00696625
-0.00541597
0.00198337
-0.00298573
-0.00628804
0.00592869
-0.00130009
-0.00175983
-0.00194162
-0.00104842
0.00521919
-0.00725486
0.00278668
0.0032098
-0.00256592
-0.00160682
0.00193793
0.00365352
-0.00666204
-0.00213625
-0.00353495
0.0033136
-0.00577036
0.00372958
0.000303005
0.00734406
-0.0021372
0.00220573
-0.00612468
-0.00745245
-0.00158225
0.000544889
-0.00556119
0.00665423
0.00343158
-0.00625824
0.00673428
0.00554295
0.00725885
-0.000778775
-0.00254275
0.00633897
-0.00430772
0.0056033
-0.00261866
0.00693855
-0.00725852
-0.00131185
-0.00589665
0.00330947
-0.00445162
-0.00116562
-0.00124097
-0.00202836
0.00669004
-0.00315339
-0.00441692
0.00750528
-0.00408545
-0.00304814
-0.00623555
0.00199004
0.00321171
0.00242603
0.004762
-0.00100657
0.00375964
0.00522353
0.00340028
-0.00565175
0.000340363
0.00615068
-0.00264968
-0.00518242
-0.00468535
0.00585327
0.00131113
0.00649715
-0.00286161
0.00682826
0.00272983
0.00381974
-0.00606845
-0.00185146
-0.0062898
-0.00430823
0.00717329
-0.000275647
-0.000683525
0.00493122
-0.000614988
0.00101227
0.00131175
0.00748144
0.000274392
0.00246514
0.00136744
-0.00295292
-0.00145922
-0.00247688
-0.00468587
-0.00517896
0.0017942
0.00700339
0.00559042
-0.00646924
0.006886
-0.0034846
-0.00429798
-0.00380457
0.00263552
0.00449081
4.83447e-05
0.00334866
-0.0055689
0.00094207
0.00666565
0.00560375
-0.00530158
-0.00196656
-0.00221322
0.00145327
0.00615707
0.00767346
|
8f8e3df82b689af6232fc7cd3e5b3782a424a510 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH5/EX5.2/Exa5_2.sce | 242df5a853f472aa06e904dc82e46793bd57fa0d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 419 | sce | Exa5_2.sce | //Exa 5.2
clc;
clear;
close;
format('v',11)
// given data
Area_hysteresis_loop=93;//in cm^2
scale1_1cm=0.1;//in Wb/m^2
scale2_1cm=50;//in AT/m
hysteresis_loss=Area_hysteresis_loop*scale1_1cm*scale2_1cm;//in J/m^3/cycle
disp(hysteresis_loss,"Hysteresis loss/m^3/cycle in J/m^3/cycle: ");
f=65;//unit less
V=1500*10^-6;// in m^3
P_h=hysteresis_loss*f*V;
disp("Hysteresis loss is : "+string(P_h)+" W");
|
4150c6aa127d8e9d996025b0fe88f14628822b7d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH23/EX23.7/Ex23_7.sce | aa3174d1914df77d3eb0df804883e403cbe6df8f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 391 | sce | Ex23_7.sce | //Example 23.7
l=10*10^-2;//Length (m)
mu_0=4*%pi*10^-7;//Permeability of free space (T.m/A)
r=4/2*10^-2;//Radius of solenoid (m)
A=%pi*r^2;//Cross-sectional area (m^2)
N=200;//Number of coils
L=mu_0*N^2*A/l;//Self-inductance (H)
printf('Self-inductance of the solenoid = %0.3f mH',L*1000)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
4b45714d255fe932b9e675277caf8e19a24d4316 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1088/CH23/EX23.13/Example13.sce | 5f436192d8f966f683d853d4ed2c1db71f20d7f4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,045 | sce | Example13.sce | clear
flag=1
mode(-1)
clc
printf("Example 13 : Show the method of setting a file timestamps \n")
disp("****************************************************************")
disp("Answer : ")
disp("INSTRUCTIONS : ")
halt(' ')
disp("1.These programs are part of systems programming in Unix and the commands have NO EQUIVALENT IN SCILAB")
halt(' ')
disp('2.However if possible some selected programmes have been TRIED TO BE IMPLEMENTED')
halt("")
disp('3.For most of the programmes whose equivalent is NOT THERE IN SCILAB,only the output has been printed as given in the textbook with no interactive input as in the programme below')
halt("")
disp("4.However the .c files which are displayed here are also made into a seperate file.If you are a unix user then try compiling and running the programme with gcc or cc compiler")
disp("5.The inconvenience is regretted.")
halt('.............Press [ENTER] to continue.....')
halt("")
clc
printf("\tUNIX SHELL SIMULATOR(DEMO VERSION WITH PRELOADED COMMANDS)\n\n\n")
i=0
i=i+1;f(i)='/* Program: atimemtime.c -- Sets a file time stamps to those of another file */'
i=i+1;f(i)='#include <sys/stat.h>'
i=i+1;f(i)='#include <fcntl.h>'
i=i+1;f(i)='#include <utime.h>'
i=i+1;f(i)=''
i=i+1;f(i)='void quit(char *,int);'
i=i+1;f(i)='int main(int argc,char **argv) {'
i=i+1;f(i)=' struct stat statbuf; /* To obtain time stamps for an existing file */'
i=i+1;f(i)=' struct utimbuf timebuf; /* To set time stamps for another file */'
i=i+1;f(i)=' '
i=i+1;f(i)=' if (lstat(argv[1], &statbuf) == -1)'
i=i+1;f(i)=' quit('+ascii(34)+'stat'+ascii(34)+', 1);'
i=i+1;f(i)=' '
i=i+1;f(i)=' timebuf.actime = statbuf.st_atime; /* Setting members of timebuf with */'
i=i+1;f(i)=' timebuf.modtime= statbuf.st_mtime; /* values obtained from statbuf */'
i=i+1;f(i)=' '
i=i+1;f(i)=' if (open(argv[2], O_RWR | O_CREAT, 0644) == -1)'
i=i+1;f(i)=' quit('+ascii(34)+'open'+ascii(34)+', 2);'
i=i+1;f(i)=' close(argv[2]); /* Previously used open only to create it */'
i=i+1;f(i)=' '
i=i+1;f(i)=' if (utime(argv[2]), &timebuf) == -1) /* Sets both time stamps for file */'
i=i+1;f(i)=' quit('+ascii(34)+'utime'+ascii(34)+', 3);'
i=i+1;f(i)=' exit(0);'
i=i+1;f(i)='}'
n=i
printf("\n\n$ cat atimemtime.c # to open the file emp.lst")
halt(' ')
u=mopen('atimemtime.c','wt')
for i=1:n
mfprintf(u,"%s\n",f(i))
printf("%s\n",f(i))
end
mclose(u)
halt('')
clc
halt(' ')
printf("$ cc atimemtime.c")
halt(' ')
printf("$ mv a.out $HOME;cd;a.out .profile .logintime")
halt(' ')
printf("$ ls -l .logintime ; ls -lu .logintime")
halt(' ')
printf("-rw-r--r-- 1 <user> <group> 0 Jun 20 00:55 .logintime\n")
printf("-rw-r--r-- 1 <user> <group> 0 Jun 5 00:30 .logintime\n")
halt(' ')
printf("\n\n\n$ exit #To exit the current simulation terminal and return to Scilab console\n\n")
halt("........# (hit [ENTER] for result)")
//clc()
printf("\n\n\t\t\tBACK TO SCILAB CONSOLE...\nLoading initial environment')
sleep(1000)
|
773157b1aedb8ea296741a855acfb30847b35d49 | cac765899ef2f4a3fea7b30feb7d3cc9e32a4eb4 | /test-deprecated/Main.sce | f2a402e1f9d789a5ca4ee17b4c59a102e1862344 | [] | no_license | clairedune/AsserVisu | 136d9cb090f709a410f23d3138ab115b722066d2 | f351f693bffd50b5ae19656a7fcb7b52e01d6943 | refs/heads/master | 2020-04-11T09:56:32.106000 | 2017-01-12T14:01:12 | 2017-01-12T14:01:12 | 1,187,919 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,573 | sce | Main.sce | // main programm
//-----------------------------------------------//
path=get_absolute_file_path("scilab-src");
disp('HOME:'+path),
getd(path + "src/graphisme"); // pour charger un repertoire en entier
getd(path + "src/transformation");
getd(path + 'src/projectionPers');
getd(path + 'src/asserVisu');
getd(path + 'src/hrp2')
//-------------------------------------------------//
// Init Pose of the CoM
poseCom = [ 0 0 0 0 0 0 ];
wMcom = homogeneousMatrixFromPos(poseCom);
// link camera CoM
[comMc,comVc]=loadHRP2camCom();
// build the homogeneous matrix from the pose vector
disp("Initial Camera Position: ");
wMc = wMcom*comMc ;
//create 5 points
pose_cMo = [0.5 0 3 0 0 0];
cMo = homogeneousMatrixFromPos(pose_cMo);
oP = mire5points (0.5); // mire dans le repere mire
wMo = wMc*cMo;
wP = changeFrameMire(oP,wMo);
// compute the first projection on the view
p = projectMire(oP,inv(cMo));
// create the desired pose
pose_cdesMo = [0.05 0 1 0 30*%pi/180 0];
cdesMo = homogeneousMatrixFromPos(pose_cdesMo);
pdes = projectMire(oP,inv(cdesMo));
// camera des
wMcdes = wMo*inv(cdesMo);
// create the image plan
hf2d = createPlanImage(1,"Point 2D");
cote=0.002;
mire2DDraw(p,cote,3);
show_pixmap()
mire2DDraw(pdes,cote,5);
show_pixmap()
disp('This is the first point projection')
disp('Green : current one, Red Desired one')
//disp('Click to display the servoing')
//xclick;
hf = createFigure3D(2,"Camera Motion",1);
Camera3DDrawColor(0.1,wMc,3);// display the first camera
Camera3DDrawColor(0.1,wMcdes,5);// display the first camera
Mire3DDraw(wP);
show_pixmap()
|
ddba5c44cd88b0bd35119115b20cb8f28f785e70 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH14/EX14.8/Ex14_8.sce | 1e325357ac73c6c0532aaa3328371bce2f8f1a22 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 189 | sce | Ex14_8.sce | //example 14.8 PG-14.38
clc
clear
printf(" Given=> AB+ABC+AB(D+E) = AB(1+C+D+E) .......Distributive property\n\n")
printf(" AB+ABC+AB(D+E) = AB ........... Since A+1=1\n\n")
|
16e3b5112ca5537c0be1c4dd6d3a659b7f419ffd | 2cd8b0e4bbb07d439d7279a1b2e9125d94467388 | /scilab/Craziness.sci | 3456e473270e4878f26f46c293abca1d9c484898 | [] | no_license | edielsonpf/particle-swarm-optimization | 1887aa8045f78406f5249ef00ba920aee838be8e | 204602da90563c55530717439252543b4db3fa42 | refs/heads/master | 2023-02-06T08:38:24.921081 | 2021-05-26T08:26:36 | 2021-05-26T08:26:36 | 32,630,421 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 366 | sci | Craziness.sci | function x = Craziness(velocities)
[a,b] = size(velocities);
x = velocities;
for i=1:b
crazinessBird = rand();
if crazinessBird < 0.02
newVel = rand(3,1,"normal")*0.03;
x(1,i) = newVel(1);
x(2,i) = newVel(2);
x(3,i) = newVel(3);
end
end
endfunction
|
966ab07610122e4ed0ee92969e5c1fb02c79541d | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.5_18.tst | 7bfd45654228757b617191909bf15d2d33d636f8 | [] | 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 | 571,651 | tst | 5.5_18.tst | 5 10:1 31:1 554:1 572:1 799:1 821:1 826:1 883:2 886:1 1043:1 1398:1 1492:1 1684:2 1918:1 2085:1 2173:1 2197:1 2354:1 2393:1 2610:1 2727:1 2793:2 2849:1 3208:1 3491:1 3492:1 3644:1 3694:1 3845:1 3967:1 4115:1 4122:1 4136:1 4317:1 4571:1 4576:1 4610:1 4704:1 4874:1 4883:1 4939:1 5006:1 5449:1 5609:1 5713:1 6030:2 6062:1 6065:1 6222:1 6420:1 6847:1 6921:1 6923:1 6956:1 7610:1 7732:2 7756:2 7771:2 7937:1 7985:1 8213:4 8312:1 8416:1 8467:1 8570:1 8585:1 9004:1 9021:1 9029:1 9564:1 9631:1 9729:1 9781:1 9911:1 10160:1 10310:1 10455:1 10457:2 10467:1 10503:1 10633:1 10634:1 10709:1 10889:1 10922:1 11054:1 11072:1 11167:1 11196:1 11544:1 11640:1 11649:1 11689:1 11703:1 11786:1 12064:1 12208:1 12331:1 12662:1 12867:1 13067:1 13215:1 13519:1 13646:1 13792:1 13809:1 14213:2 14354:1 14516:1 14604:1 14892:1 14909:1 15012:1 15128:1 15355:1 15805:1 16041:1 16049:1 16051:1 16070:1 16078:1 16308:1 16373:1 16388:2 16540:1 16795:1 17243:1 17493:1 17582:1 17930:1 18045:1 18251:1 18300:1 18493:152 19175:1 19207:1 19541:1 19584:1 19833:1 19913:1 19998:1 20054:1 20056:1 20076:1 20174:1 20547:1 20658:1 21006:1 21012:1 21036:1 21293:1 21419:1 21523:1 21662:2 21668:1 21817:1 22048:1 22519:1 22561:1 22728:1 22904:1 22941:1 23097:1 23254:1 23313:1 23367:1 23582:1 23692:1 23737:1 24128:1 24451:1 24687:1 24693:1 24920:1 25309:1 25313:1 25527:1 25748:2 25782:1 25991:1 26266:2 26276:1 26527:1 26647:1 26964:1 27032:1 27068:1 27226:1 27240:2 27478:1 27501:1 27641:2 27663:1 27771:2 27988:1 28008:1 28593:1 28610:1 28668:1 28851:1 28854:1 28860:1
5 10:1 31:1 105:1 554:1 572:1 799:1 821:1 826:1 864:1 883:2 886:1 911:1 1043:1 1126:1 1288:1 1336:1 1398:1 1460:1 1492:1 1684:2 1918:1 2021:1 2045:1 2085:1 2168:1 2173:1 2197:1 2354:1 2393:1 2610:1 2727:1 2793:2 2849:1 3208:1 3353:1 3419:1 3491:2 3492:1 3493:1 3502:1 3644:1 3694:1 3785:1 3845:1 3904:1 3967:1 4115:1 4122:1 4136:1 4257:1 4317:1 4499:1 4571:1 4576:1 4610:1 4655:1 4704:1 4874:3 4883:1 4939:1 5006:2 5011:1 5394:1 5449:1 5599:1 5609:1 5713:1 5725:1 5921:1 6030:2 6062:1 6064:1 6065:2 6190:1 6192:1 6222:1 6223:1 6385:2 6394:1 6420:1 6847:1 6921:1 6923:1 6956:1 7154:1 7311:1 7324:1 7610:2 7732:2 7756:3 7771:2 7937:2 7985:1 8087:1 8213:4 8277:1 8312:2 8416:1 8467:1 8570:1 8585:1 8588:1 8607:1 8989:1 9004:1 9021:1 9029:1 9200:1 9367:1 9564:1 9631:1 9702:1 9729:1 9781:1 9911:1 9922:1 9969:1 10051:1 10061:1 10076:1 10126:1 10160:1 10245:1 10281:1 10310:2 10455:1 10457:2 10467:1 10503:1 10633:1 10634:1 10709:1 10711:1 10889:1 10922:1 10970:1 11054:1 11072:1 11167:1 11196:1 11250:1 11482:1 11544:1 11622:1 11640:2 11649:2 11689:1 11703:1 11713:1 11786:1 11801:1 12064:1 12069:1 12208:1 12331:1 12662:1 12769:1 12867:1 12961:1 13003:1 13025:1 13067:1 13215:1 13477:1 13519:1 13539:1 13555:1 13646:1 13694:1 13792:1 13809:1 14001:1 14104:1 14182:1 14209:1 14213:2 14228:1 14354:1 14516:1 14604:1 14892:1 14909:1 15012:1 15077:1 15128:1 15337:1 15355:1 15639:1 15716:1 15794:1 15805:1 16041:1 16049:1 16051:1 16070:1 16078:1 16308:1 16373:1 16388:2 16540:1 16795:1 16981:1 17014:1 17243:1 17493:1 17582:1 17930:1 18045:1 18097:1 18140:1 18251:1 18269:1 18300:1 18493:287 18564:1 19175:1 19207:1 19332:1 19335:1 19459:1 19541:1 19562:1 19584:1 19833:1 19913:5 19998:1 20019:1 20054:1 20056:1 20076:1 20077:1 20174:1 20215:1 20442:1 20456:1 20547:1 20608:1 20658:1 21006:1 21012:1 21036:1 21157:2 21293:1 21402:1 21419:2 21471:1 21523:1 21662:2 21668:2 21799:1 21817:1 21866:1 21958:1 21987:1 22048:2 22102:1 22519:1 22561:1 22728:1 22904:1 22941:1 23088:1 23097:1 23176:1 23230:2 23254:1 23313:1 23367:1 23510:1 23582:1 23692:1 23737:1 24062:1 24128:1 24200:1 24232:1 24338:2 24370:1 24451:1 24676:1 24687:1 24693:1 24920:1 25104:1 25135:1 25189:1 25309:1 25313:1 25365:1 25473:1 25527:1 25746:1 25748:2 25782:1 25991:1 26196:1 26266:2 26276:2 26430:1 26527:1 26647:1 26811:1 26822:1 26964:1 27032:1 27068:2 27209:1 27226:1 27234:1 27240:2 27478:1 27501:1 27551:1 27584:1 27641:3 27663:1 27714:1 27771:2 27957:1 27988:1 28008:1 28225:1 28428:1 28552:1 28593:1 28610:1 28668:1 28788:1 28794:1 28851:1 28854:1 28857:1 28860:1 28867:1
5 10:1 31:1 105:2 120:1 131:1 551:1 554:1 572:1 799:1 821:1 826:1 864:1 883:2 886:1 911:1 1043:1 1126:1 1288:1 1336:1 1398:1 1460:1 1492:1 1684:2 1918:1 2021:1 2045:2 2085:1 2123:1 2168:1 2173:1 2197:1 2206:1 2354:1 2393:1 2566:1 2578:1 2610:2 2727:1 2793:3 2849:2 3208:1 3353:1 3411:1 3419:1 3491:2 3492:1 3493:2 3502:1 3546:1 3582:1 3644:1 3694:1 3785:1 3845:1 3904:1 3967:1 4115:1 4122:1 4136:1 4257:1 4317:1 4364:1 4451:1 4499:1 4571:1 4576:1 4610:1 4655:1 4704:1 4813:1 4874:4 4883:1 4939:1 5006:2 5011:1 5025:1 5052:1 5394:1 5449:1 5599:1 5609:1 5713:1 5725:1 5921:1 6017:1 6030:2 6062:1 6064:1 6065:2 6190:1 6192:1 6222:1 6223:1 6224:1 6385:2 6394:1 6420:1 6702:1 6847:1 6914:1 6921:1 6923:1 6956:1 7154:1 7170:1 7311:1 7322:1 7324:1 7610:2 7732:2 7756:4 7771:3 7772:1 7890:1 7937:3 7985:1 8041:1 8087:1 8213:5 8277:1 8312:2 8384:1 8416:1 8453:1 8467:1 8568:1 8570:1 8584:1 8585:1 8588:1 8607:1 8648:1 8989:1 9004:1 9021:1 9029:1 9193:1 9200:1 9367:1 9564:1 9631:1 9702:1 9729:1 9781:1 9911:1 9922:1 9969:1 10051:1 10061:1 10076:1 10126:1 10160:1 10245:1 10281:1 10296:1 10310:2 10455:1 10457:2 10467:1 10503:1 10633:1 10634:1 10709:1 10711:1 10889:1 10922:1 10947:1 10970:1 11054:1 11072:1 11167:1 11196:1 11250:1 11482:1 11495:1 11544:1 11622:1 11640:3 11649:3 11689:2 11703:1 11713:1 11786:1 11801:1 11861:1 11916:1 12064:1 12069:1 12208:1 12331:1 12662:1 12769:1 12867:1 12961:1 13003:1 13025:1 13067:1 13215:1 13477:1 13519:1 13539:1 13555:1 13646:1 13694:1 13765:1 13792:1 13809:1 13990:1 14001:1 14104:1 14182:1 14209:1 14213:2 14228:1 14354:1 14516:1 14604:1 14892:1 14909:1 15012:1 15077:1 15128:1 15337:1 15355:1 15639:1 15716:1 15794:1 15805:1 15945:1 16041:1 16049:1 16051:1 16061:1 16070:1 16078:1 16209:1 16308:1 16373:1 16388:2 16540:2 16795:1 16981:1 17014:1 17243:1 17493:1 17582:1 17919:1 17930:1 18045:1 18097:1 18140:1 18251:1 18269:1 18300:1 18493:322 18564:1 19175:1 19207:1 19217:1 19332:1 19335:1 19368:1 19459:1 19541:1 19562:2 19584:2 19833:1 19913:7 19998:1 20019:1 20054:1 20056:1 20076:2 20077:1 20174:1 20215:1 20442:1 20456:1 20547:1 20608:1 20658:1 21006:1 21012:1 21036:1 21157:2 21293:1 21402:1 21419:2 21471:1 21523:1 21641:1 21662:2 21668:2 21733:1 21799:1 21817:1 21866:1 21958:1 21987:1 22048:2 22102:1 22519:2 22561:1 22728:1 22904:1 22941:1 23088:1 23090:1 23097:1 23101:1 23176:1 23230:2 23254:1 23313:1 23367:1 23510:1 23582:1 23692:1 23737:1 24062:1 24128:1 24200:1 24232:2 24338:2 24370:1 24451:1 24502:1 24676:1 24687:1 24693:1 24920:1 25104:1 25135:1 25189:1 25309:1 25313:1 25365:1 25473:1 25527:1 25541:1 25746:1 25748:2 25756:1 25782:1 25991:1 26196:1 26266:2 26276:2 26430:1 26527:1 26647:1 26778:1 26811:1 26822:1 26964:1 27032:1 27068:2 27149:1 27209:1 27226:1 27234:1 27240:2 27478:1 27501:1 27551:1 27584:1 27641:6 27663:1 27714:1 27771:2 27957:1 27988:1 28008:1 28162:1 28225:1 28428:1 28552:1 28593:1 28610:1 28668:1 28788:1 28794:2 28851:1 28854:1 28857:1 28860:1 28867:1
5 10:1 31:1 105:2 120:1 131:1 175:2 527:1 551:1 554:1 572:1 799:2 821:1 826:1 844:1 864:1 883:3 886:1 911:2 936:1 1043:1 1099:1 1126:1 1175:1 1288:1 1307:1 1336:1 1398:1 1424:1 1460:1 1475:1 1492:1 1684:2 1693:1 1918:1 2021:1 2042:1 2045:2 2085:1 2123:1 2168:1 2173:1 2197:1 2206:1 2354:1 2375:1 2393:1 2467:1 2566:1 2578:1 2610:2 2727:1 2793:3 2849:2 2904:2 3129:1 3208:1 3353:1 3411:1 3419:1 3482:1 3491:2 3492:1 3493:3 3502:1 3520:1 3546:1 3582:2 3644:2 3655:1 3694:1 3744:1 3763:1 3785:1 3806:1 3845:1 3899:1 3904:1 3922:1 3967:1 4115:1 4122:1 4136:1 4157:1 4257:1 4317:1 4364:1 4451:1 4499:1 4504:1 4569:1 4571:1 4576:1 4610:1 4655:1 4703:1 4704:1 4813:1 4874:4 4883:1 4939:1 4993:1 5006:2 5011:1 5025:1 5052:1 5069:1 5293:1 5377:1 5394:1 5449:1 5474:1 5599:1 5609:1 5713:1 5725:1 5762:1 5921:1 6017:1 6024:1 6030:2 6062:1 6064:1 6065:3 6098:1 6112:1 6190:1 6192:1 6222:1 6223:1 6224:1 6385:2 6394:1 6420:1 6675:1 6702:1 6847:1 6914:1 6921:1 6923:1 6956:1 6981:2 7154:1 7170:1 7311:1 7322:1 7324:1 7559:1 7610:2 7732:3 7756:4 7771:3 7772:1 7890:1 7937:3 7965:1 7985:1 8041:1 8087:1 8213:8 8277:1 8310:1 8312:3 8384:1 8416:1 8453:1 8467:1 8563:1 8566:1 8568:1 8570:1 8584:1 8585:1 8588:1 8607:1 8628:1 8648:1 8789:1 8928:1 8989:1 8998:1 9004:1 9021:1 9029:1 9193:1 9200:1 9367:1 9564:1 9631:1 9702:1 9729:1 9781:1 9833:2 9911:1 9917:2 9922:1 9969:1 10051:1 10061:1 10076:1 10080:1 10126:1 10160:1 10176:1 10245:1 10281:1 10296:1 10305:2 10310:2 10355:1 10455:1 10457:2 10467:1 10475:1 10503:1 10633:1 10634:1 10709:1 10711:1 10889:1 10922:1 10947:1 10970:1 11054:1 11072:1 11167:1 11196:1 11250:1 11482:1 11495:1 11544:1 11622:1 11640:3 11649:3 11689:2 11703:1 11713:1 11724:1 11774:1 11786:1 11801:1 11861:1 11916:1 12064:1 12069:1 12197:1 12208:1 12331:1 12662:1 12769:1 12788:1 12867:1 12961:1 13003:1 13025:1 13067:1 13085:1 13215:1 13405:1 13477:1 13519:1 13539:1 13555:1 13646:1 13694:1 13765:1 13792:1 13809:1 13927:1 13990:1 14001:1 14104:1 14115:1 14180:1 14182:1 14209:1 14213:2 14215:1 14228:1 14285:1 14354:1 14516:1 14604:1 14628:1 14892:1 14909:1 15012:1 15077:1 15128:1 15136:1 15221:1 15337:1 15355:1 15528:2 15577:1 15639:1 15716:1 15794:1 15805:1 15901:1 15941:1 15945:1 16041:1 16049:1 16050:1 16051:1 16053:1 16061:1 16065:1 16070:1 16078:1 16103:1 16209:1 16288:1 16308:1 16373:1 16388:2 16398:1 16540:2 16795:1 16981:1 17014:1 17084:1 17243:2 17493:1 17582:1 17919:1 17930:1 17960:1 18045:1 18055:1 18097:1 18140:1 18251:2 18269:1 18300:1 18493:439 18498:1 18564:1 18893:1 19175:1 19207:1 19217:1 19332:1 19335:1 19368:1 19459:1 19541:1 19562:2 19584:2 19597:1 19701:1 19833:1 19842:1 19913:8 19957:1 19998:1 20019:1 20054:1 20056:1 20076:2 20077:1 20168:1 20171:1 20173:1 20174:1 20215:1 20228:1 20247:1 20442:1 20454:1 20456:1 20547:1 20550:1 20608:1 20658:1 21006:1 21012:1 21036:2 21066:1 21082:1 21157:2 21293:1 21339:1 21402:1 21405:1 21419:4 21471:1 21523:1 21641:1 21662:2 21668:2 21733:1 21799:1 21817:1 21866:1 21958:1 21987:1 22048:2 22050:1 22102:2 22108:1 22262:1 22368:1 22519:2 22561:1 22670:1 22688:1 22728:1 22904:1 22932:1 22941:1 23005:1 23028:1 23057:1 23088:1 23090:1 23097:1 23101:1 23176:1 23230:2 23254:1 23280:1 23313:1 23336:1 23367:1 23510:1 23582:1 23688:1 23692:1 23737:1 23751:1 23818:1 23825:1 23979:1 24062:1 24128:1 24200:1 24232:2 24338:2 24370:1 24451:1 24463:1 24502:1 24676:1 24687:1 24693:1 24909:1 24914:1 24920:1 24930:1 25036:1 25056:1 25104:1 25135:1 25189:1 25204:1 25309:1 25313:1 25365:1 25473:1 25527:1 25541:1 25642:1 25647:1 25690:1 25746:1 25748:2 25756:1 25782:2 25991:1 26129:1 26196:1 26266:2 26276:2 26430:1 26527:1 26647:1 26724:1 26762:1 26778:1 26811:1 26822:1 26939:1 26944:1 26964:1 26972:2 27017:1 27032:1 27068:2 27149:1 27195:1 27209:2 27226:1 27234:1 27240:2 27452:1 27478:1 27501:1 27551:1 27584:1 27641:8 27663:1 27714:1 27771:2 27957:1 27988:1 28008:1 28162:1 28225:1 28428:1 28552:1 28593:1 28610:1 28668:1 28788:1 28794:2 28851:1 28854:1 28857:1 28860:1 28867:1 28923:1 28938:1
5 10:1 31:1 105:2 120:1 131:1 175:2 208:1 272:1 419:1 527:1 551:1 554:1 572:2 679:1 799:2 821:1 826:1 844:1 853:1 864:1 882:1 883:3 886:1 911:2 936:2 1043:1 1099:1 1126:1 1175:1 1288:1 1307:1 1336:1 1398:1 1424:1 1442:1 1446:1 1460:1 1475:1 1492:1 1684:2 1693:1 1801:1 1918:1 1951:1 2021:1 2042:1 2045:2 2085:1 2123:1 2168:1 2173:1 2178:1 2187:2 2197:1 2206:1 2354:1 2375:1 2393:1 2467:1 2550:1 2566:1 2578:1 2610:2 2676:1 2727:1 2793:5 2849:2 2904:2 3006:1 3038:1 3129:1 3208:1 3353:1 3371:1 3411:1 3419:1 3482:1 3491:2 3492:1 3493:3 3502:1 3520:1 3546:1 3582:2 3644:3 3655:1 3694:1 3744:1 3763:1 3785:1 3806:1 3845:1 3899:1 3904:1 3922:1 3967:1 4115:1 4122:1 4136:1 4157:1 4257:1 4259:1 4317:1 4364:1 4447:1 4451:1 4499:1 4504:1 4569:1 4571:1 4576:1 4610:1 4655:1 4703:1 4704:1 4813:1 4874:4 4883:1 4939:1 4993:1 5006:2 5011:1 5025:1 5052:1 5069:1 5200:1 5293:1 5377:1 5394:1 5449:1 5460:1 5474:1 5595:1 5599:1 5609:1 5687:1 5713:1 5725:1 5762:1 5905:1 5921:1 5935:1 6017:1 6024:1 6030:2 6051:1 6062:1 6064:1 6065:3 6098:1 6112:1 6190:1 6192:1 6222:1 6223:1 6224:1 6385:2 6394:1 6420:1 6675:1 6702:1 6813:1 6847:1 6914:1 6921:1 6923:1 6956:1 6980:1 6981:3 7154:2 7170:1 7305:1 7311:1 7322:1 7324:1 7484:1 7539:1 7559:1 7599:1 7610:2 7699:1 7732:3 7756:6 7771:5 7772:1 7890:1 7937:3 7965:1 7985:1 8041:1 8087:1 8111:1 8213:10 8277:1 8310:1 8312:4 8384:1 8416:1 8453:1 8467:2 8563:1 8566:1 8568:1 8570:1 8580:1 8584:1 8585:1 8588:1 8607:1 8628:1 8648:1 8789:1 8823:1 8928:1 8989:1 8998:1 9004:1 9021:1 9029:1 9140:1 9193:1 9200:1 9242:1 9254:1 9367:1 9413:1 9564:1 9631:1 9647:1 9702:1 9729:1 9739:1 9781:1 9833:2 9911:1 9917:2 9922:1 9969:1 10051:1 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10176:1 10245:2 10281:1 10296:1 10305:3 10310:2 10355:1 10455:1 10457:2 10467:1 10475:1 10503:1 10633:1 10634:1 10652:1 10709:1 10711:1 10889:1 10922:1 10947:1 10970:1 11054:1 11072:1 11144:1 11167:1 11196:1 11250:1 11420:1 11482:1 11485:1 11495:1 11544:1 11622:1 11640:3 11649:3 11689:2 11703:1 11713:1 11724:1 11752:1 11774:1 11786:1 11801:1 11861:1 11916:1 12026:1 12064:1 12069:1 12107:1 12197:1 12208:1 12331:1 12332:1 12518:1 12662:1 12671:1 12769:1 12788:1 12867:1 12961:1 13001:1 13003:2 13025:1 13067:1 13085:1 13180:1 13215:1 13247:1 13249:1 13405:1 13477:1 13519:1 13539:1 13555:1 13635:1 13646:1 13694:1 13716:1 13724:1 13765:1 13792:1 13809:1 13927:1 13990:1 14001:1 14104:1 14115:1 14180:1 14182:1 14209:1 14213:2 14215:1 14228:1 14285:1 14354:1 14516:1 14604:1 14619:1 14628:1 14724:1 14748:1 14892:1 14909:1 15012:1 15074:1 15077:1 15128:1 15136:1 15189:1 15221:1 15337:1 15355:1 15528:2 15546:1 15577:1 15639:1 15642:1 15716:1 15794:1 15805:1 15901:1 15924:1 15941:1 15945:1 16041:1 16045:1 16049:1 16050:2 16051:1 16053:1 16061:1 16065:1 16070:1 16078:1 16103:1 16175:1 16209:1 16288:1 16308:1 16373:1 16388:2 16398:1 16540:2 16722:1 16795:1 16915:1 16981:1 17014:1 17084:2 17121:1 17243:2 17317:1 17493:1 17582:1 17595:1 17660:1 17795:1 17919:1 17930:1 17960:1 18045:1 18055:1 18097:1 18140:1 18251:2 18269:1 18300:1 18464:1 18493:515 18498:1 18564:1 18893:1 19009:1 19175:1 19207:1 19217:1 19332:1 19335:1 19368:1 19379:1 19421:1 19459:1 19541:1 19562:2 19584:2 19597:2 19701:1 19817:1 19833:1 19842:1 19844:1 19913:9 19957:1 19995:1 19998:1 20019:1 20054:1 20056:1 20076:2 20077:1 20168:1 20171:2 20173:1 20174:1 20215:1 20228:1 20235:1 20247:1 20442:1 20454:1 20456:1 20522:1 20547:1 20550:1 20608:1 20658:1 20852:1 21006:1 21012:1 21036:3 21066:1 21069:1 21082:1 21157:2 21224:1 21293:1 21339:1 21402:1 21405:1 21419:5 21471:1 21523:1 21641:1 21652:1 21662:2 21668:2 21733:1 21765:1 21799:1 21817:1 21866:1 21956:1 21958:1 21987:1 22048:2 22050:2 22102:2 22108:1 22262:1 22368:1 22478:1 22506:1 22511:1 22519:2 22561:1 22564:1 22670:1 22688:1 22728:1 22904:1 22932:1 22941:1 22947:1 23005:1 23028:1 23057:1 23088:1 23090:1 23097:1 23101:1 23176:1 23230:2 23254:1 23280:1 23313:1 23336:1 23367:1 23461:1 23510:1 23582:1 23608:1 23659:1 23688:1 23692:1 23737:1 23747:1 23751:1 23795:1 23818:1 23825:1 23979:1 24062:1 24128:1 24200:1 24232:2 24338:2 24370:1 24451:1 24452:1 24463:1 24502:1 24676:1 24687:1 24693:1 24909:1 24914:1 24920:1 24927:1 24930:1 25036:1 25056:2 25104:1 25135:1 25189:1 25204:1 25309:1 25313:2 25331:1 25365:1 25473:1 25507:1 25527:1 25541:1 25642:1 25647:1 25690:1 25746:1 25748:2 25756:3 25782:2 25824:1 25931:1 25991:1 26061:1 26121:1 26129:1 26196:1 26266:2 26276:2 26430:1 26527:1 26647:1 26724:1 26762:1 26778:1 26811:1 26822:1 26939:1 26944:1 26964:1 26972:2 27017:1 27032:1 27068:2 27149:1 27160:1 27195:1 27209:2 27226:1 27234:1 27240:2 27294:1 27452:1 27478:1 27501:1 27551:1 27584:1 27641:9 27663:1 27673:2 27714:1 27771:2 27911:1 27957:1 27988:1 28008:1 28162:1 28225:1 28362:1 28428:1 28552:1 28593:1 28610:1 28668:1 28788:1 28794:2 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 31:2 105:2 120:1 131:1 142:1 175:2 208:1 272:1 281:1 419:1 527:1 551:1 554:1 569:1 572:2 580:1 679:1 799:2 821:1 826:1 842:2 844:2 853:1 864:1 882:1 883:3 886:1 911:2 936:2 1043:1 1099:1 1126:1 1145:1 1175:1 1288:1 1307:1 1336:1 1398:1 1424:1 1442:1 1446:1 1460:1 1475:1 1492:1 1529:1 1684:2 1693:1 1801:1 1918:1 1951:1 2021:1 2042:1 2045:3 2085:1 2123:1 2168:1 2173:1 2175:1 2178:1 2187:2 2197:2 2206:1 2354:1 2375:1 2393:1 2467:1 2550:1 2566:1 2578:1 2610:2 2676:1 2677:1 2727:1 2793:5 2802:1 2849:2 2865:1 2904:2 3006:1 3038:1 3110:1 3129:1 3208:1 3353:1 3371:1 3411:1 3419:1 3482:1 3491:2 3492:1 3493:3 3502:1 3520:1 3533:1 3546:1 3582:2 3644:3 3655:1 3694:1 3744:1 3763:1 3785:1 3806:1 3845:1 3862:1 3899:1 3904:1 3922:1 3967:2 4115:1 4122:1 4136:1 4157:1 4257:1 4259:1 4317:1 4364:1 4447:1 4451:1 4499:1 4504:1 4569:1 4571:1 4576:1 4610:1 4614:1 4655:1 4703:1 4704:1 4729:1 4813:1 4874:4 4883:1 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:2 5032:1 5035:1 5052:1 5069:1 5162:1 5200:2 5275:1 5293:1 5308:1 5377:1 5394:1 5449:1 5460:1 5474:1 5595:1 5598:1 5599:1 5609:1 5687:1 5713:1 5725:1 5762:1 5905:1 5921:1 5935:1 6017:1 6024:1 6030:2 6051:1 6062:1 6064:1 6065:3 6098:1 6112:1 6190:1 6192:1 6222:1 6223:1 6224:1 6385:2 6394:1 6420:1 6513:1 6675:1 6702:1 6716:1 6813:1 6847:1 6859:1 6885:1 6914:1 6921:1 6923:1 6956:1 6980:1 6981:4 7154:2 7170:1 7250:1 7305:1 7311:1 7322:1 7324:1 7484:1 7539:1 7559:1 7576:1 7599:1 7610:2 7699:1 7732:3 7756:7 7771:6 7772:1 7890:1 7937:3 7965:1 7985:1 8041:1 8087:1 8111:1 8213:10 8277:1 8310:1 8312:5 8384:1 8416:1 8453:1 8467:2 8563:1 8566:1 8568:1 8570:1 8580:1 8584:1 8585:1 8588:1 8589:1 8607:1 8628:1 8648:2 8675:1 8736:1 8789:1 8823:1 8928:1 8989:1 8998:1 9004:1 9021:1 9029:1 9140:1 9162:1 9193:1 9200:1 9242:2 9254:1 9350:1 9355:1 9367:1 9413:1 9564:1 9631:1 9647:1 9702:1 9729:1 9739:1 9781:1 9833:2 9911:1 9917:2 9922:1 9969:1 10051:1 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10176:1 10212:1 10245:2 10281:1 10296:1 10305:4 10310:2 10355:1 10455:1 10457:2 10467:1 10475:1 10503:1 10633:1 10634:1 10652:2 10662:1 10709:1 10711:1 10716:1 10783:2 10889:1 10922:1 10947:1 10970:1 11054:1 11072:1 11094:1 11144:1 11167:1 11196:1 11250:1 11351:1 11388:1 11420:1 11482:1 11485:1 11495:1 11544:1 11622:1 11640:3 11649:3 11652:1 11689:2 11703:1 11713:1 11724:1 11752:1 11774:1 11786:1 11801:1 11805:1 11837:1 11861:1 11916:2 11957:1 11969:1 12026:1 12064:1 12069:1 12101:1 12107:1 12197:1 12208:1 12331:1 12332:1 12518:1 12566:1 12662:1 12671:1 12728:1 12763:1 12769:1 12787:1 12788:1 12854:1 12867:1 12925:1 12961:1 13001:1 13003:2 13025:1 13067:1 13085:1 13180:1 13188:1 13215:1 13245:1 13247:1 13249:1 13305:1 13405:1 13477:1 13518:1 13519:1 13539:1 13555:1 13635:1 13646:1 13694:1 13716:1 13724:1 13765:1 13792:1 13809:1 13927:2 13965:1 13990:1 14001:1 14104:1 14115:1 14180:1 14182:1 14209:1 14213:2 14215:1 14228:1 14285:1 14354:1 14516:1 14604:1 14619:2 14628:1 14722:1 14724:1 14748:1 14873:1 14892:1 14907:1 14909:1 15012:1 15074:1 15077:1 15128:1 15136:1 15142:1 15189:1 15221:1 15278:1 15337:1 15355:1 15362:1 15511:1 15528:2 15546:1 15577:1 15639:1 15642:1 15666:1 15716:1 15794:1 15795:1 15805:1 15901:1 15924:1 15941:1 15945:1 16041:1 16045:1 16049:1 16050:2 16051:1 16053:1 16061:1 16065:1 16070:1 16078:1 16103:1 16155:1 16175:1 16192:1 16209:1 16272:1 16288:1 16308:1 16373:1 16388:2 16398:1 16540:2 16722:1 16795:1 16915:1 16981:1 16988:1 17014:1 17084:2 17121:1 17235:1 17243:2 17317:2 17374:1 17473:1 17493:1 17582:1 17595:1 17660:1 17748:1 17795:1 17864:1 17888:1 17919:1 17930:1 17960:1 18045:1 18055:1 18097:1 18140:1 18251:2 18269:1 18300:1 18364:1 18464:1 18493:592 18498:1 18564:1 18726:1 18858:1 18893:1 19009:2 19148:1 19175:1 19207:1 19217:1 19332:1 19335:1 19368:1 19379:1 19421:2 19459:1 19506:1 19541:1 19562:2 19584:2 19597:3 19676:1 19701:1 19812:1 19817:1 19833:1 19842:1 19844:1 19913:9 19957:2 19995:1 19998:1 20000:1 20019:1 20054:1 20056:1 20076:2 20077:1 20157:1 20160:1 20168:1 20171:2 20173:1 20174:1 20215:1 20228:1 20235:1 20247:1 20442:1 20454:1 20456:1 20500:1 20522:1 20547:1 20550:1 20608:1 20658:1 20728:1 20852:1 21002:1 21006:1 21012:2 21021:1 21036:3 21066:1 21069:1 21082:1 21157:2 21165:1 21224:1 21245:1 21293:1 21339:1 21356:1 21402:1 21405:1 21419:6 21471:1 21523:1 21641:1 21652:1 21662:2 21668:2 21733:2 21765:1 21799:1 21802:1 21817:2 21854:1 21861:1 21866:1 21882:1 21901:1 21956:1 21958:1 21987:1 22018:1 22048:2 22050:2 22102:2 22108:2 22188:1 22262:1 22368:1 22478:1 22506:1 22511:1 22519:2 22561:1 22564:1 22639:1 22670:1 22688:1 22728:1 22786:1 22801:1 22904:1 22932:1 22941:1 22947:1 23005:2 23028:1 23057:1 23088:1 23090:1 23097:1 23101:1 23176:1 23230:2 23253:1 23254:1 23258:1 23280:1 23313:1 23336:1 23367:1 23461:1 23510:1 23516:1 23582:1 23608:1 23659:1 23688:1 23692:1 23737:1 23747:1 23751:1 23795:1 23818:1 23825:1 23916:1 23963:1 23979:1 24062:1 24128:1 24200:1 24232:2 24245:1 24257:1 24338:2 24370:1 24447:1 24451:1 24452:1 24463:1 24492:1 24502:1 24625:1 24676:1 24687:1 24693:1 24871:1 24909:1 24914:1 24920:1 24927:1 24930:1 24969:1 25036:1 25056:2 25104:1 25135:1 25189:1 25196:1 25204:1 25309:1 25313:2 25331:1 25365:1 25473:1 25507:1 25527:1 25541:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25782:2 25824:1 25842:1 25931:1 25956:1 25991:1 26061:1 26121:1 26129:1 26165:1 26196:1 26240:1 26266:2 26276:2 26430:1 26527:1 26599:1 26647:1 26724:1 26762:1 26778:1 26783:1 26811:1 26819:1 26822:1 26939:1 26944:1 26964:1 26972:2 26976:1 27017:1 27032:1 27068:2 27149:1 27160:1 27195:1 27209:2 27226:1 27234:1 27240:2 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27641:10 27663:1 27673:2 27714:1 27771:2 27874:1 27911:1 27957:1 27988:1 28008:1 28162:1 28225:1 28362:1 28428:1 28552:1 28593:1 28610:1 28668:1 28719:1 28788:1 28794:2 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 31:2 105:3 120:2 131:1 142:1 175:2 208:1 272:1 281:1 309:2 345:1 419:1 527:1 551:1 554:1 569:1 572:2 580:2 679:1 799:3 814:1 821:1 826:1 842:2 844:2 853:1 864:1 877:1 882:1 883:3 886:1 900:1 911:2 936:2 1043:1 1099:1 1126:1 1145:1 1175:1 1187:1 1287:1 1288:1 1307:1 1336:1 1398:1 1424:1 1442:1 1446:1 1460:1 1475:2 1492:1 1529:1 1684:2 1693:1 1801:1 1918:1 1951:1 1968:1 2021:1 2042:1 2045:3 2085:1 2103:1 2123:1 2168:1 2170:1 2173:1 2175:1 2178:1 2187:2 2197:2 2206:1 2313:1 2354:1 2375:1 2393:1 2467:1 2550:1 2554:1 2566:1 2578:1 2607:1 2610:2 2676:1 2677:1 2727:1 2735:1 2793:5 2802:1 2849:2 2865:1 2894:1 2904:2 3006:1 3038:1 3110:1 3129:1 3208:1 3353:1 3364:3 3365:1 3370:1 3371:1 3411:2 3419:1 3482:1 3488:1 3491:2 3492:1 3493:3 3502:1 3520:1 3533:1 3546:1 3582:2 3644:3 3648:1 3655:1 3694:1 3701:1 3744:1 3763:1 3785:1 3806:1 3845:1 3862:1 3890:1 3899:1 3904:1 3922:1 3949:1 3967:2 4115:1 4122:1 4136:1 4157:1 4257:1 4259:1 4287:1 4297:1 4306:1 4317:1 4364:1 4447:1 4451:1 4499:1 4504:1 4569:2 4571:1 4576:1 4610:1 4614:1 4655:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:4 4883:1 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:3 5032:1 5035:1 5052:1 5069:1 5112:1 5162:1 5200:2 5274:1 5275:1 5293:1 5308:1 5377:1 5394:1 5449:1 5460:1 5474:1 5549:3 5595:1 5598:1 5599:1 5602:2 5609:1 5687:1 5713:1 5725:1 5762:1 5905:1 5921:1 5935:1 6017:2 6024:1 6030:2 6051:1 6062:1 6064:1 6065:3 6098:1 6112:1 6190:1 6192:1 6222:1 6223:1 6224:1 6385:2 6394:1 6420:1 6513:1 6675:1 6702:1 6716:1 6813:1 6847:1 6859:1 6885:2 6914:1 6921:1 6923:1 6956:1 6980:1 6981:4 7061:1 7083:1 7090:1 7127:1 7154:2 7170:1 7250:1 7287:1 7305:1 7311:1 7322:1 7324:1 7375:1 7446:1 7460:1 7484:1 7539:1 7559:1 7576:1 7599:1 7610:2 7699:1 7732:3 7756:8 7771:6 7772:1 7889:1 7890:1 7937:3 7965:1 7985:1 8041:2 8087:1 8111:1 8178:1 8213:12 8277:1 8310:1 8312:6 8384:1 8416:1 8447:1 8453:2 8467:2 8563:1 8566:1 8568:1 8570:2 8580:1 8584:1 8585:1 8588:1 8589:1 8607:1 8628:1 8648:2 8675:1 8718:1 8736:1 8789:1 8823:1 8847:1 8928:1 8989:1 8998:1 9004:1 9021:1 9029:1 9140:1 9162:1 9193:1 9200:1 9242:2 9254:1 9350:1 9355:2 9367:1 9413:1 9564:1 9631:1 9647:1 9702:1 9729:1 9739:1 9781:1 9816:1 9833:2 9911:1 9917:2 9922:1 9969:1 10051:1 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10176:1 10212:1 10237:1 10245:3 10271:1 10281:1 10286:1 10296:1 10305:4 10310:3 10312:1 10355:1 10455:1 10457:2 10467:1 10475:1 10503:1 10594:1 10633:1 10634:1 10652:2 10662:1 10708:1 10709:1 10711:1 10716:1 10783:2 10889:1 10920:1 10922:1 10947:1 10970:2 10987:1 11054:1 11072:1 11092:2 11094:1 11144:1 11167:1 11196:1 11250:1 11301:1 11351:1 11388:1 11411:1 11420:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11622:1 11640:3 11649:3 11652:1 11689:3 11703:1 11713:1 11724:1 11752:1 11774:1 11786:1 11801:1 11805:1 11837:1 11861:1 11916:3 11918:3 11957:1 11969:1 12026:1 12064:1 12069:1 12101:1 12107:1 12197:1 12208:1 12331:1 12332:1 12518:1 12557:1 12566:1 12585:2 12631:1 12657:1 12662:1 12671:1 12683:1 12726:1 12728:1 12738:2 12744:1 12763:1 12769:1 12787:1 12788:1 12854:1 12867:1 12916:1 12921:1 12925:1 12961:1 13001:1 13003:2 13015:1 13025:1 13028:1 13067:1 13085:1 13180:2 13188:1 13215:1 13245:1 13247:1 13249:1 13305:1 13405:2 13477:1 13518:1 13519:1 13539:1 13555:1 13635:1 13646:1 13694:1 13716:1 13724:1 13765:1 13784:1 13792:1 13809:1 13869:3 13927:3 13965:1 13990:1 14001:1 14104:1 14115:1 14149:1 14180:1 14182:1 14209:1 14213:2 14215:1 14228:1 14285:1 14354:1 14400:1 14438:1 14516:1 14604:1 14619:2 14628:1 14673:1 14704:1 14722:1 14724:1 14748:1 14853:1 14873:1 14892:1 14907:1 14909:1 15012:1 15024:1 15074:1 15077:1 15128:1 15136:1 15142:1 15189:1 15217:1 15221:1 15251:1 15278:1 15337:1 15355:1 15362:1 15423:1 15511:1 15528:2 15545:1 15546:1 15577:1 15602:1 15639:1 15642:1 15655:1 15666:1 15716:1 15793:1 15794:1 15795:1 15805:1 15866:1 15901:3 15924:1 15941:1 15945:1 16041:1 16045:1 16048:1 16049:2 16050:2 16051:1 16053:1 16061:1 16065:1 16070:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16272:1 16288:1 16308:1 16360:1 16373:1 16388:2 16398:1 16540:2 16722:1 16795:1 16915:1 16981:1 16988:1 17014:1 17063:1 17079:1 17084:2 17121:1 17235:1 17243:3 17317:2 17374:1 17458:1 17473:1 17493:1 17571:1 17582:1 17595:1 17660:1 17748:1 17749:2 17795:1 17864:1 17888:1 17893:1 17919:2 17930:1 17960:1 18045:1 18055:1 18097:1 18103:1 18140:1 18251:3 18269:1 18300:1 18364:1 18464:1 18493:672 18498:1 18564:1 18604:1 18686:1 18726:1 18858:1 18893:1 19009:2 19148:1 19175:1 19207:1 19217:1 19332:1 19335:1 19368:1 19379:1 19420:1 19421:2 19459:1 19506:1 19541:1 19562:3 19584:2 19597:5 19600:1 19605:1 19676:1 19701:1 19812:1 19817:1 19833:1 19842:1 19844:1 19913:15 19957:3 19995:1 19998:1 20000:1 20019:1 20054:1 20056:1 20076:2 20077:1 20153:1 20157:1 20160:1 20168:1 20171:2 20173:1 20174:1 20215:1 20228:1 20235:1 20247:1 20411:1 20442:1 20454:1 20456:1 20500:1 20522:1 20547:1 20550:1 20608:1 20622:1 20658:1 20728:1 20735:1 20852:1 20881:1 21002:1 21006:1 21012:2 21021:1 21036:3 21066:1 21069:1 21082:1 21157:2 21165:1 21224:1 21245:1 21257:1 21286:1 21293:1 21339:1 21356:1 21402:1 21405:1 21419:7 21471:1 21481:1 21523:1 21525:1 21530:1 21565:1 21607:1 21641:1 21652:1 21662:2 21668:2 21692:1 21733:3 21765:1 21799:1 21802:1 21817:2 21854:1 21861:1 21866:1 21882:1 21894:1 21901:1 21956:1 21958:1 21987:1 22018:1 22048:2 22050:4 22102:2 22108:2 22139:1 22176:1 22188:1 22224:1 22262:1 22310:1 22368:1 22449:1 22478:1 22506:1 22511:1 22519:2 22561:1 22564:1 22639:1 22647:1 22670:1 22688:1 22707:1 22714:2 22728:1 22786:1 22801:1 22904:1 22932:1 22941:1 22947:1 23005:2 23028:1 23057:1 23088:1 23090:1 23097:1 23101:1 23176:1 23187:1 23230:2 23253:1 23254:1 23258:1 23262:1 23280:1 23313:1 23336:1 23367:1 23453:1 23461:1 23510:1 23516:1 23582:1 23608:1 23659:1 23688:1 23692:1 23737:1 23747:1 23751:1 23795:1 23818:1 23825:1 23872:1 23881:1 23916:1 23963:1 23979:1 24031:1 24062:1 24128:1 24150:1 24200:1 24218:1 24229:1 24232:3 24234:1 24245:1 24253:1 24257:1 24338:2 24370:1 24447:1 24451:1 24452:1 24463:1 24492:1 24502:1 24507:1 24625:1 24676:2 24687:1 24693:1 24871:1 24909:1 24914:1 24920:1 24927:1 24930:1 24969:1 25036:1 25056:2 25104:1 25135:1 25189:1 25196:1 25204:1 25309:1 25313:2 25331:1 25365:1 25394:1 25453:1 25473:1 25507:1 25527:1 25541:1 25601:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25782:3 25824:1 25842:1 25876:1 25931:1 25945:1 25956:1 25991:1 26061:1 26121:1 26129:1 26165:1 26196:1 26240:1 26266:2 26276:2 26418:1 26430:1 26527:1 26599:1 26647:1 26707:1 26724:1 26762:1 26778:1 26783:1 26811:1 26819:1 26822:1 26939:1 26942:1 26944:1 26964:1 26972:2 26976:1 27017:1 27032:1 27044:1 27068:2 27149:1 27160:1 27195:1 27209:2 27226:1 27234:1 27240:2 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27596:1 27641:11 27663:1 27673:2 27714:1 27771:2 27874:1 27911:1 27957:1 27988:1 28008:1 28162:1 28225:1 28362:1 28428:1 28519:1 28552:1 28593:1 28610:1 28668:1 28719:1 28788:1 28794:3 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 29:1 31:2 105:3 120:2 131:1 142:1 175:2 208:1 272:2 281:1 309:2 345:1 347:1 401:1 419:1 527:1 551:1 554:1 569:1 572:2 580:3 679:1 721:1 799:3 814:1 821:1 826:1 842:2 844:2 853:1 864:1 877:1 882:1 883:3 886:2 900:1 911:2 918:1 936:2 1043:1 1099:1 1126:1 1145:1 1175:1 1187:1 1287:1 1288:1 1307:1 1336:1 1398:1 1421:1 1424:1 1442:1 1446:1 1460:1 1475:2 1492:1 1529:1 1684:2 1693:1 1733:1 1801:1 1918:1 1951:1 1968:1 2021:1 2042:1 2045:4 2085:1 2103:1 2123:1 2168:1 2170:1 2173:1 2175:1 2178:1 2179:1 2187:2 2197:2 2206:1 2264:1 2313:1 2354:1 2375:1 2393:1 2417:1 2467:1 2550:1 2554:2 2566:1 2578:1 2607:1 2610:2 2676:1 2677:1 2700:1 2727:1 2735:1 2793:9 2802:2 2849:2 2865:1 2894:1 2904:2 3006:1 3038:1 3110:1 3129:2 3208:1 3353:1 3364:4 3365:1 3370:1 3371:1 3411:2 3419:1 3443:1 3482:1 3488:1 3491:3 3492:1 3493:5 3502:1 3520:1 3533:1 3546:1 3582:2 3644:4 3648:1 3655:1 3694:1 3701:1 3743:1 3744:1 3763:1 3785:1 3806:1 3845:1 3862:1 3870:1 3890:1 3899:1 3904:1 3922:1 3949:1 3967:3 4115:1 4122:1 4136:1 4145:1 4157:1 4257:1 4259:1 4287:1 4297:1 4306:1 4317:1 4364:1 4447:1 4451:1 4499:1 4504:1 4569:2 4571:1 4576:1 4604:1 4610:1 4614:1 4655:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:5 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:3 5026:1 5032:1 5035:1 5052:1 5069:1 5112:1 5162:1 5200:2 5274:1 5275:1 5293:1 5308:1 5361:1 5377:1 5394:1 5429:1 5449:1 5460:1 5474:1 5549:4 5595:1 5598:1 5599:1 5602:2 5609:1 5687:1 5713:1 5725:1 5756:1 5762:1 5905:1 5921:1 5935:1 6017:2 6024:1 6030:2 6051:1 6062:1 6064:1 6065:3 6098:1 6112:1 6190:1 6192:1 6194:1 6222:1 6223:1 6224:1 6276:1 6376:1 6385:2 6391:1 6394:1 6405:1 6420:1 6497:1 6513:1 6675:1 6702:1 6716:1 6813:1 6847:1 6853:1 6859:1 6885:2 6914:1 6921:1 6923:1 6948:1 6956:1 6980:1 6981:4 7061:1 7083:1 7090:1 7127:1 7154:2 7170:1 7250:1 7287:1 7305:1 7311:1 7322:1 7324:1 7375:1 7446:1 7460:1 7484:2 7539:1 7559:1 7576:1 7599:1 7610:3 7681:1 7693:1 7699:1 7732:3 7756:9 7771:10 7772:1 7889:1 7890:1 7937:3 7965:1 7985:1 8041:2 8087:1 8111:1 8178:1 8213:12 8253:1 8262:1 8277:1 8310:1 8312:7 8384:1 8416:1 8447:1 8453:2 8467:2 8563:1 8566:1 8568:1 8570:2 8580:1 8584:1 8585:1 8588:1 8589:1 8607:1 8623:1 8628:1 8648:2 8650:1 8675:1 8718:1 8736:1 8774:1 8789:1 8823:1 8847:1 8928:1 8989:1 8998:1 9004:1 9021:1 9029:1 9140:1 9162:1 9193:1 9200:2 9242:2 9254:1 9350:1 9355:2 9367:1 9413:1 9564:1 9631:1 9647:1 9702:1 9729:1 9739:1 9781:1 9816:1 9833:2 9884:1 9911:1 9917:2 9922:1 9969:1 10051:1 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10176:1 10205:1 10212:1 10237:1 10245:4 10271:1 10274:1 10281:1 10286:1 10296:1 10305:5 10310:3 10312:1 10336:1 10355:1 10455:1 10457:2 10467:1 10475:1 10503:1 10553:1 10594:1 10633:1 10634:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:1 10716:1 10783:2 10889:1 10916:1 10920:1 10922:1 10947:1 10970:2 10987:1 11054:1 11072:1 11092:2 11094:1 11144:1 11167:1 11196:1 11250:1 11301:1 11328:1 11351:1 11388:1 11411:1 11420:1 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11622:1 11637:1 11640:3 11649:3 11652:1 11689:3 11691:1 11703:3 11713:1 11724:1 11731:1 11752:1 11774:1 11786:1 11801:1 11805:1 11829:1 11837:1 11861:1 11888:1 11916:3 11918:4 11957:1 11969:1 12026:1 12064:1 12069:1 12101:1 12107:1 12197:1 12208:1 12331:1 12332:1 12518:1 12557:1 12566:1 12585:2 12591:1 12595:1 12630:1 12631:1 12657:1 12662:1 12671:1 12683:1 12700:1 12726:1 12728:1 12738:2 12744:1 12763:1 12769:1 12787:1 12788:1 12854:1 12867:1 12916:1 12921:1 12925:1 12961:1 13001:1 13003:2 13015:1 13025:1 13028:1 13067:1 13085:1 13180:3 13188:1 13215:1 13238:1 13245:1 13247:1 13249:1 13305:1 13405:2 13436:1 13477:1 13518:1 13519:1 13539:1 13555:1 13557:1 13604:1 13635:2 13646:1 13694:1 13716:1 13724:1 13728:1 13765:1 13784:1 13792:1 13809:1 13840:1 13869:4 13927:3 13965:1 13990:1 14001:1 14104:1 14115:1 14149:1 14180:1 14182:1 14209:1 14213:2 14215:1 14228:1 14285:1 14354:1 14400:1 14438:1 14478:1 14516:1 14604:1 14619:2 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:1 14748:1 14812:1 14840:1 14853:1 14873:1 14892:1 14907:1 14909:1 14957:1 15012:1 15024:1 15049:1 15074:1 15077:1 15128:1 15136:1 15142:1 15189:1 15217:1 15221:1 15251:1 15278:1 15315:1 15337:1 15355:1 15362:1 15423:1 15511:1 15515:1 15528:2 15545:1 15546:1 15577:1 15602:1 15639:1 15642:1 15655:1 15666:1 15716:1 15793:1 15794:1 15795:1 15805:1 15866:1 15901:3 15924:1 15941:2 15945:1 16041:1 16045:1 16048:1 16049:2 16050:2 16051:1 16053:1 16061:1 16065:1 16070:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16272:1 16288:1 16308:1 16360:1 16373:1 16388:2 16398:1 16540:2 16722:1 16795:1 16842:1 16915:1 16981:1 16988:1 17014:1 17063:1 17079:1 17084:2 17121:1 17235:1 17243:3 17317:2 17374:1 17425:1 17458:1 17473:1 17493:1 17571:1 17582:1 17595:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:1 17919:2 17930:1 17960:1 18045:1 18055:1 18097:1 18103:1 18107:1 18140:1 18251:3 18269:1 18300:1 18350:1 18364:1 18424:1 18464:1 18493:775 18498:1 18564:1 18604:1 18628:1 18679:1 18686:1 18726:1 18858:1 18893:1 19009:2 19018:1 19080:1 19148:1 19175:1 19205:1 19207:1 19217:1 19236:1 19332:1 19335:1 19368:1 19379:1 19420:1 19421:2 19459:1 19506:1 19541:1 19562:3 19584:2 19597:5 19600:1 19605:1 19676:1 19701:1 19812:1 19817:1 19833:1 19842:1 19844:1 19913:19 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20054:1 20056:3 20076:2 20077:1 20082:1 20153:1 20157:1 20160:1 20168:1 20171:2 20173:1 20174:2 20215:1 20228:1 20230:1 20235:1 20247:1 20338:1 20373:1 20397:1 20411:1 20442:1 20454:1 20456:1 20500:1 20522:1 20523:1 20547:1 20550:1 20608:1 20622:1 20658:1 20695:1 20728:1 20735:1 20767:1 20852:2 20881:1 21002:1 21006:1 21012:2 21021:1 21036:3 21066:1 21069:1 21071:1 21082:1 21157:2 21165:1 21224:1 21245:1 21257:1 21286:1 21293:1 21339:1 21356:1 21389:1 21394:1 21402:1 21405:1 21419:8 21471:1 21481:1 21523:2 21525:1 21530:1 21565:1 21607:1 21641:1 21642:1 21652:1 21662:4 21663:1 21668:2 21676:1 21692:1 21714:1 21733:3 21765:1 21799:1 21802:1 21817:2 21854:1 21861:1 21866:1 21882:1 21894:1 21901:1 21956:1 21958:1 21973:1 21987:1 22018:1 22048:2 22050:4 22102:2 22108:2 22139:1 22176:1 22188:1 22224:1 22244:1 22262:1 22310:1 22368:2 22379:1 22449:1 22478:1 22497:1 22506:1 22511:1 22519:2 22561:1 22564:1 22639:1 22647:1 22670:1 22688:1 22707:1 22714:2 22728:1 22786:1 22801:1 22904:1 22932:2 22941:1 22947:1 23005:2 23028:1 23057:1 23088:1 23090:1 23097:1 23101:1 23176:1 23187:1 23191:1 23230:2 23253:1 23254:1 23258:1 23262:1 23280:1 23313:1 23336:1 23367:1 23453:2 23461:1 23510:1 23516:1 23582:1 23608:1 23630:1 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23795:1 23818:1 23825:1 23872:1 23881:1 23916:1 23963:1 23979:1 24031:1 24062:1 24128:1 24150:1 24200:1 24218:1 24229:1 24232:3 24234:1 24245:1 24253:1 24257:1 24338:2 24370:1 24410:1 24447:1 24451:1 24452:1 24463:1 24492:1 24502:1 24507:1 24625:1 24676:2 24687:1 24693:1 24707:1 24871:1 24909:1 24914:1 24920:1 24927:1 24930:1 24969:1 24971:1 24997:1 25036:1 25056:2 25104:1 25135:1 25189:1 25196:1 25204:1 25279:1 25309:1 25313:2 25331:1 25365:2 25394:1 25453:1 25473:1 25507:1 25527:1 25541:1 25601:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25782:3 25800:1 25824:1 25842:1 25854:1 25876:1 25931:1 25945:1 25956:1 25991:1 26046:1 26061:1 26121:1 26129:1 26165:1 26193:1 26196:2 26240:1 26266:2 26276:3 26418:1 26430:1 26527:1 26599:2 26647:1 26707:1 26724:1 26762:1 26778:1 26783:1 26811:1 26819:1 26822:1 26845:1 26939:1 26941:1 26942:1 26944:1 26948:1 26964:1 26972:2 26976:1 27017:1 27032:1 27044:1 27068:3 27149:1 27160:1 27162:1 27194:1 27195:1 27209:2 27226:1 27234:1 27240:2 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27596:2 27641:11 27663:1 27673:2 27679:1 27714:1 27764:1 27771:2 27819:1 27874:1 27911:1 27957:1 27970:1 27988:1 28008:1 28099:1 28162:2 28169:1 28225:2 28362:1 28379:1 28390:1 28428:1 28519:1 28552:1 28593:1 28610:1 28668:1 28719:1 28788:1 28794:3 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 29:1 31:2 105:3 120:2 131:1 142:1 175:2 208:1 272:2 281:1 309:2 345:1 347:1 389:1 401:1 419:1 527:1 551:1 554:1 569:1 572:2 580:3 679:1 721:1 799:3 814:1 821:1 826:1 842:2 844:2 853:1 864:1 877:1 882:1 883:3 886:2 900:1 911:2 918:1 936:2 1043:1 1099:1 1126:1 1135:1 1145:1 1175:1 1187:1 1287:1 1288:1 1307:1 1336:1 1398:1 1421:1 1424:1 1442:1 1446:1 1460:2 1475:2 1492:1 1529:1 1653:1 1684:2 1693:1 1733:1 1801:1 1918:1 1951:1 1968:1 2021:1 2042:1 2045:5 2085:1 2103:1 2123:1 2157:1 2168:1 2170:1 2173:1 2175:1 2178:1 2179:1 2187:2 2196:1 2197:2 2206:1 2264:1 2313:1 2354:1 2375:1 2393:1 2417:1 2467:1 2550:1 2554:2 2566:1 2578:1 2607:1 2610:3 2676:1 2677:2 2700:1 2727:1 2735:1 2793:10 2802:3 2849:2 2865:1 2894:1 2904:2 3006:1 3038:1 3110:1 3129:2 3208:3 3228:1 3353:1 3359:1 3364:4 3365:1 3370:1 3371:1 3411:3 3417:1 3419:1 3443:1 3482:1 3488:1 3491:3 3492:1 3493:7 3502:1 3520:1 3533:1 3546:1 3582:2 3644:4 3648:1 3655:1 3694:1 3701:1 3743:1 3744:1 3763:1 3785:1 3806:1 3821:1 3845:1 3862:1 3870:1 3890:1 3899:1 3904:1 3922:1 3949:1 3967:3 4115:1 4122:1 4136:1 4145:1 4157:1 4257:1 4259:1 4287:1 4297:1 4306:1 4317:1 4364:1 4447:1 4451:1 4499:1 4504:1 4569:2 4571:1 4576:1 4604:1 4610:1 4614:1 4655:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:5 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:3 5026:1 5030:1 5032:1 5035:1 5052:1 5069:1 5112:1 5162:1 5200:2 5274:1 5275:1 5293:1 5308:1 5361:1 5377:1 5394:1 5429:1 5449:1 5460:1 5474:1 5481:1 5549:4 5595:1 5598:1 5599:1 5602:2 5609:1 5687:1 5713:1 5725:1 5756:1 5762:1 5905:1 5921:1 5935:1 6006:1 6017:2 6024:1 6030:2 6051:1 6062:1 6064:1 6065:3 6098:1 6112:1 6190:1 6192:1 6194:1 6222:1 6223:1 6224:1 6230:1 6276:1 6376:1 6385:2 6391:1 6394:1 6405:1 6420:1 6497:1 6513:1 6675:1 6702:1 6716:1 6813:1 6847:1 6853:1 6859:1 6885:2 6914:1 6921:1 6923:1 6948:1 6956:1 6980:1 6981:4 7038:1 7061:1 7083:2 7090:1 7127:1 7154:2 7170:1 7250:1 7287:1 7305:1 7311:1 7322:1 7324:1 7375:1 7446:1 7460:1 7484:2 7539:1 7559:1 7576:1 7599:1 7610:3 7634:1 7681:1 7693:1 7699:1 7732:3 7756:9 7771:12 7772:1 7889:1 7890:1 7937:3 7965:1 7985:1 8041:2 8087:1 8111:1 8178:1 8213:12 8253:1 8262:1 8277:1 8310:1 8312:7 8384:1 8416:1 8445:1 8447:1 8453:2 8467:2 8563:1 8566:1 8568:1 8570:2 8580:1 8584:1 8585:1 8588:1 8589:1 8607:1 8617:1 8623:1 8628:1 8648:2 8650:1 8675:1 8718:1 8736:1 8739:1 8774:1 8789:1 8823:1 8839:1 8847:1 8928:1 8989:1 8998:1 9004:1 9021:1 9029:1 9140:1 9162:1 9192:1 9193:1 9200:2 9242:2 9254:1 9350:1 9355:2 9367:1 9413:1 9509:1 9564:1 9619:1 9631:1 9647:1 9648:1 9702:1 9729:1 9739:1 9781:1 9816:1 9833:2 9884:1 9911:1 9917:2 9922:1 9969:1 10051:1 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10172:1 10176:1 10205:1 10212:1 10237:1 10245:4 10271:2 10274:1 10275:1 10281:1 10286:1 10296:1 10305:5 10310:3 10312:1 10336:1 10355:1 10455:1 10457:2 10467:1 10475:1 10503:1 10513:1 10553:1 10594:1 10633:1 10634:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:1 10716:1 10783:2 10889:1 10916:1 10920:1 10922:2 10947:1 10970:2 10987:1 11054:1 11072:1 11092:3 11094:1 11144:1 11167:1 11196:1 11250:1 11301:1 11328:1 11351:1 11388:1 11411:1 11420:1 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11622:1 11637:1 11640:3 11649:3 11652:1 11689:4 11691:1 11703:4 11713:1 11724:1 11731:1 11736:1 11752:1 11774:1 11786:1 11801:1 11805:1 11829:1 11837:1 11861:1 11888:1 11916:3 11918:4 11957:1 11969:1 12026:1 12064:1 12069:1 12099:1 12101:1 12107:1 12197:1 12208:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12595:1 12630:1 12631:1 12657:1 12662:1 12671:1 12683:1 12700:1 12726:1 12728:1 12738:2 12744:1 12763:1 12769:1 12787:1 12788:2 12849:1 12854:1 12867:1 12916:1 12921:1 12925:1 12961:1 13001:1 13003:2 13015:1 13025:1 13028:1 13067:1 13085:1 13180:3 13188:1 13215:1 13238:1 13245:1 13247:1 13249:1 13305:1 13387:1 13405:2 13436:1 13477:1 13516:1 13518:1 13519:1 13539:1 13555:1 13557:1 13604:1 13635:2 13646:1 13694:1 13716:1 13724:1 13728:1 13765:1 13784:1 13792:1 13809:1 13840:1 13869:6 13927:3 13965:1 13990:1 14001:1 14104:1 14115:1 14149:1 14180:1 14182:1 14209:1 14213:2 14215:1 14228:1 14285:1 14354:1 14400:1 14438:1 14478:1 14516:1 14604:1 14619:2 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:1 14748:1 14812:1 14840:1 14853:1 14865:1 14873:1 14892:1 14907:1 14909:1 14957:1 15012:1 15024:1 15049:1 15070:1 15074:1 15077:1 15128:1 15136:1 15142:1 15189:1 15217:1 15221:1 15251:1 15278:1 15315:1 15337:1 15355:1 15362:1 15423:1 15511:2 15515:1 15528:2 15545:1 15546:1 15577:1 15602:1 15639:1 15642:1 15655:1 15666:1 15716:1 15793:1 15794:1 15795:1 15805:1 15866:1 15901:3 15924:1 15941:2 15945:1 16041:1 16045:1 16048:1 16049:2 16050:2 16051:1 16053:1 16061:1 16065:1 16070:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16260:1 16272:1 16288:1 16308:1 16360:1 16373:1 16388:3 16398:1 16540:2 16722:1 16795:1 16842:1 16915:1 16981:1 16988:1 17014:1 17063:1 17079:1 17084:2 17121:1 17235:1 17243:3 17317:2 17374:1 17425:1 17458:1 17473:1 17493:1 17571:1 17582:1 17595:1 17654:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:1 17919:2 17930:1 17960:1 18045:1 18055:1 18097:1 18102:1 18103:1 18107:1 18140:1 18251:3 18269:1 18300:1 18350:1 18364:1 18424:1 18464:1 18493:790 18498:1 18564:1 18604:1 18628:1 18649:1 18679:1 18686:1 18726:1 18858:1 18893:1 19009:2 19018:1 19080:1 19084:1 19148:1 19175:1 19205:1 19207:1 19217:1 19236:1 19332:1 19335:1 19368:1 19379:1 19420:1 19421:2 19459:1 19506:1 19541:1 19562:3 19584:2 19597:5 19600:1 19605:1 19676:1 19701:1 19812:1 19817:1 19833:1 19842:1 19844:1 19913:24 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:3 20076:2 20077:1 20082:1 20153:1 20157:1 20160:1 20168:1 20171:2 20173:1 20174:2 20215:1 20228:1 20230:1 20235:1 20247:1 20338:1 20343:1 20373:1 20397:1 20411:2 20442:1 20454:1 20456:1 20500:1 20522:1 20523:1 20547:1 20550:1 20608:1 20622:1 20658:1 20695:1 20728:1 20735:1 20767:1 20852:2 20881:1 21002:1 21006:1 21008:1 21012:2 21021:1 21036:3 21066:1 21069:1 21071:1 21082:1 21157:2 21165:1 21224:1 21245:1 21257:1 21286:1 21293:1 21339:1 21356:1 21389:1 21394:1 21402:1 21405:1 21419:8 21471:1 21481:1 21523:2 21525:1 21530:1 21565:1 21581:1 21607:1 21641:1 21642:1 21652:1 21662:4 21663:1 21668:2 21676:1 21692:1 21714:1 21733:3 21765:1 21799:1 21802:1 21817:2 21854:1 21861:1 21866:1 21882:1 21894:1 21901:1 21956:1 21958:1 21973:1 21987:1 22018:1 22028:1 22048:2 22050:4 22102:2 22108:2 22139:1 22176:1 22188:1 22224:1 22244:1 22262:1 22310:1 22368:2 22379:1 22449:1 22478:1 22497:1 22506:1 22511:1 22519:2 22520:1 22561:1 22564:1 22639:1 22647:1 22670:1 22688:1 22707:1 22714:2 22728:1 22786:1 22801:1 22904:1 22932:2 22941:1 22947:1 23005:2 23028:1 23057:1 23088:1 23090:1 23097:1 23101:2 23176:1 23187:1 23191:1 23230:2 23253:1 23254:1 23258:1 23262:1 23280:1 23313:1 23336:1 23358:1 23367:1 23453:2 23461:1 23510:1 23516:1 23582:1 23608:1 23630:1 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23795:1 23818:1 23825:1 23872:1 23881:1 23916:1 23963:1 23979:1 24031:1 24062:1 24128:1 24150:1 24200:1 24218:1 24229:1 24232:3 24234:1 24245:1 24253:2 24257:1 24338:2 24370:1 24410:1 24447:1 24451:1 24452:1 24463:1 24492:1 24502:1 24507:1 24625:1 24676:2 24687:1 24693:1 24707:1 24871:1 24909:1 24914:1 24920:1 24927:1 24930:1 24969:1 24971:1 24997:1 25036:1 25056:2 25104:1 25135:1 25189:1 25196:1 25204:1 25250:1 25279:1 25309:1 25313:2 25329:1 25331:1 25365:2 25394:1 25435:1 25453:1 25473:1 25507:1 25527:1 25541:2 25601:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25782:3 25793:1 25800:1 25824:1 25842:1 25854:1 25876:1 25931:1 25945:1 25956:1 25991:1 26046:1 26061:1 26121:1 26129:1 26165:1 26193:1 26196:2 26240:1 26266:2 26276:3 26418:1 26430:1 26527:1 26599:2 26647:1 26707:1 26724:1 26762:1 26778:2 26783:1 26811:1 26819:1 26822:1 26845:1 26939:1 26941:1 26942:1 26944:1 26948:1 26958:1 26964:1 26972:2 26976:1 27017:1 27032:1 27044:1 27068:3 27149:1 27160:1 27162:1 27194:1 27195:1 27209:2 27226:1 27234:1 27240:2 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:2 27630:1 27641:12 27663:1 27673:2 27679:1 27714:1 27764:1 27771:2 27819:1 27848:1 27874:1 27911:1 27957:1 27970:1 27988:1 28008:1 28009:1 28099:1 28158:1 28162:3 28169:1 28225:2 28342:1 28362:1 28379:1 28390:1 28428:1 28519:1 28552:1 28593:1 28610:1 28638:1 28668:1 28719:1 28788:1 28794:3 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 29:1 31:2 105:3 120:2 131:1 142:1 175:2 208:1 257:1 260:1 272:2 281:1 309:2 345:1 347:1 389:1 401:1 419:1 527:1 551:1 554:1 569:1 572:2 580:3 679:1 721:1 765:1 780:1 799:3 814:1 821:1 826:1 836:1 842:3 844:2 853:1 864:2 877:2 882:1 883:3 886:2 900:1 911:3 918:1 936:2 1043:1 1099:1 1126:1 1135:1 1145:1 1175:1 1187:1 1287:1 1288:1 1307:1 1336:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:1 1460:4 1475:2 1492:1 1529:1 1653:1 1684:2 1693:1 1733:1 1801:1 1918:2 1951:1 1968:1 2021:1 2042:1 2045:5 2085:1 2103:1 2123:1 2157:1 2168:1 2170:1 2173:2 2175:1 2178:1 2179:1 2187:2 2196:1 2197:2 2206:1 2264:1 2313:2 2354:1 2375:1 2393:1 2417:1 2467:1 2550:1 2554:2 2566:1 2578:1 2607:1 2610:3 2676:1 2677:2 2700:1 2727:1 2735:1 2793:10 2802:3 2849:2 2865:1 2894:1 2904:2 3006:1 3015:1 3038:1 3110:1 3129:2 3208:4 3228:1 3353:1 3358:1 3359:1 3364:4 3365:1 3370:1 3371:1 3411:3 3417:1 3419:1 3443:2 3482:1 3488:1 3491:3 3492:1 3493:8 3502:1 3520:1 3533:1 3546:1 3582:3 3644:4 3648:1 3655:1 3694:1 3701:1 3743:1 3744:1 3763:1 3785:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3899:1 3904:1 3922:1 3949:1 3967:3 4027:1 4115:1 4122:1 4136:1 4145:1 4157:1 4257:1 4259:1 4287:1 4297:1 4306:2 4317:1 4364:1 4395:1 4447:1 4451:1 4499:1 4504:1 4569:2 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:5 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:4 5026:1 5030:1 5032:1 5035:1 5052:2 5069:1 5112:1 5162:1 5200:2 5274:1 5275:1 5293:1 5308:1 5361:1 5377:1 5394:1 5429:1 5449:2 5460:1 5474:1 5481:1 5549:4 5595:1 5598:1 5599:1 5602:2 5609:1 5687:1 5713:1 5725:1 5756:1 5762:1 5905:1 5921:1 5935:1 6006:1 6017:2 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6276:1 6376:1 6385:2 6391:1 6394:1 6405:1 6420:1 6497:1 6513:1 6675:1 6689:1 6702:2 6716:1 6813:1 6847:1 6853:1 6859:1 6885:2 6914:1 6921:1 6923:1 6948:1 6956:1 6980:1 6981:4 7038:1 7061:2 7083:2 7090:1 7127:1 7154:2 7170:1 7250:1 7264:1 7287:1 7305:1 7311:1 7322:2 7324:1 7375:1 7446:1 7460:1 7484:2 7539:1 7559:1 7576:1 7599:1 7610:3 7634:1 7681:1 7693:2 7699:1 7732:3 7756:10 7764:1 7771:12 7772:1 7835:1 7889:1 7890:1 7937:3 7965:1 7985:1 8041:2 8087:1 8111:1 8178:1 8213:13 8243:1 8253:1 8262:1 8277:1 8310:1 8312:7 8359:1 8384:1 8416:1 8445:2 8447:1 8453:2 8458:1 8467:2 8563:1 8566:1 8568:1 8570:2 8580:1 8584:2 8585:1 8588:1 8589:1 8607:1 8617:1 8623:1 8628:1 8648:2 8650:1 8675:1 8718:1 8736:1 8739:1 8774:1 8789:1 8823:1 8839:1 8847:1 8928:1 8989:1 8998:1 9004:1 9009:1 9021:1 9029:1 9140:1 9162:1 9192:1 9193:1 9200:2 9242:2 9254:1 9274:1 9350:1 9355:2 9367:1 9413:1 9509:3 9564:1 9619:1 9631:1 9647:1 9648:1 9702:1 9729:1 9733:1 9739:1 9781:1 9816:1 9833:4 9884:1 9911:1 9917:2 9922:1 9969:1 10012:1 10051:2 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10172:1 10176:1 10205:1 10212:1 10237:1 10245:4 10271:2 10274:2 10275:1 10281:1 10286:1 10296:2 10305:5 10310:3 10312:1 10336:1 10355:1 10455:1 10457:2 10467:1 10475:1 10503:1 10513:1 10553:1 10594:1 10633:1 10634:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:1 10716:1 10743:1 10783:2 10889:1 10916:1 10920:2 10922:3 10947:1 10970:2 10987:1 11052:1 11054:1 11072:1 11092:5 11094:1 11144:1 11167:1 11196:1 11250:1 11301:1 11328:1 11351:1 11388:1 11411:1 11420:2 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11622:1 11637:1 11640:3 11649:3 11652:1 11689:4 11691:1 11703:4 11713:1 11724:1 11731:1 11736:1 11752:1 11774:1 11786:1 11794:1 11801:1 11805:1 11829:1 11837:1 11861:1 11888:1 11916:4 11918:4 11957:1 11969:1 12026:1 12064:1 12069:1 12099:1 12101:1 12107:1 12197:1 12208:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12595:1 12630:1 12631:1 12652:2 12657:1 12662:1 12671:1 12683:1 12700:1 12726:1 12728:1 12738:2 12744:1 12763:1 12769:1 12787:1 12788:2 12849:1 12854:1 12867:1 12916:1 12921:1 12925:1 12961:1 13001:1 13003:2 13015:1 13025:1 13028:1 13067:1 13085:1 13180:3 13182:2 13188:1 13215:1 13238:1 13245:1 13247:1 13249:1 13305:1 13387:1 13405:2 13436:1 13477:1 13516:3 13518:1 13519:1 13539:1 13555:1 13557:1 13604:1 13635:2 13646:1 13675:2 13694:1 13716:1 13724:1 13728:1 13765:2 13784:1 13792:1 13809:1 13840:1 13869:6 13927:3 13965:1 13990:1 14001:1 14058:1 14104:1 14115:1 14149:1 14180:3 14182:1 14209:1 14213:2 14215:1 14228:1 14238:1 14285:1 14299:2 14354:1 14400:1 14438:1 14478:1 14516:1 14539:1 14604:1 14619:2 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:1 14748:1 14812:1 14840:1 14853:1 14865:1 14873:1 14892:1 14907:1 14909:1 14957:1 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15128:1 15136:1 15142:1 15189:1 15217:1 15221:1 15251:1 15278:1 15315:1 15337:1 15355:1 15362:1 15423:1 15511:2 15515:1 15528:2 15545:1 15546:1 15577:1 15602:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15793:1 15794:1 15795:1 15805:1 15859:1 15866:3 15901:3 15924:1 15941:2 15945:1 16041:1 16045:1 16048:1 16049:2 16050:2 16051:1 16053:2 16061:1 16065:1 16070:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16260:1 16272:1 16288:1 16308:1 16360:1 16373:1 16388:3 16398:1 16466:1 16540:2 16722:1 16795:1 16842:1 16915:1 16981:1 16985:1 16988:1 17014:1 17063:1 17079:1 17084:2 17121:1 17235:1 17243:3 17317:2 17374:1 17425:1 17458:2 17473:1 17493:1 17571:1 17582:1 17595:1 17654:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:1 17919:2 17930:1 17935:1 17960:1 18045:1 18055:1 18097:1 18102:1 18103:1 18107:1 18140:1 18251:3 18269:1 18300:1 18350:1 18364:1 18424:1 18464:1 18493:839 18498:1 18564:1 18604:1 18628:1 18649:1 18679:1 18686:1 18726:1 18771:1 18858:1 18893:1 19009:2 19018:1 19080:1 19084:1 19148:1 19175:1 19205:1 19207:1 19217:1 19236:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:2 19459:1 19506:1 19541:1 19562:3 19584:2 19597:6 19600:1 19605:1 19676:1 19701:1 19812:3 19817:1 19833:1 19842:1 19844:1 19913:26 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:3 20076:2 20077:1 20082:1 20153:1 20157:1 20160:1 20168:1 20171:2 20173:1 20174:2 20215:1 20228:1 20230:1 20235:1 20247:1 20338:1 20343:1 20369:1 20373:1 20397:1 20411:2 20442:1 20454:1 20456:1 20500:1 20522:1 20523:1 20547:1 20550:1 20608:1 20622:1 20658:1 20695:1 20728:1 20735:1 20767:1 20838:1 20852:2 20881:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:1 21036:3 21066:1 21069:1 21071:1 21082:1 21157:2 21165:2 21224:1 21245:1 21257:1 21286:1 21293:1 21339:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21419:8 21471:1 21481:1 21523:2 21525:1 21530:1 21565:1 21571:1 21581:1 21607:1 21625:1 21641:1 21642:1 21652:1 21662:4 21663:1 21668:2 21676:1 21692:1 21714:1 21733:4 21765:1 21799:1 21802:1 21817:2 21834:1 21854:1 21861:1 21866:1 21882:1 21894:1 21901:1 21956:1 21958:1 21973:2 21987:1 22018:1 22028:2 22048:2 22050:4 22102:3 22108:2 22112:1 22139:1 22176:1 22188:1 22224:1 22244:1 22262:1 22310:1 22368:2 22379:1 22449:1 22478:1 22497:1 22506:1 22511:1 22519:2 22520:1 22561:1 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22786:1 22801:1 22904:1 22932:2 22933:1 22941:1 22947:1 23005:2 23028:1 23057:1 23088:1 23090:1 23097:1 23101:2 23176:1 23187:1 23191:1 23230:2 23253:1 23254:1 23258:1 23262:1 23280:1 23304:1 23313:1 23329:1 23336:1 23358:1 23367:1 23453:3 23461:1 23510:1 23516:1 23582:1 23608:1 23630:1 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23795:1 23818:1 23825:1 23872:1 23881:1 23916:1 23963:1 23979:1 24031:1 24062:1 24076:1 24128:1 24150:1 24200:1 24218:1 24229:3 24232:3 24234:1 24245:1 24253:2 24257:1 24338:2 24370:1 24410:1 24417:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24502:1 24507:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24971:1 24997:1 25036:1 25056:2 25104:1 25135:1 25189:2 25196:1 25204:1 25250:1 25279:1 25309:1 25313:2 25329:1 25331:1 25365:2 25394:1 25435:1 25453:1 25473:1 25507:1 25527:1 25541:2 25601:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25782:3 25793:1 25800:1 25824:1 25842:1 25854:1 25876:1 25931:1 25945:1 25956:1 25991:1 26046:1 26061:1 26121:1 26129:1 26165:1 26193:1 26196:2 26240:1 26266:2 26276:3 26418:1 26430:1 26492:1 26527:1 26599:2 26647:1 26707:1 26724:1 26762:1 26778:2 26783:2 26811:1 26819:1 26822:1 26845:1 26939:1 26941:1 26942:2 26944:1 26948:1 26958:1 26964:1 26972:2 26976:1 27017:1 27032:1 27044:1 27068:3 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27234:1 27240:3 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:3 27630:1 27641:13 27663:1 27673:2 27679:1 27714:1 27764:1 27771:2 27819:1 27848:1 27874:1 27894:1 27911:1 27957:1 27970:1 27988:1 28008:1 28009:1 28099:1 28158:1 28162:3 28169:1 28225:2 28342:1 28362:1 28379:1 28390:1 28428:1 28519:1 28552:1 28593:1 28610:1 28638:1 28668:1 28719:1 28788:1 28794:3 28839:1 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 29:1 31:2 105:3 120:2 131:1 142:1 175:2 184:3 208:1 238:1 257:1 260:2 272:2 281:1 309:2 345:1 347:1 389:1 401:1 419:1 527:1 537:1 551:1 554:1 569:1 572:2 580:3 679:1 721:1 765:1 780:1 799:3 814:1 821:1 826:1 836:1 842:3 844:2 853:1 864:2 877:2 882:1 883:3 886:2 900:1 911:3 918:1 936:2 1043:1 1099:1 1126:1 1128:1 1135:1 1145:1 1146:1 1175:1 1187:1 1287:1 1288:1 1307:1 1336:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:1 1460:5 1475:2 1492:1 1527:1 1529:1 1653:1 1684:2 1693:1 1729:1 1733:1 1801:1 1826:1 1904:1 1918:2 1951:1 1968:1 2021:1 2042:1 2045:5 2085:1 2103:1 2123:1 2157:1 2168:1 2170:1 2173:2 2175:1 2178:1 2179:1 2187:2 2196:1 2197:2 2206:1 2248:1 2264:1 2313:2 2354:1 2375:1 2393:1 2417:1 2467:1 2550:1 2554:2 2566:1 2568:1 2578:1 2607:1 2610:3 2676:1 2677:2 2700:1 2727:1 2735:1 2793:11 2802:4 2849:2 2865:1 2894:1 2904:3 3006:1 3015:1 3038:1 3110:1 3129:2 3208:4 3228:1 3353:1 3358:2 3359:2 3364:4 3365:1 3370:1 3371:1 3411:3 3417:1 3419:1 3443:2 3482:1 3488:1 3491:3 3492:1 3493:9 3502:1 3520:1 3533:1 3546:1 3582:3 3644:4 3648:1 3655:1 3694:1 3701:1 3722:1 3743:1 3744:1 3763:1 3785:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3922:1 3949:1 3967:3 4027:1 4115:1 4122:1 4136:1 4145:1 4157:1 4257:1 4259:1 4287:1 4297:1 4306:3 4317:1 4364:1 4395:1 4447:1 4451:1 4499:1 4504:1 4508:1 4569:3 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:5 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:4 5026:1 5030:1 5032:1 5035:1 5052:2 5069:1 5112:1 5162:1 5200:2 5274:1 5275:1 5293:1 5308:1 5361:1 5377:1 5394:1 5425:1 5429:1 5449:3 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5598:1 5599:1 5602:2 5609:1 5629:1 5687:1 5713:1 5725:1 5756:1 5762:1 5905:1 5921:1 5935:1 6006:1 6017:2 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6276:1 6376:1 6385:2 6391:2 6394:1 6405:1 6407:1 6420:1 6497:1 6513:1 6675:1 6689:1 6702:2 6716:1 6744:1 6813:1 6847:1 6853:1 6859:1 6885:3 6914:1 6921:1 6923:1 6948:1 6956:1 6961:1 6980:1 6981:5 7038:1 7061:2 7083:2 7090:1 7127:1 7154:2 7170:1 7187:1 7250:2 7264:1 7287:1 7305:1 7311:1 7322:2 7324:1 7356:3 7375:1 7446:1 7460:1 7484:2 7491:1 7539:1 7559:1 7576:1 7599:1 7610:3 7634:1 7681:1 7693:2 7699:1 7732:3 7756:10 7764:1 7771:13 7772:1 7835:1 7889:1 7890:1 7937:3 7965:1 7985:1 8041:2 8053:1 8087:1 8111:1 8134:1 8143:1 8178:1 8213:16 8243:1 8253:1 8262:1 8277:1 8310:1 8312:8 8346:1 8359:1 8384:1 8416:1 8445:3 8447:1 8453:2 8458:1 8467:2 8469:1 8563:1 8566:1 8568:1 8570:2 8580:1 8584:2 8585:1 8588:1 8589:1 8607:1 8617:1 8623:1 8628:1 8648:2 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8928:1 8989:1 8998:1 9004:1 9009:1 9021:1 9029:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9246:1 9254:1 9265:1 9274:1 9350:1 9355:3 9367:1 9413:1 9509:5 9564:1 9619:1 9631:1 9647:2 9648:1 9702:1 9729:1 9733:1 9739:1 9781:1 9816:2 9833:4 9884:1 9911:1 9917:3 9922:1 9928:1 9938:1 9969:1 9996:1 10012:1 10014:1 10051:2 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10172:1 10176:2 10205:1 10212:1 10237:1 10245:4 10271:2 10274:2 10275:1 10281:1 10284:1 10286:1 10296:2 10305:6 10308:1 10310:3 10312:1 10336:1 10355:1 10411:1 10455:1 10457:2 10467:1 10475:1 10503:1 10513:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:1 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:3 10947:1 10970:2 10987:1 11052:1 11054:1 11072:1 11092:7 11094:1 11144:1 11167:1 11196:1 11250:1 11301:1 11328:1 11351:1 11388:1 11411:1 11420:3 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11582:1 11622:1 11637:1 11640:3 11649:3 11652:1 11689:4 11691:1 11703:4 11713:2 11724:1 11731:1 11736:1 11752:1 11774:1 11786:1 11788:1 11794:2 11801:1 11805:1 11807:1 11829:1 11837:1 11840:1 11861:1 11875:1 11888:1 11916:4 11918:4 11957:1 11969:1 12026:1 12064:1 12069:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12259:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:1 12595:1 12630:1 12631:1 12652:2 12657:1 12662:1 12671:1 12683:1 12700:1 12726:2 12728:1 12738:2 12744:1 12763:1 12769:1 12784:1 12787:1 12788:3 12849:1 12854:1 12867:1 12916:1 12921:1 12925:1 12961:1 13001:1 13003:2 13015:1 13025:1 13028:1 13038:1 13058:1 13067:1 13085:1 13087:1 13162:1 13180:3 13182:2 13188:1 13215:1 13238:1 13245:1 13247:1 13249:1 13305:1 13315:1 13387:1 13405:2 13436:1 13477:1 13516:5 13518:1 13519:1 13539:1 13555:1 13557:1 13604:1 13635:2 13646:1 13675:3 13694:1 13716:1 13724:1 13728:1 13765:2 13784:1 13792:1 13809:1 13840:1 13869:7 13927:5 13965:1 13990:1 14001:1 14058:3 14104:1 14115:1 14149:1 14180:3 14182:1 14209:1 14213:2 14215:1 14228:2 14238:1 14285:1 14299:2 14354:1 14383:1 14400:1 14438:1 14478:1 14516:1 14539:1 14604:1 14619:3 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:1 14748:1 14812:1 14840:1 14853:1 14865:1 14873:1 14892:1 14907:1 14909:1 14957:1 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15128:1 15136:1 15142:2 15166:1 15189:1 15217:1 15221:1 15251:1 15278:1 15315:1 15337:1 15355:1 15362:1 15423:1 15511:2 15515:1 15528:2 15545:1 15546:1 15572:1 15577:1 15602:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15793:1 15794:1 15795:1 15805:1 15835:1 15859:1 15866:3 15901:3 15924:1 15931:1 15941:2 15945:1 16036:1 16041:1 16042:1 16045:1 16048:1 16049:3 16050:2 16051:1 16053:2 16057:1 16061:1 16065:1 16070:1 16072:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16260:1 16266:1 16272:1 16288:1 16308:1 16346:1 16360:1 16373:1 16388:3 16398:1 16466:1 16540:2 16649:1 16674:1 16722:1 16795:1 16842:1 16859:1 16915:1 16981:1 16985:1 16988:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17235:1 17243:3 17296:1 17317:2 17374:1 17404:1 17425:1 17458:2 17468:1 17473:1 17493:1 17571:1 17582:1 17595:1 17654:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:1 17919:2 17930:1 17935:1 17960:1 17983:1 18045:1 18055:1 18097:2 18102:1 18103:1 18107:1 18140:1 18251:3 18269:1 18300:1 18322:1 18350:1 18364:1 18424:1 18464:1 18493:935 18498:1 18564:1 18604:1 18628:1 18649:1 18679:1 18686:1 18726:1 18771:1 18838:1 18858:1 18893:2 19009:3 19018:1 19080:1 19084:1 19148:1 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19326:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:3 19459:1 19506:2 19541:1 19562:3 19584:2 19597:7 19600:1 19605:1 19676:1 19701:1 19730:1 19812:3 19817:1 19824:1 19833:1 19842:1 19844:1 19913:29 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:3 20076:2 20077:1 20082:1 20153:1 20157:1 20160:2 20168:1 20169:1 20171:2 20173:2 20174:2 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20338:1 20343:1 20369:1 20373:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:1 20500:1 20522:1 20523:1 20547:1 20550:1 20608:1 20622:1 20651:1 20658:1 20695:1 20706:1 20728:1 20735:1 20767:1 20838:1 20852:2 20881:1 20889:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:1 21036:3 21066:1 21069:1 21071:1 21082:1 21157:2 21165:2 21224:1 21245:1 21257:1 21266:1 21286:1 21293:1 21310:1 21339:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21419:9 21471:1 21481:1 21523:2 21525:1 21530:1 21565:1 21571:1 21581:1 21607:1 21625:3 21641:1 21642:1 21652:1 21662:5 21663:1 21668:2 21676:2 21692:1 21714:1 21733:4 21765:1 21799:1 21802:1 21817:2 21834:1 21854:1 21861:1 21866:1 21882:1 21894:1 21901:1 21956:1 21958:1 21973:2 21987:1 22018:1 22028:3 22048:2 22050:4 22102:3 22108:2 22112:2 22139:1 22176:1 22188:1 22224:3 22244:1 22262:2 22310:1 22347:1 22368:3 22379:1 22449:1 22478:1 22497:1 22506:1 22511:1 22519:2 22520:1 22561:1 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22786:1 22801:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:2 23028:1 23057:1 23088:1 23090:1 23097:1 23101:2 23165:1 23176:1 23187:1 23191:1 23230:2 23248:1 23253:1 23254:1 23258:1 23262:1 23280:1 23304:2 23306:1 23313:1 23329:1 23336:2 23358:1 23367:1 23453:4 23461:1 23510:1 23516:1 23582:1 23608:1 23630:1 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23795:1 23818:1 23825:1 23843:1 23872:1 23881:1 23916:1 23963:1 23979:1 24031:1 24060:1 24062:1 24076:1 24128:1 24150:1 24200:1 24218:1 24229:3 24232:3 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24348:1 24370:1 24410:1 24417:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:1 24507:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24971:1 24997:1 25036:1 25056:2 25104:1 25135:1 25189:3 25196:1 25204:1 25250:2 25279:1 25309:1 25313:2 25329:1 25331:1 25365:2 25370:1 25394:1 25435:1 25453:1 25473:1 25496:1 25507:1 25527:1 25541:2 25601:1 25603:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25782:3 25793:1 25800:1 25819:1 25824:1 25842:1 25854:1 25876:1 25931:1 25945:1 25956:1 25991:1 26046:1 26059:1 26061:1 26121:1 26129:1 26165:1 26193:1 26196:2 26240:1 26266:2 26276:3 26418:1 26430:1 26456:1 26492:1 26527:1 26599:2 26647:2 26707:1 26724:1 26762:1 26778:2 26783:2 26811:1 26819:1 26822:1 26845:1 26939:1 26941:1 26942:2 26944:1 26948:1 26958:1 26964:1 26972:2 26976:1 27017:1 27032:1 27044:1 27068:3 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27234:1 27240:3 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27630:1 27641:13 27663:1 27673:3 27679:1 27714:1 27764:1 27771:2 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27957:1 27970:1 27988:1 28008:1 28009:1 28033:1 28099:1 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28342:1 28362:1 28379:1 28390:1 28428:1 28519:1 28552:1 28578:1 28593:1 28610:1 28638:1 28668:1 28719:1 28788:1 28794:3 28820:1 28839:1 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 29:1 31:2 105:3 107:1 120:2 131:1 142:1 175:2 184:3 208:1 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 389:1 390:1 401:1 419:1 527:1 537:1 551:1 554:1 569:1 572:2 580:3 679:1 721:1 765:1 780:1 799:3 814:1 821:1 826:1 836:1 842:3 844:2 853:1 864:3 877:2 882:1 883:3 886:2 900:1 911:3 918:1 936:2 1008:1 1043:1 1099:1 1126:1 1128:1 1135:2 1145:1 1146:1 1175:1 1187:1 1287:1 1288:1 1307:1 1336:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:1 1460:5 1475:2 1492:1 1527:1 1529:1 1653:1 1684:2 1693:1 1729:1 1733:1 1801:1 1826:1 1889:1 1904:1 1918:2 1951:1 1968:1 2021:1 2042:1 2045:5 2085:1 2103:1 2123:1 2157:1 2168:1 2170:1 2172:1 2173:2 2175:1 2178:1 2179:1 2187:2 2196:1 2197:2 2206:1 2248:1 2264:1 2313:2 2354:1 2363:1 2375:1 2393:1 2417:1 2467:1 2550:1 2554:2 2566:1 2568:1 2578:1 2607:1 2610:3 2676:1 2677:2 2700:1 2727:1 2735:1 2793:11 2802:4 2849:3 2865:1 2894:1 2904:3 3006:1 3015:1 3038:1 3110:1 3129:2 3208:4 3228:1 3353:1 3358:2 3359:2 3364:4 3365:1 3370:1 3371:1 3411:3 3417:1 3419:1 3421:1 3443:2 3482:1 3488:1 3491:3 3492:1 3493:9 3502:1 3520:1 3533:1 3546:1 3582:3 3644:4 3648:1 3655:1 3694:1 3701:1 3722:1 3743:1 3744:1 3763:1 3785:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3922:1 3948:1 3949:1 3964:1 3967:3 3985:1 4027:1 4115:1 4122:1 4136:1 4145:1 4157:1 4257:1 4259:1 4287:1 4297:1 4306:4 4317:1 4364:1 4395:1 4447:1 4451:1 4499:1 4504:1 4508:2 4569:4 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:6 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:4 5026:1 5030:1 5032:1 5035:1 5052:2 5069:1 5112:1 5162:1 5200:2 5274:1 5275:1 5293:1 5308:1 5361:1 5377:1 5394:1 5425:1 5429:1 5449:3 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5598:1 5599:1 5602:2 5609:1 5629:1 5687:1 5713:1 5725:1 5756:1 5762:1 5905:1 5921:1 5935:1 6006:1 6017:2 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6276:1 6287:1 6315:1 6376:1 6377:1 6385:2 6391:2 6394:1 6405:1 6407:1 6420:1 6497:1 6513:1 6637:1 6675:1 6689:1 6702:2 6716:1 6744:1 6813:1 6847:1 6853:1 6859:1 6885:3 6914:1 6921:1 6923:1 6948:1 6956:1 6961:1 6980:1 6981:5 7002:1 7034:1 7038:1 7061:2 7083:2 7090:1 7112:1 7127:1 7154:2 7170:1 7187:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:1 7322:2 7324:1 7356:3 7375:1 7446:1 7460:1 7484:2 7491:1 7539:1 7559:1 7576:1 7599:1 7610:3 7634:1 7681:1 7682:1 7693:2 7699:1 7732:3 7756:11 7764:1 7771:13 7772:2 7835:1 7889:1 7890:1 7937:4 7965:1 7985:1 8041:2 8053:1 8087:1 8111:1 8134:1 8143:1 8178:1 8213:17 8243:1 8253:1 8262:1 8267:1 8277:1 8310:1 8312:8 8346:1 8359:1 8384:1 8416:1 8445:3 8447:2 8453:2 8458:1 8467:2 8469:1 8563:1 8566:1 8568:1 8570:2 8574:1 8578:1 8580:1 8584:2 8585:1 8588:1 8589:1 8607:1 8617:1 8623:1 8628:1 8648:2 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9021:1 9029:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9246:1 9254:1 9265:1 9274:1 9350:1 9355:3 9367:1 9378:1 9413:1 9509:5 9557:1 9564:1 9619:1 9631:1 9647:2 9648:1 9702:1 9724:1 9729:1 9733:1 9739:1 9781:1 9816:2 9833:4 9884:1 9911:1 9917:3 9922:1 9928:1 9938:1 9969:1 9996:1 10012:1 10014:1 10051:2 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10172:1 10176:3 10205:1 10212:1 10237:1 10245:4 10271:3 10274:2 10275:1 10281:1 10284:1 10286:1 10296:2 10305:6 10308:1 10309:1 10310:3 10312:1 10336:1 10355:1 10411:1 10455:1 10457:2 10467:1 10475:1 10503:1 10513:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:1 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:3 10947:1 10965:1 10970:2 10987:1 11021:1 11052:1 11054:1 11072:1 11092:7 11094:1 11144:1 11167:1 11196:1 11250:1 11301:1 11328:1 11351:1 11388:1 11411:1 11420:3 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11582:1 11622:1 11637:1 11640:4 11649:4 11652:1 11689:4 11691:1 11703:6 11713:2 11724:1 11731:1 11736:1 11752:1 11774:1 11786:1 11788:1 11794:2 11801:1 11805:1 11807:1 11829:1 11837:1 11840:1 11861:1 11868:1 11875:1 11888:1 11916:4 11918:4 11957:1 11969:1 12026:1 12064:1 12069:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12259:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:1 12595:1 12616:1 12630:1 12631:1 12652:2 12657:1 12662:1 12671:1 12683:1 12700:1 12726:2 12728:1 12738:2 12744:1 12763:1 12769:1 12784:1 12787:1 12788:3 12849:1 12854:1 12867:1 12916:1 12921:1 12925:1 12961:1 13001:1 13003:2 13015:1 13025:1 13028:1 13038:1 13058:1 13067:1 13085:1 13087:1 13162:1 13180:3 13182:2 13188:1 13215:1 13238:1 13245:2 13247:1 13249:1 13305:1 13315:1 13387:1 13405:2 13434:1 13436:1 13477:1 13516:5 13518:1 13519:1 13539:1 13555:1 13557:1 13567:1 13604:1 13635:2 13637:1 13641:1 13646:1 13675:3 13694:1 13716:1 13724:1 13728:2 13765:2 13784:1 13792:1 13809:1 13840:1 13869:8 13927:5 13965:1 13990:1 14001:1 14058:3 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14209:1 14213:2 14215:1 14228:2 14238:1 14285:1 14299:2 14354:1 14383:1 14400:1 14438:1 14478:1 14516:1 14539:1 14604:1 14619:3 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:1 14748:1 14812:1 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14907:1 14909:1 14957:1 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15128:1 15136:1 15142:2 15166:1 15189:1 15217:1 15221:1 15251:1 15278:1 15315:1 15337:1 15355:1 15362:1 15423:1 15511:2 15515:1 15528:2 15545:1 15546:1 15572:1 15577:1 15602:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15768:1 15793:1 15794:1 15795:2 15805:1 15835:1 15859:1 15866:3 15873:2 15901:4 15924:1 15931:1 15941:2 15945:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:1 16049:3 16050:2 16051:1 16053:2 16057:1 16061:1 16065:1 16070:1 16072:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16308:1 16346:1 16360:1 16373:1 16388:3 16398:1 16466:1 16540:3 16649:1 16674:1 16722:1 16795:1 16842:1 16859:1 16915:1 16981:1 16985:1 16988:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17235:1 17243:3 17296:1 17317:2 17374:1 17404:1 17425:1 17458:2 17468:1 17473:1 17493:1 17571:1 17582:1 17595:1 17654:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:2 17919:2 17930:1 17935:1 17960:1 17983:1 18045:1 18055:1 18097:2 18102:1 18103:1 18107:1 18140:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18333:1 18350:1 18364:1 18424:1 18464:1 18493:963 18498:1 18564:1 18604:1 18628:1 18649:1 18679:1 18686:1 18726:1 18771:1 18838:1 18858:1 18893:2 18944:1 19009:3 19018:1 19080:1 19084:1 19148:1 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19326:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:3 19427:1 19459:1 19506:2 19541:1 19562:3 19584:3 19597:8 19600:1 19605:1 19676:1 19701:1 19730:1 19812:3 19817:1 19824:1 19833:1 19842:1 19844:1 19871:1 19913:30 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:3 20076:3 20077:1 20082:1 20149:1 20153:1 20157:1 20160:2 20168:1 20169:1 20171:2 20173:2 20174:2 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20338:1 20343:1 20369:1 20373:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:1 20500:1 20522:1 20523:1 20547:1 20550:1 20564:1 20577:1 20598:1 20608:1 20622:1 20651:1 20658:1 20695:2 20706:1 20728:1 20735:1 20767:1 20838:1 20852:2 20881:1 20889:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:1 21036:3 21066:1 21069:1 21071:1 21082:1 21157:2 21165:2 21180:1 21224:1 21245:1 21257:1 21266:1 21286:1 21293:1 21310:1 21339:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21419:9 21471:1 21481:1 21523:2 21525:1 21530:1 21565:1 21571:1 21581:1 21607:1 21625:3 21641:1 21642:1 21652:1 21662:5 21663:1 21668:2 21676:2 21692:1 21714:1 21733:4 21765:1 21799:1 21802:1 21817:2 21834:1 21854:1 21861:1 21863:1 21866:1 21882:1 21894:1 21901:1 21956:1 21958:1 21973:2 21987:1 22018:1 22028:3 22048:2 22050:5 22102:3 22108:2 22112:2 22139:1 22176:1 22188:1 22224:3 22244:1 22262:2 22310:1 22347:1 22368:3 22379:1 22449:1 22473:1 22478:1 22497:1 22506:1 22511:1 22519:3 22520:1 22561:2 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22786:1 22801:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:2 23028:1 23057:1 23088:1 23090:1 23097:1 23101:2 23165:1 23176:1 23187:1 23191:1 23230:2 23248:1 23253:1 23254:1 23258:1 23262:1 23280:1 23304:2 23306:1 23313:1 23329:1 23336:2 23356:1 23358:1 23367:1 23453:4 23461:1 23510:1 23516:1 23582:1 23608:1 23630:1 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23782:1 23795:1 23818:1 23825:1 23843:1 23872:1 23881:1 23916:1 23963:1 23979:1 24031:1 24060:1 24062:1 24076:1 24114:1 24128:1 24150:1 24200:1 24218:1 24229:3 24231:2 24232:3 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24348:1 24370:1 24410:1 24417:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:1 24507:1 24557:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:1 24866:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24971:1 24997:1 25036:1 25056:2 25060:1 25104:1 25135:1 25189:3 25196:1 25204:1 25250:2 25279:1 25309:1 25313:2 25329:1 25331:1 25365:2 25370:1 25394:1 25435:1 25453:1 25473:1 25496:1 25507:1 25527:1 25541:2 25594:1 25601:1 25603:1 25613:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25767:1 25782:3 25793:1 25800:1 25819:1 25824:1 25842:1 25854:1 25876:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:1 26059:1 26061:1 26121:1 26129:1 26165:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26418:2 26430:1 26456:1 26492:1 26527:1 26599:2 26641:1 26647:2 26707:1 26724:1 26762:1 26778:2 26783:2 26811:1 26819:1 26822:1 26845:1 26939:1 26941:1 26942:2 26944:1 26948:1 26958:2 26964:2 26972:2 26976:1 26983:1 27017:1 27032:1 27044:1 27068:3 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27234:2 27240:3 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27630:1 27641:15 27663:1 27673:3 27679:1 27714:1 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27957:1 27964:1 27970:1 27988:1 28008:1 28009:1 28033:1 28099:1 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28342:1 28362:1 28379:1 28390:1 28428:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:1 28638:1 28668:1 28719:1 28788:1 28794:3 28820:1 28839:1 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 29:1 31:2 105:3 107:1 120:3 131:1 142:1 175:2 184:3 208:1 225:1 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 389:2 390:1 401:1 419:1 527:1 537:1 551:1 554:1 569:1 572:2 580:3 606:1 658:1 679:1 721:1 765:1 780:1 799:3 814:1 821:1 826:1 836:1 842:3 844:2 853:2 864:3 877:2 882:1 883:3 886:2 900:1 911:3 918:1 934:1 936:2 1008:1 1043:1 1099:1 1126:1 1128:1 1135:2 1145:1 1146:1 1175:1 1187:1 1261:1 1287:1 1288:1 1307:1 1336:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:1 1460:5 1475:3 1492:1 1527:1 1529:1 1653:1 1675:1 1684:2 1693:1 1729:1 1733:1 1737:1 1801:1 1826:1 1889:1 1901:1 1904:1 1918:2 1951:1 1968:1 2021:1 2042:1 2045:5 2085:1 2103:1 2123:1 2157:1 2168:1 2170:1 2172:2 2173:2 2175:1 2178:1 2179:2 2187:2 2196:1 2197:2 2206:1 2248:1 2264:1 2292:1 2313:2 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2467:1 2550:1 2554:2 2566:1 2568:1 2578:1 2607:1 2610:3 2676:1 2677:2 2700:1 2727:1 2735:1 2793:12 2802:4 2849:4 2865:1 2894:1 2904:3 3006:1 3015:1 3038:1 3110:1 3129:3 3208:4 3228:1 3353:1 3358:2 3359:2 3364:4 3365:1 3370:1 3371:1 3411:3 3417:1 3419:1 3421:1 3443:2 3448:1 3482:1 3488:1 3491:3 3492:1 3493:9 3502:1 3520:1 3533:1 3546:1 3582:3 3644:5 3648:1 3655:1 3694:1 3701:1 3722:1 3743:1 3744:1 3763:1 3785:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:1 3922:1 3948:1 3949:1 3964:1 3967:3 3985:1 4027:1 4115:1 4122:1 4136:1 4145:1 4157:1 4257:1 4259:2 4287:1 4297:1 4306:4 4317:1 4364:1 4395:1 4446:1 4447:1 4451:1 4482:1 4499:1 4504:1 4508:2 4569:4 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:6 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:4 5026:1 5030:1 5032:1 5035:1 5052:2 5069:1 5112:1 5162:1 5200:2 5274:1 5275:1 5293:1 5308:1 5361:1 5377:1 5394:1 5425:1 5429:1 5449:3 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5598:1 5599:1 5602:2 5609:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5905:1 5921:1 5935:1 6006:1 6017:2 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6276:1 6287:1 6315:1 6376:1 6377:1 6385:2 6391:2 6394:1 6404:1 6405:1 6407:1 6420:1 6497:1 6513:1 6637:1 6675:1 6689:1 6702:2 6716:1 6744:1 6813:1 6847:2 6853:1 6859:1 6885:3 6914:1 6921:1 6923:1 6948:1 6956:1 6961:1 6969:1 6980:1 6981:5 7002:1 7034:1 7038:1 7061:2 7083:2 7090:1 7112:1 7127:1 7154:2 7170:2 7187:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7446:1 7460:1 7484:2 7491:1 7539:1 7559:1 7576:1 7599:1 7610:3 7634:1 7681:1 7682:1 7693:2 7699:2 7732:3 7756:13 7764:1 7771:14 7772:3 7820:1 7834:1 7835:1 7889:1 7890:1 7937:4 7965:1 7985:1 8041:2 8053:1 8087:1 8111:1 8134:1 8143:1 8178:1 8213:17 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8310:1 8312:8 8346:1 8359:1 8384:1 8416:1 8445:3 8447:2 8453:2 8458:1 8467:3 8469:1 8563:1 8566:1 8568:1 8570:2 8574:1 8578:1 8580:1 8584:2 8585:1 8588:1 8589:1 8607:1 8617:2 8623:1 8628:1 8648:2 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9029:1 9052:2 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9246:1 9254:1 9260:1 9265:1 9268:1 9274:3 9350:1 9355:3 9367:1 9378:1 9412:1 9413:1 9509:5 9557:1 9564:1 9584:1 9619:1 9631:1 9647:2 9648:1 9702:1 9724:2 9729:1 9733:1 9739:1 9781:1 9816:2 9833:4 9884:1 9895:1 9911:1 9917:3 9922:2 9928:1 9938:1 9969:1 9996:1 10012:1 10014:1 10050:1 10051:2 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10172:1 10176:3 10205:1 10212:1 10237:1 10245:4 10271:3 10274:2 10275:1 10281:2 10284:1 10286:1 10295:1 10296:2 10305:6 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10411:1 10455:1 10457:2 10467:1 10475:1 10503:1 10508:1 10513:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:3 10947:1 10965:1 10970:2 10977:1 10987:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11196:1 11250:1 11301:1 11328:1 11351:1 11388:1 11411:1 11420:6 11437:1 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11582:1 11622:1 11637:1 11640:4 11649:4 11652:1 11689:4 11691:1 11703:6 11713:2 11724:1 11731:1 11736:1 11752:1 11774:1 11786:1 11788:1 11794:2 11801:1 11805:1 11807:1 11829:1 11837:1 11840:1 11861:1 11868:1 11875:1 11888:1 11916:4 11918:4 11957:1 11969:1 12026:1 12064:1 12069:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12259:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:1 12595:1 12616:1 12630:1 12631:1 12652:2 12657:1 12662:1 12671:1 12683:1 12687:1 12700:2 12726:2 12728:1 12738:2 12744:1 12763:1 12769:1 12784:1 12787:1 12788:3 12849:1 12854:1 12867:1 12916:1 12921:1 12925:1 12961:1 13001:1 13003:2 13015:1 13025:1 13028:1 13038:1 13058:1 13067:1 13085:1 13087:1 13162:1 13180:3 13182:2 13188:1 13215:1 13238:1 13245:2 13247:1 13249:1 13305:1 13315:1 13387:1 13405:2 13434:1 13436:1 13477:1 13494:1 13516:5 13518:1 13519:1 13521:1 13539:1 13555:1 13557:1 13567:1 13604:1 13627:1 13635:2 13637:1 13641:1 13646:1 13675:3 13694:1 13716:1 13724:1 13728:2 13760:1 13765:2 13784:1 13792:1 13809:1 13840:1 13869:8 13927:6 13931:1 13965:1 13990:1 14001:1 14058:3 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14209:2 14213:2 14215:1 14228:2 14238:1 14281:1 14285:1 14299:2 14354:1 14383:1 14400:1 14438:1 14478:2 14516:1 14539:1 14604:1 14614:1 14619:4 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:2 14748:1 14812:1 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14907:1 14909:1 14957:1 15009:1 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15089:1 15128:1 15136:1 15142:2 15166:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:1 15315:1 15331:1 15337:1 15355:1 15362:1 15423:1 15511:2 15515:1 15528:2 15545:1 15546:1 15572:1 15577:1 15602:1 15624:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15768:1 15793:1 15794:1 15795:2 15805:1 15835:1 15859:1 15866:3 15873:2 15901:4 15924:1 15931:1 15941:3 15945:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:1 16049:3 16050:2 16051:1 16053:2 16057:1 16061:1 16065:2 16070:1 16072:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16308:1 16346:1 16360:1 16373:1 16388:3 16398:1 16466:1 16540:4 16649:1 16674:1 16722:1 16795:1 16842:1 16859:1 16915:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17235:1 17243:3 17296:1 17317:2 17374:1 17404:1 17425:1 17458:2 17468:1 17473:1 17493:1 17571:1 17582:1 17595:1 17639:1 17654:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:2 17908:1 17919:2 17930:1 17933:2 17935:1 17960:1 17983:1 18014:1 18045:1 18055:1 18081:1 18097:2 18102:1 18103:1 18107:1 18140:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18333:1 18340:1 18350:1 18364:1 18424:1 18464:1 18493:1025 18498:1 18564:1 18570:1 18600:1 18604:1 18628:1 18649:1 18679:1 18686:1 18717:1 18726:1 18771:1 18838:1 18858:1 18893:2 18898:1 18944:1 19009:4 19018:1 19080:1 19084:1 19148:1 19167:1 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19326:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:4 19427:1 19459:1 19460:1 19506:2 19541:1 19562:4 19584:4 19597:9 19600:2 19605:1 19676:1 19701:1 19730:1 19812:3 19817:1 19824:1 19833:1 19842:1 19844:1 19871:1 19913:30 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:3 20076:4 20077:1 20082:1 20149:1 20153:1 20157:1 20159:1 20160:2 20168:1 20169:1 20171:2 20173:2 20174:2 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20338:1 20343:1 20369:1 20373:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:1 20500:1 20522:1 20523:1 20547:1 20550:1 20564:1 20577:1 20598:1 20608:1 20622:1 20651:1 20658:1 20695:3 20701:1 20706:1 20714:1 20728:1 20735:1 20767:1 20770:1 20838:1 20852:2 20881:1 20889:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:2 21036:3 21066:1 21069:1 21071:1 21082:1 21157:2 21165:2 21180:1 21224:1 21245:1 21257:1 21266:1 21286:1 21293:1 21310:1 21339:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21419:9 21471:1 21481:1 21484:1 21523:2 21525:1 21530:1 21565:2 21571:1 21581:1 21607:1 21625:3 21641:2 21642:1 21652:1 21662:5 21663:1 21668:2 21676:2 21692:1 21714:1 21733:4 21765:1 21799:1 21802:1 21817:2 21834:1 21854:1 21861:1 21863:1 21866:1 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22018:1 22025:1 22028:3 22048:2 22050:5 22102:3 22108:2 22112:2 22139:1 22176:1 22188:1 22224:3 22244:1 22262:2 22310:1 22347:1 22368:3 22379:1 22414:1 22449:1 22473:1 22478:1 22497:1 22506:1 22511:1 22519:4 22520:1 22561:2 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:2 23028:1 23057:1 23059:1 23088:1 23090:2 23092:1 23097:1 23101:2 23165:1 23176:1 23187:1 23191:1 23230:2 23248:1 23253:1 23254:1 23258:1 23262:1 23280:1 23304:2 23306:1 23313:1 23329:1 23336:2 23356:1 23358:1 23367:1 23453:4 23461:1 23510:1 23516:1 23582:1 23608:1 23630:2 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23782:1 23795:1 23818:1 23825:1 23843:1 23872:1 23881:1 23909:1 23916:1 23963:1 23979:1 24031:1 24060:1 24062:2 24076:1 24114:1 24128:1 24150:1 24200:1 24218:1 24229:3 24231:2 24232:4 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24348:1 24370:1 24410:1 24417:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:3 24507:1 24557:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:1 24775:1 24796:1 24866:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:1 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25135:1 25189:3 25196:1 25204:1 25250:2 25279:1 25309:1 25313:2 25329:1 25331:1 25365:2 25370:1 25394:2 25435:1 25453:1 25473:1 25496:1 25507:1 25527:1 25541:2 25594:1 25601:1 25603:1 25613:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25757:1 25767:1 25782:3 25793:1 25800:1 25819:1 25824:1 25842:1 25854:2 25876:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:1 26059:1 26061:1 26121:2 26129:1 26165:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26418:2 26430:1 26456:1 26492:1 26527:1 26599:3 26641:1 26647:2 26679:1 26707:1 26715:1 26724:1 26762:1 26775:1 26778:2 26783:2 26811:1 26819:1 26822:1 26845:1 26939:1 26941:1 26942:2 26944:1 26948:1 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 27017:1 27032:1 27044:1 27068:3 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27234:2 27240:4 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27630:1 27641:16 27663:1 27673:3 27679:1 27714:1 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:1 27957:1 27964:1 27970:1 27988:1 28008:1 28009:1 28033:1 28099:2 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28301:1 28342:1 28362:1 28379:1 28390:1 28428:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:1 28638:1 28666:1 28668:1 28719:1 28788:1 28794:3 28820:1 28839:1 28847:2 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 29:1 31:2 105:3 107:1 120:3 131:1 142:1 175:2 184:3 201:1 208:1 225:1 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 389:2 390:1 401:1 419:1 527:1 537:1 551:1 554:1 569:1 572:2 580:3 606:1 658:1 679:1 721:1 765:1 780:1 790:1 799:3 814:1 821:1 826:1 836:1 842:3 844:2 853:2 864:3 877:2 882:1 883:3 886:2 900:1 911:3 918:1 934:1 936:2 1008:1 1043:1 1099:1 1126:1 1128:1 1135:2 1145:1 1146:1 1175:1 1187:1 1261:1 1287:1 1288:1 1307:1 1336:1 1340:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:1 1460:5 1475:3 1492:1 1527:1 1529:1 1653:1 1675:1 1684:2 1693:1 1729:1 1733:1 1737:1 1801:1 1826:1 1889:1 1901:1 1904:1 1918:2 1951:1 1968:1 2021:1 2031:1 2042:1 2045:5 2085:1 2103:1 2123:1 2157:1 2168:1 2170:1 2172:2 2173:2 2175:1 2178:1 2179:2 2187:2 2196:1 2197:2 2206:1 2248:1 2264:1 2292:1 2313:2 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2467:1 2550:1 2554:3 2566:1 2568:1 2578:1 2607:1 2610:3 2676:1 2677:2 2700:1 2727:1 2735:1 2793:12 2802:4 2849:4 2865:1 2894:1 2904:3 3006:1 3015:1 3038:1 3110:1 3129:3 3208:4 3228:1 3353:1 3358:2 3359:2 3362:1 3364:4 3365:1 3370:1 3371:1 3411:3 3417:1 3419:1 3421:1 3443:2 3448:1 3482:1 3488:1 3491:3 3492:1 3493:11 3502:1 3520:1 3533:1 3546:1 3565:1 3582:3 3590:1 3644:5 3648:1 3655:1 3694:1 3701:1 3722:1 3743:1 3744:1 3763:1 3785:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:1 3922:1 3948:1 3949:1 3964:1 3967:3 3983:1 3985:1 4027:1 4115:1 4122:1 4136:1 4145:1 4157:1 4257:1 4259:2 4287:1 4297:1 4306:4 4317:1 4364:1 4395:1 4446:1 4447:1 4451:1 4482:1 4499:1 4504:1 4508:2 4569:4 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:6 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:4 5026:1 5030:1 5032:1 5035:1 5052:2 5069:1 5112:1 5162:1 5200:2 5274:1 5275:1 5293:1 5308:2 5361:1 5377:1 5394:1 5425:1 5429:1 5449:3 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5598:1 5599:1 5602:2 5609:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5773:1 5905:1 5921:1 5935:1 6006:1 6017:3 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6276:1 6287:1 6315:1 6376:1 6377:1 6385:2 6391:2 6394:2 6404:1 6405:1 6407:1 6410:1 6420:1 6497:1 6513:1 6517:1 6637:1 6675:1 6689:1 6702:2 6715:1 6716:1 6744:1 6813:1 6817:1 6847:2 6853:1 6859:1 6865:1 6885:3 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:5 7002:1 7034:1 7038:1 7061:2 7083:2 7090:1 7112:1 7127:1 7154:2 7170:2 7187:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7446:1 7460:1 7484:2 7491:1 7539:1 7559:1 7576:1 7599:1 7610:3 7632:1 7634:1 7681:1 7682:1 7693:2 7699:2 7732:3 7756:13 7764:1 7771:14 7772:3 7820:1 7834:1 7835:1 7889:1 7890:1 7937:4 7965:1 7985:1 8041:2 8053:1 8087:1 8111:1 8134:1 8143:1 8178:1 8213:17 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8310:1 8312:8 8346:1 8359:1 8384:1 8416:1 8445:3 8447:2 8453:2 8458:1 8467:3 8469:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:2 8585:1 8588:1 8589:1 8607:1 8617:2 8623:1 8628:1 8648:2 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9029:1 9052:2 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9246:1 9254:2 9260:1 9265:1 9268:1 9274:3 9290:1 9350:1 9355:3 9367:1 9378:1 9412:1 9413:1 9509:5 9557:1 9564:1 9584:1 9619:1 9631:1 9647:2 9648:1 9702:1 9724:2 9729:1 9733:1 9739:1 9781:1 9816:2 9833:4 9884:1 9895:1 9911:1 9917:3 9922:2 9928:1 9938:1 9969:1 9996:1 10012:1 10014:1 10050:1 10051:2 10061:1 10076:1 10080:2 10087:1 10126:1 10160:1 10172:1 10176:3 10205:1 10212:1 10237:1 10245:5 10271:3 10274:2 10275:1 10281:2 10284:3 10286:1 10295:1 10296:2 10302:1 10305:6 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:1 10503:1 10508:1 10513:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:3 10947:1 10965:1 10970:2 10977:1 10987:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11196:1 11250:1 11301:2 11328:1 11351:1 11388:1 11411:1 11420:7 11437:1 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11582:2 11622:1 11637:1 11640:4 11649:4 11652:1 11681:1 11689:4 11691:1 11703:6 11713:2 11724:1 11731:1 11736:1 11752:1 11774:1 11786:1 11788:1 11794:2 11801:1 11805:1 11807:1 11829:1 11837:1 11840:1 11861:1 11868:1 11875:1 11888:1 11916:4 11918:4 11946:1 11957:1 11969:1 12026:1 12064:1 12069:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12259:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:1 12595:1 12616:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12700:2 12726:2 12728:1 12738:2 12744:1 12763:1 12769:1 12784:1 12787:1 12788:3 12849:1 12854:1 12867:1 12916:1 12921:1 12925:1 12961:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13058:1 13067:1 13085:1 13087:1 13162:1 13180:4 13182:2 13188:1 13215:1 13238:1 13245:2 13247:1 13249:1 13305:1 13315:1 13387:1 13405:2 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:1 13519:1 13521:1 13539:1 13555:1 13557:1 13567:1 13604:1 13627:1 13633:1 13635:2 13637:1 13641:1 13646:1 13675:3 13694:1 13716:1 13724:1 13728:2 13760:1 13765:2 13784:1 13792:1 13809:1 13840:1 13869:8 13927:6 13931:1 13965:1 13990:2 14001:1 14058:3 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14209:2 14213:2 14215:1 14228:2 14238:1 14281:1 14285:1 14299:2 14354:1 14383:1 14400:1 14438:1 14478:2 14516:1 14539:1 14604:1 14614:1 14619:4 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:2 14748:1 14812:2 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14907:1 14909:1 14957:1 15009:1 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15089:1 15128:1 15136:1 15142:2 15166:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:1 15315:1 15331:1 15337:1 15355:1 15362:1 15423:1 15511:2 15515:1 15528:2 15545:1 15546:1 15572:1 15577:1 15590:1 15602:1 15624:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15768:1 15793:1 15794:1 15795:2 15805:1 15835:1 15859:1 15866:3 15873:2 15901:4 15924:1 15931:1 15941:3 15945:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:1 16049:3 16050:2 16051:1 16053:2 16057:1 16061:1 16065:2 16070:1 16072:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16308:1 16346:1 16360:1 16373:1 16388:3 16398:1 16466:1 16540:4 16649:1 16674:1 16704:1 16722:1 16724:1 16795:1 16842:1 16859:1 16915:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17235:1 17243:3 17296:1 17317:2 17374:1 17404:1 17425:1 17458:2 17468:1 17473:1 17493:1 17571:1 17582:1 17595:1 17639:1 17654:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:1 17975:1 17983:1 18014:1 18045:1 18055:1 18081:1 18097:2 18102:1 18103:1 18107:1 18140:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18493:1055 18498:1 18564:1 18570:1 18600:1 18604:1 18628:1 18649:1 18679:1 18686:1 18717:1 18726:1 18771:1 18838:1 18858:1 18893:2 18898:1 18944:1 19009:4 19018:1 19080:1 19084:1 19148:1 19167:1 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:4 19427:1 19459:1 19460:1 19506:2 19541:1 19562:5 19584:4 19597:10 19600:2 19605:1 19676:1 19701:1 19730:1 19812:3 19817:1 19824:1 19833:1 19842:1 19844:1 19871:1 19913:33 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:3 20076:4 20077:1 20082:1 20087:1 20149:1 20153:1 20157:1 20159:1 20160:2 20168:1 20169:1 20171:2 20173:2 20174:2 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20338:1 20343:1 20369:1 20373:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:1 20485:1 20500:1 20522:1 20523:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20695:3 20701:1 20706:1 20714:1 20728:1 20735:1 20767:1 20770:1 20838:1 20852:2 20864:1 20881:2 20889:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:2 21036:3 21066:1 21069:1 21071:1 21082:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:1 21286:1 21293:1 21310:1 21339:1 21343:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21419:9 21446:1 21471:1 21481:1 21484:1 21523:2 21525:1 21530:1 21565:2 21571:1 21581:1 21607:1 21625:3 21641:2 21642:1 21652:1 21662:5 21663:1 21664:1 21668:2 21676:2 21692:1 21714:1 21733:4 21765:1 21799:1 21802:1 21817:2 21834:1 21854:1 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22018:1 22025:1 22028:3 22048:2 22050:5 22102:3 22108:2 22112:2 22139:1 22176:1 22188:1 22224:3 22244:1 22262:2 22310:1 22329:1 22347:1 22368:3 22379:1 22414:1 22449:1 22473:1 22478:1 22497:1 22506:1 22511:1 22519:4 22520:1 22561:2 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:2 23028:1 23057:1 23059:1 23088:1 23090:2 23092:1 23097:1 23101:2 23165:1 23176:1 23187:1 23191:1 23230:2 23248:1 23253:1 23254:1 23258:1 23262:1 23280:1 23304:2 23306:1 23313:1 23329:1 23336:2 23356:1 23358:1 23367:1 23453:4 23461:1 23510:1 23516:1 23582:1 23608:1 23630:2 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23782:1 23795:1 23818:1 23825:1 23843:1 23852:1 23870:1 23872:1 23881:1 23909:1 23916:1 23963:1 23979:1 24031:1 24060:1 24062:2 24076:1 24092:1 24114:2 24128:1 24150:1 24200:1 24218:1 24229:3 24231:2 24232:5 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24348:1 24370:1 24410:1 24417:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:3 24507:1 24557:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:1 24775:1 24796:1 24866:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:1 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25135:1 25189:3 25196:1 25204:1 25250:2 25279:1 25309:1 25313:2 25329:1 25331:1 25365:2 25370:1 25394:2 25435:1 25453:1 25473:1 25496:1 25507:1 25527:1 25541:2 25594:1 25601:1 25603:1 25613:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25757:1 25767:1 25782:3 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:1 26059:1 26061:1 26121:2 26129:1 26165:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26418:2 26430:1 26456:1 26492:1 26527:1 26599:3 26641:1 26647:2 26679:1 26707:1 26715:1 26724:1 26762:2 26775:1 26778:2 26783:2 26811:1 26819:1 26822:1 26845:1 26939:1 26941:1 26942:2 26944:1 26948:1 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26995:1 27017:1 27032:1 27044:1 27068:3 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27234:2 27240:4 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27630:1 27641:17 27663:1 27673:3 27679:1 27714:1 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:1 27957:1 27964:1 27970:1 27988:1 28008:1 28009:1 28033:1 28099:2 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:1 28379:1 28390:1 28428:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:1 28638:1 28666:1 28668:1 28712:1 28719:1 28788:1 28794:3 28820:1 28839:1 28847:2 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 142:2 175:2 184:3 201:1 208:1 225:2 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 389:2 390:1 401:1 419:1 512:1 527:1 537:1 551:1 554:2 569:1 572:2 580:3 606:1 658:1 679:1 721:1 765:1 780:1 790:2 799:3 814:2 821:1 826:1 836:1 842:3 844:2 853:3 864:3 877:2 882:1 883:3 886:2 898:1 900:2 911:3 918:1 934:1 936:2 1008:1 1043:1 1071:1 1099:1 1126:1 1128:1 1135:2 1145:1 1146:1 1175:1 1187:1 1261:1 1287:1 1288:1 1307:1 1336:2 1340:1 1350:1 1354:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:2 1460:6 1475:3 1488:1 1492:1 1527:1 1529:1 1653:1 1675:1 1684:2 1693:1 1729:1 1733:1 1737:1 1801:1 1819:1 1826:1 1889:1 1901:1 1904:1 1918:2 1951:1 1968:1 2000:1 2021:1 2031:1 2042:1 2045:5 2085:1 2103:1 2123:1 2157:1 2168:1 2170:1 2172:2 2173:2 2175:1 2178:1 2179:2 2187:3 2196:2 2197:2 2203:1 2206:1 2248:1 2264:1 2292:1 2300:1 2303:1 2313:2 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2467:1 2550:1 2554:3 2566:1 2568:1 2574:1 2578:1 2596:1 2607:1 2610:3 2676:2 2677:2 2687:1 2700:1 2727:1 2735:1 2793:12 2802:4 2849:5 2865:1 2894:1 2904:3 3006:1 3015:1 3038:1 3110:1 3129:3 3208:4 3228:1 3343:1 3353:1 3358:2 3359:2 3362:1 3364:4 3365:2 3370:1 3371:1 3411:3 3417:2 3419:1 3421:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:3 3492:1 3493:11 3502:1 3520:1 3533:1 3546:1 3565:1 3582:3 3590:1 3644:5 3648:1 3655:1 3694:1 3701:1 3722:1 3743:1 3744:1 3763:1 3785:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:1 3922:1 3948:1 3949:1 3964:2 3967:3 3983:1 3985:1 4027:1 4115:1 4122:1 4136:1 4143:1 4145:1 4151:1 4157:1 4257:1 4259:3 4287:1 4297:1 4306:4 4317:1 4364:1 4395:1 4446:1 4447:1 4451:1 4482:1 4499:1 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:7 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:4 5026:1 5030:1 5032:1 5034:1 5035:1 5052:2 5069:1 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5308:2 5361:1 5377:1 5394:1 5425:1 5429:1 5449:4 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5773:1 5905:1 5917:1 5921:1 5935:1 6006:1 6017:3 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6154:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6274:1 6276:1 6287:1 6315:1 6376:2 6377:1 6385:2 6391:2 6394:2 6404:2 6405:1 6407:1 6410:1 6420:1 6497:1 6513:1 6517:1 6529:1 6637:1 6675:1 6689:1 6702:2 6715:1 6716:1 6744:1 6813:1 6817:1 6847:4 6853:2 6859:1 6865:1 6885:3 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:5 7002:1 7034:1 7038:1 7061:2 7083:2 7090:1 7112:1 7127:1 7154:2 7170:2 7187:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7446:1 7460:1 7484:3 7491:1 7539:1 7559:1 7576:1 7599:1 7610:3 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:3 7732:3 7756:15 7764:1 7771:14 7772:4 7820:1 7834:1 7835:1 7889:2 7890:1 7902:1 7937:4 7965:1 7985:1 8041:2 8053:1 8060:1 8087:1 8111:1 8134:1 8143:1 8178:1 8213:19 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:1 8312:8 8346:1 8353:1 8359:1 8384:1 8416:1 8445:3 8447:2 8452:1 8453:2 8458:1 8467:3 8469:1 8474:1 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:2 8585:1 8588:1 8589:1 8607:1 8617:2 8623:1 8628:1 8648:3 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9029:1 9052:2 9063:1 9078:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9243:1 9246:1 9254:3 9260:1 9265:1 9268:1 9274:3 9290:1 9350:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:1 9458:1 9509:5 9521:1 9557:1 9564:1 9584:1 9619:1 9631:1 9647:2 9648:1 9660:1 9702:1 9724:2 9729:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:4 9884:1 9895:1 9911:1 9917:3 9922:2 9928:1 9938:1 9945:1 9969:1 9996:1 10012:1 10014:1 10050:1 10051:2 10061:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:3 10205:1 10212:1 10237:1 10245:5 10271:3 10274:2 10275:1 10281:2 10284:3 10286:1 10295:1 10296:2 10302:1 10305:7 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:1 10503:1 10508:1 10513:1 10540:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:3 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11193:1 11196:1 11250:1 11301:2 11328:1 11351:1 11388:1 11411:1 11420:9 11437:1 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11582:2 11615:1 11622:1 11637:1 11640:4 11649:4 11652:1 11681:1 11689:4 11691:1 11703:6 11713:2 11724:1 11731:1 11736:2 11752:1 11774:1 11786:1 11788:1 11794:3 11801:1 11805:1 11807:1 11829:1 11837:1 11840:1 11861:1 11868:1 11875:1 11888:1 11916:4 11918:4 11946:1 11957:1 11969:1 12026:1 12064:1 12069:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12259:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12700:2 12726:2 12728:2 12738:2 12744:1 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12916:1 12921:1 12925:1 12948:1 12961:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13058:1 13059:1 13067:1 13085:1 13087:1 13162:1 13180:4 13182:2 13188:1 13215:1 13238:1 13245:2 13247:1 13249:2 13305:1 13315:1 13387:1 13405:2 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:1 13519:1 13521:1 13528:1 13539:1 13555:1 13557:1 13558:1 13567:1 13604:1 13627:1 13633:1 13635:2 13637:1 13641:1 13646:1 13675:4 13694:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:2 13784:1 13792:2 13809:1 13840:1 13869:8 13927:6 13931:1 13965:1 13990:2 14001:1 14058:5 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14209:2 14213:2 14215:1 14228:2 14238:1 14281:1 14285:1 14299:2 14354:1 14383:1 14400:1 14409:1 14438:1 14478:2 14516:1 14519:1 14539:1 14604:1 14614:1 14619:4 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:3 14748:1 14812:2 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14957:1 14972:1 15009:1 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15089:1 15128:1 15136:1 15142:2 15166:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:1 15315:1 15331:1 15337:1 15355:1 15362:1 15423:1 15488:1 15511:2 15515:1 15528:2 15545:1 15546:1 15572:1 15577:1 15590:1 15602:1 15624:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15768:1 15793:1 15794:1 15795:2 15805:1 15835:1 15859:1 15866:3 15873:2 15901:5 15924:1 15931:1 15941:3 15945:1 15995:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:1 16049:3 16050:2 16051:1 16053:2 16057:1 16061:2 16065:2 16067:1 16070:1 16072:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16308:1 16346:1 16360:1 16373:1 16388:3 16398:1 16466:1 16540:5 16649:1 16652:1 16674:1 16704:1 16722:1 16724:2 16795:1 16842:1 16859:1 16915:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17235:1 17243:3 17296:1 17317:2 17374:1 17404:1 17425:1 17458:2 17468:1 17473:1 17493:1 17571:1 17582:1 17595:1 17639:1 17654:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:2 17975:1 17983:1 18014:1 18045:1 18055:1 18075:1 18081:1 18097:2 18102:1 18103:1 18107:1 18140:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18493:1132 18498:1 18564:1 18570:1 18600:1 18604:1 18628:1 18649:1 18679:1 18686:1 18717:1 18726:1 18771:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:1 18983:1 19003:1 19009:4 19018:2 19080:1 19084:1 19148:1 19167:1 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:4 19427:1 19459:1 19460:1 19506:2 19541:1 19562:6 19584:5 19597:11 19600:2 19605:1 19646:1 19676:2 19701:1 19730:1 19778:1 19812:3 19817:1 19824:1 19833:1 19842:1 19844:1 19871:1 19913:36 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:3 20076:5 20077:1 20082:1 20087:1 20149:1 20153:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:2 20174:2 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20255:1 20290:1 20338:1 20343:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:2 20485:1 20500:1 20522:1 20523:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20685:1 20695:3 20701:1 20706:1 20714:1 20728:1 20735:1 20739:1 20767:1 20770:1 20783:1 20838:1 20852:2 20864:1 20881:2 20889:1 20890:1 20999:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:2 21036:3 21066:1 21069:1 21071:1 21082:1 21117:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:1 21286:2 21287:1 21293:1 21310:1 21339:1 21343:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21415:1 21419:9 21446:1 21471:1 21481:1 21484:1 21496:1 21523:2 21525:1 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21662:5 21663:1 21664:1 21668:2 21676:2 21692:1 21714:1 21733:4 21765:1 21799:1 21802:1 21817:3 21834:1 21854:1 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22018:1 22025:1 22028:3 22048:2 22050:6 22102:3 22108:2 22112:2 22139:1 22176:1 22188:1 22224:3 22244:1 22262:2 22310:1 22329:1 22347:1 22368:3 22379:1 22414:1 22449:1 22473:1 22478:1 22497:1 22506:1 22511:1 22519:5 22520:1 22531:1 22561:2 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:3 23026:1 23028:1 23029:1 23057:1 23059:1 23088:1 23090:2 23092:1 23097:2 23101:2 23138:1 23154:1 23165:1 23176:1 23187:1 23191:1 23230:3 23248:1 23253:1 23254:1 23258:1 23262:1 23280:1 23304:3 23306:1 23313:1 23329:1 23336:2 23356:1 23358:1 23367:1 23453:4 23461:1 23510:1 23516:1 23582:1 23608:1 23630:2 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23782:1 23795:1 23801:1 23818:1 23825:1 23843:1 23852:1 23870:1 23872:1 23881:1 23909:1 23916:1 23963:1 23979:1 24017:1 24031:1 24060:1 24062:2 24076:1 24092:1 24114:2 24128:1 24150:1 24200:1 24218:1 24229:3 24231:2 24232:6 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24345:1 24348:1 24370:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:3 24507:1 24557:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:1 24775:1 24796:1 24866:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:1 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25135:1 25181:1 25189:3 25196:1 25204:1 25250:2 25279:1 25309:1 25313:2 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:1 25473:1 25496:1 25507:2 25527:1 25541:2 25559:1 25594:1 25601:1 25603:1 25613:1 25615:1 25616:1 25637:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:3 25757:1 25767:1 25782:3 25784:1 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:1 26059:1 26061:1 26120:1 26121:3 26129:1 26165:1 26167:1 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26378:1 26397:1 26418:2 26430:1 26456:1 26492:1 26527:1 26599:3 26632:1 26638:1 26641:1 26647:2 26679:1 26707:1 26715:1 26724:1 26762:2 26775:1 26778:2 26783:2 26801:1 26811:1 26819:1 26822:1 26845:1 26939:1 26941:1 26942:2 26944:1 26948:1 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26995:1 27017:1 27032:1 27044:1 27068:3 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27227:1 27234:2 27240:4 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27630:1 27641:18 27663:1 27673:3 27679:1 27714:1 27747:1 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:1 27957:1 27964:1 27970:1 27988:1 28008:1 28009:1 28033:1 28059:1 28099:2 28148:1 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:1 28379:1 28390:1 28428:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:1 28638:1 28666:1 28668:1 28712:1 28719:1 28788:1 28794:3 28820:1 28834:1 28839:1 28847:2 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28875:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 142:2 175:2 184:3 201:1 208:1 225:2 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 389:2 390:1 401:1 419:1 512:1 527:1 537:1 551:1 554:2 569:1 572:2 580:3 606:1 658:1 679:1 721:1 765:1 780:1 790:2 799:3 814:2 821:1 826:1 836:1 842:3 844:2 853:3 864:3 877:2 882:1 883:3 886:2 898:1 900:2 911:3 918:1 934:1 936:2 1008:1 1043:1 1071:1 1099:1 1126:1 1128:1 1135:2 1145:1 1146:1 1173:1 1175:1 1187:1 1261:1 1287:1 1288:1 1307:1 1336:2 1340:1 1350:1 1354:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:2 1460:7 1475:3 1488:1 1492:1 1527:1 1529:1 1653:1 1675:1 1684:2 1693:1 1729:1 1733:1 1737:1 1801:1 1819:1 1826:1 1889:1 1901:1 1904:1 1918:2 1951:1 1968:1 2000:1 2021:1 2031:1 2042:1 2045:5 2085:1 2103:1 2104:1 2123:1 2157:1 2168:1 2170:1 2172:2 2173:2 2175:1 2178:1 2179:2 2187:3 2196:2 2197:2 2203:1 2206:1 2248:1 2264:1 2292:1 2300:1 2303:1 2313:2 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2467:1 2550:1 2554:4 2566:1 2568:1 2574:1 2578:1 2596:1 2607:1 2610:3 2676:2 2677:2 2687:1 2700:1 2727:1 2735:1 2793:12 2802:4 2817:1 2820:1 2849:6 2865:1 2894:1 2904:3 3006:1 3015:1 3038:1 3110:1 3129:3 3208:5 3228:1 3343:1 3353:1 3358:2 3359:2 3362:1 3364:4 3365:2 3370:1 3371:1 3411:3 3417:2 3419:1 3421:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:3 3492:1 3493:13 3502:1 3520:1 3533:1 3546:1 3565:1 3582:3 3590:1 3644:5 3648:1 3655:1 3694:1 3701:1 3722:1 3743:1 3744:1 3763:1 3785:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:1 3922:1 3948:1 3949:1 3964:2 3967:3 3983:1 3985:1 4027:1 4115:1 4122:1 4136:1 4143:1 4145:1 4151:1 4157:1 4257:1 4259:3 4287:1 4297:1 4306:4 4317:1 4364:1 4395:1 4446:1 4447:1 4451:1 4482:1 4499:1 4503:1 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:7 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:4 5026:1 5030:1 5032:1 5034:1 5035:1 5052:3 5069:1 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5308:2 5361:1 5377:1 5394:1 5425:1 5429:1 5449:4 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5771:1 5773:1 5905:1 5917:1 5921:1 5935:1 6006:1 6017:3 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6154:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6274:1 6276:1 6287:1 6315:1 6376:2 6377:1 6385:2 6391:2 6394:2 6404:2 6405:1 6407:1 6410:1 6420:1 6497:1 6513:1 6517:1 6529:1 6637:1 6675:1 6689:1 6702:2 6715:1 6716:1 6744:1 6813:1 6817:1 6847:4 6853:2 6859:1 6865:1 6885:3 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:5 7002:1 7034:1 7038:1 7061:2 7069:1 7083:3 7090:1 7112:1 7127:1 7154:2 7170:2 7187:1 7231:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7446:1 7460:1 7484:3 7491:1 7539:1 7559:1 7576:1 7599:1 7610:3 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:3 7732:3 7756:15 7764:1 7771:14 7772:5 7820:1 7834:1 7835:1 7889:2 7890:1 7902:1 7937:4 7965:1 7985:1 8041:2 8053:1 8060:1 8087:1 8111:1 8134:1 8143:1 8150:1 8178:1 8213:19 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:1 8312:8 8345:1 8346:1 8353:1 8359:1 8384:1 8416:1 8429:1 8445:3 8447:2 8452:1 8453:2 8458:1 8467:3 8469:1 8474:1 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:2 8585:1 8588:1 8589:1 8607:1 8617:2 8623:1 8628:1 8648:3 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9029:1 9052:2 9063:1 9078:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9243:1 9246:1 9254:3 9260:1 9265:1 9268:1 9274:3 9290:1 9350:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:1 9458:1 9483:1 9509:5 9521:1 9557:1 9564:1 9584:1 9619:1 9631:1 9647:2 9648:1 9660:1 9702:1 9724:2 9729:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:4 9884:1 9895:1 9911:1 9917:3 9922:2 9928:2 9938:1 9945:1 9969:1 9996:1 10012:1 10014:1 10050:1 10051:2 10061:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:3 10205:1 10212:1 10237:1 10245:6 10271:4 10272:1 10274:2 10275:1 10281:3 10284:3 10286:1 10295:1 10296:2 10302:1 10305:7 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:1 10503:1 10508:1 10513:1 10540:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:4 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11193:1 11196:1 11250:1 11301:2 11328:1 11351:1 11388:1 11411:1 11420:9 11437:1 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11582:2 11615:1 11622:1 11637:1 11640:4 11649:4 11652:1 11681:1 11689:4 11691:1 11703:6 11713:2 11724:1 11731:1 11736:2 11752:1 11774:1 11786:1 11788:1 11794:3 11801:1 11805:1 11807:1 11829:1 11837:1 11840:1 11861:1 11868:1 11875:1 11888:1 11916:4 11918:4 11946:1 11957:1 11969:1 12026:1 12064:1 12069:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12220:1 12259:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12700:2 12726:2 12728:2 12738:2 12744:1 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12916:1 12921:1 12925:1 12948:1 12961:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13058:1 13059:1 13067:1 13085:1 13087:1 13162:1 13180:4 13182:2 13188:1 13215:1 13238:1 13245:2 13247:1 13249:2 13305:1 13315:1 13387:1 13405:2 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:1 13519:1 13521:1 13528:1 13539:1 13555:1 13557:1 13558:1 13567:1 13604:1 13627:1 13633:1 13635:2 13637:1 13641:1 13646:1 13675:4 13694:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:2 13784:1 13792:2 13809:1 13833:1 13840:1 13869:8 13927:6 13931:1 13965:1 13990:2 14001:1 14058:5 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14209:2 14213:2 14215:1 14228:2 14238:1 14281:1 14285:1 14299:2 14354:1 14383:1 14400:2 14409:1 14438:1 14478:2 14516:1 14519:1 14539:1 14586:1 14604:1 14614:1 14619:4 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:3 14748:1 14812:2 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14957:1 14972:1 15009:1 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15089:1 15128:1 15136:1 15142:2 15166:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:1 15315:1 15331:1 15337:1 15355:1 15362:1 15402:1 15423:1 15488:1 15511:2 15515:1 15528:2 15545:1 15546:1 15572:1 15577:1 15590:1 15602:1 15624:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15768:1 15793:1 15794:1 15795:2 15805:1 15835:1 15859:1 15866:3 15873:2 15901:5 15924:1 15931:1 15941:3 15945:1 15995:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:1 16049:3 16050:2 16051:1 16053:2 16057:1 16061:2 16065:2 16067:1 16070:1 16072:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16308:1 16346:1 16360:1 16373:1 16388:3 16398:1 16466:1 16540:5 16649:1 16652:1 16674:1 16704:1 16722:1 16724:2 16795:1 16842:1 16859:1 16915:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17190:1 17235:1 17243:3 17296:1 17317:2 17374:1 17404:1 17425:1 17458:2 17468:1 17473:1 17493:1 17571:1 17582:1 17595:1 17639:1 17654:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:2 17975:1 17983:1 18014:1 18045:1 18055:1 18075:1 18081:1 18097:2 18102:1 18103:1 18107:1 18140:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18493:1147 18498:1 18564:1 18570:1 18600:1 18604:1 18628:1 18649:1 18679:1 18686:1 18717:1 18726:1 18771:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:1 18983:1 19003:1 19009:4 19018:2 19080:1 19084:1 19148:1 19167:1 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:4 19427:1 19459:1 19460:1 19506:2 19541:1 19562:6 19584:5 19597:12 19600:2 19605:1 19646:1 19676:2 19701:1 19730:1 19778:1 19812:3 19817:1 19824:1 19833:1 19842:1 19844:1 19871:1 19913:38 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:3 20076:5 20077:1 20082:1 20087:1 20127:1 20149:1 20153:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:2 20174:2 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20255:1 20290:1 20338:1 20343:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:2 20485:1 20500:1 20522:1 20523:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20685:1 20695:3 20701:1 20706:1 20714:1 20728:1 20735:1 20739:1 20767:1 20770:1 20783:1 20838:1 20852:2 20864:1 20881:2 20889:1 20890:1 20999:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:2 21036:3 21066:1 21069:1 21071:1 21082:1 21117:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:1 21286:2 21287:1 21293:1 21310:1 21339:1 21343:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21415:1 21419:9 21446:1 21471:1 21481:1 21484:1 21496:1 21523:2 21525:1 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21662:5 21663:1 21664:1 21668:2 21676:2 21692:1 21714:1 21733:4 21765:1 21799:1 21802:1 21817:3 21834:1 21854:1 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22018:1 22025:1 22028:3 22048:2 22050:6 22102:3 22108:2 22112:2 22139:1 22176:1 22188:1 22224:3 22244:1 22262:2 22310:1 22329:1 22347:1 22368:3 22379:1 22414:1 22449:1 22473:1 22478:1 22497:1 22506:1 22511:1 22519:5 22520:1 22531:1 22561:2 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:3 23026:1 23028:1 23029:1 23057:1 23059:1 23088:1 23090:2 23092:1 23097:2 23101:2 23138:1 23154:1 23165:1 23176:1 23187:1 23191:1 23230:3 23248:1 23253:1 23254:1 23258:1 23262:1 23280:1 23304:3 23306:1 23313:1 23329:1 23336:2 23356:1 23358:1 23367:1 23410:1 23453:4 23461:1 23510:1 23516:1 23582:1 23608:1 23630:2 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23782:1 23795:1 23801:1 23818:1 23825:1 23843:1 23852:1 23870:1 23872:1 23881:1 23909:1 23916:1 23963:1 23979:1 24017:1 24031:1 24060:1 24062:2 24076:1 24092:1 24114:2 24128:1 24150:1 24200:1 24218:1 24229:3 24231:2 24232:6 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24345:1 24348:1 24370:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:3 24507:1 24557:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:1 24775:1 24796:1 24866:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:1 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25135:1 25181:1 25189:3 25196:1 25204:1 25250:2 25279:1 25309:1 25313:2 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:1 25473:1 25496:1 25507:2 25527:1 25541:2 25559:1 25594:1 25601:1 25603:1 25613:1 25615:1 25616:1 25637:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:4 25757:1 25767:1 25782:3 25784:1 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:1 26059:1 26061:1 26120:1 26121:3 26129:1 26165:1 26167:1 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26378:1 26397:1 26418:2 26430:1 26456:1 26492:1 26527:1 26599:3 26632:1 26638:1 26641:1 26646:1 26647:2 26679:1 26707:1 26715:1 26724:1 26762:2 26775:1 26778:2 26783:3 26801:1 26811:1 26819:1 26822:1 26845:1 26939:1 26941:1 26942:2 26944:1 26948:1 26957:1 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26995:1 27017:1 27032:1 27044:1 27068:3 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27227:1 27234:2 27240:4 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27630:1 27641:18 27663:1 27673:3 27679:1 27714:1 27747:1 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:1 27957:1 27964:1 27970:1 27988:1 28008:1 28009:1 28010:1 28033:1 28059:1 28099:2 28148:1 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:1 28379:1 28390:1 28428:1 28481:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:1 28638:1 28666:1 28668:1 28712:1 28719:1 28788:1 28794:3 28820:1 28834:1 28839:1 28847:2 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28875:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 142:2 175:2 184:3 201:1 208:1 225:2 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 389:2 390:1 401:1 419:1 512:1 527:1 537:1 551:1 554:2 569:1 572:2 580:3 606:1 658:1 679:1 721:1 765:1 780:1 790:2 799:3 814:2 821:1 826:1 836:1 842:3 844:2 853:3 864:3 877:2 882:1 883:3 886:2 898:1 900:2 911:3 918:1 934:1 936:2 1008:1 1043:1 1071:1 1099:1 1126:1 1128:1 1135:2 1145:1 1146:1 1173:1 1175:1 1187:1 1261:2 1287:1 1288:1 1307:1 1336:2 1340:1 1350:2 1354:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:2 1460:7 1475:3 1488:1 1492:1 1527:1 1529:1 1653:1 1675:1 1684:2 1693:1 1729:1 1733:1 1737:1 1801:1 1819:1 1826:1 1889:1 1901:1 1904:1 1918:2 1951:1 1968:1 2000:1 2021:1 2031:1 2042:1 2045:6 2085:1 2103:1 2104:1 2123:1 2157:1 2168:1 2170:1 2172:2 2173:2 2175:1 2178:1 2179:2 2187:3 2196:2 2197:2 2203:1 2206:1 2248:1 2264:1 2292:1 2300:1 2303:1 2313:2 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2467:1 2550:1 2554:4 2566:1 2568:1 2574:1 2578:1 2596:1 2607:1 2610:3 2676:2 2677:2 2687:1 2700:1 2727:1 2735:1 2775:1 2793:12 2802:4 2817:1 2820:1 2834:1 2844:1 2849:7 2865:1 2894:1 2904:3 3006:1 3015:1 3038:1 3110:1 3129:3 3208:5 3228:1 3343:1 3353:1 3358:2 3359:2 3362:1 3364:4 3365:2 3370:1 3371:1 3373:1 3411:3 3417:2 3419:1 3421:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:3 3492:1 3493:14 3502:1 3520:1 3533:1 3546:1 3565:1 3582:4 3590:1 3644:5 3648:1 3655:1 3694:1 3701:1 3722:1 3743:1 3744:1 3763:1 3785:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:1 3922:1 3948:1 3949:1 3964:2 3967:3 3968:1 3983:1 3985:1 4027:1 4115:1 4122:1 4136:1 4143:1 4145:1 4151:2 4157:1 4257:1 4259:3 4287:1 4297:1 4306:4 4317:1 4364:1 4395:1 4446:1 4447:1 4451:1 4482:2 4499:1 4503:1 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:7 4877:1 4883:2 4923:1 4939:1 4993:1 5006:2 5011:1 5017:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:3 5069:1 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5308:2 5361:1 5377:1 5394:1 5425:1 5429:1 5449:4 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5771:1 5773:1 5905:1 5917:1 5921:1 5935:1 6006:1 6017:3 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6154:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6274:1 6276:1 6287:1 6315:1 6376:2 6377:1 6385:2 6391:2 6394:2 6404:2 6405:1 6407:1 6410:1 6420:1 6497:1 6513:1 6517:1 6529:1 6637:1 6675:1 6689:1 6690:1 6702:3 6711:1 6715:1 6716:1 6744:1 6813:1 6817:1 6847:4 6853:2 6859:1 6865:1 6885:3 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:5 7002:1 7034:1 7038:1 7061:2 7069:1 7083:3 7090:1 7112:1 7127:1 7154:2 7170:2 7187:1 7231:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7446:1 7460:1 7484:3 7491:1 7539:1 7559:1 7576:1 7599:1 7608:1 7610:3 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:3 7732:3 7756:15 7764:1 7771:14 7772:5 7820:1 7834:1 7835:1 7866:1 7889:2 7890:1 7902:1 7937:4 7965:1 7985:1 8041:2 8053:1 8060:1 8087:1 8111:1 8134:1 8143:1 8150:1 8178:1 8213:21 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:1 8312:8 8345:1 8346:1 8353:1 8359:1 8384:1 8416:1 8429:1 8445:3 8447:2 8452:1 8453:2 8458:1 8467:3 8469:1 8474:1 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:1 8617:2 8623:1 8628:1 8648:3 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9029:1 9052:2 9063:1 9078:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9243:1 9246:1 9254:3 9260:1 9265:1 9268:1 9274:3 9290:1 9350:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:1 9458:1 9483:1 9509:5 9521:1 9557:1 9564:1 9584:1 9619:1 9631:1 9647:2 9648:1 9660:1 9702:1 9724:2 9729:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:4 9884:2 9895:1 9911:1 9917:3 9922:2 9928:2 9938:1 9945:1 9969:1 9996:1 10012:1 10014:1 10050:2 10051:2 10061:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:3 10205:1 10212:1 10237:1 10245:6 10271:4 10272:1 10274:2 10275:1 10281:3 10284:4 10286:1 10295:1 10296:2 10302:1 10305:7 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:1 10503:1 10508:1 10513:1 10540:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:4 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11193:1 11196:1 11250:1 11301:2 11328:1 11351:1 11388:1 11411:1 11420:9 11437:1 11465:1 11470:1 11482:1 11485:1 11495:1 11544:1 11581:1 11582:2 11615:1 11622:1 11637:1 11640:4 11649:4 11652:1 11681:1 11689:4 11691:1 11703:6 11713:2 11724:1 11731:1 11736:2 11752:1 11774:1 11786:1 11788:1 11794:3 11801:1 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11946:1 11957:1 11969:1 12026:1 12064:1 12069:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12220:1 12236:1 12259:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12700:2 12726:2 12728:2 12738:2 12744:1 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12916:1 12921:1 12925:1 12948:1 12961:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13058:1 13059:2 13067:1 13085:1 13087:1 13162:1 13180:4 13182:2 13188:1 13215:1 13238:1 13245:2 13247:1 13249:2 13305:1 13315:1 13387:1 13405:2 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:1 13519:1 13521:1 13528:1 13539:1 13555:1 13557:1 13558:1 13567:1 13604:1 13627:1 13633:1 13635:2 13637:1 13641:1 13646:1 13675:4 13694:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13784:1 13792:2 13809:1 13833:1 13840:1 13869:9 13927:6 13931:1 13965:1 13990:2 14001:1 14058:5 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14205:1 14209:2 14213:2 14215:1 14228:2 14238:1 14281:1 14285:1 14299:2 14354:1 14383:1 14400:2 14409:1 14438:1 14478:2 14516:1 14519:1 14539:1 14586:1 14604:1 14614:1 14619:4 14628:1 14665:1 14673:1 14703:1 14704:1 14722:1 14724:3 14748:1 14812:2 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14957:1 14972:1 15009:2 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15089:1 15128:1 15136:1 15142:2 15166:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:1 15315:1 15331:1 15337:1 15355:1 15362:1 15402:1 15423:1 15488:1 15511:2 15515:1 15528:2 15545:1 15546:1 15572:1 15577:1 15590:1 15602:1 15624:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15768:1 15793:1 15794:1 15795:2 15805:1 15835:1 15859:1 15866:3 15873:2 15901:5 15924:1 15931:1 15941:3 15945:1 15995:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:2 16049:3 16050:2 16051:1 16053:2 16057:1 16061:3 16065:2 16067:1 16070:1 16072:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16308:1 16311:1 16346:1 16360:1 16373:1 16388:3 16398:1 16466:1 16523:1 16540:6 16649:1 16652:1 16674:1 16704:1 16722:1 16724:2 16795:1 16842:1 16859:1 16915:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17190:1 17235:1 17243:3 17296:1 17317:2 17374:1 17404:1 17425:1 17458:2 17468:1 17473:1 17493:1 17571:1 17582:1 17595:1 17639:1 17654:1 17655:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:2 17975:1 17983:1 18014:1 18045:1 18055:1 18075:1 18081:1 18097:2 18102:1 18103:1 18107:1 18140:1 18154:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18493:1162 18498:1 18564:1 18570:1 18600:1 18604:1 18628:1 18649:1 18679:1 18686:1 18717:1 18726:1 18771:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:1 18983:1 19003:1 19009:4 19018:2 19080:1 19084:1 19148:1 19167:2 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:4 19427:1 19459:1 19460:1 19506:2 19541:1 19562:6 19584:6 19597:12 19600:2 19605:1 19646:1 19676:2 19701:1 19730:1 19775:1 19778:1 19812:3 19817:1 19824:1 19833:1 19842:1 19844:1 19871:1 19913:40 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:3 20076:6 20077:1 20082:2 20087:1 20127:1 20149:1 20153:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:2 20174:2 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20255:1 20272:1 20290:1 20338:1 20343:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:2 20485:1 20500:1 20522:1 20523:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20685:1 20695:3 20701:1 20706:1 20714:1 20728:1 20735:1 20739:1 20767:1 20770:1 20783:1 20838:1 20852:2 20864:1 20881:2 20889:1 20890:1 20999:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:2 21036:3 21066:1 21069:1 21071:1 21082:1 21117:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:1 21286:2 21287:1 21293:1 21310:1 21329:1 21339:1 21343:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21415:1 21419:9 21446:1 21471:1 21481:1 21484:1 21496:1 21523:2 21525:1 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21662:5 21663:1 21664:1 21668:2 21676:2 21692:1 21714:1 21733:5 21765:1 21789:1 21799:1 21802:1 21817:3 21834:1 21854:1 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22018:1 22025:1 22028:3 22048:2 22050:6 22102:3 22108:2 22112:2 22139:1 22176:1 22188:1 22224:3 22244:1 22262:2 22310:1 22329:1 22347:1 22368:3 22379:2 22414:1 22449:1 22473:1 22478:1 22497:1 22506:1 22511:1 22519:6 22520:1 22531:1 22561:2 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:3 23026:1 23028:1 23029:1 23057:1 23059:1 23088:1 23090:2 23092:1 23097:2 23101:3 23138:1 23154:1 23165:1 23176:1 23187:1 23191:2 23230:3 23248:1 23253:1 23254:1 23258:1 23262:1 23280:1 23304:3 23306:1 23313:1 23329:1 23336:2 23356:1 23358:1 23367:1 23410:1 23453:4 23461:1 23510:1 23516:1 23582:1 23608:1 23630:2 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23782:1 23795:1 23801:1 23818:1 23825:1 23843:1 23852:1 23870:1 23872:1 23881:1 23884:1 23909:1 23916:1 23963:1 23979:1 24017:1 24031:1 24060:1 24062:2 24076:1 24092:1 24114:2 24128:1 24150:1 24179:1 24200:1 24218:1 24229:3 24231:2 24232:6 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24345:1 24348:1 24370:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:3 24507:1 24545:1 24557:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:1 24775:1 24796:1 24866:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:2 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25135:1 25181:1 25189:3 25196:1 25204:1 25250:2 25279:1 25309:1 25313:2 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:1 25473:1 25496:1 25507:2 25527:1 25541:2 25559:1 25594:1 25601:1 25603:1 25613:1 25615:1 25616:1 25637:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:4 25757:1 25767:1 25782:3 25784:1 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:1 26059:1 26061:1 26120:1 26121:3 26129:1 26165:1 26167:1 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26378:1 26397:1 26418:2 26430:1 26456:1 26492:1 26527:1 26599:3 26632:1 26638:1 26641:1 26646:1 26647:2 26679:1 26707:1 26715:1 26724:1 26762:2 26775:1 26778:2 26783:3 26801:1 26811:1 26819:1 26822:1 26845:1 26874:1 26939:1 26941:1 26942:2 26944:1 26948:1 26957:1 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26985:1 26995:1 27017:1 27032:1 27044:1 27049:1 27068:3 27144:1 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27227:1 27234:2 27240:4 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27630:1 27641:20 27663:1 27673:3 27679:1 27714:1 27747:2 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:1 27957:1 27964:1 27970:1 27988:1 28008:1 28009:1 28010:1 28033:1 28059:1 28099:2 28148:1 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:1 28379:1 28390:1 28428:1 28481:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:1 28638:1 28666:2 28668:1 28712:1 28719:1 28788:1 28794:3 28820:1 28834:1 28839:1 28847:2 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28875:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 142:2 175:2 184:3 201:1 208:1 225:2 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 389:3 390:1 401:1 419:1 512:1 527:1 537:1 551:1 554:2 569:1 572:2 580:4 606:1 658:1 679:1 721:1 765:1 780:1 790:2 799:3 814:2 821:1 826:1 836:1 842:3 844:2 853:3 864:3 877:2 882:1 883:3 886:2 898:1 900:2 911:3 918:1 934:1 936:2 1008:1 1043:1 1071:1 1099:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1173:1 1175:1 1185:1 1187:1 1261:2 1287:1 1288:1 1307:1 1336:2 1340:2 1350:2 1354:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:2 1460:7 1475:4 1488:1 1492:1 1527:1 1529:1 1653:1 1674:1 1675:1 1684:2 1693:1 1729:1 1733:1 1737:1 1801:1 1819:1 1826:1 1889:1 1901:1 1904:1 1918:2 1924:1 1934:1 1951:1 1955:1 1968:1 2000:1 2021:1 2031:1 2042:1 2045:6 2085:1 2103:1 2104:1 2123:1 2157:1 2168:1 2169:1 2170:1 2172:2 2173:2 2175:1 2178:1 2179:2 2187:3 2196:2 2197:2 2201:1 2203:1 2206:1 2248:1 2264:1 2292:1 2300:1 2303:1 2313:2 2329:1 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2467:1 2514:1 2550:2 2554:4 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2676:2 2677:2 2687:1 2700:1 2727:1 2735:1 2775:1 2793:13 2802:4 2817:1 2820:1 2834:1 2844:1 2849:8 2865:1 2894:1 2904:3 3006:1 3015:1 3038:1 3110:1 3129:3 3208:5 3228:1 3343:1 3353:2 3358:2 3359:2 3362:1 3364:4 3365:2 3370:1 3371:1 3373:1 3411:3 3417:2 3419:1 3421:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:3 3492:1 3493:14 3502:1 3507:1 3512:1 3520:1 3533:1 3546:1 3565:1 3582:5 3590:1 3595:1 3644:5 3648:1 3655:1 3694:1 3701:2 3722:1 3743:1 3744:1 3755:1 3763:1 3785:1 3803:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:1 3922:1 3948:1 3949:1 3964:2 3967:3 3968:1 3983:1 3985:1 4027:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4257:1 4259:3 4287:1 4297:1 4306:4 4317:1 4364:1 4395:1 4446:1 4447:1 4451:1 4458:1 4482:2 4499:1 4503:1 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:7 4877:1 4883:2 4923:1 4939:1 4975:1 4993:1 5006:2 5011:1 5017:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:3 5069:1 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5308:3 5361:1 5377:1 5394:1 5425:1 5429:1 5449:4 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5771:1 5773:1 5788:1 5905:1 5917:1 5921:1 5935:1 6006:1 6017:3 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6154:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6274:1 6276:1 6287:1 6315:1 6376:2 6377:1 6385:2 6391:2 6394:2 6404:3 6405:1 6407:1 6410:1 6420:1 6422:1 6497:1 6513:1 6517:1 6529:1 6637:1 6675:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:1 6716:1 6744:1 6813:1 6817:1 6847:4 6853:2 6859:1 6865:1 6875:1 6885:3 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:5 7002:1 7034:1 7038:1 7061:2 7069:1 7083:3 7090:1 7112:1 7127:1 7154:2 7170:2 7187:1 7231:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7446:1 7460:1 7484:3 7491:1 7539:1 7559:1 7576:1 7599:1 7608:1 7610:3 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:3 7732:3 7756:17 7764:1 7771:15 7772:6 7820:1 7834:1 7835:1 7866:1 7889:2 7890:1 7902:1 7937:4 7965:1 7985:1 8041:2 8053:1 8060:1 8087:1 8111:1 8134:1 8143:1 8150:1 8172:1 8178:1 8213:21 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:1 8312:8 8345:1 8346:1 8353:1 8359:1 8384:1 8416:1 8429:1 8445:3 8447:2 8452:1 8453:2 8458:1 8467:3 8469:1 8474:1 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:1 8617:3 8623:1 8628:1 8648:3 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9029:2 9052:2 9063:1 9078:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9243:1 9246:1 9254:3 9260:1 9265:2 9268:1 9274:3 9290:1 9350:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:2 9458:1 9483:1 9509:5 9521:1 9557:1 9564:1 9584:1 9619:1 9631:1 9647:2 9648:1 9660:1 9702:1 9724:2 9729:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:4 9884:2 9895:2 9911:1 9917:3 9922:2 9928:2 9938:1 9945:1 9969:1 9996:1 10012:1 10014:1 10050:2 10051:2 10061:1 10064:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:4 10205:1 10210:1 10212:1 10237:1 10245:6 10271:4 10272:1 10274:2 10275:1 10281:3 10284:4 10286:1 10287:1 10295:1 10296:2 10302:2 10305:7 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:2 10503:1 10508:1 10513:1 10540:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:4 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11193:1 11196:1 11250:1 11301:2 11328:1 11351:1 11388:1 11395:1 11411:1 11420:9 11437:1 11465:1 11470:2 11482:1 11485:1 11495:1 11544:1 11581:1 11582:2 11615:1 11622:1 11637:1 11640:4 11649:4 11652:1 11681:1 11689:5 11691:1 11701:1 11703:7 11713:2 11724:1 11731:1 11736:2 11752:1 11774:1 11786:1 11788:1 11794:3 11801:2 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11946:1 11957:1 11969:1 12026:1 12032:1 12064:1 12069:1 12084:1 12085:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12220:1 12236:1 12259:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12700:2 12726:2 12728:2 12738:2 12744:1 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13058:1 13059:2 13067:1 13085:1 13087:1 13162:1 13180:4 13182:2 13188:1 13215:1 13238:1 13245:2 13247:1 13249:2 13305:1 13315:1 13387:1 13405:2 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:1 13519:1 13521:1 13528:2 13539:1 13555:1 13557:1 13558:1 13567:1 13604:1 13627:1 13633:1 13635:2 13637:1 13641:1 13646:1 13675:4 13694:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13784:2 13792:3 13809:1 13833:1 13840:1 13869:9 13927:6 13931:1 13965:1 13990:2 14001:1 14058:5 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14205:1 14209:2 14213:2 14215:1 14228:2 14238:1 14281:1 14285:1 14299:2 14354:1 14383:1 14400:2 14409:1 14438:1 14478:2 14516:1 14519:1 14539:1 14586:1 14604:1 14614:1 14619:5 14628:1 14665:1 14673:1 14699:1 14703:1 14704:1 14722:1 14724:3 14748:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14957:1 14972:1 15009:2 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15089:1 15128:1 15136:1 15142:2 15160:1 15166:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:2 15315:1 15331:1 15337:1 15355:1 15362:1 15402:1 15423:1 15488:1 15511:2 15515:1 15528:2 15545:1 15546:1 15553:1 15572:1 15577:1 15579:1 15590:1 15602:1 15624:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15768:1 15793:1 15794:1 15795:2 15805:1 15835:2 15859:1 15866:3 15873:2 15901:6 15924:1 15931:1 15941:3 15945:1 15995:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:2 16049:3 16050:2 16051:1 16053:2 16057:1 16061:3 16065:2 16067:1 16070:1 16072:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:1 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16308:1 16311:1 16346:1 16360:1 16373:1 16388:3 16398:1 16466:1 16523:1 16540:7 16649:1 16652:1 16668:1 16674:1 16704:1 16722:1 16724:2 16795:1 16842:1 16859:1 16915:1 16948:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17190:1 17235:1 17243:3 17296:1 17317:2 17374:1 17404:1 17425:1 17458:2 17467:1 17468:1 17473:1 17493:1 17571:1 17582:1 17595:1 17639:1 17654:1 17655:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:2 17975:1 17983:1 18014:1 18045:1 18055:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18475:1 18493:1214 18498:1 18564:1 18570:1 18600:1 18604:1 18628:1 18649:1 18679:1 18686:1 18717:1 18726:1 18771:1 18802:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:1 18983:1 19003:1 19009:5 19018:2 19080:1 19084:1 19148:1 19167:2 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:5 19427:1 19459:1 19460:1 19506:2 19541:1 19562:6 19584:7 19597:14 19600:2 19605:1 19646:1 19676:2 19690:1 19701:1 19730:1 19775:1 19778:1 19812:3 19817:1 19824:1 19833:1 19842:1 19844:1 19871:1 19913:41 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:4 20076:7 20077:1 20082:2 20087:1 20127:1 20149:1 20153:1 20154:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:2 20174:3 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20255:1 20272:1 20290:1 20319:1 20338:1 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:2 20485:1 20500:1 20522:1 20523:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20685:1 20691:1 20695:4 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:1 20767:1 20770:1 20783:1 20838:1 20852:2 20864:1 20881:2 20889:1 20890:1 20999:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:2 21036:3 21066:1 21069:1 21071:1 21082:1 21117:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:1 21286:2 21287:1 21293:1 21310:1 21329:1 21339:1 21343:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21415:1 21419:9 21446:1 21471:1 21481:1 21484:2 21496:1 21523:2 21525:2 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21662:6 21663:1 21664:1 21668:2 21676:2 21692:1 21714:1 21733:5 21765:1 21789:1 21799:1 21802:1 21817:3 21834:1 21854:2 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22018:1 22025:1 22028:3 22048:2 22050:7 22102:3 22108:2 22112:2 22139:1 22158:1 22176:1 22188:1 22224:4 22244:1 22262:2 22310:1 22329:1 22347:1 22368:3 22379:2 22414:1 22449:1 22473:1 22478:1 22497:1 22506:1 22511:1 22519:7 22520:1 22531:1 22561:2 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:3 23026:1 23028:1 23029:1 23057:1 23059:1 23088:1 23090:2 23092:1 23097:2 23101:3 23138:1 23154:1 23165:1 23176:1 23187:1 23191:2 23230:3 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23410:1 23453:4 23461:1 23510:1 23516:1 23582:1 23608:1 23630:2 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23782:1 23795:1 23801:1 23818:1 23825:1 23843:1 23852:1 23870:1 23872:1 23881:1 23884:1 23909:1 23916:1 23963:1 23979:1 24017:1 24031:1 24060:1 24062:2 24076:1 24092:1 24114:2 24128:1 24147:1 24150:1 24179:1 24200:1 24218:1 24229:3 24231:2 24232:6 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24345:1 24348:1 24370:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:3 24507:1 24545:1 24557:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:1 24775:1 24796:1 24866:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:2 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25107:1 25135:1 25181:1 25189:3 25196:1 25204:1 25250:2 25279:1 25309:1 25313:2 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:1 25473:1 25496:1 25507:2 25527:1 25541:2 25559:1 25594:1 25601:2 25603:1 25613:1 25615:2 25616:1 25637:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:4 25757:1 25767:1 25782:3 25784:1 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:1 26059:1 26061:1 26120:1 26121:3 26129:1 26165:1 26167:1 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26378:1 26397:1 26418:2 26430:1 26456:2 26492:1 26527:1 26599:3 26632:1 26638:1 26641:1 26646:1 26647:2 26679:1 26692:1 26707:1 26715:1 26724:1 26762:2 26775:1 26778:2 26783:3 26801:1 26811:1 26819:1 26822:1 26845:1 26874:1 26886:1 26939:1 26941:1 26942:2 26944:1 26948:1 26957:1 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26985:1 26995:2 27017:1 27032:2 27044:1 27049:1 27068:3 27144:1 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27227:1 27234:2 27240:4 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27630:1 27641:21 27663:1 27673:3 27679:1 27714:1 27747:2 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:1 27957:1 27964:1 27970:1 27988:1 28008:1 28009:1 28010:1 28033:1 28059:1 28099:2 28148:1 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:2 28379:1 28390:1 28428:1 28481:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:1 28638:1 28666:2 28668:1 28712:1 28719:1 28788:1 28794:3 28820:1 28834:1 28839:1 28847:2 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28875:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 142:2 175:2 184:3 201:1 208:1 225:2 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 383:1 389:3 390:1 401:1 419:1 512:1 527:1 537:1 551:1 554:2 569:1 572:2 580:4 606:1 658:1 679:1 721:1 765:1 780:1 790:2 799:3 814:2 821:1 826:1 836:1 842:3 844:2 853:3 864:3 877:2 882:1 883:3 886:2 898:1 900:2 911:3 918:1 934:1 936:2 1008:1 1043:1 1071:1 1099:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1173:1 1175:1 1185:1 1187:1 1261:2 1287:1 1288:1 1307:1 1336:2 1340:2 1350:2 1354:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:2 1460:7 1475:4 1488:1 1492:1 1527:1 1529:1 1653:1 1674:1 1675:1 1684:2 1693:1 1729:1 1733:1 1737:1 1801:1 1819:1 1826:1 1889:1 1901:1 1904:1 1918:2 1924:1 1934:1 1951:1 1955:1 1968:1 2000:1 2021:1 2031:1 2042:1 2045:6 2085:1 2103:1 2104:2 2123:1 2157:1 2168:1 2169:1 2170:1 2172:2 2173:2 2175:1 2178:1 2179:2 2187:3 2196:2 2197:2 2201:1 2203:1 2206:1 2248:1 2264:1 2292:1 2300:1 2303:1 2313:2 2329:1 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2467:1 2514:1 2550:2 2554:4 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2676:2 2677:2 2687:1 2700:1 2727:1 2735:1 2775:1 2793:13 2800:1 2802:4 2817:1 2820:1 2834:1 2844:1 2849:9 2865:1 2894:1 2904:3 2986:1 3006:1 3015:1 3038:1 3110:1 3129:4 3176:1 3190:1 3208:5 3228:1 3343:1 3353:2 3358:2 3359:2 3362:1 3364:5 3365:2 3370:1 3371:1 3373:1 3411:3 3417:2 3419:1 3421:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:3 3492:1 3493:14 3502:1 3507:1 3512:1 3520:1 3533:1 3546:1 3565:1 3582:5 3590:1 3595:1 3644:5 3648:1 3655:1 3694:1 3701:2 3722:1 3743:1 3744:1 3755:1 3763:1 3785:1 3803:1 3806:1 3821:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:1 3922:1 3948:1 3949:1 3964:2 3967:3 3968:1 3983:1 3985:1 4027:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4257:1 4259:3 4287:1 4297:1 4306:5 4317:1 4364:1 4395:1 4446:1 4447:1 4451:1 4458:1 4482:2 4499:1 4503:2 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:8 4877:1 4883:2 4923:1 4939:1 4975:1 4993:1 5006:2 5011:1 5017:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:3 5069:1 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5308:3 5339:1 5361:1 5377:1 5394:1 5425:1 5429:1 5449:4 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5771:1 5773:1 5788:1 5905:1 5917:1 5921:1 5935:1 6006:1 6017:3 6024:1 6030:2 6051:1 6062:1 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6154:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6274:1 6276:1 6287:1 6315:1 6376:2 6377:1 6384:1 6385:2 6391:2 6394:2 6404:3 6405:1 6407:1 6410:1 6420:1 6422:1 6497:1 6513:1 6517:1 6529:1 6637:1 6675:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:1 6813:1 6817:1 6847:4 6853:2 6859:1 6865:1 6875:1 6885:3 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:5 7002:1 7034:1 7038:1 7061:2 7069:1 7083:3 7090:1 7112:1 7127:1 7154:2 7170:2 7187:1 7231:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7446:1 7460:1 7484:3 7491:1 7539:1 7559:1 7576:1 7599:1 7608:1 7610:3 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:3 7732:3 7756:17 7764:1 7771:15 7772:7 7820:1 7834:1 7835:1 7866:1 7889:2 7890:1 7902:1 7937:4 7965:1 7985:1 8041:2 8053:1 8060:1 8087:1 8111:1 8134:1 8143:1 8150:1 8172:1 8178:1 8213:21 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:1 8312:8 8345:1 8346:1 8353:1 8359:1 8384:1 8416:1 8429:2 8445:3 8447:2 8452:1 8453:2 8458:1 8467:3 8469:1 8474:1 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:1 8617:3 8623:1 8628:1 8648:3 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9029:2 9052:2 9063:1 9078:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9243:1 9246:1 9254:3 9260:1 9265:2 9268:1 9274:3 9290:1 9350:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:2 9458:1 9483:2 9509:5 9521:1 9557:1 9564:1 9584:1 9619:1 9631:1 9647:2 9648:1 9660:1 9702:1 9724:2 9729:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:4 9884:2 9895:2 9911:1 9917:3 9922:2 9928:2 9938:1 9945:1 9969:1 9996:1 10012:1 10014:1 10050:2 10051:2 10061:1 10064:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10205:1 10210:1 10212:1 10237:1 10245:6 10271:4 10272:1 10274:2 10275:1 10281:3 10284:5 10286:1 10287:1 10295:1 10296:2 10302:2 10305:7 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:2 10503:1 10508:1 10513:1 10540:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:4 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11193:1 11196:1 11250:1 11301:2 11328:1 11351:1 11388:1 11395:1 11411:1 11420:9 11437:1 11465:1 11470:2 11482:1 11485:1 11495:1 11544:1 11581:1 11582:2 11615:1 11620:1 11622:1 11637:1 11640:4 11649:4 11652:1 11681:2 11689:5 11691:1 11701:1 11703:8 11713:2 11724:1 11731:1 11736:2 11752:1 11774:1 11786:1 11788:1 11794:3 11801:2 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11946:1 11957:1 11969:1 12026:1 12032:1 12064:1 12069:1 12084:1 12085:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12220:2 12236:1 12259:1 12316:1 12331:1 12332:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12700:2 12726:2 12728:2 12738:2 12744:2 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13058:1 13059:2 13067:1 13085:1 13087:1 13162:1 13180:4 13182:2 13188:1 13215:1 13238:1 13245:2 13247:1 13249:2 13305:1 13315:1 13387:1 13405:2 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:1 13519:1 13521:1 13528:2 13539:1 13555:1 13557:1 13558:1 13567:1 13604:1 13627:1 13633:2 13635:2 13637:1 13641:1 13646:1 13675:4 13694:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13784:2 13792:3 13809:1 13833:1 13840:1 13869:9 13927:6 13931:1 13965:1 13990:2 14001:1 14058:5 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14205:1 14209:2 14213:2 14215:1 14228:2 14238:1 14281:1 14285:1 14299:2 14354:1 14383:1 14400:2 14409:1 14438:1 14478:2 14494:1 14516:1 14519:1 14539:1 14586:1 14604:1 14614:1 14619:5 14628:1 14665:1 14673:1 14699:1 14703:1 14704:1 14722:1 14724:3 14748:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14957:1 14972:1 15009:2 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15089:1 15128:1 15136:1 15142:2 15160:1 15166:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:2 15315:1 15331:1 15337:1 15355:1 15362:1 15402:1 15423:1 15488:1 15511:2 15515:1 15528:2 15545:1 15546:1 15553:1 15572:1 15577:1 15579:1 15590:1 15602:1 15624:1 15639:1 15642:1 15653:1 15655:1 15666:1 15681:1 15716:1 15768:1 15793:1 15794:1 15795:2 15805:1 15835:2 15859:1 15866:3 15873:3 15901:6 15924:1 15931:1 15941:4 15945:1 15995:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:2 16049:3 16050:2 16051:1 16053:2 16057:1 16061:3 16065:2 16067:1 16070:1 16072:1 16078:1 16103:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16308:1 16311:1 16346:1 16360:1 16373:1 16388:3 16398:1 16466:1 16523:1 16540:7 16649:1 16652:1 16668:1 16674:1 16704:1 16722:1 16724:2 16795:1 16842:1 16859:1 16915:1 16948:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17190:2 17235:1 17243:3 17296:1 17317:2 17374:1 17404:1 17425:1 17444:1 17458:2 17467:1 17468:1 17473:1 17493:1 17571:1 17582:1 17595:1 17639:1 17654:1 17655:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:2 17975:1 17983:1 18014:1 18045:1 18055:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18475:1 18493:1244 18498:1 18564:1 18570:1 18600:1 18604:1 18628:1 18649:1 18679:1 18686:1 18717:1 18726:1 18771:1 18802:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:1 18983:1 19003:1 19009:5 19018:2 19080:1 19084:1 19148:1 19167:2 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:2 19335:1 19368:1 19379:1 19420:1 19421:5 19427:1 19459:1 19460:1 19506:2 19541:1 19562:6 19584:7 19597:15 19600:2 19605:1 19646:1 19676:2 19690:1 19701:1 19730:1 19775:1 19778:1 19812:3 19817:1 19824:1 19833:1 19842:1 19844:1 19871:1 19913:42 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:4 20076:7 20077:1 20082:2 20087:1 20127:2 20149:1 20153:1 20154:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:2 20174:3 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20255:1 20272:1 20290:1 20319:1 20338:1 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:2 20485:1 20500:1 20522:1 20523:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20662:1 20685:1 20691:1 20695:4 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:1 20767:1 20770:1 20783:1 20838:1 20852:2 20864:2 20881:2 20889:1 20890:1 20999:1 21002:1 21006:1 21008:1 21012:2 21021:1 21024:2 21036:3 21066:1 21069:1 21071:1 21082:1 21117:1 21131:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:1 21286:2 21287:1 21293:1 21310:1 21329:1 21339:1 21343:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21415:1 21419:9 21446:1 21471:1 21481:1 21484:2 21496:1 21523:2 21525:2 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21662:6 21663:1 21664:1 21668:2 21676:2 21692:1 21714:1 21733:5 21765:1 21789:1 21799:1 21802:1 21817:3 21834:1 21854:2 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22018:1 22025:1 22028:3 22048:2 22050:7 22102:3 22108:2 22112:3 22139:1 22158:1 22176:1 22188:1 22224:4 22244:1 22262:2 22310:1 22329:1 22347:1 22368:3 22379:2 22414:1 22449:2 22473:1 22478:1 22497:1 22506:1 22511:1 22519:7 22520:1 22531:1 22561:2 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:3 23026:1 23028:1 23029:1 23057:1 23059:1 23088:1 23090:2 23092:1 23097:2 23101:3 23138:1 23154:1 23165:1 23176:1 23187:1 23191:2 23230:3 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23410:1 23453:4 23461:1 23510:1 23516:1 23582:2 23608:1 23630:2 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23782:1 23795:1 23801:1 23818:1 23825:1 23843:1 23852:1 23870:1 23872:1 23881:1 23884:1 23909:1 23916:1 23963:1 23979:1 23992:1 24017:1 24031:1 24060:1 24062:2 24076:1 24092:1 24114:2 24128:1 24147:1 24150:1 24179:1 24200:1 24218:1 24229:3 24231:3 24232:6 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24345:1 24348:1 24370:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:3 24507:1 24545:1 24557:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:1 24775:1 24796:1 24866:1 24871:1 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:2 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25107:1 25135:1 25181:1 25189:3 25196:1 25204:1 25250:2 25279:1 25309:1 25313:2 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:2 25473:1 25496:1 25507:2 25527:1 25541:2 25559:1 25594:1 25601:2 25603:1 25613:1 25615:2 25616:1 25637:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:5 25757:1 25767:1 25782:3 25784:1 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:2 25931:1 25945:1 25956:1 25965:1 25991:1 26046:1 26059:1 26061:1 26120:1 26121:3 26129:1 26165:1 26167:1 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26365:1 26378:1 26397:1 26418:2 26430:1 26443:1 26456:2 26492:1 26527:1 26599:3 26632:1 26638:1 26641:1 26646:1 26647:2 26679:1 26692:1 26707:1 26715:1 26724:1 26762:2 26775:1 26778:2 26783:3 26801:1 26811:1 26819:1 26822:1 26845:1 26874:1 26886:1 26939:1 26941:1 26942:2 26944:1 26948:1 26957:1 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26985:1 26990:1 26995:2 27017:1 27032:2 27044:1 27049:1 27068:3 27144:1 27149:2 27160:1 27162:1 27194:1 27195:1 27209:3 27226:1 27227:1 27234:2 27240:4 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27630:1 27641:21 27663:1 27673:3 27679:1 27714:1 27747:2 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:1 27957:1 27964:1 27970:1 27988:1 28008:1 28009:1 28010:1 28033:2 28059:1 28099:2 28148:1 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:2 28379:1 28390:1 28428:1 28481:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:1 28638:1 28666:2 28668:1 28712:1 28719:1 28788:1 28794:3 28820:1 28834:1 28839:1 28847:2 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28875:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 134:1 142:2 156:2 175:2 184:3 201:1 208:1 225:2 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 383:1 389:3 390:1 401:1 419:1 512:1 527:1 537:1 551:1 554:2 569:1 572:2 580:5 606:1 658:1 679:1 721:1 765:1 780:1 790:2 799:3 814:2 821:1 826:1 836:1 842:3 844:2 853:3 864:3 877:2 882:1 883:3 886:2 898:1 900:2 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1173:2 1175:1 1185:1 1187:1 1261:2 1274:1 1287:1 1288:1 1307:1 1336:2 1340:2 1350:2 1354:1 1356:1 1360:1 1398:1 1405:1 1421:1 1424:1 1442:1 1446:2 1460:7 1475:4 1488:1 1492:1 1527:1 1529:1 1653:1 1674:1 1675:1 1684:2 1693:1 1729:1 1733:1 1737:1 1801:1 1819:1 1826:1 1889:1 1901:1 1904:1 1918:2 1924:1 1934:1 1951:1 1955:1 1968:1 2000:1 2021:1 2031:1 2042:1 2045:6 2085:1 2103:1 2104:2 2123:1 2157:1 2168:1 2169:1 2170:1 2172:2 2173:2 2175:1 2178:1 2179:2 2187:3 2196:2 2197:2 2201:1 2203:1 2206:1 2248:1 2264:1 2292:1 2300:1 2303:1 2313:2 2329:1 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2467:1 2514:1 2550:2 2554:4 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2676:2 2677:2 2687:1 2700:1 2727:1 2735:1 2775:1 2793:13 2800:1 2802:4 2817:1 2820:1 2834:1 2844:1 2849:11 2865:1 2894:1 2904:3 2956:1 2986:1 3006:1 3015:1 3038:1 3110:1 3129:4 3176:1 3190:1 3208:5 3228:1 3343:1 3353:3 3358:2 3359:2 3362:1 3364:6 3365:2 3368:1 3370:1 3371:1 3373:1 3399:1 3411:3 3417:2 3419:1 3421:1 3427:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:3 3492:1 3493:14 3502:1 3507:1 3512:1 3520:1 3533:1 3546:1 3565:1 3582:5 3590:1 3595:1 3644:5 3648:1 3655:1 3693:1 3694:1 3701:2 3722:1 3743:1 3744:1 3755:1 3763:1 3785:1 3803:1 3806:1 3821:1 3824:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:1 3922:1 3948:1 3949:1 3964:2 3967:3 3968:1 3983:1 3985:1 4027:1 4060:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4257:1 4259:3 4287:1 4297:2 4306:5 4317:1 4364:1 4395:1 4446:1 4447:1 4451:1 4458:1 4482:2 4499:1 4503:2 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4729:1 4742:1 4771:1 4813:1 4874:8 4877:1 4883:2 4923:1 4939:1 4975:1 4993:1 5006:2 5011:2 5017:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:3 5069:1 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5297:1 5308:3 5339:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5449:4 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5771:1 5773:1 5788:1 5905:1 5917:1 5921:1 5935:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6115:1 6154:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6274:1 6276:1 6287:1 6315:1 6376:2 6377:1 6384:1 6385:2 6391:2 6394:2 6404:3 6405:1 6407:1 6410:1 6420:1 6422:1 6497:1 6513:1 6517:1 6529:1 6637:1 6675:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:1 6813:1 6817:1 6847:4 6853:2 6859:1 6865:1 6875:1 6885:3 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:5 7002:1 7034:1 7038:1 7061:2 7069:1 7083:3 7090:1 7112:1 7127:1 7154:2 7170:2 7187:1 7231:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7446:2 7460:1 7484:3 7491:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:1 7610:3 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:3 7732:3 7756:17 7764:1 7771:15 7772:8 7820:1 7834:1 7835:1 7840:1 7866:1 7889:2 7890:1 7902:1 7937:4 7965:1 7985:1 8041:2 8053:1 8060:1 8087:1 8111:1 8120:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8213:22 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:2 8312:8 8345:1 8346:1 8353:1 8359:1 8377:1 8384:1 8416:2 8429:2 8445:3 8447:2 8450:1 8452:1 8453:2 8457:1 8458:1 8467:3 8469:1 8474:1 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:1 8617:3 8623:1 8628:1 8648:5 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9029:2 9039:1 9052:2 9063:1 9078:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9243:1 9246:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9350:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:2 9458:1 9483:2 9509:5 9521:1 9557:1 9564:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:1 9660:1 9702:1 9724:2 9729:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:4 9884:2 9895:2 9911:1 9917:3 9922:2 9928:2 9938:1 9945:1 9969:1 9996:1 10012:1 10014:1 10050:2 10051:2 10061:1 10064:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10205:1 10210:1 10212:1 10237:1 10245:6 10271:4 10272:1 10274:2 10275:1 10281:3 10284:5 10286:1 10287:1 10295:1 10296:2 10302:2 10305:7 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10401:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:2 10503:1 10508:1 10513:1 10540:1 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10702:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:4 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 10995:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11193:1 11196:1 11250:1 11301:2 11328:1 11351:1 11388:1 11395:1 11411:1 11420:9 11437:1 11465:1 11470:4 11482:1 11485:1 11495:1 11544:1 11581:1 11582:3 11615:1 11618:1 11620:1 11622:1 11637:1 11640:4 11649:4 11652:1 11681:2 11689:5 11691:1 11701:1 11703:9 11713:2 11724:1 11731:1 11736:2 11752:1 11774:1 11786:1 11788:1 11794:3 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11946:1 11957:1 11969:1 11981:1 11984:1 12026:1 12032:1 12064:1 12069:1 12084:1 12085:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12220:2 12236:1 12259:1 12265:1 12316:1 12331:1 12332:1 12410:1 12421:1 12483:1 12518:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:1 12629:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12700:3 12726:2 12728:2 12738:2 12744:2 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13058:1 13059:2 13067:1 13085:1 13087:1 13162:1 13180:4 13182:2 13188:1 13215:1 13238:1 13245:2 13247:1 13249:2 13305:1 13315:1 13387:1 13405:2 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:1 13519:1 13521:1 13528:2 13539:1 13555:1 13557:1 13558:1 13567:1 13604:1 13627:1 13633:2 13635:2 13637:1 13641:1 13646:1 13675:4 13694:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13772:1 13784:2 13792:3 13809:1 13833:1 13840:1 13869:10 13927:6 13931:1 13965:1 13990:2 14001:1 14058:5 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14205:1 14209:2 14213:2 14215:1 14228:2 14235:1 14238:1 14281:1 14285:1 14299:2 14354:1 14383:1 14400:2 14409:1 14438:1 14478:2 14494:1 14516:1 14519:1 14539:1 14586:1 14604:1 14614:1 14619:6 14628:1 14665:1 14673:1 14699:1 14703:1 14704:1 14722:1 14724:3 14748:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14948:1 14957:1 14972:1 15009:2 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15089:1 15128:1 15136:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:2 15315:1 15324:1 15331:1 15337:1 15355:1 15362:1 15402:1 15423:2 15488:1 15511:2 15515:1 15528:2 15545:2 15546:1 15553:1 15572:1 15577:1 15579:1 15590:1 15602:1 15624:1 15639:1 15642:2 15653:1 15655:1 15666:1 15681:1 15716:1 15768:1 15793:1 15794:1 15795:2 15805:1 15835:2 15859:1 15866:3 15873:3 15901:6 15924:1 15931:1 15941:4 15945:1 15995:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:2 16049:3 16050:2 16051:1 16053:2 16057:1 16061:3 16065:2 16067:2 16070:1 16072:1 16078:1 16103:1 16151:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:2 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16466:1 16478:1 16523:1 16540:9 16649:1 16652:1 16668:1 16674:1 16704:1 16722:1 16724:2 16795:1 16842:1 16851:1 16859:1 16915:1 16948:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17190:2 17235:1 17243:3 17296:1 17317:3 17374:1 17404:1 17425:1 17444:1 17458:2 17467:1 17468:1 17473:1 17493:1 17520:1 17571:1 17582:1 17595:1 17639:1 17654:1 17655:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:1 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:2 17975:1 17983:1 18014:1 18045:1 18055:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18475:1 18493:1281 18498:1 18520:1 18564:1 18570:1 18600:1 18604:2 18628:1 18649:1 18679:1 18686:1 18717:1 18726:1 18771:1 18802:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:1 18983:1 19003:1 19009:6 19018:2 19071:1 19080:1 19084:1 19148:1 19161:1 19167:2 19175:1 19205:1 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:3 19335:1 19368:1 19379:1 19420:1 19421:6 19427:1 19459:1 19460:1 19506:2 19541:1 19562:6 19584:9 19597:15 19600:2 19605:1 19646:1 19676:2 19690:1 19701:1 19728:1 19730:1 19775:1 19778:1 19812:3 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19871:1 19913:45 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:5 20076:9 20077:1 20082:2 20087:1 20127:2 20149:1 20153:1 20154:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:2 20174:3 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20255:1 20272:1 20290:1 20319:1 20338:1 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:2 20485:1 20500:1 20517:1 20522:1 20523:2 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20662:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:1 20767:1 20770:1 20783:1 20838:1 20852:2 20864:2 20881:2 20889:1 20890:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:3 21066:1 21069:1 21071:1 21076:1 21082:1 21117:1 21131:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:1 21281:1 21286:2 21287:1 21293:1 21310:1 21329:1 21339:1 21343:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21415:1 21419:10 21446:1 21471:1 21481:1 21484:2 21496:1 21523:2 21525:4 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21662:7 21663:1 21664:1 21668:2 21676:2 21692:1 21714:1 21733:5 21765:1 21789:1 21799:1 21802:1 21817:3 21831:1 21834:1 21854:2 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22102:3 22108:2 22112:3 22139:1 22158:1 22176:1 22188:1 22211:1 22224:4 22244:1 22262:2 22310:1 22329:1 22347:1 22368:3 22379:3 22414:1 22449:2 22473:1 22478:1 22497:1 22506:1 22511:1 22519:9 22520:1 22531:1 22561:2 22564:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:2 23101:3 23138:1 23154:1 23165:1 23176:1 23187:1 23191:2 23230:3 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23410:1 23453:4 23461:1 23510:1 23516:1 23582:2 23608:1 23630:3 23659:1 23667:1 23688:1 23692:1 23737:1 23747:1 23751:1 23782:1 23795:1 23801:1 23818:1 23825:1 23843:1 23852:1 23870:1 23872:1 23881:1 23884:1 23909:1 23916:1 23963:1 23979:1 23992:1 24017:1 24031:1 24060:1 24062:2 24076:1 24092:1 24114:2 24128:1 24147:1 24150:1 24179:1 24200:1 24218:1 24229:3 24231:3 24232:6 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24345:1 24348:1 24370:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:3 24507:1 24545:1 24557:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:2 24775:1 24796:1 24866:1 24871:2 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:2 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25107:1 25135:1 25181:1 25189:3 25196:1 25204:1 25221:1 25250:2 25279:1 25309:1 25313:3 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:2 25473:1 25496:1 25507:2 25527:1 25541:2 25559:1 25594:1 25601:2 25603:1 25613:1 25615:2 25616:1 25637:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:5 25757:1 25767:1 25782:3 25784:1 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:2 25931:1 25945:1 25956:1 25965:1 25991:1 26046:1 26059:1 26061:1 26120:1 26121:3 26129:2 26165:1 26167:1 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26365:1 26378:1 26397:1 26418:2 26430:1 26443:1 26456:2 26492:1 26527:1 26599:3 26632:1 26638:1 26641:1 26646:1 26647:2 26679:1 26692:1 26707:1 26715:1 26724:1 26762:2 26775:1 26778:2 26783:3 26801:1 26811:1 26819:1 26822:1 26845:1 26874:1 26886:1 26939:1 26941:1 26942:2 26944:1 26948:1 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26985:1 26990:1 26995:2 27017:1 27032:2 27044:1 27049:1 27068:3 27144:1 27149:2 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27226:1 27227:1 27234:2 27240:4 27293:2 27294:1 27452:1 27478:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27622:1 27630:1 27641:23 27663:1 27673:3 27679:1 27714:2 27747:2 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:1 27957:1 27964:1 27970:1 27988:1 28008:1 28009:1 28010:1 28033:2 28059:1 28099:2 28148:1 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:2 28379:1 28390:2 28428:1 28481:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28774:1 28788:1 28794:3 28820:1 28834:1 28839:1 28847:2 28849:1 28851:1 28854:1 28857:1 28860:1 28867:1 28873:1 28875:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 134:1 142:2 156:2 169:1 175:2 184:3 201:1 208:1 225:2 238:1 257:1 260:2 272:2 281:1 309:2 345:2 347:1 361:1 383:1 389:3 390:1 401:1 419:1 512:1 527:1 537:1 551:1 554:2 569:1 572:2 580:5 606:1 658:1 679:1 721:1 765:1 780:1 790:2 799:3 814:3 821:1 826:1 836:1 842:3 844:2 851:1 853:3 864:3 877:2 882:1 883:3 886:2 898:1 900:2 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1173:2 1175:1 1185:1 1187:1 1228:1 1261:2 1274:1 1287:1 1288:1 1307:1 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1398:1 1405:1 1421:1 1424:2 1442:1 1446:2 1460:7 1475:6 1488:1 1492:1 1527:1 1529:1 1653:1 1674:1 1675:1 1684:2 1693:1 1711:1 1729:1 1733:1 1737:1 1769:1 1801:1 1819:1 1826:1 1882:1 1889:1 1901:1 1904:1 1918:2 1924:1 1927:1 1934:1 1951:1 1955:1 1968:1 2000:1 2005:1 2021:1 2031:1 2042:1 2045:6 2085:1 2103:1 2104:2 2123:1 2157:1 2168:1 2169:1 2170:1 2172:2 2173:2 2175:1 2178:1 2179:2 2187:3 2196:2 2197:2 2201:1 2203:1 2206:1 2248:1 2264:1 2292:1 2300:1 2303:1 2313:2 2329:1 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2467:1 2514:1 2550:2 2554:4 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2676:2 2677:2 2687:1 2700:1 2710:1 2727:1 2735:1 2775:1 2793:13 2800:1 2802:4 2817:1 2820:1 2834:1 2844:1 2849:11 2865:1 2894:1 2904:3 2956:1 2986:1 3006:1 3015:1 3038:1 3110:1 3129:4 3176:1 3177:1 3186:1 3190:1 3208:5 3228:1 3343:1 3353:3 3357:1 3358:3 3359:2 3362:1 3364:6 3365:2 3368:1 3370:1 3371:1 3373:1 3399:1 3411:3 3417:2 3419:1 3421:1 3427:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:3 3492:1 3493:15 3502:1 3507:1 3512:1 3520:1 3531:1 3533:1 3546:1 3565:1 3582:5 3590:1 3595:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3763:1 3785:1 3803:1 3806:1 3821:1 3824:1 3845:1 3862:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:1 3922:1 3948:1 3949:1 3964:2 3967:3 3968:1 3983:1 3985:1 4027:1 4060:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4257:1 4259:3 4287:1 4297:2 4306:5 4317:1 4364:1 4395:1 4446:1 4447:1 4451:1 4458:1 4482:2 4499:1 4503:2 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4605:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4724:1 4729:1 4742:1 4771:1 4813:1 4874:8 4877:1 4883:2 4923:1 4939:1 4975:1 4993:1 5006:2 5011:2 5012:1 5015:1 5017:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:3 5069:1 5086:1 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5297:1 5308:3 5339:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5449:4 5460:1 5474:1 5481:1 5549:4 5584:1 5595:1 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5771:1 5773:1 5788:1 5905:1 5917:1 5921:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6115:1 6130:1 6154:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6274:1 6276:1 6287:1 6315:1 6322:1 6337:1 6376:3 6377:1 6384:1 6385:2 6391:2 6394:2 6404:3 6405:1 6407:1 6410:1 6420:1 6422:1 6497:1 6506:1 6513:1 6517:1 6529:1 6637:1 6675:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:1 6813:1 6817:1 6847:4 6853:2 6859:1 6865:1 6875:1 6885:3 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:7 7002:1 7034:1 7038:1 7061:2 7069:1 7083:3 7090:1 7112:1 7127:1 7154:2 7170:2 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7384:1 7446:3 7460:1 7484:3 7491:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:1 7610:3 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:3 7732:3 7756:17 7764:1 7771:15 7772:8 7778:1 7784:1 7820:1 7834:1 7835:1 7840:1 7866:1 7889:2 7890:1 7902:1 7937:4 7965:1 7985:1 8041:2 8053:1 8060:1 8087:1 8111:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8213:25 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:3 8312:8 8345:1 8346:1 8353:1 8359:1 8377:1 8384:1 8387:1 8416:2 8429:2 8445:3 8447:2 8450:1 8452:1 8453:2 8457:1 8458:1 8467:3 8469:1 8474:1 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:1 8617:3 8623:1 8628:1 8648:5 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:1 9029:2 9039:1 9052:2 9063:1 9078:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9243:1 9246:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9350:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:2 9458:1 9483:2 9509:5 9521:1 9557:1 9564:1 9577:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:1 9660:1 9702:1 9724:2 9729:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:4 9884:2 9895:2 9911:1 9917:3 9922:2 9928:2 9938:1 9945:1 9969:1 9996:1 10012:1 10014:2 10050:2 10051:2 10061:1 10064:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10205:1 10210:1 10212:1 10237:1 10245:6 10271:4 10272:1 10274:2 10275:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:9 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10401:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:2 10503:1 10508:1 10513:1 10540:2 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10702:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:4 10941:1 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 10995:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11193:1 11196:1 11250:1 11301:2 11328:1 11351:1 11388:1 11395:1 11411:1 11420:9 11437:1 11465:1 11470:4 11482:1 11485:1 11495:1 11515:1 11544:1 11581:1 11582:3 11615:1 11618:1 11620:1 11622:1 11637:1 11640:4 11649:4 11652:1 11681:2 11689:5 11691:1 11701:1 11703:9 11713:2 11723:1 11724:1 11731:1 11736:2 11752:1 11774:1 11786:1 11788:1 11794:3 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11946:1 11957:1 11969:1 11981:1 11984:1 12026:1 12032:1 12064:1 12069:1 12084:1 12085:1 12087:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12220:2 12236:1 12259:1 12265:1 12316:1 12331:1 12332:2 12410:1 12421:1 12443:1 12483:1 12518:1 12523:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:1 12629:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12700:3 12726:2 12728:2 12738:2 12744:2 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13053:1 13058:1 13059:2 13067:1 13085:1 13087:1 13162:1 13180:4 13182:2 13188:1 13213:1 13215:1 13238:1 13245:2 13247:1 13249:2 13305:1 13315:1 13387:1 13405:2 13417:1 13426:1 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:1 13519:1 13521:1 13523:1 13528:2 13539:1 13555:1 13557:1 13558:1 13567:1 13604:1 13627:1 13633:2 13635:2 13637:1 13641:1 13646:1 13675:4 13694:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13772:1 13784:2 13792:3 13809:1 13833:1 13840:1 13869:10 13927:6 13931:1 13960:1 13965:1 13987:1 13990:3 13991:1 14001:1 14029:1 14057:1 14058:5 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14205:1 14209:2 14213:2 14215:1 14228:2 14235:1 14238:1 14281:1 14285:1 14299:2 14354:1 14383:1 14400:2 14407:1 14409:1 14438:1 14478:2 14494:1 14516:1 14519:1 14539:1 14586:1 14604:1 14614:1 14619:6 14628:1 14665:1 14673:1 14699:1 14703:1 14704:1 14722:1 14724:3 14748:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14948:1 14957:1 14972:1 15009:2 15012:1 15024:1 15049:2 15070:1 15074:1 15077:1 15089:1 15128:1 15136:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:2 15315:1 15324:1 15331:1 15337:1 15355:1 15362:1 15402:1 15423:2 15488:1 15502:1 15511:2 15515:1 15528:2 15545:2 15546:1 15553:1 15572:1 15577:1 15579:1 15590:1 15602:1 15624:1 15639:2 15642:2 15653:1 15655:1 15666:2 15681:1 15716:1 15768:1 15788:1 15793:1 15794:1 15795:2 15805:2 15835:2 15859:1 15866:3 15873:3 15901:6 15924:1 15929:1 15931:1 15941:4 15945:1 15995:1 16036:1 16041:1 16042:1 16045:1 16047:1 16048:2 16049:3 16050:2 16051:1 16053:3 16057:2 16061:3 16065:2 16067:2 16070:1 16072:2 16078:1 16103:1 16151:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:2 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16466:1 16478:1 16523:1 16540:9 16649:1 16652:1 16668:1 16674:1 16704:1 16722:1 16724:2 16795:1 16817:2 16842:1 16848:1 16851:1 16859:1 16861:7 16915:1 16948:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17121:1 17190:2 17235:1 17243:3 17276:1 17296:1 17317:3 17374:1 17404:1 17425:1 17444:1 17458:2 17467:1 17468:1 17473:1 17493:1 17520:2 17571:1 17582:1 17595:1 17639:1 17654:1 17655:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:2 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:2 17975:1 17983:1 18014:1 18045:1 18055:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18251:3 18261:1 18269:1 18281:2 18300:1 18322:1 18329:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18475:1 18493:1411 18498:1 18520:1 18564:1 18570:1 18600:1 18604:2 18628:1 18649:1 18679:1 18686:1 18717:1 18726:1 18747:1 18771:1 18802:1 18803:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:1 18983:1 19003:1 19009:6 19018:3 19071:1 19080:1 19084:1 19148:1 19161:1 19167:2 19175:1 19205:3 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:3 19335:1 19368:1 19379:1 19420:1 19421:6 19427:1 19459:1 19460:1 19506:2 19541:1 19562:6 19566:1 19584:9 19597:17 19600:2 19605:1 19646:2 19676:2 19690:1 19701:1 19728:1 19730:1 19775:1 19778:1 19812:3 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19871:1 19888:1 19913:48 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:5 20076:9 20077:1 20082:2 20087:1 20127:2 20149:2 20153:1 20154:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:3 20174:3 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20255:1 20272:1 20290:1 20319:1 20338:1 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:3 20485:1 20500:1 20517:1 20522:1 20523:3 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20662:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:2 20767:1 20770:1 20783:1 20838:1 20852:2 20864:2 20881:2 20889:1 20890:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:3 21053:1 21066:1 21069:1 21071:1 21076:1 21082:1 21117:1 21131:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21281:1 21286:2 21287:1 21293:1 21310:1 21329:1 21339:1 21343:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21415:2 21419:11 21441:1 21446:1 21471:1 21481:1 21484:2 21496:1 21523:2 21525:4 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21662:7 21663:1 21664:1 21668:2 21676:2 21692:1 21703:6 21714:1 21733:5 21765:1 21789:1 21799:1 21802:1 21817:3 21831:1 21834:1 21854:2 21860:1 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22102:3 22108:2 22112:3 22139:1 22158:1 22176:1 22188:1 22211:1 22224:4 22244:1 22262:2 22310:1 22329:1 22347:1 22368:4 22379:3 22414:1 22449:2 22473:1 22478:1 22497:1 22506:1 22511:1 22519:9 22520:1 22531:1 22561:2 22564:1 22592:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:1 22947:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:2 23101:3 23138:1 23154:1 23165:1 23176:1 23187:1 23191:2 23214:1 23230:3 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23410:1 23453:4 23461:1 23510:1 23516:1 23582:2 23608:1 23630:3 23635:1 23659:1 23667:1 23688:1 23692:1 23703:1 23737:1 23747:1 23751:1 23782:1 23795:1 23801:1 23818:2 23825:1 23842:1 23843:1 23850:1 23852:1 23870:1 23872:1 23881:1 23884:1 23909:1 23916:1 23963:1 23979:1 23992:1 24017:1 24031:1 24060:1 24062:3 24068:1 24076:1 24092:1 24114:2 24128:1 24136:1 24147:1 24150:1 24179:1 24200:1 24218:1 24229:3 24231:3 24232:6 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24345:1 24348:1 24364:1 24370:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24501:1 24502:3 24507:1 24523:1 24545:1 24557:1 24599:1 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:2 24775:1 24796:1 24866:1 24871:2 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:2 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25107:1 25135:2 25181:2 25189:4 25196:1 25204:1 25221:1 25250:2 25279:1 25309:1 25313:5 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:2 25473:1 25477:1 25496:1 25507:3 25527:1 25535:1 25541:2 25559:1 25594:1 25601:2 25603:1 25613:1 25615:2 25616:1 25637:1 25642:1 25647:1 25690:1 25711:1 25746:1 25748:2 25756:5 25757:1 25767:1 25782:3 25783:1 25784:1 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:2 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26117:1 26120:2 26121:3 26129:2 26153:1 26165:1 26167:1 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:3 26365:1 26378:1 26397:1 26400:1 26418:2 26430:1 26443:1 26456:2 26492:1 26527:1 26599:3 26632:1 26638:1 26641:1 26646:1 26647:2 26679:1 26692:1 26707:1 26715:1 26724:1 26762:2 26775:1 26778:2 26783:3 26801:1 26811:1 26819:1 26822:1 26845:1 26874:1 26886:1 26939:1 26941:1 26942:2 26944:1 26948:1 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26985:1 26990:1 26995:2 27017:1 27032:2 27044:1 27049:1 27065:1 27068:3 27144:1 27149:2 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27226:1 27227:1 27234:2 27240:4 27293:2 27294:1 27452:1 27478:1 27497:1 27501:1 27551:1 27565:1 27584:1 27585:1 27596:4 27622:1 27630:1 27641:23 27663:1 27673:3 27679:1 27714:2 27747:2 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:2 27957:1 27964:1 27970:1 27971:1 27988:1 28008:1 28009:1 28010:1 28012:1 28033:2 28042:1 28059:1 28093:1 28099:2 28148:1 28158:2 28162:4 28169:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:3 28379:1 28390:2 28428:1 28443:1 28481:1 28519:1 28552:1 28562:1 28578:1 28593:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28774:1 28783:1 28788:1 28794:3 28820:1 28834:1 28839:1 28847:2 28849:1 28851:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 134:1 142:2 156:3 169:1 175:2 184:3 197:1 201:1 208:1 225:2 238:1 257:1 260:2 272:2 281:1 309:2 345:3 347:1 361:1 383:1 389:3 390:1 401:1 419:1 512:1 527:1 537:1 551:1 554:2 569:1 572:2 580:5 606:1 658:1 679:1 687:1 721:1 765:1 780:2 790:2 799:4 814:3 821:1 826:1 836:1 842:3 844:2 851:1 853:3 864:3 877:2 882:1 883:3 886:2 898:1 900:2 906:1 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1111:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1173:2 1175:1 1184:1 1185:1 1187:1 1228:1 1261:2 1274:1 1287:1 1288:1 1307:1 1308:1 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1398:1 1401:1 1405:1 1421:1 1424:2 1442:1 1446:2 1460:7 1475:6 1488:1 1492:1 1527:1 1529:1 1653:1 1674:1 1675:1 1684:2 1693:1 1711:1 1729:1 1733:1 1737:1 1769:1 1801:1 1819:1 1826:1 1882:1 1889:1 1901:2 1904:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:1 2000:1 2005:1 2021:1 2031:1 2042:1 2045:7 2085:2 2103:1 2104:2 2123:1 2157:1 2168:1 2169:1 2170:1 2172:3 2173:2 2175:1 2178:1 2179:2 2187:3 2196:2 2197:2 2201:1 2203:1 2206:1 2248:1 2264:1 2292:1 2300:1 2303:1 2313:2 2329:1 2331:1 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2467:1 2514:1 2550:2 2554:5 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2676:2 2677:2 2687:1 2700:1 2710:1 2727:1 2728:1 2735:1 2775:1 2793:13 2800:1 2802:4 2817:1 2820:1 2834:1 2844:1 2849:11 2865:1 2894:1 2901:1 2904:3 2956:1 2986:1 3006:1 3007:1 3015:1 3038:1 3110:1 3129:4 3176:1 3177:1 3186:1 3190:1 3208:5 3228:1 3343:1 3353:3 3357:1 3358:3 3359:2 3362:2 3364:6 3365:3 3368:1 3370:1 3371:1 3373:1 3399:1 3411:3 3417:2 3419:1 3421:1 3427:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:3 3492:1 3493:15 3502:1 3507:1 3512:1 3520:1 3531:1 3533:1 3546:1 3565:1 3582:5 3590:1 3595:2 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3763:1 3785:1 3803:1 3806:1 3821:1 3824:1 3845:1 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:2 3922:1 3948:1 3949:1 3964:2 3967:3 3968:1 3983:1 3985:1 4024:1 4027:1 4060:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4218:1 4221:1 4257:1 4259:3 4287:1 4289:1 4297:2 4306:5 4317:1 4364:1 4371:1 4395:1 4446:2 4447:1 4451:1 4458:1 4482:2 4499:1 4503:2 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4605:1 4610:1 4614:1 4655:1 4661:1 4663:1 4703:1 4704:1 4724:1 4729:1 4742:1 4771:1 4813:1 4874:10 4877:1 4883:2 4923:1 4939:1 4975:1 4993:1 5006:2 5009:1 5011:2 5012:1 5015:1 5017:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:3 5069:1 5086:2 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5297:1 5308:3 5339:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:1 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5687:1 5713:1 5720:1 5725:1 5756:1 5762:1 5771:1 5773:1 5788:1 5905:1 5917:1 5921:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:3 6098:1 6105:1 6112:1 6115:1 6130:1 6154:1 6190:1 6192:2 6194:1 6222:1 6223:1 6224:1 6230:1 6272:1 6274:1 6276:1 6287:2 6315:1 6322:1 6337:1 6376:3 6377:1 6384:1 6385:2 6391:2 6394:2 6396:1 6404:3 6405:1 6407:1 6410:1 6420:1 6422:1 6497:1 6506:1 6513:1 6517:1 6529:1 6637:1 6675:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:1 6813:1 6817:1 6847:4 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:3 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:7 7002:1 7034:1 7038:1 7061:2 7069:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7384:1 7446:3 7460:1 7484:3 7491:1 7535:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:1 7610:4 7623:1 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:3 7732:3 7756:18 7764:1 7771:15 7772:8 7778:1 7784:1 7820:1 7834:1 7835:1 7840:1 7866:1 7889:2 7890:1 7902:1 7937:5 7965:1 7985:1 8041:2 8053:1 8060:1 8087:1 8111:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8213:29 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:4 8312:8 8345:1 8346:1 8353:2 8359:1 8377:1 8384:1 8387:1 8416:2 8429:2 8445:3 8447:2 8449:1 8450:1 8452:1 8453:2 8457:1 8458:1 8467:4 8469:1 8474:1 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:1 8617:3 8623:1 8628:1 8648:6 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:1 9029:2 9039:1 9052:2 9063:1 9078:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9243:1 9246:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9350:1 9354:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:3 9458:1 9483:2 9509:5 9521:1 9557:1 9564:1 9577:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:1 9660:1 9702:1 9724:2 9729:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:4 9884:2 9895:2 9911:1 9917:3 9922:2 9928:2 9938:2 9945:1 9969:1 9996:1 10012:1 10014:2 10050:2 10051:2 10061:1 10064:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10205:1 10210:1 10212:1 10237:1 10245:6 10271:4 10272:1 10274:2 10275:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:9 10308:1 10309:1 10310:3 10312:1 10336:2 10355:1 10401:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:2 10503:1 10508:1 10513:1 10540:3 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:2 10662:1 10702:1 10708:1 10709:1 10711:2 10716:1 10743:1 10783:2 10889:1 10904:1 10916:1 10920:2 10922:4 10941:1 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 10995:1 11021:1 11030:1 11052:1 11054:1 11072:1 11092:7 11094:1 11134:1 11144:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11328:1 11351:1 11388:1 11395:1 11411:1 11414:1 11420:9 11437:1 11465:1 11470:4 11482:1 11485:1 11495:1 11515:1 11544:1 11581:1 11582:3 11615:1 11618:1 11620:1 11622:1 11637:1 11640:5 11643:1 11645:1 11649:4 11652:1 11681:2 11689:5 11691:1 11701:1 11703:9 11713:3 11723:1 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11786:1 11788:1 11794:3 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11946:1 11957:1 11969:1 11981:1 11984:1 12026:1 12032:1 12064:1 12069:1 12084:2 12085:2 12087:1 12095:1 12099:1 12101:1 12107:1 12123:1 12197:1 12208:1 12220:2 12236:1 12259:1 12265:1 12316:1 12331:1 12332:2 12410:1 12421:1 12443:1 12483:1 12492:1 12518:1 12523:1 12525:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:2 12629:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12694:1 12700:3 12726:2 12728:3 12738:2 12744:2 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13053:1 13058:1 13059:2 13067:1 13085:1 13087:1 13162:1 13180:5 13182:2 13188:1 13213:1 13215:1 13238:1 13245:2 13247:1 13249:2 13305:1 13315:1 13387:1 13402:1 13405:2 13417:1 13426:1 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:2 13519:1 13521:1 13523:1 13528:3 13539:1 13540:1 13555:1 13557:1 13558:1 13567:1 13604:1 13627:1 13633:2 13635:3 13637:1 13641:1 13646:1 13675:6 13694:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13772:1 13784:2 13792:4 13809:1 13833:1 13840:1 13869:11 13927:6 13931:1 13960:1 13965:1 13987:1 13990:3 13991:1 14001:1 14029:1 14057:1 14058:5 14104:1 14115:1 14149:1 14180:3 14182:1 14187:1 14201:1 14205:1 14209:2 14213:2 14215:1 14228:2 14235:1 14238:1 14281:1 14285:1 14299:2 14350:1 14354:1 14383:1 14400:2 14407:1 14409:1 14438:1 14478:2 14494:1 14509:1 14516:1 14519:1 14539:1 14586:1 14604:1 14614:1 14619:6 14628:1 14665:1 14673:1 14699:2 14703:1 14704:1 14722:1 14724:3 14748:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14948:1 14957:1 14972:1 15009:2 15012:1 15024:1 15041:1 15049:2 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15136:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:2 15315:1 15324:1 15331:1 15337:1 15355:1 15362:1 15402:1 15423:2 15488:1 15502:1 15511:2 15515:1 15528:2 15545:2 15546:1 15553:1 15572:1 15577:1 15579:1 15590:1 15602:1 15624:1 15639:2 15642:2 15653:1 15655:1 15666:2 15681:1 15716:1 15768:1 15788:1 15793:1 15794:1 15795:2 15805:2 15835:2 15859:1 15866:3 15873:3 15901:6 15924:1 15929:1 15931:1 15941:4 15945:1 15995:2 16036:1 16041:1 16042:1 16045:1 16047:1 16048:2 16049:3 16050:2 16051:1 16053:3 16057:3 16061:3 16065:2 16067:2 16069:1 16070:1 16072:3 16078:1 16103:1 16151:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:2 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16466:1 16478:1 16494:1 16523:1 16540:9 16629:1 16649:1 16652:2 16668:1 16674:1 16704:1 16722:1 16724:2 16795:1 16817:3 16842:1 16848:1 16851:1 16859:1 16861:9 16915:1 16948:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17120:1 17121:1 17190:2 17224:1 17235:1 17243:3 17276:1 17296:1 17317:3 17374:1 17396:1 17402:1 17404:1 17425:1 17444:1 17458:2 17467:1 17468:1 17473:1 17493:1 17520:2 17549:1 17571:1 17582:1 17595:1 17639:1 17654:1 17655:1 17660:1 17748:1 17749:2 17760:1 17795:1 17862:2 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:2 17975:1 17983:1 18014:1 18045:1 18055:1 18064:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18251:5 18261:2 18269:1 18281:2 18300:1 18322:1 18329:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18475:1 18493:1546 18498:1 18520:1 18564:1 18570:1 18600:1 18604:2 18618:1 18628:1 18649:1 18679:1 18686:1 18711:1 18717:1 18726:1 18747:1 18771:1 18802:1 18803:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:2 18983:1 19003:1 19009:6 19018:3 19055:1 19071:1 19080:1 19084:2 19121:1 19148:1 19161:1 19167:2 19175:1 19205:3 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:3 19335:1 19368:1 19379:1 19420:1 19421:6 19427:1 19459:1 19460:1 19506:2 19541:1 19562:6 19566:1 19584:9 19597:17 19600:2 19605:1 19646:2 19676:2 19690:1 19701:1 19728:1 19730:1 19775:1 19778:1 19812:3 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19871:1 19888:1 19913:50 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:5 20076:9 20077:1 20082:2 20087:1 20127:2 20149:3 20153:1 20154:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:4 20174:3 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20255:1 20272:1 20273:1 20290:1 20319:1 20338:2 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:3 20485:1 20500:2 20517:2 20522:1 20523:3 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:2 20767:1 20770:1 20783:1 20838:1 20852:3 20864:2 20881:2 20889:1 20890:1 20977:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21082:1 21117:2 21131:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21279:1 21281:1 21286:2 21287:1 21289:1 21293:1 21310:1 21329:1 21339:1 21343:1 21356:1 21389:1 21394:1 21400:1 21402:1 21405:1 21415:2 21419:12 21441:1 21446:1 21471:1 21481:1 21484:2 21496:1 21517:1 21523:2 21525:4 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21662:7 21663:1 21664:1 21668:2 21676:2 21692:1 21703:7 21714:1 21733:5 21765:1 21789:1 21799:1 21802:1 21817:3 21831:1 21834:1 21854:2 21860:1 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:1 21941:1 21956:1 21958:1 21973:2 21987:1 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22102:3 22108:2 22112:3 22139:1 22158:1 22176:1 22188:1 22211:1 22224:4 22244:1 22262:2 22310:1 22329:1 22347:1 22368:4 22379:3 22414:2 22449:2 22473:1 22478:1 22497:1 22506:1 22511:1 22519:9 22520:1 22531:1 22561:2 22564:1 22592:1 22611:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:2 22947:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:2 23101:3 23116:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:2 23214:1 23230:3 23231:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23410:1 23453:4 23461:1 23510:1 23516:1 23523:1 23582:2 23608:1 23630:3 23635:1 23659:1 23667:1 23688:1 23692:1 23703:1 23737:1 23747:1 23751:1 23782:1 23783:1 23795:1 23801:1 23818:2 23825:1 23842:2 23843:1 23850:1 23852:1 23870:1 23872:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23979:1 23992:1 24017:1 24031:1 24060:1 24062:3 24068:1 24076:2 24089:1 24092:1 24114:2 24128:1 24136:1 24146:1 24147:1 24150:1 24179:1 24200:1 24218:1 24229:3 24231:3 24232:6 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24338:2 24345:1 24348:1 24364:1 24370:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24500:1 24501:1 24502:3 24507:1 24523:1 24545:1 24557:1 24599:2 24625:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:2 24775:1 24796:1 24860:1 24866:1 24871:2 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:2 24971:1 24997:1 25036:1 25056:2 25060:1 25104:2 25107:1 25135:2 25178:2 25181:2 25189:4 25196:1 25204:1 25221:1 25250:2 25279:1 25299:1 25309:1 25313:5 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:3 25473:1 25477:1 25496:1 25507:3 25527:1 25535:1 25541:2 25559:1 25594:1 25601:2 25603:1 25613:2 25615:2 25616:1 25637:1 25642:1 25647:1 25665:1 25682:1 25690:1 25711:1 25720:1 25746:1 25748:2 25756:5 25757:1 25767:1 25782:5 25783:1 25784:1 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:2 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26117:1 26120:2 26121:3 26129:2 26153:1 26165:1 26167:1 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:4 26365:1 26378:1 26397:1 26400:1 26418:2 26430:1 26443:1 26456:2 26492:1 26527:1 26599:3 26619:1 26632:1 26638:1 26641:1 26646:1 26647:2 26679:1 26692:1 26707:1 26715:1 26723:1 26724:1 26762:2 26775:1 26778:2 26783:3 26801:1 26811:1 26819:1 26822:1 26845:1 26874:1 26886:2 26939:1 26941:1 26942:2 26944:1 26948:1 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26985:1 26990:1 26995:2 27017:1 27032:2 27044:1 27049:1 27065:1 27068:4 27114:1 27144:1 27149:2 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:4 27293:2 27294:1 27418:1 27448:1 27452:1 27478:1 27497:1 27501:1 27512:1 27531:1 27551:1 27565:1 27584:1 27585:1 27596:4 27622:1 27630:1 27641:24 27663:1 27673:3 27679:1 27714:2 27747:2 27764:1 27771:2 27783:1 27819:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:2 27957:1 27964:1 27970:1 27971:1 27988:1 28008:1 28009:1 28010:1 28012:1 28033:2 28042:1 28059:1 28093:1 28099:2 28148:1 28158:2 28162:4 28169:1 28199:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:3 28379:1 28390:2 28428:1 28443:1 28481:1 28519:1 28535:1 28552:1 28562:1 28578:1 28593:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28774:1 28783:1 28788:1 28794:3 28820:1 28834:1 28839:1 28840:1 28847:2 28849:1 28851:1 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28906:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 134:1 142:2 156:4 169:1 175:2 184:3 190:1 197:1 201:1 208:1 225:2 238:1 257:1 260:2 272:2 281:1 309:2 345:3 347:1 361:1 383:1 389:3 390:1 401:1 419:2 428:1 504:1 512:1 527:1 537:1 551:1 554:2 562:1 567:1 569:1 572:2 580:5 606:1 658:1 679:1 687:1 691:1 721:1 765:1 780:2 790:2 799:4 814:3 821:1 826:1 836:1 842:3 844:2 851:1 853:4 864:3 877:2 882:1 883:3 886:3 898:1 900:2 906:1 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1111:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1147:3 1173:2 1175:1 1184:1 1185:1 1187:1 1228:1 1261:2 1274:1 1287:1 1288:1 1307:1 1308:1 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1398:1 1401:1 1405:1 1421:1 1424:2 1442:1 1446:2 1460:8 1475:7 1488:1 1492:1 1524:1 1527:1 1529:1 1564:1 1653:1 1674:1 1675:1 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:1 1763:1 1769:1 1801:1 1819:1 1826:1 1882:1 1889:1 1901:2 1904:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:1 2000:1 2005:1 2021:2 2031:1 2042:1 2045:7 2085:2 2103:1 2104:2 2123:1 2157:1 2168:2 2169:1 2170:1 2172:3 2173:2 2175:1 2178:1 2179:2 2186:1 2187:3 2196:2 2197:2 2201:1 2203:1 2206:1 2248:1 2264:1 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:2 2329:1 2331:1 2335:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2467:1 2514:1 2550:2 2554:5 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2676:2 2677:2 2687:1 2700:1 2710:1 2727:1 2728:1 2735:1 2775:1 2793:15 2800:1 2802:4 2817:1 2820:1 2834:1 2844:1 2849:11 2865:1 2894:1 2901:1 2904:3 2956:1 2986:1 3005:1 3006:1 3007:2 3015:2 3038:1 3110:1 3129:4 3176:1 3177:1 3186:1 3190:2 3208:5 3228:1 3343:1 3353:3 3357:1 3358:3 3359:2 3362:2 3364:6 3365:4 3368:1 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:1 3421:1 3427:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:3 3492:1 3493:15 3502:2 3507:1 3512:1 3520:1 3531:1 3533:1 3546:1 3565:1 3582:5 3585:1 3590:1 3595:2 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:1 3803:1 3806:1 3821:1 3824:1 3845:1 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:2 3922:1 3948:1 3949:1 3964:2 3967:3 3968:1 3983:1 3985:1 4024:1 4027:1 4048:1 4060:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4170:1 4218:1 4221:1 4257:1 4259:3 4287:1 4289:1 4297:2 4306:5 4317:1 4364:1 4371:1 4395:1 4446:2 4447:1 4451:1 4458:1 4482:2 4499:1 4503:2 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4605:1 4610:1 4614:1 4655:1 4661:1 4663:2 4703:1 4704:1 4724:1 4729:1 4742:1 4771:1 4813:1 4874:10 4877:1 4883:2 4905:1 4923:1 4939:1 4975:1 4993:1 5006:2 5009:1 5011:3 5012:1 5015:1 5017:1 5019:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:3 5056:1 5069:1 5086:2 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5297:1 5308:3 5339:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5652:1 5687:1 5713:1 5720:2 5725:1 5756:1 5762:1 5771:1 5773:2 5788:1 5905:1 5917:1 5921:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:3 6092:1 6098:1 6105:1 6112:1 6115:1 6130:1 6154:1 6190:1 6192:2 6194:1 6222:2 6223:1 6224:1 6230:1 6272:1 6274:1 6276:1 6287:2 6301:1 6315:1 6322:1 6337:1 6367:1 6376:3 6377:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:1 6404:4 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6497:1 6506:1 6513:1 6517:1 6529:1 6637:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:1 6813:1 6817:1 6847:4 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:3 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:7 7002:1 7034:1 7038:1 7061:2 7069:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:1 7384:1 7446:3 7460:1 7484:4 7491:1 7535:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:1 7610:4 7623:1 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:4 7732:3 7756:20 7764:1 7771:16 7772:8 7778:1 7784:1 7820:1 7834:1 7835:1 7840:1 7866:2 7889:2 7890:1 7902:1 7937:5 7965:1 7976:1 7985:1 8041:2 8053:1 8060:2 8087:1 8111:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8208:2 8213:30 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:5 8312:8 8345:1 8346:1 8353:2 8359:1 8377:1 8384:1 8387:1 8416:2 8429:2 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:3 8623:1 8628:1 8648:7 8649:1 8650:1 8675:1 8718:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9052:2 9063:1 9078:1 9140:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:2 9242:2 9243:1 9246:1 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9350:1 9354:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:3 9458:1 9478:1 9483:2 9509:5 9521:1 9557:1 9564:1 9577:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:1 9660:1 9672:1 9702:1 9724:2 9729:2 9733:1 9737:1 9739:1 9781:1 9816:2 9833:4 9884:2 9895:2 9911:1 9917:3 9922:2 9928:2 9938:3 9945:2 9969:1 9996:1 10012:1 10014:2 10050:2 10051:2 10061:1 10064:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10198:1 10205:1 10210:1 10212:1 10237:1 10245:6 10271:4 10272:1 10274:2 10275:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:9 10308:1 10309:1 10310:4 10312:1 10336:2 10355:1 10401:1 10403:1 10411:1 10455:1 10457:2 10467:1 10475:2 10503:1 10508:1 10513:1 10540:3 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:3 10662:1 10702:1 10708:1 10709:1 10711:2 10716:1 10743:1 10757:1 10783:2 10889:1 10904:1 10916:1 10920:3 10922:4 10941:1 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 10995:1 11021:1 11030:1 11046:1 11052:1 11054:1 11072:1 11092:7 11094:1 11133:1 11134:1 11144:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11328:1 11351:1 11353:1 11357:1 11388:1 11395:1 11411:1 11414:1 11420:10 11437:1 11461:1 11465:1 11470:4 11482:1 11485:1 11495:1 11515:1 11544:1 11581:1 11582:3 11615:1 11618:1 11620:1 11622:1 11637:1 11640:5 11643:1 11645:1 11649:4 11652:1 11681:2 11689:5 11691:2 11701:1 11703:10 11713:3 11718:1 11723:1 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11786:1 11788:1 11794:3 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11921:1 11946:1 11957:1 11969:1 11981:1 11984:1 12026:1 12032:1 12064:1 12069:1 12084:2 12085:2 12087:1 12095:1 12099:1 12101:1 12107:1 12123:1 12137:1 12197:1 12198:1 12208:1 12220:2 12236:1 12256:1 12259:1 12265:1 12316:1 12331:1 12332:2 12410:1 12421:1 12443:1 12483:1 12492:1 12518:1 12523:1 12525:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:3 12629:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12694:1 12700:3 12708:1 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 13001:1 13003:2 13015:2 13025:1 13028:1 13038:1 13053:1 13058:1 13059:2 13067:1 13085:1 13087:1 13126:1 13162:1 13180:5 13182:2 13188:1 13213:1 13215:1 13238:1 13245:2 13247:1 13249:2 13305:2 13315:2 13387:1 13402:1 13405:2 13417:1 13426:2 13434:1 13436:1 13448:1 13477:1 13494:1 13516:5 13518:2 13519:1 13521:1 13523:1 13528:4 13534:1 13539:1 13540:1 13555:1 13557:1 13558:1 13567:1 13571:1 13604:1 13627:1 13633:2 13635:3 13637:1 13641:1 13646:1 13675:7 13694:1 13715:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13772:1 13784:2 13792:4 13809:1 13833:1 13840:1 13869:11 13896:1 13927:6 13931:1 13960:1 13965:1 13987:1 13990:3 13991:1 13996:1 14001:1 14029:1 14057:1 14058:5 14104:1 14115:1 14149:1 14179:1 14180:3 14182:1 14187:1 14201:1 14205:1 14209:2 14213:2 14215:1 14228:2 14235:1 14238:1 14281:1 14285:1 14299:2 14350:1 14354:1 14383:1 14400:2 14407:1 14409:1 14438:1 14478:2 14494:2 14500:1 14509:1 14516:1 14519:1 14539:1 14586:1 14604:1 14614:1 14619:8 14622:1 14628:1 14665:1 14673:1 14699:2 14703:1 14704:1 14722:1 14724:3 14748:1 14771:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14948:1 14957:1 14972:1 15009:2 15012:1 15024:1 15041:2 15049:2 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:2 15315:1 15324:1 15331:1 15337:1 15355:1 15362:2 15402:1 15423:2 15488:1 15502:1 15511:2 15515:1 15528:2 15545:2 15546:1 15553:1 15572:1 15577:1 15579:1 15590:1 15602:1 15624:1 15639:2 15642:2 15653:1 15655:1 15666:2 15681:1 15716:1 15768:1 15788:1 15793:1 15794:1 15795:2 15805:2 15835:2 15859:1 15866:3 15873:3 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15995:2 16036:1 16041:1 16042:1 16045:2 16047:1 16048:2 16049:3 16050:2 16051:1 16053:3 16057:3 16061:3 16065:2 16067:2 16069:1 16070:1 16072:3 16078:1 16103:1 16151:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:2 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16436:1 16466:1 16478:1 16494:1 16497:1 16523:1 16540:9 16625:1 16629:1 16649:1 16652:2 16668:1 16674:1 16704:1 16722:1 16724:2 16789:1 16795:1 16817:3 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16948:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17120:1 17121:1 17190:2 17224:1 17235:1 17243:3 17276:1 17296:1 17317:3 17374:1 17390:1 17396:1 17402:1 17404:1 17425:1 17444:2 17458:2 17467:1 17468:1 17473:1 17493:1 17520:2 17549:1 17571:1 17582:2 17584:1 17595:1 17639:1 17654:1 17655:1 17660:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17862:2 17864:1 17888:2 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:3 17975:1 17983:1 18014:1 18045:1 18055:1 18064:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18251:5 18261:2 18269:1 18281:2 18300:1 18322:1 18329:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18466:1 18475:1 18493:1655 18498:1 18520:1 18564:2 18570:1 18600:1 18604:2 18618:2 18628:1 18649:1 18679:1 18686:1 18711:1 18717:1 18726:1 18747:1 18771:1 18802:1 18803:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:3 18983:1 19003:1 19009:8 19018:3 19055:1 19071:1 19080:1 19084:2 19121:1 19148:1 19161:1 19167:2 19175:1 19205:4 19207:1 19217:1 19236:1 19265:1 19280:1 19326:1 19332:3 19335:1 19368:1 19379:1 19420:1 19421:8 19427:1 19459:1 19460:1 19506:2 19541:1 19562:6 19566:1 19584:9 19597:17 19600:3 19605:1 19646:2 19676:2 19690:1 19701:1 19728:1 19730:1 19775:1 19778:1 19812:3 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19888:1 19913:52 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:6 20076:9 20077:1 20082:2 20087:1 20127:2 20149:4 20153:1 20154:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:4 20174:3 20176:1 20215:1 20228:1 20230:1 20235:1 20247:1 20255:1 20272:1 20273:1 20290:1 20319:1 20338:2 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20454:1 20456:3 20485:1 20500:3 20517:3 20522:1 20523:3 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:2 20767:1 20770:1 20783:1 20838:1 20852:3 20864:2 20881:2 20889:1 20890:1 20977:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21082:1 21117:2 21131:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21279:1 21281:1 21286:2 21287:1 21289:1 21293:1 21310:1 21321:1 21329:1 21339:1 21343:1 21356:1 21367:1 21389:1 21394:1 21400:1 21402:1 21405:1 21415:2 21419:13 21441:1 21446:1 21471:1 21481:1 21484:2 21496:2 21517:1 21523:2 21525:4 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21653:1 21662:8 21663:1 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:5 21765:1 21789:1 21799:2 21802:1 21817:3 21831:1 21834:1 21848:1 21854:2 21860:1 21861:1 21863:1 21866:2 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21956:1 21958:1 21973:2 21987:1 21999:1 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22086:1 22102:3 22108:2 22112:3 22139:1 22158:1 22176:1 22188:1 22211:1 22224:4 22244:1 22262:2 22310:1 22329:1 22347:1 22368:4 22379:3 22414:2 22449:2 22473:1 22478:2 22497:1 22506:1 22511:1 22519:9 22520:1 22531:1 22561:2 22564:1 22592:1 22611:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:3 22947:2 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:2 23101:3 23116:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:2 23214:1 23230:3 23231:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23410:1 23453:4 23461:1 23510:1 23516:1 23523:1 23582:2 23608:1 23630:3 23635:1 23659:1 23667:1 23688:1 23692:1 23703:1 23737:1 23747:1 23751:1 23782:1 23783:1 23795:2 23801:1 23818:2 23825:1 23842:2 23843:1 23850:1 23852:1 23870:1 23872:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23979:1 23992:1 24017:1 24031:1 24060:1 24062:3 24068:1 24076:2 24083:1 24089:1 24092:2 24114:2 24128:1 24136:1 24146:1 24147:1 24150:1 24179:1 24200:1 24218:1 24223:1 24229:3 24231:3 24232:6 24234:1 24237:1 24245:1 24253:3 24257:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24500:1 24501:1 24502:3 24507:1 24520:1 24523:1 24545:1 24557:1 24599:2 24625:1 24651:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:2 24775:1 24796:2 24860:1 24866:1 24871:2 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:2 24971:1 24984:1 24991:1 24997:1 25019:1 25036:1 25056:2 25060:1 25104:2 25107:1 25135:2 25178:2 25181:2 25189:4 25196:1 25204:1 25221:1 25250:2 25279:1 25299:1 25309:1 25313:5 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:3 25473:1 25477:1 25496:1 25507:3 25527:1 25535:2 25541:2 25559:1 25594:1 25601:2 25603:1 25613:2 25615:2 25616:1 25637:1 25642:1 25647:1 25665:1 25682:1 25690:1 25711:1 25720:1 25746:1 25748:2 25756:5 25757:1 25767:1 25782:5 25783:1 25784:1 25793:1 25800:2 25819:1 25824:1 25842:1 25854:2 25876:2 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26117:1 26120:2 26121:3 26129:2 26153:1 26165:1 26167:2 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:4 26365:1 26378:1 26397:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26492:1 26527:1 26599:3 26619:1 26630:1 26632:1 26638:1 26641:1 26646:1 26647:2 26679:1 26692:1 26707:1 26715:1 26723:1 26724:1 26762:2 26775:1 26778:2 26783:3 26801:1 26811:1 26819:1 26822:1 26845:1 26874:1 26886:2 26939:1 26941:1 26942:2 26944:1 26945:1 26948:1 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:1 26983:1 26985:1 26990:1 26995:2 27017:1 27032:2 27044:1 27049:1 27065:1 27068:4 27114:1 27144:1 27149:2 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:5 27293:2 27294:1 27396:1 27418:2 27448:1 27452:1 27478:1 27497:1 27501:1 27512:1 27531:1 27535:1 27551:1 27565:1 27584:1 27585:1 27596:4 27614:1 27622:1 27630:1 27641:25 27663:1 27673:3 27679:1 27714:2 27747:2 27764:1 27771:2 27783:1 27819:1 27836:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:2 27957:1 27964:1 27970:1 27971:1 27988:1 28008:1 28009:1 28010:1 28012:1 28033:3 28042:1 28059:1 28093:1 28099:2 28148:1 28158:2 28162:4 28169:1 28199:1 28225:2 28285:1 28298:1 28301:1 28322:1 28342:1 28362:3 28379:1 28390:2 28428:1 28443:1 28479:1 28481:1 28519:1 28535:1 28552:1 28553:1 28562:1 28578:1 28593:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28765:1 28774:1 28783:1 28788:1 28794:3 28820:1 28834:1 28839:1 28840:1 28847:3 28849:1 28851:1 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 134:1 142:2 156:4 169:1 175:2 184:3 190:1 197:1 201:1 208:1 225:2 238:1 257:1 260:3 272:2 281:1 309:2 345:3 347:1 361:1 383:1 389:3 390:1 401:1 419:2 428:1 504:1 512:1 527:1 537:1 551:1 554:3 562:2 567:1 569:1 572:2 580:5 606:1 658:1 679:1 687:1 691:1 721:1 765:1 780:2 790:2 799:4 814:3 821:1 826:1 836:1 842:4 844:2 851:1 853:4 864:3 877:2 882:1 883:3 886:4 898:1 900:2 906:1 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1147:3 1173:2 1175:1 1184:1 1185:1 1187:1 1228:1 1261:2 1274:1 1287:1 1288:1 1307:1 1308:1 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1398:1 1401:1 1405:1 1421:1 1424:2 1442:1 1446:2 1460:8 1475:7 1488:1 1492:1 1524:1 1527:1 1529:1 1564:2 1629:1 1653:1 1674:1 1675:1 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:1 1763:1 1769:1 1792:1 1801:1 1819:1 1826:1 1882:1 1889:1 1901:2 1904:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:1 2000:1 2005:1 2010:1 2021:2 2031:1 2042:1 2045:7 2069:1 2085:2 2103:1 2104:2 2123:1 2157:1 2168:3 2169:1 2170:1 2172:5 2173:2 2175:1 2178:2 2179:2 2186:1 2187:3 2196:2 2197:2 2201:1 2203:1 2206:1 2248:1 2253:1 2264:1 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:2 2329:1 2331:1 2335:1 2336:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2445:1 2467:1 2514:1 2550:2 2554:5 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2676:2 2677:2 2683:1 2687:1 2700:1 2710:1 2727:1 2728:1 2735:1 2775:1 2793:17 2800:1 2802:4 2817:1 2820:1 2834:1 2844:1 2849:11 2865:1 2894:1 2901:1 2904:3 2956:1 2986:1 3005:1 3006:1 3007:2 3015:2 3038:1 3110:1 3129:4 3176:1 3177:1 3186:1 3190:2 3208:5 3228:1 3343:1 3353:3 3357:1 3358:3 3359:2 3362:2 3364:6 3365:4 3368:1 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:1 3421:1 3427:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:5 3492:1 3493:15 3502:2 3507:1 3512:1 3520:1 3531:1 3533:1 3546:1 3565:1 3582:6 3585:2 3590:1 3595:2 3604:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:1 3803:1 3806:1 3821:1 3824:1 3845:2 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:2 3922:1 3948:1 3949:1 3964:2 3967:3 3968:1 3983:1 3985:1 4024:1 4027:1 4048:1 4060:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4170:1 4218:1 4221:1 4257:1 4259:3 4287:1 4289:1 4297:2 4306:5 4317:1 4364:1 4371:1 4395:1 4446:2 4447:1 4451:1 4458:1 4482:2 4499:1 4503:2 4504:1 4508:2 4529:1 4569:4 4571:2 4576:1 4604:1 4605:1 4610:1 4614:1 4655:1 4661:1 4663:3 4703:1 4704:1 4724:2 4729:1 4742:1 4771:1 4813:1 4874:10 4877:1 4883:2 4905:1 4923:1 4939:1 4975:1 4993:1 5005:1 5006:2 5009:1 5011:3 5012:1 5013:1 5015:1 5017:1 5019:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:4 5056:1 5069:1 5086:2 5112:1 5162:1 5200:2 5274:1 5275:2 5293:1 5297:1 5308:4 5339:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5652:1 5687:1 5713:1 5720:2 5725:1 5756:1 5762:1 5771:1 5773:2 5788:2 5905:1 5917:1 5921:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6092:1 6098:1 6105:2 6112:1 6115:1 6118:1 6130:1 6154:1 6190:1 6192:2 6194:2 6222:3 6223:1 6224:1 6230:1 6272:1 6274:1 6276:1 6287:2 6301:2 6315:1 6322:1 6337:1 6367:1 6376:3 6377:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:1 6404:4 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6497:1 6506:1 6513:1 6517:1 6529:1 6637:1 6665:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:1 6813:1 6817:1 6847:4 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:3 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:7 7002:1 7034:1 7038:1 7061:2 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:1 7384:1 7446:3 7460:1 7484:5 7491:1 7535:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:1 7610:4 7623:1 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:4 7732:3 7756:24 7764:1 7771:18 7772:8 7778:1 7784:1 7820:1 7834:1 7835:1 7840:1 7866:2 7889:2 7890:1 7902:1 7937:5 7965:1 7976:1 7985:1 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8208:2 8213:32 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:6 8312:8 8345:1 8346:1 8353:2 8359:1 8377:1 8384:1 8387:1 8416:2 8429:2 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:3 8623:1 8628:1 8648:7 8649:1 8650:1 8675:1 8718:1 8728:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9052:2 9063:1 9078:1 9140:1 9158:1 9160:1 9162:1 9185:1 9192:1 9193:1 9200:3 9242:2 9243:1 9246:1 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9350:1 9354:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:3 9458:1 9478:1 9483:2 9509:5 9521:1 9557:1 9564:1 9577:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:1 9649:1 9660:1 9672:1 9702:1 9724:2 9729:3 9730:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:5 9884:2 9895:2 9911:1 9917:3 9922:2 9928:2 9938:3 9945:2 9969:1 9996:1 10012:1 10014:2 10050:2 10051:2 10061:1 10064:1 10076:1 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10198:1 10205:1 10210:1 10212:1 10237:1 10245:6 10271:4 10272:2 10274:2 10275:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:9 10308:1 10309:1 10310:5 10312:1 10336:3 10355:1 10401:1 10403:1 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:3 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:3 10662:1 10702:1 10708:1 10709:1 10711:2 10716:1 10743:1 10757:1 10783:2 10806:1 10889:1 10904:1 10916:1 10920:3 10922:4 10941:1 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 10995:1 11021:1 11030:1 11046:2 11052:1 11054:1 11072:1 11092:7 11094:1 11133:1 11134:1 11144:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11328:1 11351:1 11353:1 11357:1 11376:1 11379:1 11388:1 11395:1 11411:1 11414:1 11420:10 11437:1 11461:1 11465:1 11470:4 11482:1 11485:1 11495:1 11515:1 11531:1 11544:1 11581:1 11582:3 11615:1 11618:1 11620:1 11622:1 11637:1 11640:5 11643:1 11645:1 11649:4 11652:1 11681:2 11689:5 11691:2 11701:1 11703:11 11713:3 11718:1 11723:1 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11786:1 11788:1 11794:3 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11921:1 11946:1 11957:1 11969:1 11981:1 11984:1 12026:1 12032:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:1 12101:1 12107:1 12123:1 12137:1 12197:1 12198:1 12208:1 12220:2 12236:1 12256:1 12259:1 12265:1 12316:1 12331:1 12332:2 12410:1 12421:1 12443:1 12483:1 12492:1 12518:1 12523:1 12525:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:4 12629:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12694:1 12700:3 12708:1 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12784:1 12787:1 12788:3 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 13001:1 13003:2 13015:2 13016:1 13025:1 13028:1 13038:1 13053:1 13058:1 13059:2 13067:1 13085:1 13087:1 13126:1 13162:1 13180:5 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13305:2 13315:2 13387:1 13402:1 13405:2 13417:1 13426:2 13434:1 13436:1 13448:1 13458:1 13477:1 13494:1 13516:5 13518:2 13519:1 13520:1 13521:1 13523:1 13528:4 13534:1 13539:1 13540:1 13555:1 13557:1 13558:1 13567:1 13571:1 13604:1 13627:1 13633:2 13635:3 13637:1 13641:1 13646:1 13675:7 13694:1 13715:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13772:1 13784:2 13792:4 13809:1 13833:1 13840:1 13867:1 13869:11 13896:1 13927:6 13931:1 13960:1 13965:1 13987:1 13990:3 13991:1 13996:2 14001:1 14029:1 14057:1 14058:5 14104:1 14115:1 14149:1 14179:1 14180:3 14182:1 14187:1 14201:1 14205:1 14209:2 14213:2 14215:1 14228:2 14235:1 14238:1 14281:1 14285:1 14299:2 14350:1 14354:1 14383:1 14396:1 14400:2 14407:1 14409:1 14438:1 14478:2 14494:2 14500:1 14509:1 14516:1 14519:1 14539:1 14562:1 14586:1 14604:1 14614:1 14619:8 14622:1 14628:1 14665:1 14673:1 14699:3 14703:1 14704:1 14722:1 14724:3 14748:1 14771:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14948:1 14957:1 14972:1 15009:2 15012:1 15024:1 15041:2 15049:2 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:2 15315:1 15324:1 15331:1 15337:1 15355:1 15362:3 15402:1 15423:2 15488:1 15502:1 15511:2 15515:1 15517:1 15528:2 15545:2 15546:1 15553:2 15572:1 15577:1 15579:1 15590:1 15602:1 15624:1 15639:2 15642:2 15653:1 15655:1 15666:2 15681:1 15716:1 15768:1 15788:1 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:3 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15995:2 16036:1 16041:1 16042:1 16045:2 16047:1 16048:2 16049:4 16050:3 16051:1 16053:3 16057:3 16061:3 16065:2 16067:2 16069:1 16070:1 16072:3 16078:1 16103:1 16151:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:2 16331:1 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16436:1 16466:1 16478:1 16494:1 16497:1 16523:1 16540:9 16625:1 16629:1 16649:1 16652:2 16668:2 16674:1 16704:1 16722:1 16724:2 16789:1 16795:1 16817:3 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16948:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17120:1 17121:1 17190:2 17224:1 17235:1 17243:3 17255:1 17276:1 17296:1 17317:3 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:2 17458:2 17467:1 17468:1 17473:1 17493:1 17520:2 17549:1 17571:1 17582:2 17584:1 17595:1 17639:1 17654:1 17655:1 17660:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:2 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:3 17975:1 17983:1 18014:1 18045:1 18055:1 18064:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18191:2 18251:5 18261:2 18269:1 18281:2 18300:1 18322:1 18329:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18466:1 18475:1 18493:1760 18498:1 18520:1 18523:1 18564:2 18570:1 18600:1 18604:2 18618:2 18628:1 18649:1 18679:1 18686:1 18693:1 18711:1 18717:1 18726:1 18747:1 18771:1 18802:1 18803:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:4 18983:1 19003:1 19009:8 19018:3 19051:1 19055:1 19071:1 19080:1 19084:2 19121:1 19148:1 19161:1 19167:2 19175:1 19205:4 19207:1 19217:1 19236:1 19265:1 19280:2 19326:1 19332:3 19335:1 19368:1 19379:1 19420:1 19421:8 19427:1 19434:1 19459:1 19460:1 19462:1 19497:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:9 19597:18 19600:3 19605:1 19646:2 19676:2 19690:1 19696:1 19701:1 19728:1 19730:1 19775:1 19778:1 19812:4 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19888:1 19913:54 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:7 20076:9 20077:1 20082:2 20087:1 20127:2 20149:5 20153:1 20154:1 20157:1 20159:1 20160:2 20166:1 20168:1 20169:1 20171:2 20173:4 20174:3 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20272:1 20273:1 20290:1 20298:1 20319:1 20338:2 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:1 20449:1 20454:1 20456:3 20485:1 20500:3 20517:3 20522:1 20523:3 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:2 20743:1 20767:1 20770:1 20783:1 20838:1 20852:3 20864:2 20881:2 20889:1 20890:1 20977:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21082:1 21117:2 21131:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21279:1 21281:1 21286:2 21287:1 21289:1 21293:1 21310:1 21321:1 21329:1 21339:1 21343:1 21356:1 21367:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:2 21419:14 21441:1 21446:1 21471:1 21481:1 21484:2 21496:2 21517:1 21523:2 21525:4 21530:1 21565:2 21571:1 21581:1 21607:1 21625:5 21641:2 21642:1 21652:1 21653:1 21661:1 21662:9 21663:2 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:5 21765:1 21789:1 21799:2 21802:1 21817:3 21831:1 21834:1 21848:1 21854:2 21860:1 21861:1 21863:1 21866:3 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21956:1 21958:1 21973:2 21975:1 21987:1 21999:1 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22086:1 22102:3 22108:2 22112:3 22139:1 22158:1 22176:1 22188:1 22211:1 22224:4 22244:1 22262:2 22310:1 22329:1 22347:1 22368:4 22379:4 22414:2 22449:2 22473:1 22478:2 22497:1 22506:1 22511:1 22519:9 22520:1 22531:1 22561:2 22564:1 22576:1 22592:1 22596:1 22611:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:4 22947:2 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:3 23101:3 23116:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:2 23214:1 23230:3 23231:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23303:1 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23410:1 23453:4 23461:1 23510:1 23516:1 23523:1 23582:2 23608:1 23630:3 23635:1 23655:1 23659:1 23667:1 23688:1 23692:1 23703:2 23737:1 23747:1 23751:1 23754:1 23782:1 23783:1 23795:2 23801:1 23817:1 23818:2 23825:1 23842:2 23843:1 23850:1 23852:1 23870:1 23872:1 23874:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23979:1 23992:1 24017:1 24031:1 24060:1 24062:3 24068:1 24076:2 24083:1 24089:1 24092:3 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:1 24200:1 24218:1 24223:1 24229:3 24231:3 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24500:1 24501:1 24502:3 24507:1 24520:1 24523:2 24545:1 24557:1 24599:2 24625:1 24651:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:2 24775:1 24796:4 24860:1 24866:1 24871:2 24909:1 24914:1 24920:2 24927:1 24930:1 24969:1 24970:2 24971:1 24984:1 24991:1 24997:1 25019:1 25036:2 25056:2 25060:1 25104:2 25107:1 25135:2 25178:2 25181:2 25189:4 25196:1 25204:1 25221:1 25250:2 25279:1 25299:1 25309:1 25313:5 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:3 25473:1 25477:1 25496:1 25507:3 25527:1 25535:2 25541:2 25549:1 25559:1 25570:1 25594:1 25601:2 25603:1 25613:2 25615:2 25616:1 25637:1 25642:1 25647:1 25665:1 25682:1 25690:1 25711:1 25720:1 25746:1 25748:2 25756:5 25757:1 25767:1 25782:5 25783:1 25784:1 25793:1 25800:2 25819:1 25824:1 25828:1 25842:1 25854:2 25876:2 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26117:1 26120:2 26121:3 26129:2 26153:1 26165:1 26167:2 26169:1 26193:1 26196:2 26200:1 26240:1 26266:2 26276:4 26365:1 26378:1 26397:1 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26492:1 26527:1 26599:3 26619:1 26630:1 26632:1 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26707:1 26715:1 26723:1 26724:1 26762:2 26775:1 26778:3 26783:3 26801:1 26811:1 26819:1 26822:1 26845:1 26874:1 26876:1 26886:2 26902:1 26939:1 26941:1 26942:2 26944:1 26945:1 26948:1 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:2 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27044:1 27049:1 27065:1 27068:4 27114:1 27144:1 27149:3 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:6 27276:1 27293:2 27294:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:1 27501:1 27512:1 27531:1 27535:1 27551:1 27565:1 27584:1 27585:1 27596:4 27614:1 27622:1 27630:1 27641:25 27663:1 27673:3 27679:1 27714:2 27747:2 27756:1 27764:1 27771:2 27783:1 27819:1 27836:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:2 27957:1 27964:1 27970:1 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28033:3 28042:1 28059:1 28093:1 28099:2 28148:1 28158:2 28162:4 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28342:1 28352:1 28362:3 28379:1 28390:2 28428:1 28443:1 28453:1 28479:1 28481:1 28519:1 28535:1 28552:1 28553:1 28562:1 28578:1 28593:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28765:2 28774:1 28783:1 28788:1 28794:3 28820:1 28834:1 28839:1 28840:1 28845:1 28847:4 28849:1 28851:1 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 134:1 142:2 156:4 169:1 175:2 184:3 190:1 197:1 201:1 208:1 225:2 238:1 257:1 260:3 272:2 281:1 309:2 345:3 347:1 361:1 383:1 388:2 389:3 390:1 401:1 419:2 428:1 504:1 512:1 527:1 537:1 551:1 554:3 555:1 562:2 567:1 569:1 572:2 580:6 581:1 606:1 658:1 679:1 687:1 691:1 721:1 765:1 780:2 790:2 799:4 814:3 821:1 826:1 836:2 842:4 844:2 851:1 853:4 864:3 877:2 882:1 883:3 886:4 898:1 900:2 906:1 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1147:3 1173:2 1175:1 1184:1 1185:1 1187:1 1228:1 1261:2 1274:1 1287:1 1288:1 1307:1 1308:1 1327:1 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1398:1 1401:1 1405:1 1421:1 1424:2 1442:1 1446:2 1460:8 1475:7 1488:1 1492:1 1524:1 1527:1 1529:1 1564:2 1629:1 1653:1 1674:1 1675:1 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:1 1763:1 1769:1 1792:1 1801:1 1819:1 1826:1 1882:1 1889:2 1901:2 1904:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:2 2000:1 2005:1 2010:2 2021:2 2031:1 2042:1 2045:7 2069:1 2085:2 2103:1 2104:2 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:2 2172:6 2173:2 2175:1 2178:2 2179:2 2186:1 2187:3 2196:2 2197:2 2201:1 2203:1 2206:1 2248:1 2253:1 2264:1 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:2 2329:1 2331:1 2335:1 2336:1 2354:1 2363:1 2375:1 2393:1 2417:1 2442:1 2445:1 2467:1 2514:1 2550:3 2554:5 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2676:2 2677:2 2683:1 2687:1 2700:1 2710:1 2727:1 2728:1 2735:1 2775:1 2793:18 2800:1 2802:4 2817:1 2820:1 2834:1 2844:1 2849:11 2865:1 2894:1 2901:1 2904:3 2956:1 2986:1 3005:1 3006:1 3007:2 3015:2 3038:1 3110:1 3129:4 3176:1 3177:1 3186:1 3190:2 3208:6 3228:1 3343:1 3353:3 3357:1 3358:3 3359:2 3360:1 3362:2 3364:6 3365:4 3368:1 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:2 3421:1 3427:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:5 3492:1 3493:17 3502:2 3507:1 3512:1 3520:1 3531:1 3533:1 3546:1 3565:1 3582:6 3585:2 3590:1 3595:2 3604:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:2 3922:1 3948:1 3949:1 3964:2 3967:4 3968:1 3983:1 3985:1 4024:1 4027:1 4048:1 4060:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4170:1 4218:1 4221:1 4257:1 4259:3 4287:1 4289:1 4297:2 4306:5 4317:1 4364:1 4371:1 4395:1 4446:2 4447:1 4451:1 4458:1 4482:2 4499:1 4503:2 4504:1 4508:3 4529:1 4534:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:1 4610:1 4614:1 4655:1 4661:1 4663:3 4703:1 4704:1 4724:2 4729:2 4742:1 4766:1 4771:1 4813:1 4874:10 4877:1 4883:2 4905:1 4923:1 4939:1 4975:1 4993:1 5005:1 5006:2 5009:1 5011:3 5012:1 5013:1 5015:1 5017:2 5019:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:4 5056:1 5069:1 5086:2 5112:1 5162:1 5200:3 5274:1 5275:2 5289:1 5293:1 5297:1 5308:4 5339:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5652:1 5687:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:3 5905:1 5917:1 5921:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6092:1 6098:1 6105:2 6112:1 6115:1 6118:1 6130:1 6154:1 6190:2 6192:3 6194:2 6222:3 6223:1 6224:1 6230:1 6272:1 6274:1 6276:1 6287:2 6301:2 6315:1 6322:1 6337:1 6367:1 6376:3 6377:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:1 6404:4 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6497:2 6506:1 6513:1 6517:1 6529:1 6620:1 6637:1 6665:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:1 6813:1 6817:1 6847:4 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:4 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:8 7002:1 7034:1 7038:1 7061:2 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:1 7384:1 7446:3 7460:1 7484:5 7491:1 7535:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:1 7610:4 7623:1 7632:1 7634:1 7666:1 7681:1 7682:1 7693:2 7699:4 7732:3 7756:27 7764:1 7771:19 7772:8 7778:1 7784:1 7820:1 7834:2 7835:1 7840:1 7866:2 7889:2 7890:1 7902:1 7937:5 7965:1 7976:1 7985:1 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8208:2 8213:32 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:7 8312:8 8345:2 8346:1 8353:2 8359:1 8377:1 8384:1 8387:1 8416:2 8429:2 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:3 8623:1 8628:1 8648:7 8649:1 8650:1 8675:1 8718:1 8728:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9052:2 9063:1 9078:1 9140:1 9158:2 9160:1 9162:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:1 9246:1 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9350:1 9354:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:3 9458:1 9478:1 9483:2 9509:5 9521:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:1 9649:1 9660:1 9672:1 9681:1 9702:1 9724:2 9729:4 9730:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:5 9884:2 9895:2 9911:1 9917:3 9922:3 9928:2 9938:3 9945:2 9969:1 9996:1 10012:1 10014:2 10050:2 10051:3 10061:1 10064:1 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10198:1 10205:1 10210:1 10212:1 10237:1 10245:6 10271:4 10272:2 10274:2 10275:1 10280:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:10 10308:2 10309:1 10310:5 10312:1 10336:3 10355:1 10401:1 10403:1 10409:1 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:3 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:5 10662:1 10702:1 10708:1 10709:1 10711:3 10716:1 10743:1 10757:1 10783:2 10801:1 10806:1 10835:1 10889:1 10904:1 10916:1 10920:3 10922:5 10941:1 10946:1 10947:1 10965:1 10970:2 10977:1 10987:1 10995:1 11021:1 11030:1 11046:2 11052:1 11054:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11310:1 11328:1 11351:1 11353:1 11357:1 11376:1 11379:1 11388:1 11390:1 11395:1 11411:1 11414:1 11420:10 11437:1 11461:1 11465:1 11470:4 11482:1 11485:1 11495:1 11515:1 11516:1 11531:1 11544:1 11581:1 11582:3 11588:1 11615:1 11618:1 11620:1 11622:1 11637:1 11640:5 11643:1 11645:1 11649:4 11652:1 11681:2 11689:5 11691:2 11701:1 11703:11 11713:3 11718:1 11722:1 11723:1 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:3 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11921:1 11946:1 11957:1 11969:1 11981:1 11984:1 12026:1 12032:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:1 12101:1 12107:1 12123:1 12137:1 12197:1 12198:1 12208:1 12220:2 12236:1 12256:1 12259:1 12265:1 12316:1 12331:1 12332:2 12410:1 12421:1 12443:1 12483:1 12492:1 12509:1 12518:1 12523:1 12525:1 12557:1 12566:2 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:4 12629:1 12630:1 12631:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:1 12691:1 12694:1 12700:3 12708:1 12716:1 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12784:1 12787:1 12788:3 12798:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:1 13059:2 13067:1 13085:1 13087:3 13126:1 13162:1 13180:6 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13305:2 13315:2 13387:1 13402:1 13405:2 13417:1 13426:2 13434:1 13436:1 13448:1 13458:1 13477:1 13494:1 13516:5 13518:2 13519:1 13520:2 13521:1 13523:1 13528:4 13534:1 13539:1 13540:1 13555:1 13557:1 13558:1 13567:1 13571:1 13604:1 13627:1 13633:2 13635:4 13637:1 13641:1 13646:1 13675:7 13694:1 13715:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13772:1 13784:2 13792:4 13809:1 13833:1 13840:1 13867:1 13869:12 13896:1 13927:6 13931:1 13960:1 13965:1 13987:1 13990:3 13991:1 13996:2 14001:1 14029:1 14057:1 14058:5 14104:1 14115:1 14149:1 14179:1 14180:3 14182:1 14187:1 14201:1 14205:1 14209:3 14213:2 14215:1 14227:1 14228:2 14235:1 14238:1 14281:1 14285:1 14299:2 14332:1 14350:1 14354:1 14383:1 14396:1 14400:2 14407:1 14409:1 14438:1 14478:2 14494:2 14500:1 14509:1 14516:1 14519:1 14539:1 14562:1 14586:1 14604:1 14614:1 14619:8 14622:1 14628:1 14665:1 14673:1 14699:3 14703:1 14704:1 14722:1 14724:3 14748:1 14771:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:1 14948:1 14957:1 14972:1 15009:2 15012:1 15024:1 15041:2 15049:2 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:3 15315:1 15324:1 15331:1 15337:1 15355:1 15362:3 15402:1 15423:2 15488:1 15502:1 15511:2 15515:1 15517:1 15528:2 15545:2 15546:1 15553:2 15572:1 15577:1 15579:1 15590:1 15602:1 15624:1 15639:2 15642:2 15653:1 15655:1 15666:2 15681:1 15716:2 15735:1 15768:1 15788:1 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:3 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15995:2 16036:1 16041:1 16042:1 16045:2 16047:1 16048:2 16049:4 16050:3 16051:1 16053:3 16057:3 16061:3 16065:2 16067:2 16069:1 16070:1 16072:3 16078:1 16103:1 16151:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16215:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16436:1 16466:1 16478:1 16494:1 16497:1 16523:1 16540:9 16586:1 16625:1 16629:1 16649:1 16652:2 16668:2 16674:1 16704:1 16722:1 16724:2 16789:1 16795:1 16817:3 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16948:2 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17120:1 17121:1 17190:2 17224:1 17235:1 17243:3 17255:1 17276:1 17293:1 17296:1 17317:3 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:2 17458:2 17467:1 17468:1 17472:1 17473:1 17493:1 17520:2 17549:1 17571:1 17582:2 17584:1 17595:1 17639:1 17654:1 17655:1 17660:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:2 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:3 17975:1 17983:1 18014:1 18045:1 18055:1 18064:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18172:1 18191:2 18251:5 18261:2 18269:1 18281:2 18300:1 18322:1 18329:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18466:1 18475:1 18493:1819 18498:1 18520:1 18523:1 18564:2 18570:1 18600:1 18604:2 18618:2 18628:1 18649:1 18679:1 18686:1 18693:1 18711:1 18717:1 18726:1 18747:1 18771:1 18797:1 18802:1 18803:1 18834:1 18838:1 18858:1 18893:2 18898:1 18944:4 18983:1 19003:1 19009:8 19018:3 19051:1 19055:1 19071:1 19080:1 19084:3 19121:1 19148:1 19161:1 19167:2 19175:1 19205:4 19207:1 19217:1 19236:1 19265:1 19280:2 19296:1 19326:1 19332:4 19335:1 19368:1 19379:1 19420:1 19421:8 19427:1 19434:1 19459:1 19460:1 19462:1 19497:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:9 19597:18 19600:3 19605:1 19646:2 19676:2 19690:1 19696:1 19701:1 19702:1 19728:1 19730:1 19775:1 19778:1 19812:4 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19888:1 19913:58 19933:1 19941:1 19947:1 19957:3 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:7 20076:9 20077:1 20082:2 20087:1 20127:2 20149:5 20153:1 20154:1 20157:1 20159:1 20160:2 20166:2 20168:1 20169:1 20170:1 20171:2 20173:4 20174:3 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20272:1 20273:1 20290:1 20298:1 20319:1 20338:2 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:1 20500:3 20517:3 20522:1 20523:3 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:2 20743:1 20767:1 20770:1 20783:1 20838:1 20852:4 20864:2 20881:2 20889:1 20890:1 20977:1 20997:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21082:1 21092:1 21117:2 21131:1 21132:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21279:1 21281:1 21286:2 21287:1 21289:1 21293:1 21310:1 21321:1 21329:1 21339:1 21343:1 21356:1 21367:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:2 21419:15 21441:1 21446:1 21471:1 21481:1 21484:2 21496:2 21517:1 21523:2 21525:4 21530:1 21559:1 21565:2 21571:1 21581:2 21607:1 21625:5 21641:2 21642:1 21652:1 21653:1 21661:1 21662:9 21663:2 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:5 21765:1 21789:1 21799:2 21802:1 21817:3 21831:1 21834:1 21835:1 21848:1 21854:2 21860:1 21861:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21955:1 21956:1 21958:1 21973:2 21975:1 21987:1 21999:1 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22086:1 22102:4 22108:2 22112:3 22139:1 22158:1 22176:1 22188:1 22211:1 22224:4 22244:1 22262:2 22310:2 22329:1 22347:1 22368:4 22379:4 22414:2 22449:2 22473:1 22478:2 22497:1 22506:1 22511:1 22519:9 22520:1 22531:1 22561:3 22564:1 22576:1 22592:1 22596:1 22611:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22728:1 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:5 22947:2 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:3 23101:3 23116:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:2 23211:1 23214:1 23230:3 23231:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23303:2 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23453:4 23461:1 23510:1 23516:1 23523:1 23582:3 23608:1 23630:3 23635:1 23655:1 23659:2 23667:1 23688:1 23692:1 23703:2 23737:1 23747:1 23751:1 23754:1 23782:1 23783:1 23795:2 23801:1 23817:1 23818:2 23825:1 23842:2 23843:1 23850:1 23852:2 23870:1 23872:1 23874:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23979:1 23992:1 24017:1 24031:1 24060:1 24062:3 24068:1 24076:2 24083:1 24089:1 24092:3 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:1 24200:1 24218:1 24223:1 24228:1 24229:3 24231:3 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24500:1 24501:1 24502:3 24507:1 24520:1 24523:2 24545:1 24557:1 24599:2 24625:1 24651:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:2 24775:1 24796:4 24860:1 24866:1 24871:2 24909:1 24914:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24984:1 24991:1 24997:1 25019:1 25036:2 25056:2 25060:1 25104:3 25107:1 25135:2 25178:2 25181:2 25189:4 25196:1 25204:1 25221:1 25250:2 25279:1 25299:1 25309:1 25313:5 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:3 25473:1 25476:1 25477:1 25496:1 25507:3 25527:1 25535:2 25541:2 25549:1 25559:1 25570:1 25594:1 25601:2 25603:1 25613:2 25615:2 25616:1 25637:1 25642:1 25647:1 25665:1 25682:1 25690:1 25711:2 25720:1 25746:1 25748:2 25756:5 25757:1 25767:1 25782:5 25783:1 25784:1 25793:1 25800:2 25819:1 25824:1 25828:1 25842:1 25854:2 25876:2 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26117:1 26120:2 26121:3 26129:2 26153:1 26165:1 26167:2 26169:1 26193:1 26196:2 26200:1 26240:1 26249:1 26266:2 26276:4 26365:1 26378:1 26397:1 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26492:1 26527:1 26599:3 26619:1 26630:1 26632:1 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26703:1 26707:1 26712:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:1 26886:2 26902:1 26939:1 26941:1 26942:2 26944:1 26945:1 26948:1 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:2 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27044:1 27049:1 27065:1 27068:4 27114:1 27144:1 27149:3 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:7 27276:1 27293:2 27294:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:1 27501:1 27512:1 27531:1 27535:1 27551:1 27564:1 27565:1 27584:1 27585:1 27586:1 27596:4 27614:1 27622:1 27630:1 27641:25 27663:1 27673:3 27679:1 27714:2 27747:2 27756:1 27764:1 27771:2 27783:1 27819:1 27836:1 27848:1 27874:1 27894:1 27898:1 27911:1 27942:2 27957:1 27964:1 27970:1 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28020:1 28033:3 28042:1 28059:1 28093:1 28099:2 28102:1 28148:1 28158:2 28162:4 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28342:1 28352:1 28362:3 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28519:1 28535:1 28552:1 28553:1 28562:1 28578:1 28593:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28765:2 28774:1 28783:1 28788:1 28794:3 28820:1 28834:1 28839:1 28840:1 28845:1 28847:4 28849:1 28851:1 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 105:3 107:1 120:3 131:1 134:1 142:2 156:4 169:1 175:2 184:3 190:1 197:2 201:1 208:1 225:2 238:1 257:1 260:3 272:2 281:1 309:2 345:3 347:1 361:1 383:1 388:2 389:3 390:1 401:1 419:2 428:1 504:1 512:1 527:1 537:1 551:1 554:3 555:1 562:2 567:1 569:1 572:2 580:6 581:1 606:1 658:1 679:1 687:1 691:1 721:1 765:1 780:2 790:2 799:4 814:5 821:1 822:1 826:1 836:2 842:4 844:2 851:1 853:4 864:3 877:2 882:1 883:3 886:4 897:1 898:1 900:2 906:1 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1228:1 1261:2 1274:1 1287:1 1288:1 1306:1 1307:1 1308:1 1327:1 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1398:1 1401:1 1405:1 1421:1 1424:2 1442:1 1446:2 1453:1 1460:8 1475:8 1488:1 1492:1 1524:1 1527:1 1529:1 1564:2 1629:1 1634:1 1653:1 1674:1 1675:1 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:1 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1867:1 1882:1 1889:3 1901:2 1904:1 1911:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:2 2000:1 2005:1 2010:2 2021:2 2031:1 2042:1 2045:7 2069:1 2085:2 2103:1 2104:3 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:2 2172:7 2173:2 2174:2 2175:1 2178:3 2179:2 2186:1 2187:3 2189:1 2196:2 2197:2 2201:1 2203:1 2206:1 2240:1 2248:1 2253:1 2264:1 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:2 2329:1 2331:1 2335:1 2336:1 2354:1 2363:1 2375:1 2393:1 2412:1 2417:1 2442:1 2445:1 2467:1 2514:1 2550:4 2554:5 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2648:1 2676:2 2677:2 2683:1 2687:2 2700:1 2710:1 2727:1 2728:1 2735:1 2775:1 2793:18 2800:1 2802:5 2817:1 2820:1 2834:1 2844:1 2849:12 2865:1 2894:1 2901:1 2904:3 2956:1 2986:1 3005:1 3006:1 3007:2 3015:2 3038:1 3092:1 3110:1 3129:4 3176:1 3177:1 3186:1 3190:2 3208:6 3228:1 3343:1 3353:3 3357:1 3358:3 3359:2 3360:1 3362:2 3364:6 3365:4 3368:2 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:2 3421:1 3427:1 3443:2 3448:1 3466:1 3482:1 3488:1 3491:5 3492:1 3493:18 3502:2 3507:1 3512:1 3520:2 3531:1 3533:1 3540:1 3546:1 3565:1 3582:6 3585:2 3586:1 3590:1 3595:2 3604:1 3633:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:4 3968:1 3983:1 3985:1 4024:1 4027:1 4048:1 4060:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4170:1 4218:1 4221:1 4257:1 4259:3 4287:1 4289:1 4297:2 4306:5 4317:1 4364:1 4371:1 4395:1 4446:3 4447:1 4451:1 4458:1 4482:2 4499:1 4503:3 4504:1 4508:3 4528:1 4529:1 4534:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:2 4610:1 4614:1 4655:1 4661:1 4663:4 4703:1 4704:1 4724:2 4729:2 4742:1 4766:1 4771:1 4813:1 4874:11 4877:1 4883:2 4905:1 4923:1 4939:1 4975:1 4993:1 5005:1 5006:2 5009:1 5011:4 5012:1 5013:1 5015:1 5017:2 5019:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:1 5162:1 5200:3 5274:1 5275:2 5289:1 5293:1 5297:1 5308:4 5339:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5652:1 5687:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:3 5889:1 5905:1 5917:1 5921:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6092:1 6098:1 6105:2 6112:1 6115:1 6118:1 6130:1 6154:1 6190:3 6192:3 6194:2 6222:4 6223:1 6224:1 6230:1 6272:1 6274:1 6276:1 6287:2 6301:2 6315:1 6322:1 6337:1 6367:1 6376:3 6377:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:1 6404:4 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:1 6620:1 6637:1 6665:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:1 6800:1 6813:1 6817:1 6847:4 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:4 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:9 7002:1 7034:1 7038:1 7046:1 7061:2 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:1 7384:1 7446:3 7460:1 7484:5 7491:1 7535:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:1 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:1 7682:1 7693:2 7699:4 7732:3 7756:32 7763:1 7764:1 7771:19 7772:9 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:2 7890:1 7902:1 7937:7 7965:1 7976:1 7985:1 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8208:2 8213:34 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:8 8312:8 8345:2 8346:1 8353:2 8359:1 8374:1 8377:1 8384:1 8387:1 8416:2 8429:3 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:3 8623:1 8628:1 8648:7 8649:1 8650:1 8675:1 8718:1 8728:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9052:2 9063:1 9078:1 9140:1 9158:2 9160:1 9162:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:1 9246:1 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9350:1 9354:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:3 9447:1 9458:2 9478:1 9483:3 9486:1 9509:5 9521:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:1 9649:1 9660:1 9672:1 9681:1 9702:1 9724:2 9729:5 9730:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:5 9884:2 9895:2 9911:1 9917:3 9922:3 9928:2 9938:3 9945:2 9969:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:3 10061:1 10064:2 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10198:1 10205:1 10210:1 10212:1 10237:1 10239:1 10245:7 10271:4 10272:2 10274:2 10275:1 10280:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:11 10308:2 10309:1 10310:6 10312:1 10336:3 10355:1 10401:1 10403:1 10409:1 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:3 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:6 10662:1 10702:1 10708:1 10709:1 10711:3 10716:1 10743:1 10757:1 10783:2 10801:1 10806:1 10835:1 10889:1 10904:2 10916:1 10920:4 10922:5 10941:1 10946:1 10947:1 10965:1 10970:2 10977:1 10983:1 10987:1 10995:1 11021:1 11030:1 11046:2 11052:1 11054:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11310:1 11328:1 11351:1 11353:1 11357:1 11376:1 11379:1 11388:1 11390:1 11395:1 11408:1 11411:1 11414:1 11420:10 11437:1 11461:1 11465:1 11470:4 11482:1 11485:1 11495:1 11515:1 11516:2 11531:1 11544:1 11581:1 11582:4 11588:1 11615:1 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:6 11652:1 11681:2 11689:5 11691:2 11701:1 11703:11 11713:3 11718:1 11722:1 11723:1 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:3 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11921:1 11946:1 11957:1 11964:1 11969:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:1 12101:1 12107:1 12123:1 12137:1 12194:1 12197:2 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12265:1 12316:1 12331:1 12332:2 12346:1 12410:1 12421:1 12443:1 12483:1 12492:1 12509:1 12518:1 12523:1 12525:1 12557:1 12566:2 12579:1 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:4 12629:2 12630:1 12631:1 12635:1 12650:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12784:1 12787:1 12788:3 12798:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:1 13059:2 13066:1 13067:1 13085:1 13087:3 13126:1 13162:1 13180:6 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13305:2 13315:2 13387:1 13402:1 13405:2 13417:1 13426:2 13434:1 13436:1 13448:1 13458:1 13477:1 13478:1 13494:1 13516:5 13518:2 13519:1 13520:2 13521:1 13523:1 13528:4 13534:1 13539:1 13540:1 13546:1 13555:1 13557:1 13558:1 13567:1 13571:1 13604:1 13627:1 13633:2 13635:4 13637:1 13641:1 13646:1 13675:7 13694:1 13715:1 13716:1 13724:1 13728:2 13742:1 13760:1 13765:3 13772:1 13784:2 13792:4 13809:1 13833:1 13840:1 13867:1 13869:12 13896:1 13927:6 13931:2 13960:1 13965:1 13987:1 13990:4 13991:1 13996:2 14001:1 14029:1 14057:1 14058:5 14104:1 14115:1 14149:1 14179:1 14180:3 14182:1 14186:1 14187:1 14201:1 14205:1 14209:3 14213:2 14215:1 14227:1 14228:2 14235:1 14238:1 14266:1 14281:1 14285:1 14299:2 14332:1 14350:1 14354:1 14383:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:1 14478:3 14494:2 14500:1 14509:1 14516:1 14519:1 14539:1 14562:1 14586:1 14604:1 14614:1 14619:8 14622:1 14628:1 14665:2 14673:1 14699:3 14703:1 14704:1 14722:1 14724:3 14748:1 14771:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:2 14943:1 14948:1 14957:1 14972:1 15009:2 15012:1 15024:1 15041:2 15049:2 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:3 15315:1 15324:1 15331:1 15337:1 15355:1 15362:3 15402:1 15423:2 15488:1 15502:1 15511:2 15515:1 15517:1 15528:2 15545:2 15546:1 15553:2 15572:1 15577:1 15579:1 15590:1 15602:1 15624:2 15639:2 15642:2 15653:1 15655:1 15666:2 15681:1 15716:3 15735:1 15768:1 15788:1 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:3 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15982:1 15995:2 16036:1 16041:1 16042:1 16045:2 16047:1 16048:2 16049:4 16050:4 16051:1 16053:3 16057:3 16061:3 16065:2 16067:2 16069:1 16070:1 16071:1 16072:3 16078:1 16103:1 16151:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16215:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16436:1 16466:1 16478:1 16494:1 16497:1 16523:1 16540:9 16586:1 16625:1 16629:1 16649:1 16652:2 16668:2 16674:1 16704:1 16722:1 16724:2 16789:1 16795:1 16817:3 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16948:2 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17120:1 17121:1 17190:3 17224:1 17235:1 17243:3 17255:1 17276:1 17284:1 17293:1 17296:1 17317:3 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:2 17458:2 17467:1 17468:1 17472:1 17473:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:2 17584:1 17595:1 17639:1 17654:1 17655:1 17660:1 17747:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:3 17975:1 17983:1 18014:1 18045:1 18055:1 18064:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18172:1 18191:2 18251:5 18261:2 18269:1 18281:2 18300:1 18322:1 18329:1 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18466:1 18475:1 18493:1934 18498:2 18520:1 18523:1 18564:2 18570:1 18600:1 18604:2 18618:2 18628:1 18649:1 18679:1 18686:1 18693:1 18711:1 18717:1 18726:1 18747:1 18771:1 18797:1 18802:1 18803:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18944:4 18983:1 18989:1 19003:1 19009:8 19018:3 19051:1 19055:1 19071:1 19080:1 19084:3 19121:1 19148:1 19161:1 19167:2 19175:1 19205:4 19207:1 19217:1 19236:1 19265:1 19280:2 19296:1 19326:1 19332:5 19335:1 19368:1 19379:1 19420:1 19421:8 19427:1 19434:1 19459:1 19460:1 19462:1 19497:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:9 19587:1 19597:18 19600:4 19605:1 19618:1 19646:3 19676:2 19690:1 19696:1 19701:1 19702:1 19728:1 19730:1 19748:1 19775:1 19778:1 19812:4 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19888:1 19913:60 19933:1 19941:1 19947:1 19957:4 19959:1 19972:1 19995:1 19998:1 20000:1 20019:1 20047:1 20054:1 20056:7 20076:9 20077:1 20082:2 20087:1 20127:3 20149:5 20153:2 20154:1 20157:1 20159:1 20160:2 20161:1 20166:2 20168:1 20169:1 20170:1 20171:2 20173:4 20174:3 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20272:1 20273:1 20290:1 20298:1 20319:1 20338:2 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:1 20500:3 20517:3 20522:1 20523:3 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:2 20743:1 20752:1 20767:1 20770:1 20783:1 20838:1 20852:4 20864:2 20881:2 20889:1 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21078:1 21082:1 21092:1 21117:2 21131:1 21132:1 21154:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21279:1 21281:1 21286:2 21287:1 21288:1 21289:1 21293:2 21310:1 21321:1 21329:1 21339:1 21343:1 21353:1 21356:1 21367:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:3 21419:16 21441:1 21446:1 21471:1 21481:1 21484:2 21496:2 21517:1 21523:2 21525:4 21530:1 21559:1 21565:2 21571:1 21581:2 21607:1 21625:5 21641:2 21642:1 21652:1 21653:1 21661:1 21662:9 21663:2 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:5 21752:1 21765:1 21789:1 21799:2 21802:1 21817:3 21831:1 21834:1 21835:1 21848:1 21854:2 21860:1 21861:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21955:1 21956:1 21958:2 21973:2 21975:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22086:1 22102:4 22108:2 22112:3 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22262:2 22310:2 22329:1 22347:1 22368:4 22379:4 22414:2 22449:2 22473:1 22478:2 22497:1 22506:1 22511:1 22519:9 22520:1 22531:1 22538:1 22561:3 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22639:1 22647:1 22670:1 22688:1 22707:2 22714:2 22726:1 22728:1 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:6 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:3 23101:3 23116:1 23130:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:2 23199:1 23211:1 23214:1 23230:3 23231:2 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23303:2 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23453:4 23461:1 23510:1 23516:1 23523:1 23582:3 23608:1 23630:3 23635:1 23655:1 23659:2 23667:1 23688:1 23692:1 23703:2 23737:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23801:1 23817:1 23818:2 23821:1 23825:1 23842:2 23843:1 23850:1 23852:3 23870:1 23872:1 23874:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23979:1 23992:1 24017:1 24031:1 24060:1 24062:3 24068:1 24076:2 24083:1 24089:1 24092:4 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:1 24200:1 24218:1 24223:1 24228:1 24229:3 24231:3 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24500:1 24501:1 24502:3 24507:1 24511:1 24520:1 24523:2 24527:1 24545:1 24557:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:3 24775:1 24796:5 24860:2 24866:1 24871:2 24909:1 24914:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24984:1 24991:1 24997:1 25019:1 25036:2 25056:2 25060:1 25104:3 25107:1 25135:2 25178:2 25181:2 25189:5 25191:1 25196:1 25204:1 25221:2 25250:2 25279:1 25299:1 25309:1 25313:5 25329:1 25331:1 25335:1 25365:2 25370:1 25394:2 25435:1 25453:3 25473:1 25476:1 25477:1 25496:1 25507:4 25527:1 25535:3 25541:2 25549:1 25559:1 25570:1 25594:1 25601:2 25603:1 25613:2 25615:2 25616:1 25637:1 25642:1 25647:1 25665:1 25682:1 25690:1 25711:3 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:5 25783:1 25784:1 25793:1 25800:2 25806:1 25819:1 25824:1 25828:1 25842:1 25854:4 25864:1 25876:2 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:2 26121:3 26129:2 26153:1 26165:1 26167:2 26169:1 26193:1 26196:2 26200:1 26240:1 26249:1 26266:2 26276:4 26305:1 26365:1 26378:1 26397:1 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26619:1 26630:1 26632:1 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26703:1 26707:1 26712:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:1 26886:2 26902:1 26914:1 26915:1 26939:1 26941:1 26942:2 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:2 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27044:1 27049:1 27065:1 27068:4 27114:1 27144:1 27149:3 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:8 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:1 27501:1 27512:1 27531:1 27535:1 27551:1 27559:2 27564:1 27565:1 27584:1 27585:1 27586:1 27596:4 27614:1 27622:1 27630:1 27641:25 27663:1 27673:3 27679:1 27714:2 27747:2 27756:1 27764:1 27771:2 27783:1 27785:1 27819:1 27836:1 27848:1 27874:1 27888:1 27894:1 27898:1 27905:1 27911:1 27942:2 27957:1 27964:1 27970:1 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28020:1 28033:3 28042:1 28059:1 28093:1 28099:4 28102:1 28148:1 28158:2 28162:4 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28342:1 28352:1 28362:3 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28519:1 28535:1 28544:1 28552:1 28553:1 28562:1 28578:1 28593:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28765:3 28774:1 28783:1 28788:1 28794:3 28820:1 28834:1 28839:1 28840:1 28845:1 28847:5 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 32:1 105:3 107:1 120:3 131:1 134:1 142:2 156:4 169:1 175:2 184:3 190:1 197:2 201:1 208:1 225:2 238:1 257:1 260:3 272:2 281:1 309:2 345:3 347:1 361:1 364:1 383:1 388:2 389:3 390:1 401:1 419:2 428:1 504:1 512:1 527:1 537:1 551:1 554:3 555:1 562:2 567:1 569:1 572:2 580:6 581:1 606:1 658:1 679:1 687:1 691:1 721:1 743:1 765:1 780:2 790:2 799:4 814:5 821:1 822:1 826:1 836:2 842:4 844:2 851:1 853:4 864:3 877:3 881:1 882:1 883:3 886:4 897:1 898:1 900:2 902:1 906:1 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1228:1 1261:2 1274:1 1287:1 1288:1 1306:1 1307:1 1308:1 1327:1 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1398:1 1401:1 1405:1 1421:1 1424:2 1442:1 1446:2 1453:1 1460:8 1475:8 1488:1 1492:1 1524:1 1527:1 1529:1 1564:2 1629:1 1634:1 1653:1 1674:1 1675:1 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:1 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1840:1 1867:1 1882:1 1889:3 1901:2 1904:1 1911:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:2 2000:1 2005:1 2010:2 2021:2 2031:1 2042:1 2045:7 2069:1 2085:2 2103:1 2104:3 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:2 2172:7 2173:2 2174:2 2175:1 2178:3 2179:2 2186:1 2187:3 2189:1 2192:1 2196:2 2197:2 2201:1 2203:1 2206:1 2240:1 2248:1 2253:1 2264:1 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:3 2329:1 2331:1 2335:1 2336:1 2354:1 2363:1 2375:1 2393:1 2412:1 2417:1 2442:1 2445:1 2467:1 2514:1 2550:4 2554:5 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2648:1 2676:2 2677:2 2683:1 2687:2 2700:1 2710:1 2727:1 2728:1 2735:1 2775:1 2793:18 2798:1 2800:1 2802:6 2817:1 2820:1 2834:2 2844:1 2849:12 2865:1 2870:1 2873:1 2894:1 2901:1 2904:3 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:2 3038:1 3087:1 3092:1 3110:1 3129:4 3176:1 3177:1 3186:1 3190:2 3208:6 3228:1 3241:2 3343:1 3353:3 3357:1 3358:3 3359:3 3360:1 3362:2 3364:6 3365:4 3368:2 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:3 3421:1 3427:1 3443:2 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:18 3502:2 3507:1 3512:1 3520:2 3531:1 3533:1 3540:1 3546:1 3565:1 3582:6 3585:2 3586:1 3590:1 3595:2 3604:1 3633:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:4 3968:1 3983:1 3985:1 4024:1 4027:1 4048:1 4060:1 4067:1 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4170:1 4218:1 4221:1 4257:1 4259:3 4287:1 4289:1 4297:2 4306:5 4317:1 4364:1 4371:1 4395:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4499:1 4503:3 4504:1 4508:3 4528:1 4529:1 4534:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:2 4610:1 4614:1 4655:1 4661:1 4663:4 4696:1 4703:1 4704:1 4724:3 4729:2 4742:1 4766:1 4771:1 4813:1 4868:1 4874:11 4877:1 4883:2 4905:1 4923:1 4939:1 4975:1 4985:1 4993:1 5005:1 5006:2 5009:1 5011:4 5012:1 5013:1 5015:1 5017:2 5019:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:1 5121:1 5139:1 5162:1 5200:3 5274:1 5275:2 5289:1 5293:1 5297:1 5308:4 5339:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5623:1 5629:1 5652:2 5687:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:3 5889:1 5905:1 5917:1 5921:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6077:1 6078:1 6079:1 6092:1 6098:1 6105:2 6112:1 6115:1 6118:1 6130:2 6154:1 6190:3 6192:5 6194:2 6222:6 6223:1 6224:1 6230:1 6235:1 6272:1 6274:1 6276:1 6287:2 6301:2 6315:1 6322:2 6337:1 6367:1 6376:3 6377:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:1 6404:4 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:2 6620:1 6637:1 6665:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:2 6800:1 6813:1 6817:1 6847:4 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:4 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:9 7002:1 7034:1 7038:1 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:1 7384:1 7446:3 7460:1 7484:5 7491:1 7535:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:2 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:1 7682:2 7693:2 7699:4 7732:3 7756:33 7763:1 7764:1 7771:19 7772:9 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:3 7890:1 7902:1 7937:7 7965:1 7976:1 7985:1 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8197:1 8208:2 8213:36 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:9 8312:8 8315:1 8319:1 8345:2 8346:1 8353:2 8354:1 8359:1 8374:1 8377:1 8384:1 8387:1 8416:2 8429:3 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8563:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:3 8623:1 8628:1 8648:7 8649:1 8650:1 8675:1 8718:1 8728:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:1 8823:1 8839:1 8847:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9052:2 9063:1 9078:1 9140:1 9158:2 9160:1 9162:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:1 9246:1 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9350:1 9354:1 9355:3 9367:1 9378:1 9412:1 9413:1 9424:3 9447:1 9458:2 9478:1 9483:3 9486:1 9509:5 9521:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:1 9649:1 9660:1 9672:1 9681:1 9702:1 9704:1 9724:2 9729:6 9730:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:5 9884:2 9895:2 9911:1 9917:3 9922:3 9928:2 9938:3 9945:2 9969:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10061:1 10064:2 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10245:8 10271:4 10272:2 10274:2 10275:1 10280:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:11 10308:2 10309:1 10310:8 10312:1 10336:3 10355:1 10401:1 10403:1 10409:1 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:3 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:6 10662:1 10702:1 10708:1 10709:1 10711:3 10716:1 10743:1 10757:1 10758:1 10783:2 10801:1 10806:1 10835:1 10866:1 10889:1 10904:2 10916:1 10920:4 10922:5 10941:1 10946:1 10947:1 10965:1 10970:2 10977:1 10983:1 10987:1 10995:1 11021:1 11030:1 11046:3 11052:1 11054:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11310:1 11328:1 11351:1 11353:1 11357:1 11376:1 11379:1 11388:1 11390:2 11395:1 11408:1 11411:1 11414:1 11420:10 11437:1 11461:1 11465:1 11470:4 11482:1 11485:1 11495:1 11515:1 11516:2 11531:1 11544:1 11581:1 11582:4 11588:1 11615:1 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11689:5 11691:2 11701:1 11703:11 11713:3 11718:1 11722:1 11723:2 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:3 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11868:1 11875:1 11888:1 11916:5 11918:4 11921:1 11946:1 11957:1 11964:1 11969:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12123:1 12137:1 12194:1 12197:2 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12265:1 12316:1 12331:1 12332:2 12346:1 12410:1 12421:1 12443:1 12483:1 12492:1 12509:1 12518:1 12523:1 12525:1 12557:1 12566:3 12579:1 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:4 12629:2 12630:1 12631:1 12635:1 12650:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12777:1 12784:1 12787:1 12788:3 12789:1 12798:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:1 13059:2 13066:1 13067:1 13085:1 13087:3 13126:1 13162:1 13180:6 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13305:2 13315:2 13387:1 13402:1 13405:2 13417:1 13426:2 13434:1 13436:1 13448:1 13458:1 13477:1 13478:1 13494:1 13516:5 13518:2 13519:1 13520:2 13521:1 13523:1 13528:4 13534:1 13539:1 13540:1 13546:1 13555:1 13557:1 13558:1 13567:1 13571:1 13604:1 13627:1 13633:2 13635:4 13637:1 13641:1 13646:1 13675:7 13694:1 13715:1 13716:1 13724:1 13728:2 13733:1 13738:1 13742:1 13760:1 13765:3 13772:1 13784:2 13792:4 13809:1 13833:1 13840:1 13867:1 13869:12 13896:1 13927:6 13931:2 13937:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:2 14001:1 14029:1 14031:1 14057:1 14058:5 14104:1 14115:1 14149:1 14171:1 14179:1 14180:3 14182:1 14186:1 14187:1 14201:1 14205:1 14209:3 14213:2 14215:1 14227:1 14228:2 14235:1 14238:1 14266:1 14281:1 14285:1 14299:2 14332:1 14350:1 14354:1 14383:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:1 14478:3 14494:2 14500:1 14509:1 14516:1 14519:1 14539:1 14562:1 14586:1 14604:1 14614:1 14619:8 14622:1 14628:1 14665:2 14673:1 14699:3 14703:1 14704:1 14722:1 14724:3 14748:1 14771:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:2 14943:1 14948:1 14957:1 14972:1 15009:2 15012:1 15024:1 15041:2 15049:2 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:3 15315:1 15324:1 15331:1 15337:1 15355:1 15362:4 15402:1 15423:2 15488:1 15502:1 15511:2 15515:1 15517:1 15528:2 15534:1 15545:2 15546:1 15553:2 15572:1 15577:1 15579:1 15590:1 15602:1 15624:2 15639:2 15642:2 15653:1 15655:1 15666:2 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:3 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15982:1 15995:2 16036:1 16041:1 16042:1 16045:2 16047:1 16048:2 16049:4 16050:4 16051:1 16053:3 16057:3 16061:3 16065:2 16067:2 16069:1 16070:1 16071:1 16072:5 16078:1 16103:1 16151:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16215:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16436:1 16441:1 16466:1 16478:1 16494:1 16497:1 16523:1 16540:9 16586:1 16605:1 16625:1 16629:1 16649:1 16652:2 16668:2 16674:1 16704:1 16722:1 16724:2 16789:1 16795:1 16817:3 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16938:1 16948:2 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17120:1 17121:1 17190:3 17224:1 17235:1 17243:3 17255:1 17276:1 17284:1 17293:1 17296:1 17317:3 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:2 17458:3 17467:1 17468:1 17472:1 17473:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:2 17584:1 17595:1 17639:1 17654:1 17655:2 17660:1 17683:1 17747:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:3 17975:1 17983:1 18014:1 18045:1 18055:1 18064:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:1 18172:1 18191:2 18233:1 18251:5 18261:2 18269:1 18281:2 18300:1 18322:1 18329:2 18333:1 18340:1 18350:1 18364:1 18370:1 18424:1 18464:1 18466:1 18475:1 18493:1972 18498:2 18520:1 18523:1 18564:2 18570:1 18600:1 18604:2 18618:2 18628:1 18649:2 18679:1 18686:1 18693:1 18711:1 18717:1 18726:1 18747:1 18771:1 18797:1 18802:1 18803:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18944:4 18983:1 18989:1 19003:1 19009:8 19018:3 19051:1 19055:1 19071:1 19080:1 19084:3 19121:1 19148:1 19161:1 19167:2 19175:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:1 19326:1 19332:5 19335:1 19368:1 19379:1 19420:1 19421:8 19427:1 19434:1 19459:1 19460:1 19462:1 19497:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:9 19587:1 19597:18 19600:4 19605:1 19618:1 19646:3 19676:2 19690:1 19696:1 19701:1 19702:1 19728:1 19730:1 19748:1 19775:1 19778:1 19785:1 19812:4 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19888:1 19889:1 19913:63 19933:1 19936:1 19941:1 19947:1 19957:4 19959:1 19972:1 19979:1 19995:1 19998:1 20000:1 20011:1 20019:1 20047:2 20054:1 20056:7 20076:9 20077:1 20082:2 20087:1 20127:3 20149:5 20153:2 20154:1 20157:1 20159:1 20160:2 20161:1 20166:2 20168:1 20169:1 20170:1 20171:2 20173:4 20174:3 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20272:1 20273:1 20290:1 20291:1 20298:1 20319:1 20338:2 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:1 20500:3 20517:3 20522:1 20523:3 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:1 20622:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:2 20743:1 20752:1 20767:1 20770:1 20783:1 20838:1 20852:4 20864:2 20881:2 20889:1 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21078:1 21082:1 21092:1 21117:2 21131:1 21132:1 21154:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21279:1 21281:1 21286:3 21287:1 21288:1 21289:1 21293:2 21310:1 21321:1 21329:1 21339:1 21343:1 21353:1 21356:1 21367:1 21375:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:3 21419:18 21441:1 21446:1 21471:1 21481:1 21484:2 21496:2 21517:1 21523:2 21525:4 21527:1 21530:1 21559:1 21565:2 21571:1 21581:2 21607:1 21625:5 21641:2 21642:1 21652:1 21653:1 21661:1 21662:9 21663:2 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:5 21752:1 21765:1 21789:1 21799:2 21802:1 21817:3 21831:1 21834:1 21835:1 21848:1 21854:2 21860:1 21861:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21955:1 21956:1 21958:2 21973:2 21975:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22086:1 22102:4 22108:2 22112:3 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22262:2 22310:2 22329:1 22347:1 22368:4 22379:4 22414:2 22449:2 22473:1 22478:2 22497:1 22506:1 22511:1 22519:9 22520:1 22531:1 22538:1 22561:3 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22639:1 22647:1 22670:1 22673:1 22688:1 22707:3 22714:2 22726:1 22728:1 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:3 23101:3 23116:1 23130:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:2 23199:1 23211:1 23214:1 23230:3 23231:2 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23303:2 23304:3 23306:1 23313:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23453:5 23461:1 23510:1 23516:1 23523:1 23582:3 23608:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23703:3 23737:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23801:1 23817:1 23818:2 23821:1 23825:1 23841:1 23842:3 23843:2 23850:1 23852:3 23870:1 23872:1 23874:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24076:2 24083:1 24089:1 24092:4 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:1 24200:1 24218:1 24223:1 24228:1 24229:3 24231:3 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24500:1 24501:1 24502:3 24507:1 24511:1 24520:1 24523:2 24527:1 24545:1 24557:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:3 24775:1 24796:5 24860:2 24866:1 24871:2 24909:1 24914:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24984:1 24991:1 24997:1 25019:1 25036:2 25056:2 25060:1 25104:3 25107:1 25135:2 25178:2 25181:2 25189:6 25191:1 25196:1 25204:1 25221:2 25250:2 25279:1 25299:1 25309:1 25313:5 25329:1 25331:1 25335:1 25365:3 25370:1 25394:2 25429:1 25435:1 25453:3 25473:1 25476:1 25477:1 25496:1 25507:4 25527:1 25535:3 25541:2 25549:1 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25637:1 25642:1 25647:1 25665:1 25682:1 25690:1 25711:3 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:5 25783:1 25784:1 25793:1 25800:2 25806:1 25819:1 25824:1 25827:1 25828:1 25842:1 25854:4 25864:1 25876:2 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:2 26121:3 26129:2 26153:1 26165:1 26167:2 26169:1 26193:1 26196:2 26200:1 26240:1 26249:1 26266:2 26276:4 26305:1 26365:1 26378:1 26397:2 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26619:1 26630:1 26632:2 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26703:1 26707:1 26712:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:1 26886:2 26902:1 26914:1 26915:1 26939:1 26941:1 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:2 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27044:1 27049:2 27065:1 27067:1 27068:4 27114:1 27144:1 27149:3 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:10 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27531:1 27535:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:5 27614:2 27622:1 27630:2 27641:25 27663:1 27673:3 27679:1 27714:2 27747:2 27756:1 27764:1 27771:2 27778:1 27783:1 27785:1 27819:1 27836:1 27848:1 27874:1 27888:1 27894:1 27898:2 27905:1 27911:1 27942:2 27957:1 27964:1 27970:1 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28020:1 28033:3 28042:1 28059:1 28093:1 28099:4 28102:1 28148:1 28158:2 28162:4 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28342:1 28352:1 28362:3 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28519:1 28535:1 28544:1 28552:1 28553:1 28562:1 28578:1 28581:1 28593:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28765:3 28774:1 28783:2 28788:1 28794:3 28820:1 28834:1 28839:1 28840:1 28845:1 28847:5 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 32:1 105:3 107:1 120:3 131:1 134:1 142:2 156:4 169:1 175:2 184:3 190:1 197:2 201:1 208:1 225:2 238:1 257:1 260:3 272:2 281:1 309:2 345:4 347:1 361:1 364:1 383:1 388:2 389:3 390:1 401:1 405:1 419:2 428:1 504:1 512:1 527:1 537:1 551:1 554:3 555:1 562:2 567:1 569:1 572:2 580:6 581:1 606:1 658:1 679:1 687:1 691:1 721:1 743:1 765:1 780:2 790:2 799:4 814:5 821:1 822:1 826:1 836:2 842:4 844:2 851:1 853:4 864:3 877:3 881:1 882:1 883:3 886:5 897:1 898:1 900:2 902:1 906:1 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:1 1327:3 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:2 1442:1 1446:2 1453:1 1460:8 1475:9 1488:1 1492:1 1524:1 1527:1 1529:1 1564:2 1629:1 1634:1 1648:1 1653:1 1674:1 1675:1 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:1 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1840:1 1867:1 1882:1 1889:3 1901:2 1904:1 1911:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:2 2000:1 2005:1 2010:2 2021:2 2031:1 2042:1 2045:7 2069:1 2085:2 2103:1 2104:3 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:2 2172:7 2173:2 2174:2 2175:1 2178:3 2179:2 2186:1 2187:3 2189:1 2192:1 2196:2 2197:2 2201:1 2203:1 2206:1 2240:1 2248:1 2253:1 2264:1 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:3 2329:1 2331:1 2335:1 2336:1 2354:1 2363:1 2375:1 2393:1 2412:1 2417:1 2442:1 2445:1 2467:1 2514:2 2516:1 2550:4 2554:5 2566:1 2568:1 2574:1 2578:1 2596:1 2607:2 2610:3 2624:1 2648:1 2676:2 2677:2 2683:1 2687:2 2700:1 2710:1 2727:1 2728:1 2735:1 2775:1 2793:19 2798:1 2800:1 2802:6 2817:2 2820:1 2834:2 2844:1 2849:13 2865:1 2870:1 2873:1 2894:2 2901:1 2904:3 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:2 3038:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3186:1 3190:2 3208:6 3228:1 3241:2 3343:1 3353:3 3357:1 3358:4 3359:3 3360:1 3362:2 3364:6 3365:4 3368:2 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:3 3421:2 3427:1 3443:2 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:18 3502:2 3507:1 3512:1 3513:1 3520:2 3531:1 3533:1 3540:1 3546:1 3565:1 3582:7 3585:2 3586:1 3590:1 3595:2 3604:1 3633:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:5 3968:1 3983:1 3985:1 4024:1 4027:1 4048:1 4060:1 4067:2 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4170:1 4218:1 4221:1 4257:1 4258:1 4259:3 4287:1 4289:1 4297:2 4306:5 4317:1 4320:1 4364:1 4371:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4499:1 4503:3 4504:1 4508:4 4528:1 4529:1 4534:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:2 4610:1 4614:1 4655:1 4661:1 4663:4 4696:2 4703:1 4704:1 4724:3 4729:2 4742:1 4766:1 4771:1 4813:1 4868:1 4874:13 4877:1 4883:2 4905:1 4923:1 4939:1 4975:1 4985:1 4993:1 5005:1 5006:3 5009:1 5011:4 5012:1 5013:1 5015:1 5017:2 5019:1 5025:5 5026:1 5030:1 5032:1 5034:1 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:1 5121:1 5139:2 5162:1 5200:3 5274:1 5275:2 5289:1 5293:1 5297:1 5308:4 5328:1 5339:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:2 5652:2 5687:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:3 5889:1 5905:1 5917:1 5921:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6077:1 6078:2 6079:2 6092:1 6098:1 6105:2 6112:1 6115:1 6118:1 6130:2 6154:1 6190:3 6192:5 6194:2 6222:6 6223:1 6224:1 6230:1 6235:1 6272:1 6274:1 6276:1 6287:2 6301:2 6315:1 6322:2 6337:1 6367:1 6376:3 6377:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:1 6404:4 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6620:1 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:1 6744:2 6800:1 6813:1 6817:1 6847:4 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:6 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:9 7002:1 7034:1 7038:1 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:1 7384:1 7446:3 7460:1 7484:5 7491:1 7535:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:2 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:1 7682:2 7693:2 7699:4 7702:1 7732:3 7756:33 7763:1 7764:1 7771:20 7772:9 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:3 7890:1 7902:1 7937:7 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8197:1 8208:2 8213:38 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:10 8312:8 8315:1 8319:1 8345:2 8346:1 8353:2 8354:1 8359:1 8374:1 8377:1 8384:1 8387:1 8416:2 8429:3 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8563:1 8565:1 8566:1 8568:1 8570:3 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:3 8623:1 8628:1 8648:7 8649:1 8650:1 8675:1 8718:1 8728:1 8730:1 8736:1 8739:1 8769:1 8774:1 8789:2 8823:1 8839:1 8847:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9052:2 9063:1 9066:1 9078:1 9126:1 9140:1 9158:2 9160:1 9162:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:2 9246:1 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9350:1 9354:1 9355:3 9365:1 9367:1 9378:1 9412:1 9413:1 9424:3 9447:1 9457:1 9458:2 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:2 9649:1 9660:1 9672:1 9681:1 9702:1 9704:1 9724:2 9729:6 9730:1 9733:1 9737:1 9739:1 9781:1 9816:2 9833:5 9884:2 9895:2 9911:1 9917:3 9922:3 9928:2 9938:3 9945:2 9969:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10061:1 10064:2 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10245:8 10271:4 10272:2 10274:2 10275:1 10280:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:12 10308:2 10309:1 10310:8 10312:2 10336:3 10355:1 10401:1 10403:1 10409:3 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:3 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:6 10662:1 10702:1 10708:1 10709:1 10711:3 10716:1 10743:1 10757:1 10758:1 10783:2 10801:1 10806:1 10835:1 10866:1 10889:1 10904:2 10916:1 10920:4 10922:5 10941:1 10946:1 10947:1 10965:1 10970:3 10977:1 10983:1 10987:1 10995:1 11021:1 11030:1 11046:3 11052:1 11054:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11164:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11310:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11379:1 11388:1 11390:2 11395:1 11408:1 11411:1 11414:1 11420:11 11437:1 11461:1 11465:1 11470:4 11482:1 11485:1 11495:1 11515:1 11516:2 11531:1 11544:1 11581:1 11582:4 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11689:5 11691:2 11701:1 11703:11 11713:3 11718:1 11722:1 11723:2 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11867:1 11868:1 11875:1 11888:1 11916:5 11918:4 11921:1 11946:1 11957:1 11964:1 11969:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12123:1 12137:1 12182:1 12194:1 12197:2 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12265:1 12316:1 12331:1 12332:2 12346:1 12410:1 12421:1 12443:1 12483:1 12492:1 12509:1 12518:1 12523:1 12525:1 12557:1 12566:3 12579:1 12585:2 12591:1 12593:2 12595:1 12602:1 12612:1 12616:4 12629:2 12630:1 12631:1 12635:1 12650:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12777:1 12784:1 12787:1 12788:3 12789:2 12798:1 12805:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:1 13059:2 13066:1 13067:1 13085:1 13087:3 13126:1 13162:1 13180:6 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13305:2 13315:2 13387:1 13402:1 13405:2 13417:1 13426:2 13434:1 13436:1 13448:1 13458:1 13477:1 13478:1 13494:1 13516:6 13518:2 13519:1 13520:2 13521:1 13523:1 13528:4 13534:1 13539:1 13540:1 13546:1 13555:1 13557:1 13558:1 13567:1 13571:1 13604:1 13607:1 13627:1 13633:2 13635:4 13637:1 13641:1 13646:1 13675:7 13678:1 13694:1 13715:1 13716:1 13724:1 13728:2 13733:1 13738:1 13742:1 13760:1 13765:3 13772:1 13784:2 13792:4 13809:1 13833:1 13835:1 13840:1 13867:1 13869:12 13896:1 13927:6 13931:2 13937:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:2 14001:1 14029:1 14031:1 14037:1 14057:1 14058:5 14104:1 14115:1 14149:1 14171:1 14179:1 14180:3 14182:2 14186:1 14187:1 14201:1 14205:1 14209:3 14213:2 14215:1 14227:1 14228:3 14235:1 14238:1 14266:1 14281:1 14285:1 14299:2 14332:1 14350:1 14354:1 14383:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:1 14478:3 14494:2 14500:1 14509:1 14516:1 14519:1 14524:1 14539:1 14562:1 14583:1 14586:1 14587:1 14604:1 14614:1 14619:8 14622:1 14628:1 14665:2 14673:1 14699:3 14703:1 14704:1 14705:1 14722:1 14724:3 14748:1 14771:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:2 14943:1 14948:1 14957:1 14972:1 15009:2 15012:1 15018:1 15024:1 15041:2 15049:2 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:3 15315:1 15324:1 15331:1 15337:1 15355:1 15362:4 15364:1 15402:1 15423:2 15488:1 15502:1 15511:2 15515:1 15517:1 15528:2 15534:1 15545:2 15546:1 15553:3 15572:1 15577:1 15579:1 15590:1 15602:1 15624:2 15639:2 15642:2 15653:1 15655:1 15666:2 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:3 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16045:3 16047:1 16048:2 16049:4 16050:5 16051:1 16053:3 16057:3 16061:3 16065:2 16067:2 16069:1 16070:1 16071:1 16072:5 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16212:1 16215:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16436:1 16441:1 16446:1 16466:1 16478:1 16494:1 16497:1 16523:1 16540:10 16586:1 16589:1 16605:1 16625:1 16629:1 16649:1 16652:2 16668:2 16674:1 16704:1 16706:1 16722:1 16724:2 16789:1 16795:1 16817:3 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16938:1 16948:2 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:2 17458:3 17461:1 17467:1 17468:1 17472:1 17473:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:2 17584:1 17595:1 17639:1 17654:1 17655:2 17660:1 17683:1 17747:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:4 17975:1 17983:1 18014:1 18045:1 18055:1 18064:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:1 18140:1 18154:2 18172:3 18191:2 18233:2 18251:6 18261:2 18269:1 18281:2 18300:1 18322:1 18329:2 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18424:1 18464:1 18466:1 18475:1 18493:2029 18498:2 18520:1 18523:1 18564:2 18570:1 18600:1 18604:2 18618:2 18628:1 18649:2 18679:1 18686:1 18693:1 18711:1 18717:1 18726:1 18747:1 18771:1 18797:1 18802:1 18803:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18944:4 18965:1 18983:1 18989:1 19003:1 19009:8 19018:3 19022:1 19051:1 19055:1 19071:1 19080:1 19084:3 19121:1 19135:1 19148:1 19161:1 19167:2 19175:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:3 19326:1 19332:5 19335:1 19368:1 19379:1 19420:1 19421:8 19427:1 19434:1 19459:1 19460:1 19462:1 19497:1 19500:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:10 19587:1 19597:20 19600:4 19605:1 19618:1 19646:3 19676:2 19685:1 19690:1 19696:1 19701:1 19702:1 19728:1 19730:1 19748:1 19775:1 19778:1 19785:1 19812:4 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19888:1 19889:1 19913:65 19933:1 19936:1 19941:1 19947:1 19957:4 19959:1 19972:1 19979:1 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20054:1 20056:7 20076:10 20077:1 20082:2 20087:1 20127:3 20149:5 20153:2 20154:1 20157:1 20159:1 20160:2 20161:1 20166:2 20168:1 20169:1 20170:1 20171:2 20173:4 20174:3 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:1 20291:1 20298:1 20319:1 20338:2 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:1 20500:3 20517:3 20522:1 20523:3 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:2 20743:1 20752:1 20767:1 20770:1 20783:1 20838:1 20852:4 20864:2 20881:2 20889:1 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21078:1 21082:1 21092:1 21117:2 21131:1 21132:1 21136:1 21154:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:3 21287:1 21288:1 21289:1 21293:2 21310:1 21321:1 21329:1 21339:1 21343:1 21353:1 21356:1 21367:1 21375:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:3 21419:19 21441:1 21446:1 21471:1 21481:1 21484:2 21496:2 21517:1 21523:2 21525:4 21527:1 21530:1 21559:1 21565:2 21571:1 21581:2 21607:1 21625:6 21626:1 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:9 21663:2 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:5 21752:1 21765:1 21789:1 21799:2 21802:1 21817:3 21831:1 21834:1 21835:1 21848:1 21854:2 21860:1 21861:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21955:1 21956:1 21958:2 21973:2 21975:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22086:1 22090:1 22102:4 22108:2 22112:3 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22262:2 22310:2 22329:1 22347:1 22368:4 22379:4 22414:2 22449:2 22473:1 22478:2 22497:1 22506:1 22511:1 22519:10 22520:1 22531:1 22538:1 22561:3 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22639:1 22647:1 22670:1 22673:1 22688:1 22707:3 22714:2 22726:1 22728:1 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:3 23101:3 23116:1 23130:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:2 23193:1 23199:1 23211:1 23214:1 23230:3 23231:2 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23453:6 23461:1 23510:1 23516:1 23523:1 23582:3 23608:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23703:3 23737:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:2 23821:1 23825:1 23841:1 23842:3 23843:2 23850:1 23852:3 23870:1 23872:1 23874:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24228:1 24229:3 24231:3 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24307:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24500:1 24501:2 24502:3 24507:1 24511:1 24520:1 24523:2 24527:1 24545:2 24557:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:3 24775:1 24796:5 24860:2 24866:1 24871:3 24909:1 24914:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:1 24984:1 24991:1 24994:1 24997:1 25019:1 25036:2 25056:2 25060:1 25104:3 25107:1 25135:2 25178:2 25181:3 25189:6 25191:1 25196:1 25204:1 25221:2 25250:2 25279:1 25299:1 25309:1 25313:5 25314:1 25329:1 25331:1 25335:1 25365:3 25370:1 25394:2 25429:1 25435:1 25453:3 25473:1 25476:1 25477:1 25496:1 25507:4 25527:1 25535:3 25541:2 25549:2 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25637:1 25640:1 25642:1 25647:1 25665:1 25682:1 25690:1 25711:3 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:6 25783:1 25784:1 25793:1 25800:2 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25864:1 25876:2 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:1 26167:2 26169:1 26193:1 26196:2 26200:1 26202:1 26240:1 26249:1 26266:2 26276:4 26305:1 26365:1 26378:1 26397:3 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26703:1 26707:1 26712:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:1 26886:2 26902:1 26914:1 26915:1 26924:1 26939:1 26941:1 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:2 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27044:1 27049:2 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:10 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:6 27614:2 27622:1 27630:2 27641:26 27660:1 27663:1 27673:3 27679:1 27714:2 27747:2 27756:1 27764:1 27771:2 27778:1 27783:1 27785:1 27819:1 27836:1 27848:1 27874:1 27888:1 27894:1 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:1 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28020:1 28033:3 28042:1 28059:1 28093:1 28096:1 28099:4 28102:1 28148:1 28158:2 28162:4 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28339:1 28342:1 28352:1 28362:3 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28519:1 28535:1 28544:1 28552:1 28553:1 28562:1 28578:1 28581:1 28593:1 28605:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28749:1 28765:3 28774:1 28783:2 28788:1 28794:3 28801:1 28820:1 28834:1 28839:1 28840:1 28845:1 28847:5 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 32:1 105:3 107:1 120:3 131:1 134:1 142:2 156:4 169:1 175:2 184:3 187:1 190:1 197:2 201:1 208:1 225:3 238:1 257:1 260:3 272:2 281:1 309:3 345:4 347:1 361:1 364:1 375:1 383:1 388:2 389:4 390:1 401:1 405:1 419:2 428:1 504:1 512:1 527:1 537:1 551:1 554:3 555:1 562:2 567:1 569:1 572:2 580:8 581:1 606:1 658:1 679:1 687:1 691:1 721:1 743:1 765:1 780:2 790:2 799:4 814:5 821:1 822:1 826:1 836:2 842:6 844:2 851:1 853:4 864:3 877:3 881:1 882:1 883:3 886:5 897:1 898:2 900:2 902:1 906:1 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:3 1327:3 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:9 1462:1 1475:9 1488:1 1492:1 1524:1 1527:1 1529:1 1564:2 1608:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:1 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:1 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1840:1 1867:1 1882:1 1889:3 1901:2 1904:1 1911:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:2 2000:2 2005:1 2010:2 2021:2 2031:1 2042:1 2045:7 2069:1 2085:3 2103:1 2104:3 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:2 2172:7 2173:2 2174:2 2175:1 2178:3 2179:2 2186:1 2187:4 2189:1 2192:1 2196:2 2197:2 2201:1 2203:1 2206:1 2240:1 2248:1 2253:1 2264:1 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:1 2354:1 2363:1 2375:1 2393:1 2412:1 2417:1 2442:1 2445:1 2467:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2574:1 2578:1 2592:1 2596:1 2607:2 2610:3 2624:1 2648:1 2676:2 2677:2 2683:1 2687:2 2700:1 2710:1 2727:1 2728:1 2735:1 2755:1 2775:1 2793:19 2798:1 2800:1 2802:7 2817:2 2820:1 2834:2 2844:1 2849:14 2865:1 2870:1 2873:1 2894:2 2901:1 2904:3 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:3 3038:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3186:1 3190:2 3208:6 3228:1 3241:2 3308:1 3343:1 3353:3 3357:1 3358:4 3359:4 3360:2 3362:2 3364:6 3365:4 3367:1 3368:2 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:3 3421:2 3427:1 3443:2 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:18 3502:2 3507:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3582:7 3585:2 3586:1 3590:1 3595:2 3604:1 3633:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:5 3968:1 3983:1 3985:1 4024:1 4027:1 4048:1 4060:1 4067:2 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4170:1 4192:1 4218:1 4221:1 4257:1 4258:1 4259:3 4287:1 4289:1 4297:2 4306:5 4317:1 4320:1 4364:1 4371:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4499:1 4503:3 4504:1 4508:4 4528:1 4529:1 4534:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:2 4610:1 4614:1 4655:1 4661:1 4663:4 4696:2 4703:1 4704:1 4724:3 4729:2 4742:1 4766:1 4771:1 4813:1 4868:1 4874:13 4877:1 4883:2 4905:1 4910:1 4923:1 4939:1 4975:1 4985:2 4993:1 5005:1 5006:3 5009:1 5011:4 5012:1 5013:1 5015:1 5017:3 5019:1 5025:6 5026:1 5030:1 5032:1 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:1 5121:1 5139:2 5162:1 5200:3 5274:1 5275:2 5289:1 5293:1 5297:1 5308:4 5328:1 5339:1 5342:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:2 5652:2 5687:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:4 5889:1 5905:1 5917:1 5921:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6077:1 6078:2 6079:2 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:1 6130:2 6154:1 6165:1 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:1 6235:1 6272:1 6274:1 6276:1 6287:2 6301:2 6315:1 6322:2 6337:1 6367:1 6376:3 6377:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:1 6404:5 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6555:1 6620:1 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:2 6744:2 6800:1 6813:1 6817:1 6847:5 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:6 6897:1 6914:1 6921:1 6923:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:9 7002:1 7034:1 7038:1 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:1 7384:1 7446:3 7460:1 7484:5 7491:1 7528:1 7535:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:2 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:1 7682:2 7693:2 7699:4 7702:1 7732:3 7756:34 7763:1 7764:1 7771:20 7772:9 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:3 7890:1 7902:1 7937:7 7939:1 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8113:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8197:1 8208:2 8213:39 8243:1 8253:1 8262:1 8267:1 8277:1 8300:1 8309:1 8310:11 8312:8 8315:1 8319:1 8345:2 8346:1 8353:2 8354:1 8359:1 8374:1 8377:1 8384:2 8387:1 8416:2 8429:3 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:3 8571:1 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:4 8623:1 8628:1 8648:7 8649:1 8650:1 8670:1 8675:1 8718:1 8728:2 8730:1 8736:1 8739:1 8769:1 8774:1 8789:2 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9052:2 9063:1 9066:1 9078:1 9126:1 9140:1 9158:2 9160:1 9162:1 9178:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:2 9246:1 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9349:1 9350:1 9354:1 9355:3 9365:1 9367:1 9378:1 9412:1 9413:1 9424:3 9447:1 9457:1 9458:2 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:2 9649:1 9660:1 9672:1 9681:1 9702:1 9704:1 9724:2 9729:6 9730:1 9733:1 9737:1 9739:1 9747:1 9781:1 9816:2 9833:6 9884:2 9895:2 9911:1 9917:3 9922:3 9928:2 9938:3 9943:1 9945:3 9969:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10061:1 10064:2 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:1 10245:8 10271:4 10272:2 10274:2 10275:1 10280:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:12 10308:2 10309:1 10310:8 10312:2 10336:3 10355:1 10401:1 10403:1 10409:3 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:5 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:1 10757:1 10758:1 10783:2 10801:1 10806:1 10835:1 10866:1 10889:1 10904:2 10916:1 10920:4 10922:5 10941:1 10946:1 10947:1 10965:1 10970:3 10977:1 10983:1 10987:1 10995:1 11021:1 11030:1 11046:4 11052:1 11054:1 11063:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11310:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11379:1 11388:1 11390:2 11395:1 11402:1 11408:1 11411:1 11414:1 11420:11 11437:1 11461:1 11465:1 11470:4 11482:1 11485:1 11495:1 11515:1 11516:2 11531:1 11544:1 11581:1 11582:4 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11689:5 11691:2 11701:1 11703:11 11713:3 11718:1 11722:1 11723:2 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11867:1 11868:1 11875:1 11888:1 11916:6 11918:4 11921:2 11946:1 11957:1 11964:1 11969:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12123:1 12137:1 12182:1 12194:1 12197:2 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12346:1 12410:1 12421:1 12443:1 12483:1 12492:1 12509:1 12518:1 12523:1 12525:1 12557:1 12566:4 12579:1 12585:2 12591:1 12593:3 12595:1 12602:1 12612:1 12616:4 12629:2 12630:1 12631:1 12635:1 12649:1 12650:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:1 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12777:1 12784:1 12787:1 12788:4 12789:2 12798:1 12805:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:1 13059:2 13066:1 13067:1 13085:1 13087:3 13126:1 13162:1 13180:6 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13305:2 13315:2 13387:1 13402:1 13405:2 13417:1 13426:2 13434:1 13436:1 13448:1 13458:1 13477:1 13478:1 13494:1 13516:6 13518:2 13519:1 13520:2 13521:1 13523:1 13528:4 13534:1 13539:1 13540:1 13546:1 13555:1 13557:1 13558:1 13567:1 13571:1 13604:1 13607:1 13627:1 13633:2 13635:4 13637:1 13641:1 13646:1 13675:7 13678:1 13694:1 13715:1 13716:1 13724:1 13728:2 13733:1 13738:1 13742:1 13760:1 13765:3 13772:1 13784:2 13792:4 13809:1 13833:1 13835:1 13840:1 13867:1 13869:12 13896:1 13927:6 13931:2 13937:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:2 14001:1 14029:1 14031:1 14037:1 14057:1 14058:5 14104:1 14115:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:1 14201:1 14205:1 14209:3 14213:2 14215:1 14227:1 14228:3 14235:1 14238:1 14266:1 14281:1 14285:1 14299:2 14332:1 14350:1 14351:1 14354:1 14383:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:1 14478:3 14494:2 14500:1 14509:1 14516:1 14519:1 14524:1 14539:1 14562:1 14583:1 14586:1 14587:1 14604:1 14614:1 14619:8 14622:1 14628:1 14665:2 14673:1 14699:3 14703:1 14704:1 14705:1 14722:1 14724:3 14748:1 14771:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 15009:2 15012:1 15018:1 15024:1 15041:2 15049:2 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:3 15289:1 15315:1 15324:2 15331:1 15337:1 15355:1 15362:5 15364:1 15402:1 15423:2 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:1 15528:2 15534:1 15545:2 15546:1 15553:3 15572:2 15577:1 15579:1 15590:1 15602:1 15624:2 15639:2 15642:2 15653:1 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:3 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16045:3 16047:1 16048:2 16049:4 16050:5 16051:1 16053:3 16057:3 16060:1 16061:3 16065:2 16067:2 16069:1 16070:1 16071:1 16072:5 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16181:2 16192:1 16209:1 16212:1 16215:1 16234:1 16260:1 16265:1 16266:1 16272:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16373:1 16377:1 16388:4 16398:1 16436:1 16441:1 16446:1 16466:1 16478:1 16494:1 16497:1 16523:1 16540:11 16586:1 16589:1 16605:1 16625:1 16629:1 16649:1 16652:2 16668:2 16674:1 16704:1 16706:1 16722:1 16724:2 16789:1 16795:1 16817:3 16826:1 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:3 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:1 17063:1 17079:1 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:2 17458:3 17461:1 17467:1 17468:1 17472:1 17473:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17639:1 17654:1 17655:2 17660:1 17683:1 17747:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:4 17974:1 17975:2 17983:1 18014:1 18045:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:2 18140:1 18154:2 18172:3 18191:2 18233:2 18251:6 18261:2 18269:1 18281:2 18300:1 18322:1 18329:2 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18424:1 18464:1 18466:1 18475:1 18493:2119 18498:2 18520:1 18523:1 18564:2 18570:1 18588:1 18600:1 18604:2 18618:2 18628:1 18649:2 18679:1 18686:1 18693:1 18711:1 18717:1 18726:2 18747:1 18770:1 18771:1 18797:1 18802:1 18803:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18944:4 18965:1 18983:1 18989:1 19003:1 19009:8 19018:3 19022:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19121:1 19135:1 19148:3 19161:1 19167:2 19175:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:3 19326:1 19332:6 19335:1 19351:1 19368:1 19379:1 19395:1 19420:1 19421:8 19427:1 19434:1 19459:1 19460:1 19462:1 19470:1 19476:1 19497:1 19500:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:11 19587:1 19597:20 19600:4 19605:1 19618:1 19646:3 19676:2 19685:1 19690:1 19696:1 19701:1 19702:1 19728:1 19730:1 19748:1 19775:1 19778:1 19785:1 19812:4 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:68 19926:1 19933:1 19936:1 19941:1 19947:1 19957:4 19959:1 19972:1 19979:1 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20054:1 20056:7 20076:11 20077:1 20082:2 20087:1 20127:3 20143:1 20149:5 20153:2 20154:1 20157:1 20159:1 20160:2 20161:1 20166:2 20168:1 20169:1 20170:1 20171:2 20173:4 20174:3 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:1 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:2 20500:3 20517:3 20522:1 20523:3 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:4 20743:1 20752:1 20767:1 20770:1 20783:1 20838:1 20852:4 20864:2 20881:2 20889:1 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21078:1 21082:1 21092:1 21117:2 21131:1 21132:1 21136:1 21154:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:3 21287:1 21288:1 21289:1 21293:2 21310:1 21321:1 21329:1 21339:1 21343:2 21353:1 21356:1 21367:1 21375:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:3 21419:20 21441:1 21446:1 21471:1 21481:1 21484:2 21496:3 21517:1 21523:2 21525:4 21527:1 21530:1 21559:1 21565:2 21571:1 21581:2 21607:1 21625:6 21626:1 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:9 21663:2 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:6 21752:1 21765:1 21789:1 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:2 21860:1 21861:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:1 21956:1 21958:2 21973:2 21975:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22086:1 22090:1 22102:4 22108:2 22112:3 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22261:1 22262:2 22310:2 22329:1 22343:1 22347:1 22368:4 22379:4 22414:2 22449:2 22473:1 22478:2 22497:1 22506:2 22511:1 22519:11 22520:1 22531:1 22538:1 22561:3 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22639:1 22647:1 22670:1 22673:1 22688:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:1 23088:1 23090:2 23092:1 23097:3 23101:3 23116:1 23130:1 23131:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:2 23193:1 23199:1 23211:1 23214:1 23230:3 23231:2 23248:1 23253:1 23254:1 23258:1 23262:1 23271:1 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:1 23453:6 23461:1 23510:1 23516:1 23523:1 23582:4 23608:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23703:3 23737:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:2 23850:1 23852:3 23870:1 23872:1 23874:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23964:1 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24228:1 24229:3 24231:3 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24307:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24492:1 24500:1 24501:2 24502:3 24507:1 24511:1 24520:1 24523:2 24527:1 24545:2 24557:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:3 24775:1 24796:5 24851:1 24860:2 24866:1 24871:3 24909:1 24914:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:1 24984:1 24991:1 24994:1 24997:1 25019:1 25036:2 25056:2 25060:1 25104:3 25107:1 25135:2 25178:2 25181:3 25189:6 25191:1 25196:1 25204:1 25221:2 25250:2 25279:1 25299:1 25309:1 25313:5 25314:1 25329:1 25331:1 25335:1 25365:3 25370:1 25394:2 25429:1 25435:1 25453:3 25473:1 25476:1 25477:1 25496:1 25507:4 25527:1 25535:3 25541:2 25549:3 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25637:1 25640:1 25642:1 25647:1 25665:1 25682:1 25690:1 25711:3 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:6 25783:1 25784:1 25793:1 25800:2 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25864:1 25876:2 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:1 26196:2 26200:1 26202:1 26240:1 26249:1 26266:2 26276:4 26305:1 26332:1 26365:1 26378:1 26397:3 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26703:1 26707:1 26712:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:1 26886:2 26902:1 26914:1 26915:1 26924:1 26939:1 26941:1 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:2 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27044:1 27049:2 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:10 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:6 27614:2 27622:1 27630:2 27641:28 27660:1 27663:1 27673:3 27679:1 27714:2 27747:2 27756:1 27764:1 27771:2 27778:1 27783:1 27785:1 27819:1 27836:1 27848:2 27874:1 27888:1 27894:1 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:1 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28020:1 28033:3 28042:1 28059:2 28093:1 28096:1 28099:4 28102:1 28148:1 28158:2 28162:5 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28339:1 28342:1 28352:1 28362:3 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28519:1 28535:1 28544:1 28550:1 28552:1 28553:1 28562:1 28578:1 28581:1 28593:1 28605:1 28610:2 28638:1 28666:2 28668:1 28712:1 28719:1 28749:1 28765:3 28774:1 28783:2 28788:1 28794:3 28801:1 28820:1 28834:1 28839:1 28840:1 28845:1 28847:5 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1
5 3:1 10:1 29:1 31:3 32:1 105:3 107:1 120:3 131:1 134:1 142:2 156:4 169:1 175:2 184:3 187:1 190:1 197:2 201:1 208:1 225:3 238:1 257:1 260:3 272:2 281:1 309:3 345:5 347:1 361:1 364:1 375:1 383:1 388:2 389:4 390:1 401:1 405:1 419:2 428:1 434:2 504:1 512:1 527:1 537:1 551:1 554:3 555:1 562:2 567:1 569:1 570:1 572:2 580:8 581:1 606:1 658:1 679:1 687:1 691:1 721:1 743:1 765:1 780:2 790:2 799:4 814:5 821:1 822:1 826:1 836:2 842:6 844:2 851:1 853:4 864:3 877:3 881:1 882:1 883:3 886:5 897:1 898:2 900:2 902:1 906:1 911:4 918:1 934:1 936:2 991:1 1008:1 1043:1 1071:1 1099:1 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:4 1327:3 1336:3 1340:2 1350:2 1354:1 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:10 1462:1 1475:10 1488:1 1492:1 1524:1 1527:1 1529:1 1564:2 1608:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:1 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1901:2 1904:1 1911:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 2000:2 2005:1 2010:2 2021:2 2031:1 2042:1 2045:8 2069:1 2085:3 2103:1 2104:3 2105:1 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:7 2173:2 2174:3 2175:1 2178:3 2179:2 2186:1 2187:4 2189:1 2192:1 2196:2 2197:2 2201:1 2203:1 2206:1 2240:1 2248:1 2253:1 2264:2 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:1 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:1 2445:1 2467:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2574:1 2578:1 2592:1 2596:1 2607:2 2610:3 2624:1 2648:1 2676:2 2677:2 2683:1 2687:2 2700:1 2710:1 2727:1 2728:1 2735:1 2755:1 2775:1 2793:19 2798:1 2800:1 2802:7 2817:2 2820:1 2834:2 2844:1 2849:15 2865:1 2870:1 2873:1 2894:2 2901:1 2904:3 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:4 3038:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3186:1 3190:2 3208:6 3228:1 3241:2 3308:1 3321:1 3343:1 3353:3 3357:1 3358:4 3359:4 3360:3 3362:2 3364:6 3365:4 3367:1 3368:2 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:3 3421:4 3427:1 3443:2 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:19 3502:2 3507:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3582:7 3585:2 3586:1 3590:1 3595:2 3604:1 3633:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:6 3968:1 3983:1 3985:1 4024:2 4027:1 4048:1 4060:1 4067:2 4115:1 4122:2 4136:1 4143:1 4145:1 4151:2 4157:1 4170:1 4192:1 4218:1 4221:1 4257:1 4258:1 4259:3 4287:1 4289:1 4297:2 4306:5 4317:1 4320:1 4364:1 4371:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4499:1 4503:3 4504:1 4508:4 4528:1 4529:1 4534:1 4563:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:2 4610:1 4614:1 4648:1 4655:1 4661:1 4663:5 4696:2 4703:1 4704:1 4724:3 4729:2 4742:1 4766:1 4771:1 4813:1 4824:1 4868:1 4874:13 4877:1 4883:2 4905:1 4910:1 4923:1 4939:1 4975:1 4985:2 4993:1 5005:1 5006:3 5009:1 5011:4 5012:2 5013:1 5015:1 5017:3 5019:2 5025:6 5026:1 5030:1 5031:1 5032:2 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:2 5121:1 5139:2 5162:1 5200:3 5274:1 5275:2 5289:1 5293:1 5297:1 5308:4 5328:1 5339:1 5342:1 5361:2 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:2 5652:2 5687:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:4 5889:1 5905:1 5917:1 5921:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6077:1 6078:2 6079:2 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:1 6130:2 6154:1 6165:1 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:1 6235:1 6272:1 6274:1 6276:1 6287:2 6301:2 6315:1 6322:2 6337:1 6367:1 6376:3 6377:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:1 6404:5 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6555:1 6620:1 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6800:1 6813:1 6817:2 6847:5 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:6 6897:1 6914:1 6921:1 6923:1 6934:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:10 7002:1 7034:1 7038:1 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7187:1 7231:1 7241:1 7250:2 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:2 7384:1 7446:3 7460:1 7484:5 7491:1 7502:1 7528:1 7535:1 7539:1 7559:1 7570:1 7576:1 7599:2 7608:2 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:2 7682:2 7693:2 7699:4 7702:1 7732:3 7756:36 7763:1 7764:1 7771:20 7772:9 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:3 7890:1 7902:1 7937:7 7939:1 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8113:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8197:1 8208:2 8213:42 8243:1 8253:1 8262:1 8267:1 8277:1 8300:2 8309:1 8310:12 8312:9 8315:1 8319:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:1 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:3 8571:2 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:4 8623:1 8628:1 8648:7 8649:1 8650:1 8670:1 8675:1 8718:1 8728:2 8730:1 8736:1 8739:1 8769:2 8774:1 8789:2 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9040:1 9052:2 9063:1 9066:1 9078:1 9126:1 9140:1 9158:3 9160:1 9162:1 9178:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:2 9246:1 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9349:1 9350:1 9354:1 9355:3 9365:1 9367:1 9378:1 9412:1 9413:1 9424:4 9447:1 9457:1 9458:3 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:2 9649:1 9660:1 9672:1 9681:1 9702:1 9704:1 9724:2 9729:6 9730:1 9733:1 9734:1 9737:1 9739:1 9747:1 9781:1 9816:2 9833:6 9884:2 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:3 9969:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10061:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:5 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:1 10245:8 10271:4 10272:2 10274:2 10275:1 10280:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:13 10308:2 10309:1 10310:8 10312:2 10336:3 10355:1 10401:1 10403:1 10409:3 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:6 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10757:1 10758:1 10783:2 10801:1 10806:1 10835:1 10866:1 10889:1 10904:2 10916:1 10920:4 10922:5 10941:1 10946:1 10947:1 10965:1 10970:3 10977:1 10983:1 10987:1 10995:1 11021:1 11030:1 11046:5 11052:1 11054:1 11063:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11310:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11379:1 11383:1 11388:1 11390:2 11395:1 11402:1 11408:1 11411:1 11414:1 11420:11 11437:1 11461:1 11465:1 11470:5 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:6 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11689:5 11691:2 11701:1 11703:12 11709:1 11713:3 11718:1 11722:1 11723:2 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11867:1 11868:3 11875:1 11888:1 11916:6 11918:4 11921:2 11925:1 11946:1 11957:1 11964:1 11969:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12123:1 12137:1 12182:1 12194:1 12197:2 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12410:1 12421:1 12443:1 12483:1 12492:1 12509:1 12517:1 12518:1 12523:1 12525:1 12557:1 12566:4 12579:1 12585:2 12591:1 12593:3 12595:1 12602:1 12612:1 12616:4 12629:2 12630:1 12631:1 12635:1 12649:1 12650:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12777:1 12784:1 12787:1 12788:4 12789:2 12798:1 12805:1 12813:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:1 13059:2 13066:1 13067:1 13085:1 13087:3 13126:1 13162:1 13180:6 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13305:2 13315:2 13387:1 13402:1 13405:3 13417:1 13426:2 13434:1 13436:1 13448:1 13458:1 13477:1 13478:1 13494:1 13516:6 13518:2 13519:1 13520:2 13521:1 13523:1 13528:5 13534:1 13539:1 13540:1 13546:1 13555:1 13557:1 13558:1 13567:1 13568:1 13571:1 13604:1 13607:1 13627:1 13633:2 13635:4 13637:1 13641:1 13646:1 13675:7 13678:1 13694:1 13715:1 13716:1 13724:1 13728:2 13733:1 13738:1 13742:1 13760:1 13765:3 13772:1 13784:2 13792:5 13809:1 13833:1 13835:1 13840:1 13867:1 13869:12 13896:1 13927:6 13931:2 13937:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:2 14001:1 14029:1 14031:1 14037:1 14057:1 14058:5 14104:1 14115:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:1 14201:1 14205:1 14209:3 14213:2 14215:1 14227:1 14228:3 14235:1 14238:1 14266:1 14281:1 14285:1 14299:2 14332:1 14350:2 14351:1 14354:1 14383:1 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:1 14478:3 14494:2 14500:1 14509:1 14516:1 14519:1 14524:1 14539:1 14562:1 14583:1 14586:1 14587:1 14604:1 14614:1 14619:8 14622:1 14628:1 14665:2 14673:1 14699:3 14703:1 14704:1 14705:1 14722:1 14724:3 14748:1 14771:1 14776:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 15009:2 15012:1 15018:1 15024:1 15041:2 15049:2 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:3 15289:1 15315:1 15324:2 15331:2 15337:1 15355:1 15362:6 15364:1 15402:1 15423:2 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:1 15528:2 15534:1 15545:2 15546:1 15553:4 15572:2 15577:1 15579:1 15590:1 15602:1 15624:2 15639:2 15642:2 15653:1 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:3 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16045:3 16047:1 16048:2 16049:4 16050:5 16051:1 16053:3 16057:3 16060:2 16061:4 16065:2 16067:2 16069:1 16070:1 16071:1 16072:5 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16181:3 16192:1 16209:1 16212:1 16215:1 16234:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16373:1 16377:1 16388:5 16398:1 16436:1 16441:1 16446:1 16466:1 16478:1 16494:1 16497:1 16523:1 16540:12 16586:1 16589:1 16605:1 16625:1 16629:1 16649:1 16652:2 16668:2 16674:1 16704:1 16706:1 16722:1 16724:2 16789:1 16795:1 16811:1 16817:3 16826:1 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:3 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:1 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:2 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17639:1 17654:1 17655:2 17660:1 17683:1 17747:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:4 17974:1 17975:2 17983:1 18014:1 18045:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:2 18140:1 18154:2 18172:3 18191:2 18233:2 18251:6 18261:2 18269:1 18281:2 18300:1 18322:1 18329:2 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18424:1 18464:1 18466:1 18475:1 18493:2195 18498:2 18520:1 18523:1 18564:2 18570:1 18588:1 18600:1 18604:2 18618:2 18628:1 18649:2 18679:1 18686:1 18693:1 18711:1 18717:1 18726:2 18747:1 18770:1 18771:1 18797:1 18802:1 18803:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18944:4 18965:1 18983:1 18989:1 19003:1 19009:8 19018:3 19022:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19121:1 19135:1 19148:3 19161:1 19167:2 19169:1 19175:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:3 19326:1 19332:6 19335:1 19350:1 19351:1 19368:1 19379:1 19395:1 19420:1 19421:8 19427:1 19434:1 19459:1 19460:1 19462:1 19470:1 19476:1 19497:1 19500:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:12 19587:1 19597:20 19600:4 19605:1 19618:1 19646:4 19676:2 19685:1 19690:2 19696:1 19701:1 19702:1 19728:1 19730:1 19748:1 19775:1 19778:1 19785:1 19812:4 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:72 19926:1 19933:2 19936:1 19941:1 19947:1 19957:4 19959:1 19972:1 19979:1 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20054:1 20056:8 20068:1 20076:12 20077:1 20082:2 20087:1 20127:3 20143:1 20149:5 20153:2 20154:1 20157:1 20159:1 20160:2 20161:1 20166:2 20168:1 20169:1 20170:1 20171:2 20173:5 20174:3 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:2 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:2 20500:3 20517:3 20522:1 20523:4 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:5 20743:1 20752:1 20767:1 20770:1 20783:1 20838:1 20852:4 20864:2 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21078:1 21082:1 21092:1 21117:2 21131:1 21132:1 21136:1 21154:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:3 21287:1 21288:1 21289:1 21293:2 21310:1 21321:1 21329:1 21339:1 21343:2 21353:1 21356:1 21367:1 21375:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:22 21441:1 21446:1 21471:1 21481:1 21484:2 21496:3 21517:1 21523:2 21525:5 21527:1 21530:1 21559:1 21565:2 21571:2 21581:2 21607:1 21625:6 21626:1 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:10 21663:2 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:6 21752:1 21765:1 21789:1 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:2 21860:1 21861:1 21862:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:1 21956:1 21958:2 21961:1 21973:2 21975:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22086:1 22090:1 22102:4 22108:2 22112:3 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22261:1 22262:2 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:6 22414:2 22449:2 22473:1 22478:2 22497:1 22506:2 22511:1 22519:12 22520:1 22531:1 22538:1 22561:3 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22639:1 22647:1 22670:1 22673:1 22688:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:2 23088:1 23090:2 23092:1 23097:3 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:3 23193:2 23196:1 23199:1 23211:1 23214:1 23230:3 23231:2 23236:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23461:1 23510:1 23516:1 23523:1 23582:4 23608:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:1 23703:3 23737:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:2 23850:1 23852:3 23870:1 23872:1 23874:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23964:1 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24228:1 24229:3 24231:3 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24307:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24473:1 24492:1 24500:1 24501:2 24502:3 24507:1 24511:1 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24693:1 24707:1 24765:5 24775:1 24796:6 24851:1 24860:2 24866:1 24871:3 24909:1 24914:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:1 24984:1 24986:1 24991:1 24994:1 24997:1 25019:1 25036:2 25056:2 25060:1 25104:3 25107:1 25135:3 25178:2 25181:3 25189:6 25191:1 25196:1 25204:1 25221:2 25250:2 25279:1 25299:1 25309:1 25313:5 25314:1 25329:1 25331:1 25335:1 25365:3 25370:1 25394:2 25402:1 25429:1 25435:1 25453:4 25473:1 25476:1 25477:1 25496:2 25507:4 25527:1 25535:3 25541:2 25549:4 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25636:1 25637:1 25640:2 25642:1 25647:1 25665:1 25682:1 25690:1 25711:3 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:6 25783:1 25784:1 25793:1 25800:2 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:1 25876:3 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:1 26196:2 26200:1 26202:1 26205:1 26240:1 26249:1 26266:2 26276:4 26305:1 26332:1 26365:1 26378:1 26397:3 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26703:1 26707:1 26712:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:1 26886:2 26902:1 26914:1 26915:1 26924:1 26939:1 26941:2 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:2 26972:2 26976:1 26981:2 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27042:1 27044:1 27049:2 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:10 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:29 27660:1 27663:1 27664:1 27673:3 27678:1 27679:1 27714:2 27747:2 27756:1 27764:1 27771:2 27778:1 27783:1 27785:1 27819:2 27836:1 27848:2 27874:1 27888:1 27894:1 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28020:1 28033:3 28042:1 28058:1 28059:2 28093:1 28096:1 28099:4 28102:1 28148:1 28158:2 28162:5 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28339:1 28342:1 28352:1 28362:4 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28578:1 28581:1 28593:1 28605:1 28610:2 28638:1 28652:1 28666:2 28668:1 28712:1 28719:1 28749:1 28765:3 28774:1 28783:2 28788:1 28794:3 28801:1 28820:1 28834:1 28839:1 28840:1 28845:1 28847:6 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 105:3 107:1 120:3 131:1 134:1 142:2 156:5 169:1 175:2 180:1 184:3 187:1 190:1 197:2 201:1 208:1 225:3 238:1 257:1 260:3 272:3 281:1 309:3 345:5 347:1 361:1 364:1 375:1 383:1 388:2 389:4 390:1 401:1 405:1 419:2 428:1 434:2 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:8 581:1 606:1 658:1 679:1 687:1 691:1 721:1 743:1 765:1 780:2 790:2 799:4 814:5 821:1 822:1 826:1 836:2 842:6 844:2 851:1 853:4 864:4 877:3 881:1 882:1 883:3 886:5 897:1 898:2 900:2 902:1 906:1 911:4 915:1 918:1 934:1 936:2 991:1 1008:2 1043:1 1071:1 1099:1 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:4 1327:3 1336:3 1340:2 1350:3 1354:1 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:10 1462:1 1475:10 1488:1 1492:1 1524:1 1527:1 1529:1 1564:3 1592:1 1608:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:1 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1901:2 1904:1 1911:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 2000:2 2005:1 2010:2 2021:2 2031:1 2042:1 2045:8 2069:2 2085:3 2103:1 2104:3 2105:1 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:7 2173:2 2174:3 2175:1 2178:3 2179:2 2186:1 2187:4 2189:1 2192:1 2196:2 2197:2 2201:1 2203:1 2206:1 2240:1 2248:1 2253:1 2264:3 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:1 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2574:1 2578:1 2592:1 2596:1 2607:3 2610:3 2624:1 2648:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:1 2710:1 2727:1 2728:1 2735:1 2755:1 2775:1 2793:19 2798:1 2800:1 2802:7 2817:2 2820:1 2834:2 2844:1 2849:16 2865:1 2870:1 2873:1 2894:2 2901:1 2904:3 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:4 3038:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3186:1 3190:2 3208:6 3228:1 3241:2 3308:1 3321:1 3343:1 3353:3 3357:1 3358:4 3359:4 3360:3 3362:2 3364:6 3365:4 3367:1 3368:2 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:3 3421:4 3427:1 3443:2 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:19 3502:2 3507:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3582:7 3585:2 3586:1 3590:2 3595:2 3604:1 3633:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3870:2 3890:1 3895:1 3899:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:6 3968:1 3983:1 3985:1 4024:2 4027:1 4048:1 4060:1 4067:2 4115:1 4122:2 4136:1 4143:1 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4277:1 4287:1 4289:1 4297:2 4306:5 4317:1 4320:1 4364:1 4371:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4499:1 4503:3 4504:1 4508:4 4528:1 4529:1 4534:1 4563:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:2 4610:1 4614:1 4648:1 4655:1 4661:1 4663:5 4696:2 4703:1 4704:1 4724:3 4729:2 4742:1 4766:1 4771:1 4813:1 4824:1 4868:1 4874:13 4877:1 4883:2 4905:1 4910:1 4923:1 4939:1 4975:1 4985:2 4993:1 5005:1 5006:3 5009:1 5011:5 5012:2 5013:1 5015:1 5017:3 5019:2 5025:6 5026:1 5030:1 5031:1 5032:2 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:2 5121:1 5139:2 5162:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:4 5328:1 5339:1 5342:1 5361:3 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5446:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:2 5652:2 5687:1 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:4 5889:1 5905:1 5917:1 5921:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6077:1 6078:2 6079:2 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:1 6130:2 6150:1 6154:1 6165:1 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:1 6235:1 6272:1 6274:1 6276:1 6287:2 6301:3 6315:1 6322:2 6337:1 6367:1 6376:3 6377:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:2 6404:5 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6555:1 6620:1 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6800:1 6813:1 6817:2 6847:5 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:6 6897:1 6914:1 6921:1 6923:1 6934:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:10 7002:1 7034:1 7038:1 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7187:1 7231:1 7241:1 7250:2 7262:1 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:2 7384:1 7446:3 7460:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:2 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:3 7682:2 7693:2 7696:1 7699:4 7702:1 7732:3 7756:36 7763:1 7764:1 7771:20 7772:10 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:3 7890:1 7902:1 7932:1 7937:7 7939:1 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8113:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8197:1 8208:2 8213:44 8243:1 8253:1 8262:1 8267:1 8277:1 8300:2 8309:1 8310:13 8312:9 8315:1 8319:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:1 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:3 8571:2 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:4 8623:1 8628:1 8648:8 8649:1 8650:1 8670:1 8675:1 8718:1 8728:2 8730:1 8736:1 8739:1 8769:2 8774:1 8789:2 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9040:1 9052:2 9063:1 9066:1 9078:1 9126:1 9140:1 9158:3 9160:1 9162:1 9178:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9290:1 9349:1 9350:1 9354:1 9355:3 9365:1 9367:1 9378:1 9400:1 9412:1 9413:1 9424:4 9447:1 9457:1 9458:3 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9619:1 9631:1 9647:2 9648:2 9649:1 9660:1 9672:1 9681:1 9702:1 9704:1 9724:2 9726:1 9729:6 9730:1 9733:1 9734:1 9737:1 9739:1 9747:1 9781:1 9816:2 9833:6 9884:2 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:3 9969:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:6 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:1 10245:8 10271:4 10272:2 10274:2 10275:1 10280:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:13 10308:2 10309:1 10310:8 10312:2 10336:3 10355:1 10401:1 10403:1 10409:3 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:6 10553:1 10586:1 10594:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10757:1 10758:1 10783:2 10801:1 10806:1 10835:1 10866:1 10889:1 10904:2 10916:1 10920:4 10922:5 10941:1 10946:1 10947:1 10965:1 10970:3 10977:2 10983:1 10987:1 10995:1 11021:1 11030:1 11046:5 11052:1 11054:1 11063:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11307:1 11310:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11379:1 11383:1 11388:1 11390:2 11395:1 11402:1 11408:1 11411:1 11414:1 11420:12 11437:1 11461:1 11465:1 11470:5 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:7 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11689:6 11691:2 11701:1 11703:13 11709:1 11713:3 11718:1 11722:1 11723:2 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11867:1 11868:3 11875:1 11888:1 11916:6 11918:4 11921:2 11925:1 11946:1 11957:1 11964:1 11969:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12123:1 12137:1 12182:1 12194:1 12197:2 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12410:1 12421:1 12443:1 12483:1 12492:1 12509:1 12517:1 12518:1 12523:1 12525:1 12557:1 12566:4 12579:1 12585:2 12591:1 12593:3 12595:1 12602:1 12612:1 12616:4 12629:2 12630:1 12631:1 12635:1 12649:1 12650:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12777:1 12784:1 12787:1 12788:4 12789:2 12798:1 12805:1 12813:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:1 13059:3 13066:1 13067:1 13085:1 13087:3 13126:1 13162:1 13180:6 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13300:1 13305:2 13315:2 13387:1 13402:1 13405:4 13417:1 13426:2 13434:2 13436:1 13448:1 13458:1 13477:1 13478:1 13494:1 13516:6 13518:3 13519:1 13520:2 13521:1 13523:1 13528:5 13534:1 13539:1 13540:1 13546:1 13555:1 13557:1 13558:1 13567:1 13568:1 13571:1 13604:1 13607:1 13627:1 13633:2 13635:4 13637:1 13641:1 13646:1 13675:7 13678:1 13694:1 13715:1 13716:1 13724:1 13725:1 13728:2 13733:1 13738:1 13742:1 13760:1 13765:3 13772:1 13784:2 13792:5 13809:1 13833:1 13835:1 13840:1 13867:1 13869:12 13896:1 13927:6 13931:2 13937:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:2 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:5 14104:1 14115:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:1 14201:1 14205:1 14209:3 14213:2 14215:1 14227:1 14228:3 14235:1 14238:1 14266:1 14281:1 14285:1 14299:2 14319:1 14332:1 14350:2 14351:1 14354:1 14383:1 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:1 14478:3 14494:2 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14562:2 14583:1 14586:1 14587:1 14604:1 14614:1 14619:8 14622:1 14628:1 14665:2 14673:1 14699:3 14703:1 14704:1 14705:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 15009:2 15012:1 15018:1 15024:1 15041:2 15049:2 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:3 15289:1 15315:1 15324:2 15331:2 15337:1 15355:1 15362:6 15364:1 15402:1 15423:2 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:1 15528:2 15534:1 15545:2 15546:1 15553:4 15572:2 15577:1 15579:1 15590:1 15602:1 15624:2 15639:2 15642:2 15653:1 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:3 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16045:3 16047:1 16048:2 16049:5 16050:5 16051:2 16053:3 16057:3 16060:2 16061:4 16065:2 16067:2 16069:1 16070:1 16071:1 16072:5 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:3 16192:1 16209:1 16212:1 16215:1 16234:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16377:1 16388:5 16398:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16523:1 16540:13 16586:1 16589:1 16605:1 16625:1 16629:1 16649:1 16652:3 16668:2 16674:1 16704:1 16706:1 16722:1 16724:2 16789:1 16795:1 16811:1 16817:3 16826:1 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:3 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:1 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:2 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:2 17660:1 17683:1 17747:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:4 17974:1 17975:2 17983:1 18014:1 18045:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:2 18103:1 18107:2 18140:1 18154:2 18172:3 18191:2 18233:2 18251:6 18261:3 18266:1 18269:1 18281:2 18300:1 18322:1 18329:2 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18424:1 18464:1 18466:1 18475:1 18493:2244 18498:2 18520:1 18523:1 18564:2 18570:1 18588:1 18600:1 18604:2 18618:2 18628:1 18649:2 18679:1 18686:1 18693:1 18711:1 18717:1 18726:2 18747:1 18770:1 18771:1 18797:1 18802:1 18803:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18944:4 18965:1 18983:1 18989:1 19003:1 19009:8 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19175:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:3 19326:1 19332:6 19335:1 19350:1 19351:1 19368:1 19379:1 19395:1 19420:1 19421:8 19427:1 19433:1 19434:1 19459:1 19460:1 19462:1 19470:1 19476:1 19497:1 19500:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:13 19587:1 19597:20 19600:4 19605:1 19618:1 19646:4 19676:2 19685:1 19690:2 19696:1 19701:1 19702:1 19728:1 19730:1 19748:1 19775:1 19778:1 19785:1 19812:4 19817:1 19824:1 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:72 19926:1 19933:2 19936:1 19941:1 19947:1 19957:4 19959:1 19972:1 19979:1 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20054:1 20056:9 20068:1 20076:13 20077:1 20082:2 20087:1 20127:3 20143:1 20149:5 20153:2 20154:1 20157:1 20159:1 20160:2 20161:1 20166:2 20168:1 20169:1 20170:1 20171:2 20173:5 20174:4 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:2 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:1 20344:1 20349:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:2 20500:3 20517:4 20522:1 20523:4 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:1 20714:1 20728:1 20733:1 20735:1 20739:5 20743:1 20752:1 20767:1 20770:1 20783:1 20838:1 20852:4 20864:2 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:2 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21078:1 21082:1 21092:1 21117:2 21131:1 21132:1 21136:1 21154:1 21157:2 21165:2 21180:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:3 21287:1 21288:1 21289:1 21293:2 21310:1 21321:1 21329:1 21339:1 21343:2 21353:1 21356:1 21367:1 21375:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:23 21441:1 21446:1 21471:1 21481:1 21484:2 21496:3 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21564:1 21565:3 21571:2 21581:2 21607:1 21625:6 21626:1 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:11 21663:2 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:6 21752:1 21765:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:2 21860:1 21861:1 21862:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:1 21956:1 21958:2 21961:1 21973:2 21975:1 21977:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22086:1 22090:1 22102:4 22108:2 22112:3 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22247:1 22261:1 22262:2 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:6 22414:2 22449:2 22473:1 22478:2 22497:1 22506:2 22511:1 22519:13 22520:1 22531:1 22538:1 22545:1 22561:3 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22639:1 22647:1 22670:1 22673:1 22688:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:2 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:3 23193:2 23196:1 23199:2 23211:1 23214:1 23230:3 23231:2 23236:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23461:1 23510:1 23516:1 23523:1 23582:4 23608:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:1 23703:3 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:2 23850:1 23852:3 23870:1 23872:1 23874:1 23881:1 23884:1 23902:1 23909:1 23916:1 23963:1 23964:1 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24228:1 24229:3 24231:3 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24307:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24473:1 24492:1 24500:1 24501:2 24502:3 24507:1 24511:1 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24691:1 24693:1 24707:1 24765:6 24775:1 24796:6 24801:1 24851:1 24860:2 24866:1 24871:3 24909:1 24914:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:1 24984:1 24986:2 24991:1 24994:1 24997:1 25019:1 25036:2 25056:2 25060:1 25104:3 25107:1 25135:3 25178:2 25181:3 25189:6 25191:1 25196:1 25204:1 25221:2 25250:2 25279:1 25299:1 25309:1 25313:5 25314:1 25329:1 25331:1 25335:1 25365:3 25370:1 25394:2 25402:1 25429:1 25435:1 25453:4 25473:1 25476:1 25477:1 25496:2 25507:4 25516:1 25527:1 25535:3 25541:2 25549:4 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25636:1 25637:1 25640:2 25642:1 25647:1 25665:1 25674:1 25682:1 25690:1 25711:3 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:7 25783:1 25784:1 25793:1 25800:2 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:1 25876:3 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:1 26196:2 26200:1 26202:1 26205:1 26240:1 26249:1 26266:2 26276:4 26305:1 26332:1 26365:1 26378:1 26397:3 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26703:1 26707:1 26712:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:2 26886:2 26902:1 26914:1 26915:1 26924:1 26939:1 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:3 26972:2 26976:1 26981:2 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27042:1 27044:1 27049:2 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:11 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:30 27660:1 27663:1 27664:1 27673:3 27678:1 27679:1 27714:2 27747:3 27756:1 27764:1 27771:2 27778:1 27783:1 27785:1 27804:1 27819:3 27836:1 27848:2 27874:1 27888:1 27894:1 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28020:1 28033:3 28042:1 28058:1 28059:2 28093:1 28096:1 28099:4 28102:1 28148:1 28158:2 28162:5 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28339:1 28342:1 28352:1 28362:4 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28578:1 28581:1 28593:1 28605:1 28610:2 28638:1 28652:1 28666:2 28668:1 28712:2 28719:1 28749:1 28765:3 28774:1 28783:2 28788:1 28794:3 28801:1 28820:1 28834:1 28839:1 28840:1 28845:1 28847:6 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 105:3 107:1 120:3 131:1 134:1 142:2 156:5 169:1 175:2 180:1 184:3 186:1 187:1 190:1 197:2 201:1 208:1 225:4 238:1 257:1 260:3 272:3 281:1 309:3 345:5 347:1 361:1 364:1 375:1 383:1 388:2 389:4 390:1 401:1 405:1 419:2 428:1 434:2 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:8 581:1 606:1 658:1 679:1 687:1 691:1 721:1 743:1 765:1 780:2 790:2 799:4 814:5 821:1 822:1 826:1 836:2 842:6 844:3 851:1 853:4 864:4 877:3 881:1 882:1 883:3 886:5 897:1 898:2 900:2 902:1 906:1 911:4 915:1 918:1 934:1 936:2 991:1 1000:1 1008:2 1043:1 1071:1 1099:2 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:4 1327:3 1336:3 1340:2 1350:3 1354:1 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:10 1462:1 1475:11 1488:1 1492:1 1524:1 1527:1 1529:1 1564:3 1575:1 1592:1 1608:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:2 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1901:2 1904:2 1911:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 2000:2 2005:1 2010:2 2021:2 2031:1 2042:1 2045:8 2069:2 2085:4 2103:1 2104:3 2105:1 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:7 2173:2 2174:3 2175:1 2178:3 2179:3 2186:1 2187:4 2189:1 2191:1 2192:1 2196:2 2197:2 2201:1 2203:1 2206:1 2240:1 2248:1 2253:1 2264:3 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:2 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2574:1 2578:1 2592:1 2596:1 2607:3 2610:3 2624:1 2648:1 2650:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:1 2710:1 2727:1 2728:1 2735:1 2755:1 2775:1 2793:19 2798:1 2800:1 2802:9 2817:2 2820:1 2834:2 2844:1 2849:16 2865:1 2870:1 2873:1 2887:1 2894:2 2901:1 2904:3 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:4 3038:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3186:1 3190:3 3208:6 3228:1 3241:2 3308:1 3321:1 3343:2 3353:3 3357:1 3358:4 3359:4 3360:3 3362:3 3364:6 3365:4 3367:1 3368:2 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:3 3421:4 3427:1 3443:2 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:19 3502:2 3507:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3582:7 3585:2 3586:1 3590:2 3595:2 3604:1 3633:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3870:2 3890:1 3895:2 3899:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:6 3968:2 3983:1 3985:1 3986:1 4024:2 4027:1 4048:1 4060:2 4067:2 4115:1 4122:2 4136:1 4143:1 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4277:1 4287:1 4289:1 4297:2 4306:5 4317:1 4320:1 4364:1 4371:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4499:1 4503:3 4504:1 4508:4 4528:1 4529:1 4534:1 4563:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:2 4610:1 4614:1 4648:1 4655:1 4661:1 4663:5 4696:2 4703:1 4704:1 4724:3 4729:2 4742:1 4766:1 4771:1 4813:1 4824:1 4868:1 4874:13 4877:1 4883:2 4905:1 4910:1 4923:1 4939:1 4975:1 4985:2 4993:1 5005:2 5006:4 5007:1 5009:1 5011:5 5012:2 5013:1 5015:1 5017:3 5019:2 5025:6 5026:1 5030:1 5031:1 5032:2 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:3 5121:1 5139:2 5162:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:5 5328:1 5339:1 5342:1 5361:3 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5446:1 5449:4 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:2 5652:2 5687:1 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:4 5889:1 5905:1 5917:1 5921:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6077:1 6078:2 6079:2 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:2 6130:2 6150:1 6154:1 6165:1 6187:1 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:1 6235:1 6272:1 6274:1 6276:1 6287:2 6301:4 6315:1 6322:3 6337:1 6367:1 6376:3 6377:2 6378:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:2 6404:7 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6555:1 6620:1 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6789:1 6800:1 6813:1 6817:2 6847:6 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:6 6897:1 6914:1 6921:1 6923:1 6934:1 6939:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:10 7002:1 7034:1 7038:1 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7183:1 7187:1 7231:1 7241:1 7250:2 7262:1 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:2 7384:1 7446:4 7460:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:2 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:3 7682:2 7693:2 7696:1 7699:4 7702:1 7732:4 7756:37 7763:1 7764:1 7771:20 7772:10 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:3 7890:1 7902:1 7932:1 7937:7 7939:1 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8113:1 8120:1 8125:1 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8197:1 8208:2 8213:46 8243:1 8253:1 8262:1 8267:1 8277:1 8300:2 8309:1 8310:14 8312:9 8315:1 8319:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:1 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:3 8571:2 8574:1 8578:1 8580:1 8584:3 8585:2 8588:1 8589:1 8607:2 8617:4 8623:1 8628:1 8648:8 8649:1 8650:1 8670:1 8675:1 8718:1 8728:2 8730:1 8736:1 8739:1 8769:2 8774:1 8789:2 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9040:1 9052:2 9063:1 9066:1 9078:1 9126:1 9140:1 9158:3 9160:1 9162:1 9178:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9280:1 9290:1 9349:1 9350:1 9354:1 9355:3 9365:1 9367:1 9378:1 9400:1 9412:1 9413:1 9424:4 9447:1 9457:1 9458:3 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9597:1 9619:1 9631:1 9647:2 9648:2 9649:1 9660:1 9672:1 9681:1 9702:1 9704:1 9724:2 9726:1 9729:6 9730:1 9733:1 9734:1 9737:1 9739:1 9747:1 9781:1 9816:2 9833:6 9884:2 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:5 9969:1 9992:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:6 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:1 10245:8 10270:1 10271:4 10272:2 10274:3 10275:1 10280:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:13 10308:2 10309:1 10310:8 10312:2 10336:3 10355:1 10382:1 10401:1 10403:1 10409:3 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:6 10553:1 10586:1 10594:1 10624:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10752:1 10757:1 10758:1 10783:2 10801:1 10806:1 10835:1 10866:1 10889:1 10904:2 10916:1 10920:4 10922:5 10941:1 10946:1 10947:1 10965:1 10970:3 10977:2 10983:1 10987:1 10995:1 11021:1 11030:1 11046:5 11052:1 11054:1 11063:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11307:1 11310:1 11323:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11378:1 11379:1 11383:1 11388:1 11390:2 11395:1 11402:1 11408:1 11411:1 11414:1 11420:12 11437:1 11461:1 11465:1 11470:5 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:8 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11688:1 11689:6 11691:2 11701:1 11703:15 11709:1 11713:3 11718:1 11722:1 11723:2 11724:1 11731:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11867:1 11868:3 11875:1 11888:1 11916:6 11918:4 11921:2 11925:1 11946:1 11957:1 11964:1 11969:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12123:1 12137:1 12182:1 12194:1 12197:3 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12410:1 12421:1 12443:1 12483:1 12492:1 12509:1 12517:1 12518:1 12523:1 12525:1 12557:1 12566:5 12569:1 12579:1 12585:2 12591:1 12593:3 12595:1 12602:1 12612:1 12616:4 12629:2 12630:1 12631:1 12635:1 12649:2 12650:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12777:1 12784:2 12787:1 12788:4 12789:2 12798:1 12805:1 12813:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:1 13059:3 13066:1 13067:1 13085:1 13087:3 13111:1 13126:1 13162:1 13180:6 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13300:1 13305:2 13315:2 13387:1 13402:1 13405:4 13417:1 13426:2 13434:2 13436:1 13448:1 13458:1 13477:1 13478:1 13494:1 13516:6 13518:3 13519:1 13520:2 13521:1 13523:1 13528:5 13534:1 13539:1 13540:1 13546:2 13555:1 13557:1 13558:1 13567:1 13568:1 13571:1 13604:1 13607:1 13609:1 13627:1 13633:2 13635:4 13637:1 13641:1 13646:1 13675:8 13678:1 13694:1 13715:1 13716:1 13724:1 13725:1 13728:3 13733:1 13738:1 13742:1 13760:1 13765:3 13772:1 13784:2 13792:5 13809:1 13833:1 13835:1 13840:1 13867:1 13869:12 13896:1 13927:6 13931:2 13937:1 13939:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:2 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:5 14104:1 14115:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:1 14201:1 14203:1 14205:1 14209:3 14213:3 14215:1 14227:1 14228:3 14235:1 14238:1 14266:1 14281:1 14285:2 14299:2 14319:1 14332:1 14350:2 14351:1 14354:1 14383:1 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:1 14478:3 14494:3 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14562:2 14583:1 14586:1 14587:1 14604:1 14614:1 14619:8 14622:2 14628:1 14665:2 14673:1 14699:3 14703:1 14704:1 14705:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 15009:2 15012:1 15018:1 15024:1 15041:2 15049:2 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:3 15289:1 15315:1 15324:2 15331:2 15337:1 15355:1 15362:6 15364:1 15393:1 15402:1 15423:2 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:2 15528:2 15534:1 15545:3 15546:1 15553:4 15572:2 15577:1 15579:1 15590:1 15602:1 15624:2 15639:2 15642:2 15653:1 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:4 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16045:3 16047:1 16048:3 16049:5 16050:5 16051:2 16053:3 16057:3 16060:2 16061:4 16065:2 16067:2 16069:1 16070:1 16071:1 16072:7 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:3 16192:1 16209:1 16212:1 16215:1 16234:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16376:1 16377:1 16388:5 16398:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16523:1 16540:13 16586:1 16589:1 16605:1 16625:2 16629:1 16649:1 16652:3 16668:2 16674:1 16704:1 16706:1 16722:1 16724:2 16789:1 16795:1 16811:1 16817:3 16826:1 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:3 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:1 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:3 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:2 17660:1 17683:1 17747:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:5 17974:1 17975:2 17983:1 18014:1 18045:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:2 18103:1 18104:1 18107:2 18125:1 18140:1 18154:2 18172:3 18191:2 18233:2 18251:6 18261:3 18266:1 18269:1 18281:2 18300:1 18322:1 18329:3 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18424:1 18464:1 18466:1 18475:1 18493:2340 18498:2 18500:1 18520:1 18523:1 18564:2 18570:1 18588:1 18600:1 18604:3 18618:2 18628:1 18649:2 18679:1 18686:1 18693:1 18711:1 18717:1 18726:2 18747:1 18770:1 18771:1 18797:1 18802:1 18803:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18921:1 18944:4 18965:1 18983:1 18989:1 19003:1 19009:8 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19105:1 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19175:1 19180:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:3 19326:1 19332:7 19335:1 19350:2 19351:1 19368:1 19379:1 19395:1 19420:1 19421:8 19427:1 19433:1 19434:1 19459:1 19460:1 19462:1 19470:1 19476:1 19497:1 19500:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:13 19587:1 19597:21 19600:4 19605:1 19618:1 19623:1 19646:4 19676:2 19685:1 19690:2 19696:1 19701:1 19702:1 19728:1 19730:1 19748:1 19775:1 19778:1 19785:1 19812:4 19817:1 19824:2 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:74 19926:1 19933:2 19936:1 19941:1 19947:1 19957:5 19959:1 19972:1 19979:1 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20054:1 20056:10 20068:2 20076:13 20077:1 20082:2 20087:1 20127:3 20143:1 20149:5 20151:1 20153:2 20154:1 20157:1 20159:1 20160:2 20161:1 20166:2 20168:1 20169:1 20170:1 20171:2 20173:5 20174:5 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:3 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:2 20344:1 20349:1 20366:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:2 20500:3 20517:4 20522:1 20523:4 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:2 20714:1 20715:2 20728:1 20733:1 20735:1 20739:5 20743:1 20752:1 20767:1 20770:1 20783:1 20838:1 20852:4 20864:2 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:1 21008:2 21012:2 21021:1 21024:3 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21078:1 21082:1 21092:1 21117:2 21131:1 21132:1 21136:1 21154:1 21157:2 21165:2 21178:1 21180:1 21192:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:3 21287:1 21288:1 21289:1 21293:2 21310:1 21321:1 21329:1 21339:1 21343:2 21353:1 21356:1 21367:1 21375:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:24 21441:1 21446:1 21471:1 21481:1 21484:2 21496:5 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21564:1 21565:3 21571:2 21581:2 21607:1 21625:6 21626:1 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:12 21663:3 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:6 21752:1 21765:1 21784:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:3 21860:1 21861:1 21862:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:1 21956:1 21958:2 21961:1 21973:2 21975:1 21977:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22052:1 22086:1 22090:1 22102:4 22108:2 22112:3 22124:1 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22247:1 22261:1 22262:3 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:7 22414:2 22419:1 22449:2 22473:1 22478:2 22497:1 22506:2 22511:1 22519:13 22520:1 22531:1 22538:1 22545:1 22561:4 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22639:1 22647:1 22670:1 22673:1 22688:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:2 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:3 23193:2 23196:2 23199:2 23211:1 23214:1 23230:3 23231:2 23236:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23461:1 23510:1 23516:1 23523:1 23526:1 23582:4 23608:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:2 23703:3 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:3 23850:1 23852:3 23864:1 23870:1 23872:1 23874:1 23881:1 23884:2 23902:1 23909:1 23916:1 23963:1 23964:1 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24228:1 24229:3 24231:4 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24307:1 24326:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24473:1 24492:2 24500:1 24501:2 24502:3 24507:1 24511:1 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24691:1 24693:1 24707:1 24765:7 24775:1 24796:6 24801:1 24846:1 24851:1 24860:2 24866:1 24871:3 24909:1 24914:1 24915:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:1 24984:1 24986:2 24991:1 24994:1 24997:1 25019:1 25036:2 25056:2 25060:1 25098:1 25104:3 25107:1 25135:3 25178:2 25181:3 25189:7 25191:1 25196:1 25204:1 25221:2 25250:2 25279:1 25299:1 25309:1 25313:6 25314:1 25329:1 25331:1 25335:1 25365:3 25370:1 25394:2 25402:1 25429:1 25435:1 25453:4 25473:1 25476:1 25477:1 25496:2 25507:4 25516:1 25527:1 25535:3 25541:2 25549:4 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25636:1 25637:1 25640:2 25642:1 25647:1 25665:1 25674:1 25682:1 25690:1 25711:3 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:7 25783:1 25784:1 25793:1 25800:2 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:1 25876:3 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:1 26196:2 26200:1 26202:1 26205:1 26240:1 26249:1 26266:2 26276:4 26289:1 26305:1 26332:1 26365:1 26378:1 26397:3 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26703:1 26707:1 26712:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:2 26886:2 26902:1 26914:1 26915:1 26924:1 26939:1 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:4 26972:2 26973:1 26976:1 26981:3 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27042:1 27044:1 27049:2 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:11 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:30 27660:1 27663:1 27664:1 27673:3 27678:2 27679:1 27714:2 27747:3 27756:1 27764:1 27771:2 27778:1 27783:1 27785:1 27804:1 27819:3 27836:1 27848:2 27874:1 27888:1 27894:1 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28013:1 28020:1 28033:7 28042:1 28058:1 28059:2 28093:1 28096:1 28099:4 28102:1 28148:1 28158:2 28162:5 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28339:1 28342:1 28352:1 28362:4 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28506:1 28518:1 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28573:1 28578:1 28581:1 28593:1 28605:1 28610:2 28616:2 28638:1 28652:1 28666:2 28668:1 28712:2 28719:1 28749:1 28765:3 28774:1 28783:2 28788:1 28794:3 28801:1 28820:2 28826:1 28834:1 28839:1 28840:1 28845:1 28847:6 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 105:3 107:1 120:3 131:1 134:1 142:2 156:5 169:1 175:2 180:1 184:3 186:1 187:1 190:1 197:2 201:1 208:1 225:4 238:1 257:1 260:3 272:3 281:1 309:3 345:5 347:1 361:1 364:1 375:1 383:1 388:2 389:4 390:1 401:1 405:1 419:2 428:1 434:2 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:8 581:1 606:1 658:1 679:1 687:1 691:1 721:1 726:1 743:1 765:1 780:2 790:2 799:4 814:5 821:1 822:1 826:1 836:2 842:6 844:3 851:1 853:4 864:4 877:3 881:1 882:1 883:3 886:5 897:1 898:2 900:3 902:1 906:1 911:4 915:1 918:1 934:1 936:2 991:1 1000:1 1008:2 1043:1 1071:1 1099:2 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:4 1327:3 1336:3 1340:2 1350:3 1354:1 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:10 1462:1 1475:11 1488:1 1492:1 1524:1 1527:1 1529:1 1564:3 1575:1 1592:1 1608:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:2 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1901:2 1904:2 1911:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 2000:2 2005:1 2010:2 2021:2 2031:1 2042:1 2045:8 2069:2 2085:4 2103:1 2104:3 2105:1 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:7 2173:2 2174:3 2175:1 2178:3 2179:3 2186:1 2187:4 2189:1 2191:1 2192:1 2196:2 2197:2 2201:1 2203:1 2206:1 2240:1 2248:1 2253:1 2264:3 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:2 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2574:1 2578:1 2592:1 2596:1 2607:3 2610:3 2624:1 2648:1 2650:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:1 2710:3 2727:1 2728:1 2735:1 2755:1 2775:1 2793:19 2798:1 2800:1 2802:9 2817:2 2820:1 2834:2 2844:1 2849:17 2865:1 2870:1 2873:1 2887:1 2894:2 2901:1 2904:3 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:4 3038:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3186:1 3190:3 3208:6 3228:1 3241:2 3308:1 3321:1 3343:2 3353:3 3357:1 3358:4 3359:4 3360:3 3362:3 3364:6 3365:4 3367:1 3368:3 3370:1 3371:1 3373:1 3399:1 3408:1 3411:4 3417:2 3419:3 3421:4 3427:1 3443:2 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:19 3502:2 3507:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3582:7 3585:2 3586:1 3590:2 3595:2 3604:1 3633:1 3644:5 3648:1 3655:1 3685:1 3693:1 3694:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3870:2 3890:1 3895:2 3899:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:6 3968:2 3983:1 3985:1 3986:1 4024:2 4027:1 4048:1 4060:2 4067:2 4115:1 4122:2 4136:1 4143:1 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4277:1 4287:1 4289:1 4297:2 4306:5 4317:1 4320:1 4364:1 4371:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4490:1 4499:1 4503:3 4504:1 4508:4 4528:1 4529:1 4534:2 4563:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:2 4610:1 4614:1 4648:1 4655:1 4661:1 4663:5 4696:2 4703:1 4704:1 4724:3 4729:2 4742:1 4766:1 4771:1 4813:1 4824:1 4868:1 4874:13 4877:1 4883:2 4905:1 4910:1 4923:1 4939:1 4975:1 4985:2 4993:1 5005:2 5006:4 5007:1 5009:1 5011:5 5012:2 5013:1 5015:1 5017:3 5019:2 5025:6 5026:1 5030:1 5031:1 5032:2 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:3 5121:1 5139:2 5162:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:5 5328:1 5339:1 5342:1 5361:3 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5446:1 5449:5 5460:1 5467:1 5474:1 5481:1 5549:4 5584:1 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:2 5652:2 5687:1 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:4 5889:1 5905:1 5917:1 5921:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6077:1 6078:2 6079:2 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:2 6130:2 6150:1 6154:1 6165:1 6187:1 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:1 6235:1 6272:1 6274:1 6276:1 6287:2 6301:4 6315:1 6322:3 6337:1 6367:1 6376:3 6377:2 6378:1 6384:1 6385:2 6390:1 6391:2 6394:2 6396:2 6404:7 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6555:1 6620:1 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6684:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6789:1 6800:1 6813:1 6817:2 6847:6 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:6 6897:1 6914:1 6921:1 6923:1 6934:1 6939:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:10 7002:1 7034:1 7038:2 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7183:1 7187:1 7231:1 7241:1 7250:2 7262:1 7264:1 7270:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7375:1 7378:2 7384:1 7446:4 7460:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:2 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:3 7682:2 7693:2 7696:1 7699:4 7702:1 7732:4 7756:37 7763:1 7764:1 7771:20 7772:10 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:4 7890:1 7902:1 7932:1 7937:7 7939:1 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8113:1 8120:1 8125:3 8134:1 8143:1 8146:1 8150:1 8172:1 8178:1 8197:1 8208:2 8213:46 8243:1 8253:1 8262:1 8267:1 8277:1 8300:2 8309:1 8310:14 8312:9 8315:1 8319:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:1 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:3 8571:2 8574:1 8578:1 8580:1 8584:3 8585:3 8588:1 8589:1 8607:2 8617:4 8623:1 8628:1 8648:8 8649:1 8650:1 8670:1 8675:1 8718:1 8728:2 8730:1 8736:1 8739:1 8769:2 8774:1 8789:2 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9040:1 9052:2 9063:1 9066:1 9078:1 9126:1 9140:1 9158:3 9160:1 9162:1 9178:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9280:1 9290:1 9349:1 9350:1 9354:1 9355:3 9365:1 9367:1 9378:1 9400:1 9412:1 9413:1 9424:4 9447:1 9457:1 9458:3 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9597:1 9619:1 9631:1 9647:2 9648:2 9649:1 9660:1 9672:1 9681:1 9702:1 9704:1 9724:2 9726:1 9729:6 9730:1 9733:1 9734:1 9737:1 9739:1 9747:1 9781:1 9816:2 9833:6 9884:2 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:5 9969:1 9992:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:6 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:1 10245:8 10270:1 10271:4 10272:2 10274:3 10275:2 10280:1 10281:3 10284:5 10286:1 10287:1 10293:1 10295:1 10296:2 10302:2 10305:13 10308:2 10309:1 10310:8 10312:2 10336:3 10355:1 10382:1 10401:1 10403:1 10409:3 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10500:1 10503:1 10508:1 10513:1 10540:6 10553:1 10586:1 10594:1 10624:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10752:1 10757:1 10758:1 10783:2 10801:2 10806:1 10835:1 10866:1 10889:1 10904:2 10916:1 10920:4 10922:5 10941:1 10946:1 10947:1 10965:1 10970:3 10977:2 10983:1 10987:1 10995:1 11021:1 11030:1 11046:5 11052:1 11054:1 11063:1 11068:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11307:1 11310:2 11323:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11378:1 11379:1 11383:1 11388:1 11390:2 11395:1 11402:1 11408:1 11411:1 11414:1 11420:12 11437:1 11461:1 11465:1 11470:5 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:8 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11688:1 11689:6 11691:2 11701:1 11703:15 11709:1 11713:3 11718:1 11722:1 11723:2 11724:1 11731:1 11732:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:1 11829:1 11837:1 11840:1 11861:2 11867:1 11868:3 11875:1 11888:1 11916:6 11918:4 11921:2 11925:1 11946:1 11957:1 11964:1 11969:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12123:1 12137:1 12182:1 12194:1 12197:3 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12410:1 12421:1 12443:1 12483:1 12492:1 12509:2 12517:1 12518:1 12523:1 12525:1 12557:1 12566:5 12569:1 12579:1 12585:2 12591:1 12593:3 12595:1 12602:1 12612:1 12616:4 12629:2 12630:1 12631:1 12635:2 12649:2 12650:1 12652:2 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12777:1 12784:2 12787:1 12788:4 12789:2 12798:1 12805:1 12813:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:1 13059:3 13066:1 13067:1 13085:1 13087:4 13111:1 13126:1 13162:1 13180:6 13182:2 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13300:1 13305:2 13315:2 13387:1 13389:1 13402:1 13405:4 13417:1 13426:2 13434:2 13436:1 13448:1 13458:1 13470:1 13477:1 13478:1 13494:1 13516:6 13518:4 13519:1 13520:2 13521:1 13523:1 13528:5 13534:1 13539:1 13540:1 13546:2 13555:1 13557:1 13558:1 13567:1 13568:1 13571:1 13604:1 13607:1 13609:1 13627:1 13633:2 13635:4 13637:1 13641:1 13646:1 13675:9 13678:1 13694:1 13715:1 13716:1 13724:1 13725:1 13728:3 13733:1 13738:1 13742:1 13760:1 13765:3 13772:1 13784:2 13792:5 13809:1 13833:1 13835:1 13840:1 13867:1 13869:12 13896:1 13927:6 13931:2 13937:1 13939:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:2 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:5 14104:1 14115:1 14136:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:1 14201:1 14203:1 14205:1 14209:3 14213:3 14215:1 14227:2 14228:3 14235:1 14238:1 14266:1 14281:1 14285:2 14299:2 14319:1 14332:1 14350:2 14351:1 14354:1 14383:1 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:1 14478:3 14494:3 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14562:2 14583:1 14586:1 14587:1 14604:1 14614:1 14619:10 14622:2 14628:1 14665:2 14673:1 14699:3 14703:2 14704:1 14705:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 15009:2 15012:1 15018:1 15024:1 15041:2 15049:2 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15217:1 15221:1 15251:1 15253:1 15278:3 15289:1 15315:1 15324:2 15331:2 15337:1 15355:1 15362:6 15364:1 15393:1 15402:1 15423:2 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:2 15528:2 15534:1 15545:3 15546:1 15553:4 15572:2 15577:1 15579:1 15590:1 15602:1 15624:2 15639:2 15642:2 15653:1 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:3 15873:4 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:4 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16045:3 16047:1 16048:3 16049:5 16050:5 16051:2 16053:3 16057:3 16060:2 16061:4 16065:2 16067:2 16069:1 16070:1 16071:1 16072:7 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:3 16192:1 16209:1 16212:1 16215:1 16234:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16376:1 16377:1 16388:5 16398:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16523:1 16540:14 16586:1 16589:1 16605:1 16625:2 16629:1 16649:1 16652:3 16668:2 16674:1 16704:1 16706:1 16722:1 16724:2 16789:1 16795:1 16811:1 16817:3 16826:1 16842:1 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:3 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:1 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:1 17412:1 17425:1 17444:3 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:2 17656:1 17660:1 17683:1 17747:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:5 17974:1 17975:2 17983:1 18014:1 18045:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:2 18103:1 18104:1 18107:2 18125:1 18140:1 18154:2 18172:3 18191:2 18233:2 18251:6 18261:3 18266:1 18269:1 18281:2 18300:1 18322:1 18329:3 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18424:1 18464:1 18466:1 18475:1 18493:2370 18498:2 18500:1 18520:1 18523:1 18564:2 18570:1 18588:1 18600:1 18604:3 18618:2 18628:1 18649:2 18679:1 18686:1 18693:1 18711:1 18717:1 18726:2 18747:1 18770:1 18771:1 18797:1 18802:1 18803:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18921:1 18944:4 18965:1 18983:1 18989:1 19003:1 19009:10 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19105:1 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19175:1 19180:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:3 19326:1 19332:7 19335:1 19350:2 19351:1 19368:1 19379:1 19395:1 19420:1 19421:10 19427:1 19433:1 19434:1 19459:1 19460:1 19462:1 19470:1 19476:1 19497:1 19500:1 19506:2 19541:1 19562:6 19563:1 19566:1 19584:14 19587:1 19597:22 19600:4 19605:1 19618:1 19623:1 19646:4 19676:2 19679:1 19685:1 19690:2 19696:1 19701:1 19702:1 19728:1 19730:1 19748:1 19775:1 19778:1 19785:1 19812:4 19817:1 19824:2 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:75 19926:1 19933:2 19936:1 19941:1 19947:1 19957:5 19959:1 19972:1 19979:1 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20054:1 20056:10 20068:2 20076:14 20077:1 20082:2 20087:1 20127:3 20143:1 20149:5 20151:1 20153:2 20154:1 20157:1 20159:1 20160:2 20161:1 20166:2 20168:1 20169:1 20170:1 20171:2 20173:5 20174:5 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:3 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:2 20344:2 20349:1 20366:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:2 20500:3 20517:4 20522:1 20523:4 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:5 20701:1 20706:2 20714:1 20715:2 20728:1 20733:1 20735:1 20739:5 20743:1 20752:1 20767:1 20770:1 20783:1 20838:1 20852:4 20864:2 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:2 21008:2 21012:2 21021:1 21024:3 21036:4 21053:1 21066:1 21069:1 21071:1 21076:1 21078:1 21082:1 21092:1 21117:2 21131:1 21132:2 21136:1 21154:1 21157:2 21165:2 21178:1 21180:1 21192:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:4 21287:1 21288:1 21289:1 21293:2 21310:1 21321:1 21329:1 21339:1 21343:2 21353:1 21356:1 21367:1 21375:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:24 21441:1 21446:1 21471:1 21481:1 21484:2 21496:5 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21564:1 21565:3 21571:2 21581:2 21607:1 21625:6 21626:1 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:12 21663:3 21664:1 21668:2 21676:2 21692:1 21703:9 21714:1 21717:1 21733:6 21752:1 21765:1 21784:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:3 21860:1 21861:1 21862:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:1 21956:1 21958:2 21961:1 21973:2 21975:1 21977:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22052:1 22086:1 22090:1 22102:5 22108:2 22112:3 22124:1 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22247:1 22261:1 22262:3 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:7 22414:2 22419:1 22449:2 22473:1 22478:2 22497:1 22506:2 22510:1 22511:1 22519:14 22520:1 22531:1 22538:1 22545:1 22561:4 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22639:1 22647:1 22670:1 22673:1 22688:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:2 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23175:1 23176:1 23187:1 23191:3 23193:2 23196:2 23199:2 23211:1 23214:1 23230:3 23231:2 23236:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23461:1 23510:1 23516:1 23523:1 23526:1 23582:4 23608:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:2 23703:3 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:3 23850:1 23852:3 23864:1 23870:1 23872:1 23874:1 23881:1 23884:2 23902:1 23909:1 23916:1 23963:1 23964:1 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24228:1 24229:3 24231:4 24232:6 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24307:1 24309:1 24326:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24473:1 24492:2 24500:1 24501:2 24502:3 24507:1 24511:1 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24691:1 24693:1 24707:1 24765:8 24775:1 24796:6 24801:1 24846:1 24851:1 24860:2 24866:1 24871:3 24909:1 24914:1 24915:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:1 24984:1 24986:2 24991:1 24994:1 24997:1 25019:1 25036:2 25056:2 25060:1 25098:1 25104:3 25107:1 25135:3 25178:2 25181:3 25189:7 25191:1 25196:1 25204:1 25221:2 25250:2 25279:1 25299:1 25309:1 25313:6 25314:1 25329:1 25331:1 25335:1 25365:3 25370:1 25394:2 25402:1 25429:1 25435:1 25453:4 25473:1 25476:1 25477:1 25496:2 25507:4 25516:1 25527:1 25535:3 25541:2 25549:4 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25636:1 25637:1 25640:2 25642:1 25647:1 25665:1 25674:1 25682:1 25690:1 25711:3 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:7 25783:1 25784:1 25793:1 25800:2 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:1 25876:3 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:2 26196:2 26200:1 26202:1 26205:1 26240:1 26249:1 26266:2 26276:4 26289:1 26305:1 26332:1 26365:1 26378:1 26397:3 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:1 26703:1 26707:1 26712:1 26714:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:2 26886:2 26902:1 26914:1 26915:1 26924:1 26939:1 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:4 26972:2 26973:1 26976:1 26981:3 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27042:1 27044:1 27049:2 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:11 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:31 27660:1 27663:1 27664:1 27673:3 27678:2 27679:1 27714:2 27747:3 27756:1 27764:1 27771:2 27778:1 27783:1 27785:1 27804:1 27819:3 27836:1 27848:2 27874:1 27888:1 27894:1 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28013:1 28020:1 28033:7 28042:1 28058:1 28059:2 28093:1 28096:1 28099:4 28102:1 28148:1 28158:2 28162:5 28169:1 28199:1 28225:3 28285:1 28298:1 28301:1 28322:1 28339:1 28342:1 28352:1 28362:4 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28506:1 28518:1 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28573:1 28578:1 28581:1 28593:1 28605:1 28610:2 28616:2 28635:1 28638:1 28652:1 28666:2 28668:1 28712:2 28719:1 28749:1 28765:3 28774:1 28783:2 28788:1 28794:3 28801:1 28820:2 28826:1 28834:1 28839:1 28840:1 28845:1 28847:6 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28906:1 28923:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 105:3 107:1 120:3 131:1 134:1 142:2 156:6 169:1 175:2 180:1 184:3 186:1 187:1 190:1 197:2 201:1 208:1 225:5 238:1 257:1 260:3 272:3 274:1 281:1 309:3 345:5 347:1 361:1 364:1 375:1 383:1 388:2 389:4 390:1 401:1 405:1 419:2 428:1 434:2 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:9 581:1 606:1 658:1 679:1 687:1 691:1 721:1 726:1 743:1 765:1 780:2 790:2 799:4 814:5 821:1 822:1 826:1 836:3 842:7 844:3 851:1 853:4 864:5 877:3 881:1 882:1 883:3 886:5 897:1 898:2 900:3 902:1 906:1 911:4 915:1 918:1 934:1 936:2 991:1 1000:1 1008:2 1043:1 1071:1 1099:2 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:4 1327:4 1336:3 1340:2 1350:3 1354:1 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:10 1462:1 1475:11 1488:1 1492:1 1524:1 1527:2 1529:1 1564:3 1575:1 1592:1 1608:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:2 1754:1 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1901:2 1904:2 1911:1 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 2000:2 2005:1 2010:2 2021:2 2031:1 2042:1 2045:8 2069:2 2085:4 2103:1 2104:3 2105:1 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:7 2173:2 2174:3 2175:1 2178:3 2179:3 2186:1 2187:4 2189:1 2191:1 2192:1 2196:2 2197:2 2201:1 2203:1 2206:1 2240:1 2248:1 2253:1 2264:3 2270:1 2290:1 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:2 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2572:1 2574:1 2578:1 2592:1 2596:1 2607:3 2610:3 2624:1 2648:1 2650:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:1 2710:3 2727:1 2728:1 2735:1 2755:1 2775:1 2793:19 2798:1 2800:1 2802:9 2817:2 2820:1 2834:2 2844:1 2849:18 2865:1 2870:1 2873:1 2887:1 2894:2 2901:1 2904:3 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:4 3038:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3186:1 3190:3 3208:6 3228:1 3241:2 3308:1 3321:1 3343:3 3353:3 3357:1 3358:4 3359:4 3360:3 3362:3 3364:6 3365:4 3367:1 3368:3 3370:1 3371:1 3373:1 3399:1 3408:1 3410:1 3411:4 3417:2 3419:3 3421:4 3427:1 3443:2 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:19 3502:3 3507:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3582:7 3585:2 3586:1 3590:2 3595:2 3604:1 3633:1 3644:6 3648:1 3655:1 3685:1 3693:1 3694:1 3698:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3870:2 3890:1 3895:2 3899:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:6 3968:2 3983:1 3985:1 3986:1 4024:2 4027:1 4048:1 4060:2 4067:2 4115:1 4122:2 4136:1 4143:1 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4277:1 4287:1 4289:1 4297:2 4306:5 4317:1 4320:1 4364:1 4371:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4490:1 4499:1 4503:3 4504:1 4508:4 4528:1 4529:1 4534:4 4563:1 4569:4 4571:2 4574:1 4576:1 4604:1 4605:2 4610:1 4614:1 4648:1 4655:1 4661:1 4663:5 4696:2 4703:1 4704:1 4724:3 4729:2 4742:1 4766:1 4771:1 4801:1 4813:1 4824:1 4833:1 4868:1 4874:13 4877:1 4883:2 4905:1 4910:1 4923:1 4939:1 4975:1 4985:3 4993:1 5005:2 5006:4 5007:1 5009:2 5011:5 5012:2 5013:1 5015:1 5017:4 5019:2 5025:7 5026:1 5030:1 5031:1 5032:2 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:3 5121:1 5139:2 5162:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:5 5328:1 5339:1 5342:1 5361:3 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5446:1 5449:5 5460:1 5467:1 5474:1 5481:1 5549:4 5584:2 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:3 5652:2 5687:1 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:4 5889:1 5905:1 5917:1 5921:1 5928:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:1 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6077:1 6078:2 6079:2 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:2 6130:2 6150:1 6154:1 6160:1 6165:1 6187:1 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:1 6235:1 6272:1 6274:1 6276:1 6287:2 6301:4 6315:1 6322:3 6337:1 6367:1 6376:3 6377:2 6378:1 6384:1 6385:2 6390:1 6391:3 6394:2 6396:2 6404:8 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6555:1 6620:1 6635:1 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6684:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6789:1 6800:1 6813:1 6817:2 6847:7 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:8 6897:1 6914:1 6921:1 6923:1 6934:1 6939:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:10 7002:1 7034:1 7038:2 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7183:1 7187:1 7231:1 7241:1 7250:2 7262:1 7263:1 7264:1 7270:1 7272:1 7283:1 7287:1 7305:1 7311:2 7322:2 7324:1 7356:3 7362:1 7375:1 7378:2 7384:1 7446:4 7460:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:2 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:3 7682:2 7693:2 7696:1 7699:4 7702:1 7732:4 7756:37 7763:1 7764:1 7771:20 7772:11 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:4 7890:1 7902:1 7914:1 7932:1 7937:7 7939:1 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8113:1 8120:1 8125:3 8134:1 8143:2 8146:1 8150:1 8172:1 8178:1 8197:1 8208:2 8213:47 8243:1 8253:1 8262:1 8267:1 8277:1 8300:2 8309:1 8310:15 8312:9 8315:1 8319:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:1 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:3 8571:2 8574:1 8578:1 8580:1 8584:3 8585:3 8588:1 8589:1 8607:3 8617:4 8623:1 8628:1 8634:1 8648:9 8649:1 8650:1 8670:1 8675:1 8718:1 8728:2 8730:1 8736:1 8739:1 8769:2 8774:1 8789:2 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9040:1 9052:2 9063:1 9066:1 9078:1 9126:1 9140:1 9158:3 9160:1 9162:1 9178:1 9185:1 9192:1 9193:1 9200:3 9201:1 9242:2 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9274:3 9280:1 9290:1 9349:1 9350:1 9354:1 9355:4 9365:1 9367:1 9378:2 9400:1 9412:1 9413:1 9422:1 9424:4 9447:1 9457:1 9458:3 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9597:1 9619:1 9631:1 9647:3 9648:2 9649:1 9660:1 9672:1 9681:1 9702:1 9704:1 9724:2 9726:1 9729:6 9730:1 9733:1 9734:1 9737:1 9739:1 9747:1 9781:1 9816:2 9833:6 9884:3 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:5 9969:1 9988:1 9992:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:6 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:1 10245:8 10270:1 10271:4 10272:2 10274:3 10275:2 10280:1 10281:3 10284:5 10286:1 10287:1 10291:1 10293:1 10295:1 10296:2 10302:2 10305:13 10308:2 10309:1 10310:8 10312:2 10336:3 10355:1 10382:1 10401:1 10403:1 10409:4 10411:1 10412:1 10434:1 10455:1 10457:2 10467:1 10475:2 10477:1 10500:1 10503:1 10508:1 10513:1 10540:6 10553:1 10586:1 10594:1 10624:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10752:1 10757:1 10758:1 10783:2 10801:2 10806:1 10835:1 10866:1 10889:1 10904:2 10916:1 10920:4 10922:5 10941:1 10946:1 10947:1 10965:1 10970:3 10977:3 10983:1 10987:1 10995:1 11021:2 11030:1 11046:5 11052:1 11054:1 11063:1 11068:1 11072:1 11092:7 11094:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:1 11167:1 11193:1 11196:1 11222:1 11250:1 11301:2 11307:1 11310:2 11323:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11378:1 11379:1 11383:1 11388:1 11390:2 11395:1 11402:1 11407:1 11408:1 11411:1 11414:1 11420:12 11437:1 11461:1 11465:1 11470:5 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:8 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11683:1 11688:1 11689:6 11691:2 11701:1 11703:15 11709:1 11713:3 11718:1 11722:1 11723:2 11724:1 11731:1 11732:1 11736:2 11752:1 11774:1 11777:1 11780:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:2 11829:1 11837:1 11840:1 11861:2 11867:1 11868:3 11875:1 11888:1 11916:7 11918:4 11921:2 11925:1 11946:1 11957:1 11964:1 11969:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12119:1 12123:1 12137:1 12182:1 12194:1 12197:3 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12410:1 12421:1 12443:1 12483:1 12492:1 12509:2 12517:1 12518:1 12519:1 12523:1 12525:1 12557:1 12566:5 12569:1 12579:1 12585:2 12591:1 12593:3 12595:1 12602:1 12612:1 12616:5 12629:2 12630:1 12631:1 12635:2 12649:2 12650:1 12652:3 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:2 12763:1 12769:1 12777:1 12784:2 12787:1 12788:4 12789:2 12798:1 12805:1 12813:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:2 13059:3 13066:1 13067:1 13085:1 13087:5 13111:1 13126:1 13162:1 13167:1 13180:6 13182:3 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13300:1 13305:2 13315:2 13387:1 13389:1 13402:1 13405:4 13417:1 13426:2 13434:2 13436:1 13448:1 13453:1 13458:1 13470:1 13477:1 13478:1 13494:1 13516:6 13518:4 13519:1 13520:2 13521:1 13523:1 13528:6 13534:1 13539:1 13540:1 13546:2 13555:1 13557:1 13558:1 13567:1 13568:1 13571:1 13604:1 13607:1 13609:1 13627:1 13633:2 13635:5 13637:1 13641:1 13646:1 13675:10 13678:1 13694:1 13715:1 13716:1 13724:1 13725:1 13728:4 13733:1 13738:1 13742:1 13759:1 13760:1 13765:3 13772:1 13784:2 13792:5 13809:1 13833:1 13835:1 13840:1 13867:1 13869:12 13896:1 13927:7 13931:2 13937:1 13939:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:2 13999:1 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:5 14064:1 14104:1 14115:1 14136:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:2 14201:1 14203:1 14205:1 14209:3 14212:1 14213:3 14215:1 14227:2 14228:4 14235:1 14238:1 14266:1 14281:1 14285:2 14299:3 14319:1 14332:1 14350:2 14351:1 14354:1 14383:1 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:4 14478:3 14494:3 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14562:2 14583:1 14586:1 14587:1 14604:1 14614:1 14619:10 14622:2 14628:1 14665:2 14673:1 14699:3 14703:2 14704:1 14705:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 15009:2 15012:1 15018:1 15024:1 15041:2 15049:2 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15200:1 15217:1 15221:1 15251:1 15253:1 15278:4 15289:1 15315:1 15324:2 15331:2 15337:1 15355:1 15362:6 15364:1 15393:1 15402:1 15423:3 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:2 15528:2 15534:1 15545:4 15546:1 15553:4 15572:2 15577:1 15579:1 15590:2 15602:1 15624:2 15639:2 15642:2 15653:1 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:4 15873:4 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:5 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16045:3 16047:1 16048:3 16049:5 16050:5 16051:2 16053:3 16057:4 16060:2 16061:4 16065:2 16067:2 16069:1 16070:1 16071:1 16072:7 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:3 16192:1 16209:1 16212:1 16215:1 16234:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16376:1 16377:1 16388:5 16398:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16523:1 16540:15 16586:1 16589:1 16605:1 16625:2 16629:1 16649:2 16652:3 16668:2 16674:1 16704:1 16706:1 16722:2 16724:2 16789:1 16795:1 16811:1 16817:3 16826:1 16842:2 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:3 16952:1 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:2 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17230:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:2 17412:1 17425:1 17444:3 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:2 17656:1 17660:1 17683:1 17747:1 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:3 17930:1 17933:2 17935:1 17960:5 17974:1 17975:2 17983:1 18014:1 18045:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:2 18103:1 18104:1 18107:2 18125:1 18140:1 18154:2 18172:4 18191:2 18233:2 18251:7 18261:3 18266:1 18269:1 18281:2 18300:1 18322:1 18329:3 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18424:1 18464:1 18466:1 18475:1 18493:2442 18498:2 18500:1 18520:1 18523:1 18564:3 18570:1 18588:1 18600:1 18604:4 18618:2 18628:1 18649:2 18679:1 18686:1 18693:1 18711:1 18717:1 18726:2 18747:1 18765:1 18770:1 18771:1 18797:1 18802:2 18803:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18921:1 18944:5 18965:1 18983:1 18989:1 19003:1 19009:10 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19105:1 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19175:1 19180:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:4 19326:2 19332:8 19335:1 19350:2 19351:1 19368:1 19379:1 19395:1 19420:1 19421:10 19427:1 19433:1 19434:1 19459:1 19460:1 19462:1 19470:2 19476:1 19497:1 19500:1 19506:2 19541:1 19562:7 19563:1 19566:1 19584:15 19587:1 19597:23 19600:4 19605:1 19618:1 19623:1 19646:4 19676:2 19679:1 19685:1 19690:2 19696:1 19701:1 19702:1 19728:1 19730:1 19748:1 19775:1 19778:1 19785:1 19812:5 19817:1 19824:2 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:76 19926:1 19933:2 19936:1 19941:1 19947:1 19957:5 19959:1 19972:1 19979:1 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20054:1 20056:10 20068:2 20076:15 20077:1 20082:3 20087:1 20127:3 20143:1 20149:5 20151:1 20153:2 20154:1 20157:2 20159:1 20160:2 20161:1 20166:2 20168:1 20169:1 20170:1 20171:2 20173:5 20174:5 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:3 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:2 20344:2 20349:1 20366:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:2 20500:3 20517:5 20522:1 20523:4 20538:1 20547:1 20550:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:6 20701:1 20706:2 20714:1 20715:2 20728:1 20733:1 20735:1 20739:5 20743:1 20752:1 20767:1 20770:1 20783:1 20838:1 20852:5 20864:2 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:2 21008:2 21012:2 21021:1 21024:3 21036:4 21053:1 21061:1 21066:1 21069:1 21071:1 21076:1 21077:1 21078:1 21082:1 21092:1 21117:2 21121:1 21131:1 21132:2 21136:1 21154:1 21157:2 21165:2 21178:1 21180:1 21192:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:4 21287:1 21288:1 21289:1 21293:2 21310:2 21321:1 21329:1 21339:1 21343:2 21353:1 21356:1 21367:1 21375:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:25 21441:1 21446:1 21471:1 21481:1 21484:2 21496:5 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21561:1 21564:1 21565:3 21571:2 21581:2 21607:1 21625:6 21626:1 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:12 21663:3 21664:1 21668:2 21676:2 21690:1 21692:1 21703:9 21714:1 21717:1 21733:7 21752:1 21765:1 21784:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:3 21860:1 21861:1 21862:1 21863:1 21866:3 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:2 21956:1 21958:2 21961:1 21973:2 21975:1 21977:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22052:1 22086:1 22090:1 22102:5 22108:2 22112:3 22124:1 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22247:1 22261:1 22262:3 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:7 22414:2 22419:1 22449:2 22473:1 22478:2 22497:1 22506:2 22510:1 22511:1 22519:15 22520:1 22531:1 22538:1 22545:1 22561:4 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22639:1 22647:1 22670:1 22673:1 22688:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:2 23071:1 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23175:2 23176:1 23187:1 23191:3 23193:2 23196:2 23199:2 23211:1 23214:1 23230:3 23231:2 23236:1 23239:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23461:1 23510:1 23516:1 23523:1 23526:1 23582:4 23608:1 23621:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:2 23703:3 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:3 23850:1 23852:3 23864:1 23870:1 23872:1 23874:1 23881:1 23884:2 23902:1 23909:1 23916:1 23963:2 23964:1 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:2 24128:1 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24228:1 24229:4 24231:4 24232:7 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24307:1 24309:1 24326:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:2 24380:1 24386:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24473:1 24492:2 24500:1 24501:2 24502:4 24507:1 24511:1 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24691:1 24693:1 24707:1 24765:8 24775:1 24796:6 24801:1 24846:1 24851:1 24860:2 24866:1 24871:3 24909:1 24914:1 24915:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:1 24984:1 24986:2 24991:1 24994:1 24997:1 25019:1 25036:2 25056:2 25060:1 25098:1 25104:3 25107:1 25135:3 25178:2 25181:3 25189:8 25191:1 25196:1 25204:1 25221:2 25249:1 25250:2 25279:1 25299:1 25309:1 25313:6 25314:1 25329:1 25331:1 25335:1 25365:3 25370:1 25394:2 25402:1 25429:1 25435:1 25453:4 25473:1 25476:1 25477:1 25496:2 25507:5 25516:1 25527:1 25535:3 25541:2 25549:4 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25635:1 25636:1 25637:1 25640:2 25642:1 25647:1 25665:1 25674:1 25682:1 25690:1 25711:4 25716:1 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:8 25783:1 25784:1 25793:1 25800:3 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:1 25876:3 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26050:1 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:2 26196:2 26200:1 26202:1 26205:1 26240:1 26249:1 26266:2 26276:4 26289:1 26305:1 26332:1 26365:1 26378:1 26397:3 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:2 26703:1 26707:2 26712:1 26714:1 26715:1 26723:1 26724:1 26741:1 26762:2 26775:1 26777:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:2 26886:2 26902:1 26914:1 26915:1 26924:1 26939:2 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:4 26972:2 26973:1 26976:1 26981:3 26983:1 26985:1 26990:1 26995:2 27006:1 27017:1 27032:2 27042:1 27044:1 27049:2 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:11 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:32 27660:1 27663:1 27664:1 27673:4 27678:2 27679:1 27714:2 27747:3 27756:1 27764:1 27771:2 27778:1 27783:1 27785:1 27804:1 27819:3 27836:1 27848:2 27874:1 27888:1 27894:1 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 28000:1 28008:1 28009:1 28010:1 28012:1 28013:1 28020:1 28033:7 28042:1 28058:1 28059:2 28093:1 28096:1 28099:4 28102:1 28148:1 28158:2 28162:5 28169:1 28199:1 28225:3 28285:1 28298:2 28301:1 28322:1 28339:1 28342:1 28352:1 28362:4 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28485:2 28506:1 28518:1 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28573:1 28578:1 28581:1 28593:1 28605:1 28610:2 28616:2 28635:1 28638:1 28652:1 28666:2 28668:1 28712:2 28719:1 28749:1 28765:3 28774:1 28783:2 28788:1 28794:3 28801:1 28820:2 28826:1 28834:1 28839:1 28840:1 28845:1 28847:6 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:1 28904:1 28906:1 28923:1 28930:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 98:1 105:3 107:1 120:3 131:1 134:1 142:2 156:6 169:1 175:2 180:1 184:3 186:1 187:1 190:1 197:2 201:1 208:1 221:1 225:5 238:1 257:1 260:3 272:3 274:1 281:1 309:3 345:5 347:1 354:1 361:1 364:1 375:1 383:1 388:2 389:4 390:1 401:1 405:1 419:3 428:1 434:2 452:1 489:1 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:9 581:1 606:1 658:1 679:1 687:1 691:1 721:1 726:1 743:1 758:1 765:1 775:1 780:2 790:2 799:4 814:6 821:1 822:1 826:1 836:3 837:1 842:7 844:3 851:1 853:4 864:7 877:3 881:1 882:1 883:3 886:5 897:1 898:2 900:3 902:1 906:1 911:4 915:2 918:1 934:1 936:2 991:1 1000:1 1008:2 1043:2 1071:1 1099:2 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:4 1327:4 1336:3 1340:2 1350:3 1354:2 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:11 1462:1 1475:11 1488:2 1492:1 1524:1 1527:2 1529:1 1564:4 1575:1 1592:1 1608:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:2 1754:1 1763:1 1769:1 1792:1 1801:2 1812:1 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1890:1 1901:2 1904:2 1911:2 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 2000:2 2005:1 2010:2 2021:2 2031:1 2042:1 2045:8 2069:2 2085:4 2103:1 2104:3 2105:1 2113:1 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:8 2173:2 2174:4 2175:1 2178:3 2179:3 2186:1 2187:4 2189:1 2191:1 2192:1 2196:2 2197:2 2201:2 2203:1 2206:1 2240:1 2248:2 2253:1 2264:3 2270:1 2290:2 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:2 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2479:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2572:1 2574:1 2578:1 2592:1 2596:1 2607:3 2610:3 2624:1 2648:1 2650:1 2658:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:2 2710:3 2727:1 2728:1 2735:1 2755:1 2775:1 2793:19 2798:1 2800:1 2802:9 2817:2 2820:1 2834:2 2844:1 2849:18 2865:1 2870:1 2873:1 2887:1 2894:2 2901:1 2904:3 2938:1 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:4 3038:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3179:1 3186:1 3190:3 3208:6 3228:1 3241:2 3308:1 3321:1 3343:3 3353:3 3357:1 3358:4 3359:4 3360:3 3362:3 3364:6 3365:4 3367:1 3368:3 3370:1 3371:1 3373:1 3399:1 3408:1 3410:1 3411:4 3417:2 3419:4 3421:4 3427:1 3443:3 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:20 3502:3 3504:1 3507:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3582:7 3585:2 3586:1 3590:3 3595:2 3604:1 3633:1 3644:6 3648:1 3655:1 3685:1 3693:1 3694:1 3698:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3868:1 3870:3 3890:1 3895:2 3899:1 3903:1 3904:1 3919:3 3922:1 3943:1 3948:1 3949:1 3964:2 3967:7 3968:2 3983:1 3985:1 3986:1 4024:2 4027:1 4048:1 4054:1 4060:2 4067:2 4115:1 4122:2 4136:1 4143:1 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4277:1 4287:1 4289:1 4297:2 4306:5 4317:1 4320:1 4364:1 4371:1 4394:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4490:1 4499:1 4503:3 4504:1 4508:5 4528:1 4529:1 4534:4 4563:1 4569:4 4571:3 4574:1 4576:1 4604:1 4605:2 4606:1 4610:1 4614:1 4648:1 4655:1 4661:1 4663:6 4696:2 4703:1 4704:1 4724:3 4729:2 4742:1 4766:1 4771:1 4801:1 4813:1 4824:1 4833:1 4868:1 4869:1 4874:13 4877:1 4883:2 4905:1 4910:1 4919:1 4923:1 4939:1 4975:1 4985:3 4993:1 5005:2 5006:5 5007:1 5009:2 5011:5 5012:2 5013:1 5015:1 5017:4 5019:2 5025:7 5026:1 5030:1 5031:1 5032:2 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:3 5121:1 5130:1 5139:2 5156:1 5162:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:6 5328:1 5339:1 5342:1 5361:3 5377:1 5394:1 5425:1 5429:1 5434:1 5436:1 5446:1 5449:5 5460:1 5467:1 5474:1 5481:1 5549:4 5584:2 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:3 5652:2 5687:1 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:4 5889:1 5905:1 5917:1 5921:1 5928:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:2 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:4 6077:1 6078:2 6079:2 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:2 6130:2 6150:1 6154:1 6160:1 6165:1 6187:2 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:1 6235:1 6272:1 6274:1 6276:1 6287:2 6301:5 6315:1 6322:3 6337:1 6367:1 6376:3 6377:2 6378:1 6381:1 6384:1 6385:3 6390:1 6391:3 6394:2 6396:2 6404:9 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6555:1 6620:1 6635:1 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6684:1 6689:1 6690:1 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6789:1 6800:1 6813:1 6817:3 6847:7 6848:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:8 6897:1 6914:1 6921:1 6923:1 6934:1 6939:1 6948:1 6953:1 6956:1 6961:1 6969:1 6980:1 6981:11 7002:1 7034:1 7038:2 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:2 7170:2 7178:1 7183:1 7187:1 7231:1 7241:1 7250:2 7262:1 7263:1 7264:1 7270:2 7272:1 7283:1 7287:1 7305:1 7311:2 7322:2 7324:1 7354:1 7356:3 7362:1 7375:1 7378:2 7384:1 7446:4 7460:1 7469:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:3 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:3 7682:2 7693:3 7696:2 7699:4 7702:1 7732:4 7756:40 7763:1 7764:1 7771:20 7772:11 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:4 7890:1 7902:1 7914:1 7932:1 7937:7 7939:1 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8087:1 8094:1 8111:1 8113:1 8120:1 8125:3 8134:1 8143:2 8146:1 8150:1 8161:1 8172:1 8178:1 8197:1 8208:2 8213:47 8243:1 8253:1 8262:1 8267:1 8277:1 8300:2 8309:1 8310:16 8312:9 8315:1 8319:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:1 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:3 8571:2 8574:1 8578:1 8580:1 8584:3 8585:3 8588:1 8589:1 8607:3 8617:4 8623:1 8628:1 8634:1 8648:9 8649:1 8650:1 8670:1 8675:1 8718:1 8728:3 8730:1 8736:1 8739:2 8769:2 8774:1 8789:2 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8989:1 8998:1 9004:1 9009:1 9017:1 9021:1 9026:2 9029:2 9039:1 9040:1 9047:1 9052:2 9063:1 9066:1 9078:1 9126:1 9140:1 9158:4 9160:1 9162:1 9178:1 9183:1 9185:1 9192:1 9193:1 9200:3 9201:1 9230:1 9242:2 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9269:1 9274:3 9280:1 9290:1 9294:1 9349:1 9350:1 9354:1 9355:4 9365:1 9367:1 9378:2 9400:1 9412:1 9413:1 9422:1 9424:4 9440:1 9447:1 9457:1 9458:3 9471:1 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:1 9591:1 9597:1 9619:1 9631:1 9647:3 9648:2 9649:1 9660:1 9672:1 9681:1 9702:1 9704:1 9712:1 9724:2 9726:1 9729:6 9730:1 9733:1 9734:1 9737:1 9739:1 9747:1 9781:1 9816:3 9833:6 9884:3 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:5 9954:1 9969:1 9988:1 9992:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10062:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:1 10176:6 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:2 10245:8 10270:1 10271:4 10272:2 10274:3 10275:2 10280:1 10281:3 10284:5 10286:1 10287:1 10291:1 10293:1 10295:1 10296:2 10302:2 10305:14 10308:3 10309:1 10310:8 10312:2 10336:3 10355:1 10382:1 10401:1 10403:1 10409:4 10411:1 10412:1 10413:1 10434:1 10455:1 10457:3 10467:1 10475:2 10477:1 10496:1 10500:1 10503:1 10508:1 10513:1 10540:6 10553:2 10586:1 10594:1 10624:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10752:1 10757:1 10758:1 10780:1 10783:2 10801:2 10806:1 10835:1 10857:1 10866:1 10889:1 10904:2 10916:1 10920:5 10922:5 10941:1 10946:1 10947:1 10965:1 10970:3 10977:3 10983:1 10987:1 10995:1 11021:2 11030:1 11046:5 11052:1 11054:1 11063:1 11068:1 11072:1 11092:7 11094:1 11104:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:1 11167:1 11193:1 11196:1 11222:1 11250:1 11282:1 11301:3 11307:1 11310:2 11323:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11378:1 11379:1 11383:1 11388:2 11390:2 11395:1 11402:1 11407:1 11408:1 11411:1 11414:1 11420:13 11437:1 11461:1 11465:1 11470:5 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:8 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11683:1 11688:1 11689:7 11691:2 11701:1 11703:15 11709:1 11713:4 11718:1 11722:1 11723:2 11724:1 11731:1 11732:1 11736:2 11752:1 11774:1 11777:1 11780:1 11783:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:2 11829:1 11837:1 11840:2 11861:2 11867:1 11868:3 11875:1 11888:1 11916:7 11918:4 11921:2 11925:1 11946:1 11957:1 11964:1 11969:1 11975:1 11981:1 11984:1 12026:1 12032:1 12035:1 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12119:1 12123:1 12137:1 12182:1 12194:1 12197:3 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12364:1 12384:1 12410:1 12421:1 12424:1 12443:1 12483:1 12492:1 12509:2 12517:1 12518:1 12519:1 12523:1 12525:1 12557:1 12566:5 12569:2 12579:1 12585:2 12591:1 12593:3 12595:1 12602:1 12612:1 12616:5 12629:3 12630:2 12631:1 12635:2 12646:1 12649:2 12650:1 12652:3 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:2 12746:1 12763:1 12769:1 12777:1 12784:2 12787:1 12788:4 12789:2 12792:1 12798:1 12805:1 12813:1 12822:1 12849:1 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:1 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:2 13059:3 13066:1 13067:1 13085:1 13087:6 13111:1 13126:1 13162:1 13167:1 13180:6 13182:4 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13300:1 13305:2 13315:2 13387:1 13389:1 13402:1 13405:4 13417:1 13426:3 13434:2 13436:1 13448:2 13453:1 13458:1 13470:1 13477:1 13478:2 13494:1 13516:6 13518:4 13519:1 13520:2 13521:1 13523:1 13528:6 13533:1 13534:1 13539:1 13540:1 13546:2 13555:2 13557:1 13558:1 13567:1 13568:1 13571:1 13589:1 13604:1 13607:1 13609:1 13627:1 13633:2 13635:5 13637:1 13641:1 13646:1 13675:10 13678:1 13694:1 13715:1 13716:1 13724:1 13725:1 13728:4 13733:1 13737:1 13738:1 13742:1 13759:1 13760:1 13765:3 13772:1 13784:2 13792:5 13809:1 13833:1 13835:1 13840:1 13867:1 13869:12 13896:1 13927:7 13931:2 13937:1 13939:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:3 13999:1 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:5 14064:1 14104:1 14115:1 14136:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:2 14201:1 14203:1 14205:1 14209:3 14212:1 14213:3 14215:1 14227:2 14228:4 14235:1 14238:1 14266:1 14281:2 14285:2 14299:3 14319:1 14332:1 14350:2 14351:1 14354:1 14383:2 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:4 14478:3 14494:3 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14562:2 14583:1 14586:1 14587:2 14604:1 14614:1 14619:11 14622:2 14628:1 14665:2 14673:1 14699:3 14703:2 14704:1 14705:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14846:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14926:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 15009:2 15012:1 15018:2 15024:1 15041:2 15049:3 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15200:1 15217:1 15221:1 15251:1 15253:2 15278:4 15289:1 15315:1 15324:2 15331:2 15337:1 15355:1 15362:7 15364:1 15393:1 15402:1 15423:4 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:2 15528:2 15534:1 15545:5 15546:1 15553:5 15572:2 15577:1 15579:1 15590:2 15602:1 15617:1 15624:2 15639:2 15642:2 15653:2 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:4 15873:4 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:5 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16045:3 16047:1 16048:3 16049:5 16050:5 16051:2 16053:3 16057:4 16060:2 16061:4 16065:2 16067:2 16069:1 16070:1 16071:1 16072:7 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:3 16192:1 16209:1 16212:1 16215:1 16234:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16376:1 16377:1 16388:6 16398:1 16431:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16523:1 16540:15 16586:1 16589:1 16605:1 16625:2 16629:1 16649:2 16652:3 16668:2 16674:1 16704:2 16706:1 16722:2 16724:2 16730:1 16789:1 16795:1 16801:1 16811:1 16817:3 16826:1 16834:1 16842:2 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:3 16952:1 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:2 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17230:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:2 17412:1 17425:1 17444:3 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:3 17656:1 17660:1 17683:1 17747:2 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:4 17930:1 17933:2 17935:1 17960:5 17963:1 17974:1 17975:2 17983:1 18014:1 18045:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:2 18103:1 18104:1 18107:2 18125:1 18127:1 18140:1 18154:2 18172:4 18191:2 18233:2 18251:7 18261:3 18266:1 18269:1 18281:2 18300:1 18322:1 18329:3 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18424:1 18464:1 18466:1 18475:1 18493:2556 18498:2 18500:1 18520:1 18523:1 18564:4 18570:1 18588:1 18600:1 18604:5 18618:2 18628:1 18649:2 18679:1 18686:1 18693:1 18711:2 18717:1 18726:2 18747:1 18765:1 18770:1 18771:1 18797:1 18802:2 18803:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18921:1 18944:5 18965:1 18983:1 18989:1 19003:1 19009:11 19016:1 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19105:1 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19175:1 19180:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:4 19326:2 19332:10 19335:1 19350:2 19351:1 19368:1 19379:1 19395:1 19420:1 19421:11 19427:1 19433:1 19434:1 19459:1 19460:1 19462:1 19470:2 19476:1 19497:1 19500:1 19506:2 19541:1 19562:7 19563:1 19566:1 19584:15 19587:1 19597:23 19600:4 19605:1 19618:2 19623:1 19646:4 19676:2 19679:1 19685:1 19690:2 19696:2 19701:1 19702:1 19728:1 19730:1 19739:1 19748:1 19775:1 19778:1 19785:2 19812:5 19817:1 19824:2 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:78 19926:1 19933:2 19936:1 19941:1 19947:1 19957:6 19959:1 19972:1 19979:2 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20048:1 20054:1 20056:10 20068:2 20076:15 20077:1 20082:3 20087:1 20127:3 20143:1 20149:6 20151:1 20153:3 20154:1 20157:2 20159:1 20160:2 20161:1 20166:3 20168:1 20169:1 20170:1 20171:2 20173:5 20174:6 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:3 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:2 20344:2 20349:1 20366:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:2 20500:3 20517:5 20522:1 20523:4 20538:1 20547:2 20550:1 20552:1 20556:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:6 20701:1 20706:2 20714:1 20715:2 20728:1 20733:1 20735:1 20739:5 20743:1 20752:2 20767:1 20770:1 20783:1 20822:1 20838:1 20852:5 20864:2 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:3 21008:2 21012:2 21021:1 21024:3 21036:4 21053:1 21061:1 21066:1 21069:1 21071:1 21076:1 21077:1 21078:1 21082:1 21092:1 21117:2 21121:2 21131:1 21132:2 21136:1 21154:1 21155:1 21157:2 21165:2 21178:1 21180:1 21192:1 21215:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:4 21287:1 21288:1 21289:1 21293:2 21310:2 21321:1 21329:1 21339:1 21343:2 21353:1 21356:1 21367:1 21375:1 21376:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:26 21441:1 21446:1 21465:1 21471:1 21481:1 21484:2 21496:6 21505:1 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21561:1 21564:1 21565:3 21571:2 21581:2 21607:1 21625:6 21626:2 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:12 21663:3 21664:1 21668:2 21676:2 21690:1 21692:1 21703:9 21714:1 21717:1 21733:7 21752:1 21765:1 21784:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:3 21860:1 21861:1 21862:1 21863:1 21866:4 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:2 21956:1 21958:2 21961:1 21973:3 21975:1 21977:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22052:1 22086:1 22090:1 22102:5 22108:2 22112:3 22124:1 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22247:1 22261:1 22262:3 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:7 22414:2 22419:1 22449:2 22473:1 22478:3 22497:1 22506:2 22510:1 22511:1 22519:15 22520:1 22531:1 22538:1 22545:1 22561:4 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22639:1 22647:1 22670:1 22673:1 22688:1 22693:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:1 22786:1 22801:1 22891:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:2 23071:1 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23173:1 23175:2 23176:1 23187:1 23191:3 23193:2 23196:2 23199:2 23211:1 23214:1 23230:3 23231:2 23236:1 23239:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23454:1 23461:1 23510:1 23515:1 23516:1 23523:1 23526:1 23582:4 23608:1 23621:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:2 23703:3 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:3 23850:1 23852:3 23864:1 23870:1 23872:1 23874:1 23881:1 23884:2 23902:1 23909:1 23916:1 23963:2 23964:1 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:3 24128:2 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24224:2 24228:1 24229:4 24231:4 24232:7 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24307:1 24309:1 24326:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:2 24378:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24473:1 24492:2 24500:1 24501:2 24502:4 24507:1 24511:2 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24691:1 24693:2 24707:1 24765:8 24775:1 24796:8 24801:1 24846:1 24851:1 24860:2 24866:1 24871:3 24909:1 24914:1 24915:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:1 24984:1 24986:2 24991:1 24994:2 24997:1 25019:1 25036:2 25056:2 25060:1 25090:1 25098:1 25104:3 25107:1 25135:3 25178:3 25181:3 25189:8 25191:1 25196:1 25204:1 25221:3 25249:1 25250:3 25279:2 25299:1 25309:1 25313:6 25314:1 25329:1 25331:1 25335:1 25365:3 25370:1 25379:1 25394:2 25402:1 25429:1 25435:1 25453:4 25473:1 25476:1 25477:1 25496:2 25507:5 25516:1 25527:2 25535:3 25541:2 25549:5 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25635:1 25636:1 25637:1 25640:2 25642:1 25647:1 25665:1 25674:1 25682:1 25690:1 25711:5 25716:1 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:8 25783:1 25784:1 25793:1 25800:3 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:2 25876:3 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26050:1 26055:1 26059:1 26061:1 26106:1 26111:1 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:2 26194:1 26196:2 26200:1 26202:1 26205:1 26240:1 26249:1 26266:2 26276:4 26289:1 26305:1 26332:1 26365:1 26378:1 26379:1 26397:3 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26646:1 26647:2 26650:1 26679:1 26692:2 26703:1 26707:2 26712:1 26714:1 26715:1 26723:1 26724:1 26741:1 26760:1 26762:2 26775:1 26777:1 26778:3 26783:3 26794:1 26801:1 26811:1 26817:1 26819:1 26822:2 26845:1 26874:1 26876:2 26886:2 26902:1 26914:1 26915:2 26924:1 26939:2 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:5 26972:2 26973:1 26976:1 26981:3 26983:1 26985:1 26990:1 26995:2 27004:1 27006:1 27017:1 27032:2 27042:1 27044:1 27049:3 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:12 27276:1 27293:2 27294:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27540:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:32 27660:1 27663:1 27664:1 27673:4 27678:2 27679:1 27714:2 27747:3 27756:1 27764:1 27771:2 27778:1 27783:2 27785:1 27804:1 27819:3 27836:1 27848:2 27874:1 27888:2 27894:2 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 27991:1 28000:1 28008:1 28009:1 28010:1 28012:1 28013:1 28020:1 28033:7 28042:1 28052:1 28058:1 28059:2 28093:1 28096:1 28099:4 28102:1 28144:1 28148:1 28158:3 28162:6 28169:1 28199:1 28225:3 28285:1 28298:2 28301:1 28322:1 28339:1 28342:1 28352:2 28362:4 28379:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28485:2 28506:1 28518:1 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28573:1 28578:1 28581:1 28593:1 28605:1 28610:2 28616:2 28635:1 28638:1 28652:1 28666:2 28668:1 28712:3 28719:1 28749:1 28765:3 28774:1 28783:2 28788:1 28794:3 28801:1 28820:2 28826:1 28834:1 28838:1 28839:1 28840:1 28845:1 28847:7 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:2 28904:1 28906:1 28923:1 28930:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 98:1 105:3 107:1 120:3 131:1 134:1 142:2 156:6 169:1 175:2 180:1 184:3 186:1 187:1 190:1 197:2 201:1 208:1 221:1 225:6 238:1 257:1 260:3 272:3 274:1 281:1 309:3 345:5 347:1 354:1 361:1 364:1 375:1 383:1 388:2 389:5 390:1 401:1 405:1 419:3 428:1 434:2 452:1 489:1 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:9 581:1 606:1 658:1 679:1 687:1 691:1 721:1 726:1 743:1 758:1 765:1 775:1 780:2 790:2 799:4 814:6 821:1 822:1 826:1 836:3 837:1 842:7 844:3 851:1 853:4 864:7 877:3 881:1 882:1 883:3 886:5 897:1 898:2 900:3 902:1 906:1 911:4 915:2 918:1 934:1 936:2 991:1 1000:1 1008:2 1043:2 1071:1 1099:2 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:1 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:4 1327:4 1336:3 1340:2 1350:3 1354:2 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:11 1462:1 1475:12 1488:2 1492:1 1524:1 1527:2 1529:1 1564:4 1575:1 1592:1 1608:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:2 1693:1 1711:1 1717:1 1729:1 1733:1 1737:2 1754:1 1763:1 1769:1 1792:1 1801:2 1812:2 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1890:1 1901:2 1904:2 1911:2 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 2000:2 2005:1 2008:1 2010:2 2013:1 2021:2 2031:1 2042:1 2045:8 2069:2 2085:4 2103:1 2104:3 2105:1 2113:2 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:8 2173:2 2174:4 2175:1 2178:3 2179:3 2186:2 2187:4 2189:1 2191:1 2192:1 2196:2 2197:2 2201:2 2203:1 2206:1 2240:1 2248:2 2253:1 2264:3 2270:1 2290:2 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:2 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2479:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2572:1 2574:1 2578:1 2592:1 2596:1 2607:3 2610:3 2624:1 2648:1 2650:1 2658:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:2 2710:3 2727:1 2728:1 2735:1 2755:1 2775:1 2793:19 2798:1 2800:1 2802:10 2817:2 2820:1 2834:2 2844:1 2849:19 2865:1 2870:1 2873:1 2887:1 2894:2 2901:1 2904:3 2938:1 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:4 3038:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3179:1 3186:1 3190:3 3208:6 3228:1 3241:2 3308:1 3321:1 3343:3 3353:3 3357:1 3358:4 3359:5 3360:3 3362:3 3364:6 3365:4 3367:1 3368:3 3370:1 3371:1 3373:1 3399:1 3408:1 3410:1 3411:4 3417:2 3419:5 3421:4 3427:1 3443:3 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:21 3502:3 3504:1 3507:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3582:7 3585:2 3586:1 3590:3 3595:2 3604:1 3633:1 3644:7 3648:1 3655:1 3685:1 3693:1 3694:1 3698:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3817:1 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3868:1 3870:3 3890:1 3895:2 3899:1 3903:1 3904:1 3919:3 3922:1 3924:1 3943:1 3948:1 3949:1 3964:2 3967:8 3968:2 3983:1 3985:1 3986:1 4024:2 4027:1 4048:1 4054:1 4060:2 4067:2 4115:1 4122:2 4136:1 4143:1 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4277:1 4287:1 4289:1 4297:2 4306:6 4317:1 4320:1 4364:1 4371:1 4394:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4490:1 4499:1 4503:3 4504:1 4508:5 4528:1 4529:1 4534:4 4563:2 4569:4 4571:4 4574:1 4576:1 4604:1 4605:2 4606:1 4610:1 4614:1 4648:1 4655:1 4661:1 4663:6 4696:2 4703:1 4704:1 4724:3 4726:1 4729:2 4742:1 4766:1 4771:1 4801:1 4813:1 4824:1 4833:1 4868:1 4869:1 4874:13 4877:1 4883:2 4905:1 4910:1 4919:1 4923:1 4939:1 4975:1 4985:3 4993:1 5005:2 5006:6 5007:1 5009:2 5011:5 5012:2 5013:1 5015:1 5017:4 5019:2 5025:7 5026:1 5030:1 5031:1 5032:2 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:3 5121:1 5130:1 5139:2 5156:1 5162:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:7 5328:1 5339:1 5342:1 5361:3 5377:1 5394:1 5425:1 5426:1 5429:1 5434:1 5436:1 5446:1 5449:5 5460:1 5467:1 5474:1 5481:1 5549:4 5584:2 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:3 5652:2 5687:2 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:4 5889:1 5905:2 5917:1 5921:1 5928:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:2 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:5 6077:1 6078:2 6079:2 6081:1 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:2 6130:2 6150:1 6154:1 6160:1 6165:1 6187:2 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:2 6235:1 6272:1 6274:1 6276:1 6287:2 6301:5 6315:1 6322:3 6337:1 6367:1 6376:3 6377:2 6378:1 6381:1 6384:1 6385:3 6390:1 6391:3 6394:2 6396:2 6404:9 6405:1 6407:1 6410:1 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6555:1 6620:1 6635:1 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6684:1 6689:1 6690:2 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6789:1 6800:1 6813:1 6817:4 6847:8 6848:1 6852:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:8 6897:1 6914:1 6921:1 6923:1 6934:1 6939:1 6948:1 6953:1 6956:1 6961:1 6967:1 6969:1 6980:1 6981:11 7002:1 7034:1 7038:2 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:4 7170:2 7178:1 7183:1 7187:1 7231:1 7241:1 7248:1 7250:2 7262:1 7263:1 7264:1 7270:2 7272:1 7283:1 7287:1 7297:1 7305:1 7311:2 7322:2 7324:1 7354:1 7356:3 7362:1 7375:1 7378:2 7384:1 7446:4 7460:1 7469:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:3 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:3 7682:2 7693:3 7696:2 7699:4 7702:1 7732:4 7756:41 7763:1 7764:1 7771:20 7772:12 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:4 7890:1 7902:1 7914:1 7932:1 7937:7 7939:1 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8072:1 8087:1 8094:1 8111:1 8113:1 8120:1 8125:3 8134:1 8143:2 8146:1 8150:1 8161:2 8172:1 8178:1 8197:1 8208:2 8213:48 8243:1 8253:1 8262:1 8267:1 8277:1 8300:3 8309:1 8310:16 8312:9 8315:1 8319:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:1 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8432:1 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:4 8571:2 8574:1 8578:1 8580:1 8584:3 8585:4 8588:1 8589:1 8607:3 8617:5 8623:1 8628:1 8634:1 8648:9 8649:1 8650:1 8670:1 8675:1 8718:1 8728:3 8730:1 8736:1 8739:2 8769:2 8774:1 8789:2 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8923:1 8928:1 8932:1 8956:1 8989:1 8998:1 9004:1 9009:1 9017:2 9021:1 9026:2 9029:2 9039:1 9040:1 9047:1 9052:2 9063:1 9066:1 9078:1 9106:1 9126:1 9140:1 9158:4 9160:1 9162:1 9178:1 9183:1 9185:1 9192:1 9193:1 9200:3 9201:1 9230:2 9242:2 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9269:1 9274:3 9280:1 9290:1 9294:1 9349:1 9350:1 9354:1 9355:4 9365:1 9367:1 9378:2 9400:1 9412:1 9413:1 9422:1 9424:4 9440:1 9447:1 9457:1 9458:3 9471:2 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:2 9591:1 9597:1 9619:1 9631:1 9647:3 9648:3 9649:1 9660:1 9672:1 9680:1 9681:1 9702:1 9704:1 9712:1 9724:2 9726:1 9729:7 9730:1 9733:1 9734:1 9737:1 9739:1 9747:1 9781:1 9816:3 9833:6 9884:4 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:5 9954:2 9969:1 9988:1 9992:1 9996:1 10005:1 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10062:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:2 10176:6 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:2 10245:8 10270:1 10271:4 10272:2 10274:3 10275:2 10280:1 10281:3 10284:5 10286:1 10287:1 10291:1 10293:1 10295:1 10296:2 10302:2 10305:15 10308:3 10309:1 10310:8 10312:2 10336:3 10355:1 10382:1 10401:1 10403:1 10409:4 10411:1 10412:1 10413:1 10434:1 10455:1 10457:3 10467:1 10475:2 10477:1 10496:1 10500:1 10503:1 10508:1 10513:2 10540:6 10553:2 10586:1 10594:1 10624:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10752:1 10757:1 10758:1 10780:1 10783:2 10801:2 10806:1 10835:1 10857:1 10866:1 10889:1 10904:2 10916:1 10920:5 10922:5 10941:1 10946:1 10947:1 10965:1 10970:3 10977:3 10983:1 10987:1 10995:1 11021:2 11030:1 11046:5 11052:1 11054:1 11063:1 11068:1 11072:1 11092:7 11094:1 11104:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:1 11167:1 11193:1 11196:1 11222:1 11250:1 11282:1 11301:3 11307:1 11310:2 11323:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11378:1 11379:1 11383:1 11388:2 11390:2 11395:1 11402:1 11407:1 11408:1 11411:1 11414:1 11420:13 11437:1 11461:1 11465:1 11470:5 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:8 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11683:1 11688:1 11689:7 11691:2 11701:1 11703:15 11709:1 11713:4 11718:1 11722:2 11723:2 11724:1 11731:1 11732:1 11736:2 11752:1 11774:1 11777:1 11780:1 11783:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:2 11829:1 11837:1 11840:2 11861:2 11867:1 11868:3 11875:1 11888:1 11916:7 11918:4 11921:2 11925:1 11946:1 11957:1 11964:1 11969:1 11975:1 11981:1 11984:1 12026:1 12032:1 12035:2 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12119:1 12123:1 12137:1 12182:1 12194:1 12197:3 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12364:1 12384:1 12410:1 12421:1 12424:1 12443:1 12483:1 12492:1 12509:2 12517:1 12518:1 12519:1 12523:1 12525:1 12557:1 12566:6 12569:2 12579:1 12585:2 12591:1 12593:3 12595:1 12602:1 12612:1 12616:5 12629:3 12630:2 12631:1 12635:2 12646:1 12649:2 12650:1 12652:3 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:2 12746:1 12763:1 12769:1 12777:1 12784:2 12787:1 12788:5 12789:2 12792:1 12798:1 12805:1 12813:1 12822:1 12849:2 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:2 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:2 13059:3 13066:1 13067:1 13085:1 13087:6 13111:1 13126:1 13162:1 13167:1 13180:8 13182:4 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13300:1 13305:2 13315:2 13387:1 13389:1 13402:1 13405:4 13417:1 13426:3 13434:2 13436:1 13448:2 13453:1 13458:1 13470:1 13477:1 13478:2 13494:1 13516:6 13518:4 13519:1 13520:2 13521:2 13523:1 13528:6 13533:1 13534:1 13539:1 13540:1 13546:2 13555:2 13557:1 13558:1 13567:1 13568:1 13571:1 13589:1 13604:1 13607:1 13609:1 13627:1 13633:2 13635:6 13637:1 13641:1 13646:1 13675:10 13678:1 13694:1 13715:1 13716:1 13724:1 13725:1 13728:4 13733:1 13737:1 13738:1 13742:1 13759:1 13760:1 13765:3 13772:1 13784:2 13792:5 13809:1 13833:1 13835:1 13840:1 13867:1 13869:13 13896:1 13927:7 13931:2 13937:1 13939:1 13960:2 13965:1 13987:1 13990:4 13991:1 13996:3 13999:1 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:5 14064:1 14104:1 14115:1 14136:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:2 14198:1 14201:1 14203:1 14205:1 14209:3 14212:1 14213:3 14215:1 14227:2 14228:4 14235:1 14238:1 14266:1 14281:2 14285:2 14299:3 14319:1 14332:2 14350:2 14351:1 14354:1 14383:2 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:4 14478:3 14494:3 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14562:2 14583:1 14586:1 14587:2 14604:1 14614:1 14619:11 14622:2 14628:1 14665:2 14673:1 14699:3 14703:2 14704:1 14705:1 14714:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14846:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14926:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 14981:1 15009:2 15012:1 15018:3 15024:1 15041:2 15049:3 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15200:1 15217:1 15221:1 15251:1 15253:2 15278:4 15289:1 15315:1 15324:2 15331:3 15337:1 15355:1 15362:7 15364:1 15393:1 15402:1 15423:4 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:2 15528:2 15534:1 15545:5 15546:1 15553:5 15572:2 15577:1 15579:1 15590:2 15602:1 15617:1 15624:2 15639:2 15642:2 15653:2 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15859:1 15866:4 15873:4 15896:1 15901:6 15924:1 15929:1 15931:1 15939:1 15941:5 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16044:1 16045:3 16047:1 16048:4 16049:5 16050:5 16051:2 16053:3 16057:4 16060:2 16061:4 16065:2 16067:2 16069:1 16070:1 16071:1 16072:7 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:3 16192:1 16209:1 16212:1 16215:1 16234:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16376:1 16377:1 16388:6 16398:1 16431:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16523:1 16540:16 16586:1 16589:1 16605:1 16625:2 16629:1 16649:2 16652:3 16668:2 16674:1 16704:3 16706:1 16722:2 16724:2 16730:1 16789:1 16795:1 16801:1 16811:1 16817:3 16826:1 16834:1 16842:2 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:3 16952:1 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:2 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17230:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:2 17412:1 17425:1 17444:3 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:3 17656:1 17660:1 17683:1 17747:2 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:2 17908:1 17919:4 17930:1 17933:2 17935:1 17960:5 17963:1 17974:1 17975:2 17983:1 18014:1 18045:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:3 18103:1 18104:1 18107:2 18125:1 18127:1 18140:1 18154:2 18172:4 18191:2 18233:2 18251:7 18261:3 18266:1 18269:1 18281:2 18300:1 18322:1 18329:3 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18410:1 18424:1 18443:1 18464:1 18466:1 18475:1 18493:2584 18498:2 18500:1 18520:1 18523:1 18564:4 18570:1 18588:1 18600:1 18604:5 18618:2 18628:1 18649:3 18679:1 18686:1 18693:1 18711:2 18717:1 18726:2 18747:1 18765:1 18770:1 18771:1 18797:1 18802:2 18803:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18921:1 18944:5 18965:1 18983:1 18989:1 19003:1 19009:11 19016:1 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19105:1 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19172:1 19175:1 19180:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:4 19326:2 19332:10 19335:1 19350:2 19351:1 19368:1 19379:1 19395:1 19420:1 19421:11 19427:1 19433:1 19434:1 19459:1 19460:1 19462:1 19470:2 19476:1 19497:1 19500:1 19506:2 19541:1 19546:1 19562:7 19563:1 19566:1 19584:16 19587:1 19597:23 19600:4 19605:1 19618:2 19623:1 19646:4 19676:2 19679:1 19685:1 19690:2 19696:2 19701:1 19702:1 19728:1 19730:1 19739:2 19748:1 19775:1 19778:1 19785:2 19812:5 19817:1 19824:2 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:81 19926:1 19933:2 19936:1 19941:1 19947:1 19957:6 19959:1 19972:1 19979:2 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20048:1 20054:1 20056:10 20068:2 20076:16 20077:1 20082:4 20087:1 20127:3 20143:1 20149:6 20151:1 20153:3 20154:1 20157:2 20159:1 20160:2 20161:1 20166:3 20168:2 20169:1 20170:1 20171:2 20173:5 20174:6 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:3 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:2 20344:2 20349:1 20366:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:2 20500:3 20517:5 20522:1 20523:4 20538:1 20547:2 20550:1 20552:1 20556:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:7 20701:1 20706:2 20714:1 20715:2 20728:1 20733:1 20735:1 20739:5 20743:1 20752:2 20767:2 20770:1 20783:1 20822:1 20838:1 20852:6 20864:2 20869:1 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:3 21008:2 21012:2 21021:1 21024:3 21036:4 21053:1 21061:1 21066:1 21069:1 21071:1 21076:1 21077:1 21078:1 21082:1 21092:1 21117:2 21121:2 21131:1 21132:2 21136:1 21154:1 21155:1 21157:2 21165:3 21178:1 21180:1 21192:1 21215:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:4 21287:1 21288:1 21289:1 21293:2 21310:2 21321:1 21329:1 21339:1 21343:2 21353:1 21356:1 21367:1 21375:1 21376:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:26 21441:1 21446:1 21465:2 21471:1 21481:1 21484:2 21496:6 21505:1 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21561:1 21564:1 21565:3 21571:2 21581:2 21599:1 21607:1 21625:6 21626:3 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:12 21663:3 21664:1 21668:2 21676:2 21690:1 21692:1 21703:9 21714:1 21717:1 21733:7 21752:1 21765:1 21784:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:3 21855:1 21860:1 21861:1 21862:1 21863:1 21866:5 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:2 21956:1 21958:2 21961:1 21973:3 21975:1 21977:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22052:1 22068:1 22086:1 22090:1 22102:5 22108:2 22112:4 22124:1 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22211:1 22224:4 22244:1 22247:1 22261:1 22262:3 22280:1 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:7 22414:2 22419:1 22449:2 22473:1 22478:3 22497:1 22506:2 22510:1 22511:1 22519:16 22520:1 22531:1 22538:1 22545:1 22557:1 22561:4 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22639:1 22647:1 22670:1 22673:1 22688:1 22693:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:1 22786:1 22801:1 22891:1 22896:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:2 23071:1 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23173:1 23175:2 23176:1 23187:1 23191:3 23193:2 23196:2 23199:2 23211:1 23214:1 23230:3 23231:2 23236:1 23239:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23454:1 23461:1 23510:1 23515:1 23516:1 23523:1 23526:1 23582:4 23608:1 23621:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:2 23703:3 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:3 23850:1 23852:3 23864:1 23870:1 23872:1 23874:1 23881:2 23884:2 23902:1 23909:1 23916:1 23963:2 23964:1 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24073:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:3 24128:2 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24224:2 24228:1 24229:4 24231:4 24232:7 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24307:1 24309:1 24326:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:2 24378:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:1 24451:1 24452:1 24459:1 24463:1 24473:1 24492:2 24500:1 24501:2 24502:4 24507:1 24511:2 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:1 24691:1 24693:2 24707:1 24765:8 24775:1 24796:8 24801:1 24846:1 24851:1 24860:2 24866:1 24871:3 24909:1 24914:1 24915:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:1 24984:1 24986:2 24991:1 24994:4 24997:1 25019:1 25036:2 25056:2 25060:1 25090:1 25098:1 25104:3 25107:1 25135:3 25178:3 25181:3 25183:1 25189:8 25191:1 25196:1 25204:1 25221:3 25249:1 25250:3 25279:2 25299:1 25309:1 25313:7 25314:1 25329:1 25331:1 25333:1 25335:1 25365:3 25370:1 25379:1 25394:2 25402:1 25429:1 25435:2 25453:4 25473:1 25476:1 25477:1 25496:2 25507:5 25516:1 25527:2 25535:3 25541:2 25549:5 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25635:1 25636:1 25637:1 25640:2 25642:1 25647:1 25665:1 25674:1 25678:1 25682:1 25690:1 25711:5 25716:1 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:8 25783:1 25784:1 25793:1 25800:3 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:2 25876:3 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26050:1 26055:1 26059:1 26061:1 26106:1 26111:2 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:2 26194:1 26196:2 26200:1 26202:1 26205:1 26240:1 26249:1 26266:2 26276:4 26289:1 26305:1 26332:1 26365:1 26378:1 26379:2 26397:3 26399:1 26400:1 26418:2 26430:2 26440:1 26443:1 26452:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26643:1 26646:1 26647:2 26650:1 26679:1 26692:2 26703:1 26707:2 26712:1 26714:1 26715:1 26723:1 26724:1 26741:1 26760:1 26762:2 26775:1 26777:1 26778:3 26783:3 26794:2 26801:1 26811:1 26817:1 26819:1 26822:2 26845:2 26874:1 26876:2 26886:2 26902:1 26914:1 26915:2 26924:1 26939:2 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:5 26972:2 26973:1 26976:1 26981:3 26983:1 26985:1 26990:1 26995:2 27004:1 27006:1 27017:1 27032:2 27042:1 27044:1 27049:3 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:13 27276:1 27293:2 27294:1 27339:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27540:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:35 27660:1 27663:1 27664:1 27673:4 27678:2 27679:1 27714:2 27747:3 27756:1 27764:1 27771:2 27778:1 27783:2 27785:1 27804:1 27819:3 27836:1 27848:3 27874:1 27888:2 27894:3 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 27991:1 28000:1 28008:1 28009:1 28010:1 28012:1 28013:1 28020:1 28033:7 28042:1 28052:1 28058:2 28059:2 28093:1 28096:1 28099:4 28102:1 28144:1 28148:1 28158:3 28162:6 28169:1 28199:1 28225:3 28285:1 28298:2 28301:1 28322:1 28339:1 28342:1 28352:2 28362:4 28379:1 28381:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28485:2 28506:1 28518:1 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28573:1 28578:1 28581:1 28593:1 28605:1 28610:2 28616:2 28635:1 28638:1 28652:1 28666:2 28668:1 28712:3 28719:1 28749:1 28765:3 28774:1 28783:2 28788:1 28794:3 28801:1 28820:2 28826:1 28834:1 28838:1 28839:1 28840:1 28845:1 28847:7 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:2 28904:1 28906:1 28923:1 28930:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 64:1 98:1 105:3 107:1 120:3 131:1 134:1 142:2 156:6 169:1 170:1 175:2 180:1 184:3 186:1 187:1 190:1 197:2 201:1 208:1 221:1 225:6 238:1 257:1 260:3 272:3 274:1 281:1 309:3 345:6 347:1 354:1 361:1 364:1 375:1 383:1 388:2 389:6 390:1 401:1 405:1 419:4 428:1 434:2 452:1 489:1 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:10 581:1 606:1 658:1 679:1 687:1 691:1 721:1 726:1 743:1 758:1 765:1 775:1 780:2 790:2 799:4 814:6 821:1 822:1 826:1 836:3 837:1 842:7 844:3 851:1 853:4 864:7 877:4 881:1 882:1 883:3 886:5 897:1 898:2 900:3 902:1 906:1 911:4 915:2 918:1 934:1 936:2 991:1 1000:1 1008:3 1043:2 1071:1 1099:2 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:2 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:5 1327:5 1336:3 1340:2 1350:3 1354:2 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:11 1462:1 1475:12 1488:2 1492:1 1524:1 1527:2 1529:1 1564:4 1575:1 1592:1 1608:1 1616:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:3 1693:1 1711:1 1717:1 1729:1 1733:1 1737:2 1754:1 1763:1 1769:1 1792:1 1801:2 1812:2 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1890:1 1901:2 1904:2 1911:2 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 2000:2 2005:1 2008:1 2010:2 2013:1 2021:2 2031:1 2042:1 2045:8 2058:1 2069:2 2085:4 2103:1 2104:3 2105:1 2113:2 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:8 2173:2 2174:4 2175:1 2178:3 2179:3 2186:2 2187:4 2189:1 2191:1 2192:1 2196:2 2197:2 2201:2 2203:1 2206:2 2240:1 2248:2 2253:1 2264:3 2270:1 2290:2 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:2 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2479:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2572:1 2574:1 2578:1 2588:1 2592:1 2596:1 2607:5 2610:3 2624:1 2648:1 2650:1 2658:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:2 2710:3 2727:1 2728:1 2735:1 2755:1 2775:1 2793:20 2798:1 2800:1 2802:10 2817:2 2820:1 2834:2 2844:1 2849:20 2865:1 2870:1 2873:1 2887:1 2894:2 2901:1 2904:3 2938:1 2956:1 2979:1 2986:1 3005:1 3006:1 3007:2 3015:4 3038:1 3049:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3179:1 3186:1 3190:3 3208:6 3228:1 3241:2 3308:1 3321:1 3343:3 3353:3 3357:1 3358:4 3359:5 3360:3 3362:3 3364:7 3365:4 3367:1 3368:3 3370:1 3371:1 3373:1 3399:1 3408:1 3410:1 3411:5 3417:2 3419:5 3421:4 3427:1 3443:3 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:22 3502:3 3504:1 3507:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3573:1 3582:7 3585:2 3586:1 3590:3 3595:2 3604:1 3633:1 3644:7 3648:1 3655:1 3685:1 3693:1 3694:1 3698:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3817:1 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3868:1 3870:3 3890:1 3895:2 3899:1 3903:1 3904:1 3919:3 3922:1 3924:1 3943:2 3948:1 3949:1 3964:2 3967:8 3968:2 3983:1 3985:1 3986:1 4024:2 4027:1 4048:1 4054:1 4060:2 4067:2 4115:1 4122:2 4136:1 4143:2 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4277:1 4287:1 4289:1 4297:2 4306:7 4317:1 4320:1 4364:1 4371:1 4394:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4490:1 4499:1 4503:3 4504:1 4508:5 4528:1 4529:1 4534:4 4563:2 4569:4 4571:4 4574:1 4576:1 4578:1 4604:1 4605:2 4606:1 4610:1 4614:1 4648:1 4655:1 4661:1 4663:6 4679:1 4696:2 4703:1 4704:1 4724:3 4726:1 4729:2 4742:1 4766:1 4771:1 4801:1 4813:1 4824:1 4833:1 4868:1 4869:1 4874:13 4877:1 4883:2 4905:1 4910:1 4919:1 4923:1 4939:1 4968:1 4975:1 4985:3 4993:1 5005:2 5006:6 5007:1 5009:2 5011:5 5012:2 5013:1 5015:1 5017:4 5019:2 5025:7 5026:1 5030:1 5031:1 5032:3 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:3 5121:1 5130:1 5139:2 5156:1 5162:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:7 5328:1 5339:1 5342:1 5361:3 5377:1 5394:1 5425:1 5426:1 5429:1 5434:1 5436:1 5446:1 5449:5 5460:2 5467:1 5474:1 5481:1 5549:4 5584:2 5595:2 5597:1 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:3 5652:2 5687:2 5710:1 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:4 5889:1 5905:2 5917:1 5921:1 5928:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:2 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:5 6077:1 6078:2 6079:3 6081:1 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:2 6130:2 6150:2 6154:1 6160:1 6165:1 6187:2 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:2 6235:1 6272:1 6274:1 6276:1 6287:2 6301:5 6315:1 6322:3 6332:1 6337:1 6367:1 6376:3 6377:2 6378:1 6381:1 6384:1 6385:4 6390:1 6391:3 6394:2 6396:2 6404:9 6405:1 6407:1 6410:1 6418:1 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6555:1 6620:1 6635:2 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6684:1 6689:1 6690:2 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6789:1 6800:1 6813:1 6817:4 6847:8 6848:1 6852:1 6853:2 6859:1 6865:1 6872:1 6875:1 6885:9 6897:1 6914:1 6921:1 6923:1 6934:1 6939:1 6948:1 6953:1 6956:1 6961:1 6967:1 6969:1 6980:1 6981:11 7002:1 7034:1 7038:2 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:4 7170:2 7178:1 7183:1 7187:1 7210:1 7231:1 7241:1 7248:1 7250:2 7262:1 7263:1 7264:1 7270:2 7272:1 7283:1 7287:1 7297:1 7305:1 7311:2 7322:2 7324:1 7354:1 7356:3 7362:1 7375:1 7378:2 7384:1 7446:4 7460:1 7469:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:3 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:3 7682:2 7693:3 7696:2 7699:4 7702:1 7732:4 7756:43 7763:1 7764:1 7771:21 7772:13 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:4 7890:1 7902:1 7914:1 7932:1 7937:7 7939:1 7965:1 7976:1 7985:2 8041:2 8053:1 8060:2 8072:1 8087:1 8094:1 8111:1 8113:1 8120:1 8125:3 8134:1 8143:2 8146:1 8150:1 8161:2 8172:1 8178:1 8197:1 8208:2 8213:48 8243:1 8253:1 8262:1 8267:1 8277:1 8300:3 8309:1 8310:16 8312:9 8315:1 8319:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:2 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8432:1 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:4 8571:2 8574:1 8578:1 8580:1 8584:3 8585:4 8588:1 8589:1 8607:3 8617:6 8623:1 8628:1 8634:1 8648:9 8649:2 8650:1 8670:1 8675:1 8718:1 8728:3 8730:1 8736:1 8739:2 8769:2 8774:1 8789:2 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8922:1 8923:1 8928:1 8932:1 8956:1 8989:1 8998:1 9004:1 9006:1 9009:1 9017:2 9021:1 9026:2 9029:2 9039:1 9040:1 9047:1 9052:2 9063:1 9066:1 9078:1 9106:1 9126:1 9140:1 9158:4 9160:1 9162:1 9178:1 9183:1 9185:1 9192:1 9193:1 9200:3 9201:1 9230:2 9242:2 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9269:1 9274:3 9280:1 9290:1 9294:1 9349:1 9350:1 9354:1 9355:4 9365:1 9367:1 9378:2 9400:1 9412:1 9413:1 9415:1 9422:1 9424:5 9440:1 9447:1 9457:1 9458:3 9471:2 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:2 9591:1 9597:1 9619:1 9631:1 9647:3 9648:3 9649:1 9660:1 9672:1 9680:1 9681:1 9702:1 9704:1 9712:1 9724:2 9726:1 9729:7 9730:1 9733:1 9734:1 9737:1 9739:1 9740:1 9747:1 9781:1 9816:3 9833:6 9884:4 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:5 9954:2 9969:1 9988:1 9992:1 9993:1 9996:1 10005:2 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10062:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:2 10176:7 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:2 10245:9 10270:1 10271:4 10272:2 10274:3 10275:2 10280:1 10281:3 10284:5 10286:1 10287:1 10291:2 10293:1 10295:1 10296:2 10302:2 10305:15 10308:3 10309:1 10310:8 10312:3 10336:3 10355:1 10382:1 10401:1 10403:1 10409:5 10411:1 10412:1 10413:2 10422:1 10434:1 10455:1 10457:3 10467:1 10475:2 10477:1 10496:1 10500:1 10503:1 10508:1 10513:2 10540:7 10553:2 10586:1 10594:1 10604:1 10624:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10752:1 10757:1 10758:1 10780:1 10783:2 10801:2 10806:1 10835:1 10857:1 10866:1 10889:1 10904:2 10916:1 10920:5 10922:5 10941:1 10946:1 10947:1 10965:1 10970:4 10977:3 10983:1 10987:1 10995:1 11021:2 11030:1 11046:5 11052:1 11054:1 11063:1 11068:1 11072:1 11092:7 11094:1 11104:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:2 11167:1 11169:1 11193:1 11196:1 11222:1 11250:1 11282:1 11301:3 11307:1 11310:2 11323:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11378:1 11379:1 11383:1 11388:2 11390:2 11395:1 11402:1 11407:1 11408:1 11411:1 11414:1 11420:13 11437:1 11461:1 11465:1 11470:5 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:8 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11683:1 11688:1 11689:9 11691:2 11701:1 11703:15 11709:1 11713:4 11718:1 11722:2 11723:2 11724:1 11731:1 11732:1 11736:2 11752:1 11774:1 11777:1 11780:1 11783:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:2 11829:1 11837:1 11840:2 11861:2 11867:1 11868:3 11875:1 11888:1 11916:7 11918:4 11921:2 11925:1 11946:1 11957:1 11964:1 11969:1 11975:1 11981:1 11984:1 12026:1 12032:1 12035:2 12064:1 12069:1 12084:2 12085:3 12087:1 12095:1 12099:2 12101:1 12107:1 12113:1 12119:1 12123:1 12137:1 12182:1 12194:1 12197:3 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12364:2 12384:1 12410:1 12421:1 12424:1 12443:1 12483:1 12492:1 12509:2 12517:1 12518:1 12519:1 12523:1 12525:1 12557:1 12566:6 12569:2 12579:1 12585:2 12591:1 12593:4 12595:1 12602:1 12612:1 12616:5 12629:3 12630:2 12631:1 12635:2 12646:2 12649:2 12650:1 12652:3 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:3 12746:1 12763:2 12769:1 12777:1 12784:2 12787:1 12788:5 12789:2 12792:1 12798:1 12805:1 12813:1 12822:1 12849:2 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:2 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:2 13059:3 13066:1 13067:1 13085:1 13087:6 13111:1 13126:1 13162:1 13167:1 13180:8 13182:4 13188:1 13213:1 13215:1 13238:1 13245:3 13247:1 13249:2 13300:1 13305:2 13315:2 13363:1 13387:1 13389:1 13402:1 13405:4 13417:1 13426:3 13434:3 13436:1 13448:2 13453:1 13458:1 13470:1 13477:1 13478:2 13494:1 13516:6 13518:4 13519:1 13520:2 13521:2 13523:1 13528:7 13533:1 13534:1 13539:1 13540:1 13546:2 13555:2 13557:1 13558:1 13567:1 13568:1 13571:1 13589:1 13604:1 13607:1 13609:1 13627:1 13633:2 13635:6 13637:1 13641:1 13646:1 13675:11 13678:1 13694:1 13715:1 13716:1 13724:1 13725:1 13728:4 13733:1 13737:1 13738:1 13742:1 13759:1 13760:1 13765:3 13772:1 13784:2 13792:5 13796:1 13809:1 13833:1 13835:1 13840:1 13867:1 13869:13 13896:1 13927:7 13931:2 13937:1 13939:1 13960:2 13965:1 13987:1 13990:4 13991:1 13994:1 13996:3 13999:1 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:5 14064:1 14104:1 14115:1 14136:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:2 14198:1 14201:1 14203:1 14205:1 14209:3 14212:1 14213:3 14215:1 14227:2 14228:4 14235:1 14238:1 14266:1 14281:2 14285:2 14299:3 14319:1 14332:2 14350:2 14351:1 14354:1 14383:2 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14438:4 14478:3 14494:3 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14557:1 14562:2 14583:1 14586:1 14587:2 14604:1 14614:1 14619:11 14622:2 14628:1 14665:2 14673:1 14699:3 14703:2 14704:1 14705:1 14714:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14846:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14926:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 14981:1 15009:2 15012:1 15018:3 15024:1 15041:2 15049:3 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15200:1 15217:1 15221:1 15251:1 15253:2 15278:4 15289:2 15315:1 15324:2 15331:3 15337:1 15355:1 15362:7 15364:1 15393:1 15402:1 15423:4 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:2 15528:2 15534:1 15545:5 15546:1 15553:6 15572:2 15577:1 15579:1 15590:2 15602:1 15617:1 15624:2 15639:2 15642:2 15653:2 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:3 15805:2 15835:2 15850:1 15859:1 15866:4 15873:4 15876:1 15896:1 15901:6 15917:1 15924:1 15929:1 15931:1 15939:1 15941:5 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16044:1 16045:3 16047:1 16048:4 16049:5 16050:5 16051:2 16053:3 16057:4 16060:2 16061:4 16065:2 16067:2 16069:1 16070:1 16071:1 16072:7 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:3 16192:1 16209:1 16212:1 16215:1 16234:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16376:1 16377:1 16388:6 16398:1 16431:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16523:1 16540:17 16586:1 16589:1 16605:1 16625:2 16629:1 16649:2 16652:3 16668:2 16674:1 16704:3 16706:1 16722:2 16724:2 16730:1 16789:1 16795:1 16801:1 16811:1 16817:3 16826:1 16834:1 16842:2 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:3 16952:1 16975:1 16981:1 16985:1 16988:1 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:2 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17230:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:2 17412:1 17425:1 17444:3 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:3 17656:1 17660:1 17683:1 17747:2 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:1 17888:3 17893:4 17908:1 17919:4 17930:1 17933:2 17935:1 17960:5 17963:1 17974:1 17975:2 17983:1 18014:1 18045:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:4 18103:1 18104:1 18107:3 18125:1 18127:1 18140:1 18154:2 18172:5 18191:2 18233:2 18251:7 18261:3 18266:1 18269:1 18281:2 18300:1 18317:1 18322:1 18329:3 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18410:1 18424:1 18443:1 18464:1 18466:1 18475:1 18493:2670 18498:2 18500:1 18520:1 18523:1 18564:4 18570:1 18588:1 18600:1 18604:5 18618:2 18628:1 18649:3 18679:1 18686:1 18693:1 18711:2 18717:1 18726:2 18747:1 18765:1 18770:1 18771:1 18797:1 18802:2 18803:1 18818:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18921:1 18944:5 18965:1 18983:1 18989:1 19003:1 19009:11 19016:1 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19105:1 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19172:1 19175:1 19180:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:5 19326:2 19332:10 19335:1 19350:2 19351:1 19368:1 19379:1 19395:1 19420:1 19421:11 19427:1 19433:2 19434:1 19459:2 19460:1 19462:1 19470:2 19476:1 19497:1 19500:1 19506:2 19541:1 19546:1 19562:7 19563:1 19566:1 19584:17 19587:1 19595:1 19597:23 19600:4 19605:1 19618:2 19623:1 19646:4 19676:2 19679:1 19685:2 19690:2 19696:2 19701:1 19702:1 19728:1 19730:1 19739:2 19748:1 19775:1 19778:1 19785:2 19812:5 19817:1 19824:2 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:84 19926:1 19933:2 19936:1 19941:1 19947:1 19957:6 19959:1 19972:1 19979:2 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20048:1 20054:1 20056:10 20067:1 20068:2 20076:17 20077:1 20082:4 20087:1 20127:3 20143:1 20149:6 20151:1 20153:3 20154:1 20157:2 20159:1 20160:2 20161:1 20166:3 20168:2 20169:1 20170:1 20171:2 20173:5 20174:7 20176:1 20215:2 20228:1 20230:1 20235:1 20240:1 20247:1 20255:1 20268:1 20272:1 20273:1 20290:3 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:2 20344:2 20349:1 20366:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:2 20500:3 20517:5 20522:1 20523:5 20538:1 20547:2 20550:1 20552:1 20556:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:8 20701:1 20706:2 20714:1 20715:2 20728:1 20733:1 20735:1 20739:6 20743:1 20752:2 20767:2 20770:1 20780:1 20783:1 20822:1 20838:1 20852:6 20864:2 20869:1 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:3 21008:2 21012:2 21021:1 21024:3 21036:4 21053:1 21061:1 21066:1 21069:1 21071:1 21076:1 21077:1 21078:1 21082:1 21092:1 21117:2 21121:2 21131:1 21132:2 21136:1 21154:1 21155:1 21157:2 21165:3 21178:1 21180:1 21192:1 21215:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:4 21287:1 21288:1 21289:1 21293:2 21310:2 21321:1 21329:1 21339:1 21343:2 21353:1 21356:1 21367:1 21375:1 21376:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:26 21441:1 21446:1 21465:2 21471:1 21481:1 21484:2 21496:6 21505:1 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21561:1 21564:1 21565:3 21571:2 21581:2 21599:2 21607:1 21625:6 21626:3 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:12 21663:3 21664:1 21665:1 21668:2 21676:2 21690:1 21692:1 21703:9 21714:1 21717:1 21733:7 21752:1 21765:1 21784:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:3 21855:1 21860:1 21861:2 21862:1 21863:1 21866:5 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:2 21956:1 21958:2 21961:1 21973:3 21975:1 21977:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22052:1 22068:1 22086:1 22090:1 22102:5 22108:2 22112:5 22124:1 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22206:1 22211:1 22224:4 22244:1 22247:1 22261:1 22262:3 22280:1 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:8 22402:1 22414:2 22419:1 22449:2 22473:1 22475:1 22478:3 22497:1 22506:2 22510:1 22511:1 22519:17 22520:1 22531:1 22538:1 22545:1 22557:1 22561:4 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22632:1 22639:1 22647:1 22670:1 22673:1 22688:1 22693:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:1 22786:2 22801:1 22891:1 22896:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23057:1 23059:2 23071:1 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23173:1 23175:2 23176:1 23187:1 23191:3 23193:3 23196:2 23199:2 23211:1 23214:1 23230:3 23231:2 23236:1 23239:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23454:2 23461:1 23510:1 23515:1 23516:1 23523:1 23526:1 23582:4 23608:1 23621:1 23623:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:2 23703:3 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:3 23850:1 23852:3 23864:1 23870:1 23872:1 23874:1 23881:2 23884:2 23902:1 23909:1 23916:1 23963:2 23964:2 23976:1 23979:1 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24073:1 24076:2 24080:1 24083:1 24089:1 24092:4 24114:3 24128:2 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24224:2 24228:1 24229:4 24231:4 24232:7 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24300:1 24307:1 24309:1 24326:1 24331:1 24333:1 24338:2 24345:1 24348:1 24364:1 24370:2 24378:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:2 24451:1 24452:1 24459:1 24463:1 24473:1 24492:2 24500:1 24501:2 24502:4 24507:1 24511:2 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:2 24691:1 24693:2 24707:1 24765:8 24775:1 24796:8 24801:1 24846:1 24851:1 24860:2 24866:1 24871:3 24909:1 24914:1 24915:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:2 24984:1 24986:2 24991:1 24994:4 24997:1 25019:1 25036:2 25056:2 25060:1 25090:1 25098:1 25104:3 25107:1 25135:3 25178:3 25181:3 25183:1 25189:9 25191:1 25196:1 25204:1 25221:3 25249:1 25250:3 25279:2 25299:1 25309:1 25313:7 25314:1 25329:1 25331:1 25333:1 25335:1 25365:3 25370:1 25379:1 25394:2 25402:1 25429:1 25435:2 25453:4 25473:1 25476:1 25477:1 25496:3 25507:5 25516:1 25527:2 25535:3 25541:2 25549:6 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25635:1 25636:1 25637:1 25638:1 25640:3 25642:1 25647:1 25665:1 25674:1 25678:1 25682:1 25690:1 25711:6 25716:1 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:8 25783:1 25784:1 25793:1 25800:3 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:2 25876:3 25882:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26050:1 26055:1 26059:1 26061:1 26106:1 26111:2 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:2 26194:1 26196:2 26200:1 26202:1 26205:1 26208:1 26240:1 26249:1 26266:2 26276:4 26289:1 26305:1 26332:1 26365:1 26378:1 26379:2 26397:3 26399:1 26400:1 26418:3 26430:2 26440:1 26443:1 26452:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26541:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26643:1 26646:1 26647:2 26650:1 26679:1 26692:2 26703:1 26707:2 26712:1 26714:1 26715:1 26723:1 26724:1 26741:1 26760:1 26762:2 26775:1 26777:1 26778:3 26783:3 26794:2 26801:1 26811:1 26817:1 26819:1 26822:2 26845:2 26874:1 26876:2 26886:2 26902:1 26914:1 26915:2 26924:1 26939:2 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:6 26972:2 26973:1 26976:1 26981:3 26983:1 26985:1 26990:1 26995:2 27004:1 27006:1 27017:1 27032:2 27042:1 27044:1 27049:3 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:14 27276:1 27293:2 27294:1 27339:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27540:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:36 27660:1 27663:1 27664:1 27673:4 27678:2 27679:1 27714:2 27747:3 27756:1 27764:1 27771:2 27778:1 27783:2 27785:1 27804:1 27819:3 27836:1 27848:3 27874:1 27888:2 27894:3 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 27991:1 28000:1 28008:1 28009:1 28010:1 28012:1 28013:1 28020:1 28033:7 28042:1 28052:1 28058:2 28059:2 28092:1 28093:1 28096:1 28099:4 28102:1 28144:1 28148:1 28158:3 28162:6 28169:1 28199:1 28225:3 28285:1 28298:2 28301:1 28322:1 28339:1 28342:1 28352:2 28362:4 28379:1 28381:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28485:2 28506:1 28518:1 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28573:1 28578:2 28581:1 28593:1 28605:1 28610:2 28616:2 28635:1 28638:1 28652:1 28666:2 28668:1 28712:3 28719:1 28742:1 28749:1 28751:1 28765:4 28774:1 28783:2 28788:1 28794:3 28801:1 28820:2 28826:1 28834:1 28838:1 28839:1 28840:1 28845:1 28847:7 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28896:2 28904:1 28906:1 28923:1 28930:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 64:1 98:1 105:3 107:1 120:3 131:1 134:1 142:2 156:6 169:1 170:1 175:3 180:1 184:3 186:1 187:1 190:1 197:2 201:1 208:1 221:1 225:6 238:1 257:1 260:3 272:3 274:1 281:1 309:3 345:6 347:1 354:1 361:1 364:1 375:1 383:1 388:2 389:6 390:1 401:2 405:1 419:4 428:1 434:2 452:2 489:1 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:10 581:1 606:1 658:1 679:1 687:1 691:1 703:1 721:1 726:1 743:1 758:1 765:1 775:1 780:2 790:2 799:4 814:6 821:1 822:1 826:1 836:3 837:1 842:7 844:3 851:1 853:4 864:7 877:4 881:1 882:1 883:4 886:5 897:1 898:2 900:3 902:1 906:1 911:4 915:2 918:1 934:1 936:2 991:1 1000:1 1008:3 1043:2 1071:1 1099:2 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:2 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:1 1288:1 1293:1 1306:1 1307:1 1308:5 1327:5 1336:3 1340:2 1350:3 1354:2 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:13 1462:1 1475:12 1488:2 1492:1 1524:1 1527:2 1529:1 1564:4 1575:1 1592:1 1608:1 1616:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:3 1693:1 1711:1 1717:1 1729:1 1733:1 1737:3 1754:1 1763:1 1769:1 1792:1 1801:2 1808:1 1812:2 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1890:1 1901:2 1904:2 1911:2 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 2000:2 2005:1 2008:1 2010:2 2013:1 2021:2 2031:1 2042:1 2045:8 2058:1 2069:2 2085:4 2103:1 2104:3 2105:1 2113:2 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:8 2173:2 2174:4 2175:1 2178:3 2179:4 2186:2 2187:4 2189:1 2191:1 2192:1 2196:3 2197:2 2201:2 2203:1 2206:3 2240:1 2248:2 2253:1 2264:3 2270:1 2290:2 2291:1 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:2 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2479:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2572:1 2574:1 2578:1 2586:1 2588:1 2592:1 2596:1 2607:5 2610:3 2624:1 2638:1 2648:1 2650:1 2658:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:2 2710:3 2727:1 2728:1 2735:1 2755:1 2775:1 2793:21 2798:1 2800:1 2802:12 2808:1 2817:2 2820:1 2834:2 2844:1 2849:20 2865:1 2870:1 2873:1 2887:1 2894:2 2901:1 2904:3 2938:1 2956:1 2979:1 2986:1 2991:1 3005:1 3006:1 3007:2 3015:4 3038:1 3049:1 3087:1 3092:1 3110:1 3129:4 3154:1 3176:1 3177:1 3179:1 3186:1 3190:3 3208:6 3228:1 3241:2 3308:1 3321:1 3334:1 3343:3 3353:3 3357:1 3358:4 3359:6 3360:3 3362:3 3364:7 3365:4 3367:1 3368:3 3370:1 3371:1 3373:1 3399:1 3408:1 3410:1 3411:5 3417:2 3419:5 3421:4 3427:1 3443:3 3448:1 3466:1 3482:2 3488:1 3491:7 3492:1 3493:23 3502:3 3504:1 3507:1 3508:1 3512:1 3513:1 3520:2 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3573:1 3578:1 3582:7 3585:2 3586:1 3590:3 3595:2 3604:1 3633:1 3644:7 3648:1 3655:1 3685:1 3693:1 3694:1 3698:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3817:1 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3868:1 3870:3 3890:1 3895:2 3899:1 3903:1 3904:1 3919:3 3922:1 3924:1 3943:2 3948:1 3949:1 3964:2 3967:8 3968:2 3983:1 3985:1 3986:1 4024:2 4027:1 4048:1 4054:1 4060:2 4067:2 4115:1 4122:2 4136:1 4143:2 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4265:1 4277:1 4287:1 4289:1 4297:2 4306:7 4317:1 4320:1 4364:1 4371:1 4394:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4490:1 4499:1 4503:3 4504:1 4508:5 4528:1 4529:1 4534:4 4563:2 4569:4 4571:4 4573:1 4574:1 4576:1 4578:1 4604:1 4605:2 4606:1 4610:1 4614:1 4630:1 4648:1 4655:1 4661:1 4663:6 4679:1 4696:2 4703:1 4704:1 4724:3 4726:1 4729:2 4742:1 4766:1 4771:1 4801:1 4813:1 4824:1 4833:1 4868:1 4869:1 4874:13 4877:1 4883:2 4905:1 4910:1 4919:1 4920:1 4923:1 4939:1 4968:1 4975:1 4985:3 4993:1 5005:2 5006:6 5007:1 5008:1 5009:2 5011:5 5012:2 5013:1 5015:1 5017:4 5019:2 5025:7 5026:1 5030:1 5031:1 5032:3 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:3 5121:1 5130:1 5139:2 5156:1 5162:1 5191:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:7 5328:1 5339:1 5342:1 5361:3 5377:1 5394:1 5425:1 5426:1 5429:1 5434:1 5436:1 5446:1 5449:5 5460:2 5467:1 5474:1 5481:1 5549:5 5584:2 5595:2 5597:2 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:3 5652:2 5687:2 5710:1 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:5 5889:1 5905:2 5917:1 5921:1 5928:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:2 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:5 6077:1 6078:2 6079:3 6081:1 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:2 6130:2 6150:2 6154:1 6160:1 6165:1 6187:2 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:2 6235:1 6272:1 6274:1 6276:1 6287:2 6301:5 6315:1 6322:3 6332:2 6337:1 6367:1 6376:3 6377:2 6378:1 6381:1 6384:1 6385:4 6390:1 6391:3 6394:2 6396:2 6404:9 6405:1 6407:1 6410:1 6418:2 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6545:1 6555:1 6620:1 6635:2 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6684:1 6689:1 6690:2 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6789:1 6800:1 6813:1 6817:4 6847:8 6848:1 6852:1 6853:2 6859:1 6865:2 6872:1 6875:1 6885:9 6897:1 6914:1 6921:1 6923:1 6934:1 6939:1 6948:1 6953:1 6956:1 6961:1 6967:1 6969:1 6980:1 6981:11 7002:1 7034:1 7038:2 7046:1 7061:3 7069:1 7071:1 7083:3 7090:1 7112:1 7127:1 7139:1 7154:4 7170:2 7178:1 7183:1 7187:1 7210:1 7231:1 7241:1 7248:1 7250:2 7262:1 7263:1 7264:1 7270:2 7272:1 7283:1 7287:1 7297:1 7305:1 7311:2 7322:2 7324:1 7354:1 7356:3 7362:1 7375:1 7378:2 7384:1 7403:1 7446:5 7460:1 7469:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:3 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:3 7682:2 7693:3 7696:2 7699:4 7702:1 7732:4 7756:45 7763:1 7764:1 7771:22 7772:13 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:4 7890:1 7902:1 7914:1 7932:1 7937:7 7939:1 7965:2 7976:1 7985:2 8041:2 8053:1 8060:2 8072:1 8087:1 8094:1 8111:1 8113:1 8120:1 8125:3 8134:1 8143:2 8146:1 8150:1 8161:2 8172:1 8178:1 8197:1 8208:2 8213:48 8243:1 8253:1 8262:1 8267:1 8277:1 8300:3 8309:1 8310:16 8312:9 8315:1 8319:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:2 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8432:1 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8563:1 8565:1 8566:1 8568:1 8570:4 8571:2 8574:1 8578:1 8580:1 8584:3 8585:4 8588:1 8589:1 8607:3 8617:6 8623:1 8628:1 8634:1 8648:9 8649:2 8650:1 8670:1 8675:1 8718:1 8728:3 8730:1 8736:1 8739:2 8769:2 8774:2 8789:3 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8922:1 8923:1 8928:1 8932:1 8956:1 8989:1 8998:1 9004:1 9006:1 9009:1 9017:2 9021:1 9026:2 9029:2 9039:1 9040:1 9047:1 9052:2 9063:1 9066:1 9078:1 9106:1 9126:1 9140:1 9158:4 9160:1 9162:1 9178:1 9183:1 9185:1 9192:1 9193:1 9200:3 9201:2 9230:2 9242:2 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9269:1 9274:3 9280:1 9290:2 9294:1 9349:1 9350:1 9354:1 9355:4 9365:1 9367:1 9378:2 9400:1 9412:1 9413:1 9415:1 9422:1 9424:5 9440:1 9447:1 9457:1 9458:3 9471:2 9472:1 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:2 9591:1 9597:1 9619:1 9631:1 9647:3 9648:3 9649:1 9660:1 9672:1 9680:1 9681:1 9702:1 9704:1 9712:1 9724:2 9726:1 9729:7 9730:1 9733:1 9734:1 9737:1 9739:1 9740:1 9747:1 9781:1 9816:3 9833:6 9884:4 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:5 9954:2 9969:1 9988:1 9992:1 9993:1 9996:1 10005:2 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10062:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:2 10176:7 10189:1 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:2 10245:9 10270:1 10271:4 10272:2 10274:3 10275:2 10280:1 10281:3 10284:5 10286:1 10287:1 10291:2 10293:1 10295:1 10296:2 10302:3 10305:15 10308:4 10309:1 10310:8 10312:3 10336:3 10355:1 10382:1 10401:1 10403:1 10409:5 10411:1 10412:1 10413:2 10422:1 10434:1 10455:1 10457:3 10467:1 10475:2 10477:1 10496:1 10500:1 10503:1 10508:1 10513:2 10540:7 10553:2 10586:1 10594:1 10604:2 10624:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10752:1 10757:1 10758:1 10780:1 10783:2 10801:2 10806:1 10835:1 10857:1 10866:1 10889:1 10904:2 10916:1 10920:5 10922:5 10941:1 10946:1 10947:1 10965:1 10970:4 10977:3 10983:1 10987:1 10995:1 11021:2 11030:1 11046:5 11052:1 11054:1 11063:1 11068:1 11072:1 11092:7 11094:1 11104:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:2 11167:1 11169:1 11193:1 11196:1 11222:1 11250:1 11282:1 11301:3 11307:1 11310:2 11323:1 11326:1 11328:1 11350:1 11351:1 11353:1 11357:1 11376:1 11378:1 11379:1 11383:1 11388:2 11390:2 11395:1 11402:1 11407:1 11408:1 11411:1 11414:1 11420:13 11437:1 11457:1 11461:1 11465:2 11470:5 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:8 11588:1 11615:3 11618:1 11620:1 11622:1 11637:1 11640:6 11643:1 11645:1 11649:7 11652:1 11681:2 11683:1 11688:1 11689:9 11691:2 11701:1 11703:15 11709:1 11713:4 11718:1 11722:2 11723:2 11724:1 11731:1 11732:1 11736:2 11752:1 11774:1 11777:1 11780:1 11783:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:2 11829:1 11837:1 11840:2 11861:2 11867:1 11868:3 11871:1 11875:1 11878:1 11888:1 11916:7 11918:5 11921:2 11925:1 11946:1 11947:1 11957:1 11964:1 11969:1 11975:1 11981:1 11984:1 11992:1 12026:1 12032:1 12035:2 12064:1 12069:1 12084:2 12085:4 12087:1 12095:1 12099:2 12101:1 12107:1 12113:1 12119:1 12123:1 12137:1 12182:1 12194:1 12197:3 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12364:2 12384:1 12410:1 12421:1 12424:1 12443:1 12483:1 12492:1 12509:2 12517:1 12518:1 12519:1 12523:1 12525:1 12557:1 12566:8 12569:2 12579:1 12582:1 12585:2 12591:1 12593:4 12595:1 12602:1 12612:1 12616:5 12629:3 12630:2 12631:1 12635:2 12646:2 12649:2 12650:1 12652:3 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:1 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:3 12746:1 12763:2 12769:1 12777:1 12784:2 12787:1 12788:6 12789:2 12792:1 12798:1 12805:1 12813:1 12822:1 12849:2 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:2 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:2 13059:3 13066:2 13067:1 13085:1 13087:7 13111:1 13126:1 13162:1 13167:1 13180:8 13182:4 13188:1 13213:1 13215:1 13238:1 13245:4 13247:1 13249:2 13300:1 13305:2 13315:2 13363:1 13387:1 13389:1 13402:1 13405:4 13417:1 13426:3 13434:3 13436:1 13448:2 13453:1 13458:1 13465:1 13470:1 13477:1 13478:2 13494:1 13516:6 13518:4 13519:1 13520:2 13521:2 13523:1 13528:7 13533:1 13534:2 13539:1 13540:1 13546:2 13555:2 13557:1 13558:1 13567:1 13568:1 13571:1 13589:1 13604:1 13607:1 13609:1 13627:1 13633:2 13635:6 13637:1 13641:1 13646:1 13675:11 13678:1 13694:1 13705:1 13715:1 13716:1 13724:1 13725:1 13728:4 13733:1 13737:1 13738:1 13742:1 13759:1 13760:1 13765:3 13772:1 13784:2 13792:5 13796:1 13809:1 13833:1 13835:1 13840:1 13867:1 13869:13 13896:1 13927:7 13931:2 13937:1 13939:1 13960:2 13965:1 13987:1 13990:4 13991:1 13994:2 13996:3 13999:1 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:5 14064:1 14104:1 14115:1 14136:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:2 14198:1 14201:1 14203:1 14205:1 14209:3 14212:1 14213:3 14215:1 14227:2 14228:4 14235:1 14238:1 14266:1 14281:2 14285:2 14299:3 14319:1 14332:2 14350:2 14351:1 14354:1 14383:2 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14431:1 14438:4 14478:3 14494:3 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14545:1 14557:1 14562:2 14583:1 14586:1 14587:2 14604:1 14614:1 14619:11 14622:2 14628:1 14665:2 14673:1 14699:3 14703:2 14704:1 14705:1 14714:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14846:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14926:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 14981:1 15009:2 15012:1 15018:3 15024:1 15041:2 15049:3 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15200:1 15217:1 15221:1 15251:1 15253:2 15278:4 15289:2 15315:1 15320:1 15324:2 15331:3 15337:1 15355:1 15362:7 15364:1 15389:1 15393:1 15402:1 15423:4 15455:1 15488:1 15502:1 15504:1 15511:2 15515:1 15517:2 15528:2 15534:1 15545:5 15546:1 15553:6 15572:2 15577:1 15579:1 15590:2 15602:1 15617:1 15624:2 15639:2 15642:2 15653:2 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15768:1 15788:2 15793:1 15794:1 15795:4 15805:2 15835:2 15850:1 15859:1 15866:4 15873:4 15876:1 15896:1 15901:6 15917:1 15924:1 15929:1 15931:1 15939:1 15941:5 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16044:1 16045:3 16047:1 16048:4 16049:5 16050:5 16051:2 16053:3 16057:4 16060:2 16061:4 16065:2 16066:1 16067:2 16069:1 16070:1 16071:1 16072:7 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:3 16192:1 16209:1 16212:1 16215:1 16234:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16376:1 16377:1 16388:6 16398:1 16431:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16523:1 16540:17 16586:1 16589:1 16602:1 16605:1 16625:2 16629:1 16649:2 16652:3 16668:2 16674:1 16704:3 16706:1 16722:2 16724:2 16730:1 16731:1 16789:1 16795:1 16801:1 16811:1 16817:3 16826:1 16834:1 16842:2 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:4 16952:1 16975:1 16981:1 16985:1 16988:2 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:2 17084:2 17120:1 17121:1 17190:3 17193:1 17224:1 17230:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:2 17412:1 17425:1 17444:3 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:3 17656:1 17660:1 17683:1 17747:2 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:2 17888:3 17893:4 17908:1 17919:4 17930:1 17933:2 17935:1 17960:5 17963:1 17974:1 17975:3 17983:1 18014:1 18045:1 18053:1 18055:1 18064:1 18065:1 18075:1 18081:1 18097:3 18102:4 18103:1 18104:1 18107:3 18125:1 18127:1 18140:1 18154:2 18172:5 18191:2 18233:2 18251:7 18261:3 18266:1 18269:1 18281:2 18300:1 18317:1 18322:1 18329:3 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18410:1 18424:1 18443:1 18464:1 18466:1 18475:1 18493:2739 18498:2 18500:1 18520:1 18523:1 18564:4 18570:1 18588:1 18600:1 18604:5 18618:2 18628:1 18649:4 18676:1 18679:1 18686:1 18693:1 18711:2 18717:1 18726:2 18747:1 18765:1 18770:1 18771:1 18797:1 18802:2 18803:1 18818:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18921:1 18944:5 18965:1 18983:1 18989:1 19003:1 19009:11 19016:1 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19105:1 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19172:1 19175:1 19180:1 19205:4 19207:1 19217:1 19236:1 19265:2 19280:2 19286:1 19296:5 19326:2 19332:10 19335:1 19350:2 19351:1 19368:1 19379:1 19395:1 19420:1 19421:11 19427:1 19433:2 19434:1 19459:2 19460:1 19462:1 19470:2 19476:1 19497:1 19500:1 19506:2 19541:1 19546:1 19562:7 19563:1 19566:1 19584:17 19587:1 19595:1 19597:23 19600:4 19605:1 19618:2 19623:1 19646:4 19676:2 19679:1 19685:2 19690:2 19696:2 19701:1 19702:1 19728:1 19730:2 19739:2 19748:1 19775:1 19778:1 19785:2 19812:5 19817:1 19824:2 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:86 19926:1 19933:2 19936:1 19941:1 19947:1 19957:6 19959:1 19972:1 19979:2 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20048:1 20054:1 20056:10 20067:1 20068:2 20076:17 20077:1 20082:4 20087:1 20127:3 20143:1 20149:6 20151:1 20153:3 20154:1 20157:2 20159:1 20160:2 20161:1 20166:3 20168:2 20169:1 20170:1 20171:2 20173:5 20174:7 20176:1 20203:1 20215:2 20228:1 20230:1 20235:1 20240:1 20246:1 20247:1 20255:1 20265:1 20268:1 20272:1 20273:1 20290:3 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:3 20344:2 20349:1 20366:1 20369:1 20373:1 20382:1 20389:1 20390:1 20397:1 20411:3 20442:2 20449:1 20454:1 20456:3 20485:3 20500:3 20517:5 20522:1 20523:5 20538:1 20547:2 20550:1 20552:1 20556:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20647:1 20651:1 20658:1 20662:1 20684:1 20685:1 20691:1 20695:8 20701:1 20706:2 20714:1 20715:2 20728:1 20733:1 20735:1 20739:6 20743:1 20752:2 20767:2 20770:1 20780:1 20783:1 20822:1 20838:1 20852:6 20864:2 20869:1 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:3 21008:2 21012:2 21021:1 21024:3 21036:4 21053:1 21061:1 21066:1 21069:1 21071:1 21076:1 21077:1 21078:1 21082:1 21092:1 21117:2 21121:2 21131:1 21132:2 21136:1 21154:1 21155:1 21157:2 21165:3 21178:1 21180:1 21192:1 21215:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:4 21287:1 21288:1 21289:1 21293:2 21310:2 21321:1 21329:1 21339:1 21343:3 21353:1 21356:2 21367:1 21375:1 21376:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:26 21441:1 21446:1 21465:2 21471:1 21481:1 21484:2 21496:6 21505:1 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21561:1 21564:1 21565:3 21571:2 21581:2 21599:2 21607:1 21625:6 21626:3 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:12 21663:3 21664:1 21665:1 21668:2 21676:2 21690:1 21692:1 21703:9 21714:1 21717:1 21733:7 21752:1 21765:1 21784:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:3 21855:1 21860:1 21861:2 21862:1 21863:1 21866:5 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:2 21956:1 21958:2 21961:1 21973:3 21975:1 21977:1 21986:1 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22052:1 22068:1 22086:1 22090:1 22102:5 22108:2 22112:5 22124:1 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22206:1 22211:1 22224:4 22244:2 22247:1 22261:1 22262:3 22280:1 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:8 22402:1 22414:2 22419:1 22449:2 22473:1 22475:1 22478:3 22497:1 22506:2 22510:1 22511:1 22519:17 22520:1 22531:1 22538:1 22545:2 22557:1 22561:4 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22632:1 22639:1 22647:1 22662:1 22670:1 22673:1 22688:1 22693:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:2 22786:2 22801:1 22891:1 22896:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23023:1 23026:1 23028:1 23029:2 23050:1 23057:1 23059:2 23071:1 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23173:1 23175:2 23176:1 23187:1 23191:3 23193:3 23196:2 23199:2 23202:1 23211:1 23214:1 23230:3 23231:2 23236:1 23239:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23454:2 23461:1 23510:1 23515:1 23516:1 23523:1 23526:1 23582:4 23608:1 23621:1 23623:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:2 23703:3 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:1 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:3 23850:1 23852:3 23864:1 23870:1 23872:1 23874:1 23881:2 23884:2 23902:1 23909:1 23916:1 23963:2 23964:2 23976:1 23979:2 23992:1 24017:1 24021:1 24026:1 24031:1 24060:2 24062:3 24068:1 24073:1 24076:3 24080:1 24083:1 24089:1 24092:4 24114:3 24128:2 24136:1 24146:1 24147:2 24150:1 24179:2 24200:1 24218:1 24223:1 24224:2 24228:1 24229:4 24231:4 24232:7 24234:1 24237:1 24238:1 24245:1 24253:3 24257:1 24300:1 24307:1 24309:1 24326:1 24331:1 24333:1 24338:2 24345:1 24348:1 24362:1 24364:1 24370:2 24378:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:2 24451:1 24452:1 24459:1 24463:1 24473:1 24492:2 24500:1 24501:2 24502:4 24507:1 24511:2 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:2 24691:1 24693:2 24707:1 24765:8 24775:1 24796:8 24801:1 24846:1 24851:1 24860:2 24866:1 24871:3 24909:2 24914:1 24915:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:2 24984:1 24986:2 24991:1 24994:4 24997:1 25019:1 25036:2 25056:2 25060:1 25090:1 25098:1 25104:3 25107:1 25135:3 25178:3 25181:3 25183:1 25189:10 25191:1 25196:1 25204:1 25221:3 25249:1 25250:4 25279:2 25299:1 25309:1 25313:7 25314:1 25329:1 25331:1 25333:1 25335:1 25365:3 25370:1 25379:1 25394:2 25402:1 25429:1 25435:2 25453:4 25473:2 25476:1 25477:1 25496:3 25507:5 25516:1 25527:2 25535:3 25541:2 25549:6 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25627:1 25635:1 25636:1 25637:1 25638:1 25640:3 25642:1 25647:1 25665:1 25674:1 25678:1 25682:1 25690:1 25711:6 25716:1 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:8 25783:1 25784:1 25793:1 25800:3 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:2 25876:3 25882:1 25904:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26050:1 26055:1 26059:1 26061:1 26106:1 26111:2 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:2 26194:1 26196:2 26200:1 26202:1 26205:1 26208:1 26232:1 26240:1 26249:1 26266:2 26276:4 26289:1 26305:1 26332:1 26356:1 26365:1 26378:1 26379:2 26397:3 26399:1 26400:1 26418:3 26430:2 26440:1 26443:1 26452:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26541:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26643:1 26646:1 26647:2 26650:1 26679:1 26692:2 26703:1 26707:2 26712:1 26714:1 26715:1 26723:1 26724:1 26741:1 26747:1 26760:1 26762:2 26775:1 26777:1 26778:4 26783:3 26794:2 26801:1 26811:1 26817:1 26819:1 26822:2 26845:2 26874:1 26876:2 26886:2 26902:1 26914:1 26915:2 26924:1 26939:2 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:6 26972:2 26973:1 26976:1 26981:3 26983:1 26985:1 26990:1 26995:2 27004:1 27006:1 27017:1 27032:2 27042:1 27044:1 27049:3 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:14 27276:1 27293:2 27294:1 27339:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27540:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:36 27660:1 27663:1 27664:1 27673:4 27678:2 27679:1 27714:2 27747:3 27756:1 27764:2 27771:2 27778:1 27783:2 27785:1 27804:1 27819:3 27836:1 27848:4 27874:1 27888:2 27894:3 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 27991:1 28000:1 28008:1 28009:1 28010:1 28012:1 28013:1 28020:1 28033:7 28042:1 28052:1 28058:2 28059:2 28092:1 28093:1 28096:1 28099:4 28102:1 28144:1 28148:1 28158:4 28162:7 28169:1 28199:1 28225:3 28285:1 28298:2 28301:1 28322:1 28339:1 28342:1 28352:2 28362:4 28379:1 28381:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28485:2 28506:1 28518:1 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28573:1 28578:2 28581:1 28593:1 28605:1 28610:2 28616:2 28635:1 28638:1 28652:1 28666:2 28668:2 28712:3 28719:1 28742:1 28749:1 28751:1 28765:4 28774:1 28783:2 28788:1 28794:3 28801:1 28820:2 28826:1 28834:1 28838:1 28839:1 28840:1 28845:1 28847:7 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28887:1 28896:2 28904:1 28906:1 28923:1 28930:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 64:1 98:1 105:3 107:1 120:3 131:1 134:1 142:2 156:6 169:1 170:1 175:3 180:1 184:3 186:2 187:1 190:1 197:2 201:1 208:1 221:1 225:6 238:1 257:1 260:3 272:3 274:1 281:1 309:3 345:6 347:1 354:1 361:1 364:1 375:1 383:1 388:2 389:7 390:1 401:2 405:2 419:4 428:1 434:2 452:2 489:1 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:10 581:1 606:1 658:1 679:1 687:1 691:1 703:1 721:1 726:1 743:1 758:1 765:1 775:1 780:2 790:2 799:4 814:6 821:1 822:1 826:1 836:3 837:1 842:7 844:3 851:1 853:4 864:8 877:4 881:1 882:1 883:4 886:5 897:1 898:2 900:3 902:1 906:1 911:4 915:3 918:1 934:1 936:2 991:1 1000:1 1008:3 1043:2 1071:1 1099:2 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:2 1173:2 1175:1 1184:1 1185:1 1187:1 1188:1 1219:1 1228:1 1261:2 1274:1 1287:2 1288:1 1293:1 1306:1 1307:1 1308:5 1327:5 1336:3 1340:2 1350:3 1354:2 1356:1 1357:1 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:13 1462:1 1475:12 1488:2 1492:1 1524:1 1527:3 1529:1 1564:5 1575:1 1592:1 1608:1 1616:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:3 1685:1 1693:1 1711:1 1717:1 1729:1 1733:1 1737:3 1754:1 1763:1 1769:1 1792:1 1801:2 1808:1 1812:2 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1890:1 1901:2 1904:2 1911:2 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 1994:1 2000:2 2005:1 2008:1 2010:2 2013:1 2021:2 2031:1 2042:1 2045:8 2058:1 2069:2 2085:4 2103:2 2104:3 2105:1 2113:2 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:8 2173:2 2174:4 2175:1 2178:3 2179:4 2186:2 2187:4 2189:1 2191:1 2192:1 2196:3 2197:2 2201:2 2203:1 2206:3 2240:1 2248:2 2253:1 2264:3 2270:1 2290:2 2291:1 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:3 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2479:1 2514:2 2516:1 2537:1 2550:4 2554:6 2566:1 2568:1 2572:1 2574:1 2578:1 2586:1 2588:1 2592:1 2596:1 2607:5 2610:3 2624:1 2638:1 2648:1 2650:1 2658:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:2 2710:3 2727:1 2728:1 2735:1 2755:1 2775:1 2793:22 2798:1 2800:1 2802:12 2808:1 2817:2 2820:1 2834:2 2844:1 2849:21 2865:1 2870:1 2873:1 2887:1 2894:2 2901:1 2904:3 2938:1 2956:1 2979:1 2986:1 2991:1 3005:1 3006:1 3007:2 3015:4 3038:1 3049:1 3087:1 3092:1 3110:1 3129:5 3154:1 3176:1 3177:1 3179:1 3186:1 3190:3 3208:6 3228:1 3241:2 3308:1 3321:1 3334:1 3343:3 3353:3 3357:1 3358:4 3359:6 3360:3 3362:3 3364:7 3365:4 3367:1 3368:3 3370:1 3371:1 3373:1 3399:1 3408:1 3410:1 3411:5 3417:2 3419:5 3421:4 3427:1 3443:3 3448:1 3466:1 3468:1 3482:2 3488:1 3491:7 3492:1 3493:23 3502:4 3504:1 3507:1 3508:1 3512:1 3513:1 3520:2 3523:1 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3573:1 3578:1 3582:7 3585:2 3586:1 3590:4 3595:3 3604:1 3633:1 3644:8 3648:1 3655:1 3685:1 3693:1 3694:1 3698:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3817:1 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3868:1 3870:3 3890:1 3895:2 3899:1 3903:1 3904:1 3919:3 3922:1 3924:1 3943:2 3948:1 3949:2 3964:2 3967:8 3968:2 3983:1 3985:1 3986:1 4024:2 4027:1 4048:1 4054:1 4060:2 4067:2 4115:1 4122:2 4136:1 4143:2 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4265:1 4277:1 4287:1 4289:1 4297:2 4302:1 4306:7 4317:1 4320:1 4364:1 4371:1 4390:1 4394:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4490:1 4499:1 4503:3 4504:1 4508:7 4528:1 4529:1 4534:4 4563:2 4569:4 4571:5 4573:1 4574:1 4576:1 4578:1 4604:1 4605:2 4606:1 4610:1 4614:2 4630:1 4648:1 4655:1 4661:1 4663:6 4679:1 4696:2 4703:1 4704:1 4724:3 4726:1 4729:2 4742:1 4766:1 4771:1 4801:1 4813:1 4824:1 4833:2 4868:1 4869:1 4874:14 4877:1 4883:2 4905:1 4910:1 4919:1 4920:1 4923:1 4939:1 4968:1 4975:1 4985:3 4993:1 5005:2 5006:6 5007:1 5008:1 5009:2 5011:5 5012:2 5013:1 5015:1 5017:4 5019:2 5025:8 5026:1 5030:1 5031:1 5032:3 5034:2 5035:1 5052:4 5056:1 5061:1 5069:1 5086:2 5112:4 5121:1 5130:1 5139:2 5156:1 5162:1 5191:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:7 5328:1 5339:1 5342:1 5361:3 5377:1 5394:1 5425:1 5426:1 5429:1 5434:1 5436:1 5446:1 5449:5 5460:2 5467:1 5474:1 5481:1 5549:5 5584:2 5595:2 5597:2 5598:1 5599:1 5602:2 5609:1 5613:1 5618:1 5623:1 5629:3 5652:2 5687:2 5710:1 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:5 5889:1 5905:2 5917:1 5921:1 5928:1 5930:1 5935:1 5964:1 6006:1 6017:3 6024:2 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:5 6077:1 6078:2 6079:3 6081:1 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:2 6130:2 6150:2 6154:1 6160:1 6165:1 6187:2 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:2 6235:1 6272:1 6274:1 6276:1 6287:2 6301:6 6315:1 6322:3 6332:2 6337:1 6367:1 6376:3 6377:2 6378:1 6381:1 6384:1 6385:4 6390:1 6391:3 6394:2 6396:2 6404:9 6405:1 6407:1 6410:1 6418:2 6420:1 6422:1 6449:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6545:1 6555:1 6620:1 6635:2 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6684:1 6689:1 6690:2 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6789:1 6800:1 6813:1 6817:4 6847:8 6848:1 6852:1 6853:3 6859:1 6865:2 6872:1 6875:1 6885:9 6897:1 6914:1 6921:1 6923:1 6934:1 6939:1 6943:1 6948:1 6953:1 6956:1 6961:1 6967:1 6969:1 6980:1 6981:11 7002:1 7034:1 7038:2 7046:1 7061:3 7069:1 7071:1 7083:3 7085:1 7090:1 7112:1 7127:1 7139:1 7154:4 7170:2 7178:1 7183:1 7187:1 7210:1 7231:1 7241:1 7248:1 7250:2 7262:1 7263:1 7264:1 7270:2 7272:1 7283:1 7287:1 7297:1 7305:1 7311:2 7322:2 7324:1 7354:1 7356:3 7362:2 7375:2 7378:2 7384:1 7403:1 7446:6 7460:1 7469:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:3 7610:4 7623:1 7632:1 7634:1 7646:1 7666:1 7681:3 7682:2 7693:3 7696:3 7699:4 7702:1 7732:4 7756:45 7763:1 7764:1 7771:23 7772:14 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:4 7890:1 7902:1 7914:1 7932:1 7937:8 7939:1 7965:2 7976:1 7985:2 8041:2 8053:1 8060:2 8072:1 8087:1 8094:1 8111:1 8113:1 8120:1 8125:3 8134:1 8143:3 8146:1 8150:1 8161:2 8172:1 8178:1 8197:1 8208:3 8212:1 8213:48 8243:1 8253:1 8262:1 8267:1 8277:1 8300:3 8309:1 8310:16 8312:9 8315:1 8319:1 8334:1 8345:2 8346:2 8353:2 8354:1 8359:1 8374:2 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8432:1 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8556:1 8563:1 8565:1 8566:1 8568:1 8570:4 8571:2 8574:1 8578:1 8580:1 8584:3 8585:4 8588:1 8589:1 8607:4 8617:7 8623:1 8628:1 8634:1 8648:9 8649:2 8650:1 8670:1 8675:1 8718:1 8728:3 8730:1 8736:1 8739:2 8769:2 8774:2 8789:3 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8922:1 8923:1 8928:1 8932:1 8956:1 8989:1 8998:1 9004:1 9006:1 9009:1 9017:2 9021:1 9026:2 9029:2 9039:1 9040:1 9047:1 9052:2 9063:1 9066:1 9078:1 9106:1 9126:1 9140:1 9158:4 9160:1 9162:1 9178:1 9183:1 9185:1 9192:1 9193:1 9200:3 9201:2 9230:2 9242:3 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9269:1 9274:3 9280:1 9290:2 9294:1 9349:1 9350:1 9354:1 9355:4 9365:1 9367:1 9378:2 9400:1 9412:1 9413:1 9415:1 9422:1 9424:5 9440:1 9447:1 9457:1 9458:3 9471:2 9472:1 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:2 9591:1 9597:1 9619:1 9631:1 9647:4 9648:3 9649:1 9660:1 9672:1 9680:1 9681:1 9702:1 9704:1 9710:1 9712:1 9724:2 9726:1 9729:7 9730:1 9733:1 9734:1 9737:1 9739:1 9740:1 9747:1 9781:1 9816:3 9833:6 9884:4 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:5 9954:2 9969:1 9988:1 9992:1 9993:1 9996:1 10005:2 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10062:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:2 10176:7 10189:1 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:2 10245:9 10270:1 10271:4 10272:2 10274:4 10275:2 10280:1 10281:3 10284:5 10286:1 10287:1 10291:2 10293:1 10295:1 10296:2 10302:3 10305:16 10308:4 10309:1 10310:8 10312:3 10336:3 10355:1 10382:1 10401:1 10403:1 10409:5 10411:1 10412:1 10413:2 10422:1 10434:1 10455:1 10457:3 10467:1 10475:2 10477:1 10496:1 10500:1 10503:1 10508:1 10513:2 10540:7 10553:2 10586:1 10594:2 10604:2 10624:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10674:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10752:1 10757:1 10758:1 10780:1 10783:2 10801:2 10806:1 10832:1 10835:1 10857:1 10866:1 10889:1 10904:2 10916:1 10920:5 10922:5 10941:1 10946:1 10947:1 10965:1 10970:5 10977:3 10983:1 10987:1 10995:1 11021:2 11030:1 11046:5 11052:1 11054:1 11063:1 11068:1 11072:1 11092:7 11094:1 11104:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:2 11167:1 11169:1 11193:1 11196:1 11222:1 11250:1 11282:1 11301:3 11307:1 11310:2 11323:1 11326:1 11328:1 11347:1 11350:1 11351:1 11353:1 11356:1 11357:1 11376:1 11378:1 11379:1 11383:1 11388:2 11390:2 11395:1 11402:1 11407:1 11408:1 11411:1 11414:1 11420:13 11437:1 11457:1 11461:1 11465:2 11470:5 11480:1 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:8 11588:2 11615:3 11618:1 11620:1 11622:1 11637:1 11640:7 11643:1 11645:1 11649:7 11652:1 11681:2 11683:2 11688:1 11689:9 11691:2 11701:1 11703:16 11709:1 11713:4 11718:1 11722:2 11723:2 11724:1 11728:1 11731:1 11732:1 11736:2 11752:1 11774:1 11777:1 11780:1 11783:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:3 11829:1 11837:1 11840:2 11861:2 11867:2 11868:3 11871:1 11875:1 11878:1 11888:1 11916:8 11918:5 11921:2 11925:1 11946:1 11947:1 11957:1 11964:1 11969:1 11975:1 11981:1 11984:1 11992:1 12026:1 12032:1 12035:2 12064:1 12069:1 12084:3 12085:5 12087:1 12095:1 12099:2 12101:1 12104:1 12107:1 12113:1 12119:1 12123:1 12137:1 12182:1 12194:1 12197:3 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12364:2 12384:1 12410:1 12421:1 12424:1 12443:1 12483:1 12492:1 12509:2 12517:1 12518:1 12519:1 12523:1 12525:1 12557:1 12566:8 12569:2 12579:1 12582:1 12585:2 12591:1 12593:4 12595:1 12602:1 12612:1 12616:5 12629:3 12630:2 12631:1 12635:2 12646:2 12649:2 12650:1 12652:3 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:2 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:1 12738:2 12744:3 12746:1 12752:1 12763:2 12769:1 12777:1 12784:2 12787:1 12788:6 12789:2 12792:1 12798:1 12805:1 12813:1 12822:1 12849:2 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12948:1 12961:1 12965:1 12991:2 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:3 13059:3 13066:2 13067:1 13085:2 13087:9 13111:1 13126:1 13162:1 13167:1 13180:8 13182:4 13188:2 13213:1 13215:1 13224:1 13238:1 13245:4 13247:1 13249:2 13300:1 13305:2 13315:2 13363:1 13387:1 13389:1 13402:1 13405:4 13417:1 13426:3 13434:3 13436:1 13448:2 13453:1 13458:1 13465:1 13470:1 13477:1 13478:2 13494:1 13516:6 13518:4 13519:1 13520:2 13521:2 13523:1 13528:7 13533:1 13534:2 13539:1 13540:1 13546:2 13555:2 13557:1 13558:1 13567:1 13568:1 13571:1 13589:1 13604:1 13607:1 13609:1 13627:1 13633:2 13635:6 13637:1 13641:1 13646:1 13675:11 13678:1 13694:1 13705:1 13715:1 13716:1 13724:1 13725:1 13728:4 13733:1 13737:1 13738:1 13742:1 13759:1 13760:1 13765:3 13772:1 13784:2 13792:5 13796:1 13809:1 13833:1 13835:1 13840:1 13867:1 13869:13 13896:1 13927:8 13931:2 13937:1 13939:1 13960:2 13965:1 13974:1 13987:1 13990:4 13991:1 13994:2 13996:3 13999:1 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:5 14064:1 14104:1 14115:1 14136:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:2 14198:1 14201:1 14203:1 14205:1 14209:3 14212:1 14213:3 14215:1 14227:2 14228:4 14235:1 14238:1 14266:1 14281:2 14285:2 14299:3 14319:1 14332:2 14350:2 14351:1 14354:1 14383:2 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14431:1 14438:4 14478:3 14494:3 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14545:1 14557:1 14562:2 14583:1 14586:1 14587:2 14604:1 14614:1 14619:12 14622:2 14628:1 14665:2 14673:1 14699:4 14703:2 14704:1 14705:1 14714:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14846:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14926:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 14981:1 15009:2 15012:1 15018:3 15024:1 15041:2 15049:3 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:1 15189:1 15200:1 15217:1 15221:1 15251:1 15253:2 15278:4 15289:2 15315:1 15320:1 15324:2 15331:3 15337:1 15355:1 15362:7 15364:1 15389:1 15393:1 15402:1 15423:5 15455:1 15488:1 15502:1 15504:1 15511:2 15514:1 15515:1 15517:2 15528:2 15534:1 15545:5 15546:1 15553:6 15572:2 15577:1 15579:1 15590:2 15602:1 15617:1 15624:2 15639:2 15642:2 15653:2 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15747:1 15760:1 15768:1 15788:2 15793:1 15794:1 15795:4 15805:2 15835:2 15850:1 15859:1 15866:4 15873:4 15876:1 15896:1 15901:6 15917:1 15924:1 15929:1 15931:1 15939:1 15941:6 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16044:1 16045:3 16047:1 16048:4 16049:5 16050:5 16051:2 16053:3 16057:4 16060:2 16061:4 16065:2 16066:1 16067:2 16069:1 16070:1 16071:1 16072:7 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:4 16192:1 16209:1 16212:1 16215:1 16234:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16376:1 16377:1 16388:6 16398:1 16431:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16503:1 16523:1 16540:18 16586:1 16589:1 16602:1 16604:1 16605:1 16625:2 16629:1 16649:3 16652:3 16668:2 16674:1 16704:3 16706:1 16707:1 16722:2 16724:2 16730:1 16731:1 16789:1 16795:1 16801:1 16808:1 16811:1 16817:3 16826:1 16834:1 16840:1 16842:2 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16933:1 16938:1 16948:4 16952:1 16975:1 16981:1 16985:1 16988:2 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:2 17084:2 17120:1 17121:1 17144:1 17190:3 17193:1 17224:1 17230:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17374:1 17390:1 17396:1 17402:1 17404:2 17412:1 17425:1 17444:3 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:3 17656:1 17660:2 17683:1 17747:2 17748:1 17749:2 17760:1 17790:1 17795:1 17838:1 17853:1 17862:3 17864:2 17888:3 17893:4 17908:1 17919:4 17930:1 17933:2 17935:1 17960:5 17963:1 17974:1 17975:3 17983:1 18014:1 18045:1 18053:1 18055:1 18064:1 18065:1 18075:1 18081:2 18097:3 18102:4 18103:1 18104:1 18107:3 18125:1 18127:1 18140:1 18154:2 18172:5 18191:2 18233:2 18251:7 18261:3 18266:1 18269:1 18281:2 18300:1 18317:1 18322:1 18329:3 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18410:1 18424:1 18443:1 18464:1 18466:2 18475:1 18493:2773 18498:2 18500:1 18520:1 18523:1 18564:5 18570:1 18588:1 18600:1 18604:5 18618:2 18628:1 18649:4 18676:1 18679:1 18686:1 18693:1 18711:2 18717:1 18726:2 18747:1 18756:1 18765:1 18770:1 18771:1 18797:1 18802:2 18803:1 18818:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18921:1 18944:5 18965:1 18983:1 18989:1 19003:1 19009:12 19016:1 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19105:1 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19172:1 19175:1 19180:1 19205:4 19207:1 19217:1 19236:1 19242:1 19265:2 19280:2 19286:1 19296:5 19326:2 19332:10 19335:1 19350:2 19351:1 19368:1 19379:1 19395:1 19420:1 19421:12 19427:1 19433:2 19434:1 19459:2 19460:1 19462:1 19470:2 19476:1 19497:1 19500:1 19506:2 19541:1 19546:1 19562:7 19563:1 19566:1 19584:18 19587:1 19595:1 19597:25 19600:4 19605:1 19618:2 19623:1 19646:4 19676:2 19679:1 19685:2 19690:2 19696:2 19701:1 19702:1 19728:1 19730:2 19739:3 19748:1 19775:1 19778:1 19785:2 19812:5 19817:1 19824:2 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:86 19926:1 19933:2 19936:1 19941:1 19947:1 19957:6 19959:1 19972:1 19979:2 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20048:1 20054:1 20056:11 20067:1 20068:2 20076:18 20077:1 20082:4 20087:1 20127:3 20143:1 20149:6 20151:1 20153:3 20154:1 20157:2 20158:1 20159:1 20160:2 20161:1 20166:3 20168:2 20169:1 20170:1 20171:2 20173:5 20174:7 20176:2 20203:1 20215:2 20228:1 20230:1 20235:1 20240:1 20246:1 20247:1 20255:1 20265:1 20268:1 20272:1 20273:1 20290:3 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:3 20344:2 20349:1 20366:1 20369:1 20373:1 20379:1 20382:1 20389:1 20390:1 20391:1 20397:1 20411:4 20442:2 20449:1 20454:1 20456:3 20485:3 20500:3 20517:5 20522:1 20523:6 20538:1 20547:2 20550:1 20552:1 20556:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20625:1 20647:1 20651:1 20658:1 20659:1 20662:1 20684:1 20685:1 20691:1 20695:9 20701:1 20706:2 20714:1 20715:2 20728:1 20733:1 20735:2 20739:6 20743:1 20752:2 20767:2 20770:1 20780:1 20783:1 20822:1 20838:2 20852:6 20864:2 20869:1 20881:2 20889:2 20890:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:3 21008:2 21012:2 21021:1 21024:3 21036:4 21053:1 21061:1 21066:1 21069:1 21071:1 21076:1 21077:1 21078:1 21082:1 21092:1 21096:1 21117:2 21121:2 21131:1 21132:2 21136:1 21154:1 21155:1 21157:2 21165:3 21178:1 21180:1 21192:1 21215:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:4 21287:1 21288:1 21289:1 21293:2 21310:2 21321:1 21329:1 21339:1 21343:3 21353:1 21356:2 21367:1 21369:1 21375:1 21376:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:26 21441:1 21446:1 21465:2 21471:1 21481:1 21484:2 21496:6 21505:1 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21561:1 21564:1 21565:3 21571:2 21581:2 21599:2 21607:1 21625:6 21626:3 21637:1 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:13 21663:3 21664:1 21665:1 21668:2 21676:2 21690:1 21692:1 21703:9 21714:1 21717:1 21733:8 21752:1 21765:1 21784:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:3 21855:1 21860:1 21861:2 21862:1 21863:1 21866:5 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:2 21956:1 21958:3 21961:1 21973:3 21975:1 21977:1 21986:3 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:7 22052:1 22068:1 22086:1 22090:1 22102:5 22108:2 22112:5 22124:1 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22206:1 22211:1 22224:4 22244:2 22247:1 22261:1 22262:3 22280:1 22310:3 22320:1 22329:1 22343:1 22347:1 22368:4 22379:9 22402:1 22414:2 22419:1 22449:2 22473:1 22475:1 22478:3 22497:1 22506:2 22510:1 22511:1 22519:18 22520:1 22531:1 22538:1 22545:2 22557:1 22561:4 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22632:1 22639:2 22647:1 22662:1 22670:1 22673:1 22688:1 22693:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:2 22786:2 22801:1 22891:1 22896:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23019:1 23023:1 23026:1 23028:1 23029:2 23050:1 23057:1 23059:2 23071:1 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23173:1 23175:2 23176:1 23187:1 23191:3 23193:3 23196:2 23199:2 23202:1 23211:1 23214:1 23230:3 23231:2 23236:1 23239:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23303:2 23304:3 23306:1 23313:1 23325:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23454:2 23461:1 23510:1 23515:1 23516:1 23523:1 23526:1 23582:4 23608:1 23621:1 23623:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:2 23703:3 23722:1 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:2 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:3 23850:1 23852:3 23864:1 23870:1 23872:1 23874:1 23881:2 23884:2 23902:1 23909:1 23916:1 23963:2 23964:2 23976:1 23979:2 23992:2 24017:1 24021:1 24026:1 24031:1 24053:1 24060:2 24062:3 24068:1 24073:1 24076:3 24080:1 24083:1 24089:1 24092:4 24114:3 24128:2 24136:1 24146:1 24147:3 24150:1 24179:2 24200:1 24218:1 24223:1 24224:2 24225:1 24228:1 24229:4 24231:4 24232:7 24234:1 24237:1 24238:1 24245:1 24253:4 24257:1 24300:1 24307:1 24309:1 24326:1 24331:1 24333:1 24338:2 24345:1 24348:1 24362:1 24364:1 24370:2 24378:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:2 24451:1 24452:1 24459:1 24463:1 24473:1 24492:2 24500:1 24501:2 24502:4 24507:1 24511:2 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24594:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:2 24691:1 24693:2 24707:1 24765:8 24775:1 24796:8 24801:1 24846:1 24851:1 24860:2 24866:1 24871:3 24909:2 24914:2 24915:1 24920:2 24927:1 24930:1 24962:1 24969:1 24970:2 24971:1 24981:2 24984:1 24986:2 24991:1 24994:4 24997:1 25019:1 25036:2 25056:2 25060:1 25090:1 25098:1 25104:3 25107:1 25135:3 25178:3 25181:3 25183:1 25189:10 25191:1 25196:1 25204:1 25221:3 25249:1 25250:4 25279:2 25299:1 25309:1 25313:7 25314:3 25329:1 25331:1 25333:1 25335:1 25365:3 25370:1 25379:1 25394:2 25402:1 25429:1 25435:2 25453:5 25473:2 25476:1 25477:1 25496:3 25507:5 25516:1 25527:2 25535:3 25541:2 25549:6 25559:1 25570:1 25594:1 25595:1 25601:2 25603:1 25613:2 25615:2 25616:1 25626:1 25627:1 25635:1 25636:1 25637:1 25638:1 25640:3 25642:1 25647:1 25648:1 25665:1 25674:1 25678:1 25682:1 25690:1 25711:6 25716:1 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:8 25783:1 25784:1 25793:1 25800:3 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:2 25876:4 25882:1 25904:1 25931:1 25945:1 25956:1 25965:1 25991:1 26046:2 26050:2 26055:1 26059:1 26061:1 26106:1 26111:2 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:2 26194:1 26196:2 26200:1 26202:1 26205:1 26208:1 26232:1 26240:1 26249:1 26266:2 26276:4 26289:1 26305:1 26332:1 26356:1 26365:1 26378:1 26379:2 26397:3 26399:1 26400:1 26418:3 26430:2 26440:1 26443:1 26452:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26541:1 26577:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26643:1 26646:1 26647:2 26650:1 26679:1 26692:2 26703:1 26707:2 26712:1 26714:1 26715:1 26723:1 26724:1 26741:1 26747:1 26760:1 26762:2 26775:1 26777:1 26778:4 26783:3 26794:2 26801:1 26811:1 26817:1 26819:1 26822:2 26845:2 26874:1 26876:2 26886:3 26900:1 26902:1 26914:1 26915:2 26924:1 26939:2 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:6 26972:2 26973:1 26976:1 26981:4 26982:1 26983:1 26985:1 26990:1 26995:2 27004:1 27006:1 27017:1 27032:2 27042:1 27044:1 27049:3 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:3 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:15 27276:1 27293:2 27294:1 27339:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27540:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:38 27660:1 27663:1 27664:1 27673:5 27678:2 27679:1 27714:2 27747:3 27756:1 27764:2 27771:2 27778:1 27783:2 27785:1 27804:1 27819:3 27836:1 27848:4 27874:1 27888:2 27894:4 27898:2 27905:1 27911:1 27929:1 27942:2 27957:1 27964:1 27970:2 27971:1 27988:1 27991:1 28000:1 28008:1 28009:1 28010:1 28012:1 28013:1 28020:1 28033:7 28042:1 28052:1 28058:2 28059:2 28092:1 28093:1 28096:1 28099:4 28102:1 28144:1 28148:1 28158:4 28162:7 28169:1 28199:1 28225:3 28285:1 28298:3 28301:1 28322:1 28339:1 28342:1 28352:2 28362:4 28379:1 28381:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28485:2 28506:1 28518:1 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28573:1 28578:2 28581:1 28593:1 28605:1 28610:2 28616:2 28635:1 28638:1 28652:1 28666:2 28668:2 28712:4 28719:1 28742:1 28749:1 28751:1 28765:5 28774:1 28783:2 28788:1 28794:3 28801:1 28820:2 28826:1 28834:1 28838:1 28839:2 28840:1 28845:1 28847:7 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28887:1 28896:2 28904:1 28906:1 28923:1 28930:1 28938:1 28954:1
5 3:1 10:1 29:1 31:3 32:1 64:1 98:1 105:3 107:1 120:3 131:1 134:1 142:2 156:6 169:1 170:1 175:3 180:1 184:3 186:2 187:1 190:1 197:2 201:1 208:1 221:1 225:6 238:1 249:1 257:1 260:3 272:3 274:1 281:1 309:3 345:6 347:1 354:1 361:1 364:1 375:1 383:1 388:2 389:8 390:1 391:1 401:2 405:2 419:4 428:1 434:2 452:2 489:1 504:1 512:1 527:1 537:1 551:1 554:4 555:1 562:2 567:1 569:1 570:1 572:2 580:10 581:1 606:1 658:1 679:1 687:1 691:1 703:1 721:1 726:1 743:1 758:1 765:1 775:1 780:2 790:2 799:4 814:6 815:1 821:1 822:1 826:1 836:3 837:1 842:7 844:3 851:1 853:4 864:8 877:4 881:1 882:1 883:4 886:5 897:1 898:2 900:3 902:1 906:1 911:4 915:3 918:1 934:1 936:2 991:1 1000:1 1008:3 1031:1 1043:2 1071:1 1084:1 1099:3 1103:1 1111:1 1126:1 1128:1 1131:1 1135:2 1136:1 1145:1 1146:1 1147:3 1158:2 1173:2 1175:2 1184:1 1185:1 1187:1 1188:1 1219:1 1226:1 1228:1 1261:2 1274:1 1287:2 1288:1 1293:1 1306:1 1307:1 1308:5 1327:5 1336:3 1340:2 1350:3 1354:2 1356:1 1357:3 1360:1 1364:1 1398:1 1401:1 1405:1 1421:1 1424:3 1442:1 1446:2 1453:1 1460:14 1462:1 1475:12 1488:2 1492:1 1524:1 1527:3 1529:1 1564:5 1575:1 1592:1 1608:1 1616:1 1629:1 1634:1 1648:1 1653:1 1674:1 1675:2 1684:3 1685:1 1693:2 1711:1 1717:1 1729:1 1733:1 1737:3 1754:1 1763:1 1769:1 1792:2 1801:2 1808:1 1812:2 1819:1 1826:1 1840:1 1867:1 1882:2 1889:3 1890:1 1901:2 1904:2 1911:2 1912:1 1918:2 1924:1 1927:2 1934:1 1951:1 1955:1 1968:3 1994:1 2000:2 2005:1 2008:1 2010:2 2013:1 2021:2 2031:1 2042:1 2045:8 2058:1 2069:2 2085:4 2103:2 2104:3 2105:1 2113:2 2123:1 2134:1 2157:1 2168:4 2169:1 2170:3 2172:8 2173:2 2174:4 2175:1 2178:4 2179:4 2186:2 2187:4 2189:1 2191:1 2192:1 2196:3 2197:2 2201:2 2203:1 2206:3 2240:1 2248:2 2253:1 2264:3 2270:1 2275:1 2290:2 2291:1 2292:1 2295:1 2300:1 2303:1 2313:3 2323:1 2329:1 2331:1 2335:1 2336:3 2354:1 2363:1 2375:1 2393:1 2407:1 2412:1 2417:1 2442:2 2445:1 2467:1 2479:1 2514:2 2516:1 2537:1 2550:4 2554:7 2566:1 2568:1 2572:1 2574:1 2578:1 2586:1 2588:1 2592:1 2596:1 2607:5 2610:3 2624:1 2638:1 2648:1 2650:1 2658:1 2676:2 2677:2 2683:1 2687:2 2690:1 2700:2 2710:3 2727:1 2728:1 2735:1 2755:1 2775:1 2793:22 2798:1 2800:2 2802:12 2808:1 2817:2 2820:1 2834:2 2844:1 2849:21 2865:1 2870:1 2873:1 2887:1 2894:2 2901:1 2904:3 2938:1 2956:1 2979:1 2986:2 2991:1 3005:1 3006:1 3007:2 3015:4 3038:1 3049:1 3087:1 3092:1 3110:1 3129:5 3154:1 3176:1 3177:1 3179:1 3186:1 3190:3 3208:6 3228:1 3241:2 3308:1 3321:1 3334:1 3343:3 3353:3 3357:1 3358:4 3359:6 3360:3 3362:3 3364:7 3365:5 3367:1 3368:3 3370:1 3371:1 3373:1 3399:1 3408:1 3410:1 3411:5 3417:2 3419:5 3421:5 3427:1 3443:3 3448:1 3466:1 3468:2 3482:2 3488:1 3491:7 3492:1 3493:24 3502:4 3504:1 3507:1 3508:1 3512:1 3513:1 3520:2 3523:1 3531:1 3533:2 3540:1 3546:1 3547:1 3565:1 3573:1 3578:1 3582:8 3585:2 3586:1 3590:4 3595:3 3604:1 3633:1 3644:8 3648:1 3655:1 3685:1 3693:1 3694:1 3698:1 3701:2 3718:1 3722:1 3743:1 3744:1 3755:1 3758:1 3763:1 3785:2 3803:1 3806:1 3817:2 3821:1 3824:1 3845:2 3858:1 3862:1 3863:1 3868:1 3870:3 3890:1 3895:2 3899:1 3903:1 3904:1 3919:3 3922:1 3924:1 3943:2 3948:1 3949:2 3964:2 3967:9 3968:2 3983:1 3985:1 3986:1 4024:2 4027:1 4048:1 4054:1 4060:2 4067:2 4115:1 4122:2 4136:1 4143:2 4145:1 4151:3 4157:1 4170:1 4192:1 4218:2 4221:1 4257:1 4258:1 4259:3 4265:1 4277:1 4287:1 4289:1 4297:2 4302:1 4306:7 4317:1 4320:1 4364:1 4371:1 4390:1 4394:1 4395:1 4410:1 4438:1 4446:3 4447:1 4451:1 4458:1 4482:2 4490:1 4499:1 4503:3 4504:1 4508:7 4528:1 4529:1 4534:4 4563:2 4569:4 4571:5 4573:1 4574:1 4576:1 4578:1 4604:1 4605:2 4606:1 4610:1 4614:2 4615:1 4630:1 4648:1 4655:1 4661:1 4663:6 4679:2 4696:2 4703:1 4704:1 4724:3 4726:1 4729:2 4742:1 4766:1 4771:1 4801:1 4813:1 4824:1 4833:2 4868:1 4869:1 4874:14 4877:2 4883:2 4899:1 4905:1 4910:1 4919:1 4920:1 4923:1 4939:1 4968:1 4975:1 4985:3 4993:1 5005:3 5006:6 5007:1 5008:1 5009:2 5011:5 5012:2 5013:1 5015:1 5017:4 5019:2 5025:8 5026:1 5030:1 5031:1 5032:3 5034:2 5035:1 5052:5 5056:1 5061:1 5069:1 5086:2 5112:4 5121:1 5130:1 5139:2 5156:1 5162:1 5191:1 5200:3 5216:1 5274:1 5275:2 5289:1 5293:1 5297:1 5308:7 5328:1 5339:2 5342:1 5361:3 5377:1 5394:1 5425:1 5426:1 5429:1 5434:1 5436:1 5446:1 5449:5 5460:2 5467:1 5474:1 5481:1 5549:5 5584:2 5595:2 5597:2 5598:1 5599:1 5602:2 5609:1 5612:1 5613:1 5618:1 5623:1 5629:3 5652:2 5687:2 5710:1 5711:1 5713:1 5720:2 5725:1 5745:1 5756:1 5762:1 5771:1 5773:2 5788:5 5889:1 5905:2 5917:1 5921:1 5928:1 5930:1 5935:1 5964:1 6001:1 6006:1 6017:3 6024:2 6030:2 6051:1 6058:1 6062:2 6063:1 6064:1 6065:5 6077:1 6078:2 6079:3 6081:2 6084:1 6092:1 6098:1 6105:3 6112:1 6115:1 6118:2 6130:2 6150:2 6154:1 6160:1 6165:1 6187:2 6190:3 6192:5 6194:2 6222:6 6223:1 6224:2 6230:2 6235:1 6272:1 6273:1 6274:1 6276:1 6287:2 6301:6 6315:1 6322:3 6332:2 6337:1 6367:1 6376:3 6377:3 6378:1 6381:1 6383:1 6384:1 6385:4 6390:2 6391:3 6394:2 6396:2 6404:9 6405:1 6407:1 6410:2 6418:2 6420:1 6422:1 6449:1 6455:1 6465:1 6491:1 6497:2 6506:1 6507:1 6513:1 6517:1 6529:3 6545:1 6555:1 6620:1 6635:2 6637:1 6665:1 6669:1 6675:1 6676:1 6679:1 6684:1 6689:1 6690:2 6702:3 6711:1 6715:2 6716:2 6744:2 6766:1 6789:1 6800:1 6813:1 6817:4 6847:8 6848:1 6852:1 6853:3 6859:1 6865:2 6872:1 6875:1 6885:9 6897:1 6914:1 6921:1 6923:1 6934:1 6939:1 6943:1 6948:1 6953:1 6956:1 6961:1 6967:1 6969:1 6980:1 6981:11 7002:1 7034:1 7038:2 7046:1 7061:3 7069:1 7071:1 7083:3 7085:1 7090:1 7112:1 7127:1 7139:1 7154:4 7170:2 7178:1 7183:1 7187:1 7210:1 7231:1 7241:1 7248:1 7250:2 7262:1 7263:1 7264:1 7270:2 7272:1 7283:1 7287:1 7297:1 7305:1 7311:2 7322:2 7324:1 7354:1 7356:3 7362:2 7375:2 7378:2 7384:1 7403:1 7446:7 7460:1 7469:1 7484:5 7491:1 7502:2 7528:1 7535:1 7539:1 7559:2 7570:1 7576:1 7599:2 7608:3 7610:4 7623:1 7632:2 7634:1 7646:1 7666:1 7681:3 7682:2 7693:3 7696:3 7699:4 7702:1 7732:5 7756:46 7763:1 7764:1 7771:23 7772:14 7778:1 7784:1 7790:1 7820:1 7832:1 7834:2 7835:1 7840:1 7866:2 7889:4 7890:1 7902:1 7914:1 7932:1 7937:8 7939:1 7965:2 7976:1 7985:2 8041:2 8053:1 8060:2 8072:1 8087:1 8094:1 8111:1 8113:1 8120:1 8125:3 8134:1 8143:3 8146:1 8150:1 8161:3 8172:1 8178:1 8197:1 8208:3 8212:1 8213:48 8243:1 8253:1 8262:1 8267:1 8277:1 8300:3 8309:1 8310:16 8312:9 8315:1 8319:1 8334:1 8345:2 8346:2 8353:3 8354:1 8359:1 8374:2 8377:1 8384:2 8387:1 8395:1 8400:1 8416:2 8429:3 8432:1 8437:1 8445:3 8447:2 8449:1 8450:1 8452:2 8453:2 8457:1 8458:1 8467:4 8469:1 8474:2 8490:1 8528:1 8556:1 8563:1 8565:1 8566:1 8568:1 8570:4 8571:2 8574:1 8578:1 8580:1 8584:3 8585:4 8588:1 8589:1 8607:4 8617:8 8623:1 8628:1 8634:1 8648:9 8649:2 8650:1 8670:1 8675:1 8710:1 8718:1 8728:3 8730:1 8736:1 8739:2 8769:2 8774:2 8789:3 8823:1 8839:1 8847:1 8879:1 8890:1 8906:1 8908:1 8922:1 8923:1 8928:1 8932:1 8956:1 8989:1 8998:1 9004:1 9006:1 9009:1 9017:2 9021:1 9026:2 9029:2 9039:1 9040:1 9047:1 9052:2 9063:1 9066:1 9078:1 9106:1 9117:1 9126:1 9140:1 9158:4 9160:1 9162:1 9178:1 9183:1 9185:1 9192:1 9193:1 9200:3 9201:2 9230:3 9242:3 9243:2 9246:2 9247:1 9254:3 9260:1 9264:1 9265:2 9268:2 9269:1 9274:3 9280:1 9290:2 9294:1 9313:1 9349:1 9350:1 9354:1 9355:4 9365:1 9367:1 9378:2 9400:1 9412:1 9413:1 9415:1 9422:1 9424:6 9440:1 9447:1 9457:1 9458:3 9471:3 9472:1 9478:1 9483:3 9486:1 9509:5 9515:1 9521:1 9531:1 9533:1 9557:1 9564:1 9577:1 9581:1 9584:2 9591:1 9597:1 9619:1 9631:1 9647:5 9648:3 9649:1 9660:1 9672:1 9680:1 9681:1 9702:1 9704:1 9710:1 9712:1 9724:2 9726:2 9729:7 9730:1 9733:1 9734:1 9737:1 9739:1 9740:1 9747:1 9781:1 9816:3 9833:6 9884:4 9895:2 9911:1 9917:3 9922:3 9928:3 9938:3 9940:1 9943:1 9945:5 9954:3 9969:1 9988:1 9992:1 9993:1 9996:1 10005:2 10012:1 10014:2 10050:2 10051:6 10058:1 10061:1 10062:1 10064:3 10076:2 10080:2 10087:1 10126:1 10152:1 10160:1 10172:2 10176:7 10189:1 10198:1 10205:1 10210:1 10212:1 10219:1 10237:1 10239:1 10240:2 10245:9 10270:1 10271:4 10272:3 10274:4 10275:2 10280:1 10281:3 10284:5 10286:1 10287:1 10291:2 10293:1 10295:1 10296:2 10302:3 10304:1 10305:16 10308:4 10309:1 10310:8 10312:3 10334:1 10336:3 10355:1 10382:1 10401:1 10403:1 10409:5 10411:1 10412:1 10413:2 10422:1 10434:1 10455:1 10457:3 10467:1 10475:2 10477:1 10496:1 10500:1 10503:1 10508:1 10513:2 10540:7 10553:2 10586:1 10594:2 10604:2 10624:1 10626:1 10633:1 10634:1 10641:1 10649:1 10652:7 10662:1 10674:1 10702:1 10708:1 10709:1 10711:3 10716:2 10743:2 10752:1 10757:1 10758:1 10780:1 10783:2 10801:2 10806:1 10832:1 10835:1 10857:1 10866:1 10889:1 10904:2 10916:1 10920:5 10922:5 10941:1 10946:1 10947:1 10949:1 10965:1 10970:5 10977:3 10983:1 10987:1 10995:1 11021:2 11030:1 11046:5 11052:1 11054:1 11063:1 11068:1 11072:1 11092:7 11094:1 11104:1 11128:1 11133:1 11134:1 11144:1 11164:1 11166:2 11167:1 11169:1 11193:1 11196:1 11222:1 11250:1 11282:1 11301:3 11307:1 11310:2 11323:1 11326:1 11328:1 11347:2 11350:1 11351:1 11353:1 11356:1 11357:1 11376:1 11378:1 11379:1 11383:1 11388:2 11390:2 11395:1 11402:1 11407:1 11408:1 11411:1 11414:1 11420:13 11437:1 11457:1 11461:1 11465:2 11470:5 11480:1 11482:1 11485:1 11495:1 11515:1 11516:2 11520:1 11531:1 11544:1 11581:1 11582:8 11588:2 11615:3 11618:1 11620:1 11622:1 11637:1 11640:7 11643:1 11645:1 11649:7 11652:1 11681:2 11683:2 11688:1 11689:9 11691:2 11701:1 11703:16 11709:1 11713:4 11718:1 11722:2 11723:2 11724:1 11728:1 11731:1 11732:1 11736:2 11752:1 11774:1 11777:1 11780:1 11783:1 11786:1 11788:1 11794:4 11801:3 11805:1 11807:3 11829:1 11837:1 11840:2 11861:2 11867:2 11868:4 11871:1 11875:1 11878:1 11888:1 11916:8 11918:5 11921:2 11925:1 11946:1 11947:1 11957:1 11964:1 11969:1 11975:1 11981:1 11984:1 11992:1 12026:1 12032:1 12035:2 12064:1 12069:1 12084:3 12085:5 12087:1 12095:1 12099:2 12101:1 12104:1 12107:1 12113:1 12119:1 12123:1 12137:1 12182:1 12194:1 12197:3 12198:1 12208:1 12212:1 12220:3 12236:1 12256:1 12259:1 12261:1 12265:1 12316:1 12331:1 12332:3 12333:1 12346:1 12364:2 12384:1 12410:1 12421:1 12424:1 12443:1 12483:1 12492:1 12509:2 12517:1 12518:1 12519:1 12523:1 12525:1 12557:1 12566:8 12569:2 12579:1 12582:1 12585:2 12591:1 12593:4 12595:1 12602:1 12612:1 12616:5 12629:3 12630:2 12631:1 12635:2 12640:1 12646:2 12649:2 12650:1 12652:3 12657:2 12662:1 12671:1 12683:1 12687:2 12691:1 12694:2 12700:3 12708:1 12716:1 12718:2 12726:2 12728:3 12732:2 12738:2 12744:3 12746:1 12752:1 12763:2 12769:1 12777:1 12784:2 12787:1 12788:6 12789:2 12792:1 12798:1 12805:1 12813:1 12822:1 12849:2 12854:1 12867:1 12876:1 12909:1 12910:1 12916:1 12921:1 12925:1 12934:1 12948:1 12961:1 12965:1 12991:2 12994:1 13001:1 13003:2 13015:2 13016:1 13022:1 13025:1 13028:1 13030:1 13038:1 13053:1 13058:3 13059:3 13066:2 13067:1 13085:3 13087:9 13111:1 13126:1 13162:1 13167:1 13180:8 13182:4 13188:2 13213:1 13215:1 13224:1 13238:1 13245:4 13247:1 13249:2 13300:1 13305:2 13315:2 13363:1 13387:1 13389:1 13402:1 13405:4 13417:1 13426:3 13434:3 13436:1 13448:2 13453:1 13458:1 13465:1 13470:1 13477:1 13478:2 13494:1 13516:6 13518:5 13519:1 13520:2 13521:2 13523:1 13528:8 13533:1 13534:2 13539:1 13540:1 13546:2 13555:2 13557:1 13558:1 13567:1 13568:1 13571:1 13589:1 13604:1 13607:1 13609:1 13627:1 13633:2 13635:6 13637:1 13641:1 13646:1 13675:11 13678:1 13694:1 13705:1 13715:1 13716:1 13724:1 13725:1 13728:4 13733:1 13737:1 13738:1 13742:1 13759:1 13760:1 13765:3 13772:1 13784:3 13791:1 13792:6 13796:1 13809:1 13833:1 13835:1 13840:1 13867:1 13869:13 13896:2 13927:8 13931:2 13937:1 13939:1 13960:2 13965:1 13974:2 13987:1 13990:4 13991:1 13994:2 13996:3 13999:1 14001:1 14019:1 14029:1 14031:1 14037:1 14057:1 14058:6 14064:1 14104:1 14115:1 14136:1 14147:1 14149:1 14171:1 14179:1 14180:4 14182:2 14186:1 14187:2 14198:1 14201:1 14203:1 14205:1 14209:3 14212:1 14213:3 14215:1 14227:2 14228:4 14235:1 14238:1 14266:1 14281:2 14285:2 14299:3 14319:1 14332:2 14338:1 14350:2 14351:1 14354:1 14383:2 14386:1 14396:1 14400:2 14407:1 14409:1 14413:1 14431:1 14438:4 14478:3 14494:3 14500:1 14509:1 14516:1 14519:1 14520:1 14524:1 14539:1 14545:1 14557:1 14562:2 14583:1 14586:1 14587:2 14604:1 14614:1 14619:12 14622:2 14628:1 14665:2 14673:1 14699:4 14703:2 14704:1 14705:1 14714:1 14722:1 14724:3 14748:1 14771:1 14776:1 14809:1 14812:3 14840:1 14845:1 14846:1 14853:1 14865:1 14873:1 14888:1 14892:1 14899:1 14907:1 14909:1 14926:1 14941:2 14943:1 14948:1 14957:1 14959:1 14972:1 14981:1 15009:2 15012:1 15018:3 15024:1 15041:2 15049:3 15052:1 15070:1 15074:1 15077:1 15089:1 15106:1 15128:1 15134:1 15136:1 15138:1 15142:2 15160:1 15166:1 15169:2 15189:1 15200:1 15217:1 15221:1 15251:1 15253:2 15278:4 15289:2 15315:1 15320:1 15324:2 15331:3 15337:1 15355:1 15362:7 15364:1 15389:1 15393:1 15402:1 15423:5 15455:1 15488:1 15502:1 15504:1 15511:2 15514:1 15515:1 15517:3 15528:2 15534:1 15545:5 15546:1 15553:6 15554:1 15572:2 15577:1 15579:1 15590:2 15602:1 15617:1 15624:2 15639:2 15640:1 15642:2 15653:3 15655:1 15666:3 15681:1 15693:1 15716:3 15735:1 15747:1 15760:1 15768:1 15788:2 15793:1 15794:1 15795:4 15805:2 15835:2 15850:1 15859:1 15866:4 15873:4 15876:1 15896:1 15901:7 15917:1 15924:1 15929:1 15931:1 15939:1 15941:6 15945:1 15982:1 15995:2 16026:1 16036:1 16041:1 16042:1 16044:1 16045:3 16047:1 16048:4 16049:5 16050:5 16051:2 16053:3 16057:4 16060:2 16061:4 16065:2 16066:1 16067:2 16069:1 16070:1 16071:1 16072:7 16074:1 16078:1 16103:1 16151:1 16153:1 16155:1 16171:1 16175:1 16177:1 16181:4 16192:1 16209:1 16212:1 16215:1 16234:1 16238:1 16248:1 16260:1 16265:1 16266:1 16272:1 16280:1 16288:1 16303:1 16308:1 16311:3 16331:1 16346:1 16355:1 16360:1 16369:1 16373:1 16376:1 16377:1 16388:7 16398:1 16431:1 16436:1 16441:1 16446:1 16466:1 16478:2 16494:1 16497:1 16503:1 16523:1 16540:18 16586:1 16589:1 16602:1 16604:1 16605:1 16625:2 16629:1 16649:3 16652:3 16668:2 16674:1 16704:3 16706:1 16707:2 16722:2 16724:2 16730:1 16731:1 16789:1 16795:1 16801:1 16808:1 16811:1 16817:3 16826:1 16834:1 16840:1 16842:2 16848:1 16851:1 16857:1 16859:1 16861:11 16875:1 16915:1 16925:1 16933:1 16938:1 16948:4 16952:1 16975:1 16981:1 16985:1 16988:2 16997:1 17008:1 17014:1 17015:1 17022:2 17063:1 17079:2 17084:2 17120:1 17121:1 17144:1 17190:3 17193:1 17224:1 17230:1 17235:1 17243:3 17244:1 17255:1 17276:1 17279:1 17284:1 17293:1 17296:1 17317:4 17342:1 17374:1 17390:1 17396:1 17402:1 17404:2 17412:1 17425:1 17444:3 17458:3 17461:1 17467:2 17468:1 17472:1 17473:1 17485:1 17487:1 17493:1 17520:2 17549:1 17571:1 17582:3 17584:1 17595:1 17623:1 17639:1 17654:1 17655:3 17656:1 17660:2 17683:1 17747:2 17748:1 17749:2 17760:1 17790:1 17795:1 17802:1 17838:1 17853:1 17862:3 17864:2 17888:3 17893:4 17908:1 17919:4 17923:1 17930:1 17933:2 17935:1 17960:5 17963:1 17974:1 17975:3 17983:1 18014:1 18045:1 18053:1 18055:1 18064:1 18065:1 18075:1 18081:3 18097:3 18102:4 18103:1 18104:1 18107:3 18125:1 18127:1 18140:1 18154:2 18172:5 18191:2 18233:2 18251:7 18261:3 18266:1 18268:1 18269:1 18281:2 18300:1 18317:1 18322:1 18329:3 18333:1 18340:1 18350:1 18361:1 18364:1 18370:1 18402:1 18410:1 18424:1 18443:1 18464:1 18466:2 18475:1 18493:2828 18498:2 18500:1 18520:1 18523:1 18564:5 18570:1 18588:1 18600:1 18604:5 18618:2 18628:1 18649:4 18676:1 18679:1 18686:1 18693:1 18711:2 18717:1 18726:2 18747:1 18756:1 18765:1 18767:1 18770:1 18771:1 18797:1 18802:2 18803:1 18818:1 18827:1 18834:1 18838:1 18857:1 18858:1 18893:3 18898:2 18915:1 18921:1 18944:5 18965:1 18983:1 18989:1 19003:1 19009:12 19016:1 19018:3 19022:1 19026:1 19051:1 19055:1 19069:1 19071:1 19080:1 19084:3 19105:1 19121:2 19135:1 19148:3 19161:1 19167:2 19169:1 19172:1 19175:1 19180:1 19205:4 19207:1 19217:1 19236:1 19242:1 19265:2 19280:3 19286:1 19296:5 19326:2 19332:10 19335:1 19350:2 19351:1 19368:1 19379:1 19395:1 19420:1 19421:12 19427:1 19433:2 19434:1 19459:2 19460:1 19462:1 19470:2 19476:1 19497:1 19500:1 19506:2 19541:1 19546:1 19562:7 19563:1 19566:1 19584:18 19587:1 19595:1 19597:26 19600:4 19605:1 19618:2 19623:1 19646:4 19676:2 19679:1 19685:2 19690:2 19696:2 19701:1 19702:1 19715:1 19728:1 19730:2 19739:3 19748:1 19775:1 19778:1 19785:2 19812:5 19817:1 19824:2 19831:1 19833:1 19842:1 19844:1 19853:1 19871:1 19872:1 19888:1 19889:1 19913:89 19926:1 19933:2 19936:1 19941:1 19947:1 19957:6 19959:1 19972:1 19979:2 19995:1 19998:1 20000:1 20011:1 20019:1 20030:1 20047:2 20048:1 20054:1 20056:11 20067:1 20068:2 20076:18 20077:1 20082:4 20087:1 20127:3 20143:1 20149:6 20151:1 20153:3 20154:1 20156:1 20157:2 20158:1 20159:1 20160:2 20161:1 20166:3 20168:2 20169:1 20170:1 20171:2 20173:5 20174:7 20176:2 20203:1 20215:2 20228:1 20230:1 20235:1 20240:1 20246:1 20247:1 20255:1 20265:1 20268:1 20272:1 20273:1 20290:3 20291:1 20298:1 20311:1 20319:1 20338:2 20341:1 20343:3 20344:2 20349:1 20366:1 20369:1 20373:1 20379:1 20382:1 20389:1 20390:1 20391:1 20397:1 20411:4 20442:2 20449:1 20454:1 20456:3 20485:3 20500:3 20517:5 20522:1 20523:7 20538:1 20547:2 20550:1 20552:1 20556:1 20564:1 20577:1 20591:1 20598:1 20608:2 20622:1 20625:1 20647:1 20651:1 20658:1 20659:1 20662:1 20684:1 20685:1 20691:1 20695:9 20701:1 20706:2 20714:1 20715:2 20728:1 20733:1 20735:2 20739:6 20743:1 20752:2 20767:2 20770:1 20774:1 20780:1 20783:1 20822:1 20838:2 20852:6 20864:2 20869:1 20881:2 20889:2 20890:1 20893:1 20911:1 20918:1 20977:1 20997:1 20999:1 21002:1 21006:3 21008:2 21012:2 21013:1 21021:1 21024:3 21036:4 21053:1 21061:1 21066:1 21069:1 21071:1 21076:1 21077:1 21078:1 21082:1 21092:1 21096:1 21117:2 21121:2 21131:1 21132:2 21136:1 21154:1 21155:1 21157:2 21165:3 21178:2 21180:1 21192:1 21215:1 21224:1 21245:1 21252:1 21257:1 21266:2 21272:1 21279:1 21281:1 21286:4 21287:1 21288:1 21289:1 21293:2 21310:2 21321:1 21329:1 21339:1 21343:3 21353:1 21356:2 21358:1 21367:1 21369:1 21375:1 21376:1 21389:1 21394:1 21400:1 21402:1 21405:1 21407:1 21415:4 21419:26 21441:1 21446:2 21465:3 21471:1 21481:1 21484:2 21496:6 21505:1 21517:1 21523:2 21525:5 21527:1 21530:2 21559:1 21561:1 21564:1 21565:3 21571:2 21581:2 21599:2 21607:1 21625:7 21626:3 21637:1 21641:2 21642:1 21643:1 21652:1 21653:1 21661:1 21662:13 21663:4 21664:1 21665:1 21668:2 21676:2 21690:1 21692:1 21703:9 21714:1 21717:1 21733:8 21752:1 21765:1 21784:1 21789:2 21799:2 21802:1 21817:3 21829:1 21831:1 21834:1 21835:1 21848:1 21854:3 21855:1 21860:1 21861:2 21862:1 21863:1 21866:5 21870:1 21882:1 21894:1 21901:1 21924:2 21928:1 21941:1 21953:1 21955:2 21956:1 21958:3 21961:1 21973:3 21975:1 21977:1 21986:4 21987:1 21999:2 22002:1 22018:1 22025:1 22028:3 22048:2 22050:8 22052:1 22068:1 22086:1 22090:1 22102:5 22108:2 22112:5 22124:1 22139:1 22152:1 22158:1 22176:1 22178:1 22188:1 22190:1 22206:1 22211:1 22224:4 22244:2 22247:1 22261:1 22262:3 22280:1 22310:3 22320:1 22328:1 22329:1 22343:1 22347:1 22368:4 22379:10 22402:1 22414:2 22419:1 22449:2 22473:1 22475:1 22478:3 22497:1 22506:2 22510:1 22511:1 22519:18 22520:1 22531:1 22538:1 22545:2 22557:1 22561:4 22562:1 22564:1 22576:1 22592:1 22596:1 22611:1 22613:1 22632:1 22639:2 22647:1 22662:1 22670:2 22673:1 22688:1 22693:1 22707:3 22714:2 22726:1 22728:2 22729:1 22731:2 22786:2 22801:1 22891:1 22896:1 22904:1 22932:2 22933:1 22937:1 22941:7 22947:2 22963:1 22979:1 23005:3 23019:1 23023:1 23026:1 23028:1 23029:2 23050:1 23057:1 23059:2 23071:1 23088:1 23090:2 23092:1 23097:4 23101:4 23116:1 23130:1 23131:1 23133:1 23138:1 23154:1 23165:1 23173:1 23175:2 23176:1 23187:1 23191:3 23193:3 23196:2 23199:2 23202:1 23211:1 23214:1 23230:3 23231:2 23236:1 23239:1 23248:1 23253:1 23254:1 23258:1 23262:1 23271:2 23273:1 23280:1 23297:1 23303:2 23304:3 23306:1 23313:1 23325:1 23327:1 23329:1 23336:2 23337:1 23356:1 23358:1 23367:1 23403:1 23410:1 23430:1 23450:2 23453:7 23454:2 23461:1 23510:1 23515:1 23516:1 23523:1 23526:1 23582:5 23608:1 23621:1 23623:1 23630:3 23635:2 23655:1 23659:2 23667:1 23688:1 23692:1 23699:2 23703:3 23722:1 23730:1 23737:1 23744:1 23747:1 23751:2 23754:1 23782:1 23783:2 23795:2 23797:1 23801:1 23817:1 23818:3 23821:1 23825:1 23841:1 23842:3 23843:3 23850:1 23852:3 23864:1 23870:1 23872:1 23874:1 23881:2 23884:2 23902:1 23909:1 23916:1 23963:2 23964:2 23976:1 23979:2 23992:2 24017:1 24021:1 24026:1 24031:1 24053:1 24060:2 24062:3 24068:1 24073:1 24076:3 24080:1 24083:1 24089:1 24092:4 24108:1 24114:3 24128:2 24136:1 24146:1 24147:3 24150:1 24174:1 24179:2 24200:1 24218:1 24223:1 24224:2 24225:1 24228:1 24229:4 24231:4 24232:7 24234:1 24237:1 24238:1 24245:2 24253:4 24257:1 24300:1 24307:1 24309:1 24326:1 24331:1 24333:1 24338:2 24345:1 24348:1 24362:1 24364:1 24370:2 24378:1 24380:1 24386:1 24410:1 24417:1 24440:1 24447:2 24451:1 24452:1 24459:1 24463:1 24473:1 24492:2 24500:1 24501:2 24502:4 24507:1 24511:2 24520:1 24523:2 24527:1 24545:2 24557:1 24592:1 24594:1 24599:2 24605:1 24625:1 24651:1 24669:1 24676:2 24687:2 24691:1 24693:2 24707:1 24765:8 24775:1 24796:8 24801:1 24846:1 24851:1 24860:2 24866:1 24871:3 24909:2 24914:3 24915:1 24920:2 24927:1 24930:1 24955:1 24962:1 24969:1 24970:2 24971:1 24981:2 24984:1 24986:2 24991:1 24994:4 24997:1 25019:1 25036:2 25056:2 25060:1 25090:1 25098:1 25104:3 25107:1 25135:3 25178:3 25181:3 25183:1 25189:10 25191:1 25195:1 25196:1 25204:1 25221:3 25249:1 25250:4 25279:2 25299:1 25309:1 25313:7 25314:4 25329:1 25331:1 25333:1 25335:1 25365:3 25370:1 25379:1 25394:2 25402:1 25429:1 25435:2 25453:5 25473:2 25476:1 25477:1 25496:3 25507:5 25516:1 25527:2 25535:3 25541:2 25549:6 25559:1 25570:1 25594:1 25595:1 25601:3 25603:1 25613:2 25615:2 25616:1 25626:1 25627:1 25635:1 25636:1 25637:1 25638:1 25640:3 25642:1 25647:1 25648:1 25665:1 25674:1 25678:1 25682:1 25690:1 25711:6 25716:1 25720:1 25746:1 25748:2 25756:6 25757:1 25767:1 25782:9 25783:1 25784:1 25793:1 25800:4 25806:1 25819:1 25824:1 25827:2 25828:1 25842:1 25854:4 25862:1 25864:2 25876:4 25882:1 25904:1 25931:1 25941:1 25945:1 25956:1 25965:1 25991:1 26046:2 26049:1 26050:2 26055:1 26059:1 26061:1 26106:1 26111:2 26117:1 26120:3 26121:3 26123:1 26129:2 26153:1 26165:2 26167:2 26169:1 26193:2 26194:1 26196:2 26200:1 26202:1 26205:1 26208:1 26232:1 26240:1 26249:1 26266:2 26276:4 26289:1 26305:1 26332:1 26356:1 26365:1 26378:1 26379:3 26397:3 26399:1 26400:1 26418:3 26430:2 26440:1 26443:1 26452:1 26456:2 26458:1 26464:1 26483:1 26492:1 26527:1 26541:1 26577:1 26599:3 26602:1 26619:1 26630:1 26632:2 26638:1 26641:1 26643:1 26646:1 26647:2 26650:1 26679:1 26692:2 26703:1 26707:2 26712:1 26714:1 26715:1 26723:1 26724:1 26741:1 26747:1 26760:1 26762:2 26775:1 26777:1 26778:4 26783:4 26794:2 26801:1 26811:2 26817:1 26819:1 26822:2 26845:2 26874:1 26876:2 26886:3 26894:1 26900:1 26902:2 26914:1 26915:2 26924:1 26939:2 26941:3 26942:3 26944:1 26945:1 26948:2 26957:2 26958:2 26963:1 26964:6 26972:2 26973:1 26976:1 26981:4 26982:1 26983:1 26985:1 26990:1 26995:2 27004:1 27005:1 27006:1 27017:1 27032:2 27042:1 27044:1 27049:3 27053:1 27065:1 27067:1 27068:4 27114:1 27122:1 27144:1 27149:4 27160:1 27162:1 27165:1 27188:1 27192:1 27194:1 27195:1 27209:4 27222:1 27226:1 27227:1 27234:2 27240:16 27276:1 27293:2 27294:1 27339:1 27386:1 27396:2 27418:2 27448:1 27452:1 27478:1 27497:2 27501:1 27512:1 27528:1 27531:1 27535:1 27540:1 27551:1 27553:1 27559:2 27564:1 27565:1 27576:1 27584:1 27585:1 27586:1 27596:7 27614:2 27622:1 27630:2 27641:39 27660:1 27663:1 27664:1 27673:6 27678:2 27679:1 27714:2 27747:3 27756:1 27764:2 27771:2 27778:1 27783:2 27785:1 27804:1 27819:3 27836:1 27848:4 27874:1 27888:2 27894:4 27898:2 27905:1 27911:1 27929:1 27942:2 27950:1 27957:1 27964:1 27970:2 27971:1 27988:1 27991:1 28000:1 28008:1 28009:1 28010:1 28012:1 28013:1 28020:1 28033:7 28042:1 28052:1 28058:2 28059:2 28092:1 28093:1 28096:1 28099:4 28102:1 28144:1 28148:1 28158:4 28162:7 28169:1 28199:1 28225:3 28285:1 28298:3 28301:1 28322:1 28339:1 28342:1 28352:2 28362:4 28379:1 28381:1 28390:2 28404:1 28428:1 28443:1 28453:1 28479:1 28481:2 28485:2 28506:1 28518:1 28519:1 28535:1 28544:1 28550:2 28552:1 28553:1 28562:1 28573:1 28578:2 28581:1 28593:1 28605:1 28610:2 28616:2 28635:1 28638:1 28652:1 28666:2 28668:2 28712:4 28719:1 28742:1 28749:1 28751:1 28765:5 28774:1 28783:2 28788:1 28794:3 28801:1 28820:2 28826:1 28834:1 28838:1 28839:2 28840:1 28845:1 28847:7 28849:1 28851:2 28852:1 28854:1 28857:1 28860:1 28864:1 28867:1 28873:1 28875:1 28887:1 28896:2 28904:1 28906:1 28923:1 28930:1 28938:1 28954:1
|
65fd4653c3fa65383233e73bc5affe1e9b3473ae | 2391eec552dac38c05f9c53bae1ec612f2871f51 | /Lab 2/exp2gen.sce | 7d0b108adfb1d5a710ce0de23bbbf47aacf084db | [] | no_license | Zebz13/EEE-S7-Power-Systems | fe9e00e27242fa51650bf87e46c504a716a22edf | 1fc9ab29e96a5d5f8a23d629364cadf2c70c4a40 | refs/heads/main | 2023-01-10T03:53:34.295752 | 2020-11-08T17:03:45 | 2020-11-08T17:03:45 | 309,158,346 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,163 | sce | exp2gen.sce | //same code for all//
clc;
clear;
format("v",15)
function d=deq(a,b,c)
d=(a*b*c)^(1/3)
endfunction
function C= singleCap(d,r)
C=(%pi*8.85*10^(-12))/(log(d/r))
endfunction
function C= threeCap(d,r)
C=(2*%pi*8.85*10^(-12))/(log(d/r))
endfunction
function I= chargingI(v,f,c)
I=v*f*c*2*3.14/(3^(1/2))
endfunction
phase=input("Enter the number of phases of system(1 or 3):")
dia=input("Enter diameter of the conductor in cm:")
r=(dia/2)*(10^-2)
fre=input("Enter the frequency(0 if not given): ")
volt=input("Enter the voltage(0 if not given): ")
unit=input("Enter the unit in KM(1 if perkm):")
lunit=unit*1000
if(phase==1) then
a=input("Enter distance between conductors in m:");
C=singleCap(a,r)*lunit;
else if (phase==3) then
a=input("Enter distance between conductors A and B in m:");
b=input("Enter distance between conductors B and C in m:");
c=input("Enter distance between conductors C and A in m:")';
C=threeCap(deq(a,b,c),r)*lunit;
end
end
i=chargingI(volt,fre,C)
disp("Capacitance of line per "+string(unit)+"km = "+string(C));
disp("Charging current = "+string(i));
|
50158841119086d74843571e6d31903d01a3915b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH2/EX2.6/ex2_6.sce | 069c21667489e48b77174b90aa8b659ef3661f15 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 346 | sce | ex2_6.sce | // Amplitude Modulation-Transmission : example 2-6 : pg(81 & 82)
Ic=12;//antenna current of AM transmitter when unmodulated
It=13;//current when modulated
x=2*((13/12)^2-1);
m=sqrt(x);
a=m*100;
printf("\nIt = Ic.sqrt(1+(m^2)/2) \nm^2 = %.2f ",x);
printf("\nm = %.2f",m);
printf("\npercent(m) = %.f percent",a);//percentage of modulation
|
a1d1e99d5cb4155ca4603b1bc29f11a9d21b5222 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.2/Unix/scilab-2.2/macros/percent/%ros.sci | 1e3ff55156fc18832834450334818d9f4d7c5044 | [
"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 | 227 | sci | %ros.sci | //[r]=%ros(l1,l2)
//%ros(l1,l2) correspond a l'operation l1==l2 ou l1 est une fraction
// rationnelle et l2 une matrice de scalaire
//!
r=degree(l1(2))==0°ree(l1(3))==0
if r then r=coeff(l1(2))./coeff(l1(3))==l2,end
//end
|
19b2c1563cdaab19c0bfb4fb281c102412eacc75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /509/CH9/EX9.6/9_6.sci | 7ac8d0bb248ac4dbc5888c455e5d6b6829fb184f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,286 | sci | 9_6.sci | // Chapter 9 Example 6//
clc
clear
// from the above diagram distnce between various conductors can be found out//
// conductor radius =r//
r=0.025;// in cms//
k1=6;//k1=dac=dc1a1//
k2=4;//k2=dac1=dca1//
k3=10;//k3=dbb1//
k4=sqrt((k1/2)^2+(k1/2)^2);//k4=dab=dbc=db1c1=da1b1//
k5=sqrt((k1)^2+(k2)^2);//k5=daa1=dcc1//
k6=sqrt((k1/2)^2+(k3-(k3-k2)/2)^2);//k6=dbc1=dba1=dcb1=dab1//
// mutual GMD in position 1=ds1//
gmd1=(k4*k1*k6*k2)^(1/4);
printf("\n Mutual GMD of conductor in position1 = %.4fm \n",gmd1);
// self-GMD in position in position1=gmr1//
gmr1=sqrt(0.7788*r*k5);
printf("\n Self GMD in position1 = %.3fm\n",gmr1);
gmd2=(k4*k4*k6*k6)^(1/4);
printf("\n Mutual GMD of conductor in position2 = %.3fm \n",gmd2);
gmr2=sqrt(0.7788*r*k3);
printf("\n Self GMD in position2= %.3fm\n",gmr2);
gmd3=(k1*k6*k2*k4)^(1/4);
gmr3=sqrt(0.7788*r*k5);
printf("\n Mutual GMD of conductor in position3 = %.3fm\n",gmd3);
printf("\n Self GMD in position3 = %.3fm\n",gmr3);
// mutual gmd=dm//
dm=(gmd1*gmd2*gmd3)^(1/3);
printf("\n Mutual GMD = %.3fm\n",dm);
ds=(gmr1*gmr2*gmr3)^(1/3);
printf("\n Self GMR = %.3fm\n",ds);
// inductance of phase a=la//
la=2*10^-7*(log(dm/ds))*10^6;// 10^6 is conversion factor//
printf("\n Inductance of phase a = %.3fmH/km\n",la);
|
2382548e795749bd17b0132616438672e75de9dc | 67310b5d7500649b9d53cf62226ec2d23468413c | /tags/archive/TestCaseGenerator-Plugin-OpeningSequenceCoverage/trunk/tests/large-system-tests/inputs/jEdit/ground_truth/OpeningSequenceCoverage/length-1/max-150/t29.tst | b7610688df698d71d3cbc4823ed41fc9ee9b24df | [] | no_license | csnowleopard/guitar | e09cb77b2fe8b7e38d471be99b79eb7a66a5eb02 | 1fa5243fcf4de80286d26057db142b5b2357f614 | refs/heads/master | 2021-01-19T07:53:57.863136 | 2013-06-06T15:26:25 | 2013-06-06T15:26:25 | 10,353,457 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 661 | tst | t29.tst | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TestCase>
<Step>
<EventId>e16</EventId>
<ReachingStep>false</ReachingStep>
</Step>
<Step>
<EventId>e11</EventId>
<ReachingStep>false</ReachingStep>
</Step>
<Step>
<EventId>e54</EventId>
<ReachingStep>false</ReachingStep>
</Step>
<Step>
<EventId>e77</EventId>
<ReachingStep>false</ReachingStep>
</Step>
<Step>
<EventId>e35</EventId>
<ReachingStep>false</ReachingStep>
</Step>
<Step>
<EventId>e32</EventId>
<ReachingStep>false</ReachingStep>
</Step>
</TestCase>
|
76d691d3ce99c2b342863b4f46beb17e940d83b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3773/CH12/EX12.1/Ex12_1.sce | d3a61f9629ed95a72d993122b231b109df899e19 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,729 | sce | Ex12_1.sce | //Chapter 12: The Cylindrical Antenna and the Moment Method
//Example 12-12.1
clc;
//Variable Initialization
N = 3 //Piecewise sinusoidal dipole modes (unitless)
l = 1/10.0 //Dipole length (lambda)
z11_exact = 0.4935 - 3454*%i //Exact impedance vector(ohm)
z11_apprx = 0.4944 - 3426*%i //Approximate impedance vector(ohm)
z12_exact = 0.4935 + 1753*%i //Exact impedance vector(ohm)
z12_apprx = 0.4945 + 1576*%i //Approximate impedance vector(ohm)
z13_exact = 0.4935 + 129.9*%i //Exact impedance vector(ohm)
z13_apprx = 0.4885 + 132.2*%i //Approximate impedance vector(ohm)
//Calculations
N2 = N + 1 //Number of equal segments (unitless)
d = l/4 //Length of each segment (lambda)
Rmn = 20*(2*%pi*d)**2 //Real part of elements of Z-matrix, Zmn (VA)
zmat_apprx=([z11_apprx+z13_apprx,z12_apprx;2*z12_apprx,z11_apprx])//matrix(unitless)
vmat = ([0;1]) //Voltage matrix (unitless)
[i1]=linsolve(zmat_apprx,vmat) //Current matrix (unitless)
i1=i1*-1
i_ratio = i1(2)/i1(1) //Current ratio (unitless)
zin = vmat(2)/i1(2) //Input impedance (ohm)
zmat_exact =([z11_exact+z13_exact,z12_exact;2*z12_exact,z11_exact])
[i1_e] = linsolve(zmat_exact,vmat) //Current matrix (unitless)
i1_e=i1_e*-1
i_ratio_exact = i1_e(2)/i1_e(1) //Current ratio (unitless)
zin_exact = vmat(2)/i1_e(2) //Input impedance (ohm)
//Result
mprintf("The current ratio is %.2f+%.4f j",real(i_ratio),imag(i_ratio))
mprintf("\nThis is nearly equal to 1.9 indicating a nearly triangular current distribution")
mprintf("\nThe input impedance is %.3f%.3fj ohm using approximate values", real(zin),imag(zin))
mprintf("\nThe input impedance is %.3f%.3fj ohm using exact values", real(zin_exact),imag(zin_exact))
|
b86af5f0a35650218962d439b8b493d8704479f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3808/CH7/EX7.9/Ex7_9.sce | 8d98ca511841452fd90e01f2eb0883d30eb78f41 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 693 | sce | Ex7_9.sce | //Chapter 07: Discrete Probability
clc;
clear;
p0=0.9 //prob of bit 0 generation
p1=1-p0 //prob of bit 1 generation
total_bits=10 //total bits generated
reqd_bits=8 //reqd bits out of totalbits generated
function result=combination(n,r) //function definition
i=n
num=1
denominator=1
l=(n-r)+1
u=n
for i=l:u //to compute the value of the numerator
num=num*i
end
for j=1:r //to compute the value of the denominator
denominator=denominator*j
end
result=num/denominator
return result
endfunction
//Using theorem 2
prob_eight_0=combination(total_bits,reqd_bits)*((p0)**reqd_bits)*((p1)**(total_bits-reqd_bits))
disp(prob_eight_0,'Probability of exactly eight 0 bits generated is')
|
36c6f21aec3c1ba7e2ea3a891e63c8810ac42ed3 | 7ad0d60cf81a6a597c854f34eb8e4d0f0238449f | /Controle/T1/Código/V3/seguidor com disturbio.sce | 5e5224a1cb5f49dbd02bd4bd28775f099cfa6ae0 | [] | no_license | Lucas-Okamura/Poli-USP | 83c5bf59a8d1f04215db1caeb3898a2394c0797c | 2875cd8e0f3a2549f0461d0256cf5e8cc24d204c | refs/heads/master | 2023-06-07T21:29:13.123960 | 2021-06-23T21:59:01 | 2021-06-23T21:59:01 | 304,692,746 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,466 | sce | seguidor com disturbio.sce | Ar = [0,0,0,0;0,0,-1,0;0,1,0,0;0,0,0,0]
B2 = E
Aw = [0,0,0;0,0,0;0,0,0]
F = A-B*Kcal
F1 = inv(F)
F2 = [B2 A-Ar]
Ke = inv(C*F1*B)*C*F1*F2
disp([B2 B*Kcal])
disp(B*Ke)
Ay = [B2 B*Kcal]-B*Ke
Ao = [Aw zeros(3,4);zeros(4,3) Ar]
lambdafull = [A-B*Kcal,0.022*Ay;zeros(7,4),Ao]
//lambda = [A-B*Kc,(B*det(A)*1150*(Kc-Ke));zeros(4,4),Ar]
t0 = 0 // Definição do intervalo de tempo
dt = 0.1
n = 300
tf = t0 + dt*(n-1)
t = []
t = t0:dt:tf
x0 =[]
x0 = [1;0;0;0] // Condições inicias
w0 = [0;20;0]
r0 = [0;0.3;0;0]
c0 = [x0;w0;r0]
xe1=[]
xe2=[]
xe3=[]
xe4=[]
xr1=[]
xr2=[]
xr3=[]
xr4=[]
yr =[]
xw1=[]
xw2=[]
xw3=[]
xw=[]
for i = 1:n // Simulação via matriz de transição
disp(i)
T = t0 + dt*(i-1)
//x = expm(lambda*(T-t0))*[x0;r0]
xe = expm(lambdafull*(T-t0))*c0
xr = expm(Ar*(T-t0))*r0
xw = expm(Aw*(T-t0))*w0
xe1(i) = xe(1)
xe2(i) = xe(2)
xe3(i) = xe(3)
xe4(i) = xe(4)
xw1(i)=xw(1)
xw2(i)=xw(2)
xw3(i)=xw(3)
xr1(i)=xr(1)
xr2(i)=xr(2)
xr3(i)=xr(3)
xr4(i)=xr(4)
end
y=[]
yr=[]
y = C*[xe1';xe2';xe3';xe4']
yr = C*[xr1';xr2';xr3';xr4']
yw = C*[xe1';xe2';xe3';xe4']
xw = [xw1';xw2';xw3']
scf(0)
plot2d(t,y(1,:))
//plot2d(t,yw(1,:),style = 4)
plot2d(t,xw(3,:),style = 5)
plot2d(t,yr(1,:),style=3)
xgrid()
scf(1)
plot2d(t,y(2,:))
//plot2d(t,yw(2,:),style = 4)
plot2d(t,yr(2,:),style=5)
xtitle('Velocidade p (rad/s) x Tempo (s)','Tempo (s)','Velocidade p (rad/s)')
legend('Saída','Referência')
xgrid()
xgrid()
|
ba5e2dcd8863704dbdd98bc90ef1ade37c2ce817 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH1/EX1.14/ex_1_14.sce | f52bd3d5b87f7deaa8e11266c5a71922fb84a419 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 304 | sce | ex_1_14.sce |
//Example 1.14// temperature range
clc;
clear;
close;
//given data :
a=800; // calibration range in celcius
b=300; // calibration range in celcius
c=.11; // percentage of span
S=a-b;
D=(.11/100)*500;
disp(S,"span of pyrometer,S(degree celcius) = ")
disp(D,"dead zone,D(degree celcius) = ")
|
0881582bc13a5cc1841311755d03a8abe1f1eb44 | e987cd566edc75997f9b02377514d4f3a0dba12c | /sys/src/base/concom/concom.tst | 217ab1e9cb2b2253ce3e51f93df546dea11f8289 | [] | no_license | 7u83/maxdb-buildtools | f942adff2cd55d0a046b6ef3e18f6645b011a26e | ce9a56943f6195d6755e983035aa96cbe95e6cb2 | refs/heads/master | 2020-05-04T18:23:30.849371 | 2015-02-15T19:25:49 | 2015-02-15T19:25:49 | 30,428,297 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,121 | tst | concom.tst | line 1 appears
&define A
line 3 appears
&undef A
&define A 7
&define B T/35.7-8
&define C pc_sco # comment
&define D 4
&define E $LOGNAME
line 10 appears
&ifdef A
line 12 appears
&endif
line 14 appears
&ifndef A
line 16 suppressed
&endif
line 18 appears
&if A == 7 #NOTE: not $A (no substitution, string 'A' is meant)
line 20 suppressed
&elif (A != abc#def) && ($D == 4) #again string 'A' is meant
line 22 appears
&elif !(A==7) #again string 'A' is meant
line 24 suppressed
&else
line 26 suppressed
&endif #comment
line 28 appears
&if $C in [ T/35 , T/31 , $B ]
line 30 suppressed
&elif $B in [ T/31 , T/35.7-8 , pc_sco ]
line 32 appears
&elif $C !in [ T/35 , T/31 , $B ]
line 34 suppressed
&elif 1
line 36 suppressed
&elif 1
line 38 suppressed
&endif
line 40 appears
&if 1
& if 0
line 43 suppressed
& if 1
line 45 suppressed
& else
line 47 suppressed
& endif
line 49 suppressed
& else
& if 1
line 52 appears
& if 0
line 54 suppressed
& elif 0
line 56 suppressed
& elif 1
line 58 appears
& if 0
line 60 suppressed
& else
line 62 appears
& endif
line 64 appears
& if 1
line 66 appears
& else
line 68 suppressed
& endif
line 70 appears
& elif 0
line 72 suppressed
& else
line 74 suppressed
& endif
line 76 appears
& else
line 78 suppressed
& endif
& endif
&else
line 82 suppressed
& if 0
line 84 suppressed
& else
line 86 suppressed
& if 1
line 88 suppressed
& else
& endif
& endif
&endif
line 93 appears
&if $C in [ T/35 , T/31 , $B , pc_sco ]
line 95 appears
&elif $B in [ T/31 , T/35.7-8 , pc_sco ]
line 97 suppressed
&elif $C !in [ T/35 , T/31 , $B ]
line 99 suppressed
&elif 1
line 101 suppressed
&else #comment
line 103 suppressed
&endif
line 105 appears
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Warnings:
&define A 8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Errors:
&define x pc_sco pc_att
&endif
&if
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! New Features:
line 113 appears
&define x "pc_sco pc_att"
&if $x = "pc_sco pc_att"
line 116 appears
&endif
!!! -DIGNORECASE ???
&UNDEF X
!!! if without endif
&ifdef a
|
b6dfd0a8656caa7fe7f5a788e2c7271b364703f0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /281/CH6/EX6.5/example6_5.sce | 5f5d183d7add65e66965d25f9e4a25f41bfc95b7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 951 | sce | example6_5.sce | disp('chapter 6 ex6.5')
disp('given')
disp("design of half wave rectifier")
disp("rms input=1V")
Vi=1
disp("average meter curent 100uA with a resistnce coil 2.5 K is connected")
Iav=100*10^(-6)
Rm=2500
disp("for HWR Ip=2*Iav/0.637")
Ip=2*Iav/0.637
disp('amperes',Ip)
disp("Ip occurs when i/p voltage is at Vp")
disp("Vp=1.414*Vi")
Vp=1.414*Vi
disp('volts',Vp)
disp("R2=Vp/Ip")
R2=Vp/Ip
disp('ohms',R2)
disp("use R2=3.9 Kohm std value and 1Kohm variable in series")
disp("For Opamp")
disp("Vd1=0.7")
Vd1=0.7
disp("opamp voltage range Vomax=Vd1+Ip*(Rm+R2)")
Vomax=Vd1+Ip*(Rm+R2)
disp('volts',Vomax)
disp("input voltage range Vimax=1,414V(peak)")
disp("Upper cutoff frequency=1KHz")
disp("For LM108")
disp("supply voltage can be Vcc=+/-5V to +/-20V")
disp("R1=1Mohm")
R1=1000000
disp("C1=1/(2*%pi*fl*(R1/10))")
fl=10
C1=1/(2*%pi*fl*(R1/10))
disp('farads',C1)
disp("for diodes")
disp("Irmax=Ip=314uA and F(max)>1KHz") |
542cc90cae8db9541c874812357abb4c756a5ead | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH10/EX10.22/10_22.sce | 47f39938682216cc372cb30c6f2a43c518b7e353 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 207 | sce | 10_22.sce | V=400
Ia=50
n=500
Ra=0.5
Ea=V-Ia*Ra
Tdev=Ea*Ia/2/%pi/n*60
Iastart=75
Rs=V/Iastart-Ra
disp(Rs)
Tstart=Tdev*(Iastart/Ia)^2
disp(Tstart)
n2=200
Ea200=Ea*n2/n
Rs=(V-Ea200)/Iastart-Ra
disp(Rs)
|
508b7d83871aaa82f848234acba81ba419b6b960 | c3280ada260999123d75347caeaad1c7fc9f8266 | /factorial.sce | e4f0d0db3fb21b0a60307b22ee18e2845c904ffc | [] | no_license | dikisp/Kuliah-MetNum | 3bd01f0573f2a18eb320a716da841ca3ec69930b | 7775f5e0251457702fb3e24c88483df0ff37fee7 | refs/heads/master | 2020-03-23T06:41:49.307866 | 2018-07-17T03:13:25 | 2018-07-17T03:13:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 261 | sce | factorial.sce | function nilai=hampiran(x,xo)
nilaif = [sin(xo);cos(xo);-sin(xo);-cos(xo);sin(xo)];
f=0;
for i=1 : 5
f =f+nilaif(i)*(x-xo)^(i-1)/factorial(i-1);
hasil(i)=f;
eror(i)=abs(f-sin(x))
end
nilai = [hasil eror];
endfunction
|
044b6665a1f8d1b6fbe156c05c7979636ab75fa1 | cb4516492965c75d14c9d499c387d3cd0b883bc4 | /X3/Section 7 -Tools Environmental Effects/7.1 Joachim Diepstraten, Mike Eißele/texturetest.tst | cadfbd65d2ba93720d5d8e9981b1f87a17af5dc1 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | nedma/ShaderX | 48367dfc1153e4e6ad6bb5c205777285b06376c5 | 0503dd6ae16f3d288f2e27b0f93ebdfbaf1f4436 | refs/heads/master | 2020-04-08T01:51:11.173038 | 2018-11-24T08:37:42 | 2018-11-24T08:37:42 | 158,911,553 | 0 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 699 | tst | texturetest.tst | \shader\texld.psh
\shader\texld_2x.psh
\shader\texld_2x_same_texcoord.psh
\shader\texld_2x_same_register.psh
\shader\texld_4x.psh
\shader\texld_4x_mixed.psh
\shader\texld_4x_mixed_different_sampler.psh
\shader\texld_4x_mixed_non_dependent.psh
\shader\texld_4x_not_mixed_non_dependent.psh
\shader\texld_8x.psh
\shader\texld_8x_mixed.psh
\shader\texld_16x.psh
\shader\texld_16x_mixed.psh
\shader\texld_2x_indirection_constant.psh
\shader\texld_2x_indirection_random.psh
\shader\texld_2x_indirection_random_different_sampler.psh
\shader\texld_level3_indirection_random.psh
\shader\texld_level3_indirection_random_different_sampler.psh
\shader\texld_level4_indirection_random.psh
|
069d89d22005d5257c156c434ecf0ba298199e90 | 83cc38e86db979610d3b07de13a13b728154de65 | /Мобильная робототехника/lab2/Lan2-4.sce | 1d96e1e89a508f23fe0b6af412c905abbd57b80b | [] | no_license | Murad255/Sharaga_ | ffa412f0f5ae4dd4cc7f8bec2329e075026389fb | 3ba1ff62c0933b942e6fbbbb370e7e18ee49a682 | refs/heads/master | 2023-04-02T02:28:57.289478 | 2023-03-22T12:44:16 | 2023-03-22T12:44:16 | 178,941,358 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 3,991 | sce | Lan2-4.sce | //Задание начальных условий
clear; xdel(winsid());
//функция проверки списка
function x=check_list(a, b)
x=0;
for i=1:length(a)
if a(i)(1) == b(1) & a(i)(2) == b(2) then
x = i;
end
end
endfunction
//выбор минимального значения из списка
function x=min_list(a)
y = zeros(length(a));
for i = 1:length(a)
y(i) = a(i)(3);
end
[z x] = min(y);
endfunction
//Создание карты
size_ = 32;
data = read ('goo1.txt', size_*size_, 1);
map = zeros(size_,size_);
i = 1;
j = 1;
k = 0;
for i =1:size_
for j=1:size_
map(i,j)=data(k*size_+j);
end
k=k+1;
end
//Начальная и конечная точка
s_pos = [3 3];
e_pos = [30 30];
map(s_pos(1), s_pos(2)) = -10;
map(e_pos(1), e_pos(2)) = -20;
map1 = map;
//Определение открытого и закрытого списка
open_list = list([s_pos(1) s_pos(2) 0 0 0 0]);
close_list = list();
//Весовые коэффициенты
kc=1;
kh=1;
//Начало цикла проверки. Осматриваем каждую соседнюю клетки относительно текущей
while check_list(open_list,[e_pos(1) e_pos(2)]) == 0
a = min_list(open_list)
c = open_list(a)(4)+1;
//1
if map(open_list(a)(1)+1, open_list(a)(2)) ~= 1 & check_list(close_list,[open_list(a)(1)+1 open_list(a)(2)]) == 0 then
h=abs(e_pos(1)-open_list(a)(1)+1) + abs(e_pos(2)-open_list(a)(2));
f=kc*c+kh*h;
index=check_list(open_list, [open_list(a)(1)+1 open_list(a)(2)])
if index== 0 then
open_list($+1)=[open_list(a)(1)+1 open_list(a)(2) f c open_list(a)(1) open_list(a)(2)]
elseif open_list(index)(3)>f then
open_list(index)(3)=f;
open_list(index)(4)=c;
open_list(index)(5)=open_list(a)(1);
open_list(index)(6)=open_list(a)(2);
end
end
//2
if map(open_list(a)(1)-1, open_list(a)(2)) ~= 1 & check_list(close_list,[open_list(a)(1)-1 open_list(a)(2)]) == 0 then
h=abs(e_pos(1)-open_list(a)(1)) + abs(e_pos(2)-open_list(a)(2)+1);
f=kc*c+kh*h;
index=check_list(open_list, [open_list(a)(1)-1 open_list(a)(2)])
if index== 0 then
open_list($+1)=[open_list(a)(1)-1 open_list(a)(2) f c open_list(a)(1) open_list(a)(2)]
elseif open_list(index)(3)>f then
open_list(index)(3)=f;
open_list(index)(4)=c;
open_list(index)(5)=open_list(a)(1);
open_list(index)(6)=open_list(a)(2);
end
end
//3
if map(open_list(a)(1), open_list(a)(2)+1) ~= 1 & check_list(close_list,[open_list(a)(1) open_list(a)(2)+1]) == 0 then
h=abs(e_pos(1)-open_list(a)(1)) + abs(e_pos(2)-open_list(a)(2)+1);
f=kc*c+kh*h;
index=check_list(open_list, [open_list(a)(1) open_list(a)(2)+1])
if index== 0 then
open_list($+1)=[open_list(a)(1) open_list(a)(2)+1 f c open_list(a)(1) open_list(a)(2)]
elseif open_list(index)(3)>f then
open_list(index)(3)=f;
open_list(index)(4)=c;
open_list(index)(5)=open_list(a)(1);
open_list(index)(6)=open_list(a)(2);
end
end
//4
if map(open_list(a)(1), open_list(a)(2)-1) ~= 1 & check_list(close_list,[open_list(a)(1) open_list(a)(2)-1]) == 0 then
h=abs(e_pos(1)-open_list(a)(1)) + abs(e_pos(2)-open_list(a)(2)-1);
f=kc*c+kh*h;
index=check_list(open_list, [open_list(a)(1) open_list(a)(2)-1])
if index== 0 then
open_list($+1)=[open_list(a)(1) open_list(a)(2)-1 f c open_list(a)(1) open_list(a)(2)]
elseif open_list(index)(3)>f then
open_list(index)(3)=f;
open_list(index)(4)=c;
open_list(index)(5)=open_list(a)(1);
open_list(index)(6)=open_list(a)(2);
end
end
close_list($+1)=open_list(a);
map(open_list(a)(1),open_list(a)(2))=open_list(a)(3);
open_list(a)=null();
end
//Построение пути от начальной до конечной точки
path=list(close_list($));
while check_list(path, [s_pos(1),s_pos(2)]) == 0
path($+1)=close_list(check_list(close_list,[path($)(5) path($)(6)]));
map1(path($)(1), path($)(2))=10;
end
map = map/ (max(map)*1);
figure(1);clf;
hist3d(map);
figure(2);clf;
hist3d(map1);
|
5a35debb36fd86df39377b3910f89645d3102edb | ceef50b760b74e789250868ad377d5f5c5e390b1 | /tp2/gaetan/tiProjection.sci | 124b162689c50712222b0597e354009b20662883 | [] | no_license | agoryu/TI | c01c9666e0d06b243e2e5450d168976a7e41091a | 5acedfe65ce7122045d59a4b7d3f213e40c0a8b2 | refs/heads/master | 2021-01-22T23:20:17.395990 | 2015-04-17T10:15:21 | 2015-04-17T10:15:21 | 29,386,147 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,236 | sci | tiProjection.sci | // -----------------------------------------------------------------------
// Etude de la projection perspective, matrices extrinseque et intrinseque
// d'une camera. Fonction d'affiche d'un objet apres projection
// Module TI, Traitement d'Images
// Copyleft (C) 2012-2014 Universite Lille 1
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
// Fonction d'affichage d'un objet 2D dans une figure scilab
// nfigure = numero de la figure scilab
// taille = [nblignes, nbpixels] de l'image simulee
// points = matrice 2*N des coordonnees des points
// segments = matrice 2*M des indices des points
// -----------------------------------------------------------------------
function tiAfficheObjet2D (nfigure, taille, points, segments)
// Creer une nouvelle figure ou activer une figure existante
hf = scf (nfigure);
hf.figure_name = "Projection numero %d";
// Echelle identique sur les deux axes
ha = gca ();
ha.isoview = "on";
// Axe Y vers le bas
ha.axes_reverse = ["off", "on", "off"];
ha.x_location = "top";
ha.box = "on";
// Tracer les points
plot2d (points(1,:), points(2,:), style = -4, ...
rect=[0, 0, taille(2), taille(1)]);
// Tracer les segments
sx = [points(1, segments(1,:)); points(1, segments(2,:))];
sy = [points(2, segments(1,:)); points(2, segments(2,:))];
xsegs (sx, sy);
endfunction
// -----------------------------------------------------------------------
// Definition d'un cube de cote fixe centre sur l'origine du repere 3D.
// Les points sont definis par des coordonnees homogenes. En plus de la
// matrice des coordonnees des points la fonction retourne une liste des
// segments reliant les points pour former la grille. La liste est une
// matrice de 2 lignes de 12 colonnes, chaque colonne contenant les
// indices de deux points du cube qui sont relies par un segment.
// -----------------------------------------------------------------------
function [points, segments] = tiCube (cote)
// Definition des coordonnees des points, cube de cote 2
points = [
-1 1 1 -1 -1 1 1 -1;
-1 -1 1 1 -1 -1 1 1;
-1 -1 -1 -1 1 1 1 1;
1 1 1 1 1 1 1 1];
// Changement des cotes -> coefficient cote/2 sur les 3 coordonnees
points = points .* ([cote/2; cote/2; cote/2; 1] * ones (1, 8));
// Definition des segments reliant les points
segments = [1:4, 1:4, 5:8; 2:4, 1, 5:8, 6:8, 5];
endfunction
// -----------------------------------------------------------------------
// Definition d'une grille de points 3D situes dans le plan z=0.
// Les points sont definis par des coordonnees homogenes. La grille est
// constituee de nx x ny carres de cote fixe. La grille est centree sur
// l'origine du repere. En plus de la matrice des coordonnees des points
// la fonction retourne une liste des segments reliant les points pour
// former la grille. La liste est une matrice de 2 lignes de N colonnes,
// chaque colonne contenant les indices de deux points de la grille qui
// sont relies par un segment.
// -----------------------------------------------------------------------
function [points, segments] = tiGrille (nx, ny, cote)
// Definition des coordonnees X des points de la grille
x = cote/2 * matrix (((0:nx) - nx/2)' * ones (1, ny+1), 1, -1);
// Definition des coordonnees Y des points de la grille
y = cote/2 * matrix (ones (1, nx+1)' * ((0:ny) - ny/2), 1, -1);
// Definition des coordonnees Z et homogene des points
zw = [0; 1] * ones (1, (nx+1) * (ny+1));
// Matrice des points
points = [x; y; zw];
// Definition des segments reliant les points selon X
debutx = find (pmodulo (1:(nx+1)*(ny+1), nx+1) ~= 0);
finx = debutx + 1;
// Definition des segments reliant les points selon Y
debuty = 1:(nx+1)*ny;
finy = debuty + nx+1;
// Ensemble des segments
segments = [debutx, debuty; finx, finy];
endfunction
function [matRX] = RotationX (theta)
//matRX = [1 0 0 ; 0 cos(theta) (-sin(theta)); 0 sin(theta) cos(theta)];
matRX = [1 0 0 0; 0 cos(theta) (-sin(theta)) 0; 0 sin(theta) cos(theta) 0; 0 0 0 1];
endfunction
function [matRY] = RotationY (theta)
//matRY = [cos(theta) 0 sin(theta); 0 1 0; (-sin(theta)) 0 cos(theta)];
matRY = [cos(theta) 0 sin(theta) 0; 0 1 0 0; (-sin(theta)) 0 cos(theta) 0; 0 0 0 1];
endfunction
function [matRZ] = RotationZ (theta)
//matRZ = [cos(theta) (-sin(theta)) 0; sin(theta) cos(theta) 0; 0 0 1];
matRZ = [cos(theta) (-sin(theta)) 0 0; sin(theta) cos(theta) 0 0; 0 0 1 0; 0 0 0 1];
endfunction
function [matT] = Translation(x,y,z)
matT = [1 0 0 x; 0 1 0 y; 0 0 1 z; 0 0 0 1];
//matT = [x; y; z; 1]
endfunction
function [matExtr] = Extrinseques(matRX, matRY, matRZ, matT)
matExtr = matT * matRX * matRY * matRZ;
//matRT = cat(2, matR, matT);
//matRaw4 = [0 0 0 1];
//matExtr = cat(1, matRT, matRaw4);
endfunction
function [matIntr] = Intrinseques(pixX, pixY, sizeX, sizeY)
sx = pixX/sizeX;// pixel par millimètre
sy = pixY/sizeY;// pixel par millimètre
ox = pixX/2;
oy = pixY/2;
matIntr = [sx 0 ox;0 sy oy;0 0 1];
endfunction
function [matPers] = Perspective(focal)
matPers = [focal 0 0; 0 focal 0; 0 0 1];
endfunction
function [matProj] = Projection(focal, sx, sy, ox, oy)
matProj = [focal/sx 0 ox 0; 0 focal/sy oy 0; 0 0 1 0];
endfunction
function [matP] = Perspectiveto4x3(matPers)
col = [0;0;0];
matP = cat(2,matPers,col);
endfunction
|
c2660b4e47417312e20fef116a2c98791fb4b91c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH3/EX3.6/Ex3_6.sce | a33c8bbd383f949f7be418ecd3e78b4c05c590b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 672 | sce | Ex3_6.sce | //Chapter 3
//page no 72
//given
clc;
clear all;
//calculate Tf
If=85; //in mAmps
Vf=2.5; //in Volts
Ta=25; //in deg C
//calculate Tj
W=150; //in C/W for hermetric led
Pd=If*Vf;
Tj=Ta+W*Pd/1000;
printf("\n Value of Tj is %0.1f deg C\n",Tj);
TF=8.01*10^12 *%e^-(8111/(Tj+273));
printf("\n Value of TF is %0.0f deg C\n",TF);
//calculate RF
BF=6.5*10^-4; //from table
QF=0.5; //from table
EF=1; //from table
RF=BF*TF*EF*QF*1/10^6;
disp(RF,"Value of RF")
printf("\n Value of MTBF is %0.0f*10^6 hours \n",1/RF/10^6);//Answer in book is misprint in last line
|
09a2c38be55c1e6ff8158b6143521e1bd4249ebe | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH14/EX14.8/Ex14_8.sce | e20b3d9ccb786194b8880cf8d1d84c561edad575 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 137 | sce | Ex14_8.sce | clear;
clc;
//Example 14.8
Is1=10^-14;
Is2=1.05*10^-14;
Vt=0.026;
Vos=Vt*log(Is2/Is1);
printf('\nthe offset voltage =%fV\n',Vos)
|
73a0fc26a4affc8af64139a96b31ea0640af4bbb | 449d555969bfd7befe906877abab098c6e63a0e8 | /752/CH5/EX5.4.1/5_4_1.sce | cbc26efdb1096fb6930f1d9ecf4f3caa6d285d08 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 739 | sce | 5_4_1.sce | //page no 162
// problem no 5.4.1
//Resonating freq of a tuned ckt of a CE amplifier is 5MHz
f=5*10^6;
c=100*10^-12;//tuning capacitance in F
Q=150;// Q-factor of the ckt
Rl=5*10^3;//load resistance in ohm
Rc=40*10^3;//o/p reistance of transistor
Ic=500*10^-6;//transister collector current in A
C=0.6*10^-12;//collector to base capacitance in F
Vt=26*10^-3;//thermal voltage in V
//transe conductance is given as
gm=Ic/Vt;
RD2=Q/(2*%pi*f*c);
// At resonance the output admittance is purely conductive and is given as
Yo=(1/Rc)+(1/RD2)+(1/Rl);
//The voltage gain is given as
Av=-(gm/Yo);
disp(Av,'The voltage gain is');
//The Millar capacitance is given as
Cm=(1-Av)*C;
disp('pF',Cm*10^12,'The Millar capacitance is'); |
92525ed25b6c08135b76dcb599adb1c7c010e355 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH23/EX23.6/ex_23_6.sce | aa38e4720d6db8bc225285ed13c1ae1010bae7b6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 554 | sce | ex_23_6.sce | //find
clc
//solution
//given
W1=2250//N
W2=2750//N
dx=6
C=5
t=420//N/mm^2
G=84*1000//N/mm^2
//T=W2*D/2=W*5d/2=6875*d
//T=(%pi/16)*t*d^3
d=sqrt(6875/82.48)//mm
printf("mean dia is,%f mm\n",5*d)
printf("outer dia is,%f \n",5*d+d)
printf("inner dia is,%f mm\n",5*d-d)
W=500//N
//n=dx*G*d/(8*W*C^3)
printf("numbr of tunrs are,%f \n",dx*G*d/(8*W*C^3))
printf("numbr of turns are say 10\n")
n=10
nb=n+2
dxmax=(6/500)*2750//mm
fL=nb*d + dxmax + 0.15*dxmax
printf("free length is ,%f mm\n",fL)
printf("pitch of coil is,%f mm",fL/(nb-1)) |
a4b6082d0402ed8a567e683158dc10d69ec32feb | 449d555969bfd7befe906877abab098c6e63a0e8 | /165/CH14/EX14.2/ex14_2.sce | 77ca1801840ebbb1f7b948cd0098901b912aed9e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 277 | sce | ex14_2.sce | //Example 14.2
clc;
//Given values of applied potential in V
Va=2;
Vb=1;
Vc=3;
//Given resistence values in ohm
Ra=3000;
Rb=3000;
Rc=3000;
Rf=1000;
//Output of the given summer
Vo=-Rf*(Va/Ra+Vb/Rb+Vc/Rc);
printf('\nOutput Voltage of the op-amp is %.2f ohm\n',Vo) |
f27ca050413b92c0a113b1eb0c91281a20833ea1 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/CreatingPlots/testxarrows.sce | a28c3afb588f16af6c5335cc0bc3baa11852ae67 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 240 | sce | testxarrows.sce | clf;
plot2d(0,0,0,rect=[0 0 10 10],frameflag=3)
xgrid(4),
// segments start
x1=2*ones(1,5)
y1=[1:2:9];
// segments end
x2=8*ones(1,5)
y2=[1 1 5 9 7];
// drawing the segments
X=[x1;x2],Y=[y1;y2]
xarrows(X,Y,3,[1:5])
E=gce();
E.thickness=3;
|
db4935b479485e81a6addae2945714ebc7030a40 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2840/CH9/EX9.5/ex9_5.sce | 4b0419ce7b7b21dda0439115b4929bb0b05ccc15 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 400 | sce | ex9_5.sce | clc;
clear all;
m = 9.1e-31; // Mass of electron in kg
h = 6.62e-34; // Planck's constant in J.s
c = 3e8; // Velocity of light in vaccum
lambda = 1.8e18; // Frequency of the incident rays
theta = 180;//angle in degree
lambda = c/lambda;
delta = (h*(1-cosd(theta)))/(m*c);
Nlambda = lambda+delta;//'Wavelength of scattered X-rays
disp('meter',Nlambda,'Wavelength of scattered X-rays is ');
|
e360b2b0f536961a6c39c690b19419d464eab46a | 449d555969bfd7befe906877abab098c6e63a0e8 | /462/CH10/EX10.2.c/ex_10_2_c.sce | 2fc8502296cc1997233bac74bc1bda26892d3922 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 487 | sce | ex_10_2_c.sce | //example 10.2(c)//
clc
//clears the screen//
clear
//clears already existing variables//
disp('digital input to analog output of 4 bit as per given condition is as follows')
for(i=0:7)
x=dec2bin(i);
//decimal to binary conversion//
disp(x)
//displays binary or say digital form//
disp(i)
//displays analog form//
i=i+1;
end
for(i=8:15)
x=dec2bin(i);
//conversion//
disp(x)
f=i-8;
y=2*f;
t=y-i;
disp(t)
//displays analog form//
i=i+1
end
//displays the result// |
fa88f5d82c753c6985ed1582b4ae7ead2c09df08 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH1/EX1.15/ex15.sce | 3a6f38b96b790790a954d7f21d4e46466a75648b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 103 | sce | ex15.sce | clear
clc
x=poly([0],'x');
p=x^3-3*(x^2)+12*x+16
disp("the roots of above equation are ")
roots(p) |
7b636f42b30fae158761d1f344a5e236407ac933 | b32474ae2727233775f44c71edfe1f10b6a3430f | /Euler2 (1).sce | b47e18dc1c964121b4bc326d80a2dcb1625a6adb | [] | no_license | lucaslyon96/scilab | 8400b98c25dafa13069dd64bd391c15218323575 | 8fe45fd3bd27ab21490682874f72f9c20c8717e1 | refs/heads/master | 2020-03-18T12:25:20.253687 | 2018-05-24T14:49:08 | 2018-05-24T14:49:08 | 134,725,468 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 334 | sce | Euler2 (1).sce | function w=df1(x,y,z)
w=z;
endfunction
function d=df2(x,y,z)
d=(5/7)*12862.985*sin(0.2931197)
endfunction
function [x,y,z]=Euler2(a,b,h,y0,z0)
x = a:h:b;
y(1) = y0;
z(1) = z0;
n=length(x);
for i=2:n
y(i)=y(i-1)+h*df1(x(i-1),y(i-1),z(i-1));
z(i)=z(i-1)+h*df2(x(i-1),y(i-1),z(i-1));
end
endfunction
|
ba9de301fdb22533034e0285f48aea03bb4bd869 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1592/CH7/EX7.11/Example_7_11.sce | 9510a506b77472150c63577f2aff8785bf4f5ef7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 550 | sce | Example_7_11.sce | //Scilab Code for Example 7.11 of Signals and systems by
//P.Ramakrishna Rao
clear;
clc;
clear x y n;
x=[0,0,2,0,0];
y=[0,0,1,1,0];
n=-2:2;
c = gca();
c.y_location = "origin";
c.x_location = "origin";
plot2d2(n,x,2);
title('x(t)')
xlabel('t')
figure(1);
n=-2:2;
c = gca();
c.y_location = "origin";
c.x_location = "origin";
plot2d2(n,y,5);
title('y(t)')
xlabel('t')
z=conv(x,y);
figure(2);
n=-3:5;
c = gca();
c.y_location = "origin";
c.x_location = "origin";
plot(n,z,2);
title('Convoluted signal z(t)')
xlabel('t')
|
6c2b39c5c80907532cc6d104b4c03928422308a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2921/CH5/EX5.1/Ex5_1.sce | 1ecd0a97ecf63ce69d039b4d3a54924201cb52a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,200 | sce | Ex5_1.sce | clc;
clear;
mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-5.1 Page No.93\n');
SF=2; //[] Safety factor
F=500; //[lb] Load
L=40; //[in] Length of shaft
Su=95000; //[lb/in^2] Ultimate strength (Appendix 4)
Sy=60000; //[lb/in^2] Yield strength (Appendix 4)
Mmax=F*L/4; //[lb*in] Maximum bending moment
Mmin=-F*L/4; //[lb/in^2] Minimum bending moment
Csurface=1; //[] As surface is polished
Csize=0.85; //[] Assuming 0.5<D<2
Ctype=1; //[] Bending stress
Sn=Csize*Csurface*Ctype*(0.5*Su); //[lb/in^2] Endurance limit
if Mmax==abs(Mmin) then
Sm=0; //[lb/in^2] Mean stress
end
Sa=Sn/SF; //[lb/in^2] As (1/SF)=(Sm/Sy)+(Sa/Sn) from soderberg equation
Sa_Z=(Mmax-Mmin)/2; //[lb*in^2] Product of altenating stress and section modulus
Z=Sa_Z/Sa; //[in^4] Section modulus
D=(32*Z/%pi)^(1/3); //[in] Diameter of shaft
D1=1.375; //[in] Next higher available is 1.375 in. so use D1
mprintf('\n The required diameter of rotating shaft is %f in.', D1);
|
999d5971c6345df673227a29a253abbab1187f54 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1394/CH9/EX9.4.1/Ex9_4_1.sce | 22287f9b2012d0c292b6a0b3c967dd62b3f5f7f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex9_4_1.sce |
clc
//initialization of variables
D = 1*10^-5 //cm^2/sec
d = 2.3 // cm
L = 14 // cm
v0 = 6.1 // cm/sec
//calculations
k = ((3^(1/3))/(gamma(4/3)))*((D/d))*(((d^2)*v0/(D*L))^(1/3))// cm/sec
//Results
printf("The average mass transfer coefficient is %.6f cm/sec",k)
|
901de10f1d453370f77fd35c0fa88f9b1f6328e9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1061/CH8/EX8.16/Ex8_16.sce | a33fe298b0288571c804be58d49655de48d4a96d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 136 | sce | Ex8_16.sce | //Ex:8.16
clc;
clear;
close;
tr=30*10^-9;// rise time in s
Bw=0.35/tr;// bandwidth in Hz
printf("The bandwidth =%f MHz", Bw/10^6); |
fb51f4e9541a31820f9ac1c8fb9cf5d716aea8f9 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/midcross/midcross3.sce | 7779f9a7ed0c4927d4e6580859f140f1006931f6 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 150 | sce | midcross3.sce | //check o/p for all negative row matrix
x=[-1.2, -9, -10, -20, -12]
t=1:length(x)
midcrossvalue=midcross(x, t);
disp(midcrossvalue)
//output
//3.4924
|
7805ce3ba91833bff8fbe8efb4160ed322af0381 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH7/EX7.10/Ex7_10.sce | e2cccfbbab7d8c524b83a8230f336991ec646f44 | [] | 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 | 655 | sce | Ex7_10.sce | // Variable declaration
Mean = 4.5 // mean of normal distribution
std_dev = 1.5 // standard deviation of normal distribution
n = 25 // number of vinyl specimens
x = 3.9
// Calculation
// corresponding to x = 3.9 , Z = (x-Mean) / (std_dev/sqrt(n))
Z = (x-Mean) / (std_dev/sqrt(n)) // Z value
// from Normal Table P(Z>2.00) = 0.0228 which is same as P(Z<-2.00)
p = 0.0228 // probability P(z<-2.00)
p_val = 2*p // Required P-Value
// Result
printf ( "P-Value: %.4f",p_val)
|
78cb70d1ed56cd5454f5787a2d77046e0afb819e | efa427de3490f3bb884d8ac0a7d78829ec7990f9 | /temperature.sce | bdebb302d5c378ae81ed4c1a0e7a57fd2fc19025 | [] | no_license | letyrobueno/Scilab | a47648473aa681556561d5cea20659d143e4f492 | 2f23623dccea89a3ab2db12ec1f615186f785aa4 | refs/heads/master | 2020-09-01T19:00:30.804237 | 2019-11-01T17:45:22 | 2019-11-01T17:45:22 | 219,031,973 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,708 | sce | temperature.sce | k = 50
f = 50
celsiusf1 = (f-32)/1.8
celsiusk1 = k-273.15
k = 51
f = 51
celsiusf2 = (f-32)/1.8
celsiusk2 = k-273.15
k = 52
f = 52
celsiusf3 = (f-32)/1.8
celsiusk3 = k-273.15
k = 53
f = 53
celsiusf4 = (f-32)/1.8
celsiusk4 = k-273.15
k = 54
f = 54
celsiusf5 = (f-32)/1.8
celsiusk5 = k-273.15
k = 55
f = 55
celsiusf6 = (f-32)/1.8
celsiusk6 = k-273.15
k = 56
f = 56
celsiusf7 = (f-32)/1.8
celsiusk7 = k-273.15
k = 57
f = 57
celsiusf8 = (f-32)/1.8
celsiusk8 = k-273.15
k = 58
f = 58
celsiusf9 = (f-32)/1.8
celsiusk9 = k-273.15
k = 59
f = 59
celsiusf10 = (f-32)/1.8
celsiusk10 = k-273.15
k = 60
f = 60
celsiusf11 = (f-32)/1.8
celsiusk11 = k-273.15
printf("\nCelsius table in function of Fahrenheit:\n")
printf("Fahrenheit 50 - Celsius %g\n Fahrenheit 51 - Celsius %g\n Fahrenheit 52 - Celsius %g\n Fahrenheit 53 - Celsius %g\n Fahrenheit 54 - Celsius %g\n Fahrenheit 55 - Celsius %g\n Fahrenheit 56 - Celsius %g\n Fahrenheit 57 - Celsius %g\n Fahrenheit 58 - Celsius %g\n Fahrenheit 59 - Celsius %g\n Fahrenheit 60 - Celsius %g\n\n ", celsiusf1,celsiusf2,celsiusf3,celsiusf4,celsiusf5,celsiusf6,celsiusf7,celsiusf8,celsiusf9,celsiusf10,celsiusf11)
printf("Celsius table in function of Kelvin:\n")
printf("Kelvin 50 - Celsius %g\n Kelvin 51 - Celsius %g\n Kelvin 52 - Celsius %g\n Kelvin 53 - Celsius %g\n Kelvin 54 - Celsius %g\n Kelvin 55 - Celsius %g\n Kelvin 56 - Celsius %g\n Kelvin 57 - Celsius %g\n Kelvin 58 - Celsius %g\n Kelvin 59 - Celsius %g\n Kelvin 60 - Celsius %g\n ", celsiusk1,celsiusk2,celsiusk3,celsiusk4,celsiusk5,celsiusk6,celsiusk7,celsiusk8,celsiusk9,celsiusk10,celsiusk11)
x = 50:0.1:60
cf = (x-32)/1.8
ck = x-273.15
plot(x,cf)
plot(x,ck)
set(gca(),"grid",[1 1]) |
21543b35789c3b7f83bccab5d1e62a805dfd8196 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3523/CH4/EX4.10.9/Ex4_9.sce | 2c8eafac575c8c3ffe617953a9c4802cf4427c15 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 521 | sce | Ex4_9.sce | //Example 9// Ch 4
clc;
clear;
close;
// given data
E = 1596; //in V/m
p = 0.133; //in kPa
a = E/p; // in V/m kPa kept constant as in example 8
alpha1 = 39.8;//from example 8
z = 0.0363; //from example 8
d = (1/alpha1)*[log(1/z + 1)];//distance at the transition to a self-sustained discharge
printf("distance at the transition to a self-sustained discharge %f m",d)
V = E*d;//voltage at the transition to a self sustained discharge
printf("Voltage at the transition to a self sustained discharge %f V",V)
|
a6c529d8d04aa4693d0ec87075ceee55f4a23509 | f190afe5ba7dd6e1c920cf18879fbb42bd57a8b3 | /hiperfina.sci | f3584a2f1e86191ee5943e3928c5eccfda4c88d9 | [] | no_license | felipebarreta/spectrum-calculator | 3c7c7313e2b77c34a3e663fbdc848a6aef572934 | bb47ec9a699a6eba2e6c2d3f6f347b558f9c9c60 | refs/heads/master | 2020-07-06T07:14:30.429971 | 2016-11-17T18:27:35 | 2016-11-17T18:27:35 | 74,054,026 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,878 | sci | hiperfina.sci | //# <one line to give the program's name and a brief idea of what it does.>
//# Copyright (C) 2016 Luiz Felipe Nardin Barreta
//# This program is free software: you can redistribute it and/or modify
//# it under the terms of the GNU General Public License as published by
//# the Free Software Foundation, either version 3 of the License, or
//# (at your option) any later version.
//# This program is distributed in the hope that it will be useful,
//# but WITHOUT ANY WARRANTY; without even the implied warranty of
//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//# GNU General Public License for more details.
//# You should have received a copy of the GNU General Public License
//# along with this program. If not, see <http://www.gnu.org/licenses/>.
// Esse programa fornece os valores das possíveis transições da estrutura hiperfina, bem como calcula suas intensidades relativas.
// A explicação dos conceitos utilizados nos cálculos encontram-se em:
// Kuhn, H. G. Atomic Spectra. Cap. 6 - Hyperfine Structure, pgs. 191 e 333, Longmans, 1969.
// Destro, M. G. Espectroscopia a Laser em Vapor Metálico de Urânio. Cap. 2, pg. 13, Tese - ITA.
// Harrison - Practical Spectroscopy - pg. 248
//-------------------------------------------------------------
function W = calcW(A, B, cond, F, I, J)
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
C = F(cond).*(F(cond)+1) - I.*(I+1) - J.*(J+1);
// Equação de Casimir
W = A .* C./2 + B .* (3.*C.*(C+1) - 4 .*I.*(I+1).*J.*(J+1)) ./ (8 .* I .*(2.*I-1).* J.*(2.*J-1));
endfunction
//-------------------------------------------------------------
function [resultado] = hiperfina(I, J, J_sup, Ai, Af, Bi, Bf)
//----------------------------------------------
// Coloque aqui os valores de I, J (J de partida da transição) e J_sup, que é o J de destino da transição.
// I = 7/2;
// J = 6;
// J_sup = 7;
//----------------------------------------------
v1 = 0:2*I;
// F = abs(v1 + J - I);
// F_sup = abs(v1 + J_sup - I);
// F = (v1 + J - I);
// F_sup = (v1 + J_sup - I);
F = abs(J - I) : abs(J+I);
F_sup = abs(J_sup - I) : abs(J_sup+I);
[nl1, nc1] = size(F);
[nl2, nc2] = size(F_sup);
//disp(size(F));
matF = F';
for i=1:nc2-1
matF = [matF, F'];
end
// disp(matF);
// disp(size(matF));
matF_sup = F_sup;
for i=1:nc1-1
matF_sup = [matF_sup; F_sup];
end
// disp(matF_sup);
// disp(size(matF_sup));
// disp(size(F));
// disp(F);
// disp(size(F_sup));
// disp(F_sup);
// abort;
transicoes = matF_sup - matF;
//disp(transicoes);
criterio = transicoes == 0 | transicoes == 1 | transicoes == -1;
//disp(criterio);
partida = matF(criterio);
chegada = matF_sup(criterio);
//disp(partida);
//disp(chegada);
//disp("partida, chegada:");
//disp([partida, chegada]');
if J_sup-J == 1
// IF (intensidade da transicao J-1 -> J) obs: usa-se J_sup nesse caso (o J do nível superior).
// Fórmula da pág. 13 da tese do Marcelo.
//-----------------------------------------------------------
// transicao F-1 -> F
cond = partida == chegada-1;
//disp("cond:");
//disp(cond');
IF_menos1_F = (J_sup+chegada(cond)+I+1) .* (J_sup+chegada(cond)+I) .* (J_sup+chegada(cond)-I) .* (J_sup+chegada(cond)-I-1) ./ chegada(cond);
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
clear Wi;
clear Wf;
Wi = calcW(Ai, Bi, cond, partida, I, J);
Wf = calcW(Af, Bf, cond, chegada, I, J_sup);
deltaW_menos1 = Wf-Wi;
//-----------------------------------------------------------
// transicao F -> F
cond = partida == chegada;
//disp("cond:");
//disp(cond');
IF_F = -(J_sup+chegada(cond)+I+1) .* (J_sup+chegada(cond)-I) .*(J_sup-chegada(cond)+I) .* (J_sup-chegada(cond)-I-1) .* (2*chegada(cond)+1) ./(chegada(cond).^2 + chegada(cond));
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
clear Wi;
clear Wf;
Wi = calcW(Ai, Bi, cond, partida, I, J);
Wf = calcW(Af, Bf, cond, chegada, I, J_sup);
deltaW = Wf-Wi;
//-----------------------------------------------------------
// transicao F+1 -> F
cond = partida == chegada+1;
//disp("cond:");
//disp(cond');
IF_mais1_F = (J_sup-chegada(cond)+I) .* (J_sup-chegada(cond)+I-1) .* (J_sup-chegada(cond)-I-1) .* (J_sup-chegada(cond)-I-2) ./ (chegada(cond)+1);
//disp("J -> J+1");
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
clear Wi;
clear Wf;
Wi = calcW(Ai, Bi, cond, partida, I, J);
Wf = calcW(Af, Bf, cond, chegada, I, J_sup);
deltaW_mais1 = Wf-Wi;
//-----------------------------------------------------------
elseif J_sup == J
// IF (intensidade da transicao J -> J) obs: usa-se J_sup nesse caso (o J do nível superior).
// Fórmula da pág. 13 da tese do Marcelo.
//-----------------------------------------------------------
// transicao F-1 -> F
cond = partida == chegada-1;
//disp("cond:");
//disp(cond');
IF_menos1_F = -(J_sup+chegada(cond)+I+1) .* (J_sup+chegada(cond)-I) .* (J_sup-chegada(cond)+I+1) .* (J_sup-chegada(cond)-I) ./ chegada(cond);
//IF_menos1_F = -(J_sup+partida(cond)+I+1) .* (J_sup+partida(cond)-I) .* (J_sup-partida(cond)+I+1) .* (J_sup-parida(cond)-I) ./ partida(cond);
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
clear Wi;
clear Wf;
Wi = calcW(Ai, Bi, cond, partida, I, J);
Wf = calcW(Af, Bf, cond, chegada, I, J_sup);
deltaW_menos1 = Wf-Wi;
//-----------------------------------------------------------
// transicao F -> F
cond = partida == chegada;
//disp("cond:");
//disp(cond');
IF_F = (J_sup .* (J_sup+1) + chegada(cond) .* (chegada(cond)+1) - I .* (I+1)).^2 .* (2 * chegada(cond) + 1) ./ (chegada(cond) .* (chegada(cond)+1));
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
clear Wi;
clear Wf;
Wi = calcW(Ai, Bi, cond, partida, I, J);
Wf = calcW(Af, Bf, cond, chegada, I, J_sup);
deltaW = Wf-Wi;
//-----------------------------------------------------------
// transicao F+1 -> F
cond = partida == chegada+1;
//disp("cond:");
//disp(cond');
IF_mais1_F = -(J_sup+chegada(cond)+I+2) .* (J_sup+chegada(cond)-I+1) .* (J_sup-chegada(cond)+I) .* (J_sup-chegada(cond)-I-1) ./ (chegada(cond)+1);
//IF_mais1_F = -(J_sup+partida(cond)+I+2) .* (J_sup+partida(cond)-I+1) .* (J_sup-partida(cond)+I) .* (J_sup-partida(cond)-I-1) ./ (partida(cond)+1);
//disp("J -> J");
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
clear Wi;
clear Wf;
Wi = calcW(Ai, Bi, cond, partida, I, J);
Wf = calcW(Af, Bf, cond, chegada, I, J_sup);
deltaW_mais1 = Wf-Wi;
//-----------------------------------------------------------
elseif J_sup - J == -1
// IF (intensidade da transicao J -> J-1) obs: usa-se J_sup nesse caso como o J do nível superior. Veja que nesse caso as fórmulas usam J ao invés de J_sup.
// Fórmula da pág. 13 da tese do Marcelo e do livro do Harrison-Practical Spectroscopy pag.248/268 no djvu.
//-----------------------------------------------------------
// transicao F-1 -> F
cond = partida == chegada+1;
//disp("cond:");
//disp(cond');
IF_mais1_F = (J+partida(cond)+I+1) .* (J+partida(cond)+I) .* (J+partida(cond)-I) .* (J+partida(cond)-I-1) ./ partida(cond);
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
clear Wi;
clear Wf;
Wi = calcW(Ai, Bi, cond, partida, I, J);
Wf = calcW(Af, Bf, cond, chegada, I, J_sup);
deltaW_mais1 = Wf-Wi;
//-----------------------------------------------------------
// transicao F -> F
cond = partida == chegada;
//disp("cond:");
//disp(cond');
IF_F = -(J+partida(cond)+I+1) .* (J+partida(cond)-I) .*(J-partida(cond)+I) .* (J-partida(cond)-I-1) .* (2*partida(cond)+1) ./(partida(cond).^2 + partida(cond));
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
clear Wi;
clear Wf;
Wi = calcW(Ai, Bi, cond, partida, I, J);
Wf = calcW(Af, Bf, cond, chegada, I, J_sup);
deltaW = Wf-Wi;
//-----------------------------------------------------------
// transicao F+1 -> F
cond = partida == chegada-1;
//disp("cond:");
//disp(cond');
IF_menos1_F = (J-partida(cond)+I) .* (J-partida(cond)+I-1) .* (J-partida(cond)-I-1) .* (J-partida(cond)-I-2) ./ (partida(cond)+1);
// Equações de Casimir:
// Equação da teoria (Casimir) é: C = F(f+1) - I(I+1) - J(J+1)
clear Wi;
clear Wf;
Wi = calcW(Ai, Bi, cond, partida, I, J);
Wf = calcW(Af, Bf, cond, chegada, I, J_sup);
deltaW_menos1 = Wf-Wi;
//-----------------------------------------------------------
end
maximo = max([IF_menos1_F; IF_F; IF_mais1_F]);
// disp([IF_menos1_F*100/maximo, partida(partida == chegada-1), chegada(partida == chegada-1)]);
// disp([IF_F*100/maximo, partida(partida == chegada), chegada(partida == chegada)]);
// disp([IF_mais1_F*100/maximo, partida(partida == chegada+1), chegada(partida == chegada+1)]);
IF_menos1_F_norm = IF_menos1_F/maximo;
IF_F_norm = IF_F/maximo;
IF_mais1_F_norm = IF_mais1_F/maximo;
ret1 = [IF_menos1_F_norm, partida(partida == chegada-1), chegada(partida == chegada-1)];
ret2 = [IF_F_norm, partida(partida == chegada), chegada(partida == chegada)];
ret3 = [IF_mais1_F_norm, partida(partida == chegada+1), chegada(partida == chegada+1)];
resultado = [[deltaW_menos1; deltaW; deltaW_mais1], [ret1; ret2; ret3]];
// disp([resultado]);
// disp(deltaW_menos1);
// disp(deltaW);
// disp(deltaW_mais1);
// disp([[IF_menos1_F_norm; IF_F_norm; IF_mais1_F_norm], partida, chegada]);
//------------------------------------------------------------
// montagem da matriz F versus F_sup com os valores dessas transicoes
// disp(resultado);
// [nl, nc] = size(criterio);
//// disp([nl, nc]);
// //criterio = transicoes == 0 | transicoes == 1 | transicoes == -1;
//// disp(criterio);
//
// cont1 = 1;
// cont2 = 1;
// cont3 = 1;
//
// for i=1:nl
// for j=1:nc
//
// if(F_sup(j) == F(i))
// matriz_final(i, j) = ret2(cont2, 1);
// cont2 = cont2+1;
//
// elseif(F_sup(j)-1 == F(i))
// matriz_final(i, j) = ret1(cont1);
// cont1 = cont1+1;
//
// elseif(F_sup(j)+1 == F(i))
// matriz_final(i, j) = ret3(cont3);
// cont3 = cont3+1;
// end
//
// end
// end
//
// matriz_final = [F_sup; matriz_final];
// matriz_final = [[0; F'], matriz_final];
//
// matriz_final = string(matriz_final);
// matriz_final(matriz_final == '0') = '';
// vetJ_sup(1:nl+1) = '';
//// disp(vetJ_sup);
// vetJ_sup(1) = "J = " + string(J_sup)+ '; F''';
// [nl, nc] = size(matriz_final);
// matriz_final = [matriz_final(:, 1), vetJ_sup, matriz_final(:, 2:nc)];
//
// [nl, nc] = size(matriz_final);
//// disp(nl, nc);
//// disp(size(matriz_final));
// vet_vazio(1:nc) = '';
//// disp(vet_vazio');
// matriz_final = [matriz_final(1, :); vet_vazio'; matriz_final(2:nl, :)];
//
// matriz_final(2, 1) = "J = " + string(J)+ '; F';
// //disp(matriz_final);
//
// [nl, nc] = size(matriz_final);
//// aqui redimensiona-se a matriz para não dar erro nos próximos J.
// clear vet_vazio;
// if nl > nc
// vet_vazio(1:nl, 1:nl-nc) = '';
// matriz_final = [matriz_final, vet_vazio];
// elseif nc > nl
// vet_vazio(1:nc-nl, 1:nc) = '';
// matriz_final = [matriz_final; vet_vazio];
// end
//-----------------------------------------------------------
endfunction
|
51df43d8d4191d22d52ffa664cc5fe9facba3512 | 94d8b66f6512f2f17f77000729fd8ac999484ed3 | /workspace/Analysis/Plots/General/boxUtils.sce | a3ff71197374af874ad8b2beff238cefcec43afe | [] | no_license | utctao/reliable-slam | 7885c098574afb5284675a6f022d368f7f303ba6 | 1f00c584d9dacfc17e31e0aa91b0d717998b0310 | refs/heads/master | 2021-01-20T19:49:49.038094 | 2013-07-22T21:50:55 | 2013-07-22T21:50:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,959 | sce | boxUtils.sce | function [X,Y,Z]=box2mat(box)
// Adapted from http://usingscilab.blogspot.fr/2012/09/plot3d2-creating-cube.html
x=box(1:2);
X=[x(1) x(1) x(2) x(2) x(1);
x(1) x(1) x(2) x(2) x(1);
x(1) x(1) x(2) x(2) x(1);
x(1) x(1) x(2) x(2) x(1)];
y=box(3:4);
Y=[y(2) y(2) y(2) y(2) y(2);
y(2) y(1) y(1) y(2) y(2);
y(2) y(1) y(1) y(2) y(2);
y(2) y(2) y(2) y(2) y(2)];
z=box(5:6);
Z=[z(1) z(1) z(1) z(1) z(1);
z(1) z(1) z(1) z(1) z(1);
z(2) z(2) z(2) z(2) z(2);
z(2) z(2) z(2) z(2) z(2)];
endfunction
function [box]=box2box(boxCenter,boxSize)
box(1:2)=[boxCenter(1)-boxSize(1)/2 boxCenter(1)+boxSize(1)/2];
box(3:4)=[boxCenter(2)-boxSize(2)/2 boxCenter(2)+boxSize(2)/2];
box(5:6)=[boxCenter(3)-boxSize(3)/2 boxCenter(3)+boxSize(3)/2];
endfunction
function handle=plotBox(box,colour)
[X,Y,Z]=box2mat(box);
plot3d2(X,Y,Z);
handle=gce();
handle.color_mode=0; // Transparent facets
handle.foreground=color(colour);
handle.thickness=1;
endfunction
function handle=plotBox2(boxCenter,boxSize,colour)
box=box2box(boxCenter,boxSize);
handle=plotBox(box,colour);
endfunction
function handle=plotMidBox(box,boxSize,colour)
boxCenter(1)=box(1)+(box(2)-box(1))/2;
boxCenter(2)=box(3)+(box(4)-box(3))/2;
boxCenter(3)=box(5)+(box(6)-box(5))/2;
handle=plotBox2(boxCenter,boxSize,colour);
endfunction
function updateMidBox(handle,box,boxSize)
boxCenter(1)=box(1)+(box(2)-box(1))/2;
boxCenter(2)=box(3)+(box(4)-box(3))/2;
boxCenter(3)=box(5)+(box(6)-box(5))/2;
updateBox2(handle,boxCenter,boxSize);
endfunction
function updateBox(handle,box)
[X,Y,Z]=box2mat(box);
[XX,YY,ZZ]=nf3d(X,Y,Z); // rebuild facets from corners indices
handle.data.x=XX;
handle.data.y=YY;
handle.data.z=ZZ;
endfunction
function updateBox2(handle,boxCenter,boxSize)
box=box2box(boxCenter,boxSize);
updateBox(handle,box);
endfunction
|
90b66c304318c3d0b0fba2a158fb965bf3e2017c | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH6/EX6.10/6_10.sce | a7d9f8fc331a261e399675c6adc30a29b7512eef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 235 | sce | 6_10.sce | omega=exp(%i*120/180*%pi)
Zp=17.32+%i*10
Vab=400
Iab=Vab/Zp
Ica=Iab/omega
IAa=Iab-Ica
IBb=IAa/omega
ICc=IAa*omega
disp(ICc,IBb,IAa)
Pab=(norm(Iab)^2)*real(Zp)
Ptotal=3*Pab
disp(Ptotal)
Itotal=IAa+IBb+ICc
disp(Itotal) |
dccc95482ad74984672a1ebaa3255e86bed93e6a | a45f93853fdb67523e71e3e7fb88c4298eae1ef7 | /Screens/Error No Flag Selected.tst | e8c0b3fb5833e1432449e40dab456d10c96a74df | [] | no_license | voarsh/Disney-Treasure-Planet-Battle-at-Procyon | 68192cbfdf8b823bc8399e3ea1e62d4976b74aed | 99cbbc70701ef6e8f9d95eba1052635de992910f | refs/heads/master | 2020-04-16T01:44:03.761947 | 2016-06-08T10:25:05 | 2016-06-08T10:25:05 | 38,745,932 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,284 | tst | Error No Flag Selected.tst | ScreenName String 'Error No Flag Selected'
ImplName String 'Dialog Screen'
ElementChunkArray Int 4
ScreenElementType Int 0
ImplName String 'Front End Dialog Screen Backdrop'
TabIndex Int 1
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 100, 167, 534, 446 ) # left,top,right,bottom
ScreenElementType Int 1
ImplName String 'Open Dialog Next Button'
TabIndex Int 4
Selectable Bool True
Enabled Bool True
ReferenceArea Rect( 359, 311, 459, 355 ) # left,top,right,bottom
Font String 'BlackChancery16'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_OK'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Center Justify Label'
TabIndex Int 6
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 124, 233, 699, 287 ) # left,top,right,bottom
Font String 'Univers12'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_ERROR_FLAG'
Color Colour( 0.000000, 0.000000, 0.000000, 1.000000 )
HotKey Int -1
ScreenElementType Int 1
ImplName String 'Center Justify Label'
TabIndex Int 7
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 121, 232, 699, 284 ) # left,top,right,bottom
Font String 'Univers12'
Text String 'IDGS_TPFRONTENDTEXT_SCREENS_ERROR_FLAG'
Color Colour( 1.000000, 1.000000, 1.000000, 1.000000 )
HotKey Int -1
|
ce7f7410e017f5a398f04584cc46dd5f872c406c | 449d555969bfd7befe906877abab098c6e63a0e8 | /462/CH2/EX2.2.d/ex_2_2_d.sce | 9ba0ba8379a7aca0ecf4b64c0d593ca0f395683c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 157 | sce | ex_2_2_d.sce | //example 2.2(d)//
//decimal to binary conversion//
ans=bin2dec('00000000')
//decimal equivalent of binary number//
disp(ans)
//answer in decimal form// |
d1a7fc548df781b2beb0ee22558cc18fd6b64574 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2747/CH1/EX1.3/Ex1_3.sce | 72b5cc6fe4cca3c44a140e8e61f46fe23b8ae6b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 185 | sce | Ex1_3.sce | clc
clear
//Initialization of variables
gc=32.1739 //lbm ft/lbf s^2
F=5.00e-9 //lbf hr/ft^2
//calculations
F2=F*3600*gc
//results
printf("Force required = %.2e lbm/ft sec",F2)
|
eb28d0d63446081690b8de9f489a2295a710ac5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1299/CH15/EX15.39/example15_39.sce | 42ebefed06ba3eaec411452ea5f73fa3a39e0276 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 158 | sce | example15_39.sce | //Example:15.39
// Bode plot in scilab
clear; clc;
xdel(winsid());
s=poly(0,'s');
G=syslin('c',(25),s^2+4*s+25);
clf();
bode(G,0.01,1000);
|
e56d846d5b37dc9417f7eed5a9e62f3c67ec3987 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2882/CH10/EX10.13/Ex10_13.sce | 20d8b57de08d7200b85608d61b687f6ac2fad7c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 389 | sce | Ex10_13.sce | //Tested on Windows 7 Ultimate 32-bit
//Chapter 10 Feedback in Amplifiers Pg no. 345 and 346
clear;
clc;
//Given
A0=200;//open loop midband gain
B=0.05;//feedback factor beta
fL=25;//open loop lower cutoff frequency in hertz
//Solution
fLfb=fL/(1+A0*B);//closed loop lower cutoff frequency in hertz
printf("Closed loop lower cutoff frequency (fL)fb = %.2f Hz\n ",fLfb);
|
7008cce757c20afa16a659a2da68baa2aacd67f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2123/CH3/EX3.9/Exa_3_9.sce | 09cb68a1781d63841b5242f074088d133b0cbfff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,032 | sce | Exa_3_9.sce | //Example No. 3.9
clc;
clear;
close;
format('v',7);
//Given Data :
Jmotor=0.3;//Kg-m^2
Jgd_load=15;//Kg-m^2(Inertia gear driven load)
GSRratio=0.1;//gear speed reduction ratio
Jbd_load=0.6;//Kg-m^2(Inertia belt driven load)
d1=10;//cm(diameter of driver pulley)
d2=30;//cm(diameter of driven pulley)
MotorSpeed=1440;//rpm
Tload1=100;//N-m
Tload2=35;//N-m
//Solution :
MotorSpeed=MotorSpeed*2*%pi/60;//rad/sec
Speed_gd=GSRratio*MotorSpeed;//rad/sec
Speed_bd=MotorSpeed*d1/d2;//rad/sec
//Equating Kinetic Energies
//1/2*J*MotorSpeed^2=1/2*Jmotor*MotorSpeed^2+1/2*Jgd_load*speed_gd^2+1/2*Jbd_load*speed_bd^2
J=(1/2*Jmotor*MotorSpeed^2+1/2*Jgd_load*Speed_gd^2+1/2*Jbd_load*Speed_bd^2)*2/MotorSpeed^2
disp(J,"Moment of Inertia refered to motor shaft in Kg-m^2 : ");
//Equating power of motor
//T*(MotorSpeed)=Tload1*Speed_gd+Tload2*Speed_bd
T=(Tload1*Speed_gd+Tload2*Speed_bd)/MotorSpeed;//N-m
disp(T,"Torque in N-m : ");
Pdev=T*MotorSpeed;//watt
disp(Pdev,"Power developed by the motor in watts : ");
|
8cfa0ee1ba85ec02e6a0b6a5d28c18715b0e9c68 | 449d555969bfd7befe906877abab098c6e63a0e8 | /28/CH7/EX7.1/ex7_1.sce | 5370c441f18d42df066c7589555640bdbb2f3c73 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 248 | sce | ex7_1.sce | s=%s;
syms k
H=syslin('c',(k*(s+1)*(s+2))/(s*(s+3)*(s+4)));
evans(H,5)
printf("There are three branches of root locus starting with K=0 and poles s=0,-3,-4.")
printf("As k increases two branches terminate at zeros s=-1,-2 and one at infinity") |
b67cd30d21fbc0a8f854578e4fd51fa20eef441a | 584105ff5b87869494a42f632079668e4c3f82de | /wrapppers/help_files/disparitySGBM.sci~ | 695324e2060e95dfcb357f135907a4ce8be1fd57 | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 357 | disparitySGBM.sci~ | function [disparitymat] = disparitySGBM(I1,I2,numofDisparities,minDisparity,sadwindowsize,p1,p2,maxDiff,prefilterCap,uniquenessratio,speckleWindowSize,SpeckleRange,fullDP)
[disparitymat] = opencv_disparitySGBM(I1,I2,numofDisparities,minDisparity,sadwindowsize,p1,p2,maxDiff,prefilterCap,uniquenessratio,speckleWindowSize,SpeckleRange,fullDP)
endfunction
| |
4496caf576574d22a54def34b2929b13107ad23a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3822/CH11/EX11.2/Ex11_2.sce | e0d4b582bf801a37ae33ade0cb4802632665efe1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 649 | sce | Ex11_2.sce |
//OptoElectronics and Fibre Optics Communication, by C.K Sarkar and B.C Sarkar
//Example 11.1
//OS=Windows 10
////Scilab version Scilab 6.0.0-beta-2(64 bit)
clc;
clear;
//given
L=1.25e3;//length of the link in m
delta_lamda=45;//change in wavelength in nanometers
lamda=850;//perating wavelength of fibre in nanometer
C=3e8;//velocity of light in m/s
M=0.023;//value of material dispersion parameter
BR=1e7//bitate in bps
TB=1/BR//bit period in s
v=delta_lamda/lamda;
Lmax=0.35*TB*C/(M*v)//The material dispersion limited transmission distance
mprintf("The material dispersion limited transmission distance=%.2f Km",Lmax/1e3);
|
23c1bf9d2a1f2dd0a9fd1973fb15af41691bab58 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2885/CH6/EX6.7/ex6_7.sce | 9fbb63352a132fe89ff4f936b3bb00f9c95512be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex6_7.sce | //Calculate the value of all three current Ie and Ic and Ib
clear;
clc;
//soltion
//given
B=90; //dc beta
Rc=1*10^3;//ohm //resistor connected to collector
Rb=500*10^3;//ohm //resistor connected to base
Re=500;//ohm //resistor connected to emitter
Vcc=9;//V //Voltage supply across the collector resistor
Ib=Vcc/(Rb+B*Re); //Base current
Ic=B*Ib; //Colletor current
Ie=Ic+Ib; //Emitter current
printf("Base current = %.1f uA \nCollector current = %.3f mA \nEmitter current = %.4f mA",Ib*10^6,Ic*10^3,Ie*10^3);
|
2346c63f1cef12a9026df688fe9557a9a03f4863 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1199/CH5/EX5.5/5_5.sci | 72e32218fd9388611e35a9353f50a02d4f5740a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 117 | sci | 5_5.sci | // 5.5
clc;
W_min=2.5*6.25*10^-6;
f=500000;
S_min=W_min*f;
printf("\nminimum tape speed=%.2f m/s",S_min)
|
c3b0542217bd07b35c57a1399c69c0bdc5cb6633 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH30/EX30.3/ex_30_3.sce | b345678de9056631f5416e0e620e7a824f155b03 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,623 | sce | ex_30_3.sce | //find
clc
//solution
//given
qs=%pi/2
P=9000//W
Tp=21
Tg=60
fop=85
fog=55
Np=1200//rpm
Ng=420//rpm
q=(%pi/180)*14.5
vr=Tg/Tp
//tan(qp1)=1/vr
qp1=(%pi/180)*19.3
qp2=(%pi/2)-qp1
Tep=Tp/cos(qp1)
Teg=Tg/cos(qp2)
ypb=0.124-0.686/Tep
ygb=0.124-0.686/Teg
//since theyr are made of sme material,ygb <ypb,therfoere desing is gear based
T=P*60*1000/(2*%pi*Ng)//N-mm
//Wt=T/(Dg/2)=2*T/(m*Tg)=6820/m//N
//v=%pi*Dg*Ng/60=1320*m//mm/s
//Cv=6/(6+v)
//L=Dg/(2*sin(qp2))=Tg*m/(2*sin(qp2))=32*m
//b=L/3=10.67*m//mm
//Wt=fog*Cv8b*%pi*m*ygb*((L-b)/L)
//Wt=885m^2/(6+1.32*m)
//885*m^3 -9002*m-40920
//using hit and trial method,we get m=4.52,say m=5
m=5//mm
b=10.67*m
printf("module is,%f mm\n",m)
printf("face width is,%f mm\n",b)
Dp=m*Tp
Dg=m*Tg
printf("pitch dia of pinion and gear is,%f mm\n,%f mm\n",Dp,Dg)
v=1.32*m
Wt=6820/m
//table 28.7,
e=0.055//mm//error
//taking
K=0.107//14.5 composite teeth
Ep=210*1000//N/mm^2
Eg=84*1000//N/mm^2
C=K*e/(1/Ep + 1/Eg)//N/mm
Wd=Wt+[(21*v*(b*C + Wt))/(21*v + sqrt(b*C + Wt))]
printf("dynamic load acting is,%f N\n",Wd)
fe=84
Ws=fe*b*%pi*m*ygb
printf("static load acting is,%f N\n",Ws)
printf("since Ws<Wd,therefore desing is not perfect\n")
C1=0.107*0.015/(1/Ep +1/Eg)//N-mm
Wd1=Wt+[(21*v*(b*C1+ Wt))/(21*v + sqrt(b*C1 + Wt))]
printf("new dynamic load acting is,%f N\n",Wd1)
printf("now by changind dynamic factor (C),we get Ws>Wd,hence desing is,safe\n")
fes=630//N/mm^2
K1=(fes)^2*sin(q)*(1/1.4)*(1/Eg +1/Ep)//N/mm^2
Q=2*Teg/(Teg+Tep)
Ww=Dp*b*Q*K1
printf("wear load acting is,%f N\n",Ww)
printf("since Ww>Wd1.,hence desing is safe") |
b4061a721b0bf09069a85fc3c457561f1f960f2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH7/EX7.1/Ex7_1.sce | 842f1b4e84cd8ec546275d591d07f4dde59623b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 180 | sce | Ex7_1.sce | //Chapter 7
//page no 203
//given
clc;
clear all;
Trec=54; //in ns
Ttrans=40; //in ns
Pwd=(Trec-Ttrans)/Ttrans*100;
printf("\n PWD= %0.0f percent",Pwd)
|
3ed571514bcfd1c287ed11855ba0d69e4d0d0860 | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpasslp2bs/test_7.sce | 6b92f08b258288ab116dd9cb73e853b47ddcf8d3 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 233 | sce | test_7.sce | // Test #7 : For 1 output argument
exec('./allpasslp2bs.sci',-1);
[n]=allpasslp2bs(0.67,[0.2,0.73]);
disp(n);
//
//Scilab Output
//n=-0.3166428 -0.1114210 1.
//
//Matlab Output
//n=-0.3166 -0.1114 1.0000
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.