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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
56ae2f58bfce772e9204abefec52f4d1fe7755b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1619/CH4/EX4.1.5/Example4_1_5.sce | eb33749291ceb7523b471b39072310a868f800cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 293 | sce | Example4_1_5.sce | //Example 4.1.5 page 4.6
clc;
clear;
Ec= 1.2*10^11;
P= 3*10^11;
lamda = 0.85*10^-6;
n= Ec/P*100;
printf("The efficiency is %d %%",n);
q= 1.602*10^-19;
h= 6.625*10^-34;
c= 3*10^8;
n= n/100;
R= n*q*lamda/(h*c);
printf("\n\nThe Responsivity of the photodiode is %.4f A/W",R);
|
d350b720198c9630ab10e3e2efee2a28f9c4b8bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /3835/CH4/EX4.29/Ex4_29.sce | 9ad1928efebc97e44120d9b2aabb36331019c71c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 206 | sce | Ex4_29.sce | clear
//
//case a
l=0.25
f=50
v=230
r=2
c=1/(((2*3.14*f)**2)*l)
printf("\n c= %e ",c)
//case b
i=v/r
printf("\n i= %0.1f A",i)
//case c
vl=2*3.14*f*l*i
vc=i/(c*2*3.14*f)
q=(2*3.14*f*l)/(r)
printf("\n q")
|
9c0072902d0ab4d75c3831685c9ea499ba8e9990 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/Prism_channel_m6.tst | 40fbbefdf0cf11d5173e9f40ae558440d9ba569f | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 996 | tst | Prism_channel_m6.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>3D channel flow, Prismatic elements, P=6</description>
<executable>IncNavierStokesSolver</executable>
<parameters>Prism_channel_m6.xml</parameters>
<files>
<file description="Session File">Prism_channel_m6.xml</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="u" tolerance="1e-08">0</value>
<value variable="v" tolerance="1e-08">0</value>
<value variable="w" tolerance="1e-08">4.44507e-16</value>
<value variable="p" tolerance="1e-08">1.52206e-14</value>
</metric>
<metric type="Linf" id="2">
<value variable="u" tolerance="1e-08">5.28658e-16</value>
<value variable="v" tolerance="1e-08">3.37939e-16</value>
<value variable="w" tolerance="1e-08">1.39888e-14</value>
<value variable="p" tolerance="1e-08">9.61453e-14</value>
</metric>
</metrics>
</test>
|
da53eb554131801f224d35bfbb0cbb3bfee77813 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1752/CH7/EX7.5.1/exa_7_5_1.sce | 217046c2fe9a1716e7dfad40bb5fa8953a27f574 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 643 | sce | exa_7_5_1.sce | //Exa 7.4
clc;
clear;
close;
//given data
A=5;// in m^2
intensity=660;// in W/m^2
disp("alpha= 2*rho or rho=alpha/2")
disp("alpha= 3*toh or toh=alpha/3")
disp("as alpha + rho + toh =1")
disp("then alpha+alpha/2+alpha/3 = 1")
disp("alpha = 6/11")
disp("rho = 6/22")
disp("toh = 6/33")
alpha=6/11;
rho=6/22;
toh=6/33;
energy_absorbed= intensity*alpha*A;// in watt
disp(energy_absorbed, "Energy absorbed in watt : ")
energy_transmitted=intensity*rho*A;//in watt
disp(energy_transmitted,"Energy transmitted in watt :")
energy_emitted= intensity*toh*A;// in watt
disp(energy_emitted,"Energy emitted in watt: ")
|
28f16f9a4e66fe9fb70cf690e8447f7cdb6e7d08 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH2/EX2.23/Ex2_23.sce | 2615e98713399c8bcc5d4460c511020d064698c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,365 | sce | Ex2_23.sce | clear
//
//When the roller is about to turn over the curb, the contact with the floor is lost and hence there is no reaction from the floor. The reaction R from the curb must pass through the intersection of P and the line of action of self weight, since the body is in equilibrium under the action of only three forces (all the three forces must be concurrent).
//variable declaration
W=2000.0 //weight of roller,N
r=300.0 //radius of roller,mm
h=150.0 // height of curb,mm
OC=r-h
AO=r
alpha=acos(OC/AO)
//angleOAB=angleOBA,Since OA=OB,
angleOBA=(alpha)/2
//the reaction makes 30° with the vertical
//sum of vertical Fy & sum of horizontal forces Fx is zero
//Assume direction of Fx is right
//Assume direction of Fy is up
R=W/cos(angleOBA)
P=R*sin(angleOBA)
printf("\n P= %0.2f N",P)
//Least force through the centre of wheel: Now the reaction from the curb must pass through the centre of the wheel since the other two forces pass through that point. Its inclination to vertical is theta = 60°. If the triangle of forces ABC representing selfweight by AB, reaction R by BC and pull P by AC, it may be observed that AC to be least, it should be perpendicular to BC. In other words, P makes 90° with the line of action of R.
//From triangle of forces ABC, we get
P=W*sin(alpha)
printf("\n P= %0.2f N",P)
|
3a7210f2da29c95ecedc5212d185365bb9f51e5d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH8/EX8.6/Ex8_6.sce | f640e244cc12ddbc51501027a2fbe91c4b07bae6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sce | Ex8_6.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex8_6.sce.
clc;
clear;
N=360;
phi=45e-3;
s=120;
E=260;
p=4;
n=N/60;
a=8;
Z=(E*a)/(2*phi*p*n);
coductors_per_slot=Z/s;
total_no_of_conductors=coductors_per_slot*s;
printf("\n Number of conductors per slot=%d \n",coductors_per_slot)
phi=(E*a)/(2*960*n*p)
printf("\n Flux=%1.5f Wb/pole",phi)
|
4bec7437f72a4a7a4a31455a040a5df57d1b4070 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH12/EX12.25/Ex12_25.sce | 203e6493433f53322b1a09298a6c831b103dc2d4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 466 | sce | Ex12_25.sce | //=====================================================================================
//Chapter 12 example 25
clc;clear all;
//variable declaration
f1 = 3; //frequency in MHz
f2 =6; //frequency in MHz
C1 = 251; //capacitance in pF
C2 = 50; //capacitance in pF
//calculations
Cd = (C1-(4*C2))/(3); //self capacitance of the coil in uuF
//since f1 = 2f2
//result
mprintf("self capacitance of the coil = %3.2f pF",Cd);
|
88af3fd4dcdac880f5211301bce9439cec642195 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3/macros/scicos_blocks/MCLOCK_f.sci | ff236a3c424dc85e695525c32fb5514959bb448f | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 2,746 | sci | MCLOCK_f.sci | function [x,y,typ]=MCLOCK_f(job,arg1,arg2)
x=[];y=[],typ=[]
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' then
[x,y]=standard_origin(arg1)
case 'set' then
// paths to updatable parameters or states
ppath = list(2)
newpar=list();
for path=ppath ,
np=size(path,'*')
spath=[matrix([3*ones(1,np);8*ones(1,np);path],1,3*np)]
xx=get_tree_elt(arg1,spath)// get the block
execstr('xxn='+xx(5)+'(''set'',xx)')
if ~and(xxn==xx) then
// parameter or states changed
arg1=change_tree_elt(arg1,spath,xxn)// Update
newpar(size(newpar)+1)=path// Notify modification
end
end
x=arg1
y=0
typ=newpar
case 'define' then
nn=2
dt=0.1
label=[string(dt);string(nn)]
model = list('csuper',[],[],[],[1;1],[],[],..
list(list([600,400],' ',[],[],[]),..
list('Block',list([334,199],[40,40],%t,label,[],[],13,[5;4]),..
list('mfclck',[],[],1,[1;1],[],0, .1,5,'d',[-1 0],[%f,%f],' ',list()),' ','MFCLCK_f'),..
list('Block',list([457,161],[16.666667,16.666667],%t,' ',[],[],[5;10;0],6),..
list('sum',[],[],[1;1;1],1,[],[],[],[],'d',[],[%f,%f],' ',list()),' ','CLKSOM_f'),..
list('Link',[360.7;360.7;411.9],[193.3;169.3;169.3],'drawlink',' ',[0,0],[10,-1],[2,2],[9,1]),..
list('Link',[347.3;347.3;461.8;461.8],[193.3;155.5;155.5;161],'drawlink',' ',[0,0],[10,-1],[2,1],[3,1]),..
list('Link',[468.9;482.5],[169.3;169.3],'drawlink',' ',[0,0],[10,-1],[3,1],[12,1]),..
list('Block',list([509,261],[20,20],%t,'1',[],[],11,[]),..
list('output',[],[],1,[],[],[],[],1,'d',[],[%f,%f],' ',list()),' ','CLKOUT_f'),..
list('Block',list([509,142],[20,20],%t,'2',[],[],14,[]),..
list('output',[],[],1,[],[],[],[],2,'d',[],[%f,%f],' ',list()),' ','CLKOUT_f'),..
list('Block',list([411.92504;169.33333],[1,1],%t,' ',[],[],4,[10;11]),..
list('lsplit',[],[],1,[1;1],[],[],[],[],'d',[-1,-1],[%t,%f],' ',list()),' ','CLKSPLIT_f'),..
list('Link',[411.9;457],[169.3;169.3],'drawlink',' ',[0,0],[10,-1],[9,1],[3,2]),..
list('Link',[411.9;411.9;509],[169.3;271;271],'drawlink',' ',[0,0],[10,-1],[9,2],[7,1]),..
list('Block',list([482.45315;169.33333],[1,1],%t,' ',[],[],6,[13;14]),..
list('lsplit',[],[],1,[1;1],[],[],[],[],'d',[-1,-1],[%t,%f],' ',list()),' ','CLKSPLIT_f'),..
list('Link',[482.5;489.6;489.6;354;354],[169.3;169.3;338.3;338.3;244.7],'drawlink',' ',[0,0],[10,-1],[12,1],[2,1]),..
list('Link',[482.4;482.4;509],[169.3;152;152],'drawlink',' ',[0,0],[10,-1],[12,2],[8,1])),[],'h',%f,[%f,%f])
gr_i=['txt=[''2freq clock'';'' f/n f''];';
'xstringb(orig(1),orig(2),txt,sz(1),sz(2),''fill'')']
x=standard_define([3 3],model,' ',gr_i)
end
|
c2b99dba92a846f0642f3ea6edd9478120eb73a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH9/EX9.2/Example92.sce | 4812d7f7ee48028d794d32556e5a6f7102c75512 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,240 | sce | Example92.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat transfer, Seventh Edition, Frank Kreith, Raj M Manglik and Mark S Bohn, Chapter 9, Example 2")
//Temperature at which sun is radiating as a blackbody in K
T=5800;
//Lower limit of wavelength for which glass is transparent in microns
lamda_l=0.35;
//lower limit of product of wavelength and temperature in micron-K
lamda_l_T=lamda_l*T;
//Lower limit of wavelength for which glass is transparent in microns
lamda_u=2.7;
//lower limit of product of wavelength and temperature in micron-K
lamda_u_T=lamda_u*T;
// For lamda_T= 2030, ratio of blackbody emission between zero and lamda_l to the total emission in terms of percentage
r_l=6.7;
// For lamda_T= 15660, ratio of blackbody emission between zero and lamda_u to the total emission in terms of percentage
r_u=97;
//Total radiant energy incident upon the glass from the sun in the wavelength range between lamda_l and lamda_u
total_rad=r_u-r_l;
disp("Percentage of solar radiation transmitted through the glass in terms of percentage")
rad_trans=total_rad*0.92 //Since it is given that silica glass transmits 92% of the incident radiation
|
2f347431075606919b6d9d0adf5b74fdf9a5c00f | 5d1fb7124962d54cfee54c049f53f3b0361c2e0f | /generated_data/well_separated_linear.tst | a73c5adcdc4197034ee5c8f49a60c7679c757e37 | [] | no_license | abarthakur/ensemble_combination | cb2a1b1b67d85b88e652e8c6babc284cc879ce68 | 1fae79425a09e77f23400a0fe7753c09bc8df327 | refs/heads/master | 2022-06-03T06:44:40.995592 | 2020-05-01T16:54:58 | 2020-05-01T16:54:58 | 109,000,598 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 33,560 | tst | well_separated_linear.tst | 0.121316279056,-0.0520662009239,0.0
0.0212665809512,0.024814851349,0.0
0.841660045252,1.15600053776,1.0
0.483559904975,-0.021030787356,0.0
0.366006079412,0.362502188806,0.0
1.50480248433,1.06301683301,1.0
1.26089281058,0.766287561308,1.0
0.338906265203,-0.265309151646,0.0
-0.241058152145,0.471457386198,0.0
1.85501745241,1.24158313698,1.0
0.323450955562,-0.146083255974,0.0
1.22242079368,1.76274396402,1.0
1.41980087231,1.05672525783,1.0
0.668861436154,1.16683744033,1.0
0.873499105671,1.14687394316,1.0
0.17058827008,0.708564734298,0.0
0.545511116879,0.604333400112,0.0
1.34348946839,1.59904721105,1.0
1.49985586418,1.08799569528,1.0
1.16363926555,1.27942460283,1.0
0.720203409171,0.974335191174,1.0
0.985454529956,1.13418135768,1.0
0.823011624535,1.12254447878,1.0
0.245600531323,0.0881387420353,0.0
1.11767512334,2.36975287448,1.0
-0.10739386704,0.0403772803456,0.0
0.572500528546,1.02499123004,1.0
0.345854699429,-0.251175535768,0.0
1.63900884064,1.45203196584,1.0
0.538225738084,0.525091932469,0.0
-0.132469803957,0.260878008286,0.0
-0.0295299270355,0.135253984665,0.0
0.0802152173301,0.439444419114,0.0
1.54121061029,0.874221507868,1.0
1.10268499305,1.62363255266,1.0
1.44978234142,1.27146977596,1.0
1.29089566759,1.35354459107,1.0
0.816023240174,1.6252774417,1.0
0.638183054226,-0.442899668229,0.0
0.495938486811,1.01607222269,0.0
1.47891143619,0.610732634332,1.0
1.44157330133,1.46300051168,1.0
0.258641336351,-0.196020829622,0.0
-0.00958710897874,0.663463515432,0.0
0.577497772118,1.61635498708,1.0
0.461408632862,0.168734589076,0.0
0.558774902454,0.586937327325,0.0
0.981034422101,1.05262187813,1.0
1.03407605872,0.947768028302,1.0
0.298771095037,0.0534700160237,0.0
-0.248599984925,0.287307697616,0.0
1.28743470155,0.882735509101,1.0
0.848759548436,1.08315450822,1.0
1.55442614812,1.04932783626,1.0
0.732295947918,1.38282848833,1.0
0.386033542254,0.389041363479,0.0
1.82164659871,0.928173618362,1.0
1.31706355027,1.69568061927,1.0
0.0906721878509,0.509772388596,0.0
1.45080884152,0.990587261713,1.0
0.184667278287,0.121512257579,0.0
-0.133442939499,0.562742592598,0.0
0.618992132163,0.123465967807,0.0
1.34953721524,1.26026094382,1.0
0.940428759553,1.51255613778,1.0
2.10185333446,1.64665342145,1.0
1.12498553915,1.79896506312,1.0
0.227196140375,0.181485821567,0.0
1.31504516715,1.12488077944,1.0
1.46272850032,1.30833100603,1.0
0.993948658118,1.73812403279,1.0
1.05030449457,1.31346272067,1.0
1.11549927075,1.11295096624,1.0
0.244724967754,0.254553285735,0.0
1.76040080642,1.46790461496,1.0
0.201844843721,-0.11053150927,0.0
1.04557878414,1.2363973401,1.0
0.561371320186,-0.17283242403,0.0
0.0650488889549,0.0187997469303,0.0
1.5292335226,1.03141705498,1.0
0.345870417605,-0.184543790602,0.0
0.552397702035,0.215180713305,0.0
0.607418040975,0.928276305619,1.0
1.19044616279,1.71678982438,1.0
1.14651895582,1.36382226281,1.0
0.620272649464,0.269537318643,0.0
0.81528734017,0.0565725270861,0.0
0.120781861214,0.986094799004,0.0
-0.118275975993,0.119537378417,0.0
0.621526844741,0.305880541298,0.0
-0.0439039298326,-0.209276918788,0.0
0.261949973164,0.221279920678,0.0
0.250469501995,0.372444246573,0.0
0.340647688749,0.277362669357,0.0
1.29523387407,1.57602124045,1.0
0.338481983055,0.539174078326,0.0
1.59840589146,0.981164558642,1.0
0.391075402635,-0.370979702203,0.0
0.331355679041,0.0759395206599,0.0
1.09371071182,0.929592376415,1.0
1.17702022151,1.5362523101,1.0
-0.0971904086285,0.370203050152,0.0
0.977297777683,1.15221723188,1.0
0.917567621808,1.12053472125,1.0
0.95090315653,1.31727117539,1.0
1.11403900001,0.817719807273,1.0
0.419264757473,1.80633594541,1.0
1.32660348722,0.744536926971,1.0
1.17908770551,1.35700517459,1.0
1.03154748977,1.50993925386,1.0
0.0596682979142,1.00396601225,0.0
1.05796332541,1.20697586127,1.0
-0.239667813568,-0.262887571988,0.0
-0.0738105989122,-0.184527354577,0.0
0.981697083401,0.418851442687,0.0
1.20597973564,0.431980164633,0.0
0.252134735487,0.494519141139,0.0
0.715218191903,0.264858751692,0.0
1.2635224456,0.744078548949,1.0
0.426901375209,0.575579569876,0.0
0.805743102295,1.18824639425,1.0
1.28802667976,1.47033201981,1.0
0.586368923566,0.774811230246,0.0
0.375502581237,-0.106911626852,0.0
0.00804804390198,0.225041004967,0.0
0.827887112139,1.72486848417,1.0
0.576071168731,0.0420343000551,0.0
0.392794741521,0.369327220184,0.0
1.0166774671,1.15992056199,1.0
1.17809873468,1.90681703996,1.0
0.184093213375,0.218431536595,0.0
0.0942477138943,0.487397107065,0.0
1.46931123194,1.40314637773,1.0
-0.00139418034999,0.278593204249,0.0
1.82848090657,1.54757260802,1.0
0.921435761514,0.908630058831,1.0
1.50652473141,1.46347714878,1.0
0.507612062056,0.0541750053676,0.0
1.57454812108,1.00536586135,1.0
1.33083737093,0.845070198988,1.0
1.23846124152,1.623694098,1.0
1.11786765182,0.902558921253,1.0
0.641258467925,-0.16962706422,0.0
0.756563455727,0.415789506735,0.0
1.01160762625,1.45917028212,1.0
0.0678777633263,-0.191026350496,0.0
0.242188555037,0.60059690819,0.0
1.26194149715,0.919246012319,1.0
0.593053192808,0.250515857174,0.0
1.88739669736,1.28680844603,1.0
0.666284136084,1.53156295015,1.0
0.101672814506,-0.260534500242,0.0
1.05620671291,1.18687234679,1.0
0.123236408603,0.0663176309851,0.0
1.37658997769,1.29470849544,1.0
1.6883079623,1.03889762134,1.0
0.0280888558975,-0.115578944699,0.0
0.000513977754711,-0.367194299235,0.0
1.23259611592,1.24788260873,1.0
1.35504729283,1.55369271607,1.0
1.21817918191,1.28402933972,1.0
0.0360258892481,0.391267242959,0.0
1.11743975479,0.826157439973,1.0
0.109778150651,0.399306923485,0.0
0.997243077254,1.10152713871,1.0
1.40883431841,1.16032699678,1.0
-0.032002929657,0.305573087468,0.0
-0.153763485639,0.368159063459,0.0
1.09537572872,0.918905461089,1.0
1.19318336048,1.2804380989,1.0
0.974465610918,0.408466370538,0.0
0.957323416698,1.03233013041,1.0
0.954152601563,1.05502085224,1.0
-0.23415504131,0.599376474119,0.0
1.23473328253,1.53324821225,1.0
0.614252939696,0.422776224337,0.0
1.44331663335,0.802635009603,1.0
1.92279269188,1.16622667616,1.0
1.19157198934,0.791627678346,1.0
0.742942388346,1.41239636462,1.0
1.44136518113,1.24536499442,1.0
1.49582610987,0.452215015845,1.0
-0.219273523597,0.420412783518,0.0
0.13495291265,0.640111055023,0.0
1.54971300248,0.993376789049,1.0
1.03836155652,1.0448636123,1.0
0.0493507503542,0.435493752903,0.0
0.692797832234,0.114758118278,0.0
1.10234309056,1.24450432469,1.0
0.133788675205,0.242382319227,0.0
0.989854597304,1.62272008683,1.0
0.920505967885,1.1913038266,1.0
-0.240594279398,0.335766786845,0.0
1.42920331744,1.102331272,1.0
0.643533230275,0.146962960507,0.0
-0.15909146519,-0.0832825998501,0.0
-0.228862648909,0.410324044961,0.0
0.244944866873,0.0798243777638,0.0
0.860472025786,1.27906890777,1.0
0.126247458945,0.177749991536,0.0
0.409099805947,0.350144224313,0.0
0.691613558683,0.938571211528,1.0
-0.0570807443139,0.219205488954,0.0
1.65102698496,0.773112302479,1.0
1.03369906793,0.68434945232,0.0
0.934854261678,-0.0463095982182,0.0
0.477160849326,0.0385887064847,0.0
1.40974946033,1.17822663617,1.0
0.237400397764,-0.056887771735,0.0
1.17908968172,0.639704952537,1.0
-0.134003828952,0.404477001345,0.0
0.274219519661,0.429627726468,0.0
1.32837755097,1.42989400592,1.0
0.886037519136,1.83899469114,1.0
0.956901687172,1.56383789796,1.0
1.26959952802,1.13957851096,1.0
0.64641521638,1.42407180617,1.0
1.13548582533,1.2053629672,1.0
1.37944147806,0.905235613877,1.0
0.415655002081,0.556029305854,0.0
0.365341367319,0.43058862713,0.0
0.290826090152,-0.151342281004,0.0
1.31671896221,1.38746288949,1.0
1.48746242848,1.35571259533,1.0
1.27710756056,0.912034671789,1.0
-0.019763459515,0.380983009042,0.0
0.574335841918,0.930539096551,1.0
-0.253565563372,-0.0314654753587,0.0
1.02653410209,1.41205560621,1.0
1.09950210723,1.05166887281,1.0
0.0323389215184,0.258052762987,0.0
1.6455171052,0.935265868301,1.0
1.31110603717,1.27793192571,1.0
0.167459919069,0.499540389909,0.0
0.933506266006,1.39140801981,1.0
0.405145418381,-0.0613091738587,0.0
0.907701183604,1.31568518127,1.0
0.487323353848,0.340221860722,0.0
1.45979180691,0.709216062886,1.0
0.790909274782,1.8492345089,1.0
1.6623844721,0.71140630947,1.0
0.177445864778,-0.387450813145,0.0
0.0343041288681,0.202448624934,0.0
1.48293787121,0.753069189074,1.0
1.26443694968,0.749140588865,1.0
1.07250700621,0.844774465788,1.0
1.04116933221,1.1963640436,1.0
0.0977469752352,-0.317744735524,0.0
1.09636512675,1.07313933136,1.0
0.791424158849,0.619152886925,1.0
0.955781433004,0.815988708209,1.0
0.107909231801,0.402693649015,0.0
0.748008204428,1.06619643913,1.0
0.41692505007,0.332693719743,0.0
0.0128906856699,0.355193144413,0.0
1.57140870646,1.10039112648,1.0
0.0745119587698,0.744425713662,0.0
0.850139809857,1.02744734978,1.0
1.26500273434,1.57106785852,1.0
0.516437637813,0.254781075751,0.0
0.703353377505,0.00821988275981,0.0
1.50498459067,1.37682493679,1.0
1.14416804037,0.603824673697,1.0
0.920674432023,1.62923904379,1.0
1.24160526762,1.17926702095,1.0
0.0290276082937,0.385673699891,0.0
-0.131217178022,-0.15493939349,0.0
1.51052668403,0.993875827171,1.0
1.15077413962,0.794964348219,1.0
0.477208522057,0.215973912996,0.0
0.388364719491,1.38290889731,1.0
-0.27141690732,-0.00844297238524,0.0
0.366705904984,-0.0802412682178,0.0
0.953788304568,0.194517008919,1.0
0.0846914669687,0.772176875036,0.0
1.31686855603,1.49004274075,1.0
-0.523434697638,0.176235450807,0.0
1.74916442238,1.52479016847,1.0
0.16847044239,0.203881930558,0.0
1.00679807327,1.10290992397,1.0
1.24766300553,1.61959251625,1.0
1.65506038466,1.48667023034,1.0
0.597300837857,0.0932914472211,0.0
0.335028522184,-0.0239017254883,0.0
1.17275604593,0.874040824198,1.0
1.37116386094,1.19360429426,1.0
1.03397537647,1.26566755869,1.0
0.971004835406,0.663989968022,1.0
-0.451691787763,0.195042456247,0.0
0.788850695834,1.58718367018,1.0
1.38293505923,1.5465861917,1.0
1.24047100735,1.49191295617,1.0
0.85008997438,0.974449760618,1.0
1.51087638545,1.51932299437,1.0
0.166029541689,0.299815324785,0.0
-0.153426097367,0.0437297254756,0.0
0.438645449684,0.099510438969,0.0
0.00191351440578,0.0714366061086,0.0
0.162247359337,0.323008855476,0.0
0.320465199488,0.174187039187,0.0
0.809481292005,1.63400828914,1.0
0.790187046206,1.44723665235,1.0
0.488273269032,-0.183766495202,0.0
1.37642329097,1.25542192839,1.0
0.70971483176,-0.0943817002186,0.0
-0.0022934149952,-0.259094486727,0.0
-0.113548937348,0.0894513458134,0.0
-0.186388032562,0.305350325024,0.0
0.203972199717,0.0493897102897,0.0
0.989239605938,1.35832690814,1.0
1.05556732549,1.25452843931,1.0
0.167878677475,0.0827895424172,0.0
1.17845957808,1.30650465096,1.0
0.142712176185,-0.0272525038473,0.0
0.255674535867,-0.0725223726812,0.0
0.846487459967,1.04739012263,1.0
-0.325272038399,0.434212652291,0.0
0.0930991042384,0.284531804803,0.0
0.124147627365,0.166726423535,0.0
0.167030779464,0.114004664365,0.0
0.183412179107,0.357399952138,0.0
0.178625628696,-0.219017815938,0.0
1.52806742885,1.13588650101,1.0
1.15430042802,1.06498050684,1.0
0.0215145704678,0.257691560854,0.0
0.798613312228,0.511823176755,0.0
0.789465427518,0.201471177429,0.0
1.23363206005,1.60968763692,1.0
0.197655382415,-0.0619233921021,0.0
0.696333470898,1.5042459647,1.0
1.05535251711,1.3141157063,1.0
1.80233683913,0.964791336632,1.0
1.64745976122,1.41096616943,1.0
0.575385500005,0.0830774006815,0.0
-0.231277108283,0.340060920002,0.0
-0.120994286792,0.0687783784404,0.0
-0.0939922991863,0.165212161823,0.0
0.394599667857,0.836146279174,0.0
0.15022699795,0.987083161284,0.0
1.7537325664,1.18470351167,1.0
1.38302545062,1.32064014079,1.0
0.666117348043,1.64278399365,1.0
1.07838315386,1.49384348974,1.0
0.128993781344,0.300430528559,0.0
0.427215764851,-0.174612928045,0.0
-0.368381779794,-0.384575006721,0.0
-0.753863184391,0.386683387954,0.0
1.05172740375,1.21672639009,1.0
1.00647243367,1.32144834374,1.0
1.84365989325,1.21858068356,1.0
1.03821759499,0.993733502217,1.0
0.372649693008,-0.178826733234,0.0
0.695094675083,0.550047203434,0.0
1.96053576335,1.22358751556,1.0
0.321375171768,0.0596915495204,0.0
0.272954622782,0.192588447213,0.0
1.11332902832,1.50054744295,1.0
-0.245340081326,0.292605314553,0.0
1.2771569033,1.40447519013,1.0
1.33429562057,1.16133020167,1.0
0.581876491995,-0.0295180881806,0.0
0.255492490095,0.162266703134,0.0
0.549130434125,0.0597164914566,0.0
0.74283109845,-0.848545300572,0.0
1.79272652264,0.942887546886,1.0
1.23401018829,1.38837980241,1.0
1.04159033682,0.956846948277,1.0
-0.0644732886379,-0.0485610643732,0.0
1.69943641145,1.71605940937,1.0
0.00646765578266,0.387039276746,0.0
-0.112249510029,0.527733355288,0.0
-0.612422566901,0.694234300833,0.0
0.43156676015,0.330924976772,0.0
0.187614105893,-0.237057663729,0.0
-0.330331729572,-0.108349300923,0.0
0.360663178633,0.663992307733,0.0
1.18072547786,1.32078502969,1.0
0.244464426534,-0.0610285033061,0.0
0.713329116896,1.09109073573,1.0
1.58043029929,0.769197201659,1.0
-0.0145636548231,0.240132552397,0.0
1.07566511803,1.2951105575,1.0
0.0327248843454,0.341083203522,0.0
0.161572817698,0.215593331856,0.0
0.0692126965359,-0.316529044654,0.0
1.69461702748,1.34054204084,1.0
1.38098758299,1.34295104129,1.0
1.14365008668,0.814063960694,1.0
1.567123289,1.06751474946,1.0
1.31138977549,1.58590313714,1.0
0.907741921798,1.24904405755,1.0
0.223704737439,-0.0233550096476,0.0
0.942732156704,1.10493286754,1.0
-0.0580623641565,1.02845257933,0.0
1.49833414063,1.54497284562,1.0
1.31448015968,1.37714195975,1.0
0.0793471527062,0.354444902173,0.0
0.212754879172,0.0177773991447,0.0
0.151926591596,0.514802682643,0.0
-0.139315974708,0.230026253338,0.0
-0.337494391534,0.514867453055,0.0
0.922066628949,-0.280508136371,0.0
0.10464170243,0.619556558491,0.0
1.08664385506,1.84937304359,1.0
1.28657589838,1.32037007054,1.0
1.28878304243,0.9972161042,1.0
0.966935661381,1.09037533047,1.0
0.977868111801,2.05733422636,1.0
1.45165532563,1.37363877971,1.0
0.371893479054,0.0563011380006,0.0
0.0860119881059,0.126667324938,0.0
0.346649262579,-0.036464010234,0.0
0.232460913586,-0.152715036906,0.0
-0.196309144106,0.260628291007,0.0
1.51894753527,1.45342209724,1.0
1.62466623311,1.69707914102,1.0
0.332603627933,0.403577532552,0.0
1.14707925081,1.06615920665,1.0
0.916479857441,1.0783880493,1.0
1.47603980667,1.41046056811,1.0
0.573150122346,0.629689227795,0.0
1.59258447782,1.048731113,1.0
0.297996253144,0.332113863593,0.0
1.18751640641,1.24588013353,1.0
0.217940025746,0.281344887248,0.0
1.56573549985,0.77454536167,1.0
0.216250233495,-0.166676453425,0.0
-0.347205555537,-0.158950603302,0.0
1.5100163003,0.911097467169,1.0
0.17893205323,0.553321706991,0.0
1.08884262925,0.992961269855,1.0
0.556561048349,0.45175398439,0.0
0.314795040137,0.273194130236,0.0
-0.276110896069,-0.215521837342,0.0
0.948678383945,1.81792347277,1.0
0.775498539933,0.0966754489599,0.0
0.0530278204419,-0.260109266389,0.0
0.415046000654,0.253636833077,0.0
-0.438911298373,0.376163335474,0.0
-0.00210007814965,0.535958206423,0.0
0.0883933659873,0.0817477087348,0.0
0.561821482537,0.317207415893,0.0
0.259362372102,0.668900754504,0.0
0.612124393821,0.0580109218893,0.0
1.55359771993,1.18941056452,1.0
-0.737048028442,-0.131720829252,0.0
0.857785981781,1.36258998233,1.0
1.60774350607,0.761382108579,1.0
1.13259123682,1.00424030039,1.0
0.636521445069,-0.368441933244,0.0
0.994313330295,1.18750856719,1.0
-0.136707664061,-0.109167473942,0.0
-0.386685975038,0.169456743287,0.0
0.992579180307,1.15951384728,1.0
-0.000145410994599,0.0248931527839,0.0
-0.0919651195743,-0.00999909424818,0.0
-0.137343767903,0.623670568248,0.0
1.42393626592,1.08677588719,1.0
1.52281698694,1.33564377271,1.0
-0.210532734828,0.285369948918,0.0
0.745787200076,1.36885103334,1.0
0.879158054857,1.34739575968,1.0
0.0512192668715,-0.0751710605236,0.0
1.7164132477,1.54585285588,1.0
0.302324138953,0.492095733253,0.0
1.13668806308,1.4779546899,1.0
1.44477837677,1.19257692399,1.0
1.37026493893,0.583080465023,1.0
0.739691220127,1.01420604904,1.0
0.880794652426,-0.155458346696,0.0
1.38293650223,1.61305063888,1.0
1.44220071073,1.36646293358,1.0
1.30473913727,0.868237413064,1.0
0.409995356009,0.253693445532,0.0
0.945043372041,1.44724828973,1.0
1.10340276536,0.777803584744,1.0
-0.279259929291,0.415329696652,0.0
1.24111560661,0.695903650602,1.0
1.17432447536,1.01357906376,1.0
0.36464545792,0.471962064149,0.0
1.48055928126,1.16072848211,1.0
1.32835877032,1.47141358568,1.0
0.194325132641,0.616307554979,0.0
1.74310934363,1.64187783791,1.0
0.924696610031,1.38737413445,1.0
-0.308359540089,0.440468846911,0.0
0.997950168946,1.51871273773,1.0
0.229913552485,0.341484507711,0.0
0.528900128573,1.34332001805,1.0
1.12576336299,1.20426215643,1.0
1.13425223594,1.35690124114,1.0
0.33097338075,-0.0160948249863,0.0
1.23739426788,0.987877612539,1.0
1.05858342063,0.923878836465,1.0
0.752418989937,0.840191818617,1.0
0.396296840943,0.640007382302,0.0
0.00131112348236,0.12016588898,0.0
0.962330353088,1.08424660056,1.0
1.08313252363,1.02713422312,1.0
1.39471433396,0.881803553466,1.0
0.545310344144,0.234949248595,0.0
0.27883305473,0.445506838931,0.0
0.242404187138,-0.00810220518858,0.0
1.35865468986,0.849727209598,1.0
1.25958000316,1.50655369657,1.0
1.15829204938,1.65997209944,1.0
1.24933734758,1.20814514019,1.0
1.20604022714,0.543806881645,1.0
0.42277300384,-0.134119464079,0.0
2.26135357313,0.890993289898,1.0
0.375140276569,0.0692124870528,0.0
-0.302726296865,-0.510069493051,0.0
1.60154210033,1.19955429701,1.0
0.175770715712,0.224382912265,0.0
1.15157456187,1.51955981753,1.0
1.26899801258,1.45336340913,1.0
-0.39414914112,0.11647956836,0.0
0.0345812723115,-0.0484081488561,0.0
-0.243346824376,0.738288999093,0.0
0.386597738788,0.493976638973,0.0
0.870738093404,1.3885319839,1.0
1.78135498675,1.58767911041,1.0
-0.255234646809,0.470184360449,0.0
0.589813667043,1.40288231459,1.0
1.51602109062,1.26039709107,1.0
0.0763446086582,0.401473182349,0.0
0.837385919651,1.11599709214,1.0
-0.304988605172,-0.0947067880935,0.0
-0.211942706509,0.415813082781,0.0
1.31378593066,1.44664857227,1.0
0.565328567831,0.0883021326109,0.0
1.40011950763,1.25808464016,1.0
0.487997126852,0.2272436188,0.0
0.446689629706,-0.0326182012393,0.0
0.216774659396,0.0741472210278,0.0
1.10432498596,1.3301711075,1.0
1.14377371247,1.73377753178,1.0
0.110291862948,1.05695543544,0.0
0.97775503161,1.08500772306,1.0
1.01327111638,1.34369978791,1.0
0.810164818233,1.15917719196,1.0
1.0005569219,1.34232036822,1.0
0.418788848027,0.273124139155,0.0
0.0465666332578,0.132983041759,0.0
-0.203149407504,-0.0436886779099,0.0
0.966481448912,1.82566823409,1.0
0.00268173635066,0.361243086942,0.0
0.297104083365,-0.02456033176,0.0
0.876781925305,0.600901208198,1.0
1.0035951259,1.41221421456,1.0
1.37393430866,0.791134103565,1.0
1.80129061187,0.499714572672,1.0
1.31411984694,1.43747687581,1.0
0.21191368459,0.102356841335,0.0
0.391990669598,0.403121962549,0.0
0.503430139361,0.201171500459,0.0
-0.210855565633,0.341755968561,0.0
1.36710833339,1.12720275826,1.0
0.42357654857,-0.10455942606,0.0
-0.355824949562,1.0969097271,0.0
-0.265252176582,0.319096543507,0.0
1.26969615969,1.01709207485,1.0
1.16685273891,0.996684573663,1.0
1.34625010584,1.32137247218,1.0
0.551324748945,0.722809286127,0.0
0.305038026249,-0.130330035206,0.0
0.127721002027,0.68936185397,0.0
1.11813396431,0.915976131233,1.0
1.41096406487,1.72580162637,1.0
0.0251167916284,0.358115801075,0.0
1.11939459442,0.96771818467,1.0
1.20058766374,0.936954058588,1.0
0.267186263301,0.523680171374,0.0
1.14086935437,0.91251735743,1.0
1.1897879088,1.17388921231,1.0
-0.498723144286,-0.525211152875,0.0
1.97224864282,1.5326711325,1.0
0.602886453722,1.35542212248,1.0
-0.0186869966194,0.48197142109,0.0
0.220524406495,0.0725978928419,0.0
1.07652748968,1.41174127562,1.0
1.17087870217,0.35187220174,0.0
1.35071341087,1.33788985375,1.0
-0.145899068337,-0.211449807832,0.0
-0.848314680649,0.243037228242,0.0
0.20385282544,0.184297147163,0.0
0.682037562976,0.34156624338,0.0
1.50575288882,1.19309440462,1.0
0.152707097192,0.254092715697,0.0
1.26325317863,1.29571108104,1.0
0.0900686512156,0.311150190725,0.0
0.474867472357,0.0062330478769,0.0
0.922625287918,1.02104346659,1.0
0.652867105845,1.05747024598,1.0
0.76225174602,1.02953105348,1.0
-0.0930265541108,0.108919537479,0.0
1.90370464066,1.52188912792,1.0
0.224448117387,-0.190332022646,0.0
0.33006983017,-0.115937282665,0.0
1.62806218233,1.7504951133,1.0
0.240518769795,-0.00260881163092,0.0
0.215214434492,0.598093473101,0.0
0.21686889938,-0.272382740248,0.0
0.167846989958,0.255673590678,0.0
0.244866918057,0.251602442571,0.0
1.26484978059,0.684261504844,1.0
0.753086694726,1.67520905992,1.0
-0.246874307166,0.0668012219185,0.0
0.417391487038,0.231882138717,0.0
0.769680218924,0.270304466434,0.0
0.997127590642,0.499873344237,1.0
0.363540978661,0.142169820843,0.0
0.286981406215,0.294424855531,0.0
1.073899516,0.904240947176,1.0
1.30144966934,1.19051973895,1.0
0.329475832618,-0.4143678472,0.0
0.260816336972,-0.0919896362675,0.0
-0.0746894034733,0.137907330673,0.0
0.990328343272,0.987880244046,1.0
0.0470481105263,0.659008193998,0.0
1.73489642005,0.960561531347,1.0
0.531256595102,-0.089793466747,0.0
1.29100668529,0.915669526792,1.0
0.39958560369,-0.143012224197,0.0
-0.219145988168,-0.100055432006,0.0
1.84627868135,1.56134562191,1.0
-0.0111532084035,0.685095832863,0.0
0.46207021303,0.495225375152,0.0
1.47937273625,1.05092804424,1.0
0.590911117071,0.223153116443,0.0
1.13987714558,0.878563522027,1.0
0.716004226125,1.16604075176,1.0
0.963238657583,1.39528279346,1.0
-0.125365904769,0.369138581709,0.0
0.598950455636,0.317424593668,0.0
1.60027673568,1.16608342752,1.0
1.32696173211,1.19426339531,1.0
0.247925450584,0.211629925288,0.0
0.297662876245,0.348293877146,0.0
1.35745909872,0.828228836735,1.0
-0.493771883064,-0.594251083039,0.0
0.499121393795,-0.00665857967946,0.0
1.22717178473,1.2335524099,1.0
-0.0050832994285,-0.23552069224,0.0
0.0728742289672,0.184879126569,0.0
1.33889088899,0.909198026403,1.0
0.307301701934,0.114817660167,0.0
0.316542342179,0.468908369404,0.0
1.08938455377,0.986694021843,1.0
0.538257262478,0.421275589179,0.0
1.49753773226,1.27382056444,1.0
-0.0595259813444,-0.0310588607936,0.0
0.811873918394,1.04867021478,1.0
1.66356191355,1.10248031966,1.0
1.27219964399,1.47988687462,1.0
1.2075384572,1.51410610423,1.0
0.514931763893,0.784165512513,0.0
0.0338888332471,0.522642312325,0.0
1.25585215263,1.01751428522,1.0
0.412966966972,-0.217320549803,0.0
-0.155942807908,-0.18372964039,0.0
0.36234023744,0.809240025296,0.0
1.3086832626,0.893411560049,1.0
0.195643757185,-0.330603152369,0.0
-0.247730465855,0.478163500711,0.0
-0.389975320147,0.0220034029472,0.0
0.845574739118,0.759718316585,1.0
1.34245095316,1.63123881079,1.0
-0.214132984289,0.572327086899,0.0
0.215921552889,0.00544291563408,0.0
0.995130717771,1.42856498273,1.0
0.751913593353,0.863502304455,1.0
0.285746418026,0.741512608622,0.0
1.17309325286,1.23652507174,1.0
0.0898542966295,0.499533470857,0.0
1.88119328269,1.09678679732,1.0
1.47496038815,1.50668687566,1.0
1.53500602905,1.65118836232,1.0
1.30240308297,0.968158296089,1.0
1.37987600466,1.2020425432,1.0
1.05456347913,1.39800207247,1.0
0.0917738892515,-0.0216478511027,0.0
1.71816414932,0.700617294937,1.0
1.64452477508,0.820836229362,1.0
0.541787394049,0.522761694107,0.0
0.988661162418,1.57086378162,1.0
0.22507533892,0.665738815206,0.0
0.168988570163,0.515130953675,0.0
0.643017801819,0.723612755437,0.0
0.0389400272169,0.40043561575,0.0
0.0929357249847,-0.0825641140701,0.0
1.55674469523,0.787516119945,1.0
1.02844057913,0.912665408876,1.0
1.11189088602,1.53871174836,1.0
0.696759945052,0.528371769612,1.0
1.39849920192,1.20575817394,1.0
0.00383902685089,0.526000775293,0.0
0.694838155727,0.0305875544913,0.0
1.1412578976,0.987777013563,1.0
0.806664779334,0.0324641486634,0.0
-0.647974942531,0.380931108846,0.0
-0.195755494356,0.229652272413,0.0
0.0283229051381,0.129471576347,0.0
0.963698111959,0.842531596736,1.0
0.958310419824,1.29762058279,1.0
1.21498095554,1.37251341509,1.0
0.37537510511,0.430443480631,0.0
0.0430964326028,0.590005296383,0.0
1.37915366089,1.1123448824,1.0
-0.210601245836,0.00986044095152,0.0
-0.0416269937058,0.288055810172,0.0
0.853657796193,1.44016856825,1.0
-0.453166930679,-0.0133681032822,0.0
1.69684429251,0.685403409519,1.0
0.536805355845,0.302707889531,0.0
0.743056120998,1.52720585681,1.0
1.34580049245,1.45293363775,1.0
0.132688834399,0.389320917879,0.0
0.884894232952,0.574142921689,1.0
0.211469651623,0.798971283457,0.0
-0.247979940431,0.423306000289,0.0
0.0743320870782,0.454695587087,0.0
0.186573490314,-0.295922973936,0.0
1.47809185359,1.11026507939,1.0
1.39984729789,1.6237278926,1.0
0.963826916825,1.52079912948,1.0
1.49357393395,1.29668525351,1.0
-0.184370364914,0.220347180607,0.0
0.280159716737,-0.433345492701,0.0
0.672830047424,0.361957294208,0.0
1.58391915469,1.18815521362,1.0
0.95071021886,1.00277682082,1.0
-0.235415050171,0.531082202755,0.0
0.115994548534,0.247823816185,0.0
0.805082380488,0.57634083854,0.0
1.17314676646,1.0080006077,1.0
1.03438750957,1.49682662313,1.0
0.661452622346,0.551264559531,1.0
1.04488783918,1.27261697105,1.0
0.615620406518,0.0254605675298,0.0
0.382850881551,-0.148067634375,0.0
1.10083617624,1.32376613166,1.0
1.67711469536,0.764624394065,1.0
0.763739277216,1.2683045283,1.0
-0.0729617185898,0.652752848647,0.0
0.185088635945,0.283629945109,0.0
2.06190209646,1.22667291051,1.0
1.57192540365,1.18686686306,1.0
-0.0447475729154,0.23144686275,0.0
1.00024423887,0.85379859786,1.0
0.40093631016,0.231148374569,0.0
1.42584718433,1.49356180843,1.0
-0.248447324,0.0330502408686,0.0
1.02127186289,1.09089989082,1.0
1.48741769506,1.88767766054,1.0
-0.0803287391948,-0.317839953046,0.0
0.256064092036,-0.095407883944,0.0
0.506278784011,0.100146010813,0.0
0.649240149968,1.22213534987,1.0
-0.060261099724,-0.365644057773,0.0
0.387281198716,0.405827396233,0.0
0.0922301638273,0.383850922123,0.0
0.606184766105,0.306098966145,0.0
1.04505621725,1.3509272803,1.0
1.37451847178,1.56523875822,1.0
1.12184180599,0.41287898849,1.0
0.451008783838,0.58319516481,0.0
0.856149149598,1.03847436263,1.0
0.24566014624,0.090897879669,0.0
1.1893016792,0.863250747306,1.0
1.25329057231,1.31138485519,1.0
0.986249423518,0.587141650372,0.0
0.41153925716,0.149375136013,0.0
-0.120187662396,0.314747053931,0.0
0.00410886831408,0.125774638883,0.0
0.304057242537,0.941341417356,0.0
1.41437815727,0.890792234733,1.0
1.50880552588,1.30176390758,1.0
-0.0551399420869,0.191585573779,0.0
0.698489457488,1.16220466447,1.0
0.329460965838,0.589451605566,0.0
1.09050871914,1.84721721648,1.0
0.116806125039,0.30964581719,0.0
0.205540487062,-0.00152940216986,0.0
1.03397318079,1.55775684767,1.0
0.367301930033,0.266083043524,0.0
0.0275175551145,0.761587241293,0.0
0.878785511987,1.39036304191,1.0
0.313003794371,0.730114881561,0.0
0.476093237968,0.125666719208,0.0
1.10794042182,1.43539061831,1.0
1.42294372873,1.01271034917,1.0
-0.00937864881775,0.317901577036,0.0
-0.0470860125676,0.565622535397,0.0
-0.0802210508041,0.251111033709,0.0
0.903411046124,1.14679369332,1.0
-0.263290436681,-0.0894224737709,0.0
1.31444332686,1.53753785888,1.0
0.890823928357,0.128059190274,0.0
0.391345946701,0.0940283309124,0.0
-0.225849025262,0.34439618697,0.0
1.35548222389,1.49034516081,1.0
0.663576994529,0.249655305649,0.0
0.489929538525,0.133691767795,0.0
1.59955328617,1.17618690774,1.0
0.195517996358,0.0547371805509,0.0
0.29199796201,-0.0937115930029,0.0
0.0749551393459,-0.0394073001371,0.0
0.40674516533,-0.0172733091611,0.0
-0.595201373048,0.205088248955,0.0
1.45740100268,0.874958473761,1.0
1.54759475162,1.35011948409,1.0
0.0778256405412,-0.469156997237,0.0
1.4381225865,1.57731823271,1.0
0.756673559239,0.385579323198,0.0
0.109506416739,0.541558896759,0.0
0.405509924071,1.19321102456,1.0
1.81777708001,1.20873804245,1.0
1.14651699003,0.843724331104,1.0
1.00721485293,1.39364169201,1.0
1.34662571592,0.711410704263,1.0
0.192258051145,0.395006832134,0.0
1.75983652688,1.34419832368,1.0
1.21262283208,0.964964598222,1.0
0.040618645875,0.447204841894,0.0
-0.293329136454,-0.231820646561,0.0
-0.290977651391,0.240730975811,0.0
1.35559895379,1.00984073789,1.0
0.565583150739,0.215047848036,0.0
0.309924898272,-0.199390696881,0.0
0.940444850424,1.09029701899,1.0
1.54234181507,0.933869398541,1.0
0.5397281978,0.221369676205,0.0
1.07061066324,1.23766515151,1.0
1.1908443846,1.61605517249,1.0
0.0527622878875,-0.139948395912,0.0
0.782281100371,1.38051328571,1.0
1.25445131075,1.23968019809,1.0
1.3859780215,1.15837909131,1.0
0.302112370591,0.125221519831,0.0
0.26589009821,0.491511390657,0.0
1.26949815036,1.62772540356,1.0
-0.330193642392,0.0698022411909,0.0
-0.0154013540063,0.536757165376,0.0
1.12389364978,1.5648212084,1.0
0.0730287583306,0.0924237950204,0.0
-0.144429498443,0.206782562203,0.0
1.36293217716,1.14724473336,1.0
1.35797395706,1.16748705726,1.0
0.786083459773,0.910568862405,1.0
-0.113631923446,-0.346786531796,0.0
0.0374991673955,-0.121280082716,0.0
0.614635016692,1.27381023198,1.0
1.9420258366,0.749853583906,1.0
-0.277022495324,0.0965320911107,0.0
1.54319141777,0.763535015444,1.0
1.13497420277,1.44028125152,1.0
0.972392047505,0.923435371481,1.0
0.785861688232,1.14699039085,1.0
1.08755125803,1.16874861458,1.0
0.29643146537,0.0192089155722,0.0
0.210607040878,0.379983119293,0.0
-0.0379772667596,-0.0450241029747,0.0
0.680895464895,0.958024350676,0.0
1.2200405569,1.72315144581,1.0
0.03710379772,0.0935835443834,0.0
-0.40098952545,0.425456446412,0.0
1.19726244131,0.722578096899,1.0
0.852718309004,2.0538689467,1.0
-0.009835953757,0.490650893692,0.0
0.441080809119,0.363196612994,0.0
0.866394589093,1.11910940861,1.0
0.343040546679,0.637811754457,0.0
0.824089618071,1.17679401463,1.0
0.540800729833,0.0932046815576,0.0
-0.55848879131,0.47336075609,0.0
0.241865798612,0.31906463745,0.0
0.665894934767,0.404753616865,0.0
0.693212412488,0.71683808966,1.0
1.24112032666,0.87053309179,1.0
0.355369392238,0.470974053809,0.0
0.426930869992,0.115325144437,0.0
-0.115772102772,0.326072426404,0.0
0.0249224739271,0.134909286304,0.0
1.75652607962,1.41810064697,1.0
1.10132922343,1.28238098399,1.0
1.6779321947,1.15528457368,1.0
1.01343657245,1.1424850323,1.0
1.15359038089,1.73479092193,1.0
1.33524090549,1.19970110225,1.0
0.870257273177,0.513019309928,0.0
1.68407859179,1.17510560463,1.0
0.321193975043,-0.171805749511,0.0
0.799385875851,0.562345730503,0.0
0.174655786837,0.593540787392,0.0
1.92483228632,2.06956986938,1.0
-0.08067414569,0.0624689777403,0.0
1.47813200616,0.843899980371,1.0
0.681574295166,1.29086061933,1.0
0.0425809898655,0.116181359343,0.0
0.313555881408,0.497426135815,0.0
0.556530744688,0.305779996147,0.0
0.717456110625,-0.0444897445554,0.0
1.68804227466,1.73341940606,1.0
0.190446047829,-0.0613385692327,0.0
1.05517299725,0.911320684719,1.0
-0.190112852169,0.258191805798,0.0
1.59459757604,1.08109633052,1.0
0.671517903508,1.49595017414,1.0
1.4710869341,1.16950569531,1.0
1.44456349179,1.69022466969,1.0
0.0145022701155,0.228755700123,0.0
0.278650883848,0.894781863595,0.0
1.687925735,1.21180090356,1.0
0.394460764243,0.250962143576,0.0
1.68644790554,1.27826359116,1.0
0.00606371331719,0.240159004756,0.0
0.942996578551,1.14472512267,1.0
-0.480829486485,-0.257768765254,0.0
1.49727251621,0.932792557436,1.0
0.858403241302,1.46252437888,1.0
0.0474516854341,0.139119644551,0.0
1.04237190021,1.29678580891,1.0
0.334041301053,0.411133923297,0.0
-0.0446757536147,0.213980306708,0.0
0.418306459579,0.380469123938,0.0
-0.117399195321,0.0785363542582,0.0
1.61817742146,0.864037124837,1.0
1.0667480328,1.328588072,1.0
1.48669474509,1.00449874816,1.0
0.970253831898,1.14254150044,1.0
0.190887375515,0.117240376886,0.0
0.02392674215,0.0840754271882,0.0
1.39446992342,0.961015070778,1.0
0.916112068053,0.826814194154,1.0
1.07863257907,1.12213270039,1.0
1.01526420014,0.423428914987,1.0
1.52424754998,1.3262121715,1.0
0.623663464042,0.249536563796,0.0
0.138749439292,0.508480691441,0.0
0.411133734984,0.067600768255,0.0
0.0859579078696,0.49205144095,0.0
1.09394898017,0.843314750956,1.0
1.39699196363,0.695142406496,1.0
0.235754448261,0.452719678921,0.0
0.827616575319,0.689362843119,1.0
0.0591465372103,-0.254884234879,0.0
0.231933102058,0.438613589446,0.0
0.998522328702,1.70535178354,1.0
0.281199382322,-0.095650412149,0.0
1.35987516163,1.40277579896,1.0
0.581259783305,1.32312544157,1.0
1.00109150684,0.861238118434,1.0
0.990591344473,1.19365028818,1.0
1.10244949163,1.0597694356,1.0
1.04694874265,1.089356222,1.0
1.32901236677,1.15981338363,1.0
0.509516780054,0.761556310862,0.0
0.184081960221,0.393493510207,0.0
-0.0258725895916,0.486448336503,0.0
-0.567824831798,0.181731743826,0.0
1.20972921572,1.3041473308,1.0
1.46848146499,1.10142521472,1.0
1.30380737097,1.40270416688,1.0
-0.145188515231,0.251908788091,0.0
-0.256164579211,0.287517814264,0.0
-0.0763300934989,0.325432269619,0.0
0.474982627293,-0.284731361862,0.0
1.37253429465,0.933894348185,1.0
0.799946700041,-0.0077260308258,0.0
0.54966321322,-0.0320409937424,0.0
0.710699417987,0.89784523899,1.0
0.622104606062,0.185389429698,0.0
1.22743676874,1.28377877037,1.0
1.14070038161,1.85392502531,1.0
1.43388414466,1.3441901282,1.0
0.312767216224,0.184903373904,0.0
0.0343526112506,0.148790133362,0.0
0.415620680157,0.156613326006,0.0
0.849442656077,1.01568850127,1.0
1.52057871702,1.42634625102,1.0
1.47627115261,1.10837399413,1.0
1.26929502921,1.00394349019,1.0
1.20804656368,1.53580540216,1.0
1.30082965018,0.548533966549,1.0
0.445591324373,0.243713568186,0.0
-0.173445233452,0.576024613349,0.0
-0.0186168608115,0.224634787407,0.0
1.54456938785,1.34905833098,1.0
0.753115752256,0.241612774383,0.0
0.0719103170574,0.530343842614,0.0
0.401889528383,0.633588370471,0.0
1.27237866978,1.57650942468,1.0
0.93237664257,2.02822368146,1.0
-0.0355079028639,-0.271416022167,0.0
-0.133164833183,0.505402278264,0.0
0.114339707043,0.577175477927,0.0
0.261350259545,0.21406133443,0.0
1.62147104133,0.848273008149,1.0
1.26322252057,1.24790295763,1.0
|
584704da7219833d8e01917a5f545dbd04bdc535 | b80969c9d72c732b0153d0de2b8fd28dc10d8a16 | /Biologie/Site/sauvegarde/28.07.2016/www/Documents/simulation/equationDifferentielle/chapitre3/eq1c.sci | 0810dfda836d1ac327503d88a370230ad472be2a | [] | no_license | adamdepossylux/stem_cells | 6a2596a0734e3604b570cfdaa1e6cb798d13d7b7 | e1ffdf24a223fea3a3606a0bd262067edc81f5b9 | refs/heads/master | 2020-04-01T17:26:21.772875 | 2017-05-10T15:15:09 | 2017-05-10T15:15:09 | 61,795,551 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 603 | sci | eq1c.sci | clf
xo=1;
xmax=5;
N=100;
h=(xmax-x0)/(N-1);
y1=zeros(1,N);
y1(1)=2;
y=2*exp(atan(x)-%pi/4)
for i=1:N-1
y1(i+1)=y1(i)+h*((y1(i)/(1+x(i)*x(i))));
end
y2=zeros(1,N);
y2(1)=2;
for i=1:N-1
y22=y2(i)+h*((y2(i)/(1+x(i)*x(i))));
y2(i+1)=y2(i)+(h/2)*((y2(i)/(1+x(i)*x(i)))+(y22/(1+x(i+1)*x(i+1))));
e(i+1)=abs(y2(i+1)-y(i+1));
end
function [y]=f(x,y) //plutot t et
y=y/(1+x^2);
endfunction
y0=2
x=linspace(xo,xmax,N);
y3=ode(y0,xo,x,f)
plot2d(x,y)
plot2d(x,y1,5)
plot2d(x,y2,4)
plot2d(x,y3,3)
plot2d(x,e,2)
legend(['analytique','Euler explicite','Euler modifiée','ode','ecart'],4)
|
f04150ab0da7dea96f0485b4f9bbafcd85203c44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH9/EX9.6/Ex9_6.sce | 87df8bfd4e273ed6f0a9e4b3696a889220b90f29 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,260 | sce | Ex9_6.sce |
function[r,theta]=rect2pol(A)
x=real(A)
y=imag(A)
r=sqrt(x^2+y^2)
theta=atand(y/x)
endfunction
function[z]=pol2rect(r,theta)
x=r*cos(theta*%pi/180)
y=r*sin(theta*%pi/180)
z=x+y*%i
endfunction
function[r]=mag(A)
x=real(A)
y=imag(A)
r=sqrt(x^2+y^2)
endfunction
j=%i
//calculating phase currents-let the sequence be RYB
Vl=440//line voltage
Vph=Vl//delta connected load
Zph1=150//impedance of the phase between A and B(resistive)
I1=Vph/Zph1
mprintf("I1=%f A at 0 degrees w.r.t. Vry\n", I1)
Zph2=30+50*j//impedance of the phase between B and C
I2=Vph/mag(Zph2)
//as the load is inductive, current will lag the voltage Vyb by phi2
phi2=atand(50/30)
mprintf("I2=%f A at -%f degrees w.r.t. Vyb\n", I2,phi2)
C=20D-6
f=50
Xc=-(1/(2*%pi*f*C))*j
I3=Vph/mag(Xc)
//as the load is capacitive, current will lead the voltage Vbr by 90 degrees
mprintf("I3=%f A at 90 degrees w.r.t. Vbr\n", I3)
//calculating line currents-
Vry=pol2rect(440,0)
Vyb=pol2rect(440,-120)
Vbr=pol2rect(440,-240)
I1=Vry/Zph1
I2=Vyb/Zph2
I3=Vbr/Xc
//using KCL
Ir=I1-I3
Iy=I2-I1
Ib=I3-I2
mprintf("Current in line R, Ir=%f A,\nCurrent in line Y, Iy=%f A,\nCurrent in line B, Ib=%f A,\n", mag(Ir),mag(Iy),mag(Ib))
|
3386592954167a81329cfa9a32e5bbebe876c6ed | f81f2aca21a9a22746300d097acd62205d34fb61 | /getDepthDiffuse.sce | 5fd443fe5349ed6d94c454dad72ad6339d19d027 | [] | no_license | br3688/SunPosition | e695d9f69e6ab8a6b1394ffe0e8c24b42f849d17 | 5169ba7e5374f617487c95c34e0c2410b08d2573 | refs/heads/master | 2020-07-01T04:57:25.732520 | 2016-11-22T18:51:29 | 2016-11-22T18:51:29 | 74,095,307 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 316 | sce | getDepthDiffuse.sce | function [opticalDepth, diffuseFactor] = getDepthDiffuse(month)
depthMatrix = [.142;.144;.156;.18;.196;.205;.207;.201;.177;.16;.149;.142]
diffuseMatrix = [.058;.06;.071;.097;.121;.134;.136;.122;.092;.073;.063;.057]
opticalDepth = depthMatrix(month);
diffuseFactor = diffuseMatrix(month);
endfunction
|
a87000f91ee46159b02d3165b2aed3febb7a0122 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3637/CH4/EX4.11/Ex4_11.sce | 010c9b8eab2d70aa75b34ef21f8f1aacee7a3cd2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 230 | sce | Ex4_11.sce | //problem 11 pagenumber 4.43
//given
n=12;
vref1=50;//volt
vref2=-50;//volt
r=(vref1-vref2)/(2^n-1);format(6);
disp('Resolution = '+string(r)+' volt');
r=100/(2^n-1);
disp('Resolution in percent = '+string(r)+'%');
|
13f0395fd09314c2e589eab98eb11497cc5b38f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH12/EX12.14.b/solution12_14.sce | 8142093ed68a1aeb146e56cb65b776134a2c3f83 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 595 | sce | solution12_14.sce |
//Obtain path of solution file
path = get_absolute_file_path('solution12_14.sce')
//Obtain path of data file
datapath = path + filesep() + 'data12_14.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
//Calculate the initial angular velocity of the flywheel w1 (rad/s)
w1 = (2 * %pi * n)/60
//Calculate the KE of the flywheel KE (J)
KE = 0.5 * M * (k/1000)^2 * (w1^2 - w2^2)
//Calculate the temperature rise of the drum t (deg celsius)
t = KE/(m * c)
//Print results
printf("\nTemperature rise of the brake drum(t) = %f deg celsius\n",t)
printf("\nThe printed answer is erroneous\n")
|
10813732499064cec5ffff3633304e254baafb5e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3775/CH3/EX3.9/Ex3_9.sce | 52c125ab1e3b1be0b1d0bc493f0acc9c011d4548 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex3_9.sce | //Ex 3.9 page 124
clc;
clear;
close;
R=50;// ohm
Vs=230;// V
f=50;// Hz
alpha = 30;// degree
Vm=Vs*sqrt(2);// V
Vo=2*Vm/%pi*cos(alpha*%pi/180);// V
printf(' (i) Average voltage across 50 ohm resistor = %.2f V', Vo)
Io=(Vo)/R;// A
Ior=Io/sqrt(2);// A
printf('\n (ii) rms current = %.4f A', Ior)
|
ca0d6b46c43ec281cb7d4de30b6d736232513f99 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH11/EX11.8/ex11_8.sce | 434b51a5b82fbc6b9030ce7735ba1418fa4e682a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 351 | sce | ex11_8.sce | //Page Number: 11.16
//Example 11.8
clc;
//(a) Channel Matrix
//Given
PYbyX=[0.9 0.1;0.2 0.8];
PZbyY=[0.9 0.1;0.2 0.8];
//As P(Z/X)=P(Y/X)*P(Z/Y)
PZbyX=PYbyX*PZbyY;
disp(PZbyX,'Channel Matrix');
//(b)Pz1 and Pz2
//Given
Px1=0.5;
Px2=Px1;
//As P(Z)=P(X)*P(Z/X)
//P(X) matrix
PX=[Px1 Px2];
PZ=PX*PZbyX;
disp(PZ,'P(z1) P(z2):');
|
c90aaf3ec79b938ae6464bf45941e8f9c6989c63 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH6/EX6.2/6_2.sce | e89f35eec8da68a0eeaf5d2c0deeffdee9fc1520 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 6_2.sce | clc;
R=8.3145;
m_o=31.999;
m_n=28.013;
m_a=39.948;
m_c=44.010;
R_O=R/m_o;
R_N=R/m_n;
R_A=R/m_a;
R_C=R/m_c;
miO=0.2314;
miN=0.7553;
miA=0.0128;
miC=0.0005;
R_=(miO*R_O)+(miN*R_N)+(miA*R_A)+(miC*R_C);
m_=R/R_
disp("specific gas constant of air is:")
disp(R_)
disp("molar mass of gas is:");
disp(m_)
|
8979bf49971a137ddd6d79166f6010f3bf9a6297 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH1/EX1.10/Ex1_10.sce | fecffbd307105e48d3ea0d5cfa0401027396a95f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 474 | sce | Ex1_10.sce | //chapter1
//example1.10
//page18
V=120 // V
R1=40 // ohm
R2=20 // ohm
R3=60 // ohm
//removing load, voltage across AB is
E0=R2*V/(R1+R2)
//replacing voltage source by short and removing load, resistance across AB is
R0=R3+(R1*R2/(R1+R2))
//for maximum power transfer, load must be equal to resistance across AB so
Rl=R0
P=E0^2/(4*Rl)
printf("load resistance for maximum power transfer = %.3f ohm \n",Rl)
printf("maximum power to load = %.3f W",P)
|
13ee46ed6c1d12b948633bef70960e2f7bac0d90 | 417f69e36190edf7e19a030d2bb6aa4f15bb390c | /SMTTests/tests/err_getProof4.tst | 31c7b4e1ad3048f8bc0dcbdaffcfa162791e6ff9 | [] | no_license | IETS3/jSMTLIB | aeaa7ad19be88117c7454d807a944e8581184a66 | c724ac63056101bfeeb39cc3f366c8719aa23f7b | refs/heads/master | 2020-12-24T12:41:17.664907 | 2019-01-04T10:47:43 | 2019-01-04T10:47:43 | 76,446,229 | 1 | 0 | null | 2016-12-14T09:46:41 | 2016-12-14T09:46:41 | null | UTF-8 | Scilab | false | false | 120 | tst | err_getProof4.tst | ; get-proof after sat/unknown
(set-option :produce-proofs true)
(set-logic QF_UF)
(assert true)
(check-sat)
(get-proof)
|
a099bb62804a94a750af24cf5fc2ebd658f5e79b | 6bbc9f4f7e12ef440acd3fe25a51b4f048cde42d | /Image-Enhancement-in-the-Spatial-Domain/Histogram-Equalization.sce | fcd3ee387025f5b0138ff1b4fc07c0b788572a81 | [] | no_license | krisbimantara/Image-Processing-SCILAB | 9dee568676b4f2943c54074d8c88c84cb33b3bb2 | bf8e8905efcdd6e3e0096f7a87cce8212fe0f14c | refs/heads/main | 2023-03-27T04:55:37.463238 | 2021-03-29T13:30:26 | 2021-03-29T13:30:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,838 | sce | Histogram-Equalization.sce | a=imread('bima.jpg');
a=double(a);
big=max(max(a));
[r c]=size(a);
tot=r*c;
me=a(:,:,1);
hi=a(:,:,2);
bi=a(:,:,3);
h=zeros(1,256);
zz=zeros(1,256);
hme=zeros(1,256);
hhi=zeros(1,256);
hbi=zeros(1,256);
for i=1:r
for j=1:c
if (me(i,j)==0)
me(i,j)=1;
elseif(hi(i,j)==0)
hi(i,j)=1;
elseif(bi(i,j)==0)
bi(i,j)=1;
end
h(me(i,j))=h(me(i,j))+1;
h(hi(i,j))=h(hi(i,j))+1;
h(bi(i,j))=h(bi(i,j))+1;
end
end
//Menghitung histogram rata-rata dari ketiga histogram ini.
for i=1:256
h(i)=double(h(i)/3);
end
pdf=h/tot;
cdf(1)=pdf(1);
for i=2:1:big
cdf(i)=pdf(i)+cdf(i-1);
end
new=round(cdf*big);
new=new+1;
for i=1:1:r
for j=1:1:c
b1(i,j)=new(me(i,j));
b2(i,j)=new(hi(i,j));
b3(i,j)=new(bi(i,j));
//Membuat Histogram R,G,B
hme(b1(i,j))=hme(b1(i,j))+1;
hhi(b2(i,j))=hhi(b2(i,j))+1;
hbi(b3(i,j))=hbi(b3(i,j))+1;
//Membuat Histogram
zz(b1(i,j))=zz(b1(i,j))+1;
zz(b2(i,j))=zz(b2(i,j))+1;
zz(b3(i,j))=zz(b3(i,j))+1;
end
end
//Menggabungkan citra R,G,B menjadi satu
imgout=cat(3,b1,b2,b3);
imgpros=uint8(imgout);
figure();
subplot(121); imshow(imgpros(:,:,1)); xtitle('Lapisan Merah');
subplot(122); plot2d(hme,style=[color('red')]); xtitle('Histogram Lapisan Merah');
figure();
subplot(121); imshow(imgpros(:,:,2)); xtitle('Lapisan Hijau');
subplot(122); plot2d(hhi,style=[color('green')]); xtitle('Histogram Lapisan Hijau');
figure();
subplot(121); imshow(imgpros(:,:,3)); xtitle('Lapisan Biru');
subplot(122); plot2d(hbi,style=[color('blue')]); xtitle('Histogram Lapisan Biru');
figure();
subplot(121); imshow(imgpros); xtitle('Foto Asli Setelah Proses');
subplot(122); plot2d(zz,style=[color('gray0')]); xtitle('Histogram Foto Asli Setelah Proses');
|
8bfae17bed3ebf265c07e210f53530d2a56b5367 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH1/EX1.9/Signals_Ex_1_9.sce | c2294304001c9162604033566997f3ed551fe462 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,114 | sce | Signals_Ex_1_9.sce | clc; clear;close;
//Chapter1: Signals
//Example 1.9a,page no12
//Given:
// Analog Signal
A =1; // Amplitude
Dt = 0.005;
t = 0: Dt :10;
xt = exp(-A*t);
// Continuous time Fourier Transform
Wmax =2*%pi*1; // Analog Frequency = 1Hz
K = 4;
k = 0:(K/1000):K;
W = k* Wmax /K;
XW = xt*exp(-sqrt(-1)*t'*W)*Dt
XW_Mag =abs(XW);
W = [-mtlb_fliplr(W),W(2:1001)]; // Omega from -Wmax to Wmax
XW_Mag=[mtlb_fliplr(XW_Mag ),XW_Mag(2:1001)];
[XW_Phase ,db] = phasemag (XW);
XW_Phase = [-mtlb_fliplr( XW_Phase ),XW_Phase(2:1001)];
// Plotting Continuous Time Signal
figure
a=gca();
a.y_location = "origin";
plot(t,xt);
xlabel( 't in sec .');
ylabel(' x(t) ')
title(' Continuous Time Signal ' )
figure
// Plotting Magnitude Response of CTS
subplot (2 ,2 ,1);
a = gca ();
a.y_location = "origin";
plot2d(W, XW_Mag,style=5 );
xlabel ( ' Frequency in Radians / Seconds---> W' );
ylabel ( ' abs (X(jW) ) ' )
title ( 'Magnitude Response (CTFT) ' )
// Plotting Phase Reponse of CTS
subplot (2 ,2 ,2);
a =gca();
a.y_location="origin";
a.x_location="origin";
plot2d(W, XW_Phase *%pi/180,style=3);
xlabel(' Frequency in Radians / Seconds---> W');
ylabel('<X(jW) ')
title(' Phase Response (CTFT)in Radians' )
mprintf('|F(w)|= 1/sqrt(a^2+w^2) and\n Theta(w)=-atan(w/a)')
//Chapter1: Signals
//Example 1.9b,page no12
//Given:
// Analog Signal
A=1;// Amplitude
Dt=0.005;
t1=-4.5:Dt:4.5;
xt1=exp(-A*abs(t1));
// Continuous time Fourier Transform
Wmax1 =2*%pi*1;// Analog Frequency = 1Hz
K=4;
k=0:(K/1000):K;
W1=k*Wmax1/K;
XW1=xt1*exp(-sqrt(-1)*t1'*W1)*Dt;
XW1=real(XW1);
W1=[-mtlb_fliplr(W1), W1(2:1001) ]; // Omega from -Wmax to Wmax
XW1=[ mtlb_fliplr(XW1), XW1(2:1001) ];
//subplot(1 ,1 ,1)
subplot(2 ,2 ,3);
b=gca();
b.y_location = "origin";
plot2d(t,xt,3);
xlabel('t in sec.');
ylabel('x(t)')
title(' Continuous Time Signal')
subplot(2 ,2 ,4);
b =gca();
b.y_location = "origin";
plot2d(W1,XW1,5);
xlabel('Frequency in Radians / Seconds W');
ylabel('X(jW)')
title('Continuous time Fourier Transform ')
mprintf('|F(w)|= 2*a/sqrt(a^2+w^2) and\n Theta(w)=0')
|
abfa3bd98556836be4ddbb4a232a20995fda21c5 | a187b16fa86d7ed603747786ec9a46406eb527d0 | /ItemTemplates/Empty/Template.tst | c1fcf2b8b830488b26028e5b0e1c37c6703a3c17 | [
"Apache-2.0"
] | permissive | tareq-s/Typewriter | c90b13efc0e532e89100c130bb717f486c0ba907 | d2ab1e20006d1dc61619055dbf51c068badb3ac6 | refs/heads/master | 2020-12-26T03:44:26.122089 | 2015-07-22T14:27:04 | 2015-07-22T14:27:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | tst | Template.tst |
module $rootnamespace$ {
// $Classes/Enums/Interfaces(filter)[template][separator]
// filter (optional): Matches the name or full name of the current item. * = match any, wrap in [] to match attributes
// template: The template to repeat for each matched item
// separator (optional): A separator template that is placed between all templates e.g. $Properties[public $name: $Type][, ]
$Classes(Filter)[
export class $Name {
}
]
} |
884bbc4a12c8dc711f756371e566f5fb6e4b4424 | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /Examples/Examples_Image/conv1d.sce | e778c1e87326c7e9642f0bbe991b5224af631050 | [
"BSD-2-Clause"
] | permissive | CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox | d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd | 70c97cda4e0dd54df0a638e9b99f380c09ffa37e | refs/heads/master | 2022-12-11T01:28:28.742041 | 2020-08-26T12:24:27 | 2020-08-26T12:24:27 | 290,481,428 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 173 | sce | conv1d.sce | // Calculating the convolution 1d. 4th paramter 0 for full, 1 for same
y1 = [1,2,3,4,5,6,7,8];
y2 = [1,2]
res = armaImage("conv1d",y1,y2,0)
res = armaImage("conv1d",y1,y2,1) |
06b470d5ffcf4cbcd3451834b083f8e92bc52679 | 449d555969bfd7befe906877abab098c6e63a0e8 | /431/CH4/EX4.13/EX4_13.sce | 1cc10a79a5df3460155dbe5cc7a9042af104a249 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 722 | sce | EX4_13.sce | //Calculating the rotor loss and rotor speed
//Chapter 4
//Example 4.13
//page 309
clear;
clc;
disp("Example 4.13")
f=50;.....................//frequency of induction motor in hertz
hp=20; //horse power
ph=3; //Three phase supply
P=4; //number of poles
losses=500; //friction and vintage losses
printf("Output of the motor=%fW",(hp*735.5))
Pd=(hp*735.5)+losses; //power developed in watt
printf("\nPower developed by the rotor=%dW",Pd);
s=0.04; //slip
rotorloss=(s*Pd)/(1-s);
printf("\nRotor I^2R-loss=%fW",rotorloss);
Ns=(120*f)/P;
printf("\nNs=%drpm",Ns);
Nr=Ns*(1-s);
printf("Nr=%drpm",Nr);
|
f326ea8ef8e143b03de35f5d2095b8a4c9147011 | 449d555969bfd7befe906877abab098c6e63a0e8 | /617/CH3/EX3.3/Example3_3.sci | 6c40083d000faabf7727945d239f27c54880af1f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 848 | sci | Example3_3.sci | clear;
clc();
// to calculate the heat loss from pipe
d1=2.375/12; // internal diameter of pipe in ft
t=1/12; // thickness of insulating material in ft
d2=d1+2*t; // external (insulation)diameter of pipe in ft
k=0.0375; // thermal conductivity of insulating material in Btu/hr-ft-F
l=30; // length of pipe in ft
t1=380; // inner surface temperature of insulation
t2=80; // outer surface temperature of insulation
q=2*%pi*k*(t1-t2)/log(d2/d1); // heat loss per unit length
printf("\n Heat loss per linear foot is %.d Btu/hr",q)
qtot=round(q)*l; // heat loss for 30 ft pipe
printf("\n Total heat loss through 30 ft of pipe is %d Btu/hr",qtot)
|
4b0dc058d831f9689c2d057c3daf02725fed7c85 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Chi-RW-C/results/Chi-RW-C.abalone-10-1tra/result2.tst | 17a51679d14d146eb2e02ed7231f87f568a21237 | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,411 | tst | result2.tst | @relation abalone
@attribute Sex{M,F,I}
@attribute Length real[0.075,0.815]
@attribute Diameter real[0.055,0.65]
@attribute Height real[0.0,1.13]
@attribute Whole_weight real[0.002,2.8255]
@attribute Shucked_weight real[0.001,1.488]
@attribute Viscera_weight real[5.0E-4,0.76]
@attribute Shell_weight real[0.0015,1.005]
@attribute Rings{15,7,9,10,8,20,16,19,14,11,12,18,13,5,4,6,21,17,22,1,3,26,23,29,2,27,25,24}
@inputs Sex,Length,Diameter,Height,Whole_weight,Shucked_weight,Viscera_weight,Shell_weight
@outputs Rings
@data
12 ?
10 ?
15 ?
5 ?
4 ?
8 ?
20 ?
11 ?
16 ?
12 ?
8 ?
12 ?
11 ?
9 ?
18 ?
7 ?
9 ?
16 ?
13 ?
13 ?
12 ?
8 ?
13 ?
7 ?
11 ?
15 ?
11 ?
9 ?
10 ?
16 ?
8 ?
19 ?
19 ?
10 ?
10 ?
10 ?
12 ?
14 ?
11 ?
11 ?
13 ?
17 ?
11 ?
5 ?
10 ?
14 ?
8 ?
14 ?
11 ?
15 ?
21 ?
9 ?
16 ?
11 ?
11 ?
11 ?
5 ?
12 ?
4 ?
13 ?
13 ?
17 ?
17 ?
15 ?
9 ?
10 ?
12 ?
7 ?
10 ?
9 ?
8 ?
15 ?
12 ?
11 ?
4 ?
8 ?
7 ?
5 ?
7 ?
7 ?
6 ?
7 ?
6 ?
6 ?
8 ?
10 ?
9 ?
7 ?
8 ?
10 ?
12 ?
11 ?
6 ?
6 ?
6 ?
7 ?
6 ?
8 ?
8 ?
7 ?
8 ?
8 ?
8 ?
8 ?
9 ?
9 ?
9 ?
7 ?
8 ?
8 ?
11 ?
8 ?
8 ?
7 ?
9 ?
7 ?
13 ?
10 ?
9 ?
9 ?
11 ?
10 ?
10 ?
11 ?
9 ?
10 ?
11 ?
12 ?
10 ?
15 ?
10 ?
10 ?
11 ?
14 ?
6 ?
6 ?
8 ?
6 ?
9 ?
8 ?
6 ?
8 ?
9 ?
9 ?
8 ?
10 ?
10 ?
11 12
6 ?
5 ?
8 ?
8 ?
8 ?
9 ?
10 ?
12 ?
10 ?
9 ?
8 ?
9 ?
11 ?
10 ?
12 ?
9 ?
12 ?
12 ?
10 ?
10 ?
10 ?
9 ?
11 ?
9 ?
4 ?
7 ?
11 ?
8 ?
8 ?
10 ?
10 ?
7 ?
9 ?
9 ?
9 ?
10 ?
10 ?
9 ?
11 ?
11 ?
13 ?
11 12
7 ?
7 ?
7 ?
8 ?
9 ?
9 ?
9 ?
8 ?
8 ?
11 ?
8 ?
10 ?
14 ?
7 ?
8 ?
10 ?
9 ?
16 ?
9 ?
12 ?
9 ?
6 ?
5 ?
11 ?
7 ?
18 ?
13 ?
8 ?
13 ?
13 ?
15 ?
10 ?
10 ?
10 ?
8 ?
10 ?
17 ?
23 ?
12 ?
18 ?
11 ?
3 ?
12 ?
10 ?
5 ?
9 ?
10 ?
9 ?
9 ?
11 ?
7 ?
5 ?
8 ?
12 ?
8 ?
7 ?
7 ?
6 ?
9 ?
8 ?
8 ?
9 ?
9 ?
10 ?
11 ?
4 ?
6 ?
8 ?
8 ?
9 ?
9 ?
10 ?
10 ?
11 ?
10 ?
10 ?
12 ?
9 ?
9 ?
7 ?
9 ?
9 ?
6 ?
7 ?
9 ?
8 ?
8 ?
11 ?
11 ?
12 ?
11 ?
11 ?
9 ?
11 ?
14 12
6 ?
8 ?
9 ?
7 ?
9 ?
9 ?
11 ?
10 ?
10 ?
14 ?
11 ?
11 ?
7 ?
7 ?
9 ?
13 ?
24 ?
10 ?
15 ?
12 ?
5 ?
9 ?
6 ?
15 ?
16 ?
8 ?
13 ?
14 ?
5 ?
11 ?
18 ?
15 ?
14 ?
12 ?
9 ?
17 ?
16 ?
13 ?
8 ?
19 ?
9 ?
10 ?
5 ?
6 ?
10 ?
13 ?
6 ?
7 ?
13 12
7 ?
8 ?
9 ?
11 ?
10 ?
10 ?
6 ?
8 ?
8 ?
12 ?
11 ?
3 ?
6 ?
7 ?
7 ?
9 ?
9 ?
10 ?
8 ?
12 ?
10 ?
7 ?
8 ?
9 ?
9 ?
7 ?
10 ?
10 ?
14 ?
10 ?
11 ?
10 ?
11 ?
7 ?
9 ?
9 ?
13 ?
8 ?
10 ?
9 ?
10 ?
9 ?
10 ?
14 ?
6 ?
8 ?
4 ?
7 ?
12 ?
11 ?
5 ?
13 ?
14 ?
17 ?
10 ?
15 ?
12 ?
20 ?
14 ?
13 ?
13 ?
9 ?
12 ?
6 ?
7 ?
6 ?
9 ?
11 ?
10 ?
11 12
10 ?
11 ?
9 ?
9 ?
8 ?
10 ?
8 ?
9 ?
10 ?
8 ?
10 ?
6 ?
7 ?
7 ?
|
37e184e7bcf234a931de58f172775b24def6fdc5 | 952f05b9b2293792559cddaf7ee402ccc22b0b8d | /icclim/test-cases/test-cases-opendap/tx95t-index-05.tst | 43c64d71b9628ff3aa89ab87ffdda52d887ac3ee | [
"Apache-2.0"
] | permissive | ptrgast/icclim | a5c768bde9f5ce0562ef8250262ca1d70213c461 | 1c43cc7fc5d779f04fb72361a80bde3b232a9580 | refs/heads/master | 2020-05-18T18:44:15.153378 | 2020-02-04T07:46:40 | 2020-02-04T07:46:40 | 184,594,303 | 0 | 0 | NOASSERTION | 2020-02-04T07:46:41 | 2019-05-02T14:19:16 | Python | UTF-8 | Scilab | false | false | 347 | tst | tx95t-index-05.tst | [tx95t-index-test-via-opendap] # tx95t index
user_indice: {'indice_name': 'my_indice', 'calc_operation': 'mean', 'logical_operation': 'gt', 'thresh': 'p95', 'var_type': 't'}
in_files: ['http://opendap.knmi.nl/knmi/thredds/dodsC/e-obs_0.25regular/tx_0.25deg_reg_v13.0.nc']
base_dt1: 1979-01-01
base_dt2: 1980-12-31
dt1: 1981-01-01
dt2: 1982-12-31
|
d91594b344abfa3fa3c4d38a8c9fb68f06d7e7df | 0df7a469ca1d97ca9a1419c442c4e7e0c5c8ef00 | /hint-wxHaskell-unfinished/helium-output1.tst | 835cbad6960d90fcd51874fa628cdd2a29b0c67e | [] | no_license | helvm/hint-Helium4Haskell | ef384a57091eaff706e19ca1641fb598cb10fc57 | 7fe5b85b9ed077573f476e7440ae7b753153fc3e | refs/heads/master | 2022-02-12T01:41:43.704108 | 2019-08-29T15:20:08 | 2019-08-29T15:20:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,945 | tst | helium-output1.tst | DoesNotExists.hs is up to date
Compiling Corrupted.hs
Fixity declarations:
infixl 9 !!
infixr 9 .
infixr 8 **., ^, ^.
infixl 7 *, *., /., `div`, `mod`, `quot`, `rem`
infixl 6 +, +., -, -., `floatUnaryMinus`, `negate`
infixr 5 ++, :
infix 4 /=, /=., <, <., <=, <=., ==, ==., >, >., >=, >=.
infixr 3 &&
infixr 2 ||
infixr 0 $, $!
Data types:
data ()
data -> a b
data [] a
data Bool
data Char
data Either a b
data Float
data Handle
data IO a
data IOMode
data Int
data Maybe a
data Ordering
Type synonyms:
type String = [Char]
Value constructors:
() :: ()
(:) :: a -> [a] -> [a]
[] :: [a]
AppendMode :: IOMode
EQ :: Ordering
False :: Bool
GT :: Ordering
Just :: a -> Maybe a
LT :: Ordering
Left :: a -> Either a b
Nothing :: Maybe a
ReadMode :: IOMode
Right :: a -> Either b a
True :: Bool
WriteMode :: IOMode
Functions:
(!!) :: [a] -> Int -> a
($) :: (a -> b) -> a -> b
($!) :: (a -> b) -> a -> b
(&&) :: Bool -> Bool -> Bool
(*) :: Int -> Int -> Int
(**.) :: Float -> Float -> Float
(*.) :: Float -> Float -> Float
(+) :: Int -> Int -> Int
(++) :: [a] -> [a] -> [a]
(+.) :: Float -> Float -> Float
(-) :: Int -> Int -> Int
(-.) :: Float -> Float -> Float
(.) :: (a -> b) -> (c -> a) -> c -> b
(/) :: Int -> Int -> Int
(/.) :: Float -> Float -> Float
(/=) :: Int -> Int -> Bool
(/=.) :: Float -> Float -> Bool
(<) :: Int -> Int -> Bool
(<.) :: Float -> Float -> Bool
(<=) :: Int -> Int -> Bool
(<=.) :: Float -> Float -> Bool
(==) :: Int -> Int -> Bool
(==.) :: Float -> Float -> Bool
(>) :: Int -> Int -> Bool
(>.) :: Float -> Float -> Bool
(>=) :: Int -> Int -> Bool
(>=.) :: Float -> Float -> Bool
(>>=) :: IO a -> (a -> IO b) -> IO b
(^) :: Int -> Int -> Int
(^.) :: Float -> Int -> Float
(||) :: Bool -> Bool -> Bool
abs :: Int -> Int
absFloat :: Float -> Float
all :: (a -> Bool) -> [a] -> Bool
and :: [Bool] -> Bool
any :: (a -> Bool) -> [a] -> Bool
bracketIO :: IO a -> (a -> IO b) -> (a -> IO c) -> IO c
break :: (a -> Bool) -> [a] -> ([a], [a])
catch :: IO a -> (Exception -> IO a) -> IO a
catchEof :: IO a -> IO a -> IO a
ceiling :: Float -> Int
chr :: Int -> Char
concat :: [[a]] -> [a]
concatMap :: (a -> [b]) -> [a] -> [b]
const :: a -> b -> a
cos :: Float -> Float
curry :: ((a, b) -> c) -> a -> b -> c
cycle :: [a] -> [a]
div :: Int -> Int -> Int
drop :: Int -> [a] -> [a]
dropWhile :: (a -> Bool) -> [a] -> [a]
either :: (a -> b) -> (c -> b) -> Either a c -> b
elemBy :: (a -> a -> Bool) -> a -> [a] -> Bool
eqBool :: Bool -> Bool -> Bool
eqChar :: Char -> Char -> Bool
eqFloat :: Float -> Float -> Bool
eqInt :: Int -> Int -> Bool
eqList :: (a -> a -> Bool) -> [a] -> [a] -> Bool
eqMaybe :: (a -> a -> Bool) -> Maybe a -> Maybe a -> Bool
eqString :: String -> String -> Bool
eqTuple2 :: (a -> a -> Bool) -> (b -> b -> Bool) -> (a, b) -> (a, b) -> Bool
error :: String -> a
even :: Int -> Bool
exp :: Float -> Float
filter :: (a -> Bool) -> [a] -> [a]
finallyIO :: IO a -> IO b -> IO a
fix :: (a -> a) -> a
flip :: (a -> b -> c) -> b -> a -> c
floor :: Float -> Int
foldl :: (a -> b -> a) -> a -> [b] -> a
foldl' :: (a -> b -> a) -> a -> [b] -> a
foldl1 :: (a -> a -> a) -> [a] -> a
foldr :: (a -> b -> b) -> b -> [a] -> b
foldr1 :: (a -> a -> a) -> [a] -> a
fromInt :: Int -> Float
fst :: (a, b) -> a
gcd :: Int -> Int -> Int
getChar :: IO Char
getLine :: IO String
hClose :: Handle -> IO ()
hGetChar :: Handle -> IO Char
hPutChar :: Handle -> Char -> IO ()
hPutString :: Handle -> String -> IO ()
head :: [a] -> a
id :: a -> a
init :: [a] -> [a]
intToFloat :: Int -> Float
isAlpha :: Char -> Bool
isAlphaNum :: Char -> Bool
isDigit :: Char -> Bool
isLower :: Char -> Bool
isSpace :: Char -> Bool
isUpper :: Char -> Bool
iterate :: (a -> a) -> a -> [a]
last :: [a] -> a
lcm :: Int -> Int -> Int
length :: [a] -> Int
lines :: String -> [String]
log :: Float -> Float
lookupBy :: (a -> a -> Bool) -> a -> [(a, b)] -> Maybe b
map :: (a -> b) -> [a] -> [b]
max :: Int -> Int -> Int
maximum :: [Int] -> Int
maybe :: a -> (b -> a) -> Maybe b -> a
min :: Int -> Int -> Int
minimum :: [Int] -> Int
mod :: Int -> Int -> Int
negate :: Int -> Int
not :: Bool -> Bool
notElemBy :: (a -> a -> Bool) -> a -> [a] -> Bool
null :: [a] -> Bool
odd :: Int -> Bool
openFile :: String -> IOMode -> IO Handle
or :: [Bool] -> Bool
ord :: Char -> Int
ordChar :: Char -> Char -> Ordering
ordFloat :: Float -> Float -> Ordering
ordInt :: Int -> Int -> Ordering
ordList :: (a -> a -> Ordering) -> [a] -> [a] -> Ordering
ordString :: String -> String -> Ordering
otherwise :: Bool
pi :: Float
primBindIO :: IO a -> (a -> IO b) -> IO b
primConcat :: [[a]] -> [a]
primConcatMap :: (a -> [b]) -> [a] -> [b]
primEnumFrom :: Int -> [Int]
primEnumFromThen :: Int -> Int -> [Int]
primEnumFromThenTo :: Int -> Int -> Int -> [Int]
primEnumFromTo :: Int -> Int -> [Int]
primEqFloat :: Float -> Float -> Bool
primErrorPacked :: PackedString -> a
primNegFloat :: Float -> Float
primNegInt :: Int -> Int
primPackedToString :: PackedString -> String
primPatternFailPacked :: PackedString -> a
primPutChar :: Char -> IO ()
primPutStr :: String -> IO ()
primPutStrLn :: String -> IO ()
primStringToFloat :: String -> Float
primUnsafePerformIO :: IO a -> a
print :: (a -> String) -> a -> IO ()
product :: [Int] -> Int
putChar :: Char -> IO ()
putStr :: String -> IO ()
putStrLn :: String -> IO ()
quot :: Int -> Int -> Int
raise :: Exception -> a
readFile :: String -> IO String
readInt :: [Char] -> Int
readUnsigned :: String -> Int
rem :: Int -> Int -> Int
repeat :: a -> [a]
replicate :: Int -> a -> [a]
return :: a -> IO a
reverse :: [a] -> [a]
round :: Float -> Int
scanl :: (a -> b -> a) -> a -> [b] -> [a]
scanl1 :: (a -> a -> a) -> [a] -> [a]
scanr :: (a -> b -> b) -> b -> [a] -> [b]
scanr1 :: (a -> a -> a) -> [a] -> [a]
seq :: a -> b -> b
sequence :: [IO a] -> IO [a]
sequence_ :: [IO a] -> IO ()
showBool :: Bool -> String
showChar :: Char -> String
showEither :: (a -> String) -> (b -> String) -> Either a b -> String
showFloat :: Float -> String
showFunction :: (a -> String) -> (b -> String) -> (a -> b) -> String
showIO :: (a -> String) -> IO a -> String
showInt :: Int -> String
showList :: (a -> String) -> [a] -> String
showMaybe :: (a -> String) -> Maybe a -> String
showOrdering :: Ordering -> String
showPolymorphic :: a -> String
showString :: String -> String
showTuple10 :: (a -> String) -> (b -> String) -> (c -> String) -> (d -> String) -> (e -> String) -> (f -> String) -> (g -> String) -> (h -> String) -> (i -> String) -> (j -> String) -> (a, b, c, d, e, f, g, h, i, j) -> String
showTuple2 :: (a -> String) -> (b -> String) -> (a, b) -> String
showTuple3 :: (a -> String) -> (b -> String) -> (c -> String) -> (a, b, c) -> String
showTuple4 :: (a -> String) -> (b -> String) -> (c -> String) -> (d -> String) -> (a, b, c, d) -> String
showTuple5 :: (a -> String) -> (b -> String) -> (c -> String) -> (d -> String) -> (e -> String) -> (a, b, c, d, e) -> String
showTuple6 :: (a -> String) -> (b -> String) -> (c -> String) -> (d -> String) -> (e -> String) -> (f -> String) -> (a, b, c, d, e, f) -> String
showTuple7 :: (a -> String) -> (b -> String) -> (c -> String) -> (d -> String) -> (e -> String) -> (f -> String) -> (g -> String) -> (a, b, c, d, e, f, g) -> String
showTuple8 :: (a -> String) -> (b -> String) -> (c -> String) -> (d -> String) -> (e -> String) -> (f -> String) -> (g -> String) -> (h -> String) -> (a, b, c, d, e, f, g, h) -> String
showTuple9 :: (a -> String) -> (b -> String) -> (c -> String) -> (d -> String) -> (e -> String) -> (f -> String) -> (g -> String) -> (h -> String) -> (i -> String) -> (a, b, c, d, e, f, g, h, i) -> String
showUnit :: () -> String
signum :: Int -> Int
signumFloat :: Float -> Int
sin :: Float -> Float
snd :: (a, b) -> b
span :: (a -> Bool) -> [a] -> ([a], [a])
splitAt :: Int -> [a] -> ([a], [a])
sqrt :: Float -> Float
stderr :: Handle
stdin :: Handle
stdout :: Handle
subtract :: Int -> Int -> Int
sum :: [Int] -> Int
sumFloat :: [Float] -> Float
tail :: [a] -> [a]
take :: Int -> [a] -> [a]
takeWhile :: (a -> Bool) -> [a] -> [a]
tan :: Float -> Float
toLower :: Char -> Char
toUpper :: Char -> Char
truncate :: Float -> Int
uncurry :: (a -> b -> c) -> (a, b) -> c
undefined :: a
unlines :: [String] -> [Char]
unsafePerformIO :: IO a -> a
until :: (a -> Bool) -> (a -> a) -> a -> a
unwords :: [String] -> [Char]
unzip :: [(a, b)] -> ([a], [b])
unzip3 :: [(a, b, c)] -> ([a], [b], [c])
words :: String -> [String]
writeFile :: String -> String -> IO ()
x :: Int
zip :: [a] -> [b] -> [(a, b)]
zip3 :: [a] -> [b] -> [c] -> [(a, b, c)]
zipWith :: (a -> b -> c) -> [a] -> [b] -> [c]
zipWith3 :: (a -> b -> c -> d) -> [a] -> [b] -> [c] -> [d]
Compilation successful with 2 warnings
Compiling PartiallyOk.hs
(1,1): Warning: Missing type signature: x :: Int
(2,2),(4,5): A multi-line
warning en nog wat meer
Compilation successful
Compiling Test2.hs
Compilation successful with 9999 warnings
Compiling PartiallyOk2.hs
(1,1): Warning: Missing type signature: x :: Int
(2,2),(4,5): A multi-line
warning en nog wat meer
Compilation successful
Compiling Corrupted.hs
(4,4): Warning: Missing type signature: x :: Int
(5,XXXX): Warning: Missing type signature: y :: Int
Compilation successzful with 2 warnings
|
4bc62736459f0b7fb589a0aa9959a2ed05d43b53 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/Koutenseg.sci | 371807fab5335f11cc4d2acb176444838a2aee73 | [] | 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 | 2,162 | sci | Koutenseg.sci | //
// 08.05.19
// 09.12.05
function Out=Koutenseg(varargin)
//pointdata on AB at which AB intersects CD
Nargs=length(varargin);
Eps0=10^(-4);
A=varargin(1); V=varargin(2)-A;
Sv2=V(1)^2+V(2)^2;
if Sv2<10^(-6)
Out=[%inf,-%inf];
return
end
P=varargin(3)-A; Q=varargin(4)-A;
Eps=10.0^(-3);
if Nargs>=5
Eps=varargin(5);
end
Eps2=0.2;
if Nargs>=6
Eps2=varargin(6);
end
Eps=min(Eps2,Eps/sqrt(Sv2));
P1=(P(1)*V(1)+P(2)*V(2))/Sv2;
P2=(-P(1)*V(2)+P(2)*V(1))/Sv2;
Q1=(Q(1)*V(1)+Q(2)*V(2))/Sv2;
Q2=(-Q(1)*V(2)+Q(2)*V(1))/Sv2;
m1=-Eps; M1=1+Eps;
m2=-Eps; M2=Eps;
if (max(P1,Q1)<m1) | (min(P1,Q1)>M1)
Out=[%inf,-%inf];
return
end
if (max(P2,Q2)<m2) | (min(P2,Q2)>M2)
Out=[%inf,-%inf];
return
end
if P2*Q2<0
T=P1-(Q1-P1)/(Q2-P2)*P2;
if (T>m1) & (T<M1)
if (T>-Eps0) & (T<1+Eps0)
Tmp1=A+T*V;
Tmp2=min(max(T,0),1);
Out=MixS(Tmp1,Tmp2,0);
else
Tmp1=A+T*V;
Tmp2=min(max(T,0),1);
Out=MixS(Tmp1,Tmp2,1);
end
return
end
if P1<m1 | P1>M1 | P2<m2 | P2>M2
if Q1<m1 | Q1>M1 | Q2<m2 | Q2>M2
Out=[%inf,-%inf];
return
end
T=min(max(Q1,0),1);
Tmp=A+T*V;
Out=MixS(Tmp,T,1);
return
end
T=min(max(P1,0),1);
Tmp=A+T*V;
Out=MixS(Tmp,T,1);
return
end
if P1 > -Eps0 & P1 < 1 + Eps0 & P2 > -Eps0 & P2 < Eps0
T= P1;
Tmp=A+T*V;
Out= MixS(Tmp, T, 0);
return
end
if Q1 > -Eps0 & Q1 < 1 + Eps0 & Q2 > -Eps0 & Q2 < Eps0
T= Q1;
Tmp=A+T*V;
Out=MixS(Tmp,T,0);
return
end
if P1<m1 | P1>M1 | P2<m2 | P2>M2
if Q1<m1 | Q1>M1 | Q2<m2 | Q2>M2
Out=[%inf,-%inf];
return
end
T=min(max(Q1,0),1);
Tmp=A+T*V;
Out=MixS(Tmp,T,1);
return
end
if Q1<m1 | Q1>M1 | Q2<m2 | Q2>M2
T=min(max(P1,0),1);
Tmp=A+T*V;
Out=MixS(Tmp,T,1);
return
end
if abs(P2)<abs(Q2)
T=min(max(P1,0),1);
else
T=min(max(Q1,0),1);
end
Tmp=A+T*V;
Out=MixS(Tmp,T,1);
endfunction
|
d82f0889ecb569721a0dde6b11bca3306159f797 | 89f9cbe75282d425be3610015ccedf9051f8af48 | /cloudport/dispatcher/wavely.sce | 713dc60568e16c1119c8f679c4ee240888aef462 | [] | no_license | shixish/cloudport-all | ba9bdf280025aa099928d8f3f2e29cc0b1aee516 | 4a8076f96b285cfcf190cb6f33983c0edd2a33b8 | refs/heads/master | 2016-09-06T02:10:12.175757 | 2012-03-31T01:20:06 | 2012-03-31T01:20:06 | 2,876,714 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 116 | sce | wavely.sce | // A simple plot of z = f(x,y)
t=[0:0.3:2*%pi]';
z=sin(t)*cos(t');
plot3d(t,t,z);
xs2eps(0, 'output.eps');
quit();
|
cf9ebef7853d171a02101323e6a50fe3178669e7 | d976bbc11c40569df55ffeebaa44336b1aebb02b | /estimation_par_discretisation.sce | 55bd4d2454a3b4f481d5275b3b35af2eb9c2f173 | [] | no_license | jonathanVisbecq/Projet-MODAL-SNA | 212271eb7c47164b32b26823c629ad5f44c8230b | 596e0052536cfe4522371bbd6de0ca0c37ba2f4d | refs/heads/master | 2021-01-02T09:27:42.502076 | 2013-06-19T16:30:39 | 2013-06-19T16:30:39 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 4,739 | sce | estimation_par_discretisation.sce | //------------------------------------------------------------------------------
// Estimations utilisant la simulation par discrétisation en temps
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// Evolution de l'espérance de l'encombrement avec le temps
//------------------------------------------------------------------------------
//
// lambda (reel) : Parametre de la loi d'arrivee des paquets
// mu (reel) : Parametre de la loi de la duree d'envoie des paquets
// t (vecteur ligne) : Temps pour lesquels estimer l'espérance de l'encombrement.
// h : (reel) Pas de la discrétisation en temps.
// nbsimulations : (entier) Le nombre de simulations utilisées pour calculer
// l'espérance.
//
// E (vecteur ligne) : Les espérances correspondant aux temps t.
// ValConf (vecteur ligne) : L'ecart entre la moyenne empirique et les bornes
// de l'intervalle de confiance
//z
function [E, ValConf]=esperanceDiscr(lambda, mu, t, h, nbSimulations)
tmax = t($)
[T,X] = trajectoireDiscrete2(lambda, mu, tmax, h, nbSimulations)
Y = []
for i=1:nbSimulations
[ind, occ, inf] = dsearch(t, T(i, :))
Y = [Y; X(i, ind)]
end
ValConf = 1.96*sqrt(variance(Y, 'r'))/sqrt(nbSimulations)
E = sum(Y, 'r')/nbSimulations
endfunction
//------------------------------------------------------------------------------
// Simulation du temps de saturation.
//------------------------------------------------------------------------------
//
// lambda (reel) : Parametre de la loi d'arrivee des paquets
// mu (reel) : Parametre de la loi de la duree d'envoie des paquets
// h : (reel) Pas de la discrétisation en temps.
// nbSimulation (entier) : Nombre de simulations a effectuer.
// N (entier) : Taille de la mémoire tampon.
//
// Tn (vecteur ligne) : Les temps de saturation données par les simulations
//
function Tn=tempsDeSaturationDiscr(lambda, mu, h, nbSimulations, N, n)
X = zeros(nbSimulations, 1)
Tn = zeros(nbSimulations, 1)
F = ones(nbSimulations, 1)
Ones = ones(nbSimulations, 1)
while or(F)
i = 1
T1 = h*grand(nbSimulations, n, 'geom', lambda*h)
T2 = h*grand(nbSimulations, n, 'geom', (lambda+mu)*h)
U = grand(nbSimulations, n, 'def')
e = 1*(U<=lambda/(lambda+mu)) + (-1)*(U>lambda/(lambda+mu))
while or(F) & (i<=n)
Tn = Tn + F.*(T1(:,i).*(X==0) + T2(:,i).*(X>0))
X = X + F.*((Ones.*(X==0)) + e(:,i).*(X>0))
F = X<N
i = i+1
end
end
Tn = Tn'
endfunction
//------------------------------------------------------------------------------
// Estimation de l'espérance du temps de saturation de la memoire
//------------------------------------------------------------------------------
//
// lambda (reel) : Parametre de la loi d'arrivee des paquets
// mu (reel) : Parametre de la loi de la duree d'envoie des paquets
// h : (reel) Pas de la discrétisation en temps.
// nbSimulation (entier) : Nombre de simulations a effectuer.
// N (entier) : Taille de la mémoire tampon.
//
// ETn (reel) : Approximation de l'esperance du temps de saturation
// ValConf (vecteur ligne) : L'ecart entre la moyenne empirique et les bornes
// de l'intervalle de confiance
//
function [ETn, ValConf]=espTpsSatDiscr(lambda, mu, h, nbSimulations, N, n)
Tn = tempsDeSaturationDiscr(lambda, mu, h, nbSimulations, N, n)
ETn = sum(Tn)/nbSimulations
ValConf = 1.96*sqrt(variance(Tn, 'c'))/sqrt(nbSimulations)
endfunction
//------------------------------------------------------------------------------
// Estimation de la probabilité de saturation avant un temps donné.
//------------------------------------------------------------------------------
//
// lambda (reel) : Parametre de la loi d'arrivee des paquets
// mu (reel) : Parametre de la loi de la duree d'envoie des paquets
// h : (reel) Pas de la discrétisation en temps.
// nbSimulation (entier) : Nombre de simulations a effectuer.
// N (entier) : Taille de la mémoire tampon.
// S (reel) : Le temps S dans la définition de la probabilité (cf énoncé)
//
// pS (reel) : Estimation de la probabilité de saturation de la mémoire tampon
// avant le temps S.
//
function pS=probabiliteSatDiscr(lambda, mu, h, nbSimulations, N, S, n)
Tn = tempsDeSaturationDiscr(lambda, mu, h, nbSimulations, N, n)
pS = sum(Tn<=S)/nbSimulations
endfunction
stacksize(150000000)
[E, Valconf] = espTpsSatDiscr(0.45, 0.55, 0.05, 1000, 10, 200)
disp(E)
disp(E+Valconf, E-Valconf)
//disp(probabiliteSatDiscr(0.6, 0.5, 0.1, 1000, 50, 400))n |
7ea569b3b1729ca035ff7e9fde221b236dd008a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH9/EX9.13/9_13.sce | aa5ec3c4451a7484db5022919f74a901177e10e3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 218 | sce | 9_13.sce | clc
//initialisation of variables
m1=90//gm
m2=10//gm
T1=373//k
T2=273//k
T3=331.2//k
l=540
//CALCULATIONS
ds=(m1+m2)*log(T3/T2)-m2*l/T1+m2*log(T3/T1)
//results
printf(' change in entropy = % 1f cal/k',ds)
|
c34f1beb86be0876d110aff40b8af5a8f14f9a31 | 8458ae69238b4e9e89cec1f6bdb30f6d009e3053 | /scripts/ApplyCombFilter.sce | 9e6c3ad4fe6cb3a17221332280ef95f0995321d0 | [] | no_license | keigorori/signal_processing | aa5f18bcb2be385ce3a4fef208d29b05a036faf9 | a30e41e3fd2c3287af43e0d4bd554020a5055ff3 | refs/heads/master | 2020-04-05T10:45:01.018660 | 2019-02-08T02:08:59 | 2019-02-08T02:08:59 | 156,809,290 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,428 | sce | ApplyCombFilter.sce | ///////////////////////////////////////////////////////////
// wavファイルにコムフィルタを掛けた結果をファイル出力
///////////////////////////////////////////////////////////
clear();
cd(get_absolute_file_path('ApplyCombFilter.sce'));// ディレクトリ変更
exec( '../filters/CombFilter.sci');
exec( '../filters/Highpass.sci');
exec( '../plots/PlotFrequency.sci');
exec( '../plots/PlotFrequencyResponse.sci');
// ファイル入力
inputPath = '../data/';
//inputFilename = 'click_1ch_16bit_48k.wav';
inputFilename = 'white_10sec_1ch_16bit_48k.wav';
[input, samplingRate, bits] = wavread(inputPath + inputFilename); // ファイル読み込み
frequency = 500
alpha = 0.99;
// フィルタ適用
[output, freqResponse, freqGrid] = CombFilter(input, samplingRate, frequency, alpha);
// ファイル出力
outputpath = './result/comb/';
outputFilename = basename(inputFilename) + '_comb' + string(frequency) + '_' + string(alpha) + '.wav';
mkdir(outputpath);
savewave(outputpath + outputFilename, output, samplingRate, bits);
// プロット
h = scf(1);
clf();
displayRect=[100, -90, 10000, 3]; // 表示領域
//PlotFrequency(input, samplingRate, 'hn', h, 2, displayRect); // 入力波形
PlotFrequency(output, samplingRate, 'hn', h, 2, displayRect); // 出力波形
xgrid();
h = scf(2);
clf();
PlotFrequencyResponse(freqResponse, freqGrid, h, 6, displayRect); // 周波数応答
xgrid();
|
33f5c05592333a5a1c3dcf5279412d7d2a166776 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1640/CH2/EX2.2/2_2.sce | d4db58285401930981c9f9bd4f597f23abbf90d7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 326 | sce | 2_2.sce | clc
//initialisation of variables
d1= 12 //in
d2= 9 //in
z1= 10 //ft
z2= 10 //ft
p1= 15 //lb/in^2
w= 62.4 //lb/ft^3
Q= 2 //cuses
g= 32.2 //ft/sec^2
//CALCULATIONS
v1= Q/(%pi*(d1/12)^2/4)
v2= Q/(%pi*(d2/12)^2/4)
p2= w*(z1-z2+(p1*144/w)+(v1^2/(2*g))-(v2^2/(2*g)))/144
//RESULTS
printf ('p2 = %.3f lb/in^2 ',p2)
|
3ac8e84a197da1a73a1be41fc2bf488fd1ca022a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2837/CH20/EX20.6/Ex20_6.sce | 6fae102232eb96f1571014d5b43c9bc18cc2433c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 376 | sce | Ex20_6.sce | clc
clear
//Initalization of variables
m=1 //lb
cp=0.26
t2=1800+460 //R
t1=400.95+460 //R
x=0.6
sink=100+460 //R
tm=2600+460 //R
//calculations
Q=m*cp*(t2-t1)
ds=m*cp*log((t2/t1))
tds=ds*(sink)
avail=Q-tds
hf=Q*x/(1-x)
av2=hf*(tm-sink)/(tm)
Qt=Q+hf
av=avail+av2
per=av/Qt *100
//results
printf("Available portion of heat transferred = %.1f percent",per)
|
496fa31ff8edea9605b2f72f71ce349b36e69091 | 8c802fb8c6a8dc8ed61222ce257eb61f580a462e | /projects/01/Not16.tst | 4086c1d9065b2372ed8493f5ab8be77cdee17edb | [] | 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 | 370 | tst | Not16.tst | // File name: projects/01/Not16.tst
load Not16.hdl,
output-file Not16.out,
compare-to Not16.cmp,
output-list in%B1.16.1 out%B1.16.1;
set in %B0000000000000000,
eval,
output;
set in %B1111111111111111,
eval,
output;
set in %B1010101010101010,
eval,
output;
set in %B0011110011000011,
eval,
output;
set in %B0001001000110100,
eval,
output;
|
0f7e619bda782299251e8061fbc7608b5ec35268 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH12/EX12.10/Example12_10.sce | d9fce0de3f113c2a3932c33efffc739c84dfbd44 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 510 | sce | Example12_10.sce | //computation of molar mass of a sample from freezing point depression
clear;
clc;
printf("\t Example 12.10\n");
deltaTf=1.05;//depression in freezing point, C
Kf=5.12;//molal freezing point depression constant
m=deltaTf/Kf;//molality of solution, molal
mbenzene=301/1000;//mass of benzene, kg
n=m*mbenzene;//moles of sapmle
msample=7.85;//mass of sample, g
molarmass=msample/n;//molar mass of sample, g/mol
printf("\t the molar mass of the sample is : %4.0f g/mol \n",molarmass);
//End
|
1d48585f93cd65b51e10537cc92e6761b3607b10 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH20/EX20.05/20_05.sce | af54d8dffd846bea62eccb0efac365465a5030d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 891 | sce | 20_05.sce | //Problem 20.05: A 5 kVA single-phase transformer has a turns ratio of 10:1 and is fed from a 2.5 kV supply. Neglecting losses, determine (a) the full-load secondary current, (b) the minimum load resistance which can be connected across the secondary winding to give full load kVA, (c) the primary current at full load kVA.
//initializing the variables:
S = 5000; // in VA
tr = 10; // turn ratio
V1 = 2500; // in Volts
//calculation:
//A turns ratio of 8:1 means that the transformer has 28 turns on the primary for every 1turns on the secondary
V2 = V1/tr
//transformer rating in volt-amperes = Vs*Is
I2 = S/V2
//Minimum value of load resistance
RL = V2/I2
// tr = I2/I1
I1 = I2/tr
printf("\n\n Result \n\n")
printf("\n (a)full-load secondary current is %.0f A",I2)
printf("\n (b)minimum load resistance is %.1f ohm",RL)
printf("\n (c) primary current is %.0f A",I1) |
5cb4c687056872f75a9841cf54e361ad0c507962 | 0e1b45c07f0938ba9c8a003d6ae1cf2d8315efdb | /google-code-jam/2011/round1c/A/test-01.tst | 564216742cf26334bf003a20b449aee36d95b591 | [] | no_license | Kot-Angens/acm | c85d8582c3e84f218415321743864b9680e01f2e | 05472eaa0fff7abb6679826085da5e0c990df4cb | refs/heads/master | 2021-01-24T22:36:05.159612 | 2012-10-02T13:51:56 | 2012-10-02T13:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 160 | tst | test-01.tst | 3
2 3
###
###
1 1
.
4 5
.##..
.####
.####
.##..
~~~~~~~~~~~~~~~~~~~~~~~~~~
Case #1:
Impossible
Case #2:
.
Case #3:
./\..
.\//\
./\\/
.\/..
|
e059c956dcf37f1b2af7176889e5b77aa78e011c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2951/CH3/EX3.5.A/additional_ex_5.sce | baba460e6060d36ecf49da3f9e56e0e0213ca212 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 400 | sce | additional_ex_5.sce | clc;
clear;
m1=0.3;
m2=0.4;
m3=0.5;
m4=0.6; //modulation indices
Pc=80;// Power in carrier signal
mt=sqrt(m1^2+m2^2+m3^2+m4^2);
//a)
disp(mt,"Total Coefficient of Modulation ");
//calculation error in book
//b)
Ps=(mt^2)*Pc/2;
disp(Ps,"Sideband powers(in W) ");
//c)
disp(Pc+2*Ps,"Total Transmitted Power(in W)");
//d)
disp((Ps/(Pc+2*Ps))*100,"Efficiency Percentage");
|
5f4713af078d81b976454171b41989c064a84831 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2863/CH4/EX4.5/ex4_5.sce | 0c08740a9bcc00e19e71cf1113196e8a2be4598e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 272 | sce | ex4_5.sce | //chapter 4
//broadside array
//part a
printf("\n");
n=8;
m1=1;
d=0.5;
lamda=1;
ph1=acos((m1*lamda)/(n*d));
m2=2;
ph2=acos((m2*lamda)/(n*d));
m3=3;
ph3=acos((m3*lamda)/(n*d));
printf("the direction of nulls are");
printf("\n%g %g %g radians",ph1,ph2,ph3);
|
6430d48a3452587ab17ce51e69feaae0f543f31a | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.2_14.tst | 2c377000165bae56252cb891c68065d5ede09610 | [] | 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 | 728,173 | tst | 5.2_14.tst | 2 94:1 97:1 151:1 377:1 400:1 600:1 668:1 717:1 1029:1 1038:1 1284:1 1315:1 1387:1 1414:1 1570:1 1612:1 1698:1 1764:1 1894:1 2008:1 2013:1 2158:1 2403:1 2440:1 2447:1 2557:1 2633:1 2861:1 2874:1 2881:1 3110:1 3496:1 3789:1 4097:1 4104:1 4142:1 4147:1 4358:1 4590:1 4691:1 4767:1 5057:1 5067:1 5126:1 5155:2 5360:1 5685:1 5760:1 6271:1 6625:1 6762:1 6839:1 7322:1 7533:1 7833:1 7919:1 8146:3 8188:1 8387:1 8610:1 8674:1 8800:1 8816:1 8986:1 9015:1 9080:1 9169:1 9446:1 9752:1 9806:1 9808:1 9936:1 10057:1 10298:2 10316:1 10435:1 10448:1 11080:1 11140:1 11154:1 11501:1 11515:1 11543:1 11907:1 11923:1 12267:1 12273:1 12278:1 12301:1 12303:1 13103:1 13254:1 13356:1 13547:1 13711:1 13747:1 14097:1 14250:1 14252:1 14335:1 14425:1 14451:1 14559:1 14632:1 14737:1 15187:1 15199:1 15233:1 15285:1 15369:1 15640:1 15722:1 15731:1 16151:1 16387:1 16393:1 16820:1 16908:1 17271:1 17565:1 17683:1 17706:1 17729:1 17989:1 18250:1 18262:1 18378:1 18513:1 18602:1 18606:1 18707:1 19335:61 19418:1 19454:1 19871:1 20143:1 20144:1 20288:1 20356:1 20519:1 20595:1 21318:1 21563:1 22016:1 22045:1 22187:1 22337:1 22385:1 22469:1 22583:1 22905:1 23112:1 23235:1 23282:1 23290:1 23477:1 23573:1 23749:1 23758:1 24041:1 24136:1 24211:1 24295:1 24692:1 24817:1 24885:1 25554:1 25675:1 25855:1 25863:1 25911:1 26145:1 26162:1 26208:1 26365:1 26392:1 26402:1 26436:1 26529:1 26591:1 26720:1 26921:1 27042:1 27272:1 27354:1 27368:1 27514:1 27562:1 28018:1 28090:1 28177:1 28223:1 28374:1 28389:1 28423:1 28434:1 28534:1 28813:1 28815:1 28840:1 28892:1 29115:1 29158:2 29535:1 29575:1 29643:1 29838:1 30057:1 30150:1 30234:1 30277:1 30359:1
2 94:1 97:2 151:1 377:1 400:1 508:1 600:1 668:1 717:2 814:1 875:1 876:1 931:1 992:1 1029:1 1038:1 1140:1 1284:1 1315:2 1387:1 1414:2 1418:1 1460:1 1570:2 1606:1 1612:1 1698:1 1701:1 1764:1 1894:1 1994:1 2008:1 2013:1 2158:1 2403:1 2426:1 2440:1 2447:1 2557:1 2633:2 2861:2 2874:2 2881:1 2941:1 3110:2 3118:1 3476:1 3496:1 3510:1 3567:1 3683:1 3703:1 3789:1 4097:1 4104:1 4142:1 4147:2 4358:1 4463:1 4590:2 4691:1 4753:1 4767:1 4934:1 5052:1 5057:1 5067:1 5121:1 5126:1 5155:2 5249:1 5294:1 5296:1 5360:1 5685:1 5728:1 5760:1 5878:1 6109:1 6271:1 6609:1 6625:1 6762:1 6810:1 6839:2 6989:1 7175:1 7288:1 7322:2 7533:1 7833:1 7880:1 7919:1 8078:1 8094:1 8146:3 8155:1 8188:1 8211:1 8230:1 8267:1 8317:1 8355:1 8387:1 8438:1 8610:1 8656:1 8674:2 8704:1 8800:2 8816:1 8986:1 8998:1 9015:1 9020:1 9080:2 9169:1 9446:1 9728:1 9741:1 9752:1 9806:1 9808:2 9936:1 10056:1 10057:1 10095:1 10298:2 10316:1 10415:1 10435:2 10448:1 10591:1 10701:1 10800:1 11080:1 11113:1 11140:1 11154:1 11284:1 11333:1 11501:1 11515:1 11543:1 11552:1 11559:1 11616:1 11799:1 11907:1 11923:1 12045:1 12267:1 12273:1 12278:1 12301:1 12303:1 12395:1 12678:1 13036:1 13050:1 13103:1 13254:2 13356:1 13547:1 13564:1 13711:1 13721:1 13747:1 13936:1 14044:1 14097:1 14178:1 14250:1 14252:1 14335:1 14340:1 14425:1 14451:1 14469:1 14522:1 14548:1 14559:1 14632:1 14737:2 14828:1 14942:1 14945:1 14961:1 15040:1 15100:1 15187:2 15199:1 15233:1 15285:1 15369:1 15396:1 15411:1 15640:2 15722:1 15731:1 15792:1 16151:1 16387:1 16393:1 16517:1 16662:1 16769:1 16820:1 16908:1 17068:1 17182:1 17271:1 17565:2 17609:1 17683:1 17706:1 17729:2 17989:1 18079:1 18250:1 18262:1 18378:1 18513:1 18602:1 18606:1 18707:1 19116:1 19335:170 19383:1 19418:1 19454:1 19820:1 19871:1 19976:1 20130:1 20143:1 20144:2 20288:1 20294:1 20356:2 20365:1 20519:1 20562:1 20595:1 20789:1 21080:1 21300:1 21318:1 21345:1 21464:1 21563:1 21932:1 22016:1 22045:1 22071:1 22129:1 22132:1 22187:1 22337:2 22385:1 22469:1 22583:1 22709:1 22905:1 23100:1 23112:1 23175:1 23235:1 23282:1 23290:1 23319:1 23477:1 23548:1 23573:2 23641:1 23749:1 23758:1 24041:2 24118:1 24136:1 24211:1 24295:1 24486:1 24569:1 24692:1 24812:1 24817:1 24885:1 24985:1 24987:1 25009:1 25337:1 25410:1 25472:1 25554:1 25573:1 25675:1 25776:1 25855:2 25863:2 25911:1 26145:2 26162:1 26208:1 26365:1 26385:1 26392:1 26402:1 26436:1 26476:1 26529:1 26533:1 26591:1 26689:1 26712:1 26720:1 26774:1 26897:1 26921:1 26985:1 27042:2 27056:1 27059:2 27191:1 27272:1 27354:1 27368:1 27514:2 27562:1 27710:1 27844:1 27894:1 28018:1 28054:1 28090:1 28177:1 28223:1 28374:1 28389:2 28423:2 28434:1 28534:2 28799:1 28813:2 28815:1 28840:1 28885:1 28892:1 29115:2 29158:2 29229:1 29535:2 29575:1 29639:1 29643:2 29652:1 29838:1 29982:1 30057:2 30150:1 30205:1 30234:2 30277:2 30359:1
2 13:1 85:1 94:1 96:1 97:2 151:1 187:1 302:1 377:1 400:1 508:1 559:1 600:1 668:1 717:3 720:2 814:1 868:1 875:1 876:1 931:1 992:1 1029:1 1038:1 1044:1 1122:1 1140:1 1284:1 1315:3 1334:2 1360:1 1387:1 1414:2 1418:1 1460:1 1570:2 1606:1 1612:2 1698:1 1701:1 1712:1 1764:1 1894:1 1945:1 1974:1 1994:1 2008:1 2013:1 2138:1 2158:1 2403:1 2426:1 2440:2 2447:1 2454:1 2492:1 2514:1 2557:1 2561:1 2608:1 2633:2 2861:2 2874:2 2881:1 2941:1 3108:1 3110:3 3118:1 3176:1 3240:1 3476:1 3496:1 3510:1 3567:1 3651:1 3683:1 3703:1 3789:1 4093:1 4097:1 4104:1 4142:1 4147:3 4202:1 4273:1 4284:1 4348:1 4358:1 4463:1 4590:3 4691:1 4753:1 4767:1 4934:1 5052:1 5057:1 5067:1 5121:1 5126:1 5155:2 5156:1 5249:1 5294:1 5296:1 5360:1 5640:1 5674:1 5685:1 5728:1 5760:1 5878:1 5949:1 6088:1 6109:1 6271:1 6288:1 6422:1 6511:1 6609:1 6625:1 6729:1 6762:2 6779:1 6810:1 6839:2 6929:1 6989:1 7056:1 7162:1 7175:1 7192:1 7288:1 7322:2 7533:1 7685:1 7833:1 7880:1 7919:1 8078:1 8094:1 8146:5 8155:1 8168:1 8171:1 8177:1 8188:1 8211:1 8230:1 8267:1 8317:1 8355:1 8387:1 8438:1 8610:1 8656:1 8674:3 8704:1 8786:1 8800:3 8816:1 8986:1 8998:1 9015:1 9020:1 9080:2 9169:1 9396:1 9400:1 9446:1 9454:1 9589:1 9668:1 9728:1 9741:1 9752:1 9806:1 9808:2 9936:1 10056:1 10057:1 10095:1 10298:2 10316:1 10415:1 10435:3 10448:1 10527:1 10591:1 10622:1 10659:1 10673:1 10701:1 10800:1 11080:1 11113:1 11140:1 11154:1 11180:1 11284:1 11333:1 11501:1 11515:1 11543:1 11552:1 11559:1 11616:1 11646:1 11713:1 11799:1 11907:1 11923:1 12045:1 12267:1 12273:1 12278:1 12301:1 12303:1 12306:1 12395:1 12509:1 12650:1 12678:1 12757:1 12847:1 12864:1 12881:1 13036:1 13050:1 13103:1 13111:1 13220:1 13254:3 13356:1 13547:1 13564:1 13702:1 13711:1 13721:1 13747:1 13936:1 14044:1 14097:1 14178:1 14250:1 14252:2 14325:1 14335:1 14340:1 14425:1 14451:1 14469:1 14522:1 14548:1 14559:1 14632:1 14737:2 14828:2 14942:1 14945:1 14961:1 15040:1 15100:1 15187:3 15199:1 15233:1 15285:1 15369:1 15396:1 15411:1 15640:2 15722:1 15731:1 15792:1 16030:1 16151:1 16387:1 16393:1 16407:1 16418:1 16517:1 16558:1 16653:1 16662:1 16769:1 16820:1 16908:1 17055:1 17062:1 17068:1 17182:1 17271:1 17415:1 17444:1 17550:1 17565:5 17609:1 17683:1 17706:1 17729:2 17805:1 17881:1 17989:1 18079:1 18144:1 18250:2 18262:1 18378:1 18513:1 18602:1 18606:2 18696:1 18707:1 18814:1 18883:1 19116:1 19136:1 19335:240 19383:1 19404:1 19418:1 19454:1 19493:1 19820:1 19871:1 19976:1 20130:1 20143:2 20144:2 20179:1 20244:1 20288:1 20294:1 20356:2 20365:1 20376:1 20446:1 20519:1 20562:1 20595:1 20789:1 21053:1 21080:1 21193:1 21300:1 21305:1 21318:1 21345:1 21464:1 21553:1 21563:1 21592:1 21604:1 21650:1 21932:1 22016:1 22045:1 22071:1 22096:1 22129:1 22132:1 22183:1 22187:1 22337:2 22366:1 22385:1 22469:2 22557:1 22583:1 22709:2 22724:1 22905:1 23100:1 23112:1 23175:1 23187:1 23235:1 23282:1 23290:2 23319:1 23384:1 23477:1 23518:1 23548:1 23573:3 23634:1 23641:1 23749:1 23758:1 23764:1 23962:1 24001:1 24041:3 24118:1 24136:1 24211:1 24295:1 24404:1 24486:1 24569:1 24669:1 24692:1 24812:1 24817:1 24869:1 24885:1 24985:1 24987:1 25009:1 25060:1 25235:1 25337:1 25410:1 25472:1 25480:1 25519:1 25554:1 25573:1 25675:1 25776:1 25803:1 25804:1 25852:1 25855:2 25863:2 25911:1 26145:2 26162:1 26208:1 26333:1 26365:1 26385:1 26392:1 26398:1 26402:1 26436:1 26463:1 26476:1 26519:1 26529:1 26533:1 26591:1 26689:1 26712:1 26720:1 26731:1 26774:1 26897:1 26921:1 26985:1 26987:1 27032:1 27042:2 27056:1 27059:3 27191:1 27272:1 27354:1 27368:1 27514:2 27556:1 27562:1 27710:1 27727:1 27844:1 27857:1 27894:1 28018:1 28034:1 28054:1 28090:1 28177:1 28218:1 28223:1 28303:1 28346:1 28374:2 28389:2 28423:2 28434:1 28531:1 28534:2 28650:1 28799:2 28813:2 28815:1 28840:1 28885:1 28892:1 28941:1 29046:1 29058:1 29115:2 29158:2 29229:1 29299:1 29442:1 29535:3 29560:1 29575:1 29639:1 29643:3 29652:1 29838:1 29848:1 29964:1 29982:1 29984:1 30044:1 30057:2 30150:1 30167:1 30205:1 30231:1 30234:2 30245:1 30268:1 30277:3 30359:1
2 12:1 13:1 85:1 94:1 96:1 97:2 151:1 170:1 187:1 219:1 299:1 302:1 377:1 400:1 508:1 559:1 600:1 668:2 717:4 720:2 814:1 868:1 875:1 876:1 931:1 980:1 992:1 1029:1 1038:1 1044:1 1112:1 1122:1 1140:1 1284:1 1315:4 1334:2 1360:1 1387:1 1414:2 1418:1 1460:1 1551:1 1570:2 1606:1 1612:2 1698:1 1701:1 1712:1 1764:1 1894:1 1945:1 1974:1 1994:1 2008:1 2013:1 2138:1 2158:1 2203:1 2403:1 2426:1 2438:1 2440:2 2447:1 2454:1 2492:1 2514:1 2557:1 2561:1 2584:1 2608:1 2633:2 2861:2 2874:2 2881:1 2941:1 2949:1 3108:1 3110:4 3117:1 3118:1 3176:1 3240:1 3476:1 3496:1 3510:1 3549:1 3567:1 3651:1 3683:1 3703:1 3789:1 3802:1 4093:1 4097:1 4104:1 4142:1 4147:4 4202:1 4217:1 4269:1 4273:1 4284:1 4322:1 4348:1 4358:1 4463:1 4590:4 4603:1 4691:1 4753:1 4767:1 4934:1 4970:1 5052:1 5057:1 5067:1 5121:1 5126:1 5155:2 5156:1 5249:1 5294:1 5296:1 5331:1 5352:1 5360:1 5640:1 5674:1 5685:1 5728:1 5760:1 5788:1 5878:1 5949:1 6088:2 6104:1 6109:1 6271:1 6288:1 6422:1 6511:1 6609:1 6625:1 6729:1 6738:1 6762:2 6779:3 6810:1 6839:2 6929:1 6989:1 7056:1 7162:1 7175:1 7192:1 7221:1 7288:1 7322:2 7478:1 7533:1 7628:1 7685:1 7833:1 7880:1 7919:1 8069:1 8078:1 8094:1 8146:6 8155:1 8168:1 8171:1 8177:1 8188:1 8211:1 8230:1 8267:1 8317:1 8355:1 8387:1 8438:1 8610:1 8656:1 8674:4 8703:1 8704:1 8786:1 8800:4 8816:1 8986:1 8998:1 9015:1 9020:1 9080:2 9169:1 9175:1 9319:1 9396:1 9400:1 9402:1 9446:1 9454:1 9456:1 9589:1 9668:2 9728:1 9741:1 9752:1 9806:1 9808:2 9859:1 9936:1 10042:1 10056:1 10057:1 10083:1 10095:1 10298:2 10316:1 10415:1 10435:4 10448:1 10527:1 10577:1 10591:1 10622:1 10659:1 10673:1 10701:1 10767:1 10800:1 11008:1 11080:1 11113:1 11140:1 11154:1 11180:2 11235:1 11284:1 11333:1 11501:1 11515:1 11543:1 11552:1 11559:1 11614:1 11616:1 11646:1 11678:1 11713:1 11799:1 11851:1 11869:1 11907:1 11921:1 11923:1 12045:1 12267:1 12273:1 12278:1 12301:1 12303:1 12306:2 12395:1 12509:1 12565:1 12650:1 12678:1 12757:1 12847:1 12864:1 12881:1 13036:1 13050:1 13103:1 13111:1 13220:1 13252:1 13254:4 13267:1 13356:1 13547:1 13564:1 13702:1 13711:1 13721:1 13747:1 13936:2 14044:1 14097:1 14101:1 14178:1 14250:1 14252:2 14325:1 14335:1 14340:1 14425:1 14451:1 14469:1 14522:1 14548:1 14559:1 14632:1 14640:1 14737:2 14828:3 14942:1 14945:1 14961:1 15040:1 15056:1 15100:1 15138:1 15187:4 15199:1 15211:1 15233:1 15283:1 15285:1 15346:1 15369:1 15396:1 15411:1 15523:1 15602:1 15640:2 15722:1 15731:1 15792:1 15824:1 15866:1 16030:1 16151:1 16356:1 16387:1 16393:1 16407:1 16418:1 16517:2 16558:1 16653:1 16662:2 16748:1 16769:1 16820:1 16908:1 16926:1 16935:1 17035:1 17055:1 17062:1 17068:1 17182:1 17271:1 17415:1 17444:1 17550:1 17565:6 17609:1 17683:1 17706:1 17729:2 17805:1 17881:1 17989:1 18079:1 18144:1 18250:2 18262:1 18378:1 18513:1 18602:1 18606:2 18696:1 18707:1 18802:1 18814:1 18883:1 19048:1 19116:1 19136:1 19327:1 19335:264 19383:1 19404:1 19418:1 19454:1 19493:1 19543:1 19555:1 19820:1 19871:1 19976:1 20130:1 20143:2 20144:2 20179:1 20244:1 20288:1 20294:1 20324:1 20356:2 20365:1 20366:1 20376:1 20446:1 20519:1 20562:1 20595:1 20726:1 20789:1 21053:1 21080:1 21086:1 21193:1 21300:1 21305:1 21318:1 21345:1 21464:1 21495:1 21553:1 21563:1 21592:1 21604:1 21650:1 21667:1 21824:1 21932:1 22016:1 22045:1 22071:1 22096:1 22129:1 22132:1 22183:1 22187:1 22293:1 22337:2 22366:1 22385:1 22469:2 22557:1 22560:1 22570:1 22583:1 22592:1 22709:3 22724:1 22905:1 23012:1 23034:1 23100:1 23112:2 23175:1 23187:1 23235:1 23239:1 23253:1 23282:1 23290:2 23305:1 23319:1 23384:1 23409:1 23477:1 23518:1 23548:1 23573:4 23589:1 23634:1 23641:1 23749:1 23758:1 23764:1 23962:1 24001:1 24041:4 24118:1 24136:1 24180:1 24193:1 24207:1 24211:1 24295:1 24404:2 24486:1 24569:1 24669:1 24692:1 24764:1 24812:1 24817:1 24869:1 24885:1 24888:1 24985:1 24987:1 25009:1 25060:1 25100:1 25140:1 25235:1 25337:1 25410:1 25472:1 25480:1 25519:1 25554:1 25573:1 25675:1 25776:1 25803:1 25804:1 25852:1 25855:2 25863:2 25911:1 26145:2 26162:1 26208:1 26333:2 26365:1 26385:1 26392:1 26398:1 26402:1 26436:1 26463:1 26476:1 26519:1 26529:1 26533:1 26591:2 26689:1 26712:1 26720:1 26731:1 26774:1 26897:1 26921:1 26985:1 26987:1 27032:1 27042:2 27056:1 27059:3 27191:1 27272:1 27354:1 27368:1 27514:2 27556:1 27562:1 27710:1 27727:1 27798:1 27834:1 27844:1 27857:1 27894:1 28018:1 28034:1 28054:1 28090:1 28177:1 28218:1 28223:1 28303:1 28346:1 28374:2 28389:2 28423:2 28434:1 28531:1 28534:2 28637:1 28650:1 28799:2 28813:2 28815:1 28840:1 28879:1 28885:1 28892:1 28941:2 29046:1 29058:1 29115:2 29158:2 29229:1 29263:1 29299:1 29442:1 29535:4 29560:1 29575:1 29639:1 29643:3 29652:1 29838:1 29848:1 29876:1 29964:1 29982:1 29984:1 29999:1 30044:1 30057:2 30150:1 30167:1 30205:1 30231:1 30234:2 30245:1 30268:1 30277:4 30303:1 30359:1
2 12:1 13:1 38:1 85:1 94:2 96:1 97:2 151:1 170:1 187:1 219:1 277:1 299:1 302:1 377:1 400:1 432:1 508:1 559:1 593:1 600:1 668:2 717:5 720:2 814:1 852:1 868:1 875:1 876:1 931:1 980:1 992:1 1029:1 1038:1 1044:1 1112:1 1122:1 1140:1 1284:1 1315:5 1334:2 1360:1 1387:1 1414:2 1418:1 1460:1 1551:1 1570:2 1606:1 1612:2 1698:1 1701:1 1712:1 1764:1 1894:1 1945:1 1974:1 1994:1 2008:1 2013:1 2073:1 2138:1 2158:1 2203:1 2403:1 2426:1 2438:1 2440:2 2443:1 2447:1 2454:1 2492:1 2514:1 2557:1 2561:1 2584:1 2608:1 2633:2 2861:2 2874:2 2881:1 2939:1 2941:1 2949:1 3108:1 3110:5 3117:1 3118:1 3176:2 3240:1 3476:1 3496:1 3510:1 3549:1 3567:1 3651:1 3683:1 3703:1 3789:1 3802:1 4093:1 4097:1 4104:1 4142:1 4147:5 4202:1 4217:1 4264:1 4269:1 4273:1 4284:1 4322:1 4348:1 4358:1 4463:1 4590:5 4603:1 4630:1 4691:1 4753:2 4767:1 4833:1 4934:1 4970:1 5052:1 5057:1 5067:1 5121:1 5126:1 5155:2 5156:1 5249:1 5269:1 5294:1 5296:1 5331:1 5352:2 5360:1 5578:1 5640:1 5674:1 5685:1 5728:1 5760:1 5788:1 5878:1 5949:1 6088:2 6104:1 6109:1 6222:1 6271:1 6288:1 6304:1 6422:2 6511:1 6540:1 6609:1 6625:1 6712:1 6729:1 6738:1 6749:2 6762:2 6779:3 6810:1 6839:2 6929:1 6989:1 7028:1 7056:1 7162:1 7175:2 7192:1 7221:1 7288:1 7322:2 7336:1 7441:1 7478:1 7533:1 7628:1 7685:1 7833:1 7880:1 7919:1 8069:1 8078:1 8094:1 8146:6 8149:1 8155:1 8168:1 8171:2 8177:1 8188:1 8211:1 8230:1 8267:1 8317:1 8355:1 8387:1 8438:1 8610:1 8656:1 8671:1 8674:5 8703:1 8704:1 8786:1 8800:5 8816:1 8986:1 8998:1 9006:1 9010:1 9015:1 9020:1 9071:1 9080:2 9083:1 9169:1 9175:1 9319:1 9345:1 9396:1 9400:1 9402:1 9446:1 9454:1 9456:1 9589:1 9668:2 9728:1 9732:1 9741:1 9743:1 9752:1 9806:1 9808:2 9859:1 9865:1 9936:1 10042:1 10056:1 10057:1 10083:1 10093:1 10095:2 10298:2 10316:1 10415:1 10435:5 10448:1 10455:1 10527:1 10577:1 10591:2 10622:1 10659:1 10673:1 10701:1 10767:1 10795:1 10800:2 11008:1 11080:1 11113:1 11140:1 11154:1 11180:2 11235:1 11284:1 11333:1 11501:1 11515:1 11526:1 11543:1 11552:1 11559:1 11595:1 11614:1 11616:1 11646:1 11678:1 11688:1 11713:1 11784:1 11799:1 11851:1 11869:1 11907:1 11921:1 11923:1 11951:1 12045:1 12262:1 12267:1 12273:1 12278:1 12301:1 12303:1 12306:2 12395:1 12509:1 12565:1 12650:1 12678:1 12757:1 12847:1 12864:1 12881:2 13036:2 13050:1 13103:1 13111:1 13220:1 13252:1 13254:5 13267:1 13356:1 13449:1 13547:1 13564:1 13654:1 13702:1 13711:1 13721:2 13747:1 13780:1 13865:1 13936:2 14034:1 14044:1 14097:1 14101:1 14178:1 14250:1 14252:2 14325:1 14335:1 14336:1 14340:1 14375:1 14425:1 14451:1 14469:1 14522:1 14548:1 14559:1 14632:1 14640:1 14656:2 14734:1 14737:2 14828:3 14942:1 14945:2 14961:1 15040:1 15056:1 15093:1 15100:1 15138:1 15187:5 15199:2 15211:1 15233:1 15283:1 15285:1 15346:1 15369:1 15396:1 15411:1 15523:1 15602:1 15619:1 15640:2 15722:1 15730:1 15731:1 15792:1 15824:1 15866:1 15875:1 16030:1 16151:1 16192:1 16356:1 16371:1 16387:1 16393:2 16407:1 16418:1 16517:2 16558:1 16653:1 16662:2 16748:1 16769:1 16820:1 16908:1 16926:1 16935:1 17035:1 17055:1 17062:1 17068:1 17131:1 17182:1 17271:1 17415:1 17444:1 17550:1 17565:7 17609:1 17683:1 17706:1 17729:2 17801:1 17805:1 17881:1 17989:1 18079:1 18144:1 18250:2 18262:1 18378:1 18513:1 18602:1 18606:2 18696:1 18707:1 18802:1 18814:1 18883:1 19048:1 19116:1 19136:1 19327:1 19335:307 19383:1 19404:1 19418:1 19454:1 19493:1 19543:1 19555:1 19820:1 19871:2 19938:2 19976:1 20088:1 20130:1 20143:2 20144:2 20179:1 20244:1 20265:2 20288:1 20294:1 20324:1 20356:2 20365:1 20366:1 20376:1 20446:1 20519:1 20562:1 20595:1 20682:1 20726:1 20789:2 20806:1 20901:1 21053:2 21080:1 21086:1 21124:1 21193:1 21300:1 21305:1 21318:1 21345:1 21464:1 21495:1 21506:1 21553:1 21563:1 21592:1 21604:1 21650:2 21667:1 21784:1 21815:1 21824:1 21844:1 21932:1 22016:1 22045:1 22071:1 22096:1 22129:1 22132:1 22182:1 22183:1 22187:1 22293:2 22337:2 22366:1 22385:1 22469:2 22503:1 22557:1 22560:1 22570:1 22583:1 22592:1 22635:1 22709:3 22724:1 22905:1 22908:2 22928:1 23012:2 23034:1 23100:1 23112:2 23175:1 23183:1 23187:1 23235:1 23239:1 23253:1 23282:1 23290:2 23305:1 23319:1 23339:1 23384:1 23409:1 23477:1 23518:1 23548:1 23573:5 23589:1 23634:1 23641:1 23749:1 23758:1 23764:1 23962:1 24001:1 24041:5 24118:1 24136:1 24180:1 24193:1 24207:1 24211:1 24295:1 24404:2 24486:1 24569:1 24669:1 24692:2 24764:1 24812:1 24813:1 24817:1 24869:1 24885:1 24888:1 24985:1 24987:1 25008:1 25009:1 25013:1 25060:1 25100:1 25140:1 25235:1 25337:1 25410:1 25472:1 25480:1 25519:2 25554:1 25573:1 25675:1 25776:1 25803:1 25804:1 25852:1 25855:2 25858:1 25863:2 25911:1 26145:2 26162:1 26208:1 26333:2 26365:1 26385:1 26392:1 26398:1 26402:1 26436:1 26463:1 26476:1 26519:1 26529:1 26533:1 26591:2 26689:1 26712:1 26720:1 26731:1 26774:1 26786:1 26837:1 26897:1 26921:1 26974:1 26985:1 26987:1 27032:1 27042:2 27056:1 27059:3 27123:1 27191:1 27272:1 27354:1 27368:1 27503:1 27514:2 27556:1 27562:1 27710:1 27727:1 27772:2 27798:1 27834:1 27844:1 27857:1 27894:1 27899:1 28018:1 28034:1 28054:1 28055:1 28090:1 28177:1 28218:1 28223:1 28303:1 28346:1 28374:2 28389:2 28423:2 28434:1 28458:1 28531:1 28534:2 28553:1 28557:1 28637:1 28650:1 28799:2 28804:1 28813:2 28815:1 28840:1 28879:1 28885:1 28892:1 28941:2 28957:1 29046:1 29058:1 29115:4 29158:2 29229:1 29263:1 29299:1 29442:1 29535:5 29560:2 29575:1 29639:1 29643:3 29652:1 29838:1 29848:1 29876:1 29964:1 29982:1 29984:1 29999:1 30044:1 30057:2 30150:1 30167:1 30205:1 30231:1 30234:2 30245:1 30268:1 30277:5 30303:1 30359:1
2 12:1 13:1 38:1 85:1 94:2 96:1 97:2 151:1 170:1 187:1 219:1 277:1 299:1 302:1 377:1 400:1 432:1 508:1 559:1 593:1 600:1 616:1 668:2 704:1 717:6 720:2 723:1 814:1 852:1 868:1 875:1 876:1 931:1 980:4 984:1 992:1 1029:1 1038:1 1044:1 1112:1 1122:1 1140:2 1284:1 1315:6 1334:2 1360:1 1361:1 1387:1 1414:2 1418:1 1460:2 1551:1 1570:2 1606:1 1612:3 1672:1 1698:1 1701:1 1712:1 1738:1 1764:1 1805:1 1820:1 1894:1 1945:1 1974:1 1994:1 2008:1 2013:1 2073:1 2138:1 2158:1 2203:1 2286:1 2321:1 2403:1 2426:1 2438:1 2440:2 2443:1 2447:1 2454:1 2492:1 2514:1 2557:1 2561:1 2584:1 2608:1 2633:2 2648:1 2671:1 2689:1 2861:2 2874:2 2881:1 2939:1 2941:1 2949:1 3020:1 3108:1 3110:6 3117:1 3118:1 3135:1 3176:2 3240:1 3476:1 3496:1 3510:1 3549:1 3567:1 3651:1 3683:1 3703:1 3789:1 3802:1 3897:1 3917:1 4045:1 4064:1 4093:1 4095:1 4097:1 4104:1 4142:1 4147:6 4202:1 4204:1 4217:1 4249:1 4264:1 4269:1 4273:2 4284:1 4322:1 4348:1 4358:2 4365:1 4406:1 4463:1 4503:1 4590:6 4596:1 4603:1 4630:1 4691:3 4753:2 4767:1 4783:1 4810:1 4833:1 4918:1 4934:1 4970:1 5052:1 5057:1 5058:1 5067:1 5121:1 5126:1 5142:1 5155:3 5156:1 5200:1 5249:1 5269:1 5294:2 5296:1 5315:1 5316:1 5323:1 5331:2 5350:1 5352:2 5360:1 5578:1 5589:1 5640:1 5674:1 5685:1 5728:1 5760:1 5788:1 5878:1 5949:1 6088:2 6104:1 6109:1 6222:1 6271:1 6288:1 6304:1 6422:2 6511:1 6520:1 6540:1 6609:1 6616:1 6625:1 6712:1 6728:1 6729:1 6738:1 6749:2 6762:2 6771:1 6772:1 6779:4 6810:1 6839:2 6929:1 6989:1 7028:1 7046:1 7056:1 7162:1 7170:1 7175:2 7192:1 7221:1 7288:1 7322:2 7336:1 7365:1 7432:1 7437:1 7441:1 7478:1 7533:1 7628:1 7663:1 7685:1 7833:1 7846:1 7880:1 7919:1 7931:1 8069:3 8078:1 8094:1 8146:6 8149:1 8155:2 8168:1 8171:2 8177:1 8188:1 8211:1 8230:1 8267:1 8317:1 8355:1 8387:1 8438:1 8599:1 8610:1 8656:1 8671:1 8674:6 8703:1 8704:2 8786:1 8800:6 8816:1 8986:1 8998:1 9006:1 9010:1 9015:1 9020:2 9071:1 9080:2 9082:1 9083:1 9087:1 9151:1 9169:1 9175:1 9180:1 9319:1 9345:1 9396:1 9400:1 9402:1 9403:1 9446:1 9454:1 9456:1 9478:1 9531:1 9589:1 9668:2 9695:1 9728:2 9732:1 9741:1 9743:1 9752:1 9806:1 9808:2 9859:1 9865:1 9916:1 9936:1 10042:1 10056:2 10057:1 10083:1 10093:1 10095:2 10155:1 10159:1 10298:2 10305:1 10316:1 10415:1 10435:6 10448:1 10455:1 10526:1 10527:1 10571:1 10577:1 10591:2 10622:2 10659:1 10673:2 10701:2 10767:1 10771:1 10783:1 10795:1 10800:2 11008:1 11080:1 11113:1 11140:1 11154:1 11180:2 11235:1 11258:1 11284:1 11293:1 11328:1 11333:1 11375:1 11501:1 11512:1 11515:1 11526:1 11543:1 11552:1 11559:1 11569:1 11595:1 11613:1 11614:2 11616:2 11617:1 11646:1 11678:1 11688:1 11694:1 11713:1 11784:1 11799:1 11851:1 11869:1 11907:1 11921:1 11923:1 11951:1 12045:1 12054:1 12067:1 12080:1 12199:1 12238:1 12262:1 12267:1 12273:1 12278:1 12301:1 12303:1 12306:2 12395:1 12487:1 12509:1 12551:1 12565:1 12647:1 12650:1 12678:2 12756:1 12757:1 12758:1 12847:1 12864:1 12881:2 12937:1 13036:2 13050:1 13101:1 13103:1 13111:1 13220:1 13252:1 13254:6 13267:1 13270:1 13304:1 13356:1 13449:1 13536:1 13547:1 13564:1 13654:1 13702:1 13711:1 13721:2 13747:1 13780:1 13865:1 13936:3 14034:1 14044:1 14097:1 14101:1 14107:1 14135:1 14178:1 14195:1 14250:2 14252:2 14278:1 14281:1 14325:1 14335:1 14336:1 14340:1 14375:1 14409:1 14425:3 14451:1 14469:1 14515:1 14522:1 14548:1 14559:1 14632:2 14640:1 14656:2 14734:1 14737:2 14786:1 14828:3 14935:1 14942:2 14945:2 14961:1 15040:1 15056:1 15069:1 15093:1 15100:1 15116:1 15136:1 15138:1 15187:6 15199:2 15211:1 15233:1 15283:1 15285:1 15346:1 15369:1 15396:1 15411:1 15523:1 15602:1 15619:1 15640:2 15722:1 15730:1 15731:1 15792:1 15824:1 15864:1 15866:1 15875:1 16030:1 16127:1 16151:1 16192:1 16198:1 16308:1 16333:1 16356:1 16371:1 16387:1 16393:2 16407:1 16418:1 16430:1 16483:1 16494:1 16517:3 16558:1 16653:1 16662:3 16748:1 16769:1 16820:1 16884:1 16908:1 16926:1 16935:1 17035:1 17055:1 17062:1 17068:1 17131:1 17182:1 17271:1 17415:1 17444:1 17550:1 17565:8 17609:2 17674:1 17683:1 17706:1 17729:2 17801:1 17804:1 17805:1 17874:1 17881:1 17956:1 17989:1 18079:1 18144:1 18164:1 18195:1 18250:2 18262:1 18378:1 18407:1 18474:1 18513:2 18538:1 18602:1 18606:2 18696:1 18707:1 18802:1 18814:1 18883:1 19048:1 19116:2 19136:1 19197:1 19327:1 19335:394 19383:1 19404:1 19418:1 19454:1 19468:1 19469:1 19493:1 19523:1 19543:1 19555:1 19820:1 19871:2 19932:1 19938:2 19976:2 20088:1 20121:1 20130:1 20143:2 20144:2 20179:2 20244:3 20265:2 20288:1 20294:1 20324:2 20346:1 20356:2 20365:2 20366:1 20376:1 20446:1 20519:1 20562:1 20595:1 20682:1 20692:1 20704:1 20726:1 20788:1 20789:2 20806:1 20901:1 20953:1 21053:2 21080:1 21086:1 21124:1 21193:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21409:1 21464:1 21495:2 21501:1 21506:1 21553:1 21563:2 21577:1 21592:1 21604:1 21614:1 21650:2 21667:2 21685:1 21784:1 21815:1 21824:1 21844:1 21932:1 22011:1 22016:1 22045:1 22071:1 22096:1 22129:1 22132:1 22182:1 22183:1 22187:1 22282:1 22293:2 22337:2 22366:1 22385:1 22469:2 22503:1 22557:2 22560:1 22570:1 22583:1 22592:1 22608:2 22635:1 22709:3 22712:1 22724:1 22748:1 22769:1 22891:1 22905:1 22908:2 22928:1 22977:1 22983:1 23012:2 23034:2 23100:1 23105:1 23112:2 23170:1 23175:1 23183:1 23187:1 23235:2 23239:1 23253:1 23282:1 23290:4 23305:1 23319:1 23339:1 23352:1 23384:1 23409:1 23477:1 23518:1 23548:1 23573:6 23589:1 23634:1 23641:1 23654:1 23749:1 23758:1 23764:1 23795:1 23884:1 23962:1 23979:1 24001:1 24041:6 24094:1 24118:1 24131:1 24136:3 24180:1 24193:1 24207:2 24211:1 24295:1 24404:2 24484:1 24486:1 24569:1 24580:1 24669:1 24692:2 24743:1 24764:1 24812:1 24813:1 24817:1 24869:1 24885:1 24888:1 24985:1 24987:1 25008:1 25009:1 25013:1 25060:1 25100:2 25132:1 25135:1 25140:1 25184:1 25235:1 25337:1 25410:1 25472:1 25480:1 25519:2 25554:1 25573:1 25642:1 25675:1 25776:1 25803:1 25804:1 25852:1 25855:2 25858:1 25863:2 25911:1 25984:1 26029:1 26064:1 26145:2 26162:1 26208:1 26333:2 26365:1 26385:1 26392:1 26393:1 26398:1 26402:1 26436:1 26450:1 26463:1 26476:2 26479:1 26519:1 26529:1 26533:1 26591:2 26689:1 26712:1 26720:1 26723:1 26731:1 26752:1 26774:1 26786:1 26837:1 26897:1 26921:1 26974:1 26985:1 26987:1 27032:1 27042:2 27056:1 27059:4 27123:1 27191:1 27272:1 27350:1 27354:1 27368:1 27412:1 27478:1 27503:1 27514:2 27556:1 27562:1 27572:1 27710:1 27727:1 27772:2 27798:1 27834:1 27844:1 27845:1 27847:1 27857:1 27888:1 27894:1 27899:1 28018:1 28034:1 28054:1 28055:1 28067:1 28090:2 28177:1 28218:1 28223:1 28251:1 28274:1 28303:1 28314:1 28346:1 28374:2 28377:1 28389:2 28423:2 28434:1 28458:1 28475:1 28531:1 28534:2 28548:1 28553:1 28557:1 28637:1 28650:1 28799:2 28804:1 28813:2 28815:1 28840:1 28879:1 28885:1 28892:1 28941:2 28957:1 29046:1 29058:1 29061:1 29094:1 29115:6 29158:2 29229:1 29263:2 29269:1 29283:1 29299:1 29367:1 29442:1 29535:6 29560:2 29575:1 29639:1 29643:3 29652:1 29838:1 29848:1 29876:1 29964:1 29982:1 29984:1 29999:1 30044:1 30057:2 30150:1 30154:1 30167:1 30205:1 30231:1 30234:2 30245:2 30268:1 30277:6 30303:1 30359:1
2 12:1 13:1 38:2 85:1 94:2 96:1 97:2 151:1 170:1 187:1 219:1 277:1 299:1 302:1 377:2 400:1 432:1 508:1 559:1 593:1 600:1 616:1 668:2 704:1 717:7 720:2 723:1 762:1 786:1 814:1 852:1 868:1 870:1 875:1 876:1 931:1 980:4 984:1 992:1 1029:1 1038:1 1044:1 1112:1 1122:1 1140:2 1284:1 1315:7 1330:1 1334:2 1360:1 1361:1 1376:1 1387:1 1414:2 1418:1 1460:2 1551:1 1559:1 1570:2 1606:1 1612:3 1672:1 1698:1 1701:1 1712:1 1738:1 1764:1 1805:1 1820:2 1894:1 1929:1 1945:1 1974:1 1994:1 2008:1 2013:1 2059:1 2073:1 2138:1 2158:1 2203:1 2286:1 2321:1 2390:1 2403:1 2426:1 2438:1 2440:2 2443:2 2447:1 2454:1 2469:1 2479:1 2492:1 2514:1 2557:1 2561:1 2584:1 2608:1 2633:2 2648:1 2671:1 2689:1 2861:2 2874:2 2881:1 2939:1 2941:1 2949:1 3017:1 3020:1 3108:2 3110:7 3117:1 3118:1 3135:1 3137:1 3176:2 3240:1 3432:1 3476:1 3496:1 3510:1 3549:1 3567:1 3651:1 3683:1 3703:1 3789:1 3802:1 3897:1 3917:1 4038:1 4045:1 4064:1 4093:1 4095:1 4097:1 4104:1 4142:1 4147:7 4202:1 4204:1 4217:1 4249:2 4264:1 4269:1 4273:2 4284:1 4322:1 4348:1 4358:2 4365:1 4406:1 4463:1 4503:1 4590:7 4596:1 4603:2 4630:1 4691:3 4706:1 4753:2 4767:1 4783:1 4810:1 4833:1 4918:1 4934:1 4958:1 4962:1 4970:1 5052:1 5057:1 5058:1 5067:1 5121:1 5126:1 5142:1 5155:3 5156:1 5200:1 5249:1 5269:1 5294:2 5296:1 5315:1 5316:1 5323:1 5331:2 5350:2 5352:2 5354:1 5360:1 5578:1 5589:1 5640:1 5674:1 5685:1 5728:1 5760:1 5788:1 5878:1 5949:1 6088:2 6104:1 6109:1 6222:1 6271:1 6288:1 6304:1 6422:2 6511:1 6520:1 6540:1 6609:1 6616:1 6625:2 6712:1 6728:1 6729:1 6738:1 6749:2 6762:2 6771:1 6772:1 6779:4 6810:1 6839:2 6929:1 6989:1 7028:1 7046:1 7056:1 7162:1 7170:1 7175:2 7192:1 7221:1 7288:1 7322:2 7336:1 7365:1 7432:1 7437:1 7441:1 7478:1 7533:1 7593:1 7628:1 7663:1 7685:1 7724:1 7833:1 7846:1 7880:1 7919:1 7931:1 8069:3 8078:1 8094:1 8146:8 8149:1 8155:2 8168:2 8171:2 8177:1 8185:1 8188:1 8211:1 8230:1 8267:1 8317:1 8355:1 8387:1 8438:1 8599:1 8610:1 8656:1 8671:1 8674:7 8703:2 8704:2 8751:1 8786:1 8800:7 8816:1 8970:1 8986:1 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9071:1 9080:2 9082:1 9083:1 9087:1 9151:1 9169:1 9175:1 9180:1 9319:1 9345:1 9396:1 9400:1 9402:1 9403:1 9446:1 9454:1 9456:1 9478:1 9480:1 9531:1 9589:1 9668:2 9695:1 9728:2 9732:2 9741:1 9743:1 9744:1 9752:1 9806:1 9808:2 9810:1 9859:1 9865:1 9916:1 9936:1 10042:1 10056:2 10057:1 10083:1 10093:1 10095:2 10155:1 10159:1 10298:2 10305:1 10316:1 10415:1 10435:7 10448:1 10455:1 10526:1 10527:1 10571:1 10577:1 10591:2 10597:1 10622:2 10659:1 10673:2 10701:2 10767:1 10771:1 10783:1 10795:1 10800:2 10969:1 11008:1 11080:1 11113:1 11132:1 11140:1 11154:1 11180:2 11235:1 11258:1 11284:1 11293:1 11328:1 11333:1 11375:1 11393:1 11442:1 11501:1 11512:2 11515:1 11526:1 11543:1 11552:1 11559:1 11569:1 11595:1 11599:1 11613:1 11614:2 11616:2 11617:1 11646:1 11678:1 11688:1 11694:1 11713:1 11784:1 11799:1 11851:1 11869:1 11907:1 11921:2 11923:1 11951:2 12045:1 12054:1 12067:1 12080:1 12161:1 12199:1 12238:1 12262:1 12267:1 12273:1 12278:1 12301:1 12303:1 12306:2 12395:1 12487:1 12509:1 12551:1 12565:1 12647:1 12650:1 12678:2 12756:1 12757:1 12758:1 12847:1 12864:1 12881:2 12937:1 13036:2 13050:1 13101:1 13103:1 13111:1 13220:1 13252:1 13254:7 13267:1 13270:3 13304:1 13327:1 13356:1 13432:1 13449:2 13536:1 13547:1 13564:1 13654:1 13676:1 13702:1 13711:1 13721:2 13747:1 13753:1 13780:1 13865:2 13936:4 14034:1 14044:1 14083:1 14097:1 14101:1 14107:1 14135:1 14163:1 14178:1 14195:1 14250:2 14252:2 14278:1 14281:1 14325:1 14335:1 14336:1 14340:1 14375:1 14409:1 14425:3 14451:1 14469:1 14515:2 14522:1 14548:1 14559:1 14632:2 14640:1 14656:2 14734:1 14737:2 14786:1 14828:3 14935:1 14942:2 14945:2 14961:1 15040:1 15056:1 15069:1 15093:1 15100:1 15116:1 15136:1 15138:1 15187:7 15199:2 15211:1 15233:1 15283:1 15285:1 15327:1 15346:1 15369:1 15396:1 15411:1 15523:1 15602:1 15619:1 15640:2 15722:1 15727:1 15730:1 15731:1 15755:1 15792:1 15824:1 15864:1 15866:1 15875:1 16030:1 16127:1 16151:1 16192:3 16198:2 16308:1 16333:1 16356:1 16371:1 16387:1 16393:2 16407:1 16418:1 16430:1 16483:1 16494:1 16517:3 16558:1 16653:1 16662:4 16748:1 16769:3 16820:1 16884:1 16908:1 16926:1 16935:2 17035:1 17055:1 17062:1 17068:1 17131:1 17174:1 17182:1 17271:1 17285:1 17320:1 17415:1 17444:1 17550:1 17565:9 17588:1 17591:1 17609:2 17674:1 17683:1 17706:1 17729:2 17764:1 17801:1 17804:1 17805:1 17874:1 17881:1 17956:1 17989:1 18079:1 18082:1 18144:1 18154:1 18164:2 18195:1 18250:2 18262:2 18378:1 18407:2 18474:1 18513:2 18538:1 18568:1 18602:1 18606:2 18696:1 18707:1 18802:2 18814:1 18883:1 19048:1 19116:2 19136:1 19197:1 19327:1 19335:450 19383:1 19404:1 19418:1 19423:1 19454:1 19468:1 19469:1 19493:1 19523:1 19543:1 19555:1 19820:1 19827:1 19871:2 19932:1 19938:2 19976:2 20088:1 20121:1 20130:1 20143:2 20144:2 20179:2 20244:3 20265:2 20288:1 20294:1 20324:2 20336:1 20346:1 20356:2 20365:2 20366:1 20376:1 20446:1 20519:1 20562:1 20595:1 20682:1 20692:1 20704:1 20726:1 20767:1 20788:1 20789:2 20806:1 20901:1 20953:1 20960:1 21003:1 21053:2 21080:1 21086:1 21124:1 21193:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21409:1 21464:1 21495:2 21501:1 21506:1 21553:1 21563:2 21577:1 21592:1 21604:1 21614:1 21650:2 21667:2 21685:1 21701:1 21770:1 21784:1 21815:1 21816:1 21824:1 21844:1 21877:1 21932:1 21992:1 22011:1 22016:1 22045:1 22071:1 22096:1 22129:1 22132:1 22182:1 22183:1 22187:1 22282:1 22293:2 22337:2 22366:1 22385:1 22469:2 22503:1 22557:2 22560:1 22570:1 22583:1 22592:1 22608:2 22635:1 22709:3 22712:1 22724:1 22748:1 22756:1 22769:1 22891:1 22905:1 22908:2 22928:2 22972:1 22977:1 22983:1 23012:2 23034:2 23100:1 23105:1 23112:2 23170:1 23175:3 23183:1 23187:1 23235:2 23237:1 23239:1 23253:1 23282:1 23290:4 23305:1 23319:1 23339:1 23352:1 23384:1 23409:1 23477:1 23518:1 23548:1 23573:7 23589:1 23634:1 23641:1 23654:1 23749:1 23758:1 23764:1 23795:1 23884:1 23962:1 23979:1 23981:2 23991:1 24001:1 24041:7 24094:1 24118:1 24131:1 24136:3 24180:1 24193:1 24207:2 24211:1 24295:1 24404:2 24484:1 24486:1 24569:1 24580:1 24669:1 24692:2 24743:1 24764:1 24812:1 24813:1 24817:1 24869:1 24885:1 24888:1 24985:1 24987:1 25008:1 25009:1 25013:1 25060:2 25100:2 25132:1 25135:1 25140:1 25184:1 25235:1 25332:1 25337:1 25410:1 25472:1 25480:1 25519:2 25554:1 25573:1 25601:1 25642:1 25675:1 25776:1 25803:1 25804:1 25852:1 25855:2 25858:1 25863:2 25911:1 25984:1 26029:1 26064:1 26085:1 26088:1 26145:2 26162:1 26181:1 26208:1 26333:2 26365:1 26385:1 26392:1 26393:1 26398:1 26402:1 26436:1 26450:1 26463:1 26476:2 26479:1 26519:1 26529:1 26533:2 26588:1 26591:2 26689:1 26712:1 26720:1 26723:1 26731:1 26752:1 26774:1 26786:1 26837:1 26863:1 26884:1 26897:1 26921:1 26974:1 26985:1 26987:1 27032:2 27042:2 27056:1 27059:4 27123:1 27191:1 27198:1 27272:1 27350:1 27354:1 27368:1 27412:1 27478:1 27503:1 27514:2 27556:1 27562:1 27572:1 27710:1 27727:1 27772:2 27798:2 27834:1 27844:1 27845:1 27847:2 27857:1 27888:1 27894:1 27899:1 27908:1 28018:1 28034:1 28054:1 28055:1 28067:2 28090:2 28177:1 28218:1 28223:1 28251:1 28274:1 28303:1 28314:1 28346:1 28374:2 28377:1 28389:2 28423:2 28434:1 28458:1 28475:1 28531:1 28534:2 28548:1 28553:1 28557:1 28637:1 28650:1 28799:2 28800:1 28804:1 28813:2 28815:1 28816:1 28840:1 28879:1 28884:1 28885:1 28892:1 28941:2 28957:1 29046:1 29058:1 29061:1 29094:1 29115:6 29158:2 29207:1 29229:1 29263:2 29269:1 29283:1 29299:1 29367:1 29442:1 29450:1 29535:7 29560:2 29575:1 29639:2 29643:4 29652:1 29677:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29982:1 29984:1 29999:1 30044:1 30057:2 30150:1 30154:1 30167:1 30205:1 30231:1 30234:2 30245:2 30268:1 30277:7 30303:1 30359:1 30360:2
2 12:1 13:1 38:2 85:1 94:2 96:1 97:2 151:2 170:1 187:1 219:1 272:1 276:1 277:1 298:1 299:1 302:1 377:2 400:1 432:1 471:1 508:1 549:1 559:1 593:1 600:1 616:1 668:2 679:1 684:1 704:1 717:8 720:2 723:1 762:1 786:1 814:1 852:1 868:1 870:1 872:1 875:1 876:1 931:2 980:4 984:1 992:2 1029:1 1038:1 1044:1 1049:1 1061:1 1086:1 1112:1 1122:1 1140:2 1259:1 1284:1 1315:7 1330:1 1334:2 1337:1 1360:1 1361:1 1376:1 1385:1 1387:1 1414:2 1418:1 1460:2 1481:1 1551:1 1559:1 1570:2 1583:1 1606:1 1612:3 1672:2 1698:1 1701:1 1712:1 1738:1 1764:1 1773:1 1805:1 1820:2 1821:1 1857:1 1894:1 1929:1 1945:1 1946:1 1974:1 1994:1 2008:1 2013:2 2059:1 2073:1 2138:1 2158:1 2176:1 2203:1 2286:1 2321:1 2390:1 2403:1 2426:1 2438:1 2440:2 2443:2 2447:1 2454:1 2458:1 2462:1 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2532:1 2557:1 2561:1 2562:1 2584:1 2600:1 2608:1 2624:1 2633:2 2648:1 2671:2 2689:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2939:1 2941:1 2946:1 2949:1 3009:2 3017:1 3020:1 3108:3 3110:8 3114:1 3117:1 3118:1 3135:2 3137:1 3161:1 3176:2 3240:1 3286:1 3432:1 3476:1 3496:1 3510:1 3549:1 3567:1 3651:1 3683:1 3703:1 3712:1 3789:1 3802:1 3897:1 3917:1 3936:1 3940:1 3998:1 4038:1 4045:1 4064:1 4093:1 4095:1 4097:1 4104:1 4142:1 4147:7 4148:1 4202:1 4204:1 4217:1 4226:1 4228:1 4249:2 4264:1 4269:1 4273:3 4284:1 4322:1 4348:1 4358:2 4365:1 4406:1 4425:1 4458:1 4459:1 4463:1 4469:1 4503:1 4590:7 4596:1 4603:2 4630:1 4691:4 4706:1 4753:2 4767:1 4779:1 4783:1 4810:1 4833:1 4918:1 4934:1 4958:1 4962:1 4970:1 5052:1 5057:1 5058:1 5067:1 5088:1 5089:1 5121:1 5126:1 5142:1 5144:1 5155:3 5156:2 5200:1 5249:1 5269:1 5294:2 5296:1 5315:2 5316:1 5323:1 5331:2 5340:1 5350:2 5352:2 5354:1 5360:1 5578:1 5589:1 5640:1 5674:1 5685:1 5728:1 5730:1 5731:1 5734:1 5760:1 5788:1 5793:1 5878:1 5949:1 5954:1 6088:2 6104:1 6109:1 6222:1 6271:1 6288:1 6304:1 6416:1 6422:2 6511:1 6520:1 6529:1 6539:1 6540:1 6558:1 6609:1 6616:1 6625:2 6648:1 6712:1 6728:1 6729:1 6738:1 6749:2 6762:2 6766:1 6771:1 6772:1 6779:4 6810:1 6839:2 6867:1 6926:1 6929:1 6989:1 7028:1 7046:1 7056:1 7162:1 7170:1 7175:2 7192:1 7221:1 7288:1 7322:2 7336:1 7349:1 7365:1 7432:1 7437:1 7441:1 7478:2 7533:1 7562:1 7593:1 7628:1 7653:1 7663:1 7685:1 7724:1 7833:1 7846:1 7880:2 7882:1 7919:1 7931:1 7970:1 7992:1 8068:1 8069:3 8078:1 8092:1 8094:2 8133:1 8146:11 8149:1 8155:2 8168:3 8171:2 8177:1 8185:1 8188:1 8211:1 8230:1 8267:2 8317:2 8332:1 8355:1 8387:1 8438:1 8599:1 8610:1 8647:1 8656:1 8671:1 8674:8 8703:3 8704:2 8732:1 8751:1 8786:1 8800:9 8816:1 8970:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9037:1 9071:1 9080:2 9082:1 9083:1 9087:1 9151:1 9169:1 9175:1 9180:1 9197:1 9319:1 9345:1 9396:1 9400:1 9402:1 9403:1 9446:1 9454:1 9456:1 9466:1 9478:1 9480:1 9531:1 9589:1 9668:2 9695:1 9728:2 9732:2 9741:1 9743:1 9744:1 9752:1 9791:1 9806:1 9808:2 9810:1 9852:1 9859:1 9865:1 9916:1 9934:1 9936:2 10042:1 10056:2 10057:2 10083:1 10093:1 10095:2 10155:1 10159:1 10298:2 10305:1 10316:1 10331:1 10415:1 10435:7 10448:1 10455:1 10498:1 10526:1 10527:1 10571:1 10577:1 10581:1 10591:2 10597:1 10622:2 10659:1 10673:2 10701:2 10735:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:2 10969:1 11008:1 11080:1 11094:1 11113:1 11132:1 11140:1 11154:1 11156:2 11180:2 11235:1 11258:1 11266:1 11275:1 11284:1 11293:1 11328:1 11333:1 11359:1 11375:1 11393:1 11442:1 11501:1 11512:2 11515:1 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11595:1 11599:1 11613:1 11614:2 11616:2 11617:1 11646:1 11678:2 11682:1 11687:1 11688:1 11694:1 11713:1 11755:1 11784:1 11799:1 11851:1 11869:1 11907:1 11921:2 11923:1 11951:2 12045:1 12054:1 12067:1 12080:1 12161:1 12199:1 12238:1 12250:1 12262:1 12267:1 12273:1 12278:1 12301:1 12303:1 12306:2 12319:1 12326:1 12395:1 12399:1 12404:1 12487:1 12509:1 12551:1 12565:1 12647:1 12650:1 12678:2 12702:1 12756:1 12757:1 12758:1 12847:1 12864:1 12881:2 12892:1 12937:1 13036:2 13050:1 13052:1 13095:1 13101:1 13103:1 13111:1 13220:1 13252:1 13254:8 13267:1 13270:3 13304:3 13324:1 13327:1 13356:1 13425:1 13432:1 13449:2 13523:1 13536:1 13547:1 13564:1 13576:1 13654:1 13676:1 13702:1 13711:1 13721:2 13747:1 13753:1 13780:1 13865:2 13869:1 13936:5 14034:1 14044:1 14054:1 14083:1 14097:1 14101:1 14107:1 14135:1 14159:1 14163:1 14178:1 14181:1 14195:1 14200:1 14250:2 14252:3 14278:1 14281:1 14286:1 14325:1 14335:1 14336:1 14340:1 14375:1 14409:1 14425:3 14451:1 14469:1 14515:2 14522:2 14548:1 14559:2 14632:2 14640:1 14656:2 14734:1 14737:2 14786:1 14828:3 14935:1 14942:2 14945:2 14961:1 15040:1 15056:1 15069:1 15093:1 15100:1 15116:1 15136:1 15138:1 15147:1 15187:8 15199:2 15211:1 15233:1 15283:1 15285:1 15289:1 15327:1 15346:1 15369:1 15396:1 15411:1 15523:1 15602:1 15619:1 15636:1 15640:2 15722:1 15727:2 15730:1 15731:1 15755:1 15792:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 16030:1 16127:1 16151:1 16192:3 16198:2 16308:1 16319:1 16333:1 16356:2 16371:1 16387:1 16393:2 16407:2 16418:1 16430:1 16483:1 16485:1 16494:1 16517:3 16558:1 16653:1 16662:5 16741:1 16748:1 16769:4 16820:2 16884:1 16908:1 16926:2 16935:2 16936:1 17035:1 17055:1 17062:1 17068:1 17131:1 17174:1 17182:1 17258:1 17271:2 17285:1 17320:1 17415:1 17444:1 17550:1 17565:11 17588:1 17591:1 17609:2 17674:1 17683:1 17706:1 17729:2 17763:1 17764:1 17801:1 17804:1 17805:1 17874:1 17881:1 17956:1 17989:1 18075:1 18079:1 18082:1 18083:1 18144:1 18154:1 18164:2 18195:1 18250:2 18262:2 18271:1 18378:1 18407:2 18474:1 18502:1 18513:2 18538:1 18568:1 18602:1 18606:2 18662:1 18696:1 18700:1 18707:1 18802:2 18807:1 18814:1 18883:1 19048:1 19116:3 19136:1 19197:1 19236:1 19263:1 19327:1 19335:513 19359:1 19369:1 19383:1 19404:1 19418:1 19423:1 19454:1 19468:1 19469:1 19493:1 19523:1 19543:1 19555:1 19820:1 19827:1 19871:2 19932:1 19938:2 19976:2 19980:1 19984:1 20088:1 20121:1 20130:1 20143:2 20144:2 20179:2 20244:4 20265:2 20288:2 20294:1 20324:3 20336:1 20346:1 20356:2 20365:2 20366:1 20376:1 20446:1 20519:1 20562:1 20595:1 20682:1 20692:1 20704:1 20726:1 20767:1 20788:1 20789:2 20806:1 20886:1 20901:1 20907:1 20953:1 20960:1 21003:1 21053:2 21080:1 21086:1 21124:1 21193:1 21265:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21409:1 21464:1 21468:1 21495:2 21501:1 21506:1 21529:1 21553:1 21563:2 21577:1 21592:1 21593:1 21604:1 21614:1 21650:2 21660:1 21667:2 21685:1 21701:1 21770:1 21774:1 21784:1 21815:1 21816:1 21824:1 21841:1 21844:1 21877:1 21932:1 21992:1 22011:1 22016:2 22045:1 22071:1 22096:1 22129:1 22130:1 22132:1 22182:1 22183:1 22187:1 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22414:1 22421:1 22469:2 22503:1 22557:2 22560:1 22570:1 22583:1 22592:1 22608:2 22635:1 22709:3 22712:1 22724:1 22735:1 22748:1 22755:1 22756:1 22769:1 22784:1 22891:1 22901:1 22905:1 22908:2 22928:2 22972:1 22977:1 22983:1 23012:2 23034:2 23100:1 23105:1 23112:2 23170:1 23175:4 23183:1 23187:1 23235:2 23237:1 23239:1 23253:1 23282:1 23290:5 23305:1 23319:1 23339:1 23352:1 23384:1 23409:1 23477:2 23518:1 23548:1 23573:7 23589:1 23595:1 23634:1 23641:1 23654:1 23749:1 23758:1 23764:1 23795:1 23884:1 23962:1 23965:1 23979:1 23981:2 23991:1 24001:1 24041:8 24094:1 24118:1 24131:1 24136:4 24180:1 24193:1 24207:2 24211:1 24265:1 24295:1 24404:2 24484:1 24486:1 24569:1 24580:1 24669:1 24692:2 24743:1 24764:1 24812:1 24813:1 24817:1 24869:1 24885:1 24888:1 24931:1 24985:1 24987:1 25008:1 25009:1 25013:1 25060:2 25100:2 25132:1 25135:1 25140:1 25184:1 25235:1 25332:1 25337:1 25410:1 25472:1 25480:1 25519:2 25554:1 25559:1 25573:1 25601:1 25642:1 25675:1 25756:1 25776:1 25803:1 25804:1 25852:1 25855:2 25858:1 25863:2 25911:1 25984:1 26029:1 26064:1 26085:1 26088:1 26145:2 26161:1 26162:1 26181:1 26187:1 26201:1 26208:1 26259:1 26290:1 26333:2 26354:1 26365:1 26385:1 26392:1 26393:1 26398:1 26402:1 26436:1 26450:1 26463:1 26476:2 26479:1 26519:1 26529:1 26533:2 26558:2 26588:1 26591:2 26637:1 26689:1 26712:1 26720:1 26723:1 26731:1 26748:1 26752:1 26774:1 26786:1 26837:1 26863:1 26884:1 26897:1 26921:1 26944:1 26974:1 26985:1 26987:1 27032:2 27042:2 27055:1 27056:1 27059:5 27060:1 27123:1 27149:1 27191:1 27198:1 27272:1 27326:1 27350:1 27354:1 27368:1 27412:1 27478:1 27503:1 27514:2 27556:2 27562:1 27572:1 27710:1 27726:1 27727:2 27747:1 27759:1 27772:2 27798:2 27834:1 27844:2 27845:1 27847:2 27857:1 27869:1 27877:1 27888:1 27894:1 27899:1 27908:1 28018:1 28034:1 28042:1 28047:1 28054:1 28055:1 28067:2 28090:2 28177:1 28218:1 28223:2 28251:1 28274:1 28303:1 28314:1 28346:1 28370:1 28371:1 28374:2 28377:2 28389:2 28394:1 28421:1 28423:2 28434:1 28458:1 28475:1 28491:1 28531:1 28534:2 28548:1 28553:1 28557:1 28582:1 28637:1 28650:1 28799:2 28800:1 28804:1 28813:2 28815:1 28816:2 28840:1 28873:1 28879:1 28884:1 28885:1 28892:1 28941:2 28957:1 29046:1 29058:1 29061:1 29091:1 29094:1 29115:6 29158:2 29207:1 29229:1 29245:1 29263:2 29269:1 29283:1 29299:1 29313:1 29365:1 29367:1 29442:1 29450:1 29535:9 29560:2 29574:1 29575:1 29639:2 29643:4 29652:1 29677:1 29703:1 29787:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29982:1 29984:1 29999:1 30044:1 30057:2 30082:1 30091:1 30150:1 30154:1 30167:1 30205:1 30231:1 30234:2 30245:4 30268:1 30277:8 30303:1 30352:1 30359:1 30360:2
2 12:1 13:1 38:2 68:1 85:1 94:2 96:1 97:2 151:2 170:1 187:1 219:1 235:1 272:1 276:2 277:1 298:1 299:1 302:1 333:1 377:2 400:1 407:1 409:1 432:1 471:1 508:1 549:1 559:1 593:1 600:1 616:1 668:2 679:1 684:1 704:2 717:9 720:2 723:1 762:1 786:1 796:1 801:1 814:1 852:1 868:1 870:1 872:1 875:1 876:1 931:2 980:5 984:1 992:2 1029:1 1038:2 1044:1 1049:1 1056:1 1061:1 1086:1 1112:1 1122:1 1140:2 1214:1 1259:1 1284:1 1315:8 1329:2 1330:1 1334:2 1337:1 1360:1 1361:1 1376:1 1385:1 1387:1 1414:2 1418:1 1460:2 1481:1 1496:1 1510:2 1551:1 1559:1 1570:2 1583:1 1606:2 1612:3 1636:1 1672:2 1698:1 1701:1 1712:1 1738:1 1764:1 1773:1 1805:1 1820:2 1821:2 1857:1 1894:1 1929:1 1945:1 1946:1 1955:1 1974:1 1994:2 2008:1 2013:2 2019:1 2059:1 2073:1 2138:1 2158:1 2176:1 2203:1 2249:1 2286:2 2321:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:2 2443:2 2447:1 2448:1 2454:2 2458:1 2462:1 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2532:1 2557:1 2561:1 2562:1 2584:1 2600:1 2608:1 2624:1 2633:2 2648:1 2671:2 2689:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2939:1 2941:1 2946:1 2949:1 3009:2 3017:1 3020:1 3108:3 3110:9 3114:1 3117:1 3118:1 3135:2 3137:1 3161:1 3176:3 3240:1 3286:1 3432:1 3476:1 3496:1 3507:1 3510:1 3549:1 3567:1 3651:1 3683:1 3703:1 3711:1 3712:1 3789:1 3802:1 3897:1 3917:1 3936:1 3940:1 3998:1 4038:1 4045:1 4064:1 4093:1 4095:1 4097:1 4104:1 4142:1 4147:8 4148:2 4202:1 4204:1 4217:1 4222:1 4226:1 4228:2 4249:2 4264:1 4269:1 4273:4 4284:1 4322:1 4348:1 4358:2 4365:1 4406:1 4425:1 4458:2 4459:1 4463:2 4469:1 4503:1 4590:8 4596:1 4603:2 4630:1 4691:5 4706:1 4753:2 4767:2 4779:1 4783:1 4810:1 4833:1 4918:1 4934:1 4958:1 4962:1 4970:1 5052:1 5057:1 5058:1 5067:1 5072:1 5088:1 5089:1 5121:1 5126:1 5142:1 5144:1 5155:6 5156:2 5200:1 5249:1 5269:1 5294:2 5296:1 5315:2 5316:1 5317:1 5323:1 5331:2 5340:1 5348:1 5350:2 5352:2 5354:1 5360:1 5578:1 5589:1 5640:1 5674:1 5685:1 5728:1 5730:1 5731:1 5734:1 5760:1 5788:1 5793:1 5878:1 5949:1 5954:1 6088:2 6104:1 6109:1 6124:1 6222:1 6271:1 6288:1 6304:1 6416:1 6422:2 6427:1 6470:1 6511:1 6520:1 6529:1 6539:1 6540:2 6558:1 6609:1 6616:1 6625:2 6648:1 6712:1 6728:1 6729:1 6738:1 6749:3 6762:2 6766:1 6771:1 6772:1 6779:4 6810:1 6839:2 6867:1 6926:1 6929:1 6989:1 7028:1 7046:1 7056:1 7162:1 7165:1 7170:1 7175:2 7192:1 7221:1 7288:1 7322:2 7336:1 7349:1 7365:1 7432:1 7437:1 7441:1 7464:1 7478:3 7533:1 7562:1 7593:1 7628:1 7653:1 7663:1 7685:1 7724:1 7833:1 7846:1 7880:2 7882:1 7919:2 7931:1 7970:1 7992:1 8025:1 8068:1 8069:3 8078:1 8092:1 8094:2 8126:2 8133:1 8146:14 8149:1 8155:2 8168:3 8171:2 8177:1 8185:1 8188:1 8211:1 8230:1 8267:2 8281:1 8317:2 8332:1 8355:1 8357:1 8387:2 8438:1 8441:1 8599:1 8610:1 8647:1 8656:1 8671:1 8674:9 8703:4 8704:2 8732:1 8744:1 8751:2 8786:1 8800:11 8816:1 8970:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9037:1 9071:1 9080:2 9082:1 9083:1 9087:1 9100:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:1 9319:1 9345:1 9396:1 9400:1 9402:1 9403:1 9436:1 9446:1 9454:1 9456:1 9466:1 9478:1 9480:1 9531:1 9578:1 9589:1 9668:2 9695:1 9728:2 9732:2 9741:1 9743:1 9744:1 9752:1 9791:1 9806:1 9808:2 9810:1 9816:1 9841:2 9852:2 9859:1 9865:1 9916:1 9934:1 9936:2 10042:1 10056:2 10057:4 10083:1 10093:1 10095:2 10118:1 10155:1 10158:1 10159:1 10186:1 10188:1 10237:1 10298:3 10305:1 10316:1 10331:1 10415:1 10435:8 10448:1 10455:1 10498:1 10526:1 10527:1 10571:1 10572:1 10577:1 10581:1 10591:2 10597:1 10622:2 10633:1 10659:1 10673:2 10701:2 10735:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10906:1 10969:1 11008:1 11080:1 11094:1 11113:1 11132:1 11140:1 11154:1 11156:2 11180:2 11235:1 11237:1 11258:1 11266:2 11275:1 11284:1 11293:1 11328:1 11333:1 11359:1 11375:1 11393:1 11442:1 11501:1 11512:2 11515:1 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11592:1 11595:1 11599:1 11613:1 11614:2 11616:2 11617:1 11646:1 11664:1 11678:3 11682:1 11687:1 11688:1 11694:1 11713:1 11755:1 11784:1 11799:1 11851:1 11869:1 11879:1 11907:1 11921:2 11923:1 11951:2 11993:2 12045:1 12054:1 12067:1 12080:1 12161:1 12175:2 12199:1 12238:1 12250:1 12253:1 12262:1 12267:2 12273:2 12278:2 12301:1 12303:1 12306:2 12319:1 12326:1 12345:1 12386:1 12395:1 12399:1 12404:1 12407:1 12436:2 12487:1 12509:1 12551:1 12565:1 12647:1 12650:1 12678:2 12698:1 12702:1 12756:1 12757:1 12758:1 12847:1 12864:1 12881:2 12892:1 12937:1 12942:1 13024:1 13036:2 13050:1 13052:1 13095:1 13101:1 13103:1 13111:1 13220:1 13224:1 13252:1 13254:9 13267:1 13270:3 13279:1 13304:3 13324:1 13327:1 13353:1 13356:1 13425:1 13432:1 13449:2 13523:1 13536:1 13547:1 13564:1 13576:1 13654:1 13676:1 13702:1 13711:1 13721:3 13747:1 13753:1 13780:1 13865:2 13869:1 13885:1 13927:1 13936:5 14034:1 14044:1 14054:1 14083:1 14097:2 14101:2 14107:1 14135:1 14159:1 14163:1 14178:1 14181:1 14195:1 14200:1 14241:1 14243:1 14250:2 14252:5 14278:1 14281:1 14286:1 14325:1 14335:1 14336:1 14340:1 14375:1 14409:1 14425:3 14451:1 14469:1 14515:2 14522:2 14548:1 14559:4 14632:2 14640:1 14656:3 14734:1 14737:2 14786:1 14828:3 14935:2 14942:2 14945:2 14961:1 15040:1 15056:1 15069:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15136:1 15138:1 15147:1 15187:9 15199:2 15202:1 15204:1 15211:1 15233:1 15283:1 15285:1 15289:2 15302:1 15309:1 15327:1 15346:2 15369:1 15396:1 15411:1 15523:1 15602:2 15619:1 15636:1 15640:2 15703:1 15722:1 15727:2 15730:1 15731:1 15755:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:1 16030:1 16126:1 16127:1 16151:1 16192:3 16198:2 16308:1 16319:1 16333:1 16356:2 16371:1 16387:1 16393:2 16407:2 16418:1 16430:1 16483:1 16485:1 16494:1 16517:4 16558:1 16653:1 16662:5 16741:1 16748:1 16769:5 16820:2 16884:1 16908:1 16926:3 16935:2 16936:1 17035:1 17055:1 17062:1 17068:1 17131:1 17174:1 17182:1 17258:1 17271:2 17285:1 17320:1 17415:1 17422:1 17444:1 17446:1 17453:1 17550:1 17565:13 17588:1 17591:1 17609:2 17674:1 17683:1 17706:1 17729:2 17737:2 17763:1 17764:1 17801:1 17804:1 17805:1 17874:1 17881:1 17901:1 17956:1 17989:1 18075:1 18079:1 18082:1 18083:1 18144:1 18154:1 18164:2 18195:1 18250:2 18262:2 18271:1 18378:1 18407:2 18474:1 18502:1 18513:2 18538:1 18568:1 18602:1 18606:2 18662:1 18686:1 18696:1 18700:1 18707:1 18802:2 18807:1 18814:1 18847:1 18883:1 19048:1 19116:3 19136:1 19197:1 19236:1 19263:1 19316:1 19327:1 19335:578 19359:1 19369:1 19383:1 19404:1 19418:1 19423:1 19444:1 19454:1 19468:1 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19820:1 19827:1 19871:2 19872:1 19889:1 19932:1 19938:2 19976:2 19980:1 19984:1 20088:1 20121:1 20130:1 20143:2 20144:2 20173:1 20179:2 20211:1 20244:5 20265:2 20288:2 20294:1 20324:3 20336:1 20346:1 20356:2 20365:2 20366:1 20376:1 20446:1 20450:1 20473:1 20519:1 20562:1 20595:1 20678:1 20682:1 20692:1 20704:1 20726:1 20767:1 20788:1 20789:3 20806:1 20886:1 20901:1 20907:2 20953:1 20960:1 20977:1 20992:1 21003:1 21053:2 21080:1 21086:1 21124:1 21193:1 21265:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21409:1 21464:1 21468:1 21495:2 21501:1 21506:2 21529:1 21553:1 21563:2 21571:1 21577:1 21592:1 21593:1 21604:1 21614:1 21650:2 21660:1 21667:2 21685:1 21701:1 21770:1 21774:2 21784:1 21815:1 21816:1 21824:1 21841:1 21844:1 21877:1 21893:1 21932:1 21992:1 22011:1 22016:2 22045:1 22071:1 22083:1 22096:1 22129:1 22130:1 22132:1 22182:1 22183:1 22187:1 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22414:1 22421:1 22469:2 22503:1 22540:1 22557:2 22560:1 22570:1 22583:1 22592:1 22608:2 22619:1 22635:1 22709:3 22712:1 22724:1 22735:1 22748:1 22755:1 22756:1 22769:1 22784:1 22891:1 22901:1 22905:1 22908:3 22928:2 22939:1 22972:1 22977:1 22983:1 23012:2 23034:2 23100:1 23105:1 23112:2 23170:1 23175:5 23177:1 23183:1 23187:1 23235:3 23237:1 23239:1 23253:1 23282:1 23290:6 23305:1 23319:1 23339:1 23352:1 23384:1 23409:1 23477:2 23518:1 23548:1 23573:8 23589:1 23594:1 23595:1 23634:1 23641:1 23654:1 23655:1 23688:1 23693:1 23749:1 23758:1 23764:1 23795:1 23884:1 23962:1 23965:1 23979:1 23981:2 23991:1 24001:1 24041:9 24067:1 24094:1 24118:1 24131:1 24136:5 24180:1 24193:1 24207:2 24211:1 24216:1 24262:1 24265:1 24295:1 24404:2 24431:1 24484:1 24486:1 24569:1 24580:1 24669:1 24692:2 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24869:1 24885:1 24888:1 24907:1 24931:2 24947:1 24983:1 24985:1 24987:1 25008:1 25009:1 25013:1 25029:1 25060:2 25100:2 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25235:1 25332:1 25337:1 25410:1 25414:1 25472:1 25480:1 25486:1 25519:2 25554:1 25559:1 25573:1 25601:1 25642:1 25675:1 25756:1 25776:1 25803:1 25804:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25984:1 26029:1 26064:1 26085:1 26088:1 26145:2 26161:1 26162:1 26181:1 26187:1 26201:1 26208:1 26259:1 26290:1 26333:2 26354:1 26365:1 26385:1 26392:1 26393:1 26398:1 26402:1 26436:1 26450:1 26463:1 26476:2 26479:1 26519:1 26529:1 26533:2 26558:2 26588:1 26591:2 26637:1 26689:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:1 26837:1 26863:1 26870:1 26884:1 26897:1 26921:1 26944:1 26957:1 26974:1 26985:1 26987:1 27023:1 27032:2 27042:2 27055:1 27056:1 27059:5 27060:1 27123:1 27149:2 27191:1 27198:1 27272:1 27326:1 27350:1 27354:1 27365:1 27368:1 27412:1 27478:1 27503:1 27514:2 27556:2 27562:1 27572:1 27599:1 27710:1 27726:1 27727:2 27747:1 27759:1 27772:3 27798:2 27834:1 27844:2 27845:1 27847:2 27857:1 27869:1 27877:1 27888:1 27892:1 27894:1 27899:1 27908:1 27955:1 28018:1 28034:1 28042:2 28047:2 28054:1 28055:1 28067:2 28090:2 28177:1 28218:1 28223:2 28250:1 28251:1 28274:1 28303:1 28314:1 28346:1 28356:1 28370:1 28371:1 28374:2 28377:2 28389:2 28394:1 28421:1 28423:2 28434:1 28444:1 28458:1 28475:2 28491:1 28531:1 28534:2 28548:1 28553:1 28557:1 28582:1 28608:1 28637:1 28640:1 28650:1 28799:2 28800:1 28804:1 28813:2 28815:1 28816:2 28840:1 28873:1 28879:1 28884:1 28885:1 28892:1 28941:2 28957:1 29011:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:7 29158:3 29207:1 29229:2 29245:1 29263:2 29269:1 29283:1 29299:1 29313:1 29322:1 29365:1 29367:1 29390:1 29400:2 29442:1 29450:1 29535:11 29560:2 29574:2 29575:1 29639:2 29643:4 29652:1 29677:1 29703:1 29787:1 29807:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29970:2 29982:1 29984:1 29999:1 30044:1 30057:2 30082:1 30091:1 30150:1 30154:1 30167:1 30202:1 30205:1 30231:1 30234:2 30245:4 30268:1 30277:9 30303:1 30352:1 30359:1 30360:2
2 12:1 13:1 38:2 68:1 85:1 94:2 96:1 97:2 151:2 170:1 187:1 219:1 235:1 272:1 276:2 277:1 298:1 299:1 302:1 333:1 377:3 400:1 407:1 409:1 432:1 446:1 471:1 508:1 539:1 549:1 559:1 593:1 600:1 616:1 668:2 679:1 684:1 704:2 717:10 720:2 723:1 762:1 786:1 796:1 801:1 814:1 852:1 868:1 870:1 872:1 875:1 876:1 931:2 980:5 984:1 992:4 1029:1 1038:2 1044:1 1049:1 1056:1 1061:1 1086:1 1112:1 1122:1 1140:2 1214:1 1256:1 1259:1 1284:1 1315:9 1329:2 1330:1 1334:2 1337:1 1360:1 1361:1 1376:1 1385:1 1387:1 1414:2 1418:1 1460:2 1481:1 1496:1 1510:2 1551:1 1559:1 1570:2 1583:1 1606:2 1612:3 1636:1 1672:2 1698:1 1701:1 1712:1 1729:1 1738:1 1764:1 1770:1 1773:1 1805:1 1820:2 1821:2 1857:1 1894:1 1929:1 1945:1 1946:1 1955:1 1974:1 1994:2 2008:1 2013:2 2019:1 2059:1 2073:1 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2249:1 2252:1 2286:2 2321:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:1 2454:2 2458:1 2462:2 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2532:1 2557:1 2561:1 2562:1 2584:1 2600:1 2608:1 2624:1 2633:2 2648:1 2671:2 2689:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2939:1 2941:1 2946:1 2949:1 3009:2 3017:1 3020:1 3108:3 3110:10 3114:1 3117:2 3118:1 3135:2 3137:1 3155:1 3161:1 3170:1 3176:3 3200:1 3240:1 3286:1 3432:1 3476:1 3496:1 3507:1 3510:1 3549:1 3567:1 3651:1 3683:1 3703:1 3711:1 3712:1 3789:1 3802:1 3897:1 3917:1 3936:1 3940:1 3998:1 4033:1 4038:1 4045:1 4064:1 4093:1 4095:1 4097:1 4104:1 4142:1 4147:9 4148:2 4202:1 4204:1 4217:1 4222:1 4226:1 4228:2 4249:2 4264:1 4269:1 4273:4 4284:1 4322:1 4348:1 4358:2 4365:1 4405:1 4406:1 4425:1 4458:2 4459:1 4463:2 4469:1 4503:1 4590:9 4596:1 4603:2 4630:1 4691:6 4706:1 4753:2 4767:2 4772:1 4779:1 4783:1 4810:1 4833:1 4918:1 4934:1 4958:1 4962:1 4970:1 5052:1 5057:1 5058:1 5067:1 5072:1 5088:1 5089:1 5121:1 5126:1 5142:1 5144:1 5155:6 5156:2 5200:1 5249:1 5269:1 5294:2 5296:1 5315:2 5316:1 5317:1 5323:1 5331:2 5340:1 5348:1 5350:2 5352:2 5354:1 5360:1 5431:1 5578:1 5589:1 5590:1 5640:1 5674:1 5685:1 5728:1 5730:1 5731:1 5734:1 5760:1 5788:1 5793:1 5878:1 5949:1 5954:1 6001:1 6088:2 6104:1 6109:1 6124:1 6222:1 6271:1 6274:1 6288:1 6304:1 6416:1 6422:2 6427:1 6470:1 6511:1 6520:1 6527:1 6529:1 6539:1 6540:2 6558:1 6574:1 6609:1 6616:1 6625:3 6648:1 6705:1 6712:1 6728:1 6729:1 6738:1 6749:3 6762:2 6766:1 6771:1 6772:1 6779:4 6810:1 6839:2 6867:1 6918:1 6926:1 6929:1 6989:1 7018:1 7028:1 7046:1 7056:1 7162:1 7165:1 7170:1 7175:2 7192:1 7221:1 7288:1 7322:2 7336:1 7349:1 7365:1 7432:1 7437:1 7441:1 7464:1 7478:3 7533:1 7562:1 7593:1 7628:1 7653:1 7663:1 7685:1 7724:1 7738:1 7833:1 7846:1 7880:3 7882:1 7919:2 7931:1 7970:1 7992:1 8025:1 8068:1 8069:4 8078:1 8092:1 8094:4 8126:2 8133:1 8146:16 8149:1 8155:2 8168:3 8171:2 8177:1 8185:1 8188:1 8211:1 8230:1 8267:2 8281:1 8317:2 8332:1 8355:1 8357:1 8387:2 8438:1 8441:1 8599:1 8610:1 8647:1 8656:1 8671:1 8674:10 8687:1 8703:4 8704:2 8732:1 8744:1 8751:2 8786:1 8800:12 8816:1 8908:1 8916:1 8970:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9037:1 9071:1 9080:2 9082:1 9083:1 9087:1 9100:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:1 9319:1 9345:1 9396:1 9400:1 9402:1 9403:1 9433:1 9436:1 9446:1 9454:1 9456:1 9466:1 9478:1 9480:1 9531:1 9578:1 9589:1 9668:2 9670:1 9695:1 9728:2 9732:2 9734:1 9741:1 9743:1 9744:1 9752:1 9791:1 9806:1 9808:2 9810:1 9816:1 9841:2 9852:2 9859:1 9865:1 9916:1 9934:1 9936:2 9953:1 10042:1 10056:2 10057:4 10083:1 10093:1 10095:2 10118:1 10155:1 10158:1 10159:1 10186:1 10188:1 10237:1 10298:3 10305:1 10316:1 10319:2 10331:1 10415:1 10435:9 10448:1 10455:1 10482:1 10498:1 10526:1 10527:1 10571:1 10572:1 10577:1 10581:1 10591:2 10597:1 10622:2 10633:1 10638:1 10659:1 10673:2 10674:1 10701:2 10735:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10898:1 10906:1 10950:1 10969:1 11008:1 11080:1 11094:1 11113:1 11132:1 11140:1 11154:1 11156:2 11180:2 11235:1 11237:1 11258:2 11266:2 11275:1 11284:1 11293:1 11328:1 11333:1 11346:1 11359:1 11375:1 11393:1 11442:1 11501:1 11512:2 11515:1 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11592:1 11595:1 11599:1 11613:1 11614:2 11616:2 11617:1 11646:1 11664:1 11678:3 11682:1 11687:1 11688:1 11694:1 11705:2 11713:1 11755:1 11784:1 11799:1 11851:1 11869:1 11879:1 11907:1 11921:2 11923:1 11951:2 11993:2 12041:1 12045:1 12054:1 12067:2 12080:1 12081:1 12161:1 12175:2 12199:1 12238:1 12250:1 12253:1 12262:1 12267:2 12273:2 12278:2 12301:1 12303:1 12306:2 12319:1 12326:1 12345:1 12386:1 12395:1 12399:1 12404:1 12407:1 12436:2 12487:1 12509:1 12551:1 12565:1 12647:1 12650:2 12678:2 12698:1 12702:1 12756:1 12757:1 12758:1 12847:1 12864:1 12881:2 12892:1 12937:1 12942:1 13024:1 13036:2 13050:1 13052:1 13095:1 13101:1 13103:1 13111:1 13220:1 13224:1 13252:2 13254:10 13267:1 13270:3 13279:1 13304:3 13324:1 13327:1 13353:1 13356:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:1 13654:1 13676:1 13694:1 13702:1 13711:1 13721:3 13747:1 13753:1 13780:1 13852:1 13857:1 13865:2 13869:1 13885:1 13927:1 13936:5 14034:1 14044:1 14054:1 14083:1 14097:2 14101:2 14107:1 14135:1 14159:1 14163:1 14178:1 14181:1 14182:1 14195:1 14200:1 14241:1 14243:1 14250:2 14252:5 14278:1 14281:1 14286:1 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14409:1 14425:3 14451:1 14462:1 14469:1 14515:2 14522:2 14548:1 14559:5 14632:2 14640:1 14656:3 14734:1 14737:2 14786:1 14828:3 14926:1 14935:2 14942:2 14945:2 14960:1 14961:1 15040:1 15056:1 15069:1 15079:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15136:1 15138:1 15147:1 15187:10 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:2 15302:1 15309:1 15327:1 15346:2 15369:1 15396:1 15411:1 15523:1 15602:2 15619:1 15636:1 15640:2 15703:1 15722:1 15727:2 15730:1 15731:1 15755:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:1 15932:1 16010:1 16030:1 16126:1 16127:1 16151:1 16192:3 16198:2 16308:1 16319:1 16333:1 16356:2 16371:1 16387:1 16393:2 16407:2 16418:1 16430:1 16483:1 16485:1 16494:1 16517:4 16558:1 16653:1 16662:5 16741:1 16748:1 16769:6 16820:2 16884:1 16908:1 16926:3 16935:2 16936:1 17035:1 17055:1 17062:1 17065:1 17068:1 17131:1 17174:1 17182:1 17258:1 17271:2 17285:1 17320:1 17333:1 17415:1 17422:1 17444:1 17446:1 17452:1 17453:1 17550:1 17565:14 17588:1 17591:1 17609:2 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17763:1 17764:1 17801:1 17804:1 17805:1 17874:1 17881:1 17901:1 17956:1 17989:1 18075:1 18079:1 18082:1 18083:1 18144:1 18154:1 18164:2 18195:1 18250:2 18262:2 18271:1 18378:1 18407:2 18474:1 18502:1 18513:2 18538:1 18568:1 18602:1 18606:2 18614:1 18662:1 18686:1 18690:1 18696:1 18700:1 18707:1 18802:2 18807:1 18814:1 18847:1 18883:1 19048:1 19116:3 19136:1 19197:2 19236:1 19263:1 19316:1 19327:1 19335:671 19359:1 19369:1 19383:1 19404:1 19418:1 19423:1 19444:1 19454:1 19468:1 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19799:1 19820:1 19827:1 19871:2 19872:1 19889:1 19932:1 19938:2 19976:2 19980:1 19984:1 20088:1 20121:1 20130:1 20143:2 20144:2 20173:1 20179:2 20211:1 20244:6 20265:2 20288:2 20294:1 20324:3 20336:1 20346:1 20356:2 20365:2 20366:1 20376:1 20446:1 20450:1 20473:1 20519:1 20562:1 20595:1 20678:1 20682:1 20692:1 20704:1 20726:1 20767:1 20788:1 20789:3 20806:1 20821:1 20886:1 20901:1 20907:2 20943:1 20953:1 20960:1 20977:1 20992:1 21003:1 21053:2 21080:1 21086:1 21124:1 21193:1 21196:1 21265:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21409:1 21464:1 21468:1 21495:2 21501:1 21506:2 21529:1 21553:1 21556:1 21563:2 21571:1 21577:2 21592:1 21593:1 21604:1 21614:1 21650:2 21660:1 21667:2 21685:1 21701:1 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21824:1 21841:1 21844:1 21877:1 21893:1 21932:1 21992:1 22011:1 22013:1 22016:2 22045:1 22071:1 22083:1 22096:1 22129:1 22130:1 22132:1 22182:1 22183:1 22187:1 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22414:1 22421:1 22469:2 22503:1 22540:1 22557:2 22560:1 22570:1 22583:1 22592:1 22608:3 22619:1 22635:1 22709:3 22712:1 22724:1 22735:1 22748:1 22755:1 22756:1 22769:1 22784:1 22833:1 22891:1 22901:1 22905:1 22908:3 22928:2 22939:1 22972:1 22977:1 22983:1 23012:2 23034:2 23082:1 23100:1 23105:1 23112:2 23170:1 23175:6 23177:1 23183:1 23187:1 23235:4 23237:1 23239:1 23253:1 23282:1 23290:7 23305:1 23319:1 23339:1 23340:1 23352:1 23384:1 23409:1 23477:2 23518:1 23548:1 23573:9 23589:1 23594:1 23595:1 23634:1 23639:1 23641:1 23642:1 23654:1 23655:1 23688:1 23693:1 23749:1 23758:1 23764:1 23795:1 23884:1 23962:1 23965:1 23979:1 23981:2 23991:1 23996:1 24001:1 24041:10 24067:1 24094:1 24118:1 24123:1 24131:1 24136:6 24180:1 24193:1 24207:2 24211:1 24216:1 24262:1 24265:1 24295:1 24404:2 24431:1 24484:1 24486:1 24521:1 24560:1 24569:1 24580:1 24669:1 24692:2 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24869:1 24885:1 24888:1 24907:1 24931:2 24947:1 24983:1 24985:1 24987:1 25008:1 25009:1 25013:1 25029:1 25060:2 25100:3 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25235:1 25332:1 25337:1 25410:1 25414:1 25461:1 25472:1 25480:1 25486:1 25519:2 25554:1 25559:1 25573:1 25601:1 25614:2 25634:1 25642:1 25652:1 25675:1 25756:1 25776:1 25803:1 25804:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25984:1 26029:1 26064:1 26085:1 26088:1 26145:2 26161:1 26162:1 26181:1 26187:1 26201:1 26208:1 26259:1 26290:1 26333:2 26354:1 26365:1 26385:1 26392:1 26393:1 26398:1 26402:1 26436:1 26450:1 26463:1 26476:2 26479:1 26505:1 26519:1 26529:1 26533:2 26558:2 26588:1 26591:2 26598:1 26637:1 26689:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:1 26837:1 26863:1 26870:1 26884:1 26897:1 26900:1 26921:1 26944:1 26957:1 26974:1 26985:1 26987:1 27023:1 27032:3 27042:2 27055:1 27056:1 27059:5 27060:1 27123:1 27149:2 27191:1 27198:1 27272:1 27326:1 27350:1 27354:1 27365:1 27368:1 27412:1 27478:1 27503:1 27514:2 27556:2 27562:1 27572:1 27599:1 27710:1 27719:1 27726:1 27727:2 27747:1 27759:1 27772:3 27798:2 27834:1 27844:2 27845:1 27847:2 27857:1 27869:1 27877:1 27888:2 27892:1 27894:1 27899:1 27908:1 27955:1 28018:1 28034:1 28042:3 28047:2 28054:1 28055:1 28067:2 28090:2 28177:1 28187:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28303:1 28314:1 28346:1 28356:1 28370:1 28371:1 28374:2 28377:2 28389:2 28394:1 28421:1 28423:2 28434:1 28444:1 28458:1 28475:2 28491:1 28531:1 28534:2 28548:1 28553:1 28557:1 28582:1 28608:1 28637:1 28640:1 28650:1 28799:2 28800:1 28804:1 28813:2 28815:1 28816:2 28840:1 28873:1 28879:1 28884:1 28885:1 28892:1 28941:2 28957:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:7 29158:3 29207:1 29229:2 29245:1 29263:3 29269:1 29283:1 29299:1 29301:1 29313:1 29322:1 29365:1 29367:1 29390:1 29400:2 29442:1 29450:1 29535:12 29560:2 29574:2 29575:1 29606:1 29639:2 29643:4 29652:1 29677:1 29703:1 29787:1 29807:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29970:2 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:1 30091:1 30150:1 30154:1 30167:1 30202:1 30205:1 30231:1 30234:2 30245:4 30268:1 30277:10 30303:1 30352:1 30359:1 30360:2
2 12:1 13:1 38:2 68:1 85:1 94:2 96:1 97:2 128:1 151:2 170:1 187:1 219:1 235:1 258:1 272:1 276:2 277:1 298:1 299:1 302:1 333:1 377:3 400:1 407:1 409:1 432:1 437:1 446:1 471:1 508:1 539:1 549:1 559:1 593:1 600:1 616:1 668:2 679:1 684:1 704:2 717:11 720:2 723:1 762:1 786:1 796:1 801:1 814:1 852:1 868:1 870:1 872:2 875:1 876:1 931:2 980:5 984:1 992:4 1029:2 1038:2 1044:1 1049:1 1056:1 1061:2 1086:1 1112:1 1122:1 1140:2 1214:1 1256:1 1259:2 1284:1 1315:10 1329:2 1330:1 1334:2 1337:1 1360:1 1361:1 1376:1 1385:1 1387:1 1414:2 1418:1 1460:2 1481:1 1496:1 1504:1 1510:2 1551:1 1559:1 1570:2 1583:1 1606:2 1612:3 1636:1 1672:2 1698:1 1701:1 1712:1 1729:1 1738:1 1764:1 1770:1 1773:1 1805:1 1820:2 1821:2 1857:1 1894:1 1905:1 1929:1 1945:1 1946:1 1955:1 1974:1 1994:2 2008:1 2013:2 2019:1 2059:1 2073:1 2081:1 2101:1 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2249:1 2252:1 2286:2 2321:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:1 2454:2 2458:2 2462:2 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2524:1 2532:1 2557:1 2561:1 2562:1 2584:1 2600:1 2608:1 2624:1 2633:2 2648:1 2671:2 2689:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2939:2 2941:1 2946:2 2949:1 3009:2 3017:1 3020:1 3033:1 3108:4 3110:11 3114:1 3117:2 3118:1 3135:2 3137:1 3155:1 3161:2 3170:1 3176:3 3200:1 3240:1 3286:2 3432:1 3476:1 3496:1 3507:1 3510:1 3549:1 3567:1 3651:1 3683:1 3703:1 3711:1 3712:1 3789:1 3802:1 3855:1 3864:1 3897:1 3917:1 3936:1 3940:1 3998:2 3999:1 4033:1 4038:1 4045:1 4061:1 4064:1 4093:1 4095:1 4097:1 4104:1 4142:1 4147:10 4148:2 4202:1 4204:1 4217:1 4222:1 4226:1 4228:2 4249:2 4264:1 4269:1 4273:4 4284:1 4322:1 4348:1 4358:2 4365:1 4405:1 4406:1 4408:1 4425:1 4458:2 4459:1 4463:2 4469:1 4483:1 4503:1 4590:10 4596:1 4603:2 4630:1 4691:6 4706:1 4753:2 4767:2 4772:1 4779:1 4783:1 4810:1 4833:2 4918:1 4924:1 4934:1 4958:1 4962:1 4970:1 5052:1 5057:1 5058:1 5067:1 5072:1 5088:1 5089:1 5121:1 5126:1 5142:1 5144:1 5155:7 5156:2 5200:1 5209:1 5249:1 5269:1 5294:2 5296:1 5315:2 5316:1 5317:1 5323:2 5331:2 5340:1 5348:1 5350:2 5352:2 5354:1 5360:1 5384:1 5431:1 5578:1 5589:1 5590:1 5640:1 5674:1 5685:1 5728:1 5730:1 5731:1 5734:1 5760:1 5788:1 5793:2 5878:1 5942:1 5949:1 5954:1 6001:1 6088:2 6104:1 6109:1 6124:1 6222:1 6271:1 6274:1 6284:1 6288:1 6304:1 6353:1 6416:1 6422:2 6427:1 6470:1 6511:1 6520:1 6527:1 6529:1 6539:1 6540:2 6558:1 6574:1 6609:1 6616:1 6625:3 6648:1 6705:1 6712:1 6728:1 6729:1 6738:1 6749:3 6762:3 6766:1 6771:1 6772:1 6776:1 6779:4 6810:1 6839:2 6867:1 6908:1 6918:1 6926:2 6929:2 6989:1 7018:1 7028:1 7046:1 7056:1 7110:1 7162:1 7165:1 7170:1 7175:2 7192:1 7221:1 7288:1 7322:2 7336:1 7349:1 7365:1 7432:1 7437:1 7441:1 7464:1 7478:3 7533:1 7562:1 7593:1 7628:1 7653:1 7663:1 7685:1 7724:1 7738:1 7833:1 7846:2 7880:3 7882:1 7919:2 7931:1 7970:1 7992:2 8025:1 8031:1 8068:2 8069:4 8078:1 8092:1 8094:4 8126:2 8133:1 8146:17 8149:1 8151:1 8155:2 8168:4 8171:2 8177:1 8185:1 8188:1 8211:1 8230:1 8267:2 8281:1 8317:2 8332:2 8350:1 8355:1 8357:1 8387:3 8438:1 8441:1 8599:1 8610:1 8647:1 8656:1 8671:1 8674:11 8681:1 8687:1 8701:1 8703:4 8704:2 8723:1 8732:1 8744:1 8751:2 8781:1 8786:1 8800:13 8816:1 8908:1 8916:1 8970:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9021:1 9037:1 9071:1 9080:2 9082:1 9083:1 9087:1 9100:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9319:1 9345:1 9396:1 9400:1 9402:1 9403:1 9433:1 9436:2 9446:1 9454:1 9456:1 9466:1 9478:1 9480:1 9531:1 9571:1 9578:1 9589:1 9668:2 9670:1 9695:1 9728:2 9732:2 9734:1 9741:1 9743:2 9744:1 9752:1 9791:1 9806:1 9808:2 9810:1 9816:1 9841:2 9852:2 9859:2 9865:1 9916:1 9932:1 9934:1 9936:2 9953:1 9997:1 10042:1 10056:2 10057:4 10078:1 10083:1 10093:1 10095:2 10118:1 10155:1 10158:1 10159:1 10186:1 10187:1 10188:1 10236:1 10237:1 10240:1 10298:3 10305:1 10316:1 10319:2 10331:1 10415:1 10435:10 10448:1 10455:1 10482:1 10498:1 10526:1 10527:1 10538:1 10571:1 10572:1 10577:1 10581:1 10591:2 10597:1 10622:2 10633:1 10638:1 10659:1 10673:2 10674:1 10701:2 10735:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10898:1 10906:1 10950:1 10969:1 11008:1 11010:1 11080:1 11094:1 11113:1 11132:1 11140:1 11154:1 11156:2 11180:2 11235:1 11237:1 11258:3 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11328:2 11333:1 11346:1 11359:1 11375:1 11393:1 11442:1 11501:1 11512:2 11515:2 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11592:1 11595:2 11599:1 11613:1 11614:2 11616:2 11617:1 11646:1 11664:1 11678:3 11682:1 11687:1 11688:1 11694:1 11705:2 11713:1 11715:1 11755:1 11784:1 11799:1 11851:1 11869:1 11879:1 11907:1 11921:2 11923:1 11946:1 11951:2 11993:2 12041:1 12045:1 12054:1 12067:3 12080:1 12081:1 12161:1 12175:2 12199:1 12238:1 12250:1 12253:1 12262:1 12267:3 12273:2 12278:3 12301:1 12303:1 12306:2 12319:1 12326:1 12345:1 12386:1 12395:1 12399:1 12404:2 12407:1 12436:2 12487:1 12509:1 12551:1 12565:1 12647:1 12650:2 12678:2 12698:1 12702:1 12756:1 12757:1 12758:1 12785:1 12847:1 12864:1 12881:2 12892:1 12937:1 12942:1 13024:1 13036:2 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13220:1 13224:1 13252:2 13254:11 13262:1 13267:1 13270:3 13279:1 13304:3 13314:1 13324:1 13327:1 13353:1 13356:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13654:1 13676:1 13694:1 13702:1 13711:1 13721:4 13747:1 13753:1 13780:1 13852:1 13857:1 13865:2 13869:1 13873:1 13885:1 13927:1 13936:5 13940:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:2 14101:2 14107:1 14135:1 14159:1 14163:1 14178:1 14181:1 14182:1 14195:1 14200:1 14210:1 14241:1 14243:1 14250:2 14252:5 14278:1 14281:1 14286:1 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14409:1 14425:3 14451:1 14462:1 14469:1 14479:1 14515:2 14522:2 14548:1 14559:5 14562:1 14632:2 14640:1 14656:3 14734:1 14737:2 14786:1 14828:3 14926:1 14935:2 14942:2 14945:2 14960:1 14961:1 15040:1 15056:1 15069:1 15079:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15136:1 15138:1 15147:1 15187:11 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15309:1 15327:1 15346:2 15350:1 15369:1 15396:1 15411:1 15523:1 15554:1 15581:1 15602:2 15619:1 15636:1 15640:2 15703:1 15722:1 15727:2 15730:1 15731:1 15755:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:1 15932:1 16007:2 16010:1 16030:1 16126:1 16127:1 16151:1 16192:3 16198:2 16308:1 16319:1 16333:1 16356:2 16371:1 16376:1 16387:1 16393:2 16407:2 16418:1 16430:1 16483:1 16485:1 16494:1 16517:4 16558:1 16653:1 16662:5 16706:1 16715:1 16741:1 16748:1 16769:6 16820:2 16884:1 16908:1 16926:3 16935:2 16936:1 17035:1 17055:1 17062:1 17065:1 17068:1 17131:1 17174:1 17182:1 17258:1 17271:2 17285:1 17320:1 17333:1 17401:1 17415:1 17420:1 17422:1 17444:1 17446:1 17452:1 17453:1 17550:1 17565:15 17588:1 17591:1 17609:2 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17763:1 17764:1 17801:1 17804:1 17805:1 17874:1 17881:1 17899:1 17901:1 17956:1 17989:1 18075:1 18079:1 18082:1 18083:1 18144:1 18154:1 18164:2 18195:1 18250:2 18262:2 18267:1 18271:1 18355:1 18360:1 18378:1 18398:1 18407:2 18474:1 18502:2 18513:2 18538:1 18568:1 18602:1 18606:2 18614:1 18662:1 18686:1 18690:1 18696:1 18700:1 18707:1 18802:2 18807:1 18814:1 18847:1 18883:1 18934:1 19036:1 19048:1 19116:3 19136:1 19153:1 19197:2 19236:1 19263:1 19280:1 19316:1 19327:1 19335:706 19359:1 19369:1 19383:1 19404:1 19418:1 19423:1 19444:1 19454:1 19468:1 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19715:1 19716:1 19799:1 19820:1 19827:1 19871:2 19872:1 19889:1 19932:1 19938:2 19976:2 19980:1 19984:1 20088:1 20121:1 20130:1 20143:2 20144:2 20173:1 20179:2 20211:2 20244:6 20265:2 20288:2 20294:1 20324:3 20336:1 20346:1 20356:2 20365:2 20366:1 20376:1 20425:1 20446:2 20450:1 20473:1 20519:1 20562:1 20595:1 20678:1 20681:1 20682:1 20692:1 20704:1 20726:1 20767:1 20788:1 20789:3 20806:1 20821:1 20859:1 20886:1 20901:1 20907:3 20943:1 20953:1 20960:1 20977:1 20992:1 21003:1 21053:2 21062:1 21080:1 21086:1 21124:1 21193:1 21196:1 21265:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21409:1 21435:1 21464:1 21468:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21571:1 21577:3 21592:1 21593:1 21604:1 21613:1 21614:1 21650:2 21660:1 21667:2 21685:1 21701:1 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21824:1 21841:1 21844:1 21877:1 21893:1 21932:1 21992:1 22011:1 22013:1 22016:2 22045:1 22071:1 22083:2 22096:1 22129:1 22130:1 22132:1 22171:1 22182:1 22183:1 22187:2 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22400:1 22414:1 22421:1 22469:2 22503:1 22540:1 22548:1 22553:1 22557:2 22560:1 22570:1 22583:1 22592:1 22608:4 22619:1 22635:1 22708:1 22709:3 22712:1 22723:1 22724:1 22735:1 22748:1 22755:1 22756:1 22769:1 22784:1 22833:1 22891:1 22901:2 22905:1 22908:3 22928:2 22939:1 22972:1 22977:1 22983:1 23012:2 23034:2 23082:1 23100:1 23105:1 23112:2 23134:1 23170:1 23175:6 23177:1 23183:1 23187:1 23235:4 23237:1 23239:1 23253:1 23282:1 23290:7 23305:1 23319:1 23339:1 23340:1 23352:1 23384:1 23409:1 23422:1 23477:2 23518:1 23548:1 23573:10 23589:1 23594:1 23595:2 23634:1 23639:1 23641:1 23642:1 23654:1 23655:1 23688:1 23693:1 23724:1 23739:1 23749:1 23758:1 23764:1 23795:1 23884:1 23962:1 23965:1 23979:1 23981:2 23991:1 23996:1 24001:1 24041:11 24067:1 24094:1 24118:1 24123:1 24131:1 24136:6 24180:1 24193:1 24207:2 24211:1 24216:1 24262:1 24265:1 24295:1 24404:2 24431:1 24484:1 24486:1 24521:1 24560:1 24569:1 24574:1 24580:1 24669:1 24692:2 24695:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24869:1 24885:1 24888:1 24907:1 24931:2 24947:1 24983:1 24985:1 24987:1 24998:1 25008:1 25009:1 25013:2 25018:1 25029:1 25060:2 25100:3 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25235:1 25332:1 25337:1 25410:1 25414:1 25461:1 25463:1 25472:1 25480:2 25486:1 25519:2 25544:1 25554:1 25559:2 25573:1 25601:1 25614:2 25634:1 25642:1 25652:1 25675:1 25756:1 25776:1 25798:1 25803:1 25804:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25984:1 26029:1 26064:1 26085:1 26088:1 26094:1 26145:2 26161:1 26162:1 26181:1 26187:1 26201:1 26208:1 26259:1 26290:1 26320:1 26333:2 26354:1 26365:1 26385:1 26392:1 26393:1 26398:1 26402:1 26436:1 26450:1 26463:1 26476:2 26479:1 26505:1 26519:1 26529:1 26533:2 26558:2 26588:1 26591:2 26598:1 26637:1 26689:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:1 26819:1 26837:1 26863:1 26870:1 26884:1 26897:1 26900:1 26921:1 26944:1 26957:1 26974:1 26985:1 26987:1 27023:1 27032:3 27042:2 27055:1 27056:1 27059:5 27060:1 27123:1 27149:3 27191:1 27198:1 27272:1 27326:1 27350:1 27354:1 27365:1 27368:1 27412:1 27478:1 27503:1 27514:2 27523:1 27556:2 27562:1 27572:1 27599:1 27710:1 27719:1 27726:1 27727:4 27747:2 27759:1 27772:3 27798:2 27834:1 27844:2 27845:1 27847:2 27857:1 27869:1 27877:1 27888:3 27892:1 27894:1 27899:1 27908:1 27941:1 27955:1 28018:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28067:2 28090:2 28177:1 28187:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28303:1 28314:1 28320:1 28346:1 28350:1 28356:1 28370:1 28371:1 28374:2 28377:2 28389:2 28394:2 28421:1 28423:2 28434:1 28444:1 28458:1 28475:2 28491:2 28531:1 28534:2 28548:1 28553:1 28557:1 28582:1 28608:1 28637:1 28640:1 28650:1 28691:1 28799:2 28800:1 28804:1 28813:2 28815:1 28816:3 28840:1 28873:1 28879:1 28884:1 28885:1 28892:1 28941:2 28957:2 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:7 29158:3 29207:1 29229:2 29245:1 29263:3 29269:1 29283:1 29299:1 29301:1 29313:2 29322:1 29355:1 29365:1 29367:1 29381:1 29390:1 29400:2 29442:1 29450:1 29535:13 29560:2 29564:1 29574:3 29575:1 29606:1 29639:2 29643:4 29652:1 29677:1 29703:1 29787:1 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29970:2 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:1 30091:1 30150:1 30154:1 30167:1 30202:1 30205:1 30231:1 30234:2 30245:4 30268:2 30277:11 30303:1 30352:1 30359:1 30360:2
2 12:1 13:1 38:2 68:1 85:1 94:2 96:1 97:2 128:1 151:2 159:1 170:1 187:1 219:1 235:1 258:1 272:1 276:2 277:1 298:1 299:1 302:1 333:1 377:3 400:1 407:1 409:1 432:1 437:1 446:1 471:1 475:1 508:1 539:1 549:1 559:1 593:1 600:1 616:1 668:2 679:1 684:1 704:2 717:12 720:2 723:1 749:1 762:1 786:1 796:1 801:1 814:1 852:1 868:1 870:1 872:2 875:1 876:1 931:2 932:1 980:6 984:1 992:4 1029:2 1038:2 1043:1 1044:1 1049:1 1056:1 1061:2 1086:1 1112:1 1116:1 1122:1 1140:2 1202:1 1214:1 1256:1 1259:2 1284:1 1315:11 1329:2 1330:1 1334:2 1337:1 1360:1 1361:1 1376:1 1385:1 1387:1 1414:2 1418:1 1460:2 1481:1 1496:1 1504:1 1510:2 1551:1 1559:2 1570:2 1583:1 1606:2 1612:3 1636:1 1672:2 1698:1 1701:1 1712:1 1729:1 1738:1 1764:1 1770:1 1773:1 1805:1 1820:2 1821:3 1857:1 1894:1 1905:1 1919:1 1929:1 1945:1 1946:1 1955:1 1971:1 1974:1 1994:2 2008:1 2013:2 2019:2 2034:1 2059:1 2073:1 2081:1 2101:2 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2249:1 2252:1 2286:3 2321:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:2 2458:2 2462:3 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2524:2 2532:2 2557:1 2561:1 2562:1 2584:1 2600:1 2608:1 2621:1 2624:1 2633:2 2648:1 2655:1 2671:2 2689:1 2769:2 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2939:2 2941:1 2946:2 2949:1 3009:2 3017:1 3020:1 3033:1 3108:7 3110:12 3114:1 3117:2 3118:1 3135:2 3137:1 3155:1 3161:2 3167:1 3170:1 3176:3 3200:1 3240:1 3286:2 3432:1 3476:1 3496:1 3507:1 3510:2 3549:1 3567:1 3651:1 3679:1 3683:1 3703:1 3711:1 3712:1 3789:1 3802:1 3855:1 3864:1 3897:1 3917:1 3936:1 3940:1 3998:2 3999:1 4033:1 4038:1 4045:1 4061:1 4064:1 4093:1 4095:1 4097:1 4104:1 4142:1 4147:11 4148:2 4165:1 4202:1 4204:1 4217:1 4222:1 4226:1 4228:2 4249:2 4264:1 4269:1 4273:4 4284:1 4322:1 4348:1 4358:2 4365:1 4405:1 4406:1 4408:1 4425:1 4458:2 4459:1 4463:2 4469:1 4483:1 4503:1 4590:11 4596:1 4603:3 4616:1 4630:1 4691:6 4706:1 4753:2 4767:2 4772:1 4779:1 4783:1 4810:1 4833:3 4918:1 4924:1 4934:1 4958:1 4962:3 4970:1 5047:1 5052:1 5057:2 5058:1 5067:1 5072:1 5088:1 5089:1 5121:1 5126:1 5142:1 5144:1 5155:7 5156:2 5200:1 5209:2 5249:1 5269:1 5294:2 5296:1 5315:2 5316:1 5317:1 5323:3 5330:1 5331:2 5340:1 5348:2 5350:2 5352:2 5354:1 5360:1 5384:1 5431:1 5578:1 5589:1 5590:2 5640:1 5674:1 5685:1 5728:1 5730:1 5731:1 5734:1 5760:1 5788:1 5793:2 5870:1 5878:1 5902:1 5942:1 5949:1 5954:1 6001:1 6088:2 6104:1 6109:1 6124:1 6222:1 6271:1 6274:1 6284:1 6288:1 6304:1 6353:1 6409:1 6416:1 6422:2 6427:1 6470:1 6511:1 6520:1 6527:1 6529:1 6539:1 6540:2 6558:1 6574:1 6609:1 6616:1 6625:3 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:3 6755:1 6762:3 6766:1 6771:1 6772:1 6776:1 6779:5 6810:1 6839:2 6867:1 6908:1 6918:1 6926:2 6929:2 6989:1 7018:1 7028:1 7046:1 7049:1 7056:1 7076:1 7079:1 7087:1 7110:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7288:1 7322:2 7336:1 7349:1 7365:1 7432:1 7437:1 7441:1 7464:1 7478:3 7533:1 7551:2 7562:1 7593:1 7628:2 7653:1 7663:1 7685:1 7724:1 7738:1 7739:1 7833:1 7846:2 7880:4 7882:1 7919:2 7931:1 7970:1 7992:2 8025:1 8031:1 8068:3 8069:5 8078:1 8092:1 8094:4 8126:2 8133:1 8146:19 8149:1 8151:1 8155:2 8161:1 8168:7 8171:2 8177:1 8185:1 8188:1 8211:1 8222:1 8230:1 8267:2 8281:1 8317:2 8332:2 8350:1 8355:1 8357:1 8387:3 8438:1 8441:1 8476:1 8554:1 8599:1 8610:1 8647:1 8656:1 8671:1 8674:12 8681:1 8687:1 8701:1 8703:5 8704:2 8723:1 8732:1 8744:1 8751:2 8781:1 8786:1 8800:14 8816:1 8908:1 8916:1 8970:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9021:1 9032:1 9037:1 9071:1 9080:2 9082:1 9083:1 9087:1 9093:1 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9265:1 9319:2 9345:1 9396:1 9400:1 9402:1 9403:1 9433:1 9436:2 9446:1 9454:1 9456:1 9466:1 9478:1 9480:1 9531:1 9571:1 9578:2 9589:1 9668:2 9670:1 9695:1 9728:2 9732:2 9734:1 9741:1 9743:2 9744:1 9752:1 9758:1 9791:1 9806:1 9808:2 9810:1 9816:1 9841:2 9852:2 9859:2 9865:1 9916:1 9932:1 9934:1 9936:2 9953:1 9992:1 9997:1 10004:1 10026:1 10042:1 10056:2 10057:4 10078:2 10083:1 10093:1 10095:2 10118:1 10155:1 10158:1 10159:1 10186:1 10187:1 10188:1 10236:1 10237:1 10240:1 10298:4 10305:1 10316:1 10319:2 10331:1 10415:1 10435:11 10448:1 10455:1 10482:1 10498:1 10526:1 10527:1 10538:1 10571:1 10572:1 10577:2 10581:1 10591:2 10593:1 10597:1 10616:1 10622:2 10633:1 10638:1 10659:1 10661:1 10673:2 10674:1 10701:2 10735:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10898:1 10906:1 10950:1 10969:1 10989:1 11008:1 11010:2 11025:1 11052:1 11080:1 11094:1 11113:1 11132:2 11140:1 11154:1 11156:2 11180:2 11235:1 11237:1 11258:3 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11321:1 11328:3 11333:1 11346:1 11359:1 11375:1 11393:1 11442:1 11501:1 11512:2 11515:3 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11592:1 11595:3 11599:1 11601:1 11613:1 11614:2 11616:2 11617:1 11646:1 11664:1 11678:3 11682:1 11687:1 11688:1 11694:1 11705:2 11713:1 11715:1 11755:1 11784:1 11799:1 11805:1 11820:1 11851:2 11869:1 11879:1 11907:1 11921:3 11923:1 11926:1 11933:1 11946:1 11951:2 11993:2 12041:1 12045:1 12054:1 12067:4 12080:1 12081:1 12126:1 12161:1 12175:2 12199:1 12238:1 12250:1 12253:1 12262:1 12265:1 12267:3 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12319:1 12322:1 12326:1 12345:1 12386:1 12395:1 12399:1 12404:2 12407:1 12436:2 12484:1 12487:1 12509:1 12551:1 12565:1 12647:1 12650:3 12678:2 12698:1 12702:1 12756:1 12757:1 12758:1 12785:1 12847:1 12864:1 12879:1 12881:2 12892:1 12937:1 12942:2 12950:1 13024:1 13036:2 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13220:1 13224:1 13252:2 13254:12 13262:1 13267:1 13270:4 13279:1 13304:3 13314:1 13324:1 13327:1 13353:1 13356:1 13390:1 13391:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13654:1 13676:1 13694:1 13702:1 13711:1 13721:4 13747:1 13753:1 13780:1 13852:1 13857:1 13860:1 13865:2 13869:1 13873:1 13885:1 13927:1 13936:6 13940:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:2 14107:1 14135:1 14159:1 14163:1 14178:1 14181:1 14182:1 14195:1 14200:1 14210:1 14241:1 14243:1 14250:2 14252:5 14278:1 14281:1 14286:1 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14409:1 14425:3 14429:1 14451:1 14462:1 14469:1 14479:1 14515:2 14522:2 14544:1 14548:1 14559:5 14562:2 14632:2 14640:1 14656:3 14734:1 14737:2 14781:1 14786:1 14828:4 14926:1 14935:2 14942:2 14945:2 14960:1 14961:1 15040:1 15056:1 15069:1 15079:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15131:1 15136:1 15138:1 15147:1 15173:1 15187:12 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15309:1 15327:1 15346:2 15350:1 15369:1 15396:1 15411:1 15519:1 15523:1 15554:1 15581:1 15602:2 15619:1 15636:1 15640:2 15703:1 15722:1 15727:2 15730:1 15731:1 15755:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:2 15932:1 16007:2 16010:1 16030:1 16125:1 16126:1 16127:1 16151:1 16192:3 16198:2 16308:1 16319:1 16333:1 16356:2 16371:1 16376:1 16387:1 16393:2 16396:1 16407:2 16418:1 16430:1 16483:1 16485:1 16494:1 16517:4 16558:1 16640:1 16653:1 16662:6 16665:1 16706:1 16715:1 16741:1 16748:1 16769:6 16820:2 16884:1 16908:1 16915:1 16926:4 16935:3 16936:1 16949:1 17005:1 17035:1 17055:1 17062:1 17065:1 17068:1 17131:1 17174:1 17182:1 17258:1 17271:2 17285:1 17320:1 17333:1 17401:1 17415:1 17420:2 17422:1 17444:1 17446:1 17452:1 17453:2 17465:1 17550:1 17565:16 17574:1 17588:1 17591:1 17609:2 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17748:1 17763:1 17764:1 17801:1 17804:1 17805:1 17874:1 17881:1 17899:1 17901:2 17956:1 17989:1 18075:1 18079:1 18082:1 18083:1 18144:1 18154:1 18164:2 18195:1 18250:2 18262:2 18267:1 18271:1 18355:2 18360:2 18378:1 18398:1 18407:2 18469:1 18474:1 18502:2 18513:2 18538:1 18565:1 18568:1 18602:1 18606:2 18614:1 18662:1 18686:1 18690:1 18696:1 18700:1 18707:1 18723:1 18802:3 18807:1 18814:1 18847:1 18883:1 18888:1 18934:1 19036:1 19048:1 19116:3 19136:1 19153:1 19195:1 19197:2 19236:1 19263:1 19280:1 19316:1 19327:1 19335:766 19359:1 19369:1 19383:1 19404:1 19418:1 19423:1 19444:1 19454:1 19464:1 19468:1 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19715:1 19716:1 19799:1 19820:1 19827:2 19842:1 19871:2 19872:1 19889:1 19932:1 19938:2 19976:2 19980:1 19984:1 20088:1 20121:1 20130:1 20143:2 20144:2 20173:1 20179:2 20211:2 20244:6 20250:1 20265:2 20288:2 20294:1 20324:3 20336:2 20346:1 20356:2 20365:2 20366:1 20376:1 20425:1 20446:2 20450:1 20473:1 20519:1 20562:1 20595:1 20678:1 20681:1 20682:1 20692:1 20704:1 20726:1 20767:1 20788:1 20789:3 20795:1 20806:1 20821:1 20845:1 20855:1 20859:1 20886:1 20887:2 20901:1 20907:3 20943:1 20953:1 20960:1 20967:1 20977:1 20992:1 21003:1 21008:1 21043:1 21053:2 21062:1 21079:1 21080:1 21086:1 21124:1 21193:1 21196:1 21252:1 21265:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21409:1 21435:1 21464:1 21468:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21571:1 21577:3 21592:1 21593:1 21604:1 21613:1 21614:1 21650:2 21660:1 21667:2 21685:1 21701:2 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21824:1 21841:1 21844:1 21877:1 21893:1 21932:1 21992:1 22011:1 22013:1 22016:2 22045:1 22071:1 22083:2 22095:1 22096:1 22129:1 22130:1 22132:1 22171:1 22182:1 22183:1 22187:2 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22400:2 22414:1 22419:1 22421:1 22469:2 22503:1 22540:1 22548:2 22553:1 22557:2 22560:1 22570:2 22583:1 22592:1 22608:5 22619:1 22635:1 22671:1 22708:1 22709:4 22712:1 22723:1 22724:1 22735:1 22737:1 22748:1 22753:1 22755:2 22756:1 22769:1 22784:1 22833:1 22840:1 22891:1 22901:2 22905:1 22908:3 22928:2 22939:1 22972:1 22977:1 22983:1 23012:2 23034:2 23072:1 23082:1 23100:1 23105:1 23112:4 23134:2 23170:1 23175:6 23177:1 23183:1 23187:1 23235:4 23237:1 23239:1 23253:1 23282:1 23290:7 23305:1 23319:1 23339:1 23340:1 23352:1 23384:1 23409:1 23422:2 23477:2 23518:1 23548:1 23573:11 23589:1 23594:1 23595:2 23634:1 23639:1 23641:1 23642:1 23654:1 23655:1 23688:1 23693:1 23724:1 23739:2 23749:1 23758:2 23764:1 23795:1 23884:1 23962:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:1 24001:1 24041:12 24067:1 24094:1 24118:1 24123:1 24131:1 24136:6 24180:1 24193:1 24207:2 24211:1 24216:1 24244:1 24262:2 24265:1 24295:1 24404:2 24418:1 24431:1 24484:1 24486:1 24511:1 24521:1 24560:2 24569:1 24574:1 24580:1 24669:1 24692:2 24695:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24845:1 24869:1 24885:1 24888:2 24907:1 24931:2 24947:2 24983:1 24985:1 24987:1 24998:1 25008:1 25009:2 25013:2 25018:1 25029:1 25060:2 25100:4 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25235:1 25276:1 25332:1 25337:1 25342:2 25380:1 25410:1 25414:1 25457:1 25461:1 25463:1 25472:1 25480:2 25486:1 25519:2 25544:1 25554:1 25559:2 25573:1 25601:1 25605:1 25614:2 25634:1 25642:1 25652:1 25675:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25984:1 26029:1 26063:1 26064:1 26085:1 26088:2 26094:1 26145:2 26161:1 26162:1 26181:1 26187:1 26201:1 26208:1 26259:1 26287:1 26290:1 26320:1 26333:2 26354:1 26365:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26436:1 26450:1 26463:1 26476:2 26479:1 26505:1 26519:1 26529:1 26533:2 26558:2 26588:1 26591:4 26598:2 26637:1 26689:1 26709:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:1 26819:1 26837:1 26851:1 26863:1 26870:1 26884:1 26897:1 26900:1 26921:1 26944:1 26957:1 26974:1 26985:1 26987:1 27023:1 27032:3 27042:2 27055:1 27056:1 27059:5 27060:1 27123:1 27149:3 27186:1 27191:1 27198:1 27272:1 27326:2 27350:1 27354:1 27365:1 27368:1 27412:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27692:1 27710:1 27719:1 27726:1 27727:4 27747:2 27759:1 27772:3 27798:2 27834:1 27844:2 27845:1 27847:2 27857:1 27869:1 27877:1 27888:3 27892:1 27894:1 27899:1 27908:1 27941:1 27955:1 28018:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28067:2 28090:2 28177:1 28187:2 28206:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28303:1 28314:1 28320:1 28346:1 28350:1 28356:1 28370:1 28371:2 28374:2 28377:2 28389:2 28394:2 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:3 28491:2 28531:1 28534:2 28548:1 28553:1 28557:1 28582:1 28608:1 28637:1 28640:1 28650:1 28691:1 28783:1 28799:2 28800:2 28804:1 28813:2 28815:1 28816:3 28840:1 28873:1 28879:1 28884:1 28885:1 28892:1 28941:2 28957:2 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:11 29158:4 29207:1 29229:2 29245:1 29263:4 29269:2 29283:1 29299:1 29301:1 29313:3 29322:1 29355:1 29365:1 29367:1 29381:1 29390:1 29400:2 29442:1 29450:1 29535:14 29560:2 29564:1 29574:3 29575:1 29606:1 29639:2 29643:4 29652:1 29677:1 29700:1 29703:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:1 30091:1 30150:1 30154:1 30167:1 30202:1 30205:1 30231:1 30234:2 30245:4 30268:2 30277:12 30303:1 30352:1 30359:2 30360:2
2 12:1 13:1 38:2 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 187:1 213:1 219:1 229:1 235:1 258:1 272:1 276:3 277:1 298:1 299:1 302:1 333:1 377:3 400:1 407:1 409:1 432:1 437:1 446:1 471:1 475:1 497:1 508:1 539:1 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:2 679:1 684:1 704:2 717:13 720:3 723:1 749:1 762:1 786:1 796:1 801:1 814:1 852:1 868:1 870:1 872:2 875:1 876:1 931:2 932:1 980:6 984:1 992:4 1015:1 1029:2 1038:2 1043:1 1044:1 1049:1 1056:1 1061:2 1077:1 1086:1 1112:1 1116:1 1122:1 1140:2 1202:1 1214:1 1256:1 1259:2 1284:1 1313:1 1315:12 1329:2 1330:1 1334:3 1337:1 1360:1 1361:1 1376:1 1385:1 1387:1 1404:1 1414:2 1418:1 1442:1 1460:2 1481:1 1496:1 1504:1 1510:2 1551:1 1559:2 1570:2 1583:1 1606:2 1612:3 1636:1 1645:1 1672:2 1698:1 1701:1 1712:1 1729:1 1738:1 1764:1 1770:1 1773:1 1805:1 1820:2 1821:3 1857:1 1894:1 1905:1 1919:1 1929:1 1945:1 1946:1 1955:1 1971:1 1974:1 1994:2 2008:1 2013:2 2019:2 2034:1 2059:1 2073:1 2081:1 2101:2 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2249:1 2252:1 2286:3 2321:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:2 2458:3 2462:3 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2524:2 2532:2 2557:1 2561:1 2562:1 2584:1 2600:1 2608:1 2621:1 2624:1 2633:2 2648:1 2655:1 2671:2 2689:1 2769:2 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2939:2 2941:1 2944:1 2946:2 2949:1 2961:1 3009:2 3017:1 3020:1 3033:1 3108:8 3110:13 3114:1 3117:2 3118:1 3135:2 3137:1 3155:1 3161:2 3167:1 3170:1 3176:3 3200:1 3204:1 3240:1 3286:2 3323:1 3418:1 3432:1 3476:1 3496:1 3507:1 3510:2 3549:1 3567:1 3651:1 3655:1 3679:1 3683:1 3703:1 3711:1 3712:1 3789:1 3802:1 3825:1 3855:1 3864:1 3897:1 3917:1 3935:1 3936:1 3940:1 3998:2 3999:1 4033:1 4038:1 4045:1 4061:1 4064:1 4093:1 4095:1 4097:1 4104:1 4142:1 4147:12 4148:2 4165:1 4202:1 4204:1 4217:1 4222:1 4226:1 4228:2 4249:2 4264:1 4269:1 4273:4 4284:1 4322:1 4348:1 4358:2 4365:1 4405:1 4406:1 4408:1 4411:1 4425:1 4458:2 4459:1 4463:2 4469:1 4483:1 4503:1 4590:12 4596:1 4603:3 4616:1 4630:1 4634:1 4691:6 4706:1 4753:2 4767:2 4772:1 4779:1 4783:1 4810:1 4833:3 4918:1 4924:1 4934:1 4958:1 4962:3 4970:1 5047:1 5052:1 5057:2 5058:1 5067:1 5072:1 5088:1 5089:1 5121:1 5126:1 5142:1 5144:1 5155:7 5156:2 5200:1 5209:2 5249:1 5269:1 5294:2 5296:1 5315:2 5316:1 5317:1 5323:3 5330:1 5331:3 5340:1 5348:2 5350:3 5352:2 5354:1 5360:1 5384:1 5431:1 5517:1 5578:1 5589:1 5590:2 5639:1 5640:1 5650:1 5674:1 5685:1 5728:1 5730:1 5731:1 5734:1 5760:1 5788:1 5793:2 5796:1 5870:1 5878:1 5900:1 5902:1 5939:1 5942:1 5949:1 5954:1 6001:1 6088:2 6104:1 6109:1 6124:1 6222:1 6271:1 6274:1 6284:1 6288:1 6301:1 6304:1 6353:1 6409:1 6416:1 6422:2 6427:1 6470:1 6511:1 6520:1 6527:1 6529:1 6539:1 6540:2 6558:1 6574:1 6609:1 6616:1 6625:3 6627:1 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:4 6755:1 6762:3 6766:1 6771:1 6772:1 6776:1 6779:5 6810:1 6839:2 6867:1 6908:1 6918:1 6926:2 6929:2 6989:1 7018:1 7028:1 7032:1 7046:1 7049:1 7056:1 7076:1 7079:1 7087:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7432:1 7437:1 7441:1 7464:1 7478:4 7533:1 7551:2 7562:2 7593:1 7628:2 7653:1 7663:1 7676:1 7680:1 7685:1 7724:1 7738:1 7739:1 7754:1 7833:1 7846:3 7880:4 7882:1 7918:1 7919:2 7931:1 7970:1 7992:2 8025:1 8031:1 8068:3 8069:5 8078:1 8092:1 8094:4 8126:2 8133:1 8146:20 8149:1 8151:1 8155:2 8161:1 8168:8 8171:2 8177:1 8185:1 8188:1 8211:1 8222:1 8230:1 8267:2 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:1 8357:1 8368:1 8387:3 8408:1 8438:1 8441:1 8476:1 8554:1 8587:1 8599:1 8610:1 8647:1 8656:1 8671:1 8674:13 8681:1 8687:1 8701:1 8703:5 8704:2 8723:1 8732:1 8744:1 8747:1 8751:2 8781:1 8786:1 8800:16 8816:1 8908:1 8916:1 8970:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9021:1 9032:1 9037:1 9071:1 9080:2 9082:1 9083:1 9087:1 9093:1 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9247:1 9265:1 9319:2 9345:2 9396:1 9400:1 9402:1 9403:1 9433:1 9436:2 9446:1 9454:1 9456:1 9466:1 9478:1 9480:1 9531:1 9571:1 9578:2 9589:1 9597:1 9668:2 9670:1 9695:1 9728:2 9732:2 9734:1 9741:1 9743:2 9744:1 9746:1 9752:1 9758:1 9791:1 9806:1 9808:2 9810:1 9816:1 9841:2 9852:3 9859:2 9865:1 9916:1 9932:1 9934:1 9936:2 9953:1 9992:1 9997:1 10004:1 10026:1 10042:1 10056:2 10057:4 10078:2 10083:1 10093:1 10095:2 10118:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10236:1 10237:1 10240:1 10273:1 10298:5 10305:1 10316:1 10319:2 10331:1 10415:1 10435:12 10448:1 10455:1 10482:1 10498:1 10519:1 10526:1 10527:1 10535:1 10538:1 10571:2 10572:1 10577:2 10581:1 10591:2 10593:1 10597:1 10616:1 10622:2 10633:1 10638:2 10659:1 10661:1 10673:2 10674:1 10701:2 10735:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10813:1 10898:1 10906:1 10927:1 10950:1 10969:1 10989:1 11008:1 11010:2 11025:1 11049:1 11052:1 11080:1 11094:1 11113:1 11132:2 11140:1 11154:1 11156:2 11180:2 11235:1 11237:1 11258:3 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:3 11333:1 11346:1 11359:1 11375:1 11393:1 11442:1 11501:1 11512:2 11515:3 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:3 11599:1 11601:1 11613:1 11614:2 11616:2 11617:1 11636:1 11646:1 11664:1 11678:4 11682:1 11687:1 11688:1 11694:1 11705:2 11713:1 11715:1 11755:1 11784:1 11799:1 11805:1 11820:2 11851:2 11869:1 11879:1 11907:1 11921:3 11923:1 11926:1 11933:1 11946:1 11951:2 11993:2 12041:1 12045:1 12054:1 12067:5 12080:1 12081:1 12103:1 12109:1 12126:1 12135:1 12161:1 12175:2 12199:1 12238:1 12250:1 12253:1 12262:1 12265:1 12267:3 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12319:1 12322:1 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12399:1 12404:2 12407:1 12436:2 12484:1 12487:1 12509:1 12551:1 12565:1 12647:1 12650:3 12657:1 12678:2 12698:1 12702:1 12756:1 12757:1 12758:1 12785:1 12847:1 12864:1 12879:1 12881:2 12892:1 12937:1 12942:2 12950:1 13024:1 13036:2 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13168:1 13220:1 13224:1 13252:2 13254:13 13262:1 13267:1 13270:4 13279:1 13304:3 13314:1 13324:1 13327:1 13353:1 13356:1 13390:1 13391:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13654:1 13676:1 13694:1 13701:1 13702:1 13711:1 13721:5 13747:1 13753:1 13780:1 13852:1 13857:1 13860:1 13862:1 13865:2 13869:1 13873:1 13885:1 13927:1 13934:1 13936:6 13940:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:2 14107:1 14129:1 14135:1 14159:1 14163:1 14178:1 14181:1 14182:1 14195:1 14200:1 14210:1 14241:1 14243:1 14250:2 14252:5 14278:1 14281:1 14286:2 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14409:1 14415:1 14425:4 14429:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:2 14544:2 14548:1 14559:5 14562:2 14632:2 14640:1 14656:4 14734:1 14737:2 14781:1 14786:1 14828:4 14924:1 14926:1 14935:2 14942:2 14945:2 14960:1 14961:1 15018:1 15040:1 15056:1 15069:1 15079:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15131:1 15136:1 15138:1 15147:1 15173:1 15187:13 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15309:1 15327:1 15346:3 15350:1 15369:1 15396:1 15411:1 15447:1 15519:1 15523:1 15526:1 15554:1 15581:1 15601:1 15602:2 15619:1 15634:1 15636:1 15640:2 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:2 15932:1 16007:2 16010:1 16030:1 16109:1 16125:1 16126:1 16127:1 16151:1 16192:3 16198:2 16244:1 16308:1 16319:1 16333:1 16356:2 16371:1 16376:1 16387:1 16393:2 16396:1 16407:2 16418:1 16430:1 16483:1 16485:1 16494:1 16517:4 16527:1 16558:1 16640:1 16653:1 16659:1 16662:6 16665:1 16706:1 16709:1 16715:1 16741:1 16748:1 16751:1 16769:7 16799:1 16820:2 16884:1 16899:1 16908:1 16915:1 16926:4 16935:3 16936:1 16949:1 17005:1 17035:1 17055:1 17062:1 17065:1 17068:1 17131:1 17174:1 17176:1 17182:1 17258:1 17271:2 17285:1 17290:1 17320:1 17326:1 17333:1 17401:1 17415:1 17420:2 17422:1 17444:1 17446:1 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:19 17574:1 17588:1 17591:1 17609:2 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17748:1 17763:1 17764:1 17801:1 17804:1 17805:1 17851:1 17874:1 17881:1 17899:1 17901:2 17956:1 17989:1 18075:1 18079:1 18082:1 18083:1 18144:1 18154:1 18164:2 18195:1 18250:2 18262:2 18267:1 18271:1 18287:1 18355:2 18360:2 18378:1 18398:1 18407:2 18469:1 18474:1 18502:2 18513:2 18538:1 18565:1 18568:1 18602:1 18606:3 18613:1 18614:1 18662:1 18686:1 18690:1 18696:1 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18888:1 18934:1 19003:1 19036:1 19048:1 19116:3 19136:1 19153:1 19195:1 19197:2 19236:1 19263:1 19280:1 19316:1 19327:1 19335:878 19359:1 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:1 19464:1 19468:1 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19715:1 19716:1 19799:1 19820:1 19827:2 19842:1 19871:2 19872:1 19886:1 19889:1 19932:1 19938:3 19976:2 19980:1 19984:1 20037:1 20078:1 20088:1 20114:1 20121:1 20130:1 20143:3 20144:2 20173:1 20179:2 20186:1 20211:2 20244:6 20250:1 20265:2 20288:2 20294:1 20324:3 20336:2 20346:1 20356:2 20365:2 20366:1 20376:1 20425:1 20446:2 20450:1 20473:1 20519:1 20562:1 20566:1 20595:1 20655:1 20678:1 20681:1 20682:1 20692:1 20704:1 20726:1 20767:1 20788:1 20789:3 20795:1 20806:1 20821:1 20845:1 20855:1 20859:1 20886:1 20887:2 20890:1 20900:1 20901:1 20907:3 20943:1 20953:1 20960:1 20967:1 20977:1 20992:1 21003:1 21008:1 21031:1 21043:1 21053:2 21062:1 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21252:1 21265:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21365:1 21409:1 21435:1 21464:1 21468:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:1 21571:1 21577:3 21592:1 21593:1 21604:1 21613:1 21614:1 21639:1 21643:1 21647:1 21650:2 21660:1 21667:2 21685:1 21701:2 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21820:1 21824:1 21841:1 21844:1 21853:1 21874:1 21877:1 21889:1 21893:1 21924:1 21932:1 21992:1 22011:1 22013:1 22016:2 22045:1 22071:1 22083:2 22086:1 22095:1 22096:1 22129:1 22130:1 22132:1 22171:1 22182:1 22183:1 22187:2 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22400:2 22414:1 22419:1 22421:1 22469:3 22503:1 22540:1 22548:2 22553:1 22557:2 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22671:1 22708:1 22709:4 22712:1 22723:1 22724:1 22735:1 22737:1 22745:1 22748:1 22753:1 22755:2 22756:1 22769:1 22784:1 22833:1 22840:1 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:2 22983:1 23012:2 23030:1 23034:2 23072:1 23082:1 23100:1 23105:1 23112:4 23134:2 23170:1 23175:7 23177:1 23183:1 23187:1 23235:4 23237:1 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23339:1 23340:1 23352:1 23384:1 23403:1 23409:1 23422:2 23477:3 23518:1 23548:1 23573:12 23589:1 23594:1 23595:2 23634:1 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23688:1 23693:1 23724:1 23739:2 23749:1 23758:3 23764:1 23768:1 23795:1 23867:1 23884:2 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:1 24001:1 24041:13 24067:2 24094:1 24118:1 24123:2 24131:1 24136:6 24180:1 24193:1 24207:2 24211:1 24216:1 24244:1 24262:2 24265:1 24295:1 24378:1 24391:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24511:1 24521:1 24547:1 24560:2 24569:1 24574:1 24580:1 24669:1 24678:1 24692:2 24695:1 24702:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24836:1 24845:1 24869:1 24885:1 24888:2 24907:1 24931:2 24947:2 24983:1 24985:1 24987:1 24998:1 25008:1 25009:2 25013:2 25018:1 25029:1 25060:2 25100:4 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25220:1 25235:1 25276:1 25322:1 25332:1 25337:1 25342:2 25380:1 25410:1 25414:1 25457:2 25461:1 25463:2 25472:1 25480:2 25486:1 25519:2 25544:1 25554:1 25558:1 25559:2 25573:1 25601:1 25605:1 25614:2 25634:1 25642:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25984:1 26029:1 26063:1 26064:1 26085:1 26088:2 26094:1 26145:2 26161:1 26162:1 26181:1 26187:1 26201:1 26208:1 26259:1 26287:1 26290:1 26320:1 26333:2 26354:1 26365:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26436:1 26450:1 26463:2 26476:2 26479:1 26505:1 26519:2 26529:1 26533:2 26558:2 26588:1 26591:4 26598:2 26637:1 26689:1 26709:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:1 26819:1 26837:1 26851:1 26863:1 26870:1 26884:1 26897:1 26900:1 26921:1 26944:1 26957:1 26974:1 26985:1 26987:1 27023:1 27032:3 27042:2 27055:1 27056:1 27059:5 27060:1 27110:1 27123:1 27149:3 27186:1 27191:1 27198:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27628:1 27692:1 27710:1 27719:1 27726:1 27727:4 27747:2 27759:1 27772:4 27798:2 27834:1 27844:2 27845:1 27847:2 27857:1 27869:1 27877:1 27888:3 27892:1 27894:1 27899:1 27908:1 27941:1 27955:1 28018:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28067:2 28090:2 28167:1 28177:1 28187:2 28206:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:1 28320:1 28346:1 28350:1 28356:1 28370:1 28371:2 28374:2 28377:2 28386:2 28389:2 28394:2 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:3 28491:2 28531:1 28534:2 28548:1 28553:1 28557:1 28582:1 28608:1 28637:1 28640:1 28650:1 28691:1 28754:1 28783:1 28799:2 28800:2 28804:1 28813:2 28815:1 28816:3 28840:1 28873:1 28879:1 28884:1 28885:1 28892:1 28905:1 28941:2 28957:2 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:11 29158:5 29207:1 29229:2 29245:1 29263:4 29269:2 29283:1 29299:1 29301:1 29313:3 29322:1 29355:1 29365:1 29367:1 29381:1 29390:1 29400:2 29442:1 29450:2 29535:16 29558:1 29560:3 29564:1 29574:3 29575:1 29606:1 29639:2 29643:5 29652:1 29677:1 29700:1 29703:2 29749:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:1 30091:1 30150:1 30154:1 30167:1 30202:1 30205:1 30231:1 30234:2 30245:4 30267:1 30268:2 30277:13 30303:1 30350:1 30352:1 30359:2 30360:2
2 12:1 13:1 38:2 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 181:1 187:1 213:1 219:1 229:1 235:1 258:1 272:1 276:3 277:1 298:1 299:1 302:1 333:1 377:3 400:1 407:1 409:1 432:1 437:1 446:1 471:1 475:1 497:1 508:1 539:1 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:2 679:1 684:1 704:2 717:14 720:3 723:1 749:1 762:1 786:1 796:2 801:1 814:1 852:1 868:2 870:1 872:2 875:1 876:1 931:2 932:1 980:6 984:1 992:4 1015:2 1029:2 1038:3 1043:1 1044:1 1049:1 1056:1 1061:2 1077:1 1086:1 1112:1 1116:1 1122:1 1134:1 1140:2 1202:1 1214:1 1256:1 1259:2 1284:1 1313:1 1315:13 1321:1 1329:2 1330:1 1334:3 1337:1 1360:1 1361:1 1376:1 1385:1 1387:1 1404:1 1414:2 1418:1 1442:1 1458:1 1460:2 1481:1 1496:1 1504:1 1510:2 1551:1 1559:2 1570:2 1583:1 1603:1 1606:2 1612:3 1636:1 1645:1 1672:2 1698:1 1701:1 1712:1 1725:1 1729:1 1738:1 1764:1 1770:1 1772:1 1773:1 1805:1 1820:2 1821:3 1857:1 1869:1 1894:1 1905:1 1919:1 1929:1 1945:1 1946:1 1955:1 1971:1 1973:1 1974:1 1994:2 2008:1 2013:2 2019:2 2034:1 2059:1 2073:1 2081:1 2101:2 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2222:1 2249:1 2252:1 2286:3 2321:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:2 2458:3 2462:3 2466:1 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2524:2 2525:1 2532:2 2557:1 2561:1 2562:1 2584:1 2600:1 2601:1 2608:1 2621:1 2624:1 2633:2 2648:1 2655:1 2671:2 2689:1 2769:2 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2939:2 2941:1 2944:1 2946:2 2949:1 2961:1 3001:1 3009:2 3017:1 3020:1 3033:1 3108:9 3110:14 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3161:2 3167:1 3170:1 3176:3 3200:2 3204:1 3240:1 3286:2 3323:1 3418:1 3432:1 3457:1 3476:1 3496:1 3507:1 3510:2 3516:1 3549:1 3567:1 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3789:1 3802:1 3825:1 3855:1 3864:1 3897:1 3917:1 3935:1 3936:1 3940:1 3998:2 3999:1 4033:1 4038:1 4045:1 4061:1 4064:1 4093:1 4095:1 4097:1 4104:2 4142:1 4147:13 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:1 4226:1 4228:2 4249:2 4264:1 4269:1 4273:4 4284:1 4322:1 4348:1 4358:2 4365:1 4405:1 4406:1 4408:1 4411:1 4425:1 4458:2 4459:1 4463:2 4469:1 4483:1 4503:1 4590:13 4596:1 4603:3 4616:1 4630:1 4634:1 4691:6 4706:1 4753:2 4767:2 4772:1 4779:1 4783:1 4810:1 4833:3 4838:1 4854:1 4918:1 4924:1 4934:1 4958:1 4962:3 4970:1 5047:1 5052:1 5057:2 5058:1 5067:1 5072:1 5088:1 5089:1 5121:1 5126:1 5142:1 5144:1 5155:7 5156:2 5169:1 5200:1 5209:2 5249:1 5269:1 5294:2 5296:1 5315:2 5316:1 5317:1 5323:3 5330:1 5331:3 5340:1 5348:2 5350:3 5352:2 5354:1 5360:1 5384:1 5431:1 5517:1 5578:1 5589:1 5590:2 5639:1 5640:1 5650:1 5674:1 5685:1 5728:1 5730:1 5731:1 5734:1 5760:1 5788:1 5793:2 5796:1 5848:1 5870:1 5878:1 5900:1 5902:1 5939:1 5942:1 5949:1 5954:1 6001:1 6088:2 6104:1 6107:1 6109:1 6124:1 6222:1 6271:1 6274:1 6284:1 6288:1 6301:1 6304:1 6348:1 6353:1 6381:1 6409:1 6416:1 6422:2 6427:1 6470:1 6511:1 6520:1 6527:1 6529:1 6539:1 6540:2 6558:1 6574:1 6609:1 6616:1 6625:3 6627:1 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:4 6755:1 6762:3 6766:1 6771:1 6772:1 6776:1 6779:5 6810:1 6839:2 6867:1 6908:1 6918:1 6926:2 6929:2 6989:1 6998:1 7018:1 7028:1 7032:1 7046:1 7049:1 7056:1 7076:1 7079:1 7087:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7464:1 7478:4 7533:1 7551:2 7562:2 7593:1 7628:2 7653:1 7663:1 7676:1 7680:1 7685:1 7724:1 7738:1 7739:1 7754:1 7833:1 7846:3 7880:4 7882:1 7918:1 7919:2 7931:1 7958:1 7967:1 7970:1 7992:2 7993:1 8025:1 8031:1 8052:1 8068:3 8069:5 8078:1 8092:1 8094:4 8126:3 8133:1 8146:20 8149:1 8151:1 8155:2 8161:1 8168:9 8171:2 8177:1 8185:1 8188:1 8211:1 8222:1 8230:1 8267:3 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:1 8357:1 8368:1 8387:3 8408:1 8438:1 8441:1 8476:1 8544:1 8554:1 8587:1 8599:1 8610:1 8647:1 8656:1 8671:1 8674:14 8681:1 8687:1 8701:1 8703:6 8704:2 8723:1 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:17 8816:1 8908:1 8916:1 8970:1 8978:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9021:1 9032:1 9037:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:1 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9247:1 9265:1 9319:2 9322:1 9345:2 9396:1 9400:1 9402:1 9403:1 9433:1 9436:2 9446:1 9454:1 9455:1 9456:1 9460:1 9466:1 9478:1 9480:1 9531:1 9571:1 9578:2 9589:1 9597:1 9668:2 9670:1 9695:1 9728:2 9732:2 9734:1 9741:1 9743:2 9744:1 9746:1 9752:1 9758:1 9791:1 9801:1 9806:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:3 9859:2 9865:1 9916:1 9932:1 9934:1 9936:2 9953:1 9992:1 9997:1 10004:1 10026:1 10042:1 10056:2 10057:4 10078:2 10083:1 10093:1 10095:2 10104:1 10118:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10236:1 10237:1 10240:1 10273:1 10298:5 10305:1 10316:2 10319:3 10331:1 10371:1 10415:1 10435:13 10448:1 10455:1 10482:1 10498:1 10519:1 10526:1 10527:1 10535:1 10538:1 10571:2 10572:1 10577:2 10581:1 10586:1 10591:2 10593:1 10597:1 10616:1 10622:2 10633:1 10638:2 10659:1 10661:1 10673:2 10674:1 10701:2 10725:1 10735:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10813:1 10898:1 10906:1 10927:1 10950:1 10969:1 10989:1 11008:1 11010:2 11025:1 11049:1 11052:1 11067:1 11080:1 11094:1 11113:1 11132:2 11140:1 11154:1 11156:2 11180:2 11235:1 11237:1 11257:1 11258:3 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:3 11333:1 11346:1 11359:1 11375:1 11393:1 11442:1 11501:1 11512:2 11515:3 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:4 11599:1 11601:1 11613:1 11614:2 11616:2 11617:1 11631:1 11636:1 11646:1 11664:1 11678:4 11682:1 11687:1 11688:1 11694:1 11705:2 11713:1 11715:1 11755:1 11784:1 11796:1 11799:1 11805:1 11820:2 11825:1 11851:2 11869:1 11879:1 11907:1 11921:3 11923:1 11926:1 11933:1 11946:1 11951:2 11993:2 12041:1 12045:1 12054:1 12067:5 12080:1 12081:1 12103:1 12109:1 12126:1 12135:1 12161:1 12175:2 12196:1 12199:2 12238:1 12250:1 12253:1 12262:1 12265:1 12267:3 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12319:1 12322:1 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12399:1 12404:2 12407:1 12436:2 12484:1 12487:1 12509:1 12551:1 12565:1 12647:1 12650:3 12657:1 12678:2 12698:1 12702:1 12756:1 12757:1 12758:1 12785:1 12847:1 12864:1 12879:1 12881:2 12892:1 12937:1 12942:2 12950:1 13024:1 13036:2 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13168:1 13220:1 13224:1 13252:2 13254:14 13262:1 13267:1 13270:4 13279:1 13304:3 13314:1 13324:1 13327:1 13353:1 13356:1 13390:1 13391:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13654:1 13676:1 13694:1 13701:1 13702:1 13711:1 13721:5 13747:1 13753:1 13780:1 13815:1 13852:1 13857:1 13860:1 13862:1 13865:2 13869:1 13873:1 13885:1 13927:1 13934:1 13936:6 13940:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:2 14107:1 14129:1 14135:1 14159:1 14163:1 14178:1 14181:1 14182:1 14195:1 14200:1 14210:1 14241:1 14243:1 14250:2 14252:5 14278:1 14281:1 14286:2 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:4 14429:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:2 14538:1 14544:2 14548:1 14559:5 14562:2 14632:2 14640:1 14656:4 14734:1 14737:2 14781:1 14786:1 14828:4 14897:1 14924:1 14926:1 14935:2 14942:2 14945:2 14960:1 14961:1 15018:1 15040:1 15055:1 15056:1 15069:1 15079:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15131:1 15136:1 15138:1 15147:1 15173:1 15187:14 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15309:1 15327:1 15346:3 15350:1 15369:1 15396:1 15411:1 15447:1 15519:1 15523:1 15526:1 15554:1 15581:1 15601:1 15602:2 15619:1 15634:1 15636:1 15640:3 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:2 15932:1 16007:2 16010:1 16030:1 16109:1 16125:1 16126:1 16127:1 16151:1 16192:3 16198:2 16244:1 16308:1 16319:1 16333:1 16356:2 16371:1 16376:1 16387:1 16393:2 16396:1 16407:2 16418:1 16430:1 16483:1 16485:1 16494:1 16517:4 16527:1 16548:1 16558:1 16640:1 16653:1 16659:1 16662:7 16665:1 16706:1 16709:1 16715:1 16741:1 16748:1 16751:1 16769:7 16799:1 16820:2 16884:1 16899:1 16908:1 16915:1 16926:4 16935:3 16936:1 16944:1 16949:1 17005:1 17035:1 17040:1 17055:1 17062:1 17065:1 17068:1 17131:1 17162:1 17174:1 17176:1 17182:1 17251:1 17258:1 17271:2 17285:1 17290:1 17320:1 17326:1 17333:1 17401:1 17415:1 17420:2 17422:1 17444:1 17446:1 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:20 17573:1 17574:1 17588:1 17591:1 17609:2 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17748:1 17763:1 17764:1 17801:1 17804:1 17805:1 17851:1 17874:1 17881:1 17899:1 17901:2 17956:1 17989:1 18075:1 18079:1 18082:1 18083:1 18144:1 18154:1 18164:2 18170:1 18195:1 18250:2 18262:2 18267:1 18271:1 18287:1 18332:1 18355:2 18360:2 18378:1 18398:1 18407:2 18449:1 18469:1 18474:1 18502:2 18513:2 18538:1 18565:1 18568:1 18602:1 18606:3 18613:1 18614:1 18662:1 18683:1 18686:1 18690:1 18696:1 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18888:1 18934:1 19003:1 19006:1 19036:1 19048:1 19116:3 19128:1 19136:1 19153:1 19195:1 19197:2 19236:1 19263:1 19280:1 19316:1 19327:1 19335:1006 19359:1 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:2 19464:1 19468:2 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19715:1 19716:1 19784:1 19799:1 19820:1 19827:2 19842:1 19871:2 19872:1 19886:1 19889:1 19932:1 19938:3 19976:2 19980:1 19984:1 20037:1 20050:1 20056:1 20078:1 20088:1 20114:1 20121:1 20130:1 20143:3 20144:2 20173:1 20179:2 20186:1 20211:2 20244:6 20250:1 20265:2 20288:2 20289:1 20293:1 20294:1 20324:3 20336:2 20346:1 20356:2 20365:2 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:1 20474:1 20519:1 20562:1 20566:1 20595:1 20655:1 20678:1 20681:1 20682:1 20692:1 20704:1 20726:1 20767:1 20788:1 20789:3 20795:1 20806:1 20821:1 20845:1 20855:1 20859:1 20886:1 20887:2 20890:1 20900:1 20901:1 20907:3 20943:1 20953:1 20960:1 20967:1 20977:1 20992:1 21003:1 21008:1 21031:1 21043:1 21053:2 21062:1 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21252:1 21265:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21365:1 21409:1 21413:1 21435:1 21464:1 21468:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:1 21571:1 21577:3 21592:1 21593:1 21604:1 21613:1 21614:1 21631:1 21639:1 21643:1 21647:1 21650:2 21660:1 21667:2 21685:1 21701:2 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21820:2 21824:1 21841:1 21844:1 21853:1 21874:1 21877:1 21889:1 21893:1 21924:1 21932:1 21992:1 22011:1 22013:1 22016:2 22045:2 22071:1 22083:2 22086:1 22095:1 22096:1 22120:1 22129:1 22130:1 22132:1 22171:1 22182:1 22183:1 22187:2 22267:1 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22400:2 22414:1 22419:1 22421:1 22469:3 22503:1 22540:1 22548:2 22553:1 22557:2 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22671:1 22672:1 22708:1 22709:4 22712:1 22723:1 22724:1 22735:1 22737:1 22745:1 22748:1 22749:1 22753:1 22755:2 22756:1 22769:1 22771:1 22784:1 22833:1 22840:1 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:2 22983:1 23012:2 23030:1 23034:2 23072:1 23082:1 23100:1 23105:1 23112:4 23134:2 23170:1 23175:7 23177:1 23183:1 23187:1 23235:4 23237:1 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23339:1 23340:1 23352:1 23384:1 23403:1 23409:1 23422:2 23477:3 23518:1 23548:1 23573:13 23589:1 23594:1 23595:2 23634:1 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23688:1 23693:1 23724:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23884:2 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:1 24001:1 24041:14 24067:2 24069:1 24094:1 24118:1 24123:2 24131:1 24136:6 24180:1 24193:1 24207:2 24211:1 24216:1 24244:1 24262:2 24265:2 24295:1 24378:1 24391:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24511:1 24521:1 24547:1 24560:2 24569:1 24574:1 24580:1 24669:1 24678:1 24692:2 24695:1 24702:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24836:1 24845:1 24869:1 24885:2 24888:2 24907:1 24931:2 24947:2 24983:1 24985:1 24987:1 24998:1 25008:1 25009:2 25013:2 25018:1 25029:1 25060:2 25100:4 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25220:1 25235:1 25276:1 25322:1 25332:1 25337:1 25342:2 25380:1 25410:1 25414:1 25457:2 25461:1 25463:2 25472:1 25480:3 25486:1 25519:2 25544:1 25554:1 25558:1 25559:2 25573:1 25601:1 25605:1 25614:3 25634:1 25642:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25984:1 26029:1 26063:1 26064:2 26085:1 26088:2 26094:1 26115:1 26145:2 26152:1 26161:1 26162:1 26181:1 26187:1 26201:1 26208:1 26259:1 26287:1 26290:1 26320:1 26333:2 26354:1 26365:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26436:1 26450:1 26463:2 26476:2 26479:1 26505:1 26519:2 26529:1 26533:2 26558:2 26588:1 26591:4 26598:2 26611:1 26637:1 26689:1 26709:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:1 26819:1 26837:1 26851:1 26863:1 26870:1 26884:1 26897:1 26900:1 26921:1 26944:1 26957:1 26974:1 26985:1 26987:1 26994:1 27023:1 27032:3 27042:2 27055:1 27056:1 27059:5 27060:1 27080:1 27110:1 27123:1 27149:3 27171:1 27183:1 27186:1 27191:1 27198:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27628:1 27692:1 27703:1 27710:1 27719:1 27726:1 27727:4 27747:2 27759:1 27772:4 27798:2 27834:1 27844:3 27845:1 27847:2 27857:1 27869:1 27877:1 27888:3 27892:1 27894:1 27899:1 27908:1 27941:1 27955:1 27984:1 28018:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28067:2 28090:2 28111:1 28167:1 28177:2 28187:2 28206:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:1 28320:1 28346:1 28350:1 28356:1 28370:1 28371:2 28374:2 28377:2 28386:2 28389:2 28394:2 28420:1 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:3 28491:2 28519:1 28531:1 28534:2 28548:1 28553:1 28557:1 28582:1 28608:1 28637:1 28640:1 28650:1 28691:1 28754:1 28783:1 28799:2 28800:2 28804:2 28813:2 28815:1 28816:3 28840:1 28873:1 28879:1 28884:1 28885:1 28892:1 28905:1 28941:2 28957:2 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:12 29158:5 29207:1 29229:2 29245:1 29263:4 29269:2 29283:1 29299:1 29301:1 29313:3 29322:1 29355:1 29365:1 29367:1 29381:1 29390:1 29400:2 29442:1 29450:2 29519:1 29535:17 29558:1 29560:3 29564:1 29574:3 29575:1 29606:1 29639:2 29643:5 29652:1 29677:1 29700:1 29703:2 29749:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:1 30091:1 30103:1 30150:1 30154:1 30167:1 30202:1 30205:2 30231:1 30234:2 30245:4 30265:1 30267:1 30268:2 30277:14 30303:1 30350:1 30352:1 30359:2 30360:2
2 12:1 13:1 38:2 40:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 181:1 187:1 191:1 213:1 219:1 229:1 235:1 258:1 272:1 276:3 277:1 283:1 298:1 299:1 302:1 333:1 377:3 400:1 407:1 409:1 432:1 437:1 446:1 451:1 471:1 475:1 497:1 508:2 539:1 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:2 679:1 684:1 704:2 717:15 720:3 723:1 741:1 749:1 762:1 786:1 796:2 801:1 814:1 852:1 868:2 870:1 872:2 875:1 876:1 931:2 932:1 979:1 980:6 984:1 992:5 1015:2 1029:2 1038:3 1043:1 1044:1 1049:1 1056:1 1061:2 1077:1 1086:1 1112:1 1116:1 1122:1 1134:1 1140:2 1202:1 1214:1 1256:1 1259:2 1284:1 1313:1 1315:14 1321:1 1329:2 1330:1 1334:3 1337:1 1360:1 1361:1 1376:1 1385:1 1387:1 1404:1 1414:2 1418:1 1442:1 1458:1 1460:2 1481:1 1496:1 1504:1 1510:2 1513:1 1551:1 1559:2 1570:2 1583:1 1603:1 1604:1 1606:2 1612:3 1636:1 1645:1 1672:2 1679:1 1698:1 1701:1 1712:1 1725:1 1729:1 1738:1 1764:1 1766:1 1770:1 1772:1 1773:1 1805:1 1820:2 1821:3 1857:1 1869:1 1894:1 1905:1 1919:1 1929:1 1945:1 1946:1 1955:1 1971:1 1973:1 1974:1 1994:2 2008:1 2013:2 2019:2 2034:1 2059:1 2073:1 2081:1 2101:3 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2222:1 2249:1 2252:1 2286:3 2321:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:2 2458:3 2462:3 2466:1 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2584:1 2600:1 2601:2 2608:1 2621:1 2624:1 2633:2 2648:1 2655:1 2671:2 2689:1 2735:1 2769:2 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2939:2 2941:1 2944:1 2946:2 2949:1 2961:1 3001:1 3009:2 3017:1 3020:1 3033:1 3108:9 3110:15 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3161:2 3167:1 3170:1 3176:4 3200:2 3204:1 3240:1 3251:1 3286:2 3323:1 3418:1 3432:1 3457:1 3476:1 3496:1 3507:1 3510:2 3516:1 3549:1 3567:1 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3789:1 3802:1 3825:1 3849:1 3855:1 3864:1 3897:1 3917:1 3935:1 3936:1 3940:1 3998:2 3999:1 4033:1 4038:1 4045:1 4061:1 4064:1 4093:1 4095:1 4097:1 4104:2 4142:1 4147:14 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:1 4226:1 4228:2 4249:2 4264:1 4269:1 4273:4 4284:1 4322:1 4348:1 4358:2 4365:1 4405:1 4406:1 4408:1 4411:1 4425:1 4458:2 4459:1 4463:2 4469:1 4483:1 4503:1 4590:14 4596:1 4603:3 4616:1 4630:1 4634:1 4691:6 4706:1 4753:2 4767:2 4772:1 4779:1 4783:1 4810:1 4833:3 4838:1 4854:1 4918:1 4924:1 4934:1 4958:1 4962:3 4970:1 5047:1 5052:1 5057:2 5058:1 5067:1 5072:1 5088:1 5089:1 5121:1 5126:1 5142:1 5144:1 5155:7 5156:2 5169:1 5200:1 5209:2 5238:1 5249:1 5269:1 5294:2 5296:1 5315:2 5316:2 5317:1 5323:3 5330:1 5331:3 5340:1 5348:2 5350:3 5352:2 5354:1 5360:1 5384:1 5426:1 5431:1 5517:1 5578:1 5589:1 5590:2 5639:1 5640:1 5650:1 5674:1 5685:1 5728:1 5730:1 5731:1 5734:1 5760:1 5788:1 5793:2 5796:1 5848:1 5870:1 5878:1 5900:1 5902:1 5939:1 5940:1 5942:1 5949:1 5954:1 6001:1 6088:2 6104:1 6107:1 6109:1 6124:1 6222:1 6271:1 6274:1 6284:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6409:1 6416:1 6422:2 6427:1 6470:1 6511:1 6520:1 6527:1 6529:1 6530:1 6539:1 6540:2 6558:1 6574:1 6609:1 6616:1 6625:3 6627:1 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:4 6755:1 6762:3 6765:1 6766:1 6771:1 6772:1 6776:1 6779:5 6810:1 6839:2 6867:1 6908:1 6918:1 6926:2 6929:2 6989:1 6998:1 7018:1 7028:1 7032:1 7046:1 7049:1 7056:1 7076:1 7079:1 7087:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7228:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7464:1 7478:4 7533:1 7534:1 7551:2 7562:2 7593:1 7628:2 7653:1 7663:1 7676:1 7680:1 7685:1 7724:1 7738:1 7739:1 7754:1 7833:1 7846:3 7880:4 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7967:1 7970:1 7992:2 7993:1 8025:1 8031:1 8052:1 8068:5 8069:5 8078:1 8092:1 8094:5 8126:3 8133:1 8146:20 8149:1 8151:1 8155:2 8161:1 8168:9 8171:2 8177:1 8185:1 8188:1 8210:1 8211:1 8222:1 8230:1 8267:3 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:1 8357:1 8368:1 8387:3 8408:1 8438:1 8441:1 8476:1 8544:1 8554:1 8587:1 8599:1 8610:1 8647:1 8656:1 8671:1 8674:15 8681:1 8687:1 8701:1 8703:6 8704:2 8723:1 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:19 8816:1 8908:1 8916:1 8970:1 8978:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9021:1 9032:1 9037:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:1 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9247:1 9265:1 9319:2 9322:1 9345:2 9396:1 9400:1 9402:1 9403:1 9433:1 9436:3 9446:1 9454:1 9455:1 9456:1 9460:1 9466:1 9478:1 9480:1 9531:1 9571:1 9578:2 9589:1 9597:1 9668:2 9670:1 9695:1 9728:2 9732:2 9734:1 9741:1 9743:2 9744:1 9746:1 9752:1 9758:1 9768:1 9791:1 9801:1 9806:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:1 9916:1 9932:1 9934:1 9936:2 9953:1 9992:1 9997:1 10004:1 10026:1 10042:1 10043:1 10056:2 10057:4 10078:2 10083:1 10093:1 10095:2 10104:1 10118:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10222:1 10236:1 10237:1 10240:1 10273:1 10298:5 10305:1 10316:2 10319:3 10331:1 10371:1 10415:1 10435:14 10448:1 10455:1 10482:1 10498:1 10519:1 10526:1 10527:1 10535:1 10538:1 10571:2 10572:1 10577:2 10581:1 10586:1 10591:2 10593:1 10597:1 10616:1 10622:2 10633:1 10638:2 10659:1 10661:2 10673:2 10674:1 10701:2 10725:1 10735:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10813:1 10898:1 10906:1 10927:2 10950:1 10969:1 10989:1 11008:1 11010:3 11025:1 11049:1 11052:1 11067:1 11080:1 11094:1 11113:1 11132:2 11140:1 11154:1 11156:2 11180:2 11235:1 11237:1 11257:1 11258:4 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:4 11333:1 11346:1 11359:1 11375:1 11393:1 11442:1 11475:1 11501:1 11512:2 11515:3 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:4 11599:1 11601:1 11613:1 11614:2 11616:2 11617:1 11631:1 11636:1 11646:1 11664:1 11678:4 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11820:2 11825:1 11851:2 11869:1 11879:1 11899:1 11907:1 11921:3 11923:1 11926:1 11933:1 11946:1 11951:2 11993:2 12035:1 12041:1 12045:1 12054:1 12067:5 12080:1 12081:1 12103:1 12109:1 12126:1 12135:1 12161:1 12175:2 12196:1 12199:2 12238:1 12250:1 12253:1 12262:1 12265:1 12267:3 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12319:1 12322:1 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12399:1 12404:2 12407:1 12436:2 12484:1 12487:1 12509:1 12551:1 12565:1 12647:1 12650:3 12657:1 12678:2 12698:1 12702:1 12756:1 12757:1 12758:1 12785:1 12847:1 12864:1 12879:1 12881:3 12892:1 12937:1 12942:2 12950:1 13024:1 13036:2 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13168:1 13220:1 13224:1 13252:2 13254:15 13262:1 13267:1 13270:4 13279:1 13304:3 13314:1 13324:1 13327:1 13353:1 13356:1 13390:1 13391:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13654:1 13676:1 13694:1 13701:1 13702:1 13711:1 13721:5 13747:1 13753:1 13780:1 13815:1 13852:1 13857:1 13860:1 13862:1 13865:2 13869:1 13873:1 13885:1 13927:1 13934:1 13936:6 13940:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:2 14107:1 14129:1 14135:1 14159:1 14163:1 14178:1 14181:1 14182:1 14195:1 14200:1 14210:1 14237:1 14241:1 14243:1 14246:1 14250:2 14252:5 14278:1 14281:1 14286:3 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:5 14429:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:2 14538:1 14544:2 14548:1 14559:5 14562:3 14632:2 14640:1 14656:4 14734:1 14737:2 14781:1 14786:1 14828:4 14897:1 14924:1 14926:1 14935:2 14942:2 14945:2 14960:1 14961:1 15018:1 15040:1 15055:1 15056:1 15069:1 15079:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15131:1 15136:1 15138:1 15147:1 15173:1 15187:15 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15309:1 15327:1 15346:3 15350:1 15363:1 15369:1 15396:1 15411:1 15447:1 15519:1 15523:1 15526:1 15554:1 15581:1 15601:1 15602:2 15619:1 15634:1 15636:1 15640:3 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:2 15932:1 16007:2 16010:1 16030:1 16109:1 16125:1 16126:1 16127:1 16151:1 16192:3 16198:2 16244:1 16308:1 16319:1 16333:1 16356:2 16371:1 16376:1 16387:2 16393:2 16396:1 16407:2 16418:1 16430:1 16483:1 16485:1 16494:1 16517:4 16527:1 16548:1 16558:2 16640:1 16653:1 16659:1 16662:7 16665:1 16706:1 16709:2 16715:1 16741:1 16748:1 16751:2 16769:7 16786:1 16799:1 16820:2 16884:1 16899:1 16908:1 16915:1 16926:4 16935:3 16936:1 16944:1 16949:1 16999:1 17005:1 17035:1 17040:1 17055:1 17062:1 17065:1 17068:1 17131:1 17162:1 17174:1 17176:1 17182:1 17251:1 17258:1 17271:2 17285:1 17288:1 17290:1 17320:1 17326:1 17333:1 17401:1 17415:1 17420:2 17422:1 17444:1 17446:1 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:22 17573:1 17574:1 17588:1 17591:1 17609:2 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17748:1 17763:1 17764:1 17801:1 17804:1 17805:1 17851:1 17874:1 17881:1 17899:1 17901:2 17956:1 17989:1 18075:1 18079:1 18082:1 18083:1 18127:1 18144:1 18154:1 18162:1 18164:2 18170:1 18195:1 18250:2 18262:2 18267:1 18271:1 18287:1 18332:1 18355:2 18360:2 18378:1 18398:1 18407:2 18449:1 18469:1 18474:1 18502:2 18513:2 18538:1 18565:1 18568:1 18602:1 18606:3 18613:1 18614:1 18662:1 18683:1 18686:1 18690:1 18696:1 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18886:1 18888:1 18934:1 19003:2 19006:1 19036:1 19048:1 19116:3 19128:1 19136:1 19153:1 19195:1 19197:2 19236:1 19263:1 19280:1 19316:1 19327:1 19335:1057 19359:1 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:2 19464:1 19468:2 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19715:1 19716:1 19784:1 19799:1 19820:1 19827:2 19842:1 19871:2 19872:1 19886:1 19889:1 19932:1 19938:3 19976:2 19980:1 19984:1 20037:1 20050:1 20056:1 20078:1 20088:1 20114:1 20121:1 20130:1 20143:3 20144:2 20173:1 20179:2 20186:1 20211:2 20244:7 20250:1 20265:2 20288:2 20289:1 20293:1 20294:1 20324:3 20336:2 20346:1 20356:2 20365:2 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:1 20474:1 20519:1 20562:1 20566:1 20595:1 20655:1 20678:1 20681:1 20682:1 20692:1 20704:1 20726:1 20767:1 20788:1 20789:3 20795:1 20806:1 20821:1 20845:1 20855:1 20859:1 20864:1 20886:1 20887:2 20890:1 20900:1 20901:1 20907:4 20943:1 20953:1 20960:1 20967:1 20977:1 20992:1 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21252:1 21265:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21365:1 21409:1 21413:1 21435:1 21464:1 21468:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:1 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21631:1 21639:1 21643:2 21647:1 21650:2 21660:1 21667:2 21685:1 21701:2 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21820:2 21824:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21924:1 21932:1 21992:1 22011:1 22013:1 22016:2 22045:2 22071:1 22083:2 22086:1 22095:1 22096:1 22120:1 22129:1 22130:1 22132:1 22171:1 22182:1 22183:1 22187:2 22219:1 22267:1 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22400:2 22406:1 22414:1 22419:1 22421:1 22469:3 22503:1 22540:1 22548:3 22553:1 22557:2 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22671:1 22672:1 22708:1 22709:4 22712:1 22723:1 22724:1 22735:1 22737:1 22745:1 22748:1 22749:1 22753:1 22755:2 22756:1 22769:1 22771:1 22784:1 22833:1 22840:1 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:2 22983:1 23012:2 23030:1 23034:2 23043:1 23072:1 23082:1 23100:1 23105:1 23112:5 23134:2 23170:1 23175:7 23177:1 23183:1 23187:1 23235:4 23237:1 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23339:1 23340:1 23352:1 23384:1 23403:1 23409:1 23422:3 23477:3 23518:1 23523:1 23548:1 23573:14 23589:1 23594:1 23595:2 23634:1 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23688:1 23693:1 23724:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23884:2 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:1 24001:1 24002:1 24041:15 24067:2 24069:1 24094:1 24118:1 24123:2 24131:1 24136:6 24174:1 24180:1 24193:1 24207:2 24211:1 24216:1 24244:1 24262:2 24265:2 24295:1 24378:1 24391:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24511:1 24521:1 24547:1 24560:2 24569:1 24574:1 24580:1 24669:1 24678:1 24692:2 24695:1 24702:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24836:1 24845:1 24869:1 24885:2 24888:2 24907:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:1 24998:1 25008:1 25009:2 25013:2 25018:1 25029:1 25060:2 25100:4 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25220:1 25235:1 25276:1 25322:1 25332:1 25337:1 25342:2 25380:1 25410:1 25414:1 25457:2 25461:1 25463:2 25472:1 25480:3 25486:1 25519:2 25540:1 25544:1 25554:1 25558:2 25559:2 25573:1 25601:1 25605:1 25614:3 25634:1 25642:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25984:1 26029:1 26063:1 26064:2 26085:1 26088:2 26094:1 26115:1 26117:1 26145:2 26152:1 26161:1 26162:1 26181:1 26187:1 26201:1 26208:1 26252:1 26259:1 26283:1 26287:1 26289:1 26290:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26436:1 26450:1 26463:2 26476:2 26479:1 26505:1 26519:2 26529:1 26533:3 26558:2 26588:1 26591:5 26598:2 26611:1 26637:1 26689:1 26709:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:1 26819:1 26837:1 26851:1 26863:1 26870:1 26884:1 26897:1 26900:1 26921:1 26944:1 26957:1 26974:1 26985:1 26987:1 26994:1 27023:1 27032:3 27042:2 27055:1 27056:1 27059:5 27060:1 27080:1 27110:1 27123:1 27149:3 27171:1 27183:1 27186:1 27191:1 27198:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27628:1 27692:1 27703:1 27710:1 27719:1 27726:1 27727:4 27747:2 27759:1 27772:4 27798:2 27834:1 27844:3 27845:1 27847:2 27857:1 27869:1 27877:1 27888:3 27892:1 27894:1 27899:1 27908:1 27941:1 27955:1 27984:1 28018:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28067:2 28090:2 28111:1 28167:1 28177:2 28187:2 28206:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:1 28320:1 28346:1 28350:1 28356:1 28370:1 28371:3 28374:2 28377:2 28386:2 28389:2 28394:2 28420:1 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:3 28491:2 28519:1 28531:1 28534:2 28548:1 28553:1 28557:1 28582:1 28608:1 28637:1 28640:1 28650:1 28691:1 28754:1 28783:1 28799:3 28800:2 28804:2 28813:2 28815:1 28816:3 28840:1 28873:1 28879:1 28884:1 28885:1 28892:1 28905:1 28941:2 28957:2 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:12 29158:5 29207:1 29229:2 29245:1 29263:4 29269:2 29283:1 29299:1 29301:1 29313:5 29322:1 29355:1 29365:1 29367:1 29381:1 29390:1 29400:2 29442:1 29450:2 29519:1 29535:19 29558:1 29560:3 29564:1 29574:3 29575:1 29606:1 29639:3 29643:6 29652:1 29677:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:2 30091:1 30103:1 30150:1 30154:1 30167:1 30202:1 30205:2 30231:1 30234:2 30245:4 30265:1 30267:2 30268:2 30277:15 30303:1 30350:1 30352:1 30359:2 30360:2 30445:1
2 12:1 13:1 38:2 40:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 181:1 187:1 191:1 213:1 219:1 229:1 235:1 258:1 272:1 276:3 277:1 283:1 298:1 299:1 302:1 333:1 377:3 400:1 407:1 409:1 432:1 437:1 446:1 451:1 471:1 475:1 497:1 508:2 539:1 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:2 679:1 684:1 704:2 717:16 720:3 723:1 741:1 749:1 762:1 786:1 796:2 801:1 814:1 852:1 868:2 870:1 872:2 875:1 876:2 880:1 931:2 932:1 979:1 980:6 984:1 992:5 1015:2 1029:2 1038:3 1043:1 1044:1 1049:1 1056:1 1061:2 1077:1 1086:1 1112:1 1116:1 1122:1 1134:1 1140:2 1202:1 1214:1 1256:1 1259:2 1284:1 1313:1 1315:15 1321:1 1329:2 1330:1 1334:3 1337:1 1360:1 1361:1 1376:1 1385:1 1386:1 1387:1 1404:1 1414:2 1418:1 1442:1 1458:1 1460:2 1481:1 1496:1 1504:1 1510:2 1513:1 1551:1 1559:2 1570:2 1583:1 1603:1 1604:1 1606:2 1612:4 1636:1 1645:1 1672:2 1679:1 1698:1 1701:2 1712:1 1725:1 1729:1 1738:1 1764:1 1766:1 1770:1 1772:1 1773:1 1805:1 1820:2 1821:3 1851:1 1857:1 1869:1 1894:1 1905:1 1919:1 1929:1 1942:1 1945:1 1946:1 1955:1 1971:1 1973:1 1974:1 1994:2 2008:1 2013:2 2019:2 2034:1 2059:1 2073:1 2081:1 2101:3 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2222:1 2249:1 2252:1 2286:4 2321:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:2 2458:3 2462:3 2466:1 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2584:1 2600:1 2601:2 2608:1 2621:1 2624:1 2633:2 2648:1 2655:1 2671:2 2689:1 2735:1 2769:2 2807:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2939:2 2941:1 2944:1 2946:2 2949:1 2961:1 3001:1 3009:2 3017:1 3020:1 3033:2 3080:1 3085:1 3108:9 3110:16 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3161:3 3167:1 3170:1 3176:4 3200:2 3204:1 3240:1 3251:1 3286:2 3323:1 3418:1 3432:1 3457:1 3476:1 3496:1 3507:1 3510:2 3516:1 3549:1 3556:1 3567:1 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3758:1 3761:1 3789:1 3802:1 3825:1 3849:1 3855:1 3864:1 3897:1 3917:1 3934:1 3935:1 3936:1 3940:1 3944:1 3998:2 3999:1 4033:1 4038:1 4045:1 4061:1 4064:1 4093:1 4095:1 4097:1 4104:2 4122:1 4142:1 4147:15 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:1 4226:1 4228:2 4249:2 4264:1 4269:1 4273:4 4284:2 4322:1 4348:1 4358:2 4365:1 4405:1 4406:1 4408:1 4411:1 4412:1 4425:1 4458:2 4459:1 4463:2 4469:1 4483:1 4503:1 4590:15 4596:1 4598:1 4603:3 4616:1 4630:1 4634:1 4691:6 4706:1 4753:3 4767:2 4772:1 4779:1 4783:1 4791:1 4810:1 4833:3 4838:1 4854:1 4918:1 4924:1 4934:1 4958:1 4962:3 4970:1 5047:1 5050:1 5052:1 5057:2 5058:1 5067:1 5072:1 5088:1 5089:1 5121:1 5126:1 5142:1 5144:1 5155:7 5156:2 5169:1 5200:1 5209:2 5238:1 5240:1 5249:1 5269:1 5294:2 5296:1 5315:2 5316:2 5317:1 5323:3 5330:1 5331:3 5340:1 5348:2 5350:3 5352:2 5354:1 5360:1 5384:1 5426:1 5431:1 5517:1 5578:1 5589:1 5590:2 5639:1 5640:1 5650:1 5674:1 5685:1 5728:1 5730:1 5731:1 5734:1 5760:1 5788:1 5793:2 5796:1 5848:1 5870:1 5878:1 5900:1 5902:1 5939:1 5940:1 5942:1 5949:1 5954:1 6001:1 6027:1 6088:2 6104:1 6107:1 6109:1 6124:1 6222:1 6271:1 6274:1 6284:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6409:1 6416:1 6422:2 6427:1 6470:1 6511:1 6520:1 6527:1 6529:1 6530:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:1 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:4 6755:1 6762:3 6765:1 6766:1 6771:1 6772:1 6776:1 6779:6 6810:1 6839:2 6867:1 6908:1 6918:1 6926:2 6929:3 6989:1 6998:1 7018:1 7028:1 7032:1 7046:1 7049:1 7056:1 7076:1 7079:1 7087:1 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7228:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:4 7533:1 7534:1 7551:2 7562:2 7593:1 7628:2 7653:1 7663:1 7676:1 7680:1 7685:1 7724:1 7738:1 7739:1 7754:1 7823:1 7833:1 7846:3 7880:4 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7967:1 7970:1 7992:3 7993:1 8025:1 8031:1 8052:1 8068:5 8069:6 8078:1 8092:1 8094:5 8126:3 8133:1 8146:20 8149:1 8151:1 8155:2 8161:1 8168:9 8171:2 8177:1 8185:1 8188:1 8210:1 8211:1 8222:1 8230:1 8267:3 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:1 8357:1 8368:1 8387:3 8408:1 8438:1 8441:1 8476:1 8544:1 8554:1 8587:1 8599:1 8610:2 8647:1 8656:1 8671:1 8674:16 8681:1 8687:1 8691:1 8701:1 8703:7 8704:2 8723:1 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:20 8816:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:2 9021:1 9032:1 9037:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:1 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9247:1 9265:1 9319:2 9322:1 9345:2 9396:1 9400:1 9402:1 9403:1 9433:1 9436:3 9446:1 9454:1 9455:1 9456:1 9460:1 9466:1 9478:1 9480:1 9531:1 9571:1 9578:2 9589:1 9597:1 9668:2 9670:1 9695:1 9728:2 9732:2 9734:1 9741:1 9743:2 9744:1 9746:1 9752:1 9758:1 9768:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:1 9876:1 9916:1 9932:1 9934:1 9936:2 9953:1 9991:1 9992:1 9997:1 10004:1 10026:1 10042:1 10043:1 10056:2 10057:4 10078:2 10083:1 10093:1 10095:3 10104:1 10118:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10222:1 10236:1 10237:1 10240:1 10273:1 10298:5 10305:1 10316:2 10319:3 10331:1 10371:1 10415:1 10435:15 10448:1 10455:1 10482:1 10498:1 10517:1 10519:1 10526:1 10527:1 10535:1 10538:1 10571:2 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10616:1 10622:2 10633:1 10638:2 10659:1 10661:3 10673:2 10674:1 10701:2 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10813:1 10898:1 10906:1 10927:2 10950:1 10969:1 10989:1 11008:1 11010:3 11025:1 11049:1 11052:1 11067:1 11080:1 11094:1 11113:1 11132:2 11140:1 11154:1 11156:2 11180:2 11235:1 11237:1 11257:1 11258:4 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:4 11333:1 11343:1 11346:1 11359:1 11375:1 11393:1 11442:1 11475:1 11487:1 11501:2 11512:2 11515:3 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:4 11599:1 11601:1 11613:1 11614:2 11616:2 11617:1 11631:1 11636:1 11646:1 11664:1 11678:4 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11820:3 11825:1 11851:2 11869:1 11879:1 11890:1 11892:1 11899:1 11907:1 11921:3 11923:1 11926:1 11933:1 11946:1 11951:2 11993:2 12035:1 12041:1 12045:1 12054:1 12067:5 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:1 12175:2 12196:1 12199:2 12238:1 12250:1 12253:1 12262:1 12265:1 12267:3 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12319:1 12322:1 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12399:1 12404:3 12407:1 12436:2 12484:1 12487:1 12509:1 12551:1 12565:1 12647:1 12650:3 12657:1 12678:2 12698:1 12702:1 12756:1 12757:1 12758:1 12785:1 12805:1 12847:1 12864:1 12879:2 12881:3 12892:1 12937:1 12942:2 12950:1 12964:1 13024:1 13036:3 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13168:1 13220:1 13224:1 13252:2 13254:16 13262:1 13267:1 13270:4 13279:1 13304:3 13314:1 13324:1 13327:1 13353:1 13356:1 13366:1 13390:1 13391:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13654:1 13676:1 13694:1 13701:1 13702:1 13711:1 13721:6 13727:1 13747:1 13753:1 13780:1 13815:1 13852:1 13857:1 13860:1 13862:1 13865:2 13869:1 13873:1 13885:1 13927:1 13934:1 13936:6 13940:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:2 14107:1 14129:1 14135:1 14159:1 14163:1 14178:1 14181:1 14182:1 14195:1 14200:1 14210:1 14237:1 14241:1 14243:1 14246:1 14250:2 14252:5 14278:1 14281:1 14282:1 14286:3 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:5 14429:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:2 14538:1 14544:3 14548:1 14559:5 14562:3 14588:1 14632:2 14640:1 14656:4 14734:1 14737:2 14781:1 14786:1 14828:4 14897:1 14924:1 14926:1 14935:2 14942:2 14945:3 14960:1 14961:1 15018:1 15040:1 15055:1 15056:1 15069:1 15079:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15131:1 15136:1 15138:1 15147:1 15173:1 15187:16 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15303:1 15309:1 15327:1 15332:1 15346:3 15350:1 15363:1 15369:1 15392:1 15396:1 15411:1 15447:1 15519:1 15523:1 15526:1 15554:1 15581:1 15601:1 15602:2 15619:1 15634:1 15636:1 15640:5 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:2 15928:1 15932:1 16007:2 16010:1 16030:1 16109:1 16125:1 16126:1 16127:1 16151:1 16192:3 16195:1 16198:2 16244:1 16266:1 16308:1 16319:1 16333:1 16356:2 16371:1 16376:1 16387:2 16393:2 16396:1 16407:2 16418:1 16430:1 16483:1 16485:1 16494:1 16517:4 16527:1 16548:1 16558:2 16640:1 16653:1 16659:1 16662:7 16665:2 16706:1 16709:2 16715:1 16741:1 16748:1 16749:1 16751:2 16769:8 16786:1 16799:1 16820:2 16884:1 16896:1 16899:1 16908:1 16915:1 16926:4 16935:3 16936:1 16944:1 16946:1 16949:1 16999:1 17005:1 17035:1 17040:1 17055:1 17062:1 17065:1 17068:1 17093:1 17131:1 17139:1 17162:1 17174:1 17176:1 17182:1 17251:1 17258:1 17271:2 17285:1 17288:1 17290:1 17320:1 17326:1 17333:1 17401:1 17415:1 17420:2 17422:1 17444:1 17446:1 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:23 17573:1 17574:1 17588:1 17591:1 17609:2 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17748:1 17763:1 17764:1 17801:1 17804:1 17805:1 17851:1 17874:1 17881:1 17899:1 17901:2 17956:1 17989:1 18075:1 18079:1 18082:1 18083:1 18127:1 18144:1 18154:1 18162:1 18164:2 18170:1 18195:1 18250:2 18262:2 18267:1 18271:1 18287:1 18316:1 18332:1 18355:2 18360:2 18378:1 18398:1 18407:2 18449:1 18469:1 18474:1 18502:3 18513:2 18538:1 18565:1 18568:1 18602:1 18606:3 18613:1 18614:1 18662:1 18683:1 18686:1 18690:1 18696:1 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18886:1 18888:1 18934:2 19003:2 19006:1 19036:1 19048:1 19116:3 19128:1 19136:1 19153:1 19195:1 19197:2 19236:1 19263:1 19280:1 19316:1 19327:1 19335:1129 19346:1 19359:1 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:2 19464:1 19468:2 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19715:1 19716:1 19748:1 19784:1 19799:1 19820:1 19827:2 19842:1 19871:2 19872:1 19886:1 19889:1 19932:1 19938:3 19976:2 19980:1 19984:1 20037:1 20050:1 20056:1 20078:1 20088:1 20114:1 20121:1 20130:1 20143:3 20144:2 20173:1 20179:2 20186:1 20211:2 20244:7 20250:1 20265:2 20288:2 20289:1 20293:1 20294:1 20324:3 20336:2 20346:1 20356:2 20365:2 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:1 20474:1 20519:1 20562:1 20566:1 20595:1 20655:1 20675:1 20678:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:1 20741:1 20767:1 20788:1 20789:3 20795:1 20806:1 20816:1 20821:1 20845:1 20855:1 20859:1 20864:1 20886:1 20887:2 20890:1 20900:1 20901:1 20907:4 20943:1 20953:1 20960:1 20967:1 20977:1 20992:1 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21252:2 21265:1 21285:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21365:1 21409:1 21413:1 21435:1 21464:1 21468:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21631:1 21639:1 21643:2 21647:1 21650:2 21660:1 21667:2 21685:1 21693:1 21701:2 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21820:2 21824:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21924:1 21932:1 21949:1 21968:1 21992:1 22011:1 22013:1 22016:2 22045:2 22071:1 22083:2 22086:1 22095:1 22096:1 22114:1 22120:1 22129:1 22130:1 22132:1 22171:1 22182:1 22183:1 22187:2 22219:1 22267:1 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22400:2 22406:1 22414:1 22419:1 22421:1 22469:3 22503:1 22540:1 22548:3 22553:1 22557:3 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22671:1 22672:1 22708:2 22709:4 22712:1 22723:1 22724:1 22735:1 22737:1 22745:1 22748:1 22749:1 22753:1 22755:2 22756:1 22769:1 22771:1 22784:1 22833:1 22840:1 22867:1 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:2 22983:1 23012:2 23030:1 23034:2 23043:1 23072:1 23082:1 23100:1 23105:1 23112:6 23134:2 23170:1 23175:8 23177:1 23183:1 23187:1 23235:4 23237:1 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23339:1 23340:1 23352:1 23384:1 23403:1 23409:1 23422:3 23440:1 23477:3 23518:1 23523:1 23548:1 23566:1 23573:15 23589:1 23594:1 23595:2 23602:1 23634:1 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23688:1 23693:1 23701:1 23724:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:2 23903:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:1 24001:1 24002:1 24041:16 24067:2 24069:1 24094:1 24111:1 24118:1 24123:2 24131:1 24136:6 24174:1 24180:1 24193:1 24207:2 24211:1 24216:1 24244:1 24262:2 24265:2 24295:1 24378:1 24391:1 24401:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24511:1 24521:1 24547:1 24560:2 24569:1 24574:1 24580:1 24669:1 24678:1 24692:2 24695:1 24702:1 24713:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24836:1 24845:1 24869:1 24885:2 24888:2 24907:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24998:2 25008:1 25009:2 25013:2 25018:1 25029:1 25060:2 25100:5 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25220:1 25235:1 25276:1 25322:1 25332:1 25337:1 25342:2 25372:1 25380:1 25390:1 25410:1 25414:1 25457:3 25461:1 25463:2 25472:1 25480:3 25486:1 25519:2 25540:1 25544:1 25554:1 25558:2 25559:2 25573:1 25601:1 25605:1 25614:3 25634:1 25642:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25978:1 25984:1 26029:1 26063:1 26064:2 26085:1 26088:2 26094:1 26115:1 26117:1 26145:2 26152:1 26161:1 26162:1 26181:1 26187:1 26201:1 26208:1 26252:1 26259:1 26283:1 26285:1 26287:1 26289:1 26290:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:2 26479:1 26494:1 26505:1 26519:2 26529:1 26533:3 26558:2 26588:1 26591:6 26598:2 26611:1 26625:1 26637:1 26689:1 26709:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:1 26819:1 26837:1 26851:1 26863:1 26870:2 26884:1 26897:1 26900:1 26921:1 26944:1 26957:1 26974:1 26985:1 26987:1 26994:1 27023:1 27032:3 27034:1 27042:2 27055:1 27056:1 27059:5 27060:1 27080:1 27110:1 27123:1 27149:3 27171:1 27183:1 27186:1 27191:1 27194:1 27198:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:1 27443:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27628:1 27692:1 27703:2 27710:1 27719:1 27726:1 27727:5 27747:2 27759:1 27772:4 27798:2 27834:1 27844:3 27845:1 27847:2 27857:1 27862:1 27869:1 27877:1 27888:3 27892:1 27894:1 27899:1 27908:1 27941:1 27955:1 27984:1 27990:1 27995:1 28001:1 28011:1 28013:1 28018:1 28020:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28056:1 28067:2 28090:2 28111:1 28167:1 28177:2 28187:2 28206:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:1 28320:1 28346:1 28350:1 28356:1 28370:1 28371:3 28374:2 28377:2 28386:2 28389:2 28394:2 28408:1 28420:1 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:3 28491:3 28519:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28582:1 28604:1 28608:1 28637:1 28640:1 28650:1 28670:1 28691:1 28754:1 28783:1 28799:3 28800:2 28804:2 28813:2 28815:1 28816:3 28840:1 28868:1 28873:1 28879:1 28884:1 28885:1 28892:1 28895:1 28905:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:12 29148:1 29158:5 29207:1 29229:2 29245:1 29257:1 29263:5 29269:2 29283:1 29299:1 29301:1 29313:5 29322:1 29355:1 29365:1 29367:1 29381:1 29390:1 29400:2 29442:1 29450:2 29519:1 29535:20 29558:1 29560:3 29564:1 29574:3 29575:1 29606:1 29639:3 29643:6 29652:1 29665:1 29677:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:2 30091:1 30103:1 30150:1 30154:1 30167:1 30195:1 30202:1 30205:2 30231:1 30234:2 30245:4 30265:1 30267:2 30268:2 30277:16 30303:1 30350:1 30352:1 30359:2 30360:2 30445:1
2 12:1 13:1 38:2 40:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 181:1 187:1 191:1 213:1 219:1 229:1 235:1 258:1 272:1 276:3 277:1 283:1 298:1 299:1 302:1 333:1 377:3 400:1 407:1 409:1 432:2 437:1 446:1 451:1 471:1 475:1 497:1 508:2 539:1 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:2 679:1 684:1 704:2 717:17 720:3 723:1 741:1 749:1 762:1 786:1 796:2 801:1 814:1 852:2 868:2 870:1 872:2 875:1 876:2 880:1 931:2 932:1 979:2 980:6 984:1 992:5 1015:2 1029:2 1038:3 1043:1 1044:1 1049:1 1056:1 1061:2 1077:1 1081:1 1086:1 1112:1 1116:1 1122:1 1134:2 1140:3 1201:1 1202:1 1214:1 1256:1 1259:2 1284:1 1313:1 1315:16 1321:1 1329:2 1330:1 1334:3 1337:1 1338:1 1360:1 1361:2 1376:1 1385:1 1386:1 1387:1 1404:1 1407:1 1414:2 1418:1 1442:1 1458:1 1460:2 1481:1 1496:1 1504:1 1510:2 1513:1 1551:1 1559:2 1570:2 1583:1 1603:1 1604:1 1606:2 1612:4 1636:1 1645:1 1672:2 1679:1 1698:1 1701:2 1712:1 1725:1 1729:1 1738:1 1764:1 1766:1 1770:1 1772:1 1773:1 1805:1 1809:1 1820:2 1821:3 1851:1 1857:1 1869:1 1894:1 1905:1 1919:1 1929:1 1942:1 1945:1 1946:1 1955:1 1971:1 1973:1 1974:1 1994:2 2008:1 2013:2 2019:2 2034:1 2059:1 2073:1 2081:1 2101:3 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2222:1 2249:1 2252:1 2286:4 2321:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:2 2458:3 2462:3 2466:1 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2583:1 2584:1 2600:1 2601:2 2608:1 2621:1 2624:3 2633:2 2648:1 2655:1 2671:2 2689:1 2735:1 2769:2 2791:1 2807:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2914:1 2931:1 2936:1 2939:3 2941:1 2944:1 2946:2 2949:1 2961:1 3001:1 3009:3 3017:1 3020:1 3033:2 3080:1 3085:1 3108:10 3110:17 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3161:3 3162:1 3167:1 3170:1 3176:4 3200:2 3204:1 3240:1 3251:1 3252:1 3286:2 3323:1 3418:1 3432:1 3451:1 3457:1 3476:1 3496:1 3507:1 3510:2 3516:1 3523:1 3549:1 3556:1 3567:1 3581:1 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3758:1 3761:1 3789:1 3802:1 3825:1 3849:1 3855:1 3864:1 3897:1 3917:1 3934:1 3935:1 3936:1 3940:1 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:1 4061:1 4064:1 4083:1 4093:1 4095:1 4097:1 4104:2 4122:1 4142:1 4147:16 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:1 4226:2 4228:2 4249:2 4264:1 4269:1 4273:4 4274:1 4284:2 4322:1 4348:1 4358:2 4365:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4425:1 4456:1 4458:2 4459:1 4463:2 4469:2 4483:1 4503:1 4555:1 4578:1 4590:16 4596:1 4598:1 4603:3 4616:1 4630:1 4634:1 4691:6 4706:1 4753:3 4767:2 4772:1 4779:1 4783:1 4791:1 4810:1 4833:6 4838:1 4854:1 4918:1 4924:1 4934:1 4958:1 4962:3 4970:1 5001:1 5047:1 5050:1 5052:1 5057:2 5058:1 5067:1 5072:1 5088:1 5089:2 5121:1 5126:1 5142:1 5144:1 5155:8 5156:2 5169:1 5200:1 5209:2 5238:1 5240:1 5249:1 5269:1 5294:3 5296:1 5315:2 5316:2 5317:1 5323:3 5330:1 5331:3 5340:1 5348:2 5350:3 5352:2 5354:1 5360:1 5384:1 5426:1 5431:1 5517:1 5557:1 5578:1 5589:1 5590:2 5639:1 5640:1 5650:1 5674:1 5685:1 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5788:1 5793:2 5796:1 5848:1 5867:1 5870:1 5878:1 5900:1 5902:1 5939:1 5940:1 5942:1 5949:1 5954:1 5988:1 6001:1 6009:1 6027:1 6088:2 6104:1 6107:1 6109:1 6124:1 6212:1 6222:1 6271:1 6274:1 6284:1 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6399:1 6409:1 6416:1 6422:2 6427:1 6470:1 6509:1 6510:1 6511:1 6520:1 6522:1 6527:1 6529:1 6530:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:4 6755:1 6762:3 6765:1 6766:1 6771:1 6772:1 6776:1 6779:6 6787:1 6810:1 6839:2 6867:1 6908:1 6918:1 6926:2 6929:3 6976:1 6989:1 6998:1 7018:1 7028:1 7032:1 7046:1 7049:1 7056:1 7076:1 7079:1 7087:1 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7228:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:4 7533:1 7534:1 7539:1 7551:2 7562:2 7593:1 7628:2 7653:1 7663:1 7676:1 7680:1 7685:1 7724:1 7738:1 7739:1 7754:1 7823:1 7833:1 7838:1 7846:3 7880:4 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7967:1 7970:1 7992:3 7993:1 8025:1 8031:1 8052:1 8068:6 8069:6 8078:1 8092:1 8094:5 8126:3 8133:1 8146:20 8149:1 8151:1 8155:2 8161:1 8168:10 8171:2 8177:1 8185:1 8188:1 8210:1 8211:1 8222:1 8230:1 8267:3 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:2 8357:1 8368:1 8387:3 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8587:1 8599:1 8610:2 8647:1 8656:1 8671:1 8674:17 8681:1 8687:1 8691:1 8701:1 8703:7 8704:3 8723:1 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:21 8816:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:3 9021:1 9032:1 9037:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:1 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9247:1 9265:1 9319:2 9322:1 9345:2 9396:1 9400:1 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9454:1 9455:1 9456:1 9460:1 9466:2 9478:1 9480:1 9481:1 9531:1 9571:1 9578:3 9589:1 9597:1 9668:2 9670:1 9695:1 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:1 9758:1 9768:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:2 9876:1 9916:1 9932:1 9934:1 9936:2 9953:1 9988:1 9991:1 9992:1 9997:1 10004:1 10020:1 10026:1 10042:1 10043:1 10056:2 10057:4 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10100:1 10104:1 10118:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10222:1 10236:1 10237:1 10240:1 10273:1 10298:5 10305:1 10316:2 10319:3 10331:1 10371:1 10415:1 10435:16 10448:1 10455:1 10482:1 10498:1 10500:1 10517:1 10519:1 10526:1 10527:1 10535:1 10538:1 10571:2 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10616:1 10622:2 10633:1 10638:2 10659:1 10661:3 10673:2 10674:1 10701:3 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10813:1 10898:1 10906:1 10927:2 10950:1 10969:1 10989:1 11008:1 11010:3 11025:1 11049:1 11052:1 11067:1 11080:1 11094:1 11113:1 11132:2 11140:1 11154:1 11156:3 11180:2 11211:1 11235:1 11237:1 11257:1 11258:4 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:4 11333:1 11343:1 11346:1 11359:1 11375:1 11393:1 11442:1 11475:1 11487:1 11501:2 11512:2 11515:3 11517:1 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:7 11599:1 11601:1 11613:1 11614:2 11616:3 11617:1 11631:1 11636:1 11646:1 11664:1 11678:4 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11820:3 11825:1 11851:2 11869:1 11871:1 11879:1 11890:1 11892:1 11899:1 11907:1 11921:3 11923:1 11926:1 11933:1 11946:1 11951:2 11993:2 12035:1 12041:1 12045:1 12054:1 12067:5 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:1 12175:2 12196:1 12199:2 12238:1 12250:1 12253:1 12262:1 12265:1 12267:3 12268:1 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12319:1 12322:2 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12399:1 12404:3 12407:1 12431:1 12436:2 12484:1 12487:1 12509:1 12551:1 12565:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12756:1 12757:1 12758:1 12785:1 12805:1 12847:1 12864:1 12879:2 12881:3 12892:1 12937:1 12942:2 12950:1 12964:1 13024:1 13036:3 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13168:1 13220:1 13224:1 13252:2 13254:17 13262:1 13267:1 13270:4 13279:1 13304:4 13314:1 13324:2 13327:1 13353:1 13356:1 13366:1 13390:1 13391:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13654:1 13676:1 13694:1 13701:1 13702:1 13711:1 13721:7 13727:1 13747:1 13753:1 13763:1 13780:1 13815:1 13828:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:2 13873:1 13885:1 13927:1 13934:1 13936:6 13940:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:2 14107:1 14129:1 14135:1 14159:1 14163:1 14178:1 14181:1 14182:1 14195:1 14200:1 14210:1 14237:1 14241:1 14243:1 14246:1 14250:2 14251:1 14252:5 14253:1 14278:1 14281:1 14282:1 14286:3 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:7 14429:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:3 14538:1 14544:3 14548:1 14549:1 14559:5 14562:3 14588:1 14632:2 14640:1 14656:4 14734:1 14737:2 14781:1 14786:1 14828:4 14897:1 14924:1 14926:1 14935:2 14942:2 14945:3 14960:1 14961:1 15018:1 15033:1 15040:1 15055:1 15056:1 15069:2 15079:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15131:1 15136:1 15138:1 15147:1 15173:1 15187:17 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15303:1 15309:1 15327:1 15332:1 15346:3 15350:1 15363:1 15369:1 15392:1 15396:1 15411:1 15414:1 15447:1 15519:1 15523:1 15526:2 15554:1 15581:1 15601:1 15602:2 15619:1 15634:1 15636:1 15640:6 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:2 15928:1 15932:1 16007:2 16010:1 16030:1 16046:1 16109:1 16125:1 16126:2 16127:1 16151:1 16192:3 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16333:1 16356:2 16371:1 16376:1 16387:3 16393:2 16396:1 16407:2 16412:1 16418:1 16430:3 16483:1 16485:1 16494:1 16517:4 16527:1 16548:1 16558:2 16624:1 16640:1 16653:1 16659:1 16662:7 16665:2 16670:1 16706:1 16709:2 16715:1 16741:2 16748:1 16749:1 16751:2 16769:8 16786:1 16799:1 16820:2 16884:1 16896:1 16899:1 16908:1 16915:1 16926:4 16935:3 16936:1 16944:1 16945:1 16946:1 16949:1 16999:1 17005:1 17035:1 17040:1 17055:1 17062:1 17065:1 17068:1 17093:1 17131:1 17139:1 17162:1 17174:1 17176:1 17182:1 17251:1 17258:1 17271:2 17285:1 17288:1 17290:1 17320:1 17326:1 17333:1 17401:1 17415:1 17420:3 17422:1 17444:1 17446:1 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:24 17573:1 17574:1 17588:1 17591:1 17609:3 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17748:1 17763:1 17764:1 17796:1 17801:1 17804:1 17805:1 17851:1 17874:1 17881:1 17899:1 17901:2 17919:1 17956:1 17959:1 17989:1 18030:1 18075:1 18079:1 18082:1 18083:1 18127:1 18144:1 18154:1 18156:1 18162:1 18164:2 18170:1 18195:1 18250:2 18262:2 18267:1 18271:1 18287:1 18316:1 18332:1 18355:3 18360:2 18364:1 18378:1 18398:1 18407:2 18449:2 18469:1 18474:1 18502:3 18513:2 18538:1 18565:1 18568:1 18602:1 18606:4 18613:1 18614:1 18662:1 18683:1 18686:1 18690:1 18696:1 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18886:1 18888:1 18929:1 18934:2 19003:2 19006:1 19036:1 19048:1 19082:1 19116:3 19128:1 19136:1 19153:1 19195:1 19197:2 19236:1 19263:1 19280:1 19316:1 19327:1 19335:1211 19346:1 19359:1 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:2 19464:1 19468:2 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19704:1 19715:1 19716:1 19748:1 19784:1 19799:1 19820:1 19827:2 19842:1 19871:2 19872:2 19886:1 19889:1 19932:1 19938:3 19976:3 19980:1 19984:1 20035:1 20037:1 20050:1 20056:1 20078:1 20088:1 20114:1 20121:1 20130:1 20143:4 20144:2 20173:1 20179:4 20186:1 20211:2 20244:9 20250:1 20265:2 20288:2 20289:1 20293:1 20294:1 20324:3 20336:2 20346:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:1 20474:1 20519:1 20562:1 20566:1 20575:1 20587:1 20595:1 20600:1 20655:1 20675:1 20678:1 20679:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:1 20741:1 20767:1 20788:1 20789:3 20795:1 20806:1 20816:1 20821:1 20845:1 20855:1 20859:1 20864:1 20886:2 20887:3 20890:1 20900:1 20901:1 20907:4 20943:1 20953:1 20960:1 20967:2 20977:1 20992:1 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21252:2 21265:1 21285:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21365:1 21399:1 21409:1 21413:1 21435:1 21464:1 21468:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21631:1 21639:1 21643:2 21647:1 21650:2 21660:1 21667:2 21685:1 21693:1 21701:2 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21820:2 21824:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21913:1 21924:1 21932:1 21949:1 21965:1 21968:1 21992:1 21997:1 22011:1 22013:1 22016:2 22045:2 22071:1 22083:2 22086:1 22095:1 22096:1 22114:1 22120:1 22129:1 22130:1 22132:2 22171:2 22176:1 22182:1 22183:1 22187:2 22219:1 22267:1 22282:1 22293:2 22337:2 22366:1 22385:1 22396:1 22400:3 22406:1 22414:2 22419:1 22421:1 22461:1 22469:4 22503:1 22540:1 22548:3 22553:1 22557:3 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:1 22723:1 22724:1 22735:1 22737:1 22745:1 22748:1 22749:1 22753:2 22755:2 22756:1 22769:1 22771:1 22784:1 22805:1 22833:1 22840:1 22867:1 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:2 22983:1 23012:2 23030:1 23034:2 23043:1 23072:1 23082:1 23100:1 23105:1 23112:6 23134:2 23170:1 23175:8 23177:1 23183:1 23187:1 23230:1 23235:4 23237:1 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23339:1 23340:1 23352:1 23384:1 23403:1 23409:1 23422:3 23440:1 23477:3 23518:1 23523:1 23548:1 23566:1 23573:16 23589:1 23594:1 23595:2 23602:1 23634:1 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23688:1 23693:1 23701:1 23724:1 23736:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:2 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:1 24001:1 24002:1 24041:17 24067:2 24069:1 24094:1 24097:1 24111:1 24118:1 24123:2 24131:1 24136:6 24174:1 24180:1 24193:1 24202:1 24207:2 24211:1 24216:1 24244:1 24262:2 24265:2 24295:1 24378:1 24391:1 24401:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24511:1 24521:1 24547:2 24560:2 24569:1 24574:1 24580:1 24669:1 24678:1 24692:2 24695:1 24702:1 24713:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24836:1 24845:1 24869:1 24885:2 24888:2 24907:1 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24998:2 25008:1 25009:2 25013:3 25018:1 25029:1 25060:3 25100:5 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25220:1 25228:1 25235:1 25276:1 25322:1 25332:1 25337:1 25342:2 25372:1 25380:1 25390:1 25410:1 25414:1 25457:3 25461:1 25463:2 25471:1 25472:1 25480:3 25486:1 25519:2 25540:2 25544:1 25554:1 25558:2 25559:2 25573:1 25601:1 25605:1 25614:3 25634:1 25642:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25947:1 25978:1 25984:1 26029:1 26063:2 26064:2 26085:1 26088:2 26094:1 26115:1 26117:1 26145:2 26152:1 26161:1 26162:1 26181:1 26187:1 26188:1 26201:2 26208:1 26225:1 26252:1 26259:1 26283:1 26285:1 26287:1 26289:1 26290:1 26316:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:3 26479:1 26489:1 26494:1 26505:2 26519:2 26529:1 26533:3 26558:3 26568:1 26588:1 26591:6 26598:2 26605:1 26611:1 26625:1 26637:1 26689:1 26709:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:2 26819:1 26837:1 26851:1 26863:1 26870:2 26884:1 26897:1 26900:1 26921:1 26944:2 26957:1 26974:1 26985:1 26987:1 26994:1 27023:1 27031:1 27032:3 27034:1 27042:2 27055:2 27056:1 27059:5 27060:1 27080:1 27097:1 27110:1 27123:1 27149:3 27171:1 27183:1 27186:1 27191:1 27194:1 27198:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:1 27443:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27628:1 27692:1 27703:2 27710:1 27719:1 27726:1 27727:5 27747:2 27759:1 27772:4 27798:2 27834:1 27844:4 27845:1 27847:2 27857:1 27862:1 27869:1 27877:2 27888:3 27892:1 27894:1 27899:1 27908:1 27941:1 27955:1 27984:1 27990:1 27995:1 28001:1 28006:1 28011:1 28013:1 28018:1 28020:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28056:1 28067:2 28090:2 28111:1 28167:1 28177:2 28187:2 28206:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28356:1 28370:1 28371:3 28374:2 28377:2 28385:1 28386:2 28389:2 28394:2 28408:1 28420:1 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:4 28491:3 28519:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28582:1 28604:1 28608:1 28637:1 28640:1 28650:1 28670:1 28691:1 28693:1 28754:1 28783:1 28799:3 28800:2 28804:2 28810:1 28813:2 28815:1 28816:3 28840:1 28868:1 28873:1 28879:1 28884:1 28885:1 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:12 29148:1 29158:5 29207:1 29229:2 29245:1 29257:1 29263:5 29269:2 29283:1 29299:1 29301:1 29313:6 29322:1 29355:1 29365:1 29367:1 29372:1 29381:1 29390:1 29400:2 29442:1 29450:2 29505:1 29519:1 29535:21 29558:1 29560:3 29564:1 29574:3 29575:1 29606:1 29639:3 29643:7 29652:1 29665:1 29677:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:2 30091:1 30103:1 30134:1 30137:1 30150:1 30154:1 30167:1 30195:1 30202:1 30205:2 30231:1 30234:2 30245:4 30265:1 30267:2 30268:2 30277:17 30303:1 30350:1 30352:1 30359:2 30360:2 30445:1
2 12:1 13:1 38:2 40:1 61:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 181:1 187:1 191:1 213:1 219:1 229:1 235:1 258:1 272:1 276:3 277:1 283:1 298:1 299:1 302:1 333:1 377:3 400:1 407:1 409:1 432:2 437:1 446:1 451:1 471:1 475:1 497:1 508:2 539:1 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:2 679:1 684:1 704:2 717:18 720:3 723:1 741:1 749:1 762:1 786:1 796:2 801:1 814:1 852:2 868:2 870:1 872:2 875:1 876:2 880:1 931:3 932:1 979:2 980:6 984:1 992:5 1015:2 1029:2 1038:3 1043:1 1044:1 1049:1 1056:1 1061:2 1077:1 1081:1 1086:1 1112:1 1116:1 1122:1 1124:1 1134:2 1140:3 1201:1 1202:1 1214:1 1256:1 1259:2 1284:1 1313:1 1315:17 1321:1 1329:2 1330:1 1334:3 1337:1 1338:1 1360:1 1361:2 1376:1 1385:1 1386:1 1387:1 1404:1 1407:1 1414:2 1418:1 1442:1 1458:1 1460:2 1481:1 1496:1 1504:1 1510:2 1513:1 1551:1 1559:2 1570:2 1583:1 1603:1 1604:1 1606:2 1612:4 1636:1 1645:1 1672:2 1674:1 1679:1 1698:1 1701:2 1712:1 1725:1 1729:1 1731:1 1738:1 1764:1 1766:1 1770:1 1772:1 1773:1 1790:1 1805:1 1809:1 1820:2 1821:3 1851:1 1857:1 1869:1 1894:1 1905:1 1919:1 1929:1 1942:1 1945:1 1946:1 1955:1 1971:1 1973:1 1974:1 1990:1 1994:2 2008:1 2013:2 2019:2 2034:1 2059:1 2073:1 2081:1 2101:3 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2222:1 2249:1 2252:1 2286:4 2321:1 2349:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:2 2458:3 2462:3 2466:1 2469:1 2471:1 2475:1 2479:1 2483:1 2492:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2583:1 2584:1 2600:1 2601:2 2608:1 2621:1 2624:3 2633:2 2648:1 2655:1 2671:2 2689:1 2735:1 2769:2 2791:1 2807:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2912:1 2914:1 2931:1 2936:1 2939:3 2941:1 2944:1 2946:2 2949:1 2961:1 3001:1 3009:3 3017:1 3020:1 3033:2 3080:1 3085:1 3108:10 3110:18 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3161:3 3162:1 3167:1 3170:1 3176:5 3200:2 3204:1 3240:1 3251:1 3252:1 3286:2 3323:1 3418:1 3432:1 3451:1 3457:1 3476:1 3496:1 3507:1 3510:2 3516:1 3523:1 3549:1 3554:1 3556:1 3567:1 3581:1 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3758:1 3761:1 3789:1 3802:1 3825:1 3849:1 3855:1 3864:1 3897:1 3917:1 3934:2 3935:1 3936:1 3940:1 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:1 4061:1 4064:1 4083:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:17 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:1 4226:2 4228:2 4249:2 4264:1 4269:1 4273:4 4274:1 4284:2 4322:1 4348:1 4358:2 4365:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4456:1 4458:2 4459:1 4463:2 4469:2 4483:1 4503:1 4526:1 4555:2 4559:1 4578:1 4590:17 4596:1 4598:1 4603:3 4616:1 4627:1 4630:1 4634:1 4691:6 4706:1 4753:3 4767:2 4772:1 4779:1 4783:1 4791:1 4810:1 4833:7 4838:1 4854:1 4918:1 4924:1 4934:1 4958:1 4962:3 4970:1 5001:1 5013:1 5047:1 5050:1 5052:1 5057:2 5058:1 5067:1 5072:1 5088:1 5089:2 5121:1 5126:1 5142:1 5144:1 5155:8 5156:2 5169:1 5172:1 5200:1 5209:2 5238:1 5240:1 5249:1 5269:1 5294:3 5296:1 5315:2 5316:2 5317:2 5323:3 5330:1 5331:3 5340:1 5348:2 5350:3 5352:2 5354:1 5360:1 5384:1 5426:1 5431:1 5517:1 5557:1 5578:1 5589:1 5590:2 5639:1 5640:1 5650:1 5674:1 5685:1 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5788:1 5793:2 5796:1 5848:1 5867:1 5870:1 5878:1 5900:1 5902:1 5939:1 5940:1 5942:1 5949:1 5952:1 5954:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:1 6124:1 6212:1 6222:1 6271:1 6274:1 6284:1 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6399:1 6409:1 6416:1 6422:2 6427:1 6470:1 6475:1 6509:1 6510:1 6511:1 6520:1 6522:1 6527:1 6529:1 6530:1 6534:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:4 6755:1 6762:4 6765:1 6766:1 6771:1 6772:1 6776:2 6779:6 6787:1 6810:1 6839:2 6867:1 6908:1 6918:1 6926:2 6929:3 6976:1 6989:1 6998:1 7018:1 7028:1 7032:1 7046:1 7049:2 7056:1 7076:1 7079:1 7087:1 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7228:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:4 7533:1 7534:1 7539:1 7551:2 7562:2 7593:1 7628:2 7653:1 7663:1 7676:1 7680:1 7685:1 7724:1 7738:1 7739:1 7754:1 7823:1 7833:1 7838:1 7846:3 7880:4 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7967:1 7970:1 7992:3 7993:1 8025:1 8031:1 8052:1 8068:6 8069:6 8078:1 8092:1 8094:5 8126:3 8133:1 8146:20 8149:1 8151:1 8155:2 8161:1 8168:10 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8222:1 8230:1 8267:3 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:2 8357:1 8368:1 8387:3 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8647:1 8656:1 8671:1 8674:18 8681:1 8687:1 8691:1 8701:1 8703:7 8704:3 8723:1 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:22 8816:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:3 9021:1 9032:1 9037:1 9065:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:1 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9247:1 9265:1 9319:2 9322:1 9345:2 9396:1 9400:1 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:1 9460:1 9466:2 9478:1 9480:1 9481:1 9531:1 9571:1 9578:3 9589:1 9597:1 9668:2 9670:1 9695:1 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:1 9758:1 9768:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:2 9876:1 9904:1 9916:1 9932:1 9934:1 9936:2 9953:1 9988:1 9991:1 9992:1 9997:1 10000:1 10004:1 10020:1 10026:1 10042:1 10043:1 10056:2 10057:4 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10222:1 10236:1 10237:1 10240:1 10273:1 10298:5 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10415:1 10435:17 10448:1 10455:1 10482:1 10498:1 10500:1 10517:1 10519:1 10526:1 10527:1 10535:1 10538:1 10571:2 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10633:1 10638:2 10659:1 10661:3 10673:2 10674:1 10701:3 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:3 10813:1 10898:1 10906:1 10927:2 10939:1 10950:1 10969:1 10989:1 11008:1 11010:3 11025:1 11049:1 11052:1 11067:1 11080:1 11094:1 11113:1 11132:2 11140:1 11154:1 11156:3 11180:2 11211:1 11235:1 11237:1 11257:1 11258:4 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:4 11333:1 11335:1 11343:1 11346:1 11359:1 11375:1 11393:1 11442:1 11475:1 11487:1 11501:2 11512:2 11515:3 11517:1 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:1 11636:1 11646:1 11664:1 11678:4 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11820:3 11825:1 11851:2 11869:1 11871:1 11879:1 11890:1 11892:1 11899:1 11907:1 11921:3 11923:1 11926:1 11933:1 11946:1 11951:2 11993:2 12035:1 12041:1 12045:1 12054:1 12067:5 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:1 12175:2 12196:1 12199:2 12238:1 12250:1 12253:1 12262:1 12265:1 12267:3 12268:1 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12319:1 12322:2 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12399:1 12404:3 12407:1 12431:1 12436:2 12484:1 12487:1 12509:1 12551:1 12565:1 12629:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12756:1 12757:1 12758:1 12785:1 12805:1 12830:1 12847:1 12864:1 12879:2 12881:3 12892:1 12937:1 12942:2 12950:1 12964:1 13024:1 13036:3 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13168:1 13220:1 13224:1 13252:2 13254:18 13262:1 13267:1 13270:4 13279:1 13304:4 13314:1 13324:2 13327:1 13340:1 13353:1 13356:1 13366:1 13390:1 13391:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13627:1 13654:1 13676:1 13694:1 13701:1 13702:1 13711:1 13721:7 13727:1 13747:1 13753:1 13763:1 13780:1 13815:1 13828:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:2 13873:1 13885:1 13927:1 13934:1 13936:6 13940:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:2 14107:1 14129:1 14135:1 14159:1 14163:1 14178:1 14181:1 14182:1 14195:1 14200:1 14210:1 14237:1 14241:1 14243:1 14246:1 14250:2 14251:1 14252:5 14253:1 14278:1 14281:1 14282:1 14286:3 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:7 14429:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:3 14538:1 14544:3 14548:1 14549:1 14559:5 14562:3 14588:1 14632:2 14640:1 14656:4 14734:1 14737:2 14781:1 14786:1 14828:4 14897:1 14924:1 14926:1 14935:2 14942:2 14945:3 14960:1 14961:1 14973:1 15018:1 15033:1 15040:1 15055:1 15056:1 15069:2 15079:1 15089:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15131:1 15136:1 15138:1 15147:1 15173:1 15187:18 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15303:1 15309:1 15327:1 15332:1 15346:3 15350:1 15363:1 15369:1 15392:1 15396:1 15411:1 15414:1 15447:1 15499:1 15519:1 15523:1 15526:2 15554:1 15581:1 15601:1 15602:2 15603:1 15619:1 15634:1 15636:1 15640:6 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15864:1 15866:1 15875:1 15886:2 15928:1 15932:1 15999:1 16007:2 16010:1 16030:1 16046:1 16109:1 16125:1 16126:2 16127:1 16151:1 16192:4 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16333:1 16356:2 16371:1 16376:1 16387:3 16393:2 16396:1 16407:2 16412:1 16418:1 16430:3 16483:1 16485:1 16494:1 16517:4 16527:1 16548:1 16558:2 16624:1 16640:1 16653:1 16659:1 16662:7 16665:2 16670:1 16706:1 16709:2 16715:1 16741:2 16748:1 16749:1 16751:2 16769:8 16786:1 16799:1 16820:2 16884:1 16896:1 16899:1 16908:1 16915:1 16926:4 16935:3 16936:1 16944:1 16945:1 16946:1 16949:1 16999:1 17005:1 17035:1 17040:1 17055:1 17062:1 17065:1 17068:1 17093:1 17131:1 17139:1 17162:1 17174:1 17176:1 17182:1 17251:1 17258:1 17271:2 17285:1 17288:1 17289:1 17290:1 17320:1 17326:1 17333:1 17401:1 17415:1 17420:3 17422:1 17444:1 17446:2 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:25 17573:1 17574:1 17588:1 17591:1 17609:3 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17748:1 17763:1 17764:1 17796:1 17801:1 17804:1 17805:1 17851:1 17854:1 17874:1 17881:1 17899:1 17901:2 17919:1 17956:1 17959:1 17989:1 18030:1 18075:1 18079:1 18082:1 18083:1 18091:1 18127:1 18144:1 18154:1 18156:1 18162:1 18164:2 18170:1 18195:1 18250:2 18262:2 18267:1 18271:1 18287:1 18316:1 18332:1 18355:4 18360:2 18364:1 18378:1 18398:1 18407:2 18449:2 18469:1 18474:1 18502:3 18513:2 18538:1 18565:1 18568:1 18602:1 18606:4 18613:1 18614:1 18643:1 18662:1 18683:1 18686:1 18690:1 18696:1 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18886:1 18888:1 18929:1 18934:2 19003:2 19006:1 19036:1 19048:1 19082:1 19116:4 19128:1 19136:1 19153:1 19195:1 19197:2 19212:1 19236:1 19263:1 19280:1 19316:1 19327:1 19335:1249 19346:1 19359:1 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19704:1 19715:1 19716:1 19748:1 19784:1 19799:1 19820:1 19827:2 19842:1 19871:2 19872:2 19886:1 19889:1 19932:1 19938:3 19976:3 19980:1 19984:1 20035:1 20037:1 20050:1 20056:1 20078:1 20088:1 20114:1 20121:1 20130:1 20143:4 20144:3 20173:1 20179:4 20186:1 20211:2 20244:10 20250:1 20265:2 20288:2 20289:1 20293:1 20294:1 20324:3 20336:2 20346:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:2 20474:1 20519:1 20562:1 20566:1 20575:1 20587:1 20595:1 20600:1 20655:1 20675:1 20678:1 20679:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:1 20741:1 20752:1 20767:1 20788:1 20789:3 20795:1 20806:1 20816:1 20821:1 20845:1 20855:1 20859:1 20862:1 20864:1 20886:2 20887:3 20890:1 20900:1 20901:1 20907:4 20943:1 20953:1 20960:1 20967:2 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21252:2 21265:1 21285:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21365:1 21399:1 21409:1 21413:1 21435:1 21464:1 21468:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:1 21667:3 21685:1 21693:1 21701:2 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21820:2 21824:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21913:1 21924:1 21932:1 21949:1 21965:1 21968:1 21992:1 21997:1 22011:1 22013:1 22016:2 22045:3 22071:1 22083:2 22086:1 22095:1 22096:1 22114:1 22120:1 22129:1 22130:1 22132:2 22171:2 22176:1 22182:1 22183:2 22187:2 22219:1 22267:1 22282:1 22293:2 22337:3 22366:1 22385:1 22396:1 22400:3 22406:1 22414:2 22419:1 22421:1 22461:1 22469:4 22503:1 22537:1 22540:1 22548:3 22553:1 22557:3 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:1 22723:1 22724:1 22735:1 22737:1 22745:1 22748:1 22749:1 22753:2 22755:2 22756:1 22769:1 22771:1 22784:1 22805:1 22833:1 22840:1 22867:1 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:2 22983:1 23012:2 23030:1 23034:2 23043:1 23072:1 23082:1 23100:1 23105:1 23112:6 23134:2 23170:1 23175:8 23177:2 23183:1 23187:1 23230:1 23235:4 23237:1 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23339:1 23340:1 23352:1 23384:1 23403:1 23409:1 23422:3 23440:1 23477:3 23518:1 23523:1 23548:1 23555:1 23566:1 23573:17 23589:1 23594:2 23595:2 23602:1 23634:2 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23688:1 23693:1 23701:1 23724:1 23736:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:2 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:1 24001:1 24002:1 24041:18 24067:2 24069:1 24094:1 24097:1 24111:1 24118:1 24123:2 24131:1 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:1 24216:1 24244:1 24262:2 24265:2 24295:1 24378:1 24391:1 24401:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24502:1 24511:1 24521:1 24547:2 24560:2 24569:1 24574:1 24580:1 24589:1 24669:1 24678:1 24692:2 24695:1 24702:1 24713:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24836:1 24845:1 24869:1 24885:3 24888:2 24907:1 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24998:2 25008:1 25009:2 25013:3 25018:1 25029:1 25060:3 25100:5 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25220:1 25228:1 25235:1 25276:2 25322:1 25332:1 25337:1 25342:2 25372:1 25380:1 25390:1 25410:1 25414:1 25457:3 25461:1 25463:2 25471:1 25472:1 25480:3 25486:1 25509:1 25519:2 25540:2 25544:1 25554:1 25558:2 25559:2 25573:1 25601:1 25605:1 25614:4 25616:1 25634:1 25642:1 25646:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25947:1 25978:1 25984:1 26029:1 26063:2 26064:2 26085:1 26088:2 26094:1 26115:1 26117:1 26145:2 26152:1 26161:1 26162:1 26181:1 26187:1 26188:1 26201:2 26208:1 26221:1 26225:1 26252:1 26259:1 26283:1 26285:1 26287:1 26289:1 26290:1 26316:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:3 26479:1 26489:1 26494:1 26505:2 26519:2 26529:1 26533:3 26558:3 26568:1 26588:1 26591:6 26598:2 26605:1 26611:1 26625:1 26637:1 26689:1 26709:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:2 26819:1 26837:1 26851:1 26863:1 26870:2 26884:1 26897:1 26900:1 26921:1 26944:2 26957:1 26974:2 26985:1 26987:1 26994:1 27023:1 27031:1 27032:3 27034:1 27042:2 27055:2 27056:1 27059:6 27060:1 27080:1 27097:1 27110:1 27123:1 27149:3 27171:1 27183:1 27186:1 27191:1 27194:1 27198:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:1 27443:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27628:1 27692:1 27703:2 27710:1 27719:1 27726:1 27727:5 27747:2 27759:1 27772:4 27798:2 27834:1 27844:4 27845:1 27847:2 27857:1 27862:1 27869:1 27877:2 27888:3 27892:1 27894:1 27899:1 27908:1 27941:1 27955:1 27984:1 27990:1 27995:1 28001:1 28006:1 28011:1 28013:1 28016:1 28018:1 28020:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28056:1 28067:2 28090:2 28111:1 28167:1 28177:3 28187:2 28206:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28356:1 28370:1 28371:3 28374:2 28377:2 28385:1 28386:2 28389:2 28394:2 28408:1 28420:1 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:4 28491:3 28519:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28581:1 28582:1 28604:1 28608:1 28637:1 28640:1 28650:1 28670:1 28691:1 28693:1 28754:1 28783:1 28799:3 28800:2 28804:2 28810:1 28813:2 28815:1 28816:3 28821:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:1 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:12 29121:1 29148:1 29158:5 29207:1 29229:2 29245:1 29257:1 29263:5 29269:2 29283:1 29299:1 29301:1 29313:6 29322:1 29355:1 29365:1 29367:1 29372:1 29381:1 29390:1 29400:2 29442:1 29450:2 29505:1 29519:1 29535:22 29558:1 29560:3 29564:1 29574:3 29575:1 29606:1 29639:3 29643:7 29652:1 29665:1 29677:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29934:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:2 30091:1 30103:1 30134:1 30137:1 30150:1 30154:1 30167:1 30195:1 30202:1 30205:2 30231:1 30234:2 30245:4 30265:1 30267:2 30268:2 30277:18 30303:1 30350:1 30352:1 30359:2 30360:2 30445:1
2 12:1 13:1 38:2 40:1 61:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 177:1 181:1 187:1 191:1 213:1 219:1 229:1 235:1 258:1 272:1 276:3 277:1 283:1 298:1 299:1 302:1 333:1 377:3 392:1 400:1 407:1 409:1 432:2 437:1 446:1 451:1 471:1 475:1 497:1 508:2 539:1 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:3 672:1 679:1 684:1 704:2 717:19 720:3 723:1 741:1 749:1 762:1 786:1 796:2 801:2 814:1 852:2 868:2 870:1 872:2 875:1 876:2 880:1 931:3 932:1 979:2 980:6 984:1 992:5 1015:2 1029:2 1035:1 1038:3 1043:1 1044:1 1049:1 1056:1 1061:2 1077:1 1081:1 1086:1 1112:1 1116:1 1122:1 1124:1 1134:2 1140:3 1201:2 1202:1 1214:1 1256:1 1259:2 1284:1 1313:1 1315:18 1321:1 1329:2 1330:1 1334:3 1337:1 1338:1 1360:1 1361:2 1376:1 1380:1 1385:1 1386:1 1387:1 1404:1 1407:1 1414:2 1418:1 1442:1 1458:1 1460:2 1481:1 1496:1 1504:1 1510:2 1513:1 1551:1 1559:2 1570:2 1583:1 1603:1 1604:1 1606:2 1612:4 1636:1 1645:1 1672:2 1674:1 1679:1 1698:1 1701:2 1712:1 1725:1 1729:1 1731:1 1738:1 1764:1 1766:1 1770:1 1772:1 1773:1 1790:1 1805:1 1809:1 1820:2 1821:3 1851:1 1857:1 1869:1 1894:1 1905:1 1919:1 1929:1 1942:1 1945:2 1946:1 1955:1 1971:1 1973:1 1974:1 1990:1 1994:2 2008:1 2013:2 2019:2 2034:1 2059:1 2073:1 2081:1 2101:3 2125:1 2135:1 2138:1 2158:1 2176:1 2203:1 2222:1 2235:1 2249:1 2252:1 2286:5 2321:1 2349:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:3 2458:3 2462:3 2466:1 2469:1 2471:1 2475:2 2479:1 2483:1 2492:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2583:1 2584:1 2600:1 2601:2 2608:1 2621:1 2622:1 2624:3 2633:2 2648:1 2655:1 2671:2 2689:1 2698:1 2728:1 2735:1 2769:2 2791:1 2807:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2912:2 2914:1 2931:1 2936:1 2939:3 2941:1 2944:1 2946:2 2949:1 2961:1 2968:1 3001:1 3009:3 3017:1 3020:1 3033:2 3080:1 3085:1 3108:10 3110:19 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3161:3 3162:1 3167:1 3170:1 3176:5 3200:2 3204:1 3240:2 3251:1 3252:1 3286:2 3323:1 3418:1 3432:1 3451:1 3457:1 3476:1 3496:1 3507:1 3510:2 3516:1 3523:1 3549:1 3554:1 3556:1 3567:1 3581:1 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3758:1 3761:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3897:1 3917:1 3934:2 3935:1 3936:1 3940:1 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:1 4061:1 4064:1 4083:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:18 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:2 4228:2 4249:2 4264:1 4269:1 4273:4 4274:1 4284:2 4322:1 4348:1 4358:2 4365:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:2 4469:2 4483:1 4503:1 4526:2 4555:2 4559:1 4578:1 4590:18 4596:1 4598:1 4603:4 4616:1 4627:1 4630:1 4634:1 4683:1 4691:6 4706:1 4753:3 4767:2 4772:1 4779:1 4783:1 4791:1 4810:1 4833:7 4838:1 4854:1 4918:1 4924:1 4934:1 4958:1 4962:3 4970:1 5001:1 5013:1 5047:1 5050:1 5052:1 5057:2 5058:1 5067:1 5072:1 5088:1 5089:2 5121:1 5126:1 5142:1 5144:1 5155:8 5156:2 5169:1 5172:1 5200:1 5209:2 5238:1 5240:1 5249:1 5269:1 5294:3 5296:1 5315:3 5316:3 5317:2 5323:3 5330:1 5331:3 5340:1 5348:2 5350:3 5352:2 5354:1 5360:1 5384:1 5426:1 5431:1 5517:1 5557:1 5578:1 5589:1 5590:2 5639:1 5640:1 5650:1 5674:1 5685:1 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5788:1 5793:2 5796:1 5848:1 5867:1 5870:1 5878:1 5900:1 5902:1 5922:1 5939:1 5940:1 5942:1 5949:1 5952:1 5954:1 5961:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:1 6124:1 6153:1 6212:1 6222:1 6271:1 6274:1 6284:1 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6399:1 6409:1 6416:1 6422:2 6427:1 6470:1 6475:1 6509:1 6510:1 6511:1 6520:1 6522:1 6527:1 6529:1 6530:2 6534:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:4 6755:1 6762:4 6765:1 6766:1 6771:1 6772:1 6776:2 6779:6 6787:1 6810:1 6839:2 6867:1 6877:1 6908:1 6918:1 6926:2 6929:3 6976:1 6989:1 6998:1 7018:1 7028:1 7032:1 7046:1 7049:2 7056:1 7076:1 7079:1 7087:1 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7228:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:4 7533:1 7534:1 7539:1 7551:2 7562:2 7593:1 7628:2 7653:1 7663:1 7676:1 7680:1 7685:1 7724:1 7738:1 7739:1 7754:1 7823:1 7833:1 7838:1 7846:4 7880:4 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7967:1 7970:1 7992:3 7993:1 8025:1 8031:1 8032:1 8052:1 8068:7 8069:6 8078:1 8092:1 8094:5 8126:3 8133:1 8146:22 8149:1 8151:1 8155:2 8161:1 8168:10 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8222:1 8230:1 8267:3 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:2 8357:1 8368:1 8387:3 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8647:1 8656:1 8671:1 8674:19 8681:1 8687:1 8691:1 8701:1 8703:8 8704:3 8723:1 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:23 8816:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:3 9021:1 9032:1 9037:1 9065:2 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:1 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9247:1 9265:1 9319:2 9322:1 9345:2 9396:1 9400:1 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:1 9460:1 9466:2 9478:1 9480:1 9481:1 9531:1 9571:1 9578:3 9589:1 9597:1 9668:2 9670:1 9695:1 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:1 9758:1 9768:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:2 9876:1 9904:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:1 10000:1 10004:1 10020:1 10026:1 10042:1 10043:1 10056:2 10057:4 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10222:1 10236:1 10237:1 10240:1 10273:1 10298:5 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10415:1 10435:18 10448:1 10455:1 10482:1 10498:1 10500:1 10517:1 10519:1 10526:1 10527:1 10535:1 10538:1 10571:2 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10633:1 10638:2 10659:1 10661:3 10673:2 10674:1 10685:1 10701:3 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:4 10813:1 10846:1 10898:1 10906:1 10927:2 10939:1 10950:1 10969:1 10989:1 11008:1 11010:3 11025:1 11049:1 11052:1 11067:1 11080:1 11094:1 11113:1 11132:2 11140:1 11154:1 11156:3 11180:2 11211:1 11235:1 11237:2 11257:1 11258:4 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:4 11333:1 11335:1 11343:1 11346:1 11359:1 11375:1 11393:1 11410:1 11442:1 11475:1 11487:1 11501:2 11512:2 11515:3 11517:1 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:1 11636:1 11646:1 11664:1 11678:4 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11820:3 11825:1 11851:2 11869:1 11871:1 11879:1 11890:1 11892:2 11899:1 11904:1 11907:1 11921:3 11923:1 11926:1 11933:1 11946:1 11951:2 11993:2 12026:1 12035:1 12041:1 12045:1 12054:1 12067:5 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:1 12175:2 12196:1 12199:2 12222:1 12228:1 12238:1 12250:1 12253:1 12262:1 12265:1 12267:3 12268:1 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12319:1 12322:2 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12399:1 12404:3 12407:1 12431:1 12436:2 12484:1 12487:1 12509:1 12551:1 12565:1 12582:1 12629:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12756:1 12757:1 12758:1 12785:1 12805:1 12830:1 12847:1 12864:1 12879:2 12881:3 12892:1 12937:1 12942:2 12950:1 12964:1 13024:1 13036:3 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13167:1 13168:1 13220:1 13224:1 13252:2 13254:19 13262:1 13267:1 13270:4 13279:1 13304:4 13314:1 13324:2 13327:1 13340:1 13353:1 13356:1 13366:1 13390:1 13391:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13627:1 13654:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:7 13727:1 13747:1 13753:1 13763:1 13780:1 13815:1 13828:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:2 13873:1 13885:1 13927:1 13934:1 13936:6 13940:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:3 14107:1 14129:1 14135:1 14159:1 14163:2 14178:1 14181:1 14182:1 14195:1 14200:1 14210:1 14237:1 14241:1 14243:1 14246:1 14250:2 14251:1 14252:5 14253:1 14254:1 14278:1 14281:1 14282:1 14286:3 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:8 14429:1 14439:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:3 14538:1 14544:3 14548:1 14549:1 14559:5 14562:3 14588:1 14632:2 14640:1 14656:4 14734:1 14737:2 14748:1 14781:1 14786:1 14828:4 14897:1 14924:1 14926:1 14935:2 14942:2 14945:3 14960:1 14961:1 14973:1 15018:1 15033:1 15040:1 15055:1 15056:1 15069:2 15079:1 15087:1 15089:1 15093:1 15097:1 15100:1 15102:1 15107:1 15116:1 15131:1 15136:1 15138:1 15147:1 15173:1 15187:19 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15350:1 15363:1 15369:1 15370:1 15392:1 15396:1 15411:1 15414:1 15447:1 15499:1 15519:1 15523:1 15526:2 15537:1 15554:1 15581:1 15601:1 15602:2 15603:1 15619:1 15634:1 15636:1 15640:6 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15856:1 15864:1 15866:1 15875:1 15886:2 15928:1 15932:1 15961:1 15999:1 16007:2 16010:1 16030:1 16046:1 16109:1 16125:1 16126:2 16127:1 16151:1 16192:4 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16333:1 16356:3 16371:1 16376:1 16387:3 16393:2 16396:1 16407:2 16412:1 16418:1 16430:3 16483:1 16485:1 16494:1 16517:4 16527:1 16548:1 16557:1 16558:2 16624:1 16640:1 16653:1 16659:1 16662:7 16665:2 16670:1 16706:2 16709:2 16715:1 16741:2 16748:1 16749:1 16751:2 16769:8 16786:1 16799:1 16820:2 16884:1 16896:1 16899:1 16908:1 16915:1 16926:4 16935:3 16936:1 16944:1 16945:1 16946:1 16949:1 16970:1 16999:1 17005:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17093:1 17131:1 17139:1 17162:1 17174:1 17176:1 17182:1 17251:1 17258:1 17271:2 17285:1 17288:1 17289:1 17290:1 17320:1 17324:1 17326:1 17333:1 17401:1 17415:1 17420:3 17422:1 17444:1 17446:2 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:26 17573:1 17574:1 17588:1 17591:1 17609:3 17674:1 17683:1 17699:1 17706:1 17729:2 17737:2 17748:1 17763:1 17764:1 17796:1 17801:1 17804:1 17805:1 17851:1 17854:1 17873:1 17874:1 17881:1 17899:1 17901:2 17919:1 17956:1 17959:1 17989:1 18030:1 18075:1 18079:1 18082:1 18083:1 18091:1 18094:1 18127:1 18144:1 18154:1 18156:1 18162:1 18164:2 18170:1 18195:1 18250:2 18262:2 18267:1 18271:1 18287:1 18316:1 18332:1 18355:4 18360:2 18364:1 18378:1 18398:1 18407:2 18449:2 18469:1 18474:1 18502:3 18513:2 18538:1 18565:1 18568:1 18602:1 18606:4 18613:1 18614:1 18643:2 18662:1 18683:1 18686:1 18690:1 18696:2 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18886:1 18888:1 18929:1 18934:3 19003:2 19006:1 19036:1 19048:1 19082:1 19116:5 19128:1 19136:1 19153:1 19195:1 19197:2 19212:1 19236:1 19263:1 19266:1 19280:1 19316:1 19327:1 19335:1328 19346:1 19359:1 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19704:1 19715:1 19716:1 19748:1 19782:1 19784:1 19799:1 19820:1 19827:2 19842:1 19871:2 19872:2 19886:1 19889:1 19932:1 19938:3 19976:3 19980:1 19984:1 20035:1 20037:1 20050:1 20056:1 20078:1 20088:1 20114:1 20121:1 20130:1 20143:4 20144:3 20173:1 20179:4 20186:1 20211:2 20244:11 20250:1 20265:2 20288:2 20289:1 20293:1 20294:1 20324:3 20336:2 20346:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:2 20474:1 20519:1 20562:1 20566:1 20575:1 20587:1 20595:1 20600:1 20655:1 20675:1 20678:1 20679:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:1 20741:1 20752:1 20767:1 20788:1 20789:4 20795:1 20806:1 20816:1 20821:1 20845:1 20855:1 20859:1 20862:2 20864:1 20886:2 20887:3 20890:1 20900:1 20901:1 20907:4 20943:1 20953:1 20960:1 20967:2 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21252:3 21265:1 21285:1 21286:1 21300:1 21304:2 21305:1 21318:2 21345:1 21365:1 21399:1 21409:1 21413:1 21435:1 21464:1 21468:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:1 21667:3 21685:1 21693:1 21701:2 21770:1 21774:3 21780:1 21784:1 21815:1 21816:1 21820:2 21824:2 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21913:1 21924:1 21932:1 21949:1 21965:1 21968:1 21992:1 21997:1 22011:1 22013:1 22016:2 22045:3 22071:1 22083:2 22086:1 22095:1 22096:1 22114:1 22120:1 22129:1 22130:1 22132:2 22171:2 22176:1 22182:1 22183:2 22187:2 22219:1 22267:1 22282:1 22293:2 22337:3 22366:1 22385:1 22396:1 22400:3 22406:1 22414:2 22419:1 22421:1 22461:1 22469:4 22503:1 22537:1 22540:1 22548:3 22553:1 22557:3 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22723:1 22724:1 22735:1 22737:1 22745:1 22748:1 22749:1 22753:2 22755:3 22756:1 22769:1 22771:1 22784:1 22805:1 22833:1 22840:1 22867:2 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:2 22983:1 23012:2 23030:1 23034:2 23043:1 23072:1 23082:1 23100:1 23105:1 23112:7 23134:2 23170:1 23175:8 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23335:1 23339:1 23340:1 23352:1 23384:1 23403:1 23408:1 23409:1 23422:3 23440:2 23477:3 23518:1 23523:1 23548:1 23555:1 23566:1 23573:18 23589:1 23594:2 23595:2 23602:1 23634:2 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23688:1 23693:1 23701:1 23724:1 23736:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:2 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:1 24001:1 24002:1 24041:19 24067:2 24069:1 24094:1 24097:1 24111:1 24115:1 24118:1 24123:2 24131:1 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24244:1 24262:2 24265:2 24295:1 24378:1 24391:1 24401:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24502:1 24511:1 24521:1 24547:2 24560:2 24569:1 24574:1 24580:1 24589:1 24669:2 24678:1 24692:2 24695:1 24702:1 24713:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24836:1 24845:1 24869:1 24885:3 24888:2 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24998:2 25008:1 25009:2 25013:3 25018:1 25029:1 25060:3 25100:5 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25220:1 25228:1 25235:1 25276:2 25322:1 25332:1 25337:1 25342:2 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25457:3 25461:1 25463:2 25471:1 25472:1 25480:3 25486:1 25509:1 25519:2 25540:2 25544:1 25554:1 25558:2 25559:2 25573:1 25601:1 25605:1 25611:1 25614:4 25616:1 25634:1 25642:1 25646:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25947:1 25978:1 25984:1 26029:1 26063:2 26064:3 26078:1 26085:1 26088:2 26094:1 26115:1 26117:1 26145:2 26152:1 26161:1 26162:1 26181:1 26187:1 26188:1 26201:2 26208:1 26221:1 26225:1 26252:1 26259:1 26281:1 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:3 26479:1 26489:1 26494:1 26505:2 26519:2 26529:1 26533:3 26558:3 26568:1 26588:1 26591:7 26598:2 26605:1 26611:1 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:2 26819:1 26837:1 26851:1 26863:1 26870:2 26884:1 26897:1 26900:1 26921:1 26944:2 26957:1 26974:2 26985:1 26987:1 26994:1 27023:1 27031:1 27032:3 27034:1 27042:2 27055:2 27056:1 27059:7 27060:1 27080:1 27097:1 27110:1 27123:1 27149:3 27171:1 27183:1 27186:1 27191:1 27194:1 27198:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:1 27443:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:5 27747:2 27759:1 27772:4 27798:3 27834:1 27844:4 27845:1 27847:2 27857:1 27862:1 27869:1 27877:2 27888:3 27892:1 27894:1 27899:1 27908:1 27941:1 27955:1 27984:1 27990:1 27995:1 28001:1 28006:1 28011:1 28013:1 28016:2 28018:1 28020:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28056:1 28067:2 28090:2 28111:1 28167:1 28177:3 28187:2 28206:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28356:1 28370:1 28371:3 28374:2 28377:2 28385:1 28386:2 28389:2 28394:2 28408:1 28420:1 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:4 28491:3 28519:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28581:1 28582:1 28604:1 28608:1 28637:1 28640:1 28650:1 28670:1 28691:1 28693:1 28754:1 28783:1 28799:3 28800:2 28804:2 28810:2 28813:2 28815:1 28816:3 28821:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:1 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:12 29121:1 29148:1 29158:5 29207:1 29229:2 29245:1 29257:1 29263:5 29269:2 29283:1 29286:1 29299:1 29301:1 29313:7 29322:1 29355:1 29365:1 29367:1 29372:1 29381:1 29390:1 29400:2 29442:1 29450:2 29505:1 29519:1 29535:23 29558:1 29560:3 29564:1 29574:3 29575:1 29606:1 29639:3 29643:7 29652:1 29661:1 29665:1 29677:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29934:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30041:2 30044:1 30057:2 30082:2 30091:1 30103:1 30134:1 30137:1 30150:1 30154:1 30167:1 30195:1 30202:1 30205:2 30231:1 30234:2 30245:4 30265:2 30267:2 30268:2 30277:19 30303:1 30350:1 30352:1 30354:1 30359:2 30360:2 30410:1 30445:1
2 12:1 13:1 38:2 40:1 61:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 177:1 181:1 187:1 191:1 200:1 213:1 219:1 229:1 235:1 258:1 272:2 276:3 277:1 283:1 298:1 299:1 302:1 333:1 377:3 392:1 400:1 407:1 409:1 432:2 437:1 446:1 451:1 471:1 475:1 497:1 508:2 539:2 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:3 672:1 679:1 684:1 704:2 717:20 720:3 723:1 741:1 749:1 762:1 786:1 796:2 801:2 814:1 852:2 868:2 870:1 872:2 875:1 876:2 880:1 931:3 932:1 979:3 980:6 984:1 992:5 1015:2 1029:2 1035:3 1038:4 1043:1 1044:1 1049:1 1056:1 1059:1 1061:2 1077:2 1081:1 1086:1 1112:1 1116:1 1122:1 1124:1 1134:2 1140:3 1201:2 1202:1 1214:1 1256:1 1259:2 1284:1 1313:1 1315:19 1321:1 1329:2 1330:1 1332:1 1334:3 1337:1 1338:1 1360:1 1361:2 1376:1 1380:1 1385:1 1386:1 1387:1 1404:1 1407:1 1414:2 1418:1 1442:1 1458:1 1460:2 1481:1 1496:1 1504:1 1510:2 1513:1 1551:1 1559:2 1570:2 1583:1 1603:1 1604:1 1606:2 1612:5 1636:1 1645:1 1672:2 1674:1 1679:1 1698:1 1701:2 1712:1 1725:1 1729:1 1731:1 1738:1 1764:1 1766:1 1770:1 1772:1 1773:1 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1833:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1919:1 1929:1 1942:1 1945:2 1946:2 1955:1 1971:1 1973:1 1974:1 1990:1 1994:2 2001:1 2008:1 2013:2 2019:2 2034:1 2051:1 2059:1 2073:1 2081:1 2084:1 2101:3 2125:1 2135:1 2138:1 2158:1 2176:1 2199:1 2203:1 2222:1 2235:1 2240:1 2249:1 2252:1 2286:5 2321:1 2349:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:3 2456:1 2458:3 2462:3 2466:1 2469:1 2471:1 2475:2 2479:1 2483:1 2492:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2583:1 2584:1 2600:1 2601:2 2608:1 2621:1 2622:1 2624:4 2633:2 2648:1 2655:1 2671:2 2689:1 2698:1 2721:1 2728:1 2735:1 2769:2 2791:1 2807:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2912:2 2914:1 2931:1 2936:1 2939:3 2941:1 2944:1 2946:2 2949:1 2961:1 2968:1 3001:1 3007:1 3009:3 3017:1 3020:1 3033:2 3036:1 3070:1 3080:1 3085:1 3108:10 3110:20 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3161:3 3162:1 3167:1 3170:1 3176:5 3200:2 3204:1 3240:2 3251:1 3252:1 3286:2 3323:2 3418:1 3432:1 3451:1 3457:1 3476:1 3496:1 3507:1 3510:2 3516:1 3523:1 3549:1 3554:1 3556:1 3567:1 3581:1 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3728:1 3758:1 3761:1 3785:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3897:1 3917:1 3934:2 3935:1 3936:1 3940:1 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:1 4061:1 4064:1 4083:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:19 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:3 4228:2 4249:2 4264:1 4269:1 4273:5 4274:2 4284:2 4322:1 4348:1 4358:2 4365:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:2 4469:3 4483:1 4503:1 4526:2 4551:1 4555:2 4559:1 4578:1 4590:19 4596:1 4598:1 4603:4 4616:1 4627:1 4630:1 4634:1 4683:1 4691:6 4706:1 4753:3 4767:2 4772:1 4779:1 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:1 4918:1 4924:2 4934:1 4958:1 4962:3 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:1 5088:1 5089:2 5101:1 5121:1 5126:1 5142:1 5144:1 5155:9 5156:2 5169:1 5172:1 5200:2 5209:2 5238:1 5240:1 5249:1 5269:1 5294:3 5296:1 5315:3 5316:4 5317:2 5323:3 5330:1 5331:3 5340:1 5348:2 5350:4 5352:2 5354:1 5360:1 5384:1 5426:1 5431:1 5517:1 5557:1 5578:1 5589:1 5590:2 5592:1 5639:1 5640:1 5650:1 5674:1 5685:2 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5786:1 5788:1 5793:2 5796:1 5848:1 5867:1 5870:1 5878:1 5900:1 5902:1 5922:1 5939:1 5940:1 5942:1 5949:1 5952:1 5954:1 5961:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:1 6124:1 6153:2 6212:1 6222:1 6271:1 6274:1 6284:1 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6399:2 6402:1 6409:1 6416:1 6422:2 6427:1 6451:1 6470:1 6475:1 6509:1 6510:1 6511:1 6520:1 6522:1 6527:1 6529:1 6530:3 6534:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6762:4 6765:1 6766:1 6771:1 6772:1 6776:2 6779:6 6787:1 6810:1 6839:2 6867:1 6877:1 6908:1 6918:1 6926:2 6929:3 6976:1 6989:1 6998:1 7002:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7076:1 7079:1 7087:1 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:4 7533:1 7534:1 7539:1 7551:2 7562:2 7593:1 7628:2 7653:1 7663:1 7676:1 7680:1 7685:1 7724:1 7738:1 7739:1 7754:1 7823:1 7833:1 7838:1 7845:1 7846:5 7880:4 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7967:1 7970:1 7992:3 7993:1 8025:1 8031:1 8032:1 8052:1 8068:7 8069:8 8078:1 8092:1 8094:5 8126:3 8133:1 8146:23 8149:1 8151:1 8155:2 8161:1 8162:1 8168:10 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8222:1 8230:1 8267:3 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:2 8357:1 8363:1 8368:1 8387:3 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8647:1 8656:1 8671:1 8674:20 8681:1 8687:1 8691:1 8701:1 8703:8 8704:3 8719:1 8723:1 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:24 8813:1 8816:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:3 9021:1 9032:1 9037:1 9065:2 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:1 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9197:2 9247:1 9265:1 9319:2 9322:1 9345:2 9396:1 9400:1 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:1 9460:1 9466:3 9478:1 9480:1 9481:1 9531:1 9541:1 9571:1 9578:3 9589:1 9597:1 9599:1 9668:2 9670:1 9695:1 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:1 9758:1 9768:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:2 9876:1 9904:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:1 10004:1 10020:1 10026:1 10042:1 10043:1 10056:2 10057:4 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10222:1 10236:1 10237:1 10240:1 10273:1 10298:5 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10415:1 10416:1 10435:19 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10571:2 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10633:1 10638:2 10659:1 10661:4 10673:2 10674:1 10685:1 10701:3 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10783:1 10795:1 10800:5 10813:1 10846:1 10898:1 10906:1 10927:3 10939:1 10950:1 10963:1 10964:1 10969:1 10989:1 10994:1 11008:1 11010:3 11025:1 11049:1 11052:1 11067:1 11080:1 11094:1 11113:1 11125:1 11132:2 11140:1 11154:1 11156:3 11180:2 11211:2 11235:1 11237:2 11257:1 11258:4 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:4 11333:1 11335:1 11343:1 11346:1 11359:1 11375:1 11393:1 11410:1 11442:1 11475:1 11487:1 11501:2 11512:2 11515:3 11517:1 11526:1 11543:2 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:1 11636:1 11646:1 11664:1 11678:4 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11820:3 11825:1 11851:2 11869:1 11871:1 11879:1 11890:1 11892:2 11899:1 11904:1 11907:1 11921:3 11923:1 11926:1 11928:1 11933:1 11946:1 11951:2 11993:2 12026:1 12035:1 12041:1 12045:1 12054:1 12067:5 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:1 12175:2 12196:1 12199:3 12222:1 12228:1 12238:1 12250:1 12253:1 12255:1 12262:1 12265:1 12267:3 12268:1 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12319:1 12322:2 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12399:1 12404:3 12407:1 12431:1 12436:2 12449:1 12484:1 12487:1 12509:1 12551:1 12564:1 12565:1 12582:1 12629:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12756:1 12757:1 12758:1 12765:1 12785:1 12803:1 12804:1 12805:1 12830:1 12847:1 12864:1 12879:2 12881:3 12892:1 12906:1 12937:1 12942:2 12950:1 12964:1 13024:1 13036:3 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:2 13254:20 13262:1 13267:1 13270:4 13279:1 13304:4 13314:1 13324:2 13327:1 13340:1 13353:1 13356:1 13362:1 13366:1 13390:1 13391:1 13399:1 13425:1 13432:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13627:1 13654:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:7 13727:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:2 13873:2 13885:1 13927:1 13934:1 13936:7 13940:1 13949:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:3 14107:1 14129:1 14135:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14237:1 14241:1 14243:1 14244:1 14246:1 14250:2 14251:1 14252:5 14253:1 14254:1 14278:1 14281:1 14282:1 14286:4 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:8 14427:1 14429:1 14439:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:3 14538:1 14544:3 14548:1 14549:1 14559:5 14562:3 14588:1 14632:2 14640:1 14656:4 14734:1 14737:2 14748:1 14750:1 14781:1 14786:1 14828:4 14897:1 14924:1 14926:1 14935:2 14942:2 14945:3 14960:1 14961:1 14973:1 15018:1 15033:1 15040:1 15055:1 15056:1 15068:1 15069:2 15073:1 15079:1 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15116:1 15131:1 15136:1 15138:1 15147:1 15153:1 15173:1 15187:20 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15350:1 15363:1 15369:1 15370:1 15392:1 15396:1 15411:1 15414:1 15447:1 15499:1 15519:1 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:1 15611:1 15619:1 15628:1 15634:1 15636:1 15640:6 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15856:1 15864:1 15866:1 15875:1 15886:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16007:2 16010:1 16030:1 16041:1 16046:1 16109:1 16125:1 16126:2 16127:1 16151:1 16162:1 16192:4 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16333:2 16356:3 16371:1 16376:1 16387:3 16393:2 16396:1 16407:2 16412:1 16418:1 16430:3 16483:1 16485:1 16494:1 16517:4 16519:1 16527:1 16548:1 16557:1 16558:3 16624:1 16640:1 16653:1 16659:1 16662:8 16665:2 16670:1 16706:2 16709:3 16715:1 16737:1 16741:2 16748:1 16749:1 16751:2 16769:8 16786:1 16799:1 16820:2 16884:1 16896:1 16899:1 16906:1 16908:1 16915:1 16926:4 16935:3 16936:1 16944:1 16945:1 16946:1 16949:1 16970:1 16981:1 16999:1 17005:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17093:1 17131:1 17139:1 17162:1 17174:1 17176:2 17182:1 17251:1 17258:1 17271:2 17285:1 17288:1 17289:1 17290:1 17320:1 17324:1 17326:1 17333:1 17401:1 17415:1 17420:3 17422:1 17444:1 17446:2 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:27 17573:1 17574:1 17588:1 17591:1 17609:3 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17729:2 17737:2 17748:1 17763:1 17764:1 17796:1 17801:1 17804:1 17805:1 17851:1 17854:1 17873:1 17874:1 17881:1 17899:1 17901:2 17919:1 17956:1 17959:1 17989:1 18030:1 18075:1 18079:1 18082:1 18083:1 18091:1 18094:1 18127:1 18131:1 18144:1 18154:1 18156:1 18162:1 18164:2 18170:1 18195:1 18250:2 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18332:1 18349:1 18355:4 18360:2 18364:1 18378:1 18398:1 18407:2 18431:1 18449:2 18469:1 18474:1 18502:3 18513:4 18538:1 18565:1 18568:1 18591:1 18602:1 18606:4 18613:1 18614:1 18643:2 18662:2 18683:1 18686:1 18690:1 18696:2 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18886:1 18888:1 18929:1 18934:3 19003:2 19006:1 19036:1 19048:1 19082:1 19116:5 19128:1 19136:1 19153:1 19162:1 19195:1 19197:2 19212:1 19236:1 19248:1 19263:1 19266:1 19280:1 19316:1 19327:1 19335:1464 19346:1 19359:2 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19704:1 19715:1 19716:1 19748:1 19782:1 19784:1 19799:1 19820:1 19827:2 19842:1 19871:2 19872:2 19886:1 19889:1 19932:1 19938:4 19976:3 19980:1 19984:1 20035:1 20037:1 20050:1 20056:1 20078:1 20088:1 20114:1 20121:1 20130:1 20143:4 20144:3 20173:1 20179:4 20186:1 20211:2 20244:12 20250:1 20265:2 20288:2 20289:1 20293:1 20294:1 20324:3 20328:1 20336:2 20346:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:2 20474:1 20516:1 20519:1 20562:1 20566:1 20575:1 20587:1 20595:1 20600:1 20635:1 20655:1 20675:1 20678:1 20679:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:1 20741:1 20752:1 20767:1 20788:2 20789:5 20795:1 20802:1 20806:1 20816:1 20821:1 20845:1 20855:1 20859:1 20862:2 20863:1 20864:1 20886:2 20887:3 20890:1 20900:1 20901:1 20907:4 20927:1 20943:1 20953:1 20960:1 20967:2 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21211:1 21252:3 21265:1 21285:1 21286:1 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21399:1 21409:1 21413:1 21428:1 21435:1 21464:1 21468:1 21471:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:1 21667:3 21685:1 21693:1 21701:2 21770:1 21774:3 21777:1 21780:1 21784:1 21815:1 21816:1 21820:2 21824:2 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21913:1 21924:1 21932:1 21949:1 21965:1 21968:1 21992:1 21997:1 22011:1 22013:1 22016:2 22029:1 22045:3 22061:1 22071:1 22083:2 22086:1 22095:1 22096:1 22114:1 22120:1 22129:1 22130:1 22132:2 22171:2 22176:1 22182:1 22183:2 22187:2 22219:1 22267:1 22282:1 22293:2 22337:3 22366:1 22385:1 22396:1 22400:3 22406:1 22414:3 22419:1 22421:1 22461:1 22469:4 22503:1 22537:1 22540:1 22548:3 22553:1 22557:3 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:1 22735:1 22737:1 22745:1 22748:1 22749:1 22753:2 22755:3 22756:1 22769:1 22771:1 22784:1 22805:1 22833:1 22840:1 22867:2 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:2 22983:1 23012:2 23030:1 23034:2 23043:1 23072:1 23082:1 23100:1 23105:1 23112:8 23134:2 23141:1 23170:1 23175:8 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23335:1 23339:1 23340:1 23352:1 23355:1 23384:1 23400:1 23403:1 23408:1 23409:1 23422:3 23440:2 23477:3 23518:1 23523:1 23548:1 23555:1 23566:1 23573:19 23589:1 23594:2 23595:2 23602:1 23634:2 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23688:1 23693:1 23701:1 23724:2 23736:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:2 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:2 24001:1 24002:1 24041:20 24067:2 24069:1 24094:1 24097:1 24111:1 24115:1 24118:1 24123:2 24131:2 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24378:1 24391:1 24401:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24502:1 24511:1 24521:1 24547:2 24560:2 24569:1 24574:1 24580:1 24589:1 24669:2 24673:1 24678:1 24692:2 24695:1 24702:1 24713:1 24715:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24836:1 24845:1 24869:1 24885:3 24888:2 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24998:2 25008:1 25009:2 25013:3 25018:1 25029:1 25060:3 25100:7 25106:1 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25220:1 25228:1 25235:1 25276:2 25315:1 25322:1 25332:1 25337:1 25342:2 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25457:3 25461:1 25463:2 25471:1 25472:1 25480:3 25486:1 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:2 25573:1 25591:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25642:1 25646:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25837:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25947:1 25978:1 25984:1 26029:1 26063:2 26064:3 26078:1 26085:1 26088:2 26094:1 26114:1 26115:1 26117:1 26145:2 26152:1 26161:1 26162:1 26181:2 26187:1 26188:1 26201:3 26208:1 26221:1 26225:1 26252:1 26259:1 26281:1 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:3 26479:1 26489:1 26494:1 26505:2 26519:2 26529:1 26533:3 26558:3 26568:1 26588:1 26591:8 26598:2 26605:1 26611:1 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:1 26723:2 26731:1 26748:1 26751:1 26752:1 26774:1 26786:2 26819:1 26837:1 26851:1 26863:1 26870:2 26884:1 26897:1 26900:1 26921:1 26944:3 26957:1 26974:2 26985:1 26987:1 26994:1 27023:1 27031:1 27032:3 27034:1 27042:2 27055:2 27056:1 27059:7 27060:1 27080:1 27097:1 27110:1 27123:1 27149:3 27171:1 27183:2 27186:1 27191:1 27194:1 27198:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:2 27415:1 27443:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:5 27747:2 27756:1 27759:1 27772:4 27798:3 27808:1 27834:1 27844:4 27845:1 27847:2 27857:1 27862:1 27869:1 27877:2 27888:3 27892:1 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27984:1 27990:1 27995:1 28001:1 28006:1 28011:1 28013:1 28016:2 28018:1 28020:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28056:1 28067:2 28090:2 28111:1 28167:1 28169:1 28177:3 28187:2 28206:1 28208:1 28218:1 28223:2 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28352:1 28356:1 28370:1 28371:3 28374:2 28377:2 28379:1 28385:1 28386:2 28388:1 28389:2 28394:2 28408:1 28420:1 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:5 28491:3 28519:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28581:1 28582:1 28604:1 28608:1 28637:1 28640:1 28650:1 28670:1 28691:1 28693:1 28754:1 28783:1 28799:3 28800:2 28804:2 28810:3 28813:2 28815:1 28816:3 28821:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:1 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:12 29121:1 29148:1 29158:5 29207:1 29229:2 29245:1 29257:1 29259:1 29263:7 29269:2 29283:1 29286:1 29299:1 29301:1 29313:7 29322:1 29355:1 29365:1 29367:1 29372:1 29381:1 29390:1 29400:2 29442:1 29450:2 29505:1 29519:1 29535:24 29558:1 29560:3 29564:1 29574:3 29575:1 29606:1 29639:3 29643:7 29652:1 29661:1 29665:1 29677:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29934:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30036:1 30041:2 30044:1 30057:2 30082:2 30091:1 30103:1 30134:1 30137:1 30150:1 30154:1 30167:1 30195:2 30202:1 30205:2 30231:1 30234:2 30245:5 30265:2 30267:2 30268:2 30277:20 30303:1 30350:1 30352:1 30354:1 30359:2 30360:2 30410:1 30445:1 30447:1
2 12:1 13:1 38:2 40:1 61:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 177:1 181:1 187:1 191:1 200:1 213:1 219:1 229:1 235:1 258:1 272:2 276:3 277:1 283:1 298:1 299:1 302:1 333:1 342:1 376:1 377:3 392:1 400:1 407:1 409:1 432:2 437:1 446:1 451:1 471:1 475:1 486:1 497:1 508:2 539:2 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:3 672:1 679:1 684:1 704:2 717:21 720:3 723:1 741:1 749:1 762:1 786:1 796:2 801:2 814:1 852:2 868:2 870:1 872:2 875:1 876:2 880:1 931:3 932:1 979:3 980:6 984:1 992:5 1006:1 1015:3 1029:2 1035:3 1038:4 1043:1 1044:1 1049:1 1056:1 1059:2 1061:2 1077:2 1081:1 1086:1 1112:1 1116:1 1122:1 1124:1 1134:2 1140:3 1201:2 1202:1 1214:1 1256:1 1259:2 1284:1 1313:1 1315:20 1321:1 1329:2 1330:1 1332:1 1334:3 1337:1 1338:1 1360:1 1361:2 1362:1 1376:1 1380:1 1385:1 1386:1 1387:1 1394:1 1396:1 1404:1 1407:1 1414:2 1418:1 1442:1 1458:1 1460:2 1481:1 1493:1 1496:1 1504:1 1510:2 1513:1 1536:1 1551:1 1559:2 1570:2 1583:1 1603:1 1604:1 1606:2 1609:1 1612:6 1636:1 1645:1 1672:2 1674:1 1679:1 1698:1 1701:2 1712:1 1725:1 1729:1 1730:1 1731:1 1738:1 1764:1 1766:1 1770:1 1772:1 1773:1 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1833:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1919:1 1929:1 1942:1 1945:2 1946:2 1955:1 1971:1 1973:1 1974:1 1990:1 1994:2 2001:1 2008:1 2013:2 2019:2 2034:1 2051:1 2059:1 2073:1 2081:1 2084:1 2101:3 2125:1 2135:1 2138:1 2158:1 2176:1 2199:1 2203:1 2222:1 2235:1 2240:1 2249:1 2252:1 2286:6 2321:1 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2437:1 2438:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:3 2456:1 2458:3 2462:3 2466:1 2469:1 2471:1 2475:2 2479:1 2483:1 2484:1 2492:1 2493:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2583:1 2584:1 2600:1 2601:2 2608:1 2621:1 2622:1 2624:4 2633:2 2645:1 2648:1 2655:1 2671:2 2689:1 2698:1 2721:1 2728:1 2735:1 2769:2 2776:1 2791:1 2807:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2912:3 2914:1 2931:1 2936:1 2939:3 2941:1 2944:1 2946:2 2949:1 2961:1 2968:1 2970:1 3001:1 3007:1 3009:3 3017:1 3020:1 3033:2 3036:1 3070:2 3080:1 3085:1 3108:10 3110:21 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:3 3162:1 3167:1 3170:1 3176:5 3200:2 3204:1 3240:2 3251:1 3252:1 3279:1 3286:2 3297:1 3323:2 3418:1 3432:1 3451:1 3457:1 3476:1 3496:1 3507:1 3510:2 3516:1 3523:1 3549:1 3554:1 3556:1 3567:1 3581:1 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3897:1 3917:1 3934:2 3935:1 3936:1 3940:1 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:1 4056:1 4061:1 4064:1 4069:1 4083:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:20 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:2 4273:5 4274:2 4284:2 4322:1 4348:1 4358:2 4365:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:2 4469:3 4483:1 4503:1 4526:3 4551:1 4555:2 4559:1 4578:1 4590:20 4596:1 4598:1 4603:4 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4753:3 4767:2 4772:1 4779:1 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:1 4918:1 4924:2 4934:1 4958:1 4962:3 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:1 5088:1 5089:2 5101:1 5121:1 5126:1 5142:1 5144:1 5155:9 5156:2 5169:1 5172:1 5200:2 5209:2 5217:1 5238:1 5240:1 5249:1 5269:1 5294:3 5296:1 5299:1 5315:3 5316:4 5317:2 5323:3 5330:1 5331:3 5340:1 5348:2 5350:5 5352:2 5354:1 5360:1 5384:1 5426:1 5431:1 5517:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5639:1 5640:1 5650:1 5674:1 5685:2 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5786:1 5788:1 5793:2 5796:1 5848:1 5867:1 5870:1 5878:1 5885:1 5900:1 5902:1 5903:1 5922:1 5939:1 5940:1 5942:1 5949:1 5952:1 5954:1 5961:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:1 6124:1 6153:2 6212:1 6222:1 6270:1 6271:1 6274:1 6284:1 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6399:2 6402:1 6409:1 6411:1 6416:1 6422:2 6427:1 6451:1 6470:1 6475:1 6509:1 6510:2 6511:1 6520:1 6522:1 6527:1 6529:1 6530:3 6534:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6762:4 6765:1 6766:1 6767:1 6770:1 6771:1 6772:1 6776:2 6779:6 6787:1 6790:1 6810:1 6839:2 6867:1 6877:1 6908:1 6918:1 6926:2 6929:3 6976:1 6989:1 6998:1 7002:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:4 7528:1 7533:1 7534:1 7539:1 7551:2 7562:2 7593:1 7628:2 7653:1 7663:1 7673:1 7676:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:1 7754:1 7794:1 7823:1 7833:1 7838:1 7845:1 7846:5 7880:4 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7967:1 7970:1 7992:3 7993:1 8025:1 8031:1 8032:1 8052:1 8068:7 8069:9 8078:1 8092:1 8094:5 8126:3 8133:1 8146:24 8149:1 8151:1 8155:2 8161:1 8162:1 8168:10 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8222:1 8230:1 8267:3 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:2 8357:1 8363:1 8368:1 8387:3 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8647:1 8656:1 8671:1 8674:21 8681:1 8687:1 8691:1 8701:1 8703:9 8704:3 8719:1 8723:2 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:25 8813:1 8816:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9006:1 9010:1 9015:1 9020:3 9021:1 9032:1 9037:1 9042:1 9065:3 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:1 9197:2 9247:1 9265:1 9319:2 9322:1 9345:2 9396:1 9400:1 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:1 9460:1 9466:3 9478:1 9480:1 9481:1 9531:1 9541:1 9571:1 9578:4 9589:1 9597:1 9599:1 9644:1 9668:3 9670:1 9695:1 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:1 9758:1 9768:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:2 9876:1 9904:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:1 10004:1 10020:1 10026:1 10042:1 10043:1 10056:2 10057:5 10072:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:5 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10415:1 10416:1 10435:20 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10571:2 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:1 10633:1 10638:2 10659:1 10661:4 10673:2 10674:1 10685:1 10701:3 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10795:1 10800:5 10813:1 10846:1 10898:1 10906:1 10927:3 10939:1 10950:1 10963:1 10964:1 10969:1 10989:1 10994:1 11008:1 11010:3 11025:1 11049:1 11052:1 11067:1 11080:1 11094:1 11113:1 11125:1 11132:2 11140:1 11154:1 11156:3 11180:2 11211:2 11235:1 11237:2 11257:1 11258:4 11264:1 11266:2 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:5 11333:1 11335:1 11343:1 11346:1 11359:1 11375:1 11393:1 11410:1 11442:1 11475:1 11487:1 11501:2 11512:2 11515:3 11517:1 11526:1 11543:3 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:1 11636:1 11646:1 11664:1 11678:4 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11850:1 11851:2 11869:1 11871:1 11879:1 11890:1 11892:2 11899:1 11904:1 11907:1 11921:3 11923:1 11926:1 11928:1 11933:1 11946:1 11951:2 11993:2 12026:1 12035:1 12041:1 12045:1 12054:1 12067:5 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:1 12175:2 12196:1 12199:4 12222:1 12228:1 12238:1 12250:1 12253:1 12255:1 12262:1 12265:1 12267:3 12268:1 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12316:1 12319:1 12322:2 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12398:1 12399:1 12404:3 12407:1 12431:1 12436:2 12449:1 12484:1 12487:1 12509:1 12541:1 12551:1 12564:1 12565:1 12582:1 12629:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12750:1 12756:1 12757:1 12758:1 12765:1 12785:1 12803:1 12804:1 12805:1 12830:1 12847:1 12864:1 12879:2 12881:3 12892:1 12906:1 12937:1 12942:2 12950:1 12964:1 13024:1 13036:3 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:2 13254:21 13262:1 13267:1 13270:4 13279:1 13304:4 13314:1 13324:2 13327:1 13340:1 13353:1 13356:1 13362:1 13366:1 13390:1 13391:1 13392:1 13399:1 13425:1 13432:1 13444:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13627:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:7 13727:1 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:2 13873:2 13885:1 13927:1 13934:1 13936:7 13940:1 13949:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:3 14107:1 14129:1 14135:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14237:1 14241:2 14243:1 14244:1 14246:1 14250:2 14251:1 14252:6 14253:1 14254:1 14256:1 14278:1 14281:1 14282:1 14286:4 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:8 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:3 14538:1 14541:1 14544:3 14548:1 14549:1 14559:6 14562:3 14588:1 14632:2 14640:1 14656:4 14734:1 14737:2 14747:1 14748:1 14750:1 14781:1 14786:1 14828:4 14897:1 14924:1 14926:1 14935:2 14942:2 14945:3 14960:1 14961:1 14973:1 14974:1 15018:1 15033:1 15040:1 15055:1 15056:1 15068:1 15069:2 15073:1 15079:1 15085:1 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15173:1 15187:21 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15350:1 15363:1 15369:1 15370:1 15392:1 15396:1 15411:1 15414:1 15447:1 15499:1 15519:1 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:1 15611:1 15619:1 15628:1 15634:1 15636:1 15640:6 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15856:1 15864:1 15866:1 15875:1 15886:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16007:2 16010:1 16030:1 16041:1 16046:1 16109:1 16125:1 16126:2 16127:1 16151:1 16162:1 16192:4 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16333:2 16356:3 16371:1 16376:1 16387:3 16393:2 16396:1 16407:2 16412:1 16418:1 16430:3 16438:1 16483:1 16485:1 16494:1 16517:4 16519:1 16527:1 16548:1 16557:1 16558:3 16624:1 16640:1 16653:1 16659:1 16662:8 16665:2 16670:1 16706:2 16709:3 16715:1 16737:1 16741:2 16748:1 16749:1 16751:2 16769:8 16786:1 16799:1 16820:2 16884:1 16896:1 16899:1 16906:1 16908:1 16915:1 16926:4 16927:1 16935:3 16936:1 16944:1 16945:1 16946:1 16949:1 16970:1 16981:1 16999:2 17005:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17093:1 17106:1 17131:1 17139:1 17162:1 17174:1 17176:2 17182:1 17251:1 17258:1 17271:2 17285:1 17288:1 17289:1 17290:1 17320:1 17324:1 17326:1 17333:1 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:28 17573:1 17574:1 17588:1 17591:1 17609:3 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:2 17737:2 17748:1 17763:1 17764:1 17796:1 17801:1 17804:1 17805:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17907:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18075:1 18079:1 18082:1 18083:1 18091:1 18094:1 18127:1 18131:1 18144:1 18146:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:1 18195:1 18250:2 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18332:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18407:2 18431:1 18449:2 18469:1 18474:1 18502:3 18513:4 18538:1 18565:1 18568:1 18591:1 18602:1 18606:4 18613:1 18614:1 18643:3 18662:2 18683:1 18686:1 18690:1 18696:2 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:3 19003:2 19006:1 19036:1 19048:1 19082:1 19116:5 19128:1 19136:1 19153:1 19162:2 19195:1 19197:2 19212:1 19236:1 19248:1 19263:1 19266:1 19280:1 19316:1 19327:1 19335:1527 19346:1 19359:2 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19704:1 19715:1 19716:1 19748:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19842:1 19871:2 19872:2 19886:1 19889:1 19932:1 19938:4 19976:3 19980:1 19984:1 20035:1 20037:1 20050:1 20056:1 20078:1 20088:1 20114:1 20121:1 20130:1 20143:4 20144:3 20173:1 20179:4 20186:1 20211:2 20244:13 20250:1 20265:2 20288:2 20289:1 20293:1 20294:1 20324:3 20328:1 20336:2 20346:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:2 20474:1 20516:1 20519:1 20557:1 20562:1 20566:1 20575:1 20587:1 20595:1 20600:1 20635:1 20655:1 20675:1 20678:1 20679:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:1 20737:1 20741:1 20752:1 20767:1 20788:2 20789:5 20795:1 20802:1 20806:1 20816:1 20821:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:1 20886:2 20887:3 20890:1 20900:1 20901:1 20907:4 20927:1 20943:1 20953:1 20960:1 20967:2 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21211:1 21252:4 21265:1 21285:1 21286:1 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21399:1 21408:1 21409:1 21413:1 21428:1 21435:2 21464:1 21468:1 21471:1 21495:2 21501:1 21506:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:1 21662:1 21667:3 21685:1 21693:1 21701:2 21751:1 21770:1 21774:3 21777:1 21780:1 21784:1 21815:1 21816:1 21820:2 21824:2 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21913:1 21924:1 21932:1 21949:1 21965:1 21968:1 21992:1 21997:1 22011:1 22013:1 22016:3 22029:1 22045:3 22061:1 22071:1 22083:2 22086:1 22095:1 22096:1 22114:1 22120:1 22129:1 22130:1 22132:2 22171:2 22176:1 22182:1 22183:2 22187:2 22218:1 22219:1 22240:1 22267:1 22282:1 22293:2 22318:1 22337:3 22347:1 22366:1 22385:1 22396:1 22400:3 22406:1 22414:4 22419:1 22421:1 22461:1 22469:4 22503:1 22537:1 22540:1 22548:3 22553:1 22557:3 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:1 22737:1 22745:1 22748:1 22749:1 22753:2 22755:3 22756:1 22769:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 23012:2 23030:1 23034:2 23043:1 23072:1 23082:1 23100:1 23105:1 23112:8 23134:2 23141:1 23170:1 23175:8 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:1 23422:3 23440:2 23477:3 23518:1 23523:1 23548:1 23555:1 23566:1 23573:20 23589:1 23594:2 23595:2 23602:1 23608:1 23634:2 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23724:2 23736:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:3 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:2 24001:1 24002:1 24041:21 24067:2 24069:1 24094:1 24097:1 24111:1 24115:1 24118:1 24123:2 24131:2 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24346:1 24378:1 24391:1 24401:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24502:1 24511:1 24521:1 24547:2 24560:2 24569:1 24574:1 24580:1 24589:1 24669:2 24673:1 24678:1 24692:2 24695:1 24702:1 24713:1 24715:1 24735:1 24743:1 24764:1 24785:1 24812:1 24813:1 24817:1 24836:1 24845:1 24869:1 24885:3 24888:2 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24994:1 24998:2 25008:1 25009:2 25013:3 25018:1 25029:1 25060:3 25061:1 25100:7 25106:1 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:1 25276:2 25315:1 25322:1 25332:1 25337:1 25342:2 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25457:3 25461:1 25463:2 25471:1 25472:1 25480:3 25486:1 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:2 25573:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25642:1 25643:1 25646:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25776:1 25798:1 25803:1 25804:1 25815:1 25837:1 25852:1 25854:1 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26063:2 26064:4 26078:1 26085:1 26088:2 26094:1 26114:1 26115:1 26117:1 26145:2 26152:1 26161:1 26162:1 26169:1 26174:1 26181:2 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26252:1 26259:1 26281:1 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:3 26479:1 26489:1 26494:1 26505:2 26519:2 26529:1 26533:3 26558:3 26568:1 26588:1 26591:8 26598:2 26605:1 26611:1 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:1 26723:3 26731:1 26748:1 26751:1 26752:1 26774:1 26786:2 26819:1 26837:1 26851:1 26863:1 26870:2 26884:1 26897:1 26900:1 26910:1 26921:1 26944:3 26957:1 26974:2 26985:1 26987:1 26994:1 27022:1 27023:1 27031:1 27032:3 27034:1 27042:2 27055:2 27056:1 27059:7 27060:1 27080:1 27097:1 27110:1 27123:1 27149:3 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27198:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:2 27415:1 27443:1 27478:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:5 27747:2 27756:2 27759:1 27772:4 27783:1 27798:3 27808:1 27834:1 27844:4 27845:1 27847:2 27856:1 27857:1 27862:1 27869:1 27877:2 27888:3 27892:1 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27984:1 27990:1 27995:1 28001:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28056:1 28067:2 28090:2 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28206:1 28208:1 28218:1 28223:3 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28352:1 28356:1 28370:1 28371:3 28374:2 28377:2 28379:1 28385:1 28386:2 28388:1 28389:2 28394:2 28408:1 28420:1 28421:1 28423:2 28434:1 28444:1 28446:1 28458:1 28475:6 28491:3 28519:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28581:1 28582:1 28604:1 28608:1 28637:1 28640:1 28650:1 28670:1 28691:1 28693:1 28754:1 28783:1 28799:3 28800:2 28804:2 28810:4 28813:2 28815:1 28816:3 28821:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:1 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:1 29115:13 29121:1 29148:1 29158:5 29207:1 29225:1 29229:2 29245:1 29257:1 29259:1 29263:8 29269:2 29283:1 29286:1 29299:1 29301:1 29313:7 29322:1 29355:1 29365:1 29367:1 29372:1 29381:1 29390:1 29400:2 29442:1 29450:2 29505:1 29519:1 29535:25 29536:1 29558:1 29560:3 29564:1 29574:3 29575:1 29606:1 29639:3 29643:7 29644:1 29652:1 29661:1 29665:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:1 29864:2 29876:1 29934:1 29964:1 29970:2 29980:1 29982:1 29984:1 29999:1 30036:1 30041:2 30044:1 30057:2 30082:2 30091:1 30103:1 30134:1 30137:1 30150:1 30154:1 30167:1 30195:2 30202:1 30205:2 30231:1 30234:2 30245:5 30265:2 30267:2 30268:2 30277:21 30303:1 30350:1 30352:1 30354:2 30359:2 30360:2 30410:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 61:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 177:1 181:1 187:1 191:1 200:1 213:1 219:1 229:1 235:1 258:1 272:2 276:3 277:1 283:1 298:1 299:1 302:1 303:1 333:1 342:1 376:1 377:3 392:1 400:1 407:1 409:1 432:2 437:1 446:1 451:1 471:1 475:1 486:1 497:1 508:2 539:2 543:1 549:1 559:1 593:1 600:1 613:1 616:1 668:3 672:1 679:1 684:1 704:3 717:22 720:3 723:1 727:1 741:1 749:1 762:1 786:1 796:2 801:2 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 931:3 932:1 947:1 979:3 980:6 984:1 992:5 1006:1 1015:3 1029:2 1035:3 1038:5 1043:1 1044:1 1049:1 1056:1 1059:2 1061:2 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1140:3 1142:1 1201:2 1202:1 1214:1 1256:1 1259:3 1284:1 1313:1 1315:21 1321:1 1329:2 1330:1 1332:1 1334:3 1337:1 1338:1 1360:1 1361:2 1362:1 1371:1 1376:1 1380:1 1385:1 1386:1 1387:1 1394:1 1396:1 1404:1 1407:1 1414:2 1418:1 1442:1 1458:1 1460:2 1481:1 1493:1 1496:1 1504:1 1510:2 1513:1 1529:1 1536:1 1551:1 1559:2 1570:2 1583:1 1603:1 1604:1 1606:2 1609:1 1612:6 1636:1 1645:1 1672:2 1674:1 1679:1 1698:1 1701:2 1712:1 1725:1 1729:1 1730:1 1731:1 1738:1 1764:1 1766:1 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1833:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1919:1 1929:1 1942:1 1945:2 1946:2 1955:1 1971:1 1973:1 1974:3 1990:1 1994:2 2001:1 2008:1 2013:2 2019:2 2034:1 2051:1 2059:1 2073:1 2081:1 2084:1 2101:3 2125:1 2135:1 2138:1 2158:1 2176:1 2199:1 2203:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2286:6 2321:1 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:1 2440:3 2443:2 2444:1 2447:1 2448:3 2454:3 2456:3 2458:4 2462:3 2466:1 2469:1 2471:1 2475:2 2479:1 2483:1 2484:1 2492:1 2493:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2583:1 2584:1 2600:1 2601:2 2608:1 2621:2 2622:1 2624:4 2633:2 2645:1 2648:1 2655:1 2671:3 2689:1 2698:1 2721:1 2728:1 2735:1 2769:2 2776:1 2791:1 2807:1 2819:1 2860:1 2861:2 2874:2 2881:1 2900:1 2912:3 2914:1 2931:1 2936:1 2939:3 2941:1 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:1 3007:1 3009:3 3017:1 3020:1 3033:2 3036:1 3070:2 3080:1 3085:1 3108:11 3110:22 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:3 3162:1 3167:1 3170:1 3176:5 3200:2 3204:1 3240:2 3247:1 3251:1 3252:1 3279:1 3286:2 3297:1 3323:2 3418:1 3432:1 3451:1 3457:1 3476:1 3496:1 3507:1 3510:2 3516:1 3523:1 3549:1 3554:1 3556:2 3567:1 3581:2 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:1 3936:1 3940:2 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:2 4056:1 4061:1 4064:1 4069:1 4083:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:21 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:2 4273:5 4274:2 4284:2 4322:1 4334:1 4348:1 4358:2 4365:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:2 4469:3 4483:1 4503:1 4526:3 4551:1 4555:2 4559:1 4578:1 4585:2 4590:21 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4753:3 4767:2 4772:1 4779:1 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:1 4918:1 4924:2 4934:1 4958:1 4962:3 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:2 5088:1 5089:2 5101:1 5121:1 5126:1 5142:1 5144:1 5155:9 5156:2 5169:1 5172:1 5200:2 5209:2 5217:1 5238:1 5240:1 5249:1 5269:1 5294:3 5296:1 5299:1 5315:3 5316:4 5317:2 5323:4 5329:1 5330:1 5331:3 5340:1 5348:2 5350:5 5352:2 5354:1 5360:1 5384:1 5426:1 5431:1 5517:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5639:1 5640:1 5650:1 5674:1 5685:2 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5786:1 5788:1 5793:3 5796:1 5848:1 5867:1 5870:1 5878:1 5885:1 5900:1 5902:1 5903:1 5922:1 5939:1 5940:1 5942:1 5949:1 5952:1 5954:1 5961:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:1 6124:1 6153:2 6212:1 6222:1 6270:1 6271:1 6274:1 6284:1 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6399:2 6402:1 6409:1 6411:1 6416:1 6422:2 6427:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6520:1 6522:1 6527:1 6529:1 6530:3 6534:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6762:4 6765:1 6766:1 6767:1 6770:1 6771:1 6772:1 6776:2 6779:6 6787:1 6790:1 6810:1 6839:2 6867:1 6877:1 6908:1 6917:1 6918:1 6926:3 6929:3 6976:1 6989:1 6998:1 7002:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:1 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:1 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:4 7528:1 7533:1 7534:1 7539:1 7551:2 7562:2 7593:1 7628:2 7633:1 7653:1 7663:1 7673:1 7676:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7794:1 7823:1 7833:1 7838:1 7845:1 7846:5 7880:5 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7964:1 7967:1 7970:1 7992:3 7993:1 8025:1 8031:1 8032:1 8052:1 8068:7 8069:9 8078:1 8092:1 8094:5 8126:3 8133:1 8146:28 8149:1 8151:1 8155:2 8161:1 8162:1 8168:11 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8222:2 8230:1 8267:3 8281:1 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:2 8357:1 8363:1 8368:1 8387:3 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8647:1 8656:1 8671:1 8674:22 8681:1 8687:1 8691:1 8697:1 8701:1 8703:10 8704:3 8719:1 8723:2 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:26 8813:1 8816:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9001:1 9006:1 9010:1 9015:1 9020:3 9021:1 9032:1 9037:1 9042:1 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:1 9197:3 9247:1 9265:1 9319:2 9322:1 9345:2 9396:1 9400:2 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:1 9460:1 9466:3 9478:1 9480:1 9481:1 9531:1 9541:1 9571:1 9578:4 9589:2 9597:1 9599:1 9644:1 9668:3 9670:1 9695:1 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:1 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:2 9876:1 9904:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:1 10004:1 10020:1 10026:1 10042:1 10043:1 10056:2 10057:5 10072:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:1 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:5 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10385:1 10415:1 10416:1 10435:21 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10571:2 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:1 10633:1 10638:2 10659:2 10661:5 10673:2 10674:1 10675:1 10685:1 10701:3 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10795:1 10800:5 10813:1 10846:1 10898:1 10906:1 10927:3 10939:1 10950:1 10960:1 10963:1 10964:1 10969:1 10989:1 10994:1 11008:1 11010:3 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11125:1 11132:2 11140:1 11154:1 11156:3 11180:2 11211:2 11235:1 11237:2 11257:1 11258:4 11264:1 11266:3 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:5 11333:1 11335:1 11343:1 11346:1 11358:1 11359:1 11375:1 11393:1 11410:1 11442:1 11475:1 11487:1 11501:2 11512:2 11515:3 11517:1 11526:1 11543:3 11552:1 11559:1 11566:1 11569:1 11573:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:1 11636:1 11646:1 11664:1 11666:1 11678:4 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11850:1 11851:2 11869:1 11871:1 11879:1 11890:1 11892:2 11899:1 11904:1 11907:1 11921:3 11923:1 11926:1 11928:1 11933:1 11946:1 11951:2 11993:2 12026:1 12035:1 12041:1 12045:1 12054:1 12067:5 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:1 12175:2 12196:1 12199:4 12222:1 12228:1 12238:1 12250:1 12253:1 12255:1 12262:1 12265:1 12267:3 12268:1 12273:2 12278:3 12301:1 12303:1 12306:2 12312:1 12316:1 12319:1 12322:4 12326:1 12345:1 12351:1 12363:1 12386:1 12395:1 12398:1 12399:1 12404:4 12407:1 12431:1 12436:2 12449:1 12484:1 12487:1 12509:1 12541:1 12551:1 12564:1 12565:1 12582:1 12629:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12750:1 12756:1 12757:1 12758:2 12765:1 12785:1 12803:1 12804:1 12805:1 12830:1 12847:1 12864:1 12879:2 12881:3 12892:1 12906:1 12937:1 12942:2 12950:1 12964:1 13024:1 13036:3 13046:1 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:2 13254:22 13260:1 13262:1 13267:1 13270:4 13279:1 13304:4 13314:1 13324:2 13327:1 13340:1 13353:1 13356:1 13362:1 13366:1 13390:1 13391:1 13392:1 13399:1 13425:1 13432:1 13444:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13624:1 13627:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:7 13727:1 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:2 13873:2 13885:1 13927:1 13934:1 13936:7 13940:1 13949:1 14034:1 14044:1 14045:1 14054:1 14083:1 14097:3 14101:3 14107:1 14129:1 14135:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14237:1 14241:2 14243:1 14244:1 14246:1 14250:2 14251:1 14252:6 14253:1 14254:1 14256:1 14278:1 14281:1 14282:1 14286:4 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:8 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:3 14538:1 14541:1 14544:3 14548:1 14549:1 14559:6 14562:3 14588:1 14632:2 14640:1 14656:4 14734:1 14737:2 14747:1 14748:1 14750:1 14781:1 14786:1 14828:4 14897:1 14924:1 14926:1 14935:2 14942:2 14945:3 14960:1 14961:1 14973:1 14974:1 15018:1 15033:1 15040:1 15055:1 15056:1 15068:1 15069:2 15073:1 15079:1 15085:1 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15173:1 15187:22 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:3 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15350:1 15363:1 15369:1 15370:1 15392:1 15396:1 15411:1 15414:1 15447:1 15499:1 15519:1 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:1 15611:1 15619:1 15628:1 15634:1 15636:1 15640:7 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15789:1 15792:1 15800:1 15801:1 15824:1 15843:1 15856:1 15864:1 15866:1 15875:1 15886:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16007:2 16010:1 16030:1 16041:1 16046:1 16095:1 16109:1 16125:1 16126:2 16127:2 16151:1 16162:1 16192:4 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16333:2 16356:3 16371:1 16376:1 16387:3 16393:2 16396:1 16407:2 16412:1 16418:1 16430:3 16438:1 16483:1 16485:1 16494:1 16517:4 16519:1 16527:1 16548:1 16557:1 16558:3 16624:1 16640:1 16653:1 16659:1 16662:8 16665:2 16670:1 16706:2 16709:3 16715:1 16737:1 16741:2 16747:2 16748:1 16749:1 16751:2 16769:8 16786:1 16799:1 16820:2 16884:1 16896:1 16899:1 16906:1 16908:1 16915:1 16926:4 16927:2 16935:3 16936:1 16944:1 16945:1 16946:1 16949:1 16970:1 16981:1 16999:2 17005:2 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17131:1 17139:1 17162:1 17174:1 17176:2 17182:1 17228:1 17251:1 17258:1 17271:2 17285:1 17288:1 17289:1 17290:1 17320:1 17324:1 17326:1 17333:1 17353:1 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:29 17573:1 17574:1 17588:1 17591:1 17609:3 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:2 17737:2 17748:1 17763:1 17764:1 17796:1 17801:1 17804:1 17805:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17907:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18075:1 18079:1 18082:1 18083:1 18091:1 18094:1 18127:1 18131:1 18144:1 18146:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:1 18195:1 18250:2 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18332:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18426:1 18431:1 18449:2 18469:1 18474:1 18502:3 18513:4 18538:2 18565:1 18568:1 18591:1 18602:1 18606:4 18613:1 18614:1 18643:3 18662:2 18683:1 18686:1 18690:1 18696:2 18700:1 18707:1 18723:1 18801:1 18802:3 18807:1 18814:1 18847:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:3 19000:1 19003:2 19006:1 19036:1 19048:1 19082:1 19116:5 19128:1 19136:1 19153:1 19162:2 19195:1 19197:2 19212:1 19236:1 19248:1 19263:1 19266:1 19280:1 19316:1 19327:1 19335:1594 19346:1 19359:2 19369:1 19383:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19704:1 19715:1 19716:1 19748:1 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19842:1 19871:2 19872:2 19886:1 19889:1 19932:1 19938:4 19976:3 19980:1 19984:1 20035:1 20037:1 20050:1 20056:1 20078:1 20088:1 20104:1 20114:1 20121:1 20130:1 20143:4 20144:3 20173:1 20179:4 20186:1 20211:2 20244:13 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20324:3 20328:1 20336:2 20346:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:2 20474:1 20499:1 20516:1 20519:1 20557:1 20562:1 20566:1 20575:1 20579:1 20587:1 20595:1 20600:2 20635:1 20655:1 20675:1 20678:1 20679:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:1 20752:1 20767:1 20788:2 20789:5 20795:1 20802:1 20806:1 20816:1 20821:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:2 20879:1 20886:2 20887:3 20890:1 20900:1 20901:1 20907:4 20927:2 20943:1 20953:2 20960:1 20967:2 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21211:1 21252:4 21265:1 21285:1 21286:1 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21399:1 21408:1 21409:1 21413:1 21428:1 21435:2 21464:1 21468:1 21471:1 21495:2 21501:1 21506:2 21509:1 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:1 21662:1 21667:3 21685:2 21693:1 21701:2 21751:1 21770:1 21774:3 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:2 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21913:1 21924:1 21932:1 21946:1 21949:1 21965:1 21968:1 21992:1 21997:1 22011:1 22013:1 22016:3 22029:1 22045:3 22061:1 22071:1 22083:2 22086:1 22095:1 22096:1 22114:1 22120:1 22129:1 22130:1 22132:2 22160:1 22171:2 22176:1 22182:1 22183:2 22187:2 22218:1 22219:1 22236:1 22240:1 22267:1 22282:1 22293:2 22318:1 22337:3 22347:1 22366:1 22385:1 22389:1 22396:1 22400:3 22406:1 22414:4 22419:1 22421:1 22461:1 22469:4 22503:1 22537:1 22540:1 22548:3 22553:1 22557:3 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:1 22737:1 22745:1 22748:1 22749:1 22753:2 22755:3 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 23012:2 23030:1 23034:2 23043:1 23057:1 23072:1 23082:1 23100:1 23105:1 23112:9 23130:1 23134:2 23141:1 23170:1 23175:8 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:1 23422:3 23440:2 23477:3 23518:1 23523:1 23541:1 23548:1 23555:1 23566:1 23573:21 23589:1 23594:2 23595:3 23601:1 23602:1 23608:1 23634:2 23639:1 23641:1 23642:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23724:2 23736:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:3 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:3 24001:1 24002:1 24041:22 24067:2 24069:1 24094:1 24097:1 24111:1 24115:1 24118:1 24123:2 24131:2 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24346:1 24378:1 24391:1 24401:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:1 24580:1 24589:1 24602:1 24669:2 24673:1 24678:1 24692:2 24695:1 24702:1 24713:1 24715:1 24735:1 24743:1 24759:1 24764:1 24785:1 24801:1 24812:1 24813:1 24817:1 24836:1 24845:2 24869:1 24885:3 24888:2 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25018:1 25029:1 25060:3 25061:1 25100:7 25106:1 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:2 25276:2 25315:1 25322:1 25332:1 25337:1 25342:2 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:3 25483:1 25486:1 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25642:1 25643:1 25646:1 25652:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:1 25804:1 25815:1 25837:1 25852:2 25854:2 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26063:2 26064:4 26078:1 26085:1 26088:3 26094:1 26114:1 26115:1 26117:1 26145:2 26152:1 26161:1 26162:1 26169:1 26174:1 26181:2 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26252:1 26259:1 26281:1 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:1 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:3 26479:1 26489:1 26494:1 26505:2 26519:2 26529:1 26533:3 26558:3 26568:1 26588:1 26591:9 26598:2 26605:1 26611:1 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:1 26723:3 26731:1 26748:1 26751:1 26752:1 26770:1 26774:1 26786:2 26819:1 26837:1 26851:1 26863:1 26870:2 26884:1 26897:1 26900:1 26910:1 26921:1 26944:3 26957:1 26974:2 26985:1 26987:1 26994:1 27022:1 27023:1 27031:1 27032:3 27034:1 27042:2 27055:2 27056:1 27059:7 27060:1 27080:1 27097:1 27110:1 27123:1 27149:3 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27198:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:2 27415:1 27443:1 27478:1 27480:1 27503:1 27504:1 27514:2 27523:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27756:2 27759:1 27772:4 27783:1 27798:3 27808:1 27811:1 27834:1 27844:4 27845:1 27847:2 27856:1 27857:1 27862:2 27869:1 27877:2 27888:3 27892:1 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27984:1 27990:1 27995:1 28001:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28056:1 28067:2 28090:2 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28206:1 28208:1 28218:1 28223:3 28250:1 28251:1 28265:1 28274:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28352:1 28356:1 28370:1 28371:3 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:1 28420:1 28421:1 28423:2 28424:1 28434:1 28444:1 28446:1 28458:1 28475:6 28491:3 28519:1 28522:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28754:1 28783:1 28799:3 28800:2 28804:2 28805:1 28810:4 28813:2 28815:1 28816:3 28821:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:1 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29058:1 29061:1 29088:1 29091:1 29094:2 29115:13 29116:1 29121:1 29148:1 29158:5 29207:1 29225:1 29229:2 29245:1 29257:1 29259:1 29263:8 29269:2 29279:1 29283:1 29286:1 29299:1 29301:1 29313:7 29322:1 29355:1 29365:1 29367:1 29372:1 29381:1 29390:1 29400:2 29442:1 29450:2 29505:1 29519:1 29535:26 29536:1 29558:1 29560:4 29564:1 29574:3 29575:2 29606:1 29639:3 29643:7 29644:1 29652:1 29661:1 29665:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:2 29864:2 29876:1 29934:1 29964:1 29970:2 29980:2 29982:1 29984:1 29999:1 30036:1 30041:2 30044:1 30057:2 30082:2 30091:1 30103:1 30134:1 30137:1 30150:1 30154:1 30167:1 30193:1 30195:2 30202:1 30205:2 30231:1 30234:2 30245:6 30265:2 30267:2 30268:2 30277:22 30303:1 30350:1 30352:1 30354:2 30359:2 30360:2 30410:1 30415:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 61:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 177:1 181:1 187:1 191:1 200:1 213:1 219:2 229:1 235:1 258:1 272:2 276:3 277:1 283:1 298:1 299:1 302:1 303:1 333:1 342:1 376:1 377:3 392:1 400:1 407:1 409:1 432:2 437:1 446:1 451:1 471:1 475:1 486:1 497:1 508:2 539:2 543:1 549:1 559:1 585:1 593:1 600:1 613:1 616:1 668:3 672:2 679:1 684:1 704:3 717:23 720:3 723:1 727:1 741:1 749:1 762:1 786:1 796:2 801:2 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 931:3 932:1 947:1 979:3 980:6 984:1 992:5 1006:1 1015:3 1022:1 1029:2 1035:3 1038:5 1043:1 1044:1 1049:1 1056:2 1059:2 1061:2 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:3 1142:1 1201:2 1202:1 1214:1 1256:1 1259:3 1284:1 1313:1 1315:22 1321:1 1329:2 1330:2 1332:1 1334:3 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:1 1493:1 1496:1 1504:1 1510:2 1513:1 1529:1 1536:1 1551:1 1559:2 1570:2 1583:1 1588:1 1603:1 1604:1 1606:2 1609:1 1612:6 1630:1 1636:1 1639:1 1645:1 1672:2 1674:1 1679:1 1698:1 1701:2 1712:1 1725:1 1729:1 1730:1 1731:1 1738:1 1756:1 1764:1 1766:1 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1833:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1919:1 1929:1 1942:1 1945:2 1946:2 1955:1 1971:1 1973:1 1974:3 1977:1 1990:1 1994:2 2001:1 2008:1 2013:2 2019:2 2034:1 2051:1 2059:1 2073:1 2081:1 2084:1 2101:3 2125:1 2135:2 2138:1 2158:1 2176:1 2199:1 2203:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2286:6 2321:1 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2443:2 2444:1 2447:1 2448:3 2454:4 2456:3 2458:4 2462:3 2466:1 2469:1 2471:1 2475:4 2479:1 2483:1 2484:1 2492:1 2493:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2583:1 2584:1 2600:1 2601:2 2608:1 2621:2 2622:2 2624:4 2633:3 2645:1 2648:1 2655:1 2671:3 2689:1 2698:1 2721:1 2728:2 2735:1 2769:2 2776:1 2791:1 2807:1 2819:1 2860:1 2861:2 2874:2 2881:2 2898:1 2900:1 2904:1 2912:3 2914:1 2931:1 2936:1 2939:3 2941:1 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:2 3007:1 3009:4 3017:1 3020:1 3033:2 3036:1 3070:2 3080:1 3085:2 3108:11 3110:23 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:5 3200:2 3204:1 3240:2 3247:1 3251:1 3252:1 3279:1 3286:2 3293:1 3297:1 3323:2 3343:1 3418:1 3432:1 3451:1 3457:1 3476:1 3496:1 3507:1 3510:3 3516:1 3523:1 3549:1 3554:1 3556:2 3567:1 3581:2 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3716:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:1 3936:1 3940:2 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:2 4056:1 4061:1 4064:1 4069:1 4083:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:22 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:2 4273:5 4274:2 4284:2 4322:1 4334:1 4348:1 4358:3 4365:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:2 4469:3 4483:1 4503:1 4526:3 4551:1 4555:2 4559:1 4578:1 4585:2 4590:22 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4753:3 4767:2 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:1 4918:1 4924:3 4934:1 4958:1 4962:5 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:2 5088:1 5089:3 5101:1 5121:1 5126:1 5142:1 5144:1 5155:11 5156:2 5169:1 5172:1 5200:2 5209:2 5217:1 5238:1 5240:1 5249:1 5269:1 5294:3 5296:1 5299:1 5315:3 5316:4 5317:2 5323:4 5329:1 5330:1 5331:3 5340:1 5348:2 5350:5 5352:2 5354:1 5360:1 5384:1 5426:1 5431:1 5517:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5650:1 5674:1 5685:2 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5786:1 5788:1 5793:3 5796:1 5848:1 5867:1 5870:1 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5939:2 5940:1 5942:1 5949:1 5952:1 5954:1 5961:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:1 6124:1 6153:3 6212:1 6222:1 6270:1 6271:1 6274:1 6284:1 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6399:2 6402:1 6409:1 6411:1 6416:1 6422:2 6427:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6515:1 6520:1 6522:1 6527:1 6529:1 6530:3 6534:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6762:4 6764:1 6765:1 6766:1 6767:1 6770:1 6771:1 6772:1 6776:2 6779:6 6787:1 6790:1 6810:1 6839:2 6867:1 6877:1 6908:1 6917:1 6918:1 6926:3 6929:3 6976:1 6989:1 6998:1 7002:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:1 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:2 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:4 7528:1 7533:1 7534:1 7539:1 7551:2 7562:2 7593:1 7628:2 7633:1 7653:1 7663:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7794:1 7823:1 7833:1 7838:1 7845:1 7846:5 7880:6 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:2 8068:8 8069:9 8078:1 8092:1 8094:5 8126:3 8133:1 8146:33 8149:1 8151:1 8155:2 8161:1 8162:1 8168:11 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8222:2 8230:1 8267:4 8281:2 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:3 8357:1 8363:1 8368:1 8387:4 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8647:1 8656:1 8671:1 8674:23 8681:1 8687:1 8691:1 8697:1 8701:1 8703:10 8704:3 8719:1 8723:2 8732:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:27 8813:1 8816:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9001:1 9006:1 9010:1 9015:1 9019:1 9020:3 9021:1 9032:1 9037:1 9042:1 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:1 9197:3 9247:1 9262:1 9265:1 9319:3 9322:1 9345:2 9396:1 9400:2 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:1 9460:1 9466:3 9478:1 9480:1 9481:1 9531:1 9541:1 9571:1 9578:4 9589:2 9597:1 9599:1 9644:1 9668:4 9670:1 9695:2 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:2 9876:1 9892:1 9904:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:1 10004:1 10020:1 10026:1 10042:1 10043:1 10056:2 10057:5 10072:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:2 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:5 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:22 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10502:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10541:1 10571:3 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:1 10633:1 10638:2 10659:2 10661:5 10673:2 10674:1 10675:1 10685:1 10701:3 10722:1 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:5 10813:1 10846:1 10898:2 10906:1 10927:3 10939:1 10950:2 10960:1 10963:1 10964:1 10969:1 10989:1 10994:1 11008:1 11010:3 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11125:1 11132:3 11140:1 11154:1 11156:4 11180:2 11211:2 11235:1 11237:2 11257:1 11258:4 11264:1 11266:3 11275:1 11284:1 11293:1 11305:1 11308:1 11321:1 11328:5 11333:1 11335:1 11343:1 11346:1 11358:1 11359:1 11375:1 11393:1 11410:1 11442:1 11474:1 11475:1 11487:1 11501:2 11512:2 11515:3 11517:1 11526:1 11543:3 11552:1 11559:1 11566:1 11569:1 11573:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:1 11636:1 11646:1 11664:1 11666:1 11678:4 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:1 11851:2 11869:1 11871:2 11879:1 11890:1 11892:2 11899:1 11904:1 11907:1 11920:1 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:2 11993:2 12026:1 12035:1 12041:1 12045:1 12054:1 12067:5 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:2 12175:2 12196:1 12199:4 12222:1 12228:1 12238:2 12250:1 12253:1 12255:1 12262:1 12265:1 12267:4 12268:1 12273:2 12278:4 12301:1 12303:1 12306:2 12312:1 12316:1 12319:1 12322:4 12326:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:2 12449:1 12484:1 12487:1 12509:1 12541:1 12551:1 12564:1 12565:1 12582:1 12629:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12750:1 12756:1 12757:1 12758:2 12765:1 12785:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12864:1 12879:2 12881:3 12892:1 12906:1 12937:1 12942:2 12950:1 12964:1 13024:1 13036:3 13046:1 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:2 13254:23 13260:1 13262:1 13267:1 13270:4 13279:1 13304:5 13314:1 13324:2 13327:1 13340:1 13353:1 13356:1 13362:1 13366:1 13390:1 13391:1 13392:1 13399:1 13425:1 13432:1 13444:1 13449:2 13456:1 13523:1 13536:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13627:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:7 13727:1 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:3 13873:3 13885:1 13927:1 13934:1 13936:8 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:3 14107:1 14124:1 14129:1 14135:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14237:1 14241:2 14243:1 14244:1 14246:1 14250:2 14251:1 14252:6 14253:1 14254:1 14256:1 14276:1 14278:1 14279:1 14281:1 14282:1 14286:4 14294:1 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:9 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:4 14538:1 14541:1 14544:3 14548:1 14549:2 14559:7 14562:3 14588:1 14632:2 14640:1 14656:4 14657:1 14734:1 14737:2 14747:1 14748:1 14750:1 14775:1 14781:1 14786:1 14828:4 14897:1 14899:1 14924:1 14926:1 14928:1 14935:2 14942:2 14945:3 14960:2 14961:1 14973:1 14974:1 15018:1 15033:1 15040:1 15055:1 15056:1 15068:1 15069:2 15073:1 15079:1 15085:1 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15173:1 15187:23 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:4 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15350:1 15351:1 15363:1 15369:1 15370:1 15392:2 15396:1 15411:1 15414:1 15447:1 15449:1 15499:1 15519:1 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:1 15611:1 15619:1 15628:1 15634:1 15636:1 15640:7 15681:1 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15789:2 15792:3 15800:1 15801:1 15824:1 15843:1 15856:1 15864:1 15866:1 15875:1 15886:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:1 16041:1 16046:1 16095:1 16109:1 16125:1 16126:2 16127:2 16151:1 16162:1 16192:4 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16333:2 16349:1 16356:3 16371:1 16376:1 16387:3 16393:2 16396:1 16407:2 16412:1 16418:1 16430:3 16438:1 16483:1 16485:1 16494:1 16517:4 16519:1 16527:1 16548:1 16557:1 16558:3 16568:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:9 16665:2 16670:1 16706:2 16709:3 16715:1 16737:1 16741:2 16747:2 16748:1 16749:1 16751:2 16769:8 16786:1 16799:1 16820:3 16884:1 16896:1 16899:1 16906:1 16908:1 16915:1 16926:4 16927:2 16935:3 16936:1 16944:1 16945:1 16946:1 16949:1 16970:1 16981:1 16999:2 17005:2 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17131:1 17139:1 17162:1 17174:1 17176:2 17182:1 17228:1 17251:1 17258:1 17271:2 17285:1 17288:1 17289:1 17290:1 17320:1 17324:1 17326:1 17333:1 17353:1 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:30 17573:1 17574:1 17588:1 17591:1 17609:3 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:2 17737:2 17748:1 17763:1 17764:1 17796:1 17801:1 17804:1 17805:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17907:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18075:1 18079:1 18082:1 18083:1 18091:1 18094:1 18107:1 18127:1 18131:1 18144:1 18146:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18250:2 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18419:1 18426:1 18431:1 18449:2 18469:2 18474:1 18502:4 18513:4 18538:2 18565:1 18568:1 18591:1 18602:1 18606:5 18613:1 18614:2 18643:3 18662:2 18683:1 18686:1 18690:1 18696:2 18700:1 18707:1 18723:1 18801:1 18802:4 18807:1 18814:1 18847:1 18857:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:3 19000:1 19003:2 19006:1 19036:1 19048:1 19082:1 19116:5 19128:1 19136:1 19153:1 19162:2 19195:1 19197:3 19212:1 19236:1 19248:1 19263:1 19266:1 19280:1 19316:1 19327:1 19335:1658 19346:1 19359:2 19369:1 19383:1 19402:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19516:1 19523:1 19529:1 19543:1 19555:1 19610:1 19678:1 19704:1 19715:1 19716:1 19748:1 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19842:1 19871:2 19872:2 19886:1 19889:1 19932:1 19938:4 19976:3 19980:1 19984:1 20035:1 20037:1 20050:1 20056:1 20078:1 20082:1 20088:1 20104:1 20114:1 20121:1 20130:1 20143:5 20144:3 20173:1 20179:4 20186:1 20211:2 20244:13 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:3 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20446:2 20450:1 20473:2 20474:1 20499:1 20516:1 20519:1 20557:1 20562:1 20566:1 20575:1 20579:1 20587:1 20595:1 20600:2 20635:1 20655:1 20675:1 20678:1 20679:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:1 20752:1 20767:1 20788:2 20789:5 20795:1 20802:1 20806:1 20816:1 20821:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:2 20879:1 20886:2 20887:3 20890:1 20900:1 20901:1 20907:4 20927:2 20943:1 20953:2 20960:1 20967:2 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21211:1 21252:4 21265:1 21285:1 21286:1 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21399:1 21408:1 21409:1 21413:1 21428:1 21435:2 21464:1 21468:1 21471:1 21495:2 21501:1 21506:2 21508:1 21509:1 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:1 21662:1 21667:3 21670:1 21685:2 21693:1 21701:3 21751:1 21770:1 21774:3 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:2 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21913:1 21924:1 21932:1 21946:1 21949:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22011:1 22013:1 22016:3 22029:1 22045:3 22061:1 22071:1 22083:2 22086:1 22095:1 22096:1 22114:1 22120:1 22129:1 22130:1 22132:3 22160:1 22171:2 22176:1 22182:1 22183:2 22187:2 22201:1 22205:1 22218:1 22219:1 22236:1 22240:1 22267:1 22282:1 22293:2 22317:1 22318:1 22337:3 22347:1 22366:1 22385:1 22389:1 22396:1 22400:3 22406:1 22414:4 22419:1 22421:1 22461:1 22469:5 22503:1 22537:1 22540:1 22548:3 22553:1 22556:1 22557:3 22560:1 22570:2 22583:1 22592:1 22608:6 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:1 22737:1 22745:1 22748:1 22749:1 22753:2 22755:3 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 23001:1 23012:2 23030:1 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:1 23112:11 23130:1 23134:2 23141:1 23170:1 23175:8 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23253:1 23282:1 23290:7 23305:1 23319:2 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:3 23440:2 23461:1 23477:3 23518:1 23523:1 23541:1 23548:1 23555:1 23566:1 23573:22 23589:1 23594:2 23595:3 23601:1 23602:1 23608:1 23634:2 23639:2 23641:1 23642:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:3 23736:1 23739:2 23749:1 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:3 24001:1 24002:1 24041:23 24067:2 24069:1 24094:1 24097:1 24111:1 24115:1 24118:2 24123:2 24131:2 24133:1 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24346:1 24378:1 24391:1 24401:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:1 24580:1 24589:1 24602:1 24637:1 24669:2 24673:1 24678:1 24692:2 24695:1 24702:1 24713:1 24715:1 24735:1 24743:1 24759:1 24764:1 24785:1 24793:1 24801:1 24812:1 24813:1 24817:1 24836:1 24845:2 24869:1 24885:3 24888:2 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25100:7 25106:1 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:2 25276:2 25315:1 25322:1 25332:1 25337:1 25342:2 25346:1 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:3 25483:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:1 25804:1 25815:1 25837:1 25852:2 25854:2 25855:2 25858:1 25863:2 25911:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26061:1 26063:2 26064:4 26078:1 26085:3 26088:3 26094:1 26114:1 26115:1 26117:1 26145:2 26152:2 26161:1 26162:1 26169:1 26174:1 26181:2 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26281:3 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:3 26479:2 26489:1 26494:1 26505:2 26519:2 26529:1 26533:3 26558:4 26568:1 26588:1 26591:11 26598:2 26605:1 26611:1 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:1 26723:3 26731:1 26748:1 26751:1 26752:1 26770:1 26774:1 26786:2 26819:1 26837:1 26851:1 26863:1 26870:2 26884:1 26897:1 26900:1 26910:1 26921:1 26944:3 26957:1 26974:2 26985:1 26987:1 26994:1 27022:1 27023:1 27031:1 27032:3 27034:1 27042:2 27055:2 27056:1 27059:7 27060:1 27080:1 27097:1 27110:1 27123:1 27149:4 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27198:1 27209:1 27218:1 27272:2 27326:2 27350:1 27354:1 27360:1 27365:1 27368:1 27412:2 27415:1 27443:1 27478:1 27480:1 27503:1 27504:1 27514:2 27523:1 27528:1 27556:2 27562:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27756:2 27759:1 27772:4 27783:1 27798:3 27808:1 27811:1 27834:1 27844:5 27845:1 27847:2 27856:1 27857:1 27862:2 27869:1 27877:3 27888:3 27892:1 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27984:1 27990:1 27995:1 28001:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28056:1 28067:2 28087:1 28090:2 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28206:1 28208:1 28212:1 28218:1 28223:3 28250:1 28251:1 28265:1 28274:1 28296:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28352:1 28356:1 28370:1 28371:3 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:1 28420:1 28421:1 28423:2 28424:1 28434:1 28444:1 28446:1 28458:1 28475:6 28481:1 28491:4 28519:1 28522:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28754:1 28783:1 28799:3 28800:2 28804:2 28805:1 28810:4 28813:2 28815:1 28816:4 28821:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29047:1 29058:1 29061:1 29088:1 29091:1 29094:2 29115:13 29116:1 29121:1 29148:2 29158:5 29207:1 29225:1 29229:2 29245:1 29257:1 29259:1 29263:8 29269:2 29279:1 29283:1 29286:1 29299:1 29301:1 29313:9 29322:1 29355:1 29365:1 29367:1 29372:1 29381:1 29390:1 29400:2 29442:1 29450:2 29505:1 29519:1 29529:1 29535:27 29536:1 29558:1 29560:4 29564:1 29574:4 29575:2 29606:1 29639:3 29643:8 29644:1 29652:1 29661:1 29665:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:2 29864:2 29876:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29999:1 30036:1 30041:2 30044:1 30057:2 30082:2 30090:1 30091:1 30103:1 30124:1 30134:1 30137:1 30147:1 30150:1 30154:1 30167:1 30193:1 30195:2 30202:1 30205:2 30231:1 30234:2 30245:6 30265:2 30267:2 30268:2 30277:23 30284:1 30303:1 30350:1 30352:1 30354:2 30359:2 30360:4 30410:1 30415:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 61:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 177:1 181:2 187:1 191:1 200:1 213:1 219:2 229:1 235:1 258:1 272:2 276:3 277:1 283:1 298:1 299:1 302:1 303:1 333:1 342:1 376:1 377:3 392:1 400:1 407:1 409:1 432:2 437:1 446:1 451:1 471:1 475:1 486:1 497:1 508:2 539:2 543:1 549:1 559:1 585:1 593:1 600:1 613:1 616:1 668:3 672:2 679:1 684:1 704:3 717:24 720:3 723:1 727:1 741:1 749:1 762:1 786:1 796:2 801:2 809:1 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:1 931:3 932:1 947:1 979:3 980:6 983:1 984:1 992:5 1006:1 1015:3 1022:1 1029:2 1035:3 1038:5 1043:1 1044:2 1049:1 1056:2 1059:2 1061:2 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:3 1142:1 1201:2 1202:1 1214:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:23 1321:1 1329:2 1330:2 1332:1 1334:3 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:1 1493:1 1496:1 1504:1 1510:2 1513:1 1529:1 1536:1 1551:1 1559:2 1570:2 1583:1 1588:1 1603:1 1604:1 1606:2 1609:1 1612:6 1626:1 1630:1 1636:1 1639:1 1645:1 1672:2 1674:1 1679:1 1698:1 1701:2 1712:1 1713:1 1725:1 1729:1 1730:1 1731:1 1738:1 1756:1 1761:1 1764:1 1766:1 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1833:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1919:1 1929:1 1942:1 1945:2 1946:2 1955:1 1971:1 1973:1 1974:3 1977:1 1990:1 1994:2 2001:1 2008:1 2013:2 2019:2 2031:1 2034:1 2051:1 2059:1 2073:1 2081:1 2084:1 2101:3 2125:1 2135:2 2138:1 2158:1 2176:1 2198:1 2199:1 2203:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2286:7 2321:1 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2443:2 2444:1 2447:1 2448:4 2454:4 2456:3 2458:5 2462:3 2466:1 2469:1 2471:1 2475:4 2479:1 2483:1 2484:1 2492:1 2493:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2583:1 2584:1 2600:1 2601:3 2608:1 2621:2 2622:2 2624:4 2633:3 2645:1 2648:1 2655:1 2671:3 2689:1 2698:1 2721:1 2728:2 2735:1 2769:2 2776:1 2791:1 2807:1 2819:1 2860:1 2861:2 2874:2 2881:2 2898:1 2900:1 2904:1 2912:3 2914:1 2931:1 2936:1 2939:3 2941:2 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:2 3007:1 3009:4 3017:1 3020:1 3033:2 3036:1 3070:2 3080:1 3085:2 3108:12 3110:24 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:5 3200:2 3204:1 3240:2 3247:1 3251:1 3252:1 3279:1 3286:2 3293:1 3297:1 3323:2 3343:1 3418:1 3432:1 3451:1 3457:1 3476:1 3496:1 3507:1 3510:3 3516:1 3523:1 3549:1 3554:1 3556:2 3567:1 3581:2 3651:1 3655:1 3679:1 3683:1 3701:1 3703:1 3711:1 3712:1 3716:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:1 3936:1 3940:2 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:2 4056:1 4061:1 4064:1 4069:2 4083:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:23 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:2 4273:5 4274:2 4284:2 4322:1 4334:1 4348:1 4358:3 4365:1 4377:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:2 4469:3 4483:1 4503:1 4526:3 4551:1 4555:2 4557:1 4559:1 4566:1 4578:1 4585:2 4590:23 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4715:1 4753:3 4767:2 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:1 4918:1 4924:3 4934:1 4958:1 4962:5 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:2 5088:1 5089:3 5101:1 5121:1 5126:1 5142:1 5144:1 5155:11 5156:2 5169:1 5172:1 5200:2 5209:2 5217:1 5238:1 5240:1 5249:1 5269:1 5294:3 5296:1 5299:1 5315:3 5316:4 5317:2 5323:4 5329:1 5330:2 5331:3 5340:1 5348:2 5350:5 5352:2 5354:1 5360:1 5384:1 5426:1 5431:2 5517:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5650:1 5674:1 5685:2 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5786:1 5788:1 5793:3 5796:1 5848:1 5867:1 5870:1 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5939:2 5940:1 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:1 6124:1 6153:3 6212:1 6222:1 6270:1 6271:1 6274:1 6284:1 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6399:2 6402:1 6409:1 6411:1 6416:1 6422:2 6427:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6515:1 6516:1 6520:1 6522:1 6527:1 6529:1 6530:3 6534:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6762:4 6764:1 6765:1 6766:1 6767:1 6770:1 6771:1 6772:1 6776:2 6779:6 6787:1 6790:1 6810:1 6839:2 6867:1 6877:1 6908:1 6917:1 6918:1 6926:3 6929:3 6976:1 6989:1 6998:1 7002:1 7009:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:2 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:5 7528:1 7533:1 7534:1 7539:1 7551:2 7562:2 7579:1 7593:1 7628:2 7633:1 7653:1 7663:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7794:1 7823:1 7833:1 7838:1 7845:1 7846:5 7880:6 7882:1 7886:1 7918:1 7919:2 7931:1 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:2 8068:8 8069:9 8078:1 8092:1 8093:1 8094:5 8126:3 8133:1 8146:35 8149:1 8151:1 8155:2 8161:1 8162:1 8168:12 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8222:2 8230:1 8267:4 8281:2 8296:1 8315:1 8317:2 8332:2 8342:1 8350:1 8355:3 8357:1 8363:1 8368:1 8387:4 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8647:1 8656:1 8671:1 8674:24 8681:1 8687:1 8691:1 8697:1 8701:1 8703:10 8704:3 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:28 8813:1 8816:1 8884:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9001:2 9006:1 9010:1 9015:1 9019:1 9020:3 9021:1 9032:1 9037:1 9042:1 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:1 9197:3 9247:1 9262:1 9265:1 9319:3 9322:1 9345:2 9396:1 9400:2 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:1 9460:1 9466:3 9478:1 9480:1 9481:1 9531:1 9534:1 9541:1 9571:1 9578:5 9589:2 9597:1 9599:1 9644:1 9668:4 9670:1 9695:2 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:2 9876:1 9892:1 9904:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:1 10004:1 10020:1 10025:1 10026:1 10042:1 10043:1 10056:2 10057:6 10072:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:2 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:23 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10502:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10541:1 10571:3 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:1 10633:1 10638:2 10659:2 10661:5 10673:2 10674:1 10675:1 10685:1 10701:3 10722:1 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:5 10813:1 10846:1 10898:2 10906:1 10927:3 10939:1 10950:2 10960:1 10963:1 10964:1 10969:1 10981:1 10989:1 10994:1 11008:1 11010:3 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11125:1 11132:3 11140:1 11154:1 11156:4 11180:2 11211:2 11235:1 11237:2 11257:1 11258:4 11264:1 11266:3 11275:1 11284:1 11293:1 11305:1 11308:1 11314:1 11321:1 11328:5 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:1 11393:1 11410:1 11442:1 11474:1 11475:1 11487:1 11501:2 11512:2 11515:3 11517:1 11526:1 11531:1 11543:3 11552:1 11559:1 11566:1 11569:1 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:1 11636:1 11646:1 11664:1 11666:1 11678:5 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:1 11851:2 11869:1 11871:2 11879:1 11890:1 11892:2 11899:1 11904:1 11907:1 11920:1 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:2 11993:2 12017:1 12026:1 12035:1 12041:1 12045:1 12051:1 12054:1 12067:5 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:2 12175:2 12196:1 12199:5 12222:1 12228:1 12238:2 12250:1 12253:1 12255:1 12262:1 12265:1 12267:4 12268:1 12273:2 12276:1 12278:4 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:5 12326:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:2 12449:1 12484:1 12487:1 12509:1 12541:1 12551:1 12564:1 12565:1 12582:1 12629:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12750:1 12756:1 12757:1 12758:2 12765:1 12785:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:3 12892:1 12906:1 12937:1 12942:2 12950:1 12964:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:2 13254:24 13260:1 13262:1 13267:1 13270:4 13279:1 13304:5 13314:1 13324:2 13327:1 13340:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:1 13391:1 13392:1 13399:1 13425:1 13432:1 13444:1 13449:2 13456:1 13523:1 13536:1 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13627:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:7 13727:1 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:3 13873:3 13885:1 13927:1 13934:1 13936:9 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:3 14107:1 14124:1 14129:1 14135:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14237:1 14241:2 14243:1 14244:1 14246:1 14250:2 14251:1 14252:7 14253:1 14254:1 14256:1 14276:1 14278:1 14279:1 14281:1 14282:1 14286:4 14294:1 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:9 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:4 14538:1 14541:1 14544:3 14548:1 14549:2 14559:8 14562:3 14588:1 14632:2 14640:1 14656:4 14657:1 14734:1 14737:2 14747:1 14748:1 14750:1 14775:1 14781:1 14786:1 14828:4 14897:1 14899:1 14924:1 14926:1 14928:1 14935:2 14942:2 14945:3 14960:2 14961:1 14973:1 14974:1 15018:1 15033:1 15039:1 15040:1 15055:1 15056:1 15068:1 15069:2 15073:1 15079:1 15085:1 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15173:1 15187:24 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:4 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15350:1 15351:1 15363:1 15369:1 15370:1 15392:2 15396:1 15411:1 15414:1 15447:1 15449:1 15450:1 15499:1 15519:1 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:1 15611:1 15619:1 15628:1 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15789:2 15792:3 15800:1 15801:1 15824:1 15843:1 15856:1 15864:1 15866:1 15875:1 15886:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:1 16041:1 16046:1 16082:1 16095:1 16109:1 16125:1 16126:2 16127:2 16151:1 16162:1 16192:4 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16333:2 16349:1 16356:3 16371:1 16376:1 16387:3 16393:2 16396:1 16407:3 16412:1 16418:1 16430:3 16438:1 16483:1 16485:1 16494:1 16517:4 16519:1 16527:1 16538:1 16548:1 16557:1 16558:3 16568:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:10 16665:2 16670:1 16706:2 16709:3 16715:1 16737:1 16741:2 16747:2 16748:1 16749:1 16751:2 16769:8 16786:1 16799:1 16820:3 16884:1 16896:1 16899:1 16906:1 16908:1 16915:1 16926:4 16927:2 16935:3 16936:1 16944:1 16945:1 16946:1 16949:1 16970:1 16981:1 16999:2 17005:2 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17131:1 17139:1 17162:1 17174:1 17176:2 17182:1 17228:1 17251:1 17258:1 17271:2 17285:1 17288:1 17289:1 17290:1 17320:1 17324:1 17326:1 17333:1 17353:1 17360:1 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17522:1 17539:1 17550:1 17565:31 17573:1 17574:1 17588:1 17591:1 17609:3 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:2 17737:2 17748:1 17763:1 17764:1 17796:1 17801:1 17804:1 17805:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17907:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18075:1 18079:1 18082:1 18083:1 18091:1 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18250:2 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18419:1 18426:1 18431:1 18449:2 18469:2 18474:1 18502:4 18513:4 18538:2 18565:1 18568:1 18591:1 18602:1 18606:5 18613:1 18614:2 18643:3 18662:2 18683:1 18686:1 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18801:1 18802:4 18807:1 18808:1 18814:1 18847:1 18857:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:3 19000:1 19003:2 19006:1 19036:1 19048:1 19082:1 19116:5 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:3 19212:1 19236:1 19248:1 19263:1 19266:1 19280:1 19316:1 19322:1 19327:1 19335:1726 19346:1 19359:2 19369:1 19383:1 19402:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:1 19678:1 19704:1 19715:1 19716:1 19748:1 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19842:1 19871:2 19872:2 19886:1 19889:1 19932:1 19938:4 19976:3 19980:1 19984:1 19995:1 20035:1 20037:1 20050:1 20056:1 20078:1 20082:1 20088:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:5 20144:3 20173:1 20179:4 20186:1 20211:2 20225:1 20244:14 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:3 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20446:2 20450:1 20466:1 20467:1 20473:2 20474:1 20499:1 20516:1 20519:1 20557:1 20562:1 20566:1 20575:1 20579:1 20587:1 20595:1 20600:2 20635:1 20655:1 20675:1 20678:1 20679:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:1 20752:1 20767:1 20788:2 20789:5 20795:1 20802:1 20806:1 20816:1 20821:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:3 20879:1 20886:2 20887:3 20890:1 20900:1 20901:1 20907:4 20927:2 20943:2 20953:2 20960:1 20967:3 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:3 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21206:1 21211:1 21252:5 21265:1 21285:1 21286:1 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:1 21413:1 21428:1 21435:2 21464:1 21468:1 21471:1 21495:2 21501:1 21506:2 21508:1 21509:1 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:1 21662:1 21667:3 21670:1 21685:2 21693:1 21701:3 21751:1 21770:1 21774:3 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:2 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21913:1 21924:1 21932:1 21946:1 21949:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:1 22013:1 22016:3 22029:2 22045:3 22061:1 22071:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22126:1 22129:1 22130:1 22132:3 22160:1 22171:2 22176:1 22182:1 22183:2 22187:2 22201:1 22205:1 22218:1 22219:1 22236:1 22240:1 22267:1 22282:1 22293:2 22303:1 22317:1 22318:1 22337:3 22347:1 22366:1 22385:1 22389:1 22396:1 22400:3 22406:1 22414:4 22419:1 22421:1 22461:1 22469:5 22503:1 22537:1 22540:1 22548:3 22553:1 22556:1 22557:3 22560:1 22570:2 22583:1 22592:1 22607:1 22608:6 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:1 22737:1 22745:1 22748:1 22749:1 22753:4 22755:3 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:1 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 23001:1 23012:2 23025:1 23030:1 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:1 23112:11 23130:1 23134:2 23141:1 23170:1 23175:8 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23251:2 23253:1 23282:1 23290:7 23305:1 23319:3 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:3 23440:2 23461:1 23477:3 23518:1 23523:1 23541:1 23548:1 23555:1 23566:1 23573:23 23589:1 23594:2 23595:3 23601:1 23602:1 23608:1 23634:2 23639:2 23641:1 23642:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:3 23736:1 23739:2 23749:2 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:3 24001:1 24002:1 24041:24 24067:2 24069:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24123:2 24131:2 24133:1 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24346:1 24378:1 24391:1 24401:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:1 24580:1 24589:1 24602:1 24637:1 24669:2 24673:1 24678:1 24692:2 24695:1 24702:1 24713:1 24715:1 24735:1 24743:1 24751:1 24759:1 24764:1 24785:1 24793:1 24801:1 24812:1 24813:1 24817:1 24836:1 24845:2 24860:1 24869:1 24885:3 24888:2 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25100:7 25106:1 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:2 25268:1 25276:2 25315:1 25322:1 25332:1 25337:1 25342:2 25346:1 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:3 25483:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:2 25804:1 25815:1 25837:1 25852:2 25854:2 25855:2 25858:1 25863:2 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26061:1 26063:2 26064:5 26078:1 26085:3 26088:3 26094:1 26114:2 26115:1 26117:1 26145:2 26152:2 26161:1 26162:1 26169:1 26174:1 26181:2 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26281:3 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26333:2 26354:1 26365:1 26368:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:3 26479:2 26489:1 26494:1 26505:2 26519:2 26529:2 26533:3 26558:4 26568:1 26582:1 26588:1 26591:11 26598:2 26605:1 26611:1 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26731:1 26748:1 26751:1 26752:1 26770:1 26774:1 26786:2 26819:1 26837:1 26851:1 26863:1 26870:2 26884:1 26897:1 26900:1 26910:1 26921:1 26944:3 26957:1 26974:2 26985:1 26987:1 26994:1 27022:1 27023:1 27031:1 27032:4 27034:1 27042:2 27055:2 27056:1 27059:7 27060:1 27080:2 27097:1 27110:1 27115:1 27123:1 27149:4 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27198:1 27209:1 27218:1 27272:2 27326:3 27350:1 27354:1 27360:1 27365:1 27368:1 27412:2 27415:1 27440:1 27443:1 27478:1 27480:2 27503:1 27504:1 27514:2 27523:1 27528:1 27556:2 27558:1 27562:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27756:2 27759:1 27772:4 27783:1 27798:3 27808:1 27811:2 27834:1 27844:5 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:1 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27984:1 27990:1 27995:1 28001:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:3 28047:2 28054:1 28055:1 28056:1 28067:2 28087:1 28090:2 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28206:1 28208:1 28212:1 28218:1 28223:3 28250:1 28251:1 28265:1 28274:1 28281:1 28296:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28352:2 28356:1 28370:1 28371:3 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:1 28420:2 28421:1 28423:2 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28799:3 28800:2 28804:2 28805:1 28810:4 28813:2 28815:1 28816:4 28817:1 28821:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29047:1 29058:1 29061:1 29085:1 29088:1 29091:1 29094:2 29115:13 29116:1 29118:1 29121:1 29148:2 29158:6 29207:1 29225:1 29229:2 29245:1 29257:1 29259:1 29263:8 29269:2 29279:1 29283:1 29286:1 29299:1 29301:1 29313:9 29322:1 29355:1 29365:1 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29505:1 29519:1 29529:1 29535:28 29536:1 29558:1 29560:4 29564:1 29574:4 29575:2 29606:1 29639:3 29643:8 29644:1 29652:1 29661:1 29665:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:2 29864:2 29876:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29999:1 30036:1 30041:2 30044:1 30057:2 30082:2 30090:1 30091:1 30103:1 30124:1 30134:1 30137:1 30147:1 30150:1 30154:1 30167:1 30193:1 30195:2 30202:1 30205:2 30231:1 30234:2 30245:6 30265:2 30267:2 30268:2 30277:24 30284:1 30303:1 30327:1 30350:1 30352:1 30354:2 30359:2 30360:4 30410:2 30415:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 61:1 68:1 85:1 94:2 96:1 97:2 110:1 128:1 151:2 159:1 170:1 177:1 181:2 187:1 191:1 200:1 213:1 219:2 229:1 235:1 258:2 272:2 276:3 277:1 283:1 298:1 299:1 302:1 303:1 333:1 342:1 376:1 377:3 392:1 400:1 407:1 409:1 432:2 437:1 446:1 451:1 471:1 475:1 486:1 497:1 508:2 539:2 543:1 549:1 559:1 585:1 593:1 600:1 613:1 616:1 668:3 672:2 679:1 684:1 704:3 717:25 720:3 723:1 727:1 741:1 749:1 762:1 786:1 796:2 801:2 809:1 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:2 931:3 932:1 947:1 979:3 980:6 983:2 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:5 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:3 1142:1 1201:2 1202:1 1214:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:24 1321:1 1329:2 1330:2 1332:1 1334:3 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:2 1493:1 1496:1 1504:1 1510:2 1513:1 1529:1 1536:1 1551:1 1559:2 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:2 1609:1 1612:6 1626:1 1630:1 1636:1 1639:1 1645:1 1672:2 1674:1 1679:1 1698:1 1701:2 1712:1 1713:1 1725:1 1729:1 1730:1 1731:1 1738:2 1756:1 1761:1 1764:1 1766:1 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1833:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1990:1 1994:2 2001:1 2008:1 2013:2 2019:2 2031:1 2034:1 2051:1 2059:1 2073:1 2081:1 2084:1 2101:4 2125:1 2135:2 2138:1 2158:1 2176:1 2198:1 2199:1 2203:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2286:8 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2443:2 2444:1 2447:1 2448:4 2454:6 2456:3 2458:5 2462:3 2466:1 2469:1 2471:1 2475:4 2479:2 2483:1 2484:1 2492:1 2493:1 2514:1 2524:2 2525:1 2532:3 2557:2 2561:1 2562:1 2583:1 2584:1 2600:2 2601:3 2608:2 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:3 2687:1 2689:1 2698:1 2721:1 2728:2 2729:1 2735:1 2769:2 2776:1 2791:1 2807:1 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:1 2898:1 2900:1 2904:1 2912:3 2914:1 2931:1 2936:1 2939:3 2941:2 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:2 3007:1 3009:4 3017:1 3020:2 3033:2 3036:1 3070:2 3080:1 3085:2 3108:12 3110:25 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:6 3200:2 3204:1 3214:1 3240:2 3247:1 3251:1 3252:1 3279:1 3286:3 3293:1 3297:1 3323:2 3343:1 3418:1 3432:1 3451:1 3457:1 3476:1 3494:1 3496:1 3507:1 3510:3 3516:1 3523:1 3549:1 3554:1 3556:2 3567:1 3581:2 3651:1 3655:1 3679:1 3683:1 3694:1 3701:1 3703:1 3711:1 3712:1 3716:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:1 3936:1 3940:2 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:2 4056:1 4061:1 4064:1 4069:2 4083:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:24 4148:2 4165:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:2 4273:5 4274:2 4284:2 4322:1 4334:1 4348:1 4358:3 4365:1 4377:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:2 4469:3 4483:1 4503:1 4526:3 4551:1 4555:2 4557:1 4559:1 4566:1 4578:1 4585:2 4590:24 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4715:1 4753:3 4767:2 4771:1 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:1 4918:1 4924:3 4934:1 4958:1 4962:5 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:2 5088:1 5089:3 5101:1 5121:1 5126:1 5142:2 5144:1 5155:12 5156:2 5169:1 5172:1 5200:3 5209:2 5217:1 5238:1 5240:1 5249:1 5269:1 5294:3 5296:1 5299:2 5315:4 5316:4 5317:2 5323:5 5329:1 5330:2 5331:3 5332:1 5340:1 5348:2 5350:5 5352:3 5354:1 5360:1 5384:1 5426:1 5431:2 5517:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5650:1 5674:1 5685:3 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:1 5786:1 5788:1 5793:3 5796:1 5848:1 5867:1 5870:1 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5939:2 5940:1 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5964:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:1 6124:1 6153:3 6212:1 6222:1 6270:1 6271:1 6274:1 6284:1 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6387:1 6399:2 6402:1 6409:1 6411:1 6416:1 6421:1 6422:2 6427:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6515:1 6516:1 6520:1 6522:1 6527:1 6529:1 6530:3 6534:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:1 6770:1 6771:1 6772:1 6776:3 6779:6 6787:1 6790:1 6810:1 6833:1 6839:2 6867:1 6877:1 6908:1 6917:1 6918:1 6926:3 6929:3 6946:1 6976:1 6989:1 6998:1 7002:1 7009:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:2 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:5 7528:1 7533:1 7534:1 7539:1 7551:2 7562:2 7579:1 7593:1 7628:2 7633:1 7653:1 7663:1 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7794:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:6 7882:1 7886:1 7918:1 7919:2 7931:1 7945:1 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:2 8068:9 8069:9 8078:1 8092:1 8093:1 8094:5 8126:3 8133:2 8137:1 8146:38 8149:1 8151:1 8155:2 8161:1 8162:1 8168:12 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8222:2 8230:1 8267:4 8281:2 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:3 8357:1 8363:1 8368:1 8387:5 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8646:1 8647:1 8656:1 8671:1 8674:25 8681:1 8687:1 8691:1 8697:1 8701:1 8703:10 8704:3 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8751:2 8771:1 8781:1 8786:1 8800:29 8813:1 8816:1 8849:1 8884:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9001:2 9006:1 9010:1 9015:1 9019:1 9020:3 9021:1 9032:1 9037:1 9042:1 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:1 9197:3 9247:1 9262:1 9265:1 9319:3 9322:1 9345:2 9396:1 9400:2 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:1 9460:1 9466:3 9478:1 9480:1 9481:1 9527:2 9531:1 9534:1 9538:1 9541:1 9571:1 9578:5 9589:3 9597:1 9599:1 9644:1 9668:4 9670:1 9695:2 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9841:2 9852:4 9859:2 9865:2 9876:1 9879:1 9892:1 9904:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:1 10004:1 10020:1 10025:1 10026:1 10042:1 10043:1 10056:2 10057:7 10072:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:2 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:24 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10502:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10541:1 10571:3 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:1 10633:1 10638:2 10645:1 10659:3 10661:5 10673:2 10674:1 10675:1 10685:1 10701:3 10722:1 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:5 10813:1 10846:1 10898:2 10901:1 10906:1 10927:4 10939:1 10950:2 10960:1 10963:1 10964:1 10969:1 10981:1 10989:1 10994:1 11008:1 11010:4 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11125:1 11132:3 11140:1 11154:1 11156:4 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:4 11264:1 11266:3 11275:1 11284:1 11293:1 11305:1 11308:1 11314:1 11321:1 11328:5 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:1 11393:1 11410:1 11442:1 11474:1 11475:1 11487:1 11501:2 11503:1 11512:2 11515:3 11517:1 11526:1 11531:1 11543:3 11552:1 11559:1 11566:1 11569:1 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:1 11636:1 11646:1 11664:1 11666:1 11678:5 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:1 11851:2 11869:1 11871:2 11879:2 11890:1 11891:1 11892:2 11899:1 11904:1 11907:1 11920:1 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:2 11953:1 11993:2 12017:1 12026:1 12035:1 12041:1 12045:1 12051:1 12054:1 12067:6 12080:2 12081:1 12103:1 12109:1 12126:1 12135:1 12148:1 12161:2 12175:2 12196:1 12199:5 12222:1 12228:1 12238:2 12250:1 12253:1 12255:1 12262:1 12265:1 12267:5 12268:1 12273:2 12276:1 12278:4 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:5 12326:1 12327:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:2 12449:1 12484:1 12487:1 12509:1 12541:1 12551:1 12564:1 12565:1 12582:1 12629:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12750:1 12756:1 12757:1 12758:2 12765:1 12785:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:4 12892:1 12906:1 12937:1 12942:2 12950:1 12964:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:2 13254:25 13260:1 13262:1 13267:1 13270:4 13279:1 13304:5 13314:1 13324:2 13327:1 13340:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:1 13391:1 13392:1 13399:1 13425:1 13432:1 13444:1 13449:2 13456:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13627:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:8 13727:1 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:3 13873:3 13885:1 13927:1 13934:1 13936:10 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:3 14107:2 14124:1 14129:1 14134:1 14135:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14237:1 14241:2 14243:2 14244:1 14246:1 14250:2 14251:1 14252:8 14253:1 14254:1 14256:2 14276:1 14278:1 14279:1 14281:1 14282:1 14286:5 14294:1 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14479:1 14513:1 14515:2 14522:4 14538:1 14541:1 14544:3 14548:1 14549:2 14559:9 14562:4 14588:1 14632:2 14640:1 14656:4 14657:1 14734:1 14737:2 14747:1 14748:1 14750:1 14775:2 14781:1 14786:1 14828:4 14897:1 14899:1 14924:1 14926:1 14928:1 14935:2 14942:2 14945:3 14960:2 14961:1 14973:1 14974:1 15018:1 15033:1 15039:1 15040:1 15055:1 15056:1 15068:1 15069:2 15073:1 15079:1 15085:1 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15114:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15173:1 15187:25 15199:2 15202:1 15204:1 15211:1 15216:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:2 15396:1 15411:1 15414:1 15447:1 15449:1 15450:1 15499:1 15519:1 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:1 15611:1 15619:1 15628:1 15633:1 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15789:2 15792:3 15800:1 15801:1 15824:1 15843:1 15856:1 15864:1 15866:1 15875:1 15886:2 15926:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:1 16041:1 16046:1 16063:1 16082:1 16095:1 16109:1 16125:1 16126:2 16127:2 16151:1 16162:1 16192:4 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16333:2 16349:1 16356:4 16371:1 16376:1 16387:5 16393:2 16396:1 16407:3 16412:1 16418:1 16430:3 16438:1 16483:1 16485:1 16492:2 16494:1 16517:4 16519:1 16527:1 16538:1 16548:1 16557:1 16558:3 16568:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:11 16665:2 16670:1 16706:2 16709:3 16715:2 16737:1 16741:2 16747:2 16748:1 16749:1 16751:2 16769:9 16786:1 16799:1 16820:3 16884:1 16896:1 16899:1 16906:1 16908:1 16915:1 16926:4 16927:2 16935:3 16936:1 16944:1 16945:1 16946:1 16949:1 16970:1 16981:1 16999:2 17005:2 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:1 17131:1 17139:1 17162:1 17174:1 17176:2 17182:1 17228:1 17251:2 17258:1 17271:2 17285:1 17288:1 17289:1 17290:1 17320:1 17324:1 17326:1 17333:1 17353:1 17360:1 17362:1 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17565:32 17573:1 17574:1 17588:1 17591:1 17609:3 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:2 17737:2 17748:1 17763:1 17764:1 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17907:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18075:1 18079:1 18082:1 18083:1 18091:1 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18250:2 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18419:1 18426:1 18431:1 18449:2 18469:2 18474:2 18502:4 18513:4 18538:2 18565:1 18568:1 18591:1 18602:1 18606:5 18613:1 18614:2 18643:3 18662:2 18683:1 18686:1 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18801:1 18802:4 18807:1 18808:1 18814:1 18847:1 18857:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:3 19000:1 19003:2 19006:1 19036:2 19048:1 19082:1 19116:5 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19212:1 19236:1 19248:1 19263:1 19266:1 19280:1 19316:1 19322:1 19327:1 19335:1798 19346:1 19359:2 19369:1 19383:1 19402:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:1 19678:1 19704:1 19715:1 19716:1 19748:1 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19842:1 19871:2 19872:2 19886:1 19889:1 19932:1 19938:4 19976:3 19980:1 19984:1 19995:1 20035:1 20037:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:5 20144:3 20173:1 20179:4 20186:1 20211:2 20225:1 20244:14 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:4 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20446:2 20450:1 20466:1 20467:1 20473:2 20474:1 20499:1 20516:1 20519:1 20557:1 20562:1 20566:1 20575:1 20579:1 20587:1 20595:1 20600:4 20635:1 20655:1 20675:1 20678:1 20679:1 20681:1 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:1 20752:1 20767:1 20788:2 20789:5 20795:1 20802:1 20806:1 20816:1 20821:1 20831:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:3 20879:1 20886:2 20887:3 20890:1 20900:1 20901:1 20907:4 20927:2 20943:2 20947:1 20953:2 20960:1 20967:3 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:4 21062:2 21079:1 21080:1 21086:1 21124:1 21152:1 21193:1 21196:1 21206:1 21211:1 21252:5 21265:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21464:1 21468:1 21471:1 21495:2 21496:1 21501:1 21506:2 21508:1 21509:1 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:1 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:1 21662:1 21667:3 21670:2 21685:2 21693:1 21701:3 21751:1 21770:1 21774:4 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:2 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:1 21893:1 21913:1 21924:1 21932:1 21946:1 21949:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:1 22013:1 22016:3 22029:2 22045:3 22061:1 22071:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22126:1 22129:1 22130:1 22132:3 22153:1 22160:1 22171:2 22176:1 22182:1 22183:2 22187:2 22201:1 22205:1 22218:1 22219:1 22236:1 22240:1 22267:1 22282:1 22293:3 22303:1 22317:1 22318:1 22337:3 22347:1 22366:1 22385:1 22389:1 22396:1 22400:3 22406:1 22414:4 22419:1 22421:1 22461:1 22469:5 22503:1 22536:1 22537:1 22540:1 22548:4 22553:1 22556:1 22557:3 22560:1 22570:2 22583:1 22592:1 22607:1 22608:7 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:1 22737:1 22745:1 22748:1 22749:1 22753:4 22755:4 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:2 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 22988:1 23001:1 23012:3 23025:1 23030:1 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:11 23130:1 23134:2 23141:1 23170:1 23175:9 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23251:2 23253:1 23282:1 23290:7 23305:1 23319:3 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:4 23440:2 23461:1 23477:3 23518:1 23523:1 23541:1 23548:1 23555:1 23566:1 23573:24 23589:1 23594:2 23595:3 23601:1 23602:1 23608:1 23634:2 23639:2 23641:1 23642:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:3 23736:1 23739:2 23749:2 23758:4 23764:1 23768:1 23795:1 23867:1 23872:1 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:3 24001:1 24002:1 24041:25 24067:2 24069:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24123:2 24131:2 24133:1 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24346:1 24378:1 24391:1 24401:1 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24669:2 24673:1 24678:1 24692:2 24695:1 24702:1 24713:1 24715:1 24735:1 24743:1 24751:1 24759:1 24764:1 24785:1 24793:1 24801:1 24812:1 24813:1 24817:1 24836:1 24845:2 24860:1 24869:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25100:7 25106:1 25132:1 25135:1 25136:1 25140:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:3 25268:1 25276:2 25315:1 25322:1 25332:1 25337:1 25342:2 25346:1 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:3 25483:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25687:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:3 25804:1 25815:1 25837:1 25852:3 25854:2 25855:2 25858:1 25863:2 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:5 26078:1 26085:5 26088:3 26094:1 26114:2 26115:1 26117:1 26145:2 26152:2 26161:1 26162:1 26169:1 26174:1 26181:2 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26281:3 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26354:1 26365:1 26368:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:1 26463:2 26476:3 26479:2 26489:1 26494:1 26505:2 26519:2 26529:2 26533:3 26558:4 26568:1 26582:1 26588:1 26591:11 26598:2 26605:1 26611:1 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26731:1 26747:1 26748:1 26751:1 26752:1 26770:1 26774:1 26786:2 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26870:2 26884:1 26897:1 26900:1 26910:1 26921:1 26944:3 26957:1 26974:2 26985:1 26987:1 26994:1 26996:1 27022:1 27023:1 27031:1 27032:4 27034:1 27042:2 27055:2 27056:1 27059:7 27060:1 27080:2 27097:1 27110:1 27115:1 27123:1 27149:5 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27218:1 27272:2 27303:1 27326:3 27350:1 27354:1 27360:1 27365:1 27368:1 27412:2 27415:1 27440:1 27443:1 27478:1 27480:2 27503:1 27504:1 27514:2 27523:1 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:3 27808:1 27811:2 27834:1 27844:5 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:1 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:1 27990:1 27995:1 28001:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:4 28047:2 28054:1 28055:1 28056:1 28067:2 28087:1 28090:2 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28206:1 28208:1 28212:1 28218:1 28223:5 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28296:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28352:2 28356:1 28370:1 28371:3 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:1 28420:2 28421:1 28423:2 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28799:3 28800:2 28804:2 28805:1 28810:4 28813:2 28815:1 28816:4 28817:1 28821:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29047:1 29058:1 29061:1 29072:1 29085:1 29088:1 29091:1 29094:2 29115:13 29116:1 29118:1 29121:1 29148:2 29158:6 29180:1 29207:1 29225:1 29229:2 29245:1 29257:1 29259:1 29260:1 29263:8 29269:2 29279:1 29283:1 29286:1 29299:1 29301:1 29313:10 29322:1 29355:1 29365:1 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29505:1 29519:1 29529:1 29535:29 29536:1 29558:1 29560:4 29564:1 29573:1 29574:5 29575:2 29606:1 29639:3 29643:8 29644:1 29652:1 29661:1 29665:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:3 29864:2 29876:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29999:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30090:1 30091:1 30103:1 30124:1 30134:1 30137:1 30147:1 30150:1 30154:1 30167:1 30184:1 30193:1 30195:2 30202:1 30205:3 30231:1 30234:2 30245:6 30265:3 30267:2 30268:2 30277:25 30284:1 30303:1 30327:1 30350:1 30352:1 30354:2 30359:2 30360:4 30398:1 30410:2 30415:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 61:1 68:1 85:1 94:3 96:1 97:2 110:1 128:1 151:2 159:1 170:1 177:2 181:2 187:1 191:1 200:1 213:1 219:2 229:1 235:1 258:2 272:2 276:3 277:1 283:1 298:2 299:1 302:1 303:1 333:1 342:1 376:1 377:3 392:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:1 466:1 471:1 475:1 486:1 494:1 497:1 508:2 539:2 543:1 549:1 559:1 585:1 593:1 600:1 613:1 616:1 668:3 672:2 679:1 684:1 704:4 717:26 720:3 723:1 727:1 741:1 749:1 762:1 786:1 792:1 796:2 801:2 809:1 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:2 931:3 932:1 947:2 979:3 980:6 983:2 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:6 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:3 1142:1 1201:2 1202:1 1214:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:25 1321:1 1329:2 1330:2 1332:1 1334:3 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:2 1493:1 1496:1 1504:1 1510:2 1513:3 1529:1 1536:1 1551:1 1559:2 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:2 1609:1 1612:6 1626:1 1630:1 1636:1 1639:1 1645:1 1646:1 1648:1 1672:2 1674:1 1679:1 1698:1 1701:2 1712:1 1713:1 1725:1 1729:1 1730:1 1731:1 1738:2 1756:1 1761:1 1764:1 1766:3 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1990:1 1994:2 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2059:1 2073:1 2081:1 2084:1 2101:4 2125:1 2127:1 2135:2 2138:1 2158:1 2168:1 2176:1 2198:1 2199:2 2203:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2286:8 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2442:1 2443:2 2444:1 2447:1 2448:5 2454:6 2456:3 2458:5 2462:3 2466:1 2469:1 2471:1 2475:4 2479:2 2483:1 2484:1 2488:1 2492:1 2493:1 2514:1 2524:2 2525:1 2532:3 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2600:2 2601:3 2608:3 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:3 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2769:2 2776:1 2791:1 2807:1 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:1 2898:1 2900:1 2904:1 2912:3 2914:1 2931:1 2936:1 2939:3 2941:2 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:2 3007:1 3009:5 3017:1 3020:2 3033:2 3036:1 3070:2 3080:1 3085:2 3108:12 3110:26 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:6 3200:2 3204:1 3214:1 3240:2 3247:1 3251:1 3252:1 3279:1 3286:3 3293:1 3297:1 3323:3 3343:1 3367:1 3418:1 3432:1 3451:1 3457:1 3476:1 3494:1 3496:1 3507:1 3510:3 3511:1 3516:1 3523:1 3549:1 3554:1 3556:2 3567:1 3581:2 3651:1 3655:1 3679:1 3683:1 3691:1 3694:1 3701:1 3703:1 3711:1 3712:1 3716:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:1 3998:2 3999:1 4001:1 4033:1 4038:1 4045:3 4056:1 4061:1 4064:2 4069:2 4083:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:25 4148:2 4153:1 4165:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:2 4273:5 4274:2 4284:2 4322:1 4334:1 4348:1 4358:3 4365:1 4377:1 4380:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:2 4469:3 4483:1 4503:1 4526:3 4551:1 4555:2 4557:1 4559:1 4566:1 4578:1 4585:2 4590:25 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4753:3 4767:2 4771:1 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:1 4918:1 4924:5 4934:1 4958:1 4962:5 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:2 5082:1 5088:1 5089:3 5101:1 5121:1 5126:1 5142:2 5144:1 5155:12 5156:2 5169:2 5172:1 5200:3 5209:2 5217:1 5238:2 5240:1 5249:1 5269:1 5294:3 5296:1 5299:2 5315:4 5316:4 5317:2 5323:5 5329:1 5330:2 5331:3 5332:1 5340:1 5348:2 5350:5 5352:3 5354:1 5360:1 5384:1 5426:1 5431:2 5446:1 5517:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5650:1 5674:1 5685:3 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:1 5786:1 5788:1 5793:3 5796:1 5848:1 5867:1 5870:1 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5939:2 5940:3 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5964:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:1 6124:2 6153:3 6212:1 6222:1 6270:1 6271:1 6274:1 6284:2 6285:1 6288:1 6301:1 6304:1 6348:1 6353:1 6357:1 6381:1 6387:2 6399:2 6402:1 6409:1 6411:1 6416:1 6421:1 6422:2 6427:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6515:1 6516:1 6520:1 6522:1 6527:1 6529:1 6530:3 6534:1 6539:1 6540:2 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:1 6770:2 6771:1 6772:1 6776:3 6779:6 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6867:1 6877:1 6908:1 6917:1 6918:1 6926:3 6929:3 6946:1 6976:1 6989:1 6998:1 7002:1 7009:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:2 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7562:2 7579:1 7593:1 7628:2 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7794:1 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:6 7882:1 7886:1 7918:1 7919:2 7931:1 7945:1 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:2 8068:10 8069:9 8078:1 8092:1 8093:1 8094:5 8126:3 8133:2 8137:1 8146:40 8149:1 8151:1 8155:2 8161:1 8162:1 8168:12 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8213:1 8215:1 8222:2 8230:1 8267:4 8281:2 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:3 8357:1 8363:1 8368:1 8387:5 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8646:1 8647:1 8656:1 8671:1 8674:26 8681:1 8687:1 8691:1 8697:1 8701:1 8703:11 8704:3 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8750:1 8751:2 8771:1 8781:1 8786:1 8800:30 8813:1 8816:1 8849:1 8884:1 8908:1 8916:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9001:2 9006:1 9010:1 9015:1 9019:1 9020:4 9021:1 9032:1 9037:1 9042:1 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:1 9197:3 9247:1 9262:1 9265:1 9319:3 9322:1 9325:1 9345:2 9396:1 9400:2 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:1 9460:1 9466:3 9478:1 9480:1 9481:1 9527:2 9531:1 9534:1 9538:2 9541:1 9571:1 9578:5 9589:4 9597:1 9599:1 9644:1 9668:4 9670:1 9695:2 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9839:1 9841:2 9852:4 9859:2 9865:2 9876:1 9879:1 9892:1 9904:1 9914:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:1 10004:1 10020:1 10025:1 10026:1 10042:1 10043:3 10056:2 10057:7 10072:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:2 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:25 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10502:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10541:1 10547:1 10571:3 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:1 10633:1 10638:2 10645:1 10647:2 10659:4 10661:5 10673:2 10674:1 10675:1 10685:1 10701:4 10722:1 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:6 10813:1 10846:1 10898:2 10901:1 10906:1 10927:4 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10989:1 10994:1 11008:1 11010:4 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11125:1 11132:3 11140:1 11154:1 11156:5 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:4 11264:1 11266:4 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11321:1 11328:6 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:1 11393:1 11410:1 11442:1 11474:1 11475:3 11487:1 11501:2 11503:1 11512:2 11515:3 11517:1 11526:1 11531:1 11543:3 11552:1 11559:1 11566:1 11569:1 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:1 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:1 11851:2 11869:1 11871:2 11879:2 11890:1 11891:1 11892:2 11899:1 11904:1 11907:1 11920:1 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:2 11953:1 11993:3 12017:1 12026:1 12035:1 12041:1 12045:1 12051:1 12054:1 12067:6 12080:2 12081:2 12103:1 12109:1 12126:1 12135:1 12148:1 12161:2 12175:2 12196:1 12199:6 12222:1 12228:1 12238:2 12250:1 12253:1 12255:1 12262:1 12265:1 12267:5 12268:1 12273:2 12276:1 12278:4 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:5 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:2 12449:1 12484:1 12487:1 12509:1 12541:1 12551:1 12564:1 12565:1 12582:1 12604:1 12629:1 12646:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12732:1 12750:1 12756:1 12757:1 12758:2 12765:1 12785:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:4 12892:1 12906:1 12937:1 12942:2 12950:1 12964:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:2 13254:26 13260:1 13262:1 13267:1 13270:4 13279:1 13304:6 13314:1 13324:2 13327:1 13340:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:1 13391:1 13392:1 13399:1 13425:1 13432:1 13444:1 13449:2 13456:1 13462:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:11 13727:2 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:3 13873:5 13885:1 13927:1 13934:1 13936:11 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:3 14107:2 14124:1 14129:1 14134:1 14135:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14237:1 14241:2 14243:2 14244:1 14246:1 14250:2 14251:1 14252:8 14253:1 14254:1 14256:2 14276:1 14278:1 14279:1 14281:1 14282:1 14286:5 14294:1 14300:2 14325:1 14335:1 14336:1 14340:1 14375:1 14383:1 14409:1 14415:1 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:4 14538:1 14541:1 14544:3 14548:1 14549:2 14559:9 14562:4 14588:1 14632:2 14640:1 14656:4 14657:1 14683:1 14734:1 14737:2 14747:1 14748:1 14750:1 14775:2 14781:1 14786:1 14828:4 14862:1 14897:1 14899:1 14924:1 14926:1 14928:1 14935:2 14942:2 14945:3 14960:2 14961:1 14973:1 14974:1 14980:2 14992:1 15018:1 15033:1 15039:1 15040:1 15055:1 15056:1 15068:1 15069:2 15073:1 15079:1 15085:1 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15168:1 15173:1 15187:26 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:2 15396:1 15411:1 15414:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:1 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15703:1 15722:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15789:2 15792:3 15800:1 15801:1 15824:1 15843:1 15856:1 15860:1 15864:1 15866:1 15875:1 15886:2 15926:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:1 16041:1 16046:1 16063:1 16082:1 16095:1 16109:1 16125:1 16126:2 16127:3 16151:1 16162:1 16192:4 16195:1 16198:2 16222:1 16244:1 16266:1 16308:1 16319:1 16327:1 16333:2 16349:1 16356:4 16371:1 16376:1 16387:5 16393:3 16396:1 16407:3 16412:1 16418:1 16430:3 16438:1 16483:1 16485:1 16492:3 16494:1 16517:4 16519:1 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:12 16665:2 16670:1 16706:2 16709:3 16715:2 16737:1 16741:2 16747:2 16748:1 16749:1 16751:2 16769:9 16786:1 16799:1 16820:3 16884:1 16896:1 16897:1 16899:1 16906:1 16908:1 16915:1 16926:4 16927:2 16935:3 16936:1 16944:2 16945:1 16946:1 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:1 17131:1 17139:1 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17251:2 17258:1 17271:2 17285:1 17288:3 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:1 17353:1 17360:1 17362:2 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17565:33 17573:1 17574:1 17588:1 17591:1 17607:1 17609:3 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:2 17737:2 17748:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:1 17907:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18059:1 18075:1 18079:1 18082:1 18083:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18250:2 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:1 18419:1 18426:1 18431:1 18449:2 18469:2 18474:2 18502:4 18513:4 18538:2 18565:1 18568:1 18591:1 18602:1 18606:5 18613:1 18614:2 18643:3 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18801:1 18802:4 18807:1 18808:1 18814:1 18847:1 18857:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:3 19000:1 19003:2 19006:1 19036:2 19048:1 19082:1 19116:6 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19212:1 19234:1 19236:1 19248:1 19263:1 19266:1 19280:1 19316:1 19322:1 19327:1 19335:1905 19346:1 19351:1 19359:2 19369:1 19383:1 19402:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:1 19634:1 19678:1 19693:1 19704:1 19715:1 19716:1 19748:1 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19834:1 19842:1 19871:3 19872:2 19886:1 19889:1 19932:1 19938:4 19976:4 19980:1 19984:1 19995:1 20035:1 20037:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:5 20144:3 20173:1 20179:4 20186:1 20211:2 20225:1 20244:16 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:4 20325:1 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20446:3 20450:1 20466:1 20467:1 20473:2 20474:1 20499:1 20516:2 20519:1 20557:1 20562:1 20566:1 20575:1 20577:1 20579:1 20587:1 20595:1 20600:4 20635:1 20655:1 20675:1 20678:1 20679:1 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:1 20752:1 20767:1 20788:2 20789:6 20795:1 20796:1 20802:1 20806:1 20816:1 20821:1 20831:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:4 20867:1 20879:1 20886:2 20887:3 20888:1 20890:1 20900:1 20901:1 20907:4 20927:2 20943:2 20947:1 20953:2 20960:1 20967:3 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:4 21062:2 21079:1 21080:1 21086:1 21102:1 21124:1 21152:1 21193:1 21196:1 21206:1 21211:1 21252:5 21265:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21455:1 21464:1 21468:1 21471:1 21477:1 21495:2 21496:2 21501:1 21506:2 21508:1 21509:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:2 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:3 21751:1 21770:1 21774:4 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:2 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:2 21893:1 21913:1 21924:1 21932:1 21946:1 21949:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:1 22013:1 22016:3 22029:2 22045:3 22061:1 22071:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22126:1 22129:1 22130:1 22132:3 22153:1 22160:1 22171:2 22176:1 22182:1 22183:2 22187:2 22201:1 22205:1 22218:1 22219:1 22236:1 22240:1 22267:1 22275:1 22282:1 22293:3 22301:1 22303:1 22317:1 22318:1 22337:3 22347:1 22366:1 22373:1 22385:1 22389:1 22396:1 22400:3 22406:1 22414:4 22419:1 22421:1 22461:1 22469:5 22503:1 22536:1 22537:1 22540:1 22548:4 22552:1 22553:1 22556:1 22557:3 22560:1 22570:2 22583:1 22592:1 22607:1 22608:7 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:1 22737:2 22745:1 22748:1 22749:1 22753:4 22755:4 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:2 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 22988:1 23001:1 23012:3 23025:1 23030:1 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:11 23130:1 23134:2 23141:1 23170:1 23175:9 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23251:2 23253:1 23282:1 23290:7 23305:1 23319:3 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:5 23440:2 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23566:1 23573:25 23589:1 23594:2 23595:3 23601:1 23602:1 23608:1 23634:2 23639:3 23641:1 23642:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23794:1 23795:1 23867:1 23872:1 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:3 24001:1 24002:1 24041:26 24067:3 24069:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24123:2 24131:2 24133:1 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24346:1 24378:1 24391:1 24401:1 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24669:2 24673:1 24678:1 24692:3 24695:1 24702:1 24713:2 24715:1 24735:1 24743:1 24751:1 24759:1 24764:1 24785:1 24793:1 24801:1 24812:1 24813:1 24817:1 24836:1 24845:2 24860:1 24869:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:2 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25100:7 25106:1 25132:1 25135:1 25136:1 25140:1 25150:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:4 25268:1 25276:2 25315:1 25322:1 25332:1 25337:1 25342:2 25346:1 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:4 25483:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25687:1 25697:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25852:4 25854:2 25855:2 25858:1 25863:2 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:6 26078:1 26085:5 26088:3 26094:1 26114:2 26115:1 26117:1 26145:2 26152:2 26161:1 26162:1 26169:2 26174:1 26181:2 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26281:4 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26354:1 26365:1 26368:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26436:1 26450:2 26463:2 26476:3 26479:2 26489:1 26494:1 26505:4 26519:2 26529:2 26533:3 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:11 26598:2 26605:1 26611:1 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26731:1 26747:1 26748:1 26751:1 26752:1 26770:1 26774:1 26786:2 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26870:2 26884:1 26897:1 26900:1 26910:1 26921:1 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26994:1 26996:1 27022:1 27023:1 27031:1 27032:4 27034:1 27042:2 27055:2 27056:1 27059:8 27060:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27149:5 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27218:1 27272:2 27303:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27412:2 27415:1 27440:1 27443:1 27478:1 27480:2 27503:1 27504:2 27514:2 27523:1 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:3 27808:1 27811:2 27834:1 27844:5 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:1 27990:1 27995:2 28001:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:4 28047:2 28054:1 28055:1 28056:1 28067:2 28075:1 28087:1 28090:2 28107:1 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28206:1 28208:1 28212:1 28218:1 28223:5 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28352:2 28356:1 28370:1 28371:3 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:1 28420:2 28421:1 28423:2 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28559:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28799:3 28800:2 28804:2 28805:1 28810:4 28813:2 28815:1 28816:5 28817:1 28821:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29047:1 29058:1 29061:1 29072:1 29085:1 29088:1 29091:1 29094:2 29115:13 29116:1 29118:1 29121:1 29139:1 29148:2 29158:6 29180:1 29207:1 29225:1 29229:3 29245:1 29257:1 29259:1 29260:1 29263:8 29269:2 29279:1 29283:1 29286:1 29299:1 29301:1 29313:11 29322:1 29355:1 29365:2 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29505:1 29519:1 29529:1 29535:30 29536:1 29558:1 29560:4 29564:1 29573:1 29574:5 29575:2 29606:1 29639:3 29643:8 29644:1 29652:1 29661:1 29665:1 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:1 29787:2 29807:1 29810:1 29823:1 29838:1 29848:4 29864:2 29876:1 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30090:1 30091:1 30103:1 30124:1 30134:1 30137:1 30147:1 30150:1 30154:1 30167:1 30184:1 30193:1 30195:3 30202:2 30205:3 30231:1 30234:2 30245:6 30265:3 30267:2 30268:2 30273:1 30277:26 30284:2 30303:1 30327:1 30350:1 30352:1 30354:2 30359:2 30360:4 30398:1 30410:2 30415:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 51:1 61:1 64:1 68:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 170:1 177:2 181:2 187:1 191:1 200:1 201:1 213:1 219:2 229:1 233:1 235:1 258:2 272:2 276:4 277:1 283:1 298:2 299:1 302:1 303:1 333:1 342:1 376:1 377:3 390:1 392:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:1 466:1 471:2 475:1 486:1 494:1 497:1 508:2 539:2 543:1 549:1 559:1 585:1 593:1 599:1 600:1 613:1 616:1 668:3 672:2 679:1 684:1 704:6 717:27 720:3 723:1 726:1 727:1 741:1 749:1 762:1 786:1 792:1 796:2 801:2 809:1 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:2 905:1 931:3 932:1 947:2 967:1 979:3 980:6 983:2 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:6 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:3 1142:1 1201:2 1202:1 1214:1 1238:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:26 1321:1 1329:2 1330:2 1332:1 1334:3 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:3 1493:1 1496:1 1504:1 1510:2 1513:4 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:1 1612:7 1618:1 1626:1 1630:1 1636:1 1639:1 1645:1 1646:1 1648:1 1672:2 1674:1 1679:1 1698:1 1701:3 1712:1 1713:1 1725:1 1729:1 1730:1 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:4 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:1 1994:2 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:5 2125:1 2127:1 2130:1 2135:2 2138:1 2158:1 2168:1 2176:1 2198:1 2199:2 2203:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2286:8 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2442:1 2443:2 2444:1 2447:1 2448:5 2454:6 2456:3 2458:5 2462:3 2466:1 2469:1 2471:1 2475:4 2479:2 2483:1 2484:1 2488:1 2492:1 2493:1 2514:1 2524:2 2525:1 2532:3 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2600:3 2601:3 2608:3 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:3 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2769:2 2776:1 2791:1 2807:1 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:1 2898:1 2900:1 2904:1 2912:3 2914:1 2931:1 2936:1 2939:3 2941:2 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:2 3007:1 3009:5 3017:1 3020:2 3033:2 3036:1 3070:2 3072:1 3080:1 3085:2 3108:12 3110:27 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:6 3200:2 3204:1 3214:1 3240:2 3247:1 3251:1 3252:1 3279:1 3286:3 3293:1 3297:1 3323:3 3343:1 3367:1 3418:1 3429:2 3432:1 3451:1 3457:1 3476:1 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:2 3549:1 3554:1 3556:2 3567:1 3581:2 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:1 3701:1 3703:1 3711:1 3712:1 3716:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:1 3998:2 3999:1 4001:1 4029:1 4033:1 4038:1 4045:3 4056:1 4061:1 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4122:1 4142:1 4147:26 4148:2 4153:1 4165:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:3 4273:5 4274:2 4284:2 4322:1 4334:1 4348:1 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:3 4469:3 4483:1 4503:1 4526:3 4551:1 4555:2 4557:1 4559:1 4566:1 4578:1 4585:2 4590:26 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4753:3 4767:2 4771:1 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:2 4918:1 4924:5 4934:1 4945:1 4958:1 4962:5 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:2 5082:1 5088:1 5089:3 5101:1 5121:1 5126:1 5142:2 5144:1 5155:13 5156:2 5169:2 5172:1 5200:4 5209:2 5217:1 5238:2 5240:1 5249:1 5269:1 5294:3 5296:1 5299:2 5315:4 5316:4 5317:2 5323:5 5329:1 5330:2 5331:3 5332:1 5340:1 5348:2 5350:5 5352:3 5354:1 5360:1 5384:1 5426:1 5431:2 5446:1 5481:1 5498:1 5517:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5650:1 5674:1 5684:1 5685:3 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:1 5786:1 5788:1 5793:3 5796:1 5848:1 5866:1 5867:1 5870:1 5877:1 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5939:2 5940:4 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5964:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6212:1 6222:1 6231:1 6241:1 6270:1 6271:1 6274:1 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:1 6381:2 6387:2 6399:2 6402:1 6409:1 6411:1 6416:1 6421:1 6422:2 6427:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6515:1 6516:1 6520:1 6522:1 6527:1 6529:1 6530:3 6534:1 6539:2 6540:2 6541:1 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:1 6770:2 6771:2 6772:1 6773:1 6776:3 6779:6 6780:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6867:1 6877:1 6908:1 6917:1 6918:1 6926:3 6929:3 6946:1 6976:1 6989:1 6998:1 7002:1 7009:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:2 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7298:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7562:2 7579:1 7593:1 7605:1 7628:2 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7790:1 7794:1 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:6 7882:1 7886:1 7918:1 7919:2 7931:1 7945:1 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:2 8068:10 8069:9 8078:1 8092:1 8093:1 8094:5 8126:3 8133:3 8137:1 8146:40 8149:1 8151:1 8155:2 8161:1 8162:1 8168:12 8171:3 8177:1 8185:1 8188:1 8210:1 8211:1 8213:1 8215:1 8222:2 8230:1 8267:4 8281:2 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:3 8357:1 8363:1 8368:1 8387:5 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8646:1 8647:1 8656:1 8671:1 8674:27 8681:1 8687:1 8691:1 8697:1 8701:1 8703:12 8704:3 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8771:1 8781:1 8786:1 8800:33 8813:1 8816:1 8849:1 8884:1 8908:1 8916:1 8923:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9001:2 9006:1 9010:1 9015:1 9019:1 9020:4 9021:1 9032:1 9037:1 9042:1 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:1 9197:3 9247:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9396:1 9400:2 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:2 9460:1 9466:3 9478:1 9480:1 9481:1 9527:2 9531:1 9534:1 9538:2 9541:1 9571:1 9578:5 9589:4 9597:1 9599:1 9644:1 9668:4 9670:1 9695:3 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9839:1 9841:3 9852:6 9859:2 9865:2 9876:1 9879:1 9892:1 9904:1 9914:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:1 10004:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:4 10056:2 10057:8 10067:1 10072:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:2 10208:1 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10319:4 10331:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:26 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10502:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10541:1 10547:1 10571:3 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:1 10633:1 10638:2 10645:1 10647:2 10659:4 10661:5 10673:2 10674:1 10675:1 10685:1 10701:4 10722:1 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:6 10813:1 10846:1 10898:2 10901:1 10906:1 10927:4 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10989:1 10994:1 11008:1 11010:5 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11125:1 11132:4 11140:1 11154:1 11156:5 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:4 11264:1 11266:4 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11321:1 11328:6 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:1 11393:1 11410:1 11442:1 11474:1 11475:4 11487:1 11501:2 11503:1 11512:2 11515:3 11517:2 11526:1 11531:1 11543:4 11552:1 11559:1 11566:1 11569:1 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11685:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:1 11851:2 11869:1 11871:2 11879:2 11890:1 11891:1 11892:2 11899:1 11904:1 11907:1 11920:1 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:2 11953:1 11993:4 12017:1 12026:1 12035:1 12041:1 12045:1 12051:1 12054:1 12067:6 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12161:2 12175:2 12196:1 12199:6 12222:1 12228:1 12238:3 12250:1 12253:1 12255:1 12262:1 12265:1 12267:5 12268:1 12273:2 12276:1 12278:4 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:5 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:2 12449:1 12484:1 12487:1 12509:1 12541:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12732:1 12741:1 12750:1 12756:1 12757:1 12758:2 12764:1 12765:1 12785:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:4 12892:1 12906:1 12937:1 12942:2 12950:1 12964:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:2 13254:27 13260:1 13262:1 13267:1 13270:4 13279:1 13304:6 13314:1 13324:2 13327:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:1 13391:1 13392:1 13399:1 13425:1 13432:1 13444:1 13449:2 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:2 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:3 13873:5 13885:1 13907:1 13927:1 13934:1 13936:11 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:2 14244:1 14246:1 14250:2 14251:1 14252:9 14253:1 14254:1 14256:2 14276:1 14278:1 14279:1 14281:1 14282:1 14286:5 14294:1 14300:2 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14415:1 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:4 14538:1 14541:1 14544:3 14548:1 14549:2 14559:10 14562:5 14588:1 14632:2 14640:1 14656:4 14657:1 14683:1 14734:1 14737:2 14747:1 14748:2 14750:1 14775:2 14781:1 14786:1 14797:1 14828:4 14862:1 14897:1 14899:1 14924:1 14926:1 14928:1 14935:2 14942:2 14945:3 14960:2 14961:1 14973:1 14974:1 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:1 15055:1 15056:1 15068:1 15069:2 15073:1 15079:1 15085:1 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15168:1 15173:1 15187:27 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:2 15396:1 15411:1 15414:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15703:1 15722:1 15725:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:1 15843:1 15856:1 15860:1 15864:1 15866:1 15875:1 15886:2 15926:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:1 16041:1 16046:1 16063:1 16082:1 16095:1 16109:1 16125:1 16126:3 16127:3 16136:1 16151:1 16155:1 16162:1 16192:4 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16319:1 16327:1 16333:2 16349:1 16356:4 16371:1 16376:1 16387:5 16393:3 16396:1 16407:4 16408:1 16412:1 16418:1 16430:3 16438:1 16483:1 16485:1 16492:3 16494:1 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:12 16665:2 16670:1 16706:2 16709:3 16715:2 16737:1 16741:2 16747:2 16748:1 16749:1 16751:2 16769:9 16786:1 16799:1 16820:3 16884:1 16896:1 16897:1 16899:1 16906:1 16908:1 16915:2 16926:4 16927:2 16935:3 16936:1 16944:3 16945:1 16946:1 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:1 17131:1 17139:1 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:4 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:1 17353:1 17360:1 17362:2 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17565:36 17573:1 17574:2 17588:1 17591:1 17607:1 17609:3 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:2 17737:2 17748:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:1 17907:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18059:1 18075:1 18079:1 18082:1 18083:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:1 18419:1 18426:1 18431:1 18449:2 18469:2 18474:2 18502:4 18513:4 18538:2 18539:1 18565:1 18568:1 18591:1 18602:1 18606:5 18613:1 18614:2 18643:3 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18801:1 18802:4 18807:2 18808:1 18814:1 18847:1 18857:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:3 19000:1 19003:2 19006:1 19036:2 19048:1 19082:1 19116:6 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19212:1 19220:1 19234:1 19236:1 19248:1 19263:1 19266:1 19280:1 19316:1 19322:1 19327:1 19335:1990 19346:1 19351:1 19359:2 19369:1 19383:1 19402:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:1 19634:1 19678:1 19684:1 19693:1 19704:1 19715:1 19716:1 19748:1 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19834:1 19842:1 19870:1 19871:3 19872:2 19886:1 19889:1 19932:1 19938:4 19976:4 19980:1 19984:1 19995:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:5 20144:3 20173:1 20179:4 20186:1 20211:2 20214:1 20225:1 20244:18 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:4 20325:1 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20446:4 20450:1 20466:1 20467:1 20473:2 20474:1 20499:1 20516:2 20519:1 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20635:1 20655:1 20675:1 20678:1 20679:2 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:1 20752:1 20767:1 20788:2 20789:6 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:4 20867:1 20879:1 20886:2 20887:4 20888:1 20890:1 20900:1 20901:1 20907:4 20927:2 20943:2 20947:1 20953:2 20960:1 20967:3 20976:1 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:4 21062:2 21079:1 21080:1 21086:1 21102:1 21124:1 21152:1 21176:1 21193:1 21196:1 21206:1 21211:1 21252:5 21265:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21455:1 21464:1 21468:1 21471:1 21477:1 21495:2 21496:2 21501:1 21506:2 21508:1 21509:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:1 21614:2 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21751:1 21770:1 21774:4 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:1 22013:1 22016:4 22029:2 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22126:1 22129:1 22130:1 22132:3 22136:1 22153:1 22160:1 22171:2 22176:1 22179:1 22182:1 22183:2 22187:2 22201:1 22205:1 22218:1 22219:1 22236:1 22240:1 22267:1 22275:1 22282:2 22293:3 22301:1 22303:1 22304:1 22317:1 22318:1 22335:1 22337:3 22347:1 22366:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22419:1 22421:1 22461:1 22469:5 22503:1 22536:1 22537:1 22540:1 22548:5 22552:1 22553:1 22556:1 22557:3 22560:1 22570:2 22583:1 22585:1 22592:1 22607:1 22608:7 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:1 22737:2 22745:1 22748:1 22749:1 22753:4 22755:4 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:2 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 22988:1 23001:1 23012:3 23025:1 23030:1 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:11 23130:1 23134:2 23141:1 23170:1 23175:9 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23251:2 23253:2 23282:1 23290:7 23299:1 23305:1 23319:3 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:6 23440:2 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23566:1 23573:26 23589:1 23594:2 23595:3 23600:1 23601:1 23602:1 23608:1 23634:2 23639:3 23641:1 23642:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23794:1 23795:1 23867:1 23872:1 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:3 24001:1 24002:1 24041:27 24067:3 24069:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24346:1 24378:1 24391:1 24401:1 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24669:2 24673:1 24678:1 24692:3 24695:1 24702:1 24713:2 24715:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24785:1 24793:1 24801:1 24812:1 24813:1 24817:1 24836:1 24845:2 24860:1 24869:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:3 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25100:7 25106:1 25132:1 25135:1 25136:1 25140:1 25150:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:4 25245:1 25268:1 25276:2 25315:1 25322:1 25332:1 25333:1 25337:1 25342:2 25346:1 25349:1 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25687:1 25697:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25852:4 25854:2 25855:2 25858:1 25863:2 25864:1 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:6 26078:1 26085:5 26088:3 26094:1 26114:2 26115:1 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26169:2 26174:1 26181:2 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26281:4 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26354:1 26365:1 26368:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26463:2 26476:3 26479:2 26489:1 26494:1 26497:1 26505:4 26519:2 26529:2 26533:3 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:11 26598:2 26605:1 26611:2 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26731:1 26747:1 26748:1 26751:1 26752:1 26770:1 26774:1 26786:2 26812:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26870:2 26881:1 26884:1 26897:1 26900:1 26910:1 26921:1 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26994:1 26996:1 27022:1 27023:1 27031:1 27032:4 27034:1 27042:2 27055:2 27056:1 27059:8 27060:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27149:5 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27218:1 27272:2 27303:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27412:2 27415:1 27440:1 27443:1 27465:1 27478:1 27480:2 27503:1 27504:2 27514:2 27523:1 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:3 27808:1 27811:2 27834:1 27844:5 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 28001:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:4 28047:2 28054:2 28055:1 28056:1 28067:2 28075:1 28087:1 28090:2 28107:1 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28206:1 28208:1 28212:1 28218:1 28223:6 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28350:1 28352:2 28356:1 28370:1 28371:3 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:1 28420:2 28421:1 28423:2 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28559:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28799:3 28800:2 28804:2 28805:1 28810:4 28813:2 28815:1 28816:6 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28923:1 28941:2 28957:2 28979:1 29003:1 29011:1 29020:1 29046:1 29047:1 29057:1 29058:1 29061:1 29072:1 29085:1 29088:1 29091:1 29094:2 29115:13 29116:1 29118:1 29121:1 29139:1 29148:2 29158:6 29180:1 29207:1 29225:1 29229:4 29245:1 29257:1 29259:1 29260:1 29263:8 29269:2 29279:1 29283:1 29286:1 29299:1 29301:1 29313:11 29322:1 29355:1 29365:2 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:1 29505:1 29519:1 29529:1 29535:33 29536:1 29558:1 29560:4 29564:1 29573:1 29574:5 29575:2 29606:1 29639:3 29643:8 29644:1 29652:1 29661:1 29665:1 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:1 29810:1 29823:1 29838:1 29848:4 29864:2 29876:1 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30090:1 30091:1 30103:1 30124:1 30134:1 30137:1 30147:1 30150:1 30154:1 30167:1 30184:1 30193:1 30195:3 30196:1 30202:2 30205:3 30231:1 30234:2 30245:6 30265:3 30267:2 30268:2 30273:1 30277:27 30284:2 30303:1 30327:1 30350:1 30352:1 30354:2 30359:2 30360:4 30394:1 30398:1 30410:2 30415:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 51:1 61:1 64:1 68:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 170:1 177:2 181:2 187:1 191:1 200:1 201:1 213:1 219:2 229:1 233:1 235:1 258:2 272:2 276:4 277:1 283:1 298:2 299:1 302:1 303:1 333:1 342:1 376:1 377:3 390:1 392:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:1 466:1 471:2 475:1 486:1 494:1 497:1 508:2 539:2 543:1 549:1 559:1 585:1 593:1 599:1 600:1 613:1 616:1 668:3 672:2 677:1 679:1 684:1 704:6 717:28 720:3 723:1 726:1 727:1 741:1 749:1 762:1 786:1 792:1 796:2 801:2 809:1 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:2 905:1 931:3 932:1 939:1 947:2 967:1 979:3 980:6 983:2 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:6 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:3 1142:1 1201:2 1202:1 1214:1 1238:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:27 1321:1 1329:2 1330:2 1332:1 1334:3 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:3 1493:1 1496:1 1498:1 1504:1 1510:2 1513:5 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:1 1612:8 1618:1 1626:1 1630:1 1636:1 1639:1 1645:1 1646:1 1648:1 1672:2 1674:1 1679:1 1698:1 1701:3 1712:1 1713:1 1725:1 1729:1 1730:1 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:5 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:1 1994:2 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:5 2125:1 2127:1 2130:1 2135:2 2138:1 2158:1 2168:1 2176:1 2198:1 2199:2 2203:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2286:8 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2442:1 2443:2 2444:2 2447:1 2448:5 2454:6 2456:3 2458:5 2462:3 2466:1 2469:1 2471:1 2475:4 2479:3 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2524:2 2525:1 2532:3 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2591:1 2600:3 2601:3 2608:3 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:3 2685:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2769:2 2776:1 2791:1 2807:1 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2931:1 2936:1 2939:3 2941:2 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:2 3007:1 3009:5 3014:1 3017:1 3020:2 3033:2 3036:1 3070:2 3072:1 3080:1 3085:2 3108:13 3110:28 3114:1 3117:2 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:7 3200:2 3204:1 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:1 3286:3 3293:1 3297:1 3323:3 3343:1 3367:1 3418:1 3429:2 3432:1 3451:1 3457:1 3476:1 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3549:1 3554:1 3556:2 3567:1 3581:2 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:1 3701:1 3703:1 3711:1 3712:1 3716:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3825:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:1 3998:2 3999:1 4001:1 4023:1 4029:1 4033:1 4038:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4122:1 4128:1 4142:1 4147:27 4148:2 4153:1 4165:1 4171:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:3 4273:5 4274:2 4284:2 4322:1 4334:1 4348:1 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:1 4411:1 4412:1 4417:1 4425:1 4442:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4526:3 4551:1 4555:2 4557:1 4559:1 4566:1 4578:1 4585:2 4590:27 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:2 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:2 4918:1 4924:5 4934:1 4945:1 4958:1 4962:5 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:3 5082:1 5088:1 5089:3 5101:1 5121:1 5126:1 5142:2 5144:1 5155:13 5156:2 5169:2 5172:1 5200:4 5209:2 5217:1 5238:2 5240:1 5249:1 5269:1 5294:3 5296:1 5299:2 5315:4 5316:4 5317:2 5323:5 5329:1 5330:2 5331:3 5332:1 5340:1 5348:2 5350:5 5352:3 5354:1 5360:1 5384:1 5426:1 5431:2 5446:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:1 5650:2 5674:1 5684:1 5685:3 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:1 5786:1 5788:1 5793:3 5796:1 5848:1 5866:1 5867:1 5870:1 5877:1 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5939:2 5940:5 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5964:1 5988:1 6001:1 6009:1 6027:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6212:1 6222:1 6231:1 6241:1 6270:1 6271:1 6274:1 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:1 6381:2 6387:2 6399:2 6402:1 6409:1 6411:1 6416:1 6421:1 6422:2 6427:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6515:1 6516:1 6520:1 6522:1 6527:1 6529:1 6530:3 6534:1 6536:1 6539:2 6540:2 6541:1 6546:1 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6658:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:2 6770:2 6771:2 6772:1 6773:1 6776:3 6779:6 6780:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6867:1 6877:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6976:1 6989:1 6998:1 7002:1 7009:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:2 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7298:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7557:1 7562:2 7579:1 7593:1 7605:1 7612:1 7628:2 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7790:1 7794:1 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:6 7882:1 7886:1 7918:1 7919:2 7931:1 7945:1 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:2 8068:10 8069:10 8078:1 8092:1 8093:1 8094:5 8126:3 8133:3 8137:1 8146:42 8149:1 8151:1 8155:2 8161:1 8162:1 8168:13 8171:4 8177:1 8185:1 8188:1 8210:1 8211:1 8213:1 8215:1 8222:2 8230:1 8267:4 8281:2 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:3 8357:1 8363:1 8368:1 8387:5 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8646:1 8647:1 8656:1 8671:1 8674:28 8681:1 8687:1 8691:1 8697:1 8701:1 8703:12 8704:3 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8771:1 8781:1 8786:1 8800:34 8813:1 8816:1 8849:1 8884:1 8908:1 8916:1 8923:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9001:2 9006:1 9010:1 9015:1 9019:1 9020:4 9021:1 9032:1 9037:1 9042:1 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:1 9197:3 9247:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9396:1 9400:2 9402:1 9403:1 9413:1 9433:1 9436:3 9446:1 9451:1 9454:1 9455:1 9456:2 9460:1 9466:3 9478:1 9480:1 9481:1 9527:2 9531:1 9534:1 9538:2 9541:1 9571:1 9578:5 9589:4 9597:1 9599:1 9644:1 9668:4 9670:1 9695:3 9728:3 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9810:1 9816:1 9832:1 9839:1 9841:3 9852:6 9859:2 9865:2 9876:1 9879:1 9892:2 9904:1 9914:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:1 10004:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:5 10056:2 10057:9 10067:1 10072:1 10076:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10178:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10319:4 10331:1 10359:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:27 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10502:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10541:1 10547:1 10571:3 10572:1 10577:2 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:1 10633:1 10638:2 10645:1 10647:2 10659:4 10661:5 10673:2 10674:1 10675:1 10685:1 10701:4 10722:1 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:6 10813:1 10846:1 10898:2 10901:1 10906:1 10927:4 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10989:1 10994:1 11008:1 11010:5 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11114:1 11117:1 11125:1 11132:4 11140:1 11154:1 11156:5 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:4 11264:2 11266:5 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11321:1 11324:1 11328:6 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:1 11393:1 11410:1 11442:1 11474:1 11475:5 11486:1 11487:1 11501:2 11503:1 11512:2 11515:3 11517:3 11526:1 11531:1 11543:4 11552:1 11559:1 11566:1 11569:1 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:3 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11685:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:1 11851:2 11869:1 11871:2 11879:2 11882:1 11890:1 11891:1 11892:3 11899:1 11904:1 11907:1 11920:1 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:2 11953:1 11993:4 12017:1 12026:1 12035:1 12041:1 12045:1 12051:1 12054:1 12067:7 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12161:2 12175:2 12196:1 12199:6 12222:1 12228:1 12238:3 12250:1 12253:1 12255:1 12262:1 12265:1 12267:5 12268:1 12273:2 12276:1 12278:4 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:5 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:2 12449:1 12484:1 12487:1 12509:1 12541:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:1 12650:3 12657:1 12678:3 12698:1 12702:1 12707:1 12732:1 12741:1 12750:1 12756:1 12757:1 12758:2 12764:1 12765:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:5 12892:1 12906:1 12937:1 12942:2 12950:1 12964:1 12989:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:2 13254:28 13260:1 13262:1 13267:1 13270:4 13279:1 13304:6 13314:1 13324:2 13327:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:1 13391:1 13392:1 13399:1 13425:1 13432:1 13444:1 13449:2 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:2 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:4 13873:5 13885:1 13907:1 13927:1 13934:1 13936:11 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:2 14244:1 14246:1 14250:2 14251:1 14252:10 14253:1 14254:1 14256:2 14276:1 14278:1 14279:1 14281:1 14282:1 14286:5 14294:1 14300:2 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:4 14538:1 14541:1 14544:3 14548:1 14549:2 14559:11 14562:5 14588:1 14632:2 14640:2 14656:4 14657:1 14683:1 14734:1 14737:2 14747:1 14748:2 14750:1 14775:2 14781:1 14786:1 14797:1 14828:4 14862:1 14897:1 14899:1 14924:2 14926:1 14928:1 14935:2 14942:2 14945:3 14960:2 14961:1 14973:1 14974:1 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:1 15055:1 15056:1 15068:1 15069:2 15073:1 15079:1 15085:1 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15168:1 15173:1 15187:28 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:2 15396:1 15411:1 15414:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15703:1 15706:1 15722:1 15725:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:1 15843:1 15856:1 15860:1 15864:1 15866:1 15875:1 15886:2 15926:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16041:1 16046:1 16063:1 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:3 16136:1 16151:1 16155:1 16162:1 16192:4 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16319:1 16327:1 16333:2 16349:1 16356:4 16371:1 16376:1 16387:5 16393:3 16396:1 16407:4 16408:1 16412:1 16418:1 16430:3 16438:1 16483:1 16485:1 16492:4 16494:1 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:2 16624:1 16629:1 16640:1 16653:1 16659:1 16662:12 16665:2 16670:1 16706:3 16709:3 16715:2 16737:1 16741:2 16747:2 16748:1 16749:1 16751:2 16769:9 16786:1 16799:1 16820:3 16884:1 16896:1 16897:1 16899:1 16906:1 16908:1 16915:2 16926:4 16927:2 16935:3 16936:1 16944:3 16945:1 16946:1 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:1 17131:1 17139:1 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:5 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:1 17353:1 17360:1 17361:1 17362:2 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17565:37 17573:1 17574:2 17588:1 17591:1 17607:1 17609:3 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:2 17737:2 17748:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:1 17907:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18059:1 18075:1 18079:1 18082:1 18083:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18151:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:1 18419:1 18426:1 18431:1 18449:2 18469:2 18474:2 18502:4 18513:4 18538:2 18539:1 18565:1 18568:1 18591:1 18602:1 18606:5 18613:1 18614:2 18643:3 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18801:1 18802:4 18806:1 18807:2 18808:1 18814:1 18847:1 18857:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:4 19000:1 19003:2 19006:1 19036:2 19048:1 19082:1 19116:6 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19212:1 19220:1 19234:1 19236:1 19248:1 19263:1 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2044 19346:1 19351:1 19359:2 19369:1 19383:1 19402:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:2 19469:1 19493:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:1 19616:1 19634:1 19678:1 19684:1 19693:1 19704:1 19715:1 19716:1 19748:1 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19834:1 19842:1 19870:1 19871:3 19872:2 19886:1 19889:1 19932:1 19938:4 19976:4 19980:1 19984:1 19995:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:5 20144:3 20173:1 20179:4 20186:1 20211:2 20214:1 20225:1 20244:19 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:4 20325:1 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20446:4 20450:1 20466:1 20467:1 20473:2 20474:1 20499:1 20516:2 20519:1 20540:1 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20655:1 20675:1 20678:1 20679:2 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:1 20752:1 20767:1 20788:2 20789:6 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:5 20867:1 20879:1 20886:2 20887:4 20888:1 20890:1 20900:1 20901:1 20907:4 20927:2 20943:2 20947:1 20953:2 20960:1 20967:3 20976:1 20977:1 20992:2 21003:1 21008:1 21031:1 21043:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21124:1 21152:1 21176:2 21193:1 21196:1 21206:1 21211:1 21252:5 21265:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21455:1 21464:1 21468:1 21471:1 21477:1 21495:2 21496:2 21501:1 21506:2 21508:1 21509:2 21525:1 21529:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21744:1 21751:1 21770:1 21774:4 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:1 22013:1 22016:4 22029:2 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22126:1 22129:1 22130:1 22132:3 22136:1 22153:1 22160:1 22171:2 22176:1 22179:1 22182:1 22183:2 22187:2 22201:1 22205:1 22218:1 22219:1 22236:1 22240:1 22267:1 22275:1 22282:2 22293:3 22301:1 22303:1 22304:1 22317:1 22318:1 22335:1 22337:3 22347:1 22366:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:1 22419:1 22421:1 22437:1 22461:1 22469:5 22503:1 22536:1 22537:1 22540:1 22548:5 22552:1 22553:1 22556:1 22557:3 22560:1 22570:2 22583:1 22585:1 22592:1 22607:1 22608:8 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:4 22755:4 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:2 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 22988:1 23001:1 23012:3 23025:1 23030:1 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:12 23130:1 23134:2 23141:1 23170:1 23175:9 23177:2 23183:1 23187:1 23230:1 23235:4 23237:2 23239:1 23251:2 23253:2 23282:1 23290:7 23299:1 23305:1 23319:3 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:6 23440:2 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23566:1 23573:27 23589:1 23594:2 23595:3 23600:1 23601:1 23602:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23867:1 23872:1 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:2 23991:1 23996:3 24001:1 24002:2 24041:28 24067:3 24069:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24346:1 24378:1 24391:1 24401:1 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24669:2 24673:1 24678:1 24692:3 24695:1 24702:1 24713:2 24715:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24817:1 24836:1 24845:2 24860:1 24869:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24983:1 24985:1 24987:3 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25100:8 25106:1 25132:1 25135:1 25136:1 25140:1 25150:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:4 25245:1 25268:1 25276:2 25315:1 25322:1 25332:1 25333:1 25337:1 25342:2 25346:1 25349:1 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25687:1 25697:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25852:4 25854:2 25855:2 25858:1 25863:2 25864:1 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:6 26078:1 26085:5 26088:3 26094:1 26114:2 26115:1 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26169:2 26174:1 26181:2 26184:1 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26281:4 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26354:1 26365:1 26368:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26463:2 26476:3 26479:2 26489:1 26494:1 26497:1 26505:4 26519:2 26529:2 26533:3 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:12 26598:2 26605:1 26611:2 26625:1 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26731:1 26747:1 26748:1 26751:1 26752:1 26770:1 26774:1 26786:2 26812:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26870:2 26881:1 26884:1 26897:1 26900:1 26910:1 26921:1 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26994:1 26996:1 27022:1 27023:1 27031:1 27032:4 27034:1 27042:2 27055:2 27056:1 27059:8 27060:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:1 27218:1 27272:2 27303:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27412:2 27415:1 27440:1 27443:1 27465:1 27478:1 27480:2 27503:1 27504:2 27514:2 27523:1 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:3 27808:1 27811:2 27834:1 27844:5 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 28001:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:4 28047:2 28054:2 28055:1 28056:2 28067:2 28075:1 28087:1 28090:2 28107:1 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28206:1 28208:1 28212:1 28218:1 28223:7 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28349:1 28350:1 28351:1 28352:2 28356:1 28370:1 28371:3 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:1 28420:2 28421:1 28423:2 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:2 28539:1 28548:1 28553:1 28557:1 28559:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:2 28805:1 28810:4 28813:2 28815:1 28816:6 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28919:1 28923:1 28941:2 28957:2 28979:1 29002:1 29003:1 29011:1 29020:1 29046:1 29047:1 29057:1 29058:1 29061:1 29072:1 29085:1 29088:1 29091:1 29094:2 29115:13 29116:1 29118:1 29121:1 29139:1 29148:2 29158:6 29180:1 29207:1 29225:1 29229:4 29245:1 29257:1 29259:1 29260:1 29263:9 29269:2 29279:1 29283:1 29286:1 29299:1 29301:1 29313:11 29322:1 29355:1 29365:2 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:1 29487:1 29505:1 29519:1 29529:1 29535:34 29536:1 29558:1 29560:4 29564:1 29573:1 29574:5 29575:2 29606:1 29639:3 29643:8 29644:1 29652:1 29661:1 29665:1 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:1 29810:1 29823:1 29838:1 29848:4 29864:2 29876:2 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30090:1 30091:1 30103:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30184:1 30193:1 30195:3 30196:1 30202:2 30205:3 30231:1 30234:2 30245:6 30265:3 30267:2 30268:2 30273:1 30277:28 30284:2 30303:1 30327:1 30350:1 30352:1 30354:2 30359:2 30360:4 30394:1 30398:1 30410:2 30415:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 170:1 177:2 181:2 187:1 191:1 200:1 201:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:2 276:5 277:1 283:1 298:2 299:1 302:1 303:1 333:1 342:1 376:1 377:3 390:1 392:1 395:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:1 466:1 471:2 475:1 486:1 494:1 497:1 508:2 539:3 543:1 549:1 559:1 585:1 593:1 599:1 600:1 613:1 616:1 668:3 672:2 677:1 679:1 684:1 704:6 717:29 720:3 723:1 726:1 727:1 741:1 749:1 762:1 769:1 786:2 792:1 796:2 801:2 809:1 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:3 905:1 931:3 932:1 939:1 947:2 967:1 979:3 980:6 983:2 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:6 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1201:2 1202:1 1214:1 1238:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:28 1321:1 1329:2 1330:2 1332:1 1334:3 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:3 1493:1 1496:1 1498:1 1504:1 1510:2 1513:6 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:1 1612:9 1618:1 1626:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1672:3 1674:1 1679:1 1698:1 1701:3 1712:1 1713:1 1725:1 1729:1 1730:1 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:6 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:2 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:5 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:1 2198:1 2199:2 2203:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2286:8 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2442:1 2443:2 2444:2 2447:1 2448:5 2454:7 2456:3 2458:5 2462:3 2466:1 2469:1 2471:1 2475:4 2479:3 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2524:2 2525:1 2532:3 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2591:1 2600:3 2601:3 2608:3 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:3 2685:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2769:2 2776:1 2791:1 2807:1 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2931:1 2936:1 2939:3 2941:2 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:1 3009:5 3014:1 3017:1 3020:2 3033:2 3036:1 3048:1 3070:2 3072:1 3080:1 3085:2 3108:13 3110:29 3114:1 3117:3 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:7 3200:2 3204:1 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:1 3286:3 3293:1 3297:1 3323:3 3343:1 3367:1 3418:1 3429:3 3432:1 3451:1 3457:1 3476:1 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:1 3549:1 3554:1 3556:2 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:1 3701:1 3703:1 3704:1 3711:1 3712:1 3716:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3805:1 3825:1 3836:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3998:2 3999:1 4001:1 4023:1 4029:1 4033:1 4038:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4122:1 4128:1 4142:1 4147:28 4148:2 4153:1 4165:1 4171:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:5 4273:5 4274:2 4284:2 4322:1 4334:1 4348:1 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:2 4411:1 4412:1 4417:1 4425:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4526:3 4551:1 4555:2 4557:1 4559:1 4566:1 4578:1 4585:2 4590:28 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:2 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:2 4918:1 4924:5 4934:1 4945:1 4958:1 4962:5 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:3 5082:1 5088:1 5089:3 5101:1 5121:1 5126:1 5142:2 5144:2 5155:14 5156:2 5169:2 5172:1 5200:5 5209:2 5217:2 5238:2 5240:1 5249:1 5269:1 5294:4 5296:1 5299:3 5315:4 5316:4 5317:2 5320:1 5323:5 5329:1 5330:2 5331:3 5332:1 5340:1 5348:2 5350:5 5352:3 5354:1 5360:1 5384:1 5426:1 5431:2 5446:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:1 5650:2 5674:1 5684:1 5685:3 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:1 5786:1 5788:1 5793:3 5796:1 5848:1 5856:1 5866:1 5867:1 5870:1 5877:2 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5934:1 5939:2 5940:6 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5964:1 5988:2 6001:1 6009:1 6027:1 6034:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6212:1 6222:1 6231:1 6241:1 6270:1 6271:1 6274:1 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:1 6381:2 6387:2 6399:2 6402:1 6409:1 6411:1 6416:1 6421:1 6422:2 6427:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:1 6536:1 6539:2 6540:2 6541:1 6546:1 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6658:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:5 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:2 6770:4 6771:2 6772:1 6773:1 6776:3 6779:7 6780:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6867:1 6877:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:1 6973:1 6976:1 6989:1 6998:1 7002:1 7009:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:2 7223:1 7228:1 7234:1 7245:1 7255:1 7288:1 7298:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7557:1 7562:2 7579:1 7593:1 7605:1 7612:1 7628:2 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:6 7882:1 7886:1 7918:1 7919:2 7931:1 7945:1 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:3 8068:10 8069:10 8078:1 8092:1 8093:1 8094:5 8095:1 8126:3 8133:3 8137:1 8146:43 8149:1 8151:1 8155:2 8161:1 8162:1 8168:13 8171:4 8177:1 8185:1 8188:1 8210:1 8211:1 8213:1 8215:2 8222:2 8230:1 8236:1 8267:4 8281:2 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:3 8357:1 8363:1 8368:1 8387:5 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8646:1 8647:1 8656:1 8671:1 8674:29 8680:1 8681:1 8687:1 8691:1 8697:1 8701:1 8703:12 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8771:1 8781:1 8786:1 8800:36 8813:1 8816:1 8849:1 8884:1 8908:1 8916:1 8923:1 8970:1 8978:1 8985:1 8986:2 8994:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:1 9020:5 9021:1 9032:1 9037:1 9042:2 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:3 9247:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9396:1 9400:2 9402:1 9403:1 9410:1 9413:2 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:3 9460:1 9466:3 9478:1 9480:1 9481:1 9527:2 9531:1 9534:1 9538:2 9541:1 9571:1 9578:5 9589:4 9597:1 9599:1 9644:1 9668:4 9670:1 9695:3 9727:1 9728:4 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:7 9857:1 9859:2 9865:2 9876:1 9879:1 9892:2 9904:1 9914:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9988:1 9991:1 9992:1 9997:2 10000:2 10004:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:6 10056:2 10057:9 10067:1 10072:1 10076:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10173:1 10178:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10319:4 10331:1 10349:1 10359:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:28 10448:1 10455:1 10464:1 10482:1 10498:1 10500:1 10502:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10541:1 10547:1 10571:4 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:2 10633:1 10638:2 10645:1 10647:2 10659:4 10661:5 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:1 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:6 10813:1 10846:1 10898:2 10901:1 10906:1 10927:4 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10989:1 10994:1 11008:1 11010:5 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11114:1 11117:1 11125:1 11132:4 11140:1 11154:1 11156:5 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:4 11264:2 11266:6 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11321:1 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:2 11378:1 11393:1 11401:1 11410:1 11442:1 11474:1 11475:6 11486:1 11487:1 11494:1 11501:2 11503:1 11509:1 11512:2 11515:3 11517:3 11526:1 11531:1 11543:4 11552:1 11559:1 11566:1 11569:2 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11685:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:1 11851:2 11868:1 11869:1 11871:2 11879:2 11882:1 11890:1 11891:1 11892:3 11894:1 11899:1 11904:1 11907:1 11920:1 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11993:5 12017:1 12026:1 12029:1 12035:1 12041:1 12045:1 12051:1 12054:1 12067:7 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12161:2 12175:2 12196:1 12199:6 12222:1 12228:1 12235:1 12238:3 12250:1 12253:1 12255:1 12262:1 12265:1 12267:5 12268:2 12273:2 12276:1 12278:4 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:5 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12484:1 12487:1 12509:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12657:1 12678:4 12698:1 12702:1 12707:1 12732:1 12741:1 12750:1 12756:1 12757:1 12758:3 12764:2 12765:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:5 12892:1 12906:1 12937:1 12942:2 12945:1 12950:1 12964:1 12989:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:3 13254:29 13260:1 13262:1 13267:1 13270:4 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:1 13391:1 13392:1 13399:1 13425:1 13432:1 13444:1 13449:2 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:2 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:4 13873:5 13885:1 13907:1 13927:1 13934:1 13936:11 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:2 14244:1 14246:1 14248:1 14250:2 14251:1 14252:10 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14281:1 14282:1 14286:5 14291:1 14294:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:4 14538:1 14541:1 14544:3 14548:1 14549:2 14559:11 14562:5 14588:1 14632:2 14640:2 14656:4 14657:1 14683:1 14734:1 14737:3 14747:1 14748:2 14750:1 14769:1 14775:2 14781:1 14786:1 14797:1 14828:4 14862:1 14897:1 14899:1 14915:1 14924:2 14926:1 14928:1 14935:2 14942:2 14945:3 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:1 15055:1 15056:1 15058:1 15068:1 15069:2 15073:1 15079:1 15085:2 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15168:1 15173:1 15187:29 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:2 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15703:1 15706:1 15722:1 15725:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:1 15843:1 15856:1 15860:1 15864:1 15866:1 15875:1 15886:2 15926:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16041:1 16046:1 16063:1 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:3 16136:1 16151:1 16155:1 16162:1 16192:5 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16313:1 16319:1 16327:1 16333:2 16349:1 16356:4 16371:1 16376:1 16387:5 16393:3 16396:1 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:4 16494:1 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:2 16624:1 16629:1 16640:1 16653:1 16659:1 16662:12 16665:2 16670:1 16706:3 16709:3 16715:2 16737:1 16741:2 16747:2 16748:1 16749:1 16751:2 16769:10 16786:1 16799:1 16820:3 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16915:2 16926:4 16927:2 16935:3 16936:1 16944:3 16945:1 16946:1 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:1 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:6 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:2 17353:1 17360:1 17361:1 17362:2 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17565:39 17573:1 17574:2 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18056:1 18059:1 18071:1 18075:1 18079:1 18082:1 18083:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18151:1 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:1 18419:1 18426:1 18431:1 18449:2 18457:1 18469:2 18474:2 18502:4 18513:4 18538:3 18539:1 18554:1 18565:1 18568:1 18591:1 18602:1 18606:5 18613:1 18614:2 18643:3 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18801:1 18802:4 18806:1 18807:2 18808:1 18814:1 18825:1 18843:1 18847:1 18857:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:4 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19082:1 19116:8 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19212:1 19220:1 19234:1 19236:1 19248:1 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2132 19346:1 19351:1 19359:2 19369:1 19383:1 19402:1 19404:1 19415:1 19418:1 19423:1 19444:1 19454:3 19464:1 19468:3 19469:1 19493:1 19504:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:2 19616:1 19634:1 19678:1 19684:1 19693:1 19704:1 19715:1 19716:1 19748:1 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19834:1 19842:1 19870:1 19871:3 19872:2 19886:1 19889:1 19900:1 19932:1 19938:4 19976:5 19980:1 19984:1 19995:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:5 20144:4 20173:1 20179:4 20186:1 20211:2 20214:1 20225:1 20244:21 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:4 20325:1 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20446:4 20450:1 20466:1 20467:1 20473:2 20474:1 20495:1 20499:1 20516:2 20519:1 20540:1 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:1 20752:1 20767:1 20788:2 20789:6 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:5 20867:1 20879:1 20886:2 20887:5 20888:1 20890:1 20900:1 20901:1 20907:5 20927:2 20943:2 20947:1 20953:3 20960:1 20967:3 20976:1 20977:1 20992:2 20997:1 21003:1 21008:1 21031:1 21043:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21124:1 21152:1 21176:2 21193:1 21196:1 21206:1 21211:1 21252:5 21265:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21455:1 21464:1 21468:1 21471:1 21477:1 21495:2 21496:2 21501:1 21506:2 21508:1 21509:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21744:1 21751:1 21770:1 21774:4 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:1 22013:1 22016:4 22029:2 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22126:1 22129:1 22130:1 22132:3 22136:1 22153:1 22160:1 22171:2 22176:1 22179:1 22182:1 22183:2 22187:2 22201:1 22205:1 22218:1 22219:1 22236:1 22240:1 22267:1 22275:2 22282:2 22293:3 22301:1 22303:1 22304:1 22305:1 22317:1 22318:2 22335:1 22337:4 22347:1 22366:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:1 22419:1 22421:1 22437:1 22461:1 22469:5 22503:1 22536:1 22537:1 22540:1 22548:5 22552:1 22553:1 22556:1 22557:3 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:8 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:4 22755:4 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:2 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:3 23025:1 23030:1 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:12 23130:1 23134:2 23141:1 23170:1 23175:10 23177:2 23183:1 23187:1 23199:1 23230:1 23235:4 23237:2 23239:1 23251:2 23253:2 23282:1 23290:7 23299:1 23305:1 23319:3 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:6 23440:2 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23561:1 23566:1 23573:28 23589:1 23594:2 23595:3 23599:1 23600:2 23601:1 23602:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23867:1 23872:1 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23991:1 23996:3 24001:1 24002:2 24041:29 24067:3 24069:1 24076:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24237:1 24244:1 24262:2 24265:2 24295:1 24304:1 24346:1 24378:1 24391:1 24401:1 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24669:2 24673:1 24678:1 24691:1 24692:3 24695:1 24702:1 24713:2 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24817:1 24836:1 24845:2 24860:1 24869:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:3 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25100:8 25106:1 25132:1 25135:1 25136:1 25140:1 25150:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:4 25245:1 25268:1 25276:2 25287:1 25315:1 25322:1 25332:1 25333:1 25337:1 25342:3 25346:1 25349:1 25372:1 25380:1 25390:1 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25484:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25687:1 25697:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25852:4 25854:2 25855:2 25858:1 25863:2 25864:1 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:6 26078:1 26085:5 26088:3 26094:1 26114:2 26115:1 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26169:2 26174:1 26181:2 26184:1 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26281:4 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26354:1 26365:1 26368:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26463:2 26476:4 26479:2 26489:1 26494:1 26497:1 26505:4 26519:2 26529:2 26533:3 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:12 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26747:1 26748:1 26751:1 26752:1 26770:1 26774:1 26786:2 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26870:2 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26992:1 26994:1 26996:1 27022:1 27023:1 27031:1 27032:4 27034:1 27042:2 27055:2 27056:1 27059:10 27060:1 27063:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:1 27218:1 27272:2 27303:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27412:2 27415:1 27440:1 27443:1 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:1 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:3 27808:1 27811:2 27834:1 27844:5 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 28001:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:4 28047:2 28054:2 28055:1 28056:2 28067:2 28075:1 28087:1 28090:2 28107:2 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:1 28212:1 28218:1 28223:7 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28349:1 28350:1 28351:1 28352:3 28356:1 28370:1 28371:3 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:2 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:3 28539:1 28548:1 28553:1 28557:1 28559:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:2 28805:1 28810:4 28813:3 28815:1 28816:6 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:1 29002:1 29003:1 29011:1 29020:1 29046:1 29047:1 29057:1 29058:1 29061:1 29072:2 29085:1 29088:1 29091:1 29094:3 29103:1 29115:13 29116:1 29118:1 29121:1 29139:1 29148:2 29158:6 29180:1 29207:1 29225:1 29229:4 29245:1 29257:1 29259:1 29260:1 29263:9 29269:3 29279:1 29283:1 29286:1 29299:1 29301:1 29312:1 29313:11 29322:1 29355:1 29365:2 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:1 29487:1 29505:1 29519:1 29529:1 29535:36 29536:1 29558:1 29560:4 29564:1 29573:1 29574:5 29575:2 29606:1 29639:3 29643:8 29644:1 29652:1 29661:1 29665:1 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:1 29810:1 29823:1 29838:1 29848:4 29864:2 29876:2 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30089:1 30090:1 30091:1 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30184:1 30193:1 30195:4 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30265:3 30267:2 30268:2 30273:1 30277:29 30284:2 30303:1 30327:1 30350:1 30352:1 30354:2 30359:2 30360:4 30394:1 30398:1 30410:2 30415:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 170:1 177:2 181:2 187:1 191:1 200:1 201:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:2 276:5 277:1 283:1 298:2 299:1 302:1 303:1 333:1 342:1 376:1 377:3 390:1 392:1 395:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:1 466:1 471:2 475:1 486:1 494:1 497:2 508:2 525:1 539:3 543:1 549:1 559:1 585:1 593:1 599:1 600:1 613:1 616:1 668:3 672:2 677:2 679:1 684:1 704:6 717:30 720:3 723:1 726:1 727:1 741:1 749:1 762:1 769:1 786:2 792:1 796:2 801:2 809:2 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:3 905:1 931:3 932:1 939:1 947:2 953:1 967:1 979:3 980:6 983:2 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:6 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1201:2 1202:1 1214:1 1238:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:29 1321:1 1329:2 1330:2 1332:1 1334:3 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:3 1493:1 1496:1 1498:1 1504:1 1510:2 1513:7 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:2 1612:9 1618:1 1626:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1672:3 1674:1 1679:1 1698:1 1701:3 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:7 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:2 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:5 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:1 2198:1 2199:2 2203:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2286:8 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2442:1 2443:2 2444:2 2447:1 2448:5 2454:7 2456:3 2458:6 2462:3 2466:1 2469:1 2471:1 2475:4 2479:3 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2524:2 2525:1 2532:4 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2591:1 2600:3 2601:3 2608:3 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:3 2685:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2769:2 2776:1 2791:1 2807:2 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2918:1 2931:1 2936:1 2939:3 2941:3 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:2 3009:5 3014:1 3017:1 3020:2 3033:2 3036:1 3048:1 3070:2 3072:1 3080:1 3085:2 3108:14 3110:30 3114:1 3117:3 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:7 3200:4 3204:2 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3286:3 3293:1 3297:1 3323:3 3343:1 3367:1 3418:1 3429:3 3432:1 3451:1 3457:1 3476:1 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:1 3549:1 3554:1 3556:4 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:1 3701:1 3703:1 3704:1 3711:1 3712:1 3716:1 3728:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3805:1 3825:2 3836:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3998:2 3999:1 4001:1 4023:1 4029:1 4033:1 4038:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4119:1 4122:1 4128:1 4142:1 4147:29 4148:2 4153:1 4165:1 4171:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:5 4273:5 4274:2 4283:1 4284:2 4322:1 4334:1 4348:1 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:2 4411:1 4412:1 4417:1 4425:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4526:3 4551:1 4555:2 4557:1 4559:1 4566:1 4578:1 4585:2 4590:29 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:2 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:2 4918:1 4924:5 4934:1 4945:1 4958:1 4962:5 4970:1 5001:1 5013:1 5047:1 5050:1 5052:2 5057:2 5058:1 5067:1 5072:3 5082:1 5088:1 5089:3 5101:1 5121:1 5126:1 5142:2 5144:2 5155:15 5156:2 5169:2 5172:1 5200:5 5209:2 5217:2 5238:2 5240:1 5249:1 5269:1 5294:4 5296:1 5299:3 5315:4 5316:4 5317:2 5320:1 5323:5 5329:1 5330:2 5331:3 5332:1 5340:1 5348:2 5350:5 5352:3 5354:1 5360:1 5384:1 5426:1 5431:2 5446:1 5460:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:1 5650:2 5674:1 5684:1 5685:3 5704:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:1 5786:1 5788:1 5793:3 5796:1 5848:1 5856:1 5866:1 5867:1 5870:1 5877:2 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5934:1 5939:2 5940:7 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5964:1 5988:2 6001:1 6009:1 6027:2 6034:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6212:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:1 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:1 6381:2 6387:2 6399:2 6402:1 6409:1 6411:1 6416:1 6421:1 6422:2 6427:1 6440:1 6443:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:1 6536:1 6539:2 6540:2 6541:1 6546:1 6558:1 6574:1 6608:1 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6658:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:6 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:2 6770:4 6771:2 6772:1 6773:1 6776:3 6779:7 6780:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6867:1 6877:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:1 6973:1 6976:1 6989:1 6998:1 7002:1 7009:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:1 7221:2 7223:1 7228:1 7234:1 7245:1 7255:1 7283:1 7288:1 7298:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:1 7464:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7557:1 7562:2 7579:1 7593:1 7605:1 7612:1 7628:2 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:7 7882:1 7886:1 7918:1 7919:2 7931:1 7945:1 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:3 8068:10 8069:10 8078:1 8092:1 8093:1 8094:5 8095:1 8126:3 8133:3 8137:1 8146:44 8149:1 8151:1 8155:2 8161:1 8162:1 8168:14 8171:4 8177:1 8185:1 8188:1 8210:1 8211:1 8213:1 8215:2 8222:2 8230:1 8236:1 8267:4 8281:2 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:3 8357:1 8363:1 8368:1 8387:5 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8646:1 8647:1 8656:1 8671:1 8674:30 8680:1 8681:1 8687:1 8691:1 8697:1 8701:1 8703:15 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8771:1 8781:1 8786:1 8800:37 8813:1 8816:1 8849:1 8884:1 8908:1 8916:1 8923:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:1 9020:5 9021:1 9032:1 9037:1 9042:2 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:3 9247:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9396:1 9400:2 9402:1 9403:1 9410:1 9413:2 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:3 9460:1 9466:3 9478:1 9480:1 9481:1 9527:2 9531:1 9534:1 9538:2 9541:1 9571:1 9578:5 9589:4 9597:1 9599:1 9604:1 9644:1 9668:4 9670:1 9695:3 9727:1 9728:4 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:7 9857:1 9859:2 9865:2 9876:1 9879:1 9892:2 9904:1 9914:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9972:1 9988:1 9991:1 9992:1 9997:2 10000:2 10004:1 10006:1 10012:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:7 10056:2 10057:9 10067:1 10072:1 10076:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10155:1 10158:1 10159:1 10173:1 10178:1 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10331:1 10349:1 10359:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:29 10448:1 10455:1 10464:1 10475:1 10482:1 10498:1 10500:1 10502:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10541:1 10547:1 10571:4 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:2 10633:1 10638:2 10645:1 10647:2 10659:4 10661:5 10668:1 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:2 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:6 10813:1 10846:1 10898:2 10901:1 10906:1 10927:4 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10982:1 10989:1 10994:1 11008:1 11010:5 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11114:1 11117:1 11125:1 11132:4 11140:1 11154:1 11156:5 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:4 11264:2 11266:6 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11320:1 11321:1 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:2 11378:1 11393:1 11401:1 11410:1 11442:1 11474:1 11475:7 11486:1 11487:1 11494:1 11501:2 11503:1 11509:1 11512:2 11515:3 11517:3 11526:1 11531:1 11543:4 11552:1 11559:1 11566:1 11569:2 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11685:1 11687:1 11688:1 11694:1 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:1 11871:2 11879:2 11882:1 11890:1 11891:1 11892:3 11894:1 11899:1 11904:1 11907:1 11920:1 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11993:5 12017:1 12026:1 12029:1 12035:1 12041:1 12045:1 12051:1 12054:1 12067:8 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12253:1 12255:1 12262:1 12265:1 12267:5 12268:3 12273:2 12276:1 12278:4 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:6 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12484:1 12487:1 12509:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12657:1 12678:4 12698:1 12702:1 12707:1 12732:1 12741:1 12750:1 12756:1 12757:1 12758:3 12764:2 12765:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:5 12892:1 12906:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:3 13254:30 13260:1 13262:1 13267:1 13270:4 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:1 13391:1 13392:2 13399:1 13425:1 13432:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:4 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:4 13873:5 13885:1 13907:1 13927:1 13934:1 13936:11 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:10 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14281:1 14282:1 14286:5 14291:1 14294:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:4 14538:1 14541:1 14544:3 14548:1 14549:2 14559:11 14562:5 14588:1 14632:2 14640:2 14656:4 14657:1 14683:1 14734:1 14737:3 14747:1 14748:2 14750:1 14769:1 14775:2 14781:1 14786:1 14797:1 14828:4 14862:1 14897:1 14899:1 14915:1 14924:2 14926:1 14928:1 14935:2 14941:1 14942:2 14945:3 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:1 15044:1 15055:2 15056:1 15058:1 15068:1 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15168:1 15173:1 15187:30 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:2 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15691:1 15703:1 15706:1 15722:1 15725:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:1 15843:1 15856:1 15860:1 15864:1 15866:1 15875:1 15886:2 15926:2 15928:1 15932:1 15942:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16041:1 16046:1 16063:1 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:3 16136:1 16151:1 16155:1 16162:1 16192:5 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16313:1 16319:1 16327:1 16333:2 16349:1 16356:4 16371:1 16376:1 16387:5 16393:3 16396:1 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:4 16494:1 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:2 16624:1 16629:1 16640:1 16653:1 16659:1 16662:12 16665:2 16670:1 16706:3 16709:3 16715:2 16737:1 16741:2 16747:2 16748:1 16749:1 16751:2 16769:10 16786:1 16799:1 16820:3 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16915:2 16926:4 16927:2 16929:1 16935:3 16936:1 16943:1 16944:3 16945:1 16946:2 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:1 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:7 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:2 17353:1 17360:1 17361:1 17362:2 17401:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17565:40 17573:1 17574:2 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18056:1 18059:1 18071:1 18075:1 18079:1 18082:1 18083:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18151:1 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:1 18419:1 18426:1 18431:1 18449:2 18457:1 18469:2 18474:2 18502:4 18513:4 18538:3 18539:1 18554:1 18565:1 18568:1 18591:1 18602:1 18606:5 18613:1 18614:2 18643:3 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18801:1 18802:4 18806:1 18807:2 18808:1 18814:1 18825:1 18843:1 18847:1 18857:1 18883:1 18886:1 18888:1 18911:1 18929:1 18934:4 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19082:1 19116:8 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19212:1 19220:1 19234:1 19236:1 19248:1 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2191 19346:2 19351:1 19359:2 19369:1 19383:1 19402:1 19404:1 19415:1 19418:1 19423:1 19433:1 19444:1 19454:3 19464:1 19468:3 19469:1 19493:1 19504:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:2 19616:1 19634:1 19678:1 19684:1 19693:1 19704:1 19715:1 19716:1 19748:2 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19834:1 19842:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19900:1 19932:1 19938:5 19976:5 19980:1 19984:1 19995:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:5 20144:4 20173:1 20179:4 20186:1 20199:1 20211:2 20214:1 20225:1 20244:21 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:4 20325:1 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20442:1 20446:4 20450:1 20466:1 20467:1 20473:2 20474:1 20495:1 20499:1 20516:2 20519:1 20532:1 20540:1 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20752:1 20767:1 20788:2 20789:6 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:1 20845:1 20855:1 20859:2 20862:3 20863:1 20864:5 20867:1 20879:1 20886:2 20887:5 20888:1 20890:1 20900:1 20901:1 20907:5 20927:2 20943:2 20947:1 20953:3 20960:1 20967:4 20976:1 20977:1 20992:2 20997:1 21003:1 21008:1 21031:1 21043:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21124:1 21152:1 21176:2 21193:1 21196:1 21206:1 21211:1 21252:5 21265:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21455:1 21464:1 21468:1 21471:1 21477:1 21495:2 21496:2 21501:1 21506:2 21508:1 21509:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21639:1 21643:2 21647:1 21650:3 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21744:1 21751:1 21770:1 21774:4 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:1 22013:1 22016:4 22029:2 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:3 22136:1 22153:1 22160:1 22171:2 22176:1 22179:1 22182:1 22183:2 22187:2 22193:1 22201:1 22205:1 22218:1 22219:1 22236:1 22240:1 22267:1 22275:2 22282:2 22293:3 22301:1 22303:1 22304:1 22305:1 22317:1 22318:2 22335:1 22337:4 22347:1 22366:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:1 22419:1 22421:1 22437:1 22461:1 22469:5 22503:1 22536:1 22537:1 22540:1 22548:5 22552:1 22553:1 22556:1 22557:3 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:9 22619:1 22635:1 22667:1 22671:1 22672:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:5 22755:4 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22833:1 22840:1 22856:1 22867:2 22891:2 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:3 23025:1 23030:1 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:12 23130:1 23134:2 23141:1 23170:1 23175:10 23177:2 23183:1 23187:1 23199:1 23230:1 23235:4 23237:2 23239:1 23251:3 23253:2 23282:1 23290:7 23299:1 23305:1 23319:3 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:6 23440:2 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23561:1 23566:1 23573:29 23589:1 23594:2 23595:3 23599:1 23600:2 23601:1 23602:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23867:1 23872:3 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23991:1 23996:3 24001:1 24002:2 24041:30 24067:3 24069:1 24076:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24161:1 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24237:1 24244:1 24245:1 24262:2 24265:2 24295:1 24304:1 24346:1 24352:1 24378:1 24380:1 24391:1 24401:1 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24669:2 24673:1 24678:1 24691:1 24692:3 24695:1 24702:1 24713:4 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24817:1 24836:1 24845:2 24860:1 24869:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:3 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25100:8 25106:1 25118:1 25132:1 25135:1 25136:1 25140:1 25150:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:4 25245:1 25268:1 25276:2 25287:1 25315:1 25322:1 25332:1 25333:1 25337:1 25342:3 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25484:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25622:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25687:1 25697:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25852:4 25854:2 25855:2 25858:1 25863:2 25864:1 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:6 26078:1 26085:5 26088:3 26094:1 26114:2 26115:1 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26169:2 26173:1 26174:1 26181:2 26184:1 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26281:4 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26354:1 26365:1 26368:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26463:2 26476:4 26479:2 26489:1 26494:1 26497:1 26505:4 26519:2 26529:2 26533:3 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:12 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26747:1 26748:1 26751:1 26752:1 26770:2 26774:1 26786:2 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26870:2 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26992:1 26994:1 26996:1 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:10 27060:1 27063:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:1 27218:1 27272:2 27303:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27412:2 27415:1 27440:1 27443:1 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:3 27808:1 27811:2 27834:1 27843:1 27844:5 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:4 28047:2 28054:2 28055:1 28056:2 28067:2 28075:1 28087:1 28090:2 28107:2 28111:1 28159:1 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:1 28212:1 28218:1 28223:7 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28349:1 28350:1 28351:1 28352:3 28356:1 28370:1 28371:4 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:2 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:2 28805:2 28810:4 28813:3 28815:1 28816:6 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:1 29002:1 29003:1 29011:1 29020:2 29046:1 29047:1 29057:1 29058:1 29061:1 29072:2 29085:1 29088:1 29091:1 29094:3 29103:1 29115:13 29116:1 29118:1 29121:1 29139:1 29148:2 29158:6 29180:1 29207:1 29225:1 29229:4 29245:1 29257:1 29259:1 29260:1 29263:9 29269:3 29279:1 29283:1 29286:1 29299:1 29301:1 29312:1 29313:11 29322:1 29355:1 29365:2 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:1 29487:1 29505:1 29519:1 29529:1 29535:37 29536:1 29558:1 29560:4 29564:2 29573:1 29574:5 29575:2 29606:1 29639:3 29643:8 29644:1 29652:1 29661:1 29665:1 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:1 29810:1 29823:1 29838:1 29848:4 29864:2 29876:2 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30089:1 30090:1 30091:1 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30184:1 30193:1 30195:6 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30265:3 30267:2 30268:2 30273:1 30277:30 30284:2 30303:1 30327:1 30350:1 30352:1 30354:2 30358:1 30359:2 30360:4 30394:1 30398:1 30410:2 30415:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 170:1 177:2 181:2 187:1 191:1 200:1 201:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:2 276:5 277:1 283:2 298:2 299:1 302:1 303:1 333:1 342:1 376:1 377:3 390:1 392:1 395:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:2 466:1 471:2 475:1 486:1 494:1 497:2 508:2 525:1 539:3 543:1 549:1 559:1 565:1 585:1 593:1 599:1 600:1 613:1 616:1 668:3 672:2 677:2 679:1 684:1 704:6 717:31 720:3 723:1 726:1 727:1 741:1 749:1 762:1 769:2 786:2 792:1 796:2 801:2 809:3 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:3 905:1 931:3 932:1 939:1 947:2 953:1 967:1 979:3 980:7 983:2 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:6 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1201:2 1202:1 1205:1 1214:1 1238:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:30 1321:1 1329:2 1330:2 1332:1 1334:3 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:3 1493:1 1496:1 1498:1 1504:1 1510:2 1513:7 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:2 1612:10 1618:1 1626:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1672:3 1674:1 1679:1 1698:1 1701:3 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:7 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:2 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:6 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:8 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2442:1 2443:2 2444:2 2447:1 2448:5 2454:8 2456:3 2458:7 2462:3 2466:1 2469:1 2471:1 2475:4 2479:3 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2524:2 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2591:1 2600:3 2601:3 2608:3 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:3 2685:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2769:2 2776:1 2791:1 2807:2 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2918:1 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:2 3009:5 3014:1 3017:1 3020:2 3033:2 3036:1 3048:1 3070:2 3072:1 3080:2 3085:2 3108:14 3110:31 3114:1 3117:3 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:7 3200:4 3204:2 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3286:3 3293:1 3297:1 3323:3 3343:1 3358:1 3367:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:1 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:1 3549:1 3554:1 3556:4 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3711:1 3712:1 3716:2 3728:1 3747:1 3758:1 3761:1 3768:1 3785:1 3789:1 3802:1 3805:1 3825:2 3836:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3960:1 3998:3 3999:1 4001:1 4023:1 4029:1 4033:1 4038:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4119:1 4122:1 4128:1 4142:1 4147:30 4148:2 4153:1 4165:1 4171:1 4198:1 4202:1 4204:1 4217:1 4222:2 4226:4 4228:2 4249:2 4255:1 4264:1 4269:5 4273:5 4274:2 4283:1 4284:2 4322:1 4334:1 4348:1 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:2 4411:1 4412:1 4417:1 4425:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4526:3 4551:1 4555:2 4557:1 4559:1 4563:1 4566:1 4578:1 4585:2 4590:30 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:2 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:2 4918:1 4924:5 4934:1 4945:1 4958:1 4962:5 4970:1 5001:1 5013:1 5047:1 5050:2 5052:2 5057:2 5058:1 5067:1 5072:3 5082:1 5088:1 5089:3 5101:1 5121:1 5126:1 5142:2 5144:2 5155:16 5156:2 5169:2 5172:1 5200:5 5209:2 5217:2 5238:2 5240:1 5249:1 5255:1 5269:1 5294:4 5296:1 5299:3 5315:4 5316:4 5317:2 5320:1 5323:5 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:5 5352:3 5354:1 5360:1 5384:1 5426:1 5431:2 5446:1 5460:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:1 5650:2 5674:1 5684:1 5685:3 5704:2 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5848:1 5855:1 5856:1 5866:1 5867:1 5870:1 5877:2 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5934:1 5939:2 5940:7 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:1 6009:1 6027:2 6034:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6196:1 6212:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:1 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:2 6381:2 6387:2 6399:2 6402:1 6409:1 6411:1 6416:1 6421:1 6422:2 6427:1 6428:1 6440:1 6443:1 6446:1 6451:1 6470:1 6475:1 6492:1 6509:1 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:1 6536:1 6539:2 6540:2 6541:1 6546:1 6558:1 6574:1 6608:2 6609:1 6616:1 6625:3 6627:2 6632:1 6648:2 6658:1 6671:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:6 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:2 6770:4 6771:2 6772:1 6773:1 6776:4 6779:7 6780:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6867:1 6877:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:1 6973:1 6976:1 6989:1 6998:1 7002:1 7009:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:2 7221:2 7223:1 7228:1 7234:1 7245:1 7255:1 7283:1 7288:1 7298:1 7299:1 7317:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7437:1 7441:1 7448:2 7464:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7557:1 7562:2 7579:1 7593:1 7605:1 7612:1 7628:2 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:3 8068:10 8069:10 8078:1 8092:1 8093:1 8094:5 8095:1 8126:3 8133:3 8137:1 8146:46 8149:1 8151:1 8155:2 8161:1 8162:1 8168:15 8171:4 8177:1 8185:1 8188:1 8210:1 8211:1 8213:1 8215:2 8222:2 8230:1 8236:1 8267:5 8281:2 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:5 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8646:1 8647:1 8656:1 8671:1 8674:31 8680:1 8681:1 8687:1 8691:1 8697:1 8701:1 8703:15 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8771:1 8781:1 8786:1 8800:39 8813:1 8816:1 8849:2 8876:1 8884:1 8908:1 8916:1 8923:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:1 9020:5 9021:1 9032:1 9037:1 9042:2 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:3 9247:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9396:1 9400:2 9402:1 9403:1 9410:1 9413:2 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:3 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:1 9538:2 9541:1 9571:1 9578:5 9589:4 9597:1 9599:1 9604:1 9644:1 9668:4 9670:1 9695:3 9696:1 9727:1 9728:4 9732:2 9734:1 9741:1 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:8 9857:1 9859:2 9865:2 9876:1 9879:1 9892:2 9904:1 9914:1 9916:1 9932:1 9934:1 9936:2 9943:1 9953:1 9972:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:1 10012:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:7 10056:2 10057:9 10067:1 10072:1 10076:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:1 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10331:1 10349:1 10359:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:30 10448:1 10455:1 10464:1 10475:1 10482:1 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:1 10527:1 10535:2 10538:1 10541:1 10547:1 10567:1 10571:4 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:2 10633:1 10638:2 10645:2 10647:2 10659:4 10661:5 10668:1 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:2 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:6 10813:1 10846:1 10898:2 10901:1 10906:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10982:1 10989:1 10994:1 11008:1 11010:6 11025:1 11049:3 11052:1 11067:1 11080:1 11094:1 11113:1 11114:1 11117:1 11125:1 11132:4 11140:1 11154:1 11156:5 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:4 11264:2 11266:6 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11320:1 11321:1 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:2 11378:1 11393:1 11401:1 11410:1 11442:1 11474:1 11475:7 11486:1 11487:1 11494:1 11501:2 11503:1 11509:1 11512:2 11515:3 11517:3 11526:1 11531:1 11543:4 11552:1 11559:1 11566:1 11569:2 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11685:1 11687:1 11688:1 11694:2 11702:1 11705:2 11713:1 11715:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:1 11871:2 11879:2 11882:1 11890:1 11891:1 11892:3 11894:1 11899:2 11904:1 11907:1 11920:1 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11993:5 12017:1 12026:1 12029:1 12035:1 12041:1 12045:1 12051:1 12054:1 12067:8 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12172:1 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12253:2 12255:1 12262:1 12265:1 12267:5 12268:3 12273:2 12276:1 12278:4 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:6 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12484:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12657:1 12678:4 12698:1 12702:1 12707:1 12732:1 12741:1 12750:1 12756:1 12757:1 12758:3 12764:2 12765:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:5 12892:1 12906:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:3 13254:31 13260:1 13262:1 13267:1 13270:4 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:4 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:5 13873:5 13885:1 13907:1 13927:1 13934:1 13936:11 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:10 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14281:1 14282:1 14286:6 14291:1 14294:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:11 14562:6 14588:1 14632:2 14640:2 14650:1 14656:4 14657:1 14683:1 14734:1 14737:3 14747:1 14748:2 14750:1 14769:1 14775:2 14781:1 14786:1 14792:1 14797:1 14828:4 14862:1 14897:1 14899:1 14915:1 14924:2 14926:1 14928:1 14935:2 14941:1 14942:2 14945:3 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:1 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:1 15093:1 15094:1 15097:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:1 15138:1 15147:1 15153:2 15168:1 15173:1 15187:31 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:3 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15691:1 15703:1 15706:1 15722:1 15725:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:1 15843:1 15856:1 15860:1 15864:1 15866:1 15875:1 15886:2 15926:3 15928:1 15932:1 15942:1 15958:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16041:1 16046:1 16063:1 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:3 16136:1 16151:1 16155:1 16162:1 16192:5 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16313:1 16319:1 16327:1 16333:2 16347:1 16349:1 16356:4 16371:1 16376:1 16387:5 16393:3 16396:1 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:5 16494:1 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:2 16587:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:12 16665:2 16667:1 16670:1 16706:3 16709:3 16715:2 16737:1 16741:2 16745:1 16747:2 16748:1 16749:1 16751:2 16769:11 16786:1 16795:1 16799:1 16807:1 16820:3 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16915:2 16926:4 16927:2 16929:1 16935:3 16936:1 16943:1 16944:3 16945:1 16946:2 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:1 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:7 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:2 17353:1 17360:1 17361:1 17362:2 17401:1 17412:1 17415:1 17420:3 17422:1 17429:1 17444:1 17446:2 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17565:42 17573:1 17574:2 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18056:1 18059:1 18071:1 18075:1 18079:1 18082:1 18083:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18151:1 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:1 18419:1 18426:1 18431:1 18449:2 18457:1 18469:2 18474:2 18502:4 18503:1 18513:4 18538:4 18539:1 18554:1 18565:1 18568:1 18591:1 18602:1 18606:5 18613:1 18614:2 18643:3 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18791:1 18801:1 18802:4 18806:1 18807:2 18808:1 18814:1 18825:1 18843:1 18847:1 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18929:1 18934:4 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19082:1 19116:8 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19212:1 19220:1 19234:1 19236:1 19248:1 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2237 19346:2 19351:1 19359:2 19369:1 19383:1 19402:1 19404:1 19415:1 19418:1 19423:1 19433:1 19444:1 19454:3 19464:1 19468:3 19469:1 19493:1 19504:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:2 19616:1 19634:1 19678:1 19684:1 19693:1 19704:1 19715:1 19716:1 19748:2 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19834:1 19842:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19900:1 19932:1 19938:5 19976:5 19980:1 19984:1 19995:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:5 20144:4 20173:1 20179:4 20186:1 20199:1 20211:2 20214:1 20225:1 20244:21 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:4 20325:1 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20442:1 20446:4 20450:1 20466:1 20467:1 20473:2 20474:1 20495:1 20499:1 20516:2 20519:1 20532:1 20540:1 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20752:1 20767:1 20788:2 20789:6 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:5 20867:1 20879:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:2 20943:2 20947:1 20953:3 20960:1 20967:4 20976:1 20977:1 20992:2 20997:1 21003:1 21008:2 21031:1 21043:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21124:1 21152:1 21176:2 21193:1 21196:1 21206:1 21211:1 21252:5 21265:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21455:1 21464:1 21468:1 21471:1 21477:1 21495:2 21496:2 21501:1 21506:2 21508:1 21509:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21714:1 21744:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:4 22029:2 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22153:1 22160:1 22171:2 22176:1 22179:1 22182:1 22183:2 22187:2 22193:1 22201:1 22205:1 22218:1 22219:1 22236:1 22240:1 22267:1 22275:2 22282:2 22293:3 22301:1 22303:1 22304:1 22305:1 22317:1 22318:2 22335:1 22337:4 22347:1 22366:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:1 22419:1 22421:1 22437:1 22461:1 22469:5 22503:1 22536:2 22537:1 22540:1 22548:6 22552:2 22553:1 22556:1 22557:3 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:9 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:5 22755:4 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:2 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:3 23025:1 23030:2 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:13 23130:1 23134:2 23141:1 23170:1 23175:11 23177:2 23183:1 23187:1 23199:1 23230:1 23235:4 23237:2 23239:1 23251:4 23253:2 23282:1 23290:7 23299:1 23305:1 23319:3 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:8 23440:3 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23561:1 23566:1 23573:30 23589:1 23594:2 23595:3 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23867:1 23872:3 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23991:1 23996:3 23999:1 24001:1 24002:2 24041:31 24067:3 24069:1 24076:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24161:1 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:1 24237:1 24244:1 24245:1 24262:2 24265:2 24295:1 24304:1 24346:1 24352:1 24378:1 24380:1 24391:1 24401:2 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24669:2 24673:1 24678:1 24691:1 24692:3 24695:1 24702:1 24713:4 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24817:1 24836:1 24845:2 24860:1 24869:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:3 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25100:8 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:1 25150:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:4 25245:1 25268:1 25276:2 25287:1 25315:1 25322:1 25332:1 25333:1 25337:1 25342:3 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25484:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25622:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25687:1 25697:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25845:1 25852:4 25854:2 25855:2 25858:1 25863:2 25864:1 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:6 26078:1 26085:5 26088:3 26094:1 26114:2 26115:1 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26169:2 26173:1 26174:1 26181:2 26184:1 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26281:4 26283:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26463:2 26476:4 26479:2 26489:1 26494:1 26497:1 26505:4 26519:2 26529:2 26533:3 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:12 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26747:2 26748:1 26751:1 26752:1 26770:2 26774:1 26786:2 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:10 27060:1 27063:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:1 27218:1 27272:2 27303:2 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27412:2 27415:1 27440:1 27443:2 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:3 27808:1 27811:2 27834:1 27843:1 27844:6 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:2 28054:2 28055:1 28056:2 28067:2 28075:1 28087:1 28090:2 28107:2 28111:1 28121:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:1 28212:1 28218:1 28223:8 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28349:1 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:2 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:2 28805:2 28807:1 28810:4 28813:3 28815:1 28816:6 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:2 29002:1 29003:1 29011:1 29020:2 29046:1 29047:1 29057:1 29058:1 29061:1 29072:2 29085:1 29088:1 29091:1 29094:3 29103:1 29115:13 29116:1 29118:1 29121:1 29139:1 29148:3 29158:6 29180:1 29207:1 29225:1 29229:4 29245:1 29257:1 29259:1 29260:2 29263:9 29269:3 29279:1 29283:1 29286:1 29299:1 29301:1 29312:1 29313:11 29322:1 29355:1 29365:2 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:1 29487:1 29505:1 29519:1 29529:1 29535:39 29536:1 29558:1 29560:4 29564:2 29573:1 29574:5 29575:2 29606:1 29639:3 29643:8 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:1 29810:1 29823:1 29838:1 29848:4 29864:2 29876:2 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30089:1 30090:1 30091:1 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30182:1 30184:1 30193:1 30195:6 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30265:4 30267:2 30268:2 30273:1 30277:31 30284:2 30303:1 30327:1 30350:1 30352:1 30354:2 30358:1 30359:2 30360:4 30394:1 30398:2 30410:2 30415:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 48:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 170:1 177:2 181:2 187:1 191:1 200:1 201:1 203:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:2 276:5 277:1 283:2 298:2 299:1 302:1 303:1 333:1 342:1 376:1 377:4 390:1 392:2 395:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:2 466:1 471:2 475:1 486:1 494:1 497:2 508:2 525:1 539:3 543:1 549:1 559:1 565:1 585:1 593:1 599:1 600:1 613:1 616:1 628:1 668:3 672:2 677:2 679:1 684:1 704:6 717:32 720:4 723:1 726:1 727:1 741:1 749:1 762:1 769:2 786:2 792:1 796:2 801:2 809:3 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:3 905:1 931:3 932:1 939:1 947:2 953:1 967:1 979:3 980:7 983:2 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:7 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1144:1 1201:2 1202:1 1205:1 1214:1 1238:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:31 1321:1 1329:2 1330:2 1332:1 1334:4 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:2 1386:1 1387:1 1394:1 1396:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:4 1493:1 1496:1 1498:1 1504:1 1510:2 1513:8 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:2 1612:11 1613:1 1618:1 1626:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1672:3 1674:1 1679:1 1698:1 1701:3 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:8 1770:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:2 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:7 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:1 2196:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2235:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:8 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2442:2 2443:2 2444:2 2447:1 2448:5 2454:8 2456:3 2458:7 2462:3 2466:1 2469:1 2471:1 2475:4 2479:3 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2524:2 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2591:1 2600:4 2601:3 2608:3 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:3 2685:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2745:1 2769:2 2776:1 2788:1 2791:1 2807:2 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2918:1 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:3 3009:5 3014:1 3017:1 3020:2 3033:2 3036:1 3048:1 3070:2 3072:1 3080:2 3085:2 3108:14 3110:32 3114:1 3117:3 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:7 3200:4 3204:2 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3284:1 3286:3 3293:1 3297:1 3323:3 3343:1 3358:1 3367:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:1 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:1 3549:1 3554:1 3556:4 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3711:1 3712:1 3716:2 3728:1 3747:1 3758:1 3761:1 3768:1 3785:1 3786:1 3789:1 3802:1 3805:1 3825:2 3836:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3960:1 3998:3 3999:1 4001:1 4023:1 4029:1 4033:2 4038:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4119:1 4122:1 4128:1 4142:1 4147:31 4148:2 4153:1 4165:1 4171:1 4198:1 4202:1 4203:1 4204:1 4217:1 4222:2 4226:4 4228:3 4249:2 4255:1 4264:1 4269:5 4273:5 4274:2 4283:1 4284:2 4300:1 4322:1 4334:1 4346:1 4348:2 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:2 4411:1 4412:1 4417:1 4425:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4526:3 4551:1 4555:2 4557:1 4559:1 4563:1 4566:1 4578:1 4585:2 4590:31 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:2 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:2 4918:1 4924:5 4934:1 4945:1 4958:1 4962:5 4970:1 5001:1 5013:1 5032:1 5047:1 5050:2 5052:2 5057:2 5058:1 5067:1 5072:3 5082:1 5088:1 5089:3 5101:1 5121:1 5126:1 5142:2 5144:2 5155:17 5156:2 5169:2 5172:1 5200:6 5209:2 5217:2 5238:2 5240:1 5249:1 5255:1 5269:1 5294:4 5296:1 5299:3 5315:4 5316:4 5317:2 5320:1 5323:5 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:5 5352:3 5354:1 5360:1 5384:1 5426:1 5431:2 5446:1 5460:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:1 5650:2 5674:1 5684:1 5685:3 5704:2 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5848:1 5855:1 5856:1 5866:1 5867:1 5870:1 5877:2 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5934:1 5939:2 5940:8 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:2 6009:1 6027:2 6034:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6196:1 6212:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:2 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:2 6381:2 6387:2 6399:2 6402:1 6409:1 6411:1 6416:1 6421:1 6422:3 6427:1 6428:1 6440:1 6443:1 6446:1 6451:1 6470:1 6475:1 6492:1 6509:2 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:2 6536:1 6539:2 6540:2 6541:1 6546:1 6558:1 6574:1 6608:2 6609:1 6616:1 6625:4 6627:2 6632:1 6648:2 6658:1 6671:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:7 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:2 6770:4 6771:2 6772:1 6773:1 6776:4 6779:8 6780:1 6782:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6867:1 6877:1 6882:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:1 6973:1 6976:1 6989:1 6998:1 7000:1 7002:1 7009:1 7017:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:2 7221:2 7223:1 7228:1 7234:1 7245:1 7249:1 7255:1 7283:1 7288:1 7298:1 7299:1 7317:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7434:1 7437:1 7441:1 7448:2 7464:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7557:1 7562:2 7579:1 7593:1 7605:1 7612:1 7628:2 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:3 8068:11 8069:11 8078:1 8092:1 8093:1 8094:5 8095:1 8126:3 8133:4 8137:1 8146:47 8149:1 8151:1 8155:2 8161:1 8162:1 8168:15 8171:4 8177:1 8185:1 8188:1 8210:1 8211:1 8213:1 8215:2 8222:2 8230:1 8236:1 8267:5 8281:2 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:6 8398:1 8408:1 8438:1 8441:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8615:1 8646:1 8647:1 8656:1 8671:1 8674:32 8680:1 8681:1 8687:1 8691:1 8697:1 8701:1 8703:15 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8771:1 8781:1 8786:1 8800:40 8813:1 8816:1 8849:2 8876:1 8884:1 8894:1 8908:1 8916:1 8923:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:2 9020:5 9021:1 9032:1 9037:1 9042:2 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:3 9247:1 9258:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9396:1 9400:2 9402:1 9403:1 9410:1 9413:2 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:3 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:1 9538:2 9541:1 9571:1 9578:5 9589:4 9597:1 9599:1 9604:1 9644:1 9668:4 9670:1 9695:3 9696:1 9727:1 9728:4 9732:2 9734:1 9741:2 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:8 9857:1 9859:2 9865:2 9876:1 9879:1 9892:2 9904:1 9914:1 9916:2 9932:1 9934:2 9936:2 9943:1 9953:1 9972:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:1 10012:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:8 10056:2 10057:9 10067:1 10072:1 10076:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:1 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10331:1 10349:1 10359:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:31 10448:1 10455:1 10464:1 10475:1 10482:2 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:2 10527:1 10535:2 10538:1 10541:1 10547:1 10567:1 10571:4 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:2 10633:1 10638:2 10645:2 10647:2 10659:4 10661:5 10668:1 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:2 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:7 10813:1 10846:1 10898:2 10901:1 10906:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10982:1 10989:1 10994:1 11008:1 11010:7 11025:1 11049:3 11052:1 11067:1 11080:1 11092:1 11094:1 11113:1 11114:1 11117:1 11125:1 11132:4 11140:1 11154:1 11156:5 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:4 11264:2 11266:6 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11320:1 11321:1 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:2 11378:1 11393:1 11401:1 11410:1 11442:1 11474:1 11475:8 11486:1 11487:1 11494:1 11501:2 11503:1 11509:1 11512:2 11515:3 11517:3 11526:1 11531:1 11543:4 11552:1 11559:1 11566:1 11569:2 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11683:1 11685:1 11687:1 11688:1 11694:2 11702:1 11705:2 11713:1 11715:1 11738:1 11755:2 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:1 11871:2 11879:2 11882:1 11890:1 11891:1 11892:3 11894:1 11899:2 11904:1 11907:1 11920:2 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11989:1 11993:5 12017:1 12026:1 12029:1 12035:1 12041:1 12045:1 12051:1 12054:1 12067:8 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12172:1 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12253:2 12255:1 12262:1 12265:1 12267:6 12268:3 12273:2 12276:1 12278:5 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:6 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12484:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12657:1 12678:4 12698:1 12702:1 12707:1 12732:1 12741:1 12750:1 12756:1 12757:1 12758:3 12764:3 12765:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:5 12892:1 12906:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:3 13254:32 13260:1 13262:1 13267:1 13270:4 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13675:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:4 13746:1 13747:1 13753:2 13763:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:5 13873:5 13885:1 13907:1 13927:1 13934:1 13936:11 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:10 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14281:1 14282:1 14286:6 14291:1 14294:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:11 14562:7 14588:1 14632:2 14640:3 14650:1 14656:4 14657:1 14683:1 14734:1 14737:3 14747:1 14748:2 14750:1 14769:1 14775:2 14781:1 14786:1 14792:1 14797:1 14828:4 14862:1 14897:1 14899:1 14915:1 14924:2 14926:1 14928:1 14935:2 14941:1 14942:2 14945:3 14954:1 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:1 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:1 15093:1 15094:1 15097:1 15098:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:2 15138:1 15147:1 15153:2 15168:1 15173:1 15187:32 15190:1 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:3 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15527:1 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15691:1 15703:1 15706:1 15722:1 15725:1 15727:2 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:1 15843:1 15856:1 15860:1 15864:1 15866:2 15875:1 15886:2 15926:3 15928:1 15932:1 15942:1 15958:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16041:1 16046:1 16063:1 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:3 16136:1 16151:1 16155:1 16162:1 16192:5 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16313:1 16319:1 16327:1 16333:2 16347:1 16349:1 16356:4 16371:1 16376:1 16387:5 16393:3 16396:1 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:5 16494:2 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:2 16587:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:12 16665:2 16667:1 16670:1 16706:3 16709:3 16715:2 16737:1 16741:2 16745:1 16747:2 16748:1 16749:1 16751:2 16769:12 16786:1 16795:1 16799:1 16807:1 16820:3 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16915:2 16926:4 16927:2 16929:1 16935:3 16936:1 16943:1 16944:3 16945:1 16946:2 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:1 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:8 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:2 17353:1 17360:1 17361:1 17362:2 17401:1 17412:1 17415:1 17420:3 17422:1 17429:2 17444:1 17446:2 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17565:44 17573:1 17574:2 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17956:1 17959:1 17989:1 18027:1 18030:1 18056:1 18059:1 18071:1 18075:1 18079:1 18082:1 18083:1 18087:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18151:1 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:1 18419:1 18426:1 18431:1 18449:2 18457:1 18469:2 18474:2 18502:4 18503:1 18513:4 18538:4 18539:1 18554:1 18565:1 18568:1 18591:1 18602:1 18606:6 18613:1 18614:2 18643:3 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18791:1 18801:1 18802:4 18806:2 18807:2 18808:1 18814:1 18825:1 18843:1 18847:1 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18929:1 18934:4 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19082:1 19116:9 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19212:1 19220:1 19234:1 19236:1 19248:1 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2289 19346:2 19351:1 19359:2 19369:1 19383:1 19402:1 19404:1 19412:1 19415:1 19418:1 19423:1 19433:1 19444:1 19454:3 19464:1 19468:3 19469:1 19493:1 19504:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:2 19616:1 19634:1 19678:1 19684:1 19693:1 19704:1 19715:1 19716:1 19748:2 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19834:1 19842:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19900:1 19932:1 19938:6 19976:5 19980:1 19984:1 19995:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:6 20144:4 20173:1 20179:4 20186:1 20199:1 20211:2 20214:1 20225:1 20244:22 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20319:1 20324:4 20325:1 20328:1 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20442:1 20446:4 20450:1 20466:1 20467:1 20473:2 20474:1 20495:1 20499:1 20516:2 20519:1 20532:1 20540:1 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20752:1 20767:1 20788:2 20789:7 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:5 20867:1 20879:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:2 20943:2 20947:1 20953:3 20960:1 20967:4 20976:1 20977:1 20992:2 20997:1 21003:1 21008:2 21031:1 21043:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21110:1 21124:1 21152:1 21176:2 21193:1 21196:1 21206:1 21211:1 21252:5 21265:1 21267:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21455:1 21464:2 21468:1 21471:1 21477:1 21495:2 21496:2 21501:1 21504:1 21506:2 21508:1 21509:2 21522:1 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21714:1 21744:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:4 22029:2 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22153:1 22160:1 22171:2 22172:1 22176:1 22179:1 22182:1 22183:2 22187:2 22193:1 22201:1 22205:1 22218:1 22219:1 22235:1 22236:1 22240:1 22267:1 22274:1 22275:2 22282:2 22293:3 22301:1 22303:1 22304:1 22305:1 22317:1 22318:2 22335:1 22337:4 22347:1 22366:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:1 22419:1 22421:1 22437:1 22461:1 22469:6 22492:1 22503:1 22536:2 22537:1 22540:1 22548:7 22552:2 22553:1 22556:1 22557:4 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:9 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:5 22755:4 22756:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:2 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:3 23025:1 23030:2 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:13 23130:1 23134:2 23141:1 23170:1 23175:12 23177:2 23183:1 23187:1 23199:1 23201:1 23230:1 23235:4 23237:2 23239:1 23251:4 23253:2 23282:1 23290:7 23299:1 23305:1 23319:3 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:9 23440:3 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23561:1 23566:1 23573:31 23589:1 23594:2 23595:3 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23867:1 23872:3 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23991:1 23996:3 23999:1 24001:1 24002:2 24041:32 24067:3 24069:1 24076:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24161:1 24169:1 24174:1 24180:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:1 24237:1 24244:1 24245:1 24262:2 24265:2 24295:2 24304:1 24346:1 24352:1 24378:1 24380:1 24391:1 24401:2 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24664:1 24669:2 24673:1 24678:1 24691:1 24692:3 24695:1 24702:1 24710:1 24713:4 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24817:1 24836:1 24838:1 24845:2 24860:1 24869:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:3 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25065:1 25092:1 25100:8 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:1 25150:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:4 25245:1 25268:1 25276:2 25287:1 25315:1 25322:1 25332:1 25333:1 25337:1 25342:3 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25484:1 25486:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25591:2 25594:1 25601:1 25605:1 25611:1 25614:4 25616:1 25622:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25677:1 25687:1 25697:1 25701:1 25756:1 25764:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25845:1 25852:4 25854:2 25855:2 25858:1 25863:2 25864:1 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:6 26078:1 26085:5 26088:3 26094:1 26114:2 26115:1 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26164:1 26169:2 26173:1 26174:1 26181:2 26184:1 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26281:4 26283:1 26284:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26463:4 26476:4 26479:2 26489:1 26494:1 26497:1 26505:4 26519:4 26529:2 26533:3 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:12 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26747:2 26748:1 26751:1 26752:1 26770:2 26774:1 26786:2 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26874:1 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:11 27060:1 27063:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27165:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:1 27212:1 27218:1 27272:2 27303:2 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27412:2 27415:1 27440:1 27443:2 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:3 27808:1 27811:2 27834:1 27843:1 27844:6 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:3 28054:2 28055:1 28056:2 28067:2 28075:1 28087:1 28090:2 28107:2 28111:1 28121:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:1 28209:1 28212:1 28218:1 28223:8 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28349:1 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:2 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28560:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:2 28805:2 28807:1 28810:4 28813:3 28815:1 28816:6 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:2 29002:1 29003:1 29011:1 29020:2 29046:1 29047:1 29057:1 29058:1 29061:1 29072:2 29085:1 29088:1 29091:1 29094:3 29103:1 29115:13 29116:1 29118:1 29121:1 29139:1 29148:3 29158:6 29180:1 29207:1 29225:1 29229:4 29245:1 29257:1 29259:1 29260:2 29263:10 29269:3 29279:1 29283:1 29286:1 29299:1 29301:1 29312:1 29313:12 29322:1 29355:1 29365:2 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:1 29487:1 29505:1 29509:1 29519:1 29529:1 29535:40 29536:1 29558:1 29560:4 29564:2 29573:2 29574:5 29575:2 29576:1 29581:1 29606:1 29639:3 29643:9 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:2 29810:1 29823:1 29838:1 29848:4 29864:2 29876:3 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30089:1 30090:1 30091:2 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30182:1 30184:1 30193:1 30195:7 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30265:4 30267:2 30268:2 30273:1 30277:32 30284:2 30303:1 30327:1 30350:1 30352:1 30354:2 30358:1 30359:2 30360:4 30394:1 30398:2 30410:2 30415:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 48:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 170:1 177:2 181:2 183:1 187:1 191:1 200:1 201:1 203:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:3 276:5 277:1 283:2 298:2 299:1 302:1 303:1 333:1 342:1 376:1 377:4 390:1 392:2 395:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:2 466:1 471:2 475:1 486:1 488:1 494:1 497:2 508:2 525:2 539:3 543:1 549:1 559:1 565:1 585:1 593:1 599:1 600:1 613:1 616:1 628:1 668:3 672:2 677:2 679:1 684:1 694:1 704:6 717:33 720:4 723:1 726:1 727:1 741:1 749:1 762:1 769:2 786:2 792:1 796:2 801:2 809:3 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:3 905:1 931:3 932:1 939:1 947:3 953:1 967:1 979:3 980:7 983:3 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:8 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1144:1 1201:2 1202:1 1205:1 1214:1 1238:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:32 1321:1 1329:2 1330:2 1332:1 1334:4 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:3 1386:1 1387:1 1394:1 1396:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:4 1493:1 1496:1 1498:1 1504:1 1510:2 1513:9 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:2 1612:11 1613:1 1618:1 1626:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1672:3 1674:1 1679:1 1695:1 1698:1 1701:4 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:9 1770:1 1771:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:2 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:7 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:1 2196:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2235:1 2236:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:8 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:1 2439:2 2440:4 2442:2 2443:2 2444:3 2447:1 2448:5 2454:8 2456:4 2458:7 2462:4 2466:1 2469:1 2471:1 2475:4 2479:3 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2520:1 2524:2 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2591:1 2600:4 2601:4 2608:3 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:4 2685:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2745:1 2769:2 2776:1 2788:1 2791:1 2807:2 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2918:3 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:4 3009:5 3014:1 3017:1 3020:2 3033:2 3036:1 3048:1 3070:2 3072:1 3080:2 3085:2 3108:17 3110:33 3114:1 3117:3 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:7 3200:4 3204:2 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3284:1 3286:3 3293:1 3297:1 3323:3 3343:1 3358:1 3367:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:2 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:1 3549:1 3554:1 3556:4 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3711:1 3712:1 3716:2 3728:1 3747:1 3758:1 3761:1 3763:1 3768:1 3785:1 3786:1 3789:1 3802:1 3805:1 3825:2 3836:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3960:1 3998:3 3999:1 4001:1 4023:1 4029:1 4033:2 4038:1 4044:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4119:1 4122:1 4128:1 4142:1 4147:32 4148:2 4153:1 4160:1 4165:1 4171:1 4198:1 4202:1 4203:1 4204:1 4217:1 4222:2 4226:4 4228:3 4249:2 4255:1 4264:1 4269:5 4273:5 4274:2 4283:1 4284:2 4300:1 4322:1 4334:1 4346:1 4348:2 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:2 4411:1 4412:1 4417:1 4425:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4519:1 4526:3 4551:1 4555:2 4557:1 4559:1 4563:1 4566:1 4578:1 4585:2 4590:32 4591:1 4596:1 4598:1 4603:4 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:3 4772:1 4779:2 4783:2 4784:1 4791:1 4810:1 4833:7 4838:1 4854:2 4918:1 4924:5 4934:3 4945:1 4958:1 4962:5 4970:1 5001:1 5013:1 5032:1 5047:1 5050:2 5052:2 5057:2 5058:1 5067:1 5072:3 5082:1 5088:1 5089:3 5101:1 5120:1 5121:1 5126:1 5142:2 5144:2 5155:18 5156:2 5169:2 5172:1 5200:6 5209:2 5217:2 5238:2 5240:1 5249:1 5255:1 5269:1 5294:4 5296:1 5299:3 5315:4 5316:4 5317:2 5320:1 5323:5 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:5 5352:3 5354:1 5360:1 5384:1 5426:1 5431:2 5446:1 5460:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:1 5650:2 5674:1 5684:1 5685:3 5704:2 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5848:1 5855:1 5856:1 5866:1 5867:1 5870:1 5877:2 5878:1 5885:1 5900:1 5902:1 5903:1 5922:2 5932:1 5934:1 5939:2 5940:9 5942:1 5949:1 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:2 6009:1 6027:2 6034:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6196:1 6212:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:2 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:2 6381:2 6387:2 6399:2 6402:1 6409:1 6411:1 6416:1 6421:1 6422:3 6427:1 6428:1 6440:1 6443:1 6446:1 6451:1 6470:1 6475:1 6492:1 6509:2 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:2 6536:1 6539:2 6540:2 6541:1 6546:1 6558:1 6574:2 6608:2 6609:1 6616:1 6625:4 6627:2 6632:1 6648:3 6658:1 6659:1 6671:1 6679:1 6705:2 6712:1 6728:1 6729:1 6738:1 6749:7 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:2 6770:4 6771:2 6772:1 6773:1 6776:4 6779:8 6780:1 6782:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6840:1 6867:1 6877:1 6882:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:2 6973:1 6976:1 6989:1 6998:1 7000:1 7002:1 7009:1 7017:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:2 7221:2 7223:1 7228:1 7234:1 7245:1 7249:1 7255:2 7283:1 7288:1 7298:1 7299:1 7317:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7434:1 7437:1 7441:1 7448:2 7464:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7557:1 7562:2 7579:1 7593:1 7605:1 7612:1 7628:2 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7724:1 7738:1 7739:2 7754:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7927:1 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:3 8068:11 8069:12 8078:1 8092:1 8093:1 8094:5 8095:1 8126:3 8133:4 8137:1 8146:49 8149:1 8151:1 8155:2 8161:1 8162:1 8168:18 8171:4 8177:1 8185:1 8188:1 8210:1 8211:3 8213:1 8215:2 8222:2 8230:1 8236:1 8267:6 8281:2 8285:1 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:6 8398:1 8408:1 8438:1 8441:2 8453:1 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8615:1 8646:1 8647:1 8656:1 8671:1 8674:33 8680:1 8681:1 8687:1 8691:1 8697:1 8701:1 8703:16 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8771:1 8781:1 8786:1 8800:41 8813:1 8816:1 8849:2 8857:1 8876:1 8884:1 8894:1 8908:2 8916:1 8918:1 8923:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:2 9020:5 9021:1 9032:1 9037:1 9042:2 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9116:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:3 9247:1 9258:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9396:1 9400:2 9402:1 9403:1 9410:1 9411:1 9413:2 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:3 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:1 9538:2 9541:1 9571:1 9578:5 9589:4 9597:1 9599:1 9604:2 9644:1 9668:4 9670:1 9695:3 9696:1 9727:1 9728:4 9732:2 9734:1 9741:4 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9776:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:8 9857:1 9859:2 9865:2 9876:1 9879:1 9892:2 9904:1 9914:1 9916:2 9932:1 9934:2 9936:2 9943:1 9953:1 9972:1 9982:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:1 10012:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:9 10056:2 10057:9 10067:1 10072:1 10076:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:1 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:1 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10331:1 10349:1 10359:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:32 10440:1 10443:1 10448:1 10455:1 10464:1 10475:1 10482:2 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:2 10527:1 10535:2 10538:1 10541:1 10547:1 10567:1 10571:4 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:2 10633:1 10638:2 10645:2 10647:2 10659:4 10661:5 10668:1 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:2 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:7 10813:1 10846:1 10898:2 10901:1 10906:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10982:1 10989:1 10994:1 11008:1 11010:7 11025:1 11049:3 11052:1 11067:1 11080:1 11092:1 11094:1 11113:1 11114:1 11117:1 11125:1 11132:4 11140:1 11154:1 11156:5 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:4 11264:2 11266:6 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11320:1 11321:1 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:2 11378:1 11393:1 11401:1 11410:1 11442:1 11474:1 11475:9 11486:1 11487:1 11494:1 11501:2 11503:1 11509:1 11512:2 11515:3 11517:3 11526:1 11531:1 11543:4 11552:1 11559:1 11566:1 11569:2 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11683:1 11685:1 11687:1 11688:1 11694:2 11702:1 11705:2 11713:1 11715:1 11738:1 11755:2 11782:1 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:1 11871:2 11879:2 11882:1 11890:1 11891:1 11892:3 11894:1 11899:2 11904:1 11907:1 11920:2 11921:4 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11989:1 11993:5 12017:1 12026:1 12029:1 12035:2 12041:1 12045:1 12051:1 12054:1 12067:8 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12169:1 12172:1 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12253:2 12255:1 12262:1 12265:1 12267:6 12268:4 12273:2 12276:1 12278:5 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:8 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12484:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12657:1 12678:4 12698:1 12702:1 12707:1 12732:1 12741:1 12750:1 12756:1 12757:1 12758:3 12764:4 12765:1 12769:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:5 12892:1 12906:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:3 13254:33 13260:1 13262:1 13267:1 13270:5 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13433:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13675:1 13676:1 13689:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:4 13731:2 13746:1 13747:1 13753:2 13763:1 13779:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:5 13873:5 13885:1 13907:1 13908:1 13927:1 13934:1 13936:13 13940:1 13949:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:10 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14281:1 14282:1 14286:6 14291:1 14294:1 14299:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:11 14562:7 14588:1 14632:2 14640:4 14650:1 14656:4 14657:1 14683:1 14734:1 14737:3 14747:1 14748:2 14750:1 14769:1 14775:2 14781:1 14786:1 14792:1 14797:1 14828:4 14862:1 14897:1 14899:1 14915:2 14924:2 14926:1 14928:1 14935:2 14941:2 14942:2 14945:3 14954:1 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:1 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:1 15093:1 15094:1 15095:1 15097:1 15098:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:2 15138:1 15147:1 15153:2 15168:1 15173:1 15187:33 15190:1 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:3 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15527:1 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15691:1 15703:1 15706:1 15707:1 15722:1 15725:1 15727:3 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:1 15843:1 15850:1 15856:1 15860:1 15864:1 15866:2 15875:1 15886:2 15926:3 15928:1 15932:1 15942:1 15958:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16041:1 16046:1 16063:1 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:3 16136:1 16151:1 16155:1 16162:1 16192:5 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16313:1 16319:1 16327:1 16333:2 16347:1 16349:1 16356:4 16371:1 16376:1 16386:1 16387:5 16393:3 16396:1 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:5 16494:2 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:2 16587:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:14 16665:2 16667:1 16670:1 16706:3 16709:3 16715:2 16721:1 16737:1 16741:2 16745:1 16747:2 16748:1 16749:1 16751:2 16769:12 16786:1 16795:1 16799:1 16807:1 16820:3 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16914:1 16915:2 16926:4 16927:2 16929:1 16935:4 16936:1 16943:1 16944:3 16945:1 16946:2 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:1 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:9 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:2 17353:1 17355:1 17360:1 17361:1 17362:2 17401:1 17412:1 17415:1 17420:3 17422:1 17429:2 17444:1 17446:2 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17565:45 17573:1 17574:2 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17938:1 17956:1 17959:1 17989:1 18027:1 18030:1 18056:1 18059:1 18071:1 18075:1 18079:1 18082:1 18083:1 18087:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18151:2 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:2 18419:1 18426:1 18431:1 18449:2 18457:1 18469:3 18474:2 18502:4 18503:1 18513:4 18525:1 18538:4 18539:1 18547:1 18554:1 18565:1 18568:1 18591:1 18602:1 18606:6 18613:1 18614:2 18643:3 18649:1 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18791:1 18801:1 18802:4 18806:2 18807:2 18808:1 18814:1 18825:1 18843:1 18847:1 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18929:1 18934:4 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19082:1 19116:9 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19212:1 19218:1 19220:1 19234:1 19236:1 19248:2 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2378 19346:2 19351:1 19359:2 19369:1 19383:1 19402:1 19404:1 19406:1 19412:1 19415:1 19418:1 19423:1 19433:1 19444:1 19454:3 19464:1 19468:3 19469:1 19493:1 19498:1 19504:1 19516:1 19523:1 19529:1 19543:1 19555:1 19604:1 19610:2 19611:1 19616:1 19634:1 19678:1 19684:1 19693:1 19704:1 19715:1 19716:1 19748:2 19753:1 19782:1 19784:1 19799:1 19820:1 19827:2 19829:1 19834:1 19842:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19900:1 19932:1 19938:6 19976:5 19980:1 19984:1 19989:1 19995:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:6 20144:4 20173:1 20179:4 20186:1 20199:1 20211:2 20214:1 20225:1 20244:22 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20296:1 20319:1 20324:4 20325:1 20327:1 20328:2 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20442:1 20446:4 20450:1 20466:1 20467:1 20473:2 20474:1 20495:1 20499:1 20502:1 20516:2 20519:1 20532:1 20540:2 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20752:1 20767:1 20788:2 20789:8 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:7 20867:1 20879:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:2 20943:2 20947:1 20953:3 20960:1 20965:1 20967:6 20976:1 20977:1 20992:2 20997:1 21003:1 21008:2 21031:1 21043:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21106:1 21110:1 21124:1 21152:1 21176:2 21193:1 21196:1 21206:1 21211:1 21252:5 21259:1 21265:1 21267:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21448:1 21455:1 21464:2 21468:1 21471:1 21477:1 21495:2 21496:3 21501:1 21504:1 21506:2 21508:1 21509:2 21522:1 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21714:1 21744:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:4 22029:2 22036:1 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22153:1 22160:1 22171:2 22172:1 22176:1 22179:1 22182:1 22183:2 22187:2 22193:1 22201:1 22205:1 22218:1 22219:1 22235:1 22236:1 22240:1 22267:1 22274:1 22275:2 22282:2 22293:3 22301:1 22303:1 22304:1 22305:1 22317:1 22318:2 22335:1 22337:4 22347:1 22366:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:1 22419:1 22421:1 22437:1 22461:1 22469:6 22492:1 22503:1 22536:2 22537:1 22540:1 22548:7 22552:2 22553:1 22556:1 22557:4 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:9 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22725:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:7 22755:4 22756:1 22761:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:2 22901:2 22905:1 22908:4 22928:2 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:3 23025:1 23030:2 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:13 23130:1 23134:2 23141:1 23170:1 23175:12 23177:2 23183:1 23187:1 23199:1 23201:1 23230:1 23235:4 23237:2 23239:1 23251:4 23253:2 23282:1 23290:7 23299:1 23305:1 23319:3 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:9 23440:3 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23561:1 23566:1 23573:32 23589:1 23594:2 23595:3 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23651:2 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23867:1 23872:3 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23991:1 23996:3 23999:1 24001:1 24002:2 24041:33 24067:3 24069:1 24076:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24161:1 24169:1 24174:1 24180:1 24183:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:1 24237:1 24244:1 24245:1 24262:2 24265:2 24295:2 24304:1 24346:1 24352:1 24378:1 24380:1 24391:1 24401:2 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24532:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24664:1 24669:2 24673:1 24678:1 24691:1 24692:3 24695:1 24702:1 24710:1 24713:6 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24781:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24817:1 24836:1 24838:1 24845:2 24860:1 24869:1 24873:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:5 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25065:1 25092:1 25100:9 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:1 25150:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:4 25245:1 25268:1 25276:2 25287:1 25315:1 25322:1 25332:1 25333:1 25337:1 25342:3 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25484:1 25486:2 25503:1 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25591:2 25594:1 25601:1 25605:2 25611:1 25614:4 25616:1 25622:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25677:1 25687:1 25694:1 25697:1 25701:1 25756:1 25764:1 25775:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25845:1 25852:4 25854:2 25855:2 25858:1 25863:2 25864:1 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:6 26078:1 26085:5 26088:3 26094:1 26114:2 26115:2 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26164:1 26169:2 26173:1 26174:1 26181:2 26184:1 26186:1 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26277:1 26281:4 26283:1 26284:1 26285:2 26287:1 26289:1 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26463:4 26476:4 26479:2 26489:1 26494:1 26497:1 26505:4 26519:4 26529:2 26533:4 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:12 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26747:2 26748:1 26751:1 26752:1 26770:2 26774:1 26786:2 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26874:1 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:11 27060:1 27063:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27165:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:1 27212:1 27218:1 27272:2 27303:2 27305:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27373:1 27412:2 27415:1 27440:1 27443:2 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:3 27808:1 27811:2 27834:1 27843:2 27844:7 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:3 28054:2 28055:1 28056:2 28067:2 28075:1 28087:1 28090:2 28107:2 28109:1 28111:1 28121:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:1 28209:1 28212:1 28218:1 28223:8 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28349:2 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28372:1 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:3 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:7 28481:1 28491:4 28519:1 28522:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28560:1 28581:2 28582:1 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:2 28805:2 28807:1 28810:4 28813:3 28815:1 28816:7 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:2 29002:1 29003:1 29011:1 29020:2 29046:1 29047:1 29057:1 29058:1 29061:1 29072:2 29085:1 29088:1 29091:1 29094:3 29103:1 29115:13 29116:1 29118:1 29121:1 29139:1 29148:3 29158:6 29180:1 29207:1 29222:1 29225:1 29229:4 29245:1 29257:1 29259:1 29260:2 29263:11 29269:3 29279:1 29283:1 29286:1 29299:1 29301:1 29312:1 29313:12 29322:1 29355:1 29365:2 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:1 29487:1 29505:1 29509:1 29512:1 29519:1 29529:1 29535:41 29536:1 29558:1 29560:5 29564:2 29573:2 29574:5 29575:2 29576:1 29581:1 29606:1 29639:4 29643:11 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:2 29810:1 29823:1 29838:1 29842:1 29848:4 29864:2 29876:4 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30089:1 30090:1 30091:2 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30173:1 30182:1 30184:1 30193:1 30195:9 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30265:4 30267:2 30268:2 30273:1 30277:33 30284:2 30303:1 30327:1 30350:1 30352:1 30354:2 30358:1 30359:2 30360:4 30394:1 30398:2 30410:2 30415:1 30430:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 48:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 170:2 177:2 181:2 183:1 187:1 191:1 200:1 201:1 203:1 206:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:3 276:5 277:1 283:2 298:2 299:1 302:1 303:1 333:2 342:1 376:1 377:4 390:1 392:2 395:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:2 466:1 471:2 475:1 486:1 488:1 494:1 497:2 508:2 525:2 539:3 543:1 549:1 559:1 565:1 585:1 593:1 599:1 600:1 613:1 616:1 628:1 668:3 672:2 677:2 679:1 684:1 694:1 704:6 717:34 718:1 720:4 723:1 726:1 727:1 741:1 749:1 762:1 769:2 786:2 792:1 796:2 801:2 809:3 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:1 881:3 905:1 931:3 932:1 939:1 947:3 953:1 967:1 979:3 980:7 983:3 984:1 992:5 1006:1 1015:4 1022:1 1029:2 1035:3 1038:9 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1144:1 1194:1 1201:2 1202:1 1205:1 1214:1 1238:1 1247:1 1256:1 1259:3 1284:1 1313:1 1315:33 1321:1 1329:2 1330:2 1332:1 1334:4 1337:1 1338:1 1351:1 1360:1 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:3 1386:2 1387:1 1394:1 1396:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1481:4 1493:1 1496:1 1498:1 1504:1 1510:2 1513:10 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:2 1612:11 1613:1 1618:1 1626:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1672:3 1674:1 1679:1 1695:1 1698:1 1701:4 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:10 1770:1 1771:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:2 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2052:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:7 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:1 2196:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2235:1 2236:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:9 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:2 2439:2 2440:4 2442:2 2443:2 2444:3 2447:1 2448:5 2454:8 2456:4 2458:7 2462:4 2466:1 2467:1 2469:1 2471:1 2475:4 2479:3 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2520:1 2524:2 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2591:1 2600:4 2601:4 2604:1 2608:4 2621:2 2622:2 2624:4 2633:3 2634:1 2645:1 2648:1 2655:1 2671:4 2685:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2740:1 2745:1 2769:2 2776:1 2788:1 2791:1 2807:2 2818:1 2819:1 2860:1 2861:2 2874:2 2881:2 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2918:4 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:5 3009:5 3014:1 3017:1 3020:2 3033:2 3036:1 3048:1 3070:2 3072:1 3080:2 3083:1 3085:2 3092:1 3108:17 3110:34 3114:1 3117:3 3118:1 3135:2 3137:1 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:8 3200:4 3204:2 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3284:1 3286:3 3293:1 3297:1 3323:3 3343:1 3358:1 3367:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:2 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:1 3549:1 3554:1 3556:4 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3711:1 3712:1 3716:2 3728:1 3747:1 3758:1 3761:1 3763:1 3768:1 3785:1 3786:1 3789:1 3802:1 3805:1 3825:2 3836:1 3842:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3960:1 3988:1 3998:3 3999:1 4001:1 4023:1 4029:1 4033:2 4038:1 4044:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4119:1 4122:1 4128:1 4142:1 4147:33 4148:2 4153:1 4160:1 4165:1 4171:1 4198:1 4202:1 4203:1 4204:1 4217:1 4222:2 4226:4 4228:4 4249:2 4255:1 4264:1 4269:5 4273:5 4274:2 4283:1 4284:2 4300:1 4322:1 4334:1 4346:1 4348:2 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:2 4411:1 4412:1 4417:1 4425:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4519:1 4526:3 4551:1 4555:2 4557:1 4559:1 4563:1 4566:1 4578:1 4585:2 4590:33 4591:1 4596:1 4598:1 4603:5 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:3 4772:1 4779:2 4783:2 4784:1 4788:1 4791:1 4810:1 4833:7 4838:1 4854:2 4918:1 4924:5 4934:4 4945:1 4958:1 4962:6 4970:1 5001:1 5013:1 5032:1 5047:1 5050:2 5052:2 5057:2 5058:1 5067:1 5072:3 5082:1 5088:1 5089:3 5101:1 5120:1 5121:1 5126:1 5142:2 5144:2 5155:19 5156:2 5169:2 5172:1 5200:6 5209:2 5217:2 5238:2 5240:1 5249:1 5255:1 5269:1 5294:4 5296:1 5299:3 5315:4 5316:4 5317:2 5320:1 5323:5 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:5 5352:4 5354:1 5360:1 5368:1 5384:1 5426:1 5431:2 5446:1 5460:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:1 5650:2 5674:1 5684:1 5685:3 5704:2 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5848:1 5855:1 5856:1 5866:1 5867:1 5870:1 5877:2 5878:1 5885:2 5900:1 5902:1 5903:1 5921:1 5922:2 5932:1 5934:1 5939:2 5940:10 5942:1 5949:2 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:2 6009:1 6027:2 6034:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6185:1 6196:1 6212:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:2 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:2 6381:2 6387:2 6399:2 6402:1 6409:1 6411:1 6416:1 6421:2 6422:3 6427:1 6428:1 6440:1 6443:1 6446:1 6451:1 6470:1 6475:1 6492:1 6509:2 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:2 6536:2 6539:2 6540:2 6541:1 6546:1 6558:1 6574:2 6608:2 6609:1 6616:1 6625:4 6627:2 6632:1 6648:3 6658:1 6659:1 6671:1 6679:1 6705:2 6712:1 6728:1 6729:1 6736:1 6738:1 6749:7 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:2 6770:4 6771:2 6772:1 6773:1 6776:4 6779:8 6780:1 6782:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6840:1 6867:1 6877:1 6882:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:2 6973:1 6976:1 6989:1 6998:1 7000:1 7002:1 7009:1 7017:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:3 7221:2 7223:1 7228:1 7234:1 7245:1 7249:1 7255:2 7283:1 7288:1 7298:1 7299:1 7317:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7434:1 7437:1 7441:1 7448:2 7464:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7557:1 7562:2 7579:1 7593:1 7605:1 7612:1 7628:3 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7685:1 7714:1 7716:1 7724:1 7732:1 7738:1 7739:2 7754:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7927:1 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:3 8068:12 8069:13 8078:1 8092:1 8093:1 8094:5 8095:1 8126:3 8133:4 8137:1 8146:51 8149:1 8151:1 8155:2 8161:1 8162:1 8168:19 8171:5 8177:1 8182:1 8185:1 8188:1 8210:1 8211:4 8213:1 8215:2 8222:2 8230:1 8236:1 8267:6 8281:2 8285:1 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:6 8398:1 8408:1 8438:1 8441:2 8453:1 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8610:2 8615:1 8646:1 8647:1 8656:1 8671:1 8674:34 8680:1 8681:1 8687:1 8689:1 8691:1 8697:1 8701:1 8703:16 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8771:1 8781:1 8786:1 8800:42 8813:1 8816:1 8849:2 8857:1 8876:1 8884:1 8894:1 8908:2 8916:1 8918:1 8923:1 8927:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:2 9020:5 9021:1 9032:1 9037:1 9042:2 9065:3 9066:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9116:1 9132:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:3 9247:1 9258:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9396:1 9400:2 9402:1 9403:1 9405:1 9410:1 9411:1 9413:2 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:3 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:2 9538:2 9541:1 9571:1 9578:6 9589:5 9597:1 9599:1 9604:2 9644:1 9668:4 9670:1 9695:3 9696:1 9727:1 9728:4 9732:2 9734:1 9741:5 9743:3 9744:1 9746:1 9752:1 9755:2 9758:2 9768:1 9776:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:8 9857:1 9859:2 9865:2 9876:1 9879:1 9892:2 9904:1 9914:1 9916:2 9932:1 9934:2 9936:2 9943:1 9953:1 9972:1 9982:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:1 10012:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:10 10056:2 10057:9 10067:1 10072:1 10076:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10140:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:1 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:2 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10330:1 10331:1 10349:1 10359:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:33 10440:1 10443:1 10448:1 10455:1 10464:1 10475:1 10482:2 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:2 10527:1 10535:2 10538:1 10541:1 10547:1 10567:1 10571:4 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:2 10633:1 10635:1 10638:2 10645:2 10647:2 10659:5 10661:5 10668:1 10672:1 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:2 10735:1 10745:1 10765:1 10767:2 10771:1 10775:1 10783:1 10784:1 10795:1 10800:7 10813:1 10846:1 10898:2 10901:1 10906:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10982:1 10989:1 10994:1 11008:1 11010:7 11025:1 11049:3 11052:1 11067:1 11080:1 11092:1 11094:1 11113:1 11114:1 11117:1 11125:1 11132:4 11140:1 11154:1 11156:5 11180:2 11211:2 11230:1 11235:1 11237:2 11257:1 11258:5 11264:2 11266:6 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11320:1 11321:1 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11375:2 11378:1 11393:1 11401:1 11409:1 11410:1 11442:1 11474:1 11475:10 11486:1 11487:1 11494:1 11501:2 11503:1 11509:1 11512:2 11515:3 11517:3 11526:1 11531:1 11543:4 11552:1 11559:1 11566:1 11569:2 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11683:1 11685:1 11687:1 11688:1 11694:2 11702:1 11705:2 11713:1 11715:1 11738:1 11755:2 11782:1 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:2 11871:2 11879:2 11882:1 11890:1 11891:1 11892:4 11894:1 11899:2 11904:1 11907:1 11920:2 11921:5 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11989:1 11993:5 12017:1 12026:1 12029:1 12035:2 12039:1 12041:1 12045:1 12051:1 12054:1 12067:9 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12169:1 12172:1 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12251:1 12253:2 12255:1 12262:1 12265:1 12267:6 12268:4 12273:2 12276:1 12278:5 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:8 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12484:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12657:1 12678:4 12698:1 12702:1 12707:1 12732:1 12741:1 12749:1 12750:1 12756:1 12757:1 12758:3 12764:5 12765:1 12769:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:2 12881:5 12892:1 12906:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:3 13254:34 13260:1 13262:1 13267:1 13270:5 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13433:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13675:1 13676:1 13689:1 13691:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:4 13731:3 13746:1 13747:1 13753:2 13763:1 13779:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:6 13873:5 13885:1 13907:1 13908:1 13927:1 13934:1 13936:14 13940:1 13949:1 13981:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:10 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14281:1 14282:1 14286:6 14291:1 14294:1 14299:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:11 14562:7 14588:1 14632:2 14640:5 14650:1 14656:4 14657:1 14683:1 14734:1 14737:3 14747:1 14748:2 14750:1 14769:1 14775:2 14781:1 14786:1 14792:1 14797:1 14828:4 14862:1 14868:1 14897:1 14899:1 14915:2 14924:2 14926:1 14928:1 14935:2 14941:2 14942:2 14945:3 14954:1 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:1 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:1 15093:1 15094:1 15095:1 15097:1 15098:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:2 15138:1 15147:1 15153:2 15168:1 15173:1 15187:34 15190:1 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:3 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15527:1 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15691:1 15703:1 15706:1 15707:1 15722:1 15725:1 15727:3 15728:1 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:2 15843:1 15850:1 15856:1 15860:1 15864:1 15866:2 15875:1 15886:2 15926:3 15928:1 15932:1 15942:1 15958:1 15961:2 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16041:1 16046:1 16063:1 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:4 16136:1 16151:1 16155:1 16162:1 16192:5 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16313:1 16319:1 16327:1 16333:2 16347:1 16349:1 16356:4 16371:1 16376:1 16386:1 16387:5 16393:3 16396:2 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:5 16494:2 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:3 16587:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:15 16665:2 16667:1 16670:1 16706:4 16709:3 16715:2 16721:1 16737:1 16741:2 16745:1 16747:2 16748:1 16749:1 16751:2 16769:12 16786:1 16795:1 16799:1 16807:1 16820:4 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16914:1 16915:2 16926:4 16927:2 16929:1 16935:4 16936:1 16943:1 16944:3 16945:1 16946:2 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:1 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:10 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:2 17353:1 17355:1 17360:1 17361:1 17362:2 17401:1 17412:1 17415:1 17420:3 17422:1 17429:2 17444:2 17446:3 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17562:1 17565:46 17573:1 17574:2 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17938:1 17956:1 17959:1 17989:1 18027:1 18030:1 18056:1 18059:1 18071:1 18075:1 18079:1 18082:1 18083:1 18087:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18151:2 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18316:1 18317:1 18332:1 18337:1 18349:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:2 18419:1 18426:1 18431:1 18449:2 18457:1 18469:3 18474:2 18502:4 18503:1 18513:4 18525:1 18538:4 18539:1 18547:1 18554:1 18565:1 18568:1 18591:1 18602:1 18606:7 18613:1 18614:2 18643:3 18649:1 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18791:1 18801:1 18802:4 18806:2 18807:2 18808:1 18814:1 18825:1 18843:1 18847:1 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18929:1 18934:5 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19082:1 19116:9 19128:1 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19205:1 19212:1 19218:1 19220:1 19234:1 19236:1 19248:2 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2430 19346:2 19351:1 19359:2 19369:1 19383:1 19400:1 19402:1 19404:1 19406:1 19412:1 19415:1 19418:1 19423:1 19433:1 19444:1 19454:3 19464:1 19468:3 19469:1 19493:1 19498:1 19504:1 19516:1 19523:1 19529:2 19543:1 19555:1 19585:1 19604:1 19610:2 19611:1 19616:1 19634:1 19678:1 19684:1 19693:2 19704:1 19715:1 19716:1 19748:2 19753:1 19782:1 19784:1 19799:1 19811:1 19820:1 19827:2 19829:1 19834:1 19842:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19900:1 19932:1 19938:6 19976:5 19980:1 19984:1 19989:2 19995:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:7 20144:4 20173:1 20179:4 20186:1 20199:1 20211:2 20214:1 20225:1 20244:23 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20296:2 20319:1 20324:4 20325:1 20327:1 20328:2 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20425:1 20434:1 20435:1 20442:1 20446:4 20450:2 20466:1 20467:1 20473:3 20474:1 20495:1 20499:1 20502:1 20516:2 20519:1 20532:1 20540:2 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20751:1 20752:1 20767:1 20788:2 20789:8 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:7 20867:1 20879:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:2 20943:2 20947:1 20953:3 20960:1 20965:1 20967:6 20976:1 20977:1 20992:3 20997:1 21003:1 21008:2 21031:1 21043:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21106:1 21110:1 21124:1 21152:1 21176:2 21184:1 21193:1 21196:1 21206:1 21211:1 21252:6 21259:1 21265:1 21267:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21448:1 21455:1 21464:2 21468:1 21471:1 21477:1 21495:2 21496:3 21501:1 21504:1 21506:2 21508:1 21509:2 21522:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21714:1 21744:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:4 22029:2 22036:1 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22149:1 22153:1 22160:1 22171:2 22172:1 22176:1 22179:1 22182:1 22183:2 22187:2 22193:1 22201:1 22205:1 22218:1 22219:1 22235:1 22236:1 22240:1 22267:1 22274:1 22275:2 22282:2 22293:4 22301:1 22303:1 22304:1 22305:1 22317:2 22318:2 22335:1 22337:4 22347:1 22348:1 22366:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:1 22419:1 22421:1 22437:1 22461:1 22469:7 22492:1 22503:1 22536:2 22537:1 22540:1 22548:7 22552:2 22553:1 22556:1 22557:4 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:10 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22725:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:7 22755:4 22756:1 22761:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:2 22901:2 22905:1 22908:4 22912:1 22928:2 22931:1 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:4 23025:1 23030:2 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:15 23130:1 23134:2 23141:1 23160:1 23170:1 23175:12 23177:2 23183:1 23187:1 23199:1 23201:1 23207:1 23230:1 23235:4 23237:2 23239:1 23251:4 23253:2 23282:1 23290:7 23299:1 23305:1 23319:3 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:9 23440:3 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23561:1 23566:1 23573:33 23589:1 23594:3 23595:3 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23651:3 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23867:1 23872:3 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23988:1 23991:1 23996:3 23999:1 24001:1 24002:2 24041:34 24067:3 24069:1 24076:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24161:1 24169:1 24174:1 24180:1 24183:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:2 24237:1 24244:1 24245:1 24262:2 24265:2 24295:2 24304:1 24346:1 24352:1 24378:1 24380:1 24391:1 24401:2 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24532:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24664:1 24665:1 24669:2 24673:1 24678:1 24691:1 24692:3 24695:1 24702:1 24710:1 24713:7 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24781:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24817:1 24836:1 24838:1 24845:2 24860:1 24869:1 24873:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:5 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25029:1 25060:3 25061:1 25065:1 25092:1 25100:10 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:2 25150:1 25160:1 25184:1 25214:1 25220:1 25228:1 25235:5 25245:1 25268:1 25276:2 25287:1 25315:1 25322:1 25332:1 25333:1 25337:1 25342:3 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25484:1 25486:2 25503:1 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25591:2 25594:1 25601:1 25605:2 25611:1 25614:4 25616:1 25622:1 25629:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25675:1 25676:1 25677:1 25687:1 25694:1 25697:1 25701:1 25756:1 25764:1 25775:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25845:1 25852:5 25854:2 25855:2 25858:1 25863:2 25864:1 25911:1 25918:1 25921:2 25944:1 25947:1 25976:1 25978:1 25984:1 26029:1 26054:1 26057:1 26061:1 26063:2 26064:6 26078:1 26085:6 26088:3 26094:1 26112:1 26114:2 26115:2 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26164:1 26169:2 26173:1 26174:1 26181:2 26184:1 26186:1 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26277:1 26281:4 26283:1 26284:1 26285:2 26287:1 26289:2 26290:1 26316:1 26319:1 26320:1 26323:1 26333:2 26344:1 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26462:1 26463:4 26476:4 26479:2 26489:1 26494:1 26497:1 26505:5 26519:4 26529:2 26533:4 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:14 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26744:1 26747:2 26748:1 26751:1 26752:1 26770:2 26774:1 26786:2 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26874:1 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:11 27060:1 27063:1 27071:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27165:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:1 27212:1 27218:1 27272:2 27303:2 27305:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27373:1 27412:2 27415:1 27440:1 27443:2 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:4 27808:1 27811:2 27834:1 27843:2 27844:7 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:4 28054:2 28055:1 28056:2 28067:2 28075:1 28087:1 28090:2 28107:2 28109:1 28111:1 28121:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:1 28209:1 28212:1 28218:1 28223:8 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28349:2 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28372:1 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:3 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:8 28481:1 28491:4 28519:1 28522:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28560:1 28581:2 28582:2 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:2 28805:2 28807:1 28810:4 28813:3 28815:1 28816:7 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:2 29002:1 29003:1 29011:1 29020:2 29046:1 29047:1 29057:1 29058:1 29061:1 29072:2 29085:1 29088:1 29091:1 29094:3 29103:1 29115:13 29116:2 29118:1 29121:1 29139:1 29148:3 29158:6 29180:1 29207:1 29222:1 29225:1 29229:4 29245:1 29257:1 29259:1 29260:2 29263:12 29269:3 29279:1 29283:1 29286:1 29299:1 29301:1 29312:1 29313:13 29322:2 29355:1 29365:2 29367:1 29372:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:1 29487:1 29505:1 29509:1 29512:1 29519:1 29529:1 29535:42 29536:1 29558:1 29560:5 29564:2 29573:2 29574:5 29575:2 29576:1 29581:1 29606:1 29639:4 29643:12 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:2 29810:1 29823:1 29838:1 29842:1 29848:5 29864:2 29876:5 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:2 30089:1 30090:1 30091:2 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30173:1 30182:1 30184:1 30193:1 30195:10 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30265:4 30267:2 30268:2 30273:1 30277:34 30284:2 30303:1 30327:1 30350:1 30352:1 30354:2 30358:2 30359:2 30360:5 30394:1 30398:2 30410:2 30415:1 30430:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 48:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 170:2 177:2 181:2 183:1 187:1 191:1 200:1 201:1 203:1 206:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:3 276:5 277:1 283:2 298:2 299:1 302:1 303:1 333:2 342:1 376:1 377:4 390:1 392:2 395:1 399:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:2 466:1 471:2 475:1 486:1 488:1 494:1 497:2 508:2 525:2 539:3 543:1 549:1 559:1 565:1 585:1 593:1 599:1 600:1 613:1 616:1 628:1 668:3 672:2 677:2 679:1 684:1 694:1 704:6 717:35 718:1 720:4 723:1 726:1 727:1 741:1 749:1 762:1 769:3 786:2 792:1 796:2 801:2 809:3 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:2 881:3 905:1 931:3 932:1 939:1 947:3 953:1 967:1 979:3 980:7 983:3 984:1 992:5 1006:1 1015:5 1022:1 1029:2 1035:4 1038:10 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1144:1 1194:1 1201:2 1202:1 1205:1 1214:1 1238:1 1247:1 1256:1 1259:3 1268:1 1284:1 1313:1 1315:34 1321:1 1329:2 1330:2 1332:1 1334:4 1337:1 1338:1 1351:1 1360:2 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:3 1386:2 1387:1 1394:1 1396:1 1397:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1461:1 1481:4 1493:1 1496:1 1498:1 1504:1 1510:2 1513:10 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:2 1612:12 1613:1 1618:1 1626:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1670:1 1672:3 1674:1 1679:2 1695:1 1698:1 1701:5 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:10 1770:1 1771:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1968:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:3 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2051:1 2052:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:8 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:1 2196:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2235:1 2236:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:9 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:2 2439:2 2440:4 2442:2 2443:2 2444:3 2447:1 2448:5 2450:1 2454:8 2456:4 2458:7 2462:4 2466:1 2467:1 2469:1 2471:1 2475:4 2479:4 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2520:1 2524:2 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2591:1 2600:4 2601:4 2604:1 2608:4 2621:2 2622:2 2624:4 2633:4 2634:1 2645:1 2648:1 2655:1 2671:4 2685:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2740:1 2745:1 2769:2 2776:1 2788:1 2791:1 2807:2 2818:1 2819:1 2860:1 2861:2 2868:1 2874:2 2881:3 2890:1 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2918:4 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:5 3009:5 3014:1 3017:1 3020:2 3033:2 3036:1 3048:1 3070:2 3072:1 3079:1 3080:2 3083:1 3085:2 3092:1 3108:17 3110:35 3114:1 3117:3 3118:1 3135:2 3137:2 3151:1 3155:1 3156:1 3161:4 3162:1 3167:1 3170:1 3176:8 3200:4 3204:2 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3284:1 3286:3 3293:1 3297:1 3323:3 3343:2 3358:1 3367:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:2 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:1 3549:1 3554:1 3556:4 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3711:1 3712:1 3716:2 3728:1 3747:1 3758:1 3761:1 3763:1 3768:1 3785:1 3786:1 3789:1 3802:1 3805:1 3825:2 3836:1 3842:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3960:1 3988:1 3998:3 3999:1 4001:1 4023:1 4029:1 4030:1 4033:2 4038:1 4044:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4119:1 4122:1 4128:1 4142:1 4147:34 4148:2 4153:1 4160:1 4165:1 4171:1 4198:1 4202:1 4203:1 4204:1 4217:1 4221:1 4222:2 4226:4 4228:4 4249:2 4252:1 4255:1 4264:1 4269:5 4273:6 4274:2 4283:1 4284:2 4300:1 4322:1 4334:1 4344:1 4346:1 4348:2 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:2 4411:1 4412:1 4417:1 4425:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4519:1 4526:3 4551:1 4555:2 4557:1 4559:1 4563:1 4566:1 4578:1 4585:2 4590:34 4591:1 4596:1 4598:1 4603:5 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:3 4772:1 4779:2 4783:2 4784:1 4788:1 4791:1 4810:1 4833:7 4838:1 4854:2 4918:1 4924:5 4934:4 4945:1 4958:1 4962:6 4970:1 4981:1 5001:1 5013:1 5032:1 5047:1 5050:2 5052:2 5057:2 5058:1 5067:1 5072:3 5082:1 5088:1 5089:3 5101:1 5120:1 5121:1 5126:1 5142:2 5144:2 5155:19 5156:2 5169:2 5172:1 5200:7 5209:2 5217:2 5227:1 5238:2 5240:1 5243:1 5249:1 5255:1 5269:1 5294:4 5296:1 5299:4 5315:4 5316:4 5317:2 5320:1 5323:5 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:5 5352:4 5354:1 5360:1 5368:1 5384:1 5426:1 5431:2 5446:1 5460:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:1 5650:2 5674:1 5684:1 5685:3 5704:2 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5848:1 5855:1 5856:1 5859:1 5866:1 5867:1 5870:1 5877:2 5878:1 5885:2 5900:1 5902:1 5903:1 5921:1 5922:2 5932:1 5934:1 5939:2 5940:10 5942:1 5949:2 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:2 6009:1 6027:2 6034:1 6056:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6185:1 6196:1 6212:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:2 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:2 6381:2 6387:2 6399:3 6402:1 6409:1 6411:1 6416:1 6421:2 6422:3 6427:1 6428:1 6440:1 6443:1 6446:1 6447:1 6451:1 6470:1 6475:1 6492:1 6509:2 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:2 6536:2 6539:2 6540:2 6541:1 6546:1 6558:1 6574:2 6608:2 6609:1 6616:1 6625:4 6627:2 6632:1 6648:3 6658:1 6659:1 6671:1 6679:1 6705:2 6712:1 6728:1 6729:1 6736:1 6738:1 6749:7 6755:1 6761:1 6762:4 6764:1 6765:1 6766:1 6767:2 6770:4 6771:3 6772:1 6773:1 6776:4 6779:9 6780:1 6782:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6840:1 6867:1 6877:1 6882:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:2 6973:1 6976:1 6989:1 6998:1 7000:1 7002:1 7009:1 7017:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:3 7221:2 7223:1 7228:1 7234:1 7245:1 7249:1 7255:2 7283:1 7288:1 7298:1 7299:1 7317:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7434:1 7437:1 7441:1 7448:2 7464:1 7466:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7553:1 7557:1 7562:2 7579:1 7593:1 7605:1 7612:1 7628:3 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7681:1 7685:1 7714:1 7716:1 7724:1 7732:1 7738:1 7739:2 7754:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7927:1 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:3 8068:13 8069:13 8078:1 8092:1 8093:1 8094:5 8095:1 8126:3 8133:4 8137:1 8146:53 8149:1 8151:1 8155:2 8161:1 8162:1 8168:19 8171:5 8177:1 8182:1 8185:1 8188:1 8210:1 8211:4 8213:1 8215:2 8222:2 8230:1 8236:1 8267:6 8281:2 8285:1 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:6 8398:1 8408:1 8438:1 8441:2 8453:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8604:1 8610:3 8615:1 8646:1 8647:1 8656:1 8671:1 8674:35 8680:1 8681:1 8687:1 8689:1 8691:1 8697:1 8701:1 8703:16 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8767:1 8771:1 8781:1 8786:1 8800:43 8813:1 8816:1 8849:2 8857:1 8876:1 8884:1 8894:1 8908:2 8916:1 8918:1 8923:1 8927:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:2 9020:5 9021:1 9032:1 9037:1 9042:2 9057:1 9065:3 9066:1 9070:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9116:1 9132:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:3 9247:1 9258:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9353:1 9396:1 9400:2 9402:1 9403:1 9405:1 9410:1 9411:1 9413:2 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:3 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:2 9538:2 9541:1 9571:1 9578:6 9589:5 9597:1 9599:1 9604:2 9644:1 9668:4 9670:1 9695:3 9696:1 9727:1 9728:4 9732:2 9734:1 9741:5 9743:3 9744:1 9746:1 9752:2 9755:2 9758:2 9768:1 9776:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:8 9857:2 9859:2 9865:2 9876:1 9879:1 9892:3 9904:1 9914:1 9916:2 9932:1 9934:2 9936:2 9943:1 9953:1 9972:1 9977:1 9982:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:2 10012:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:10 10056:2 10057:9 10067:1 10072:1 10076:1 10078:2 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10140:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:2 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:2 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10330:1 10331:1 10349:1 10359:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:34 10440:1 10443:1 10448:1 10455:1 10464:1 10475:1 10482:2 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:2 10527:2 10535:2 10538:1 10541:1 10547:1 10567:1 10571:5 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:2 10633:1 10635:1 10638:2 10645:2 10647:2 10659:5 10661:5 10668:1 10672:1 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:2 10735:1 10745:1 10753:1 10765:1 10767:3 10771:1 10775:1 10783:1 10784:1 10795:1 10800:7 10813:1 10846:1 10898:2 10901:1 10906:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:1 10969:1 10981:1 10982:1 10989:1 10994:1 11008:2 11010:7 11016:1 11025:1 11049:3 11052:1 11067:1 11080:1 11092:1 11094:1 11113:1 11114:1 11117:1 11125:1 11132:4 11140:1 11154:1 11156:5 11180:2 11211:3 11230:1 11235:1 11237:2 11257:1 11258:5 11264:2 11266:6 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11320:1 11321:1 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11364:1 11375:2 11378:1 11393:1 11401:1 11409:1 11410:1 11442:1 11474:1 11475:10 11486:1 11487:1 11494:1 11501:3 11503:1 11509:1 11512:3 11515:3 11517:3 11526:1 11531:1 11543:4 11547:1 11552:1 11559:1 11566:1 11569:2 11573:1 11575:1 11582:1 11592:1 11595:8 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11683:1 11685:1 11687:1 11688:1 11694:2 11702:1 11705:2 11713:1 11715:1 11738:1 11755:3 11782:1 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:2 11871:2 11879:2 11882:1 11890:1 11891:1 11892:4 11894:1 11899:2 11904:1 11907:1 11920:2 11921:5 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11989:1 11993:5 12017:1 12026:1 12029:1 12031:1 12035:2 12039:1 12041:1 12045:1 12051:1 12054:1 12067:9 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12169:1 12172:2 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12251:1 12253:2 12255:1 12262:1 12265:1 12267:6 12268:4 12273:2 12276:1 12278:5 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:8 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12484:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12654:1 12657:1 12678:4 12698:1 12702:1 12707:1 12732:1 12741:1 12749:1 12750:1 12756:1 12757:1 12758:3 12764:5 12765:1 12769:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:3 12881:5 12892:1 12906:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 12999:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:1 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:3 13254:35 13260:1 13262:1 13267:1 13270:5 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13331:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13367:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13433:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13675:1 13676:1 13689:1 13691:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:4 13731:3 13746:1 13747:1 13753:2 13763:1 13779:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:6 13873:5 13885:1 13907:1 13908:1 13927:1 13934:1 13936:14 13940:1 13949:1 13981:1 13992:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:10 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14280:1 14281:1 14282:1 14284:1 14286:6 14291:1 14294:1 14299:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:11 14562:8 14588:1 14596:1 14632:2 14640:5 14650:2 14656:4 14657:1 14683:1 14709:1 14734:1 14737:3 14747:1 14748:2 14750:1 14769:1 14775:2 14781:1 14786:1 14792:1 14797:1 14821:1 14828:4 14862:1 14868:1 14895:1 14897:1 14899:1 14915:2 14924:2 14926:1 14928:1 14935:2 14941:2 14942:2 14945:3 14948:1 14954:1 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:2 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:1 15093:1 15094:1 15095:1 15097:1 15098:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:1 15130:1 15131:1 15136:2 15138:1 15147:1 15153:2 15168:1 15173:1 15187:35 15190:1 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15291:1 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15385:1 15392:3 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15527:1 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15691:1 15694:1 15703:1 15706:1 15707:1 15722:1 15725:1 15727:3 15728:1 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:2 15843:1 15850:1 15856:1 15860:1 15864:1 15866:2 15875:1 15886:2 15887:1 15926:3 15928:1 15932:1 15942:1 15958:1 15961:3 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16041:1 16046:1 16063:1 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:4 16136:1 16151:1 16155:1 16162:1 16192:5 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16313:1 16319:1 16327:1 16333:2 16347:1 16349:1 16356:4 16371:1 16376:1 16383:1 16386:1 16387:5 16393:3 16396:2 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:5 16494:2 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:3 16587:1 16620:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:15 16665:2 16667:1 16670:1 16706:4 16709:3 16715:2 16721:1 16737:1 16741:2 16745:1 16747:2 16748:2 16749:1 16751:2 16769:12 16786:1 16795:1 16799:1 16807:1 16820:4 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16914:1 16915:2 16926:4 16927:2 16929:1 16935:4 16936:1 16943:1 16944:3 16945:1 16946:2 16949:1 16967:1 16970:1 16981:1 16999:2 17005:2 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:2 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:10 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:2 17353:1 17355:1 17360:1 17361:1 17362:2 17399:1 17401:1 17412:1 17415:1 17420:3 17422:1 17429:2 17444:2 17446:3 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:1 17562:1 17565:47 17573:1 17574:2 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17938:1 17956:1 17959:1 17989:1 18027:1 18030:1 18043:1 18056:1 18059:1 18061:1 18071:1 18075:1 18079:1 18082:1 18083:1 18087:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18151:2 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18303:1 18316:1 18317:1 18332:1 18337:1 18349:1 18354:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:2 18419:1 18426:1 18431:1 18449:2 18457:1 18469:3 18474:2 18502:4 18503:1 18513:5 18525:1 18538:4 18539:1 18547:1 18554:1 18565:1 18568:1 18591:2 18602:1 18606:8 18613:1 18614:2 18643:3 18649:1 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18791:1 18801:1 18802:4 18806:2 18807:2 18808:1 18814:1 18825:1 18843:2 18847:2 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18929:1 18934:5 18941:1 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19082:1 19116:9 19128:2 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19205:1 19212:1 19218:1 19220:1 19234:1 19236:1 19248:2 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2500 19346:2 19351:1 19359:2 19369:1 19383:1 19400:1 19402:1 19404:1 19406:1 19412:1 19415:1 19418:1 19423:1 19433:1 19444:1 19454:3 19464:1 19468:3 19469:1 19493:1 19498:1 19504:1 19516:1 19523:1 19529:2 19543:1 19555:1 19585:1 19604:1 19610:2 19611:1 19616:1 19634:1 19678:1 19684:1 19693:2 19704:1 19715:1 19716:1 19748:2 19753:1 19782:1 19784:1 19799:1 19811:1 19820:1 19827:2 19829:1 19834:1 19842:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19900:1 19932:1 19938:6 19976:5 19980:1 19984:1 19989:2 19995:2 20034:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:8 20144:4 20173:1 20179:4 20186:1 20199:1 20211:2 20214:1 20225:1 20244:23 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20296:2 20319:1 20324:4 20325:1 20327:1 20328:2 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20386:1 20425:1 20434:2 20435:1 20442:1 20446:4 20450:2 20466:1 20467:1 20473:3 20474:1 20495:1 20499:1 20502:1 20516:2 20519:1 20532:1 20540:2 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20751:1 20752:1 20767:1 20788:2 20789:8 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:7 20867:1 20879:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:2 20943:2 20947:1 20953:3 20960:1 20965:1 20967:6 20976:1 20977:1 20992:3 20997:1 21003:1 21008:2 21031:1 21043:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21106:1 21110:1 21124:1 21152:1 21176:2 21184:1 21193:1 21196:1 21206:1 21211:1 21252:6 21259:1 21265:1 21267:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21332:1 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21448:1 21455:1 21464:2 21468:1 21471:1 21477:1 21495:2 21496:3 21501:1 21504:1 21506:2 21508:1 21509:2 21522:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21714:1 21744:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21940:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:4 22029:2 22036:1 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22149:1 22153:1 22160:1 22171:2 22172:1 22176:1 22179:1 22182:1 22183:2 22187:2 22193:1 22201:1 22205:1 22218:1 22219:1 22235:1 22236:1 22240:1 22245:1 22267:1 22274:1 22275:2 22282:2 22293:4 22301:1 22303:1 22304:1 22305:1 22317:2 22318:2 22335:1 22337:4 22347:1 22348:1 22366:1 22372:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:2 22419:1 22421:1 22437:1 22461:1 22469:8 22492:1 22503:1 22536:2 22537:1 22540:1 22548:8 22552:2 22553:1 22556:1 22557:5 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:10 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:4 22712:2 22715:1 22723:1 22724:1 22725:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:7 22755:4 22756:1 22761:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:2 22901:2 22905:1 22908:4 22912:1 22928:2 22931:1 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:4 23025:1 23030:2 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:15 23130:1 23134:2 23141:1 23160:1 23170:1 23175:12 23177:2 23183:1 23187:1 23199:1 23201:1 23207:1 23230:1 23235:4 23237:2 23239:1 23251:4 23253:2 23282:1 23290:7 23299:1 23305:2 23319:3 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:10 23440:3 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23561:1 23566:1 23573:34 23589:1 23594:3 23595:3 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23651:3 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:5 23736:1 23739:2 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23867:1 23872:3 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23988:1 23991:1 23996:3 23999:1 24001:1 24002:2 24008:1 24041:35 24067:3 24069:1 24076:1 24094:1 24097:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24161:1 24169:1 24174:1 24180:1 24183:1 24192:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:2 24237:1 24244:1 24245:1 24262:2 24265:2 24295:2 24304:1 24322:1 24346:1 24352:1 24378:1 24380:1 24391:1 24401:2 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24532:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24664:1 24665:1 24669:2 24673:1 24678:1 24679:1 24691:1 24692:3 24695:1 24702:1 24710:1 24713:7 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24781:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24816:1 24817:1 24836:1 24838:1 24845:2 24860:1 24869:1 24873:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:6 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25027:1 25029:1 25060:3 25061:1 25065:1 25092:1 25100:10 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:2 25150:1 25160:1 25176:1 25184:1 25214:1 25220:1 25228:1 25235:5 25245:1 25268:1 25276:2 25287:1 25314:1 25315:1 25322:1 25332:1 25333:1 25337:1 25342:3 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25484:1 25486:2 25503:1 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25591:2 25594:1 25601:1 25605:2 25611:1 25614:4 25616:1 25622:1 25629:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25666:1 25667:1 25672:1 25675:1 25676:1 25677:1 25687:1 25694:1 25697:1 25701:1 25756:1 25764:1 25775:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25845:1 25852:5 25854:2 25855:2 25858:1 25863:2 25864:1 25911:1 25918:1 25921:2 25944:2 25947:1 25976:1 25978:1 25984:1 26029:1 26032:1 26054:1 26057:2 26061:1 26063:2 26064:6 26078:1 26085:6 26088:3 26094:1 26112:1 26114:2 26115:2 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26164:1 26169:2 26173:1 26174:1 26181:2 26184:1 26186:1 26187:1 26188:1 26201:4 26208:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26277:1 26281:4 26283:1 26284:1 26285:2 26287:1 26289:2 26290:1 26316:2 26319:1 26320:1 26323:1 26333:2 26344:1 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26462:1 26463:4 26476:4 26479:2 26489:1 26494:1 26497:1 26505:5 26519:4 26529:2 26533:4 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:14 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26744:1 26747:2 26748:1 26751:1 26752:1 26770:3 26774:1 26786:3 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26874:1 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:11 27060:1 27063:1 27071:1 27074:1 27080:2 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27165:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:1 27212:1 27218:1 27272:2 27303:2 27305:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27373:1 27412:2 27415:1 27440:1 27443:2 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27539:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27587:1 27599:1 27615:1 27624:1 27628:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:4 27806:1 27808:1 27811:2 27834:1 27843:2 27844:7 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:4 28054:2 28055:2 28056:2 28067:2 28075:1 28087:1 28090:2 28093:1 28107:2 28109:1 28111:1 28121:1 28128:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:1 28209:1 28212:1 28218:1 28223:8 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:1 28300:1 28303:1 28314:3 28320:1 28346:1 28349:2 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28372:1 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:3 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:8 28481:1 28491:4 28519:1 28522:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28560:1 28581:2 28582:2 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:2 28805:2 28807:1 28810:5 28813:3 28815:1 28816:7 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28902:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:2 29002:1 29003:1 29011:1 29020:2 29046:1 29047:1 29057:1 29058:1 29061:1 29072:2 29085:1 29088:1 29091:1 29094:3 29103:1 29115:14 29116:2 29118:1 29121:1 29139:1 29148:3 29157:1 29158:6 29180:1 29207:1 29222:1 29225:1 29229:4 29230:1 29245:1 29257:1 29259:1 29260:2 29263:12 29269:3 29279:1 29283:1 29286:1 29299:1 29301:1 29312:1 29313:14 29322:2 29355:1 29365:2 29367:1 29372:1 29373:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:1 29487:1 29505:1 29509:1 29512:1 29519:1 29529:1 29535:43 29536:1 29558:1 29560:5 29564:2 29573:2 29574:5 29575:2 29576:1 29581:1 29606:1 29639:4 29643:13 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:2 29810:1 29823:1 29838:1 29842:1 29848:5 29864:2 29876:5 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:3 30089:1 30090:1 30091:2 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30173:1 30182:1 30184:1 30193:1 30195:10 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30251:1 30265:4 30267:2 30268:2 30273:1 30277:35 30284:2 30303:2 30327:1 30329:1 30350:1 30352:1 30354:2 30358:2 30359:2 30360:5 30394:1 30398:2 30410:2 30415:1 30423:1 30430:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 48:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 170:2 177:2 181:2 183:1 187:1 191:1 200:1 201:1 203:1 206:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:3 276:5 277:1 283:2 298:2 299:1 302:1 303:1 333:2 342:1 376:1 377:4 390:1 392:2 395:1 399:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:2 466:1 471:2 475:1 486:1 488:1 494:1 497:2 508:2 525:2 539:4 543:1 549:1 559:1 565:1 585:1 593:1 599:1 600:1 613:1 616:1 628:1 668:3 672:2 677:2 679:1 684:1 694:1 704:6 717:36 718:1 720:4 723:1 726:1 727:1 741:1 749:1 762:1 769:3 786:2 792:1 796:2 801:2 809:3 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:2 881:3 905:1 931:3 932:1 939:1 947:3 953:1 959:1 967:1 979:3 980:7 983:3 984:1 992:5 1006:1 1015:5 1022:1 1029:2 1035:4 1038:10 1043:1 1044:2 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:2 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1144:1 1194:1 1201:2 1202:1 1205:1 1214:1 1238:1 1247:1 1256:1 1259:3 1268:1 1284:1 1313:1 1315:35 1321:1 1329:2 1330:2 1332:1 1334:4 1337:1 1338:1 1351:1 1360:2 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:3 1386:2 1387:1 1394:1 1396:1 1397:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:1 1442:1 1458:1 1460:2 1461:1 1481:4 1493:1 1496:1 1498:1 1504:1 1510:2 1513:10 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:2 1612:13 1613:1 1618:1 1626:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1670:1 1672:3 1674:1 1679:2 1695:1 1698:1 1701:6 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:2 1744:1 1756:1 1761:1 1764:1 1766:10 1770:1 1771:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1860:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:2 1946:2 1954:1 1955:1 1961:1 1968:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:3 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2048:1 2051:1 2052:1 2059:1 2072:1 2073:1 2081:1 2084:1 2101:8 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:1 2196:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2235:2 2236:1 2238:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:9 2321:2 2324:1 2349:1 2354:1 2390:1 2403:1 2426:1 2430:1 2437:1 2438:2 2439:2 2440:4 2442:3 2443:2 2444:3 2447:1 2448:5 2450:1 2454:8 2456:4 2458:7 2462:4 2466:1 2467:2 2469:1 2471:1 2475:4 2479:4 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2520:1 2524:3 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2589:1 2591:1 2600:4 2601:4 2604:1 2608:4 2621:2 2622:2 2624:4 2633:4 2634:1 2645:1 2648:1 2655:1 2671:4 2685:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2740:1 2745:1 2769:2 2776:1 2788:1 2791:1 2807:2 2818:1 2819:1 2860:1 2861:2 2868:1 2874:2 2881:3 2890:1 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2918:4 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:5 3009:5 3014:1 3017:1 3020:2 3033:2 3036:1 3048:1 3070:2 3072:1 3079:1 3080:2 3083:1 3085:2 3092:1 3108:17 3110:36 3114:1 3117:3 3118:1 3135:2 3137:2 3151:1 3155:2 3156:1 3161:4 3162:1 3167:1 3170:1 3176:8 3200:4 3204:2 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3284:1 3286:3 3293:1 3297:1 3323:3 3343:2 3358:1 3367:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:2 3494:1 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:2 3549:1 3554:1 3556:4 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3711:1 3712:1 3716:2 3728:1 3747:1 3758:1 3761:1 3763:1 3768:1 3785:1 3786:1 3789:1 3802:1 3805:1 3825:2 3836:1 3842:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3960:1 3988:1 3998:3 3999:1 4001:1 4023:1 4029:1 4030:1 4033:2 4038:1 4044:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4119:1 4122:1 4128:1 4142:1 4147:35 4148:2 4153:1 4160:1 4165:1 4171:1 4198:1 4202:1 4203:1 4204:1 4217:1 4221:1 4222:2 4226:4 4228:4 4249:2 4252:1 4255:1 4264:1 4269:6 4273:7 4274:2 4283:1 4284:2 4300:1 4320:1 4322:1 4334:1 4344:1 4346:1 4348:2 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:2 4411:1 4412:1 4417:1 4425:1 4432:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4519:1 4523:1 4526:3 4551:1 4555:2 4557:1 4559:1 4563:1 4566:1 4578:1 4585:2 4590:35 4591:1 4596:1 4598:1 4603:5 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:3 4772:1 4779:2 4783:2 4784:1 4788:1 4791:1 4810:1 4833:8 4838:2 4854:2 4918:1 4924:6 4934:4 4945:1 4958:1 4962:6 4970:1 4981:1 5001:1 5013:1 5020:1 5032:1 5047:1 5050:3 5052:2 5057:2 5058:1 5067:1 5072:4 5082:1 5088:1 5089:3 5101:1 5120:1 5121:1 5126:1 5142:2 5144:2 5155:19 5156:2 5169:2 5172:1 5200:7 5209:2 5217:2 5227:1 5238:2 5240:1 5243:1 5249:1 5255:1 5269:1 5294:4 5296:1 5299:4 5315:4 5316:4 5317:2 5320:1 5323:5 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:5 5352:4 5354:1 5360:1 5368:1 5384:1 5426:1 5431:2 5435:1 5446:1 5460:1 5472:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:2 5650:2 5671:1 5674:1 5684:1 5685:3 5704:2 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5848:1 5855:1 5856:1 5859:1 5866:1 5867:1 5870:1 5877:2 5878:1 5882:1 5885:2 5900:1 5902:1 5903:1 5921:1 5922:2 5932:1 5934:1 5939:2 5940:10 5942:1 5949:2 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:2 6009:1 6027:2 6034:2 6056:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6185:1 6196:1 6212:1 6214:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:2 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:2 6381:2 6387:2 6399:3 6402:1 6409:1 6411:1 6416:1 6421:2 6422:3 6427:1 6428:1 6440:1 6443:1 6446:1 6447:1 6451:1 6470:1 6475:1 6492:1 6509:2 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:2 6536:2 6539:2 6540:2 6541:1 6546:1 6558:1 6574:2 6608:3 6609:1 6616:1 6625:4 6627:2 6632:1 6648:3 6658:1 6659:1 6671:1 6679:1 6705:2 6712:1 6728:1 6729:1 6736:1 6738:1 6749:7 6755:1 6761:1 6762:5 6764:1 6765:1 6766:1 6767:2 6768:1 6770:4 6771:3 6772:1 6773:1 6776:4 6779:9 6780:1 6782:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6840:1 6867:1 6877:1 6882:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:2 6973:1 6976:1 6989:1 6998:1 7000:1 7002:1 7009:1 7017:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:3 7221:2 7223:1 7228:1 7234:1 7245:1 7249:1 7255:2 7283:1 7288:1 7298:1 7299:1 7317:1 7319:1 7322:2 7336:1 7349:1 7365:1 7383:1 7432:1 7434:1 7437:1 7441:1 7448:3 7464:1 7466:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7553:1 7557:1 7562:2 7579:1 7593:2 7605:1 7612:1 7628:3 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7681:1 7685:1 7714:1 7716:1 7724:1 7732:1 7738:1 7739:2 7754:1 7761:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7927:1 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8025:1 8031:1 8032:1 8052:3 8068:13 8069:13 8078:1 8091:1 8092:1 8093:1 8094:5 8095:1 8126:3 8133:4 8137:1 8146:54 8149:1 8151:1 8155:2 8161:1 8162:1 8168:19 8171:5 8177:1 8182:1 8185:1 8188:1 8210:1 8211:4 8213:1 8215:2 8222:2 8230:1 8236:1 8267:6 8281:2 8285:1 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:6 8398:1 8408:1 8438:1 8441:2 8453:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8604:1 8610:3 8615:1 8646:1 8647:1 8656:1 8671:1 8674:36 8680:1 8681:1 8687:1 8689:1 8691:1 8697:1 8701:1 8703:16 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8767:1 8771:1 8781:1 8786:1 8800:44 8813:1 8816:1 8849:2 8857:1 8876:1 8884:1 8894:1 8908:2 8916:1 8918:1 8923:1 8927:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:2 9020:5 9021:1 9032:1 9037:1 9042:2 9057:1 9065:3 9066:1 9070:1 9071:1 9080:2 9082:1 9083:1 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9116:1 9132:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:4 9247:1 9258:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9353:1 9396:1 9400:2 9402:1 9403:1 9405:1 9410:1 9411:1 9413:2 9428:1 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:4 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:2 9538:2 9541:1 9571:1 9578:6 9589:5 9597:1 9599:1 9604:2 9644:1 9668:4 9670:1 9695:3 9696:1 9707:1 9727:1 9728:4 9732:2 9734:1 9741:5 9743:3 9744:1 9746:1 9752:2 9755:2 9758:2 9768:1 9776:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:8 9857:2 9859:2 9865:2 9876:1 9879:1 9892:3 9904:1 9914:1 9916:2 9932:1 9934:2 9936:2 9943:1 9953:1 9972:1 9977:1 9982:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:2 10012:1 10020:1 10025:1 10026:1 10037:1 10041:1 10042:1 10043:10 10056:2 10057:10 10067:1 10072:1 10076:1 10078:3 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10140:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:2 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:2 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10330:1 10331:1 10349:1 10359:1 10371:1 10385:1 10401:1 10415:1 10416:1 10435:35 10440:1 10443:1 10448:1 10455:1 10464:1 10475:1 10482:2 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:2 10527:2 10535:2 10538:1 10541:1 10547:1 10567:1 10571:5 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10616:1 10622:2 10623:2 10633:1 10635:1 10638:2 10645:2 10647:2 10659:5 10661:5 10668:1 10672:1 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:2 10735:1 10745:1 10753:1 10765:1 10767:3 10771:1 10775:1 10783:1 10784:1 10795:1 10800:7 10813:1 10846:1 10898:2 10901:1 10906:1 10907:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:2 10969:1 10981:1 10982:1 10989:1 10994:1 11008:2 11010:7 11016:1 11025:1 11049:3 11052:1 11067:1 11080:1 11092:1 11094:1 11113:1 11114:1 11117:1 11125:2 11132:4 11140:1 11154:1 11156:5 11180:2 11211:3 11230:1 11235:1 11237:2 11257:1 11258:5 11264:2 11266:7 11275:1 11284:1 11293:1 11305:1 11308:2 11314:1 11320:1 11321:1 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11364:1 11375:2 11378:1 11393:1 11401:1 11409:1 11410:1 11442:1 11474:1 11475:10 11486:1 11487:1 11494:1 11501:3 11503:1 11509:1 11512:3 11515:3 11517:3 11526:1 11531:1 11543:4 11547:1 11552:1 11559:1 11566:1 11569:2 11573:1 11575:1 11582:1 11592:1 11595:9 11597:1 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11683:1 11685:1 11687:1 11688:1 11694:2 11702:1 11705:2 11713:1 11715:1 11738:1 11755:3 11782:1 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:2 11871:2 11879:2 11882:1 11890:1 11891:1 11892:4 11894:1 11899:2 11904:1 11907:1 11920:2 11921:5 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11989:1 11993:5 12017:1 12026:1 12029:1 12031:1 12035:2 12039:1 12041:1 12045:1 12051:1 12054:1 12067:9 12080:2 12081:2 12103:1 12109:1 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12169:1 12172:2 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12251:1 12253:2 12255:1 12262:1 12265:1 12267:6 12268:4 12273:2 12276:1 12278:5 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:8 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12484:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12654:1 12657:1 12678:4 12698:1 12702:1 12707:1 12732:1 12741:1 12749:1 12750:1 12753:1 12756:2 12757:1 12758:3 12764:5 12765:1 12769:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:3 12881:5 12892:1 12906:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 12999:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:2 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:3 13254:36 13260:1 13262:1 13267:1 13270:5 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13331:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13367:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13433:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13523:1 13536:2 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13675:1 13676:1 13689:1 13691:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:4 13731:3 13746:1 13747:1 13753:2 13763:1 13779:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:6 13873:6 13885:1 13907:1 13908:1 13927:1 13934:1 13936:14 13940:1 13949:1 13981:1 13992:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:2 14124:1 14129:1 14134:1 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:2 14200:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:11 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14280:1 14281:1 14282:1 14284:1 14286:6 14291:1 14294:1 14299:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:12 14562:8 14588:1 14596:1 14632:2 14640:5 14650:2 14656:4 14657:1 14683:1 14709:1 14734:1 14737:3 14747:1 14748:2 14750:1 14769:1 14775:2 14781:1 14786:1 14792:1 14797:1 14821:1 14828:4 14862:1 14868:1 14895:1 14897:1 14899:1 14915:2 14924:2 14926:1 14928:1 14935:2 14941:2 14942:2 14945:3 14948:1 14954:1 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:2 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:1 15093:1 15094:1 15095:1 15097:1 15098:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:2 15130:1 15131:1 15136:2 15138:1 15147:1 15153:2 15154:1 15168:1 15173:1 15187:36 15190:1 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15291:1 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15382:1 15385:1 15392:4 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15527:1 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15691:1 15694:1 15703:1 15706:1 15707:1 15722:1 15725:1 15727:3 15728:1 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:2 15843:1 15850:1 15856:1 15860:1 15864:1 15866:2 15875:1 15886:2 15887:1 15926:3 15928:1 15932:1 15942:1 15958:1 15961:3 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16033:1 16041:1 16046:1 16063:1 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:4 16136:1 16151:1 16155:1 16162:2 16192:6 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16313:1 16319:1 16327:1 16333:2 16347:1 16349:1 16356:4 16371:1 16376:1 16383:1 16386:1 16387:5 16393:3 16396:2 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:5 16494:2 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:4 16587:1 16620:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:15 16665:2 16667:1 16670:1 16706:4 16709:3 16715:2 16721:1 16737:1 16741:2 16745:1 16747:2 16748:2 16749:1 16751:2 16769:12 16786:1 16795:1 16798:1 16799:1 16807:1 16820:4 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16914:1 16915:2 16926:4 16927:2 16929:1 16935:4 16936:1 16943:1 16944:3 16945:1 16946:2 16949:1 16967:1 16970:1 16981:2 16999:2 17005:2 17010:1 17025:1 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:2 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:3 17274:1 17285:1 17288:10 17289:1 17290:1 17298:1 17320:1 17324:1 17326:1 17333:1 17351:2 17353:1 17355:1 17360:1 17361:1 17362:2 17399:1 17401:1 17412:1 17415:1 17420:3 17422:1 17429:2 17444:2 17446:3 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:2 17562:1 17565:48 17573:1 17574:2 17583:1 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17938:1 17956:1 17959:1 17989:1 18027:1 18030:1 18043:1 18056:1 18059:1 18061:1 18071:1 18075:1 18079:1 18082:1 18083:1 18087:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:1 18151:2 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18303:1 18316:1 18317:1 18332:1 18335:1 18337:1 18349:1 18354:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:2 18419:1 18426:1 18431:1 18449:2 18457:1 18469:3 18474:2 18502:4 18503:1 18513:5 18525:1 18538:4 18539:1 18547:1 18554:1 18565:1 18568:1 18591:2 18602:1 18606:8 18613:1 18614:2 18643:3 18649:1 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18773:1 18791:1 18801:1 18802:4 18806:2 18807:2 18808:1 18814:1 18825:1 18843:2 18847:2 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18929:1 18934:5 18941:1 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19082:1 19116:9 19128:2 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19205:1 19212:1 19218:1 19220:1 19234:1 19236:1 19248:2 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2629 19346:2 19351:1 19359:2 19369:1 19383:1 19400:1 19402:1 19404:1 19406:1 19412:1 19415:1 19418:1 19423:1 19433:1 19444:1 19454:3 19464:1 19468:3 19469:1 19476:1 19493:1 19498:1 19504:1 19516:1 19523:1 19529:2 19543:2 19555:1 19585:1 19604:1 19610:2 19611:1 19616:1 19634:1 19678:1 19684:1 19693:2 19704:1 19715:1 19716:1 19748:2 19753:1 19782:1 19784:1 19799:1 19811:1 19820:1 19827:2 19829:1 19834:1 19842:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19900:1 19932:1 19938:6 19976:5 19980:1 19984:1 19989:2 19995:2 20034:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:1 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:8 20144:4 20173:1 20179:4 20186:1 20199:1 20211:2 20214:1 20225:1 20244:23 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20296:2 20319:1 20324:4 20325:1 20327:1 20328:2 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20386:1 20425:1 20434:2 20435:1 20438:1 20442:1 20446:4 20450:2 20466:1 20467:1 20473:3 20474:1 20495:1 20499:1 20502:1 20516:2 20519:1 20532:1 20540:2 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20751:1 20752:1 20767:1 20788:2 20789:8 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:7 20867:1 20879:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:2 20943:2 20947:1 20953:3 20960:1 20965:1 20967:6 20976:1 20977:1 20992:3 20997:1 21003:1 21008:2 21031:1 21043:1 21051:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21106:1 21110:1 21124:1 21152:1 21176:2 21184:1 21193:1 21196:1 21206:1 21211:1 21252:6 21259:1 21265:1 21267:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21332:1 21345:1 21365:1 21384:1 21399:1 21408:1 21409:2 21413:1 21428:1 21435:2 21448:1 21455:1 21464:2 21468:1 21471:1 21477:1 21495:2 21496:3 21501:1 21504:1 21506:2 21508:1 21509:2 21522:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21714:1 21744:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21940:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:4 22029:2 22036:1 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22149:1 22153:1 22160:1 22171:2 22172:1 22176:1 22179:1 22180:1 22182:1 22183:2 22187:2 22193:1 22201:1 22205:1 22218:1 22219:1 22235:1 22236:1 22240:1 22245:1 22267:1 22274:1 22275:2 22282:2 22293:4 22301:1 22303:1 22304:1 22305:1 22317:2 22318:2 22335:1 22337:4 22347:1 22348:1 22366:1 22372:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:2 22419:1 22421:1 22437:1 22461:1 22469:8 22481:1 22492:1 22503:1 22536:2 22537:1 22540:1 22548:8 22552:2 22553:1 22556:1 22557:5 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:11 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:4 22712:2 22715:1 22723:2 22724:1 22725:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:7 22755:4 22756:1 22761:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:2 22901:2 22905:1 22908:4 22912:1 22928:2 22931:1 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:4 23025:1 23030:2 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:15 23130:1 23134:2 23141:1 23160:1 23170:1 23175:12 23177:2 23183:1 23187:1 23199:1 23201:1 23207:1 23230:1 23235:4 23237:2 23239:1 23251:4 23253:2 23282:1 23290:7 23299:1 23305:2 23312:1 23319:3 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:10 23440:3 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23561:1 23566:1 23573:35 23589:1 23594:3 23595:3 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23651:3 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:6 23736:1 23739:3 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23867:1 23872:3 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23988:1 23991:1 23996:3 23999:1 24001:1 24002:2 24008:1 24041:36 24067:3 24069:1 24076:1 24094:1 24097:1 24100:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24161:1 24169:1 24174:1 24180:1 24183:1 24192:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:2 24237:1 24244:1 24245:1 24262:2 24265:2 24270:1 24295:2 24304:1 24322:1 24346:1 24352:1 24378:1 24380:1 24391:1 24401:3 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24532:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24664:1 24665:1 24669:2 24673:1 24678:1 24679:1 24691:1 24692:3 24695:1 24702:1 24710:1 24713:7 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24781:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24816:1 24817:1 24836:1 24838:1 24845:2 24860:1 24869:1 24873:1 24877:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:7 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25027:1 25029:1 25060:3 25061:1 25065:1 25092:1 25100:10 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:2 25150:1 25160:1 25176:1 25184:1 25214:1 25220:1 25228:1 25235:5 25245:1 25268:1 25276:2 25287:1 25314:1 25315:1 25322:1 25332:1 25333:1 25337:1 25342:3 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:2 25480:5 25483:1 25484:1 25486:2 25503:1 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25589:1 25591:2 25594:1 25601:1 25605:2 25611:1 25614:4 25616:1 25622:1 25629:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25654:1 25666:1 25667:1 25672:1 25675:1 25676:1 25677:1 25687:1 25694:1 25697:1 25701:1 25756:1 25764:1 25775:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25845:1 25852:5 25854:2 25855:2 25858:1 25863:2 25864:1 25879:1 25911:1 25918:1 25921:2 25944:2 25947:1 25976:1 25978:1 25984:1 26029:1 26032:1 26054:1 26057:2 26061:1 26063:2 26064:6 26078:1 26085:6 26088:3 26094:1 26112:1 26114:2 26115:2 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26164:1 26169:2 26173:1 26174:1 26181:2 26184:1 26186:1 26187:1 26188:1 26201:4 26208:1 26213:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26277:1 26281:4 26283:1 26284:1 26285:2 26287:1 26289:2 26290:1 26316:2 26319:1 26320:1 26323:1 26333:2 26344:1 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26462:1 26463:4 26476:4 26479:2 26489:1 26494:1 26497:1 26505:5 26519:4 26520:1 26529:2 26533:4 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:14 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26744:1 26747:2 26748:1 26751:1 26752:1 26770:3 26774:1 26786:3 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26874:1 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:11 27060:1 27063:1 27071:1 27074:1 27080:3 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27165:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:2 27212:1 27218:1 27272:2 27303:2 27305:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27373:1 27412:2 27415:1 27440:1 27443:2 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27539:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27587:1 27599:1 27615:1 27624:1 27628:1 27666:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:4 27806:1 27808:1 27811:2 27834:1 27843:2 27844:7 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 27998:1 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:4 28054:2 28055:2 28056:2 28067:2 28075:1 28087:1 28090:2 28093:1 28107:2 28109:1 28111:1 28121:1 28128:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:2 28209:1 28212:1 28218:1 28223:8 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:2 28300:1 28303:1 28314:3 28320:1 28346:1 28349:2 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28372:1 28374:2 28377:3 28379:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:3 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:8 28481:1 28491:4 28519:1 28522:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28560:1 28581:2 28582:2 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:3 28805:2 28807:1 28810:5 28813:3 28815:1 28816:7 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28902:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:3 29002:1 29003:1 29011:1 29020:2 29046:1 29047:1 29057:1 29058:1 29061:1 29072:2 29085:1 29088:1 29091:1 29094:3 29103:1 29115:14 29116:2 29118:1 29121:1 29139:1 29148:4 29157:1 29158:6 29180:1 29207:1 29222:1 29225:1 29229:4 29230:1 29245:1 29257:1 29259:1 29260:2 29263:12 29269:3 29279:1 29283:1 29286:1 29299:2 29301:1 29312:1 29313:14 29322:2 29355:1 29365:2 29367:1 29372:1 29373:1 29381:1 29390:1 29400:2 29420:1 29442:1 29450:2 29475:2 29487:1 29505:1 29509:1 29512:1 29519:1 29529:1 29535:44 29536:1 29558:1 29560:5 29564:2 29573:2 29574:5 29575:2 29576:1 29581:1 29606:1 29639:4 29643:13 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29749:1 29759:1 29779:2 29787:2 29807:2 29810:1 29823:1 29838:1 29842:1 29848:5 29864:2 29876:5 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:3 30089:1 30090:1 30091:2 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30173:1 30182:1 30184:1 30193:1 30195:10 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30251:1 30265:4 30267:2 30268:2 30273:1 30277:36 30284:2 30303:2 30327:1 30329:1 30350:1 30352:1 30354:2 30358:2 30359:2 30360:5 30386:1 30394:1 30398:2 30410:2 30415:1 30423:1 30430:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 48:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 170:2 177:2 181:2 183:1 187:1 191:1 200:1 201:1 203:1 206:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:3 276:5 277:1 283:2 298:2 299:1 302:1 303:2 333:2 342:1 376:1 377:4 390:1 392:2 395:1 399:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:2 466:1 471:2 475:1 486:1 488:1 494:1 497:2 508:2 525:2 539:4 543:1 549:1 559:1 565:1 585:2 593:1 599:1 600:1 613:1 616:1 617:1 628:1 668:3 672:2 677:2 679:1 684:1 694:1 697:1 704:6 717:37 718:1 720:4 723:1 726:1 727:1 741:1 749:1 762:1 769:3 786:2 792:1 796:2 801:2 809:3 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:2 881:3 905:1 931:3 932:1 939:1 947:3 953:1 959:1 967:1 979:3 980:7 983:3 984:1 992:5 1006:1 1015:5 1022:1 1029:2 1035:4 1038:10 1043:1 1044:3 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:3 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1144:1 1194:1 1201:2 1202:1 1205:1 1214:1 1238:1 1247:1 1256:1 1259:3 1268:1 1284:1 1313:1 1315:36 1321:1 1329:2 1330:2 1332:1 1334:4 1337:1 1338:1 1351:1 1360:2 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:3 1386:2 1387:1 1394:1 1396:1 1397:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:2 1442:1 1458:1 1460:2 1461:1 1481:4 1493:1 1496:1 1498:1 1504:1 1510:2 1513:11 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:3 1609:2 1612:16 1613:1 1618:1 1626:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1670:1 1672:3 1674:1 1679:2 1695:1 1698:1 1701:6 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:3 1744:1 1756:1 1761:1 1764:1 1766:11 1770:1 1771:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1860:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:3 1946:2 1954:1 1955:1 1961:1 1968:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:3 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2048:1 2051:1 2052:1 2056:1 2059:1 2063:1 2066:1 2072:1 2073:1 2081:1 2084:1 2101:8 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:1 2196:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2235:2 2236:1 2238:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:10 2321:3 2324:1 2349:1 2354:2 2390:1 2403:1 2426:1 2430:1 2437:1 2438:2 2439:2 2440:4 2442:3 2443:2 2444:3 2447:1 2448:5 2450:1 2454:9 2456:4 2458:7 2462:4 2466:1 2467:3 2469:1 2471:1 2475:4 2479:4 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2520:1 2524:3 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:1 2584:1 2589:1 2591:1 2600:4 2601:4 2604:1 2608:4 2621:2 2622:2 2624:4 2633:4 2634:1 2645:1 2648:1 2655:1 2671:4 2685:1 2686:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2740:1 2745:1 2761:1 2769:2 2776:1 2788:1 2791:1 2807:2 2818:1 2819:1 2860:1 2861:2 2868:1 2874:2 2881:3 2890:1 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2918:4 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:5 3009:5 3014:1 3017:1 3020:4 3033:2 3036:1 3048:1 3070:2 3072:1 3079:1 3080:2 3083:1 3085:2 3092:1 3108:17 3110:37 3114:1 3117:3 3118:1 3135:2 3137:2 3138:1 3151:1 3155:2 3156:1 3161:4 3162:1 3167:1 3170:1 3176:8 3200:4 3204:2 3207:1 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3284:1 3286:3 3293:1 3297:1 3323:3 3343:2 3358:1 3367:1 3411:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:2 3494:2 3496:1 3497:1 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:2 3549:1 3554:1 3556:4 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3711:1 3712:1 3716:2 3728:1 3747:1 3758:1 3761:1 3763:1 3768:1 3785:1 3786:1 3789:1 3802:1 3805:1 3825:2 3836:1 3842:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3960:1 3988:1 3998:3 3999:1 4001:1 4023:1 4029:1 4030:2 4033:2 4038:1 4044:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:1 4095:1 4097:1 4104:3 4119:1 4122:1 4128:1 4142:1 4147:36 4148:2 4153:1 4160:2 4165:1 4171:1 4198:1 4202:1 4203:1 4204:1 4217:1 4221:1 4222:2 4226:4 4228:5 4249:2 4252:1 4255:2 4264:1 4269:6 4273:7 4274:2 4283:1 4284:2 4285:1 4300:1 4320:1 4322:1 4334:1 4344:1 4346:1 4348:2 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:1 4408:2 4411:1 4412:1 4417:1 4425:1 4432:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:3 4469:3 4475:1 4483:1 4503:1 4519:1 4523:1 4526:3 4551:1 4555:2 4557:1 4559:1 4563:1 4566:2 4578:1 4585:2 4590:36 4591:1 4596:2 4598:1 4603:5 4610:1 4616:1 4627:1 4630:1 4634:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:3 4772:1 4779:2 4783:2 4784:1 4788:1 4791:1 4810:1 4833:8 4838:2 4854:2 4890:1 4918:1 4924:6 4934:4 4945:1 4958:1 4962:6 4970:1 4981:1 5001:1 5013:1 5016:1 5020:1 5032:1 5047:1 5050:5 5052:2 5057:2 5058:1 5067:1 5072:4 5082:1 5088:1 5089:3 5101:1 5120:1 5121:1 5126:1 5142:3 5144:2 5155:19 5156:2 5169:2 5172:1 5200:7 5209:2 5217:2 5227:1 5238:2 5240:1 5243:1 5249:1 5255:1 5269:1 5294:4 5296:1 5299:5 5315:4 5316:4 5317:2 5320:1 5323:6 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:5 5352:4 5354:1 5360:1 5368:1 5384:1 5426:1 5431:2 5435:1 5446:1 5460:1 5472:1 5481:1 5498:1 5517:1 5544:1 5557:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:2 5650:2 5671:1 5674:1 5684:1 5685:3 5704:2 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5848:1 5855:1 5856:1 5859:1 5866:1 5867:1 5870:1 5877:2 5878:1 5882:1 5885:2 5900:1 5902:1 5903:1 5921:1 5922:2 5932:1 5934:1 5939:2 5940:11 5942:1 5949:2 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:2 6009:1 6027:2 6034:2 6056:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6185:1 6196:1 6212:1 6214:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:2 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:2 6381:2 6387:2 6399:3 6402:1 6409:1 6411:1 6416:1 6421:2 6422:4 6427:1 6428:1 6440:1 6443:1 6446:1 6447:1 6451:1 6470:1 6475:1 6492:1 6509:2 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:2 6536:2 6539:2 6540:3 6541:1 6546:1 6558:1 6574:2 6608:5 6609:1 6616:1 6625:4 6627:2 6632:1 6648:3 6658:1 6659:1 6671:1 6679:1 6705:2 6712:1 6728:1 6729:1 6736:1 6738:1 6749:8 6754:1 6755:1 6761:2 6762:5 6764:2 6765:1 6766:1 6767:2 6768:1 6770:5 6771:3 6772:1 6773:1 6776:4 6779:9 6780:1 6782:1 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6840:1 6867:1 6877:1 6882:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:2 6973:1 6976:1 6989:1 6998:1 7000:1 7002:1 7009:1 7017:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:3 7210:1 7221:2 7223:1 7228:1 7234:1 7245:1 7249:1 7255:2 7283:1 7288:1 7298:1 7299:1 7317:1 7319:1 7322:2 7336:2 7349:1 7365:1 7383:1 7432:1 7434:1 7437:1 7441:1 7448:5 7464:1 7466:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7553:1 7557:1 7562:2 7579:1 7593:2 7605:1 7612:1 7628:3 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7681:1 7685:1 7714:1 7716:1 7724:1 7732:1 7738:1 7739:2 7754:1 7761:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7927:1 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8000:1 8025:1 8031:1 8032:1 8052:3 8068:13 8069:13 8078:1 8091:1 8092:1 8093:1 8094:5 8095:1 8126:3 8133:4 8137:1 8146:56 8149:1 8151:1 8155:2 8161:1 8162:1 8168:19 8171:6 8177:1 8182:1 8185:1 8188:1 8210:1 8211:4 8213:1 8215:2 8222:2 8230:1 8236:1 8267:6 8281:2 8285:1 8296:1 8315:1 8317:2 8332:3 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:6 8398:1 8408:1 8438:1 8441:2 8453:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8604:1 8610:3 8615:1 8646:2 8647:1 8648:1 8656:1 8671:1 8674:36 8680:1 8681:1 8687:1 8689:1 8691:1 8697:1 8701:1 8703:16 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8767:1 8771:1 8781:1 8786:1 8800:45 8813:1 8816:1 8849:2 8857:1 8876:1 8884:1 8894:1 8908:2 8916:1 8918:1 8923:1 8927:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:2 9020:5 9021:1 9032:1 9037:1 9042:2 9057:1 9065:3 9066:1 9070:1 9071:1 9080:2 9082:1 9083:2 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9116:1 9132:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:4 9247:1 9258:1 9262:1 9265:2 9319:3 9322:1 9325:1 9345:2 9353:1 9396:1 9400:2 9402:1 9403:1 9405:1 9410:1 9411:1 9413:2 9428:1 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:4 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:2 9538:2 9541:1 9571:1 9578:6 9589:5 9597:1 9599:1 9604:2 9644:1 9668:4 9670:1 9695:3 9696:1 9707:1 9727:1 9728:4 9732:2 9734:1 9741:5 9743:3 9744:1 9746:1 9752:2 9755:2 9758:2 9768:1 9776:1 9783:1 9788:1 9791:1 9801:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:8 9857:2 9859:2 9865:2 9876:1 9879:1 9892:3 9904:1 9914:1 9916:2 9932:1 9934:3 9936:2 9943:1 9953:1 9972:1 9977:1 9982:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:2 10012:1 10020:1 10025:1 10026:1 10035:1 10037:1 10041:1 10042:1 10043:11 10056:2 10057:11 10067:1 10072:1 10076:1 10078:3 10080:1 10083:1 10091:1 10093:1 10095:3 10098:1 10100:1 10104:1 10118:1 10128:1 10140:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:2 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:2 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10330:1 10331:1 10349:1 10359:1 10371:1 10385:2 10401:1 10415:1 10416:1 10435:36 10440:1 10443:1 10448:1 10455:1 10464:1 10475:1 10482:2 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:2 10527:2 10535:2 10538:1 10541:1 10547:1 10567:1 10571:5 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10615:1 10616:1 10622:2 10623:2 10633:2 10635:1 10638:2 10645:2 10647:2 10659:5 10661:5 10668:1 10672:1 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:2 10735:1 10745:1 10753:1 10765:1 10767:3 10771:1 10775:1 10783:1 10784:1 10795:1 10800:7 10813:1 10846:1 10898:2 10901:1 10906:1 10907:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:2 10969:1 10981:1 10982:1 10989:1 10994:1 11008:2 11010:8 11016:1 11025:1 11049:3 11052:1 11067:1 11080:1 11092:1 11094:1 11113:1 11114:1 11117:1 11125:2 11132:4 11140:1 11154:1 11156:5 11180:2 11211:3 11230:1 11235:1 11237:2 11257:1 11258:5 11264:2 11266:8 11275:1 11284:1 11293:1 11298:1 11305:1 11308:2 11314:1 11320:1 11321:2 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11364:1 11375:2 11378:1 11393:1 11401:1 11409:1 11410:1 11442:1 11474:1 11475:11 11486:1 11487:1 11494:1 11501:3 11503:1 11509:1 11512:3 11515:3 11517:3 11526:1 11531:1 11543:5 11547:1 11552:1 11559:1 11566:2 11569:2 11573:1 11575:1 11582:1 11592:1 11595:9 11597:1 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:1 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11683:1 11685:1 11687:1 11688:1 11694:2 11702:1 11705:2 11713:1 11715:1 11738:1 11755:3 11782:1 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:2 11871:2 11879:2 11882:1 11890:1 11891:1 11892:4 11894:1 11899:2 11904:1 11907:1 11920:2 11921:5 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11954:1 11989:1 11993:5 12017:1 12026:1 12029:1 12031:1 12035:2 12039:1 12041:1 12045:1 12051:1 12054:1 12067:10 12080:2 12081:2 12103:1 12109:1 12125:1 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12169:1 12172:2 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12251:1 12253:2 12255:1 12262:1 12265:1 12267:6 12268:4 12273:2 12276:1 12278:5 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:9 12326:1 12327:1 12344:1 12345:1 12351:2 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12477:1 12484:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12654:1 12657:1 12678:4 12698:1 12702:1 12707:1 12732:1 12741:1 12749:1 12750:1 12753:1 12756:2 12757:1 12758:3 12764:6 12765:1 12769:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:3 12881:5 12892:1 12906:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 12999:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:2 13103:1 13111:1 13114:1 13167:1 13168:1 13193:1 13220:1 13224:1 13252:3 13254:37 13260:1 13262:1 13267:1 13270:5 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13331:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13367:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13433:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13523:1 13536:3 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13675:1 13676:1 13689:1 13691:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:12 13727:4 13731:3 13746:1 13747:1 13753:2 13763:1 13779:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:6 13873:6 13885:1 13907:1 13908:1 13927:1 13934:1 13936:14 13940:1 13949:1 13981:1 13992:1 14034:1 14044:1 14045:2 14054:1 14083:1 14090:1 14097:3 14101:4 14107:3 14124:1 14129:1 14134:2 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:3 14200:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:12 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14280:1 14281:1 14282:1 14284:1 14286:6 14291:1 14294:1 14299:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:13 14562:8 14588:1 14596:1 14632:2 14639:1 14640:5 14650:2 14656:4 14657:1 14683:1 14709:1 14734:1 14737:3 14747:1 14748:2 14750:1 14769:1 14775:2 14781:1 14786:1 14792:1 14797:1 14821:1 14828:4 14862:1 14868:1 14895:1 14897:1 14899:1 14915:2 14924:2 14926:1 14928:1 14935:2 14941:2 14942:2 14945:3 14948:1 14954:1 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:2 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:1 15093:1 15094:1 15095:1 15097:1 15098:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:2 15130:1 15131:1 15136:2 15138:1 15147:1 15153:2 15154:1 15168:1 15173:1 15187:37 15190:1 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:1 15283:1 15285:1 15289:5 15291:1 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15382:1 15385:1 15392:6 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15527:2 15537:1 15554:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15691:1 15694:1 15703:1 15706:1 15707:1 15722:1 15725:1 15727:3 15728:1 15730:1 15731:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:2 15843:1 15850:1 15856:1 15860:1 15864:1 15866:2 15875:1 15886:2 15887:1 15926:3 15928:1 15932:1 15942:1 15958:1 15961:3 15982:1 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16033:1 16041:1 16046:1 16063:2 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:4 16136:1 16151:1 16155:1 16162:2 16192:6 16195:1 16198:2 16207:1 16222:1 16244:1 16266:1 16308:1 16312:1 16313:1 16319:1 16327:1 16332:1 16333:3 16347:1 16349:1 16356:4 16371:1 16376:1 16383:1 16386:1 16387:5 16393:3 16396:2 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:5 16494:2 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:5 16587:1 16620:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:15 16665:2 16667:1 16670:1 16706:4 16709:3 16715:2 16721:1 16737:1 16741:2 16745:1 16747:3 16748:2 16749:1 16751:2 16769:12 16786:1 16795:1 16798:1 16799:1 16807:1 16820:4 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16914:1 16915:2 16926:4 16927:2 16929:1 16935:4 16936:1 16943:1 16944:3 16945:1 16946:2 16949:1 16967:1 16970:1 16981:2 16999:2 17005:2 17010:1 17025:1 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:2 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:4 17274:1 17285:1 17288:11 17289:1 17290:1 17298:1 17320:1 17321:1 17324:1 17326:1 17333:1 17351:2 17353:3 17355:1 17360:1 17361:1 17362:2 17399:1 17401:1 17412:1 17415:1 17420:3 17422:1 17429:2 17444:2 17446:3 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:2 17562:1 17565:49 17573:1 17574:2 17583:1 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17835:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17938:1 17956:1 17959:1 17989:1 18027:1 18030:1 18043:1 18056:1 18059:1 18061:1 18071:1 18075:1 18079:1 18082:1 18083:1 18087:1 18091:2 18094:1 18107:1 18127:1 18131:1 18141:1 18144:1 18146:2 18151:2 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18303:1 18316:1 18317:1 18320:1 18332:1 18335:1 18337:1 18349:1 18354:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:2 18419:1 18426:1 18431:1 18449:2 18457:1 18469:3 18474:2 18502:4 18503:1 18513:5 18525:1 18538:4 18539:1 18547:1 18554:1 18565:1 18568:1 18591:2 18602:1 18606:8 18613:1 18614:2 18643:3 18649:1 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18773:1 18791:1 18801:1 18802:4 18806:2 18807:2 18808:1 18814:1 18825:1 18843:2 18847:2 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18929:1 18934:5 18941:1 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19076:1 19082:1 19116:9 19128:2 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19205:1 19212:1 19218:1 19220:1 19234:1 19236:1 19248:2 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2658 19346:2 19351:1 19359:2 19369:1 19383:1 19400:1 19402:1 19404:1 19406:1 19412:1 19415:1 19418:1 19423:1 19433:1 19444:1 19454:3 19464:1 19468:3 19469:1 19476:1 19493:1 19498:1 19504:1 19516:1 19523:1 19529:2 19543:2 19554:1 19555:1 19585:1 19604:1 19610:2 19611:1 19616:1 19634:1 19678:1 19684:1 19693:2 19704:1 19715:1 19716:1 19748:2 19753:1 19782:1 19784:1 19799:1 19811:1 19820:1 19827:2 19829:1 19834:1 19842:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19894:1 19900:1 19932:1 19938:6 19976:5 19980:1 19984:1 19989:2 19995:2 20034:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:2 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:8 20144:4 20173:1 20179:5 20186:1 20199:1 20211:2 20214:1 20225:1 20244:23 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20296:2 20319:1 20324:4 20325:1 20327:1 20328:2 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20386:1 20425:1 20434:2 20435:1 20438:1 20442:1 20446:4 20450:2 20466:1 20467:1 20473:3 20474:1 20495:1 20499:1 20502:1 20516:2 20519:1 20532:1 20540:2 20548:1 20557:1 20562:1 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20751:1 20752:1 20767:1 20788:3 20789:8 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:7 20867:1 20879:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:3 20943:2 20947:1 20953:3 20960:1 20965:1 20967:6 20976:1 20977:1 20992:3 20997:1 21003:1 21008:2 21031:1 21043:1 21051:1 21053:5 21062:2 21079:1 21080:1 21086:1 21102:1 21106:1 21110:1 21124:1 21152:1 21176:2 21184:1 21193:1 21196:1 21206:1 21211:1 21252:6 21259:1 21265:1 21267:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21332:1 21345:1 21365:1 21384:1 21399:1 21408:1 21409:3 21413:1 21428:1 21435:2 21448:1 21455:1 21464:2 21468:2 21471:1 21477:1 21495:2 21496:3 21501:1 21504:1 21506:2 21508:1 21509:2 21522:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21636:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:4 21714:1 21744:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21940:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:5 22029:2 22036:1 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22149:1 22153:2 22160:1 22171:2 22172:1 22176:1 22179:1 22180:1 22182:1 22183:2 22187:2 22193:1 22201:2 22205:1 22218:1 22219:1 22223:1 22235:1 22236:1 22240:2 22245:1 22267:1 22274:1 22275:2 22282:2 22293:4 22301:1 22303:1 22304:1 22305:1 22306:1 22317:2 22318:2 22335:1 22337:4 22347:1 22348:1 22366:1 22372:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:2 22419:1 22421:1 22437:1 22461:1 22469:8 22481:1 22492:1 22503:1 22536:2 22537:1 22540:1 22548:8 22552:2 22553:1 22556:1 22557:5 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:12 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:4 22712:2 22715:1 22723:2 22724:1 22725:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:7 22755:4 22756:1 22761:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:3 22901:2 22905:1 22908:4 22912:1 22928:2 22931:1 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:4 23025:1 23030:2 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:15 23130:2 23134:2 23141:1 23160:1 23170:1 23175:12 23177:2 23183:1 23187:1 23193:1 23199:1 23201:1 23207:1 23230:1 23235:4 23237:2 23239:1 23251:4 23253:2 23282:1 23290:7 23299:1 23305:2 23312:1 23319:3 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:10 23440:3 23461:1 23477:3 23506:1 23518:1 23523:1 23541:1 23548:1 23555:1 23561:1 23566:1 23573:36 23589:1 23594:3 23595:3 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23651:3 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:6 23736:1 23739:3 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23831:1 23867:1 23872:3 23884:3 23892:1 23903:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23988:1 23991:1 23996:3 23999:1 24001:1 24002:2 24008:1 24041:37 24067:3 24069:1 24076:1 24094:1 24097:1 24100:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24139:1 24161:1 24169:1 24174:1 24180:1 24183:1 24192:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:2 24237:1 24244:1 24245:1 24262:2 24265:2 24270:1 24295:2 24304:1 24322:1 24346:1 24352:1 24378:1 24380:1 24391:1 24401:5 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24532:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24664:1 24665:1 24669:2 24673:1 24678:1 24679:1 24691:1 24692:3 24695:1 24702:1 24710:1 24713:7 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24781:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24816:1 24817:1 24836:1 24838:1 24845:2 24860:1 24869:1 24873:1 24877:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:7 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25027:1 25029:1 25060:3 25061:1 25065:1 25092:1 25100:10 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:2 25150:1 25160:1 25161:1 25176:2 25184:1 25214:1 25220:1 25228:1 25235:5 25245:1 25268:1 25276:2 25287:1 25314:1 25315:1 25322:1 25332:1 25333:1 25337:1 25342:3 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25404:1 25410:1 25414:1 25420:1 25457:3 25461:1 25463:2 25471:1 25472:1 25476:3 25480:5 25483:1 25484:1 25486:2 25503:1 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25589:1 25591:2 25594:1 25601:1 25605:2 25611:1 25614:4 25616:1 25622:1 25629:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25654:1 25666:1 25667:1 25672:1 25675:1 25676:1 25677:1 25687:1 25694:1 25697:1 25701:1 25756:1 25764:3 25775:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25845:1 25852:5 25854:2 25855:2 25858:1 25863:2 25864:1 25879:1 25911:1 25918:1 25921:2 25944:2 25947:1 25976:1 25978:1 25984:1 26029:1 26032:1 26054:1 26057:2 26061:1 26063:2 26064:6 26078:1 26085:6 26088:3 26094:1 26112:1 26114:2 26115:2 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26164:1 26169:2 26173:1 26174:1 26181:2 26184:1 26186:1 26187:1 26188:1 26201:4 26208:1 26213:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26277:1 26281:4 26283:1 26284:1 26285:2 26287:1 26289:2 26290:1 26316:2 26319:1 26320:1 26323:1 26333:2 26344:1 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26462:1 26463:4 26476:4 26479:2 26489:1 26494:1 26497:1 26505:5 26514:1 26519:4 26520:1 26529:2 26533:4 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:14 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26646:1 26682:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26744:1 26747:2 26748:1 26751:1 26752:1 26770:3 26774:1 26786:3 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26874:1 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:2 26985:1 26987:1 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:11 27060:1 27063:1 27071:1 27074:1 27080:3 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27165:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:2 27212:1 27218:1 27272:2 27281:1 27303:2 27305:1 27326:3 27350:1 27354:1 27359:1 27360:1 27365:1 27368:1 27373:1 27412:3 27415:1 27440:1 27443:4 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27539:1 27556:2 27558:1 27562:1 27563:1 27572:1 27586:1 27587:1 27599:1 27615:1 27624:1 27628:1 27666:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:4 27806:1 27808:1 27811:2 27834:1 27843:2 27844:7 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27907:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 27998:1 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:5 28054:2 28055:2 28056:2 28067:2 28075:1 28087:1 28090:2 28093:1 28107:2 28109:1 28111:1 28121:1 28128:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:2 28209:1 28212:1 28218:1 28223:9 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:3 28300:1 28303:1 28314:3 28320:1 28346:1 28349:2 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28372:1 28374:2 28377:3 28379:1 28382:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:3 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:8 28481:1 28491:4 28519:1 28522:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28560:1 28581:2 28582:2 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:3 28805:2 28807:1 28810:5 28813:3 28815:1 28816:7 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28902:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:5 29002:1 29003:1 29011:1 29020:2 29032:1 29046:1 29047:1 29057:1 29058:1 29061:1 29072:2 29085:1 29088:1 29091:1 29094:3 29103:1 29115:15 29116:2 29118:1 29121:1 29139:1 29148:6 29157:1 29158:6 29180:1 29207:1 29222:1 29225:1 29229:4 29230:1 29245:1 29257:1 29259:1 29260:2 29263:12 29269:3 29279:1 29283:1 29286:1 29299:2 29301:1 29312:1 29313:14 29322:2 29355:1 29365:2 29367:2 29372:1 29373:1 29381:1 29390:1 29391:1 29393:1 29400:2 29420:1 29442:1 29450:2 29475:2 29487:1 29505:1 29509:1 29512:1 29519:1 29529:1 29535:45 29536:1 29558:1 29560:5 29564:2 29573:2 29574:5 29575:2 29576:1 29581:1 29606:1 29639:4 29643:13 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29716:1 29749:1 29759:1 29779:2 29787:2 29807:2 29810:1 29823:1 29838:1 29842:1 29848:5 29864:2 29876:5 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:3 30089:1 30090:1 30091:3 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30173:1 30182:1 30184:1 30193:1 30195:10 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30251:1 30265:4 30267:2 30268:2 30273:2 30277:37 30284:2 30303:2 30321:1 30327:1 30329:1 30350:1 30352:1 30354:2 30358:2 30359:2 30360:5 30361:1 30386:1 30394:1 30398:2 30410:2 30415:2 30423:1 30430:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 48:1 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 170:2 177:2 181:2 183:1 187:1 191:1 200:1 201:1 203:1 206:1 213:1 219:2 229:1 233:1 235:1 251:1 258:2 272:3 276:5 277:1 283:2 298:2 299:1 302:1 303:2 333:2 342:1 376:1 377:4 390:1 392:2 395:1 399:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:2 466:1 471:2 475:1 486:1 488:1 494:1 497:2 508:2 525:2 538:1 539:4 543:1 549:1 559:1 565:1 585:2 593:1 599:1 600:1 613:1 616:1 617:1 628:1 668:3 672:2 677:2 679:1 684:1 694:1 697:1 704:6 717:38 718:1 720:4 723:1 726:1 727:1 741:1 749:1 762:1 769:3 786:2 792:1 796:2 801:2 809:3 814:1 852:2 868:2 870:1 872:3 875:1 876:2 880:2 881:3 905:1 931:3 932:1 939:1 947:3 953:1 959:1 967:1 979:3 980:7 983:3 984:1 992:5 1006:1 1015:5 1022:1 1029:2 1035:4 1038:10 1043:1 1044:3 1049:1 1056:2 1059:2 1061:3 1077:2 1081:1 1086:2 1112:1 1116:3 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1144:1 1194:1 1201:2 1202:1 1205:1 1210:1 1214:1 1238:1 1247:1 1256:1 1259:3 1268:1 1282:1 1284:1 1313:1 1315:37 1321:2 1329:2 1330:2 1332:1 1334:4 1337:1 1338:1 1351:1 1360:2 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:4 1386:2 1387:1 1394:1 1396:1 1397:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:2 1442:2 1458:2 1460:2 1461:1 1481:4 1493:1 1496:1 1498:1 1504:1 1510:2 1513:11 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:4 1609:2 1612:17 1613:1 1618:1 1626:1 1627:1 1630:1 1636:1 1639:1 1645:2 1646:1 1648:1 1670:1 1672:3 1674:1 1679:2 1695:1 1698:1 1701:6 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:3 1744:1 1756:1 1761:1 1764:1 1766:11 1770:1 1771:1 1772:1 1773:2 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1860:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:3 1946:2 1954:1 1955:1 1961:1 1968:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:3 2001:1 2008:1 2013:2 2019:2 2031:2 2034:1 2048:1 2051:1 2052:1 2056:1 2059:1 2063:1 2066:1 2072:1 2073:2 2081:1 2084:1 2091:1 2101:8 2125:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:2 2196:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2230:1 2235:2 2236:1 2238:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:10 2321:3 2324:1 2349:1 2354:2 2390:1 2403:1 2426:1 2430:1 2437:1 2438:2 2439:2 2440:4 2442:3 2443:2 2444:3 2447:1 2448:5 2450:1 2454:9 2456:5 2458:7 2462:5 2466:1 2467:3 2469:1 2471:1 2475:4 2479:4 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2520:1 2524:3 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:2 2584:1 2589:1 2591:1 2600:4 2601:4 2604:1 2608:4 2621:2 2622:2 2624:4 2633:4 2634:1 2645:1 2648:1 2655:1 2671:4 2685:1 2686:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2740:1 2745:1 2761:1 2765:1 2769:2 2776:1 2788:1 2791:1 2807:2 2818:1 2819:1 2860:1 2861:2 2868:1 2874:2 2881:3 2890:1 2891:2 2898:1 2900:1 2904:1 2912:3 2914:1 2918:4 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:5 3009:5 3014:1 3017:1 3020:4 3033:2 3036:1 3048:1 3070:2 3072:1 3079:1 3080:2 3083:1 3085:2 3092:1 3108:17 3110:38 3114:1 3117:3 3118:1 3135:2 3137:2 3138:1 3151:1 3155:2 3156:1 3161:4 3162:1 3167:1 3170:1 3176:8 3200:4 3204:2 3207:1 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3284:1 3286:3 3293:1 3297:1 3323:3 3343:2 3358:1 3367:1 3411:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:2 3494:2 3496:1 3497:2 3507:1 3510:3 3511:1 3516:1 3523:3 3534:1 3543:2 3549:1 3554:1 3556:4 3567:1 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3711:1 3712:1 3716:2 3728:1 3731:1 3747:1 3758:1 3761:1 3763:1 3768:1 3785:1 3786:1 3789:1 3802:1 3805:1 3825:2 3836:1 3842:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:2 3944:2 3960:1 3988:1 3998:3 3999:1 4001:1 4023:1 4029:1 4030:2 4033:2 4038:1 4044:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:2 4095:1 4097:1 4104:3 4119:1 4122:1 4125:1 4128:1 4142:1 4147:37 4148:2 4153:1 4160:2 4165:1 4171:1 4198:1 4202:1 4203:1 4204:1 4217:1 4221:1 4222:2 4226:4 4228:6 4249:2 4252:1 4255:2 4264:1 4269:6 4273:7 4274:2 4283:1 4284:2 4285:1 4300:1 4320:1 4322:1 4334:1 4344:1 4346:1 4348:2 4358:3 4365:1 4377:1 4380:1 4404:1 4405:1 4406:2 4408:2 4411:1 4412:1 4417:1 4425:1 4432:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:4 4469:3 4475:1 4483:1 4503:1 4519:1 4523:1 4526:3 4551:1 4555:2 4557:1 4559:1 4563:1 4566:2 4578:1 4585:2 4590:37 4591:1 4596:2 4598:1 4603:5 4610:1 4616:1 4627:1 4630:1 4634:1 4649:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:3 4772:1 4779:2 4783:2 4784:1 4788:1 4791:1 4810:1 4833:8 4838:2 4854:2 4871:1 4890:1 4918:1 4924:6 4934:4 4945:1 4947:1 4958:1 4962:6 4970:1 4981:1 5001:1 5013:1 5016:1 5020:1 5032:1 5047:1 5050:5 5052:2 5057:2 5058:1 5067:1 5072:4 5082:1 5088:1 5089:3 5101:1 5120:1 5121:1 5126:1 5142:3 5144:2 5155:20 5156:2 5169:2 5172:1 5200:8 5209:2 5217:2 5227:1 5238:2 5240:1 5243:1 5249:1 5255:1 5269:1 5294:4 5296:1 5299:5 5315:4 5316:5 5317:2 5320:1 5323:6 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:5 5351:1 5352:4 5354:1 5360:1 5368:1 5384:1 5426:1 5431:2 5435:1 5446:1 5460:1 5472:1 5481:1 5498:1 5517:1 5544:1 5557:1 5560:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:2 5650:2 5671:1 5674:1 5684:1 5685:3 5704:2 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5848:1 5855:1 5856:1 5859:1 5866:1 5867:1 5870:1 5877:2 5878:1 5882:1 5885:2 5900:1 5902:1 5903:1 5921:1 5922:2 5932:1 5934:1 5939:2 5940:11 5942:1 5949:2 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:2 6009:1 6027:2 6034:2 6056:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6153:3 6185:1 6196:1 6212:1 6214:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:2 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:2 6381:2 6387:2 6399:3 6402:1 6409:1 6411:1 6416:1 6421:2 6422:5 6427:1 6428:1 6440:1 6443:1 6446:1 6447:1 6451:1 6467:1 6470:1 6475:1 6492:1 6509:2 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:2 6536:2 6539:2 6540:3 6541:1 6546:1 6558:1 6574:2 6608:5 6609:2 6616:1 6625:4 6627:2 6632:1 6648:3 6658:1 6659:1 6671:1 6679:1 6705:2 6712:1 6728:1 6729:1 6736:1 6738:1 6749:9 6754:1 6755:1 6761:2 6762:5 6764:2 6765:1 6766:1 6767:2 6768:1 6770:5 6771:4 6772:1 6773:1 6776:4 6779:9 6780:1 6782:2 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6840:1 6867:1 6877:1 6882:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:3 6973:1 6976:1 6989:1 6998:1 7000:1 7002:1 7009:1 7017:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:2 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7192:3 7210:1 7221:2 7223:1 7228:1 7234:1 7245:1 7249:1 7255:2 7283:1 7288:1 7298:1 7299:1 7317:1 7319:1 7322:2 7336:2 7349:1 7365:1 7383:1 7432:1 7434:1 7437:1 7441:1 7448:5 7464:1 7466:1 7476:1 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7553:1 7557:1 7562:2 7579:1 7593:2 7605:1 7612:1 7628:3 7633:1 7653:1 7663:2 7666:1 7673:1 7676:1 7678:1 7680:1 7681:1 7685:1 7714:1 7716:1 7724:1 7732:1 7738:1 7739:2 7754:1 7761:1 7769:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7927:1 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8000:1 8025:1 8031:1 8032:1 8052:3 8068:13 8069:13 8078:1 8091:1 8092:1 8093:1 8094:5 8095:1 8126:4 8133:4 8137:1 8146:57 8149:1 8151:1 8155:2 8161:1 8162:1 8168:19 8171:6 8177:1 8182:1 8185:1 8188:1 8210:1 8211:4 8213:1 8215:2 8222:2 8230:1 8236:1 8255:1 8267:6 8281:2 8285:1 8296:1 8315:1 8317:2 8332:3 8340:1 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:6 8398:1 8400:1 8408:1 8438:1 8441:2 8453:2 8476:1 8544:1 8554:1 8582:1 8587:1 8599:1 8604:1 8610:3 8615:1 8646:2 8647:1 8648:1 8656:1 8671:1 8674:37 8680:1 8681:1 8687:1 8689:1 8691:1 8697:1 8701:1 8703:18 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8767:1 8771:1 8781:1 8786:1 8800:46 8813:1 8816:1 8849:2 8857:1 8876:1 8884:1 8894:1 8908:2 8916:1 8918:1 8923:1 8927:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:2 9006:1 9009:1 9010:1 9015:1 9019:2 9020:5 9021:1 9032:1 9037:1 9042:2 9057:1 9065:3 9066:1 9070:1 9071:1 9080:2 9082:1 9083:2 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9116:1 9132:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:4 9247:1 9258:1 9262:1 9265:3 9319:3 9322:1 9325:1 9345:2 9353:1 9396:1 9400:2 9402:1 9403:1 9405:1 9410:1 9411:1 9413:2 9428:1 9433:1 9436:4 9446:1 9451:1 9454:1 9455:1 9456:4 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:2 9538:2 9541:1 9571:1 9578:6 9589:5 9597:1 9599:1 9604:2 9644:1 9668:4 9670:1 9695:3 9696:1 9707:1 9727:1 9728:4 9732:2 9734:1 9741:5 9743:3 9744:1 9746:1 9752:2 9755:2 9758:2 9768:1 9776:1 9783:1 9788:1 9791:1 9801:1 9805:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:8 9857:2 9859:2 9865:2 9876:1 9879:1 9892:3 9904:1 9914:1 9916:2 9932:1 9934:3 9936:2 9943:1 9953:1 9972:1 9977:1 9982:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:2 10012:1 10020:1 10025:1 10026:1 10035:1 10037:1 10041:2 10042:1 10043:11 10056:2 10057:12 10067:1 10072:1 10076:1 10078:3 10080:1 10083:1 10091:1 10093:1 10095:3 10096:1 10098:1 10100:1 10104:1 10118:1 10128:1 10140:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:2 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:2 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10330:1 10331:1 10332:1 10349:1 10359:1 10371:1 10385:2 10401:1 10415:1 10416:1 10435:37 10440:1 10443:1 10448:1 10455:1 10464:1 10475:1 10482:2 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:2 10527:2 10535:2 10538:1 10541:1 10547:1 10567:1 10571:5 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10615:1 10616:1 10622:2 10623:2 10633:2 10635:1 10638:2 10645:2 10647:2 10659:5 10661:5 10668:1 10672:1 10673:3 10674:1 10675:1 10685:1 10701:5 10722:1 10725:2 10735:1 10745:1 10753:1 10765:1 10767:3 10771:1 10775:1 10783:1 10784:1 10795:1 10800:7 10813:1 10846:1 10878:1 10898:2 10901:1 10906:1 10907:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:2 10969:1 10981:1 10982:1 10989:1 10994:1 11008:2 11010:8 11016:1 11025:1 11049:3 11052:1 11067:1 11080:1 11092:1 11094:1 11113:1 11114:1 11117:1 11125:2 11132:5 11140:1 11154:1 11156:5 11157:1 11180:2 11211:3 11230:1 11235:1 11237:2 11257:1 11258:5 11264:2 11266:8 11275:1 11284:1 11293:1 11298:1 11305:1 11308:2 11314:1 11320:1 11321:2 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:2 11359:1 11364:1 11375:2 11378:1 11393:1 11401:1 11409:1 11410:1 11442:1 11474:1 11475:11 11486:1 11487:1 11494:1 11501:3 11503:1 11509:1 11512:3 11515:3 11517:3 11526:1 11531:1 11543:5 11547:1 11552:1 11559:1 11566:2 11569:2 11573:1 11575:1 11582:1 11592:1 11595:9 11597:1 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:2 11631:2 11636:1 11646:1 11664:1 11666:1 11678:6 11682:1 11683:1 11685:1 11687:1 11688:1 11694:2 11702:1 11705:2 11713:1 11715:1 11738:1 11755:3 11757:1 11782:1 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:2 11871:2 11879:2 11881:1 11882:1 11890:1 11891:1 11892:4 11894:1 11899:2 11904:1 11907:1 11920:2 11921:5 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11954:1 11989:1 11993:5 12017:1 12026:1 12029:1 12031:1 12035:2 12039:1 12041:1 12045:1 12051:1 12054:1 12067:10 12080:2 12081:2 12103:1 12109:1 12125:1 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12169:1 12172:2 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12251:1 12253:2 12255:1 12262:1 12265:1 12267:6 12268:5 12273:2 12276:1 12278:5 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:9 12326:1 12327:1 12344:1 12345:1 12351:2 12357:1 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:3 12449:1 12477:1 12484:1 12485:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12654:1 12657:1 12678:4 12695:1 12698:1 12702:1 12707:2 12732:1 12741:1 12749:1 12750:1 12753:2 12756:2 12757:1 12758:3 12764:6 12765:1 12769:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:3 12881:5 12892:1 12899:1 12906:1 12936:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 12999:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:1 13052:1 13075:1 13093:1 13095:1 13101:2 13103:1 13111:1 13114:1 13167:1 13168:1 13177:1 13193:1 13220:1 13224:1 13252:3 13254:38 13260:1 13262:1 13267:1 13270:5 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13331:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13367:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13433:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13523:1 13536:3 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13675:1 13676:1 13689:1 13691:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:13 13727:4 13731:3 13746:1 13747:1 13753:2 13763:1 13779:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:6 13873:6 13885:1 13907:1 13908:1 13927:1 13934:1 13936:14 13940:1 13949:1 13981:1 13992:1 14020:1 14034:2 14044:1 14045:2 14054:1 14083:1 14086:1 14090:1 14097:3 14101:4 14107:3 14124:1 14129:1 14134:2 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:3 14200:1 14205:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:13 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14280:1 14281:1 14282:1 14284:1 14286:6 14291:1 14294:1 14299:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:1 14360:1 14375:1 14383:1 14408:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:14 14562:8 14588:1 14596:1 14632:2 14639:1 14640:5 14650:2 14656:4 14657:1 14683:1 14709:1 14734:1 14737:3 14747:1 14748:2 14750:1 14761:1 14769:1 14775:2 14781:1 14786:1 14792:1 14797:1 14821:1 14828:4 14862:1 14868:1 14895:1 14897:1 14899:1 14915:3 14924:2 14926:1 14928:1 14935:2 14941:2 14942:2 14945:3 14948:1 14954:1 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:2 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:2 15093:1 15094:1 15095:1 15097:1 15098:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:2 15130:1 15131:1 15136:2 15138:1 15147:1 15153:2 15154:1 15168:1 15173:1 15187:38 15190:1 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:2 15246:1 15283:1 15285:1 15289:5 15291:1 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15382:1 15385:1 15392:6 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15527:2 15537:1 15554:1 15564:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:7 15645:1 15655:1 15681:1 15691:1 15694:1 15703:1 15706:1 15707:1 15722:1 15725:1 15727:4 15728:1 15730:1 15731:1 15741:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:2 15843:1 15850:1 15856:1 15860:1 15864:1 15866:2 15875:1 15886:2 15887:1 15926:3 15928:1 15932:1 15942:1 15958:1 15961:3 15982:1 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16033:1 16041:1 16046:1 16063:2 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:4 16136:1 16151:1 16155:1 16162:2 16192:7 16195:1 16198:2 16207:2 16222:1 16244:1 16266:1 16278:1 16308:1 16312:1 16313:1 16319:1 16327:1 16332:1 16333:4 16338:1 16347:1 16349:1 16356:4 16371:1 16375:1 16376:1 16383:1 16386:1 16387:5 16393:3 16396:2 16407:4 16408:1 16412:1 16418:1 16419:1 16430:3 16438:1 16483:1 16485:1 16492:5 16494:2 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:5 16587:1 16620:1 16624:1 16629:1 16640:1 16653:1 16659:1 16662:15 16665:2 16667:1 16670:1 16706:4 16709:3 16715:2 16721:1 16737:1 16741:2 16745:1 16747:3 16748:2 16749:1 16751:2 16769:12 16786:1 16795:1 16798:1 16799:1 16807:1 16820:4 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16914:1 16915:3 16926:4 16927:2 16929:1 16935:4 16936:2 16943:1 16944:4 16945:1 16946:2 16949:1 16967:1 16970:1 16981:2 16999:2 17005:2 17010:1 17025:1 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:2 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:4 17274:1 17285:2 17288:11 17289:1 17290:1 17298:1 17320:1 17321:1 17324:1 17326:1 17333:1 17351:2 17353:3 17355:1 17360:1 17361:1 17362:2 17399:1 17401:1 17410:1 17412:1 17415:1 17420:3 17422:1 17429:2 17444:2 17446:3 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:2 17555:1 17562:1 17565:50 17573:1 17574:3 17583:1 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:1 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17835:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17938:1 17956:1 17959:1 17989:1 18027:1 18030:1 18043:1 18056:1 18059:1 18061:1 18071:1 18075:2 18079:1 18082:1 18083:1 18087:1 18091:2 18094:1 18107:1 18127:2 18131:1 18141:1 18144:1 18146:2 18151:2 18153:1 18154:1 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18226:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18288:1 18303:1 18316:1 18317:1 18320:1 18332:1 18335:1 18337:1 18349:1 18354:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:2 18419:1 18426:1 18431:1 18449:2 18457:1 18469:3 18474:2 18502:4 18503:1 18513:5 18525:1 18538:4 18539:1 18547:1 18554:1 18565:1 18568:1 18582:1 18591:2 18602:1 18606:8 18613:1 18614:2 18621:1 18643:3 18649:1 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18773:1 18791:1 18801:1 18802:4 18806:2 18807:2 18808:1 18814:1 18825:1 18831:1 18843:2 18847:2 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18929:1 18934:5 18941:1 19000:1 19003:2 19006:1 19036:2 19048:1 19067:1 19076:1 19082:1 19116:10 19128:2 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19205:1 19212:1 19218:1 19220:1 19234:1 19236:1 19248:2 19263:2 19266:1 19280:1 19316:1 19322:1 19327:1 19335:2738 19346:2 19351:1 19359:2 19369:1 19383:1 19400:1 19402:1 19404:1 19406:1 19412:1 19415:1 19418:1 19423:1 19433:1 19437:1 19444:1 19454:3 19464:1 19468:3 19469:1 19476:1 19493:1 19498:1 19504:1 19516:1 19523:1 19529:2 19543:2 19554:1 19555:1 19585:1 19599:1 19604:1 19610:2 19611:1 19616:1 19634:1 19678:1 19684:1 19693:2 19703:1 19704:1 19715:1 19716:1 19748:2 19753:1 19782:1 19784:1 19799:1 19811:1 19820:1 19827:2 19829:1 19834:1 19842:1 19852:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19894:1 19900:1 19911:1 19932:1 19938:6 19976:5 19980:1 19984:1 19989:2 19995:2 20034:1 20035:1 20037:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:2 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:8 20144:4 20173:1 20179:5 20186:1 20199:1 20211:2 20214:1 20225:1 20244:23 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20296:2 20319:1 20324:4 20325:1 20327:1 20328:2 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20376:1 20386:1 20425:1 20434:2 20435:1 20438:1 20442:1 20446:4 20450:2 20466:1 20467:1 20473:3 20474:1 20495:1 20499:1 20502:1 20516:2 20519:1 20532:1 20540:2 20548:1 20557:1 20562:2 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20751:1 20752:1 20767:1 20788:4 20789:8 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:7 20867:1 20879:1 20885:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:3 20943:2 20947:1 20953:3 20960:1 20965:1 20967:6 20976:1 20977:1 20992:3 20997:1 21003:1 21008:2 21031:1 21043:1 21051:1 21053:5 21062:2 21079:1 21080:1 21086:1 21091:1 21102:1 21106:1 21110:1 21124:1 21152:1 21176:2 21184:1 21193:1 21196:1 21206:1 21211:1 21252:6 21259:1 21265:2 21267:1 21285:1 21286:2 21300:1 21304:2 21305:1 21318:3 21332:1 21345:1 21365:1 21384:1 21399:1 21408:1 21409:3 21413:1 21428:1 21435:2 21448:1 21455:1 21464:3 21468:2 21471:1 21477:1 21495:2 21496:3 21501:1 21504:1 21506:2 21508:1 21509:2 21522:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21613:2 21614:2 21627:1 21631:1 21636:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:5 21714:1 21744:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:1 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21940:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:5 22029:2 22036:1 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22149:1 22153:2 22160:1 22171:2 22172:1 22176:1 22179:1 22180:1 22182:1 22183:2 22187:2 22193:1 22201:2 22205:1 22218:1 22219:1 22223:1 22235:1 22236:1 22240:2 22245:1 22267:1 22274:1 22275:2 22282:3 22293:4 22301:1 22303:1 22304:1 22305:1 22306:1 22317:2 22318:2 22335:1 22337:4 22347:1 22348:1 22366:1 22372:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:2 22419:1 22421:1 22437:1 22449:1 22461:1 22469:8 22481:1 22492:1 22494:1 22503:1 22536:2 22537:1 22540:1 22548:8 22552:2 22553:1 22556:1 22557:5 22560:1 22570:3 22583:1 22585:1 22592:1 22607:1 22608:12 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:4 22712:2 22715:1 22723:2 22724:1 22725:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:7 22755:4 22756:1 22761:1 22766:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:3 22901:2 22905:1 22908:4 22912:1 22928:2 22931:1 22938:1 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:4 23025:1 23030:2 23034:2 23043:1 23057:1 23072:1 23082:2 23100:1 23105:2 23112:16 23130:2 23134:2 23141:1 23160:1 23170:1 23175:13 23177:2 23183:1 23187:1 23193:1 23198:1 23199:1 23201:1 23207:1 23230:1 23235:4 23237:2 23239:1 23251:4 23253:2 23282:1 23290:7 23299:1 23305:2 23312:1 23319:4 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23384:1 23400:1 23403:1 23408:1 23409:2 23422:10 23440:3 23461:1 23477:3 23506:1 23518:1 23522:1 23523:1 23541:1 23548:1 23555:2 23561:1 23566:1 23573:37 23589:1 23594:3 23595:3 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23651:3 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:6 23736:1 23739:3 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23831:1 23867:1 23872:3 23884:3 23892:1 23903:1 23921:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23988:1 23991:1 23996:3 23999:1 24001:1 24002:2 24008:1 24041:38 24067:3 24069:2 24076:1 24094:1 24097:1 24100:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24139:1 24161:1 24169:1 24174:1 24180:1 24183:1 24185:1 24192:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:2 24237:1 24244:1 24245:1 24262:2 24265:3 24270:1 24295:2 24304:1 24322:1 24346:1 24352:1 24378:1 24380:2 24391:1 24401:5 24403:1 24404:2 24418:1 24429:1 24431:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24532:1 24547:2 24560:2 24569:1 24574:2 24580:1 24589:1 24602:1 24637:1 24664:1 24665:1 24669:2 24673:1 24678:1 24679:1 24691:1 24692:3 24695:1 24702:1 24710:1 24713:7 24715:1 24718:1 24735:1 24743:1 24751:1 24759:1 24764:1 24772:1 24781:1 24785:1 24793:1 24801:1 24807:1 24812:1 24813:1 24816:1 24817:1 24836:1 24838:1 24845:2 24860:1 24869:1 24873:1 24877:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24983:1 24985:1 24987:7 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25027:1 25029:1 25042:1 25060:3 25061:1 25065:1 25092:1 25100:10 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:2 25150:1 25160:1 25161:1 25176:2 25184:1 25214:1 25220:1 25227:1 25228:1 25235:5 25245:1 25268:1 25276:2 25287:1 25314:1 25315:1 25322:1 25324:1 25332:1 25333:1 25337:2 25342:4 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25404:1 25410:1 25414:1 25420:1 25453:1 25457:3 25461:1 25463:2 25470:1 25471:1 25472:1 25476:3 25480:5 25483:1 25484:1 25486:2 25503:1 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25589:1 25591:2 25594:1 25601:1 25605:2 25611:1 25614:4 25616:1 25622:1 25629:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25654:1 25666:1 25667:1 25672:1 25675:1 25676:1 25677:1 25687:1 25694:1 25697:1 25701:1 25756:1 25764:3 25775:1 25776:1 25798:1 25803:3 25804:1 25811:1 25815:1 25837:1 25845:1 25852:5 25854:2 25855:2 25858:1 25863:2 25864:1 25879:1 25911:1 25918:1 25921:2 25944:2 25947:1 25976:1 25978:1 25984:1 26029:1 26032:1 26054:1 26057:2 26061:1 26063:2 26064:6 26078:1 26085:6 26088:3 26094:1 26112:1 26114:2 26115:2 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26164:1 26169:2 26173:1 26174:1 26181:2 26184:1 26186:1 26187:1 26188:1 26201:4 26208:1 26213:1 26221:1 26225:1 26241:1 26252:1 26259:1 26276:1 26277:1 26281:4 26283:1 26284:1 26285:2 26287:1 26289:2 26290:1 26310:1 26316:2 26319:1 26320:1 26323:1 26333:2 26344:1 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26462:1 26463:4 26476:4 26479:2 26489:1 26494:1 26497:1 26505:5 26514:1 26519:4 26520:1 26529:2 26533:4 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:15 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26646:1 26682:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26744:1 26747:2 26748:1 26751:1 26752:1 26770:3 26774:1 26786:3 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26874:1 26881:1 26884:1 26897:1 26899:1 26900:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:3 26985:1 26987:1 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:12 27060:1 27063:1 27069:1 27071:1 27074:1 27080:3 27097:1 27110:1 27115:1 27123:1 27142:1 27149:5 27153:1 27165:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:2 27212:1 27218:1 27272:2 27281:1 27303:2 27305:1 27326:3 27350:2 27354:1 27359:1 27360:1 27365:1 27368:1 27373:1 27412:4 27415:1 27436:1 27440:1 27443:4 27459:1 27465:1 27478:1 27480:2 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27539:1 27556:2 27558:1 27562:1 27563:1 27572:1 27575:1 27586:1 27587:1 27599:1 27615:1 27624:1 27628:1 27666:1 27681:1 27692:1 27703:2 27710:1 27719:1 27726:2 27727:6 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:4 27806:1 27808:1 27811:2 27834:1 27843:2 27844:7 27845:1 27847:2 27856:1 27857:1 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27907:1 27908:1 27914:1 27941:1 27955:1 27964:1 27984:2 27990:1 27995:2 27998:1 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:6 28054:2 28055:2 28056:2 28067:2 28075:1 28087:1 28090:2 28093:1 28107:2 28109:1 28111:1 28121:1 28128:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:2 28209:1 28212:1 28218:1 28223:10 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:3 28300:1 28303:1 28314:3 28320:1 28346:1 28349:2 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28372:1 28374:2 28377:3 28379:1 28382:1 28385:1 28386:2 28388:1 28389:2 28394:3 28408:2 28420:3 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:8 28481:1 28487:1 28491:4 28519:1 28522:1 28523:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28560:1 28581:2 28582:2 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:3 28805:2 28807:1 28810:5 28813:3 28815:1 28816:8 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28892:1 28895:1 28902:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:5 29002:1 29003:1 29011:1 29020:2 29032:1 29046:1 29047:1 29057:1 29058:1 29061:1 29072:3 29085:1 29088:1 29091:1 29094:3 29103:1 29115:15 29116:2 29118:1 29121:1 29139:1 29148:6 29157:1 29158:6 29180:1 29207:1 29222:1 29225:1 29229:5 29230:1 29245:1 29257:1 29259:1 29260:2 29263:12 29269:3 29279:1 29283:1 29286:1 29299:2 29301:1 29312:1 29313:14 29322:2 29355:1 29365:2 29367:2 29372:1 29373:1 29381:1 29390:1 29391:1 29393:1 29395:1 29399:1 29400:2 29412:1 29420:1 29442:1 29450:2 29475:2 29487:1 29503:1 29505:1 29509:1 29512:1 29519:1 29529:1 29535:46 29536:1 29558:1 29560:5 29564:2 29573:2 29574:5 29575:2 29576:1 29581:1 29606:1 29639:4 29643:13 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29716:1 29749:1 29759:1 29779:3 29787:2 29807:2 29810:1 29823:1 29838:1 29842:1 29848:5 29864:2 29876:5 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30072:1 30082:3 30089:1 30090:1 30091:3 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30173:1 30182:1 30184:1 30193:1 30195:10 30196:1 30202:2 30205:3 30231:1 30234:3 30245:6 30251:1 30260:1 30265:4 30267:2 30268:2 30273:2 30277:38 30284:2 30303:2 30321:1 30327:1 30329:1 30350:1 30352:1 30353:1 30354:2 30358:2 30359:2 30360:5 30361:1 30386:1 30394:1 30398:2 30410:2 30415:3 30423:1 30430:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 48:2 51:1 61:1 64:1 68:1 70:1 79:1 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 170:2 177:2 181:2 183:1 187:1 191:1 200:1 201:1 203:1 206:1 211:1 213:1 219:3 229:1 233:1 235:1 251:1 258:2 260:1 272:4 276:6 277:1 283:2 298:2 299:1 302:1 303:2 333:2 342:1 376:1 377:4 390:1 392:2 395:1 399:1 400:1 404:1 407:1 409:1 432:2 437:1 446:2 451:2 466:1 471:2 475:1 486:1 488:1 494:1 497:2 508:2 525:2 538:1 539:4 543:1 549:1 559:1 565:1 585:2 593:1 599:1 600:1 613:1 616:1 617:1 628:1 668:3 672:2 677:2 679:1 684:1 694:1 697:1 704:6 712:1 717:38 718:1 720:4 723:1 726:1 727:1 741:1 749:1 762:1 769:3 786:2 790:1 792:1 796:2 801:2 809:3 814:1 816:1 852:2 868:2 870:1 872:3 875:1 876:2 880:2 881:3 905:1 931:4 932:1 939:1 947:3 953:1 959:1 967:1 979:3 980:7 983:3 984:1 992:6 997:1 1006:1 1015:5 1022:1 1029:2 1035:4 1038:12 1043:1 1044:3 1049:1 1056:2 1057:1 1059:2 1061:3 1077:2 1081:1 1086:3 1112:1 1116:3 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1144:1 1194:1 1201:2 1202:1 1205:1 1210:1 1214:1 1238:1 1247:1 1256:1 1259:4 1268:1 1282:1 1284:1 1313:1 1315:37 1321:2 1329:2 1330:2 1332:1 1334:4 1337:1 1338:1 1351:1 1360:2 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:4 1386:2 1387:1 1394:1 1396:1 1397:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:4 1442:3 1458:2 1460:2 1461:1 1481:4 1493:1 1496:1 1498:1 1504:1 1510:2 1513:11 1514:1 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:4 1609:2 1612:17 1613:1 1618:1 1626:1 1627:1 1630:1 1636:1 1639:1 1645:2 1646:2 1648:1 1670:1 1672:3 1674:1 1679:2 1695:1 1698:1 1701:6 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:3 1744:1 1756:1 1761:1 1764:1 1766:11 1770:1 1771:1 1772:1 1773:3 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1860:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:3 1946:2 1954:1 1955:1 1961:1 1968:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:3 2001:1 2008:1 2013:2 2019:2 2031:3 2034:1 2048:1 2051:1 2052:1 2056:1 2059:1 2063:1 2066:1 2072:1 2073:2 2081:1 2084:1 2091:1 2101:8 2125:1 2126:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2168:1 2176:2 2196:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2230:1 2235:2 2236:1 2238:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:11 2321:3 2324:1 2349:1 2354:2 2390:2 2403:1 2426:1 2430:1 2437:1 2438:2 2439:2 2440:4 2442:3 2443:2 2444:3 2447:1 2448:6 2450:1 2454:9 2456:5 2458:7 2462:5 2466:1 2467:3 2469:1 2471:1 2475:4 2479:4 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2520:1 2524:3 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:2 2584:1 2586:1 2589:1 2591:1 2600:4 2601:4 2604:1 2608:4 2621:2 2622:2 2624:4 2633:4 2634:1 2645:1 2648:1 2655:1 2671:4 2685:1 2686:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2740:1 2745:1 2761:1 2765:1 2769:2 2776:1 2788:1 2791:1 2807:2 2818:1 2819:1 2854:1 2860:1 2861:2 2868:1 2874:2 2881:3 2890:1 2891:2 2898:1 2900:1 2904:1 2912:3 2914:2 2918:4 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:5 3009:5 3014:1 3017:1 3020:4 3033:2 3036:1 3048:1 3070:2 3072:1 3079:1 3080:2 3083:1 3085:2 3092:1 3108:17 3110:38 3114:1 3117:3 3118:1 3135:2 3137:2 3138:1 3151:1 3155:2 3156:1 3161:4 3162:1 3167:1 3170:1 3176:8 3200:4 3204:2 3207:1 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3284:1 3286:3 3293:1 3297:1 3323:3 3343:2 3358:1 3367:1 3411:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:2 3494:2 3496:1 3497:2 3507:1 3510:3 3511:1 3516:1 3521:1 3523:4 3534:1 3540:1 3543:2 3549:1 3554:1 3556:4 3567:2 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3709:1 3711:1 3712:1 3716:2 3728:1 3731:1 3737:1 3747:1 3758:1 3761:1 3763:1 3768:1 3785:1 3786:1 3789:1 3802:1 3805:1 3825:2 3836:1 3842:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:3 3944:2 3960:1 3988:1 3998:3 3999:1 4001:1 4023:1 4029:1 4030:2 4033:2 4038:1 4044:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:2 4095:1 4097:1 4104:3 4119:1 4122:1 4125:1 4128:1 4142:1 4147:37 4148:2 4153:1 4160:2 4165:1 4171:1 4198:1 4202:1 4203:1 4204:1 4217:1 4221:1 4222:2 4226:4 4228:6 4249:2 4252:1 4255:2 4264:1 4269:6 4273:7 4274:2 4283:1 4284:2 4285:1 4300:1 4320:1 4322:1 4334:1 4344:1 4346:1 4348:2 4358:3 4361:1 4365:1 4377:1 4380:1 4404:1 4405:1 4406:2 4408:2 4411:1 4412:1 4417:1 4425:1 4432:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:4 4469:3 4475:1 4483:1 4503:1 4519:1 4523:1 4526:3 4551:1 4555:2 4557:1 4559:1 4563:1 4566:2 4578:1 4585:2 4590:37 4591:1 4596:2 4598:1 4603:5 4610:1 4616:1 4627:1 4630:1 4634:1 4646:1 4649:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:3 4772:1 4779:2 4783:2 4784:1 4788:1 4791:1 4810:1 4833:8 4838:2 4854:2 4871:1 4890:1 4918:1 4924:6 4934:4 4945:1 4947:1 4958:1 4962:6 4970:1 4981:1 5001:1 5013:1 5016:1 5020:1 5032:1 5047:1 5050:5 5052:2 5057:2 5058:1 5067:1 5072:4 5082:1 5088:1 5089:3 5101:1 5120:1 5121:1 5122:1 5126:1 5142:3 5144:2 5155:20 5156:2 5169:2 5172:1 5200:8 5209:2 5217:2 5227:1 5238:2 5240:1 5243:1 5249:1 5255:1 5269:1 5294:4 5296:2 5299:5 5315:4 5316:6 5317:2 5320:1 5323:6 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:5 5351:1 5352:4 5354:1 5360:1 5368:1 5384:1 5426:1 5431:2 5435:1 5446:1 5460:1 5472:1 5481:1 5498:1 5517:1 5544:1 5557:1 5560:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:2 5650:2 5671:1 5674:1 5684:1 5685:3 5704:2 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5848:1 5855:1 5856:1 5859:1 5866:1 5867:1 5870:1 5877:2 5878:1 5882:2 5885:2 5900:1 5902:1 5903:1 5921:1 5922:2 5932:1 5934:1 5939:2 5940:11 5941:1 5942:1 5949:2 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:2 6009:1 6027:2 6034:2 6056:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6128:1 6153:3 6185:1 6196:1 6212:1 6214:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:2 6284:3 6285:1 6288:1 6301:1 6304:1 6326:1 6348:1 6353:1 6357:2 6381:2 6387:2 6399:3 6402:1 6409:1 6411:1 6416:1 6421:2 6422:5 6427:1 6428:1 6440:1 6443:1 6446:1 6447:1 6449:1 6451:1 6467:1 6470:1 6471:1 6475:1 6492:1 6509:2 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:2 6536:2 6539:2 6540:3 6541:1 6546:1 6558:1 6574:2 6608:5 6609:2 6616:1 6625:4 6627:2 6632:1 6648:4 6655:1 6658:1 6659:1 6668:1 6671:1 6679:1 6705:2 6712:1 6728:1 6729:1 6736:1 6738:1 6749:10 6754:1 6755:1 6761:2 6762:5 6764:2 6765:1 6766:1 6767:2 6768:1 6770:5 6771:4 6772:1 6773:1 6776:4 6779:9 6780:1 6782:2 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6840:1 6867:1 6877:1 6882:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:3 6973:1 6976:1 6989:1 6998:1 7000:1 7002:1 7009:1 7017:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:3 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7162:1 7165:1 7170:1 7175:3 7178:1 7180:1 7192:3 7210:1 7221:3 7223:1 7228:1 7234:1 7245:1 7249:2 7255:3 7283:1 7288:1 7298:1 7299:1 7317:1 7319:1 7322:2 7336:2 7349:1 7365:1 7383:1 7386:1 7432:1 7434:1 7437:1 7441:1 7448:5 7464:1 7466:1 7476:2 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7553:1 7557:1 7562:2 7579:1 7593:2 7605:1 7612:1 7628:3 7633:1 7653:1 7663:2 7664:1 7666:1 7673:1 7676:1 7678:1 7680:1 7681:1 7685:1 7714:1 7716:1 7724:1 7732:1 7738:1 7739:2 7754:1 7761:1 7769:1 7776:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7927:1 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8000:1 8025:1 8031:1 8032:1 8052:3 8068:13 8069:13 8078:1 8087:1 8091:1 8092:2 8093:1 8094:6 8095:1 8126:4 8133:4 8137:1 8146:58 8149:1 8151:1 8155:2 8161:1 8162:1 8168:19 8171:6 8177:1 8182:1 8185:1 8188:1 8210:1 8211:4 8213:1 8215:2 8222:2 8230:1 8236:1 8255:1 8267:6 8281:2 8285:1 8296:1 8315:1 8317:3 8332:3 8340:1 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:6 8398:1 8400:1 8408:1 8438:1 8441:2 8453:2 8476:1 8544:1 8554:1 8582:2 8587:1 8599:1 8604:1 8610:3 8615:1 8646:2 8647:1 8648:1 8656:1 8671:1 8674:37 8680:1 8681:1 8687:1 8689:1 8691:1 8697:1 8701:1 8703:20 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8767:1 8771:1 8781:1 8786:1 8800:47 8813:1 8816:1 8849:2 8857:1 8876:1 8884:1 8894:1 8908:2 8916:1 8918:1 8923:1 8927:1 8970:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:3 9006:1 9009:1 9010:1 9015:1 9019:2 9020:5 9021:1 9032:1 9037:1 9042:2 9057:1 9065:3 9066:1 9070:1 9071:1 9080:2 9082:1 9083:2 9085:1 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9116:1 9132:1 9135:1 9136:1 9151:1 9163:1 9169:1 9175:1 9180:1 9187:2 9197:4 9245:1 9247:1 9258:1 9262:1 9265:3 9319:3 9322:1 9325:1 9345:2 9353:1 9360:1 9396:1 9400:2 9402:1 9403:1 9405:1 9410:1 9411:1 9413:2 9428:1 9433:1 9436:4 9446:1 9451:1 9454:2 9455:1 9456:4 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:2 9538:2 9541:1 9571:1 9578:6 9587:1 9589:5 9597:1 9599:1 9604:2 9644:1 9668:4 9670:1 9691:1 9695:3 9696:1 9707:1 9727:1 9728:4 9732:2 9734:1 9741:5 9743:3 9744:1 9746:1 9752:2 9755:2 9758:2 9760:1 9768:1 9776:1 9783:1 9788:1 9791:1 9801:1 9805:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:9 9857:2 9859:2 9865:2 9876:1 9879:1 9892:3 9904:1 9914:1 9916:2 9932:1 9934:3 9936:2 9943:1 9953:1 9972:1 9977:1 9982:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:2 10012:1 10020:1 10025:1 10026:1 10035:1 10037:1 10041:2 10042:1 10043:11 10056:2 10057:12 10067:1 10072:1 10076:1 10078:3 10080:1 10083:1 10091:1 10093:1 10095:3 10096:1 10098:1 10100:1 10104:1 10118:1 10128:1 10140:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:2 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10227:2 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10330:1 10331:1 10332:1 10349:1 10359:1 10371:1 10385:2 10401:1 10415:1 10416:1 10435:37 10440:1 10443:1 10448:1 10455:1 10464:1 10475:1 10482:2 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:2 10527:2 10535:2 10538:1 10541:1 10547:1 10567:1 10571:5 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10615:1 10616:1 10622:2 10623:2 10633:2 10635:1 10638:2 10645:2 10647:2 10659:5 10661:5 10668:1 10672:1 10673:3 10674:1 10675:1 10685:1 10701:5 10706:1 10722:1 10725:2 10735:1 10745:1 10753:1 10765:2 10767:3 10771:1 10775:1 10783:1 10784:1 10795:1 10800:8 10813:2 10846:1 10878:1 10898:2 10901:1 10906:1 10907:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:2 10969:1 10981:1 10982:1 10989:1 10994:1 11008:2 11010:8 11016:1 11025:1 11049:3 11052:2 11067:1 11080:1 11092:1 11094:1 11113:1 11114:1 11117:1 11125:2 11132:5 11140:1 11154:1 11156:5 11157:1 11180:2 11206:1 11211:3 11230:1 11235:1 11237:2 11257:1 11258:5 11264:2 11266:8 11275:1 11284:1 11293:1 11298:1 11305:1 11308:2 11314:1 11320:1 11321:2 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:3 11359:1 11364:1 11375:2 11378:1 11393:1 11401:1 11409:1 11410:1 11442:1 11474:1 11475:11 11486:1 11487:1 11494:1 11501:3 11503:1 11509:1 11512:3 11515:3 11517:3 11526:1 11531:1 11543:5 11547:1 11552:1 11559:1 11566:2 11569:2 11573:1 11575:1 11582:1 11592:1 11595:9 11597:1 11599:1 11601:1 11613:1 11614:3 11616:4 11617:1 11626:4 11631:2 11636:1 11646:1 11657:1 11664:1 11666:1 11668:1 11678:6 11682:1 11683:1 11685:1 11687:1 11688:1 11694:2 11702:1 11705:2 11707:1 11713:1 11715:1 11738:1 11755:3 11757:1 11782:1 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:2 11871:2 11879:2 11881:1 11882:1 11890:1 11891:1 11892:4 11894:1 11899:2 11904:1 11907:1 11920:2 11921:5 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11954:1 11989:1 11993:5 12017:1 12026:1 12029:1 12031:1 12035:2 12039:1 12041:1 12045:1 12051:1 12054:1 12067:10 12080:2 12081:2 12103:1 12109:1 12114:1 12125:2 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12169:1 12172:2 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12251:1 12253:2 12255:1 12262:1 12265:1 12267:6 12268:5 12273:2 12276:1 12278:5 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:9 12326:1 12327:1 12344:1 12345:1 12351:2 12357:1 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:4 12449:1 12463:1 12477:1 12484:1 12485:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12599:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12654:1 12657:1 12678:4 12695:1 12698:1 12702:1 12706:1 12707:2 12732:1 12741:1 12749:1 12750:1 12753:2 12756:2 12757:1 12758:3 12764:6 12765:1 12769:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:3 12881:5 12892:1 12899:1 12906:1 12936:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 12999:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:2 13052:1 13075:1 13093:1 13095:2 13101:2 13103:1 13111:1 13114:1 13167:1 13168:1 13177:1 13193:1 13220:1 13224:1 13252:3 13254:38 13260:1 13262:1 13267:1 13270:5 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13331:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13367:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13433:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13481:1 13523:2 13536:3 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13675:2 13676:1 13689:1 13691:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:13 13727:4 13731:3 13746:1 13747:1 13753:2 13763:1 13779:1 13780:1 13815:2 13828:1 13832:1 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:6 13873:6 13885:1 13907:1 13908:1 13927:1 13934:1 13936:14 13940:1 13949:1 13981:1 13992:1 14020:1 14034:2 14044:1 14045:2 14054:1 14083:1 14086:1 14090:1 14097:3 14101:4 14107:3 14124:1 14129:1 14134:2 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:3 14200:1 14205:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:13 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14280:1 14281:1 14282:1 14283:1 14284:1 14286:6 14291:1 14294:1 14299:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:2 14360:1 14375:1 14383:1 14408:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:14 14562:8 14588:1 14596:1 14616:1 14632:2 14639:1 14640:5 14650:2 14656:4 14657:1 14683:1 14709:1 14725:1 14734:1 14737:3 14747:1 14748:2 14750:1 14761:1 14769:1 14775:2 14781:1 14786:1 14792:1 14797:1 14821:1 14828:4 14840:1 14862:1 14868:1 14895:2 14897:1 14899:1 14915:3 14924:2 14925:1 14926:1 14928:1 14935:2 14941:2 14942:2 14945:3 14948:1 14954:1 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:2 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:2 15093:1 15094:1 15095:1 15097:1 15098:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:2 15130:1 15131:1 15136:2 15138:1 15147:1 15153:2 15154:1 15168:1 15173:1 15187:38 15190:1 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:2 15246:1 15283:1 15285:1 15289:5 15291:1 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15382:1 15385:1 15392:6 15396:1 15411:1 15414:1 15417:1 15447:1 15449:1 15450:1 15499:1 15519:2 15523:1 15526:2 15527:2 15537:1 15554:1 15564:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:9 15645:1 15655:1 15681:1 15691:1 15694:1 15703:1 15706:1 15707:1 15722:1 15725:1 15727:4 15728:1 15730:1 15731:1 15741:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:2 15843:1 15850:1 15856:2 15860:1 15864:1 15866:2 15875:1 15886:2 15887:1 15926:3 15928:1 15932:1 15942:1 15958:1 15961:3 15982:1 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16033:1 16041:1 16046:1 16063:2 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:4 16136:1 16151:1 16155:1 16162:2 16192:9 16195:1 16198:2 16207:2 16213:1 16222:1 16244:1 16266:1 16278:1 16308:1 16312:1 16313:1 16319:1 16327:1 16332:1 16333:4 16338:2 16347:1 16349:1 16356:4 16371:1 16375:1 16376:1 16383:1 16386:1 16387:5 16393:3 16396:2 16407:4 16408:1 16412:1 16418:1 16419:2 16430:3 16438:1 16483:1 16485:1 16492:5 16494:2 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:5 16587:1 16620:1 16624:1 16629:1 16640:1 16653:1 16659:2 16662:15 16665:2 16667:1 16670:1 16706:4 16709:3 16715:2 16721:1 16737:1 16741:2 16745:1 16747:3 16748:2 16749:1 16751:2 16769:13 16786:1 16795:1 16798:1 16799:1 16807:1 16820:4 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16914:1 16915:3 16920:1 16926:4 16927:2 16929:1 16935:4 16936:2 16942:1 16943:1 16944:4 16945:1 16946:2 16949:1 16967:1 16970:1 16981:2 16999:2 17005:2 17010:1 17025:1 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:2 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:4 17274:1 17285:2 17288:11 17289:1 17290:1 17298:1 17320:1 17321:1 17324:1 17326:1 17333:1 17351:2 17353:4 17355:1 17360:1 17361:1 17362:2 17399:1 17401:1 17410:1 17412:1 17415:1 17420:3 17422:1 17429:2 17444:2 17446:3 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:2 17555:1 17557:1 17562:1 17565:51 17573:1 17574:3 17583:1 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17693:2 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17835:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17938:1 17939:1 17956:1 17959:1 17989:1 18027:1 18030:1 18043:1 18056:2 18059:1 18061:1 18063:1 18071:1 18073:1 18075:2 18079:2 18082:1 18083:1 18087:1 18091:2 18094:1 18107:1 18127:2 18131:1 18141:1 18144:1 18146:2 18151:2 18153:1 18154:2 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18226:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18288:1 18303:1 18316:1 18317:1 18320:1 18332:1 18335:1 18337:1 18349:1 18354:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:2 18419:1 18426:1 18431:1 18449:2 18457:1 18469:3 18474:2 18502:4 18503:1 18513:5 18525:1 18538:4 18539:1 18547:1 18554:1 18565:1 18568:1 18582:1 18591:2 18602:1 18606:8 18613:1 18614:2 18621:1 18643:3 18649:1 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18773:1 18791:1 18801:1 18802:4 18806:2 18807:2 18808:1 18814:1 18825:1 18831:1 18843:2 18847:2 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18929:1 18934:5 18941:1 19000:1 19003:2 19006:1 19027:1 19036:2 19048:1 19067:1 19076:1 19082:1 19116:13 19126:1 19128:2 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19205:1 19212:1 19218:1 19220:1 19234:1 19236:1 19248:2 19263:2 19266:1 19280:1 19286:1 19316:1 19322:1 19327:1 19335:2822 19346:2 19351:1 19359:2 19369:1 19383:1 19400:1 19402:1 19404:1 19406:1 19412:1 19415:1 19418:1 19423:1 19433:1 19437:1 19444:1 19454:3 19464:1 19468:3 19469:1 19476:1 19493:1 19498:1 19504:1 19516:1 19523:1 19529:2 19543:2 19554:1 19555:1 19585:1 19599:1 19604:1 19610:2 19611:1 19616:1 19634:1 19678:1 19684:1 19693:2 19703:1 19704:1 19715:1 19716:1 19748:2 19753:1 19765:1 19782:1 19784:1 19799:1 19811:1 19820:1 19827:2 19829:1 19834:1 19842:1 19852:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19894:1 19900:1 19911:1 19932:1 19938:7 19976:5 19980:1 19984:1 19989:2 19995:2 20034:1 20035:1 20037:1 20041:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:2 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:8 20144:4 20173:1 20179:5 20186:1 20199:1 20211:2 20214:1 20225:1 20244:23 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20296:2 20319:1 20324:4 20325:1 20327:1 20328:2 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20371:1 20376:1 20386:1 20425:1 20434:2 20435:1 20438:1 20442:1 20446:4 20450:2 20466:1 20467:1 20473:3 20474:1 20495:1 20499:1 20502:1 20516:2 20519:1 20532:1 20540:2 20548:1 20557:1 20562:2 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:4 20622:1 20635:1 20652:1 20655:1 20662:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20751:1 20752:2 20767:1 20788:4 20789:9 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20827:1 20828:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:7 20867:1 20879:1 20885:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:3 20943:2 20947:1 20953:3 20960:1 20965:1 20967:6 20976:1 20977:1 20992:3 20997:1 21003:1 21008:2 21031:1 21043:1 21051:1 21053:5 21062:2 21079:1 21080:1 21086:1 21091:1 21102:1 21106:1 21110:1 21124:1 21152:1 21176:2 21184:1 21193:1 21196:1 21206:1 21211:1 21252:6 21259:1 21265:2 21267:1 21285:1 21286:2 21300:2 21304:2 21305:1 21318:3 21332:1 21345:1 21365:1 21384:1 21399:1 21408:1 21409:3 21413:1 21428:1 21435:2 21448:1 21455:1 21464:3 21468:2 21471:1 21477:2 21495:2 21496:3 21501:1 21504:1 21506:2 21508:1 21509:2 21522:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21611:1 21613:2 21614:2 21627:1 21631:1 21636:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:5 21714:1 21744:1 21747:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:2 21877:1 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21938:1 21940:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:5 22029:2 22036:1 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22149:1 22153:2 22160:1 22171:2 22172:1 22176:1 22179:1 22180:1 22182:1 22183:2 22187:2 22193:1 22201:2 22205:1 22218:1 22219:1 22223:1 22235:1 22236:1 22240:2 22245:1 22252:1 22267:1 22274:1 22275:2 22282:3 22293:4 22301:1 22303:1 22304:1 22305:1 22306:1 22317:2 22318:2 22335:1 22337:4 22347:1 22348:1 22366:1 22372:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22406:1 22414:4 22418:2 22419:1 22421:1 22437:1 22449:1 22461:1 22469:8 22481:1 22492:1 22494:1 22503:1 22536:2 22537:1 22540:1 22548:8 22552:2 22553:1 22556:1 22557:5 22560:1 22570:3 22583:1 22585:1 22592:1 22607:2 22608:12 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:4 22712:3 22715:1 22723:2 22724:1 22725:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:7 22755:4 22756:1 22761:1 22766:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:3 22901:2 22905:1 22908:4 22912:1 22928:2 22931:1 22938:1 22939:1 22972:1 22977:3 22983:1 22988:1 22991:1 23001:1 23012:4 23025:1 23030:2 23034:2 23043:1 23057:1 23072:1 23082:2 23088:1 23100:1 23105:2 23112:16 23130:2 23134:2 23141:1 23160:1 23170:1 23175:14 23177:2 23183:1 23187:1 23193:1 23198:1 23199:1 23201:1 23207:1 23230:1 23235:4 23237:2 23239:1 23251:4 23253:2 23258:1 23282:1 23290:7 23299:1 23305:2 23312:1 23319:5 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23376:1 23384:2 23400:1 23403:1 23408:1 23409:2 23422:10 23440:3 23461:1 23477:3 23506:1 23507:1 23518:1 23522:1 23523:1 23541:2 23548:1 23555:2 23561:1 23566:1 23573:37 23579:1 23589:1 23594:3 23595:3 23598:1 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23651:3 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:6 23736:1 23739:3 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23831:1 23867:1 23872:3 23884:3 23892:1 23893:1 23903:1 23921:1 23949:1 23962:1 23963:1 23965:1 23970:1 23979:1 23981:3 23988:1 23991:1 23996:3 23999:1 24001:1 24002:2 24008:1 24041:38 24067:3 24069:2 24076:1 24094:1 24097:1 24100:1 24101:1 24111:1 24115:1 24118:2 24122:1 24123:2 24131:2 24133:1 24136:6 24139:1 24161:1 24169:1 24174:2 24180:1 24183:1 24185:1 24192:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:2 24237:1 24244:1 24245:1 24262:2 24265:3 24270:1 24295:2 24304:1 24314:1 24322:1 24346:1 24352:1 24378:1 24380:3 24391:1 24401:5 24403:1 24404:2 24418:1 24429:1 24431:1 24465:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24532:1 24547:2 24560:2 24569:2 24574:2 24580:1 24589:1 24602:1 24637:1 24664:1 24665:1 24669:2 24673:1 24678:1 24679:1 24691:1 24692:3 24695:1 24702:1 24710:2 24713:7 24715:1 24718:1 24735:1 24743:1 24751:2 24759:1 24764:1 24772:1 24781:1 24785:1 24793:1 24801:1 24807:1 24808:1 24812:1 24813:1 24816:1 24817:1 24836:1 24838:1 24845:2 24860:1 24869:1 24873:1 24877:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24977:1 24983:1 24985:1 24987:7 24992:1 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25027:1 25029:1 25042:1 25048:1 25060:3 25061:1 25065:1 25092:1 25096:1 25100:10 25101:2 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:2 25150:1 25160:1 25161:1 25176:2 25184:1 25214:1 25220:1 25227:1 25228:1 25235:5 25245:1 25268:1 25276:2 25287:1 25314:1 25315:1 25322:1 25324:1 25332:1 25333:1 25337:2 25342:4 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25404:1 25410:1 25414:1 25420:1 25453:1 25457:4 25461:1 25463:2 25470:1 25471:1 25472:1 25476:3 25480:5 25483:1 25484:1 25486:2 25503:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25589:2 25591:2 25594:1 25601:1 25605:2 25611:1 25614:4 25616:1 25622:1 25629:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25654:1 25666:1 25667:1 25672:1 25675:1 25676:1 25677:1 25687:1 25694:1 25697:1 25701:1 25756:1 25764:4 25775:1 25776:1 25798:1 25803:3 25804:2 25811:1 25815:1 25837:1 25845:1 25852:5 25854:2 25855:2 25858:1 25863:2 25864:1 25879:1 25911:1 25918:1 25921:2 25944:2 25947:1 25976:1 25978:1 25984:1 26029:1 26032:1 26054:1 26057:2 26061:1 26063:2 26064:6 26078:1 26085:6 26088:3 26094:1 26112:1 26114:2 26115:2 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26164:1 26169:2 26173:1 26174:1 26181:2 26184:1 26186:1 26187:1 26188:1 26201:4 26208:1 26213:2 26221:1 26225:2 26241:1 26252:1 26259:1 26276:1 26277:1 26281:4 26283:1 26284:1 26285:3 26287:1 26289:2 26290:1 26310:1 26316:2 26319:1 26320:1 26323:1 26333:2 26344:1 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26462:1 26463:4 26476:4 26479:2 26489:1 26494:1 26497:1 26505:5 26514:1 26519:4 26520:1 26529:2 26533:4 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:15 26598:2 26605:1 26611:2 26625:2 26637:1 26642:1 26646:1 26682:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26744:1 26747:2 26748:1 26751:1 26752:1 26770:3 26774:1 26786:3 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26874:1 26881:1 26884:1 26897:1 26899:1 26900:1 26909:1 26910:1 26921:2 26944:3 26957:1 26963:1 26974:3 26985:2 26987:2 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:15 27060:1 27063:1 27069:1 27071:1 27074:1 27080:3 27097:1 27110:1 27115:2 27123:1 27141:1 27142:1 27149:5 27153:1 27165:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:2 27212:1 27218:1 27272:2 27281:1 27303:2 27305:1 27326:3 27350:2 27354:1 27359:1 27360:1 27365:1 27368:1 27373:1 27412:4 27415:1 27436:1 27440:1 27443:4 27459:1 27465:1 27478:1 27480:3 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27539:1 27556:2 27558:1 27562:1 27563:1 27572:1 27575:1 27586:1 27587:1 27599:1 27615:1 27624:1 27628:1 27666:1 27681:1 27692:1 27703:2 27710:1 27715:1 27719:1 27726:2 27727:6 27729:1 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:4 27806:1 27808:1 27811:3 27834:1 27843:2 27844:7 27845:1 27847:2 27856:1 27857:2 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27907:1 27908:1 27914:1 27941:1 27942:1 27955:1 27964:1 27984:2 27990:1 27995:2 27998:1 28001:2 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:6 28054:2 28055:2 28056:2 28067:2 28075:1 28087:1 28090:2 28093:1 28107:2 28109:1 28111:1 28121:1 28128:1 28137:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:2 28209:1 28212:1 28218:1 28223:10 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:3 28300:1 28303:1 28309:1 28314:3 28320:1 28346:1 28349:2 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28372:1 28374:2 28377:3 28379:1 28382:1 28385:1 28386:2 28388:1 28389:2 28394:4 28408:2 28420:3 28421:1 28423:3 28424:1 28434:1 28444:1 28446:1 28458:1 28475:8 28481:1 28487:1 28491:4 28519:1 28522:1 28523:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28560:1 28581:2 28582:2 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28711:1 28750:1 28754:1 28783:1 28794:1 28799:3 28800:2 28804:3 28805:2 28807:1 28810:5 28813:3 28815:1 28816:8 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28891:1 28892:1 28895:1 28902:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:5 29002:1 29003:2 29011:1 29020:2 29032:1 29046:1 29047:1 29057:1 29058:1 29061:1 29072:3 29085:1 29088:1 29091:1 29094:3 29103:1 29115:15 29116:2 29118:1 29121:1 29139:1 29148:6 29157:1 29158:6 29180:1 29207:1 29222:1 29225:1 29229:5 29230:1 29245:1 29252:1 29257:1 29259:1 29260:2 29262:1 29263:12 29269:3 29279:1 29283:1 29286:1 29299:2 29301:1 29312:1 29313:14 29322:2 29355:1 29365:2 29367:2 29372:1 29373:1 29381:1 29390:1 29391:1 29393:1 29395:1 29399:1 29400:2 29412:1 29420:1 29442:1 29450:2 29475:3 29487:1 29503:1 29505:1 29509:2 29512:1 29519:1 29529:1 29535:47 29536:1 29558:1 29560:5 29564:2 29573:2 29574:5 29575:2 29576:1 29581:1 29606:1 29639:4 29643:13 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29716:1 29749:1 29759:1 29779:3 29787:2 29807:2 29810:1 29823:1 29838:1 29842:1 29848:5 29864:2 29876:5 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30058:1 30072:1 30082:3 30089:1 30090:1 30091:3 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30173:1 30182:1 30184:1 30193:1 30195:11 30196:1 30202:2 30205:4 30231:1 30234:3 30245:7 30251:1 30260:1 30265:4 30267:2 30268:2 30273:2 30277:38 30284:2 30303:2 30321:1 30327:1 30329:1 30350:2 30352:1 30353:1 30354:2 30358:2 30359:2 30360:5 30361:1 30386:1 30394:1 30398:2 30410:2 30415:3 30423:1 30430:1 30441:1 30445:1 30447:2 30457:1
2 12:1 13:1 38:2 40:1 48:2 51:1 61:1 64:1 68:1 70:1 79:2 85:1 94:3 96:1 97:2 110:1 119:1 128:1 151:2 159:1 163:1 168:1 170:2 177:2 181:2 183:1 187:1 191:1 197:1 200:1 201:1 203:1 206:1 211:1 213:1 219:3 229:1 233:1 235:1 251:1 258:3 260:1 272:4 276:6 277:2 283:2 288:1 298:2 299:1 302:1 303:2 333:2 342:1 369:1 376:1 377:4 390:1 392:2 395:1 399:1 400:1 404:1 407:1 409:1 432:2 437:1 442:1 446:2 451:2 466:1 471:2 475:1 486:1 488:1 494:1 497:2 508:2 525:2 538:1 539:5 543:1 549:1 559:1 565:1 585:2 593:1 599:1 600:1 613:1 616:1 617:1 628:1 668:3 672:2 677:2 679:1 684:1 694:1 697:1 704:6 712:1 717:39 718:1 720:4 723:1 726:1 727:1 741:1 749:1 762:1 769:3 786:2 790:1 792:1 796:2 801:2 809:3 814:1 816:1 852:2 868:2 870:1 872:3 875:1 876:2 880:2 881:3 905:1 931:4 932:1 939:1 947:3 953:1 959:1 967:1 979:3 980:7 983:3 984:1 992:6 997:1 1006:1 1015:5 1022:1 1029:2 1035:4 1038:13 1043:1 1044:3 1049:1 1056:2 1057:1 1059:2 1061:4 1077:2 1081:1 1086:4 1112:1 1116:3 1122:1 1124:1 1134:2 1136:1 1140:4 1142:1 1144:1 1194:1 1195:1 1201:2 1202:1 1205:1 1210:1 1214:1 1238:1 1247:1 1256:1 1259:4 1268:1 1282:1 1284:2 1313:1 1315:38 1321:3 1329:2 1330:2 1332:1 1334:4 1337:1 1338:1 1351:1 1360:3 1361:2 1362:2 1371:1 1376:1 1380:1 1383:1 1385:4 1386:2 1387:1 1394:1 1396:1 1397:1 1401:1 1404:1 1407:1 1414:2 1418:1 1419:4 1442:3 1458:2 1460:2 1461:1 1481:4 1493:1 1496:1 1498:1 1504:1 1510:2 1513:11 1514:1 1529:1 1536:1 1551:1 1559:3 1568:1 1570:2 1583:1 1588:1 1603:1 1604:1 1606:4 1609:2 1612:18 1613:1 1618:1 1626:1 1627:2 1630:1 1636:1 1639:1 1645:2 1646:2 1648:1 1670:1 1672:3 1674:1 1679:2 1695:1 1698:1 1701:6 1712:1 1713:1 1725:1 1729:1 1730:2 1731:1 1738:3 1744:1 1756:1 1761:1 1764:1 1766:11 1770:1 1771:1 1772:1 1773:3 1790:1 1801:1 1805:1 1809:1 1820:2 1821:3 1830:1 1833:1 1836:1 1851:1 1853:1 1854:1 1857:1 1860:1 1869:1 1894:1 1905:1 1909:1 1912:1 1919:1 1929:1 1942:1 1945:3 1946:2 1954:2 1955:1 1961:1 1968:1 1971:1 1973:1 1974:3 1977:1 1983:1 1987:1 1990:2 1994:3 2001:1 2008:1 2013:2 2019:2 2031:3 2034:1 2048:1 2051:1 2052:1 2056:1 2059:1 2063:1 2066:1 2072:1 2073:2 2081:1 2084:1 2091:1 2101:8 2125:1 2126:1 2127:1 2130:1 2135:2 2138:1 2157:1 2158:1 2159:1 2168:1 2176:2 2196:1 2197:1 2198:1 2199:2 2203:1 2205:1 2217:1 2222:1 2230:1 2235:2 2236:1 2238:1 2240:1 2249:1 2252:1 2260:1 2270:1 2286:12 2321:3 2324:1 2349:1 2354:2 2390:2 2392:1 2403:1 2426:1 2430:1 2437:1 2438:2 2439:2 2440:4 2442:3 2443:2 2444:3 2447:1 2448:6 2450:1 2454:10 2456:5 2458:7 2462:5 2466:1 2467:3 2469:1 2471:1 2475:4 2479:4 2483:1 2484:1 2488:1 2492:1 2493:1 2513:1 2514:1 2520:1 2524:3 2525:1 2532:5 2535:1 2541:1 2557:2 2561:1 2562:1 2583:2 2584:1 2586:1 2589:1 2591:1 2600:4 2601:4 2604:1 2608:4 2621:2 2622:2 2624:4 2633:4 2634:1 2645:1 2648:1 2655:1 2671:4 2685:1 2686:1 2687:1 2689:1 2698:1 2721:1 2728:2 2729:2 2735:1 2740:1 2745:1 2761:1 2765:1 2769:3 2776:1 2779:1 2788:1 2791:1 2807:2 2818:1 2819:1 2840:1 2854:1 2860:1 2861:2 2868:1 2874:2 2881:3 2890:1 2891:2 2898:1 2900:1 2904:1 2912:3 2914:2 2918:4 2931:1 2936:1 2939:3 2941:4 2944:1 2946:3 2949:1 2961:1 2968:1 2970:1 3001:3 3007:5 3009:5 3014:1 3017:1 3020:4 3033:2 3036:1 3048:1 3070:2 3072:1 3079:1 3080:2 3083:1 3085:2 3092:1 3108:17 3110:39 3114:1 3117:3 3118:1 3135:2 3137:2 3138:1 3151:1 3155:2 3156:1 3161:4 3162:1 3167:1 3170:1 3176:8 3200:4 3204:2 3207:1 3212:1 3214:1 3240:2 3247:1 3250:1 3251:1 3252:1 3279:2 3284:1 3286:4 3293:1 3297:1 3323:3 3343:2 3358:1 3367:1 3411:1 3418:1 3429:4 3432:1 3446:1 3451:1 3457:1 3476:2 3494:2 3496:1 3497:2 3507:1 3510:3 3511:1 3516:1 3521:1 3523:4 3534:1 3540:1 3543:2 3549:1 3554:1 3556:4 3567:2 3581:2 3590:1 3612:1 3651:1 3655:1 3679:1 3683:1 3691:1 3694:2 3701:1 3703:1 3704:1 3709:1 3711:1 3712:1 3716:2 3728:1 3731:1 3737:1 3747:1 3758:1 3761:1 3763:1 3768:1 3785:1 3786:1 3789:1 3802:1 3805:1 3825:2 3836:1 3842:1 3844:1 3849:1 3855:1 3864:1 3876:1 3897:1 3917:1 3934:3 3935:2 3936:1 3940:3 3944:3 3960:1 3988:1 3998:3 3999:1 4001:1 4023:1 4029:1 4030:2 4033:2 4038:1 4044:1 4045:3 4056:1 4061:2 4064:2 4069:2 4083:1 4092:1 4093:2 4095:1 4097:1 4104:3 4119:1 4122:1 4125:1 4128:1 4142:1 4147:38 4148:3 4153:1 4160:2 4165:1 4171:1 4198:1 4202:1 4203:1 4204:1 4217:1 4219:1 4221:1 4222:2 4226:4 4228:6 4249:2 4252:1 4255:2 4264:1 4269:6 4273:7 4274:2 4283:1 4284:2 4285:1 4300:1 4320:1 4322:1 4334:1 4344:1 4346:1 4348:3 4358:3 4361:1 4365:1 4377:1 4380:1 4404:1 4405:1 4406:2 4408:2 4411:1 4412:1 4417:1 4425:1 4432:1 4442:1 4453:1 4456:1 4458:2 4459:1 4463:4 4469:3 4475:1 4483:1 4503:1 4519:1 4523:1 4526:3 4545:1 4551:1 4555:2 4557:1 4559:1 4562:1 4563:1 4566:2 4578:1 4585:2 4590:38 4591:1 4596:2 4598:1 4603:5 4610:1 4616:1 4627:1 4630:2 4634:1 4646:1 4649:1 4683:2 4691:6 4706:1 4707:1 4715:1 4740:1 4753:3 4767:2 4771:3 4772:1 4779:2 4783:2 4784:1 4788:1 4791:1 4810:1 4833:9 4838:2 4854:2 4871:1 4890:1 4918:1 4924:6 4934:4 4945:1 4947:1 4958:1 4962:6 4970:1 4981:1 5001:1 5013:1 5016:1 5020:1 5032:1 5047:1 5050:5 5052:2 5057:2 5058:1 5067:1 5072:4 5082:1 5088:1 5089:3 5101:1 5120:1 5121:1 5122:1 5126:1 5142:3 5144:2 5155:21 5156:2 5169:2 5172:1 5200:9 5209:2 5217:2 5225:1 5227:1 5238:2 5240:1 5243:1 5249:1 5255:1 5269:1 5294:4 5296:2 5299:5 5315:4 5316:6 5317:2 5320:1 5323:6 5329:1 5330:2 5331:4 5332:1 5340:1 5348:2 5350:6 5351:1 5352:4 5354:1 5360:1 5368:1 5384:1 5426:1 5431:2 5435:1 5446:1 5460:1 5472:1 5481:1 5486:1 5498:1 5517:1 5544:1 5557:1 5560:1 5578:1 5589:1 5590:2 5592:1 5618:1 5635:1 5639:1 5640:1 5649:2 5650:2 5671:1 5674:1 5684:1 5685:4 5703:1 5704:2 5723:1 5728:1 5730:2 5731:1 5734:1 5760:1 5763:1 5773:2 5786:1 5788:1 5793:3 5796:1 5821:1 5848:1 5855:1 5856:1 5859:1 5866:1 5867:1 5870:1 5877:2 5878:1 5882:2 5885:2 5899:1 5900:1 5902:1 5903:1 5921:1 5922:2 5932:1 5934:1 5939:2 5940:11 5941:1 5942:1 5949:2 5950:1 5952:1 5954:1 5961:1 5964:2 5988:2 6001:2 6009:1 6027:2 6034:2 6037:1 6056:1 6068:1 6076:1 6088:2 6104:1 6107:1 6109:2 6124:2 6128:1 6153:3 6185:1 6196:1 6212:1 6214:1 6222:1 6231:1 6240:1 6241:1 6270:1 6271:1 6274:2 6283:1 6284:3 6285:1 6288:1 6301:1 6304:2 6326:1 6348:1 6353:1 6357:2 6374:1 6381:2 6387:2 6399:3 6402:1 6409:1 6411:1 6416:1 6421:3 6422:5 6423:1 6427:1 6428:1 6440:1 6443:1 6446:1 6447:1 6449:1 6451:1 6467:1 6470:1 6471:1 6475:1 6492:1 6509:2 6510:2 6511:1 6515:1 6516:1 6520:2 6522:1 6527:1 6529:1 6530:3 6534:2 6536:2 6539:2 6540:3 6541:1 6546:1 6558:1 6574:2 6601:1 6608:5 6609:2 6616:1 6625:4 6627:2 6632:1 6648:4 6655:1 6658:2 6659:1 6668:1 6671:1 6679:1 6705:2 6712:2 6728:1 6729:1 6736:1 6738:1 6749:10 6754:1 6755:1 6761:2 6762:5 6764:2 6765:1 6766:1 6767:2 6768:1 6770:5 6771:4 6772:1 6773:1 6776:4 6779:9 6780:1 6782:3 6787:1 6790:1 6810:1 6833:1 6837:1 6839:2 6840:1 6867:1 6877:1 6882:1 6908:1 6917:2 6918:1 6926:3 6929:3 6946:1 6961:3 6973:1 6976:1 6989:1 6998:1 7000:1 7002:1 7009:1 7017:1 7018:1 7028:1 7032:1 7046:1 7049:2 7050:1 7056:1 7066:3 7076:1 7079:1 7087:2 7104:1 7110:1 7127:1 7131:1 7156:1 7157:1 7162:1 7165:1 7170:1 7175:3 7178:1 7180:1 7192:3 7199:1 7210:1 7221:3 7223:1 7228:1 7234:1 7245:1 7249:2 7255:3 7283:1 7288:1 7298:1 7299:1 7317:1 7319:1 7322:2 7336:2 7349:1 7365:1 7371:1 7383:1 7386:1 7432:1 7434:1 7437:1 7441:1 7448:5 7464:1 7466:1 7476:2 7478:6 7528:1 7533:1 7534:1 7539:1 7546:1 7551:2 7553:1 7557:1 7562:2 7576:1 7579:1 7593:2 7605:1 7612:1 7628:3 7633:1 7653:1 7663:2 7664:1 7666:1 7673:1 7676:1 7678:1 7680:1 7681:1 7685:1 7714:1 7716:1 7724:1 7732:1 7738:1 7739:2 7754:1 7761:1 7769:1 7776:1 7790:1 7794:2 7822:1 7823:1 7833:1 7838:1 7845:1 7846:6 7880:9 7882:1 7886:1 7918:1 7919:2 7927:1 7931:1 7945:2 7958:1 7964:1 7967:1 7970:1 7992:4 7993:1 8000:1 8025:1 8026:1 8031:1 8032:1 8052:3 8068:13 8069:13 8078:1 8087:1 8091:1 8092:3 8093:1 8094:6 8095:1 8126:5 8133:4 8137:1 8146:60 8149:1 8151:1 8155:2 8161:1 8162:1 8168:19 8171:6 8177:1 8182:1 8185:1 8188:1 8210:1 8211:4 8213:1 8215:2 8222:2 8230:1 8236:1 8255:1 8267:6 8281:2 8285:1 8296:1 8315:1 8317:3 8332:4 8340:1 8342:1 8350:1 8355:4 8356:1 8357:1 8363:1 8368:1 8387:7 8398:1 8400:1 8408:1 8420:1 8438:1 8441:2 8453:2 8476:1 8544:1 8554:1 8582:2 8587:1 8599:1 8604:1 8605:1 8610:3 8615:1 8646:2 8647:1 8648:1 8656:1 8671:2 8674:38 8680:1 8681:1 8687:1 8689:1 8691:1 8697:1 8701:1 8703:21 8704:4 8718:1 8719:1 8723:2 8732:1 8740:1 8744:1 8747:1 8748:1 8750:1 8751:2 8767:1 8771:1 8781:1 8786:1 8800:48 8813:1 8816:1 8849:2 8857:1 8876:1 8884:1 8894:1 8908:2 8916:1 8918:1 8923:1 8927:1 8952:1 8970:1 8977:1 8978:1 8985:1 8986:2 8994:1 8996:1 8998:1 9001:3 9006:1 9009:1 9010:2 9015:1 9019:2 9020:5 9021:1 9032:1 9037:1 9042:2 9057:1 9065:3 9066:1 9070:1 9071:1 9080:2 9082:1 9083:2 9085:2 9087:1 9093:2 9094:2 9099:1 9100:1 9110:1 9116:1 9132:1 9135:1 9136:1 9151:1 9163:1 9169:2 9175:1 9180:1 9187:2 9197:4 9245:1 9247:1 9258:1 9262:1 9265:3 9319:3 9322:1 9325:1 9345:2 9353:1 9360:1 9396:1 9400:2 9402:1 9403:1 9405:1 9410:1 9411:1 9413:2 9428:1 9433:1 9436:4 9446:1 9451:1 9454:2 9455:1 9456:4 9460:1 9466:3 9478:1 9480:1 9481:1 9527:3 9531:1 9534:2 9538:2 9541:1 9571:1 9578:6 9587:1 9589:5 9597:1 9599:1 9604:2 9644:1 9668:4 9670:1 9691:1 9695:3 9696:1 9707:1 9727:1 9728:4 9732:2 9734:1 9741:5 9743:3 9744:1 9746:1 9752:2 9755:2 9758:2 9760:1 9768:1 9770:1 9776:1 9783:1 9788:1 9791:1 9801:1 9805:1 9806:1 9807:1 9808:2 9809:1 9810:1 9816:1 9832:1 9839:1 9841:3 9852:9 9857:2 9859:2 9865:2 9876:1 9879:1 9892:3 9904:1 9914:1 9916:2 9932:1 9934:3 9936:2 9943:1 9953:1 9972:1 9977:1 9982:1 9988:1 9991:1 9992:2 9997:2 10000:2 10004:1 10006:1 10008:2 10009:1 10012:1 10020:1 10025:1 10026:1 10035:1 10037:1 10041:2 10042:1 10043:11 10056:2 10057:12 10067:1 10072:1 10076:1 10078:3 10080:1 10083:1 10091:1 10093:1 10095:3 10096:1 10098:2 10100:1 10104:1 10118:1 10128:1 10140:1 10147:1 10155:1 10158:1 10159:1 10173:1 10178:2 10180:1 10186:1 10187:1 10188:2 10199:1 10208:1 10222:1 10223:1 10227:2 10236:1 10237:1 10240:1 10273:1 10298:6 10303:1 10304:1 10305:1 10316:3 10317:1 10319:4 10330:1 10331:1 10332:1 10349:1 10359:1 10371:1 10385:2 10401:1 10415:1 10416:1 10435:38 10440:1 10443:1 10448:1 10455:2 10464:1 10475:1 10482:2 10498:1 10499:1 10500:1 10502:1 10517:1 10519:1 10526:2 10527:2 10535:2 10538:1 10541:1 10547:1 10567:1 10571:5 10572:1 10577:3 10581:1 10586:2 10591:2 10593:1 10597:1 10605:1 10615:1 10616:1 10622:2 10623:2 10633:2 10635:1 10638:2 10645:2 10647:2 10659:5 10661:5 10668:1 10672:1 10673:3 10674:1 10675:1 10685:1 10701:5 10706:1 10722:1 10725:2 10735:1 10745:1 10753:1 10765:2 10767:3 10768:1 10771:1 10775:1 10783:1 10784:1 10795:1 10800:8 10813:2 10846:1 10878:1 10898:2 10901:1 10906:1 10907:1 10927:5 10939:1 10950:2 10960:1 10963:2 10964:2 10969:1 10981:1 10982:1 10989:1 10994:1 11008:2 11010:8 11016:1 11025:1 11040:1 11049:3 11052:2 11067:1 11080:1 11092:1 11094:1 11113:1 11114:1 11117:1 11125:2 11132:5 11140:1 11154:1 11156:5 11157:2 11180:2 11206:1 11211:3 11230:1 11235:1 11237:2 11257:1 11258:5 11264:2 11266:8 11275:1 11284:1 11293:1 11298:1 11305:1 11308:2 11314:1 11320:1 11321:2 11324:1 11328:7 11333:1 11335:1 11343:1 11346:1 11347:1 11358:3 11359:1 11364:1 11375:2 11378:1 11393:1 11401:1 11409:1 11410:1 11442:1 11474:1 11475:11 11486:1 11487:1 11494:1 11501:3 11503:1 11509:1 11512:3 11515:3 11517:3 11526:2 11531:1 11543:5 11547:1 11552:1 11559:1 11566:2 11569:2 11573:1 11575:1 11582:1 11592:1 11595:10 11597:1 11599:1 11601:1 11606:1 11613:1 11614:3 11616:4 11617:1 11626:4 11631:2 11636:1 11646:1 11657:1 11664:1 11666:1 11668:1 11678:6 11682:1 11683:1 11685:1 11687:1 11688:2 11694:2 11702:1 11705:2 11707:1 11713:1 11715:1 11738:1 11755:3 11757:1 11782:1 11784:1 11796:1 11799:1 11805:1 11817:1 11820:3 11825:1 11834:1 11850:2 11851:2 11868:1 11869:2 11871:2 11879:2 11881:1 11882:1 11890:1 11891:1 11892:4 11894:1 11899:2 11904:1 11907:1 11920:2 11921:6 11923:1 11926:1 11928:1 11933:1 11946:1 11951:3 11953:1 11954:1 11989:1 11993:5 12017:1 12026:1 12029:1 12031:1 12035:2 12039:1 12041:1 12045:1 12051:1 12054:1 12067:10 12080:2 12081:2 12103:1 12109:1 12114:1 12125:2 12126:1 12130:1 12135:1 12148:1 12149:1 12161:2 12169:1 12172:2 12175:2 12196:1 12199:6 12222:1 12225:1 12228:1 12235:1 12238:3 12250:1 12251:1 12253:2 12255:1 12262:2 12265:1 12267:7 12268:5 12273:2 12276:1 12278:6 12282:1 12301:1 12303:1 12306:2 12312:1 12316:2 12319:1 12322:9 12326:1 12327:1 12344:1 12345:1 12351:2 12357:1 12363:1 12386:1 12395:3 12398:1 12399:1 12404:4 12407:1 12431:1 12436:4 12449:1 12463:1 12477:1 12484:2 12485:1 12487:1 12509:1 12510:1 12541:1 12543:1 12551:1 12564:1 12565:2 12582:1 12599:1 12604:1 12629:1 12631:1 12646:1 12647:2 12650:3 12654:1 12657:1 12678:4 12695:1 12698:1 12702:1 12706:1 12707:2 12732:1 12741:1 12749:1 12750:1 12753:3 12756:2 12757:1 12758:3 12759:1 12764:6 12765:1 12769:1 12774:1 12785:1 12793:1 12796:1 12803:1 12804:1 12805:1 12830:1 12847:1 12853:1 12864:1 12879:3 12881:5 12892:1 12899:1 12906:1 12936:1 12937:1 12942:2 12945:1 12950:1 12964:2 12989:1 12999:1 13000:1 13012:1 13024:1 13036:3 13046:1 13050:2 13052:1 13075:1 13093:1 13095:2 13101:3 13103:1 13111:1 13114:1 13167:1 13168:1 13177:1 13193:1 13220:1 13224:1 13252:3 13254:39 13260:1 13262:1 13267:1 13270:6 13272:1 13279:1 13304:6 13314:1 13324:2 13327:1 13331:1 13340:1 13347:1 13353:1 13356:1 13362:1 13366:1 13367:1 13368:1 13390:2 13391:1 13392:2 13399:1 13425:1 13432:1 13433:1 13444:1 13449:2 13451:1 13456:1 13462:1 13470:1 13481:1 13523:2 13536:3 13545:1 13547:1 13564:1 13576:2 13604:1 13617:1 13624:1 13626:1 13627:1 13638:1 13650:1 13654:1 13666:1 13675:2 13676:1 13682:1 13689:1 13691:1 13694:1 13699:1 13701:1 13702:1 13711:1 13721:13 13727:4 13731:3 13746:1 13747:1 13753:2 13763:1 13779:1 13780:1 13815:2 13828:1 13832:2 13842:1 13852:1 13857:1 13860:1 13862:2 13865:2 13869:6 13873:6 13885:1 13907:1 13908:1 13927:1 13934:1 13936:14 13940:1 13949:1 13981:1 13992:1 14020:1 14034:2 14044:1 14045:2 14054:1 14083:1 14086:1 14090:1 14097:3 14101:4 14107:3 14124:1 14129:1 14134:2 14135:1 14140:1 14152:1 14159:2 14163:2 14169:1 14178:1 14181:1 14182:1 14195:3 14200:1 14205:1 14210:2 14229:1 14237:1 14241:2 14243:3 14244:1 14246:1 14248:1 14250:2 14251:1 14252:13 14253:1 14254:1 14256:2 14276:1 14278:2 14279:1 14280:1 14281:1 14282:1 14283:1 14284:1 14286:6 14291:1 14294:1 14299:1 14300:2 14317:1 14325:1 14335:1 14336:1 14340:2 14360:1 14375:1 14383:1 14408:1 14409:1 14412:1 14415:2 14425:10 14427:1 14429:2 14439:1 14451:1 14460:1 14462:1 14469:1 14472:1 14479:1 14482:1 14489:1 14513:1 14515:2 14522:5 14538:1 14541:1 14544:3 14548:1 14549:2 14559:14 14562:8 14588:1 14596:1 14616:1 14632:2 14639:1 14640:5 14650:2 14656:4 14657:1 14683:1 14709:1 14725:1 14734:1 14737:3 14747:1 14748:2 14750:1 14761:1 14769:1 14771:1 14775:2 14781:1 14786:1 14792:1 14797:1 14821:1 14828:5 14840:1 14862:1 14868:1 14895:2 14897:1 14899:1 14915:3 14924:2 14925:1 14926:1 14928:1 14935:2 14941:2 14942:2 14945:3 14948:1 14949:1 14954:1 14960:2 14961:1 14973:1 14974:2 14980:2 14992:1 15018:1 15033:1 15037:1 15039:1 15040:2 15044:1 15055:2 15056:1 15058:1 15068:2 15069:2 15073:1 15079:1 15083:1 15085:2 15087:1 15089:2 15093:1 15094:1 15095:1 15097:1 15098:1 15100:1 15102:1 15107:1 15111:1 15114:1 15116:2 15130:1 15131:1 15136:2 15138:1 15147:1 15153:2 15154:1 15168:1 15173:1 15187:39 15190:1 15199:3 15202:1 15204:1 15211:1 15216:1 15225:1 15233:2 15246:1 15283:1 15285:1 15289:6 15291:1 15302:1 15303:1 15309:2 15327:1 15332:1 15346:3 15348:1 15350:1 15351:1 15363:1 15369:1 15370:1 15382:1 15383:1 15385:1 15392:6 15396:1 15411:1 15414:1 15417:1 15442:1 15447:1 15449:1 15450:1 15499:1 15519:2 15521:1 15523:1 15526:2 15527:2 15537:1 15554:1 15564:1 15581:1 15592:1 15601:1 15602:2 15603:2 15611:1 15619:1 15628:1 15633:2 15634:1 15636:1 15640:9 15645:1 15655:1 15681:1 15691:1 15694:1 15703:1 15706:1 15707:1 15722:1 15725:1 15727:4 15728:1 15730:1 15731:1 15741:1 15745:1 15755:1 15761:1 15777:2 15780:1 15782:1 15789:2 15792:3 15800:1 15801:1 15815:1 15824:2 15842:1 15843:1 15850:1 15856:2 15860:1 15864:1 15866:2 15875:1 15886:2 15887:1 15899:1 15926:3 15928:1 15932:1 15942:1 15958:1 15961:3 15982:1 15983:1 15999:1 16005:1 16007:2 16010:1 16030:2 16033:2 16041:1 16046:1 16063:2 16082:1 16095:1 16103:1 16109:1 16125:1 16126:3 16127:4 16136:1 16151:1 16155:1 16162:2 16192:9 16195:1 16198:2 16207:2 16213:1 16222:1 16244:1 16266:1 16278:2 16308:1 16312:1 16313:1 16319:1 16327:1 16332:1 16333:4 16338:2 16347:1 16349:1 16356:4 16371:1 16375:1 16376:1 16383:1 16386:1 16387:6 16393:3 16396:2 16407:4 16408:1 16412:1 16418:1 16419:2 16430:3 16438:1 16483:1 16485:1 16492:5 16494:2 16517:4 16519:2 16527:1 16538:1 16541:1 16548:1 16557:1 16558:3 16568:1 16571:5 16587:1 16620:1 16624:1 16629:1 16640:1 16653:1 16659:2 16662:15 16665:2 16667:1 16670:1 16706:4 16709:3 16715:3 16721:1 16737:1 16741:2 16745:1 16747:3 16748:2 16749:1 16751:2 16769:13 16786:1 16795:1 16798:1 16799:1 16807:1 16820:4 16864:1 16884:2 16896:1 16897:1 16899:1 16906:1 16908:1 16914:1 16915:3 16920:1 16926:4 16927:3 16929:1 16935:4 16936:2 16942:1 16943:1 16944:5 16945:1 16946:2 16949:1 16967:1 16970:1 16981:2 16999:2 17005:2 17010:1 17025:1 17027:1 17035:1 17040:1 17055:1 17062:1 17065:1 17067:1 17068:1 17088:1 17093:1 17106:1 17119:2 17131:1 17139:2 17162:1 17174:1 17175:1 17176:2 17182:1 17228:1 17240:2 17251:2 17258:1 17271:4 17274:1 17285:2 17288:11 17289:1 17290:1 17298:1 17320:1 17321:1 17324:1 17326:1 17333:1 17345:1 17351:2 17353:4 17355:1 17360:1 17361:1 17362:2 17399:1 17401:1 17410:1 17412:1 17415:1 17420:3 17422:1 17429:2 17436:1 17444:2 17446:3 17452:1 17453:2 17465:1 17468:1 17518:1 17522:1 17539:1 17550:1 17552:2 17555:1 17557:1 17562:1 17565:52 17573:1 17574:3 17583:1 17588:1 17591:1 17607:1 17609:4 17645:1 17674:1 17683:1 17684:1 17687:1 17693:2 17699:1 17706:1 17720:1 17729:3 17737:2 17748:1 17751:1 17760:1 17763:1 17764:2 17796:1 17801:1 17804:1 17805:1 17827:1 17835:1 17851:1 17854:1 17868:1 17873:1 17874:1 17881:1 17899:1 17901:2 17906:2 17907:1 17908:1 17919:1 17927:1 17938:1 17939:1 17956:1 17959:1 17989:1 18027:1 18030:1 18043:1 18056:2 18059:1 18061:1 18063:1 18071:2 18073:1 18075:2 18079:2 18082:1 18083:1 18087:1 18091:2 18094:1 18107:1 18127:2 18131:1 18141:1 18144:1 18146:2 18151:2 18153:1 18154:2 18156:1 18161:1 18162:1 18164:2 18170:2 18195:1 18205:1 18226:1 18250:2 18255:1 18259:1 18262:2 18267:2 18271:1 18287:1 18288:2 18303:1 18316:1 18317:1 18320:1 18332:1 18335:1 18337:1 18349:1 18354:1 18355:4 18360:2 18364:1 18373:1 18378:1 18398:1 18401:1 18407:2 18408:2 18419:1 18420:1 18426:1 18431:1 18444:1 18449:2 18457:1 18469:3 18474:2 18502:4 18503:1 18513:5 18525:1 18538:4 18539:1 18547:1 18554:1 18565:1 18568:1 18582:1 18591:2 18602:1 18606:8 18613:1 18614:2 18621:1 18643:3 18649:1 18662:2 18683:1 18686:2 18690:1 18696:2 18700:1 18707:1 18718:1 18723:1 18766:1 18771:2 18773:1 18791:1 18801:1 18802:5 18806:2 18807:2 18808:1 18814:1 18825:1 18831:1 18840:1 18843:2 18847:2 18857:1 18883:1 18886:1 18888:2 18891:1 18911:1 18916:1 18929:1 18934:5 18941:1 19000:1 19003:2 19006:1 19027:1 19036:3 19048:1 19067:1 19076:1 19082:1 19116:14 19126:1 19128:2 19136:1 19153:1 19162:2 19190:1 19195:1 19197:4 19205:1 19212:1 19218:1 19220:1 19234:1 19236:1 19248:2 19263:2 19266:1 19280:1 19286:1 19316:1 19322:1 19327:1 19335:2852 19346:2 19351:1 19359:2 19369:1 19370:1 19383:1 19400:1 19402:1 19404:1 19406:1 19412:1 19415:1 19418:1 19423:1 19433:1 19437:1 19444:1 19454:3 19464:1 19468:3 19469:1 19476:1 19493:1 19498:1 19504:1 19516:1 19523:1 19529:2 19543:2 19554:1 19555:1 19585:1 19599:1 19604:1 19610:2 19611:1 19616:1 19634:1 19678:1 19684:1 19693:2 19703:1 19704:1 19715:1 19716:1 19748:2 19753:1 19765:1 19782:1 19784:1 19799:1 19811:1 19820:1 19827:2 19829:1 19834:1 19842:1 19852:1 19858:1 19870:1 19871:3 19872:2 19886:1 19889:1 19894:1 19900:1 19911:1 19932:1 19938:7 19976:5 19980:1 19984:1 19989:2 19995:2 20034:1 20035:1 20037:1 20041:1 20044:1 20050:1 20056:1 20078:1 20082:1 20088:2 20096:1 20104:1 20114:1 20118:1 20121:1 20130:1 20143:8 20144:4 20173:1 20179:5 20186:1 20199:1 20211:2 20214:1 20225:1 20244:23 20250:1 20265:2 20266:1 20288:2 20289:1 20293:1 20294:1 20296:2 20319:1 20324:4 20325:1 20327:1 20328:2 20336:2 20346:1 20354:1 20356:2 20365:3 20366:1 20371:1 20376:1 20386:1 20425:1 20434:2 20435:1 20438:1 20442:1 20446:4 20450:2 20466:1 20467:1 20473:3 20474:1 20495:1 20499:1 20502:1 20516:2 20519:1 20532:1 20540:2 20548:1 20557:1 20562:2 20566:1 20575:1 20577:2 20579:1 20587:1 20595:1 20600:5 20622:1 20634:1 20635:1 20652:1 20655:1 20662:1 20675:1 20678:1 20679:3 20681:2 20682:1 20692:1 20704:1 20720:1 20726:2 20737:1 20741:2 20751:1 20752:2 20767:1 20788:4 20789:9 20795:1 20796:1 20802:1 20804:1 20806:1 20816:1 20821:1 20827:1 20828:1 20831:2 20845:1 20855:2 20859:2 20862:3 20863:1 20864:7 20867:1 20879:1 20885:1 20886:2 20887:6 20888:1 20890:1 20900:1 20901:1 20907:5 20927:3 20943:2 20947:1 20953:3 20960:1 20965:1 20967:6 20976:1 20977:1 20992:3 20997:1 21003:1 21008:2 21031:1 21043:1 21051:1 21053:5 21062:2 21079:1 21080:2 21086:1 21091:1 21102:1 21106:1 21110:1 21124:1 21152:1 21165:1 21176:2 21184:1 21193:1 21196:1 21206:1 21211:1 21252:6 21259:1 21265:2 21267:1 21285:1 21286:2 21300:2 21304:2 21305:1 21318:3 21332:1 21345:1 21365:1 21384:1 21399:1 21408:1 21409:3 21413:1 21428:1 21435:2 21448:1 21455:1 21464:3 21468:2 21471:1 21477:2 21495:2 21496:3 21501:1 21504:1 21506:2 21508:1 21509:2 21522:2 21525:1 21529:1 21539:1 21553:1 21556:1 21563:2 21565:2 21571:1 21577:3 21591:1 21592:1 21593:1 21604:1 21605:1 21607:1 21611:1 21613:2 21614:2 21627:1 21631:1 21636:1 21639:2 21643:2 21647:1 21650:4 21660:2 21662:1 21667:3 21670:2 21685:2 21693:1 21701:5 21714:1 21744:1 21747:1 21751:1 21770:1 21774:5 21777:1 21780:2 21784:1 21815:1 21816:1 21820:2 21824:3 21838:1 21841:1 21844:1 21853:2 21874:2 21877:2 21879:1 21889:2 21893:1 21913:1 21920:1 21924:1 21932:1 21938:1 21940:1 21946:1 21949:1 21957:1 21963:1 21965:1 21968:1 21979:1 21992:1 21997:1 22003:1 22011:2 22013:1 22016:5 22029:2 22036:1 22045:3 22061:1 22071:1 22079:1 22083:2 22086:1 22095:1 22096:1 22099:1 22114:1 22120:1 22123:1 22126:1 22129:1 22130:1 22132:4 22136:1 22149:1 22153:2 22160:1 22166:1 22171:2 22172:1 22176:1 22179:1 22180:1 22182:1 22183:2 22187:2 22193:1 22201:2 22205:1 22218:1 22219:1 22223:1 22235:1 22236:1 22240:2 22245:1 22252:1 22267:1 22274:1 22275:2 22282:3 22293:4 22301:1 22302:1 22303:1 22304:1 22305:1 22306:1 22317:2 22318:2 22335:1 22337:4 22347:1 22348:1 22366:1 22372:1 22373:1 22385:1 22389:1 22390:1 22396:1 22400:3 22402:1 22406:1 22414:4 22418:2 22419:1 22421:1 22437:1 22449:1 22461:1 22469:8 22481:1 22492:1 22494:2 22503:1 22536:2 22537:1 22540:1 22548:8 22552:2 22553:1 22556:1 22557:5 22560:1 22570:3 22583:1 22585:1 22592:1 22607:2 22608:12 22619:1 22635:1 22667:1 22671:1 22672:1 22706:1 22708:2 22709:5 22712:3 22715:1 22723:2 22724:1 22725:1 22726:2 22735:2 22737:2 22745:1 22748:1 22749:1 22753:7 22755:4 22756:1 22761:1 22766:1 22769:1 22770:1 22771:1 22784:1 22805:1 22827:1 22833:1 22840:1 22856:1 22867:3 22891:3 22901:2 22905:1 22908:4 22912:1 22928:2 22931:1 22938:1 22939:2 22972:1 22977:4 22983:1 22988:1 22991:1 23001:1 23012:4 23025:1 23030:2 23034:2 23042:1 23043:1 23057:1 23072:1 23082:2 23088:1 23100:1 23105:2 23112:17 23130:2 23134:2 23141:1 23160:1 23170:1 23175:14 23177:2 23183:1 23187:1 23193:1 23198:1 23199:1 23201:1 23207:1 23230:1 23235:4 23237:2 23239:1 23250:1 23251:4 23253:2 23258:1 23282:2 23290:7 23299:1 23305:2 23312:1 23319:5 23320:1 23323:1 23335:1 23339:1 23340:1 23352:1 23355:2 23376:1 23384:2 23400:1 23403:1 23408:1 23409:2 23422:10 23440:3 23461:1 23477:3 23506:1 23507:1 23518:1 23522:1 23523:1 23541:2 23548:1 23555:2 23561:1 23566:1 23573:38 23579:1 23589:1 23594:3 23595:3 23598:1 23599:1 23600:2 23601:1 23602:1 23605:1 23608:1 23634:2 23639:3 23641:1 23642:1 23646:1 23651:3 23654:1 23655:1 23659:1 23664:1 23688:1 23693:1 23701:1 23723:1 23724:6 23736:1 23739:3 23749:2 23756:1 23758:4 23764:1 23768:1 23778:1 23794:1 23795:1 23817:1 23831:1 23867:1 23872:3 23884:4 23892:1 23893:1 23903:1 23921:1 23949:1 23962:1 23963:1 23965:1 23970:2 23979:1 23981:3 23988:1 23991:1 23996:3 23999:1 24001:1 24002:2 24008:1 24041:39 24067:3 24069:2 24076:1 24094:1 24097:1 24100:1 24101:1 24111:1 24115:1 24118:2 24119:1 24122:1 24123:2 24125:1 24131:2 24133:1 24136:6 24139:1 24161:1 24169:1 24174:2 24180:1 24183:1 24185:1 24192:1 24193:1 24202:1 24207:3 24211:2 24216:1 24223:1 24235:2 24237:1 24244:1 24245:1 24262:2 24265:3 24270:1 24295:2 24304:1 24314:1 24322:1 24346:1 24352:1 24378:1 24380:3 24391:1 24401:5 24403:1 24404:2 24418:1 24429:1 24431:1 24465:1 24484:1 24486:1 24497:1 24502:1 24511:2 24521:1 24532:1 24547:2 24560:2 24569:2 24574:3 24580:2 24589:1 24602:1 24637:1 24664:1 24665:1 24669:2 24673:1 24678:1 24679:1 24691:1 24692:3 24695:1 24702:1 24710:2 24713:7 24715:1 24718:1 24735:1 24743:1 24751:2 24759:1 24764:1 24772:1 24781:1 24785:1 24793:1 24801:1 24807:1 24808:1 24812:1 24813:1 24816:1 24817:1 24836:1 24838:1 24845:2 24860:1 24869:1 24873:1 24877:1 24885:3 24888:2 24903:1 24907:2 24925:1 24931:2 24934:1 24947:2 24957:1 24977:1 24983:1 24985:1 24987:7 24992:2 24994:1 24998:2 25008:2 25009:2 25013:3 25017:1 25018:1 25027:1 25029:1 25042:1 25048:1 25060:3 25061:1 25065:1 25068:1 25092:1 25096:1 25100:10 25101:2 25106:1 25118:1 25125:1 25132:1 25135:1 25136:1 25140:2 25150:1 25160:1 25161:1 25169:1 25176:2 25184:1 25214:1 25220:1 25227:1 25228:1 25235:5 25245:1 25268:1 25276:2 25287:1 25314:1 25315:1 25322:1 25324:1 25332:1 25333:1 25337:2 25342:4 25346:1 25349:1 25372:1 25380:1 25390:2 25401:1 25404:1 25410:1 25414:1 25420:1 25453:1 25457:4 25461:1 25463:2 25470:1 25471:1 25472:1 25476:3 25480:5 25483:1 25484:1 25486:2 25503:2 25509:1 25519:2 25540:3 25544:1 25554:1 25558:2 25559:3 25573:1 25574:1 25576:1 25589:2 25591:2 25594:1 25601:1 25605:2 25611:1 25614:4 25616:1 25622:1 25629:1 25633:1 25634:1 25637:1 25642:1 25643:1 25646:1 25652:1 25654:1 25666:1 25667:1 25672:1 25675:1 25676:1 25677:1 25687:1 25694:1 25697:1 25701:1 25756:1 25764:4 25775:1 25776:1 25798:1 25803:3 25804:2 25811:1 25815:1 25837:1 25845:1 25852:5 25854:2 25855:2 25858:1 25862:1 25863:2 25864:1 25879:1 25908:1 25911:1 25918:1 25921:2 25944:2 25947:1 25976:1 25978:1 25984:1 26029:1 26032:1 26054:1 26057:2 26061:1 26063:2 26064:6 26078:1 26085:7 26088:3 26094:1 26112:1 26114:2 26115:2 26117:1 26142:1 26145:2 26152:2 26161:1 26162:1 26164:1 26169:2 26173:1 26174:1 26181:2 26184:1 26186:1 26187:1 26188:1 26201:4 26208:1 26213:2 26221:1 26225:2 26241:1 26252:1 26259:1 26276:1 26277:1 26281:4 26283:1 26284:1 26285:3 26287:1 26289:2 26290:1 26310:1 26316:2 26319:1 26320:1 26323:1 26333:2 26344:1 26354:1 26365:1 26368:1 26371:1 26385:3 26392:1 26393:1 26398:1 26402:1 26418:1 26424:1 26432:1 26436:1 26450:2 26462:1 26463:4 26476:4 26479:2 26489:1 26494:1 26497:1 26505:5 26514:1 26519:4 26520:1 26529:2 26533:4 26557:1 26558:5 26568:1 26571:1 26582:1 26588:1 26591:16 26598:2 26599:1 26605:1 26611:2 26625:2 26637:1 26642:1 26646:1 26682:1 26689:1 26709:1 26712:1 26720:2 26723:3 26725:1 26731:1 26744:1 26747:2 26748:1 26751:1 26752:1 26770:3 26774:1 26786:3 26812:1 26816:1 26819:1 26825:1 26837:1 26851:1 26863:1 26867:1 26868:1 26870:2 26874:1 26881:1 26884:1 26897:1 26899:1 26900:1 26909:1 26910:1 26921:2 26944:3 26956:1 26957:1 26963:1 26974:3 26985:2 26987:2 26992:1 26994:1 26996:2 27022:1 27023:1 27031:1 27032:4 27034:2 27042:2 27055:2 27056:1 27059:16 27060:1 27063:1 27069:1 27071:1 27074:1 27080:3 27097:1 27110:1 27115:2 27123:1 27141:1 27142:1 27149:6 27153:1 27165:1 27171:1 27183:2 27186:1 27191:1 27194:1 27197:1 27198:1 27209:1 27211:2 27212:1 27218:1 27272:2 27281:1 27303:2 27305:1 27326:3 27350:2 27354:1 27359:1 27360:1 27365:1 27368:1 27373:1 27412:4 27415:1 27436:1 27440:1 27443:4 27459:1 27465:1 27478:1 27480:3 27491:1 27503:1 27504:2 27514:2 27523:2 27528:1 27539:1 27556:2 27558:1 27562:1 27563:1 27572:1 27575:2 27586:1 27587:1 27599:1 27615:1 27624:1 27628:1 27666:1 27681:1 27692:2 27703:2 27710:1 27715:1 27719:1 27726:2 27727:6 27729:1 27747:3 27751:1 27756:2 27759:1 27772:4 27783:1 27789:1 27798:4 27806:1 27808:1 27811:3 27834:1 27843:2 27844:7 27845:1 27847:2 27856:1 27857:2 27859:1 27862:2 27869:1 27877:3 27888:3 27892:2 27894:1 27899:1 27905:1 27907:1 27908:1 27914:1 27941:1 27942:1 27955:1 27964:1 27984:2 27990:1 27995:2 27998:1 28001:2 28005:1 28006:1 28011:1 28013:1 28016:3 28018:1 28020:1 28030:1 28034:1 28042:5 28047:6 28054:2 28055:2 28056:2 28067:2 28075:1 28087:1 28090:2 28093:1 28107:2 28109:1 28111:1 28121:1 28128:1 28137:1 28159:2 28167:1 28169:1 28177:3 28187:2 28202:1 28206:1 28208:2 28209:1 28212:1 28218:1 28223:10 28230:1 28250:1 28251:1 28265:1 28274:1 28281:1 28287:2 28295:1 28296:1 28299:3 28300:1 28303:1 28309:1 28314:3 28320:1 28346:1 28349:2 28350:1 28351:1 28352:3 28356:1 28370:1 28371:5 28372:1 28374:2 28377:3 28379:1 28382:1 28385:1 28386:2 28388:1 28389:2 28394:4 28408:3 28420:3 28421:1 28423:3 28424:1 28429:1 28434:1 28444:1 28446:1 28458:1 28475:8 28481:1 28487:1 28491:4 28519:1 28522:1 28523:1 28531:1 28534:3 28537:1 28539:3 28548:1 28553:1 28557:1 28559:1 28560:1 28581:2 28582:2 28604:1 28608:1 28637:1 28640:1 28650:2 28670:1 28683:1 28691:1 28693:1 28711:1 28750:1 28754:1 28770:1 28783:1 28794:1 28799:3 28800:2 28804:3 28805:2 28807:1 28810:5 28813:3 28815:1 28816:8 28817:1 28821:1 28824:1 28840:1 28868:1 28873:1 28879:1 28884:1 28885:3 28891:1 28892:1 28895:1 28902:1 28905:1 28919:1 28923:1 28941:2 28957:2 28961:1 28979:5 28996:1 28999:1 29002:1 29003:2 29011:1 29020:2 29032:1 29046:1 29047:1 29057:1 29058:1 29061:1 29072:4 29085:1 29088:2 29091:1 29094:3 29103:1 29115:16 29116:2 29118:1 29121:1 29139:1 29148:6 29157:1 29158:6 29180:1 29207:1 29222:1 29225:1 29229:5 29230:1 29245:1 29252:1 29257:1 29259:1 29260:2 29262:1 29263:12 29269:3 29279:1 29283:1 29286:1 29299:2 29301:1 29312:1 29313:14 29322:2 29355:1 29365:2 29367:2 29372:1 29373:1 29381:1 29390:1 29391:1 29393:1 29395:1 29399:1 29400:2 29412:1 29420:1 29442:1 29450:2 29475:3 29487:1 29503:1 29505:1 29509:2 29512:1 29519:1 29529:1 29535:48 29536:1 29558:1 29560:5 29564:2 29573:2 29574:6 29575:2 29576:1 29581:1 29606:1 29639:4 29643:13 29644:1 29652:1 29661:1 29665:2 29670:1 29677:1 29679:1 29684:1 29700:1 29703:2 29716:1 29749:1 29759:1 29779:3 29782:1 29787:2 29807:2 29810:1 29823:1 29838:1 29842:1 29848:5 29864:2 29876:5 29932:1 29934:1 29953:1 29964:1 29970:2 29980:2 29982:1 29984:1 29988:2 29989:1 29999:1 30033:1 30036:1 30041:2 30044:1 30057:2 30058:1 30072:1 30082:3 30089:1 30090:1 30091:3 30103:1 30118:1 30123:1 30124:1 30134:1 30137:2 30147:1 30150:1 30154:1 30167:1 30170:1 30173:1 30182:1 30184:2 30193:1 30195:11 30196:1 30202:2 30205:4 30231:1 30234:3 30245:7 30251:1 30260:2 30265:4 30267:2 30268:2 30273:2 30277:39 30284:2 30303:2 30321:1 30327:1 30329:1 30350:2 30352:1 30353:1 30354:2 30358:2 30359:2 30360:5 30361:1 30386:1 30394:1 30398:2 30406:1 30410:2 30415:3 30423:1 30430:1 30440:1 30441:1 30445:1 30447:2 30457:1
|
79ac84f4173b4a65a74150c7a2e6985947fa1cd5 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/isstable/isstable5.sce | 73e765a5cabe50e5d5f65d7a4a0493dde74ece4c | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 79 | sce | isstable5.sce | //check o/p for empty i/p vector
a=[];
b=isstable([]);
disp(b);
//output
// 1
|
c381be218b74031239a5487dcc948761e627cd69 | 449d555969bfd7befe906877abab098c6e63a0e8 | /73/CH9/EX9.6/Example9_6.sci | 13f2c7e6c32cd9c05ad9add384a0f6775eba1fec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 512 | sci | Example9_6.sci | //Chapter 9_Active Filters
//Caption : Determine Q Fl and Fh
//Example9.6:A certain two-pole band pass filter response is required with a centre frequency of 2 kHz and a 3 dB bandwidth of 400 Hz. Determine Q,Fl and Fh.
//Solution:
clear;
clc;
Fo=2*10^3;//centre frequency in Hz
BW=400;//3 dB bandwidth
Q=Fo/BW;// Q-factor of band pass filter
Fl=Fo*sqrt(1+1/(4*Q^2))-Fo/(2*Q);
Fh=Fo*sqrt(1+1/(4*Q^2))+Fo/(2*Q);
disp('Hz',Fl,'lower cutt off frequency is:')
disp('Hz',Fh,'Higher cutt off frequency is:') |
0590c71abc37fa20884473215176902211f3991c | 843ddfc1f1137ace0ddbffdc051fb2b2a3e2ba6b | /P1/P104.sce | c623719798ab41c2ce835b063c9dceed388dbf8e | [] | no_license | aguadix/SIMCON | 8169169577fc5e69257f6dc91558b7b320974161 | 5f83003937740a730c4593c241309c9da7693ddf | refs/heads/master | 2022-10-27T00:34:29.074871 | 2022-10-24T11:24:08 | 2022-10-24T11:24:08 | 53,549,792 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,350 | sce | P104.sce | clear; clc;
// P104.sce
// (a) CÁLCULO DEL ESTADO ESTACIONARIO
// Sistema de ecuaciones algebraicas
function dxdt = f(x)
// Variables
CA1 = x(1)
CA2 = x(2)
// Balance de materia en el reactor 1
dCA1dt = F*(CA0-CA1)/V1 - k*CA1
// Balance de materia en el reactor 2
dCA2dt = F*(CA1-CA2)/V2 - k*CA2
// Derivadas
dxdt(1) = dCA1dt
dxdt(2) = dCA2dt
endfunction
// Constantes
k = 0.1; // h-1
V1 = 10; // L
V2 = 10; // L
F = 1; // L/h
CA0 = 1; // mol/L
// Solución supuesta
CA1eeguess = 1; CA2eeguess = 1; // mol/L
xeeguess = [CA1eeguess; CA2eeguess];
// Resolver
xee = fsolve(xeeguess, f);
CA1ee = xee(1)
CA2ee = xee(2)
// (b) LINEALIZACIÓN ALREDEDOR DEL ESTADO ESTACIONARIO
// Derivadas parciales exactas
a11 = -F/V1 - k
a12 = 0
a21 = F/V2
a22 = -F/V2 - k
b11 = (CA0-CA1ee)/V1
b21 = (CA1ee-CA2ee)/V2
// Sistema no lineal
function dxdt = SNL(x)
// Variables de estado
CA1 = x(1)
CA2 = x(2)
// Variables de entrada
F = x(3)
// Balance de materia en el reactor 1
dCA1dt = F*(CA0-CA1)/V1 - k*CA1
// Balance de materia en el reactor 2
dCA2dt = F*(CA1-CA2)/V2 - k*CA2
// Derivadas
dxdt(1) = dCA1dt
dxdt(2) = dCA2dt
endfunction
// Matriz jacobiana
u = F;
J = numderivative(SNL,[xee;u])
// Sistema lineal
A = J(:,1:2)
B = J(:,3)
C = [0,1]
SL = syslin('c',A,B,C) |
7235b083fe90750771a356e58171be21a3bdb5c6 | 4ba406c1422fd1f3462feb6c2f378b17ea9175c2 | /src/algorithms/dump/RecursiveOrbits.tst | 77bdc51f90e7cb9c4de1fd61816a708f0e9956cc | [] | no_license | dwjohnston/geoplanets-model | 236670178c456a0537ee31cfb3ab931ea46c7edf | 06ff2b0ec83272f56ffe02b9ee38f1e169b41a51 | refs/heads/master | 2021-07-12T23:00:17.411355 | 2018-09-02T08:08:22 | 2018-09-02T08:08:22 | 144,376,835 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,709 | tst | RecursiveOrbits.tst | import Parameter from "../Parameter";
import ParameterContainer from "../ParameterContainer";
import Planet from "../algoComponents/Planet";
import {Color, Position} from 'blacksheep-react-canvas';
import BaseAlgorithm from "./BaseAlgorithm";
/***
Separation of concerns.
Parameter objects shouldn't have to worry about how they're being glued to the the DOM?
*/
class RecursiveOrbits extends BaseAlgorithm{
constructor(onChangeCallback) {
super(onChangeCallback);
let center = new Position (0.5, 0.5);
this.p1 = new Planet(1, 0, new Color(250,250,50,0.4), center, "base");
this.recursionLevel = new Parameter(1, 5, 1, 2, "recursion level");
this.planetsPerLevel = new Parameter(1, 5, 1, 2, "planets per level");
this.distanceFactor = new Parameter(0, 0.5, 0.01, 0.1, "distance factor");
this.speedFactor = new Parameter(-2, 2, 0.01, -1.1, "speed factor");
this.mParams = [
new ParameterContainer([this.p1.speed, this.p1.color], "base", this.p1),
new ParameterContainer([this.recursionLevel, this.planetsPerLevel], "recursion"),
new ParameterContainer([this.distanceFactor, this.speedFactor], "relationships")
];
this.planets = [];
this.linkers = [];
this.tickables = this.planets;
this.clearParams = this.mParams;
this.name = "recursive-orbits";
this.recalcPlanets();
//super.initPaintClearFunction();
this.settingsPanel.params = [this.globalSpeed, this.baseColor];
this.clearParams = [this.p1, this.baseColor].concat(this.mParams);
super.initRenderMap();
}
getParams() {
return super.getParams().concat(this.mParams);
}
recalcPlanets() {
this.planets.splice(0, this.planets.length);
this.planets.push(this.p1);
this.linkers.splice(0, this.linkers.length);
let addPlanets = (parentPlanet, depth)=> {
if (depth++ < this.recursionLevel.getValue()){
for (let i = 0; i < this.planetsPerLevel.getValue(); i++){
let p = new Planet(
(parentPlanet.speed.getValue() * this.speedFactor.getValue()),
parentPlanet.distance.getValue() + this.distanceFactor.getValue(),
parentPlanet.color,
parentPlanet.position,
["p", depth, i].join("-"),
this.baseSpeed,
(i / this.planetsPerLevel.getValue()) * (Math.PI * 2)
);
this.planets.push(p);
// this.linkers.push(new Linker(p, parentPlanet));
addPlanets(p, depth);
}
}
}
addPlanets(this.p1, 0);
super.initRenderMap();
}
onChange() {
super.onChange();
this.recalcPlanets();
}
}
export default RecursiveOrbits;
|
83902fbe5d3b732382c239da4714136a18d87fcd | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH4/EX4.13/Example4_13.sce | bfaaeb57db10d537b164d8b6bb28c44718b9bafc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example4_13.sce | //Example 4.13.
clc
format(7)
VF=0.6
T=298
Io=10^-5
eta=2
VT=T/11600
disp("The volt-equivalent of the temperature(T) is,")
disp(VT,"VT(V) = T / 11600 = ")
format(6)
I=Io*((%e^((VF/(eta*VT))))-1)
disp(I,"Therefore, the diode current, I(A) = Io*e^((VF/eta*VT)-1) =") |
a0ad06bba849c3fa970ec5bceb1a8c2567f277b9 | 3cbee2296fd6b54f80587eead83813d4c878e06a | /sci2blif/rasp_design_added_blocks/sigma_delta.sce | ad9d184d9c5d65f9db1f7eac4135737229fce8c0 | [] | no_license | nikhil-soraba/rasp30 | 872afa4ad0820b8ca3ea4f232c4168193acbd854 | 936c6438de595f9ac30d5619a887419c5bae2b0f | refs/heads/master | 2021-01-12T15:19:09.899590 | 2016-10-31T03:23:48 | 2016-10-31T03:23:48 | 71,756,442 | 0 | 0 | null | 2016-10-24T05:58:57 | 2016-10-24T05:58:56 | null | UTF-8 | Scilab | false | false | 289 | sce | sigma_delta.sce | style.fontSize=14;
style.displayedLabel="<table> <tr> <td align=left><b>Vin<br><br>Vbias<br><br>CLK</b></td> <td></td> <td></td> <td align=center>Sigmadelta<br></td> <td></td> <td></td> <td align=right><b>out0</b></td> </tr> </table>";
pal5 = xcosPalAddBlock(pal5,"sigma_delta",[],style);
|
4bc8931d1143072cd2bd9485435a9c66ec9270b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH12/EX12.23/Ex12_23.sce | 71c0ea7a4dab0c5eb905a2ab75452261db2cb79c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 801 | sce | Ex12_23.sce | //EX12_23 Pg-41.43
clc
clear
disp("equation of a frequency modulated v=A*sin(wc*t+mf*sin(wm*t))")
disp("or v=A*sin(wc*t-fd/fm*cos(wm*t)) where fd=frequency deviation")
disp("Now v=50*sin(5e8*t-10*cos(1000*t))")
A=50;//peak value of the modulating signal
wc=5e8;
mf=10;
wm=1000;
fc=wc/(2*%pi);//carrier frequency
printf("\n carrier frequency fc=%.2f MHz \n",fc*1e-6)
fm=wm/(2*%pi);//modulating frequency
printf(" modulating frequency fc=%.2f Hz \n",fm)
//fd_max=maximum frequency deviation
fd_max=mf*fm;//since mf=fd_max_/fm
printf(" \n modulation index mf=%.0f",mf)
printf("\n maximum deviation fd_max=%.2f Hz \n",fd_max)
Vrms=A/sqrt(2);//rms value of the modulating signal
R=75;//wave resistance
P=Vrms^2/R;
printf("\n Power dissipated by the wave in resistance P=%.2f W",P)
|
b5279d3f7e51372493663557d0fb6e46068d02c0 | 449f0d9106e35fc361bdb53d55d9563796f0d2c3 | /week1/scilab2.sce | d4fcd6f9bcddbb6746aa31c3c9f295c62fec48f0 | [] | no_license | aleksey-sinos/OpenEdu | 72eefffcc4ddbb45345a9bee61e534f9bf540390 | 6c3b4943a669b9398ad75e0fae44937cc6b04dc0 | refs/heads/master | 2020-06-30T13:29:27.839046 | 2019-12-04T07:47:12 | 2019-12-04T07:47:12 | 74,368,213 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 959 | sce | scilab2.sce | ///////////////////////////////////////////////////////////////////////////////
//// Неделя 1.2
//// Случайные величины и методы их описания.
///////////////////////////////////////////////////////////////////////////////
clear; deff('[numd] = roundd(num,n)','numd = round(num *10^n) / 10^n');
rand("seed",getdate("s"));
//// Генерация параметров равномерной ф.п.р.в.////
a = roundd(rand(1,1,"unf"),1);
l = 1+roundd(rand(1,1,"unf"),1);
b = a+l;
x1 = roundd(a+(b-a)/(3+rand(1,1,"unf")*5),1);
x2 = roundd(b-(b-a)/(3+rand(1,1,"unf")*5),1);
Fx1 = (x1-a)/(b-a);
Fx2 = (x2-a)/(b-a);
// Расчет вероятности //
P=Fx2-Fx1;
//// Запись данных ////
deletefile('data.txt'); deletefile('fillings.txt'); deletefile('answer.txt');
answer = P;
fillings = [x1; x2; a; b];
write('answer.txt',answer);
write('fillings.txt',fillings);
write('data.txt',[]);
//quit();
|
6af7131851b6088a6662b85988a4d277537edfcd | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Material_Science_S._L._Kakani_And_A._Kakani_1085.zip/Material_Science_S._L._Kakani_And_A._Kakani_1085/CH15/EX15.2/ex15_2.sce | 91d2fc9d320e749d1fb6f7f6f7c48c3529c1c1c3 | [] | 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 | 391 | sce | ex15_2.sce | errcatch(-1,"stop");mode(2);//Exam:15.2
;
;
U=1200;//electron mobility in cm2/Volt-sec
e=1.6*10^(-19);//charge on the electron in C
n=10^13;//concentration of phosphorus
sigma=U*e*n;//conductivity of crystal in mho/cm
p_i=1/sigma;//resistivity of silicon wafer if all donor atom are active
disp(p_i,'resistivity of silicon wafer if all donor atom are active(in ohm-cm)=');
exit();
|
25f9a6679a8d81ba1284fd5e12b34dabfa9a8a86 | 449d555969bfd7befe906877abab098c6e63a0e8 | /995/CH3/EX3.15/Ex3_15.sce | 1712d183bbd3ea3e75b34e307b0ce803d63bdf59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 156 | sce | Ex3_15.sce | //Ex:3.15
clc;
clear;
close;
L=6;//in henry
r=24;//in ohms
t=0.1;//in sec.
V_s=12;//in volts
i=(V_s/r)*(1-%e^(-t*r/L));
printf("current = %f A",i); |
49193f3584cba099e1b71402f87986ce14b51e22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH12/EX12.3.a/data12_3.sci | 20a9d8d342a693d4a444c810817cc47853b5c845 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sci | data12_3.sci |
//(Brakes) Example 12.3
//Mass m (kg)
m = 2500
//Initial velocity of the mass v1 (m/s)
v1 = 1.5
//Mass of the drum M (kg)
M = 50
//Radius of gyration of the drum k (m)
k = 0.7
//Mass is brought to rest in a distance of h (m)
h = 0.5
//Radius of the drum R (m)
R = 0.75
//Final velocity of the mass v2 (m/s)
v2 = 0
|
3bd23b0ebcdb89cdfc0317e200cd87aa12699d9c | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3/macros/percent/%lssap.sci | fb0fd119d6273edd52f8e5bbcc543fed9bd331fd | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 83 | sci | %lssap.sci | function s1=%lssap(s1,d2)
//s=%lssap(s1,d2) iff
// s=s1+d2
//!
s1(5)=s1(5)+d2
|
dce22599fd9588df550af2436cf9e0de47ebf7e8 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /valorant 1one taps.sce | dfb28b47710908452a489b69bcfbc21cbee459d4 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 48,463 | sce | valorant 1one taps.sce | Name=valorant 1one taps
PlayerCharacters=VALORANTER
BotCharacters=VALORANT1.bot;VALORANT2.bot;VALORANT3.bot;VALORANT4.bot;VALORANT1.bot;VALORANT3.bot;VALORANT4.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=VALORANTER
AddedBots=VALORANT1.bot;VALORANT2.bot;VALORANT3.bot;VALORANT1.bot;VALORANT2.bot;VALORANT3.bot;VALORANT4.bot;VALORANT3.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0;0;0;0;0
PlayerTeam=1
BotTeams=0;0;0;0;0;0;0;0
MapName=boxer9spawns.map
MapScale=6.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=1000000.0
ScorePerDamage=1.0
ScorePerKill=2.0
ScorePerMidairDirect=2.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=true
ScoreMultDamageEfficiency=true
ScoreMultKillEfficiency=true
GameTag=flick,target switching,accuracy.
WeaponHeroTag=
DifficultyTag=3
AuthorsTag=tempo
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=flicking, target switching.
GameVersion=2.0.2.0
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=false
LockedFOVMin=60.0
LockedFOVMax=120.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=cs
MinReactionTime=0.18
MaxReactionTime=0.3
MinSelfMovementCorrectionTime=0.007
MaxSelfMovementCorrectionTime=0.035
FlickFOV=10.0
FlickSpeed=1.0
FlickError=3.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=90.0
MinRecenterTime=0.25
MaxRecenterTime=0.4
OptimalAimFOV=35.0
OuterAimPenalty=1.1
MaxError=35.0
ShootFOV=1.0
VerticalAimOffset=-5.0
MaxTolerableSpread=2.0
MinTolerableSpread=0.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=VALORANT1
DodgeProfileNames=cs peek;CsFar1;Long Strafes Jumping
DodgeProfileWeights=1.0;1.0;1.0
DodgeProfileMaxChangeTime=10.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.5;1.5;1.5;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=cs;cs;cs;cs;cs;Default;Default;Default
WeaponSwitchTime=5.0
UseWeapons=true
CharacterProfile=VALORANTER
SeeThroughWalls=false
NoDodging=false
NoAiming=true
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=VALORANT2
DodgeProfileNames=CsClose1;CsFar1;CsMimic1;CsOppose1;CsCareful1;CsCareless1;CsMid1;CsRandom1;CsFar2
DodgeProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
DodgeProfileMaxChangeTime=10.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.5;1.5;1.5;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=cs;cs;cs;cs;cs;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=VALORANTER
SeeThroughWalls=false
NoDodging=false
NoAiming=true
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=VALORANT3
DodgeProfileNames=CsClose1;CsFar1;CsMimic1;CsOppose1;CsCareful1;CsCareless1;CsMid1;CsRandom1;CsFar2;Long Strafes Jumping
DodgeProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
DodgeProfileMaxChangeTime=10.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.5;1.5;1.5;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=cs;cs;cs;cs;cs;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=VALORANTER
SeeThroughWalls=false
NoDodging=false
NoAiming=true
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=VALORANT4
DodgeProfileNames=CsClose1;CsMimic1;CsCareless1;CsMid1;CsRandom1;Long Strafes Jumping
DodgeProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0
DodgeProfileMaxChangeTime=10.0
DodgeProfileMinChangeTime=0.1
WeaponProfileWeights=1.5;1.5;1.5;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=cs;cs;cs;cs;cs;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=true
CharacterProfile=VALORANTER
SeeThroughWalls=false
NoDodging=false
NoAiming=true
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=VALORANTER
MaxHealth=150.0
WeaponProfileNames=Poke-Drill;;;;;;;
MinRespawnDelay=0.0001
MaxRespawnDelay=0.0001
StepUpHeight=75.0
CrouchHeightModifier=0.75
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=1.0
MovementType=Base
MaxSpeed=800.0
MaxCrouchSpeed=250.0
Acceleration=6000.0
AirAcceleration=16000.0
Friction=7.5
BrakingFrictionFactor=1.25
JumpVelocity=800.0
Gravity=2.5
AirControl=1.0
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=true
EnemyBodyColor=X=0.546 Y=0.776 Z=0.546
EnemyHeadColor=X=0.608 Y=0.463 Z=0.314
TeamBodyColor=X=0.000 Y=0.000 Z=0.771
TeamHeadColor=X=0.149 Y=0.542 Z=1.000
BlockSelfDamage=true
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=250.0
MainBBRadius=35.0
MainBBHasHead=true
MainBBHeadRadius=25.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=250.0
ProjBBRadius=35.0
ProjBBHasHead=true
ProjBBHeadRadius=25.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.5
JetpackFullFuelTime=1000.0
JetpackFuelIncPerSec=100.0
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=600.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=256.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=cs peek
MaxTargetDistance=10000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.125
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.01
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.25
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=1.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.0
BlockedMovementReactionMax=0.125
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=CsFar1
MaxTargetDistance=3500.0
MinTargetDistance=2500.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.0
MinFBTimeChange=0.1
MaxFBTimeChange=0.25
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.02
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.5
StrafeSwapMaxPause=1.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=Long Strafes Jumping
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.65
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=CsClose1
MaxTargetDistance=1500.0
MinTargetDistance=500.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.01
MaxLRTimeChange=0.5
MinFBTimeChange=0.1
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.02
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.5
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=CsMimic1
MaxTargetDistance=2500.0
MinTargetDistance=500.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.25
MaxLRTimeChange=0.75
MinFBTimeChange=0.1
MaxFBTimeChange=0.25
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.02
TargetStrafeOverride=Mimic
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.35
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.25
StrafeSwapMaxPause=0.75
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=CsOppose1
MaxTargetDistance=2500.0
MinTargetDistance=500.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.25
MaxLRTimeChange=1.0
MinFBTimeChange=0.1
MaxFBTimeChange=0.25
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.02
TargetStrafeOverride=Oppose
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.35
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.25
StrafeSwapMaxPause=0.75
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=CsCareful1
MaxTargetDistance=2000.0
MinTargetDistance=1000.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.5
MaxLRTimeChange=1.0
MinFBTimeChange=0.1
MaxFBTimeChange=0.25
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.1
CrouchOnGroundFrequency=0.03
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.5
MaxCrouchTime=1.0
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.25
StrafeSwapMaxPause=0.75
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=CsCareless1
MaxTargetDistance=4000.0
MinTargetDistance=250.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.25
MaxLRTimeChange=0.75
MinFBTimeChange=0.1
MaxFBTimeChange=0.25
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.1
DamageReactionMaximumDelay=0.5
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.01
CrouchInAirFrequency=0.1
CrouchOnGroundFrequency=0.05
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.1
MaxCrouchTime=1.5
MinJumpTime=0.2
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.25
StrafeSwapMaxPause=0.75
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=CsMid1
MaxTargetDistance=2500.0
MinTargetDistance=1500.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.25
MaxLRTimeChange=0.75
MinFBTimeChange=0.1
MaxFBTimeChange=0.25
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.02
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.25
StrafeSwapMaxPause=0.75
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=CsRandom1
MaxTargetDistance=5000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=true
MinLRTimeChange=0.01
MaxLRTimeChange=2.0
MinFBTimeChange=0.01
MaxFBTimeChange=1.0
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.02
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=1.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Dodge Profile]
Name=CsFar2
MaxTargetDistance=4500.0
MinTargetDistance=3500.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.75
MaxLRTimeChange=1.27
MinFBTimeChange=0.1
MaxFBTimeChange=0.25
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.02
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.75
StrafeSwapMaxPause=1.25
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Weapon Profile]
Name=Poke-Drill
Type=Hitscan
ShotsPerClick=1
DamagePerShot=36.0
KnockbackFactor=0.0
TimeBetweenShots=0.1
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=100.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=100.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=3.0
MaxHitscanRange=1000000.0
GravityScale=0.0
HeadshotCapable=true
HeadshotMultiplier=100.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=1000000.0
DamageFalloffStopDistance=1000000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.01
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.05
HitSoundCooldown=0.05
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=0.1
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=Poke-Drill
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=0.1
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=90.0
ADSFOVScale=Quake/Source
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=None
ParticleBodyImpact=None
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=true
AAAlpha=1.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-576.000000 0.000000 256.000000
448.000000 0.000000 256.000000
448.000000 0.000000 -768.000000
-576.000000 0.000000 -768.000000
-576.000000 -16.000000 256.000000
448.000000 -16.000000 256.000000
448.000000 -16.000000 -768.000000
-576.000000 -16.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 272.000000 -768.000000
448.000000 272.000000 -768.000000
448.000000 272.000000 -784.000000
-576.000000 272.000000 -784.000000
-576.000000 0.000000 -768.000000
448.000000 0.000000 -768.000000
448.000000 0.000000 -784.000000
-576.000000 0.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-576.000000 272.000000 272.000000
448.000000 272.000000 272.000000
448.000000 272.000000 256.000000
-576.000000 272.000000 256.000000
-576.000000 0.000000 272.000000
448.000000 0.000000 272.000000
448.000000 0.000000 256.000000
-576.000000 0.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
448.000000 272.000000 256.000000
464.000000 272.000000 256.000000
464.000000 272.000000 -768.000000
448.000000 272.000000 -768.000000
448.000000 0.000000 256.000000
464.000000 0.000000 256.000000
464.000000 0.000000 -768.000000
448.000000 0.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-592.000000 272.000000 256.000000
-576.000000 272.000000 256.000000
-576.000000 272.000000 -768.000000
-592.000000 272.000000 -768.000000
-592.000000 0.000000 256.000000
-576.000000 0.000000 256.000000
-576.000000 0.000000 -768.000000
-592.000000 0.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-592.000000 704.000000 256.000000
-576.000000 704.000000 256.000000
-576.000000 704.000000 -768.000000
-592.000000 704.000000 -768.000000
-592.000000 272.000000 256.000000
-576.000000 272.000000 256.000000
-576.000000 272.000000 -768.000000
-592.000000 272.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
448.000000 704.000000 256.000000
464.000000 704.000000 256.000000
464.000000 704.000000 -768.000000
448.000000 704.000000 -768.000000
448.000000 272.000000 256.000000
464.000000 272.000000 256.000000
464.000000 272.000000 -768.000000
448.000000 272.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 704.000000 -768.000000
448.000000 704.000000 -768.000000
448.000000 704.000000 -784.000000
-576.000000 704.000000 -784.000000
-576.000000 272.000000 -768.000000
448.000000 272.000000 -768.000000
448.000000 272.000000 -784.000000
-576.000000 272.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 704.000000 272.000000
448.000000 704.000000 272.000000
448.000000 704.000000 256.000000
-576.000000 704.000000 256.000000
-576.000000 272.000000 272.000000
448.000000 272.000000 272.000000
448.000000 272.000000 256.000000
-576.000000 272.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-576.000000 720.000000 256.000000
448.000000 720.000000 256.000000
448.000000 720.000000 -768.000000
-576.000000 720.000000 -768.000000
-576.000000 704.000000 256.000000
448.000000 704.000000 256.000000
448.000000 704.000000 -768.000000
-576.000000 704.000000 -768.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-128.000000 16.000000 -320.000000
0.000000 16.000000 -320.000000
0.000000 16.000000 -336.000000
-128.000000 16.000000 -336.000000
-128.000000 0.000000 -320.000000
0.000000 0.000000 -320.000000
0.000000 0.000000 -336.000000
-128.000000 0.000000 -336.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
0.000000 16.000000 -192.000000
16.000000 16.000000 -192.000000
16.000000 16.000000 -320.000000
0.000000 16.000000 -320.000000
0.000000 0.000000 -192.000000
16.000000 0.000000 -192.000000
16.000000 0.000000 -320.000000
0.000000 0.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-144.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
-128.000000 16.000000 -320.000000
-144.000000 16.000000 -320.000000
-144.000000 0.000000 -192.000000
-128.000000 0.000000 -192.000000
-128.000000 0.000000 -320.000000
-144.000000 0.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-128.000000 16.000000 -176.000000
0.000000 16.000000 -176.000000
0.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
-128.000000 0.000000 -176.000000
0.000000 0.000000 -176.000000
0.000000 0.000000 -192.000000
-128.000000 0.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
0.000000 16.000000 -176.000000
0.000000 0.000000 -192.000000
16.000000 16.000000 -192.000000
0.000000 0.000000 -176.000000
16.000000 0.000000 -192.000000
0.000000 16.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0x00000000
brush
vertices
-128.000000 0.000000 -176.000000
-128.000000 16.000000 -176.000000
-128.000000 16.000000 -192.000000
-144.000000 0.000000 -192.000000
-128.000000 0.000000 -192.000000
-144.000000 16.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0x00000000
brush
vertices
-144.000000 16.000000 -320.000000
-128.000000 16.000000 -320.000000
-128.000000 16.000000 -336.000000
-144.000000 0.000000 -320.000000
-128.000000 0.000000 -336.000000
-128.000000 0.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 1 5 0x00000000
brush
vertices
0.000000 16.000000 -320.000000
16.000000 16.000000 -320.000000
0.000000 0.000000 -336.000000
0.000000 0.000000 -320.000000
16.000000 0.000000 -320.000000
0.000000 16.000000 -336.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 3 0 5 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 4 2 5 0x00000000
brush
vertices
0.000000 704.000000 -192.000000
16.000000 704.000000 -192.000000
16.000000 704.000000 -320.000000
0.000000 704.000000 -320.000000
0.000000 16.000000 -192.000000
16.000000 16.000000 -192.000000
16.000000 16.000000 -320.000000
0.000000 16.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-144.000000 704.000000 -192.000000
-128.000000 704.000000 -192.000000
-128.000000 704.000000 -320.000000
-144.000000 704.000000 -320.000000
-144.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
-128.000000 16.000000 -320.000000
-144.000000 16.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-128.000000 704.000000 -320.000000
0.000000 704.000000 -320.000000
0.000000 704.000000 -336.000000
-128.000000 704.000000 -336.000000
-128.000000 16.000000 -320.000000
0.000000 16.000000 -320.000000
0.000000 16.000000 -336.000000
-128.000000 16.000000 -336.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-128.000000 704.000000 -176.000000
0.000000 704.000000 -176.000000
0.000000 704.000000 -192.000000
-128.000000 704.000000 -192.000000
-128.000000 16.000000 -176.000000
0.000000 16.000000 -176.000000
0.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
0.000000 704.000000 -176.000000
0.000000 16.000000 -192.000000
16.000000 704.000000 -192.000000
0.000000 16.000000 -176.000000
16.000000 16.000000 -192.000000
0.000000 704.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 1 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 2 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 0 3 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 3 0 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 1 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-128.000000 16.000000 -176.000000
-128.000000 704.000000 -176.000000
-128.000000 704.000000 -192.000000
-144.000000 16.000000 -192.000000
-128.000000 16.000000 -192.000000
-144.000000 704.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 0 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 1 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 4 3 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
-144.000000 704.000000 -320.000000
-128.000000 704.000000 -320.000000
-128.000000 704.000000 -336.000000
-144.000000 16.000000 -320.000000
-128.000000 16.000000 -336.000000
-128.000000 16.000000 -320.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 4 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 0 2 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 4 2 1 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
0.000000 704.000000 -320.000000
16.000000 704.000000 -320.000000
0.000000 16.000000 -336.000000
0.000000 16.000000 -320.000000
16.000000 16.000000 -320.000000
0.000000 704.000000 -336.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 3 4 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 3 0 5 0xff8f7d6a internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 4 2 5 0xff8f7d6a internal/editor/textures/editor_clip
brush
vertices
320.000000 16.000000 368.000000
448.000000 16.000000 368.000000
448.000000 16.000000 256.000000
320.000000 16.000000 256.000000
320.000000 0.000000 368.000000
448.000000 0.000000 368.000000
448.000000 0.000000 256.000000
320.000000 0.000000 256.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-448.000000 32.000000 -768.000000
-432.000000 32.000000 -768.000000
-432.000000 32.000000 -784.000000
-448.000000 32.000000 -784.000000
-448.000000 16.000000 -768.000000
-432.000000 16.000000 -768.000000
-432.000000 16.000000 -784.000000
-448.000000 16.000000 -784.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 -736.000000
Bool8 teamA 0
entity
type CameraPath
UInt32 entityIdAttachedTo 9
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type Effect
Vector3 position 0.000000 256.000000 0.000000
String64 effectName internal/misc/reflectionprobe
entity
type Target
Vector3 position 352.000000 256.000000 224.000000
Vector3 angles -135.000000 30.000000 0.000000
String32 name end
entity
type PlayerSpawn
Vector3 position -32.000000 0.000000 224.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 416.000000 0.000000 -256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 0.000000 -256.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 -256.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position -368.000000 0.000000 208.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 304.000000 0.000000 208.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 0.000000 -592.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -544.000000 0.000000 96.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -416.000000 0.000000 -736.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 288.000000 0.000000 -736.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 400.000000 0.000000 -544.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 416.000000 0.000000 112.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
|
f1df9a2f82f3b5256e62466e8be7bd8105960c8a | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/DEPENDENCIES/ch12_3.sce | 1bb93b8e6fa57693d56cc1caf891250a98f55bf5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 653 | sce | ch12_3.sce | clc
disp("Example 12.3")
printf("\n")
printf("Given")
disp("The system CBA is WYE connected")
disp("Effective line voltage is 120V")
disp("The three impedances are 20(-30 deg)")
Zmag=20;Zph=-30;
//Let maximum line voltage is Vmax
Vmax=120*sqrt(2)
//Let the line to neutral voltage magnitude be Vn
Vn=Vmax/sqrt(3)
//From fig 12.7(b)
//VAN=Vn(-90 deg)
//VBN=Vn(30 deg)
//VCN=Vn(150 deg)
//From figure 12.10
IAmag=Vn/Zmag
IAph=-90-Zph
printf("\nIA=%3.2f(%d deg)A\n",IAmag,IAph);
IBmag=Vn/Zmag
IBph=30-Zph
printf("\nIB=%3.2f(%d deg)A\n",IBmag,IBph);
ICmag=Vn/Zmag
ICph=150-Zph
printf("\nIC=%3.2f(%d deg)A\n",ICmag,ICph);
|
190d11b929c16d52188860e000a235ac695da847 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.0/macros/metanet/minicf.sci | 79b110c5a939d358cab18c9777e04dfa8d0ec9b8 | [
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 613 | sci | minicf.sci | function [c,f,v]=minicf(iv,g)
[lhs,rhs]=argn(0), if rhs==1 then g=the_g, end
is=find(g_ntype(g)==2), it=find(g_ntype(g)==1)
if prod(size(is)) <> 1 then
error('there must be one and only one source')
end
if prod(size(it)) <> 1 then
error('there must be one and only one sink')
end
verif=find(g_mincap(g)<>0)
if verif<>[] then error('minimum capacities must be equal to zero'), end
verif=find(g_maxcap(g)<0)
if verif<>[] then error('maximum capacities must be non negative'), end
verif=find(g_acost(g)<0)
if verif<>[] then error('costs must be non negative'), end
[v,f]=busack(is,it,iv,g)
c=g_acost(g)*f'
|
d37cf26f60e4159bb3a5c1e92ccc1a263cd513b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1823/CH2/EX2.11/SolEx2_11.sce | 64da4210e4cb3e69bc8e9edd4ad3d781fcf99d21 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 297 | sce | SolEx2_11.sce |
//Solved Example Ex2.11 page no 54
clear
clc
Rs=200//Ω
R1=200//Ω
Rl=50//kΩ
vs=400 //sin wt V
vth=(R1/(R1+Rs))*vs
printf("\n vth =%d sin wt V",vth)
Rth=((R1*Rs)/(R1+Rs))
printf("\n Rth =%d ohm",Rth)
id=-2*10^(-6)
Rl=Rl*(10^3)
vD=vth-(id)*(Rth+Rl)
printf("\n vD =%0.1f V",vD)
|
cfcfb9918bd3ee7cc608e75b205a991527ce2ea3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1535/CH9/EX9.5/Ch09Ex5.sci | 469123bba24d2d20297d4c6f0ea23ee21d149c73 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 585 | sci | Ch09Ex5.sci | // Scilab Code Ex9.5: Uncertainty principle for energy and time: Page-203 (2010)
e = 1.6e-019; // Energy equivalent of 1 eV, J/eV
h = 6.626e-034; // Planck's constant, Js
dt = 1e-008; // Uncertainty in time, s
h_bar = h/(2*%pi); // Reduced Planck's constant, Js
// From Heisenberg uncertainty principle,
// dE*dt = h_bar/2, solving for dE
dE = h_bar/(2*dt*e); // Uncertainty in energy of the excited state, m
printf("\nThe uncertainty in energy of the excited state = %4.2e eV", dE);
// Result
// The uncertainty in energy of the excited state = 3.30e-008 eV |
e21aa834572a48f92ef2eb4a8ddcc292cf6c2c73 | 194d4cafa290b2fdf3aa87e18ddadcfff70a70d8 | /ODE1.sce | b5b2b419de656a9113c0259c3c7e4ec7a79583f1 | [] | no_license | KomalT/tryout60 | cc43d4a5d96b5525e691a907c7ad8c7e61004a3c | ef4cc3e641a77c2cea565035cf033536d91e29ea | refs/heads/master | 2016-08-12T19:05:56.548794 | 2016-05-02T06:15:37 | 2016-05-02T06:15:37 | 55,436,025 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 412 | sce | ODE1.sce | clc;clear;
//euler
t=0:.1:10;
T=100;
t=0;
Z=[T,t]
for i=1:1:100
T(i+1)=T(i)+0.1*(-0.3*(T(i)-50)^1.25)
end
disp(T(101));
//rk
t=0:.1:10;
T0=100;
t0=0;
function ydot=f(t,y)
ydot=-.3*(y-50)^1.25
endfunction
[y]=ode(T0,t0,t,f);
disp(y)
//analytical
function T1=f2(t)
T1=50+(.075*t+.37605)^(-4)
endfunction
for i=1:1:101
T1(i)=f2(t(i));
Diff(i)=T1(i)-y(i);
end
disp(Diff)
|
4c9b8c46cd2a418c7eb65189409c0190882993b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1793/CH11/EX11.10/11Q10.sce | fbb4fad5c8106cd09967b9dfe752f2f378e51d08 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 317 | sce | 11Q10.sce | clc
To=3000 // lb/ft^2
eo=1.1
e1=0.9
e=eo-e1
ea=(eo+e1)/2
T1=3000 // lb/ft^2
T=1 // in
t = 2 // min
m=(e/T1)/(1+ea)
U=50
Tv=0.197
Gw=62.4 //lb/ft^3
Cv=Tv*(T/(2*12)^2)/t
k=Cv*m*Gw *10^7
printf('a)k = %f x10^-7 ft/min\n',k)
U=60
Tv=0.286
H=6
t60=Tv*H^2/(Cv*60*24)
printf(' b)t60 =%f days',t60)
|
e58c55633b0ad23377c48770547051cf9e3f0b98 | e806e966b06a53388fb300d89534354b222c2cad | /macros/detectSURFFeatures.sci | 1ee73951efc637e246dae27f3b5d0210d579ad19 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,894 | sci | detectSURFFeatures.sci | function [varargout] = detectSURFFeatures(image, varargin)
// This function is used to detect SURF(Speeded Up Robust Features) Features in a grayscale Image.
//
// Calling Sequence
// result = detectSURFFeatures(Image);
// result = detectSURFFeatures(Image, Name, Value, ...)
//
// Parameters
// result: SURFPoints struct which contains Location of KeyPoints, Orientation, Metric, SignOfLaplacian, Scale and Count of the features.
// Image : Input image, specified as a A-by-N 2D grayscale.
// MetricThreshold : (Optional) With default value equal to 1000, it is to be specified as a scalar. Every interest point detected has a strength associated with it. In case, only the stronget ones are needed, this parameter has to be given a larger value. To get more no of interest points/blobs, it is to be reduced.
// NumOctaves : (Optional)With default value equal to 3, it is to be specified as a scalar. Larger the number of octaves, larger is the size of blobs detected. This is because higher octave use large sized filters. Value must be an integer scalar in between 1 and 4.
// NumScaleLevels : (Optional)With default value equal to 4, it is to be specified as a scalar. It denotes the number of scale level for each octave. The Value must be an integer scalar greater than or equal to 3.
// ROI : (Optional) Region Of Interest. This is taken as a vector [u v width height]. When specified, the function detects the key points within region of area width*height with u and v being the top left corner coordinates.
// Description
// This function return the SURF(Speeded Up Robust Features) Interest Points for a 2D Grayscale image. It is scale- and rotation- invariant point detector and descriptor and its application include Camera Calibration, 3D Reconstruction, Object Recognition to name a few.
//
// Examples
// image = imread('sample.jpg');
// results = detectSURFFeatures(image);
//
// Authors
// Shashank Shekhar
image_list = mattolist(image);
[ lhs, rhs ] = argn(0)
if rhs > 9 then
error(msprintf("Too many input arguments"))
end
if lhs > 1 then
error(msprintf("Not enough input arguments"))
end
select rhs
case 1 then
[a b c d e f] = ocv_detectSURFFeatures(image_list)
case 3 then
[a b c d e f] = ocv_detectSURFFeatures(image_list, varargin(1), varargin(2))
case 5 then
[a b c d e f] = ocv_detectSURFFeatures(image_list, varargin(1), varargin(2), varargin(3), varargin(4))
case 7 then
[a b c d e f] = ocv_detectSURFFeatures(image_list, varargin(1), varargin(2), varargin(3), varargin(4), varargin(5), varargin(6))
case 9 then
[a b c d e f] = ocv_detectSURFFeatures(image_list, varargin(1), varargin(2), varargin(3), varargin(4), varargin(5), varargin(6), varargin(7), varargin(8))
end
varargout(1) = struct('KeyPoints', a, 'Orientation', b, 'Metric', c ,'SignOfLaplacian', d,'Scale', e, 'Count', f );
endfunction |
e737a24eba417011eac288a67bb72a70a286a7b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3830/CH1/EX4.1/Ex4_1.sce | 25e2728827ba78e649274e2cc921c9296ff615df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 434 | sce | Ex4_1.sce | // Exa 4.1
clc;
clear;
// Given
// An oscilloscope
R = 400; // Resistance(k Ohms)
C = 0.025; // capacitance(micro Farad)
T = 0.4; // Time period of saw-tooth output waveform(msec)
// Solution
printf(' The percentage of non linearity i.e deviation in output can be given as t/(4*R*C)\n ');
PD = (T*10^-3)/(4*R*10^3*C*10^-6) ;
printf(' Therefore, by calculation, percent deviation = %d percent \n ',PD*100);
|
673ca8b5d3c404b22e925f67f44651bf676bb33e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH13/EX13.14/13_14.sce | 80f611478a15a6751ca369b9ccde7ecaa4add168 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,244 | sce | 13_14.sce | //Flying bomber
//refer fig. 13.20
h=2400 //m
//Let the time required for bomb to reach ground be t seconds
//then
t=sqrt((2400*2)/(9.81)) //sec
u=(1000*1000)/(60*60) //m/sec
//Horizontal distance moved by bomb d
d=u*t //m
//muzzle velocity=600 m/sec
//velocity of projection u=600 m/sec
//alpha=60 degree
//shell has to hit the bomber at height h=2400 m
//let time required for the shell to rise to this height be t1
//then
//t1=110.370 sec or 4.433 sec
//when t1=110.370 sec
//horizontal distance moved by the shell=600*cosd(60)*110.370 m
//distance moved by plane during this period=30658.58 m
//the gun must fire the shell when the bomber is at a distance=33111+30658.58 m
//when t1=4.839 sec
//horizontal distance moved by the shell=1331.70 m
//distance moved by plane during this period=1233.07 m
//the gun must fire the shell when the bomber is at a distance=2564.77 m
printf("\nThe bomb should be released when the bomber is %.2f m away from the target",d)
printf("\nWhen the shell is fired at a distance of 63769.58 m, it will hit the plane in its downward motion.")
printf("\nIf the shell is fired when the bomber is at a distance of 2795.87 m, then it will hit the bomber during its upward motion")
|
d276631ee5e64a0e2c947db16e6091a456bc1438 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH15/EX15.19/15_19.sce | 92732a7f52794480a5255edd4b64f4f34f059f8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 625 | sce | 15_19.sce | //Example 15.19
//Runge Kutta Fehlberg Method
//Page no. 535
clc;clear;close;
deff('y=f(x,y)','y=x-y')
y=1;x=1;h=0.1;
K1=h*f(x,y);
K2=h*f(x+h/4,y+K1/4);
K3=h*f(x+3*h/8,y+3*(K1+3*K2)/32);
K4=h*f(x+12*h/13,y+1932*K1/2197-7200*K2/2197+7296*K3/2197);
K5=h*f(x+h,y+439*K1/216-8*K2+3680*K3/513-845*K4/4104)
K6=h*f(x+h/2,y-8*K1/27+2*K2-3544*K3/2565+1859*K4/4104-11*K5/40)
disp(K6,'K6 =',K5,'K5 =',K4,'K4 =',K3,'K3 =',K2,'K2 =',K1,'K1 =')
y1=y+(25*K1/216+1408*K3/2565+2197*K4/4104-K5/5)
y11=y+(16*K1/135+6656*K3/12825+28561*K4/56430-9*K5/50+2*K6/55)
printf('\ny(1.1) = %.9f\n\n',y1)
printf('\ny~(1.1) = %.9f\n\n',y11) |
e13bd09766d50c6135b5b9dd7c498320c211e79b | 0225f07f11230da9818e159324b578abd0a88cec | /AT24-Timer/AT24-Timer.tst | 79a1e28f03e710daae7751e4e135e6b6091b6801 | [] | no_license | zzzmarikzzz/eagle | a57ac554d1bea0f07d6d9c3a9494dd59a73beb3a | 13374a4fcb5c181b1047f207df8618054ec5ee2a | refs/heads/master | 2021-01-18T15:09:34.371046 | 2020-06-21T20:29:00 | 2020-06-21T20:29:00 | 54,958,216 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,196 | tst | AT24-Timer.tst | G75*
%MOIN*%
%OFA0B0*%
%FSLAX24Y24*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10C,0.0100*%
%ADD11C,0.0320*%
%ADD12C,0.0000*%
%ADD13C,0.0316*%
%ADD14C,0.0840*%
%ADD15C,0.0870*%
%ADD16OC8,0.0720*%
%ADD17C,0.0720*%
%ADD18C,0.1080*%
%ADD19C,0.0480*%
%ADD20C,0.0794*%
%ADD21C,0.1380*%
%ADD22C,0.0720*%
%ADD23C,0.1080*%
%ADD24C,0.0714*%
%ADD25C,0.0753*%
D10*
X000201Y000880D02*
X000201Y019384D01*
X039571Y019384D01*
X039571Y000880D01*
X000201Y000880D01*
D11*
X003726Y000505D02*
X003728Y000525D01*
X003734Y000543D01*
X003743Y000561D01*
X003755Y000576D01*
X003770Y000588D01*
X003788Y000597D01*
X003806Y000603D01*
X003826Y000605D01*
X003846Y000603D01*
X003864Y000597D01*
X003882Y000588D01*
X003897Y000576D01*
X003909Y000561D01*
X003918Y000543D01*
X003924Y000525D01*
X003926Y000505D01*
X003924Y000485D01*
X003918Y000467D01*
X003909Y000449D01*
X003897Y000434D01*
X003882Y000422D01*
X003864Y000413D01*
X003846Y000407D01*
X003826Y000405D01*
X003806Y000407D01*
X003788Y000413D01*
X003770Y000422D01*
X003755Y000434D01*
X003743Y000449D01*
X003734Y000467D01*
X003728Y000485D01*
X003726Y000505D01*
X038851Y000505D02*
X038853Y000525D01*
X038859Y000543D01*
X038868Y000561D01*
X038880Y000576D01*
X038895Y000588D01*
X038913Y000597D01*
X038931Y000603D01*
X038951Y000605D01*
X038971Y000603D01*
X038989Y000597D01*
X039007Y000588D01*
X039022Y000576D01*
X039034Y000561D01*
X039043Y000543D01*
X039049Y000525D01*
X039051Y000505D01*
X039049Y000485D01*
X039043Y000467D01*
X039034Y000449D01*
X039022Y000434D01*
X039007Y000422D01*
X038989Y000413D01*
X038971Y000407D01*
X038951Y000405D01*
X038931Y000407D01*
X038913Y000413D01*
X038895Y000422D01*
X038880Y000434D01*
X038868Y000449D01*
X038859Y000467D01*
X038853Y000485D01*
X038851Y000505D01*
X010601Y019880D02*
X010603Y019900D01*
X010609Y019918D01*
X010618Y019936D01*
X010630Y019951D01*
X010645Y019963D01*
X010663Y019972D01*
X010681Y019978D01*
X010701Y019980D01*
X010721Y019978D01*
X010739Y019972D01*
X010757Y019963D01*
X010772Y019951D01*
X010784Y019936D01*
X010793Y019918D01*
X010799Y019900D01*
X010801Y019880D01*
X010799Y019860D01*
X010793Y019842D01*
X010784Y019824D01*
X010772Y019809D01*
X010757Y019797D01*
X010739Y019788D01*
X010721Y019782D01*
X010701Y019780D01*
X010681Y019782D01*
X010663Y019788D01*
X010645Y019797D01*
X010630Y019809D01*
X010618Y019824D01*
X010609Y019842D01*
X010603Y019860D01*
X010601Y019880D01*
D12*
X010583Y019880D02*
X010585Y019901D01*
X010591Y019921D01*
X010600Y019941D01*
X010612Y019958D01*
X010627Y019972D01*
X010645Y019984D01*
X010665Y019992D01*
X010685Y019997D01*
X010706Y019998D01*
X010727Y019995D01*
X010747Y019989D01*
X010766Y019978D01*
X010783Y019965D01*
X010796Y019949D01*
X010807Y019931D01*
X010815Y019911D01*
X010819Y019891D01*
X010819Y019869D01*
X010815Y019849D01*
X010807Y019829D01*
X010796Y019811D01*
X010783Y019795D01*
X010766Y019782D01*
X010747Y019771D01*
X010727Y019765D01*
X010706Y019762D01*
X010685Y019763D01*
X010665Y019768D01*
X010645Y019776D01*
X010627Y019788D01*
X010612Y019802D01*
X010600Y019819D01*
X010591Y019839D01*
X010585Y019859D01*
X010583Y019880D01*
X007626Y018255D02*
X007628Y018283D01*
X007634Y018310D01*
X007643Y018336D01*
X007656Y018361D01*
X007673Y018384D01*
X007692Y018404D01*
X007714Y018421D01*
X007738Y018435D01*
X007764Y018445D01*
X007791Y018452D01*
X007819Y018455D01*
X007847Y018454D01*
X007874Y018449D01*
X007901Y018440D01*
X007926Y018428D01*
X007949Y018413D01*
X007970Y018394D01*
X007988Y018373D01*
X008003Y018349D01*
X008014Y018323D01*
X008022Y018297D01*
X008026Y018269D01*
X008026Y018241D01*
X008022Y018213D01*
X008014Y018187D01*
X008003Y018161D01*
X007988Y018137D01*
X007970Y018116D01*
X007949Y018097D01*
X007926Y018082D01*
X007901Y018070D01*
X007874Y018061D01*
X007847Y018056D01*
X007819Y018055D01*
X007791Y018058D01*
X007764Y018065D01*
X007738Y018075D01*
X007714Y018089D01*
X007692Y018106D01*
X007673Y018126D01*
X007656Y018149D01*
X007643Y018174D01*
X007634Y018200D01*
X007628Y018227D01*
X007626Y018255D01*
X003626Y018255D02*
X003628Y018283D01*
X003634Y018310D01*
X003643Y018336D01*
X003656Y018361D01*
X003673Y018384D01*
X003692Y018404D01*
X003714Y018421D01*
X003738Y018435D01*
X003764Y018445D01*
X003791Y018452D01*
X003819Y018455D01*
X003847Y018454D01*
X003874Y018449D01*
X003901Y018440D01*
X003926Y018428D01*
X003949Y018413D01*
X003970Y018394D01*
X003988Y018373D01*
X004003Y018349D01*
X004014Y018323D01*
X004022Y018297D01*
X004026Y018269D01*
X004026Y018241D01*
X004022Y018213D01*
X004014Y018187D01*
X004003Y018161D01*
X003988Y018137D01*
X003970Y018116D01*
X003949Y018097D01*
X003926Y018082D01*
X003901Y018070D01*
X003874Y018061D01*
X003847Y018056D01*
X003819Y018055D01*
X003791Y018058D01*
X003764Y018065D01*
X003738Y018075D01*
X003714Y018089D01*
X003692Y018106D01*
X003673Y018126D01*
X003656Y018149D01*
X003643Y018174D01*
X003634Y018200D01*
X003628Y018227D01*
X003626Y018255D01*
X030301Y002980D02*
X030303Y003030D01*
X030309Y003080D01*
X030319Y003130D01*
X030332Y003178D01*
X030349Y003226D01*
X030370Y003272D01*
X030394Y003316D01*
X030422Y003358D01*
X030453Y003398D01*
X030487Y003435D01*
X030524Y003470D01*
X030563Y003501D01*
X030604Y003530D01*
X030648Y003555D01*
X030694Y003577D01*
X030741Y003595D01*
X030789Y003609D01*
X030838Y003620D01*
X030888Y003627D01*
X030938Y003630D01*
X030989Y003629D01*
X031039Y003624D01*
X031089Y003615D01*
X031137Y003603D01*
X031185Y003586D01*
X031231Y003566D01*
X031276Y003543D01*
X031319Y003516D01*
X031359Y003486D01*
X031397Y003453D01*
X031432Y003417D01*
X031465Y003378D01*
X031494Y003337D01*
X031520Y003294D01*
X031543Y003249D01*
X031562Y003202D01*
X031577Y003154D01*
X031589Y003105D01*
X031597Y003055D01*
X031601Y003005D01*
X031601Y002955D01*
X031597Y002905D01*
X031589Y002855D01*
X031577Y002806D01*
X031562Y002758D01*
X031543Y002711D01*
X031520Y002666D01*
X031494Y002623D01*
X031465Y002582D01*
X031432Y002543D01*
X031397Y002507D01*
X031359Y002474D01*
X031319Y002444D01*
X031276Y002417D01*
X031231Y002394D01*
X031185Y002374D01*
X031137Y002357D01*
X031089Y002345D01*
X031039Y002336D01*
X030989Y002331D01*
X030938Y002330D01*
X030888Y002333D01*
X030838Y002340D01*
X030789Y002351D01*
X030741Y002365D01*
X030694Y002383D01*
X030648Y002405D01*
X030604Y002430D01*
X030563Y002459D01*
X030524Y002490D01*
X030487Y002525D01*
X030453Y002562D01*
X030422Y002602D01*
X030394Y002644D01*
X030370Y002688D01*
X030349Y002734D01*
X030332Y002782D01*
X030319Y002830D01*
X030309Y002880D01*
X030303Y002930D01*
X030301Y002980D01*
X038833Y000505D02*
X038835Y000526D01*
X038841Y000546D01*
X038850Y000566D01*
X038862Y000583D01*
X038877Y000597D01*
X038895Y000609D01*
X038915Y000617D01*
X038935Y000622D01*
X038956Y000623D01*
X038977Y000620D01*
X038997Y000614D01*
X039016Y000603D01*
X039033Y000590D01*
X039046Y000574D01*
X039057Y000556D01*
X039065Y000536D01*
X039069Y000516D01*
X039069Y000494D01*
X039065Y000474D01*
X039057Y000454D01*
X039046Y000436D01*
X039033Y000420D01*
X039016Y000407D01*
X038997Y000396D01*
X038977Y000390D01*
X038956Y000387D01*
X038935Y000388D01*
X038915Y000393D01*
X038895Y000401D01*
X038877Y000413D01*
X038862Y000427D01*
X038850Y000444D01*
X038841Y000464D01*
X038835Y000484D01*
X038833Y000505D01*
X003708Y000505D02*
X003710Y000526D01*
X003716Y000546D01*
X003725Y000566D01*
X003737Y000583D01*
X003752Y000597D01*
X003770Y000609D01*
X003790Y000617D01*
X003810Y000622D01*
X003831Y000623D01*
X003852Y000620D01*
X003872Y000614D01*
X003891Y000603D01*
X003908Y000590D01*
X003921Y000574D01*
X003932Y000556D01*
X003940Y000536D01*
X003944Y000516D01*
X003944Y000494D01*
X003940Y000474D01*
X003932Y000454D01*
X003921Y000436D01*
X003908Y000420D01*
X003891Y000407D01*
X003872Y000396D01*
X003852Y000390D01*
X003831Y000387D01*
X003810Y000388D01*
X003790Y000393D01*
X003770Y000401D01*
X003752Y000413D01*
X003737Y000427D01*
X003725Y000444D01*
X003716Y000464D01*
X003710Y000484D01*
X003708Y000505D01*
D13*
X003826Y000505D03*
X038951Y000505D03*
X010701Y019880D03*
D14*
X016769Y011635D02*
X016769Y010875D01*
X017769Y010875D02*
X017769Y011635D01*
X018769Y011635D02*
X018769Y010875D01*
X019769Y010875D02*
X019769Y011635D01*
X020769Y011635D02*
X020769Y010875D01*
X021769Y010875D02*
X021769Y011635D01*
X021769Y007635D02*
X021769Y006875D01*
X020769Y006875D02*
X020769Y007635D01*
X019769Y007635D02*
X019769Y006875D01*
X018769Y006875D02*
X018769Y007635D01*
X017769Y007635D02*
X017769Y006875D01*
X016769Y006875D02*
X016769Y007635D01*
X029951Y009500D02*
X029951Y010260D01*
X030951Y010260D02*
X030951Y009500D01*
X031951Y009500D02*
X031951Y010260D01*
D15*
X035342Y014860D02*
X035342Y015650D01*
X037310Y015650D02*
X037310Y014860D01*
X037310Y005400D02*
X037310Y004610D01*
X035342Y004610D02*
X035342Y005400D01*
X003195Y014013D02*
X002405Y014013D01*
X002405Y015981D02*
X003195Y015981D01*
D16*
X006576Y015630D03*
X006576Y014630D03*
X007036Y013907D03*
X030951Y014380D03*
X030951Y015380D03*
X030951Y018380D03*
X030951Y011380D03*
X033701Y007255D03*
X036701Y007255D03*
D17*
X021326Y016055D03*
X021326Y017955D03*
X007836Y013907D03*
X005201Y006755D03*
X005201Y005755D03*
D18*
X005701Y004018D02*
X004701Y004018D01*
X004701Y011892D02*
X005701Y011892D01*
D19*
X003826Y018255D03*
X007826Y018255D03*
D20*
X014565Y004266D02*
X015278Y004266D01*
X017124Y004266D02*
X017837Y004266D01*
X020440Y004266D02*
X021153Y004266D01*
X022999Y004266D02*
X023712Y004266D01*
X023712Y002494D02*
X022999Y002494D01*
X021153Y002494D02*
X020440Y002494D01*
X017837Y002494D02*
X017124Y002494D01*
X015278Y002494D02*
X014565Y002494D01*
D21*
X030951Y002980D03*
D22*
X029341Y015755D02*
X028701Y015755D01*
X028701Y016755D02*
X029341Y016755D01*
X029341Y017755D02*
X028701Y017755D01*
X025701Y017755D02*
X025061Y017755D01*
X025061Y016755D02*
X025701Y016755D01*
X025701Y015755D02*
X025061Y015755D01*
D23*
X033076Y017455D03*
X036201Y012755D03*
X033076Y011555D03*
X036201Y008755D03*
D24*
X027576Y009380D03*
X027201Y011130D03*
X026326Y011755D03*
X022701Y012755D03*
X022701Y014755D03*
X015326Y014880D03*
X014451Y014880D03*
X013576Y014880D03*
X010576Y015130D03*
X009826Y014380D03*
X005451Y013505D03*
X007326Y011880D03*
X009826Y011255D03*
X010576Y011880D03*
X011144Y010004D03*
X013894Y006130D03*
X024519Y005880D03*
X025769Y005880D03*
X005451Y016380D03*
X008451Y016755D03*
X008701Y018005D03*
X009701Y018630D03*
D25*
X001701Y017880D03*
X011826Y006880D03*
X012701Y006505D03*
X019201Y003380D03*
X001701Y002380D03*
X038201Y002380D03*
X038201Y017880D03*
M02*
|
45af1b229f4df28a1208777eeed8d863bed35e5f | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/TD78LPW/ATWM1_Working_Memory_MRI_TD78LPW/ATWM1_Working_Memory_MRI_Salient_Uncued_Run1.sce | b3b763b91c7b7b7201c791f69868dbb8ec348fbf | [] | 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 | 12,235 | sce | ATWM1_Working_Memory_MRI_Salient_Uncued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_salient_uncued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
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;
# 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 = 9400;
mri_pulse = 1;
code = "BaselinePre";
#port_code = 1;
};
TEMPLATE "ATWM1_Working_Memory_MRI.tem" {
trigger_volume_encoding trigger_volume_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;
6 11 292 292 399 125 9543 2992 12342 fixation_cross gabor_178 gabor_019 gabor_163 gabor_136 gabor_178 gabor_019_alt gabor_163 gabor_136_alt "1_1_Encoding_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_178_019_163_136_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_089_framed blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
19 24 292 292 399 125 9543 2992 14342 fixation_cross gabor_011 gabor_141 gabor_028 gabor_160 gabor_011_alt gabor_141 gabor_028_alt gabor_160 "1_2_Encoding_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_011_141_028_160_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_028_framed gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
33 38 292 292 399 125 9543 2992 14342 fixation_cross gabor_098 gabor_165 gabor_011 gabor_031 gabor_098_alt gabor_165_alt gabor_011 gabor_031 "1_3_Encoding_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_098_165_011_031_target_position_1_2_retrieval_position_2" gabor_circ gabor_165_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
47 52 292 292 399 125 9543 2992 12342 fixation_cross gabor_141 gabor_070 gabor_051 gabor_027 gabor_141_alt gabor_070_alt gabor_051 gabor_027 "1_4_Encoding_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_141_070_051_027_target_position_1_2_retrieval_position_2" gabor_circ gabor_070_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_070_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
60 66 292 292 399 125 11543 2992 14342 fixation_cross gabor_043 gabor_018 gabor_104 gabor_129 gabor_043_alt gabor_018_alt gabor_104 gabor_129 "1_5_Encoding_Working_Memory_MRI_P4_LR_Salient_NoChange_UncuedRetriev_300_300_399_11601_3000_14400_gabor_patch_orientation_043_018_104_129_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_104_framed gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MRI_P4_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_104_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
75 81 292 292 399 125 11543 2992 14342 fixation_cross gabor_068 gabor_019 gabor_178 gabor_131 gabor_068 gabor_019_alt gabor_178_alt gabor_131 "1_6_Encoding_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_068_019_178_131_target_position_2_3_retrieval_position_2" gabor_circ gabor_156_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
90 96 292 292 399 125 11543 2992 14342 fixation_cross gabor_172 gabor_113 gabor_066 gabor_131 gabor_172_alt gabor_113 gabor_066 gabor_131_alt "1_7_Encoding_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_172_113_066_131_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_084_framed blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
105 111 292 292 399 125 11543 2992 14342 fixation_cross gabor_027 gabor_110 gabor_043 gabor_178 gabor_027_alt gabor_110 gabor_043_alt gabor_178 "1_8_Encoding_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_027_110_043_178_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_043_framed gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_043_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
120 126 292 292 399 125 11543 2992 12342 fixation_cross gabor_021 gabor_147 gabor_058 gabor_038 gabor_021_alt gabor_147_alt gabor_058 gabor_038 "1_9_Encoding_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_021_147_058_038_target_position_1_2_retrieval_position_2" gabor_circ gabor_100_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
134 139 292 292 399 125 9543 2992 14342 fixation_cross gabor_111 gabor_163 gabor_040 gabor_057 gabor_111 gabor_163_alt gabor_040 gabor_057_alt "1_10_Encoding_Working_Memory_MRI_P4_LR_Salient_NoChange_UncuedRetriev_300_300_399_9601_3000_14400_gabor_patch_orientation_111_163_040_057_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_040_framed gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MRI_P4_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_040_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
148 154 292 292 399 125 11543 2992 12342 fixation_cross gabor_042 gabor_124 gabor_150 gabor_106 gabor_042_alt gabor_124 gabor_150 gabor_106_alt "1_11_Encoding_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_042_124_150_106_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_061_framed blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_061_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
162 167 292 292 399 125 9543 2992 14342 fixation_cross gabor_171 gabor_022 gabor_101 gabor_138 gabor_171_alt gabor_022 gabor_101 gabor_138_alt "1_12_Encoding_Working_Memory_MRI_P4_LR_Salient_DoChange_UncuedRetriev_300_300_399_9601_3000_14400_gabor_patch_orientation_171_022_101_138_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_052_framed gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MRI_P4_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_052_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
176 181 292 292 399 125 9543 2992 12342 fixation_cross gabor_018 gabor_049 gabor_106 gabor_033 gabor_018 gabor_049_alt gabor_106 gabor_033_alt "1_13_Encoding_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_018_049_106_033_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_033_framed blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_033_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
189 194 292 292 399 125 9543 2992 12342 fixation_cross gabor_169 gabor_002 gabor_034 gabor_113 gabor_169 gabor_002 gabor_034_alt gabor_113_alt "1_14_Encoding_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_169_002_034_113_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_034_framed gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MRI_P4_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96;
202 208 292 292 399 125 11543 2992 12342 fixation_cross gabor_028 gabor_093 gabor_072 gabor_157 gabor_028 gabor_093_alt gabor_072_alt gabor_157 "1_15_Encoding_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_028_093_072_157_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_118_framed gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MRI_P4_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_3" 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 = 20600;
code = "BaselinePost";
#port_code = 2;
}; |
721a80170f7a1a578ddc592560964bca876eed12 | 9733f939913e963ec556f5f89248dacb75801a8d | /scilab/divbzeroconstruction2-3d.sci | d8b5c19d6e829cf6954983dd716cd265b24485ae | [] | no_license | mikeg64/solar | 4546c0182bb7f7cde21bc7f102e659ff7a488ad8 | 46ab043441a4f2523daa7cfaf5008c959f61d7d6 | refs/heads/master | 2023-08-22T04:29:33.974673 | 2023-08-19T09:19:40 | 2023-08-19T09:19:40 | 17,345,330 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,049 | sci | divbzeroconstruction2-3d.sci |
exec('../vtk/vacscalar2vtk3d.sce',-1)
m=.05; //m=%pi.*a.^2.*I/c ring current I radius a
len=0.1;
b0=1.0; //1kG
bz0=15/1000; //G
wid=1.1;
shift=0.0;
Z0=3.1
bmag3=zeros(size(x'),size(y'),size(z'));
bx3=zeros(size(x'),size(y'),size(z'));
by3=zeros(size(x'),size(y'),size(z'));
bz3=zeros(size(x'),size(y'),size(z'));
x=0.1:0.1:2.0;
y=0.1:0.1:3.0;
z=0.1:0.1:2;
x=x-shift;
y=y-shift;
for i=1:size(x')
for j=1:size(y')
for k=1:size(z')
r=sqrt(x(i)^2+y(j)^2);
g=(-exp(-z(k))-z(k));
f=r^2.*(-wid.*exp(-z(k))-z(k));
br=0.5*b0.*r.*exp(f);
bz=b0.*exp(f)+bz0;
bthe=0;
bmag=sqrt(br*br+bz*bz);
bx=br*x(i)/r;
by=br*y(j)/r;
bmag3(i,j,k)=bmag;
bx3(i,j,k)=bx;
by3(i,j,k)=by;
bz3(i,j,k)=bz;
end
end
end
//vacscalar2vtk3d( pict,wd,xx,yy,zz,field,vecsize,filename,directory )
field=0
vecsize=0
vacscalar2vtk3d( 1,bmag3,x',y',z',field,vecsize,'tests','.' )
|
f857691f004b61bf54cf23f82cb447c3295f1e0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3793/CH6/EX6.3/exp_6_3.sce | 52097172a29e1ea620f79c471bd16e69c279fc63 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 500 | sce | exp_6_3.sce | clear;
clc;
y12=complex(.0059,-.0235);
y14=complex(.0055,-.0183);
y23=complex(.0077,-.0385);
y24=complex(.0240,-.0320);
y34=complex(.0100,-.0300);
y40=complex(.0100,-.0200);
Y11=y12+y14;
Y22=y12+y23+y24;
Y33=y23+y34;
Y44=y14+y24+y34+y40;
Y13=0;
Y31=0;
Y12=-y12;
Y21=-y12;
Y14=-y14;
Y41=-y14;
Y23=-y23;
Y32=-y23;
Y24=-y24;
Y42=-y24;
Y34=-y34;
Y43=-y34;
Yb=[Y11 Y12 Y13 Y14; Y21 Y22 Y23 Y24; Y31 Y32 Y33 Y34; Y41 Y42 Y43 Y44];
mprintf(" Ybus matrix is\n");
disp(Yb);
|
3a42ae6c8748c842f4465831f608ff756b7eb781 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH25/EX25.12/ex25_12.sce | 7e0256a7506ddf9392ca862dc797c22ed6458504 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 341 | sce | ex25_12.sce | clc;
m=1000; //mass of H2
fh=2.02; //formula mass of hydrogen
fo=32.00; //formula mass of oxygen
disp((m/fh),"Moles of H2 = "); //displaying result
disp((m/fo),"MOles of O2 = "); //displaying result
mass=62.5*18.02; //mass
disp(mass,"Mass of H2O = "); //displaying result
disp(432.5*2.02,"Mass of H2 = "); //displaying result |
2500b847259886370b78f599bef6c198f3d3cf78 | 05d972abeab11d213913aa6124e6a2104d859132 | /etc/McpImmedShutdown.tst | 62ce3861b389741c8ce9a7c69aa7235446adc39e | [] | no_license | LivTel/sdb_puller | 50ac8289d57c4927245ca70c4809cf2b9c807e82 | 9e573ee4d20035f846cb010a02099b9a25dc4e76 | refs/heads/master | 2022-06-24T04:59:10.771334 | 2019-12-18T19:10:47 | 2019-12-18T19:10:47 | 179,494,067 | 0 | 0 | null | 2020-07-01T23:30:44 | 2019-04-04T12:34:54 | C | UTF-8 | Scilab | false | false | 39 | tst | McpImmedShutdown.tst | sysreq, MCP_SYSREQ_REQ_IMMED_SHUTDOWN
|
afaef1ff8d3f0f53fff5eede632e466557d5b216 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2414/CH6/EX6.9/Ex6_9.sce | 1d4f1dc4b79a1bada670e1eaf5445292203a27e6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 255 | sce | Ex6_9.sce | clc;
close();
//page no 200
//prob no. 6.9
//All voltage in V
m=0.6; //modulation factor
A=100; //peak carrier level (in V)
Vmax=A*(1+m);
Vmin=A*(1-m);
disp(Vmin,'Vmin:',Vmax,'Vmax:','The maximum and minimum values of positive envelope is')
|
a50e26aa9a3419bd58b3ef46cd5380779192ee78 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3768/CH12/EX12.9/Ex12_9.sce | 7dbb272b9149a30670ea8ebaa2e9302fc08c7ee5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 283 | sce | Ex12_9.sce | //Example number 12.9, Page number 266
clc;clear;
close;
//Variable declaration
n2=1.3; //Cladding refractive index
delta=0.140; //fractional index change
//Calculation
n1=n2/(1-delta); //Core refractive index
//Result
printf("refractive index of core is %.2f",n1)
|
41d52dfd645cc3478198bb4eecc93aebd2667763 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH12/EX12.4/Ex12_4.sce | 6f9d0a9da47d6c3df1d4b89c6ae5ca82799f454c | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 747 | sce | Ex12_4.sce | // Variable declaration
A = [0.99,1.19,0.79,0.95,0.90]
B = [1.11,1.53,1.37,1.24,1.42]
C = [0.83,0.68,0.94,0.86,0.57]
n = 5
alpha = 0.05
// Calculation
t_thr = 2.179 // t(0.025) at dof = 12
S_sq = 0.0234
BA_lower = mean(B)-mean(A) - t_thr*sqrt(S_sq*(1.0/n + 1.0/n))
BA_upper = mean(B)-mean(A) + t_thr*sqrt(S_sq*(1.0/n + 1.0/n))
BC_lower = mean(B)-mean(C) - t_thr*sqrt(S_sq*(1.0/n + 1.0/n))
BC_upper = mean(B)-mean(C) + t_thr*sqrt(S_sq*(1.0/n + 1.0/n))
AC_lower = mean(A)-mean(C) - t_thr*sqrt(S_sq*(1.0/n + 1.0/n))
AC_upper = mean(A)-mean(C) + t_thr*sqrt(S_sq*(1.0/n + 1.0/n))
// Result
printf ( "MD-ED: ( %.3f , %.3f)",BA_lower,BA_upper)
printf ( "MD-PF: ( %.3f , %.3f)",BC_lower,BC_upper)
printf ( "ED-PF: ( %.3f , %.3f)",AC_lower,AC_upper)
|
8bd9cc51640b6afc3bdbcbd60b459d6f1e821c24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH7/EX7.1/7_1.sce | d225860213db34cada5e97b512cb0226401e5608 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 295 | sce | 7_1.sce | //clc();
clear;
//To determine matter wave energy
V=3*10^3; //velocity of matter wave in m/s
lambda=600*10^-9; //wavelength in m
h=6.6*10^-34; //planck's constant in Js
E=(h*V)/lambda;
printf("matter wave energy in J is");
disp(E);
//answer in book is wrong
|
f777ea8aa32812c3413f70f4f03398e50325fa88 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2414/CH2/EX2.7/Ex2_7.sce | 764a5be4bfa11d85d523f47a08ec6107b907f9b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 692 | sce | Ex2_7.sce | clc;
//page no 51
//problem 2.7
//All frequencies in kHz
//The time is in ms
//Power in WATTS
//All voltage in volts
T=0.2; //ms
f1=1/T;
disp(f1,'The fundamental frequency is');
//There are only odd numbered harmonics
Ap2p=40; // peak to peak
R=50; //ohm
A=Ap2p/2;
C1=4*A/%pi;
C3=4*A/(3*%pi);
C5=4*A/(5*%pi);
disp('respectively',C5,C3,C1,'The magnitude of fundamental , third and fifth harmonics are ');
function [Pn]=Power(Cn,R)
Pn=Cn^2/(2*R);
endfunction
P1=Power(C1,R);
P3=Power(C3,R);
P5=Power(C5,R);
//power is calculated using the function Power defined above
disp('Frequency Amplitude Power')
table={f1,C1,P1;3*f1,C3,P3;5*f1,C5,P5};
disp(table);
|
bf02f9ecb390c5add864e43d07911c1a1ab455c8 | fd6e45f66c41ad779a3d47c3bf8ebfa140d3d657 | /P3 - Non-linear equations /Métodos/howPLOT.sce | 23cdf11e6bc5d15a287322469aaf662568c66997 | [] | no_license | jere1882/Numerical-Analysis-Assignments | 7f474e2020d010f9f9c3dceff5e48c03b0d38652 | 1074f92ca93d0a402259f92a0f61f105f25e5230 | refs/heads/master | 2021-09-06T20:00:36.411386 | 2018-02-10T18:04:38 | 2018-02-10T18:04:38 | 121,039,769 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,190 | sce | howPLOT.sce |
// EJERCICIO 1 Determine gráficamente valores aproximados de las primeras tres raíces positivas de f(x)=cos(x)cosh(x)+1
deff ('y = f(x)', 'y = x .* sin(x)');
x=0:.01:15; // el 15 sale de ir probando a ver donde estan las raíces.
a=gca(); // declarar un manejador de ejes
a.x_location="middle"; // acceder a una propiedad de un objeto (en este caso a un campo de a, x location)
// otra forma de hacer que represente el x=0 sin gca es plot(x,f(x),x,0)
plot (x,f(x),x,x,x,(-x));
disp("las raíces son 8, 11 , 14.14");
//MÉTODO DE LA BISECCIÓN. Converge siempre a una raíz (convergencia global). Para elegir el intervalo donde quiero aplicarlo podemos usar este tipo de gráficas._
{zn} -> z, entonces, el orden de convergencia es alpha tq
lim (zn+1-z)/(zn-z)âlpha con n->inf es finito
si alpha es 1 y el limite esta entre 0 y 1 abierto, la conv es lineal y lambda es la velocidad d convergencia
si alpha es 1 y lambda 0 es superlinal
idem si alpha>1
|
82a2786963f35419c26d6d548ed2a6980b76e77c | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Heat_And_Thermodynamics_D._S._Mathur_1286.zip/Heat_And_Thermodynamics_D._S._Mathur_1286/CH14/EX14.1/14_1.sce | 9cef674d5c19e7290feb7e0a5052286d6245fd72 | [] | 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 | 210 | sce | 14_1.sce | errcatch(-1,"stop");mode(2);
//initialisation
si=5.735*10^-8//j m^-2 sec ^-1 deg^-4
t=1227+273//k
r=0.003//m
//CALCULATIONS
e=3.14*r*r*si*t^4*60/4.2
//results
printf(' \n energy= % 1f cal',e)
exit();
|
9ec6e17d7c8d7742f5aec1264634b3e939128cde | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH28/EX28.7/Ex28_7.sce | e4ff4aba15dbcc727a54ea63ca54916ddd82958c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 161 | sce | Ex28_7.sce | clc;
//e.g 28.7
L1=0.1*10**-3;
L2=10*10**-6;
fo=4110*10**3;
M=20*10**-6;
C=1/(4*%pi^2*(L1+L2+M)*fo^2);
disp('pF',C*10**12,"C=");
AV=(L1/L2);
disp(AV);
|
9bf94a6eab54e92754a9eebaa0b30b0b666790a7 | 29778da8b2321b9b111665ee097446f393795813 | /automatique/Cour/exosupp.sce | cf665ffe78ffd619bb5f8a1aaec6c1e0144ae792 | [] | no_license | RomainCocogne/Elec3 | 947fe8590fcc084f496e0934c2bda195adb4d33f | 47833a7112d50c6278898ee388044d5364fb482c | refs/heads/master | 2020-04-27T02:23:00.159518 | 2019-08-26T22:29:00 | 2019-08-26T22:29:00 | 173,992,180 | 2 | 0 | null | 2019-05-16T14:59:40 | 2019-03-05T17:37:22 | Jupyter Notebook | UTF-8 | Scilab | false | false | 585 | sce | exosupp.sce | clear;
xdel(winsid());
t=linspace (0,20,1E5);
p=poly(0,'p');
K=1;
H=syslin('c',K/(p*(p+1)*(p+2)));
T=syslin('c',K/(p+0.1*p*p+p*p*p));
Tbf=T/(1+T);
MGH=g_margin(H);
MPH=p_margin(H);
MGT=g_margin(T);
MPT=p_margin(T);
scf(1);
bode(H,1E-3,100);
a=gcf(); a.figure_name='bode H';
scf(2);
black(H,1E-3,100);
a=gcf(); a.figure_name='black H';
scf(3);
bode(T,1E-3,100);
a=gcf(); a.figure_name='bode T';
scf(4);
black(T,1E-3,100);
a=gcf(); a.figure_name='black T';
scf(5);
tbf=csim('step',t,Tbf);
plot2d(t,tbf);
a=gcf(); a.figure_name='rep indicielle en bf T';
|
c57b9ac1614db336ae8de0035cefa026f6be34b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH5/EX5.8/ex8.sce | 2b1dbeee60cfaa694195788be00345e24eb0dcb9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 924 | sce | ex8.sce | //example 8
// expansion of refrigant 134-a in refrigerator
clear
clc
disp('Refrigerant-134a that enters a capillary tube as saturated liquid.Therefore,from table of refrigerant-134a ')
P1=0.8 // initial pressure in MPa
T1=31.31 //initial temp. in Celsius
h1=95.47 //initial specific enthalpy in kJ/kg
disp('Flow through a capillary tube is a throttling process. Thus, the enthalpy of the refrigerant remains constant')
h2=h1 //final specific enthalpy
P2=0.12 //final pressure in MPa
T2=-22.32 //final temp. in Celsius
hf=22.49 // in kJ/kg
hg=236.97 // in kJ/kg
hfg=hg-hf //in kJ/kg
disp('Obviously hf<h2<hg thus, the refrigerant exists as a saturated mixture at the exit state')
disp('Thus quality at this state is')
x=(h2-hf)/hfg
dT=T2-T1 //in Celsius
printf("\n The quality of the refrigerant at the final state is = %.3f. \n",x);
printf("\n The temp. drop during this process is = %.2f C. \n",dT); |
21f13deeab48856e4ae9eb0f6517bc149e047b5b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH11/EX11.8/Example11_8.sce | 50deb663b6e0cebd5cfc6ac645b91ff79df5f141 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,422 | sce | Example11_8.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 4: OVERHEAD LINE INSULATORS
// EXAMPLE : 4.8 :
// Page number 187-188
clear ; clc ; close ; // Clear the work space and console
// Given data
n = 3.0 // Number of insulators
// Calculations
V_1 = 0.988 // Voltage across top unit as middle unit
V_3 = 1.362 // Voltage across bottom unit as middle unit
V_2 = 1/(V_1+1+V_3) // Voltage across middle unit as % of line voltage to earth
V1 = V_1*V_2*100 // Voltage across top unit as % of line voltage to earth
V2 = V_2*100 // Voltage across middle unit as % of line voltage to earth
V3 = V_3*V_2*100 // Voltage across bottom unit as % of line voltage to earth
eff = 100/(n*V3/100) // String efficiency(%)
// Results
disp("PART II - EXAMPLE : 4.8 : SOLUTION :-")
printf("\nCase(a): Voltage across top unit as a percentage of line voltage to earth, V_1 = %.2f percent", V1)
printf("\n Voltage across middle unit as a percentage of line voltage to earth, V_2 = %.2f percent", V2)
printf("\n Voltage across bottom unit as a percentage of line voltage to earth, V_3 = %.2f percent", V3)
printf("\nCase(b): String efficiency = %.2f percent", eff)
|
58f0ede4b3895599ab6813928a145f7a91df674c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3843/CH4/EX4.14/Ex4_14.sce | 9d1f221e31fccaf4f6ff2b028aaf7b063f761c83 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 772 | sce | Ex4_14.sce | // Example 4_14
clc;funcprot(0);
// Given data
P_1=4000;// kPa
T_1=500;// °C
d_1=50;// mm
V_1=200;// m/s
d_2=250;// mm
x_2=1.0;// The quality of steam at state 2
// Calculation
// (a)
v_1=0.08643;// m^3/kg
A_1=(%pi/4)*(d_1/1000)^2;// m^2
mdot=(1/v_1)*A_1*V_1;// kg/s
// The enthalpies are found from Tables C-3 and C-2 to be
h_1=3445.2;// kJ/kg
h_2=2665.7;// kJ/kg
W_T=-(h_2-h_1)*mdot;// The turbine power output in kJ/s
// (b)
v_2=2.087;// m^3/kg
A_2=(%pi/4)*(d_2/1000)^2;/// m^2
V_2=(A_1*V_1*(1/v_1))/(A_2*(1/v_2));// m/s
d_KE=mdot*((V_2^2-V_1^2)/2);// The kinetic energy change in J/s
printf("\n(a)The turbine power output,W_T=%4.0f kJ/s or %1.3f MW \n(b)The kinetic energy change,delKE=%4.0f J/s or %1.2f kJ/s",W_T,W_T/10^3,d_KE,d_KE/10^3);
|
716cee3d40a97208e4e429ff8eb7b63aaac4181a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH19/EX19.1/Ex19_1.sce | feed53150857be22614ee5a3d683fa1b1ca6e604 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,475 | sce | Ex19_1.sce | clear;
clc;
disp('Example 19.1');
// aim : To compare the moisture content and the true specific volumes of atmosphere air
// (a) temperature is 12 C and the air is saturaded
// (b) temperature is 31 C and air is .75 saturated
// Given values
P_atm = 101.4;// atmospheric pressure, [kN/m^2]
R = .287;// [kJ/kg K]
// solution
// (a)
T = 273+12;// air temperature, [K]
// From steam table at 12 C
p = 1.4;// [kN/m^2]
vg = 93.9;// [m^3/kg]
pa = P_atm-p;// partial pressure of the dry air, [kN/m^2]
va = R*T/pa;// [m^3/kg]
mw = va/vg;// mass of water vapor in the air,[kg]
v = va/(1+mw);// specific volume of humid air, [m^3/kg]
mprintf('\n (a) The mass of water vapor in the humid air is = %f kg\n',mw);
mprintf('\n The specific volume of humid air is = %f m^3/kg\n',v);
// (b)
x = .75;// dryness fraction
T = 273+31;// air temperature, [K]
// From steam table
p = 4.5;// [kN/m^2]
vg = 31.1;// [m^3/kg]
pa = P_atm-p;// [kN/m^2]
va = R*T/pa;// [m^3/kg]
mw1= va/vg;// mass of water vapor in the air, [kg]
mw_actual = mw1*x;// actual mass of vapor, [kg]
v = va/(1+mw_actual);// true specific volume of humid air,[m^3/kg]
mprintf('\n (b) The mass of water vapor in the humid air is = %f kg\n',mw1);
mprintf('\n The specific volume of humid air is = %f m^3/kg\n',v);
ewv = mw_actual/mw ;
mprintf('\n On the warm day the air conteains %f times the mass of water vapor as on the cool day \n',ewv);
// End
|
ce71802edae5107fd2eed4af840445bb8aa99961 | 449d555969bfd7befe906877abab098c6e63a0e8 | /260/CH1/EX1.18/1_18.sce | 99e11b21dbf48379655b57557baac7880648fe1c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 141 | sce | 1_18.sce | //Eg No. 1.18
//Pg No. 37
clc ;
clear ;
close ;
printf('did not have a scilab analogy for the c++ code, for details go the page no. 37') |
ba737ed412caf42e5cfe765677970801e6e534bd | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/bin/gl_output_FitResult.sci | 5601041c4d5d22dd89393a07505d11a5f9e034e2 | [] | 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 | 3,237 | sci | gl_output_FitResult.sci | // display calibration results with figures
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// display target and fit curve
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
NumFig=0;hd=[];
for typ=1:TargetType
for p=1:maxp
if C_Tar(typ,p)==1 then
NumFig=NumFig+1;
f= scf() ;
hd=[hd f];
end
end
end
sump=0;sumt=0;
for h=1:NumPlt
age=CASample(h);
NumFig=0;
for p=1:maxp
select LoDSample(h,p)
case 0 //detailed data
for typ=1:TargetType
len=min(age,Nu_Ma(p))-PosLowestGU(1,p)+1;
pos=1+PosLowestGU(1,p)-1:len+PosLowestGU(1,p)-1;
if C_Tar(typ,p)==1 then
NumFig=NumFig+1;
f = scf(hd(NumFig)) ;
//f = scf() ;
//f.visible='off';
temp_theo=matrix(model_set(sumt+1:sumt+len),1,len);
plot(pos, temp_theo,style=2);
temp_target=matrix(target_set(sumt+1:sumt+len),1,len);
plot(pos,temp_target(1,:),'ro+' );
sumt=sumt+len;
FigureName=['Blade Weight' 'Petiole Weight' 'Internode Weight' 'Female Weight' 'Male Weight' 'Blade Area' 'Internode Area' 'Internode Length'];
AxisName=['Weight(g)' 'Weight(g)' 'Weight(g)' 'Weight(g)' 'Weight(g)' 'Area(cm^2)' 'Area(cm^2)' 'Length(cm)'];
f.figure_name=strcat(['Fitting Results on ' FigureName(typ) ' of PA ' string(p)]);
a=gca();
a.x_label.text="Phytomer rank" ;
a.y_label.text=AxisName(typ);
a.y_label.font_size=3;
a.x_label.font_size=3;
a.title.text=FigureName(typ);
a.title.font_size=4;
a.children(2).children(1).thickness=3;
a.data_bounds(1,2)=0;//the minimum value of y axis is 0
//f.visible='on';
end
end//typ
case 1 //compartment data
for typ=1:TargetType
if C_Tar(typ,p)==1 then
NumFig=NumFig+1
f = scf(hd(NumFig)) ;
temp_theo=model_set(sumt+1);//the model output
temp_target=target_set(sumt+1);//
plot(age, temp_theo,'*' )
plot(age, temp_target,'ro+' )
sumt=sumt+1;
FigureName=['Blade Weight' 'Petiole Weight' 'Internode Weight' 'Female Weight' 'Male Weight' 'Blade Area' 'Internode Area' 'Internode Length'];
AxisName=['Weight(g)' 'Weight(g)' 'Weight(g)' 'Weight(g)' 'Weight(g)' 'Area(cm^2)' 'Area(cm^2)' 'Length(cm)'];
f.figure_name=strcat(['Fitting Results on ' FigureName(typ) ' of PA ' string(p)]);
a=gca();
a.x_label.text="Phytomer rank" ;
a.y_label.text=AxisName(typ);
a.y_label.font_size=3;
a.x_label.font_size=3;
a.title.text=FigureName(typ);
a.title.font_size=4;
a.children(2).children(1).thickness=3;
a.data_bounds(1,2)=0;//the minimum value of y axis is 0
end
end
end
end
end
|
425ad8be2b2819bcf75e5fcff87d4ee925baec54 | d1a2737ec744ffbba1165afa7b05f26a4076f513 | /Lab 3/Q4.sce | 163bc40bd9b2d6498689688de16f2674ee47754e | [
"MIT"
] | permissive | ipsitmantri/EE-324-Control-Systems-Lab | 4e37a3de51f4114ba0ea281cbb1da78a6c4815bb | b34c45efc3539005603b2e76c1665d6636f80f88 | refs/heads/master | 2023-04-03T10:42:34.548542 | 2021-04-13T14:11:21 | 2021-04-13T14:11:21 | 357,540,595 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,379 | sce | Q4.sce | clc; clear;
function [rise_time, pos, peak_t, delay_t, settling_t] = stepinfo(t, sl)
outputs = csim('step', t, sl);
ss_val = outputs(size(outputs, 2));
peak_val = max(outputs);
rise_time_low = 0;
rise_time_high = 0;
for i=1:size(outputs, 2)
if(outputs(i) - (0.1 * ss_val)>= 5*1e-4)
rise_time_low = t(i);
break;
end
end
for i=1:size(outputs, 2)
if(outputs(i) - 0.9 * ss_val>= 5*1e-4)
rise_time_high = t(i);
break;
end
end
rise_time = rise_time_high - rise_time_low;
pos = (peak_val - ss_val) / ss_val * 100;
peak_t = t(find(outputs == max(outputs))(1));
delay_t = 0
for i=1:size(outputs, 2)
if(outputs(i) - 0.5 * ss_val>= 5*1e-4)
delay_t = t(i);
break;
end
end
for i=1:size(outputs, 2)
if(outputs(size(outputs, 2) - i + 1) - 0.98 * ss_val<= 5*1e-4)
settling_t = t(size(outputs, 2) - i + 1);
break;
end
end
endfunction
// -----------------------
// Part a
s = poly(0, 's');
// undamped
G_un = 1 / (s^2 + 1);
s_un = syslin('c', G_un);
// underdamped
G_under = 1 / (s^2 + s + 1); // zeta = 0.5
s_under = syslin("c", G_under);
// overdamped
G_over = 1 / (s^2 + 4*s + 1); // zeta = 2
s_over = syslin("c", G_over);
t = 0:0.0001:20;
scf();
plot(t, csim("step", t, s_un), 'r', 'LineWidth', 2);
plot(t, csim("step", t, s_under), 'k', 'LineWidth', 2);
plot(t, csim("step", t, s_over), 'b', 'LineWidth', 2);
L = legend(["$\text{Undamped, } \frac{1}{s^2 + 1}$",...
"$\text{Underdamped, }\frac{1}{s^2 + s + 1}$", "$\text{Overdamped, }\frac{1}{s^2 + 4s + 1}$"]);
L.font_size = 2;
xlabel("$t$", 'fontsize', 3);
ylabel("$c(t)$", 'fontsize', 3);
title("Step Response of undamped, underdamped and overdamped", "fontsize", 3);
xs2png(gcf(), "Q4a.png");
[rise_time, pos, peak_t, delay_t, settling_t] = stepinfo(t, s_under);
disp("Underdamped System");
disp("Rise Time");
disp(rise_time);
disp("%OS");
disp(pos);
disp("Peak Time");
disp(peak_t);
disp("Delay Time");
disp(delay_t);
disp("2% Settling Time");
disp(settling_t);
[rise_time, pos, peak_t, delay_t, settling_t] = stepinfo(t, s_over);
disp("Overdamped System");
disp("Rise Time");
disp(rise_time);
disp("%OS");
disp(pos);
disp("Peak Time");
disp(peak_t);
disp("Delay Time");
disp(delay_t);
disp("2% Settling Time");
disp(settling_t);
// --------------------
// Part b
wn = 1:2:9;
plotcolors = ["scilabred4", "scilab blue2", "scilab green4", "scilab cyan4",...
"scilabmagenta4"];
scf();
for i=1:size(wn, 2)
w = wn(i);
G = w^2 / (s^2 + w * s + w^2);
sl = syslin("c", G);
t = 0:0.0001:20;
plot2d(t, csim('step', t, sl), style=[color(plotcolors(i))]);
[rise_time, pos, peak_t, delay_t, settling_t] = stepinfo(t, sl);
mprintf("Underdamped System %d\n", i);
disp("Rise Time");
disp(rise_time);
disp("%OS");
disp(pos);
disp("Peak Time");
disp(peak_t);
disp("2% Settling Time");
disp(settling_t);
end
L = legend(["$\omega_n = 1$", "$\omega_n = 3$", "$\omega_n = 5$", ...
"$\omega_n = 7$", "$\omega_n = 9$"], 4);
L.font_size = 2;
xlabel("$t$", 'fontsize', 3);
ylabel("$c(t)$", 'fontsize', 3);
title(["Step Response with", "$\zeta = 0.5$", "and varying", "$\omega_n$"], "fontsize", 3);
xs2png(gcf(), "Q4b.png");
//---------------------------
|
bf5fed9a3607e742dfb684c443449503af243cb2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH25/EX25.6/Ex25_6.sce | 03e9691870d4cd65bd8e8e83d1854416202dd59c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 141 | sce | Ex25_6.sce | //chapter25
//example25.6
//page552
S=0.01 //mm per volt
V=400 // V
spot_shift=S*V
printf("spot shift = %.3f mm \n",spot_shift)
|
aa6943c26ca133d6ba6f4de1b55f6cb87363d158 | f30266ba7a1997c211d675bf97cf1e8c87092331 | /Lab1/scale.sci | 81eff95ed7b9c1dd19d62c1f9ecf16a8595d26dc | [] | no_license | PeterZs/EE5175_ImageSignalProcessing | 5af1e3f396e394453307f5470b8a81ba27fc21b9 | b9a5cd16deaaeda4889eefa61c49442b45656905 | refs/heads/master | 2021-09-13T14:57:48.802391 | 2018-05-01T13:38:47 | 2018-05-01T13:38:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 947 | sci | scale.sci | //load the image read and write commands
exec pgmread.sci
//load the image
im1 = pgmread('cells_scale.pgm'); // NOTE : syntax is im = pgmread('PATH'); where PATH is full location of image file
//print the image size
disp(size(im1),'size(im)=');
[m,n]=size(im1);
//display the original image
scf();
xset("colormap",graycolormap(256));
Matplot(im1,strf='046');
//scale factor "scale"
scale=1.3
//Do the translation with bilinear interpolation for T -> S mapping
for i=1:m
for j=1:n
xs=i/scale;
ys=j/scale;
x=floor(xs);
y=floor(ys);
a=xs-x;
b=ys-y;
x=min(max(1,x),m-1); //for the edge cases
y=min(max(1,y),n-1); //for the edge cases
im2(i,j)=im1(x,y)*(1-a)*(1-b)+im1(x,y+1)*(1-a)*b+im1(x+1,y)*a*(1-b)+im1(x+1,y+1)*a*b;
end
end
//display the translated image
scf();
xset("colormap",graycolormap(256));
Matplot(im2,strf='046');
|
1eb85fa9b5b476fad09c7e2db1d557d498194bfb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1514/CH9/EX9.4/9_4.sce | b4fdc9674546b4a5668a77f6e9f21d5cc837b3cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 440 | sce | 9_4.sce | //chapter 9
//example 9.4
//page 257
clear all;
clc ;
//given
Vgs=2.7;//gate to source voltage in volts
Vdd=24; // supply voltage in volts
Rd=5.6;//drain resistance in kohm
Idmin=0.1;
Idmax=2.5;//drain current in mA from transfer chracteristics
Vdsmax=Vdd-Idmin*Rd;
Vdsmin=Vdd-Idmax*Rd;//drain to source voltage in volts
printf('\nId(min)=%.1f mA\nId(max)=%.1f mA\nVds(max)=%.1f V\nVds(min)=%d V',Idmin,Idmax,Vdsmax,Vdsmin);
|
a05ed9a8247f2d5b361954cf482e4b989c743486 | 4e3ee9b02c529c892b54b0f6cfbc8e8454741439 | /projects/05/JUMP.tst | 4e8185a8c9e46d6e569ba9e6e38ec261f0045176 | [] | no_license | Metaphor-pump/ecs | 5c353ce6c7fdbb4306d0581864c82f975c39440f | 74d472ef7ccff34c179380db56fabfc31fc099b8 | refs/heads/master | 2021-01-19T18:32:30.973439 | 2017-08-09T09:57:02 | 2017-08-09T09:57:02 | 73,225,947 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 71 | tst | JUMP.tst | load JUMP.hdl,
set j1 1,
set j2 0,
set j3 0,
set zr 0,
set ng 1,
eval; |
5a5dd20d8c4bff059db63ddd4dd52dc2d4f81922 | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/macros/microdaq_macros/mdaqPWMWrite.sci | 85d41e8e4ecfb9bef91990f52b7c34ec4b905fec | [
"BSD-3-Clause"
] | permissive | microdaq/Scilab | 78dd3b4a891e39ec20ebc4e9b77572fd12c90947 | ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf | refs/heads/master | 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 | BSD-3-Clause | 2019-10-18T09:47:30 | 2015-05-04T17:48:48 | Scilab | UTF-8 | Scilab | false | false | 2,057 | sci | mdaqPWMWrite.sci | function mdaqPWMWrite(arg1, arg2, arg3, arg4)
link_id = -1;
if argn(2) == 3 then
module = arg1;
channel_a = arg2;
channel_b = arg3;
end
if argn(2) == 4 then
link_id = arg1;
module = arg2;
channel_a = arg3;
channel_b = arg4;
if link_id < 0 then
error("Invalid connection id!")
end
end
if argn(2) > 4 | argn(2) < 3 | module > 3 | module < 1 then
mprintf("Description:\n");
mprintf("\tWrites PWM duty\n");
mprintf("Usage:\n");
mprintf("\tmdaqPWMWrite(linkID, module, dutyChannelA, dutyChannelB)\n")
mprintf("\tlinkID - connection id returned by mdaqOpen() (OPTIONAL)\n");
mprintf("\tmodule - PWM module (1|2|3)\n");
mprintf("\tdutyChannelA - PWM channel A duty (0-100)\n");
mprintf("\tdutyChannelB - PWM channel B duty (0-100)\n");
return;
end
if channel_a > 100 | channel_a < 0 then
disp("WARNING: Channel A duty out of range (0-100)!");
if channel_a > 100 then
channel_a = 100;
end
if channel_a < 0 then
channel_a = 0;
end
end
if channel_b > 100 | channel_b < 0 then
disp("WARNING: Channel B duty out of range (0-100)!");
if channel_b > 100 then
channel_b = 100;
end
if channel_b < 0 then
channel_b = 0;
end
end
if argn(2) == 3 then
link_id = mdaqOpen();
if link_id < 0 then
error("Unable to connect to MicroDAQ device!");
end
end
result = [];
result = call("sci_mlink_pwm_set",..
link_id, 1, "i",..
module, 2, "i",..
channel_a, 3, "d",..
channel_b, 4, "d",..
"out",..
[1, 1], 5, "i");
if argn(2) == 3 then
mdaqClose(link_id);
end
if result < 0 then
error(mdaq_error2(result), 10000 + abs(result));
end
endfunction
|
3c8ee93fa8526d61b5c3d53aad2e8f6228055587 | 20392bee9b9ba080dc86418049e09f82be683a14 | /Design_Experiment_1/MUX.tst | 6a0fcca46820dcc61e99dfaf35f4b03f16ade1d0 | [] | no_license | Liveitabhi/CSD-LAB | 698645e3fee27fadc70979c6c64d7de13c58ffbd | e91c386c9d575fcced2f5163eea958033ca1e245 | refs/heads/master | 2023-01-23T05:31:42.301079 | 2020-12-09T08:52:58 | 2020-12-09T08:52:58 | 298,178,775 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 367 | tst | MUX.tst | load MUX.hdl,
output-file MUX.out,
compare-to MUX.cmp,
output-list x%B3.1.3 y%B3.1.3 s%B3.1.3 z%B3.1.3;
set x 0,
set y 0,
set s 0,
eval,
output;
set s 1,
eval,
output;
set x 0,
set y 1,
set s 0,
eval,
output;
set s 1,
eval,
output;
set x 1,
set y 0,
set s 0,
eval,
output;
set s 1,
eval,
output;
set x 1,
set y 1,
set s 0,
eval,
output;
set s 1,
eval,
output; |
171e2a117e802c408d930514e350049c35937860 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH6/EX6.3/Ex6_3.sce | 8f24b93a5ebbf9e7189896bc7d250b770833b8c7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 289 | sce | Ex6_3.sce | clc;clear;
//Example 6.3
//given data
Wnet=2;
QL=360;
//calculations
COPR=QL/Wnet/60;//factor of 60 to convert kW to kJ/min
disp(COPR,'coefficient of performance of refrigerator');
QH=QL+Wnet*60;//factor of 60 to convert kW to kJ/min
disp(QH,'heat rejection rate in kJ/min')
|
b321c8b543ae89c0a18043ed453a22ae73f290ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH3/EX3.2/Ex3_2.sce | d45cd323d1576df0f82394e31f25222968cad001 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 419 | sce | Ex3_2.sce | clc;
//ex3.2
d=2*10**-3;
sigma=5.8*10**7;
mu=0.0032;
E=20*10**-3;
q=1.6*10**-19;
n=sigma/(q*mu);//sigma=q*n*mu
disp('/m^3',n*1,"n=");
J=sigma*E;//current density
disp('A/m^2',J*1,"J=");
A=%pi*d*d/4;//area of cross-section of wire
disp('m^2',A*1,"A=");
I=J*A;//current flowing in the wire
disp('A',I*1,"I=");
V=mu*E;//electron drift velocity
disp('m/s',V*1,"V=");//answer printed in the book is wrong
|
f76bd63cfcf281c19f502f1591508d0065a91b4e | bd9ba5abb6de1e9d9485b5e98b2b68868aab21db | /Lab/signal functions/radar/radarcorrelation.sce | ff4a83a7bacf247791366bbc44094f904aafc0ab | [] | no_license | ShubhamRattra/Scilab_programs | c61b6538a064afe82c99507c1064cd55bbd870fa | de2bf6ab0de0b1a19c4903bb13819edc39f93d0e | refs/heads/master | 2023-03-04T17:53:58.414180 | 2021-02-11T08:08:11 | 2021-02-11T08:08:11 | 296,920,175 | 2 | 2 | null | 2021-01-11T15:53:39 | 2020-09-19T17:37:42 | Scilab | UTF-8 | Scilab | false | false | 2,276 | sce | radarcorrelation.sce | clc ;
clear ;
x =[0 1 2 3 2 1 0]; // Triangle pulse transmitted by radar
n =[ -3 -2 -1 0 1 2 3]; // Index of Triangular Pulse
D =10; // Delay amount
nd = n+ D ; // Index of Delayed Signal
y = x ; // Delayed Signal
scf () ;
subplot (2 ,1 ,1) ;
plot2d3(n,x,0.1);
title ( 'Original Transmitted Signal','color','red','fontsize',4) ;
xlabel ("Index","fontsize",2,"color","blue") ;
ylabel ("Amplitude","fontsize",2,"color","blue") ;
subplot (2 ,1 ,2) ;
plot2d3(nd,y,0.1);
title ( 'DelayedSignal','color','red','fontsize',4) ;
xlabel ("Index","fontsize",2,"color","blue") ;
ylabel ("Amplitude","fontsize",2,"color","blue") ;
w = rand (1 , length (x ) ) ; // Noise Generation
nw = nd ;
scf () ;
plot2d3(nw,w,0.1);
title ( 'Noisy Signal','color','red','fontsize',4) ;
xlabel ("Index","fontsize",2,"color","blue") ;
ylabel ("Amplitude","fontsize",2,"color","blue") ;
R = y + w; // Original Signal + Noise
nr = nw ; // Index of received signal at RADAR
nr_fold = flipdim ( nr,2 ) ;
R_fold = flipdim (R,2 ) ;
nmin =min( n ) + min ( nr_fold ) ; // Lowest index of y(n)
nmax =max( n ) + max ( nr_fold ) ; // Highest index of y(n)
n_received = nmin : nmax ;
Received_Presence = xcorr (x , R_fold ) ; // Convolution of Original signal and Received Signal in the Presence of Object(Equivalent to Correlation) //
scf () ;
subplot (2 ,1 ,1) ;
plot2d3(n_received , Received_Presence ,0.1);
title ( 'Correlation in the Presence of Object','color','red','fontsize',4) ;
xlabel ("Index","fontsize",2,"color","blue") ;
ylabel ("Correlation Value","fontsize",2,"color","blue") ;
R = w ; // only Noise Signal
nr = nw ;
nr_fold = flipdim ( nr,2 ) ;
R_fold = flipdim (R,2 ) ;
nmin =min( n ) + min ( nr_fold ) ; // Lowest index of y(n)
nmax =max( n ) + max ( nr_fold ) ; // Highest index of y(n)
n_received = nmin : nmax ;
Received_Absence = xcorr (x , R_fold ) ; // Convolution of Original transmitted signal and Received Signal in the Absence of Object(Equivalent to Correlation) //
subplot (2 ,1 ,2) ;
plot2d3(n_received , Received_Absence ,0.1);
title ( 'Correlation in the Absence of Object','color','red','fontsize',4) ;
xlabel ("Index","fontsize",2,"color","blue") ;
ylabel ("Correlation Value","fontsize",2,"color","blue") ;
|
a478eaa5683607cd1b80917362ea960df06c44e8 | 59032c58dc33016469504099f5205237afdee7c3 | /sexpicpercept_rating.sce | 667762aab84a60534119f5a87b7b8b6ccc4dae62 | [] | no_license | s-kline/AffectCueReactivity | 272770274e445ef66b31ec5819dda503ea96f597 | 52b6a9a291b7e1fa5e82b37e2267e69b240fe999 | refs/heads/main | 2022-12-26T03:26:48.224068 | 2020-10-15T14:01:38 | 2020-10-15T14:01:38 | 304,344,106 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 19,555 | sce | sexpicpercept_rating.sce | scenario = "Rating";
active_buttons = 3;
button_codes = 1,2,3;
default_picture_duration = next_picture;
default_font_size = 30;
begin;
################################################################################
# Default-Picture
picture {text { caption = "+"; font_size = 48; font_color = 200,200,200;};
x=0;
y=0;} default;
bitmap {filename = "blackbox.bmp"; scale_factor = 0.7;} boxpic;
# pictures for viewing time trials
array {
picture { bitmap { filename = "sex_001.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_002.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_003.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_004.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_005.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_006.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_007.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_008.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_009.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_010.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_011.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_012.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_013.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_014.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_015.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_016.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_017.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_018.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_019.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_020.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_021.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_022.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_023.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_024.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_025.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_026.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_027.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_028.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_029.bmp";}; x=0; y=0;};
picture { bitmap { filename = "sex_030.bmp";}; x=0; y=0;};
} sex;
array {
picture { bitmap { filename = "neu_001.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_002.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_003.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_004.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_005.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_006.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_007.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_008.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_009.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_010.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_011.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_012.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_013.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_014.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_015.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_016.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_017.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_018.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_019.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_020.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_021.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_022.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_023.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_024.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_025.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_026.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_027.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_028.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_029.bmp";}; x=0; y=0;};
picture { bitmap { filename = "neu_030.bmp";}; x=0; y=0;};
} neu;
# scaled bitmaps for ratings
array{
bitmap {filename = "sex_001.bmp"; scale_factor = 0.7;} sex001;
bitmap {filename = "sex_002.bmp"; scale_factor = 0.7;} sex002;
bitmap {filename = "sex_003.bmp"; scale_factor = 0.7;} sex003;
bitmap {filename = "sex_004.bmp"; scale_factor = 0.7;} sex004;
bitmap {filename = "sex_005.bmp"; scale_factor = 0.7;} sex005;
bitmap {filename = "sex_006.bmp"; scale_factor = 0.7;} sex006;
bitmap {filename = "sex_007.bmp"; scale_factor = 0.7;} sex007;
bitmap {filename = "sex_008.bmp"; scale_factor = 0.7;} sex008;
bitmap {filename = "sex_009.bmp"; scale_factor = 0.7;} sex009;
bitmap {filename = "sex_010.bmp"; scale_factor = 0.7;} sex010;
bitmap {filename = "sex_011.bmp"; scale_factor = 0.7;} sex011;
bitmap {filename = "sex_012.bmp"; scale_factor = 0.7;} sex012;
bitmap {filename = "sex_013.bmp"; scale_factor = 0.7;} sex013;
bitmap {filename = "sex_014.bmp"; scale_factor = 0.7;} sex014;
bitmap {filename = "sex_015.bmp"; scale_factor = 0.7;} sex015;
bitmap {filename = "sex_016.bmp"; scale_factor = 0.7;} sex016;
bitmap {filename = "sex_017.bmp"; scale_factor = 0.7;} sex017;
bitmap {filename = "sex_018.bmp"; scale_factor = 0.7;} sex018;
bitmap {filename = "sex_019.bmp"; scale_factor = 0.7;} sex019;
bitmap {filename = "sex_020.bmp"; scale_factor = 0.7;} sex020;
bitmap {filename = "sex_021.bmp"; scale_factor = 0.7;} sex021;
bitmap {filename = "sex_022.bmp"; scale_factor = 0.7;} sex022;
bitmap {filename = "sex_023.bmp"; scale_factor = 0.7;} sex023;
bitmap {filename = "sex_024.bmp"; scale_factor = 0.7;} sex024;
bitmap {filename = "sex_025.bmp"; scale_factor = 0.7;} sex025;
bitmap {filename = "sex_026.bmp"; scale_factor = 0.7;} sex026;
bitmap {filename = "sex_027.bmp"; scale_factor = 0.7;} sex027;
bitmap {filename = "sex_028.bmp"; scale_factor = 0.7;} sex028;
bitmap {filename = "sex_029.bmp"; scale_factor = 0.7;} sex029;
bitmap {filename = "sex_030.bmp"; scale_factor = 0.7;} sex030;
} sex_bmps;
array{
bitmap {filename = "neu_001.bmp"; scale_factor = 0.7;} neu001;
bitmap {filename = "neu_002.bmp"; scale_factor = 0.7;} neu002;
bitmap {filename = "neu_003.bmp"; scale_factor = 0.7;} neu003;
bitmap {filename = "neu_004.bmp"; scale_factor = 0.7;} neu004;
bitmap {filename = "neu_005.bmp"; scale_factor = 0.7;} neu005;
bitmap {filename = "neu_006.bmp"; scale_factor = 0.7;} neu006;
bitmap {filename = "neu_007.bmp"; scale_factor = 0.7;} neu007;
bitmap {filename = "neu_008.bmp"; scale_factor = 0.7;} neu008;
bitmap {filename = "neu_009.bmp"; scale_factor = 0.7;} neu009;
bitmap {filename = "neu_010.bmp"; scale_factor = 0.7;} neu010;
bitmap {filename = "neu_011.bmp"; scale_factor = 0.7;} neu011;
bitmap {filename = "neu_012.bmp"; scale_factor = 0.7;} neu012;
bitmap {filename = "neu_013.bmp"; scale_factor = 0.7;} neu013;
bitmap {filename = "neu_014.bmp"; scale_factor = 0.7;} neu014;
bitmap {filename = "neu_015.bmp"; scale_factor = 0.7;} neu015;
bitmap {filename = "neu_016.bmp"; scale_factor = 0.7;} neu016;
bitmap {filename = "neu_017.bmp"; scale_factor = 0.7;} neu017;
bitmap {filename = "neu_018.bmp"; scale_factor = 0.7;} neu018;
bitmap {filename = "neu_019.bmp"; scale_factor = 0.7;} neu019;
bitmap {filename = "neu_020.bmp"; scale_factor = 0.7;} neu020;
bitmap {filename = "neu_021.bmp"; scale_factor = 0.7;} neu021;
bitmap {filename = "neu_022.bmp"; scale_factor = 0.7;} neu022;
bitmap {filename = "neu_023.bmp"; scale_factor = 0.7;} neu023;
bitmap {filename = "neu_024.bmp"; scale_factor = 0.7;} neu024;
bitmap {filename = "neu_025.bmp"; scale_factor = 0.7;} neu025;
bitmap {filename = "neu_026.bmp"; scale_factor = 0.7;} neu026;
bitmap {filename = "neu_027.bmp"; scale_factor = 0.7;} neu027;
bitmap {filename = "neu_028.bmp"; scale_factor = 0.7;} neu028;
bitmap {filename = "neu_029.bmp"; scale_factor = 0.7;} neu029;
bitmap {filename = "neu_030.bmp"; scale_factor = 0.7;} neu030;
} neu_bmps;
# SAM-Skala
bitmap{filename = "arousal_sam_1.bmp";} a_sam1;
bitmap{filename = "arousal_sam_2.bmp";} a_sam2;
bitmap{filename = "arousal_sam_3.bmp";} a_sam3;
bitmap{filename = "arousal_sam_4.bmp";} a_sam4;
bitmap{filename = "arousal_sam_5.bmp";} a_sam5;
bitmap{filename = "valence_sam_1.bmp";} v_sam1;
bitmap{filename = "valence_sam_2.bmp";} v_sam2;
bitmap{filename = "valence_sam_3.bmp";} v_sam3;
bitmap{filename = "valence_sam_4.bmp";} v_sam4;
bitmap{filename = "valence_sam_5.bmp";} v_sam5;
bitmap{filename = "sex_arousal_sam_1.bmp";} s_sam1;
bitmap{filename = "sex_arousal_sam_2.bmp";} s_sam2;
bitmap{filename = "sex_arousal_sam_3.bmp";} s_sam3;
bitmap{filename = "sex_arousal_sam_4.bmp";} s_sam4;
bitmap{filename = "sex_arousal_sam_5.bmp";} s_sam5;
# Ankreuzbox
polygon_graphic{
sides = 4;
radius = 40;
line_width = 3;
rotation = 45;
line_color = 255, 255, 255;
fill_color = 0, 0, 0;
} tick_box;
# Ankreuzkreuz
line_graphic{
coordinates = 20, 20, -20, -20;
coordinates = 20, -20, -20, 20;
line_width = 3;
} tick_x;
# Itemfragen
text{
caption = "Wie fühlen Sie sich bei\ndiesem Bild?";
font_size = 40;
} valence;
text{
caption = "Wie fühlen Sie sich bei\ndiesem Bild?";
font_size = 40;
} arousal;
# Skalenbeschriftung sex. Erregung
text{
caption = "Sexuelle\nErregung";
font_size = 36;
} sex_arousal;
text{
caption = "Sehr\nstark";
font_size = 36;
} sex_arousal_r;
text{
caption = "Nicht\nvorhanden";
font_size = 36;
} sex_arousal_l;
# Skalenbeschriftung Valenz
text{
caption = "Gefuehl";
font_size = 36;
} emotion;
text{
caption = "Sehr\nunangenehm";
font_size = 36;
} valence_l;
text{
caption = "Sehr\nangenehm";
font_size = 36;
} valence_r;
#Skalenbeschriftung Arousal
text{
caption = "Ruhig und\nentspannt";
font_size = 36;
} arousal_l;
text{
caption = "Sehr\naufregend";
font_size = 36;
} arousal_r;
# Pfeile for Skala
arrow_graphic{
coordinates = 100, 0, -75, 0;
line_width = 3;
head_width = 40;
head_length = 30;
color = 255, 255, 255;
head_type = head_swift;
} arrow_left;
arrow_graphic{
coordinates = -100, 0, 75, 0;
line_width = 3;
head_width = 40;
head_length = 30;
color = 255, 255, 255;
head_type = head_swift;
} arrow_right;
# Valenz-Skala
picture{
bitmap sex001; x = 300; y = 250;
text valence; x = 0; y = 250;
# text valence; x = -250; y = 250;
line_graphic tick_x; x = 0; y = -200; on_top = true;
bitmap v_sam1; x = -440; y = -50;
bitmap v_sam2; x = -220; y = -50;
bitmap v_sam3; x = 0; y = -50;
bitmap v_sam4; x = 220; y = -50;
bitmap v_sam5; x = 440; y = -50;
polygon_graphic tick_box; x = -480; y = -200;
polygon_graphic tick_box; x = -360; y = -200;
polygon_graphic tick_box; x = -240; y = -200;
polygon_graphic tick_box; x = -120; y = -200;
polygon_graphic tick_box; x = 0; y = -200;
polygon_graphic tick_box; x = 120; y = -200;
polygon_graphic tick_box; x = 240; y = -200;
polygon_graphic tick_box; x = 360; y = -200;
polygon_graphic tick_box; x = 480; y = -200;
text valence_l; x = -500; y = -330;
arrow_graphic arrow_left; x = -250; y = -330;
text emotion; x = 0; y = -330;
arrow_graphic arrow_right; x = 250; y = -330;
text valence_r; x = 500; y = -330;
} scale_valence;
# Arousal-Skala
picture{
bitmap sex001; x = 300; y = 250;
text arousal; x = 0; y = 250;
# text arousal; x = -250; y = 250;
line_graphic tick_x; x = 0; y = -200; on_top = true;
bitmap a_sam1; x = -440; y = -50;
bitmap a_sam2; x = -220; y = -50;
bitmap a_sam3; x = 0; y = -50;
bitmap a_sam4; x = 220; y = -50;
bitmap a_sam5; x = 440; y = -50;
polygon_graphic tick_box; x = -480; y = -200;
polygon_graphic tick_box; x = -360; y = -200;
polygon_graphic tick_box; x = -240; y = -200;
polygon_graphic tick_box; x = -120; y = -200;
polygon_graphic tick_box; x = 0; y = -200;
polygon_graphic tick_box; x = 120; y = -200;
polygon_graphic tick_box; x = 240; y = -200;
polygon_graphic tick_box; x = 360; y = -200;
polygon_graphic tick_box; x = 480; y = -200;
text arousal_l; x = -500; y = -330;
arrow_graphic arrow_left; x = -250; y = -330;
text emotion; x = 0; y = -330;
arrow_graphic arrow_right; x = 250; y = -330;
text arousal_r; x = 500; y = -330;
} scale_arousal;
# Sex.-Arousal-Skala
picture{
bitmap sex001; x = 300; y = 250;
text valence; x = 0; y = 250;
# text valence; x = -250; y = 250;
line_graphic tick_x; x = 0; y = -200; on_top = true;
bitmap s_sam1; x = -440; y = -50;
bitmap s_sam2; x = -220; y = -50;
bitmap s_sam3; x = 0; y = -50;
bitmap s_sam4; x = 220; y = -50;
bitmap s_sam5; x = 440; y = -50;
polygon_graphic tick_box; x = -480; y = -200;
polygon_graphic tick_box; x = -360; y = -200;
polygon_graphic tick_box; x = -240; y = -200;
polygon_graphic tick_box; x = -120; y = -200;
polygon_graphic tick_box; x = 0; y = -200;
polygon_graphic tick_box; x = 120; y = -200;
polygon_graphic tick_box; x = 240; y = -200;
polygon_graphic tick_box; x = 360; y = -200;
polygon_graphic tick_box; x = 480; y = -200;
text sex_arousal_l; x = -500; y = -330;
arrow_graphic arrow_left; x = -250; y = -330;
text sex_arousal; x = 0; y = -330;
arrow_graphic arrow_right; x = 250; y = -330;
text sex_arousal_r; x = 500; y = -330;
} scale_sex_arousal;
array{
picture scale_valence;
picture scale_arousal;
picture scale_sex_arousal;
} scales;
# picture presentation
trial {
start_delay = 0;
trial_duration = 10000; # trial bis zu 10 sekunden präsentieren
trial_type = first_response;
stimulus_event {
picture default;
time = 0;
target_button = 2;
duration = next_picture; # Bild so lange präsentieren, bis das nächste Bild kommt
} stim;
} pictrial;
# Darbietungstrial
trial{
stimulus_event{
picture scale_valence;
duration = next_picture;
} scale;
}its;
#####################################################################################################################################################################
# PCL-Teil
begin_pcl;
include "rating_subroutines.pcl";
string results_path = "Y:\\Klein\\Affect_CueReactivity\\Presentation\\Logfiles";
string results_filename = "sexpicpercept_"+logfile.subject()+"_rating.txt";
string suffix = "rating1"; #+ string(parameter_manager.get_int("rating_nr"));
int length_suffix = suffix.count();
string name_controlfile = "Y:\\Klein\\Affect_CueReactivity\\Presentation\\\Steuerfiles\\sexstudie_rating_vp"+logfile.subject()+".txt";
int input_keys = 2; # 1 = port-input, 2 = Tastatur
# Stimuli
int n_stimuli = 60;
array<int> pic_number[n_stimuli];
array<string> pic_name[n_stimuli];
array<string> stim_category[n_stimuli];
array<string> names_stimuli[n_stimuli]; # sind leer, werden mittels steuerfile gefüllt
array<bitmap> pics [n_stimuli];
# Skalen
int n_scales = 3;
array<int> scale_order[n_scales] = {1, 2, 3};
array<int> start_value_scale[n_scales] = {5, 1, 1};
array<int> max_value_scale[n_scales] = {9, 9, 9};
array<int> tick_distance_scale[n_scales] = {120, 120, 120};
array<int> tick_x_pos[n_scales] = {0, -480, -480};
array<int> index_tick_part[n_scales] = {3, 3, 3};
array<string> names_scales[n_scales] = {"Valenz", "Arousal", "Sexuelle Erregung"};
# Infos zu Ratings und Ergebnissen
int n_ratings = n_stimuli * n_scales;
int all_n_ratings = 0;
int n_control_columns = 7;
int n_results_columns = 6;
int timeout = 999999;
int i;
int t = 1;
input_file ifile = new input_file;
##################################################################################
# Subroutines
# read presentation order #
sub read_presentation_order
begin
loop i = 1;
until i > n_stimuli
begin
stim_category[i] = ifile.get_string(); # read pic category
pic_number[i] = ifile.get_int(); # read number of pic
term.print("\n");
term.print(stim_category[i]);
term.print(pic_number[i]);
i = i+1;
end;
end;
# change filename #
sub string change_filename_if_existent(string filename)
begin
if file_exists(results_path + filename) then
int counter = 1;
bool file_existence = true;
loop
until file_existence == false
begin
int index_end_name = filename.find(suffix) + length_suffix;
filename = filename.substring(1,index_end_name) + "-" + string(counter) + ".txt";
if file_exists(results_path + filename) == false then
file_existence = false
else
counter = counter + 1;
end;
end;
end;
return filename;
end;
### wann welches Stimulusbild zeigen und im Logfile mitkodieren ###
sub show_picture (string cat, int a) # braucht string und zahl aus den steuer-arrays
begin
if (cat == "sex") then
stim.set_event_code("sex"+string(pic_number[a]));
stim.set_stimulus (sex[pic_number[a]]);
pic_name[a] = "sex "+string(pic_number[a]);
term.print("\n");
term.print(pic_name[a]);
elseif (cat == "neu") then
stim.set_event_code("neu"+string(pic_number[a]));
stim.set_stimulus (neu[pic_number[a]]);
pic_name[a] = "neu "+string(pic_number[a]);
term.print("\n");
term.print(pic_name[a]);
end;
end;
### create custom n_stimuli and pics arrays from randomization controlfile ###
sub rand_rating (string cat, int z)
begin
if (cat == "sex") then
names_stimuli[z] = "sex"+string(pic_number[z]); #"sex1", "sex2", "sex10" etc
pics[z] = sex_bmps[pic_number[z]]; #objekt(bitmap) an einer stelle 1-30 (zahl aus dem steuerfile) des sex_bmps array
elseif (cat == "neu") then
names_stimuli[z] = "neu"+string(pic_number[z]);
pics[z] = neu_bmps[pic_number[z]];
end;
end;
##################################################################################
ifile.open(name_controlfile);
read_presentation_order();
ifile.close();
loop int z = 1
until z > n_stimuli
begin
rand_rating(stim_category[z], z);
z = z + 1
end;
results_filename = change_filename_if_existent(results_filename);
array<int> rating_steuerung [n_control_columns][n_ratings] = init_rating_control(names_scales, names_stimuli, start_value_scale, max_value_scale, tick_x_pos, tick_distance_scale, index_tick_part);
array<string> rating_ergebnisse [n_results_columns][n_ratings] = init_results_store(names_scales, names_stimuli);
# Main Loop
loop int rat = 1
until rat > n_ratings
begin
if rat == 1 then
show_picture(stim_category[t], t);
pictrial.present(); # wird maximal für 10 s präsentiert, endet mit button press (2)
else
show_picture(stim_category[t], t);
pictrial.present(); # wird maximal für 10 s präsentiert, endet mit button press (2)
end;
handle_its(scales, pics, its, rat, timeout, input_keys, rating_steuerung, rating_ergebnisse, boxpic);
handle_its(scales, pics, its, rat + 1, timeout, input_keys, rating_steuerung, rating_ergebnisse, boxpic);
handle_its(scales, pics, its, rat + 2, timeout, input_keys, rating_steuerung, rating_ergebnisse, boxpic);
t = t + 1;
rat = rat + 3;
end;
write_table(results_filename, rating_ergebnisse, n_ratings, n_results_columns);
|
547636486e699460b7c2701f67ebf80c39256480 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1484/CH6/EX6.21/6_21.sce | 94d5e13a8ee96979acc523a99b7d3b61b4885474 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 367 | sce | 6_21.sce | clc
//initialisation of variables
v1= 6.2 //ft/sec
a= 43.52 //ft^2/sec^2
a1= 105.6 //ft^2/sec^2
r= 0.468
r1= 0.87
d= 5 //in
d1= 6 //in
//CALCULATIONS
v2= sqrt(a-r*v1^2)
v3= sqrt(a1-r1*v1^2)
Q1= %pi*(d1/12)^2*60*v2/4
Q2= %pi*(d/12)^2*60*v3/4
//RESULTS
printf ('Quantity discharged= %.2f cuses',Q1)
printf ('\n Quantity discharged= %.2f cuses',Q2)
|
ac9071fbae6b633b1c819caaf7a464a838ab2169 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH12/EX12.1.a/data12_1.sci | 26255bb1f1d01ac12a7c5ee20d3fb2db2fd7f63c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 300 | sci | data12_1.sci |
//(Brakes) Example 12.1
//Diameter of the disk D (m)
D = 1
//Thickness of the disk t (m)
t = 0.2
//Speed of the flywheel n1 (rpm)
n1 = 350
//Time required to bring the disk to rest ts (s)
ts = 1.5
//Mass density of the disk rho (kg/m3)
rho = 7200
//Final angular speed of the disk w2 (rad/s)
w2 = 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.