blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21 values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8 values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50 values | src_encoding stringclasses 23 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 29 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55183c736a01eb738926734632e11315212f1679 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH4/EX4.5/ex4_5.sce | 6134cda9067c513c261edaeff4996a4a486eda2d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex4_5.sce | // Exa 4.5
clc;
clear;
close;
// Given data
m = 1.5;// in kg
T1 = 90;// in °C
T1 = T1 + 273;//in K
T2 = 225;// in °C
T2 = T2 + 273;// in K
C_p = 0.24;
C_v = 0.17;
Q = (m * C_p * (T2-T1));// in kcal
del_U = (m * C_v * (T2-T1));// in kcal
W = Q - del_U;// in kcal
disp(W,"The external work done in kcal is");
|
81e6a4e662415b4b090eb94c327ea1857e0a2ab9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2621/CH2/EX2.2/Ex2_2.sce | ebf092b136db78b3dc8c2507497542d278ea7af4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex2_2.sce | // Example 2.2
clc;
clear;
close;
// Given data
format('v',6);
// Part (i)
Vin1= 5;// in µV
Vin1= Vin1*10^-6;// in V
Vin2= -7;//in µV
Vin2= Vin2*10^-6;// in V
Av= 2*10^5;// unit less
Rin= 2;// in MΩ
Vout= (Vin1-Vin2)*Av;// in V
disp(Vout,"The output voltage in volts is : ")
|
b27f8ef03941b86e632d56a8772de8084357fc96 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH6/EX6.8/Ex6_8.sce | f1fcc6f3f7b75d93fa175f193892f232f82d4f4e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 741 | sce | Ex6_8.sce |
// Ex6_8
clc;
// Given:
mU=236.04533;
mU1=236.045733;
mU2=235.043933;
mY=94.912;
mSb=136.91782;
mn=1.0087;
Na=6.02*10^23;
// Solution:
E1=(mU-mY-mSb-4*mn)*931; // Fission Energy in MeV
printf("The fission energy in MeV is = %f",E1)
r1=((mY)^0.33333);
r2=((mSb)^0.33333);
E2=(39*51*4.8*4.8*10^-20)/(1.5*10^-13*(r1+r2)*1.6*10^-6);// Barrier energy in MeV
printf("\n The barrier energy in MeV is = %f",E2)
E3=E2-E1;// Activation Energy in MeV
printf("\n The activation energy in MeV is = %f",E3)
// Note : There is discrepancy in the final answer.
E4=(mU2+mn-mU1)*931; // Fission Energy in MeV
printf("\n The fission by thermal neutrons is not possible since excitation energy %f is less than activation energy.",E4)
|
a1f19da94f9ec7f54ee819de9d8e30cb96ae58aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /3793/CH3/EX3.3/exp_3_3.sce | 6e0c9b12a53dc6c592293828b6276f9ef29f2147 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 527 | sce | exp_3_3.sce | clear;
clc;
D=1.200;
r=.75*(10^2);
rd=.7788*r;
Ir=complex(25,-30);
Iy=complex(35,-50);
Ib=complex(-60,80);
fln=2*(10^(-7))*(Ir*log(1/(3*D))+Iy*log(1/(2*D))+Ib*log(1/D));
mprintf("flux linkage of the neutral = %.9f + i%.9f Wb-T/m\n",real(fln),imag(fln));
Dn=%i*2*%pi*50*fln*10000;
LMAT=zeros(3);
LMAT(1,1)=log((2*D)/rd);
LMAT(1,2)=log(2);
LMAT(2,2)=log(D/rd);
LMAT(3,2)=log(2);
LMAT(3,3)=LMAT(1,1);
I=[Ir;Iy;Ib];
Vryb= %i*200*%pi*(10^(-7))*LMAT*I;
mprintf(" Voltage drop per unit length = ");
disp(Vryb);
|
513e572d7948f701e3fec0c6498a585868a095ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH7/EX7.7.b/7_7_soln.sce | c274896f1104783c0bddda56e16810ff7eb7beb1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 979 | sce | 7_7_soln.sce | clc;
pathname=get_absolute_file_path('7_7_soln.sce')
filename=pathname+filesep()+'7_7_data.sci'
exec(filename)
// Solution:
// pump theoretical flow-rate,
Q_T_pump=(V_D_pump*10^-6)*(N_pump/60); //m^3/s
// pump actual flow rate,
Q_A_pump=Q_T_pump*(eta_v_pump/100); //m^3/s
// motor theoretical flow-rate,
Q_T_motor=Q_A_pump*(eta_v_motor/100); //m^3/s ,motor actual flow-rate = pump actual-flow rate
// motor displacement,
V_D_motor=(Q_T_motor/(N_motor/60))*10^6; //cm^3
// hydraulic HP delivered to motor,
HHP_motor=(p*10^5)*Q_A_pump; //W
// brake HP delivered by motor,
BHP_motor=HHP_motor*(eta_v_motor/100)*(eta_m_motor/100); //W
BHP_motor=fix(BHP_motor)+(fix(floor((BHP_motor-fix(BHP_motor))*100))/100); //W ,rounding off the answer
// torque delivered by motor,
T_motor=(BHP_motor/N_motor)*(60/(2*%pi)); //Nm
// Results:
printf("\n Results: ")
printf("\n The Displacement of motor is %.1f cm^3.",V_D_motor)
printf("\n The Motor output torque is %.1f Nm.",T_motor)
|
b6fab281a54d271b51bee1fffc20d0f8845f756b | 9b68b3d73b63ebcbfe18cc9a4aa8e91c84833a84 | /tests/libs/hdf5/test-env-variables-new/FORTRAN/H5T/testfiles/112/h5ex_t_string_F03.tst | 5b58caf0d83be77045357e28a059352f9e2311fd | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-hdf4",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | openhpc/ohpc | 17515db5082429eb9f250f12bf242b994beb715f | 725a1f230434d0f08153ba1a5d0a7418574f8ae9 | refs/heads/3.x | 2023-08-19T02:15:14.682630 | 2023-08-18T19:33:51 | 2023-08-18T19:34:18 | 43,318,561 | 827 | 247 | Apache-2.0 | 2023-09-14T01:22:18 | 2015-09-28T18:20:29 | C | UTF-8 | Scilab | false | false | 62 | tst | h5ex_t_string_F03.tst | DS1(1): Parting
DS1(2): is such
DS1(3): sweet
DS1(4): sorrow.
|
37cce09f81035a47e15ea8af83c09f593fde464d | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH5/EX5.8/5_8.sce | c5cf572f5d9b686a429bb03ac93c4bea38b25461 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,134 | sce | 5_8.sce | clear;
clc;
printf("\t\t\tExample Number 5.8\n\n\n");
// drag force on a flat plate
// illustration5.8
// solution
// data is used from example 5.4
// we use equation (5-56) to compute the friction coefficient and then calculate the drag force .
// an average friction coefficient is desired, so st_bar*pr^(2/3) = Cf_bar/2
p = 101325;// [Pa] pressure of air
x = 0.4;// [m] drag force is computed on first 0.4 m of the plate
R = 287;// []
Tf = 316.5;// [K]
u = 2;// [m/s] air velocity
Cp = 1006;// [J/kg K]
Pr = 0.7;// prandtl no.
rho = p/(R*Tf);// [kg/cubic meter] density at 316.5 K
h_bar = 8.698;// [W/square meter K] heat transfer coefficient
// for the 0.4m length
st_bar = h_bar/(rho*Cp*u);
// then from equation (5-56)
Cf_bar = st_bar*Pr^(2/3)*2;
// the average shear stress at the wall is computed from equation(5-52)
tau_w_bar = Cf_bar*rho*u^(2)/2;// [N/square meter]
A = x*1;// [square meter] area per unit length
// the drag force is the product of this shear stress and the area,
D = tau_w_bar*A;// [N]
printf("Drag force exerted on the first 0.4 m of the plate is %f mN",D*1000);
|
ef6f9350b73e129887effc471d56b7a7e3f8e064 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3885/CH6/EX6.6/Ex6_6.sci | 40a0f476d510d72e3cbd4d4d10882dad403fb4a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,574 | sci | Ex6_6.sci | //control systems by Nagoor Kani A
//Edition 3
//Year of publication 2015
//Scilab version 6.0.0
//operating systems windows 10
// Example 6.6
clc;
clear;
s=poly(0,'s')
//calculation of gain K
kv=50//given velocity error constant
// open loop transfer function G(s)=K/s*(s+1)(s+5)
//by definition of velocity error constant applying limit s=0 in G(s)
disp('the value of K is 250;')
h=syslin('c',250/(s*(s+1)*(s+5)))
bode(h)
show_margins(h)
xtitle("uncompensated system")
//from the plot the phase margin of uncompensated system is -44
//but the system requires phase margin of 20 so lead compensation required
pm=20//choose PM of compensated system is 20 degree
//since the lead angle required is greater than 60 we have to realise lead compensator as cascade of two compensators with each compensator providing half of required phase
phim=69/2//maximum lead angle
alpha=(1-sind(phim))/(1+sind(phim))
disp(alpha,'the vale of alpha is')
wmdb=-20*log(1/sqrt(alpha))////db magnitude
wm=7.8//from the bode plot of uncompensated system the frequency wm corrosponding to db gain of -6db is 5.6rad/sec
t=1/(wm*sqrt(alpha))
disp(t,'the value of t is')
//transfer function of lead compensator is (s+1/t)/(s+1/alpha*t)
hc=syslin('c',(0.0784*(1+0.024*s)^2)/(1+0.067*s)^2)
disp(hc,' transfer function of lead compensator is')
//open loop transfer function of compensated system is h*hc
hcmp=syslin('c',h*hc)
disp(hcmp,'open loop transfer function of compensated system is ')
figure()
bode(hcmp)
show_margins(hcmp)
xtitle("compensated system")
|
7cba46624e190f174f848d8201a206cbbbfea6f1 | 333d6160f9a6d9e23a6bea06cd03e5e8fa8785a9 | /RobotLab2/SciLab/PlottingModelling.sce | b2d4261f91e5452045fb4b0ca2321e1f90f8cf77 | [
"MIT"
] | permissive | DmitryIo/ROBOTS | 6f6bb12a8e08dd28024136ee1a8a84ea7254da60 | 777f0884a098c4f21d044985c25a8be276334116 | refs/heads/master | 2023-04-30T12:52:54.082977 | 2021-05-17T19:55:34 | 2021-05-17T19:55:34 | 294,091,170 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 269 | sce | PlottingModelling.sce | Theta_real = read(get_absolute_file_path("PlottingModelling.sce") + "..\Data\log-20.txt", -1, 2)
Theta_real = Theta_real(1:112, :)
plot2d(Theta.time, Theta.values, 3)
plot2d(Theta_real(:,2), Theta_real(:, 1)*%pi/180, 5)
//plot2d()
//plot2d(Wdot.time, Wdot.values, 5)
|
d16ce1e6aca391c403a53d0f6bcdf9cb96799f3a | eb5e968f32e819e9f8fb064fb0f1956be341634c | /lab5/codigo_lab5.sce | 7298dfc548d98cbfd099e4465c86319f0394d9f6 | [] | no_license | RenataBrito/ControleDigital | 2235c8d531b4ba02c33f6291f75a09e837c4356e | b7033d8c0947b4c1ef006e8d7019af6e40566324 | refs/heads/master | 2023-01-14T10:10:09.694640 | 2020-11-17T01:25:49 | 2020-11-17T01:25:49 | 313,351,967 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 399 | sce | codigo_lab5.sce | s = poly(0,'s');
z = poly(0,'z');
wn = 1.049820150401;
zeta = 1.030083531574;
TF = syslin("c", (wn^2)/(s^2 + 2*zeta*wn*s + wn^2))
T0 = 0.1874
Gz = ss2tf(dscr(tf2ss(TF),T0))
b1 = 0.135437
q0 = 0.375
q1 = -0.35
q2 = 0.05
q1_min = -(q0*(1-(q0*b1)))
q2_min = -(q0+q1)
q2_max = q0
Gpid = syslin("d",(q0*z^2+q1*z+q2)/(z^2-z))
transf = ((Gz*Gpid)/(1+Gz*Gpid))
plzr(transf) // calculo dos polos e zeros
|
0dae43fe015d45bbea07ead9e964343c74f5945b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH2/EX2.4/example2_4.sce | 176d40951b82051138450ea5a6d04502fe8868e0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 678 | sce | example2_4.sce | clc
// Given that
lambda = 6e-7 // wavelength of light in meter
d = 0.5 // distance of observation point from circular opening in meter
r1 = 2e-3 // radius of circular opening in first case in meter
r2 = 2e-2 // radius of circular opening in second case in meter
// Sample Problem 4 on page no. 2.39
printf("\n # PROBLEM 4 # \n")
n1 = (r1^2) / (d * lambda) // calculation for no. of half period zone in first case
n2 = (r2^2) / (d * lambda) // calculation for no. of half period zone in second case
printf("\n Standard formula used \n n = (r^2) / (d * lambda) \n")
printf("\n No. of half period zone in first case = %d \n no. of half period zone in second case = %d ",n1,n2)
|
d38d413fcddc438198476c131823e8ae868aa5a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH6/EX6.6/Ex6_6.sce | 95db5326b36d18488df30fab353afd98e540914a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,049 | sce | Ex6_6.sce |
clc
clear
//Input data
ws=600;//Mass flow rate of feedwater in kg/s
p=140;//The inlet pressure of the feedwater in bar
t=170;//The inlet temperature of the feedwater in degree centigrade
wg=1250;//The mass flow rate of flue gases in kg/s
tg2=450;//The temperature at which flue gases leave the economisers coils in degree centigrade
Vf=12;//The velocity of the flue gas in m/s
Vw=1.2;//The velocity of the water leaving the coil in m/s
Do=0.07;//The outer diameter of the tube in m
Di=0.06;//The inner diameter of the tube in m
U=70;//The overall heat transfer coefficient in W/m^2K
Cp=1.12;//The specific heat capacity of the flue gases in kJ/kgK
V=0.08;//The vertical pitch of the coil in m
B=4.8;//The width of the duct in m
C=0.005;//The clearence on the both sides of the duct in m
pi=3.142;//Mathematical constant
//Calculations
hf=1571.1;//The enthalpy of the saturated liquid at 140 bar in kJ/Kg
ts=336.75;//The saturated temperature at 140 bar in degree centigrade
vf=0.001611;//The specific volume of the saturated liquid at 140 bar in m^3/kg
hf1=719.21;//The enthalpy of the saturated liquid at 170 degree C in kJ/kg
vf1=0.001114;//The specific volume of the saturated liquid at 170 degree C in m^3/kg
tg1=[(ws*(hf-hf1))/(wg*Cp)]+tg2;//The temperature at which flue gases enters the economisers coils in degree centigrade
t1m=(478.25-280)/(log(478.25/280));//The mean temperature for inlet and exit temperature in degree centigrade
Q=ws*(hf-hf1);//The rate of heat transfer in the economiser in kW
Ao=[Q/(U*t1m)]*10^3;//The outer area in m^2
n=[(ws*(vf/Vw)*(4/pi)*(1/Di^2))];//The number of coils needed in the economiser
l=Ao/(n*pi*Do);//The length of one coil in m
nt=l/(B-(2*C));//The number of turns in on ecoil
VH=nt*V;//The vertical height of the duct occupied by the economiser coils
//Output
printf('(a) The number of coils needed in the economiser = %3.0f \n (b) The length of one coil = %3.1f m \n (c) The verticle height of the duct occupied by the economiser coils = %3.2f m ',n,l,VH)
|
71f722b6327b53b1c15ed26e9c776d193843816e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH2/EX2.8/Ex2_8.sce | 4bb81b61622a21dd680ce1a90d58acf4925991eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 750 | sce | Ex2_8.sce | clc
// from fig 2.27
w = 2.5 // cm
t = 3.2 // strip thickness in mm
h = 10 // cm
a = t + 0.015*h*10 // back scrap and front scrap in mm
b = t // scrap bridge in mm
W = h + (2*a)/10 // width of strip in cm
W = ceil(W) // cm
s = w + b/10 // length of one piece of stock in cm
L = 240 // length of strip in cm
N = (L-b)/s // number of parts
y = L - (N*s + b/10) // scrap remaining at the end in mm
printf("\n Value of back scrap = %0.1f mm\n Value of scrap bridge = %0.1f mm " , a , b )
printf("\n Width of strip = %0.2f cm\n Length of one piece of stock needed to produce one part = %0.2f cm" , W , s)
printf("\n Number of parts = %0.1f blanks\n Scrap remaining at the end = %0.2f mm" , N , y)
// Answers vary due to round off error
|
7dd61c28e371767f6e770e4cc28e843665af4aa9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH5/EX5.23/5_23.sce | 4faee44e665bf61d89d54fffc1d6e9bbe9368b43 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 152 | sce | 5_23.sce | clear; clc; close;
Beta = 8000;
Re = 390;
ri = 5*(10^(3));
x = ri/Beta;
Zo = (Re*ri*x)/(Re*ri+ri*x+x*Re);
disp(Zo,"output impedance(Zo) :");
|
5f06352901bc0875eef7213e8053ee15ecc4ddb1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH6/EX6.17/Chapter6_Example17.sce | 6ef0fc83bc4f48073ff84f7c5869d64775af578c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 818 | sce | Chapter6_Example17.sce | clc
clear
//Input data
l=80;//The latent heat of ice in calories per gram
V1=1.091;//The specific volume of 1 gram of ice at 0 degree centigrade in cm^3
V2=1.000;//The specific volume of 1 gram of water at 0 degree centigrade in cm^3
p=1;//The pressure in atm
T=273;//The temperature at 0 degree centigrade in K
//Calculations
L=80*4.2*10^7;//The latent heat of ice in ergs
P=76*13.6*980;//The pressure in dynes/cm^2
T=(P*T*(V2-V1))/L;//The depression in the melting point of ice produced by one atmosphere increase of pressure in K
T1=-T;//The decrease in the melting point of ice with an increase in pressure of one atmosphere
//Output
printf('The decrease in the melting point of ice with an increase, \n in pressure of one atmosphere is %3.4f K (or) %3.4f degree centigrade ',T1,T1)
|
5be310a6738a038258cadde71968b8653c4b25f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH12/EX12.15/Ex12_15.sce | c4ae15c5bb12f0d3271541eb291576163c08d162 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 644 | sce | Ex12_15.sce | //EX12_15 Pg-12.31
clc
clear
m1=0.6;// modulation index
It=1.5;//antenna current when AM transmitter is 50% modulated
Ic=It/sqrt(1+m1^2/2);//carrier current
m2=0.7//when another modulated signal is added
m=sqrt(m1^2+m2^2);//total modulation index
It=Ic*sqrt(1+m^2/2)
printf("\n Therefore total antenna current It=%.2f A \n",It)
disp("Ptotal=Pc+Pc*m^2/4+Pc*m^2/4 => Total power radiated")
Pc=poly(0,'Pc');
Ptotal=Pc+Pc*m^2/4+Pc*m^2/4 ;
P=Pc+Pc*m^2/4 //Total power if one of the side band is suppressed
%P=P/Ptotal;//percentage power saving
%P=horner(%P,1)*100
mprintf("\n Therefore percentage power saving %%P=%.0f %%",%P)
|
61b4d4e1bf7d83f501800d3c0f87b8df256e9372 | 449d555969bfd7befe906877abab098c6e63a0e8 | /539/CH8/EX8.1/Example_8_1.sce | 3f069d4e78439f0b3a29fed35c14379ebf0da058 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 369 | sce | Example_8_1.sce | //Maximum Flaw Length Computation
clear;
clc;
printf("\tExample 8.1\n");
sigma=40*10^6; // in Pa Tensile stress
E=69*10^9; //Modulus of elaticity in pa
Ys=0.3; //Specific surface energy in N/m^2
//Maximum length of a surface flaw
a=2*E*Ys/(%pi*sigma^2);
printf("\nMaximum lemgth of a surface falw without fracture : %.4f mm\n",a/10^-3);
//End |
bb031e46219349d7724a6a7f9fc0a70355c8be8f | 6293acfc75cfc7d664d74247dfda966e873b9526 | /examples/p7-out.sce | c9c68f4b434258deee434c1a9e5346d9c0fcf9d3 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | johnbarton/ACE | 4a55c90a85ab86740a48d59b87b3e5bcece8828e | 8a43df211aab67e9783301d0dba0b53fa7bf8a80 | refs/heads/master | 2023-05-26T06:01:28.897344 | 2023-05-12T20:59:55 | 2023-05-12T20:59:55 | 32,744,304 | 27 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 17,542 | sce | p7-out.sce | 1.000000e+00 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
9.523810e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
9.070295e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
8.638376e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
8.227025e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
7.835262e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
7.462154e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
7.106813e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
6.768394e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
6.446089e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
6.139133e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
5.846793e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
5.568374e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
5.303214e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
5.050680e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
4.810171e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
4.581115e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
4.362967e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
4.155207e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
3.957340e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
3.768895e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
3.589424e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
3.418499e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
3.255713e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
3.100679e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
2.953028e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
2.812407e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
2.678483e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
2.550936e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
2.429463e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
2.313774e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
2.203595e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
2.098662e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
1.998725e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
1.903548e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
1.812903e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
1.726574e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
1.644356e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
1.566054e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
1.491480e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
1.420457e-01 3.236187e-01 6.943957e-01 9.677928e+00 1.296126e+01 2 2556 71
1.352816e-01 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
1.288396e-01 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
1.227044e-01 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
1.168613e-01 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
1.112965e-01 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
1.059967e-01 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
1.009492e-01 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
9.614211e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
9.156391e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
8.720373e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
8.305117e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
7.909635e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
7.532986e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
7.174272e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
6.832640e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
6.507276e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
6.197406e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
5.902291e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
5.621230e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
5.353552e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
5.098621e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
4.855830e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
4.624600e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
4.404381e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
4.194648e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
3.994903e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
3.804670e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
3.623495e-02 3.278871e-01 6.827582e-01 9.677928e+00 1.281969e+01 2 2556 72
3.450948e-02 3.013945e-01 6.766266e-01 9.881909e+00 1.278485e+01 2 2556 73
3.286617e-02 3.013945e-01 6.766266e-01 9.881909e+00 1.278485e+01 2 2556 73
3.130111e-02 3.013945e-01 6.766266e-01 9.881909e+00 1.278485e+01 2 2556 73
2.981058e-02 3.013945e-01 6.766266e-01 9.881909e+00 1.278485e+01 2 2556 73
2.839103e-02 3.025227e-01 6.713939e-01 9.881909e+00 1.275570e+01 2 2556 74
2.703908e-02 3.025227e-01 6.713939e-01 9.881909e+00 1.275570e+01 2 2556 74
2.575150e-02 3.404237e-01 6.600914e-01 1.102930e+01 1.267530e+01 2 2556 77
2.452524e-02 3.446681e-01 6.548153e-01 1.102930e+01 1.265008e+01 2 2556 78
2.335737e-02 3.262868e-01 6.513207e-01 1.027712e+01 1.262601e+01 2 2556 79
2.224512e-02 3.262868e-01 6.513207e-01 1.027712e+01 1.262601e+01 2 2556 79
2.118582e-02 3.262868e-01 6.513207e-01 1.027712e+01 1.262601e+01 2 2556 79
2.017698e-02 3.262868e-01 6.513207e-01 1.027712e+01 1.262601e+01 2 2556 79
1.921617e-02 3.262868e-01 6.513207e-01 1.027712e+01 1.262601e+01 2 2556 79
1.830111e-02 3.262868e-01 6.513207e-01 1.027712e+01 1.262601e+01 2 2556 79
1.742963e-02 3.262868e-01 6.513207e-01 1.027712e+01 1.262601e+01 2 2556 79
1.659965e-02 3.262868e-01 6.513207e-01 1.027712e+01 1.262601e+01 2 2556 79
1.580919e-02 3.282523e-01 6.459602e-01 5.917683e+00 1.261015e+01 2 2556 80
1.505637e-02 3.282523e-01 6.459602e-01 5.917683e+00 1.261015e+01 2 2556 80
1.433940e-02 3.301528e-01 6.430317e-01 5.917683e+00 1.259526e+01 2 2556 81
1.365657e-02 3.116237e-01 6.387771e-01 5.794901e+00 1.256755e+01 2 2556 83
1.300626e-02 3.171896e-01 6.361874e-01 6.015909e+00 1.255429e+01 2 2556 84
1.238691e-02 3.068198e-01 6.337727e-01 5.867425e+00 1.252901e+01 2 2556 86
1.179706e-02 3.068198e-01 6.337727e-01 5.867425e+00 1.252901e+01 2 2556 86
1.123530e-02 3.191629e-01 6.274883e-01 5.917683e+00 1.250615e+01 3 2557 88
1.070028e-02 3.183068e-01 6.251564e-01 5.623006e+00 1.248407e+01 3 2558 90
1.019074e-02 3.128439e-01 6.246542e-01 5.844014e+00 1.247355e+01 3 2558 91
9.705470e-03 5.832969e-01 6.514729e-01 5.672119e+00 1.244395e+01 3 2561 94
9.243305e-03 5.993415e-01 6.506233e-01 5.977187e+00 1.242506e+01 3 2561 96
8.803148e-03 1.246985e+00 7.458327e-01 1.780158e+01 1.241618e+01 3 2563 97
8.383950e-03 1.246985e+00 7.458327e-01 1.780158e+01 1.241618e+01 3 2563 97
7.984714e-03 1.390447e+00 7.753602e-01 2.003020e+01 1.240793e+01 3 2563 98
7.604490e-03 1.302011e+00 7.443324e-01 1.867952e+01 1.236891e+01 3 2564 103
7.242371e-03 1.369758e+00 7.564132e-01 1.939989e+01 1.235402e+01 3 2565 105
6.897497e-03 4.089671e+00 1.466999e+00 5.654365e+01 1.231848e+01 3 2570 110
6.569044e-03 4.294037e+00 1.563604e+00 5.861469e+01 1.229847e+01 3 2572 113
6.256233e-03 4.221693e+00 1.536180e+00 5.712894e+01 1.229220e+01 3 2573 114
5.958317e-03 3.936534e+00 1.441931e+00 5.505790e+01 1.227410e+01 3 2576 117
5.674588e-03 1.903239e+01 7.581087e+00 2.746788e+02 1.223318e+01 3 2587 124
5.404369e-03 2.619028e+01 9.703213e+00 3.972757e+02 1.221101e+01 3 2591 128
5.147018e-03 2.725557e+01 9.984351e+00 4.144744e+02 1.217951e+01 3 2601 134
4.901922e-03 3.325682e+01 1.121649e+01 5.155055e+02 1.216446e+01 3 2609 137
4.668497e-03 3.586500e+01 1.142116e+01 5.583671e+02 1.215016e+01 3 2613 140
4.446188e-03 3.675944e+01 1.176102e+01 5.691276e+02 1.213641e+01 3 2619 143
4.234465e-03 4.427886e+01 1.223513e+01 7.212594e+02 1.212337e+01 3 2624 146
4.032823e-03 5.182532e+01 1.181284e+01 8.695193e+02 1.211521e+01 3 2629 148
3.840784e-03 3.729865e+01 9.820749e+00 6.284225e+02 1.210728e+01 3 2637 154
3.657890e-03 4.177680e+01 1.097900e+01 6.960467e+02 1.209982e+01 3 2638 156
3.483704e-03 6.308470e+01 1.003366e+01 1.153478e+03 1.209620e+01 3 2644 159
3.317814e-03 6.729584e+01 8.972697e+00 1.232493e+03 1.208590e+01 3 2656 162
3.159823e-03 6.619152e+01 9.562090e+00 1.210657e+03 1.208591e+01 3 2662 164
3.009355e-03 6.650604e+01 9.464822e+00 1.219346e+03 1.207046e+01 3 2669 171
2.866052e-03 7.113879e+01 8.342912e+00 1.322538e+03 1.206169e+01 3 2678 174
2.729574e-03 7.208806e+01 8.170974e+00 1.337216e+03 1.205323e+01 3 2688 177
2.599594e-03 7.171453e+01 8.533264e+00 1.322763e+03 1.203209e+01 3 2699 185
2.475804e-03 7.829587e+01 7.480424e+00 1.432664e+03 1.202434e+01 3 2710 190
2.357908e-03 7.109736e+01 1.058225e+01 1.115884e+03 1.200742e+01 3 2734 199
2.245627e-03 5.979353e+01 1.146018e+01 9.389894e+02 1.199822e+01 3 2756 205
2.138692e-03 6.520217e+01 1.084225e+01 1.097650e+03 1.199173e+01 3 2766 210
2.036850e-03 6.975979e+01 1.117749e+01 1.143798e+03 1.198552e+01 3 2778 213
1.939857e-03 4.901071e+01 1.347307e+01 7.676328e+02 1.197560e+01 3 2795 222
1.847483e-03 4.943450e+01 1.318700e+01 7.792937e+02 1.196625e+01 3 2817 227
1.759507e-03 3.520040e+01 1.214510e+01 5.216286e+02 1.195728e+01 3 2845 234
1.675721e-03 2.555638e+01 9.058874e+00 3.957000e+02 1.195219e+01 3 2875 245
1.595925e-03 2.463151e+01 8.740760e+00 3.794467e+02 1.194888e+01 3 2878 247
1.519929e-03 1.881958e+01 7.273626e+00 2.848990e+02 1.194418e+01 3 2904 254
1.447551e-03 1.273918e+01 4.794771e+00 1.787354e+02 1.194123e+01 3 2927 260
1.378620e-03 1.513244e+01 6.049908e+00 1.912067e+02 1.193127e+01 3 2969 273
1.312972e-03 1.250935e+01 5.157460e+00 1.533876e+02 1.192854e+01 3 2992 277
1.250449e-03 1.406656e+01 5.851022e+00 1.670456e+02 1.192091e+01 3 3024 285
1.190904e-03 1.820333e+01 7.807423e+00 2.170209e+02 1.191241e+01 3 3059 294
1.134194e-03 1.214150e+01 5.383909e+00 1.280559e+02 1.190658e+01 4 3088 301
1.080185e-03 1.255478e+01 5.562258e+00 1.361600e+02 1.190100e+01 4 3114 308
1.028748e-03 1.466711e+01 6.747221e+00 1.591666e+02 1.189048e+01 4 3167 318
9.797596e-04 1.508999e+01 7.059463e+00 1.790217e+02 1.188449e+01 4 3200 328
9.331044e-04 1.112138e+01 4.853852e+00 8.059884e+01 1.187587e+01 4 3247 341
8.886708e-04 1.353993e+01 6.891062e+00 9.168768e+01 1.187123e+01 4 3289 352
8.463532e-04 1.917385e+01 9.964734e+00 1.309919e+02 1.186601e+01 4 3321 364
8.060507e-04 1.911941e+01 1.019924e+01 1.334989e+02 1.186352e+01 4 3343 373
7.676673e-04 2.298425e+01 1.194769e+01 1.659755e+02 1.186115e+01 4 3353 380
7.311117e-04 2.550650e+01 1.277885e+01 1.768295e+02 1.185510e+01 4 3399 390
6.962969e-04 1.842427e+01 9.891297e+00 1.219612e+02 1.185371e+01 4 3442 406
6.631399e-04 1.740523e+01 9.217709e+00 1.212994e+02 1.184924e+01 4 3504 421
6.315618e-04 3.417491e+01 1.588041e+01 3.630265e+02 1.184345e+01 4 3592 436
6.014874e-04 3.865198e+01 1.814867e+01 4.320464e+02 1.183676e+01 4 3651 449
5.728452e-04 2.896994e+01 1.587325e+01 2.934213e+02 1.183678e+01 4 3710 461
5.455668e-04 3.377472e+01 1.782970e+01 3.869861e+02 1.183061e+01 4 3753 476
5.195874e-04 3.152087e+01 1.691942e+01 3.386317e+02 1.182903e+01 4 3796 489
4.948452e-04 2.514215e+01 1.385968e+01 2.832459e+02 1.182855e+01 4 3830 498
4.712811e-04 1.727156e+01 1.010474e+01 1.884053e+02 1.182620e+01 4 3861 511
4.488392e-04 2.068950e+01 1.252041e+01 2.241533e+02 1.182160e+01 4 3921 525
4.274659e-04 2.496841e+01 1.552694e+01 2.601265e+02 1.181765e+01 4 4024 540
4.071104e-04 2.531488e+01 1.461031e+01 2.771001e+02 1.181222e+01 4 4138 559
3.877241e-04 2.582800e+01 1.483194e+01 2.813320e+02 1.180742e+01 4 4243 577
3.692611e-04 2.969295e+01 1.720379e+01 3.224827e+02 1.180518e+01 4 4345 593
3.516772e-04 3.440112e+01 1.936507e+01 3.778157e+02 1.180015e+01 4 4473 611
3.349307e-04 5.197742e+01 2.638575e+01 5.548719e+02 1.179690e+01 4 4595 634
3.189816e-04 5.679079e+01 2.742163e+01 6.190880e+02 1.179323e+01 4 4677 651
3.037920e-04 5.377240e+01 2.834464e+01 5.867554e+02 1.179040e+01 4 4761 670
2.893257e-04 4.055859e+01 2.379073e+01 4.416081e+02 1.178807e+01 4 4839 696
2.755483e-04 2.426453e+01 1.545369e+01 2.609462e+02 1.178242e+01 4 4970 728
2.624270e-04 3.763223e+01 2.240346e+01 4.593212e+02 1.177742e+01 4 5137 754
2.499304e-04 2.788139e+01 1.877552e+01 3.401862e+02 1.177634e+01 4 5235 786
2.380290e-04 1.973658e+01 1.408490e+01 2.321316e+02 1.177342e+01 4 5335 812
2.266943e-04 1.107957e+01 7.801489e+00 1.268684e+02 1.177271e+01 4 5443 837
2.158993e-04 7.903022e+00 5.407255e+00 8.495226e+01 1.176810e+01 4 5584 872
2.056184e-04 6.819117e+00 4.467598e+00 6.869353e+01 1.176727e+01 4 5724 904
1.958270e-04 6.886262e+00 4.575245e+00 6.905315e+01 1.176485e+01 5 5799 935
1.865019e-04 3.481020e+00 2.132777e+00 3.114401e+01 1.176527e+01 5 5862 963
1.776209e-04 2.803712e+00 1.636313e+00 2.344512e+01 1.176434e+01 5 6023 986
1.691628e-04 1.782145e+00 1.020116e+00 1.289544e+01 1.176356e+01 5 6187 1018
1.611074e-04 1.936039e+00 1.042426e+00 1.351172e+01 1.176355e+01 5 6222 1030
1.534356e-04 1.732602e+00 9.932408e-01 1.282396e+01 1.176176e+01 5 6282 1055
1.461292e-04 1.340794e+00 7.518305e-01 9.468101e+00 1.176106e+01 5 6322 1083
1.391706e-04 1.424997e+00 7.852520e-01 1.006480e+01 1.175733e+01 5 6456 1127
1.325434e-04 1.081839e+00 6.191470e-01 7.091198e+00 1.175612e+01 5 6577 1154
1.262319e-04 8.491053e-01 5.039886e-01 5.461435e+00 1.175465e+01 5 6806 1197
1.202208e-04 8.819896e-01 5.091323e-01 6.404982e+00 1.175292e+01 5 6965 1238
1.144960e-04 8.877885e-01 5.003030e-01 6.262020e+00 1.175221e+01 5 7033 1264
1.090438e-04 8.628186e-01 4.803980e-01 6.605128e+00 1.174978e+01 5 7181 1309
1.038513e-04 8.829258e-01 4.762655e-01 6.433574e+00 1.174788e+01 5 7350 1346
9.890596e-05 7.124634e-01 4.012155e-01 4.460703e+00 1.174623e+01 5 7602 1394
9.419616e-05 6.727335e-01 3.855030e-01 4.432110e+00 1.174305e+01 5 7894 1457
8.971062e-05 6.218494e-01 3.601985e-01 4.003225e+00 1.174110e+01 5 8075 1503
8.543869e-05 6.166053e-01 3.629742e-01 4.156113e+00 1.173968e+01 5 8185 1554
8.137018e-05 6.291027e-01 3.485671e-01 3.584266e+00 1.173806e+01 5 8333 1603
7.749541e-05 5.613482e-01 3.314194e-01 2.983327e+00 1.173750e+01 5 8571 1652
7.380515e-05 5.047575e-01 3.033524e-01 2.189281e+00 1.173620e+01 5 8655 1695
7.029062e-05 4.749756e-01 2.818581e-01 2.039780e+00 1.172760e+01 5 9436 1845
6.694345e-05 5.253258e-01 2.900421e-01 2.379126e+00 1.172495e+01 5 9958 1925
6.375567e-05 4.979205e-01 2.637378e-01 1.978834e+00 1.172146e+01 5 10489 2008
6.071968e-05 4.455369e-01 2.383388e-01 1.546209e+00 1.171849e+01 5 11016 2088
5.782827e-05 4.973111e-01 2.399219e-01 1.628646e+00 1.171563e+01 5 11516 2157
5.507454e-05 4.268638e-01 2.314884e-01 1.453843e+00 1.171389e+01 5 11992 2229
5.245194e-05 4.747136e-01 2.267602e-01 1.598324e+00 1.171321e+01 5 12324 2285
4.995423e-05 4.701033e-01 2.272151e-01 2.025690e+00 1.171283e+01 5 12643 2341
4.757546e-05 4.335922e-01 2.267141e-01 1.328346e+00 1.171125e+01 5 13016 2418
4.530996e-05 4.211406e-01 2.140983e-01 1.355120e+00 1.171118e+01 5 13137 2468
4.315234e-05 4.112980e-01 2.081264e-01 1.197426e+00 1.171057e+01 5 13338 2530
4.109747e-05 3.985281e-01 1.972667e-01 1.333559e+00 1.170908e+01 5 13649 2599
3.914045e-05 3.886325e-01 2.042792e-01 1.169441e+00 1.170851e+01 5 13884 2672
3.727662e-05 4.038278e-01 2.034944e-01 1.543314e+00 1.170852e+01 5 14139 2750
3.550154e-05 4.092534e-01 2.038552e-01 1.360911e+00 1.170830e+01 5 14393 2818
3.381099e-05 4.011589e-01 1.967661e-01 1.317482e+00 1.170866e+01 5 14578 2882
3.220094e-05 4.075301e-01 1.975486e-01 1.331958e+00 1.170837e+01 5 14791 2936
3.066757e-05 3.316214e-01 1.862224e-01 1.494094e+00 1.170788e+01 5 15160 3030
2.920721e-05 3.774953e-01 1.878462e-01 1.624382e+00 1.170752e+01 5 15458 3098
2.781639e-05 4.137364e-01 1.920551e-01 1.320377e+00 1.170708e+01 5 15755 3196
2.649180e-05 3.640743e-01 1.873226e-01 1.357687e+00 1.170670e+01 5 15944 3274
2.523028e-05 3.381246e-01 1.777892e-01 1.453560e+00 1.170638e+01 5 16340 3359
2.402884e-05 4.034509e-01 1.835997e-01 1.431844e+00 1.170574e+01 6 16615 3457
2.288461e-05 3.917723e-01 1.798489e-01 1.844424e+00 1.170447e+01 6 16928 3537
2.179487e-05 3.895496e-01 1.793811e-01 1.228020e+00 1.170008e+01 6 17277 3631
2.075702e-05 3.694148e-01 1.809300e-01 1.677133e+00 1.170018e+01 6 17502 3697
1.976859e-05 3.635949e-01 1.781998e-01 1.434696e+00 1.169922e+01 6 17878 3832
1.882722e-05 3.288484e-01 1.753953e-01 1.474627e+00 1.169890e+01 6 18224 3932
1.793069e-05 3.559349e-01 1.763085e-01 1.272120e+00 1.169846e+01 6 18513 4044
1.707685e-05 3.362312e-01 1.676876e-01 1.158032e+00 1.169851e+01 6 18626 4135
1.626366e-05 3.436806e-01 1.691748e-01 1.266416e+00 1.169851e+01 6 18886 4234
1.548920e-05 3.925430e-01 1.743252e-01 1.115249e+00 1.169782e+01 6 19232 4359
1.475162e-05 4.005672e-01 1.734981e-01 1.440400e+00 1.169748e+01 6 19512 4505
1.404916e-05 4.047460e-01 1.685731e-01 1.443253e+00 1.169721e+01 6 19991 4634
1.338016e-05 3.641289e-01 1.674574e-01 9.498217e-01 1.169706e+01 6 20293 4773
|
2e8294892c03f8aa3e2d3e6c32f879da45006cd9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1850/CH6/EX6.3/exa_6_3.sce | cf71350e9e4810f9035cd3d2ca1337541eccbfb9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 433 | sce | exa_6_3.sce | // Exa 6.3
clc;
clear;
close;
// Given Data
f_H= 1;// in kHz
f_H= f_H*10^3;// in Hz
C=0.0047;// in micro F
C=C*10^-6;// in F
C_desh= C;
R= 1/(2*%pi*f_H*C);// in ohm
R=R*10^-3;// in kohm
R=floor(R);
R_desh= R;
R1=R ;// in k ohm
Rf= 0.586*R1;// in k ohm
Rf= ceil(Rf);// in k ohm
disp(R,"Value of R in k ohm");
disp(C*10^6,"Value of R in micro F");
disp(R1,"Value of R1 in k ohm");
disp(Rf,"Value of Rf in k ohm");
|
800bdfcd9397537a966d56949d99c61faf109191 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.12_14.tst | 47b50e1d45710d854e5bcfd85ec08feea9e9081d | [] | 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 | 21,725 | tst | bow.12_14.tst | 12 4:1.0 15:0.03125 28:0.14285714285714285 29:0.5 60:0.030303030303030304 78:1.0 256:0.5 505:0.25 614:1.0 653:0.3333333333333333 657:1.0 1127:1.0 3267:1.0 5841:1.0
12 13:0.08333333333333333 14:0.5 15:0.03125 18:1.0 36:0.5 39:0.16666666666666666 57:1.0 60:0.030303030303030304 164:1.0 180:0.5 192:1.0 218:0.5 505:0.25 517:1.0 518:1.0 603:0.045454545454545456 660:1.0 755:1.0 798:1.0 899:1.0 1318:1.0 1659:1.0 3377:1.0 3582:1.0 4009:1.0 4015:1.0 4633:1.0 5050:1.0
12 39:0.16666666666666666 57:2.0 421:0.5 442:1.0 1240:1.0 1962:1.0 4507:1.0 5010:1.0
12 1:0.2 15:0.03125 26:0.03571428571428571 30:1.0 39:0.16666666666666666 57:1.0 96:0.2 210:0.5 253:0.5 343:1.0 419:1.0 439:1.0 543:1.0 633:1.0 649:1.0 1348:1.0 1503:1.0 1638:1.0 1706:1.0 1983:0.5 2010:1.0 2675:1.0 2867:1.0 3438:1.0 3805:1.0
12 12:1.0 13:0.08333333333333333 14:1.0 15:0.03125 34:1.0 57:1.0 135:1.0 210:0.5 327:1.0 706:1.0 1498:1.0 2296:1.0 4738:1.0
12 4:1.0 13:0.08333333333333333 15:0.0625 36:0.5 39:0.16666666666666666 55:0.6666666666666666 57:1.0 60:0.030303030303030304 87:0.3333333333333333 217:0.25 218:0.5 262:0.5 291:1.0 348:0.25 359:0.3333333333333333 381:0.2 493:0.5 516:1.0 595:1.0 606:1.0 611:0.3333333333333333 681:1.0 706:1.0 1321:1.0 2343:0.5 3400:1.0 3428:1.0 4090:1.0 4143:1.0 4546:1.0 5449:1.0
12 1:0.2 14:0.5 23:1.0 39:0.16666666666666666 55:0.3333333333333333 60:0.030303030303030304 135:1.0 160:1.0 263:0.16666666666666666 704:0.2 952:1.0 1264:1.0 1809:0.5 2084:1.0 2386:0.5 4090:1.0
12 4:1.0 28:0.14285714285714285 30:1.0 34:1.0 55:0.6666666666666666 74:1.0 87:0.6666666666666666 129:1.0 151:0.1 184:1.0 198:1.0 487:0.5 490:2.0 505:0.25 677:1.0 679:1.0 953:1.0 1817:1.0 2058:1.0 3208:1.0 3413:1.0 3870:1.0
12 1:0.2 4:1.0 28:0.14285714285714285 35:0.5 39:0.16666666666666666 96:0.2 182:1.0 254:0.08333333333333333 263:0.16666666666666666 304:0.5 452:1.0 586:1.0 657:1.0 1254:0.5 1541:1.0 2555:1.0 4294:1.0
12 13:0.08333333333333333 15:0.09375 39:0.16666666666666666 75:1.0 102:0.5 134:0.5 154:1.0 160:1.0 260:0.25 653:0.3333333333333333 677:1.0 679:1.0 701:1.0 898:0.125 899:1.0 946:1.0 1247:1.0 1700:1.0 4152:1.0
12 4:1.0 28:0.14285714285714285 57:1.0 217:0.25 218:0.5 628:2.0 2960:1.0 4945:2.0 5670:1.0
12 14:0.5 15:0.0625 34:1.0 37:0.5 57:1.0 96:0.4 151:0.1 227:1.0 263:0.16666666666666666 772:1.0 870:1.0 946:1.0 1310:1.0 1448:0.5 2081:1.0 3803:1.0 4334:1.0 4803:1.0
12 1:0.1 14:1.0 30:1.0 34:1.0 39:0.16666666666666666 75:1.0 160:1.0 180:0.5 218:0.5 293:0.5 400:1.0 475:1.0 493:0.5 738:1.0 1354:1.0 1700:1.0 2062:1.0 5138:0.5 5592:1.0
12 15:0.0625 30:1.0 37:0.5 55:0.3333333333333333 60:0.030303030303030304 95:1.0 194:1.0 256:0.5 266:1.0 359:0.3333333333333333 394:1.0 398:0.2 429:1.0 439:1.0 468:2.0 632:1.0 1210:1.0 1321:1.0 1483:1.0 1521:1.0 1545:1.0 2062:1.0 2106:1.0 2973:1.0 3226:1.0 3896:1.0
12 1:0.1 4:1.0 13:0.08333333333333333 15:0.0625 19:0.5 37:0.5 55:0.3333333333333333 60:0.030303030303030304 87:0.6666666666666666 108:1.0 207:0.5 246:0.3333333333333333 256:0.5 259:1.0 348:0.5 452:1.0 546:0.3333333333333333 632:1.0 704:0.2 1126:0.5 1427:0.5 1573:1.0 1595:1.0 2081:3.0 2321:1.0 2335:1.0 2537:1.0 5852:1.0
12 1:0.2 13:0.08333333333333333 39:0.16666666666666666 55:0.3333333333333333 130:1.0 157:1.0 183:0.5 355:0.5 409:0.1 452:1.0 635:1.0 660:1.0 898:0.125 899:1.0 965:0.5 1037:1.0 2271:1.0 2374:1.0
12 4:1.0 13:0.08333333333333333 14:0.5 15:0.0625 39:0.16666666666666666 55:1.0 60:0.030303030303030304 72:0.5 246:0.3333333333333333 313:1.0 352:0.5 548:1.0 801:1.0 831:1.0 899:1.0 942:1.0 1151:1.0 1254:0.5 1321:1.0 1563:0.3333333333333333 2245:1.0 2263:1.0 5408:1.0 6245:1.0
12 1:0.1 4:1.0 28:0.14285714285714285 35:0.25 36:0.5 55:0.3333333333333333 60:0.030303030303030304 76:0.1111111111111111 96:0.4 102:0.5 180:0.5 217:0.25 218:0.5 297:1.0 336:0.14285714285714285 788:1.0 1227:1.0 1234:1.0 1503:1.0 1825:1.0 2151:1.0 2371:1.0 4149:1.0 4695:1.0 5329:1.0
12 15:0.03125 62:1.0 64:0.5 76:0.1111111111111111 352:0.5 635:1.0 1195:1.0 1267:1.0 1391:1.0 1815:1.0 2263:1.0 5816:1.0
12 1:0.1 14:0.5 15:0.03125 29:0.5 55:0.3333333333333333 64:0.5 109:1.0 198:1.0 217:0.25 218:0.5 254:0.08333333333333333 262:0.5 326:0.5 755:1.0 954:1.0 1033:1.0 1689:1.0 3351:1.0 3480:0.5
12 14:0.5 57:1.0 151:0.1 189:1.0 253:0.5 606:1.0 607:0.3333333333333333 1554:1.0 2879:1.0 3456:1.0 3612:1.0
12 4:1.0 13:0.08333333333333333 15:0.03125 35:0.25 37:0.5 39:0.16666666666666666 76:0.1111111111111111 80:0.6666666666666666 129:2.0 140:1.0 151:0.1 157:1.0 158:1.0 189:1.0 198:1.0 260:0.25 721:1.0 1526:1.0 1961:1.0 2068:1.0 3789:1.0
12 1:0.1 4:1.0 15:0.0625 35:0.25 39:0.16666666666666666 55:0.6666666666666666 64:0.5 76:0.2222222222222222 87:0.3333333333333333 129:1.0 189:1.0 253:0.5 254:0.08333333333333333 290:1.0 291:1.0 331:1.0 332:1.0 359:0.3333333333333333 607:0.3333333333333333 741:1.0 994:1.0 1508:1.0 1952:1.0 2319:1.0 2320:1.0 2851:1.0 3575:1.0 3667:1.0 4132:0.5 5852:1.0
12 6:0.5 14:0.5 26:0.03571428571428571 30:1.0 39:0.5 74:1.0 87:0.3333333333333333 96:0.2 134:0.5 135:2.0 148:1.0 160:2.0 189:1.0 231:0.3333333333333333 294:0.3333333333333333 348:0.25 483:1.0 607:0.3333333333333333 660:1.0 693:0.5 1260:1.0 1847:1.0 2063:1.0 3714:1.0 3960:1.0 3961:1.0 5029:1.0
12 1:0.2 4:1.0 14:0.5 15:0.0625 26:0.03571428571428571 36:0.5 55:0.3333333333333333 76:0.2222222222222222 129:1.0 140:1.0 180:0.5 253:0.5 254:0.08333333333333333 255:1.0 256:0.5 294:0.3333333333333333 395:0.5 867:1.0 977:1.0 1130:1.0 1310:1.0 3463:1.0 3648:1.0
12 1:0.1 4:2.0 12:1.0 15:0.0625 42:0.5 55:0.6666666666666666 96:0.2 132:1.0 151:0.1 159:0.05263157894736842 217:0.25 218:0.5 293:0.5 606:1.0 1037:1.0 1294:1.0 1458:1.0 2163:1.0 2187:1.0 3908:1.0 3958:1.0 4836:1.0
12 4:1.0 14:0.5 15:0.0625 28:0.14285714285714285 29:0.5 30:1.0 60:0.030303030303030304 64:0.5 198:1.0 199:0.5 330:1.0 381:0.2 844:1.0 1102:1.0 1379:1.0 1700:1.0 2042:1.0 2409:1.0 3700:1.0 3714:1.0
12 1:0.1 15:0.03125 37:0.5 55:0.3333333333333333 163:1.0 194:1.0 215:0.3333333333333333 263:0.16666666666666666 457:0.2 506:1.0 1094:0.25 1130:1.0 1398:1.0 1497:1.0
12 1:0.1 29:0.5 55:0.3333333333333333 256:0.5 297:1.0 341:2.0 409:0.1 1563:0.3333333333333333 3789:1.0
12 14:1.0 15:0.03125 26:0.07142857142857142 55:0.3333333333333333 132:1.0 195:0.3333333333333333 294:0.3333333333333333 974:1.0 1541:1.0 1787:1.0 1849:1.0 2100:1.0 2397:1.0 2878:1.0 4228:1.0 4991:1.0
12 1:0.1 5:0.16666666666666666 35:0.25 55:0.3333333333333333 76:0.1111111111111111 87:0.3333333333333333 147:1.0 160:1.0 207:0.5 246:0.3333333333333333 507:1.0 677:1.0 735:1.0 775:1.0 2320:1.0 2515:1.0
12 1:0.2 4:2.0 6:0.5 15:0.03125 18:1.0 26:0.03571428571428571 39:0.16666666666666666 55:0.3333333333333333 87:0.3333333333333333 96:0.2 180:0.5 199:0.5 217:0.25 218:0.5 256:0.5 258:1.0 348:0.25 439:1.0 493:0.5 742:1.0 937:1.0 1213:1.0 1321:1.0 1426:1.0 1508:1.0 1604:1.0 1996:1.0 2527:1.0 2831:1.0 2923:1.0 3013:1.0 3018:1.0 3528:1.0 4934:1.0 5158:1.0
12 14:0.5 15:0.03125 28:0.14285714285714285 87:0.3333333333333333 291:1.0 294:0.3333333333333333 503:1.0 512:1.0 702:0.5 1132:0.5 1138:1.0 1787:1.0 2058:1.0 2069:1.0 3099:1.0 4011:1.0 4149:1.0 4272:1.0 5825:1.0
12 12:1.0 15:0.03125 76:0.1111111111111111 144:0.125 228:1.0 306:1.0 920:0.5 2061:1.0 2534:1.0
12 13:0.08333333333333333 26:0.07142857142857142 35:0.25 55:1.3333333333333333 60:0.030303030303030304 76:0.1111111111111111 96:0.4 180:0.5 185:1.0 279:1.0 290:1.0 301:0.5 348:0.25 359:0.3333333333333333 778:0.3333333333333333 781:0.5 787:1.0 1358:1.0 1451:1.0 1476:1.0 2220:1.0 3321:1.0 3961:1.0
12 1:0.2 14:0.5 15:0.03125 19:0.5 30:1.0 55:0.3333333333333333 160:1.0 177:1.0 180:0.5 381:0.2 416:1.0 1386:1.0 1498:1.0 2296:1.0 3612:1.0
12 1:0.3 14:0.5 39:0.16666666666666666 72:0.5 76:0.1111111111111111 81:0.5 130:1.0 140:3.0 184:1.0 256:0.5 266:1.0 359:0.3333333333333333 493:1.0 546:0.3333333333333333 849:1.0 1029:1.0 1436:1.0 1750:1.0 2161:1.0 2319:1.0 3027:1.0 4930:0.5 5962:1.0
12 15:0.0625 52:1.0 86:0.07142857142857142 87:0.3333333333333333 96:0.2 160:1.0 258:1.0 348:0.25 388:1.0 496:1.0 569:1.0 570:1.0 660:1.0 691:1.0 702:0.5 977:1.0 1213:1.0 1224:1.0 1326:1.0 1706:1.0 1956:1.0 3099:1.0 3597:1.0 4738:1.0 5787:1.0
12 4:1.0 5:0.16666666666666666 13:0.25 15:0.03125 39:0.16666666666666666 55:0.3333333333333333 60:0.030303030303030304 87:0.3333333333333333 96:0.2 129:1.0 134:0.5 159:0.05263157894736842 207:0.5 258:1.0 259:2.0 359:0.3333333333333333 388:1.0 438:0.5 487:0.5 496:1.0 497:1.0 635:1.0 693:0.5 738:1.0 977:1.0 1218:1.0 1407:1.0 1706:1.0 4184:1.0
12 13:0.08333333333333333 35:0.25 86:0.07142857142857142 87:0.6666666666666666 149:0.5 159:0.05263157894736842 163:1.0 263:0.16666666666666666 273:1.0 372:1.0 438:0.5 489:0.25 875:1.0 898:0.125 987:2.0 2058:1.0 4300:1.0 4455:1.0
12 1:0.1 86:0.07142857142857142 151:0.1 160:1.0 347:1.0 348:0.25 349:1.0 404:1.0 439:1.0 546:0.3333333333333333 565:1.0 692:0.2 910:1.0 915:1.0 2069:1.0 3073:1.0 5623:1.0
12 15:0.03125 30:1.0 45:0.5 86:0.07142857142857142 160:1.0 404:1.0 3073:1.0 5849:1.0
12 1:0.2 5:0.16666666666666666 52:1.0 55:0.3333333333333333 88:1.0 96:0.2 109:1.0 159:0.05263157894736842 608:1.0 1358:1.0 2046:1.0 2960:1.0
12 57:1.0 1266:1.0
12 15:0.03125 18:1.0 34:1.0 36:0.5 55:0.6666666666666666 159:0.05263157894736842 301:0.5 336:0.14285714285714285 348:0.25 389:1.0 457:0.2 493:0.5 898:0.125 902:0.3333333333333333 937:1.0 987:1.0 2486:1.0 5158:1.0
12 12:1.0 14:1.0 15:0.03125 35:0.25 51:1.0 52:1.0 55:1.0 80:0.3333333333333333 96:0.2 139:1.0 141:1.0 159:0.05263157894736842 222:1.0 256:0.5 342:1.0 437:0.3333333333333333 438:0.5 594:0.5 1353:1.0 1400:1.0 1859:1.0 1893:1.0 4036:1.0 4590:1.0 4943:1.0 5701:1.0
12 1:0.1 4:1.0 12:1.0 15:0.0625 26:0.03571428571428571 35:0.25 55:0.3333333333333333 60:0.030303030303030304 76:0.1111111111111111 80:0.3333333333333333 96:0.2 112:1.0 135:1.0 139:1.0 154:1.0 159:0.05263157894736842 166:0.3333333333333333 348:0.25 548:1.0 568:1.0 639:0.5 649:1.0 946:1.0 1254:0.5 1310:1.0 1538:1.0 2004:1.0 2095:1.0 3202:1.0 3862:1.0 4132:0.5 4886:1.0
12 1:0.1 15:0.03125 39:0.16666666666666666 72:0.5 87:0.3333333333333333 173:1.0 214:0.1111111111111111 348:0.25 383:1.0 452:1.0 645:0.5 646:1.0 849:1.0 913:1.0 1424:1.0 1565:1.0 2409:1.0
12 15:0.03125 57:2.0 61:1.0 87:0.6666666666666666 167:0.3333333333333333 214:0.1111111111111111 253:0.5 254:0.08333333333333333 256:0.5 348:0.5 439:1.0 493:0.5 653:0.3333333333333333 693:0.5 738:1.0 844:1.0 919:0.5 1221:1.0 2058:1.0 3304:1.0 6245:1.0
12 1:0.1 12:1.0 15:0.0625 55:0.3333333333333333 60:0.030303030303030304 78:1.0 87:0.3333333333333333 134:0.5 144:0.25 161:0.2 256:0.5 259:1.0 267:1.0 278:1.0 324:1.0 342:1.0 355:0.5 439:1.0 487:0.5 505:0.25 603:0.045454545454545456 608:1.0 621:0.5 635:1.0 692:0.2 781:0.5 1241:1.0 1818:1.0 4808:1.0
12 4:3.0 15:0.03125 24:0.5 60:0.06060606060606061 87:0.3333333333333333 134:0.5 180:0.5 231:0.3333333333333333 293:0.5 297:1.0 452:1.0 531:1.0 543:1.0 656:1.0 1103:1.0 1538:1.0 1781:1.0 3330:1.0 3533:1.0 3997:1.0 4077:1.0 4178:1.0 6066:1.0
12 13:0.08333333333333333 15:0.03125 24:0.5 76:0.1111111111111111 86:0.07142857142857142 96:0.6 152:0.25 160:1.0 173:1.0 187:1.0 294:0.3333333333333333 304:0.5 399:1.0 632:1.0 691:1.0 765:1.0 766:1.0 898:0.125 973:0.5 974:1.0 1448:0.5 1706:1.0 2580:1.0 2923:1.0 3407:2.0
12 1:0.1 10:0.03225806451612903 13:0.08333333333333333 15:0.03125 52:1.0 55:0.3333333333333333 60:0.030303030303030304 76:0.1111111111111111 214:0.1111111111111111 247:1.0 260:0.25 279:1.0 348:0.25 457:0.2 611:0.3333333333333333 635:1.0 727:1.0 821:0.5 1103:1.0 1526:1.0 2960:1.0 4221:1.0 4313:1.0 4906:1.0 5712:1.0
12 1:0.2 4:1.0 13:0.08333333333333333 60:0.030303030303030304 72:0.5 79:0.14285714285714285 87:0.3333333333333333 96:0.2 139:1.0 180:0.5 293:1.0 348:0.25 570:1.0 942:1.0 1236:0.5 1721:1.0 2047:1.0 2114:1.0 2343:0.5 2885:1.0 3381:1.0 3489:1.0 4573:1.0 4902:1.0 4903:1.0
12 1:0.1 13:0.08333333333333333 15:0.0625 18:1.0 36:0.5 55:0.3333333333333333 194:1.0 204:0.25 215:0.3333333333333333 246:0.3333333333333333 291:1.0 306:1.0 348:0.25 452:1.0 481:1.0 546:0.3333333333333333 635:1.0 1120:1.0 1213:1.0 1675:1.0 1983:0.5 2923:1.0 3262:1.0 3476:1.0 4132:0.5
12 1:0.1 4:1.0 13:0.08333333333333333 57:1.0 96:0.2 253:0.5 343:1.0 496:1.0 635:1.0 1451:1.0
12 4:1.0 10:0.03225806451612903 15:0.03125 18:1.0 28:0.14285714285714285 29:0.5 30:1.0 39:0.16666666666666666 72:0.5 87:0.3333333333333333 159:0.05263157894736842 266:1.0 348:0.25 657:1.0 1846:1.0 2052:1.0 2135:1.0 2315:1.0 2994:1.0 4511:1.0
12 4:1.0 14:0.5 15:0.03125 52:1.0 57:1.0 87:0.3333333333333333 96:0.2 254:0.08333333333333333 256:0.5 266:1.0 438:1.0 648:0.3333333333333333 1321:1.0 2168:1.0 2285:0.5 2841:1.0 5298:1.0
12 1:0.1 10:0.03225806451612903 13:0.08333333333333333 37:0.5 76:0.2222222222222222 194:1.0 352:0.5 565:1.0 738:2.0 1670:1.0 2063:1.0 2857:1.0 3896:1.0 4144:1.0 4262:0.3333333333333333 4680:1.0
12 13:0.08333333333333333 14:0.5 15:0.03125 26:0.03571428571428571 57:1.0 144:0.125 159:0.05263157894736842 215:0.3333333333333333 1675:1.0 1922:1.0 2422:1.0 3511:1.0
12 1:0.1 13:0.08333333333333333 15:0.0625 37:0.5 52:1.0 55:1.3333333333333333 79:0.14285714285714285 151:0.1 177:1.0 183:0.5 184:1.0 246:0.3333333333333333 256:0.5 263:0.16666666666666666 398:0.2 452:1.0 457:0.2 491:1.0 515:1.0 608:1.0 610:1.0 1175:1.0 1508:1.0 1774:1.0 2068:1.0 2225:1.0 2397:1.0 2519:2.0 3922:1.0
12 1:0.2 13:0.08333333333333333 37:1.0 39:0.5 55:0.3333333333333333 57:1.0 87:0.3333333333333333 90:1.0 109:1.0 151:0.1 184:1.0 244:0.5 253:0.5 259:1.0 359:0.3333333333333333 398:0.2 443:1.0 457:0.2 491:1.0 517:1.0 608:1.0 653:0.3333333333333333 928:1.0 1203:1.0 1541:1.0 2271:1.0 2368:1.0 3922:1.0
12 13:0.08333333333333333 14:0.5 15:0.03125 39:0.3333333333333333 55:0.3333333333333333 57:1.0 98:1.0 477:1.0 831:1.0 1604:1.0 1916:1.0 4019:1.0
12 6:0.5 15:0.03125 34:1.0 35:0.5 52:1.0 55:1.0 79:0.14285714285714285 80:1.0 86:0.07142857142857142 87:0.6666666666666666 96:0.4 180:0.5 184:1.0 199:0.5 297:1.0 307:1.0 355:0.5 452:1.0 459:1.0 505:0.25 610:1.0 1037:1.0 1680:1.0 2209:0.5 2636:1.0 4886:1.0
12 4:1.0 12:1.0 15:0.0625 29:0.5 57:1.0 80:0.3333333333333333 96:0.2 132:1.0 159:0.05263157894736842 160:1.0 198:1.0 486:1.0 794:1.0 977:1.0 1509:1.0 1965:1.0 3013:1.0
12 37:0.5 55:1.0 61:1.0 79:0.14285714285714285 87:1.0 160:1.0 199:0.5 253:0.5 254:0.08333333333333333 313:1.0 348:0.25 359:0.3333333333333333 457:0.2 493:0.5 505:0.25 645:0.5 693:0.5 738:1.0 973:0.5 974:1.0 3523:1.0
12 15:0.03125 306:1.0 326:0.5 546:0.3333333333333333 920:0.5 1120:1.0 1216:0.125 2209:0.5 4376:1.0
12 1:0.1 14:0.5 15:0.03125 35:0.25 55:0.6666666666666666 76:0.1111111111111111 87:0.3333333333333333 96:0.2 135:1.0 348:0.25 398:0.2 506:1.0 717:1.0 736:1.0 831:1.0 1098:0.5 1120:1.0 1375:1.0 1747:1.0 2031:1.0 2417:1.0 3042:1.0 3643:1.0 4500:1.0 5058:1.0 5180:1.0 5831:1.0
12 13:0.08333333333333333 15:0.03125 37:0.5 52:1.0 55:0.3333333333333333 60:0.06060606060606061 76:0.1111111111111111 87:0.6666666666666666 96:0.2 149:1.0 325:1.0 594:0.5 2910:1.0 3827:1.0 3829:1.0 4132:0.5 4902:1.0
12 86:0.07142857142857142 87:0.3333333333333333 325:1.0 348:0.25 1094:0.25 2020:1.0 2343:0.5 4544:1.0 4743:1.0
12 12:1.0 37:0.5 86:0.07142857142857142 87:0.3333333333333333 96:0.2 134:0.5 159:0.05263157894736842 183:0.5 586:1.0 898:0.125 2440:1.0 2494:1.0 3124:1.0 4536:1.0
12 35:0.25 75:1.0 80:0.3333333333333333 86:0.07142857142857142 87:0.3333333333333333 159:0.05263157894736842 161:0.2 183:0.5 1310:1.0 2653:1.0 4001:1.0
12 1:0.1 6:0.5 55:0.3333333333333333 80:0.6666666666666666 86:0.07142857142857142 87:0.3333333333333333 96:0.4 129:1.0 148:1.0 151:0.1 158:1.0 244:0.5 452:1.0 493:0.5 536:1.0 766:1.0 776:0.5 787:1.0 920:0.5 1996:1.0 2970:1.0
12 1:0.1 86:0.07142857142857142 87:0.3333333333333333 96:0.2 159:0.05263157894736842 160:1.0 199:0.5 268:1.0 348:0.25 364:1.0 389:2.0 606:1.0 1503:1.0 4131:1.0 4278:1.0
12 1:0.1 15:0.03125 29:0.5 35:0.25 86:0.07142857142857142 87:1.0 102:0.5 199:0.5 254:0.08333333333333333 263:0.16666666666666666 297:1.0 607:0.3333333333333333 766:1.0 1471:1.0 1965:1.0 4117:1.0
12 15:0.03125 52:1.0 87:0.3333333333333333 108:1.0 246:0.3333333333333333 254:0.08333333333333333 260:0.25 424:1.0
12 4:1.0 6:0.5 14:0.5 15:0.03125 26:0.03571428571428571 37:0.5 39:0.16666666666666666 134:0.5 135:1.0 140:1.0 149:0.5 159:0.05263157894736842 253:0.5 293:0.5 314:1.0 546:0.3333333333333333 568:1.0 652:1.0 766:1.0 1051:1.0 1076:0.3333333333333333 1538:1.0 1541:1.0 1580:1.0 1610:1.0 3533:1.0 5158:2.0
12 60:0.030303030303030304 88:1.0 159:0.05263157894736842 199:0.5 294:0.3333333333333333 635:1.0 845:1.0 1804:1.0 2040:1.0 2991:1.0
12 13:0.08333333333333333 86:0.07142857142857142 96:0.2 159:0.05263157894736842 218:0.5 452:1.0 487:0.5 736:1.0 2192:0.5 4228:1.0
12 1:0.2 12:1.0 14:1.0 15:0.09375 26:0.03571428571428571 39:0.16666666666666666 57:1.0 96:0.2 98:1.0 159:0.05263157894736842 166:0.6666666666666666 218:0.5 231:0.3333333333333333 348:0.25 457:0.4 496:1.0 603:0.045454545454545456 607:0.3333333333333333 676:1.0 677:1.0 706:1.0 766:1.0 1463:1.0 1680:1.0 1896:1.0 2060:1.0 2663:1.0 4019:1.0 6143:2.0
12 1:0.1 12:1.0 15:0.03125 26:0.03571428571428571 60:0.030303030303030304 87:0.3333333333333333 159:0.05263157894736842 172:1.0 258:1.0 297:1.0 350:1.0 543:1.0 607:0.3333333333333333 766:1.0 898:0.125 1427:0.5 1463:1.0 1896:1.0 2547:1.0
12 1:0.1 15:0.0625 28:0.14285714285714285 57:1.0 96:0.6 102:0.5 108:1.0 134:0.5 160:1.0 246:0.3333333333333333 256:0.5 306:1.0 348:0.5 551:0.5 607:0.3333333333333333 656:1.0 685:1.0 698:1.0 1120:1.0 1245:1.0 1260:1.0 1774:1.0 1981:1.0 2069:1.0 2673:1.0 2674:1.0 2841:1.0 2923:1.0 4132:0.5 4306:1.0 4500:1.0
12 1:0.1 13:0.08333333333333333 39:0.16666666666666666 57:1.0 60:0.030303030303030304 87:0.3333333333333333 96:0.2 134:0.5 217:0.25 218:1.0 222:1.0 238:1.0 256:0.5 304:0.5 330:1.0 350:1.0 509:1.0 521:1.0 590:1.0 603:0.045454545454545456 651:1.0 704:0.2 1024:1.0 1072:1.0
12 1:0.1 10:0.03225806451612903 13:0.08333333333333333 15:0.0625 76:0.1111111111111111 96:0.2 159:0.05263157894736842 198:1.0 565:1.0 588:1.0 603:0.045454545454545456 633:1.0 755:1.0 831:1.0 1006:1.0 2668:1.0
12 1:0.1 18:2.0 35:0.25 55:0.3333333333333333 87:0.3333333333333333 96:0.2 129:1.0 159:0.05263157894736842 160:1.0 163:1.0 185:1.0 210:0.5 256:0.5 359:0.3333333333333333 509:1.0 633:1.0 901:1.0 1102:1.0 3545:1.0 3789:1.0 4755:1.0
12 1:0.1 4:2.0 10:0.03225806451612903 12:1.0 13:0.16666666666666666 14:1.0 15:0.03125 28:0.14285714285714285 60:0.030303030303030304 86:0.07142857142857142 87:0.6666666666666666 96:0.4 129:1.0 132:1.0 160:1.0 184:1.0 194:1.0 199:0.5 218:0.5 297:1.0 372:1.0 788:1.0 1185:0.5 1729:1.0 2093:0.5
12 10:0.03225806451612903 13:0.08333333333333333 15:0.03125 80:0.3333333333333333 86:0.07142857142857142 87:0.3333333333333333 96:0.2 929:1.0 999:1.0 1402:1.0
12 15:0.03125 28:0.14285714285714285 60:0.030303030303030304 96:0.4 159:0.05263157894736842 173:1.0 256:0.5 286:0.5 766:1.0 1196:1.0 1285:1.0 2347:1.0 2841:1.0
12 1:0.2 4:1.0 14:0.5 18:1.0 36:0.5 55:0.6666666666666666 57:1.0 87:0.3333333333333333 96:0.4 160:1.0 199:0.5 304:0.5 377:1.0 438:0.5 439:1.0 632:1.0 849:1.0 1059:1.0 1245:1.0 1735:1.0 2254:1.0 2923:1.0 3092:1.0 3312:1.0
12 1:0.1 15:0.03125 76:0.1111111111111111 96:0.2 159:0.05263157894736842 198:1.0 409:0.1 536:1.0 588:1.0 633:1.0 1653:1.0
12 14:0.5 28:0.14285714285714285 37:0.5 61:1.0 76:0.1111111111111111 129:1.0 389:1.0 465:1.0 1120:1.0 4429:1.0 4554:1.0 5167:1.0
12 4:1.0 14:0.5 15:0.03125 28:0.14285714285714285 37:0.5 61:1.0 218:0.5 389:1.0 465:1.0 1006:1.0 1120:1.0 3135:1.0 4554:1.0 5167:1.0
12 1:0.2 14:0.5 15:0.03125 18:1.0 34:1.0 37:0.5 57:1.0 60:0.030303030303030304 80:0.3333333333333333 96:0.2 129:1.0 160:1.0 200:1.0 256:0.5 258:1.0 265:0.2 293:0.5 330:1.0 359:0.3333333333333333 438:0.5 546:0.3333333333333333 651:1.0 891:1.0 1120:1.0 1245:1.0 1604:1.0 2040:1.0 2080:1.0 5466:1.0
12 35:0.25 37:0.5 42:0.5 96:0.2 254:0.08333333333333333 300:1.0 359:0.3333333333333333 409:0.1 2040:1.0 2818:1.0
12 1:0.1 4:1.0 14:0.5 15:0.03125 18:1.0 35:0.25 76:0.1111111111111111 160:1.0 198:1.0 214:0.1111111111111111 277:1.0 348:0.25 438:0.5 607:0.3333333333333333 920:0.5 1245:1.0 2040:1.0 4001:1.0 5375:1.0 5452:1.0 5498:1.0 5828:1.0
12 13:0.16666666666666666 14:0.5 15:0.03125 18:1.0 52:1.0 57:1.0 60:0.030303030303030304 130:1.0 144:0.125 198:1.0 415:1.0 439:1.0 755:1.0 946:1.0 1445:1.0 1498:1.0 1565:1.0 1859:1.0 3810:1.0 5531:0.5 5734:1.0
12 1:0.2 4:2.0 15:0.09375 39:0.16666666666666666 60:0.09090909090909091 72:0.5 87:0.3333333333333333 90:1.0 129:1.0 149:0.5 150:1.0 151:0.1 166:0.6666666666666666 192:1.0 260:0.25 266:1.0 297:1.0 348:0.5 361:1.0 603:0.045454545454545456 635:1.0 653:0.3333333333333333 774:1.0 1037:1.0 1076:0.3333333333333333 1358:1.0 1524:1.0 1565:1.0 2267:1.0 5084:1.0
12 1:0.2 4:1.0 6:0.5 13:0.08333333333333333 14:0.5 15:0.03125 37:0.5 39:0.16666666666666666 55:1.0 78:1.0 80:1.0 102:0.5 129:1.0 148:1.0 166:0.3333333333333333 246:0.3333333333333333 326:0.5 424:1.0 443:1.0 445:1.0 452:1.0 486:1.0 496:1.0 653:0.3333333333333333 831:1.0 946:1.0 1331:1.0 1348:1.0 1359:0.5 1497:1.0 2319:1.0 2320:1.0 2609:1.0 3714:1.0 4106:1.0 5211:1.0
12 1:0.2 10:0.06451612903225806 12:1.0 15:0.03125 30:1.0 34:2.0 55:0.6666666666666666 61:1.0 64:0.5 79:0.14285714285714285 80:0.3333333333333333 87:0.3333333333333333 135:2.0 138:0.5 148:1.0 173:2.0 215:0.3333333333333333 253:0.5 254:0.08333333333333333 293:1.0 297:1.0 457:0.2 487:0.5 504:1.0 992:1.0 1145:1.0 1151:1.0 1288:0.5 1427:0.5 1595:1.0 1810:1.0 1957:1.0 2167:1.0 2209:0.5 2320:1.0 2552:1.0 3783:1.0 3960:1.0 4213:1.0 6245:1.0
12 1:0.2 4:2.0 5:0.16666666666666666 14:1.0 15:0.03125 26:0.03571428571428571 30:1.0 52:1.0 57:1.0 84:1.0 108:1.0 246:0.3333333333333333 254:0.08333333333333333 256:1.0 293:0.5 348:0.25 496:2.0 611:0.3333333333333333 1044:1.0 1051:1.0 1706:1.0 2063:2.0 2206:1.0 2319:1.0 2320:1.0 3515:1.0 4536:1.0 5663:1.0
|
8708592a8ca2335e5174af4377cbfa2ebe9065e2 | 2ba48648eefadee113a7c2f5d608cab5209c3a8b | /Unit&Func Test/单元测试文档/CagOS单元测试结果/LIBC/testcase/strtoul.tst | a0fb913da98325cdb75c16cda08bf82a3200b864 | [] | no_license | wangdong412/Consen-SIS | 879762175575d0a62f26ec1effeb46c3fd62e3e8 | bca3fac35c961c3558a3438bca55e6d20825da3a | refs/heads/master | 2020-07-11T05:17:18.814104 | 2019-08-27T09:41:41 | 2019-08-27T09:41:41 | 204,450,874 | 1 | 5 | null | null | null | null | UTF-8 | Scilab | false | false | 13,797 | tst | strtoul.tst | -- VectorCAST 6.4c (02/03/16)
-- Test Case Script
--
-- Environment : LIBC
-- Unit(s) Under Test: abort1 abs atof atoi atol bLib memchr memcmp memcpy memmove memset ns16550 qsort rand random random_r strcat strchr strcmp strcpy strlcat strlcpy strlen strncat strncmp strncpy strpbrk strspn strtod strtok strtok_r strtol strtoul
--
-- Script Features
TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING
TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION
TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT
TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES
TEST.SCRIPT_FEATURE:STATIC_HEADER_FUNCS_IN_UUTS
--
-- Unit: strtoul
-- Subprogram: strtoul
-- Test Case: strtoul-0
TEST.UNIT:strtoul
TEST.SUBPROGRAM:strtoul
TEST.NEW
TEST.NAME:strtoul-0
TEST.BASIS_PATH:16 of 16
TEST.NOTES:
This is an automatically generated test case.
Test Path 16
(1) while (((((c == 32 || c == 9) || c == 10) || c == 13) || c == 12) || c == 11) ==> TRUE
(2) if (c == 45) ==> FALSE
(3) if (c == 43) ==> FALSE
(4) if (((base == 0 || base == 16) && c == 48) && (*s == 120 || *s == 88)) ==> FALSE
(5) if (base == 0) ==> FALSE
(7) for ==> FALSE
(14) if (endptr != (0)) ==> FALSE
Test Case Generation Notes:
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 4 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable *s in branch 4 since it requires user code.
Cannot set variable s in branch 4 since it requires user code.
TEST.END_NOTES:
TEST.VALUE:strtoul.strtoul.nptr:<<malloc 4>>
TEST.VALUE:strtoul.strtoul.nptr:"0xa"
TEST.VALUE:strtoul.strtoul.endptr:<<null>>
TEST.VALUE:strtoul.strtoul.base:0
TEST.EXPECTED:strtoul.strtoul.return:10
TEST.END
-- Test Case: strtoul-0.001
TEST.UNIT:strtoul
TEST.SUBPROGRAM:strtoul
TEST.NEW
TEST.NAME:strtoul-0.001
TEST.NOTES:
This is an automatically generated test case.
Test Path 16
(1) while (((((c == 32 || c == 9) || c == 10) || c == 13) || c == 12) || c == 11) ==> TRUE
(2) if (c == 45) ==> FALSE
(3) if (c == 43) ==> FALSE
(4) if (((base == 0 || base == 16) && c == 48) && (*s == 120 || *s == 88)) ==> FALSE
(5) if (base == 0) ==> FALSE
(7) for ==> FALSE
(14) if (endptr != (0)) ==> FALSE
Test Case Generation Notes:
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 4 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable *s in branch 4 since it requires user code.
Cannot set variable s in branch 4 since it requires user code.
TEST.END_NOTES:
TEST.VALUE:strtoul.strtoul.nptr:<<malloc 3>>
TEST.VALUE:strtoul.strtoul.nptr:"07"
TEST.VALUE:strtoul.strtoul.endptr:<<null>>
TEST.VALUE:strtoul.strtoul.base:0
TEST.EXPECTED:strtoul.strtoul.return:7
TEST.END
-- Test Case: strtoul-0.002
TEST.UNIT:strtoul
TEST.SUBPROGRAM:strtoul
TEST.NEW
TEST.NAME:strtoul-0.002
TEST.NOTES:
This is an automatically generated test case.
Test Path 16
(1) while (((((c == 32 || c == 9) || c == 10) || c == 13) || c == 12) || c == 11) ==> TRUE
(2) if (c == 45) ==> FALSE
(3) if (c == 43) ==> FALSE
(4) if (((base == 0 || base == 16) && c == 48) && (*s == 120 || *s == 88)) ==> FALSE
(5) if (base == 0) ==> FALSE
(7) for ==> FALSE
(14) if (endptr != (0)) ==> FALSE
Test Case Generation Notes:
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 4 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable *s in branch 4 since it requires user code.
Cannot set variable s in branch 4 since it requires user code.
TEST.END_NOTES:
TEST.VALUE:strtoul.strtoul.nptr:<<malloc 9>>
TEST.VALUE:strtoul.strtoul.nptr:"123eeeee"
TEST.VALUE:strtoul.strtoul.endptr:<<malloc 1>>
TEST.VALUE:strtoul.strtoul.base:0
TEST.EXPECTED:strtoul.strtoul.endptr[0]:"eeeee"
TEST.EXPECTED:strtoul.strtoul.return:123
TEST.END
-- Test Case: strtoul-10.003
TEST.UNIT:strtoul
TEST.SUBPROGRAM:strtoul
TEST.NEW
TEST.NAME:strtoul-10.003
TEST.NOTES:
This is an automatically generated test case.
Test Path 16
(1) while (((((c == 32 || c == 9) || c == 10) || c == 13) || c == 12) || c == 11) ==> TRUE
(2) if (c == 45) ==> FALSE
(3) if (c == 43) ==> FALSE
(4) if (((base == 0 || base == 16) && c == 48) && (*s == 120 || *s == 88)) ==> FALSE
(5) if (base == 0) ==> FALSE
(7) for ==> FALSE
(14) if (endptr != (0)) ==> FALSE
Test Case Generation Notes:
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 4 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable *s in branch 4 since it requires user code.
Cannot set variable s in branch 4 since it requires user code.
TEST.END_NOTES:
TEST.VALUE:strtoul.strtoul.nptr:<<malloc 10>>
TEST.VALUE:strtoul.strtoul.nptr:"-123eeeee"
TEST.VALUE:strtoul.strtoul.endptr:<<malloc 1>>
TEST.VALUE:strtoul.strtoul.base:10
TEST.EXPECTED:strtoul.strtoul.endptr[0]:"eeeee"
TEST.EXPECTED:strtoul.strtoul.return:123
TEST.END
-- Test Case: strtoul-10.004
TEST.UNIT:strtoul
TEST.SUBPROGRAM:strtoul
TEST.NEW
TEST.NAME:strtoul-10.004
TEST.NOTES:
This is an automatically generated test case.
Test Path 16
(1) while (((((c == 32 || c == 9) || c == 10) || c == 13) || c == 12) || c == 11) ==> TRUE
(2) if (c == 45) ==> FALSE
(3) if (c == 43) ==> FALSE
(4) if (((base == 0 || base == 16) && c == 48) && (*s == 120 || *s == 88)) ==> FALSE
(5) if (base == 0) ==> FALSE
(7) for ==> FALSE
(14) if (endptr != (0)) ==> FALSE
Test Case Generation Notes:
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 4 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable *s in branch 4 since it requires user code.
Cannot set variable s in branch 4 since it requires user code.
TEST.END_NOTES:
TEST.VALUE:strtoul.strtoul.nptr:<<malloc 14>>
TEST.VALUE:strtoul.strtoul.nptr:"+123 eeeee"
TEST.VALUE:strtoul.strtoul.endptr:<<malloc 1>>
TEST.VALUE:strtoul.strtoul.base:10
TEST.EXPECTED:strtoul.strtoul.endptr[0]:" eeeee"
TEST.EXPECTED:strtoul.strtoul.return:123
TEST.END
-- Test Case: strtoul-10.005
TEST.UNIT:strtoul
TEST.SUBPROGRAM:strtoul
TEST.NEW
TEST.NAME:strtoul-10.005
TEST.NOTES:
This is an automatically generated test case.
Test Path 16
(1) while (((((c == 32 || c == 9) || c == 10) || c == 13) || c == 12) || c == 11) ==> TRUE
(2) if (c == 45) ==> FALSE
(3) if (c == 43) ==> FALSE
(4) if (((base == 0 || base == 16) && c == 48) && (*s == 120 || *s == 88)) ==> FALSE
(5) if (base == 0) ==> FALSE
(7) for ==> FALSE
(14) if (endptr != (0)) ==> FALSE
Test Case Generation Notes:
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 4 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable *s in branch 4 since it requires user code.
Cannot set variable s in branch 4 since it requires user code.
TEST.END_NOTES:
TEST.VALUE:strtoul.strtoul.nptr:<<malloc 14>>
TEST.VALUE:strtoul.strtoul.nptr:"2147483647999"
TEST.VALUE:strtoul.strtoul.endptr:<<malloc 1>>
TEST.VALUE:strtoul.strtoul.base:10
TEST.EXPECTED:strtoul.strtoul.return:4294967295
TEST.END
-- Test Case: strtoul-10.006
TEST.UNIT:strtoul
TEST.SUBPROGRAM:strtoul
TEST.NEW
TEST.NAME:strtoul-10.006
TEST.NOTES:
This is an automatically generated test case.
Test Path 16
(1) while (((((c == 32 || c == 9) || c == 10) || c == 13) || c == 12) || c == 11) ==> TRUE
(2) if (c == 45) ==> FALSE
(3) if (c == 43) ==> FALSE
(4) if (((base == 0 || base == 16) && c == 48) && (*s == 120 || *s == 88)) ==> FALSE
(5) if (base == 0) ==> FALSE
(7) for ==> FALSE
(14) if (endptr != (0)) ==> FALSE
Test Case Generation Notes:
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 4 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable *s in branch 4 since it requires user code.
Cannot set variable s in branch 4 since it requires user code.
TEST.END_NOTES:
TEST.VALUE:strtoul.strtoul.nptr:<<malloc 15>>
TEST.VALUE:strtoul.strtoul.nptr:" 21 "
TEST.VALUE:strtoul.strtoul.endptr:<<malloc 1>>
TEST.VALUE:strtoul.strtoul.base:10
TEST.EXPECTED:strtoul.strtoul.return:21
TEST.END
-- Test Case: strtoul-10.007
TEST.UNIT:strtoul
TEST.SUBPROGRAM:strtoul
TEST.NEW
TEST.NAME:strtoul-10.007
TEST.NOTES:
This is an automatically generated test case.
Test Path 16
(1) while (((((c == 32 || c == 9) || c == 10) || c == 13) || c == 12) || c == 11) ==> TRUE
(2) if (c == 45) ==> FALSE
(3) if (c == 43) ==> FALSE
(4) if (((base == 0 || base == 16) && c == 48) && (*s == 120 || *s == 88)) ==> FALSE
(5) if (base == 0) ==> FALSE
(7) for ==> FALSE
(14) if (endptr != (0)) ==> FALSE
Test Case Generation Notes:
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 4 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable *s in branch 4 since it requires user code.
Cannot set variable s in branch 4 since it requires user code.
TEST.END_NOTES:
TEST.VALUE:strtoul.strtoul.nptr:<<malloc 16>>
TEST.VALUE:strtoul.strtoul.nptr:"","#","$$^$#^","....."
TEST.VALUE:strtoul.strtoul.endptr:<<malloc 1>>
TEST.VALUE:strtoul.strtoul.base:10
TEST.EXPECTED:strtoul.strtoul.return:0
TEST.END
-- Test Case: strtoul-16.005
TEST.UNIT:strtoul
TEST.SUBPROGRAM:strtoul
TEST.NEW
TEST.NAME:strtoul-16.005
TEST.NOTES:
This is an automatically generated test case.
Test Path 16
(1) while (((((c == 32 || c == 9) || c == 10) || c == 13) || c == 12) || c == 11) ==> TRUE
(2) if (c == 45) ==> FALSE
(3) if (c == 43) ==> FALSE
(4) if (((base == 0 || base == 16) && c == 48) && (*s == 120 || *s == 88)) ==> FALSE
(5) if (base == 0) ==> FALSE
(7) for ==> FALSE
(14) if (endptr != (0)) ==> FALSE
Test Case Generation Notes:
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable s++ in branch 4 since it requires user code.
Cannot set variable (unsigned char)(*(s++)) in branch 1 since it requires user code.
Cannot set variable *s in branch 4 since it requires user code.
Cannot set variable s in branch 4 since it requires user code.
TEST.END_NOTES:
TEST.VALUE:strtoul.strtoul.nptr:<<malloc 4>>
TEST.VALUE:strtoul.strtoul.nptr:"0XA"
TEST.VALUE:strtoul.strtoul.endptr:<<malloc 1>>
TEST.VALUE:strtoul.strtoul.base:16
TEST.EXPECTED:strtoul.strtoul.return:10
TEST.END
|
7c4654f3068126424b2ba449a3ee76cc53a9c2da | 449d555969bfd7befe906877abab098c6e63a0e8 | /2642/CH1/EX1.3/Ex1_3.sce | efb217a2bf452f6697905400388216c22f71a471 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 957 | sce | Ex1_3.sce | // FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 1 : REVIEW OF ELECRTIC CIRCUITS
// Example : 1.3
clc;clear; // clears the console and command history
// Given data
R1 = 5 // resistance in ohm
R2 = 4 // resistance in ohm
R3 = 9 // resistance in ohm
R4 = 6 // resistance in ohm
V1 = 10 // voltage in V
V2 = 6 // voltage in V
// caclulations
// Remove R3 and find R_th by short circuiting V1 and V2 than R1 and R4 wiil be in parallel
R = (R1*R4)/(R1+R4) // equivalent resistance in ohm
// R is connected in series with R2
R_th = R2+R // Thevenin's resistance in ohm
I = 4/11 // current in the figure applying KVL in A
V_th = (6*0.36)+6 // voltage in V
I_9 = V_th/(R_th+R3) // current through R3 in A
// display the result
disp("Example 1.3 solution");
printf(" \n Current through 9Ω \n I_9Ω = %.2f A ", I_9);
|
e14ec6024c11d6e076f563244fe4999e2807c267 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1640/CH4/EX4.1/4_1.sce | 28f31c0152fe5dcc16be56cef6c9fd1cbafaf7d2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | sce | 4_1.sce | clc
//initialisation of variables
p= 70 //per cent
Cd= 0.6
Q= 50 //million gallons
H= 2 //ft
w= 62.4 //lb/ft^3
g= 32.2 //ft/sec^2
//CALCULATIONS
Q1= p*Q*10^6*10/(100*w*24*3600)
L= Q1*3/(2*Cd*sqrt(2*g)*H^1.5)
//RESULTS
printf ('length of the weir = %.2f ft ',L)
|
8ede86d6bf93dd09a708ec6c208f41bd7a1656a2 | 765bc14bfd27d828ffb23b30e838ac739fce91c5 | /Framework/Config_class/UserFiles/Tests/LSE/DynamicSystem_case13_3pmus.tst | ab7bf1fc742b7b336b52dc9bfdd0bd4650e5046d | [] | no_license | MaximeBaudette/PARTF | e677d9d5824271910b4b6de07569619201dea273 | 85b733e59c8160ec16b27dc373cc2ce6d35c3ff4 | refs/heads/master | 2020-03-09T20:57:14.579999 | 2018-05-17T00:50:08 | 2018-05-17T00:50:08 | 128,997,252 | 0 | 0 | null | 2018-04-10T21:30:48 | 2018-04-10T21:30:48 | null | UTF-8 | Scilab | false | false | 4,471 | tst | DynamicSystem_case13_3pmus.tst | [Bus1]
BusNumber = "1"
EvtPluginINIFilePath = "EventFromCSVPlugin/EventFromCSVPlugin.ini"
EvtParams.<size(s)> = "1 1"
EvtParams 0 = "D:\Projects\Framework\Events\EventPlugins\Mathscript\CSVPlugin\CSV files\DynamicEvent_case13_3pmus.csv"
EvtConfig.UTC Time 0 = "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00"
EvtConfig.Nominal Frequency = "60"
EvtConfig.Reporting Rate = "60"
EvtConfig.Fsamp = "960"
EvtConfig.PosSeq = "FALSE"
Start Time = "0"
End Time = "5"
PmuImpairPluginINIFilePath = "NoPmuImpairPlugin/NoPmuImpairPlugin.ini"
PmuImpairParams .<size(s)> = "0 0"
PmuImpairConfig.FilterType = "Blackman"
PmuImpairConfig.bPosSeq = "FALSE"
NetImpPluginINIFilePath = "NetworkPluginNone/NetworkPluginNone.ini"
NetImpParams.<size(s)> = "0 0"
FlagImpPluginINIFilePath = "NoFlagImpairPlugin/NoFlagImpairPlugin.ini"
FlagImpParams.<size(s)> = "0 0"
[Bus2]
BusNumber = "2"
EvtPluginINIFilePath = "EventFromCSVPlugin/EventFromCSVPlugin.ini"
EvtParams.<size(s)> = "1 1"
EvtParams 0 = "D:\Projects\Framework\Events\EventPlugins\Mathscript\CSVPlugin\CSV files\DynamicEvent_case13_3pmus.csv"
EvtConfig.UTC Time 0 = "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00"
EvtConfig.Nominal Frequency = "60"
EvtConfig.Reporting Rate = "60"
EvtConfig.Fsamp = "960"
EvtConfig.PosSeq = "FALSE"
Start Time = "0"
End Time = "5"
PmuImpairPluginINIFilePath = "NoPmuImpairPlugin/NoPmuImpairPlugin.ini"
PmuImpairParams .<size(s)> = "0 0"
PmuImpairConfig.FilterType = "Blackman"
PmuImpairConfig.bPosSeq = "FALSE"
NetImpPluginINIFilePath = "NetworkPluginNone/NetworkPluginNone.ini"
NetImpParams.<size(s)> = "0 0"
FlagImpPluginINIFilePath = "NoFlagImpairPlugin/NoFlagImpairPlugin.ini"
FlagImpParams.<size(s)> = "0 0"
[Bus3]
BusNumber = "3"
EvtPluginINIFilePath = "EventFromCSVPlugin/EventFromCSVPlugin.ini"
EvtParams.<size(s)> = "1 1"
EvtParams 0 = "D:\Projects\Framework\Events\EventPlugins\Mathscript\CSVPlugin\CSV files\DynamicEvent_case13_3pmus.csv"
EvtConfig.UTC Time 0 = "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00"
EvtConfig.Nominal Frequency = "60"
EvtConfig.Reporting Rate = "60"
EvtConfig.Fsamp = "960"
EvtConfig.PosSeq = "FALSE"
Start Time = "0"
End Time = "5"
PmuImpairPluginINIFilePath = "NoPmuImpairPlugin/NoPmuImpairPlugin.ini"
PmuImpairParams .<size(s)> = "0 0"
PmuImpairConfig.FilterType = "Blackman"
PmuImpairConfig.bPosSeq = "FALSE"
NetImpPluginINIFilePath = "NetworkPluginNone/NetworkPluginNone.ini"
NetImpParams.<size(s)> = "0 0"
FlagImpPluginINIFilePath = "NoFlagImpairPlugin/NoFlagImpairPlugin.ini"
FlagImpParams.<size(s)> = "0 0"
[AppData]
AppData.AppPluginIniFilePath = "LSEPlugin/LSEPlugin.ini"
AppData.Config = "<Cluster>\0D\0A<Name>LSEConfig</Name>\0D\0A<NumElts>6</NumElts>\0D\0A<DBL>\0D\0A<Name>NoiseVariance</Name>\0D\0A<Val>0.0001</Val>\0D\0A</DBL>\0D\0A<U32>\0D\0A<Name>IEEESystem</Name>\0D\0A<Val>13</Val>\0D\0A</U32>\0D\0A<Array>\0D\0A<Name>PMULocations</Name>\0D\0A<Dimsize>3</Dimsize>\0D\0A<U32>\0D\0A<Name>Numeric</Name>\0D\0A<Val>1</Val>\0D\0A</U32>\0D\0A<U32>\0D\0A<Name>Numeric</Name>\0D\0A<Val>2</Val>\0D\0A</U32>\0D\0A<U32>\0D\0A<Name>Numeric</Name>\0D\0A<Val>4</Val>\0D\0A</U32>\0D\0A</Array>\0D\0A<I32>\0D\0A<Name>Vindex</Name>\0D\0A<Val>0</Val>\0D\0A</I32>\0D\0A<I32>\0D\0A<Name>Iindex</Name>\0D\0A<Val>3</Val>\0D\0A</I32>\0D\0A<String>\0D\0A<Name>DynamicRef</Name>\0D\0A<Val>..\Events\EventPlugins\Mathscript\CSVPlugin\CSV files\VoltageReferences_case13_3pmus.csv</Val>\0D\0A</String>\0D\0A</Cluster>\0D\0A"
[OutToFileConfig]
OutToFileConfig.OutputToFilePluginINIFilePath = "OutputToFileBasePlugin/OutputToFileBasePlugin.ini"
OutToFileConfig.Output File Path = "Output"
OutToFileConfig.clConfigOptions.TIME_BASE = "\00\00\00\00\00\0FB@"
OutToFileConfig.clConfigOptions.STN = "Bus_1"
OutToFileConfig.clConfigOptions.IDCODE = "0"
OutToFileConfig.clConfigOptions.rdoPolRect = "Rectangular"
OutToFileConfig.clConfigOptions.rdoFloatInt = "Float"
OutToFileConfig.clConfigOptions.PHUNIT = "\00\00\00\00\00\0FB@"
OutToFileConfig.clConfigOptions.rdoFreqDfreq = "Float"
OutToFileConfig.clConfigOptions.CHNAM.<size(s)> = "8"
OutToFileConfig.clConfigOptions.CHNAM 0 = "VA"
OutToFileConfig.clConfigOptions.CHNAM 1 = "VB"
OutToFileConfig.clConfigOptions.CHNAM 2 = "VC"
OutToFileConfig.clConfigOptions.CHNAM 3 = "V+"
OutToFileConfig.clConfigOptions.CHNAM 4 = "IA"
OutToFileConfig.clConfigOptions.CHNAM 5 = "IB"
OutToFileConfig.clConfigOptions.CHNAM 6 = "IC"
OutToFileConfig.clConfigOptions.CHNAM 7 = "I+"
OutToFileConfig.clConfigOptions.chkCfg2Prefix = "TRUE"
|
bd2d5b848983eaee1542c5dc791f99675f7dcff1 | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/Local_Planner/interpolate.sci | 6a98457f80fbae4e94525d04bb82d5bb84393a77 | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 768 | sci | interpolate.sci | function path = interpolate(config1,config2,s)
//Author : Maxens ACHIEPI
//Space Robotics Laboratory - Tohoku University
//Description:
//Outputs a geometric path between config1 and config2 with s steps
//INPUT
//config1 : row vector. The configuration of a rigid body in 3D
// *config(1:3) = position
// *config(4:7) = quaternion
//config2 : idem.
//OUTPUT
//path : a (s x 7) matrix containing the successive values of the parameters
//TODO :
//----------------------------------------------------------------------------//
path = [interpolatePosition(config1(1:3),config2(1:3),s) interpolateRotation(config1(4:7),config2(4:7),s,0.99995)];
endfunction
|
af04eac126b06aaf6e493ae2aae236ec5bfbdd27 | 449d555969bfd7befe906877abab098c6e63a0e8 | /116/CH5/EX5.5/exa5_5.sce | 3c720dd34831a2432fc0f84d26a8b9370d928590 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | exa5_5.sce |
//Example 5.5
//Page 261
n=32//binary w.r.t (N/2)^2
k=27//determined as a blocking probability of 0.0015
//Refer equations 5.18 and 5.19
Nx=[2*1024*27]+[27+(32^2)]
Nx=[2*1024*27]+[27*(32^2)]
Nbx=[2*27*128*32*5]+{27*128*32*5}
Nbt=[2*1024*128*8]
Nbtc=[2*1024*128*7]
cmplx=[Nx+{(Nbx+Nbt+Nbtc)/100}]
//Result
//Complexity is 138,854 equivalent crosspoint.
|
a7771c3a63f9305a161e6bafa1e31a779352b9f7 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/percent/%b_c_spb.sci | 2f4447a8382675d4730a03e6b0bbe4e3ee3b27af | [
"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 | 143 | sci | %b_c_spb.sci | function r=%b_c_spb(a,b)
// perform [a b] where a is a boolean matrix
// and b a boolean sparse matrix
// Copyright INRIA
r=[sparse(a),b]
|
95dc29870a91751f7b19705115be90a59e4972de | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH3/EX3.6/example3_6.sce | 5657a9145eb08020b54bbf99a6caa2d735a82d47 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 316 | sce | example3_6.sce | //Chapter 3
//Example 6
//PAge 51
clear;clc;
max_dem=15000;
lf=0.5;
pcf=0.4;
//reserve capacity
e_per_annum=max_dem*lf*8760;
printf("Energy generated per annum = %.0f kWh \n\n", e_per_annum)
pc=e_per_annum/pcf/8760;
printf("Plant capacity =%.0f kW \n\n", pc)
printf("Reserve capacity =%.1f kW \n\n", pc-max_dem);
|
0c92d04e6850724ee18ca7dce2a082b4eab42d6e | b6afd72138cc9b10fdb8d6cc49ee5f89ff47020e | /tp/optim_gc.sce | 8e64534ae49b2d0eab728d46243fe9c9e03cb997 | [] | no_license | zhongming-unice/numerical-method | a38eb7fc555b5f8e8ffbd74613e8911eeb97e3ed | 8b82c67598000e715d003dc2a0a7afbfcdbf2618 | refs/heads/master | 2020-05-04T11:55:25.504216 | 2019-04-10T15:45:59 | 2019-04-10T15:45:59 | 179,118,358 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,093 | sce | optim_gc.sce | //MAM_OPT_TP8
//auteur : ZHONG Ming
//
//exec('optim_fonction2.sci')
function [J,G]=cost(v)
[J,G]=cost4(v)
endfunction
N = 40
epsg = 10^-6
Kmax = 100
uk = rand(N,1)
J_cost_gf = zeros(Kmax,1)
J_cost_gc = zeros(Kmax,1)
err_gf = zeros(Kmax,1)
err_gc = zeros(Kmax,1)
u_exact = zeros(N,1)
for i = 1:N
u_exact(i) = 0.5*i*(N+1-i)
end
[J,d] = cost(uk)
for k = 1:Kmax
[J,G] = cost(uk)
// d = G
J_cost_gc(k) = J
if(norm(G)<epsg) then break
else
rho = (G'*d)/(Av(d)'*d)
u1 = uk - rho*G
[J1,G1] = cost(u1)
betak = -(G1'*Av(d))/(d'*Av(d))
d1 = G1 + betak*d
d = d1
uk = u1
end
err_gc(k) = norm(uk-u_exact)
end
pas_fixe = 0.1
u = rand(N,1)
for k = 1:Kmax
[J,G] = cost(u)
J_cost_gf(k) = J
if(norm(G)<epsg) then break
else
u = u - pas_fixe*G
end
err_gf(k) = norm(u-u_exact)
end
scf(1)
plot2d(J_cost_gf,style=11)
plot2d(J_cost_gc,style=22)
legend("pas fixe","gradient conjugue")
scf(2)
plot2d(err_gf,style=33)
plot2d(err_gc,style=5)
legend("err pas fixe","err gradient conjugue")
|
58695ae79b1fcf1bba848714289ef2bd8a3e596e | 449d555969bfd7befe906877abab098c6e63a0e8 | /22/CH5/EX5.18/ch5ex18.sce | cfb08de6d344eee8902d4be8a13eeb61ab6f7904 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,175 | sce | ch5ex18.sce | //signals and systems
//Inverse Z Transform:ROC |z|>2
z = %z;
syms n z1;//To find out Inverse z transform z must be linear z = z1
X =-z*(z+0.4)/((z-0.8)*(z-2))
X1 = denom(X);
zp = roots(X1);
X1 = -z1*(z1+0.4)/((z1-0.8)*(z1-2))
F1 = X1*(z1^(n-1))*(z1-zp(1));
F2 = X1*(z1^(n-1))*(z1-zp(2));
h1 = limit(F1,z1,zp(1));
disp(h1,'h1[n]=')
h2 = limit(F2,z1,zp(2));
disp(h2,'h2[n]=')
h = h1+h2;
disp(h,'h[n]=')
//Inverse Z Transform:ROC 0.8<|z|<2
z = %z;
syms n z1;
X =-z*(z+0.4)/((z-0.8)*(z-2))
X1 = denom(X);
zp = roots(X1);
X1 = -z1*(z1+0.4)/((z1-0.8)*(z1-2))
F1 = X1*(z1^(n-1))*(z1-zp(1));
F2 = X1*(z1^(n-1))*(z1-zp(2));
h1 = limit(F1,z1,zp(1));
disp(h1*'u(n)','h1[n]=')
h2 = limit(F2,z1,zp(2));
disp((h2)*'u(-n-1)','h2[n]=')
disp((h1)*'u(n)'-(h2)*'u(n-1)','h[n]=')
//Inverse Z Transform:ROC |z|<0.8
z = %z;
syms n z1;
X =-z*(z+0.4)/((z-0.8)*(z-2))
X1 = denom(X);
zp = roots(X1);
X1 = -z1*(z1+0.4)/((z1-0.8)*(z1-2))
F1 = X1*(z1^(n-1))*(z1-zp(1));
F2 = X1*(z1^(n-1))*(z1-zp(2));
h1 = limit(F1,z1,zp(1));
disp(h1*'u(-n-1)','h1[n]=')
h2 = limit(F2,z1,zp(2));
disp((h2)*'u(-n-1)','h2[n]=')
disp(-(h1)*'u(-n-1)'-(h2)*'u(-n-1)','h[n]=') |
01a6310705d518aa81c1a3f8c5d7c60981d6c7f4 | 94c9fb094976265935872b32b6e6a4fd9454ef31 | /tp3/RBFL.sce | d36b8d9ea5d6032d1a4e02cfbf9b5ee0dc6e40d2 | [] | no_license | dtbinh/tp-scilab | 6d2373af479d9cb1d1494f3ccc5abcae0697b8ac | 4c41c77eb4a4021022fa91614cfe4f7a4417f4e5 | refs/heads/master | 2021-01-10T12:23:53.166922 | 2013-12-19T17:23:18 | 2013-12-19T17:23:18 | 49,208,752 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,264 | sce | RBFL.sce | function resw = RBFL(X, T)
K = 25;
w = 1.0;
h = 2.0;
X_c = frequency_learning(X, K);
rows_x = size(X, 'r');
rows_x_c = size(X_c, 'r');
distance = ones(rows_x_c, 1);
zones = ones(rows_x, 1);
for i = 1:rows_x
for j = 1:rows_x_c
distance(j) = sqrt((X(i,1) - X_c(j,1))*(X(i,1)-X_c(j,1)) + (X(i,2) - X_c(j,2))*(X(i,2)-X_c(j,2)));
end
[d_min, index] = min(distance);
zone(i) = index;
end
nb_element_in_zone = 0;
distance_to_element = 0.0;
w = ones(rows_x_c, 1); //size of centre
for j = 1:rows_x_c
nb_element_in_zone = 0;
distance_to_elements = 0.0;
for i = 1:rows_x
if zone(i) == j then
_d = sqrt((X(i,1) - X_c(j,1))*(X(i,1)-X_c(j,1)) + (X(i,2) - X_c(j,2))*(X(i,2)-X_c(j,2)));
nb_element_in_zone = nb_element_in_zone + 1;
distance_to_elements = distance_to_elements + _d;
end
end
w(j) = h*distance_to_elements/nb_element_in_zone;
disp(w(j));
end
resphi = ones(rows_x, rows_x_c);
resphi = phi(X, X_c, w);
PHI = [ones(rows_x_c, 1) resphi];
disp(size(resphi));
disp(size(ones(rows_x_c, 1)));
resw = pinv(PHI)*T;
endfunction
|
139320d3595baf5d2106549810f1456151bcc89b | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/PU17QHW/ATWM1_Working_Memory_MEG_PU17QHW_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce | ae1dc092e602e20db13c72dfa843d6bfb2af55c2 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,615 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
44 62 292 292 399 125 2042 2992 2192 fixation_cross gabor_151 gabor_124 gabor_109 gabor_086 gabor_151 gabor_124 gabor_109_alt gabor_086_alt "1_1_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_151_124_109_086_target_position_1_2_retrieval_position_2" gabor_circ gabor_124_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_124_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 2392 fixation_cross gabor_010 gabor_147 gabor_087 gabor_026 gabor_010_alt gabor_147 gabor_087_alt gabor_026 "1_2_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_010_147_087_026_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_026_framed blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2242 2992 1892 fixation_cross gabor_050 gabor_001 gabor_158 gabor_025 gabor_050 gabor_001 gabor_158_alt gabor_025_alt "1_3_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_050_001_158_025_target_position_1_2_retrieval_position_2" gabor_circ gabor_001_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2042 2992 2142 fixation_cross gabor_003 gabor_019 gabor_139 gabor_174 gabor_003 gabor_019 gabor_139_alt gabor_174_alt "1_4_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_003_019_139_174_target_position_1_2_retrieval_position_2" gabor_circ gabor_156_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2242 2992 2442 fixation_cross gabor_088 gabor_178 gabor_115 gabor_162 gabor_088_alt gabor_178 gabor_115_alt gabor_162 "1_5_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_088_178_115_162_target_position_2_4_retrieval_position_2" gabor_circ gabor_178_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2042 2992 1942 fixation_cross gabor_090 gabor_053 gabor_017 gabor_170 gabor_090_alt gabor_053_alt gabor_017 gabor_170 "1_6_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_090_053_017_170_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_123_framed blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_123_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2192 2992 2442 fixation_cross gabor_111 gabor_175 gabor_043 gabor_021 gabor_111_alt gabor_175 gabor_043_alt gabor_021 "1_7_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_2450_gabor_patch_orientation_111_175_043_021_target_position_2_4_retrieval_position_1" gabor_111_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_111_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1792 2992 2192 fixation_cross gabor_118 gabor_060 gabor_039 gabor_093 gabor_118_alt gabor_060 gabor_039_alt gabor_093 "1_8_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_118_060_039_093_target_position_2_4_retrieval_position_2" gabor_circ gabor_060_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_060_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 2542 fixation_cross gabor_094 gabor_063 gabor_009 gabor_039 gabor_094_alt gabor_063_alt gabor_009 gabor_039 "1_9_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2550_gabor_patch_orientation_094_063_009_039_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_039_framed blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1892 2992 2492 fixation_cross gabor_016 gabor_122 gabor_081 gabor_149 gabor_016_alt gabor_122 gabor_081_alt gabor_149 "1_10_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_016_122_081_149_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_100_framed blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 2042 fixation_cross gabor_159 gabor_110 gabor_020 gabor_088 gabor_159_alt gabor_110 gabor_020 gabor_088_alt "1_11_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_159_110_020_088_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_069_framed gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_069_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2242 2992 2492 fixation_cross gabor_087 gabor_166 gabor_138 gabor_055 gabor_087_alt gabor_166 gabor_138 gabor_055_alt "1_12_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2250_3000_2500_gabor_patch_orientation_087_166_138_055_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_055_framed blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_055_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2192 fixation_cross gabor_007 gabor_069 gabor_030 gabor_140 gabor_007 gabor_069_alt gabor_030 gabor_140_alt "1_13_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_007_069_030_140_target_position_1_3_retrieval_position_1" gabor_053_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_053_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1742 2992 2392 fixation_cross gabor_175 gabor_097 gabor_011 gabor_062 gabor_175 gabor_097_alt gabor_011_alt gabor_062 "1_14_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2400_gabor_patch_orientation_175_097_011_062_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_148_framed gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_148_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1992 2992 2442 fixation_cross gabor_117 gabor_043 gabor_170 gabor_010 gabor_117_alt gabor_043_alt gabor_170 gabor_010 "1_15_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2450_gabor_patch_orientation_117_043_170_010_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_010_framed blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2092 2992 2292 fixation_cross gabor_037 gabor_110 gabor_177 gabor_021 gabor_037 gabor_110 gabor_177_alt gabor_021_alt "1_16_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2300_gabor_patch_orientation_037_110_177_021_target_position_1_2_retrieval_position_1" gabor_037_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_16_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2142 2992 2042 fixation_cross gabor_014 gabor_160 gabor_177 gabor_097 gabor_014_alt gabor_160_alt gabor_177 gabor_097 "1_17_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_014_160_177_097_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_097_framed blank blank blank blank fixation_cross_white "1_17_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1992 2992 2042 fixation_cross gabor_011 gabor_120 gabor_088 gabor_032 gabor_011_alt gabor_120 gabor_088_alt gabor_032 "1_18_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_011_120_088_032_target_position_2_4_retrieval_position_2" gabor_circ gabor_120_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_18_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_120_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2242 2992 2342 fixation_cross gabor_084 gabor_167 gabor_149 gabor_023 gabor_084_alt gabor_167_alt gabor_149 gabor_023 "1_19_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_084_167_149_023_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_149_framed gabor_circ blank blank blank blank fixation_cross_white "1_19_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_149_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1792 2992 1942 fixation_cross gabor_097 gabor_061 gabor_010 gabor_175 gabor_097_alt gabor_061 gabor_010 gabor_175_alt "1_20_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_097_061_010_175_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_149_framed gabor_circ blank blank blank blank fixation_cross_white "1_20_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_149_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2092 2992 2492 fixation_cross gabor_161 gabor_136 gabor_093 gabor_072 gabor_161_alt gabor_136_alt gabor_093 gabor_072 "1_21_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2100_3000_2500_gabor_patch_orientation_161_136_093_072_target_position_3_4_retrieval_position_1" gabor_161_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_21_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_161_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 1992 fixation_cross gabor_130 gabor_056 gabor_168 gabor_022 gabor_130 gabor_056_alt gabor_168 gabor_022_alt "1_22_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_130_056_168_022_target_position_1_3_retrieval_position_1" gabor_080_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_22_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1742 2992 2092 fixation_cross gabor_067 gabor_084 gabor_015 gabor_140 gabor_067_alt gabor_084 gabor_015_alt gabor_140 "1_23_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_067_084_015_140_target_position_2_4_retrieval_position_2" gabor_circ gabor_034_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_23_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2392 fixation_cross gabor_154 gabor_015 gabor_042 gabor_081 gabor_154_alt gabor_015_alt gabor_042 gabor_081 "1_24_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_154_015_042_081_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_white "1_24_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 1842 2992 2292 fixation_cross gabor_133 gabor_161 gabor_178 gabor_027 gabor_133_alt gabor_161_alt gabor_178 gabor_027 "1_25_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2300_gabor_patch_orientation_133_161_178_027_target_position_3_4_retrieval_position_2" gabor_circ gabor_161_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_25_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_161_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1792 2992 2542 fixation_cross gabor_012 gabor_039 gabor_077 gabor_144 gabor_012 gabor_039_alt gabor_077_alt gabor_144 "1_26_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_012_039_077_144_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_144_framed blank blank blank blank fixation_cross_white "1_26_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_144_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 2592 fixation_cross gabor_008 gabor_072 gabor_117 gabor_044 gabor_008_alt gabor_072 gabor_117 gabor_044_alt "1_27_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2600_gabor_patch_orientation_008_072_117_044_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_117_framed gabor_circ blank blank blank blank fixation_cross_white "1_27_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2242 2992 2092 fixation_cross gabor_030 gabor_011 gabor_059 gabor_087 gabor_030_alt gabor_011 gabor_059 gabor_087_alt "1_28_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_030_011_059_087_target_position_2_3_retrieval_position_2" gabor_circ gabor_011_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_28_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_069 gabor_084 gabor_140 gabor_026 gabor_069 gabor_084_alt gabor_140 gabor_026_alt "1_29_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_069_084_140_026_target_position_1_3_retrieval_position_1" gabor_115_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_29_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_115_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1992 2992 1942 fixation_cross gabor_042 gabor_178 gabor_065 gabor_147 gabor_042 gabor_178_alt gabor_065 gabor_147_alt "1_30_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_042_178_065_147_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_114_framed gabor_circ blank blank blank blank fixation_cross_white "1_30_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_114_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 2092 fixation_cross gabor_045 gabor_066 gabor_180 gabor_004 gabor_045 gabor_066 gabor_180_alt gabor_004_alt "1_31_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_045_066_180_004_target_position_1_2_retrieval_position_2" gabor_circ gabor_111_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_31_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_111_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2242 2992 2292 fixation_cross gabor_160 gabor_105 gabor_044 gabor_020 gabor_160_alt gabor_105 gabor_044_alt gabor_020 "1_32_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2250_3000_2300_gabor_patch_orientation_160_105_044_020_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_044_framed gabor_circ blank blank blank blank fixation_cross_white "1_32_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_044_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1742 2992 2092 fixation_cross gabor_145 gabor_039 gabor_071 gabor_009 gabor_145_alt gabor_039 gabor_071_alt gabor_009 "1_33_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_145_039_071_009_target_position_2_4_retrieval_position_2" gabor_circ gabor_087_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_33_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 2042 fixation_cross gabor_121 gabor_150 gabor_072 gabor_102 gabor_121_alt gabor_150 gabor_072 gabor_102_alt "1_34_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_121_150_072_102_target_position_2_3_retrieval_position_2" gabor_circ gabor_150_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_34_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 2392 fixation_cross gabor_139 gabor_114 gabor_027 gabor_168 gabor_139 gabor_114_alt gabor_027_alt gabor_168 "1_35_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_139_114_027_168_target_position_1_4_retrieval_position_1" gabor_139_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_35_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 2442 fixation_cross gabor_135 gabor_095 gabor_180 gabor_063 gabor_135 gabor_095_alt gabor_180 gabor_063_alt "1_36_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2450_gabor_patch_orientation_135_095_180_063_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_180_framed gabor_circ blank blank blank blank fixation_cross_white "1_36_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1942 2992 2192 fixation_cross gabor_078 gabor_023 gabor_140 gabor_062 gabor_078_alt gabor_023_alt gabor_140 gabor_062 "1_37_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2200_gabor_patch_orientation_078_023_140_062_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_002_framed gabor_circ blank blank blank blank fixation_cross_white "1_37_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1792 2992 1992 fixation_cross gabor_099 gabor_126 gabor_041 gabor_065 gabor_099_alt gabor_126 gabor_041_alt gabor_065 "1_38_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_2000_gabor_patch_orientation_099_126_041_065_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_178_framed gabor_circ blank blank blank blank fixation_cross_white "1_38_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_178_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_155 gabor_117 gabor_097 gabor_037 gabor_155_alt gabor_117_alt gabor_097 gabor_037 "1_39_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_155_117_097_037_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_177_framed blank blank blank blank fixation_cross_white "1_39_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2192 2992 1992 fixation_cross gabor_100 gabor_064 gabor_021 gabor_041 gabor_100_alt gabor_064 gabor_021 gabor_041_alt "1_40_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2200_3000_2000_gabor_patch_orientation_100_064_021_041_target_position_2_3_retrieval_position_1" gabor_148_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_40_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_148_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2192 2992 2592 fixation_cross gabor_066 gabor_136 gabor_151 gabor_176 gabor_066 gabor_136_alt gabor_151_alt gabor_176 "1_41_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2600_gabor_patch_orientation_066_136_151_176_target_position_1_4_retrieval_position_1" gabor_113_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_41_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_113_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2092 2992 2542 fixation_cross gabor_044 gabor_065 gabor_126 gabor_106 gabor_044_alt gabor_065_alt gabor_126 gabor_106 "1_42_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_044_065_126_106_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_106_framed blank blank blank blank fixation_cross_white "1_42_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_106_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_045 gabor_124 gabor_088 gabor_109 gabor_045_alt gabor_124 gabor_088 gabor_109_alt "1_43_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_045_124_088_109_target_position_2_3_retrieval_position_2" gabor_circ gabor_124_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_43_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_124_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2042 2992 2542 fixation_cross gabor_118 gabor_146 gabor_167 gabor_084 gabor_118 gabor_146 gabor_167_alt gabor_084_alt "1_44_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2550_gabor_patch_orientation_118_146_167_084_target_position_1_2_retrieval_position_2" gabor_circ gabor_146_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_44_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_146_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 2142 fixation_cross gabor_131 gabor_014 gabor_044 gabor_088 gabor_131_alt gabor_014 gabor_044_alt gabor_088 "1_45_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_131_014_044_088_target_position_2_4_retrieval_position_2" gabor_circ gabor_014_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_45_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1992 2992 1892 fixation_cross gabor_047 gabor_125 gabor_179 gabor_158 gabor_047_alt gabor_125 gabor_179_alt gabor_158 "1_46_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2000_3000_1900_gabor_patch_orientation_047_125_179_158_target_position_2_4_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_46_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_001_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 2592 fixation_cross gabor_093 gabor_156 gabor_074 gabor_135 gabor_093_alt gabor_156_alt gabor_074 gabor_135 "1_47_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2600_gabor_patch_orientation_093_156_074_135_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_135_framed blank blank blank blank fixation_cross_white "1_47_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2092 2992 1892 fixation_cross gabor_069 gabor_131 gabor_095 gabor_152 gabor_069 gabor_131_alt gabor_095 gabor_152_alt "1_48_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_1900_gabor_patch_orientation_069_131_095_152_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_095_framed gabor_circ blank blank blank blank fixation_cross_white "1_48_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2042 2992 1992 fixation_cross gabor_105 gabor_135 gabor_065 gabor_085 gabor_105 gabor_135 gabor_065_alt gabor_085_alt "1_49_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_105_135_065_085_target_position_1_2_retrieval_position_1" gabor_105_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_49_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_122 gabor_065 gabor_036 gabor_080 gabor_122_alt gabor_065 gabor_036_alt gabor_080 "1_50_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_122_065_036_080_target_position_2_4_retrieval_position_2" gabor_circ gabor_065_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_50_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 2042 fixation_cross gabor_045 gabor_025 gabor_102 gabor_080 gabor_045_alt gabor_025 gabor_102_alt gabor_080 "1_51_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_045_025_102_080_target_position_2_4_retrieval_position_2" gabor_circ gabor_025_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_51_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_025_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2042 2992 2242 fixation_cross gabor_004 gabor_089 gabor_042 gabor_110 gabor_004 gabor_089 gabor_042_alt gabor_110_alt "1_52_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2050_3000_2250_gabor_patch_orientation_004_089_042_110_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_160_framed blank blank blank blank fixation_cross_white "1_52_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_160_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1742 2992 2492 fixation_cross gabor_144 gabor_159 gabor_129 gabor_093 gabor_144 gabor_159_alt gabor_129 gabor_093_alt "1_53_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_144_159_129_093_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_177_framed gabor_circ blank blank blank blank fixation_cross_white "1_53_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 2242 fixation_cross gabor_146 gabor_180 gabor_096 gabor_033 gabor_146 gabor_180_alt gabor_096 gabor_033_alt "1_54_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_146_180_096_033_target_position_1_3_retrieval_position_1" gabor_009_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_54_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 1992 fixation_cross gabor_093 gabor_076 gabor_137 gabor_008 gabor_093_alt gabor_076 gabor_137_alt gabor_008 "1_55_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_093_076_137_008_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_055_framed blank blank blank blank fixation_cross_white "1_55_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2142 2992 2292 fixation_cross gabor_081 gabor_170 gabor_004 gabor_044 gabor_081 gabor_170_alt gabor_004_alt gabor_044 "1_56_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2300_gabor_patch_orientation_081_170_004_044_target_position_1_4_retrieval_position_2" gabor_circ gabor_120_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_56_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_120_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1942 2992 2142 fixation_cross gabor_129 gabor_173 gabor_109 gabor_003 gabor_129_alt gabor_173_alt gabor_109 gabor_003 "1_57_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_129_173_109_003_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_156_framed gabor_circ blank blank blank blank fixation_cross_white "1_57_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2192 2992 2292 fixation_cross gabor_162 gabor_138 gabor_008 gabor_120 gabor_162_alt gabor_138 gabor_008_alt gabor_120 "1_58_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_162_138_008_120_target_position_2_4_retrieval_position_2" gabor_circ gabor_138_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_58_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_138_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2142 2992 2092 fixation_cross gabor_085 gabor_029 gabor_113 gabor_008 gabor_085_alt gabor_029 gabor_113_alt gabor_008 "1_59_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2100_gabor_patch_orientation_085_029_113_008_target_position_2_4_retrieval_position_2" gabor_circ gabor_029_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_59_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_029_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 1942 fixation_cross gabor_055 gabor_101 gabor_130 gabor_171 gabor_055_alt gabor_101_alt gabor_130 gabor_171 "1_60_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_055_101_130_171_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_082_framed gabor_circ blank blank blank blank fixation_cross_white "1_60_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_082_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2092 2992 2342 fixation_cross gabor_166 gabor_003 gabor_089 gabor_109 gabor_166 gabor_003_alt gabor_089 gabor_109_alt "1_61_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2350_gabor_patch_orientation_166_003_089_109_target_position_1_3_retrieval_position_2" gabor_circ gabor_143_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_61_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_143_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_127 gabor_168 gabor_059 gabor_099 gabor_127_alt gabor_168_alt gabor_059 gabor_099 "1_62_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_127_168_059_099_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_146_framed blank blank blank blank fixation_cross_white "1_62_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_146_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_088 gabor_068 gabor_113 gabor_176 gabor_088 gabor_068_alt gabor_113 gabor_176_alt "1_63_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_088_068_113_176_target_position_1_3_retrieval_position_1" gabor_135_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_63_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_081 gabor_107 gabor_151 gabor_171 gabor_081 gabor_107_alt gabor_151 gabor_171_alt "1_64_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_081_107_151_171_target_position_1_3_retrieval_position_1" gabor_036_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_64_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_036_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2192 2992 1892 fixation_cross gabor_083 gabor_060 gabor_031 gabor_006 gabor_083 gabor_060_alt gabor_031 gabor_006_alt "1_65_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_1900_gabor_patch_orientation_083_060_031_006_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_006_framed blank blank blank blank fixation_cross_white "1_65_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_006_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1742 2992 2592 fixation_cross gabor_170 gabor_099 gabor_019 gabor_124 gabor_170_alt gabor_099 gabor_019 gabor_124_alt "1_66_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2600_gabor_patch_orientation_170_099_019_124_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_064_framed gabor_circ blank blank blank blank fixation_cross_white "1_66_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_064_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1942 2992 1942 fixation_cross gabor_175 gabor_108 gabor_040 gabor_070 gabor_175 gabor_108_alt gabor_040 gabor_070_alt "1_67_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_1950_gabor_patch_orientation_175_108_040_070_target_position_1_3_retrieval_position_1" gabor_130_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_67_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_012 gabor_066 gabor_089 gabor_128 gabor_012 gabor_066_alt gabor_089_alt gabor_128 "1_68_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_012_066_089_128_target_position_1_4_retrieval_position_1" gabor_150_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_68_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2192 2992 2142 fixation_cross gabor_057 gabor_129 gabor_042 gabor_010 gabor_057_alt gabor_129 gabor_042 gabor_010_alt "1_69_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_057_129_042_010_target_position_2_3_retrieval_position_2" gabor_circ gabor_176_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_69_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2092 2992 2192 fixation_cross gabor_151 gabor_045 gabor_016 gabor_084 gabor_151 gabor_045_alt gabor_016 gabor_084_alt "1_70_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2100_3000_2200_gabor_patch_orientation_151_045_016_084_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_084_framed blank blank blank blank fixation_cross_white "1_70_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_084_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
}; |
52189fbed7b7ff955b405a5576debe3fbfa37257 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH6/EX6.11/ex6_11.sce | 0f0963ff4b8121160b1a7c03e08d69d0b02e0426 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 363 | sce | ex6_11.sce | // Exa 6.11
clc;
clear;
close;
format('v',6)
// Given data
Va = 0.2;// in V
Vb = -0.5;// in V
Vc = 0.8;// in V
Ra = 33;// in k ohm
Rb = 22;// in k ohm
Rc = 11;// in k ohm
R_F = 66;// in k ohm
// Using Superposition theorm, the output voltage
Vo = (-((R_F/Ra)*Va)) -(((R_F/Rb)*Vb)) -(((R_F/Rc)*Vc));// in V
disp(Vo,"The output voltage in V is");
|
468749308983cf7d28d9d36e4555cd0070358a0a | d221f694a13098ee20d7f4e530d710430792099f | /projects/02/IsZero16.tst | f575e5d086ce874f027a641859207f7348be3902 | [] | no_license | lithium/nand2tetris | 61bc4898bacc399d2c43aac8bd8385a778d6c5a9 | 476651a1789d27bf350007120b95fd0c485fa3e5 | refs/heads/master | 2020-05-18T07:06:12.043167 | 2014-01-11T19:58:28 | 2014-01-11T19:58:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 196 | tst | IsZero16.tst |
load IsZero16.hdl,
output-file IsZero16.out,
compare-to IsZero16.cmp,
output-list in%B2.16.2 out%B2.1.2;
set in 0,
eval,
output;
set in 1,
eval,
output;
set in %B0100101011101,
eval,
output;
|
3541ddcf84832cfdb1883624470af27dd19efaff | 449d555969bfd7befe906877abab098c6e63a0e8 | /323/CH5/EX5.11/ex5_11.sci | 4730dfb60e6f38b600de364727305150b4084f61 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 778 | sci | ex5_11.sci | //Chapter 5,Ex5.10,Pg5.13
clc;
E1=6600 //Primary voltage
E2=400 //Secondary voltage
R1=2.5 //Primary resistance
X1=3.9 //Primary reactance
X2=0.025 //Secondary reactance
R2=0.01 //Secondary resistance
K=E2/E1
//Equivalent resistance referred to primary
R01=R1+(R2/(K^2))
printf("\n Equivalent resistance referred to primary=%.2f ohms \n",R01)
//Equivalent reactance referred to primary
X01=X1+(X2/(K^2))
printf("\n Equivalent reactance referred to secondary =%.2f ohms \n",X01)
//Equivalent resistance referred to secondary
R02=R2+((K^2)*R1)
printf("\n Equivalent resistance referred to secondary=%.2f ohms \n",R02)
//Equivalent resistance referred to secondary
X02=X2+((K^2)*X2)
printf("\n Equivalent resistance referred to secondary=%.2f ohms \n",X02)
|
1ab8dd6752e255f982c3fbb3c0df0fa031822c81 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH5/EX5.1/Ex5_1.sce | 118dad4436b122a82487d6dd541d8a2d3e97072e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sce | Ex5_1.sce | //Example 5.1
f_k=45;//Friction (N)
m=62;//Mass of skier (kg)
g=9.80;//Acceleration due to gravity (m/s^2)
theta=25;//Inclination of slope (deg)
N=m*g*cosd(theta);//Normal force perpendicular to slope (N)
mu_k=f_k/N;//Coefficient of kinetic friction
printf('Coefficient of kinetic friction = %0.3f',mu_k)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
78a28a2a346f335cb526ab16807609cf6ee7449a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH12/EX12.33/Ex12_33.sce | e37d70de27baa6434127cc11cf41f9498c73f755 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | sce | Ex12_33.sce | //Chapter 12
//page no 518
//given
clc;
clear all;
lembda=1550; //wavelength in nm
Df=17; //fiber dispersion in ps/nm-km
L=80 //fiber length in km
fb=sqrt(10^5/Df/L)
printf("\n Maximum bit rate fb = %.1f Mb/s",fb);
|
5c37d6e1913da483208a44efe03dda48bb881d55 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1100/CH10/EX10.4/10_4.sce | bafcfb4a111d3525b9484893700be64e4338b6bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 415 | sce | 10_4.sce | clc
//initialisation of variables
P= 100 //psia
n= 40
vf= 0.01774 //cu ft/lb
vg= 4.432 //cu ft/lb
hf= 298.4 //Btu/lb
hfg= 888.8 //Btu/lb
sg= 1.6026 //Btu/lb R
sfg= 1.1286 //Btu/lb R
//CALCULATIONS
vx= (n/100)*vf+(1-(n/100))*vg
hx= hf+(1-(n/100))*hfg
sx= sg-(n/100)*sfg
//RESULTS
printf ('Volume= %.2f cu ft/lb',vx)
printf (' \n Entropy = %.2f Btu/lb R',sx)
printf (' \n Enthalpy= %.1f Btu/lb',hx)
|
9637cebd1f894ecebd06cd640f817b386adb1fac | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH12/EX6.12.21/Ex6_12_21.sce | e8f7334881938c2f547a55026226e870c601c867 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_12_21.sce | //Section-6,Example-6,Page no.-P.55
//To calculate the molecular weight of the polymer.
clc;
pi=(2.4*0.88)/(13.6*760) //Osmotic pressure(atm)
R=0.0821 //LatmK^-1mol^-1
T=273+37
M=(2.5/pi)*R*T
disp(M,'Molecular weight of the given polymer')
|
ce1d36729b8606143178677e949a7c77a0ad58da | 449d555969bfd7befe906877abab098c6e63a0e8 | /569/CH5/EX5.3/5_3.sci | 335c06152bab0e8023a4a81b0ee46e0cf6870b46 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 162 | sci | 5_3.sci | // Calculate the Torque
clc;
E=110*10^9;
t=0.073*10^-3;
b=0.51*10^-3;
l=370*10^-3;
th=%pi/2;
T=(E*b*t^3)*th/(12*l);
disp(T,' Controlling torque(Nm)=')
|
a6fa039435dbcec7b81f69fa6f4380d383d86a1e | 9b4666eff03ccecf238f420f9b796208b0a70b01 | /Math IN/Cin/TP05/decoopman_TP5.sce | c07f7863e238c36a3bf29e182708d5bd94a4486d | [] | no_license | NanoClem/Math | 71a74881b2ac5b3ac323265eec82dd9d2183a185 | 8a20ce2c724dc9a7053ea12d73d162a037e33b70 | refs/heads/master | 2021-09-20T16:55:09.153747 | 2018-08-12T16:08:22 | 2018-08-12T16:08:22 | 114,249,616 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,546 | sce | decoopman_TP5.sce | //DECOOPMAN Clément TP5
//EXERCICE 1
//1.
img0 = imread('D:\Git\Math\Math IN\Cin\TP05\Bali.pgm');
//Norme 1
function z = n1(x, y)
z = abs(x) + abs(y);
endfunction
// Norme euclidienne
function z = n2(x, y)
z = sqrt((x).^2+(y).^2);
endfunction
//Norme inf
function z = ninf(x, y)
xy = [abs(x), abs(y)];
z = max(xy);
endfunction
//2.
// r = rayon du masque ; n = type de norme ; centre(xc, yc)
function res = masque(img, xc, yc, r, n)
[m,p] = size(img);
x = [1:m]; //liste des coordonnées x
y = [1:p]; //liste des coordonnées y
mask = bool2s(feval(x-xc, y-yc, n) > r); //masque de rayon r autour de (xc; yc)
//imshow(uint8(255*mask)); //affichage du masque
res = img.*mask;
endfunction
//3.
//norme 1 : un losange
//norme 2 : un rond
//norme inf : un carré
//EXERCICE 2
img1 = imread('D:\Git\Math\Math IN\Cin\TP05\lena_bruit.pgm');
function res = PasseBas(img, r, n)
img = double(img);
[xn,yn] = size(img);
xc = xn/2;
yc = yn/2;
imgF = fft2(img); //Transformée de Fourrier
imgF2 = imgF.*masque(img, xc, yc, r, n); //On applique le masque
imgF3 = ifft(imgF2); //Transformée de Fourrier inverse
imgF4 = real(imgF3); //On prends la partie réelle
res = uint8(imgF4);
endfunction
//EXERCICE 3
img2 = imread('D:\Git\Math\Math IN\Cin\TP05\lena.pgm');
//1.
function res = PasseHaut(img, r, n)
img = double(img);
[xn,yn] = size(img);
xc = xn/2;
yc = yn/2;
imgF = fft2(img); //Transformée de Fourrier
imgF2 = fftshift(imgF); //On ramène les basses fréquences au centre
imgF3 = imgF2.*masque(img, xc, yc, r, n); //On applique le masque
imgF4 = fftshift(imgF3); //On remet les cadrant sur les côtés
imgF5 = ifft(imgF4); //Transformée de Fourrier inverse
imgF6 = real(imgF5); //On prends la partie réelle
res = uint8(imgF6);
endfunction
//EXERCICE 4
//1.
Bali = imread('D:\Git\Math\Math IN\Cin\TP05\Bali.pgm');
Depardieu = imread('D:\Git\Math\Math IN\Cin\TP05\depardieu.pgm');
//2.
//img0 : l'image que l'on veut cacher
//img1 : l'image dans laquelle on cache
function res = cacheMot(img0, img1, n)
img1Bas = PasseBas(img1, 20, n);
img0Haut = PasseBas(img0, 20, n);
imgF = img1Bas + img0Haut;
res = uint8(imgF);
endfunction
|
d85e6331131fac9be665ecee3d3b0199a8f2af64 | 7b7be9b58f50415293def4aa99ef5795e6394954 | /sim/cmd/test/man-ethanol.tst | 586cfb949db1b3da84de090c33a9fff9845e27a9 | [] | no_license | sabualkaz/sim42 | 80d1174e4bc6ae14122f70c65e259a9a2472ad47 | 27b5afe75723c4e5414904710fa6425d5f27e13c | refs/heads/master | 2022-07-30T06:23:20.119353 | 2020-05-23T16:30:01 | 2020-05-23T16:30:01 | 265,842,394 | 0 | 0 | null | 2020-05-21T12:26:00 | 2020-05-21T12:26:00 | null | UTF-8 | Scilab | false | false | 1,107 | tst | man-ethanol.tst | #ethanol distillation
$thermo = VirtualMaterials.PSRK
/ -> $thermo
thermo + Ethanol Water
units SI
Feed = Stream.Stream_Material()
Feed.In.MoleFlow = 34.43
Feed.In.Fraction = 0.3 0.7
Feed.In.VapFrac = 0.0
Feed.In.P = 101.325
Feed.In
Steam = Stream.Stream_Material()
Steam.In.P = 24.7 psia
Steam.In.Fraction = 0 1
Steam.In.MoleFlow = 51.1
Steam.In.VapFrac = 1.0
Steam.In
dist = Tower.Tower()
dist.MaxOuterLoops = 40
dist.Stage_0 + 12
cd dist.Stage_0
l = Tower.LiquidDraw()
l.Port.P = 101.325
l.Port.MoleFlow = 12.91
#reflux = Tower.RefluxRatioSpec()
#reflux.Port = 3.0
cond = Tower.EnergyFeed(0)
estT = Tower.Estimate('T')
estT.Value = 78
cd ../Stage_11
f = Tower.Feed()
/Feed.Out -> f.Port
cd ../Stage_13
l = Tower.LiquidDraw()
l.Port.P = 101.325
f = Tower.Feed()
/Steam.Out -> f.Port
estT = Tower.Estimate('T')
estT.Value = 100
cd ..
/distillate = Stream.Stream_Material()
/stillage = Stream.Stream_Material()
/distillate.In -> Stage_0.l.Port
/stillage.In -> Stage_13.l.Port
TryToSolve = 1
copy /
paste /
cd /RootClone
dist.Stage_0.l.Port |
8c15b2439806a2570c4a7e3555591c30ebbd1d15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/DEPENDENCIES/3_1_data.sci | 411b128053d618fb427d7f5286390cd0882c5c51 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 129 | sci | 3_1_data.sci | //Ratio Of Specific Heats
y=1.4;
//Initial Pressure (in bar)
p1=1;
//Pressure at end of compression stroke(in bar)
p2=11;
|
bd28ea2fed754858addb95a4378c71bd938a07fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH16/EX16.9/16_9.sce | a473575123c56caaee6d7337ee83775d2f89a567 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 388 | sce | 16_9.sce | clear
clc
Vb=240
Ib=100* exp(%i *-1* acos (.8))
Ia=100* exp(%i *-1* acos (.6))
z=complex(.2, .3)
Va=round((Vb + (Ib * z/2)))
Isa = (Ia * exp(%i * 1 * atan(imag(Va)/real(Va)))) + Ib
//Isa=Isa*%i
Vs=Va + (Isa * z/2)
Vs=round(Vs*100)/100
vs=abs(Vs)
phi=atand(imag(Vs)/real(Vs))
mprintf("|Vs| = %.2f A, phase angle between Vs & Vb = %.2f deg", fix(vs*100)/100, phi)
|
0c0bd91a727bd6b3798caac2e4925d0ba3ba4af4 | 03d0f9c67fad13abbcf2ce0b810ca85025d12cef | /presentation scripts/instrumental sucrose/florent_blocks.sce | a8d89725b3f0974ba597196fbca7d254efc103ac | [] | no_license | Kwan-Lab/behavioral-rigs | 1f6f9719b02d957e2777c1b485ff8224e96c7d5d | 8e2ac0f9a36fc177a457d127474f8823d78c915b | refs/heads/master | 2022-06-21T13:03:35.870220 | 2022-06-06T23:55:01 | 2022-06-06T23:55:01 | 254,467,063 | 4 | 1 | null | 2022-06-06T23:55:03 | 2020-04-09T20:02:30 | Scilab | UTF-8 | Scilab | false | false | 6,566 | sce | florent_blocks.sce | #-- scenario file --#
scenario = "florent_blocks";
active_buttons = 3; #how many response buttons in scenario
button_codes = 1,2,3; #button_code 1 = lick, 2 = spacebar
target_button_codes = 1,2,3; #target_button_code 1 = lick, 2 = spacebar
#write_codes = true; #using analog output port to sync with electrophys
response_logging = log_all; #log all trials
response_matching = simple_matching; #response time match to stimuli
begin;
trial {
save_logfile {
filename = "temp.log"; # use temp.log in default logfile directory
}; #save logfile during mid-experiment
}quicksave;
trial {
trial_type = fixed;
trial_duration = 100;
nothing {} startwaterevent;
code=0; #port_code=1;
target_button = 1,2,3;
}startwaterblock;
trial {
trial_type = fixed;
trial_duration = 100;
nothing {} startsmallevent;
code=1; #port_code=1;
target_button = 1,2,3;
}startsmallblock;
trial {
trial_type = fixed;
trial_duration = 100;
nothing {} startlargeevent;
code=2; #port_code=1;
target_button = 1,2,3;
}startlargeblock;
trial {
trial_type = fixed;
trial_duration = 100;
nothing {} waitwaterevent;
code=7; #port_code=1;
target_button = 1,2,3;
}waitwaterblock;
trial {
trial_type = fixed;
trial_duration = 100;
nothing {} waitsmallevent;
code=8; #port_code=1;
target_button = 1,2,3;
}waitsmallblock;
trial {
trial_type = fixed;
trial_duration = 100;
nothing {} waitlargeevent;
code=9; #port_code=1;
target_button = 1,2,3;
}waitlargeblock;
trial {
trial_type = fixed;
trial_duration = 5000;
nothing {} waterevent;
code=3; #port_code=1.5;
target_button = 1,2,3;
}waterreward;
trial {
trial_type = fixed;
trial_duration = 5000;
nothing {} smallevent;
code=4; #port_code=2;
target_button = 1,2,3;
}smallreward;
trial {
trial_type = fixed;
trial_duration = 5000;
nothing {} largeevent;
code=5; #port_code=2.5;
target_button = 1,2,3;
}largereward;
begin_pcl;
term.print("Starting time:");
term.print(date_time());
logfile.add_event_entry(date_time());
display_window.draw_text("Initializing...");
int num_trials = 10000; # user enters initial value in dialog before scenario
preset int water_amount = 22; # #msec to open water valve
preset int second_amount = 22; # #msec to open water valve
preset int third_amount = 22; # #msec to open water valve
int hit=0;
int rewardNum=0;
int timer = 0; #(in ms)
array <int> blockConc[4]={1, 2, 3, 2};
int currBlock=1;
parameter_window.remove_all();
int blockIndex = parameter_window.add_parameter("Block");
int rewardSizeIndex = parameter_window.add_parameter("Reward size");
int timeIndex = parameter_window.add_parameter("Time");
int hitIndex = parameter_window.add_parameter("# Lick");
int rewardNumIndex = parameter_window.add_parameter("# Reward");
# set up parallel port for water reward
output_port port = output_port_manager.get_port(1);
display_window.draw_text("Training has started...");
loop
int i = 1
until
i > num_trials
begin
if i==1 then
timer=clock.time();
port.set_pulse_width(100); #send pulse to National Inst Board
port.send_code(32);
end;
parameter_window.set_parameter(blockIndex,string(currBlock));
int sucroseConc=blockConc[currBlock];
parameter_window.set_parameter(rewardSizeIndex,string(sucroseConc));
#look for at least 1 reward to start 60 sec timer
loop
int jj = 0
until
jj > 0 #jj is a flag, 0 = wait more, 1 = go to 60sec window
begin
if (clock.time()-timer > 59999) then #to start new file every 60s if total <10 licks
port.set_pulse_width(100); #send pulse to National Inst Board
port.send_code(32);
timer = clock.time();
end;
if sucroseConc==1 then
waitwaterblock.present();
elseif sucroseConc==2 then
waitsmallblock.present();
elseif sucroseConc==3 then
waitlargeblock.present();
end;
if (response_manager.hits() > 0) then
hit = hit + response_manager.hits();
end;
if hit>9 then #FR10, if more than 10 licks has occurred
rewardNum = rewardNum + 1;
parameter_window.set_parameter(rewardNumIndex,string(rewardNum));
if sucroseConc==1 then
port.set_pulse_width(water_amount);
port.send_code(4); #give water reward
waterreward.present();
elseif sucroseConc==2 then
port.set_pulse_width(second_amount);
port.send_code(8); #give 3% sucrose reward
smallreward.present();
elseif sucroseConc==3 then
port.set_pulse_width(third_amount);
port.send_code(16); #give 10% sucrose reward
largereward.present();
end;
hit = 0; #reset #lick to start counting again
jj= 1; #reward block is 5 s long
end;
parameter_window.set_parameter(hitIndex,string(hit));
parameter_window.set_parameter(timeIndex,string(jj));
end;
# start 60 sec for repeated rewards of same type
port.set_pulse_width(100); #send pulse to National Inst Board
port.send_code(32);
loop
int jj = 0
until
jj > 59999 #at 60 sec, move to next block
begin
if sucroseConc==1 then
startwaterblock.present();
elseif sucroseConc==2 then
startsmallblock.present();
elseif sucroseConc==3 then
startlargeblock.present();
end;
jj=jj+100; #start block is 0.1 s long
if (response_manager.hits() > 0) then
hit = hit + response_manager.hits();
end;
if hit>9 then #FR10, if more than 10 licks has occurred
rewardNum = rewardNum + 1;
parameter_window.set_parameter(rewardNumIndex,string(rewardNum));
if sucroseConc==1 then
port.set_pulse_width(water_amount);
port.send_code(4); #give water reward
waterreward.present();
elseif sucroseConc==2 then
port.set_pulse_width(second_amount);
port.send_code(8); #give 3% sucrose reward
smallreward.present();
elseif sucroseConc==3 then
port.set_pulse_width(third_amount);
port.send_code(16); #give 10% sucrose reward
largereward.present();
end;
hit = 0; #reset #lick to start counting again
jj=jj+5000; #reward block is 5 s long
end;
parameter_window.set_parameter(hitIndex,string(hit));
parameter_window.set_parameter(timeIndex,string(jj/1000));
end;
if currBlock<4 then
currBlock=currBlock+1;
elseif currBlock==4 then
currBlock=1;
end;
i=i+1;
if (i%5) == 0 then #every 5 trials, save a temp logfile
quicksave.present();
end;
end;
display_window.draw_text("Training has ended.");
term.print("Ending time:");
term.print(date_time()); |
f0bd6a780f7292219d44b7686bdf3bc9e95bd0a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/DEPENDENCIES/9_6_1.sci | fa469b073efe7b62445412f4d4b1f81eca531027 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 57 | sci | 9_6_1.sci | x=0.85
H1= 802 //Kj/mol
H2= 1428 //kj/mol
M1=16
M2=30 |
41a27b6da7c624992fde12943f28292e08ce86b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1859/CH7/EX7.25/exa_7_25.sce | e1a84cfb01842a5999dba9636cb00374d0676658 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 394 | sce | exa_7_25.sce | // Exa 7.25
clc;
clear;
close;
// Given data
C1= 160*10^-12;// in F
C2= 36*10^-12;// in F
f1=250;// in kHz
f1=f1*10^3;// in Hz
f2=500;// in kHz
f2=f2*10^3;// in Hz
Cd= (C1-4*C2)/3;// in F
disp(Cd*10^12,"Self Capacitance of the coil in µµF")
// Formula f1= 1/(2*%pi*sqrt(L*(C1+Cd)))
L= 1/((2*%pi*f1)^2*(C1+Cd));// in H
disp(round(L*10^6),"Self inductance of the coil in µH");
|
a5942391b4e8a47a071365cef4e8c9e4de9855fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3717/CH1/EX1.7/Ex1_7.sce | 25f8cb55da605059be4f71d46e1c7d3de9f3493f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | Ex1_7.sce | // Ex1_7 Page:17 (2014)
clc; clear;
c = 3e+08; // Speed of light in vacuum, m/s
delta_E = 4e+026; // Rate of radiation of energy from the sun, J/s
delta_m = delta_E/c^2; // The decrease in mass, kg
printf("\nThe decrease in mass = %4.2e kg", delta_m);
// Result
// The decrease in mass = 4.44e+09 kg
|
70d3b52ad669df96f15a0e2178d315d7da81b584 | 717ddeb7e700373742c617a95e25a2376565112c | /191/CH6/EX6.6/Example6_6.sce | f3588ed8478f861308d1e96f75b12d72e5070b11 | [] | 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 | 613 | sce | Example6_6.sce | //Simpson Rule
clc;
clear;
close();
format('v',10);
funcprot(0);
deff('[y]=f(x)','y=exp(x)');
n = [1 2 4];
a = 0;
b = 2;
h = (ones(:,3)*(b-a))./(2*n);
s(1) = h(1)*(f(a)+f(b)+4*f(h(1)))/3;
disp(s(1),'n=1');
s(2) = h(2)*(f(a)+f(b)+2*f(2*h(2))+4*(f(h(2))+f(3*h(2))))/3;
disp(s(2),'n=2');
s(3) = h(3)*(f(a)+f(b)+2*(f(2*h(3))+f(4*h(3))+f(6*h(3)))+4*(f(h(3))+f(3*h(3))+f(5*h(3))+f(7*h(3))))/3;
disp(s(3),'n=4');
exact = integrate('exp(x)','x',0,2);
disp(exact,'The exact value of intergation is :');
exact = ones(3)*exact;
err = exact-s;
disp(err,'thus corresponding errors are : '); |
335c72d98f6d428fe7e6f49b96dd93255814e9a0 | cea88917b1a7177608e003c8c7c60943569bbd95 | /Scilab Files/counting_frequency_analysis.sci | f5fc671dc86edeaccd0670822d45aa4158ce9267 | [] | no_license | seanpoyner/Zodiac | 0dc763e8e512cbcd9d0411b0da3ec9a8f4680094 | 3808665632d90f71740350dcdbd0e72a6b04e634 | refs/heads/master | 2021-01-01T06:45:40.358770 | 2012-01-05T13:40:04 | 2012-01-05T13:40:04 | 3,059,564 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sci | counting_frequency_analysis.sci | function [counter] = counting_frequency_analysis(A,c)
[m,n] = size(A);
counter = 0;
for i = 1:m
for j = 1:n
if A(i,j) == c
counter = counter + 1;
end
end
end
endfunction
|
17592a3c14d8d57142de6ad815f88eb32be2b51e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH6/EX6.m.6/ex_m_6_6.sce | 2abe153adb30a19b6f0800a64be94143dba0ce09 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 389 | sce | ex_m_6_6.sce | // Exa Misc. 6.6
clc;
clear;
close;
format('v',6)
// Given data
R1 = 10;// in k ohm
R_F = 0;
// Ao = (1+(R_F/R1));
// The minimum closed loop voltage gain
Aomin = (1+(R_F/R1));
disp(Aomin,"The minimum closed loop voltage gain is");
R_F = 100;// in k ohm
// The maximum closed loop voltage gain
Aomax = (1+(R_F/R1));
disp(Aomax,"The maximum closed loop voltage gain is");
|
8edd77e56d0e822b4d34147ac077d60125974f69 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH18/EX18.4/Ex18_4.sce | c4dcf90f5b5e406955588ed2004fac64d2672416 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,160 | sce | Ex18_4.sce | //Variable declaration:
U1 = 240 //Overall heat transfer coefficient for first effect (Btu/h.ft^2. F)
U2 = 200 //Overall heat transfer coefficient for second effect (Btu/h.ft^2. F)
U3 = 125 //Overall heat transfer coefficient for third effect (Btu/h.ft^2. F)
A1 = 125 //Heating surface area in first effect (ft^3)
A2 = 150 //Heating surface area in second effect (ft^3)
A3 = 160 //Heating surface area in third effect (ft^3)
T1 = 400 //Condensation stream temperature in the first effect ( F)
T2 = 120 //Vapor leaving temperature in the first effect ( F)
//Calculation:
R1 = 1/(U1*A1) //Resistance across first effect
R2 = 1/(U2*A2) //Resistance across second effect
R3 = 1/(U3*A3) //Resistance across third effect
R = R1+R2+R3 //Total resistance
DT1 = (R1/R)*(T1-T2) //Temperature drop across the heating surface in the first effect ( F)
//Result:
printf("The temperature drop across the heating surface in the first effect is : %.0f F .",DT1)
|
387e702a8c22805bbf57f2b82c440415d819e783 | 45f15df44927246d4d8b596962a614d365f1f6ec | /Sistema Contable el Mana/appContable/bin/Debug/ConfigBackup.sce | 02419dc1fe292866aad289c5b320799a2672104f | [] | no_license | soymichelt/SGE | 6e4c0312e719d40665c4216945dc79a3a2f7201f | 6ff85a7960562a3c6d2993f03d9f3c7e58c3c656 | refs/heads/master | 2021-06-19T01:48:47.929631 | 2017-06-03T21:46:23 | 2017-06-03T21:46:23 | 74,612,978 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 113 | sce | ConfigBackup.sce | C:\Users\Administrator\Documents\GitHubVisualStudio\SGE\Sistema Contable el Mana\appContable\bin\Debug\SCE Backup |
3211cc3172155942cffddc73e793f26f92e05288 | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH15/EX15.2/example2_sce.sce | e458dbc1e0e11787b2a6966152e65123bb748032 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 248 | sce | example2_sce.sce | //chapter 15
//example 15.2
//page 648
printf("\n")
printf("given")
R2=1*10^6;Acl=4.5;
R1=R2/Acl
R1=220*10^3;//use standard value
R3=(R1*R2)/(R1+R2)
Cf=((R1*30*10^-12)/(R1+R2))*10^12;
printf(" suitable value of capacitor is %3.2fpF\n",Cf) |
19be36bc39db4373b6b03fcae2ac255a07c0abba | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH4/EX4.9/Ex4_9.sce | 08949fe50f514829a0d2bc282eb967bbea59a36c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 425 | sce | Ex4_9.sce | clc
//Variable Initialisation
Ea=200//Input Voltage to armature in volts
Ia=20//Armature Current in Ampere
Ra=0.4//Armature resistance in ohm
k=0.1
N1=0//Speed of Motor in rpm
//Solution
Eb1=k*N1
d1=(Eb1+(Ia*Ra))/Ea
d2=1
Eb2=d2*Ea-(Ia*Ra)
N2=Eb2/k
printf('\n\n Range of speed control from 0 to %0.1f\n\n',N2)
printf('\n\n Range of duty cycle from %0.1f to 1\n\n',d1)
//The answers vary due to round off error
|
ffe60aff004e1b0fe1dd723fad820526a5b83cfe | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.7_17.tst | 1154e265eb58c3b581beb521d67b6066b9d8c210 | [] | 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 | 499,492 | tst | 5.7_17.tst | 7 363:1 431:1 594:1 1379:1 1684:1 1900:1 2097:1 2238:1 2444:1 2479:1 2511:1 2612:1 2617:1 2775:1 3154:1 3252:1 3271:1 3440:2 3825:1 3905:1 4391:1 4952:1 5301:1 5309:1 5432:1 5570:1 5729:1 5750:1 5751:1 6913:1 7365:1 7399:1 7720:2 8296:1 8935:1 9028:1 9051:2 9539:1 9569:1 9595:2 10125:1 10364:1 10419:2 11311:1 11630:1 12237:1 12378:1 12646:1 13046:1 13149:1 13265:1 13855:1 14414:1 15031:1 15346:1 15405:1 15440:1 15497:1 15516:2 15685:2 15908:1 15940:1 15969:1 16115:1 16174:1 16673:1 16794:1 16861:1 16864:1 17610:1 17995:1 18052:1 18391:1 18416:1 18417:1 18748:1 19002:1 19030:1 19428:1 19579:1 19590:1 19614:2 20398:1 20722:1 20785:1 20971:1 21004:1 21057:1 21172:1 21406:1 21752:1 21765:84 21768:1 21818:1 21954:1 22413:1 23095:2 23145:1 23265:2 23401:2 23468:1 23569:2 24000:1 24245:1 24263:1 24559:1 24579:1 24585:1 24708:1 24887:1 24930:1 24932:1 25094:1 25311:1 25438:1 25543:1 25865:1 25910:1 25938:1 25986:1 25996:1 25997:2 26072:1 26263:1 26912:1 26942:1 27000:1 27010:1 27759:1 27789:1 27866:1 28215:1 28284:1 28315:1 28577:1 28870:1 29571:1 29875:1 30063:1 30172:1 30460:1 30629:1 31116:1 31202:1 31244:1 31333:1 31590:1 31637:1 32320:1 33375:1 33559:1 33578:1 33763:1 33782:1 33833:1 33876:1
7 8:1 363:1 431:1 582:1 594:1 1379:1 1426:1 1684:1 1690:1 1759:1 1900:1 2097:1 2163:1 2207:1 2238:1 2401:1 2444:1 2479:1 2511:1 2523:1 2612:1 2617:2 2631:1 2656:1 2662:1 2775:1 3078:1 3154:1 3176:1 3252:1 3271:1 3285:1 3440:2 3799:1 3825:1 3905:1 3951:1 4391:1 4705:1 4952:1 5144:1 5301:1 5309:1 5367:2 5390:1 5432:1 5570:1 5595:1 5729:1 5750:1 5751:1 6164:1 6179:1 6181:1 6563:1 6829:1 6913:1 6956:1 7016:1 7365:1 7399:1 7426:1 7720:2 8296:2 8605:1 8916:1 8935:1 9028:5 9051:2 9539:1 9569:1 9595:2 9631:1 10125:1 10364:1 10419:2 10580:1 10681:1 11055:2 11311:2 11312:1 11327:1 11398:1 11509:1 11624:1 11630:1 11969:1 12044:1 12237:1 12378:1 12486:1 12556:1 12646:1 13046:1 13149:1 13265:1 13855:1 13978:1 14034:1 14348:1 14414:1 15031:1 15227:1 15346:1 15371:1 15405:1 15440:1 15497:1 15516:2 15589:1 15685:2 15908:1 15940:1 15969:1 16105:1 16115:1 16174:1 16673:1 16794:1 16830:1 16861:1 16864:1 17037:1 17221:1 17246:1 17253:1 17610:1 17846:1 17995:1 18052:1 18136:1 18391:1 18416:1 18417:1 18748:1 19002:1 19030:1 19147:1 19223:1 19428:1 19579:1 19590:1 19614:2 19857:1 19864:1 19967:1 20014:1 20308:1 20332:1 20349:1 20398:1 20722:1 20785:1 20971:1 21004:1 21057:1 21172:1 21406:1 21540:1 21610:1 21752:1 21765:152 21768:1 21818:1 21954:1 22413:1 22619:1 23095:2 23145:1 23265:2 23401:2 23464:1 23468:1 23569:2 24000:1 24022:1 24236:1 24245:1 24263:1 24559:1 24579:1 24585:1 24708:1 24887:1 24930:1 24932:1 25044:1 25094:2 25185:1 25311:1 25438:1 25543:1 25571:1 25591:1 25679:1 25865:1 25910:1 25938:1 25986:1 25996:1 25997:2 26068:1 26072:1 26163:1 26225:1 26263:1 26373:1 26497:1 26688:1 26912:1 26942:1 27000:1 27010:1 27399:1 27759:1 27789:1 27817:1 27866:1 28203:1 28215:1 28284:1 28315:1 28511:1 28515:1 28577:1 28870:1 29114:2 29196:1 29237:1 29457:1 29571:1 29621:1 29875:1 30063:1 30095:1 30172:1 30254:1 30345:1 30355:1 30423:1 30460:1 30506:1 30629:1 30706:1 31116:1 31202:1 31244:1 31333:1 31590:1 31637:1 31644:1 31707:1 31981:1 32237:1 32320:1 32673:1 32925:1 32987:1 33375:1 33559:1 33578:1 33763:1 33782:1 33833:1 33874:2 33876:1
7 8:1 193:1 363:1 431:1 538:1 582:1 594:1 829:1 1379:1 1426:1 1600:1 1684:1 1689:1 1690:1 1743:1 1759:1 1891:1 1900:1 1965:1 2097:1 2163:1 2175:1 2207:1 2238:1 2401:1 2444:1 2479:1 2511:1 2523:1 2612:1 2617:2 2631:1 2656:1 2662:1 2664:1 2729:1 2775:1 2967:1 3078:1 3154:1 3176:1 3234:1 3252:1 3260:1 3271:1 3285:1 3440:2 3799:1 3825:1 3858:1 3905:1 3951:1 4254:1 4391:1 4705:1 4853:1 4952:1 5039:1 5144:1 5301:1 5309:1 5367:2 5390:1 5432:1 5570:1 5595:1 5729:1 5750:1 5751:1 5999:1 6164:1 6179:1 6181:1 6548:1 6563:1 6829:1 6913:1 6956:1 7016:1 7365:1 7399:1 7416:1 7426:1 7629:1 7720:2 7823:1 8296:2 8373:1 8605:1 8723:1 8916:1 8935:1 9028:6 9051:2 9398:1 9422:1 9539:1 9569:1 9595:2 9631:1 9706:1 9907:1 9910:1 10125:1 10338:1 10364:1 10419:2 10580:2 10681:1 11055:2 11311:2 11312:1 11327:1 11354:1 11398:1 11509:1 11624:1 11630:1 11969:1 12044:1 12237:1 12341:1 12356:1 12378:1 12486:1 12556:1 12646:1 12892:1 13046:1 13149:1 13265:1 13824:1 13855:1 13978:1 14034:1 14348:1 14414:1 14600:1 15031:1 15227:1 15346:1 15347:1 15371:1 15405:1 15440:1 15497:1 15516:2 15589:1 15685:2 15908:1 15940:1 15969:1 16105:1 16115:1 16174:1 16673:1 16794:1 16830:1 16861:1 16864:1 17037:1 17068:1 17221:1 17246:1 17253:1 17610:1 17846:1 17995:1 18052:1 18086:1 18136:1 18155:1 18207:1 18391:1 18416:1 18417:1 18639:1 18748:1 18991:1 19002:1 19030:1 19147:1 19223:1 19383:1 19428:1 19579:1 19590:1 19614:2 19857:1 19864:1 19967:1 20014:1 20026:1 20308:1 20332:1 20349:1 20398:1 20722:1 20785:1 20971:1 21004:1 21057:1 21172:1 21212:1 21406:1 21540:1 21610:1 21752:1 21765:185 21768:1 21818:1 21954:1 22413:1 22619:1 23095:2 23145:1 23155:1 23265:2 23401:2 23464:1 23468:1 23569:2 24000:1 24022:1 24074:1 24236:1 24245:1 24263:1 24559:1 24579:1 24585:1 24708:1 24887:1 24930:1 24932:1 25044:1 25094:2 25120:1 25185:1 25311:1 25438:1 25543:1 25571:1 25591:1 25679:1 25865:1 25910:1 25938:1 25986:1 25996:1 25997:2 26068:1 26072:1 26163:1 26225:1 26263:1 26373:1 26483:1 26497:1 26688:1 26808:1 26912:1 26942:1 27000:1 27010:1 27399:1 27759:1 27789:1 27817:1 27866:1 28203:1 28215:1 28284:1 28315:1 28320:1 28511:1 28515:1 28577:1 28870:1 29114:2 29196:1 29237:1 29457:1 29571:1 29621:1 29875:1 30063:1 30095:1 30172:1 30254:1 30345:1 30355:1 30417:1 30423:1 30460:1 30506:1 30629:1 30706:1 31116:1 31202:1 31244:1 31333:1 31590:1 31633:1 31637:1 31644:1 31707:1 31981:1 32237:1 32320:1 32392:1 32673:1 32889:1 32925:1 32987:1 33053:1 33375:1 33559:1 33578:1 33763:1 33782:1 33833:1 33863:1 33874:2 33876:1
7 8:1 193:1 347:1 363:1 431:1 538:1 582:1 594:1 829:1 873:1 1379:1 1426:1 1600:1 1684:1 1689:1 1690:1 1743:1 1759:1 1891:1 1900:1 1965:1 2097:1 2163:1 2175:1 2207:1 2238:1 2401:1 2444:1 2479:2 2511:1 2523:1 2612:1 2617:2 2631:1 2656:1 2662:1 2664:1 2729:1 2775:1 2967:1 3078:1 3154:1 3176:1 3234:1 3252:1 3260:1 3264:1 3271:1 3285:1 3367:1 3381:1 3440:3 3799:1 3825:1 3858:2 3905:1 3951:1 4254:1 4391:1 4517:1 4705:1 4853:1 4866:1 4952:1 4961:1 5039:1 5111:1 5144:1 5301:1 5309:1 5367:2 5390:1 5432:1 5570:1 5595:1 5729:1 5750:1 5751:1 5763:1 5783:1 5960:1 5999:1 6123:1 6164:1 6179:1 6181:1 6545:1 6548:1 6563:1 6696:1 6829:1 6913:1 6956:1 7016:1 7128:1 7365:1 7399:1 7416:1 7426:1 7629:1 7720:2 7823:1 8075:1 8296:2 8373:1 8549:1 8605:1 8617:1 8723:1 8793:1 8816:1 8916:1 8935:1 9028:6 9051:3 9398:1 9422:1 9539:1 9569:1 9595:3 9631:1 9706:1 9907:1 9910:1 10125:1 10338:1 10364:1 10419:2 10580:2 10681:1 11003:1 11055:2 11216:1 11311:2 11312:1 11327:1 11354:1 11398:1 11509:1 11624:1 11630:1 11862:1 11969:1 12044:1 12237:1 12341:1 12356:1 12378:1 12483:1 12486:1 12556:1 12646:1 12892:2 13046:1 13149:1 13265:1 13452:1 13824:1 13832:1 13855:1 13919:1 13966:1 13978:1 13988:1 14034:1 14348:1 14414:1 14439:1 14600:1 15031:1 15066:1 15132:1 15227:1 15346:1 15347:1 15371:1 15405:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15908:1 15940:1 15969:1 16105:1 16115:1 16174:1 16255:1 16493:1 16673:1 16794:1 16830:1 16861:1 16864:1 17037:1 17049:1 17068:1 17221:1 17246:1 17253:1 17426:1 17610:1 17846:1 17995:1 18052:1 18086:1 18128:1 18136:1 18155:1 18207:1 18391:1 18416:2 18417:1 18639:1 18748:1 18991:1 19002:1 19025:1 19030:1 19147:1 19223:1 19294:1 19319:1 19383:1 19428:1 19579:1 19590:2 19614:3 19632:1 19721:1 19857:1 19864:1 19967:1 20014:1 20026:2 20308:1 20332:1 20349:1 20398:1 20722:1 20785:1 20971:1 21004:1 21057:1 21172:1 21212:1 21406:2 21540:1 21610:1 21695:1 21752:1 21765:262 21768:1 21818:1 21954:2 22051:1 22413:1 22414:1 22510:1 22619:1 23095:3 23145:1 23155:1 23202:1 23265:2 23401:2 23464:1 23468:1 23569:3 23818:1 24000:1 24022:1 24074:1 24236:1 24245:2 24263:1 24559:1 24579:1 24585:1 24708:1 24887:1 24930:2 24932:1 25044:1 25094:2 25120:2 25185:1 25311:1 25438:1 25449:1 25521:1 25543:1 25571:1 25591:1 25612:1 25679:1 25865:1 25910:1 25938:1 25986:1 25996:1 25997:2 26068:1 26072:1 26163:1 26225:1 26250:1 26263:1 26373:2 26483:1 26497:1 26569:1 26688:1 26808:1 26912:1 26942:1 26962:1 27000:1 27010:1 27019:1 27160:1 27399:1 27755:1 27759:1 27789:1 27810:1 27817:1 27866:1 28194:1 28195:1 28203:1 28215:1 28284:1 28315:1 28320:1 28511:1 28515:1 28577:1 28870:2 29114:2 29196:1 29237:1 29446:1 29457:1 29571:1 29621:1 29685:1 29717:1 29875:1 29944:1 30063:1 30095:1 30172:1 30254:1 30255:1 30345:1 30355:1 30417:1 30423:1 30443:1 30460:1 30506:1 30629:1 30642:1 30706:1 30708:1 30845:1 30982:1 31116:1 31202:1 31244:1 31333:1 31590:1 31626:1 31633:1 31635:1 31637:1 31644:1 31666:1 31707:1 31981:1 32101:1 32237:1 32320:2 32342:1 32392:1 32419:1 32423:1 32673:1 32712:1 32885:1 32889:1 32925:1 32971:1 32987:1 33053:1 33055:1 33144:1 33375:1 33527:1 33559:1 33578:1 33742:1 33763:1 33782:1 33833:1 33863:1 33874:2 33876:1
7 8:1 193:1 347:1 363:1 431:1 517:1 538:1 582:1 594:1 829:2 873:1 1379:1 1426:1 1600:1 1684:1 1689:1 1690:1 1743:1 1759:1 1891:1 1900:1 1965:1 2097:1 2163:1 2175:1 2207:1 2238:1 2312:1 2401:1 2444:1 2479:2 2511:1 2523:1 2612:1 2617:2 2627:1 2631:1 2656:1 2662:1 2664:1 2729:1 2775:1 2967:1 3078:1 3154:1 3176:1 3234:1 3252:1 3260:1 3264:2 3271:1 3285:1 3367:1 3381:1 3440:3 3799:1 3825:1 3858:2 3905:1 3951:1 4019:1 4161:1 4191:1 4254:1 4264:1 4391:1 4432:1 4517:1 4705:1 4853:1 4866:1 4952:1 4961:1 5039:1 5111:1 5144:1 5301:1 5309:1 5324:1 5367:2 5390:1 5432:1 5467:1 5570:1 5595:1 5600:1 5729:1 5750:1 5751:1 5763:1 5774:1 5783:1 5960:1 5999:1 6123:1 6164:1 6179:1 6181:1 6545:1 6548:1 6563:1 6696:1 6829:1 6913:1 6956:1 7016:1 7128:1 7365:1 7390:1 7399:1 7416:1 7426:1 7629:1 7720:2 7823:1 8075:1 8296:2 8373:1 8549:1 8605:1 8617:1 8723:2 8793:1 8816:1 8916:1 8935:1 9028:7 9051:3 9398:1 9422:1 9539:1 9569:1 9575:1 9595:3 9631:1 9706:1 9866:1 9907:1 9910:1 10125:1 10148:1 10338:1 10364:1 10419:2 10580:2 10681:1 10760:1 11003:1 11055:2 11216:1 11311:2 11312:1 11327:1 11354:1 11398:1 11509:1 11624:1 11630:1 11668:1 11862:1 11969:1 12044:1 12085:1 12237:1 12341:1 12356:1 12378:1 12387:1 12422:1 12483:2 12486:1 12556:1 12646:1 12892:2 13046:1 13149:1 13265:1 13446:1 13452:1 13824:1 13832:1 13855:1 13919:1 13966:1 13978:1 13988:1 14034:1 14348:1 14414:1 14439:1 14457:1 14600:1 14861:1 15031:1 15066:1 15125:1 15132:1 15227:1 15346:1 15347:1 15371:1 15405:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15711:1 15908:1 15940:1 15969:1 16105:1 16115:1 16174:1 16255:1 16493:1 16673:1 16794:1 16830:1 16861:1 16864:1 17037:1 17049:1 17068:1 17072:1 17221:1 17246:1 17253:1 17426:1 17610:1 17846:1 17987:1 17995:1 18052:1 18086:1 18128:1 18136:1 18155:1 18196:1 18207:2 18391:1 18416:2 18417:1 18564:1 18625:1 18639:1 18748:1 18910:1 18991:1 19002:1 19025:1 19030:1 19147:1 19223:1 19294:1 19319:1 19383:1 19428:1 19579:1 19590:2 19614:3 19632:1 19721:1 19857:1 19864:1 19967:1 20014:1 20026:2 20308:1 20332:1 20349:1 20398:1 20722:1 20785:1 20971:1 21004:1 21057:1 21172:1 21212:1 21406:2 21540:1 21610:1 21695:1 21752:1 21765:297 21768:1 21818:1 21954:2 22051:1 22397:1 22413:1 22414:1 22510:1 22619:1 22969:1 23095:3 23145:1 23155:1 23202:1 23265:2 23284:1 23401:2 23464:1 23468:1 23569:3 23725:1 23818:1 24000:1 24022:1 24074:1 24201:1 24236:1 24245:2 24263:1 24559:1 24579:1 24585:1 24708:1 24887:1 24930:2 24932:1 25044:1 25094:2 25120:2 25185:1 25311:1 25349:1 25438:1 25449:1 25521:1 25543:1 25571:1 25591:1 25612:1 25679:1 25761:1 25865:1 25910:1 25938:1 25986:1 25996:1 25997:2 26068:1 26072:1 26163:1 26225:1 26250:1 26263:1 26373:2 26471:1 26483:1 26497:1 26545:1 26569:1 26688:1 26808:2 26912:1 26942:1 26962:1 27000:1 27010:1 27019:1 27157:1 27160:1 27393:1 27399:1 27755:1 27759:1 27789:1 27810:1 27817:1 27866:1 28194:1 28195:1 28203:1 28206:1 28215:1 28238:1 28284:1 28314:3 28315:1 28320:1 28511:1 28515:1 28577:1 28870:2 29114:2 29196:1 29237:1 29353:1 29446:1 29457:1 29571:1 29621:1 29685:2 29717:1 29875:1 29944:1 30063:1 30095:1 30114:1 30172:1 30254:1 30255:1 30345:1 30355:1 30391:1 30417:1 30423:1 30443:1 30460:1 30506:1 30629:1 30642:1 30706:1 30708:1 30807:1 30845:1 30940:1 30982:1 31116:1 31202:1 31244:1 31333:1 31557:1 31590:1 31626:1 31633:1 31635:1 31637:1 31644:1 31650:1 31666:1 31707:1 31904:1 31981:1 32101:1 32237:1 32320:2 32342:1 32392:1 32419:1 32423:1 32624:1 32663:1 32673:1 32712:1 32885:1 32889:1 32925:1 32971:1 32985:1 32987:1 33053:1 33055:1 33144:1 33375:1 33527:1 33559:1 33578:1 33742:1 33763:1 33782:1 33833:1 33863:1 33874:2 33876:1
7 8:1 193:1 347:1 363:1 431:1 517:1 538:1 582:1 594:1 688:1 829:2 873:1 1379:1 1426:1 1495:1 1600:1 1684:1 1689:1 1690:1 1743:1 1759:1 1891:1 1900:1 1965:1 2097:1 2163:1 2175:1 2207:1 2238:1 2312:1 2401:1 2444:1 2479:2 2511:1 2523:1 2527:1 2612:1 2617:2 2618:1 2627:1 2631:1 2656:2 2662:1 2664:1 2729:1 2775:1 2967:1 3078:1 3154:1 3176:2 3234:1 3252:1 3260:1 3264:2 3271:1 3285:1 3367:1 3381:1 3440:3 3799:1 3825:1 3858:2 3905:1 3951:1 4019:1 4154:1 4161:1 4191:1 4254:1 4261:1 4264:1 4391:1 4432:1 4517:1 4705:1 4853:1 4866:1 4952:1 4961:1 5039:1 5107:1 5111:1 5144:1 5301:1 5309:1 5322:1 5324:1 5367:2 5390:1 5432:1 5467:1 5570:1 5595:1 5600:1 5729:1 5750:1 5751:2 5763:1 5774:1 5782:1 5783:1 5960:1 5999:1 6053:1 6123:1 6164:1 6179:1 6181:1 6465:1 6545:1 6548:1 6563:1 6696:1 6829:1 6913:1 6956:1 7016:1 7128:1 7173:1 7262:1 7365:1 7390:1 7399:1 7416:1 7426:1 7629:1 7720:2 7823:2 7949:1 8075:1 8213:1 8296:2 8373:1 8549:1 8605:1 8617:1 8723:2 8793:1 8816:1 8916:1 8935:1 9028:8 9051:3 9398:1 9422:1 9539:1 9569:1 9575:1 9595:3 9631:1 9706:1 9866:1 9907:1 9910:1 10125:1 10148:1 10338:1 10364:1 10419:2 10509:1 10571:1 10580:2 10681:1 10760:1 11003:1 11055:2 11216:1 11311:2 11312:1 11327:1 11354:1 11398:1 11509:1 11624:1 11630:1 11668:1 11862:1 11918:1 11969:1 12041:1 12044:1 12085:1 12237:1 12341:1 12356:1 12378:1 12387:1 12416:1 12422:1 12483:2 12486:1 12556:1 12646:1 12693:1 12892:2 13046:1 13149:1 13265:1 13446:1 13452:1 13824:1 13832:1 13855:1 13919:1 13966:1 13978:1 13988:1 14034:1 14250:1 14348:1 14414:1 14439:1 14457:1 14547:1 14600:1 14861:1 15031:1 15066:1 15125:1 15132:1 15135:1 15188:1 15207:1 15227:1 15346:1 15347:1 15371:1 15405:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15701:1 15711:1 15719:1 15908:1 15940:1 15969:1 16105:1 16115:1 16174:1 16197:1 16255:1 16489:1 16493:1 16673:1 16794:1 16830:1 16861:1 16864:1 16885:1 17000:1 17037:1 17049:1 17054:1 17068:1 17072:1 17221:1 17246:1 17253:1 17426:1 17461:1 17555:1 17610:1 17846:1 17895:1 17987:1 17995:1 18052:1 18086:1 18128:1 18136:1 18155:1 18170:1 18196:1 18207:2 18391:1 18416:2 18417:1 18418:1 18478:1 18564:1 18625:1 18639:1 18720:1 18748:1 18910:1 18991:1 19002:1 19025:1 19030:1 19147:1 19223:1 19294:1 19319:1 19383:1 19428:1 19579:1 19590:2 19614:3 19632:1 19721:1 19857:1 19864:1 19877:1 19887:1 19967:1 20014:1 20026:2 20308:1 20332:1 20349:1 20352:1 20398:1 20722:1 20785:1 20873:1 20971:1 21004:1 21057:1 21172:1 21212:1 21406:2 21540:2 21610:1 21695:1 21752:1 21765:335 21768:1 21818:1 21954:2 22017:1 22051:1 22326:1 22397:1 22413:1 22414:1 22510:1 22619:1 22846:1 22969:1 23095:3 23116:1 23145:1 23150:1 23155:1 23202:1 23265:2 23284:1 23310:1 23369:1 23401:2 23464:1 23468:1 23569:3 23725:1 23818:1 23883:1 24000:1 24022:1 24074:1 24165:1 24201:1 24236:1 24245:2 24263:1 24373:1 24431:1 24559:1 24579:1 24585:1 24708:1 24887:1 24922:1 24930:2 24932:1 24992:1 25044:1 25094:2 25120:2 25185:1 25289:1 25311:1 25349:1 25369:1 25438:1 25449:1 25521:1 25531:1 25543:1 25571:1 25591:1 25612:1 25679:1 25761:1 25769:1 25865:1 25879:1 25910:1 25938:1 25986:1 25996:1 25997:2 26068:1 26072:1 26100:1 26163:1 26225:1 26250:1 26263:1 26373:3 26471:1 26483:1 26497:1 26534:1 26545:1 26569:1 26642:1 26688:1 26808:2 26912:1 26942:1 26962:1 27000:1 27010:1 27019:1 27157:1 27160:1 27351:1 27393:1 27399:1 27450:1 27515:1 27755:1 27759:1 27789:1 27810:1 27817:1 27866:1 28172:1 28194:1 28195:1 28203:1 28206:1 28215:1 28238:1 28284:1 28314:3 28315:1 28320:1 28358:1 28511:1 28515:1 28577:1 28870:2 29114:3 29196:1 29237:1 29353:1 29446:1 29457:1 29496:1 29571:1 29621:1 29685:2 29717:1 29875:1 29908:1 29944:1 29990:1 30063:1 30095:1 30114:1 30172:2 30254:2 30255:1 30345:1 30355:1 30391:1 30417:1 30423:1 30443:1 30460:1 30499:1 30506:1 30629:1 30642:1 30706:1 30708:1 30807:1 30845:1 30940:1 30982:1 31116:1 31202:1 31244:1 31327:1 31333:1 31557:1 31590:1 31626:1 31633:1 31635:1 31637:1 31644:1 31650:1 31666:1 31707:1 31782:1 31904:1 31981:1 32101:1 32156:1 32237:1 32320:3 32342:1 32392:1 32419:1 32423:1 32624:1 32663:1 32673:1 32712:1 32717:1 32799:1 32885:1 32889:1 32925:1 32971:1 32985:1 32987:1 33053:1 33055:1 33144:1 33375:1 33527:1 33559:1 33578:1 33737:1 33742:1 33763:1 33768:1 33782:1 33833:1 33836:1 33863:1 33866:1 33874:2 33876:1 33888:1 33921:1
7 8:1 16:1 193:1 347:1 363:1 431:1 517:1 538:1 582:1 594:1 688:1 829:3 873:1 1379:1 1426:1 1490:1 1495:1 1600:1 1684:1 1689:1 1690:1 1743:1 1759:1 1891:1 1900:1 1965:1 2097:2 2146:1 2163:1 2175:1 2207:1 2238:2 2312:1 2401:1 2432:1 2444:1 2479:2 2511:1 2523:1 2527:1 2574:1 2612:1 2617:3 2618:1 2627:1 2631:1 2656:2 2657:1 2662:1 2664:1 2729:1 2775:1 2854:1 2967:1 3028:1 3078:1 3154:1 3176:2 3234:1 3252:1 3260:1 3264:2 3271:1 3285:1 3367:1 3381:1 3440:3 3665:1 3799:1 3825:1 3858:2 3905:1 3951:1 4019:1 4154:1 4161:1 4191:1 4254:1 4261:1 4264:1 4384:1 4391:1 4432:1 4517:1 4705:1 4853:1 4866:1 4934:1 4952:1 4961:1 4991:1 5039:1 5107:1 5111:1 5144:1 5301:1 5309:1 5322:1 5324:1 5367:2 5390:1 5432:2 5467:1 5570:1 5595:2 5600:1 5729:1 5750:1 5751:3 5763:1 5774:1 5782:1 5783:1 5960:1 5999:1 6053:1 6123:1 6164:1 6179:1 6181:1 6215:1 6432:1 6465:1 6545:1 6548:1 6563:1 6608:1 6696:1 6829:1 6913:1 6956:1 6979:1 7016:1 7128:1 7173:1 7262:1 7365:2 7390:2 7399:1 7416:1 7426:1 7427:1 7456:1 7629:1 7647:1 7720:2 7782:1 7823:2 7949:1 8075:1 8213:1 8296:2 8373:1 8549:1 8605:1 8617:1 8723:3 8793:1 8816:1 8831:1 8898:1 8916:1 8935:1 8954:1 9028:9 9051:3 9398:1 9422:1 9539:1 9569:1 9575:1 9595:3 9631:1 9706:1 9858:1 9866:1 9907:1 9910:1 10050:1 10125:1 10148:1 10167:1 10270:1 10338:1 10364:1 10386:1 10419:2 10509:1 10571:1 10580:2 10676:1 10681:1 10760:1 10844:1 11003:1 11055:2 11078:1 11216:1 11311:2 11312:1 11327:2 11354:1 11398:1 11509:1 11624:1 11630:1 11668:1 11747:1 11823:1 11862:1 11918:1 11928:1 11969:1 12041:1 12044:1 12085:1 12237:1 12279:1 12341:1 12356:1 12378:1 12387:1 12388:1 12416:1 12422:1 12483:2 12486:1 12556:1 12604:1 12646:1 12682:1 12693:1 12892:2 12906:1 13046:1 13149:1 13265:1 13272:1 13446:1 13452:1 13490:1 13762:1 13801:1 13824:1 13832:1 13855:1 13858:1 13919:1 13966:1 13971:1 13978:1 13988:1 14034:1 14250:1 14348:1 14414:1 14439:1 14457:1 14547:1 14600:1 14861:1 15031:1 15066:1 15125:1 15132:1 15135:1 15188:1 15207:1 15227:1 15346:1 15347:1 15371:1 15405:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15701:1 15711:1 15719:1 15908:1 15940:1 15969:1 16087:1 16105:1 16115:1 16174:1 16197:1 16255:2 16311:1 16489:1 16493:1 16673:1 16728:1 16794:1 16830:1 16861:1 16864:1 16885:1 17000:1 17037:1 17049:1 17054:1 17068:1 17072:1 17221:1 17246:1 17253:1 17270:1 17426:1 17461:1 17555:1 17578:1 17610:1 17829:1 17846:1 17895:1 17970:1 17987:1 17995:1 18052:1 18086:1 18128:1 18136:1 18155:1 18170:1 18196:1 18207:3 18390:1 18391:1 18416:2 18417:1 18418:1 18478:1 18564:1 18625:1 18639:1 18676:1 18720:1 18748:1 18766:1 18910:1 18991:1 19002:1 19021:1 19025:1 19030:1 19147:1 19223:1 19294:1 19319:1 19383:1 19428:1 19462:1 19579:1 19590:2 19614:3 19632:1 19721:1 19748:1 19857:1 19864:1 19877:1 19887:1 19967:1 20014:1 20026:2 20159:1 20308:1 20332:1 20349:1 20352:1 20398:1 20409:1 20604:1 20722:1 20785:1 20873:1 20971:1 21004:1 21057:1 21172:1 21212:1 21345:1 21406:2 21540:2 21610:1 21695:1 21696:1 21752:1 21765:401 21768:1 21818:2 21954:2 22017:1 22051:1 22326:1 22397:1 22407:1 22413:1 22414:1 22510:1 22619:1 22846:1 22969:1 23095:3 23116:1 23145:1 23150:1 23155:1 23202:1 23265:3 23284:1 23310:1 23369:2 23401:2 23464:1 23468:1 23569:3 23725:1 23818:1 23883:1 24000:1 24022:1 24074:1 24165:1 24201:1 24236:1 24245:2 24252:1 24263:1 24373:1 24431:1 24559:1 24579:1 24585:1 24708:1 24832:1 24887:1 24922:1 24930:2 24932:1 24992:1 25044:1 25063:1 25094:2 25120:2 25165:1 25185:1 25289:1 25311:1 25313:1 25349:1 25369:1 25412:1 25438:1 25449:1 25521:1 25531:1 25543:1 25571:1 25591:1 25612:1 25679:1 25761:1 25769:1 25781:1 25796:1 25865:1 25879:1 25910:1 25938:1 25986:1 25996:1 25997:2 26068:1 26072:1 26100:1 26109:1 26163:1 26225:1 26250:2 26263:1 26373:3 26419:1 26471:1 26483:1 26497:1 26534:1 26545:1 26569:1 26642:1 26688:1 26808:2 26912:1 26942:1 26962:1 27000:1 27010:1 27019:1 27108:1 27157:1 27160:1 27268:1 27351:1 27393:1 27399:1 27450:1 27515:1 27755:1 27759:1 27789:1 27810:1 27817:1 27866:1 28106:1 28172:1 28194:1 28195:1 28203:1 28206:1 28215:1 28238:2 28284:1 28314:3 28315:1 28320:1 28358:1 28511:1 28515:1 28577:1 28870:2 28945:1 29083:1 29114:3 29196:1 29237:1 29348:1 29353:1 29446:1 29457:1 29496:1 29571:1 29621:1 29685:2 29717:1 29875:1 29908:2 29944:1 29990:1 30063:1 30095:1 30114:1 30172:2 30254:2 30255:1 30345:1 30355:1 30391:1 30417:1 30423:1 30443:1 30460:1 30499:1 30506:1 30586:1 30629:1 30642:1 30706:1 30708:1 30735:1 30807:1 30845:1 30940:1 30982:1 31116:1 31202:1 31244:1 31283:1 31327:1 31333:2 31417:1 31557:1 31590:1 31626:1 31633:1 31635:1 31637:1 31644:1 31650:1 31666:1 31707:1 31782:1 31850:1 31904:1 31981:1 31988:1 32101:1 32156:1 32237:1 32320:3 32342:1 32392:1 32419:1 32423:1 32444:1 32624:2 32663:1 32673:1 32712:1 32713:1 32717:1 32799:1 32885:1 32889:1 32925:1 32971:1 32985:1 32987:1 33053:1 33055:1 33088:1 33144:1 33375:1 33527:1 33559:1 33578:1 33600:1 33737:1 33742:1 33763:1 33768:1 33782:2 33833:1 33836:1 33863:1 33866:2 33874:2 33876:2 33888:1 33921:1
7 8:1 16:1 193:1 267:1 347:1 363:1 431:1 517:1 538:1 582:1 594:1 678:1 686:1 688:1 829:3 873:1 1103:1 1121:1 1185:1 1376:1 1379:1 1426:1 1490:1 1495:1 1600:1 1684:1 1689:1 1690:1 1743:1 1759:1 1891:1 1900:1 1965:1 2097:2 2146:1 2163:1 2175:1 2207:1 2238:2 2312:1 2401:1 2432:1 2444:1 2479:2 2502:1 2511:1 2523:1 2527:1 2574:1 2612:1 2617:3 2618:1 2627:1 2631:1 2656:2 2657:1 2662:1 2664:1 2729:1 2775:1 2792:1 2854:1 2967:1 3028:1 3078:1 3154:1 3176:2 3234:1 3252:1 3260:1 3264:2 3271:1 3277:1 3285:1 3367:1 3381:1 3440:3 3665:1 3799:1 3825:1 3858:2 3905:1 3951:1 4019:1 4063:1 4154:1 4161:1 4171:1 4191:1 4193:1 4254:1 4261:1 4264:1 4384:1 4391:1 4432:1 4517:1 4664:1 4705:1 4835:1 4853:1 4866:1 4934:1 4952:1 4961:1 4991:1 5039:1 5107:1 5111:1 5144:1 5301:1 5309:1 5322:1 5324:1 5357:1 5367:2 5390:1 5432:2 5467:1 5570:1 5595:2 5600:1 5632:1 5729:1 5750:1 5751:3 5759:1 5763:1 5774:1 5782:1 5783:1 5960:1 5999:1 6053:1 6123:1 6164:1 6179:1 6181:1 6215:1 6432:2 6465:1 6545:1 6548:1 6563:1 6608:1 6696:1 6829:1 6913:1 6956:1 6979:1 7016:1 7128:1 7173:1 7200:1 7262:1 7365:2 7390:2 7399:1 7416:1 7426:1 7427:1 7456:1 7629:1 7647:1 7720:2 7782:1 7823:2 7948:1 7949:2 8037:1 8075:1 8084:2 8213:1 8296:2 8373:1 8410:1 8474:1 8549:1 8605:1 8616:1 8617:1 8723:3 8747:1 8793:1 8816:1 8831:1 8898:1 8916:1 8935:1 8953:1 8954:1 9028:9 9051:3 9229:1 9398:1 9422:1 9539:1 9569:1 9575:1 9595:5 9631:1 9654:1 9706:1 9858:1 9866:1 9907:1 9910:1 10050:1 10125:1 10148:1 10167:1 10176:1 10270:1 10338:1 10364:1 10386:1 10419:2 10509:1 10571:1 10580:2 10676:2 10681:1 10760:1 10844:1 10847:1 10850:1 11003:1 11055:2 11058:1 11078:1 11216:1 11278:1 11311:2 11312:1 11327:2 11354:1 11398:1 11506:1 11509:1 11539:1 11624:1 11630:1 11668:1 11747:1 11823:1 11862:1 11918:2 11928:1 11969:1 12041:1 12044:1 12066:1 12085:1 12167:1 12237:1 12279:1 12341:1 12356:1 12378:1 12387:1 12388:1 12416:1 12422:1 12483:2 12486:1 12556:1 12604:1 12646:1 12682:1 12683:1 12693:1 12892:2 12906:1 13046:1 13149:1 13265:1 13272:2 13446:1 13452:1 13490:1 13529:1 13559:1 13762:1 13801:1 13810:1 13824:1 13832:1 13855:1 13858:1 13919:1 13966:1 13971:1 13978:1 13988:1 13989:1 14034:1 14250:1 14348:1 14414:1 14439:1 14457:1 14547:1 14600:1 14861:1 15031:1 15066:1 15125:1 15132:1 15135:1 15188:1 15207:1 15227:1 15342:1 15346:1 15347:1 15371:1 15405:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15701:1 15711:1 15719:1 15908:1 15940:1 15969:1 16040:1 16087:1 16104:1 16105:1 16115:2 16174:1 16197:1 16202:1 16250:1 16255:2 16311:1 16489:1 16493:1 16542:1 16670:1 16673:1 16728:1 16794:1 16830:1 16861:1 16864:1 16885:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:1 17072:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17426:1 17461:1 17555:1 17578:1 17610:1 17829:1 17846:1 17848:1 17895:1 17970:1 17987:1 17995:1 18052:1 18086:1 18128:1 18136:1 18155:1 18170:1 18196:1 18207:3 18390:1 18391:1 18416:2 18417:1 18418:1 18419:1 18478:1 18564:1 18610:1 18625:1 18639:1 18676:1 18720:1 18748:1 18766:1 18910:1 18949:1 18991:1 19002:1 19005:1 19021:1 19025:1 19030:2 19147:1 19223:1 19275:1 19294:1 19315:1 19319:1 19383:1 19428:1 19462:1 19579:1 19590:2 19614:3 19632:1 19721:1 19748:1 19857:1 19864:1 19877:1 19887:1 19967:1 20014:1 20026:2 20159:1 20308:1 20332:1 20349:1 20352:1 20398:1 20404:1 20409:1 20537:1 20604:1 20722:1 20780:1 20785:1 20873:1 20971:1 21004:1 21057:1 21172:1 21212:1 21248:1 21345:1 21406:2 21540:3 21548:1 21610:1 21695:1 21696:1 21752:1 21765:454 21768:1 21818:2 21954:2 21982:1 22017:1 22051:1 22326:1 22397:1 22407:1 22413:1 22414:1 22470:1 22510:1 22619:1 22699:1 22764:1 22846:1 22924:1 22969:1 23066:1 23095:3 23116:1 23141:1 23145:1 23150:1 23155:1 23202:1 23265:3 23284:1 23310:1 23369:2 23401:2 23464:1 23468:1 23569:3 23689:1 23725:1 23818:1 23883:1 24000:1 24022:1 24074:1 24165:1 24201:1 24236:1 24245:2 24252:1 24263:1 24301:1 24373:1 24431:1 24559:1 24579:1 24585:1 24708:1 24775:1 24832:1 24847:1 24887:1 24922:1 24930:2 24932:1 24992:1 25044:1 25063:1 25094:2 25120:2 25165:1 25185:1 25289:1 25311:1 25313:1 25349:1 25369:1 25412:1 25438:1 25449:1 25521:1 25531:1 25543:1 25571:1 25591:1 25612:1 25655:1 25679:1 25761:1 25769:1 25781:1 25796:1 25852:1 25865:1 25879:1 25910:1 25938:1 25986:1 25996:1 25997:2 26068:1 26072:1 26100:1 26109:1 26163:1 26225:1 26250:2 26263:1 26373:3 26419:1 26471:1 26483:1 26497:1 26534:1 26545:1 26569:1 26642:1 26688:1 26808:2 26912:1 26936:1 26942:2 26962:1 27000:1 27010:1 27019:1 27030:1 27108:1 27157:1 27160:1 27208:1 27268:1 27351:1 27393:1 27399:1 27405:1 27450:1 27515:1 27755:1 27759:1 27789:1 27810:1 27817:1 27866:1 28106:1 28172:1 28194:1 28195:1 28201:1 28203:1 28206:1 28215:1 28238:2 28284:1 28314:3 28315:1 28320:1 28358:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28870:2 28937:1 28945:1 29083:1 29114:3 29196:1 29237:1 29340:1 29348:1 29353:1 29446:1 29457:1 29468:2 29496:1 29571:1 29621:1 29685:2 29717:2 29822:1 29875:1 29908:2 29944:1 29990:1 30063:1 30095:1 30114:1 30172:2 30254:3 30255:1 30345:1 30355:1 30391:1 30417:1 30423:1 30443:1 30460:1 30499:1 30506:1 30586:1 30629:1 30642:1 30706:1 30708:1 30735:1 30807:1 30845:1 30940:1 30982:1 30989:1 31031:1 31116:1 31202:1 31244:1 31283:1 31327:1 31333:2 31344:1 31417:1 31546:1 31557:1 31559:1 31590:1 31612:1 31626:1 31633:1 31635:1 31637:1 31644:1 31650:1 31666:1 31707:1 31760:1 31782:1 31850:1 31904:1 31981:1 31988:1 32101:1 32156:1 32237:1 32320:3 32342:1 32392:1 32407:1 32419:1 32423:1 32444:1 32624:2 32663:1 32666:1 32668:1 32673:1 32712:1 32713:1 32717:1 32760:1 32765:1 32799:1 32885:1 32889:1 32925:1 32971:1 32985:1 32987:1 33053:1 33055:1 33088:1 33144:1 33247:1 33276:1 33375:1 33412:1 33513:1 33527:1 33559:1 33578:1 33600:1 33737:1 33742:1 33763:1 33768:1 33782:2 33833:1 33836:1 33863:1 33866:2 33874:2 33876:2 33879:1 33888:1 33921:1
7 8:1 16:1 193:2 204:1 267:1 347:1 363:1 431:1 517:1 538:1 582:1 594:1 597:1 678:1 686:1 688:2 751:1 829:3 873:1 1103:1 1121:1 1185:1 1376:1 1379:1 1426:1 1490:1 1495:1 1600:2 1684:1 1689:1 1690:1 1743:1 1759:1 1891:1 1900:2 1958:1 1965:2 1991:1 2097:2 2146:1 2163:1 2175:1 2207:1 2223:1 2238:2 2312:1 2401:1 2432:1 2444:1 2479:3 2502:1 2511:2 2523:1 2527:1 2574:2 2612:1 2617:3 2618:1 2627:1 2631:1 2632:1 2656:2 2657:1 2662:1 2664:1 2729:1 2775:1 2792:1 2854:1 2967:1 3028:1 3078:1 3154:1 3176:2 3234:1 3252:1 3260:1 3264:2 3271:2 3277:1 3285:1 3367:1 3381:1 3440:4 3665:1 3799:1 3825:2 3858:3 3905:1 3951:1 4012:1 4019:1 4063:1 4154:1 4161:2 4171:1 4191:1 4193:1 4254:1 4261:1 4264:1 4384:2 4391:1 4432:1 4517:1 4664:1 4705:1 4758:1 4835:1 4853:1 4866:1 4934:1 4952:1 4961:1 4991:1 5039:1 5107:1 5111:1 5144:1 5146:1 5217:1 5273:1 5301:1 5309:1 5322:1 5323:1 5324:1 5357:1 5367:2 5390:1 5432:2 5451:1 5467:1 5570:2 5595:2 5600:1 5632:1 5684:1 5729:2 5750:2 5751:4 5759:1 5763:1 5774:1 5782:1 5783:1 5809:1 5960:1 5965:1 5999:2 6053:1 6123:1 6164:1 6179:1 6181:1 6215:1 6432:2 6465:1 6545:1 6548:1 6563:1 6608:1 6612:1 6696:1 6829:1 6913:1 6956:1 6979:1 7016:1 7128:1 7173:1 7200:1 7262:2 7290:1 7330:1 7365:2 7390:2 7399:2 7416:1 7426:1 7427:2 7456:1 7629:1 7647:1 7720:2 7782:1 7823:2 7920:1 7948:1 7949:2 8037:1 8075:1 8079:1 8084:2 8213:1 8296:2 8373:1 8375:1 8410:1 8474:1 8549:1 8605:1 8616:1 8617:1 8723:3 8747:1 8793:1 8816:1 8831:1 8898:2 8916:1 8935:1 8953:1 8954:1 9028:10 9051:4 9229:1 9385:1 9398:1 9422:1 9539:2 9569:1 9575:1 9595:5 9631:1 9654:1 9706:1 9858:1 9866:1 9881:1 9907:1 9910:1 10038:1 10050:1 10125:2 10148:1 10167:1 10176:1 10270:1 10338:1 10364:1 10386:1 10396:1 10419:2 10509:1 10571:1 10580:2 10676:2 10681:1 10760:2 10844:1 10847:1 10850:1 11003:1 11055:2 11058:1 11078:1 11216:1 11278:1 11311:2 11312:1 11327:2 11354:1 11398:1 11474:1 11506:1 11509:1 11539:1 11624:1 11630:1 11668:1 11747:1 11823:1 11862:1 11918:2 11928:2 11969:1 12041:1 12044:1 12066:1 12085:1 12167:1 12237:1 12279:1 12341:1 12356:1 12378:1 12387:1 12388:1 12416:1 12422:1 12483:2 12486:1 12556:1 12604:1 12646:1 12682:1 12683:1 12693:1 12892:3 12906:1 13046:1 13149:1 13265:1 13272:2 13435:1 13446:2 13452:1 13490:1 13529:1 13559:1 13762:2 13801:1 13810:1 13824:1 13832:1 13855:1 13858:1 13919:1 13966:1 13971:1 13978:1 13988:1 13989:1 14034:1 14246:1 14250:1 14264:1 14348:1 14405:1 14414:1 14439:1 14457:1 14547:1 14600:1 14861:2 15031:1 15066:1 15125:1 15132:1 15135:1 15148:1 15188:1 15190:1 15207:1 15227:1 15240:1 15342:1 15346:2 15347:1 15371:1 15405:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15701:1 15711:1 15719:1 15908:1 15922:1 15940:2 15969:2 16040:1 16087:1 16104:1 16105:1 16115:2 16174:1 16197:1 16202:1 16250:1 16255:2 16311:1 16433:1 16489:1 16493:1 16542:1 16670:1 16673:1 16728:1 16794:1 16830:1 16861:1 16864:2 16885:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:1 17072:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17426:1 17461:1 17555:1 17576:1 17578:1 17603:1 17610:1 17829:1 17837:1 17846:1 17848:1 17895:1 17941:1 17970:1 17987:1 17995:1 18052:2 18086:1 18128:1 18136:1 18155:1 18170:1 18196:2 18207:3 18390:1 18391:2 18416:2 18417:1 18418:1 18419:1 18426:1 18478:1 18564:1 18610:1 18625:1 18639:1 18676:1 18720:1 18748:1 18766:1 18910:1 18949:1 18991:1 19002:1 19005:1 19021:1 19025:1 19030:2 19147:1 19223:1 19275:1 19294:1 19315:1 19319:1 19383:1 19428:1 19462:1 19579:1 19590:3 19614:4 19632:1 19721:1 19748:1 19857:1 19864:1 19877:1 19882:1 19887:1 19967:1 20014:1 20026:2 20073:1 20159:2 20308:1 20332:1 20335:1 20349:1 20352:1 20398:1 20404:1 20409:1 20537:1 20604:1 20722:1 20780:1 20785:1 20873:1 20929:1 20971:1 21004:1 21057:1 21172:1 21212:1 21248:1 21345:1 21406:3 21540:4 21548:1 21610:1 21637:1 21695:1 21696:1 21729:1 21752:1 21765:490 21768:1 21818:2 21954:2 21982:1 22017:1 22051:1 22326:1 22397:1 22407:1 22413:1 22414:1 22470:1 22510:1 22619:1 22699:1 22764:1 22846:1 22894:1 22924:1 22969:1 23038:1 23066:1 23095:4 23116:1 23141:1 23145:1 23150:1 23155:1 23202:1 23265:3 23284:1 23310:1 23369:2 23401:2 23464:1 23468:1 23569:4 23689:1 23725:1 23818:1 23883:1 24000:2 24022:1 24074:2 24165:1 24174:1 24201:1 24236:1 24245:3 24252:1 24263:1 24301:1 24373:1 24431:1 24559:1 24579:1 24585:1 24607:1 24708:2 24775:1 24832:1 24837:1 24847:1 24887:1 24922:1 24930:3 24932:1 24992:1 25044:1 25063:2 25094:2 25120:2 25165:1 25185:1 25279:1 25289:1 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25488:1 25521:1 25531:1 25543:1 25571:1 25591:1 25612:1 25655:1 25679:1 25761:1 25769:1 25781:1 25796:1 25852:1 25865:1 25879:1 25908:1 25910:1 25938:1 25986:1 25996:1 25997:2 26021:1 26068:1 26072:1 26100:1 26109:2 26163:1 26205:1 26225:1 26250:2 26263:2 26309:1 26373:3 26419:1 26471:1 26483:1 26497:1 26507:1 26512:1 26534:1 26545:1 26569:1 26642:1 26688:1 26808:2 26912:1 26936:1 26942:2 26962:1 27000:1 27010:1 27019:1 27030:1 27108:1 27157:1 27160:1 27208:1 27268:1 27351:1 27393:1 27399:1 27405:1 27450:1 27515:1 27755:1 27759:1 27789:1 27810:1 27817:1 27866:1 28106:1 28172:1 28194:1 28195:1 28201:1 28203:1 28206:1 28215:1 28238:3 28284:1 28305:1 28314:3 28315:2 28320:1 28358:1 28411:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28770:1 28855:1 28870:3 28937:1 28945:1 29083:2 29114:3 29196:1 29237:1 29307:1 29340:1 29348:1 29353:1 29396:1 29446:1 29457:1 29468:2 29496:1 29571:1 29621:1 29685:2 29717:2 29822:1 29875:1 29908:2 29944:1 29990:1 30063:1 30095:1 30114:1 30172:2 30212:1 30254:4 30255:1 30345:1 30355:1 30391:1 30417:1 30423:1 30443:1 30460:1 30499:1 30506:1 30586:1 30629:1 30642:1 30706:1 30708:1 30735:1 30807:1 30845:1 30896:1 30940:1 30982:1 30989:1 31031:1 31048:1 31116:1 31202:2 31244:1 31283:1 31327:1 31333:3 31344:1 31417:1 31546:1 31557:1 31559:1 31590:1 31612:1 31626:1 31633:1 31635:1 31637:1 31644:1 31650:1 31666:1 31707:1 31760:1 31782:1 31850:1 31904:1 31981:1 31988:1 32101:1 32156:1 32237:1 32320:3 32342:1 32392:1 32407:1 32419:1 32423:1 32444:2 32487:1 32624:3 32663:1 32666:1 32668:1 32673:1 32712:1 32713:1 32717:1 32760:1 32765:1 32776:1 32799:1 32885:1 32889:2 32925:1 32971:1 32985:1 32987:1 33053:1 33055:1 33088:1 33093:1 33144:1 33247:1 33276:1 33375:1 33412:1 33513:1 33527:1 33559:1 33578:1 33600:1 33737:1 33742:1 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33861:1 33863:1 33866:2 33874:2 33876:2 33879:1 33888:1 33921:1 34016:1
7 8:1 16:1 35:1 91:1 193:3 204:2 267:1 347:1 363:1 412:1 431:1 517:1 538:1 582:1 594:1 597:1 678:1 686:1 688:2 751:1 829:3 846:1 873:1 1103:1 1121:1 1185:1 1352:1 1376:1 1379:1 1426:1 1469:1 1490:1 1495:1 1600:2 1684:1 1689:1 1690:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1964:1 1965:3 1991:1 2097:2 2146:1 2163:1 2175:1 2183:1 2207:1 2223:1 2238:2 2312:1 2325:1 2401:1 2432:1 2444:1 2479:3 2502:1 2511:2 2523:1 2527:1 2574:2 2612:1 2617:3 2618:1 2627:1 2631:1 2632:1 2656:2 2657:1 2662:2 2664:1 2729:1 2775:1 2792:1 2854:1 2967:1 2974:1 3028:1 3078:1 3127:1 3154:1 3176:2 3234:1 3236:1 3252:1 3260:2 3264:2 3271:3 3277:1 3285:1 3367:1 3381:1 3440:4 3577:1 3665:1 3799:1 3825:2 3858:4 3905:1 3951:2 4012:1 4019:1 4063:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4191:1 4193:1 4254:1 4261:1 4264:1 4312:1 4384:2 4391:1 4432:1 4500:1 4517:1 4616:1 4661:1 4664:1 4705:1 4758:2 4835:1 4853:1 4866:1 4934:1 4952:1 4961:1 4976:1 4991:2 5029:1 5039:1 5107:1 5111:1 5144:1 5146:1 5217:2 5273:1 5301:1 5309:1 5322:1 5323:1 5324:1 5357:1 5364:1 5367:2 5390:1 5432:2 5451:1 5467:1 5525:1 5570:2 5595:3 5600:1 5632:1 5684:1 5729:2 5750:2 5751:5 5759:2 5763:1 5774:1 5782:1 5783:1 5809:2 5911:1 5960:1 5965:2 5999:2 6053:1 6123:1 6164:1 6179:1 6181:1 6215:1 6375:1 6432:2 6465:1 6545:1 6548:1 6563:1 6608:1 6612:1 6630:1 6696:1 6829:1 6913:1 6956:1 6979:1 7016:1 7128:1 7173:1 7200:1 7262:2 7290:2 7330:2 7365:2 7390:2 7399:2 7406:1 7416:1 7426:1 7427:2 7456:1 7629:1 7647:1 7720:2 7782:1 7823:2 7920:1 7948:1 7949:2 8037:1 8075:1 8079:1 8084:2 8213:1 8263:1 8296:2 8373:1 8375:1 8410:1 8474:1 8549:1 8605:1 8612:1 8616:1 8617:1 8654:1 8723:3 8747:1 8793:1 8816:1 8831:1 8898:2 8916:1 8935:1 8953:1 8954:1 9028:11 9051:4 9068:1 9229:1 9348:1 9385:1 9398:1 9422:1 9491:1 9539:2 9569:1 9575:1 9595:6 9631:1 9654:1 9706:2 9794:1 9799:1 9858:1 9866:1 9881:1 9907:1 9910:1 10038:1 10050:2 10125:2 10148:1 10167:1 10176:1 10270:1 10338:1 10364:1 10386:1 10396:1 10419:2 10509:1 10571:1 10580:2 10676:2 10681:1 10760:2 10844:1 10847:1 10850:1 11003:1 11055:2 11058:1 11078:1 11216:1 11278:1 11311:2 11312:1 11327:2 11354:1 11398:1 11474:1 11506:1 11509:1 11539:1 11624:1 11630:1 11668:1 11747:1 11823:1 11862:1 11918:2 11928:2 11969:1 12041:1 12044:1 12066:1 12085:1 12167:1 12237:1 12279:1 12341:1 12356:1 12378:1 12387:1 12388:1 12416:1 12422:1 12433:1 12483:2 12486:1 12556:1 12604:1 12646:1 12682:1 12683:1 12693:1 12872:1 12892:4 12906:1 13046:1 13149:1 13265:1 13272:2 13435:1 13446:2 13452:1 13490:1 13529:1 13559:1 13641:1 13679:1 13762:2 13781:1 13801:1 13810:1 13824:2 13832:1 13855:1 13858:1 13919:1 13966:1 13971:1 13978:1 13988:1 13989:1 14034:1 14246:2 14250:1 14264:2 14348:1 14405:1 14414:1 14439:1 14457:1 14523:1 14547:1 14600:2 14861:2 15031:1 15066:1 15092:1 15123:1 15125:1 15132:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15227:1 15240:1 15272:1 15278:1 15291:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15686:1 15701:1 15711:1 15719:1 15791:1 15908:1 15922:1 15940:2 15969:2 16040:1 16087:1 16104:1 16105:1 16115:2 16174:1 16197:1 16202:1 16250:1 16255:2 16311:1 16359:1 16433:1 16460:1 16489:1 16493:1 16542:1 16670:1 16673:1 16728:1 16794:1 16830:1 16849:1 16861:1 16864:2 16885:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:2 17072:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17426:1 17461:1 17500:1 17555:1 17576:1 17578:1 17603:1 17610:1 17789:1 17829:1 17837:1 17846:1 17848:1 17895:1 17938:1 17941:1 17970:1 17987:1 17995:1 18052:2 18086:1 18128:1 18136:1 18155:2 18170:1 18196:2 18207:3 18217:1 18222:1 18300:1 18382:1 18390:1 18391:2 18414:1 18416:2 18417:1 18418:1 18419:2 18426:1 18478:2 18564:1 18610:1 18625:1 18639:1 18676:1 18720:1 18748:1 18766:1 18910:1 18949:1 18991:1 19002:1 19005:1 19010:1 19021:1 19025:1 19030:2 19147:1 19223:1 19275:1 19294:1 19315:1 19319:1 19383:2 19389:1 19428:1 19462:1 19486:1 19579:1 19590:3 19614:4 19632:1 19721:1 19748:1 19857:1 19864:1 19877:1 19882:1 19887:1 19921:1 19967:1 20014:1 20026:3 20073:1 20159:2 20308:2 20332:2 20335:1 20349:1 20351:1 20352:1 20353:1 20398:1 20404:1 20409:1 20537:1 20604:1 20722:1 20780:1 20785:1 20873:1 20929:1 20971:1 21004:1 21057:1 21172:1 21212:1 21248:1 21345:1 21406:4 21421:1 21490:1 21540:6 21548:1 21610:1 21637:1 21695:1 21696:1 21729:1 21752:1 21765:572 21768:1 21818:2 21902:1 21954:2 21982:1 21992:1 22017:1 22040:1 22051:1 22129:1 22285:1 22297:1 22326:1 22392:1 22397:1 22407:1 22413:1 22414:1 22470:2 22510:1 22619:1 22640:2 22678:1 22699:3 22764:1 22846:1 22894:1 22924:1 22969:1 23037:1 23038:1 23066:1 23095:4 23116:1 23141:1 23145:1 23150:1 23155:1 23162:1 23202:1 23265:4 23284:1 23310:1 23369:2 23401:2 23464:1 23468:1 23569:4 23608:1 23689:1 23725:1 23758:1 23818:1 23883:1 24000:2 24022:1 24074:3 24150:1 24165:1 24174:1 24201:1 24236:1 24245:3 24252:1 24253:1 24263:1 24301:1 24344:1 24373:1 24431:1 24515:1 24559:1 24579:1 24585:1 24607:1 24708:2 24775:1 24832:1 24837:1 24847:1 24864:2 24887:1 24922:1 24930:3 24932:1 24992:1 25044:1 25063:2 25094:2 25120:2 25165:1 25185:1 25279:1 25289:2 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25488:2 25521:1 25527:1 25531:1 25543:1 25571:1 25579:1 25591:1 25612:1 25655:2 25670:1 25679:1 25761:1 25769:1 25781:1 25796:1 25852:1 25865:1 25879:1 25908:1 25910:1 25938:1 25986:1 25996:1 25997:2 26021:1 26068:1 26072:1 26100:1 26109:2 26163:1 26205:1 26225:1 26250:2 26263:2 26304:1 26309:1 26373:3 26419:1 26471:1 26483:2 26497:1 26507:1 26512:1 26534:1 26545:1 26569:1 26642:1 26688:1 26726:1 26808:2 26912:1 26936:1 26942:2 26962:1 27000:1 27010:1 27019:1 27030:1 27035:1 27108:1 27157:1 27160:1 27208:1 27268:1 27351:1 27393:1 27399:1 27405:1 27450:1 27515:1 27755:1 27759:1 27789:1 27810:1 27817:1 27866:1 27884:1 28106:1 28172:1 28194:1 28195:1 28201:1 28203:1 28206:2 28215:1 28238:3 28284:1 28305:1 28314:3 28315:3 28320:2 28358:1 28411:1 28418:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28770:1 28855:1 28870:4 28937:1 28941:1 28945:1 29083:2 29114:3 29196:1 29237:1 29307:1 29340:1 29348:1 29353:1 29396:1 29446:1 29457:1 29460:1 29461:1 29468:2 29496:1 29530:1 29549:1 29571:1 29621:1 29685:2 29717:2 29789:1 29822:1 29875:1 29908:2 29944:1 29990:1 30063:1 30095:1 30114:1 30172:2 30212:1 30254:6 30255:1 30345:1 30355:1 30391:1 30417:1 30423:1 30443:1 30460:1 30499:1 30506:1 30586:1 30629:1 30642:1 30706:1 30708:1 30735:1 30807:1 30845:1 30896:1 30940:1 30982:1 30989:1 31031:1 31048:1 31116:1 31202:2 31244:1 31283:1 31292:1 31327:1 31333:4 31344:1 31414:1 31417:1 31500:1 31546:1 31557:1 31559:1 31574:1 31575:1 31590:1 31612:2 31626:1 31633:1 31635:1 31637:1 31644:1 31650:1 31666:1 31707:1 31760:1 31782:1 31850:1 31852:1 31904:1 31979:1 31981:1 31988:1 32101:1 32156:1 32173:1 32237:1 32320:3 32342:1 32392:1 32407:1 32419:1 32423:1 32444:3 32487:1 32624:3 32663:1 32666:1 32668:1 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:1 32760:1 32765:1 32776:2 32799:1 32884:1 32885:1 32889:2 32925:1 32971:1 32985:1 32987:1 33053:1 33055:1 33088:1 33093:1 33144:1 33247:1 33276:1 33375:1 33412:1 33513:1 33527:1 33559:1 33578:1 33600:1 33632:1 33684:1 33737:1 33742:1 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33861:1 33863:1 33866:3 33874:2 33876:2 33879:1 33888:1 33921:1 34016:1
7 8:1 16:1 35:1 91:1 193:3 204:2 264:1 267:1 327:1 347:1 363:1 392:1 412:1 431:1 517:1 538:1 582:1 594:1 597:1 678:1 686:1 688:2 751:1 829:3 846:1 873:1 1016:1 1103:1 1121:1 1130:1 1185:1 1218:1 1352:1 1376:1 1379:1 1419:1 1426:1 1469:1 1490:1 1495:1 1600:2 1684:1 1689:1 1690:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1964:1 1965:3 1991:1 2097:2 2142:1 2146:1 2163:1 2175:1 2183:1 2207:1 2223:1 2238:2 2312:1 2325:1 2401:1 2403:1 2432:1 2444:1 2479:3 2502:1 2511:2 2523:1 2527:1 2572:1 2574:2 2588:1 2612:1 2617:3 2618:1 2627:1 2631:1 2632:1 2656:2 2657:1 2660:1 2662:2 2664:1 2729:1 2775:1 2792:1 2854:1 2967:1 2974:1 3028:1 3078:1 3127:1 3140:1 3154:1 3176:2 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:2 3271:4 3277:1 3285:1 3333:1 3367:1 3381:2 3440:4 3577:1 3665:1 3799:1 3825:2 3858:4 3905:1 3951:2 4010:1 4012:1 4019:1 4063:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4191:1 4193:1 4254:1 4261:1 4264:1 4312:1 4384:2 4391:1 4432:1 4500:1 4517:1 4616:1 4661:1 4664:1 4705:1 4758:3 4835:1 4853:1 4866:1 4934:1 4952:1 4961:1 4976:1 4991:2 5029:1 5039:1 5105:1 5107:1 5111:1 5144:1 5146:1 5217:3 5237:1 5273:1 5301:1 5309:1 5322:1 5323:1 5324:1 5357:1 5364:1 5367:2 5390:1 5402:1 5432:2 5451:1 5467:1 5525:1 5570:2 5595:4 5600:1 5632:1 5684:1 5729:2 5750:2 5751:5 5759:2 5763:1 5774:1 5782:1 5783:1 5809:3 5911:1 5960:1 5965:3 5999:2 6053:1 6123:1 6164:1 6179:1 6181:1 6215:1 6375:1 6432:2 6465:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:1 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 7016:1 7128:1 7161:1 7173:1 7200:1 7262:2 7290:3 7330:3 7338:1 7365:2 7390:2 7399:2 7406:1 7416:1 7417:1 7426:1 7427:2 7456:1 7629:1 7647:1 7720:2 7782:1 7823:2 7920:1 7948:2 7949:2 8037:1 8075:1 8079:1 8084:2 8210:1 8213:1 8263:1 8296:2 8373:1 8375:1 8410:1 8474:1 8549:1 8605:1 8612:1 8613:1 8616:1 8617:1 8654:1 8661:1 8723:3 8747:1 8773:1 8793:1 8796:1 8816:1 8831:1 8898:2 8916:1 8935:1 8953:1 8954:1 9028:12 9050:1 9051:4 9068:1 9229:1 9290:1 9348:1 9385:1 9398:1 9422:1 9491:1 9493:1 9539:2 9569:1 9575:1 9595:6 9631:1 9654:1 9706:2 9794:1 9799:1 9858:1 9866:1 9881:1 9888:1 9907:1 9910:1 10038:1 10050:2 10064:1 10123:1 10125:2 10148:1 10167:1 10176:1 10200:1 10205:1 10270:1 10338:1 10364:1 10386:1 10396:1 10419:2 10509:1 10571:1 10580:2 10676:2 10681:1 10760:2 10844:1 10847:1 10850:1 10865:1 11003:1 11055:2 11058:1 11078:1 11216:1 11278:1 11311:2 11312:1 11327:2 11354:1 11398:1 11462:1 11474:1 11506:1 11509:1 11539:1 11610:1 11624:1 11630:1 11668:1 11747:1 11823:1 11862:1 11918:2 11928:2 11969:1 12041:1 12044:1 12066:1 12085:1 12121:1 12164:1 12167:1 12237:1 12279:1 12341:1 12356:1 12378:1 12387:1 12388:1 12416:1 12422:1 12433:1 12483:2 12486:1 12556:1 12604:1 12646:1 12682:1 12683:1 12693:1 12872:1 12887:1 12892:4 12906:1 12939:1 13046:1 13055:1 13093:1 13149:1 13265:1 13272:2 13435:1 13446:2 13452:1 13490:1 13494:1 13529:1 13559:1 13641:1 13679:1 13762:2 13781:1 13790:1 13801:1 13802:1 13810:1 13824:2 13832:1 13855:1 13858:1 13919:1 13966:1 13971:1 13978:1 13988:1 13989:1 14034:1 14246:3 14250:1 14264:3 14348:1 14405:1 14414:1 14439:1 14457:1 14523:1 14547:1 14600:2 14861:2 15031:1 15066:1 15092:1 15123:1 15125:1 15132:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15227:1 15235:1 15240:1 15272:2 15278:1 15291:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15686:1 15701:1 15711:1 15719:1 15791:1 15908:1 15922:1 15930:1 15940:2 15969:2 16040:1 16087:1 16104:1 16105:1 16115:2 16174:1 16197:1 16202:1 16250:1 16255:2 16310:1 16311:1 16359:1 16433:1 16460:1 16489:1 16493:1 16542:1 16670:1 16673:1 16728:1 16794:1 16830:1 16849:1 16861:1 16864:2 16885:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17426:1 17461:1 17474:1 17500:1 17555:1 17576:1 17578:1 17603:1 17610:1 17789:1 17829:1 17837:1 17846:1 17848:1 17895:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18086:1 18087:1 18128:1 18136:1 18155:3 18170:1 18196:3 18207:3 18217:1 18222:1 18237:1 18300:1 18382:1 18390:1 18391:2 18414:1 18416:2 18417:1 18418:1 18419:2 18426:1 18478:2 18564:1 18610:1 18625:1 18639:1 18676:1 18720:1 18748:1 18766:1 18910:1 18949:1 18991:1 19002:1 19005:1 19010:1 19021:1 19025:1 19030:2 19147:1 19223:1 19275:1 19294:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:1 19462:1 19486:1 19579:1 19590:3 19614:4 19632:1 19661:1 19721:1 19748:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19921:1 19967:1 20014:1 20026:3 20073:1 20159:2 20202:1 20232:1 20308:2 20332:2 20335:1 20349:1 20351:1 20352:1 20353:1 20398:1 20404:1 20409:1 20537:1 20604:1 20722:2 20780:1 20785:1 20873:1 20929:1 20955:1 20971:1 21004:1 21057:1 21172:1 21212:1 21248:1 21345:1 21406:4 21421:1 21489:1 21490:1 21540:6 21548:1 21610:1 21637:1 21695:1 21696:1 21729:1 21752:1 21765:656 21768:1 21818:2 21902:1 21954:2 21982:1 21992:1 22017:1 22040:1 22051:1 22129:1 22240:1 22285:1 22289:1 22297:1 22326:1 22392:1 22397:1 22407:1 22413:1 22414:1 22470:2 22510:1 22514:1 22568:1 22619:1 22640:2 22678:1 22699:3 22764:1 22846:1 22894:1 22915:1 22924:1 22969:1 23037:1 23038:1 23044:1 23066:1 23095:4 23116:1 23141:1 23145:1 23150:1 23155:1 23162:1 23202:1 23224:1 23265:4 23284:1 23310:1 23369:2 23383:1 23401:2 23464:1 23468:1 23569:4 23608:1 23640:1 23689:1 23725:1 23758:1 23818:1 23883:1 23890:1 24000:2 24022:1 24074:3 24150:1 24165:1 24174:1 24201:1 24236:1 24241:1 24245:3 24252:1 24253:1 24263:1 24301:1 24344:1 24373:1 24431:1 24449:1 24515:1 24533:1 24559:1 24579:1 24585:1 24607:1 24708:2 24775:1 24832:1 24837:1 24847:1 24848:1 24864:2 24887:1 24922:1 24927:1 24930:3 24932:1 24941:1 24992:1 25044:1 25063:2 25094:2 25120:2 25165:1 25185:1 25279:1 25289:2 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25488:3 25521:1 25527:1 25531:1 25543:1 25571:1 25579:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:1 25761:1 25769:1 25781:1 25796:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:1 25915:1 25938:1 25986:1 25996:1 25997:2 26021:1 26068:1 26072:1 26100:1 26109:2 26163:1 26205:1 26225:1 26250:2 26263:2 26304:1 26309:1 26373:3 26419:1 26471:1 26483:2 26497:1 26507:1 26512:1 26534:1 26545:1 26569:1 26642:1 26688:1 26726:1 26808:2 26912:1 26936:1 26942:2 26962:1 27000:1 27010:1 27019:1 27027:1 27030:1 27035:1 27103:1 27108:1 27157:1 27160:1 27208:1 27268:1 27351:1 27393:1 27399:1 27405:1 27450:1 27515:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 28028:1 28106:1 28172:1 28194:1 28195:1 28201:1 28203:1 28206:2 28215:1 28238:3 28284:1 28305:1 28314:3 28315:3 28320:2 28358:1 28411:1 28418:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28770:1 28855:1 28870:4 28937:1 28941:1 28945:1 28999:1 29040:1 29083:2 29114:3 29196:1 29237:1 29307:1 29340:1 29348:1 29353:1 29396:1 29446:1 29457:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:1 29621:1 29685:2 29717:2 29721:1 29789:1 29822:1 29826:1 29875:1 29908:2 29944:1 29990:1 30063:1 30095:1 30114:1 30172:2 30212:1 30254:6 30255:1 30345:1 30355:1 30391:1 30417:1 30423:1 30443:1 30460:1 30499:1 30506:1 30586:1 30629:1 30642:1 30706:1 30708:1 30735:1 30807:1 30845:1 30896:1 30940:1 30982:1 30989:1 31031:1 31048:1 31061:1 31116:1 31201:1 31202:2 31232:1 31244:1 31260:1 31283:1 31292:1 31327:1 31333:4 31344:1 31414:1 31417:1 31500:1 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31590:1 31612:2 31626:1 31633:1 31635:1 31637:1 31644:1 31650:1 31653:1 31666:1 31707:1 31760:1 31782:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31988:1 32101:1 32156:1 32173:1 32237:1 32320:3 32342:1 32392:1 32407:1 32419:1 32423:1 32444:4 32446:1 32453:1 32487:1 32624:3 32663:1 32666:1 32668:1 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32760:1 32765:1 32776:3 32799:1 32884:1 32885:1 32889:2 32925:1 32953:1 32971:1 32985:1 32987:1 33053:1 33055:1 33088:1 33093:1 33144:1 33247:1 33276:1 33375:1 33412:1 33513:1 33527:1 33559:1 33578:1 33600:1 33632:1 33684:1 33737:1 33742:1 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33861:1 33863:1 33866:3 33874:2 33876:2 33879:1 33888:1 33921:1 34016:1
7 8:1 16:1 35:1 91:1 193:3 204:2 264:1 267:1 327:1 347:1 363:1 392:1 412:1 431:1 517:1 538:1 582:1 594:1 597:1 678:1 686:1 688:2 751:1 829:3 846:1 873:1 1016:1 1103:2 1121:1 1130:1 1185:1 1218:1 1352:1 1376:1 1379:1 1419:1 1426:1 1469:1 1490:1 1495:1 1600:2 1684:1 1689:1 1690:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1964:1 1965:3 1991:1 2045:1 2097:2 2099:1 2142:1 2146:1 2163:1 2175:1 2183:1 2207:1 2223:1 2238:2 2312:1 2325:1 2401:1 2403:1 2432:1 2444:1 2479:3 2502:1 2511:2 2523:1 2527:1 2572:1 2574:2 2588:1 2612:1 2617:3 2618:1 2627:1 2631:1 2632:1 2656:2 2657:1 2660:1 2662:2 2664:1 2729:1 2775:2 2792:1 2854:1 2967:1 2974:1 3028:1 3078:1 3127:1 3140:1 3154:1 3176:2 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3333:1 3367:1 3381:2 3426:1 3440:5 3577:1 3665:1 3799:1 3825:2 3858:4 3905:1 3951:2 4010:1 4012:1 4019:1 4063:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4191:1 4193:1 4254:1 4261:1 4264:1 4312:1 4384:2 4391:1 4432:1 4500:1 4517:1 4518:1 4552:1 4616:1 4661:1 4664:1 4705:1 4758:3 4765:1 4835:1 4853:1 4866:1 4934:1 4952:1 4961:1 4976:1 4991:2 5029:1 5039:1 5105:1 5107:1 5111:1 5144:1 5146:1 5217:3 5237:1 5273:1 5301:1 5309:1 5322:1 5323:1 5324:1 5357:1 5364:1 5367:2 5375:1 5390:1 5402:1 5432:2 5451:1 5467:1 5525:1 5570:2 5595:5 5600:1 5632:1 5684:1 5729:2 5750:2 5751:5 5759:2 5763:1 5774:1 5782:1 5783:1 5809:3 5911:1 5924:1 5960:1 5965:3 5999:2 6053:1 6116:1 6123:1 6164:1 6179:1 6181:1 6215:1 6375:1 6432:2 6465:1 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:1 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 7016:1 7128:1 7161:1 7173:1 7200:1 7262:2 7290:3 7330:3 7338:1 7341:1 7365:2 7390:2 7399:2 7406:1 7407:1 7416:1 7417:1 7426:1 7427:2 7456:1 7629:1 7647:1 7720:2 7782:1 7823:2 7920:1 7948:2 7949:2 8037:1 8075:1 8079:1 8084:2 8201:1 8210:1 8213:1 8263:1 8296:2 8373:1 8375:1 8410:1 8474:2 8498:1 8549:1 8605:1 8612:1 8613:1 8616:1 8617:1 8654:1 8661:1 8675:1 8723:3 8747:1 8773:1 8793:1 8796:1 8816:1 8831:1 8898:2 8916:1 8935:1 8953:1 8954:1 8991:1 9028:12 9050:1 9051:5 9068:1 9229:1 9290:1 9348:1 9385:1 9398:1 9422:1 9491:1 9493:1 9539:2 9569:1 9575:1 9595:6 9631:1 9654:2 9706:2 9794:1 9799:1 9858:1 9866:1 9881:1 9888:1 9907:1 9908:1 9910:1 10038:1 10050:2 10064:1 10087:1 10123:1 10125:2 10148:1 10167:1 10176:1 10200:1 10205:1 10270:1 10338:1 10364:1 10386:1 10396:1 10419:2 10509:1 10571:1 10580:2 10676:2 10681:1 10760:2 10844:1 10847:1 10850:1 10865:1 10867:1 10944:1 11003:1 11055:2 11058:1 11078:1 11216:1 11278:1 11288:1 11311:2 11312:1 11327:2 11354:1 11398:1 11462:1 11474:1 11506:1 11509:1 11539:1 11610:1 11624:1 11630:1 11668:1 11747:1 11807:1 11823:1 11862:1 11918:2 11928:2 11969:1 12041:1 12044:1 12066:1 12080:1 12085:1 12121:1 12164:1 12167:1 12237:1 12279:1 12341:1 12356:1 12378:1 12387:1 12388:1 12416:1 12422:1 12433:1 12483:3 12486:1 12556:1 12604:1 12646:1 12682:1 12683:1 12693:1 12872:1 12887:1 12892:4 12906:1 12939:1 13046:1 13055:1 13093:1 13149:1 13265:1 13272:2 13350:1 13435:1 13446:2 13452:1 13490:1 13494:2 13529:1 13559:1 13641:1 13679:1 13762:2 13781:1 13790:1 13801:1 13802:1 13810:1 13824:2 13832:1 13855:1 13858:1 13919:1 13966:1 13971:1 13978:1 13988:1 13989:1 14034:1 14068:1 14246:3 14250:1 14264:3 14348:1 14405:1 14414:1 14439:1 14457:1 14523:1 14547:1 14600:2 14643:1 14829:1 14861:2 15031:1 15066:2 15092:1 15123:1 15125:2 15132:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15227:1 15235:1 15240:1 15272:2 15278:1 15291:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15686:1 15701:1 15711:1 15719:1 15791:1 15908:1 15922:1 15930:1 15940:2 15969:2 16040:1 16087:1 16104:1 16105:1 16115:2 16174:1 16197:1 16202:2 16250:1 16255:2 16310:1 16311:1 16359:1 16433:1 16460:1 16489:1 16493:1 16542:1 16670:1 16673:2 16699:1 16728:1 16794:1 16830:1 16849:1 16861:1 16864:2 16885:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17426:1 17461:1 17474:1 17500:1 17519:1 17555:1 17576:1 17578:2 17603:1 17610:1 17789:1 17829:1 17837:1 17846:1 17848:1 17895:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18086:1 18087:1 18128:1 18136:1 18155:3 18170:1 18196:3 18207:3 18217:1 18222:1 18237:1 18255:1 18300:1 18382:1 18390:1 18391:2 18414:1 18416:2 18417:1 18418:1 18419:2 18426:1 18427:1 18478:2 18564:1 18610:1 18625:1 18639:1 18676:1 18720:1 18748:1 18766:1 18910:1 18949:1 18991:1 19002:1 19005:1 19010:1 19021:1 19025:1 19030:2 19115:1 19147:1 19223:1 19275:2 19294:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:1 19451:1 19462:1 19486:1 19579:1 19590:3 19614:5 19632:1 19661:1 19721:1 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19921:1 19967:1 20014:1 20026:3 20073:1 20159:2 20202:1 20232:1 20308:2 20332:2 20335:1 20349:1 20351:1 20352:1 20353:1 20398:1 20404:1 20409:1 20537:1 20604:1 20722:2 20780:1 20785:1 20873:1 20929:1 20955:1 20971:1 21004:1 21057:1 21161:1 21172:1 21212:1 21248:1 21345:1 21406:4 21421:1 21489:1 21490:1 21540:6 21548:2 21610:1 21637:1 21693:1 21695:1 21696:1 21729:1 21752:1 21765:712 21768:1 21794:1 21818:2 21902:1 21954:2 21982:1 21992:1 22017:1 22040:1 22051:2 22129:1 22240:1 22285:1 22289:1 22297:1 22326:1 22392:1 22397:1 22407:1 22413:1 22414:1 22422:1 22457:1 22470:2 22504:1 22510:1 22514:1 22568:1 22619:1 22640:2 22678:1 22699:3 22764:1 22846:1 22847:1 22894:1 22915:1 22924:1 22969:1 23037:1 23038:1 23044:1 23066:1 23095:5 23116:1 23141:1 23145:1 23150:1 23155:1 23162:1 23202:1 23224:1 23265:4 23284:1 23310:1 23369:2 23383:1 23401:2 23443:1 23464:1 23468:1 23533:1 23569:5 23608:1 23640:1 23689:1 23725:1 23758:1 23818:1 23883:1 23890:1 24000:2 24022:1 24074:3 24134:1 24150:1 24165:1 24174:1 24201:1 24236:1 24241:1 24245:3 24252:1 24253:1 24263:1 24301:1 24344:1 24373:1 24431:1 24449:1 24515:1 24533:1 24559:1 24579:1 24585:1 24607:1 24708:2 24775:1 24832:1 24837:1 24847:1 24848:1 24864:2 24887:1 24922:1 24927:1 24930:3 24932:1 24941:1 24992:1 24993:1 25044:1 25063:2 25070:1 25094:2 25120:2 25165:1 25185:1 25279:1 25289:2 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25488:3 25521:1 25527:1 25531:1 25543:1 25571:1 25579:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:1 25761:1 25769:1 25781:1 25796:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:1 25915:1 25938:1 25962:1 25986:1 25996:1 25997:2 26021:1 26068:1 26072:1 26100:1 26109:2 26163:1 26205:1 26225:1 26250:2 26263:2 26304:1 26309:1 26373:3 26419:1 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26688:1 26703:1 26726:1 26808:2 26912:1 26936:1 26942:2 26962:1 27000:1 27010:1 27019:1 27027:1 27030:1 27035:1 27103:1 27108:1 27157:1 27160:1 27208:1 27268:1 27338:1 27351:1 27393:1 27399:1 27405:1 27450:1 27515:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 28028:1 28106:1 28172:1 28192:1 28194:1 28195:1 28201:1 28203:1 28206:2 28215:1 28238:3 28284:1 28305:1 28314:3 28315:3 28320:2 28358:1 28411:1 28414:1 28418:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28770:1 28855:1 28870:4 28937:1 28941:1 28945:1 28999:1 29040:1 29083:2 29114:3 29196:1 29237:1 29307:1 29319:1 29340:1 29348:1 29353:1 29396:1 29446:1 29457:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:1 29621:1 29685:3 29717:2 29721:1 29789:1 29791:1 29804:1 29822:1 29826:1 29875:1 29908:2 29944:1 29990:1 30063:1 30095:1 30114:1 30172:2 30212:1 30254:6 30255:1 30322:1 30345:1 30355:1 30387:1 30391:1 30417:1 30423:1 30443:1 30460:1 30499:1 30506:1 30586:1 30629:1 30642:1 30645:1 30706:1 30708:1 30735:1 30807:1 30845:1 30896:1 30940:1 30982:1 30989:1 31031:1 31048:1 31061:1 31116:1 31189:1 31201:1 31202:2 31232:1 31244:1 31260:1 31283:1 31292:1 31327:1 31333:5 31344:1 31414:1 31417:2 31500:1 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31590:1 31612:2 31626:2 31633:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31666:1 31707:1 31760:1 31782:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31988:1 32042:1 32101:1 32156:1 32173:1 32214:1 32237:1 32320:3 32342:1 32392:1 32407:1 32419:1 32423:1 32444:4 32446:1 32453:1 32487:1 32624:3 32663:1 32666:1 32668:1 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32760:1 32765:1 32776:3 32799:1 32865:1 32884:1 32885:1 32889:2 32925:1 32953:1 32971:1 32985:2 32987:1 33053:1 33055:1 33088:1 33093:1 33144:1 33247:1 33276:1 33375:1 33412:1 33513:1 33527:1 33559:1 33578:1 33600:1 33632:1 33684:1 33737:1 33742:2 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33861:1 33863:1 33866:3 33874:2 33876:2 33879:1 33888:1 33921:1 33955:1 34016:1
7 8:1 16:1 35:1 91:1 193:3 204:2 241:1 264:2 267:1 327:1 347:1 363:1 392:1 412:1 431:1 517:1 538:1 582:1 594:1 597:1 678:1 686:1 688:2 729:1 751:1 829:3 846:1 873:1 1016:1 1103:2 1121:1 1130:1 1185:1 1218:1 1352:1 1376:1 1379:1 1419:1 1426:1 1469:1 1490:1 1495:1 1600:2 1684:1 1689:1 1690:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1964:1 1965:3 1991:1 2045:1 2097:2 2099:1 2142:1 2146:1 2148:1 2163:1 2175:1 2183:2 2207:1 2223:1 2238:2 2312:1 2325:1 2401:1 2403:1 2432:1 2444:1 2479:3 2502:1 2511:2 2523:1 2527:1 2572:1 2574:2 2588:1 2612:1 2617:3 2618:1 2627:1 2631:1 2632:1 2656:2 2657:1 2660:1 2662:2 2664:1 2729:1 2764:1 2775:2 2792:1 2854:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3140:1 3154:1 3176:2 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3333:1 3367:1 3381:3 3426:1 3440:6 3531:1 3577:1 3665:1 3771:1 3799:1 3825:2 3858:4 3905:1 3951:2 4010:1 4012:1 4019:1 4063:1 4074:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4191:1 4193:1 4254:1 4261:1 4264:1 4312:1 4384:2 4391:1 4429:1 4432:1 4500:1 4517:1 4518:1 4552:1 4616:1 4627:1 4661:1 4664:1 4705:1 4758:3 4765:1 4835:1 4853:1 4866:2 4879:1 4934:1 4952:1 4961:1 4976:1 4991:2 5029:1 5039:1 5105:1 5107:1 5111:1 5144:1 5146:1 5217:3 5237:1 5273:1 5301:1 5309:1 5322:1 5323:1 5324:1 5357:1 5364:1 5367:2 5375:1 5390:1 5402:1 5432:2 5451:1 5467:1 5525:1 5570:2 5595:6 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5759:2 5763:1 5774:1 5782:1 5783:1 5809:3 5911:1 5924:1 5960:1 5965:3 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6164:1 6179:1 6181:1 6215:1 6375:1 6432:2 6465:1 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:1 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 7016:1 7128:2 7161:1 7173:1 7200:1 7262:2 7290:3 7330:3 7338:1 7341:1 7365:2 7390:2 7399:2 7406:1 7407:1 7416:1 7417:1 7426:1 7427:2 7456:1 7629:1 7647:1 7720:2 7782:1 7823:2 7920:1 7948:3 7949:2 8037:1 8075:1 8079:1 8084:2 8201:1 8210:1 8213:1 8263:1 8296:2 8368:1 8373:1 8375:1 8410:1 8474:2 8498:1 8549:1 8605:1 8612:1 8613:1 8616:1 8617:1 8654:1 8661:1 8675:1 8723:3 8747:1 8773:1 8793:1 8796:1 8816:1 8831:1 8868:1 8898:2 8916:1 8935:1 8953:2 8954:1 8991:1 9028:12 9050:1 9051:6 9068:1 9229:1 9272:1 9290:1 9348:1 9385:1 9398:1 9422:1 9491:1 9493:1 9539:2 9569:1 9575:1 9595:6 9631:1 9654:2 9706:2 9794:1 9799:1 9858:1 9866:1 9881:1 9888:1 9907:1 9908:1 9910:1 10038:1 10050:2 10064:1 10087:1 10123:1 10125:3 10148:1 10167:1 10176:1 10200:1 10205:1 10270:1 10338:1 10364:1 10386:1 10396:1 10419:2 10509:1 10571:1 10580:2 10676:2 10681:1 10760:2 10844:1 10847:1 10850:1 10865:1 10867:1 10944:1 11003:1 11055:2 11058:1 11078:1 11142:1 11216:1 11278:1 11288:1 11311:2 11312:1 11327:2 11354:1 11398:1 11442:1 11462:1 11474:1 11506:1 11509:1 11539:1 11610:1 11624:1 11630:1 11668:1 11747:1 11807:1 11823:1 11862:1 11873:1 11889:1 11918:2 11928:2 11969:1 12041:1 12044:1 12066:1 12080:1 12085:1 12121:1 12164:1 12167:1 12237:1 12279:1 12341:1 12356:1 12378:1 12387:1 12388:1 12416:1 12422:1 12433:1 12483:3 12486:1 12556:1 12604:1 12646:1 12682:1 12683:1 12693:1 12872:1 12887:1 12892:4 12906:1 12939:1 13046:1 13052:1 13055:1 13093:1 13134:1 13149:1 13265:1 13272:2 13350:1 13435:1 13446:2 13452:1 13490:1 13494:2 13529:1 13559:1 13582:1 13641:1 13679:1 13762:2 13781:1 13790:1 13798:1 13801:1 13802:1 13803:1 13810:1 13824:2 13832:1 13855:1 13858:1 13891:1 13919:1 13966:1 13971:1 13978:1 13988:1 13989:1 14034:1 14038:1 14068:1 14246:3 14250:1 14264:3 14348:1 14405:1 14414:1 14439:1 14457:1 14523:1 14547:1 14600:2 14643:1 14829:1 14861:2 15019:1 15031:1 15066:3 15092:1 15123:1 15125:2 15132:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15227:1 15235:1 15240:1 15272:2 15278:1 15291:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15497:1 15516:2 15589:1 15667:1 15685:2 15686:1 15701:1 15711:1 15719:1 15791:1 15864:1 15908:1 15922:1 15930:1 15940:2 15969:2 16040:1 16087:1 16104:1 16105:1 16115:2 16174:1 16197:1 16202:2 16233:1 16250:1 16255:2 16310:1 16311:1 16359:1 16433:1 16460:1 16489:1 16493:1 16542:1 16670:1 16673:2 16699:1 16728:1 16794:1 16830:1 16849:1 16861:1 16864:3 16885:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17420:1 17426:1 17461:1 17474:1 17500:1 17519:1 17555:1 17576:1 17578:2 17603:1 17610:1 17789:1 17829:1 17837:1 17846:1 17848:1 17895:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18086:1 18087:1 18128:1 18136:1 18155:3 18170:1 18196:3 18207:3 18217:1 18222:1 18237:1 18255:2 18300:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:1 18419:2 18426:1 18427:1 18438:1 18478:2 18564:1 18610:1 18625:1 18639:1 18676:1 18720:1 18748:1 18766:1 18910:1 18949:1 18991:1 19002:1 19005:1 19010:1 19021:1 19025:1 19030:2 19115:1 19147:1 19223:1 19232:1 19275:2 19294:1 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19451:1 19462:1 19486:1 19579:1 19590:4 19614:6 19632:1 19661:1 19664:1 19721:1 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19921:1 19967:1 20014:1 20026:3 20073:1 20159:2 20202:1 20232:1 20308:2 20332:2 20335:1 20349:1 20351:1 20352:1 20353:1 20398:1 20404:1 20409:1 20537:1 20604:1 20722:2 20780:1 20785:1 20873:1 20929:1 20955:1 20971:1 21004:1 21057:1 21161:1 21172:1 21212:1 21248:1 21345:1 21406:5 21421:1 21489:1 21490:1 21540:6 21548:2 21610:1 21637:1 21693:1 21695:1 21696:1 21729:1 21752:1 21765:775 21768:1 21794:1 21818:2 21902:1 21954:2 21982:1 21992:1 22017:1 22034:1 22040:1 22051:2 22129:1 22240:1 22285:1 22289:1 22297:1 22326:1 22392:1 22397:1 22407:1 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:1 22510:1 22514:1 22568:1 22619:1 22640:2 22678:1 22699:3 22764:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22969:1 23037:1 23038:1 23044:1 23066:1 23095:6 23116:1 23141:1 23145:1 23150:1 23155:1 23162:1 23202:1 23224:1 23265:4 23284:1 23310:1 23333:1 23369:3 23383:1 23401:2 23443:1 23464:1 23468:1 23533:1 23569:6 23608:1 23622:1 23640:1 23689:1 23725:1 23758:1 23818:1 23883:1 23890:1 24000:2 24022:1 24074:3 24134:1 24150:1 24165:1 24174:1 24201:1 24227:1 24236:1 24241:1 24245:4 24252:1 24253:1 24263:1 24289:1 24301:1 24344:1 24373:1 24431:1 24449:1 24515:1 24533:1 24559:2 24579:1 24585:1 24607:1 24708:2 24775:1 24819:1 24832:1 24837:1 24847:1 24848:1 24864:2 24887:1 24908:1 24922:1 24927:1 24930:4 24932:1 24939:1 24941:1 24992:1 24993:1 25044:1 25063:2 25070:1 25094:2 25120:2 25165:1 25185:1 25279:1 25289:2 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25488:3 25521:1 25527:1 25531:1 25543:1 25571:1 25579:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:1 25761:1 25769:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:1 25915:1 25938:1 25939:1 25962:1 25986:1 25996:1 25997:3 26007:1 26021:1 26068:1 26072:1 26100:1 26109:2 26163:1 26205:1 26225:1 26250:2 26263:3 26304:1 26309:1 26373:3 26390:1 26419:1 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26688:1 26703:1 26726:1 26808:2 26912:1 26936:1 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:1 27030:1 27035:1 27103:1 27108:1 27157:1 27160:1 27208:1 27268:1 27338:1 27351:1 27393:1 27399:1 27405:1 27419:1 27450:1 27515:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 28028:1 28045:1 28106:1 28172:1 28192:1 28194:1 28195:1 28201:1 28203:1 28206:2 28215:1 28238:3 28284:1 28305:1 28314:3 28315:4 28320:2 28358:1 28411:1 28414:1 28418:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28770:1 28855:1 28870:5 28937:1 28941:1 28945:1 28999:1 29040:1 29083:2 29114:3 29196:1 29237:1 29307:1 29319:1 29336:1 29340:1 29348:1 29353:1 29396:1 29446:1 29457:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:1 29621:1 29685:3 29717:2 29721:1 29745:1 29789:1 29791:1 29804:1 29822:1 29826:1 29827:1 29875:1 29908:2 29944:1 29990:1 30063:1 30095:1 30114:1 30172:2 30212:1 30254:6 30255:1 30322:1 30345:1 30355:1 30387:1 30391:1 30417:1 30423:1 30443:1 30460:1 30499:1 30506:1 30544:1 30586:1 30629:1 30642:1 30645:1 30706:1 30708:1 30735:1 30807:1 30826:1 30845:1 30896:1 30940:1 30982:1 30989:1 31031:1 31048:1 31061:1 31116:1 31189:1 31201:1 31202:3 31232:1 31244:1 31260:1 31283:1 31292:1 31327:1 31333:5 31344:1 31414:1 31417:2 31500:1 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31589:1 31590:1 31601:1 31612:2 31626:2 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31666:1 31707:1 31760:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31988:1 32042:1 32101:1 32156:1 32173:1 32214:1 32237:1 32320:3 32342:1 32392:1 32407:1 32419:1 32423:1 32444:4 32446:1 32453:1 32487:1 32491:1 32624:3 32663:1 32666:1 32668:2 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32760:1 32765:1 32776:3 32799:1 32865:1 32884:1 32885:1 32889:2 32925:1 32953:1 32958:1 32971:1 32985:2 32987:1 33053:1 33055:1 33074:1 33088:1 33093:1 33144:1 33232:1 33239:1 33247:1 33269:1 33276:1 33375:1 33382:1 33412:1 33513:1 33527:1 33559:1 33578:1 33600:1 33632:1 33684:1 33737:1 33742:3 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33861:1 33863:1 33866:3 33874:2 33876:2 33879:1 33888:1 33921:1 33955:1 34016:1
7 8:1 16:1 35:1 91:1 193:3 204:2 241:1 264:2 267:1 327:1 347:1 363:1 392:1 412:1 431:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:2 729:1 751:1 829:3 846:1 873:1 1016:1 1033:1 1066:1 1103:2 1121:1 1126:1 1130:1 1167:1 1185:1 1218:1 1352:1 1376:1 1379:1 1419:1 1426:1 1469:1 1490:1 1495:1 1600:2 1684:1 1689:1 1690:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1963:1 1964:1 1965:3 1991:1 2045:1 2097:2 2099:1 2142:1 2146:1 2148:1 2163:1 2175:1 2183:2 2207:1 2223:1 2238:2 2312:1 2325:1 2401:1 2403:1 2432:1 2444:1 2479:3 2502:1 2511:2 2523:1 2527:1 2569:1 2572:1 2574:2 2588:1 2612:1 2617:3 2618:1 2627:1 2631:1 2632:1 2656:2 2657:1 2660:1 2662:2 2664:1 2729:1 2764:1 2775:2 2792:1 2854:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3140:1 3154:1 3176:2 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3333:1 3367:1 3381:3 3419:1 3426:1 3440:7 3531:1 3577:1 3665:1 3771:1 3799:1 3825:2 3832:1 3858:4 3905:1 3951:2 4010:1 4012:1 4019:1 4063:1 4074:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4191:1 4193:1 4254:1 4261:1 4264:1 4312:1 4384:2 4391:1 4429:1 4432:1 4500:1 4501:1 4517:1 4518:1 4540:1 4552:1 4571:1 4616:1 4627:1 4650:1 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4835:1 4853:1 4866:3 4879:1 4934:1 4952:1 4961:1 4976:1 4991:2 5029:1 5039:1 5105:1 5107:1 5111:1 5144:1 5146:1 5217:4 5237:1 5273:1 5301:1 5309:1 5322:1 5323:1 5324:1 5357:1 5364:1 5367:2 5375:1 5390:1 5402:1 5432:2 5451:1 5467:1 5525:1 5570:2 5595:6 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5754:1 5757:1 5759:2 5763:1 5774:1 5782:1 5783:1 5809:4 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6164:1 6179:1 6181:1 6215:1 6375:1 6432:2 6465:1 6498:1 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:1 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 6984:1 7016:1 7128:3 7161:1 7173:1 7200:1 7201:1 7262:3 7290:4 7330:4 7338:1 7341:1 7365:2 7390:2 7399:2 7406:1 7407:1 7416:1 7417:1 7418:1 7426:1 7427:2 7456:1 7629:1 7647:1 7720:2 7782:1 7823:2 7920:1 7948:3 7949:2 8037:1 8075:1 8079:1 8084:2 8201:1 8210:1 8213:1 8263:1 8296:2 8368:1 8373:1 8375:1 8410:1 8474:2 8498:1 8548:1 8549:1 8605:1 8612:1 8613:1 8616:1 8617:1 8654:1 8661:1 8675:1 8723:3 8747:1 8773:1 8793:1 8796:1 8816:1 8831:1 8868:1 8898:2 8916:1 8935:2 8953:2 8954:1 8977:1 8991:1 9028:12 9050:1 9051:6 9068:1 9229:1 9272:1 9290:1 9348:1 9385:1 9398:1 9422:1 9491:1 9493:1 9539:2 9569:1 9575:1 9595:6 9631:1 9654:2 9706:2 9779:1 9794:1 9799:1 9858:1 9866:1 9881:1 9888:1 9907:1 9908:1 9910:1 10038:1 10050:2 10064:1 10087:1 10094:1 10123:1 10125:4 10148:1 10167:1 10176:1 10200:1 10205:1 10241:1 10270:1 10338:1 10364:2 10386:1 10396:1 10419:2 10509:1 10571:1 10580:2 10676:3 10681:1 10760:2 10844:1 10847:1 10850:1 10865:1 10867:1 10944:1 10955:1 11003:1 11055:2 11058:1 11078:1 11142:1 11216:2 11226:1 11278:1 11288:1 11311:2 11312:2 11327:2 11354:1 11398:1 11442:1 11462:1 11474:1 11506:1 11509:1 11539:1 11610:1 11624:1 11630:1 11668:1 11747:1 11758:1 11807:1 11823:1 11862:2 11873:1 11886:1 11889:1 11918:2 11928:2 11960:1 11969:1 12041:1 12044:1 12066:1 12080:1 12085:1 12121:1 12164:1 12167:1 12237:1 12279:1 12341:1 12356:1 12378:1 12387:1 12388:1 12416:1 12422:1 12433:1 12483:3 12486:1 12556:1 12604:1 12646:1 12682:1 12683:1 12693:1 12872:1 12887:1 12892:4 12906:1 12939:1 13046:1 13052:1 13055:1 13093:1 13134:1 13149:1 13264:1 13265:1 13272:2 13350:1 13435:1 13446:2 13452:1 13490:1 13494:2 13529:1 13559:1 13582:1 13641:1 13679:1 13762:2 13781:1 13790:1 13798:1 13801:1 13802:1 13803:1 13810:1 13824:2 13832:1 13855:1 13858:1 13891:1 13919:1 13966:1 13971:2 13978:1 13988:1 13989:1 14034:1 14038:1 14068:1 14246:4 14250:1 14264:4 14348:1 14405:1 14414:1 14437:1 14439:1 14457:1 14523:1 14547:1 14600:2 14643:1 14829:1 14861:2 15019:1 15031:1 15066:3 15092:1 15123:1 15125:2 15132:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15227:1 15235:1 15240:1 15272:2 15278:1 15291:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15491:1 15497:1 15516:2 15589:1 15667:1 15685:2 15686:1 15701:1 15711:1 15719:1 15783:1 15791:1 15864:1 15908:1 15922:1 15930:1 15940:2 15969:2 16040:1 16087:1 16088:1 16104:1 16105:1 16112:1 16115:2 16174:1 16197:1 16202:2 16233:1 16250:1 16255:2 16310:1 16311:1 16359:1 16433:1 16460:1 16489:1 16493:1 16542:1 16670:1 16673:2 16699:1 16728:1 16794:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17555:1 17576:1 17578:2 17603:1 17610:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17895:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18086:1 18087:1 18128:1 18136:1 18139:1 18155:3 18170:1 18173:1 18196:3 18207:3 18217:1 18222:1 18237:1 18255:2 18300:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:1 18419:2 18426:1 18427:1 18438:1 18478:2 18564:1 18610:1 18625:1 18639:1 18676:1 18720:1 18748:1 18766:1 18910:1 18949:1 18991:1 19002:1 19005:1 19010:1 19021:1 19025:1 19030:2 19115:1 19147:1 19223:1 19232:1 19275:2 19294:1 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:1 19451:1 19462:1 19486:1 19579:1 19590:4 19614:6 19632:1 19661:1 19664:1 19704:1 19721:1 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19921:1 19950:1 19967:1 20014:1 20026:3 20073:1 20159:2 20202:1 20232:1 20308:2 20332:2 20335:1 20349:1 20351:1 20352:1 20353:1 20398:1 20404:1 20409:1 20483:1 20537:1 20604:1 20722:2 20780:1 20785:1 20873:1 20929:1 20955:1 20971:1 21004:1 21057:1 21132:1 21161:1 21172:1 21212:1 21248:1 21345:1 21406:5 21421:1 21489:1 21490:1 21540:6 21548:2 21610:1 21637:1 21693:1 21695:1 21696:1 21729:1 21752:1 21765:896 21768:1 21794:1 21818:2 21902:1 21954:2 21982:1 21992:1 22017:1 22034:1 22040:1 22051:2 22129:1 22240:1 22285:1 22289:1 22297:1 22326:1 22392:1 22397:1 22407:1 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:1 22510:1 22514:1 22568:1 22619:1 22640:2 22678:1 22699:3 22764:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22969:1 23037:1 23038:1 23044:1 23066:1 23095:6 23116:1 23141:1 23145:1 23150:1 23155:1 23162:1 23181:1 23202:1 23224:1 23265:4 23284:1 23310:1 23333:1 23369:3 23383:1 23401:2 23443:1 23444:1 23464:1 23468:1 23533:1 23569:7 23608:1 23622:1 23640:1 23689:1 23704:1 23725:1 23753:1 23758:1 23793:1 23818:1 23883:1 23890:1 24000:2 24022:1 24074:3 24134:1 24150:1 24165:1 24174:1 24201:1 24227:1 24236:1 24241:1 24245:4 24252:1 24253:1 24263:1 24289:2 24301:1 24344:1 24373:1 24431:1 24449:1 24515:1 24533:1 24559:2 24575:1 24579:1 24585:1 24607:1 24708:2 24775:1 24819:1 24832:1 24837:1 24847:1 24848:1 24864:2 24887:1 24908:1 24922:1 24927:1 24930:4 24932:1 24939:1 24941:1 24992:1 24993:1 25044:1 25063:2 25070:1 25094:2 25107:1 25120:2 25165:1 25185:1 25279:1 25289:2 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25488:4 25521:1 25527:1 25531:1 25543:1 25571:1 25579:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:1 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:1 25915:1 25938:1 25939:2 25962:1 25986:1 25996:1 25997:3 26007:1 26021:1 26068:1 26072:1 26100:1 26109:2 26163:1 26205:1 26225:1 26250:2 26263:3 26304:1 26309:1 26373:3 26390:1 26419:1 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26688:1 26703:1 26726:1 26808:2 26912:1 26936:1 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:1 27030:1 27035:1 27103:1 27108:1 27157:1 27160:1 27208:1 27268:1 27338:1 27351:1 27393:1 27399:1 27405:1 27419:1 27450:1 27515:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 28028:1 28045:1 28106:1 28172:1 28192:1 28194:1 28195:1 28201:1 28203:1 28206:2 28215:1 28221:1 28238:3 28284:1 28305:1 28314:3 28315:4 28320:2 28358:1 28411:1 28414:1 28418:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28770:1 28855:1 28870:5 28937:1 28941:1 28945:1 28999:1 29040:1 29083:2 29114:3 29196:1 29237:1 29307:1 29319:1 29336:1 29340:1 29348:1 29353:1 29396:1 29402:1 29446:1 29457:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:1 29621:1 29685:3 29707:1 29717:2 29721:1 29745:2 29789:1 29791:1 29804:1 29822:1 29826:1 29827:1 29875:1 29908:2 29944:1 29990:1 30063:1 30077:1 30095:1 30114:1 30172:2 30212:1 30219:1 30254:6 30255:1 30277:1 30322:1 30345:1 30355:1 30387:1 30391:1 30417:1 30423:1 30443:2 30460:1 30499:1 30506:1 30544:1 30586:1 30629:1 30642:1 30645:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30940:1 30982:1 30989:1 31031:1 31048:1 31061:1 31116:1 31189:1 31201:1 31202:3 31232:1 31244:1 31260:1 31283:1 31292:1 31327:1 31333:5 31344:1 31414:1 31417:2 31477:1 31500:1 31528:1 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31589:1 31590:1 31601:1 31612:2 31626:2 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31760:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32156:1 32173:1 32214:1 32237:1 32320:3 32329:1 32333:1 32342:1 32392:1 32407:1 32419:1 32423:1 32444:4 32446:1 32453:1 32487:1 32491:1 32624:3 32663:1 32666:1 32668:2 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32760:1 32765:1 32776:4 32799:1 32865:1 32884:1 32885:1 32889:2 32925:1 32953:1 32958:1 32971:2 32985:2 32987:1 33053:1 33055:1 33074:1 33088:1 33093:1 33144:1 33232:1 33239:1 33247:1 33269:1 33276:1 33278:1 33375:1 33382:1 33412:1 33432:1 33513:1 33527:1 33559:1 33578:1 33600:1 33623:1 33632:1 33684:1 33737:1 33742:3 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33861:1 33863:1 33866:3 33874:2 33876:2 33879:1 33888:1 33921:1 33955:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 193:4 204:2 241:1 264:2 267:1 327:1 347:1 363:1 392:1 412:1 431:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:2 729:1 751:1 829:4 846:1 873:1 1016:1 1033:1 1034:1 1062:1 1066:2 1103:2 1121:1 1126:1 1130:1 1167:1 1185:1 1218:1 1225:1 1352:2 1376:1 1379:1 1419:1 1426:1 1469:1 1490:1 1495:1 1600:2 1684:1 1689:1 1690:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2097:2 2099:2 2142:1 2146:1 2148:1 2161:1 2163:1 2175:1 2183:2 2207:2 2223:1 2238:2 2312:1 2325:2 2401:1 2403:1 2409:1 2432:2 2444:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:1 2574:3 2588:1 2596:1 2612:1 2617:4 2618:1 2627:1 2631:2 2632:1 2646:1 2656:2 2657:2 2660:1 2662:2 2664:1 2729:1 2764:1 2775:2 2792:1 2854:1 2863:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3140:1 3154:1 3176:2 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3333:1 3367:1 3381:3 3419:1 3426:1 3440:8 3531:1 3577:1 3593:1 3665:2 3771:1 3799:1 3804:1 3825:2 3832:1 3858:5 3905:1 3951:2 4010:1 4012:1 4019:1 4063:1 4074:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:1 4264:1 4312:1 4384:2 4391:1 4429:1 4432:1 4500:1 4501:1 4517:1 4518:1 4540:1 4544:1 4552:1 4571:1 4616:2 4627:1 4650:1 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4813:1 4835:1 4853:1 4866:3 4879:1 4934:1 4952:1 4961:1 4964:1 4976:1 4991:2 5029:1 5039:1 5061:1 5090:1 5105:1 5107:1 5111:1 5144:1 5146:1 5217:4 5237:1 5247:1 5257:1 5273:1 5301:1 5309:1 5322:1 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5390:1 5402:1 5432:2 5451:1 5467:1 5480:1 5525:1 5570:2 5595:7 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:1 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6164:1 6179:1 6181:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 6984:2 7016:1 7128:4 7161:1 7173:1 7200:1 7201:1 7262:3 7290:4 7330:4 7338:1 7341:1 7365:2 7390:2 7399:2 7401:2 7406:2 7407:1 7416:1 7417:1 7418:1 7422:1 7426:1 7427:2 7456:1 7558:1 7613:1 7615:1 7629:1 7647:1 7651:1 7720:2 7782:1 7823:2 7920:1 7948:3 7949:2 8037:1 8075:1 8079:1 8084:2 8089:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:1 8368:1 8373:1 8375:1 8377:1 8384:1 8410:1 8474:2 8498:1 8548:1 8549:1 8605:1 8612:1 8613:1 8616:1 8617:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:1 8816:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:15 9050:1 9051:7 9068:1 9229:1 9272:1 9290:1 9298:1 9348:1 9385:1 9398:1 9404:1 9422:1 9491:1 9493:1 9539:2 9569:1 9575:1 9595:6 9631:1 9654:2 9680:1 9687:1 9706:2 9779:1 9794:2 9799:1 9858:1 9866:1 9881:1 9888:1 9907:1 9908:1 9910:1 9919:1 10036:1 10038:1 10040:1 10050:2 10064:1 10087:1 10094:1 10123:1 10125:4 10148:2 10167:1 10176:1 10200:1 10205:1 10241:1 10245:1 10270:1 10338:1 10364:2 10386:1 10396:1 10419:2 10443:1 10509:1 10571:1 10580:2 10676:4 10681:1 10760:2 10844:1 10847:1 10850:1 10865:1 10867:1 10944:1 10955:1 11001:1 11003:1 11055:2 11058:1 11078:1 11136:1 11137:1 11142:1 11149:1 11189:1 11216:2 11226:1 11278:1 11288:1 11311:2 11312:2 11327:2 11354:1 11384:1 11398:1 11442:1 11462:1 11474:1 11506:1 11509:1 11539:1 11610:1 11624:1 11630:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11873:1 11886:1 11889:1 11918:2 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:1 12080:1 12085:1 12121:1 12161:1 12164:1 12167:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:1 12646:1 12676:1 12682:1 12683:1 12693:1 12828:1 12872:1 12887:1 12892:5 12906:1 12939:1 13003:1 13046:1 13052:1 13055:1 13093:1 13134:1 13149:1 13216:1 13264:1 13265:1 13272:2 13350:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:2 13529:1 13559:1 13566:1 13571:1 13582:1 13641:1 13679:2 13762:2 13781:1 13790:1 13798:1 13800:1 13801:1 13802:1 13803:1 13810:1 13824:2 13832:1 13855:1 13858:1 13891:1 13919:1 13966:1 13971:3 13978:1 13988:1 13989:1 14034:1 14038:1 14068:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14388:1 14405:1 14414:1 14437:1 14439:1 14457:1 14523:1 14547:1 14600:2 14643:1 14692:1 14829:2 14861:2 14883:1 15019:1 15031:1 15066:3 15092:1 15123:1 15125:2 15132:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15227:1 15235:1 15240:1 15272:2 15278:2 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15465:1 15491:1 15497:1 15516:2 15589:1 15667:1 15685:2 15686:2 15701:1 15711:1 15719:1 15783:1 15791:1 15864:1 15870:1 15908:1 15922:1 15930:1 15940:2 15969:2 16040:1 16085:2 16087:1 16088:1 16104:1 16105:1 16112:1 16115:2 16174:1 16197:1 16202:2 16233:1 16250:2 16255:2 16310:1 16311:1 16312:1 16359:1 16433:2 16460:1 16489:1 16493:1 16508:2 16542:1 16610:1 16670:1 16673:2 16682:1 16699:1 16728:1 16794:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17555:1 17576:1 17578:2 17603:1 17610:1 17696:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18086:1 18087:3 18111:1 18128:1 18136:1 18139:1 18155:3 18170:1 18173:1 18196:3 18207:4 18217:1 18222:1 18237:1 18255:2 18300:1 18343:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:1 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18720:1 18748:1 18766:1 18810:1 18910:1 18949:1 18991:1 19002:1 19005:1 19010:1 19020:1 19021:1 19025:1 19030:2 19106:1 19115:1 19147:1 19223:1 19232:1 19275:2 19294:1 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19462:2 19486:1 19579:1 19590:4 19614:6 19632:1 19661:1 19664:1 19704:1 19721:1 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19902:1 19921:1 19950:1 19967:1 19994:1 20014:1 20026:3 20073:1 20159:3 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20349:1 20351:1 20352:1 20353:1 20398:1 20404:1 20409:1 20466:1 20483:1 20537:1 20604:1 20722:2 20780:1 20785:1 20873:1 20929:1 20955:1 20971:1 21004:1 21057:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21333:1 21345:1 21406:5 21421:1 21489:1 21490:1 21540:6 21548:2 21610:1 21637:1 21693:1 21695:1 21696:1 21729:1 21752:1 21765:1010 21768:1 21794:1 21818:2 21902:1 21954:2 21982:1 21992:1 22017:1 22034:1 22040:1 22051:2 22129:1 22240:1 22285:1 22289:1 22297:1 22326:1 22392:1 22397:1 22407:1 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:1 22510:1 22514:1 22549:1 22568:1 22600:1 22619:1 22640:2 22648:1 22678:1 22681:1 22699:3 22764:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22969:1 23037:1 23038:1 23044:1 23066:1 23095:6 23116:1 23141:1 23145:1 23150:1 23155:1 23162:1 23181:1 23202:1 23224:1 23265:5 23284:1 23299:1 23310:1 23333:1 23369:3 23383:2 23401:2 23429:1 23443:1 23444:2 23464:1 23468:1 23533:1 23569:8 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23753:1 23758:1 23793:1 23818:1 23823:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:1 24150:1 24153:1 24165:1 24174:1 24201:1 24227:1 24236:1 24241:1 24245:4 24252:1 24253:1 24261:1 24263:1 24289:2 24301:1 24344:1 24373:1 24431:1 24449:1 24515:2 24533:1 24534:1 24559:2 24575:2 24579:1 24585:1 24607:1 24705:1 24708:2 24728:1 24731:1 24775:1 24819:1 24832:1 24837:1 24847:1 24848:1 24864:2 24887:1 24908:1 24922:1 24927:1 24930:4 24932:1 24939:1 24941:1 24992:1 24993:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:1 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:1 25915:1 25938:1 25939:2 25962:1 25986:1 25996:1 25997:3 26007:1 26021:1 26042:1 26068:1 26072:1 26100:1 26109:2 26163:1 26171:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26304:1 26309:1 26373:3 26390:1 26402:1 26418:1 26419:1 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26688:1 26703:1 26726:1 26808:2 26912:1 26936:1 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:2 27030:1 27035:1 27103:1 27108:1 27157:1 27160:1 27208:1 27268:1 27338:2 27351:1 27393:1 27399:1 27405:1 27419:1 27450:1 27454:1 27515:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 28028:1 28045:1 28106:1 28172:1 28192:1 28193:1 28194:1 28195:1 28201:1 28203:1 28206:2 28215:1 28221:1 28238:3 28284:1 28305:1 28306:1 28314:3 28315:4 28320:2 28358:1 28372:1 28411:1 28414:1 28418:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28770:1 28855:1 28870:5 28937:1 28941:1 28945:1 28999:1 29040:1 29083:2 29114:3 29196:1 29237:1 29307:2 29319:1 29336:1 29340:1 29348:1 29353:1 29396:1 29402:1 29446:1 29457:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:1 29621:1 29685:3 29707:1 29717:2 29721:1 29745:2 29789:1 29791:1 29804:1 29822:1 29826:1 29827:1 29875:1 29908:2 29944:1 29990:1 30020:1 30063:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:6 30255:1 30277:1 30322:1 30345:1 30355:1 30387:1 30391:1 30417:1 30423:1 30443:2 30460:1 30499:1 30506:1 30544:1 30586:1 30629:1 30642:1 30645:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30940:1 30961:1 30982:1 30989:1 31001:1 31031:1 31048:1 31061:1 31112:1 31116:1 31189:1 31201:1 31202:3 31232:1 31244:1 31245:1 31260:1 31263:1 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31414:1 31417:2 31477:1 31500:1 31528:1 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31589:1 31590:1 31601:1 31612:2 31626:2 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32156:1 32173:1 32214:1 32237:1 32320:3 32324:1 32329:1 32333:1 32342:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:5 32446:1 32453:1 32487:1 32491:1 32511:1 32624:3 32635:1 32663:1 32666:1 32668:3 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32760:1 32765:1 32776:4 32778:1 32799:1 32865:1 32884:2 32885:1 32889:2 32925:1 32953:1 32958:1 32971:2 32985:2 32987:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33232:1 33239:1 33247:1 33269:1 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33513:1 33527:1 33559:1 33578:1 33600:1 33623:1 33632:1 33684:1 33737:1 33742:3 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:2 33892:1 33921:1 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:3 241:1 264:2 267:1 327:1 347:1 363:1 392:1 412:1 431:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:2 729:1 751:1 829:4 846:1 873:1 1016:1 1033:1 1034:1 1062:1 1066:2 1103:2 1121:1 1126:3 1130:1 1167:1 1185:1 1218:1 1225:1 1352:2 1376:1 1379:1 1419:1 1426:1 1469:1 1490:1 1495:1 1600:2 1684:1 1689:1 1690:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2097:2 2099:2 2142:1 2146:1 2148:1 2161:1 2163:1 2175:1 2183:2 2207:2 2214:1 2223:1 2238:2 2312:1 2325:2 2329:1 2359:1 2401:1 2403:1 2409:1 2432:3 2444:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:1 2574:3 2588:1 2596:1 2612:1 2617:5 2618:1 2623:1 2624:1 2627:1 2631:2 2632:1 2646:2 2656:2 2657:2 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2854:1 2863:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3333:1 3367:1 3381:3 3419:1 3426:1 3440:9 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3665:2 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:6 3905:1 3951:2 4010:1 4012:1 4019:1 4063:1 4074:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:1 4264:1 4312:1 4384:2 4391:1 4429:1 4432:1 4500:1 4501:1 4517:1 4518:1 4540:1 4544:1 4552:1 4571:1 4609:1 4616:2 4627:1 4650:1 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4813:1 4835:1 4853:1 4866:3 4879:1 4934:1 4952:1 4961:1 4964:1 4976:1 4991:2 5029:1 5039:1 5061:1 5090:1 5105:1 5107:1 5111:1 5144:1 5146:1 5217:4 5237:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:1 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5390:1 5402:1 5432:2 5451:1 5467:1 5480:1 5525:1 5570:2 5584:1 5595:8 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:1 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6164:1 6179:1 6181:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:1 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 6984:2 7016:1 7128:4 7161:1 7173:1 7200:1 7201:1 7262:3 7290:4 7330:4 7338:1 7341:1 7365:2 7390:2 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:1 7418:2 7422:1 7426:1 7427:2 7456:1 7558:1 7613:1 7615:1 7629:1 7647:1 7651:1 7720:2 7782:1 7823:2 7920:2 7948:3 7949:2 8037:1 8075:1 8079:1 8084:2 8089:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:1 8368:1 8373:1 8375:1 8377:1 8384:1 8410:1 8474:2 8498:1 8548:1 8549:1 8605:1 8612:1 8613:1 8616:1 8617:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:1 8816:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:19 9050:1 9051:8 9068:1 9229:1 9272:2 9290:1 9298:1 9348:1 9385:1 9398:1 9404:1 9422:1 9491:1 9493:1 9539:2 9569:1 9575:1 9595:7 9631:1 9654:2 9680:1 9687:1 9706:2 9769:1 9779:1 9794:2 9799:1 9813:1 9858:1 9866:1 9881:1 9888:1 9907:1 9908:1 9910:1 9919:1 10036:1 10038:1 10040:1 10050:2 10064:1 10087:1 10094:2 10123:1 10125:4 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10241:1 10245:1 10270:1 10338:1 10364:2 10386:1 10396:1 10419:2 10443:1 10509:1 10571:1 10580:2 10676:4 10681:1 10760:2 10844:1 10847:1 10850:1 10865:1 10867:1 10893:1 10944:1 10955:1 11001:1 11003:1 11055:2 11058:1 11078:1 11136:1 11137:1 11142:1 11149:1 11189:1 11216:2 11226:1 11245:1 11278:1 11288:1 11311:2 11312:2 11327:2 11354:1 11384:1 11398:1 11442:1 11462:1 11474:1 11477:1 11506:1 11509:1 11539:1 11610:1 11624:1 11630:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11873:1 11886:1 11889:1 11918:2 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:1 12080:2 12085:1 12121:1 12161:1 12164:1 12167:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:1 12646:1 12676:1 12682:1 12683:1 12693:1 12828:1 12872:1 12887:1 12892:6 12906:1 12939:1 13003:1 13046:1 13052:1 13055:1 13093:1 13134:1 13149:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:3 13529:1 13559:1 13566:1 13571:1 13582:1 13641:1 13679:2 13762:2 13781:1 13790:1 13798:2 13800:1 13801:1 13802:1 13803:1 13807:1 13810:1 13824:2 13832:1 13855:1 13858:1 13891:1 13919:1 13949:1 13966:1 13971:3 13978:1 13988:1 13989:1 14034:1 14038:1 14068:1 14086:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14692:1 14829:2 14861:2 14883:1 15019:1 15031:1 15066:3 15092:1 15123:1 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15227:1 15235:1 15240:1 15272:2 15278:2 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15465:1 15491:1 15497:1 15516:2 15589:1 15667:1 15685:2 15686:2 15701:1 15711:1 15719:2 15783:2 15791:1 15864:1 15870:1 15908:1 15922:1 15930:1 15940:2 15969:2 16040:1 16085:2 16087:1 16088:1 16104:1 16105:1 16112:1 16115:2 16174:1 16197:1 16202:2 16233:1 16250:2 16255:2 16310:1 16311:1 16312:1 16359:1 16433:2 16460:1 16489:1 16493:1 16508:2 16542:1 16610:1 16670:1 16673:2 16682:1 16699:1 16728:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17555:1 17576:1 17578:2 17603:1 17610:1 17696:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18076:1 18086:1 18087:3 18111:1 18128:1 18136:1 18139:1 18155:3 18170:1 18173:1 18196:3 18207:4 18217:2 18222:1 18237:1 18255:2 18300:1 18343:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:1 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:1 18720:1 18748:1 18766:1 18810:1 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:2 19106:1 19115:1 19147:1 19223:1 19232:1 19275:2 19294:1 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19462:2 19486:1 19579:1 19590:4 19614:7 19632:1 19661:1 19664:1 19704:1 19721:1 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:1 19921:1 19931:1 19950:1 19967:1 19994:1 20014:1 20026:3 20050:1 20073:1 20159:3 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20349:1 20351:1 20352:1 20353:1 20398:1 20404:1 20409:1 20466:1 20483:1 20537:1 20604:1 20722:2 20780:1 20785:1 20867:1 20873:1 20929:1 20955:1 20971:1 21004:1 21057:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21406:5 21421:1 21489:1 21490:1 21540:7 21548:2 21610:1 21637:1 21656:1 21693:1 21695:1 21696:1 21729:1 21752:1 21765:1051 21768:1 21794:1 21818:2 21902:1 21954:2 21982:1 21992:1 22017:1 22034:1 22040:1 22051:2 22129:1 22240:1 22285:1 22289:1 22297:1 22326:1 22392:1 22397:1 22407:1 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:1 22510:1 22514:1 22549:1 22568:2 22600:1 22619:1 22640:2 22648:1 22678:1 22681:1 22699:3 22764:1 22805:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22969:1 23006:1 23037:1 23038:1 23044:1 23066:1 23095:6 23116:1 23141:1 23145:1 23150:1 23155:1 23162:1 23181:1 23202:1 23224:1 23265:5 23284:1 23299:1 23310:1 23333:1 23369:3 23383:2 23401:2 23429:1 23443:1 23444:2 23464:1 23468:1 23533:1 23569:9 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23753:1 23758:1 23793:1 23818:1 23823:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:1 24150:1 24153:1 24165:1 24171:1 24174:1 24201:1 24224:1 24227:1 24236:1 24241:1 24245:5 24252:1 24253:1 24261:1 24263:1 24289:2 24301:1 24344:1 24373:1 24431:1 24449:1 24515:2 24533:1 24534:1 24559:2 24575:2 24579:1 24585:1 24607:1 24705:1 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24837:1 24847:1 24848:1 24864:2 24887:1 24908:1 24922:1 24927:1 24930:4 24932:1 24939:1 24941:1 24992:1 24993:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:1 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:1 25915:1 25938:1 25939:2 25962:1 25986:1 25996:1 25997:3 26007:1 26021:1 26042:1 26068:2 26072:1 26100:1 26109:2 26163:1 26171:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26373:4 26386:1 26390:1 26402:1 26418:1 26419:1 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26688:1 26703:1 26714:1 26726:1 26808:2 26912:1 26936:1 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:2 27030:1 27035:1 27076:1 27103:1 27108:1 27111:1 27157:1 27160:1 27208:1 27257:1 27268:1 27338:2 27351:2 27393:1 27399:1 27405:1 27419:1 27450:1 27454:1 27515:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 28028:1 28045:1 28106:1 28172:1 28192:1 28193:1 28194:1 28195:1 28201:1 28203:1 28206:2 28215:1 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:4 28320:2 28358:1 28372:1 28374:1 28411:1 28414:1 28418:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28770:1 28855:1 28870:5 28937:1 28941:1 28945:1 28999:1 29040:1 29083:2 29114:3 29131:1 29196:1 29237:1 29307:2 29319:1 29336:1 29340:1 29348:1 29353:1 29396:1 29402:1 29446:1 29457:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:1 29621:1 29685:3 29707:1 29717:2 29721:1 29745:2 29789:1 29791:1 29804:1 29822:1 29826:1 29827:1 29875:1 29908:2 29944:1 29990:1 30020:1 30063:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:7 30255:1 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30417:1 30423:1 30443:2 30460:1 30499:1 30506:1 30544:1 30586:1 30629:1 30642:1 30645:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30961:1 30982:1 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31112:1 31116:1 31189:1 31201:1 31202:3 31232:1 31244:1 31245:1 31260:1 31263:1 31280:1 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31366:1 31414:1 31417:2 31477:1 31494:1 31500:1 31528:2 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31589:1 31590:1 31601:1 31612:2 31626:2 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32156:1 32173:1 32214:1 32237:1 32320:3 32324:1 32329:1 32333:1 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:5 32446:1 32453:1 32487:1 32491:1 32511:1 32624:3 32635:1 32663:1 32666:1 32668:3 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32760:1 32765:1 32776:4 32778:1 32799:1 32865:1 32884:2 32885:1 32886:1 32889:2 32905:1 32925:1 32953:1 32958:1 32971:2 32985:2 32987:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33232:1 33239:1 33247:1 33269:1 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33456:1 33513:1 33527:1 33559:1 33578:1 33600:1 33623:1 33632:1 33684:1 33737:1 33742:3 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:2 33892:1 33921:1 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:3 241:1 264:2 267:1 327:1 347:1 363:1 392:1 412:1 431:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:2 729:2 751:1 829:4 846:1 873:1 1016:1 1033:3 1034:1 1062:1 1066:2 1102:1 1103:2 1121:1 1126:3 1130:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:1 1379:1 1419:1 1426:1 1469:1 1490:1 1495:1 1517:1 1600:2 1684:1 1689:1 1690:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2097:2 2099:2 2142:1 2146:1 2148:1 2161:1 2163:1 2175:1 2183:2 2207:2 2214:1 2223:1 2238:2 2312:1 2325:2 2329:1 2359:1 2401:1 2403:1 2409:1 2432:3 2444:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:1 2574:3 2588:1 2596:1 2612:1 2617:5 2618:1 2623:1 2624:1 2627:1 2631:2 2632:1 2646:2 2656:2 2657:2 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3333:1 3367:1 3381:4 3419:1 3426:1 3440:10 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3665:2 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:6 3905:1 3951:2 4010:1 4012:1 4019:1 4063:1 4074:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:1 4264:1 4312:1 4384:2 4391:1 4429:1 4432:1 4500:1 4501:1 4517:1 4518:1 4540:1 4544:1 4552:1 4571:1 4609:2 4616:2 4627:1 4650:1 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4813:2 4835:1 4853:1 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:1 4991:2 5029:1 5039:1 5061:1 5090:1 5105:1 5107:1 5111:1 5144:1 5146:1 5217:4 5237:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:1 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5390:1 5402:1 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:10 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:1 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6164:1 6179:1 6181:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:1 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 6984:2 7016:1 7074:1 7128:4 7161:1 7173:1 7200:1 7201:1 7262:3 7290:4 7330:4 7338:1 7341:1 7365:2 7390:2 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:1 7418:2 7422:1 7426:2 7427:2 7456:1 7558:1 7613:1 7615:1 7629:1 7647:1 7651:1 7720:3 7782:1 7823:2 7920:2 7948:3 7949:2 8037:1 8075:1 8079:1 8084:2 8089:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:1 8368:1 8373:1 8375:1 8377:1 8384:1 8410:1 8474:2 8498:1 8548:1 8549:1 8587:1 8605:1 8612:1 8613:1 8616:1 8617:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:1 8816:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:19 9050:1 9051:9 9068:1 9229:1 9272:2 9278:1 9290:1 9298:1 9348:1 9385:1 9398:1 9404:1 9422:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:9 9631:1 9654:2 9680:1 9687:1 9706:2 9769:1 9779:1 9794:2 9799:1 9813:1 9858:1 9866:1 9881:1 9888:1 9907:1 9908:1 9910:1 9919:1 10036:1 10038:1 10040:1 10050:2 10064:1 10087:1 10094:2 10123:1 10125:4 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10241:1 10245:1 10270:1 10338:1 10364:2 10386:1 10396:1 10419:3 10443:1 10509:1 10571:1 10580:2 10676:4 10681:1 10760:2 10832:1 10844:1 10847:1 10850:1 10865:1 10867:1 10893:1 10944:1 10955:1 11001:1 11003:1 11055:2 11058:1 11078:1 11136:1 11137:1 11142:1 11149:1 11189:1 11216:2 11226:1 11245:1 11278:1 11288:1 11311:2 11312:2 11327:2 11354:1 11384:1 11398:1 11442:1 11462:1 11474:1 11477:1 11506:1 11509:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11873:1 11886:1 11889:1 11918:2 11921:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:1 12080:2 12085:1 12121:1 12161:1 12164:1 12167:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:1 12646:1 12676:1 12682:1 12683:1 12693:1 12828:1 12872:1 12887:1 12892:6 12906:1 12939:1 13003:2 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:3 13529:1 13559:1 13566:1 13571:1 13582:1 13641:1 13679:2 13734:1 13762:2 13781:1 13790:1 13798:2 13800:2 13801:1 13802:1 13803:1 13807:1 13810:1 13824:2 13832:1 13855:1 13858:1 13891:1 13919:1 13924:1 13949:1 13966:1 13971:3 13978:1 13988:1 13989:1 14034:1 14038:1 14068:1 14086:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14692:1 14829:2 14861:2 14883:1 14990:1 15019:1 15031:1 15066:5 15092:1 15123:1 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15465:1 15491:1 15497:1 15516:3 15577:1 15589:1 15667:1 15685:3 15686:2 15701:1 15711:1 15719:2 15783:2 15791:1 15864:1 15870:1 15908:1 15922:1 15930:1 15940:2 15969:2 16040:1 16085:2 16087:1 16088:1 16104:1 16105:1 16112:1 16115:2 16174:1 16197:1 16202:2 16233:1 16250:2 16255:2 16310:1 16311:1 16312:1 16359:1 16433:2 16460:1 16489:1 16493:1 16508:2 16542:1 16546:1 16610:1 16670:1 16673:2 16682:1 16699:1 16728:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17168:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17555:1 17576:1 17578:2 17603:1 17610:1 17696:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18076:1 18086:1 18087:3 18098:1 18111:1 18128:1 18136:1 18139:1 18155:3 18170:1 18173:1 18196:3 18207:5 18217:2 18222:1 18237:1 18255:3 18300:1 18343:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:1 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:1 18720:1 18748:1 18759:1 18766:1 18810:1 18901:1 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:2 19106:1 19115:1 19147:1 19223:1 19232:1 19275:2 19294:1 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19456:1 19462:2 19486:1 19579:1 19590:5 19614:8 19632:1 19661:1 19664:1 19704:1 19721:1 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:1 19921:1 19931:1 19950:1 19967:1 19994:1 20014:1 20026:3 20050:1 20073:1 20159:3 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20537:1 20604:1 20722:2 20780:1 20785:1 20867:1 20873:1 20929:1 20955:1 20971:1 21004:1 21057:1 21089:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21406:6 21421:1 21489:1 21490:1 21540:7 21548:2 21610:1 21637:1 21656:1 21693:1 21695:1 21696:1 21729:1 21752:1 21765:1124 21768:1 21794:1 21818:2 21841:1 21902:1 21954:2 21982:1 21992:1 22009:1 22017:1 22034:1 22040:1 22051:3 22102:1 22129:1 22240:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22392:1 22397:1 22407:1 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:2 22510:1 22514:1 22549:1 22568:2 22600:1 22619:1 22640:2 22648:1 22678:1 22681:1 22699:3 22764:1 22805:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22969:1 23006:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:7 23116:1 23141:1 23145:1 23150:1 23155:1 23162:1 23181:1 23202:1 23224:1 23265:5 23284:1 23299:1 23310:1 23333:1 23360:1 23369:3 23383:2 23401:3 23429:1 23443:1 23444:2 23459:1 23464:1 23468:1 23470:1 23482:1 23533:1 23569:10 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:1 23823:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:1 24150:1 24153:1 24165:1 24171:1 24174:1 24201:1 24224:1 24227:1 24236:1 24241:1 24245:6 24252:1 24253:1 24261:2 24263:1 24289:2 24301:1 24344:1 24373:1 24431:1 24449:1 24515:2 24533:1 24534:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24705:1 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24837:1 24847:1 24848:1 24864:2 24867:1 24887:1 24908:1 24922:1 24927:1 24930:5 24932:1 24939:1 24941:1 24992:1 24993:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:1 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:1 25915:1 25938:1 25939:2 25943:1 25961:1 25962:1 25986:1 25996:1 25997:4 26007:1 26021:1 26042:1 26068:2 26072:1 26100:1 26109:2 26163:1 26171:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26343:1 26373:4 26386:1 26390:1 26402:1 26418:1 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26912:1 26936:1 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27076:1 27103:2 27108:1 27111:1 27157:1 27160:1 27208:1 27257:1 27268:1 27338:2 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 28028:1 28045:1 28106:1 28172:1 28192:1 28193:1 28194:1 28195:1 28201:1 28203:1 28206:2 28215:1 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:5 28320:3 28358:1 28372:1 28374:2 28411:1 28414:1 28418:1 28511:1 28515:1 28577:1 28634:1 28656:1 28729:1 28770:1 28855:1 28870:6 28937:1 28941:1 28945:1 28999:1 29029:1 29040:1 29083:2 29114:3 29131:1 29196:1 29237:1 29307:2 29319:1 29336:1 29340:1 29348:1 29352:1 29353:1 29396:1 29402:1 29446:1 29457:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:1 29621:1 29685:3 29707:1 29717:2 29721:1 29745:2 29789:1 29791:1 29804:1 29822:1 29826:1 29827:1 29875:1 29908:2 29944:1 29990:1 30020:1 30063:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:7 30255:1 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30417:1 30423:1 30443:2 30460:1 30499:1 30506:1 30544:1 30586:1 30629:1 30642:1 30645:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30961:1 30982:1 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31112:1 31116:1 31186:1 31189:1 31201:1 31202:3 31232:1 31244:1 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31366:1 31396:1 31414:1 31417:2 31477:1 31494:1 31500:1 31528:2 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31589:1 31590:1 31601:1 31612:2 31614:1 31626:2 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32156:2 32173:1 32214:1 32237:1 32320:3 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:5 32446:1 32453:1 32487:1 32491:1 32511:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32760:1 32765:1 32776:4 32778:1 32799:1 32865:1 32884:2 32885:1 32886:1 32889:2 32905:1 32925:1 32953:1 32958:1 32971:2 32985:2 32987:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33232:1 33239:1 33247:1 33269:1 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33456:1 33513:1 33527:1 33559:1 33578:1 33600:1 33623:1 33632:1 33684:1 33737:1 33742:3 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:2 33892:1 33921:1 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:3 241:2 264:2 267:1 327:1 347:1 363:1 392:1 412:1 431:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:2 729:2 751:1 829:4 846:1 873:1 1016:1 1033:3 1034:1 1062:1 1066:2 1086:1 1102:1 1103:2 1121:1 1126:3 1130:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:2 1379:1 1419:1 1426:1 1469:1 1490:1 1495:1 1517:1 1600:2 1684:1 1689:1 1690:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2097:2 2099:2 2142:1 2146:1 2148:1 2161:1 2163:1 2175:1 2183:2 2207:2 2214:1 2223:1 2238:2 2312:1 2325:2 2329:2 2359:1 2401:1 2403:1 2409:1 2432:4 2444:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:1 2574:3 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2623:2 2624:1 2627:1 2631:2 2632:1 2639:1 2646:3 2656:2 2657:2 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:1 3367:1 3381:4 3419:1 3426:1 3440:12 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3665:2 3750:1 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:6 3905:1 3951:2 4010:1 4012:1 4019:1 4063:1 4074:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:1 4264:1 4312:1 4384:2 4391:1 4429:1 4432:1 4500:1 4501:1 4517:1 4518:1 4528:1 4540:1 4544:1 4552:1 4571:1 4609:2 4616:2 4627:1 4650:1 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4813:2 4835:1 4853:1 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:1 5039:1 5061:1 5090:1 5105:1 5107:1 5111:1 5144:1 5146:1 5217:4 5237:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:1 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5390:1 5402:1 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:10 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:1 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6156:1 6164:1 6179:1 6181:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 6984:2 7016:1 7074:1 7128:5 7161:1 7173:1 7200:1 7201:1 7262:3 7290:4 7330:4 7338:1 7341:1 7365:2 7390:2 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:1 7418:2 7422:1 7426:2 7427:2 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7720:3 7782:1 7823:2 7920:2 7948:3 7949:2 8037:1 8075:1 8079:1 8084:2 8089:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:1 8368:1 8373:1 8375:1 8377:1 8384:1 8410:1 8474:2 8498:1 8548:1 8549:1 8587:1 8605:1 8612:1 8613:1 8616:1 8617:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:1 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:22 9050:1 9051:11 9068:1 9229:1 9272:2 9278:1 9290:1 9298:1 9307:1 9348:1 9385:1 9398:1 9404:1 9422:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:10 9631:1 9654:2 9680:1 9687:1 9706:2 9769:1 9779:1 9794:2 9799:1 9813:1 9826:1 9858:1 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9919:1 10036:1 10038:1 10040:1 10050:2 10064:1 10087:1 10094:2 10123:2 10125:5 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10241:1 10245:1 10270:1 10338:1 10364:2 10386:1 10396:1 10419:3 10443:1 10509:1 10571:1 10580:2 10676:4 10681:1 10760:2 10832:1 10844:1 10847:1 10850:1 10865:1 10867:1 10893:1 10944:1 10955:1 11001:1 11003:1 11055:2 11058:1 11078:1 11136:1 11137:1 11142:1 11149:1 11189:1 11216:2 11226:1 11245:1 11278:1 11288:1 11311:2 11312:2 11327:2 11354:1 11384:1 11398:1 11442:1 11462:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11873:1 11886:1 11889:2 11918:2 11921:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12121:1 12161:1 12164:1 12167:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:1 12646:1 12676:1 12682:1 12683:1 12693:1 12828:1 12872:1 12887:1 12892:6 12906:1 12939:1 13003:2 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:3 13512:1 13529:1 13559:1 13566:1 13571:1 13582:1 13641:1 13679:2 13734:1 13762:2 13781:1 13790:1 13798:2 13800:2 13801:1 13802:1 13803:1 13807:1 13810:1 13824:2 13832:1 13855:1 13858:1 13891:1 13919:1 13924:1 13949:1 13966:1 13971:3 13978:1 13988:1 13989:1 14034:1 14038:1 14068:1 14086:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14692:1 14829:2 14840:1 14861:2 14883:1 14990:1 15019:1 15031:1 15066:5 15092:1 15123:1 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15465:1 15491:1 15497:1 15516:3 15577:1 15589:1 15667:1 15685:3 15686:2 15701:1 15711:1 15719:2 15783:2 15791:1 15864:1 15870:1 15908:1 15922:1 15930:1 15940:2 15969:2 16040:1 16085:2 16087:1 16088:1 16104:2 16105:1 16112:1 16115:2 16174:1 16197:1 16202:2 16233:1 16250:2 16255:2 16310:1 16311:1 16312:1 16359:1 16433:2 16460:1 16489:1 16493:1 16508:2 16542:1 16546:1 16610:1 16668:1 16670:1 16673:2 16682:1 16699:1 16728:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17136:1 17168:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17555:1 17576:1 17578:2 17603:1 17610:1 17696:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:1 18111:1 18128:1 18136:1 18139:1 18155:3 18170:1 18173:1 18196:3 18207:5 18217:2 18222:1 18237:1 18255:3 18300:1 18343:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:1 18720:1 18748:1 18759:1 18766:1 18810:1 18901:1 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:3 19106:1 19115:1 19147:1 19223:1 19232:2 19275:2 19294:1 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19456:1 19462:2 19486:1 19579:1 19590:5 19614:10 19632:1 19661:1 19664:2 19704:1 19721:1 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:1 19921:1 19931:1 19950:1 19967:1 19994:1 20014:1 20026:3 20050:2 20073:1 20159:3 20171:1 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20537:1 20604:1 20722:2 20780:1 20785:1 20867:1 20873:1 20929:1 20955:1 20971:1 21004:1 21057:1 21089:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21406:6 21421:1 21489:1 21490:1 21540:7 21548:2 21610:1 21637:1 21656:1 21693:1 21695:1 21696:1 21729:1 21752:1 21765:1206 21768:1 21794:1 21818:2 21841:1 21902:1 21954:3 21982:1 21992:1 22009:1 22017:1 22034:1 22040:1 22051:3 22102:1 22129:1 22240:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22392:1 22397:1 22407:1 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:2 22510:1 22514:1 22549:1 22568:2 22600:1 22619:1 22640:2 22648:1 22678:1 22681:1 22699:3 22764:1 22805:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22969:1 23006:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:9 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23238:1 23265:5 23284:1 23299:1 23310:1 23333:2 23360:1 23369:4 23383:2 23401:3 23429:1 23443:1 23444:2 23459:1 23464:1 23468:1 23470:1 23482:1 23533:1 23569:12 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:1 23823:2 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:1 24150:1 24153:1 24165:1 24171:1 24174:1 24201:1 24224:1 24227:2 24236:2 24241:1 24245:8 24252:1 24253:1 24261:2 24263:1 24289:2 24301:1 24344:1 24373:1 24431:1 24449:1 24515:2 24533:1 24534:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24705:1 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24837:2 24847:1 24848:1 24864:2 24867:1 24887:1 24908:1 24922:1 24927:1 24930:5 24932:1 24939:1 24941:1 24992:1 24993:1 25006:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:1 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:2 25915:1 25938:1 25939:2 25943:1 25961:1 25962:1 25986:1 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26100:1 26109:2 26163:1 26171:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26343:1 26373:4 26385:1 26386:1 26390:1 26402:1 26418:1 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26912:1 26936:2 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27076:1 27103:2 27108:1 27111:1 27157:1 27160:1 27208:1 27257:2 27268:1 27338:2 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 28028:1 28045:2 28106:1 28172:1 28192:1 28193:1 28194:2 28195:1 28201:1 28203:1 28206:2 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:5 28320:3 28358:1 28372:1 28374:2 28411:1 28414:1 28418:1 28511:1 28515:1 28577:1 28634:1 28656:1 28698:1 28729:1 28770:1 28855:1 28870:6 28937:1 28941:1 28945:1 28999:1 29029:1 29040:1 29083:2 29114:4 29131:1 29196:1 29237:1 29307:2 29319:1 29336:1 29340:1 29348:1 29352:1 29353:1 29396:1 29402:1 29446:1 29457:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:2 29621:1 29685:3 29707:1 29717:2 29721:1 29745:2 29789:1 29791:1 29804:1 29822:1 29826:1 29827:2 29875:1 29908:2 29944:1 29990:1 30020:1 30063:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:7 30255:1 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30417:1 30423:1 30443:2 30460:1 30499:1 30506:1 30544:1 30586:1 30629:1 30642:1 30645:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31112:1 31116:1 31186:1 31188:1 31189:1 31201:1 31202:3 31232:1 31244:1 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31366:1 31396:1 31414:1 31417:2 31477:1 31494:1 31500:1 31528:2 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31589:1 31590:1 31601:1 31612:2 31614:1 31626:2 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32156:2 32173:1 32214:1 32237:1 32320:4 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:5 32446:1 32453:1 32487:1 32491:1 32511:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32760:1 32765:1 32776:4 32778:1 32799:1 32865:1 32884:2 32885:1 32886:1 32889:2 32905:1 32925:1 32953:1 32958:1 32971:2 32985:3 32987:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33232:1 33239:1 33247:1 33269:2 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33551:1 33559:1 33578:1 33600:1 33623:2 33632:1 33642:1 33684:1 33737:1 33742:3 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:2 33892:1 33921:1 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 264:2 267:1 327:1 347:1 360:1 363:1 392:1 412:1 431:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:2 729:2 751:1 829:4 846:1 873:2 1016:1 1033:3 1034:1 1062:1 1066:2 1086:1 1102:1 1103:2 1121:1 1126:3 1130:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:2 1379:1 1419:1 1426:1 1469:1 1490:1 1495:1 1497:1 1517:1 1600:3 1684:1 1689:1 1690:1 1701:1 1739:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2097:2 2099:2 2142:1 2146:1 2148:1 2161:1 2163:1 2175:1 2182:1 2183:2 2207:2 2214:1 2223:1 2238:2 2312:1 2325:2 2329:2 2359:1 2401:1 2403:1 2409:1 2432:4 2444:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:1 2574:3 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2623:2 2624:1 2627:1 2631:2 2632:1 2639:1 2646:3 2656:2 2657:2 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:1 3367:1 3381:4 3419:1 3426:1 3440:13 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3665:2 3750:1 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:6 3905:1 3951:2 4010:1 4012:1 4019:1 4063:1 4074:1 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:1 4262:1 4264:1 4312:1 4384:2 4391:1 4429:1 4432:1 4500:1 4501:1 4517:1 4518:1 4528:1 4540:1 4544:1 4552:1 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4813:2 4835:1 4853:1 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:1 5039:1 5061:1 5090:1 5105:1 5107:1 5111:1 5144:1 5146:1 5217:4 5237:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:1 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:11 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:2 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6156:1 6164:1 6179:1 6181:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 6984:2 7016:1 7074:1 7128:5 7161:1 7173:1 7200:1 7201:1 7262:3 7290:4 7330:4 7338:1 7341:1 7365:2 7390:2 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:1 7418:3 7422:1 7426:2 7427:2 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7720:3 7751:1 7782:1 7823:2 7856:1 7920:2 7948:3 7949:2 8026:1 8037:1 8075:1 8079:1 8084:2 8089:1 8136:1 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:1 8330:1 8364:1 8368:1 8373:1 8375:1 8377:1 8384:1 8410:1 8474:2 8498:1 8548:1 8549:1 8587:1 8605:1 8612:1 8613:1 8616:1 8617:2 8637:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:2 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:22 9050:1 9051:12 9068:1 9229:1 9272:2 9278:1 9290:1 9298:1 9307:1 9348:1 9385:1 9398:1 9404:1 9422:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:10 9631:1 9654:2 9680:1 9687:1 9706:2 9769:1 9779:1 9794:2 9799:1 9813:1 9826:1 9858:1 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:1 10036:1 10038:1 10040:1 10050:2 10064:1 10087:1 10094:3 10123:2 10125:5 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10241:1 10245:1 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:1 10419:3 10443:1 10509:1 10571:1 10580:2 10676:4 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10893:1 10944:2 10955:1 11001:1 11003:1 11055:2 11058:1 11078:1 11136:1 11137:1 11142:1 11149:1 11189:1 11216:3 11226:1 11245:1 11276:1 11278:1 11288:1 11311:2 11312:2 11327:2 11354:1 11384:1 11398:1 11442:2 11462:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11873:1 11886:1 11889:2 11918:2 11921:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:1 12167:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:1 12646:1 12676:1 12682:1 12683:1 12693:1 12828:1 12872:1 12887:1 12892:6 12906:1 12939:1 13003:2 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:3 13512:1 13529:1 13559:1 13566:1 13571:1 13582:1 13641:1 13679:2 13733:1 13734:1 13762:2 13781:1 13790:1 13798:2 13800:2 13801:1 13802:2 13803:1 13807:1 13810:1 13824:2 13832:1 13855:1 13858:1 13891:1 13919:1 13924:1 13949:1 13966:1 13971:3 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14692:1 14829:2 14840:1 14861:2 14883:1 14990:1 15019:1 15031:1 15066:5 15092:1 15123:1 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15440:1 15465:1 15491:2 15497:1 15516:3 15547:1 15577:1 15589:1 15667:1 15685:3 15686:2 15701:1 15711:1 15719:2 15783:2 15791:1 15864:1 15870:1 15908:1 15922:1 15930:2 15940:2 15969:2 16040:1 16085:2 16087:1 16088:1 16104:2 16105:1 16112:1 16115:2 16174:1 16197:1 16202:2 16233:1 16250:2 16255:2 16310:1 16311:1 16312:1 16359:1 16433:2 16460:1 16489:1 16493:1 16508:2 16542:1 16546:1 16610:1 16655:1 16668:1 16670:1 16673:2 16682:1 16699:1 16728:1 16731:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17136:1 17168:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17555:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:1 18155:3 18170:1 18173:1 18196:3 18207:5 18217:2 18222:1 18237:1 18255:3 18300:1 18343:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:1 18720:1 18748:1 18759:1 18766:1 18810:1 18819:1 18901:2 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:3 19106:1 19115:1 19147:1 19223:1 19232:2 19235:1 19275:2 19294:2 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19456:1 19462:2 19486:1 19579:1 19590:5 19614:11 19632:1 19661:1 19664:2 19704:2 19721:1 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:1 19921:1 19931:1 19950:1 19967:1 19994:1 20014:1 20026:3 20050:2 20073:1 20159:3 20171:1 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20604:1 20672:1 20722:2 20780:1 20785:1 20867:1 20873:1 20929:1 20955:1 20971:1 21004:1 21039:1 21057:1 21089:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21406:6 21421:1 21489:1 21490:1 21540:7 21548:2 21559:1 21610:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1283 21768:1 21794:1 21818:2 21841:1 21879:1 21902:1 21912:1 21954:3 21982:1 21992:1 22009:1 22017:1 22034:1 22040:1 22051:3 22102:1 22129:1 22132:1 22240:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22392:1 22397:1 22407:1 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:3 22510:1 22514:1 22549:1 22568:2 22600:1 22619:1 22640:2 22648:1 22678:1 22681:1 22699:3 22764:1 22805:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22969:1 23006:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:10 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23299:1 23310:1 23333:2 23360:1 23369:4 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23459:1 23464:1 23468:1 23470:1 23482:1 23533:1 23569:13 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:1 23823:2 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:1 24136:1 24150:1 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:2 24241:1 24245:9 24252:1 24253:1 24261:2 24263:1 24289:2 24301:1 24344:1 24372:1 24373:1 24431:1 24449:1 24515:2 24533:1 24534:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24705:1 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24837:2 24847:1 24848:1 24864:2 24867:1 24887:1 24908:1 24915:1 24922:1 24927:1 24930:5 24932:1 24939:1 24941:1 24992:1 24993:1 25006:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25290:1 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:1 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:2 25915:1 25938:1 25939:2 25943:1 25961:1 25962:1 25986:1 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26100:1 26109:2 26163:1 26171:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26340:1 26343:1 26373:4 26385:1 26386:1 26390:1 26402:1 26418:1 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26912:1 26936:2 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27069:1 27076:1 27103:2 27108:1 27111:1 27157:1 27160:2 27208:1 27257:2 27268:1 27338:2 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 27908:1 28028:1 28045:2 28106:1 28172:1 28192:1 28193:1 28194:2 28195:1 28201:1 28203:1 28206:2 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:5 28320:3 28358:1 28372:1 28374:2 28411:1 28414:1 28418:1 28511:1 28515:1 28577:1 28597:1 28634:1 28656:1 28698:1 28729:1 28770:1 28855:1 28870:6 28937:1 28941:1 28945:1 28999:1 29029:1 29040:1 29083:3 29114:4 29131:1 29196:1 29237:1 29307:2 29319:1 29336:1 29340:1 29348:1 29352:1 29353:1 29396:1 29402:1 29446:1 29457:1 29458:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:2 29621:1 29685:3 29707:1 29717:2 29721:1 29745:2 29789:1 29791:1 29804:1 29822:1 29826:1 29827:2 29875:1 29908:2 29944:1 29990:1 30020:1 30063:1 30069:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:8 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30417:1 30423:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:1 30629:1 30642:1 30645:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31112:1 31116:1 31186:1 31188:1 31189:1 31201:1 31202:3 31232:1 31243:1 31244:1 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31366:1 31396:1 31414:1 31417:2 31477:1 31494:1 31500:1 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31589:1 31590:1 31601:1 31612:2 31614:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32156:2 32173:1 32214:1 32220:1 32237:1 32320:4 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:5 32446:1 32453:1 32487:1 32491:2 32511:1 32582:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32760:1 32765:1 32776:4 32778:1 32799:1 32865:1 32884:2 32885:1 32886:1 32889:2 32905:1 32925:1 32953:1 32958:1 32971:3 32985:3 32987:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33232:1 33239:1 33247:1 33269:2 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33551:1 33559:1 33578:1 33600:1 33623:2 33632:1 33642:1 33684:1 33737:1 33742:3 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:2 33892:1 33912:1 33921:1 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 264:2 267:1 297:1 327:1 347:1 360:1 363:1 392:2 412:1 431:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:3 729:2 751:1 829:4 846:1 863:1 873:2 1016:1 1033:3 1034:1 1062:1 1066:2 1086:1 1102:1 1103:2 1121:1 1126:3 1130:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1490:1 1495:1 1497:1 1517:1 1600:3 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:1 1759:1 1845:1 1891:1 1900:2 1940:1 1953:1 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2097:2 2099:2 2142:1 2146:1 2148:2 2161:1 2163:1 2175:1 2182:1 2183:2 2207:2 2214:1 2223:1 2238:2 2262:1 2302:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:1 2574:4 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:1 2623:2 2624:1 2627:3 2631:2 2632:1 2639:1 2646:3 2656:2 2657:2 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:1 3367:1 3381:4 3419:1 3426:2 3434:1 3440:13 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3750:1 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:6 3905:2 3951:2 4009:1 4010:1 4012:1 4019:1 4063:1 4074:2 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:2 4262:1 4264:1 4312:1 4384:2 4391:1 4429:1 4432:1 4472:1 4500:1 4501:1 4517:1 4518:1 4528:1 4540:1 4544:1 4552:1 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4801:1 4813:2 4835:1 4853:1 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:1 5039:1 5061:1 5088:1 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5237:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:1 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:11 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:2 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 6984:2 7016:1 7074:1 7096:1 7128:5 7161:1 7173:1 7200:1 7201:1 7262:4 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:1 7418:3 7422:1 7426:2 7427:2 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7720:3 7751:1 7782:1 7823:2 7856:1 7920:2 7948:3 7949:2 8026:1 8037:1 8075:1 8079:1 8084:2 8089:1 8136:1 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:2 8330:1 8364:2 8368:1 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8474:2 8498:1 8548:1 8549:1 8587:1 8605:1 8612:2 8613:1 8616:1 8617:2 8637:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:2 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:25 9050:1 9051:13 9068:1 9229:1 9272:2 9278:1 9290:1 9298:1 9307:1 9348:1 9385:1 9398:1 9404:1 9422:1 9453:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:11 9631:1 9654:2 9680:1 9687:1 9706:3 9769:1 9779:2 9794:2 9799:1 9813:1 9826:1 9858:1 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:1 10036:1 10038:1 10040:2 10050:2 10064:1 10087:1 10094:3 10123:2 10125:5 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:1 10245:2 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:2 10419:3 10423:2 10443:1 10509:1 10571:1 10580:2 10676:4 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10893:1 10944:2 10955:1 11001:1 11003:1 11055:2 11058:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11354:1 11384:1 11398:1 11442:2 11462:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11873:1 11886:1 11889:2 11904:1 11918:2 11921:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:1 12167:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:3 12646:1 12676:1 12682:1 12683:1 12693:1 12787:1 12828:1 12872:1 12887:1 12892:6 12906:1 12926:1 12939:1 13003:2 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:3 13512:1 13529:1 13559:1 13566:1 13571:1 13582:1 13641:2 13679:2 13733:1 13734:1 13758:1 13762:2 13781:1 13790:1 13798:2 13800:2 13801:1 13802:2 13803:1 13807:1 13810:1 13824:2 13832:1 13835:1 13855:1 13858:1 13887:1 13891:2 13919:1 13924:1 13949:1 13966:1 13971:3 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14692:1 14829:2 14840:1 14861:2 14883:1 14990:1 15019:1 15031:1 15066:5 15092:1 15123:1 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15439:1 15440:1 15465:1 15491:2 15497:2 15516:3 15547:1 15577:1 15589:1 15667:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:2 15791:1 15845:1 15864:1 15870:1 15908:2 15922:1 15930:2 15940:2 15969:2 16040:1 16046:1 16085:3 16087:1 16088:1 16104:2 16105:1 16112:1 16115:2 16174:1 16197:1 16202:2 16233:1 16250:2 16255:2 16310:1 16311:1 16312:1 16317:1 16359:1 16412:1 16433:2 16460:1 16489:1 16493:1 16508:2 16542:1 16546:1 16610:1 16655:1 16668:1 16670:1 16673:2 16682:1 16699:1 16728:1 16731:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17136:1 17168:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:1 18155:3 18170:1 18173:1 18196:3 18207:5 18217:2 18222:1 18237:1 18255:3 18300:1 18331:1 18343:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:1 18720:1 18748:1 18759:1 18766:1 18807:1 18810:1 18819:1 18901:2 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:4 19106:1 19115:1 19147:1 19223:1 19232:2 19235:1 19275:2 19294:2 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19456:1 19462:2 19486:1 19573:1 19575:1 19579:1 19590:5 19614:11 19632:1 19661:1 19664:2 19704:2 19721:1 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:2 19921:1 19931:1 19950:1 19967:1 19994:1 20014:1 20026:3 20050:2 20073:1 20159:3 20171:1 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20604:1 20672:1 20722:2 20780:1 20785:1 20867:1 20873:1 20929:1 20955:1 20971:1 21004:1 21016:1 21039:1 21057:1 21089:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21406:6 21421:1 21489:1 21490:1 21540:7 21548:2 21559:1 21610:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1348 21768:1 21794:1 21818:2 21841:1 21850:1 21879:1 21898:1 21902:1 21912:1 21954:3 21982:1 21992:1 22009:1 22017:1 22034:1 22040:1 22051:3 22102:1 22129:2 22132:1 22240:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22392:1 22397:1 22407:2 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:3 22510:1 22514:1 22549:1 22568:2 22600:1 22605:1 22619:1 22640:3 22648:2 22678:1 22681:1 22699:3 22764:1 22805:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22969:1 23006:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:10 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23299:1 23310:1 23333:2 23360:1 23369:4 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23459:1 23464:1 23468:1 23470:1 23482:1 23502:2 23503:1 23533:1 23569:13 23594:1 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:1 23823:2 23825:1 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:1 24136:1 24150:1 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:2 24241:1 24245:10 24252:1 24253:1 24261:2 24263:1 24289:2 24301:1 24344:1 24372:1 24373:1 24431:1 24449:2 24515:2 24533:1 24534:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:2 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24837:2 24847:1 24848:1 24864:3 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:1 24992:1 24993:1 25006:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25290:1 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25655:2 25670:1 25679:1 25691:2 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:2 25915:1 25938:1 25939:2 25943:1 25961:1 25962:1 25986:2 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26100:1 26109:2 26163:1 26171:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26340:1 26343:1 26373:4 26385:1 26386:1 26390:1 26402:1 26418:1 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26880:1 26912:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27069:1 27076:1 27103:2 27108:1 27111:1 27157:1 27160:2 27176:1 27208:1 27257:2 27268:1 27338:2 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:1 27908:1 28028:1 28045:2 28106:2 28172:2 28192:1 28193:1 28194:2 28195:1 28201:1 28203:1 28206:2 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:5 28320:3 28358:1 28372:2 28374:2 28411:1 28414:1 28418:1 28511:1 28515:1 28554:1 28577:1 28597:1 28634:1 28656:1 28698:1 28729:1 28770:1 28855:1 28870:6 28937:1 28941:1 28945:1 28999:1 29029:1 29040:1 29083:3 29114:4 29131:1 29196:1 29237:1 29307:2 29319:1 29323:1 29336:1 29340:1 29348:2 29352:1 29353:1 29396:2 29402:1 29446:1 29457:1 29458:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:2 29621:1 29640:1 29685:3 29707:1 29717:3 29721:2 29745:2 29789:1 29791:1 29804:1 29809:1 29822:1 29826:1 29827:2 29875:1 29908:2 29944:1 29974:1 29990:1 30020:1 30063:1 30069:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:8 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30417:1 30423:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:2 30629:1 30642:1 30645:1 30660:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31094:1 31112:1 31116:1 31186:1 31188:1 31189:1 31201:2 31202:3 31232:1 31243:1 31244:1 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31366:1 31396:1 31414:1 31417:2 31477:1 31494:1 31500:1 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31589:1 31590:1 31601:1 31612:2 31614:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32156:2 32173:1 32214:1 32220:1 32237:1 32320:4 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:7 32446:1 32453:1 32487:1 32491:2 32511:1 32582:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32760:1 32765:1 32776:4 32778:1 32799:1 32829:1 32865:1 32884:2 32885:1 32886:1 32889:2 32905:1 32925:1 32953:2 32958:1 32968:1 32971:3 32985:3 32987:1 33011:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33232:1 33239:1 33247:1 33249:1 33269:2 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33551:1 33559:1 33578:1 33600:1 33623:2 33632:1 33642:1 33655:1 33684:1 33737:1 33742:3 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:2 33892:1 33912:1 33921:2 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 264:2 267:1 297:1 327:1 347:1 360:1 363:1 392:2 412:1 431:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:3 729:2 751:1 829:5 846:1 863:1 873:2 1016:1 1033:3 1034:1 1062:1 1066:2 1086:1 1102:1 1103:2 1121:1 1126:3 1130:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1490:1 1495:1 1497:1 1517:1 1600:3 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:1 1759:1 1845:2 1891:1 1900:2 1940:1 1953:1 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2097:2 2099:2 2142:1 2146:1 2148:2 2161:1 2163:1 2175:1 2182:1 2183:2 2207:2 2214:1 2223:1 2238:2 2262:1 2302:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:1 2574:4 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:1 2623:2 2624:1 2627:3 2631:2 2632:1 2639:1 2646:3 2656:2 2657:3 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:1 3367:1 3381:4 3419:1 3426:2 3434:1 3440:16 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3750:1 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:6 3905:2 3951:2 4009:1 4010:1 4012:1 4019:1 4063:1 4074:2 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:2 4262:1 4264:1 4312:1 4384:2 4391:1 4429:1 4432:1 4472:1 4500:1 4501:1 4517:1 4518:1 4528:1 4540:1 4544:1 4552:1 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4801:1 4813:2 4835:1 4853:1 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:1 5039:1 5061:1 5088:1 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5237:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:1 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:12 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:2 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:1 6984:2 7016:1 7074:1 7096:1 7128:5 7161:1 7173:1 7200:1 7201:1 7262:4 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:1 7418:3 7422:1 7426:2 7427:2 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7720:3 7751:1 7782:1 7823:2 7856:1 7920:2 7948:3 7949:2 8026:1 8037:1 8075:1 8079:1 8084:2 8089:1 8136:1 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:2 8330:1 8364:2 8368:1 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8498:1 8548:1 8549:1 8587:1 8605:1 8612:2 8613:1 8616:1 8617:2 8637:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:2 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:25 9050:1 9051:15 9068:1 9229:1 9248:1 9272:2 9278:1 9290:1 9298:1 9307:1 9348:1 9385:1 9398:1 9404:1 9422:1 9453:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:11 9631:1 9654:2 9680:1 9687:1 9706:3 9769:1 9779:2 9794:2 9799:1 9813:1 9826:1 9858:1 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:1 10036:1 10038:1 10040:2 10050:2 10064:1 10087:1 10094:3 10123:2 10125:5 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:1 10245:2 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:2 10419:3 10423:2 10443:1 10509:1 10571:1 10580:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10893:1 10944:2 10955:1 11001:1 11003:1 11045:1 11055:2 11058:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11354:1 11384:1 11398:1 11442:2 11462:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11873:1 11886:1 11889:2 11904:1 11918:2 11921:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:1 12167:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:3 12646:1 12676:1 12682:1 12683:1 12693:1 12787:1 12828:1 12872:1 12887:1 12892:6 12906:1 12926:1 12939:1 13003:2 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:3 13512:1 13529:1 13559:1 13566:1 13571:1 13582:1 13641:2 13679:2 13733:1 13734:1 13758:1 13762:2 13781:1 13790:1 13795:1 13798:2 13800:2 13801:1 13802:2 13803:1 13807:1 13810:1 13824:2 13832:1 13835:1 13855:1 13858:1 13887:1 13891:2 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14692:1 14829:2 14840:1 14861:2 14881:1 14883:1 14952:1 14990:1 15019:1 15031:1 15066:5 15092:1 15123:1 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15439:1 15440:1 15465:1 15491:2 15497:2 15516:3 15547:1 15577:1 15589:1 15639:1 15667:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:2 15791:1 15845:1 15864:1 15870:1 15908:2 15922:1 15930:2 15940:2 15969:2 16040:1 16046:1 16085:3 16087:1 16088:1 16104:2 16105:1 16112:1 16115:2 16142:1 16174:1 16197:1 16202:2 16233:1 16250:2 16255:2 16310:1 16311:1 16312:1 16317:1 16359:1 16412:1 16433:2 16460:1 16489:1 16493:1 16508:2 16542:1 16546:1 16610:1 16655:1 16668:1 16670:1 16673:2 16682:1 16699:1 16728:1 16731:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17136:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:1 18155:3 18170:1 18173:1 18196:3 18207:6 18217:2 18222:1 18237:1 18255:3 18300:1 18331:1 18343:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:1 18720:1 18740:1 18748:1 18759:1 18766:1 18807:1 18810:1 18819:1 18885:1 18901:2 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:4 19106:1 19115:1 19147:1 19223:1 19232:2 19235:1 19275:2 19294:2 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19456:1 19462:2 19486:1 19573:1 19575:1 19579:1 19590:5 19614:14 19632:1 19661:1 19664:2 19704:2 19721:2 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:2 19921:1 19931:1 19950:1 19967:1 19994:1 20014:1 20026:3 20050:2 20073:1 20159:3 20171:1 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20604:1 20672:1 20722:2 20780:1 20785:1 20867:1 20873:1 20929:1 20955:1 20971:1 21004:1 21016:1 21039:1 21057:1 21089:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21406:6 21421:1 21489:1 21490:1 21540:7 21548:2 21559:1 21610:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1371 21768:1 21794:1 21818:2 21841:1 21850:1 21879:1 21898:1 21902:1 21912:1 21954:3 21982:1 21992:1 22009:1 22017:1 22034:1 22040:1 22051:3 22102:1 22129:2 22132:1 22240:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22392:1 22397:1 22407:2 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:3 22510:1 22514:1 22549:1 22568:2 22600:1 22605:1 22619:1 22640:3 22648:2 22678:1 22681:1 22699:3 22764:1 22771:1 22805:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22956:1 22969:1 23006:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:13 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23299:1 23300:1 23310:1 23333:2 23360:1 23369:4 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23459:1 23464:1 23468:1 23470:1 23482:1 23502:2 23503:1 23533:1 23569:16 23594:1 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:1 23823:2 23825:1 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:2 24136:1 24150:1 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:2 24241:1 24245:12 24252:1 24253:1 24261:2 24263:2 24289:2 24301:1 24344:1 24372:1 24373:1 24431:1 24449:2 24515:2 24527:1 24533:1 24534:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:2 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24837:2 24847:1 24848:1 24864:3 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:1 24992:1 24993:1 25006:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25290:1 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25670:1 25679:1 25691:2 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:2 25915:1 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26100:1 26109:2 26163:1 26171:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26373:5 26385:1 26386:1 26390:1 26402:1 26418:2 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26880:1 26912:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27069:1 27076:1 27103:2 27108:1 27111:1 27157:1 27160:2 27176:1 27208:1 27257:2 27268:1 27338:2 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:2 27908:1 28028:1 28045:2 28106:2 28172:2 28192:1 28193:1 28194:2 28195:1 28201:1 28203:1 28206:2 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:5 28320:3 28358:1 28372:2 28374:2 28411:1 28414:1 28418:1 28511:1 28515:1 28554:1 28577:1 28597:1 28634:1 28656:1 28698:1 28729:1 28770:1 28855:1 28870:6 28937:1 28941:1 28945:1 28999:1 29029:1 29040:1 29083:3 29114:4 29131:1 29196:1 29237:1 29307:2 29319:1 29323:1 29336:1 29340:1 29348:2 29352:1 29353:1 29396:2 29402:1 29446:1 29457:1 29458:1 29460:2 29461:1 29468:2 29496:1 29530:1 29549:1 29571:2 29621:1 29640:1 29685:3 29707:1 29717:3 29721:2 29745:2 29789:1 29791:1 29804:1 29809:1 29822:1 29826:1 29827:2 29875:1 29908:2 29944:1 29974:1 29990:1 30020:1 30063:1 30069:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:8 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30417:1 30423:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:2 30629:1 30642:1 30645:1 30660:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31094:1 31112:1 31116:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:1 31243:1 31244:2 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31366:1 31396:1 31414:1 31417:2 31477:1 31494:1 31500:1 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31589:1 31590:1 31601:1 31612:2 31614:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32156:2 32173:1 32214:1 32220:1 32237:1 32320:4 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:7 32446:1 32453:1 32487:1 32491:2 32511:1 32582:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32760:1 32765:1 32776:4 32778:1 32799:1 32829:1 32865:1 32884:2 32885:1 32886:1 32889:2 32905:1 32925:1 32953:2 32958:1 32968:1 32971:3 32985:3 32987:1 33011:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33232:1 33239:1 33247:1 33249:1 33269:2 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33544:1 33551:1 33559:1 33578:1 33600:1 33623:2 33632:1 33642:1 33655:1 33684:1 33696:1 33737:1 33742:3 33763:1 33768:1 33782:2 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:2 33892:1 33912:1 33921:2 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 264:2 267:1 297:1 327:1 347:1 360:1 363:1 392:2 412:1 431:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:3 729:2 751:1 829:5 846:1 863:1 873:2 1016:1 1033:3 1034:1 1062:1 1066:2 1086:1 1102:1 1103:2 1121:1 1126:3 1130:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1490:1 1495:1 1497:1 1517:1 1600:3 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:1 1759:1 1845:2 1891:1 1900:2 1940:1 1951:1 1953:2 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2097:2 2099:2 2142:1 2146:1 2148:2 2161:1 2163:1 2175:1 2182:1 2183:2 2207:2 2214:1 2223:1 2238:2 2262:1 2302:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:1 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:1 2623:2 2624:1 2627:3 2631:2 2632:1 2639:1 2646:3 2656:2 2657:3 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:1 3367:1 3381:4 3419:1 3426:2 3434:1 3440:18 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3741:1 3750:1 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:6 3905:2 3951:2 4009:1 4010:1 4012:1 4019:1 4063:1 4074:2 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:2 4262:1 4264:1 4266:1 4312:1 4384:2 4391:1 4429:1 4432:1 4472:1 4500:1 4501:1 4517:1 4518:1 4528:1 4540:1 4544:1 4552:1 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4801:1 4813:2 4835:1 4853:1 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:1 5039:1 5061:1 5088:1 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:12 5600:1 5614:1 5632:1 5684:1 5729:2 5750:2 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:2 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:2 6984:2 7016:1 7074:1 7096:1 7128:5 7161:1 7173:1 7200:1 7201:1 7262:5 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:2 7418:3 7422:1 7426:2 7427:2 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7720:3 7751:1 7782:1 7823:2 7856:1 7913:1 7920:2 7948:3 7949:2 8026:1 8037:1 8075:1 8079:1 8084:2 8089:1 8136:1 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:2 8330:1 8364:2 8368:1 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8498:1 8548:1 8549:1 8587:1 8605:1 8612:2 8613:1 8616:1 8617:2 8637:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:2 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:25 9050:1 9051:17 9068:1 9229:1 9248:1 9272:2 9278:1 9290:1 9298:1 9307:1 9348:1 9385:1 9398:1 9404:1 9422:1 9453:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:11 9631:1 9654:2 9680:1 9687:1 9706:3 9769:1 9779:2 9794:2 9799:1 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:1 10036:1 10038:1 10040:2 10050:2 10064:1 10087:1 10094:3 10123:2 10125:5 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:1 10245:2 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:2 10419:3 10423:2 10443:1 10509:1 10571:1 10580:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10893:1 10944:2 10955:1 11001:1 11003:1 11045:1 11055:2 11058:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11354:1 11384:1 11398:1 11442:2 11462:1 11468:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11873:1 11886:1 11889:2 11904:1 11918:2 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:3 12646:1 12676:1 12682:1 12683:1 12693:1 12787:1 12828:1 12872:1 12887:1 12892:6 12906:1 12926:1 12939:1 13003:2 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:3 13512:1 13529:1 13559:1 13566:1 13571:1 13582:1 13641:2 13679:2 13733:1 13734:1 13758:1 13762:2 13781:1 13790:1 13795:1 13798:2 13800:2 13801:1 13802:2 13803:1 13807:1 13810:1 13824:2 13832:1 13835:1 13855:1 13858:1 13887:1 13891:2 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14644:1 14692:1 14829:2 14840:1 14861:2 14881:1 14883:1 14952:1 14990:1 15019:1 15031:1 15066:5 15092:1 15123:1 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15439:1 15440:1 15465:1 15491:2 15497:2 15516:3 15547:1 15577:1 15589:1 15618:1 15639:1 15667:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:2 15791:1 15845:1 15864:1 15870:1 15908:2 15922:1 15930:2 15940:2 15969:2 15983:1 16040:1 16046:1 16085:3 16087:1 16088:1 16104:2 16105:1 16112:1 16115:2 16142:1 16174:1 16197:1 16202:2 16233:1 16250:2 16255:2 16310:1 16311:1 16312:1 16317:1 16359:1 16412:1 16433:2 16460:1 16489:1 16493:1 16508:2 16542:1 16546:1 16610:1 16655:1 16668:1 16670:1 16673:2 16682:1 16699:1 16728:1 16731:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17136:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:1 18155:3 18170:1 18173:1 18196:3 18207:6 18217:2 18222:1 18237:1 18255:3 18300:1 18331:1 18343:1 18382:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:1 18720:1 18740:1 18748:1 18759:1 18766:1 18807:1 18810:1 18819:1 18885:1 18901:2 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:4 19106:1 19115:1 19147:1 19223:1 19232:2 19235:1 19275:2 19294:2 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19456:1 19462:2 19486:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:16 19632:1 19661:1 19664:2 19704:2 19721:2 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:2 19921:1 19931:1 19950:1 19967:1 19994:1 20014:1 20026:3 20050:2 20073:1 20159:4 20171:1 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20604:1 20672:1 20722:2 20780:1 20785:1 20867:1 20873:1 20929:1 20955:1 20971:1 21004:1 21016:1 21039:1 21057:1 21089:1 21131:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21406:6 21421:1 21489:1 21490:1 21540:7 21548:2 21559:1 21610:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1401 21768:1 21794:1 21818:2 21841:1 21850:1 21879:1 21898:1 21902:1 21912:1 21954:3 21982:1 21992:1 22009:1 22017:1 22034:1 22040:1 22051:3 22102:1 22129:2 22132:1 22240:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22392:1 22397:1 22407:2 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:3 22510:1 22514:1 22549:1 22568:2 22600:1 22605:1 22619:1 22640:3 22648:2 22678:1 22681:1 22699:3 22764:1 22771:1 22805:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22956:1 22969:1 23006:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:15 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23299:1 23300:1 23310:1 23333:2 23360:1 23369:4 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23459:1 23464:1 23468:1 23470:1 23482:1 23502:2 23503:1 23533:1 23569:18 23594:1 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:1 23823:2 23825:1 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:2 24136:1 24150:1 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:2 24241:1 24245:13 24252:1 24253:1 24261:2 24263:2 24289:2 24301:1 24344:1 24372:1 24373:1 24431:1 24449:2 24515:2 24527:1 24533:1 24534:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:2 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24837:2 24847:1 24848:1 24864:3 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:1 24992:1 24993:1 25006:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25290:1 25310:1 25311:2 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:2 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:2 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26373:5 26385:1 26386:1 26390:1 26402:1 26418:2 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26880:1 26912:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27069:1 27076:1 27103:2 27108:1 27111:1 27157:1 27160:2 27176:1 27208:1 27257:2 27268:1 27338:2 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27561:1 27565:1 27584:1 27755:1 27759:1 27789:1 27810:1 27817:1 27856:1 27866:1 27884:2 27908:1 28028:1 28045:2 28106:2 28172:2 28192:1 28193:1 28194:2 28195:1 28201:1 28203:1 28206:3 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:5 28320:3 28358:1 28372:2 28374:2 28411:1 28414:1 28418:1 28511:1 28515:1 28552:1 28554:1 28577:1 28597:1 28634:1 28656:1 28698:1 28729:1 28770:1 28855:1 28870:6 28937:1 28941:1 28945:1 28999:1 29029:1 29040:1 29083:3 29114:4 29131:1 29196:1 29237:1 29241:1 29307:2 29319:1 29323:1 29336:1 29340:1 29348:2 29352:1 29353:1 29396:2 29402:1 29446:1 29457:1 29458:1 29460:2 29461:1 29468:2 29477:1 29496:1 29530:1 29549:1 29571:2 29621:1 29640:1 29685:3 29707:1 29717:3 29721:2 29745:2 29789:1 29791:1 29804:1 29809:1 29822:1 29826:1 29827:2 29875:1 29908:2 29944:1 29974:1 29990:1 30020:1 30063:1 30069:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:8 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30417:1 30423:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30629:1 30642:1 30645:1 30660:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31094:1 31112:1 31116:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:1 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31366:1 31396:1 31414:1 31417:2 31477:1 31494:1 31500:1 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31589:1 31590:1 31601:1 31612:2 31614:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32156:2 32173:1 32214:1 32220:1 32237:1 32320:5 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:7 32446:1 32453:1 32487:1 32491:2 32511:1 32582:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32683:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32760:1 32765:1 32776:4 32778:1 32799:1 32829:1 32865:1 32884:2 32885:1 32886:1 32889:2 32905:1 32925:1 32953:2 32958:1 32968:1 32971:3 32985:3 32987:1 33011:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33202:1 33232:1 33239:1 33247:1 33249:1 33269:2 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33544:1 33551:1 33559:1 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33696:1 33737:1 33742:3 33763:1 33768:1 33782:3 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33912:1 33921:2 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 264:2 267:1 297:1 327:1 347:1 360:1 363:1 392:2 412:1 431:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:3 729:2 751:1 829:5 846:1 863:1 873:2 1016:1 1033:3 1034:1 1062:1 1066:2 1086:1 1102:1 1103:2 1121:1 1126:3 1130:1 1165:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1490:1 1495:1 1497:1 1517:1 1600:3 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:1 1759:1 1845:2 1891:1 1900:2 1940:1 1951:1 1953:2 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2096:1 2097:2 2099:2 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:2 2207:2 2214:1 2223:1 2238:2 2262:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:1 2623:2 2624:1 2627:4 2631:2 2632:1 2639:1 2646:3 2656:2 2657:3 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:2 3367:1 3381:4 3419:1 3426:2 3434:1 3440:18 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3741:1 3750:1 3758:1 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:6 3905:2 3951:2 4009:1 4010:1 4012:1 4019:1 4063:1 4074:2 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:2 4262:1 4264:1 4266:1 4312:1 4384:2 4391:1 4429:1 4432:1 4472:1 4500:1 4501:1 4517:1 4518:1 4528:1 4540:1 4544:1 4552:1 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4801:1 4813:2 4825:1 4835:1 4853:1 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:1 5039:1 5061:1 5088:1 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:14 5600:1 5614:1 5632:1 5684:1 5729:2 5750:3 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:2 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:2 6984:2 7016:1 7074:1 7096:1 7128:5 7161:1 7173:1 7200:1 7201:1 7262:5 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:2 7418:3 7422:1 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7677:1 7720:3 7751:1 7782:1 7823:2 7856:1 7913:1 7920:2 7948:3 7949:2 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:2 8330:1 8364:2 8368:1 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8498:1 8548:1 8549:1 8587:1 8605:1 8612:2 8613:1 8616:1 8617:2 8637:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:26 9050:1 9051:17 9068:1 9229:1 9248:1 9272:3 9278:1 9290:1 9298:1 9307:1 9348:1 9385:1 9398:1 9404:1 9422:1 9453:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:11 9631:1 9654:2 9680:1 9687:1 9706:3 9769:1 9779:2 9794:2 9799:1 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:1 9991:1 10036:1 10038:1 10040:2 10043:1 10050:2 10064:1 10087:1 10094:3 10123:2 10125:5 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10245:2 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:2 10419:3 10423:2 10443:1 10509:1 10571:1 10580:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10893:1 10944:2 10955:1 11001:1 11003:1 11045:1 11055:2 11058:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11354:1 11384:1 11398:1 11442:3 11462:1 11468:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:2 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:3 12646:1 12676:1 12682:1 12683:1 12693:1 12696:1 12787:1 12814:1 12828:1 12872:1 12887:1 12892:6 12906:1 12926:1 12939:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:3 13512:1 13529:1 13559:1 13566:1 13571:1 13582:1 13641:2 13679:2 13733:1 13734:1 13758:1 13762:2 13781:1 13790:1 13795:1 13798:3 13800:2 13801:1 13802:3 13803:1 13807:2 13810:1 13824:2 13832:1 13835:1 13855:1 13858:1 13871:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14644:1 14692:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14952:1 14990:1 15019:1 15031:1 15066:5 15092:1 15123:1 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15439:1 15440:1 15465:1 15491:2 15497:2 15516:3 15547:1 15577:1 15589:1 15618:1 15639:1 15667:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:3 15791:1 15845:1 15864:1 15870:1 15908:2 15922:1 15930:3 15940:2 15969:2 15983:1 16040:1 16046:1 16085:3 16087:1 16088:1 16104:2 16105:1 16112:1 16115:2 16142:1 16174:1 16197:1 16202:2 16224:1 16233:1 16250:2 16255:2 16310:1 16311:1 16312:1 16317:1 16359:1 16412:1 16433:2 16460:1 16472:1 16489:1 16493:1 16508:2 16542:1 16546:1 16586:2 16610:1 16655:1 16668:1 16670:1 16673:2 16682:1 16699:1 16728:1 16731:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17136:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17746:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:6 18217:2 18222:1 18237:1 18255:3 18300:1 18331:1 18343:1 18382:1 18384:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:2 18720:1 18740:1 18748:1 18759:1 18766:1 18807:1 18810:1 18819:1 18885:1 18901:2 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:4 19106:1 19115:1 19147:1 19223:1 19232:2 19235:1 19275:2 19294:2 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19456:1 19462:2 19483:1 19486:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:16 19632:1 19661:1 19664:2 19704:2 19721:2 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:2 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 20014:1 20026:3 20050:2 20073:1 20159:4 20171:1 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20563:1 20604:1 20672:1 20722:2 20780:1 20785:1 20867:1 20873:2 20929:1 20955:2 20971:1 21004:1 21016:1 21039:1 21057:1 21089:1 21131:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21406:6 21421:1 21489:1 21490:1 21540:7 21548:2 21559:1 21610:1 21629:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1497 21768:1 21794:1 21818:2 21841:1 21850:1 21879:1 21898:1 21902:1 21912:1 21954:3 21982:1 21992:1 22009:1 22017:1 22034:1 22040:1 22051:3 22102:1 22129:2 22132:1 22240:1 22247:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22392:1 22397:1 22403:1 22407:2 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:3 22510:1 22514:1 22549:1 22568:2 22600:1 22605:1 22619:1 22640:3 22648:2 22678:1 22681:1 22699:3 22764:1 22771:1 22805:1 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22956:1 22969:1 23006:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:15 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23299:1 23300:1 23310:1 23333:2 23360:1 23369:4 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23459:1 23464:1 23468:1 23470:1 23482:1 23502:2 23503:1 23533:1 23569:18 23594:1 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:1 23823:2 23825:1 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:2 24136:1 24150:1 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:2 24241:1 24245:13 24252:1 24253:1 24261:2 24263:2 24289:2 24301:1 24344:1 24372:1 24373:1 24431:1 24449:2 24459:1 24515:2 24527:1 24533:1 24534:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:2 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24837:2 24847:1 24848:1 24864:3 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:1 24992:1 24993:1 25006:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25290:1 25310:1 25311:3 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25533:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:2 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25817:1 25829:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:2 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26373:5 26385:1 26386:1 26390:1 26402:1 26418:2 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26880:1 26912:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27069:1 27076:1 27103:4 27108:1 27111:1 27157:1 27160:2 27176:1 27208:1 27257:2 27268:1 27338:2 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27561:1 27565:1 27584:1 27755:1 27759:1 27789:2 27810:1 27817:1 27856:1 27866:1 27884:2 27908:1 28028:1 28045:2 28106:2 28172:2 28192:1 28193:1 28194:2 28195:1 28201:1 28203:1 28206:3 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:5 28320:3 28358:1 28372:2 28374:2 28411:1 28414:1 28418:1 28511:1 28515:1 28552:1 28554:1 28577:1 28592:1 28597:1 28634:1 28656:1 28698:1 28729:1 28770:1 28855:1 28870:6 28937:1 28941:1 28945:1 28999:1 29029:1 29040:1 29083:3 29114:4 29131:1 29196:1 29237:1 29241:1 29307:2 29319:1 29323:1 29336:1 29340:1 29348:2 29352:1 29353:1 29396:2 29402:1 29446:1 29457:1 29458:1 29460:2 29461:1 29468:2 29477:1 29496:1 29530:1 29549:1 29571:2 29621:1 29640:1 29685:3 29707:1 29717:3 29721:2 29745:2 29789:1 29791:1 29804:1 29809:1 29817:1 29822:1 29826:1 29827:2 29875:1 29908:2 29944:1 29973:1 29974:1 29990:1 30020:1 30063:1 30069:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:8 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30417:1 30423:1 30438:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:1 30642:1 30645:1 30660:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31094:1 31112:1 31116:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:1 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31355:1 31366:1 31396:1 31414:1 31417:2 31453:1 31477:1 31494:1 31500:1 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31589:1 31590:1 31601:1 31612:2 31614:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31960:1 31976:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32320:5 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:1 32582:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32683:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32829:1 32865:1 32884:2 32885:1 32886:1 32889:2 32905:1 32925:1 32953:2 32958:1 32968:1 32971:3 32985:3 32987:1 33011:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33202:1 33232:1 33239:1 33247:1 33249:1 33269:2 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33544:1 33551:1 33559:1 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33696:1 33737:1 33742:3 33763:1 33768:1 33782:3 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:2 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 264:2 267:1 297:1 327:1 347:1 360:1 363:1 392:2 412:1 431:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:3 729:2 751:1 829:5 846:1 863:1 873:2 1016:1 1033:3 1034:1 1062:1 1066:2 1086:1 1102:1 1103:2 1121:1 1126:3 1130:1 1165:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1490:1 1495:1 1497:1 1517:1 1600:3 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:1 1759:1 1845:2 1891:1 1900:2 1940:1 1951:1 1953:2 1958:1 1963:1 1964:1 1965:3 1991:2 2045:1 2096:1 2097:2 2099:2 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:2 2207:2 2214:1 2223:1 2238:2 2262:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:1 2623:2 2624:1 2627:4 2631:2 2632:1 2639:1 2646:3 2656:2 2657:3 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:1 3252:1 3253:1 3260:2 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:2 3367:1 3381:4 3419:1 3426:2 3434:1 3440:18 3456:1 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3741:1 3750:1 3758:1 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:6 3905:2 3951:2 4009:1 4010:1 4012:1 4019:1 4063:1 4074:2 4101:1 4154:1 4156:1 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:2 4262:1 4264:1 4266:1 4312:1 4384:2 4391:1 4429:1 4432:1 4472:1 4500:1 4501:1 4517:1 4518:1 4528:1 4540:1 4544:1 4552:1 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4801:1 4813:2 4825:1 4835:1 4853:1 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:1 5039:1 5061:1 5088:1 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:14 5600:1 5614:1 5632:1 5684:1 5729:2 5750:3 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5782:2 5783:2 5809:4 5872:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:2 6984:2 7016:1 7074:1 7096:1 7128:5 7161:1 7173:1 7200:1 7201:1 7262:5 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:2 7418:3 7422:1 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7677:2 7720:3 7751:1 7782:1 7823:2 7856:1 7913:1 7920:2 7948:3 7949:2 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:2 8330:1 8364:2 8368:1 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8498:1 8548:1 8549:1 8587:1 8605:1 8612:2 8613:1 8616:1 8617:2 8637:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:26 9050:1 9051:17 9068:1 9229:1 9248:1 9272:3 9278:1 9290:1 9298:1 9307:1 9348:1 9385:1 9398:1 9404:1 9422:1 9453:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:11 9631:1 9654:2 9680:1 9687:1 9706:3 9769:1 9779:2 9794:2 9799:1 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10064:1 10087:1 10094:3 10123:2 10125:5 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10245:2 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:2 10419:3 10423:2 10443:1 10509:1 10571:1 10580:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10871:1 10893:1 10944:2 10955:1 11001:1 11003:1 11045:1 11055:2 11058:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11354:1 11384:1 11395:1 11398:1 11442:3 11462:1 11468:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11747:1 11758:1 11807:1 11823:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:2 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12483:3 12486:1 12556:1 12604:1 12612:3 12646:1 12669:1 12676:1 12682:1 12683:1 12693:1 12696:1 12787:1 12814:1 12828:1 12872:1 12887:1 12892:6 12906:1 12926:1 12939:1 12968:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:4 13512:1 13529:1 13559:1 13566:1 13571:1 13582:1 13641:2 13679:2 13733:1 13734:1 13758:1 13762:2 13781:1 13790:1 13795:1 13798:3 13800:2 13801:1 13802:3 13803:1 13807:2 13810:1 13824:2 13832:1 13835:1 13855:1 13858:1 13871:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14644:1 14692:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14952:1 14990:1 15019:1 15031:1 15066:5 15092:1 15123:1 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15439:1 15440:1 15465:1 15491:2 15497:2 15516:3 15547:1 15577:1 15589:1 15618:1 15639:1 15667:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:3 15791:1 15845:1 15864:1 15870:1 15908:2 15922:1 15930:3 15940:2 15969:2 15983:1 16040:1 16046:1 16085:3 16087:1 16088:1 16104:2 16105:1 16112:1 16115:2 16142:1 16174:1 16197:1 16202:2 16224:2 16233:1 16250:2 16255:2 16310:2 16311:1 16312:1 16317:1 16359:1 16412:1 16433:2 16460:1 16472:1 16489:1 16493:1 16508:2 16542:1 16546:1 16586:2 16610:1 16655:1 16668:1 16670:1 16673:2 16682:1 16699:1 16728:1 16731:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17068:2 17070:1 17072:1 17082:1 17136:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17746:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:6 18217:2 18222:1 18237:1 18255:3 18300:1 18331:1 18343:1 18382:1 18384:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:2 18720:1 18740:1 18748:1 18759:1 18766:1 18807:1 18810:1 18819:1 18885:1 18901:2 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:4 19106:1 19115:1 19147:1 19155:1 19223:1 19232:2 19235:1 19275:2 19294:2 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19449:1 19450:2 19451:1 19456:1 19462:2 19483:1 19486:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:16 19632:1 19661:1 19664:2 19704:2 19721:2 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:2 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 20014:1 20026:3 20050:2 20073:1 20159:4 20171:1 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20563:1 20604:1 20672:1 20722:2 20780:1 20785:1 20867:1 20873:2 20929:1 20955:2 20971:1 21004:1 21016:1 21039:1 21057:1 21089:1 21131:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21406:6 21421:1 21489:1 21490:1 21540:7 21548:2 21559:1 21610:1 21629:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1543 21768:1 21794:1 21818:2 21841:1 21850:1 21879:1 21898:1 21902:1 21912:1 21954:3 21982:1 21992:1 22009:1 22017:1 22034:1 22040:1 22051:3 22102:1 22129:2 22132:1 22240:1 22247:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22392:1 22397:1 22403:1 22407:2 22413:1 22414:1 22422:1 22457:1 22470:2 22497:1 22504:3 22510:1 22514:1 22549:1 22568:2 22600:1 22605:1 22619:1 22640:3 22648:2 22678:1 22681:1 22699:3 22764:1 22771:1 22805:1 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22956:1 22969:1 23006:1 23011:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:15 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23299:1 23300:1 23310:1 23333:2 23360:1 23369:4 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23459:1 23464:1 23468:1 23470:1 23482:1 23502:2 23503:1 23533:1 23569:18 23594:1 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:1 23823:2 23825:1 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:2 24136:1 24150:1 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:2 24241:1 24245:13 24252:1 24253:1 24261:2 24263:2 24277:1 24289:2 24301:1 24344:1 24372:1 24373:1 24431:1 24449:2 24459:1 24515:2 24527:1 24533:1 24534:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:2 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24837:2 24847:1 24848:1 24864:3 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:1 24992:1 24993:1 25006:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25290:1 25310:1 25311:3 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:1 25527:1 25531:1 25533:1 25543:1 25571:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:2 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25817:1 25829:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:2 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26373:5 26385:1 26386:1 26390:1 26402:1 26418:2 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26880:1 26912:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27069:1 27076:1 27103:4 27108:1 27111:1 27157:1 27160:2 27176:1 27208:1 27257:2 27268:1 27338:2 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27561:1 27565:1 27584:1 27755:1 27759:1 27789:2 27810:1 27817:1 27856:1 27866:1 27884:2 27908:1 28028:1 28045:2 28106:2 28172:2 28192:1 28193:1 28194:2 28195:1 28201:1 28203:1 28206:3 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:5 28320:3 28358:1 28372:2 28374:2 28411:1 28414:1 28418:1 28511:1 28515:1 28552:1 28554:1 28577:1 28592:1 28597:1 28634:1 28656:1 28698:1 28729:1 28770:1 28855:1 28870:6 28937:1 28941:1 28945:1 28999:1 29029:1 29040:1 29083:3 29114:4 29131:1 29196:1 29237:1 29241:1 29307:2 29319:1 29323:1 29336:1 29340:1 29348:2 29352:1 29353:1 29396:2 29402:1 29446:1 29457:1 29458:1 29460:2 29461:1 29468:2 29477:1 29496:1 29530:1 29549:1 29571:2 29621:1 29640:1 29685:3 29707:1 29717:3 29721:2 29745:2 29789:1 29791:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29875:1 29908:2 29944:1 29973:2 29974:1 29990:1 30020:1 30063:1 30069:1 30077:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:8 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30417:1 30423:1 30438:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:1 30642:1 30645:1 30660:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31094:1 31112:1 31116:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:1 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31355:1 31366:1 31396:1 31414:1 31417:2 31453:1 31477:1 31494:1 31500:1 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31589:1 31590:1 31601:1 31612:2 31614:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:1 31865:1 31904:1 31960:1 31976:1 31979:1 31981:1 31986:1 31988:1 32042:1 32101:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32320:5 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:1 32582:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32683:1 32693:1 32712:1 32713:1 32717:1 32730:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32829:1 32865:1 32884:2 32885:1 32886:1 32889:2 32891:1 32905:1 32925:1 32953:2 32958:1 32968:1 32971:3 32985:3 32987:1 33011:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33202:1 33232:1 33239:1 33247:1 33249:1 33269:2 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33544:1 33551:1 33559:1 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33696:1 33737:1 33742:3 33763:1 33768:1 33782:3 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:2 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 258:1 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 412:1 431:2 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:3 729:2 751:1 829:5 846:1 863:1 873:2 941:1 1016:1 1033:3 1034:1 1062:1 1066:3 1086:1 1102:1 1103:2 1121:1 1126:3 1130:1 1165:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1490:1 1495:1 1497:1 1517:1 1600:3 1649:1 1657:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:1 1759:1 1845:2 1891:1 1900:2 1940:1 1951:1 1953:2 1958:1 1963:1 1964:1 1965:3 1991:2 2031:1 2045:1 2096:1 2097:2 2099:2 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:3 2207:2 2214:1 2223:1 2238:2 2262:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:4 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:1 2623:2 2624:1 2627:4 2631:2 2632:1 2639:1 2646:3 2656:2 2657:3 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:2 3252:1 3253:1 3260:3 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:2 3367:1 3381:4 3419:1 3426:2 3434:1 3440:18 3456:1 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3741:1 3750:1 3758:1 3771:1 3799:1 3800:1 3804:1 3825:3 3832:1 3858:7 3905:2 3951:2 4009:1 4010:1 4012:1 4019:1 4063:1 4074:2 4101:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:2 4262:1 4264:2 4266:1 4282:1 4312:1 4384:2 4391:1 4429:1 4432:1 4472:1 4500:2 4501:1 4517:1 4518:1 4528:1 4540:1 4544:1 4552:1 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4801:1 4813:2 4825:1 4835:1 4837:1 4853:1 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:2 5039:1 5061:1 5088:1 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:16 5600:1 5614:1 5632:1 5684:1 5729:2 5750:3 5751:5 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5780:1 5782:2 5783:2 5785:1 5809:4 5872:1 5874:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6375:2 6389:1 6432:2 6465:1 6498:2 6512:1 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:1 6829:1 6842:1 6913:1 6956:1 6977:1 6979:2 6984:2 7016:1 7074:1 7093:1 7096:1 7128:5 7161:1 7173:1 7200:1 7201:1 7262:5 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:3 7401:2 7406:2 7407:1 7416:1 7417:2 7418:3 7422:1 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7677:2 7720:3 7751:1 7782:1 7823:2 7856:1 7913:1 7920:2 7948:4 7949:2 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:2 8330:1 8364:2 8368:1 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8498:1 8548:1 8549:1 8587:1 8605:1 8612:2 8613:1 8616:1 8617:2 8637:1 8654:1 8661:1 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:2 8940:1 8953:3 8954:1 8977:1 8991:1 9028:26 9050:1 9051:17 9068:2 9122:1 9144:1 9229:1 9248:1 9262:1 9272:3 9278:1 9290:1 9298:1 9307:1 9348:1 9385:1 9398:1 9404:1 9422:1 9453:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:11 9631:1 9654:2 9680:1 9687:1 9706:3 9743:1 9769:1 9779:2 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10064:1 10087:1 10094:3 10123:2 10125:5 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10245:2 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:2 10419:3 10423:2 10443:1 10509:1 10571:1 10580:2 10661:1 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10871:1 10893:1 10944:2 10955:1 11001:1 11003:1 11045:1 11055:2 11058:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11354:1 11384:1 11395:1 11398:1 11442:3 11462:1 11468:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11745:1 11747:1 11758:1 11807:1 11815:1 11823:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:2 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12459:1 12483:3 12486:1 12556:1 12604:1 12612:3 12646:1 12669:1 12676:1 12682:1 12683:1 12693:1 12696:1 12787:1 12814:1 12828:1 12834:1 12872:1 12887:1 12892:6 12906:1 12926:1 12939:1 12968:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:4 13512:1 13529:1 13559:1 13566:1 13571:1 13582:1 13583:1 13641:2 13679:2 13733:1 13734:1 13758:1 13762:2 13779:1 13781:1 13787:1 13790:1 13795:1 13798:3 13800:2 13801:1 13802:3 13803:1 13807:2 13810:1 13824:3 13832:1 13835:1 13855:1 13856:1 13858:1 13871:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14523:1 14547:2 14600:2 14643:1 14644:1 14692:1 14718:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14952:1 14959:1 14990:1 15019:1 15031:1 15066:5 15092:1 15123:2 15125:2 15132:1 15134:1 15135:1 15148:1 15179:1 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15371:1 15405:1 15438:1 15439:1 15440:1 15465:1 15491:2 15497:2 15516:3 15547:1 15577:1 15589:1 15618:1 15639:1 15667:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:3 15791:1 15845:1 15864:1 15870:1 15908:2 15922:1 15930:3 15940:2 15969:2 15983:1 16040:1 16046:1 16085:3 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16197:1 16202:2 16224:2 16233:1 16250:2 16255:2 16310:2 16311:1 16312:1 16317:1 16330:1 16359:1 16370:1 16412:1 16433:2 16460:1 16472:1 16489:1 16493:1 16508:2 16542:1 16546:1 16586:2 16610:1 16655:1 16668:1 16670:1 16673:2 16680:1 16682:1 16699:1 16728:1 16731:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16880:1 16885:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17068:3 17070:1 17072:1 17082:1 17136:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17746:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17899:1 17916:1 17938:1 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:6 18217:2 18222:1 18237:1 18255:3 18290:1 18300:1 18331:1 18343:1 18382:1 18384:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18564:2 18610:1 18625:1 18639:1 18676:1 18718:3 18720:1 18740:1 18748:1 18759:1 18766:1 18777:1 18807:1 18810:1 18819:1 18885:1 18901:2 18910:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:4 19106:1 19115:1 19147:1 19155:1 19223:1 19232:2 19235:1 19275:2 19294:2 19296:1 19315:1 19319:1 19383:2 19389:1 19392:1 19428:2 19440:1 19449:1 19450:2 19451:1 19456:1 19462:2 19483:1 19486:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:16 19632:1 19661:1 19664:2 19704:2 19721:2 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19898:1 19902:2 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 20014:1 20026:3 20050:2 20073:1 20159:4 20171:1 20189:1 20202:1 20232:1 20294:1 20308:2 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20563:1 20604:1 20672:1 20722:2 20758:1 20777:1 20780:1 20785:1 20867:1 20873:2 20929:1 20955:2 20971:1 21004:1 21016:1 21039:1 21057:1 21089:1 21131:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21395:1 21406:7 21421:1 21489:1 21490:1 21540:7 21548:2 21559:1 21610:1 21629:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1608 21768:1 21794:1 21818:2 21841:1 21850:1 21879:1 21898:1 21902:1 21912:1 21954:3 21982:1 21992:1 22009:1 22017:1 22034:1 22040:1 22051:3 22102:1 22129:2 22132:1 22240:1 22247:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22392:1 22397:1 22403:1 22407:2 22413:1 22414:1 22422:1 22450:1 22457:1 22470:2 22497:1 22504:3 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22619:1 22640:3 22648:2 22658:1 22678:1 22681:1 22699:3 22764:1 22771:1 22805:2 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22956:1 22969:2 23006:1 23011:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:15 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23299:1 23300:1 23310:1 23333:2 23360:1 23369:4 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23448:1 23459:1 23464:1 23468:1 23470:1 23482:1 23502:2 23503:1 23533:1 23569:18 23594:1 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:1 23823:2 23825:1 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:2 24241:1 24245:13 24252:1 24253:1 24261:2 24263:2 24277:1 24289:2 24301:1 24344:1 24372:1 24373:1 24431:1 24449:2 24459:1 24515:2 24527:1 24533:1 24534:1 24537:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:2 24708:3 24728:1 24731:1 24748:1 24758:1 24775:1 24819:1 24832:1 24833:1 24837:2 24847:1 24848:1 24864:3 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:1 24992:1 24993:1 25006:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:2 25290:1 25310:1 25311:3 25313:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:2 25527:2 25531:1 25533:1 25543:1 25561:1 25571:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:3 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25817:1 25829:1 25850:1 25852:1 25865:1 25879:1 25894:1 25908:1 25910:2 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26373:5 26385:1 26386:1 26390:1 26402:1 26418:2 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26880:2 26907:1 26912:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27069:1 27076:1 27103:4 27108:1 27111:1 27157:1 27160:2 27176:1 27208:1 27257:2 27268:1 27338:2 27349:1 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27561:1 27565:1 27584:1 27755:1 27759:1 27789:2 27810:1 27817:1 27856:1 27866:1 27884:2 27908:1 28028:1 28045:2 28050:1 28106:2 28139:1 28170:1 28172:2 28191:1 28192:1 28193:1 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:6 28320:3 28358:1 28372:2 28374:2 28411:1 28414:1 28418:1 28463:1 28511:1 28515:1 28552:1 28554:1 28577:1 28592:1 28597:1 28634:1 28656:1 28698:1 28729:1 28770:1 28855:1 28870:7 28937:1 28941:1 28945:1 28957:1 28999:1 29029:1 29040:1 29083:3 29114:4 29131:1 29196:1 29237:1 29241:1 29307:2 29319:1 29323:1 29336:1 29340:1 29348:2 29352:1 29353:1 29396:2 29402:1 29446:1 29457:1 29458:1 29460:3 29461:1 29468:2 29477:1 29496:1 29530:1 29549:1 29571:2 29594:1 29621:1 29640:1 29685:3 29707:1 29717:3 29721:3 29745:2 29789:1 29791:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29875:1 29908:2 29944:1 29973:2 29974:1 29990:1 30020:1 30063:1 30069:1 30077:1 30088:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:8 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30417:1 30423:1 30438:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:1 30642:1 30645:1 30660:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31064:1 31094:1 31112:1 31116:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:1 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:1 31347:1 31348:1 31355:1 31366:1 31396:1 31414:1 31417:2 31453:1 31456:1 31477:1 31494:1 31500:1 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31589:1 31590:1 31601:1 31612:2 31614:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:2 31865:1 31904:1 31960:1 31976:2 31979:2 31981:1 31986:1 31988:1 32042:1 32101:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32320:5 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:1 32582:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32806:1 32829:1 32840:1 32865:1 32884:2 32885:1 32886:1 32889:2 32891:1 32905:1 32925:1 32953:2 32958:1 32968:1 32971:3 32985:3 32987:1 33011:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33202:1 33232:1 33239:1 33247:1 33249:1 33269:2 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33544:1 33551:1 33559:1 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33696:1 33737:1 33742:3 33763:1 33768:1 33782:3 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:2 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 412:1 431:2 443:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:3 729:2 751:1 829:5 846:1 863:1 873:2 900:1 941:1 1016:1 1033:3 1034:1 1062:1 1066:3 1086:1 1102:1 1103:3 1121:1 1126:3 1130:1 1165:1 1167:1 1185:1 1218:1 1225:1 1338:1 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1490:1 1495:1 1497:1 1517:1 1600:3 1649:1 1657:1 1673:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:3 1759:1 1845:2 1891:1 1900:2 1940:1 1951:1 1953:2 1958:1 1963:1 1964:2 1965:3 1991:2 2031:1 2045:1 2096:1 2097:2 2099:2 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:3 2207:2 2214:1 2223:1 2238:2 2262:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:1 2623:2 2624:1 2627:4 2631:2 2632:1 2639:1 2646:3 2656:2 2657:3 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2958:1 2967:1 2974:1 2991:1 3028:1 3078:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:2 3367:1 3381:4 3419:1 3426:2 3434:1 3440:18 3456:1 3507:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3741:1 3750:1 3758:1 3771:1 3799:1 3800:1 3804:1 3825:4 3832:1 3858:8 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4017:1 4019:1 4063:1 4074:2 4101:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:1 4191:1 4193:1 4197:1 4216:1 4254:1 4261:2 4262:1 4264:2 4266:1 4282:1 4312:1 4384:2 4391:1 4429:1 4432:1 4472:1 4500:2 4501:1 4517:1 4518:1 4528:1 4540:1 4544:1 4552:1 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4752:1 4758:4 4765:1 4801:1 4813:2 4825:1 4835:1 4837:1 4853:2 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:2 5039:1 5061:1 5062:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:17 5600:1 5614:1 5632:1 5636:1 5684:1 5729:2 5750:3 5751:6 5754:1 5757:1 5759:2 5763:1 5765:1 5774:1 5780:1 5782:2 5783:2 5785:1 5809:4 5872:1 5874:1 5911:1 5924:1 5960:1 5965:4 5999:2 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6364:1 6375:2 6389:1 6432:2 6465:1 6498:2 6512:1 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6829:1 6837:1 6842:1 6913:1 6956:1 6977:1 6979:2 6984:2 7016:1 7074:1 7093:1 7096:1 7108:1 7128:5 7161:1 7173:1 7200:1 7201:1 7262:5 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:4 7401:2 7406:2 7407:1 7408:1 7416:1 7417:2 7418:3 7422:1 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7677:2 7720:3 7751:1 7782:1 7823:2 7856:1 7913:1 7920:3 7948:4 7949:2 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:2 8330:1 8364:2 8368:1 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8587:1 8605:1 8612:2 8613:1 8616:1 8617:2 8637:1 8654:1 8661:2 8675:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:3 8954:1 8977:1 8991:1 9028:26 9050:1 9051:17 9068:2 9122:1 9144:2 9229:1 9248:1 9262:1 9272:3 9278:1 9290:1 9298:1 9303:1 9307:1 9348:1 9385:1 9398:1 9404:1 9422:1 9453:1 9491:1 9493:1 9539:2 9559:1 9569:1 9575:1 9595:12 9631:1 9654:3 9680:1 9687:1 9706:3 9743:1 9758:1 9769:1 9779:2 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10064:1 10087:1 10094:3 10123:3 10125:5 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10245:2 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:2 10419:3 10423:2 10443:1 10466:1 10509:1 10571:1 10580:2 10661:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10871:1 10893:1 10944:2 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11354:1 11384:1 11395:1 11398:1 11442:3 11462:1 11468:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:1 11668:1 11691:1 11745:1 11747:1 11758:1 11807:1 11815:1 11823:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12459:1 12483:3 12486:1 12556:1 12604:1 12612:3 12646:1 12669:1 12676:1 12682:1 12683:1 12693:1 12696:1 12787:1 12814:1 12828:1 12831:1 12834:1 12872:1 12887:1 12892:7 12906:1 12926:1 12939:1 12968:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13386:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:4 13512:1 13529:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:1 13641:2 13644:1 13679:2 13733:2 13734:1 13758:1 13762:2 13779:2 13781:1 13787:1 13790:1 13795:1 13798:3 13800:2 13801:1 13802:3 13803:1 13807:2 13810:1 13824:3 13832:1 13835:1 13855:1 13856:1 13858:1 13871:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14493:1 14523:1 14547:2 14600:2 14643:1 14644:1 14692:1 14718:1 14725:1 14800:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14952:1 14959:1 14990:1 15019:1 15031:1 15066:5 15092:1 15111:1 15123:2 15125:2 15132:1 15134:1 15135:1 15148:1 15179:2 15188:1 15190:1 15207:1 15209:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:1 15438:1 15439:1 15440:1 15465:1 15491:2 15497:2 15516:3 15547:1 15577:1 15589:1 15618:1 15639:1 15667:1 15675:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:3 15791:1 15845:1 15864:1 15870:1 15908:2 15922:1 15930:3 15940:2 15969:2 15983:1 16040:1 16046:1 16085:3 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16197:2 16202:3 16224:2 16233:1 16250:2 16255:2 16310:2 16311:1 16312:1 16317:1 16330:1 16359:1 16370:1 16412:1 16433:2 16460:1 16472:1 16489:1 16493:1 16508:2 16542:1 16546:1 16576:1 16586:2 16610:1 16655:1 16668:1 16670:1 16673:2 16680:1 16682:1 16699:1 16728:1 16731:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16879:1 16880:1 16885:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17059:1 17068:3 17070:1 17072:1 17082:1 17136:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17265:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17746:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:1 17895:1 17899:1 17916:1 17938:2 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:6 18217:2 18222:1 18237:1 18255:3 18290:1 18300:1 18331:1 18343:1 18382:1 18384:1 18390:1 18391:2 18402:1 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18536:1 18564:2 18610:1 18625:1 18639:1 18676:1 18718:3 18720:1 18740:1 18748:1 18759:1 18766:1 18777:1 18807:1 18810:1 18819:1 18885:1 18901:2 18910:1 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:2 19023:1 19025:1 19030:4 19036:1 19106:1 19115:1 19147:1 19155:1 19223:1 19232:2 19235:1 19275:3 19294:2 19296:1 19315:2 19319:1 19383:2 19389:2 19392:1 19428:2 19440:1 19449:1 19450:2 19451:1 19456:1 19462:2 19483:1 19486:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:16 19632:1 19661:1 19664:2 19704:2 19721:2 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 19996:1 20014:1 20026:3 20050:2 20073:1 20159:4 20171:1 20189:1 20202:2 20232:1 20294:1 20308:2 20314:1 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20672:1 20676:1 20722:2 20758:1 20777:1 20780:1 20785:1 20788:1 20867:1 20873:2 20929:1 20955:2 20971:1 21004:1 21016:2 21039:1 21057:1 21089:1 21119:1 21131:1 21132:1 21161:2 21172:1 21212:1 21248:1 21279:1 21332:1 21333:1 21345:1 21395:1 21406:7 21421:1 21489:1 21490:1 21540:8 21548:3 21559:1 21610:1 21629:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1658 21768:1 21794:1 21818:2 21841:1 21850:1 21879:1 21898:1 21902:1 21912:1 21954:3 21982:1 21992:2 22009:1 22017:1 22034:1 22040:2 22051:3 22102:1 22129:2 22132:1 22136:1 22240:1 22247:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22348:1 22392:1 22397:1 22403:1 22407:2 22413:1 22414:1 22422:1 22450:1 22457:1 22470:2 22497:1 22504:3 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:5 22648:3 22658:1 22678:2 22681:1 22699:3 22753:1 22764:1 22766:1 22771:1 22805:2 22816:1 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22956:1 22969:2 23006:1 23011:1 23037:1 23038:1 23044:1 23066:1 23080:1 23095:15 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23299:1 23300:1 23310:1 23333:2 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23448:1 23459:1 23464:1 23468:1 23470:1 23482:1 23502:2 23503:1 23533:1 23569:18 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23793:1 23818:2 23819:1 23823:2 23825:2 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:2 24241:1 24245:13 24252:1 24253:1 24261:2 24263:3 24277:1 24289:2 24301:1 24344:1 24372:1 24373:1 24431:2 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:3 24708:4 24728:1 24731:1 24748:1 24758:1 24775:1 24799:1 24819:1 24832:1 24833:1 24837:2 24847:1 24848:1 24864:5 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:1 24992:1 24993:1 25006:1 25015:1 25035:1 25044:1 25063:2 25070:1 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:1 25279:1 25289:3 25290:1 25310:1 25311:3 25313:1 25323:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:2 25527:2 25531:1 25533:1 25541:1 25543:1 25561:1 25571:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:4 25719:1 25740:1 25761:1 25769:1 25780:1 25781:1 25796:1 25817:1 25829:1 25850:1 25852:1 25865:1 25879:1 25890:1 25893:1 25894:1 25908:1 25910:2 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26267:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26373:5 26385:1 26386:1 26390:1 26402:1 26418:2 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26703:1 26714:1 26726:1 26735:1 26808:2 26880:2 26907:1 26912:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:1 27019:1 27027:3 27030:1 27035:1 27069:1 27076:1 27103:4 27108:1 27111:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27338:2 27349:1 27351:2 27393:1 27399:1 27405:1 27419:1 27450:2 27454:1 27515:1 27561:1 27565:1 27584:1 27666:1 27755:1 27759:1 27789:2 27810:1 27817:1 27828:1 27856:1 27866:1 27884:2 27908:1 28028:1 28045:2 28050:1 28106:2 28139:1 28170:1 28172:2 28191:1 28192:1 28193:1 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:7 28320:3 28358:1 28372:2 28374:2 28411:1 28414:1 28418:1 28463:1 28511:1 28515:1 28552:1 28554:1 28577:1 28592:1 28597:1 28634:1 28656:1 28698:1 28729:1 28770:1 28855:1 28870:8 28937:1 28941:1 28945:1 28957:1 28999:1 29017:1 29029:1 29040:1 29083:4 29114:4 29131:1 29196:1 29237:1 29241:1 29307:2 29319:1 29323:1 29336:1 29340:1 29348:2 29352:1 29353:1 29396:2 29402:1 29446:1 29457:1 29458:1 29460:3 29461:1 29468:2 29477:1 29496:1 29530:1 29549:1 29571:2 29594:1 29621:1 29640:1 29685:3 29707:1 29717:3 29721:4 29745:2 29789:1 29791:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29875:1 29908:2 29914:1 29944:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30077:1 30088:1 30095:1 30114:1 30172:2 30204:1 30212:1 30219:1 30254:9 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30404:1 30417:1 30423:1 30438:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:1 30642:1 30645:1 30660:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31064:2 31094:1 31112:1 31116:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:2 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:2 31347:1 31348:1 31355:1 31366:1 31396:1 31414:2 31417:2 31453:1 31456:1 31477:1 31494:1 31500:2 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31589:1 31590:1 31601:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31659:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:2 31865:1 31904:1 31960:1 31976:2 31979:2 31981:1 31986:1 31988:1 32042:1 32101:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:1 32320:5 32324:1 32329:1 32333:2 32342:1 32366:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:1 32582:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32806:1 32829:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32985:3 32987:1 33011:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33202:1 33232:1 33239:1 33247:1 33249:1 33269:2 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33544:1 33551:1 33559:2 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33696:1 33737:1 33742:3 33763:1 33768:1 33782:3 33791:1 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:2 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 412:1 431:2 443:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:3 729:3 751:1 829:5 846:1 863:1 873:2 900:1 941:1 1016:1 1033:4 1034:1 1062:1 1066:3 1086:1 1102:1 1103:3 1121:1 1126:3 1130:1 1165:2 1167:1 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1483:2 1490:1 1495:1 1497:1 1517:1 1600:3 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:3 1759:1 1845:2 1891:1 1900:2 1940:1 1942:1 1951:1 1953:2 1958:1 1963:1 1964:3 1965:3 1991:2 1993:1 2031:1 2045:1 2096:1 2097:2 2099:2 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2194:1 2207:2 2214:1 2223:1 2238:2 2241:1 2262:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:1 2623:2 2624:1 2627:4 2631:2 2632:1 2639:1 2646:3 2653:1 2656:2 2657:3 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2958:1 2967:1 2974:1 2991:1 3028:1 3078:1 3088:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:2 3367:1 3381:4 3419:1 3426:2 3434:1 3440:18 3456:1 3479:1 3507:1 3511:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3741:1 3750:1 3758:1 3771:1 3799:1 3800:1 3804:1 3825:4 3832:1 3858:8 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4249:1 4254:1 4261:2 4262:1 4264:2 4266:1 4282:1 4312:1 4334:1 4384:2 4391:1 4429:1 4432:1 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4752:1 4758:4 4765:2 4801:1 4813:2 4825:1 4835:1 4837:1 4853:2 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:2 5039:1 5061:1 5062:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:21 5600:1 5614:1 5632:1 5636:1 5684:1 5729:2 5750:3 5751:6 5754:2 5757:1 5759:2 5763:1 5765:2 5774:1 5780:1 5782:2 5783:2 5785:1 5809:4 5849:1 5872:1 5874:1 5911:1 5924:1 5960:1 5965:4 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6465:1 6498:2 6512:1 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6829:1 6837:1 6842:1 6902:1 6913:1 6956:1 6977:1 6979:2 6984:2 7016:1 7074:1 7093:1 7096:1 7108:1 7128:5 7142:1 7161:1 7173:1 7200:1 7201:1 7262:5 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:4 7401:2 7406:2 7407:1 7408:1 7416:1 7417:2 7418:3 7422:1 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7677:2 7720:3 7751:1 7782:1 7823:2 7856:1 7913:2 7920:3 7948:4 7949:2 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:2 8330:1 8364:2 8368:2 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8587:1 8605:1 8612:2 8613:1 8616:1 8617:2 8637:1 8654:1 8661:2 8675:1 8681:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:3 8954:1 8977:1 8991:1 9028:27 9050:1 9051:17 9068:2 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9398:1 9404:1 9422:1 9453:1 9461:1 9491:1 9493:2 9539:2 9559:1 9569:1 9575:1 9595:13 9631:1 9654:3 9680:1 9687:1 9706:3 9743:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10064:1 10087:2 10094:3 10123:3 10125:6 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10245:2 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:2 10419:3 10423:2 10443:1 10466:1 10509:1 10571:1 10580:2 10624:1 10661:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10871:1 10893:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11354:1 11384:1 11395:1 11398:1 11410:1 11442:3 11462:1 11468:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:2 11668:1 11691:1 11745:1 11747:1 11758:1 11807:1 11815:1 11823:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12604:1 12612:3 12646:1 12669:1 12676:1 12682:1 12683:1 12693:1 12696:1 12787:1 12814:1 12828:1 12831:1 12834:1 12872:2 12887:1 12892:7 12906:1 12926:1 12939:1 12968:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13386:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:4 13512:1 13529:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13641:2 13644:1 13679:2 13733:2 13734:1 13758:1 13762:2 13767:1 13779:2 13781:1 13786:1 13787:1 13790:1 13795:2 13798:4 13800:2 13801:1 13802:3 13803:1 13807:3 13810:1 13824:3 13832:1 13835:1 13855:1 13856:1 13858:1 13871:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14493:1 14523:1 14547:2 14591:1 14600:2 14643:1 14644:1 14692:1 14718:1 14725:1 14800:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14952:1 14959:1 14990:2 15019:1 15031:1 15066:5 15085:1 15092:1 15111:1 15123:2 15125:2 15132:1 15134:1 15135:1 15148:1 15179:2 15188:1 15190:1 15207:1 15209:1 15215:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:1 15438:1 15439:1 15440:1 15465:1 15491:2 15497:2 15499:1 15516:4 15547:1 15577:1 15589:1 15618:1 15639:1 15667:1 15675:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:3 15791:1 15816:1 15845:1 15864:1 15870:1 15903:1 15908:2 15922:1 15930:3 15940:2 15969:2 15983:1 16040:1 16046:1 16079:1 16085:3 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16197:2 16202:3 16224:2 16233:1 16250:3 16255:2 16310:2 16311:1 16312:1 16317:1 16330:1 16359:1 16370:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16493:1 16508:2 16542:1 16546:1 16558:2 16576:2 16586:2 16610:1 16655:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16731:1 16767:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16879:1 16880:1 16885:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17059:1 17068:3 17070:1 17072:1 17082:1 17126:1 17136:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17265:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:1 17571:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17746:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17895:1 17899:1 17916:1 17938:2 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:7 18217:2 18222:1 18237:1 18255:4 18290:1 18300:1 18331:1 18343:1 18382:1 18384:1 18390:1 18391:2 18402:2 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18536:1 18564:2 18610:1 18625:1 18639:1 18676:1 18718:3 18720:1 18740:1 18748:1 18759:1 18766:1 18777:1 18807:1 18810:1 18819:1 18885:1 18901:3 18910:2 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:3 19023:1 19025:1 19030:4 19036:1 19106:1 19115:1 19147:1 19155:1 19157:1 19223:1 19232:2 19235:1 19275:3 19294:2 19296:1 19315:2 19319:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:2 19451:1 19456:2 19462:2 19483:1 19486:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:16 19632:1 19661:1 19664:2 19684:1 19704:2 19721:2 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 19996:1 20014:1 20026:3 20050:2 20073:1 20137:1 20159:4 20171:1 20189:1 20202:2 20232:2 20294:2 20308:2 20314:1 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20672:1 20676:1 20722:2 20758:1 20777:1 20780:1 20785:1 20788:2 20867:1 20873:2 20917:1 20929:1 20955:2 20971:1 21004:1 21016:2 21039:1 21057:1 21089:2 21119:1 21131:1 21132:1 21161:2 21172:1 21212:1 21237:1 21248:1 21279:1 21332:1 21333:1 21345:1 21395:1 21406:7 21421:1 21489:1 21490:1 21540:8 21548:3 21559:1 21610:1 21629:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1769 21768:1 21794:1 21818:2 21841:2 21850:1 21879:1 21898:1 21902:1 21912:1 21954:3 21982:1 21992:2 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:2 22132:1 22136:1 22240:1 22247:1 22277:1 22285:1 22289:1 22297:1 22326:1 22338:1 22348:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:1 22414:1 22422:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:5 22648:3 22658:1 22678:2 22681:1 22699:3 22753:1 22764:1 22766:1 22771:1 22805:2 22816:1 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22956:1 22969:2 23006:1 23011:1 23037:1 23038:1 23044:1 23066:1 23080:2 23095:15 23112:1 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23333:2 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23448:1 23459:2 23464:1 23468:1 23470:1 23482:1 23502:2 23503:1 23533:1 23569:18 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23775:1 23793:1 23818:2 23819:1 23823:2 23825:2 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:2 24241:1 24245:13 24252:1 24253:1 24261:2 24263:3 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:1 24431:2 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:3 24708:4 24728:1 24731:1 24748:1 24758:1 24775:1 24799:1 24819:1 24832:1 24833:1 24837:2 24847:1 24848:1 24864:5 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:2 24992:1 24993:1 25006:1 25015:1 25017:1 25020:1 25035:1 25044:1 25063:2 25070:2 25094:2 25096:1 25107:1 25120:2 25139:1 25157:1 25165:1 25185:1 25273:2 25279:1 25289:3 25290:1 25310:1 25311:3 25313:1 25323:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:2 25527:2 25531:1 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:4 25701:1 25719:1 25740:1 25742:1 25761:2 25769:1 25780:1 25781:1 25795:1 25796:1 25817:1 25829:3 25850:1 25852:1 25865:1 25873:1 25879:1 25890:1 25893:1 25894:1 25908:1 25910:3 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26267:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26373:5 26385:1 26386:1 26390:1 26402:1 26418:3 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26693:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26880:2 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:2 27019:1 27027:3 27030:1 27035:1 27069:1 27076:1 27103:4 27108:1 27110:1 27111:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27338:2 27349:1 27351:2 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27515:1 27519:1 27554:1 27561:1 27565:1 27584:1 27666:1 27755:1 27759:1 27789:2 27810:1 27817:1 27828:2 27856:1 27866:1 27884:2 27908:1 27992:1 28028:1 28045:2 28050:1 28106:2 28139:1 28170:1 28172:2 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28372:2 28374:2 28411:1 28414:1 28418:1 28463:1 28511:1 28515:1 28552:1 28554:1 28577:1 28584:1 28592:1 28597:1 28634:1 28656:1 28698:1 28729:1 28741:1 28770:1 28789:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28999:1 29017:1 29029:1 29040:1 29083:4 29114:4 29131:1 29196:1 29237:1 29241:1 29307:2 29319:2 29323:1 29336:1 29340:1 29348:2 29352:1 29353:2 29396:2 29402:1 29418:1 29446:1 29457:1 29458:1 29460:3 29461:1 29468:2 29477:1 29496:1 29530:1 29549:1 29571:2 29594:2 29621:1 29640:1 29685:3 29707:1 29717:3 29721:4 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29875:1 29883:1 29908:2 29914:1 29944:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30077:1 30083:1 30088:2 30095:1 30114:1 30159:1 30172:3 30204:1 30212:1 30219:1 30254:9 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30404:1 30417:1 30423:1 30438:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:1 30642:1 30645:1 30660:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31064:3 31094:1 31112:1 31116:1 31133:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:2 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:2 31347:1 31348:1 31355:1 31359:1 31366:1 31396:1 31414:2 31417:2 31453:1 31456:1 31477:1 31494:1 31500:2 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31588:1 31589:1 31590:1 31601:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31659:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:2 31865:1 31904:1 31960:2 31976:2 31979:2 31981:1 31986:1 31988:1 32025:1 32042:1 32101:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32320:5 32324:1 32329:1 32333:2 32342:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:2 32514:1 32582:1 32624:3 32635:1 32663:1 32666:1 32668:4 32673:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32806:1 32829:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32985:3 32987:1 33011:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33202:1 33232:1 33239:1 33247:1 33249:1 33269:2 33271:1 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33544:1 33551:1 33559:2 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:1 33695:1 33696:1 33737:1 33742:3 33763:1 33768:1 33782:3 33791:2 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:2 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 412:1 431:2 443:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 678:1 686:1 688:3 729:4 751:1 829:5 846:1 863:1 873:2 900:1 941:1 1016:1 1033:4 1034:1 1062:1 1066:3 1086:1 1102:1 1103:3 1121:1 1126:3 1130:1 1165:2 1167:3 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1483:2 1490:1 1495:1 1497:1 1517:1 1600:3 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:3 1759:1 1845:2 1891:1 1900:2 1940:1 1942:1 1951:3 1953:2 1958:1 1963:1 1964:3 1965:3 1991:2 1993:1 2031:1 2045:1 2096:1 2097:2 2099:2 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2194:1 2207:2 2214:1 2223:1 2238:2 2241:1 2262:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2502:1 2511:2 2523:1 2527:1 2563:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2631:2 2632:1 2639:1 2646:4 2653:1 2656:2 2657:3 2660:1 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2958:1 2967:1 2974:1 2991:1 3028:1 3078:1 3088:1 3127:1 3129:1 3140:1 3154:1 3176:2 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:2 3367:1 3381:4 3419:1 3426:2 3434:1 3440:18 3456:1 3479:1 3507:1 3511:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3741:1 3750:1 3758:1 3771:1 3799:1 3800:1 3804:1 3825:4 3826:1 3832:1 3858:8 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4249:1 4254:1 4261:2 4262:1 4264:2 4266:1 4282:1 4312:1 4334:1 4384:2 4391:1 4429:1 4432:1 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4752:1 4758:4 4765:2 4801:1 4813:2 4825:1 4835:1 4837:1 4853:2 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:2 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:21 5600:1 5614:1 5632:1 5636:1 5684:1 5729:2 5750:3 5751:6 5754:2 5757:1 5759:2 5763:1 5765:2 5774:1 5780:1 5782:2 5783:2 5785:1 5809:4 5849:1 5866:2 5872:1 5874:1 5911:1 5924:1 5960:1 5965:4 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6465:1 6498:2 6512:1 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6829:1 6837:1 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7074:1 7093:1 7096:1 7108:1 7128:5 7142:1 7161:1 7173:1 7200:1 7201:1 7262:7 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:4 7401:2 7406:2 7407:1 7408:1 7416:1 7417:2 7418:3 7422:1 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7677:2 7720:3 7751:1 7782:1 7823:2 7856:1 7913:2 7920:3 7948:4 7949:3 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8328:2 8330:1 8364:2 8368:2 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8587:1 8605:1 8612:2 8613:1 8616:1 8617:2 8637:1 8654:1 8661:2 8675:1 8681:1 8697:1 8723:3 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:3 8954:3 8977:3 8991:1 9028:28 9050:1 9051:17 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9398:1 9404:1 9422:1 9453:1 9461:1 9491:1 9493:2 9539:2 9559:1 9569:1 9575:1 9595:15 9631:1 9654:3 9680:1 9687:1 9706:3 9743:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:1 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10064:1 10087:2 10094:3 10123:3 10125:6 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10245:2 10270:1 10292:1 10305:1 10338:1 10364:2 10386:1 10396:2 10419:3 10423:2 10443:1 10466:1 10509:1 10571:1 10580:2 10624:1 10661:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10871:1 10893:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11354:1 11384:1 11395:1 11398:1 11410:1 11442:3 11462:1 11468:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:2 11668:1 11691:1 11745:1 11747:1 11758:1 11807:1 11815:1 11823:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12376:1 12378:1 12380:1 12387:1 12388:1 12407:1 12416:1 12422:1 12433:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12604:1 12612:3 12646:1 12669:1 12676:1 12682:1 12683:1 12693:1 12696:1 12787:1 12814:1 12828:1 12831:1 12834:1 12872:2 12887:1 12892:7 12906:1 12926:1 12939:1 12968:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13386:1 13409:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:4 13512:1 13529:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13641:2 13644:1 13679:2 13733:2 13734:1 13758:1 13762:2 13767:1 13779:2 13781:1 13786:1 13787:1 13790:1 13795:2 13798:4 13800:2 13801:1 13802:3 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:1 13871:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14493:1 14523:1 14547:2 14591:1 14600:2 14643:1 14644:1 14692:1 14718:1 14725:1 14800:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14952:1 14959:1 14990:2 15019:1 15031:1 15066:5 15085:1 15092:1 15111:1 15123:2 15125:2 15132:1 15134:1 15135:1 15148:1 15179:2 15188:1 15190:1 15207:1 15209:1 15215:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:1 15438:1 15439:1 15440:1 15465:1 15491:2 15497:2 15499:1 15516:4 15547:1 15577:1 15589:1 15618:1 15639:1 15667:1 15675:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:3 15791:1 15816:1 15845:1 15864:1 15870:1 15903:1 15908:2 15922:1 15930:3 15940:2 15969:2 15983:1 16040:1 16046:1 16079:1 16085:3 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16197:2 16202:3 16224:2 16233:1 16250:3 16255:2 16310:2 16311:1 16312:1 16317:1 16330:1 16359:1 16370:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16493:1 16508:2 16542:1 16546:1 16558:2 16576:2 16586:2 16610:1 16655:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16731:1 16767:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16879:1 16880:1 16885:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17059:1 17068:3 17070:1 17072:1 17082:1 17126:1 17136:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17265:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:1 17571:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17746:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17895:1 17899:1 17916:1 17938:2 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:7 18217:2 18222:1 18237:1 18255:5 18290:1 18300:1 18331:1 18343:1 18382:1 18384:1 18390:1 18391:2 18402:2 18414:1 18416:2 18417:1 18418:2 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18536:1 18564:2 18610:1 18625:1 18639:1 18676:1 18718:3 18720:1 18740:1 18748:1 18759:1 18766:1 18777:1 18807:1 18810:1 18819:1 18885:1 18901:3 18910:2 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:1 19010:1 19020:1 19021:3 19023:2 19025:1 19030:4 19034:1 19036:1 19106:1 19115:1 19147:1 19155:1 19157:1 19223:1 19232:2 19235:1 19275:3 19294:2 19296:1 19315:2 19319:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:2 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:16 19632:1 19661:1 19664:2 19684:1 19704:2 19721:2 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 19996:1 20014:1 20026:3 20050:2 20073:1 20136:1 20137:1 20159:4 20171:1 20189:1 20202:2 20232:2 20294:2 20308:2 20314:1 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20867:1 20873:3 20917:1 20929:1 20955:2 20971:1 21004:1 21016:2 21039:1 21057:1 21089:2 21119:1 21131:1 21132:1 21161:2 21172:1 21212:1 21237:1 21248:1 21279:1 21332:1 21333:1 21345:1 21395:1 21406:7 21421:1 21489:1 21490:1 21540:8 21548:3 21559:1 21610:1 21629:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1812 21768:1 21794:1 21818:2 21841:2 21850:1 21879:1 21898:1 21902:1 21912:1 21954:3 21982:1 21992:2 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:2 22132:1 22136:1 22240:1 22247:1 22277:3 22285:1 22289:1 22297:1 22326:1 22338:1 22348:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:1 22414:1 22422:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:5 22648:3 22658:1 22678:2 22681:1 22699:3 22753:1 22764:1 22766:1 22771:1 22805:2 22816:1 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22956:1 22969:2 23006:1 23011:1 23037:1 23038:1 23044:1 23066:1 23080:2 23095:15 23112:1 23116:1 23141:1 23145:1 23150:2 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23333:2 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23429:1 23443:1 23444:2 23448:1 23459:2 23464:1 23468:1 23470:1 23482:1 23502:2 23503:1 23533:1 23569:18 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23704:1 23725:1 23752:1 23753:1 23758:1 23775:1 23793:1 23818:2 23819:1 23823:2 23825:2 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:3 24241:1 24245:13 24252:1 24253:1 24261:2 24263:3 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:1 24431:2 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:3 24708:4 24728:1 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24832:1 24833:1 24837:2 24847:1 24848:1 24864:5 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:2 24992:1 24993:1 25006:1 25015:1 25017:1 25020:1 25035:1 25044:1 25063:2 25070:2 25094:2 25096:1 25107:1 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25273:2 25279:1 25289:3 25290:1 25310:1 25311:3 25313:1 25323:1 25349:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:2 25527:2 25531:1 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:4 25701:1 25719:1 25740:1 25742:1 25761:2 25769:1 25780:1 25781:1 25795:1 25796:1 25817:1 25829:3 25835:1 25850:1 25852:1 25865:1 25873:1 25879:1 25890:1 25893:1 25894:1 25908:1 25910:3 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:4 26007:1 26021:2 26042:1 26068:2 26072:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:1 26214:1 26225:1 26250:2 26263:3 26266:1 26267:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26373:5 26385:1 26386:1 26390:1 26402:1 26418:3 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26693:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26880:2 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:2 27019:1 27027:3 27030:1 27035:1 27069:1 27076:2 27103:4 27108:1 27110:1 27111:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27338:2 27349:1 27351:2 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27515:1 27519:1 27554:1 27561:1 27565:1 27584:1 27666:1 27704:3 27755:1 27759:1 27789:2 27810:1 27817:1 27828:2 27856:1 27866:1 27884:2 27901:1 27908:1 27992:1 28028:1 28039:2 28045:2 28050:1 28106:2 28139:1 28170:1 28172:2 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28372:2 28374:2 28411:1 28414:1 28418:1 28463:1 28511:1 28515:1 28523:1 28552:1 28554:1 28577:1 28584:1 28592:1 28597:1 28634:1 28656:1 28698:1 28729:1 28741:1 28770:1 28789:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28999:1 29017:1 29029:1 29040:1 29083:4 29114:4 29131:1 29196:1 29237:1 29241:1 29307:2 29319:2 29323:1 29336:1 29340:1 29348:2 29352:1 29353:2 29396:2 29402:1 29418:1 29446:1 29457:1 29458:1 29460:3 29461:1 29468:2 29477:1 29496:1 29530:1 29549:1 29571:2 29594:2 29621:1 29640:1 29685:3 29707:1 29717:3 29721:4 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29875:1 29883:1 29908:2 29914:1 29944:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30077:1 30083:1 30088:2 30095:1 30114:1 30159:1 30172:3 30204:1 30212:1 30219:1 30254:9 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30387:1 30391:1 30393:1 30404:1 30417:1 30423:1 30438:1 30443:3 30460:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:1 30642:1 30645:1 30660:1 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31064:3 31094:1 31112:1 31116:1 31133:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:2 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:5 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:1 31396:1 31414:2 31417:2 31453:1 31456:1 31477:1 31494:1 31500:2 31528:3 31546:1 31557:1 31559:1 31564:1 31574:1 31575:1 31585:1 31588:1 31589:1 31590:1 31601:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31643:1 31644:1 31650:1 31653:1 31659:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:1 31782:1 31791:1 31850:1 31852:2 31865:1 31904:1 31960:2 31976:2 31979:2 31981:1 31986:1 31988:1 32025:1 32042:1 32101:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32320:5 32324:1 32329:1 32333:2 32342:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:2 32514:1 32582:1 32624:5 32635:1 32663:1 32666:1 32668:4 32673:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32806:1 32829:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32985:3 32987:1 33011:1 33031:1 33053:1 33055:1 33074:1 33088:1 33093:1 33115:1 33144:1 33202:1 33232:1 33239:1 33247:1 33249:1 33269:2 33271:1 33276:1 33278:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33513:1 33527:1 33544:1 33551:1 33559:2 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:1 33695:1 33696:1 33737:1 33742:3 33763:1 33768:1 33782:3 33791:2 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:2 33955:1 33999:1 34016:1
7 8:1 16:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 455:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 634:1 678:1 686:1 688:4 729:4 751:1 829:5 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1033:6 1034:1 1062:1 1066:3 1086:1 1102:1 1103:3 1121:1 1126:4 1130:1 1165:2 1167:3 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1419:1 1426:1 1468:1 1469:1 1483:2 1490:1 1495:1 1497:1 1508:1 1517:1 1600:3 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:1 1749:3 1759:1 1845:2 1891:1 1900:2 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2070:1 2096:1 2097:2 2099:2 2106:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2502:1 2511:2 2523:1 2527:1 2560:1 2563:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:4 2653:1 2656:2 2657:3 2660:2 2662:3 2664:1 2729:1 2757:1 2764:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2958:1 2967:1 2974:1 2991:1 3028:1 3078:1 3088:1 3127:1 3129:1 3140:2 3154:1 3176:2 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3333:3 3367:1 3381:5 3419:1 3426:2 3434:1 3440:18 3456:1 3479:1 3507:1 3511:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3741:1 3750:1 3758:1 3771:1 3799:1 3800:1 3804:1 3825:4 3826:1 3832:1 3858:8 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4312:1 4334:1 4384:2 4391:1 4429:1 4432:1 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4752:1 4758:4 4765:2 4801:1 4813:2 4825:1 4835:1 4837:1 4853:2 4866:3 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:2 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:22 5600:1 5614:1 5632:1 5636:1 5684:1 5729:2 5750:3 5751:6 5754:2 5757:1 5759:2 5763:1 5765:2 5774:1 5780:1 5782:2 5783:2 5785:1 5809:4 5849:1 5866:2 5872:1 5874:1 5911:2 5924:1 5960:1 5965:4 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6465:1 6498:2 6512:1 6514:1 6545:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6829:1 6837:1 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7093:1 7096:1 7108:1 7111:1 7128:5 7142:1 7161:1 7173:1 7200:1 7201:1 7262:8 7290:4 7330:4 7338:1 7341:1 7365:2 7390:3 7392:1 7399:4 7401:2 7406:2 7407:1 7408:1 7416:1 7417:2 7418:3 7422:1 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7677:2 7720:3 7751:1 7782:1 7823:2 7856:1 7913:2 7920:3 7948:4 7949:3 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8191:1 8201:1 8210:1 8213:1 8263:1 8296:2 8320:1 8328:2 8330:1 8364:2 8368:2 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8637:1 8654:1 8661:2 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:3 8954:4 8977:3 8991:1 9011:1 9028:31 9050:1 9051:17 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:1 9493:2 9500:1 9539:2 9559:1 9569:1 9575:1 9595:16 9631:1 9654:3 9680:1 9687:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10245:2 10270:1 10292:1 10302:1 10305:1 10338:1 10364:2 10385:1 10386:1 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10624:1 10661:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:1 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11062:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11245:1 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11352:1 11354:1 11384:1 11395:1 11398:1 11410:1 11442:3 11462:1 11468:1 11474:1 11477:1 11506:1 11509:1 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:2 11668:1 11691:1 11745:1 11747:1 11758:1 11807:1 11815:1 11823:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12237:1 12279:1 12290:1 12300:1 12341:1 12356:1 12376:1 12378:1 12380:1 12387:1 12388:1 12407:2 12416:1 12422:1 12433:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12612:4 12646:1 12669:1 12676:1 12682:1 12683:1 12693:1 12696:1 12787:1 12814:1 12828:1 12831:1 12834:1 12872:2 12880:1 12887:1 12892:7 12906:1 12926:1 12939:1 12968:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13272:2 13350:1 13379:1 13386:1 13409:1 13419:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:4 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13628:1 13641:3 13644:1 13679:2 13733:3 13734:2 13758:1 13762:2 13767:1 13779:2 13781:1 13786:1 13787:1 13790:1 13795:2 13798:4 13800:2 13801:1 13802:3 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:1 13871:1 13872:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14414:2 14437:1 14439:1 14457:1 14493:1 14523:1 14547:2 14583:1 14591:1 14600:2 14643:1 14644:1 14692:1 14702:1 14718:1 14725:1 14800:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14952:1 14959:1 14990:2 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15123:2 15125:2 15132:1 15134:1 15135:1 15148:1 15179:2 15188:1 15190:2 15207:1 15209:1 15215:1 15227:1 15235:1 15240:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:1 15438:1 15439:2 15440:1 15465:1 15491:2 15497:2 15499:1 15516:5 15547:1 15577:1 15589:1 15618:1 15639:1 15667:1 15675:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:4 15791:1 15816:1 15845:2 15864:1 15870:1 15903:1 15908:2 15922:1 15930:3 15935:1 15940:2 15969:2 15983:1 16040:1 16046:2 16079:2 16085:3 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16197:2 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16310:2 16311:1 16312:1 16317:1 16330:1 16359:1 16370:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16493:1 16508:2 16542:1 16546:1 16558:2 16576:2 16586:2 16610:1 16655:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16731:1 16767:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16879:1 16880:1 16885:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17054:1 17059:1 17068:3 17070:1 17071:1 17072:1 17082:1 17126:1 17136:1 17150:2 17167:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17246:1 17253:1 17265:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:2 17571:1 17576:1 17578:2 17603:1 17604:1 17610:1 17696:1 17746:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17916:1 17938:2 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18086:1 18087:4 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:7 18217:3 18222:1 18237:1 18251:1 18255:5 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18382:1 18384:1 18390:1 18391:2 18402:2 18414:1 18416:2 18417:1 18418:3 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18490:1 18505:1 18536:1 18564:2 18610:1 18625:1 18639:1 18676:1 18718:4 18720:1 18723:1 18740:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18901:3 18910:2 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:2 19025:1 19030:4 19034:1 19036:1 19106:1 19115:1 19147:1 19155:1 19157:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:2 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:16 19632:1 19661:1 19664:2 19684:1 19704:2 19721:3 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 19996:1 20014:1 20026:3 20050:2 20073:1 20136:1 20137:1 20159:4 20171:1 20189:1 20202:2 20232:2 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20384:1 20398:1 20404:1 20409:1 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20867:1 20873:3 20917:1 20929:1 20955:2 20971:1 21004:1 21016:2 21039:3 21045:1 21057:1 21089:2 21119:1 21131:1 21132:1 21161:2 21172:1 21212:1 21237:1 21248:1 21279:1 21332:1 21333:1 21345:1 21395:1 21406:7 21421:1 21489:1 21490:1 21540:8 21548:3 21559:3 21580:1 21610:1 21619:1 21629:1 21635:1 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:1948 21768:1 21794:1 21818:2 21841:2 21850:1 21879:1 21898:1 21901:1 21902:1 21912:1 21954:3 21959:1 21982:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:1 22414:1 22422:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:5 22648:3 22658:1 22678:2 22681:1 22699:3 22753:1 22764:1 22766:1 22767:1 22771:1 22805:2 22816:1 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 23006:1 23011:1 23037:1 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:2 23085:1 23095:15 23112:1 23116:1 23141:1 23145:1 23150:3 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:2 23464:1 23468:1 23470:1 23482:1 23502:3 23503:1 23512:1 23514:1 23533:1 23569:18 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24074:3 24091:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:3 24241:1 24245:13 24252:1 24253:1 24261:2 24263:3 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:1 24431:2 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24705:3 24708:4 24728:1 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24832:1 24833:1 24837:2 24847:1 24848:1 24864:5 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:2 24992:1 24993:1 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:2 25096:1 25107:1 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25273:2 25279:1 25289:3 25290:1 25294:1 25310:1 25311:3 25313:1 25323:1 25349:1 25363:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:2 25527:2 25531:1 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:4 25701:1 25719:1 25740:1 25742:1 25761:2 25769:1 25780:1 25781:1 25795:1 25796:1 25817:1 25829:3 25835:1 25850:1 25852:1 25865:1 25873:1 25879:1 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:1 26214:1 26225:1 26250:3 26263:3 26266:1 26267:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26362:1 26373:5 26385:1 26386:1 26390:1 26402:1 26418:3 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26693:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:2 27019:1 27027:3 27030:1 27035:1 27069:1 27076:2 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27338:2 27349:1 27351:2 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27515:1 27519:1 27554:1 27561:1 27565:1 27584:1 27666:1 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27804:1 27810:1 27817:1 27828:2 27856:1 27866:1 27884:2 27901:1 27908:1 27955:1 27992:1 27995:1 28028:1 28039:2 28045:2 28050:1 28106:2 28139:1 28170:1 28172:2 28185:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:3 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28372:3 28374:2 28411:1 28414:1 28418:1 28463:1 28511:1 28515:1 28523:1 28552:1 28554:1 28577:1 28584:1 28592:1 28597:1 28634:1 28656:1 28698:1 28729:1 28741:1 28770:1 28789:1 28803:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28999:1 29017:1 29029:1 29040:1 29083:5 29103:1 29114:4 29131:1 29196:1 29237:1 29241:1 29307:2 29319:2 29323:1 29336:1 29340:1 29348:2 29352:1 29353:2 29396:2 29402:1 29418:1 29446:1 29457:1 29458:1 29460:3 29461:1 29468:2 29477:1 29496:1 29530:1 29549:1 29571:2 29594:2 29621:1 29640:1 29679:1 29685:3 29707:1 29717:3 29721:4 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29875:1 29883:1 29908:2 29914:1 29944:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30114:1 30159:1 30172:3 30197:1 30204:1 30212:1 30219:1 30220:1 30254:11 30255:2 30272:1 30277:1 30322:2 30345:1 30355:1 30386:1 30387:1 30391:1 30393:1 30404:1 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:1 30642:1 30645:1 30660:2 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31064:3 31094:1 31112:1 31116:1 31133:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:2 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:1 31396:1 31414:2 31417:2 31453:1 31456:1 31477:1 31494:1 31500:2 31528:3 31546:1 31557:1 31559:1 31560:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:1 31644:2 31650:2 31653:1 31659:1 31661:1 31666:1 31707:1 31712:1 31760:1 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31904:1 31960:2 31976:2 31979:2 31981:1 31986:1 31988:1 32025:1 32031:1 32042:1 32101:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32428:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:2 32514:1 32582:1 32616:1 32624:5 32635:1 32663:1 32666:1 32668:4 32673:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32806:1 32829:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32976:1 32985:3 32987:1 33011:1 33031:1 33053:1 33055:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33202:1 33232:1 33239:1 33247:1 33249:1 33269:2 33271:1 33276:1 33278:1 33322:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33483:1 33513:1 33527:1 33544:1 33551:1 33559:2 33565:1 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:1 33695:1 33696:1 33737:1 33742:4 33763:1 33768:1 33782:3 33791:2 33822:1 33833:1 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:3 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 455:1 460:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 634:1 678:1 686:1 688:4 729:4 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1033:6 1034:1 1062:1 1066:3 1086:1 1102:1 1103:3 1121:1 1126:4 1130:1 1165:2 1167:3 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1415:1 1419:1 1421:1 1426:1 1468:1 1469:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1600:3 1625:1 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:2 1749:3 1759:1 1845:2 1891:2 1900:2 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:1 2070:1 2096:1 2097:2 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2244:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2502:1 2511:2 2523:1 2527:1 2560:1 2563:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:5 2653:1 2656:2 2657:3 2660:2 2662:3 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2958:1 2967:1 2974:1 2991:1 3028:1 3078:1 3088:1 3127:1 3129:1 3140:2 3154:1 3176:2 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3381:5 3419:1 3426:2 3434:1 3440:18 3456:1 3479:1 3507:1 3511:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3709:1 3741:1 3750:1 3758:1 3771:1 3772:1 3799:1 3800:1 3804:1 3825:4 3826:1 3832:1 3858:8 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4312:1 4334:1 4384:2 4391:1 4402:1 4429:1 4432:1 4453:1 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4752:1 4758:4 4765:2 4801:1 4813:2 4825:1 4835:1 4837:1 4853:3 4866:3 4876:1 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:2 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:23 5600:1 5614:1 5632:1 5636:1 5684:1 5708:1 5729:2 5750:3 5751:7 5754:2 5757:2 5759:2 5763:1 5765:2 5774:1 5780:1 5782:2 5783:2 5785:1 5809:4 5849:1 5866:2 5872:1 5874:1 5911:2 5924:1 5960:1 5965:4 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6465:1 6498:2 6512:1 6514:1 6545:1 6546:1 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6829:1 6837:1 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7093:1 7096:1 7108:1 7111:1 7128:5 7142:1 7161:1 7166:1 7173:1 7200:1 7201:1 7262:8 7290:4 7330:4 7338:1 7341:1 7365:2 7390:4 7392:1 7399:4 7401:2 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:2 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7751:1 7782:1 7823:3 7856:1 7891:1 7913:2 7920:3 7948:4 7949:3 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8210:1 8212:1 8213:1 8263:1 8296:2 8320:1 8328:2 8330:1 8364:2 8368:2 8373:1 8375:1 8377:1 8384:1 8385:1 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:3 8954:4 8977:3 8991:1 9011:1 9012:1 9028:31 9050:1 9051:17 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:1 9493:2 9500:1 9539:2 9559:1 9569:1 9575:1 9595:18 9631:1 9654:3 9680:1 9687:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10245:2 10270:1 10292:1 10302:1 10305:1 10338:1 10364:2 10365:2 10385:1 10386:1 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10624:1 10661:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11062:1 11078:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11245:1 11267:2 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11352:1 11354:1 11384:1 11395:1 11398:1 11410:1 11442:3 11462:1 11468:1 11474:1 11477:1 11506:1 11509:2 11529:1 11539:1 11610:1 11624:1 11630:1 11636:1 11644:2 11668:1 11691:1 11745:1 11747:1 11758:2 11807:1 11815:1 11823:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12237:1 12279:1 12284:1 12290:1 12300:1 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:2 12416:1 12422:1 12433:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12612:4 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12783:1 12787:1 12814:1 12818:1 12828:1 12831:1 12834:1 12872:2 12880:1 12887:1 12892:7 12906:1 12926:1 12935:1 12939:1 12968:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13270:1 13272:2 13276:1 13302:1 13350:1 13379:1 13386:1 13409:1 13419:1 13422:1 13435:1 13446:2 13452:1 13462:1 13490:1 13494:5 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:2 13758:1 13762:2 13767:1 13779:2 13781:1 13786:1 13787:1 13790:1 13795:3 13798:4 13800:2 13801:1 13802:3 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:1 13871:1 13872:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14409:1 14414:2 14437:1 14439:1 14457:1 14493:1 14523:1 14547:2 14583:1 14591:1 14600:2 14643:1 14644:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14952:1 14959:1 14990:2 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15123:2 15125:2 15132:1 15134:1 15135:1 15148:1 15179:2 15184:1 15188:1 15190:2 15195:1 15207:1 15209:1 15215:1 15227:1 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:1 15438:1 15439:2 15440:1 15465:1 15491:2 15497:2 15499:1 15516:5 15547:1 15577:1 15589:1 15618:1 15639:1 15667:1 15675:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:4 15791:1 15816:1 15845:2 15864:1 15870:1 15903:1 15908:2 15922:1 15930:3 15935:1 15940:2 15969:2 15983:1 16040:1 16046:2 16079:2 16085:3 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16197:2 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16310:2 16311:1 16312:1 16317:1 16330:1 16359:1 16370:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16493:1 16508:2 16542:1 16546:1 16558:2 16576:2 16586:2 16610:1 16655:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16729:1 16731:1 16767:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:1 16864:3 16870:1 16879:1 16880:1 16885:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:1 17054:1 17059:1 17068:3 17070:1 17071:1 17072:1 17082:1 17098:1 17126:1 17136:1 17150:2 17167:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17225:1 17246:1 17253:1 17265:1 17270:1 17294:1 17307:1 17315:1 17342:1 17410:1 17420:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:2 17571:1 17576:1 17578:3 17603:1 17604:1 17610:1 17696:1 17746:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17916:1 17938:3 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18085:1 18086:1 18087:4 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:7 18217:3 18222:1 18237:1 18251:1 18255:5 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18375:1 18382:1 18384:1 18390:1 18391:2 18402:2 18414:1 18416:2 18417:1 18418:3 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18490:1 18505:1 18531:1 18536:1 18564:2 18610:1 18625:1 18639:1 18676:1 18718:4 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:1 18901:3 18910:3 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19200:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:2 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:16 19632:1 19661:1 19664:2 19684:1 19704:2 19721:3 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 19996:1 20007:1 20014:1 20026:3 20050:2 20073:1 20136:1 20137:1 20159:4 20171:1 20189:1 20202:2 20232:2 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:1 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20409:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20867:1 20873:3 20917:1 20929:1 20955:2 20971:1 21004:1 21016:2 21039:3 21045:1 21057:1 21089:2 21099:1 21119:1 21131:1 21132:1 21161:2 21172:1 21212:1 21237:1 21248:1 21279:1 21332:1 21333:1 21345:1 21395:1 21406:7 21421:1 21489:1 21490:1 21540:8 21548:3 21559:3 21580:1 21610:1 21619:1 21629:1 21635:2 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:2053 21768:1 21794:1 21818:2 21841:2 21850:1 21879:1 21898:1 21901:1 21902:1 21912:1 21954:3 21959:1 21982:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:6 22648:3 22658:1 22678:2 22681:1 22699:3 22753:1 22764:1 22766:1 22767:1 22771:1 22805:2 22816:1 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 23006:1 23011:1 23037:2 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:2 23085:1 23095:15 23112:1 23116:1 23122:1 23141:1 23145:1 23150:3 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:2 23464:1 23468:1 23470:1 23482:1 23502:3 23503:1 23512:1 23514:1 23533:1 23569:18 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24028:1 24066:1 24074:3 24091:1 24104:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24201:1 24223:1 24224:1 24227:2 24236:3 24241:1 24245:13 24252:1 24253:1 24261:2 24263:3 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:2 24431:2 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24705:3 24708:4 24728:1 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24832:1 24833:1 24837:2 24847:1 24848:1 24849:1 24864:6 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:2 24992:1 24993:2 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:2 25096:1 25107:2 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25273:2 25279:1 25289:4 25290:2 25294:1 25310:1 25311:3 25313:1 25323:1 25349:1 25363:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:2 25527:2 25531:1 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:4 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25795:1 25796:1 25817:1 25829:3 25835:1 25849:1 25850:1 25852:1 25865:1 25873:1 25879:1 25886:1 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:1 26214:1 26225:1 26250:3 26263:3 26266:1 26267:1 26276:1 26304:1 26309:1 26331:1 26340:1 26343:1 26362:1 26373:6 26385:1 26386:1 26390:1 26402:1 26418:3 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26545:1 26569:1 26642:1 26648:1 26688:1 26693:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:2 27019:1 27027:3 27030:1 27035:1 27069:1 27076:3 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27338:2 27349:1 27351:2 27358:1 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27498:1 27515:1 27519:1 27544:1 27554:1 27561:1 27565:1 27584:1 27653:1 27666:1 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27804:1 27810:2 27817:1 27828:2 27856:1 27866:1 27884:2 27901:1 27908:1 27955:1 27992:1 27995:1 28028:1 28039:2 28045:2 28050:1 28106:2 28139:1 28170:1 28172:2 28185:2 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:4 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:2 28411:1 28414:1 28418:1 28463:1 28511:1 28515:1 28523:1 28552:1 28554:1 28577:1 28584:1 28592:1 28597:1 28634:1 28656:1 28698:1 28729:1 28741:1 28770:1 28789:1 28803:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28999:1 29017:1 29029:1 29040:1 29083:5 29103:1 29114:4 29131:1 29194:2 29196:1 29237:1 29241:1 29307:2 29319:2 29323:1 29336:1 29340:1 29348:2 29352:1 29353:3 29396:2 29402:1 29418:1 29446:1 29457:1 29458:1 29460:3 29461:1 29468:2 29477:1 29496:1 29530:1 29549:1 29571:2 29594:2 29621:1 29640:1 29679:1 29685:3 29707:1 29717:4 29721:4 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29875:1 29883:1 29908:2 29914:1 29944:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30114:1 30145:1 30159:1 30172:3 30197:1 30204:1 30212:1 30219:1 30220:1 30254:11 30255:2 30272:1 30277:1 30322:2 30345:2 30355:1 30386:1 30387:1 30391:1 30393:1 30404:1 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:2 30642:1 30645:1 30660:2 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30846:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31064:3 31094:1 31112:1 31116:1 31133:1 31186:1 31188:1 31189:2 31201:2 31202:3 31203:1 31232:2 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31292:2 31319:1 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:1 31396:1 31414:2 31417:2 31453:1 31456:1 31477:1 31494:1 31500:3 31528:3 31546:1 31552:1 31557:1 31559:1 31560:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31650:2 31653:1 31659:1 31661:1 31666:1 31690:1 31707:1 31712:1 31760:1 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31904:1 31960:2 31976:2 31979:2 31981:1 31986:1 31988:1 32025:1 32031:1 32042:1 32101:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:2 32514:1 32568:1 32582:1 32616:1 32624:5 32635:1 32663:1 32666:1 32668:4 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32806:1 32829:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32976:1 32985:3 32987:2 33011:1 33031:1 33053:1 33055:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33179:1 33195:1 33202:1 33232:1 33239:1 33247:1 33249:1 33269:2 33271:1 33276:1 33278:1 33322:1 33372:1 33375:1 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33483:1 33513:1 33527:1 33544:1 33551:1 33559:2 33565:1 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:1 33695:1 33696:1 33737:1 33742:4 33748:1 33763:1 33768:1 33782:3 33791:2 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:4 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 455:1 460:1 476:1 517:1 538:1 541:1 582:1 594:1 597:1 634:1 678:1 686:1 688:4 729:4 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1033:6 1034:1 1062:1 1066:3 1086:1 1102:1 1103:3 1121:1 1126:4 1130:1 1165:2 1167:3 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1415:1 1419:1 1421:1 1426:1 1468:1 1469:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1600:3 1625:2 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:2 1749:3 1759:1 1845:2 1891:2 1900:2 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:1 2070:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2502:1 2511:2 2523:1 2527:1 2550:1 2560:1 2563:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:5 2653:1 2656:2 2657:3 2660:2 2662:3 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2958:1 2967:1 2974:1 2991:1 3028:1 3078:1 3088:1 3127:1 3129:1 3140:2 3154:1 3176:2 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3381:5 3419:1 3426:2 3434:1 3440:19 3456:1 3479:1 3507:1 3511:1 3512:1 3531:1 3547:1 3577:1 3593:1 3656:1 3665:2 3709:1 3741:1 3750:1 3758:1 3771:1 3772:2 3799:1 3800:1 3804:1 3825:4 3826:1 3832:1 3858:8 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4312:1 4334:1 4384:2 4391:1 4402:1 4429:1 4432:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4752:1 4758:4 4765:2 4770:1 4801:1 4813:2 4825:1 4835:1 4837:1 4853:3 4866:3 4876:2 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4976:2 4991:2 5029:2 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:23 5600:1 5614:1 5632:1 5636:1 5684:1 5708:1 5729:2 5750:3 5751:7 5754:2 5757:2 5759:2 5763:1 5765:2 5774:1 5780:1 5782:2 5783:2 5784:1 5785:1 5809:4 5849:1 5866:2 5872:1 5874:1 5911:2 5924:1 5960:1 5965:4 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6465:1 6498:2 6512:1 6514:1 6545:1 6546:2 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6829:1 6837:1 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:1 7093:1 7096:1 7108:1 7111:1 7128:5 7142:1 7161:1 7166:1 7173:1 7200:1 7201:1 7262:8 7290:4 7330:4 7338:1 7341:1 7365:2 7390:4 7392:1 7399:4 7401:2 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:2 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:1 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7751:1 7782:1 7823:3 7856:1 7891:1 7913:2 7920:3 7948:4 7949:3 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8210:1 8212:1 8213:1 8263:1 8296:3 8320:1 8328:2 8330:1 8364:2 8368:2 8373:1 8375:1 8377:1 8384:1 8385:2 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:3 8954:4 8977:3 8991:1 9011:1 9012:1 9028:31 9050:1 9051:18 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:1 9493:2 9500:1 9539:2 9559:1 9569:1 9575:1 9595:18 9631:1 9654:3 9680:1 9687:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10245:2 10270:1 10292:1 10302:1 10305:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:1 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10624:1 10661:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11062:1 11078:1 11132:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11245:1 11267:2 11276:1 11278:1 11288:2 11311:2 11312:2 11327:2 11352:1 11354:1 11384:1 11395:1 11398:1 11410:1 11442:3 11462:1 11468:1 11474:1 11477:1 11491:1 11506:1 11509:2 11529:1 11539:1 11604:1 11610:1 11624:1 11630:1 11636:1 11644:2 11668:1 11691:1 11745:1 11747:1 11758:2 11807:1 11815:1 11823:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12033:1 12041:1 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12231:1 12237:1 12279:1 12284:1 12290:1 12300:1 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:2 12416:1 12422:1 12433:1 12438:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12612:4 12638:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12783:2 12787:1 12814:1 12818:1 12828:1 12831:1 12834:1 12872:2 12880:1 12887:1 12889:1 12892:7 12906:1 12926:1 12935:1 12939:1 12968:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13270:1 13272:2 13276:2 13302:1 13350:1 13379:1 13386:1 13409:1 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:1 13494:5 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:2 13758:1 13762:2 13767:1 13779:2 13781:1 13786:1 13787:1 13790:1 13795:3 13798:4 13800:2 13801:1 13802:3 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:1 13871:1 13872:1 13884:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14377:1 14388:1 14405:1 14409:1 14414:2 14437:1 14439:1 14457:1 14493:1 14523:1 14547:2 14583:1 14591:1 14600:2 14643:1 14644:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14899:1 14950:1 14952:2 14959:1 14990:2 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:1 15179:2 15184:1 15188:1 15190:2 15195:1 15207:1 15209:1 15215:1 15227:1 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:2 15438:1 15439:2 15440:1 15465:1 15491:2 15497:2 15499:1 15516:5 15547:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:4 15791:1 15816:1 15845:2 15864:1 15870:1 15903:1 15908:2 15922:1 15930:3 15935:1 15940:2 15969:2 15983:1 16040:1 16046:2 16077:1 16079:2 16085:3 16086:1 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16186:1 16197:2 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:1 16312:1 16317:1 16330:1 16359:1 16370:1 16392:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16493:1 16508:2 16511:1 16542:1 16546:1 16558:2 16576:2 16586:2 16610:1 16655:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:1 16830:1 16849:1 16861:2 16864:3 16870:1 16879:1 16880:1 16885:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:2 17054:1 17059:1 17068:3 17070:1 17071:1 17072:1 17082:1 17098:1 17126:1 17136:1 17150:2 17167:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17225:1 17246:1 17253:1 17265:1 17270:1 17287:1 17294:1 17302:1 17307:1 17315:1 17342:1 17376:1 17410:1 17420:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17696:1 17746:1 17789:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17916:1 17938:3 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18085:1 18086:1 18087:4 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:7 18217:3 18222:1 18237:1 18251:1 18255:5 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18375:1 18381:1 18382:1 18384:1 18390:1 18391:2 18402:2 18414:1 18416:2 18417:1 18418:3 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18490:1 18505:1 18531:1 18536:1 18564:2 18602:1 18610:1 18625:1 18639:1 18676:1 18718:4 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:2 18901:3 18910:3 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19200:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:2 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:17 19632:1 19661:1 19664:2 19684:1 19704:2 19721:3 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 19996:1 20007:1 20014:1 20026:3 20050:2 20073:1 20136:1 20137:1 20159:4 20171:1 20189:1 20202:2 20232:2 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20409:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20790:1 20863:1 20867:1 20873:3 20917:1 20929:1 20955:2 20971:2 21004:1 21016:2 21039:3 21045:1 21057:1 21089:2 21099:1 21119:1 21131:1 21132:1 21161:2 21172:1 21212:1 21237:1 21248:1 21279:1 21332:1 21333:1 21345:1 21395:1 21406:7 21421:1 21489:1 21490:1 21540:8 21548:3 21559:3 21580:1 21610:1 21619:1 21629:1 21635:2 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:2094 21768:1 21794:1 21818:2 21841:2 21850:1 21879:1 21898:1 21901:1 21902:1 21912:1 21954:3 21959:1 21982:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:3 22753:1 22764:1 22766:1 22767:1 22771:1 22805:2 22816:1 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 23006:1 23011:1 23037:2 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:2 23085:1 23095:16 23112:1 23116:1 23122:1 23141:1 23145:1 23150:3 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23326:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:2 23464:1 23468:1 23470:1 23482:1 23502:3 23503:1 23512:1 23514:1 23533:1 23569:19 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23866:1 23875:1 23883:1 23890:1 24000:2 24022:1 24028:2 24066:1 24074:3 24091:1 24104:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:1 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:14 24252:1 24253:1 24261:2 24263:3 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:2 24431:2 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24705:3 24708:4 24728:1 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24864:6 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:2 24992:1 24993:2 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:3 25096:1 25107:2 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25230:1 25273:2 25279:1 25289:4 25290:2 25294:1 25310:1 25311:3 25313:1 25323:1 25349:1 25363:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:2 25527:2 25531:1 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:4 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25795:1 25796:1 25817:1 25829:3 25835:1 25849:1 25850:1 25852:1 25865:2 25873:1 25879:1 25886:1 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:2 26214:1 26225:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26373:6 26385:1 26386:1 26390:1 26402:1 26418:3 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26536:1 26545:1 26569:1 26642:1 26648:1 26666:1 26688:1 26693:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 27000:1 27010:3 27019:1 27027:3 27030:1 27035:1 27069:1 27076:3 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27498:1 27515:1 27519:1 27544:1 27554:1 27561:1 27565:1 27584:1 27653:1 27666:1 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27804:1 27810:2 27817:1 27828:2 27856:1 27866:1 27884:2 27901:1 27908:1 27955:1 27992:1 27995:1 28028:1 28039:2 28045:2 28050:1 28106:2 28139:1 28170:1 28172:2 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:4 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:2 28411:1 28414:1 28417:1 28418:1 28463:1 28511:1 28515:1 28523:1 28548:1 28552:1 28554:1 28577:1 28584:1 28592:1 28597:1 28609:1 28634:1 28656:1 28698:1 28729:1 28741:2 28770:1 28789:1 28803:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28999:1 29017:1 29029:1 29040:1 29060:1 29083:5 29103:1 29114:4 29131:1 29194:2 29196:1 29204:1 29237:1 29241:1 29307:2 29319:2 29323:1 29336:1 29340:1 29348:2 29352:1 29353:3 29396:2 29402:1 29418:1 29446:1 29457:1 29458:1 29460:3 29461:1 29468:2 29477:1 29496:1 29499:1 29530:1 29549:1 29571:2 29594:2 29621:1 29640:1 29679:1 29685:3 29707:1 29717:4 29721:4 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29868:1 29875:1 29883:1 29908:2 29914:1 29944:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:11 30255:2 30272:1 30277:1 30322:2 30345:2 30355:1 30386:1 30387:1 30391:1 30393:1 30404:1 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:2 30642:1 30645:1 30660:2 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30846:1 30896:1 30912:1 30940:1 30942:1 30961:1 30982:2 30989:1 31001:1 31031:1 31048:1 31057:1 31061:1 31064:3 31094:1 31112:1 31116:1 31133:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:3 31245:1 31260:1 31263:1 31280:2 31283:2 31286:1 31292:2 31319:1 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:2 31396:1 31405:1 31414:2 31417:2 31453:1 31456:1 31477:1 31494:1 31500:3 31528:3 31546:1 31552:1 31557:1 31559:1 31560:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31650:2 31653:1 31659:1 31661:1 31666:1 31690:1 31707:1 31712:1 31747:1 31760:1 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31904:1 31960:2 31976:2 31979:2 31981:1 31986:1 31988:1 32025:1 32031:1 32042:1 32101:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:2 32514:1 32568:1 32582:1 32616:1 32624:5 32635:1 32663:1 32666:1 32668:4 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32806:1 32829:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32976:1 32985:3 32987:2 33011:1 33013:1 33031:1 33053:1 33055:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33269:2 33271:1 33276:1 33278:1 33322:1 33338:1 33372:1 33375:2 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33483:1 33513:1 33527:1 33544:1 33551:1 33559:2 33565:1 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:1 33695:1 33696:1 33737:1 33742:4 33748:1 33763:1 33768:1 33782:3 33791:2 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:4 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 83:1 91:1 127:1 193:4 204:4 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 455:1 460:1 476:1 517:1 538:1 541:1 582:1 594:1 596:1 597:1 634:1 678:1 686:1 688:4 729:4 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1033:6 1034:1 1062:1 1066:3 1086:1 1102:1 1103:3 1121:1 1126:4 1130:1 1165:2 1167:3 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1415:1 1419:1 1421:1 1426:1 1453:1 1468:1 1469:1 1480:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1600:3 1625:2 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:2 1749:3 1759:1 1845:2 1891:2 1900:2 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:1 2070:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2502:1 2511:2 2523:1 2527:2 2550:1 2560:1 2563:1 2565:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:5 2653:1 2656:3 2657:3 2660:2 2662:3 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2792:1 2814:1 2854:1 2863:1 2927:1 2944:1 2958:1 2967:1 2970:1 2974:1 2991:1 3028:1 3078:1 3088:1 3127:1 3129:1 3140:2 3154:1 3176:3 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:4 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3381:5 3419:1 3426:2 3434:1 3440:19 3456:1 3479:1 3507:1 3511:1 3512:1 3531:1 3547:1 3573:1 3577:1 3593:1 3656:1 3665:2 3709:1 3741:1 3750:1 3758:1 3771:1 3772:2 3799:1 3800:1 3804:1 3825:5 3826:1 3832:1 3858:8 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4304:1 4312:1 4334:1 4384:2 4391:1 4402:1 4429:1 4432:1 4444:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4752:1 4758:4 4765:2 4770:1 4801:1 4813:2 4825:1 4835:1 4837:1 4853:3 4866:3 4876:2 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4965:1 4976:2 4991:2 5014:1 5029:2 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5144:1 5146:1 5217:4 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:2 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5570:2 5584:1 5595:24 5600:1 5614:1 5632:1 5636:1 5684:1 5708:1 5729:2 5750:3 5751:7 5754:2 5757:2 5759:2 5763:1 5765:2 5774:1 5780:1 5782:2 5783:2 5784:1 5785:1 5809:4 5849:1 5866:2 5872:1 5874:1 5911:2 5924:1 5960:1 5965:4 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6174:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6465:1 6498:2 6512:1 6514:1 6545:1 6546:2 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6829:1 6837:1 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:1 7093:1 7096:1 7108:1 7111:1 7128:5 7142:1 7161:1 7166:1 7173:1 7200:1 7201:1 7262:8 7290:4 7330:4 7338:1 7341:1 7365:2 7390:4 7392:1 7399:5 7401:2 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:2 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:2 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7749:1 7751:1 7782:1 7823:4 7856:1 7891:1 7913:2 7920:3 7948:4 7949:3 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8207:1 8210:1 8212:1 8213:1 8263:1 8296:3 8320:1 8328:2 8330:1 8364:2 8368:2 8373:1 8375:1 8377:1 8384:1 8385:2 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:3 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:3 8954:4 8977:3 8991:1 9011:1 9012:1 9028:32 9050:1 9051:18 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:1 9493:2 9500:1 9539:2 9559:1 9569:1 9575:1 9595:19 9631:1 9654:3 9680:1 9687:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9880:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10244:1 10245:2 10270:1 10292:1 10302:1 10305:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:1 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10624:1 10661:2 10676:5 10681:1 10760:2 10775:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11062:1 11076:1 11078:1 11132:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11245:1 11267:2 11276:1 11278:1 11288:3 11311:2 11312:2 11327:3 11352:1 11354:1 11384:1 11395:1 11398:1 11410:1 11442:3 11462:1 11464:1 11468:1 11474:1 11477:1 11491:1 11506:1 11509:2 11529:1 11539:1 11604:1 11610:1 11624:1 11630:1 11636:1 11644:2 11668:1 11691:1 11745:1 11747:1 11758:2 11807:1 11815:1 11823:1 11843:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12033:1 12041:2 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12231:1 12237:1 12279:1 12284:1 12290:1 12300:1 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:2 12416:1 12422:1 12433:1 12438:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12612:4 12638:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12783:2 12787:1 12814:1 12818:1 12828:1 12831:1 12834:1 12872:2 12880:2 12887:1 12889:1 12892:7 12906:1 12926:1 12935:1 12939:1 12968:1 12992:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13270:1 13272:2 13276:2 13302:1 13350:1 13379:1 13386:1 13409:1 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:1 13494:5 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:2 13758:1 13762:2 13767:1 13779:2 13781:2 13786:1 13787:1 13790:1 13795:3 13798:4 13800:2 13801:1 13802:3 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:2 13871:1 13872:1 13884:1 13887:1 13891:3 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:1 14246:4 14250:1 14264:4 14280:1 14320:1 14348:1 14369:1 14377:1 14388:1 14405:1 14409:1 14414:2 14437:1 14439:1 14457:1 14493:1 14523:1 14547:2 14583:1 14591:1 14600:2 14643:1 14644:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14899:1 14950:1 14952:2 14959:1 14990:2 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:1 15179:2 15184:1 15188:1 15190:2 15195:1 15207:1 15209:1 15215:1 15227:1 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:2 15438:1 15439:2 15440:1 15465:1 15491:2 15497:2 15499:1 15516:5 15547:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:4 15791:1 15816:1 15845:2 15864:1 15870:1 15903:1 15908:2 15922:1 15930:3 15935:1 15940:2 15969:2 15983:1 16040:1 16046:2 16077:1 16079:2 16084:1 16085:3 16086:1 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16186:1 16197:2 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:1 16312:1 16317:2 16330:1 16359:1 16370:1 16392:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16493:1 16508:2 16511:1 16542:1 16546:1 16558:2 16576:2 16586:2 16610:1 16655:1 16657:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:1 16830:1 16840:1 16849:1 16861:2 16864:3 16870:1 16876:1 16879:1 16880:1 16885:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:2 17054:1 17059:1 17068:3 17070:1 17071:1 17072:1 17082:1 17098:1 17108:1 17126:1 17136:1 17150:2 17167:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17225:1 17246:1 17253:1 17265:1 17270:1 17287:1 17294:1 17302:1 17307:1 17315:1 17342:1 17353:1 17376:1 17410:1 17420:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17696:1 17746:1 17789:1 17810:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17916:1 17938:3 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18085:1 18086:1 18087:5 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:7 18217:3 18222:1 18237:1 18251:1 18255:5 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18375:1 18381:1 18382:1 18384:1 18390:1 18391:2 18402:2 18414:1 18416:2 18417:1 18418:4 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18490:1 18505:1 18531:1 18536:1 18564:2 18602:1 18606:1 18610:1 18625:1 18639:1 18676:1 18718:4 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:2 18901:3 18910:3 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19029:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19200:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:2 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:17 19632:1 19661:1 19664:2 19684:1 19704:2 19707:1 19721:3 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:1 19996:1 20007:1 20014:1 20026:3 20050:2 20073:1 20125:1 20136:1 20137:1 20159:4 20171:1 20189:1 20202:2 20232:2 20261:1 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20409:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20790:1 20863:1 20867:1 20873:3 20917:1 20929:1 20955:2 20971:3 21004:1 21016:2 21039:3 21045:1 21057:1 21089:2 21099:1 21119:1 21131:1 21132:1 21161:2 21172:1 21212:1 21237:1 21248:1 21279:1 21332:1 21333:1 21345:1 21373:1 21395:1 21406:7 21421:1 21480:1 21489:1 21490:1 21540:8 21548:3 21559:3 21567:1 21580:1 21610:1 21619:1 21629:1 21635:2 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21752:1 21765:2136 21768:1 21794:1 21818:2 21841:2 21850:1 21879:1 21898:1 21901:1 21902:1 21912:1 21954:3 21959:1 21982:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:3 22753:1 22764:1 22766:1 22767:1 22771:1 22805:2 22816:1 22843:1 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 23006:1 23011:1 23037:2 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:2 23085:1 23095:16 23112:1 23116:1 23122:1 23141:1 23145:1 23150:4 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23326:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:2 23464:1 23468:1 23470:1 23482:1 23502:3 23503:1 23512:1 23514:1 23533:1 23569:19 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23866:2 23875:1 23883:1 23890:1 24000:2 24022:1 24028:2 24066:1 24074:3 24091:1 24104:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:1 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:14 24252:1 24253:1 24261:2 24263:3 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:3 24431:2 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:2 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24705:3 24708:5 24728:1 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24864:6 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:1 24930:5 24932:1 24937:1 24939:1 24941:2 24992:1 24993:2 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:3 25096:1 25107:2 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25230:1 25273:2 25279:1 25289:4 25290:2 25294:1 25310:1 25311:3 25313:1 25323:1 25349:1 25363:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:4 25521:2 25527:2 25531:2 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25655:2 25661:1 25670:1 25679:1 25691:4 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25795:1 25796:1 25817:1 25829:3 25835:1 25838:1 25849:1 25850:1 25852:1 25865:2 25873:1 25879:1 25886:1 25889:1 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25922:1 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26196:1 26205:2 26214:1 26225:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26373:6 26378:1 26385:1 26386:1 26390:1 26402:1 26418:3 26419:2 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26536:1 26545:1 26569:1 26642:2 26648:1 26666:1 26688:1 26693:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 26967:1 27000:1 27010:3 27019:1 27027:3 27030:1 27035:1 27069:1 27076:3 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27498:1 27515:1 27519:1 27544:1 27554:1 27561:1 27565:1 27584:1 27653:1 27666:1 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27804:1 27810:2 27817:1 27828:2 27856:1 27866:1 27884:2 27901:1 27908:1 27955:1 27992:1 27995:1 28028:1 28039:2 28045:2 28050:1 28106:2 28114:1 28139:1 28170:1 28172:2 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:4 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:2 28411:1 28414:1 28417:1 28418:1 28463:1 28511:1 28515:1 28523:1 28548:1 28552:1 28554:1 28577:1 28584:1 28592:1 28597:1 28609:1 28634:1 28636:1 28656:1 28698:1 28729:1 28741:2 28770:1 28789:1 28803:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28999:1 29017:1 29029:1 29040:1 29060:1 29083:5 29103:1 29114:5 29131:1 29194:2 29196:1 29204:1 29237:1 29241:1 29307:2 29319:2 29323:1 29336:1 29340:1 29348:2 29352:1 29353:3 29396:2 29402:1 29418:1 29446:1 29457:1 29458:1 29460:3 29461:1 29468:2 29477:1 29496:2 29499:1 29530:1 29549:1 29571:2 29594:2 29621:1 29640:1 29679:1 29685:3 29707:1 29717:5 29721:4 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29868:1 29875:1 29883:1 29908:2 29914:1 29944:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:11 30255:2 30272:1 30277:1 30322:2 30345:2 30355:1 30386:1 30387:1 30391:1 30393:1 30404:1 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:2 30631:1 30642:1 30645:1 30660:2 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30846:1 30896:1 30912:1 30940:1 30942:1 30961:2 30982:2 30989:1 31001:1 31031:1 31032:1 31048:1 31057:1 31061:1 31064:3 31094:1 31112:1 31116:1 31133:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:3 31245:1 31260:1 31263:2 31280:2 31283:2 31286:1 31292:2 31319:1 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:2 31396:1 31405:1 31414:2 31417:2 31453:1 31456:1 31477:1 31494:1 31500:3 31528:3 31546:1 31552:1 31557:1 31559:1 31560:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31650:2 31653:1 31659:1 31661:1 31666:1 31690:1 31707:1 31712:1 31747:1 31760:1 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31904:1 31960:2 31976:2 31979:2 31981:1 31986:1 31988:2 32025:1 32031:2 32042:1 32101:1 32113:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32487:1 32491:3 32511:2 32514:1 32568:1 32582:1 32616:1 32624:5 32635:1 32663:1 32666:1 32668:4 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:4 32778:1 32799:1 32806:1 32829:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32976:1 32985:3 32987:2 33011:1 33013:1 33031:1 33053:1 33055:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33269:2 33271:1 33276:1 33278:1 33322:1 33338:1 33372:1 33375:2 33382:1 33412:1 33432:2 33441:1 33456:1 33458:1 33483:1 33513:1 33527:1 33544:1 33551:1 33559:2 33565:1 33578:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:1 33695:1 33696:1 33737:1 33742:4 33748:1 33763:1 33768:1 33782:3 33791:2 33815:1 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:2 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:4 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 83:1 91:1 127:1 193:4 204:5 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 455:1 460:1 476:1 517:1 538:1 541:1 582:1 594:1 596:1 597:1 634:1 641:1 678:2 686:1 688:4 729:4 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1033:7 1034:1 1062:1 1066:3 1069:1 1086:1 1102:1 1103:3 1121:1 1126:4 1130:1 1165:2 1167:3 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1415:1 1419:1 1421:1 1426:1 1453:1 1468:1 1469:1 1480:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1586:1 1600:3 1625:2 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:2 1749:3 1759:1 1845:2 1891:2 1900:2 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:1 2070:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2502:2 2511:2 2523:1 2527:2 2550:1 2560:1 2562:1 2563:1 2565:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:5 2653:1 2656:3 2657:3 2660:2 2662:3 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2792:1 2814:1 2820:1 2854:1 2863:1 2927:1 2940:1 2944:1 2958:1 2967:1 2970:1 2974:1 2991:1 3028:1 3078:1 3088:1 3109:1 3127:1 3129:1 3140:2 3154:1 3176:3 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:7 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3381:5 3419:1 3426:2 3434:1 3440:19 3456:1 3479:1 3507:1 3511:1 3512:1 3531:1 3547:1 3573:1 3577:1 3593:1 3656:2 3665:2 3709:1 3741:1 3750:1 3758:1 3771:1 3772:2 3799:1 3800:1 3804:1 3825:5 3826:1 3832:1 3858:8 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4304:1 4312:1 4334:1 4342:1 4384:2 4391:1 4402:1 4429:1 4432:2 4444:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4752:1 4758:5 4765:2 4770:1 4801:1 4813:2 4825:1 4835:1 4837:1 4842:1 4853:3 4866:3 4876:2 4879:1 4901:1 4934:1 4952:1 4961:1 4964:1 4965:1 4976:2 4991:2 5014:1 5029:2 5034:1 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5130:1 5144:1 5146:1 5166:1 5217:5 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:1 5364:1 5367:3 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5532:1 5570:2 5584:1 5595:26 5600:1 5614:1 5632:1 5636:1 5681:1 5684:1 5708:1 5718:1 5729:2 5750:3 5751:7 5754:2 5757:2 5759:2 5763:1 5765:2 5774:2 5780:1 5782:2 5783:2 5784:1 5785:1 5809:5 5849:1 5866:2 5872:1 5874:1 5911:2 5924:1 5960:1 5965:5 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6166:1 6174:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6465:1 6498:3 6512:1 6514:1 6545:1 6546:2 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6829:1 6837:2 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:1 7093:1 7096:1 7108:1 7111:1 7128:5 7142:1 7161:1 7166:1 7173:1 7200:1 7201:1 7214:1 7262:8 7290:5 7330:5 7338:1 7341:1 7365:2 7390:4 7392:1 7399:5 7401:2 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:2 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:2 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7749:1 7751:1 7782:1 7818:1 7823:5 7856:1 7891:1 7913:2 7920:4 7948:4 7949:3 8026:1 8037:1 8075:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8207:1 8210:1 8212:1 8213:1 8263:1 8296:3 8320:1 8328:2 8330:1 8364:2 8368:2 8373:1 8375:1 8377:1 8384:1 8385:2 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:4 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:5 8954:5 8977:3 8991:1 9011:1 9012:1 9028:32 9050:1 9051:18 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9295:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:4 9493:2 9500:1 9539:2 9559:1 9569:1 9575:1 9595:19 9631:1 9654:3 9680:1 9687:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9880:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10244:1 10245:2 10270:1 10292:1 10302:1 10305:1 10308:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:2 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10624:1 10661:2 10676:5 10681:1 10739:1 10747:1 10760:2 10775:1 10811:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11062:1 11076:1 11078:1 11132:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11234:1 11245:1 11267:2 11276:1 11278:1 11288:3 11311:2 11312:2 11327:3 11352:1 11354:1 11384:1 11395:1 11398:1 11410:1 11442:3 11462:1 11464:1 11468:1 11474:1 11477:1 11491:1 11506:1 11508:1 11509:2 11529:1 11539:1 11604:2 11610:1 11624:1 11630:1 11636:1 11644:2 11651:1 11668:1 11691:1 11745:1 11747:1 11758:2 11807:1 11815:1 11823:1 11843:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:1 11927:1 11928:2 11934:1 11960:1 11969:1 12033:1 12041:2 12044:1 12066:2 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12231:1 12237:1 12279:1 12284:1 12290:1 12300:1 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:2 12416:1 12422:1 12433:1 12438:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12612:4 12638:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12783:2 12787:1 12814:1 12818:1 12828:1 12831:1 12834:1 12872:2 12880:2 12887:1 12889:2 12892:7 12906:1 12926:1 12935:1 12939:1 12968:1 12992:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13270:1 13272:2 13276:2 13302:1 13350:1 13379:1 13386:1 13409:1 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:1 13494:5 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:3 13758:1 13762:2 13767:1 13779:2 13781:2 13786:1 13787:1 13790:1 13795:3 13798:4 13800:2 13801:1 13802:4 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:2 13871:1 13872:1 13884:1 13887:1 13891:3 13896:1 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:1 14246:5 14250:1 14264:5 14280:1 14320:1 14348:1 14369:1 14377:1 14388:1 14405:1 14407:1 14409:1 14414:2 14437:1 14439:1 14457:1 14467:1 14493:1 14523:1 14547:2 14557:1 14583:1 14591:1 14600:2 14643:1 14644:1 14677:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:1 14899:1 14918:1 14950:1 14952:2 14959:1 14990:2 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:1 15179:2 15184:1 15188:1 15190:2 15195:1 15207:1 15209:1 15215:1 15227:2 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:2 15438:1 15439:2 15440:1 15465:1 15491:2 15497:2 15499:1 15516:5 15547:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:1 15685:3 15686:2 15701:1 15711:1 15719:2 15752:1 15783:6 15791:1 15816:1 15845:2 15864:1 15870:1 15903:1 15908:2 15922:1 15930:4 15935:1 15940:2 15969:2 15983:1 16040:1 16046:2 16077:1 16079:2 16084:1 16085:3 16086:1 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16177:2 16186:1 16197:2 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:1 16312:1 16317:2 16330:1 16359:1 16370:1 16392:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16491:1 16493:1 16508:2 16511:1 16542:1 16546:1 16558:2 16576:2 16586:2 16598:1 16610:1 16655:1 16657:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:1 16830:1 16840:1 16849:1 16861:2 16864:3 16870:1 16876:1 16879:1 16880:1 16885:1 16895:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:2 17054:1 17059:1 17068:3 17070:1 17071:1 17072:2 17082:2 17098:1 17108:1 17126:1 17136:1 17150:2 17167:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17225:1 17246:1 17253:1 17265:1 17270:1 17287:1 17294:1 17302:1 17307:2 17315:1 17336:1 17342:2 17353:1 17376:1 17410:1 17420:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17696:1 17746:1 17789:1 17810:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17904:1 17916:1 17938:3 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18085:1 18086:1 18087:5 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18170:1 18173:1 18196:3 18205:1 18207:7 18217:3 18222:1 18237:1 18251:1 18255:5 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18375:1 18381:1 18382:1 18384:1 18390:1 18391:2 18402:2 18414:1 18416:2 18417:1 18418:4 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18490:1 18505:1 18531:1 18536:1 18564:2 18602:1 18606:1 18610:1 18625:1 18639:1 18676:1 18718:6 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:2 18901:4 18910:3 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19029:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19200:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:3 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:17 19632:1 19661:1 19664:2 19684:1 19704:2 19707:1 19721:3 19748:1 19801:1 19816:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:2 19996:1 20007:1 20014:1 20023:1 20026:3 20050:2 20073:1 20088:1 20125:1 20136:1 20137:1 20159:4 20171:1 20180:1 20189:1 20202:2 20232:2 20261:1 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20409:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20628:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20790:1 20863:1 20867:1 20873:3 20910:1 20917:1 20929:1 20955:2 20971:3 21004:1 21016:2 21039:3 21045:1 21057:1 21089:2 21099:1 21106:1 21119:1 21131:1 21132:1 21161:2 21172:1 21212:1 21237:1 21248:1 21279:1 21285:1 21332:1 21333:1 21345:1 21352:1 21373:1 21395:1 21406:7 21421:1 21480:1 21489:1 21490:1 21540:9 21548:3 21559:3 21567:1 21580:1 21610:1 21619:1 21629:3 21635:2 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21750:1 21752:1 21765:2210 21768:1 21794:1 21818:2 21841:3 21850:1 21879:1 21898:1 21901:1 21902:1 21912:1 21954:3 21959:1 21982:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22158:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:3 22715:1 22753:1 22764:1 22766:1 22767:1 22771:1 22805:2 22816:1 22843:3 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 23006:1 23011:1 23037:2 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:3 23085:1 23095:16 23099:1 23112:1 23116:1 23122:1 23141:1 23145:1 23150:4 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23326:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:3 23464:1 23468:1 23470:1 23482:1 23489:1 23502:3 23503:1 23512:1 23514:1 23533:1 23553:1 23569:19 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23866:2 23875:1 23883:1 23890:1 23998:1 24000:2 24022:1 24028:2 24066:1 24074:3 24091:1 24104:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:2 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:14 24252:1 24253:1 24261:2 24263:5 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:3 24431:2 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:3 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24705:3 24708:5 24728:1 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24864:6 24867:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:2 24928:1 24930:5 24932:1 24937:1 24939:1 24941:2 24969:1 24992:1 24993:2 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:3 25096:1 25107:2 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25230:1 25273:2 25279:1 25289:4 25290:2 25294:1 25310:1 25311:3 25313:1 25323:1 25349:2 25363:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:5 25521:2 25527:2 25531:2 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25655:2 25661:1 25662:1 25670:1 25679:1 25686:1 25691:4 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25795:1 25796:1 25817:1 25829:3 25835:1 25838:1 25849:1 25850:1 25852:1 25865:2 25873:1 25879:1 25886:1 25889:2 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25922:1 25938:1 25939:2 25943:1 25961:1 25962:2 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26183:1 26196:1 26205:2 26214:1 26225:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26364:1 26373:6 26378:1 26385:1 26386:1 26390:1 26402:1 26418:3 26419:2 26457:1 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26536:1 26545:1 26569:1 26602:1 26642:2 26648:1 26666:1 26688:1 26693:1 26695:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 26967:1 27000:1 27010:3 27019:1 27027:3 27030:2 27035:1 27069:1 27076:3 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27498:1 27515:1 27519:1 27544:1 27554:1 27561:1 27565:1 27584:1 27645:1 27653:1 27666:1 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27804:1 27810:2 27817:1 27828:2 27856:1 27866:1 27884:2 27901:1 27908:1 27955:1 27992:1 27995:1 28005:1 28028:1 28039:2 28045:2 28050:1 28106:2 28114:1 28139:1 28170:1 28172:2 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:4 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:2 28411:1 28414:1 28417:1 28418:1 28463:1 28511:1 28515:1 28523:1 28548:1 28552:1 28554:1 28577:1 28584:1 28587:2 28592:1 28597:1 28609:2 28634:1 28636:1 28656:1 28698:1 28729:1 28741:2 28770:1 28789:2 28803:1 28820:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28999:1 29017:1 29029:1 29040:1 29060:1 29081:1 29083:5 29103:1 29114:5 29131:1 29194:2 29196:1 29204:1 29237:1 29241:1 29307:2 29319:2 29323:1 29335:1 29336:1 29340:1 29348:2 29352:2 29353:3 29396:2 29402:1 29418:1 29446:1 29457:1 29458:2 29460:3 29461:1 29468:2 29477:1 29496:2 29499:1 29530:1 29549:1 29571:2 29594:2 29621:1 29640:1 29644:1 29679:1 29685:3 29707:1 29717:5 29721:4 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29868:1 29875:1 29883:1 29908:2 29914:1 29944:1 29953:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:12 30255:2 30272:1 30277:1 30322:2 30345:2 30355:1 30386:1 30387:1 30391:1 30393:2 30404:2 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:2 30631:1 30633:1 30642:1 30645:1 30660:2 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30846:1 30896:1 30912:1 30940:1 30942:1 30961:2 30982:2 30989:1 31001:1 31031:1 31032:1 31048:1 31057:1 31061:1 31064:3 31094:1 31098:1 31112:1 31116:1 31133:1 31174:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:3 31245:1 31260:1 31263:2 31280:2 31283:2 31286:1 31292:2 31319:1 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:2 31396:1 31405:1 31414:2 31417:2 31424:1 31453:1 31456:1 31477:1 31494:1 31500:3 31528:3 31546:2 31552:1 31557:1 31559:1 31560:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31650:2 31653:1 31659:1 31660:1 31661:2 31666:1 31690:1 31707:1 31712:1 31747:1 31760:1 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31904:1 31960:2 31976:2 31979:2 31981:1 31986:1 31988:2 32012:2 32025:1 32031:2 32042:1 32099:1 32101:1 32113:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32294:1 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32454:1 32472:1 32474:1 32487:1 32491:3 32511:2 32514:1 32568:1 32582:1 32616:2 32624:5 32635:1 32663:1 32666:1 32668:6 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:5 32778:1 32799:1 32806:1 32829:1 32831:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32976:1 32985:4 32987:2 33011:1 33013:1 33031:1 33053:1 33055:1 33062:1 33064:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33157:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33269:2 33271:1 33276:1 33278:1 33322:1 33327:1 33338:1 33372:1 33375:2 33382:2 33412:1 33432:3 33441:1 33456:1 33458:1 33483:1 33513:1 33527:1 33544:1 33551:1 33557:2 33559:2 33565:1 33578:1 33598:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:1 33695:1 33696:1 33737:1 33742:4 33748:1 33763:1 33768:1 33782:3 33791:2 33815:1 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:3 33876:2 33877:1 33879:1 33883:1 33888:3 33892:1 33906:1 33912:1 33921:4 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 50:1 83:1 91:1 127:1 193:4 204:5 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 455:1 460:1 476:1 517:1 538:1 541:1 582:1 594:1 596:1 597:1 634:1 641:1 678:2 686:1 688:4 729:4 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1033:7 1034:1 1062:2 1066:3 1069:1 1086:1 1102:2 1103:3 1121:1 1126:4 1130:1 1165:2 1167:3 1182:1 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1415:1 1419:1 1421:1 1426:1 1453:1 1468:1 1469:1 1470:1 1480:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1586:1 1600:3 1625:2 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:2 1749:3 1759:1 1845:2 1891:2 1900:2 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:1 2070:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2502:2 2511:2 2523:1 2527:2 2550:1 2560:1 2562:2 2563:1 2565:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:5 2653:1 2656:3 2657:3 2660:2 2662:3 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2788:1 2792:1 2814:1 2820:1 2854:1 2863:1 2927:1 2940:1 2944:1 2958:1 2967:1 2970:1 2974:1 2991:1 3028:1 3078:1 3088:1 3109:1 3127:1 3129:1 3140:2 3154:1 3176:3 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:7 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3381:5 3419:1 3426:2 3434:1 3440:20 3456:1 3479:1 3507:1 3511:1 3512:1 3531:1 3547:1 3573:1 3577:1 3593:1 3656:2 3665:3 3709:1 3741:1 3750:1 3758:1 3771:1 3772:2 3799:1 3800:1 3804:1 3825:5 3826:1 3832:1 3858:8 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4304:1 4312:1 4334:1 4342:1 4384:2 4391:1 4402:1 4429:1 4432:2 4444:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4752:1 4758:5 4765:2 4770:1 4801:1 4813:2 4825:1 4835:1 4837:1 4842:1 4853:3 4866:3 4876:2 4879:1 4901:1 4916:1 4934:1 4952:1 4961:2 4964:1 4965:1 4976:2 4991:2 5014:1 5029:2 5034:1 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5130:1 5144:1 5146:1 5166:1 5217:5 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:2 5364:1 5367:3 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5467:1 5480:1 5525:1 5528:1 5532:1 5570:2 5584:1 5595:26 5600:1 5614:1 5632:1 5636:1 5681:1 5684:1 5708:1 5718:1 5729:2 5750:3 5751:7 5754:2 5757:2 5759:2 5763:1 5765:2 5774:2 5780:1 5782:2 5783:2 5784:1 5785:1 5809:5 5849:1 5866:2 5872:1 5874:1 5911:2 5924:1 5960:1 5965:5 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6166:1 6174:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6465:1 6498:3 6512:1 6514:1 6545:1 6546:2 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6829:1 6837:2 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:1 7093:1 7096:1 7108:1 7111:1 7128:5 7142:1 7161:1 7166:1 7173:1 7200:1 7201:1 7214:1 7262:8 7290:5 7330:5 7338:1 7341:1 7365:2 7390:4 7392:1 7399:5 7401:3 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:2 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:2 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7749:1 7751:1 7782:1 7818:1 7823:5 7856:1 7891:1 7913:2 7920:4 7948:4 7949:3 8026:1 8037:1 8075:2 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8207:1 8210:1 8212:1 8213:1 8263:1 8296:3 8320:1 8328:2 8330:1 8364:2 8368:2 8373:2 8375:1 8377:1 8384:1 8385:2 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:4 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:6 8954:5 8977:3 8991:1 9011:1 9012:1 9028:32 9050:1 9051:19 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9295:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:4 9493:2 9500:1 9539:2 9559:1 9569:1 9575:1 9595:20 9631:1 9640:1 9654:3 9680:1 9687:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9880:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10244:1 10245:2 10270:1 10292:1 10302:1 10305:1 10308:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:2 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10624:1 10661:2 10676:5 10681:1 10739:1 10747:1 10760:2 10775:1 10811:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11062:1 11076:1 11078:1 11132:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11234:1 11245:1 11267:2 11276:1 11278:1 11288:4 11311:2 11312:2 11327:4 11352:1 11354:1 11384:1 11395:1 11398:1 11410:1 11442:3 11462:1 11464:1 11468:1 11474:1 11477:1 11491:1 11506:1 11508:1 11509:3 11529:1 11539:1 11604:2 11610:1 11624:1 11630:1 11636:1 11644:2 11651:1 11668:1 11691:1 11745:1 11747:1 11758:2 11807:1 11815:1 11823:1 11843:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:2 11927:1 11928:2 11934:1 11960:1 11969:1 12033:1 12041:2 12044:1 12066:2 12079:1 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12231:1 12237:1 12279:1 12284:1 12290:1 12300:1 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:2 12416:1 12422:1 12433:1 12438:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12612:4 12638:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12783:2 12787:1 12814:1 12818:1 12828:1 12831:1 12834:1 12872:2 12880:2 12887:1 12889:2 12892:7 12906:1 12926:1 12935:1 12939:1 12968:1 12992:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13264:1 13265:1 13270:1 13272:2 13276:2 13302:1 13350:1 13379:1 13386:1 13409:2 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:1 13494:5 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:3 13758:1 13762:2 13767:1 13779:2 13781:2 13786:1 13787:1 13790:1 13795:3 13798:4 13800:2 13801:1 13802:4 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:2 13871:1 13872:2 13884:1 13887:1 13891:3 13896:1 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:2 14246:5 14250:1 14264:5 14280:1 14320:1 14348:1 14369:1 14377:1 14388:1 14405:1 14407:1 14409:1 14414:2 14437:1 14439:1 14457:1 14467:1 14493:1 14523:1 14547:2 14557:1 14583:1 14591:1 14600:2 14643:1 14644:1 14677:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:2 14899:1 14904:1 14918:1 14950:1 14952:2 14959:1 14990:2 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:1 15179:2 15184:1 15188:1 15190:2 15195:1 15207:1 15209:1 15215:1 15227:2 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:2 15438:1 15439:2 15440:1 15465:1 15491:2 15497:2 15499:1 15516:5 15547:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:1 15685:3 15686:2 15701:2 15711:1 15719:2 15752:1 15783:6 15791:1 15816:1 15845:2 15864:1 15870:1 15903:1 15908:2 15922:1 15930:4 15935:1 15940:2 15969:2 15983:1 16040:1 16046:2 16077:1 16079:2 16084:1 16085:3 16086:1 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16177:2 16186:1 16197:3 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:1 16312:1 16317:2 16330:1 16359:1 16370:1 16392:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16491:1 16493:1 16508:2 16511:1 16542:1 16546:1 16558:2 16576:2 16586:2 16598:1 16610:1 16655:1 16657:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:2 16830:1 16840:1 16849:1 16861:2 16864:3 16870:1 16876:1 16879:1 16880:1 16885:1 16895:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:2 17054:1 17059:1 17068:3 17070:1 17071:1 17072:2 17082:2 17098:1 17108:1 17126:1 17136:1 17150:2 17167:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17225:1 17246:1 17253:1 17265:1 17270:1 17287:1 17294:1 17302:1 17307:2 17315:1 17336:1 17342:2 17353:1 17376:1 17410:1 17420:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17675:1 17696:1 17746:1 17789:1 17810:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17904:1 17916:1 17938:3 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18085:1 18086:1 18087:6 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18156:1 18170:1 18173:1 18196:3 18205:1 18207:7 18217:3 18222:1 18237:1 18251:1 18255:5 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18375:2 18381:1 18382:1 18384:1 18390:1 18391:2 18402:2 18414:1 18416:2 18417:1 18418:5 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18479:1 18490:1 18505:1 18531:1 18536:1 18564:2 18602:1 18606:1 18610:1 18625:1 18639:1 18676:1 18718:6 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:2 18901:4 18910:3 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19029:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19200:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19353:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:3 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:18 19632:1 19661:1 19664:2 19684:1 19704:2 19707:1 19721:3 19748:1 19801:1 19816:1 19844:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:3 19996:1 20007:1 20014:1 20023:1 20026:3 20050:2 20073:1 20088:1 20125:1 20136:1 20137:1 20159:4 20171:1 20180:1 20189:2 20202:2 20232:2 20261:1 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20409:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20628:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20790:1 20863:1 20867:1 20873:3 20910:1 20917:1 20929:1 20955:2 20971:3 21004:1 21016:2 21023:1 21039:3 21045:1 21057:1 21089:2 21099:1 21106:1 21119:1 21131:1 21132:1 21161:2 21172:1 21212:1 21237:1 21248:1 21279:1 21285:1 21332:1 21333:1 21345:1 21352:1 21373:1 21395:1 21399:1 21406:7 21421:1 21480:1 21489:1 21490:1 21540:9 21548:3 21559:3 21567:1 21580:1 21610:1 21619:1 21629:3 21635:2 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21750:1 21752:1 21765:2253 21768:1 21794:1 21818:2 21841:3 21850:1 21879:1 21898:1 21901:1 21902:1 21912:1 21954:3 21959:1 21982:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22158:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:3 22715:1 22753:1 22764:1 22766:1 22767:1 22771:1 22805:2 22816:1 22843:3 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 23006:1 23011:1 23037:2 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:3 23085:1 23095:17 23099:1 23112:1 23116:1 23122:1 23141:1 23145:1 23150:5 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23326:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:3 23464:1 23468:1 23470:1 23482:1 23489:1 23502:3 23503:1 23512:1 23514:1 23533:1 23553:1 23569:20 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23866:3 23875:1 23883:1 23890:1 23998:1 24000:2 24022:1 24028:2 24066:1 24074:3 24091:1 24104:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:2 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:15 24252:1 24253:1 24261:3 24263:5 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:3 24431:3 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:3 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24705:3 24708:5 24728:2 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24864:6 24867:2 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:3 24928:1 24930:5 24932:1 24937:2 24939:1 24941:2 24969:1 24992:1 24993:2 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:3 25096:1 25107:2 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25230:1 25273:2 25279:1 25289:4 25290:2 25294:1 25310:1 25311:3 25313:1 25323:1 25349:2 25363:1 25369:1 25412:2 25438:2 25449:1 25455:1 25488:5 25521:2 25527:2 25531:2 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25655:2 25661:1 25662:1 25670:2 25679:1 25686:1 25691:4 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25795:1 25796:1 25817:1 25829:3 25835:1 25838:1 25849:1 25850:1 25852:1 25863:1 25865:2 25873:1 25879:1 25886:1 25889:2 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25922:1 25938:1 25939:2 25943:1 25961:1 25962:2 25983:1 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26183:1 26196:1 26205:2 26214:1 26225:1 26227:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26364:1 26373:7 26378:1 26385:1 26386:1 26390:1 26402:1 26418:3 26419:2 26457:1 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26536:1 26545:1 26569:1 26602:1 26642:2 26648:1 26665:1 26666:1 26688:1 26693:1 26695:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 26967:1 27000:1 27010:3 27019:1 27027:3 27030:2 27035:1 27069:1 27076:3 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27498:1 27515:1 27519:1 27544:1 27554:1 27561:1 27565:1 27568:1 27584:1 27645:1 27653:1 27666:1 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27804:1 27810:2 27817:1 27828:2 27856:1 27866:1 27884:2 27901:1 27908:1 27955:1 27992:1 27995:1 28005:1 28028:1 28039:2 28045:2 28050:1 28106:2 28114:1 28139:1 28170:1 28172:2 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:4 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:2 28411:1 28414:1 28417:1 28418:1 28463:1 28511:1 28515:1 28523:1 28548:1 28552:1 28554:1 28577:1 28584:1 28587:2 28592:1 28597:1 28609:2 28634:1 28636:1 28656:1 28698:1 28729:1 28741:2 28770:1 28789:2 28803:1 28820:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28999:1 29017:1 29029:1 29040:1 29060:1 29081:2 29083:5 29103:1 29114:5 29131:1 29194:2 29196:1 29204:1 29237:1 29241:1 29307:2 29319:2 29323:1 29335:1 29336:1 29340:1 29348:2 29352:2 29353:3 29374:1 29396:2 29402:1 29418:1 29446:1 29457:1 29458:2 29460:3 29461:1 29468:2 29477:1 29496:2 29499:1 29530:1 29549:1 29571:2 29594:2 29621:1 29640:1 29644:1 29679:1 29685:3 29707:1 29717:6 29721:4 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29868:1 29875:1 29883:1 29908:2 29914:1 29944:1 29953:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:12 30255:2 30272:1 30277:1 30322:3 30345:2 30355:1 30386:1 30387:1 30391:1 30393:2 30404:2 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:2 30631:1 30633:1 30642:1 30645:1 30660:2 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30846:1 30896:1 30912:1 30940:1 30942:1 30961:2 30982:2 30989:1 31001:1 31031:1 31032:1 31048:1 31057:1 31061:1 31064:3 31094:1 31098:1 31112:1 31116:1 31133:1 31174:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:4 31245:1 31260:1 31263:2 31280:2 31283:3 31286:1 31292:2 31319:1 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:2 31396:1 31405:1 31414:2 31417:2 31424:1 31453:1 31456:1 31477:1 31494:1 31500:3 31528:3 31546:2 31552:1 31557:1 31559:1 31560:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31649:1 31650:2 31653:1 31659:1 31660:1 31661:2 31666:1 31690:1 31707:1 31712:1 31747:1 31760:2 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31904:1 31960:2 31976:2 31979:2 31981:1 31986:1 31988:3 32012:2 32025:1 32031:2 32042:1 32099:1 32101:1 32113:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32294:1 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32454:1 32472:1 32474:1 32487:1 32491:3 32511:2 32514:1 32568:1 32582:1 32616:2 32624:5 32635:1 32663:1 32666:1 32668:7 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:5 32778:1 32799:1 32806:1 32829:1 32831:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32976:1 32985:4 32987:2 33011:1 33013:1 33031:1 33053:1 33055:1 33062:1 33064:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33157:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33269:2 33271:1 33276:1 33278:1 33322:1 33327:1 33338:1 33372:1 33375:2 33382:2 33412:1 33432:3 33441:1 33456:1 33458:1 33483:1 33513:1 33527:1 33544:1 33551:1 33557:2 33559:2 33565:1 33578:1 33598:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:1 33695:1 33696:1 33737:1 33742:4 33748:1 33763:1 33768:1 33782:3 33791:2 33815:1 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:3 33876:2 33877:1 33879:2 33883:1 33888:3 33892:1 33906:1 33912:1 33921:4 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 50:1 83:1 91:1 127:1 193:4 204:5 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 455:1 460:1 476:1 517:1 538:1 541:1 582:1 594:1 596:1 597:2 634:1 641:1 678:2 686:1 688:4 729:4 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1027:1 1033:7 1034:1 1062:2 1066:3 1069:1 1086:1 1102:2 1103:3 1121:1 1126:4 1130:1 1165:2 1167:3 1182:1 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1415:1 1419:1 1421:1 1426:1 1453:1 1468:1 1469:1 1470:1 1480:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1586:1 1600:3 1625:2 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:2 1749:3 1759:1 1845:2 1891:2 1900:2 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:1 2070:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2490:1 2502:2 2511:2 2523:1 2527:2 2550:1 2560:1 2562:2 2563:1 2565:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2605:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:5 2653:1 2656:3 2657:3 2660:2 2662:3 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2788:1 2792:1 2814:1 2820:1 2854:1 2863:1 2927:1 2940:1 2944:1 2958:1 2967:1 2970:1 2974:1 2991:1 3028:1 3078:1 3088:1 3109:1 3127:1 3129:1 3140:2 3154:1 3176:3 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:7 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3381:5 3419:1 3426:2 3434:1 3440:20 3456:1 3479:2 3507:1 3511:1 3512:1 3531:1 3547:1 3573:1 3577:1 3593:1 3656:2 3665:3 3709:1 3741:1 3750:1 3758:1 3771:1 3772:2 3799:1 3800:1 3804:1 3825:5 3826:1 3832:1 3858:8 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4304:2 4312:1 4334:1 4342:1 4384:2 4391:1 4402:1 4429:1 4432:2 4444:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4752:1 4758:5 4765:2 4770:1 4801:1 4813:2 4825:1 4835:1 4837:1 4842:1 4853:3 4866:3 4876:2 4879:1 4901:1 4916:1 4934:1 4952:1 4961:2 4964:1 4965:1 4976:2 4991:2 5014:1 5029:2 5034:1 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5130:1 5144:1 5146:1 5166:1 5217:5 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:2 5364:1 5367:3 5375:1 5381:1 5383:1 5390:1 5402:1 5415:2 5432:2 5451:1 5462:1 5467:1 5480:1 5525:1 5528:1 5532:1 5570:2 5584:1 5595:26 5600:1 5614:1 5632:1 5636:1 5681:1 5684:1 5708:1 5718:1 5729:2 5750:3 5751:7 5754:2 5757:2 5759:2 5763:1 5765:2 5774:2 5780:1 5782:2 5783:2 5784:1 5785:1 5809:5 5849:1 5866:2 5872:1 5874:1 5911:2 5924:1 5960:1 5965:5 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6166:1 6174:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6459:1 6465:1 6498:3 6512:1 6514:1 6545:1 6546:2 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6829:1 6837:2 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:1 7093:1 7096:1 7108:1 7111:1 7128:5 7142:1 7161:1 7166:1 7173:1 7200:1 7201:1 7214:1 7262:8 7290:5 7330:5 7338:1 7341:1 7365:2 7390:4 7392:1 7399:5 7401:3 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:2 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:2 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7749:1 7751:1 7782:1 7818:1 7823:5 7856:1 7891:1 7913:2 7920:4 7948:4 7949:3 8026:1 8037:1 8075:2 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8207:1 8210:1 8212:1 8213:1 8263:1 8296:3 8320:1 8328:2 8330:1 8364:2 8368:2 8373:2 8375:1 8377:1 8384:1 8385:2 8410:1 8446:1 8474:2 8485:1 8498:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:4 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:6 8954:5 8977:3 8991:1 9011:1 9012:1 9028:32 9050:1 9051:19 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9295:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:4 9493:2 9500:1 9539:2 9559:1 9569:1 9575:1 9595:20 9631:1 9640:1 9654:3 9680:1 9687:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9880:1 9881:1 9886:1 9888:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10221:1 10240:1 10241:2 10244:1 10245:2 10270:1 10292:1 10302:1 10305:1 10308:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:2 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10624:1 10661:2 10676:5 10681:1 10739:1 10747:1 10760:2 10775:1 10811:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11062:1 11076:1 11078:1 11132:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11234:1 11245:1 11267:2 11276:1 11278:1 11288:4 11311:2 11312:3 11327:4 11352:1 11354:1 11384:1 11395:1 11398:1 11410:1 11442:3 11462:1 11464:1 11468:1 11474:1 11477:1 11491:1 11506:1 11508:1 11509:3 11529:1 11539:1 11604:2 11610:1 11624:1 11630:1 11636:1 11644:2 11651:1 11668:1 11691:1 11745:1 11747:1 11758:2 11807:1 11815:1 11823:1 11843:1 11862:3 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:2 11927:1 11928:2 11934:1 11960:1 11969:1 12033:1 12041:2 12044:1 12066:2 12079:1 12080:2 12085:1 12090:1 12107:1 12121:1 12161:1 12164:2 12167:1 12179:1 12231:1 12237:1 12279:1 12284:1 12290:1 12300:1 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:2 12416:1 12422:1 12433:1 12438:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12606:1 12612:4 12638:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12783:2 12787:1 12814:1 12818:1 12828:1 12831:1 12834:1 12872:2 12880:2 12887:1 12889:2 12892:7 12906:1 12926:1 12935:1 12939:1 12968:1 12992:1 13003:2 13018:1 13046:1 13052:1 13055:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13240:1 13264:1 13265:1 13270:1 13272:2 13276:2 13302:1 13350:1 13379:1 13386:1 13409:2 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:1 13494:5 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13604:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:3 13758:1 13762:2 13767:1 13779:2 13781:2 13786:1 13787:1 13790:1 13795:3 13798:4 13800:2 13801:1 13802:4 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:2 13871:1 13872:2 13884:1 13887:1 13891:3 13896:1 13919:1 13924:1 13949:1 13966:1 13968:1 13971:4 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14170:1 14217:2 14246:5 14250:1 14264:5 14280:1 14320:1 14348:1 14369:1 14377:1 14388:1 14405:1 14407:1 14409:1 14414:2 14437:1 14439:1 14457:1 14467:1 14493:1 14523:1 14547:2 14557:1 14583:1 14591:1 14600:2 14643:1 14644:1 14677:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:2 14899:1 14904:1 14918:1 14950:1 14952:2 14959:1 14990:2 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:1 15179:2 15184:1 15188:1 15190:2 15195:1 15207:1 15209:1 15215:1 15227:2 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:2 15347:1 15361:1 15371:1 15405:2 15438:1 15439:2 15440:1 15465:1 15491:2 15497:2 15499:2 15516:5 15547:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:2 15685:3 15686:2 15701:3 15711:1 15719:2 15752:1 15783:6 15791:1 15816:1 15843:1 15845:2 15864:1 15870:1 15903:1 15908:2 15922:1 15930:4 15935:1 15940:2 15969:2 15983:1 16040:1 16046:2 16077:1 16079:2 16084:1 16085:3 16086:1 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16177:2 16186:1 16197:4 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:1 16312:1 16317:2 16330:1 16359:1 16370:1 16392:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16491:1 16493:1 16508:2 16511:1 16542:1 16546:1 16558:2 16576:2 16586:2 16598:1 16610:1 16655:1 16657:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:2 16830:1 16840:1 16849:1 16861:2 16864:3 16870:1 16876:1 16879:1 16880:1 16885:1 16895:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:2 17054:1 17059:1 17068:3 17070:1 17071:1 17072:2 17082:2 17098:1 17108:1 17126:1 17136:1 17150:2 17167:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17225:1 17246:1 17253:1 17265:1 17270:1 17287:1 17294:1 17302:1 17307:2 17315:1 17336:1 17342:2 17353:1 17376:1 17410:1 17420:1 17425:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17675:1 17696:1 17746:1 17789:1 17810:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17904:1 17916:1 17938:3 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:2 18076:1 18085:1 18086:1 18087:6 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18156:1 18170:2 18173:1 18196:3 18205:1 18207:7 18217:3 18222:1 18237:1 18251:1 18255:5 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18375:2 18381:1 18382:1 18384:1 18390:1 18391:2 18392:1 18402:2 18414:1 18416:2 18417:1 18418:5 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18479:1 18490:1 18505:1 18531:1 18536:1 18564:2 18602:1 18606:1 18610:1 18625:1 18639:1 18676:1 18718:6 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:2 18901:4 18910:3 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19029:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19200:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19353:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:3 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:18 19632:1 19661:1 19664:2 19684:1 19704:2 19707:2 19721:3 19748:1 19801:1 19816:1 19844:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:3 19996:1 20007:1 20014:1 20023:1 20026:3 20050:2 20073:1 20088:1 20125:1 20136:1 20137:1 20159:4 20171:1 20180:1 20189:2 20202:2 20232:2 20261:1 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20406:1 20409:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20604:1 20628:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20790:1 20863:1 20867:1 20873:3 20910:1 20917:1 20929:1 20955:2 20971:3 21004:1 21016:2 21023:1 21039:3 21045:1 21057:1 21089:2 21099:1 21106:1 21119:1 21131:1 21132:1 21161:2 21172:1 21190:1 21212:1 21237:1 21248:1 21279:1 21285:1 21332:1 21333:1 21345:1 21352:1 21373:1 21395:1 21399:1 21406:7 21421:1 21480:1 21489:1 21490:1 21540:9 21548:3 21559:3 21567:1 21580:1 21610:1 21619:1 21629:3 21635:2 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21750:1 21752:1 21765:2262 21768:1 21794:1 21818:2 21841:3 21850:1 21879:1 21898:1 21901:1 21902:1 21912:1 21954:3 21959:1 21982:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22158:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:3 22715:1 22753:1 22764:1 22766:2 22767:1 22771:1 22805:2 22816:2 22843:3 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 23006:1 23011:1 23037:2 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:3 23085:1 23095:17 23099:1 23112:1 23116:1 23122:1 23141:1 23145:1 23150:5 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23326:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:3 23464:1 23468:1 23470:1 23482:1 23489:1 23502:3 23503:1 23512:1 23514:1 23533:1 23553:1 23569:20 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23866:3 23875:1 23883:1 23890:1 23998:1 24000:2 24022:1 24028:2 24066:1 24074:3 24091:1 24096:1 24104:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:2 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:15 24252:1 24253:1 24261:3 24263:5 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:3 24431:4 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:3 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24705:3 24708:5 24728:2 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24864:6 24867:2 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:3 24928:1 24930:5 24932:1 24937:2 24939:1 24941:2 24969:1 24992:1 24993:2 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:3 25096:1 25107:2 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25230:1 25273:2 25279:1 25289:4 25290:2 25294:1 25310:1 25311:3 25313:1 25323:1 25349:2 25363:1 25369:1 25412:2 25422:1 25438:2 25449:1 25455:1 25488:5 25521:2 25527:2 25531:2 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25655:2 25661:1 25662:1 25670:2 25679:1 25686:1 25691:5 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25795:1 25796:1 25817:1 25829:3 25835:1 25838:1 25849:1 25850:1 25852:1 25863:1 25865:2 25873:1 25876:1 25879:1 25886:1 25889:2 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25922:1 25938:1 25939:2 25943:1 25961:1 25962:2 25983:1 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26073:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26183:1 26196:1 26205:2 26214:1 26225:1 26227:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26308:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26364:1 26373:7 26378:1 26385:1 26386:1 26390:1 26402:1 26418:3 26419:2 26457:1 26471:1 26483:2 26497:1 26507:1 26512:1 26524:1 26534:1 26536:1 26545:1 26569:1 26602:1 26642:2 26648:1 26665:1 26666:1 26688:1 26689:1 26693:1 26695:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 26964:1 26967:1 27000:1 27010:3 27019:1 27027:3 27030:2 27035:1 27069:1 27076:3 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27498:1 27515:1 27519:1 27544:1 27554:1 27561:1 27565:1 27568:1 27584:1 27645:1 27653:1 27666:2 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27804:1 27810:2 27817:1 27828:2 27856:1 27866:1 27884:2 27901:1 27908:1 27955:1 27992:1 27995:1 28005:1 28028:1 28039:2 28045:2 28050:1 28106:2 28114:1 28139:1 28170:1 28172:2 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:4 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:2 28411:1 28414:1 28417:1 28418:1 28463:1 28511:1 28515:1 28523:1 28548:1 28552:1 28554:1 28577:1 28584:1 28587:2 28592:1 28597:1 28609:2 28634:1 28636:1 28656:1 28698:1 28729:1 28741:2 28770:1 28789:2 28803:1 28820:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28963:1 28999:1 29017:1 29029:1 29040:1 29060:1 29081:2 29083:5 29103:1 29114:5 29131:1 29194:2 29196:1 29204:1 29237:1 29241:1 29307:2 29319:2 29323:1 29335:1 29336:1 29340:1 29348:2 29352:2 29353:3 29374:1 29396:2 29402:1 29418:1 29446:1 29457:1 29458:2 29460:3 29461:1 29468:2 29477:1 29496:2 29499:1 29530:1 29549:1 29571:2 29594:2 29621:1 29640:1 29644:1 29679:1 29685:3 29707:1 29717:6 29721:5 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29868:1 29875:1 29883:1 29908:2 29914:1 29944:1 29953:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30105:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:12 30255:2 30272:1 30277:1 30322:3 30345:2 30355:1 30386:1 30387:1 30391:1 30393:2 30404:2 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:2 30631:1 30633:1 30642:1 30645:1 30660:2 30706:1 30708:1 30735:1 30767:1 30807:1 30826:1 30845:1 30846:1 30896:1 30912:1 30940:1 30942:1 30961:2 30982:2 30989:1 31001:1 31031:1 31032:1 31037:1 31048:1 31057:1 31061:1 31064:3 31069:1 31094:1 31098:1 31112:1 31116:1 31133:1 31174:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:4 31245:1 31260:1 31263:2 31280:2 31283:3 31286:1 31292:2 31319:1 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:2 31396:1 31405:1 31414:2 31417:2 31424:1 31453:1 31456:1 31477:1 31494:1 31500:3 31528:3 31546:2 31552:1 31557:1 31559:1 31560:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31649:1 31650:2 31653:1 31659:2 31660:1 31661:2 31666:1 31690:1 31707:1 31712:1 31747:1 31760:2 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31904:1 31960:2 31975:1 31976:2 31979:2 31981:1 31986:1 31988:3 32012:2 32025:1 32031:2 32042:1 32099:1 32101:1 32113:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32294:1 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32454:1 32472:1 32474:1 32487:1 32491:3 32511:2 32514:1 32568:1 32582:1 32616:2 32624:5 32635:1 32663:1 32666:1 32668:7 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:5 32778:1 32799:1 32806:1 32829:1 32831:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32976:1 32985:4 32987:2 33011:1 33013:1 33031:1 33053:1 33055:1 33062:1 33064:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33157:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33252:1 33269:2 33271:1 33276:1 33278:1 33322:1 33327:1 33338:1 33372:1 33375:2 33382:2 33412:1 33432:3 33441:1 33456:1 33458:1 33483:1 33513:1 33527:1 33544:1 33551:1 33557:2 33559:2 33565:1 33578:1 33598:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:1 33695:1 33696:1 33737:1 33742:4 33748:1 33763:1 33768:1 33782:3 33791:2 33815:1 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:3 33876:2 33877:1 33879:2 33883:1 33888:3 33892:1 33906:1 33912:1 33921:4 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 50:1 83:1 91:1 127:1 193:4 204:5 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 455:1 460:1 476:1 517:1 538:1 541:1 545:1 582:1 594:1 596:1 597:2 634:1 641:1 678:2 686:1 688:4 729:4 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1027:1 1033:7 1034:1 1062:2 1066:3 1069:1 1086:1 1102:2 1103:3 1121:1 1126:4 1130:1 1165:2 1167:3 1182:1 1185:1 1218:1 1225:1 1300:1 1338:2 1352:2 1376:3 1379:1 1415:1 1419:1 1421:2 1426:1 1453:1 1468:1 1469:1 1470:1 1480:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1586:1 1600:3 1625:2 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:2 1749:3 1759:1 1774:1 1845:2 1891:2 1900:2 1902:1 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:1 2070:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2490:1 2502:2 2511:3 2523:1 2527:2 2550:1 2560:1 2562:2 2563:1 2565:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2605:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:5 2653:1 2656:3 2657:3 2660:2 2662:3 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2788:1 2792:1 2814:1 2820:1 2854:1 2863:1 2927:1 2940:1 2944:1 2958:1 2967:1 2970:1 2974:1 2991:1 3005:1 3024:1 3028:1 3078:1 3088:1 3109:1 3127:1 3129:1 3140:2 3154:1 3176:3 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:7 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3381:5 3419:1 3426:2 3434:1 3440:21 3456:1 3479:2 3507:1 3511:1 3512:1 3531:1 3547:1 3573:1 3577:1 3593:1 3656:2 3665:3 3709:1 3741:1 3750:1 3758:1 3771:1 3772:2 3799:1 3800:1 3804:1 3825:6 3826:1 3832:1 3858:8 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4304:2 4312:1 4334:1 4342:1 4384:2 4391:1 4402:1 4429:1 4432:2 4444:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4752:1 4758:5 4765:2 4770:1 4801:1 4813:2 4825:1 4835:1 4837:1 4842:1 4853:3 4866:3 4876:2 4879:1 4901:1 4916:1 4934:1 4952:1 4961:2 4964:1 4965:1 4976:2 4991:2 5014:1 5029:2 5034:1 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5130:1 5144:1 5146:1 5166:1 5217:5 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:2 5364:1 5367:3 5375:1 5381:1 5383:1 5385:2 5390:1 5402:1 5415:2 5432:2 5451:1 5462:1 5467:1 5480:1 5525:1 5528:1 5532:1 5570:3 5577:1 5584:1 5595:26 5600:1 5614:1 5632:1 5636:1 5681:1 5684:1 5708:1 5718:1 5729:3 5750:3 5751:7 5754:2 5757:2 5759:2 5763:1 5765:2 5774:2 5780:1 5782:2 5783:2 5784:1 5785:1 5809:5 5849:1 5866:2 5872:1 5874:1 5911:2 5924:1 5960:1 5965:5 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6166:1 6174:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6459:1 6465:1 6498:3 6512:1 6514:1 6545:1 6546:2 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6805:1 6829:1 6837:2 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:1 7093:1 7096:1 7108:1 7111:1 7128:6 7142:1 7161:1 7166:1 7173:1 7200:1 7201:1 7214:1 7262:8 7290:5 7330:5 7338:1 7341:1 7365:2 7390:4 7392:1 7399:6 7401:3 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:2 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:2 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7749:1 7751:1 7782:1 7818:1 7823:5 7856:1 7891:1 7913:2 7920:4 7948:4 7949:3 8026:1 8037:1 8075:2 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8207:1 8210:1 8212:1 8213:1 8263:1 8296:3 8320:1 8328:2 8330:1 8364:2 8368:2 8373:2 8375:1 8377:1 8384:1 8385:2 8410:1 8445:1 8446:1 8474:2 8485:1 8498:1 8503:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:4 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:6 8954:5 8977:3 8991:1 9011:1 9012:1 9015:1 9028:32 9050:1 9051:20 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9295:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9388:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:4 9493:2 9500:1 9539:3 9559:1 9569:2 9575:1 9595:20 9631:1 9640:1 9654:3 9680:1 9687:1 9689:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9880:1 9881:1 9886:1 9888:1 9898:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10211:1 10221:1 10240:1 10241:2 10244:1 10245:2 10270:1 10292:1 10302:1 10305:1 10308:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:2 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10609:1 10624:1 10661:2 10676:6 10681:1 10739:1 10747:1 10760:2 10775:1 10811:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11062:1 11076:2 11078:1 11132:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11234:1 11245:2 11267:2 11276:1 11278:1 11288:4 11311:2 11312:3 11327:4 11352:1 11354:1 11384:3 11395:1 11398:1 11410:1 11442:3 11462:1 11464:1 11468:1 11474:1 11477:1 11491:1 11506:1 11508:1 11509:3 11529:1 11539:1 11604:2 11610:1 11624:1 11630:1 11636:1 11644:2 11651:1 11668:1 11691:1 11745:1 11747:1 11758:2 11807:1 11815:1 11823:1 11843:1 11862:4 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:2 11927:1 11928:2 11934:1 11960:1 11969:1 12033:1 12041:2 12044:1 12066:2 12079:1 12080:2 12085:1 12090:1 12107:1 12121:1 12161:3 12164:2 12167:1 12179:1 12231:1 12237:1 12279:1 12284:1 12290:1 12300:3 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:2 12416:1 12422:1 12433:1 12438:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12606:1 12612:4 12638:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12783:2 12787:1 12813:1 12814:1 12818:1 12828:1 12831:1 12834:1 12872:2 12880:2 12887:1 12889:2 12892:7 12906:1 12926:1 12935:1 12939:1 12968:1 12992:1 13003:2 13018:1 13046:1 13052:1 13055:1 13068:1 13093:1 13096:1 13129:1 13134:1 13149:1 13212:1 13216:1 13240:1 13264:1 13265:1 13270:1 13272:2 13276:2 13302:1 13350:1 13379:1 13386:1 13409:2 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:1 13494:5 13505:1 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13604:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:3 13758:1 13762:2 13767:1 13779:2 13781:2 13786:1 13787:1 13790:1 13795:3 13798:4 13800:2 13801:1 13802:4 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:2 13871:1 13872:2 13884:1 13887:1 13891:3 13896:1 13919:1 13924:1 13949:1 13966:1 13968:1 13971:5 13978:1 13988:2 13989:1 14034:1 14038:1 14068:1 14086:1 14157:1 14170:1 14217:2 14239:1 14246:5 14250:1 14264:5 14280:1 14320:1 14348:1 14369:1 14377:1 14388:1 14405:1 14407:1 14409:1 14414:2 14437:1 14439:1 14457:1 14467:1 14493:1 14523:1 14547:2 14557:1 14583:1 14591:1 14600:2 14643:1 14644:1 14677:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:2 14899:1 14904:1 14918:1 14950:1 14952:2 14959:1 14990:2 14999:1 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:1 15179:2 15184:1 15188:1 15190:2 15195:1 15207:2 15209:1 15215:1 15227:2 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:3 15347:1 15361:1 15371:1 15405:2 15438:1 15439:2 15440:1 15465:1 15491:2 15497:2 15499:2 15516:5 15547:1 15552:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:2 15685:3 15686:2 15701:3 15711:1 15719:2 15752:1 15783:6 15791:1 15816:1 15843:1 15845:2 15864:1 15870:1 15903:1 15908:2 15922:1 15930:4 15935:1 15940:3 15969:3 15983:1 16040:1 16046:2 16077:1 16079:2 16084:1 16085:3 16086:1 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16177:2 16186:1 16197:4 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:1 16312:1 16317:2 16330:1 16359:1 16370:1 16392:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16491:1 16493:1 16508:2 16511:1 16542:1 16546:1 16558:2 16576:2 16586:2 16598:1 16607:1 16610:1 16655:1 16657:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:2 16830:1 16840:2 16849:1 16860:2 16861:2 16864:3 16870:1 16876:1 16879:1 16880:1 16885:1 16895:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:3 17054:1 17059:1 17068:3 17070:1 17071:1 17072:2 17082:2 17098:1 17108:1 17126:1 17136:1 17150:2 17167:1 17168:1 17182:1 17183:1 17203:1 17211:1 17221:1 17225:1 17246:1 17253:1 17265:1 17270:1 17287:1 17294:1 17302:1 17307:2 17315:1 17336:1 17342:2 17353:1 17376:1 17410:1 17420:1 17425:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:1 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17675:1 17696:1 17746:1 17789:1 17810:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17904:1 17916:1 17938:3 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:3 18076:1 18085:1 18086:1 18087:6 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18156:2 18170:2 18173:1 18196:3 18205:1 18207:7 18217:3 18222:1 18237:1 18251:1 18255:5 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18375:2 18381:1 18382:1 18384:1 18390:1 18391:2 18392:1 18402:2 18414:1 18416:2 18417:1 18418:5 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18479:1 18490:1 18494:1 18505:1 18531:1 18536:1 18564:2 18602:1 18606:1 18610:1 18625:1 18639:1 18676:1 18718:6 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:2 18901:4 18910:3 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19029:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19191:1 19200:1 19209:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19353:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:3 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:19 19632:1 19661:1 19664:2 19684:1 19704:2 19707:2 19721:3 19748:1 19801:1 19816:1 19844:1 19845:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:3 19996:1 20007:1 20014:1 20023:1 20026:3 20050:2 20073:1 20088:1 20125:1 20136:1 20137:1 20159:4 20171:1 20180:1 20189:2 20202:2 20232:2 20261:1 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20406:1 20409:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20570:1 20604:1 20628:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20790:1 20796:1 20857:1 20863:1 20867:1 20873:3 20910:1 20917:1 20929:1 20955:2 20971:3 21004:1 21016:2 21023:1 21039:3 21045:1 21057:1 21089:2 21099:1 21106:1 21119:1 21131:1 21132:1 21161:2 21172:2 21190:1 21212:1 21237:1 21248:1 21279:2 21285:1 21332:1 21333:1 21345:1 21352:1 21373:1 21395:1 21399:1 21406:7 21421:1 21480:1 21489:1 21490:1 21540:9 21548:3 21559:3 21567:1 21580:1 21610:1 21619:1 21629:3 21635:2 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21750:1 21752:2 21765:2319 21768:1 21794:1 21818:2 21841:3 21850:1 21879:1 21898:1 21901:1 21902:1 21912:1 21954:3 21959:1 21982:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22158:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:3 22715:1 22753:1 22764:1 22766:2 22767:1 22771:1 22805:2 22816:2 22843:3 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 22989:1 23006:2 23011:1 23037:2 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:3 23085:1 23095:18 23099:1 23112:1 23116:1 23122:1 23138:1 23141:1 23145:1 23150:5 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:5 23284:1 23292:1 23299:1 23300:1 23310:1 23326:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:2 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:3 23464:1 23468:1 23470:1 23482:1 23489:1 23502:3 23503:1 23512:1 23514:1 23533:1 23553:1 23569:21 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23715:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23854:1 23866:3 23875:1 23883:1 23890:1 23998:1 24000:2 24022:1 24028:2 24066:1 24074:3 24091:1 24096:1 24104:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:2 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:16 24252:1 24253:1 24261:3 24263:5 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:3 24431:4 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:3 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24705:3 24708:6 24728:2 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24864:6 24867:2 24873:1 24875:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:3 24928:1 24930:5 24932:1 24937:2 24939:1 24941:2 24969:1 24992:1 24993:2 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:3 25096:1 25107:2 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25230:1 25273:2 25279:1 25289:4 25290:2 25294:1 25310:1 25311:3 25313:1 25323:1 25349:2 25363:1 25369:1 25412:2 25422:1 25438:2 25449:1 25455:1 25488:5 25521:2 25527:2 25531:2 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25655:2 25661:1 25662:1 25670:2 25679:1 25686:1 25691:5 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25783:1 25795:1 25796:1 25817:1 25829:3 25835:1 25838:1 25849:1 25850:1 25852:1 25863:1 25865:2 25873:1 25876:1 25879:1 25886:1 25889:2 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25922:1 25938:1 25939:2 25943:1 25961:1 25962:2 25983:1 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26073:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26183:1 26196:1 26205:2 26214:3 26225:1 26227:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26308:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26364:1 26373:8 26378:1 26385:1 26386:1 26387:1 26390:1 26402:2 26418:3 26419:2 26457:1 26471:1 26483:2 26497:1 26507:1 26512:2 26524:1 26534:1 26536:1 26545:1 26569:1 26602:1 26642:2 26648:1 26665:1 26666:1 26688:1 26689:1 26693:1 26695:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 26964:1 26967:1 27000:1 27010:3 27019:1 27027:3 27030:2 27035:1 27069:1 27076:3 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27498:1 27515:1 27519:1 27539:1 27544:1 27554:1 27561:1 27565:1 27568:1 27575:1 27584:1 27645:1 27653:1 27666:2 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27804:1 27810:2 27817:1 27828:2 27856:1 27866:1 27883:1 27884:2 27901:1 27908:1 27955:1 27992:1 27995:1 28005:1 28028:1 28039:2 28045:2 28050:1 28106:2 28114:1 28139:1 28170:1 28172:2 28179:1 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:4 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:3 28411:1 28414:1 28417:1 28418:1 28463:1 28511:1 28515:1 28523:1 28548:1 28552:1 28554:1 28577:1 28584:1 28587:2 28592:1 28597:1 28609:2 28634:1 28636:1 28656:1 28698:1 28729:1 28741:2 28770:1 28777:1 28788:1 28789:2 28803:1 28820:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28963:1 28968:2 28999:1 29017:1 29029:1 29040:1 29060:1 29081:2 29083:5 29103:1 29114:5 29131:1 29194:2 29196:1 29204:1 29237:1 29241:1 29307:2 29319:2 29323:1 29335:1 29336:1 29340:1 29348:2 29352:2 29353:3 29374:1 29396:2 29402:1 29418:1 29446:1 29457:1 29458:2 29460:3 29461:1 29468:2 29477:1 29496:2 29499:1 29530:1 29549:1 29571:2 29594:2 29621:1 29624:1 29640:1 29644:1 29679:1 29685:3 29707:1 29717:6 29721:5 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29868:1 29875:1 29883:1 29908:2 29914:1 29944:1 29953:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30105:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:12 30255:2 30272:1 30277:1 30294:1 30322:3 30345:2 30355:1 30386:1 30387:1 30391:1 30393:2 30404:2 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:2 30631:1 30633:1 30642:1 30645:1 30660:2 30706:1 30708:1 30735:1 30737:1 30767:1 30778:1 30807:1 30826:1 30845:1 30846:1 30896:1 30912:1 30940:1 30942:1 30961:2 30982:2 30989:1 31001:1 31031:1 31032:1 31037:1 31048:1 31057:1 31061:1 31064:3 31069:1 31094:1 31098:1 31112:1 31116:1 31133:1 31174:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:5 31245:1 31260:1 31263:2 31280:2 31283:3 31286:1 31292:2 31319:2 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:2 31396:1 31405:1 31414:2 31417:2 31424:1 31453:1 31456:1 31477:1 31494:1 31500:3 31528:3 31546:2 31552:1 31557:1 31559:1 31560:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31649:1 31650:2 31653:1 31659:2 31660:1 31661:2 31666:1 31690:1 31707:1 31712:1 31747:1 31760:2 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31904:1 31960:2 31975:1 31976:2 31979:2 31981:1 31986:1 31988:3 32012:2 32025:1 32031:2 32042:1 32099:1 32101:1 32113:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32294:1 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32454:1 32472:1 32474:1 32487:1 32491:3 32511:2 32514:1 32568:1 32582:1 32590:1 32616:2 32624:5 32635:1 32663:1 32666:1 32668:7 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:5 32778:1 32799:1 32806:1 32829:1 32831:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32972:1 32976:1 32985:4 32987:2 33011:1 33013:1 33031:1 33053:1 33055:1 33062:1 33064:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33157:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33252:1 33269:2 33271:1 33276:1 33278:1 33322:1 33327:1 33338:1 33372:1 33375:2 33382:2 33412:1 33432:3 33441:1 33456:1 33458:1 33483:1 33513:1 33525:1 33527:1 33544:1 33551:1 33557:2 33559:2 33565:1 33578:1 33598:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:2 33695:1 33696:1 33737:1 33742:4 33743:1 33748:1 33763:1 33768:1 33782:4 33791:2 33815:1 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:3 33876:2 33877:1 33879:2 33883:1 33884:1 33888:3 33892:1 33906:1 33912:1 33921:4 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 50:1 83:1 91:1 127:1 193:4 204:5 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 451:1 455:1 460:1 476:1 517:1 538:1 541:1 545:1 582:1 594:1 596:1 597:2 634:1 641:1 678:2 686:1 688:4 718:2 729:5 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1027:1 1033:7 1034:1 1062:2 1066:3 1069:1 1086:1 1102:2 1103:3 1121:1 1126:4 1130:1 1165:2 1167:3 1182:1 1185:1 1218:1 1225:1 1300:1 1317:1 1338:2 1352:2 1376:3 1379:2 1415:1 1419:1 1421:2 1426:1 1453:1 1468:1 1469:1 1470:1 1480:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1586:1 1600:3 1625:2 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1701:1 1722:1 1739:1 1743:2 1749:3 1759:1 1774:1 1845:2 1891:2 1900:2 1902:1 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:1 2070:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2490:1 2502:2 2511:3 2523:1 2527:2 2550:1 2560:1 2562:2 2563:1 2565:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2596:1 2605:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:5 2653:1 2656:3 2657:3 2660:2 2662:4 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2788:1 2792:1 2814:1 2820:1 2854:1 2863:1 2927:1 2940:1 2944:1 2958:1 2967:1 2970:1 2974:1 2991:1 3005:1 3024:1 3028:1 3078:1 3088:1 3109:1 3127:1 3129:1 3133:1 3140:2 3154:1 3176:3 3182:1 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:7 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3381:5 3419:1 3426:2 3434:1 3440:21 3456:1 3479:2 3507:1 3511:1 3512:1 3531:1 3547:1 3573:1 3577:1 3593:1 3656:2 3665:3 3709:1 3741:1 3750:1 3758:1 3771:1 3772:2 3799:1 3800:1 3804:1 3825:6 3826:1 3832:1 3858:8 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4304:2 4312:1 4334:1 4342:1 4384:2 4391:1 4402:1 4429:1 4432:2 4444:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4752:1 4758:5 4765:2 4770:1 4801:1 4813:2 4825:1 4835:1 4837:1 4842:1 4853:3 4866:3 4876:2 4879:1 4901:1 4916:1 4934:1 4952:1 4961:2 4964:1 4965:1 4976:2 4991:2 5014:1 5029:2 5034:1 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5130:1 5144:1 5146:1 5166:1 5217:5 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:2 5364:1 5367:3 5375:1 5381:1 5383:1 5385:2 5390:1 5402:1 5415:2 5432:2 5451:1 5462:1 5467:1 5480:1 5525:1 5528:1 5532:1 5570:3 5577:1 5584:1 5595:26 5600:1 5614:1 5632:1 5636:1 5681:1 5684:1 5708:1 5718:1 5729:3 5750:3 5751:7 5754:2 5757:2 5759:2 5763:1 5765:2 5774:2 5780:1 5782:2 5783:2 5784:1 5785:1 5809:5 5849:1 5866:2 5872:1 5874:1 5911:3 5924:1 5960:1 5965:5 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6166:1 6174:1 6179:1 6181:1 6198:1 6215:1 6229:1 6363:1 6364:1 6375:2 6389:1 6432:2 6459:1 6465:1 6498:3 6512:1 6514:1 6545:1 6546:2 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6805:1 6829:1 6837:2 6842:1 6902:1 6913:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:1 7093:1 7096:1 7108:1 7111:1 7128:6 7142:1 7161:1 7166:1 7173:1 7200:1 7201:1 7214:1 7262:8 7290:5 7330:5 7338:1 7341:1 7365:2 7390:4 7392:1 7399:6 7401:3 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:2 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:2 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7749:1 7751:1 7782:1 7818:1 7823:5 7856:1 7891:1 7913:2 7920:4 7948:4 7949:3 8026:1 8037:1 8075:2 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8207:1 8210:1 8212:1 8213:1 8263:1 8296:3 8320:1 8328:2 8330:1 8364:2 8368:2 8373:2 8375:1 8377:1 8384:1 8385:2 8410:1 8445:1 8446:1 8474:2 8485:1 8498:1 8503:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:4 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:6 8954:5 8977:3 8991:1 9011:1 9012:1 9015:1 9028:33 9050:1 9051:20 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9295:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9388:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:4 9493:2 9500:1 9539:3 9559:1 9569:3 9575:1 9595:20 9631:1 9640:1 9654:3 9680:1 9687:1 9689:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9880:1 9881:1 9886:1 9888:1 9898:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10211:1 10221:1 10240:1 10241:2 10244:1 10245:2 10270:1 10292:1 10302:1 10305:1 10308:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:2 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10609:1 10624:1 10661:2 10676:6 10681:1 10739:1 10747:1 10760:2 10775:1 10811:1 10825:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:1 11055:2 11058:1 11062:1 11076:2 11078:1 11132:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11234:1 11245:2 11267:2 11276:1 11278:1 11288:4 11311:2 11312:3 11327:4 11352:1 11354:1 11384:3 11395:1 11398:1 11410:1 11442:3 11462:1 11464:1 11468:1 11474:1 11477:1 11491:1 11506:1 11508:1 11509:3 11518:1 11529:1 11539:1 11604:2 11610:1 11624:1 11630:1 11636:1 11644:2 11651:1 11668:1 11691:1 11745:1 11747:1 11758:2 11807:1 11815:1 11823:1 11843:1 11862:4 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:2 11927:1 11928:2 11934:1 11960:1 11969:1 12033:1 12041:2 12044:1 12066:2 12079:1 12080:2 12085:1 12090:1 12107:1 12121:1 12161:3 12164:2 12167:1 12179:1 12231:1 12237:1 12279:1 12284:1 12290:1 12300:3 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:2 12416:1 12422:1 12433:1 12438:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12606:1 12612:4 12638:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12783:2 12787:1 12813:1 12814:1 12818:1 12828:1 12831:1 12834:1 12872:2 12880:2 12887:1 12889:2 12892:7 12906:1 12926:1 12935:1 12939:1 12968:1 12992:1 13003:2 13018:1 13046:1 13052:1 13055:1 13068:1 13093:1 13096:2 13129:1 13134:1 13149:1 13212:1 13216:1 13240:1 13264:1 13265:1 13270:1 13272:2 13276:2 13302:1 13350:2 13379:1 13386:1 13409:2 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:1 13494:6 13505:1 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13604:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:3 13758:1 13762:2 13767:1 13779:2 13781:2 13786:1 13787:1 13790:1 13795:3 13798:4 13800:2 13801:1 13802:4 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:2 13871:1 13872:2 13884:1 13887:1 13891:3 13896:1 13919:1 13924:1 13949:1 13966:1 13968:1 13971:5 13978:1 13988:2 13989:1 14034:1 14038:1 14039:1 14068:2 14086:1 14157:1 14170:1 14217:2 14239:1 14246:5 14250:1 14264:5 14280:1 14320:1 14348:1 14369:1 14377:1 14388:1 14405:1 14407:1 14409:1 14414:2 14437:1 14439:1 14457:1 14467:1 14493:1 14523:1 14547:2 14557:1 14583:1 14591:1 14600:2 14643:2 14644:1 14654:1 14677:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14840:1 14861:2 14878:1 14881:1 14883:2 14899:1 14904:5 14918:1 14950:1 14952:2 14959:1 14990:2 14999:1 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:1 15179:2 15184:1 15188:1 15190:2 15195:1 15207:2 15209:1 15215:1 15227:2 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:3 15347:1 15361:1 15371:1 15405:2 15438:1 15439:2 15440:1 15465:1 15491:2 15497:2 15499:2 15516:5 15547:1 15552:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:2 15685:3 15686:2 15701:3 15711:1 15719:2 15752:1 15783:6 15791:1 15816:2 15843:1 15845:2 15864:1 15870:1 15903:1 15908:2 15922:1 15930:4 15935:1 15940:3 15969:3 15983:1 16040:1 16046:2 16077:1 16079:2 16084:1 16085:3 16086:1 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16115:2 16142:1 16174:1 16177:2 16186:1 16197:4 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:1 16312:1 16317:2 16330:1 16359:1 16370:1 16392:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16491:1 16493:1 16508:2 16511:1 16542:1 16546:1 16558:2 16576:2 16586:2 16598:1 16607:1 16610:1 16655:1 16657:1 16668:1 16670:1 16673:2 16680:1 16682:2 16699:1 16728:1 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:2 16830:1 16840:2 16849:1 16860:2 16861:2 16864:3 16870:1 16876:1 16879:1 16880:1 16885:1 16895:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:3 17053:1 17054:1 17059:1 17068:3 17070:1 17071:1 17072:2 17082:2 17098:1 17108:1 17126:1 17136:1 17150:2 17167:1 17168:1 17182:1 17183:1 17203:2 17211:1 17221:1 17225:1 17246:1 17253:1 17265:1 17270:1 17287:1 17294:1 17302:1 17307:2 17315:1 17336:1 17342:2 17353:1 17376:1 17410:1 17420:1 17425:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:2 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17675:1 17696:1 17746:1 17789:1 17810:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17904:1 17916:1 17938:3 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:3 18076:1 18085:1 18086:1 18087:6 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18156:2 18170:2 18173:1 18196:3 18205:1 18207:7 18217:3 18222:1 18237:1 18251:1 18255:6 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18375:2 18381:1 18382:1 18384:1 18390:1 18391:3 18392:1 18402:2 18414:1 18416:2 18417:1 18418:5 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18479:1 18490:1 18494:1 18505:1 18531:1 18536:1 18564:2 18602:1 18606:1 18610:1 18625:1 18639:1 18676:1 18718:6 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:2 18901:4 18910:3 18933:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19029:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19191:1 19200:1 19209:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19353:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:3 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:19 19632:1 19661:1 19664:2 19684:1 19704:2 19707:2 19721:3 19748:1 19801:1 19816:1 19844:1 19845:1 19857:1 19864:1 19877:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:1 19950:1 19967:1 19969:1 19994:3 19996:1 20007:1 20014:1 20023:1 20026:3 20050:2 20073:1 20088:1 20125:1 20136:1 20137:1 20159:4 20171:1 20180:1 20189:2 20202:2 20232:2 20261:1 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20406:1 20409:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20570:1 20604:1 20628:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:1 20785:1 20788:2 20790:1 20796:1 20857:1 20863:1 20867:1 20873:3 20893:1 20910:1 20917:1 20929:1 20955:2 20971:3 21004:1 21016:2 21023:1 21039:3 21045:1 21057:1 21089:2 21099:1 21106:1 21119:1 21131:1 21132:1 21161:2 21172:3 21190:1 21212:1 21237:1 21248:1 21279:2 21285:1 21332:1 21333:1 21345:1 21352:1 21373:1 21395:1 21399:1 21406:7 21421:1 21480:1 21489:1 21490:1 21540:9 21548:3 21559:3 21567:1 21580:1 21610:1 21619:1 21629:3 21635:2 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21750:1 21752:3 21765:2358 21768:1 21794:1 21818:2 21841:3 21850:1 21879:1 21898:1 21901:1 21902:1 21912:1 21954:3 21959:1 21982:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22158:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:3 22715:1 22753:1 22764:1 22766:2 22767:1 22771:1 22805:2 22816:2 22843:3 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 22989:1 23006:2 23011:1 23037:2 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:3 23085:1 23095:18 23099:1 23112:1 23116:1 23122:1 23138:1 23141:1 23145:1 23150:5 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:6 23284:1 23292:1 23299:1 23300:1 23310:1 23326:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:3 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:3 23464:1 23468:1 23470:1 23482:1 23489:1 23502:3 23503:1 23512:1 23514:1 23533:1 23553:1 23569:21 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23715:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23854:1 23866:3 23875:1 23883:1 23890:1 23997:1 23998:1 24000:2 24022:1 24028:2 24066:1 24074:3 24091:1 24096:1 24104:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:2 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:16 24252:1 24253:1 24261:3 24263:5 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:3 24431:4 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:3 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24705:3 24708:6 24728:2 24731:1 24748:1 24758:1 24775:1 24799:1 24811:1 24819:1 24825:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24864:6 24867:2 24873:1 24875:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:3 24928:1 24930:5 24932:1 24937:2 24939:1 24941:2 24969:1 24992:1 24993:2 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:3 25096:1 25107:2 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25230:1 25273:2 25279:1 25289:4 25290:2 25294:1 25310:1 25311:3 25313:1 25323:1 25349:2 25363:1 25369:1 25412:2 25422:1 25438:2 25449:1 25455:1 25488:5 25521:2 25527:2 25531:2 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25655:2 25661:1 25662:1 25670:2 25679:1 25686:1 25691:5 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25783:1 25795:1 25796:1 25817:1 25829:3 25835:1 25838:1 25849:1 25850:1 25852:1 25863:1 25865:2 25873:1 25876:1 25879:1 25886:1 25889:2 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25922:1 25938:1 25939:2 25943:1 25961:1 25962:2 25983:1 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26073:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26183:1 26196:1 26205:2 26214:3 26225:1 26227:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26308:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26364:1 26373:8 26378:1 26385:1 26386:1 26387:1 26390:1 26402:2 26418:3 26419:2 26457:1 26471:1 26483:2 26497:1 26507:1 26512:2 26524:1 26534:1 26536:1 26545:1 26569:1 26602:1 26642:2 26648:1 26665:1 26666:1 26688:1 26689:1 26693:1 26695:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 26964:1 26967:1 27000:1 27010:3 27019:1 27027:3 27030:2 27035:2 27069:1 27076:3 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27498:1 27515:1 27519:1 27539:1 27544:1 27554:1 27561:1 27565:1 27568:1 27575:1 27584:1 27645:1 27653:1 27666:2 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27804:1 27810:2 27817:1 27828:2 27856:1 27866:1 27883:1 27884:2 27901:1 27908:1 27955:1 27992:1 27995:1 28005:1 28028:1 28039:2 28045:2 28050:1 28099:1 28106:2 28114:1 28139:1 28170:1 28172:2 28179:1 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:4 28215:2 28221:2 28238:4 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:3 28411:1 28414:1 28417:1 28418:1 28463:1 28511:1 28515:1 28523:1 28548:1 28552:1 28554:1 28577:1 28584:1 28587:2 28592:1 28597:1 28609:2 28634:1 28636:1 28656:1 28698:1 28729:1 28741:2 28770:1 28777:1 28788:1 28789:2 28803:1 28820:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28963:1 28968:2 28999:1 29017:1 29029:1 29040:1 29060:1 29081:2 29083:5 29103:1 29114:5 29131:1 29194:2 29196:1 29204:1 29207:1 29237:1 29241:1 29307:2 29319:2 29323:1 29335:1 29336:1 29340:1 29348:2 29352:2 29353:3 29374:1 29396:2 29402:1 29418:1 29446:1 29457:1 29458:2 29460:3 29461:1 29468:2 29477:1 29496:2 29499:1 29530:1 29549:1 29571:2 29594:2 29621:1 29624:1 29640:1 29644:1 29679:1 29685:3 29707:1 29717:6 29721:5 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29868:1 29875:1 29883:1 29908:2 29914:1 29944:1 29953:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30105:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:12 30255:2 30272:1 30277:1 30294:1 30322:3 30345:2 30355:1 30386:1 30387:1 30391:1 30393:2 30404:2 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30553:1 30586:2 30587:1 30588:1 30629:2 30631:1 30633:1 30642:1 30645:1 30660:2 30706:1 30708:1 30714:1 30735:1 30737:1 30767:1 30778:1 30807:1 30826:1 30845:1 30846:1 30896:1 30909:1 30912:1 30940:1 30942:1 30961:2 30982:2 30989:1 31001:1 31031:1 31032:1 31037:1 31048:1 31057:1 31061:1 31064:3 31069:1 31094:1 31098:1 31112:1 31116:1 31133:1 31174:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:5 31245:1 31260:1 31263:2 31280:2 31283:3 31286:1 31292:2 31319:2 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31359:1 31366:2 31396:1 31405:1 31414:2 31417:2 31424:1 31453:1 31456:1 31477:1 31494:1 31500:3 31528:3 31546:2 31552:1 31557:1 31559:1 31560:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31649:1 31650:2 31653:1 31659:2 31660:1 31661:2 31666:1 31690:1 31707:1 31712:1 31747:1 31760:2 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31904:1 31960:2 31975:1 31976:3 31979:2 31981:1 31986:1 31988:3 32012:2 32025:1 32031:2 32042:1 32099:1 32101:1 32113:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32268:2 32294:1 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32454:1 32472:1 32474:1 32487:1 32491:4 32511:2 32514:1 32568:1 32582:1 32590:1 32616:2 32624:5 32635:1 32663:1 32666:1 32668:7 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:5 32778:1 32799:1 32806:1 32829:1 32831:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32972:1 32976:1 32985:4 32987:2 33011:1 33013:1 33031:1 33053:1 33055:1 33062:1 33064:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33157:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33252:1 33269:2 33271:1 33276:1 33278:1 33322:1 33327:1 33338:1 33372:1 33375:2 33382:2 33412:1 33432:3 33441:1 33456:1 33458:1 33483:1 33513:1 33525:1 33527:1 33544:1 33551:1 33557:2 33559:2 33565:1 33578:1 33598:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:1 33685:2 33695:1 33696:1 33737:1 33742:4 33743:1 33748:1 33763:1 33768:1 33782:4 33791:2 33815:1 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:3 33876:2 33877:1 33879:2 33883:1 33884:1 33888:3 33892:1 33906:1 33912:1 33921:4 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 50:1 83:1 91:1 127:1 193:4 204:5 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:1 412:1 431:2 443:1 451:1 455:1 460:1 476:1 517:1 538:1 541:1 545:1 582:1 588:1 594:1 596:1 597:2 634:1 641:1 678:2 686:1 688:4 718:2 729:5 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1027:1 1033:7 1034:1 1062:2 1066:3 1069:1 1086:1 1102:2 1103:3 1121:1 1126:4 1130:1 1134:1 1165:2 1167:3 1182:1 1185:1 1218:1 1225:1 1300:1 1317:1 1338:2 1352:2 1376:3 1379:2 1415:1 1419:1 1421:2 1426:1 1453:1 1468:1 1469:1 1470:1 1480:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1586:1 1587:1 1600:3 1625:2 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1697:1 1701:1 1722:1 1739:1 1743:2 1749:3 1753:1 1759:1 1774:1 1845:2 1891:2 1900:2 1902:1 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:1 2070:1 2079:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:2 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2490:1 2502:2 2511:3 2523:1 2527:2 2550:1 2560:1 2562:2 2563:1 2564:1 2565:1 2569:1 2570:1 2572:2 2574:5 2586:1 2588:1 2593:1 2596:1 2605:1 2612:1 2617:6 2618:1 2621:2 2623:2 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2646:5 2653:1 2656:3 2657:3 2660:2 2662:4 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2788:1 2792:1 2814:1 2820:1 2854:1 2863:1 2927:2 2940:1 2944:1 2958:1 2967:1 2970:1 2974:1 2991:1 3005:1 3024:1 3028:1 3078:1 3088:1 3109:1 3127:1 3129:1 3133:1 3140:2 3154:1 3176:3 3182:2 3195:1 3234:1 3236:2 3252:3 3253:1 3260:3 3264:3 3271:7 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3381:5 3405:1 3419:1 3426:2 3434:1 3440:21 3456:1 3469:2 3473:1 3479:2 3507:1 3511:1 3512:1 3531:1 3547:1 3573:1 3577:1 3593:1 3656:2 3665:3 3709:1 3741:1 3750:1 3758:1 3771:1 3772:2 3799:1 3800:1 3804:1 3825:6 3826:1 3832:1 3858:9 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4153:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4304:2 4312:1 4334:1 4342:1 4384:2 4391:1 4402:1 4429:1 4432:2 4444:1 4452:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4713:1 4752:1 4758:5 4765:2 4770:1 4801:1 4813:2 4825:1 4835:1 4837:1 4842:1 4853:3 4866:3 4876:2 4879:1 4901:1 4916:1 4934:1 4952:1 4961:2 4964:1 4965:1 4976:2 4991:2 5014:1 5029:2 5034:1 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5130:1 5144:1 5146:1 5166:1 5217:5 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:2 5364:1 5367:3 5375:1 5381:1 5383:1 5385:3 5390:1 5402:1 5415:2 5432:2 5451:1 5462:1 5467:1 5480:1 5525:1 5528:1 5532:1 5570:3 5577:1 5584:1 5595:26 5600:1 5614:1 5632:1 5636:1 5681:1 5684:1 5708:1 5718:1 5729:3 5750:4 5751:8 5754:2 5757:2 5759:2 5763:1 5765:2 5774:2 5780:1 5782:2 5783:2 5784:1 5785:1 5809:5 5849:1 5866:2 5872:1 5874:1 5911:4 5924:1 5960:1 5965:5 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6166:1 6174:1 6179:1 6181:1 6198:1 6215:1 6229:1 6259:1 6363:1 6364:1 6375:2 6389:1 6432:2 6459:1 6461:1 6465:1 6498:3 6512:1 6514:1 6545:1 6546:2 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6805:1 6829:1 6837:2 6842:1 6902:1 6913:1 6944:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:1 7093:1 7096:1 7108:1 7111:1 7128:6 7142:1 7161:1 7166:1 7173:1 7200:1 7201:1 7214:1 7262:8 7290:5 7330:5 7338:1 7341:1 7365:2 7390:4 7392:1 7399:6 7401:3 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:2 7426:2 7427:2 7444:1 7456:1 7558:1 7593:1 7613:2 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7749:1 7751:1 7782:1 7818:1 7823:5 7856:1 7891:1 7913:2 7920:4 7948:4 7949:3 7991:1 8026:1 8037:1 8075:2 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8207:1 8210:1 8212:1 8213:1 8263:1 8296:3 8320:1 8328:2 8330:1 8364:2 8368:2 8373:2 8375:1 8377:1 8384:1 8385:2 8410:1 8445:1 8446:1 8474:2 8485:1 8498:1 8503:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:4 8816:1 8826:1 8831:1 8868:1 8898:2 8916:1 8935:3 8940:1 8953:6 8954:5 8977:3 8991:1 9011:1 9012:1 9015:2 9028:34 9050:1 9051:21 9068:2 9094:1 9122:1 9144:2 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9295:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9388:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:4 9493:2 9495:1 9500:1 9539:3 9559:1 9569:3 9575:1 9595:20 9607:1 9631:1 9640:1 9654:3 9680:1 9687:1 9689:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:1 9880:1 9881:1 9886:1 9888:1 9898:1 9907:1 9908:1 9910:2 9915:1 9919:3 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10167:1 10176:1 10200:1 10205:1 10211:1 10221:1 10240:1 10241:2 10244:1 10245:2 10270:1 10292:1 10302:1 10305:1 10308:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:2 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10523:1 10550:1 10571:1 10580:2 10597:1 10609:2 10624:1 10661:2 10676:6 10681:1 10687:1 10739:1 10747:1 10760:2 10775:2 10795:1 10811:1 10825:1 10832:2 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:2 11055:2 11058:1 11062:1 11076:3 11078:1 11132:1 11136:2 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11234:1 11245:2 11267:2 11276:1 11278:1 11288:4 11311:2 11312:3 11327:4 11352:1 11354:1 11384:3 11395:1 11398:1 11410:1 11442:4 11462:1 11464:1 11468:1 11474:1 11477:1 11491:1 11506:1 11508:1 11509:3 11518:1 11529:1 11539:1 11604:2 11610:1 11624:1 11630:1 11636:1 11644:2 11651:1 11668:1 11691:1 11745:1 11747:1 11752:1 11758:2 11807:1 11815:1 11823:1 11843:1 11862:4 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:2 11927:1 11928:2 11932:1 11934:1 11960:1 11969:1 12006:1 12033:1 12041:2 12044:1 12066:2 12079:1 12080:2 12085:1 12090:1 12107:1 12121:1 12161:3 12164:2 12167:1 12179:1 12231:2 12237:1 12279:1 12284:1 12290:1 12300:3 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:3 12416:1 12422:1 12433:1 12438:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12606:1 12612:4 12638:1 12645:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12783:2 12787:1 12813:1 12814:1 12818:1 12828:1 12831:1 12834:1 12872:2 12880:2 12887:1 12889:2 12892:8 12906:1 12926:1 12935:1 12939:1 12967:1 12968:1 12992:1 13003:2 13018:1 13046:1 13052:1 13055:1 13068:2 13093:1 13096:2 13129:1 13134:1 13149:1 13212:1 13216:1 13240:1 13264:1 13265:1 13270:1 13272:2 13276:2 13302:1 13350:2 13379:1 13386:1 13409:2 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:2 13494:6 13505:1 13512:1 13529:1 13555:1 13559:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13604:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:3 13740:1 13758:1 13762:2 13767:1 13779:2 13781:2 13786:1 13787:1 13790:1 13795:3 13797:1 13798:4 13800:2 13801:1 13802:4 13803:1 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:2 13871:1 13872:2 13884:1 13887:1 13891:3 13896:1 13919:1 13924:1 13949:1 13966:1 13968:1 13971:5 13978:1 13986:1 13988:2 13989:1 14034:1 14038:1 14039:1 14068:2 14086:1 14157:1 14170:1 14217:2 14239:1 14246:5 14250:1 14264:5 14280:1 14320:1 14348:1 14369:1 14370:1 14377:1 14388:1 14405:1 14407:1 14409:1 14414:2 14437:1 14439:1 14457:1 14467:1 14493:1 14523:1 14547:2 14557:1 14583:1 14591:1 14600:2 14643:2 14644:1 14654:1 14677:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14840:1 14861:2 14870:1 14878:1 14881:1 14883:2 14899:1 14904:5 14918:1 14950:1 14952:2 14959:1 14990:2 14999:1 15001:1 15019:1 15031:1 15066:7 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:1 15179:2 15184:1 15188:1 15190:2 15195:1 15207:2 15209:1 15215:1 15220:1 15227:2 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:3 15347:1 15361:1 15371:1 15405:2 15438:1 15439:2 15440:1 15445:1 15465:1 15491:2 15497:2 15499:2 15516:5 15547:1 15552:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:2 15685:3 15686:2 15701:3 15711:1 15719:2 15752:1 15783:6 15791:1 15816:2 15843:1 15845:2 15847:1 15864:1 15870:1 15903:1 15908:2 15922:1 15930:4 15935:1 15940:3 15969:3 15983:1 16040:1 16046:2 16077:1 16079:2 16084:1 16085:3 16086:1 16087:1 16088:1 16104:2 16105:1 16111:1 16112:1 16113:1 16115:2 16142:1 16174:1 16177:2 16186:1 16197:4 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:1 16312:1 16317:2 16330:1 16359:1 16370:1 16392:1 16401:1 16412:1 16433:2 16460:1 16472:1 16476:1 16489:1 16491:1 16493:1 16508:2 16511:1 16542:2 16546:1 16558:2 16576:2 16583:1 16586:2 16598:1 16607:1 16610:1 16655:1 16657:1 16668:2 16670:1 16673:2 16680:1 16682:2 16687:1 16699:1 16728:1 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:2 16830:1 16840:3 16849:1 16860:2 16861:2 16864:3 16870:1 16876:1 16879:1 16880:1 16885:1 16895:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:3 17053:1 17054:1 17059:1 17068:3 17070:1 17071:1 17072:2 17082:2 17098:1 17108:1 17126:1 17136:1 17138:1 17150:2 17167:1 17168:1 17182:1 17183:1 17196:1 17203:2 17211:1 17221:1 17225:1 17246:1 17253:1 17265:1 17270:1 17287:1 17294:1 17297:1 17302:1 17307:2 17315:1 17336:1 17342:2 17353:1 17376:1 17410:1 17420:1 17425:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:2 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17675:1 17696:1 17734:1 17746:1 17789:1 17810:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17904:1 17916:1 17938:3 17941:1 17970:1 17987:1 17992:1 17995:1 18022:1 18040:1 18052:3 18076:1 18085:1 18086:1 18087:6 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18156:2 18170:2 18173:1 18196:3 18205:1 18207:7 18217:4 18222:1 18237:1 18251:1 18255:6 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18375:2 18381:1 18382:1 18384:1 18390:2 18391:4 18392:1 18402:2 18414:1 18416:2 18417:1 18418:5 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18479:1 18490:1 18494:1 18505:1 18531:1 18536:1 18564:2 18602:1 18606:1 18610:1 18625:1 18639:1 18676:1 18718:6 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:2 18901:4 18910:3 18933:1 18935:1 18945:1 18949:1 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19029:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19191:1 19200:2 19208:1 19209:1 19223:1 19232:2 19235:3 19275:3 19294:2 19296:1 19315:2 19319:1 19353:1 19383:2 19389:2 19392:1 19396:1 19428:2 19440:1 19449:1 19450:3 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:19 19632:1 19661:1 19664:2 19684:1 19704:2 19707:2 19721:3 19748:1 19801:1 19816:1 19844:1 19845:1 19857:1 19864:1 19877:1 19880:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:2 19950:1 19967:1 19969:1 19982:1 19994:3 19996:1 20007:1 20014:1 20023:1 20026:3 20050:2 20073:1 20088:1 20125:1 20136:1 20137:1 20159:4 20171:1 20177:1 20180:1 20189:2 20202:2 20232:2 20249:1 20261:1 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20406:1 20409:1 20413:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20570:1 20604:1 20628:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:2 20785:1 20788:2 20790:1 20796:1 20857:1 20863:1 20867:1 20873:3 20893:1 20910:1 20917:1 20929:1 20955:2 20971:3 21004:1 21016:2 21023:1 21039:3 21045:1 21057:1 21089:2 21099:1 21106:1 21119:1 21131:1 21132:1 21161:2 21163:1 21172:3 21190:1 21212:1 21237:1 21248:1 21279:2 21285:1 21332:1 21333:1 21345:1 21352:1 21373:1 21382:1 21395:1 21399:1 21406:7 21421:1 21480:1 21489:1 21490:1 21540:9 21548:3 21559:3 21567:1 21580:1 21610:1 21619:1 21629:3 21635:2 21637:1 21656:1 21693:1 21695:1 21696:1 21704:1 21729:1 21750:1 21752:3 21765:2470 21768:1 21794:1 21818:2 21841:3 21850:1 21879:1 21898:1 21901:1 21902:1 21912:2 21954:3 21959:1 21982:1 21991:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22158:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:2 22571:1 22600:1 22605:1 22611:1 22619:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:4 22715:1 22753:1 22764:1 22766:2 22767:1 22771:1 22805:2 22816:2 22843:3 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 22989:1 23006:2 23011:1 23037:2 23038:1 23044:1 23058:1 23062:1 23066:1 23070:1 23080:3 23085:1 23095:18 23099:1 23108:1 23112:1 23116:1 23122:1 23138:1 23141:1 23145:1 23150:5 23155:1 23162:1 23181:1 23202:1 23224:1 23237:1 23238:1 23265:7 23284:1 23292:1 23299:1 23300:1 23310:1 23326:1 23333:2 23357:1 23360:1 23369:4 23376:1 23383:3 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:3 23464:1 23468:1 23470:1 23482:1 23489:1 23502:3 23503:1 23512:1 23514:1 23533:1 23553:1 23569:21 23583:1 23594:1 23597:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23715:1 23725:1 23752:1 23753:1 23758:1 23775:2 23793:1 23818:2 23819:1 23823:2 23825:2 23854:1 23866:3 23875:1 23883:1 23890:1 23997:1 23998:1 24000:2 24022:1 24028:2 24066:1 24074:3 24091:1 24096:1 24104:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:2 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:16 24252:1 24253:1 24261:3 24263:5 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:3 24431:4 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:3 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24701:1 24705:3 24708:6 24723:1 24728:2 24731:1 24748:1 24758:2 24775:1 24799:1 24811:1 24819:1 24825:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24864:6 24867:2 24873:2 24875:1 24887:1 24908:2 24914:1 24915:1 24922:1 24924:1 24927:3 24928:1 24930:5 24932:1 24937:2 24939:1 24941:2 24969:1 24992:1 24993:2 25006:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:3 25096:1 25107:2 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25230:1 25273:2 25278:1 25279:1 25289:4 25290:2 25294:1 25310:1 25311:4 25313:1 25323:1 25349:2 25363:1 25369:1 25412:2 25422:1 25438:2 25449:1 25455:1 25488:5 25521:2 25527:2 25531:2 25533:1 25541:1 25543:1 25561:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25655:2 25661:1 25662:1 25670:2 25679:1 25686:1 25691:5 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25783:1 25795:1 25796:1 25817:1 25829:3 25835:1 25838:1 25849:1 25850:1 25852:1 25863:1 25865:2 25873:1 25876:1 25879:1 25886:1 25889:2 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25922:1 25938:1 25939:2 25943:1 25961:1 25962:2 25983:1 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:1 26068:2 26072:1 26073:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26183:1 26196:1 26205:2 26214:3 26225:1 26227:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26308:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26364:1 26373:8 26378:1 26385:1 26386:1 26387:1 26390:1 26399:1 26402:2 26418:3 26419:2 26457:1 26471:1 26476:1 26483:2 26497:1 26507:2 26512:2 26524:1 26534:1 26536:1 26545:1 26560:1 26563:1 26569:1 26602:2 26642:2 26648:1 26665:1 26666:1 26688:2 26689:1 26693:1 26695:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26962:1 26964:1 26967:1 27000:1 27010:3 27019:1 27027:3 27030:2 27035:3 27069:1 27076:3 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27393:1 27399:1 27405:1 27419:1 27450:3 27454:1 27498:1 27515:1 27519:1 27539:1 27544:1 27554:1 27561:1 27565:1 27568:1 27575:1 27584:1 27645:1 27653:1 27666:2 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27794:1 27804:1 27810:2 27817:1 27828:2 27831:1 27856:1 27866:1 27883:1 27884:2 27901:1 27908:2 27955:1 27992:1 27995:1 28005:1 28028:1 28039:2 28045:2 28050:1 28099:1 28106:2 28114:1 28139:1 28170:1 28172:2 28179:1 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:5 28215:2 28221:2 28231:1 28238:4 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:3 28411:1 28414:1 28417:1 28418:1 28463:1 28511:2 28515:1 28523:1 28548:1 28552:1 28554:1 28577:1 28584:1 28587:2 28592:1 28597:1 28609:2 28634:1 28636:1 28656:1 28697:1 28698:1 28704:1 28729:1 28741:2 28770:1 28777:1 28788:1 28789:2 28803:1 28820:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28963:1 28968:3 28999:1 29017:1 29029:1 29040:1 29060:1 29081:2 29083:5 29103:1 29114:5 29131:1 29194:2 29196:1 29204:1 29207:1 29237:1 29241:1 29307:2 29319:2 29323:1 29335:1 29336:1 29340:1 29348:2 29352:2 29353:3 29374:1 29396:2 29402:1 29418:1 29446:1 29457:1 29458:2 29460:3 29461:1 29468:2 29477:1 29496:2 29499:1 29530:3 29549:1 29571:2 29594:2 29621:1 29624:1 29640:1 29644:1 29679:1 29685:3 29707:1 29717:6 29721:5 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:1 29826:1 29827:2 29868:1 29875:1 29883:1 29895:1 29908:2 29914:1 29944:1 29953:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:1 30077:1 30083:1 30088:2 30095:1 30105:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:12 30255:2 30272:1 30277:1 30294:1 30322:3 30345:2 30355:1 30386:1 30387:1 30391:1 30393:2 30404:2 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30549:1 30553:1 30586:2 30587:1 30588:1 30629:2 30631:1 30633:1 30642:1 30645:1 30660:2 30706:1 30708:1 30714:1 30735:1 30737:1 30767:1 30778:1 30807:1 30826:1 30845:1 30846:1 30896:1 30909:1 30912:1 30940:1 30942:1 30961:2 30982:2 30989:1 31001:1 31031:1 31032:1 31037:1 31048:1 31057:1 31061:1 31064:3 31069:1 31094:1 31098:1 31112:1 31116:1 31133:1 31174:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:5 31245:1 31260:1 31263:2 31280:2 31283:3 31286:1 31292:2 31319:2 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31356:1 31359:1 31366:2 31396:1 31405:1 31414:2 31417:2 31424:1 31453:1 31456:1 31477:1 31494:1 31500:3 31528:3 31546:2 31552:1 31557:1 31559:1 31560:1 31562:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31601:1 31605:1 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31649:1 31650:2 31653:1 31659:2 31660:1 31661:2 31666:1 31690:1 31707:1 31712:1 31747:1 31760:2 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31868:1 31904:1 31925:1 31960:2 31975:1 31976:4 31979:2 31981:1 31986:1 31988:3 32012:2 32025:1 32031:2 32042:1 32099:1 32101:1 32113:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32262:1 32268:2 32294:1 32320:5 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32454:1 32472:1 32474:1 32487:1 32491:5 32511:2 32514:1 32568:1 32582:1 32590:1 32616:2 32624:5 32635:1 32663:1 32666:1 32668:7 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32728:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:5 32778:1 32799:1 32806:1 32829:1 32831:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32972:1 32976:1 32985:4 32987:2 33011:1 33013:1 33031:1 33053:1 33055:1 33059:1 33062:1 33064:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33157:1 33159:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33252:1 33269:2 33271:1 33276:1 33278:1 33322:1 33327:1 33338:1 33372:1 33375:2 33382:2 33412:1 33432:3 33441:1 33456:1 33458:1 33483:1 33513:1 33525:1 33527:1 33544:1 33551:1 33557:2 33559:2 33565:1 33578:1 33598:1 33600:2 33623:2 33632:1 33642:1 33655:1 33684:2 33685:2 33695:1 33696:1 33702:1 33737:1 33742:4 33743:1 33748:1 33763:1 33768:1 33782:4 33791:2 33815:1 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:3 33876:2 33877:1 33879:2 33883:1 33884:1 33888:3 33892:1 33906:1 33912:1 33921:4 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 50:1 83:1 91:1 127:1 193:4 204:5 241:2 249:1 258:2 264:2 267:2 297:1 327:1 347:1 360:1 363:1 392:2 398:3 412:1 431:2 434:1 443:1 451:1 455:1 460:1 476:1 517:1 538:1 541:1 545:2 550:1 582:1 588:1 594:1 596:1 597:2 634:1 641:1 678:2 686:1 688:4 718:2 729:5 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1027:1 1033:8 1034:1 1062:2 1066:4 1069:1 1086:1 1102:2 1103:3 1121:1 1126:5 1130:1 1134:1 1165:2 1167:3 1182:1 1185:2 1218:1 1225:1 1300:1 1317:1 1338:2 1352:2 1376:3 1379:2 1415:1 1419:1 1421:2 1426:1 1453:1 1468:1 1469:1 1470:1 1480:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1568:1 1586:1 1587:1 1600:3 1625:2 1629:1 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1697:1 1701:1 1722:1 1739:1 1743:2 1749:3 1753:1 1759:1 1774:1 1845:2 1891:2 1900:2 1902:1 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:2 2070:1 2079:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2159:1 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:3 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2334:1 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2490:1 2502:2 2511:3 2523:1 2527:2 2550:1 2560:1 2562:2 2563:1 2564:1 2565:1 2569:1 2570:1 2572:2 2574:5 2586:2 2588:1 2593:1 2596:1 2605:1 2612:1 2617:6 2618:1 2621:2 2623:3 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2642:1 2646:5 2653:1 2656:3 2657:3 2660:2 2662:6 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2788:1 2792:1 2814:1 2815:1 2820:1 2854:1 2863:1 2927:2 2940:1 2944:1 2958:1 2967:1 2970:1 2974:1 2991:1 3005:1 3024:1 3028:1 3078:1 3088:1 3109:1 3127:3 3129:1 3133:1 3140:2 3154:1 3156:1 3176:3 3182:2 3187:1 3195:1 3234:1 3236:2 3252:4 3253:1 3260:3 3264:3 3271:8 3277:1 3285:1 3322:1 3326:1 3331:1 3333:3 3367:1 3373:1 3376:1 3381:5 3405:1 3419:1 3423:1 3426:2 3434:1 3440:22 3456:1 3469:2 3473:1 3479:2 3507:1 3511:1 3512:1 3531:1 3547:1 3560:1 3573:1 3577:1 3593:1 3656:2 3665:3 3709:1 3726:1 3741:1 3750:1 3758:1 3771:1 3772:2 3799:1 3800:1 3804:1 3825:6 3826:1 3832:1 3835:1 3858:10 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4153:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4304:2 4312:1 4334:1 4342:1 4380:1 4384:2 4391:1 4402:1 4429:1 4432:2 4444:1 4446:1 4452:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:2 4651:1 4661:1 4664:1 4705:1 4708:1 4713:1 4752:1 4758:5 4765:2 4770:1 4801:1 4813:2 4825:1 4835:1 4837:1 4842:1 4853:3 4866:3 4876:2 4879:1 4889:1 4901:1 4916:1 4934:1 4952:2 4961:2 4964:1 4965:1 4976:2 4991:2 5014:1 5029:2 5034:1 5039:1 5061:1 5062:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5130:1 5144:1 5146:1 5161:1 5166:1 5217:5 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:2 5364:1 5367:3 5375:1 5381:1 5383:1 5385:3 5390:1 5402:1 5415:2 5432:2 5451:1 5462:1 5466:1 5467:1 5480:1 5525:1 5528:1 5532:1 5570:3 5577:1 5584:1 5595:27 5600:1 5614:1 5632:1 5636:1 5681:1 5684:1 5708:1 5718:1 5729:4 5750:5 5751:8 5754:2 5757:2 5759:2 5763:1 5765:2 5774:2 5780:1 5782:2 5783:2 5784:1 5785:2 5809:5 5849:1 5866:2 5872:1 5874:1 5911:4 5924:1 5960:1 5965:5 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6166:1 6174:1 6179:1 6181:2 6198:1 6215:1 6229:1 6259:1 6363:1 6364:1 6375:2 6389:1 6432:3 6459:1 6461:1 6465:1 6498:3 6512:1 6514:1 6545:1 6546:2 6548:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6805:1 6829:1 6837:2 6842:1 6902:1 6913:1 6944:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:1 7093:1 7096:1 7108:1 7111:1 7128:6 7142:1 7161:1 7166:2 7173:1 7200:1 7201:1 7214:1 7262:8 7290:5 7330:5 7338:1 7341:1 7365:2 7390:4 7392:1 7399:6 7401:3 7406:2 7407:2 7408:1 7416:1 7417:2 7418:3 7422:4 7426:2 7427:2 7444:1 7456:1 7491:1 7558:1 7571:1 7593:1 7613:2 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7749:1 7751:1 7782:1 7818:1 7823:5 7856:1 7891:1 7913:2 7920:4 7948:4 7949:3 7991:1 8026:1 8037:1 8075:2 8076:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8207:1 8210:1 8212:1 8213:1 8263:1 8296:3 8320:1 8328:2 8330:1 8364:2 8368:2 8373:2 8375:1 8377:1 8384:1 8385:2 8410:2 8445:1 8446:1 8474:2 8485:1 8498:1 8503:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:4 8816:1 8826:1 8831:1 8867:1 8868:1 8898:2 8912:1 8916:1 8935:4 8940:1 8953:6 8954:7 8977:3 8991:1 9011:1 9012:1 9015:2 9016:1 9028:37 9050:2 9051:22 9068:2 9094:1 9122:1 9144:2 9195:2 9226:1 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9295:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:1 9388:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:5 9493:2 9495:1 9500:1 9539:3 9559:1 9569:3 9575:2 9595:20 9607:1 9631:1 9640:1 9654:3 9680:1 9687:1 9689:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:1 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:2 9880:1 9881:1 9886:1 9888:1 9898:1 9907:1 9908:1 9910:2 9915:1 9919:3 9933:2 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10059:1 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10165:2 10167:1 10176:1 10200:1 10205:1 10211:1 10221:1 10240:1 10241:2 10244:1 10245:2 10270:1 10292:1 10302:1 10305:1 10307:1 10308:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:2 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10516:1 10523:1 10545:1 10550:1 10571:1 10580:2 10597:1 10609:2 10624:1 10661:2 10676:6 10681:1 10687:1 10739:1 10747:1 10760:2 10775:2 10795:1 10811:1 10825:1 10832:2 10840:1 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10937:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:2 11055:2 11058:1 11062:1 11076:3 11078:1 11132:1 11136:4 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11216:3 11226:1 11234:1 11245:2 11267:2 11276:1 11278:1 11288:4 11308:1 11311:2 11312:3 11327:4 11352:1 11354:1 11384:3 11395:1 11398:1 11410:1 11442:4 11462:1 11464:1 11468:1 11474:1 11477:1 11491:1 11506:1 11508:1 11509:3 11518:1 11529:1 11539:1 11604:2 11610:1 11624:1 11630:1 11636:1 11644:2 11651:1 11668:1 11691:1 11696:1 11745:1 11747:1 11752:1 11758:3 11807:1 11815:1 11823:1 11843:1 11862:4 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:2 11927:1 11928:2 11932:1 11934:1 11960:1 11969:1 12006:1 12033:1 12041:2 12044:1 12066:2 12070:1 12079:1 12080:2 12085:1 12086:1 12090:1 12107:1 12121:1 12161:3 12164:2 12167:1 12179:1 12231:2 12237:1 12279:1 12284:1 12290:1 12300:3 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:3 12416:1 12422:1 12433:1 12438:1 12450:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12606:1 12612:4 12638:1 12645:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12711:1 12783:2 12787:1 12813:1 12814:1 12818:1 12828:1 12829:1 12831:1 12834:1 12872:2 12880:2 12887:1 12889:2 12890:1 12892:8 12906:1 12926:1 12935:1 12939:1 12967:1 12968:1 12992:1 13003:2 13018:1 13046:1 13052:1 13055:1 13068:2 13093:2 13096:2 13104:1 13107:1 13129:1 13134:1 13149:1 13212:1 13216:1 13240:1 13264:1 13265:1 13270:1 13272:2 13276:2 13302:1 13350:2 13379:1 13386:1 13387:1 13390:1 13409:2 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:2 13494:6 13505:1 13512:1 13529:1 13555:1 13559:1 13563:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13604:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:4 13734:3 13740:1 13758:1 13761:1 13762:2 13767:1 13779:2 13781:2 13786:1 13787:1 13790:1 13795:3 13797:1 13798:4 13800:2 13801:1 13802:4 13803:2 13807:4 13810:3 13824:3 13832:1 13835:1 13855:1 13856:1 13858:2 13871:1 13872:2 13884:1 13887:1 13891:3 13896:1 13919:1 13924:1 13949:1 13966:1 13968:1 13971:5 13978:1 13986:1 13988:2 13989:1 14034:1 14038:1 14039:1 14068:2 14086:1 14157:1 14170:1 14217:2 14239:1 14246:5 14250:1 14264:5 14280:1 14296:1 14320:1 14348:1 14369:1 14370:1 14377:1 14388:1 14405:1 14407:1 14409:1 14414:2 14437:1 14439:1 14457:1 14467:1 14493:1 14523:1 14547:2 14557:1 14583:1 14591:1 14600:2 14643:2 14644:1 14654:1 14677:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14834:1 14837:1 14840:1 14861:2 14870:1 14878:1 14881:1 14883:2 14899:1 14904:5 14918:1 14921:1 14950:1 14952:2 14959:1 14990:2 14999:1 15001:1 15019:1 15031:1 15066:7 15077:1 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:1 15164:1 15179:2 15181:1 15184:1 15188:1 15190:2 15195:1 15207:2 15209:1 15215:1 15220:1 15227:2 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:1 15342:1 15346:3 15347:1 15361:1 15371:1 15405:2 15414:1 15438:1 15439:2 15440:1 15445:1 15465:1 15491:2 15497:2 15499:2 15516:5 15547:1 15552:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:2 15685:3 15686:2 15688:1 15701:3 15711:1 15719:2 15752:1 15783:6 15791:1 15816:2 15843:1 15845:2 15847:1 15864:1 15870:1 15903:1 15908:2 15922:1 15930:4 15935:1 15940:3 15969:3 15983:1 16030:1 16040:1 16046:2 16077:1 16079:2 16084:1 16085:5 16086:1 16087:1 16088:1 16097:1 16104:3 16105:1 16111:1 16112:1 16113:1 16115:2 16119:1 16142:1 16169:1 16174:1 16177:2 16186:1 16197:4 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:1 16312:1 16317:2 16330:1 16359:1 16370:1 16392:1 16401:1 16412:3 16433:2 16460:1 16472:1 16476:1 16477:1 16489:1 16491:1 16493:1 16508:2 16511:1 16542:2 16546:1 16558:2 16576:2 16583:1 16586:2 16598:1 16604:1 16607:1 16610:1 16655:1 16657:1 16668:2 16670:1 16673:2 16680:1 16682:2 16687:1 16699:1 16700:1 16728:2 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:2 16830:1 16837:1 16840:3 16849:1 16860:2 16861:2 16864:3 16870:1 16876:1 16879:1 16880:1 16885:1 16895:1 16898:1 16920:1 16959:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:3 17053:1 17054:1 17059:1 17068:3 17070:1 17071:1 17072:2 17082:2 17098:1 17108:1 17126:1 17136:1 17138:1 17150:2 17167:1 17168:1 17182:1 17183:1 17196:1 17203:2 17211:1 17221:1 17225:2 17246:2 17253:1 17265:1 17270:1 17287:1 17294:1 17297:1 17302:1 17307:2 17315:1 17336:1 17342:2 17353:2 17376:1 17410:1 17420:1 17425:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:2 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17675:1 17696:1 17734:1 17746:1 17789:1 17810:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17904:1 17912:1 17916:1 17938:3 17941:1 17970:1 17987:2 17992:1 17995:1 18022:1 18040:1 18052:3 18076:1 18085:1 18086:1 18087:6 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18156:2 18170:2 18173:1 18188:1 18196:3 18205:1 18207:7 18217:4 18222:1 18237:1 18251:1 18255:6 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18362:1 18375:2 18381:1 18382:1 18384:2 18390:2 18391:4 18392:1 18402:2 18414:1 18416:2 18417:1 18418:5 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18479:1 18485:1 18490:1 18494:1 18505:1 18531:1 18536:1 18564:2 18602:1 18606:1 18610:1 18625:1 18639:1 18676:1 18718:6 18720:1 18723:1 18740:1 18741:1 18748:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:2 18901:4 18910:3 18933:1 18935:1 18945:1 18949:2 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19029:1 19030:4 19034:2 19036:1 19063:1 19106:1 19115:1 19116:1 19147:1 19155:1 19157:1 19191:1 19200:2 19208:1 19209:1 19223:1 19232:2 19235:3 19275:3 19277:1 19294:2 19296:1 19315:2 19319:1 19353:1 19383:2 19389:2 19392:1 19394:1 19396:1 19428:3 19440:1 19449:1 19450:3 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:2 19561:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:19 19623:1 19632:1 19661:1 19664:2 19680:1 19684:1 19704:2 19707:2 19721:3 19748:1 19801:1 19816:1 19844:1 19845:1 19857:1 19864:1 19877:1 19880:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:2 19950:1 19967:1 19969:1 19982:1 19994:3 19996:1 20007:2 20010:1 20014:1 20023:1 20026:3 20050:2 20073:1 20088:1 20125:1 20136:1 20137:1 20159:4 20171:1 20173:1 20177:1 20180:1 20189:2 20202:2 20232:2 20249:1 20261:1 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20406:1 20409:1 20413:1 20433:2 20466:1 20483:1 20533:1 20537:1 20545:1 20563:1 20570:1 20604:1 20628:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:3 20785:1 20788:2 20790:1 20796:1 20857:1 20861:1 20863:1 20867:1 20873:3 20893:1 20910:1 20917:1 20929:1 20955:2 20971:3 21004:1 21016:2 21023:1 21039:3 21045:1 21057:1 21089:2 21099:1 21106:1 21119:1 21131:1 21132:1 21161:2 21163:1 21172:3 21190:1 21212:1 21237:1 21248:1 21279:2 21285:1 21332:1 21333:1 21345:1 21352:1 21373:1 21382:1 21395:1 21399:1 21406:7 21421:1 21480:1 21489:1 21490:1 21511:1 21540:9 21548:3 21559:3 21567:1 21580:1 21610:1 21619:1 21629:3 21635:2 21637:1 21656:1 21693:1 21695:1 21696:3 21704:1 21721:1 21729:1 21750:1 21752:3 21765:2563 21768:1 21794:1 21818:2 21841:3 21850:1 21879:1 21898:1 21901:1 21902:1 21912:2 21954:3 21959:2 21982:1 21991:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22102:2 22129:3 22132:1 22136:1 22148:1 22158:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:3 22571:1 22600:1 22605:1 22611:1 22619:1 22625:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:4 22715:1 22753:1 22764:1 22766:2 22767:1 22771:1 22805:2 22816:2 22843:3 22846:1 22847:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 22989:1 23006:2 23011:1 23037:2 23038:1 23044:1 23058:2 23062:1 23066:1 23070:2 23080:3 23085:2 23095:18 23099:1 23108:1 23112:1 23116:1 23122:1 23138:1 23141:1 23145:1 23150:5 23155:1 23162:1 23165:1 23171:1 23181:1 23202:1 23223:1 23224:1 23237:1 23238:2 23265:7 23284:1 23289:1 23292:1 23299:1 23300:1 23310:1 23324:1 23326:1 23333:2 23357:1 23360:1 23368:1 23369:4 23376:1 23383:3 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:3 23464:1 23468:1 23470:1 23482:2 23489:1 23502:3 23503:1 23512:1 23514:1 23533:1 23553:1 23569:22 23579:1 23583:1 23594:1 23597:1 23599:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23715:1 23725:1 23752:1 23753:1 23758:1 23775:2 23785:1 23793:1 23796:1 23818:2 23819:1 23823:2 23825:2 23854:1 23866:3 23875:1 23881:1 23883:1 23890:1 23997:1 23998:1 24000:2 24022:1 24028:2 24066:1 24070:1 24074:3 24080:1 24091:1 24096:1 24104:1 24113:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:2 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:17 24252:1 24253:1 24261:3 24263:5 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:3 24431:4 24449:2 24459:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:3 24578:1 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24701:1 24702:1 24705:3 24708:6 24723:1 24728:2 24731:1 24748:1 24758:2 24775:1 24799:1 24811:1 24819:1 24825:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24864:6 24867:2 24873:2 24875:1 24887:1 24908:2 24911:1 24914:1 24915:1 24922:1 24924:1 24927:3 24928:1 24930:5 24932:1 24937:2 24939:1 24941:2 24969:1 24992:1 24993:2 25006:1 25012:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:3 25096:2 25107:3 25120:2 25123:1 25139:1 25157:1 25165:1 25185:1 25230:1 25273:2 25278:1 25279:1 25289:4 25290:2 25294:1 25305:1 25310:1 25311:5 25313:1 25323:1 25349:2 25363:1 25369:1 25412:2 25422:1 25438:2 25449:1 25455:1 25488:5 25521:2 25527:2 25531:2 25533:1 25541:1 25542:1 25543:1 25561:1 25568:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25650:1 25655:2 25661:1 25662:1 25670:2 25679:1 25686:1 25691:6 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25783:1 25795:1 25796:1 25817:1 25829:3 25835:1 25838:1 25849:1 25850:1 25852:1 25853:1 25863:1 25865:2 25873:1 25876:1 25879:1 25886:1 25889:2 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25922:1 25938:1 25939:2 25943:1 25961:1 25962:2 25983:1 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:2 26068:2 26072:1 26073:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26183:1 26196:1 26205:2 26214:3 26225:1 26227:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26308:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26364:1 26373:8 26378:1 26385:1 26386:1 26387:1 26390:1 26399:1 26402:2 26418:3 26419:2 26457:1 26471:1 26476:1 26483:2 26494:1 26497:1 26507:2 26512:2 26524:1 26534:1 26536:1 26545:1 26560:1 26563:1 26569:1 26602:2 26642:2 26648:1 26659:1 26665:1 26666:1 26688:2 26689:1 26693:1 26695:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26808:2 26809:1 26880:2 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26956:1 26962:1 26964:1 26967:1 27000:1 27010:3 27019:1 27027:3 27030:2 27035:3 27069:1 27076:3 27096:1 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27240:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27359:1 27393:1 27399:1 27405:1 27419:1 27450:3 27453:1 27454:1 27498:1 27515:1 27519:1 27539:1 27544:1 27554:1 27561:1 27565:1 27568:1 27575:1 27584:1 27645:1 27653:1 27666:2 27687:1 27695:1 27704:3 27755:1 27759:1 27764:1 27789:2 27794:1 27804:1 27810:2 27817:1 27828:2 27831:1 27856:1 27866:1 27883:1 27884:2 27890:1 27901:1 27908:2 27955:1 27992:1 27995:1 28005:2 28028:1 28039:2 28045:2 28050:1 28099:1 28106:2 28114:1 28134:1 28135:1 28139:1 28170:2 28172:2 28179:1 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:5 28215:2 28221:2 28231:1 28238:5 28252:1 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:3 28377:2 28411:1 28414:1 28417:1 28418:1 28463:1 28511:2 28515:1 28519:1 28523:1 28548:1 28552:1 28554:1 28577:1 28584:1 28587:2 28592:1 28597:1 28609:2 28634:1 28636:1 28656:1 28697:1 28698:1 28704:1 28729:2 28741:3 28770:1 28777:1 28788:1 28789:2 28803:1 28820:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28963:1 28968:3 28999:1 29017:1 29029:1 29040:1 29060:1 29075:1 29081:2 29083:5 29103:1 29114:5 29131:1 29194:2 29196:1 29204:1 29207:1 29237:1 29241:1 29289:1 29307:2 29319:2 29323:1 29335:1 29336:1 29340:1 29348:4 29352:2 29353:3 29374:1 29396:2 29402:1 29418:1 29446:1 29457:1 29458:2 29460:3 29461:1 29468:2 29477:1 29496:2 29499:1 29530:3 29549:1 29571:2 29594:2 29621:1 29624:1 29640:1 29644:1 29679:1 29685:3 29707:1 29717:6 29721:6 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:2 29826:1 29827:2 29868:1 29875:1 29883:1 29895:1 29908:2 29914:1 29918:1 29944:1 29953:1 29973:2 29974:1 29990:1 30020:1 30032:1 30063:1 30069:1 30070:2 30077:1 30083:1 30088:2 30095:1 30105:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:12 30255:2 30272:1 30277:1 30294:1 30322:3 30345:3 30355:1 30370:1 30386:1 30387:1 30391:1 30393:2 30404:2 30415:1 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30549:1 30553:1 30586:2 30587:1 30588:1 30611:1 30616:1 30629:2 30631:1 30633:1 30642:1 30645:1 30660:2 30706:1 30708:1 30714:1 30735:1 30737:1 30767:1 30778:1 30807:1 30826:1 30845:1 30846:1 30888:1 30896:1 30909:1 30912:1 30940:1 30942:1 30961:2 30982:2 30989:1 31001:1 31031:1 31032:1 31037:1 31048:1 31057:1 31061:1 31064:3 31069:1 31094:1 31098:1 31112:1 31116:1 31133:1 31174:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:5 31245:1 31260:1 31263:2 31280:2 31283:3 31286:1 31290:1 31292:2 31319:2 31327:1 31333:6 31344:2 31347:1 31348:1 31351:1 31355:1 31356:1 31359:1 31366:2 31396:1 31405:1 31414:2 31417:2 31424:1 31453:1 31456:1 31477:3 31494:1 31500:3 31528:3 31546:2 31552:1 31557:1 31559:1 31560:1 31562:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31596:1 31601:1 31605:2 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31649:1 31650:2 31653:1 31659:2 31660:1 31661:2 31666:1 31690:1 31707:1 31712:1 31747:1 31760:2 31764:1 31771:3 31782:1 31791:1 31850:1 31852:2 31853:1 31865:1 31868:1 31904:1 31925:1 31960:2 31975:1 31976:4 31979:2 31981:1 31986:1 31988:3 32012:2 32025:1 32031:2 32042:1 32099:1 32101:1 32113:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32262:1 32268:2 32294:1 32320:6 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32454:1 32472:1 32474:1 32487:1 32491:5 32511:2 32514:1 32568:1 32582:1 32590:1 32616:4 32624:6 32635:1 32663:1 32666:1 32668:7 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32728:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32776:5 32778:1 32799:1 32806:1 32812:1 32829:1 32831:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32897:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32972:1 32976:1 32985:4 32987:3 33011:1 33013:1 33031:1 33053:1 33055:1 33059:1 33062:1 33064:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33157:1 33159:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33252:1 33269:3 33271:1 33276:1 33278:1 33322:1 33327:1 33338:1 33372:1 33375:2 33382:2 33412:1 33432:3 33441:1 33456:1 33458:1 33483:1 33513:1 33518:1 33525:1 33527:1 33544:1 33551:1 33557:2 33559:2 33565:1 33578:1 33598:1 33600:2 33623:2 33632:1 33634:1 33642:1 33655:1 33684:2 33685:2 33695:1 33696:1 33702:1 33737:1 33742:4 33743:1 33748:1 33763:1 33768:1 33782:4 33791:2 33815:1 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:1 33874:3 33876:2 33877:1 33879:2 33883:1 33884:1 33888:3 33892:1 33906:1 33912:1 33921:6 33955:1 33999:1 34016:1
7 8:1 16:1 18:1 35:1 50:1 83:1 91:1 127:1 193:5 204:6 241:2 249:1 258:2 264:2 267:2 297:1 327:1 338:1 347:1 360:1 363:1 392:2 398:3 412:1 431:2 434:1 443:1 451:1 455:1 460:1 476:2 517:1 538:1 541:1 542:1 545:2 550:1 582:1 588:1 594:1 596:1 597:2 634:1 641:1 678:2 686:1 688:4 718:2 729:5 751:1 829:6 846:1 863:1 873:2 900:1 941:1 991:1 1016:1 1027:1 1033:8 1034:1 1062:2 1066:4 1069:2 1086:1 1102:2 1103:3 1121:1 1123:1 1126:5 1130:1 1134:1 1165:2 1167:3 1182:1 1185:2 1218:1 1220:1 1225:1 1300:1 1308:1 1317:1 1338:2 1352:2 1376:3 1379:2 1415:1 1419:1 1421:2 1426:1 1453:1 1468:1 1469:1 1470:1 1480:1 1483:2 1490:1 1495:1 1497:1 1502:1 1508:1 1517:1 1568:1 1586:1 1587:1 1600:3 1625:2 1629:1 1649:1 1657:1 1673:1 1675:1 1684:1 1689:1 1690:1 1697:1 1701:1 1705:1 1722:1 1739:1 1743:2 1749:3 1753:1 1759:1 1774:1 1845:2 1891:2 1894:1 1900:2 1902:1 1940:1 1942:1 1951:3 1953:3 1958:1 1963:1 1964:3 1965:3 1986:1 1991:2 1993:1 2031:1 2045:1 2055:2 2070:1 2079:1 2096:1 2097:3 2099:2 2106:1 2113:1 2142:1 2146:1 2148:3 2159:1 2161:1 2163:1 2175:1 2182:1 2183:4 2187:1 2194:1 2207:2 2214:1 2223:2 2238:3 2241:1 2244:1 2247:1 2260:1 2262:1 2299:1 2302:1 2304:1 2310:1 2312:1 2325:2 2329:2 2334:1 2359:1 2401:1 2402:1 2403:1 2409:1 2432:4 2444:1 2457:1 2479:5 2490:1 2502:2 2511:3 2523:1 2527:2 2528:1 2550:1 2560:1 2562:2 2563:1 2564:1 2565:1 2569:1 2570:1 2572:2 2574:5 2586:2 2588:1 2593:1 2596:1 2605:1 2612:1 2617:6 2618:1 2621:2 2623:3 2624:1 2627:4 2630:1 2631:2 2632:2 2639:1 2642:1 2646:5 2653:1 2656:3 2657:3 2660:2 2662:6 2664:1 2729:1 2757:1 2764:1 2769:1 2775:2 2788:1 2792:1 2814:1 2815:1 2820:1 2854:1 2863:1 2909:1 2927:2 2940:1 2944:1 2958:1 2967:1 2970:1 2974:1 2991:1 3000:1 3005:1 3024:1 3028:1 3078:1 3088:1 3109:1 3114:1 3127:3 3129:1 3133:1 3140:2 3154:1 3156:1 3176:3 3182:2 3187:1 3195:1 3234:1 3236:2 3252:4 3253:1 3260:3 3264:3 3271:8 3277:1 3285:2 3322:1 3326:1 3331:1 3333:3 3367:1 3373:1 3376:1 3381:5 3405:1 3419:1 3423:1 3426:2 3434:1 3440:22 3456:1 3469:2 3473:1 3479:2 3507:1 3511:1 3512:1 3531:1 3547:1 3560:1 3573:1 3577:1 3593:2 3656:3 3665:3 3709:1 3726:1 3741:1 3750:1 3758:1 3771:1 3772:3 3799:1 3800:1 3804:1 3825:6 3826:1 3832:1 3835:1 3858:11 3865:1 3905:2 3919:1 3951:2 4009:1 4010:1 4012:1 4016:1 4017:1 4019:1 4063:1 4069:1 4074:2 4101:1 4113:1 4121:1 4149:1 4153:1 4154:1 4156:2 4161:2 4169:1 4171:1 4184:2 4191:1 4193:1 4197:1 4216:1 4224:1 4249:1 4254:1 4261:3 4262:1 4264:2 4266:1 4282:1 4304:2 4312:1 4334:1 4342:1 4380:1 4384:2 4391:1 4402:1 4429:1 4432:3 4444:1 4446:2 4452:1 4453:2 4472:1 4490:1 4500:2 4501:1 4517:1 4518:2 4528:1 4540:1 4544:1 4552:2 4564:1 4571:1 4609:2 4616:2 4627:1 4650:3 4651:1 4661:1 4664:1 4705:1 4708:1 4713:1 4731:1 4752:1 4758:6 4765:2 4770:1 4801:1 4805:1 4813:2 4825:1 4835:1 4837:1 4842:1 4853:3 4866:3 4876:2 4879:1 4889:1 4901:1 4916:1 4934:3 4952:3 4961:2 4964:1 4965:1 4976:2 4991:2 5014:1 5029:2 5034:1 5039:1 5061:1 5062:1 5079:1 5087:1 5088:2 5090:1 5105:1 5107:1 5111:1 5119:1 5130:1 5144:1 5146:1 5161:1 5166:1 5217:6 5230:1 5237:1 5238:1 5247:1 5256:1 5257:1 5273:1 5295:1 5301:1 5305:1 5309:1 5322:2 5323:2 5324:1 5357:2 5364:2 5367:3 5375:1 5381:1 5383:1 5385:3 5390:1 5402:1 5415:2 5432:2 5451:1 5462:1 5466:1 5467:1 5480:1 5525:1 5528:1 5532:1 5570:3 5577:1 5584:1 5595:27 5600:1 5614:1 5632:1 5636:1 5681:1 5684:3 5708:1 5718:1 5729:5 5750:5 5751:9 5754:2 5757:3 5759:2 5763:1 5765:2 5774:2 5780:1 5782:2 5783:2 5784:1 5785:3 5809:6 5849:1 5866:2 5872:1 5874:1 5911:4 5924:1 5960:1 5965:6 5999:2 6041:1 6053:1 6084:1 6115:1 6116:1 6123:1 6144:1 6156:1 6164:1 6166:1 6174:1 6179:1 6181:2 6198:1 6215:1 6229:1 6259:1 6363:1 6364:1 6375:2 6389:1 6432:3 6434:1 6459:1 6461:2 6465:1 6498:4 6512:1 6514:1 6523:1 6545:1 6546:2 6548:1 6552:1 6563:1 6608:1 6612:1 6628:1 6630:2 6637:1 6650:2 6696:1 6715:2 6730:1 6742:1 6787:1 6805:1 6829:1 6837:2 6842:1 6902:1 6913:1 6944:1 6952:1 6956:1 6977:1 6979:2 6984:2 7016:1 7037:1 7074:1 7090:2 7093:1 7096:1 7108:1 7111:1 7128:6 7142:1 7161:1 7166:2 7173:1 7198:1 7200:1 7201:1 7214:1 7262:8 7290:6 7330:6 7338:1 7341:1 7365:2 7368:1 7390:4 7392:1 7399:7 7401:3 7406:2 7407:2 7408:1 7411:1 7416:1 7417:2 7418:3 7422:4 7426:2 7427:2 7439:1 7444:1 7456:1 7491:1 7533:1 7558:1 7571:1 7593:1 7613:2 7615:1 7629:1 7647:1 7651:1 7677:2 7719:1 7720:3 7749:1 7751:1 7782:1 7818:1 7823:5 7856:1 7891:1 7913:2 7920:4 7948:4 7949:3 7991:1 8026:1 8037:1 8075:2 8076:1 8079:1 8083:1 8084:2 8089:1 8130:1 8136:1 8158:2 8179:1 8191:1 8201:1 8207:1 8210:1 8212:1 8213:1 8263:1 8296:5 8320:1 8328:2 8330:1 8364:2 8368:2 8373:2 8375:1 8377:1 8384:1 8385:2 8410:2 8445:1 8446:1 8474:2 8485:1 8498:1 8503:1 8547:1 8548:1 8549:1 8571:1 8587:1 8605:1 8612:3 8613:1 8616:1 8617:2 8627:1 8637:1 8654:1 8661:2 8663:1 8675:1 8681:1 8697:1 8723:4 8747:1 8773:1 8793:1 8796:4 8816:1 8826:1 8831:1 8867:1 8868:1 8898:2 8912:1 8916:1 8935:4 8940:1 8953:8 8954:7 8977:3 8991:1 9011:1 9012:1 9015:2 9016:1 9028:37 9050:2 9051:22 9068:2 9094:1 9122:1 9144:2 9195:2 9226:1 9229:1 9232:1 9248:1 9262:1 9272:4 9278:1 9289:1 9290:1 9295:1 9298:1 9303:1 9307:1 9333:1 9348:1 9385:3 9388:1 9398:2 9404:1 9422:1 9453:1 9461:1 9491:5 9493:2 9495:1 9500:1 9539:3 9559:1 9569:3 9575:2 9595:20 9607:1 9631:2 9640:1 9654:3 9680:1 9687:1 9689:1 9694:1 9706:3 9743:1 9751:1 9758:1 9769:2 9779:4 9794:2 9799:2 9813:1 9826:1 9858:2 9866:2 9880:1 9881:1 9886:1 9888:1 9898:1 9907:1 9908:1 9910:2 9915:1 9919:3 9933:2 9937:2 9986:1 9991:2 10036:1 10038:1 10040:2 10043:1 10050:2 10059:1 10063:1 10064:1 10087:2 10094:3 10123:3 10125:7 10148:2 10165:2 10167:1 10176:1 10200:1 10205:1 10211:1 10221:1 10240:1 10241:2 10244:1 10245:2 10270:1 10292:1 10302:1 10305:1 10307:1 10308:1 10338:1 10364:2 10365:2 10384:1 10385:1 10386:2 10396:2 10419:3 10423:3 10443:1 10466:1 10509:1 10516:1 10523:1 10533:1 10535:1 10545:1 10550:1 10570:1 10571:1 10580:2 10597:1 10609:2 10624:1 10661:2 10676:6 10681:1 10687:1 10739:1 10747:1 10760:2 10775:2 10795:1 10811:1 10825:1 10832:2 10840:1 10844:1 10847:1 10850:1 10865:1 10867:2 10871:1 10893:1 10895:1 10919:1 10937:1 10944:3 10950:1 10955:1 10972:1 11001:1 11003:1 11045:2 11055:2 11058:1 11062:1 11076:3 11078:1 11132:2 11136:4 11137:1 11142:1 11149:1 11175:1 11184:1 11189:2 11206:1 11216:3 11226:1 11234:1 11245:2 11267:2 11276:1 11278:1 11288:4 11308:1 11311:3 11312:3 11327:4 11352:1 11354:1 11384:3 11395:1 11398:1 11410:1 11442:4 11462:1 11464:1 11468:1 11474:1 11477:1 11491:1 11500:1 11506:1 11508:1 11509:3 11518:1 11529:1 11539:1 11604:2 11610:1 11624:1 11630:1 11636:1 11644:2 11651:1 11668:1 11691:1 11696:1 11745:1 11747:1 11752:1 11758:3 11807:1 11815:1 11823:1 11843:1 11862:4 11865:1 11873:1 11886:1 11889:2 11904:1 11918:3 11921:2 11927:1 11928:2 11932:1 11934:1 11960:1 11969:1 12006:1 12033:1 12041:2 12044:1 12066:2 12070:1 12077:1 12079:1 12080:2 12085:1 12086:1 12090:1 12107:1 12121:1 12161:3 12164:2 12167:1 12179:1 12231:2 12237:1 12279:1 12284:1 12290:1 12300:3 12341:2 12356:1 12376:1 12378:1 12380:1 12387:2 12388:1 12407:3 12416:1 12422:1 12433:1 12438:1 12450:1 12458:1 12459:1 12468:1 12483:3 12486:1 12501:1 12556:1 12563:1 12604:1 12606:1 12612:4 12638:2 12645:1 12646:1 12669:1 12676:1 12682:1 12683:1 12687:1 12693:1 12696:1 12711:1 12783:2 12787:1 12813:1 12814:1 12818:1 12828:1 12829:1 12831:1 12834:1 12872:2 12880:2 12887:1 12889:2 12890:1 12892:9 12906:1 12926:1 12935:1 12939:1 12942:1 12967:1 12968:1 12992:1 13003:2 13018:1 13046:1 13052:1 13055:2 13068:2 13093:2 13096:2 13104:1 13107:1 13129:1 13134:1 13149:1 13212:1 13216:1 13240:1 13264:1 13265:1 13270:1 13272:2 13276:3 13302:1 13350:2 13379:1 13386:1 13387:1 13390:1 13409:2 13419:1 13422:1 13435:2 13446:2 13452:1 13462:1 13490:2 13494:7 13505:1 13512:1 13529:1 13555:1 13559:1 13563:1 13564:1 13566:1 13571:1 13582:1 13583:2 13592:1 13604:1 13618:1 13620:1 13628:1 13641:3 13644:1 13679:2 13733:5 13734:3 13740:1 13758:1 13761:1 13762:2 13767:1 13779:2 13781:2 13786:1 13787:1 13790:1 13795:3 13797:1 13798:4 13800:2 13801:1 13802:4 13803:2 13807:4 13810:4 13824:3 13832:1 13835:1 13855:1 13856:1 13858:2 13871:1 13872:2 13879:1 13884:1 13887:1 13891:3 13896:1 13919:1 13924:1 13949:1 13966:1 13968:1 13971:5 13978:1 13986:1 13988:2 13989:1 14034:1 14038:1 14039:1 14068:2 14078:1 14086:1 14157:1 14170:1 14217:2 14227:1 14239:1 14246:6 14250:1 14264:6 14280:1 14296:1 14320:2 14348:1 14369:1 14370:1 14377:1 14383:1 14388:1 14405:1 14407:2 14409:1 14414:2 14437:1 14439:1 14456:1 14457:1 14467:1 14493:1 14523:1 14547:2 14557:1 14564:1 14583:1 14591:1 14600:2 14643:2 14644:1 14654:1 14677:1 14692:1 14702:1 14718:1 14725:1 14800:1 14827:1 14829:2 14834:1 14837:1 14840:1 14861:2 14870:1 14878:1 14881:1 14883:2 14894:1 14899:1 14904:5 14918:2 14921:1 14950:1 14952:2 14959:1 14988:1 14990:2 14999:1 15001:1 15019:1 15031:1 15039:1 15066:7 15077:1 15085:1 15092:1 15111:1 15116:1 15123:2 15125:2 15129:1 15132:1 15134:1 15135:1 15148:4 15164:1 15179:2 15181:1 15184:1 15188:1 15190:2 15195:1 15207:2 15209:1 15215:1 15220:1 15222:1 15227:2 15235:1 15240:1 15253:1 15272:2 15278:2 15279:1 15280:1 15291:1 15306:2 15342:1 15346:3 15347:1 15361:1 15371:1 15386:1 15405:3 15414:1 15438:1 15439:2 15440:1 15445:1 15465:1 15491:2 15497:2 15499:2 15516:5 15547:1 15552:1 15577:1 15589:1 15592:1 15618:1 15639:1 15667:1 15675:2 15685:3 15686:2 15688:1 15701:3 15711:1 15719:2 15752:1 15783:7 15791:1 15816:2 15843:1 15845:2 15847:1 15864:1 15870:1 15881:1 15903:1 15908:2 15922:3 15930:4 15935:1 15940:3 15969:3 15973:1 15983:1 15993:1 16030:1 16040:1 16046:2 16077:1 16079:2 16084:1 16085:5 16086:2 16087:1 16088:1 16097:1 16104:3 16105:1 16111:1 16112:1 16113:1 16115:2 16119:1 16142:1 16169:1 16174:1 16177:2 16186:1 16197:4 16202:3 16224:2 16233:1 16250:3 16255:2 16261:1 16306:1 16310:2 16311:3 16312:1 16317:2 16330:1 16359:1 16370:1 16392:2 16401:1 16412:3 16433:2 16460:1 16472:1 16476:1 16477:1 16489:1 16491:1 16493:1 16508:2 16511:2 16542:3 16546:1 16558:2 16576:2 16583:1 16586:2 16598:2 16604:1 16607:1 16610:1 16655:1 16657:1 16668:2 16670:1 16673:2 16680:1 16682:2 16687:1 16699:1 16700:1 16728:2 16729:1 16731:1 16767:1 16776:1 16794:1 16812:1 16829:2 16830:1 16837:1 16840:3 16849:1 16860:2 16861:2 16864:3 16870:1 16876:1 16879:1 16880:1 16885:1 16895:1 16898:1 16913:1 16920:1 16959:1 16973:1 17000:1 17008:1 17036:1 17037:1 17049:1 17051:3 17053:1 17054:1 17059:1 17068:3 17070:1 17071:1 17072:2 17082:2 17098:1 17108:1 17126:1 17136:1 17138:1 17150:2 17167:1 17168:1 17182:1 17183:1 17196:1 17203:2 17211:1 17221:1 17225:2 17246:2 17253:1 17265:1 17270:3 17287:1 17294:1 17297:1 17302:1 17307:2 17312:1 17315:1 17336:1 17342:2 17353:2 17376:1 17410:1 17416:1 17420:1 17425:1 17426:1 17444:1 17461:1 17474:1 17481:1 17500:1 17519:2 17540:1 17555:2 17571:1 17576:1 17578:3 17603:2 17604:1 17610:1 17675:1 17696:1 17734:1 17746:1 17789:1 17810:1 17817:1 17829:1 17837:1 17846:1 17848:1 17874:2 17875:1 17895:1 17899:1 17904:1 17912:1 17916:1 17938:3 17941:1 17970:1 17987:2 17992:1 17995:1 18022:1 18040:1 18052:3 18076:1 18085:1 18086:1 18087:6 18098:2 18111:1 18115:1 18128:1 18136:1 18139:2 18155:3 18156:2 18170:2 18173:1 18188:1 18196:3 18205:1 18207:7 18217:4 18222:1 18237:1 18251:1 18255:6 18290:1 18294:1 18300:1 18328:1 18331:1 18343:1 18362:1 18375:2 18381:1 18382:1 18384:2 18390:2 18391:4 18392:1 18402:2 18414:1 18416:2 18417:1 18418:5 18419:2 18426:1 18427:1 18438:1 18450:1 18467:1 18474:1 18478:2 18479:1 18485:1 18490:1 18494:1 18505:1 18531:1 18536:1 18564:2 18602:1 18606:1 18610:1 18625:1 18639:1 18676:1 18718:7 18720:1 18723:1 18740:1 18741:1 18748:1 18754:1 18759:1 18766:1 18777:1 18807:2 18810:1 18819:1 18885:1 18888:3 18901:4 18910:3 18933:1 18935:1 18945:1 18949:2 18991:1 19002:1 19005:1 19008:2 19010:1 19020:1 19021:3 19023:3 19025:1 19029:1 19030:4 19034:2 19036:1 19063:1 19096:1 19106:1 19115:1 19116:1 19147:2 19155:1 19157:1 19191:1 19200:2 19208:1 19209:1 19223:1 19232:2 19235:3 19275:3 19277:1 19294:2 19296:1 19315:2 19319:1 19353:1 19383:2 19389:2 19392:1 19394:1 19396:1 19428:3 19433:1 19440:1 19449:1 19450:4 19451:1 19456:2 19462:2 19483:1 19486:1 19525:1 19527:2 19561:1 19573:1 19575:1 19579:1 19590:5 19608:1 19614:19 19623:1 19632:1 19661:1 19664:2 19680:1 19684:1 19704:2 19707:2 19721:3 19748:2 19750:1 19801:1 19816:1 19844:1 19845:1 19857:1 19864:2 19877:1 19880:1 19882:1 19887:1 19890:1 19898:1 19902:3 19921:1 19931:2 19950:1 19967:1 19969:1 19982:1 19994:3 19996:1 20007:2 20010:1 20014:1 20023:1 20026:3 20050:2 20073:1 20088:1 20125:1 20136:1 20137:1 20159:4 20171:1 20173:1 20177:1 20180:1 20189:2 20202:2 20232:2 20249:1 20261:1 20290:1 20294:2 20308:2 20314:1 20332:2 20335:1 20340:2 20346:1 20349:1 20351:1 20352:1 20353:1 20373:1 20380:1 20384:1 20398:1 20404:1 20406:1 20409:1 20413:1 20433:2 20440:1 20466:1 20483:1 20533:2 20537:1 20545:1 20552:1 20563:1 20570:1 20604:1 20628:1 20672:1 20676:1 20722:2 20736:1 20758:1 20777:1 20780:3 20785:1 20788:2 20790:1 20796:1 20821:1 20857:1 20861:1 20863:1 20867:1 20873:3 20893:1 20910:1 20917:1 20929:1 20955:2 20971:3 21004:1 21016:2 21023:1 21039:3 21045:1 21057:1 21089:2 21099:1 21106:1 21119:1 21131:1 21132:1 21161:2 21163:1 21172:3 21190:1 21212:1 21237:1 21248:1 21279:2 21285:1 21301:1 21332:1 21333:1 21345:1 21352:1 21373:1 21382:1 21395:1 21399:1 21406:7 21415:1 21421:1 21480:1 21489:1 21490:1 21511:1 21540:10 21548:3 21559:3 21567:1 21580:1 21610:1 21619:1 21629:4 21635:2 21637:1 21656:1 21693:1 21695:1 21696:3 21702:2 21704:1 21721:1 21729:1 21750:1 21752:3 21765:2672 21768:1 21794:1 21818:2 21841:3 21844:1 21850:1 21879:1 21898:1 21901:1 21902:1 21912:2 21954:3 21959:2 21982:1 21991:1 21992:2 22008:1 22009:1 22017:1 22034:1 22040:2 22051:3 22072:1 22102:2 22129:3 22132:1 22136:1 22148:1 22158:1 22167:1 22180:1 22240:1 22247:1 22277:3 22285:1 22289:1 22293:2 22297:1 22326:1 22332:1 22338:1 22348:1 22360:1 22364:1 22378:1 22392:1 22397:1 22403:1 22404:1 22407:2 22413:2 22414:1 22422:1 22428:1 22449:1 22450:1 22457:1 22470:2 22497:1 22504:4 22510:1 22514:1 22549:1 22568:3 22571:1 22600:1 22605:1 22611:1 22619:1 22625:1 22640:6 22644:1 22648:3 22658:1 22678:2 22681:1 22699:4 22715:2 22753:1 22764:1 22766:2 22767:1 22771:1 22805:2 22816:2 22843:4 22846:1 22847:1 22869:1 22887:1 22894:1 22915:1 22924:1 22950:1 22956:1 22969:2 22989:1 23006:2 23011:1 23037:2 23038:1 23044:1 23058:2 23062:1 23066:1 23070:2 23080:3 23085:2 23095:18 23099:1 23108:1 23112:1 23116:1 23122:1 23138:1 23139:1 23141:1 23145:1 23150:5 23155:1 23162:1 23165:1 23171:1 23181:1 23202:1 23223:1 23224:1 23237:1 23238:2 23265:7 23284:1 23289:1 23292:1 23299:1 23300:1 23310:1 23324:1 23326:1 23333:2 23357:1 23360:1 23368:1 23369:4 23376:1 23383:3 23393:1 23401:3 23402:1 23403:1 23429:1 23443:1 23444:2 23448:1 23459:3 23464:1 23468:1 23470:1 23475:1 23482:2 23489:2 23502:3 23503:1 23512:1 23514:1 23533:1 23553:1 23569:22 23579:1 23583:1 23594:1 23597:1 23599:1 23608:1 23622:1 23638:1 23640:1 23689:1 23702:1 23704:1 23715:1 23725:1 23752:1 23753:1 23758:1 23775:2 23785:1 23793:1 23796:1 23818:2 23819:1 23823:2 23825:2 23854:1 23866:3 23875:1 23881:1 23883:1 23890:1 23997:1 23998:1 24000:2 24022:1 24028:2 24050:1 24066:1 24070:1 24074:3 24080:1 24091:1 24096:1 24104:1 24113:1 24134:2 24136:1 24150:2 24153:1 24165:1 24171:1 24174:1 24175:1 24201:3 24223:1 24224:1 24227:2 24236:3 24241:1 24242:1 24245:17 24252:1 24253:1 24261:3 24263:6 24277:1 24289:2 24292:1 24301:1 24344:1 24361:1 24372:1 24373:3 24431:4 24449:2 24459:1 24502:1 24515:2 24527:1 24533:2 24534:1 24537:1 24559:2 24562:1 24575:4 24578:1 24579:1 24585:1 24607:1 24616:1 24649:1 24679:1 24689:1 24698:1 24701:1 24702:2 24705:3 24708:6 24723:1 24728:2 24731:1 24748:1 24758:2 24775:1 24799:1 24811:1 24819:1 24825:1 24832:1 24833:1 24837:2 24840:1 24847:1 24848:1 24849:1 24859:1 24864:6 24867:2 24873:2 24875:1 24887:1 24908:2 24911:1 24914:1 24915:1 24922:1 24924:1 24927:3 24928:1 24930:5 24932:1 24937:2 24939:1 24941:2 24969:1 24992:1 24993:2 25006:1 25012:1 25015:1 25017:1 25020:1 25035:1 25044:2 25063:2 25070:2 25094:5 25096:2 25107:3 25120:2 25123:1 25139:1 25157:1 25165:3 25185:1 25230:1 25256:1 25273:2 25278:1 25279:1 25289:4 25290:2 25294:1 25305:1 25310:1 25311:5 25313:1 25321:1 25323:1 25349:2 25363:1 25369:1 25412:2 25422:1 25438:2 25449:1 25455:1 25488:6 25521:2 25527:2 25531:2 25533:1 25541:1 25542:2 25543:1 25561:1 25563:1 25568:1 25571:1 25577:1 25579:2 25580:1 25591:1 25612:1 25620:1 25634:1 25650:1 25655:2 25661:1 25662:2 25670:2 25679:1 25684:1 25686:1 25691:6 25701:1 25719:2 25740:1 25742:1 25761:3 25769:1 25780:1 25781:1 25783:1 25795:1 25796:1 25817:1 25829:3 25835:1 25838:1 25849:1 25850:1 25852:1 25853:1 25863:1 25865:2 25873:1 25876:1 25879:1 25886:1 25889:2 25890:1 25893:1 25894:1 25908:1 25910:4 25915:2 25922:1 25938:1 25939:2 25943:1 25961:1 25962:2 25983:1 25986:2 25996:1 25997:5 26007:1 26021:2 26042:1 26057:2 26068:2 26072:1 26073:1 26083:1 26100:1 26109:2 26156:1 26163:1 26171:1 26183:1 26196:1 26205:2 26214:3 26222:1 26225:1 26227:1 26250:3 26263:3 26266:1 26267:2 26276:1 26304:1 26308:1 26309:1 26321:1 26331:1 26340:1 26343:1 26362:1 26364:1 26373:8 26378:1 26385:1 26386:1 26387:1 26390:1 26399:1 26402:2 26418:3 26419:2 26427:1 26457:1 26471:1 26476:1 26478:1 26483:2 26494:1 26497:1 26507:2 26512:2 26524:1 26534:1 26536:1 26539:1 26545:1 26560:1 26563:1 26569:1 26602:2 26642:2 26648:1 26659:1 26665:1 26666:2 26688:2 26689:1 26693:1 26695:1 26703:1 26714:1 26726:1 26735:1 26763:1 26779:1 26784:1 26808:2 26809:1 26880:3 26891:1 26897:1 26907:1 26912:1 26932:1 26936:3 26942:2 26950:1 26956:1 26962:1 26964:1 26967:1 27000:1 27010:3 27019:1 27027:4 27030:3 27035:3 27069:1 27076:3 27078:1 27096:1 27103:4 27108:1 27110:1 27111:1 27134:1 27157:1 27160:2 27176:1 27208:1 27225:1 27240:1 27257:2 27268:1 27278:1 27338:2 27349:1 27351:2 27358:1 27359:1 27393:1 27399:1 27405:1 27419:1 27450:3 27453:1 27454:1 27498:1 27515:1 27519:1 27539:1 27544:1 27554:1 27561:1 27565:1 27568:1 27575:1 27584:1 27645:1 27653:1 27666:2 27687:1 27695:1 27704:3 27721:1 27755:1 27759:1 27764:1 27789:2 27794:1 27804:1 27810:2 27817:2 27828:2 27831:1 27846:1 27856:1 27866:1 27883:1 27884:2 27890:1 27901:1 27908:2 27955:1 27992:1 27995:1 28005:2 28028:1 28039:2 28045:2 28050:1 28099:1 28106:2 28114:1 28134:1 28135:1 28139:1 28140:1 28170:2 28172:2 28179:1 28185:2 28187:1 28191:1 28192:1 28193:3 28194:2 28195:1 28201:1 28203:1 28206:5 28215:2 28221:2 28231:1 28238:5 28247:1 28252:1 28284:1 28305:1 28306:1 28314:3 28315:8 28320:3 28358:2 28364:1 28372:3 28374:3 28377:2 28411:1 28414:1 28417:1 28418:1 28463:1 28511:2 28515:1 28519:1 28523:1 28548:1 28552:1 28554:1 28571:1 28577:1 28584:1 28587:3 28592:1 28597:1 28609:2 28634:1 28636:1 28656:1 28697:1 28698:1 28704:1 28729:2 28741:3 28770:1 28777:1 28788:2 28789:2 28803:1 28820:1 28855:1 28870:9 28937:1 28941:1 28945:1 28957:1 28963:1 28968:3 28999:1 29016:1 29017:1 29029:1 29040:1 29060:1 29075:1 29081:2 29083:6 29103:1 29114:5 29131:1 29194:2 29196:1 29204:1 29207:1 29237:1 29241:1 29289:1 29307:2 29319:2 29323:1 29335:1 29336:1 29340:1 29348:4 29352:2 29353:3 29374:1 29396:2 29402:1 29418:1 29446:1 29457:1 29458:2 29460:3 29461:1 29468:2 29477:1 29493:1 29496:2 29499:1 29530:4 29549:1 29571:2 29594:2 29621:1 29624:1 29640:1 29644:1 29679:1 29685:3 29707:1 29717:6 29721:6 29745:2 29789:1 29791:1 29794:1 29804:1 29809:1 29817:2 29822:2 29826:1 29827:2 29868:1 29875:1 29883:1 29895:1 29896:1 29908:2 29914:1 29917:1 29918:1 29944:1 29953:1 29973:2 29974:1 29990:1 30020:1 30032:1 30048:1 30063:1 30069:1 30070:2 30077:1 30083:1 30088:2 30095:1 30105:1 30114:1 30145:1 30159:1 30172:4 30197:1 30204:1 30212:1 30219:1 30220:1 30254:13 30255:2 30272:1 30277:1 30294:1 30322:3 30345:3 30355:1 30370:1 30376:1 30386:1 30387:1 30391:1 30393:2 30404:2 30415:1 30417:1 30423:1 30438:1 30443:3 30460:1 30479:1 30499:1 30506:1 30544:1 30549:1 30553:1 30586:2 30587:1 30588:1 30611:1 30616:1 30629:2 30631:1 30633:1 30642:1 30645:1 30660:2 30706:1 30708:1 30714:1 30735:1 30737:2 30767:1 30778:1 30807:1 30826:1 30845:1 30846:1 30888:1 30896:1 30909:1 30912:1 30940:1 30942:1 30961:2 30982:2 30989:1 31001:1 31031:1 31032:1 31037:1 31048:1 31057:1 31061:1 31064:3 31069:1 31094:1 31098:2 31112:1 31116:1 31133:1 31174:1 31186:1 31188:1 31189:2 31201:2 31202:4 31203:1 31232:2 31243:1 31244:5 31245:1 31260:1 31263:2 31280:2 31283:3 31286:1 31290:1 31292:2 31319:2 31327:1 31333:6 31344:2 31347:2 31348:1 31351:1 31355:1 31356:1 31359:1 31366:2 31396:1 31405:2 31414:2 31417:2 31424:1 31453:1 31456:1 31477:3 31494:1 31500:3 31528:3 31546:2 31552:1 31557:1 31559:1 31560:1 31562:1 31564:1 31574:1 31575:1 31577:1 31585:1 31588:1 31589:1 31590:1 31596:1 31601:1 31605:2 31612:2 31614:1 31623:1 31624:1 31626:2 31627:1 31633:1 31634:1 31635:1 31637:1 31641:1 31643:2 31644:2 31649:1 31650:2 31653:1 31659:2 31660:1 31661:2 31666:1 31690:1 31707:1 31712:1 31747:1 31750:1 31760:2 31764:1 31771:3 31782:1 31791:1 31850:1 31852:2 31853:2 31865:1 31868:1 31904:1 31925:1 31960:2 31975:1 31976:4 31979:2 31981:1 31986:1 31988:3 32012:2 32016:1 32025:1 32031:2 32042:1 32099:1 32101:1 32113:1 32147:1 32156:2 32173:1 32214:1 32220:1 32237:1 32262:1 32268:2 32294:1 32320:6 32324:1 32329:1 32333:4 32342:1 32360:1 32366:1 32387:1 32392:1 32401:1 32407:1 32419:1 32423:1 32425:1 32428:1 32444:8 32446:1 32453:1 32454:1 32472:1 32474:1 32487:1 32490:1 32491:5 32511:2 32514:1 32568:1 32582:1 32590:1 32616:4 32624:6 32635:1 32663:1 32666:1 32668:9 32673:1 32676:1 32683:1 32693:2 32712:1 32713:1 32717:1 32728:1 32730:1 32733:1 32735:2 32743:1 32756:1 32760:1 32765:1 32771:1 32776:6 32778:1 32799:1 32806:1 32812:1 32829:1 32831:1 32840:1 32865:1 32884:2 32885:2 32886:1 32889:2 32891:1 32897:1 32905:1 32925:1 32952:1 32953:2 32958:1 32968:1 32971:3 32972:1 32976:1 32985:4 32987:3 33011:1 33013:1 33031:1 33053:1 33055:1 33059:1 33062:1 33064:1 33074:1 33075:1 33088:1 33093:1 33115:1 33144:1 33157:1 33159:1 33179:1 33188:1 33195:1 33202:1 33220:1 33232:1 33239:1 33247:1 33249:1 33252:1 33269:3 33271:1 33276:1 33278:1 33322:1 33327:1 33338:1 33372:1 33375:2 33382:2 33412:1 33432:4 33441:1 33456:2 33458:1 33483:1 33513:1 33518:1 33525:1 33527:1 33544:1 33551:1 33557:3 33559:2 33565:1 33578:1 33598:1 33600:2 33623:2 33632:1 33634:1 33642:1 33655:1 33684:2 33685:2 33695:1 33696:1 33702:1 33737:1 33742:4 33743:1 33748:1 33763:1 33768:1 33782:4 33791:2 33815:1 33822:1 33833:2 33836:1 33845:1 33857:1 33859:1 33861:1 33863:1 33866:3 33867:2 33874:3 33876:2 33877:1 33879:2 33883:1 33884:1 33888:3 33892:1 33906:1 33912:1 33921:6 33955:1 33999:1 34016:1
|
67a8b491d7bbd73bdd4468c8dcf6020be36be9fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2288/CH5/EX5.11.5/ex5_11_5.sce | 5debee0b4e06e8017cfb4c29f7780575e2eeae3f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex5_11_5.sce | //Exa 5.11.5
clc;
clear;
close;
// Given data
bita = 100;
I_CBO = 4;// in µA
I_B = 40;// in µA
I_C = (bita * I_B) + ((1+bita) * I_CBO);// in µA
I_C = I_C * 10^-3;// in msA
disp(I_C,"The collector current in mA is");
|
4a820b4dd39b289c4d25058c774b392cfafd3669 | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH17/EX17.10/17_10.sce | 65d6e85b6aeb36cf2d66f7b894777850c9ac377d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 578 | sce | 17_10.sce | clc;
//page no 652
//prob no. 17.10
//A pyramidal horn has aperture=58mm in E-plane & 78mm in H-plane & operates at 10GHz
f=10*10^9;c=3*10^8;dH=78*10^-3;dE=58*10^-3;
//a)Determination of gain in dB
wl=c/f;//calculation of wavelength
G=(7.5*dE*dH)/(wl^2);
G_dBi=10*log10(G);//Converting to dBi
disp('dBi',G_dBi,'a)The gain is');
//b)Determination of beamwidth in H-palne
theta_H=(70*wl)/dH;
disp('degree',theta_H,'b)The beamwidth in H-plane is');
//c)Determination of beamwidth in E-plane
theta_E=(56*wl)/dE;
disp('degree',theta_E,'c)The beamwidth in H-plane is'); |
d27ad6b4086991c1f83ffb7a3c107bdf025efae2 | 63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa | /test/0025.tst | 412a5d30a877fb2de99032562904bd22269cf87b | [] | no_license | fmeci/nfql-testing | e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c | 6b7d465b32fa50468e3694f63c803e3630c5187d | refs/heads/master | 2021-01-11T04:09:48.579127 | 2013-05-02T13:30:17 | 2013-05-02T13:30:17 | 71,239,280 | 0 | 0 | null | 2016-10-18T11:01:57 | 2016-10-18T11:01:55 | Python | UTF-8 | Scilab | false | false | 292 | tst | 0025.tst | spliTtER r {}
FiLter JI { }
fiLTeR wfqxv {nOT K or m Or R iUO oR Z OR ac OR Ig oR s oR NOT M kt OR nOt F Or GI q }
cA brAncH h
grOUpER M {MoDule s{ } MoDulE q{ IF > SD We = t DeLTA 3 E <= n rdELTa 04S } AGgRegatE IuC }
UNgRoupER Gw { }
gROUpFILTer d {}
mErGEr rnC { Export M } |
58a99769f50b52c9437b9520655cdcc195dd2724 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3012/CH13/EX13.3/Ex13_3.sce | e28ca9e5ce889fbad998ff1c3a644ad8b48b0416 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,668 | sce | Ex13_3.sce |
// Given:-
// Part(a)
// The chemical equation
// (.8062CH4 + .0541C2H6 + .0187C3H8 + .0160C4H10 + .1050N2) + a(O2 + 3.76N2) --- b(.078CO2 + .002CO + .07O2 + .85N2) + c H2O
// Calculations
// Using mass conservation
b = (0.8062 + 2*.0541 + 3*.0187 + 4*.0160)/(.078 + .002)
c = (4*.8062 + 6*.0541 + 8*.0187 + 10*.0160)/2
a = (b*(2*.078+.002+2*.07) + c)/2
// The air–fuel ratio on a molar basis is
AFbar = a*(1+3.76)/1
// Result
printf( ' The air-fuel ratio on a molar mass basis is: %.2f',AFbar)
// Part(b)
p = 1.0 // in bar
V = 100.0 // in m^3
Rbar = 8314.0 // in N.m/kmol.K
T = 300.0 // in kelvin
// Calculations
// The amount of fuel in kmol
nF = (p*10**5*V)/(Rbar*T)
// The amount of product mixture that would be formed from 100 m3 of fuel mixture is
n = nF*(b+c)
// Result
printf( ' The amount of products in kmol that would be formed from 100 m3 of fuel mixture at 300 K and 1 bar is: %.2f',n)
// Part(c)
// The balanced chemical equation for the complete combustion of the fuel mixture with the theoretical amount of air is
// (10.8062CH4 + 0.0541C2H6 + 0.0187C3H8 + 0.0160C4H10 + 0.1050N2) + 2(O2 + 3.76N2) --- 1.0345CO2 + 1.93H2O + 7.625N2
// Calculations
// The theoretical air–fuel ratio on a molar basis is
AFbartheo = 2*(1+3.76)/1
// The percent theoretical air is
Ta = AFbar/AFbartheo
// Result
printf( ' The percent of theoretical air is: %.2f ',Ta*100)
|
b082d99c187502362995a6d41ae8bad3e361bbc9 | 3b68afeab7136e24e06dfb8b19290e206726ae55 | /2013/Investigating the Limits of Monte Carlo Tree Search Methods in Computer Go/experiments/test files/two-safe-groups/two_safe_groups_1_0.4.tst | 4440787cb02337885dbfbc3b469e7cf9d097d3fa | [] | no_license | AbhishekYMCA/papers | 7719245f720ba5e0cb3545544b8e806f5a50c9cf | babc9fe07190401b33dd622f3861d1a6f08345b8 | refs/heads/master | 2021-07-19T14:35:59.029459 | 2017-10-29T06:33:28 | 2017-10-29T06:33:28 | 108,710,966 | 0 | 0 | null | 2017-10-29T06:32:20 | 2017-10-29T06:32:20 | null | UTF-8 | Scilab | false | false | 1,935 | tst | two_safe_groups_1_0.4.tst | #-----------------------------------------------------------------------------
# Position evaluation tests involving two safe white groups on the 9x9 board.
# All these positions are lost for Black so the uct_value should be low.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
loadsgf sgf/two-safe-groups/case1-1.sgf
reg_genmove b
10 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case2-1.sgf
reg_genmove b
20 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case3-1.sgf
reg_genmove b
30 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case4-1.sgf
reg_genmove b
40 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case5-1.sgf
reg_genmove b
50 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case6-1.sgf
reg_genmove b
60 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case7-1.sgf
reg_genmove b
70 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case8-1.sgf
reg_genmove b
80 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case9-1.sgf
reg_genmove b
90 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case10-1.sgf
reg_genmove b
100 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case11-1.sgf
reg_genmove b
110 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case12-1.sgf
reg_genmove b
120 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case13-1.sgf
reg_genmove b
130 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case14-1.sgf
reg_genmove b
140 sg_compare_float 0.4 uct_value
#? [-1]
loadsgf sgf/two-safe-groups/case15-1.sgf
reg_genmove b
150 sg_compare_float 0.4 uct_value
#? [-1] |
124654762a876d71190e34231410194009352933 | 5f7db0f5a3737b6f6f934652d16e58d80745927a | /ode11/echo1.tst | 3ed62382a0f2a52a6300daf4614ffffee133edb4 | [] | no_license | karttu/PDP-11-assembly-snippets-and-ODE11-emulator-for-MS-DOS | c973a243e0fd850ac4ccdca800a6f7092dfde252 | 25ad34a97139d0860d87e16cefedce3676961b5b | refs/heads/master | 2020-05-18T02:31:15.589768 | 2019-04-29T17:56:11 | 2019-04-29T17:56:11 | 184,117,766 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 120 | tst | echo1.tst | 105737
177560
100375
113700
177562
005200
105737
177564
100375
110037
177566
120027
000101
001362
000000
|
15ea90325b4da32128988e3726cfb32af335f850 | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/Scripts/_MarsProject/test.SCI | 04789016e936749a15d53c7b1f7584be2f461d43 | [
"LicenseRef-scancode-khronos",
"MIT"
] | permissive | pvaut/Z-Flux | 870e254bf340047ed2a52d888bc6f5e09357a8a0 | 096d53d45237fb22f58304b82b1a90659ae7f6af | refs/heads/master | 2023-06-28T08:24:56.526409 | 2023-03-01T12:44:08 | 2023-03-01T12:44:08 | 7,296,248 | 1 | 1 | null | 2023-06-13T13:04:58 | 2012-12-23T15:40:26 | C | UTF-8 | Scilab | false | false | 262 | sci | test.SCI |
routefilename=ScriptDir+"\MarsProject\Data\route.3ob";
lst=list;
flist=GetFileList(routefilename);
if flist.size>0 then {
ReadObject(lst,routefilename);
}
lst.add(point(1,1,1));
lst.add(point(1,1,2));
lst.add(point(1,1,3));
SaveObject(lst,routefilename); |
50ea51f8008e64932b9d0b375019e4590951626b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2657/CH7/EX7.1/Ex7_1.sce | 2aaded349e1421049735fd344de89885ab1afdf7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,446 | sce | Ex7_1.sce | //Calculations for comparison of SI and CI engine
clc,clear
//Given:
//For SI engine
F_A1=1/13.5 //Fuel air ratio
CV1=44000 //Calorific value in kJ/kg
eta_bt1=25 //Brake thermal efficiency in percent
m_f1=1 //Fuel consumption in kg/hr
//For CI engine
A_F2=25/1 //Air fuel ratio
CV2=42000 //Calorific value in kJ/kg
eta_bt2=38 //Brake thermal efficiency in percent
//Solution:
//(a)SI engine
bp1=m_f1*CV1*eta_bt1/(100*3600) //Brake power in kW
bsfc1=m_f1/bp1 //Brake specific fuel consumption in kg/kWh
m_a1=bsfc1/F_A1 //Air consumption in kg/kWh
//(a)CI engine
m_f2=1 //Fuel consumption in kg/hr
bp2=m_f2*CV2*eta_bt2/(3600*100) //Brake power in kW
bsfc2=m_f2/bp2 //Brake specific fuel consumption in kg/kWh
m_a2=bsfc2*A_F2 //Air consumption in kg/kWh
//Comparison
R_bp=bp1/bp2 //Ratio of brake power of SI to CI
R_bsfc=bsfc1/bsfc2 //Ratio of brake specific fuel consumption of SI to CI
R_m_a=m_a1/m_a2 //Ratio of fuel consumption of SI to CI
//Results:
printf("\n For SI engine\n\tBrake output, bp = %.2f kW/kg of fuel\n\tBrake specific fuel consumption, bsfc = %.3f kg/kWh",bp1,bsfc1)
printf("\n For CI engine\n\tBrake output, bp = %.1f kW/kg of fuel\n\tBrake specific fuel consumption, bsfc = %.3f kg/kWh",bp2,bsfc2)
printf("\n The air consumption\n\tfor SI engine, m_a = %.2f kg/kWh\n\tfor CI engine, m_a = %.2f kg/kWh",m_a1,m_a2)
printf("\n Comparison of SI to CI\n\tbp = %.3f\n\tbsfc = %.3f\n\tair consumption = %.3f\n\n",R_bp,R_bsfc,R_m_a)
|
5bcdb277a1ff64034378bdc14115863f7afa7cf3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1448/CH12/EX12.1.i/I12_1.sce | 315a5999b156be2378decfe8b15dd8370ca0d26b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 157 | sce | I12_1.sce | clc
//Initialization of variables
lmax=4.9*10^-7 //m
//calculations
T=2.9*10^-3 /lmax
//results
printf("Surface temperature must be close to %d K",T)
|
383e88089d0300ca38360b8383aa6c91044e0ea9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /431/CH4/EX4.22/EX4_22.sce | 06ee719b87bb73436184c7bf7407a5e1dbe56dbe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 950 | sce | EX4_22.sce | //Calculating the slip,rotor speed,mechanical power developed,rotor copper loss per phase and resistance per phase
//Chapter 4
//Example 4.22
//page 316
clear;
clc;
disp("Example 4.22")
f=50;...........................//frequency of induction motor in hertz
P=6;............................//pole
Ns=(120*f)/P;
printf("synchronous speed=%frpm",Ns)
fr=120/60;...........................//rotor frequency
S=fr/f;
printf("\nthe slip=%f",S)
Nr=Ns-(Ns*S);
printf("\nrotor speed=%frpm",Nr)
Rin=80;.......................//rotor input in kW
Rc=S*Rin;.....................//Rotor copper loss in kW
Ph=3;...............................//number of phases
Rcp=(Rc/Ph)*1000;.........................//loss per phase in watt
p=((Rin-Rc)*1000)/735.5;
printf("\nmechanical power developed=%fhp",p)
Ir=60;.........................//rotor current in amperes
R2=Rcp/(Ir)^2;
printf("\nrotor resistance per phase at rotor current 60A=%fohms",R2) |
f001cbecb468f8eee8520d24d96eb0881ce75bbe | 449d555969bfd7befe906877abab098c6e63a0e8 | /1067/CH20/EX20.05.a/20_5_a.sce | 50a541318a90463b7247e4eceb8f4ef492dcfc34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 758 | sce | 20_5_a.sce | clear;
clc;
R=3e6;
Rb=6e6;
vb2=11e3;
vb3=66e3;
x=.2;
Xg=x*Rb/R;
xt=.05;
xl=vb3^2/Rb;
xl1=20*.1/xl;
xl2=xl1*4;
X1=Xg+xt+xl2;
X2=Xg+xt+xl1;
X=inv(inv(X1)+inv(X2));
Ifaultpu=1/(X*%i);
Ifault=Ifaultpu*Rb/(sqrt(3)*vb3);
MVA=sqrt(3)*vb3*Ifault*%i;
Ir=real(Ifault);
Ii=imag(Ifault);
Imod=sqrt((Ir^2)+(Ii^2));
Iangle=atand(Ir/Ii)-90;
MVA=fix(MVA/1e5)*1e5;
Imod=fix(Imod);
mprintf("\n Fault MVA=%fMVA \n Fault current=%d/_%dAmp",MVA/1e6,Imod,Iangle);
//another method
MVA=Rb/X;
Ifault=MVA/(sqrt(3)*vb3*%i);
Ir=real(Ifault);
Ii=imag(Ifault);
Imod=sqrt((Ir^2)+(Ii^2));
Iangle=atand(Ir/Ii)-90;
MVA=fix(MVA/1e5)*1e5;
Imod=fix(Imod);
mprintf("\n \n from second method\nFault MVA=%fMVA \n Fault current=%d/_%dAmp",MVA/1e6,Imod,Iangle);
|
c7c81d29ebcfcb3ed61f7f7724d6e1d4c92f5887 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/DEPENDENCIES/3_3_data.sci | 6d9a00c7e1f864d5143c4660ada5f203dcaa9531 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 3_3_data.sci | //Pressure at end of compression stroke(in bar)
p2=15;
//Initial Pressure(in bar)
p1=1;
//Ratio Of Specific Heats
y=1.4;
//Initial Temperature(in Kelvin)
t1=290;
//Presure at start of expansion(in bar)
p3=40;
//Specific Heat at Constant Volume (in kJ/kG K)
Cv=0.717;
//Gas constant(in J/kmolK)
R=8314;
|
63441fe1987d4d3c9dd80c7c93a4058c133d59b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH3/EX3.3/3_3.sce | 919d8576ccab334e7436d4db523078f30dbd78ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,414 | sce | 3_3.sce | clear;
clc;
//Example - 3.3
//Page number - 83
printf("Example - 3.3 and Page number - 83\n\n");
//Given
M_vap_sat = 0.22;//[kg] - mass of saturated vapour
M_liq_sat = 1.78;//[kg] - mass of saturated liquid
P = 700;//[kPa] - Pressure
//At P=700 kPa,the systen is saturated,from steam table as reported in the book
T_sat1 = 164.97;//[C]
V_liq_1 = 0.001108;//[m^(3)/kg]
V_vap_1 = 0.2729;//[m^(3)/kg]
Vt_1 = V_liq_1*M_liq_sat + V_vap_1*M_vap_sat;//[m^(3)] - total volume
//At final state,P = 8 MPa
T_sat2 = 295.06;//[C]
V_liq_2 = 0.001384;//[m^(3)/kg]
V_vap_2=0.02352;//[m^(3)/kg]
Vt_2 = Vt_1;// Since the volume is rigid.
// Since the volume of 2 kg of vapour is 0.062 [m^(3)]
V = Vt_2/2;//[m^(3)/kg] - specific volume
// (a)
// From steam table at 8 [MPa]and 350 [C],V=0.02995[m^(3)/kg];
V_1 = 0.02995;//[m^(3)/kg]
// And at 8 [MPa]and 400 [C],
V_2 = 0.03432;//[m^(3)/kg]
// By interpolation,
T = ((V-V_1)/(V_2 - V_1))*(400-350)+350;
printf(" (a).The final temperature is %f c\n",T);
// (b)
// From steam table
U_1 = 2747.7;//[kJ/kg]
H_1 = 2987.3;//[kJ/kg]
// And at 8 [MPa]and 400 C,
U_2 = 2863.8;//[kJ/kg]
H_2 = 3138.3;//[kJ/kg]
// Therefore at T = 362.01 C
U = U_1+((U_2 - U_1)/(400 - 350))*(T - 350);
printf(" (b).The internal energy is %f kJ/kg\n",U);
//(c)
H = H_1+((H_2 - H_1)/(400 - 350))*(T - 350);
printf(" (b).The enthalpy is %f kJ/kg\n",H);
|
6b70cd9cf91f0ef385f92cfd7ba605dfa4cea7ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /1871/CH5/EX5.17/Ch05Ex17.sce | 47fbca7c4aa04babf9ed2b883c16ed3418c3ba0b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,185 | sce | Ch05Ex17.sce | // Scilab code Ex5.17: Pg:226 (2008)
clc;clear;
n = 2; // Second order diffraction
theta = 10; // Angle of diffraction, degree
d_Lambda = 5e-009; // Wavelength of second spectral line of light on the grating in the second order, cm
d_theta = (3/3600)*(%pi/180); // Differential angle of diffraction, rad
Lambda = sind(theta)*d_Lambda/(cosd(theta)*d_theta); // Wavelength of spectral line, cm
N = (Lambda/d_Lambda)*1/n; // Number of lines on the grating
w_min = N*n*Lambda/sind(theta); // Minimum grating width of diffraction grating required to resolve the spectral lines, cm
printf("\nThe wavelength of first spectral line = %4.0f angstrom", Lambda/1e-008);
printf("\nThe wavelength of Second spectral line = %6.1f angstrom", (Lambda+d_Lambda)/1e-008);
printf("\nThe minimum grating width of diffraction grating required to resolve the spectral lines = %3.1f cm", w_min);
// Result
// The wavelength of first spectral line = 6062 angstrom
// The wavelength of Second spectral line = 6062.2 angstrom
// The minimum grating width of diffraction grating required to resolve the spectral lines = 4.2 cm
// The answer is given wrong in the textbook |
d93219483d3e1fe37adce0badef6b7ec61c1ded5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH4/EX4.6/ex4_6.sce | 619a8778374f0049cc7dc3f23d670636e4b63317 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 238 | sce | ex4_6.sce | clc;
clear all;
V = 1500; // Volume of the hall in cubic meters
A1 = 80; // Absorption of the sound by the hall in sabine
rt = (0.163*V)/(A1);//The reverberation time of the hall
disp('s',rt,'The reverberation time of the hall is')
|
293f2bca85b1d4b229813573f20933aee66b6840 | 0c3cccb3c81eb151f654e5d9d470662c19122857 | /scilab/mandelbrot/mandel.sce | be2e9c4d6bd4cec4653a9ced073cafdd0e54fa8d | [] | no_license | gmordelet/oldProg | 6b2bb7c247dd1f16a641d0f840f7c82e8eb37ffb | c108060bf1b87b4aad196484036f226fd9c4422c | refs/heads/master | 2021-01-12T16:28:52.448277 | 2016-10-30T11:16:22 | 2016-10-30T11:16:22 | 69,155,276 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 915 | sce | mandel.sce | function M = mandelbrot(x0, y0, delta, R, N)
X = linspace(x0 - delta, x0 + delta, R);
Y = linspace(y0 + delta, y0 - delta, R);
C = ones(R, 1) * X + Y' * ones(1, R) * %i;
Z = C;
M = ones(C);
for i = 2:N
Z = Z .* Z + C;
M(abs(Z) <= 2) = i;
end
M(M == N) = 0;
endfunction
function [x, y, i] = clicker2()
[rep, win] = xgetmouse()
while rep(3) ~= 0 & rep(3) ~= 2 & rep(3) ~= 3 & rep(3) ~= 5
rep = xgetmouse();
end
x = rep(1);
y = rep(2);
i = rep(3);
close(scf(win));
endfunction;
x0 = -0.65; y0 = 0; delta = 1.5; R = 800; N = 100;
u = mandelbrot(x0,y0,delta,R,N);
display(u);
[xM, yM, i] = clicker2();
while i ~= 2 & i ~= 5
x0 = x0 - delta + xM * 2 * delta / (R - 1);
y0 = y0 - delta + yM * 2 * delta / (R - 1);
delta = delta / 4;
u = mandelbrot(x0, y0, delta, R, N);
display(u);
[xM, yM, i] = clicker2();
end
|
6a7ba071189244f8bf5098d4ec55f23176cd300e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH18/EX18.12/Ex18_12.sce | f30892eea083bc4e748328e4c6b1b98da8ebae32 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sce | Ex18_12.sce | clear
//Given
w=0.021
u=1.53
w1=0.045
u1=1.65
A1=4.20 //Degree
//Calculation
A=-(w1*A1*(u1-1))/(w*(u-1))
//Result
printf("\n Angle of the prism is %0.2f Degree",A)
|
3acc0b62bf11a8c34d0bbd99af25be8229177bc7 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/syc.tst | 7cc4ad407a4e87ac57b8fb7e44bda017b647afd8 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 19,602 | tst | syc.tst | ܓܪܒܝܐ ܓܪܒܝ N;SG;PSSD
ܡܪܝܬܐ ܡܪܝܬܗ N;SG;PSS3SM
ܥܠܘܠܐ ܥܠܘܠܐ ADJ;ABS;MASC;SG
ܥܠܘܠܐ ܥܠܘܠܝܢ N;ABS;PL
ܟܒܪܝܬܐ ܟܒܪܝܬܐ N;DEF;SG
ܦܛܝܪܐ ܦܛܝܪܗ N;SG;PSS3SF
ܟܗܢܘܬܐ ܟܗܢܘܬܗܘܢ N;SG;PSS3PM
ܪܚܡܢܘܬܐ ܪܚܡܢܘܬܗܝܢ N;SG;PSS3PF
ܟܒܝܪܐ ܟܒܝܪܐ ADJ;DEF;MASC;SG
ܝܘܪܩܐ ܝܘܪܩܟ N;SG;PSS2SM
ܙܕܝܩܘܬܐ ܙܕܝܩܘܬܐ N;DEF;SG
ܝܩܝܪܘܬܐ ܝܩܝܪܘܬ N;SG;PSSD
ܒܘܪܐ ܒܘܪܝܟ N;PL;PSS2SM
ܫܬܩܐ ܫܬܩܟ N;SG;PSS2SM
ܓܠܘܬܐ ܓܠܘܬܟ N;SG;PSS2SM
ܥܬܝܩܘܬܐ ܥܬܝܩܘܬܢ N;SG;PSS1P
ܡܡܘܢܐ ܡܡܘܢܟܘܢ N;SG;PSS2PM
ܐܪܝܟܘܬܐ ܐܪܝܟܘܬ N;SG;PSSD
ܓܫܘܫܘܬܐ ܓܫܘܫܘܬ N;SG;PSSD
ܥܠܝܡܐ ܥܠܝܡܐ ADJ;DEF;FEM;PL
ܫܒܒܐ ܫܒܒܢ N;SG;PSS1P
ܬܐܡܐ ܬܐܡܬܐ ADJ;DEF;MASC;SG
ܝܘܪܬܘܬܐ ܝܘܪܬܘܬܝ N;SG;PSS1S
ܐܣܩܐ ܐܣܩ N;SG;PSSD
ܩܛܝܪܐ ܩܛܝܪܘܗܝ N;PL;PSS3SM
ܩܛܝܪܐ ܩܛܝܪܬܐ ADJ;DEF;FEM;PL
ܛܢܢܐ ܛܢܢܟܘܢ N;SG;PSS2PM
ܛܝܝܐ ܛܝܝܟܝܢ N;SG;PSS2PF
ܥܠܘܠܐ ܥܠܘܠܘܗܝ N;PL;PSS3SM
ܝܒܝܫܬܐ ܝܒܝܫܬܗ N;PL;PSS3SM
ܬܐܡܐ ܬܐܡܝ ADJ;FEM;PL;PSSD
ܩܛܝܪܐ ܩܛܝܪܟܝ N;SG;PSS2SF
ܚܝܛܘܬܐ ܚܝܛܘܬܗ N;SG;PSS3SF
ܝܘܪܩܐ ܝܘܪܩ N;SG;PSSD
ܝܪܩܢܐ ܝܪܩܢܘܗܝ N;PL;PSS3SM
ܦܛܝܪܐ ܦܛܝܪܝܟܝܢ N;PL;PSS2PF
ܦܪܝܣܬܐ ܦܪܝܣܬ N;PL;PSSD
ܫܒܒܐ ܫܒܒ N;SG;PSSD
ܒܘܨܐ ܒܘܨܗ N;SG;PSS3SF
ܡܠܘܫܘܬܐ ܡܠܘܫܘܬܗ N;SG;PSS3SF
ܢܓܪܘܬܐ ܢܓܪܘ N;ABS;SG
ܥܒܕܘܬܐ ܥܒܕܘܬܐ N;DEF;SG
ܕܝܘܩܐ ܕܝܘܩܗܝܢ N;SG;PSS3PF
ܝܫܦܐ ܝܫܦܗܘܢ N;SG;PSS3PM
ܢܓܪܘܬܐ ܢܓܪܘܬܐ N;DEF;SG
ܝܘܪܩܐ ܝܘܪܩܬ ADJ;MASC;SG;PSSD
ܚܝܛܘܬܐ ܚܝܛܘܬܟܘܢ N;SG;PSS2PM
ܥܡܝܪܬܐ ܥܡܝܪܬܟ N;SG;PSS2SM
ܡܠܠܐ ܡܠܠܗܝܢ N;SG;PSS3PF
ܕܒܝܩܐ ܕܒܝܩܗ N;SG;PSS3SF
ܢܓܪܘܬܐ ܢܓܪܘܬ N;SG;PSSD
ܚܢܢܐ ܚܢܢܢ N;SG;PSS1P
ܝܪܘܩܐ ܝܪܘܩܬ ADJ;FEM;PL;PSSD
ܬܐܡܬܐ ܬܐܡܬܟܝܢ N;SG;PSS2PF
ܥܡܛܢܐ ܥܡܛܢ N;SG;PSSD
ܝܬܐ ܝܬܗ N;SG;PSS3SF
ܝܬܐ ܝܬܢ N;SG;PSS1P
ܚܠܕܝܬܐ ܚܠܕܝܬܗ N;SG;PSS3SF
ܫܬܩܐ ܫܬܩܗ N;SG;PSS3SM
ܬܠܡܝܕܘܬܐ ܬܠܡܝܕܘܬܐ N;DEF;SG
ܦܪܝܣܬܐ ܦܪܝܣܬܐ N;DEF;PL
ܣܢܝܘܬܐ ܣܢܝܘܬܗܘܢ N;SG;PSS3PM
ܝܫܦܐ ܝܫܦ N;ABS;SG
ܚܐܪܘܬܐ ܚܐܪܘܬܟܝܢ N;SG;PSS2PF
ܡܪܝܬܐ ܡܪܝܬ N;SG;PSSD
ܠܗܓܐ ܠܗܓ N;SG;PSSD
ܦܛܝܪܐ ܦܛܝܪܟܘܢ N;SG;PSS2PM
ܩܕܝܫܘܬܐ ܩܕܝܫܘܬܢ N;SG;PSS1P
ܝܬܡܐ ܝܬܡܝܢ ADJ;ABS;FEM;PL
ܩܛܘܠܐ ܩܛܘܠܝܟܝܢ N;PL;PSS2PF
ܣܘܡܩܐ ܣܘܡܩܝ N;PL;PSSD
ܫܪܪܐ ܫܪܪܟܝܢ N;SG;PSS2PF
ܡܢܢܐ ܡܢܢܗ N;SG;PSS3SF
ܒܘܪܐ ܒܘܪܐ N;DEF;PL
ܝܒܝܫܘܬܐ ܝܒܝܫܘܬܗܘܢ N;SG;PSS3PM
ܡܠܠܐ ܡܠܠܝܗܘܢ N;PL;PSS3PM
ܒܬܘܠܘܬܐ ܒܬܘܠܘܬܟܘܢ N;SG;PSS2PM
ܡܠܘܫܘܬܐ ܡܠܘܫܘܬܝ N;SG;PSS1S
ܣܦܢܘܬܐ ܣܦܢܘܬܗ N;SG;PSS3SM
ܟܒܪܝܬܐ ܟܒܪܝܬܟ N;SG;PSS2SM
ܬܦܫܘܪܬܐ ܬܦܫܘܪܬܟܝܢ N;SG;PSS2PF
ܡܠܠܐ ܡܠܠ N;ABS;SG
ܕܓܠܐ ܕܓܠ ADJ;ABS;MASC;SG
ܝܪܘܩܐ ܝܪܘܩܬܐ ADJ;DEF;FEM;SG
ܩܛܘܠܐ ܩܛܘܠܗ N;SG;PSS3SF
ܥܠܘܠܐ ܥܠܘܠܟܝ N;SG;PSS2SF
ܝܬܡܐ ܝܬܡܝܢ N;PL;PSS1P
ܐܒܩܐ ܐܒܩ N;SG;PSSD
ܣܘܡܩܐ ܣܘܡܩܬ ADJ;MASC;SG;PSSD
ܥܬܝܪܘܬܐ ܥܬܝܪܘܬ N;SG;PSSD
ܒܪܟܐ ܒܪܟ N;SG;PSSD
ܐܕܡܬܐ ܐܕܡܬܗ N;SG;PSS3SM
ܓܠܘܬܐ ܓܠܘܬܗ N;SG;PSS3SF
ܝܒܝܫܬܐ ܝܒܝܫܐ N;ABS;SG
ܒܛܢܘܬܐ ܒܛܢܘܬ N;SG;PSSD
ܫܩܝܦܐ ܫܩܝܦܬ ADJ;FEM;PL;PSSD
ܚܡܘܨܘܬܐ ܚܡܘܨܘܬܢ N;SG;PSS1P
ܦܪܘܫܐ ܦܪܘܫ N;SG;PSSD
ܡܣܟܐܢܘܬܐ ܡܣܟܐܢܘܬܗܘܢ N;SG;PSS3PM
ܕܓܠܐ ܕܓܠܐ N;DEF;SG
ܟܕܒܐ ܟܕܒܝܟܘܢ N;PL;PSS2PM
ܥܡܝܪܐ ܥܡܝܪܗܘܢ N;SG;PSS3PM
ܚܨܝܦܘܬܐ ܚܨܝܦܘ N;ABS;SG
ܡܐܪܝܬܐ ܡܐܪܝܬܐ N;DEF;SG
ܬܐܡܐ ܬܐܡܝܟܝܢ N;PL;PSS2PF
ܩܛܝܪܐ ܩܛܝܪܬ ADJ;FEM;PL;PSSD
ܬܝܢܬܐ ܬܝܢܬܗܘܢ N;SG;PSS3PM
ܪܟܟܐ ܪܟܟܟܘܢ N;SG;PSS2PM
ܫܪܝܪܘܬܐ ܫܪܝܪܘܬܢ N;SG;PSS1P
ܟܕܒܐ ܟܕܒ ADJ;ABS;MASC;SG
ܚܝܪܘܬܐ ܚܝܪܘܬܟ N;SG;PSS2SM
ܕܒܝܩܐ ܕܒܝܩܝܢ N;PL;PSS1P
ܡܡܘܢܐ ܡܡܘܢܟܝ N;SG;PSS2SF
ܕܝܘܩܐ ܕܝܘܩܘܗܝ N;PL;PSS3SM
ܒܪܒܪܝܐ ܒܪܒܪܝܗ N;SG;PSS3SM
ܟܐܢܘܬܐ ܟܐܢܘܬܗܘܢ N;SG;PSS3PM
ܝܬܡܐ ܝܬܡܘܗܝ N;PL;PSS3SM
ܝܩܕܬܐ ܝܩܕܬܗ N;SG;PSS3SF
ܡܠܠܐ ܡܠܠܝ N;PL;PSS1S
ܕܘܚܢܐ ܕܘܚܢܗܘܢ N;SG;PSS3PM
ܐܢܟܐ ܐܢܟܟܝ N;SG;PSS2SF
ܓܡܪܐ ܓܡܪܢ N;SG;PSS1P
ܩܕܡܝܘܬܐ ܩܕܡܝܘܬܟܝܢ N;SG;PSS2PF
ܫܘܩܠܐ ܫܘܩܠܟ N;SG;PSS2SM
ܕܢܚܐ ܕܢܚܗܝܢ N;SG;PSS3PF
ܩܛܝܪܐ ܩܛܝܪܝܟܝ N;PL;PSS2SF
ܝܒܝܫܬܐ ܝܒܝܫܢ N;ABS;PL
ܢܘܓܗܐ ܢܘܓܗ N;SG;PSSD
ܨܚܘܐ ܨܚܘܗܝܢ N;SG;PSS3PF
ܛܝܢܐ ܛܝܢܗܝܢ N;SG;PSS3PF
ܒܛܢܘܬܐ ܒܛܢܘܬܗܘܢ N;SG;PSS3PM
ܓܪܒܝܐ ܓܪܒܝܗܝܢ N;SG;PSS3PF
ܫܒܒܬܐ ܫܒܒܢ N;ABS;PL
ܝܬܡܐ ܝܬܡܝ N;PL;PSSD
ܫܒܒܐ ܫܒܒܗܘܢ N;SG;PSS3PM
ܢܓܪܘܬܐ ܢܓܪܘܬܗܝܢ N;SG;PSS3PF
ܥܠܝܡܐ ܥܠܝܡܝܟܝ N;PL;PSS2SF
ܚܐܘܬܐ ܚܐܘܐ N;ABS;SG
ܥܬܝܕܘܬܐ ܥܬܝܕܘܬܟܘܢ N;SG;PSS2PM
ܕܘܡܪܐ ܕܘܡܪܟܝܢ N;SG;PSS2PF
ܥܛܫܐ ܥܛܫ N;SG;PSSD
ܚܡܝܥܐ ܚܡܝܥܟ N;SG;PSS2SM
ܩܝܢܝܘܬܐ ܩܝܢܝܘ N;ABS;SG
ܐܟܘܠܐ ܐܟܘܠܐ ADJ;DEF;FEM;PL
ܢܘܨܦܐ ܢܘܨܦ N;ABS;SG
ܓܘܚܟܐ ܓܘܚܟܝ N;SG;PSS1S
ܐܘܪܟܐ ܐܘܪܟܟܘܢ N;SG;PSS2PM
ܝܨܝܦܘܬܐ ܝܨܝܦܘܬܟܘܢ N;SG;PSS2PM
ܕܒܝܩܐ ܕܒܝܩ ADJ;ABS;MASC;SG
ܥܠܝܡܐ ܥܠܝܡܝ ADJ;FEM;PL;PSSD
ܕܝܘܬܐ ܕܝܘܬܗ N;SG;PSS3SF
ܒܬܘܠܘܬܐ ܒܬܘܠܘܬܝ N;SG;PSS1S
ܣܢܝܐܘܬܐ ܣܢܝܐܘܬܐ N;DEF;SG
ܬܐܡܐ ܬܐܡܬ ADJ;FEM;PL;PSSD
ܫܩܝܦܐ ܫܩܝܦܝܟ N;PL;PSS2SM
ܚܐܘܬܐ ܚܐܘܬܗܝܢ N;SG;PSS3PF
ܚܐܪܘܬܐ ܚܐܪܘܬܐ N;DEF;SG
ܙܡܪܘܬܐ ܙܡܪܘܬܟܝܢ N;SG;PSS2PF
ܡܣܟܢܘܬܐ ܡܣܟܢܘܬܗ N;SG;PSS3SM
ܫܒܒܐ ܫܒܒܗܝܢ N;SG;PSS3PF
ܕܓܠܐ ܕܓܠܢ N;SG;PSS1P
ܫܩܝܦܐ ܫܩܝܦܟ N;SG;PSS2SM
ܝܘܪܩܐ ܝܘܪܩܝ N;PL;PSS1S
ܥܡܛܢܐ ܥܡܛܢܢ N;SG;PSS1P
ܟܬܟܘܬܐ ܟܬܟܘܬܝ N;SG;PSS1S
ܥܠܘܠܐ ܥܠܘܠܝܟ N;PL;PSS2SM
ܨܚܘܐ ܨܚܘܐ N;DEF;SG
ܚܨܝܦܘܬܐ ܚܨܝܦܘܬܢ N;SG;PSS1P
ܩܛܝܪܐ ܩܛܝܪܗ N;SG;PSS3SM
ܫܒܒܬܐ ܫܒܒܬܗ N;PL;PSS3SF
ܐܘܟܡܐ ܐܘܟܡܝܟܝ N;PL;PSS2SF
ܒܘܪܐ ܒܘܪܬܐ ADJ;DEF;FEM;PL
ܝܩܝܪܘܬܐ ܝܩܝܪܘܬܗ N;SG;PSS3SM
ܐܘܟܡܐ ܐܘܟܡ N;SG;PSSD
ܫܘܩܠܐ ܫܘܩܠ N;ABS;SG
ܦܝܓܢܐ ܦܓܢܝ N;SG;PSS1S
ܐܘܫܢܐ ܐܘܫܢܝܗ N;PL;PSS3SF
ܝܘܪܩܐ ܝܘܪܩܬܐ ADJ;DEF;MASC;SG
ܬܐܡܬܐ ܬܐܡܬܟ N;SG;PSS2SM
ܢܘܓܗܐ ܢܘܓܗܟܘܢ N;SG;PSS2PM
ܫܘܩܠܐ ܫܘܩܠܢ N;SG;PSS1P
ܫܬܩܐ ܫܬܩܐ N;DEF;SG
ܟܒܝܪܐ ܟܒܝܪܢ ADJ;ABS;FEM;PL
ܩܕܝܫܘܬܐ ܩܕܝܫܘܬܝ N;SG;PSS1S
ܫܒܒܐ ܫܒܒ ADJ;ABS;MASC;SG
ܡܫܚܠܦܐ ܡܫܚܠܦܐ ADJ;DEF;MASC;SG
ܛܒܚܘܬܐ ܛܒܚܘܬܗ N;SG;PSS3SM
ܒܘܪܐ ܒܘܪܐ N;DEF;SG
ܦܛܝܪܐ ܦܛܝܪܟܝܢ N;SG;PSS2PF
ܬܐܡܐ ܬܐܡܘܗܝ N;PL;PSS3SM
ܪܫܥܐ ܪܫܥܗܝܢ N;SG;PSS3PF
ܙܡܪܘܬܐ ܙܡܪܘܬܝ N;SG;PSS1S
ܡܡܘܢܐ ܡܡܘܢܗܘܢ N;SG;PSS3PM
ܓܫܘܫܘܬܐ ܓܫܘܫܘܬܗ N;SG;PSS3SF
ܬܐܡܐ ܬܐܡܝܟܝ N;PL;PSS2SF
ܐܘܟܡܐ ܐܘܟܡܐ N;DEF;SG
ܫܩܝܦܐ ܫܩܝܦ ADJ;ABS;MASC;SG
ܝܬܡܐ ܝܬܡܗ N;SG;PSS3SM
ܥܠܘܠܐ ܥܠܘܠܐ N;DEF;PL
ܕܘܚܢܐ ܕܘܚܢܝ N;SG;PSS1S
ܬܐܡܐ ܬܐܡܢ ADJ;ABS;FEM;PL
ܨܦܘܢܐ ܨܦܘܢܟܝܢ N;SG;PSS2PF
ܡܣܟܐܢܘܬܐ ܡܣܟܐܢܘܬܗܝܢ N;SG;PSS3PF
ܚܐܘܬܐ ܚܐܘܬ N;SG;PSSD
ܙܪܢܝܟܐ ܙܪܢܝܟܗ N;SG;PSS3SM
ܬܪܝܨܘܬܐ ܬܪܝܨܘܬܟ N;SG;PSS2SM
ܐܙܒܐ ܐܙܒܟ N;SG;PSS2SM
ܚܢܢܐ ܚܢܢܟ N;SG;PSS2SM
ܝܪܩܢܐ ܝܪܩܢܐ N;DEF;SG
ܐܘܟܡܐ ܐܘܟܡܬ ADJ;FEM;PL;PSSD
ܝܪܩܢܐ ܝܪܩܢܬ ADJ;FEM;PL;PSSD
ܡܠܠܐ ܡܠܠܝ ADJ;FEM;PL;PSSD
ܦܛܝܪܐ ܦܛܝܪ N;ABS;SG
ܪܚܡܢܘܬܐ ܪܚܡܢܘܬܗܘܢ N;SG;PSS3PM
ܕܝܘܩܐ ܕܝܘܩܟ N;SG;PSS2SM
ܓܘܚܟܐ ܓܘܚܟܢ N;SG;PSS1P
ܛܝܝܐ ܛܝܝܝܟܘܢ N;PL;PSS2PM
ܐܘܪܟܐ ܐܘܪܟܟܝ N;SG;PSS2SF
ܥܠܘܠܐ ܥܠܘܠܟܘܢ N;SG;PSS2PM
ܟܒܝܪܐ ܟܒܝܪ ADJ;MASC;SG;PSSD
ܚܐܫܐ ܚܐܫܗܝܢ N;SG;PSS3PF
ܦܛܝܪܐ ܦܛܝܪܐ ADJ;DEF;MASC;SG
ܐܘܡܢܐ ܐܘܡܢܬ ADJ;FEM;PL;PSSD
ܢܓܪܘܬܐ ܢܓܪܘܬܝ N;SG;PSS1S
ܬܝܡܢܐ ܬܝܡܢܐ N;DEF;SG
ܩܛܘܠܐ ܩܛܘܠ N;ABS;SG
ܢܓܪܘܬܐ ܢܓܪܘܬܟܘܢ N;SG;PSS2PM
ܢܓܪܘܬܐ ܢܓܪܘܬܟܝ N;SG;PSS2SF
ܐܪܝܟܘܬܐ ܐܪܝܟܘܬܐ N;DEF;SG
ܫܝܢܐ ܫܝܢܢ N;SG;PSS1P
ܪܚܡܘܬܐ ܪܚܡܘܬܢ N;SG;PSS1P
ܦܛܝܪܐ ܦܛܝܪܝܢ N;PL;PSS1P
ܕܓܠܐ ܕܓܠܐ ADJ;DEF;MASC;SG
ܚܝܛܘܬܐ ܚܝܛܘܬܝ N;SG;PSS1S
ܣܢܝܐܘܬܐ ܣܢܝܐܘܬܟܝ N;SG;PSS2SF
ܥܠܘܠܐ ܥܠܘܠܬܐ ADJ;DEF;MASC;SG
ܩܛܝܪܐ ܩܛܝܪܝܗܝܢ N;PL;PSS3PF
ܝܒܫܢܐ ܝܒܫܢܐ N;DEF;SG
ܐܘܫܢܐ ܐܘܫܢܝܟܝ N;PL;PSS2SF
ܡܠܘܫܘܬܐ ܡܠܘܫܘܬܟܘܢ N;SG;PSS2PM
ܣܐܡܐ ܣܐܡܝ N;SG;PSS1S
ܕܝܘܩܐ ܕܝܘܩܝ N;SG;PSS1S
ܐܘܫܢܐ ܐܘܫܢܝ N;PL;PSS1S
ܐܣܩܐ ܐܣܩܟܝܢ N;SG;PSS2PF
ܒܛܢܘܬܐ ܒܛܢܘܬܢ N;SG;PSS1P
ܝܬܐ ܝܬܟ N;SG;PSS2SM
ܐܕܡܬܐ ܐܕܡܬܟ N;SG;PSS2SM
ܩܛܘܠܐ ܩܛܘܠܝܟ N;PL;PSS2SM
ܟܐܢܘܬܐ ܟܐܢܘܬܗ N;SG;PSS3SF
ܛܝܝܐ ܛܝܝ N;SG;PSSD
ܚܡܘܨܘܬܐ ܚܡܘܨܘܬܗܝܢ N;SG;PSS3PF
ܥܡܛܢܐ ܥܡܛܢܝ N;SG;PSS1S
ܝܒܝܫܘܬܐ ܝܒܝܫܘܬܗ N;SG;PSS3SF
ܝܬܡܐ ܝܬܡܟ N;SG;PSS2SM
ܦܫܪܬܐ ܦܫܪܬܗܝܢ N;SG;PSS3PF
ܡܠܠܐ ܡܠܠܝܟܘܢ N;PL;PSS2PM
ܢܘܨܦܐ ܢܘܨܦܗ N;SG;PSS3SF
ܥܠܝܡܐ ܥܠܝܡܝܢ N;ABS;PL
ܦܬܠܐ ܦܬܠ N;SG;PSSD
ܫܩܝܦܐ ܫܩܝܦܗܘܢ N;SG;PSS3PM
ܬܠܡܝܕܘܬܐ ܬܠܡܝܕܘ N;ABS;SG
ܕܝܘܩܐ ܕܝܘܩܬܐ ADJ;DEF;FEM;PL
ܓܫܘܫܘܬܐ ܓܫܘܫܘܬܗܘܢ N;SG;PSS3PM
ܥܠܘܠܐ ܥܠܘܠܬ ADJ;FEM;PL;PSSD
ܕܝܘܬܐ ܕܝܘܬܟܝܢ N;SG;PSS2PF
ܦܛܝܪܐ ܦܛܝܪܬ ADJ;FEM;PL;PSSD
ܡܡܘܢܐ ܡܡܘܢܐ N;DEF;SG
ܒܪܟܐ ܒܪܟܟܘܢ N;SG;PSS2PM
ܕܘܡܪܐ ܕܘܡܪܟ N;SG;PSS2SM
ܐܘܡܢܐ ܐܘܡܢܝܟܘܢ N;PL;PSS2PM
ܨܒܝܢܝܘܬܐ ܨܒܝܢܝܘܬ N;SG;PSSD
ܚܡܝܥܐ ܚܡܝܥܗܘܢ N;SG;PSS3PM
ܦܠܙܐ ܦܠܙܗܝܢ N;SG;PSS3PF
ܝܬܡܐ ܝܬܡܝܟܘܢ N;PL;PSS2PM
ܛܝܝܐ ܛܝܝܝܟܝܢ N;PL;PSS2PF
ܪܚܡܘܬܐ ܪܚܡܘ N;ABS;SG
ܐܘܡܢܐ ܐܘܡܢܘܗܝ N;PL;PSS3SM
ܩܡܚܐ ܩܡܚܝ N;SG;PSS1S
ܦܫܪܬܐ ܦܫܪܬܟܝ N;SG;PSS2SF
ܝܒܫܢܐ ܝܒܫܢܟܝܢ N;SG;PSS2PF
ܫܘܩܠܐ ܫܘܩܠܐ N;DEF;SG
ܦܛܝܪܐ ܦܛܝܪܝܢ N;ABS;PL
ܥܠܝܡܐ ܥܠܝܡܝܗܘܢ N;PL;PSS3PM
ܫܩܝܦܐ ܫܩܝܦܗܝܢ N;SG;PSS3PF
ܥܬܝܕܘܬܐ ܥܬܝܕܘܬ N;SG;PSSD
ܨܚܘܐ ܨܚܘ N;SG;PSSD
ܛܝܢܐ ܛܝܢܟܝܢ N;SG;PSS2PF
ܬܐܡܐ ܬܐܡܐ ADJ;ABS;MASC;SG
ܝܨܝܦܘܬܐ ܝܨܝܦܘܬܗܝܢ N;SG;PSS3PF
ܫܝܢܐ ܫܝܢܟܝ N;SG;PSS2SF
ܟܒܝܪܐ ܟܒܝܪܬܐ ADJ;DEF;FEM;SG
ܐܒܩܐ ܐܒܩܟܝܢ N;SG;PSS2PF
ܪܫܥܐ ܪܫܥ N;SG;PSSD
ܕܝܘܬܐ ܕܝܘ N;ABS;SG
ܐܘܡܢܐ ܐܘܡܢܟܘܢ N;SG;PSS2PM
ܚܐܘܬܐ ܚܐܘܬܢ N;SG;PSS1P
ܟܕܒܐ ܟܕܒܝ N;PL;PSSD
ܡܣܟܢܘܬܐ ܡܣܟܢܘܬܟܝܢ N;SG;PSS2PF
ܐܘܟܡܐ ܐܘܟܡܗܝܢ N;SG;PSS3PF
ܝܒܝܫܬܐ ܝܒܝܫܬܗ N;SG;PSS3SM
ܐܒܩܐ ܐܒܩܗܝܢ N;SG;PSS3PF
ܬܐܡܐ ܬܐܡܬܐ ADJ;DEF;FEM;PL
ܪܚܡܘܬܐ ܪܚܡܘܬܐ N;DEF;SG
ܦܪܘܫܐ ܦܪܘܫ ADJ;ABS;MASC;SG
ܥܘܙܐ ܥܘܙܗ N;SG;PSS3SF
ܡܩܕܡܘܬܐ ܡܩܕܡܘܬܟܝ N;SG;PSS2SF
ܕܓܠܐ ܕܓܠܟܝܢ N;SG;PSS2PF
ܪܛܒܐ ܪܛܒܢ N;SG;PSS1P
ܣܛܝܡܐ ܣܛܝܡܟܝ N;SG;PSS2SF
ܚܝܪܘܬܐ ܚܝܪܘܬܟܘܢ N;SG;PSS2PM
ܥܡܝܪܬܐ ܥܡܝܪܬܗ N;SG;PSS3SF
ܟܒܪܝܬܐ ܟܒܪܝܬܟܝ N;SG;PSS2SF
ܚܟܬܐ ܚܟܬܟܝܢ N;SG;PSS2PF
ܣܡܝܘܬܐ ܣܡܝܘܬܗܘܢ N;SG;PSS3PM
ܕܢܚܐ ܕܢܚܟ N;SG;PSS2SM
ܙܡܝܬܐ ܙܡܝܬ N;SG;PSSD
ܚܝܛܘܬܐ ܚܝܛܘ N;ABS;SG
ܦܫܪܬܐ ܦܫܪܬܗܘܢ N;SG;PSS3PM
ܒܛܝܠܘܬܐ ܒܛܝܠܘܬܗ N;SG;PSS3SF
ܓܡܪܐ ܓܡܪܐ N;DEF;SG
ܣܘܡܩܐ ܣܘܡܩܝܟܝ N;PL;PSS2SF
ܨܦܘܢܐ ܨܦܘܢܝ N;SG;PSS1S
ܐܟܘܠܐ ܐܟܘܠܝܗܘܢ N;PL;PSS3PM
ܩܕܡܝܘܬܐ ܩܕܡܝܘܬܐ N;DEF;SG
ܥܡܝܪܬܐ ܥܡܝܪܬܐ N;DEF;SG
ܐܘܫܢܐ ܐܘܫܢܝܢ N;PL;PSS1P
ܚܐܫܐ ܚܐܫܗܘܢ N;SG;PSS3PM
ܥܠܝܡܐ ܥܠܝܡܐ ADJ;DEF;MASC;SG
ܝܩܕܬܐ ܝܩܕܬܝ N;SG;PSS1S
ܣܘܡܩܐ ܣܘܡܩܝܟܝܢ N;PL;PSS2PF
ܡܐܪܝܬܐ ܡܐܪܝܬܟ N;SG;PSS2SM
ܫܩܝܦܐ ܫܩܝܦܝܟܝܢ N;PL;PSS2PF
ܙܕܝܩܘܬܐ ܙܕܝܩܘܬܗܝܢ N;SG;PSS3PF
ܐܘܟܡܐ ܐܘܟܡܟܝ N;SG;PSS2SF
ܟܐܢܘܬܐ ܟܐܢܘܬܐ N;DEF;SG
ܬܝܡܢܐ ܬܝܡܢܗܝܢ N;SG;PSS3PF
ܪܛܒܐ ܪܛܒܗܘܢ N;SG;PSS3PM
ܫܝܢܐ ܫܝܢܗܘܢ N;SG;PSS3PM
ܡܡܠܠܘܬܐ ܡܡܠܠܘܬܗܘܢ N;SG;PSS3PM
ܥܠܝܡܐ ܥܠܝܡܝܢ N;PL;PSS1P
ܦܠܙܐ ܦܠܙ N;SG;PSSD
ܪܝܪܐ ܪܝܪ N;SG;PSSD
ܫܒܒܐ ܫܒܒܝܢ N;ABS;PL
ܚܝܪܘܬܐ ܚܝܪܘܬܐ N;DEF;SG
ܨܗܘܐ ܨܗܘܟܘܢ N;SG;PSS2PM
ܣܦܢܘܬܐ ܣܦܢܘܬܟܘܢ N;SG;PSS2PM
ܠܗܓܐ ܠܗܓܗܘܢ N;SG;PSS3PM
ܫܒܒܐ ܫܒܒܝܟܝ N;PL;PSS2SF
ܫܒܒܬܐ ܫܒܒܬܗܝܢ N;SG;PSS3PF
ܙܕܝܩܘܬܐ ܙܕܝܩܘ N;ABS;SG
ܥܛܫܐ ܥܛܫܟ N;SG;PSS2SM
ܫܘܩܠܐ ܫܘܩܠܟܘܢ N;SG;PSS2PM
ܬܝܡܢܐ ܬܝܡܢܟ N;SG;PSS2SM
ܒܛܢܘܬܐ ܒܛܢܘܬܗܝܢ N;SG;PSS3PF
ܣܡܝܘܬܐ ܣܡܝܘܬܗ N;SG;PSS3SM
ܛܝܝܐ ܛܝܝܢ ADJ;ABS;FEM;PL
ܡܠܠܐ ܡܠܠܬܐ ADJ;DEF;MASC;SG
ܝܫܦܐ ܝܫܦܟܝܢ N;SG;PSS2PF
ܥܠܘܠܐ ܥܠܘܠܝܟܝ N;PL;PSS2SF
ܪܚܡܢܘܬܐ ܪܚܡܢܘ N;ABS;SG
ܝܩܕܬܐ ܝܩܕܬܗ N;SG;PSS3SM
ܥܠܘܠܐ ܥܠܘܠܝ N;PL;PSSD
ܡܡܘܢܐ ܡܡܘܢܟܝܢ N;SG;PSS2PF
ܐܟܘܠܐ ܐܟܘܠܐ ADJ;DEF;MASC;SG
ܡܠܘܫܘܬܐ ܡܠܘܫܘܬܟ N;SG;PSS2SM
ܕܓܠܐ ܕܓܠܬ ADJ;FEM;PL;PSSD
ܒܛܝܠܘܬܐ ܒܛܝܠܘܬܟܘܢ N;SG;PSS2PM
ܝܬܡܐ ܝܬܡܢ N;SG;PSS1P
ܪܝܪܐ ܪܝܪܗ N;SG;PSS3SF
ܚܡܝܥܘܬܐ ܚܡܝܥܘܬܗܝܢ N;SG;PSS3PF
ܣܢܝܘܬܐ ܣܢܝܘܬܝ N;SG;PSS1S
ܚܐܫܐ ܚܐܫ N;SG;PSSD
ܛܝܝܐ ܛܝܝܟܝ N;SG;PSS2SF
ܛܝܢܐ ܛܝܢܗܘܢ N;SG;PSS3PM
ܙܡܪܘܬܐ ܙܡܪܘܬܗ N;SG;PSS3SF
ܡܣܟܝܢܘܬܐ ܡܣܟܝܢܘܬܟܝܢ N;SG;PSS2PF
ܫܪܝܪܘܬܐ ܫܪܝܪܘܬܗ N;SG;PSS3SF
ܝܪܘܩܐ ܝܪܘܩܢ ADJ;ABS;FEM;PL
ܚܐܪܘܬܐ ܚܐܪܘ N;ABS;SG
ܥܡܝܪܬܐ ܥܡܝܪܬܗ N;SG;PSS3SM
ܕܝܘܩܐ ܕܝܘܩܬ ADJ;FEM;PL;PSSD
ܩܛܝܪܐ ܩܛܝܪܗܘܢ N;SG;PSS3PM
ܝܨܝܦܘܬܐ ܝܨܝܦܘܬ N;SG;PSSD
ܒܬܘܠܘܬܐ ܒܬܘܠܘܬܗܘܢ N;SG;PSS3PM
ܟܗܢܘܬܐ ܟܗܢܘܬܗ N;SG;PSS3SF
ܕܘܡܪܐ ܕܘܡܪܢ N;SG;PSS1P
ܬܝܢܬܐ ܬܝܢܬܟܝܢ N;SG;PSS2PF
ܕܓܠܐ ܕܓܠܝܢ ADJ;ABS;FEM;PL
ܐܟܘܠܐ ܐܟܘܠܝܢ ADJ;ABS;FEM;PL
ܡܩܕܡܘܬܐ ܡܩܕܡܘܬܗܝܢ N;SG;PSS3PF
ܡܡܠܠܘܬܐ ܡܡܠܠܘܬܟ N;SG;PSS2SM
ܦܪܘܫܐ ܦܪܘܫܟ N;SG;PSS2SM
ܣܢܝܘܬܐ ܣܢܝܘܬܢ N;SG;PSS1P
ܣܡܝܘܬܐ ܣܡܝܘܬܐ N;DEF;SG
ܕܓܠܐ ܕܓܠܝܗܘܢ N;PL;PSS3PM
ܕܒܝܩܐ ܕܒܝܩܝܗܝܢ N;PL;PSS3PF
ܩܕܡܝܘܬܐ ܩܕܡܝܘܬܗ N;SG;PSS3SF
ܩܛܝܪܐ ܩܛܝܪܝܗܘܢ N;PL;PSS3PM
ܓܠܘܬܐ ܓܠܘܬ N;SG;PSSD
ܒܪܒܪܝܐ ܒܪܒܪܝ N;SG;PSSD
ܛܒܚܘܬܐ ܛܒܚܘܬܐ N;DEF;SG
ܬܦܫܘܪܬܐ ܬܦܫܘܪܬܟܝ N;SG;PSS2SF
ܦܪܝܣܬܐ ܦܪܝܣܬܟ N;PL;PSS2SM
ܥܬܝܕܘܬܐ ܥܬܝܕܘܬܗ N;SG;PSS3SM
ܬܠܡܝܕܘܬܐ ܬܠܡܝܕܘܬܗ N;SG;PSS3SF
ܥܠܘܠܐ ܥܠܘܠܐ N;DEF;SG
ܟܦܣܐ ܟܦܣ N;SG;PSSD
ܓܫܘܫܘܬܐ ܓܫܘܫܘܬܟ N;SG;PSS2SM
ܬܠܡܝܕܘܬܐ ܬܠܡܝܕܘܬܟܘܢ N;SG;PSS2PM
ܪܚܡܘܬܐ ܪܚܡܘܬܟ N;SG;PSS2SM
ܛܒܚܘܬܐ ܛܒܚܘܬܢ N;SG;PSS1P
ܒܬܘܠܘܬܐ ܒܬܘܠܘܬܐ N;DEF;SG
ܦܪܘܫܐ ܦܪܘܫ N;ABS;SG
ܦܪܝܣܬܐ ܦܪܝܣܬܗܘܢ N;SG;PSS3PM
ܙܓܘܐ ܙܓܘܐ N;DEF;SG
ܥܛܫܐ ܥܛܫܗܝܢ N;SG;PSS3PF
ܦܬܠܐ ܦܬܠ N;ABS;SG
ܣܛܝܡܐ ܣܛܝܡܝ N;SG;PSS1S
ܛܝܝܐ ܛܝܝܐ N;DEF;PL
ܐܘܪܟܐ ܐܘܪܟܗ N;SG;PSS3SM
ܩܛܘܠܐ ܩܛܘܠܝܢ N;PL;PSS1P
ܩܛܝܪܐ ܩܛܝܪܝ N;PL;PSS1S
ܩܛܘܠܐ ܩܛܘܠ N;SG;PSSD
ܒܪܒܪܝܐ ܒܪܒܪܝܝ ADJ;FEM;PL;PSSD
ܝܒܫܢܐ ܝܒܫܢܢ N;SG;PSS1P
ܪܝܪܐ ܪܝܪܢ N;SG;PSS1P
ܒܘܪܐ ܒܘܪܝܟܝ N;PL;PSS2SF
ܓܨܐ ܓܨܟܝ N;SG;PSS2SF
ܒܬܘܠܘܬܐ ܒܬܘܠܘܬܗܝܢ N;SG;PSS3PF
ܕܝܘܩܐ ܕܝܘܩܝܟܝܢ N;PL;PSS2PF
ܡܠܠܐ ܡܠܠܗ N;SG;PSS3SF
ܡܠܘܫܘܬܐ ܡܠܘܫܘ N;ABS;SG
ܫܩܝܦܐ ܫܩܝܦܬ ADJ;MASC;SG;PSSD
ܥܬܝܕܘܬܐ ܥܬܝܕܘܬܟܝܢ N;SG;PSS2PF
ܓܫܘܫܘܬܐ ܓܫܘܫܘܬܐ N;DEF;SG
ܙܡܪܘܬܐ ܙܡܪܘܬܟܘܢ N;SG;PSS2PM
ܝܘܪܬܘܬܐ ܝܘܪܬܘܬܟܘܢ N;SG;PSS2PM
ܣܢܝܐܘܬܐ ܣܢܝܐܘܬܟܘܢ N;SG;PSS2PM
ܐܟܘܠܐ ܐܟܘܠܗܝܢ N;SG;PSS3PF
ܟܦܣܐ ܟܦܣ N;ABS;SG
ܙܪܢܝܟܐ ܙܪܢܝܟܗܘܢ N;SG;PSS3PM
ܫܘܒܩܢܐ ܫܘܒܩܢܗ N;SG;PSS3SF
ܙܕܝܩܘܬܐ ܙܕܝܩܘܬܗ N;SG;PSS3SF
ܒܪܒܪܝܐ ܒܪܒܪܝܟ N;SG;PSS2SM
ܨܚܘܐ ܨܚܘܟ N;SG;PSS2SM
ܬܠܡܝܕܘܬܐ ܬܠܡܝܕܘܬ N;SG;PSSD
ܨܦܘܢܐ ܨܦܘܢܗ N;SG;PSS3SF
ܚܡܘܨܘܬܐ ܚܡܘܨܘܬܝ N;SG;PSS1S
ܝܘܪܩܐ ܝܘܪܩܐ N;DEF;PL
ܚܟܬܐ ܚܟܬܗ N;SG;PSS3SM
ܓܪܒܝܐ ܓܪܒܝܗ N;SG;PSS3SM
ܫܪܝܪܘܬܐ ܫܪܝܪܘܬܟܝ N;SG;PSS2SF
ܢܓܪܘܬܐ ܢܓܪܘܬܟܝܢ N;SG;PSS2PF
ܣܐܡܐ ܣܐܡ N;SG;PSSD
ܣܦܢܘܬܐ ܣܦܢܘܬܢ N;SG;PSS1P
ܩܕܡܝܘܬܐ ܩܕܡܝܘܬ N;SG;PSSD
ܩܕܡܝܘܬܐ ܩܕܡܝܘܬܗܝܢ N;SG;PSS3PF
ܝܬܡܐ ܝܬܡܝܢ N;ABS;PL
ܕܘܚܢܐ ܕܘܚܢܗܝܢ N;SG;PSS3PF
ܙܡܪܘܬܐ ܙܡܪܘܬܟܝ N;SG;PSS2SF
ܬܐܡܐ ܬܐܡܟܝܢ N;SG;PSS2PF
ܦܝܓܢܐ ܦܓܢܗ N;SG;PSS3SF
ܐܒܕܢܐ ܐܒܕܢܟܝ N;SG;PSS2SF
ܐܣܩܐ ܐܣܩܝ N;SG;PSS1S
ܣܛܝܡܐ ܣܛܝܡ N;ABS;SG
ܣܘܡܩܐ ܣܘܡܩܝܢ ADJ;ABS;FEM;PL
ܕܒܝܩܐ ܕܒܝܩܟܝܢ N;SG;PSS2PF
ܦܪܝܣܬܐ ܦܪܝܣܬܢ N;SG;PSS1P
ܚܘܡܐ ܚܘܡ N;ABS;SG
ܠܗܓܐ ܠܗܓ N;ABS;SG
ܫܝܢܐ ܫܝܢܟܝܢ N;SG;PSS2PF
ܨܒܥܘܬܐ ܨܒܥܘܬܗܘܢ N;SG;PSS3PM
ܓܪܒܝܐ ܓܪܒܝܗܘܢ N;SG;PSS3PM
ܬܦܫܘܪܬܐ ܬܦܫܘܪܬ N;SG;PSSD
ܐܘܡܢܐ ܐܘܡܢܝ N;PL;PSSD
ܬܝܡܢܐ ܬܝܡܢܟܘܢ N;SG;PSS2PM
ܕܝܘܬܐ ܕܝܘܬܝ N;SG;PSS1S
ܟܢܘܬܐ ܟܢܘܬܝ N;SG;PSS1S
ܒܘܪܐ ܒܘܪܢ ADJ;ABS;FEM;PL
ܐܟܘܠܐ ܐܟܘܠܝܟܝ N;PL;PSS2SF
ܫܒܒܐ ܫܒܒܗ N;SG;PSS3SF
ܓܪܒܝܐ ܓܪܒܝܗ N;SG;PSS3SF
ܫܒܒܬܐ ܫܒܒܬܗܝܢ N;PL;PSS3PF
ܛܝܝܐ ܛܝܝܐ N;DEF;SG
ܥܛܫܐ ܥܛܫܝ N;SG;PSS1S
ܪܟܟܐ ܪܟܟܗ N;SG;PSS3SF
ܕܓܠܐ ܕܓܠ ADJ;MASC;SG;PSSD
ܣܢܝܘܬܐ ܣܢܝܘܬܟܝܢ N;SG;PSS2PF
ܒܘܨܐ ܒܘܨ N;ABS;SG
ܛܝܢܐ ܛܝܢܢ N;SG;PSS1P
ܝܩܝܪܘܬܐ ܝܩܝܪܘܬܟܘܢ N;SG;PSS2PM
ܐܒܝܕܘܬܐ ܐܒܝܕܘܬܟ N;SG;PSS2SM
ܦܪܝܣܬܐ ܦܪܝܣܬܗܝܢ N;SG;PSS3PF
ܟܡܘܢܐ ܟܡܘܢܗܝܢ N;SG;PSS3PF
ܐܒܝܕܘܬܐ ܐܒܝܕܘܬܝ N;SG;PSS1S
ܫܪܪܐ ܫܪܪ N;SG;PSSD
ܚܐܫܐ ܚܐܫܝ N;SG;PSS1S
ܦܫܪܬܐ ܦܫܪܬܟܘܢ N;SG;PSS2PM
ܫܬܩܐ ܫܬܩܗ N;SG;PSS3SF
ܚܠܕܝܬܐ ܚܠܕܝܬܗܝܢ N;SG;PSS3PF
ܟܕܒܐ ܟܕܒܗܘܢ N;SG;PSS3PM
ܚܡܘܨܘܬܐ ܚܡܘܨܘܬܗ N;SG;PSS3SF
ܓܨܐ ܓܨܗ N;SG;PSS3SM
ܫܒܒܐ ܫܒܒܝܟ N;PL;PSS2SM
ܢܘܓܗܐ ܢܘܓܗܗܝܢ N;SG;PSS3PF
ܦܝܓܢܐ ܦܓܢܢ N;SG;PSS1P
ܚܐܘܬܐ ܚܐܘܬܟܘܢ N;SG;PSS2PM
ܬܐܡܐ ܬܐܡܐ ADJ;DEF;FEM;PL
ܒܛܝܠܘܬܐ ܒܛܝܠܘܬܝ N;SG;PSS1S
ܫܩܝܦܐ ܫܩܝܦܐ N;DEF;SG
ܦܪܘܫܐ ܦܪܘܫܐ ADJ;DEF;MASC;SG
ܚܢܢܐ ܚܢܢܗܘܢ N;SG;PSS3PM
ܦܪܘܫܐ ܦܪܘܫܬܐ ADJ;DEF;FEM;PL
ܛܝܢܐ ܛܝܢܗ N;SG;PSS3SM
ܟܕܒܐ ܟܕܒܝ ADJ;FEM;PL;PSSD
ܡܣܟܝܢܘܬܐ ܡܣܟܝܢܘܬܢ N;SG;PSS1P
ܥܡܛܢܐ ܥܡܛܢܗ N;SG;PSS3SF
ܐܘܡܢܐ ܐܘܡܢܗ N;SG;PSS3SM
ܥܬܝܪܘܬܐ ܥܬܝܪܘܬܗܝܢ N;SG;PSS3PF
ܢܘܓܗܐ ܢܘܓܗܟܝ N;SG;PSS2SF
ܩܝܢܝܘܬܐ ܩܝܢܝܘܬܢ N;SG;PSS1P
ܪܘܟܟܐ ܪܘܟܟܝ N;SG;PSS1S
ܛܝܝܐ ܛܝܝܘܗܝ N;PL;PSS3SM
ܚܒܪܘܬܐ ܚܒܪܘܬܟܝ N;SG;PSS2SF
ܒܘܪܐ ܒܘܪܢ N;SG;PSS1P
ܡܡܠܠܘܬܐ ܡܡܠܠܘܬܟܝ N;SG;PSS2SF
ܐܟܘܠܐ ܐܟܘܠܬ ADJ;MASC;SG;PSSD
ܦܪܝܣܬܐ ܦܪܝܣܬܟܝܢ N;PL;PSS2PF
ܫܒܒܬܐ ܫܒܒܬܝ N;PL;PSS1S
ܕܒܝܩܐ ܕܒܝܩܝ N;PL;PSSD
ܬܝܢܬܐ ܬܝܢܬܟܘܢ N;SG;PSS2PM
ܪܝܪܐ ܪܝܪܟܝ N;SG;PSS2SF
ܨܒܝܢܝܘܬܐ ܨܒܝܢܝܘ N;ABS;SG
ܦܪܘܫܐ ܦܪܘܫܝܢ N;PL;PSS1P
ܚܢܢܐ ܚܢܢ N;SG;PSSD
ܬܠܡܝܕܘܬܐ ܬܠܡܝܕܘܬܟܝ N;SG;PSS2SF
ܟܒܝܪܐ ܟܒܝܪܬ ADJ;FEM;PL;PSSD
ܡܠܠܐ ܡܠܠܝܗ N;PL;PSS3SF
ܢܘܓܗܐ ܢܘܓܗܗ N;SG;PSS3SF
ܨܒܥܘܬܐ ܨܒܥܘܬܗ N;SG;PSS3SF
ܕܝܘܩܐ ܕܝܘܩܬܐ ADJ;DEF;MASC;SG
ܡܣܟܝܢܘܬܐ ܡܣܟܝܢܘܬ N;SG;PSSD
ܟܕܒܐ ܟܕܒܝܢ N;ABS;PL
ܟܒܪܝܬܐ ܟܒܪܝܬܗ N;SG;PSS3SM
ܦܫܪܬܐ ܦܫܪܐ N;ABS;SG
ܕܝܘܬܐ ܕܝܘܬܟ N;SG;PSS2SM
ܟܬܟܘܬܐ ܟܬܟܘܬܗܘܢ N;SG;PSS3PM
ܣܪܡܛܐ ܣܪܡܛܬ ADJ;FEM;SG;PSSD
|
5dcbc33818acdc50f4de4d8eacdad2964cffd990 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH5/EX5.70/EX5_70.sce | 9705d2d6183a822dc33ce03323f1c9b5e5fb95e0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX5_70.sce | //EXAMPLE 5-70 PG NO-350
R1=2;
R2=3;
R3=6;
I4=R2*(R1/R3); //CURRENT THROUGH 4 OHMS RESISTANCE
TI=I4+I4; //TOTAL CURRENT
disp('ii) CURRENT (I4) is = '+string (I4) +' A ');
disp('ii) CURRENT (TI) is = '+string (TI) +' A ');
|
d6113d7c1b590a4a6d16cef1fc617dc3e6063891 | 2e676e3b1cebfbb9d20f9b935ceacd507c57d36a | /Octave/octave-4.2.1/share/octave/packages/interval-2.1.0/test/libieeep1788_tests_overlap.tst | e4eec5d053f91b32e1775aa58cdecbf80ebc7b16 | [] | no_license | vohrahul/ML-ang-coursera | 239469e763b290aa178b7aa8a86eda08e4e7f4be | 4c24fd2ecfb9f3de7df15e3a9f75627f782f9915 | refs/heads/master | 2022-12-28T03:45:54.810173 | 2020-10-16T12:33:25 | 2020-10-16T12:33:25 | 304,620,441 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,358 | tst | libieeep1788_tests_overlap.tst | ## DO NOT EDIT! Generated automatically from test/libieeep1788_tests_overlap.itl
## by the Interval Testing Framework for IEEE 1788.
## https://github.com/nehmeier/ITF1788/tree/92558f7e942665a78f2e883dbe7af52320100fba
##
## Copyright 2013-2015 Marco Nehmeier (nehmeier@informatik.uni-wuerzburg.de)
## Copyright 2015-2016 Oliver Heimlich
##
## Original author: Marco Nehmeier (unit tests in libieeep1788,
## original license: Apache License 2.0)
## Converted into portable ITL format by Oliver Heimlich with minor corrections.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, see <http://www.gnu.org/licenses/>.
##
%!#Test library imports
%!#Arithmetic library imports
pkg load interval
%!#Preamble
try; error ("__FILE__"); catch
test (lasterror.stack.file, "quiet", stdout);
end_try_catch;
%!function assert_warn (observed_value, expected_value)
%! if (not (isequal (observed_value, expected_value)))
%! observed_expression = regexprep (argn(1, :), '\s+$', '');
%! expected_expression = regexprep (argn(2, :), '\s+$', '');
%! observed_as_char = disp (observed_value)(1 : end - 1);
%! expected_as_char = disp(expected_value)(1 : end - 1);
%! warning ([observed_expression, " != ", expected_expression, ...
%! "\n ", observed_as_char, " != ", expected_as_char]);
%! endif
%!endfunction
## minimal_overlap_test
%!test
%! assert (isequal (overlap (infsup, infsup), "bothEmpty"));
%!test
%! assert (isequal (overlap (infsup, infsup (1.0, 2.0)), "firstEmpty"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup), "secondEmpty"));
%!test
%! assert (isequal (overlap (infsup (-inf, 2.0), infsup (3.0, inf)), "before"));
%!test
%! assert (isequal (overlap (infsup (-inf, 2.0), infsup (3.0, 4.0)), "before"));
%!test
%! assert (isequal (overlap (infsup (2.0, 2.0), infsup (3.0, 4.0)), "before"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (3.0, 4.0)), "before"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (3.0, 3.0)), "before"));
%!test
%! assert (isequal (overlap (infsup (2.0, 2.0), infsup (3.0, 3.0)), "before"));
%!test
%! assert (isequal (overlap (infsup (2.0, 2.0), infsup (3.0, inf)), "before"));
%!test
%! assert (isequal (overlap (infsup (-inf, 2.0), infsup (2.0, 3.0)), "meets"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (2.0, 3.0)), "meets"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (2.0, inf)), "meets"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (1.5, 2.5)), "overlaps"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (1.0, inf)), "starts"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (1.0, 3.0)), "starts"));
%!test
%! assert (isequal (overlap (infsup (1.0, 1.0), infsup (1.0, 3.0)), "starts"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (-inf, inf)), "containedBy"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (-inf, 3.0)), "containedBy"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (0.0, 3.0)), "containedBy"));
%!test
%! assert (isequal (overlap (infsup (2.0, 2.0), infsup (0.0, 3.0)), "containedBy"));
%!test
%! assert (isequal (overlap (infsup (2.0, 2.0), infsup (0.0, inf)), "containedBy"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (-inf, 2.0)), "finishes"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (0.0, 2.0)), "finishes"));
%!test
%! assert (isequal (overlap (infsup (2.0, 2.0), infsup (0.0, 2.0)), "finishes"));
%!test
%! assert (isequal (overlap (infsup (1.0, 2.0), infsup (1.0, 2.0)), "equals"));
%!test
%! assert (isequal (overlap (infsup (1.0, 1.0), infsup (1.0, 1.0)), "equals"));
%!test
%! assert (isequal (overlap (infsup (-inf, 1.0), infsup (-inf, 1.0)), "equals"));
%!test
%! assert (isequal (overlap (infsup (-inf, inf), infsup (-inf, inf)), "equals"));
%!test
%! assert (isequal (overlap (infsup (3.0, 4.0), infsup (2.0, 2.0)), "after"));
%!test
%! assert (isequal (overlap (infsup (3.0, 4.0), infsup (1.0, 2.0)), "after"));
%!test
%! assert (isequal (overlap (infsup (3.0, 3.0), infsup (1.0, 2.0)), "after"));
%!test
%! assert (isequal (overlap (infsup (3.0, 3.0), infsup (2.0, 2.0)), "after"));
%!test
%! assert (isequal (overlap (infsup (3.0, inf), infsup (2.0, 2.0)), "after"));
%!test
%! assert (isequal (overlap (infsup (2.0, 3.0), infsup (1.0, 2.0)), "metBy"));
%!test
%! assert (isequal (overlap (infsup (2.0, 3.0), infsup (-inf, 2.0)), "metBy"));
%!test
%! assert (isequal (overlap (infsup (1.5, 2.5), infsup (1.0, 2.0)), "overlappedBy"));
%!test
%! assert (isequal (overlap (infsup (1.5, 2.5), infsup (-inf, 2.0)), "overlappedBy"));
%!test
%! assert (isequal (overlap (infsup (1.0, inf), infsup (1.0, 2.0)), "startedBy"));
%!test
%! assert (isequal (overlap (infsup (1.0, 3.0), infsup (1.0, 2.0)), "startedBy"));
%!test
%! assert (isequal (overlap (infsup (1.0, 3.0), infsup (1.0, 1.0)), "startedBy"));
%!test
%! assert (isequal (overlap (infsup (-inf, 3.0), infsup (1.0, 2.0)), "contains"));
%!test
%! assert (isequal (overlap (infsup (-inf, inf), infsup (1.0, 2.0)), "contains"));
%!test
%! assert (isequal (overlap (infsup (0.0, 3.0), infsup (1.0, 2.0)), "contains"));
%!test
%! assert (isequal (overlap (infsup (0.0, 3.0), infsup (2.0, 2.0)), "contains"));
%!test
%! assert (isequal (overlap (infsup (-inf, 2.0), infsup (1.0, 2.0)), "finishedBy"));
%!test
%! assert (isequal (overlap (infsup (0.0, 2.0), infsup (1.0, 2.0)), "finishedBy"));
%!test
%! assert (isequal (overlap (infsup (0.0, 2.0), infsup (2.0, 2.0)), "finishedBy"));
## minimal_overlap_dec_test
%!test
%! assert (isequal (overlap (infsupdec (empty, "trv"), infsupdec (empty, "trv")), "bothEmpty"));
%!test
%! assert (isequal (overlap (infsupdec (empty, "trv"), infsupdec (1.0, 2.0, "com")), "firstEmpty"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 2.0, "def"), infsupdec (empty, "trv")), "secondEmpty"));
%!test
%! assert (isequal (overlap (infsupdec (2.0, 2.0, "def"), infsupdec (3.0, 4.0, "def")), "before"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 2.0, "dac"), infsupdec (3.0, 4.0, "com")), "before"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 2.0, "com"), infsupdec (3.0, 3.0, "trv")), "before"));
%!test
%! assert (isequal (overlap (infsupdec (2.0, 2.0, "trv"), infsupdec (3.0, 3.0, "def")), "before"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 2.0, "def"), infsupdec (2.0, 3.0, "def")), "meets"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 2.0, "dac"), infsupdec (1.5, 2.5, "def")), "overlaps"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 2.0, "def"), infsupdec (1.0, 3.0, "com")), "starts"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 1.0, "trv"), infsupdec (1.0, 3.0, "def")), "starts"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 2.0, "def"), infsupdec (0.0, 3.0, "dac")), "containedBy"));
%!test
%! assert (isequal (overlap (infsupdec (2.0, 2.0, "trv"), infsupdec (0.0, 3.0, "def")), "containedBy"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 2.0, "trv"), infsupdec (0.0, 2.0, "com")), "finishes"));
%!test
%! assert (isequal (overlap (infsupdec (2.0, 2.0, "def"), infsupdec (0.0, 2.0, "dac")), "finishes"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 2.0, "def"), infsupdec (1.0, 2.0, "def")), "equals"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 1.0, "dac"), infsupdec (1.0, 1.0, "dac")), "equals"));
%!test
%! assert (isequal (overlap (infsupdec (3.0, 4.0, "trv"), infsupdec (2.0, 2.0, "trv")), "after"));
%!test
%! assert (isequal (overlap (infsupdec (3.0, 4.0, "def"), infsupdec (1.0, 2.0, "def")), "after"));
%!test
%! assert (isequal (overlap (infsupdec (3.0, 3.0, "com"), infsupdec (1.0, 2.0, "dac")), "after"));
%!test
%! assert (isequal (overlap (infsupdec (3.0, 3.0, "def"), infsupdec (2.0, 2.0, "trv")), "after"));
%!test
%! assert (isequal (overlap (infsupdec (2.0, 3.0, "def"), infsupdec (1.0, 2.0, "trv")), "metBy"));
%!test
%! assert (isequal (overlap (infsupdec (1.5, 2.5, "com"), infsupdec (1.0, 2.0, "com")), "overlappedBy"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 3.0, "dac"), infsupdec (1.0, 2.0, "def")), "startedBy"));
%!test
%! assert (isequal (overlap (infsupdec (1.0, 3.0, "com"), infsupdec (1.0, 1.0, "dac")), "startedBy"));
%!test
%! assert (isequal (overlap (infsupdec (0.0, 3.0, "com"), infsupdec (1.0, 2.0, "dac")), "contains"));
%!test
%! assert (isequal (overlap (infsupdec (0.0, 3.0, "com"), infsupdec (2.0, 2.0, "def")), "contains"));
%!test
%! assert (isequal (overlap (infsupdec (0.0, 2.0, "def"), infsupdec (1.0, 2.0, "trv")), "finishedBy"));
%!test
%! assert (isequal (overlap (infsupdec (0.0, 2.0, "dac"), infsupdec (2.0, 2.0, "def")), "finishedBy"));
|
d325e124f878d0875f55bf3024a56053f534a145 | b23687e2eb02bcb6d0f581b7975f42c496faeda1 | /SaReGaMa.sce | 217fa56f930d92150485790580ee75be31a844ce | [
"MIT"
] | permissive | harvishj/Scilab | bd3fbd3e679eb07aa088ff2bab40d491c6499770 | 9daada512f42ea6f52199a34d6b18e64b107af94 | refs/heads/master | 2021-07-14T15:06:03.621923 | 2020-10-05T06:35:43 | 2020-10-05T06:35:43 | 213,328,984 | 1 | 3 | MIT | 2020-10-05T06:35:44 | 2019-10-07T08:16:52 | Scilab | UTF-8 | Scilab | false | false | 1,158 | sce | SaReGaMa.sce | clear;
function tone = noteG( s,n,d)
//s denotes saptak (1,2,3). n denotes the
//note number s =2 and n =0 is the base note
// number.This will generate madhya saptak Sa
if s == 1
N = 2^(n/12);
elseif s == 2
N = 2*2^(n/12);
else N = 4*2^(n/12);
end
f = 130.815;
f1 = f*N;
t = 0:1/22050:d;
T = length(t);
T1 = round(0.02*T);
T2 = round(0.04*T);
T3 = round(0.88*T);
L1 = linspace(0,1,T1);
L2 = linspace(1,1,T2);
L3 = linspace(1,0.9,T2);
L4 = linspace(0.9, 0.45,T3);
L5 = linspace(0.45,0,T1);
a = [L1 L2 L3 L4 L5 ];
A = length(a);
if T > A then
diff = T-A;
for i = 1:diff
a = [a 0];
end
elseif T < A then
diff = A-T;
for i = 1:diff
t = {t 0};
end
end
S = sin((2*%pi*f1*t + a.*sin(4*%pi*f1*t) ));
tone = a.*S;
endfunction
d1 = 0.4;
d2 = 2*d1;
S1 = noteG(2,0,d1);
S1t = noteG(3,0,d2);
R2 = noteG(2,2,d1);
G2 = noteG(2,4,d1);
M1 = noteG(2,5,d1);
P = noteG(2,7,d1);
D2 = noteG(2,9,d1);
N2 = noteG(2,11,d1);
inter = 0*[0:1/22050:d1];
SRGM= [S1 R2 G2 M1 P D2 N2 S1t inter];
sound(SRGM);
|
80a0ebf1bed17f39fdcf57b4f8721d8a01d4fd75 | d4433dc5a6e90f6a26a4c5d9dee686eade240b25 | /ASM4.TST | ff554f318781e4dbb8c9ff8f443aa461e676c0fd | [] | no_license | qb40/all | 6e2149ef3c6151717e468ca236840de622cf7d2a | e168acb64fbde09277b04515574507dcbe35161c | refs/heads/master | 2022-02-05T17:58:39.207269 | 2014-01-19T13:28:41 | 2014-01-19T13:28:41 | 106,962,623 | 5 | 0 | null | 2017-10-14T21:02:04 | 2017-10-14T21:02:03 | null | UTF-8 | Scilab | false | false | 755 | tst | ASM4.TST | 'successful test
CLS
OPEN "B", #1, "mouse4.dll"
FOR i = 1 TO LOF(1)
SEEK #1, i
k$ = INPUT$(1, #1)
mouse$ = mouse$ + k$
NEXT
CLOSE #1
DEF SEG = VARSEG(mouse$)
a% = SADD(mouse$)
xx% = 1
yy% = 1
DO
CALL absolute(a%)
'LOCATE 1, 1
a1& = PEEK(0)
a2& = PEEK(1)
a1& = a1& * 256 + a2&
'PRINT "Unknown value = "; a1&; " "
'LOCATE 2, 1
a1% = PEEK(2)
a2% = PEEK(3)
PRINT "x-axis = "; a1%; " ",
PRINT "Y-axis = "; a2%; " ",
xx% = xx% + (a1% AND 127)
yy% = xx% + (a2% AND 127)
IF (xx% < 1) THEN xx% = 1
IF (yy% < 1) THEN yy% = 1
IF (xx% > 79) THEN xx% = 79
IF (yy% > 24) THEN yy% = 24
'LOCATE 4, 1
a1& = PEEK(4)
a2& = PEEK(5)
a1& = a1& * 256 + a2&
PRINT "Button inf = "; a1&; " "
k% = INP(&H60)
LOCATE yy%, xx%
PRINT CHR$(200)
LOOP UNTIL k% = 129
|
1c455e278c0e63b9d259c5074beb797d7a36efed | 449d555969bfd7befe906877abab098c6e63a0e8 | /3250/CH3/EX3.4/Ex3_4.sce | d41dfae48551b9fbf26aa611c4a8bfecc10b9fff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 762 | sce | Ex3_4.sce | clc
// Given that
mu = 0.25 // Cofficient of friction between the job and the dies
Y = 7 // Avg yield stress of the lead in N/mm^2
h = 6 // Height of die in mm
L = 150 // Length of the strip in mm
V1 = 24*24*150 // Volume of the strip in mm^3
V2 = 6*96*150 // Volume of the die in mm^3
w= 96 // Weidth of the die in mm
// Sample Problem 4 on page no. 118
printf("\n # PROBLEM 3.4 # \n")
K = Y/sqrt(3)
x_ = (h/(2*mu))*(log(1/(2*mu)))
l = w/2
funcprot(0)
function p1 = f(x), p1 = (2*K)*exp((2*mu/h)*x),
endfunction
funcprot(0)
I1 = intg(0,x_,f)
function p2 = f(y), p2=(2*K)*((1/2*mu)*(log(1/(2*mu))) + (y/h)),
endfunction
I2 = intg(x_,l,f)
F = 2*(I1+I2)
F_ = F*L
printf("\n The maximum forging force = %e N",F_)
// Answer in the book is given as 0.54*10^6 N
|
351392b6ec740a85241886dfcc8df14f36904c36 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1979/CH11/EX11.2/Ex11_2.sce | 6ba519ae0bc8e02cdce3dfac452bd11ebded2461 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 751 | sce | Ex11_2.sce | //chapter-11 page 504 example 11.2
//==============================================================================
clc;
clear;
//For a radar system
Pt=250000;//peak transmitted power in W
G=2500;//power gain of the antenna
Smin=10^(-14);//minimum detectable signal in W
Ae=10;//cross sectional area of the radar antenna in sq m
f=10*10^9;//frequency of radar in Hz
s=2;//radar cross sectional area in sq m
c=3*10^8;//Velocity of light in m/sec
//CALCULATION
w=c/f;//wavelength in m
Rmax=(((Pt*G*Ae*s)/(Smin*(4*(%pi))^2))^(1/4))/1000;//Maximum range of a radar system in km
//OUTPUT
mprintf('\nMaximum range of a radar system is Rmax=%3.2f km',Rmax);
//=========================END OF PROGRAM===============================
|
fe1971f57a1c8e75a12248692572f1e9705f9a26 | 717ddeb7e700373742c617a95e25a2376565112c | /3428/CH21/EX14.21.11/Ex14_21_11.sce | fc08418a4afe31438e5587f427641b0db20259da | [] | 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 | 242 | sce | Ex14_21_11.sce | //Section-14,Example-7,Page no.-PC.17
//To find the ratio of the rates of effusion of neon gas to that of helium gas at same temperature and pressure.
clc;
M_He=4
M_Ne=20
//r=r_Ne/r_He
r=sqrt((M_He)/(M_Ne))
disp(r,'Required ratio')
|
097021eab7edc4e652569474a6bfae994e13e122 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1844/CH2/EX2.4/2Q4.sce | 05b355bad5849b2bcc40c8e239a08f10769cdf06 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | 2Q4.sce | clc
x=2.86
y=8.34
x1=0.005
y1=0.005
ex=0.0025
ey=0.0025
s1= y*x1 + x*y1
es= x*y*sqrt((ex/x)^2 + (ey/y)^2)
sn2= x*y +es
sn3=x*y - es
printf('The maximum error =%f\n',s1)
printf(' Hence the most probable error = +/- %f\n',es)
printf(' The most probable limits of quantity s are %f',sn2)
printf(' and %f\n',sn3)
|
19dc5c4284e58285df95a82e0c1e1b586093f633 | 743962f1d0e2d5a341cf583d6c7888e219f4ea1f | /RBF/RBF_Interpolation_Scilab/RBF_weights.sce | c859418aa18ef223a2182604c88ba1e1d02440ff | [] | no_license | addNaNs/NA_seminarski | 7a17cf8ff2fc2aedaaa5658ce13c6ce4f4a5f4fa | 28f667703f599fc0e041398312a884efd7cd1e75 | refs/heads/master | 2020-12-22T17:48:18.517965 | 2020-01-29T01:16:43 | 2020-01-29T01:16:43 | 236,879,155 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 129 | sce | RBF_weights.sce | function [W, r0] = RBF_weights(X,Y)
[W1, r0] = multiquadratic_matrix(radial_matrix(X));
W = linsolve(W1,-Y);
endfunction
|
c66b13fb70e5534fbbc2f7289b210871fb141144 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3819/CH3/EX3.3/Ex3_3.sce | 1828a98fa84c99cf7abdd99210c0b6cb777afc2b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 442 | sce | Ex3_3.sce | // A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
// Chapter 3-Hydrostatic Forces on surfaces
// Problem 3.3
//Data given in the Problem
//depth of gate=d m
//width of gate=b m
//depth of CG from surface=p m
//solution:
//Depth of COP from free surface=(I/(A*h_CG))+h_gate
//Since I=(b*d^3)/12;
//h_COP=(b*d^3/12/b/d/p)+p=d^2/12+p
disp("The depth of centre of pressure from free surface is (d^2/12)+p ")
|
0a452aa40a2b2a01058c44fca10bcfa1eeb6ec07 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH6/EX6.6/Ex6_6.sce | f8f0eb3e4e18b89ed9b1ab456d371e3f05caef27 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 263 | sce | Ex6_6.sce | clc;
P=6;
f=50;
N_f=960;
Ns=(120*f)/P;
n1=800;
n2=400;
s_fl=(Ns-N_f)/Ns;
s_1=(Ns-n1)/Ns;
s_2=(Ns-n2)/Ns;
Ratio_1=s_1/s_fl;
Ratio_2=s_2/s_fl;
mprintf('The Ratio at %d rpm is %f \n',n1,Ratio_1);
mprintf('The Ratio at %d rpm is %f \n',n2,Ratio_2);
|
313952c07b9079fdd88e92938348cd30bf2df439 | 94042b0ebc44fca1b454cb34c106cb713c5f6f10 | /static/tmp/PiCWeszeubHnLPlSyqmcmcFmbJ1Q9omi.sci | b0b25e76387500ef0a8aec8abc6f3be510498693 | [] | no_license | ritikadhoot/scilab-on-cloud | 5601273101868ddde084238ac8c969b8dafb12e8 | c57f9267e09a0365d9a6c91833012ce342a46bd5 | refs/heads/master | 2021-03-19T15:52:09.466689 | 2017-06-28T07:49:16 | 2017-06-28T07:49:16 | 95,637,894 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 61 | sci | PiCWeszeubHnLPlSyqmcmcFmbJ1Q9omi.sci | driver("PNG");
xinit("");
mode(2);
lines(0);
xend();
quit(); |
7b6f35381e5c598e5972dde886aef38f7e83cae6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH6/EX6.42/Chapter6_Example42.sce | 5117e50f4bb8cfe74b89b712927ab479be67d991 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 918 | sce | Chapter6_Example42.sce | clc
clear
//Input data
l=540;//Latent heat of vapourisation of steam in cal/g
L=l*4.2*10^7;//Latent heat of vapourisation of steam in ergs/g
V=1676;//The change in specific volume when 1 g of water is converted into steam in cc
t1=100;//The actual boiling temperature of water in degree centigrade
t2=150;//The given temperature at which water must boil in degree centigrade
p=1;//The atmospheric pressure in atmospheres
//Calculations
T1=t1+273;//The actual boiling temperature of water in K
T2=t2+273;//The given temperature at which water must boil in K
T=T2-T1;//The change in temperature in K
P=(L*T)/(T1*V);//The pressure in dynes/cm^2
P1=P/10^6;//The pressure in atmospheres
P2=P1+p;//The pressure at which water would boil at 150 degree centigrade in atmospheres
//Output
printf('The pressure at which water would boil at 150 degree centigrade is %3.3f atmospheres ',P2)
|
1d20191899ca4477d511497ac0d4dbc603f3283e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH1/EX1.11/Ex1_11.sce | 13a778e84ff078306a30f984fa9801e60b19da59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,449 | sce | Ex1_11.sce | clc
// Variable Initialization
Vm=230//Supply Voltage in Volts
Ra=0.5//Armature circuit resistance in Ohm
Irms=25 //Armature current in Amp
Nr=800 //Motor speed in Rpm
Kaf=0.172 //Motor Voltage Constant in V/rpm
a=60//firing angle in Degree
//Solution
//CASE:A
//For motoring action
Ka=(Kaf*60)/(2*%pi)//Constant in V-s/rad
T=Ka*Irms //Torque of motor in N-m
Va=(2*Vm*1.414)*cosd(a)*(1/%pi)//Average voltage in Volts
Eb=Va-(Irms*Ra)//Back Emf in Volts
N=Eb/Kaf//Speed of motor in Rpm
//The supply current is square wave if motor current is constant and ripple-free with Amplitude 25A
P=Vm*Irms //Supply VA in Watt
//Power from supply is real power if losses in converter are neglected
Ps=Va*Irms //Power in Watt
pf=Ps/P //Power factor lag
//CASE:B
//For polarity reversal (regeneration action)
Eb1=-Eb //Back emf in Volts
Va1=Eb1+(Irms*Ra)
af=acosd((Va1*%pi)/(2*Vm*1.414))//Firing angle in Degree
//Power fed from DC Machine
Pdc=Eb*Irms //Power in watt
//Power lost in armature resistance
PL=((Irms)^2)*Ra //Power in Watt
//Power fed back to ac supply is
PF=Pdc-PL //Power in watt
//Results
printf('\n\n The motor Torque=%0.1f N-m \n\n',T)
printf('\n\n The motor Speed =%0.1f RPM \n\n',N)
printf('\n\n The Supply Power Factor=%0.1f Lag\n\n',pf)
printf('\n\n The Firing Angle=%0.1f Degree\n\n',af)
printf('\n\n The Power fed back to Supply=%0.1f Watt\n\n',PF)
//The answers vary due to round off error
|
404f9e4b4e4f7ccf8de138a0e568cb530ba92469 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH4/EX4.13/Ex4_13.sce | 71c09ccd9b405811de277008200312597c66a22a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,121 | sce | Ex4_13.sce |
// Theory and Problems of Thermodynamics
// Chapter 4
// Energy Analysis of Process
// Example 13
clear ;clc;
//Given data
P = 1 // Initial Pressure in MPa
T = 200 // line carrying steam Temperature in C
Pf = 1 // final Pressure in MPa
Pf = Pf*1e3 // units conversion MPa to kPa
// at P = 1 MPa T = 200 C
h1 = 2827.9 // units kJ/kg
// the first law of thermodynamics for the transient flow process
// h1*(mf - m0) = mf*uf - m0*u0 (A)
// This can be solved by trail and error
// Assume Tf
Tf = 250 // temperature in C
//at P = 1 MPa and T = 250 C
vf = 0.2327 // data from steam tables units m^3/kg
hf = 2942.6 // data from steam tables units kJ/kg
uf = hf-Pf*vf // units kJ/kg
// substitute the values in LHS and RHS of equation B till both gets same
//h1 = uf +Pf*vf/2
RHS = uf + (Pf*vf/2)
LHS = h1
// Output Results
mprintf('The approximate value equal to h1 = %6.1f kJ/kg',h1)
mprintf('\nFinal temperature of steam in tank = %4.0f degree C',Tf)
|
a7412fa4a5a7afe65065677e7a8cb87f6ee7293d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1949/CH6/EX6.23/Ex6_23.sce | 08b42e3f42d5c5b8b2e6899e3e74f50dc2599b24 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 693 | sce | Ex6_23.sce | //Chapter-6,Example 6_23,Page 6-38
clc()
//Given Values:
l=1.2 //length of circuit in meter
u=7.3*10^-3 //permeability of silicon sheet
A=100 //cross sectional area in cm^2
N=150 //No of turns
B=0.3 //magmetic field in Wb/m^2
//Calculations:
//We know, B=u*H
H=B/u //Magnetic field strength
m=H*l //amp-turns in air gap
I1=m/N //Required current
printf('Current required to obtain given magnetic field is =%.3f Amperes \n \n',I1)
I=I1/A //Required current per unit area
printf(' Current required per unit area to obtain given magnetic field is =%.6f Amperes \n',I)
|
6ded93f0cccb0b3544a47d2f3349259c8f46f9a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH1/EX1.7/ex1_7.sce | 88860d178671dda04227f8b0cecbda0db98ea72d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 86 | sce | ex1_7.sce | clc;
disp(10^3);
disp(10^(8/3));
disp((3.8*10^19)^(1/3));
disp((2.7*10^-5)^(1/3)); |
f169d8868f4a3ec5b145ee4f6531960bc1a09905 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3636/CH1/EX1.1/Ex1_1.sce | 6bbb40ff6b695fc0cc20b689831f9796816132f7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 432 | sce | Ex1_1.sce | clc;
clear;
V=20000 //potential in Volts
e=1.602*10^-19 //electronic charge in C
m=9.1*10^-31 //mass of electron in kg
c=3*10^8 //speed of light in m/s
//Calculation
u=sqrt((2*V*e)/m) //speed u after acceleration through a potential V in m/s
mu=1/sqrt(1-(u/c)^2) //mass of electron moving with velocity mu in kg
delm=mu-1 //change in mass
mprintf("The percentage change in mass of the electron is %1.1f %%",delm*100)
|
d9af6f8a013d7ef21d3d549270c1674620fd0145 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/lar2rc/lar2rc4.sce | aa7d9b3c153ce94c29e7bee17650c51a56bfe35a | [] | 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 | 307 | sce | lar2rc4.sce | //check o/p for i/p vector contatining terms whose magnitudes are greater than one
g = [3 4 5 6 7 7 8];
k = lar2rc(g);
disp(k);
//output
//
// column 1 to 4
//
// 0.9051483 0.9640276 0.9866143 0.9950548
//
// column 5 to 7
//
// 0.9981779 0.9981779 0.9993293
//
|
990042638f041ab3da7a7b2e7f64e05b676306f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH12/EX12.4/Example12_4.sce | 8f7ad28f7dbae998bc2504e6f3b0336b0eefefd5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 420 | sce | Example12_4.sce | //computation of molality from density and molarity
clear;
clc;
printf("\t Example 12.4\n");
//considering 1L solution
msolution=976;//mass of solution, g
n=2.45;//moles
CH3OH=32.04;//mol. mass of CH3OH, g
msolute=n*CH3OH;//mass of solute, g
msolvent=(msolution-msolute)/1000;//mass of solvent, kg
m=n/msolvent;//molality, molal
printf("\t the molality of CH3OH solution is : %4.2f m\n",m);
//End
|
8a6fdf4717e04e6e4111ab95d2a10b932b6d6745 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3681/CH4/EX4.13/Ex4_13.sce | bd646886875fab67d92fbd86d0c3b4cc0944a087 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,246 | sce | Ex4_13.sce | // Calculating the final steady temperature rise of coil surface and hot spot temperature rise
clc;
disp('Example 4.13, Page No. = 4.21')
// Given Data
S = 0.125;// Cooling surface (in meter square)
l = 0.8;// Length of mean turn in meter
Sf = 0.56;// Space Factor
A = 120*50;// Area of cross-section (in mm square)
Q = 150;// Dissipating loss (in Watts)
emissivity = 30;// Specific heat dissipation (in Watt per degree celsius per meter square)
pi = 8;// Thermal resistivity of insulating material (in ohm*meter)
// Calculation of the final steady temperature rise of coil surface and hot spot temperature rise
Tm = Q/(S*emissivity);// Final steady temperature rise (in degree celsius)
p0 = pi*(1-Sf^(1/2));// Effective thermal resistivity (in ohm*meter)
q = Q/(l*A*10^(-6));// Loss (in Watts per meter cube)
T0 = q*p0*(50*10^(-3))^(2)/8;// Temperature difference between coil surtface and hot spot (in degree celsius)
disp(Tm,'Final steady temperature rise (degree celsius)=');
disp(Tm+T0,'Temperature rise of hot spot (degree celsius)=');
//in book final steady temperature rise (in degree celsius) is equal to 40 and hot spot temperature rise(in degree celsius) is equal to 59.5. The answers vary due to round off error
|
26c24899fea65f5834001d42f2c55222b8128e8e | 009e6209a86f0838f0faca8a33b2c162e5d1a7a6 | /src/scripts/NewtonRaphson.sce | fda3ec9f9458660fc0cf3e26229682563658c9c5 | [] | no_license | MoisesU/MESO-MetodosNumericos | 90a62a31e3213c50dec55228ceca7ce034cfbb7c | 17fe0efa1690ac93f36799a12a9f9c99f1ab94a4 | refs/heads/main | 2023-06-02T05:51:03.641326 | 2021-06-20T03:18:17 | 2021-06-20T03:18:17 | 306,203,044 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 555 | sce | NewtonRaphson.sce | function [table, root, err] = newtonRaphson(f, inter1, inter2, fx, maxit)
table =[]
xn = (inter2+inter1)/2
i = 1
while(1)
table(i,1)=i-1
table(i,2)=xn
y = f(xn)
table(i,3)=y
dy = numderivative(f,xn)
table(i,4)=dy
table(i,5)=y/dy
table(i,6)=xn-table(i,5)
err = abs((xn - table(i,6))/table(i,6))
table(i,7)=err
xn=table(i,6)
root = xn
if(or([err<=5*10^-fx, i>maxit]))
break
end
i = i + 1
end
endfunction
|
48468dd3866b6e977484f0e5c921764be349fb28 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.0/macros/percent/%rlp.sci | 514218d180d458c16ad2499d71d08187c16f51e5 | [
"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 | 267 | sci | %rlp.sci | //<f>=%rlp(f,m)
// %rlp(f,p) calcule la division a gauche de la matrice de fractions
//rationnelles f et de la matrice de polynomes m (f\p)
//!
if prod(size(f(2)))<>1 then f=invr(f)*m,return,end
[l,c]=size(m);
num=m*f(3);den=ones(l,c)*f(2);f(2)=num;f(3)=den;
//end
|
ac860eb3fe4700e41982b41148a342ae7c510c2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1475/CH2/EX2.9/Example_2_9.sce | 4b6bc5baaee8f6a8f17ef48b0f8b822d20055150 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 558 | sce | Example_2_9.sce | //Example 2.9 Five coins are tossed 3200 times
clc;
clear;
function value = binomial(n, k, p)
value = factorial(n)*(p^k)*((1-p)^(n-k))/(factorial(k)*factorial(n-k));
endfunction
p=1/2;
n=5;
q=1/2;
disp(n,"No. of coins tossed =",p,"Proabab. of getting head (success) in a single trial");
P_0=binomial(n,0,p);
P_1=binomial(n,1,p);
P_2=binomial(n,2,p);
P_3=binomial(n,3,p);
P_4=binomial(n,4,p);
P_5=binomial(n,5,p);
EF=sum([P_0 P_1 P_2 P_3 P_4 P_5]*3200);
disp(sqrt(n*p*q),"Standard Deviation =",n*p,"Mean =",EF,"Efective frequency =");
|
364100084d3dfa46da1489ef6d4276a833ae1572 | 449d555969bfd7befe906877abab098c6e63a0e8 | /689/CH8/EX8.15/15.sce | 49dab16ab4c33b03aa7640b40203631271b96d28 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 316 | sce | 15.sce | clc; funcprot(0);
//Example 8.15 Center of Pressure
// Initialisation of variables
WbyS = 8; //Wing Loading
V = 100*1.467;
CMo = -0.067;
// Calculations
Cl = (2*WbyS/(rho*V^2))
CM_qtrChrd = CMo;
CP = 0.25 - CM_qtrChrd/Cl;
//Results
disp(CP*100,"Center of Pressure in % of chord length:"); |
eb8782aa599c10fcf4b9900d89a1d486e088ca81 | 717ddeb7e700373742c617a95e25a2376565112c | /1514/CH5/EX5.4/5_4.sce | 49bcae16b9dfe1681ac0b8a6f4a852addd9b25a2 | [] | 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 | 632 | sce | 5_4.sce | //chapter 5
//example 5.4
//page 158
clear all;
clc ;
//given
hie=2.1;//input resistance in kohm
hfe=75;//forward voltage gain
hic=hie;
hib=1+hfe;
Zb=2.1+(76*5);//input impedance
printf("\nInput Impedance (Zb)=%.1f kohm",Zb);
//Circuit input impedance
Zi=1/((1/Zb)+(1/10)+(1/10));
printf("\nCircuit input impedance(Zi)=%.2f kohm",Zi);
//output impedance
Ze=1000*((2.1+(1/(1.2)))/76);
printf("\nOutput impedance(Ze)=%.1f ohm",Ze);
//Circuit output impedance
Zo=(Ze*5*1000)/(Ze+5*1000);
printf("\nCircuit output impedance(Zo)=%.1f ohm",Zo);
Av=1;
printf("\nVoltage gain is approximately %d",Av);
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.