blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
36f2de82ce969ebd095a9dedeef1c1c15e7b5134 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3665/CH6/EX6.2/Ex6_2.sce | 1840267164a9060f35788d8b2babd76c50757db1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 215 | sce | Ex6_2.sce | clc//
//
//
//Variable declaration
V=400; //voltage(V)
//Calculation
lamda=12.26/sqrt(V); //de broglie wavelength(angstrom)
//Result
printf("\n de broglie wavelength is %0.3f angstrom",lamda)
|
79a8dfd7e9410f942cc748345a0e71db16526650 | ebd6f68d47e192da7f81c528312358cfe8052c8d | /swig/Examples/test-suite/scilab/sneaky1_runme.sci | 5d9e24407e6567908190526a2d001e5624456d5e | [
"LicenseRef-scancode-swig",
"GPL-3.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only",
"Apache-2.0"
] | permissive | inishchith/DeepSpeech | 965ad34d69eb4d150ddf996d30d02a1b29c97d25 | dcb7c716bc794d7690d96ed40179ed1996968a41 | refs/heads/master | 2021-01-16T16:16:05.282278 | 2020-05-19T08:00:33 | 2020-05-19T08:00:33 | 243,180,319 | 1 | 0 | Apache-2.0 | 2020-02-26T05:54:51 | 2020-02-26T05:54:50 | null | UTF-8 | Scilab | false | false | 427 | sci | sneaky1_runme.sci | exec("swigtest.start", -1);
try
x = add(3, 4);
catch
swigtesterror();
end
if x <> 7 then swigtesterror(); end
try
y = subtract(3,4);
catch
swigtesterror();
end
if y <> -1 then swigtesterror(); end
try
z = mul(3,4);
catch
swigtesterror();
end
if z <> 12 then swigtesterror(); end
try
w = divide(3,4);
catch
swigtesterror();
end
if w <> 0 then swigtesterror(); end
exec("swigtest.quit", -1);
|
5d55fabcc5382b3ec29380ef1f83917c8670deb7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3636/CH5/EX5.10/Ex5_10.sce | a96d6f67547837ce33390068362f9adaeda4231e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 296 | sce | Ex5_10.sce | clc;
clear;
Cj=12*10^-12 //Capacitance in F/cm^2
A=10^-4 //junction Area in A/cm^2
Vr=20 //in V
e=1.6*10^-19 //in J
epsilon_r=11.8 //in F/cm
epsilon_0=8.85*10^-14 //in F/cm
//Calculation
Nd=((2*Cj)/A)^2*(Vr/(2*epsilon_r*epsilon_0*e))
mprintf("Donor Concentration= %1.3e cm^-3",Nd)
|
6ed99e689788fbe8bed4dbe3b18a794a584d5641 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH34/EX34.3/34_3.sce | 05d4b2904d868403078e3f12ac27d73dc67a56da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sce | 34_3.sce | //ques-34.3
//Calculating energy and frequency and wave number
clc
w=200;//wavelength (in nm)
E=(6.023*10^23*6.625*10^-34*3*10^8)/(w*10^-9);
f=(3*10^8)/(w*10^-9);
wn=1/(w*10^-9);
printf("The energy required is %.1f kJ/mol, frequency is %.1f*10^15 Hz and wave number is %d /cm.",E/1000,f*10^-15,wn/100);
|
894b27391cbe829d40225690177f1792fea4c3a5 | 8a3446e086bbb6afa038ee746f941996286b32c6 | /Tests/FW.tst | 0ffbfb0a65eb7524e3369d749665ef3d3caf8738 | [] | no_license | FREA-ENT/svp_UL1741SA | ec5c7fa9a8a2f27b72ba6cea2960699613e10743 | 5d22145fcae26c33fcd62218ff185f6ed0a1bc34 | refs/heads/master | 2020-03-27T21:36:40.461101 | 2018-09-05T07:58:29 | 2018-09-05T07:58:29 | 147,161,108 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 94 | tst | FW.tst | <scriptConfig name="VV_1" script="SA14_freq_watt">
<params>
</params>
</scriptConfig>
|
c3b2f5544bfb29ae189acfcfd08c59cd27b2ac22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1892/CH1/EX1.1.s/Example1_1_page41.sce | 3a41229e32d53687f5587e500900949804725b5d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 292 | sce | Example1_1_page41.sce | // Example 1.1 Page: 41
clear; clc; close;
format('v',6);
// Given data
P=4;//No. of poles
f=50;//in Hz
N=1410;//in rpm
//Calculations
Ns=120*f/P;//in r
disp(Ns,"Synchronous speed in rpm : ");
S=(Ns-N)/Ns;//Full load slip
S=S*100;//in %
disp(S,"Full load slip in % : ");
|
b319e9da15c417fbe6bc1659884f7e1b63a73fa9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH4/EX4.10/Ex4_10.sce | 04ba1e8cf13e9b8f04ff29ecbabc79243c328e7a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 586 | sce | Ex4_10.sce | clc;clear;
//Example 4.10
//given data
P1=150;
P2=350;
T1=27+273;//in K
V1=400/1000;// in m^3
R=0.287;
//from Table A–17
u1=214.07;
u2=1113.52;
//calculations
//part a
V2=2*V1;
//using ideal gas eqn
// P1 * V1 / T1 = P2 * T2 /V2
T2=P2*V2*T1/(P1*V1);
disp(T2,'the final temperature in K');
//part b
// Work done is Pdv
W=P2*(V2-V1);
disp(W,'the work done by the air im kPa');
//part c
//Ein - Eout = Esystem
//Qin - Wout = dU = m(u2 - u1)
m= P1* V1 /(T1 * R);
Q= m*(u2 - u1)+ W;
Q=ceil(Q);
disp(Q,'the total heat transferred to the air in kJ')
|
7ffb57cf348cc4a9f86e9125b37498dc4977df03 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH4/EX4.13/4Ex13.sce | 79286086a3b550e92377ab5b4fc94bfa66ce2801 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 407 | sce | 4Ex13.sce | //Chapter 4 Ex 13
clc;
clear;
close;
//(i)
a=poly(0,'a');
b1=a/(3/4); //equation(1)
b2=(22-(8*a))/5; //equation(2)
for a=1:0.1:10
if (a/(3/4))==((22-(8*a))/5) then
break;
end
end
mprintf("(i)The value of a is %.1f",a);
//(ii)
x=poly(0,'x');
for x=1:10
if ((x/4)-((x-3)/6))==1 then
break;
end
end
mprintf("\n(ii) The value of x is %.0f",x);
|
de5c0218f36bebc0f02858afe186486ef5c08ad6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3753/CH1/EX1.4/Ex1_4.sce | 32e33a179dee0479e8155072f36ae3599d469554 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 259 | sce | Ex1_4.sce | //Example number 1.4, Page number 1.36
clc;clear;close
//Variable declaration
lamda=5893*10**-10 //Angstroms to mts
x=4*10**-2 // unitless
Beta=1*10**-3 // unitless
//Calculation
t=(lamda*x)/(2*Beta)
//Result
printf("t=%0.3f micron",(t*10**6))
|
b9e84de7ed1f0658e96c3b9693a4378238d37806 | bbf1ae079309eca11270422d3f0d259d1515d430 | /numerical-tours/matlab/toolbox_graph/myisfield.sci | 004c7edbd15bb09d5136eab91d6c5daba33d4c90 | [
"BSD-2-Clause"
] | permissive | ZichaoDi/Di_MATLABTool | 5e6a67b613c4bcf4d904ddc47c2744b4bcea4885 | c071291c63685c236f507b2cb893c0316ab6415c | refs/heads/master | 2021-08-11T07:28:34.286526 | 2021-08-04T18:26:46 | 2021-08-04T18:26:46 | 149,222,333 | 9 | 5 | null | null | null | null | UTF-8 | Scilab | false | false | 233 | sci | myisfield.sci | function r = myisfield(options, f)
// myisfield - emulation of isfield
//
// r = myisfield(options, f);
//
// test if options.f exists.
//
// Copyright (c) 2008 Gabriel Peyre
r = getfield(1,options);
r = or(r(3:$)==f);
endfunction |
f1892b1411a089ec9028d340332a286fbc89ce5f | 3aecc0a856e5ab896077f26d338574613e42a223 | /src/31.test_chi-quadro.sci | 04bbfab070e836ddc90324e579d07fc9d64f74cd | [] | no_license | wmotti/simulation | 9ebed2818f83a1ba864399ee3dc664e5303e3983 | ec4cce2ce180f947edf0ed9f501799d06b8a0416 | refs/heads/master | 2020-03-28T08:10:23.668854 | 2018-09-08T16:14:42 | 2018-09-08T16:14:42 | 147,949,219 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,470 | sci | 31.test_chi-quadro.sci | function [t]=chiValue(dati,ps)
mm=size(dati,'r');
[a,ns]=dsearch(dati,[1:k],"d");
t=sum((ns-(mm*ps))^2 ./(mm*ps));
endfunction
function [y]=chiTest()
t=chiValue(dati,ps);
y=1-cdfchi("PQ",t,k-1);
endfunction
k=10;
m=1000;
ps=ones(1,k)*1/k;
dati=grand(m,1,'uin',1,k);
chiTest()
function [y]=repeat(n,g)
for i=[1:n]
y($+1)=g();
end
endfunction
function [y]=ct()
dati=grand(m,1,'uin',1,k);
y=chiTest();
endfunction
n=100;
p_values=repeat(n,ct);
mean(p_values)
function [y]=ct_bin()
dati=grand(m,1,'bin',k-1,1/2);
y=chiTest();
endfunction
p_values_bin=repeat(n,ct_bin);
mean(p_values_bin)
dati=[1, 10, 2, 5, 7, 6, 1, 4, 7, 5, ...
3, 5, 8, 1, 6, 6, 3, 10, 7, 2, ...
10, 10, 2, 10, 5, 10, 5, 9, 2, 3, ...
5, 3, 9, 1, 6, 6, 5, 10, 2, 2, ...
1, 6, 8, 9, 8, 10, 10, 6, 10, 10, ...
7, 2, 7, 9, 10, 10, 2, 1, 9, 10, ...
2, 8, 10, 7, 5, 10, 4, 10, 6, 1, ...
5, 3, 7, 7, 1, 10, 3, 2, 8, 2, ...
10, 8, 5, 10, 9, 3, 8, 10, 3, 1, ...
5, 3, 10, 7, 7, 7, 6, 9, 4, 1];
dati=dati';
histplot([0:k],dati)
chiTest()
t=chiValue(dati,ps)
k=10;
m=size(dati,'r');
function [y]=simDist()
y=grand(m,1,'uin',1,k)
endfunction
function [y]=tSim()
[a,NS]=dsearch(simDist(),[1:k],"d");
y=sum((NS-(m*ps))^2 ./ (m*ps));
endfunction
function [y]=simula(mm)
r=repeat(mm,tSim);
c=0;
for i=[1:mm]
if (r(i)>=t)
c=c+1;
end;
end;
y=c/mm;
endfunction
simula(1000)
simula(10000)
|
47ff8bf657f614613d046be5c36b048c583b34c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH4/EX4.5c/eg4_5c.sce | 4857aff363cd39ec98cb80daa45732f411572c0c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 100 | sce | eg4_5c.sce | p0= 0.2;
p1= 0.5;
p2=0.3;
expec = 0*0*p0 + 1*1*p1 + 2*2*p2;
disp(expec, "Expectation of X^2 is") |
8bf8fa99c49be3edb34448beae0daaa7aa440644 | 449d555969bfd7befe906877abab098c6e63a0e8 | /545/CH5/EX5.8/ch_5_eg_8.sce | d04093eba5b8e154a94e2dc208794266e917e3ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,083 | sce | ch_5_eg_8.sce | clc
disp("the soln of eg 5.8-->Chemical Reaction and Diffusion in Pore");
lnght=.001
k_const=.001
D=10^-9
delta_x=lnght/100
C=1 //in mol/m3
//B.C. are C=1 at x=0
// dC/dx=0 at x=10^-3 since at the end point conc. is const.
//using central difference method we get the following eqns which can be solved using TDMA method
for i=2:99, a(i)=1 //sub diagonal assignment
end
a(100)=2 //since C99=C100 using B.C.
for j=1:100, b(j)=-2.0001, //main diagonal assignment
end
for k=1:99, c(k)=1; //super diagonal assignment
end
d(1)=-1
for l=2:100, d(l)=0;
end //given values assignment
i=1;
n=100;
beta1(i)=b(i); //initial b is equal to beta since a1=0
gamma1(i)=d(i)/beta1(i); //since c7=0
m=i+1;
for j=m:n, beta1(j)=b(j)-a(j)*c(j-1)/beta1(j-1);
gamma1(j)=(d(j)-a(j)*gamma1(j-1))/beta1(j);
end
x(n)=gamma1(n); //since c7=0
n1=n-i;
for k=1:n1, j=n-k; x(j)=gamma1(j)-c(j)*x(j+1)/beta1(j);
end
disp(x(50),"the values of conc. at x=.5mm or at the 50th node is"); |
07ca818ea118ac9e24be452574c3956eb961f223 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH13/EX13.17/Ex13_17.sce | bda77b716752ad5b3d73d20e0319d839ba9b0e32 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 314 | sce | Ex13_17.sce | clear
//Given
C=50*10**-6 //F
V=230 //V
//Calculation
//
q=C*V*sqrt(2)
E=0.5*C*(V*sqrt(2))**2
//Result
printf("\n (i) Maximum charge on the capacitor is %0.2f *10**-3 C",q*10**3)
printf("\n (ii) The maximum energy stored in the capacitor is %0.2f J",E)
|
35de0a75aa49f08829a1c395c7820360d319188d | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH2/EX2.5/Example2_5.sce | 7fd619bedeb336fa59ef9adafe48431761bb839c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 631 | sce | Example2_5.sce | //Given that
conv = 5/18 //converts velocity from km/h to in m/s
speed_initial = 100 * conv //in km/h
speed_final = 80 * conv //in km/h
displacement = 88 //in meter
//Sample Problem 2-5a
printf("**Sample Problem 2-5a\n")
//using newton's 3rd equation of motion
acceleration = (speed_final^2 - speed_initial^2)/(2 * displacement)
printf("The acceleration is equal to %f m/sec^2\n", acceleration)
//Sample Problem2-5b
printf("\n**Sample Problem 2-5a**\n")
//using newton's first equation of motion
time = (speed_final - speed_initial)/acceleration
printf("The time taken to decrease the speed is %f sec", time) |
63feccc900c973d854fc1cf7734205443d79bb5b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH8/EX8.7/Ex8_7.sce | a60adc993bb5813f746674935dd0c5d9f614c7f7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | Ex8_7.sce | //Caption: amplitude
//Example 8.7
//page no 379
//Find carrier amplitude
clc;
clear;
Pe=10^-4;//probability of error of PSK
N0=2*10^-10;
//from table error function
//Pe=erffc(z)
z=2.6
r=10^6;
T=1/r;
//z=sqrt(Eb/N0)
Eb=N0*z^2; // Eb=bit energy
A=sqrt((Eb*2)/T); //Eb=A^2*T/2
disp("mV",A*1000,"Carrier Amplitude");
|
35956e72567752157dc78245d90822950dabb3a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH1/EX1.23/example1_23.sce | 4856d4abdc39a33c9a73095f2afe25e9383d87d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 850 | sce | example1_23.sce | clc
// Given That
lambda1 = 4e-7 // max. wavelength of light in meter
lambda2 = 5e-7 // min. wavelength of light in meter
Mu = 1.4 // refractive index of soap film
i = %pi / 4 // incidence angle in radian
t = 1e-5 // thickness of oil film in meter
// Sample Problem 23 on page no. 1.47
printf("\n # PROBLEM 23 # \n")
r = asin(sin(i) / Mu) // calculation for angle of refraction
n1 = (2 * Mu * t * cos(r)) / lambda1 // calculation for no. of dark bands seen in the case of max. wavelength
n2 = (2 * t * Mu * cos(r)) / lambda2 // calculation for no. of dark seen in the case of min. wavelength
n = floor(n1) - floor(n2) // claculation for no. of dark bands seen between wavelengths
printf("\n Standard formula used \n r = asin(sin(i) / Mu).\n n = (2 * Mu * t * cos(r)) / lambda.\n")
printf("\n No. of dark bands seen between wavelengths. = %d",n)
|
7746444dcd3ea2c71435d98d50089605ffb8ea4c | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.16_18.tst | 8a230591cd86d5a13b66fa5df925bd3c6f1093ae | [] | 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 | 32,040 | tst | bow.16_18.tst | 16 16:1.0 17:1.0 26:0.14285714285714285 28:0.1111111111111111 33:0.5 37:1.0 44:0.5 51:0.25 53:0.5 57:1.0 61:0.5 92:0.2 93:0.5 97:1.0 114:1.0 115:0.08333333333333333 143:1.0 146:1.0 179:1.0 201:1.0 225:0.1111111111111111 270:0.14285714285714285 291:0.3333333333333333 345:1.0 383:0.3333333333333333 497:0.5 568:0.5 585:0.3333333333333333 681:1.0 717:1.0 735:1.0 1203:1.0 1418:1.0 1442:1.0 1551:1.0 1726:1.0 1906:1.0 2101:1.0 2165:1.0 2235:1.0 2250:1.0 2933:0.5 4059:1.0 4379:1.0
16 8:1.0 16:1.0 28:0.2222222222222222 34:1.0 37:2.0 39:1.0 50:0.08333333333333333 64:1.0 83:0.034482758620689655 87:0.3333333333333333 97:0.5 146:1.0 168:1.0 175:0.5 207:0.5 244:1.0 245:0.2 246:1.0 248:1.0 267:1.0 269:1.0 270:0.14285714285714285 271:1.0 365:1.0 424:1.0 434:1.0 647:1.0 710:1.0 753:0.5 2138:1.0 2695:1.0 2839:1.0
16 8:2.0 16:1.0 28:0.1111111111111111 37:1.0 48:0.09090909090909091 53:0.25 97:0.5 270:0.14285714285714285 314:1.0 424:1.0 433:0.2 710:1.0 1002:1.0 1497:1.0 1699:1.0
16 8:1.0 27:0.5 28:0.1111111111111111 37:1.0 44:0.5 50:0.08333333333333333 53:0.25 54:0.3333333333333333 59:1.0 83:0.034482758620689655 87:0.16666666666666666 91:0.2 225:0.05555555555555555 233:1.0 291:0.3333333333333333 323:2.0 422:0.5 649:1.0 735:1.0 807:1.0 1348:1.0 1407:2.0 1530:1.0 2116:1.0 2136:1.0 2220:1.0 3679:1.0 6473:1.0
16 1:0.125 8:1.0 16:1.0 28:0.2222222222222222 32:1.0 33:0.5 37:2.0 53:0.25 57:1.0 76:0.5 87:0.3333333333333333 90:0.5 93:0.5 95:1.0 114:0.5 120:1.0 178:1.0 215:1.0 244:1.0 311:1.0 345:1.0 648:0.5 665:1.0 1238:1.0 1295:0.5 1370:1.0 1457:1.0 1683:1.0 2646:1.0
16 8:1.0 19:0.5 27:0.5 28:0.4444444444444444 32:2.0 34:1.0 44:0.5 51:0.5 53:0.75 57:1.0 59:1.0 62:1.0 70:0.5 71:0.07142857142857142 76:0.5 83:0.034482758620689655 90:0.5 91:0.2 92:0.2 114:0.5 115:0.08333333333333333 126:1.0 127:0.3333333333333333 135:1.0 201:1.0 225:0.2222222222222222 238:0.3333333333333333 385:0.5 424:1.0 433:0.2 435:1.0 497:0.5 534:1.0 634:0.5 672:0.3333333333333333 789:1.0 828:1.0 880:1.0 965:1.0 1027:1.0 1055:1.0 1096:1.0 1236:1.0 1507:2.0 1587:1.0 1675:1.0 1778:1.0 1903:1.0 1918:1.0 2101:1.0 2151:1.0 2980:1.0 3611:1.0 3904:1.0 4443:1.0 5267:1.0
16 8:1.0 19:0.5 26:0.14285714285714285 28:0.2222222222222222 38:0.3333333333333333 48:0.09090909090909091 53:0.75 57:1.0 76:0.5 83:0.10344827586206896 84:1.0 87:0.16666666666666666 99:1.0 114:1.0 135:1.0 146:1.0 147:1.0 175:0.5 225:0.1111111111111111 433:0.2 529:1.0 534:1.0 890:1.0 1565:1.0 2111:0.5 2151:1.0 2239:1.0 3431:1.0 3869:1.0 4422:1.0 5188:0.5
16 25:0.16666666666666666 48:0.09090909090909091 57:1.0 83:0.034482758620689655 86:0.5 87:0.16666666666666666 92:0.2 114:1.5 115:0.08333333333333333 126:1.0 175:0.5 225:0.1111111111111111 229:0.5 294:1.0 323:1.0 336:1.0 377:0.5 430:0.3333333333333333 433:0.2 766:0.5 907:1.0 1546:1.0 1657:1.0 1893:1.0 1900:0.5 2266:0.5 2634:1.0 3049:0.5 3743:1.0
16 1:0.125 8:3.0 19:0.5 26:0.14285714285714285 28:0.2222222222222222 44:0.5 50:0.16666666666666666 51:0.25 53:0.25 71:0.07142857142857142 93:0.5 97:0.5 127:0.3333333333333333 137:0.5 146:2.0 147:1.0 433:0.2 492:1.0 497:0.25 766:0.5 946:1.0 1361:1.0 1565:1.0 1587:1.0 1699:1.0 2244:1.0 2777:1.0 3941:1.0 4418:1.0 5064:1.0
16 25:0.16666666666666666 32:2.0 35:1.0 51:0.25 53:0.25 61:0.5 91:0.2 99:1.0 135:1.0 146:2.0 147:2.0 175:0.5 179:0.5 270:0.14285714285714285 291:0.3333333333333333 399:1.0 475:1.0 492:1.0 514:1.0 626:1.0 891:1.0 1068:1.0 1306:1.0 1333:1.0 1440:1.0 1646:1.0 1737:1.0
16 51:0.25 70:0.5 71:0.07142857142857142 92:0.6 135:1.0 294:1.0 306:0.5 323:1.0 361:0.3333333333333333 592:1.0 807:1.0 1066:1.0 1109:0.5 1414:1.0 2011:1.0 2036:0.3333333333333333 2093:1.0 2185:2.0 2206:1.0 2770:1.0 3111:0.5 4287:1.0 4945:1.0
16 8:1.0 13:1.0 15:1.0 16:2.0 28:0.1111111111111111 34:1.0 44:1.0 51:0.25 70:0.5 87:0.16666666666666666 90:0.5 99:1.0 114:0.5 127:0.3333333333333333 138:1.0 194:1.0 195:1.0 238:0.3333333333333333 270:0.14285714285714285 306:0.5 365:1.0 405:1.0 500:1.0 544:1.0 557:1.0 604:0.3333333333333333 771:1.0 798:1.0 803:1.0 954:0.5 1306:1.0 1348:1.0 2151:1.0 2397:1.0 3625:1.0 4356:1.0 4389:1.0 4390:1.0 4392:1.0 4816:1.0
16 19:0.75 25:0.16666666666666666 28:0.1111111111111111 40:0.3333333333333333 44:0.5 51:0.25 53:0.25 57:1.0 71:0.07142857142857142 72:1.0 92:0.2 114:1.0 135:1.0 284:1.0 332:0.5 412:0.5 433:0.2 435:1.0 665:1.0 852:1.0 953:1.0 1238:1.0 2281:1.0 2785:1.0 3135:1.0 3366:1.0 3493:1.0 4036:1.0
16 1:0.125 8:1.0 16:1.0 28:0.1111111111111111 34:1.0 37:1.0 40:0.3333333333333333 44:0.5 51:0.25 57:2.0 71:0.07142857142857142 87:0.16666666666666666 93:0.5 115:0.08333333333333333 135:1.0 225:0.05555555555555555 284:1.0 706:1.0 798:1.0 946:1.0 953:1.0 1306:1.0 2472:1.0 3366:1.0 3625:1.0 3976:1.0 4356:1.0 4389:1.0 4390:1.0 4392:1.0
16 19:0.25 28:0.1111111111111111 34:1.0 37:1.0 53:0.25 59:1.0 86:0.25 93:0.5 115:0.08333333333333333 155:1.0 195:1.0 270:0.14285714285714285 306:0.5 634:0.5 635:1.0 1574:1.0 1605:0.5 1652:1.0 2335:1.0 2772:1.0 3495:1.0 3825:1.0 7591:1.0
16 34:1.0 37:2.0 50:0.08333333333333333 53:0.25 86:0.25 87:0.3333333333333333 95:1.0 221:1.0 238:0.3333333333333333 436:0.5 536:1.0 684:1.0 769:1.0 1295:0.5 1419:1.0 2559:1.0 2617:1.0 4220:1.0
16 26:0.14285714285714285 34:1.0 51:0.25 92:0.2 93:0.5 127:0.3333333333333333 135:1.0 138:1.0 179:0.5 225:0.05555555555555555 290:1.0 293:0.5 428:1.0 556:1.0 634:0.5 824:1.0 1240:1.0 1642:1.0 1704:1.0 2003:1.0 4907:1.0
16 16:1.0 20:1.0 26:0.14285714285714285 28:0.3333333333333333 37:1.0 40:0.3333333333333333 59:1.0 71:0.07142857142857142 87:0.3333333333333333 92:0.2 93:1.0 114:1.0 155:2.0 187:1.0 225:0.05555555555555555 238:0.3333333333333333 294:1.0 345:1.0 405:1.0 492:1.0 807:1.0 868:1.0 1096:1.0 1471:0.5 1646:1.0 1849:2.0 2003:1.0 2545:1.0 4304:1.0
16 20:1.0 28:0.2222222222222222 34:2.0 37:1.0 44:0.5 48:0.09090909090909091 59:1.0 76:0.5 87:0.16666666666666666 114:1.0 115:0.08333333333333333 126:1.0 146:1.0 204:1.0 218:0.25 248:1.0 278:1.0 306:0.5 323:1.0 599:1.0 626:1.0 684:1.0 715:1.0 771:1.0 850:1.0 886:1.0 1167:1.0 1370:1.0 1704:1.0 1721:1.0 2706:1.0 2913:1.0 3435:1.0 4027:1.0 4337:1.0
16 16:1.0 27:0.5 28:0.4444444444444444 32:1.0 39:1.0 44:0.5 51:0.5 53:0.25 54:0.6666666666666666 83:0.034482758620689655 87:0.16666666666666666 92:0.4 114:1.0 146:1.0 192:1.0 218:0.25 225:0.05555555555555555 280:1.0 286:1.0 307:0.5 328:1.0 361:0.3333333333333333 412:0.5 455:1.0 534:1.0 553:1.0 747:1.0 753:0.5 1110:1.0 1167:1.0 1469:1.0 2151:1.0 2179:1.0 2321:1.0 2339:1.0 4003:1.0 4004:1.0 4173:1.0 4179:1.0 6026:1.0
16 16:2.0 28:0.2222222222222222 34:1.0 37:1.0 39:1.0 50:0.08333333333333333 51:0.25 53:0.75 87:0.16666666666666666 97:0.5 114:0.5 207:1.0 243:0.25 244:2.0 245:0.4 246:2.0 249:1.0 267:1.0 269:1.0 270:0.2857142857142857 323:1.0 494:1.0 497:0.25 647:2.0 648:0.5 664:1.0 684:1.0 761:1.0 1110:1.0 1251:1.0 1471:0.5 1489:1.0 2654:1.0
16 8:2.0 15:1.0 16:1.0 19:0.25 20:1.0 25:0.16666666666666666 26:0.14285714285714285 28:0.1111111111111111 34:1.0 44:0.5 48:0.09090909090909091 54:0.3333333333333333 59:1.0 62:1.0 76:0.5 87:0.16666666666666666 90:0.5 92:0.4 97:0.5 114:0.5 126:1.0 195:1.0 218:0.25 225:0.1111111111111111 267:1.0 269:1.0 270:0.2857142857142857 271:1.0 323:1.0 377:0.5 425:1.0 426:1.0 492:1.0 648:0.5 803:1.0 819:1.0 858:1.0 1143:1.0 1312:0.5 1500:1.0 1646:1.0 1684:1.0 1778:1.0 1862:1.0 1866:1.0 2220:1.0 2250:1.0 2656:1.0 3813:1.0 4245:1.0
16 13:1.0 44:0.5 46:1.0 53:0.5 59:1.0 83:0.034482758620689655 91:0.4 92:0.2 114:0.5 126:1.0 127:0.3333333333333333 146:1.0 179:0.5 201:1.0 225:0.1111111111111111 306:0.5 361:1.0 365:1.0 412:1.0 680:1.0 753:0.5 882:1.0 889:1.0 940:1.0 1051:1.0 1172:1.0 1411:1.0 1412:1.0 1413:1.0 1414:1.0 1686:1.0 1765:2.0 1814:1.0 1900:0.5 1987:0.5 2946:1.0 3281:1.0 4141:1.0 5169:1.0
16 8:2.0 16:1.0 48:0.09090909090909091 50:0.08333333333333333 51:0.25 57:1.0 87:0.16666666666666666 90:0.5 92:0.4 114:0.5 140:0.5 141:0.3333333333333333 146:1.0 155:1.0 161:1.0 180:1.0 303:1.0 323:1.0 412:1.0 475:1.0 512:1.0 648:0.5 831:1.0 846:0.5 937:1.0 1552:0.5 1553:1.0 1584:1.0 1622:1.0 1990:0.5 2233:0.5 2494:1.0 2585:1.0 2601:1.0 2935:1.0 3281:1.0 3484:1.0 3669:1.0 3839:1.0 4744:1.0
16 1:0.125 8:1.0 16:2.0 19:0.25 20:1.0 25:0.16666666666666666 27:1.0 28:0.2222222222222222 37:1.0 48:0.09090909090909091 51:0.25 53:0.25 83:0.034482758620689655 87:0.16666666666666666 93:0.5 97:1.0 121:1.0 126:1.0 225:0.05555555555555555 231:1.0 290:1.0 296:0.5 323:1.0 425:1.0 426:1.0 428:1.0 435:1.0 492:1.0 529:1.0 859:0.3333333333333333 905:1.0 1018:1.0 1325:1.0 1348:1.0 1508:1.0 1601:1.0 1646:1.0 2013:1.0 2095:1.0 2817:1.0 3791:1.0 3877:1.0 4586:0.02631578947368421 7267:1.0
16 26:0.14285714285714285 28:0.2222222222222222 99:1.0 280:1.0 291:0.3333333333333333 383:0.3333333333333333 506:0.5 606:1.0 1128:1.0 3984:1.0 3994:1.0 4667:1.0 5673:1.0
16 13:1.0 16:1.0 19:0.25 28:0.1111111111111111 37:2.0 50:0.08333333333333333 53:0.25 57:2.0 71:0.07142857142857142 87:0.16666666666666666 96:0.5 114:1.0 135:1.0 192:1.0 221:1.0 225:0.05555555555555555 238:1.0 273:1.0 291:0.3333333333333333 293:0.5 346:1.0 399:1.0 530:1.0 557:1.0 666:0.5 1180:1.0 1227:1.0 1367:1.0 1588:1.0 1732:0.5 1818:1.0 1979:1.0 2011:1.0 2295:1.0 2626:1.0 2716:1.0 4014:1.0
16 8:1.0 16:1.0 28:0.1111111111111111 34:1.0 39:1.0 44:0.5 53:0.25 62:2.0 70:0.5 71:0.07142857142857142 83:0.034482758620689655 87:0.16666666666666666 91:0.2 92:0.4 93:0.5 146:1.0 174:1.0 175:0.5 195:1.0 207:0.5 245:0.2 246:1.0 248:1.0 267:1.0 269:1.0 270:0.2857142857142857 271:1.0 306:0.5 375:1.0 399:1.0 552:0.5 648:0.5 672:0.3333333333333333 1328:1.0 1346:1.0 1374:0.5 1923:1.0 2093:1.0 3066:1.0 3310:1.0 3927:1.0 4215:1.0
16 13:1.0 20:1.0 23:1.0 28:0.1111111111111111 34:3.0 37:1.0 50:0.08333333333333333 57:1.0 70:0.5 72:1.0 87:0.5 90:0.5 91:0.4 92:0.2 93:0.5 96:0.5 97:0.5 114:0.5 126:3.0 179:0.5 204:1.0 214:1.0 270:0.2857142857142857 294:1.0 306:0.5 323:1.0 327:0.5 338:1.0 385:0.5 557:1.0 798:2.0 803:1.0 831:1.0 963:1.0 1059:1.0 1100:1.0 1218:1.0 1266:1.0 1338:1.0 1374:0.5 1501:1.0 1590:1.0 1695:1.0 2101:1.0 2207:1.0 2864:1.0 3210:2.0 3434:1.0 4519:1.0 7075:1.0
16 8:1.0 13:1.0 19:0.25 28:0.1111111111111111 37:1.0 44:1.0 53:0.25 71:0.14285714285714285 72:1.0 83:0.034482758620689655 92:0.4 135:1.0 179:0.5 332:0.5 373:1.0 672:0.3333333333333333 807:1.0 975:1.0 1076:1.0 2244:1.0 2602:1.0 2613:1.0 2624:1.0 2629:1.0 2732:1.0 3344:1.0 3431:1.0 3500:2.0 3941:1.0 7598:1.0
16 8:2.0 13:1.0 19:0.25 25:0.16666666666666666 28:0.1111111111111111 39:1.0 53:0.5 72:1.0 83:0.06896551724137931 86:0.5 91:0.2 92:0.2 93:0.5 99:1.0 114:1.0 135:2.0 155:1.0 179:0.5 215:1.0 225:0.05555555555555555 238:0.3333333333333333 262:0.5 271:1.0 427:0.5 560:1.0 735:1.0 770:2.0 823:1.0 1236:1.0 1333:1.0 1502:1.0 1790:1.0 1972:1.0 2621:1.0 3022:1.0
16 25:0.3333333333333333 26:0.14285714285714285 28:0.3333333333333333 33:1.0 34:2.0 37:1.0 44:0.5 48:0.18181818181818182 50:0.08333333333333333 57:2.0 72:1.0 76:0.5 83:0.034482758620689655 87:0.5 91:0.2 92:0.2 93:1.0 95:2.0 114:0.5 115:0.08333333333333333 120:2.0 126:1.0 135:1.0 137:0.5 155:1.0 191:0.5 225:0.05555555555555555 270:0.2857142857142857 276:1.0 332:0.5 360:0.25 374:1.0 375:1.0 481:1.0 492:2.0 494:1.0 556:1.0 738:1.0 891:1.0 1608:0.3333333333333333 1699:1.0 2517:1.0 2636:1.0 4238:1.0 6160:1.0 7416:1.0 7481:1.0
16 8:1.0 16:1.0 19:0.25 28:0.1111111111111111 37:2.0 50:0.08333333333333333 87:0.16666666666666666 92:0.2 93:1.0 99:1.0 114:1.0 223:1.0 225:0.05555555555555555 260:1.0 336:1.0 385:0.5 798:1.0 803:1.0 830:1.0 846:0.5 1119:1.0 1551:1.0 2984:1.0 3690:1.0 6283:1.0 6653:1.0
16 14:1.0 16:1.0 19:0.25 27:0.5 28:0.3333333333333333 39:1.0 53:0.25 57:2.0 90:0.5 91:0.2 92:0.4 97:0.5 114:0.5 135:2.0 180:1.0 323:1.0 435:1.0 535:1.0 722:1.0 766:0.5 779:1.0 789:1.0 831:1.0 882:1.0 905:1.0 1442:1.0 2013:1.0 2147:1.0 2791:1.0 2824:1.0 2925:0.3333333333333333 3408:1.0 3673:1.0 3827:1.0 4175:1.0 4498:1.0 6910:1.0
16 1:0.25 16:2.0 27:1.0 28:0.1111111111111111 37:1.0 48:0.18181818181818182 86:0.25 90:0.5 92:0.2 93:0.5 97:1.0 127:0.3333333333333333 137:0.5 179:0.5 180:1.0 216:1.0 255:1.0 323:1.0 338:1.0 492:1.0 529:1.0 530:1.0 675:0.3333333333333333 882:1.0 905:1.0 906:1.0 1448:1.0 1733:1.0 2795:1.0
16 15:1.0 16:2.0 25:0.16666666666666666 48:0.09090909090909091 61:0.5 70:0.5 92:0.2 97:0.5 114:0.5 115:0.16666666666666666 135:1.0 174:1.0 191:0.5 195:1.0 201:1.0 323:1.0 361:0.3333333333333333 604:0.6666666666666666 720:1.0 798:1.0 899:1.0 900:1.0 943:1.0 954:0.5 2210:1.0 2264:1.0 2266:0.5 2335:1.0 2440:1.0 2462:1.0 2924:1.0 3678:1.0 4088:1.0 5839:1.0
16 16:2.0 27:0.5 28:0.3333333333333333 34:1.0 48:0.18181818181818182 51:0.5 86:0.25 87:0.3333333333333333 92:0.2 97:1.5 98:0.5 114:0.5 127:0.3333333333333333 207:0.5 216:1.0 243:0.125 244:2.0 245:0.2 246:1.0 255:1.0 267:1.0 269:1.0 270:0.2857142857142857 276:1.0 323:2.0 338:1.0 360:0.25 494:1.0 647:1.0 659:1.0 675:0.3333333333333333 743:1.0 761:1.0 798:1.0 882:1.0 1138:1.0 1570:1.0 2795:1.0
16 8:3.0 26:0.14285714285714285 27:0.5 28:0.1111111111111111 48:0.09090909090909091 53:0.25 57:1.0 64:1.0 70:0.5 87:0.16666666666666666 92:1.2 93:0.5 96:0.5 97:0.5 126:2.0 135:1.0 141:0.3333333333333333 179:0.5 195:2.0 218:0.25 256:1.0 270:0.14285714285714285 291:0.3333333333333333 405:1.0 415:0.5 436:0.5 504:0.5 606:1.0 690:1.0 769:1.0 831:1.0 946:1.0 996:1.0 1058:1.0 1195:1.0 1257:1.0 1348:1.0 1458:1.0 1600:1.0 1950:1.0 2398:1.0 3013:1.0 3742:1.0 5375:1.0 7217:1.0
16 1:0.125 16:2.0 18:1.0 28:0.1111111111111111 33:0.5 37:1.0 44:0.5 46:1.0 48:0.18181818181818182 49:1.0 50:0.16666666666666666 54:0.3333333333333333 57:1.0 59:1.0 76:0.5 87:0.3333333333333333 91:0.2 92:0.4 93:0.5 97:2.0 115:0.08333333333333333 179:0.5 225:0.1111111111111111 331:1.0 338:1.0 412:0.5 426:1.0 529:1.0 560:1.0 568:0.5 675:0.3333333333333333 738:1.0 882:1.0 1273:1.0 1411:1.0 1495:1.0 1552:0.5 2607:1.0 2608:1.0 2819:1.0 3754:1.0 4524:1.0 5751:1.0
16 16:1.0 17:2.0 19:0.5 28:0.4444444444444444 33:0.5 34:1.0 44:1.0 53:0.5 54:0.3333333333333333 57:1.0 61:0.5 63:0.5 87:0.3333333333333333 97:0.5 126:1.0 175:0.5 207:0.5 225:0.05555555555555555 245:0.2 246:1.0 267:1.0 269:1.0 270:0.14285714285714285 271:1.0 285:0.5 356:1.0 399:1.0 412:0.5 480:1.0 554:0.5 585:0.3333333333333333 753:0.5 798:1.0 938:1.0 1338:1.0 2792:1.0 3754:1.0 4175:1.0 4200:1.0
16 11:1.0 16:1.0 28:0.1111111111111111 34:2.0 44:0.5 62:1.0 71:0.07142857142857142 87:0.5 92:0.4 97:0.5 120:1.0 130:1.0 146:2.0 167:0.5 175:0.5 207:0.5 215:1.0 221:1.0 225:0.1111111111111111 229:0.5 245:0.2 246:1.0 247:1.0 248:1.0 249:1.0 267:1.0 269:1.0 270:0.14285714285714285 271:1.0 293:0.5 306:1.0 323:1.0 361:0.3333333333333333 405:1.0 432:1.0 435:1.0 492:1.0 634:0.5 647:1.0 761:1.0 795:1.0 934:1.0 1112:1.0 1333:1.0 1411:1.0 1548:0.5 1646:1.0 1884:1.0 2233:1.0 2261:1.0 3201:1.0 3741:1.0 3922:1.0 4076:1.0 6471:1.0
16 16:1.0 19:0.5 28:0.2222222222222222 37:2.0 39:1.0 44:0.5 50:0.08333333333333333 57:1.0 87:0.5 90:1.0 92:0.2 96:0.5 99:1.0 114:0.5 135:1.0 137:0.5 138:1.0 155:1.0 175:0.5 229:0.5 270:0.14285714285714285 276:1.0 291:0.3333333333333333 424:1.0 591:1.0 1018:1.0 1458:1.0 1502:1.0 2014:1.0 2058:1.0 2075:1.0 2111:0.5 2925:0.3333333333333333 2933:0.5 3865:1.0 5058:1.0 5110:1.0
16 1:0.125 8:2.0 25:0.16666666666666666 26:0.14285714285714285 27:0.5 28:0.3333333333333333 32:1.0 34:1.0 40:0.3333333333333333 50:0.08333333333333333 53:0.25 70:0.5 87:0.16666666666666666 92:0.2 97:0.5 114:1.0 115:0.08333333333333333 118:1.0 126:2.0 174:1.0 195:1.0 225:0.05555555555555555 341:1.0 393:1.0 492:1.0 535:1.0 536:1.0 813:1.0 875:1.0 943:1.0 1088:1.0 1223:1.0 1318:1.0 1530:1.0 1557:1.0 1605:0.5 1872:1.0 1983:1.0 2343:1.0 3508:1.0 4125:1.0
16 8:1.0 16:1.0 27:0.5 28:0.4444444444444444 44:0.5 53:0.25 93:0.5 95:1.0 115:0.08333333333333333 167:0.5 221:1.0 225:0.1111111111111111 244:1.0 262:0.5 412:0.5 672:0.3333333333333333 753:0.5 898:1.0 1018:1.0 1379:1.0 1436:1.0 1501:2.0 3173:1.0 3174:1.0 3616:1.0 4160:1.0 5351:1.0 7211:0.5
16 14:1.0 16:1.0 28:0.3333333333333333 37:1.0 44:0.5 50:0.08333333333333333 53:0.25 57:1.0 87:0.3333333333333333 90:0.5 92:0.2 95:1.0 96:0.5 114:0.5 121:1.0 137:0.5 138:1.0 146:1.0 167:0.5 183:1.0 201:1.0 231:1.0 380:1.0 393:1.0 433:0.2 557:1.0 604:0.3333333333333333 660:1.0 664:1.0 672:0.6666666666666666 790:1.0 803:1.0 894:0.5 938:1.0 1352:1.0 1357:1.0 1405:0.3333333333333333 1436:1.0 1454:1.0 1511:1.0 1670:1.0 1778:1.0 2099:1.0 2470:1.0 4181:1.0 4245:1.0 6007:1.0 7610:1.0
16 28:0.1111111111111111 50:0.08333333333333333 61:0.5 71:0.07142857142857142 86:0.25 87:0.16666666666666666 167:0.5 195:1.0 201:1.0 225:0.05555555555555555 306:0.5 399:1.0 753:0.5 777:1.0 898:1.0 940:1.0 1018:1.0 1497:1.0 2335:1.0 2805:1.0 3148:1.0 3764:1.0
16 14:1.0 19:0.25 27:0.5 32:1.0 44:0.5 62:1.0 83:0.034482758620689655 84:1.0 87:0.3333333333333333 90:0.5 135:1.0 137:0.5 189:1.0 296:0.5 314:1.0 345:1.0 346:1.0 435:1.0 492:1.0 634:0.5 766:0.5 820:1.0 830:1.0 2005:1.0 2166:1.0 2633:1.0 3193:1.0 3969:1.0 5314:0.5
16 1:0.125 8:1.0 25:0.16666666666666666 27:0.5 28:0.1111111111111111 40:0.3333333333333333 57:1.0 87:0.16666666666666666 92:0.2 97:0.5 115:0.16666666666666666 126:1.0 135:1.0 194:1.0 218:0.25 225:0.05555555555555555 294:1.0 529:1.0 675:0.3333333333333333 766:0.5 905:1.0 922:1.0 1325:1.0 1666:1.0 2864:1.0 3998:1.0 7561:1.0
16 8:1.0 16:1.0 19:0.25 28:0.4444444444444444 34:1.0 36:1.0 39:3.0 40:0.6666666666666666 57:1.0 86:0.25 87:0.3333333333333333 93:0.5 97:1.0 146:1.0 155:1.0 175:0.5 192:1.0 200:0.5 207:0.5 218:0.25 238:0.3333333333333333 243:0.125 244:1.0 245:0.2 246:1.0 248:1.0 265:1.0 267:1.0 269:1.0 270:0.14285714285714285 271:1.0 373:1.0 441:1.0 647:1.0 648:0.5 672:0.3333333333333333 753:0.5 922:1.0 1128:1.0 1911:1.0 2925:0.3333333333333333 3162:1.0 3463:1.0 3975:1.0 3998:1.0
16 5:1.0 6:1.0 8:1.0 16:1.0 37:1.0 38:0.3333333333333333 48:0.09090909090909091 50:0.25 76:0.5 90:0.5 91:0.2 93:0.5 97:1.0 127:0.3333333333333333 161:1.0 331:1.0 346:1.0 660:1.0 675:0.3333333333333333 713:1.0 882:1.0 2470:1.0 5115:1.0
16 19:0.25 27:0.5 28:0.3333333333333333 32:2.0 44:0.5 53:0.5 70:1.0 83:0.034482758620689655 87:0.3333333333333333 92:0.2 146:1.0 155:1.0 174:1.0 221:1.0 231:1.0 241:1.0 256:1.0 296:0.5 375:1.0 426:1.0 494:1.0 497:0.25 544:1.0 872:1.0 875:1.0 1066:1.0 1540:1.0 1686:1.0 1705:1.0 1819:1.0 2029:1.0 2350:1.0 2510:1.0 3384:1.0 3433:1.0 4688:1.0 6004:1.0
16 1:0.125 8:1.0 16:1.0 19:0.25 27:1.0 40:0.3333333333333333 53:0.5 70:0.5 83:0.034482758620689655 87:0.16666666666666666 92:0.6 114:0.5 135:1.0 146:2.0 165:0.2 214:1.0 248:1.0 296:0.5 306:0.5 338:1.0 529:1.0 585:0.3333333333333333 627:1.0 666:1.0 905:1.0 1367:1.0 2244:1.0 2601:1.0 3229:1.0 3269:1.0 4384:1.0
16 19:0.25 28:0.1111111111111111 53:0.5 54:0.3333333333333333 57:1.0 76:0.5 83:0.034482758620689655 92:0.8 97:0.5 114:0.5 146:1.0 218:0.25 225:0.16666666666666666 228:1.0 265:1.0 280:1.0 323:1.0 336:1.0 402:1.0 412:0.5 436:0.5 455:1.0 492:1.0 534:1.0 566:1.0 581:1.0 643:1.0 649:1.0 678:1.0 1361:1.0 1415:1.0 1502:1.0 2150:1.0 2276:1.0 2286:1.0 3366:1.0 3998:1.0 4422:1.0
16 19:0.25 28:0.1111111111111111 32:1.0 44:0.5 53:0.25 57:1.0 90:1.0 92:0.4 115:0.08333333333333333 135:2.0 180:1.0 192:1.0 244:1.0 303:1.0 549:1.0 568:0.5 590:0.3333333333333333 2223:1.0
16 25:0.16666666666666666 28:0.1111111111111111 32:1.0 37:1.0 38:0.3333333333333333 44:1.0 57:1.0 97:0.5 114:0.5 115:0.3333333333333333 137:0.5 173:1.0 201:1.0 225:0.2222222222222222 269:2.0 287:1.0 306:0.5 492:1.0 536:1.0 738:1.0 828:1.0 940:1.0 1039:1.0 1282:1.0 1378:0.5 1778:1.0 2000:1.0 2030:1.0 2321:1.0 2572:1.0 4415:1.0
16 16:1.0 19:0.25 25:0.5 28:0.1111111111111111 32:1.0 34:1.0 44:0.5 51:0.25 53:0.5 62:1.0 87:0.3333333333333333 114:1.0 126:1.0 175:0.5 196:1.0 207:0.5 218:0.25 225:0.05555555555555555 245:0.2 246:1.0 248:1.0 267:1.0 269:1.0 270:0.14285714285714285 271:1.0 306:0.5 392:1.0 630:1.0 647:1.0 648:0.5 664:1.0 852:1.0 2315:1.0 3306:1.0 3611:1.0 3892:1.0 3893:1.0 4238:1.0
16 1:0.125 16:1.0 27:0.5 28:0.1111111111111111 37:1.0 57:1.0 99:1.0 115:0.08333333333333333 422:0.5 453:1.0 529:1.0 659:1.0 813:1.0 889:1.0 1046:1.0 1047:1.0 1050:1.0 4014:1.0 6859:1.0
16 1:0.125 87:0.16666666666666666 137:0.5 256:1.0 567:1.0
16 16:1.0 28:0.1111111111111111 32:1.0 44:1.0 48:0.09090909090909091 49:1.0 50:0.08333333333333333 51:0.25 57:1.0 87:0.16666666666666666 97:1.0 161:1.0 241:1.0 291:0.3333333333333333 293:0.5 307:0.5 331:1.0 477:1.0 675:0.3333333333333333 882:1.0 1791:1.0
16 16:2.0 19:0.25 28:0.2222222222222222 34:1.0 44:1.0 48:0.09090909090909091 53:0.25 57:1.0 61:1.0 87:0.16666666666666666 92:0.4 97:1.0 114:0.5 241:1.0 243:0.125 244:1.0 245:0.2 246:1.0 262:0.5 264:1.0 265:1.0 266:1.0 267:1.0 269:1.0 270:0.14285714285714285 271:1.0 291:0.3333333333333333 307:0.5 497:0.25 529:1.0 587:1.0 889:1.0 1068:1.0 1848:1.0 2093:1.0 2111:0.5 2298:1.0 4245:1.0
16 19:0.25 37:1.0 87:0.16666666666666666 92:0.2 115:0.08333333333333333 155:2.0 218:0.25 293:0.5 307:0.5 591:1.0 1091:1.0 1357:1.0 1402:1.0 3759:1.0
16 25:0.16666666666666666 44:0.5 53:0.25 83:0.034482758620689655 115:0.16666666666666666 135:2.0 225:0.1111111111111111 323:1.0 346:1.0 730:1.0 911:1.0 1258:1.0 1378:0.5 1402:1.0 1900:0.5 2179:1.0 3765:1.0 5310:1.0 5811:1.0
16 8:3.0 19:0.25 25:0.16666666666666666 27:0.5 28:0.3333333333333333 48:0.09090909090909091 50:0.08333333333333333 51:0.25 53:0.25 57:1.0 70:1.0 87:0.16666666666666666 90:0.5 92:0.4 126:1.0 135:1.0 146:1.0 178:1.0 338:1.0 365:1.0 422:0.5 426:1.0 433:0.2 497:0.25 506:0.5 529:1.0 530:1.0 745:1.0 847:1.0 905:1.0 1090:1.0 1236:1.0 1855:1.0 3277:1.0 3278:1.0 3366:1.0 4124:1.0 4443:1.0 5115:1.0
16 14:1.0 16:1.0 28:0.2222222222222222 61:0.5 70:1.0 87:0.16666666666666666 92:0.2 114:0.5 135:1.0 175:0.5 176:1.0 227:1.0 228:1.0 338:1.0 433:0.2 556:1.0 584:0.3333333333333333 1028:1.0 1176:0.5 1195:1.0 1296:1.0 1376:1.0 1377:1.0 1437:1.0 1486:1.0 1540:1.0 2411:1.0 2558:1.0 4875:1.0 5115:1.0 5756:1.0
16 8:1.0 16:1.0 25:0.16666666666666666 28:0.2222222222222222 32:1.0 40:0.3333333333333333 48:0.09090909090909091 57:2.0 87:0.16666666666666666 92:0.4 114:0.5 126:1.0 137:0.5 195:1.0 218:0.25 238:0.3333333333333333 325:0.25 360:0.25 375:1.0 422:0.5 424:1.0 492:1.0 541:1.0 607:1.0 694:1.0 736:1.0 1548:0.5 2093:1.0 2138:1.0 3162:1.0 3605:1.0 5908:1.0
16 13:1.0 20:1.0 28:0.2222222222222222 44:1.0 50:0.08333333333333333 53:0.5 72:1.0 87:0.16666666666666666 97:0.5 135:1.0 141:0.3333333333333333 146:1.0 192:1.0 225:0.16666666666666666 270:0.14285714285714285 276:1.0 277:1.0 278:1.0 279:1.0 307:0.5 365:1.0 426:1.0 436:0.5 585:0.3333333333333333 598:1.0 722:0.5 911:1.0 1046:1.0 1047:1.0 1911:1.0 2150:1.0 2233:0.5 3456:1.0 3669:1.0
16 28:0.1111111111111111 87:0.16666666666666666 92:0.2 97:0.5 114:0.5 115:0.08333333333333333 187:1.0 527:1.0 540:1.0 546:1.0 664:1.0 672:0.3333333333333333 838:1.0 2625:1.0 2626:1.0 2627:2.0 2628:1.0 2629:1.0 3754:1.0 3763:1.0
16 19:0.25 28:0.1111111111111111 44:0.5 71:0.07142857142857142 114:0.5 345:1.0 554:0.5 766:0.5 1497:1.0 1903:1.0 1911:1.0 2321:1.0 6350:1.0
16 16:1.0 19:0.25 28:0.2222222222222222 34:1.0 37:1.0 39:1.0 53:0.5 87:0.3333333333333333 92:0.2 93:0.5 97:0.5 155:2.0 175:0.5 207:0.5 229:0.5 243:0.125 244:1.0 245:0.2 246:1.0 267:1.0 269:1.0 270:0.14285714285714285 271:1.0 449:1.0 591:1.0 598:1.0 648:0.5 689:0.3333333333333333 1625:1.0
16 8:1.0 16:2.0 28:0.2222222222222222 57:2.0 87:0.16666666666666666 93:0.5 179:0.5 424:1.0 510:1.0 560:1.0 846:0.5 1548:0.5 1551:1.0 1813:1.0 2686:1.0 3120:1.0
16 25:0.3333333333333333 28:0.1111111111111111 53:0.25 71:0.07142857142857142 126:1.0 137:0.5 263:1.0 492:1.0 769:1.0 922:1.0 923:1.0 1622:1.0 2030:1.0 2281:1.0 2400:1.0
16 16:1.0 20:1.0 27:0.5 28:0.1111111111111111 34:1.0 37:1.0 59:1.0 92:0.2 114:0.5 115:0.08333333333333333 135:2.0 155:1.0 205:1.0 225:0.05555555555555555 265:1.0 392:1.0 449:1.0 561:1.0 670:1.0 790:1.0 794:1.0 946:1.0 1204:1.0 1489:1.0 1501:1.0 1507:1.0 1530:1.0 1548:1.0 1787:0.5 1979:1.0 2597:1.0
16 8:1.0 28:0.2222222222222222 37:1.0 44:0.5 50:0.08333333333333333 57:1.0 61:0.5 76:0.5 92:0.2 93:0.5 97:0.5 99:1.0 127:0.3333333333333333 156:0.5 179:0.5 223:1.0 225:0.16666666666666666 323:1.0 383:0.3333333333333333 433:0.2 872:1.0 900:1.0 1821:0.5 2261:1.0 3385:1.0
16 37:1.0 57:1.0 86:0.25 87:0.3333333333333333 118:1.0 135:1.0 146:1.0 270:0.14285714285714285 276:1.0 278:1.0 280:1.0 346:1.0 385:0.5 604:0.3333333333333333 692:0.5 1196:1.0 1511:1.0 1605:0.5 1622:1.0 1625:1.0 2075:1.0 2312:1.0 3206:1.0 4793:1.0
16 9:1.0 19:0.5 26:0.2857142857142857 27:0.5 37:1.0 40:0.3333333333333333 53:0.25 59:1.0 76:0.5 86:0.25 87:0.16666666666666666 92:0.6 121:1.0 155:1.0 218:0.25 229:0.5 718:1.0 722:0.5 795:1.0 840:1.0 908:1.0 1088:1.0 1625:1.0 3275:1.0
16 19:0.25 25:0.16666666666666666 28:0.1111111111111111 37:1.0 43:1.0 50:0.08333333333333333 53:0.5 57:1.0 87:0.16666666666666666 91:0.2 99:1.0 137:0.5 138:1.0 225:0.05555555555555555 285:0.5 291:0.3333333333333333 587:1.0 769:1.0 922:1.0 923:1.0 1500:1.0 1511:1.0 1625:1.0 1997:1.0 2900:1.0 2984:1.0 3870:1.0
16 50:0.08333333333333333 51:0.25 53:0.25 83:0.034482758620689655 87:0.16666666666666666 115:0.08333333333333333 426:1.0 431:1.0 461:1.0 907:1.0 1508:1.0 1622:1.0 1625:1.0 3943:1.0
16 1:0.125 15:1.0 16:2.0 27:0.5 28:0.4444444444444444 34:1.0 37:1.0 44:1.0 48:0.09090909090909091 62:1.0 66:1.0 70:1.0 87:0.16666666666666666 92:0.4 114:0.5 135:1.0 180:1.0 225:0.05555555555555555 263:1.0 323:1.0 327:0.5 336:1.0 455:1.0 504:0.5 508:1.0 954:1.0 1531:1.0 1572:1.0 1893:1.0 2014:1.0 2210:1.0 2689:0.5 2933:0.5 3174:1.0 3585:1.0 4087:1.0 4139:1.0
16 26:0.14285714285714285 28:0.1111111111111111 34:1.0 46:1.0 57:2.0 66:1.0 70:0.5 71:0.07142857142857142 92:0.4 114:0.5 134:2.0 135:2.0 218:0.25 263:1.0 365:2.0 427:0.5 504:0.5 516:1.0 766:0.5 1376:1.0 5994:1.0
16 8:1.0 19:0.25 28:0.2222222222222222 57:1.0 87:0.3333333333333333 92:0.2 135:1.0 180:1.0 265:1.0 283:1.0 426:1.0 481:1.0 504:0.5 954:0.5 1196:1.0 2312:1.0 3672:1.0 3742:1.0 5839:1.0
16 19:0.25 28:0.1111111111111111 37:1.0 46:1.0 57:1.0 87:0.16666666666666666 137:0.5 170:1.0 218:0.25 516:1.0 1196:1.0 1540:1.0 1705:1.0
16 1:0.125 16:1.0 17:1.0 20:1.0 27:0.5 28:0.2222222222222222 32:2.0 53:0.25 64:2.0 71:0.07142857142857142 87:0.16666666666666666 92:0.2 97:0.5 114:0.5 115:0.08333333333333333 125:1.0 126:1.0 127:0.3333333333333333 225:0.1111111111111111 228:1.0 346:1.0 399:1.0 471:1.0 473:1.0 529:1.0 530:1.0 557:1.0 585:0.6666666666666666 678:1.0 735:1.0 825:1.0 853:1.0 1134:1.0 1279:1.0 1291:1.0 1440:1.0 1489:1.0 2029:1.0 2135:1.0 2136:1.0 2179:1.0 2230:1.0 3238:1.0 3365:1.0 4026:1.0
16 16:2.0 25:0.16666666666666666 28:0.1111111111111111 32:1.0 66:1.0 86:0.5 87:0.16666666666666666 92:0.2 93:0.5 126:1.0 135:1.0 146:1.0 194:1.0 225:0.16666666666666666 228:1.0 270:0.14285714285714285 280:1.0 303:1.0 323:1.0 433:0.2 445:1.0 753:0.5 888:1.0 891:1.0 1088:1.0 1223:1.0 2179:1.0 2620:1.0 2627:1.0 3466:1.0 3557:1.0 3661:1.0 4068:1.0 4126:1.0 4519:1.0 5258:1.0
16 14:1.0 27:0.5 28:0.3333333333333333 38:0.3333333333333333 39:1.0 44:0.5 51:0.25 53:0.5 57:1.0 59:1.0 61:0.5 70:0.5 87:0.16666666666666666 90:0.5 92:0.2 97:0.5 115:0.16666666666666666 161:1.0 269:1.0 331:1.0 388:0.5 644:1.0 666:0.5 675:0.3333333333333333 788:1.0 807:1.0 882:1.0 1471:0.5 1666:1.0 1712:1.0 2201:1.0 2206:2.0 2207:1.0
16 13:1.0 17:1.0 27:0.5 28:0.1111111111111111 37:1.0 39:1.0 53:0.25 87:0.16666666666666666 90:0.5 92:0.8 114:0.5 115:0.08333333333333333 126:1.0 135:1.0 192:1.0 226:1.0 311:1.0 323:2.0 361:0.3333333333333333 568:0.5 644:1.0 675:0.3333333333333333 913:1.0 914:1.0 915:1.0 916:1.0 917:1.0 1395:1.0 1531:1.0 1879:1.0 2364:1.0 2753:1.0 2847:1.0 3226:1.0
16 8:1.0 16:1.0 34:2.0 37:1.0 50:0.08333333333333333 53:0.25 63:0.5 87:0.16666666666666666 93:0.5 97:0.5 114:1.0 115:0.08333333333333333 127:0.3333333333333333 156:0.5 175:0.5 207:0.5 245:0.2 246:1.0 248:1.0 255:1.0 267:1.0 269:1.0 270:0.14285714285714285 271:1.0 323:1.0 399:1.0 412:0.5 508:1.0 647:1.0 648:0.5 1395:1.0 1600:1.0 1747:1.0 1758:1.0 2398:1.0 4704:1.0
16 1:0.125 8:1.0 16:1.0 27:0.5 28:0.2222222222222222 32:1.0 34:1.0 37:1.0 38:0.3333333333333333 39:1.0 40:0.3333333333333333 53:0.25 57:2.0 62:1.0 87:0.3333333333333333 92:0.4 93:0.5 115:0.08333333333333333 133:1.0 175:0.5 192:2.0 207:0.5 243:0.125 244:1.0 245:0.2 246:1.0 247:1.0 249:1.0 267:1.0 269:1.0 270:0.2857142857142857 271:1.0 296:0.5 365:1.0 449:1.0 492:1.0 494:1.0 529:1.0 530:1.0 940:1.0 1325:1.0 1457:1.0 1523:1.0 1981:1.0 5489:1.0
16 13:1.0 15:1.0 16:1.0 19:0.25 28:0.1111111111111111 40:0.3333333333333333 50:0.08333333333333333 57:1.0 90:0.5 92:0.4 127:0.3333333333333333 135:2.0 137:0.5 265:2.0 270:0.14285714285714285 293:0.5 374:1.0 494:1.0 1217:1.0 4439:1.0 7134:1.0
16 8:1.0 16:1.0 37:1.0 48:0.18181818181818182 50:0.16666666666666666 53:0.25 57:1.0 87:0.3333333333333333 137:0.5 155:1.0 265:1.0 270:0.14285714285714285 426:1.0 435:1.0 492:1.0 803:1.0 916:1.0 994:1.0 1196:1.0 1287:1.0 1508:1.0 2305:0.5 3104:1.0 4107:1.0
16 28:0.1111111111111111 39:1.0 44:0.5 51:0.25 53:0.25 54:0.3333333333333333 57:2.0 59:1.0 87:0.16666666666666666 90:1.0 91:0.2 92:0.2 114:0.5 140:0.5 141:0.3333333333333333 225:0.05555555555555555 284:1.0 285:0.5 286:1.0 287:1.0 306:0.5 323:1.0 399:1.0 1068:1.0 1497:1.0 1876:1.0 1972:1.0 3269:1.0 3749:1.0 4287:1.0
16 20:1.0 28:0.1111111111111111 53:0.5 59:1.0 83:0.034482758620689655 87:0.3333333333333333 92:0.2 93:0.5 95:1.0 114:0.5 120:1.0 140:0.5 155:1.0 161:1.0 244:1.0 327:0.5 338:1.0 345:1.0 361:0.3333333333333333 1090:1.0 1361:1.0 1813:1.0 1814:1.0 2853:1.0 3061:1.0 3069:1.0 3197:1.0 4887:1.0
16 19:0.25 28:0.1111111111111111 44:0.5 53:0.25 59:1.0 70:0.5 83:0.034482758620689655 86:0.25 121:1.0 175:0.5 176:1.0 191:0.5 192:1.0 225:0.1111111111111111 306:1.0 323:1.0 341:1.0 426:1.0 430:0.3333333333333333 649:1.0 675:0.3333333333333333 742:1.0 1325:1.0 1370:1.0 1378:0.5 1557:1.0 1590:1.0 1642:1.0 1712:1.0 2097:1.0 2151:1.0 2911:1.0 4065:1.0
16 8:1.0 14:1.0 16:1.0 17:1.0 27:0.5 48:0.09090909090909091 50:0.08333333333333333 53:0.25 87:0.3333333333333333 93:0.5 114:0.5 155:1.0 218:0.25 270:0.14285714285714285 436:0.5 529:1.0 891:1.0 1481:1.0 1958:1.0
16 15:1.0 24:1.0 28:0.7777777777777778 32:1.0 44:0.5 57:2.0 66:1.0 91:0.4 114:0.5 115:0.08333333333333333 135:1.0 160:1.0 192:2.0 218:0.25 229:0.5 255:2.0 256:1.0 338:1.0 366:1.0 387:1.0 426:1.0 490:1.0 672:0.3333333333333333 925:1.0 1138:1.0 1260:1.0 1502:1.0 1759:1.0 3135:1.0 3485:1.0 3678:1.0 3689:1.0 3767:1.0 4780:1.0 5156:1.0 5695:1.0 7594:1.0
16 24:1.0 28:0.2222222222222222 33:0.5 34:1.0 44:0.5 87:0.16666666666666666 91:0.2 114:0.5 115:0.08333333333333333 127:0.3333333333333333 225:0.05555555555555555 231:1.0 280:1.0 291:0.6666666666666666 807:1.0 1454:1.0 1533:1.0 2058:1.0 2933:0.5 4958:1.0 7284:1.0
16 59:1.0 92:0.2 97:0.5 114:0.5 168:1.0 192:1.0 225:0.05555555555555555 306:0.5 492:1.0 701:0.3333333333333333 1052:1.0 1374:0.5 1548:0.5 1625:1.0 2064:1.0 2276:1.0 2499:1.0 2913:1.0 3183:1.0
16 16:1.0 19:0.25 24:1.0 28:0.2222222222222222 48:0.09090909090909091 57:2.0 70:0.5 92:0.4 99:1.0 114:1.0 138:1.0 175:0.5 176:1.0 179:0.5 225:0.05555555555555555 265:1.0 293:1.0 306:1.0 323:1.0 385:0.5 395:1.0 504:0.5 556:1.0 788:1.0 862:1.0 954:0.5 959:2.0 1027:1.0 1028:1.0 1261:1.0 1302:1.0 1497:1.0 1891:1.0 2158:1.0 2998:1.0 3626:1.0
16 16:1.0 24:1.0 28:0.2222222222222222 44:0.5 50:0.08333333333333333 53:0.25 57:1.0 71:0.07142857142857142 92:0.2 114:0.5 135:1.0 156:0.5 238:0.3333333333333333 255:1.0 310:1.0 452:1.0 491:1.0 672:0.3333333333333333 1408:1.0 1477:1.0 1676:1.0 4688:1.0
16 1:0.125 19:0.25 27:0.5 28:0.3333333333333333 34:1.0 37:1.0 44:0.5 50:0.08333333333333333 57:1.0 87:0.3333333333333333 92:0.2 93:0.5 114:0.5 138:1.0 146:1.0 202:1.0 225:0.05555555555555555 245:0.2 269:1.0 316:1.0 402:1.0 473:1.0 529:1.0 530:1.0 948:1.0 1676:1.0 1686:1.0 1687:1.0 3649:1.0 3697:1.0 4014:1.0
16 16:2.0 17:1.0 19:0.5 26:0.14285714285714285 34:2.0 51:0.25 53:0.5 83:0.034482758620689655 86:0.25 87:0.16666666666666666 90:0.5 92:0.4 93:0.5 97:0.5 111:1.0 114:1.0 115:0.08333333333333333 116:1.0 117:1.0 155:1.0 217:0.3333333333333333 229:0.5 238:0.3333333333333333 291:0.3333333333333333 332:0.5 361:0.3333333333333333 634:0.5 635:1.0 672:0.3333333333333333 675:0.3333333333333333 689:0.3333333333333333 868:1.0 940:1.0 1295:0.5 1507:1.0 2061:1.0 2226:1.0 2336:1.0 3746:1.0 4245:1.0
|
f63db76337774b5d0fe079bfb2e35279cd190126 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/CH7/EX7.4/lead_lag.sce | 0a7fbb640a4e79e27cb14156b215b54a0d78e798 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 860 | sce | lead_lag.sce | // A procedure to design lead controllers, as explained in Fig. 7.12 on page 257.
// 7.4
exec('tf.sci',-1)
w = linspace(0.001,%pi,1000);
a = linspace(0.001,0.999,100);
lena = length(a);
omega = []; lead = [];
for i = 1:lena,
zero = a(i);
pole = 0.9*zero;
sys = tf([1 -zero],[1 -pole],-1);
frq = w/(2*%pi);
[frq,repf]=repfreq(sys, frq);
[db,phase] =dbphi(repf);
[y,j] = max(phase);
omega = [omega w(j)];
lead = [lead y];
comega = (pole+zero)/(pole*zero+1);
clead = zero-pole;
clead1 = sqrt((1-zero^2)*(1-pole^2));
clead = clead/clead1;
// [w(j) acos(comega) y atan(clead)*180/pi]
end
subplot(2,1,1), plot(lead,omega)
xtitle('','','Frequency, in radians'), xgrid;
halt;
subplot(2,1,2), plot(lead,a)
xtitle('','Lead generated, in degrees','Zero location'), xgrid;
|
6fb46f9a4bcb29df34ad24cda5d0d5dabc1a2d7c | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/6_18data.sci | d309371516c1a228d340f49715e4e113702ce49e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 6_18data.sci | //for the CJ-1:
W=54966.4;//empty weight(N)
S=29.54;//wingarea(m^2)
D=1.225;//density at sea level(Kg/m^3)
g=9.8;//Gravitational constant
Ur=0.4;//Rolling friction coefficient
Clmax=2.5;//maximum lift coefficient
Cd=0.02;//parasite drag coefficient
Cdo=Cd+.1*Cd;//increase in parasite drag coefficient
Vt=1.3*sqrt(2*W/(D*S*Clmax));//safe velocity(1.3*Vstall) during landing
Dr=D*(0.7*Vt)^2*S*Cdo/2;//drag(N)
|
9fcde384e904aee67975925236eb8bda94f2b080 | 449d555969bfd7befe906877abab098c6e63a0e8 | /174/CH6/EX6.6/example6_6.sce | 405d5b1871d8c9ae4c58c2846f82c569b404e6f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 888 | sce | example6_6.sce | // To find percentage error
// Modern Electronic Instrumentation And Measurement Techniques
// By Albert D. Helfrick, William D. Cooper
// First Edition Second Impression, 2009
// Dorling Kindersly Pvt. Ltd. India
// Example 6-6 in Page 163
clear; clc; close;
// Given data
R = 10; //Resistance of the coil in ohm
f = 1*10^6; //The oscillator frequency in Hz
C = 65*10^-12; //The value of resonating capacitor in F
R_i = 0.02; //The value of the insertion resistor in ohm
//Calculations
w = 2*%pi*f;
Q_e = 1/(w*C*R);
printf("The effective Q of the coil = %0.1f\n",Q_e);
Q_i = 1/(w*C*(R+R_i));
printf("The indicated Q of the coil = %0.1f\n",Q_i);
%error = (Q_e - Q_i)/Q_e*100;
printf("The percentage error is = %0.1f %%",%error);
//Result
// The effective Q of the coil = 244.9
// The indicated Q of the coil = 244.4
// The percentage error is = 0.2 %
|
d6199bea707ae5e2419dc067526bb028be9b6153 | 49148682b78b6520a61de9a700f791835e1b32d5 | /STAGE2-2_BeginnersGameProgramming/Collision/Collision.tst | d465d22de51994804cd611557759dc040d11deb4 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Ashitagachan/Gachan | 535a19ea05bfcb3207a0a106b1d62db48a143f16 | 63b5410e128628222447c837a7209162487aa246 | refs/heads/master | 2021-08-07T21:53:13.048753 | 2020-05-16T08:01:10 | 2020-05-16T08:01:10 | 178,514,045 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 31,874 | tst | Collision.tst | //skipped groundPlane_transform
//skipped Manipulator1
//skipped UniversalManip
/////////////////////////////////////////////
// object_pCylinder1__
/////////////////////////////////////////////
#if 0
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
5.68846, 0.284659, -4.7565, 1
#endif
DX3DMATERIAL_START( material_matStageObj )
DX3DMATERIAL_DIFF( 1, 0.433, 0.5, 0.498883 )
DX3DMATERIAL_SPEC( 1, 0, 0, 0 )
DX3DMATERIAL_TEX( NULL )
DX3DMATERIAL_SHADER( DEFAULT )
DX3DMATERIAL_FLG( 0 )
DX3DMATERIAL_CALLBACK( -1 )
DX3DMATERIAL_END
#if ((PT_pCylinder1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_pCylinder1___matStageObj_0 == PT_TRILIST ) || ((PT_pCylinder1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP)) || (PT_pCylinder1___matStageObj_0 == PT_INDEXSTRIP)
#if ( !BINARY_Collision_tst__ )
DX3DVERT_START( VN, vertexbuff_pCylinder1___matStageObj_0 )
DX3DVERT( 2.4696, -0.284659, 0.802422 ) DX3DVNORM( 0.951057, 0, 0.309016 ) //0
DX3DVERT( 2.10077, -0.284659, 1.5263 ) DX3DVNORM( 0.809017, 0, 0.587785 ) //1
DX3DVERT( 2.10077, 0.284659, 1.5263 ) DX3DVNORM( 0.809017, 0, 0.587785 ) //2
DX3DVERT( 2.4696, 0.284659, 0.802422 ) DX3DVNORM( 0.951057, 0, 0.309016 ) //3
DX3DVERT( 1.5263, -0.284659, 2.10077 ) DX3DVNORM( 0.587785, 0, 0.809017 ) //4
DX3DVERT( 1.5263, 0.284659, 2.10077 ) DX3DVNORM( 0.587785, 0, 0.809017 ) //5
DX3DVERT( 0.802422, -0.284659, 2.4696 ) DX3DVNORM( 0.309017, 0, 0.951056 ) //6
DX3DVERT( 0.802422, 0.284659, 2.4696 ) DX3DVNORM( 0.309017, 0, 0.951056 ) //7
DX3DVERT( 1.83408e-008, -0.284659, 2.59669 ) DX3DVNORM( -1.43326e-007, 0, 1 ) //8
DX3DVERT( 1.83408e-008, 0.284659, 2.59669 ) DX3DVNORM( -1.43326e-007, 0, 1 ) //9
DX3DVERT( -0.802422, -0.284659, 2.4696 ) DX3DVNORM( -0.309017, 0, 0.951056 ) //10
DX3DVERT( -0.802422, 0.284659, 2.4696 ) DX3DVNORM( -0.309017, 0, 0.951056 ) //11
DX3DVERT( -1.5263, -0.284659, 2.10077 ) DX3DVNORM( -0.587785, 0, 0.809017 ) //12
DX3DVERT( -1.5263, 0.284659, 2.10077 ) DX3DVNORM( -0.587785, 0, 0.809017 ) //13
DX3DVERT( -2.10077, -0.284659, 1.5263 ) DX3DVNORM( -0.809017, 0, 0.587785 ) //14
DX3DVERT( -2.10077, 0.284659, 1.5263 ) DX3DVNORM( -0.809017, 0, 0.587785 ) //15
DX3DVERT( -2.4696, -0.284659, 0.802422 ) DX3DVNORM( -0.951056, 0, 0.309017 ) //16
DX3DVERT( -2.4696, 0.284659, 0.802422 ) DX3DVNORM( -0.951056, 0, 0.309017 ) //17
DX3DVERT( -2.59669, -0.284659, 4.41126e-008 ) DX3DVNORM( -1, 0, -0 ) //18
DX3DVERT( -2.59669, 0.284659, 4.41126e-008 ) DX3DVNORM( -1, 0, -0 ) //19
DX3DVERT( -2.4696, -0.284659, -0.802422 ) DX3DVNORM( -0.951056, 0, -0.309017 ) //20
DX3DVERT( -2.4696, 0.284659, -0.802422 ) DX3DVNORM( -0.951056, 0, -0.309017 ) //21
DX3DVERT( -2.10077, -0.284659, -1.5263 ) DX3DVNORM( -0.809017, 0, -0.587785 ) //22
DX3DVERT( -2.10077, 0.284659, -1.5263 ) DX3DVNORM( -0.809017, 0, -0.587785 ) //23
DX3DVERT( -1.5263, -0.284659, -2.10077 ) DX3DVNORM( -0.587785, 0, -0.809017 ) //24
DX3DVERT( -1.5263, 0.284659, -2.10077 ) DX3DVNORM( -0.587785, 0, -0.809017 ) //25
DX3DVERT( -0.802422, -0.284659, -2.4696 ) DX3DVNORM( -0.309017, 0, -0.951057 ) //26
DX3DVERT( -0.802422, 0.284659, -2.4696 ) DX3DVNORM( -0.309017, 0, -0.951057 ) //27
DX3DVERT( 2.57717e-008, -0.284659, -2.59669 ) DX3DVNORM( 1.20695e-007, 0, -1 ) //28
DX3DVERT( 2.57717e-008, 0.284659, -2.59669 ) DX3DVNORM( 1.20695e-007, 0, -1 ) //29
DX3DVERT( 0.802422, -0.284659, -2.4696 ) DX3DVNORM( 0.309017, 0, -0.951057 ) //30
DX3DVERT( 0.802422, 0.284659, -2.4696 ) DX3DVNORM( 0.309017, 0, -0.951057 ) //31
DX3DVERT( 1.5263, -0.284659, -2.10077 ) DX3DVNORM( 0.587785, 0, -0.809017 ) //32
DX3DVERT( 1.5263, 0.284659, -2.10077 ) DX3DVNORM( 0.587785, 0, -0.809017 ) //33
DX3DVERT( 2.10077, -0.284659, -1.5263 ) DX3DVNORM( 0.809017, 0, -0.587785 ) //34
DX3DVERT( 2.10077, 0.284659, -1.5263 ) DX3DVNORM( 0.809017, 0, -0.587785 ) //35
DX3DVERT( 2.4696, -0.284659, -0.802421 ) DX3DVNORM( 0.951057, 0, -0.309017 ) //36
DX3DVERT( 2.4696, 0.284659, -0.802421 ) DX3DVNORM( 0.951057, 0, -0.309017 ) //37
DX3DVERT( 2.59669, -0.284659, -0 ) DX3DVNORM( 1, 0, -6.26106e-007 ) //38
DX3DVERT( 2.59669, 0.284659, -0 ) DX3DVNORM( 1, 0, -6.26106e-007 ) //39
DX3DVERT( 2.10077, -0.284659, 1.5263 ) DX3DVNORM( 0, -1, -0 ) //40
DX3DVERT( 2.4696, -0.284659, 0.802422 ) DX3DVNORM( 0, -1, 2.8606e-008 ) //41
DX3DVERT( 0, -0.284659, -0 ) DX3DVNORM( 0, -1, -3.46325e-009 ) //42
DX3DVERT( 1.5263, -0.284659, 2.10077 ) DX3DVNORM( 0, -1, -7.1515e-009 ) //43
DX3DVERT( 0.802422, -0.284659, 2.4696 ) DX3DVNORM( 0, -1, -9.65716e-009 ) //44
DX3DVERT( 1.83408e-008, -0.284659, 2.59669 ) DX3DVNORM( 0, -1, -2.50566e-009 ) //45
DX3DVERT( -0.802422, -0.284659, 2.4696 ) DX3DVNORM( 0, -1, -1.4303e-008 ) //46
DX3DVERT( -1.5263, -0.284659, 2.10077 ) DX3DVNORM( 0, -1, -1.4303e-008 ) //47
DX3DVERT( -2.10077, -0.284659, 1.5263 ) DX3DVNORM( 0, -1, -0 ) //48
DX3DVERT( -2.4696, -0.284659, 0.802422 ) DX3DVNORM( 0, -1, -0 ) //49
DX3DVERT( -2.59669, -0.284659, 4.41126e-008 ) DX3DVNORM( 0, -1, -0 ) //50
DX3DVERT( -2.4696, -0.284659, -0.802422 ) DX3DVNORM( 0, -1, -0 ) //51
DX3DVERT( -2.10077, -0.284659, -1.5263 ) DX3DVNORM( 0, -1, -1.4303e-008 ) //52
DX3DVERT( -1.5263, -0.284659, -2.10077 ) DX3DVNORM( 0, -1, -7.1515e-009 ) //53
DX3DVERT( -0.802422, -0.284659, -2.4696 ) DX3DVNORM( 0, -1, 3.63066e-009 ) //54
DX3DVERT( 2.57717e-008, -0.284659, -2.59669 ) DX3DVNORM( 0, -1, -3.52084e-009 ) //55
DX3DVERT( 0.802422, -0.284659, -2.4696 ) DX3DVNORM( 0, -1, -0 ) //56
DX3DVERT( 1.5263, -0.284659, -2.10077 ) DX3DVNORM( 0, -1, -2.8606e-008 ) //57
DX3DVERT( 2.10077, -0.284659, -1.5263 ) DX3DVNORM( 0, -1, -2.8606e-008 ) //58
DX3DVERT( 2.4696, -0.284659, -0.802421 ) DX3DVNORM( 0, -1, -0 ) //59
DX3DVERT( 2.59669, -0.284659, -0 ) DX3DVNORM( 0, -1, 2.8606e-008 ) //60
DX3DVERT( 2.4696, 0.284659, 0.802422 ) DX3DVNORM( 0, 1, 2.8606e-008 ) //61
DX3DVERT( 2.10077, 0.284659, 1.5263 ) DX3DVNORM( 0, 1, -0 ) //62
DX3DVERT( 0, 0.284659, -0 ) DX3DVNORM( 0, 1, 2.7481e-009 ) //63
DX3DVERT( 1.5263, 0.284659, 2.10077 ) DX3DVNORM( 0, 1, -0 ) //64
DX3DVERT( 0.802422, 0.284659, 2.4696 ) DX3DVNORM( 0, 1, -0 ) //65
DX3DVERT( 1.83408e-008, 0.284659, 2.59669 ) DX3DVNORM( 0, 1, 2.50566e-009 ) //66
DX3DVERT( -0.802422, 0.284659, 2.4696 ) DX3DVNORM( 0, 1, -4.64584e-009 ) //67
DX3DVERT( -1.5263, 0.284659, 2.10077 ) DX3DVNORM( 0, 1, 7.1515e-009 ) //68
DX3DVERT( -2.10077, 0.284659, 1.5263 ) DX3DVNORM( 0, 1, 1.4303e-008 ) //69
DX3DVERT( -2.4696, 0.284659, 0.802422 ) DX3DVNORM( 0, 1, -0 ) //70
DX3DVERT( -2.59669, 0.284659, 4.41126e-008 ) DX3DVNORM( 0, 1, -0 ) //71
DX3DVERT( -2.4696, 0.284659, -0.802422 ) DX3DVNORM( 0, 1, -0 ) //72
DX3DVERT( -2.10077, 0.284659, -1.5263 ) DX3DVNORM( 0, 1, -0 ) //73
DX3DVERT( -1.5263, 0.284659, -2.10077 ) DX3DVNORM( 0, 1, -0 ) //74
DX3DVERT( -0.802422, 0.284659, -2.4696 ) DX3DVNORM( 0, 1, -0 ) //75
DX3DVERT( 2.57717e-008, 0.284659, -2.59669 ) DX3DVNORM( 0, 1, 3.52084e-009 ) //76
DX3DVERT( 0.802422, 0.284659, -2.4696 ) DX3DVNORM( 0, 1, 3.52084e-009 ) //77
DX3DVERT( 1.5263, 0.284659, -2.10077 ) DX3DVNORM( 0, 1, -1.4303e-008 ) //78
DX3DVERT( 2.10077, 0.284659, -1.5263 ) DX3DVNORM( 0, 1, -1.4303e-008 ) //79
DX3DVERT( 2.4696, 0.284659, -0.802421 ) DX3DVNORM( 0, 1, -0 ) //80
DX3DVERT( 2.59669, 0.284659, -0 ) DX3DVNORM( 0, 1, 2.8606e-008 ) //81
DX3DVERT_END
#endif
DX3DVERTEX_START( vertex_pCylinder1___matStageObj_0 )
#if ( !BINARY_Collision_tst__ )
DX3DVERTEX_VERTBUFFER( vertexbuff_pCylinder1___matStageObj_0 )
#else
DX3DVERTEX_VERTBUFFER( 0 )
#endif
DX3DVERTEX_VERTNUM_iZ( VN, 82 )
DX3DVERTEX_END
#else
#define vertex_pCylinder1___matStageObj_0 NULL
#define vertexbuff_pCylinder1___matStageObj_0 NULL
#endif
#if ((PT_pCylinder1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_pCylinder1___matStageObj_0 == PT_TRILIST )
#if ( !BINARY_Collision_tst__ )
DX3DINDEX_START( index_pCylinder1___matStageObj_0 )
0, 1, 3, // 0 2
1, 2, 3, // 1 5
1, 4, 2, // 2 8
4, 5, 2, // 3 11
4, 6, 5, // 4 14
6, 7, 5, // 5 17
6, 8, 7, // 6 20
8, 9, 7, // 7 23
8, 10, 9, // 8 26
10, 11, 9, // 9 29
10, 12, 11, // 10 32
12, 13, 11, // 11 35
12, 14, 13, // 12 38
14, 15, 13, // 13 41
14, 16, 15, // 14 44
16, 17, 15, // 15 47
16, 18, 17, // 16 50
18, 19, 17, // 17 53
18, 20, 19, // 18 56
20, 21, 19, // 19 59
20, 22, 21, // 20 62
22, 23, 21, // 21 65
22, 24, 23, // 22 68
24, 25, 23, // 23 71
24, 26, 25, // 24 74
26, 27, 25, // 25 77
26, 28, 27, // 26 80
28, 29, 27, // 27 83
28, 30, 29, // 28 86
30, 31, 29, // 29 89
30, 32, 31, // 30 92
32, 33, 31, // 31 95
32, 34, 33, // 32 98
34, 35, 33, // 33 101
34, 36, 35, // 34 104
36, 37, 35, // 35 107
36, 38, 37, // 36 110
38, 39, 37, // 37 113
38, 0, 39, // 38 116
0, 3, 39, // 39 119
40, 41, 42, // 40 122
43, 40, 42, // 41 125
44, 43, 42, // 42 128
45, 44, 42, // 43 131
46, 45, 42, // 44 134
47, 46, 42, // 45 137
48, 47, 42, // 46 140
49, 48, 42, // 47 143
50, 49, 42, // 48 146
51, 50, 42, // 49 149
52, 51, 42, // 50 152
53, 52, 42, // 51 155
54, 53, 42, // 52 158
55, 54, 42, // 53 161
56, 55, 42, // 54 164
57, 56, 42, // 55 167
58, 57, 42, // 56 170
59, 58, 42, // 57 173
60, 59, 42, // 58 176
41, 60, 42, // 59 179
61, 62, 63, // 60 182
62, 64, 63, // 61 185
64, 65, 63, // 62 188
65, 66, 63, // 63 191
66, 67, 63, // 64 194
67, 68, 63, // 65 197
68, 69, 63, // 66 200
69, 70, 63, // 67 203
70, 71, 63, // 68 206
71, 72, 63, // 69 209
72, 73, 63, // 70 212
73, 74, 63, // 71 215
74, 75, 63, // 72 218
75, 76, 63, // 73 221
76, 77, 63, // 74 224
77, 78, 63, // 75 227
78, 79, 63, // 76 230
79, 80, 63, // 77 233
80, 81, 63, // 78 236
81, 61, 63, // 79 239
DX3DINDEX_END
#endif
#else
#define index_pCylinder1___matStageObj_0 NULL
#endif
#if ((PT_pCylinder1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP) ) || (PT_pCylinder1___matStageObj_0 == PT_INDEXSTRIP )
//NO INDEX STRIP
#else
#define index_pCylinder1___matStageObj_0_INDEXSTRIP NULL
#endif
#if ((PT_pCylinder1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_VERTEXSTRIP) ) || (PT_pCylinder1___matStageObj_0 == PT_VERTEXSTRIP )
//NO VERTEX STRIP
#else
#define vertex_pCylinder1___matStageObj_0_VERTEXSTRIP NULL
#define vertexbuff_pCylinder1___matStageObj_0_VERTEXSTRIP NULL
#endif
DX3DMODELTBL_START( modeltbl_pCylinder1__ )
DX3DMODEL_START( model_pCylinder1___matStageObj_0 )
DX3DMODEL_VERTEX( vertex_pCylinder1___matStageObj_0 )
#if ( !BINARY_Collision_tst__ )
DX3DMODEL_INDEX( index_pCylinder1___matStageObj_0 )
#else
DX3DMODEL_INDEX( 0 )
#endif
DX3DMODEL_INDEXNUM( 240 )
DX3DMODEL_INDEXSTRIP( NULL )
DX3DMODEL_INDEXSTRIPNUM( 0 )
DX3DMODEL_VERTEXSTRIP( NULL )
DX3DMODEL_MATERIAL( material_matStageObj )
DX3DMODEL_END
DX3DMODELTBL_END
DX3DOBJECT_START_HASH( object_pCylinder1__, 3143425501 )
DX3DOBJECT_ROTORDER( RO_XYZ )
DX3DOBJECT_MODEL( modeltbl_pCylinder1__ )
DX3DOBJECT_MATRIXBIND(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXBIND_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSBIND_ROTORDER( RO_XYZ,
5.68846, 0.284659, 4.7565,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_MATRIXPOSE(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXPOSE_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSPOSE_ROTORDER( RO_XYZ,
5.68846, 0.284659, 4.7565,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_NORMAL
DX3DOBJECT_FLG_iZiR( NONE )
DX3DOBJECT_CALLBACK( 0 )
DX3DOBJECT_SIBLING( object_NULL__ )
DX3DOBJECT_CHILD( object_NULL__ )
DX3DOBJECT_END
/////////////////////////////////////////////
// object_pCone1__
/////////////////////////////////////////////
#if 0
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
-5.15084, 1.03574, 4.57576, 1
#endif
#if ((PT_pCone1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_pCone1___matStageObj_0 == PT_TRILIST ) || ((PT_pCone1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP)) || (PT_pCone1___matStageObj_0 == PT_INDEXSTRIP)
#if ( !BINARY_Collision_tst__ )
DX3DVERT_START( VN, vertexbuff_pCone1___matStageObj_0 )
DX3DVERT( 3.4424, -1.03574, 1.1185 ) DX3DVNORM( 0.4724, 0.867916, 0.153492 ) //0
DX3DVERT( 2.92828, -1.03574, 2.12752 ) DX3DVNORM( 0.401847, 0.867916, 0.291959 ) //1
DX3DVERT( 0, 1.03574, -0 ) DX3DVNORM( 2.23885e-008, 1, -8.61097e-008 ) //2
DX3DVERT( 2.12752, -1.03574, 2.92828 ) DX3DVNORM( 0.291959, 0.867916, 0.401847 ) //3
DX3DVERT( 1.1185, -1.03574, 3.4424 ) DX3DVNORM( 0.153492, 0.867916, 0.4724 ) //4
DX3DVERT( 2.55655e-008, -1.03574, 3.61955 ) DX3DVNORM( -5.6052e-008, 0.867916, 0.496711 ) //5
DX3DVERT( -1.1185, -1.03574, 3.4424 ) DX3DVNORM( -0.153492, 0.867916, 0.4724 ) //6
DX3DVERT( -2.12752, -1.03574, 2.92828 ) DX3DVNORM( -0.291959, 0.867916, 0.401847 ) //7
DX3DVERT( -2.92828, -1.03574, 2.12752 ) DX3DVNORM( -0.401847, 0.867916, 0.291959 ) //8
DX3DVERT( -3.4424, -1.03574, 1.1185 ) DX3DVNORM( -0.4724, 0.867916, 0.153492 ) //9
DX3DVERT( -3.61955, -1.03574, 6.1489e-008 ) DX3DVNORM( -0.496711, 0.867916, 1.8684e-008 ) //10
DX3DVERT( -3.4424, -1.03574, -1.1185 ) DX3DVNORM( -0.4724, 0.867916, -0.153492 ) //11
DX3DVERT( -2.92828, -1.03574, -2.12752 ) DX3DVNORM( -0.401847, 0.867916, -0.291959 ) //12
DX3DVERT( -2.12752, -1.03574, -2.92828 ) DX3DVNORM( -0.291959, 0.867916, -0.401848 ) //13
DX3DVERT( -1.1185, -1.03574, -3.4424 ) DX3DVNORM( -0.153492, 0.867916, -0.4724 ) //14
DX3DVERT( 3.59235e-008, -1.03574, -3.61955 ) DX3DVNORM( 4.85784e-008, 0.867916, -0.496711 ) //15
DX3DVERT( 1.1185, -1.03574, -3.4424 ) DX3DVNORM( 0.153492, 0.867916, -0.4724 ) //16
DX3DVERT( 2.12752, -1.03574, -2.92828 ) DX3DVNORM( 0.291959, 0.867916, -0.401847 ) //17
DX3DVERT( 2.92828, -1.03574, -2.12752 ) DX3DVNORM( 0.401848, 0.867916, -0.291959 ) //18
DX3DVERT( 3.4424, -1.03574, -1.1185 ) DX3DVNORM( 0.4724, 0.867916, -0.153492 ) //19
DX3DVERT( 3.61955, -1.03574, -0 ) DX3DVNORM( 0.496711, 0.867916, -3.28838e-007 ) //20
DX3DVERT_END
#endif
DX3DVERTEX_START( vertex_pCone1___matStageObj_0 )
#if ( !BINARY_Collision_tst__ )
DX3DVERTEX_VERTBUFFER( vertexbuff_pCone1___matStageObj_0 )
#else
DX3DVERTEX_VERTBUFFER( 0 )
#endif
DX3DVERTEX_VERTNUM_iZ( VN, 21 )
DX3DVERTEX_END
#else
#define vertex_pCone1___matStageObj_0 NULL
#define vertexbuff_pCone1___matStageObj_0 NULL
#endif
#if ((PT_pCone1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_pCone1___matStageObj_0 == PT_TRILIST )
#if ( !BINARY_Collision_tst__ )
DX3DINDEX_START( index_pCone1___matStageObj_0 )
0, 1, 2, // 0 2
1, 3, 2, // 1 5
3, 4, 2, // 2 8
4, 5, 2, // 3 11
5, 6, 2, // 4 14
6, 7, 2, // 5 17
7, 8, 2, // 6 20
8, 9, 2, // 7 23
9, 10, 2, // 8 26
10, 11, 2, // 9 29
11, 12, 2, // 10 32
12, 13, 2, // 11 35
13, 14, 2, // 12 38
14, 15, 2, // 13 41
15, 16, 2, // 14 44
16, 17, 2, // 15 47
17, 18, 2, // 16 50
18, 19, 2, // 17 53
19, 20, 2, // 18 56
20, 0, 2, // 19 59
DX3DINDEX_END
#endif
#else
#define index_pCone1___matStageObj_0 NULL
#endif
#if ((PT_pCone1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP) ) || (PT_pCone1___matStageObj_0 == PT_INDEXSTRIP )
//NO INDEX STRIP
#else
#define index_pCone1___matStageObj_0_INDEXSTRIP NULL
#endif
#if ((PT_pCone1___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_VERTEXSTRIP) ) || (PT_pCone1___matStageObj_0 == PT_VERTEXSTRIP )
//NO VERTEX STRIP
#else
#define vertex_pCone1___matStageObj_0_VERTEXSTRIP NULL
#define vertexbuff_pCone1___matStageObj_0_VERTEXSTRIP NULL
#endif
DX3DMODELTBL_START( modeltbl_pCone1__ )
DX3DMODEL_START( model_pCone1___matStageObj_0 )
DX3DMODEL_VERTEX( vertex_pCone1___matStageObj_0 )
#if ( !BINARY_Collision_tst__ )
DX3DMODEL_INDEX( index_pCone1___matStageObj_0 )
#else
DX3DMODEL_INDEX( 0 )
#endif
DX3DMODEL_INDEXNUM( 60 )
DX3DMODEL_INDEXSTRIP( NULL )
DX3DMODEL_INDEXSTRIPNUM( 0 )
DX3DMODEL_VERTEXSTRIP( NULL )
DX3DMODEL_MATERIAL( material_matStageObj )
DX3DMODEL_END
DX3DMODELTBL_END
DX3DOBJECT_START_HASH( object_pCone1__, 2967231701 )
DX3DOBJECT_ROTORDER( RO_XYZ )
DX3DOBJECT_MODEL( modeltbl_pCone1__ )
DX3DOBJECT_MATRIXBIND(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXBIND_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSBIND_ROTORDER( RO_XYZ,
-5.15084, 1.03574, -4.57576,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_MATRIXPOSE(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXPOSE_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSPOSE_ROTORDER( RO_XYZ,
-5.15084, 1.03574, -4.57576,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_NORMAL
DX3DOBJECT_FLG_iZiR( NONE )
DX3DOBJECT_CALLBACK( 0 )
DX3DOBJECT_SIBLING( object_pCylinder1__ )
DX3DOBJECT_CHILD( object_NULL__ )
DX3DOBJECT_END
/////////////////////////////////////////////
// object_pCube2__
/////////////////////////////////////////////
#if 0
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
-4.46379, 2.98455, -4.52921, 1
#endif
#if ((PT_pCube2___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_pCube2___matStageObj_0 == PT_TRILIST ) || ((PT_pCube2___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP)) || (PT_pCube2___matStageObj_0 == PT_INDEXSTRIP)
#if ( !BINARY_Collision_tst__ )
DX3DVERT_START( VN, vertexbuff_pCube2___matStageObj_0 )
DX3DVERT( -3.40558, -0.2, -2 ) DX3DVNORM( 0, 0, -1 ) //0
DX3DVERT( 3.40558, -0.2, -2 ) DX3DVNORM( 0, 0, -1 ) //1
DX3DVERT( 3.40558, 0.2, -2 ) DX3DVNORM( 0, 0, -1 ) //2
DX3DVERT( -3.40558, 0.2, -2 ) DX3DVNORM( 0, 0, -1 ) //3
DX3DVERT( -3.40558, 0.2, -2 ) DX3DVNORM( 0, 1, -0 ) //4
DX3DVERT( 3.40558, 0.2, -2 ) DX3DVNORM( 0, 1, -0 ) //5
DX3DVERT( 3.40558, 0.2, 2 ) DX3DVNORM( 0, 1, -0 ) //6
DX3DVERT( -3.40558, 0.2, 2 ) DX3DVNORM( 0, 1, -0 ) //7
DX3DVERT( -3.40558, 0.2, 2 ) DX3DVNORM( 0, 0, 1 ) //8
DX3DVERT( 3.40558, 0.2, 2 ) DX3DVNORM( 0, 0, 1 ) //9
DX3DVERT( 3.40558, -0.2, 2 ) DX3DVNORM( 0, 0, 1 ) //10
DX3DVERT( -3.40558, -0.2, 2 ) DX3DVNORM( 0, 0, 1 ) //11
DX3DVERT( -3.40558, -0.2, 2 ) DX3DVNORM( 0, -1, -0 ) //12
DX3DVERT( 3.40558, -0.2, 2 ) DX3DVNORM( 0, -1, -0 ) //13
DX3DVERT( 3.40558, -0.2, -2 ) DX3DVNORM( 0, -1, -0 ) //14
DX3DVERT( -3.40558, -0.2, -2 ) DX3DVNORM( 0, -1, -0 ) //15
DX3DVERT( 3.40558, -0.2, -2 ) DX3DVNORM( 1, 0, -0 ) //16
DX3DVERT( 3.40558, -0.2, 2 ) DX3DVNORM( 1, 0, -0 ) //17
DX3DVERT( 3.40558, 0.2, 2 ) DX3DVNORM( 1, 0, -0 ) //18
DX3DVERT( 3.40558, 0.2, -2 ) DX3DVNORM( 1, 0, -0 ) //19
DX3DVERT( -3.40558, -0.2, 2 ) DX3DVNORM( -1, 0, -0 ) //20
DX3DVERT( -3.40558, -0.2, -2 ) DX3DVNORM( -1, 0, -0 ) //21
DX3DVERT( -3.40558, 0.2, -2 ) DX3DVNORM( -1, 0, -0 ) //22
DX3DVERT( -3.40558, 0.2, 2 ) DX3DVNORM( -1, 0, -0 ) //23
DX3DVERT_END
#endif
DX3DVERTEX_START( vertex_pCube2___matStageObj_0 )
#if ( !BINARY_Collision_tst__ )
DX3DVERTEX_VERTBUFFER( vertexbuff_pCube2___matStageObj_0 )
#else
DX3DVERTEX_VERTBUFFER( 0 )
#endif
DX3DVERTEX_VERTNUM_iZ( VN, 24 )
DX3DVERTEX_END
#else
#define vertex_pCube2___matStageObj_0 NULL
#define vertexbuff_pCube2___matStageObj_0 NULL
#endif
#if ((PT_pCube2___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_pCube2___matStageObj_0 == PT_TRILIST )
#if ( !BINARY_Collision_tst__ )
DX3DINDEX_START( index_pCube2___matStageObj_0 )
0, 1, 3, // 0 2
1, 2, 3, // 1 5
4, 5, 7, // 2 8
5, 6, 7, // 3 11
8, 9, 11, // 4 14
9, 10, 11, // 5 17
12, 13, 15, // 6 20
13, 14, 15, // 7 23
16, 17, 19, // 8 26
17, 18, 19, // 9 29
20, 21, 23, // 10 32
21, 22, 23, // 11 35
DX3DINDEX_END
#endif
#else
#define index_pCube2___matStageObj_0 NULL
#endif
#if ((PT_pCube2___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP) ) || (PT_pCube2___matStageObj_0 == PT_INDEXSTRIP )
//NO INDEX STRIP
#else
#define index_pCube2___matStageObj_0_INDEXSTRIP NULL
#endif
#if ((PT_pCube2___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_VERTEXSTRIP) ) || (PT_pCube2___matStageObj_0 == PT_VERTEXSTRIP )
//NO VERTEX STRIP
#else
#define vertex_pCube2___matStageObj_0_VERTEXSTRIP NULL
#define vertexbuff_pCube2___matStageObj_0_VERTEXSTRIP NULL
#endif
DX3DMODELTBL_START( modeltbl_pCube2__ )
DX3DMODEL_START( model_pCube2___matStageObj_0 )
DX3DMODEL_VERTEX( vertex_pCube2___matStageObj_0 )
#if ( !BINARY_Collision_tst__ )
DX3DMODEL_INDEX( index_pCube2___matStageObj_0 )
#else
DX3DMODEL_INDEX( 0 )
#endif
DX3DMODEL_INDEXNUM( 36 )
DX3DMODEL_INDEXSTRIP( NULL )
DX3DMODEL_INDEXSTRIPNUM( 0 )
DX3DMODEL_VERTEXSTRIP( NULL )
DX3DMODEL_MATERIAL( material_matStageObj )
DX3DMODEL_END
DX3DMODELTBL_END
DX3DOBJECT_START_HASH( object_pCube2__, 3417622521 )
DX3DOBJECT_ROTORDER( RO_XYZ )
DX3DOBJECT_MODEL( modeltbl_pCube2__ )
DX3DOBJECT_MATRIXBIND(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXBIND_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSBIND_ROTORDER( RO_XYZ,
-4.46379, 2.98455, 4.52921,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_MATRIXPOSE(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXPOSE_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSPOSE_ROTORDER( RO_XYZ,
-4.46379, 2.98455, 4.52921,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_NORMAL
DX3DOBJECT_FLG_iZiR( NONE )
DX3DOBJECT_CALLBACK( 0 )
DX3DOBJECT_SIBLING( object_pCone1__ )
DX3DOBJECT_CHILD( object_NULL__ )
DX3DOBJECT_END
/////////////////////////////////////////////
// object_Stage__
/////////////////////////////////////////////
#if 0
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
#endif
DX3DMATERIAL_START( material_matGround )
DX3DMATERIAL_DIFF( 1, 0.713, 0.663803, 0.664828 )
DX3DMATERIAL_SPEC( 1, 0, 0, 0 )
DX3DMATERIAL_TEX( NULL )
DX3DMATERIAL_SHADER( DEFAULT )
DX3DMATERIAL_FLG( 0 )
DX3DMATERIAL_CALLBACK( -1 )
DX3DMATERIAL_END
#if ((PT_Stage___matGround_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_Stage___matGround_0 == PT_TRILIST ) || ((PT_Stage___matGround_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP)) || (PT_Stage___matGround_0 == PT_INDEXSTRIP)
#if ( !BINARY_Collision_tst__ )
DX3DVERT_START( VN, vertexbuff_Stage___matGround_0 )
DX3DVERT( -10, -2.22045e-015, -10 ) DX3DVNORM( 0, 1, -2.22045e-016 ) //0
DX3DVERT( 10, -2.22045e-015, -10 ) DX3DVNORM( 0, 1, -2.22045e-016 ) //1
DX3DVERT( 10, 2.22045e-015, 10 ) DX3DVNORM( 0, 1, -2.22045e-016 ) //2
DX3DVERT( -10, 2.22045e-015, 10 ) DX3DVNORM( 0, 1, -2.22045e-016 ) //3
DX3DVERT_END
#endif
DX3DVERTEX_START( vertex_Stage___matGround_0 )
#if ( !BINARY_Collision_tst__ )
DX3DVERTEX_VERTBUFFER( vertexbuff_Stage___matGround_0 )
#else
DX3DVERTEX_VERTBUFFER( 0 )
#endif
DX3DVERTEX_VERTNUM_iZ( VN, 4 )
DX3DVERTEX_END
#else
#define vertex_Stage___matGround_0 NULL
#define vertexbuff_Stage___matGround_0 NULL
#endif
#if ((PT_Stage___matGround_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_Stage___matGround_0 == PT_TRILIST )
#if ( !BINARY_Collision_tst__ )
DX3DINDEX_START( index_Stage___matGround_0 )
0, 1, 3, // 0 2
1, 2, 3, // 1 5
DX3DINDEX_END
#endif
#else
#define index_Stage___matGround_0 NULL
#endif
#if ((PT_Stage___matGround_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP) ) || (PT_Stage___matGround_0 == PT_INDEXSTRIP )
//NO INDEX STRIP
#else
#define index_Stage___matGround_0_INDEXSTRIP NULL
#endif
#if ((PT_Stage___matGround_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_VERTEXSTRIP) ) || (PT_Stage___matGround_0 == PT_VERTEXSTRIP )
//NO VERTEX STRIP
#else
#define vertex_Stage___matGround_0_VERTEXSTRIP NULL
#define vertexbuff_Stage___matGround_0_VERTEXSTRIP NULL
#endif
DX3DMODELTBL_START( modeltbl_Stage__ )
DX3DMODEL_START( model_Stage___matGround_0 )
DX3DMODEL_VERTEX( vertex_Stage___matGround_0 )
#if ( !BINARY_Collision_tst__ )
DX3DMODEL_INDEX( index_Stage___matGround_0 )
#else
DX3DMODEL_INDEX( 0 )
#endif
DX3DMODEL_INDEXNUM( 6 )
DX3DMODEL_INDEXSTRIP( NULL )
DX3DMODEL_INDEXSTRIPNUM( 0 )
DX3DMODEL_VERTEXSTRIP( NULL )
DX3DMODEL_MATERIAL( material_matGround )
DX3DMODEL_END
DX3DMODELTBL_END
DX3DOBJECT_START_HASH( object_Stage__, 1609021157 )
DX3DOBJECT_ROTORDER( RO_XYZ )
DX3DOBJECT_MODEL( modeltbl_Stage__ )
DX3DOBJECT_MATRIXBIND(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXBIND_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSBIND_ROTORDER( RO_XYZ,
0, 0, -0,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_MATRIXPOSE(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXPOSE_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSPOSE_ROTORDER( RO_XYZ,
0, 0, -0,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_NORMAL
DX3DOBJECT_FLG_iZiR( NONE )
DX3DOBJECT_CALLBACK( 0 )
DX3DOBJECT_SIBLING( object_NULL__ )
DX3DOBJECT_CHILD( object_pCube2__ )
DX3DOBJECT_END
/////////////////////////////////////////////
// object_pCube3__
/////////////////////////////////////////////
#if 0
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
5.35874, 0.546527, 4.53897, 1
#endif
#if ((PT_pCube3___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_pCube3___matStageObj_0 == PT_TRILIST ) || ((PT_pCube3___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP)) || (PT_pCube3___matStageObj_0 == PT_INDEXSTRIP)
#if ( !BINARY_Collision_tst__ )
DX3DVERT_START( VN, vertexbuff_pCube3___matStageObj_0 )
DX3DVERT( -2.94279, -0.546527, -2.37075 ) DX3DVNORM( 0, 0, -1 ) //0
DX3DVERT( 2.94279, -0.546527, -2.37075 ) DX3DVNORM( 0, 0, -1 ) //1
DX3DVERT( 2.94279, 0.546527, -2.37075 ) DX3DVNORM( 0, 0, -1 ) //2
DX3DVERT( -2.94279, 0.546527, -2.37075 ) DX3DVNORM( 0, 0, -1 ) //3
DX3DVERT( -2.94279, 0.546527, -2.37075 ) DX3DVNORM( 0, 1, -0 ) //4
DX3DVERT( 2.94279, 0.546527, -2.37075 ) DX3DVNORM( 0, 1, -0 ) //5
DX3DVERT( 2.94279, 0.546527, 2.37075 ) DX3DVNORM( 0, 1, -0 ) //6
DX3DVERT( -2.94279, 0.546527, 2.37075 ) DX3DVNORM( 0, 1, -0 ) //7
DX3DVERT( -2.94279, 0.546527, 2.37075 ) DX3DVNORM( 0, 0, 1 ) //8
DX3DVERT( 2.94279, 0.546527, 2.37075 ) DX3DVNORM( 0, 0, 1 ) //9
DX3DVERT( 2.94279, -0.546527, 2.37075 ) DX3DVNORM( 0, 0, 1 ) //10
DX3DVERT( -2.94279, -0.546527, 2.37075 ) DX3DVNORM( 0, 0, 1 ) //11
DX3DVERT( -2.94279, -0.546527, 2.37075 ) DX3DVNORM( 0, -1, -0 ) //12
DX3DVERT( 2.94279, -0.546527, 2.37075 ) DX3DVNORM( 0, -1, -0 ) //13
DX3DVERT( 2.94279, -0.546527, -2.37075 ) DX3DVNORM( 0, -1, -0 ) //14
DX3DVERT( -2.94279, -0.546527, -2.37075 ) DX3DVNORM( 0, -1, -0 ) //15
DX3DVERT( 2.94279, -0.546527, -2.37075 ) DX3DVNORM( 1, 0, -0 ) //16
DX3DVERT( 2.94279, -0.546527, 2.37075 ) DX3DVNORM( 1, 0, -0 ) //17
DX3DVERT( 2.94279, 0.546527, 2.37075 ) DX3DVNORM( 1, 0, -0 ) //18
DX3DVERT( 2.94279, 0.546527, -2.37075 ) DX3DVNORM( 1, 0, -0 ) //19
DX3DVERT( -2.94279, -0.546527, 2.37075 ) DX3DVNORM( -1, 0, -0 ) //20
DX3DVERT( -2.94279, -0.546527, -2.37075 ) DX3DVNORM( -1, 0, -0 ) //21
DX3DVERT( -2.94279, 0.546527, -2.37075 ) DX3DVNORM( -1, 0, -0 ) //22
DX3DVERT( -2.94279, 0.546527, 2.37075 ) DX3DVNORM( -1, 0, -0 ) //23
DX3DVERT_END
#endif
DX3DVERTEX_START( vertex_pCube3___matStageObj_0 )
#if ( !BINARY_Collision_tst__ )
DX3DVERTEX_VERTBUFFER( vertexbuff_pCube3___matStageObj_0 )
#else
DX3DVERTEX_VERTBUFFER( 0 )
#endif
DX3DVERTEX_VERTNUM_iZ( VN, 24 )
DX3DVERTEX_END
#else
#define vertex_pCube3___matStageObj_0 NULL
#define vertexbuff_pCube3___matStageObj_0 NULL
#endif
#if ((PT_pCube3___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_TRILIST) ) || (PT_pCube3___matStageObj_0 == PT_TRILIST )
#if ( !BINARY_Collision_tst__ )
DX3DINDEX_START( index_pCube3___matStageObj_0 )
0, 1, 3, // 0 2
1, 2, 3, // 1 5
4, 5, 7, // 2 8
5, 6, 7, // 3 11
8, 9, 11, // 4 14
9, 10, 11, // 5 17
12, 13, 15, // 6 20
13, 14, 15, // 7 23
16, 17, 19, // 8 26
17, 18, 19, // 9 29
20, 21, 23, // 10 32
21, 22, 23, // 11 35
DX3DINDEX_END
#endif
#else
#define index_pCube3___matStageObj_0 NULL
#endif
#if ((PT_pCube3___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_INDEXSTRIP) ) || (PT_pCube3___matStageObj_0 == PT_INDEXSTRIP )
//NO INDEX STRIP
#else
#define index_pCube3___matStageObj_0_INDEXSTRIP NULL
#endif
#if ((PT_pCube3___matStageObj_0 == PT_FOLLOWALL) && (PT_ALL_Collision_tst__ == PT_VERTEXSTRIP) ) || (PT_pCube3___matStageObj_0 == PT_VERTEXSTRIP )
//NO VERTEX STRIP
#else
#define vertex_pCube3___matStageObj_0_VERTEXSTRIP NULL
#define vertexbuff_pCube3___matStageObj_0_VERTEXSTRIP NULL
#endif
DX3DMODELTBL_START( modeltbl_pCube3__ )
DX3DMODEL_START( model_pCube3___matStageObj_0 )
DX3DMODEL_VERTEX( vertex_pCube3___matStageObj_0 )
#if ( !BINARY_Collision_tst__ )
DX3DMODEL_INDEX( index_pCube3___matStageObj_0 )
#else
DX3DMODEL_INDEX( 0 )
#endif
DX3DMODEL_INDEXNUM( 36 )
DX3DMODEL_INDEXSTRIP( NULL )
DX3DMODEL_INDEXSTRIPNUM( 0 )
DX3DMODEL_VERTEXSTRIP( NULL )
DX3DMODEL_MATERIAL( material_matStageObj )
DX3DMODEL_END
DX3DMODELTBL_END
DX3DOBJECT_START_HASH( object_pCube3__, 3417623965 )
DX3DOBJECT_ROTORDER( RO_XYZ )
DX3DOBJECT_MODEL( modeltbl_pCube3__ )
DX3DOBJECT_MATRIXBIND(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXBIND_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSBIND_ROTORDER( RO_XYZ,
5.35874, 0.546527, -4.53897,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_MATRIXPOSE(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_MATRIXPOSE_ABS(
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
)
DX3DOBJECT_TRSPOSE_ROTORDER( RO_XYZ,
5.35874, 0.546527, -4.53897,
-0, -0, 0, // -0, -0, 0
1, 1, 1
)
DX3DOBJECT_NORMAL
DX3DOBJECT_FLG_iZiR( NONE )
DX3DOBJECT_CALLBACK( 0 )
DX3DOBJECT_SIBLING( object_NULL__ )
DX3DOBJECT_CHILD( object_NULL__ )
DX3DOBJECT_END
//skipped CubeCompass
//////////// export info ///////////////
DX3DOBJECT_JOINTCOUNT( jointcnt_Collision_tst___0, 0 )
DX3DOBJECT_JOINTCOUNT( jointcnt_Collision_tst___1, 0 )
DX3DOBJECT_JOINTCOUNT( jointcnt_Collision_tst___2, 0 )
DX3DOBJECT_JOINTCOUNT( jointcnt_Collision_tst___3, 0 )
DX3DOBJECT_JOINTCOUNT( jointcnt_Collision_tst___4, 0 )
DX3DOBJECT_JOINTCOUNT( jointcnt_Collision_tst___5, 0 )
DX3DOBJECT_JOINTCOUNT( jointcnt_Collision_tst___6, 0 )
DX3DOBJECT_JOINTCOUNT( jointcnt_Collision_tst___7, 0 )
/////////////////////////////////////////////
#if ( !BINARY_Collision_tst__ )
DX3DBINARYFILE( binaryfile_Collision_tst__, NULL )
#else
DX3DBINARYFILE( binaryfile_Collision_tst__, "Z:/toshi2gachan/Ashitagachan/Gachan/STAGE2-2_BeginnersGameProgramming/Collision/" )
#endif
DX3DBINARYSIZE( binarysize_Collision_tst__, 0 )
|
0e892b32186cb86b8acd9c71e746304baa0306bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH6/EX6.9/Ex6_9.sce | 238c19191bdca7e58145da68c30b491cee7df89b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,514 | sce | Ex6_9.sce | //chapter 6
//page no160
//exa 6_9
//given
clear;clc;
Ibias=15; //in mA assumption
Ild=35; //in mA
Rld=50; //in ohm
Ildi=100; //in mA
Ilde=50; //in mA
Imod=(Ildi+Ilde)/Ildi*35; //mA
printf("Total modulation current is \nImod=%.2f mA\n",Imod);
Ildq=1.2/100*10^3; //in mA
printf("The current complementary output is \nIldq=%.1f mA\n",Ildq);
Vld=-1.2-Rld*(Ibias+Ild)*10^-3; //optical high
printf("The laser voltage for optical high is \nVld=%.2f V\n",Vld);
Vld=-1.2-Rld*(Ibias)*10^-3; //optical dark
printf("The laser voltage for optical dark is \nVld=%.2f V\n",Vld);
Vldq=-Ild*10^-3*Rld;
printf("The laser voltage at complimentary o/p is \nVldq=%.2f V\n",Vldq);
Rchock=5; //in Ohm
Vchock=-Rchock*Ibias*10^-3;
printf("\nVchock=%.3f V\n",Vchock);
Vbias=0.5*(-3.7+Vld)+Vchock;
printf("\nVbias=%.1f V\n",Vbias);
//(i) Pdvee1
Pdvcc=5*2.5; //in mW
printf("\nPdvcc=%.1f mW\n",Pdvcc);
Pdvee1=4.5*80; //in mW
printf("\nPdvee1=%.0f mW\n",Pdvee1);
//(ii) Pdvee2
Pdvee2=6*160; //in mW
printf("\nPdvee2=%.0f mW\n",Pdvee2);
//(iii) PdLD
PdLD=0.5*(3.75*50); //in mW
printf("\nPdLD=%.2f mW\n",PdLD);
//(iv) PdLQ
PdLDQ=0.5*abs(Vld)*50; //in mW
printf("\nPdLDQ=%.2f mW\n",PdLDQ);
//(v) PdLDQ
Pdbias=abs(Vbias)*Ibias; //in mW
printf("\nPdbias=%.1f mW\n",Pdbias);
//PT
PT=Pdvcc+Pdvee1+Pdvee2-[PdLD+PdLDQ+Pdbias];
printf("\nTotal power dissipation (PT)=%.1f mW\n",PT);
|
916d8a4fcbda051236d9dd175f8a7a1d6b7d9c42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3763/CH7/EX7.3/Ex7_3.sce | 8da0edd1aebf3103eb502d22526d9c29655dfc71 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 393 | sce | Ex7_3.sce | clear
//
//
//
//Variable declaration
chi=0.5*10**-5 //magnetic susceptibility
H=10**6 //field strength(ampere/m)
mew0=4*%pi*10**-7
//Calculation
I=chi*H //intensity of magnetisation(ampere/m)
B=mew0*(I+H) //flux density in material(weber/m**2)
//Result
printf("\n intensity of magnetisation is %0.3f ampere/m",I)
printf("\n flux density in material is %0.3f weber/m**2",B)
|
8615efd85c5bba05b0f12d555918379b1bc618a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/DEPENDENCIES/21_1data.sci | 16c0b06e751743fe3c9b0dedb777511887bfa1ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sci | 21_1data.sci | Sy=-20*10^3;//given in N
A=400;//given in mm^2
t=2;//thickness,given in mm
L=2*10^3;//leangth ,given in mm
L1=1*10^3;//distence of section AA from the end
We=200;//width at the end,given in mm
W=400;//width at the joint,given in mm |
e5d5e94f9e5d9ddd7308b5edae128c4e07de602c | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/macros/gl_sample.sci | dc23428c2ca4c33e449cf3803996354713935654 | [] | no_license | OpenAgricultureFoundation/openag_sim | e052bbcc31b1d7f9b84add066327b479785f8723 | 425e678b55e24b5848d17181d25770175b8c2c3f | refs/heads/master | 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 11,597 | sci | gl_sample.sci | function [sqa,sqb,sqbu,sqc,sel,um,umb,uml] = gl_sample(Tr,N,maxp,Nu_Ma,Nu_I,Nu_O,u,rt_a,st_j,a,b,bu,c)
// Ouput variables initialisation (not found in input variables)
sqa=[];
sqb=[];
sqbu=[];
sqc=[];
sel=[];
um=[];
umb=[];
uml=[];
// Display mode
//mode(-1);
// Display warning for floating point exception
//sieee(1);
// This function is to get random sequence with MonteCarlo method.
// Tr is number of random structure with each physiologicasl age
// we should be very cautious in using rand matrix because there is covariance
rand("seed",3);
// sqb are 0/1 sequence describing a growth unit grow or not
sqb = zeros(max(Tr),N,maxp);
for p = 1:maxp
for i = 1:min(N,Nu_Ma(p))
for r = 1:Tr(p)
sqb(r,i,p) = ceil(b(p)-rand());
end;
end;
end;
// sqc are 0/1 sequence describing a growth unit die or not
sqc = zeros(max(Tr),N,maxp);
for p = 1:maxp
for r = 1:Tr(p)
count = 0;
for i = 1:min(N,Nu_Ma(p))
if rand()<c(p) then
count = count+1;
else
break;
end;
end;
sqc(r,1:count,p) = 1;
end;
end;
disp("sqbu"); //tic
sqbu = zeros(max(Tr),N*max(u),maxp);
sqa = zeros(max(Tr),N*max(u),max(max(Nu_O(4,:,:))),maxp);
sel = zeros(max(Tr),N*max(u),max(max(Nu_O(4,:,:))),maxp);
umb = zeros(max(Tr),N,maxp,6);
// sel are interger numbers between 1-Tr showing the ID of chosed branch
//N+1 is for terminal structure. If branching probability considered, should one more index
for p = 1:maxp
for r = 1:Tr(p)
sumi = 0;
for i = 1:min(N,Nu_Ma(p))
for k = 6:-1:p //remember the sequence--from min to max phy_age
suma = 0;
for j = 1:Nu_I(p,k) // for each microsate
sumi = sumi+1;
sqbu(r,sumi,p) = ceil(bu(p)-rand());
if sqbu(r,sumi,p)==1 & sqb(r,i,p)==1 & sqc(r,i,p)==1 then
suma = suma+1; //number of microstate(p,k)
if maxp>=k then //only if internode exist
for bj = 1:Nu_O(4,p,k) // for each branch
sqa(r,sumi,bj,p) = ceil(a(k)-rand());
if sqa(r,sumi,bj,p)>0 then
sel(r,sumi,bj,p) = ceil(rand()*Tr(k));
end;
end;
end;
end;
end;
if sqb(r,i,p)==1 & sqc(r,i,p)==1 then
umb(r,i,p,k) = suma;
end;
end;
end;
if N>Nu_Ma(p,1) then // terminal structure exist
k = st_j(p);
if k>=p & k<=maxp then
sel(r,Nu_Ma(p,1)*u(p)+1,1,p) = ceil(rand()*Tr(k));
end;
end;
end;
end;
//toc
//um are number of metamer in G.U. along the aixs, it''s result of b,bu,c
//uml are number of leaves in G.U. along the aixs, it''s result of b,bu,c
um = zeros(max(Tr),N,maxp);
uml = zeros(max(Tr),N,maxp);
for p = 1:maxp
for r = 1:Tr(p)
for i = 1:min(N,Nu_Ma(p))
um(r,i,p) = sqb(r,i,p)*sqc(r,i,p)*sum(sqbu(r,(i-1)*u(p)+1:i*u(p),p));
sumi = (i-1)*u(p); nl = 0;
for k = 6:-1:p
nl = nl+sum(sqbu(r,sumi+1:sumi+Nu_I(p,k),p))*Nu_O(1,p,k);
sumi = sumi+Nu_I(p,k);
end;
uml(r,i,p) = sqb(r,i,p)*sqc(r,i,p)*nl;
end;
end;
end;
disp("end of random sequence")
Flag_smaple_check = 0;
MS = zeros(4,maxp);
MTh = zeros(4,maxp);
VS = zeros(4,maxp);
VTh = zeros(4,maxp);
if Flag_smaple_check==1 then
printf(" Simu/Theo--b; Simu/Theo--bu; Simu/Theo--c; Simu/Theo--compound\n");
for p = 1:maxp
printf("Mp=%3d",p);
Num = min(N,Nu_Ma(p));
//b
MTh(1,p) = Num*u(p)*b(p); VTh(1,p) = Num*u(p)^2*b(p)*(1-b(p)); //theoretical mean and variance
tempb = matrix(sqb(:,:,p),max(Tr),N)*u(p); //simulation mean and variance
MS(1,p) = sum(sum(tempb,1))/Tr(p);
tempb1 = sum(tempb,2);
VS(1,p) = sum((tempb1(1:Tr(p))-MS(1,p)) .^2);
if Tr(p)>1 then
VS(1,p) = VS(1,p)/(Tr(p)-1);
else
VS(1,p) = 0;
end;
//bu
MTh(2,p) = Num*u(p)*bu(p); VTh(2,p) = Num*u(p)*bu(p)*(1-bu(p)); //theoretical mean and variance
tempbu = matrix(sqbu(:,:,p),max(Tr),N*max(u)); //simulation mean and variance
MS(2,p) = sum(sum(tempbu,1))/Tr(p);
tempbu1 = sum(tempbu,2);
VS(2,p) = sum((tempbu1(1:Tr(p))-MS(2,p)) .^2);
if Tr(p)>1 then
VS(2,p) = VS(2,p)/(Tr(p)-1);
else
VS(2,p) = 0;
end;
//c
MTh(3,p) = sum(c(p).^[1:Num]); //theoretical mean and variance
cc = c(p);
if c(p)<1 then
MTh(3,p) = cc*(1-cc^Num)/(1-cc);
else
MTh(3,p) = Num;
end;
if c(p)<1 then
VTh(3,p) = c(p)/(1-c(p))^2*(1-c(p)^Num*(2*Num+1)*(1-c(p))-c(p)^(2*Num+1));
else
VTh(3,p) = 0;
end;
MTh(3,p) = MTh(3,p)*u(p);
VTh(3,p) = VTh(3,p)*u(p)^2;
tempc = matrix(sqc(:,:,p),max(Tr),N)*u(p); //simulation mean and variance
MS(3,p) = sum(sum(tempc,1))/Tr(p);
tempc1 = sum(tempc,2);
VS(3,p) = sum((tempc1(1:Tr(p))-MS(3,p)) .^2);
if Tr(p)>1 then
VS(3,p) = VS(3,p)/(Tr(p)-1);
else
VS(3,p) = 0;
end;
//coumpound
MTh(4,p) = sum(c(p) .^[1:Num])*b(p)*u(p)*bu(p); //theoretical mean and variance
//VTh(4,p)=Num*b(p)*u(p)*bu(p)*(1-bu(p))+Num*b(p)*(1-b(p))*(u(p)*bu(p))^2;%V=m1v2+v1m2^2
m1 = b(p); v1 = b(p)*(1-b(p)); m2 = u(p)*bu(p); v2 = u(p)*bu(p)*(1-bu(p)); m3 = MTh(3,p)/u(p); v3 = VTh(3,p)/(u(p)^2);
m12 = m1*m2; v12 = m1*v2+v1*m2^2;
m312 = m3*m12;
v312 = m3*v12+v3*m12^2;
MTh(4,p) = m312;
VTh(4,p) = v312;
tempum = matrix(um(:,:,p),max(Tr),N); //simulation mean and variance
MS(4,p) = sum(sum(tempum,1))/Tr(p);
tempum1 = sum(tempum,2);
VS(4,p) = sum((tempum1(1:Tr(p))-MS(4,p)) .^2);
if Tr(p)>1 then
VS(4,p) = VS(4,p)/(Tr(p)-1);
else
VS(4,p) = 0;
end;
//output
for j = 1:4
printf("%10.2f%8.2f",MS(j,p),MTh(j,p));
end;
printf("\n");
fprintf("Vp=%3d",p);
for j = 1:4
printf("%10.2f%8.2f",VS(j,p),VTh(j,p));
end;
printf("\n");
printf("\n");
end;
end;
clear("tempb","tempbu","tempc","tempum")
Flag_smaple_distribution = 1;
//distribution figure
if Flag_smaple_distribution==1 then
figu=scf();
set(gca(),"auto_clear","off");
u = sum(Nu_I,2);
for p = 1:maxp
Num = min(N,Nu_Ma(p));
nmax = u(p)*Num;
//compound, theory
// *** MATLAB ***
// f = zeros(1,nmax+1);
// for i = 1:nmax+1
// for j = 0:Num-1
// for k = 0:j
// f(i) = f(i)+(1-c(p))*c(p)^j*binopdf(k,j,b(p))*binopdf(i-1,k*u(p),bu(p));
// end;
// end;
// for k = 0:Num //item when total Num macrostates
// f(i) = f(i)+c(p)^Num*binopdf(k,Num,b(p))*binopdf(i-1,k*u(p),bu(p));
// end;
// end;
// **** MATLAB END *****
// **** SCILAB ***
f=zeros(1,nmax+1);
if u(p)==0 then
for i=1:nmax+1
f(i)=f(i)+(1-c(p));
for j=1:Num-1
proba_1=binomial(b(p),j);
for k=0:j
f(i)=f(i)+(1-c(p))*c(p)^j*proba_1(k+1);
end;
end;
proba_3 = binomial(b(p),Num);
for k=0:Num
f(i)=f(i)+c(p)^Num*proba_3(k+1);
end;
end;
else
for i=1:nmax+1
f(i)=f(i)+(1-c(p));
for j=1:Num-1
proba_1=binomial(b(p),j);
f(i)=f(i)+(1-c(p))*c(p)^j*proba_1(1);
for k=1:j
proba_2=binomial(bu(p),k*u(p)); // ERROR : i may be greater than k*u(p)
if i-1<=k*u(p) then
f(i)=f(i)+(1-c(p))*c(p)^j*proba_1(k+1)*proba_2(i);
end;
end;
end;
proba_3 = binomial(b(p),Num);
f(i)=f(i)+c(p)^Num*proba_3(1);
for k=1:Num
proba_4=binomial(bu(p),k*u(p));
if i-1<=k*u(p) then
f(i)=f(i)+c(p)^Num*proba_3(k+1)*proba_4(i);
end;
end;
end;
end;
// *** SCILAB END ****
i = 0:nmax;
plot(i,f,"k");
//compound, simulation
fS = zeros(1,nmax+1);
tempum = matrix(um(:,:,p),max(Tr),N);
temp = sum(tempum,2); //number of microstate in each axis
size(temp)
for k = 1:Tr(p) //for each stochastic axis
if temp(k)>0 then
fS(temp(k)+1) = fS(temp(k)+1)+1;
end;
end;
fS = fS/Tr(p);
i = 0:nmax;
plot(i,fS);
legend(["Theoritical distribution","Simulated distribution"]);
end
axi=gca();
axi.x_label.text = "Number of internodes in bearing axis";
axi.y_label.text = "Probabilities";
axi.title.text = "Compound distribution of number of internodes in bearing axis. N=5,u=9,p_C=0.99,p_A=0.9,p_I=0.86";
//theoretical distribution of number of microstate of physiological age, single and compound
figu=scf(); set(gca(),"auto_clear","off");
u = sum(Nu_I,2);
for p = 1:maxp
Num = min(N,Nu_Ma(p));
nmax = u(p)*Num;
//c
f = zeros(1,nmax+1);
for i = 1:nmax+1
if pmodulo(i-1,u(p))==0 then //if it is integer times of u(p)
n = (i-1)/u(p); //number of cycles
if n<N then
f(i)=(1-c(p))*c(p)^n;
else
f(i)=c(p)^n;
end;
end;
end;
i = 0:nmax;
//plot(i,f,''r'')
//b
f = zeros(1,nmax+1);
//tmp = binopdf(0:Num,Num,b(p));
tmp = binomial(b(p),Num);
f(1)=tmp(1); //item 0
for i = 1:nmax
if pmodulo(i,u(p))==0 then //it is integer times of u(p)
f(i+1)=tmp(i/u(p)+1); //becareful of the shift
end;
end;
i = 0:nmax;
//plot(i,f,''g'')
//bu
f = zeros(1,nmax+1);
//f = binopdf(0:nmax,nmax,bu(p)); // ORIGINAL
if nmax == 0 then // QR 2006 04 19
f = 1;
else
f = binomial(bu(p),nmax);
end; // QR END
i = 0:nmax;
//plot(i,f,''b'')
//compound
// **** MATLAB *****
// f = zeros(1,nmax+1);
// for i = 1:nmax+1
// for j = 0:Num-1
// for k = 0:j
// f(i)=f(i)+(1-c(p))*c(p)^j*binopdf(k,j,b(p))*binopdf(i-1,k*u(p),bu(p));
// end;
// end;
// for k = 0:Num //item when total Num macrostates
// f(i)=f(i)+c(p)^Num*binopdf(k,Num,b(p))*binopdf(i-1,k*u(p),bu(p));
// end;
// end;
// **** END ****
// *** SCILAB *****
f=zeros(1,nmax+1);
if u(p)==0 then
for i = 1:nmax+1
f(i)=f(i)+(1-c(p));
for j = 1:Num-1
proba_5=binomial(b(p),j);
for k=0:j
f(i)=f(i)+(1-c(p))*c(p)^j*proba_5(k+1);
end;
end;
proba_7=binomial(b(p),Num);
for k = 0:Num //item when total Num macrostates
f(i)=f(i)+c(p)^Num*proba_7(k+1);
end;
end;
else
for i = 1:nmax+1
f(i)=f(i)+(1-c(p));
for j = 1:Num-1
proba_5=binomial(b(p),j);
f(i)=f(i)+(1-c(p))*c(p)^j*proba_5(1);
for k=1:j
proba_6=binomial(bu(p),k*u(p));
if i-1<=k*u(p) then
f(i)=f(i)+(1-c(p))*c(p)^j*proba_5(k+1)*proba_6(i);
end;
end;
end;
proba_7=binomial(b(p),Num);
f(i)=f(i)+c(p)^Num*proba_7(1);
for k=1:Num
proba_8=binomial(bu(p),k*u(p));
if i-1<=k*u(p) then
f(i)=f(i)+c(p)^Num*proba_7(k+1)*proba_8(i);
end;
end;
end;
end;
// *** SCILAB END *****
i = 0:nmax;
//h=plot(i,f,''k'')
bar(i,f,0.5)
//plot2d3(i,f,0.5) // doesnt work
//set(h,''LineWidth'',2);
//legend(''p_c=0.99, p_a=1, p_i=1 '',''p_c=1, p_a=0.9, p_i=1'',''p_c=1, p_a=1, p_i=0.8'',''p_c=0.95, p_a=0.9, p_i=0.8'',1)
//%legend(''p_C=0.99, p_A=0.94, p_I=0.86'',1)
end;
axi = gca();
axi.x_label.text = "Number of internodes in bearing axis";
axi.y_label.text = "Probabilities";
axi.title.text = "Compound distribution of number of internodes in bearing axis. N=5,u=9,p_C=0.99,p_A=0.9,p_I=0.86";
end;
endfunction
|
766f6dea295a8f440f12f5a599b99abedf666a0a | 18bf68cdf766092ccdcba8d231e8140063833a5a | /FrequencySpectrumNarrowPulse.sce | f28c547aeb36db491e0672ff930f0c4264044fd5 | [] | no_license | goodengineer/Scilab-Exercises | b51cc9a4c938f0289a32875d2d21eb9061d0e68e | 3c268211fe48e7e4d0002e44757ea8b50cda10f9 | refs/heads/master | 2022-12-24T23:30:12.875423 | 2020-10-05T06:27:20 | 2020-10-05T06:27:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 227 | sce | FrequencySpectrumNarrowPulse.sce | clear;
clf;
clc;
z = [ones(1,5) zeros(1,95)]
w = [ones(1,50) zeros(1,50)]
Xf = fft(z)
Xf = abs(Xf)
Xf = Xf / length(z)
Xf1 = fft(w)
Xf1 = abs(Xf1)
Xf1 = Xf1 / length(w)
subplot(211)
plot2d3(Xf)
subplot(212)
plot2d3(Xf1)
|
4b42140d3424cc96c38617682281eea83e1cbf62 | 449d555969bfd7befe906877abab098c6e63a0e8 | /181/CH1/EX1.11/example1_11.sce | 8d161129a193eeedbcafe063ea503b7103afc50f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 589 | sce | example1_11.sce | // Time taken to reach Brillouin zone
// Basic Electronics
// By Debashis De
// First Edition, 2010
// Dorling Kindersley Pvt. Ltd. India
// Example 1-11 in page 46
clear; clc; close;
// Data given
h=1.05*10^-34; // Constant of calculation in Js
Kb=1.112*10^8; // Wave vector at Brillouin xone along x-axis /cm
E_0=10^4; // External electric field applied in V/cm
e=1.6*10^-19; // Charge on an electron in C
// Calculation
tou=(h*Kb)/(e*E_0);
printf("Time taken by electron is %0.3e s",tou);
// Result
// Time taken by electron to reach Brillouin zone is 7.297 ps |
0325886c420ae7fefd497d59b8dd6bda20aabbb6 | c884d985cf07964dbaf65b3204ef1bebb38d4f23 | /simpson13.sci | 3a4e8ec71e5964018d025d33b927a2de6efa3c52 | [] | no_license | mbgaspar/Computacao-cientifica | 710f99c81f2ae342c782584bae2fef666f78f76c | 8168c0bdcaa14cf9d2b57ba34e15fd0833e69ee3 | refs/heads/master | 2021-11-05T01:50:18.159560 | 2021-10-29T12:09:10 | 2021-10-29T12:09:10 | 220,349,256 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 897 | sci | simpson13.sci | function I = simpson13(a,b,fun,n)
// a - limite inferior da integração
// b - limete superior da integração
// n - número de segmentos
// fun- função literal caso exista o argumento n
// - vetor com os pontos caso não seja passado n
if argn(2)< 4 then
fx = fun;
n = length(fun) - 1; //obtendo o n° de segmentos
if modulo(n,2)~= 0 then
error("O número de segmentos não pode ser ímpar");
end
else
if modulo(n,2)~= 0 then
error("O número de segmentos não pode ser ímpar");
end
x = linspace(a,b,n+1);
fx = evstr(fun);
end
soma1 = 0; soma2 = 0;
for i=2:2:n
soma1 = soma1 + fx(i);
end
for i=3:2:n-1
soma2 = soma2 + fx(i);
end
I = ((b-a)*(fx(1) + 4*soma1 + 2*soma2 + fx(n+1)))/(3*n);
endfunction
|
683a93ddb75ed3ee7787e9b892e8696fba2be027 | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH8/EX8.4/example8_4.sce | 5641e88f79587c567e5ca4f3ed81ac3b52b8ea73 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,011 | sce | example8_4.sce | //clc()
Pa = 15;//kPa ( partial pressure of acetone)
Ptotal = 101.3;//kPa
Mfr = Pa / Ptotal;
disp(Mfr,"(a)Mole fraction of acetone = ")
Macetone = 58.048;
Mnitrogen = 28;
mafr = Mfr * Macetone / ( Mfr * Macetone + (1-Mfr)* Mnitrogen );
disp(mafr,"(b)Weight fraction of acetone = ")
Y = Mfr / ( 1 - Mfr );
disp("moles of acetone/moles of nitrogen",Y,"(c)Molal humidity = ")
Y1 = Y * Macetone / Mnitrogen ;
disp("kg acetone/kg nitrogen",Y1,"(d)Absolute humidity = ")
Pas = 26.36;//kPa ( vapour pressure)
Ys = Pas / ( Ptotal - Pas);//saturation humidity
disp("moles of acetone/moles of nitrogen",Ys,"(e)Saturation humidity = ")
Y1s = Ys * Macetone / Mnitrogen;
disp("kg acetone/kg nitrogen",Y1s,"(f)Absolute saturation humidity = ")
V = 100;//m^3
Vstp =22.4143;//m^3/kmol
Pstp = 101.3;//kPa
Tstp = 273.15;//K
T = 295;//K
N = V * Ptotal * Tstp / (Vstp * Pstp * T );
Nacetone = N * Mfr;
macetone = Nacetone * Macetone;
disp("kg",macetone,"(g)Mass of acetone in 100m^3 of the total gas = ") |
04a6c2990d81f0b02c707b0211f2821f2337da78 | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/CH9/EX9.11/ch9_11.sce | 8563a908d055d0b155c18203dfb7f53d2c30e847 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 227 | sce | ch9_11.sce | clc
disp("Example 9.11")
printf("\n")
//From figure 9.16
//H(s)=V(s)/I(s)=Z(s)
//Let V(s)=1 the H(s)=Z(s)
s=%s
z1=(1/2.5)+(3/(5*s))+(s/20)
Z=1/z1
Dem=Z('den')
//The roots are
q=roots(Dem)
disp(q,"Poles are")
|
3015f3148055a1d928d602b26a39198c03749578 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3878/CH1/EX1.5/Ex1_5.sce | aa35b2fa39bb2c785c164277369ee910ec2548e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 282 | sce | Ex1_5.sce | clear
// Variable Declaration
V_1=0.75// The initial volume in m**3
T_1=273+20 // The initial temperature of water in K
T_2=273+90 // The final temperature of water in K
// Calculation
V_2=V_1*(T_2/T_1)// The final volume in m**3
printf("\n The final volume,V_2= %0.2f m**3",V_2)
|
ada074db4df3f7b4a70ed50d35a79833a81711f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH17/EX17.8/example8.sce | 1ae829ef8c2989f7c0cd351590bc1e046719458c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 784 | sce | example8.sce | // calculate error output voltage
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 17-8, page 639
clear; clc; close;
// Given data
Av=200;// voltage gain
Inbias=3*10^-6;// input bias current in amperes
Inoff=0.5*10^-6;// input offset current in amperes
Vinoff=10^-3;// input offset voltage in volts
Rb1=10^3;// in ohms
Rb2=0;// in ohms
// Calculations
V1err=(Rb1-Rb2)*Inbias;// unwanted dc error input in volts
V2err=(Rb1+Rb2)*Inoff/2;// unwanted dc error input in volts
V3err=Vinoff;// unwanted dc error input in volts
Verror=Av*(V1err+V2err+V3err);// output error voltage in volts
disp("Volts",Verror,"output error voltage=")
// Result
// Output error voltage is 850 mVolts |
4a65b6a9087961f0b87eeeb02943866fecbd01f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1019/CH7/EX7.21/Example_7_21.sce | a058425bfacb9c3eb6573dcf4625d4a537dfc695 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 540 | sce | Example_7_21.sce | //Example 7.21
clear;
clc;
//Given
R=82;//gas constant in atm cm^3 K^-1 mol^-1
w2=0.45;//mass of solute in g
M2=180;//molecular mass of the solute in g mol^-1
T=300;//temperature in K
//To determine the height attained by water inside the tube and the osmotic pressure
h=sqrt((w2*R*T*1013250)/(M2*980.67));//height attained by water inside the tube
pi=(980.67*h)/(1013250);//the osmotic pressure in atm
mprintf('The height attained by water inside the tube = %f cm',h);
mprintf('\n The osmotic pressure = %f atm',pi);
//end |
235eecb2b836c03bb4cb40701806cdd736eff55e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2863/CH4/EX4.8/ex4_8.sce | 00578177d51f3acbedfc2248e0e9e610c1725f97 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 172 | sce | ex4_8.sce | //chapter 2
//broadside array
printf("\n");
Gdmax=5.01108;//antilog[7/10]
n=10;
lamda=1;
d=Gdmax/(20*lamda);
printf("the minimum distance between array is %gm",d);
|
a7a7c3d76e647fddfbb58b05b63c27c80867eb14 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH2/EX2.7/Ex2_7.sce | c33d87e60ab9d309f782bc1edfe83ceca845d853 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 667 | sce | Ex2_7.sce | //Example 2_7
clc();
clear;
//To find tension in the supporting cable and Components of the force exerted by the hinge
F1=50 //units in Newtons
d1=0.7 //units in meters
F2=100 //units in Newtons
d2=1.4 //units in meters
d3=1 //units in meters
theta2=53 //units in degrees
T=round(((F1*d1)+(F2*d2))/(d3*cos(theta2*%pi/180))) //units in Newtons
theta1=37 //units in degrees
H=cos(theta1*%pi/180)*T //units in Newtons
V=F1+F2-(cos(theta2*%pi/180)*T) //units in Newtons
printf("Tension T=%d N\n",T)
printf("H=%d N\n",H)
printf("V=%.2f N",V)
//In text book the answer is printed wrong as H=234N but the correct answer is H=232N
|
7843ffe1cda59c1d4827ed6770706950cd308593 | 59b742e36fbe9d77cb51ec949c6625f665133d2b | /Resultados/results_LocGlo_7/results/7/l20-4/result4s0.tst | afe5d3c9111d1516afc83db3be27772f232804dd | [] | no_license | Tiburtzio/TFG | 3132fd045de3a0e911e2c9e23e9c46e1075a3274 | 864ce4dd00b7f8fe90eafa65b11d799c5907177e | refs/heads/master | 2023-01-03T12:44:56.269655 | 2020-10-24T18:37:02 | 2020-10-24T18:37:02 | 275,638,403 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,503 | tst | result4s0.tst | @relation unknow
@attribute a01 real[0.0,1.0]
@attribute a02 real[0.0,0.0]
@attribute a03 real[-1.0,1.0]
@attribute a04 real[-1.0,1.0]
@attribute a05 real[-1.0,1.0]
@attribute a06 real[-1.0,1.0]
@attribute a07 real[-1.0,1.0]
@attribute a08 real[-1.0,1.0]
@attribute a09 real[-1.0,1.0]
@attribute a10 real[-1.0,1.0]
@attribute a11 real[-1.0,1.0]
@attribute a12 real[-1.0,1.0]
@attribute a13 real[-1.0,1.0]
@attribute a14 real[-1.0,1.0]
@attribute a15 real[-1.0,1.0]
@attribute a16 real[-1.0,1.0]
@attribute a17 real[-1.0,1.0]
@attribute a18 real[-1.0,1.0]
@attribute a19 real[-1.0,1.0]
@attribute a20 real[-1.0,1.0]
@attribute a21 real[-1.0,1.0]
@attribute a22 real[-1.0,1.0]
@attribute a23 real[-1.0,1.0]
@attribute a24 real[-1.0,1.0]
@attribute a25 real[-1.0,1.0]
@attribute a26 real[-1.0,1.0]
@attribute a27 real[-1.0,1.0]
@attribute a28 real[-1.0,1.0]
@attribute a29 real[-1.0,1.0]
@attribute a30 real[-1.0,1.0]
@attribute a31 real[-1.0,1.0]
@attribute a32 real[-1.0,1.0]
@attribute a33 real[-1.0,1.0]
@attribute a34 real[-1.0,1.0]
@attribute class{b,g}
@inputs a01,a02,a03,a04,a05,a06,a07,a08,a09,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32,a33,a34
@outputs class
@data
g g
g g
g g
b b
b b
b b
g g
g g
g g
g g
b b
b b
b b
g g
g g
g g
g g
g g
g g
b g
b g
g g
g g
g g
g g
g g
g g
b b
g g
g g
g g
g g
g g
g g
g g
b b
g g
g g
g b
b b
b b
b b
b g
b b
g g
g g
g g
g g
b g
g b
g g
g g
g g
b b
b b
b g
g g
g g
g g
g g
b g
b b
g g
g g
g g
g g
b b
b b
b b
b b
|
4da777b021ddfabf84836556df5261847cc50ac3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH14/EX14.18/14_18.sce | ef7390a293caabdaeb850b10c38bacfec8551642 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 444 | sce | 14_18.sce | clear;
clc;
C0=1*(10^-6);L0=10*(10^-3);
C=C0/2;
L=L0;
Rk1=sqrt(L/C);
fc1=1/(4*%pi*sqrt(L*C));
printf("The cut-off frequency(high pass) = %f Hz\n",round(fc1));
printf(" The characteristic impedance(high pass) = %f ohms\n\n",round(Rk1*10)/10);
C1=C0*2;
Rk2=sqrt(L/C1);
fc2=1/(%pi*sqrt(L*C1));
printf(" The cut-off frequency(low pass) = %f Hz\n",fix(fc2));
printf(" The characteristic impedance(low pass) = %f ohms",fix(Rk2*10)/10);
|
051321e8c8b032b7a3dd7dbe9f887498c4a040a7 | 463377b6374a24bbe111707a34e24949f3bd2543 | /compare.sci | 472313051166bfea6cfff11b6413545311ab9f85 | [] | no_license | solothinker/Scilab-Identification | 3a46c0f3b8b1a7430f8a799be5e1310e2723b535 | cdad0d7292c31c29d377b640f6966a7c3bb81bb9 | refs/heads/master | 2022-01-05T12:39:07.410803 | 2019-06-15T02:18:13 | 2019-06-15T02:18:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,712 | sci | compare.sci | function varargout = compare(varargin)
[lhs,rhs] = argn(0)
//------------------------------------------------------------------------------
// checking the number of inputs
if rhs < 2 || rhs > 3 then
error(msprintf(gettext("%s:Wrong number of input arguments.\n"),"compare"))
end
//------------------------------------------------------------------------------
data = varargin(1)
model = varargin(2)
if rhs == 3 then
kStep = varargin(3)
elseif rhs == 2 then
kStep = %inf
end
//------------------------------------------------------------------------------
// k step analysis
if typeof(kStep) <> 'constant' || isnan(kStep) then
error(msprintf(gettext("%s:Prediction horizon(k) must be a non-negative integer number or inf.\n"),"compare"))
end
// if given k step is infinity or []
// if isinf(kStep) || ~size(kStep,'*') then
// kStep = 1
// end
// checking the dimensions
// if size(kStep,'*') <> 1 || (ceil(kStep)-kStep) then
// error(msprintf(gettext("%s:Prediction horizon(k) must be a non-negative integer number or inf.\n"),"predict"))
// end
//------------------------------------------------------------------------------
// checking the plant model
if typeof(model) ~= 'idpoly' then
error(msprintf(gettext("%s:Plant model must be ""idpoly"" type.\n"),"compare"))
end
modelSampleTime = model.Ts
modelTimeUnit = model.TimeUnit
//------------------------------------------------------------------------------
//checking the data type
if typeof(data) <> 'iddata' && typeof(data) <> 'constant' then
error(msprintf(gettext("%s:Sample data must be ""iddata"" type or ""n x 2"" matrix type.\n"),"compare"))
end
// checking the plant data
if typeof(data) == 'iddata' then
if ~size(data.OutputData,'*') || ~size(data.InputData,'*') then
error(msprintf(gettext("%s:Number of sample data in input and output must be equal.\n"),"compare"))
end
plantSampleTime = data.Ts
plantTimeUnit = data.TimeUnit
data = [data.OutputData data.InputData]
//disp('iddata')
elseif typeof(data) == 'constant' then
if size(data,'c') ~= 2 then
error(msprintf(gettext("%s:Number of sample data in input and output must be equal.\n"),"compare"))
end
plantSampleTime = model.Ts
plantTimeUnit = model.TimeUnit
end
//------------------------------------------------------------------------------
// comparing the sampling time
if modelSampleTime-plantSampleTime <> 0 then
error(msprintf(gettext("%s:The sample time of the model and plant data must be equal.\n"),"compare"))
end
// Comparing the time units
if ~strcmp(modelTimeUnit,plantTimeUnit) then
else
error(msprintf(gettext("%s:Time unit of the model and plant data must be equal.\n"),"compare"))
end
//------------------------------------------------------------------------------
// ckecking the k step size. if it greater than number of sample size then the
// k step will become 1
// if kStep >= size(data,'r') then
// kStep = 1
// end
//------------------------------------------------------------------------------
//storing the plant data
// B(z) C(z)
// y(n) = ---------- u(n) + ---------- e(n)
// A(z)*F(z) A(z)*D(z)
aPoly = poly(model.a,'q','coeff');
bPoly = poly(model.b,'q','coeff');
cPoly = poly(model.c,'q','coeff');
dPoly = poly(model.d,'q','coeff');
fPoly = poly(model.f,'q','coeff');
Gq = bPoly/(aPoly*fPoly)
Hq = cPoly/(aPoly*dPoly)
//disp(kStep)
if kStep == %inf then
//disp('in inf')
outData = sim(data(:,2),model)
else
if kStep == 1 then
Wkq = Hq^-1
elseif kStep > 1 then
adCoeff = coeff(aPoly*dPoly);adCoeff = adCoeff(length(adCoeff):-1:1);
adPoly = poly(adCoeff,'q','coeff')
cCoeff = model.c;cCoeff = cCoeff(length(cCoeff):-1:1);
cPoly = poly(cCoeff,'q','coeff')
hBar = clean((ldiv(cPoly,adPoly,kStep))',0.00001)
hBarPoly = poly(hBar,'q','coeff')
Wkq = hBarPoly*Hq^-1//*bPoly/(dPoly*fPoly)
end
// pause
WkqGq = Wkq * Gq
tempWkqGq = coeff(WkqGq.den)
if tempWkqGq(1) <> 1 then
WkqGq.num = WkqGq.num/tempWkqGq(1)
WkqGq.den = WkqGq.den/tempWkqGq(1)
end
Wkq1 = 1-Wkq
tempWkq1 = coeff(Wkq1.den)
if tempWkq1(1) == 1 then
Wkq1.num = Wkq1.num/tempWkq1(1)
Wkq1.den = Wkq1.den/tempWkq1(1)
end
z = poly(0,'z');
WkqGqNum = horner(WkqGq.num,1/z);WkqGqDen = horner(WkqGq.den,1/z);
uPoly = WkqGqNum/WkqGqDen;
uPoly = syslin('d',uPoly);uData = flts(data(:,2)',uPoly);
Wkq1Num = horner(Wkq1.num,1/z);Wkq1Den = horner(Wkq1.den,1/z);
yPoly = Wkq1Num/Wkq1Den;
yPoly = syslin('d',yPoly);yData = flts(data(:,1)',yPoly);
outData = (uData+yData)'
end
tData = (1:size(data,'r'))'*plantSampleTime
fitData = fitValue(data(:,1),outData)
if lhs == 1 then
varargout(1) = []
plot(tData,data(:,1),'m')
plot(tData,outData,'b')
legend('Plant Data','Model Data : '+string(fitData)+'%')
xtitle('Comparison of Time Response','Time ('+ plantTimeUnit+')','Amplitude')
xgrid()
elseif lhs == 2 then
varargout(1) = fitData
varargout(2) = outData
elseif lhs == 3 then
varargout(1) = outData
varargout(2) = tData
varargout(3) = fitData
end
endfunction
|
ed014510616010bd3b8c1eaeac68b371e0b4767d | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/CMP2.prev.tst | fe2611f0fa36e4860274157ceb9871560db5b35e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 814 | tst | CMP2.prev.tst | 2_a: (a^2 + b^2)^2 = (a^2 - 5*b^2)^2 + (2*a*b)^2
2_b: (a^2 + b^2)^2 = (a^2 + 5*b^2)^2 + (0)^2
2_c: 1 - 5; 2;
2_d: 1 + 5; 0;
3_a: (a^2 + b^2)^3 = (a^3 - 15*a*b^2)^2 + (3*a^2*b - 5*b^3)^2
3_b: (a^2 + b^2)^3 = (a^3 + 5*a*b^2)^2 + ( - a^2*b - 5*b^3)^2
3_c: 1 - 15; 3 - 5;
3_d: 1 + 5; - 1 - 5;
4_a: (a^2 + b^2)^4 = (a^4 - 30*a^2*b^2 + 25*b^4)^2 + (4*a^3*b - 20*a*b^3)^2
4_b: (a^2 + b^2)^4 = (a^4 - 25*b^4)^2 + ( - 2*a^3*b - 10*a*b^3)^2
4_c: 1 - 30 + 25; 4 - 20;
4_d: 1 - 25; - 2 - 10;
5_a: (a^2 + b^2)^5 = (a^5 - 50*a^3*b^2 + 125*a*b^4)^2 + (5*a^4*b - 50*a^2*b^3 + 25*b^5)^2
5_b: (a^2 + b^2)^5 = (a^5 - 10*a^3*b^2 - 75*a*b^4)^2 + ( - 3*a^4*b - 10*a^2*b^3 + 25*b^5)^2
5_c: 1 - 50 + 125; 5 - 50 + 25;
5_d: 1 - 10 - 75; - 3 - 10 + 25;
|
b0008a026f7c218ac95c1e5d7808f95d07215c46 | f4d3c7f7e8954cdeb6eb0c7b54a056242b07da22 | /BCPST TIPE SPE/scripts/2finaltableur.sci | c612abbe2759e1ea27ad40cfdbca89f3d4581017 | [] | no_license | ThibaultLatrille/Slides-Sciencework | bfdf959dbbe4a94e621a3a9a71ccbcd06c5fc338 | 84b53f3901cbdb10fab930e832dc75431a7dce05 | refs/heads/master | 2020-04-27T07:53:52.313720 | 2019-03-06T16:17:57 | 2019-03-06T16:17:57 | 174,151,758 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 8,042 | sci | 2finaltableur.sci | clear
function [miroir]=vecteurnormal(A,B,C)
//miroir est le vecteur normal du plan il contient a,b,c,d td ax+by+cz+d=0
// A,B,C 3 points du plan coordonnées x,y,z
M=[A';B';C'];
M(:,4)=[1;1;1];
miroir=kernel(M); //dans kernel on a un vecteur de quatre qui verifie ax+by+cz+d=0 pour les trois points, dim(kernel(M))=1 <=> les trois points ne sont pas alignés
miroir=1/miroir(1)*miroir // 1ere coordonée=1
endfunction
function [B]=sympoint(plan,A)
// soit x tq AX=t*N avec N vecteur normal au plan
// si x verifie l'equation du plan (ax+by+cz+d=0) on Y tq AY=2*t*N,y est le symetrique de A par la plan
t=-(plan(1)*A(1)+plan(2)*A(2)+plan(3)*A(3)+plan(4))/(plan(1)**2+plan(2)**2+plan(3)**2)
B(1)=A(1)+plan(1)*2*t;
B(2)=A(2)+plan(2)*2*t;
B(3)=A(3)+plan(3)*2*t;
endfunction
function [vd2]=symdroite(vd,cam,plan,cam2)
pt=sympoint(plan,[vd(1)*100+cam(1),vd(2)*100+cam(2),vd(3)*100+cam(3)]);
vd2=[pt(1)-cam2(1),pt(2)-cam2(2),pt(3)-cam2(3)];
// pour avoir le vecteur directeur de la droite symetrique par un plan
// on cherche le symetrique de deux points de la droite different
endfunction
function [y]=distance(vd1,vc1,vd2,vc2)
w=[vd1;vd2];
n=kernel(w), // on obtient dans n le vecteur directeur de la droite orthogonale aux deux autres (produits scalaire nul)
V=[vc1(1)-vc2(1),vd1(1),-vd2(1),-n(1);vc1(2)-vc2(2),vd1(2),-vd2(2),-n(2);vc1(3)-vc2(3),vd1(3),-vd2(3),-n(3)];
// [x1-x2 , xvd1 , -xvd2 , -xn ]
// [y1-y2 , yvd1 , -yvd2 , -yn ]
// [z1-z2 , zvd1 , -zvd2 , -zn ]
S=kernel(V), // on cherche les deux points appartenants aux deux droites qui forment un segment colinéaire à n
x=1/S(1);
S=S*x; // S=[1,a,b,c] et x1+a*vd1-(x2+b*vd2)=c*xn , y1+a*...
p1(1)=vc1(1)+S(2)*vd1(1);
p1(2)=vc1(2)+S(2)*vd1(2);
p1(3)=vc1(3)+S(2)*vd1(3);
p2(1)=vc2(1)+S(3)*vd2(1);
p2(2)=vc2(2)+S(3)*vd2(2);
p2(3)=vc2(3)+S(3)*vd2(3);
y=[(p1(1)+p2(1))/2,(p1(2)+p2(2))/2,(p1(3)+p2(3))/2,(p1(1)-p2(1))**2+(p1(2)-p2(2))**2+(p1(3)-p2(3))**2];
//les coordonnées du point assimilé à l'intersection des droites ainsi que la distance min entre les deux droites
endfunction
function [T]=exploitation(tableau)
A=[10;0;0];
B=[100;0;10];
C=[50;0;40]; // A,B,C trois points du miroir
plan=vecteurnormal(A,B,C); // a,b,c,d tq ax+by+cz+d=0 est l'équation du plan du miroir
cam=[266.5;325;89]; // coordonnees de la cam
regle=[11;4.5;89]; // coordonnees de la regle sur la droite de la photo (origine)
centre=[84;69;89]; // coordonnees d'un point qui apparait au centre de la photo
vd1=centre-cam;
vd2=cam-regle;
t=-(vd1(1)*vd2(1)+vd1(2)*vd2(2))/(vd1(1)**2+vd1(2)**2)
// on cherche xX tq AX=t*vd1 et AX.REGLEX=0 d'où t
X=[cam(1)+t*vd1(1);cam(2)+t*vd1(2);89] // coordonnees du point qui apparait au centre de la photo et tel que le plan de projection contienne ce point et la regle
// on cherche à exprimer les vecteur dans une nouvelle base tq l'origine est au point X et le vecteur unitaire de la 1ere coordonnée soit dirigé vers la camera
theta=atan((cam(2)-X(2))/(cam(1)-X(1))) // angle diedre entre base orthonormée et la droite camera-X
A=A-X;
B=B-X;
C=C-X;
regle=regle-X;
cam=cam-X; // translation pour etre sur centrée sur X
theta=-theta
M=[cos(theta),-sin(theta),0;sin(theta),cos(theta),0;0,0,1]
A=M*A;
B=M*B;
C=M*C;
regle=M*regle;
cam=M*cam; // rotation qui donne les nouvelles coordonées dans la nouvelle base
plan=vecteurnormal(A,B,C);
cam2=sympoint(plan,cam) // coordonnées dans la nouvllle base
s=size(tableau);
T=zeros(s(1),4)
for i=1:s(1) do
vd1=[0-cam(1),tableau(i,1)-cam(2),tableau(i,2)-cam(3)];
//Vecteur directeur de la droite 1 entre la cam et le projeté de la samare dans plan règle
vd2=[0-cam(1),tableau(i,3)-cam(2),tableau(i,4)-cam(3)];
//Vecteur directeur de la droite 1 entre la cam et le projeté du reflet de la samare dans plan règle
[vd2]=symdroite(vd2,cam,plan,cam2); //vecteur directeur de la droite symetrique de la droite passant par la camera et le reflet
T(i,:)=distance(vd1,cam,vd2,cam2); // intersection entre ces deux droites qui donne les coordonnées de la samare reel
Vect=[T(i,1);T(i,2);T(i,3)]
Vect=[cos(-theta),-sin(-theta),0;sin(-theta),cos(-theta),0;0,0,1]*Vect;
Vect=Vect+X; // retour dans la base orthonormée d'origine
T(i,1)=Vect(1);
T(i,2)=Vect(2);
T(i,3)=Vect(3);
T=real(T);
end
endfunction
function [Nx,Ny,Nmaille]=step(x,y,maille,T,accuracy)
// x,y les coordonnées du point autour duquel on cherche s'il existe des
// points qui minimise la difference entre distance du dit point a la samare la
// plus eloigné est celle la plus proche
// le point qui minimise cette valeur est le centre du cercle....
// accuracy -->le nombre de points de chaque coté de l'origine
// maille --> distance entre deux points consecutif
n=max(size(T))
test=9999999; // bidon --> initialisation
for i=-accuracy:accuracy do
for j=-accuracy:accuracy do // nombre de points a gauche et à droite de l'origine
X=x+maille*i; // x du point à tester
Y=y+maille*j; // y du point à tester
for l=1:n do
vect(l)=sqrt((X-T(l,1))**2+(Y-T(l,2))**2) //distance samare-point
end
minim=min(vect) //distance à la samare la plus proche
maxim=max(vect) //distance à la samare la plus proche
if (maxim-minim)<test then test=maxim-minim
Nx=X
Ny=Y //si on minimise par rapport a la valeur precedente on remplace
end
end
end
Nmaille=maille/(2*accuracy) // on creer un nouveau maillage
endfunction
function [vect,utile]=surexploitation(T)
n=max(size(T))
x=mean(T(:,1)) //origine du point qui sert pour l'algo
y=mean(T(:,2))
accuracy=60;
maille=2;
for i=1:4 do // on repete l'operation 2 fois
[Nx,Ny,Nmaille]=step(x,y,maille,T,accuracy) // cf la fonction
x=Nx;
y=Ny;
maille=Nmaille;
end
vect(3)=x;//X(Centre)
vect(4)=y;//Y(centre)
for i=1:n do
d(i)=sqrt((T(i,1)-vect(3))**2+(T(i,2)-vect(4))**2);
end
vect(1)=mean(d); //Rayon du cercle
for i=1:n-1 do
X1=T(i,1)-vect(3);
Y1=T(i,2)-vect(4);
X2=T(i+1,1)-vect(3);
Y2=T(i+1,2)-vect(4);
d1=sqrt(X1**2+Y1**2);
d2=sqrt(X2**2+Y2**2);
X1=X1/d1;
X2=X2/d2;
Y1=Y1/d1;
Y2=Y2/d2;
theta(i)=asin(X1*Y2-X2*Y1); // angle entre deux images consecutive de la samare
DZ(i)=abs(T(i+1,3)-T(i,3)) //difference d'altitude entre deux images consecutive de la samare
end
vect(2)=mean(theta); //angle par image (moyenne)
vect(5)=mean(DZ); // Delta Z par image (moyenne)
utile(1)=vect(1)
utile(2)=300*360*vect(2)/(2*%pi); //vitesse angulaire radian/seconde (moyenne)
utile(3)=300*vect(5) // vitesse verticale (moyenne)
endfunction
function [T,vect,tableau,utile]=touche(excel)
[fd,SST,Sheetnames,Sheetpos] = xls_open('C:\Users\thibault\Desktop\TIPE2\excel\'+string(excel)+'.xls');
[tableau,TextInd] = xls_read(fd,Sheetpos(1)); // ouverture du fichier excel
mclose(fd)
n=max(size(tableau));
T=exploitation(tableau); //construction du tableau contenant x,y,z a partir du pointage donc de quatre coordonnées
[vect,utile]=surexploitation(T); // extraction des renseignement à partir de la courbe
endfunction
//[T,vect,tableau,utile]=touche('poids61');
//
//param3d(T(:,1),T(:,2),T(:,3),35,45,"X@Y@Z",[2,4]);
//
//d=sqrt((T(1,1)-vect(3))**2+(T(1,2)-vect(4))**2);
//coor(1,1)=(T(1,1)-vect(3))/d;
//coor(2,1)=(T(1,2)-vect(4))/d;
//M=[cos(vect(2)),-sin(vect(2));sin(vect(2)),cos(vect(2))];
//N(1,1)=coor(1)*vect(1)+vect(3);
//N(1,2)=coor(2)*vect(1)+vect(4);
//N(1,3)=T(1,3)
//for i=2:max(size(T)) do
// coor=M*coor;
// N(i,1)=coor(1)*vect(1)+vect(3);
// N(i,2)=coor(2)*vect(1)+vect(4);
//N(i,3)=N(i-1,3)-vect(5);
//end
//
//param3d(N(:,1),N(:,2),N(:,3),35,45,"X@Y@Z",[2,4]);
//disp(utile)
|
e212e858e51cf52ab883eadf357074dc29bf489d | 449d555969bfd7befe906877abab098c6e63a0e8 | /830/CH2/EX2.1.8/ramp.sce | 559330533d98cbb559e2a1ced0f841a6f96a14d5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 356 | sce | ramp.sce | //Graphical//
//Implementation of Equation 2.1.8 in Chapter 2
//Digital Signal Processing by Proakis, Third Edition, PHI
//Page 45
clear; clc; close;
L = 4; //Upperlimit
n = -L:L;
x = [zeros(1,L),0:L];
a=gca();
a.thickness = 2;
a.y_location = "middle";
plot2d3('gnn',n,x)
xtitle('Graphical Representation of Unit Ramp Signal','n','x[n]');
|
06994e776931e8005b1febd0c15637841c2c0bea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH15/EX15.5/15_5.sce | d57ac864bc87a8936910967cec472377a7d95e8b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | 15_5.sce | clc
//initialisation
n=400
a1=300
b1=100
a2=200
b2=200
r=2
//CALCULATIONS
p1=factorial(n)/(factorial(a1)*factorial(b1)*r^n)
p2=factorial(n)/(factorial(a2)*factorial(b2)*r^n)
w=p1/p2
//results
printf(' \n ratio of probabilities= % 1e ',w)
|
dbe801133f66eb8df5847cd242295cf500662ddb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1055/CH13/EX13.4/ch13_4.sce | 13a7bed55f7e4db798d22a5ac423ea4d35c12606 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 677 | sce | ch13_4.sce | //Determine the fault current and line to line voltage at the fault .
clear
clc;
Ea=1;
L=(cosd(120)+ %i*sind(120));
Z1=%i*.25;
Z2=%i*.35;
Ia1=Ea/(Z1+Z2);
Ia2=-Ia1;
Iao=0;
Ib1=(L^2)*Ia1;
Ib2=L*Ia2;
Ibo=0;
Ib=Ib1+Ib2 +Ibo;
Iba=1093;
If=Iba*abs(Ib);
Va1=Ea-(Ia1*Z1);
Va2=-Ia2*Z2;
Vao=0;
Va=Va1+Va2+Vao;
Vb=(L^2)*Va1 + L*Va2;
Vc=Vb;
Vab=Va-Vb;
Vac=Va-Vc;
Vbc=Vb-Vc;
mprintf("Fault current =%.2f amps\n",If);//Answer don't match due to difference in rounding off of digits
vab=(abs(Vab)*13.2)/sqrt(3);
vbc=(abs(Vbc)*13.2)/sqrt(3);
vac=(abs(Vac)*13.2)/sqrt(3);
mprintf("Vab=%.2f kV\n",vab);
mprintf("Vac=%.2f kV\n",vac);
mprintf("Vbc=%.2f kV\n",vbc);
|
be6746dc8bdcb9e4d44f185b29bcd43315b246b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/DEPENDENCIES/2_2_data.sci | cd81047ac16cf299ff0ef254a120d5986cc33081 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 429 | sci | 2_2_data.sci | //mass of air(in kg/min)
m=10;
//fluid velocity at inlet(in m/s)
C1=5;
//fluid velocity at outlet(in m/s)
C2=10;
//fluid pressure at inlet(in bar)
p1=1*10^5;
//fluid pressure at outlet(in bar)
p2=8*10^5;
//specific volume at inlet(in m^3/kg)
V1=0.5;
//specific volume at outlet(in m^3/kg)
V2=0.2;
//energy lost to cooling water(in kJ/s)
H=140;
//internal energy of air leaving the compressor(in kJ/kg)
dU=-250;
|
9a4b6389241fdcf5c54dcad31f221c1531b26d5a | d9361899121113cb290a6dac6f988fd5b829b917 | /SistemasLinealesIterativos-5.sci | 586abe5d849e6a464810bfe1b8cc8b66206e082b | [] | no_license | AgustinGurvich/MetodosScilab | 139243d925fe8b7381551d6c65b59f14b2d4069b | 7fe62e9948160cf3fa9aa5844023307678bb79aa | refs/heads/master | 2022-04-11T13:54:44.337939 | 2019-11-29T02:59:07 | 2019-11-29T02:59:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,101 | sci | SistemasLinealesIterativos-5.sci | //Metodo de Jacobi iterativo
//Recibe la matriz del sistema, el vector solucion, una aproximacion de la solucion y una tolerancia
function y = jacobiItera(A,b,x,eps)
[nA,mA] = size(A)
I = eye(nA,mA)
for k=1:nA-1
[v,i]=max(abs(A(k:nA,k)))
kpivot = k-1+i
temp = A(kpivot,:); A(kpivot,:) = A(k,:); A(k,:) = temp
temp = b(kpivot,:); b(kpivot,:) = b(k,:); b(k,:) = temp
end
N = diag(diag(A))
inversaN = inversa(N)
Norma = I-inversaN*A
n(1) = norm(Norma, 1)
n(2) = norm(Norma, 'inf')
n(3) = norm(Norma, 'fro')
n(4) = norm(Norma)
if min(n) >= 1 then
if max(abs(spec(Norma))) > = 1 then
disp("La solucion no converge para todo punto inicial")
y = %nan
abort
end
end
y = x //Primera iteracion
for i = 1:nA
x(i) = b(i)
suma = 0
for j = 1:nA
if j <> i then
suma = suma + A(i,j)*y(j)
end
end
x(i) = (x(i) - suma)/ A(i,i)
end
while(norm(x-y) > eps) //Comienzo el bucle
y = x
for i = 1:nA
x(i) = b(i)
suma = 0
for j = 1:nA
if j <> i then
suma = suma + A(i,j)*y(j)
end
end
x(i) = (x(i) - suma)/ A(i,i)
end
end
y = x
endfunction
//Metodo de Jacobi matricial
//Recibe la matriz del sistema, el vector solucion, una aproximacion de la solucion y una tolerancia
//La matriz N es la matriz diagonal formada por la diagonal de A
function y = jacobiMat(A,b,x,eps)
[nA,mA] = size(A)
I = eye(nA,mA)
for k=1:nA-1
[v,i]=max(abs(A(k:nA,k)))
kpivot = k-1+i
temp = A(kpivot,:); A(kpivot,:) = A(k,:); A(k,:) = temp
temp = b(kpivot,:); b(kpivot,:) = b(k,:); b(k,:) = temp
end
N = diag(diag(A))
inversaN = inversa(N)
Norma = I-inversaN*A
n(1) = norm(Norma, 1)
n(2) = norm(Norma, 'inf')
n(3) = norm(Norma, 'fro')
n(4) = norm(Norma)
if min(n) >= 1 then
if max(abs(spec(Norma))) > = 1
disp("La solucion no converge para todo punto inicial")
y = %nan
abort
end
end
y = Norma*x+inversaN*b //Hago la primer iteracion con la matriz del metodo para comparar
while(norm(y-x) > eps) then //Actualizo el vector solucion
x = y
y = Norma*x+inversaN*b
end
endfunction
//Metodo de Gauss Seidel iterativo
//Recibe la matriz del sistema, el vector solucion, una aproximacion de la solucion y una tolerancia
function y = gauseidelItera(A,b,x,eps)
[nA,mA] = size(A)
if diagonalDominante(A) == 0 then
I = eye(nA,mA)
for k=1:nA-1
[v,i]=max(abs(A(k:nA,k)))
kpivot = k-1+i
temp = A(kpivot,:); A(kpivot,:) = A(k,:); A(k,:) = temp
temp = b(kpivot,:); b(kpivot,:) = b(k,:); b(k,:) = temp
end
N = A
for i = 1:nA-1
for j = i+1:nA
N(i,j) = 0
end
end
inversaN = inversa(N)
Norma = I-inversaN*A
n(1) = norm(Norma, 1)
n(2) = norm(Norma, 'inf')
n(3) = norm(Norma, 'fro')
n(4) = norm(Norma)
if min(n) >= 1 then
if max(abs(spec(Norma))) > = 1
disp("La solucion no converge para todo punto inicial")
y = %nan
abort
end
end
end
y = x
for i = 1:nA //Primera iteracion
x(i) = b(i)
suma = 0
for j = 1:nA
if j <> i then
suma = suma + A(i,j)*x(j)
end
end
x(i) = (x(i) - suma)/ A(i,i)
end
while(norm(x-y) > eps) //Comienzo el bucle
y = x
for i = 1:nA
x(i) = b(i)
suma = 0
for j = 1:nA
if j <> i then
suma = suma + A(i,j)*x(j)
end
end
x(i) = (x(i) - suma)/ A(i,i)
end
end
y=x
endfunction
//Metodo de Gauss Seidel matricial
//Recibe la matriz del sistema, el vector solucion, una aproximacion de la solucion y una tolerancia
//La matriz N es la triangular inferior de A
function y = gauseidelMat(A,b,x,eps)
[nA,mA] = size(A)
if diagonalDominante(A) == 0 then
I = eye(nA,mA)
for k=1:nA-1
[v,i]=max(abs(A(k:nA,k)))
kpivot = k-1+i
temp = A(kpivot,:); A(kpivot,:) = A(k,:); A(k,:) = temp
temp = b(kpivot,:); b(kpivot,:) = b(k,:); b(k,:) = temp
end
N = A
for i = 1:nA-1
for j = i+1:nA
N(i,j) = 0
end
end
inversaN = inversa(N)
Norma = I-inversaN*A
n(1) = norm(Norma, 1)
n(2) = norm(Norma, 'inf')
n(3) = norm(Norma, 'fro')
n(4) = norm(Norma)
if min(n) >= 1 then
if max(abs(spec(Norma))) > = 1
disp("La solucion no converge para todo punto inicial")
y = %nan
abort
end
end
end
y = Norma*x+inversaN*b //Hago la primer iteracion con la matriz del metodo para comparar
while(norm(y-x) > eps) then //Actualizo el vector solucion
x = y
y = Norma*x+inversaN*b
end
endfunction
//Chequea si una matriz es diagonal dominante
function x = diagonalDominante(A)
[nA,mA] = size(A)
for i = 1:nA
suma = 0
for j = 1:mA
if j <> i then
suma = suma + abs(A(i,j))
end
end
if suma >= abs(A(i,i))
x = 0
return
end
end
x = 1
endfunction
//Calcula la inversa de la matriz A, usando eliminacion gaussiana
function x = inversa(A)
[nA,mA] = size(A)
if nA<>mA then
error('La matriz A debe ser cuadrada')
abort
end
i = eye(nA,nA)
x = gausselim(A,i)
endfunction
// Esta función obtiene la solución del sistema de ecuaciones lineales A*x=b,
// dadas las matrices de coeficientes A y b.
// La función implementa el método de Eliminación Gaussiana sin pivoteo.
function [x,a] = gausselim(A,b)
[nA,mA] = size(A)
[nb,mb] = size(b)
if nA<>mA then
error('gausselim - La matriz A debe ser cuadrada')
abort
elseif mA<>nb then
error('gausselim - dimensiones incompatibles entre A y b')
abort
end
a = [A b] // Matriz aumentada
// Eliminación progresiva
for i = 1:(nA-1)
for j = (i+1):nA
mjk = a(j,i)/a(i,i)
a(j,i)=0
a(j,(i+1):(nA+mb)) = a(j,(i+1):(nA+mb)) - mjk*a(i,(i+1):(nA+mb))
end
end
for k = 1: mb
x(nA,k) = a(nA,nA+k)/a(nA,nA)
for i = (nA-1):-1:1
suma = 0
for j = i+1:nA
suma = suma + a(i,j)*x(j,k)
end
x(i,k) = (a(i,nA+k) - suma) / a(i,i)
end
end
endfunction
// Metodo de sobrerelajacion general
// Recibe la matriz del sistema, el vector solucion, una aproximacion de la solucion,
// un factor de escala y una tolerancia
function y = sobrerelajacion(A,b,x,w,eps)
[n,m] = size(x) // x vector vertical
y = x
for i = 1:n
suma = 0
for j = 1:n
if j <> i then
suma = suma + A(i,j)*x(j)
end
end
x(i) = (1-w)*x(i) + (w * (b(i) - suma)) / A(i,i)
end
while(norm(x-y) > eps) //Comienzo el bucle
y = x
for i = 1:n
suma = 0
for j = 1:n
if j <> i then
suma = suma + A(i,j)*x(j)
end
end
x(i) = (1-w)*x(i) + (w * (b(i) - suma)) / A(i,i)
end
end
y = x
endfunction
// Metodo de sobrerelajacion para sistemas tridiagonales
// Recibe la matriz del sistema, el vector solucion, una aproximacion de la solucion y una tolerancia
// Calcula el factor de escala en base a la norma espectral de la matriz A
function y = sobrerelajacionTri(A,b,x,eps)
normaEspectral = max(abs(spec(A)))
w = 2 / (1 + sqrt(1 - normaEspectral^2)) // w optimo para tridiagonal
[n,m] = size(x) // x vector vertical
y = x
for i = 1:n
suma = 0
for j = i-1:i+1
if i >= 1 & i <= n & j <> i then
suma = suma + A(i,j)*x(j)
end
end
x(i) = (1-w)*x(i) + (w * (b(i) - suma)) / A(i,i)
end
while(norm(x-y) > eps) //Comienzo el bucle
y = x
for i = 1:n
suma = 0
for j = i-1:i+1
if i >= 1 & i <= n & j <> i then
suma = suma + A(i,j)*x(j)
end
end
x(i) = (1-w)*x(i) + (w * (b(i) - suma)) / A(i,i)
end
end
y = x
endfunction
|
79ec189d929790f63867b474f0bd499e6ef50118 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH22/EX22.3/Ex22_3.sce | 6333c28ca39d71a423d618a879c81093c9b93b29 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 874 | sce | Ex22_3.sce | clc
z = 6 // number of steps
n1 = 180 // rev/min
n2 = 100 // rev/min
Rn = n1/n2
phi = (Rn)^(1/(z-1)) // common ratio
n3 = phi*n2 // rev/min
n4 = (phi)^2*n2 // rev/min
n5 = (phi)^3*n2 // rev/min
n6 = (phi)^4*n2 // rev/min
n7 = 225 // speed of input shaft in rev/min
Ta=poly(0,'Ta')
tb=n7/n5*Ta
Ta=roots(tb+Ta-52)
tb=horner(tb,Ta)
tb = ceil(tb)
Tc=poly(0,'Tc')
td=n7/n6*Tc
Tc=roots(td+Tc-52)
td=horner(td,Tc)
Tc = ceil(Tc)
Te=poly(0,'Te')
tf=n7/n1*Te
Te=roots(tf+Te-52)
tf=horner(tf,Te)
tf = ceil(tf)
Th=poly(0,'Th')
tj=n2/n5*Th
Th=roots(tj+Th-46)
Th = ceil(Th)
tj=horner(tj,Th)
tj = floor(tj)
Ti=poly(0,'Ti')
tg=n5/n5*Ti
Ti=roots(tg+Ti-46)
tg=horner(tg,Ti)
printf("\n Ta = %d Tb = %d \n Tc = %d Td = %d \n Te = %d tf = %d \n Th = %d Tj = %d \n Ti = %d Tg = %d" , Ta,tb,Tc,td,Te,tf,tj,Th,Ti,tg)
// 'Answers vary due to round off error'
|
5f77e70a6a0bf41e25a746afa334ecb7f1bbb666 | 449d555969bfd7befe906877abab098c6e63a0e8 | /215/CH17/EX17.1/ex17_1.sce | d2697fc7f3db0ee792a4426b298d5641bfe78328 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 541 | sce | ex17_1.sce | //Example 17.1
clc
//From figure 17.3
disp('The mesh equations are')
disp('V1=10*I1-10*I2')
disp('0=-10*I1+17*I2-2*I3-5*I4')
disp('0=-2*I2+7*I3-I4')
disp('0=-5*I2-I3+26*I4')
//We need to find input impedance
disp('Zin=delz/del11')
//In matrix form
A=[10 -10 0 0 ;-10 17 -2 -5; 0 -2 7 -1;0 -5 -1 26]
delz=det(A)
printf("\n delz=%f ohm^4",delz);
//Eliminating first row and first column to find del11
B=[17 -2 -5;-2 7 -1;-5 -1 26]
del11=det(B)
printf("\n del11=%f ohm^3",del11);
Zin=delz/del11
printf("\n Zin=%f ohm",Zin);
|
6aab1ef566fe652c9c3bb08fb062fab49cbcbf0e | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Materials_Science_R._S._Khurmi_And_R._S._Sedha_2153.zip/Materials_Science_R._S._Khurmi_And_R._S._Sedha_2153/CH16/EX16.6/ex_16_6.sce | 9f0029ab2cd9bfef80b72288e8f5d40da3a95eca | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 294 | sce | ex_16_6.sce | errcatch(-1,"stop");mode(2);//Example 16.6 : intrinsic carrier density
;
;
//given data :
format('v',10)
e=1.602*10^-19;
p=3000;// in ohm/m
sigma=1/p;// in ohm/m
mu_n=0.14;// in m^2/V-sec
mu_p=0.05;// in m^2/V-sec
n_i=sigma/(e*(mu_n+mu_p));
disp(n_i,"the concentration,n_i(/m^3) = ")
exit();
|
efd1d3b6e2476808968b58b72c44e3df1c7a7d60 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.3_18.tst | a315a314cce4d5c75219ea629de2c44f9adf184f | [] | 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 | 653,926 | tst | 5.3_18.tst | 3 601:1 780:1 1373:1 1391:1 1438:1 1480:1 2114:1 2422:1 3137:1 3153:1 3248:1 3358:1 3466:1 3522:1 3523:2 3932:1 4273:1 4357:1 4369:1 4480:1 4841:1 5157:1 5210:1 5338:1 5599:1 5616:1 5830:1 6354:1 7688:1 7877:2 8205:1 8235:1 8666:1 9281:2 9485:1 9913:1 9915:1 9940:1 10208:1 10211:1 10368:1 10719:1 10729:1 10824:1 11421:1 11642:1 11985:1 13284:1 13951:1 14006:1 14090:1 15334:1 15398:1 15954:1 16243:1 16256:1 16264:1 16269:1 16527:1 16694:1 17357:1 17437:1 17656:1 17659:1 17764:1 17775:1 17920:1 18147:1 18370:1 18850:1 19118:1 19184:1 19481:1 19643:1 19879:1 20030:2 20081:1 20398:1 20450:1 20847:1 21167:1 21354:1 21419:1 22381:105 22388:1 22612:1 23608:1 23717:1 23769:1 24205:1 24335:1 24554:1 25546:1 25738:1 26100:1 26181:1 26674:1 26809:1 27834:1 28869:1 29213:1 29222:1 29383:2 29390:1 29829:1 29832:1 30147:1 30389:1 30509:1 30780:1 30819:1 31180:1 31319:1 31480:1 31795:2 32084:1 32129:1 32138:1 32545:1 32546:1 32829:1 33304:1 33466:1 33656:1 33664:1
3 102:1 601:1 612:1 780:1 799:1 960:1 1067:1 1198:1 1220:1 1321:1 1373:1 1374:1 1391:2 1438:1 1439:1 1480:1 1514:1 1721:1 1778:1 1836:1 1977:1 2039:1 2114:1 2252:1 2422:1 2474:1 2794:1 3137:1 3153:1 3248:1 3358:1 3375:1 3466:1 3522:1 3523:4 3884:1 3932:1 4234:1 4273:1 4357:2 4369:2 4480:2 4841:1 5157:1 5175:1 5210:1 5338:1 5599:2 5616:1 5830:1 5968:1 6267:1 6343:1 6354:1 6405:1 6511:1 6641:1 7271:1 7366:1 7446:1 7494:1 7686:1 7688:1 7708:1 7765:1 7860:1 7877:3 7894:1 8018:1 8205:1 8235:1 8476:1 8648:1 8660:1 8666:2 9281:3 9485:1 9498:1 9803:1 9913:2 9915:2 9923:1 9924:1 9940:1 10167:1 10208:2 10211:1 10368:1 10651:1 10719:2 10729:1 10824:2 10971:1 11027:1 11057:1 11226:1 11421:1 11642:1 11659:1 11778:1 11985:1 12136:1 12156:1 12449:1 12845:1 13034:1 13165:1 13284:1 13692:1 13828:1 13951:2 14006:1 14090:3 14112:1 14300:1 14978:1 15287:1 15334:1 15398:1 15428:1 15697:1 15734:1 15823:1 15954:1 15974:1 16243:1 16256:1 16264:1 16269:1 16527:1 16694:1 17176:1 17178:1 17191:1 17295:2 17357:1 17437:1 17481:1 17609:1 17656:1 17659:1 17764:1 17775:1 17795:1 17920:1 17959:1 18147:1 18370:2 18615:1 18788:1 18821:1 18850:1 19118:1 19184:1 19260:1 19302:1 19481:1 19573:1 19643:1 19859:1 19879:1 19991:1 20030:4 20081:1 20213:1 20398:1 20450:1 20592:1 20670:1 20847:1 20904:1 20972:1 21136:1 21167:1 21232:1 21354:1 21355:1 21419:1 21508:1 21529:1 22381:237 22388:1 22612:3 23266:1 23286:1 23404:1 23608:2 23717:1 23769:1 24205:2 24267:1 24278:1 24300:1 24335:1 24353:1 24554:1 24948:1 25396:1 25531:1 25546:1 25738:1 25817:1 25845:1 26100:2 26153:1 26181:2 26469:1 26674:1 26809:1 26945:1 27815:1 27834:1 28050:1 28070:1 28177:1 28586:1 28637:1 28869:1 29074:1 29203:1 29213:1 29215:1 29222:1 29223:1 29383:2 29390:1 29493:1 29623:1 29829:2 29832:2 30134:1 30147:1 30386:1 30389:1 30509:3 30780:2 30819:1 31082:1 31180:1 31319:2 31480:1 31795:3 32026:1 32084:1 32129:2 32138:1 32432:1 32545:2 32546:2 32553:1 32556:1 32670:1 32829:1 32915:1 32923:1 33086:1 33210:1 33240:1 33304:1 33466:1 33614:1 33623:1 33648:1 33656:1 33664:2 33823:1 33863:1 33907:1 34011:1 34043:1 34466:1 34728:1 34958:1 35042:1
3 48:1 102:1 225:1 317:1 361:1 456:1 474:1 601:1 612:1 780:1 799:1 960:1 1057:1 1067:1 1198:1 1220:1 1321:1 1373:1 1374:1 1391:2 1438:1 1439:1 1456:1 1480:1 1514:1 1657:1 1662:1 1721:1 1778:1 1836:1 1977:1 2039:1 2114:1 2178:1 2252:1 2259:1 2333:1 2422:1 2474:1 2669:1 2675:1 2794:1 3137:1 3153:1 3248:1 3358:1 3375:1 3466:1 3472:1 3522:1 3523:5 3884:2 3932:1 4234:1 4273:1 4357:2 4369:2 4480:2 4609:1 4695:1 4800:1 4841:1 5157:1 5175:1 5210:1 5331:1 5338:1 5426:1 5472:1 5599:2 5616:1 5830:1 5894:1 5968:1 5996:1 6267:2 6343:1 6354:1 6405:1 6504:1 6511:1 6641:1 6702:1 6886:1 7271:1 7289:1 7366:1 7446:1 7494:1 7679:1 7686:1 7688:1 7695:1 7708:1 7765:1 7848:1 7860:1 7877:3 7894:1 8018:1 8205:1 8235:1 8463:1 8476:1 8557:1 8648:1 8660:1 8666:3 9139:1 9186:1 9281:3 9357:1 9485:1 9498:1 9803:1 9913:2 9915:2 9923:1 9924:1 9940:1 10156:1 10167:1 10208:2 10211:1 10221:1 10368:1 10582:1 10651:1 10719:2 10728:1 10729:1 10738:1 10824:2 10971:1 11027:1 11057:1 11079:1 11226:1 11356:1 11375:1 11421:1 11620:1 11642:1 11659:1 11778:1 11923:1 11985:1 12136:1 12156:1 12449:1 12575:1 12663:1 12845:1 12954:1 13034:1 13100:1 13165:2 13284:1 13383:1 13601:1 13610:2 13615:1 13692:1 13828:1 13902:1 13904:1 13907:1 13951:2 14006:1 14090:3 14112:1 14300:1 14310:1 14344:2 14507:1 14523:1 14746:1 14955:1 14978:1 15259:1 15268:1 15287:1 15334:1 15398:1 15408:1 15428:1 15697:1 15734:1 15823:1 15954:1 15974:1 16243:1 16256:1 16264:1 16269:1 16527:1 16694:1 16902:1 17062:1 17109:1 17176:1 17178:1 17191:1 17273:1 17295:2 17357:1 17437:1 17481:1 17609:1 17656:1 17659:1 17764:1 17775:1 17795:1 17920:1 17959:1 18007:1 18147:1 18370:2 18615:2 18788:1 18821:1 18850:1 18991:1 19118:1 19122:1 19184:1 19198:1 19260:1 19302:1 19481:1 19573:1 19643:1 19859:1 19879:1 19898:1 19953:1 19991:1 20030:5 20081:1 20213:1 20398:1 20450:1 20592:1 20670:1 20731:1 20847:1 20904:1 20972:2 20984:1 21136:1 21151:1 21167:1 21170:1 21212:1 21232:1 21354:1 21355:1 21419:1 21508:1 21529:2 21907:1 21954:1 22381:363 22388:1 22612:4 22975:1 23266:1 23286:2 23329:1 23404:1 23608:2 23698:1 23717:1 23769:1 24201:1 24205:2 24267:1 24278:1 24300:1 24335:1 24353:1 24554:1 24758:1 24776:1 24948:1 25336:1 25396:1 25491:1 25531:1 25546:1 25594:1 25659:1 25738:1 25817:2 25845:1 25990:1 26100:2 26153:1 26181:2 26243:1 26469:1 26536:1 26537:1 26674:1 26809:1 26849:1 26945:1 26950:1 26964:1 27100:1 27577:1 27677:1 27815:1 27834:1 27967:1 28050:1 28070:1 28091:1 28177:1 28586:1 28637:1 28869:1 29026:1 29074:1 29091:1 29203:1 29207:1 29213:1 29215:1 29222:1 29223:1 29239:1 29383:3 29390:1 29403:1 29493:1 29623:1 29722:1 29755:1 29829:2 29832:2 30008:1 30134:1 30147:1 30386:1 30389:1 30479:1 30492:1 30509:3 30609:1 30686:1 30753:1 30780:2 30819:1 31082:1 31180:1 31292:1 31305:1 31319:2 31480:1 31776:1 31795:3 32026:1 32030:1 32084:1 32129:2 32138:1 32432:1 32478:1 32545:2 32546:2 32553:1 32556:1 32670:1 32829:1 32915:1 32923:1 33086:1 33161:1 33210:1 33240:1 33304:1 33466:1 33580:1 33614:1 33623:1 33640:1 33648:1 33656:1 33664:2 33670:1 33763:1 33823:1 33863:1 33907:1 34011:1 34043:2 34466:1 34728:1 34736:1 34891:1 34958:1 35042:1
3 40:1 48:1 102:1 121:1 225:1 304:1 317:1 361:1 406:1 456:1 474:1 516:1 601:1 612:1 710:1 780:1 799:1 960:1 1001:1 1029:2 1057:1 1060:1 1067:1 1119:1 1198:1 1220:1 1321:1 1373:1 1374:1 1391:2 1438:1 1439:1 1456:1 1480:1 1514:1 1657:1 1662:1 1721:1 1744:1 1778:1 1809:1 1836:1 1977:1 2000:1 2019:1 2039:1 2114:1 2178:1 2195:2 2197:1 2252:1 2259:1 2315:1 2333:1 2422:1 2474:1 2664:1 2669:1 2671:1 2673:1 2675:1 2676:3 2794:1 3137:1 3153:1 3248:1 3358:1 3366:1 3375:1 3447:1 3466:1 3472:1 3522:1 3523:5 3840:1 3884:2 3932:1 4234:1 4273:1 4357:2 4369:2 4480:2 4591:1 4609:1 4695:1 4800:1 4841:1 4849:1 5076:1 5145:1 5157:1 5175:1 5210:1 5331:1 5338:1 5349:1 5398:1 5426:1 5472:2 5476:1 5599:3 5616:1 5699:1 5830:2 5894:1 5968:1 5996:1 6267:2 6343:1 6354:1 6405:1 6504:1 6511:1 6641:1 6702:1 6886:1 6926:1 6960:1 7028:1 7271:1 7282:1 7289:1 7349:1 7366:1 7446:1 7452:1 7494:1 7679:1 7686:1 7688:1 7695:1 7703:2 7708:1 7765:1 7848:2 7860:1 7877:4 7894:1 8018:1 8205:1 8235:1 8304:1 8405:1 8463:1 8476:1 8540:1 8557:1 8648:1 8660:1 8666:3 9139:2 9186:1 9281:3 9357:6 9379:1 9381:1 9485:1 9498:1 9574:1 9616:1 9803:1 9913:2 9915:2 9923:1 9924:1 9940:3 10076:1 10156:1 10167:1 10208:2 10211:1 10221:1 10368:1 10528:1 10564:1 10582:1 10646:1 10651:1 10719:2 10728:1 10729:1 10738:1 10824:2 10892:1 10971:1 11027:1 11057:1 11079:1 11226:1 11356:1 11375:1 11377:1 11421:1 11453:1 11620:1 11642:1 11659:1 11691:1 11778:1 11833:1 11923:1 11959:2 11985:1 12008:1 12123:1 12136:1 12156:1 12321:1 12449:1 12452:1 12515:1 12575:2 12663:1 12845:1 12859:1 12954:1 13034:1 13100:1 13165:2 13201:1 13283:1 13284:1 13383:1 13523:1 13601:1 13610:2 13615:1 13692:1 13695:1 13772:1 13794:1 13828:1 13902:1 13904:1 13907:1 13951:2 14006:1 14090:3 14112:1 14300:1 14310:1 14344:2 14507:1 14523:1 14746:1 14754:1 14926:1 14955:1 14978:1 15259:1 15268:1 15287:1 15334:1 15398:1 15408:1 15428:1 15697:1 15734:2 15823:1 15954:1 15974:1 16243:1 16256:1 16264:1 16269:1 16289:1 16343:1 16511:1 16527:1 16688:1 16694:1 16769:1 16838:1 16902:1 17062:1 17109:1 17150:1 17152:1 17176:1 17178:1 17191:1 17233:1 17273:1 17295:2 17357:1 17437:1 17481:1 17609:1 17656:1 17659:2 17665:1 17764:1 17775:1 17795:1 17920:1 17959:2 18007:1 18147:1 18370:2 18518:1 18615:2 18769:1 18787:1 18788:1 18821:1 18850:1 18861:1 18991:1 19118:1 19122:1 19166:1 19184:1 19198:1 19231:1 19260:1 19302:1 19408:1 19476:1 19481:1 19573:1 19631:1 19643:1 19859:1 19879:1 19898:1 19953:1 19991:1 20030:5 20081:1 20213:1 20398:1 20450:1 20577:1 20592:1 20670:1 20731:1 20847:1 20892:1 20904:1 20972:2 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21212:1 21232:1 21354:1 21355:1 21419:1 21508:1 21529:2 21907:1 21954:1 22102:1 22110:1 22381:480 22385:1 22388:1 22394:1 22612:4 22623:1 22767:1 22886:1 22975:1 23266:1 23286:2 23329:1 23404:1 23536:1 23608:2 23698:1 23712:1 23715:1 23717:1 23769:1 23805:1 23851:1 23855:1 24016:1 24087:2 24107:1 24201:1 24205:2 24263:1 24267:1 24278:1 24293:1 24300:1 24335:1 24353:1 24387:1 24554:1 24699:1 24758:1 24776:1 24804:1 24907:1 24948:1 25190:1 25304:1 25336:1 25396:1 25491:1 25526:1 25531:1 25546:1 25594:1 25659:1 25738:1 25796:1 25817:2 25845:1 25917:2 25965:1 25990:1 26100:2 26153:1 26181:2 26227:1 26243:1 26317:1 26469:1 26536:1 26537:1 26674:1 26809:1 26847:1 26849:1 26945:1 26950:1 26964:2 26977:1 27100:1 27184:1 27577:2 27677:1 27815:1 27834:1 27967:1 28050:1 28070:1 28091:1 28177:1 28261:1 28586:1 28637:1 28723:1 28760:1 28869:1 28889:1 29026:1 29061:1 29074:1 29091:1 29203:1 29207:1 29213:1 29215:1 29222:1 29223:1 29239:1 29383:3 29390:1 29403:1 29493:1 29513:1 29623:1 29722:1 29755:1 29829:2 29832:2 29876:1 29890:1 29894:1 29965:1 30008:1 30134:1 30147:1 30386:1 30389:1 30479:1 30492:1 30509:3 30609:1 30686:1 30753:1 30780:2 30819:1 31075:1 31082:1 31180:1 31292:1 31305:1 31319:2 31413:1 31458:1 31480:2 31552:1 31776:1 31795:4 31936:1 31941:1 31963:1 32026:1 32030:1 32084:1 32129:2 32138:2 32158:1 32222:1 32379:1 32432:1 32478:1 32545:2 32546:2 32553:1 32556:1 32564:1 32614:1 32670:1 32829:1 32860:1 32861:1 32901:1 32915:1 32923:1 32933:1 33086:1 33161:1 33210:1 33240:1 33296:1 33304:1 33374:1 33393:2 33466:1 33558:1 33580:1 33614:1 33623:1 33640:2 33648:1 33656:1 33664:2 33670:1 33763:1 33770:1 33823:1 33863:1 33907:1 33990:1 34011:1 34043:2 34074:1 34466:1 34728:1 34736:1 34787:1 34864:1 34873:1 34886:1 34891:1 34958:1 34998:1 35042:1
3 40:1 48:1 102:1 121:1 225:1 304:1 317:1 361:1 406:1 456:1 474:1 516:1 601:1 612:1 710:1 718:1 780:1 799:1 960:1 1001:1 1029:2 1057:1 1060:1 1067:1 1119:1 1198:2 1220:1 1321:1 1373:1 1374:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1514:1 1657:1 1662:1 1721:1 1744:1 1778:1 1809:1 1836:1 1977:1 2000:1 2019:1 2039:1 2114:1 2178:1 2195:2 2197:1 2252:1 2259:1 2315:1 2333:1 2422:1 2474:1 2664:1 2669:1 2671:1 2673:1 2675:1 2676:3 2794:1 3137:1 3153:1 3248:1 3358:1 3366:1 3375:1 3447:1 3466:1 3472:1 3522:1 3523:5 3579:1 3840:1 3849:1 3871:1 3884:3 3932:1 4234:1 4273:1 4357:2 4369:2 4480:2 4591:1 4609:1 4695:1 4736:1 4800:1 4841:1 4849:1 5076:1 5145:1 5157:1 5175:1 5210:1 5331:1 5338:1 5349:1 5398:1 5426:1 5472:2 5474:1 5476:1 5599:3 5616:1 5699:1 5830:2 5894:1 5968:1 5996:1 6020:1 6267:2 6343:1 6354:1 6405:1 6504:1 6511:1 6641:1 6698:1 6702:1 6886:1 6926:1 6960:1 7028:1 7271:1 7274:1 7282:1 7289:1 7349:1 7366:1 7446:1 7452:1 7494:1 7677:1 7679:1 7686:2 7688:1 7695:2 7703:2 7708:1 7765:1 7848:3 7860:1 7877:4 7894:1 8007:1 8018:1 8205:1 8235:1 8304:1 8405:1 8463:1 8476:1 8540:1 8557:1 8648:1 8660:1 8666:3 8763:1 9099:1 9139:2 9186:1 9281:3 9357:6 9379:1 9381:1 9485:1 9498:1 9574:1 9616:1 9803:1 9913:2 9915:2 9923:1 9924:1 9940:3 10076:1 10097:1 10156:1 10167:1 10208:2 10211:1 10221:1 10368:1 10528:1 10564:1 10582:1 10646:1 10651:1 10719:2 10728:1 10729:1 10738:1 10757:1 10824:2 10842:1 10892:1 10971:1 11027:1 11057:1 11079:1 11124:1 11129:1 11226:1 11356:1 11375:1 11377:1 11421:1 11453:1 11607:1 11620:1 11642:1 11659:1 11691:1 11778:1 11833:1 11923:1 11959:2 11985:1 12008:1 12119:1 12123:1 12136:1 12156:1 12321:1 12449:1 12452:1 12515:1 12575:3 12663:1 12845:1 12859:1 12954:1 13034:1 13100:1 13165:3 13201:1 13216:1 13283:1 13284:1 13318:1 13383:1 13523:1 13601:1 13610:2 13615:1 13617:1 13692:1 13695:1 13772:1 13794:1 13828:1 13902:1 13904:1 13907:1 13951:2 14006:1 14090:3 14112:1 14113:1 14170:1 14300:1 14310:1 14344:2 14507:1 14523:1 14746:1 14754:1 14926:1 14955:1 14966:1 14978:1 15259:1 15268:1 15287:1 15334:1 15398:1 15408:1 15428:1 15480:1 15697:1 15699:1 15734:2 15823:1 15883:1 15954:1 15974:1 16006:1 16243:1 16256:1 16264:1 16269:1 16289:1 16343:1 16493:1 16511:1 16527:1 16533:1 16688:1 16694:1 16769:1 16838:1 16859:1 16902:1 17062:1 17109:1 17150:1 17152:1 17176:1 17178:1 17191:1 17233:1 17273:1 17295:2 17357:1 17437:1 17481:1 17609:1 17635:1 17656:1 17659:2 17665:1 17764:1 17775:1 17795:1 17885:1 17920:1 17959:2 17998:1 18007:1 18147:1 18216:1 18370:2 18518:1 18615:2 18769:1 18787:1 18788:1 18821:1 18850:1 18861:1 18991:1 19118:1 19122:1 19166:1 19184:1 19198:1 19231:1 19260:1 19302:1 19311:1 19408:1 19476:1 19481:1 19573:1 19591:1 19631:1 19643:1 19859:1 19879:1 19898:1 19953:1 19991:1 20030:5 20035:1 20039:1 20081:1 20213:1 20398:1 20450:1 20577:1 20592:1 20670:1 20731:1 20847:1 20892:1 20904:1 20972:2 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21212:1 21232:1 21277:2 21354:1 21355:1 21419:3 21508:1 21529:2 21690:1 21907:1 21954:1 22102:1 22110:1 22381:556 22385:1 22388:1 22394:1 22516:1 22551:1 22612:4 22623:1 22727:1 22767:1 22886:1 22921:1 22975:1 23067:1 23266:1 23286:2 23329:1 23404:1 23536:1 23538:1 23608:2 23698:1 23712:1 23715:1 23717:1 23769:1 23805:1 23851:1 23855:1 23897:1 24016:1 24050:1 24087:2 24107:1 24112:1 24201:1 24205:2 24263:1 24267:1 24278:1 24293:1 24300:1 24335:1 24353:1 24387:1 24393:1 24554:1 24619:1 24699:1 24725:2 24758:1 24776:1 24804:1 24907:1 24948:1 24950:1 25190:1 25304:1 25316:1 25336:1 25396:1 25491:1 25526:1 25531:2 25546:1 25594:1 25659:1 25738:1 25796:1 25817:2 25845:1 25917:2 25941:1 25965:1 25990:1 26100:2 26153:1 26181:2 26227:1 26243:1 26317:1 26469:1 26536:1 26537:1 26674:1 26809:1 26847:1 26849:1 26871:1 26945:1 26950:1 26951:1 26964:2 26977:1 27100:1 27184:1 27577:2 27653:1 27677:1 27815:1 27834:1 27892:1 27967:1 28050:1 28070:1 28091:1 28177:1 28261:1 28336:1 28586:1 28597:1 28637:1 28723:1 28760:1 28869:1 28889:1 29026:1 29061:1 29074:1 29091:1 29128:1 29203:2 29207:1 29212:1 29213:1 29215:1 29222:1 29223:1 29239:1 29383:5 29390:1 29403:1 29493:1 29513:1 29623:1 29722:1 29755:1 29829:2 29832:2 29876:1 29890:1 29894:1 29965:1 30008:1 30134:1 30147:1 30269:1 30386:1 30389:1 30479:1 30492:1 30509:3 30609:1 30686:1 30753:1 30780:2 30819:1 31075:1 31082:1 31180:1 31292:1 31305:1 31319:2 31413:1 31458:1 31480:2 31552:1 31739:1 31776:1 31795:4 31936:1 31941:1 31963:1 32026:1 32030:1 32084:1 32129:2 32138:2 32156:1 32158:1 32222:1 32379:1 32432:1 32478:1 32545:3 32546:2 32549:1 32553:1 32556:1 32564:1 32614:1 32670:1 32829:1 32860:1 32861:1 32901:1 32915:1 32923:1 32933:1 33086:1 33161:1 33210:1 33240:1 33296:1 33304:1 33374:1 33393:2 33394:1 33466:1 33510:1 33555:1 33558:1 33580:1 33614:1 33623:1 33640:2 33648:1 33656:1 33664:2 33670:1 33707:1 33763:1 33770:1 33823:1 33860:1 33863:1 33907:1 33990:1 34011:1 34043:2 34074:1 34466:1 34603:1 34728:2 34736:1 34758:1 34787:1 34864:1 34873:1 34886:1 34891:1 34958:1 34998:1 35042:1
3 40:1 48:1 102:1 121:1 225:1 304:1 317:1 361:1 406:1 456:1 474:1 493:1 516:1 601:1 612:1 710:2 718:1 780:1 799:1 939:1 960:1 1001:1 1029:2 1057:1 1060:1 1067:1 1119:1 1198:2 1220:1 1321:2 1373:1 1374:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1514:1 1657:1 1662:1 1721:1 1744:1 1778:1 1799:1 1809:1 1836:1 1977:1 2000:1 2019:1 2021:1 2039:1 2114:1 2178:1 2195:3 2197:1 2252:1 2259:1 2315:1 2333:1 2422:1 2474:1 2664:1 2669:1 2671:1 2673:1 2675:1 2676:4 2794:1 3092:1 3137:1 3153:1 3248:1 3358:1 3366:1 3375:1 3447:2 3466:1 3472:1 3522:1 3523:5 3579:1 3840:1 3849:1 3871:1 3884:3 3932:1 3986:1 4234:1 4273:1 4357:2 4369:2 4480:2 4591:2 4609:1 4695:1 4736:1 4800:1 4841:1 4849:2 5076:1 5080:1 5145:2 5157:1 5175:1 5210:1 5331:1 5338:1 5349:1 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5599:4 5616:1 5699:2 5830:2 5894:1 5968:1 5996:1 6020:1 6204:1 6267:2 6343:1 6354:1 6405:1 6504:1 6511:1 6641:1 6698:1 6702:1 6886:1 6890:1 6926:2 6960:1 7028:1 7271:1 7274:1 7282:1 7289:1 7349:1 7366:1 7442:1 7446:1 7452:2 7494:1 7677:1 7679:1 7686:2 7688:1 7695:2 7699:1 7703:2 7708:1 7765:1 7848:3 7860:1 7877:4 7894:1 8007:1 8018:1 8205:1 8235:1 8274:1 8304:1 8405:1 8463:1 8476:1 8540:2 8557:1 8648:1 8660:1 8666:3 8763:1 9099:1 9139:2 9186:1 9281:3 9282:1 9357:7 9379:1 9381:2 9485:1 9498:1 9570:1 9574:1 9616:1 9803:1 9913:2 9915:2 9923:1 9924:1 9940:3 10076:1 10097:1 10156:1 10167:1 10208:2 10211:1 10221:1 10368:1 10371:1 10528:1 10564:1 10582:1 10646:1 10651:1 10719:2 10728:1 10729:1 10738:1 10757:1 10824:2 10842:1 10892:1 10971:2 11027:1 11057:1 11079:1 11124:1 11129:1 11216:1 11226:1 11352:1 11356:1 11375:1 11377:1 11421:1 11453:1 11454:1 11607:1 11620:1 11642:1 11659:1 11691:1 11778:1 11833:1 11923:1 11959:2 11985:1 12008:1 12085:1 12119:1 12123:2 12136:1 12156:1 12321:1 12384:1 12449:1 12452:1 12515:1 12575:3 12663:1 12845:1 12859:1 12954:1 13034:1 13100:1 13165:3 13201:1 13216:1 13283:1 13284:1 13318:1 13383:1 13523:1 13601:1 13610:2 13615:1 13617:1 13635:1 13692:1 13695:1 13772:1 13794:1 13820:1 13828:1 13902:1 13904:1 13907:1 13951:2 14006:1 14081:1 14090:4 14103:1 14112:1 14113:1 14136:1 14170:1 14300:1 14310:1 14344:2 14507:1 14523:1 14746:1 14754:1 14926:1 14934:1 14955:1 14966:1 14978:1 15259:1 15268:1 15287:1 15334:1 15398:1 15408:1 15428:1 15480:1 15697:1 15699:1 15734:2 15823:1 15883:1 15954:1 15974:1 16006:1 16107:1 16115:1 16243:1 16256:1 16264:1 16269:1 16289:1 16343:1 16347:1 16365:1 16493:1 16511:1 16527:1 16533:1 16688:1 16694:1 16769:1 16838:2 16859:1 16902:1 17062:1 17109:1 17150:1 17152:1 17176:1 17178:1 17191:1 17233:1 17273:1 17295:2 17339:1 17357:1 17437:1 17481:1 17609:1 17635:1 17656:1 17659:3 17665:1 17764:1 17775:1 17795:1 17885:1 17920:1 17959:3 17998:1 18007:1 18147:1 18216:1 18370:2 18518:1 18560:1 18615:2 18769:1 18787:1 18788:1 18821:1 18850:2 18861:1 18960:1 18991:1 19118:1 19122:1 19166:1 19184:1 19198:1 19231:1 19260:2 19302:1 19311:1 19408:1 19451:1 19476:1 19481:1 19573:1 19591:1 19631:1 19643:1 19859:1 19879:1 19898:1 19953:1 19991:2 20030:5 20035:1 20039:1 20081:1 20084:1 20213:1 20398:1 20444:1 20450:1 20577:1 20592:1 20670:1 20731:1 20847:1 20848:1 20892:1 20904:1 20972:2 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21212:1 21229:1 21232:1 21277:2 21354:1 21355:1 21419:3 21508:1 21529:2 21690:1 21907:1 21954:1 22102:1 22110:1 22381:648 22385:1 22388:1 22394:1 22516:1 22551:1 22612:4 22623:1 22727:1 22767:1 22886:1 22921:1 22975:1 23067:1 23134:1 23266:1 23286:2 23295:1 23329:1 23404:2 23536:2 23538:1 23608:2 23698:1 23712:1 23715:1 23717:1 23733:1 23769:1 23805:1 23838:1 23851:1 23855:1 23897:1 24016:1 24018:1 24050:1 24087:2 24092:1 24107:2 24112:1 24201:1 24205:2 24238:1 24263:1 24267:1 24278:1 24293:1 24300:1 24335:1 24353:1 24387:1 24393:1 24554:1 24619:1 24699:1 24725:2 24758:1 24776:1 24804:1 24907:1 24948:1 24950:1 24957:1 25190:1 25208:1 25219:1 25268:1 25304:1 25316:1 25336:1 25396:1 25491:1 25526:1 25531:2 25546:1 25594:1 25659:1 25684:1 25738:1 25796:1 25817:2 25845:1 25917:2 25941:1 25965:1 25990:1 26100:2 26153:1 26181:2 26227:1 26243:1 26317:1 26439:1 26469:1 26536:2 26537:1 26674:1 26676:1 26809:1 26847:2 26849:2 26859:1 26871:1 26945:1 26950:1 26951:1 26964:2 26977:1 27052:1 27100:2 27184:1 27568:1 27577:2 27653:1 27677:1 27770:1 27815:1 27834:1 27892:1 27928:1 27946:1 27967:1 28050:1 28070:1 28091:1 28177:1 28261:1 28285:1 28336:1 28586:1 28597:1 28621:1 28637:1 28705:1 28723:1 28760:1 28823:1 28869:1 28889:1 29026:1 29061:1 29074:1 29091:1 29128:1 29203:2 29207:1 29212:1 29213:1 29215:2 29222:1 29223:1 29239:1 29383:5 29390:1 29403:1 29493:2 29513:1 29623:1 29722:1 29755:1 29829:3 29832:3 29876:2 29890:1 29894:1 29965:1 30008:1 30132:1 30134:1 30147:1 30269:1 30386:2 30389:1 30479:1 30492:2 30509:3 30609:1 30686:1 30753:1 30780:2 30819:1 31075:1 31082:1 31180:1 31292:1 31305:1 31319:2 31413:1 31458:1 31480:3 31552:1 31739:1 31776:1 31788:1 31795:4 31936:1 31941:1 31963:1 32026:1 32030:1 32056:1 32084:1 32095:1 32129:2 32138:2 32156:1 32158:1 32222:1 32379:2 32432:1 32478:1 32545:3 32546:2 32549:1 32553:1 32556:2 32564:1 32614:1 32670:1 32671:1 32829:1 32860:2 32861:1 32901:1 32915:1 32923:1 32933:1 33086:1 33161:1 33210:1 33240:1 33296:2 33304:1 33374:1 33393:2 33394:1 33442:1 33466:1 33474:1 33492:1 33510:1 33555:1 33558:1 33580:1 33609:1 33614:1 33623:1 33640:2 33648:1 33656:1 33664:2 33670:1 33707:1 33751:1 33763:1 33770:1 33823:1 33860:1 33863:1 33907:2 33987:1 33990:1 34011:1 34043:2 34074:1 34466:1 34603:1 34728:2 34736:1 34758:1 34787:1 34864:2 34873:1 34886:2 34891:1 34958:1 34998:1 35042:2
3 40:1 48:1 102:1 121:1 215:1 225:1 304:1 317:1 361:1 406:1 456:1 474:1 491:1 493:1 516:1 601:1 612:1 710:2 718:1 780:1 799:1 915:1 939:1 960:1 1001:1 1029:3 1057:1 1060:1 1067:1 1116:1 1119:2 1198:2 1220:1 1321:2 1373:2 1374:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1514:1 1621:1 1657:1 1662:1 1721:1 1744:1 1778:1 1799:1 1809:1 1836:2 1963:1 1977:1 2000:1 2019:1 2021:1 2039:1 2114:1 2178:1 2180:1 2195:3 2197:1 2210:1 2227:1 2252:1 2259:1 2315:1 2333:1 2422:1 2474:1 2535:1 2567:1 2664:1 2669:1 2671:1 2673:1 2675:1 2676:4 2677:1 2678:1 2794:1 2878:1 2972:1 3092:1 3137:1 3153:1 3248:1 3358:2 3366:1 3375:1 3447:2 3466:1 3472:1 3522:1 3523:5 3536:1 3579:1 3840:1 3849:1 3871:1 3884:3 3932:1 3986:1 4234:1 4273:1 4357:2 4369:2 4468:1 4480:2 4520:1 4591:2 4609:1 4651:1 4695:1 4736:1 4800:1 4841:1 4849:2 4966:1 5076:1 5080:1 5145:2 5157:1 5175:1 5210:1 5298:2 5331:1 5338:1 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5530:1 5582:1 5599:5 5616:1 5699:2 5830:2 5894:1 5968:1 5990:1 5996:1 6020:1 6204:1 6267:2 6343:1 6354:1 6405:1 6504:1 6511:1 6641:1 6698:1 6702:1 6886:1 6890:1 6926:2 6960:1 7028:1 7170:1 7183:1 7271:1 7274:1 7282:1 7289:1 7349:1 7366:1 7373:1 7442:1 7446:1 7452:4 7494:1 7677:1 7679:1 7686:2 7688:1 7695:2 7699:1 7703:2 7708:1 7765:1 7848:3 7860:1 7877:4 7894:1 8007:1 8018:1 8205:1 8235:1 8271:1 8274:1 8304:1 8405:1 8463:1 8476:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:3 8763:1 9084:1 9099:2 9139:2 9186:1 9281:4 9282:1 9357:9 9379:1 9381:2 9485:1 9498:1 9570:1 9574:1 9616:1 9756:1 9803:1 9845:1 9913:2 9915:2 9923:1 9924:1 9940:4 10076:1 10097:1 10156:1 10167:1 10208:2 10211:1 10221:1 10262:1 10335:1 10368:1 10371:1 10373:1 10383:1 10528:1 10564:1 10582:1 10646:1 10651:1 10719:2 10723:1 10728:1 10729:1 10738:1 10757:1 10824:2 10842:1 10892:1 10971:2 11027:1 11057:1 11079:1 11124:1 11129:1 11216:1 11226:1 11352:1 11356:1 11375:1 11377:1 11421:1 11453:1 11454:1 11549:1 11607:1 11620:1 11642:2 11659:1 11691:1 11778:1 11833:1 11923:1 11959:2 11985:1 12008:1 12085:1 12119:1 12123:4 12136:1 12156:1 12321:1 12384:2 12449:1 12452:1 12515:1 12553:1 12575:3 12663:1 12772:1 12845:2 12859:1 12954:1 13034:1 13100:1 13165:3 13201:1 13216:1 13283:1 13284:1 13318:1 13383:1 13388:1 13523:1 13601:1 13610:2 13615:1 13617:1 13635:1 13692:1 13695:1 13719:1 13772:1 13794:1 13820:1 13828:1 13902:1 13904:1 13907:1 13951:3 14006:1 14081:1 14090:5 14103:2 14112:1 14113:1 14136:1 14170:1 14300:1 14310:1 14344:2 14507:1 14523:1 14746:1 14754:1 14926:1 14934:1 14955:1 14966:2 14978:1 15076:1 15259:1 15268:1 15287:1 15334:1 15398:1 15408:1 15428:1 15480:1 15483:1 15697:1 15699:1 15734:2 15783:1 15823:2 15883:1 15954:1 15974:1 16006:1 16107:1 16115:1 16243:1 16256:1 16264:1 16269:1 16289:1 16340:1 16343:1 16347:1 16365:1 16493:1 16511:1 16527:1 16533:1 16688:1 16694:1 16707:1 16741:1 16750:1 16769:1 16838:2 16859:1 16902:1 16986:1 17062:1 17109:1 17150:1 17152:1 17176:1 17178:1 17180:1 17191:1 17233:1 17273:1 17295:2 17339:1 17357:1 17437:1 17481:1 17609:1 17635:1 17656:1 17659:3 17665:1 17739:1 17764:1 17775:1 17795:1 17885:1 17920:1 17959:3 17992:1 17998:1 18007:1 18147:1 18216:1 18370:2 18518:1 18560:1 18615:2 18769:1 18787:1 18788:1 18821:1 18850:2 18861:1 18960:1 18991:1 19118:1 19122:1 19166:1 19184:1 19198:1 19231:1 19260:2 19266:1 19302:1 19311:1 19408:1 19451:1 19473:1 19476:1 19481:1 19573:1 19575:1 19591:1 19631:1 19643:1 19782:1 19859:1 19877:1 19879:1 19898:1 19953:1 19991:2 20030:5 20035:1 20039:1 20081:1 20084:1 20213:1 20398:1 20444:1 20450:1 20577:1 20592:1 20670:1 20731:1 20819:1 20847:1 20848:1 20892:1 20904:1 20972:2 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21212:1 21229:1 21232:1 21277:2 21354:1 21355:1 21376:1 21419:3 21508:1 21528:1 21529:2 21690:1 21907:1 21954:1 22035:1 22102:1 22110:1 22381:718 22385:1 22388:1 22394:1 22412:1 22516:1 22542:1 22551:1 22612:4 22623:1 22727:1 22767:1 22886:1 22921:1 22975:1 23027:1 23067:1 23134:1 23266:1 23286:2 23295:1 23329:1 23404:2 23536:2 23538:1 23608:2 23698:1 23712:1 23715:1 23716:1 23717:1 23733:1 23769:1 23805:1 23835:1 23838:1 23851:1 23855:1 23897:2 24016:1 24018:1 24050:1 24087:2 24092:1 24107:2 24112:2 24201:1 24205:3 24238:1 24239:1 24263:1 24267:1 24278:1 24293:1 24300:1 24335:1 24353:1 24375:1 24387:1 24393:1 24554:1 24619:1 24699:1 24725:2 24758:1 24776:1 24804:1 24867:1 24889:1 24907:1 24948:1 24950:1 24957:1 25040:1 25190:1 25208:1 25219:1 25268:1 25304:1 25316:1 25336:1 25396:1 25491:1 25526:1 25531:2 25546:1 25594:1 25659:1 25684:1 25718:1 25738:1 25796:1 25817:2 25823:1 25845:1 25917:2 25941:1 25965:1 25990:1 26100:3 26153:1 26181:2 26227:1 26243:1 26317:1 26439:1 26469:1 26536:2 26537:1 26610:1 26674:1 26676:1 26779:2 26809:1 26847:2 26849:2 26859:1 26864:1 26871:1 26945:1 26950:1 26951:1 26964:2 26977:1 27052:1 27100:2 27133:1 27184:1 27369:1 27568:1 27577:2 27653:1 27677:1 27770:1 27783:2 27815:1 27834:1 27892:1 27928:1 27946:1 27967:1 28050:1 28070:1 28091:1 28177:1 28261:1 28285:1 28336:1 28586:1 28597:1 28621:1 28637:1 28705:1 28723:1 28760:1 28823:1 28869:2 28889:1 29026:1 29061:1 29074:1 29091:1 29128:1 29203:2 29207:1 29212:1 29213:1 29215:2 29222:1 29223:1 29239:1 29383:6 29390:1 29403:1 29493:2 29513:1 29591:1 29623:1 29722:1 29737:1 29755:1 29829:3 29832:4 29876:3 29890:1 29894:1 29899:1 29965:1 30008:1 30132:1 30134:1 30147:2 30269:1 30386:2 30389:1 30479:1 30492:2 30509:3 30609:1 30686:1 30753:1 30780:2 30819:1 30854:1 31033:1 31075:1 31082:1 31180:1 31292:1 31305:1 31319:2 31413:1 31458:1 31480:3 31489:1 31552:1 31739:1 31776:1 31788:1 31795:4 31936:1 31941:1 31950:1 31963:1 32026:1 32030:1 32056:1 32070:1 32084:1 32095:1 32129:2 32138:2 32156:1 32158:1 32222:1 32270:1 32379:3 32427:1 32432:1 32478:1 32537:1 32545:3 32546:2 32549:1 32553:1 32556:2 32564:1 32582:1 32614:1 32658:1 32670:1 32671:1 32829:1 32860:2 32861:1 32891:1 32901:1 32915:1 32923:1 32933:1 33041:1 33086:2 33161:1 33210:1 33240:1 33296:2 33304:1 33328:2 33337:1 33374:1 33393:2 33394:1 33442:3 33447:1 33466:1 33474:1 33492:1 33510:2 33555:1 33558:1 33580:1 33609:1 33614:1 33623:1 33640:2 33648:1 33656:2 33664:2 33670:1 33707:1 33751:1 33763:1 33770:1 33823:1 33860:1 33863:1 33907:2 33987:1 33990:1 34011:1 34043:2 34074:1 34466:1 34603:1 34728:2 34736:1 34758:1 34787:1 34864:2 34873:1 34886:3 34891:2 34958:1 34998:1 35042:2
3 40:1 48:1 102:1 121:1 196:1 215:1 225:1 304:1 317:1 361:1 406:1 453:1 456:1 474:1 491:1 493:1 516:1 576:1 601:1 612:1 685:1 710:2 718:1 780:1 799:1 915:1 939:1 960:1 1001:2 1029:3 1057:1 1060:1 1067:1 1077:1 1116:1 1119:2 1160:1 1198:2 1220:1 1321:2 1373:2 1374:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1514:1 1567:1 1621:1 1657:1 1662:1 1721:1 1740:1 1744:1 1778:1 1799:1 1809:1 1836:2 1963:1 1977:1 2000:1 2019:3 2021:1 2039:2 2107:1 2114:1 2178:1 2180:1 2195:3 2197:2 2210:1 2227:1 2252:1 2259:1 2315:1 2333:1 2337:1 2422:1 2474:1 2535:1 2565:1 2567:1 2654:1 2664:1 2669:1 2671:1 2673:1 2675:1 2676:5 2677:1 2678:1 2682:1 2701:1 2794:2 2878:1 2972:1 3092:1 3137:1 3153:1 3180:1 3248:1 3358:2 3366:1 3375:1 3447:2 3466:1 3472:1 3522:1 3523:5 3536:1 3579:1 3840:1 3849:1 3871:2 3884:3 3932:1 3986:1 3992:1 4065:1 4142:1 4234:1 4273:1 4338:1 4350:1 4357:2 4369:2 4418:1 4468:1 4480:2 4520:1 4591:2 4609:1 4651:1 4695:1 4736:1 4800:2 4841:1 4849:2 4880:1 4966:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:1 5210:1 5250:1 5298:2 5331:1 5338:1 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5530:1 5548:1 5582:1 5599:5 5616:1 5699:2 5704:1 5830:3 5834:1 5894:1 5968:1 5970:1 5990:1 5996:1 6020:1 6204:1 6267:2 6304:1 6343:1 6354:1 6401:3 6405:1 6504:1 6511:1 6641:1 6698:1 6702:1 6886:1 6890:1 6894:1 6926:2 6960:1 7028:1 7170:1 7183:1 7271:1 7274:1 7282:1 7289:1 7344:1 7349:1 7358:1 7366:1 7373:1 7442:1 7446:1 7452:4 7494:1 7625:1 7677:2 7679:1 7686:2 7688:1 7695:3 7699:1 7703:2 7708:1 7765:2 7848:3 7860:1 7877:4 7894:1 8007:1 8018:1 8205:1 8235:1 8271:1 8274:1 8304:1 8394:1 8405:1 8463:1 8476:1 8487:1 8505:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:3 8738:1 8763:1 9084:1 9099:2 9139:2 9186:1 9281:4 9282:1 9357:13 9379:1 9381:2 9389:1 9485:1 9498:1 9555:1 9570:1 9574:1 9616:1 9756:2 9803:1 9845:1 9913:2 9915:2 9923:1 9924:1 9940:7 10076:1 10097:1 10156:1 10167:1 10208:2 10211:1 10221:1 10262:1 10279:1 10335:1 10368:1 10371:1 10373:1 10382:1 10383:1 10528:2 10564:1 10582:1 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:1 10738:1 10757:1 10760:1 10776:1 10824:2 10842:1 10862:1 10892:1 10971:2 11027:1 11057:1 11079:1 11124:1 11129:1 11203:1 11216:1 11226:1 11352:1 11356:1 11375:1 11377:1 11421:1 11453:1 11454:1 11541:1 11549:1 11607:1 11620:1 11642:2 11659:1 11685:1 11691:1 11778:1 11833:1 11890:1 11923:1 11933:1 11959:2 11985:1 12008:1 12085:1 12119:2 12123:4 12136:1 12156:1 12321:1 12327:1 12384:3 12449:1 12452:1 12453:1 12475:1 12514:1 12515:1 12553:1 12575:3 12663:1 12693:1 12750:1 12772:1 12845:2 12859:4 12923:1 12954:1 13034:1 13100:1 13165:3 13201:1 13216:1 13283:1 13284:1 13318:1 13383:1 13388:1 13523:1 13601:1 13610:2 13615:1 13617:1 13635:1 13639:1 13692:1 13695:1 13719:1 13772:1 13794:1 13805:1 13820:1 13828:1 13902:1 13904:1 13907:1 13951:3 14006:1 14011:1 14033:1 14081:1 14090:5 14103:3 14112:1 14113:2 14136:1 14170:1 14300:1 14310:1 14344:2 14380:1 14507:1 14523:1 14544:1 14746:1 14754:1 14926:1 14934:1 14955:1 14966:2 14978:1 15076:1 15140:1 15259:1 15268:1 15282:1 15287:1 15334:1 15398:1 15408:1 15428:1 15480:1 15483:1 15632:1 15641:1 15696:1 15697:1 15699:1 15734:2 15783:1 15823:2 15883:1 15890:1 15901:1 15954:1 15974:1 15997:1 16006:1 16107:1 16115:1 16243:1 16256:1 16264:1 16269:1 16289:1 16340:1 16343:1 16347:1 16365:1 16479:1 16493:1 16511:1 16513:1 16527:1 16533:1 16583:1 16688:1 16694:1 16707:1 16741:1 16750:1 16769:1 16838:2 16859:1 16902:1 16986:1 17062:1 17109:1 17146:1 17150:1 17152:1 17169:1 17176:1 17178:1 17180:1 17191:1 17233:1 17273:1 17295:2 17339:1 17357:1 17437:1 17481:1 17489:1 17609:1 17635:1 17656:1 17659:3 17665:1 17739:1 17764:1 17775:1 17795:1 17885:1 17920:1 17959:3 17965:1 17967:1 17992:1 17998:1 18007:1 18147:1 18180:1 18216:1 18312:1 18370:2 18518:1 18549:1 18560:1 18615:2 18769:1 18787:1 18788:1 18792:1 18821:2 18850:2 18861:1 18960:1 18991:1 19069:2 19118:1 19122:1 19166:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19408:1 19451:1 19468:1 19470:1 19473:1 19476:1 19481:1 19573:1 19575:1 19583:2 19591:1 19631:1 19637:1 19643:1 19681:1 19782:1 19859:1 19877:1 19879:1 19898:1 19953:1 19991:2 20030:5 20035:1 20039:1 20081:1 20084:1 20213:1 20290:1 20398:1 20444:1 20450:1 20577:1 20592:1 20670:1 20731:1 20819:1 20847:1 20848:1 20892:1 20904:1 20972:2 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21190:1 21212:1 21229:1 21232:1 21277:2 21354:1 21355:1 21376:1 21419:3 21508:1 21528:2 21529:2 21690:1 21815:1 21907:1 21954:1 22035:1 22088:1 22102:1 22110:1 22125:1 22163:1 22301:2 22381:816 22385:1 22388:1 22394:1 22412:1 22516:1 22542:1 22551:1 22612:4 22623:1 22727:2 22767:1 22886:1 22921:1 22938:1 22975:1 23027:1 23033:1 23067:1 23101:1 23134:1 23266:1 23286:2 23295:1 23329:2 23404:2 23536:3 23538:1 23608:2 23698:1 23712:1 23715:1 23716:1 23717:1 23733:1 23769:1 23805:1 23835:1 23838:1 23851:1 23855:1 23897:2 24016:1 24018:1 24050:1 24087:2 24092:1 24107:2 24112:2 24138:1 24180:1 24201:1 24205:3 24238:1 24239:1 24263:1 24267:1 24278:1 24289:2 24293:1 24300:1 24335:1 24353:1 24375:1 24387:1 24393:1 24416:1 24554:1 24619:1 24699:1 24725:2 24758:1 24776:1 24804:1 24865:1 24867:1 24889:1 24907:1 24948:1 24950:1 24957:1 25040:1 25041:1 25149:1 25190:1 25208:1 25219:1 25268:1 25304:1 25316:1 25336:1 25396:1 25491:1 25526:1 25531:2 25546:1 25594:1 25659:2 25684:1 25718:1 25738:1 25796:1 25817:2 25823:1 25845:1 25917:2 25941:1 25965:2 25990:1 26052:1 26100:3 26153:1 26181:2 26227:1 26243:1 26317:1 26439:1 26469:1 26536:2 26537:1 26608:1 26610:1 26656:1 26674:1 26676:1 26754:1 26779:2 26809:1 26847:2 26849:2 26859:1 26864:1 26871:1 26945:1 26950:1 26951:1 26957:1 26964:2 26977:1 26983:1 27052:1 27100:2 27133:1 27184:1 27316:1 27352:1 27369:1 27568:1 27577:2 27653:1 27677:1 27770:1 27783:2 27815:1 27834:1 27879:1 27892:1 27928:1 27946:1 27967:1 28050:1 28070:1 28091:1 28177:1 28261:1 28285:1 28336:1 28586:1 28597:1 28621:1 28635:1 28637:1 28705:1 28723:1 28760:1 28823:1 28869:2 28889:1 29026:1 29061:1 29074:1 29091:1 29128:1 29203:2 29207:1 29212:1 29213:1 29215:2 29222:1 29223:1 29239:1 29304:1 29383:6 29390:1 29403:1 29493:2 29513:1 29591:1 29623:1 29722:1 29737:1 29755:1 29797:1 29829:3 29832:4 29876:3 29890:1 29894:1 29899:1 29946:1 29965:1 30008:1 30090:1 30132:1 30134:1 30147:2 30167:1 30269:1 30386:2 30389:1 30403:1 30457:1 30479:1 30490:2 30492:2 30509:3 30609:1 30686:1 30753:1 30780:2 30819:1 30854:1 31033:1 31075:2 31082:2 31180:1 31206:1 31292:1 31305:1 31319:2 31396:1 31413:1 31434:1 31435:1 31458:1 31480:3 31489:1 31552:1 31647:1 31703:1 31739:1 31776:1 31788:1 31795:4 31936:1 31941:1 31950:1 31963:1 32026:1 32030:1 32056:1 32070:1 32073:1 32084:1 32095:1 32129:2 32138:2 32156:1 32158:1 32161:1 32215:1 32222:1 32270:1 32379:3 32427:1 32432:1 32465:2 32478:1 32498:1 32505:1 32537:1 32545:3 32546:2 32549:1 32553:1 32556:2 32564:1 32582:1 32614:1 32632:1 32658:1 32670:1 32671:1 32794:1 32829:1 32860:2 32861:1 32891:1 32901:1 32915:1 32923:1 32930:1 32933:1 33041:1 33086:2 33108:1 33141:1 33161:1 33210:1 33240:1 33296:2 33304:1 33328:2 33337:1 33374:1 33393:2 33394:1 33442:4 33447:1 33453:1 33466:1 33474:1 33481:1 33492:1 33510:2 33555:1 33558:1 33580:1 33609:1 33614:1 33623:1 33637:1 33640:2 33648:1 33656:2 33664:2 33670:1 33707:1 33751:1 33763:1 33770:1 33823:1 33860:1 33863:1 33895:1 33907:2 33987:1 33990:1 34011:1 34043:2 34074:1 34079:1 34304:1 34466:1 34603:1 34675:1 34728:2 34736:1 34758:1 34787:1 34848:1 34864:2 34873:1 34875:1 34886:3 34891:2 34958:2 34998:1 35042:2
3 40:1 48:1 102:1 121:1 196:1 215:1 225:1 304:1 317:1 361:1 406:1 432:1 453:1 456:1 474:1 491:1 493:1 497:1 516:1 576:1 601:1 612:1 685:1 710:2 718:1 780:1 799:1 915:1 939:1 960:1 1001:2 1029:3 1057:1 1060:1 1067:1 1077:1 1116:1 1119:2 1150:1 1160:1 1198:2 1220:1 1321:2 1373:2 1374:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1514:1 1567:1 1621:1 1657:1 1662:1 1721:1 1740:1 1744:1 1778:1 1790:1 1799:1 1809:1 1836:2 1963:1 1977:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2178:1 2180:1 2195:3 2197:2 2210:2 2227:1 2252:1 2259:1 2315:1 2333:1 2337:1 2421:1 2422:1 2474:1 2535:1 2565:1 2567:1 2654:1 2664:1 2669:1 2671:1 2673:1 2675:1 2676:5 2677:2 2678:1 2682:1 2701:1 2794:2 2878:1 2972:1 3092:1 3137:1 3153:1 3180:1 3248:1 3358:2 3366:1 3375:1 3447:2 3466:1 3472:1 3522:1 3523:6 3536:1 3579:1 3840:1 3849:1 3871:2 3884:3 3932:1 3986:1 3992:1 4065:1 4086:1 4142:1 4234:1 4273:1 4338:1 4350:2 4357:3 4369:2 4418:1 4468:1 4480:2 4520:1 4591:2 4609:1 4651:1 4695:1 4736:1 4800:2 4841:1 4849:2 4880:1 4966:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:1 5210:1 5250:1 5298:3 5331:1 5338:1 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5530:1 5548:2 5582:1 5599:5 5616:1 5699:2 5704:1 5727:1 5830:3 5834:1 5894:1 5968:1 5970:1 5990:1 5996:1 6020:1 6141:1 6204:1 6267:2 6304:1 6343:1 6354:1 6401:3 6405:1 6504:1 6511:1 6641:1 6698:1 6702:2 6886:1 6890:1 6894:1 6926:2 6929:1 6960:1 7028:1 7170:1 7183:1 7271:1 7274:1 7282:1 7289:1 7344:1 7349:1 7358:2 7366:1 7373:1 7442:1 7446:1 7452:4 7483:1 7494:1 7625:1 7654:1 7677:2 7679:1 7686:2 7688:2 7695:3 7699:1 7703:2 7708:1 7765:2 7848:3 7860:1 7877:4 7894:1 8007:1 8018:1 8200:1 8205:1 8235:1 8271:1 8274:1 8304:1 8394:1 8405:1 8463:1 8476:1 8487:1 8505:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:4 8738:1 8763:1 8989:1 9084:1 9099:2 9139:2 9186:1 9281:4 9282:2 9357:14 9379:1 9381:2 9389:1 9485:1 9498:1 9555:1 9570:1 9574:1 9616:1 9756:2 9803:1 9845:1 9913:2 9915:2 9923:1 9924:1 9940:7 10076:1 10097:1 10156:1 10167:1 10208:2 10211:1 10221:1 10237:1 10262:1 10279:1 10335:1 10368:1 10371:1 10373:1 10382:1 10383:1 10481:1 10528:2 10564:1 10582:1 10618:1 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:1 10738:1 10757:1 10760:1 10776:1 10802:1 10824:2 10842:1 10862:1 10892:1 10971:2 11027:1 11057:1 11079:1 11088:1 11124:1 11129:1 11203:1 11216:1 11226:1 11352:1 11356:1 11375:1 11377:1 11421:1 11453:1 11454:1 11541:1 11549:1 11556:1 11607:1 11620:1 11642:2 11659:1 11685:1 11691:1 11778:1 11833:1 11890:2 11923:1 11933:1 11959:2 11985:1 12008:1 12085:1 12119:2 12123:4 12136:1 12156:1 12200:1 12321:1 12327:1 12384:3 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12553:1 12575:3 12663:1 12672:1 12693:1 12750:1 12772:1 12845:2 12859:4 12923:1 12954:2 13034:1 13036:1 13100:1 13165:3 13201:1 13216:1 13283:1 13284:1 13318:1 13383:1 13388:1 13523:1 13601:1 13610:2 13615:1 13617:1 13635:1 13639:1 13692:1 13695:1 13719:1 13772:1 13794:1 13805:1 13820:1 13828:1 13902:1 13904:1 13907:1 13951:4 14006:1 14011:1 14033:1 14081:1 14090:5 14103:3 14112:1 14113:2 14136:1 14170:1 14300:1 14310:2 14344:2 14351:1 14380:1 14473:1 14507:1 14523:1 14525:1 14544:1 14746:1 14754:1 14835:1 14926:1 14934:1 14955:1 14966:2 14978:1 15068:1 15076:1 15140:1 15259:1 15268:1 15282:1 15287:1 15334:1 15398:1 15408:1 15428:1 15480:1 15483:1 15632:1 15641:1 15696:1 15697:1 15699:1 15734:2 15771:1 15783:1 15823:2 15835:1 15883:1 15890:1 15901:2 15954:1 15974:1 15997:1 16006:1 16018:1 16107:1 16115:1 16177:1 16243:1 16256:1 16264:1 16269:1 16289:1 16340:1 16343:1 16347:1 16365:1 16426:1 16479:1 16493:1 16511:1 16513:1 16527:1 16533:1 16560:1 16583:1 16688:1 16694:1 16707:1 16741:1 16750:1 16767:1 16769:1 16838:2 16859:1 16902:1 16986:1 16997:1 17062:1 17109:1 17137:1 17146:2 17150:1 17152:2 17169:1 17176:1 17178:1 17180:1 17191:1 17194:1 17233:1 17273:1 17295:2 17339:1 17357:1 17437:1 17481:1 17489:1 17500:1 17609:1 17635:1 17656:1 17659:3 17665:1 17739:1 17764:1 17775:1 17795:1 17800:1 17885:1 17920:1 17959:3 17965:1 17967:2 17992:1 17998:1 18007:1 18147:1 18180:1 18214:1 18216:1 18312:1 18370:2 18518:1 18549:1 18560:1 18615:2 18753:2 18769:1 18787:2 18788:1 18792:1 18821:2 18845:1 18850:2 18861:1 18960:1 18991:1 19038:1 19045:1 19069:2 19078:1 19118:1 19122:1 19166:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19451:1 19468:1 19470:1 19473:1 19476:1 19481:1 19573:1 19575:1 19583:2 19591:1 19631:1 19637:1 19643:1 19662:1 19681:1 19782:1 19859:1 19877:1 19879:1 19898:1 19953:1 19991:2 20030:6 20035:1 20039:1 20081:1 20084:1 20213:1 20290:1 20398:1 20444:1 20450:1 20577:1 20592:1 20670:1 20731:1 20819:1 20847:1 20848:1 20892:1 20904:1 20972:3 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21190:1 21212:1 21229:1 21232:1 21277:2 21354:1 21355:1 21376:1 21419:4 21464:1 21508:1 21528:2 21529:2 21531:1 21534:1 21690:1 21815:1 21907:1 21954:1 22035:1 22088:1 22102:1 22110:1 22125:1 22163:1 22301:2 22381:965 22385:1 22388:1 22394:1 22412:1 22459:1 22516:1 22542:1 22551:1 22612:5 22623:1 22662:1 22727:2 22767:1 22886:1 22921:1 22930:2 22938:1 22975:1 23027:1 23033:1 23067:1 23101:1 23134:1 23158:1 23266:1 23286:2 23295:1 23329:2 23340:1 23404:2 23536:4 23538:1 23567:1 23608:2 23698:1 23712:1 23715:1 23716:1 23717:1 23733:2 23769:1 23791:1 23805:1 23835:1 23838:1 23851:1 23855:1 23897:2 24016:2 24018:1 24050:1 24087:2 24092:1 24107:2 24112:2 24138:2 24180:2 24201:1 24205:3 24238:1 24239:1 24263:1 24267:1 24278:1 24289:2 24293:1 24300:1 24335:1 24353:1 24375:1 24387:1 24393:1 24416:1 24554:2 24619:1 24699:1 24725:2 24758:3 24776:1 24804:1 24863:1 24865:1 24867:1 24875:1 24889:1 24907:1 24948:1 24950:1 24957:1 25040:1 25041:1 25149:1 25190:1 25208:1 25219:1 25268:1 25304:1 25316:1 25336:1 25396:1 25491:1 25526:1 25531:2 25546:1 25547:1 25594:1 25659:2 25684:1 25718:1 25738:1 25796:1 25817:2 25823:1 25845:1 25917:2 25941:1 25965:2 25990:1 26052:1 26089:1 26100:3 26153:1 26180:2 26181:2 26227:1 26243:1 26317:1 26439:1 26469:1 26536:2 26537:1 26608:1 26610:1 26656:1 26674:1 26676:1 26754:1 26774:1 26779:3 26809:1 26847:3 26849:2 26859:1 26864:1 26871:1 26945:1 26950:1 26951:1 26957:1 26964:2 26977:1 26983:2 27052:1 27100:2 27133:1 27184:1 27316:2 27352:1 27369:1 27419:1 27568:1 27577:2 27653:1 27677:1 27770:1 27783:3 27815:1 27834:1 27879:1 27892:1 27928:1 27946:1 27967:1 27981:1 27982:1 28050:1 28070:1 28091:1 28177:1 28261:1 28285:1 28336:1 28370:1 28499:1 28525:1 28586:1 28597:1 28621:1 28635:1 28637:1 28705:1 28723:1 28760:1 28823:2 28869:2 28889:1 29026:1 29061:1 29074:2 29091:3 29128:1 29196:1 29203:2 29207:1 29212:1 29213:1 29215:2 29222:1 29223:1 29239:1 29303:1 29304:1 29383:6 29390:1 29403:1 29493:2 29513:1 29590:1 29591:1 29623:1 29722:1 29726:1 29737:1 29755:3 29797:1 29829:3 29832:5 29835:1 29876:4 29890:1 29894:1 29899:1 29900:1 29946:3 29965:1 30008:1 30019:1 30090:1 30132:1 30134:1 30147:2 30167:1 30269:1 30386:2 30389:1 30403:1 30457:1 30479:1 30490:2 30492:2 30509:3 30609:1 30686:1 30753:1 30780:2 30819:1 30854:1 31033:1 31075:2 31082:2 31180:1 31206:1 31292:1 31305:1 31319:2 31396:1 31413:1 31434:1 31435:1 31458:1 31480:3 31484:1 31489:1 31518:1 31552:1 31647:1 31703:1 31739:1 31776:1 31788:1 31795:4 31936:1 31941:1 31950:1 31963:1 32026:1 32030:1 32056:1 32068:1 32070:1 32073:1 32084:1 32095:1 32129:2 32138:2 32156:1 32158:1 32161:1 32215:1 32216:1 32222:2 32270:1 32379:3 32381:1 32427:1 32432:1 32465:2 32469:1 32478:1 32498:2 32505:1 32537:1 32545:3 32546:2 32549:1 32553:1 32556:2 32564:1 32582:1 32614:1 32632:1 32658:1 32670:1 32671:1 32794:1 32829:1 32860:2 32861:1 32891:1 32901:1 32915:1 32923:1 32930:1 32933:1 33041:1 33086:2 33108:1 33141:1 33161:1 33210:1 33240:1 33296:2 33304:1 33328:2 33337:1 33374:1 33393:2 33394:1 33442:4 33447:1 33453:1 33466:1 33474:1 33481:1 33492:1 33510:2 33555:1 33558:1 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:2 33664:2 33670:1 33707:1 33751:1 33763:1 33770:1 33823:1 33860:1 33863:1 33895:1 33907:2 33987:1 33990:1 34011:1 34043:2 34074:1 34079:1 34304:1 34349:1 34466:1 34514:1 34603:1 34675:2 34728:2 34736:1 34758:1 34787:1 34848:1 34853:1 34864:2 34873:1 34875:1 34886:3 34891:2 34901:1 34958:2 34998:1 35042:2
3 13:1 40:1 48:1 102:1 121:1 131:1 196:1 215:1 225:1 242:1 304:1 317:1 361:1 406:1 432:1 453:1 456:1 474:1 491:1 493:1 497:1 516:1 576:1 601:1 612:1 685:1 710:3 718:1 780:1 799:1 915:1 939:1 960:1 970:1 1001:2 1029:3 1057:1 1060:1 1067:1 1077:1 1116:1 1119:2 1150:1 1160:1 1198:2 1220:1 1321:2 1373:2 1374:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1514:1 1531:1 1567:2 1621:1 1657:1 1662:1 1693:1 1721:1 1740:1 1744:1 1778:1 1790:1 1799:1 1809:1 1836:3 1963:1 1977:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2178:1 2180:1 2195:3 2197:3 2210:2 2227:1 2252:1 2259:1 2315:1 2333:1 2337:1 2421:1 2422:1 2474:1 2535:1 2565:1 2567:1 2654:1 2664:1 2669:1 2671:1 2673:1 2675:1 2676:6 2677:2 2678:1 2682:1 2701:1 2794:2 2878:1 2972:1 3092:1 3137:1 3153:1 3180:1 3248:1 3302:1 3323:1 3358:2 3366:1 3375:1 3447:2 3466:1 3472:1 3522:1 3523:6 3536:1 3579:1 3840:1 3849:1 3871:2 3884:3 3932:1 3986:1 3992:1 4065:1 4086:1 4142:1 4234:1 4273:1 4338:1 4342:1 4350:2 4357:3 4369:2 4386:1 4418:1 4468:1 4480:2 4507:1 4520:1 4591:2 4609:1 4651:1 4676:1 4695:1 4736:1 4757:1 4800:2 4841:1 4849:2 4880:1 4966:1 4974:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:1 5178:1 5210:1 5250:1 5298:3 5331:1 5338:1 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5530:1 5548:2 5582:1 5589:1 5599:5 5616:1 5647:1 5699:2 5704:1 5727:1 5830:3 5834:1 5870:1 5894:1 5968:1 5970:1 5990:1 5996:1 6020:1 6141:1 6204:1 6267:2 6304:1 6343:1 6354:1 6401:3 6405:1 6504:1 6511:1 6641:1 6698:1 6702:2 6886:1 6890:1 6894:1 6926:2 6929:1 6960:1 7028:1 7170:1 7183:1 7271:1 7274:1 7282:1 7289:1 7344:1 7349:1 7358:2 7366:1 7373:1 7406:1 7442:1 7446:1 7452:4 7483:1 7494:1 7625:1 7654:1 7677:2 7679:1 7686:2 7688:2 7695:3 7699:1 7703:3 7708:1 7765:2 7848:3 7851:1 7860:1 7877:5 7894:1 8007:1 8018:1 8200:1 8205:1 8235:1 8271:1 8274:1 8304:1 8394:1 8405:1 8415:1 8463:1 8476:1 8487:1 8505:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:4 8738:1 8763:1 8989:1 9075:1 9084:1 9099:2 9139:2 9148:1 9186:1 9281:4 9282:2 9357:14 9379:1 9381:2 9389:1 9485:1 9498:1 9555:1 9570:1 9574:1 9616:1 9756:2 9803:1 9825:1 9845:1 9913:2 9915:2 9923:1 9924:1 9940:7 10076:1 10097:1 10156:1 10167:1 10208:2 10211:1 10221:1 10237:1 10262:1 10279:1 10335:1 10368:1 10371:1 10373:1 10382:1 10383:1 10481:1 10528:2 10564:1 10582:1 10618:1 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:1 10738:1 10757:1 10760:1 10776:1 10802:1 10824:2 10842:1 10862:1 10892:1 10971:2 11027:1 11057:1 11079:1 11088:1 11124:1 11129:1 11164:1 11203:1 11216:1 11226:1 11263:1 11268:1 11352:1 11356:1 11375:1 11377:1 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11607:1 11620:1 11642:2 11659:1 11685:1 11686:1 11691:1 11778:1 11833:1 11890:2 11923:1 11933:1 11959:2 11985:1 12008:1 12085:1 12102:1 12119:2 12123:4 12136:1 12156:1 12200:1 12231:1 12321:1 12327:1 12384:3 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12553:1 12575:3 12663:1 12672:1 12693:1 12750:1 12772:1 12845:3 12859:4 12923:1 12954:2 13034:1 13036:1 13100:1 13165:3 13201:1 13216:1 13283:1 13284:1 13318:1 13383:1 13388:1 13523:1 13601:1 13610:2 13615:1 13617:1 13635:1 13639:1 13692:1 13695:1 13719:1 13771:1 13772:1 13794:1 13805:1 13820:1 13828:1 13902:1 13904:1 13907:1 13951:4 14006:1 14011:1 14033:1 14081:1 14090:5 14103:3 14112:1 14113:2 14136:1 14170:1 14300:1 14310:2 14344:2 14351:1 14380:1 14473:1 14507:1 14523:1 14525:1 14544:1 14618:1 14644:1 14746:1 14754:1 14835:1 14911:1 14926:1 14934:1 14955:1 14966:2 14978:1 15060:1 15068:1 15076:1 15140:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15334:1 15398:1 15408:1 15428:1 15480:1 15483:1 15616:1 15632:1 15641:1 15696:1 15697:1 15699:1 15734:2 15771:1 15783:1 15807:1 15823:3 15835:1 15883:1 15890:1 15901:2 15954:1 15974:1 15997:1 16006:1 16018:1 16107:1 16115:1 16177:1 16243:1 16256:1 16264:1 16269:1 16289:1 16340:1 16343:1 16347:1 16365:1 16426:1 16479:1 16493:1 16511:1 16513:1 16527:1 16533:1 16560:1 16583:1 16688:1 16694:1 16707:1 16741:1 16750:1 16767:1 16769:1 16838:2 16859:1 16902:1 16919:1 16970:1 16986:1 16997:1 17062:1 17109:1 17134:1 17137:1 17146:2 17150:1 17152:2 17169:1 17176:2 17178:1 17180:1 17191:1 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17437:1 17481:1 17489:1 17500:1 17588:1 17609:1 17635:1 17656:1 17659:3 17665:2 17739:1 17764:1 17775:1 17795:1 17800:1 17885:1 17920:1 17959:3 17965:1 17967:2 17992:1 17998:1 18007:1 18147:1 18180:1 18214:1 18216:1 18275:1 18312:1 18370:2 18491:1 18518:1 18549:1 18560:1 18567:1 18615:2 18653:1 18753:2 18769:1 18787:2 18788:1 18792:1 18821:2 18845:1 18850:2 18861:1 18960:1 18967:1 18991:1 19038:1 19045:1 19069:2 19078:1 19118:1 19122:1 19166:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19451:1 19468:1 19470:1 19473:1 19476:1 19481:1 19573:2 19575:1 19583:2 19591:1 19631:1 19637:1 19643:1 19662:1 19681:1 19782:2 19859:1 19877:1 19879:1 19898:1 19953:1 19991:2 20019:1 20030:6 20035:1 20039:1 20081:1 20084:1 20213:1 20290:1 20398:1 20444:1 20450:1 20577:1 20592:1 20670:2 20731:1 20819:1 20847:1 20848:1 20892:1 20904:1 20972:3 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21190:1 21212:1 21229:1 21232:1 21277:2 21354:1 21355:1 21376:1 21419:4 21464:1 21508:1 21528:2 21529:2 21531:1 21534:1 21690:1 21815:1 21907:1 21954:1 22035:1 22088:1 22102:1 22110:1 22125:1 22163:1 22164:1 22301:2 22381:1009 22385:1 22388:1 22394:1 22412:1 22459:1 22516:1 22542:1 22551:1 22612:5 22623:1 22662:1 22664:1 22727:2 22767:1 22886:1 22921:1 22930:2 22938:1 22975:1 23027:1 23033:1 23067:1 23094:1 23101:1 23134:1 23158:1 23266:1 23286:2 23295:1 23329:2 23340:1 23404:2 23536:4 23538:1 23567:1 23608:2 23698:1 23712:1 23715:1 23716:1 23717:1 23733:2 23769:1 23791:1 23805:1 23835:1 23838:1 23851:1 23855:1 23897:2 24016:2 24018:1 24050:1 24087:2 24092:1 24107:2 24112:2 24138:2 24180:2 24201:1 24205:3 24238:1 24239:1 24263:1 24267:1 24278:1 24289:2 24293:1 24300:1 24335:1 24353:1 24375:1 24387:1 24393:1 24416:1 24543:1 24554:2 24619:1 24699:1 24725:2 24758:3 24776:1 24804:1 24829:1 24863:1 24865:1 24867:1 24875:1 24889:1 24907:1 24908:1 24948:1 24950:1 24957:1 25040:1 25041:1 25149:1 25190:1 25208:1 25219:1 25268:1 25298:1 25304:1 25316:1 25336:1 25396:1 25461:1 25491:1 25526:1 25531:2 25546:1 25547:1 25594:1 25659:2 25684:1 25718:1 25738:1 25796:1 25817:2 25823:1 25845:1 25917:3 25941:1 25965:2 25990:1 26052:1 26089:1 26100:3 26153:1 26180:2 26181:2 26227:1 26243:1 26317:1 26368:1 26439:1 26469:1 26536:2 26537:1 26608:1 26610:1 26656:1 26674:1 26676:1 26754:1 26774:1 26779:3 26809:1 26847:3 26849:2 26859:1 26864:1 26871:1 26895:1 26945:1 26950:1 26951:1 26957:1 26964:2 26977:1 26983:2 27052:1 27100:2 27133:1 27184:1 27316:2 27352:1 27369:1 27419:1 27568:1 27577:2 27653:1 27677:1 27701:2 27770:1 27783:3 27815:1 27834:1 27879:1 27892:1 27928:1 27946:1 27967:1 27981:1 27982:1 28050:1 28070:1 28091:1 28177:1 28261:1 28285:1 28336:1 28370:1 28499:1 28525:1 28586:1 28597:1 28621:1 28635:1 28637:1 28705:1 28723:1 28760:1 28823:2 28869:2 28889:1 29002:1 29026:1 29061:1 29074:2 29091:3 29128:1 29141:1 29196:1 29203:2 29207:1 29212:1 29213:1 29215:2 29222:1 29223:1 29239:1 29301:1 29303:1 29304:1 29383:6 29390:1 29403:1 29493:2 29513:1 29590:1 29591:1 29623:1 29722:1 29726:1 29737:1 29755:3 29797:1 29829:3 29832:5 29835:1 29876:4 29890:1 29894:1 29899:1 29900:1 29946:3 29965:1 30008:1 30019:1 30090:1 30132:1 30134:1 30147:2 30167:1 30250:1 30269:1 30386:2 30389:1 30403:1 30457:1 30479:1 30490:2 30492:2 30509:3 30609:1 30686:1 30731:1 30753:1 30780:2 30819:1 30854:1 31033:1 31075:2 31082:2 31180:1 31206:1 31292:1 31297:1 31305:1 31319:2 31347:1 31396:1 31413:1 31434:1 31435:1 31458:1 31480:3 31484:1 31489:1 31518:1 31552:1 31647:1 31703:1 31739:1 31776:1 31788:1 31795:5 31936:1 31941:1 31950:2 31963:1 32026:1 32030:1 32056:1 32068:1 32070:1 32073:1 32084:1 32093:1 32095:1 32129:2 32138:2 32156:1 32158:1 32161:1 32215:1 32216:1 32222:2 32270:1 32379:3 32381:1 32427:1 32432:1 32465:2 32469:1 32478:1 32498:2 32505:1 32537:1 32545:3 32546:2 32549:1 32553:1 32556:2 32564:1 32582:1 32614:1 32632:1 32658:1 32670:1 32671:1 32794:1 32803:1 32829:1 32860:2 32861:1 32891:1 32901:1 32915:2 32923:2 32930:1 32933:1 33041:1 33086:3 33108:1 33141:1 33161:1 33210:1 33240:1 33296:2 33304:1 33328:2 33337:1 33374:1 33375:1 33393:2 33394:1 33442:4 33447:1 33453:1 33466:1 33474:1 33481:1 33492:1 33510:2 33512:1 33555:1 33558:1 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:2 33664:2 33670:1 33707:1 33751:1 33763:1 33770:1 33794:1 33823:1 33860:1 33863:1 33895:1 33907:2 33987:1 33990:1 34011:1 34043:2 34074:1 34079:1 34304:1 34349:1 34466:1 34514:1 34603:1 34675:2 34728:2 34736:1 34758:1 34787:1 34848:1 34853:1 34864:2 34873:1 34875:1 34884:1 34886:4 34891:2 34901:1 34934:1 34958:2 34998:1 35042:2
3 13:1 40:1 48:1 102:1 121:1 131:1 196:1 215:1 225:1 242:1 304:1 305:1 317:1 361:1 406:1 432:1 453:1 456:1 474:1 491:1 493:1 497:1 503:1 516:1 576:1 601:1 612:1 685:1 704:1 710:3 718:1 767:1 780:1 799:1 915:1 939:1 960:1 970:1 1001:2 1029:3 1057:1 1060:1 1067:1 1077:1 1116:1 1119:3 1150:1 1160:1 1198:2 1220:1 1321:2 1373:2 1374:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1514:1 1531:1 1567:2 1621:1 1657:1 1662:1 1693:1 1721:1 1740:1 1744:1 1778:1 1790:1 1799:1 1809:1 1836:3 1963:1 1977:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2252:1 2259:1 2315:1 2333:1 2337:1 2367:1 2373:1 2421:1 2422:1 2474:1 2535:1 2565:1 2567:1 2654:1 2664:1 2669:1 2671:3 2673:1 2675:1 2676:6 2677:2 2678:1 2682:1 2701:1 2710:1 2794:2 2878:1 2931:1 2972:1 3092:1 3137:1 3153:1 3157:1 3180:1 3248:1 3302:1 3323:1 3326:1 3358:2 3364:1 3366:1 3375:1 3447:2 3466:1 3472:1 3522:1 3523:6 3536:1 3579:1 3840:1 3849:1 3871:2 3884:3 3932:1 3986:1 3992:1 4065:1 4086:1 4142:1 4234:1 4273:1 4338:1 4342:1 4350:2 4357:3 4369:2 4386:2 4418:1 4468:1 4480:2 4507:2 4520:1 4591:2 4609:1 4651:1 4676:2 4695:1 4736:1 4757:1 4800:3 4841:1 4849:2 4880:1 4966:1 4974:1 5029:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:1 5178:1 5210:1 5250:1 5298:3 5331:1 5338:1 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5530:1 5548:2 5582:1 5589:1 5599:6 5616:1 5647:2 5699:2 5704:1 5727:1 5830:3 5834:2 5870:1 5894:1 5968:1 5970:1 5990:1 5996:1 6020:1 6141:1 6204:1 6267:2 6304:1 6343:1 6354:1 6401:3 6405:1 6504:1 6511:1 6641:1 6698:1 6702:2 6886:1 6890:1 6894:1 6926:2 6929:1 6960:2 7028:1 7158:1 7170:1 7183:1 7271:1 7274:1 7282:1 7289:1 7344:1 7349:1 7358:2 7366:1 7373:1 7406:1 7442:1 7446:1 7452:4 7483:1 7494:1 7625:1 7637:1 7654:1 7677:2 7679:1 7686:2 7688:2 7695:4 7699:1 7703:3 7708:1 7765:2 7848:3 7851:1 7860:1 7877:6 7894:1 8007:1 8018:1 8200:1 8205:1 8235:1 8271:1 8274:1 8304:2 8394:1 8405:1 8415:1 8463:1 8476:1 8487:1 8505:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:4 8738:1 8753:1 8763:1 8989:1 9075:1 9084:1 9099:2 9139:2 9148:1 9186:1 9281:4 9282:2 9357:17 9379:1 9381:2 9389:1 9485:1 9498:1 9555:1 9570:1 9574:1 9616:1 9756:2 9803:1 9825:1 9845:1 9913:2 9915:2 9923:1 9924:1 9940:7 10076:1 10097:1 10156:1 10167:1 10208:2 10211:1 10221:1 10237:1 10262:1 10279:1 10335:1 10368:1 10371:1 10373:1 10382:1 10383:1 10481:1 10528:2 10564:1 10582:1 10618:1 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:1 10738:1 10757:1 10760:1 10776:1 10802:1 10824:2 10842:1 10862:1 10892:1 10971:2 11027:1 11029:1 11057:1 11079:1 11088:1 11124:1 11129:1 11164:1 11203:1 11216:1 11226:1 11263:1 11268:1 11352:1 11356:1 11375:1 11377:1 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11568:1 11607:1 11620:1 11642:2 11659:1 11685:1 11686:1 11691:1 11778:1 11833:1 11873:1 11890:2 11923:1 11933:1 11959:2 11985:1 12008:1 12085:1 12102:1 12119:2 12123:4 12136:1 12156:1 12169:1 12200:1 12231:1 12321:1 12327:1 12384:3 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12553:1 12575:3 12663:1 12672:1 12693:1 12750:1 12772:1 12845:3 12859:5 12923:1 12954:2 13034:1 13036:1 13100:1 13165:3 13201:1 13216:1 13283:1 13284:1 13318:1 13326:1 13372:1 13383:1 13388:1 13523:1 13601:1 13610:2 13615:2 13617:1 13635:1 13639:1 13692:1 13695:1 13719:1 13771:1 13772:1 13794:1 13805:1 13820:1 13828:1 13882:1 13902:1 13904:1 13907:1 13951:4 14006:1 14011:1 14016:1 14033:1 14081:1 14090:5 14103:3 14112:1 14113:2 14136:1 14170:1 14300:1 14310:2 14344:2 14351:1 14380:1 14473:1 14507:1 14523:1 14525:1 14544:1 14618:2 14644:2 14746:1 14754:1 14835:1 14911:1 14926:1 14934:1 14955:1 14966:2 14978:1 15060:2 15068:1 15076:1 15140:1 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15334:1 15398:1 15408:1 15428:1 15480:1 15483:1 15616:1 15632:1 15641:1 15686:1 15696:1 15697:1 15699:1 15734:2 15771:1 15783:1 15807:1 15823:3 15835:1 15845:1 15883:1 15890:1 15901:2 15954:1 15974:1 15997:1 16006:1 16018:1 16107:1 16115:1 16177:1 16243:1 16256:1 16264:1 16269:1 16289:1 16340:1 16343:1 16347:1 16365:1 16379:1 16426:1 16450:1 16479:1 16493:1 16511:1 16513:1 16527:1 16533:1 16560:1 16583:1 16688:1 16694:1 16707:1 16741:1 16750:1 16767:1 16769:1 16838:2 16859:1 16902:1 16919:1 16970:1 16986:1 16997:1 17062:1 17095:1 17109:1 17134:1 17137:1 17146:2 17150:1 17152:2 17169:1 17176:2 17178:1 17180:1 17191:1 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17437:1 17481:1 17489:1 17500:1 17565:1 17588:2 17609:1 17635:1 17656:1 17659:3 17665:2 17703:1 17739:1 17764:1 17775:1 17795:1 17800:1 17885:1 17920:1 17959:3 17965:1 17967:2 17992:1 17998:1 18007:1 18147:1 18180:1 18214:1 18216:1 18275:1 18283:1 18312:1 18370:2 18491:1 18518:1 18549:1 18560:1 18567:1 18615:2 18653:1 18753:2 18769:1 18785:1 18787:2 18788:1 18792:1 18821:2 18845:1 18850:2 18861:1 18960:1 18966:1 18967:1 18991:1 19038:1 19045:1 19069:3 19078:1 19118:1 19122:1 19158:1 19166:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19451:1 19468:1 19470:1 19473:1 19476:1 19481:1 19573:2 19575:1 19583:2 19591:1 19631:1 19637:1 19643:1 19662:1 19681:1 19782:2 19859:1 19877:1 19879:1 19898:1 19953:1 19991:2 20019:1 20030:6 20035:1 20039:1 20081:1 20084:1 20213:1 20290:1 20398:1 20444:1 20450:1 20577:1 20592:1 20670:2 20731:1 20819:1 20847:1 20848:1 20892:1 20904:1 20972:3 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21354:1 21355:1 21376:1 21414:1 21419:4 21438:1 21464:1 21508:1 21528:2 21529:2 21531:1 21534:1 21690:1 21815:1 21898:1 21907:1 21954:1 22035:1 22088:1 22102:1 22110:1 22125:1 22163:1 22164:1 22301:2 22346:1 22381:1106 22385:1 22388:1 22394:1 22412:1 22459:1 22516:1 22542:1 22551:1 22612:5 22623:1 22662:1 22664:1 22727:2 22767:1 22886:1 22921:1 22930:2 22938:1 22975:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23266:1 23286:2 23295:1 23329:3 23340:1 23404:2 23498:1 23536:4 23538:1 23567:1 23608:2 23698:1 23712:1 23715:1 23716:1 23717:1 23733:2 23769:1 23791:1 23805:1 23835:1 23838:1 23851:1 23855:1 23897:2 24016:2 24018:1 24050:1 24087:2 24092:1 24107:2 24112:2 24138:2 24180:2 24201:1 24205:3 24238:1 24239:1 24263:1 24267:1 24278:1 24289:2 24293:1 24300:1 24335:1 24353:1 24375:1 24387:1 24393:1 24416:1 24543:1 24554:2 24619:1 24699:1 24725:2 24758:3 24776:1 24804:1 24829:1 24863:1 24865:1 24867:1 24875:1 24889:1 24907:1 24908:2 24948:1 24950:1 24957:1 25040:1 25041:1 25149:1 25190:1 25208:1 25219:1 25268:1 25298:1 25304:1 25316:1 25336:1 25396:1 25461:1 25491:1 25526:1 25531:2 25546:1 25547:1 25594:1 25659:3 25684:1 25718:1 25733:1 25738:1 25796:1 25817:2 25823:1 25832:1 25845:1 25917:3 25941:1 25965:2 25990:1 26052:1 26089:1 26100:3 26153:1 26180:2 26181:2 26227:1 26243:1 26317:1 26368:1 26439:1 26469:1 26536:3 26537:1 26608:1 26610:1 26656:1 26674:1 26676:1 26754:1 26774:1 26779:3 26809:1 26847:3 26849:2 26859:1 26864:1 26871:1 26895:1 26932:1 26945:1 26950:1 26951:1 26957:1 26964:2 26977:1 26983:2 27043:1 27052:1 27100:3 27133:1 27184:1 27316:2 27352:1 27369:1 27419:1 27568:1 27577:2 27613:1 27653:1 27677:1 27701:2 27770:1 27783:3 27815:1 27834:1 27879:1 27892:1 27928:1 27946:1 27967:1 27981:1 27982:1 28050:1 28070:1 28091:1 28177:1 28232:1 28261:1 28285:1 28336:1 28370:1 28499:1 28525:1 28586:1 28597:1 28621:1 28635:1 28637:1 28705:1 28723:1 28760:2 28823:2 28869:2 28889:1 28943:1 29002:1 29026:1 29036:1 29061:1 29074:2 29091:3 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29212:1 29213:1 29215:2 29222:1 29223:1 29239:1 29301:1 29303:1 29304:1 29383:6 29390:1 29403:1 29493:2 29513:1 29590:1 29591:1 29623:1 29722:1 29726:1 29729:1 29737:1 29755:3 29797:1 29829:3 29832:5 29835:1 29876:5 29890:1 29894:1 29899:1 29900:1 29903:1 29909:1 29946:3 29962:1 29965:1 30008:1 30019:1 30090:2 30132:1 30134:1 30147:2 30167:1 30212:1 30250:1 30269:1 30386:2 30389:1 30403:1 30457:1 30479:1 30490:2 30492:3 30509:3 30609:1 30686:1 30731:1 30753:1 30768:1 30780:2 30819:1 30854:1 31033:1 31075:2 31082:2 31180:1 31206:1 31292:1 31297:2 31305:1 31319:2 31347:1 31396:1 31413:1 31434:1 31435:1 31458:1 31480:3 31484:1 31489:1 31518:1 31552:1 31647:1 31703:1 31739:1 31776:1 31788:1 31795:6 31878:1 31936:1 31941:1 31950:2 31963:1 31982:1 32020:1 32026:1 32030:1 32056:1 32068:1 32070:1 32073:1 32084:1 32093:2 32095:1 32129:2 32138:2 32156:1 32158:1 32161:1 32215:1 32216:1 32222:2 32251:2 32270:1 32379:3 32381:1 32427:1 32432:1 32465:3 32469:1 32478:1 32498:2 32505:1 32537:1 32545:3 32546:2 32549:1 32553:1 32556:2 32564:1 32582:1 32614:1 32632:1 32658:1 32670:1 32671:1 32794:1 32803:1 32829:1 32860:2 32861:1 32891:1 32892:1 32901:1 32915:2 32923:2 32930:1 32933:1 33041:1 33086:3 33108:1 33141:1 33161:1 33210:1 33240:1 33296:2 33304:1 33328:2 33337:1 33374:1 33375:1 33393:2 33394:1 33442:4 33447:1 33453:1 33466:1 33474:1 33481:1 33492:1 33510:2 33512:1 33555:1 33558:1 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:2 33664:2 33670:1 33707:1 33751:1 33763:1 33770:1 33794:1 33823:1 33860:1 33863:1 33895:1 33907:2 33987:1 33990:1 34011:1 34043:2 34074:1 34079:1 34304:1 34334:1 34349:1 34466:1 34514:1 34603:1 34675:2 34728:2 34736:1 34758:1 34787:1 34848:1 34853:1 34864:2 34873:1 34875:1 34884:1 34886:5 34891:2 34901:1 34934:1 34958:2 34998:1 35042:2
3 13:1 40:1 48:1 102:1 121:1 131:1 196:1 215:1 225:1 242:1 304:1 305:1 317:1 361:1 406:1 432:1 453:1 456:1 473:1 474:1 491:2 493:1 497:1 503:1 516:1 576:1 601:1 612:1 646:1 662:1 685:1 704:1 710:3 718:1 767:2 770:1 780:1 799:1 901:1 915:1 939:1 960:1 970:1 1001:2 1029:3 1034:1 1053:2 1057:1 1060:1 1067:1 1077:1 1116:1 1119:3 1150:1 1160:1 1198:2 1220:1 1321:2 1353:1 1373:2 1374:1 1388:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1492:1 1514:1 1531:1 1567:2 1621:1 1647:1 1657:1 1662:2 1685:1 1693:2 1721:1 1740:2 1744:1 1778:1 1790:1 1799:1 1809:1 1836:3 1963:1 1977:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2252:1 2259:1 2315:1 2333:1 2337:1 2367:1 2373:1 2408:1 2421:1 2422:1 2474:1 2535:1 2565:1 2567:1 2586:1 2639:1 2654:1 2664:1 2669:1 2671:3 2673:1 2675:1 2676:6 2677:2 2678:1 2682:1 2701:1 2710:1 2794:2 2832:1 2878:1 2931:1 2972:1 3015:1 3091:1 3092:1 3103:1 3137:1 3153:1 3157:1 3180:1 3248:1 3267:1 3302:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3375:1 3447:2 3466:1 3472:1 3522:1 3523:6 3536:1 3579:1 3840:1 3849:1 3871:3 3884:3 3932:1 3986:1 3992:1 4065:1 4086:1 4142:1 4190:1 4234:1 4273:1 4338:1 4342:1 4350:3 4357:3 4369:2 4376:1 4386:2 4418:2 4468:1 4480:2 4507:2 4520:1 4591:2 4609:1 4651:1 4676:2 4695:1 4736:1 4757:1 4800:3 4841:1 4849:2 4880:1 4966:1 4974:1 5016:1 5029:1 5040:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:2 5178:1 5210:1 5250:1 5271:1 5298:3 5331:1 5338:1 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5530:1 5548:3 5582:1 5589:1 5599:6 5616:1 5647:2 5699:2 5704:1 5727:1 5830:3 5834:2 5870:1 5894:1 5968:1 5970:1 5990:1 5996:1 6020:1 6141:1 6204:1 6267:2 6304:1 6343:1 6354:1 6401:3 6405:1 6448:1 6504:1 6511:1 6641:1 6698:1 6702:2 6853:1 6886:2 6890:1 6894:1 6926:2 6929:1 6960:2 7028:1 7069:1 7108:1 7135:1 7158:1 7170:1 7183:1 7271:1 7274:1 7282:1 7289:1 7318:1 7344:1 7345:1 7349:1 7358:2 7366:1 7373:1 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7550:1 7625:1 7637:1 7654:1 7677:2 7679:1 7685:1 7686:4 7688:2 7695:4 7699:2 7703:3 7708:1 7765:2 7848:3 7851:1 7860:1 7877:6 7894:1 8007:1 8018:1 8028:1 8200:1 8205:1 8235:2 8271:1 8274:1 8304:3 8394:1 8405:1 8415:1 8463:1 8476:1 8487:1 8505:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:4 8738:1 8753:1 8763:1 8800:1 8858:1 8989:1 8997:1 9062:1 9075:1 9084:1 9099:2 9139:2 9148:1 9186:2 9281:4 9282:2 9357:18 9379:2 9381:2 9389:1 9485:1 9498:1 9555:1 9570:1 9571:1 9574:1 9616:1 9659:1 9756:2 9803:1 9825:1 9845:1 9913:2 9915:2 9923:1 9924:1 9940:7 10052:1 10076:1 10097:1 10100:1 10156:1 10167:1 10208:2 10211:1 10221:1 10237:1 10262:1 10279:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:1 10382:1 10383:1 10398:1 10481:1 10528:2 10564:1 10567:1 10582:1 10618:1 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:1 10738:1 10753:1 10757:1 10758:1 10760:1 10776:1 10802:2 10824:2 10829:1 10842:1 10862:1 10892:1 10904:1 10914:1 10946:1 10971:2 11027:1 11029:1 11057:1 11079:1 11088:1 11124:1 11129:1 11164:1 11203:1 11216:1 11226:1 11263:1 11268:1 11352:1 11356:1 11375:1 11377:1 11416:1 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11568:1 11607:1 11620:1 11642:2 11659:1 11685:1 11686:1 11691:1 11778:1 11833:1 11873:1 11890:3 11909:1 11923:1 11933:1 11959:2 11985:1 12008:1 12085:1 12102:1 12119:2 12123:4 12136:1 12156:1 12169:1 12200:1 12231:1 12321:1 12327:1 12384:3 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12553:1 12575:3 12663:1 12672:1 12693:1 12750:1 12772:1 12845:3 12859:5 12923:1 12954:2 12972:1 13034:1 13036:1 13100:1 13165:3 13190:1 13201:1 13216:1 13283:1 13284:1 13318:1 13326:1 13372:1 13383:1 13388:2 13523:1 13601:1 13610:3 13615:2 13617:1 13635:1 13639:2 13692:1 13695:1 13719:1 13771:1 13772:1 13779:1 13794:1 13805:1 13820:1 13828:1 13882:1 13902:1 13904:1 13907:1 13931:1 13951:5 14006:1 14011:1 14016:1 14033:1 14081:1 14090:5 14103:3 14112:1 14113:3 14136:1 14170:1 14300:1 14310:2 14338:1 14344:3 14351:1 14380:1 14473:1 14507:1 14523:2 14525:1 14544:1 14618:2 14644:2 14746:1 14754:1 14835:1 14856:1 14911:1 14926:1 14934:1 14955:1 14966:2 14978:1 15060:2 15068:1 15076:1 15140:1 15159:1 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15329:1 15334:1 15398:1 15408:1 15428:1 15480:1 15483:1 15616:1 15632:1 15641:1 15686:1 15696:1 15697:1 15699:1 15734:3 15771:1 15783:1 15799:1 15807:1 15823:3 15835:1 15845:1 15883:1 15890:1 15900:1 15901:3 15954:1 15974:1 15978:1 15997:1 16006:1 16018:1 16107:1 16115:1 16151:1 16177:1 16243:2 16256:1 16264:1 16269:1 16289:1 16295:1 16340:1 16343:1 16346:1 16347:1 16365:1 16379:1 16426:1 16450:1 16479:1 16493:1 16511:1 16513:1 16527:1 16533:1 16560:1 16583:1 16598:1 16688:2 16694:1 16707:1 16741:1 16750:1 16767:1 16769:1 16838:2 16859:2 16902:1 16919:1 16970:1 16986:1 16997:1 17062:1 17095:1 17109:1 17134:1 17137:1 17139:1 17146:4 17150:1 17152:2 17169:1 17176:2 17178:1 17180:1 17191:1 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17437:1 17481:1 17489:1 17500:1 17565:2 17588:2 17609:1 17635:1 17656:1 17659:3 17665:2 17703:1 17739:1 17764:1 17775:1 17795:1 17800:1 17885:1 17902:1 17920:2 17959:4 17965:1 17967:2 17992:1 17998:1 18002:1 18007:1 18147:1 18180:1 18214:1 18216:1 18275:1 18283:1 18312:1 18370:2 18418:1 18491:1 18518:1 18549:1 18560:1 18567:1 18615:2 18653:1 18753:2 18769:1 18785:1 18787:3 18788:1 18792:1 18821:2 18822:1 18824:1 18845:1 18850:2 18861:1 18960:1 18966:1 18967:1 18991:1 19038:1 19045:1 19069:3 19078:1 19118:1 19122:1 19155:2 19158:1 19166:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19451:1 19468:1 19470:1 19473:1 19476:1 19481:1 19567:1 19573:2 19575:1 19583:2 19591:1 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19782:2 19859:1 19877:1 19879:1 19898:1 19953:1 19991:2 20019:1 20030:6 20035:1 20039:1 20081:1 20084:1 20085:1 20213:2 20287:1 20290:1 20326:1 20398:1 20443:1 20444:1 20450:1 20577:1 20592:1 20638:1 20640:1 20670:2 20731:1 20819:1 20847:1 20848:1 20892:1 20904:1 20972:3 20981:1 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21314:1 21334:1 21354:1 21355:1 21376:1 21414:1 21419:4 21438:1 21464:1 21469:1 21508:1 21528:2 21529:2 21531:1 21534:1 21690:1 21759:1 21815:1 21898:1 21907:1 21954:1 22035:1 22088:1 22102:1 22110:1 22125:1 22127:1 22163:1 22164:1 22198:1 22208:1 22301:2 22346:1 22381:1235 22385:1 22388:1 22391:2 22394:1 22408:1 22412:1 22459:1 22516:1 22542:1 22551:1 22578:1 22612:5 22622:1 22623:1 22662:1 22664:1 22727:3 22767:1 22811:2 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23266:1 23283:1 23286:2 23295:1 23329:3 23340:1 23404:2 23498:1 23504:1 23514:1 23536:4 23538:1 23567:1 23608:2 23698:1 23704:1 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23769:1 23791:1 23805:1 23835:1 23838:1 23851:1 23855:1 23892:1 23897:2 23953:1 23962:1 24016:3 24018:1 24050:1 24087:3 24092:1 24107:2 24112:2 24138:2 24180:2 24201:1 24205:3 24238:1 24239:1 24263:1 24267:1 24269:1 24278:1 24289:2 24293:1 24300:1 24335:1 24353:1 24363:1 24375:1 24387:1 24393:1 24416:1 24464:1 24543:1 24544:1 24554:2 24561:1 24619:1 24699:1 24725:2 24758:3 24776:1 24783:1 24804:1 24829:1 24863:1 24865:1 24867:1 24875:1 24889:1 24907:1 24908:2 24948:1 24950:1 24957:1 25040:1 25041:1 25121:1 25140:1 25149:1 25190:1 25208:1 25219:1 25268:1 25298:1 25304:1 25316:1 25336:1 25343:1 25396:1 25461:1 25491:1 25526:1 25528:2 25531:2 25546:1 25547:1 25594:1 25659:3 25674:1 25684:1 25718:1 25733:1 25738:1 25796:1 25817:2 25823:1 25832:1 25845:1 25917:3 25941:1 25965:2 25990:1 26052:1 26089:1 26100:4 26153:1 26180:2 26181:2 26227:1 26243:1 26279:1 26317:1 26368:1 26439:1 26469:1 26536:4 26537:1 26578:1 26608:1 26610:1 26656:1 26674:1 26676:1 26754:1 26774:1 26779:3 26809:1 26847:3 26849:2 26859:1 26864:1 26871:1 26895:1 26932:1 26941:1 26945:1 26950:1 26951:2 26957:1 26964:2 26977:1 26983:2 27011:1 27043:1 27052:1 27100:3 27130:1 27133:2 27184:1 27316:3 27352:1 27369:1 27419:1 27474:1 27528:1 27568:1 27577:2 27613:1 27653:1 27677:1 27701:2 27770:1 27779:1 27783:3 27815:1 27834:1 27879:1 27892:1 27928:1 27946:1 27967:1 27981:1 27982:1 28050:1 28070:1 28091:1 28112:1 28177:1 28232:1 28261:1 28285:1 28336:1 28370:1 28499:1 28525:1 28570:1 28586:1 28597:1 28621:1 28635:1 28637:1 28705:1 28723:1 28760:2 28823:2 28869:2 28889:1 28943:1 28964:1 29002:1 29026:1 29036:1 29061:1 29074:2 29085:1 29091:3 29098:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29212:1 29213:1 29215:2 29222:1 29223:1 29239:1 29260:1 29301:1 29303:1 29304:1 29326:1 29333:1 29335:1 29375:1 29383:6 29390:1 29403:1 29493:2 29513:1 29590:1 29591:1 29623:1 29657:1 29722:1 29726:1 29729:1 29737:1 29755:3 29763:1 29797:1 29829:3 29832:6 29835:1 29876:6 29890:1 29894:1 29899:1 29900:1 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30045:1 30090:2 30132:1 30134:1 30147:2 30167:1 30212:2 30250:1 30265:1 30269:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30609:1 30622:1 30668:1 30686:1 30731:1 30753:1 30768:1 30780:2 30819:1 30854:1 31033:1 31075:2 31082:2 31180:1 31206:1 31292:2 31297:2 31305:1 31319:2 31347:1 31396:1 31413:1 31434:1 31435:1 31458:2 31480:3 31484:1 31489:1 31518:1 31552:1 31647:1 31703:1 31739:1 31776:1 31788:1 31795:6 31878:1 31915:1 31935:1 31936:1 31941:1 31950:2 31963:1 31982:1 32020:1 32026:1 32030:1 32056:1 32068:1 32070:1 32073:1 32084:1 32093:2 32095:1 32129:2 32138:2 32156:1 32158:1 32161:1 32215:1 32216:1 32222:2 32226:1 32251:2 32270:1 32319:1 32379:4 32381:1 32427:1 32432:1 32465:3 32469:1 32478:1 32480:1 32498:2 32505:1 32513:1 32537:1 32545:3 32546:2 32549:1 32553:1 32556:2 32564:1 32582:1 32586:1 32614:1 32632:1 32658:1 32670:1 32671:1 32794:1 32803:1 32829:1 32860:2 32861:1 32891:1 32892:1 32901:1 32915:2 32923:2 32930:1 32933:1 33041:1 33081:1 33086:3 33108:1 33141:1 33161:1 33210:1 33240:1 33296:2 33304:1 33328:2 33337:1 33374:1 33375:1 33388:1 33393:2 33394:1 33442:6 33447:1 33453:1 33466:1 33474:1 33481:1 33486:1 33492:1 33510:2 33512:1 33555:1 33558:1 33578:1 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:2 33664:2 33670:1 33707:1 33751:1 33763:2 33770:1 33794:1 33823:1 33860:1 33863:1 33895:1 33907:2 33987:1 33990:1 34011:1 34043:2 34074:1 34079:1 34199:1 34254:1 34304:1 34334:1 34349:1 34442:1 34466:1 34514:1 34603:1 34675:2 34716:1 34728:2 34736:1 34744:1 34758:1 34787:1 34848:1 34853:1 34862:1 34864:2 34873:1 34875:1 34879:1 34880:1 34884:1 34886:5 34891:2 34901:1 34914:1 34934:1 34958:2 34998:1 35042:2
3 13:1 40:1 48:1 102:1 121:1 131:1 196:1 215:1 225:1 242:1 304:1 305:1 317:1 361:1 406:1 432:1 453:1 456:1 473:1 474:1 491:2 493:1 497:1 503:1 516:1 576:1 601:1 612:1 646:1 662:1 685:1 704:1 710:3 718:1 767:2 770:1 780:1 799:1 901:1 915:1 939:1 960:1 970:1 1001:2 1029:3 1034:1 1053:2 1057:1 1060:1 1067:1 1077:1 1116:1 1119:3 1150:1 1160:1 1198:2 1220:1 1286:1 1321:2 1353:1 1373:2 1374:1 1388:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1492:1 1514:1 1531:1 1567:2 1621:1 1647:1 1657:1 1662:2 1685:1 1693:2 1721:1 1740:2 1744:1 1778:1 1790:1 1799:1 1809:1 1836:3 1963:1 1977:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2252:1 2259:1 2315:1 2333:1 2337:1 2367:1 2373:1 2408:1 2421:1 2422:1 2474:1 2535:1 2565:2 2567:1 2586:1 2639:1 2654:1 2664:1 2669:1 2671:3 2673:1 2675:1 2676:6 2677:2 2678:1 2682:1 2701:1 2710:1 2794:2 2832:2 2878:1 2931:1 2972:1 3015:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:1 3180:1 3187:1 3248:1 3267:1 3302:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3375:1 3447:4 3466:1 3472:1 3522:1 3523:6 3536:1 3579:1 3840:1 3849:1 3871:3 3884:4 3932:1 3986:1 3992:1 4065:1 4086:1 4142:1 4190:1 4234:1 4273:1 4338:1 4342:1 4350:3 4357:3 4369:2 4376:2 4386:2 4418:2 4468:1 4480:2 4507:2 4520:1 4591:2 4609:1 4651:1 4676:2 4695:1 4736:1 4757:1 4800:3 4841:1 4849:2 4875:1 4880:1 4946:1 4966:1 4974:1 5016:1 5029:1 5040:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:2 5178:1 5210:1 5250:1 5271:1 5298:3 5331:1 5338:1 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5530:1 5548:3 5582:1 5589:1 5599:6 5616:1 5647:2 5699:2 5704:1 5707:1 5727:1 5830:4 5834:2 5861:1 5870:1 5894:1 5968:1 5970:1 5990:1 5996:1 6020:1 6103:1 6141:1 6204:1 6267:2 6304:1 6343:1 6354:1 6401:4 6405:1 6448:1 6504:1 6511:1 6580:1 6641:1 6698:1 6702:2 6798:1 6853:1 6886:2 6890:1 6894:1 6926:2 6929:1 6960:2 7028:1 7069:1 7108:1 7135:1 7158:1 7170:1 7183:1 7271:1 7274:1 7282:1 7289:1 7318:1 7344:1 7345:1 7349:1 7358:2 7366:1 7373:1 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7550:2 7625:1 7637:1 7654:1 7677:2 7679:1 7685:1 7686:4 7688:2 7695:4 7699:2 7702:1 7703:3 7705:1 7708:1 7765:2 7848:3 7851:1 7860:1 7877:6 7894:1 8007:1 8018:1 8028:1 8200:1 8205:1 8235:2 8271:1 8274:1 8304:3 8394:2 8405:1 8415:1 8463:1 8476:1 8487:1 8505:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:4 8738:1 8753:1 8763:1 8800:1 8858:1 8989:1 8997:1 9062:1 9075:1 9084:1 9099:2 9119:1 9139:2 9148:1 9186:2 9281:4 9282:2 9357:19 9379:2 9381:3 9389:1 9485:1 9498:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9659:1 9756:2 9803:1 9825:1 9845:1 9913:2 9915:2 9923:1 9924:1 9940:9 10052:1 10076:1 10078:1 10097:1 10100:1 10126:1 10156:1 10167:1 10208:2 10211:1 10221:1 10237:1 10262:1 10279:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:1 10382:2 10383:1 10398:1 10439:1 10481:1 10528:2 10564:1 10567:1 10582:1 10618:1 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:1 10738:1 10753:1 10757:1 10758:1 10760:1 10776:1 10802:2 10824:2 10829:2 10842:1 10862:1 10892:1 10904:1 10914:1 10946:1 10971:2 11027:1 11029:1 11057:1 11079:1 11088:1 11124:1 11129:1 11164:1 11203:1 11216:1 11226:1 11263:1 11268:1 11352:1 11356:1 11358:1 11375:1 11377:1 11416:1 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11568:1 11607:1 11620:1 11642:2 11659:1 11685:1 11686:1 11691:1 11778:1 11833:1 11873:1 11890:3 11909:1 11923:1 11933:1 11959:2 11985:1 12008:1 12085:1 12102:1 12119:2 12123:4 12136:1 12156:1 12169:1 12200:1 12231:1 12321:1 12327:1 12336:1 12360:1 12384:3 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12553:1 12575:3 12663:1 12672:1 12693:1 12750:1 12772:1 12812:1 12845:3 12859:5 12923:1 12954:2 12972:1 13034:1 13036:1 13100:1 13165:4 13190:1 13201:1 13216:1 13273:1 13283:1 13284:1 13318:1 13326:1 13372:1 13382:1 13383:1 13388:2 13523:1 13601:1 13610:3 13615:2 13617:1 13635:1 13639:2 13692:1 13695:1 13719:1 13771:1 13772:1 13779:1 13794:1 13805:1 13820:1 13828:1 13882:1 13902:1 13904:1 13907:1 13931:1 13951:5 14006:1 14011:1 14016:1 14021:1 14028:1 14033:1 14081:1 14090:6 14103:3 14112:1 14113:3 14136:1 14170:1 14300:1 14310:2 14338:1 14344:3 14351:1 14380:1 14473:1 14507:1 14523:2 14525:1 14544:1 14572:1 14618:2 14644:2 14746:1 14754:1 14765:1 14835:1 14856:1 14911:1 14926:1 14934:1 14955:1 14966:2 14978:1 15060:2 15068:1 15076:1 15089:1 15140:1 15159:2 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15329:1 15334:1 15398:1 15408:1 15428:1 15480:1 15483:1 15616:1 15632:1 15641:1 15686:1 15696:1 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:1 15807:1 15809:1 15823:3 15835:1 15845:1 15883:1 15890:1 15900:1 15901:3 15954:1 15974:1 15978:1 15997:1 16006:1 16018:1 16107:1 16115:1 16151:1 16177:1 16243:2 16256:1 16264:1 16269:1 16289:1 16295:1 16340:1 16343:1 16346:1 16347:1 16365:1 16379:1 16426:1 16450:1 16474:1 16479:1 16493:1 16511:1 16513:1 16527:1 16528:1 16533:1 16560:1 16583:1 16587:1 16598:2 16629:1 16688:2 16694:1 16707:1 16741:1 16750:1 16767:1 16769:1 16781:1 16791:1 16838:2 16859:2 16902:1 16919:1 16970:1 16986:1 16997:1 17062:1 17095:1 17109:1 17134:1 17137:1 17139:1 17146:4 17150:1 17152:2 17169:1 17176:2 17178:1 17180:1 17191:1 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17588:2 17609:1 17635:1 17656:1 17659:3 17665:2 17703:1 17739:1 17764:1 17775:1 17795:1 17800:1 17885:1 17902:1 17920:2 17959:5 17965:1 17967:2 17992:1 17998:1 18002:1 18007:1 18147:1 18180:1 18199:1 18214:1 18216:1 18275:1 18283:1 18312:1 18370:2 18418:1 18491:1 18518:1 18549:1 18560:1 18567:1 18612:1 18615:2 18653:1 18753:2 18769:1 18785:1 18787:3 18788:1 18792:1 18821:2 18822:1 18824:1 18845:1 18850:2 18861:1 18960:1 18966:1 18967:1 18991:1 19038:1 19045:1 19069:3 19078:1 19118:1 19122:1 19151:1 19155:2 19158:1 19166:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19451:1 19468:1 19470:1 19473:1 19476:1 19481:1 19483:1 19503:1 19567:1 19573:2 19575:1 19583:2 19591:1 19626:1 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19782:2 19859:1 19877:1 19879:1 19898:2 19953:1 19991:2 20019:1 20030:6 20035:1 20039:1 20081:1 20083:1 20084:1 20085:1 20213:2 20287:1 20290:1 20326:1 20398:1 20443:1 20444:1 20450:1 20550:1 20577:1 20592:1 20638:1 20640:2 20670:2 20731:1 20819:1 20844:1 20847:1 20848:1 20892:1 20904:1 20972:3 20981:1 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21314:1 21334:1 21354:1 21355:1 21376:1 21414:1 21419:4 21438:1 21464:1 21469:1 21508:1 21528:2 21529:2 21531:1 21534:1 21690:1 21759:1 21791:1 21815:1 21898:1 21907:1 21954:1 22035:1 22088:1 22102:1 22110:1 22125:1 22127:1 22163:1 22164:1 22182:1 22198:1 22208:1 22301:2 22346:1 22381:1328 22385:1 22388:1 22391:2 22394:1 22408:1 22412:1 22414:1 22459:1 22516:1 22542:1 22551:1 22578:1 22612:5 22622:1 22623:1 22662:1 22664:1 22727:3 22767:1 22811:2 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23223:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23374:1 23404:2 23498:1 23504:1 23514:1 23536:5 23538:1 23567:1 23608:2 23669:1 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23791:1 23805:1 23835:1 23838:1 23851:1 23855:1 23892:1 23897:2 23953:1 23962:1 24016:3 24017:1 24018:1 24050:1 24087:3 24092:1 24107:2 24112:2 24138:2 24180:2 24201:1 24205:3 24238:2 24239:1 24263:1 24267:1 24269:1 24278:2 24289:2 24293:2 24300:1 24335:1 24353:1 24363:1 24375:1 24387:1 24393:1 24416:1 24464:1 24543:1 24544:1 24554:2 24561:1 24619:1 24699:1 24725:2 24758:3 24776:1 24783:1 24804:1 24829:1 24863:1 24865:1 24867:1 24875:1 24889:1 24907:1 24908:2 24948:1 24950:1 24957:1 25040:1 25041:1 25121:1 25140:1 25149:1 25190:1 25208:1 25219:1 25268:1 25298:1 25304:1 25316:1 25321:1 25336:1 25343:1 25396:1 25461:1 25491:1 25526:1 25528:2 25531:2 25535:1 25546:1 25547:1 25594:1 25659:3 25674:2 25684:1 25718:1 25733:1 25738:1 25796:1 25817:2 25823:1 25832:1 25845:1 25895:1 25917:3 25941:1 25965:2 25990:1 26032:1 26052:1 26089:1 26100:4 26153:1 26180:2 26181:2 26227:1 26243:1 26272:1 26279:1 26317:1 26368:1 26439:1 26469:2 26536:4 26537:1 26578:1 26582:1 26608:1 26610:1 26656:1 26674:1 26676:1 26754:1 26774:1 26779:3 26809:1 26847:3 26849:2 26859:1 26864:1 26871:1 26880:1 26895:1 26932:1 26941:1 26945:1 26950:1 26951:3 26957:1 26964:2 26977:1 26983:2 27011:1 27043:1 27052:1 27100:3 27130:1 27133:2 27178:1 27184:1 27316:3 27352:1 27369:1 27419:1 27474:1 27528:1 27568:1 27577:2 27613:1 27653:1 27675:1 27677:1 27693:1 27701:2 27770:1 27779:1 27783:3 27815:1 27834:1 27879:1 27892:1 27900:1 27928:1 27946:1 27954:1 27967:1 27981:1 27982:1 28046:1 28050:1 28070:1 28091:1 28112:2 28177:1 28232:1 28261:1 28285:1 28336:1 28370:1 28499:1 28525:1 28570:1 28586:1 28597:1 28621:1 28635:1 28637:1 28705:1 28723:1 28760:2 28814:1 28823:2 28869:2 28889:1 28943:1 28964:2 29002:1 29026:1 29036:1 29049:1 29061:1 29074:2 29085:1 29091:3 29098:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29212:1 29213:1 29215:2 29222:1 29223:1 29239:1 29260:2 29301:1 29303:1 29304:1 29326:1 29333:1 29335:1 29375:1 29383:6 29390:1 29403:1 29493:2 29513:1 29590:1 29591:1 29606:1 29623:1 29657:1 29722:1 29726:1 29729:1 29737:1 29755:3 29763:2 29797:1 29829:3 29832:6 29835:1 29876:6 29890:1 29894:1 29899:1 29900:1 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30045:1 30090:2 30120:1 30132:1 30134:1 30147:2 30167:1 30212:2 30247:1 30250:1 30265:1 30269:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30609:1 30622:1 30668:1 30686:1 30731:1 30753:1 30768:1 30780:2 30819:1 30854:1 31033:1 31075:2 31082:2 31180:1 31206:1 31292:3 31297:2 31305:1 31319:2 31347:1 31396:1 31413:1 31434:1 31435:1 31458:2 31480:3 31484:1 31489:1 31518:1 31552:1 31647:1 31703:1 31739:1 31776:1 31788:1 31795:6 31844:1 31878:1 31899:1 31915:1 31935:1 31936:1 31941:1 31950:2 31963:1 31982:1 32020:1 32026:1 32030:1 32056:1 32068:1 32070:1 32073:1 32084:1 32093:2 32095:1 32129:2 32138:2 32156:1 32158:1 32161:2 32215:1 32216:1 32222:2 32226:1 32251:2 32270:1 32319:1 32379:4 32381:1 32427:1 32432:1 32465:3 32469:1 32478:1 32480:1 32498:2 32505:1 32513:1 32537:1 32545:3 32546:2 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32614:1 32632:1 32658:1 32670:1 32671:1 32794:1 32803:1 32829:1 32860:2 32861:1 32891:1 32892:1 32901:1 32915:2 32923:2 32930:1 32933:1 32961:1 33041:1 33081:1 33086:3 33108:1 33141:1 33161:1 33210:1 33240:1 33296:2 33304:1 33328:2 33337:1 33374:1 33375:1 33388:1 33393:2 33394:1 33442:7 33443:1 33447:1 33453:1 33466:1 33474:1 33481:1 33486:1 33492:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:1 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:2 33664:2 33670:1 33707:1 33751:1 33763:2 33770:1 33794:1 33823:1 33860:1 33863:1 33877:1 33895:1 33907:2 33987:1 33990:1 34011:1 34043:2 34074:1 34079:1 34199:1 34254:1 34304:1 34334:1 34349:1 34442:1 34466:1 34514:1 34603:1 34675:2 34716:1 34728:2 34736:1 34744:1 34758:1 34787:1 34848:1 34853:1 34862:2 34864:2 34873:1 34875:1 34879:1 34880:1 34884:1 34886:5 34891:2 34901:1 34914:1 34934:1 34958:2 34998:1 35042:2
3 13:1 34:1 40:1 48:1 102:1 121:1 131:1 196:1 215:1 225:1 242:1 258:1 304:1 305:1 317:1 361:1 406:1 432:1 453:1 456:1 473:1 474:1 491:2 493:1 497:1 503:1 510:1 516:1 576:1 601:1 612:1 646:1 662:1 685:1 704:1 710:3 718:1 767:2 770:1 780:1 799:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1029:3 1034:1 1053:2 1057:2 1060:1 1067:1 1077:1 1116:1 1119:5 1150:1 1160:1 1198:2 1220:1 1286:1 1321:2 1353:1 1373:2 1374:1 1388:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1492:1 1514:1 1531:1 1543:1 1567:2 1621:1 1647:1 1657:1 1662:2 1685:1 1693:2 1721:1 1740:2 1744:1 1778:1 1790:1 1799:1 1809:1 1836:3 1963:1 1977:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2252:1 2259:1 2315:1 2333:1 2337:1 2367:1 2373:1 2408:1 2421:1 2422:1 2463:1 2474:1 2499:1 2535:1 2565:2 2567:1 2586:1 2639:1 2654:1 2663:1 2664:1 2669:1 2671:3 2673:1 2675:1 2676:6 2677:2 2678:1 2682:1 2701:1 2710:2 2757:1 2794:2 2832:2 2876:1 2878:1 2931:2 2972:1 3015:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3187:1 3248:1 3267:1 3302:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3375:1 3447:4 3466:1 3470:1 3472:1 3522:1 3523:6 3536:1 3579:1 3840:1 3849:1 3871:3 3884:4 3932:1 3986:1 3992:1 4065:1 4086:1 4142:1 4190:1 4234:1 4271:1 4273:1 4338:1 4342:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:2 4418:2 4439:1 4468:1 4480:2 4507:3 4520:1 4591:2 4609:1 4651:1 4657:1 4676:3 4695:1 4736:1 4757:1 4800:3 4841:1 4849:2 4875:1 4880:1 4946:1 4966:1 4974:1 5016:1 5029:2 5040:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5271:1 5298:3 5331:1 5338:1 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5530:1 5548:4 5582:1 5589:1 5599:6 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5830:4 5834:2 5861:1 5870:1 5894:1 5968:1 5970:1 5990:1 5996:1 6020:2 6103:1 6141:1 6179:1 6204:1 6267:2 6304:1 6343:1 6354:1 6401:4 6405:1 6448:1 6504:1 6511:1 6580:1 6641:1 6698:1 6702:2 6794:1 6798:1 6853:1 6886:2 6890:1 6894:1 6926:2 6929:1 6942:1 6960:2 7028:1 7069:1 7108:1 7135:1 7158:1 7170:1 7183:2 7271:1 7274:1 7282:1 7289:1 7315:1 7318:1 7344:1 7345:1 7349:1 7358:2 7366:1 7373:1 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7550:2 7625:1 7637:1 7654:1 7677:2 7679:1 7685:1 7686:4 7688:2 7695:4 7699:2 7702:1 7703:4 7705:1 7708:1 7765:2 7848:3 7851:1 7860:1 7877:6 7894:1 8007:1 8018:1 8028:1 8200:1 8205:2 8235:2 8270:2 8271:1 8274:1 8304:3 8394:2 8405:1 8415:1 8458:1 8463:1 8476:1 8487:1 8505:1 8512:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:4 8738:1 8753:1 8763:1 8800:1 8858:1 8989:1 8997:1 9062:1 9075:1 9084:1 9099:2 9119:1 9139:2 9148:1 9154:1 9186:2 9281:4 9282:2 9336:1 9340:1 9357:21 9379:2 9381:3 9389:1 9485:1 9498:1 9516:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9659:1 9756:2 9803:1 9825:1 9845:1 9913:2 9915:2 9923:1 9924:1 9940:9 10052:1 10075:1 10076:1 10078:1 10097:1 10100:1 10126:1 10156:1 10167:1 10205:1 10208:2 10211:1 10221:1 10237:1 10262:1 10279:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:1 10382:2 10383:1 10388:1 10398:1 10439:1 10481:1 10528:2 10544:1 10564:1 10567:1 10582:1 10618:1 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:1 10738:1 10753:1 10757:1 10758:1 10760:1 10776:1 10802:2 10824:2 10829:2 10842:1 10862:1 10892:1 10904:1 10914:1 10946:1 10971:2 11027:1 11029:1 11057:1 11079:1 11088:1 11124:1 11129:1 11164:2 11203:1 11216:1 11226:1 11263:1 11268:2 11352:1 11356:1 11358:1 11375:1 11377:1 11416:1 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11568:1 11607:1 11620:1 11642:2 11659:1 11685:1 11686:1 11691:1 11778:1 11833:1 11873:1 11890:3 11909:1 11923:1 11933:1 11959:3 11985:1 12008:1 12085:1 12102:1 12119:2 12123:4 12136:1 12156:1 12169:1 12200:1 12231:1 12321:1 12327:1 12336:1 12360:1 12384:3 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12528:1 12553:1 12575:3 12663:1 12672:1 12693:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:6 12923:1 12954:2 12972:1 13034:1 13036:1 13100:1 13165:4 13190:1 13201:1 13216:1 13273:1 13283:1 13284:1 13318:1 13326:1 13372:1 13382:1 13383:1 13388:2 13523:1 13601:1 13610:3 13615:2 13617:1 13635:1 13639:2 13692:1 13695:1 13719:1 13771:2 13772:1 13779:1 13794:1 13805:1 13820:1 13828:1 13882:1 13902:1 13904:1 13907:1 13931:1 13951:5 13979:1 13984:1 13988:1 14006:1 14011:1 14016:1 14021:1 14028:1 14033:1 14081:1 14090:6 14103:3 14112:1 14113:3 14136:1 14170:1 14300:1 14310:2 14338:1 14344:3 14351:1 14380:1 14405:1 14428:1 14473:1 14507:1 14523:2 14525:1 14544:1 14572:1 14618:2 14644:3 14746:1 14754:1 14765:1 14835:1 14856:1 14911:1 14926:1 14934:1 14955:1 14966:2 14978:1 15060:3 15068:1 15076:1 15089:1 15140:1 15159:2 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15329:1 15334:1 15398:1 15408:1 15428:1 15480:1 15483:1 15616:1 15632:1 15641:1 15683:1 15686:1 15696:1 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:2 15807:1 15809:1 15823:3 15835:1 15839:1 15845:1 15883:1 15890:2 15900:1 15901:4 15954:1 15974:1 15978:2 15997:1 16006:1 16018:1 16107:1 16115:1 16151:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:1 16340:1 16343:1 16346:1 16347:1 16365:1 16379:1 16426:2 16450:1 16474:1 16479:1 16493:1 16511:1 16513:1 16527:2 16528:1 16533:1 16560:1 16583:1 16587:1 16598:2 16629:1 16657:1 16688:2 16694:1 16707:1 16741:1 16750:1 16767:1 16769:1 16781:1 16791:1 16838:2 16859:2 16874:1 16902:1 16919:2 16970:1 16986:2 16997:1 17007:1 17062:1 17095:2 17109:1 17134:1 17137:1 17139:1 17146:4 17150:1 17152:2 17169:2 17176:2 17178:1 17180:1 17191:1 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17588:2 17609:1 17635:1 17656:1 17659:3 17665:2 17681:1 17703:2 17739:1 17764:1 17775:1 17795:1 17800:1 17885:1 17902:1 17907:1 17920:2 17959:5 17964:1 17965:1 17967:2 17992:1 17998:1 18002:1 18007:1 18052:1 18147:1 18180:1 18199:1 18214:1 18216:1 18275:2 18283:1 18312:1 18370:2 18418:1 18491:1 18518:1 18549:1 18560:1 18567:1 18612:1 18615:2 18653:1 18753:2 18769:1 18785:1 18787:3 18788:1 18792:1 18821:2 18822:1 18824:1 18845:3 18850:2 18861:1 18960:1 18966:1 18967:1 18991:1 19038:1 19045:1 19069:3 19078:1 19118:1 19122:1 19151:1 19155:3 19158:1 19166:1 19174:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19451:1 19468:1 19470:1 19473:1 19476:1 19481:1 19483:1 19503:1 19567:1 19573:2 19575:1 19583:2 19591:1 19626:1 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19782:2 19859:1 19877:1 19879:1 19898:2 19943:1 19953:1 19991:2 20019:1 20030:6 20035:1 20039:1 20081:1 20083:1 20084:1 20085:1 20213:3 20287:1 20290:1 20326:1 20389:1 20398:1 20443:1 20444:1 20450:1 20550:1 20577:1 20592:1 20638:1 20640:2 20670:2 20731:1 20819:1 20844:1 20847:1 20848:1 20892:1 20904:1 20940:1 20952:1 20972:3 20981:1 20984:1 21115:1 21136:1 21151:1 21167:1 21170:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21314:1 21334:1 21354:1 21355:1 21364:1 21376:1 21414:1 21419:4 21432:1 21438:1 21450:1 21464:1 21469:1 21504:1 21508:1 21528:2 21529:2 21531:1 21534:1 21690:1 21759:1 21791:1 21815:1 21898:1 21907:1 21954:1 22035:1 22088:1 22102:1 22110:1 22125:1 22127:1 22163:1 22164:1 22182:1 22198:1 22208:1 22301:2 22346:1 22381:1418 22385:1 22388:1 22391:2 22394:1 22408:1 22412:1 22414:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:1 22612:5 22622:1 22623:1 22662:1 22664:2 22727:3 22767:1 22811:2 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23185:1 23223:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23374:1 23404:2 23473:1 23498:2 23504:1 23514:1 23536:5 23538:1 23567:1 23608:2 23669:1 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:1 23838:1 23851:1 23855:1 23892:1 23897:2 23953:1 23962:1 24016:3 24017:1 24018:1 24050:1 24087:3 24092:1 24107:2 24112:2 24138:2 24180:2 24201:1 24205:3 24238:2 24239:1 24263:1 24267:1 24269:1 24278:2 24289:2 24293:2 24300:1 24335:1 24353:1 24363:1 24375:1 24387:1 24393:1 24416:1 24464:1 24543:1 24544:1 24554:2 24561:1 24619:1 24699:1 24725:2 24737:1 24758:3 24776:1 24783:1 24804:1 24829:1 24863:1 24865:1 24867:1 24875:1 24889:1 24907:1 24908:3 24948:1 24950:1 24957:1 25040:1 25041:1 25121:1 25140:1 25149:1 25184:1 25190:1 25208:1 25219:1 25268:1 25298:1 25304:1 25316:1 25321:1 25336:1 25343:1 25396:1 25461:1 25491:1 25526:1 25528:2 25531:2 25535:1 25546:1 25547:1 25594:1 25659:3 25673:1 25674:2 25684:1 25718:1 25733:1 25738:1 25777:1 25796:1 25799:1 25817:2 25823:1 25832:1 25845:1 25895:1 25917:4 25941:1 25965:2 25990:1 26032:1 26052:1 26089:1 26100:4 26153:1 26180:2 26181:2 26227:2 26243:1 26272:1 26279:1 26317:1 26321:1 26356:1 26368:1 26439:1 26469:2 26536:4 26537:1 26578:1 26582:1 26608:1 26609:1 26610:1 26656:1 26674:1 26676:2 26754:1 26774:1 26779:3 26809:1 26847:3 26849:2 26859:1 26864:1 26871:1 26880:1 26895:1 26932:1 26941:1 26945:1 26950:1 26951:3 26957:1 26964:2 26977:2 26983:2 27011:1 27043:1 27052:1 27100:3 27130:1 27133:2 27178:1 27184:1 27316:4 27352:1 27369:1 27418:1 27419:1 27427:1 27474:1 27493:1 27528:1 27568:1 27577:2 27613:1 27653:1 27675:1 27677:1 27693:1 27701:2 27770:1 27779:1 27783:3 27815:1 27834:1 27879:1 27892:1 27900:1 27928:1 27946:1 27954:1 27967:1 27981:1 27982:1 28046:1 28050:1 28070:1 28091:1 28095:1 28112:2 28177:1 28232:1 28261:1 28285:1 28336:1 28370:1 28499:1 28525:1 28570:1 28586:1 28597:1 28621:1 28635:1 28637:1 28705:1 28723:1 28760:2 28814:1 28823:2 28869:2 28889:1 28943:1 28964:2 29002:2 29026:1 29036:1 29049:1 29061:1 29074:2 29085:1 29091:3 29098:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29222:2 29223:1 29239:1 29260:2 29301:1 29303:1 29304:1 29326:1 29333:1 29335:1 29375:1 29383:6 29390:2 29403:1 29493:2 29513:1 29590:1 29591:1 29606:1 29623:1 29657:1 29722:1 29726:1 29729:1 29737:1 29755:3 29763:2 29797:1 29829:3 29832:7 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:1 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30045:1 30090:2 30120:1 30132:1 30134:1 30147:2 30167:1 30212:2 30247:1 30250:2 30265:1 30269:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30609:1 30622:1 30639:1 30668:1 30686:1 30731:1 30753:1 30768:1 30780:2 30819:1 30854:1 31033:1 31075:2 31082:2 31180:1 31206:1 31292:3 31297:3 31305:1 31319:2 31347:1 31396:1 31413:1 31434:1 31435:1 31458:2 31480:3 31484:1 31489:1 31518:1 31552:1 31647:1 31703:1 31739:1 31776:1 31788:1 31795:6 31844:1 31878:1 31899:1 31915:1 31916:1 31935:1 31936:1 31941:1 31950:2 31963:1 31982:1 32020:1 32026:2 32030:1 32056:1 32068:1 32070:1 32073:1 32084:1 32093:2 32095:1 32129:2 32138:2 32156:1 32158:1 32161:2 32215:1 32216:1 32218:1 32222:2 32226:1 32251:2 32270:1 32319:1 32379:4 32381:1 32427:1 32432:1 32465:3 32469:1 32478:1 32480:1 32486:1 32498:2 32505:1 32513:1 32537:1 32545:3 32546:2 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32614:1 32632:1 32658:1 32670:1 32671:1 32685:1 32794:1 32803:1 32829:1 32860:2 32861:1 32891:1 32892:1 32901:1 32915:2 32923:2 32930:1 32933:1 32961:1 33041:1 33081:1 33086:3 33108:1 33141:1 33161:1 33210:1 33240:1 33296:2 33304:1 33328:2 33337:1 33374:1 33375:1 33388:1 33393:2 33394:1 33442:8 33443:1 33447:1 33453:1 33466:1 33474:1 33481:1 33486:1 33492:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:1 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:2 33664:2 33670:1 33707:1 33751:1 33763:2 33770:1 33794:2 33823:1 33860:1 33863:1 33877:1 33895:1 33907:2 33987:1 33990:1 34011:1 34043:2 34073:1 34074:1 34079:1 34088:1 34199:1 34254:1 34304:1 34334:1 34349:1 34442:1 34466:1 34514:1 34589:1 34603:1 34675:2 34716:1 34728:2 34736:1 34744:1 34749:1 34758:1 34787:1 34815:1 34848:1 34853:1 34862:2 34864:2 34873:1 34875:1 34879:1 34880:1 34884:1 34886:5 34891:2 34898:1 34901:1 34914:1 34934:1 34958:2 34998:1 35042:2 35043:1
3 13:1 34:1 40:1 48:1 102:1 121:1 131:1 196:1 215:1 225:1 242:1 258:1 304:1 305:2 317:1 361:1 406:1 432:1 453:1 456:2 473:1 474:1 491:2 493:1 497:1 503:2 510:1 516:1 576:1 601:1 612:1 646:1 662:1 685:1 704:1 710:3 718:1 747:1 767:2 770:1 780:1 799:1 845:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1029:3 1034:1 1053:3 1057:2 1060:1 1067:1 1072:1 1077:1 1116:1 1119:6 1150:1 1160:1 1198:2 1220:1 1265:1 1275:1 1286:1 1321:2 1347:1 1353:1 1373:2 1374:1 1388:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1492:1 1514:1 1518:1 1531:1 1543:1 1567:2 1621:1 1647:1 1657:1 1662:3 1685:1 1693:3 1721:1 1740:2 1744:1 1778:1 1790:1 1799:1 1809:1 1836:3 1963:1 1977:1 1998:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2252:1 2259:1 2315:1 2333:1 2337:1 2367:1 2373:1 2408:1 2411:1 2421:1 2422:1 2463:2 2474:1 2499:1 2535:1 2565:2 2567:1 2586:1 2639:1 2653:1 2654:1 2663:2 2664:1 2669:1 2671:3 2673:1 2675:1 2676:6 2677:2 2678:1 2682:1 2701:1 2710:2 2757:1 2794:2 2811:1 2832:2 2876:1 2878:1 2931:2 2972:1 3015:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3187:1 3248:1 3267:1 3302:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3375:1 3447:4 3466:1 3470:1 3472:1 3488:1 3522:1 3523:6 3534:1 3536:1 3544:1 3579:1 3840:1 3849:1 3871:3 3884:4 3932:1 3986:1 3992:1 4027:1 4065:1 4086:1 4142:1 4190:1 4234:1 4271:1 4273:1 4338:1 4342:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:2 4418:2 4439:1 4468:1 4480:2 4507:3 4520:1 4591:2 4609:1 4651:1 4657:1 4676:3 4695:1 4736:1 4757:1 4793:1 4800:3 4841:1 4849:2 4875:1 4880:1 4946:2 4966:1 4974:1 5016:1 5029:2 5040:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5298:3 5331:1 5338:2 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5502:1 5530:1 5548:5 5582:1 5588:1 5589:1 5599:7 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5830:4 5834:2 5861:1 5870:1 5894:1 5968:1 5970:1 5990:1 5996:1 6020:2 6103:1 6141:1 6179:1 6204:1 6267:2 6304:1 6343:1 6354:1 6401:4 6405:1 6448:1 6504:1 6511:1 6580:1 6641:1 6698:1 6702:2 6794:1 6798:1 6853:1 6886:3 6890:1 6894:1 6926:2 6929:1 6942:1 6960:3 7028:1 7069:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7315:1 7318:1 7344:1 7345:1 7349:1 7358:2 7366:1 7373:1 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7550:2 7625:1 7637:2 7654:1 7677:2 7679:1 7685:1 7686:5 7688:2 7695:4 7699:2 7702:1 7703:4 7705:1 7708:1 7765:2 7848:3 7851:1 7860:1 7877:6 7894:1 8007:1 8018:1 8028:1 8200:1 8205:2 8235:2 8270:2 8271:1 8274:1 8304:3 8394:2 8405:1 8415:1 8458:1 8463:1 8476:1 8487:1 8505:1 8512:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:4 8738:1 8753:1 8763:1 8800:1 8858:1 8989:1 8997:1 9062:1 9075:1 9084:1 9099:2 9119:1 9139:2 9148:1 9154:1 9186:3 9281:5 9282:2 9304:1 9330:1 9336:1 9340:1 9357:22 9379:2 9381:3 9389:1 9485:1 9498:1 9516:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9659:1 9756:2 9803:1 9825:1 9845:1 9847:1 9913:2 9915:2 9923:1 9924:1 9940:9 10052:1 10075:1 10076:1 10078:1 10097:1 10100:1 10126:1 10156:1 10167:1 10205:1 10208:2 10211:1 10221:1 10237:1 10249:1 10262:1 10279:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:1 10382:2 10383:1 10388:1 10398:1 10439:1 10481:2 10528:2 10544:1 10564:1 10567:1 10582:1 10618:2 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:2 10738:2 10753:1 10757:1 10758:1 10760:1 10776:1 10802:2 10824:2 10829:2 10842:1 10862:1 10892:1 10904:1 10914:1 10946:1 10971:2 11027:1 11029:1 11057:1 11079:1 11088:1 11124:1 11129:1 11164:2 11203:1 11216:1 11226:1 11263:1 11268:2 11352:1 11356:1 11358:1 11375:1 11377:1 11395:1 11416:1 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11568:1 11607:1 11620:1 11642:2 11659:1 11685:1 11686:1 11691:1 11778:1 11833:1 11867:2 11873:2 11889:1 11890:3 11909:1 11923:1 11933:1 11959:3 11985:1 12008:1 12085:1 12102:1 12119:2 12123:4 12136:1 12156:1 12169:1 12200:1 12231:1 12321:1 12327:1 12336:1 12360:1 12384:3 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12528:1 12553:1 12575:3 12663:1 12672:1 12692:1 12693:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:8 12923:1 12954:2 12972:1 13034:1 13036:1 13100:1 13159:2 13165:4 13190:1 13201:1 13216:1 13273:1 13283:1 13284:1 13312:1 13315:1 13318:1 13326:1 13362:1 13372:2 13382:1 13383:1 13388:2 13407:1 13523:1 13601:1 13610:4 13615:2 13617:1 13635:1 13639:2 13692:1 13695:1 13719:1 13724:1 13771:2 13772:1 13779:1 13794:1 13805:1 13820:1 13828:1 13882:1 13902:1 13904:1 13907:1 13931:1 13951:6 13979:1 13984:1 13988:1 14006:1 14011:1 14016:2 14021:1 14028:1 14033:1 14081:1 14090:6 14103:3 14112:1 14113:3 14136:1 14170:1 14300:1 14310:2 14338:1 14344:4 14351:1 14380:1 14405:1 14428:1 14473:1 14507:1 14523:3 14525:1 14544:1 14572:1 14618:2 14644:3 14746:1 14754:1 14765:1 14835:1 14856:1 14911:1 14926:1 14934:1 14955:1 14966:2 14978:1 15060:3 15068:1 15076:1 15089:1 15136:1 15140:1 15159:2 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15329:1 15334:1 15398:1 15408:1 15428:1 15480:1 15483:1 15616:1 15632:1 15641:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:2 15807:1 15809:1 15823:3 15835:1 15839:1 15845:2 15883:1 15890:2 15900:1 15901:5 15954:1 15974:1 15978:2 15980:1 15992:1 15997:1 16006:1 16018:1 16107:1 16110:1 16115:1 16151:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:2 16340:1 16343:1 16346:1 16347:1 16359:1 16365:1 16379:1 16426:2 16450:1 16474:1 16479:1 16493:1 16511:1 16513:1 16527:2 16528:1 16533:1 16560:1 16583:1 16587:1 16598:2 16629:1 16657:1 16688:2 16694:1 16707:1 16741:1 16750:1 16767:1 16769:1 16781:1 16791:1 16806:1 16838:2 16859:2 16874:1 16902:1 16919:2 16970:1 16986:2 16997:1 17007:1 17062:1 17095:2 17109:1 17134:1 17137:1 17139:1 17146:5 17150:1 17152:2 17169:2 17176:2 17178:1 17180:1 17191:1 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17588:2 17609:1 17635:1 17656:2 17659:4 17665:2 17681:1 17703:2 17739:1 17764:1 17775:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:2 17923:1 17959:5 17964:1 17965:1 17967:2 17992:1 17998:1 18002:1 18007:1 18052:1 18076:1 18147:1 18180:1 18199:1 18214:1 18216:1 18275:2 18283:1 18312:1 18370:2 18418:1 18491:1 18518:1 18549:1 18560:1 18567:1 18612:1 18615:2 18653:1 18753:2 18769:1 18785:1 18787:4 18788:1 18792:1 18821:2 18822:1 18824:1 18830:1 18845:3 18850:2 18861:1 18960:1 18966:1 18967:1 18991:1 19038:1 19045:1 19069:4 19078:1 19118:1 19122:1 19151:1 19155:3 19158:1 19166:1 19174:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19451:1 19468:1 19470:1 19473:1 19476:1 19481:1 19483:1 19503:1 19567:1 19573:2 19575:1 19583:2 19591:1 19626:1 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19782:2 19859:1 19877:1 19879:1 19898:2 19943:1 19953:1 19991:2 20019:1 20030:6 20035:1 20039:1 20081:1 20083:1 20084:1 20085:1 20213:3 20287:1 20290:1 20326:1 20389:1 20398:1 20443:1 20444:1 20450:1 20550:1 20577:1 20592:1 20638:1 20640:2 20670:2 20731:1 20819:1 20844:1 20847:1 20848:1 20892:1 20904:1 20940:1 20952:1 20972:3 20981:1 20984:1 21088:1 21115:1 21136:1 21151:1 21167:1 21170:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21314:1 21334:1 21354:1 21355:1 21364:1 21376:1 21414:1 21419:4 21432:1 21438:1 21450:1 21464:2 21469:1 21487:1 21504:1 21508:1 21528:2 21529:2 21531:1 21534:1 21641:1 21683:1 21690:1 21759:1 21791:1 21815:1 21898:1 21907:1 21954:1 22023:1 22035:1 22052:1 22076:1 22088:1 22102:1 22110:1 22125:1 22127:1 22163:1 22164:1 22182:1 22198:1 22208:1 22301:2 22346:1 22381:1519 22385:1 22388:1 22391:3 22394:1 22399:1 22408:1 22412:1 22414:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:1 22612:5 22622:1 22623:1 22662:1 22664:2 22727:3 22767:1 22811:3 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23185:1 23223:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23374:1 23404:2 23461:1 23473:1 23498:2 23504:1 23514:1 23536:5 23538:1 23567:1 23608:2 23669:1 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:1 23838:1 23851:1 23855:1 23892:1 23897:2 23953:1 23962:1 24016:4 24017:1 24018:1 24050:1 24087:3 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24201:1 24205:3 24238:2 24239:1 24242:1 24263:1 24267:1 24269:1 24278:2 24289:2 24293:2 24300:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:1 24393:1 24416:1 24464:1 24543:1 24544:1 24554:2 24561:1 24619:1 24699:1 24725:2 24737:1 24758:3 24776:1 24783:1 24804:1 24829:1 24863:1 24865:1 24867:1 24875:1 24876:1 24889:1 24907:1 24908:3 24932:1 24948:1 24950:1 24957:1 25040:1 25041:2 25121:1 25140:1 25149:1 25184:1 25190:1 25208:1 25219:1 25268:1 25298:1 25304:1 25316:1 25321:1 25336:1 25343:1 25396:1 25461:1 25491:1 25523:1 25526:1 25528:3 25531:2 25535:1 25546:1 25547:1 25594:1 25659:3 25673:1 25674:2 25684:1 25718:1 25733:1 25738:1 25777:1 25796:1 25799:1 25817:2 25823:1 25832:1 25842:1 25845:1 25895:1 25917:4 25941:1 25965:2 25990:1 26032:1 26052:1 26089:2 26100:4 26153:1 26180:2 26181:2 26227:2 26242:1 26243:1 26272:1 26279:1 26317:1 26321:1 26356:1 26368:1 26439:1 26469:2 26536:4 26537:1 26578:1 26582:1 26608:1 26609:1 26610:1 26656:1 26674:1 26676:2 26754:1 26758:1 26774:1 26779:3 26809:1 26847:3 26849:2 26859:1 26864:1 26869:1 26871:1 26880:1 26895:1 26932:1 26941:1 26945:1 26950:1 26951:3 26957:1 26964:2 26977:2 26978:1 26983:2 27011:1 27043:1 27052:1 27090:1 27100:3 27130:1 27133:2 27158:1 27178:1 27184:1 27316:5 27338:1 27352:1 27369:1 27418:1 27419:1 27427:1 27474:1 27493:1 27528:1 27553:1 27568:1 27577:2 27613:1 27637:1 27653:1 27675:1 27677:1 27693:1 27701:2 27770:1 27774:1 27779:1 27783:3 27815:1 27834:1 27879:1 27892:1 27900:1 27928:1 27946:1 27954:1 27967:2 27981:1 27982:1 28046:1 28050:1 28070:1 28091:1 28092:1 28095:1 28112:2 28177:1 28232:1 28261:1 28285:1 28336:1 28340:1 28357:1 28370:1 28391:1 28499:1 28505:1 28525:1 28561:1 28570:1 28586:1 28597:1 28621:1 28635:2 28637:1 28705:1 28723:1 28760:2 28814:1 28823:2 28860:1 28869:2 28889:1 28943:1 28964:2 29002:2 29018:1 29026:1 29036:1 29049:1 29061:1 29074:2 29085:1 29091:3 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29222:2 29223:1 29239:1 29260:2 29270:1 29301:1 29303:1 29304:1 29326:1 29333:1 29335:1 29375:1 29383:6 29390:2 29403:1 29404:1 29408:1 29493:2 29513:1 29517:1 29590:1 29591:1 29606:1 29623:1 29657:1 29722:1 29726:1 29729:1 29737:1 29755:3 29763:2 29789:1 29797:1 29829:4 29832:8 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30045:1 30090:2 30109:1 30120:1 30132:1 30134:1 30147:2 30167:1 30204:1 30212:2 30247:1 30250:2 30265:1 30269:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30609:1 30612:1 30622:1 30639:1 30668:1 30686:2 30731:1 30753:1 30768:1 30780:2 30819:3 30854:1 31033:1 31075:2 31082:2 31180:1 31194:1 31206:1 31292:3 31297:3 31305:1 31319:2 31347:1 31396:1 31413:1 31434:1 31435:1 31458:3 31480:4 31484:1 31489:1 31518:1 31552:1 31647:1 31703:1 31739:1 31776:1 31788:1 31795:6 31844:1 31878:1 31899:1 31915:1 31916:1 31935:1 31936:1 31941:1 31950:2 31963:1 31982:2 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32084:1 32093:2 32095:1 32129:2 32138:2 32156:1 32158:1 32161:2 32165:1 32215:1 32216:1 32218:1 32222:2 32226:1 32251:2 32270:1 32276:1 32319:1 32379:4 32381:1 32427:1 32432:1 32465:4 32469:1 32478:1 32480:1 32486:1 32498:2 32505:1 32513:1 32515:1 32537:1 32545:3 32546:2 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32614:1 32632:1 32658:1 32670:1 32671:1 32685:1 32794:1 32803:1 32829:1 32860:2 32861:1 32891:1 32892:1 32901:1 32915:2 32923:2 32930:1 32933:1 32961:1 33041:1 33081:1 33086:3 33108:1 33141:1 33161:1 33210:1 33240:1 33296:2 33304:2 33328:2 33337:1 33374:1 33375:1 33388:1 33393:2 33394:1 33442:8 33443:1 33447:1 33453:1 33466:2 33474:1 33481:1 33486:1 33492:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:1 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:3 33664:2 33670:1 33707:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33877:1 33895:1 33907:2 33971:1 33987:1 33990:1 34011:1 34043:2 34073:1 34074:1 34079:1 34088:1 34098:1 34101:1 34199:1 34254:1 34304:1 34334:1 34349:1 34442:1 34466:1 34514:1 34589:1 34603:1 34675:2 34716:1 34728:2 34736:1 34744:1 34749:1 34758:1 34771:1 34787:1 34815:1 34830:1 34848:1 34853:1 34862:2 34864:2 34873:1 34875:1 34879:1 34880:1 34884:1 34886:6 34891:2 34898:1 34901:1 34914:1 34934:1 34958:2 34998:1 35042:2 35043:1
3 13:1 34:1 40:1 48:1 93:1 102:1 121:1 131:1 160:1 196:1 215:1 225:1 242:1 258:1 304:1 305:2 317:1 361:1 406:1 432:1 434:1 453:1 456:2 473:1 474:1 491:3 493:1 497:2 503:2 510:2 516:1 576:1 601:1 612:1 646:1 662:1 685:2 704:1 710:4 718:1 747:1 767:2 770:1 780:1 799:1 845:1 883:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1029:3 1034:1 1040:1 1053:3 1057:2 1060:1 1067:1 1072:1 1077:1 1116:1 1119:6 1150:1 1156:1 1160:1 1188:1 1198:2 1220:1 1265:1 1275:1 1286:1 1321:2 1347:1 1353:1 1371:1 1373:2 1374:1 1388:1 1390:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1492:1 1514:1 1518:1 1531:1 1543:1 1567:2 1601:1 1621:1 1647:1 1657:1 1660:1 1662:3 1685:1 1693:3 1721:1 1740:2 1744:1 1778:1 1790:1 1799:1 1809:1 1825:1 1836:3 1875:1 1963:1 1977:1 1998:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2168:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2252:1 2259:1 2315:1 2333:1 2337:1 2367:1 2373:1 2408:1 2411:1 2421:1 2422:1 2463:2 2474:1 2499:1 2535:1 2565:2 2567:1 2586:1 2639:1 2653:1 2654:1 2663:2 2664:1 2669:1 2671:3 2673:1 2675:1 2676:6 2677:2 2678:1 2682:1 2701:1 2710:2 2757:1 2794:2 2811:1 2832:2 2876:1 2878:1 2931:2 2972:1 3015:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3187:1 3248:1 3267:1 3302:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3375:1 3398:1 3435:1 3447:4 3466:1 3470:1 3472:1 3488:1 3522:1 3523:6 3534:3 3536:1 3544:1 3579:1 3840:1 3849:1 3871:3 3884:5 3932:1 3986:1 3992:1 4027:1 4065:1 4086:1 4142:1 4182:1 4190:1 4234:1 4243:1 4268:1 4271:1 4273:1 4338:1 4342:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:2 4418:2 4424:1 4439:1 4468:1 4476:1 4480:2 4507:3 4520:1 4591:2 4609:1 4651:1 4657:1 4676:3 4695:1 4736:1 4757:1 4793:1 4800:3 4841:1 4849:2 4875:1 4880:1 4946:2 4966:1 4974:1 5016:1 5029:2 5040:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:4 5331:1 5338:2 5349:1 5369:2 5398:1 5426:1 5472:2 5474:1 5476:1 5482:1 5502:1 5526:1 5530:1 5548:5 5582:1 5588:1 5589:1 5599:7 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5830:4 5834:2 5861:1 5870:1 5894:1 5909:1 5968:1 5970:1 5988:1 5990:1 5996:1 5999:1 6020:2 6103:1 6138:1 6141:1 6179:1 6204:1 6267:2 6304:1 6343:1 6354:1 6401:4 6405:1 6448:1 6504:1 6511:1 6580:1 6641:1 6652:1 6698:1 6702:2 6794:1 6798:1 6853:1 6886:3 6890:1 6894:1 6926:2 6929:1 6942:1 6960:3 7028:1 7069:1 7094:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7315:1 7318:1 7344:1 7345:1 7349:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7550:2 7588:1 7625:1 7637:2 7654:1 7677:2 7679:1 7685:1 7686:5 7688:2 7695:4 7699:2 7702:2 7703:4 7705:1 7708:1 7765:2 7848:3 7851:1 7860:1 7877:6 7894:1 8007:1 8018:1 8028:2 8102:1 8200:1 8205:2 8235:2 8270:2 8271:1 8274:1 8304:3 8394:2 8405:1 8415:1 8458:1 8463:1 8476:1 8487:1 8505:1 8512:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:4 8738:1 8753:1 8763:1 8800:1 8858:1 8989:1 8997:1 9062:1 9075:1 9084:1 9099:2 9119:1 9139:2 9148:1 9154:1 9186:3 9281:5 9282:2 9300:1 9304:1 9330:1 9335:1 9336:1 9340:1 9357:22 9379:2 9381:3 9385:1 9389:1 9485:1 9498:1 9500:1 9516:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9659:1 9752:1 9756:2 9803:1 9811:1 9825:1 9845:1 9847:1 9913:2 9915:2 9923:1 9924:1 9940:9 10052:1 10075:1 10076:1 10078:1 10097:1 10100:1 10126:1 10156:1 10164:1 10167:1 10205:1 10208:2 10211:1 10221:1 10237:1 10249:1 10262:2 10279:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:2 10382:2 10383:1 10387:1 10388:1 10398:1 10439:1 10481:2 10503:1 10504:1 10528:2 10544:1 10564:1 10567:1 10582:1 10618:2 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:2 10738:2 10753:1 10757:1 10758:1 10760:1 10776:1 10802:2 10824:2 10829:2 10842:1 10862:1 10876:1 10892:1 10904:1 10914:1 10921:1 10946:1 10971:3 11027:1 11029:1 11057:1 11079:1 11088:1 11124:1 11129:1 11164:2 11186:1 11195:1 11203:1 11216:1 11226:1 11263:1 11268:2 11352:1 11356:1 11358:1 11375:1 11377:1 11395:1 11416:2 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11568:1 11607:1 11620:1 11642:2 11659:1 11685:2 11686:1 11691:1 11778:1 11833:1 11867:3 11873:2 11889:1 11890:3 11909:1 11923:1 11933:1 11959:3 11983:1 11985:1 12008:1 12085:1 12102:1 12119:2 12123:4 12136:1 12156:1 12169:1 12200:1 12231:1 12259:1 12307:1 12321:1 12327:1 12330:1 12336:1 12360:1 12384:3 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12528:1 12543:1 12553:2 12575:3 12629:1 12663:1 12672:1 12692:1 12693:1 12711:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:9 12908:1 12923:1 12936:1 12954:2 12972:1 13034:1 13036:1 13070:1 13100:1 13159:4 13165:5 13190:1 13201:1 13216:1 13273:1 13283:1 13284:1 13298:2 13307:1 13312:1 13315:1 13318:1 13326:1 13362:1 13372:2 13382:1 13383:1 13388:2 13407:1 13523:1 13601:1 13610:4 13615:2 13617:1 13635:1 13639:2 13654:1 13692:1 13695:1 13719:1 13724:1 13771:2 13772:1 13779:1 13794:1 13805:2 13820:1 13828:1 13882:1 13902:1 13904:1 13907:1 13931:1 13951:6 13979:1 13984:2 13988:1 14006:1 14011:1 14016:2 14021:1 14028:1 14033:1 14069:1 14081:1 14090:6 14103:3 14112:1 14113:3 14136:1 14170:1 14300:1 14310:2 14338:1 14344:4 14351:1 14380:1 14405:1 14428:1 14444:1 14473:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14618:2 14644:3 14746:1 14754:1 14765:1 14835:1 14856:1 14911:1 14926:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15136:1 15140:1 15159:2 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15329:1 15334:1 15398:1 15408:1 15409:1 15428:1 15480:1 15483:1 15562:1 15616:1 15632:1 15641:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:4 15807:1 15809:3 15823:3 15835:1 15839:1 15845:2 15883:1 15890:2 15900:1 15901:5 15954:1 15974:1 15978:2 15980:1 15992:1 15997:1 16006:1 16018:1 16107:1 16110:1 16115:1 16151:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:2 16340:1 16343:1 16346:2 16347:1 16359:1 16365:1 16379:1 16426:2 16450:1 16474:1 16479:1 16493:1 16511:1 16513:1 16527:2 16528:1 16533:1 16560:1 16583:1 16587:1 16598:2 16629:1 16657:1 16686:1 16688:2 16694:1 16707:1 16741:1 16750:1 16767:1 16769:1 16781:2 16791:1 16806:1 16838:2 16859:2 16874:1 16902:1 16919:2 16970:1 16986:2 16991:1 16997:1 17007:1 17062:1 17095:2 17109:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17169:2 17176:2 17178:1 17180:1 17191:2 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17588:2 17609:1 17635:1 17656:2 17659:4 17665:2 17681:1 17703:2 17739:1 17764:1 17775:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:3 17923:1 17959:5 17964:1 17965:1 17967:2 17992:1 17998:1 18002:1 18007:1 18052:1 18076:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18275:2 18283:1 18312:1 18370:2 18418:1 18491:1 18518:1 18549:1 18558:1 18560:1 18567:1 18612:1 18615:4 18653:1 18753:2 18769:1 18785:1 18787:4 18788:1 18792:1 18821:2 18822:1 18824:1 18830:1 18845:3 18850:2 18861:1 18900:1 18960:1 18966:1 18967:1 18991:1 19003:2 19038:1 19045:1 19047:1 19069:4 19078:1 19118:1 19122:1 19151:1 19155:3 19158:1 19166:1 19174:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19439:1 19451:1 19468:1 19470:1 19473:1 19476:1 19481:1 19483:1 19503:1 19567:1 19573:2 19575:1 19583:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19782:2 19831:1 19859:1 19877:1 19879:1 19898:2 19943:1 19953:1 19991:2 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:1 20084:1 20085:1 20213:3 20287:1 20290:1 20326:1 20389:1 20398:1 20407:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20638:1 20640:2 20670:2 20731:1 20819:1 20844:1 20847:1 20848:1 20892:1 20904:1 20940:1 20952:1 20955:1 20972:3 20981:1 20984:1 21088:1 21115:1 21136:1 21151:1 21156:1 21167:1 21170:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21297:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21414:1 21419:4 21432:1 21438:1 21450:1 21464:2 21469:1 21487:1 21493:1 21504:1 21508:1 21528:2 21529:2 21531:1 21534:1 21641:3 21683:1 21690:1 21759:1 21791:1 21815:1 21898:1 21907:1 21954:1 22023:1 22035:1 22052:1 22076:1 22088:1 22102:1 22110:1 22125:1 22127:1 22163:1 22164:1 22182:1 22198:1 22208:1 22301:2 22346:1 22381:1635 22385:1 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:1 22612:5 22622:1 22623:1 22629:1 22662:1 22664:2 22727:3 22767:1 22811:3 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23011:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23185:1 23223:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23404:2 23461:1 23473:1 23498:2 23504:1 23514:1 23536:5 23538:1 23567:1 23608:2 23669:1 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23851:1 23855:1 23892:1 23897:2 23948:1 23953:1 23962:1 23971:1 24016:4 24017:1 24018:1 24050:1 24074:1 24087:3 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24201:1 24205:3 24238:2 24239:1 24242:1 24256:1 24263:1 24267:1 24269:1 24278:2 24289:2 24293:2 24300:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:1 24393:1 24416:1 24464:2 24543:1 24544:1 24554:2 24561:1 24619:1 24699:1 24725:2 24737:1 24758:3 24776:1 24783:1 24804:1 24829:1 24863:1 24865:1 24867:1 24873:1 24875:1 24876:1 24889:1 24907:1 24908:3 24932:2 24948:1 24950:1 24957:1 24972:1 25040:1 25041:2 25121:1 25140:1 25149:1 25184:1 25190:1 25208:1 25219:1 25268:1 25298:1 25299:1 25304:1 25316:1 25321:1 25336:1 25343:1 25396:1 25461:1 25491:1 25523:1 25526:1 25528:3 25531:2 25535:1 25546:1 25547:1 25594:1 25659:3 25673:1 25674:2 25684:1 25718:1 25733:1 25738:1 25777:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25895:1 25912:1 25917:4 25918:1 25941:1 25965:3 25979:1 25990:1 26032:1 26052:1 26089:2 26100:4 26153:1 26180:2 26181:2 26227:3 26242:1 26243:1 26256:1 26272:1 26279:1 26317:1 26321:1 26356:1 26368:1 26439:1 26469:2 26508:1 26520:1 26536:4 26537:1 26578:1 26582:1 26608:1 26609:1 26610:1 26656:1 26674:1 26676:3 26754:1 26758:1 26774:1 26779:4 26809:1 26847:3 26849:3 26859:1 26864:1 26869:1 26871:1 26880:1 26895:1 26932:1 26941:1 26945:1 26950:1 26951:3 26956:1 26957:1 26963:1 26964:2 26977:3 26978:1 26983:2 27011:1 27043:1 27052:1 27090:1 27100:3 27130:1 27133:3 27158:1 27178:1 27184:1 27316:5 27338:1 27352:1 27369:1 27418:1 27419:1 27427:1 27474:1 27493:1 27528:1 27553:1 27568:1 27577:2 27613:1 27637:1 27653:1 27675:1 27677:1 27693:1 27701:2 27770:1 27774:1 27779:1 27783:4 27815:1 27834:1 27879:1 27892:1 27900:1 27928:1 27946:1 27954:1 27967:2 27981:1 27982:1 28046:1 28050:1 28070:1 28091:1 28092:1 28095:1 28112:3 28177:1 28232:1 28261:1 28285:1 28336:1 28340:3 28357:1 28370:1 28391:1 28449:1 28499:1 28505:1 28525:1 28561:1 28570:1 28586:1 28597:1 28621:1 28635:2 28637:1 28705:1 28723:1 28760:2 28799:1 28814:1 28823:2 28860:1 28869:2 28889:1 28943:1 28946:1 28964:2 29002:2 29018:1 29026:1 29036:1 29049:3 29061:1 29074:2 29085:1 29091:3 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29222:2 29223:1 29239:1 29260:2 29270:1 29301:1 29303:1 29304:1 29326:1 29333:1 29335:1 29339:1 29375:1 29383:6 29390:2 29403:1 29404:1 29408:1 29485:1 29493:2 29513:1 29517:1 29590:1 29591:1 29606:1 29623:1 29657:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29789:1 29797:1 29829:4 29832:9 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30045:1 30049:1 30090:2 30109:1 30120:1 30132:1 30134:1 30147:2 30167:1 30204:1 30212:2 30247:1 30250:2 30265:1 30269:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30609:1 30612:1 30622:1 30639:1 30668:1 30686:2 30731:1 30753:1 30768:1 30780:2 30819:3 30845:1 30854:1 30945:1 31033:1 31075:2 31082:2 31166:1 31180:1 31194:1 31206:1 31292:3 31297:3 31305:1 31319:2 31347:1 31396:1 31398:1 31413:1 31434:1 31435:1 31458:3 31480:4 31484:1 31489:2 31518:1 31552:1 31647:1 31703:1 31739:1 31776:1 31787:1 31788:1 31795:6 31844:1 31878:1 31899:1 31915:1 31916:1 31935:1 31936:1 31941:1 31950:2 31963:1 31982:2 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32084:1 32085:1 32093:2 32095:1 32129:2 32138:2 32156:1 32158:1 32161:2 32165:1 32215:1 32216:1 32218:1 32222:2 32226:1 32251:2 32270:1 32276:1 32319:1 32372:1 32379:5 32381:1 32427:1 32432:1 32465:4 32469:1 32478:1 32480:1 32486:1 32498:2 32505:1 32513:1 32515:1 32537:1 32545:3 32546:2 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32610:1 32614:2 32632:1 32658:1 32670:1 32671:1 32685:1 32794:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33041:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:1 33210:1 33240:1 33296:2 33304:2 33328:2 33337:1 33374:1 33375:1 33388:1 33393:2 33394:1 33442:10 33443:1 33447:1 33453:1 33466:2 33474:1 33481:2 33486:1 33492:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:1 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:3 33664:2 33670:1 33707:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33877:1 33895:1 33907:3 33971:1 33987:1 33990:1 34011:1 34043:2 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:1 34199:1 34254:1 34304:1 34334:1 34349:1 34442:1 34466:1 34514:1 34589:1 34595:1 34603:2 34675:2 34716:1 34728:2 34736:1 34744:2 34749:1 34758:1 34771:1 34787:1 34815:1 34830:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34886:6 34891:2 34898:1 34901:1 34914:1 34934:1 34958:2 34998:1 35004:1 35042:3 35043:1
3 13:1 34:1 40:1 48:1 93:1 102:1 121:1 131:1 160:1 196:1 215:1 225:1 242:1 258:1 304:1 305:2 317:1 361:1 406:1 432:1 434:1 453:1 456:2 473:1 474:1 491:3 493:1 497:2 503:2 510:3 516:1 576:1 601:1 612:1 646:1 662:1 685:2 704:1 710:4 718:1 747:1 767:2 770:1 780:1 799:1 845:1 883:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1029:3 1034:1 1040:2 1053:3 1057:2 1060:1 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1150:1 1156:1 1160:2 1188:1 1198:2 1220:1 1265:2 1275:1 1286:1 1321:2 1347:1 1353:1 1371:2 1373:2 1374:1 1388:1 1390:1 1391:2 1406:1 1438:1 1439:1 1456:1 1480:1 1492:1 1514:1 1518:1 1531:1 1543:1 1567:2 1601:1 1621:1 1628:1 1647:1 1657:1 1660:1 1662:3 1685:2 1693:3 1721:1 1740:2 1744:1 1778:1 1790:1 1791:1 1799:1 1809:1 1825:1 1836:3 1875:2 1924:1 1963:1 1977:1 1998:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2168:1 2177:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2252:1 2259:1 2291:1 2315:1 2333:1 2337:1 2367:1 2373:1 2408:1 2411:1 2421:1 2422:1 2463:2 2474:1 2499:1 2535:1 2565:2 2567:1 2586:1 2600:1 2639:1 2653:1 2654:1 2663:2 2664:1 2669:1 2671:3 2673:2 2675:1 2676:6 2677:2 2678:1 2682:1 2685:1 2701:1 2710:2 2757:1 2779:1 2794:2 2811:1 2832:2 2876:1 2878:1 2931:2 2972:1 3015:2 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3187:1 3248:1 3267:1 3302:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3375:1 3397:1 3398:1 3407:1 3435:1 3447:4 3466:1 3470:1 3472:1 3488:1 3522:1 3523:6 3534:4 3536:1 3544:1 3579:1 3840:1 3849:1 3871:4 3884:5 3898:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4086:1 4142:1 4182:1 4190:1 4234:1 4243:1 4268:1 4271:1 4273:1 4337:2 4338:1 4342:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:2 4418:2 4424:1 4439:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:1 4651:1 4657:2 4676:3 4695:1 4736:1 4757:1 4782:1 4784:1 4793:1 4800:3 4841:1 4849:2 4875:1 4880:1 4946:2 4966:1 4974:1 5006:1 5016:2 5029:2 5040:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:4 5331:1 5338:2 5349:1 5369:2 5398:1 5426:1 5432:1 5472:2 5474:1 5476:1 5482:1 5502:1 5526:1 5530:1 5548:5 5582:1 5588:1 5589:1 5599:7 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5830:5 5834:2 5861:1 5870:1 5894:1 5909:1 5968:1 5970:1 5988:1 5990:1 5996:1 5999:1 6020:2 6026:1 6103:1 6138:2 6141:1 6152:1 6179:1 6204:1 6267:2 6299:1 6304:1 6343:1 6354:1 6401:4 6405:1 6448:1 6504:1 6511:1 6518:1 6580:1 6641:1 6652:3 6698:1 6702:2 6794:1 6798:1 6853:1 6886:3 6890:1 6894:1 6926:2 6929:1 6942:1 6960:3 7028:1 7069:1 7094:1 7105:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7315:1 7318:1 7320:2 7337:1 7344:1 7345:1 7349:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7497:1 7550:2 7581:1 7588:1 7625:1 7637:2 7654:1 7677:2 7679:1 7685:1 7686:5 7688:2 7695:4 7699:2 7702:2 7703:6 7705:1 7708:1 7726:1 7765:2 7836:1 7848:3 7851:1 7860:1 7877:6 7894:1 7960:1 8007:1 8018:1 8028:2 8036:1 8102:1 8200:1 8205:2 8235:2 8270:2 8271:1 8274:1 8304:3 8337:1 8394:2 8405:1 8415:1 8458:1 8463:1 8476:1 8487:1 8505:1 8511:1 8512:1 8514:1 8526:1 8540:2 8557:1 8586:1 8648:1 8660:1 8666:4 8738:1 8753:1 8763:1 8800:1 8858:1 8989:1 8997:1 9020:1 9062:1 9075:1 9084:1 9099:2 9119:1 9139:2 9148:1 9154:1 9186:3 9281:5 9282:2 9300:2 9301:1 9304:1 9330:1 9335:1 9336:1 9340:1 9357:24 9379:2 9381:3 9385:1 9389:1 9485:1 9498:1 9500:1 9516:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9659:1 9752:1 9756:2 9803:1 9811:1 9825:1 9845:1 9847:1 9913:2 9915:2 9923:1 9924:1 9940:9 10052:1 10075:1 10076:1 10078:1 10097:1 10100:1 10126:1 10156:1 10164:1 10167:1 10205:1 10208:2 10211:1 10221:1 10237:1 10249:1 10262:2 10279:1 10293:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:2 10382:2 10383:1 10387:1 10388:1 10389:1 10398:1 10439:1 10481:2 10503:1 10504:1 10528:2 10544:1 10564:1 10567:1 10582:1 10618:2 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10757:1 10758:1 10760:1 10776:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10904:1 10914:1 10921:1 10946:1 10971:4 11027:1 11029:1 11057:1 11079:1 11088:1 11111:1 11124:1 11129:1 11164:2 11186:1 11195:2 11203:1 11216:1 11220:1 11226:1 11246:1 11263:1 11268:2 11330:1 11348:1 11352:1 11356:1 11358:1 11375:1 11377:1 11395:1 11415:1 11416:2 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11568:1 11607:1 11620:1 11642:2 11659:1 11685:2 11686:1 11691:1 11709:1 11778:1 11833:1 11867:3 11869:1 11873:2 11889:1 11890:3 11909:1 11923:1 11933:1 11959:4 11983:1 11985:1 12008:1 12013:1 12085:1 12102:1 12110:1 12119:2 12123:4 12136:1 12156:1 12158:1 12169:1 12200:1 12231:1 12259:1 12307:3 12321:1 12327:1 12330:1 12336:1 12360:1 12384:4 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12528:1 12543:1 12553:2 12575:3 12629:1 12663:1 12672:1 12692:1 12693:1 12711:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:9 12908:1 12923:1 12936:1 12954:2 12972:1 13034:1 13036:1 13070:1 13100:1 13159:4 13165:5 13190:1 13201:1 13216:1 13273:1 13283:1 13284:1 13298:2 13307:1 13312:1 13315:1 13318:1 13326:1 13362:1 13372:2 13382:1 13383:1 13388:2 13407:1 13523:1 13601:1 13610:4 13615:2 13617:1 13635:1 13639:2 13654:1 13692:1 13695:1 13719:1 13724:1 13771:2 13772:1 13779:1 13794:1 13805:2 13820:1 13828:1 13882:1 13902:1 13904:1 13907:1 13931:1 13951:7 13979:1 13984:2 13988:1 14006:1 14011:1 14016:2 14020:1 14021:1 14028:1 14033:1 14069:2 14081:1 14090:6 14103:4 14112:1 14113:4 14136:1 14170:1 14300:1 14310:2 14338:1 14344:4 14351:1 14380:1 14405:1 14428:1 14444:1 14473:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14575:1 14618:2 14644:3 14746:1 14754:1 14765:1 14835:1 14856:1 14911:1 14926:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15136:1 15140:1 15159:2 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15329:1 15334:1 15398:1 15408:1 15409:1 15428:1 15480:1 15483:1 15562:1 15616:1 15632:1 15641:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:4 15807:1 15809:3 15822:1 15823:3 15835:1 15839:1 15845:2 15883:1 15890:2 15900:1 15901:5 15954:1 15974:1 15978:2 15980:1 15992:1 15997:1 16006:1 16018:1 16107:1 16110:1 16115:1 16151:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:2 16340:1 16343:1 16346:3 16347:1 16359:1 16365:1 16379:1 16426:2 16429:1 16450:1 16474:1 16479:1 16493:1 16511:1 16513:1 16527:2 16528:1 16533:1 16560:1 16583:1 16587:1 16598:2 16629:1 16657:1 16686:1 16688:2 16694:1 16707:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:1 16806:1 16838:2 16859:2 16874:1 16902:1 16919:2 16970:1 16986:2 16991:1 16997:1 17007:1 17062:1 17095:2 17109:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17169:2 17176:3 17178:1 17180:1 17191:2 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17570:1 17588:2 17609:1 17635:1 17656:2 17659:4 17665:2 17681:1 17703:2 17704:1 17739:1 17764:1 17775:1 17782:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17952:1 17959:5 17964:1 17965:1 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18052:1 18076:1 18099:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18275:2 18283:1 18312:1 18315:1 18327:1 18370:2 18418:1 18491:1 18518:1 18549:1 18558:1 18560:1 18567:1 18612:1 18615:4 18653:1 18753:2 18769:1 18785:1 18787:4 18788:1 18792:1 18821:2 18822:1 18824:1 18827:1 18830:1 18845:3 18850:2 18861:1 18900:1 18960:1 18966:2 18967:1 18991:1 19003:2 19038:1 19045:1 19047:1 19069:4 19078:1 19118:1 19122:1 19151:1 19155:3 19158:1 19166:1 19174:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19439:1 19451:2 19468:1 19470:1 19473:1 19476:1 19481:1 19483:1 19503:1 19567:1 19573:2 19575:1 19583:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19737:1 19782:2 19831:1 19859:1 19877:1 19879:1 19898:2 19943:1 19953:1 19991:2 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:1 20084:1 20085:1 20099:1 20173:1 20213:3 20287:1 20290:1 20326:1 20389:1 20398:1 20407:1 20427:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20638:1 20640:2 20670:2 20710:1 20731:1 20819:1 20844:1 20847:1 20848:1 20892:1 20904:1 20940:1 20952:1 20955:1 20972:3 20981:1 20984:1 21088:1 21115:1 21136:1 21151:1 21156:1 21167:1 21170:1 21184:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21414:1 21419:4 21432:1 21438:1 21450:1 21464:2 21469:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21641:4 21651:1 21683:1 21690:1 21759:1 21791:1 21815:1 21898:1 21907:1 21954:1 21959:1 22023:1 22035:1 22052:1 22076:1 22088:1 22102:1 22110:1 22125:1 22127:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22301:2 22303:1 22346:1 22381:1726 22385:1 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:1 22612:5 22622:1 22623:1 22629:1 22660:1 22662:1 22664:2 22727:4 22767:1 22811:3 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23011:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23185:1 23223:1 23253:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23404:2 23461:1 23473:1 23498:2 23504:1 23514:1 23536:5 23538:1 23567:1 23608:2 23669:1 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23851:1 23855:1 23892:1 23897:2 23948:1 23953:1 23962:1 23971:1 24016:4 24017:1 24018:1 24050:1 24074:1 24087:3 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24201:1 24205:3 24238:2 24239:1 24242:1 24256:1 24263:1 24267:1 24269:1 24278:2 24289:2 24293:2 24300:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:2 24393:1 24416:1 24464:2 24543:1 24544:1 24554:2 24561:1 24619:1 24699:1 24725:2 24737:1 24758:3 24776:1 24783:1 24804:1 24829:1 24863:1 24865:1 24867:1 24873:1 24875:1 24876:1 24889:1 24907:1 24908:3 24932:3 24948:1 24950:1 24957:1 24972:1 24983:1 25040:1 25041:2 25121:1 25140:1 25149:1 25184:1 25190:1 25208:1 25219:1 25268:1 25298:1 25299:1 25304:1 25316:1 25321:1 25336:1 25343:1 25396:1 25461:1 25491:1 25523:1 25526:1 25528:3 25531:2 25535:1 25546:1 25547:1 25594:1 25648:1 25659:3 25673:2 25674:2 25684:1 25718:1 25733:1 25738:1 25777:1 25785:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25895:1 25912:1 25917:5 25918:1 25926:1 25941:1 25965:3 25979:1 25990:1 26032:1 26052:1 26089:2 26100:4 26105:1 26153:1 26180:2 26181:2 26227:3 26242:1 26243:1 26256:1 26272:1 26279:1 26317:1 26321:1 26356:1 26368:1 26383:1 26439:1 26469:2 26472:1 26508:1 26514:1 26520:1 26536:4 26537:1 26578:1 26582:1 26607:1 26608:1 26609:1 26610:1 26620:1 26656:1 26674:1 26676:3 26754:1 26758:1 26774:1 26779:4 26809:1 26847:3 26849:3 26859:1 26864:1 26869:1 26871:1 26880:1 26895:1 26932:1 26941:1 26945:1 26950:1 26951:3 26956:1 26957:1 26963:1 26964:2 26977:3 26978:1 26983:2 27011:1 27043:1 27052:1 27090:1 27100:3 27130:1 27133:3 27158:1 27178:1 27184:1 27189:1 27316:5 27338:1 27352:1 27369:1 27418:1 27419:1 27427:1 27474:1 27493:1 27528:1 27553:1 27568:1 27577:2 27613:1 27637:1 27642:1 27653:1 27675:1 27677:1 27693:1 27701:2 27770:1 27774:1 27779:1 27783:4 27815:1 27834:1 27879:1 27892:1 27900:1 27928:1 27946:1 27954:2 27967:2 27981:1 27982:1 28046:1 28050:1 28070:1 28091:1 28092:1 28095:1 28112:3 28177:1 28232:1 28261:1 28285:1 28336:1 28340:4 28357:1 28370:1 28391:1 28438:1 28449:1 28499:1 28505:1 28525:1 28561:1 28570:1 28583:1 28586:1 28597:1 28611:1 28621:1 28635:2 28637:1 28705:1 28723:1 28760:2 28799:1 28806:1 28814:1 28823:2 28857:1 28860:1 28869:2 28889:1 28943:1 28946:3 28964:2 29002:2 29018:1 29026:1 29036:1 29049:3 29061:1 29074:2 29085:1 29091:3 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29222:2 29223:1 29238:1 29239:1 29260:2 29270:1 29301:1 29303:1 29304:1 29326:1 29333:1 29335:1 29339:1 29352:1 29375:1 29383:6 29390:2 29403:1 29404:1 29408:1 29485:1 29493:2 29513:1 29517:1 29590:1 29591:1 29606:1 29623:1 29657:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29789:1 29797:1 29829:4 29832:10 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30045:1 30049:1 30090:2 30109:1 30111:1 30120:1 30132:1 30134:1 30147:2 30167:1 30204:1 30212:2 30247:1 30250:2 30265:1 30269:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30552:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:2 30731:1 30753:1 30768:1 30780:2 30804:1 30819:3 30845:1 30854:1 30945:1 31033:1 31075:2 31082:2 31095:1 31166:1 31180:1 31194:1 31206:1 31292:3 31297:3 31305:1 31319:2 31347:1 31377:1 31396:1 31398:1 31413:1 31434:1 31435:1 31458:3 31480:4 31484:1 31489:2 31518:1 31552:1 31632:1 31647:1 31668:1 31703:1 31739:1 31776:1 31787:3 31788:1 31795:6 31844:1 31878:1 31889:1 31899:1 31915:1 31916:1 31935:1 31936:1 31941:1 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:2 32095:1 32121:1 32129:2 32138:2 32156:1 32158:1 32161:2 32165:1 32215:1 32216:1 32218:1 32222:2 32226:1 32245:1 32251:2 32270:1 32276:1 32319:1 32372:1 32379:5 32381:1 32427:1 32432:1 32465:4 32469:1 32478:1 32480:1 32486:1 32498:2 32505:1 32513:1 32515:1 32527:1 32537:1 32545:3 32546:2 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32610:1 32614:2 32632:1 32658:1 32670:1 32671:1 32685:1 32794:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33041:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:1 33198:1 33210:1 33240:1 33274:1 33296:2 33304:2 33328:2 33337:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33430:1 33442:11 33443:1 33447:1 33453:1 33466:2 33474:1 33481:2 33486:1 33492:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:3 33664:2 33670:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33877:1 33895:1 33907:4 33971:1 33987:1 33990:1 34011:1 34043:2 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:1 34119:1 34199:1 34254:1 34275:1 34304:1 34334:1 34349:1 34442:1 34466:1 34514:1 34589:1 34595:1 34603:2 34675:3 34716:1 34728:3 34736:1 34744:3 34749:1 34758:1 34760:1 34771:1 34787:2 34815:1 34830:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34886:6 34891:2 34895:1 34898:1 34901:1 34914:1 34934:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:1
3 13:1 34:1 40:1 48:1 93:2 102:2 121:1 131:1 160:1 196:1 215:1 225:1 242:1 258:1 304:1 305:2 317:1 361:1 406:1 432:1 434:1 453:1 456:2 473:1 474:1 491:3 493:1 497:2 503:2 510:3 516:1 576:1 601:1 612:1 646:1 662:1 685:2 704:1 710:4 718:1 747:1 767:2 770:1 780:1 799:1 845:1 883:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1029:3 1034:1 1040:2 1053:3 1057:2 1060:1 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1150:1 1156:1 1160:2 1188:1 1198:2 1220:1 1265:2 1275:1 1286:1 1321:2 1347:1 1353:1 1371:2 1373:2 1374:1 1388:1 1390:1 1391:2 1406:1 1421:2 1438:1 1439:1 1456:1 1480:1 1492:1 1514:1 1518:1 1531:1 1543:1 1567:2 1601:1 1621:1 1628:1 1647:1 1657:1 1660:1 1662:3 1685:2 1693:3 1721:1 1725:1 1740:2 1744:1 1778:1 1790:1 1791:1 1799:1 1809:1 1825:1 1836:3 1875:2 1924:1 1963:1 1977:1 1980:1 1998:1 2000:1 2019:3 2021:1 2039:2 2080:1 2107:1 2114:1 2168:1 2177:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2252:1 2259:1 2291:1 2315:2 2332:1 2333:1 2337:1 2367:1 2373:1 2408:1 2411:1 2421:1 2422:1 2450:1 2463:2 2474:1 2499:1 2535:1 2565:2 2567:1 2586:1 2600:1 2639:1 2653:1 2654:1 2663:2 2664:1 2669:2 2671:3 2673:3 2675:1 2676:6 2677:2 2678:1 2682:1 2685:1 2694:2 2701:1 2710:2 2757:1 2779:1 2794:2 2811:1 2832:2 2858:1 2876:1 2878:1 2922:1 2931:2 2971:1 2972:1 3015:2 3038:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3187:1 3248:1 3267:1 3302:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3375:1 3397:1 3398:1 3407:1 3435:1 3447:4 3466:1 3470:1 3472:1 3488:1 3522:1 3523:6 3534:4 3536:1 3544:1 3579:1 3840:1 3849:1 3871:4 3884:5 3898:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4086:1 4142:1 4182:1 4190:1 4234:1 4243:1 4268:1 4271:1 4273:1 4337:2 4338:1 4342:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:2 4418:2 4424:1 4439:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:1 4651:1 4657:2 4676:3 4695:1 4735:1 4736:1 4757:1 4782:1 4784:1 4793:1 4800:3 4841:1 4849:2 4875:1 4880:1 4888:1 4895:1 4946:2 4966:1 4974:1 5006:2 5016:2 5022:1 5029:2 5040:1 5076:1 5080:1 5089:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:5 5331:1 5338:2 5349:1 5369:2 5398:1 5426:1 5432:1 5472:2 5474:1 5476:1 5482:1 5502:1 5526:1 5530:1 5548:5 5582:1 5588:1 5589:1 5599:7 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5830:5 5834:2 5861:1 5870:1 5894:1 5909:1 5968:1 5970:1 5988:1 5990:1 5996:1 5999:1 6020:2 6026:1 6103:1 6138:2 6141:1 6152:1 6179:1 6181:1 6204:1 6267:2 6299:1 6304:1 6343:1 6354:1 6401:4 6405:1 6448:1 6504:1 6511:1 6517:1 6518:1 6580:1 6641:1 6652:3 6698:1 6702:2 6794:1 6798:1 6853:1 6886:3 6890:1 6894:1 6926:2 6929:1 6942:1 6960:3 6992:1 7028:1 7069:1 7094:1 7102:1 7105:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7313:1 7315:1 7318:1 7320:2 7337:1 7344:1 7345:1 7349:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7497:1 7550:2 7581:1 7588:1 7625:1 7637:2 7654:1 7677:2 7679:1 7685:1 7686:5 7688:2 7695:4 7699:2 7702:2 7703:6 7705:1 7708:1 7726:1 7765:2 7836:1 7848:3 7851:1 7860:1 7877:6 7894:1 7960:1 8007:1 8018:1 8028:2 8036:1 8102:1 8200:1 8205:2 8235:2 8270:2 8271:1 8274:1 8304:3 8337:1 8394:2 8405:1 8415:1 8423:1 8458:1 8463:1 8476:1 8487:1 8505:1 8511:1 8512:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8648:1 8660:1 8666:4 8738:1 8753:1 8763:1 8800:1 8858:1 8989:1 8997:1 9020:1 9062:1 9075:1 9084:1 9099:2 9119:1 9139:2 9148:1 9154:1 9186:3 9281:5 9282:2 9300:2 9301:1 9304:1 9330:1 9335:1 9336:1 9340:1 9357:26 9379:2 9381:3 9385:1 9389:1 9485:1 9498:1 9500:1 9516:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9659:1 9752:1 9756:2 9803:1 9811:1 9825:1 9845:1 9847:1 9913:2 9915:2 9923:1 9924:1 9940:9 10052:1 10075:1 10076:1 10078:1 10097:1 10100:1 10126:1 10156:1 10164:1 10167:1 10205:1 10208:2 10211:1 10221:1 10237:1 10249:1 10262:2 10279:1 10293:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:2 10382:2 10383:1 10387:1 10388:1 10389:1 10398:1 10439:1 10481:2 10503:1 10504:1 10528:2 10544:1 10564:1 10567:1 10582:1 10618:2 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10757:1 10758:1 10760:1 10776:1 10797:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10904:1 10914:1 10921:1 10946:1 10971:4 11027:1 11029:1 11057:1 11079:1 11088:1 11111:1 11124:1 11129:1 11164:2 11186:1 11195:2 11203:1 11216:1 11220:1 11226:1 11246:1 11263:1 11268:2 11330:1 11348:1 11352:1 11356:1 11358:1 11375:1 11377:1 11395:1 11415:1 11416:2 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11568:1 11607:1 11620:1 11642:2 11659:1 11685:2 11686:1 11691:1 11709:1 11778:1 11833:1 11867:3 11869:1 11873:2 11889:1 11890:3 11909:1 11923:1 11933:1 11959:4 11983:1 11985:1 12008:1 12013:1 12085:1 12102:1 12110:2 12119:2 12123:4 12136:1 12156:1 12158:1 12169:1 12200:1 12231:1 12259:1 12307:3 12321:1 12327:1 12330:1 12336:1 12360:1 12384:4 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12528:1 12543:1 12553:2 12575:3 12629:1 12663:1 12672:1 12692:1 12693:1 12711:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:9 12908:1 12923:1 12936:1 12954:2 12972:1 13034:1 13036:1 13070:1 13100:1 13159:4 13165:5 13190:1 13201:1 13216:1 13273:1 13283:1 13284:1 13298:2 13307:1 13312:1 13315:1 13318:1 13326:1 13362:1 13372:2 13382:1 13383:1 13388:2 13407:1 13523:1 13601:1 13610:4 13615:2 13617:1 13635:1 13639:2 13654:1 13692:1 13695:1 13719:1 13724:1 13771:2 13772:1 13779:1 13794:1 13805:2 13820:1 13828:1 13882:1 13902:1 13904:1 13907:1 13931:1 13951:7 13979:1 13984:2 13988:1 14006:1 14011:1 14016:2 14020:1 14021:1 14028:1 14033:1 14069:2 14081:1 14090:6 14103:4 14112:1 14113:4 14136:1 14170:1 14300:1 14310:2 14338:1 14344:4 14351:1 14380:1 14405:1 14428:1 14444:1 14473:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14575:1 14618:2 14644:3 14746:1 14754:1 14765:1 14835:1 14856:1 14911:1 14926:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15136:1 15140:1 15159:2 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15329:1 15334:1 15398:1 15408:1 15409:1 15428:1 15480:1 15483:1 15562:1 15616:1 15632:1 15641:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:4 15807:1 15809:3 15822:1 15823:3 15835:1 15839:1 15845:2 15883:1 15890:2 15900:1 15901:5 15954:1 15974:1 15978:2 15980:1 15992:1 15997:1 16006:1 16018:1 16107:1 16110:1 16115:1 16151:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:2 16340:1 16343:1 16346:3 16347:1 16359:1 16365:1 16379:1 16394:1 16426:2 16429:1 16450:1 16474:1 16479:1 16493:1 16511:1 16513:1 16527:2 16528:1 16533:1 16560:1 16583:1 16587:1 16598:2 16629:1 16657:1 16686:1 16688:2 16694:1 16707:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:1 16806:1 16838:2 16859:2 16874:1 16902:1 16919:2 16970:1 16986:2 16991:1 16997:1 17007:1 17062:1 17095:2 17109:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17169:2 17176:4 17178:1 17180:1 17191:2 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17570:1 17588:2 17609:1 17635:1 17656:2 17659:4 17665:2 17681:1 17703:2 17704:1 17739:1 17764:1 17775:1 17782:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17952:1 17959:5 17964:1 17965:1 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18052:1 18076:1 18099:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18275:2 18283:1 18312:1 18315:1 18327:1 18370:2 18418:1 18491:1 18518:1 18549:1 18558:1 18560:1 18567:1 18612:1 18615:4 18653:1 18753:2 18769:1 18785:1 18787:4 18788:1 18792:1 18821:2 18822:1 18824:1 18827:1 18830:1 18845:3 18850:2 18861:1 18900:1 18960:1 18966:2 18967:1 18991:1 19003:2 19038:1 19045:1 19047:1 19069:4 19078:1 19118:1 19122:1 19151:1 19155:3 19158:1 19166:1 19174:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19298:1 19302:1 19311:1 19339:1 19408:1 19439:1 19451:2 19468:1 19470:1 19473:1 19476:1 19481:1 19483:1 19485:1 19503:1 19523:1 19567:1 19573:2 19575:1 19583:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19737:1 19782:2 19831:1 19859:1 19877:1 19879:1 19898:2 19943:1 19953:1 19991:2 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:1 20084:1 20085:1 20099:1 20173:1 20213:3 20287:1 20290:1 20326:1 20389:1 20398:1 20407:1 20427:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:1 20638:1 20640:2 20670:2 20694:1 20710:1 20731:1 20819:1 20844:1 20847:1 20848:1 20892:1 20904:1 20940:1 20952:1 20955:1 20972:3 20981:1 20984:1 21088:1 21115:1 21136:1 21151:1 21156:1 21167:1 21170:1 21184:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21414:1 21419:4 21432:1 21438:1 21450:1 21464:2 21469:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21641:4 21651:1 21683:1 21690:1 21759:1 21791:1 21815:1 21878:1 21898:1 21907:1 21954:1 21959:1 22023:1 22035:1 22052:1 22076:1 22088:1 22102:1 22110:1 22125:1 22127:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22301:2 22303:1 22346:1 22381:1752 22385:1 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:1 22612:5 22622:1 22623:1 22629:1 22636:1 22660:1 22662:1 22664:2 22727:4 22767:1 22811:3 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23011:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23185:1 23223:1 23253:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23404:2 23461:1 23473:1 23498:2 23504:1 23514:1 23536:5 23538:1 23567:1 23608:2 23669:1 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23851:1 23855:1 23892:1 23897:2 23911:1 23948:1 23953:1 23962:1 23971:1 24016:4 24017:1 24018:1 24050:1 24074:1 24087:3 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24201:1 24205:3 24238:2 24239:1 24242:1 24256:1 24263:1 24267:1 24269:1 24278:2 24289:2 24293:2 24300:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:2 24393:1 24416:1 24464:2 24543:1 24544:1 24554:2 24561:1 24619:1 24699:1 24725:2 24737:1 24758:3 24776:1 24783:1 24804:1 24829:1 24863:1 24865:1 24867:1 24873:1 24875:1 24876:1 24889:1 24892:1 24907:1 24908:3 24932:3 24948:1 24950:1 24957:1 24972:1 24983:1 25040:1 25041:2 25121:1 25140:1 25149:1 25184:1 25190:1 25208:1 25219:1 25268:1 25298:1 25299:1 25304:1 25316:1 25321:1 25336:1 25343:1 25396:1 25461:1 25491:1 25523:1 25526:1 25528:3 25531:2 25535:1 25546:1 25547:1 25594:1 25648:1 25659:3 25673:2 25674:2 25684:1 25718:1 25733:1 25738:1 25757:1 25777:1 25785:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25895:1 25912:1 25917:5 25918:1 25926:1 25941:1 25965:3 25979:1 25990:1 26032:1 26052:1 26089:2 26100:4 26105:1 26153:1 26180:2 26181:2 26227:3 26242:1 26243:1 26256:1 26257:1 26272:1 26279:1 26317:1 26321:1 26356:1 26368:1 26383:1 26439:1 26469:2 26472:1 26508:1 26514:1 26520:1 26536:4 26537:1 26578:1 26582:1 26607:1 26608:1 26609:1 26610:1 26620:1 26656:1 26674:1 26676:3 26754:1 26758:1 26774:1 26779:5 26809:1 26847:3 26849:3 26859:1 26864:1 26869:1 26871:1 26880:1 26895:1 26932:1 26941:1 26945:1 26950:1 26951:3 26956:1 26957:1 26963:1 26964:2 26977:3 26978:1 26983:2 27011:1 27043:1 27052:1 27090:1 27100:3 27130:1 27133:3 27158:1 27178:1 27184:1 27189:1 27225:1 27316:5 27338:1 27352:1 27369:1 27418:1 27419:1 27427:1 27459:1 27474:1 27493:1 27528:1 27553:1 27568:1 27577:2 27613:1 27637:1 27642:1 27653:1 27675:1 27677:1 27693:1 27701:2 27770:1 27774:1 27779:1 27783:5 27815:1 27834:1 27879:1 27892:1 27900:1 27920:1 27928:1 27946:1 27954:2 27967:2 27981:1 27982:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:1 28095:1 28112:3 28177:1 28232:1 28233:1 28261:1 28285:1 28336:1 28340:4 28357:1 28370:1 28391:1 28438:1 28449:1 28499:1 28505:1 28525:1 28561:1 28570:1 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28635:2 28637:1 28705:1 28723:1 28760:2 28799:1 28806:1 28814:1 28823:2 28857:1 28860:1 28869:2 28889:1 28943:1 28946:3 28964:2 29002:2 29018:1 29026:1 29036:1 29049:3 29061:1 29074:2 29085:1 29091:3 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29222:2 29223:1 29238:1 29239:1 29260:2 29270:1 29301:1 29303:1 29304:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29375:1 29383:6 29390:2 29403:1 29404:1 29408:1 29485:1 29493:2 29513:1 29517:1 29590:1 29591:1 29606:1 29623:1 29657:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29789:1 29797:1 29829:4 29832:10 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30040:1 30045:1 30049:1 30090:2 30109:1 30111:1 30120:1 30132:1 30134:1 30147:2 30167:1 30186:1 30204:1 30212:2 30247:1 30250:2 30265:1 30269:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30552:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:2 30731:1 30753:1 30768:1 30780:2 30804:1 30819:3 30845:1 30854:1 30945:1 30958:1 30997:1 31033:1 31075:2 31082:2 31095:1 31166:1 31180:1 31194:1 31206:1 31292:3 31297:3 31305:1 31319:2 31347:1 31377:1 31396:1 31398:1 31413:1 31434:1 31435:1 31458:3 31480:4 31484:1 31489:2 31518:1 31552:1 31632:1 31647:1 31668:1 31703:1 31739:1 31776:1 31787:3 31788:1 31795:6 31844:1 31878:1 31889:1 31899:1 31915:1 31916:1 31935:1 31936:1 31941:1 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:2 32095:1 32121:1 32129:2 32138:2 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32245:1 32251:2 32270:1 32276:1 32319:1 32372:1 32374:1 32379:5 32381:1 32427:1 32432:1 32465:4 32469:1 32478:1 32480:1 32486:1 32498:2 32505:1 32513:1 32515:1 32527:1 32537:1 32545:3 32546:2 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32610:1 32614:2 32632:1 32658:1 32670:1 32671:1 32685:1 32794:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33041:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33328:2 33337:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33430:1 33433:1 33442:11 33443:1 33447:1 33453:1 33466:2 33474:1 33481:2 33486:1 33492:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:3 33664:2 33670:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33877:1 33895:1 33907:4 33971:1 33987:1 33990:1 34011:1 34043:2 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:2 34119:1 34199:1 34212:1 34254:1 34275:1 34304:1 34334:1 34349:1 34442:1 34466:1 34514:1 34589:1 34595:1 34603:2 34675:3 34716:1 34728:3 34736:1 34744:3 34749:1 34758:1 34760:1 34771:1 34787:2 34815:1 34830:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34886:6 34891:2 34895:1 34898:1 34901:1 34914:1 34934:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:1
3 13:1 34:1 40:1 48:1 93:2 102:2 121:1 131:1 160:1 196:1 215:1 225:1 242:1 258:1 304:1 305:2 317:1 336:1 361:1 405:1 406:1 432:1 434:1 453:1 456:2 473:1 474:1 491:3 493:1 497:2 503:2 510:3 516:1 576:1 601:1 612:1 646:1 662:1 685:3 704:1 710:4 718:1 747:1 767:2 770:1 780:1 799:1 845:1 883:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1029:3 1034:1 1040:2 1053:3 1057:2 1060:1 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1150:1 1156:1 1160:2 1188:1 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1321:2 1347:1 1353:1 1371:2 1373:2 1374:1 1388:1 1390:1 1391:2 1406:1 1421:2 1438:1 1439:1 1456:1 1467:1 1480:2 1492:1 1514:1 1517:1 1518:1 1531:1 1543:1 1567:2 1601:1 1621:1 1628:1 1647:1 1657:1 1660:1 1662:3 1685:2 1693:3 1712:1 1721:1 1725:1 1740:2 1744:1 1778:1 1790:1 1791:1 1799:1 1809:1 1825:1 1836:3 1875:2 1924:1 1963:1 1976:1 1977:1 1980:1 1998:1 2000:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2168:1 2177:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2235:1 2252:1 2259:1 2291:1 2315:2 2332:1 2333:1 2337:1 2367:1 2373:1 2408:1 2411:1 2421:1 2422:1 2450:1 2463:2 2474:1 2499:1 2535:1 2565:2 2567:1 2586:1 2600:1 2639:1 2653:1 2654:1 2663:2 2664:1 2669:2 2671:3 2673:3 2675:1 2676:6 2677:2 2678:1 2682:1 2685:1 2694:2 2701:2 2710:2 2757:1 2779:1 2794:2 2811:1 2832:2 2858:1 2876:1 2878:1 2922:1 2931:2 2971:1 2972:1 3010:1 3015:2 3038:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3184:1 3187:1 3248:1 3267:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3375:1 3397:1 3398:1 3407:1 3435:1 3447:4 3466:1 3470:1 3472:1 3488:1 3517:1 3522:1 3523:6 3534:4 3536:1 3544:1 3579:1 3840:1 3849:1 3871:4 3884:5 3898:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4086:1 4142:1 4182:1 4190:1 4234:1 4243:1 4268:1 4271:1 4273:1 4337:2 4338:1 4342:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:2 4418:2 4424:1 4439:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:1 4651:1 4657:2 4676:3 4695:1 4735:1 4736:1 4757:1 4782:1 4784:1 4793:1 4800:3 4841:1 4845:1 4849:2 4875:1 4880:1 4888:1 4895:1 4946:2 4966:1 4974:1 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:1 5141:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:5 5331:1 5338:2 5349:1 5369:2 5398:1 5426:1 5432:1 5472:2 5474:1 5476:1 5482:1 5502:1 5526:1 5530:1 5548:5 5582:1 5588:1 5589:1 5599:7 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5830:6 5834:2 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:1 5990:1 5996:1 5999:1 6020:2 6026:1 6103:1 6138:2 6141:1 6152:1 6179:1 6181:1 6204:1 6267:2 6299:1 6304:1 6343:1 6354:1 6360:1 6401:4 6405:1 6448:1 6504:1 6511:1 6517:1 6518:1 6580:1 6641:1 6652:3 6698:1 6702:2 6794:1 6798:1 6853:1 6886:3 6890:1 6894:1 6926:2 6929:1 6942:1 6960:3 6992:1 7028:1 7069:1 7094:1 7102:1 7105:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7313:1 7315:1 7318:1 7320:2 7337:1 7344:1 7345:1 7349:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7497:1 7550:2 7553:1 7581:1 7588:1 7625:1 7637:2 7654:2 7677:2 7679:1 7685:1 7686:5 7688:2 7695:4 7699:2 7702:2 7703:6 7705:1 7708:1 7726:1 7765:2 7836:1 7848:3 7851:1 7860:1 7877:7 7894:1 7956:1 7960:1 8007:1 8018:1 8028:2 8036:1 8102:1 8183:1 8189:1 8200:1 8205:2 8235:2 8270:2 8271:1 8274:1 8278:1 8304:3 8337:1 8394:2 8405:1 8415:1 8423:1 8458:1 8463:1 8476:1 8487:1 8505:1 8511:1 8512:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8648:1 8660:1 8666:4 8693:1 8738:1 8753:1 8763:1 8800:1 8858:1 8989:1 8997:1 9020:1 9062:1 9075:1 9084:1 9087:1 9099:2 9113:1 9119:1 9139:2 9148:1 9154:1 9186:3 9281:6 9282:2 9300:2 9301:1 9304:1 9330:1 9335:1 9336:1 9340:1 9357:27 9379:2 9381:3 9385:1 9389:1 9438:1 9485:1 9498:1 9500:1 9516:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9647:1 9659:1 9752:1 9756:2 9803:1 9811:1 9825:1 9845:1 9847:1 9913:2 9915:2 9923:1 9924:1 9940:9 10052:1 10075:1 10076:1 10078:1 10097:1 10100:1 10126:1 10156:1 10164:1 10167:1 10205:1 10208:2 10211:1 10217:1 10221:1 10237:1 10249:1 10262:2 10279:1 10293:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:2 10382:2 10383:1 10387:1 10388:1 10389:1 10398:1 10439:1 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10564:1 10567:1 10582:1 10618:2 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10757:1 10758:1 10760:1 10776:2 10797:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10904:1 10914:1 10921:1 10946:1 10971:4 10998:1 11027:1 11029:1 11057:1 11079:1 11088:1 11111:1 11124:1 11129:1 11164:2 11186:1 11195:2 11203:1 11216:1 11220:1 11226:1 11246:1 11263:1 11268:2 11330:1 11348:1 11352:1 11356:1 11358:1 11375:1 11377:1 11395:1 11397:1 11404:1 11415:1 11416:2 11421:1 11453:1 11454:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11607:1 11620:1 11624:1 11642:2 11659:1 11685:2 11686:1 11691:1 11709:1 11778:1 11833:1 11867:3 11869:1 11873:2 11889:1 11890:3 11909:1 11923:1 11933:1 11959:4 11983:1 11985:1 12008:1 12013:1 12085:1 12102:1 12110:2 12119:2 12123:4 12136:1 12156:1 12158:1 12169:1 12200:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12336:1 12360:1 12384:4 12403:1 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12528:1 12538:1 12543:1 12553:2 12575:3 12629:1 12663:1 12672:1 12692:1 12693:1 12711:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:9 12908:1 12923:1 12936:1 12954:2 12972:1 13034:1 13036:1 13070:1 13100:1 13159:4 13165:5 13190:1 13201:1 13216:1 13273:1 13283:1 13284:1 13298:2 13307:1 13312:1 13315:1 13318:2 13326:1 13362:1 13372:2 13382:1 13383:1 13388:2 13407:1 13523:1 13601:1 13610:4 13615:2 13617:1 13635:1 13639:2 13644:1 13654:1 13692:1 13695:1 13719:1 13724:1 13771:2 13772:1 13779:1 13794:1 13805:2 13820:1 13828:1 13882:1 13902:1 13904:1 13907:1 13931:1 13951:7 13979:1 13984:2 13988:1 14006:1 14011:1 14016:2 14020:1 14021:1 14025:1 14028:1 14033:1 14069:2 14081:1 14090:6 14103:4 14112:1 14113:4 14136:1 14170:1 14186:1 14300:1 14310:2 14338:1 14344:4 14351:1 14380:1 14405:1 14428:1 14444:1 14455:1 14473:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14575:1 14618:2 14621:1 14644:3 14746:1 14754:1 14765:1 14835:1 14856:1 14911:1 14926:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15127:1 15136:1 15140:1 15159:2 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15329:1 15334:1 15398:1 15408:1 15409:1 15428:1 15480:1 15483:1 15562:1 15616:1 15632:1 15641:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:4 15807:1 15809:3 15822:1 15823:3 15835:1 15839:1 15845:2 15883:1 15890:2 15900:1 15901:5 15954:1 15974:1 15978:2 15980:1 15992:1 15997:1 16006:1 16018:1 16107:1 16110:1 16115:1 16151:1 16170:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:2 16340:1 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:1 16394:1 16426:2 16429:1 16450:1 16474:1 16479:1 16490:1 16493:1 16511:1 16513:1 16527:2 16528:1 16533:1 16560:1 16583:1 16584:1 16587:1 16598:2 16629:1 16657:1 16686:1 16688:2 16694:1 16707:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:1 16806:1 16838:2 16859:2 16874:1 16902:1 16919:2 16970:1 16986:2 16991:1 16997:1 17007:1 17062:1 17095:2 17109:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17169:2 17170:1 17176:4 17178:1 17180:1 17191:2 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17570:1 17585:1 17588:2 17609:1 17635:1 17656:2 17659:4 17665:2 17672:1 17681:1 17703:2 17704:1 17718:1 17739:1 17764:1 17775:1 17782:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17952:1 17959:5 17964:1 17965:1 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18052:1 18076:1 18099:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18275:2 18283:1 18312:1 18315:1 18327:1 18370:2 18418:1 18491:1 18518:1 18549:1 18558:1 18560:1 18567:1 18612:1 18615:4 18653:1 18753:2 18769:1 18785:1 18787:4 18788:1 18792:1 18821:2 18822:1 18824:1 18827:1 18830:1 18845:3 18850:2 18861:1 18900:1 18907:1 18960:1 18966:2 18967:1 18991:1 19003:3 19038:1 19045:1 19047:1 19069:4 19078:1 19118:1 19122:1 19151:1 19155:4 19158:1 19166:1 19174:1 19184:1 19198:1 19220:1 19231:1 19260:2 19266:1 19283:1 19297:1 19298:1 19302:1 19311:1 19339:1 19408:1 19439:1 19451:2 19468:1 19470:1 19473:1 19476:1 19481:1 19483:1 19485:1 19503:1 19523:1 19567:1 19573:2 19575:1 19583:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19737:1 19782:2 19831:1 19859:1 19877:1 19879:1 19898:3 19943:1 19953:1 19991:2 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:1 20084:1 20085:1 20099:1 20173:1 20196:1 20213:3 20287:1 20290:1 20326:1 20389:1 20398:1 20407:1 20427:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:1 20638:1 20640:2 20670:2 20694:1 20710:1 20731:1 20819:1 20844:1 20847:1 20848:1 20892:1 20904:1 20940:1 20952:1 20955:1 20972:3 20981:1 20984:1 21028:1 21088:1 21115:1 21117:1 21136:1 21151:1 21156:1 21167:1 21170:1 21184:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21414:1 21419:4 21432:1 21438:1 21450:1 21464:2 21469:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21641:4 21651:1 21683:1 21690:1 21697:1 21759:1 21791:1 21815:1 21836:1 21878:1 21898:1 21907:1 21954:1 21959:1 22008:1 22023:1 22035:1 22052:1 22076:1 22088:1 22102:1 22110:1 22125:1 22127:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22301:2 22303:1 22346:1 22381:1819 22385:1 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:1 22612:5 22622:1 22623:1 22629:1 22636:1 22660:1 22662:1 22664:2 22727:4 22767:1 22811:3 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23011:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:1 23223:1 23253:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23404:2 23461:1 23473:2 23495:1 23498:2 23504:1 23514:1 23515:1 23536:5 23538:1 23567:1 23608:2 23669:1 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23851:1 23855:1 23892:1 23897:2 23911:1 23948:1 23953:1 23962:1 23971:1 24016:4 24017:1 24018:1 24031:1 24050:1 24074:1 24087:3 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24201:1 24205:3 24238:2 24239:1 24242:1 24256:1 24263:1 24267:1 24269:1 24278:2 24289:2 24293:2 24300:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:2 24393:1 24416:1 24464:2 24543:1 24544:1 24554:2 24561:1 24619:1 24661:1 24699:1 24725:2 24737:1 24758:3 24776:1 24783:1 24804:1 24829:1 24863:1 24865:1 24867:1 24873:1 24875:1 24876:1 24889:1 24892:1 24907:1 24908:3 24932:3 24948:1 24950:1 24957:1 24972:1 24983:1 25040:1 25041:2 25121:1 25140:1 25149:1 25184:1 25190:1 25208:1 25219:1 25268:1 25298:1 25299:1 25304:1 25316:2 25321:1 25336:1 25343:1 25396:1 25461:1 25491:1 25523:1 25526:1 25528:3 25531:2 25535:1 25546:1 25547:1 25594:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25718:1 25733:1 25738:1 25757:1 25777:1 25785:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25895:1 25912:1 25917:5 25918:1 25926:1 25941:1 25965:3 25972:1 25979:1 25989:1 25990:1 26032:1 26052:1 26089:2 26100:4 26105:1 26153:1 26180:2 26181:2 26227:3 26242:1 26243:1 26256:1 26257:1 26272:1 26279:1 26317:1 26321:1 26356:1 26368:1 26383:1 26439:1 26469:2 26472:1 26508:1 26514:1 26520:1 26536:4 26537:1 26551:1 26578:1 26582:1 26607:1 26608:2 26609:1 26610:1 26620:1 26656:1 26674:1 26676:3 26754:1 26758:1 26774:1 26779:5 26809:1 26847:3 26849:3 26859:1 26864:1 26869:1 26871:1 26880:1 26895:1 26932:1 26941:1 26945:1 26950:1 26951:3 26956:1 26957:1 26963:1 26964:2 26977:3 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:1 27100:3 27130:1 27133:3 27158:1 27178:1 27184:1 27189:1 27225:1 27245:1 27316:5 27338:1 27352:1 27369:1 27418:1 27419:1 27427:1 27459:1 27474:1 27493:1 27528:1 27553:1 27568:1 27577:2 27613:1 27625:1 27637:1 27642:1 27653:1 27675:1 27677:1 27693:1 27701:2 27770:1 27774:1 27779:1 27783:5 27815:1 27834:1 27879:1 27892:1 27900:1 27920:1 27928:1 27946:1 27954:2 27967:2 27981:1 27982:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:1 28095:1 28112:3 28140:1 28177:1 28232:1 28233:1 28261:1 28285:1 28336:1 28340:4 28357:1 28370:1 28391:1 28438:1 28449:1 28499:1 28505:1 28525:1 28561:1 28570:1 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28635:2 28637:1 28705:1 28723:1 28760:2 28799:1 28806:1 28814:1 28823:2 28857:1 28860:1 28869:2 28889:1 28943:1 28946:3 28964:2 29002:2 29018:2 29026:1 29036:1 29049:3 29061:1 29074:2 29085:1 29091:3 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29222:2 29223:1 29238:1 29239:1 29260:2 29270:1 29301:1 29303:1 29304:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29375:1 29383:6 29390:2 29403:1 29404:1 29408:1 29457:1 29485:1 29493:2 29513:1 29517:1 29590:1 29591:1 29606:1 29623:1 29657:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29789:1 29797:1 29829:4 29832:10 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30040:1 30045:1 30049:1 30090:2 30104:1 30109:1 30111:1 30120:1 30132:1 30134:1 30147:2 30167:1 30186:1 30204:1 30212:2 30247:1 30250:2 30265:1 30269:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30552:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:2 30731:1 30753:1 30768:1 30780:2 30804:1 30819:3 30845:1 30854:1 30908:1 30945:1 30958:1 30997:1 31033:1 31075:2 31082:2 31095:1 31166:1 31180:1 31194:1 31206:1 31292:3 31297:3 31305:1 31319:2 31347:1 31377:1 31396:1 31398:1 31413:1 31434:1 31435:1 31458:3 31478:1 31480:4 31484:1 31489:2 31518:1 31552:1 31632:1 31647:1 31668:1 31703:1 31739:1 31776:1 31787:3 31788:1 31795:7 31844:1 31878:1 31889:1 31899:1 31915:1 31916:1 31935:1 31936:1 31941:1 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:2 32095:1 32121:1 32129:2 32138:2 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32245:1 32251:2 32270:1 32276:1 32319:1 32372:1 32374:1 32379:5 32381:1 32427:1 32430:1 32432:1 32465:4 32469:1 32478:1 32480:1 32486:1 32498:2 32505:1 32513:1 32515:1 32527:1 32537:1 32545:3 32546:2 32547:1 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32610:1 32614:2 32632:1 32658:1 32670:1 32671:1 32685:1 32794:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33041:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33328:2 33337:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33430:1 33433:1 33442:11 33443:1 33447:1 33453:2 33466:2 33474:1 33481:2 33486:1 33492:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33609:2 33614:1 33623:1 33637:1 33640:2 33648:1 33656:4 33664:2 33670:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33877:1 33895:1 33907:4 33971:1 33987:1 33990:1 34011:1 34043:2 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:2 34119:1 34199:1 34212:1 34254:1 34275:1 34304:1 34334:1 34349:1 34442:1 34466:1 34514:1 34589:1 34595:1 34603:2 34675:3 34716:1 34728:4 34736:1 34744:3 34749:1 34758:1 34760:1 34771:1 34787:2 34815:1 34830:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34886:6 34891:2 34895:1 34898:1 34901:1 34914:1 34934:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:1
3 13:1 34:1 40:1 48:1 93:2 102:2 121:1 131:1 160:1 196:1 215:1 225:1 242:1 258:1 304:1 305:2 317:1 336:1 361:1 364:1 404:1 405:1 406:1 432:1 434:1 453:1 456:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:3 516:1 576:1 601:1 612:1 646:1 662:1 674:1 685:3 704:1 710:4 718:1 747:1 748:1 767:2 770:1 780:1 799:1 845:1 883:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1029:3 1034:1 1040:2 1053:3 1057:3 1060:1 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1150:1 1156:1 1160:2 1184:1 1188:1 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1321:2 1347:1 1353:1 1371:2 1373:2 1374:1 1388:1 1390:1 1391:2 1406:1 1421:2 1438:1 1439:1 1456:1 1467:1 1480:2 1492:1 1514:1 1517:1 1518:1 1531:1 1543:1 1567:2 1601:1 1621:1 1628:1 1647:1 1657:1 1660:1 1662:3 1685:2 1693:3 1712:1 1721:1 1725:1 1740:2 1744:1 1778:1 1790:1 1791:1 1799:1 1809:1 1825:1 1836:3 1875:2 1924:1 1962:2 1963:1 1976:1 1977:1 1980:1 1998:1 2000:1 2007:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2168:1 2177:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2235:1 2252:1 2259:1 2291:1 2315:2 2332:1 2333:1 2337:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2450:1 2463:2 2474:1 2499:1 2535:1 2565:2 2567:1 2586:1 2600:1 2612:1 2639:1 2653:1 2654:1 2663:2 2664:1 2665:1 2666:1 2669:2 2671:3 2673:3 2675:1 2676:7 2677:2 2678:1 2682:1 2685:1 2694:2 2701:2 2710:2 2757:1 2779:1 2794:2 2811:1 2832:2 2858:1 2876:1 2878:1 2922:1 2931:2 2971:1 2972:1 3010:1 3015:2 3038:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3184:2 3187:1 3248:1 3267:1 3279:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3375:1 3397:1 3398:1 3407:1 3435:1 3447:4 3466:1 3470:1 3472:1 3488:1 3517:1 3522:1 3523:6 3534:4 3536:1 3544:1 3579:1 3682:1 3840:1 3849:1 3871:4 3873:1 3884:5 3898:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4086:1 4142:1 4182:1 4190:1 4234:1 4237:1 4243:1 4268:1 4271:1 4273:1 4289:1 4337:2 4338:1 4342:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:3 4418:2 4424:1 4432:1 4439:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:1 4627:1 4651:1 4657:2 4676:3 4695:1 4735:1 4736:1 4757:1 4782:1 4784:1 4793:1 4800:3 4841:1 4845:1 4849:2 4875:1 4880:1 4888:1 4895:1 4946:2 4966:1 4974:1 5004:2 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:1 5141:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:5 5331:1 5338:2 5349:1 5369:2 5377:1 5398:1 5426:1 5431:1 5432:1 5445:1 5472:2 5474:1 5476:1 5482:1 5502:1 5526:1 5530:1 5548:5 5567:1 5582:1 5588:1 5589:1 5599:7 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5818:1 5830:6 5834:2 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:2 5990:2 5996:1 5999:1 6020:2 6026:1 6103:1 6117:1 6138:2 6141:1 6152:1 6179:1 6180:1 6181:1 6204:1 6267:2 6299:1 6304:1 6343:2 6354:1 6360:1 6401:4 6405:1 6448:1 6504:1 6511:1 6517:1 6518:2 6566:1 6580:1 6641:1 6652:3 6698:1 6702:2 6794:1 6798:1 6853:1 6886:3 6890:1 6894:1 6926:2 6929:1 6942:1 6960:3 6992:1 7028:1 7069:1 7094:1 7102:2 7105:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7313:1 7315:1 7318:1 7320:2 7337:1 7344:1 7345:1 7349:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7497:1 7550:2 7553:1 7563:2 7581:1 7588:1 7625:1 7626:1 7637:2 7654:2 7677:2 7679:1 7685:1 7686:5 7688:2 7695:4 7699:2 7702:2 7703:6 7705:1 7708:1 7726:1 7765:2 7836:1 7848:3 7851:1 7860:1 7877:9 7894:1 7956:1 7960:1 8007:1 8018:1 8028:2 8036:1 8102:1 8183:1 8189:1 8200:1 8205:2 8208:1 8235:2 8270:2 8271:1 8274:1 8278:1 8304:3 8337:1 8394:2 8405:1 8415:1 8423:1 8458:1 8463:1 8476:1 8487:1 8495:1 8503:1 8505:1 8511:1 8512:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8648:1 8652:1 8660:1 8666:4 8693:1 8738:1 8753:1 8763:1 8800:1 8805:1 8858:1 8989:1 8997:1 9020:1 9062:1 9075:1 9084:1 9087:1 9099:2 9113:1 9119:1 9139:2 9148:1 9154:1 9186:3 9281:6 9282:2 9287:1 9300:2 9301:1 9304:1 9330:1 9335:1 9336:1 9340:1 9357:29 9379:2 9381:3 9385:1 9389:1 9438:1 9485:1 9498:1 9500:2 9516:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9647:1 9659:1 9752:1 9756:2 9780:1 9803:1 9811:1 9825:1 9845:1 9847:1 9913:2 9915:2 9923:1 9924:1 9940:9 10052:1 10075:1 10076:1 10078:1 10097:1 10100:1 10126:1 10156:1 10164:1 10167:1 10205:1 10208:2 10211:1 10217:1 10221:1 10237:1 10249:1 10251:1 10262:2 10279:1 10293:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:2 10382:2 10383:1 10387:1 10388:1 10389:1 10398:1 10439:1 10477:1 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10564:1 10567:1 10582:1 10618:2 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10757:1 10758:1 10760:1 10776:2 10797:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10904:1 10914:1 10921:1 10946:1 10971:4 10998:1 11027:1 11029:1 11041:1 11057:1 11079:1 11088:1 11111:1 11124:1 11129:1 11164:2 11186:1 11195:2 11203:1 11216:1 11220:1 11226:1 11246:1 11263:1 11268:2 11330:1 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:1 11395:1 11397:1 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11607:1 11620:1 11624:1 11642:2 11659:1 11685:2 11686:1 11691:1 11709:1 11778:1 11833:1 11867:3 11869:1 11873:2 11874:1 11889:1 11890:3 11909:1 11923:1 11933:1 11959:4 11983:1 11985:1 12008:1 12013:1 12085:1 12102:1 12110:2 12119:2 12123:4 12136:2 12156:1 12158:1 12169:1 12200:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12336:1 12360:1 12384:4 12403:1 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12528:1 12538:1 12543:1 12553:2 12575:3 12629:2 12663:1 12672:1 12692:1 12693:1 12711:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:9 12908:1 12923:1 12936:1 12954:2 12972:1 13034:1 13036:1 13070:1 13100:1 13159:4 13165:5 13190:1 13201:2 13216:1 13273:1 13283:1 13284:1 13298:2 13307:1 13312:1 13315:1 13318:2 13326:2 13362:1 13372:2 13382:1 13383:1 13388:2 13407:1 13523:1 13601:1 13610:4 13615:2 13617:1 13635:1 13639:2 13644:1 13654:1 13692:1 13695:1 13719:1 13724:1 13732:1 13771:2 13772:1 13779:1 13794:1 13805:2 13820:1 13825:1 13828:1 13843:1 13882:1 13902:1 13904:1 13907:1 13931:2 13951:7 13979:1 13984:2 13988:1 14006:1 14011:1 14016:2 14020:1 14021:1 14025:1 14028:1 14033:2 14069:2 14081:1 14090:6 14103:4 14112:1 14113:4 14136:1 14170:1 14186:1 14300:1 14310:2 14326:1 14338:1 14344:4 14351:1 14380:2 14405:1 14428:1 14444:1 14455:1 14473:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14575:1 14618:2 14621:1 14644:3 14746:1 14754:1 14765:1 14835:1 14856:1 14911:1 14919:1 14926:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15127:1 15136:1 15140:1 15159:2 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15329:1 15334:1 15398:1 15408:1 15409:1 15428:1 15480:1 15483:1 15562:1 15616:1 15632:1 15641:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:4 15807:2 15809:3 15822:1 15823:3 15835:1 15839:1 15845:2 15883:1 15890:2 15900:1 15901:5 15946:1 15954:1 15974:1 15978:2 15980:1 15992:1 15997:1 16006:1 16018:1 16090:1 16107:1 16110:1 16115:1 16151:1 16170:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:2 16340:1 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:1 16394:1 16426:2 16429:1 16450:1 16474:1 16479:1 16490:1 16493:1 16511:1 16513:1 16527:2 16528:1 16533:1 16560:1 16583:1 16584:1 16587:1 16598:2 16629:1 16657:1 16686:1 16688:2 16694:1 16707:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:1 16806:1 16838:2 16859:2 16874:1 16902:1 16919:2 16970:1 16986:2 16991:1 16997:1 17007:1 17062:1 17095:2 17109:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17233:1 17273:1 17295:2 17339:1 17356:1 17357:1 17402:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17570:1 17585:1 17588:4 17609:1 17635:1 17656:2 17659:4 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17739:1 17764:1 17775:1 17782:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17952:1 17959:5 17964:1 17965:1 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18099:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18275:2 18283:1 18312:1 18315:1 18327:1 18370:2 18418:1 18491:1 18518:1 18549:1 18558:1 18560:1 18567:1 18612:1 18615:4 18653:1 18753:2 18769:1 18785:1 18787:4 18788:1 18792:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18845:3 18850:2 18861:1 18873:2 18900:1 18907:1 18960:1 18966:2 18967:1 18991:1 19003:3 19038:1 19045:1 19047:1 19066:1 19069:4 19078:1 19118:1 19122:1 19151:1 19155:4 19158:1 19166:1 19174:1 19184:1 19198:1 19205:1 19220:1 19231:1 19260:2 19266:1 19283:1 19297:1 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19451:2 19468:1 19470:1 19473:1 19476:1 19481:1 19483:1 19485:1 19494:1 19503:1 19523:1 19567:1 19573:2 19575:1 19583:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19737:1 19782:3 19831:1 19859:1 19877:1 19879:1 19884:1 19898:3 19943:1 19953:1 19991:2 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:1 20084:1 20085:1 20099:1 20173:1 20196:1 20213:3 20287:1 20290:1 20326:1 20389:1 20398:1 20407:1 20427:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:2 20638:1 20640:2 20670:2 20694:2 20710:1 20731:1 20819:1 20844:1 20847:1 20848:1 20892:1 20904:1 20940:1 20952:1 20955:1 20972:3 20981:1 20984:1 21028:1 21085:1 21088:1 21115:1 21117:1 21136:1 21138:1 21151:1 21156:1 21167:1 21170:1 21184:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21414:1 21419:4 21432:1 21438:1 21450:1 21464:2 21469:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21641:4 21651:1 21683:1 21690:1 21697:1 21759:1 21777:2 21791:1 21815:1 21836:1 21843:1 21878:2 21898:1 21907:1 21954:1 21959:1 22008:1 22023:1 22035:1 22052:1 22076:1 22088:1 22102:1 22110:1 22125:1 22127:1 22150:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22301:2 22303:1 22346:1 22381:1905 22385:1 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:1 22612:5 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:2 22727:4 22767:1 22811:3 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23011:1 23027:1 23033:1 23067:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:1 23223:1 23253:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23390:1 23404:2 23461:1 23473:2 23495:1 23498:2 23504:1 23514:1 23515:1 23536:5 23538:1 23567:1 23608:2 23669:1 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23851:1 23855:1 23892:1 23897:2 23911:1 23948:1 23953:1 23962:1 23971:1 24016:4 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:3 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24201:1 24205:3 24220:1 24238:2 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:2 24300:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:2 24393:1 24416:1 24449:1 24464:2 24543:1 24544:1 24554:2 24561:1 24619:1 24661:1 24699:1 24725:2 24737:1 24758:3 24776:1 24783:1 24804:1 24829:1 24849:1 24863:1 24865:1 24867:1 24873:1 24875:1 24876:1 24889:1 24892:1 24907:1 24908:3 24932:3 24948:1 24950:1 24957:1 24972:1 24983:1 25040:1 25041:2 25121:1 25140:1 25149:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25268:1 25298:1 25299:1 25304:1 25316:2 25321:1 25336:1 25343:1 25396:1 25461:1 25491:1 25502:1 25523:1 25526:1 25528:3 25531:2 25535:1 25546:1 25547:1 25594:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25718:1 25733:1 25738:1 25757:1 25777:1 25785:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25895:1 25912:1 25917:5 25918:1 25926:1 25941:1 25960:1 25965:3 25972:1 25979:1 25989:1 25990:1 26032:1 26052:1 26089:2 26100:4 26102:1 26105:1 26153:1 26180:2 26181:2 26227:3 26242:1 26243:1 26256:1 26257:1 26272:1 26279:1 26314:1 26317:1 26321:1 26356:1 26368:1 26383:1 26439:1 26469:2 26472:1 26508:1 26514:1 26520:1 26536:4 26537:1 26551:1 26578:1 26582:1 26607:1 26608:2 26609:1 26610:2 26620:1 26656:1 26674:1 26676:3 26754:1 26758:1 26774:1 26779:5 26809:1 26847:3 26849:4 26859:1 26864:1 26869:1 26871:1 26880:1 26895:1 26932:1 26933:1 26941:1 26945:1 26950:1 26951:3 26956:1 26957:1 26963:1 26964:2 26977:3 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:1 27100:3 27130:1 27133:3 27158:1 27178:1 27184:1 27189:1 27225:1 27245:1 27316:5 27338:1 27352:1 27369:1 27418:1 27419:1 27427:1 27429:1 27459:1 27474:1 27493:1 27528:1 27553:1 27568:1 27577:2 27613:1 27625:1 27637:1 27642:1 27653:1 27675:1 27677:1 27693:1 27701:2 27764:1 27770:1 27774:1 27779:1 27783:5 27815:1 27834:1 27879:1 27892:1 27900:1 27920:1 27928:1 27946:1 27954:2 27967:2 27981:1 27982:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:1 28095:1 28112:3 28140:1 28177:1 28232:1 28233:1 28261:1 28285:1 28336:1 28340:4 28357:1 28370:1 28391:1 28438:1 28449:1 28479:1 28499:1 28505:1 28525:1 28561:1 28570:1 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28635:2 28637:1 28705:1 28723:1 28760:2 28799:1 28806:1 28814:1 28823:2 28857:1 28860:1 28869:2 28889:1 28943:1 28946:3 28964:2 29002:2 29014:1 29018:2 29026:1 29036:1 29049:3 29061:1 29074:2 29085:1 29091:3 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29222:2 29223:1 29238:1 29239:1 29243:1 29260:2 29270:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29375:1 29383:6 29390:2 29403:1 29404:1 29408:1 29457:1 29485:1 29493:2 29513:1 29517:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29789:1 29797:1 29829:4 29832:10 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30040:1 30045:1 30049:1 30090:2 30104:1 30109:1 30111:1 30120:1 30132:1 30134:1 30147:2 30167:1 30186:1 30204:1 30212:2 30247:1 30250:2 30265:1 30269:1 30298:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30552:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:3 30731:1 30753:1 30768:1 30780:2 30804:1 30819:3 30845:1 30854:1 30874:1 30908:1 30925:1 30945:1 30958:1 30997:1 31033:1 31075:2 31082:2 31095:1 31166:1 31180:1 31194:1 31206:1 31292:3 31297:3 31298:1 31305:1 31319:2 31347:1 31377:1 31396:1 31398:1 31413:1 31434:1 31435:1 31458:3 31478:1 31480:4 31484:1 31489:2 31518:1 31524:1 31552:1 31632:1 31647:1 31668:1 31703:1 31739:1 31771:1 31776:1 31787:3 31788:1 31795:9 31844:1 31878:1 31889:1 31899:1 31915:1 31916:1 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:4 32095:1 32121:1 32129:2 32138:2 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32245:1 32251:2 32270:1 32276:1 32319:1 32372:1 32374:1 32379:5 32381:1 32427:1 32430:1 32432:1 32465:4 32469:1 32478:1 32480:1 32486:1 32498:2 32505:1 32513:1 32515:1 32527:1 32537:1 32545:3 32546:2 32547:1 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32610:1 32614:2 32632:1 32658:1 32670:2 32671:1 32685:1 32794:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33041:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33328:2 33337:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:1 33430:1 33433:1 33442:11 33443:1 33447:1 33453:2 33466:2 33474:1 33481:2 33486:1 33492:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33609:2 33614:1 33623:2 33637:1 33640:2 33648:1 33656:4 33664:2 33670:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33877:1 33895:1 33907:4 33971:1 33987:1 33990:1 34011:1 34028:1 34043:2 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34119:1 34199:1 34212:1 34254:1 34268:1 34275:1 34304:1 34334:1 34349:1 34442:2 34466:1 34489:1 34514:1 34589:1 34595:1 34603:2 34675:3 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:1 34760:1 34764:1 34771:1 34787:2 34815:1 34830:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34886:6 34891:2 34895:2 34898:1 34901:1 34914:1 34934:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:1
3 13:1 34:1 40:1 48:1 93:2 102:2 121:1 131:1 138:1 160:1 182:1 196:1 215:1 225:1 242:1 258:1 304:1 305:2 317:1 336:1 361:1 364:1 404:1 405:1 406:1 432:1 434:1 437:1 453:1 456:2 459:1 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:3 516:1 576:1 601:1 612:1 646:1 662:1 674:1 677:1 685:3 704:1 710:4 718:1 747:1 748:1 767:2 770:1 780:1 799:1 845:1 883:1 884:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1029:3 1034:1 1040:2 1053:3 1057:4 1060:2 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1150:1 1156:1 1160:2 1184:1 1188:1 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1321:2 1347:1 1353:1 1371:2 1373:2 1374:1 1388:1 1390:1 1391:2 1406:1 1421:2 1438:1 1439:2 1456:1 1467:1 1480:3 1484:1 1492:1 1514:1 1517:1 1518:1 1531:1 1543:1 1567:2 1601:1 1621:1 1628:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:5 1712:1 1721:1 1725:1 1740:2 1744:1 1778:1 1785:1 1790:1 1791:1 1799:2 1809:1 1825:1 1836:3 1875:2 1924:1 1962:2 1963:1 1976:1 1977:1 1980:1 1998:2 2000:1 2007:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:1 2168:1 2177:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2235:1 2252:1 2259:1 2291:1 2315:2 2316:1 2332:1 2333:1 2337:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2450:1 2463:2 2474:1 2499:1 2517:1 2535:1 2565:2 2567:1 2586:1 2600:1 2605:1 2612:1 2639:1 2653:1 2654:1 2663:2 2664:2 2665:1 2666:1 2669:2 2671:3 2673:3 2675:1 2676:7 2677:2 2678:1 2682:1 2685:1 2694:2 2701:2 2710:2 2711:1 2757:1 2779:1 2794:2 2811:1 2832:2 2858:1 2876:1 2878:1 2922:1 2931:2 2971:1 2972:1 3010:1 3015:2 3038:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3184:2 3187:1 3248:1 3267:1 3279:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3371:1 3375:1 3397:1 3398:2 3407:1 3433:1 3435:1 3447:5 3466:2 3470:1 3472:1 3488:1 3517:1 3522:1 3523:6 3534:4 3536:1 3544:1 3579:1 3682:1 3840:1 3849:1 3871:4 3873:1 3884:5 3898:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4086:1 4142:1 4182:1 4190:1 4234:1 4237:1 4243:1 4268:1 4271:1 4273:1 4289:1 4337:2 4338:1 4342:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:3 4418:2 4424:1 4432:1 4439:1 4453:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:1 4627:1 4651:1 4657:2 4676:3 4695:1 4735:1 4736:1 4757:1 4782:1 4784:1 4793:1 4800:3 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4895:1 4946:2 4966:1 4974:1 5004:2 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:1 5128:1 5141:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5349:1 5369:2 5377:1 5398:1 5426:1 5431:1 5432:1 5445:1 5472:2 5474:1 5476:1 5482:1 5502:1 5526:1 5530:1 5548:5 5567:1 5582:1 5588:1 5589:1 5599:7 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5796:1 5818:1 5830:6 5834:2 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:2 5989:1 5990:2 5996:1 5999:1 6020:2 6024:1 6026:1 6103:2 6117:1 6138:2 6141:1 6152:1 6179:1 6180:1 6181:1 6204:1 6267:2 6299:1 6304:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6448:1 6504:1 6511:1 6517:1 6518:2 6566:1 6579:1 6580:1 6641:1 6652:3 6698:1 6702:2 6794:1 6798:1 6853:1 6886:3 6890:1 6894:1 6926:2 6929:1 6942:1 6960:3 6992:1 6994:1 7028:1 7069:1 7094:1 7102:2 7105:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7295:1 7313:1 7315:1 7318:1 7320:2 7337:1 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:1 7497:1 7550:2 7553:1 7563:2 7581:1 7588:1 7625:1 7626:1 7637:2 7654:2 7677:2 7679:1 7685:1 7686:5 7688:2 7689:1 7695:4 7699:2 7702:2 7703:6 7705:1 7708:1 7711:1 7726:1 7740:1 7765:2 7836:1 7848:3 7851:1 7857:1 7860:1 7877:11 7894:1 7956:1 7960:1 8007:1 8018:1 8028:2 8036:1 8102:1 8183:1 8189:1 8200:1 8205:2 8208:1 8235:2 8270:2 8271:1 8274:1 8278:1 8304:3 8337:1 8394:2 8405:1 8415:1 8423:1 8458:1 8463:1 8476:1 8487:1 8495:1 8503:1 8505:1 8511:1 8512:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8625:1 8648:2 8652:1 8660:1 8666:4 8693:1 8738:1 8753:1 8763:1 8800:1 8805:1 8858:1 8989:1 8997:1 9020:1 9062:1 9075:1 9084:1 9087:1 9099:2 9113:1 9119:1 9139:2 9148:1 9154:1 9169:1 9186:3 9205:1 9281:6 9282:2 9287:1 9300:2 9301:1 9304:1 9330:1 9335:1 9336:1 9340:1 9348:1 9357:30 9364:1 9379:2 9381:4 9385:1 9389:1 9438:1 9465:1 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9647:1 9659:1 9717:1 9752:1 9756:2 9780:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9913:2 9915:2 9923:1 9924:1 9940:9 9960:1 10052:1 10075:1 10076:1 10078:2 10097:1 10098:1 10100:1 10126:1 10156:1 10164:1 10167:1 10205:1 10208:2 10211:1 10217:1 10221:1 10237:1 10249:1 10251:1 10256:1 10262:2 10279:1 10293:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:2 10382:2 10383:1 10387:1 10388:1 10389:1 10398:1 10439:1 10477:1 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10564:1 10567:1 10582:1 10618:2 10646:1 10651:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10757:1 10758:1 10760:1 10776:2 10797:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10904:1 10911:2 10914:1 10921:1 10946:1 10971:4 10998:1 11027:1 11029:1 11041:1 11057:1 11079:1 11088:1 11111:1 11124:1 11129:1 11157:1 11164:2 11172:1 11186:1 11195:2 11203:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:2 11330:1 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:1 11395:1 11397:1 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11607:1 11620:1 11624:1 11642:2 11659:1 11685:3 11686:1 11691:1 11709:1 11778:1 11833:1 11867:3 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11909:1 11923:1 11933:1 11959:4 11983:1 11985:1 12008:1 12013:1 12085:1 12089:1 12102:1 12110:2 12119:2 12123:4 12136:2 12156:1 12158:1 12169:1 12200:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12336:1 12360:1 12384:4 12403:1 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:1 12528:1 12538:1 12543:1 12553:2 12575:3 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:9 12908:1 12923:1 12936:1 12954:2 12972:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:4 13165:5 13190:1 13201:2 13202:1 13212:1 13216:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13362:1 13372:2 13382:1 13383:1 13388:2 13407:1 13523:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:1 13692:1 13695:1 13719:1 13724:1 13732:1 13735:1 13771:2 13772:1 13779:1 13794:1 13805:2 13820:1 13825:1 13828:1 13843:1 13882:1 13902:1 13904:1 13907:1 13931:2 13951:7 13979:1 13984:2 13988:1 14006:1 14011:1 14016:2 14020:1 14021:1 14025:1 14028:1 14029:1 14033:2 14069:2 14081:1 14085:1 14090:6 14103:4 14112:1 14113:4 14136:1 14170:1 14186:1 14270:1 14300:1 14310:2 14326:1 14338:1 14344:4 14351:1 14380:2 14405:1 14428:1 14443:1 14444:1 14455:1 14473:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14575:1 14595:1 14618:2 14621:1 14644:3 14698:1 14746:1 14754:1 14765:2 14796:1 14835:1 14856:1 14911:1 14919:1 14926:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:1 15127:1 15136:1 15140:1 15159:2 15202:1 15233:1 15259:1 15268:1 15282:1 15284:1 15287:1 15304:2 15318:1 15329:1 15334:1 15398:1 15408:1 15409:1 15428:1 15480:1 15483:1 15562:1 15616:1 15632:1 15641:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:4 15807:2 15809:3 15822:1 15823:3 15835:1 15839:1 15845:2 15867:1 15883:1 15890:2 15900:1 15901:5 15911:1 15946:1 15954:1 15974:1 15978:2 15980:1 15992:2 15997:1 16006:1 16018:1 16090:1 16107:1 16110:1 16115:1 16151:1 16170:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:2 16340:1 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:2 16394:1 16426:2 16429:1 16439:1 16450:1 16474:1 16479:1 16490:1 16493:1 16511:1 16513:1 16519:1 16527:2 16528:2 16533:1 16560:1 16583:1 16584:1 16587:1 16598:2 16629:1 16657:1 16686:1 16688:2 16694:1 16707:1 16715:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:1 16806:1 16819:1 16838:2 16859:2 16874:1 16902:1 16919:2 16959:1 16970:1 16986:2 16991:1 16997:1 17001:1 17007:1 17062:1 17095:2 17102:1 17109:1 17123:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17233:1 17273:1 17295:2 17339:1 17350:1 17356:1 17357:1 17402:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17570:1 17585:1 17588:5 17609:1 17635:1 17656:2 17659:4 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17739:1 17764:1 17775:1 17782:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17940:1 17952:2 17959:5 17964:1 17965:1 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18099:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18275:2 18283:1 18312:1 18315:1 18327:1 18370:2 18418:1 18491:1 18518:1 18549:1 18556:1 18558:1 18560:1 18567:1 18599:1 18612:1 18615:5 18653:1 18753:2 18769:2 18785:1 18787:4 18788:1 18792:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18845:3 18850:2 18861:1 18867:1 18873:2 18900:1 18907:1 18960:1 18966:2 18967:1 18991:1 19003:3 19038:1 19045:1 19047:1 19066:1 19069:4 19078:1 19118:1 19122:1 19151:1 19155:4 19158:1 19166:1 19174:1 19184:1 19198:2 19205:1 19220:1 19231:1 19260:2 19266:1 19283:1 19297:1 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19451:2 19468:1 19470:1 19473:1 19476:1 19481:1 19483:1 19485:1 19494:1 19503:1 19523:2 19537:1 19567:1 19573:2 19575:1 19583:2 19586:1 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19737:1 19782:3 19831:1 19859:1 19877:1 19879:1 19884:1 19898:3 19943:1 19953:1 19991:2 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:1 20084:1 20085:1 20099:1 20173:1 20196:1 20213:3 20274:1 20287:1 20290:1 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:2 20622:1 20638:1 20640:2 20670:2 20694:2 20710:1 20716:1 20731:1 20819:1 20844:2 20847:1 20848:1 20853:1 20877:1 20892:1 20904:1 20940:1 20952:1 20955:1 20972:4 20981:1 20984:1 21028:1 21085:1 21088:1 21115:1 21117:1 21136:1 21138:1 21151:1 21156:1 21162:1 21167:1 21170:1 21184:1 21190:1 21212:1 21229:1 21232:1 21257:1 21277:2 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:4 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21635:1 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21759:1 21777:2 21791:2 21815:1 21836:1 21843:1 21878:2 21898:1 21907:2 21954:1 21959:1 22008:1 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:2 22110:1 22125:1 22127:1 22150:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22301:2 22303:1 22308:1 22346:1 22355:1 22381:2059 22385:1 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:1 22612:6 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:2 22671:1 22727:4 22767:1 22811:3 22823:1 22886:1 22921:1 22930:2 22938:1 22957:1 22975:1 23011:1 23027:1 23033:1 23067:1 23088:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:2 23223:1 23253:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23390:1 23404:2 23461:1 23473:2 23495:1 23498:2 23502:1 23504:1 23514:1 23515:1 23536:5 23538:1 23567:1 23608:2 23614:1 23669:1 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23851:1 23855:1 23892:1 23897:2 23911:1 23948:1 23953:1 23962:1 23971:1 24016:4 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24201:1 24205:3 24220:1 24238:2 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:3 24300:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:2 24393:1 24416:1 24419:1 24449:1 24464:2 24490:1 24543:1 24544:1 24554:2 24561:1 24619:1 24661:1 24699:1 24725:2 24737:1 24758:3 24770:1 24776:1 24783:1 24804:1 24829:1 24849:1 24863:1 24865:1 24867:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24907:1 24908:3 24932:3 24948:1 24950:1 24957:1 24972:1 24983:1 25040:1 25041:2 25121:1 25140:1 25149:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25268:1 25298:1 25299:1 25304:1 25316:2 25321:1 25336:1 25343:1 25396:1 25420:1 25461:1 25491:1 25502:1 25507:1 25523:1 25526:1 25528:3 25531:2 25535:1 25546:1 25547:1 25594:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25718:1 25733:1 25738:1 25757:1 25777:1 25785:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25912:1 25917:5 25918:1 25926:1 25941:1 25960:1 25965:3 25972:1 25979:1 25981:1 25989:1 25990:1 26032:1 26052:1 26073:1 26089:2 26100:4 26102:1 26105:1 26153:1 26180:2 26181:2 26227:3 26242:1 26243:1 26256:1 26257:1 26272:1 26279:1 26314:1 26317:1 26321:1 26324:1 26356:1 26368:1 26383:1 26439:1 26469:2 26472:1 26486:1 26508:1 26514:1 26520:1 26536:5 26537:1 26551:1 26578:1 26582:2 26607:1 26608:2 26609:1 26610:2 26620:1 26656:1 26674:1 26676:3 26754:1 26758:1 26774:1 26779:6 26809:1 26824:1 26847:3 26849:4 26859:1 26864:1 26869:1 26871:1 26880:1 26895:1 26932:1 26933:1 26941:1 26945:1 26950:1 26951:3 26956:1 26957:1 26963:1 26964:2 26977:3 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27100:3 27130:1 27133:3 27158:1 27178:1 27184:1 27189:1 27225:1 27236:1 27242:1 27245:1 27256:1 27288:1 27316:5 27338:1 27352:1 27369:1 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27493:1 27528:1 27553:1 27568:1 27577:2 27613:1 27625:1 27637:1 27642:1 27653:1 27675:1 27677:1 27693:1 27701:2 27732:1 27764:1 27770:1 27774:1 27779:1 27783:6 27815:1 27834:1 27862:1 27879:1 27892:1 27900:1 27920:1 27928:1 27946:1 27954:3 27967:2 27981:1 27982:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:1 28095:1 28112:3 28140:1 28177:2 28232:1 28233:1 28261:1 28264:1 28285:1 28336:1 28340:4 28357:1 28370:2 28391:1 28438:1 28449:1 28479:1 28499:1 28505:1 28525:1 28561:1 28570:1 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28635:3 28637:1 28705:2 28723:1 28760:2 28799:1 28806:1 28814:2 28823:2 28857:1 28860:1 28869:2 28889:1 28943:1 28946:3 28964:2 28972:1 29002:2 29014:1 29018:2 29026:1 29036:1 29049:3 29061:1 29074:2 29085:1 29091:3 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29217:1 29222:2 29223:1 29238:1 29239:1 29243:1 29260:2 29270:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29375:1 29383:6 29390:2 29403:1 29404:1 29408:1 29457:1 29481:1 29485:1 29493:2 29513:1 29517:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29789:1 29797:1 29829:4 29832:10 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29962:1 29965:1 30008:1 30019:1 30040:1 30045:1 30049:1 30090:2 30104:1 30109:1 30111:1 30120:1 30132:1 30134:1 30147:2 30167:1 30185:1 30186:1 30204:1 30212:2 30247:1 30250:2 30265:1 30269:1 30298:1 30313:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:2 30492:4 30509:3 30552:1 30567:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:3 30731:1 30753:1 30768:1 30780:2 30796:1 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30925:1 30945:1 30955:1 30958:1 30997:1 31033:1 31075:3 31082:2 31095:1 31166:1 31180:1 31194:1 31206:1 31211:1 31234:1 31292:3 31297:3 31298:1 31305:1 31319:2 31347:1 31377:2 31396:1 31398:1 31413:1 31434:1 31435:1 31458:3 31478:1 31480:4 31484:1 31489:2 31499:1 31518:1 31524:1 31552:1 31632:1 31647:1 31668:1 31703:1 31739:1 31771:1 31776:1 31787:3 31788:1 31795:11 31844:1 31878:1 31889:1 31899:1 31915:1 31916:1 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32121:1 32129:3 32138:2 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32245:1 32251:2 32270:1 32276:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32427:1 32430:1 32432:1 32465:4 32469:1 32478:1 32480:1 32486:1 32498:2 32504:1 32505:1 32513:1 32515:1 32527:1 32537:1 32545:3 32546:2 32547:1 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32610:1 32614:2 32632:1 32658:3 32670:2 32671:1 32675:1 32685:1 32794:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33041:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33328:2 33337:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:1 33421:1 33430:1 33433:1 33442:11 33443:1 33447:1 33453:2 33466:2 33474:1 33481:3 33486:1 33492:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33609:2 33614:1 33623:2 33637:1 33640:2 33648:2 33656:4 33664:2 33669:1 33670:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33877:1 33895:1 33907:4 33958:1 33971:1 33987:1 33990:1 34011:1 34028:1 34043:2 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34119:1 34151:1 34199:1 34212:1 34254:1 34268:1 34275:1 34304:1 34334:1 34349:2 34442:2 34466:1 34489:1 34514:1 34589:1 34595:1 34603:2 34675:3 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:1 34760:1 34764:1 34771:1 34787:2 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34886:6 34891:2 34895:2 34898:1 34901:1 34914:1 34934:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:1
3 13:1 34:1 40:1 48:1 93:2 102:2 121:1 131:1 138:1 160:1 182:1 196:1 215:1 225:1 234:1 242:1 258:1 304:1 305:2 317:1 336:1 361:1 364:1 404:1 405:1 406:1 432:1 434:1 437:1 453:1 456:2 459:1 461:1 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:3 516:1 576:1 601:1 612:1 646:1 662:1 674:1 677:2 685:3 704:1 710:4 718:1 747:1 748:1 767:2 770:1 780:1 799:1 845:1 883:1 884:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1013:1 1029:3 1034:1 1040:2 1053:3 1057:4 1060:2 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1150:1 1156:1 1160:2 1184:1 1188:1 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1321:2 1347:1 1353:1 1366:1 1371:2 1373:2 1374:1 1387:1 1388:1 1390:1 1391:2 1406:1 1421:2 1438:1 1439:2 1456:1 1467:1 1480:3 1484:1 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1567:2 1601:1 1621:1 1628:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:6 1712:1 1721:1 1725:1 1740:2 1744:1 1745:1 1778:1 1785:1 1790:1 1791:1 1799:2 1809:1 1825:1 1836:3 1875:2 1924:1 1962:2 1963:1 1976:1 1977:1 1980:1 1998:2 2000:1 2007:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:1 2168:1 2177:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2235:1 2252:1 2259:1 2291:1 2315:2 2316:1 2332:1 2333:1 2337:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2450:1 2463:2 2474:1 2499:1 2517:3 2535:1 2565:4 2567:1 2586:1 2600:1 2605:1 2612:1 2639:1 2653:1 2654:1 2663:2 2664:2 2665:1 2666:1 2669:2 2671:3 2673:3 2675:1 2676:7 2677:2 2678:1 2682:1 2685:1 2694:3 2701:2 2710:2 2711:1 2757:1 2779:1 2794:2 2811:1 2832:2 2838:1 2858:1 2876:1 2878:1 2911:1 2922:1 2931:2 2971:1 2972:1 3010:1 3015:2 3038:1 3063:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3184:2 3187:2 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:1 3369:1 3371:1 3375:1 3397:1 3398:3 3407:1 3433:1 3435:1 3447:6 3466:2 3470:1 3472:1 3488:1 3517:1 3522:1 3523:6 3534:4 3536:1 3544:1 3579:1 3682:1 3840:1 3849:1 3871:4 3873:1 3884:6 3898:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4086:1 4099:1 4142:1 4182:1 4190:1 4234:1 4237:1 4241:1 4243:1 4268:1 4271:1 4273:1 4289:1 4337:2 4338:1 4342:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:3 4418:2 4424:1 4432:1 4439:1 4453:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:1 4627:2 4651:1 4657:2 4676:3 4695:1 4735:1 4736:1 4757:1 4782:1 4784:1 4793:1 4800:3 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4895:1 4946:2 4966:1 4974:1 5004:2 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:1 5128:1 5141:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5349:1 5369:2 5377:1 5398:1 5426:1 5431:1 5432:1 5445:1 5472:2 5474:1 5476:1 5482:1 5502:1 5526:1 5530:1 5548:5 5563:1 5567:1 5582:1 5588:1 5589:1 5599:7 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5796:1 5818:1 5830:9 5834:2 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:3 5989:1 5990:2 5996:1 5999:1 6002:1 6004:1 6013:1 6020:2 6024:1 6026:1 6103:2 6117:1 6138:2 6141:1 6152:1 6179:1 6180:1 6181:1 6204:1 6267:2 6299:1 6304:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6448:1 6477:1 6504:1 6511:1 6517:1 6518:2 6566:1 6579:1 6580:1 6641:1 6652:3 6698:1 6702:2 6789:1 6794:1 6798:1 6853:1 6886:3 6888:1 6890:1 6894:1 6926:2 6929:1 6942:1 6960:3 6992:1 6994:1 7028:1 7069:1 7094:1 7102:2 7105:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7295:1 7313:1 7315:1 7318:1 7320:2 7337:1 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:2 7497:1 7550:2 7553:1 7563:2 7581:1 7588:1 7625:1 7626:1 7632:1 7637:2 7654:2 7677:2 7679:1 7685:1 7686:5 7688:2 7689:1 7695:4 7696:1 7699:2 7702:2 7703:7 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7836:1 7848:3 7851:1 7857:1 7860:2 7877:12 7894:1 7956:1 7960:1 8007:1 8018:1 8028:2 8036:1 8102:1 8183:1 8189:1 8200:1 8205:2 8208:1 8235:2 8270:2 8271:1 8274:1 8278:1 8304:4 8307:1 8337:1 8394:2 8405:1 8415:1 8423:1 8458:1 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8625:1 8648:2 8652:1 8660:1 8666:4 8693:1 8738:1 8753:1 8763:1 8800:1 8805:1 8858:1 8969:1 8989:1 8997:1 9020:1 9062:1 9075:1 9084:1 9087:1 9099:2 9113:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9186:3 9205:1 9281:7 9282:2 9287:1 9300:2 9301:1 9304:1 9330:1 9335:2 9336:2 9340:1 9348:1 9357:30 9364:1 9379:2 9381:5 9385:1 9389:1 9438:1 9465:1 9467:1 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9645:1 9647:1 9659:1 9717:1 9752:1 9756:2 9780:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9878:1 9913:2 9915:2 9923:2 9924:1 9940:13 9960:1 10052:1 10075:1 10076:1 10078:2 10097:1 10098:1 10100:1 10126:1 10148:1 10156:1 10164:1 10167:1 10205:1 10208:2 10211:1 10217:1 10221:1 10237:1 10249:1 10251:1 10256:1 10262:2 10263:1 10279:1 10293:1 10302:1 10335:1 10368:1 10371:1 10373:1 10380:2 10382:2 10383:1 10387:1 10388:1 10389:1 10392:1 10398:1 10407:1 10439:1 10477:1 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10559:1 10564:1 10567:1 10582:1 10618:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:2 10797:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:2 10914:1 10921:1 10941:1 10946:1 10964:1 10971:4 10998:1 11025:2 11027:1 11029:1 11041:1 11057:1 11079:1 11088:1 11111:1 11124:1 11129:1 11157:1 11164:2 11172:1 11186:1 11195:2 11203:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:2 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:1 11395:1 11397:1 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:2 11659:1 11685:3 11686:1 11691:1 11709:1 11778:1 11833:1 11867:3 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11909:1 11923:1 11933:1 11959:4 11983:1 11985:1 12008:1 12013:2 12085:1 12089:1 12102:1 12110:2 12119:2 12123:4 12136:2 12156:1 12158:1 12169:1 12200:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12336:1 12360:1 12384:4 12403:1 12449:1 12452:1 12453:1 12475:1 12509:1 12514:1 12515:2 12528:1 12538:1 12543:1 12553:2 12575:3 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:9 12908:1 12923:1 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:4 13165:6 13190:1 13201:2 13202:1 13212:1 13216:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13362:1 13372:2 13382:1 13383:1 13388:3 13407:1 13523:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:1 13692:1 13695:1 13715:1 13719:1 13724:1 13732:1 13735:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:1 13825:1 13828:1 13843:1 13882:1 13902:1 13904:1 13907:1 13931:2 13951:7 13979:1 13984:2 13988:1 13993:2 13997:1 14006:1 14011:1 14016:2 14020:1 14021:1 14025:1 14028:1 14029:1 14033:2 14069:2 14081:1 14085:1 14090:6 14103:4 14112:1 14113:4 14136:1 14170:1 14186:1 14270:1 14300:1 14310:2 14326:1 14338:1 14344:4 14351:1 14380:2 14405:1 14428:1 14443:1 14444:1 14455:1 14473:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14575:1 14595:1 14618:2 14621:1 14644:3 14698:1 14746:1 14754:1 14765:2 14796:1 14835:1 14856:1 14911:1 14919:1 14926:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:1 15127:1 15136:1 15140:1 15159:2 15202:1 15233:1 15259:1 15268:1 15278:1 15282:1 15284:1 15287:1 15304:2 15318:1 15329:1 15334:1 15398:1 15408:1 15409:1 15428:1 15480:1 15483:1 15562:1 15616:1 15632:1 15641:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:4 15807:2 15809:3 15811:1 15822:1 15823:3 15835:1 15839:1 15845:2 15867:1 15883:1 15890:2 15900:1 15901:5 15911:1 15946:1 15954:1 15974:1 15978:3 15980:1 15992:2 15997:1 16006:1 16018:1 16090:1 16107:1 16110:1 16115:1 16151:1 16170:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:2 16340:2 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:2 16394:1 16426:3 16429:1 16439:1 16450:1 16474:1 16479:1 16490:1 16493:1 16511:1 16513:1 16519:1 16527:2 16528:3 16533:1 16560:1 16583:1 16584:1 16587:1 16598:2 16629:1 16657:1 16686:1 16688:2 16694:1 16707:1 16715:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16819:1 16838:2 16859:2 16874:1 16892:1 16895:1 16902:1 16919:2 16959:1 16970:1 16986:2 16991:1 16997:1 17001:1 17007:1 17062:1 17095:2 17102:1 17109:1 17123:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17233:1 17273:1 17295:2 17339:1 17350:1 17356:1 17357:1 17370:1 17402:1 17414:1 17437:1 17481:1 17489:1 17500:1 17565:2 17570:1 17585:1 17588:5 17609:1 17635:1 17656:2 17659:4 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17732:1 17739:1 17764:1 17775:1 17782:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17940:1 17952:2 17959:5 17964:1 17965:1 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18099:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18275:2 18283:1 18312:1 18315:1 18327:1 18370:2 18389:1 18418:1 18491:1 18518:1 18549:1 18556:1 18558:1 18560:1 18567:1 18599:1 18612:1 18615:6 18653:1 18753:2 18769:2 18785:1 18787:4 18788:1 18792:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18845:3 18850:2 18861:1 18867:1 18873:2 18900:1 18907:1 18949:1 18960:1 18966:2 18967:1 18991:1 19003:3 19038:1 19045:1 19047:1 19066:1 19069:4 19078:1 19118:1 19122:1 19151:1 19155:6 19158:1 19166:1 19174:1 19184:1 19198:2 19205:1 19220:1 19231:1 19237:1 19260:2 19266:1 19283:1 19297:1 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19468:1 19470:1 19472:1 19473:1 19476:1 19480:1 19481:1 19483:2 19485:2 19494:1 19503:1 19523:2 19537:1 19567:1 19573:2 19575:1 19583:2 19586:1 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19737:1 19782:3 19831:1 19859:1 19877:1 19879:1 19884:1 19898:3 19943:1 19953:2 19991:2 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:2 20084:1 20085:1 20099:1 20173:1 20196:1 20203:1 20213:3 20274:1 20287:1 20290:1 20309:1 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:2 20622:1 20638:1 20640:2 20670:2 20694:2 20710:2 20716:1 20731:1 20819:1 20834:1 20844:2 20847:1 20848:1 20853:1 20877:1 20892:1 20897:1 20904:1 20940:1 20952:1 20955:1 20972:4 20981:1 20984:1 21000:1 21028:1 21085:1 21088:1 21115:1 21117:1 21136:1 21138:1 21151:1 21156:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21229:1 21232:1 21257:1 21277:2 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:5 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21635:1 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21759:1 21777:2 21791:2 21815:1 21836:1 21843:1 21878:2 21898:1 21907:2 21954:1 21959:1 22008:1 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:3 22110:1 22125:1 22127:1 22150:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22301:2 22303:1 22308:1 22346:1 22355:1 22381:2189 22385:1 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:1 22612:6 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:2 22671:1 22727:4 22767:1 22811:3 22823:1 22886:2 22898:1 22921:1 22930:2 22938:1 22957:1 22975:1 23011:1 23027:1 23033:1 23041:1 23067:1 23088:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:2 23223:1 23253:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23390:1 23404:2 23461:1 23473:2 23495:1 23498:2 23502:1 23504:2 23514:1 23515:1 23536:5 23538:1 23567:1 23608:2 23614:1 23669:2 23698:1 23704:2 23712:2 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23948:1 23953:1 23962:1 23971:1 24016:4 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24201:1 24205:3 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:3 24300:1 24316:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:3 24393:1 24416:1 24419:2 24449:1 24464:2 24490:2 24543:1 24544:1 24554:2 24561:1 24596:1 24619:1 24661:1 24699:1 24725:2 24737:1 24758:3 24770:1 24776:1 24783:1 24804:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24907:1 24908:3 24932:3 24938:1 24948:1 24950:1 24957:1 24972:1 24983:1 25040:1 25041:2 25121:1 25140:1 25149:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25268:1 25291:1 25298:1 25299:1 25304:1 25316:2 25321:1 25336:1 25343:1 25396:1 25420:1 25461:1 25491:1 25502:1 25507:1 25523:1 25526:1 25528:3 25531:2 25535:1 25546:1 25547:1 25594:1 25636:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25718:1 25733:1 25736:1 25738:1 25757:1 25777:1 25785:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25912:1 25917:5 25918:1 25926:2 25941:1 25960:1 25965:3 25972:1 25979:1 25981:1 25989:1 25990:1 26032:1 26052:1 26073:1 26089:2 26097:1 26100:4 26102:1 26105:1 26148:1 26153:1 26180:2 26181:2 26227:3 26242:1 26243:1 26256:1 26257:1 26272:2 26279:1 26314:2 26317:1 26321:1 26324:1 26356:1 26368:1 26383:1 26439:1 26462:1 26469:2 26472:1 26486:1 26508:1 26514:1 26520:1 26536:5 26537:1 26551:1 26578:1 26582:2 26607:1 26608:2 26609:1 26610:2 26620:1 26656:1 26674:1 26676:3 26737:1 26754:1 26758:1 26774:1 26779:6 26789:1 26809:1 26824:1 26847:3 26849:5 26859:1 26864:1 26869:1 26871:1 26880:1 26895:1 26932:1 26933:1 26941:1 26945:1 26950:1 26951:3 26956:1 26957:1 26963:1 26964:2 26977:3 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27100:3 27130:1 27133:3 27158:1 27178:2 27184:1 27189:1 27225:1 27236:1 27242:1 27245:1 27256:1 27288:1 27316:5 27338:1 27352:1 27369:1 27374:1 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27493:1 27528:1 27553:1 27568:1 27577:2 27613:1 27625:1 27637:1 27642:1 27653:1 27675:1 27677:1 27693:1 27701:2 27732:1 27764:1 27770:1 27774:1 27779:1 27783:6 27815:1 27826:1 27827:1 27834:1 27852:1 27862:1 27879:1 27892:1 27900:1 27920:2 27928:1 27946:1 27948:1 27954:3 27967:2 27974:1 27981:1 27982:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:1 28095:1 28112:3 28140:1 28177:3 28194:1 28232:1 28233:1 28261:1 28264:1 28285:1 28336:1 28340:4 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28479:1 28499:1 28505:1 28525:1 28561:1 28570:1 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28630:1 28635:3 28637:1 28691:1 28705:2 28723:1 28760:2 28799:1 28806:1 28814:2 28823:2 28857:1 28860:1 28869:2 28889:1 28943:1 28946:3 28964:2 28972:1 29002:2 29011:1 29014:1 29018:3 29026:1 29036:1 29049:3 29061:1 29074:2 29085:1 29091:3 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29217:1 29222:2 29223:1 29238:1 29239:1 29243:1 29260:2 29270:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29375:1 29383:6 29390:2 29393:1 29403:1 29404:1 29407:1 29408:1 29457:1 29481:1 29485:1 29493:2 29513:1 29517:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29789:1 29797:1 29829:4 29832:10 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29960:1 29962:1 29965:1 30008:1 30019:1 30040:1 30045:1 30049:1 30090:2 30104:1 30105:1 30109:1 30111:1 30120:1 30132:1 30134:1 30147:2 30167:1 30177:1 30185:1 30186:1 30204:1 30212:2 30247:1 30250:2 30265:1 30269:1 30277:1 30298:1 30313:1 30343:1 30386:2 30389:1 30403:1 30457:1 30479:2 30490:3 30492:4 30509:3 30552:1 30567:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:3 30731:1 30732:1 30753:1 30768:1 30780:2 30796:1 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30925:1 30945:1 30955:1 30958:1 30997:1 31033:1 31075:4 31082:2 31095:1 31166:1 31180:1 31194:1 31206:1 31211:2 31234:1 31292:3 31297:3 31298:1 31305:1 31319:2 31347:1 31377:2 31379:1 31396:1 31398:1 31413:1 31434:1 31435:1 31458:3 31478:1 31480:4 31484:1 31489:2 31499:1 31518:1 31524:1 31552:1 31632:1 31647:1 31668:1 31703:1 31739:1 31771:1 31776:1 31787:3 31788:1 31795:12 31844:2 31878:1 31889:1 31899:2 31902:1 31915:1 31916:1 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32121:1 32127:1 32129:3 32138:2 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32245:2 32251:2 32270:1 32276:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32406:1 32427:1 32430:1 32432:1 32465:4 32469:1 32478:1 32480:1 32486:1 32498:2 32504:1 32505:1 32513:1 32515:1 32527:1 32537:1 32545:3 32546:2 32547:1 32549:1 32553:1 32554:1 32556:2 32564:1 32582:1 32586:1 32610:1 32614:2 32632:1 32648:1 32658:3 32670:2 32671:1 32675:1 32685:1 32794:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33041:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33328:2 33337:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:2 33421:1 33430:1 33433:1 33442:12 33443:1 33447:1 33453:2 33466:2 33474:1 33481:3 33486:1 33492:1 33499:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33609:2 33614:1 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:2 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34043:2 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34119:1 34151:1 34156:1 34199:1 34212:1 34254:1 34268:1 34275:1 34304:1 34334:1 34349:2 34389:1 34442:2 34466:1 34489:1 34514:1 34589:1 34595:1 34603:2 34675:3 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:1 34760:1 34764:1 34771:1 34787:3 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34886:6 34891:2 34895:2 34898:2 34901:1 34914:1 34934:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:1
3 3:1 13:1 34:1 40:1 48:1 93:2 102:2 121:1 131:1 138:1 160:1 182:1 196:1 215:1 225:1 234:1 242:1 258:1 304:3 305:2 317:1 336:1 361:1 364:1 383:1 404:1 405:1 406:1 432:1 434:1 437:1 442:2 453:1 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 601:1 612:1 639:1 646:1 662:1 674:1 677:2 685:3 704:1 710:4 718:1 747:1 748:1 767:2 770:1 780:1 799:1 845:1 883:2 884:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:2 1013:2 1029:3 1034:1 1040:2 1053:3 1057:4 1060:2 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1150:1 1156:1 1160:2 1184:1 1188:1 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1321:3 1347:1 1353:1 1366:1 1371:2 1373:2 1374:1 1387:1 1388:1 1390:1 1391:2 1406:1 1421:2 1438:2 1439:2 1456:1 1467:1 1480:3 1484:1 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1565:1 1567:2 1601:1 1621:1 1628:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:6 1712:1 1721:1 1725:1 1740:2 1744:1 1745:1 1778:1 1785:1 1790:1 1791:1 1799:2 1809:1 1825:1 1836:3 1875:2 1900:1 1924:1 1962:2 1963:2 1976:1 1977:1 1980:1 1998:2 2000:1 2007:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:1 2168:1 2177:1 2178:1 2180:1 2194:1 2195:3 2197:3 2210:2 2227:1 2231:1 2235:1 2252:1 2259:1 2260:1 2278:1 2291:1 2315:2 2316:1 2332:1 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2450:1 2463:2 2474:1 2499:1 2517:3 2535:1 2565:4 2567:1 2586:2 2600:1 2605:1 2612:1 2639:1 2653:1 2654:1 2659:1 2663:2 2664:2 2665:1 2666:1 2669:2 2671:3 2673:3 2675:1 2676:7 2677:2 2678:1 2682:1 2685:1 2694:3 2699:1 2701:2 2710:3 2711:2 2728:1 2757:1 2779:1 2794:2 2811:1 2832:2 2838:1 2858:1 2876:1 2878:1 2911:2 2922:1 2931:2 2955:1 2971:1 2972:1 3010:1 3015:2 3038:1 3063:1 3091:2 3092:1 3103:1 3137:1 3153:1 3157:2 3180:1 3184:2 3187:2 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:1 3375:1 3397:1 3398:3 3407:1 3433:1 3435:1 3447:6 3466:2 3470:1 3472:1 3481:1 3488:1 3517:1 3522:1 3523:6 3534:4 3536:1 3544:1 3579:1 3682:1 3754:1 3840:1 3849:1 3871:4 3873:1 3884:6 3898:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4086:1 4099:1 4142:1 4182:1 4186:1 4190:1 4216:1 4234:1 4237:1 4241:1 4243:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:1 4342:1 4347:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:3 4418:2 4424:1 4432:1 4439:1 4453:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:1 4618:1 4627:2 4651:1 4657:2 4676:4 4695:1 4731:1 4735:1 4736:1 4757:1 4782:1 4784:1 4786:1 4793:1 4800:3 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4895:1 4899:1 4946:2 4966:1 4974:1 4983:1 5004:2 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:1 5128:1 5141:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5349:1 5369:2 5377:1 5398:1 5426:1 5431:1 5432:1 5445:1 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5526:1 5530:1 5548:6 5563:1 5567:1 5582:1 5588:1 5589:1 5599:7 5612:1 5616:1 5647:3 5699:2 5704:1 5707:1 5727:1 5796:1 5818:1 5830:11 5834:2 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:3 5989:1 5990:2 5996:1 5999:1 6002:2 6004:1 6013:1 6020:2 6024:1 6026:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6179:1 6180:1 6181:1 6204:1 6267:2 6299:1 6304:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6448:1 6477:1 6504:1 6511:1 6517:1 6518:2 6566:1 6579:1 6580:1 6641:1 6652:3 6695:1 6698:1 6702:2 6717:1 6789:1 6791:2 6794:1 6798:1 6853:1 6886:3 6888:1 6890:1 6894:1 6926:2 6929:1 6942:1 6960:3 6992:1 6994:1 7028:1 7069:1 7094:1 7102:2 7105:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7295:1 7313:2 7315:1 7318:1 7320:2 7337:2 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:2 7497:1 7550:2 7553:1 7563:2 7581:1 7588:1 7625:1 7626:1 7632:1 7637:2 7654:2 7677:2 7679:1 7685:1 7686:5 7688:2 7689:1 7695:4 7696:1 7699:2 7702:2 7703:7 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7836:1 7848:3 7851:1 7857:1 7860:2 7877:12 7894:1 7956:1 7960:1 8007:1 8018:1 8028:2 8036:1 8102:1 8183:1 8189:1 8200:1 8205:2 8208:1 8225:1 8235:2 8270:2 8271:1 8274:1 8278:1 8304:4 8307:1 8337:1 8394:2 8405:1 8415:1 8423:1 8458:1 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8625:1 8648:2 8652:1 8660:1 8666:4 8693:1 8738:1 8753:1 8763:1 8800:1 8805:1 8858:1 8969:2 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:2 9113:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9186:3 9205:1 9281:7 9282:2 9287:1 9300:2 9301:1 9304:1 9330:1 9335:2 9336:2 9340:1 9348:1 9357:31 9364:1 9379:3 9381:5 9385:1 9387:1 9389:1 9438:1 9465:1 9467:1 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9645:1 9647:1 9659:1 9717:1 9752:1 9756:2 9780:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9878:1 9913:2 9915:2 9923:2 9924:1 9940:17 9960:1 9972:1 9978:1 9985:1 9989:1 10052:1 10075:1 10076:1 10078:2 10097:1 10098:1 10100:1 10126:1 10148:1 10156:1 10164:1 10166:1 10167:1 10205:1 10208:2 10211:1 10217:1 10221:1 10237:1 10249:1 10251:1 10256:1 10262:2 10263:1 10279:1 10293:1 10302:1 10335:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:2 10382:2 10383:1 10387:1 10388:1 10389:1 10392:1 10398:1 10407:1 10439:1 10477:1 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:2 10797:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:2 10914:1 10921:1 10941:1 10946:1 10964:1 10971:4 10998:1 11025:3 11027:1 11029:1 11041:1 11057:1 11079:1 11088:1 11111:1 11124:1 11129:1 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:2 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:1 11395:1 11397:1 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:2 11659:2 11685:3 11686:1 11691:1 11709:1 11778:1 11785:1 11833:1 11867:3 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11909:1 11923:1 11933:1 11959:4 11983:1 11985:1 12008:1 12013:2 12059:1 12062:1 12085:1 12089:1 12102:1 12110:2 12119:2 12123:4 12136:2 12156:1 12158:1 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12336:1 12360:1 12384:4 12403:1 12442:1 12449:1 12452:1 12453:1 12475:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:1 12543:1 12553:2 12575:3 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:9 12908:1 12923:2 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:4 13165:6 13190:1 13201:2 13202:1 13212:1 13216:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13362:1 13372:2 13382:1 13383:1 13388:3 13407:1 13450:1 13464:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:1 13692:1 13695:1 13715:1 13719:1 13724:1 13732:1 13735:2 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:1 13822:1 13825:1 13828:1 13843:1 13882:1 13902:1 13904:1 13907:1 13931:2 13951:8 13979:1 13984:2 13988:1 13993:3 13997:1 14006:1 14008:1 14011:1 14016:2 14020:1 14021:1 14025:1 14028:2 14029:1 14033:2 14035:1 14067:1 14069:2 14081:1 14085:1 14090:6 14103:4 14112:1 14113:4 14136:1 14170:1 14186:1 14270:1 14284:1 14290:1 14300:1 14310:2 14326:1 14338:1 14344:4 14351:1 14380:2 14395:1 14405:1 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14575:1 14595:1 14618:2 14621:1 14644:3 14698:1 14746:1 14754:1 14765:2 14796:1 14835:1 14856:1 14885:1 14891:1 14911:1 14919:1 14926:1 14931:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:1 15127:1 15136:1 15140:1 15159:2 15202:1 15233:2 15259:1 15268:1 15278:1 15282:1 15284:1 15287:1 15295:1 15304:2 15318:1 15329:1 15334:1 15398:1 15408:1 15409:1 15428:1 15480:1 15483:1 15562:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15789:1 15799:4 15807:2 15809:3 15811:2 15822:1 15823:3 15835:1 15839:1 15845:2 15867:1 15883:1 15890:2 15900:1 15901:6 15911:1 15939:1 15946:1 15954:1 15974:1 15978:3 15980:1 15992:2 15997:1 16006:1 16018:1 16090:1 16107:1 16110:1 16115:1 16151:1 16170:1 16177:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:2 16340:2 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:2 16394:1 16399:1 16426:3 16429:1 16439:1 16450:1 16474:1 16479:1 16490:1 16493:1 16511:1 16513:2 16519:1 16527:2 16528:3 16533:1 16560:1 16583:1 16584:1 16587:1 16598:2 16629:1 16657:1 16686:1 16688:2 16694:1 16707:1 16715:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16819:1 16830:1 16834:1 16838:2 16859:2 16874:1 16892:1 16895:1 16902:1 16919:2 16959:1 16970:1 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:2 17102:1 17109:1 17123:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17166:1 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17273:1 17295:2 17339:1 17350:1 17356:1 17357:1 17370:1 17372:1 17402:1 17414:1 17437:1 17460:1 17481:2 17489:1 17500:1 17565:2 17570:1 17585:1 17588:5 17603:1 17609:1 17635:1 17656:2 17659:4 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17732:1 17739:1 17764:1 17775:1 17782:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17940:1 17952:2 17959:5 17964:1 17965:2 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18099:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18275:2 18283:1 18312:1 18315:1 18327:1 18370:2 18389:2 18418:1 18467:1 18491:1 18518:1 18549:1 18556:1 18558:1 18560:1 18567:1 18599:1 18612:1 18615:6 18653:1 18702:1 18753:2 18769:2 18785:1 18787:4 18788:1 18792:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18845:3 18850:2 18861:1 18867:2 18873:2 18900:1 18907:1 18949:1 18960:1 18966:2 18967:1 18991:1 19003:3 19021:1 19038:1 19045:1 19047:1 19066:1 19069:4 19078:1 19118:1 19122:1 19151:1 19155:6 19158:1 19166:1 19174:1 19184:1 19198:2 19205:1 19220:1 19231:1 19237:1 19260:2 19266:1 19283:1 19297:2 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19468:1 19469:1 19470:1 19472:1 19473:3 19476:1 19480:1 19481:1 19483:2 19485:3 19494:1 19503:1 19508:1 19523:2 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19831:1 19859:1 19877:1 19879:1 19884:1 19898:3 19943:1 19953:2 19991:3 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:2 20084:1 20085:1 20099:1 20173:1 20196:1 20203:1 20213:3 20274:1 20287:1 20290:1 20309:1 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:2 20622:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20819:1 20834:1 20844:2 20847:1 20848:1 20853:1 20877:1 20892:1 20897:1 20904:1 20940:1 20952:1 20955:1 20972:4 20981:1 20984:1 21000:1 21028:1 21085:1 21088:1 21115:1 21117:1 21136:1 21138:1 21151:1 21156:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21229:1 21232:1 21257:1 21277:2 21284:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:5 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:1 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21759:1 21777:2 21791:2 21815:1 21836:1 21843:1 21878:2 21898:1 21907:2 21954:1 21959:1 22008:1 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:3 22110:1 22125:1 22127:1 22128:1 22150:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22212:1 22301:2 22303:1 22308:1 22346:1 22355:1 22381:2336 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:2 22607:1 22612:6 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:2 22671:1 22727:4 22756:1 22767:1 22811:3 22823:1 22886:3 22898:1 22921:1 22930:2 22938:1 22957:1 22975:1 22997:1 23011:1 23027:1 23033:1 23041:1 23067:1 23088:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:2 23223:1 23253:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23390:1 23404:2 23461:1 23473:2 23495:1 23498:2 23502:1 23504:2 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23599:1 23608:2 23614:1 23669:2 23698:1 23704:2 23712:3 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23948:1 23953:1 23962:1 23971:1 24016:4 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24201:1 24205:3 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:3 24300:1 24316:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:3 24393:1 24410:1 24416:1 24419:2 24449:1 24464:3 24490:2 24543:1 24544:1 24554:2 24561:1 24596:1 24619:1 24661:1 24699:1 24725:2 24737:1 24758:3 24770:1 24776:1 24783:1 24789:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24907:1 24908:3 24932:3 24938:1 24948:1 24950:1 24957:1 24972:1 24983:1 25040:1 25041:2 25070:1 25082:1 25121:1 25137:1 25140:1 25149:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25268:1 25276:1 25289:1 25291:1 25298:1 25299:1 25304:1 25316:2 25321:1 25336:1 25343:1 25396:1 25420:1 25461:1 25470:1 25491:1 25502:1 25507:1 25523:1 25526:1 25528:3 25531:2 25535:1 25546:1 25547:1 25594:1 25636:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25709:1 25718:1 25733:1 25736:1 25738:1 25757:1 25777:1 25785:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25912:1 25917:5 25918:1 25926:2 25941:1 25960:1 25965:3 25972:1 25979:1 25981:1 25989:1 25990:1 26032:1 26052:1 26073:1 26089:2 26097:1 26100:4 26102:1 26105:1 26118:1 26148:1 26153:1 26180:2 26181:2 26227:4 26242:1 26243:1 26256:1 26257:1 26272:2 26279:1 26314:2 26317:1 26321:1 26324:1 26356:1 26368:1 26383:1 26439:1 26462:2 26469:2 26472:1 26486:1 26508:1 26514:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:3 26609:1 26610:2 26620:1 26656:1 26674:1 26676:3 26737:1 26754:1 26758:1 26774:1 26779:6 26789:1 26809:1 26824:1 26847:3 26849:7 26859:1 26864:1 26869:1 26871:1 26880:1 26895:1 26916:1 26932:1 26933:1 26941:2 26945:1 26950:1 26951:3 26956:1 26957:2 26963:1 26964:2 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27096:1 27100:3 27130:1 27133:3 27158:1 27178:2 27184:1 27189:1 27223:1 27225:1 27236:1 27242:1 27245:1 27256:1 27269:1 27273:1 27288:1 27316:6 27338:1 27352:1 27369:1 27374:1 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27493:1 27500:1 27528:1 27553:1 27568:1 27577:2 27613:2 27625:1 27637:1 27642:1 27653:1 27675:1 27677:1 27693:1 27701:2 27703:1 27732:1 27764:1 27770:1 27774:1 27779:1 27783:6 27815:1 27826:1 27827:1 27834:1 27852:1 27862:1 27879:1 27892:1 27900:1 27920:3 27928:1 27946:1 27948:1 27954:4 27967:2 27974:1 27981:1 27982:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:1 28095:1 28112:3 28140:1 28177:3 28194:1 28229:1 28232:1 28233:1 28238:1 28261:1 28264:1 28285:1 28336:1 28340:4 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28479:1 28492:1 28499:1 28505:1 28525:1 28561:1 28570:2 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28630:1 28635:3 28637:1 28642:1 28691:1 28705:2 28706:1 28723:1 28760:2 28774:1 28782:1 28799:1 28806:1 28814:2 28823:2 28857:1 28860:1 28869:2 28889:1 28943:1 28946:3 28964:2 28972:1 29002:2 29011:1 29014:1 29018:3 29026:1 29036:1 29049:3 29061:1 29074:2 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:1 29213:1 29215:2 29217:1 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29375:1 29383:6 29390:2 29393:1 29403:1 29404:1 29407:2 29408:1 29457:1 29481:1 29485:1 29493:3 29513:1 29517:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29829:4 29832:11 29835:1 29851:1 29876:6 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29960:1 29962:1 29965:1 30008:1 30019:1 30040:1 30045:1 30049:1 30090:2 30104:1 30105:1 30109:1 30111:1 30120:1 30132:1 30134:1 30147:2 30167:1 30177:1 30185:1 30186:1 30204:1 30212:2 30234:1 30247:1 30250:2 30265:1 30269:1 30274:1 30277:1 30298:1 30313:1 30343:1 30386:2 30389:1 30403:1 30412:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:3 30552:1 30567:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:4 30731:1 30732:1 30750:1 30753:1 30768:1 30780:2 30796:1 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30911:1 30925:1 30945:1 30955:1 30958:1 30997:1 31033:1 31075:5 31082:2 31095:1 31166:1 31180:1 31194:1 31206:1 31211:2 31234:1 31292:3 31297:3 31298:1 31305:1 31319:2 31347:1 31377:2 31379:1 31396:1 31398:1 31413:1 31434:1 31435:1 31458:3 31472:1 31478:1 31480:4 31484:1 31489:2 31499:1 31507:1 31518:1 31524:1 31552:1 31631:1 31632:1 31647:1 31668:1 31683:1 31703:1 31739:1 31771:1 31776:1 31787:3 31788:1 31795:12 31844:2 31878:1 31889:1 31899:2 31902:1 31915:1 31916:1 31919:1 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32121:1 32127:1 32129:3 32138:2 32149:1 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32406:1 32427:1 32430:1 32432:1 32465:4 32469:1 32478:1 32480:1 32483:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32515:1 32526:1 32527:1 32537:1 32545:3 32546:2 32547:1 32549:1 32553:1 32554:1 32556:3 32564:1 32570:1 32582:1 32586:1 32610:1 32614:2 32632:1 32648:1 32658:3 32670:2 32671:1 32675:1 32678:1 32685:1 32794:1 32800:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33014:1 33041:1 33063:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33328:2 33337:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:2 33421:1 33430:1 33433:1 33442:12 33443:1 33447:1 33453:2 33466:2 33474:1 33481:3 33486:1 33492:1 33499:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33596:2 33609:2 33614:1 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33675:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:2 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34119:1 34151:1 34156:1 34199:1 34206:1 34212:1 34254:1 34268:1 34275:1 34304:1 34334:2 34349:2 34389:1 34442:2 34466:1 34489:1 34514:1 34568:1 34589:1 34595:1 34603:2 34675:3 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:1 34760:1 34764:1 34771:1 34787:3 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34886:6 34891:2 34895:2 34898:2 34901:1 34914:1 34934:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:1
3 3:1 13:1 33:1 34:1 40:1 48:1 93:2 102:2 121:1 131:1 138:1 160:1 182:1 196:1 215:1 225:1 234:1 242:1 258:1 304:3 305:2 315:1 317:1 326:1 336:1 361:1 364:1 383:1 404:1 405:1 406:1 432:1 434:1 437:1 442:2 453:1 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:1 639:1 646:1 662:1 674:1 677:2 685:3 704:1 710:4 718:1 747:1 748:1 767:2 770:1 780:1 799:1 845:1 883:2 884:1 901:1 915:1 939:1 960:1 962:1 970:1 1001:3 1013:3 1029:3 1034:1 1040:2 1053:4 1057:5 1060:2 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1150:1 1156:1 1160:2 1184:1 1188:1 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1321:3 1347:1 1353:1 1366:1 1371:2 1373:2 1374:1 1384:1 1387:1 1388:1 1390:1 1391:2 1406:1 1421:2 1434:1 1438:2 1439:2 1456:1 1467:1 1480:4 1484:1 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1565:1 1567:2 1601:1 1621:1 1628:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:8 1712:1 1721:1 1725:1 1740:2 1744:1 1745:1 1778:1 1785:1 1790:1 1791:1 1799:3 1809:1 1825:1 1836:3 1875:2 1900:1 1924:1 1962:2 1963:2 1976:1 1977:1 1980:1 1998:2 2000:1 2007:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:1 2140:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2210:2 2227:1 2231:1 2235:1 2252:1 2259:1 2260:1 2278:1 2291:1 2315:2 2316:1 2332:1 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2474:1 2499:1 2517:4 2535:1 2565:4 2567:1 2586:2 2600:1 2605:1 2612:1 2639:1 2653:1 2654:1 2659:1 2663:2 2664:2 2665:1 2666:1 2669:2 2671:3 2673:3 2675:1 2676:7 2677:2 2678:1 2682:1 2685:1 2694:3 2699:1 2701:2 2710:4 2711:2 2728:1 2757:1 2779:1 2794:2 2811:1 2832:2 2838:2 2858:1 2876:1 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2971:1 2972:1 3010:1 3015:2 3038:1 3063:1 3091:2 3092:1 3103:1 3109:1 3137:1 3152:1 3153:1 3157:2 3180:1 3184:2 3187:2 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:1 3375:1 3377:1 3389:1 3397:1 3398:3 3407:1 3433:1 3435:1 3447:6 3466:2 3470:1 3472:1 3481:1 3488:1 3517:1 3522:1 3523:6 3534:4 3536:1 3544:1 3579:1 3682:1 3754:1 3840:1 3849:1 3871:4 3873:1 3884:6 3898:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4075:1 4086:1 4099:1 4142:1 4182:1 4186:1 4190:1 4216:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:1 4342:1 4347:1 4350:3 4357:3 4369:2 4374:1 4376:2 4386:3 4418:2 4424:1 4432:1 4439:1 4453:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:2 4618:1 4627:2 4651:1 4657:2 4676:4 4695:1 4731:1 4735:1 4736:1 4757:1 4782:1 4784:1 4786:1 4793:1 4800:3 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4895:1 4899:1 4946:2 4966:1 4974:1 4983:1 5004:2 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:1 5128:1 5141:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5349:1 5369:2 5377:1 5398:1 5426:1 5431:1 5432:1 5445:1 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5526:1 5530:1 5548:7 5563:1 5567:1 5582:2 5588:1 5589:1 5599:8 5612:1 5616:1 5647:3 5699:2 5704:3 5707:1 5727:1 5790:1 5796:1 5797:1 5818:1 5830:12 5834:3 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:3 5989:2 5990:2 5996:1 5999:1 6002:2 6004:1 6005:1 6013:1 6020:2 6022:1 6024:1 6026:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6179:1 6180:1 6181:1 6204:1 6267:2 6299:1 6304:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6448:1 6477:1 6504:2 6511:1 6517:1 6518:2 6566:1 6579:1 6580:1 6641:1 6652:3 6664:1 6695:1 6698:1 6702:2 6717:1 6789:1 6791:3 6794:1 6798:1 6853:1 6886:3 6888:1 6890:1 6894:1 6926:2 6929:1 6942:1 6958:1 6960:3 6992:1 6994:1 7028:1 7041:2 7069:1 7094:1 7102:2 7105:1 7108:1 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7295:1 7313:2 7315:1 7318:1 7320:2 7337:2 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:2 7497:1 7550:2 7553:1 7563:2 7581:1 7588:1 7605:1 7625:1 7626:1 7632:1 7637:2 7638:1 7654:2 7677:2 7679:1 7685:1 7686:6 7688:2 7689:1 7692:1 7695:4 7696:1 7699:2 7702:3 7703:8 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7836:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:12 7894:1 7956:1 7960:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8183:1 8189:1 8200:1 8205:3 8208:1 8209:1 8225:1 8235:2 8270:2 8271:1 8274:1 8278:1 8297:1 8304:4 8307:2 8337:1 8394:2 8405:1 8415:1 8423:1 8444:1 8458:1 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8625:1 8648:2 8652:1 8660:1 8666:4 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8954:1 8969:2 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:2 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9186:3 9205:1 9281:7 9282:2 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:2 9340:1 9348:1 9357:32 9364:1 9379:4 9381:5 9385:1 9387:1 9389:1 9438:1 9465:1 9467:1 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9645:1 9647:1 9659:1 9665:1 9717:1 9752:1 9756:2 9780:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9878:1 9913:2 9915:2 9923:2 9924:1 9940:18 9960:1 9972:1 9978:1 9985:1 9989:1 10052:1 10075:1 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10148:1 10156:2 10164:1 10166:1 10167:1 10205:1 10208:2 10211:1 10217:1 10221:1 10237:1 10249:1 10251:1 10256:1 10262:2 10263:1 10279:1 10293:1 10302:1 10335:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:1 10389:1 10392:1 10394:1 10398:1 10407:1 10439:1 10477:2 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:3 10797:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:2 10914:1 10921:1 10941:1 10946:1 10964:1 10971:4 10998:1 11025:3 11027:1 11029:1 11041:1 11057:1 11079:1 11088:1 11111:1 11124:1 11129:1 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:2 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:1 11395:1 11397:1 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:2 11659:2 11685:4 11686:1 11691:1 11709:1 11778:1 11785:1 11833:1 11867:3 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11909:1 11923:2 11933:1 11959:5 11983:1 11985:1 12008:1 12013:2 12059:1 12062:1 12085:1 12089:1 12102:1 12110:2 12119:2 12123:4 12136:2 12138:1 12156:1 12158:1 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:1 12442:1 12449:1 12452:1 12453:1 12475:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:1 12543:1 12553:2 12569:1 12575:3 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12750:1 12772:1 12812:1 12836:1 12845:3 12859:10 12908:1 12923:2 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:4 13165:6 13190:1 13201:2 13202:1 13212:1 13216:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13354:1 13362:1 13372:2 13382:1 13383:1 13388:3 13407:1 13450:1 13464:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:1 13692:1 13695:1 13715:1 13719:1 13724:1 13732:2 13735:2 13748:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:1 13882:1 13902:1 13904:1 13907:1 13931:2 13951:9 13979:1 13984:2 13988:1 13993:3 13997:1 14006:1 14008:1 14011:1 14016:2 14020:1 14021:1 14023:1 14025:1 14028:2 14029:1 14033:2 14035:1 14067:1 14069:3 14081:1 14085:1 14090:7 14103:4 14112:2 14113:4 14136:1 14170:1 14186:1 14270:1 14284:1 14290:1 14300:1 14310:2 14326:1 14338:1 14344:4 14351:1 14380:2 14395:1 14405:1 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14575:1 14595:1 14618:2 14621:1 14644:3 14668:1 14698:1 14746:1 14754:1 14765:2 14796:1 14835:1 14856:1 14885:1 14891:1 14911:1 14919:1 14926:1 14931:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:1 15127:1 15136:1 15140:1 15159:2 15202:1 15233:2 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15329:1 15334:1 15379:1 15398:1 15408:1 15409:1 15423:1 15428:1 15480:1 15483:1 15562:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:1 15696:2 15697:1 15699:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:2 15809:3 15811:3 15822:1 15823:3 15835:1 15839:1 15845:2 15867:1 15883:1 15890:2 15900:1 15901:7 15911:1 15939:1 15946:1 15954:1 15974:1 15978:3 15980:1 15992:2 15997:1 16006:1 16018:1 16047:1 16090:1 16107:1 16110:1 16115:1 16151:1 16170:1 16177:1 16232:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:3 16340:2 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:2 16394:1 16399:1 16426:3 16429:1 16439:1 16450:1 16474:1 16479:2 16488:1 16490:1 16493:1 16511:1 16513:2 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:1 16587:1 16598:2 16629:1 16657:1 16683:1 16686:1 16688:2 16694:1 16707:1 16715:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:2 16959:1 16970:1 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:2 17102:1 17109:1 17123:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17166:1 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17273:1 17295:2 17318:1 17339:1 17350:1 17356:1 17357:1 17370:1 17372:1 17402:1 17414:1 17437:1 17460:1 17481:2 17489:1 17500:1 17565:2 17570:1 17585:1 17588:5 17603:1 17609:1 17635:1 17656:2 17659:4 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17732:1 17739:2 17764:1 17768:1 17775:1 17782:1 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:2 18283:1 18312:1 18315:1 18327:1 18370:2 18389:2 18418:1 18467:1 18491:1 18518:1 18549:1 18556:1 18558:1 18560:1 18567:1 18599:1 18612:1 18615:6 18653:1 18702:1 18753:2 18769:2 18785:1 18787:5 18788:1 18792:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18845:3 18850:2 18861:1 18867:2 18873:3 18900:1 18907:1 18949:1 18960:1 18966:2 18967:1 18991:1 19003:3 19021:1 19038:1 19045:1 19047:1 19066:1 19069:5 19078:1 19118:1 19122:1 19146:2 19151:1 19155:6 19158:1 19166:1 19174:1 19184:1 19198:3 19205:1 19220:1 19231:1 19237:1 19250:1 19260:3 19266:1 19283:1 19297:2 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19480:1 19481:1 19483:2 19485:3 19494:1 19503:1 19508:1 19523:2 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19831:1 19859:1 19877:1 19879:1 19884:1 19898:3 19943:1 19953:2 19991:4 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:2 20084:1 20085:1 20099:1 20151:1 20173:1 20196:1 20203:1 20213:3 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:2 20622:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:1 20844:2 20847:1 20848:1 20853:1 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:1 20955:2 20972:4 20981:2 20984:1 21000:1 21028:1 21085:1 21088:1 21115:1 21117:1 21136:1 21138:1 21151:1 21156:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21229:1 21232:1 21257:1 21277:2 21284:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:5 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:1 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21759:1 21777:2 21787:1 21791:2 21815:1 21836:1 21843:1 21878:2 21898:1 21907:3 21954:1 21959:1 22008:1 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:4 22110:1 22125:1 22127:1 22128:1 22150:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22212:1 22301:2 22303:1 22308:1 22346:1 22355:1 22381:2470 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22542:1 22551:1 22578:2 22607:1 22612:6 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:2 22671:1 22691:1 22727:4 22756:1 22767:1 22811:3 22823:1 22886:4 22898:1 22921:1 22930:2 22938:1 22950:1 22957:1 22972:1 22975:1 22997:1 23001:1 23011:1 23027:1 23033:1 23041:1 23067:1 23088:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:2 23223:1 23240:1 23253:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23390:1 23404:3 23461:1 23473:2 23495:1 23498:2 23502:1 23504:2 23507:1 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23599:1 23608:2 23614:1 23669:2 23698:1 23704:2 23712:3 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23953:1 23962:1 23971:1 24016:5 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24201:1 24205:3 24209:1 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:3 24300:1 24316:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:3 24393:1 24410:1 24416:1 24419:2 24427:1 24449:1 24464:3 24490:2 24543:1 24544:1 24554:2 24561:1 24596:1 24619:1 24661:1 24699:1 24701:1 24725:2 24737:1 24758:3 24770:1 24776:1 24783:1 24789:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24901:1 24907:1 24908:3 24932:3 24938:2 24948:1 24950:1 24957:1 24972:1 24981:1 24983:1 25040:1 25041:2 25070:1 25082:1 25121:1 25137:1 25140:1 25149:2 25171:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25258:1 25268:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25316:2 25321:1 25336:1 25343:1 25396:1 25420:1 25446:1 25461:1 25470:1 25491:1 25502:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25594:1 25600:1 25636:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25709:1 25718:1 25733:1 25736:1 25738:1 25757:1 25777:1 25785:1 25787:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:6 25918:1 25926:2 25941:1 25960:1 25965:3 25972:1 25979:1 25981:1 25989:1 25990:1 26032:1 26052:1 26073:1 26075:1 26089:2 26097:1 26100:6 26102:1 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26227:4 26242:1 26243:1 26252:1 26256:1 26257:1 26272:2 26279:1 26314:2 26317:1 26321:1 26324:1 26334:1 26354:1 26356:1 26368:1 26383:1 26425:1 26439:1 26462:2 26469:2 26472:1 26486:1 26508:1 26514:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:3 26609:1 26610:2 26619:1 26620:1 26656:1 26674:1 26676:3 26737:1 26754:1 26758:1 26774:1 26779:6 26789:1 26809:1 26824:1 26847:3 26849:7 26859:1 26864:1 26869:1 26871:1 26880:1 26881:1 26895:1 26916:1 26932:1 26933:1 26941:2 26945:1 26949:1 26950:1 26951:3 26956:1 26957:2 26963:1 26964:2 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27096:1 27100:3 27130:1 27133:3 27158:1 27178:2 27184:1 27189:1 27223:1 27225:1 27236:1 27237:1 27242:1 27245:1 27256:1 27269:1 27273:1 27288:1 27316:7 27338:1 27352:3 27369:1 27374:1 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27577:2 27613:2 27625:1 27637:1 27642:1 27653:1 27675:1 27677:1 27693:1 27701:2 27703:1 27732:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27862:1 27879:1 27892:1 27900:1 27920:3 27928:1 27946:1 27948:1 27954:4 27967:2 27974:1 27981:1 27982:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:1 28112:3 28140:1 28177:3 28194:1 28229:1 28232:1 28233:1 28238:1 28261:1 28264:1 28285:1 28336:1 28340:4 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28479:1 28492:1 28499:1 28505:1 28512:1 28525:1 28561:1 28570:2 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28630:1 28635:3 28637:1 28642:1 28691:1 28705:3 28706:1 28713:1 28723:1 28729:1 28760:2 28774:1 28782:1 28799:1 28806:1 28814:2 28823:2 28857:1 28860:1 28869:2 28889:1 28943:1 28946:3 28964:2 28972:1 29002:2 29011:1 29014:1 29018:3 29026:1 29036:1 29049:3 29061:1 29074:2 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:3 29217:1 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29375:1 29383:7 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29829:4 29832:12 29835:1 29851:1 29876:7 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29960:1 29962:1 29965:1 29972:1 30008:1 30019:1 30040:1 30045:1 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:1 30120:1 30132:1 30134:1 30147:2 30167:1 30177:1 30185:1 30186:1 30204:1 30212:2 30234:1 30247:1 30250:2 30265:1 30269:1 30274:1 30277:1 30298:1 30313:1 30343:2 30386:2 30389:1 30403:1 30412:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:3 30552:1 30567:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:4 30731:1 30732:1 30750:1 30753:1 30768:2 30780:2 30796:1 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30911:1 30925:1 30945:1 30955:1 30958:1 30984:1 30997:1 31033:1 31075:6 31082:2 31095:1 31160:1 31166:1 31180:1 31194:1 31206:1 31211:2 31234:1 31292:3 31297:3 31298:1 31305:1 31319:2 31347:1 31377:2 31379:1 31396:1 31398:2 31413:1 31434:1 31435:1 31458:4 31472:1 31478:1 31480:4 31484:1 31489:2 31499:1 31507:1 31518:1 31524:1 31552:1 31553:1 31631:1 31632:1 31647:1 31668:1 31683:1 31703:1 31739:1 31771:1 31776:1 31787:3 31788:1 31795:12 31844:2 31878:1 31889:1 31899:2 31902:1 31915:1 31916:1 31919:1 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:1 32127:1 32129:3 32135:1 32138:2 32149:1 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32406:1 32427:1 32430:1 32432:1 32465:5 32469:1 32478:1 32480:1 32483:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32515:1 32526:1 32527:1 32537:1 32545:3 32546:2 32547:1 32549:1 32553:1 32554:1 32556:3 32564:1 32570:1 32582:2 32586:1 32610:1 32614:2 32632:1 32648:1 32658:3 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33014:1 33041:1 33063:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:2 33190:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33321:1 33328:2 33337:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:2 33421:1 33430:1 33433:1 33442:14 33443:1 33447:2 33453:3 33466:2 33474:1 33481:4 33486:1 33492:1 33499:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33596:2 33609:2 33614:1 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33675:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:2 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34119:1 34151:1 34156:2 34199:1 34206:1 34212:1 34254:1 34268:1 34275:1 34304:1 34334:2 34349:2 34389:1 34442:2 34466:1 34489:1 34514:1 34568:1 34589:1 34595:1 34603:2 34675:3 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:1 34760:1 34764:1 34770:1 34771:1 34787:4 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:7 34891:2 34895:2 34898:2 34901:1 34914:1 34934:1 34938:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:1 34:2 40:1 48:1 93:2 102:2 121:1 131:1 138:1 160:1 171:1 182:1 196:1 215:1 225:1 234:1 242:1 258:1 304:3 305:2 315:1 317:1 326:1 336:1 361:1 364:1 383:1 404:1 405:1 406:1 432:1 434:1 437:1 442:2 453:1 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:1 639:1 646:1 662:1 674:1 677:2 685:3 704:1 710:4 718:1 747:1 748:1 767:2 770:1 780:2 799:1 845:1 883:2 884:1 901:1 915:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:3 1034:1 1040:2 1053:4 1057:6 1060:2 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1299:1 1321:3 1347:1 1353:1 1366:1 1371:2 1373:2 1374:1 1384:1 1387:1 1388:1 1390:1 1391:2 1406:1 1421:2 1434:1 1438:2 1439:2 1456:1 1467:1 1480:4 1484:1 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:8 1712:1 1721:1 1725:1 1740:2 1744:1 1745:1 1778:1 1785:1 1790:1 1791:1 1799:4 1809:1 1816:1 1825:1 1836:3 1875:2 1900:1 1924:1 1962:2 1963:2 1976:1 1977:1 1980:1 1998:2 2000:1 2007:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:1 2140:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2210:2 2227:1 2231:1 2235:1 2252:1 2259:1 2260:1 2264:1 2278:1 2291:1 2315:2 2316:1 2332:1 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:4 2535:1 2565:4 2567:1 2586:2 2588:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:2 2664:2 2665:1 2666:1 2669:2 2671:3 2673:3 2674:1 2675:1 2676:7 2677:2 2678:1 2682:1 2685:1 2688:1 2694:3 2699:1 2701:2 2704:1 2710:5 2711:2 2728:1 2757:1 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2971:1 2972:1 3010:1 3015:2 3038:1 3063:1 3091:2 3092:1 3103:1 3109:1 3137:1 3152:1 3153:1 3157:2 3164:1 3180:1 3184:2 3187:2 3207:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:1 3375:1 3377:1 3389:1 3397:1 3398:3 3407:1 3433:1 3435:1 3447:7 3466:2 3470:1 3472:1 3481:1 3488:1 3517:1 3522:1 3523:6 3534:4 3536:1 3544:1 3579:1 3682:1 3754:1 3762:1 3840:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4075:1 4086:1 4099:1 4142:1 4182:1 4186:1 4190:1 4216:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:1 4342:1 4347:1 4350:4 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:2 4618:1 4627:2 4651:1 4657:2 4676:4 4695:1 4731:1 4735:1 4736:1 4757:1 4782:1 4784:1 4786:1 4793:1 4800:3 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4895:1 4899:1 4946:2 4966:1 4974:1 4983:1 5003:1 5004:2 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:1 5128:1 5141:1 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5349:1 5369:2 5377:1 5398:1 5426:1 5431:1 5432:1 5445:1 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5526:1 5530:1 5548:7 5563:1 5567:1 5582:2 5588:1 5589:1 5599:8 5612:1 5616:1 5647:3 5699:2 5704:3 5707:1 5727:1 5790:1 5796:1 5797:1 5818:1 5830:12 5834:3 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:3 5989:3 5990:2 5996:1 5999:1 6002:2 6004:1 6005:1 6013:1 6020:2 6022:1 6024:1 6026:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6179:1 6180:1 6181:1 6204:1 6267:2 6299:1 6304:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6448:1 6477:1 6504:2 6511:1 6517:1 6518:2 6566:1 6579:1 6580:1 6641:1 6652:3 6664:1 6695:1 6698:1 6702:2 6717:1 6789:1 6791:3 6794:1 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6926:2 6929:1 6942:1 6958:1 6960:3 6992:1 6994:1 7028:1 7041:2 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:1 7274:1 7282:1 7287:1 7289:1 7295:1 7313:2 7315:1 7318:1 7320:2 7337:2 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:2 7497:1 7506:1 7550:2 7553:1 7563:2 7581:1 7588:1 7605:1 7625:1 7626:1 7632:1 7637:2 7638:1 7654:2 7677:2 7679:1 7680:1 7685:1 7686:6 7688:2 7689:1 7692:1 7695:4 7696:1 7699:2 7702:3 7703:8 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7836:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:12 7894:1 7956:1 7960:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8183:1 8189:1 8200:1 8205:3 8208:1 8209:1 8225:1 8235:2 8270:2 8271:1 8274:1 8278:1 8289:1 8297:1 8304:5 8307:2 8337:1 8394:2 8405:1 8415:1 8423:1 8444:1 8458:2 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8625:1 8648:2 8652:1 8658:1 8660:1 8666:4 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8954:1 8969:2 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:2 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9186:3 9205:1 9281:7 9282:3 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:2 9340:1 9348:1 9357:35 9364:1 9379:4 9381:6 9385:1 9387:1 9389:1 9438:1 9465:1 9467:1 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9645:1 9647:1 9659:1 9665:1 9717:1 9752:1 9756:2 9780:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9878:1 9913:2 9915:2 9923:2 9924:1 9940:18 9960:1 9972:1 9978:1 9985:1 9989:1 10052:1 10075:1 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10148:1 10156:2 10164:1 10166:1 10167:1 10205:1 10208:2 10211:1 10217:1 10221:1 10237:1 10249:1 10251:1 10256:1 10259:1 10262:2 10263:2 10279:1 10293:1 10302:1 10335:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10439:1 10477:2 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:3 10797:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:2 10914:1 10921:1 10930:1 10941:1 10946:1 10964:1 10971:4 10998:1 11025:3 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11088:1 11111:1 11124:1 11129:1 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:2 11286:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:1 11395:1 11397:1 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:2 11659:2 11685:4 11686:1 11691:1 11709:1 11778:1 11785:1 11833:1 11867:3 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11909:1 11923:2 11933:1 11959:5 11979:1 11983:1 11985:1 12003:1 12008:1 12013:2 12059:1 12062:1 12085:1 12089:1 12102:1 12110:2 12119:2 12123:4 12136:2 12138:1 12156:1 12158:1 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:1 12442:1 12449:1 12452:1 12453:1 12475:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:1 12543:1 12553:2 12569:1 12575:3 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12765:1 12772:1 12812:1 12836:1 12845:3 12849:1 12859:11 12908:1 12923:2 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:4 13165:6 13190:1 13201:2 13202:1 13212:1 13216:1 13249:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13354:1 13362:1 13372:2 13382:1 13383:1 13388:3 13407:1 13450:1 13464:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:1 13692:2 13695:1 13715:1 13719:1 13724:1 13732:2 13735:2 13748:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13902:1 13904:1 13907:1 13931:2 13951:9 13979:1 13984:2 13988:1 13993:3 13997:1 14006:1 14008:1 14011:1 14016:2 14020:1 14021:1 14023:1 14025:1 14028:2 14029:1 14033:2 14035:1 14067:1 14069:3 14081:1 14085:1 14090:8 14103:4 14112:2 14113:4 14136:1 14170:1 14186:1 14270:1 14284:1 14290:1 14300:1 14310:2 14326:1 14338:1 14344:4 14351:1 14380:2 14395:1 14405:1 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14574:1 14575:2 14595:1 14618:2 14621:1 14644:3 14668:1 14698:1 14746:1 14754:1 14765:3 14796:1 14835:1 14856:1 14885:1 14891:1 14911:1 14919:1 14926:1 14931:1 14934:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:1 15127:1 15136:1 15140:1 15159:2 15202:1 15233:2 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15329:1 15334:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15480:1 15483:1 15562:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:1 15696:3 15697:1 15699:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:2 15809:3 15811:3 15822:1 15823:3 15835:1 15839:1 15845:2 15867:1 15883:1 15888:1 15890:2 15900:1 15901:7 15911:1 15939:1 15946:1 15954:1 15974:1 15978:4 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16090:1 16107:1 16110:1 16115:1 16151:1 16154:1 16170:1 16177:1 16232:1 16243:2 16256:1 16264:1 16269:2 16289:1 16295:3 16340:2 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:2 16394:1 16399:1 16426:3 16429:1 16439:1 16450:1 16474:1 16479:2 16488:1 16490:1 16493:1 16511:1 16513:2 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:1 16587:1 16598:2 16629:1 16657:1 16683:1 16686:1 16688:2 16694:1 16707:1 16715:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:2 16959:1 16970:1 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:2 17102:1 17109:1 17123:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17166:1 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17259:1 17273:1 17295:2 17318:1 17339:1 17350:1 17356:1 17357:1 17370:1 17372:1 17402:1 17414:1 17437:1 17460:1 17481:2 17489:1 17500:1 17565:2 17570:1 17585:1 17588:5 17603:1 17609:1 17635:1 17656:2 17659:4 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17732:1 17739:2 17764:1 17768:1 17775:1 17782:2 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:2 18283:1 18307:1 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18467:1 18491:1 18518:1 18549:1 18556:1 18558:1 18560:1 18567:1 18599:1 18612:1 18615:7 18653:1 18702:1 18753:2 18769:2 18785:1 18787:5 18788:1 18792:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18845:3 18850:2 18861:1 18867:2 18873:3 18900:1 18907:1 18949:1 18960:1 18966:2 18967:1 18991:1 19003:3 19021:1 19038:1 19045:1 19047:1 19053:1 19066:1 19069:5 19078:1 19118:1 19122:1 19146:2 19151:1 19155:7 19158:1 19166:1 19174:1 19184:1 19198:3 19205:1 19220:1 19231:1 19237:1 19250:1 19260:4 19266:1 19283:1 19297:2 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19480:1 19481:1 19483:2 19485:3 19494:1 19503:1 19508:1 19523:2 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19831:1 19859:1 19877:1 19879:1 19884:1 19898:3 19943:1 19953:2 19991:4 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20081:1 20083:2 20084:1 20085:1 20099:1 20131:1 20151:1 20173:1 20196:1 20203:1 20213:3 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:2 20622:1 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:1 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:1 20955:2 20972:4 20981:2 20984:1 21000:1 21018:1 21028:1 21085:1 21088:1 21115:1 21117:1 21136:1 21138:1 21151:1 21156:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21223:1 21229:1 21232:1 21257:1 21277:2 21284:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:5 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:1 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21759:1 21777:2 21787:1 21791:2 21815:1 21836:1 21843:1 21878:2 21898:1 21907:3 21954:1 21959:1 22008:1 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:4 22110:1 22125:1 22127:1 22128:1 22150:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22212:1 22301:2 22303:1 22308:1 22346:1 22355:1 22381:2511 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22538:1 22542:1 22551:1 22578:2 22607:1 22612:6 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:2 22671:1 22691:1 22727:4 22756:1 22757:1 22767:1 22811:3 22823:1 22886:4 22898:1 22921:1 22930:2 22938:1 22950:1 22957:1 22972:1 22975:1 22997:1 23001:1 23011:1 23027:1 23033:1 23041:1 23067:1 23088:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:3 23223:1 23240:1 23253:1 23266:1 23283:2 23286:2 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23390:1 23404:3 23461:1 23472:1 23473:3 23495:1 23498:2 23502:1 23504:2 23507:1 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23579:1 23599:1 23608:2 23614:1 23669:2 23698:1 23704:2 23712:3 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23953:2 23962:1 23971:1 24016:5 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24201:1 24205:3 24209:1 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:4 24300:1 24316:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:3 24393:1 24410:1 24416:1 24419:3 24427:1 24449:1 24464:3 24490:2 24543:1 24544:1 24554:2 24561:1 24596:1 24619:1 24661:1 24699:1 24701:1 24725:2 24737:1 24758:3 24770:1 24776:1 24783:1 24789:1 24791:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24901:1 24907:1 24908:3 24932:3 24938:2 24948:1 24950:1 24957:1 24972:1 24981:1 24983:1 25040:1 25041:2 25070:1 25082:1 25121:1 25137:1 25140:1 25149:2 25171:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25316:2 25321:1 25336:1 25343:1 25396:1 25420:1 25446:1 25461:1 25470:1 25491:1 25502:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25594:1 25600:1 25606:1 25636:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25709:1 25718:1 25733:1 25736:1 25738:1 25757:1 25777:1 25785:1 25787:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:6 25918:1 25926:2 25941:2 25960:1 25965:3 25972:1 25979:1 25981:1 25989:1 25990:1 26032:1 26052:1 26067:1 26073:1 26075:1 26089:2 26097:1 26100:6 26102:1 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26227:4 26242:1 26243:1 26252:1 26256:1 26257:1 26272:2 26279:1 26292:1 26314:2 26317:1 26321:1 26324:1 26334:1 26354:1 26356:2 26368:1 26383:1 26425:1 26439:1 26462:2 26469:2 26472:1 26486:1 26508:1 26514:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:3 26609:1 26610:2 26619:1 26620:1 26656:1 26674:1 26676:3 26737:1 26754:1 26758:2 26774:1 26779:6 26789:1 26809:1 26824:1 26847:3 26849:7 26859:1 26864:1 26869:1 26871:1 26880:1 26881:1 26895:1 26916:1 26932:1 26933:1 26941:2 26945:1 26949:1 26950:1 26951:3 26956:1 26957:2 26963:1 26964:2 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27096:1 27100:3 27130:1 27133:3 27136:1 27158:1 27178:2 27184:1 27189:1 27223:1 27225:1 27236:1 27237:1 27242:1 27245:1 27256:1 27269:1 27273:1 27288:1 27316:7 27338:1 27352:3 27369:1 27374:1 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27577:2 27613:2 27625:1 27637:1 27642:1 27653:1 27675:1 27677:1 27693:1 27701:2 27703:1 27732:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27879:1 27892:1 27900:1 27920:3 27928:1 27946:1 27948:1 27954:4 27967:2 27974:1 27981:1 27982:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:1 28112:3 28140:1 28177:3 28194:1 28229:1 28232:1 28233:1 28238:1 28261:1 28264:1 28267:1 28285:1 28334:1 28336:1 28340:4 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28479:1 28492:1 28499:1 28505:1 28512:1 28525:1 28561:1 28570:2 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28630:1 28635:3 28637:1 28642:1 28691:1 28705:4 28706:1 28713:1 28723:1 28729:1 28760:2 28774:1 28782:1 28798:1 28799:1 28806:1 28814:2 28823:2 28857:1 28860:1 28869:2 28889:1 28943:1 28946:3 28964:2 28972:1 29002:2 29011:1 29014:1 29018:3 29026:1 29036:1 29049:3 29061:1 29074:3 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:4 29217:1 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29375:1 29383:7 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29546:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29829:4 29832:12 29835:1 29851:1 29876:7 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29960:1 29962:1 29965:1 29972:1 30008:1 30019:1 30040:1 30045:1 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:1 30120:1 30132:1 30134:1 30147:2 30167:1 30177:1 30185:1 30186:1 30204:1 30212:2 30234:1 30247:1 30250:2 30265:1 30269:1 30274:1 30277:1 30298:1 30313:1 30343:2 30386:2 30389:1 30403:1 30412:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:3 30552:1 30567:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:4 30731:1 30732:1 30750:1 30753:1 30768:2 30780:2 30796:1 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30911:1 30925:1 30945:1 30955:1 30958:1 30984:1 30997:1 31033:1 31044:1 31075:6 31082:2 31095:1 31160:1 31166:1 31180:1 31194:1 31206:1 31211:2 31234:1 31292:3 31297:3 31298:1 31305:1 31319:2 31347:1 31377:2 31379:1 31396:1 31398:2 31413:1 31434:1 31435:1 31458:4 31472:1 31478:1 31480:4 31484:1 31489:2 31499:1 31507:1 31518:1 31524:1 31552:1 31553:1 31631:1 31632:1 31647:1 31668:1 31683:1 31703:1 31739:1 31771:1 31776:1 31787:3 31788:1 31795:12 31844:2 31878:1 31889:1 31899:2 31902:1 31915:1 31916:1 31919:1 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:1 32127:1 32129:3 32135:1 32138:2 32149:1 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32406:1 32427:1 32430:1 32432:1 32465:5 32468:1 32469:1 32478:1 32480:1 32483:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32515:1 32526:1 32527:1 32537:1 32545:3 32546:2 32547:1 32549:1 32553:1 32554:1 32556:4 32564:1 32570:1 32582:2 32586:1 32610:1 32614:2 32632:1 32648:1 32658:3 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32956:1 32961:1 33014:1 33041:1 33063:1 33075:1 33081:1 33086:3 33103:1 33108:1 33141:1 33161:2 33190:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33321:1 33328:2 33337:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:2 33421:1 33430:1 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33466:2 33474:1 33481:4 33486:1 33492:1 33499:1 33502:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33596:2 33609:2 33614:2 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33675:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:2 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34119:1 34151:1 34156:2 34199:1 34206:1 34212:1 34254:1 34268:1 34275:1 34304:1 34334:2 34349:2 34389:1 34407:1 34442:2 34466:1 34489:1 34514:1 34568:1 34589:1 34595:1 34603:2 34675:3 34698:1 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:1 34760:1 34764:1 34770:1 34771:1 34787:4 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:7 34891:2 34895:2 34898:2 34901:1 34914:1 34934:1 34938:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:1 34:2 40:1 48:1 93:2 102:2 121:1 131:1 138:1 160:1 171:1 182:1 196:1 215:1 225:1 234:1 242:1 258:1 304:3 305:2 315:2 317:1 326:1 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:1 437:1 442:2 453:1 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:1 639:1 646:1 662:1 674:1 677:2 685:3 704:1 710:4 718:1 743:1 747:1 748:1 767:2 770:1 780:2 799:1 845:1 883:2 884:1 901:1 915:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:3 1034:1 1040:2 1053:4 1057:6 1060:3 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1299:1 1302:1 1321:3 1347:1 1353:1 1366:1 1371:2 1373:3 1374:1 1384:1 1387:1 1388:1 1390:1 1391:2 1394:1 1406:1 1421:2 1434:1 1438:2 1439:2 1456:1 1467:1 1480:4 1484:1 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:8 1712:1 1721:1 1725:1 1740:2 1744:1 1745:1 1778:1 1785:1 1790:1 1791:1 1799:4 1809:1 1816:1 1825:1 1836:3 1875:2 1900:1 1924:1 1962:2 1963:2 1976:1 1977:1 1980:1 1998:2 2000:1 2007:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:1 2140:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:1 2278:1 2291:1 2315:2 2316:1 2332:2 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:4 2535:1 2565:4 2567:1 2586:2 2588:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:2 2664:3 2665:1 2666:1 2669:3 2671:3 2673:3 2674:1 2675:1 2676:7 2677:3 2678:1 2682:1 2685:1 2688:1 2694:3 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2757:1 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2971:1 2972:1 3010:1 3015:2 3038:1 3063:1 3091:2 3092:1 3103:1 3109:1 3137:1 3152:1 3153:1 3157:2 3164:1 3180:1 3184:3 3187:2 3207:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:7 3466:2 3470:1 3472:1 3481:1 3488:2 3517:2 3522:1 3523:6 3534:4 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:1 3840:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4075:1 4086:1 4099:1 4142:1 4182:1 4186:1 4190:1 4216:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:1 4244:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:1 4342:1 4347:1 4350:4 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4609:2 4618:1 4627:2 4651:1 4657:2 4676:4 4695:1 4731:1 4735:1 4736:1 4757:1 4782:1 4784:1 4786:1 4793:1 4800:3 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4895:1 4899:1 4946:2 4966:1 4974:1 4983:1 5003:1 5004:2 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:2 5128:1 5141:2 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5348:1 5349:1 5369:2 5377:1 5398:1 5426:1 5431:1 5432:1 5445:1 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5526:1 5530:1 5548:8 5563:1 5567:1 5582:2 5588:1 5589:1 5599:10 5612:1 5616:1 5647:3 5699:2 5704:3 5707:2 5727:1 5790:1 5796:1 5797:1 5818:1 5830:13 5834:3 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:3 5989:4 5990:2 5996:1 5999:1 6002:2 6004:1 6005:1 6013:1 6020:2 6022:1 6024:2 6026:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6323:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6448:1 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6641:1 6652:3 6664:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6794:2 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6992:1 6994:1 7024:1 7028:1 7041:2 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7313:2 7315:3 7318:1 7320:2 7337:2 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7442:1 7446:1 7452:4 7483:1 7494:2 7497:1 7506:1 7550:2 7553:1 7563:2 7581:1 7588:1 7605:1 7625:1 7626:1 7632:1 7637:2 7638:1 7654:3 7677:2 7678:1 7679:1 7680:1 7685:1 7686:6 7688:2 7689:1 7692:1 7695:4 7696:1 7699:2 7702:3 7703:9 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7836:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:12 7894:1 7956:1 7960:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8183:1 8189:1 8191:1 8200:1 8205:3 8208:1 8209:1 8225:1 8235:2 8270:2 8271:1 8274:1 8278:1 8289:1 8297:1 8304:5 8307:2 8337:1 8394:2 8396:1 8405:1 8415:1 8423:1 8444:1 8458:2 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8625:1 8648:2 8652:1 8658:1 8660:1 8666:4 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8954:1 8969:2 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:2 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9186:3 9205:1 9281:7 9282:3 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:2 9340:1 9348:1 9357:40 9364:1 9379:4 9381:6 9385:1 9387:1 9389:1 9438:1 9465:1 9467:1 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9645:1 9647:2 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9878:1 9913:2 9915:2 9923:2 9924:2 9940:20 9960:1 9972:1 9978:1 9985:1 9989:1 10052:1 10075:1 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10148:1 10156:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:1 10217:1 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:2 10263:2 10279:1 10293:1 10302:1 10335:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10439:1 10477:2 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:3 10797:1 10802:2 10824:2 10829:2 10842:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:2 10914:1 10921:1 10930:1 10941:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:3 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:2 11272:1 11286:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:1 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:3 11659:2 11667:1 11685:4 11686:1 11691:1 11709:1 11778:1 11785:1 11833:1 11867:3 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11904:1 11909:1 11923:2 11933:1 11959:5 11979:1 11983:1 11985:1 12003:1 12008:1 12013:3 12059:1 12062:1 12085:1 12089:1 12102:1 12110:2 12119:2 12123:4 12136:2 12138:1 12156:1 12158:1 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:1 12442:1 12443:1 12449:1 12452:1 12453:1 12475:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:1 12543:1 12553:2 12569:1 12575:3 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12765:1 12772:1 12812:1 12836:1 12845:3 12849:1 12859:13 12908:1 12923:2 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:4 13165:6 13190:1 13201:2 13202:1 13212:1 13216:1 13249:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13354:1 13362:1 13372:2 13382:2 13383:1 13388:3 13407:1 13450:1 13464:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:1 13692:2 13695:1 13715:1 13719:1 13724:1 13732:2 13735:2 13748:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13902:1 13904:1 13907:1 13931:2 13951:10 13979:1 13984:2 13988:1 13993:3 13997:1 13999:1 14006:1 14008:1 14011:1 14016:2 14020:1 14021:1 14023:1 14025:1 14028:2 14029:1 14033:2 14035:1 14067:1 14069:3 14081:1 14085:1 14090:9 14103:4 14112:2 14113:4 14136:1 14170:1 14186:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:1 14326:1 14338:1 14344:4 14351:1 14380:2 14395:1 14405:1 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14574:1 14575:2 14595:1 14607:1 14618:2 14621:1 14644:3 14668:1 14698:1 14746:1 14754:1 14765:3 14796:1 14835:1 14856:1 14885:1 14891:1 14911:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:2 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15202:1 15233:2 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15562:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:4 15697:1 15699:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:3 15809:3 15811:3 15822:1 15823:3 15835:1 15839:1 15845:2 15867:1 15883:1 15888:1 15890:2 15900:1 15901:8 15911:1 15939:1 15946:1 15954:1 15974:1 15978:5 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16067:1 16090:1 16107:1 16110:2 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16232:1 16243:2 16256:1 16264:1 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:2 16394:1 16399:1 16426:3 16429:1 16439:1 16450:1 16474:1 16479:2 16488:1 16490:1 16493:1 16511:1 16513:2 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:2 16587:2 16598:2 16629:1 16657:1 16683:1 16686:1 16688:2 16694:1 16707:1 16715:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:2 16959:1 16970:1 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:2 17102:1 17109:1 17123:1 17128:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17166:2 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17259:1 17273:1 17295:2 17318:1 17339:1 17350:1 17356:1 17357:1 17370:1 17372:1 17402:1 17414:1 17437:1 17460:1 17481:2 17489:1 17500:1 17565:2 17570:1 17585:2 17588:5 17603:1 17609:1 17635:1 17656:2 17659:4 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17732:1 17739:2 17764:1 17768:1 17775:1 17782:2 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:2 18283:1 18307:1 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18467:1 18468:1 18491:1 18518:2 18549:1 18556:1 18558:1 18560:1 18567:1 18599:1 18612:1 18615:7 18653:1 18702:1 18753:2 18769:2 18785:1 18787:6 18788:1 18792:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18845:3 18850:3 18861:1 18867:2 18873:3 18900:1 18907:2 18949:1 18960:1 18966:2 18967:1 18991:1 19003:3 19021:1 19038:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:2 19151:1 19155:8 19158:1 19166:1 19174:1 19184:1 19198:3 19205:1 19220:1 19231:1 19237:1 19250:1 19260:5 19266:1 19283:1 19297:2 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19480:1 19481:1 19483:2 19485:3 19494:1 19495:1 19503:1 19508:1 19523:2 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19831:1 19859:1 19877:1 19879:1 19884:1 19898:3 19943:1 19953:2 19991:4 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20051:1 20081:1 20083:2 20084:1 20085:1 20099:1 20131:1 20151:1 20173:1 20196:1 20203:1 20213:3 20234:1 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:2 20622:1 20634:1 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:1 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:1 20955:2 20972:4 20981:2 20984:1 21000:1 21018:1 21028:1 21085:1 21088:1 21115:1 21117:1 21136:1 21138:1 21151:1 21156:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:5 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:2 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21759:1 21777:2 21787:1 21791:2 21815:1 21836:1 21839:1 21843:1 21878:2 21898:1 21907:3 21911:1 21954:1 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:4 22110:1 22125:1 22127:1 22128:1 22150:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:1 22212:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22346:1 22355:1 22381:2606 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:2 22414:1 22424:1 22459:1 22516:1 22530:1 22538:1 22542:1 22551:1 22578:2 22607:1 22612:6 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:2 22671:1 22691:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22930:2 22938:1 22945:1 22950:1 22957:1 22972:1 22975:1 22997:1 23001:1 23011:1 23027:1 23033:1 23041:1 23067:1 23088:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:3 23223:1 23240:1 23253:1 23266:1 23283:2 23286:2 23292:1 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23390:1 23404:3 23461:1 23472:1 23473:3 23495:1 23498:2 23502:1 23504:2 23507:1 23508:1 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23579:1 23599:1 23608:2 23614:1 23669:2 23698:1 23704:2 23712:3 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:4 24300:1 24316:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:3 24393:1 24410:1 24416:1 24419:3 24427:1 24449:1 24464:3 24490:2 24543:1 24544:1 24554:2 24561:1 24596:1 24619:1 24661:1 24699:1 24701:1 24725:2 24737:1 24758:3 24770:1 24776:1 24783:1 24789:1 24791:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24900:1 24901:1 24907:1 24908:3 24932:3 24938:2 24948:1 24950:1 24957:1 24972:1 24981:1 24983:1 25040:1 25041:2 25070:1 25082:1 25121:1 25137:1 25140:1 25149:2 25171:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25250:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25316:2 25319:1 25321:1 25336:1 25343:1 25396:1 25420:1 25446:1 25461:1 25470:1 25491:1 25502:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25594:1 25600:1 25606:1 25636:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25709:1 25718:1 25733:1 25736:1 25738:1 25757:1 25777:1 25785:1 25787:1 25791:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:6 25918:1 25926:3 25941:2 25960:1 25965:3 25972:2 25979:1 25981:1 25989:1 25990:1 26032:1 26052:1 26063:1 26067:1 26073:1 26075:1 26077:1 26089:2 26097:1 26100:6 26102:1 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26227:4 26242:1 26243:1 26252:1 26256:1 26257:1 26272:2 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:1 26356:2 26368:1 26383:1 26425:1 26439:1 26462:2 26469:2 26472:1 26486:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:3 26609:1 26610:2 26619:1 26620:1 26656:1 26674:1 26676:3 26737:1 26754:1 26758:2 26774:1 26779:6 26789:1 26809:1 26824:1 26847:3 26849:7 26859:1 26864:1 26867:1 26869:1 26871:1 26880:1 26881:1 26895:1 26916:1 26932:1 26933:1 26941:2 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:2 26964:2 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27096:2 27100:3 27130:1 27133:3 27136:1 27158:1 27178:2 27184:1 27189:1 27223:1 27225:1 27227:1 27236:1 27237:1 27242:1 27245:1 27256:1 27269:1 27273:1 27288:1 27316:8 27338:1 27352:3 27369:1 27374:1 27396:1 27398:1 27415:1 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27577:2 27613:2 27625:1 27637:1 27642:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:1 27732:1 27741:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27879:1 27892:1 27900:1 27920:3 27928:1 27946:1 27948:1 27954:4 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:2 28112:3 28140:1 28177:3 28194:1 28229:1 28232:1 28233:1 28238:1 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:4 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28479:1 28492:1 28499:1 28505:1 28512:1 28525:1 28561:1 28570:2 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28705:4 28706:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28798:1 28799:1 28806:1 28814:2 28821:1 28823:2 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 29002:2 29011:1 29014:1 29018:4 29026:1 29036:1 29049:3 29061:1 29074:3 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:5 29217:1 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29539:2 29546:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29829:4 29832:13 29835:1 29851:1 29876:9 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29946:5 29949:1 29960:1 29962:1 29965:1 29972:1 30008:1 30019:1 30040:1 30045:1 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30120:1 30132:1 30134:1 30147:2 30167:1 30177:1 30185:1 30186:1 30204:1 30212:2 30234:1 30247:1 30250:2 30265:1 30269:1 30274:1 30277:1 30293:1 30298:1 30313:1 30343:2 30386:2 30389:1 30403:1 30412:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:3 30552:1 30567:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:4 30731:1 30732:1 30750:1 30753:1 30768:2 30780:2 30796:2 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30911:1 30917:1 30925:1 30945:1 30955:2 30958:1 30984:1 30997:1 31033:1 31044:1 31075:6 31082:2 31095:1 31160:1 31166:1 31180:1 31194:1 31206:1 31211:2 31234:2 31292:3 31297:3 31298:1 31305:1 31319:2 31347:1 31377:2 31379:1 31396:1 31398:2 31413:1 31434:1 31435:1 31458:5 31472:1 31478:2 31480:4 31484:1 31489:2 31499:1 31507:1 31518:1 31524:1 31552:1 31553:1 31574:1 31594:1 31631:1 31632:1 31647:1 31668:1 31683:1 31703:1 31739:1 31771:1 31776:1 31787:3 31788:1 31795:12 31844:2 31878:1 31889:1 31899:2 31902:1 31915:1 31916:1 31919:1 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:1 32127:1 32129:3 32135:1 32138:2 32149:1 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:1 32483:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32515:1 32526:1 32527:1 32537:1 32545:3 32546:3 32547:1 32549:1 32553:1 32554:1 32556:5 32564:1 32570:1 32582:2 32586:1 32610:1 32614:3 32632:1 32648:1 32658:3 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:1 33063:1 33075:1 33081:1 33086:3 33103:1 33108:1 33141:1 33156:1 33161:2 33190:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33321:1 33328:2 33337:2 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:2 33421:1 33430:1 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33466:2 33474:1 33481:4 33486:1 33492:1 33499:1 33502:1 33510:2 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33596:2 33609:2 33614:2 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33675:1 33707:1 33747:1 33751:1 33758:1 33763:2 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:2 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34199:1 34206:1 34212:1 34254:1 34268:1 34275:1 34304:1 34334:2 34349:2 34371:1 34389:1 34407:1 34442:2 34466:1 34489:1 34514:1 34568:1 34589:3 34595:1 34603:2 34675:3 34698:1 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:1 34760:1 34764:1 34770:1 34771:1 34787:5 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:9 34891:2 34895:2 34898:2 34901:1 34914:1 34934:1 34938:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:1 34:2 40:1 48:1 93:2 102:3 121:1 131:1 138:2 160:1 171:1 182:1 196:1 215:1 225:1 234:1 242:1 258:1 304:3 305:2 315:2 317:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:1 437:1 442:2 449:1 453:1 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:2 639:1 646:1 662:1 674:1 677:2 685:3 704:1 710:5 718:1 741:1 743:1 747:1 748:1 767:2 770:1 780:2 799:1 845:1 883:2 884:1 901:1 915:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:3 1034:1 1040:2 1053:4 1057:6 1060:3 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1299:1 1302:1 1321:3 1347:1 1353:1 1366:1 1371:2 1373:3 1374:1 1384:1 1387:1 1388:1 1390:1 1391:2 1394:1 1406:1 1421:2 1434:2 1438:2 1439:3 1456:1 1467:1 1480:4 1484:2 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1712:1 1721:1 1725:1 1740:2 1744:1 1745:1 1778:1 1785:1 1790:1 1791:1 1799:4 1809:1 1816:1 1825:1 1836:3 1875:2 1900:1 1924:1 1962:2 1963:2 1976:1 1977:1 1980:1 1998:2 2000:1 2007:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:1 2140:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:1 2278:1 2291:1 2315:2 2316:1 2332:2 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:5 2535:1 2565:4 2567:1 2586:2 2588:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:2 2664:3 2665:1 2666:1 2669:3 2671:3 2673:3 2674:1 2675:1 2676:7 2677:3 2678:1 2682:1 2685:1 2688:1 2694:3 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2757:1 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2877:1 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2971:1 2972:1 3010:1 3015:2 3038:1 3063:1 3091:2 3092:1 3103:1 3109:1 3137:1 3152:1 3153:1 3157:2 3164:1 3180:1 3184:3 3187:2 3207:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:7 3466:2 3470:1 3472:1 3481:1 3488:2 3517:2 3522:1 3523:6 3534:4 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:1 3840:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4075:1 4086:1 4099:1 4142:1 4182:1 4186:1 4190:1 4216:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:1 4244:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:1 4342:1 4347:1 4350:4 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:1 4480:3 4507:3 4520:1 4591:2 4593:1 4609:2 4618:2 4627:2 4651:1 4657:2 4676:4 4695:1 4731:1 4735:1 4736:1 4757:1 4782:1 4784:1 4786:1 4793:1 4800:3 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4895:1 4899:1 4946:2 4966:1 4974:1 4983:1 5003:1 5004:2 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:2 5128:1 5141:3 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5348:1 5349:1 5369:2 5377:1 5398:1 5426:1 5431:1 5432:1 5445:1 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5526:1 5530:1 5548:8 5563:1 5567:1 5582:2 5588:1 5589:1 5599:10 5612:1 5616:1 5647:3 5699:2 5704:3 5707:2 5727:1 5790:1 5796:1 5797:1 5818:1 5830:13 5834:3 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:3 5989:4 5990:2 5996:1 5999:1 6002:2 6004:1 6005:1 6013:1 6020:2 6022:2 6024:2 6026:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6323:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6448:1 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6794:2 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6992:1 6994:1 7024:1 7028:1 7041:2 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7313:2 7315:3 7318:1 7320:2 7337:3 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:4 7483:1 7494:2 7497:1 7506:1 7550:2 7553:1 7563:2 7581:1 7588:1 7605:1 7625:1 7626:1 7632:1 7637:2 7638:1 7654:3 7677:4 7678:1 7679:1 7680:1 7685:1 7686:6 7688:2 7689:1 7692:1 7695:4 7696:1 7699:2 7702:3 7703:9 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7836:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:12 7894:1 7956:1 7960:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8183:1 8189:1 8191:1 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8270:2 8271:1 8274:1 8278:1 8289:1 8297:1 8304:6 8307:2 8337:1 8394:2 8396:1 8405:1 8415:1 8423:1 8444:1 8458:2 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:4 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8954:1 8969:2 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:3 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9205:1 9281:7 9282:3 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:2 9340:1 9348:1 9357:40 9364:1 9379:4 9381:6 9385:1 9387:1 9389:1 9410:1 9438:1 9465:1 9467:1 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9645:1 9647:2 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9878:1 9913:2 9915:2 9923:2 9924:2 9940:20 9960:1 9972:1 9978:1 9985:1 9989:1 10047:1 10052:1 10075:1 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10148:1 10156:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:1 10217:1 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:3 10263:2 10279:1 10289:1 10293:1 10302:1 10335:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:2 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:3 10797:1 10802:2 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:3 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:2 11272:1 11286:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:3 11659:3 11667:1 11685:4 11686:1 11691:1 11709:1 11778:1 11785:1 11823:1 11826:1 11833:1 11867:3 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11904:1 11909:1 11923:2 11933:1 11959:5 11979:1 11983:1 11985:1 12003:1 12008:1 12013:3 12059:1 12062:1 12085:1 12089:1 12102:1 12110:2 12119:2 12123:4 12136:2 12138:1 12156:1 12158:1 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:1 12442:1 12443:1 12449:1 12452:1 12453:1 12475:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:1 12543:1 12553:2 12569:1 12575:3 12604:1 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12765:1 12772:1 12812:1 12836:1 12845:3 12849:1 12859:13 12908:1 12923:2 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:4 13165:6 13190:1 13201:2 13202:1 13212:1 13216:1 13249:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13354:1 13362:1 13372:2 13382:2 13383:1 13388:3 13407:1 13450:1 13464:1 13487:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:1 13692:2 13695:1 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13902:1 13904:1 13907:1 13931:2 13951:10 13979:1 13984:2 13988:1 13993:3 13997:1 13999:1 14006:1 14008:1 14011:1 14016:2 14020:1 14021:1 14023:1 14025:1 14028:2 14029:1 14033:2 14035:1 14067:1 14069:3 14081:1 14085:2 14090:9 14103:4 14104:1 14112:2 14113:4 14136:1 14170:1 14186:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:1 14326:1 14338:1 14344:4 14351:1 14380:2 14395:1 14405:1 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14544:1 14572:1 14574:1 14575:2 14595:1 14607:1 14618:2 14621:1 14644:3 14668:1 14698:1 14746:1 14754:1 14765:3 14796:1 14816:1 14835:1 14856:1 14885:1 14891:1 14911:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:3 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:2 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15562:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:4 15697:1 15699:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:3 15835:1 15839:1 15845:2 15867:2 15883:1 15888:1 15890:2 15900:1 15901:8 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:6 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16067:1 16090:1 16107:1 16110:2 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16232:1 16243:2 16256:1 16264:1 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:2 16394:1 16399:1 16426:3 16429:1 16439:1 16450:1 16474:1 16479:2 16488:1 16490:1 16493:1 16511:1 16513:2 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:2 16587:2 16598:2 16629:1 16657:1 16683:1 16686:1 16688:2 16694:1 16707:1 16715:1 16741:1 16750:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:2 16959:1 16970:1 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:2 17102:1 17109:1 17123:1 17128:1 17134:1 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17166:2 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17259:1 17273:1 17295:2 17318:1 17339:1 17350:1 17356:1 17357:1 17370:1 17372:1 17402:2 17414:1 17437:1 17460:1 17481:2 17489:1 17500:1 17565:2 17570:1 17585:2 17588:5 17603:1 17609:1 17635:1 17656:2 17659:4 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17732:1 17739:2 17764:1 17768:1 17775:1 17782:2 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:2 18283:1 18307:1 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18467:1 18468:1 18491:1 18518:2 18549:2 18554:1 18556:1 18558:1 18560:1 18567:1 18599:1 18612:1 18615:7 18653:1 18702:1 18732:1 18753:2 18769:2 18785:1 18787:6 18788:1 18792:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18845:3 18850:3 18861:1 18867:2 18873:4 18900:1 18907:2 18949:1 18960:1 18966:2 18967:1 18991:1 19003:3 19021:1 19038:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:9 19158:1 19166:1 19174:1 19184:1 19198:3 19205:1 19220:1 19231:1 19237:1 19240:1 19250:1 19260:6 19266:1 19283:1 19297:3 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19480:1 19481:1 19483:2 19485:3 19494:1 19495:1 19503:1 19508:1 19523:2 19527:1 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19831:1 19859:1 19877:1 19879:1 19884:1 19898:3 19943:1 19953:2 19991:4 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:1 20085:1 20099:1 20131:1 20151:1 20173:1 20196:1 20203:1 20213:3 20234:1 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20616:2 20622:1 20634:1 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:2 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:1 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21115:1 21117:1 21136:1 21138:1 21151:1 21156:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:5 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:2 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21777:2 21787:2 21791:2 21815:1 21836:1 21839:1 21843:1 21878:2 21898:1 21907:3 21911:1 21954:1 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:4 22110:1 22125:1 22127:1 22128:1 22150:1 22163:1 22164:1 22182:1 22198:1 22202:1 22208:2 22212:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22346:1 22355:1 22381:2677 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:3 22414:1 22424:1 22459:1 22516:1 22530:1 22538:1 22542:1 22551:1 22578:2 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:2 22671:1 22691:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22930:2 22938:1 22945:1 22950:1 22957:1 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23027:1 23033:1 23038:1 23041:1 23067:1 23088:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:3 23223:1 23240:1 23253:1 23266:1 23283:2 23286:2 23292:1 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23390:1 23404:4 23461:1 23472:1 23473:3 23495:1 23498:2 23502:1 23504:3 23507:1 23508:1 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23698:1 23704:2 23712:3 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:1 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:4 24300:1 24316:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24410:1 24416:1 24419:3 24427:1 24449:1 24464:3 24490:3 24543:1 24544:1 24554:2 24561:1 24596:1 24619:1 24661:1 24699:1 24701:1 24725:2 24737:1 24758:3 24770:1 24776:1 24783:1 24789:1 24791:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24900:1 24901:1 24907:1 24908:3 24932:3 24938:2 24948:1 24950:1 24957:1 24972:1 24977:1 24981:1 24983:1 25040:1 25041:2 25070:2 25082:1 25121:1 25137:1 25140:1 25149:2 25171:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25250:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25316:2 25319:1 25321:1 25336:1 25343:1 25396:1 25414:1 25420:1 25446:1 25461:1 25470:1 25491:1 25502:1 25503:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25594:1 25600:1 25606:1 25636:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25777:1 25785:1 25787:1 25791:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:6 25918:1 25926:3 25941:2 25960:1 25965:3 25972:2 25979:1 25981:1 25989:1 25990:1 26032:1 26052:1 26063:1 26067:1 26073:1 26075:1 26077:1 26089:2 26097:1 26100:6 26102:1 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26227:4 26242:1 26243:1 26252:1 26256:1 26257:1 26272:2 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26425:1 26439:1 26462:2 26469:2 26472:1 26486:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:4 26609:1 26610:2 26619:1 26620:1 26656:1 26674:1 26676:3 26737:1 26754:1 26758:2 26774:1 26779:6 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26867:1 26869:1 26871:1 26880:1 26881:1 26895:1 26916:1 26932:1 26933:1 26941:2 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:2 26964:2 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27096:2 27100:3 27130:1 27133:3 27136:1 27158:1 27178:2 27184:1 27189:1 27223:1 27225:1 27227:1 27236:1 27237:1 27242:1 27245:1 27256:1 27269:1 27273:1 27288:1 27316:8 27338:1 27352:3 27369:1 27374:1 27396:1 27398:1 27415:1 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27488:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27577:2 27613:2 27625:1 27637:1 27642:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:1 27732:1 27741:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27879:1 27887:1 27892:1 27900:1 27920:3 27928:1 27946:1 27948:1 27954:4 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:2 28112:3 28140:1 28177:3 28194:1 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:4 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28479:1 28492:1 28499:2 28505:1 28512:1 28525:1 28561:1 28570:2 28583:1 28586:1 28597:1 28607:1 28611:1 28621:1 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28705:4 28706:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28798:1 28799:1 28806:1 28814:2 28821:1 28823:2 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 29002:2 29011:1 29014:1 29018:4 29026:1 29036:1 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:6 29217:2 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29539:2 29546:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29829:4 29832:13 29835:1 29851:1 29876:9 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29949:1 29960:1 29962:1 29965:1 29972:1 30008:1 30019:1 30040:1 30045:1 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30120:1 30132:1 30134:1 30147:2 30167:1 30177:1 30185:1 30186:1 30204:1 30212:2 30234:1 30247:1 30250:2 30265:1 30269:1 30274:1 30277:1 30293:1 30298:1 30313:1 30343:2 30386:2 30389:1 30403:1 30412:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:3 30512:1 30552:1 30567:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:4 30731:1 30732:1 30750:1 30753:1 30768:2 30780:2 30796:2 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30911:2 30917:1 30925:1 30945:1 30955:2 30958:1 30984:1 30997:1 31033:1 31044:1 31075:6 31082:2 31095:1 31160:1 31166:1 31180:1 31194:1 31206:1 31211:2 31234:2 31292:3 31297:3 31298:1 31305:1 31319:2 31347:1 31377:2 31379:1 31396:1 31398:2 31413:1 31434:1 31435:1 31458:5 31463:1 31472:1 31478:3 31480:4 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31552:1 31553:1 31574:1 31594:1 31631:1 31632:1 31647:1 31668:1 31683:1 31703:1 31739:1 31771:1 31776:1 31787:3 31788:1 31795:12 31844:2 31878:1 31889:1 31899:2 31902:1 31915:1 31916:1 31919:1 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:1 32127:1 32129:3 32135:1 32138:2 32149:2 32156:1 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:1 32483:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32515:1 32526:1 32527:1 32537:1 32545:3 32546:3 32547:1 32549:1 32553:1 32554:1 32556:5 32564:1 32570:1 32582:3 32586:1 32610:1 32614:3 32632:1 32648:1 32658:4 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:2 33063:1 33075:1 33081:1 33086:3 33103:1 33108:1 33141:1 33156:1 33161:2 33190:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33321:1 33328:2 33337:2 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:2 33421:1 33430:1 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33466:2 33474:1 33481:4 33486:1 33492:1 33499:1 33502:1 33510:3 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33596:2 33609:2 33614:3 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33675:1 33707:1 33747:1 33751:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:2 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:2 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34199:1 34206:1 34212:1 34254:1 34268:2 34275:1 34304:1 34334:2 34349:2 34371:1 34389:1 34407:1 34442:2 34466:1 34489:1 34514:1 34568:1 34589:3 34595:1 34603:2 34675:3 34698:1 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:2 34760:1 34764:1 34770:1 34771:1 34787:5 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:9 34891:2 34895:2 34898:2 34901:1 34914:1 34934:1 34938:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:1 34:2 36:1 40:1 48:1 93:2 102:3 121:1 131:2 138:2 160:1 171:1 182:1 196:1 215:1 225:1 234:1 242:1 258:1 288:1 304:3 305:2 315:2 317:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:1 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:2 639:1 646:1 662:1 674:1 677:2 685:3 704:1 710:6 718:1 741:1 743:1 747:1 748:1 767:2 770:1 780:2 799:1 845:1 883:2 884:1 901:1 908:1 915:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:4 1034:1 1040:2 1053:4 1057:6 1060:3 1067:1 1072:1 1075:1 1077:1 1116:1 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:2 1220:1 1260:1 1265:2 1275:1 1286:1 1299:1 1302:1 1321:3 1347:1 1353:1 1363:1 1366:1 1371:2 1373:3 1374:1 1384:1 1387:1 1388:1 1390:1 1391:2 1394:1 1406:1 1421:2 1434:2 1438:2 1439:3 1456:1 1465:1 1467:1 1480:4 1484:2 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1712:1 1721:1 1725:1 1740:2 1744:1 1745:1 1778:1 1785:1 1790:1 1791:1 1799:4 1809:1 1816:1 1825:1 1836:4 1875:2 1900:1 1924:1 1962:2 1963:2 1976:1 1977:1 1980:1 1998:2 2000:1 2007:1 2019:3 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:2 2140:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:1 2278:1 2291:1 2315:2 2316:1 2332:2 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:5 2535:1 2565:4 2567:1 2586:2 2588:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:2 2664:3 2665:1 2666:1 2669:3 2671:3 2673:3 2674:1 2675:1 2676:7 2677:3 2678:1 2682:1 2685:1 2688:1 2694:3 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2757:1 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2877:1 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2967:1 2971:1 2972:1 3010:1 3015:2 3038:1 3063:1 3091:2 3092:1 3103:1 3109:1 3137:1 3152:1 3153:1 3157:2 3164:1 3180:1 3184:3 3187:2 3207:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:8 3466:2 3470:1 3472:1 3481:1 3488:2 3517:2 3522:1 3523:6 3534:4 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:1 3840:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4075:1 4086:1 4099:1 4142:1 4182:2 4186:1 4190:1 4216:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:1 4244:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:1 4342:1 4347:1 4350:4 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:2 4480:3 4507:4 4520:1 4591:2 4593:1 4609:2 4618:2 4627:2 4651:1 4657:2 4676:4 4695:1 4731:1 4735:1 4736:2 4757:1 4782:1 4784:1 4786:1 4793:1 4800:3 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4895:1 4899:1 4946:2 4966:1 4974:1 4983:1 5003:1 5004:2 5006:2 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:2 5128:1 5141:3 5145:2 5157:1 5175:2 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5348:1 5349:1 5369:2 5377:1 5392:1 5398:1 5426:1 5431:1 5432:1 5445:1 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5517:1 5526:1 5530:1 5546:1 5548:8 5563:1 5567:1 5582:2 5588:1 5589:1 5599:10 5612:1 5616:1 5647:3 5699:2 5704:3 5707:2 5727:1 5790:1 5796:1 5797:1 5818:1 5830:13 5834:3 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:1 5988:3 5989:4 5990:2 5996:1 5999:1 6002:2 6004:1 6005:1 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6323:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6448:1 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6794:2 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6992:1 6994:1 7024:1 7028:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7313:2 7315:3 7318:1 7320:2 7334:1 7337:3 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:4 7483:1 7494:2 7497:1 7506:1 7550:2 7553:1 7563:2 7581:1 7588:1 7605:1 7625:1 7626:1 7632:1 7637:2 7638:1 7654:3 7677:4 7678:1 7679:1 7680:1 7685:1 7686:6 7688:2 7689:1 7692:1 7695:4 7696:1 7699:2 7702:3 7703:9 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7836:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:12 7894:1 7956:1 7960:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:1 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8270:2 8271:1 8274:2 8278:1 8289:1 8297:1 8304:6 8307:2 8337:1 8394:2 8396:1 8405:1 8415:1 8423:1 8444:1 8458:2 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:4 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8954:1 8969:2 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:3 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9205:1 9281:7 9282:4 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:2 9340:1 9348:1 9357:40 9364:1 9379:4 9381:7 9385:2 9387:1 9389:1 9410:1 9431:1 9438:1 9465:1 9467:1 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:1 9638:1 9645:1 9647:2 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9878:1 9913:2 9915:2 9923:2 9924:2 9940:20 9960:1 9972:1 9978:1 9985:1 9989:1 10047:1 10052:1 10075:1 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10132:1 10148:1 10156:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:1 10217:2 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:1 10305:1 10335:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:2 10481:2 10503:1 10504:1 10505:1 10528:2 10544:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:3 10797:1 10802:2 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:3 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:2 11272:1 11286:1 11308:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:3 11659:3 11667:1 11685:4 11686:2 11691:1 11709:1 11778:1 11785:1 11823:1 11826:1 11833:1 11852:1 11867:3 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11904:1 11909:1 11923:2 11933:1 11959:5 11979:1 11983:1 11985:1 12003:1 12008:1 12013:3 12059:2 12062:1 12085:1 12089:1 12102:1 12110:2 12119:2 12123:4 12136:2 12138:1 12156:1 12158:1 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:1 12442:1 12443:1 12449:1 12452:1 12453:1 12475:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:1 12543:1 12553:2 12569:1 12575:3 12604:1 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12765:1 12772:1 12812:1 12836:1 12845:4 12849:1 12859:13 12908:1 12923:2 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:4 13165:6 13190:1 13201:2 13202:1 13212:1 13216:1 13249:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13354:1 13362:1 13372:2 13382:2 13383:1 13388:3 13407:1 13450:1 13464:1 13487:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:1 13692:2 13695:1 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13902:1 13904:1 13907:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:3 13997:1 13999:1 14006:1 14008:1 14011:1 14016:2 14020:1 14021:1 14023:1 14025:1 14028:2 14029:1 14033:2 14035:1 14067:1 14069:3 14081:1 14085:2 14090:11 14103:4 14104:1 14112:2 14113:4 14136:1 14170:1 14186:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:1 14326:1 14338:1 14344:4 14351:1 14380:2 14395:1 14405:1 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14544:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:1 14618:2 14621:1 14644:4 14668:1 14698:1 14746:1 14754:2 14765:3 14796:1 14816:1 14835:1 14856:1 14885:1 14891:1 14911:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:3 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:2 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15562:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:4 15697:1 15699:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:4 15835:1 15839:1 15845:2 15867:2 15883:1 15888:1 15890:2 15900:1 15901:8 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:6 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16067:1 16071:1 16090:1 16107:1 16110:2 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16232:1 16243:2 16256:1 16264:1 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:1 16359:1 16365:1 16368:1 16379:2 16394:1 16399:2 16426:3 16429:1 16439:1 16450:1 16474:1 16479:2 16488:1 16490:1 16493:1 16511:1 16513:2 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:2 16587:2 16598:2 16629:1 16657:1 16683:1 16686:1 16688:2 16694:1 16707:1 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:2 16959:1 16970:1 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:2 17102:1 17109:1 17123:1 17128:1 17134:2 17137:1 17139:1 17144:1 17146:5 17150:1 17152:2 17166:2 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17259:1 17273:1 17295:2 17318:1 17339:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17402:2 17414:1 17437:1 17460:1 17481:2 17489:1 17500:1 17565:2 17570:1 17585:2 17588:5 17603:1 17609:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17732:1 17739:2 17764:1 17768:1 17775:1 17782:2 17795:1 17800:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:2 18283:1 18307:1 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18467:1 18468:1 18491:2 18518:2 18525:1 18549:2 18554:1 18556:1 18558:1 18560:1 18567:1 18599:1 18612:1 18615:7 18653:1 18702:1 18732:1 18753:2 18769:2 18785:1 18787:6 18788:1 18792:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18845:3 18850:3 18861:1 18867:2 18873:5 18900:1 18907:2 18949:1 18960:1 18966:2 18967:1 18991:1 19003:3 19021:1 19038:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:9 19158:1 19166:1 19174:1 19184:1 19198:3 19205:1 19220:1 19231:1 19237:1 19240:1 19250:1 19260:8 19266:1 19283:1 19297:3 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19480:1 19481:1 19483:2 19485:3 19494:1 19495:1 19503:1 19508:1 19523:2 19527:1 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19831:1 19859:1 19877:1 19879:1 19884:1 19898:3 19943:1 19953:2 19991:4 20004:1 20019:1 20030:6 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:1 20085:1 20099:1 20131:1 20151:1 20173:1 20196:1 20203:1 20213:3 20234:1 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20577:1 20592:1 20613:1 20616:2 20622:1 20634:1 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:2 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:1 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:5 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:2 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21777:3 21787:2 21791:2 21815:1 21836:1 21839:1 21843:1 21878:2 21898:1 21907:3 21911:1 21954:1 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:4 22110:1 22125:1 22127:1 22128:1 22141:1 22150:1 22163:1 22164:1 22182:1 22198:2 22202:1 22208:2 22212:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22346:1 22355:1 22381:2738 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:1 22542:1 22551:1 22578:2 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:3 22671:1 22691:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22930:2 22938:1 22945:1 22950:1 22957:1 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23027:1 23033:1 23038:1 23041:1 23067:1 23088:1 23094:1 23101:2 23134:1 23158:1 23164:1 23185:3 23223:1 23240:1 23253:1 23266:1 23283:2 23286:2 23292:1 23295:1 23329:3 23340:1 23351:1 23374:3 23385:1 23390:1 23404:4 23461:1 23472:1 23473:3 23495:1 23498:2 23502:1 23504:3 23507:1 23508:1 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23696:1 23698:1 23704:2 23712:3 23715:1 23716:1 23717:1 23731:1 23733:2 23755:1 23769:1 23782:2 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24410:1 24416:1 24419:3 24427:1 24449:1 24464:3 24490:3 24543:1 24544:1 24554:2 24561:1 24596:1 24619:1 24661:1 24699:1 24701:1 24725:2 24737:1 24747:1 24758:3 24770:1 24776:1 24783:1 24789:1 24791:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24900:1 24901:1 24907:1 24908:4 24932:3 24938:2 24948:1 24950:1 24957:2 24972:1 24977:1 24981:1 24983:1 25040:1 25041:2 25070:2 25082:1 25121:1 25137:1 25140:1 25149:2 25171:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25250:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25316:2 25319:1 25321:1 25336:1 25343:1 25396:1 25414:1 25420:1 25446:1 25461:1 25470:1 25491:1 25502:1 25503:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25594:1 25600:1 25606:1 25636:1 25648:1 25657:1 25659:3 25673:2 25674:2 25684:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:6 25918:1 25926:3 25941:2 25960:1 25965:3 25972:2 25979:1 25981:1 25989:1 25990:1 26032:1 26052:1 26063:1 26067:1 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:1 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26227:4 26242:1 26243:1 26252:1 26256:1 26257:1 26272:2 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:1 26486:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:4 26609:1 26610:2 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26737:1 26754:1 26758:2 26774:1 26779:6 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26867:1 26869:1 26871:1 26880:1 26881:1 26895:1 26916:1 26932:1 26933:1 26941:2 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27096:2 27100:3 27130:1 27133:3 27136:1 27158:1 27178:2 27184:1 27189:1 27223:1 27225:1 27227:1 27236:1 27237:1 27242:1 27245:1 27256:1 27269:1 27273:1 27288:1 27316:8 27338:1 27352:3 27369:1 27374:1 27396:1 27398:1 27415:1 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27488:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27577:2 27581:1 27613:2 27625:1 27637:1 27642:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:1 27732:1 27741:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27879:1 27887:1 27892:1 27900:1 27920:3 27928:1 27946:1 27948:1 27954:4 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:2 28112:3 28120:1 28140:1 28177:3 28194:1 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:4 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28479:1 28492:1 28499:2 28505:1 28512:1 28525:1 28561:1 28570:2 28583:1 28586:1 28597:1 28607:1 28611:1 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28705:4 28706:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28798:1 28799:1 28806:1 28814:2 28821:1 28823:3 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 29002:3 29011:2 29014:1 29018:5 29019:1 29025:1 29026:1 29036:1 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:8 29217:2 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29539:3 29546:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29829:4 29832:14 29835:1 29851:1 29876:9 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29949:1 29960:1 29962:1 29965:1 29972:1 30008:1 30019:1 30040:1 30045:1 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30120:1 30132:1 30134:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30204:1 30212:2 30234:1 30247:1 30250:2 30265:1 30269:1 30274:1 30277:1 30293:2 30298:1 30313:1 30343:2 30386:2 30389:1 30403:1 30412:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:3 30512:1 30552:1 30567:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:4 30731:1 30732:1 30750:1 30753:1 30768:2 30780:2 30796:2 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30911:2 30917:1 30925:1 30945:1 30951:1 30955:2 30958:1 30984:1 30997:1 31033:1 31044:1 31075:6 31082:2 31095:1 31160:1 31166:1 31180:1 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:4 31298:1 31305:1 31319:2 31347:1 31377:2 31379:1 31396:1 31398:2 31413:1 31434:1 31435:1 31458:5 31463:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31552:1 31553:1 31574:1 31594:1 31597:1 31631:1 31632:1 31647:1 31668:1 31683:1 31703:1 31739:1 31771:1 31776:1 31787:3 31788:1 31795:12 31826:1 31844:2 31878:1 31889:1 31899:2 31902:1 31915:1 31916:1 31919:1 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:1 32127:1 32129:3 32135:1 32138:2 32149:2 32156:2 32158:1 32161:2 32165:1 32215:2 32216:1 32218:1 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:1 32483:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32515:1 32526:1 32527:1 32537:2 32538:1 32545:3 32546:3 32547:2 32549:1 32553:1 32554:1 32556:5 32564:1 32570:1 32582:3 32586:1 32610:1 32614:3 32632:1 32640:1 32648:1 32658:4 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:2 33063:1 33075:1 33081:1 33085:1 33086:4 33103:1 33108:1 33141:1 33156:1 33161:2 33190:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33321:1 33322:1 33328:2 33337:2 33368:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:2 33421:1 33430:1 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:1 33466:2 33474:1 33481:4 33486:1 33492:1 33499:1 33502:1 33510:3 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33596:2 33609:3 33614:3 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33675:1 33707:1 33747:1 33751:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:3 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:3 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34162:1 34199:1 34206:1 34212:1 34254:1 34268:2 34275:1 34304:1 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34442:2 34466:1 34489:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:1 34675:3 34698:1 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:2 34760:1 34764:1 34770:1 34771:1 34787:5 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:9 34891:2 34895:2 34898:2 34901:2 34914:1 34934:1 34938:1 34949:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:1 34:2 36:1 40:1 48:1 93:2 102:3 121:2 131:2 138:2 160:1 171:1 182:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 304:3 305:2 309:1 315:2 317:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:1 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:2 639:1 646:1 662:1 674:1 677:4 685:4 704:1 710:6 718:1 741:1 743:1 747:1 748:1 767:2 770:1 780:2 799:1 845:1 883:2 884:1 901:1 908:1 915:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:5 1034:1 1040:2 1053:4 1057:6 1060:3 1067:1 1072:1 1075:1 1077:1 1116:2 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:2 1220:1 1260:1 1265:2 1275:2 1286:1 1299:1 1302:1 1321:3 1338:2 1347:1 1353:1 1363:1 1366:1 1371:2 1373:3 1374:1 1384:1 1387:1 1388:2 1390:1 1391:2 1394:1 1406:1 1421:2 1434:2 1438:2 1439:3 1456:1 1465:1 1467:1 1480:4 1484:2 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1712:2 1721:1 1725:1 1740:2 1744:1 1745:1 1778:1 1785:1 1790:1 1791:1 1799:5 1809:1 1816:1 1825:1 1836:4 1875:2 1900:1 1924:1 1962:2 1963:2 1976:1 1977:1 1980:2 1998:2 2000:1 2007:1 2019:3 2020:1 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:2 2140:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:1 2278:1 2291:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:5 2535:1 2565:4 2567:1 2569:1 2586:2 2588:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:2 2664:3 2665:1 2666:1 2669:4 2671:3 2673:3 2674:1 2675:1 2676:7 2677:3 2678:1 2682:1 2685:1 2688:1 2694:3 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2757:2 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2877:1 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2967:2 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3091:2 3092:1 3103:1 3109:1 3137:1 3152:1 3153:1 3157:2 3164:1 3180:1 3184:3 3187:2 3207:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:8 3466:2 3470:1 3472:1 3481:1 3488:2 3517:2 3522:1 3523:6 3534:4 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:1 3808:1 3840:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3986:1 3992:1 4003:1 4027:1 4065:1 4075:1 4086:1 4099:1 4106:1 4142:1 4182:2 4186:1 4190:1 4216:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:1 4244:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:4 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:2 4480:3 4507:4 4520:1 4587:1 4591:2 4593:1 4608:2 4609:2 4618:2 4627:2 4651:1 4657:2 4676:4 4695:1 4731:1 4735:1 4736:2 4757:1 4782:1 4784:1 4786:1 4793:1 4800:4 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4895:1 4899:1 4946:2 4952:1 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:2 5128:1 5131:1 5141:3 5145:2 5157:1 5175:2 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5392:1 5398:1 5426:1 5431:1 5432:1 5445:2 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5517:1 5526:1 5530:1 5546:1 5548:8 5563:1 5567:1 5582:2 5588:1 5589:1 5599:10 5612:1 5616:1 5647:3 5699:2 5704:3 5707:2 5727:1 5790:1 5796:1 5797:1 5818:1 5830:13 5834:3 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:2 5988:3 5989:4 5990:2 5996:1 5999:1 6002:2 6004:1 6005:1 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6323:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6448:2 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6794:2 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6992:1 6994:1 7024:1 7028:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:1 7313:2 7315:3 7318:1 7320:2 7334:1 7337:3 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:5 7483:1 7494:2 7497:1 7506:1 7550:2 7553:1 7563:2 7581:2 7588:1 7605:1 7625:1 7626:1 7632:1 7637:2 7638:1 7654:3 7677:4 7678:1 7679:1 7680:1 7685:1 7686:6 7688:2 7689:1 7692:1 7695:5 7696:1 7699:2 7702:3 7703:10 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7801:1 7836:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:12 7894:1 7956:1 7960:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:1 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8270:2 8271:1 8274:2 8278:1 8289:1 8297:1 8304:6 8307:2 8337:1 8394:2 8396:1 8405:1 8415:1 8423:1 8444:1 8458:2 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:4 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8954:1 8969:2 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:3 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9281:8 9282:4 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:2 9340:1 9348:1 9357:41 9364:1 9379:4 9381:7 9385:2 9387:1 9389:1 9404:1 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:2 9638:1 9645:1 9647:2 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9878:1 9896:1 9913:2 9915:2 9923:2 9924:2 9940:20 9960:1 9972:1 9978:2 9982:2 9985:1 9989:1 10047:1 10052:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10132:1 10148:1 10156:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:2 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:1 10305:1 10335:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:2 10481:2 10498:1 10503:1 10504:1 10505:1 10528:2 10544:1 10558:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:3 10797:1 10802:2 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:3 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:2 11272:1 11286:1 11308:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:3 11659:3 11667:1 11685:4 11686:2 11691:1 11709:1 11778:1 11785:1 11823:1 11826:1 11833:1 11852:1 11867:4 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:3 12026:1 12059:2 12062:1 12085:1 12089:1 12102:1 12110:2 12113:1 12119:2 12123:5 12136:2 12138:1 12156:1 12158:1 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:1 12442:1 12443:2 12449:1 12452:1 12453:1 12475:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:1 12543:1 12553:2 12569:1 12575:3 12604:1 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12765:1 12772:1 12812:1 12836:1 12845:4 12849:1 12859:13 12908:1 12923:2 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:5 13165:6 13190:1 13201:2 13202:1 13212:1 13216:1 13249:1 13251:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13354:1 13362:1 13372:3 13382:2 13383:1 13388:3 13407:1 13450:1 13464:1 13485:1 13487:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:2 13692:2 13695:2 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13902:1 13904:1 13907:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:3 13997:1 13999:1 14006:1 14008:1 14011:1 14016:2 14020:1 14021:1 14023:1 14025:1 14028:2 14029:1 14033:2 14035:1 14067:1 14069:3 14081:1 14085:2 14090:12 14103:4 14104:1 14111:1 14112:2 14113:4 14136:1 14170:1 14186:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:1 14326:1 14338:1 14344:4 14351:1 14380:2 14395:1 14405:2 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14535:1 14544:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:1 14618:2 14621:1 14644:4 14668:1 14698:1 14746:1 14754:2 14765:3 14796:1 14816:1 14835:1 14856:1 14885:2 14891:1 14911:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:3 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:2 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15562:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:4 15835:1 15839:1 15845:2 15867:2 15883:1 15888:1 15890:2 15900:1 15901:8 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:7 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16067:1 16071:1 16090:1 16107:1 16110:2 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16232:1 16243:2 16256:1 16264:1 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:2 16359:1 16365:1 16368:1 16379:2 16381:1 16394:1 16399:2 16426:3 16429:1 16439:1 16450:1 16474:1 16479:2 16488:1 16490:1 16493:1 16511:1 16513:2 16514:1 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:2 16587:2 16598:2 16629:1 16657:1 16683:1 16686:1 16688:2 16694:1 16707:1 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:2 16959:1 16970:1 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17102:1 17109:1 17123:1 17128:1 17134:2 17137:1 17139:1 17144:2 17146:5 17150:1 17152:2 17166:3 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17259:1 17273:1 17295:2 17318:1 17339:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17402:2 17414:1 17437:1 17460:1 17481:2 17489:1 17500:1 17565:2 17570:1 17585:2 17588:5 17603:1 17609:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17732:1 17739:2 17764:1 17768:1 17775:1 17782:2 17795:1 17800:1 17802:2 17868:1 17885:1 17902:1 17907:1 17918:1 17920:4 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:2 18283:1 18307:1 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18467:1 18468:1 18491:2 18518:2 18525:1 18549:2 18554:1 18556:1 18558:1 18560:1 18567:1 18599:1 18604:1 18612:1 18615:7 18653:1 18680:1 18702:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18845:3 18850:3 18853:2 18861:1 18867:2 18873:5 18900:1 18907:2 18949:1 18960:1 18966:2 18967:1 18991:1 19003:3 19021:2 19038:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:11 19158:1 19166:1 19174:1 19184:1 19198:3 19205:1 19220:1 19230:1 19231:1 19237:1 19240:1 19250:1 19260:8 19266:1 19283:1 19297:3 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19480:1 19481:1 19483:2 19485:3 19494:1 19495:1 19503:1 19508:1 19523:2 19527:1 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19859:1 19877:1 19879:1 19884:1 19898:4 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:6 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:1 20085:1 20099:1 20131:1 20151:1 20173:1 20196:1 20203:1 20213:4 20234:1 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20573:1 20577:1 20592:1 20613:1 20616:2 20622:1 20634:1 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:2 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:2 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:5 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:2 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21777:3 21787:2 21791:2 21815:1 21836:1 21839:1 21843:1 21878:2 21898:1 21907:3 21911:1 21954:1 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:4 22110:1 22125:1 22127:1 22128:1 22141:1 22150:1 22163:1 22164:1 22182:1 22198:2 22202:1 22208:2 22212:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22355:1 22381:2855 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:2 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:4 22671:1 22691:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:1 22945:1 22950:1 22957:1 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23027:1 23033:1 23038:1 23041:1 23067:1 23088:1 23094:1 23101:2 23124:1 23134:1 23158:1 23164:1 23185:3 23223:1 23240:1 23253:1 23266:2 23283:2 23286:2 23292:1 23295:1 23329:5 23340:1 23351:1 23374:3 23385:1 23390:1 23404:4 23461:1 23472:1 23473:3 23476:1 23495:1 23498:2 23502:1 23503:1 23504:3 23507:1 23508:2 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23696:2 23698:1 23704:2 23712:3 23715:1 23716:1 23717:1 23731:1 23733:2 23745:1 23749:2 23755:1 23769:1 23777:1 23782:2 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24410:1 24416:1 24419:3 24421:1 24427:1 24449:1 24464:3 24490:3 24543:1 24544:1 24554:2 24561:1 24596:1 24619:1 24661:1 24668:1 24699:1 24701:1 24724:1 24725:2 24737:1 24747:1 24758:3 24770:1 24776:1 24783:1 24789:1 24791:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24900:1 24901:1 24907:1 24908:4 24932:3 24938:2 24948:1 24950:1 24957:2 24972:1 24977:1 24981:1 24983:1 25040:1 25041:2 25070:2 25082:1 25121:2 25137:1 25140:1 25149:2 25171:1 25182:1 25184:1 25190:1 25192:1 25208:1 25219:1 25250:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25316:2 25319:1 25321:1 25336:1 25343:1 25396:1 25414:1 25420:1 25446:1 25461:1 25470:1 25488:1 25491:1 25502:1 25503:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25594:1 25600:1 25606:1 25636:1 25648:1 25657:2 25659:4 25673:2 25674:2 25684:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:7 25918:1 25926:3 25941:2 25960:1 25965:3 25972:2 25979:1 25981:1 25989:1 25990:1 26022:1 26032:1 26052:1 26063:1 26067:1 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:1 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26227:4 26242:1 26243:1 26252:1 26256:1 26257:1 26272:2 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:1 26485:1 26486:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:4 26609:1 26610:2 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26867:1 26869:1 26871:1 26880:1 26881:1 26893:1 26895:1 26916:1 26932:1 26933:1 26941:2 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27096:2 27100:3 27130:1 27133:3 27136:1 27158:1 27164:1 27178:2 27184:1 27189:1 27223:1 27225:2 27227:1 27236:1 27237:1 27242:1 27245:1 27256:1 27269:1 27273:1 27288:1 27316:8 27338:1 27352:3 27369:1 27374:1 27396:1 27398:1 27415:1 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27488:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27577:2 27581:1 27613:2 27625:1 27637:1 27642:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:1 27732:1 27741:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27879:1 27887:1 27892:1 27900:1 27920:3 27928:2 27946:1 27948:1 27954:4 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:2 28112:3 28120:1 28140:1 28177:3 28194:1 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:4 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28479:1 28492:1 28499:2 28505:1 28512:1 28525:1 28561:1 28570:2 28583:1 28586:1 28597:1 28607:1 28611:1 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28705:5 28706:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28798:1 28799:1 28806:1 28814:2 28821:1 28823:3 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:4 29011:3 29014:1 29018:5 29019:1 29025:1 29026:1 29036:1 29043:1 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:8 29217:2 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29539:3 29546:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29823:1 29829:4 29832:14 29835:1 29851:1 29876:9 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:1 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30120:1 30132:1 30134:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:1 30204:1 30212:2 30234:2 30247:1 30250:2 30265:1 30269:1 30274:1 30277:1 30293:2 30298:1 30313:1 30343:2 30386:2 30389:1 30391:1 30403:1 30412:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:3 30512:1 30552:1 30567:1 30609:1 30612:1 30622:1 30639:1 30668:1 30686:4 30731:1 30732:1 30750:1 30753:1 30761:1 30768:2 30780:2 30796:2 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30911:2 30917:1 30925:1 30945:1 30951:1 30955:2 30958:1 30984:1 30997:1 31033:1 31044:1 31075:6 31082:2 31095:1 31160:1 31166:1 31180:1 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:4 31298:1 31305:1 31319:2 31347:1 31377:2 31379:1 31396:1 31398:2 31413:1 31434:1 31435:1 31458:5 31463:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31552:2 31553:1 31574:1 31594:1 31597:1 31631:1 31632:1 31647:1 31668:1 31683:1 31703:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:12 31826:1 31844:2 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:1 32127:1 32129:3 32135:1 32138:2 32149:2 32156:2 32158:1 32161:2 32165:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:2 32483:1 32485:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32514:1 32515:1 32526:1 32527:1 32537:3 32538:1 32545:3 32546:3 32547:2 32549:1 32553:1 32554:1 32556:5 32564:1 32570:1 32582:3 32586:1 32610:1 32614:3 32632:1 32640:1 32648:1 32658:4 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:2 33063:1 33075:1 33081:1 33085:1 33086:4 33103:1 33108:1 33141:1 33156:1 33161:2 33190:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33321:1 33322:1 33328:3 33337:2 33368:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:2 33421:1 33430:1 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:1 33466:2 33474:1 33481:4 33486:1 33492:1 33499:1 33502:1 33510:3 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33596:2 33609:3 33614:3 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33673:1 33675:1 33707:1 33747:1 33751:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:4 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:3 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34162:1 34199:1 34206:1 34212:1 34254:1 34268:2 34275:1 34304:1 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34442:2 34466:1 34489:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:1 34675:3 34698:1 34702:1 34716:1 34728:4 34736:1 34744:3 34749:1 34758:2 34760:1 34764:1 34770:1 34771:1 34787:5 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:9 34891:2 34895:2 34898:2 34901:2 34914:1 34934:1 34936:1 34938:1 34949:1 34952:1 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:1 34:2 36:1 40:1 48:1 93:2 102:3 121:2 131:3 138:2 160:1 171:1 182:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 302:1 304:3 305:2 309:1 315:2 317:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:2 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:2 619:1 639:1 646:1 662:1 674:1 677:4 685:5 704:1 710:7 718:1 741:1 743:1 747:1 748:1 767:2 770:1 780:2 799:1 845:1 883:2 884:1 901:1 908:1 915:1 934:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:5 1034:1 1040:2 1053:4 1057:6 1060:4 1067:1 1072:1 1075:1 1077:1 1116:2 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:3 1220:1 1260:1 1265:2 1275:2 1286:1 1299:1 1302:1 1321:3 1338:2 1347:1 1353:1 1363:1 1366:1 1371:3 1373:3 1374:1 1384:1 1387:1 1388:2 1390:1 1391:2 1394:1 1406:1 1421:2 1434:2 1438:2 1439:3 1456:1 1465:1 1467:1 1480:4 1484:2 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1712:2 1721:1 1725:1 1740:2 1744:1 1745:1 1778:1 1785:1 1790:1 1791:1 1799:5 1809:2 1816:1 1825:1 1836:4 1875:2 1900:1 1924:1 1962:2 1963:3 1976:1 1977:1 1980:2 1998:2 2000:1 2007:1 2019:3 2020:1 2021:1 2039:2 2067:1 2080:1 2107:1 2114:1 2137:2 2140:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:1 2278:1 2291:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:5 2535:1 2565:4 2567:1 2569:1 2586:3 2588:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:2 2664:3 2665:1 2666:1 2669:4 2671:3 2673:3 2674:1 2675:1 2676:7 2677:3 2678:1 2682:1 2685:1 2688:1 2694:3 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2757:2 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2877:1 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2967:2 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3091:2 3092:1 3103:1 3109:1 3137:1 3152:1 3153:1 3157:2 3164:1 3180:1 3184:3 3187:2 3207:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:8 3466:2 3470:1 3472:1 3481:1 3488:2 3517:3 3522:1 3523:6 3534:4 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:1 3808:1 3840:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4027:1 4057:1 4065:1 4075:1 4086:1 4099:1 4106:1 4142:1 4182:2 4186:1 4190:1 4216:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:1 4244:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:4 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:2 4480:3 4507:5 4511:1 4520:1 4587:1 4591:2 4593:1 4608:2 4609:2 4618:2 4627:2 4651:1 4657:2 4676:5 4695:1 4731:1 4735:1 4736:3 4757:1 4782:1 4784:1 4786:1 4793:1 4800:4 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4946:2 4952:1 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:2 5128:1 5131:1 5141:3 5145:2 5157:1 5175:2 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5392:1 5398:1 5426:1 5431:1 5432:1 5445:2 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5517:1 5526:1 5530:1 5546:1 5548:8 5563:1 5567:1 5582:2 5588:1 5589:2 5599:10 5612:1 5616:1 5647:3 5699:2 5704:3 5707:2 5727:1 5790:1 5796:1 5797:1 5818:1 5830:15 5834:3 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:3 5988:3 5989:4 5990:2 5996:1 5999:1 6002:2 6004:1 6005:1 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6323:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6448:2 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6794:2 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6992:1 6994:1 7024:1 7028:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:1 7313:2 7315:3 7318:1 7320:2 7334:1 7337:3 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:6 7483:1 7494:2 7497:1 7506:1 7550:2 7553:1 7563:2 7581:2 7588:1 7605:1 7625:2 7626:1 7632:1 7637:2 7638:1 7654:3 7677:4 7678:1 7679:1 7680:1 7685:1 7686:6 7688:2 7689:1 7692:1 7695:5 7696:1 7699:2 7702:3 7703:12 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7801:1 7836:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:12 7894:1 7956:1 7960:1 7977:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:1 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8270:2 8271:1 8274:2 8278:1 8289:1 8297:1 8304:6 8307:2 8337:1 8394:2 8396:1 8405:1 8415:1 8423:1 8444:1 8458:2 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8535:1 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:4 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8954:1 8969:2 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:4 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9281:8 9282:4 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:2 9340:1 9348:1 9357:41 9364:1 9379:4 9381:7 9385:2 9387:1 9389:1 9403:1 9404:1 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:2 9638:1 9645:1 9647:2 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:1 9815:1 9825:1 9845:1 9847:1 9868:1 9878:1 9896:1 9913:2 9915:2 9923:2 9924:2 9940:21 9960:1 9972:1 9978:2 9982:2 9985:1 9989:1 10047:1 10052:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10132:1 10148:1 10156:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:1 10305:1 10335:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:2 10481:2 10498:1 10503:1 10504:1 10505:1 10528:2 10544:2 10558:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:3 10797:1 10802:3 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:4 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:3 11659:3 11667:1 11685:4 11686:3 11691:1 11709:1 11725:1 11778:1 11785:1 11823:1 11826:1 11833:1 11852:1 11867:4 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:4 12026:1 12059:2 12062:1 12085:1 12089:1 12102:1 12110:2 12113:1 12119:2 12123:6 12136:2 12138:1 12156:1 12158:1 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:1 12442:1 12443:3 12449:1 12452:1 12453:1 12475:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:1 12543:1 12553:2 12569:1 12575:3 12604:1 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12765:1 12772:1 12812:1 12836:1 12845:4 12849:1 12859:13 12908:1 12923:2 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:5 13165:6 13190:1 13201:2 13202:1 13212:1 13216:1 13249:1 13251:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13354:1 13362:1 13372:3 13382:2 13383:1 13388:3 13407:1 13450:1 13464:1 13485:1 13487:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:2 13692:2 13695:2 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13902:1 13904:1 13907:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:4 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:1 14023:1 14025:1 14028:2 14029:1 14033:2 14035:1 14067:1 14069:3 14081:1 14085:2 14090:12 14103:4 14104:1 14111:1 14112:2 14113:4 14136:1 14170:1 14186:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:1 14326:1 14338:1 14344:4 14351:1 14380:2 14395:1 14405:2 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:2 14618:2 14621:1 14644:5 14668:1 14698:1 14746:1 14754:2 14765:3 14796:1 14816:1 14835:1 14856:1 14885:2 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:4 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:2 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15562:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:1 15704:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:4 15835:1 15839:1 15845:2 15867:2 15883:1 15888:1 15890:2 15900:1 15901:8 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:7 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16067:1 16071:1 16090:1 16107:1 16110:2 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16221:1 16232:1 16243:2 16256:1 16264:1 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:2 16359:1 16365:1 16368:1 16379:2 16381:1 16394:1 16399:2 16426:3 16429:1 16439:1 16450:1 16474:1 16479:2 16488:1 16490:1 16493:1 16511:1 16513:2 16514:1 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:2 16587:2 16598:2 16629:1 16657:1 16683:1 16686:1 16688:2 16694:1 16707:2 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17102:1 17109:1 17123:1 17128:1 17134:3 17137:1 17139:1 17144:2 17146:5 17150:1 17152:2 17166:3 17169:2 17170:1 17176:4 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17259:1 17273:1 17295:2 17318:1 17339:1 17348:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17402:2 17414:1 17418:1 17437:1 17460:1 17481:2 17489:1 17500:1 17523:1 17565:2 17570:1 17585:2 17588:5 17603:1 17609:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17703:2 17704:1 17718:1 17732:1 17739:2 17764:1 17768:1 17775:1 17782:2 17795:1 17800:1 17802:2 17868:1 17885:1 17902:1 17907:1 17918:1 17920:5 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:1 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:1 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18558:1 18560:1 18567:1 18599:1 18604:1 18612:1 18615:7 18653:1 18672:1 18680:1 18702:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:3 18850:3 18853:2 18861:1 18867:2 18873:5 18900:1 18907:2 18949:1 18960:1 18966:2 18967:1 18991:1 19003:3 19021:2 19038:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:11 19158:1 19166:1 19174:1 19184:1 19198:3 19205:1 19220:1 19230:1 19231:1 19237:1 19240:1 19250:1 19260:8 19266:1 19283:1 19297:3 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19480:1 19481:1 19483:2 19485:3 19494:1 19495:1 19503:1 19508:1 19523:2 19527:1 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19859:1 19877:1 19879:1 19884:1 19898:4 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:6 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:1 20085:1 20099:1 20131:1 20146:1 20151:1 20173:1 20196:1 20203:1 20213:4 20234:1 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20389:1 20398:1 20407:1 20427:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20557:1 20573:1 20577:1 20592:1 20613:1 20616:2 20622:1 20634:1 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:2 20860:1 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:2 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:5 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:2 21641:4 21651:1 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21777:3 21787:2 21791:2 21815:1 21836:1 21839:1 21843:1 21878:2 21898:1 21907:3 21911:1 21954:1 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:5 22110:1 22125:1 22127:1 22128:1 22141:1 22150:1 22163:1 22164:2 22182:1 22198:2 22202:1 22208:2 22212:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22355:1 22381:2946 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:3 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:2 22945:1 22950:1 22951:1 22957:1 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23027:1 23033:1 23038:1 23041:1 23067:1 23088:1 23094:1 23101:2 23124:1 23134:1 23158:1 23164:1 23185:3 23223:1 23240:1 23253:1 23266:2 23283:2 23286:2 23292:1 23295:1 23329:5 23340:1 23351:1 23374:3 23385:1 23390:1 23404:4 23461:1 23472:1 23473:3 23476:1 23495:1 23498:2 23502:1 23503:2 23504:3 23507:1 23508:2 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23696:2 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:2 23745:1 23746:1 23749:2 23755:1 23769:1 23777:1 23782:2 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24410:1 24416:1 24419:3 24421:1 24427:1 24449:1 24464:4 24490:3 24543:1 24544:1 24554:2 24561:1 24596:1 24619:1 24661:1 24668:1 24699:1 24701:1 24724:1 24725:2 24737:1 24747:1 24758:3 24770:1 24776:1 24783:1 24789:1 24791:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24889:1 24892:1 24900:1 24901:1 24907:1 24908:5 24932:3 24938:2 24948:1 24950:1 24957:2 24972:1 24977:1 24981:1 24983:1 25040:1 25041:3 25070:2 25082:1 25121:2 25137:1 25140:2 25149:2 25171:1 25182:1 25184:1 25190:1 25192:1 25198:1 25208:1 25219:1 25250:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25316:2 25319:1 25321:1 25336:1 25343:1 25396:1 25414:1 25420:1 25446:1 25461:1 25470:1 25488:1 25491:1 25502:1 25503:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25594:1 25600:1 25606:1 25636:1 25648:1 25657:2 25659:4 25673:2 25674:2 25684:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:7 25918:1 25926:5 25941:2 25960:1 25965:3 25972:2 25979:1 25981:1 25989:1 25990:1 26022:1 26032:1 26052:1 26063:1 26067:1 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:1 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26227:4 26242:1 26243:1 26252:1 26256:1 26257:1 26272:2 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:1 26485:1 26486:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:4 26609:1 26610:2 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:1 26880:1 26881:1 26893:1 26895:1 26916:1 26932:1 26933:1 26941:3 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27096:3 27100:3 27130:1 27133:3 27136:1 27158:1 27164:1 27178:2 27184:1 27189:1 27223:2 27225:2 27227:1 27236:1 27237:1 27242:1 27245:1 27256:1 27269:1 27273:1 27288:1 27316:8 27338:1 27352:3 27369:1 27374:1 27396:1 27398:1 27415:2 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27488:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27577:2 27581:2 27613:2 27625:1 27637:1 27642:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:1 27732:1 27741:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27879:1 27887:1 27892:1 27900:1 27920:3 27928:2 27946:1 27948:1 27954:5 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:2 28112:3 28120:1 28140:1 28177:3 28194:1 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:4 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28479:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:1 28570:3 28583:1 28586:1 28597:1 28607:1 28611:1 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28705:5 28706:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28798:1 28799:1 28806:1 28814:2 28821:1 28823:3 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:5 29011:3 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29043:1 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:8 29217:2 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29539:3 29546:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29823:1 29829:4 29832:14 29835:1 29851:1 29876:9 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:1 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30120:1 30132:1 30134:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:1 30204:1 30212:2 30234:2 30247:1 30250:3 30265:1 30269:1 30274:2 30277:1 30293:2 30298:1 30313:1 30343:2 30386:2 30389:1 30391:1 30403:1 30412:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:3 30512:1 30552:1 30567:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:2 30686:4 30731:1 30732:1 30750:1 30753:1 30761:1 30768:2 30780:2 30796:2 30804:1 30819:4 30845:1 30854:1 30874:1 30908:1 30911:2 30917:1 30925:1 30945:1 30951:1 30955:2 30958:1 30984:1 30997:1 31033:1 31044:1 31075:7 31082:2 31095:1 31160:1 31166:1 31180:1 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:5 31298:1 31305:1 31319:2 31347:1 31377:2 31379:1 31396:1 31398:2 31413:1 31434:1 31435:1 31458:5 31463:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31552:2 31553:1 31574:1 31594:1 31597:1 31631:1 31632:1 31647:2 31668:1 31683:1 31703:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:12 31826:1 31844:2 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:1 32127:1 32129:3 32135:1 32138:2 32149:2 32156:3 32158:1 32161:2 32165:1 32206:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:2 32483:1 32485:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32514:1 32515:1 32526:1 32527:1 32537:3 32538:1 32545:3 32546:3 32547:2 32549:1 32553:1 32554:1 32556:5 32564:1 32570:1 32582:3 32586:1 32610:1 32614:3 32632:1 32640:1 32648:1 32658:4 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:3 33063:1 33075:1 33081:1 33085:1 33086:4 33103:1 33108:1 33125:1 33141:2 33156:1 33161:2 33190:1 33198:1 33210:1 33211:1 33240:1 33274:1 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:3 33368:1 33372:1 33374:1 33375:1 33388:1 33393:2 33394:1 33416:2 33421:1 33430:1 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:1 33466:2 33474:1 33481:4 33486:1 33492:1 33499:1 33502:1 33510:4 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33596:2 33609:3 33614:3 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33673:1 33675:1 33707:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:3 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34162:1 34199:1 34206:1 34212:1 34254:1 34268:2 34275:1 34304:1 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34442:2 34466:1 34489:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:1 34675:3 34698:1 34702:1 34716:1 34728:4 34736:1 34744:4 34749:1 34758:2 34760:1 34764:1 34770:1 34771:1 34787:5 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:10 34891:2 34895:2 34898:2 34901:2 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:2 34:2 36:1 40:1 48:1 93:2 102:3 121:2 131:3 138:2 160:1 171:1 182:1 195:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 302:1 304:3 305:2 309:1 315:2 317:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:2 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:2 619:1 639:1 646:1 662:1 674:1 677:4 685:5 704:1 710:7 718:1 741:1 743:2 747:1 748:1 767:2 770:1 771:1 780:2 799:1 845:1 883:2 884:1 901:1 908:1 915:1 934:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:5 1034:1 1040:2 1053:4 1057:6 1060:4 1066:1 1067:1 1072:1 1075:1 1077:1 1116:2 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:3 1220:1 1260:1 1265:2 1275:2 1286:1 1299:1 1302:1 1321:3 1338:2 1347:1 1353:1 1363:1 1366:1 1371:3 1373:3 1374:1 1384:1 1387:1 1388:2 1390:1 1391:2 1394:2 1406:1 1421:2 1434:2 1438:2 1439:3 1456:1 1465:1 1467:1 1480:4 1484:2 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1712:2 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:5 1809:2 1816:1 1825:1 1836:4 1875:2 1893:1 1900:1 1924:1 1962:2 1963:3 1976:1 1977:1 1980:2 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2039:2 2067:1 2080:1 2107:1 2114:1 2137:2 2140:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:1 2278:1 2283:1 2291:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:5 2535:1 2565:4 2567:1 2569:1 2586:3 2588:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:2 2664:3 2665:1 2666:1 2669:4 2671:3 2673:3 2674:1 2675:1 2676:7 2677:3 2678:1 2682:1 2685:1 2688:1 2694:3 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2757:2 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2877:1 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2967:2 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3091:2 3092:1 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:2 3164:1 3180:1 3184:3 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:8 3466:2 3470:1 3472:1 3481:1 3488:2 3517:3 3522:1 3523:6 3534:5 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:1 3808:1 3840:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4142:1 4173:1 4182:2 4186:1 4190:1 4216:1 4223:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:1 4244:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:4 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:2 4480:3 4507:5 4511:1 4520:1 4587:1 4591:2 4593:1 4608:2 4609:2 4618:2 4627:2 4651:1 4657:2 4676:5 4695:1 4731:1 4735:1 4736:3 4757:1 4782:1 4784:1 4786:1 4789:1 4793:1 4800:4 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4946:2 4952:1 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:2 5128:1 5131:1 5141:3 5145:2 5157:1 5175:2 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5392:1 5398:1 5426:1 5431:1 5432:1 5445:2 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5517:1 5526:1 5530:1 5546:1 5548:9 5563:1 5567:1 5582:2 5588:1 5589:2 5599:10 5612:1 5616:1 5647:3 5699:2 5704:3 5707:2 5727:1 5745:1 5790:1 5796:1 5797:1 5818:1 5830:15 5834:3 5861:1 5870:1 5894:1 5907:1 5909:1 5968:1 5970:3 5988:3 5989:4 5990:2 5996:1 5999:1 6002:2 6004:1 6005:1 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6323:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6448:2 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6793:1 6794:2 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6992:1 6993:1 6994:1 7024:1 7028:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:1 7313:2 7315:3 7318:1 7320:2 7334:1 7337:3 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:6 7483:1 7494:2 7497:1 7506:1 7530:1 7550:2 7553:1 7563:2 7581:2 7588:1 7605:1 7625:2 7626:1 7632:1 7637:2 7638:1 7654:3 7677:4 7678:1 7679:1 7680:1 7685:1 7686:6 7688:2 7689:1 7692:1 7695:5 7696:1 7699:2 7702:3 7703:12 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7801:1 7836:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:13 7894:1 7956:2 7960:2 7977:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8241:1 8270:2 8271:1 8274:2 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8337:1 8394:2 8396:1 8405:1 8415:1 8423:1 8444:1 8458:2 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:1 8535:1 8539:1 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:4 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8954:1 8969:2 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:4 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9281:8 9282:4 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:2 9340:1 9348:1 9357:41 9364:1 9379:4 9381:7 9385:2 9387:1 9389:1 9403:1 9404:1 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:1 9571:2 9574:1 9581:1 9616:2 9638:1 9645:1 9647:2 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:1 9815:1 9825:1 9845:1 9846:1 9847:1 9868:1 9878:1 9896:1 9913:2 9915:2 9923:2 9924:2 9940:22 9960:1 9972:1 9978:2 9982:2 9985:1 9989:1 10047:1 10052:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10132:1 10148:1 10156:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:1 10305:1 10335:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:2 10481:2 10498:1 10503:1 10504:1 10505:1 10528:2 10544:2 10558:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:3 10797:1 10802:3 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:4 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:1 11642:3 11659:3 11667:1 11685:4 11686:3 11691:1 11709:1 11725:1 11778:1 11785:1 11823:1 11826:1 11833:1 11852:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:4 12026:1 12059:2 12062:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:6 12136:2 12138:1 12156:1 12158:2 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12278:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:1 12442:1 12443:3 12449:1 12452:1 12453:1 12475:1 12476:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:1 12543:1 12553:2 12569:1 12575:3 12604:1 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12765:1 12772:1 12812:1 12836:1 12845:4 12849:1 12859:13 12908:1 12923:2 12936:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:6 13165:6 13180:1 13190:1 13201:2 13202:1 13212:1 13216:1 13249:1 13251:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:2 13326:2 13354:1 13362:1 13372:3 13382:2 13383:1 13388:3 13407:1 13450:1 13464:1 13485:1 13487:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:2 13692:2 13695:2 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13902:1 13904:1 13907:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:4 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:1 14023:1 14025:1 14028:2 14029:1 14033:2 14035:1 14067:1 14069:4 14081:1 14085:2 14090:12 14103:4 14104:1 14111:1 14112:2 14113:4 14136:1 14170:1 14186:1 14202:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:1 14380:2 14395:1 14405:2 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:2 14618:2 14621:1 14644:5 14668:1 14698:1 14746:1 14754:2 14765:3 14796:1 14816:1 14835:1 14856:1 14885:2 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:4 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:2 15240:1 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15562:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:1 15704:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:4 15835:1 15839:1 15845:2 15867:2 15875:1 15883:1 15888:1 15890:3 15900:1 15901:9 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:7 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16067:1 16071:1 16090:1 16107:1 16110:2 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16221:1 16232:1 16243:2 16256:1 16264:1 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:2 16359:1 16365:1 16368:1 16379:2 16381:1 16382:1 16394:1 16399:2 16426:3 16429:1 16439:1 16450:1 16474:1 16479:3 16488:1 16490:1 16493:1 16511:1 16513:2 16514:1 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:2 16587:2 16598:2 16629:1 16657:1 16683:1 16686:1 16688:2 16694:1 16707:2 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17102:1 17109:1 17123:1 17128:1 17134:3 17137:1 17139:1 17144:2 17146:5 17150:1 17152:2 17166:3 17169:2 17170:1 17176:5 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17259:1 17273:1 17295:2 17318:1 17339:1 17348:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17402:2 17414:2 17418:1 17437:1 17460:1 17481:2 17489:1 17500:1 17523:1 17565:2 17570:2 17585:2 17588:5 17603:1 17609:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17703:2 17704:2 17718:1 17732:1 17739:2 17761:1 17764:1 17768:1 17775:1 17782:2 17795:1 17800:1 17802:2 17868:1 17885:1 17902:1 17907:1 17918:1 17920:5 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:1 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:1 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18558:1 18560:1 18567:1 18586:1 18599:1 18604:1 18612:1 18615:7 18653:1 18672:1 18680:1 18702:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:3 18850:3 18853:2 18861:1 18867:2 18873:5 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18991:1 19003:3 19021:2 19038:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:11 19158:1 19166:1 19174:1 19184:1 19198:3 19205:2 19220:1 19230:1 19231:1 19237:1 19240:1 19250:1 19260:8 19266:1 19283:1 19297:3 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19480:2 19481:1 19483:2 19485:3 19494:1 19495:1 19503:1 19508:1 19523:2 19527:1 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19859:1 19877:1 19879:1 19884:1 19898:4 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:6 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:1 20085:1 20099:1 20131:1 20146:1 20151:1 20173:2 20196:1 20203:1 20209:1 20213:4 20234:2 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20385:2 20389:1 20398:1 20407:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20557:1 20573:1 20577:1 20592:1 20613:1 20616:2 20622:1 20634:2 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:2 20860:1 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:2 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:6 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21777:3 21787:2 21791:2 21815:1 21836:1 21839:1 21843:1 21878:2 21898:1 21907:3 21911:1 21954:1 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:5 22110:1 22125:1 22127:1 22128:1 22141:1 22150:1 22163:1 22164:2 22182:1 22198:2 22202:1 22208:2 22212:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22355:1 22381:3007 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:3 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:2 22945:1 22950:1 22951:1 22957:1 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23027:1 23033:1 23038:1 23041:1 23042:1 23067:1 23088:1 23094:1 23101:2 23124:1 23134:1 23158:1 23164:1 23185:3 23223:1 23240:1 23253:1 23266:2 23283:2 23286:2 23288:1 23292:1 23295:1 23329:5 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:4 23461:1 23472:1 23473:3 23476:1 23495:1 23498:2 23502:1 23503:2 23504:3 23507:1 23508:2 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23696:2 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:2 23745:1 23746:1 23749:2 23755:1 23769:1 23777:1 23782:2 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23950:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:3 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24410:1 24416:1 24419:3 24420:1 24421:1 24427:1 24449:1 24464:4 24490:3 24543:1 24544:1 24554:3 24561:1 24596:1 24619:1 24661:1 24668:1 24699:1 24701:1 24722:1 24724:1 24725:2 24737:1 24747:1 24758:3 24770:1 24776:1 24783:1 24789:1 24791:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24900:1 24901:1 24907:1 24908:5 24932:3 24938:2 24948:1 24950:1 24957:2 24972:1 24977:1 24981:1 24983:1 25040:1 25041:3 25070:2 25082:1 25121:2 25137:1 25140:2 25147:1 25149:3 25171:1 25182:1 25184:1 25190:1 25192:2 25198:1 25208:1 25219:1 25250:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25396:1 25414:1 25420:1 25446:1 25461:1 25470:1 25488:1 25491:1 25502:1 25503:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25594:1 25600:1 25606:1 25636:1 25648:1 25657:2 25659:4 25673:2 25674:2 25684:1 25686:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:7 25918:1 25926:5 25941:2 25960:1 25965:3 25972:2 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:1 26063:1 26067:1 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:1 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:1 26256:1 26257:1 26272:2 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:2 26485:1 26486:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:4 26609:1 26610:2 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:1 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:3 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:1 27090:2 27096:3 27100:3 27130:1 27133:3 27136:1 27158:1 27164:1 27178:2 27184:1 27189:1 27223:2 27225:2 27227:1 27236:1 27237:1 27242:1 27245:1 27256:1 27269:1 27273:1 27281:1 27288:1 27316:9 27338:1 27352:3 27369:1 27374:1 27383:1 27396:1 27398:1 27415:2 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27488:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27577:2 27581:2 27613:2 27625:1 27637:1 27642:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:1 27732:1 27741:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27879:1 27887:1 27892:1 27900:1 27920:3 27928:2 27946:1 27948:1 27954:5 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:2 28112:3 28120:1 28140:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:5 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28462:1 28479:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:1 28565:1 28570:3 28583:1 28586:1 28597:1 28607:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28702:1 28705:5 28706:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28798:1 28799:1 28806:1 28814:2 28821:1 28823:3 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:5 29005:1 29011:3 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29043:1 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29169:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:8 29217:2 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:1 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29539:3 29546:1 29551:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29823:1 29829:4 29832:14 29835:1 29851:1 29876:9 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:1 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30120:1 30132:1 30134:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:1 30204:1 30212:3 30234:2 30247:1 30250:3 30265:1 30269:1 30274:2 30277:1 30293:2 30298:1 30303:1 30313:1 30343:2 30386:2 30389:1 30391:1 30403:1 30412:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:4 30512:1 30552:1 30567:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:2 30686:4 30712:1 30731:1 30732:1 30750:1 30753:1 30761:1 30768:3 30780:2 30796:2 30804:1 30819:5 30845:1 30854:1 30874:1 30908:1 30911:2 30917:1 30921:1 30925:1 30944:1 30945:1 30951:1 30955:2 30958:1 30984:1 30991:1 30997:1 31033:1 31044:1 31075:7 31082:2 31095:1 31160:1 31166:1 31176:1 31180:1 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:5 31298:1 31305:1 31319:2 31347:1 31357:1 31377:2 31379:2 31396:1 31398:2 31413:1 31434:1 31435:1 31458:5 31463:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31552:2 31553:1 31574:1 31594:1 31597:1 31631:1 31632:1 31647:2 31668:1 31683:1 31703:1 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:13 31826:1 31844:2 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:3 32149:2 32156:3 32158:1 32161:2 32165:1 32206:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:2 32483:1 32485:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32514:1 32515:1 32526:1 32527:1 32537:3 32538:1 32545:3 32546:3 32547:2 32549:1 32553:1 32554:1 32556:5 32564:1 32570:1 32582:3 32586:1 32610:1 32614:3 32632:1 32640:1 32648:1 32658:4 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32806:1 32829:1 32855:1 32860:2 32861:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:3 33063:1 33075:1 33081:1 33085:1 33086:4 33103:1 33108:1 33125:1 33141:2 33156:1 33161:2 33190:1 33198:1 33210:1 33211:1 33240:1 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:3 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:1 33466:2 33474:1 33481:4 33486:1 33492:1 33499:1 33502:1 33510:4 33512:1 33538:1 33555:1 33558:1 33578:2 33580:1 33596:2 33609:3 33614:3 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33707:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:3 33962:1 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34162:1 34199:1 34206:1 34212:1 34217:1 34254:1 34268:2 34275:1 34304:1 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34442:2 34466:1 34489:1 34510:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:1 34675:3 34698:1 34702:1 34716:1 34728:4 34736:1 34744:4 34749:1 34758:2 34760:1 34764:1 34770:1 34771:1 34787:5 34815:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:10 34891:2 34895:2 34898:2 34901:2 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:2 34:2 36:1 40:1 48:1 93:2 102:3 121:2 131:4 138:2 160:1 171:1 182:1 195:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 302:1 304:3 305:2 309:1 315:2 317:1 318:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:2 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:2 619:1 639:1 646:1 662:1 674:1 677:4 685:5 704:1 710:7 718:1 741:1 743:2 747:1 748:2 767:2 770:1 771:1 780:2 799:1 845:1 883:2 884:1 901:1 908:1 915:1 934:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:5 1034:1 1040:2 1053:4 1057:6 1060:4 1066:1 1067:1 1072:1 1075:1 1077:1 1116:2 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:3 1220:1 1260:1 1265:2 1275:2 1286:1 1299:1 1302:1 1321:3 1338:3 1347:1 1353:1 1363:1 1366:2 1371:3 1373:3 1374:1 1384:1 1387:1 1388:2 1390:1 1391:2 1394:2 1406:1 1421:2 1434:2 1438:2 1439:3 1456:1 1465:1 1467:1 1480:4 1484:2 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1712:3 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:5 1809:2 1816:1 1825:1 1836:4 1875:2 1893:1 1900:1 1924:1 1962:2 1963:3 1976:1 1977:1 1980:3 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2039:2 2067:1 2080:1 2088:1 2107:1 2114:1 2137:2 2140:1 2146:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:1 2278:1 2283:1 2291:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:5 2535:1 2565:6 2567:1 2569:1 2586:3 2588:1 2589:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:2 2664:3 2665:1 2666:1 2669:4 2671:3 2673:3 2674:1 2675:1 2676:7 2677:3 2678:2 2682:1 2685:1 2688:1 2694:4 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2757:2 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2877:1 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2967:2 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3091:2 3092:2 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:2 3164:1 3180:1 3184:3 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:1 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:9 3466:2 3470:1 3472:1 3481:1 3488:2 3517:3 3522:1 3523:6 3534:5 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:1 3808:1 3840:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4142:1 4173:1 4182:2 4186:1 4190:1 4216:1 4223:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:1 4244:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:4 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:2 4480:3 4507:5 4511:1 4520:1 4560:1 4585:1 4587:1 4591:2 4593:1 4608:2 4609:2 4618:2 4627:2 4639:1 4651:1 4657:2 4676:5 4695:1 4731:1 4735:1 4736:3 4757:1 4782:1 4784:1 4786:1 4789:1 4793:1 4800:4 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4907:1 4920:1 4946:3 4952:1 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:2 5128:1 5131:1 5141:3 5145:2 5157:1 5175:2 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5392:1 5398:1 5426:1 5431:1 5432:1 5445:2 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5516:1 5517:1 5526:1 5530:1 5546:1 5548:9 5563:1 5567:1 5582:2 5588:1 5589:2 5599:10 5612:1 5616:1 5627:1 5647:3 5699:2 5704:3 5707:2 5727:1 5745:1 5790:1 5796:1 5797:1 5818:1 5830:16 5834:3 5861:1 5870:1 5894:1 5907:1 5909:2 5968:1 5970:3 5988:3 5989:5 5990:2 5996:1 5999:1 6002:2 6004:1 6005:1 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6310:1 6323:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6421:1 6448:2 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6675:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6793:1 6794:2 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6990:2 6992:1 6993:1 6994:1 7024:1 7028:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:2 7313:2 7315:3 7318:1 7320:2 7334:1 7337:3 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:1 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:6 7483:1 7494:2 7497:1 7506:1 7530:1 7550:2 7553:1 7563:2 7581:2 7588:1 7605:1 7625:2 7626:1 7632:1 7637:2 7638:1 7654:3 7677:4 7678:1 7679:1 7680:1 7685:1 7686:6 7688:2 7689:1 7692:1 7695:5 7696:1 7699:2 7702:3 7703:12 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7801:1 7836:1 7843:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:13 7894:1 7956:2 7960:2 7977:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8241:1 8270:2 8271:1 8274:2 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8337:1 8394:2 8396:1 8405:1 8415:1 8423:1 8444:1 8458:2 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:1 8535:1 8539:1 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:4 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8954:1 8969:3 8977:1 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:4 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9281:8 9282:4 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:3 9340:1 9348:1 9357:42 9364:1 9379:4 9381:8 9385:2 9387:1 9389:1 9403:1 9404:1 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:2 9571:2 9574:1 9581:2 9616:2 9638:1 9645:1 9647:3 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:1 9815:1 9816:1 9825:1 9845:1 9846:1 9847:1 9868:1 9878:1 9896:1 9913:2 9915:2 9923:2 9924:2 9940:24 9960:1 9972:1 9978:2 9982:2 9985:1 9989:1 10047:1 10052:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10132:1 10148:1 10156:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:1 10305:1 10335:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:2 10481:2 10498:1 10503:1 10504:1 10505:1 10528:2 10544:2 10558:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10646:1 10651:1 10655:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:1 10758:1 10760:1 10776:3 10797:1 10802:3 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10933:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:4 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:2 11626:1 11642:3 11659:3 11667:1 11685:4 11686:4 11691:1 11709:1 11725:1 11778:1 11785:1 11823:1 11826:1 11833:1 11852:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:4 12026:1 12059:2 12062:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:6 12136:2 12138:1 12156:1 12158:2 12169:1 12200:1 12216:1 12220:1 12231:1 12259:1 12278:1 12289:1 12303:1 12307:3 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:2 12442:1 12443:3 12449:1 12452:1 12453:1 12475:1 12476:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:2 12543:1 12553:2 12569:1 12575:3 12604:1 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12765:1 12772:1 12812:1 12836:1 12845:4 12849:1 12859:13 12908:1 12923:2 12936:2 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13159:6 13165:6 13180:1 13190:1 13201:2 13202:1 13212:2 13216:1 13249:1 13251:1 13252:1 13273:1 13283:1 13284:1 13298:3 13307:1 13312:1 13315:1 13318:3 13326:2 13354:1 13362:1 13372:3 13382:2 13383:1 13388:3 13407:1 13450:1 13464:1 13485:1 13487:1 13496:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:1 13654:2 13692:2 13695:2 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13755:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13902:1 13904:1 13907:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:4 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:2 14023:1 14025:1 14028:3 14029:1 14033:2 14035:1 14067:1 14069:4 14081:1 14085:2 14090:12 14103:4 14104:1 14111:1 14112:2 14113:4 14136:1 14170:1 14186:1 14202:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:2 14380:2 14395:1 14405:2 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:2 14618:2 14621:1 14644:5 14668:1 14698:1 14745:1 14746:1 14754:2 14765:3 14796:1 14816:1 14835:1 14856:1 14885:2 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:4 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:2 15240:1 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15562:1 15603:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:1 15704:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:4 15835:1 15839:1 15845:2 15867:2 15875:1 15883:1 15888:1 15890:3 15900:1 15901:9 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:7 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16064:1 16067:1 16071:1 16090:1 16107:1 16110:2 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16221:1 16232:1 16243:2 16256:1 16264:1 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:2 16359:1 16365:1 16368:1 16379:2 16381:1 16382:2 16394:1 16399:2 16426:3 16429:1 16439:1 16450:1 16474:1 16479:3 16488:1 16490:1 16493:1 16511:1 16513:2 16514:1 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:2 16587:2 16598:2 16629:1 16657:1 16683:1 16686:1 16688:2 16694:1 16707:2 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17102:1 17109:1 17123:1 17128:1 17134:4 17137:1 17139:1 17144:2 17146:5 17150:1 17152:2 17166:3 17169:2 17170:2 17176:5 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17259:1 17273:1 17295:2 17301:1 17318:1 17339:1 17348:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17377:1 17402:2 17414:2 17418:1 17437:1 17460:1 17481:2 17489:1 17500:1 17523:1 17565:2 17570:2 17585:2 17588:5 17603:1 17609:1 17623:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17703:2 17704:2 17718:1 17732:1 17739:2 17761:1 17764:1 17768:1 17775:1 17782:2 17795:1 17800:1 17802:2 17868:1 17885:1 17902:1 17907:1 17918:1 17920:5 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:1 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:1 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18558:1 18560:1 18567:1 18586:1 18599:1 18604:1 18612:1 18615:7 18653:1 18672:1 18680:1 18702:1 18705:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:3 18850:3 18853:2 18861:1 18867:2 18873:5 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18991:1 19003:3 19021:2 19038:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:11 19158:1 19166:1 19174:1 19184:1 19198:3 19205:2 19220:1 19230:1 19231:1 19237:1 19240:1 19250:1 19260:8 19261:1 19266:1 19283:1 19297:3 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19478:1 19480:2 19481:1 19483:2 19485:4 19494:1 19495:1 19503:1 19508:1 19523:2 19527:1 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:1 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19859:1 19877:1 19879:1 19884:1 19898:4 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:6 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:2 20085:1 20099:1 20131:1 20146:1 20151:1 20173:2 20196:1 20203:1 20209:1 20213:4 20234:2 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20357:1 20385:2 20389:1 20398:1 20407:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20557:1 20573:1 20577:1 20592:1 20613:1 20616:2 20622:1 20634:2 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:2 20860:1 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:2 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:6 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:2 21531:1 21534:1 21573:1 21580:1 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21777:3 21787:2 21791:2 21815:1 21836:2 21839:1 21843:1 21878:2 21898:1 21907:3 21911:1 21954:1 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:5 22110:1 22125:1 22127:1 22128:1 22141:1 22150:1 22163:1 22164:2 22182:1 22198:2 22202:1 22208:2 22212:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22355:1 22381:3072 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:3 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:2 22945:1 22950:1 22951:1 22957:1 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23027:1 23033:1 23038:1 23041:1 23042:1 23067:1 23088:1 23094:1 23101:2 23124:1 23134:1 23158:1 23164:1 23185:3 23223:1 23240:1 23253:1 23266:2 23283:2 23286:2 23288:1 23292:1 23295:1 23329:5 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:4 23461:1 23472:1 23473:3 23476:1 23495:1 23498:2 23502:1 23503:2 23504:3 23507:1 23508:2 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23674:1 23696:2 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:2 23745:1 23746:1 23749:2 23755:1 23769:1 23777:1 23782:2 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23950:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:1 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:4 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24270:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24410:1 24416:1 24419:3 24420:1 24421:1 24427:1 24449:1 24464:4 24490:3 24543:1 24544:1 24554:3 24561:1 24596:1 24619:1 24661:1 24668:2 24690:1 24699:1 24701:1 24722:1 24724:1 24725:2 24737:1 24747:1 24758:3 24768:1 24770:1 24776:1 24783:1 24789:1 24791:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24893:1 24900:1 24901:1 24907:1 24908:5 24932:3 24938:2 24948:1 24950:1 24957:2 24972:1 24977:1 24981:1 24983:1 25040:1 25041:3 25070:2 25082:1 25121:2 25137:1 25140:2 25147:1 25149:3 25170:1 25171:1 25182:1 25184:1 25190:1 25192:2 25198:1 25208:1 25219:1 25250:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25396:1 25414:1 25420:1 25446:1 25461:1 25470:1 25488:1 25491:1 25502:1 25503:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25594:1 25600:1 25606:1 25636:1 25648:1 25657:3 25659:4 25673:2 25674:2 25684:1 25686:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:1 25796:1 25799:1 25802:1 25817:2 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:7 25918:1 25926:5 25941:2 25960:1 25965:3 25972:2 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:1 26063:1 26067:2 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:1 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:1 26256:1 26257:1 26272:2 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:2 26485:1 26486:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:5 26537:1 26551:1 26575:1 26578:1 26582:2 26607:1 26608:4 26609:1 26610:2 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26788:2 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:1 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:3 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26972:1 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27063:2 27090:2 27096:3 27100:3 27130:1 27133:3 27136:1 27158:1 27164:1 27178:2 27184:1 27189:1 27223:2 27225:2 27227:1 27236:1 27237:1 27242:1 27245:2 27256:1 27269:1 27273:1 27281:1 27288:1 27316:9 27338:1 27352:3 27369:1 27374:1 27383:1 27396:1 27398:1 27415:2 27418:1 27419:1 27427:1 27429:1 27459:2 27474:1 27488:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27577:2 27581:2 27586:1 27613:2 27625:1 27637:1 27642:1 27651:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:1 27732:1 27741:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27879:1 27887:1 27892:1 27900:1 27920:4 27928:2 27946:1 27948:1 27954:5 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:2 28112:3 28120:1 28140:1 28154:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:5 28341:1 28357:1 28370:2 28379:1 28391:1 28438:1 28449:1 28462:1 28479:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:1 28565:1 28570:3 28583:1 28586:1 28597:1 28607:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28702:1 28705:5 28706:1 28709:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28798:1 28799:1 28806:1 28814:2 28816:1 28821:1 28823:3 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:5 29005:1 29011:4 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29043:2 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29124:1 29128:1 29141:1 29169:1 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:8 29217:2 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:2 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29539:3 29546:1 29551:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:1 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29823:1 29829:4 29832:14 29835:1 29851:1 29876:9 29886:1 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29948:1 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:2 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30120:1 30132:1 30134:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:1 30204:1 30212:3 30234:2 30247:1 30250:3 30265:1 30269:1 30274:2 30277:1 30293:2 30298:1 30303:1 30313:1 30343:2 30386:2 30389:1 30391:1 30403:1 30410:1 30412:1 30436:1 30445:1 30457:1 30479:2 30490:4 30492:4 30509:4 30512:1 30552:1 30567:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:2 30686:4 30712:1 30731:1 30732:1 30750:1 30753:1 30761:1 30768:3 30780:2 30796:2 30804:1 30819:5 30845:1 30854:1 30874:1 30908:1 30911:2 30917:1 30921:1 30925:1 30944:1 30945:1 30951:1 30955:2 30958:1 30965:1 30984:1 30991:1 30997:1 31033:1 31044:1 31075:7 31082:2 31095:1 31142:1 31160:1 31166:1 31176:1 31180:1 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:5 31298:1 31305:1 31319:2 31338:1 31347:1 31357:1 31377:2 31379:2 31396:1 31398:2 31413:1 31434:1 31435:1 31458:5 31463:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31552:2 31553:1 31574:1 31590:1 31594:1 31597:1 31631:1 31632:1 31635:1 31647:2 31668:1 31683:1 31703:1 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:13 31826:1 31844:2 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:3 32149:2 32156:3 32158:1 32161:2 32165:1 32206:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:2 32483:1 32485:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32514:1 32515:1 32526:1 32527:1 32537:3 32538:1 32545:3 32546:3 32547:2 32549:1 32553:1 32554:1 32556:5 32564:1 32565:1 32570:1 32582:3 32586:1 32610:1 32614:3 32632:1 32640:1 32648:1 32658:4 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32806:1 32829:1 32836:1 32855:1 32860:2 32861:1 32875:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:3 33063:1 33075:1 33081:1 33085:1 33086:4 33103:1 33108:1 33125:1 33141:2 33156:1 33161:2 33165:1 33190:1 33198:1 33210:1 33211:1 33240:1 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:3 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:2 33466:2 33474:1 33481:4 33486:1 33492:1 33499:1 33502:1 33510:4 33512:1 33538:1 33555:1 33558:1 33569:1 33578:2 33580:1 33596:2 33609:3 33614:3 33623:2 33637:1 33640:2 33648:2 33656:5 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33707:1 33739:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:3 33962:1 33967:1 33971:1 33987:1 33990:1 34011:2 34028:1 34039:1 34040:1 34043:3 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34162:1 34171:1 34199:1 34206:1 34212:1 34217:1 34254:1 34268:2 34275:1 34304:1 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34442:2 34466:1 34489:1 34510:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:2 34675:3 34698:1 34702:1 34716:1 34728:4 34736:1 34744:4 34749:1 34758:2 34760:1 34764:1 34770:1 34771:1 34787:5 34815:1 34816:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:10 34891:3 34895:2 34898:2 34901:2 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:2 34:2 36:1 40:1 48:1 93:2 102:3 121:2 125:1 131:4 138:2 160:1 171:1 182:1 195:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 302:1 304:3 305:2 309:1 310:1 315:2 317:1 318:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:2 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:2 619:1 639:1 646:1 656:1 662:1 674:1 677:4 685:5 704:1 710:7 718:1 741:1 743:2 747:1 748:2 767:2 770:1 771:1 780:2 799:1 845:1 883:2 884:1 901:1 908:1 915:1 934:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:5 1034:1 1040:2 1053:4 1057:7 1060:4 1066:1 1067:1 1072:1 1075:1 1077:1 1116:3 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:3 1220:1 1260:2 1265:2 1275:2 1286:1 1299:1 1302:2 1321:3 1338:3 1347:1 1353:1 1363:1 1366:2 1371:3 1373:3 1374:1 1384:1 1387:1 1388:3 1390:1 1391:2 1394:2 1406:1 1421:2 1434:2 1438:2 1439:4 1456:1 1465:1 1467:1 1480:4 1484:2 1492:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:1 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1694:1 1712:3 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:5 1809:2 1816:1 1825:1 1836:4 1856:1 1875:2 1893:1 1900:1 1924:1 1962:2 1963:3 1976:1 1977:1 1980:3 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2039:2 2067:1 2080:1 2088:1 2107:1 2114:2 2137:2 2140:1 2146:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:1 2278:1 2283:1 2291:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:6 2535:1 2537:1 2557:1 2565:6 2567:1 2569:1 2586:4 2588:1 2589:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:3 2664:3 2665:1 2666:1 2669:4 2671:3 2673:3 2674:1 2675:1 2676:7 2677:3 2678:2 2682:1 2685:1 2688:1 2694:4 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2757:2 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2877:2 2878:1 2884:1 2911:3 2922:1 2931:2 2955:1 2967:2 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3091:2 3092:2 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:2 3164:1 3180:1 3184:3 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:2 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:9 3466:2 3470:1 3472:1 3481:1 3488:2 3517:3 3522:1 3523:6 3534:5 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:2 3808:1 3840:1 3847:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4119:1 4142:1 4173:1 4182:2 4186:1 4190:1 4216:1 4223:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:2 4244:1 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:5 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:2 4480:3 4507:5 4511:1 4520:1 4560:1 4585:1 4587:1 4591:2 4593:2 4608:2 4609:2 4618:2 4627:2 4639:1 4651:1 4657:2 4676:5 4695:1 4731:1 4735:1 4736:3 4757:1 4782:1 4784:1 4786:1 4789:1 4793:1 4800:4 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4907:1 4920:1 4946:3 4952:1 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:3 5128:1 5131:1 5141:3 5145:2 5157:1 5175:2 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5392:1 5398:1 5426:1 5431:1 5432:1 5445:2 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5516:1 5517:1 5526:1 5530:1 5546:1 5548:10 5563:1 5567:1 5582:2 5588:1 5589:2 5599:10 5612:1 5616:2 5627:1 5647:3 5699:2 5704:3 5707:2 5727:1 5745:1 5790:1 5796:1 5797:1 5805:1 5818:1 5830:16 5834:3 5861:1 5870:1 5894:1 5907:1 5909:2 5911:1 5968:1 5970:4 5988:3 5989:5 5990:2 5996:2 5999:1 6002:2 6004:1 6005:2 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6157:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6310:1 6323:1 6330:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6421:1 6448:2 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6675:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6793:1 6794:2 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6990:2 6992:1 6993:1 6994:1 7024:1 7028:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:2 7313:2 7315:3 7318:1 7320:2 7334:1 7337:3 7341:1 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:2 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:6 7483:1 7494:2 7497:1 7506:1 7530:1 7550:2 7553:1 7563:2 7569:1 7581:2 7588:1 7605:1 7625:2 7626:1 7632:1 7637:2 7638:1 7654:3 7677:4 7678:1 7679:1 7680:2 7685:2 7686:6 7688:2 7689:1 7692:1 7695:5 7696:1 7699:2 7702:3 7703:12 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7801:1 7836:1 7843:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:13 7894:1 7956:2 7960:2 7977:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8241:1 8270:2 8271:1 8274:2 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8333:1 8337:1 8394:2 8396:1 8405:1 8407:1 8415:1 8423:1 8444:1 8458:2 8463:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:1 8535:1 8539:2 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:4 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8888:1 8954:1 8969:3 8977:1 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:6 9113:1 9118:1 9119:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9281:10 9282:5 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:3 9340:1 9348:1 9357:43 9364:1 9379:4 9381:8 9385:2 9387:1 9389:1 9403:1 9404:1 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:2 9571:2 9574:1 9580:1 9581:2 9616:2 9638:1 9645:1 9647:3 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:2 9815:1 9816:1 9825:1 9832:1 9845:1 9846:1 9847:1 9868:2 9878:1 9896:1 9913:2 9915:2 9923:2 9924:2 9940:24 9960:1 9972:1 9978:2 9980:1 9982:2 9985:1 9989:1 10047:1 10052:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10132:1 10148:1 10156:2 10162:1 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:1 10305:1 10335:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:2 10481:2 10493:1 10498:1 10503:1 10504:2 10505:1 10528:2 10544:2 10558:1 10559:1 10564:1 10567:1 10582:1 10618:2 10625:2 10639:1 10646:1 10651:1 10655:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10738:2 10753:1 10756:1 10757:2 10758:1 10760:1 10776:3 10797:1 10802:3 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10933:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:4 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11087:1 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11391:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:2 11626:1 11642:3 11659:3 11667:1 11685:5 11686:4 11691:1 11709:1 11725:1 11778:1 11785:1 11823:1 11826:1 11833:1 11852:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:4 12026:1 12059:2 12062:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:6 12136:2 12138:1 12156:1 12158:2 12169:1 12200:1 12216:1 12220:1 12228:1 12231:1 12259:1 12278:1 12289:1 12303:1 12307:4 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:2 12442:1 12443:3 12449:1 12452:1 12453:1 12475:1 12476:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:2 12543:1 12553:2 12569:1 12571:1 12575:3 12604:1 12629:2 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12764:1 12765:1 12772:1 12812:1 12836:1 12845:4 12849:1 12859:13 12904:1 12908:1 12923:2 12936:2 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13139:1 13159:6 13165:6 13180:1 13190:1 13201:2 13202:1 13212:2 13216:1 13249:1 13251:1 13252:1 13273:1 13283:1 13284:1 13298:4 13307:1 13312:1 13315:1 13318:3 13326:2 13354:1 13362:1 13372:3 13382:2 13383:1 13388:3 13407:1 13429:1 13450:1 13464:1 13485:1 13487:1 13496:1 13519:1 13523:1 13557:1 13598:1 13601:1 13610:4 13615:3 13617:2 13635:1 13639:2 13644:2 13654:2 13692:2 13695:2 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13755:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13897:1 13902:1 13904:1 13907:1 13926:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:4 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:2 14023:1 14025:1 14028:3 14029:1 14033:2 14035:1 14064:1 14067:1 14069:4 14081:1 14085:2 14090:12 14103:4 14104:1 14111:1 14112:2 14113:4 14136:1 14170:1 14186:1 14202:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:2 14380:2 14395:1 14405:2 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14511:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:2 14618:2 14621:1 14644:5 14668:1 14698:1 14745:1 14746:1 14754:2 14765:3 14796:1 14816:1 14835:1 14856:2 14885:2 14888:1 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:6 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:4 15240:1 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15502:1 15562:1 15603:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:2 15704:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:4 15835:1 15839:1 15845:2 15867:2 15875:1 15883:2 15888:1 15890:3 15900:1 15901:10 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:8 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16062:1 16064:1 16067:1 16071:1 16090:1 16107:2 16110:3 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16184:1 16221:2 16232:1 16243:2 16256:1 16264:1 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:2 16359:1 16365:1 16368:1 16379:3 16381:1 16382:2 16394:1 16399:2 16426:3 16429:1 16439:1 16450:1 16474:1 16479:3 16488:1 16490:1 16493:2 16511:1 16513:2 16514:1 16519:1 16527:2 16528:3 16533:1 16545:1 16560:1 16583:1 16584:3 16587:2 16598:2 16629:1 16657:1 16667:1 16683:1 16686:1 16688:2 16694:1 16707:2 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:2 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17102:1 17109:1 17123:1 17128:1 17134:4 17137:1 17139:1 17144:2 17146:5 17150:1 17152:2 17166:3 17169:2 17170:2 17176:5 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17259:1 17273:1 17295:2 17301:1 17318:1 17339:1 17348:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17377:1 17402:2 17414:2 17418:1 17437:1 17460:1 17481:2 17489:1 17500:1 17523:1 17565:2 17570:2 17585:3 17588:5 17603:1 17609:1 17623:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17703:2 17704:2 17718:2 17732:1 17739:2 17761:1 17764:1 17768:1 17775:1 17782:2 17789:1 17795:1 17800:1 17802:2 17868:1 17885:1 17902:1 17907:1 17918:1 17920:5 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:2 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:2 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18558:1 18560:1 18567:1 18586:1 18599:1 18604:1 18612:1 18615:8 18653:1 18672:1 18680:1 18702:1 18705:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:2 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:3 18850:3 18853:2 18861:1 18867:2 18873:6 18881:1 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18991:1 19003:5 19021:2 19038:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:12 19158:1 19166:1 19174:1 19184:1 19198:3 19205:2 19220:1 19230:1 19231:1 19237:1 19240:1 19250:1 19260:8 19261:1 19266:1 19283:1 19297:4 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19478:1 19480:2 19481:1 19483:2 19485:4 19494:1 19495:1 19503:1 19508:1 19523:2 19527:1 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:2 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19844:1 19859:1 19877:1 19879:1 19884:1 19898:4 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:6 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:2 20085:1 20099:1 20131:1 20146:1 20151:1 20173:2 20196:1 20203:1 20209:1 20213:5 20216:1 20234:2 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20357:1 20385:2 20389:1 20398:1 20407:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20557:1 20573:1 20577:1 20592:1 20613:1 20616:2 20622:1 20634:2 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:2 20860:1 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:2 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:1 21213:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:6 21429:1 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21528:3 21529:3 21531:1 21534:1 21557:1 21573:1 21580:1 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21775:1 21777:3 21787:2 21788:1 21791:2 21815:1 21836:2 21839:1 21843:1 21878:2 21898:1 21907:3 21911:1 21938:1 21954:2 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:5 22110:1 22125:1 22127:1 22128:1 22141:1 22150:1 22163:1 22164:2 22182:1 22198:2 22202:1 22208:2 22212:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22355:1 22381:3151 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:4 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:2 22945:1 22950:1 22951:1 22957:1 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23027:1 23033:1 23038:1 23041:1 23042:1 23067:1 23088:1 23094:1 23101:2 23124:1 23134:1 23158:1 23164:1 23185:4 23223:1 23240:1 23253:1 23266:2 23283:2 23286:3 23288:1 23292:1 23295:1 23329:5 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:4 23461:1 23472:1 23473:4 23476:1 23495:1 23498:2 23502:1 23503:2 23504:3 23507:1 23508:2 23514:1 23515:1 23533:1 23536:5 23538:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23674:1 23696:3 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:2 23745:1 23746:1 23749:2 23755:1 23769:1 23777:1 23782:3 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23950:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:2 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:4 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24270:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24410:1 24416:1 24419:3 24420:1 24421:1 24427:1 24449:1 24464:5 24490:3 24543:1 24544:1 24554:3 24561:1 24596:1 24619:1 24648:1 24661:1 24668:2 24690:1 24699:1 24701:2 24722:1 24724:1 24725:2 24737:1 24747:2 24758:3 24768:1 24770:1 24776:1 24783:1 24789:1 24791:1 24797:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24893:1 24900:1 24901:1 24907:1 24908:5 24932:3 24938:2 24948:1 24950:1 24957:2 24972:1 24977:1 24981:1 24983:1 25040:1 25041:3 25070:2 25082:1 25121:2 25137:1 25140:2 25147:1 25149:3 25170:1 25171:1 25182:1 25184:1 25190:1 25192:2 25198:1 25208:1 25219:1 25250:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25350:1 25396:1 25414:1 25420:1 25421:1 25446:1 25461:1 25470:1 25488:1 25491:1 25497:1 25502:1 25503:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25587:1 25594:1 25600:1 25606:2 25636:1 25648:1 25657:3 25659:4 25668:1 25673:2 25674:2 25684:1 25686:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:2 25796:1 25799:2 25802:1 25817:3 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25912:1 25917:7 25918:1 25926:5 25941:2 25960:1 25965:3 25972:3 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:1 26063:1 26067:2 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:2 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:2 26256:1 26257:1 26272:2 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26404:1 26420:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:2 26485:1 26486:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:6 26537:2 26551:1 26575:1 26578:1 26582:2 26607:1 26608:5 26609:1 26610:2 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26788:2 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:2 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:4 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26972:1 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27056:1 27063:2 27090:2 27096:4 27099:1 27100:3 27130:1 27133:3 27136:1 27158:1 27164:1 27178:2 27184:1 27189:1 27223:2 27225:2 27227:1 27236:1 27237:1 27242:1 27245:2 27256:1 27269:1 27273:1 27281:1 27288:1 27316:10 27338:1 27352:3 27361:1 27369:1 27374:1 27383:1 27396:1 27398:1 27415:2 27418:1 27419:1 27427:2 27429:1 27459:2 27474:1 27488:1 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27575:1 27577:2 27581:2 27586:1 27613:2 27625:1 27637:1 27642:1 27651:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:2 27732:1 27741:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27879:1 27887:1 27890:1 27892:1 27900:1 27920:4 27928:2 27946:1 27948:1 27954:5 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28091:1 28092:2 28095:2 28112:3 28120:1 28140:1 28154:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:5 28341:1 28357:1 28370:2 28379:1 28391:1 28437:1 28438:1 28449:1 28462:1 28479:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:1 28565:1 28570:4 28583:1 28586:1 28597:1 28607:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28702:1 28705:5 28706:1 28709:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28792:1 28798:1 28799:1 28806:1 28814:2 28816:1 28821:1 28823:4 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:5 29005:1 29011:4 29013:1 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29043:2 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29121:1 29124:1 29128:1 29141:1 29169:2 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:8 29217:2 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:2 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29442:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29539:3 29546:1 29551:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:2 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29823:1 29829:5 29832:14 29835:1 29851:1 29876:9 29886:1 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29948:1 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:2 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30115:1 30120:1 30132:1 30134:1 30138:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:1 30204:1 30212:3 30234:2 30246:1 30247:1 30250:3 30265:1 30269:1 30274:2 30277:1 30293:2 30298:1 30303:1 30313:1 30343:2 30386:2 30389:2 30391:1 30403:1 30410:1 30412:1 30436:1 30445:1 30457:1 30479:2 30490:4 30492:5 30509:4 30512:1 30552:1 30562:1 30567:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:2 30686:4 30712:1 30731:1 30732:1 30750:1 30753:1 30761:1 30768:3 30780:2 30796:2 30804:1 30819:5 30845:1 30852:1 30854:1 30874:1 30908:2 30911:2 30917:1 30921:1 30925:1 30944:1 30945:1 30951:1 30955:2 30958:1 30965:1 30984:1 30991:1 30997:1 31033:1 31044:1 31075:7 31082:2 31095:1 31142:1 31160:1 31166:1 31176:1 31180:2 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:5 31298:1 31305:1 31319:2 31338:1 31347:1 31357:1 31375:1 31377:2 31379:2 31396:1 31398:2 31413:1 31434:1 31435:1 31458:5 31463:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31539:1 31552:2 31553:1 31574:1 31590:1 31594:1 31597:1 31631:1 31632:1 31635:1 31647:2 31668:1 31683:1 31703:1 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:13 31826:1 31844:2 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:3 32149:2 32156:3 32158:1 32161:3 32165:1 32206:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:2 32483:1 32485:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32514:1 32515:1 32526:1 32527:1 32537:3 32538:1 32545:3 32546:3 32547:2 32549:1 32553:1 32554:1 32556:5 32564:1 32565:1 32570:1 32582:3 32586:1 32607:1 32610:1 32614:3 32632:1 32640:1 32648:1 32658:4 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32806:1 32827:1 32829:1 32836:1 32855:1 32860:2 32861:1 32875:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:5 33063:1 33075:1 33081:1 33085:1 33086:4 33103:1 33108:1 33125:1 33141:2 33156:1 33161:2 33165:1 33190:1 33198:1 33210:1 33211:1 33240:1 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:3 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:2 33466:2 33474:1 33481:5 33486:1 33492:1 33499:1 33502:1 33510:6 33512:1 33538:1 33555:1 33558:1 33569:1 33578:2 33580:1 33596:2 33609:4 33614:3 33623:2 33637:1 33640:2 33648:2 33656:7 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33707:1 33739:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:3 33962:1 33967:2 33971:1 33987:1 33990:1 34010:1 34011:2 34028:1 34039:1 34040:1 34043:4 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34158:1 34162:1 34171:1 34190:1 34199:1 34206:1 34212:1 34217:1 34254:1 34268:2 34275:1 34304:1 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34442:2 34466:1 34472:1 34489:1 34510:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:2 34675:3 34698:1 34702:1 34716:1 34728:4 34736:1 34744:4 34749:1 34758:3 34760:1 34764:1 34770:1 34771:1 34787:5 34815:1 34816:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:10 34891:3 34895:2 34898:2 34900:1 34901:2 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:2 34:2 36:1 40:1 48:1 93:2 102:3 121:2 125:1 131:4 138:2 160:1 171:1 182:1 195:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 302:1 304:3 305:2 309:1 310:1 315:2 317:1 318:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:3 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 596:1 601:1 612:1 615:2 619:1 639:1 646:1 656:1 662:1 674:1 677:4 685:6 690:1 704:1 710:7 718:1 741:1 743:2 747:1 748:2 767:2 770:1 771:1 780:2 799:1 845:1 883:2 884:1 901:1 908:1 915:1 934:1 939:1 960:1 962:1 964:1 970:1 1001:3 1013:3 1029:5 1034:1 1040:2 1053:4 1057:7 1060:4 1066:1 1067:1 1072:1 1075:1 1077:1 1116:3 1119:7 1124:1 1150:1 1156:1 1160:2 1184:1 1188:2 1198:3 1220:1 1260:2 1265:2 1275:2 1286:2 1299:1 1302:2 1321:3 1338:3 1347:1 1353:1 1363:1 1366:2 1371:3 1373:3 1374:1 1384:1 1387:1 1388:3 1390:1 1391:2 1394:2 1406:1 1421:2 1434:2 1438:2 1439:4 1452:1 1456:1 1461:1 1465:1 1467:1 1480:4 1484:2 1492:1 1512:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:2 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1694:1 1712:3 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:5 1809:2 1816:1 1825:1 1836:4 1856:1 1875:2 1893:1 1900:1 1924:1 1962:2 1963:4 1976:1 1977:1 1980:3 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2039:2 2067:1 2080:1 2088:1 2107:1 2114:2 2137:2 2140:1 2146:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:1 2278:1 2283:1 2291:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:6 2535:1 2537:1 2557:1 2565:6 2567:1 2569:1 2586:4 2588:1 2589:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:3 2664:3 2665:1 2666:1 2669:4 2671:3 2673:3 2674:1 2675:1 2676:7 2677:3 2678:2 2682:1 2685:1 2688:1 2694:4 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2757:2 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2877:2 2878:1 2884:1 2911:3 2922:1 2931:2 2940:1 2955:1 2967:2 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3091:2 3092:2 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:3 3164:1 3180:1 3184:3 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:2 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:10 3466:2 3470:1 3472:1 3481:1 3488:2 3517:3 3522:1 3523:6 3534:5 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:2 3808:1 3840:1 3847:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4111:1 4119:1 4142:1 4173:1 4182:2 4186:1 4190:1 4216:1 4223:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:2 4244:2 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:5 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:2 4480:3 4507:5 4511:1 4520:1 4560:1 4585:1 4587:1 4591:2 4593:2 4608:2 4609:2 4618:2 4626:1 4627:2 4639:1 4651:1 4657:2 4676:5 4695:1 4731:1 4735:1 4736:3 4757:1 4761:1 4782:1 4784:1 4786:1 4789:1 4793:1 4800:4 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4907:1 4920:1 4946:3 4952:1 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:3 5128:1 5131:1 5141:3 5145:2 5157:1 5175:2 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5392:1 5398:1 5426:1 5431:1 5432:1 5445:2 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5516:1 5517:1 5526:1 5530:1 5546:1 5548:10 5563:1 5567:1 5582:2 5588:1 5589:2 5599:10 5612:1 5616:2 5627:1 5647:3 5699:2 5704:3 5707:2 5727:1 5745:1 5790:1 5796:1 5797:1 5805:1 5818:1 5830:16 5834:3 5849:1 5861:1 5870:1 5894:1 5907:1 5909:2 5911:1 5968:1 5970:4 5988:3 5989:5 5990:2 5996:2 5999:1 6002:2 6004:1 6005:2 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6029:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6157:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6310:1 6323:1 6330:1 6335:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6421:1 6448:2 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6675:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6793:1 6794:2 6798:1 6853:2 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6990:2 6992:1 6993:1 6994:1 7024:1 7028:1 7034:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:2 7313:2 7315:3 7318:1 7320:2 7334:1 7337:3 7341:1 7344:1 7345:1 7349:1 7353:1 7355:1 7358:2 7366:2 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:6 7483:1 7492:1 7494:2 7497:1 7506:1 7530:1 7550:2 7553:1 7563:2 7569:2 7581:2 7588:1 7605:1 7625:3 7626:1 7632:1 7637:2 7638:1 7654:3 7677:4 7678:1 7679:1 7680:2 7685:2 7686:6 7688:2 7689:1 7692:1 7695:5 7696:1 7699:2 7702:4 7703:12 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7801:1 7836:1 7843:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:13 7894:1 7937:1 7956:2 7960:2 7977:1 8007:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8241:1 8270:2 8271:1 8274:2 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8333:1 8337:1 8394:2 8396:1 8405:1 8407:1 8415:1 8423:1 8444:1 8458:2 8463:1 8475:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:1 8535:1 8539:2 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:4 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8888:1 8954:1 8969:3 8977:1 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:7 9113:1 9118:1 9119:1 9131:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9209:1 9281:10 9282:5 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:3 9340:1 9348:1 9357:43 9364:1 9379:4 9381:9 9385:2 9387:1 9389:1 9403:1 9404:1 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:2 9571:2 9574:1 9580:1 9581:2 9616:2 9638:1 9645:1 9647:3 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:2 9815:1 9816:1 9825:1 9832:2 9845:1 9846:1 9847:1 9868:2 9878:1 9896:1 9913:2 9915:2 9923:2 9924:2 9940:24 9960:1 9972:1 9978:2 9980:1 9982:3 9985:1 9989:1 10047:1 10052:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10132:1 10148:1 10156:2 10162:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:1 10305:1 10335:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:2 10481:2 10493:1 10498:1 10503:1 10504:2 10505:1 10528:2 10544:2 10558:1 10559:1 10564:1 10567:1 10578:1 10582:1 10618:2 10625:2 10639:1 10646:1 10651:1 10655:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10736:1 10738:2 10753:1 10756:1 10757:2 10758:1 10760:1 10776:3 10797:1 10802:3 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10933:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:4 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11087:2 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11391:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:2 11626:1 11642:3 11659:3 11667:1 11685:5 11686:4 11691:1 11709:1 11725:1 11778:1 11785:1 11823:1 11826:1 11833:1 11852:1 11855:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:3 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:4 12026:1 12059:2 12062:1 12069:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:6 12136:2 12138:1 12156:1 12158:2 12169:1 12200:1 12216:1 12220:1 12228:2 12231:1 12259:1 12278:1 12289:1 12303:1 12307:4 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:2 12442:1 12443:4 12449:1 12452:1 12453:1 12475:1 12476:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:2 12543:1 12553:2 12569:1 12571:1 12575:3 12604:1 12629:2 12654:1 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12764:1 12765:1 12772:1 12812:1 12836:1 12839:1 12845:4 12849:1 12859:13 12904:2 12908:1 12923:2 12936:2 12945:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13139:2 13159:6 13165:6 13180:1 13190:1 13201:2 13202:1 13212:2 13216:1 13249:1 13251:1 13252:1 13273:1 13283:1 13284:1 13298:4 13307:1 13312:1 13315:1 13318:3 13326:2 13354:1 13362:1 13372:3 13382:2 13383:1 13388:3 13407:1 13429:1 13450:1 13464:1 13485:1 13487:1 13496:1 13519:1 13523:1 13557:1 13598:1 13601:2 13610:4 13615:3 13617:2 13635:1 13639:2 13644:2 13654:2 13692:2 13695:2 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13755:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13897:1 13902:1 13904:1 13907:1 13926:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:4 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:2 14023:1 14025:1 14028:3 14029:1 14033:2 14035:1 14064:1 14067:1 14069:4 14081:1 14085:2 14090:12 14103:4 14104:1 14111:1 14112:2 14113:4 14136:1 14170:1 14186:1 14202:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:2 14380:2 14395:1 14405:2 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14511:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:2 14618:2 14621:2 14644:5 14668:1 14698:1 14745:1 14746:1 14754:2 14765:3 14779:1 14796:1 14816:1 14818:1 14835:1 14856:2 14885:2 14888:1 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:7 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:4 15240:1 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15502:1 15562:1 15603:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:2 15704:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:4 15835:1 15839:1 15845:2 15867:2 15875:1 15883:2 15888:1 15890:3 15900:1 15901:10 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:8 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16062:1 16064:1 16067:1 16071:1 16090:1 16107:2 16110:3 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16184:1 16221:2 16232:1 16243:2 16256:1 16264:2 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:2 16359:1 16365:1 16368:1 16379:4 16381:1 16382:2 16394:1 16399:2 16426:3 16429:1 16439:1 16450:1 16474:1 16479:3 16488:1 16490:1 16493:2 16511:1 16513:2 16514:1 16519:1 16527:2 16528:3 16533:1 16545:1 16550:1 16560:1 16583:1 16584:3 16587:2 16598:2 16629:2 16657:1 16667:1 16683:1 16686:1 16688:2 16694:1 16707:3 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:3 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17102:1 17109:1 17123:1 17128:1 17134:4 17137:1 17139:1 17144:2 17146:5 17150:1 17152:2 17166:3 17169:2 17170:2 17176:5 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17237:1 17259:1 17273:1 17295:2 17301:1 17318:1 17339:1 17348:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17377:1 17402:2 17414:2 17418:1 17437:1 17460:1 17481:2 17489:1 17500:1 17523:1 17565:2 17570:2 17585:3 17588:5 17603:1 17609:1 17623:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17686:1 17703:2 17704:2 17718:2 17732:1 17739:2 17761:1 17764:1 17768:1 17775:1 17782:2 17789:1 17795:1 17800:1 17802:3 17868:1 17885:1 17902:1 17907:1 17918:1 17920:5 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:1 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:2 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:2 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18557:1 18558:1 18560:1 18567:1 18586:1 18599:1 18604:1 18612:1 18615:8 18653:1 18672:1 18680:1 18702:1 18705:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:2 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:3 18850:3 18853:2 18861:1 18867:2 18873:6 18881:1 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18991:1 19003:5 19021:2 19038:1 19044:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:12 19158:1 19166:1 19174:1 19184:1 19198:3 19205:2 19220:1 19230:1 19231:1 19237:1 19240:1 19250:1 19260:8 19261:1 19266:1 19283:1 19297:4 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19478:1 19480:2 19481:1 19483:2 19485:4 19494:1 19495:1 19503:1 19508:1 19523:2 19527:1 19537:1 19567:1 19573:2 19575:1 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:2 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19844:1 19859:1 19877:1 19879:1 19884:1 19898:4 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:6 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:3 20085:1 20099:1 20131:1 20146:1 20151:1 20172:1 20173:2 20196:1 20203:1 20209:1 20213:5 20216:1 20234:2 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20357:1 20385:2 20389:1 20398:1 20407:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20557:1 20573:1 20577:1 20592:1 20598:1 20613:1 20616:2 20622:1 20634:2 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:1 20834:2 20844:2 20847:1 20848:1 20853:2 20860:1 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20952:2 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:2 21213:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:6 21429:1 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21516:1 21528:3 21529:5 21531:1 21534:1 21557:1 21573:1 21580:1 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21775:1 21777:3 21787:2 21788:1 21791:2 21815:1 21836:2 21839:1 21843:1 21878:2 21898:1 21907:3 21911:1 21938:1 21954:2 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:5 22110:1 22125:1 22127:1 22128:1 22141:1 22150:1 22163:1 22164:2 22182:1 22198:2 22202:1 22208:2 22212:1 22216:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22355:1 22381:3201 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:4 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:3 22945:1 22950:1 22951:1 22957:2 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23027:1 23033:1 23038:1 23041:1 23042:1 23067:1 23088:1 23094:1 23101:2 23124:1 23134:1 23158:1 23164:1 23185:4 23223:1 23240:1 23253:1 23266:2 23283:2 23286:5 23288:1 23292:1 23295:1 23329:5 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:4 23461:1 23472:1 23473:4 23476:1 23495:1 23498:2 23502:1 23503:2 23504:3 23507:1 23508:2 23514:2 23515:1 23533:1 23536:5 23538:1 23545:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23674:1 23696:3 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:2 23734:1 23745:1 23746:1 23749:2 23755:1 23769:1 23777:1 23782:3 23789:1 23791:1 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23950:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:2 24074:1 24076:1 24087:4 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:5 24239:1 24242:1 24256:1 24263:2 24267:1 24269:1 24270:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24405:1 24410:1 24416:1 24419:3 24420:1 24421:1 24427:1 24449:1 24464:5 24490:3 24543:1 24544:1 24554:3 24561:1 24596:2 24619:1 24648:1 24661:1 24668:2 24690:1 24699:1 24701:2 24722:1 24724:1 24725:2 24737:1 24747:2 24758:3 24768:1 24770:1 24776:1 24783:1 24789:1 24791:1 24797:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24893:1 24900:1 24901:1 24907:1 24908:5 24932:3 24938:2 24948:1 24950:1 24957:3 24972:1 24977:1 24981:1 24983:1 25040:1 25041:4 25070:2 25082:1 25121:2 25137:1 25140:2 25147:1 25149:3 25170:1 25171:1 25182:1 25184:1 25190:1 25192:2 25198:1 25208:1 25219:1 25250:1 25258:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25350:1 25396:1 25414:1 25420:1 25421:1 25446:1 25461:1 25470:1 25488:1 25491:1 25497:1 25502:1 25503:1 25507:1 25523:1 25526:1 25528:4 25531:2 25535:1 25546:1 25547:1 25587:1 25594:1 25600:1 25606:2 25636:1 25648:1 25657:3 25659:4 25668:2 25673:2 25674:2 25684:1 25686:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:2 25796:1 25799:2 25802:1 25817:5 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25908:1 25912:1 25917:7 25918:1 25926:5 25941:2 25960:1 25965:3 25972:3 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:1 26063:1 26067:2 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:2 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:2 26256:1 26257:1 26272:3 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26404:1 26420:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:2 26485:1 26486:1 26503:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:6 26537:2 26551:1 26575:1 26578:1 26582:2 26607:1 26608:5 26609:1 26610:2 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26788:2 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:2 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:4 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26972:1 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27056:1 27063:2 27090:2 27096:4 27099:1 27100:3 27130:1 27133:3 27136:1 27158:1 27164:1 27178:2 27184:1 27189:1 27223:2 27225:2 27227:1 27236:1 27237:1 27242:1 27245:2 27256:1 27269:1 27273:1 27281:1 27288:1 27316:10 27338:1 27352:3 27361:1 27369:1 27374:1 27383:1 27396:1 27398:1 27415:2 27418:1 27419:1 27427:2 27429:1 27459:2 27474:1 27488:2 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27575:1 27577:2 27581:2 27586:1 27613:2 27625:1 27637:1 27642:1 27651:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:2 27732:1 27741:1 27746:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27862:1 27878:1 27879:1 27887:1 27890:1 27892:1 27900:1 27915:1 27920:4 27928:2 27946:1 27948:1 27954:5 27966:1 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28076:1 28082:1 28091:1 28092:2 28095:2 28112:3 28120:1 28140:1 28154:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:5 28341:1 28357:1 28370:2 28379:1 28391:1 28437:1 28438:1 28449:1 28462:1 28479:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:1 28565:1 28570:4 28583:1 28586:1 28597:1 28607:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28702:1 28705:5 28706:1 28709:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28792:1 28798:1 28799:1 28806:1 28814:2 28816:1 28821:1 28823:4 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:5 29005:1 29011:4 29013:1 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29043:2 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29121:1 29124:1 29128:1 29141:1 29169:2 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:8 29217:2 29222:2 29223:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:2 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29442:1 29457:1 29481:1 29485:1 29493:4 29513:1 29517:1 29539:3 29546:1 29551:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29715:1 29722:2 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29823:1 29829:5 29832:14 29835:1 29851:1 29876:9 29886:1 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29948:1 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:2 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30115:1 30120:1 30132:1 30134:1 30138:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:1 30204:1 30212:3 30234:2 30246:1 30247:1 30250:3 30265:1 30269:1 30274:2 30277:1 30293:2 30298:1 30303:1 30313:1 30343:2 30386:2 30389:2 30391:1 30403:1 30410:1 30412:1 30436:1 30445:1 30457:1 30479:2 30490:4 30492:5 30509:4 30512:1 30552:1 30562:1 30567:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:2 30686:4 30712:1 30731:1 30732:1 30750:1 30753:1 30761:1 30768:3 30780:2 30796:2 30801:1 30804:1 30819:5 30845:1 30852:1 30854:1 30874:1 30908:2 30911:2 30917:1 30921:1 30925:1 30944:1 30945:1 30951:1 30955:2 30958:1 30965:1 30984:1 30991:1 30997:1 31033:1 31044:1 31075:7 31082:2 31095:1 31142:1 31160:1 31166:1 31176:1 31180:2 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:5 31298:1 31305:1 31319:2 31338:1 31347:1 31357:1 31375:1 31377:2 31379:2 31396:1 31398:2 31413:1 31434:1 31435:1 31458:5 31463:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31539:1 31545:1 31552:2 31553:1 31574:1 31590:1 31594:1 31597:1 31631:1 31632:1 31635:1 31647:3 31668:1 31683:1 31703:1 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:13 31826:1 31844:3 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32082:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:3 32149:2 32156:3 32158:1 32161:3 32165:1 32206:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:2 32483:1 32485:1 32486:1 32489:1 32498:2 32504:1 32505:2 32513:1 32514:1 32515:1 32526:1 32527:1 32537:3 32538:1 32545:3 32546:3 32547:2 32549:1 32551:1 32553:1 32554:2 32556:5 32564:1 32565:1 32570:1 32582:3 32586:1 32607:1 32610:1 32614:3 32632:1 32640:1 32648:1 32658:4 32670:2 32671:1 32675:1 32678:1 32685:1 32698:1 32794:1 32800:1 32803:1 32806:1 32827:2 32829:1 32836:1 32855:1 32860:2 32861:1 32875:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:5 33063:1 33075:1 33081:1 33085:1 33086:4 33103:1 33108:2 33125:1 33141:3 33156:1 33161:2 33165:1 33190:1 33198:1 33210:1 33211:1 33240:1 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:3 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:2 33466:2 33474:1 33481:5 33486:1 33492:1 33499:1 33502:1 33510:7 33512:1 33538:1 33555:1 33558:1 33569:1 33578:2 33580:1 33596:2 33609:4 33614:3 33623:2 33637:1 33640:2 33648:2 33656:7 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33707:1 33739:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:3 33962:1 33967:2 33971:1 33987:1 33990:1 34010:1 34011:2 34028:1 34039:1 34040:1 34043:6 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34158:1 34162:1 34171:1 34190:1 34199:1 34206:1 34212:1 34217:1 34254:1 34268:2 34275:1 34304:1 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34426:1 34442:2 34466:1 34472:1 34489:1 34510:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:2 34675:3 34698:1 34702:1 34716:1 34728:5 34736:1 34744:4 34749:1 34758:4 34760:1 34764:1 34770:2 34771:1 34787:5 34815:1 34816:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:10 34891:3 34895:2 34898:2 34900:1 34901:2 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:2 34:2 36:1 40:1 48:1 93:2 102:3 121:2 125:1 131:4 138:2 160:1 171:1 182:1 195:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 302:1 304:3 305:2 309:1 310:1 315:2 317:1 318:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:3 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 595:1 596:1 601:1 610:1 612:1 615:2 619:1 639:1 646:1 656:1 662:1 674:1 677:4 685:6 690:1 704:1 710:7 718:1 741:1 743:2 747:1 748:2 767:2 770:1 771:1 780:2 799:1 845:1 883:2 884:1 901:1 908:1 915:1 934:1 939:1 960:1 962:1 964:1 970:1 1001:4 1013:3 1029:5 1034:1 1040:2 1053:4 1057:7 1060:5 1066:1 1067:1 1072:1 1075:1 1077:1 1116:3 1119:7 1124:1 1150:1 1156:1 1160:2 1184:2 1188:2 1198:3 1220:1 1260:2 1265:2 1275:2 1286:2 1299:1 1302:2 1311:1 1321:3 1338:3 1347:1 1353:1 1363:1 1366:2 1371:3 1373:3 1374:1 1384:1 1387:1 1388:3 1390:1 1391:2 1394:2 1406:1 1421:2 1434:2 1438:2 1439:4 1452:1 1456:1 1458:1 1461:1 1465:1 1467:1 1480:4 1484:2 1492:1 1512:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:1 1643:2 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1694:1 1712:3 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:6 1809:2 1816:1 1825:1 1836:5 1856:1 1875:2 1893:1 1900:1 1924:1 1962:2 1963:4 1976:1 1977:1 1980:3 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2039:2 2067:1 2080:1 2088:1 2107:1 2114:2 2137:2 2140:1 2146:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:2 2278:1 2283:1 2291:1 2294:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2388:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:6 2535:1 2537:1 2557:1 2565:6 2567:1 2569:1 2586:5 2588:1 2589:1 2600:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:3 2664:3 2665:1 2666:1 2669:4 2671:3 2673:4 2674:1 2675:1 2676:7 2677:3 2678:2 2682:1 2685:1 2688:1 2694:4 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2748:1 2757:2 2779:1 2787:1 2794:2 2811:1 2832:2 2838:2 2858:1 2873:1 2876:1 2877:2 2878:1 2884:1 2911:3 2922:1 2931:2 2940:1 2955:1 2967:2 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3091:2 3092:2 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:3 3164:1 3180:1 3184:3 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:2 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:11 3466:2 3470:1 3472:1 3481:1 3488:2 3517:3 3522:1 3523:6 3534:5 3536:1 3544:1 3578:1 3579:1 3682:1 3754:1 3762:2 3808:1 3840:1 3847:1 3849:2 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4111:1 4119:1 4142:1 4173:1 4182:2 4186:1 4190:1 4216:1 4223:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:2 4244:2 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:6 4357:3 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:1 4453:1 4468:1 4476:2 4480:3 4507:5 4511:1 4520:1 4554:1 4560:1 4585:1 4587:1 4591:2 4593:2 4608:2 4609:2 4618:2 4626:1 4627:2 4639:1 4651:1 4657:2 4676:5 4695:1 4731:1 4735:1 4736:3 4757:1 4761:1 4782:1 4784:1 4786:1 4789:1 4793:1 4800:4 4836:1 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4907:1 4920:1 4946:3 4952:1 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5089:1 5093:3 5128:1 5131:1 5141:3 5145:2 5157:1 5175:2 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5311:1 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5392:1 5398:1 5426:1 5431:1 5432:1 5445:2 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5516:1 5517:1 5526:1 5530:1 5546:1 5548:10 5563:1 5567:1 5582:2 5588:1 5589:2 5599:10 5612:1 5616:2 5627:1 5647:3 5699:2 5704:3 5707:2 5727:1 5745:1 5790:1 5796:1 5797:1 5805:1 5818:1 5830:16 5834:3 5849:1 5861:1 5870:1 5894:1 5907:1 5909:2 5911:1 5968:1 5970:4 5988:3 5989:5 5990:2 5996:2 5999:1 6002:2 6004:1 6005:2 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6029:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6157:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6310:1 6323:1 6330:1 6335:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:1 6421:1 6448:2 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6675:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6793:1 6794:2 6798:1 6853:2 6882:1 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6990:2 6992:1 6993:1 6994:1 7024:1 7028:1 7034:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:2 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:2 7313:2 7315:3 7318:1 7320:2 7334:1 7337:3 7341:2 7344:1 7345:1 7349:2 7353:1 7355:1 7358:2 7366:2 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:6 7483:1 7492:1 7494:2 7497:1 7506:1 7509:1 7530:1 7550:2 7553:1 7563:2 7569:2 7581:2 7588:1 7605:1 7625:3 7626:1 7632:1 7637:2 7638:1 7654:3 7677:5 7678:1 7679:1 7680:2 7685:2 7686:6 7688:2 7689:1 7692:1 7695:5 7696:1 7699:2 7702:4 7703:12 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7801:1 7836:1 7843:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:13 7894:1 7937:1 7956:2 7960:2 7977:1 8007:1 8013:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8241:1 8256:1 8270:2 8271:1 8274:3 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8333:1 8337:1 8394:2 8396:1 8405:1 8407:1 8415:1 8423:1 8444:1 8458:2 8463:1 8475:1 8476:1 8487:1 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:1 8535:1 8539:2 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:4 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8888:1 8954:1 8969:3 8977:1 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:8 9113:1 9118:1 9119:1 9131:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9209:1 9281:10 9282:5 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:3 9340:1 9348:1 9357:44 9364:1 9379:4 9381:10 9385:2 9387:1 9389:1 9403:1 9404:1 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:2 9571:2 9574:1 9580:1 9581:2 9616:2 9638:1 9645:1 9647:3 9659:1 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:2 9815:1 9816:1 9825:1 9832:2 9845:1 9846:1 9847:1 9868:2 9878:1 9896:1 9913:2 9915:2 9923:2 9924:2 9940:26 9960:1 9972:1 9978:2 9980:1 9982:3 9985:1 9989:1 10047:1 10052:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10132:1 10148:1 10156:2 10162:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:1 10305:1 10335:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:2 10481:2 10493:1 10498:1 10503:1 10504:2 10505:1 10528:3 10544:2 10558:1 10559:1 10564:1 10567:1 10571:1 10578:1 10582:1 10618:2 10625:2 10639:1 10646:1 10651:1 10655:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10736:1 10738:2 10753:1 10756:1 10757:2 10758:1 10760:1 10767:1 10776:3 10797:1 10802:4 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10883:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10933:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:4 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11087:2 11088:1 11111:1 11124:1 11129:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:2 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11323:1 11330:2 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11391:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:2 11626:1 11642:3 11659:3 11667:1 11685:5 11686:4 11691:1 11709:1 11725:1 11778:1 11785:1 11823:1 11826:1 11833:1 11852:1 11855:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:4 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:4 12026:1 12059:2 12062:1 12069:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:6 12136:2 12138:1 12156:1 12158:2 12169:1 12200:1 12216:1 12220:1 12228:2 12231:1 12259:1 12267:1 12278:1 12289:1 12303:1 12307:4 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:2 12442:1 12443:5 12449:1 12452:1 12453:1 12475:1 12476:1 12509:1 12510:1 12514:1 12515:2 12528:1 12536:1 12538:2 12543:1 12553:2 12569:1 12571:1 12575:3 12604:1 12629:2 12654:1 12663:1 12672:1 12692:2 12693:1 12711:1 12721:1 12750:1 12764:1 12765:1 12772:1 12812:1 12836:1 12839:1 12845:5 12849:1 12859:13 12904:2 12908:1 12923:2 12936:2 12945:1 12954:2 12972:1 12997:1 13034:1 13036:1 13070:1 13100:1 13128:1 13139:2 13159:6 13165:6 13180:1 13190:1 13201:2 13202:1 13212:2 13216:1 13249:1 13251:1 13252:1 13273:1 13280:1 13283:1 13284:1 13298:4 13307:1 13312:1 13315:1 13318:3 13326:2 13354:1 13362:1 13372:3 13382:2 13383:1 13388:3 13407:1 13429:1 13450:1 13464:1 13485:1 13487:1 13496:1 13519:1 13523:2 13557:1 13598:1 13601:2 13610:4 13615:3 13617:2 13635:1 13639:2 13644:2 13654:2 13692:2 13695:2 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13755:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13897:1 13902:1 13904:1 13907:1 13926:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:4 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:2 14023:1 14025:1 14028:3 14029:1 14033:2 14035:1 14064:1 14067:1 14069:4 14081:1 14085:2 14090:12 14103:4 14104:1 14111:1 14112:2 14113:4 14136:1 14170:1 14186:1 14202:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:2 14380:2 14395:1 14405:2 14428:1 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14511:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:2 14618:2 14621:2 14644:5 14668:1 14698:1 14745:1 14746:1 14754:2 14765:3 14779:1 14796:1 14816:1 14818:1 14835:1 14856:2 14885:2 14888:1 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14955:1 14966:8 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:4 15240:1 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15352:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15502:1 15562:1 15603:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:2 15704:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:5 15835:1 15839:1 15845:2 15867:2 15875:1 15883:2 15888:1 15890:3 15900:1 15901:10 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:8 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16057:1 16062:1 16064:1 16067:1 16071:1 16090:1 16107:2 16110:3 16115:1 16151:1 16154:1 16170:1 16175:1 16177:1 16184:1 16221:2 16232:1 16243:2 16256:1 16264:2 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:2 16359:1 16365:1 16368:1 16379:4 16381:1 16382:2 16394:1 16399:2 16426:3 16429:1 16439:1 16450:1 16473:1 16474:1 16479:3 16488:1 16490:1 16493:2 16511:2 16513:2 16514:1 16519:1 16527:2 16528:3 16533:1 16545:1 16550:1 16560:1 16583:1 16584:3 16587:2 16598:2 16629:2 16657:1 16667:1 16683:1 16686:1 16688:2 16694:1 16707:3 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:3 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16986:2 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17102:1 17109:1 17123:1 17128:1 17134:4 17137:1 17139:1 17144:2 17146:6 17150:1 17152:2 17166:3 17169:2 17170:2 17176:5 17178:2 17180:1 17191:2 17194:1 17203:1 17233:1 17236:1 17237:1 17259:1 17273:1 17295:2 17301:1 17318:1 17339:1 17348:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17377:1 17402:2 17414:2 17418:1 17437:1 17460:1 17481:2 17489:1 17500:1 17523:1 17565:2 17570:2 17585:3 17588:5 17603:1 17609:1 17623:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17686:1 17696:1 17703:2 17704:2 17718:2 17732:1 17739:2 17741:1 17761:1 17764:1 17768:1 17775:1 17782:2 17789:1 17795:1 17800:1 17802:3 17868:1 17885:1 17902:1 17907:1 17918:1 17920:5 17923:1 17940:1 17952:2 17959:5 17964:1 17965:3 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:2 18052:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18162:2 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:2 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:2 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18557:1 18558:1 18560:1 18563:1 18567:1 18586:1 18599:1 18604:1 18612:1 18615:8 18653:1 18672:1 18680:1 18702:1 18705:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:2 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:4 18846:1 18850:3 18853:2 18861:1 18867:2 18873:6 18881:1 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18991:1 19003:5 19021:2 19038:1 19044:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:12 19158:1 19166:1 19174:1 19184:1 19198:4 19205:2 19220:1 19230:1 19231:1 19237:1 19240:1 19250:1 19260:8 19261:1 19266:2 19283:1 19297:4 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19478:1 19480:2 19481:1 19483:3 19485:4 19489:1 19494:1 19495:1 19503:1 19508:1 19523:2 19527:1 19537:1 19563:1 19567:1 19573:2 19575:2 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:2 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19844:1 19859:1 19877:1 19879:1 19884:1 19898:4 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:6 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:4 20085:1 20099:1 20131:1 20146:1 20151:1 20172:1 20173:2 20196:1 20203:1 20209:1 20213:5 20216:1 20234:2 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20357:1 20385:2 20389:1 20398:1 20407:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20557:1 20573:1 20577:1 20592:1 20598:1 20613:1 20616:2 20622:1 20634:2 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:2 20834:2 20844:2 20847:1 20848:1 20853:2 20860:2 20875:1 20877:1 20890:1 20892:1 20897:1 20904:1 20940:1 20950:1 20952:2 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:2 21213:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:1 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21413:1 21414:1 21419:6 21429:1 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21516:1 21528:3 21529:6 21531:1 21534:1 21557:1 21573:1 21580:1 21584:2 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21775:1 21777:3 21787:2 21788:1 21791:2 21815:1 21836:2 21839:1 21843:1 21878:2 21898:1 21907:4 21911:1 21938:1 21954:2 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22088:1 22102:6 22110:1 22125:1 22127:1 22128:1 22141:1 22150:1 22163:1 22164:2 22182:1 22198:2 22202:1 22208:2 22212:1 22216:1 22283:1 22284:1 22301:2 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22355:1 22381:3284 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:5 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22722:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:3 22945:2 22950:1 22951:1 22957:2 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23023:1 23027:1 23033:1 23038:1 23041:1 23042:1 23067:2 23088:1 23094:1 23101:2 23124:1 23134:1 23158:1 23164:1 23185:4 23223:1 23240:1 23253:1 23266:2 23283:2 23286:6 23288:1 23292:1 23295:1 23329:5 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:4 23461:1 23471:1 23472:1 23473:4 23476:1 23495:1 23498:2 23500:1 23502:1 23503:2 23504:3 23507:1 23508:2 23514:2 23515:1 23533:1 23536:5 23538:1 23545:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23674:1 23696:4 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:3 23734:1 23745:1 23746:2 23749:2 23755:1 23769:1 23777:1 23782:4 23789:1 23791:2 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23950:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:2 24074:1 24076:1 24087:5 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24194:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:6 24239:1 24242:1 24256:1 24259:1 24263:2 24267:1 24269:1 24270:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24405:1 24410:1 24416:1 24419:3 24420:1 24421:1 24427:1 24449:1 24464:6 24490:3 24543:1 24544:1 24554:3 24561:1 24596:2 24619:1 24648:1 24661:1 24668:2 24690:1 24699:1 24701:2 24722:1 24724:1 24725:2 24737:1 24747:2 24758:3 24768:1 24770:1 24776:1 24783:1 24789:1 24791:1 24797:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24893:1 24900:1 24901:1 24907:1 24908:5 24932:3 24938:2 24948:1 24950:1 24957:4 24972:1 24977:1 24981:1 24983:2 25040:1 25041:4 25070:2 25082:1 25121:2 25137:1 25140:3 25147:1 25149:3 25170:1 25171:1 25182:1 25184:1 25190:1 25192:2 25198:1 25208:1 25219:1 25250:1 25258:1 25266:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25350:1 25396:1 25414:1 25420:1 25421:1 25446:1 25461:1 25470:1 25488:1 25491:1 25497:1 25502:1 25503:1 25507:1 25523:1 25526:1 25527:1 25528:4 25531:2 25535:1 25546:1 25547:1 25587:1 25594:1 25600:1 25606:2 25636:1 25648:1 25657:3 25659:4 25668:2 25673:2 25674:2 25684:1 25686:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:2 25796:1 25799:2 25802:1 25817:6 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25908:1 25912:1 25917:7 25918:1 25926:5 25941:2 25960:1 25965:3 25972:3 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:1 26063:1 26067:2 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:2 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:2 26256:1 26257:1 26272:3 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26404:1 26420:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:2 26485:1 26486:1 26503:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:6 26537:2 26551:1 26575:1 26578:1 26582:2 26607:1 26608:5 26609:1 26610:2 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26788:2 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:2 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:5 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26972:1 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27056:1 27063:2 27090:2 27096:5 27099:1 27100:3 27130:1 27133:3 27136:1 27158:1 27164:1 27178:2 27184:1 27189:1 27223:2 27225:2 27227:1 27236:1 27237:1 27242:1 27245:2 27256:1 27269:1 27273:1 27281:1 27288:1 27297:1 27316:10 27338:1 27352:3 27361:1 27369:1 27374:1 27383:1 27396:1 27398:1 27413:1 27415:2 27418:1 27419:1 27427:2 27429:1 27459:2 27474:1 27488:2 27493:1 27500:1 27528:1 27553:1 27555:1 27568:1 27575:1 27577:2 27581:2 27586:1 27613:2 27625:1 27637:1 27642:1 27651:1 27653:1 27675:2 27677:1 27693:1 27701:2 27703:2 27732:1 27738:1 27741:1 27746:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27797:1 27799:1 27815:1 27826:1 27827:1 27834:1 27852:1 27854:1 27856:1 27862:1 27878:2 27879:1 27887:1 27890:1 27892:1 27900:1 27909:1 27915:1 27920:4 27928:2 27946:1 27948:1 27954:5 27966:1 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28076:1 28082:1 28089:1 28091:1 28092:2 28095:2 28112:3 28120:1 28137:1 28140:1 28154:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:5 28341:1 28348:1 28357:1 28370:2 28379:1 28391:1 28437:1 28438:1 28449:1 28462:1 28479:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:1 28565:1 28570:5 28583:1 28584:1 28586:1 28597:1 28607:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28702:1 28705:6 28706:1 28709:1 28713:1 28723:1 28729:1 28749:1 28760:2 28774:1 28782:1 28792:1 28798:1 28799:1 28806:1 28814:2 28816:1 28821:2 28823:4 28857:1 28860:1 28869:2 28889:1 28892:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:5 29005:1 29011:4 29013:1 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29043:2 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29121:1 29124:1 29128:1 29141:1 29155:1 29169:2 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:8 29217:2 29222:2 29223:1 29233:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29292:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:2 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29442:1 29457:1 29481:1 29485:1 29493:4 29513:2 29517:1 29539:3 29546:1 29551:1 29581:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29664:1 29715:1 29722:2 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29823:1 29829:5 29832:14 29835:1 29851:1 29876:10 29886:1 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29948:1 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:2 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30115:1 30120:1 30132:1 30134:1 30138:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:1 30204:1 30212:3 30234:3 30246:2 30247:1 30250:3 30265:1 30269:1 30274:2 30277:1 30293:2 30298:1 30303:1 30313:1 30343:2 30365:1 30386:2 30389:2 30391:1 30401:1 30403:1 30410:1 30412:1 30436:1 30445:1 30457:1 30479:2 30490:4 30492:5 30509:4 30512:1 30552:1 30562:2 30567:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:3 30686:4 30712:1 30731:1 30732:1 30750:1 30753:1 30761:1 30768:3 30780:2 30796:2 30801:1 30804:1 30819:5 30845:1 30852:1 30854:1 30874:1 30908:2 30911:2 30917:1 30921:1 30925:1 30944:1 30945:1 30951:1 30955:2 30958:1 30965:1 30984:1 30991:1 30997:1 31033:1 31044:1 31075:8 31082:2 31095:1 31142:1 31160:1 31166:1 31176:1 31180:2 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:5 31298:1 31305:1 31319:2 31338:1 31347:1 31357:1 31375:1 31377:2 31379:2 31396:1 31398:2 31413:2 31434:1 31435:1 31458:5 31463:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31539:1 31545:1 31552:2 31553:1 31574:1 31590:1 31594:1 31597:1 31631:1 31632:1 31635:1 31647:3 31668:1 31683:1 31703:1 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:13 31826:1 31844:3 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32052:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32082:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:3 32149:2 32156:3 32158:1 32161:3 32165:1 32206:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32401:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:2 32483:1 32485:1 32486:1 32489:1 32498:3 32504:1 32505:2 32513:1 32514:1 32515:1 32519:1 32526:1 32527:1 32537:3 32538:1 32545:3 32546:3 32547:2 32549:1 32551:1 32553:1 32554:2 32556:5 32564:1 32565:1 32570:1 32582:3 32586:1 32607:1 32610:1 32614:3 32632:1 32640:1 32648:1 32658:4 32670:2 32671:2 32675:1 32678:1 32685:1 32698:1 32738:1 32794:1 32800:1 32803:1 32806:1 32827:2 32829:1 32836:1 32855:1 32860:2 32861:2 32875:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:5 33063:2 33075:1 33081:1 33085:1 33086:5 33103:1 33108:2 33125:1 33141:3 33156:1 33161:2 33165:1 33190:1 33198:1 33210:1 33211:1 33240:1 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:3 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:2 33466:2 33474:1 33481:5 33486:1 33492:1 33499:1 33502:1 33510:8 33512:1 33538:1 33555:1 33558:1 33569:1 33578:2 33580:1 33596:2 33609:4 33614:3 33623:2 33637:1 33640:2 33648:2 33656:7 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33704:1 33707:1 33739:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:3 33962:1 33967:2 33971:1 33987:1 33990:1 34010:1 34011:2 34028:1 34039:1 34040:1 34043:7 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:2 34158:1 34162:1 34171:1 34190:1 34199:1 34206:1 34212:1 34217:1 34224:1 34254:1 34268:2 34275:1 34304:1 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34426:1 34442:2 34466:1 34472:1 34489:1 34510:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:2 34675:3 34698:1 34702:1 34716:1 34728:5 34736:1 34744:4 34749:1 34758:5 34760:1 34764:1 34770:2 34771:1 34787:5 34815:1 34816:1 34830:1 34840:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:10 34891:3 34895:2 34898:2 34900:1 34901:2 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:1 13:1 33:2 34:2 36:1 40:1 48:1 93:2 102:3 121:2 125:1 131:4 138:2 160:1 171:1 182:1 195:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 302:1 304:3 305:2 309:2 310:1 315:2 317:1 318:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:3 456:2 459:1 461:1 465:2 473:1 474:1 491:3 493:1 497:3 499:2 503:2 510:4 516:1 576:1 595:1 596:1 601:1 610:1 612:1 615:2 619:1 639:1 646:1 656:1 662:1 674:1 677:4 685:6 690:1 704:1 710:8 718:1 741:1 743:2 747:1 748:2 767:2 770:1 771:1 780:2 799:1 845:1 883:2 884:1 901:1 908:1 915:1 934:1 939:1 960:1 962:1 964:1 970:1 1001:4 1013:3 1029:5 1034:1 1040:2 1053:4 1057:7 1060:7 1066:1 1067:1 1072:1 1075:1 1077:1 1116:3 1119:7 1124:1 1150:1 1156:1 1160:2 1184:2 1188:2 1198:3 1220:1 1260:2 1265:2 1275:2 1286:2 1299:1 1302:2 1311:1 1321:4 1338:3 1347:1 1353:3 1363:1 1366:2 1371:3 1373:3 1374:1 1384:1 1387:1 1388:3 1390:1 1391:2 1394:2 1406:1 1421:2 1434:2 1438:2 1439:4 1452:1 1456:1 1458:1 1461:1 1465:1 1467:1 1480:4 1484:2 1492:1 1512:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:2 1561:1 1565:1 1567:2 1601:1 1621:1 1628:2 1643:2 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1694:1 1712:3 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:7 1809:2 1816:1 1825:1 1836:5 1856:1 1875:2 1893:1 1900:1 1924:1 1962:2 1963:4 1976:1 1977:1 1980:3 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2026:1 2039:2 2067:1 2080:1 2088:1 2107:1 2114:2 2137:2 2140:1 2146:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2252:1 2259:1 2260:1 2264:2 2278:1 2283:1 2291:1 2294:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2388:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:6 2535:1 2537:1 2557:1 2565:6 2567:1 2569:2 2586:5 2588:1 2589:1 2600:1 2601:1 2605:1 2612:2 2639:1 2653:1 2654:1 2659:1 2663:3 2664:3 2665:1 2666:1 2669:4 2671:3 2673:4 2674:1 2675:1 2676:7 2677:3 2678:2 2682:1 2685:1 2688:1 2694:4 2699:1 2701:4 2704:1 2710:5 2711:2 2728:1 2748:1 2757:2 2779:1 2787:1 2794:2 2811:1 2813:1 2832:2 2838:3 2858:1 2873:1 2876:2 2877:2 2878:1 2884:1 2911:3 2922:1 2931:2 2940:1 2955:1 2967:3 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3091:2 3092:2 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:3 3164:1 3180:1 3184:3 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3281:1 3302:2 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:1 3377:1 3389:1 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3447:12 3466:2 3470:1 3472:1 3481:1 3488:2 3517:3 3522:1 3523:7 3534:5 3536:1 3544:1 3578:1 3579:1 3619:1 3679:1 3682:1 3754:1 3762:2 3808:1 3831:1 3840:1 3847:1 3849:2 3865:1 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4011:1 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4111:1 4119:1 4142:1 4173:1 4182:2 4184:1 4186:1 4190:1 4215:1 4216:1 4223:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:2 4244:2 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:6 4357:4 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:2 4453:1 4468:1 4476:3 4480:3 4507:5 4511:1 4520:1 4554:2 4560:1 4585:1 4587:1 4591:2 4593:2 4608:2 4609:2 4618:2 4626:1 4627:2 4639:1 4651:1 4657:2 4676:5 4695:1 4717:1 4731:1 4735:1 4736:3 4757:1 4761:1 4782:1 4784:1 4786:1 4789:1 4793:1 4800:4 4836:2 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4907:1 4920:1 4946:3 4952:1 4959:1 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5086:1 5089:1 5093:3 5128:1 5131:1 5141:3 5145:2 5157:1 5175:2 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5311:1 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5392:1 5398:1 5399:1 5426:1 5431:1 5432:1 5445:2 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5516:1 5517:1 5526:1 5530:1 5546:1 5548:10 5563:1 5567:1 5582:2 5588:1 5589:2 5599:10 5612:1 5616:2 5627:1 5647:3 5699:2 5704:3 5707:2 5727:1 5745:1 5790:1 5796:1 5797:1 5805:1 5818:1 5830:16 5834:3 5849:1 5861:1 5870:1 5894:1 5907:1 5909:2 5911:1 5968:1 5970:5 5988:4 5989:5 5990:2 5996:2 5999:1 6002:2 6004:1 6005:2 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6029:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6157:1 6165:1 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6310:1 6323:1 6330:1 6335:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:2 6421:1 6448:2 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6675:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6793:1 6794:2 6798:1 6853:2 6882:1 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6990:2 6992:1 6993:1 6994:1 7024:1 7028:1 7034:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:3 7236:1 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:2 7313:2 7315:3 7318:2 7320:2 7334:1 7337:3 7341:2 7344:1 7345:1 7349:2 7353:1 7355:1 7358:2 7366:2 7373:2 7406:1 7418:1 7426:1 7442:1 7446:1 7452:7 7466:1 7483:1 7492:1 7494:2 7497:1 7506:1 7509:1 7530:1 7550:2 7553:1 7563:2 7569:2 7581:2 7588:1 7605:1 7625:3 7626:1 7632:1 7637:2 7638:1 7654:3 7656:1 7677:6 7678:1 7679:1 7680:2 7685:2 7686:7 7688:2 7689:1 7692:1 7695:5 7696:1 7699:2 7702:4 7703:13 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:1 7801:1 7836:1 7843:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:13 7894:1 7937:1 7956:2 7960:2 7977:1 7984:1 8007:1 8013:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8241:1 8256:1 8270:2 8271:1 8274:4 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8333:1 8337:1 8394:2 8396:1 8405:1 8407:1 8415:1 8423:1 8444:1 8458:2 8463:1 8475:1 8476:1 8487:2 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:1 8535:1 8539:2 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:5 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8888:1 8954:1 8969:3 8977:1 8989:1 8997:1 9020:1 9036:1 9062:1 9075:1 9084:1 9087:1 9099:8 9113:1 9118:1 9119:1 9131:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9209:1 9281:10 9282:5 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:3 9340:2 9348:1 9357:44 9364:1 9379:4 9381:11 9385:2 9387:1 9389:1 9403:1 9404:2 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:2 9571:2 9574:1 9580:1 9581:2 9616:2 9638:1 9645:1 9647:3 9659:2 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:2 9815:1 9816:1 9825:1 9832:2 9845:1 9846:1 9847:1 9868:2 9878:1 9896:1 9907:1 9913:2 9915:2 9923:2 9924:2 9940:28 9960:1 9972:1 9978:2 9980:1 9982:3 9985:1 9989:1 10047:1 10052:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10126:1 10132:1 10148:1 10156:2 10162:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:3 10305:1 10335:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:3 10481:2 10493:1 10498:1 10503:1 10504:2 10505:1 10528:3 10544:2 10558:1 10559:1 10564:1 10567:1 10571:1 10578:1 10582:2 10618:2 10625:2 10639:1 10646:1 10651:1 10655:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10735:1 10736:1 10738:2 10753:1 10756:1 10757:2 10758:1 10760:1 10767:1 10776:3 10797:1 10798:1 10802:4 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10883:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10933:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:4 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11087:2 11088:1 11111:1 11124:1 11129:2 11148:1 11157:1 11164:2 11172:1 11186:1 11195:2 11196:2 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11323:1 11330:2 11343:1 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11391:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:2 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:2 11626:1 11642:4 11659:3 11667:1 11685:5 11686:4 11691:1 11709:1 11725:1 11778:1 11785:1 11823:1 11826:1 11833:1 11852:1 11855:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:4 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:5 12026:1 12059:2 12062:1 12069:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:7 12136:2 12138:1 12156:1 12158:2 12169:1 12200:1 12216:1 12220:1 12228:2 12231:1 12259:1 12267:1 12278:1 12289:1 12303:1 12307:4 12321:1 12327:1 12330:1 12332:1 12336:1 12360:1 12384:4 12403:2 12442:1 12443:6 12449:1 12452:1 12453:1 12475:1 12476:1 12509:1 12510:1 12514:2 12515:2 12528:1 12536:1 12538:2 12543:1 12553:2 12569:1 12571:1 12575:3 12589:1 12604:1 12629:2 12652:1 12654:1 12663:1 12672:1 12692:2 12693:1 12711:1 12717:1 12721:1 12750:1 12764:1 12765:1 12772:1 12812:1 12836:1 12839:1 12845:5 12849:1 12859:13 12904:2 12908:1 12923:2 12936:2 12945:1 12954:2 12972:1 12997:1 13016:1 13034:1 13036:1 13070:1 13078:1 13100:1 13128:1 13139:2 13159:6 13165:6 13180:1 13190:1 13201:2 13202:1 13212:2 13216:1 13249:1 13251:1 13252:1 13273:1 13280:1 13283:1 13284:1 13298:4 13307:1 13312:1 13315:1 13318:3 13326:2 13354:1 13362:1 13372:4 13382:2 13383:1 13388:3 13407:1 13429:1 13450:1 13464:1 13485:1 13487:1 13496:1 13519:1 13523:2 13557:1 13598:1 13601:2 13610:4 13615:3 13617:2 13635:1 13639:2 13644:2 13654:2 13692:2 13695:2 13715:1 13719:1 13724:1 13732:2 13735:3 13748:1 13755:1 13771:2 13772:1 13779:1 13788:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13897:1 13902:1 13904:1 13907:1 13916:1 13926:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:4 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:2 14023:1 14025:1 14028:3 14029:1 14033:2 14035:1 14064:1 14067:1 14069:4 14081:1 14085:2 14090:13 14094:1 14103:4 14104:1 14111:2 14112:2 14113:4 14136:1 14170:1 14186:1 14190:1 14202:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:2 14373:1 14380:2 14395:1 14405:2 14428:2 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14511:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:2 14618:2 14621:2 14644:5 14668:1 14698:1 14745:1 14746:1 14754:2 14765:3 14779:1 14796:1 14816:1 14818:1 14835:1 14856:2 14885:2 14888:1 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14954:1 14955:1 14966:8 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:4 15240:1 15259:1 15268:2 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15352:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15502:1 15553:1 15562:1 15603:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:2 15704:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:5 15835:1 15839:1 15845:2 15867:2 15875:1 15883:2 15888:1 15890:3 15900:1 15901:10 15911:1 15938:1 15939:1 15946:1 15954:1 15974:1 15978:8 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16057:1 16062:1 16064:1 16067:1 16071:1 16090:1 16107:2 16110:3 16115:1 16151:1 16154:1 16170:1 16175:2 16177:1 16184:1 16221:2 16232:1 16243:2 16256:1 16264:2 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:3 16347:2 16359:2 16365:1 16368:1 16379:4 16381:1 16382:2 16394:1 16399:2 16426:3 16429:1 16439:1 16450:1 16460:1 16473:1 16474:1 16479:3 16488:1 16490:1 16493:2 16511:2 16513:2 16514:1 16519:1 16527:2 16528:3 16533:1 16545:1 16550:1 16560:1 16583:1 16584:3 16587:2 16598:2 16629:2 16657:1 16667:1 16683:1 16686:1 16688:2 16694:1 16707:3 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:3 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16986:3 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17102:2 17109:1 17123:1 17128:1 17134:4 17137:1 17139:1 17144:2 17146:6 17150:1 17152:2 17166:4 17169:3 17170:2 17176:5 17178:2 17180:2 17191:2 17194:1 17203:1 17233:1 17236:2 17237:1 17259:1 17273:1 17295:2 17301:1 17318:1 17339:1 17348:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17377:1 17402:2 17414:2 17418:1 17437:1 17460:1 17481:2 17489:1 17500:1 17523:1 17565:2 17570:2 17585:3 17588:5 17603:1 17609:1 17623:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17686:1 17696:1 17703:2 17704:2 17718:2 17732:1 17739:2 17741:1 17761:1 17764:1 17768:1 17775:1 17782:2 17789:1 17795:1 17800:1 17802:3 17868:1 17885:1 17902:1 17907:1 17918:1 17920:5 17923:1 17940:1 17952:2 17959:5 17964:2 17965:4 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:2 18052:1 18071:1 18076:1 18088:1 18092:1 18099:1 18147:1 18152:1 18162:2 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:2 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:2 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18557:1 18558:1 18560:1 18563:1 18567:1 18586:1 18599:1 18604:2 18612:1 18615:8 18651:1 18653:1 18672:1 18680:1 18702:1 18705:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:3 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:4 18846:1 18850:3 18853:2 18861:1 18867:2 18873:6 18881:1 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18991:1 19003:6 19021:2 19038:1 19044:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:12 19158:1 19166:1 19174:1 19184:1 19198:4 19205:2 19220:1 19230:1 19231:1 19237:1 19240:1 19250:1 19260:9 19261:1 19266:2 19283:1 19297:4 19298:1 19302:1 19311:1 19339:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19478:1 19480:2 19481:1 19483:3 19485:4 19487:1 19489:1 19494:1 19495:2 19503:1 19508:1 19523:2 19527:1 19537:1 19563:1 19567:1 19573:2 19575:2 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:2 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19844:1 19859:1 19877:1 19879:1 19884:1 19898:4 19918:1 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:7 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:5 20085:1 20099:1 20131:1 20146:1 20151:1 20172:1 20173:2 20196:1 20203:1 20209:1 20213:7 20216:1 20234:2 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20357:1 20385:2 20389:1 20398:1 20407:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20557:1 20573:1 20577:1 20592:1 20598:1 20613:1 20616:2 20622:1 20634:2 20637:1 20638:1 20640:2 20670:2 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:2 20834:2 20844:2 20847:1 20848:1 20853:2 20860:2 20875:1 20877:1 20890:1 20892:1 20896:1 20897:1 20904:1 20940:1 20950:1 20952:2 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21100:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:2 21213:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:2 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21399:1 21413:1 21414:1 21419:6 21429:1 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21516:1 21528:3 21529:6 21531:1 21534:1 21557:1 21573:1 21580:1 21584:2 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21775:1 21777:3 21787:2 21788:1 21791:2 21815:1 21836:2 21839:1 21843:1 21878:2 21898:1 21907:4 21911:1 21938:1 21954:2 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22083:1 22088:1 22102:7 22110:1 22125:1 22127:1 22128:1 22141:2 22150:1 22163:1 22164:2 22182:1 22198:2 22202:1 22208:2 22212:1 22216:1 22243:1 22283:1 22284:1 22301:3 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22355:1 22381:3365 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:5 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22722:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:3 22945:2 22950:1 22951:1 22957:2 22972:1 22975:1 22997:1 23001:1 23009:1 23011:1 23023:1 23027:1 23033:1 23038:1 23041:1 23042:1 23067:2 23088:1 23094:1 23101:2 23124:1 23134:1 23158:1 23164:1 23185:4 23223:1 23240:1 23253:1 23266:2 23283:2 23286:6 23288:1 23292:1 23295:1 23329:6 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:4 23461:1 23471:1 23472:1 23473:4 23476:1 23495:1 23498:2 23500:1 23502:1 23503:2 23504:4 23507:1 23508:2 23514:2 23515:1 23533:1 23536:5 23538:1 23545:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23674:1 23696:4 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:3 23734:2 23745:1 23746:2 23749:2 23755:1 23769:1 23777:1 23782:4 23789:1 23791:2 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23892:1 23897:2 23911:1 23933:1 23948:1 23950:1 23953:2 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:2 24074:1 24076:1 24087:5 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24194:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:7 24239:1 24242:1 24256:1 24259:1 24263:2 24267:1 24269:1 24270:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24405:1 24410:1 24416:1 24419:3 24420:1 24421:1 24427:1 24449:1 24464:6 24490:3 24543:1 24544:1 24554:3 24561:1 24596:2 24619:1 24648:1 24661:1 24668:2 24690:1 24699:1 24701:2 24722:1 24724:1 24725:2 24737:1 24747:2 24758:3 24768:1 24770:1 24776:1 24783:1 24789:1 24791:1 24797:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24893:1 24900:1 24901:1 24907:1 24908:5 24910:1 24932:3 24938:2 24948:1 24950:1 24957:5 24972:1 24977:1 24981:1 24983:2 25012:1 25040:2 25041:4 25066:1 25070:2 25082:1 25085:1 25121:2 25137:1 25140:3 25147:1 25149:3 25170:1 25171:1 25182:1 25184:1 25190:1 25192:2 25198:1 25208:1 25219:1 25250:1 25256:1 25258:1 25266:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25350:1 25396:1 25414:1 25420:1 25421:1 25446:1 25461:1 25470:1 25488:1 25491:1 25497:1 25502:1 25503:1 25507:1 25523:1 25526:1 25527:2 25528:4 25531:2 25535:1 25546:1 25547:1 25587:1 25594:1 25600:1 25606:2 25636:1 25648:1 25657:3 25659:4 25668:2 25673:2 25674:2 25684:1 25686:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:2 25796:1 25799:2 25802:1 25817:6 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25908:1 25912:1 25917:7 25918:1 25926:6 25941:2 25960:1 25965:3 25972:3 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:2 26063:1 26067:2 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:3 26105:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:2 26256:1 26257:1 26272:3 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26404:1 26420:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:2 26485:1 26486:1 26503:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:6 26537:2 26551:1 26575:1 26578:1 26582:2 26607:1 26608:5 26609:1 26610:2 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26788:2 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:2 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:5 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26972:1 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27056:1 27063:2 27090:2 27096:5 27099:1 27100:3 27130:1 27133:3 27136:1 27158:1 27164:2 27178:2 27184:1 27189:1 27223:2 27225:2 27227:1 27236:1 27237:1 27242:1 27245:2 27256:1 27269:1 27273:1 27281:1 27288:1 27297:1 27316:10 27338:1 27352:3 27361:1 27369:1 27374:1 27383:1 27396:1 27398:1 27413:1 27415:2 27418:1 27419:1 27427:2 27429:1 27459:2 27474:2 27488:2 27493:1 27500:2 27528:1 27553:1 27555:1 27568:1 27575:1 27577:2 27581:2 27586:1 27613:2 27625:1 27637:1 27642:1 27651:1 27653:1 27675:2 27677:1 27685:1 27693:1 27701:2 27703:2 27732:1 27738:1 27741:1 27746:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27797:1 27799:1 27815:1 27826:1 27827:1 27834:1 27841:1 27852:1 27854:1 27856:1 27862:1 27878:2 27879:1 27887:1 27890:1 27892:1 27900:1 27909:1 27915:1 27920:4 27928:2 27946:1 27948:1 27954:5 27966:1 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28076:1 28082:1 28089:2 28091:1 28092:2 28095:2 28112:3 28120:1 28137:1 28140:1 28154:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:1 28334:1 28336:2 28340:5 28341:1 28348:1 28357:1 28370:2 28379:1 28391:1 28437:1 28438:1 28449:1 28462:1 28479:1 28484:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:2 28565:1 28570:5 28583:1 28584:1 28586:1 28597:1 28607:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28702:1 28703:1 28705:7 28706:1 28709:1 28713:1 28723:1 28729:1 28749:2 28760:2 28774:1 28782:1 28792:1 28798:1 28799:1 28806:1 28814:2 28816:1 28821:2 28823:4 28857:1 28860:1 28869:2 28889:1 28892:1 28895:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:5 29005:1 29011:4 29013:1 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29043:2 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29121:1 29124:1 29128:1 29141:1 29155:1 29169:2 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:9 29217:2 29222:2 29223:1 29233:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29292:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:2 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:1 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29442:1 29457:1 29481:1 29485:1 29493:4 29513:3 29517:1 29539:4 29546:1 29551:1 29581:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29664:1 29715:1 29722:2 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29823:1 29829:5 29832:14 29835:1 29851:1 29876:10 29886:1 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29948:1 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:2 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30115:1 30120:1 30132:1 30134:1 30138:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:1 30204:1 30212:3 30234:3 30246:2 30247:1 30250:3 30265:1 30269:1 30274:2 30277:1 30293:2 30298:1 30303:1 30313:1 30343:3 30365:2 30386:2 30389:2 30391:1 30401:1 30403:1 30410:1 30412:1 30436:1 30445:1 30457:1 30479:2 30490:5 30492:5 30509:4 30512:1 30552:1 30562:2 30567:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:3 30686:4 30692:1 30712:1 30731:1 30732:1 30750:1 30753:1 30761:1 30768:3 30780:2 30796:2 30801:1 30804:1 30819:5 30845:1 30852:1 30854:1 30874:1 30877:1 30899:1 30908:2 30911:2 30917:1 30921:1 30925:1 30944:1 30945:1 30951:1 30955:2 30958:1 30965:1 30984:1 30991:1 30997:1 31033:1 31044:1 31075:9 31082:2 31095:1 31142:1 31160:1 31166:1 31176:1 31180:2 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:5 31298:1 31305:1 31319:2 31338:1 31347:1 31357:1 31375:1 31377:2 31379:2 31396:1 31398:2 31413:3 31434:1 31435:1 31458:5 31463:1 31467:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31518:2 31524:1 31539:1 31545:1 31552:2 31553:1 31574:1 31590:1 31594:2 31597:1 31631:1 31632:1 31635:1 31647:3 31668:1 31683:1 31703:2 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:13 31826:1 31828:1 31844:3 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31950:2 31963:1 31982:2 31988:1 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32052:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32082:1 32084:1 32085:1 32093:5 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:3 32149:2 32156:3 32158:1 32161:3 32165:1 32206:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32401:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:1 32480:2 32483:2 32485:1 32486:1 32489:1 32498:3 32504:1 32505:2 32513:1 32514:1 32515:1 32519:1 32526:1 32527:1 32537:4 32538:1 32545:3 32546:3 32547:2 32549:1 32551:1 32553:1 32554:2 32556:6 32564:1 32565:1 32570:1 32582:3 32586:1 32607:1 32610:1 32614:3 32631:1 32632:1 32640:1 32648:1 32658:4 32670:2 32671:2 32675:1 32678:1 32685:1 32698:1 32738:1 32794:1 32800:1 32803:1 32806:1 32827:2 32829:1 32836:1 32855:1 32860:2 32861:2 32875:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:2 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:5 33063:2 33075:1 33081:1 33085:1 33086:5 33090:1 33103:1 33108:3 33125:1 33141:3 33156:1 33161:2 33165:1 33190:1 33198:1 33210:1 33211:1 33240:1 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:4 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:2 33466:2 33474:1 33481:5 33486:1 33492:1 33498:1 33499:1 33502:1 33510:8 33512:1 33538:1 33555:1 33558:1 33569:1 33578:2 33580:1 33596:2 33609:4 33614:3 33623:2 33637:1 33640:2 33648:2 33656:7 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33704:1 33707:1 33739:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33907:4 33958:3 33962:1 33967:2 33971:1 33987:2 33990:1 34010:1 34011:2 34028:1 34039:1 34040:1 34043:7 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:3 34158:1 34162:1 34171:1 34190:1 34199:1 34206:1 34212:1 34217:1 34224:1 34254:1 34268:2 34275:1 34304:2 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34426:1 34442:2 34466:1 34472:1 34482:1 34489:1 34510:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:2 34669:1 34675:3 34698:1 34702:1 34716:1 34728:5 34736:1 34744:4 34749:1 34758:5 34760:1 34764:1 34770:2 34771:1 34787:5 34815:1 34816:1 34830:1 34840:1 34847:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:1 34880:1 34884:1 34885:2 34886:10 34891:3 34895:2 34898:2 34900:1 34901:2 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:2 13:1 33:2 34:2 36:2 40:1 48:1 93:2 102:3 121:2 125:1 131:4 138:2 160:1 171:1 182:1 195:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 302:1 304:3 305:2 309:2 310:1 315:2 317:1 318:1 326:2 336:1 361:1 364:1 383:1 404:2 405:1 406:1 419:1 432:1 434:2 437:1 442:2 449:1 453:3 456:2 459:1 461:1 465:2 473:1 474:1 491:4 493:1 497:3 499:2 503:2 510:4 516:1 576:1 595:1 596:1 601:1 610:1 612:1 615:2 619:1 639:1 646:1 656:1 662:1 674:1 677:5 685:6 690:1 704:1 710:8 718:1 741:1 743:2 747:1 748:2 763:1 767:2 770:1 771:1 780:2 799:1 845:1 855:1 883:2 884:1 901:1 908:1 915:1 934:1 939:2 960:1 962:1 964:1 970:1 1001:4 1013:3 1029:5 1034:1 1040:2 1053:4 1057:8 1060:7 1066:1 1067:1 1072:1 1075:1 1077:1 1116:3 1119:7 1124:1 1150:1 1156:1 1160:2 1184:2 1188:2 1198:3 1220:1 1260:2 1265:2 1275:2 1286:2 1293:1 1299:1 1302:2 1311:1 1321:4 1338:3 1347:1 1353:3 1363:1 1366:2 1371:3 1373:3 1374:1 1384:1 1387:1 1388:3 1390:1 1391:2 1394:2 1406:1 1421:2 1434:2 1438:2 1439:4 1452:1 1456:1 1458:1 1461:1 1465:1 1467:1 1480:4 1484:2 1492:1 1512:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:2 1561:1 1565:1 1567:2 1601:1 1621:1 1628:2 1643:2 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1694:1 1712:3 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:7 1809:2 1816:1 1825:1 1836:6 1856:1 1875:2 1893:1 1900:1 1924:1 1962:2 1963:4 1976:1 1977:1 1980:3 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2026:1 2039:2 2067:1 2080:1 2088:1 2107:1 2114:2 2137:2 2140:1 2146:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2248:1 2252:1 2259:1 2260:1 2264:2 2278:1 2283:1 2291:1 2294:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:1 2388:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:6 2535:1 2537:1 2557:1 2565:6 2567:1 2569:3 2586:6 2588:1 2589:1 2600:1 2601:1 2605:1 2612:2 2628:1 2639:1 2653:1 2654:1 2659:1 2663:3 2664:3 2665:1 2666:1 2669:4 2671:3 2673:4 2674:1 2675:1 2676:7 2677:3 2678:2 2682:1 2685:1 2688:1 2694:4 2699:1 2701:4 2703:1 2704:2 2710:5 2711:2 2728:1 2748:1 2757:2 2779:1 2787:1 2794:2 2811:1 2813:1 2832:2 2838:3 2858:1 2873:1 2876:2 2877:2 2878:1 2884:1 2911:3 2922:1 2931:2 2940:1 2955:1 2967:3 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3091:2 3092:2 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:3 3164:1 3180:1 3184:4 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3281:2 3292:1 3302:2 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:2 3377:1 3389:1 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3445:1 3447:13 3466:2 3470:1 3472:1 3481:1 3488:2 3517:3 3522:1 3523:7 3534:5 3536:1 3544:1 3578:1 3579:1 3619:1 3679:2 3682:1 3754:1 3762:2 3808:1 3831:1 3840:1 3847:1 3849:2 3865:1 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4011:2 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4111:1 4119:1 4142:1 4173:1 4182:2 4184:1 4186:1 4190:1 4215:1 4216:1 4223:1 4225:1 4234:1 4237:1 4240:1 4241:1 4243:2 4244:2 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:6 4357:4 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:2 4453:1 4468:1 4476:3 4480:3 4507:5 4511:1 4520:1 4554:2 4560:1 4585:1 4587:1 4591:2 4593:2 4608:2 4609:2 4618:2 4626:1 4627:2 4639:1 4651:1 4657:2 4676:5 4678:1 4695:1 4717:1 4731:1 4735:1 4736:3 4757:1 4761:1 4782:1 4784:1 4786:1 4789:1 4793:1 4800:5 4836:2 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4907:1 4920:1 4946:3 4952:1 4959:2 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5086:1 5089:1 5093:3 5128:1 5131:1 5141:3 5145:2 5157:1 5175:2 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5311:1 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5381:1 5392:1 5398:1 5399:1 5426:1 5431:1 5432:1 5445:3 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5516:1 5517:1 5526:1 5530:1 5546:1 5548:10 5563:1 5567:2 5582:2 5588:1 5589:2 5599:10 5612:1 5616:2 5627:1 5647:3 5699:2 5704:3 5707:2 5723:1 5727:1 5745:1 5790:1 5796:1 5797:1 5805:1 5818:1 5830:17 5834:3 5849:1 5861:1 5870:1 5894:1 5907:1 5909:2 5911:1 5968:1 5970:6 5988:4 5989:6 5990:2 5996:2 5999:1 6002:2 6004:1 6005:2 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6029:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6157:1 6165:2 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6310:1 6323:2 6330:1 6335:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:1 6408:2 6421:1 6448:2 6477:2 6504:2 6511:1 6517:1 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6675:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:3 6793:1 6794:2 6798:1 6853:2 6882:1 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6990:2 6992:1 6993:1 6994:1 7024:1 7028:1 7034:1 7041:2 7048:1 7069:1 7094:1 7102:2 7105:1 7108:2 7135:1 7158:2 7170:1 7183:3 7236:1 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:2 7307:1 7313:2 7315:3 7318:2 7320:3 7334:1 7337:3 7341:2 7344:1 7345:1 7349:2 7353:1 7355:1 7358:2 7366:2 7373:2 7387:1 7406:1 7418:1 7426:1 7442:1 7446:1 7452:7 7466:1 7483:1 7492:1 7494:2 7497:1 7506:1 7509:1 7530:1 7550:3 7553:1 7563:2 7569:2 7581:2 7588:1 7605:1 7625:3 7626:1 7632:1 7637:2 7638:1 7654:3 7656:1 7677:6 7678:1 7679:1 7680:2 7685:2 7686:7 7688:2 7689:1 7692:1 7695:6 7696:1 7699:2 7702:5 7703:13 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:2 7801:1 7836:1 7843:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:14 7894:1 7937:1 7956:2 7960:2 7977:1 7984:1 8007:1 8013:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:2 8241:1 8256:1 8270:2 8271:1 8274:5 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8333:1 8337:1 8394:2 8396:1 8405:1 8407:1 8415:1 8423:1 8444:1 8458:2 8463:1 8475:1 8476:1 8487:2 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:2 8535:1 8539:2 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:5 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8888:1 8954:1 8969:3 8977:1 8989:1 8997:1 9020:2 9036:2 9062:1 9075:1 9084:1 9087:1 9099:8 9113:1 9118:2 9119:1 9131:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9209:1 9281:10 9282:5 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:3 9340:2 9348:1 9357:47 9364:1 9379:4 9381:12 9385:2 9387:1 9389:1 9403:1 9404:2 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:3 9571:2 9574:1 9580:1 9581:2 9616:2 9638:1 9645:1 9647:3 9659:2 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:2 9815:1 9816:1 9825:1 9832:2 9845:1 9846:1 9847:1 9868:2 9878:1 9896:1 9907:1 9913:2 9915:2 9923:2 9924:2 9940:28 9960:1 9972:1 9978:2 9980:1 9982:3 9985:1 9989:1 10047:1 10052:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10111:1 10126:1 10132:1 10148:1 10156:2 10162:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:3 10305:1 10335:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:3 10481:2 10493:1 10498:1 10503:1 10504:2 10505:1 10528:3 10544:2 10558:1 10559:1 10564:1 10567:1 10571:1 10578:1 10582:2 10618:2 10625:2 10639:1 10646:1 10651:1 10655:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10735:2 10736:1 10738:2 10753:1 10756:1 10757:2 10758:1 10760:1 10767:1 10776:3 10797:1 10798:2 10802:4 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10883:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10933:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:5 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11087:2 11088:1 11111:1 11124:1 11129:3 11148:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:2 11200:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11323:2 11330:2 11340:1 11343:1 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11391:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:3 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:2 11626:1 11642:4 11659:3 11667:1 11685:5 11686:4 11691:1 11709:1 11725:1 11778:1 11785:2 11823:1 11826:1 11833:1 11852:1 11855:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:4 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:5 12026:1 12036:1 12059:2 12062:1 12069:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:7 12136:2 12138:1 12156:1 12158:2 12169:1 12200:1 12216:1 12220:1 12228:2 12231:1 12254:1 12259:1 12267:1 12278:1 12289:1 12303:1 12307:4 12321:1 12327:1 12330:1 12332:2 12336:1 12360:1 12384:4 12403:2 12412:1 12442:1 12443:7 12449:2 12452:1 12453:1 12475:1 12476:1 12509:1 12510:1 12514:2 12515:2 12528:1 12536:1 12538:2 12543:1 12553:2 12569:1 12571:1 12575:3 12589:1 12604:1 12629:2 12652:1 12654:1 12663:1 12672:1 12692:2 12693:1 12711:1 12717:1 12721:1 12735:1 12750:1 12764:1 12765:1 12772:1 12812:1 12836:1 12839:1 12845:6 12849:1 12859:13 12904:2 12908:1 12923:2 12936:2 12945:1 12954:2 12972:1 12997:1 13016:1 13034:1 13036:1 13070:1 13078:1 13100:1 13128:1 13139:2 13159:6 13165:6 13180:1 13190:1 13201:2 13202:1 13212:2 13216:1 13249:1 13251:2 13252:1 13273:1 13280:2 13283:1 13284:1 13298:4 13307:1 13312:1 13315:1 13318:3 13326:2 13354:1 13362:1 13372:4 13382:2 13383:1 13388:3 13407:1 13429:1 13450:1 13464:1 13485:1 13487:1 13496:1 13519:1 13523:2 13557:1 13598:1 13601:2 13610:4 13615:3 13617:2 13635:1 13639:2 13644:2 13654:2 13692:2 13695:2 13707:1 13715:1 13719:1 13724:1 13732:2 13735:4 13748:1 13755:1 13771:2 13772:1 13779:1 13788:1 13793:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13882:1 13897:1 13902:1 13904:1 13907:1 13916:1 13926:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:5 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:2 14023:1 14025:1 14028:3 14029:1 14033:2 14035:1 14064:1 14067:1 14069:4 14081:1 14085:2 14090:13 14094:1 14103:4 14104:1 14111:2 14112:2 14113:4 14136:1 14170:1 14186:1 14190:2 14202:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:2 14373:1 14380:2 14395:1 14405:2 14428:2 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14511:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14595:1 14607:2 14618:2 14621:2 14644:5 14645:1 14668:1 14698:1 14745:1 14746:1 14754:2 14765:3 14779:1 14796:1 14816:1 14818:1 14835:1 14856:2 14885:2 14888:1 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14954:1 14955:1 14966:8 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:4 15240:1 15259:1 15268:2 15269:1 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15352:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15502:1 15553:1 15562:1 15603:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:2 15704:1 15718:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:6 15835:1 15839:1 15845:2 15867:2 15875:1 15883:2 15888:1 15890:3 15900:1 15901:10 15911:1 15938:1 15939:1 15946:1 15954:1 15957:2 15974:1 15978:9 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16057:1 16062:1 16064:1 16067:1 16071:1 16090:1 16107:2 16110:3 16115:1 16120:1 16151:1 16154:1 16170:1 16175:2 16177:1 16184:1 16221:2 16232:1 16243:2 16256:1 16264:2 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:4 16347:2 16359:2 16365:1 16368:1 16379:4 16381:1 16382:2 16394:1 16399:2 16426:3 16429:2 16439:1 16450:1 16460:1 16473:1 16474:1 16479:3 16488:1 16490:1 16493:2 16511:2 16513:2 16514:1 16519:1 16527:2 16528:4 16533:1 16545:1 16550:1 16560:1 16583:1 16584:3 16587:2 16598:2 16629:2 16657:1 16667:1 16683:1 16686:2 16688:2 16694:1 16707:3 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:3 16793:1 16806:1 16813:1 16819:1 16830:1 16834:1 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16986:3 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17096:2 17102:2 17109:1 17123:1 17128:1 17134:4 17137:1 17139:1 17144:2 17146:6 17150:1 17152:2 17166:4 17169:3 17170:2 17176:5 17178:2 17180:2 17191:2 17194:1 17203:1 17233:1 17236:2 17237:1 17259:1 17273:1 17295:2 17301:1 17318:1 17339:1 17348:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17377:1 17402:2 17414:2 17418:1 17437:1 17460:1 17479:1 17481:2 17485:1 17489:1 17500:1 17523:1 17565:2 17570:2 17585:3 17588:5 17603:1 17609:1 17623:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17686:1 17696:1 17703:2 17704:2 17718:2 17732:1 17739:2 17741:1 17761:1 17764:1 17765:1 17768:1 17775:1 17782:2 17789:1 17795:3 17800:1 17802:3 17868:1 17885:1 17902:1 17907:1 17918:1 17920:5 17923:1 17940:1 17952:2 17959:5 17964:2 17965:4 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:2 18052:1 18071:1 18076:1 18088:1 18092:1 18099:1 18137:1 18147:1 18152:1 18162:2 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:2 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:2 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18557:1 18558:1 18560:1 18563:1 18567:1 18586:1 18599:1 18604:2 18612:1 18615:8 18651:1 18653:1 18672:1 18680:1 18702:1 18705:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:3 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:4 18846:1 18850:3 18853:2 18861:1 18867:2 18873:6 18881:1 18894:1 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18991:1 19003:6 19021:2 19038:1 19044:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:14 19158:1 19166:1 19174:1 19184:1 19198:4 19205:2 19220:1 19230:2 19231:1 19237:1 19240:1 19250:1 19260:9 19261:1 19266:2 19283:1 19297:4 19298:1 19302:1 19311:1 19339:1 19344:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19478:1 19480:2 19481:1 19483:3 19485:4 19487:1 19489:1 19494:1 19495:2 19503:1 19508:1 19523:2 19527:1 19537:1 19563:1 19567:1 19573:3 19575:2 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:2 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19844:1 19859:1 19877:1 19879:1 19884:1 19898:4 19918:1 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:7 20035:1 20039:1 20041:1 20051:1 20061:1 20081:1 20083:2 20084:6 20085:1 20099:1 20131:1 20146:1 20151:1 20172:1 20173:2 20196:1 20203:1 20209:1 20213:7 20216:1 20234:2 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20357:1 20385:3 20389:1 20398:1 20407:1 20422:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20557:1 20573:1 20577:1 20592:1 20598:1 20613:1 20616:2 20622:1 20634:2 20637:1 20638:1 20640:2 20670:3 20672:1 20694:2 20710:2 20716:1 20731:1 20737:1 20819:2 20834:2 20844:2 20847:1 20848:1 20853:2 20860:2 20875:1 20877:1 20890:1 20891:1 20892:1 20896:1 20897:1 20904:1 20940:1 20950:1 20952:2 20955:2 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21097:1 21100:1 21115:2 21117:1 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:2 21213:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:2 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21399:1 21413:1 21414:1 21419:7 21429:1 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:1 21516:1 21528:3 21529:6 21531:1 21534:1 21557:1 21573:1 21580:1 21584:2 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21775:1 21777:3 21787:2 21788:1 21791:2 21815:1 21836:2 21839:1 21843:1 21878:2 21898:1 21907:4 21911:1 21938:1 21954:2 21959:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22083:2 22088:1 22102:7 22110:1 22125:1 22127:1 22128:1 22141:2 22150:1 22163:1 22164:2 22182:1 22198:2 22202:1 22208:3 22212:1 22216:1 22243:1 22283:1 22284:1 22298:1 22301:3 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22352:2 22355:1 22381:3458 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:6 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22722:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:3 22941:1 22945:2 22950:1 22951:1 22957:2 22972:1 22975:1 22997:1 23001:1 23002:1 23009:1 23011:1 23023:1 23027:1 23033:1 23038:1 23041:1 23042:1 23051:1 23067:2 23088:1 23094:1 23101:2 23124:1 23134:1 23158:1 23164:1 23185:4 23223:1 23240:1 23253:1 23266:2 23283:2 23286:6 23288:1 23292:1 23295:1 23329:7 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:4 23437:1 23461:1 23471:1 23472:1 23473:4 23476:1 23495:1 23498:2 23500:1 23502:1 23503:2 23504:6 23507:1 23508:2 23509:1 23514:2 23515:1 23533:1 23536:5 23538:1 23545:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23674:1 23696:4 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:3 23734:3 23745:1 23746:2 23749:2 23755:1 23769:1 23777:1 23782:4 23789:1 23791:2 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23856:1 23892:1 23897:2 23911:1 23933:2 23948:1 23950:1 23953:3 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:2 24074:1 24076:1 24087:5 24092:1 24093:1 24107:2 24112:2 24138:3 24180:2 24182:1 24191:1 24194:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:8 24239:1 24242:1 24256:1 24259:1 24263:2 24267:1 24269:1 24270:1 24278:2 24289:2 24293:5 24300:1 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24405:1 24410:1 24416:2 24419:3 24420:1 24421:1 24427:1 24449:1 24464:7 24490:3 24543:1 24544:1 24554:4 24561:1 24596:2 24619:1 24648:1 24661:1 24668:2 24690:1 24699:1 24701:2 24722:1 24724:1 24725:2 24737:1 24747:2 24756:1 24758:3 24768:1 24770:1 24776:1 24783:1 24789:1 24791:1 24797:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24893:1 24900:1 24901:1 24907:1 24908:5 24910:1 24932:3 24938:2 24948:1 24950:1 24957:6 24972:1 24977:1 24981:1 24983:3 25012:1 25040:2 25041:4 25066:1 25070:2 25082:1 25085:1 25121:2 25137:1 25140:4 25147:1 25149:3 25170:1 25171:1 25182:1 25184:1 25190:1 25192:2 25198:1 25208:1 25219:1 25250:1 25256:1 25258:1 25266:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25350:1 25396:1 25414:1 25420:1 25421:1 25446:1 25461:1 25470:1 25488:1 25491:1 25497:1 25502:1 25503:1 25507:1 25523:1 25526:1 25527:2 25528:4 25531:2 25535:1 25546:1 25547:1 25587:1 25594:1 25600:1 25606:2 25636:1 25648:1 25657:3 25659:5 25668:2 25673:2 25674:2 25684:1 25686:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:2 25796:1 25799:2 25802:1 25817:6 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25908:1 25912:2 25917:7 25918:1 25926:6 25941:2 25960:1 25965:3 25972:3 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:2 26063:1 26067:2 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:3 26105:1 26108:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:2 26256:1 26257:1 26272:3 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26404:1 26420:1 26425:1 26439:1 26449:1 26462:2 26469:2 26472:2 26485:1 26486:1 26503:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:6 26537:2 26551:1 26575:2 26578:1 26582:2 26607:1 26608:5 26609:1 26610:2 26617:1 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26788:2 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:2 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:5 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26972:1 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27056:1 27063:2 27090:2 27096:5 27099:1 27100:3 27130:1 27133:4 27136:1 27158:1 27164:2 27178:2 27184:1 27189:1 27223:2 27225:2 27227:1 27236:1 27237:1 27242:1 27245:2 27256:1 27263:1 27269:1 27271:1 27273:1 27281:1 27288:1 27297:1 27316:10 27338:1 27352:3 27361:1 27369:1 27374:1 27383:2 27396:1 27398:1 27413:1 27415:2 27418:1 27419:1 27427:2 27429:1 27459:2 27474:2 27488:2 27493:1 27500:2 27528:1 27553:1 27555:1 27568:1 27575:1 27577:2 27581:2 27586:1 27613:2 27625:1 27637:1 27642:1 27651:1 27653:1 27675:2 27677:1 27685:1 27693:1 27701:2 27703:2 27732:1 27738:1 27741:1 27746:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27797:1 27799:1 27815:1 27826:1 27827:1 27834:1 27841:1 27852:1 27854:1 27856:2 27862:1 27878:2 27879:1 27887:1 27890:1 27892:1 27900:1 27909:1 27915:1 27920:4 27928:2 27946:1 27948:1 27954:5 27966:1 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28076:1 28082:1 28089:2 28091:1 28092:2 28095:2 28112:3 28120:1 28137:1 28140:1 28149:1 28154:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:2 28334:1 28336:2 28340:5 28341:1 28348:1 28357:1 28370:2 28379:1 28391:1 28437:1 28438:2 28449:1 28462:1 28479:1 28484:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:2 28565:1 28570:6 28583:1 28584:1 28586:1 28597:1 28607:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28702:1 28703:2 28705:7 28706:1 28709:1 28713:1 28723:1 28729:1 28749:2 28760:2 28774:1 28782:3 28792:1 28798:1 28799:1 28806:1 28814:2 28816:1 28821:2 28823:4 28857:1 28860:1 28869:2 28889:1 28892:1 28895:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:5 29005:1 29011:4 29013:1 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29043:2 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29121:1 29124:1 29128:1 29141:1 29155:1 29169:2 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:9 29217:2 29222:2 29223:1 29233:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29292:1 29298:1 29301:1 29303:1 29304:1 29315:1 29326:2 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:2 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29442:1 29457:1 29481:1 29485:1 29493:4 29513:3 29517:1 29539:4 29546:1 29551:1 29581:1 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29664:1 29715:1 29722:2 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29789:1 29797:1 29823:1 29829:5 29832:14 29835:1 29851:1 29876:10 29886:1 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29948:1 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:2 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30115:1 30120:1 30132:1 30134:1 30138:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:2 30204:1 30212:3 30234:3 30246:2 30247:1 30250:3 30265:1 30269:1 30274:3 30277:1 30293:2 30298:1 30303:1 30313:1 30343:3 30365:2 30386:2 30389:2 30391:1 30401:1 30403:1 30410:1 30412:1 30436:2 30445:1 30453:1 30457:1 30479:2 30490:5 30492:5 30509:4 30512:1 30552:1 30562:3 30567:1 30578:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:4 30686:4 30692:1 30712:1 30731:1 30732:2 30750:1 30753:1 30761:1 30768:3 30780:2 30796:2 30801:1 30804:1 30819:7 30845:1 30852:1 30854:1 30874:1 30877:1 30899:1 30908:2 30911:2 30917:1 30921:1 30925:1 30944:1 30945:1 30951:1 30953:1 30955:2 30958:1 30965:1 30984:1 30991:1 30997:1 31033:1 31044:1 31075:9 31082:2 31095:1 31142:1 31160:1 31166:1 31176:1 31179:1 31180:2 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:5 31298:1 31305:1 31319:2 31338:1 31347:1 31357:1 31375:1 31377:2 31379:2 31396:1 31398:2 31413:3 31434:1 31435:1 31458:5 31463:1 31467:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31517:1 31518:2 31524:1 31539:1 31545:1 31552:2 31553:1 31574:1 31590:1 31594:2 31597:1 31631:1 31632:1 31635:1 31647:3 31668:1 31683:1 31703:2 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:14 31826:1 31828:1 31844:3 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31950:2 31963:1 31981:1 31982:2 31988:1 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32052:1 32056:1 32057:1 32068:1 32070:1 32073:1 32075:1 32082:1 32084:1 32085:1 32093:6 32094:1 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:3 32149:2 32156:3 32158:1 32161:3 32165:1 32206:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32401:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:2 32480:2 32483:2 32485:1 32486:1 32489:1 32498:3 32504:1 32505:2 32513:1 32514:1 32515:1 32519:1 32526:1 32527:1 32537:4 32538:1 32545:3 32546:3 32547:2 32549:1 32551:1 32553:1 32554:2 32556:6 32564:1 32565:1 32570:1 32582:3 32586:1 32607:1 32610:1 32614:3 32631:1 32632:1 32640:1 32648:1 32658:4 32670:2 32671:2 32675:1 32678:1 32685:1 32698:1 32738:1 32794:1 32800:1 32803:1 32806:1 32827:2 32829:1 32836:1 32855:1 32860:2 32861:2 32875:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:3 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:5 33063:2 33067:1 33075:1 33081:1 33085:1 33086:6 33090:1 33103:1 33108:3 33125:1 33141:3 33156:1 33161:2 33165:1 33190:1 33198:1 33210:1 33211:1 33240:1 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:4 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:2 33465:1 33466:2 33474:1 33481:5 33486:1 33492:1 33498:1 33499:1 33502:1 33510:8 33512:1 33538:1 33550:1 33555:1 33558:1 33569:1 33578:2 33580:1 33596:2 33609:4 33614:3 33623:2 33637:1 33640:2 33648:2 33656:7 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33704:1 33707:1 33739:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33903:1 33907:4 33958:3 33962:1 33967:2 33971:1 33987:2 33990:1 34010:1 34011:2 34028:1 34039:1 34040:1 34043:7 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:3 34158:1 34162:1 34171:1 34190:1 34199:1 34206:1 34212:1 34217:1 34224:1 34254:1 34268:2 34275:1 34304:2 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34426:1 34442:2 34466:1 34472:1 34482:1 34485:1 34489:1 34510:1 34514:1 34568:1 34589:3 34595:1 34603:2 34622:2 34669:1 34675:3 34698:1 34702:1 34716:1 34728:5 34736:1 34744:4 34749:1 34758:5 34760:1 34764:2 34770:2 34771:1 34787:5 34815:1 34816:1 34830:1 34840:1 34847:1 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:2 34880:1 34884:1 34885:2 34886:10 34891:3 34895:2 34898:2 34900:1 34901:2 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:2 13:1 33:2 34:2 36:2 40:1 48:1 93:2 102:3 121:2 125:1 131:4 138:2 160:1 171:1 182:1 195:1 196:1 215:1 225:2 234:1 242:1 258:1 288:1 302:1 304:3 305:2 309:2 310:1 315:2 317:1 318:1 326:2 336:1 361:1 364:1 383:1 404:2 405:2 406:1 419:1 432:1 434:2 437:1 442:2 445:1 449:1 453:3 456:2 459:1 461:1 465:2 473:1 474:1 491:4 493:1 497:3 499:2 503:2 510:4 516:1 576:1 595:1 596:1 601:1 610:1 612:1 615:2 619:1 639:1 646:1 656:1 662:1 674:1 677:5 685:6 690:1 704:1 710:8 718:1 741:1 743:2 747:1 748:2 763:1 767:3 770:1 771:1 780:2 799:1 845:1 855:1 883:2 884:1 901:1 908:1 915:1 934:1 939:2 960:1 962:1 964:1 970:1 1001:4 1013:3 1029:5 1034:1 1040:2 1053:4 1057:8 1060:7 1066:1 1067:1 1072:1 1075:1 1077:1 1116:3 1119:7 1124:1 1150:1 1156:1 1160:2 1184:2 1188:2 1198:3 1220:1 1260:2 1265:2 1275:2 1286:2 1293:1 1299:1 1302:2 1311:1 1321:4 1338:3 1347:1 1353:3 1363:1 1366:2 1371:3 1373:3 1374:1 1384:1 1387:1 1388:3 1390:1 1391:2 1394:2 1406:1 1421:2 1434:2 1436:1 1438:2 1439:4 1452:1 1456:1 1458:1 1461:1 1465:1 1467:1 1480:4 1484:2 1492:1 1512:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:2 1561:1 1565:1 1567:2 1601:1 1621:1 1628:2 1643:2 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1694:1 1712:3 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:7 1809:2 1816:1 1825:1 1836:6 1856:1 1875:2 1893:1 1900:1 1924:1 1962:2 1963:4 1976:1 1977:1 1980:3 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2026:1 2039:2 2067:1 2080:1 2088:1 2107:1 2114:2 2137:2 2140:1 2146:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2248:1 2252:1 2259:1 2260:1 2264:2 2278:1 2283:1 2291:1 2294:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:2 2388:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:6 2535:1 2537:1 2557:1 2565:6 2567:1 2569:3 2586:6 2588:1 2589:1 2600:1 2601:1 2605:1 2612:2 2628:1 2639:1 2653:1 2654:1 2659:1 2663:3 2664:3 2665:1 2666:1 2669:4 2671:4 2673:4 2674:1 2675:1 2676:7 2677:3 2678:2 2682:1 2685:1 2688:1 2694:4 2699:1 2700:1 2701:4 2703:1 2704:3 2710:5 2711:2 2728:1 2748:1 2757:2 2779:1 2787:1 2794:2 2811:1 2813:1 2832:2 2838:3 2858:1 2873:1 2876:2 2877:2 2878:1 2884:1 2911:3 2922:2 2931:2 2940:1 2955:1 2967:3 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3073:1 3091:2 3092:2 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:3 3164:1 3180:1 3184:4 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3281:2 3292:1 3302:2 3307:1 3323:1 3326:1 3358:2 3364:1 3366:2 3369:1 3371:2 3375:2 3377:1 3389:1 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3445:2 3447:15 3466:2 3470:1 3472:1 3481:1 3488:2 3517:3 3522:1 3523:7 3534:5 3536:1 3544:1 3578:1 3579:1 3619:1 3679:2 3682:2 3754:1 3761:1 3762:2 3808:1 3831:1 3840:1 3847:1 3849:2 3865:1 3871:4 3873:1 3884:6 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4011:2 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4111:1 4119:1 4136:1 4142:1 4173:1 4182:2 4184:1 4186:1 4190:1 4215:1 4216:1 4223:1 4225:1 4234:1 4237:2 4240:1 4241:1 4243:2 4244:2 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:6 4357:4 4369:2 4374:1 4376:2 4386:3 4418:3 4424:1 4432:1 4439:2 4453:1 4468:1 4476:3 4480:3 4507:5 4511:1 4520:1 4554:2 4560:1 4585:1 4587:1 4591:2 4593:2 4608:2 4609:2 4618:2 4626:1 4627:2 4639:1 4651:1 4657:2 4676:5 4678:1 4695:1 4717:1 4731:1 4735:1 4736:3 4757:1 4761:1 4782:1 4784:1 4786:1 4789:1 4793:1 4800:5 4836:2 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4907:1 4920:1 4946:3 4952:1 4959:2 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5086:1 5089:1 5093:3 5128:1 5131:1 5141:3 5145:2 5157:1 5175:3 5177:1 5178:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5311:1 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5381:1 5392:1 5398:1 5399:1 5426:1 5431:1 5432:1 5445:3 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5516:1 5517:1 5526:1 5530:1 5546:1 5548:10 5563:1 5567:3 5582:2 5588:1 5589:2 5599:10 5612:1 5616:2 5627:1 5647:3 5699:2 5704:3 5707:2 5723:1 5727:1 5745:1 5790:1 5796:1 5797:1 5805:1 5818:2 5830:17 5834:3 5849:1 5861:1 5870:1 5894:1 5907:1 5909:2 5911:1 5968:1 5970:6 5988:4 5989:6 5990:2 5996:2 5999:1 6002:2 6004:1 6005:2 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6029:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6157:1 6165:2 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6310:1 6323:2 6330:1 6335:1 6343:2 6354:1 6360:1 6401:4 6403:1 6405:2 6408:2 6421:1 6448:2 6477:2 6504:2 6511:1 6517:2 6518:2 6566:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6675:1 6695:1 6698:2 6702:2 6717:1 6789:1 6791:4 6793:1 6794:2 6798:1 6853:2 6882:1 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6942:1 6958:1 6960:3 6990:2 6992:1 6993:1 6994:1 7024:1 7028:1 7034:1 7041:2 7048:1 7069:1 7094:1 7102:2 7104:1 7105:1 7108:2 7135:1 7158:2 7170:1 7183:3 7236:1 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:2 7307:1 7313:2 7315:3 7318:2 7320:3 7334:1 7337:3 7341:2 7344:1 7345:1 7349:2 7353:1 7355:1 7358:2 7366:2 7373:2 7387:1 7406:1 7418:1 7426:1 7442:1 7446:2 7452:7 7466:1 7483:1 7492:1 7494:2 7497:1 7506:1 7509:1 7530:1 7550:3 7553:2 7563:2 7569:2 7581:2 7588:1 7605:1 7625:3 7626:1 7632:1 7637:2 7638:1 7654:3 7656:1 7677:6 7678:1 7679:1 7680:2 7685:2 7686:7 7688:2 7689:2 7692:1 7695:6 7696:1 7699:2 7702:5 7703:13 7705:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:2 7801:1 7836:1 7843:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:14 7894:1 7937:1 7956:2 7960:2 7977:1 7984:1 8007:1 8013:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:3 8241:1 8256:1 8270:2 8271:1 8274:6 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8333:1 8337:1 8394:2 8396:1 8405:1 8407:1 8415:1 8423:1 8444:1 8458:2 8463:1 8475:1 8476:1 8487:2 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:2 8535:1 8539:2 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:5 8677:1 8693:1 8738:1 8745:1 8753:1 8763:1 8800:1 8805:1 8858:1 8872:1 8888:1 8954:1 8969:3 8977:1 8989:1 8997:1 9020:2 9036:2 9062:1 9075:1 9084:1 9087:1 9097:1 9099:8 9113:1 9118:2 9119:1 9131:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9209:1 9281:10 9282:5 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:3 9340:2 9348:1 9357:49 9364:1 9379:4 9381:14 9385:2 9387:1 9389:1 9403:1 9404:2 9410:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:3 9571:2 9574:1 9580:1 9581:2 9616:2 9638:1 9645:1 9647:3 9659:2 9665:1 9707:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:2 9815:1 9816:1 9825:1 9832:3 9845:1 9846:1 9847:1 9868:2 9878:1 9896:1 9907:1 9913:2 9915:2 9923:2 9924:2 9940:28 9960:1 9972:1 9978:2 9980:1 9982:3 9985:1 9989:1 10047:1 10052:1 10074:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10109:1 10111:1 10126:1 10132:1 10148:1 10156:2 10162:2 10164:1 10166:1 10167:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:3 10305:1 10335:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:3 10481:2 10493:1 10498:1 10503:1 10504:2 10505:1 10528:3 10544:2 10558:1 10559:1 10564:1 10567:1 10571:1 10578:1 10582:2 10618:2 10625:2 10639:1 10646:1 10651:1 10655:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10735:2 10736:1 10738:2 10753:1 10756:1 10757:2 10758:1 10760:1 10767:1 10776:3 10797:1 10798:2 10802:4 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10883:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10930:1 10933:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:1 10998:1 11025:5 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11087:3 11088:1 11111:2 11124:1 11129:3 11148:2 11157:1 11164:2 11172:1 11186:1 11195:2 11196:2 11200:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11323:2 11330:2 11340:1 11343:1 11348:1 11352:1 11356:1 11358:1 11359:1 11375:1 11377:1 11391:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:3 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:2 11626:1 11642:4 11659:3 11667:1 11685:5 11686:4 11691:1 11709:1 11725:1 11778:1 11785:2 11823:1 11826:1 11833:1 11852:1 11855:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:4 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:5 12026:1 12036:1 12059:2 12062:1 12069:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:7 12136:2 12138:1 12156:2 12158:2 12169:1 12200:1 12216:1 12220:1 12228:2 12231:1 12254:1 12259:1 12267:1 12278:1 12289:1 12303:1 12307:4 12321:1 12327:1 12330:1 12332:2 12336:1 12360:1 12384:4 12403:2 12412:2 12424:1 12442:1 12443:7 12449:2 12452:1 12453:1 12475:1 12476:1 12509:1 12510:1 12514:2 12515:2 12528:1 12536:1 12538:2 12543:1 12553:2 12569:1 12571:1 12575:4 12589:1 12604:1 12629:2 12652:1 12654:1 12663:1 12672:1 12692:2 12693:1 12711:1 12717:1 12721:1 12735:1 12750:1 12764:1 12765:1 12772:1 12812:1 12836:1 12839:1 12845:6 12849:1 12859:13 12904:2 12908:1 12923:2 12936:2 12945:1 12954:2 12972:1 12997:1 13016:1 13034:1 13036:1 13070:1 13078:1 13089:1 13100:1 13128:1 13139:3 13159:6 13165:6 13180:1 13190:1 13201:2 13202:1 13212:2 13216:1 13249:1 13251:2 13252:1 13273:1 13280:2 13283:1 13284:1 13298:4 13304:1 13307:1 13312:1 13315:1 13318:3 13326:2 13354:1 13362:1 13372:4 13382:2 13383:1 13388:3 13407:1 13429:1 13450:1 13464:1 13485:1 13487:1 13496:1 13519:1 13523:2 13557:1 13598:1 13601:2 13610:4 13615:3 13617:2 13635:1 13638:2 13639:2 13644:2 13654:2 13692:2 13695:2 13707:1 13715:1 13719:1 13724:1 13732:2 13735:4 13748:1 13755:1 13771:2 13772:1 13779:1 13788:1 13793:1 13794:1 13805:2 13820:2 13822:1 13825:1 13828:1 13843:2 13873:1 13882:1 13897:1 13902:1 13904:1 13907:1 13916:2 13926:1 13931:2 13951:11 13979:1 13984:2 13988:1 13993:5 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:2 14023:1 14025:1 14028:4 14029:1 14033:2 14035:1 14064:1 14067:1 14069:4 14081:1 14085:2 14090:13 14094:1 14103:4 14104:1 14111:2 14112:2 14113:4 14136:1 14170:1 14186:1 14190:2 14202:1 14270:1 14284:1 14290:1 14300:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:2 14373:1 14380:2 14395:1 14405:2 14428:2 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14511:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14590:1 14595:1 14607:2 14618:2 14621:2 14644:5 14645:1 14668:1 14698:1 14745:1 14746:1 14754:2 14764:2 14765:3 14779:1 14796:1 14816:1 14818:1 14835:1 14856:2 14885:2 14888:1 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14954:1 14955:1 14966:8 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:4 15240:1 15259:1 15268:2 15269:1 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15352:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15502:1 15553:1 15562:1 15603:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:5 15697:1 15699:2 15704:1 15718:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:6 15835:1 15839:1 15845:2 15867:2 15875:1 15883:2 15888:1 15890:3 15900:1 15901:10 15911:1 15938:1 15939:1 15946:1 15954:1 15957:2 15974:1 15978:9 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16057:1 16062:1 16064:1 16067:1 16071:1 16090:1 16107:2 16110:3 16115:1 16120:1 16151:1 16154:1 16170:1 16175:2 16177:1 16184:1 16221:2 16232:1 16243:2 16256:1 16264:2 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:4 16347:2 16359:2 16365:1 16368:1 16379:4 16381:1 16382:2 16394:1 16399:2 16410:1 16426:3 16429:2 16439:1 16450:1 16460:1 16473:1 16474:1 16479:3 16488:1 16490:1 16493:2 16511:2 16513:2 16514:1 16519:1 16527:2 16528:4 16533:1 16545:1 16550:1 16560:1 16583:1 16584:3 16587:2 16598:2 16629:2 16657:1 16667:1 16683:1 16686:2 16688:2 16694:1 16707:3 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:3 16793:1 16806:1 16813:1 16819:1 16830:1 16834:2 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16972:1 16986:3 16991:1 16997:1 17001:1 17007:1 17026:1 17062:1 17095:3 17096:2 17102:2 17109:1 17123:1 17128:1 17134:4 17137:1 17139:1 17144:2 17146:6 17150:1 17152:2 17166:4 17169:3 17170:2 17172:1 17176:6 17178:2 17180:2 17191:2 17194:1 17203:1 17233:1 17236:2 17237:1 17259:1 17273:1 17295:2 17300:1 17301:1 17318:1 17339:1 17348:1 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17377:1 17402:2 17414:2 17418:1 17437:1 17460:1 17479:1 17481:2 17485:1 17489:1 17500:1 17523:1 17565:2 17570:2 17585:3 17588:5 17603:1 17609:1 17623:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17686:1 17696:1 17703:2 17704:2 17718:2 17732:1 17739:2 17741:1 17761:1 17764:1 17765:1 17768:1 17775:1 17782:2 17789:1 17795:3 17800:1 17802:3 17868:1 17885:1 17902:1 17907:1 17918:1 17920:5 17923:1 17940:1 17952:2 17959:5 17964:2 17965:4 17967:2 17986:1 17992:1 17998:1 18002:1 18007:1 18010:2 18052:1 18071:1 18076:1 18088:1 18092:1 18099:1 18137:1 18147:1 18152:1 18162:2 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:2 18312:1 18315:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:2 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18557:1 18558:1 18560:1 18563:1 18567:1 18586:1 18599:1 18604:2 18612:1 18615:8 18651:1 18653:1 18672:1 18680:1 18702:1 18705:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:3 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:4 18846:1 18850:3 18853:2 18861:1 18867:2 18873:6 18881:1 18894:1 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18991:1 19003:6 19021:2 19038:1 19044:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:14 19158:1 19166:1 19174:1 19184:1 19198:4 19205:2 19220:1 19230:2 19231:1 19237:1 19240:1 19250:1 19260:9 19261:1 19266:2 19283:1 19297:4 19298:1 19302:1 19311:1 19339:1 19344:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:1 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19478:1 19480:2 19481:2 19483:3 19485:4 19487:1 19489:1 19494:1 19495:2 19503:1 19508:1 19523:2 19527:1 19537:1 19563:1 19567:1 19573:3 19575:2 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:2 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19796:1 19824:1 19831:1 19844:1 19859:1 19877:1 19879:1 19884:1 19898:4 19918:1 19931:1 19943:1 19953:2 19961:1 19991:4 20004:1 20019:1 20020:1 20030:7 20035:1 20039:1 20041:1 20051:1 20061:1 20067:1 20081:2 20083:2 20084:7 20085:1 20099:1 20131:1 20146:1 20151:1 20172:1 20173:2 20196:1 20203:1 20209:1 20213:7 20216:1 20234:2 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20357:1 20385:3 20389:1 20398:1 20407:1 20422:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20555:1 20557:1 20573:1 20577:1 20592:1 20598:1 20613:1 20616:2 20618:1 20622:1 20634:2 20637:1 20638:1 20640:2 20670:3 20672:1 20694:2 20705:1 20710:2 20716:1 20731:1 20737:1 20819:2 20834:2 20844:2 20847:1 20848:1 20853:2 20860:2 20875:1 20877:1 20890:1 20891:1 20892:1 20896:1 20897:1 20904:1 20940:1 20950:1 20952:2 20955:2 20959:1 20972:5 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21097:1 21100:1 21115:2 21117:2 21136:1 21138:1 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21184:1 21190:1 21206:1 21212:2 21213:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:2 21334:1 21341:1 21354:1 21355:1 21364:1 21376:1 21399:1 21413:1 21414:1 21419:7 21429:1 21432:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:2 21516:1 21528:3 21529:6 21531:1 21534:1 21557:1 21573:1 21580:1 21584:2 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21775:1 21777:3 21787:2 21788:1 21791:2 21815:1 21836:2 21839:1 21843:1 21878:2 21898:1 21907:4 21911:1 21938:1 21954:2 21959:1 21969:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22083:2 22088:1 22102:7 22110:1 22125:1 22127:1 22128:1 22141:2 22150:1 22163:1 22164:2 22182:1 22198:2 22202:1 22208:3 22212:1 22216:1 22243:1 22283:1 22284:1 22298:1 22301:3 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22352:2 22355:1 22381:3505 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22578:6 22607:1 22612:7 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22722:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:3 22941:1 22945:2 22950:1 22951:1 22957:2 22972:1 22975:1 22997:1 23001:1 23002:1 23009:1 23011:1 23023:1 23027:1 23033:1 23038:1 23041:1 23042:1 23051:1 23067:2 23088:1 23094:1 23101:2 23124:1 23131:1 23134:1 23158:1 23164:1 23185:4 23223:1 23240:1 23253:1 23266:2 23283:2 23286:6 23288:1 23292:1 23295:1 23329:7 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:5 23437:1 23461:1 23471:1 23472:1 23473:4 23476:1 23495:1 23498:2 23500:1 23502:1 23503:2 23504:6 23507:1 23508:2 23509:1 23514:2 23515:1 23533:1 23536:5 23538:1 23545:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23674:1 23696:4 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:4 23734:3 23745:1 23746:2 23749:2 23755:1 23769:1 23777:1 23782:4 23789:1 23791:2 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23856:1 23892:1 23897:2 23911:1 23933:2 23948:1 23950:1 23953:3 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:2 24074:1 24076:1 24087:5 24092:1 24093:1 24107:2 24112:2 24120:1 24138:3 24180:2 24182:1 24191:1 24194:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24238:9 24239:1 24242:1 24256:1 24259:1 24263:2 24267:1 24269:1 24270:1 24278:2 24289:2 24293:6 24300:1 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24405:1 24410:1 24416:2 24419:3 24420:1 24421:1 24427:1 24449:1 24464:7 24490:3 24543:1 24544:1 24554:4 24561:1 24596:2 24619:1 24648:1 24661:1 24668:2 24690:1 24699:1 24701:2 24722:1 24724:1 24725:2 24737:1 24747:2 24756:1 24758:3 24768:1 24770:1 24776:1 24783:1 24789:1 24791:1 24797:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24893:1 24900:1 24901:1 24907:1 24908:5 24910:1 24932:3 24938:2 24948:1 24950:1 24957:8 24972:1 24977:1 24981:1 24983:3 25012:1 25040:2 25041:4 25066:1 25070:2 25082:1 25085:1 25121:2 25137:1 25140:4 25147:1 25149:3 25170:1 25171:1 25182:1 25184:1 25190:1 25192:3 25198:1 25208:1 25219:1 25250:1 25256:1 25258:1 25266:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25350:1 25396:1 25414:1 25420:1 25421:1 25446:1 25461:1 25470:1 25488:1 25491:1 25497:1 25502:1 25503:1 25507:1 25523:1 25526:1 25527:2 25528:4 25531:2 25535:1 25546:1 25547:1 25587:1 25594:1 25600:1 25606:2 25636:1 25648:1 25650:1 25657:3 25659:5 25668:2 25673:2 25674:2 25684:1 25686:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:2 25749:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:2 25796:1 25799:2 25802:1 25817:6 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25908:1 25912:2 25917:7 25918:1 25926:6 25941:2 25960:1 25965:3 25972:3 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:2 26063:1 26067:2 26073:1 26075:1 26077:1 26089:2 26097:1 26100:7 26102:3 26105:1 26108:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:2 26256:1 26257:1 26272:3 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26404:1 26420:1 26425:1 26439:1 26449:1 26462:2 26465:1 26469:2 26472:2 26485:1 26486:1 26503:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:7 26537:2 26551:1 26575:2 26578:1 26582:2 26607:1 26608:5 26609:1 26610:2 26617:1 26619:1 26620:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26788:2 26789:1 26809:1 26824:2 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:2 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:5 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26972:1 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27056:1 27063:2 27090:2 27096:5 27099:1 27100:3 27105:1 27130:1 27133:4 27136:1 27158:1 27164:2 27178:2 27184:1 27189:1 27223:2 27225:3 27227:1 27236:1 27237:1 27242:1 27245:2 27256:1 27263:1 27269:1 27271:1 27273:1 27281:1 27288:1 27297:1 27298:1 27316:10 27338:1 27352:3 27361:1 27369:1 27374:1 27383:2 27396:1 27398:1 27413:1 27415:2 27418:1 27419:1 27427:2 27429:1 27459:2 27474:2 27488:2 27493:1 27500:2 27528:1 27553:1 27555:1 27568:1 27575:1 27577:2 27581:2 27586:1 27613:2 27625:1 27637:1 27642:1 27651:1 27653:1 27675:2 27677:1 27685:1 27693:1 27701:2 27703:2 27732:1 27738:1 27741:1 27746:1 27751:1 27764:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27797:1 27799:1 27815:1 27826:1 27827:1 27834:1 27841:1 27852:1 27854:1 27856:2 27862:1 27878:2 27879:1 27887:1 27890:1 27892:1 27900:1 27909:1 27915:1 27920:4 27928:2 27946:1 27948:1 27954:5 27958:1 27966:1 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28076:1 28082:1 28089:2 28091:1 28092:2 28095:2 28112:3 28120:1 28137:1 28140:1 28149:1 28154:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28267:1 28285:2 28334:1 28336:2 28340:5 28341:1 28348:1 28357:1 28370:2 28379:1 28391:1 28437:1 28438:2 28449:1 28462:1 28479:1 28484:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:3 28565:1 28570:6 28583:1 28584:1 28586:1 28597:1 28607:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28691:1 28692:1 28702:1 28703:2 28705:7 28706:1 28709:1 28713:1 28723:1 28729:1 28749:2 28760:2 28774:1 28782:3 28792:1 28798:1 28799:1 28806:1 28814:2 28816:1 28821:2 28823:4 28857:1 28860:1 28869:2 28877:1 28889:1 28892:1 28895:1 28943:1 28946:3 28964:2 28972:1 28984:2 29002:5 29005:1 29011:4 29013:1 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29043:2 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:1 29121:1 29124:1 29128:1 29141:1 29155:1 29169:2 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:9 29217:2 29222:2 29223:1 29233:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29292:1 29298:1 29301:1 29303:1 29304:1 29307:1 29315:1 29326:2 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:2 29383:7 29385:1 29390:2 29393:1 29403:1 29404:1 29407:3 29408:1 29410:1 29442:1 29457:1 29481:1 29485:1 29493:4 29513:3 29517:1 29539:4 29546:1 29551:1 29581:2 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29664:1 29715:1 29722:2 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29770:1 29789:1 29797:1 29823:1 29829:5 29832:14 29835:1 29836:1 29851:1 29876:10 29886:1 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29948:1 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:2 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30115:1 30120:1 30132:1 30134:1 30138:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:2 30204:1 30212:4 30234:3 30246:2 30247:1 30250:3 30265:1 30269:1 30274:3 30277:1 30293:2 30298:2 30303:1 30313:1 30343:3 30365:2 30386:3 30389:2 30391:1 30401:1 30403:1 30410:1 30412:2 30436:2 30445:1 30453:1 30457:1 30479:2 30490:5 30492:6 30509:4 30512:1 30552:1 30562:3 30567:1 30578:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:4 30686:4 30692:1 30712:1 30731:1 30732:2 30750:1 30753:1 30761:1 30768:3 30780:2 30796:2 30801:1 30804:1 30819:7 30845:1 30852:1 30854:1 30874:2 30877:1 30899:1 30908:2 30911:2 30917:1 30921:1 30925:1 30944:1 30945:1 30951:1 30953:1 30955:2 30958:1 30965:1 30984:1 30991:1 30997:1 31033:1 31044:1 31075:9 31082:2 31095:1 31142:1 31160:1 31166:1 31176:1 31179:1 31180:2 31194:1 31206:1 31211:2 31228:1 31234:2 31292:3 31297:5 31298:1 31305:1 31319:2 31338:1 31347:1 31357:1 31375:1 31377:2 31379:2 31396:1 31398:2 31413:3 31434:1 31435:1 31458:5 31463:1 31467:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31517:1 31518:2 31524:1 31539:1 31545:1 31552:2 31553:1 31574:1 31590:1 31594:2 31597:1 31631:1 31632:1 31635:1 31647:3 31668:1 31683:1 31703:2 31718:1 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:14 31826:1 31828:1 31844:3 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31945:1 31950:2 31963:1 31981:1 31982:2 31988:1 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32052:1 32056:1 32057:1 32068:1 32070:1 32071:1 32073:1 32075:1 32082:1 32084:1 32085:1 32093:6 32094:2 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:3 32149:2 32156:3 32158:1 32161:3 32165:1 32206:1 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32401:1 32406:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:2 32480:2 32483:2 32485:1 32486:1 32489:1 32498:3 32504:1 32505:2 32513:1 32514:1 32515:1 32519:1 32526:1 32527:1 32537:4 32538:1 32545:3 32546:3 32547:2 32549:1 32551:1 32553:1 32554:2 32556:6 32564:1 32565:1 32570:1 32582:3 32586:1 32607:1 32610:1 32614:3 32631:1 32632:1 32640:1 32648:1 32658:4 32670:2 32671:2 32675:1 32678:1 32685:1 32698:1 32738:1 32794:1 32800:1 32803:1 32806:1 32827:2 32829:1 32836:1 32855:1 32860:2 32861:2 32875:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:3 32930:1 32933:1 32938:1 32956:1 32961:2 33014:1 33041:5 33063:2 33067:1 33075:1 33081:1 33085:1 33086:6 33090:1 33103:1 33108:3 33125:1 33141:3 33156:1 33161:2 33165:1 33190:1 33198:1 33210:1 33211:1 33240:2 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:4 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:2 33465:1 33466:2 33474:1 33481:5 33486:1 33492:1 33498:1 33499:1 33502:1 33510:8 33512:1 33538:1 33550:1 33555:1 33558:1 33569:1 33578:2 33580:1 33596:2 33609:4 33614:3 33623:2 33637:1 33640:2 33648:2 33656:7 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33704:1 33707:1 33739:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:1 33863:1 33870:1 33872:1 33877:1 33895:1 33903:1 33907:4 33958:3 33962:1 33967:2 33971:1 33987:2 33990:1 34010:1 34011:2 34020:1 34028:1 34039:2 34040:1 34043:8 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:3 34158:1 34162:1 34171:1 34190:1 34199:1 34206:1 34212:1 34217:1 34224:1 34254:1 34268:2 34275:1 34304:2 34334:2 34349:3 34371:1 34375:1 34388:1 34389:1 34407:1 34426:1 34442:2 34466:1 34472:1 34482:1 34485:1 34489:1 34510:1 34514:2 34568:1 34586:1 34589:3 34595:1 34603:2 34622:2 34669:1 34675:3 34698:1 34702:1 34716:1 34728:5 34736:1 34744:4 34749:1 34758:5 34760:1 34764:2 34770:2 34771:1 34787:5 34815:1 34816:1 34830:1 34840:1 34847:2 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:2 34880:1 34884:1 34885:2 34886:10 34891:3 34895:2 34898:2 34900:1 34901:2 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35042:4 35043:2
3 3:2 13:1 33:2 34:2 36:2 40:1 48:1 93:2 102:3 121:2 125:1 131:4 138:2 160:1 171:1 182:1 195:1 196:1 206:1 215:1 225:2 234:1 242:1 258:1 267:1 288:1 302:1 304:3 305:2 309:2 310:1 315:2 317:1 318:1 326:2 336:1 361:1 364:1 383:1 404:2 405:2 406:1 419:1 432:1 434:2 437:1 442:2 445:1 449:1 453:3 456:2 459:1 461:1 465:2 473:1 474:1 491:4 493:1 497:3 499:3 503:2 510:4 516:1 576:1 595:1 596:1 601:1 610:1 612:1 615:2 619:1 639:1 646:1 656:1 662:1 674:1 677:5 685:6 690:1 704:1 710:8 718:1 741:1 743:2 747:1 748:2 763:1 767:3 770:1 771:1 780:2 799:1 803:1 836:1 845:1 855:1 883:2 884:1 901:1 908:1 915:1 934:2 939:2 952:1 960:1 962:1 964:1 970:1 1001:4 1013:3 1029:5 1034:1 1040:2 1053:4 1057:8 1060:7 1066:1 1067:1 1072:1 1075:1 1077:1 1088:1 1116:3 1118:1 1119:7 1124:1 1150:1 1156:1 1160:2 1184:2 1188:2 1198:3 1220:1 1260:2 1265:2 1275:2 1286:2 1293:1 1299:1 1302:2 1311:1 1321:4 1338:3 1347:1 1353:3 1363:1 1366:2 1371:4 1373:3 1374:1 1384:1 1387:1 1388:3 1390:1 1391:2 1394:2 1406:1 1421:2 1426:1 1434:2 1436:1 1438:2 1439:4 1452:1 1456:1 1458:1 1461:1 1465:1 1467:1 1480:4 1484:2 1492:1 1512:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:2 1561:1 1565:1 1567:2 1601:1 1621:1 1628:2 1643:2 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1694:1 1712:3 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:7 1809:2 1816:1 1825:1 1836:6 1856:1 1869:1 1875:2 1893:1 1900:1 1924:1 1962:2 1963:4 1976:1 1977:1 1980:3 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2026:1 2039:2 2067:1 2080:1 2088:1 2107:1 2114:3 2137:2 2140:1 2146:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2248:1 2252:1 2259:1 2260:1 2264:2 2278:1 2283:1 2291:1 2294:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:2 2388:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:6 2535:1 2537:1 2557:1 2565:6 2567:1 2569:3 2586:6 2588:1 2589:1 2600:1 2601:1 2605:1 2612:2 2628:1 2639:1 2653:1 2654:1 2659:1 2663:3 2664:3 2665:1 2666:1 2669:4 2671:4 2673:4 2674:1 2675:1 2676:7 2677:3 2678:2 2682:1 2685:1 2688:1 2694:4 2699:1 2700:1 2701:4 2703:1 2704:3 2710:5 2711:2 2728:1 2748:1 2757:2 2779:1 2787:1 2794:2 2811:1 2813:1 2832:2 2838:3 2858:1 2873:1 2876:2 2877:2 2878:1 2884:1 2911:3 2922:2 2931:2 2940:1 2955:1 2967:3 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3073:1 3091:2 3092:2 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:3 3164:1 3180:1 3184:4 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3281:2 3292:1 3302:2 3306:1 3307:1 3323:1 3326:1 3358:3 3364:1 3366:2 3369:1 3371:2 3375:2 3377:1 3386:1 3389:2 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3445:2 3447:15 3466:2 3470:1 3472:1 3481:1 3488:2 3517:4 3518:1 3522:1 3523:7 3534:5 3536:1 3544:1 3578:1 3579:1 3619:1 3679:2 3682:2 3754:1 3761:1 3762:2 3808:1 3831:1 3840:1 3847:1 3849:2 3865:1 3871:4 3873:1 3884:8 3898:1 3927:1 3932:1 3935:1 3986:1 3992:1 4003:1 4011:2 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4111:1 4119:1 4136:1 4142:1 4173:1 4182:2 4184:1 4186:1 4190:1 4215:1 4216:1 4223:1 4225:1 4227:1 4234:1 4237:2 4240:1 4241:1 4243:2 4244:2 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:6 4357:4 4369:2 4374:1 4376:2 4386:4 4418:3 4424:1 4432:1 4439:2 4453:1 4468:1 4476:3 4480:3 4507:5 4511:1 4520:1 4554:2 4560:1 4585:1 4587:1 4591:2 4593:2 4608:2 4609:3 4615:1 4618:2 4626:1 4627:2 4639:1 4651:1 4657:2 4676:5 4678:1 4695:1 4717:1 4719:1 4731:1 4735:1 4736:3 4757:1 4761:1 4782:1 4784:1 4786:1 4789:1 4791:1 4793:1 4800:5 4836:2 4841:1 4845:1 4848:1 4849:2 4875:1 4880:1 4888:1 4891:1 4895:1 4899:1 4907:1 4920:1 4946:3 4952:1 4959:2 4966:1 4974:1 4983:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5086:1 5089:1 5093:3 5127:1 5128:1 5131:1 5141:3 5145:2 5157:1 5175:3 5177:1 5178:1 5183:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5311:1 5313:1 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5381:1 5392:1 5398:1 5399:1 5426:1 5431:1 5432:1 5445:3 5472:2 5474:1 5476:1 5482:1 5502:1 5511:1 5516:1 5517:1 5521:1 5526:1 5530:1 5546:1 5548:10 5563:1 5567:4 5582:2 5588:1 5589:2 5599:10 5612:1 5616:2 5627:1 5647:3 5699:2 5704:3 5707:2 5723:1 5727:1 5745:1 5790:1 5796:1 5797:1 5805:1 5818:2 5830:17 5834:3 5849:1 5861:1 5870:1 5894:1 5907:1 5909:3 5911:1 5968:1 5970:6 5988:4 5989:6 5990:2 5996:2 5999:1 6001:1 6002:2 6004:1 6005:2 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6029:1 6080:1 6099:1 6103:2 6117:1 6138:2 6141:1 6152:1 6157:1 6165:2 6178:1 6179:1 6180:1 6181:1 6204:1 6210:1 6267:2 6299:1 6304:1 6310:1 6315:1 6323:2 6330:2 6335:1 6343:2 6354:1 6360:1 6373:1 6401:4 6403:1 6405:2 6408:2 6421:1 6436:1 6448:2 6477:2 6504:2 6511:1 6517:2 6518:2 6566:1 6577:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6675:1 6695:1 6698:2 6702:2 6717:1 6734:1 6789:1 6791:4 6793:1 6794:3 6798:1 6852:1 6853:2 6861:1 6882:1 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6935:1 6942:1 6958:1 6960:3 6970:1 6990:2 6992:1 6993:1 6994:1 7024:1 7028:1 7034:1 7041:2 7048:1 7069:1 7071:1 7094:1 7102:2 7104:1 7105:1 7106:1 7108:2 7135:1 7158:2 7170:1 7183:3 7236:1 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:2 7307:1 7313:2 7315:3 7318:3 7320:4 7334:1 7337:3 7340:1 7341:2 7344:1 7345:1 7349:2 7353:1 7355:1 7358:2 7366:2 7373:2 7387:1 7406:1 7418:1 7426:1 7442:1 7446:2 7452:7 7464:1 7466:1 7469:1 7483:1 7492:1 7494:2 7497:1 7506:1 7509:1 7530:1 7550:3 7553:2 7563:2 7569:2 7581:2 7588:1 7605:1 7625:3 7626:1 7632:1 7633:1 7637:2 7638:1 7654:3 7656:1 7677:6 7678:1 7679:1 7680:2 7685:2 7686:7 7688:2 7689:2 7692:1 7695:6 7696:1 7699:2 7702:5 7703:14 7705:1 7707:1 7708:1 7711:1 7726:1 7730:1 7740:1 7765:2 7799:2 7801:1 7836:1 7843:1 7847:1 7848:4 7851:1 7857:1 7860:2 7877:14 7894:1 7937:1 7956:2 7960:2 7977:1 7984:1 8007:1 8013:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:3 8241:1 8256:1 8270:2 8271:1 8274:6 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8333:1 8337:1 8394:2 8396:1 8405:1 8407:1 8415:1 8423:1 8444:1 8458:2 8463:1 8475:1 8476:1 8487:2 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:2 8535:1 8539:2 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:5 8677:1 8693:1 8738:1 8745:1 8748:1 8753:1 8763:1 8765:1 8800:1 8805:1 8833:1 8858:1 8872:1 8888:1 8954:1 8969:3 8977:1 8989:1 8997:1 9020:2 9036:2 9062:1 9075:1 9084:1 9087:1 9097:1 9099:8 9113:1 9118:2 9119:1 9131:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9209:1 9281:11 9282:5 9287:1 9300:2 9301:1 9304:1 9330:1 9335:4 9336:3 9340:2 9348:1 9357:49 9364:1 9379:5 9381:14 9385:2 9387:1 9389:1 9403:1 9404:2 9410:1 9427:1 9431:1 9438:1 9465:1 9467:2 9485:1 9498:1 9500:2 9516:1 9552:1 9555:1 9570:3 9571:2 9574:1 9580:1 9581:2 9616:2 9638:1 9645:1 9647:3 9659:2 9665:1 9707:1 9710:1 9717:1 9752:1 9756:2 9780:1 9787:1 9803:1 9811:2 9815:1 9816:1 9825:1 9832:3 9845:1 9846:1 9847:1 9868:2 9878:1 9896:1 9907:1 9913:2 9915:2 9923:2 9924:2 9940:30 9960:1 9972:1 9978:2 9980:1 9982:3 9985:1 9989:1 10047:1 10052:1 10074:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10103:1 10109:1 10111:1 10126:1 10132:1 10148:1 10156:3 10162:2 10164:1 10166:1 10167:1 10169:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:3 10305:1 10335:1 10337:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:3 10481:2 10493:1 10498:1 10503:1 10504:2 10505:1 10528:3 10544:2 10558:1 10559:1 10564:1 10567:1 10571:1 10578:1 10582:2 10618:2 10625:2 10639:1 10646:1 10651:1 10655:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10735:2 10736:1 10737:1 10738:2 10753:1 10756:1 10757:2 10758:1 10760:1 10767:1 10776:3 10797:1 10798:2 10802:4 10824:2 10829:2 10842:1 10855:1 10862:2 10876:1 10883:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10925:1 10930:1 10933:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:2 10998:1 11025:5 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11087:3 11088:1 11111:2 11124:1 11129:3 11148:2 11157:1 11164:2 11172:1 11186:1 11195:3 11196:2 11200:1 11203:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:1 11308:1 11323:2 11330:2 11336:1 11340:1 11343:1 11348:1 11352:1 11353:1 11356:1 11358:1 11359:1 11375:1 11377:1 11391:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:3 11421:1 11437:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:2 11626:1 11642:4 11659:3 11667:1 11685:5 11686:4 11691:1 11709:1 11725:1 11778:1 11785:2 11823:1 11826:1 11833:1 11852:1 11855:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:4 11904:1 11909:1 11923:2 11933:1 11959:6 11979:1 11983:1 11985:1 12003:1 12008:1 12013:6 12026:1 12036:1 12059:2 12062:1 12069:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:7 12136:2 12138:1 12156:2 12158:2 12169:1 12171:1 12200:1 12216:1 12220:1 12228:2 12231:1 12254:1 12259:1 12267:1 12278:1 12289:1 12303:1 12307:4 12321:1 12327:1 12330:1 12332:2 12336:1 12360:1 12384:4 12403:2 12412:2 12424:1 12442:1 12443:7 12449:2 12452:1 12453:1 12475:1 12476:1 12509:1 12510:1 12514:2 12515:2 12528:1 12529:1 12536:1 12538:2 12543:1 12553:2 12569:1 12571:1 12575:4 12589:1 12604:1 12629:2 12652:1 12654:1 12663:1 12672:1 12692:2 12693:1 12711:1 12717:1 12721:1 12735:1 12750:1 12764:1 12765:1 12772:1 12812:1 12836:1 12839:1 12845:6 12849:1 12859:13 12904:2 12908:1 12923:2 12936:3 12945:1 12954:2 12972:1 12997:1 13016:1 13034:1 13036:1 13070:1 13078:1 13083:1 13089:1 13100:1 13128:1 13139:3 13159:6 13165:8 13180:1 13190:1 13201:2 13202:1 13212:2 13216:1 13249:1 13251:2 13252:1 13273:1 13280:2 13283:1 13284:1 13298:4 13304:1 13307:1 13312:1 13315:1 13318:3 13326:2 13354:1 13362:1 13372:4 13382:2 13383:1 13388:3 13407:1 13429:1 13450:1 13464:1 13485:1 13487:1 13496:1 13519:1 13523:2 13557:1 13598:1 13601:2 13610:4 13615:4 13617:2 13635:1 13638:2 13639:2 13644:2 13654:2 13692:2 13695:2 13707:1 13715:1 13719:1 13724:1 13732:2 13735:4 13748:1 13755:1 13771:2 13772:1 13779:1 13788:1 13793:1 13794:1 13805:2 13806:1 13820:2 13822:1 13825:2 13828:1 13836:1 13843:2 13873:1 13882:1 13897:1 13902:1 13904:1 13907:1 13916:3 13926:1 13931:2 13951:11 13977:1 13979:1 13984:2 13988:1 13993:5 13997:1 13999:1 14006:1 14008:1 14009:1 14011:1 14016:2 14020:1 14021:2 14023:1 14025:1 14028:4 14029:1 14033:2 14035:1 14064:1 14067:1 14069:4 14081:1 14085:2 14090:13 14094:1 14103:4 14104:1 14111:2 14112:2 14113:4 14136:1 14170:1 14186:1 14190:2 14202:1 14270:1 14284:1 14290:1 14300:1 14305:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:2 14373:1 14380:2 14395:1 14405:2 14428:2 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14511:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14590:1 14595:1 14607:2 14609:1 14618:2 14621:2 14623:1 14644:5 14645:1 14668:1 14698:1 14745:1 14746:1 14754:2 14764:2 14765:3 14771:1 14779:1 14796:1 14816:1 14818:1 14835:1 14856:2 14885:2 14888:1 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14954:1 14955:1 14966:8 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:4 15240:1 15259:1 15268:3 15269:1 15278:1 15282:1 15284:1 15287:1 15289:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15352:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:1 15428:1 15472:1 15480:1 15483:1 15502:1 15553:1 15562:1 15603:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:1 15686:2 15696:6 15697:1 15699:2 15704:1 15718:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:6 15835:1 15839:1 15845:2 15867:2 15875:1 15883:2 15888:1 15890:3 15900:1 15901:10 15911:1 15938:1 15939:1 15946:1 15954:1 15957:2 15974:1 15978:9 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16057:1 16062:1 16064:1 16067:1 16071:1 16090:1 16107:2 16110:3 16115:1 16120:1 16151:1 16154:1 16170:1 16175:3 16177:1 16184:1 16221:2 16232:1 16243:2 16256:1 16264:2 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:4 16347:2 16359:2 16365:1 16368:1 16379:4 16381:1 16382:2 16394:1 16399:2 16410:1 16426:4 16429:2 16439:1 16450:1 16460:1 16473:1 16474:1 16479:3 16488:1 16490:1 16493:2 16511:2 16513:2 16514:1 16519:1 16527:2 16528:4 16533:1 16545:1 16550:1 16560:1 16583:1 16584:3 16587:2 16598:2 16629:2 16657:1 16667:1 16683:1 16686:2 16688:2 16694:1 16707:3 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:3 16793:1 16806:1 16813:1 16819:1 16830:1 16834:2 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16959:1 16970:2 16972:1 16985:1 16986:3 16991:1 16997:1 17001:1 17007:1 17026:1 17037:1 17062:1 17095:3 17096:2 17102:2 17109:1 17123:1 17128:1 17134:4 17137:1 17139:1 17144:2 17146:6 17150:1 17152:2 17166:4 17169:3 17170:2 17172:1 17176:6 17178:2 17180:2 17191:2 17194:1 17200:1 17203:1 17233:1 17236:2 17237:1 17259:1 17273:1 17295:2 17300:1 17301:1 17318:1 17339:1 17348:2 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17377:1 17402:2 17414:2 17418:1 17437:1 17460:1 17479:1 17481:2 17485:1 17489:1 17500:1 17523:1 17565:2 17570:2 17585:3 17588:5 17603:1 17609:1 17622:1 17623:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17686:1 17696:1 17703:2 17704:2 17718:2 17732:1 17739:3 17741:1 17761:1 17764:1 17765:1 17768:1 17775:1 17782:2 17789:1 17795:3 17800:1 17802:3 17868:1 17885:1 17902:1 17907:1 17918:1 17920:6 17923:1 17939:1 17940:1 17952:2 17959:5 17964:2 17965:4 17967:2 17986:1 17992:1 17998:1 18001:1 18002:1 18007:1 18010:2 18052:1 18071:1 18076:1 18088:1 18092:1 18099:1 18137:1 18147:1 18152:1 18162:2 18169:1 18173:1 18180:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:2 18312:1 18315:1 18318:1 18327:1 18370:2 18389:2 18392:1 18418:1 18434:1 18465:2 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18557:1 18558:1 18560:1 18563:1 18567:1 18586:1 18599:1 18604:2 18612:1 18615:8 18651:1 18653:1 18672:2 18680:1 18695:1 18702:1 18705:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:3 18819:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:4 18846:1 18850:3 18853:2 18861:1 18867:2 18873:6 18881:1 18894:1 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18982:1 18991:1 19003:6 19021:2 19038:1 19044:1 19045:1 19047:1 19053:1 19066:1 19069:6 19078:1 19118:1 19122:1 19146:3 19151:1 19155:14 19158:1 19166:1 19174:1 19184:1 19198:5 19205:2 19220:1 19230:2 19231:1 19237:1 19240:1 19250:1 19260:9 19261:1 19266:2 19283:1 19297:4 19298:1 19302:1 19311:1 19339:1 19344:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:2 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19478:1 19480:2 19481:2 19483:3 19485:4 19487:1 19489:1 19491:1 19494:1 19495:2 19503:1 19508:1 19523:2 19527:1 19537:1 19563:1 19567:1 19573:3 19575:2 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:2 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19793:1 19796:1 19824:1 19831:1 19844:1 19859:1 19877:1 19879:1 19884:1 19898:4 19911:1 19918:1 19931:1 19943:1 19953:2 19955:1 19961:1 19991:4 20004:1 20019:1 20020:1 20030:7 20035:1 20039:1 20041:1 20051:1 20061:1 20067:1 20081:2 20083:2 20084:7 20085:1 20099:1 20131:1 20146:1 20151:1 20172:1 20173:2 20196:1 20203:1 20209:1 20213:7 20216:1 20227:1 20234:2 20256:1 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20357:1 20385:3 20389:1 20398:1 20407:1 20422:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20550:1 20555:1 20557:1 20573:1 20577:1 20592:1 20598:1 20608:1 20613:1 20616:2 20618:1 20622:1 20634:2 20637:1 20638:1 20640:2 20670:3 20672:1 20694:2 20705:1 20710:2 20716:1 20731:1 20737:1 20819:2 20834:2 20844:2 20847:1 20848:1 20853:3 20860:2 20875:1 20877:1 20890:1 20891:1 20892:1 20896:1 20897:1 20904:1 20940:1 20950:1 20952:2 20955:2 20959:1 20972:6 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21097:1 21100:1 21115:2 21117:2 21136:1 21138:2 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21181:1 21184:1 21190:1 21206:1 21212:2 21213:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:2 21334:1 21341:1 21354:1 21355:1 21364:1 21375:1 21376:1 21399:1 21413:1 21414:1 21419:7 21429:1 21432:1 21437:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:2 21516:1 21528:3 21529:6 21531:1 21534:1 21557:1 21573:1 21580:1 21584:2 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21775:1 21777:4 21787:2 21788:1 21791:2 21815:1 21836:2 21839:1 21843:1 21878:2 21898:1 21907:5 21911:1 21938:1 21947:1 21954:2 21959:1 21969:1 22006:1 22008:2 22023:1 22035:1 22038:1 22052:1 22076:1 22083:2 22088:1 22102:7 22110:1 22117:1 22125:1 22127:1 22128:1 22141:2 22150:1 22158:1 22163:1 22164:2 22167:1 22170:1 22182:1 22196:1 22198:2 22202:1 22208:3 22212:1 22216:1 22243:1 22283:1 22284:1 22298:1 22301:3 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22352:2 22355:1 22381:3608 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22496:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22553:1 22578:6 22607:1 22612:8 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22722:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22855:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:3 22941:1 22945:2 22950:1 22951:1 22957:2 22972:1 22975:1 22997:1 23001:1 23002:1 23009:1 23011:1 23023:1 23027:1 23033:1 23038:1 23041:1 23042:1 23051:1 23067:2 23088:1 23094:1 23101:2 23124:1 23131:1 23134:1 23151:1 23158:1 23164:1 23185:4 23223:1 23240:1 23253:1 23266:2 23283:2 23286:6 23288:1 23292:1 23295:1 23329:7 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:5 23437:1 23461:1 23471:1 23472:1 23473:4 23476:1 23495:1 23498:2 23500:1 23502:1 23503:2 23504:6 23507:1 23508:2 23509:1 23514:2 23515:1 23533:1 23536:5 23538:1 23545:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23674:1 23696:4 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:4 23734:3 23745:1 23746:3 23749:2 23755:1 23769:1 23777:1 23782:4 23789:1 23791:2 23805:1 23835:2 23838:1 23845:1 23851:1 23855:1 23856:1 23883:1 23890:1 23892:1 23897:2 23911:1 23933:2 23948:1 23950:1 23953:3 23962:1 23971:1 24016:6 24017:1 24018:1 24031:1 24050:2 24074:1 24076:1 24087:5 24092:1 24093:1 24107:2 24112:2 24120:1 24138:3 24180:2 24182:1 24191:1 24194:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24231:1 24238:9 24239:1 24241:1 24242:1 24256:1 24259:1 24263:2 24267:1 24269:1 24270:1 24278:2 24289:2 24293:6 24300:1 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:1 24382:1 24387:4 24393:1 24405:1 24410:1 24416:2 24419:3 24420:1 24421:1 24427:1 24449:1 24464:7 24490:3 24528:1 24543:1 24544:1 24554:4 24561:1 24577:1 24596:2 24619:1 24648:2 24661:1 24668:2 24690:1 24699:1 24701:2 24722:1 24724:1 24725:2 24737:1 24747:2 24756:1 24758:3 24768:1 24770:1 24776:1 24783:1 24789:1 24791:1 24797:1 24804:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:1 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24893:1 24900:1 24901:1 24907:1 24908:5 24910:1 24932:3 24938:2 24948:1 24950:1 24957:8 24960:1 24972:1 24977:1 24981:2 24983:3 25012:1 25040:2 25041:4 25066:1 25070:2 25082:1 25085:1 25121:2 25137:1 25140:4 25147:1 25149:3 25170:1 25171:1 25182:1 25184:1 25190:1 25192:3 25198:1 25208:1 25219:1 25250:1 25256:1 25258:1 25266:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25350:1 25396:1 25414:2 25420:1 25421:1 25446:1 25461:1 25470:1 25488:1 25491:1 25497:1 25502:1 25503:1 25507:1 25523:1 25526:1 25527:2 25528:4 25531:2 25535:1 25546:1 25547:1 25587:1 25594:1 25600:1 25606:2 25636:1 25648:1 25650:1 25657:3 25659:5 25668:2 25673:2 25674:2 25684:1 25686:1 25709:1 25718:1 25733:1 25736:1 25738:1 25746:2 25747:1 25749:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:2 25796:1 25799:2 25802:1 25817:6 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25908:1 25912:2 25917:7 25918:1 25926:7 25941:2 25960:1 25965:3 25972:3 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:2 26063:1 26067:2 26073:1 26075:1 26077:1 26089:2 26097:1 26100:8 26102:3 26105:1 26108:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:2 26256:1 26257:1 26272:3 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26404:1 26420:1 26425:1 26439:1 26449:1 26451:1 26462:2 26465:1 26469:2 26472:2 26485:1 26486:1 26503:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:8 26537:2 26551:1 26575:2 26578:1 26582:2 26607:1 26608:5 26609:1 26610:2 26617:1 26619:1 26620:1 26632:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:3 26774:1 26779:6 26788:2 26789:1 26809:1 26824:2 26827:1 26847:3 26849:7 26859:1 26864:1 26865:1 26867:1 26869:1 26871:2 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:5 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26972:1 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27056:1 27063:2 27090:2 27096:5 27099:1 27100:3 27105:1 27130:1 27133:4 27136:1 27158:1 27164:2 27178:2 27184:1 27189:1 27223:2 27225:3 27227:1 27236:1 27237:1 27242:1 27245:2 27256:1 27263:1 27269:1 27271:1 27273:1 27281:1 27288:1 27297:1 27298:1 27316:10 27338:1 27352:3 27361:1 27369:1 27374:1 27383:2 27396:1 27398:1 27413:1 27415:2 27418:1 27419:1 27427:2 27429:1 27459:2 27474:2 27488:2 27493:1 27500:2 27528:1 27553:1 27555:1 27568:1 27575:1 27577:2 27581:2 27586:1 27613:2 27625:1 27637:1 27642:1 27651:1 27653:1 27675:2 27677:1 27685:1 27693:1 27701:2 27703:2 27732:1 27738:1 27741:1 27746:1 27751:1 27764:1 27765:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27797:1 27799:1 27804:1 27815:1 27826:1 27827:1 27834:1 27841:1 27852:1 27854:1 27856:2 27862:1 27878:2 27879:1 27887:1 27890:1 27892:1 27900:1 27909:1 27915:1 27920:4 27928:2 27946:1 27948:1 27954:5 27958:1 27966:1 27967:2 27974:1 27981:1 27982:1 27983:1 27988:1 27994:1 28046:1 28050:1 28070:1 28076:1 28082:1 28089:2 28091:1 28092:2 28095:2 28112:3 28120:1 28137:1 28140:1 28149:1 28154:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28266:1 28267:1 28285:2 28334:1 28336:2 28340:5 28341:1 28348:1 28357:1 28370:2 28379:1 28391:1 28437:1 28438:2 28449:1 28462:1 28479:1 28484:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:4 28565:1 28570:6 28583:1 28584:1 28586:1 28597:1 28607:1 28610:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28674:1 28691:1 28692:1 28702:1 28703:2 28705:7 28706:1 28709:1 28713:1 28723:1 28729:1 28749:2 28760:2 28774:1 28782:3 28792:1 28798:1 28799:1 28806:1 28814:2 28816:1 28821:2 28823:4 28857:1 28860:1 28869:3 28877:1 28889:1 28892:1 28895:1 28943:1 28946:3 28964:2 28972:1 28977:1 28984:2 29002:5 29005:1 29011:4 29013:2 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29042:1 29043:2 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:2 29108:1 29121:1 29124:1 29128:1 29141:1 29155:1 29169:2 29196:1 29199:1 29203:2 29207:1 29209:1 29212:2 29213:1 29215:9 29217:2 29222:2 29223:1 29233:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29292:1 29298:1 29301:1 29303:1 29304:1 29307:1 29315:1 29326:2 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:2 29383:8 29385:1 29390:2 29393:1 29402:1 29403:1 29404:1 29407:3 29408:1 29410:1 29442:1 29457:1 29481:1 29485:1 29493:4 29513:3 29517:1 29539:4 29546:1 29551:1 29581:2 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29664:1 29715:1 29722:2 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29770:1 29772:1 29789:1 29797:1 29823:1 29829:5 29832:14 29835:1 29836:1 29851:1 29876:10 29886:1 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29948:1 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:1 30045:2 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30115:1 30120:1 30132:1 30134:1 30138:1 30143:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30201:2 30204:1 30212:4 30234:3 30246:2 30247:1 30250:3 30265:1 30269:1 30274:3 30277:1 30293:2 30298:2 30303:1 30313:1 30343:3 30365:2 30386:3 30389:2 30391:1 30401:1 30403:1 30410:1 30412:2 30436:2 30445:1 30453:1 30457:1 30479:2 30490:5 30492:7 30509:4 30512:1 30552:1 30562:3 30567:1 30578:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:4 30686:4 30692:1 30712:1 30731:1 30732:2 30750:1 30753:1 30761:1 30768:3 30780:2 30796:2 30801:1 30804:1 30819:7 30845:1 30852:1 30854:1 30874:2 30877:1 30899:1 30908:2 30911:2 30917:1 30921:1 30925:1 30944:1 30945:1 30951:1 30953:1 30955:2 30958:1 30965:1 30984:1 30991:1 30997:1 31011:1 31033:1 31044:1 31075:9 31082:2 31095:1 31142:1 31160:1 31166:1 31176:1 31179:1 31180:2 31194:1 31206:1 31211:2 31228:1 31234:2 31274:1 31292:3 31297:5 31298:1 31305:1 31319:2 31338:1 31347:1 31357:1 31375:1 31377:2 31379:2 31396:2 31398:2 31413:3 31434:1 31435:1 31458:5 31463:1 31467:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31517:1 31518:2 31524:1 31539:1 31545:1 31552:2 31553:1 31574:1 31590:1 31594:2 31597:1 31631:1 31632:1 31635:1 31647:3 31668:1 31683:1 31703:2 31718:1 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:14 31826:1 31828:1 31844:3 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31945:1 31950:2 31963:1 31981:1 31982:2 31988:1 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32052:1 32056:1 32057:1 32068:1 32070:1 32071:1 32073:1 32075:1 32078:1 32082:1 32084:1 32085:1 32093:6 32094:2 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:3 32149:2 32156:3 32158:1 32161:3 32165:1 32206:2 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32296:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32401:1 32406:1 32413:1 32415:1 32427:1 32430:1 32432:1 32465:6 32468:1 32469:1 32478:2 32480:2 32483:2 32485:1 32486:1 32489:1 32498:3 32504:1 32505:2 32513:1 32514:1 32515:1 32519:1 32526:1 32527:1 32537:4 32538:1 32545:3 32546:3 32547:2 32549:1 32551:1 32553:1 32554:2 32556:6 32562:1 32564:1 32565:1 32568:1 32570:1 32582:3 32586:1 32607:1 32610:1 32614:3 32631:1 32632:1 32640:1 32648:1 32658:4 32670:2 32671:2 32675:1 32678:1 32685:1 32698:1 32703:1 32738:1 32794:1 32800:1 32803:1 32804:1 32806:1 32827:2 32829:1 32836:1 32855:1 32860:2 32861:2 32875:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:3 32930:1 32933:1 32938:2 32956:1 32961:2 33014:1 33041:5 33063:2 33067:1 33075:1 33081:1 33085:1 33086:6 33090:1 33103:1 33108:3 33125:1 33141:3 33156:1 33161:2 33165:1 33189:1 33190:1 33198:1 33210:1 33211:1 33240:2 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:4 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33420:1 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:2 33465:1 33466:2 33469:1 33474:1 33481:5 33486:1 33492:1 33498:1 33499:1 33502:1 33510:8 33512:1 33538:1 33550:1 33555:1 33558:1 33569:1 33578:2 33580:1 33596:2 33609:4 33614:3 33623:2 33637:1 33640:2 33647:1 33648:2 33656:8 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33704:1 33707:1 33721:1 33739:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:2 33863:1 33870:1 33872:1 33877:1 33895:1 33903:1 33907:4 33958:3 33962:1 33967:2 33971:1 33987:2 33990:1 34010:1 34011:2 34020:1 34028:1 34039:2 34040:1 34043:8 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:3 34158:1 34162:1 34171:1 34190:1 34199:1 34206:1 34212:1 34217:1 34224:1 34254:1 34268:2 34275:1 34304:2 34334:2 34349:3 34371:2 34375:1 34388:1 34389:1 34407:1 34426:1 34442:2 34466:1 34472:1 34482:1 34485:1 34489:1 34510:1 34514:2 34551:1 34568:1 34586:1 34589:3 34595:1 34603:2 34622:2 34669:1 34675:3 34698:1 34702:1 34716:1 34728:5 34736:1 34744:5 34749:1 34758:5 34760:1 34764:2 34770:2 34771:1 34787:5 34815:1 34816:1 34830:1 34840:1 34847:2 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:2 34880:1 34884:1 34885:2 34886:10 34891:3 34895:2 34898:2 34900:1 34901:2 34904:1 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35041:1 35042:4 35043:2
3 3:3 13:1 14:1 33:2 34:2 36:2 40:1 48:1 93:2 102:3 121:2 125:1 131:4 138:2 160:1 163:1 171:1 182:1 195:1 196:1 206:2 215:1 225:2 234:1 242:1 258:1 267:1 288:1 302:1 304:3 305:2 309:2 310:1 315:2 317:1 318:1 326:2 336:1 361:1 364:1 383:1 404:2 405:2 406:1 419:1 432:1 434:2 437:1 442:2 445:1 449:1 453:3 456:2 459:1 461:1 462:1 465:2 473:1 474:1 491:4 493:1 497:4 499:3 503:2 510:4 516:1 576:1 595:1 596:1 601:1 610:1 612:1 615:2 619:1 639:1 646:1 656:1 662:1 674:1 677:5 685:6 690:1 704:1 710:8 718:1 741:1 743:2 747:1 748:2 763:1 767:3 770:1 771:1 780:2 799:1 803:1 836:1 845:1 855:1 883:2 884:1 901:1 908:1 915:1 916:1 934:2 939:3 952:1 960:1 962:1 964:1 970:1 1001:4 1013:3 1029:5 1034:1 1040:2 1053:4 1057:8 1060:7 1066:1 1067:1 1072:4 1075:1 1077:1 1088:1 1116:3 1118:1 1119:7 1124:1 1150:1 1156:1 1160:2 1184:2 1188:2 1198:3 1220:1 1260:2 1265:2 1271:1 1275:2 1286:2 1293:1 1299:1 1302:2 1311:1 1321:4 1338:3 1347:1 1353:3 1363:1 1366:2 1371:4 1373:3 1374:1 1384:1 1387:1 1388:3 1390:1 1391:2 1394:2 1406:1 1421:2 1426:1 1434:2 1436:1 1438:2 1439:4 1452:1 1456:1 1458:1 1461:1 1465:1 1467:1 1480:4 1484:2 1492:1 1512:1 1514:1 1517:1 1518:1 1522:1 1531:1 1543:2 1552:1 1561:1 1565:1 1567:2 1601:1 1621:1 1628:2 1643:2 1647:1 1657:1 1660:1 1662:3 1683:1 1685:2 1693:9 1694:1 1712:3 1721:1 1725:1 1740:2 1744:1 1745:1 1747:1 1761:1 1778:1 1785:1 1790:1 1791:1 1799:8 1809:2 1816:1 1825:1 1836:7 1856:1 1869:1 1875:2 1893:1 1900:1 1924:1 1962:2 1963:4 1976:1 1977:1 1980:3 1998:2 2000:1 2007:1 2019:3 2020:1 2021:2 2026:1 2039:2 2067:1 2080:1 2088:1 2107:1 2114:3 2137:2 2140:1 2146:1 2168:1 2177:1 2178:1 2180:2 2194:1 2195:3 2197:3 2202:1 2208:1 2210:2 2216:1 2227:1 2231:1 2235:2 2246:1 2248:1 2252:1 2259:1 2260:1 2264:2 2278:1 2283:1 2291:1 2294:1 2315:2 2316:1 2332:3 2333:1 2337:1 2338:1 2365:1 2367:1 2373:2 2388:1 2408:1 2411:1 2413:1 2421:1 2422:1 2446:1 2450:1 2463:2 2465:1 2474:1 2499:1 2517:6 2535:1 2537:1 2557:1 2565:6 2567:1 2569:3 2586:6 2588:1 2589:1 2600:1 2601:1 2605:1 2612:2 2628:1 2639:1 2653:1 2654:1 2659:1 2663:3 2664:3 2665:1 2666:1 2669:4 2671:4 2673:4 2674:1 2675:1 2676:7 2677:3 2678:2 2682:1 2685:1 2688:1 2694:4 2699:1 2700:1 2701:4 2703:1 2704:3 2710:6 2711:2 2728:1 2748:1 2752:1 2757:2 2779:1 2787:1 2794:2 2811:1 2813:1 2832:2 2838:3 2858:1 2873:1 2876:2 2877:2 2878:1 2884:1 2911:3 2922:2 2931:2 2940:2 2955:1 2967:3 2971:1 2972:1 3010:1 3015:2 3038:1 3046:1 3063:1 3073:1 3091:2 3092:2 3103:1 3109:1 3121:1 3137:1 3152:1 3153:1 3157:4 3164:1 3180:1 3184:5 3187:2 3207:1 3216:1 3225:1 3248:1 3267:1 3279:1 3280:1 3281:2 3292:1 3302:2 3306:1 3307:1 3323:1 3326:1 3358:3 3364:1 3366:2 3369:1 3371:2 3375:3 3377:1 3386:1 3389:2 3392:1 3397:1 3398:3 3407:1 3433:2 3435:1 3445:2 3447:15 3466:2 3470:1 3472:1 3481:1 3488:2 3517:4 3518:1 3522:1 3523:7 3534:5 3536:1 3544:1 3578:1 3579:1 3619:1 3679:2 3682:2 3754:1 3761:1 3762:2 3808:1 3831:1 3840:1 3847:1 3849:2 3865:1 3871:4 3873:1 3884:8 3898:1 3927:1 3932:1 3935:1 3986:2 3992:1 4003:1 4011:2 4027:1 4057:1 4065:2 4075:1 4086:1 4099:1 4106:1 4111:1 4119:1 4136:1 4142:1 4173:1 4182:2 4184:1 4186:1 4190:1 4215:1 4216:1 4223:1 4225:1 4227:1 4234:1 4237:2 4240:1 4241:1 4243:2 4244:2 4268:1 4271:1 4273:1 4289:1 4324:1 4337:2 4338:2 4342:1 4347:1 4350:6 4357:4 4369:2 4374:1 4376:2 4386:4 4418:3 4424:1 4432:1 4439:2 4453:1 4463:1 4468:1 4476:3 4480:3 4507:5 4511:1 4520:1 4554:2 4560:1 4585:1 4587:1 4591:2 4593:2 4608:2 4609:3 4615:1 4618:2 4626:1 4627:2 4639:1 4651:1 4657:2 4676:5 4678:1 4695:1 4717:1 4719:1 4731:1 4735:1 4736:3 4757:1 4761:1 4782:1 4784:1 4786:1 4789:1 4791:1 4793:1 4800:5 4836:2 4841:1 4845:1 4848:1 4849:2 4875:1 4880:2 4888:1 4891:1 4895:1 4899:1 4907:1 4920:1 4946:4 4952:1 4959:2 4966:1 4974:1 4983:1 4987:1 5003:1 5004:2 5006:3 5016:2 5022:1 5029:2 5033:1 5040:1 5076:1 5080:1 5086:1 5089:1 5093:3 5127:1 5128:1 5131:1 5141:3 5145:2 5157:1 5175:3 5177:1 5178:1 5183:1 5210:1 5230:1 5250:1 5267:1 5271:1 5281:1 5298:6 5311:1 5313:1 5331:1 5338:2 5348:1 5349:1 5369:3 5377:1 5381:1 5392:1 5398:1 5399:1 5426:1 5431:1 5432:1 5445:4 5472:2 5474:1 5476:1 5482:1 5492:1 5502:1 5511:1 5516:1 5517:1 5521:1 5526:1 5530:1 5546:1 5548:11 5563:1 5567:4 5582:2 5588:1 5589:2 5599:10 5612:1 5616:2 5627:1 5647:3 5652:1 5699:2 5704:3 5707:2 5723:1 5727:1 5745:1 5753:1 5790:1 5796:1 5797:1 5805:1 5818:2 5830:20 5834:3 5849:1 5861:1 5870:1 5894:1 5907:1 5909:3 5911:1 5968:1 5970:6 5988:4 5989:6 5990:2 5996:2 5999:1 6001:1 6002:2 6004:1 6005:2 6006:1 6013:1 6020:2 6022:2 6024:2 6026:1 6029:1 6080:1 6099:1 6103:2 6117:1 6131:1 6138:2 6141:1 6152:1 6157:1 6165:2 6178:1 6179:1 6180:1 6181:1 6199:1 6204:1 6210:1 6215:1 6267:2 6299:1 6304:1 6310:1 6315:1 6323:2 6330:2 6335:1 6343:2 6354:1 6360:1 6373:1 6401:4 6403:1 6405:2 6408:2 6421:1 6436:1 6448:2 6477:2 6504:2 6511:1 6517:2 6518:2 6566:1 6577:1 6579:2 6580:1 6635:1 6641:1 6652:3 6664:1 6675:1 6695:1 6698:2 6702:2 6717:1 6734:1 6789:1 6791:4 6793:1 6794:3 6798:1 6852:1 6853:2 6861:1 6882:1 6886:3 6888:1 6890:1 6894:1 6910:1 6916:1 6926:2 6929:1 6935:1 6942:1 6958:1 6960:3 6970:1 6990:2 6992:1 6993:1 6994:1 7024:1 7028:1 7034:1 7041:2 7048:1 7069:1 7071:1 7094:1 7102:2 7104:1 7105:1 7106:1 7108:2 7135:1 7158:2 7170:1 7183:3 7236:1 7271:2 7274:1 7282:1 7287:1 7289:1 7295:1 7303:2 7307:1 7313:2 7315:3 7318:3 7320:5 7334:1 7337:3 7340:1 7341:2 7344:1 7345:1 7349:2 7353:1 7355:1 7358:2 7366:2 7373:2 7387:1 7406:1 7418:1 7426:1 7431:1 7442:1 7446:2 7452:7 7464:1 7466:1 7469:1 7483:1 7492:1 7494:2 7497:1 7506:1 7509:1 7530:1 7550:3 7553:2 7563:2 7569:2 7581:2 7584:1 7588:1 7605:1 7625:3 7626:1 7632:1 7633:1 7637:2 7638:1 7654:3 7656:1 7677:6 7678:1 7679:1 7680:2 7685:2 7686:7 7688:2 7689:2 7692:1 7695:6 7696:1 7699:2 7702:5 7703:14 7705:1 7707:1 7708:1 7711:1 7722:1 7726:1 7730:1 7740:1 7765:2 7799:2 7801:1 7836:1 7843:1 7847:1 7848:4 7849:1 7851:1 7857:1 7860:2 7877:15 7894:1 7920:1 7937:1 7956:2 7960:2 7977:1 7984:1 8007:1 8013:1 8018:1 8028:3 8036:1 8089:1 8102:1 8113:1 8183:1 8189:1 8191:2 8200:2 8205:3 8208:2 8209:1 8225:1 8235:4 8241:1 8256:1 8270:2 8271:2 8274:6 8276:1 8278:1 8289:1 8297:1 8304:6 8307:2 8329:1 8333:1 8337:1 8394:2 8396:1 8405:1 8407:1 8415:1 8423:1 8444:2 8449:1 8458:2 8463:1 8475:1 8476:1 8487:2 8495:1 8496:1 8503:1 8505:1 8511:1 8512:1 8513:1 8514:1 8526:1 8530:2 8535:1 8539:2 8540:2 8557:1 8572:1 8586:1 8624:1 8625:2 8648:2 8652:1 8658:1 8660:1 8666:5 8677:1 8693:1 8738:1 8745:1 8748:1 8753:1 8763:1 8765:1 8797:1 8800:1 8805:1 8833:1 8858:1 8872:1 8888:1 8954:1 8969:3 8977:1 8989:1 8997:1 9020:2 9036:2 9062:1 9075:1 9084:1 9087:1 9097:1 9099:8 9112:1 9113:1 9118:3 9119:1 9131:1 9139:2 9143:1 9148:1 9154:1 9169:1 9184:1 9186:3 9191:1 9205:1 9209:1 9257:1 9281:11 9282:5 9287:1 9300:2 9301:1 9304:4 9330:1 9335:4 9336:3 9340:2 9348:1 9357:50 9364:1 9379:5 9381:14 9385:2 9387:1 9389:1 9403:1 9404:2 9410:1 9422:1 9427:1 9431:1 9438:1 9444:1 9465:1 9467:2 9485:1 9498:1 9500:2 9507:1 9516:1 9552:1 9555:1 9570:3 9571:2 9574:1 9580:1 9581:2 9616:2 9638:1 9645:1 9647:5 9659:2 9665:1 9707:1 9710:1 9717:1 9752:1 9756:2 9780:2 9787:1 9803:1 9811:2 9815:1 9816:1 9825:1 9832:3 9845:1 9846:1 9847:1 9868:2 9878:1 9896:1 9907:1 9913:2 9915:2 9923:2 9924:2 9940:30 9960:1 9972:1 9978:2 9980:1 9982:3 9985:1 9989:1 10047:1 10052:1 10074:1 10075:2 10076:1 10078:2 10097:1 10098:1 10100:1 10103:1 10109:1 10111:1 10126:1 10132:1 10148:1 10156:3 10162:2 10164:1 10166:1 10167:1 10169:1 10176:1 10205:3 10208:2 10211:3 10217:3 10221:1 10237:1 10249:2 10251:1 10256:1 10259:1 10262:4 10263:2 10279:1 10289:1 10293:1 10302:3 10305:1 10335:1 10337:1 10341:1 10344:1 10363:1 10368:1 10371:1 10373:1 10380:3 10382:2 10383:1 10387:1 10388:2 10389:1 10392:1 10394:1 10398:1 10407:1 10416:1 10439:1 10477:3 10481:2 10493:1 10498:1 10503:1 10504:2 10505:1 10528:3 10544:2 10558:1 10559:1 10564:1 10567:1 10571:1 10578:1 10582:2 10618:2 10625:2 10639:1 10646:1 10651:1 10655:1 10691:1 10719:2 10720:1 10723:1 10728:1 10729:2 10733:1 10735:2 10736:1 10737:1 10738:3 10753:1 10756:1 10757:2 10758:1 10760:1 10767:1 10776:3 10789:2 10797:1 10798:2 10802:4 10824:2 10829:2 10842:1 10855:1 10862:2 10866:1 10876:1 10883:1 10892:1 10896:1 10904:1 10911:3 10914:1 10921:1 10925:1 10930:1 10933:1 10937:1 10941:1 10944:1 10946:1 10964:1 10971:4 10997:2 10998:1 11025:5 11027:1 11029:1 11041:1 11057:1 11062:1 11079:1 11087:3 11088:1 11111:3 11124:1 11129:3 11148:2 11157:1 11164:2 11172:1 11186:1 11195:3 11196:2 11200:1 11203:1 11206:1 11209:1 11216:1 11220:1 11226:1 11246:1 11247:1 11263:1 11268:3 11272:1 11286:2 11304:1 11308:1 11323:2 11330:2 11336:1 11340:1 11343:1 11348:1 11349:1 11352:1 11353:1 11356:1 11358:1 11359:1 11375:1 11377:1 11391:1 11393:2 11395:1 11397:2 11404:1 11415:1 11416:3 11421:2 11437:1 11442:1 11453:1 11454:2 11487:1 11510:1 11512:1 11541:2 11549:1 11556:1 11561:1 11565:1 11568:1 11584:1 11605:1 11607:1 11620:1 11624:2 11626:1 11642:4 11659:3 11667:1 11685:5 11686:4 11691:1 11709:1 11725:1 11778:1 11785:2 11823:1 11826:1 11833:1 11852:1 11855:1 11867:5 11869:1 11873:2 11874:1 11882:1 11889:1 11890:4 11904:1 11909:1 11923:2 11933:1 11959:6 11970:1 11979:1 11983:1 11985:1 12003:1 12008:1 12013:6 12026:1 12036:1 12059:2 12062:1 12069:1 12085:1 12089:1 12102:1 12110:3 12113:1 12119:2 12123:7 12136:2 12138:1 12156:2 12158:2 12169:1 12171:1 12200:1 12216:1 12220:1 12228:2 12231:1 12254:1 12259:1 12267:1 12278:1 12289:1 12290:1 12303:1 12307:4 12321:1 12327:1 12330:1 12332:2 12336:1 12360:1 12384:4 12403:2 12412:2 12424:1 12442:1 12443:7 12449:2 12452:1 12453:1 12475:2 12476:1 12504:1 12509:1 12510:1 12514:2 12515:2 12528:1 12529:1 12536:1 12538:2 12543:1 12553:2 12569:1 12571:1 12575:4 12589:1 12604:1 12629:2 12652:1 12654:1 12663:1 12672:1 12692:2 12693:1 12711:1 12717:1 12721:1 12735:1 12750:1 12757:1 12764:1 12765:1 12772:1 12812:1 12836:1 12839:1 12845:7 12849:1 12859:14 12904:2 12908:1 12923:2 12936:3 12945:1 12954:2 12972:1 12997:1 13016:1 13034:1 13036:1 13070:1 13078:1 13083:1 13089:1 13100:1 13128:1 13139:3 13159:6 13165:8 13180:1 13190:1 13201:2 13202:1 13212:2 13216:1 13249:1 13251:3 13252:1 13273:1 13280:2 13283:1 13284:1 13298:4 13304:1 13307:1 13312:1 13315:1 13318:3 13326:2 13354:1 13362:1 13372:4 13382:2 13383:1 13388:3 13393:1 13396:1 13407:1 13429:1 13450:1 13464:1 13485:1 13487:1 13496:1 13519:1 13523:2 13557:1 13598:1 13601:2 13610:4 13615:4 13617:2 13633:1 13635:1 13638:2 13639:2 13644:2 13654:2 13692:2 13695:2 13707:1 13715:1 13719:1 13724:1 13732:2 13735:4 13748:1 13755:1 13771:2 13772:1 13779:1 13788:1 13793:1 13794:1 13805:2 13806:1 13820:2 13822:1 13825:2 13828:2 13836:1 13843:2 13860:1 13873:1 13882:1 13897:1 13902:1 13904:1 13907:1 13916:3 13926:1 13931:2 13951:12 13977:1 13979:1 13984:2 13988:1 13993:5 13997:1 13999:2 14006:1 14008:1 14009:1 14011:1 14013:1 14016:2 14020:1 14021:2 14023:2 14025:1 14028:4 14029:1 14033:2 14035:1 14064:1 14067:1 14069:4 14081:1 14085:2 14090:13 14094:1 14103:4 14104:1 14111:2 14112:2 14113:4 14117:1 14136:1 14170:1 14186:1 14190:2 14202:1 14270:1 14284:1 14290:1 14300:1 14305:1 14310:2 14314:2 14326:1 14338:1 14344:4 14351:1 14359:2 14373:1 14380:2 14395:1 14405:2 14428:2 14443:1 14444:1 14455:1 14473:1 14505:1 14507:1 14511:1 14523:3 14525:1 14534:1 14535:1 14544:1 14554:1 14556:1 14572:1 14574:1 14575:2 14590:1 14595:1 14607:2 14609:1 14613:1 14618:2 14621:2 14623:1 14644:5 14645:1 14668:1 14698:1 14745:1 14746:1 14754:2 14764:2 14765:3 14771:1 14779:1 14796:1 14816:1 14818:1 14835:1 14856:2 14885:2 14888:1 14891:1 14911:1 14913:1 14919:1 14926:1 14931:1 14934:1 14941:1 14954:1 14955:1 14966:8 14967:1 14978:1 15060:3 15068:1 15076:1 15089:1 15121:2 15127:1 15135:1 15136:1 15140:1 15159:2 15188:1 15202:1 15233:4 15240:1 15259:1 15268:3 15269:1 15278:1 15282:1 15284:1 15287:1 15289:1 15291:1 15295:1 15304:2 15318:1 15320:1 15329:1 15334:1 15352:1 15358:1 15379:1 15398:1 15408:1 15409:1 15411:1 15423:2 15428:1 15430:1 15472:1 15480:1 15483:1 15502:1 15553:1 15561:1 15562:1 15603:1 15614:1 15616:1 15627:1 15632:1 15641:1 15674:1 15683:2 15686:2 15696:7 15697:1 15699:3 15704:1 15718:1 15733:1 15734:4 15771:1 15783:1 15788:1 15789:1 15799:4 15807:4 15809:3 15811:3 15822:1 15823:7 15835:1 15839:1 15845:2 15867:2 15875:1 15883:2 15888:1 15890:4 15900:1 15901:11 15911:1 15938:1 15939:1 15946:1 15954:1 15957:2 15974:1 15978:9 15980:1 15992:2 15997:1 16003:1 16006:1 16018:1 16047:1 16057:1 16062:1 16064:1 16067:1 16071:1 16090:1 16107:3 16110:3 16115:1 16120:1 16151:1 16154:1 16170:1 16175:3 16177:1 16184:1 16221:2 16232:1 16243:2 16256:1 16264:2 16269:2 16270:1 16289:1 16295:3 16301:1 16340:2 16343:1 16346:4 16347:2 16359:2 16365:1 16368:1 16379:4 16381:1 16382:2 16394:1 16399:2 16404:1 16410:1 16426:4 16429:3 16439:1 16450:1 16460:1 16473:1 16474:1 16479:3 16488:1 16490:1 16493:2 16511:2 16513:2 16514:1 16519:1 16527:2 16528:4 16533:1 16545:1 16550:2 16560:1 16583:1 16584:3 16587:2 16598:2 16629:2 16657:1 16667:1 16683:1 16686:3 16688:2 16694:1 16707:3 16715:1 16741:1 16750:1 16756:1 16764:1 16767:1 16769:1 16781:2 16791:3 16793:1 16806:1 16813:1 16819:1 16830:1 16834:2 16838:2 16840:1 16859:2 16874:1 16878:1 16892:1 16895:1 16902:1 16919:3 16951:1 16959:1 16970:2 16972:1 16985:1 16986:3 16991:1 16997:1 17001:1 17007:1 17026:1 17037:1 17062:1 17095:3 17096:2 17102:2 17109:1 17110:1 17123:1 17128:1 17134:4 17137:1 17139:1 17144:2 17146:6 17150:1 17152:2 17166:4 17169:3 17170:2 17172:1 17176:6 17178:2 17180:2 17191:2 17194:1 17200:1 17203:1 17233:1 17236:2 17237:1 17259:1 17273:1 17295:2 17300:1 17301:1 17312:1 17318:1 17339:1 17348:2 17350:1 17355:1 17356:1 17357:1 17370:1 17372:1 17377:1 17402:2 17409:1 17414:2 17418:1 17437:1 17460:1 17479:1 17481:2 17485:2 17489:1 17500:1 17523:1 17565:2 17570:2 17585:3 17588:5 17603:1 17609:1 17622:1 17623:1 17635:1 17656:2 17659:4 17662:1 17665:2 17669:1 17672:1 17681:1 17686:1 17696:1 17703:2 17704:2 17718:2 17732:1 17739:3 17741:1 17761:1 17764:1 17765:1 17768:1 17775:1 17782:2 17789:1 17795:4 17800:1 17802:3 17868:1 17885:1 17902:1 17907:1 17918:1 17920:6 17923:1 17939:1 17940:1 17952:2 17959:5 17964:2 17965:4 17967:2 17986:1 17992:1 17998:1 18001:1 18002:1 18007:1 18010:2 18052:1 18071:1 18076:2 18088:1 18092:1 18099:1 18137:1 18147:1 18152:1 18162:2 18169:1 18173:1 18180:1 18197:1 18199:1 18214:1 18216:1 18231:1 18252:1 18274:1 18275:3 18283:1 18307:2 18312:1 18315:1 18318:1 18327:1 18370:2 18389:2 18392:2 18418:1 18434:1 18465:2 18467:1 18468:1 18491:3 18518:2 18525:1 18549:2 18554:1 18556:1 18557:1 18558:1 18560:1 18563:1 18567:1 18586:1 18599:1 18604:2 18612:1 18615:8 18651:1 18653:1 18672:2 18680:1 18695:1 18702:1 18705:1 18732:1 18753:2 18769:2 18779:1 18785:1 18787:6 18788:1 18792:1 18802:1 18806:1 18808:3 18819:1 18821:2 18822:1 18824:1 18827:1 18830:1 18832:1 18833:1 18845:4 18846:1 18850:3 18853:2 18861:1 18867:2 18873:6 18881:1 18894:1 18900:1 18907:2 18949:1 18960:1 18966:3 18967:1 18982:1 18991:1 19003:6 19021:2 19038:1 19044:1 19045:1 19047:1 19053:1 19066:1 19069:7 19078:1 19118:1 19122:1 19146:3 19151:1 19155:14 19158:1 19166:1 19174:1 19184:1 19198:5 19205:2 19220:1 19230:2 19231:1 19237:1 19240:1 19250:1 19260:9 19261:1 19266:2 19283:1 19297:4 19298:1 19302:1 19311:1 19339:1 19344:1 19408:1 19439:2 19442:1 19451:2 19463:1 19467:2 19468:1 19469:1 19470:1 19472:1 19473:3 19476:2 19478:1 19480:2 19481:2 19483:3 19485:4 19487:1 19489:1 19491:1 19494:1 19495:2 19503:1 19508:1 19523:2 19527:1 19537:1 19563:1 19567:1 19573:4 19575:2 19583:2 19586:2 19591:1 19626:3 19631:1 19637:1 19643:2 19662:1 19681:1 19691:1 19694:1 19720:1 19737:1 19782:4 19793:1 19796:1 19824:1 19831:1 19844:1 19859:1 19877:1 19879:1 19884:1 19898:4 19911:1 19918:1 19931:1 19943:1 19953:2 19955:1 19961:1 19969:1 19991:5 20004:1 20019:1 20020:1 20030:7 20035:1 20039:1 20041:1 20051:1 20061:1 20067:1 20081:3 20083:2 20084:7 20085:1 20099:1 20100:1 20131:1 20146:1 20151:1 20172:1 20173:2 20196:1 20203:1 20209:1 20213:7 20216:1 20227:1 20234:2 20256:1 20274:1 20287:1 20290:1 20309:2 20326:1 20354:1 20357:1 20385:3 20389:1 20398:1 20407:1 20422:1 20427:1 20430:1 20436:1 20443:1 20444:1 20450:1 20497:1 20520:1 20550:1 20555:1 20557:1 20573:1 20577:1 20592:1 20598:1 20608:1 20613:1 20616:2 20618:1 20619:1 20622:1 20634:2 20637:1 20638:1 20640:2 20670:4 20672:1 20694:2 20705:1 20710:2 20716:1 20731:1 20737:1 20819:2 20834:2 20844:2 20847:1 20848:1 20853:3 20860:2 20875:1 20877:1 20890:1 20891:1 20892:1 20896:1 20897:1 20904:1 20940:1 20950:1 20952:2 20955:2 20959:1 20972:6 20981:2 20984:1 21000:1 21018:1 21021:1 21028:1 21085:1 21088:1 21097:1 21100:1 21115:2 21117:2 21136:1 21138:2 21151:1 21156:1 21157:1 21162:1 21167:1 21170:1 21181:1 21184:1 21190:1 21206:1 21212:2 21213:1 21223:1 21229:1 21232:1 21246:1 21257:1 21277:2 21284:1 21290:1 21297:1 21306:1 21314:2 21334:1 21341:1 21354:1 21355:1 21364:1 21368:1 21375:1 21376:1 21399:1 21413:1 21414:1 21419:7 21429:1 21432:1 21437:1 21438:1 21450:1 21455:1 21464:2 21469:1 21486:1 21487:1 21493:1 21504:1 21508:2 21516:1 21528:3 21529:6 21531:1 21534:1 21535:1 21557:1 21573:1 21580:1 21584:2 21635:2 21641:5 21651:2 21660:1 21679:1 21683:1 21690:1 21697:1 21718:1 21729:1 21759:1 21775:1 21777:4 21787:2 21788:1 21791:2 21815:1 21836:2 21839:1 21843:1 21878:2 21898:1 21907:5 21911:1 21938:1 21947:1 21954:2 21959:1 21969:1 22006:1 22008:2 22023:1 22035:1 22038:1 22052:2 22076:1 22083:2 22088:1 22102:7 22110:1 22117:1 22125:1 22127:1 22128:1 22141:2 22150:1 22158:1 22163:1 22164:2 22167:1 22170:1 22182:1 22196:1 22198:2 22202:1 22208:3 22212:1 22216:1 22243:1 22283:1 22284:1 22298:1 22301:3 22303:1 22308:1 22320:1 22326:1 22343:1 22346:1 22347:1 22352:2 22355:1 22381:3718 22385:2 22388:1 22391:3 22394:1 22399:1 22408:1 22412:4 22414:1 22424:1 22459:1 22496:1 22515:1 22516:1 22530:1 22538:2 22542:1 22551:1 22553:1 22578:6 22607:1 22612:8 22622:1 22623:1 22629:1 22634:1 22636:1 22660:1 22662:1 22664:5 22671:1 22691:1 22722:1 22727:4 22756:1 22757:1 22767:2 22811:3 22823:1 22855:1 22886:4 22898:1 22921:1 22928:1 22930:2 22938:3 22941:1 22945:2 22950:1 22951:1 22957:2 22972:1 22975:1 22997:1 23001:1 23002:1 23009:1 23011:1 23023:1 23027:1 23033:1 23038:1 23041:1 23042:1 23051:1 23067:2 23088:1 23094:1 23101:2 23124:1 23131:1 23134:1 23151:1 23158:1 23164:1 23185:4 23223:1 23240:1 23253:2 23266:2 23283:2 23286:6 23288:2 23292:1 23295:1 23329:7 23340:1 23351:1 23358:1 23374:3 23385:1 23390:1 23394:1 23404:5 23423:1 23437:1 23461:1 23471:1 23472:1 23473:4 23476:1 23495:1 23498:2 23500:1 23502:1 23503:2 23504:6 23507:1 23508:2 23509:1 23514:2 23515:1 23533:1 23536:5 23538:1 23545:1 23567:1 23579:1 23599:1 23608:2 23614:2 23645:1 23669:2 23674:1 23696:4 23698:1 23699:1 23704:2 23712:3 23715:1 23716:1 23717:1 23719:1 23731:1 23733:4 23734:3 23745:1 23746:3 23749:2 23755:1 23769:1 23777:1 23782:4 23789:1 23791:2 23805:1 23835:2 23837:1 23838:1 23845:1 23851:1 23855:1 23856:1 23883:1 23890:1 23892:1 23897:3 23911:2 23933:2 23948:1 23950:1 23953:3 23962:1 23971:1 24003:1 24016:6 24017:2 24018:1 24031:1 24050:2 24074:1 24076:1 24087:5 24092:1 24093:1 24107:2 24112:2 24120:1 24138:3 24180:2 24182:1 24191:1 24194:1 24195:1 24201:1 24202:1 24205:3 24209:1 24220:1 24226:1 24231:1 24238:9 24239:1 24241:1 24242:2 24256:1 24259:1 24263:2 24267:1 24269:1 24270:1 24278:2 24289:2 24293:6 24300:2 24316:1 24317:1 24325:1 24335:1 24353:1 24363:1 24375:2 24382:1 24387:4 24393:1 24405:1 24410:1 24416:2 24419:3 24420:1 24421:1 24427:1 24449:1 24454:1 24464:7 24490:3 24528:1 24543:1 24544:1 24554:4 24561:1 24577:1 24596:2 24619:1 24648:2 24661:1 24668:2 24681:1 24690:1 24699:1 24701:2 24722:1 24724:1 24725:2 24737:1 24747:2 24756:1 24758:3 24768:1 24770:1 24776:1 24783:1 24789:1 24791:1 24797:1 24804:1 24812:1 24821:1 24829:1 24833:1 24849:1 24863:1 24865:1 24867:1 24869:2 24873:1 24875:1 24876:1 24879:1 24888:1 24889:1 24892:1 24893:1 24900:1 24901:1 24907:1 24908:5 24910:1 24932:3 24938:2 24948:1 24950:1 24957:8 24960:1 24972:1 24977:1 24981:2 24983:3 25012:1 25040:2 25041:4 25066:1 25070:2 25082:1 25085:1 25121:2 25137:1 25140:4 25147:1 25149:3 25170:1 25171:1 25182:1 25184:2 25190:1 25192:3 25198:1 25208:1 25219:1 25250:1 25255:1 25256:1 25258:1 25266:1 25268:1 25271:1 25276:1 25279:2 25289:1 25291:1 25298:1 25299:1 25304:1 25308:1 25316:2 25319:1 25321:1 25336:1 25343:1 25350:1 25396:1 25414:2 25420:1 25421:1 25446:1 25461:1 25470:1 25488:1 25491:1 25497:1 25502:1 25503:1 25507:1 25523:1 25526:1 25527:2 25528:4 25531:2 25535:1 25546:1 25547:1 25587:1 25594:1 25600:1 25606:2 25636:1 25648:1 25650:1 25657:3 25659:5 25668:2 25673:2 25674:2 25684:1 25686:2 25709:1 25718:1 25733:1 25736:1 25738:1 25746:2 25747:1 25749:1 25757:1 25760:1 25777:1 25785:1 25787:1 25791:1 25792:2 25796:1 25799:2 25802:1 25814:1 25817:6 25823:1 25832:1 25842:1 25845:1 25870:1 25895:1 25902:1 25908:1 25912:2 25917:7 25918:1 25926:7 25941:2 25960:1 25965:3 25972:3 25979:1 25981:1 25989:1 25990:2 26022:1 26032:1 26052:2 26063:1 26067:2 26073:1 26075:1 26077:1 26089:2 26091:1 26097:1 26100:8 26102:3 26105:1 26108:1 26118:1 26137:1 26148:1 26153:1 26156:1 26168:1 26180:2 26181:2 26220:1 26227:4 26242:1 26243:1 26252:2 26256:1 26257:1 26272:3 26279:1 26292:1 26308:1 26314:2 26315:1 26317:1 26321:1 26324:1 26334:1 26354:2 26356:2 26368:1 26383:1 26404:1 26420:1 26425:1 26439:1 26449:1 26451:1 26462:2 26465:1 26469:2 26472:2 26485:1 26486:1 26503:1 26507:1 26508:1 26514:1 26517:1 26520:1 26536:9 26537:2 26551:1 26575:3 26578:1 26582:2 26607:1 26608:5 26609:1 26610:2 26612:1 26617:1 26619:1 26620:1 26625:1 26632:1 26656:1 26669:1 26674:1 26676:3 26704:1 26737:1 26754:1 26758:4 26774:1 26779:6 26788:2 26789:1 26809:1 26824:2 26827:1 26847:3 26849:8 26859:1 26864:1 26865:1 26867:1 26869:1 26871:3 26880:1 26881:1 26893:1 26895:1 26916:1 26932:2 26933:1 26941:5 26945:1 26949:1 26950:1 26951:4 26956:1 26957:2 26963:3 26964:2 26972:1 26977:4 26978:1 26983:2 27011:1 27043:1 27052:1 27056:1 27063:2 27090:2 27096:5 27099:1 27100:3 27105:1 27130:1 27133:4 27136:1 27158:1 27164:2 27178:2 27184:1 27189:1 27223:2 27225:3 27227:1 27236:1 27237:1 27242:1 27245:2 27256:1 27263:1 27269:1 27271:1 27273:1 27281:1 27288:1 27297:1 27298:1 27316:11 27338:1 27352:3 27361:1 27369:1 27374:1 27383:2 27396:1 27398:1 27413:1 27415:2 27418:1 27419:1 27427:2 27429:1 27459:2 27474:2 27488:2 27493:1 27500:2 27528:1 27553:1 27555:1 27568:1 27575:1 27577:2 27581:2 27586:1 27613:2 27625:1 27637:1 27642:1 27646:1 27651:1 27653:1 27675:2 27677:1 27685:1 27693:1 27701:2 27703:2 27732:1 27738:1 27741:1 27746:1 27751:1 27764:1 27765:1 27767:1 27770:1 27774:1 27779:1 27783:6 27787:1 27797:1 27799:1 27804:1 27815:1 27826:1 27827:1 27834:1 27841:1 27852:1 27854:1 27856:2 27862:1 27878:2 27879:1 27887:1 27890:1 27892:1 27900:1 27909:1 27915:1 27920:4 27928:2 27946:1 27948:1 27954:5 27958:1 27966:1 27967:3 27974:1 27976:1 27981:1 27982:1 27983:1 27988:2 27994:1 28046:1 28050:1 28070:1 28076:1 28082:1 28089:2 28091:1 28092:2 28095:2 28112:3 28120:1 28137:1 28140:1 28149:1 28154:1 28177:3 28194:2 28229:1 28232:1 28233:1 28238:2 28261:1 28264:1 28266:1 28267:1 28285:3 28334:1 28336:2 28340:5 28341:1 28348:1 28357:1 28370:2 28379:1 28391:1 28437:1 28438:2 28449:1 28462:1 28479:1 28484:1 28492:1 28499:2 28505:1 28506:1 28512:1 28525:1 28561:4 28565:1 28569:1 28570:6 28583:1 28584:1 28586:1 28597:1 28607:1 28610:1 28611:2 28621:2 28630:1 28635:3 28637:1 28642:1 28674:1 28691:1 28692:1 28702:1 28703:2 28705:8 28706:1 28709:1 28713:1 28723:1 28729:1 28749:2 28760:2 28774:1 28776:1 28782:3 28792:1 28798:1 28799:1 28806:1 28814:2 28816:1 28821:2 28823:4 28857:1 28860:1 28869:3 28877:1 28889:1 28892:1 28895:1 28943:1 28946:3 28964:2 28972:1 28977:1 28984:2 29002:5 29005:1 29011:4 29013:2 29014:1 29018:6 29019:1 29025:1 29026:1 29036:1 29042:1 29043:2 29049:3 29061:1 29074:4 29085:1 29091:3 29092:1 29093:1 29098:1 29104:2 29108:1 29119:1 29121:1 29124:1 29128:1 29141:1 29155:1 29169:2 29196:1 29199:1 29203:2 29207:1 29209:1 29212:3 29213:1 29215:9 29217:2 29222:2 29223:1 29233:1 29238:1 29239:1 29243:1 29253:1 29260:2 29270:1 29292:1 29298:1 29301:1 29303:1 29304:1 29307:1 29315:1 29326:2 29333:1 29335:1 29339:1 29345:1 29352:1 29366:1 29375:2 29383:8 29385:1 29390:2 29393:1 29402:1 29403:1 29404:1 29407:3 29408:1 29410:1 29442:1 29457:1 29481:1 29485:1 29493:5 29513:3 29517:1 29539:4 29546:1 29551:1 29581:2 29590:1 29591:1 29600:1 29606:1 29623:1 29657:1 29664:1 29715:1 29722:2 29726:1 29729:1 29733:1 29737:1 29755:3 29763:2 29764:1 29770:1 29772:1 29789:1 29797:1 29823:1 29829:5 29832:15 29835:1 29836:1 29851:1 29876:10 29886:1 29890:1 29894:1 29899:1 29900:2 29903:1 29909:1 29933:1 29946:5 29948:1 29949:1 29960:1 29962:1 29965:2 29972:1 30008:1 30019:1 30040:2 30045:2 30049:1 30060:1 30090:2 30104:1 30105:1 30109:1 30111:2 30115:1 30120:1 30132:1 30134:1 30138:1 30143:1 30147:2 30154:1 30167:1 30177:1 30185:1 30186:1 30192:1 30201:2 30204:1 30212:4 30234:3 30246:2 30247:1 30250:3 30265:1 30269:1 30274:3 30277:1 30293:2 30298:2 30303:1 30313:1 30343:3 30365:2 30386:3 30389:2 30391:1 30401:1 30403:2 30410:1 30412:2 30436:2 30445:1 30453:1 30457:1 30479:2 30490:5 30492:8 30509:4 30512:1 30552:1 30562:3 30567:1 30578:1 30589:1 30609:1 30612:1 30622:1 30639:1 30668:4 30686:4 30692:1 30712:1 30731:1 30732:2 30750:1 30753:1 30761:1 30768:4 30780:2 30796:2 30801:1 30804:1 30819:7 30824:1 30845:1 30852:1 30854:1 30874:2 30877:1 30899:1 30908:2 30911:2 30917:1 30921:1 30925:1 30944:2 30945:1 30951:1 30953:1 30955:2 30958:1 30965:1 30984:1 30991:1 30997:1 31011:1 31033:1 31044:1 31075:9 31082:2 31095:1 31109:1 31142:1 31160:1 31166:1 31176:1 31179:1 31180:2 31194:1 31206:1 31211:2 31228:1 31234:2 31272:1 31274:1 31292:3 31297:5 31298:1 31305:1 31319:2 31338:1 31347:1 31357:1 31375:1 31377:2 31379:2 31396:2 31398:2 31413:3 31434:1 31435:1 31458:5 31463:1 31467:1 31472:1 31478:3 31480:5 31484:1 31489:3 31499:1 31507:1 31517:1 31518:2 31524:1 31539:1 31545:2 31552:2 31553:1 31574:1 31590:1 31594:2 31597:1 31631:1 31632:1 31635:1 31647:3 31668:1 31683:1 31703:2 31718:1 31735:1 31739:1 31771:2 31776:1 31787:3 31788:1 31795:15 31826:1 31828:1 31844:3 31878:1 31889:1 31899:2 31902:2 31915:1 31916:1 31919:2 31935:1 31936:1 31941:2 31945:1 31950:2 31963:1 31981:1 31982:2 31988:1 31989:1 32002:1 32019:1 32020:1 32026:2 32030:1 32052:1 32056:1 32057:1 32068:1 32070:1 32071:1 32073:1 32075:1 32078:1 32082:1 32084:1 32085:1 32093:6 32094:2 32095:1 32109:2 32121:2 32127:1 32129:3 32135:1 32138:4 32149:2 32156:3 32158:1 32161:3 32165:1 32206:2 32215:2 32216:1 32218:2 32222:2 32226:1 32227:1 32245:2 32251:2 32267:1 32270:1 32276:1 32288:1 32294:1 32296:1 32300:1 32319:1 32372:1 32374:1 32379:5 32381:1 32384:1 32401:1 32406:2 32413:1 32415:1 32427:1 32430:1 32432:1 32465:7 32468:1 32469:1 32478:2 32480:2 32483:2 32485:1 32486:1 32489:1 32498:3 32504:1 32505:2 32513:1 32514:1 32515:1 32519:1 32526:1 32527:1 32537:4 32538:1 32545:3 32546:3 32547:2 32549:1 32551:1 32553:1 32554:2 32556:6 32562:1 32564:1 32565:1 32568:1 32570:1 32582:3 32586:1 32607:1 32610:1 32614:3 32631:1 32632:1 32640:1 32648:1 32658:4 32670:2 32671:2 32675:1 32678:1 32685:1 32698:1 32703:1 32738:1 32794:1 32800:1 32803:1 32804:1 32806:1 32827:2 32829:1 32836:1 32855:1 32860:2 32861:2 32875:1 32891:1 32892:1 32894:1 32897:1 32901:1 32915:2 32923:4 32930:1 32933:1 32938:2 32956:1 32961:2 33014:1 33041:5 33063:2 33067:1 33075:1 33081:1 33085:1 33086:7 33090:1 33103:1 33108:3 33125:1 33141:3 33156:1 33161:2 33165:1 33189:1 33190:1 33198:1 33210:1 33211:1 33240:2 33274:2 33296:2 33304:2 33321:1 33322:1 33325:1 33328:3 33337:4 33368:1 33372:2 33374:1 33375:1 33388:1 33393:2 33394:1 33409:1 33416:2 33420:1 33421:1 33430:2 33433:1 33440:1 33442:15 33443:1 33447:2 33453:3 33462:2 33465:1 33466:2 33469:1 33474:1 33481:5 33486:1 33488:1 33492:1 33498:1 33499:1 33502:1 33510:8 33512:1 33538:1 33550:1 33555:1 33558:1 33569:1 33578:2 33580:1 33596:2 33609:4 33614:3 33623:2 33637:1 33640:2 33647:1 33648:2 33656:8 33664:2 33669:1 33670:1 33673:1 33675:1 33689:1 33704:1 33707:1 33721:1 33739:1 33747:1 33751:1 33756:1 33758:1 33763:2 33766:1 33770:1 33792:1 33794:5 33823:1 33860:2 33863:1 33870:1 33872:1 33877:1 33895:1 33903:1 33907:4 33958:3 33962:1 33967:2 33971:1 33987:2 33990:2 34010:1 34011:2 34020:1 34026:1 34028:1 34039:2 34040:1 34043:8 34066:1 34073:1 34074:1 34079:1 34080:1 34088:1 34098:1 34101:3 34102:1 34119:1 34151:1 34156:3 34158:1 34162:1 34171:1 34190:1 34199:1 34206:1 34212:1 34217:1 34224:1 34254:1 34268:2 34275:1 34304:2 34334:2 34349:3 34371:2 34375:1 34388:1 34389:1 34407:1 34426:2 34429:1 34442:2 34466:1 34472:1 34482:1 34485:1 34489:1 34510:1 34514:2 34551:1 34568:1 34586:1 34589:3 34595:1 34603:2 34622:2 34669:1 34675:3 34698:1 34702:1 34716:1 34728:5 34736:1 34744:5 34749:1 34758:5 34760:1 34764:2 34770:2 34771:1 34787:5 34815:1 34816:1 34830:1 34836:1 34840:1 34847:2 34848:1 34853:1 34862:2 34864:2 34873:1 34874:1 34875:1 34879:2 34880:1 34884:1 34885:2 34886:10 34891:3 34895:2 34897:1 34898:2 34900:1 34901:2 34904:1 34914:1 34934:2 34936:1 34938:1 34949:1 34952:2 34958:2 34998:1 35003:1 35004:1 35041:1 35042:4 35043:2
|
f79db22008585d6b18c1e7ffec2d09bb8e38a393 | 449d555969bfd7befe906877abab098c6e63a0e8 | /842/CH3/EX3.3/Example3_3.sce | 68ce3d3588fe2b4a8af2abc577942a4390dc8009 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example3_3.sce | //clear//
//Example3.3:Continuous Time Fourier Series Coefficients of
//a periodic signal x(t) = sin(Wot)
clear;
close;
clc;
t = 0:0.01:1;
T = 1;
Wo = 2*%pi/T;
xt = sin(Wo*t);
for k =0:5
C(k+1,:) = exp(-sqrt(-1)*Wo*t.*k);
a(k+1) = xt*C(k+1,:)'/length(t);
if(abs(a(k+1))<=0.01)
a(k+1)=0;
end
end
a =a';
ak = [-a,a(2:$)];
|
09fb717227af33bf0eae5d80e8c794c5720f6d2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH2/EX2.1/Chap2_Ex1_R1.sce | 3b2735af564bbf98777a8f90b4ba5be8dadab2e6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,799 | sce | Chap2_Ex1_R1.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-2,Example 1,Page 29
//Title:Work done by gas
//================================================================================================================
clear
clc
//INPUT
R=8.314;//universal gas constant in J/molK
t1=300;//initial temperature of gas in K
p1=0.1;//initial pressure of the gas in MPa
p2=0.5;//pressure of gas after heating in MPa
p3=0.1;//pressure of gas after expansion in MPa
n=1;//number of moles of gas in mole
//CALCULATION
w1=0*n;//calculation of work done by the gas during heating in kJ (since dv=0)
t2=t1*(p2/p1);//calculation of temperature of gas after heating in K
t3=t2;//calculation of temperature of gas after expansion in K (constant temperature expansion)
volume2=p2/p3;//calculation of ratio of volume of gas after expansion to the volume of gas after heating (no unit)
w2=(R*t2*log(volume2)*n)/1000;//calculation of work done by the gas during expansion in kJ
volume3= t3/t1;//calculation of ratio of volume of gas after expansion to the final volume of gas (no unit)
w3=(R*t1*(1-volume3)*n)/1000;//calculation of work done by the gas during constant pressure compression in kJ
work_net=w1+w2+w3;//calculation of net work done by the gas for the process in kJ
//OUTPUT
mprintf('\n Work done during heating process:Work from 1-2= %d kJ \n',w1);
mprintf('\n Work done during constant temperature expansion: Work from 2-3= %f kJ \n',w2);
mprintf('\n Work done during constant pressure compression: Work from 3-1= %f kJ \n',w3);
mprintf('\n Net work done by the gas during the process= %f kJ \n',work_net);
//===============================================END OF PROGRAM===================================================
|
4ea23fcf2520ee272760b3a4484979ebabb784a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2441/CH5/EX5.16/Ex5_16.sce | d43b1991dd02afaab03a858688805257e83d9a30 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | Ex5_16.sce | //Example 5.16
clc;clear;close;
format('v',7);
G=100;//MVA
f=50;//Hz
delL=60;//MW
Tc=0.35;//sec
H=5;///kWs/kVA
KE=G*1000*H;//kWs
delKE=(G-delL)*1000*Tc;////kWs///due to decrease in load
fnew=sqrt((KE+delKE)/KE) *f;//Hz
fdev=(fnew-f)/f*100;//%
disp(fnew,"New frequency(Hz)");
format('v',6);
disp(fdev,"Frequency deviation(%)");
|
75f90ec62625caf00909ddabd41df47098892452 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2579/CH1/EX1.34/Ex1_34.sce | 7a7eb21200611e27cf76e7d56c9cc814d771366b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_34.sce | //Ex:1.34
clc;
clear;
close;
// 3*(1/r^2)=w/(r*c)
// 3/r=(2*%pi*f/c)
// r=(1/(2*%pi))*3
r=(1/(2*%pi))*3;// distance in terms of y(wavelength)
r1=(1/(2*%pi))*50;// distance in terms of y(wavelength)
printf("The distance when component of M-field three times the induction field = %f*y", r);
printf("\n The distance when component of M-field 50 times the induction field= %f*y", r1); |
7bc09eb2a0a51e760914f2846b0469f072e72d9c | dc5a2fe4380e1453a12f15f5080b10f3ababb9de | /AutomationTools/bin/1.0/common/ATLAS/tools/txtfile/sh_nhoe_coax_0.tst | bc8e673fc135f99c3452dfb42017fcca89698927 | [] | no_license | jameshilliard/PythonCode | f72ad62bb8b8cafbc94cbe7c0d3065343fdf0f98 | 422543bc049f57a67d53ec0b89caef076297cdc5 | refs/heads/master | 2020-04-09T00:06:25.689609 | 2015-03-14T13:14:34 | 2015-03-14T13:14:34 | 32,722,067 | 3 | 0 | null | 2015-03-23T09:21:52 | 2015-03-23T09:21:52 | null | UTF-8 | Scilab | false | false | 8,307 | tst | sh_nhoe_coax_0.tst | -v G_USER=jnguyen
-v G_CONFIG=1.0
-v G_TST_TITLE="My Network Network Home Office Ethernet"
-v G_TBTYPE=arc
-v G_PROD_TYPE=esx
-v G_HTTP_DIR=test/
-v G_FTP_DIR=/log/autotest
-v G_TESTBED=tb1
-v G_FROMRCPT=qaman
-v G_FTPUSR=root
-v G_FTPPWD=@ctiontec123
-v U_USER=admin
-v U_PWD=admin1
-v G_LIBVERSION=1.0
-v G_LOG=$SQAROOT/automation/logs
-v U_COMMONLIB=$SQAROOT/lib/$G_LIBVERSION/common
-v U_COMMONBIN=$SQAROOT/bin/$G_LIBVERSION/common
-v U_TBCFG=$SQAROOT/config/$G_LIBVERSION/testbed
-v U_TBPROF=$SQAROOT/config/$G_LIBVERSION/common
-v U_VERIWAVE=$SQAROOT/bin/1.0/veriwave/
-v U_MI424=$SQAROOT/bin/1.0/mi424wr/
-v U_TESTPATH=$SQAROOT/platform/1.0/verizon/testcases/nhoe/json
#this value used to setup dut configuration
-v U_DEBUG=3
-v U_DUT=192.168.1.1
-v U_RUBYBIN=$SQAROOT/bin/$G_LIBVERSION/rbin
-v U_VZBIN=$SQAROOT/bin/$G_LIBVERSION/vz_bin
-v U_COMMONJSON=$SQAROOT/platform/1.0/verizon2/testcases/common/json
-v U_COAX=1
#$G_PFVERSION=1.0
#------------------------------
# Set up the test environment.
#------------------------------
-nc $SQAROOT/config/$G_CONFIG/common/testbedcfg.xml;
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/login_logout.xml
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/fw_upgrage_image.xml;pass=init
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/fw_upgrage_image.xml;pass=init
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/fw_upgrage_image.xml;fail=finish
-label init
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/reset_dut_to_default.xml
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/tc_init_dut.xml;pass=next
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/tc_init_dut.xml;pass=next
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/tc_init_dut.xml;fail=finish
-label next
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/tc_init_ping.xml;fail=finish
-nc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/enable_tnet.xml
#------------------------------
# Test cases
#------------------------------
-tc $SQAROOT/platform/1.0/verizon2/testcases/common/tcases/set_default_time.xml
#-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcplaneth_leasetime.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000867.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000868.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000869.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000870.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000871.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000872.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000873.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000874.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000875.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000876.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000877.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000878.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcp_03001000879.xml
#-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcpclient_03001000908.xml
#-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcpclient_03001000909.xml
#-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcpclient_03001000910.xml
#-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dhcpclient_03001000911.xml
#-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dnsserver_03001000906.xml
#-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dnsserver_03001000907.xml
#-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dnsserver_03001000912.xml
#-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_dnsserver_03001000913.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000880.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000881.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000882.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000883.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000884.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000885.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000886.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000887.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000888.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000889.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000890.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000891.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000892.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000893.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000894.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000895.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000896.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_hostname_03001000897.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001000.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001001.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001002.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001006.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001007.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001008.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001009.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001010.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001011.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001012.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001013.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001014.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001015.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001016.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001017.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001018.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001019.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001020.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001021.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001022.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001023.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001024.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001025.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001026.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001027.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001028.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001029.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001030.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001031.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001032.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001033.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001034.xml
-tc $SQAROOT/platform/1.0/verizon/testcases/nhoe/tcases/tc_mtu_03001001035.xml
##------------------------------
## Checkout
##------------------------------
-label finish
-nc $SQAROOT/config/$G_CONFIG/common/finalresult.xml
-nc $SQAROOT/config/$G_CONFIG/common/uploadlog.xml
-nc $SQAROOT/config/$G_CONFIG/common/email.xml
|
8ee28dccec7d24d016ac420784226c131b95f003 | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH8/EX8.7/example7_sce.sce | 1ff40d5d491a8e9b51b4d33ae3a6c40944c4a806 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 142 | sce | example7_sce.sce | //chapter8
//example8.7
//page 303
f=1000;
T=1/f
Td=T/2
C=.1*10^-6;
//Td=.69R2C
R2=Td/(.69*C);
disp(R2)
R1=R2//for square wave R1=R2 |
eaef74ea607d7ef82c064777a819873805c783eb | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/liv.tst | 9b3ac699a7e1b5e39a9cb18b1d46d93db58909a2 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 28,615 | tst | liv.tst | kūlõ algõd kūlõgõd V;FIN;PL;1;NEG;PRS;ACT;LGSPEC1
kōdkimdõz kōdkimdõndist ADJ;IN+ABL;PL
līdõ izt lī V;FIN;IND;SG;2;NEG;PST;ACT
tūlda tuļtõ V;FIN;IND;PL;2;POS;PST;ACT
nēļatuoistõnz nēļatuoistõndst ADJ;IN+ABL;SG;LGSPEC6
kūlõ kūlõg V;FIN;SG;3;POS;PRS;ACT;LGSPEC1
jellõ jelāgid! V;FIN;IMP;PL;2;POS;PRS;ACT
tas tassõdõn N;DAT;PL
seiskimdõz seiskimdõndõn ADJ;DAT;SG
bäzmõr bäzmõrist N;IN+ABL;PL
nēļasadāz nēļasadāndõdõn ADJ;DAT;PL
pānda äd lī pand V;PRF;FIN;IND;SG;2;NEG;FUT;ACT
janvār janvārist N;IN+ABL;PL
nūoŗim nūoŗimõd ADJ;GEN;PL
vīdõz vīdõndist ADJ;IN+ABL;PL
nēļatuoistõnz nēļatuoistõndidi ADJ;PRT;PL
äl ǟlõd N;NOM;PL
likkõ äb līt likkõnd V;PRF;FIN;IND;PL;3;NEG;FUT;ACT
aššõ aššõ ADJ;NOM;SG
kūdkimdõz kūdkimdõndidi ADJ;PRT;PL
munādkuoț munādkuoțštõ N;IN+ABL;SG
rōntõz rōntõks N;INS;SG
sȭira sȭiradõks N;INS;PL
ūļ ūldõn N;DAT;PL
kōdsadāz kōdsadāndist ADJ;IN+ABL;PL
jōņpǟva kū jōņpǟva kūstõ N;IN+ABL;SG
värb värbsõ N;IN+ESS;SG
pōr pōrstõ N;IN+ABL;SG
pȯiški pȯiški N;NOM;SG
kīlmakū kīlmakū N;GEN;SG
knaš knašīz ADJ;IN+ALL;PL
lǟdõ alā lǟ! V;FIN;IMP;SG;2;NEG;PRS;ACT
knaš knaššõs ADJ;IN+ESS;SG
pǟ pǟdõ N;PRT;SG
jellõ jelīztõ V;FIN;IND;PL;3;POS;PST;ACT
sadāz sadāndidi ADJ;PRT;PL
seismõz seismõndist ADJ;IN+ABL;PL
vīdkimdõz vīdkimdõndidi ADJ;PRT;PL
lǟdõ lǟt V;FIN;IND;PL;2;POS;PRS;ACT
līdõ līmõ līnõd V;PRF;FIN;IND;PL;1;POS;FUT;ACT;LGSPEC5
ūdāigast kū ūdāigast kūd N;GEN;PL
vȱlda um vȯlmõst V;FIN;DEB;SG;1;POS;PRS;ACT
kōdõkstuoistõnz kōdõkstuoistõndidi ADJ;PRT;PL
jellõ äb lī jellõn V;PRF;FIN;IND;SG;1;NEG;FUT;ACT
allitas alīzõsttassõst N;IN+ABL;SG
vȱlda um vȯlmõst V;FIN;DEB;PL;3;POS;PRS;ACT
tūļ tūļši N;IN+ESS;PL
bōr bōrõdõks N;INS;PL
vīdtuoistõnz vīdtuoistõndõst ADJ;IN+ABL;SG
statsij statsijõ N;PRT;SG
elatīv elatīvs N;IN+ESS;SG
kievādkū kievādkūsõ N;IN+ESS;SG
lǟdõ läkkõ V;FIN;SG;2;POS;PRS;ACT;LGSPEC1
tint tīntis N;IN+ESS;PL
ežžõmpǟva ežžõmpäuvši N;IN+ESS;PL
pȯiški pȯiškiztõn N;DAT;PL
lēḑkū lēḑkūšti N;IN+ABL;PL
lǟdõ äb lǟm V;FIN;IND;PL;1;NEG;PRS;ACT
pǟvaīe pǟvaīestõ N;IN+ABL;SG
kūora kūora N;GEN;SG
nūoŗ nūoŗši ADJ;IN+ESS;PL
nēļatuoistõnz nēļatuoistõnz ADJ;NOM;SG
kanā kanāst N;IN+ABL;SG
pärsōn pärsōnõdõks N;INS;PL
alīz alīzõst N;IN+ABL;SG
izā izīst N;IN+ABL;PL
bäzmõr bäzmõrõn N;DAT;SG
rōza rōzaz ADJ;IN+ALL;SG
kež kädstõ N;IN+ABL;SG
seistuoistõnz seistuoistõndst ADJ;IN+ABL;SG;LGSPEC6
tūlda tulkst V;FIN;COND;SG;2;POS;PRS;ACT
mǟdlõ mǟdlõt V;FIN;IND;PL;2;POS;PRS;ACT
nūoŗim nūoŗimst ADJ;IN+ABL;SG;LGSPEC6
nǟdõ um nǟmõst V;FIN;DEB;PL;3;POS;PRS;ACT
jellõ ät līt jellõnd V;PRF;FIN;IND;PL;2;NEG;FUT;ACT
sõnā sõnād N;NOM;PL
nūoŗimi nūoŗimizõ ADJ;IN+ALL;SG
lugsõnā lugsõnāst N;IN+ABL;SG
kōdõksmõz kōdõksmõndõst ADJ;IN+ABL;SG
alīz alīzt N;NOM;PL
kaš kaššõst N;IN+ABL;SG
pōr pōris N;IN+ESS;PL
tīepǟva tīepǟvaks N;INS;SG
pǟvaīe pǟvaīedõn N;DAT;PL
vȱlda at V;FIN;IND;PL;3;POS;PRS;ACT
pȯis pȯis N;GEN;SG
seiskimdõz seiskimdõndõd ADJ;GEN;PL
lešknai lešknaizõn N;DAT;SG
vīdkimdõz vīdkimdõndõd ADJ;NOM;PL
sigžkū sigžkūd N;GEN;PL
izā izād N;NOM;PL
oktōbõr oktōbõris N;IN+ESS;PL
līdõ līž V;FIN;IND;SG;1;POS;PST;ACT
līdõ äb līmõ līnõd V;PRF;FIN;IND;PL;1;NEG;FUT;ACT;LGSPEC5
kuolmtuoistõnz kuolmtuoistõnds ADJ;IN+ESS;SG;LGSPEC6
īdtuoistõnz īdtuoistõndst ADJ;IN+ABL;SG;LGSPEC6
detsembõr detsembõriž N;IN+ALL;PL
kalā kalān N;DAT;SG
april aprilõn N;DAT;SG
nūoŗkū nūoŗkūn N;DAT;SG
tint tintsõ N;IN+ESS;SG
seismi seismizõ ADJ;IN+ALL;SG
ežžõmpǟva ežžõmpǟvaks N;INS;SG
vīdsadāz vīdsadānds ADJ;IN+ESS;SG;LGSPEC6
īdtuoistõnz īdtuoistõndõdõks ADJ;INS;PL
kinō kinōs N;IN+ESS;SG
tūlda iz tulmõ V;FIN;IND;PL;1;NEG;PST;ACT
kievādkū kievādkūstõ N;IN+ABL;SG
āinakū āinakū N;GEN;SG
vȱlda algid vȯlgid! V;FIN;IMP;PL;2;NEG;PRS;ACT
kaš kaššõs N;IN+ESS;SG
tīemizsõnā tīemizsõnād N;GEN;PL
februar februar N;GEN;SG
līdõ līd V;FIN;IND;SG;2;POS;PRS;ACT
mǟdlõ mǟdlõg V;FIN;SG;1;POS;PRS;ACT;LGSPEC1
kūdkimdõz kūdkimdõnd ADJ;GEN;SG
vīļakū vīļakūd N;NOM;PL
lǟdõ lǟdsõ V;LGSPEC2
kuoț kuoțīd N;NOM;PL
allatīv allatīvõn N;DAT;SG
īdtuoistõnz īdtuoistõnd ADJ;GEN;SG
pȯis pȯisõ N;IN+ALL;SG
līdõ um līmõst V;FIN;DEB;PL;3;POS;PRS;ACT
izā izīs N;IN+ESS;PL
ablatīv ablatīvõ N;IN+ALL;SG
bäzmõr bäzmõri N;PRT;PL
līdõ äb līm V;FIN;IND;PL;1;NEG;PRS;ACT
mȭka mȭkad N;NOM;PL
jōņpǟva kū jōņpǟva kūzõ N;IN+ALL;SG
seistuoistõnz seistuoistõndist ADJ;IN+ABL;PL
jellõ jellõ V;INF
ablatīv ablatīv N;GEN;SG
kalā kallõ N;PRT;SG
äm ǟmõdõn N;DAT;PL
mǟdlõ iz mǟdlõ V;FIN;IND;SG;1;NEG;PST;ACT
pȯiški pȯiškizõ N;IN+ALL;SG
nǟdõ ät līt nǟnõd V;PRF;FIN;IND;PL;2;NEG;FUT;ACT
statsij statsijšti N;IN+ABL;PL
mǟdlõ mǟdlõg V;FIN;SG;2;POS;PRS;ACT;LGSPEC1
kievādkū kievādkūdõn N;DAT;PL
īdõkstuoistõnz īdõkstuoistõndõks ADJ;INS;SG
vīțsõnā vīțsõnād N;NOM;PL
likkõ ät likkõt V;FIN;IND;PL;2;NEG;PRS;ACT
ūdāigast kū ūdāigast kūzõ N;IN+ALL;SG
bäzmõr bäzmõr N;NOM;SG
kinō kinōd N;GEN;PL
lešk lešk N;NOM;SG
janvār janvārõd N;NOM;PL
statsij statsijõ N;IN+ALL;SG
kaffe kaffe N;NOM;SG
kūora kūoradõks N;INS;PL
kōdõksmõz kōdõksmõndt ADJ;PRT;SG
brēḑig brēḑig N;GEN;SG
kuolmsadāz kuolmsadāz ADJ;NOM;SG
polākõz polākõdõks N;INS;PL
lǟdõ lǟkst V;FIN;COND;SG;2;POS;PRS;ACT
kīņtš kīndist N;IN+ABL;PL
tūlda tulgõ V;FIN;SG;2;POS;PRS;ACT;LGSPEC1
brīõz brīõzõn N;DAT;SG
pǟva pǟvad N;NOM;PL
lǟdõ līt lǟnõd V;PRF;FIN;IND;PL;2;POS;FUT;ACT
kōdõkskimdõz kōdõkskimdõndõks ADJ;INS;SG
lilla lillad ADJ;NOM;PL
alumīnij alumīnij N;GEN;SG
likkõ algõ likkõg V;FIN;SG;3;NEG;PRS;ACT;LGSPEC1
īe ēšti N;IN+ABL;PL
kōdõkstuoistõnz kōdõkstuoistõndõ ADJ;IN+ALL;SG
lēḑkū lēḑkūdkõks N;INS;PL
kūlõ äd kūlõkst V;FIN;COND;SG;2;NEG;PRS;ACT
līdõ äb lītõ V;FIN;IND;PL;3;NEG;PRS;ACT
kōdkimdõz kōdkimdõndst ADJ;IN+ABL;SG;LGSPEC6
knaš knaššõ ADJ;IN+ALL;SG
nūoŗpōr nūoŗpōrõ N;PRT;SG
februār februārõdõks N;INS;PL
jemā jemān N;DAT;SG
nädīļ nädīļd N;GEN;PL
jellõ jeldõd V.PTCP;PASS
kūdtuoistõnz kūdtuoistõndõs ADJ;IN+ESS;SG
nimsõnā nimsõnādõks N;INS;PL
kuolmi kuolmizõks ADJ;INS;SG
nūoŗpōŗ nūoŗpōŗ N;NOM;SG
brēḑig brēḑig N;NOM;SG
brīõz brīõzõst N;IN+ABL;SG
jellõ jelāt V;FIN;IND;PL;2;POS;PRS;ACT
nēļasadāz nēļasadāndõd ADJ;GEN;PL
kaffetas kaffetas N;GEN;SG
tōvaz touvõdõn N;DAT;PL
pǟvaīe pǟvaēšti N;IN+ABL;PL
kūlõ um kūlõmõst V;FIN;DEB;PL;1;POS;PRS;ACT
kievādkū kievādkūkõks N;INS;SG
ǟma ǟman N;DAT;SG
pȯis pūošõd N;NOM;PL
pānda līb pand V;PRF;FIN;IND;SG;1;POS;FUT;ACT
kūdõz kūdõndst ADJ;IN+ABL;SG;LGSPEC6
atrāitanai atrāitanaiži N;PRT;PL
tuoi tuoizõn ADJ;DAT;SG
bäzmõr bäzmõrt N;PRT;SG
lǟdõ äd lǟ V;FIN;IND;SG;2;NEG;PRS;ACT
kalā kalādõks N;INS;PL
inesīv inesīvõn N;DAT;SG
lugsõnā lugsõnā N;NOM;SG
jellõ alā jellõ! V;FIN;IMP;SG;2;NEG;PRS;ACT
ūdāigast kū ūdāigast kūd N;NOM;PL
sukā sukān N;DAT;SG
oktōbõr oktōbõrist N;IN+ABL;PL
tīemizsõnā tīemizsõnādõks N;INS;PL
analīz analīzõs N;IN+ESS;SG
kōdõksmõz kōdõksmõndist ADJ;IN+ABL;PL
maij maijõks N;INS;SG
võțīm võțīmst N;IN+ABL;SG;LGSPEC6
alīztas alīztassõ N;PRT;SG
seismõz seismõndõd ADJ;NOM;PL
oktōbõr oktōbõrd N;GEN;PL
vīdõz vīdõnds ADJ;IN+ESS;SG;LGSPEC6
kūlõ kūlõb V;FIN;IND;SG;1;POS;PRS;ACT
nominatīv nominatīvõn N;DAT;SG
pūoga pūoga N;GEN;SG
märts märts N;NOM;SG
kōdõkskimdõz kōdõkskimdõnd ADJ;GEN;SG
kōdõkssadāz kōdõkssadāndidi ADJ;PRT;PL
informātsij informātsijõks N;INS;SG
likkõ lik! V;FIN;IMP;SG;2;POS;PRS;ACT
sēmḑa sēmḑa N;GEN;SG
septembõr septembõrõ N;IN+ALL;SG
piņ piņīs N;IN+ESS;PL
brēḑig brēḑigiž N;IN+ALL;PL
polākõz polākõdõn N;DAT;PL
sadāz sadāndõd ADJ;NOM;PL
kuolmi kuolmiz ADJ;GEN;SG
jemā jemādõn N;DAT;PL
pärsōn pärsōnidi N;PRT;PL
mȭka mȭkist N;IN+ABL;PL
pānda paņt V;FIN;IND;SG;2;POS;PST;ACT
vȯl vȯllõn N;DAT;SG
neitški neitškizõ N;IN+ALL;SG
statsij statsijsõ N;IN+ESS;SG
jellõ ät lītõ jellõnd V;PRF;FIN;IND;PL;2;NEG;FUT;ACT;LGSPEC5
blēḑ blēḑõd ADJ;NOM;PL
pānda äb pankstõ V;FIN;COND;PL;3;NEG;PRS;ACT
kōdsadāz kōdsadāndõks ADJ;INS;SG
rōntõz rōntõrōntõz N;IN+ALL;SG
īdõkskimdõz īdõkskimdõndõst ADJ;IN+ABL;SG
līdõ līnõd V;PRF;FIN;IND;PL;2;POS;FUT;ACT;LGSPEC6
ūomõg ūomõgidi N;PRT;PL
tūlda äb lī tund V;PRF;FIN;IND;SG;3;NEG;FUT;ACT
kūlõ um kūlõmõst V;FIN;DEB;SG;1;POS;PRS;ACT
pūolpǟva pūolpäuvõ N;IN+ALL;SG
sēmḑa sēmḑist N;IN+ABL;PL
īdõkskimdõz īdõkskimdõndõdõks ADJ;INS;PL
jellõ ät jelākstõ V;FIN;COND;PL;2;NEG;PRS;ACT
sõzār sõzārdõks N;INS;PL
jemā jemīst N;IN+ABL;PL
līdõ izt lītõ V;FIN;IND;PL;2;NEG;PST;ACT
knaš knaš ADJ;GEN;SG
nēļasadāz nēļasadāndst ADJ;IN+ABL;SG;LGSPEC6
nūoŗpōr nūoŗpōrõd N;GEN;PL
sadāz sadāndiž ADJ;IN+ALL;PL
pǟva päuvõ N;IN+ALL;SG
nēļatuoistõnz nēļatuoistõndõ ADJ;IN+ALL;SG
novembõr novembõr N;GEN;SG
nǟdõ um nǟmõst V;FIN;DEB;SG;1;POS;PRS;ACT
jellõ iz jelām V;FIN;IND;PL;1;NEG;PST;ACT
kōdõkssadāz kōdõkssadāndt ADJ;PRT;SG
jūlij jūlijdõn N;DAT;PL
pānda panāb V;FIN;IND;SG;3;POS;PRS;ACT
īdtuoistõnz īdtuoistõndõst ADJ;IN+ABL;SG
rištīng rištīngõks N;INS;SG
āmbaz āmbazst N;IN+ABL;SG;LGSPEC6
jellõ äb jelākstõ V;FIN;COND;PL;3;NEG;PRS;ACT
februār februāris N;IN+ESS;PL
lǟdõ lǟd V;FIN;IND;SG;2;POS;PRS;ACT
pānda ät līt pannõd V;PRF;FIN;IND;PL;2;NEG;FUT;ACT
mȭka mȭkan N;DAT;SG
jellõ ät jelāt V;FIN;IND;PL;2;NEG;PRS;ACT
jūnij jūnijdõn N;DAT;PL
pȯis pūošis N;IN+ESS;PL
tint tintõ N;IN+ALL;SG
siḑīmsõnā siḑīmsõnās N;IN+ESS;SG
neļļõndpǟva neļļõndpäuvõ N;PRT;SG
lešk lešk N;GEN;SG
äl älstõ N;IN+ABL;SG
likkõ ät lītõ likkõnd V;PRF;FIN;IND;PL;2;NEG;FUT;ACT;LGSPEC5
kīņḑõļkū kīņḑõļkūzõ N;IN+ALL;SG
ažāsõnā ažāsõņži N;IN+ALL;PL
īdõkstuoistõnz īdõkstuoistõnds ADJ;IN+ESS;SG;LGSPEC6
tōvaz touvõd N;GEN;PL
bäzmõr bäzmõrõks N;INS;SG
tidār tidārdõks N;INS;PL
līdõ algid līgid! V;FIN;IMP;PL;2;NEG;PRS;ACT
kūlõ lītõ kūlõnd V;PRF;FIN;IND;PL;2;POS;FUT;ACT;LGSPEC5
nädīļ nädīļõks N;INS;SG
ǟma ǟmas N;IN+ESS;SG
veļ veļšõ N;IN+ESS;SG
tīemizsõnā tīemizsõnān N;DAT;SG
nūoŗpōr nūoŗpōridi N;PRT;PL
munādkuoț munādkuoțțõ N;IN+ALL;SG
alīz alīzõks N;INS;SG
jūlij jūlijdkõks N;INS;PL
februar februarõd N;NOM;PL
līdõ äb līks V;FIN;COND;SG;1;NEG;PRS;ACT
kūdõz kūdõndõs ADJ;IN+ESS;SG
novembõr novembõris N;IN+ESS;PL
kūora kūoraks N;INS;SG
īdõkstuoistõnz īdõkstuoistõndõs ADJ;IN+ESS;SG
alumīnij alumīnijõn N;DAT;SG
seissadāz seisissadāndis ADJ;IN+ESS;PL
pȯiški pȯiškizt N;PRT;SG
nǟdõ nǟt V;FIN;IND;PL;2;POS;PRS;ACT
brēḑig brēḑigt N;PRT;SG
vȱlda äb vȯlksmõ V;FIN;COND;PL;1;NEG;PRS;ACT
ežmi ežmizt ADJ;PRT;SG
partitīv partitīvõd N;GEN;PL
brīõz brīõzt N;PRT;SG
ežmi ežmiz ADJ;GEN;SG
jūnij jūnijšti N;IN+ABL;PL
nēļasadāz nēļasadāndidi ADJ;PRT;PL
seistuoistõnz seistuoistõnds ADJ;IN+ESS;SG;LGSPEC6
līdõ alā lī! V;FIN;IMP;SG;2;NEG;PRS;ACT
kūlõ kūlõg V;FIN;SG;2;POS;PRS;ACT;LGSPEC1
kūdkimdõz kūdkimdõndst ADJ;IN+ABL;SG;LGSPEC6
pānda algõ pangõ V;FIN;SG;1;NEG;PRS;ACT;LGSPEC1
blēḑ blēḑõdõks ADJ;INS;PL
knaš knaš ADJ;NOM;SG
likkõ äb lī likkõn V;PRF;FIN;IND;SG;3;NEG;FUT;ACT
februar februariž N;IN+ALL;PL
alli alli ADJ;NOM;SG
illatīv illatīvõ N;PRT;SG
seiskimdõz seiskimdõndõdõks ADJ;INS;PL
rōntõz rōntõst N;IN+ABL;SG
vīļakū vīļakūdkõks N;INS;PL
sõzār sõzāŗi N;PRT;PL
novembõr novembõrist N;IN+ABL;PL
nūoŗim nūoŗimõst ADJ;IN+ABL;SG
kōdõkssadāz kōdõkssadāndõs ADJ;IN+ESS;SG
nǟdõ nǟdõ V;INF
brēḑig brēḑigõks N;INS;SG
analōg analōgõ N;PRT;SG
februar februarst N;IN+ABL;SG
adesīv adesīv N;GEN;SG
vīdkimdõz vīdkimdõndis ADJ;IN+ESS;PL
lǟdõ äb līt lǟnõd V;PRF;FIN;IND;PL;3;NEG;FUT;ACT
illatīv illatīvst N;IN+ABL;SG
tidār tidārõn N;DAT;SG
ūomõg ūomõgist N;IN+ABL;PL
likkõ likkõg V;FIN;SG;3;POS;PRS;ACT;LGSPEC1
īdõkstuoistõnz īdõkstuoistõndõ ADJ;IN+ALL;SG
lilla lillidi ADJ;PRT;PL
jellõ äb jel V;FIN;IND;SG;1;NEG;PRS;ACT
ūdāigast kū ūdāigast kūkõks N;INS;SG
kīlmakū kīlmakū N;NOM;SG
brīõz brīõzõks N;INS;SG
ažāsõnā ažāsõnnõ N;PRT;SG
allitas alīztõkstassõks N;INS;SG
īdtuoistõnz īdtuoistõndõks ADJ;INS;SG
ǟma ǟmiž N;IN+ALL;PL
ežžõmpǟva ežžõmpäuvḑi N;PRT;PL
pānda paņtõ V;FIN;IND;PL;3;POS;PST;ACT
kalāmīez kalāmīestõ N;IN+ABL;SG
tūlda algõ tulgõ V;FIN;SG;1;NEG;PRS;ACT;LGSPEC1
sõnā sõnā N;NOM;SG
drūošõ drūošiz ADJ;IN+ALL;PL
lugsõnā lugsõnās N;IN+ESS;SG
kūlõ äb lī kūlõn V;PRF;FIN;IND;SG;1;NEG;FUT;ACT
siḑīmsõnā siḑīmsõnān N;DAT;SG
kūlõ äb lī kūlõn V;PRF;FIN;IND;SG;3;NEG;FUT;ACT
īdõkssadāz īdõkssadāndst ADJ;IN+ABL;SG;LGSPEC6
seistuoistõnz seistuoistõndõs ADJ;IN+ESS;SG
vȯlmsõnā vȯlmsõnā N;GEN;SG
rōntõz rōntõd N;NOM;PL
pūolpǟva pūolpǟva N;GEN;SG
lǟdõ li! V;FIN;IMP;SG;2;POS;PRS;ACT
līdõ līks V;FIN;COND;SG;1;POS;PRS;ACT
ūomõg ūomõgõd N;GEN;PL
seismi seismizt ADJ;NOM;PL
analīz analīz N;GEN;SG
pǟva pǟvadõks N;INS;PL
vīdõz vīdõndõ ADJ;IN+ALL;SG
tas tassõs N;IN+ESS;SG
vȱlda äb lītõ vȯnnõd V;PRF;FIN;IND;PL;3;NEG;FUT;ACT;LGSPEC5
datīv datīvs N;IN+ESS;SG
ikšlug ikšlugsõ N;IN+ESS;SG
vȯlmsõnā vȯlmsõnādõks N;INS;PL
kuolmõndpǟva kuolmõndpǟvaks N;INS;SG
ežžõmpǟva ežžõmpǟvan N;DAT;SG
ūomõg ūomõg N;GEN;SG
azūmsõnā azūmsõnnõ N;PRT;SG
mīez mīeztõ N;PRT;SG
polākõz polākist N;IN+ABL;PL
ūomõg ūomõgõdõks N;INS;PL
vȱlda vȯlmõ V;LGSPEC3
lǟdõ läkkõ V;FIN;SG;3;POS;PRS;ACT;LGSPEC1
sõzār sõzārd N;GEN;PL
vȯlmsõnā vȯlmsõnād N;GEN;PL
īdõksmõz īdõksmõndt ADJ;PRT;SG
nūoŗimi nūoŗimiztõks ADJ;INS;PL
jūlij jūlij N;GEN;SG
vīțsõnā vīțsõnnõ N;PRT;SG
lešk leškīst N;IN+ABL;PL
allitas alīžistassis N;IN+ESS;PL
kimmõz kimmõndõd ADJ;NOM;PL
brīõz brīõz N;NOM;SG
azūmsõnā azūmsõņži N;IN+ALL;PL
sīlma silmõ N;PRT;SG
īdõksmõz īdõksmõndiž ADJ;IN+ALL;PL
mǟdlõ līt mǟdlõnd V;PRF;FIN;IND;PL;2;POS;FUT;ACT
jellõ jelād V;FIN;IND;SG;2;POS;PRS;ACT
kaš kaš N;GEN;SG
likkõ um likkõmõst V;FIN;DEB;SG;1;POS;PRS;ACT
ikšlug ikšluggõn N;DAT;SG
nimsõnā nimsõņšti N;IN+ABL;PL
mǟdlõ ät mǟdlõkstõ V;FIN;COND;PL;2;NEG;PRS;ACT
atrāitanai atrāitanaizõs N;IN+ESS;SG
vȱlda vȯļļi V;QUOT;FIN;SG;1;POS;PRS;ACT
ȭdõg ȭdõgõd N;NOM;PL
prepozītsij prepozītsijdõn N;DAT;PL
īdõksmõz īdõksmõndst ADJ;IN+ABL;SG;LGSPEC6
vȱlda vȯļmõ V;FIN;IND;PL;1;POS;PST;ACT
jellõ lībõd jellõnd V;PRF;FIN;IND;PL;3;POS;FUT;ACT
seistuoistõnz seistuoistõndõks ADJ;INS;SG
pānda paņmõ V;FIN;IND;PL;1;POS;PST;ACT
līdõ līdõd V.PTCP;PASS
februār februārist N;IN+ABL;PL
īdõkstuoistõnz īdõkstuoistõndst ADJ;IN+ABL;SG;LGSPEC6
nǟdõ äb nǟks V;FIN;COND;SG;1;NEG;PRS;ACT
kūora kūoris N;IN+ESS;PL
vȱlda vȯlkst V;FIN;COND;SG;2;POS;PRS;ACT
likkõ līm likkõnd V;PRF;FIN;IND;PL;1;POS;FUT;ACT
piņ piņīdõn N;DAT;PL
alli alīzõ N;IN+ALL;SG
kūdtuoistõnz kūdtuoistõndõn ADJ;DAT;SG
mǟdlõ äb mǟdlõks V;FIN;COND;SG;1;NEG;PRS;ACT
janvār janvārt N;PRT;SG
veļ veļīdõn N;DAT;PL
äm äm N;NOM;SG
tidār tidāŗis N;IN+ESS;PL
kōdkimdõz kōdkimdõndõd ADJ;NOM;PL
pānda pant V;FIN;IND;PL;2;POS;PRS;ACT
tas tassõst N;IN+ABL;SG
mǟdlõ izt mǟdlõ V;FIN;IND;SG;2;NEG;PST;ACT
seismi seismiztõn ADJ;DAT;PL
maij maijšti N;IN+ABL;PL
tūlda lībõd tunnõd V;PRF;FIN;IND;PL;3;POS;FUT;ACT
kōdtuoistõnz kōdtuoistõndõd ADJ;NOM;PL
ūomõg ūomõgõdõn N;DAT;PL
jellõ jelāmõt V;LGSPEC4
veļ veļīs N;IN+ESS;PL
nǟdõ äb nǟks V;FIN;COND;SG;3;NEG;PRS;ACT
kuolmtuoistõnz kuolmtuoistõndõst ADJ;IN+ABL;SG
vīțsõnā vīțsõnād N;GEN;PL
vīļakū vīļakūd N;GEN;PL
sõzār sõzārõ N;IN+ALL;SG
ūomõg ūomõgõks N;INS;SG
vīțsõnā vīțsõnāst N;IN+ABL;SG
kež kädkõks N;INS;SG
partitīv partitīv N;NOM;SG
tīepǟva tīepǟvadõks N;INS;PL
kūlõ iz kūl V;FIN;IND;SG;3;NEG;PST;ACT
ūomõg ūomõgiž N;IN+ALL;PL
kōdõkstuoistõnz kōdõkstuoistõndõd ADJ;NOM;PL
jellõ jelābõd V;FIN;IND;PL;3;POS;PRS;ACT
kuolmkimdõz kuolmkimdõnds ADJ;IN+ESS;SG;LGSPEC6
kimdõz kimdõndidi ADJ;PRT;PL
allitas alliztõkstassõdõks N;INS;PL
suoŗm suormõ N;PRT;SG
pärsōn pärsōnõ N;PRT;SG
äbknaš äbknaššõ ADJ;IN+ALL;SG
värb värb N;GEN;SG
alīztas alīztas N;NOM;SG
pānda um panmõst V;FIN;DEB;SG;1;POS;PRS;ACT
suoŗm sūormist N;IN+ABL;PL
kūdsadāz kūdsadāndõst ADJ;IN+ABL;SG
seistuoistõnz seistuoistõndis ADJ;IN+ESS;PL
april aprils N;IN+ESS;SG
mǟdlõ algõ mǟdlõg V;FIN;SG;3;NEG;PRS;ACT;LGSPEC1
jellõ jelā! V;FIN;IMP;SG;2;POS;PRS;ACT
munādkuoț munādkuoțīdi N;PRT;PL
äm ǟmõdõks N;INS;PL
sēmḑa sēmḑaks N;INS;SG
nūoŗpōr nūoŗpōrõdõks N;INS;PL
alīztas alīztassõd N;GEN;PL
pȯis pȯisõst N;IN+ABL;SG
kuod kuoddõ N;IN+ALL;SG
ab abbõ N;IN+ALL;SG
nǟdõ nǟgõd V;FIN;PL;1;POS;PRS;ACT;LGSPEC1
ummitsõnā ummitsõņšti N;IN+ABL;PL
kūdkimdõz kūdkimdõndõks ADJ;INS;SG
vīdsadāz vīdsadāndõs ADJ;IN+ESS;SG
kūora kūoradõn N;DAT;PL
polākõz polākõst N;IN+ABL;SG
blēḑ blēḑ N;GEN;SG
lugsõnā lugsõnādõn N;DAT;PL
kū kūši N;IN+ESS;PL
kūdõz kūdõndõdõn ADJ;DAT;PL
kimmõz kimmõz ADJ;NOM;SG
nominatīv nominatīvõ N;IN+ALL;SG
maij maijḑi N;PRT;PL
kalāmīez kalāmīesõ N;IN+ESS;SG
mǟdlõ izt mǟdlõt V;FIN;IND;PL;3;NEG;PST;ACT
ežžõmpǟva ežžõmpäuvži N;IN+ALL;PL
pānda lītõ pannõd V;PRF;FIN;IND;PL;2;POS;FUT;ACT;LGSPEC5
likkõ likūb V;FIN;IND;SG;3;POS;PRS;ACT
seismõztuoistõnz seismõztuoistõndidi ADJ;PRT;PL
vȱlda vȯlkõd V;FIN;PL;3;POS;PRS;ACT;LGSPEC1
kuolmtuoistõnz kuolmtuoistõndõ ADJ;IN+ALL;SG
kuolmtuoistõnz kuolmtuoistõndist ADJ;IN+ABL;PL
līdõ algõd līgõd V;FIN;PL;2;NEG;PRS;ACT;LGSPEC1
jūlij jūlijd N;NOM;PL
pǟgiņlug pǟgiņlugstõ N;IN+ABL;SG
allitas alīzttassõ N;PRT;SG
pānda panād V;FIN;IND;SG;2;POS;PRS;ACT
maij maijdõn N;DAT;PL
kaffe kaffist N;IN+ABL;PL
pānda iz pan V;FIN;IND;SG;1;NEG;PST;ACT
kȭļimkū kȭļimkūd N;NOM;PL
tas tassõd N;GEN;PL
nūoŗim nūoŗim ADJ;GEN;SG
vȯl vȯllist N;IN+ABL;PL
vȱlda vȯļ V;FIN;IND;SG;3;POS;PST;ACT
tūlda äd tulkst V;FIN;COND;SG;2;NEG;PRS;ACT
kuoț kuoțīdõn N;DAT;PL
jellõ algid jelāgid! V;FIN;IMP;PL;2;NEG;PRS;ACT
kež kädūdõn N;DAT;PL
vȱlda vȯlkõd V;FIN;PL;1;POS;PRS;ACT;LGSPEC1
alīztas alīztassõ N;IN+ALL;SG
kuolmõndpǟva kuolmõndpäuvšti N;IN+ABL;PL
lešknai lešknaiztkõks N;INS;PL
äl ǟlidi N;PRT;PL
nēļakimdõz nēļakimdõndt ADJ;PRT;SG
īdõkskimdõz īdõkskimdõndst ADJ;IN+ABL;SG;LGSPEC6
atrāita atrāita N;GEN;SG
illatīv illatīvõ N;IN+ALL;SG
likkõ um likkõmõst V;FIN;DEB;SG;3;POS;PRS;ACT
märts märtsõst N;IN+ABL;SG
kež kädsõ N;IN+ESS;SG
polākõz polākõ N;GEN;SG
genitīv genitīvõst N;IN+ABL;SG;LGSPEC6
aššõ aššõd ADJ;GEN;PL
mīez mīekõks N;INS;SG
äl ällõks N;INS;SG
likkõ äb likkõks V;FIN;COND;SG;1;NEG;PRS;ACT
kōdõkssadāz kōdõkssadāndõd ADJ;GEN;PL
īdõkskimdõz īdõkskimdõnd ADJ;GEN;SG
lǟdõ līb lǟnd V;PRF;FIN;IND;SG;3;POS;FUT;ACT
kalāmīez kalāmīez N;NOM;SG
adesīv adesīvõs N;IN+ESS;SG;LGSPEC6
septembõr septembõrdõks N;INS;PL
polākõz polākõd N;GEN;PL
sigžkū sigžkūšti N;IN+ABL;PL
vīmkū vīmkūd N;GEN;PL
mīez mīez N;NOM;SG
tūoiznapǟva tūoiznapǟvast N;IN+ABL;SG
kū kūd N;NOM;PL
drūošõ drūošist ADJ;IN+ABL;PL
ougust ougustõks N;INS;SG
pānda pangid! V;FIN;IMP;PL;2;POS;PRS;ACT
knaš knašīdõks ADJ;INS;PL
bōr bōrõd N;NOM;PL
jōņpǟva kū jōņpǟva kūsõ N;IN+ESS;SG
ougust ougustõdõks N;INS;PL
kimdõz kimdõz ADJ;NOM;SG
märts märtsõ N;IN+ALL;SG
kaš kašīd N;NOM;PL
kalāmīez kalāmīed N;NOM;PL
ǟma ǟmad N;NOM;PL
nǟdõ algõd nǟgõd V;FIN;PL;1;NEG;PRS;ACT;LGSPEC1
vȯl vȯl N;NOM;SG
polākõz polākõks N;INS;SG
värb värbõ N;PRT;SG
jellõ äb lī jellõn V;PRF;FIN;IND;SG;3;NEG;FUT;ACT
nēļakimdõz nēļakimdõndõn ADJ;DAT;SG
kuolmtuoistõnz kuolmtuoistõnz ADJ;NOM;SG
vȱlda iz ūom V;FIN;IND;PL;1;NEG;PST;ACT
võțīm võțīmkõks N;INS;SG
ūļ ūļši N;IN+ESS;PL
kōdtuoistõnz kōdtuoistõndõd ADJ;GEN;PL
kōdkimdõz kōdkimdõndis ADJ;IN+ESS;PL
kuolmtuoistõnz kuolmtuoistõnd ADJ;GEN;SG
ežmi ežmit ADJ;PRT;SG;LGSPEC6
pōr pōrist N;IN+ABL;PL
pānda lībõd pannõd V;PRF;FIN;IND;PL;3;POS;FUT;ACT
neļļõndpǟva neļļõndpǟvaks N;INS;SG
lǟdõ algid ligīd! V;FIN;IMP;PL;2;NEG;PRS;ACT
seissadāz seisõdsadāndõd ADJ;GEN;PL
märts märtsis N;IN+ESS;PL
jellõ jelākstõ V;FIN;COND;PL;3;POS;PRS;ACT
nūoŗpōŗ nūoŗpōŗõdõks N;INS;PL
pānda pankstõ V;FIN;COND;PL;2;POS;PRS;ACT
kōdkimdõz kōdkimdõnd ADJ;GEN;SG
pōr pōrõdõn N;DAT;PL
võțīm võțīmõs N;IN+ESS;SG
ablatīv ablatīv N;NOM;SG
jellõ jelāgõd V;FIN;PL;2;POS;PRS;ACT;LGSPEC1
rōza rōza ADJ;NOM;SG
tūļ tūļi N;PRT;PL
pǟvaīe pǟvaīedõ N;PRT;SG
ūdāigast kū ūdāigast kūši N;IN+ESS;PL
ežmi ežmižist ADJ;IN+ABL;PL
likkõ likkõkst V;FIN;COND;SG;2;POS;PRS;ACT
nēļasadāz nēļasadānd ADJ;GEN;SG
märts märtsidi N;PRT;PL
kōdkimdõz kōdkimdõndidi ADJ;PRT;PL
vȱlda um V;FIN;IND;SG;3;POS;PRS;ACT
võțīm võțmõd N;GEN;PL
vȱlda vȯļļid V;QUOT;FIN;PL;2;POS;PRS;ACT
sīlma sīlman N;DAT;SG
lēḑkū lēḑkūši N;IN+ESS;PL
mǟdlõ algõ mǟdlõg V;FIN;SG;2;NEG;PRS;ACT;LGSPEC1
võțīm võțīmõst N;IN+ABL;SG
ūomõg ūomõgs N;IN+ESS;SG
kōdõksmõz kōdõksmõnd ADJ;GEN;SG
brēḑig brēḑigõdõks N;INS;PL
īdtuoistõnz īdtuoistõndiž ADJ;IN+ALL;PL
seismõztuoistõnz seismõztuoistõndõdõks ADJ;INS;PL
vīdsadāz vīdsadāndõst ADJ;IN+ABL;SG
kōdõkskimdõz kōdõkskimdõndõdõks ADJ;INS;PL
bōr bōrõdõn N;DAT;PL
kuolmtuoistõnz kuolmtuoistõndt ADJ;PRT;SG
pūolpǟva pūolpǟvas N;IN+ESS;SG
tūlda tulkstõ V;FIN;COND;PL;2;POS;PRS;ACT
äbknaš äbknaš ADJ;NOM;SG
mǟdlõ līmõ mǟdlõnd V;PRF;FIN;IND;PL;1;POS;FUT;ACT;LGSPEC5
mǟdlõ ät lītõ mǟdlõnd V;PRF;FIN;IND;PL;2;NEG;FUT;ACT;LGSPEC5
vȱntsa vȱntsa N;NOM;SG
kalāmīez kalāmīedkõks N;INS;PL
sõnā sõnādõks N;INS;PL
jellõ jelīzt V;FIN;IND;SG;2;POS;PST;ACT
novembõr novembõrst N;IN+ABL;SG
adesīv adesīv N;NOM;SG
azūmsõnā azūmsõnān N;DAT;SG
lešknai lešknai N;NOM;SG
jellõ jelīz V;FIN;IND;SG;3;POS;PST;ACT
tūoiznapǟva tūoiznapǟvad N;GEN;PL
ikšlug ikšlug N;GEN;SG
partitīv partitīvõks N;INS;SG
sadāz sadāndõst ADJ;IN+ABL;SG
rōntõz rōntõdõn N;DAT;PL
kūlõ ät kūlõkstõ V;FIN;COND;PL;2;NEG;PRS;ACT
līdõ lījid V;QUOT;FIN;PL;3;POS;PRS;ACT
kōdsadāz kōdsadāndidi ADJ;PRT;PL
nēļatuoistõnz nēļatuoistõndõks ADJ;INS;SG
kuolmõz kuolmõndõn ADJ;DAT;SG
pivāpǟva pivāpǟva N;GEN;SG
jellõ jelāji V;QUOT;FIN;SG;3;POS;PRS;ACT
pǟvaīe pǟvaēši N;IN+ESS;PL
pärsōn pärsōnõd N;GEN;PL
pǟ pǟn N;DAT;SG
ougust ougusts N;IN+ESS;SG;LGSPEC6
sadāz sadāndõdõn ADJ;DAT;PL
nūoŗim nūoŗimõn ADJ;DAT;SG
pōr pōr N;GEN;SG
vȱlda līt vȯnnõd V;PRF;FIN;IND;PL;2;POS;FUT;ACT
brēḑig brēḑigõ N;IN+ALL;SG
līdõ līkstõ V;FIN;COND;PL;3;POS;PRS;ACT
alīz alīzt N;GEN;PL
septembõr septembõr N;NOM;SG
īdõksmõz īdõksmõndõs ADJ;IN+ESS;SG
alīz alīži N;PRT;PL
kievādkū kievādkūd N;GEN;PL
pānda panmõt V;LGSPEC4
mǟdlõ mǟdlõkst V;FIN;COND;SG;2;POS;PRS;ACT
likkõ äb līm likkõnd V;PRF;FIN;IND;PL;1;NEG;FUT;ACT
kōdtuoistõnz kōdtuoistõndõ ADJ;IN+ALL;SG
mȭka mȭka N;GEN;SG
sõnā sõnādõn N;DAT;PL
munādkuoț munādkuoțīž N;IN+ALL;PL
jūnij jūnij N;NOM;SG
drūošõ drūošõd ADJ;NOM;PL
vīdsadāz vīdsadāndõd ADJ;NOM;PL
jellõ līb jellõn V;PRF;FIN;IND;SG;3;POS;FUT;ACT
vīdsadāz vīdsadāndt ADJ;PRT;SG
tūoiznapǟva tūoiznapǟva N;NOM;SG
lǟdõ lītõ lǟnõd V;PRF;FIN;IND;PL;2;POS;FUT;ACT;LGSPEC5
tūlda līd tund V;PRF;FIN;IND;SG;2;POS;FUT;ACT
lilla lillad ADJ;GEN;PL
ȭdõg ȭdõgõks N;INS;SG
kaffe kaffe N;GEN;SG
pǟvaīe pǟvaīen N;DAT;SG
nūoŗimi nūoŗimizõks ADJ;INS;SG
kūdtuoistõnz kūdtuoistõndis ADJ;IN+ESS;PL
alumīnij alumīnijõ N;PRT;SG
pärsōn pärsōnist N;IN+ABL;PL
rōntõz rōntidi N;PRT;PL
īe ēži N;IN+ALL;PL
pūolpǟva pūolpäuvži N;IN+ALL;PL
nūoŗpōŗ nūoŗpōŗõks N;INS;SG
likkõ äb lī likkõn V;PRF;FIN;IND;SG;1;NEG;FUT;ACT
pǟva päuvḑi N;PRT;PL
līdõ līdsõ V;LGSPEC2
kuolmõndpǟva kuolmõndpǟvadõn N;DAT;PL
märts märtsõn N;DAT;SG
lugsõnā lugsõnnõ N;IN+ALL;SG
vīdõz vīdõnd ADJ;GEN;SG
izā izādõn N;DAT;PL
seiskimdõz seiskimdõndõst ADJ;IN+ABL;SG
kūdõz kūdõndt ADJ;PRT;SG
kuolmtuoistõnz kuolmtuoistõndõdõks ADJ;INS;PL
ūdāigast kū ūdāigast kūdkõks N;INS;PL
pǟ pǟstõ N;IN+ABL;SG
pivāpǟva pivāpäuvõ N;IN+ALL;SG
ougust ougustõ N;IN+ALL;SG
kuolmtuoistõnz kuolmtuoistõndidi ADJ;PRT;PL
likkõ likīz V;FIN;IND;SG;3;POS;PST;ACT
mīez mēḑi N;PRT;PL
kievādkū kievādkū N;GEN;SG
kimmõz kimmõndõdõn ADJ;DAT;PL
nēļatuoistõnz nēļatuoistõndiž ADJ;IN+ALL;PL
tīemizsõnā tīemizsõnāst N;IN+ABL;SG
īe īedkõks N;INS;PL
tuoistõnz tuoistõndõd ADJ;GEN;PL
jellõ algõd jelāgõd V;FIN;PL;1;NEG;PRS;ACT;LGSPEC1
mǟdlõ äd mǟdlõ V;FIN;IND;SG;2;NEG;PRS;ACT
analōg analōgs N;IN+ESS;SG;LGSPEC6
tuoistõnz tuoistõnds ADJ;IN+ESS;SG;LGSPEC6
kuolmõz kuolmõndõdõks ADJ;INS;PL
kūora kūoran N;DAT;SG
rōza rōzidi ADJ;PRT;PL
āinakū āinakūdkõks N;INS;PL
pānda äb pan V;FIN;IND;SG;1;NEG;PRS;ACT
mīez mīesõ N;IN+ESS;SG
sīlma sīlma N;GEN;SG
mǟdlõ mǟdlijid V;QUOT;FIN;PL;1;POS;PRS;ACT
pǟvaīe pǟvaīe N;NOM;SG
pǟvaīe pǟvaīedkõks N;INS;PL
vȱlda algõd vȯlkõd V;FIN;PL;3;NEG;PRS;ACT;LGSPEC1
februār februāriž N;IN+ALL;PL
tūlda tulbõd V;FIN;IND;PL;3;POS;PRS;ACT
tūontõz tūontõndist ADJ;IN+ABL;PL
kuolmõndpǟva kuolmõndpǟvas N;IN+ESS;SG
alumīnij alumīnijõ N;IN+ALL;SG
vīdõz vīdõndõks ADJ;INS;SG
likkõ līb likkõn V;PRF;FIN;IND;SG;3;POS;FUT;ACT
vȱlda ät ūotõ V;FIN;IND;PL;2;NEG;PRS;ACT
vīmkū vīmkūšti N;IN+ABL;PL
seissadāz seisistsadāndist ADJ;IN+ABL;PL
kōdõkstuoistõnz kōdõkstuoistõndõs ADJ;IN+ESS;SG
tuoistõnz tuoistõnd ADJ;GEN;SG
vȱntsa vȱņšti N;PRT;PL
likkõ äb likkõksmõ V;FIN;COND;PL;1;NEG;PRS;ACT
kōdõkstuoistõnz kōdõkstuoistõndõks ADJ;INS;SG
detsembõr detsembõrõn N;DAT;SG
nǟdõ ät nǟtõ V;FIN;IND;PL;2;NEG;PRS;ACT
ȭdõg ȭdõgist N;IN+ABL;PL
datīv datīvst N;IN+ABL;SG
alli alīžiz N;IN+ALL;PL
vȱlda algõ vȯlkõ V;FIN;SG;3;NEG;PRS;ACT;LGSPEC1
āmbaz āmbazist N;IN+ABL;PL
atrāitanai atrāitanaizõn N;DAT;SG
alīztas alīztassis N;IN+ESS;PL
sadāz sadānd ADJ;GEN;SG
vȯl vȯlkõks N;INS;SG
mȭka mȭkas N;IN+ESS;SG
neitški neitškižis N;IN+ESS;PL
atrāita atrāitadõn N;DAT;PL
adesīv adesīvõ N;IN+ALL;SG
mǟdlõ algid mǟdlõgid! V;FIN;IMP;PL;2;NEG;PRS;ACT
vīļakū vīļakū N;GEN;SG
partitīv partitīvs N;IN+ESS;SG
pǟva pǟvad N;GEN;PL
analīz analīzõdõn N;DAT;PL
mōmīez mōmēšti N;IN+ABL;PL
lešknai lešknaižis N;IN+ESS;PL
pärsōn pärsōnõn N;DAT;SG
lǟdõ äd lǟkst V;FIN;COND;SG;2;NEG;PRS;ACT
sȭira sȭiras N;IN+ESS;SG
mōmīez mōmīezõ N;IN+ALL;SG
lilla lilla ADJ;PRT;SG
kōdõkskimdõz kōdõkskimdõndõst ADJ;IN+ABL;SG
līdõ līt V;FIN;IND;PL;2;POS;PRS;ACT
kūlõ kūldõd V.PTCP;PASS
septembõr septembõrõks N;INS;SG
līdõ äb lī līnd V;PRF;FIN;IND;SG;1;NEG;FUT;ACT
siḑīmsõnā siḑīmsõnādõks N;INS;PL
pärsōn pärsōnõks N;INS;SG
kuod kuoddõn N;DAT;SG
kimdõz kimdõnds ADJ;IN+ESS;SG;LGSPEC6
nǟdõ äb nǟ V;FIN;IND;SG;1;NEG;PRS;ACT
tas tassõdõks N;INS;PL
bōr bōrõ N;PRT;SG
vȱntsa vȱntsaks N;INS;SG
nǟdõ äb nǟ V;FIN;IND;SG;3;NEG;PRS;ACT
īdõkskimdõz īdõkskimdõndist ADJ;IN+ABL;PL
ǟma ǟmaks N;INS;SG
piņ piņ N;NOM;SG
tīepǟva tīepǟvadõn N;DAT;PL
suoŗm suormõn N;DAT;SG
mǟdlõ äd lī mǟdlõn V;PRF;FIN;IND;SG;2;NEG;FUT;ACT
februār februārst N;IN+ABL;SG
analīz analīzõd N;NOM;PL
kinō kinīs N;IN+ESS;PL
nūoŗkū nūoŗkūzõ N;IN+ALL;SG
kūdsadāz kūdsadāndist ADJ;IN+ABL;PL
atrāitanai atrāitanaiztkõks N;INS;PL
vīdtuoistõnz vīdtuoistõnds ADJ;IN+ESS;SG;LGSPEC6
võțīm võțīm N;GEN;SG
pānda panmõ V;LGSPEC3
jūlij jūlijži N;IN+ALL;PL
ǟma ǟmist N;IN+ABL;PL
āmbaz āmbazõ N;PRT;SG
kōdõksmõz kōdõksmõndõn ADJ;DAT;SG
vīdsadāz vīdsadāndõd ADJ;GEN;PL
vȱntsa vȱntsõ N;IN+ALL;SG
nǟdõ neiztõ V;FIN;IND;PL;2;POS;PST;ACT
|
a98ffbafc34e482963aa46acd4771c83ef01d7be | 449d555969bfd7befe906877abab098c6e63a0e8 | /2234/CH2/EX2.3/ex2_3.sce | 9a727e1981faa150d60b86519847a098208f9d03 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | sce | ex2_3.sce | clc;
disp("Example 2.3");
v=6000 //Volume in metre cube.
as=20 //surface absorbtion in owu(open window unit).
T=(0.165*v)/(as); //calculating T using Sabine Formula.
disp(T,"Reverberation Time = "); //Displaying Result. |
0aef965841c07e5cd17221b9ce231862f5bd6fad | 449d555969bfd7befe906877abab098c6e63a0e8 | /3821/CH10/EX10.16/Example10_16.sce | 5e7c8163c51ffd8b38250a5359c533d85c155c22 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 894 | sce | Example10_16.sce | /////Chapter 10 Properties Of Steam
////Example 10.16 Page No:197
///Find Enthalpy of superheated steam
//Input data
clc;
clear;
P=15; //Absolute pressure in bar
//From steam table (pressure basis at 15 bar)
h=3250; //In KJ/Kg
ts=198.3; //In degree celsius
hf=844.7; //In KJ/Kg
hfg=1945.2; //In KJ/Kg
hg=2789.9; //In KJ/Kg
Cps=2.3;
//Calculation
tsup=(h-hg+(Cps*ts))/2.3, //Enthalpy of superheated steam in degree celsius
dos1=tsup-ts; //Degree of superheated in degree celsius
//The value of ts in not used according to data in book instead of ts=198.3 author used ts=165
//Output
printf('Enthalpy of superheated steam= %f degree celcius\n ',tsup);
printf('Degree of superheated=%f degree celcius \n ',dos1);
|
00c19bc5c7387dcedd098b70df2204cda857be5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /331/CH10/EX10.7/Example_10_7.sce | a6c190386c6eb5fb2671ca0e44915c69d617f3fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 572 | sce | Example_10_7.sce | //Caption:Simple (Single) Exponential Smoothing Method
//Example10.7
//Page385
clear;
clc;
F1 = 600;//forecast of a product for the first week of march
D1 = 550; //Demand of the first week
D2 = 620; //Demand of the second week
alpha = 0.2; //smoothing constant
F2 = F1+alpha*(D1-F1);
disp(F2,'Forecast for the second week of march F2=')
F3 = F2+alpha*(D2-F2);
disp(F3,'Forecast for the third week of march F3=')
//Result
//Forecast for the second week of march F2=
//
// 590.
//
// Forecast for the third week of march F3=
//
// 596. |
3c77d36147b9c81a545f2d34c51e88736f6ecf91 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1709/CH6/EX6.2/6_2.sce | e73e02a15c396d2d72328a712c86fa8032048f23 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 203 | sce | 6_2.sce | clc
//Initialization of variables
P=20 //psia
T=227.96+ 459.69 //R
//calculations
disp("from saturation tables,")
sfg=1.3962 //B/ R lbm
Q=T*sfg
//results
printf("heat transfer = %.1f B/lbm",Q)
|
53780478f945e65042923694d420e00f8a081d87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1673/CH1/EX1.6/1_6.sce | 5d726d09b0f699bdf97e211ceac0e133353a5945 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | 1_6.sce | //example 1.6
//absolute error and relative error
//page 10
clc;clear;close;
s=sqrt(3)+sqrt(5)+sqrt(7);//the sum square root of 3,5,7
n=4;
Ea=3*((10^-n)/2);//absolute error
R_E=Ea/s;
printf('the sum of square roots is %0.4g \n',s );
printf('the absolute error is %f \n',Ea);
printf('the relative error is %f ',R_E);
|
35e35f2703678f74b88b07613a811c617017c977 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_Machines_M._V._Despande_833.zip/Electrical_Machines_M._V._Despande_833/CH8/EX8.7/Ex8_7.sce | c22045ba010df2069e67047cf9a19de73f30419d | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 948 | sce | Ex8_7.sce | errcatch(-1,"stop");mode(2);//Caption: Calculate (a)Efficiency on full load (b)Efficiency on 40A input (c)Efficiency on 25A input (d)Full load speed regulation
//Exa:8.7
;
;
V=230//Voltage of motor(in volts)
i_l=50//Full load current(in A)
r_a=0.25//Armature resistance(in ohms)
r_f=230//Field resistance(in ohms)
i_o=3//No load current(in A)
i_1=40//Input current(in A)
i_2=25//Input current(in A)
P_c=V*i_o
P_i1=V*i_l
i_f=V/r_f
i_a1=i_l-i_f
L_fl=((i_a1^2)*r_a)+P_c
Eff_1=((P_i1-L_fl)/P_i1)*100
disp(Eff_1,'(a)Efficiency on full load(in%)=')
P_i2=V*i_1
i_a2=i_1-i_f
L=((i_a2^2)*r_a)+P_c
Eff_2=((P_i2-L)/P_i2)*100
disp(Eff_2,'(b)Efficiency on 40A input(in%)=')
P_i3=V*i_2
i_a3=i_2-i_f
L_1=((i_a3^2*r_a)+P_c)
Eff_3=((P_i3-L_1)/P_i3)*100
disp(Eff_3,'(c)Efficiency on 25A input(in%)=')
I_ao=i_o-i_f
E_bo=V-(I_ao*r_a)
E_bl=V-(r_a*i_a1)
Re=((E_bo-E_bl)/E_bo)*100
disp(Re,'(d)Full load speed regulation(in%)=')
exit();
|
7e096b0889eb39997c1897c771da361c3acf6501 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH4/EX4.16/ex4_16.sce | 6e9d4887664e366a66897aaad473315dfe174fd4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 786 | sce | ex4_16.sce | //Chapter-4, Example 4.16, Page 145
//=============================================================================
clc
clear
//given voltage applied is e=100*sin(314*t)
//CALCULATIONS
E=100/sqrt(2);
w=314;
L=0.2;//inductannce in henry
// indefinitely integrating e and later dividing by L we get it as
//i=-1.592*cos(314*t);//instantaneous current
//instantaneous power=e*i=-79.6*sin(628t)
P=0;//average power=0
Xl=w*L;//inductance in ohms
I=(E)/(Xl);//rms current
mprintf("inductive reactance and rms current is %2.1f ohms and %1.3f amps respectively",Xl,I);
//note:We cannot compute symbolic or indefinite integration in scilab.In order to verify your results use wxmaxima software.
//=================================END OF PROGRAM==============================
|
cd9bc60a207c7a7ab17cad56cfe53972ad162978 | 3cebec609a7a9400f632d5c0cfb6261beb898ba4 | /FSK.sce | 71efb3491f07b055f8e58b001403465478162db3 | [] | no_license | dikshitakambri/scilab-programs | 93cb5aea24bd53377f73cd394cb742294382796e | 61172a7301fd49b5e69f2da53280a1a22a34ee1d | refs/heads/master | 2023-01-09T06:47:38.704641 | 2020-10-31T12:44:12 | 2020-10-31T12:44:12 | 308,216,078 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,508 | sce | FSK.sce | clear;
clc;
close;
t = 0:0.01:1; // One symbol period
f1=2; // Carrier cycles per symbol period
f2=4; // Carrier cycles per symbol period
I=[0,0,1,0,1,1,0,0]; //data stream
//Generation of FSK Waveform
z=0;
for n=1:length(I)
subplot(4,1,1) //Carrier 1 Plot
a=gca();
a.data_bounds=[0,-1.5;length(I),1.5]; //set the boundary values for the x-y coordinates.
a.x_location="bottom";
a.grid=[1,-1];
title('Carrier 1')
plot((t+z),sin(2*%pi*f1*t));
subplot(4,1,2) //Carrier 2 Plot
a=gca();
a.data_bounds=[0,-1.5;length(I),1.5]; //set the boundary values for the x-y coordinates.
a.x_location="bottom";
a.grid=[1,-1];
title('Carrier 2')
plot((t+z),sin(2*%pi*f2*t));
subplot(4,1,3) //Data Plot
a=gca();
a.data_bounds=[0,-1.5;length(I),1.5]; //set the boundary values for the x-y coordinates.
a.x_location="bottom";
a.grid=[1,-1];
title('Data')
plot((t+z),I(n)^(t+1));
subplot(4,1,4) //FSK Waveform Plot
a=gca();
a.data_bounds=[0,-1.5;length(I),1.5]; //set the boundary values for the x-y coordinates.
a.x_location="bottom";
a.grid=[1,-1];
title('FSK Waveform')
if (I(n)==0)
plot((t+z),sin(2*%pi*f1*t));
elseif (I(n)==1)
plot((t+z),sin(2*%pi*f2*t));
end
z=z+1;
end
|
ace462038e24a92d08f62852e32dc07f6fbe8ed0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH9/EX9.3/Ex9_3.sce | aa8087ac5e9485003dafaa077dcdde99909b8b00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 318 | sce | Ex9_3.sce | clear
//
//
//
//Variable declaration
J=10^5; //current density(amp/m^2)
T=300; //temperature(K)
eta=1;
J0=250*10^-3; //saturation current density(A/m^2)
//Calculations
VT=T/11600;
x=(J/J0)+1;
V=log(x)*VT; //voltage applied(V)
//Result
printf("\n voltage applied is %0.4f V",V)
|
1bd019367d35950940536a04dbf50caaf907ee0d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH4/EX4.12/ex_4_12.sce | 025a395d2d27dc08b7f11792ecc87a3a13286fda | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 320 | sce | ex_4_12.sce | //Example 4.12 //maximum and minimum illumination
clc;
clear;
close;
format('v',5 )
CP=1000;//
h=12;//in meter
d=24;//diamter in meter
mil=CP/(h)^2;//maximum illumination in lux
mal=mil*(12/sqrt(12^2+12^2))^3;//minimum illumination in lux
disp(mil,"maximum illumination in lux")
disp(mal,"minimum illumination in lux")
|
81b71f7043bdc2e321c76765b36709fdc52e2a6d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1862/CH9/EX9.8/C9P8.sce | ed6a936a3660d91c7602ac42161742d1acdfda88 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,580 | sce | C9P8.sce |
clear
clc
//to find tension in the wire
//to find force exerted by the hinge on the beam
// GIVEN::
//refer to figure 9-24(a) from page no. 190
//length of the beam
L = 3.3//in meters
//mass of beam
m = 8.5//in kg
//distance at which wire is connected
d = 2.1//in meters
//angle made by beam with horizontal
theta = 30//in degrees
//mass of body
M = 56//in kg
//acceleration due to gravity
g = 9.8//in m/s^2
// SOLUTION:
//refer to figure 9-24(b) from page no. 190
//angle alpha from geometry
alpha = atand((d-(L*sind(theta)))/(L*cosd(theta)))//in degrees
k = M*g+m*g;
j = m*g/2;
//applying equllibrium conditions to get 4 equations
A = [0 1 0 -1 ; 1 0 1 0 ; 1 -tand(theta) 0 0 ; 0 0 1 -tand(alpha)];
b = [0 ; k ; j ; 0];
c = A\b
Fv = c(1)
Fh = c(2)
Tv = c(3)
Th = c(4)
Fv = round(Fv)
Fh = round(Fh)
Th = round(Th)
//resultant tension in the wire
T = sqrt(Th^2 + Tv^2)//in N
//resultant force exerted by the hinge on the beam
F = sqrt(Fh^2+ Fv^2)//in N
T = round(T)
F = round(F)
//angle made by vector F with horizontal
fi = atand(Fv/Fh)//in degrees
printf ("\n\n Vertical force Fv = \n\n %3i N",Fv);
printf ("\n\n Horizontal force Fh = \n\n %3i N",Fh);
printf ("\n\n vertical tension in in wire Tv = \n\n %3i N",Tv);
printf ("\n\n Horizontal tension in in wire Th = \n\n %3i N",Th);
printf ("\n\n Resultant tension in the wire T = \n\n %3i N",T);
printf ("\n\n Resultant force exerted by the hinge on the beam F = \n\n %3i N",F);
printf ("\n\n angle made by vector F with horizontal fi = \n\n %.1f degrees",fi);
|
e37b35ac9a0c68a74e5e27ccb3f1696ca2a792c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1976/CH5/EX5.3/Ex5_3.sce | 47d11663ae2129c888766b84ccf2c55b9c127d28 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,052 | sce | Ex5_3.sce |
//To Determine the average KW input to the furnace
//Page 288
clc;
clear;
M=10*(10^3); //Mass of Steel Melted
t=2*3600; //Time Taken to Melt the steel
eff=50/100; //Overall Efficiency
I=9000; //Current Input
R=0.003; //Resistance
X=0.005; //Reactance
SH=0.12; //Specific Heat
LHF=8.89*(10^3); //Latent Heat of Fusion
Tm=1371; //Melting Point
Ti=20; //Room Temperature
Hm=M*LHF; //Heat Required for melting
Hr=M*SH*(Tm-Ti)*1000; //Heat Required to raise the temperature
Ht=Hm+Hr; //Total Amount of heat required
E=Ht*4.2/(3600); //Energy in Whr
P=E*3600/t; //Power
Pa=P/eff; //Actual Power Input to the Furnace
Vt=Pa/(3*I); //V Cos theta
//The Above voltage is the sum of arc drop and drop in resistance load
Va=Vt-(I*R); //Arc Drop
Vx=I*X; //Reactance Drop
Vs=sqrt((Vt^2)+(Vx^2)); //Supply Voltage
S=3*Vs*I/1000; //KVA input
printf('The Average kW input to the furnance is %g kW\n',Pa/1000)
printf(' The Arc Voltage is %g V\n',Va)
printf(' The kVA input is %g kVA\n',S)
//Accurate Answers, No rounding off.
|
1259920f8878a80ed2ba5f929e62fcbf1c67320d | e6d5f1d801a3fe887b5dc04b8cc0a9eabc1fd432 | /Semana_12/trapecio_compuesto.sce | f98eacf737f2db91889d0eac0b953f713f2c93c8 | [] | no_license | lordjuacs/MateIII | 70def332063e56eb10fb47678a7e6130dc0dca63 | 164c53b61c9e35e565121f77ba2c578680a3ab56 | refs/heads/master | 2021-05-24T15:56:01.078904 | 2020-07-27T19:57:34 | 2020-07-27T19:57:34 | 253,643,962 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 127 | sce | trapecio_compuesto.sce | function I = trapecio_compuesto(f, a, b, h)
x = [a:h:b]
I = (h/2)(f(x(1))+2*sum(f(x(2:length(x)-1)))+f(b))
endfunction
|
d06d832b29487d686efa6eb4c2b7d6a63f474621 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/DEPENDENCIES/5_9data.sci | 1956f0af78c0f0b7605cdbddbc342f753f7ed93c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 62 | sci | 5_9data.sci | L=1;//000;//langth,given,in mm
P=10;//*10^3;//load,given,in N |
c7df73852ace6071ec9ed3b42049a2acabf43a9e | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/Dividegraphics.sci | be16b47367f195368e13f2fed3d1fa46c0c34299 | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 327 | sci | Dividegraphics.sci | // 08.05.31
// 10.01.01
// 11.01.07
function OutL=Dividegraphics(Pd)
if length(Pd)==0
OutL=Pd;
return;
end;
DtL=Flattenlist(Pd);
OutL=list();
for J=1:length(DtL)
Dt= DtL(J);
Ndm=Dataindex(Dt);
for I=1:size(Ndm,1)
Fd=Dt(Ndm(I,1):Ndm(I,2),:);
OutL($+1)=Fd;
end;
end;
endfunction;
|
242c45dc451557c22865be81e2843c751e9941dd | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/PG19IE.prev.tst | 54d04e93aec5117f89550aa270028904d96cdc37 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,080 | tst | PG19IE.prev.tst | [[24,24],[18,18],[30,30]] gcd=6
[[24,20],[18,15],[30,25]] .*11 .*17 .*23 .*29 .*35 .*41 .*47 same=[4,3,5]
[[24,16],[18,12],[30,20]] gcd=2
[[24,12],[18,9],[30,15]] gcd=3
[[24,8],[18,6],[30,10]] gcd=2
[[24,4],[18,3],[30,5]] .*7 .*13 .*19 .*25 .*31 .*37 .*43 same=[4,3,5]
[[24,0],[18,0],[30,0]] gcd=6
[[-24,4],[-18,3],[-30,5]] .*5 .*11 .*17 .*23 .*29 .*35 .*41 same=[-4,-3,-5]
[[-24,8],[-18,6],[-30,10]] gcd=2
[[-24,12],[-18,9],[-30,15]] gcd=3
[[-24,16],[-18,12],[-30,20]] gcd=2
[[-24,20],[-18,15],[-30,25]] . .*7 .*13 .*19 .*25 .*31 .*37 same=[-4,-3,-5]
[[-24,24],[-18,18],[-30,30]] gcd=6
[[24,24],[10,10],[26,26]] gcd=2
[[24,12],[10,5],[26,13]] .*3 .*5 .*7 .*9 .*11 .*13 .*15 same=[12,5,13]
[[24,0],[10,0],[26,0]] gcd=2
[[-24,12],[-10,5],[-26,13]] . .*3 .*5 .*7 .*9 .*11 .*13 same=[-12,-5,-13]
[[-24,24],[-10,10],[-26,26]] gcd=2
[[24,24],[7,7],[25,25]] .*2 .*3 .*4 .*5 .*6 .*7 .*8 same=[24,7,25]
[[24,0],[7,0],[25,0]] . .*2 .*3 .*4 .*5 .*6 .*7 same=[24,7,25]
[[-24,24],[-7,7],[-25,25]] [0,0,0] . .*2 .*3 .*4 .*5 .*6 same=[-24,-7,-25]
[[21,21],[20,20],[29,29]] .*2 .*3 .*4 .*5 .*6 .*7 .*8 same=[21,20,29]
[[21,0],[20,0],[29,0]] . .*2 .*3 .*4 .*5 .*6 .*7 same=[21,20,29]
[[-21,21],[-20,20],[-29,29]] [0,0,0] . .*2 .*3 .*4 .*5 .*6 same=[-21,-20,-29]
[[20,24],[15,18],[25,30]] .*11 .*16 .*21 .*26 .*31 .*36 .*41 same=[4,3,5]
[[20,20],[15,15],[25,25]] gcd=5
[[20,16],[15,12],[25,20]] .*9 .*14 .*19 .*24 .*29 .*34 .*39 same=[4,3,5]
[[20,12],[15,9],[25,15]] .*8 .*13 .*18 .*23 .*28 .*33 .*38 same=[4,3,5]
[[20,8],[15,6],[25,10]] .*7 .*12 .*17 .*22 .*27 .*32 .*37 same=[4,3,5]
[[20,4],[15,3],[25,5]] .*6 .*11 .*16 .*21 .*26 .*31 .*36 same=[4,3,5]
[[20,0],[15,0],[25,0]] gcd=5
[[-20,4],[-15,3],[-25,5]] .*4 .*9 .*14 .*19 .*24 .*29 .*34 same=[-4,-3,-5]
[[-20,8],[-15,6],[-25,10]] .*3 .*8 .*13 .*18 .*23 .*28 .*33 same=[-4,-3,-5]
[[-20,12],[-15,9],[-25,15]] .*2 .*7 .*12 .*17 .*22 .*27 .*32 same=[-4,-3,-5]
[[-20,16],[-15,12],[-25,20]] . .*6 .*11 .*16 .*21 .*26 .*31 same=[-4,-3,-5]
[[-20,20],[-15,15],[-25,25]] gcd=5
[[-20,24],[-15,18],[-25,30]] [4,3,5] .*4 .*9 .*14 .*19 .*24 .*29 same=[-4,-3,-5]
[[16,24],[12,18],[20,30]] gcd=2
[[16,20],[12,15],[20,25]] .*9 .*13 .*17 .*21 .*25 .*29 .*33 same=[4,3,5]
[[16,16],[12,12],[20,20]] gcd=4
[[16,12],[12,9],[20,15]] .*7 .*11 .*15 .*19 .*23 .*27 .*31 same=[4,3,5]
[[16,8],[12,6],[20,10]] gcd=2
[[16,4],[12,3],[20,5]] .*5 .*9 .*13 .*17 .*21 .*25 .*29 same=[4,3,5]
[[16,0],[12,0],[20,0]] gcd=4
[[-16,4],[-12,3],[-20,5]] .*3 .*7 .*11 .*15 .*19 .*23 .*27 same=[-4,-3,-5]
[[-16,8],[-12,6],[-20,10]] gcd=2
[[-16,12],[-12,9],[-20,15]] . .*5 .*9 .*13 .*17 .*21 .*25 same=[-4,-3,-5]
[[-16,16],[-12,12],[-20,20]] gcd=4
[[-16,20],[-12,15],[-20,25]] [4,3,5] .*3 .*7 .*11 .*15 .*19 .*23 same=[-4,-3,-5]
[[-16,24],[-12,18],[-20,30]] gcd=2
[[15,15],[8,8],[17,17]] .*2 .*3 .*4 .*5 .*6 .*7 .*8 same=[15,8,17]
[[15,0],[8,0],[17,0]] . .*2 .*3 .*4 .*5 .*6 .*7 same=[15,8,17]
[[-15,15],[-8,8],[-17,17]] [0,0,0] . .*2 .*3 .*4 .*5 .*6 same=[-15,-8,-17]
[[12,24],[9,18],[15,30]] gcd=3
[[12,20],[9,15],[15,25]] .*8 .*11 .*14 .*17 .*20 .*23 .*26 same=[4,3,5]
[[12,16],[9,12],[15,20]] .*7 .*10 .*13 .*16 .*19 .*22 .*25 same=[4,3,5]
[[12,12],[9,9],[15,15]] gcd=3
[[12,8],[9,6],[15,10]] .*5 .*8 .*11 .*14 .*17 .*20 .*23 same=[4,3,5]
[[12,4],[9,3],[15,5]] .*4 .*7 .*10 .*13 .*16 .*19 .*22 same=[4,3,5]
[[12,0],[9,0],[15,0]] gcd=3
[[-12,4],[-9,3],[-15,5]] .*2 .*5 .*8 .*11 .*14 .*17 .*20 same=[-4,-3,-5]
[[-12,8],[-9,6],[-15,10]] . .*4 .*7 .*10 .*13 .*16 .*19 same=[-4,-3,-5]
[[-12,12],[-9,9],[-15,15]] gcd=3
[[-12,16],[-9,12],[-15,20]] [4,3,5] .*2 .*5 .*8 .*11 .*14 .*17 same=[-4,-3,-5]
[[-12,20],[-9,15],[-15,25]] [4,3,5]*2 . .*4 .*7 .*10 .*13 .*16 same=[-4,-3,-5]
[[-12,24],[-9,18],[-15,30]] gcd=3
[[12,24],[5,10],[13,26]] .*3 .*4 .*5 .*6 .*7 .*8 .*9 same=[12,5,13]
[[12,12],[5,5],[13,13]] .*2 .*3 .*4 .*5 .*6 .*7 .*8 same=[12,5,13]
[[12,0],[5,0],[13,0]] . .*2 .*3 .*4 .*5 .*6 .*7 same=[12,5,13]
[[-12,12],[-5,5],[-13,13]] [0,0,0] . .*2 .*3 .*4 .*5 .*6 same=[-12,-5,-13]
[[-12,24],[-5,10],[-13,26]] [12,5,13] [0,0,0] . .*2 .*3 .*4 .*5 same=[-12,-5,-13]
[[8,24],[6,18],[10,30]] gcd=2
[[8,20],[6,15],[10,25]] .*7 .*9 .*11 .*13 .*15 .*17 .*19 same=[4,3,5]
[[8,16],[6,12],[10,20]] gcd=2
[[8,12],[6,9],[10,15]] .*5 .*7 .*9 .*11 .*13 .*15 .*17 same=[4,3,5]
[[8,8],[6,6],[10,10]] gcd=2
[[8,4],[6,3],[10,5]] .*3 .*5 .*7 .*9 .*11 .*13 .*15 same=[4,3,5]
[[8,0],[6,0],[10,0]] gcd=2
[[-8,4],[-6,3],[-10,5]] . .*3 .*5 .*7 .*9 .*11 .*13 same=[-4,-3,-5]
[[-8,8],[-6,6],[-10,10]] gcd=2
[[-8,12],[-6,9],[-10,15]] [4,3,5] . .*3 .*5 .*7 .*9 .*11 same=[-4,-3,-5]
[[-8,16],[-6,12],[-10,20]] gcd=2
[[-8,20],[-6,15],[-10,25]] [4,3,5]*3 [4,3,5] . .*3 .*5 .*7 .*9 same=[-4,-3,-5]
[[-8,24],[-6,18],[-10,30]] gcd=2
[[4,24],[3,18],[5,30]] .*7 .*8 .*9 .*10 .*11 .*12 .*13 same=[4,3,5]
[[4,20],[3,15],[5,25]] .*6 .*7 .*8 .*9 .*10 .*11 .*12 same=[4,3,5]
[[4,16],[3,12],[5,20]] .*5 .*6 .*7 .*8 .*9 .*10 .*11 same=[4,3,5]
[[4,12],[3,9],[5,15]] .*4 .*5 .*6 .*7 .*8 .*9 .*10 same=[4,3,5]
[[4,8],[3,6],[5,10]] .*3 .*4 .*5 .*6 .*7 .*8 .*9 same=[4,3,5]
[[4,4],[3,3],[5,5]] .*2 .*3 .*4 .*5 .*6 .*7 .*8 same=[4,3,5]
[[4,0],[3,0],[5,0]] . .*2 .*3 .*4 .*5 .*6 .*7 same=[4,3,5]
[[-4,4],[-3,3],[-5,5]] [0,0,0] . .*2 .*3 .*4 .*5 .*6 same=[-4,-3,-5]
[[-4,8],[-3,6],[-5,10]] [4,3,5] [0,0,0] . .*2 .*3 .*4 .*5 same=[-4,-3,-5]
[[-4,12],[-3,9],[-5,15]] [4,3,5]*2 [4,3,5] [0,0,0] . .*2 .*3 .*4 same=[-4,-3,-5]
[[-4,16],[-3,12],[-5,20]] [4,3,5]*3 [4,3,5]*2 [4,3,5] [0,0,0] . .*2 .*3 same=[-4,-3,-5]
[[-4,20],[-3,15],[-5,25]] [4,3,5]*4 [4,3,5]*3 [4,3,5]*2 [4,3,5] [0,0,0] . .*2 same=[-4,-3,-5]
[[-4,24],[-3,18],[-5,30]] [4,3,5]*5 [4,3,5]*4 [4,3,5]*3 [4,3,5]*2 [4,3,5] [0,0,0] [-4,-3,-5]
[[0,24],[0,18],[0,30]] gcd=6
[[0,24],[0,10],[0,26]] gcd=2
[[0,24],[0,7],[0,25]] . . . . . . . same=[24,7,25]
[[0,21],[0,20],[0,29]] . . . . . . . same=[21,20,29]
[[0,20],[0,15],[0,25]] gcd=5
[[0,16],[0,12],[0,20]] gcd=4
[[0,15],[0,8],[0,17]] . . . . . . . same=[15,8,17]
[[0,12],[0,9],[0,15]] gcd=3
[[0,12],[0,5],[0,13]] . . . . . . . same=[12,5,13]
[[0,8],[0,6],[0,10]] gcd=2
[[0,4],[0,3],[0,5]] . . . . . . . same=[4,3,5]
#---> reslines=1
|
98bfcefec92c1cedb4780ad5cb18a5a63afdb6c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1958/CH15/EX15.2/Chapter15_example2.sce | 1ea0868921967752f8f33394813d977fdee8207b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 475 | sce | Chapter15_example2.sce | clc
clear
//Input data
v=(5*10^6)//Velocity of the electron in m/s
E=2000//Intensity of electric field in N/C
d=0.06//Distance in m
e=(1.6*10^-19)//Charge of the electron in C
m=(9.1*10^-31)//Mass of the electron in kg
//Calculations
y=((-e*E*d^2)/(2*m*v^2))*100//Vertical displacement of the electron when it just leaves the electric field in cm
//Output
printf('Vertical displacement of the electron when it just leaves the electric field is %3.2f cm',y)
|
de33396644b06248aa12dbcc416c5859b8f9ebe0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH4/EX4.2/4_2.sce | cb75887f9949b8d25a9a1a73393ac5dd4aef7303 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sce | 4_2.sce | //clc();
clear;
//To determine intensity of magnetisation and magnetic flux density
ki=-0.5*10^-5; //magnetic susceptibility
H=9.9*10^4; //magnetic field of intensity in Amp/m
I=ki*H;
mew0=(4*%pi*10^-7); //mew0 in H/m
B=mew0*H*(1+ki);
printf("intensity of magnetisation is %f amp/m",I);
printf("magnetic flux density is %f wb/m^2",B);
//answer in book is wrong
|
6b616d4f7a0947bd19cfc3b71c430d7b77d4dfda | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects - Kopie/CONT/EG16NCQ/ATWM1_Working_Memory_MEG_EG16NCQ_Session1/ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | 72697612c358e863deea72c33b351157d299b386 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,408 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 290; width = 290; color = 128, 128, 128;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
42 62 292 292 399 125 1842 2992 2392 fixation_cross gabor_170 gabor_104 gabor_043 gabor_148 gabor_170_alt gabor_104 gabor_043 gabor_148_alt "1_1_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_170_104_043_148_target_position_1_4_retrieval_position_1" gabor_170_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2192 2992 2192 fixation_cross gabor_126 gabor_065 gabor_037 gabor_144 gabor_126_alt gabor_065 gabor_037 gabor_144_alt "1_2_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2200_gabor_patch_orientation_126_065_037_144_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_097_framed blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1792 2992 1942 fixation_cross gabor_146 gabor_063 gabor_098 gabor_172 gabor_146 gabor_063_alt gabor_098_alt gabor_172 "1_3_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_146_063_098_172_target_position_2_3_retrieval_position_2" gabor_circ gabor_018_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2242 2992 2392 fixation_cross gabor_034 gabor_153 gabor_011 gabor_075 gabor_034 gabor_153_alt gabor_011 gabor_075_alt "1_4_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2400_gabor_patch_orientation_034_153_011_075_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_075_framed blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_075_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2192 2992 1942 fixation_cross gabor_132 gabor_075 gabor_164 gabor_009 gabor_132_alt gabor_075_alt gabor_164 gabor_009 "1_5_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_132_075_164_009_target_position_1_2_retrieval_position_2" gabor_circ gabor_075_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_075_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2192 fixation_cross gabor_005 gabor_084 gabor_033 gabor_165 gabor_005_alt gabor_084 gabor_033 gabor_165_alt "1_6_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_005_084_033_165_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_165_framed blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1842 2992 2442 fixation_cross gabor_128 gabor_045 gabor_095 gabor_011 gabor_128_alt gabor_045 gabor_095 gabor_011_alt "1_7_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_128_045_095_011_target_position_1_4_retrieval_position_1" gabor_128_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2042 2992 1892 fixation_cross gabor_030 gabor_090 gabor_110 gabor_047 gabor_030_alt gabor_090 gabor_110 gabor_047_alt "1_8_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_300_300_399_2050_3000_1900_gabor_patch_orientation_030_090_110_047_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_110_framed gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_110_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1942 2992 2192 fixation_cross gabor_065 gabor_093 gabor_031 gabor_150 gabor_065_alt gabor_093_alt gabor_031 gabor_150 "1_9_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2200_gabor_patch_orientation_065_093_031_150_target_position_1_2_retrieval_position_1" gabor_112_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 1942 fixation_cross gabor_126 gabor_081 gabor_100 gabor_155 gabor_126_alt gabor_081 gabor_100_alt gabor_155 "1_10_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_1950_gabor_patch_orientation_126_081_100_155_target_position_1_3_retrieval_position_1" gabor_171_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_138 gabor_086 gabor_157 gabor_111 gabor_138_alt gabor_086_alt gabor_157 gabor_111 "1_11_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_138_086_157_111_target_position_1_2_retrieval_position_1" gabor_003_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1892 2992 2542 fixation_cross gabor_097 gabor_008 gabor_178 gabor_064 gabor_097_alt gabor_008_alt gabor_178 gabor_064 "1_12_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2550_gabor_patch_orientation_097_008_178_064_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_178_framed gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_178_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2592 fixation_cross gabor_168 gabor_123 gabor_083 gabor_012 gabor_168_alt gabor_123_alt gabor_083 gabor_012 "1_13_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2600_gabor_patch_orientation_168_123_083_012_target_position_1_2_retrieval_position_1" gabor_168_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_168_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1792 2992 1942 fixation_cross gabor_094 gabor_159 gabor_054 gabor_128 gabor_094 gabor_159_alt gabor_054_alt gabor_128 "1_14_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_094_159_054_128_target_position_2_3_retrieval_position_2" gabor_circ gabor_020_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_020_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1742 2992 2492 fixation_cross gabor_038 gabor_071 gabor_021 gabor_099 gabor_038 gabor_071_alt gabor_021 gabor_099_alt "1_15_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2500_gabor_patch_orientation_038_071_021_099_target_position_2_4_retrieval_position_1" gabor_177_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_177_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2342 fixation_cross gabor_122 gabor_060 gabor_145 gabor_082 gabor_122_alt gabor_060 gabor_145_alt gabor_082 "1_16_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2350_gabor_patch_orientation_122_060_145_082_target_position_1_3_retrieval_position_1" gabor_122_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_16_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_115 gabor_048 gabor_095 gabor_154 gabor_115_alt gabor_048_alt gabor_095 gabor_154 "1_17_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_115_048_095_154_target_position_1_2_retrieval_position_1" gabor_069_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_17_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_069_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2242 2992 2142 fixation_cross gabor_113 gabor_160 gabor_002 gabor_077 gabor_113 gabor_160 gabor_002_alt gabor_077_alt "1_18_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_113_160_002_077_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_002_framed gabor_circ blank blank blank blank fixation_cross_white "1_18_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_120 gabor_089 gabor_141 gabor_156 gabor_120 gabor_089_alt gabor_141_alt gabor_156 "1_19_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_120_089_141_156_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_001_framed gabor_circ blank blank blank blank fixation_cross_white "1_19_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1992 2992 2092 fixation_cross gabor_006 gabor_028 gabor_068 gabor_089 gabor_006 gabor_028 gabor_068_alt gabor_089_alt "1_20_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2100_gabor_patch_orientation_006_028_068_089_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_white "1_20_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2242 2992 1992 fixation_cross gabor_036 gabor_160 gabor_017 gabor_125 gabor_036 gabor_160_alt gabor_017 gabor_125_alt "1_21_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_036_160_017_125_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_078_framed blank blank blank blank fixation_cross_white "1_21_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_078_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1842 2992 2142 fixation_cross gabor_164 gabor_118 gabor_143 gabor_009 gabor_164 gabor_118_alt gabor_143 gabor_009_alt "1_22_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_164_118_143_009_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_009_framed blank blank blank blank fixation_cross_white "1_22_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1742 2992 2342 fixation_cross gabor_052 gabor_160 gabor_096 gabor_075 gabor_052_alt gabor_160_alt gabor_096 gabor_075 "1_23_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2350_gabor_patch_orientation_052_160_096_075_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_141_framed gabor_circ blank blank blank blank fixation_cross_white "1_23_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_141_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 1992 fixation_cross gabor_157 gabor_045 gabor_114 gabor_074 gabor_157 gabor_045_alt gabor_114 gabor_074_alt "1_24_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_157_045_114_074_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_028_framed blank blank blank blank fixation_cross_white "1_24_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2192 2992 2142 fixation_cross gabor_045 gabor_121 gabor_064 gabor_082 gabor_045_alt gabor_121 gabor_064_alt gabor_082 "1_25_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_045_121_064_082_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_015_framed gabor_circ blank blank blank blank fixation_cross_white "1_25_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_015_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2092 2992 2542 fixation_cross gabor_177 gabor_158 gabor_125 gabor_043 gabor_177 gabor_158_alt gabor_125_alt gabor_043 "1_26_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_177_158_125_043_target_position_2_3_retrieval_position_2" gabor_circ gabor_158_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_26_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_158_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1892 2992 2442 fixation_cross gabor_117 gabor_034 gabor_149 gabor_100 gabor_117_alt gabor_034 gabor_149 gabor_100_alt "1_27_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2450_gabor_patch_orientation_117_034_149_100_target_position_1_4_retrieval_position_1" gabor_117_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_27_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1942 2992 2592 fixation_cross gabor_129 gabor_172 gabor_099 gabor_063 gabor_129_alt gabor_172 gabor_099 gabor_063_alt "1_28_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_2600_gabor_patch_orientation_129_172_099_063_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_149_framed gabor_circ blank blank blank blank fixation_cross_white "1_28_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_149_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2042 2992 2542 fixation_cross gabor_050 gabor_034 gabor_068 gabor_173 gabor_050_alt gabor_034_alt gabor_068 gabor_173 "1_29_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2550_gabor_patch_orientation_050_034_068_173_target_position_1_2_retrieval_position_2" gabor_circ gabor_034_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_29_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1842 2992 2442 fixation_cross gabor_167 gabor_083 gabor_135 gabor_047 gabor_167_alt gabor_083 gabor_135_alt gabor_047 "1_30_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_167_083_135_047_target_position_1_3_retrieval_position_1" gabor_167_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_30_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_167_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1942 2992 2042 fixation_cross gabor_121 gabor_139 gabor_034 gabor_162 gabor_121 gabor_139_alt gabor_034_alt gabor_162 "1_31_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_121_139_034_162_target_position_2_3_retrieval_position_2" gabor_circ gabor_089_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_31_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1992 2992 2442 fixation_cross gabor_112 gabor_128 gabor_070 gabor_179 gabor_112_alt gabor_128 gabor_070 gabor_179_alt "1_32_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2450_gabor_patch_orientation_112_128_070_179_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_179_framed blank blank blank blank fixation_cross_white "1_32_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_179_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2092 2992 2492 fixation_cross gabor_013 gabor_035 gabor_055 gabor_080 gabor_013_alt gabor_035 gabor_055 gabor_080_alt "1_33_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_300_300_399_2100_3000_2500_gabor_patch_orientation_013_035_055_080_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_055_framed gabor_circ blank blank blank blank fixation_cross_white "1_33_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_055_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2142 2992 2192 fixation_cross gabor_108 gabor_031 gabor_003 gabor_136 gabor_108 gabor_031_alt gabor_003_alt gabor_136 "1_34_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_108_031_003_136_target_position_2_3_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_34_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2242 2992 2492 fixation_cross gabor_039 gabor_065 gabor_145 gabor_180 gabor_039_alt gabor_065_alt gabor_145 gabor_180 "1_35_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2500_gabor_patch_orientation_039_065_145_180_target_position_1_2_retrieval_position_2" gabor_circ gabor_112_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_35_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2042 2992 2592 fixation_cross gabor_031 gabor_002 gabor_070 gabor_179 gabor_031 gabor_002_alt gabor_070 gabor_179_alt "1_36_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_300_300_399_2050_3000_2600_gabor_patch_orientation_031_002_070_179_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_117_framed gabor_circ blank blank blank blank fixation_cross_white "1_36_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_117_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1792 2992 2342 fixation_cross gabor_004 gabor_132 gabor_046 gabor_177 gabor_004 gabor_132_alt gabor_046 gabor_177_alt "1_37_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_004_132_046_177_target_position_2_4_retrieval_position_2" gabor_circ gabor_132_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_37_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1992 2992 2292 fixation_cross gabor_009 gabor_127 gabor_046 gabor_076 gabor_009_alt gabor_127 gabor_046_alt gabor_076 "1_38_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_009_127_046_076_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_093_framed gabor_circ blank blank blank blank fixation_cross_white "1_38_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1842 2992 2292 fixation_cross gabor_046 gabor_063 gabor_097 gabor_169 gabor_046_alt gabor_063_alt gabor_097 gabor_169 "1_39_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_046_063_097_169_target_position_1_2_retrieval_position_2" gabor_circ gabor_018_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_39_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2192 2992 2492 fixation_cross gabor_009 gabor_118 gabor_039 gabor_145 gabor_009_alt gabor_118_alt gabor_039 gabor_145 "1_40_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2500_gabor_patch_orientation_009_118_039_145_target_position_1_2_retrieval_position_2" gabor_circ gabor_118_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_40_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2042 2992 2092 fixation_cross gabor_027 gabor_058 gabor_073 gabor_101 gabor_027_alt gabor_058_alt gabor_073 gabor_101 "1_41_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_027_058_073_101_target_position_1_2_retrieval_position_2" gabor_circ gabor_058_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_41_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_058_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2092 2992 2042 fixation_cross gabor_009 gabor_090 gabor_025 gabor_165 gabor_009 gabor_090_alt gabor_025_alt gabor_165 "1_42_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_300_300_399_2100_3000_2050_gabor_patch_orientation_009_090_025_165_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_165_framed blank blank blank blank fixation_cross_white "1_42_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_165_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1892 2992 2292 fixation_cross gabor_103 gabor_178 gabor_120 gabor_032 gabor_103_alt gabor_178 gabor_120 gabor_032_alt "1_43_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_103_178_120_032_target_position_1_4_retrieval_position_1" gabor_103_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_43_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_103_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_040 gabor_086 gabor_013 gabor_170 gabor_040 gabor_086 gabor_013_alt gabor_170_alt "1_44_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_040_086_013_170_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_152_framed gabor_circ blank blank blank blank fixation_cross_white "1_44_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2192 2992 1892 fixation_cross gabor_073 gabor_162 gabor_140 gabor_014 gabor_073_alt gabor_162 gabor_140_alt gabor_014 "1_45_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_073_162_140_014_target_position_1_3_retrieval_position_1" gabor_073_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_45_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_037 gabor_059 gabor_084 gabor_014 gabor_037 gabor_059_alt gabor_084 gabor_014_alt "1_46_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_037_059_084_014_target_position_2_4_retrieval_position_2" gabor_circ gabor_104_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_46_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_104_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2142 2992 2392 fixation_cross gabor_067 gabor_135 gabor_027 gabor_176 gabor_067 gabor_135_alt gabor_027 gabor_176_alt "1_47_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_300_300_399_2150_3000_2400_gabor_patch_orientation_067_135_027_176_target_position_2_4_retrieval_position_1" gabor_067_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_47_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_067_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 2242 fixation_cross gabor_154 gabor_115 gabor_096 gabor_077 gabor_154 gabor_115 gabor_096_alt gabor_077_alt "1_48_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_154_115_096_077_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_027_framed blank blank blank blank fixation_cross_white "1_48_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_027_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2092 2992 2092 fixation_cross gabor_157 gabor_022 gabor_105 gabor_043 gabor_157_alt gabor_022_alt gabor_105 gabor_043 "1_49_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_157_022_105_043_target_position_1_2_retrieval_position_2" gabor_circ gabor_068_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_49_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_068_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1892 2992 1892 fixation_cross gabor_036 gabor_088 gabor_003 gabor_159 gabor_036_alt gabor_088 gabor_003 gabor_159_alt "1_50_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_036_088_003_159_target_position_1_4_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_50_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1792 2992 1892 fixation_cross gabor_174 gabor_141 gabor_097 gabor_120 gabor_174_alt gabor_141 gabor_097_alt gabor_120 "1_51_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_174_141_097_120_target_position_1_3_retrieval_position_1" gabor_174_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_51_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1992 2992 2242 fixation_cross gabor_158 gabor_122 gabor_015 gabor_052 gabor_158 gabor_122_alt gabor_015 gabor_052_alt "1_52_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_158_122_015_052_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_098_framed blank blank blank blank fixation_cross_white "1_52_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_098_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 1842 2992 2192 fixation_cross gabor_048 gabor_171 gabor_093 gabor_066 gabor_048_alt gabor_171 gabor_093 gabor_066_alt "1_53_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2200_gabor_patch_orientation_048_171_093_066_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_093_framed gabor_circ blank blank blank blank fixation_cross_white "1_53_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_093_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1742 2992 2592 fixation_cross gabor_175 gabor_006 gabor_029 gabor_095 gabor_175 gabor_006_alt gabor_029 gabor_095_alt "1_54_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2600_gabor_patch_orientation_175_006_029_095_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_095_framed blank blank blank blank fixation_cross_white "1_54_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 2192 2992 2542 fixation_cross gabor_151 gabor_082 gabor_036 gabor_121 gabor_151 gabor_082 gabor_036_alt gabor_121_alt "1_55_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_151_082_036_121_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_169_framed blank blank blank blank fixation_cross_white "1_55_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_086 gabor_122 gabor_015 gabor_067 gabor_086 gabor_122_alt gabor_015_alt gabor_067 "1_56_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_086_122_015_067_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_015_framed gabor_circ blank blank blank blank fixation_cross_white "1_56_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_015_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 1942 2992 2242 fixation_cross gabor_091 gabor_139 gabor_026 gabor_176 gabor_091_alt gabor_139 gabor_026 gabor_176_alt "1_57_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_2250_gabor_patch_orientation_091_139_026_176_target_position_1_4_retrieval_position_2" gabor_circ gabor_002_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_57_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_002_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1942 2992 2142 fixation_cross gabor_003 gabor_049 gabor_085 gabor_169 gabor_003_alt gabor_049_alt gabor_085 gabor_169 "1_58_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_003_049_085_169_target_position_1_2_retrieval_position_1" gabor_139_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_58_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1992 2992 2042 fixation_cross gabor_055 gabor_126 gabor_092 gabor_008 gabor_055_alt gabor_126 gabor_092 gabor_008_alt "1_59_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_055_126_092_008_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_008_framed blank blank blank blank fixation_cross_white "1_59_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2242 2992 2042 fixation_cross gabor_177 gabor_149 gabor_003 gabor_114 gabor_177 gabor_149_alt gabor_003 gabor_114_alt "1_60_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2050_gabor_patch_orientation_177_149_003_114_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_114_framed blank blank blank blank fixation_cross_white "1_60_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_114_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1742 2992 2142 fixation_cross gabor_164 gabor_097 gabor_059 gabor_120 gabor_164 gabor_097_alt gabor_059_alt gabor_120 "1_61_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_164_097_059_120_target_position_2_3_retrieval_position_2" gabor_circ gabor_097_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_61_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2242 2992 1992 fixation_cross gabor_138 gabor_074 gabor_119 gabor_032 gabor_138 gabor_074_alt gabor_119 gabor_032_alt "1_62_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2000_gabor_patch_orientation_138_074_119_032_target_position_2_4_retrieval_position_1" gabor_090_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_62_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_090_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 1992 fixation_cross gabor_098 gabor_171 gabor_009 gabor_038 gabor_098_alt gabor_171 gabor_009 gabor_038_alt "1_63_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_098_171_009_038_target_position_1_4_retrieval_position_1" gabor_145_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_63_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1842 2992 2242 fixation_cross gabor_149 gabor_084 gabor_028 gabor_059 gabor_149_alt gabor_084 gabor_028_alt gabor_059 "1_64_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_149_084_028_059_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_167_framed gabor_circ blank blank blank blank fixation_cross_white "1_64_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_167_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1742 2992 2342 fixation_cross gabor_014 gabor_039 gabor_097 gabor_127 gabor_014 gabor_039_alt gabor_097 gabor_127_alt "1_65_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_014_039_097_127_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_080_framed blank blank blank blank fixation_cross_white "1_65_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 1792 2992 2092 fixation_cross gabor_013 gabor_080 gabor_165 gabor_095 gabor_013 gabor_080_alt gabor_165_alt gabor_095 "1_66_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_013_080_165_095_target_position_2_3_retrieval_position_2" gabor_circ gabor_080_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_66_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 63 292 292 399 125 2042 2992 1942 fixation_cross gabor_159 gabor_044 gabor_007 gabor_095 gabor_159 gabor_044_alt gabor_007 gabor_095_alt "1_67_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_300_300_399_2050_3000_1950_gabor_patch_orientation_159_044_007_095_target_position_2_4_retrieval_position_1" gabor_114_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_67_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_114_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 61 292 292 399 125 1992 2992 2292 fixation_cross gabor_136 gabor_015 gabor_050 gabor_030 gabor_136 gabor_015 gabor_050_alt gabor_030_alt "1_68_Encoding_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_136_015_050_030_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_100_framed gabor_circ blank blank blank blank fixation_cross_white "1_68_Retrieval_Working_Memory_MEG_P6_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 62 292 292 399 125 2042 2992 2092 fixation_cross gabor_145 gabor_162 gabor_085 gabor_117 gabor_145 gabor_162_alt gabor_085 gabor_117_alt "1_69_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_145_162_085_117_target_position_2_4_retrieval_position_2" gabor_circ gabor_162_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_69_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_162_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
42 64 292 292 399 125 2142 2992 1992 fixation_cross gabor_095 gabor_028 gabor_173 gabor_147 gabor_095 gabor_028_alt gabor_173_alt gabor_147 "1_70_Encoding_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_300_300_399_2150_3000_2000_gabor_patch_orientation_095_028_173_147_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_147_framed blank blank blank blank fixation_cross_white "1_70_Retrieval_Working_Memory_MEG_P6_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_147_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
}; |
de498016beeecb0160a033c5b488abf81959214c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3269/CH6/EX6.3/Ex6_3.sce | 08b4bcabdf9a33eb8d0564edd8c658c8b4008a03 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,782 | sce | Ex6_3.sce | // Example 6.3
clear all;
clc;
// Given data
N_F = 0.00395*10^(24); // Atom density of Plutonium-239 fuel in atom/cm^3
N_S = 0.0234*10^(24); // Atom density of Sodium-23 in atom/cm^3
// Using the data given in Table 6.1,
// 1 barn = 10^(-24) cm^2
sigmaa_S = 0.0008*10^(-24); // Microscopic absorption cross section of Sodium in cm^2
sigmaa_F = 2.11*10^(-24); // Microscopic absorption cross section of Plutonium in cm^2
sigmatr_F = 6.8*10^(-24); // Microscopic transport cross section of Plutonium
sigmatr_S = 3.3*10^(-24); // Microscopic transport cross section of Sodium
// The value of average number of neutrons produced for a neutron absorbed n(eta) for Plutonium-239 is 2.61
eta = 2.61;
SIGMAA_S = sigmaa_S*N_S; // Macroscopic absorption cross section of Sodium in cm^(-1)
SIGMAA_F = sigmaa_F*N_F; // Macroscopic absorption cross section of Plutonium in cm^(-1)
SIGMAA = SIGMAA_S+SIGMAA_F; // Total macroscopic absorption cross section in cm^(-1)
SIGMA_tr = (sigmatr_F*N_F)+(sigmatr_S*N_S); // Macroscopic transport cross section
f = SIGMAA_F/SIGMAA; // Calculation of Thermal Utilization factor(f)
f = ceil(f);
k_inf = eta*f; // Calculation of Infinite Multiplication factor(k_inf)
D = 1/(3*SIGMA_tr); // Calculation of Diffusion coefficient
L2 = D/SIGMAA; // Diffusion area
d = 2.13*D; // Extrapolated distance
R_ctil = %pi*sqrt(L2/(k_inf-1)); // Critical Radius for an extrapolated boundary
// Calculation
R_c = R_ctil-d;
// Result
printf('\n Critical Radius = %2.1f cm \n',R_c);
// The answer given in the textbook is wrong.
|
efa9953597a23dca56d3510110c6e2b02c4db683 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH16/EX16.4/ex_16_4.sce | e3c112db7e26f3e7f6c9882be8093de4191949f7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | sce | ex_16_4.sce | //find size of push rod
clc
//solution
//given
l=300//mm
W=1400//N
//D=1.25*d
E=210*1000//N/mm^2
m=2.5
//let d be inner dia nd D be outer dia
//I=(%pi/64)*[D^4-d^4]=0.07*d^4//mm^4
Wcr=m*W
//Wcr=%pi^2*E*I/L^2=1.6*d^4//N
d=(Wcr/1.6)^(1/4)//mm
D=1.25*d//mm
printf("the inner and outer dia is,%f mm\n,%f mm\n",d,D) |
b4946fa3d7283c1972455a15f2de44574d498f53 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH1/EX1.12/Ex1_12.sce | 169fe082db95ca21253ee134a338a0265f29e9a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 178 | sce | Ex1_12.sce | clear
//ch-1 page-33, pb-12
//
x=(380.0285/2.5754)
PA=x
AQ=367-x
al=180-(36.45+86.55)
bt=86.35-40-35
TA=AQ*tan(46*(%pi/180))
printf("\n width of river is %0.3f meters',TA)
|
41b8e406f395d702857404bbb54e6a85a2c762e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /380/CH9/EX9.10/9_10.txt | ae6df1fc0d08c693524c5e367bf9ed21c43a96e3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 771 | txt | 9_10.txt | //Caption:Find the equivalent rotor impedance as reffered to stator
//Exa:9.10
clc;
clear;
close;
R=20*10^-6;//in ohms
X=2*10^-3;//in ohms
P=4;//no. of poles
Q=48;//no. of bars
S=36;//no. of slots
//For Stator:
m_1=3;//no. of phases
n=3*(S/(P*3));//coils per pole per phase
S_p=S/P;//pole span
S_s=180/S_p;//slot span (in electrical degree)
k_p1=sind(140/2);//pitch factor
k_d1=sind(3*S_s/2)/(3*sind(S_s/2));//distribution factor
k_w1=k_p1*k_d1;//winding factor
N_1=10*S/3;//turns per phase
//For Rotor:
k_w2=1;
m_2=Q/P;//no. of phases
N_2=P/2;//turns per phase
a=int((k_w1*N_1/(k_w2*N_2))*sqrt(m_1/m_2));
R_2=a^2*R;
disp("Rotor Parameters as reffered to stator:");
disp(R_2*1000,'R_2 (in mili ohms)=');
X_2=a^2*X;
disp(X_2,'X_2 (in ohms)='); |
a4895c3dc734b00236bac171b98fbb9c67203641 | ebd6f68d47e192da7f81c528312358cfe8052c8d | /swig/Examples/test-suite/scilab/empty_c_runme.sci | 48db2d52b31117a24f25ba8c3dc646e62d49d6d6 | [
"Apache-2.0",
"LicenseRef-scancode-swig",
"GPL-3.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only"
] | permissive | inishchith/DeepSpeech | 965ad34d69eb4d150ddf996d30d02a1b29c97d25 | dcb7c716bc794d7690d96ed40179ed1996968a41 | refs/heads/master | 2021-01-16T16:16:05.282278 | 2020-05-19T08:00:33 | 2020-05-19T08:00:33 | 243,180,319 | 1 | 0 | Apache-2.0 | 2020-02-26T05:54:51 | 2020-02-26T05:54:50 | null | UTF-8 | Scilab | false | false | 56 | sci | empty_c_runme.sci | exec("swigtest.start", -1);
exec("swigtest.quit", -1);
|
0c8f00125e031edf3ba8feba7583a5eb89383c28 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1709/CH11/EX11.6/11_6.sce | 366cdd7957b12f8894e502645960f50e080106d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 11_6.sce | clc
//Initialization of variables
Hr=-107530 //B/mol fuel
disp("By iteration of temperatures, T=2700 R")
T=2700 //R
//results
printf("Adiabatic flame temperature = %d R",T)
|
789c6e4f4b248a96eb7c32f7f88757f60057790f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1850/CH5/EX5.11/exa_5_11.sce | f4c1e7a29944397cbcf4b1b2f4b24bc53631e3d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | sce | exa_5_11.sce | // Exa 5.11
clc;
clear;
close;
// Given data
C=0.01;// in micro F
C=C*10^-6;// in F
omega= 10000;// in rad/second
// Vout/V1= (Rf/R1)/(1+s*C*Rf)
// substituting s= j*omega we have
// Vout/V1 = (Rf/R1)/sqrt((omega*C*Rf)^2+1)
// At omega=0
// Vout/V1= Rf/R1
// Formula omega= 1/(C*Rf)
Rf= 1/(C*omega);// in ohm
Rf= Rf*10^-3;// in k ohm
// 20*log10(Rf/R1) = 20
R1= Rf/10;// in k ohm
disp(Rf,"Value of Rf in k ohm");
disp(R1,"Value of R1 in k ohm");
|
4fc5961e1bede9d051b49e20ca33578d45f3d4aa | 8c802fb8c6a8dc8ed61222ce257eb61f580a462e | /projects/01/DMux4Way.tst | 402e63a0d390bf15e5c04beab8bd123f598523d4 | [] | no_license | radavis/nand2tetris | 0703b55695378cd8ec279599a34114cbfba48ef7 | 021ba06dbbe203206b44360f162a0d64e2dc41f9 | refs/heads/master | 2021-01-01T20:05:37.036752 | 2015-05-16T19:13:31 | 2015-05-16T19:13:31 | 34,955,667 | 8 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 472 | tst | DMux4Way.tst | // File name: projects/01/DMux4Way.tst
load DMux4Way.hdl,
output-file DMux4Way.out,
compare-to DMux4Way.cmp,
output-list in%B2.1.2 sel%B2.2.2 a%B2.1.2 b%B2.1.2 c%B2.1.2 d%B2.1.2;
set in 0,
set sel %B00,
eval,
output;
set sel %B01,
eval,
output;
set sel %B10,
eval,
output;
set sel %B11,
eval,
output;
set in 1,
set sel %B00,
eval,
output;
set sel %B01,
eval,
output;
set sel %B10,
eval,
output;
set sel %B11,
eval,
output;
|
4229db4d823e0bfedd9bc5be955c463fdce0db70 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH4/EX4.12/Exa4_12.sce | a5800a6f60bc92fbc0b9cd1456c5e1f7513b3225 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Exa4_12.sce | //Exa 4.12
clc;
clear;
close;
//Given Data :
format('v',5);
d1=4*100;//in cm
d2=5*100;//in cm
d3=6*100;//in cm
r=1;//in cm
ds=0.7788*r;//in cm
L=[0.2*log((d1*d2*d3)^(1/3)/ds)];//in mH
disp(L*10^3,"Inductance per km(in uH) :");
//Note : answer in the book is wrong. |
1651e7387101aba3e0844b742abd7936078d5e03 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH9/EX9.1.b/67ex1b.sce | d12393c177fad48f0447610896171c86dea72b53 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 276 | sce | 67ex1b.sce |
//n>=6
clear;
clc;
close;
x=string(0:10);
n=string('<'+strcat(x,'---')+'>'); //0 to 10 no. line
n1=strsubst(n,'6---7---8---9---10','__________________');
mprintf("\n the number line \n \n %s represents n>=6 ",n1)
|
701fd3dae08d113e210cfbee3a5480584ce66cf8 | 816ccefab515b9e1fc5871beebf0913ecd2c8b94 | /regTests/cgtc/low_liberties.tst | 1bb7ad000abbb3fbf42f73757a5274bd26360340 | [] | no_license | CurtisHughey/ergo | 45dff870a6592cb29b9aa68c416bae1577f41452 | 634ea9eddbd23c917407e667a535be9dae32d55c | refs/heads/master | 2020-04-06T07:02:17.089864 | 2016-08-21T23:53:12 | 2016-08-21T23:53:12 | 58,999,319 | 8 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,472 | tst | low_liberties.tst | #------------------------------------------------------------------------------
# Low Liberty Situations
#
# Computer Go Test Collection http://www.cs.ualberta.ca/~games/go/
#
# $Source: /usr/cvsroot/project_cgtc/low_liberties.tst,v $
# $Id: low_liberties.tst,v 1.4 2004/05/15 04:07:45 mmueller Exp $
#------------------------------------------------------------------------------
loadsgf ./sgf/low_liberties/low_liberties.5.sgf
60 reg_genmove black
#? [B2]
loadsgf ./sgf/low_liberties/low_liberties.6.sgf
70 reg_genmove black
#? [K18]
loadsgf ./sgf/low_liberties/low_liberties.7.sgf
80 reg_genmove black
#? [K18]
loadsgf ./sgf/low_liberties/low_liberties.8.sgf
90 reg_genmove white
#? [!R15]
loadsgf ./sgf/low_liberties/low_liberties.10.sgf
120 reg_genmove white
#? [D2]
130 reg_genmove white
#? [!B5|K9]
loadsgf ./sgf/low_liberties/low_liberties.11.sgf
140 reg_genmove white
#? [D7]
loadsgf ./sgf/low_liberties/low_liberties.14.sgf
180 reg_genmove white
#? [J4]
loadsgf ./sgf/low_liberties/low_liberties.15.sgf
200 reg_genmove white
#? [!F3]
loadsgf ./sgf/low_liberties/low_liberties.16.sgf
210 reg_genmove black
#? [G17|L17]
loadsgf ./sgf/low_liberties/low_liberties.17.sgf
220 reg_genmove white
#? [L17]
230 reg_genmove white
#? [!L2]
loadsgf ./sgf/low_liberties/low_liberties.18.sgf
240 reg_genmove black
#? [R11|S11|S13]
loadsgf ./sgf/low_liberties/low_liberties.19.sgf
260 reg_genmove black
#? [F12|M8|H11|J11|K11]
loadsgf ./sgf/low_liberties/low_liberties.21.sgf
300 reg_genmove black
#? [E2]
310 reg_genmove white
#? [D2|E2]
loadsgf ./sgf/low_liberties/low_liberties.28.sgf
430 reg_genmove black
#? [N4|Q3]
440 reg_genmove black
#? [!P5]
loadsgf ./sgf/low_liberties/low_liberties.34.sgf
500 reg_genmove white
#? [P2]
loadsgf ./sgf/low_liberties/low_liberties.35.sgf
520 reg_genmove black
#? [J16]
loadsgf ./sgf/low_liberties/low_liberties.37.sgf
560 reg_genmove black
#? [B17]
570 reg_genmove white
#? [B17]
loadsgf ./sgf/low_liberties/low_liberties.38.sgf 1
580 reg_genmove white
#? [L5]
590 reg_genmove white
#? [!K5]
loadsgf ./sgf/low_liberties/low_liberties.38.sgf
600 reg_genmove black
#? [L5]
loadsgf ./sgf/low_liberties/low_liberties.42.sgf
650 reg_genmove white
#? [Q6]
660 reg_genmove white
#? [!R6]
loadsgf ./sgf/low_liberties/low_liberties.43.sgf 1
670 reg_genmove white
#? [C13|D13]
680 reg_genmove white
#? [!S5]
loadsgf ./sgf/low_liberties/low_liberties.43.sgf
690 reg_genmove black
#? [S7|S8]
|
a5a475ac85ffc1cebd768be17dd111dcc1ea0016 | 449d555969bfd7befe906877abab098c6e63a0e8 | /409/CH2/EX2.9/Example2_9.sce | 2e6ff775670e218340ead0ff571d4a150b7108d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 838 | sce | Example2_9.sce | clear ;
clc;
// Example 2.9
printf('Example 2.9\n\n');
//Page no. 64
// Solution
// Let component 1 be water and component 2 be HNO3
// Basis 1L solution
c = 15 ;//[g/L]
sg = 1.10 ;
L = 1000 ;//[cubic centimetre]
m1 = 18.0 ;//[g]
m2 = 63.02 ;//[g]
cn2 = (15*1)/(L*sg) ;//[gHNO3/g soln]
// Basis 1g soln
cn1 = 1-cn2 ;// Mass of water in 1 g soln
mg1 = cn1/m1;
mg2 = cn2/m2;
ml_fr1 = mg1/(mg1+mg2);
ml_fr2 = mg2/(mg1+mg2);
printf(' (a) Component g(per 1g soln) Mol.Wt. g mol Mole fraction\n')
printf(' Water %.4f %.2f %.3f %.2f\n',cn1,m1,mg1,ml_fr1);
printf(' HNO3 %.4f %.2f %e %e\n',cn2,m2,mg2,ml_fr2);
// (b)
cpm = cn2*10^6 ;//[ppm]
printf('\n (b)Ppm of HNO3 in soln. is %.2f ppm.',cpm); |
1843f5022966de0421924861c1f8416892efb09d | cb25571ae34589ac6513a44dcb426a7e0ac9523a | /rms.sci | b6bd574cb4936b57d6584bdefc46640ea3061d97 | [] | no_license | rahul-rd/Scilab-Signal-Toolbox | 1d4723e2a6e26d91d101110b5580aaaaaa6c01f1 | 024e6bc9172c3c354d7ae6e7a815aab7a0a92696 | refs/heads/master | 2021-01-10T04:54:53.979855 | 2016-01-11T01:56:34 | 2016-01-11T01:56:34 | 49,395,346 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,755 | sci | rms.sci | function [Y] = rms(X, dim)
funcprot(0);
// Calling Sequence
// Y=rms(X)
// Y=rms(X,dim)
// Parameters
// X: Real or complex valued input vector or matrix.
// dim: Dimension to compute maximum-to-minimum difference (Row/Column)
// Description
// Y=rms(X) returns the root-mean-square (RMS) level of the input X. For matrices, Y contains RMS levels computed along the first
// non singleton dimension.
// Y=rms(X,dim) computes root-mean-square (RMS) level of X along the dimension X
// Examples
// 1. a= 1:0.01:2;
// y= rms(a)
// y= 1.5280707
// 2. b= [1 2 3;4 5 6];
// z= rms(b)
// z= [2.9154759 3.8078866 4.7434165]
// 3. x= rms(b,2)
// z= [ 2.1602469 ; 5.0662281 ]
// Authors
// Rahul Dalmia
[nr, nc] = size (X); // Dimensions of Input argument calculated
if (~exists('dim','local')) then
if (nr==1) then // For row vector
X= X.^2;
s=sum(X(1,:)); // Sum of squares of all elements in row
n=s/nc;
Y=sqrt(n); // RMS of entire row
elseif (nc==1) // For column vector
X= X.^2;
s=sum(X(:,1)); // Sum of squares of all elements in column
n=s/nr;
Y=sqrt(n); // RMS of entire column
else
s = zeros(1,nc); // For Matrix
X=X.^2;
for i=1:nc
s=sum(X(:,i)); // Sum of squares of elements of column
n=s/nr;
Y(1,i)=sqrt(n); // RMS of each column
end
end
else
if (dim==1) then
s = zeros(1, nc); // For RMS along the column
X= X.^2;
for i= 1:nc
s=sum(X(:,i)); // Sum of squares of elements of column
n=s/nr;
Y(1,i)=sqrt(n); // RMS of each column
end
elseif (dim==2) then
output = zeros(nr, 1); // For RMS along the row
X= X.^2;
for i= 1:nr
s=sum(X(i,:)); // Sum of squares of elements of row
n=s/nc;
Y(i,1)=sqrt(n); // RMS of each row
end
end
end
endfunction
|
a6cc2e48ec092385881a102bb75351df8456ba02 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH13/EX13.1/ex_13_1.sce | 462040a5a8f281aab891c639ffce632bd62d96e6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 486 | sce | ex_13_1.sce |
clc
//solution
//given
d=50//mm
t=42//N/mm^2
fc=70//N/mm^2
//from tab 13.1,using d=50mm
w=16//mm
T=10//mm
//let l be length of key
//Tq1=l*w*t*d/2=16800*l1//N-mm//torque
pi=3.14
Tq=(pi/16)*t*d^3//
printf("the torsional moment acting is,%f N-mm\n",Tq)
l1=Tq/16800//mm
//Tq2=l2*T*fc*d/4=8750*l2
l2=Tq/8750//mm
printf("since l2 >l1,taking large value l2=l ,length of key\n")
//l=l2//mm
printf("the length of key is,%f mm\n",l2)
printf("the length oif key is,say 120 mm\n")
l=120//mm
|
c1a3994da497036c5901469acb2796a892988413 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1997/CH9/EX9.13/example13.sce | 5e1e501229d06ab465b278f29e687d362a5a33d3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 652 | sce | example13.sce | //Chapter-9 example 13
//=============================================================================
clc;
clear;
//input data
F = 4*10^9;//radar operating frequency in hz
Vo = 3*10^8;//velocity of EM wave in m/s
NNBW = 2;//Null to Null Beamwidth in degrees
//Calculations
lamda = Vo/F;//wavelength
Da = (140*lamda)/2;//diameter of antenna in m
Gp = 6.4*(Da/lamda)^2//gain of parabolic reflector
G = 10*log10(Gp)//gain in dB
//Output
mprintf('Gain of parabolic reflector is %g dB\n mouth diameter of the antenna is %g m ',G,Da);
//=============end of the program==============================================
|
d59aab29e4fdadce3f1084df0338a57b40b1b7f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH15/EX15.11/Ex15_11.sce | 5aa1fe50730ece9aaa809f269dff53f927a10fa0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex15_11.sce | //Initilization of variables
y1=1 //in
y2=4 //in
d1=2.2-1 //in
d2=4-2.2 //in
A1=12 //in^2
A2=8 //in^2
b1=6 //in
b2=2 //in
h1=2 //in
h2=4 //in
//Calculations
y_bar=(A1*y1+A2*y2)/(A1+A2) //in
I1=(1/12)*(b1)*(h1^3) //in^4
I2=(1/12)*(b2)*(h2^3) //in^4
//Using Parallel Axes Theorem
I=(I1+A1*d1^2)+(I2+A2*d2^2) //in^4
//Result
clc
printf('The moment of inertia is %f in^4',I)
|
357957c8e046cff7932dcd334c014f2b961d4f7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH6/EX6.18/example6_18.sce | 6acaba57883a42e788f6459ad48a96aea546f6c9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 896 | sce | example6_18.sce | //Chapter 6
//Example 6_18
//Page 123
clear;clc;
pf1=0.7;
pf2=0.85;
add_cost=800;
//Referring to figure 6.15,
//The initial capacity of the plant is OB kVA at pf = pf1
a1=pf2/pf1;
BD=a1-1;
tc=BD*add_cost;
phi1=(acosd(pf1));
phi2=(acosd(pf2));
lead=a1*sind(phi1)-sind(phi2);
cost=tc/lead;
disp("COST OF INCREASING PLANT CAPACITY: ");
printf("The initial capacity of the plant is OB kVA at pf = pf1 \n\n");
printf("The increase in kVA capacity of the plant = %.4f*OB \n\n", BD);
printf("Total cost of increasing the plant capacity = Rs. %.2f*OB \n\n", tc);
disp("COST OF POWER FACTOR CORRECTION EQUIPMENT: ");
printf("Leading kVAR taken by p.f correction equipment = %.2f*OB \n\n", lead);
printf("Let the cost per kVAR of the equipment be Rs. y \n\n");
printf("Total cost of p.f correction equipment = Rs. %.2f*y*OB \n\n", lead);
printf("Equating the total cost, y = Rs. %.1f \n\n", cost);
|
ee4dcc387668eb6c0ea63aa06417836e76b042e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH4/EX4.8/exe_4_8.sce | d3c581fc866272553668e5e65681867b6ab45a64 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 604 | sce | exe_4_8.sce | // Example 4.8: Analyse the circuit
clc, clear
//Given DATA
Vdd=10;//in volt
ID=0.4;//in mA
knwl=1;//in mA/V^2
Vg=5;//gate voltage in volys
Vt=1;//in Volt
Rd=6'//drain resistance in killo ohms
Id=0.5;//in mA after solving the qudratic equation
Vs= Id*Rd;//source voltage in volts
Vd= Vdd-Rd*Id;//drain voltage in volts
Vgs= Vg-Rd*Id;//gate to source voltage in volts
disp(Vs,"source voltage in volts")
disp(Vd,"drain voltage in volts")
disp(Vgs,"gate to source voltage in volts")
disp(Id,"drain current in milli ampere")
disp("As Vd>Vg-Vt the transistor is operating at saturation as initially assumed")
|
b39fae49ea4f2ea9eded045210454c70ae7ad1e7 | a8592d34f144b71794ebf30f1c2a1b5faf0b053c | /TugasBesar2018/test_sch_numerov.sce | 3bfd7ebd225510ecc68be99594ce3d3f5adc21c9 | [] | no_license | f-fathurrahman/ffr-MetodeNumerik | ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327 | e3a9da224c0fd5b32e671708e890018a3c4104c4 | refs/heads/master | 2023-07-19T22:29:38.810143 | 2023-07-07T10:02:34 | 2023-07-07T10:02:34 | 107,272,110 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 1,012 | sce | test_sch_numerov.sce | exec("sch_numerov.sce",-1)
exec("sch_RK4.sce",-1)
function V = HarmonicPot(x)
V = 0.5 * x^2
endfunction
E = 0.5
xspan = [0 5.0]
N = 2000
h = (xspan(2) - xspan(1))/N
printf("h = %18.10f\n", h)
// for odd solution
//y0 = 0.0
//dy0 = 1.0
// for even solution
y0 = 1.0
dy0 = 0.0
[x,y,idx_div] = sch_numerov( E, HarmonicPot, xspan, y0 ,dy0 ,N )
plot(x,y,"r")
[x,y,idx_div] = sch_numerov( E-0.001, HarmonicPot, xspan, y0 ,dy0 ,N )
plot(x,y,"g")
[x,y,idx_div] = sch_numerov( E+0.001, HarmonicPot, xspan, y0 ,dy0 ,N )
plot(x,y,"b")
[x,y,idx_div] = sch_numerov( E-0.002, HarmonicPot, xspan, y0 ,dy0 ,N )
plot(x,y,"g--")
[x,y,idx_div] = sch_numerov( E+0.002, HarmonicPot, xspan, y0 ,dy0 ,N )
plot(x,y,"g--")
set( gca(),"data_bounds",[0.0 5.0 -1.0 1.0] )
// y(1) -> psi
// y(2) -> psi' -> f(1)
// f(2) -> y'(2) -> psi'' = 2*(V(x) - E)*y(1)
//function f = dy(E,x,y)
// f(1) = y(2)
// f(2) = 2*(HarmonicPot(x) - E)*y(1)
// f = f'
//endfunction
//[x1,y1] = sch_RK4( E, dy, xspan, [y0 dy0], N )
//plot(x1,y1(:,1))
|
28a278f2497c852d56a4e27de60e35309078f9b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH9/EX9.14/Ex9_14.sce | 963bd9d8d63857ce13a3d4608b2eb5775d7194c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 380 | sce | Ex9_14.sce | //Caption: information rate
//Example 9.14
//page no 402
//Find information rate of the source
clc;
clear;
f=input("Enter the frequncy f=");
px1=1/8;
px2=1/8;
px3=3/8;
px4=3/8;
HX=px1*log2(1/px1)+px2*log2(1/px2)+px3*log2(1/px3)+px4*log2(1/px4);//entropy of the source
R=2*f*HX;//r=2*f;
printf("information rate \n\n \t R= %.1f bits/sec ",R);//f=signal bandwidth
|
0a579b14420d2e33ed45ddca6537b71170f41333 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1151/CH8/EX8.21/example21.sce | fa03cc76f8f2df1ee235c91127b9b0c9016c746e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 254 | sce | example21.sce | //check the obersebability of the system
A=[-1 0;0 -2]
C=[1 1]
g= obsv_mat (A,C);
disp (g," Observability Matrix=");
i= det(g)
if i ==0
printf ("matrix is singular, so the system is unobservable");
else
printf (" system is observable ");
end
|
fa5248b013b09a630d2bf8e083aaf33a015d02be | 449d555969bfd7befe906877abab098c6e63a0e8 | /3739/CH2/EX2.2/EX2_2.sce | f79e8ca44ae240f09531a9ad47ba8137564e02d4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,007 | sce | EX2_2.sce | //Chapter 2, Example 2.2, page 26
clc
//Initialisation
c1=3*10**8 //speed of light in m/s
f1=100*10**6 //frequency in hertz
f2=1*10**9 //requency in hertz
//Calculation
v1=c1/(9) //velocity in m/s
v2=c1 //velocity in m/s
h1=v1*f1**-1 //wavelength at f1, v1
h2=v2*f1**-1 //wavelength at f1, v2
h3=v1*f2**-1 //wavelength at f2, v1
h4=v2*f2**-1 //wavelength at f2, v2
//Result
printf("Velocity,")
printf("\nV1 = %.2f x10^7 m/s",(v1*10**-7))
printf("\nV2 = %.2f x10^8 m/s",(v2*10**-8))
printf("\n\nfor f1 = 100 MHz,")
printf("\nlambda1 = %f m",h1)
printf("\nlambda2 = %d m",h2)
printf("\n\nfor f2 = 1 GHz,")
printf("\nlambda1 = %.2f cm",(h3*10))
printf("\nlambda2 = %d cm",(h4*10**2))
|
f92eb2bc5f1b236b9008ad50f298fc00f7ea7a2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3250/CH4/EX4.10/Ex4_10.sce | 2dbf8da2f7ef54ecf1194354520e70971ca504c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 933 | sce | Ex4_10.sce | clc
// Given that
d= 4 // Depth of cut in mm
f = 0.25 // Feed in mm/stroke
alpha = 10 // Rake angle in degree
shi = 30 // Principal cutting edge angle in Degree
mu =0.6 // Cofficient of friction between chip and tool
T_s = 340 // Ultimate shear stress of cast iron in N/mm^2
N = 60 // Cutting stroke/min
L = 200 // Length of the job in mm
H = 180 // Hardness of the workpiece in BHN
// Sample Problem 10 on page no. 221
printf("\n # PROBLEM 4.10 # \n")
lambda = atand(mu)
phi = 45 +alpha-lambda
Fc = f*d*T_s*(cosd(lambda-alpha))/((sind(phi))*(cosd(phi+lambda-alpha)))
Fc_ = Fc*(L/1000)
Wav =Fc_*N/60
t1 = f*cosd(shi)
U_0 = 0.81 // By using table 4.4 given in the book, In J/mm^3
Uc = U_0*((t1)^(-.4))
Q = f*d*L*N/60
Wav_ = Uc*Q
printf(" \n Avg power consumption = %d W,\n Specific power consumption when hardness of the workpiece is 180 BHN = %d W.",Wav,Wav_)
// Answer in the book for Specific power consumption is given as 294 W
|
46991bbbbf7614a4ef097712b68598617df990fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /572/CH4/EX4.13/c4_13.sce | 492b1f58fb8a4cbf52297981c0b4567950839634 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 708 | sce | c4_13.sce | //(4.13) An air compressor rapidly fills a .28m3 tank, initially containing air at 21C, 1 bar, with air drawn from the atmosphere at 21C, 1 bar. During filling, the relationship between the pressure and specific volume of the air in the tank is pv^1.4 = constant. The ideal gas model applies for the air, and kinetic and potential energy effects are negligible. Plot the pressure, in atm, and the temperature, in F, of the air within the tank, each versus the ratio m/m1, where m1 is the initial mass in the tank and m is the mass in the tank at time t > 0. Also, plot the compressor work input, in kJ, versus m/m1. Let m/m1 vary from 1 to 3.
//solution
printf('its an IT software problem')
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.