blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
86a9f976ac496e3e1a99ecf0d9012bfcd42f48df | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Material_Science_V._Rajendran_1826.zip/Material_Science_V._Rajendran_1826/CH1/EX1.2/ex1_2.sce | b8d320a215487eb9776b5d8739f6ce66ab683b55 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 210 | sce | ex1_2.sce | errcatch(-1,"stop");mode(2);// Example 1.2, page no-8
r=1.25*10^-3 //m
L=3 //m
F=4900 //Newton
e=2.05*10^11 //Pa
s=F/(%pi*r^2*e)
printf("strain = %.3f\nTherefore, extension = %.3f",s,s*3)
exit();
|
ed3eb3f14c9e58725de9a7516c4d72e8ee0ad6eb | 3655c97e8146a7ca97eaf60c4eb20ced2238eacb | /scilab/Eight Queens/crossover3.sci | c7588e532b5c428afac98c19b0e797fba964b51b | [] | no_license | edielsonpf/genetic-algorithm | 99ae112982b6fee77ecfc55cbd10172b381e1dde | 94c599a23fa3b2f477c7a5062f65248a93cc395a | refs/heads/master | 2020-04-05T22:02:45.016605 | 2018-12-24T14:36:40 | 2018-12-24T14:36:40 | 32,630,334 | 0 | 1 | null | 2019-03-25T12:23:16 | 2015-03-21T11:45:11 | Python | UTF-8 | Scilab | false | false | 507 | sci | crossover3.sci | function [new_individual1,new_individual2]=crossover3(x,y)
n=length(x);
c = grand(1, 1, "uin", 1, n);
d = grand(1, 1, "uin", c, n);
//concatenate the two fathers in the C element choosen randomnly
new_individual1=[x(1:c) y(c+1:d) x(d+1:n)];
new_individual2=[y(1:c) x(c+1:d) y(d+1:n)];
disp("crossing point 1");
disp(c);
disp("crossing point 2");
disp(d);
disp("New idividuals generated");
disp(new_individual1);
disp(new_individual2);
endfunction
|
d7a18a93e7f52a8fa82e0a74652d5074a925a95d | 44f225adc0be4f9ecb45fb9fde03e74f23d7acb2 | /macros/modified_if.sci | f4f9c700be09404c9cbefed95e7eed1f88b74892 | [] | no_license | harpreetrathore/scilab-IPT | 10c4996614f1c59972e59decd1b7171e7d5816e0 | db79f1370f3cb0a7716a8afcf1cf5fde9fe70aba | refs/heads/master | 2021-01-01T04:06:52.573735 | 2016-05-26T20:34:33 | 2016-05-26T20:34:33 | 59,781,201 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 313 | sci | modified_if.sci | //made to work for mlists (hypermatrices)
//Author: Anirudh Katoch
//katoch.anirudh(at)gmail.com
function res = modified_if(condi)
if(type(condi) == 17)
res = condi(1);
for i=2:size(condi, 3) do
res = res & condi(:, :, i);
end
else
if(condi)
res = %t;
else
res = %f;
end
end
endfunction
|
19eaec4ce6295f691b0b171cf66d49538521e698 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH5/EX5.2/Ex5_2.sce | f9ce4d5d8992faccf851264a5a29a811773096d3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 964 | sce | Ex5_2.sce | //chapter 5 example 1 pg no-227
//=============================================================================
clc;
clear;
//Given Data
F = 2*10^9;//reflex klystron operating frequency
Vr = 2000;//Repeller voltage
Va = 500;//Accelarating voltage
n = 1;//integer corresponding to mode
e = 1.6*10^-19;//charge of electron
m = 9.1*10^-31;//mass of electron in kg
s = 2*10^-2;//space b/w exit of gap and repeller electrode
dVr1 = 2;//(change in Vr in percentage
//Calculations
dVr = dVr1*Vr/100;//conversion from percentage to decimal
//dVr/df = ((2*pi*s)/((2*pi*n)-pi/2))*sqrt(8*m*Va/e));
//let df = dVr/((2*pi*s)/((2*pi*n)-pi/2))*sqrt(8*m*Va/e));
df = (dVr)/((2*%pi*s)/((2*%pi*n)-(%pi/2))*sqrt(8*m*Va/e));//change in freq as a fun of repeller voltage
//Output
mprintf('Change in frequency is %3.0f MHz',df/10^6);
//=============================================================================
|
721c895f3d726d0b47601ba62c74e2b96d03af8b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3819/CH2/EX2.15/Ex2_15.sce | 1dfdf21936d4145f78a1eb2dbeca567349f2b8fe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 354 | sce | Ex2_15.sce | // A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
// Chapter 2 - Pressure and its measurements
// Problem 2.15
//Given Data Set in the Problem
SG1=0.9
SG2=13.6
dens=1000
h=15/100
g=9.81
//Calculations
dens2=SG2*dens
dens1=SG1*dens
delta_p=g*h*(dens2-dens1)
mprintf("The pressure difference is %f N/m^2\n",delta_p)
|
8c6bc1f0f71f5bb987e06450f29a19a1fac926fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /476/CH4/EX4.14/Example_4_14.sce | d1e7773072c7a94da9cd07d4ce9fed9d1aa5a0c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,045 | sce | Example_4_14.sce | //A Textbook of Chemical Engineering Thermodynamics
//Chapter 4
//Second Law of Thermodynamics
//Example 14
clear;
clc;
//Given:
V = 1; //volume of each compartment in cubic meters
P_sat = 683.6; //pressure of saturated steam (kPa)
P_steam = 101.3; //pressure of supereated steam (kPa)
T_sat = 437.2; //temperature of system (K)
//Referring steam tables
//For saturated steam at pressure 683.6 kPa and temp 437.2 K
H_sat = 2761; //enthalpy of saturated steam (kJ/kg)
S_sat = 6.7133; //entropy of saturated steam (kJ/kg K)
spvol_sat = 278.9*10^-3; //specific volume of saturated steam (cubic m/kg)
U_sat = 2570.4; //specific internal energy of saturated steam (kJ/kg)
//For superheated steam at 101.3 kPa and 437.2 K
H_steam = 2804; //enthalpy of superheated steam (kJ/kg)
S_steam = 7.6712; //entropy of superheated steam (kJ/kg K)
spvol_steam = 1976.2*10^-3; //specific volume of superheated steam (cubic m /kg)
U_steam = 2603.3; //specific internal energy of superheated steam (kJ/kg)
//To determine the change in entropy of system
m_sat = V/spvol_sat; //mass of satureated steam(kg)
m_steam = V/spvol_steam; //mass of superheated steam (kg)
m_sys = m_sat+m_steam; //mass of system (kg)
spvol_sys = (2*V)/m_sys; //specific volume of system (cubic m/kg)
//Since no heat exchange and work interaction occurs so internal energy after mixing remains the same
U1_sat = m_sat*U_sat; //internal energy of saturated steam (kJ)
U1_steam = m_steam*U_steam; //internal enegy of superheated steam (kJ)
U_sys = (U1_sat+U1_steam)/m_sys; //specific internal energy of system (kJ/kg)
//Referring steam tables
//At calculated U_sys and spvol_sys
S_sys = 6.9992; //specific entropy of system (kJ/kg K)
Si = ((m_sat*S_sat)+(m_steam*S_steam)); //initial entropy of system (kJ/K)
Sf = (m_sys*S_sys); //final entropy of system (kJ/K)
S = Sf-Si; //change in entropy
mprintf('The change in entropy of the system is %f kJ/K',S);
mprintf('\nSince entropy change is positive, the process is irrevresible');
//end |
7f4aead5a3c6aeff0b6cca94cf31e832e52317c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH12/EX12.16/Ex12_16.sce | fc7a9eb5a13f595c11595f68fcf8bba1833bd2f0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 387 | sce | Ex12_16.sce | //chapter12
//example12.16
//page252
alpha=0.985
V_BE=0.3 // V
V_CC=16 // V
V_CE=6 // V
I_C=2 // mA
R_E=2 // kilo ohm
R2=20 // kilo ohm
gain_beta=alpha/(1-alpha)
I_B=I_C/gain_beta
V_E=I_C*R_E
V2=V_BE+V_E
V1=V_CC-V2
I1=V2/R2
R1=V1/I1
V_RC=V_CC-V_CE-V_E
R_C=V_RC/I_C
printf("R1 = %.3f kilo ohm \n",R1)
printf("collector resistance = %.3f kilo ohm \n",R_C)
|
38fc5f3d4ce0b3a7d489de32e7b84cb0f21b8245 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1439/CH20/EX20.5/20_5.sce | 3f50a2108b0cdf60092bcecfa41506bad18a440c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 160 | sce | 20_5.sce | clc
//initialisation of variables
K= 3.7*10^-4
a= 0.62
iv= 0.74
//CALCULATIONS
M= (iv/K)^(1/a)
//RESULTS
printf ('Molecular weight = %.f g mole^-1',M)
|
e5262d7186919132bf3119e066bdea9f0c8414cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2507/CH9/EX9.4/Ex9_4.sce | 0a9c69bb9959bf0a09b1b8e0c800e60c360c3635 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | Ex9_4.sce | clc
clear
printf("Example 9.4 | Page number 256 \n\n");
//Calculate Cp of air
//Given Data
Cv = 718 //J/kgK //specific at constant volume
M = 28.97 //kg/kmol //molar mass of air
R = 8314.3 //J/kmolK
//Solution
Cp = (R/M)+Cv //J/kgK //specific heat at constant pressure
printf("Specific heat at constant pressure = %.1f J/kg K",Cp)
|
e9c328dbf29365204713a621d1a4b8235990f996 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH7/EX7.17.1/Ex7_17.sce | c395ec1dd87770170cdb6f060a0becc844e5a11d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 347 | sce | Ex7_17.sce | clc
clear
D=0.3;
L=0.45;
N=300;
Pimep=6;
F=1.5;
Reff=(180+4)/2;
IP=(Pimep*100*L*(22/7)*(1/4)*(D*D)*N)/(2*60);
printf('Indicated Power= %3.2f kW',IP);
printf('\n');
BP=(2*(22/7)*N*F*Reff)/6000;
printf('Brake Power= %3.2f kW',BP);
printf('\n');
Em=BP/IP;
printf('Mechanical Efficiency= %3.2f Percent',Em*100);
printf('\n');
|
0c940ed45b5df022fff902ffb694b8432c3be8a2 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/PulseWaveSolver/Tests/VariableAreaTest.tst | cbece6f39f3c067946bf226b5b213340232735ff | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 696 | tst | VariableAreaTest.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>1D tapering vessel, P=5</description>
<executable>PulseWaveSolver</executable>
<parameters>VariableAreaTest.xml</parameters>
<files>
<file description="Session File">VariableAreaTest.xml</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="A" tolerance="1e-5">10.7976</value>
<value variable="u" tolerance="1e-5">19.9526</value>
</metric>
<metric type="Linf" id="2">
<value variable="A" tolerance="1e-5">0.988339</value>
<value variable="u" tolerance="3e-4">1.99782</value>
</metric>
</metrics>
</test>
|
d399e0177ae7a6bf8bf6d95ab07f9b216feb2dcc | efd8a524f4cb26e7523ef0e7211ba3ea3b60177d | /tests/test-cflag-not-found.tst | 45a5fc2265615078bc36cf0b2bc8004caf83cd6b | [
"Apache-2.0"
] | permissive | archiecobbs/csvprintf | 2788ee5c236d0e3ea329c927f15464c09ecef118 | 270286b352559219b26127775238331e052150ec | refs/heads/master | 2023-08-03T18:32:23.588637 | 2023-07-31T21:45:54 | 2023-07-31T21:45:54 | 34,139,639 | 38 | 4 | null | 2015-12-05T20:53:45 | 2015-04-17T20:53:56 | C | UTF-8 | Scilab | false | false | 154 | tst | test-cflag-not-found.tst | FLAGS='-X -c bbb -c zzz'
STDIN='aaa,bbb,ccc\n"a1","b1","c1"\n"a2","b2","c2"\n'
STDOUT='!IGNORE!'
STDERR='csvprintf: column "zzz" not found\n'
EXITVAL='1'
|
d669747f5a9c7c4cb3451f668eda72401fc60753 | c295215ac7ef8d5965e82f87a691ed2a6fd9a970 | /lab-3 07-09-2020/CLA164u.tst | 233bcb1b24ab5bd295ab5dd35302ec33e8da918e | [] | no_license | AshRvm/CS2310 | 5721f824097783e39b2b1f8cf542e1f6a8c5603c | 381f0059c7d40d1114e741c009502158b35692fe | refs/heads/master | 2023-01-11T14:52:22.620498 | 2020-11-10T20:53:16 | 2020-11-10T20:53:16 | 386,923,725 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 360 | tst | CLA164u.tst | load CLA164u.hdl,
output-file CLA164u.out,
//compare-to CLA164u.cmp,
output-list a%B1.16.1 b%B1.16.1 AS%B2.1.2 s%B1.16.1 of%B6.1.6;
set a %B0001110100010101, set b %B0000011111000001, set AS 0, eval, output;
set a %B1111111111111110, set b %B0000000001100001, set AS 0, eval, output;
set a %B0000011111000000, set b %B0000000001111111, set AS 1, eval, output; |
f22b19783e3973a06de1314a745ff3b1806407d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH4/EX4.6/Exa4_6.sce | c3f579e9a3d7df901e656d12b3888f56264b3be7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 270 | sce | Exa4_6.sce | //Exa 4.6
clc;
clear;
close;
//given data :
gm=10;//in mS
gm=gm*10^-3;//in S
IDSS=10;//in uAmpere
IDSS=IDSS*10^-6;//in Ampere
//VGS(OFF):VGS=VP
//Formula : gm=gmo=-2*IDSS/VP=-2*IDSS/VG(Off)
VGS_OFF=-2*IDSS/gm;//in Volt
disp(VGS_OFF*1000,"VGS(OFF) in mV : "); |
f58e4a8133b0cd98a1933647f41a4bd68b6b0aad | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH6/EX6.13/example6_13.sce | 0443ea07f18b32062239320e31ca74046a190b04 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 373 | sce | example6_13.sce | //Chapter 6
//Example 6_13
//Page 118
clear;clc;
md=175;
pf=0.75;
fc=72;
pae=120;
id=0.1;
x=fc;
y=pae*id;
ec_pf=sqrt(1-(y/x)^2);
printf("MAx demand charges = Rs. %.0f per kVA per annum\n", fc);
printf("Expenditure on phase advancing equipment = Rs. %.0f /kVAR/annum \n", y);
printf("Most economical power factor at which factory should operate = %.3f lag \n", ec_pf);
|
696cb981cc76cf930af53ee6a82484dadb62c04b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH7/EX7.22/7_22.sce | 17767feb9593061dd9a0226e24e1f3536d07b8fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 666 | sce | 7_22.sce | clc,clear
printf('Example 7.22\n\n')
//subscript 1 refers to load 1
I_1=18
phi_1=acos(0.8)
V_L=440
S_1=sqrt(3)*I_1*V_L /1000 //kVA for load 1
P_1=S_1*cos(phi_1)
Q_1=S_1*sin(phi_1)
P_out=6
eta_motor=88/100
P_2=P_out/eta_motor
P_T=P_1+P_2
phi_T=acos(1) //total power factor angle
Q_T=P_T*tan(phi_T)
Q_2= Q_T - Q_1 //kVAR supplied by motor
//this will have a negative sign just indicating its leading nature
phi_2=atan(abs(Q_2)/P_2)
pf=cos(phi_2) //leading
S_2=P_2/cos(phi_2) //kVA input to the motor
printf('kVA input to the motor is %.3f kVA \n',S_2)
printf('Power factor when driving a 6kW mechanical load is %.4f leading',pf)
|
943d5e249baa30a67f1c3e649b5e144defabd1dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH12/EX12.8/ex12_8.sce | ef847d14968c7d0c16524efba635d9d6d90d17d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 223 | sce | ex12_8.sce | //Page Number: 653
//Example 12.8
clc;
//Given
d=2.4;//cm
lmbc=1.8;
c=3*10^10; //cm/s
lmbg=2*d;
lmb=(lmbg*lmbc)/(sqrt(lmbg^2+lmbc^2));
//Operating frequency
f=c/lmb;
disp('GHz',f/10^9,'Operating frequency:');
|
fa0d4feeeed13af135651c88c1541840a18a7d5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3710/CH8/EX8.4/Ex8_4.sce | d7686abca583c1ea337928acab93d7de7177aa9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 565 | sce | Ex8_4.sce | //Example 8.4, Page Number 375
//The Function fpround(dependency) is used to round a floating point number x to n decimal places
//Number of modes in a fiber
clc;
n1=1.48//refractive index
n2=1.46//refractive index
l=0.9*(10**-6) //Wavelength in meters
r=100*(10**-6) //Core radius in meter
V=(2*%pi*r*sqrt((n1**2)-(n2**2)))/l
V=fpround(V,1)
N=(V**2)/2 //N is the Number of Modes
N=fpround(N,1)
mprintf("The Value of V is:%.1f\n",V)
mprintf(" The Number of Modes able to propagate is:%.1f",N)
//The difference arising is due to approximation
|
e08398bf2e0fc3f46c6cd53e1817c58094391d4e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH11/EX11.1/Ex11_1.sce | 5b1bd26e2e5ca2d88369954cce8d35da681c710d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,411 | sce | Ex11_1.sce |
// Example 11.1
L=0.15; // Inductor
C=100*10^-6; // Capacitor
fo=1/{2*%pi*sqrt(L*C)}; // Resonance frequency
disp(' Resonance frequency (fo) = '+string(fo)+' Hz');
R=12; // Circuit resistance
V=100; // Source voltage
Io=V/R; // Maximum current by source
disp(' Maximum current by source = '+string(Io)+' Amp');
r1=R^2/(2*L^2); // for easy calculation
r2=(1/(L*C)); // for easy calculation
fc=(1/6.28)*sqrt(r2-r1); // Frequency for maximum capacitor voltage
disp(' Frequency for maximum capacitor voltage = '+string(fc)+' Hz');
r3=(R^2*C^2)/2; // for easy calculation
fl=1/{2*%pi*sqrt((L*C)-r3)}; // Frequency for maximum capacitor voltage
disp(' Frequency for maximum capacitor voltage = '+string(fo)+' Hz');
Xl=2*%pi*fo*L; // Inductive reactance
disp(' Inductive reactance = '+string(Xl)+' Ohms');
Xc=1/(2*%pi*fo*C); // Inductive reactance
disp(' Capacitive reactance = '+string(Xc)+' Ohms');
Q=Xl/R; // Quality factor
disp(' Quality factor = '+string(Q));
VLC=Q*V; // Voltage drop across the elements
disp(' Voltage drop across the elements = '+string(VLC)+' Volt');
// p 378 11.1
|
33dd3b03ea6c9ad1bc71a3f8af17fa17b95e2e3d | 61e39cdb9efce4bc7bc35be444b193c1066f1bf2 | /trapezoidal.sce | 3d9ebfbe2d0bfd99435d4306a266454ab6b95f7b | [] | no_license | nancyanand2807/SCILAB-CODES | 866c1c99754975f9f0deb271d3844c854db1645c | 69bf72606e8cd62aae3d1302c734f425d381a121 | refs/heads/master | 2020-06-02T00:39:27.236873 | 2019-06-09T11:26:55 | 2019-06-09T11:26:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 391 | sce | trapezoidal.sce | //Trapezoidal Rule
deff('y=f(x)','y=x^4')
a=input("Enter Lower Limit: ")
b=input("Enter Upper Limit: ")
n=input("Enter number of sum intervals: ")
h=(b-a)/n
add1=0
add2=0
for i=0:n
x=a+i*h
y=f(x)
disp([x y])
if(i==0)|(i==n)
add1=add1+y
else
add2=add2+y
end
end
I=(h/2)*(add1+2*add2)
disp(I,"Integration by Trapezoidal Rule is:")
|
ef9a65733b0fac8c28e09271e7aaeaa8bba3e3aa | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Assign.sci | 8d9201cc0e106e405c2537b865a6c9bebf0bcf04 | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,637 | sci | Assign.sci | // 08.09.26
// 09.09.21
// 09.09.26
// 09.10.01
// 09.10.03
// 09.10.05
// 09.10.08
// 09.10.09 ( format=20)
// 09.10.15 ( added Assign('') : reset
// 09.10.17 ( Matrix added, ? -> number returned)
// 09.10.21 ( list supported with Makeliststr )
// 14.10.04 format=12
// 14.12.11 only replaced when variable name
// 14.12.28 debugged ( tmp2, ` )
// 15.02.18 debugged ( for list of string )
// 15.02.19 debugged
// 15.04.18 debugged
function Out=Assign(varargin)
global ASSIGNLIST;
Curfmt=format();
format(12); // 14.10.04
Nargs=length(varargin);
if Nargs==0
ASSIGNLIST=list('`',Prime());
Out=ASSIGNLIST;
format(Curfmt(2));
return;
end;
L=list('`',char(39));
NL=length(L);
if modulo(Nargs,2)==0
for I=1:Nargs
L(I+NL)=varargin(I);
end;
ASSIGNLIST=L;
Out=L;
format(Curfmt(2));
return;
end;
if Nargs==1
Fnstr=varargin(1);
if Fnstr==''
L=ASSIGNLIST;
Out=[];
for I=1:2:length(L)
Tmp1=L(I);
Tmp2=L(I+1);
if length(Tmp2)==1
Tmp3=string(Tmp2);
else
Tmp3='[';
for J=1:length(Tmp2)
Tmp3=Tmp3+string(Tmp2(J));
if J<length(Tmp2)
Tmp3=Tmp3+',';
end;
end;
Tmp3=Tmp3+']';
end;
Out=[Out,Tmp1+'='+Tmp3];
end;
format(Curfmt(2));
return;
end;
if part(Fnstr,1)=='?'
Tmp=strsplit(Fnstr,1);
Fnstr=Tmp(2);
for I=1:2:length(ASSIGNLIST)
Tmp=ASSIGNLIST(I);
if Tmp==Fnstr
Out=Mixjoin(I,ASSIGNLIST(I+1));
format(Curfmt(2));
return;
end;
end;
Out='Not found';
format(Curfmt(2));
return;
end; //
L=ASSIGNLIST;
else
if type(varargin(2))==1
Fnstr=varargin(Nargs);
for I=1:Nargs-1
L(I)=varargin(I);
end;
else
Fnstr=varargin(1);
for I=2:Nargs
L(I-1)=varargin(I);
end;
end;
end;
Tmp3=Fnstr; // 15.04.18
for I=1:2:length(L)
Vname=L(I);
Val=L(I+1);
if Vname=="`" // 14.12.28
Tmp3=strsubst(Tmp3,Vname,Val);
continue
end;
if type(Val)==1
if size(Val,1)==1 & size(Val,2)>1 // 15.04.18
for K=1:length(Val)
Tmp=Vname+'('+string(K)+')';
if mtlb_findstr(Tmp3,Tmp)~=[]
if type(Val(K))==1
Tmp1='('+string(Val(K))+')';
else
Tmp1=Val(K);
end;
Tmp3=strsubst(Tmp3,Tmp,Tmp1);
end;
end;
else
for J=1:size(Val,1)
for K=1:size(Val,2)
Tmp=Vname+'('+string(J)+','+string(K)+')';
if mtlb_findstr(Tmp3,Tmp)~=[]
if type(Val(J,K))==1
Tmp1='('+string(Val(J,K))+')';
else
Tmp1=Val(J,K);
end;
Tmp3=strsubst(Tmp3,Tmp,Tmp1);
end;
end;
end;
end;
if length(Val)==1
Rep=string(Val);
else
Rep='[';
for J=1:size(Val,1)
for K=1:size(Val,2)
Rep=Rep+string(Val(J,K));
if K<size(Val,2)
Rep=Rep+',';
end;
end;
if J<size(Val,1)
Rep=Rep+';';
else
Rep=Rep+']';
end;
end;
end;
Tmp1='('+Rep+')';
end;
if type(Val)==10
Tmp1=Val;
end;
if type(Val)==15
Tmp1=Makeliststr(Val);
end;
Notvar=[48:57,65:90,97:122];
for K=1:size(Tmp3,2)
Tmp2=Tmp3(K);
if length(Tmp2)>0 then
Flist=mtlb_findstr(Tmp2,Vname);
else
Flist=[];
end
if length(Flist)==0 then
Tmp3(K)=Tmp2; // 15.04.18
continue
end
Str=part(Tmp2,1:(Flist(1)-1));
for I=1:length(Flist)
Flg=0;
J=Flist(I);
if J>1 then
Tmp=ascii(part(Tmp2,J-1));
if Member(Tmp,Notvar) then
Flg=1;
end;
end
if J+length(Vname)-1<length(Tmp2) then // 15.04.18
Tmp=ascii(part(Tmp2,J+length(Vname))); // 15.04.18
if Member(Tmp,Notvar) then
Flg=1;
end;
end;
if Flg==0 then
Str=Str+Tmp1;
else
Str=Str+Vname;
end;
if I<length(Flist) then
Tmp=Flist(I+1)-1;
else
Tmp=length(Tmp2);
end;
Str=Str+part(Tmp2,(J+length(Vname)):Tmp);
Tmp3(K)=Str; // 15.04.18
end;
end;
end;
Out=Tmp3; // 15.02.18 upto
format(Curfmt(2));
endfunction;
|
15c09a7ed3c97cd0bbb7a06833154e1dc6dcb2db | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.19_17.tst | 8fb5884415664e532cc608ce9b730e8549d6350c | [] | 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 | 400,862 | tst | 5.19_17.tst | 19 690:1 1530:1 1712:1 2111:1 2382:1 2418:1 3863:1 3871:1 4035:1 4453:1 4898:1 5013:1 5366:1 5512:1 5901:2 5912:1 5940:1 6144:1 6280:1 6450:1 7121:1 7583:1 8411:1 8468:1 8561:1 9064:1 9607:1 9683:7 10121:1 10658:1 11109:1 13238:1 13276:1 13412:1 15553:1 15987:1 16866:1 18124:1 18522:87 18722:1 18884:1 19396:1 19633:1 19893:1 21215:1 21824:1 21999:1 22003:1 22510:2 22927:1 23009:1 23098:1 23160:1 23690:1 24901:1 24903:1 25041:1 25578:1 25726:1 25923:1 26873:1 27037:1 27354:2 27653:1 27872:2 28119:1 28842:1
19 591:1 690:1 1317:1 1530:1 1712:2 1933:1 2111:1 2382:1 2418:1 2893:1 3617:1 3863:1 3871:1 4035:2 4133:1 4453:1 4501:1 4535:1 4898:1 5013:1 5366:2 5512:1 5901:3 5912:1 5940:1 6144:2 6280:1 6450:1 6645:1 7121:2 7583:1 8411:1 8468:1 8561:1 9064:1 9607:1 9683:7 9719:1 10121:1 10658:1 10747:1 10852:1 11109:1 11575:1 12810:1 12897:1 13238:1 13276:2 13377:1 13412:1 15494:1 15553:1 15714:1 15987:1 16866:1 18124:1 18522:123 18722:1 18727:1 18884:1 19010:1 19232:1 19396:1 19633:1 19893:1 21215:1 21824:1 21999:1 22003:2 22140:1 22510:2 22927:1 23009:1 23098:2 23160:1 23375:1 23690:1 24034:1 24653:1 24901:1 24903:2 25041:2 25578:1 25726:1 25923:1 26041:1 26670:1 26873:1 26970:1 27037:1 27054:1 27354:2 27538:1 27584:1 27653:1 27872:2 28119:1 28347:1 28763:1 28840:1 28842:1 28845:1
19 591:1 618:1 690:1 825:1 890:1 897:1 1022:1 1317:1 1467:1 1530:1 1670:1 1712:2 1933:1 2021:1 2039:1 2111:1 2160:1 2265:1 2382:1 2418:1 2740:1 2847:1 2876:1 2893:2 3271:1 3322:1 3617:1 3863:1 3871:1 3904:1 4035:2 4133:1 4315:1 4453:1 4501:1 4535:1 4553:1 4864:1 4879:1 4898:1 5013:1 5256:1 5279:1 5366:2 5476:1 5512:1 5896:1 5901:3 5912:1 5940:1 6037:1 6144:2 6275:1 6280:1 6450:1 6645:1 7121:2 7123:1 7425:1 7583:1 7741:1 8225:1 8347:1 8384:1 8398:1 8411:1 8468:1 8561:1 8947:1 9048:1 9064:2 9244:1 9326:1 9607:1 9683:7 9717:1 9719:1 10121:1 10278:1 10658:1 10747:2 10852:1 10856:1 10990:1 11078:1 11109:1 11301:1 11476:1 11512:1 11575:1 11674:1 11797:1 11928:1 12658:1 12810:2 12897:1 12914:1 13041:1 13238:1 13276:2 13325:1 13377:1 13412:1 13667:1 14064:1 14903:1 14916:1 14938:1 15494:1 15553:1 15588:1 15714:1 15724:1 15800:1 15987:1 16088:1 16231:1 16866:1 16986:1 17063:1 17087:1 17354:1 17381:1 18124:1 18338:2 18444:1 18522:155 18722:1 18727:1 18730:1 18884:1 19010:1 19195:1 19232:1 19298:1 19396:1 19633:1 19893:1 19954:1 20167:1 20257:1 20608:1 21050:1 21096:1 21215:1 21606:1 21738:1 21824:1 21851:1 21999:1 22003:2 22140:1 22187:1 22510:2 22927:1 23009:1 23098:2 23160:1 23375:1 23581:1 23690:1 23746:1 23795:1 24034:1 24051:1 24555:1 24653:1 24836:1 24901:1 24903:2 25041:2 25578:1 25676:1 25726:1 25808:2 25923:1 26041:1 26126:1 26295:1 26439:1 26661:1 26670:1 26873:1 26897:1 26970:1 27037:2 27054:1 27130:1 27303:1 27354:2 27449:1 27538:1 27584:1 27653:2 27663:1 27801:1 27872:2 28048:1 28119:1 28347:1 28507:1 28523:1 28543:1 28615:1 28620:1 28763:1 28840:1 28842:1 28843:1 28845:1
19 416:1 591:1 618:1 630:1 690:1 825:1 877:1 890:1 897:1 942:1 946:1 1022:1 1317:1 1467:1 1471:1 1530:1 1541:1 1670:1 1712:2 1840:1 1898:1 1933:1 2021:1 2039:1 2104:1 2111:1 2160:1 2265:1 2274:1 2382:1 2386:1 2418:1 2740:1 2847:1 2876:1 2893:2 3271:1 3303:1 3322:1 3617:1 3833:1 3863:1 3871:1 3904:1 4035:2 4133:1 4315:1 4335:1 4418:1 4451:1 4453:1 4501:1 4535:1 4553:1 4848:1 4864:1 4879:1 4898:1 5013:1 5256:1 5279:1 5366:2 5387:1 5457:1 5476:1 5512:1 5530:1 5581:1 5896:1 5901:3 5912:1 5940:1 6037:1 6118:1 6144:2 6165:1 6275:1 6280:1 6450:1 6645:1 6799:1 7121:2 7123:1 7425:1 7443:1 7583:1 7679:1 7741:2 8225:1 8347:1 8384:1 8398:1 8411:1 8444:1 8468:1 8561:1 8882:1 8947:1 9048:1 9064:2 9244:1 9326:1 9607:1 9683:7 9717:1 9719:1 10121:1 10278:1 10542:1 10647:1 10658:1 10743:1 10747:2 10826:1 10852:1 10856:1 10990:1 11078:1 11109:1 11301:1 11383:1 11476:1 11512:1 11534:1 11575:1 11674:1 11797:1 11928:1 12054:1 12658:1 12810:3 12832:1 12859:1 12876:1 12897:1 12914:1 13041:1 13238:1 13276:2 13305:1 13325:1 13377:1 13412:1 13667:1 13753:1 14064:1 14067:1 14578:1 14903:1 14916:1 14938:1 15494:1 15538:1 15553:1 15588:1 15714:1 15724:1 15800:1 15803:1 15987:1 16088:1 16231:1 16535:1 16653:1 16694:1 16866:1 16956:1 16986:1 17063:1 17087:1 17354:1 17381:1 17411:1 17843:1 18124:1 18239:1 18338:2 18444:1 18522:198 18701:1 18722:1 18727:1 18730:1 18749:1 18884:1 19010:1 19168:1 19182:1 19195:1 19232:1 19298:1 19320:1 19396:1 19633:1 19893:1 19954:1 20167:1 20257:1 20608:1 20623:1 21050:1 21096:1 21148:1 21215:1 21606:1 21738:1 21824:1 21851:1 21999:1 22003:2 22140:2 22187:1 22510:2 22587:1 22722:1 22927:1 23009:1 23098:2 23160:1 23375:1 23581:1 23690:1 23746:1 23795:1 23939:1 23986:1 24034:1 24051:1 24555:1 24653:1 24836:1 24901:1 24903:2 25011:1 25041:2 25124:1 25303:1 25578:1 25676:1 25726:1 25808:2 25923:1 25990:1 26041:1 26126:1 26240:1 26295:1 26439:1 26661:1 26670:1 26873:1 26897:1 26962:1 26970:1 27037:2 27054:1 27130:1 27303:1 27354:2 27449:1 27538:1 27584:1 27653:2 27663:1 27675:1 27801:1 27861:1 27872:2 28048:1 28119:1 28347:1 28507:1 28523:1 28543:1 28615:1 28620:1 28639:1 28694:1 28763:1 28840:1 28842:1 28843:1 28845:1
19 416:1 591:2 618:1 630:1 690:1 825:1 865:1 877:1 890:1 897:1 898:1 942:1 946:1 1022:1 1082:1 1317:1 1467:1 1471:1 1530:1 1541:1 1670:1 1712:2 1840:1 1898:1 1933:1 2021:1 2039:1 2104:1 2111:1 2160:1 2255:1 2265:1 2274:1 2298:1 2382:1 2386:1 2418:1 2740:1 2764:1 2847:1 2865:1 2876:1 2884:2 2893:2 3248:1 3271:1 3303:1 3322:1 3499:1 3527:1 3617:1 3833:1 3863:1 3871:1 3904:1 4035:2 4133:1 4315:1 4335:1 4418:1 4451:1 4453:1 4501:1 4535:1 4553:1 4748:1 4848:1 4864:1 4869:1 4879:1 4885:1 4898:1 4988:1 5013:1 5256:1 5279:1 5366:2 5387:1 5457:1 5476:1 5512:1 5530:1 5581:1 5896:1 5901:3 5912:1 5940:1 5995:1 6037:1 6118:1 6144:2 6165:1 6275:1 6280:1 6450:1 6645:1 6769:1 6799:1 7121:2 7123:1 7180:1 7425:2 7443:1 7544:1 7583:1 7679:1 7741:3 7767:2 7822:1 8130:1 8225:2 8347:1 8384:1 8398:1 8411:1 8444:1 8468:1 8561:1 8882:1 8947:1 9048:1 9064:2 9244:1 9326:1 9607:1 9683:7 9717:1 9719:1 10121:1 10278:1 10314:1 10542:1 10647:1 10658:1 10743:1 10747:2 10772:1 10775:1 10826:1 10852:1 10856:1 10990:1 11078:1 11109:1 11301:1 11383:1 11476:1 11512:1 11534:1 11575:1 11674:1 11738:1 11797:1 11803:1 11906:1 11928:1 12054:1 12658:1 12810:3 12832:1 12859:1 12876:1 12897:1 12914:1 13041:1 13179:1 13238:1 13276:2 13305:1 13325:1 13377:1 13412:1 13667:1 13753:1 14064:1 14067:1 14567:1 14578:1 14865:1 14903:1 14916:1 14938:1 15494:1 15504:1 15538:1 15553:1 15562:1 15588:1 15714:1 15724:1 15731:1 15770:1 15800:1 15803:1 15987:1 16088:1 16231:1 16329:1 16535:1 16653:1 16694:1 16866:1 16956:1 16986:1 17063:1 17087:1 17354:1 17381:1 17411:1 17843:1 17890:1 18124:1 18226:1 18239:1 18338:2 18444:1 18522:264 18701:1 18722:1 18727:1 18730:1 18749:1 18884:1 19010:1 19067:1 19168:1 19182:1 19195:1 19232:1 19298:1 19320:1 19350:1 19396:1 19633:1 19661:1 19893:1 19954:2 19987:1 20023:1 20167:1 20257:1 20570:1 20608:1 20622:1 20623:1 20739:1 21050:1 21096:1 21148:1 21215:1 21429:1 21593:1 21605:1 21606:1 21643:1 21697:1 21738:1 21824:1 21851:1 21999:1 22003:2 22093:1 22140:2 22187:1 22266:1 22510:2 22587:1 22722:1 22927:1 23009:1 23098:2 23160:1 23375:1 23581:1 23690:1 23746:1 23795:1 23939:1 23986:1 24034:1 24051:1 24171:1 24548:1 24555:1 24613:1 24653:1 24666:1 24728:1 24836:1 24901:1 24903:2 24948:1 25011:1 25041:2 25065:1 25124:1 25303:1 25578:1 25676:1 25726:1 25740:1 25808:2 25865:1 25923:1 25929:1 25990:1 26041:1 26126:1 26240:1 26295:1 26439:1 26516:1 26661:1 26670:1 26873:1 26897:1 26907:1 26924:1 26962:1 26970:1 26973:1 27037:2 27054:1 27130:1 27303:1 27351:1 27354:2 27449:1 27538:1 27584:2 27619:1 27653:2 27663:1 27675:1 27801:1 27861:1 27872:2 27923:1 27943:1 27999:1 28048:1 28119:2 28347:1 28507:1 28523:1 28543:1 28615:1 28620:1 28639:1 28694:1 28763:1 28840:1 28842:1 28843:1 28845:1
19 416:1 591:2 618:1 630:1 690:1 825:1 865:1 877:1 890:1 897:1 898:1 942:1 946:1 1022:1 1082:1 1317:1 1467:1 1471:1 1530:1 1541:1 1670:1 1712:3 1840:1 1898:1 1933:1 2021:1 2039:1 2104:1 2111:1 2160:1 2246:1 2255:1 2265:1 2274:1 2298:1 2382:1 2386:1 2418:1 2740:1 2764:1 2847:1 2865:1 2876:1 2884:3 2893:2 3248:1 3271:1 3303:1 3322:1 3499:1 3527:1 3531:1 3617:1 3810:1 3833:1 3863:1 3871:1 3904:1 3938:1 4035:3 4133:1 4315:1 4335:1 4418:1 4451:1 4452:1 4453:1 4501:1 4509:1 4535:1 4553:1 4748:1 4848:1 4864:1 4869:1 4879:1 4885:1 4898:1 4988:1 5013:1 5084:1 5256:1 5279:1 5366:3 5387:1 5457:1 5476:1 5512:1 5530:1 5581:1 5896:1 5901:4 5912:1 5918:1 5940:1 5995:1 6037:1 6118:1 6144:3 6165:1 6265:1 6275:1 6280:1 6320:1 6450:1 6645:1 6769:1 6799:1 7121:3 7123:1 7167:1 7180:1 7425:2 7443:1 7544:1 7583:1 7679:1 7741:3 7767:3 7822:1 8130:1 8225:2 8347:1 8362:1 8384:1 8398:1 8411:1 8444:1 8468:1 8561:1 8882:1 8947:1 9048:1 9064:2 9244:1 9326:1 9607:1 9683:7 9717:1 9719:1 10121:1 10278:1 10314:1 10542:1 10647:1 10658:1 10743:1 10747:2 10772:1 10775:1 10826:1 10852:1 10856:1 10990:1 11078:1 11109:1 11301:1 11383:1 11476:1 11512:1 11534:1 11575:1 11674:1 11738:1 11797:1 11803:2 11844:1 11906:1 11928:1 12054:1 12658:1 12810:3 12832:1 12859:2 12876:1 12897:1 12914:1 13041:1 13100:1 13179:1 13238:1 13276:3 13305:1 13325:1 13377:1 13412:1 13667:1 13753:1 14064:1 14067:1 14109:1 14567:1 14578:1 14865:1 14903:1 14916:1 14938:1 15494:1 15504:1 15538:1 15553:1 15562:1 15588:1 15714:1 15724:1 15731:1 15770:1 15800:1 15803:1 15987:1 16088:1 16231:1 16329:1 16535:1 16565:1 16653:1 16694:2 16866:1 16956:1 16986:1 17037:1 17063:1 17087:1 17341:1 17354:1 17381:1 17411:1 17678:1 17843:1 17890:1 18124:1 18226:1 18239:1 18338:2 18343:1 18444:1 18522:292 18701:1 18722:1 18727:1 18730:1 18749:1 18884:1 18911:1 19010:1 19067:1 19168:1 19182:1 19195:1 19232:1 19298:1 19320:1 19350:1 19396:1 19633:1 19661:1 19893:1 19954:2 19987:1 20023:2 20116:1 20167:1 20257:1 20570:1 20597:1 20608:1 20622:1 20623:1 20739:1 21050:1 21096:1 21148:1 21215:1 21429:1 21593:1 21605:2 21606:1 21643:1 21697:1 21738:1 21824:1 21851:1 21999:1 22003:3 22093:1 22140:2 22187:1 22266:1 22510:2 22587:1 22722:1 22927:1 23009:1 23098:3 23160:1 23375:1 23581:1 23690:1 23746:1 23795:1 23939:2 23986:1 24034:1 24051:1 24083:1 24171:1 24548:1 24555:1 24613:1 24614:1 24653:1 24666:1 24728:1 24836:1 24901:1 24903:3 24948:1 25011:1 25041:3 25065:1 25124:1 25303:1 25578:1 25617:1 25676:1 25726:1 25740:1 25769:1 25808:2 25865:1 25923:1 25929:1 25990:1 26041:1 26126:1 26240:1 26295:1 26439:1 26516:1 26591:1 26661:1 26670:1 26873:1 26897:1 26899:1 26907:1 26924:1 26926:1 26955:1 26962:1 26970:1 26973:1 27037:2 27054:1 27130:1 27303:1 27351:1 27354:2 27449:1 27538:1 27584:2 27619:1 27653:2 27663:1 27675:1 27801:1 27861:1 27872:2 27923:1 27925:1 27943:1 27999:1 28048:1 28119:2 28347:1 28507:1 28523:1 28543:1 28615:1 28620:1 28639:1 28694:1 28763:1 28840:1 28842:1 28843:1 28845:1
19 416:1 591:2 618:1 630:1 690:1 775:1 825:1 865:1 877:1 890:1 897:1 898:1 908:1 942:1 946:1 979:1 1022:1 1082:1 1158:1 1282:1 1317:1 1467:1 1471:1 1509:1 1530:1 1541:1 1670:1 1712:3 1840:1 1898:1 1933:1 2021:1 2039:1 2104:1 2111:1 2160:1 2246:1 2255:1 2265:1 2274:1 2298:1 2382:1 2386:1 2418:1 2740:2 2764:1 2847:1 2865:1 2876:1 2884:4 2893:2 3248:1 3271:1 3303:1 3322:1 3499:1 3527:1 3531:1 3557:1 3617:1 3810:1 3833:1 3863:1 3871:1 3904:1 3938:1 4035:3 4041:1 4133:1 4138:1 4315:1 4335:1 4418:1 4451:1 4452:1 4453:1 4501:1 4509:1 4535:1 4553:1 4658:1 4696:1 4748:1 4848:1 4864:1 4865:1 4869:1 4879:1 4885:1 4898:1 4988:1 5013:1 5084:1 5256:1 5279:1 5366:3 5387:1 5457:1 5476:1 5512:1 5530:1 5579:1 5581:1 5896:1 5900:1 5901:4 5912:1 5918:1 5940:1 5995:1 6037:1 6118:1 6144:3 6165:1 6265:1 6275:1 6280:1 6295:1 6320:1 6369:1 6450:1 6645:1 6769:2 6799:1 7121:3 7123:1 7167:1 7180:1 7425:2 7443:1 7544:1 7583:1 7610:1 7679:1 7680:1 7701:1 7741:3 7767:4 7822:1 7921:1 8130:1 8142:1 8225:2 8347:1 8362:1 8384:1 8398:1 8411:1 8444:1 8468:1 8561:1 8599:1 8882:1 8947:1 9048:1 9064:2 9244:2 9248:1 9326:1 9607:1 9683:7 9717:1 9719:1 9784:1 9818:1 10056:1 10121:1 10278:1 10314:1 10542:1 10568:1 10647:1 10658:1 10743:1 10747:2 10772:1 10775:1 10826:1 10852:1 10856:1 10978:1 10990:1 11027:1 11078:1 11109:1 11202:1 11266:1 11301:1 11383:1 11476:1 11512:1 11534:1 11575:1 11674:1 11738:1 11797:1 11803:3 11844:1 11862:1 11906:1 11925:1 11928:1 12054:1 12658:1 12810:3 12832:1 12859:2 12876:1 12897:1 12914:1 13041:1 13100:1 13179:1 13212:1 13238:1 13276:3 13305:1 13325:1 13342:1 13377:1 13412:1 13532:1 13667:1 13753:1 14064:1 14067:1 14109:1 14154:1 14565:1 14567:1 14578:1 14865:1 14903:1 14916:1 14938:1 15083:1 15275:1 15418:1 15494:1 15504:1 15538:1 15553:1 15562:1 15588:1 15714:1 15724:1 15731:1 15770:1 15800:1 15803:1 15987:1 16088:1 16157:1 16216:1 16231:1 16329:1 16535:1 16565:1 16653:1 16694:2 16866:1 16956:1 16986:1 17037:1 17063:1 17087:1 17090:1 17341:1 17349:1 17354:1 17381:1 17411:1 17438:1 17678:1 17843:1 17890:1 18124:1 18226:1 18239:1 18338:2 18343:1 18444:1 18522:325 18701:1 18722:1 18727:1 18730:1 18749:1 18884:1 18911:1 19010:1 19067:1 19168:1 19182:1 19195:1 19232:1 19298:1 19320:1 19350:1 19396:1 19633:1 19661:1 19893:1 19954:2 19987:1 20023:3 20116:1 20167:1 20257:1 20570:1 20597:1 20608:1 20613:1 20622:2 20623:1 20739:1 20841:1 21050:1 21096:1 21148:1 21215:1 21311:1 21415:1 21422:1 21429:1 21578:1 21593:1 21605:3 21606:1 21643:1 21697:1 21738:1 21824:1 21851:1 21999:1 22003:3 22039:1 22093:1 22140:2 22187:1 22266:1 22356:1 22510:2 22557:1 22587:1 22722:1 22927:1 23009:1 23098:3 23160:1 23375:1 23578:1 23581:1 23690:1 23746:1 23795:1 23844:1 23939:2 23986:1 24034:1 24047:1 24051:1 24083:1 24099:1 24105:1 24171:1 24369:1 24548:1 24555:1 24613:1 24614:2 24653:1 24666:1 24728:1 24836:1 24901:1 24903:3 24948:1 24989:1 25011:1 25041:3 25065:1 25124:1 25255:1 25303:1 25309:1 25320:1 25578:1 25617:1 25676:1 25726:1 25740:1 25769:1 25791:1 25808:2 25865:1 25923:1 25929:1 25990:1 26041:1 26126:1 26240:1 26295:1 26439:1 26516:1 26591:1 26661:1 26670:1 26873:1 26897:1 26899:1 26907:1 26924:1 26926:1 26955:1 26960:1 26962:1 26970:1 26973:1 27037:2 27054:1 27130:1 27231:1 27303:1 27351:1 27354:2 27449:1 27538:1 27584:2 27619:1 27653:2 27663:1 27675:1 27790:1 27801:1 27825:2 27861:1 27872:2 27923:1 27925:1 27943:1 27999:1 28048:1 28119:2 28192:1 28196:1 28215:1 28347:1 28348:1 28486:1 28507:1 28523:1 28543:1 28615:1 28620:1 28639:1 28694:1 28763:1 28840:1 28842:1 28843:1 28845:1
19 416:1 591:2 618:1 630:1 690:1 775:1 825:1 865:1 877:1 890:1 897:1 898:1 908:1 942:1 946:1 979:1 1022:2 1082:1 1158:1 1282:1 1317:1 1467:1 1471:1 1509:1 1530:1 1541:1 1576:1 1670:1 1712:3 1839:1 1840:1 1898:1 1933:1 2021:1 2039:1 2104:1 2111:1 2160:1 2246:1 2255:1 2265:1 2274:1 2298:1 2382:1 2386:1 2412:1 2418:1 2562:1 2740:2 2764:1 2847:1 2865:1 2876:1 2884:4 2893:2 2938:1 3248:1 3271:1 3303:1 3322:1 3499:1 3527:1 3531:1 3555:1 3557:1 3617:1 3766:1 3810:1 3833:1 3863:1 3871:1 3904:1 3938:1 4035:3 4041:1 4133:1 4138:1 4291:1 4315:1 4335:1 4418:1 4451:1 4452:1 4453:1 4494:1 4501:1 4509:1 4535:1 4553:1 4658:1 4696:1 4748:1 4848:1 4864:1 4865:1 4869:1 4879:1 4885:2 4898:1 4988:1 5013:1 5084:1 5256:1 5279:1 5366:3 5387:1 5457:1 5476:1 5512:1 5530:1 5579:1 5581:1 5686:1 5896:1 5900:1 5901:4 5912:1 5918:1 5940:1 5994:1 5995:1 6037:1 6118:1 6144:3 6165:1 6265:1 6275:1 6280:1 6295:1 6320:1 6369:1 6450:1 6620:1 6645:1 6769:2 6799:1 7121:3 7123:1 7167:1 7180:1 7425:2 7443:1 7544:1 7583:1 7610:1 7679:1 7680:1 7701:1 7741:3 7767:4 7769:1 7822:1 7921:1 7977:1 8130:1 8142:1 8225:2 8257:1 8347:1 8362:1 8384:1 8398:1 8411:1 8444:1 8468:1 8477:1 8561:1 8580:1 8599:1 8680:1 8882:1 8947:1 9048:1 9064:2 9244:2 9248:1 9326:1 9607:1 9683:7 9717:1 9719:1 9784:1 9790:1 9818:1 10056:1 10121:1 10278:1 10314:1 10542:1 10568:1 10585:1 10647:1 10658:1 10743:1 10747:2 10772:1 10775:1 10826:1 10852:1 10856:1 10978:1 10990:1 11027:1 11029:1 11078:1 11109:1 11202:1 11266:1 11301:1 11383:1 11476:1 11512:1 11534:1 11575:1 11674:1 11738:1 11797:1 11803:3 11809:1 11844:1 11862:1 11906:1 11925:1 11928:1 12054:1 12658:1 12810:3 12832:1 12859:2 12865:1 12876:1 12897:1 12914:1 13041:1 13100:1 13179:1 13186:1 13212:1 13238:2 13276:4 13305:1 13325:1 13342:1 13368:1 13377:1 13412:1 13532:1 13546:1 13667:1 13753:1 14064:1 14067:1 14109:1 14154:1 14370:1 14550:1 14565:1 14567:1 14578:1 14712:1 14715:1 14865:1 14903:1 14916:1 14922:1 14938:1 14974:1 15083:1 15275:1 15418:1 15494:1 15504:1 15518:1 15538:1 15553:1 15562:1 15588:1 15714:1 15724:1 15731:1 15770:1 15800:1 15803:1 15859:1 15987:1 16088:1 16157:1 16216:1 16231:1 16329:1 16389:1 16535:1 16565:1 16648:1 16653:1 16694:2 16756:1 16866:1 16952:1 16956:1 16986:1 17037:1 17060:1 17063:1 17087:1 17090:1 17109:1 17341:1 17349:1 17354:1 17381:1 17411:1 17438:1 17678:1 17843:1 17890:1 17929:1 18124:1 18226:2 18239:1 18338:2 18343:1 18444:1 18522:356 18701:1 18722:1 18727:1 18730:1 18749:1 18884:1 18911:1 19010:1 19067:1 19168:1 19182:1 19195:1 19232:1 19298:1 19320:1 19350:1 19366:1 19396:1 19593:1 19633:1 19661:1 19893:1 19954:2 19987:1 19997:1 20023:3 20039:1 20116:1 20167:1 20257:1 20570:1 20597:1 20608:2 20613:1 20622:3 20623:1 20739:1 20819:1 20841:1 21050:1 21096:1 21148:1 21215:1 21231:1 21311:1 21415:1 21422:1 21429:1 21578:1 21593:1 21605:3 21606:1 21628:1 21643:1 21646:1 21697:1 21738:1 21824:1 21851:1 21999:1 22003:3 22039:1 22093:1 22140:2 22165:1 22187:1 22221:1 22266:1 22356:1 22435:1 22510:2 22557:1 22587:1 22722:1 22818:1 22927:1 23009:1 23098:4 23160:1 23375:1 23578:1 23581:1 23690:1 23746:1 23795:1 23844:1 23922:1 23939:2 23986:1 24034:1 24047:1 24051:1 24083:1 24099:1 24105:1 24167:1 24171:1 24369:1 24548:1 24555:1 24613:2 24614:2 24653:1 24666:1 24728:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25011:1 25041:3 25065:1 25066:1 25124:1 25255:1 25303:1 25309:1 25320:1 25578:1 25617:1 25676:1 25726:1 25740:1 25759:1 25769:1 25791:1 25808:2 25865:1 25923:1 25929:1 25990:1 26041:1 26060:1 26126:1 26240:1 26295:1 26339:1 26439:1 26516:1 26591:1 26661:1 26670:1 26873:1 26897:1 26899:1 26907:1 26924:1 26926:1 26955:1 26960:1 26962:1 26970:1 26973:1 27008:1 27037:2 27054:1 27130:1 27138:1 27231:1 27303:1 27351:1 27354:2 27449:1 27538:1 27584:2 27619:1 27653:3 27663:1 27675:1 27690:1 27701:1 27752:1 27790:1 27801:1 27825:2 27861:1 27865:1 27872:2 27923:1 27925:1 27943:1 27999:1 28048:1 28119:2 28192:1 28196:1 28215:1 28347:1 28348:1 28486:1 28507:1 28523:1 28543:1 28573:1 28615:1 28620:1 28639:1 28694:1 28763:1 28840:1 28842:1 28843:1 28845:1
19 369:1 416:1 591:3 618:1 630:1 690:1 775:1 825:1 865:1 877:1 890:1 897:1 898:3 908:1 942:1 946:1 979:1 1022:2 1082:1 1158:1 1282:1 1317:1 1467:1 1471:1 1509:2 1530:1 1541:1 1576:1 1629:1 1670:1 1712:3 1839:1 1840:1 1898:1 1933:1 2021:1 2039:1 2104:1 2111:1 2160:1 2246:1 2255:1 2265:1 2274:1 2298:1 2382:1 2386:1 2412:1 2418:1 2562:1 2575:1 2740:2 2764:1 2847:1 2865:1 2876:1 2884:5 2893:2 2938:1 3151:1 3248:1 3271:1 3303:1 3322:1 3492:1 3499:1 3527:1 3531:1 3555:1 3557:1 3617:1 3665:1 3766:1 3810:1 3833:1 3863:1 3871:1 3904:1 3912:1 3938:1 4035:3 4041:1 4133:1 4138:2 4291:1 4315:1 4335:1 4418:1 4451:1 4452:1 4453:1 4494:1 4501:1 4509:1 4535:1 4536:1 4553:1 4658:1 4696:2 4748:1 4848:1 4864:1 4865:1 4869:1 4879:1 4885:2 4898:1 4988:1 5013:1 5084:1 5256:1 5279:1 5366:3 5387:1 5457:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5686:1 5744:1 5896:1 5900:1 5901:4 5912:1 5918:1 5940:1 5994:1 5995:1 6037:1 6118:1 6144:3 6165:1 6265:1 6275:1 6280:1 6295:1 6300:1 6320:1 6369:1 6450:1 6481:1 6620:1 6640:1 6645:1 6733:1 6769:2 6799:1 7121:3 7123:1 7167:1 7180:1 7425:2 7443:1 7544:1 7583:1 7610:1 7624:1 7679:1 7680:1 7701:1 7741:3 7767:5 7769:1 7775:1 7822:1 7836:1 7921:1 7977:1 8130:1 8142:1 8225:2 8257:1 8347:1 8362:1 8384:1 8398:1 8411:1 8444:1 8468:1 8477:1 8484:1 8561:1 8580:1 8599:1 8680:1 8834:1 8882:1 8947:1 9048:1 9064:2 9244:2 9248:1 9326:1 9607:1 9683:7 9717:1 9719:1 9784:1 9790:2 9818:1 10023:1 10056:1 10121:1 10278:1 10314:1 10542:1 10568:1 10585:1 10647:1 10658:1 10743:1 10747:2 10772:1 10775:1 10826:1 10852:1 10856:1 10978:1 10990:1 11027:1 11029:1 11078:1 11109:1 11202:1 11266:1 11301:1 11383:1 11476:1 11512:1 11534:1 11575:1 11674:1 11695:1 11715:1 11738:1 11778:1 11797:1 11803:5 11809:1 11844:1 11862:1 11906:1 11925:1 11928:1 12039:1 12054:1 12658:1 12810:3 12832:1 12859:3 12865:1 12876:1 12897:1 12914:1 13041:1 13100:1 13179:1 13186:2 13212:2 13238:2 13276:4 13305:1 13325:1 13342:1 13352:1 13368:1 13377:1 13412:1 13532:1 13546:1 13587:1 13667:1 13753:1 14064:1 14067:1 14103:1 14109:1 14116:1 14154:1 14370:1 14550:1 14565:1 14567:1 14578:1 14712:1 14715:1 14810:1 14865:1 14903:1 14916:1 14922:1 14938:1 14974:1 14995:1 15035:1 15083:1 15275:1 15418:1 15494:1 15504:1 15518:1 15538:2 15553:1 15562:3 15588:1 15714:1 15724:1 15731:1 15770:1 15800:1 15803:1 15816:1 15859:1 15987:1 16088:1 16157:1 16216:1 16231:1 16329:1 16389:1 16535:1 16565:1 16648:1 16653:1 16694:11 16756:1 16849:1 16866:1 16868:1 16952:1 16956:1 16986:1 17037:1 17060:1 17063:1 17087:1 17090:1 17109:1 17341:1 17349:1 17354:1 17381:1 17411:1 17438:1 17678:1 17719:1 17843:1 17890:1 17929:1 18124:1 18226:2 18239:1 18338:2 18343:1 18444:1 18522:419 18701:1 18722:1 18727:1 18730:1 18749:1 18884:1 18911:1 19010:1 19067:1 19168:1 19182:1 19195:1 19219:1 19223:1 19232:1 19258:1 19298:1 19320:1 19350:1 19366:1 19396:1 19593:1 19633:1 19661:1 19765:1 19892:1 19893:1 19954:2 19987:1 19997:1 20023:5 20039:1 20116:1 20167:1 20257:1 20361:1 20570:1 20597:1 20608:2 20613:1 20622:3 20623:1 20739:1 20786:1 20819:1 20841:1 21050:1 21096:1 21148:1 21215:1 21231:1 21303:1 21311:1 21328:1 21373:1 21415:1 21422:1 21429:1 21578:1 21593:1 21605:5 21606:1 21628:1 21643:1 21646:1 21697:1 21738:1 21802:1 21824:1 21851:1 21999:1 22003:3 22039:1 22093:1 22140:2 22165:2 22187:1 22221:1 22266:1 22356:1 22435:1 22510:2 22556:1 22557:1 22587:1 22722:1 22818:1 22927:1 22996:1 23009:1 23098:4 23160:1 23375:1 23578:1 23581:1 23690:1 23746:1 23795:1 23844:1 23922:1 23939:11 23986:2 24034:1 24047:1 24051:1 24064:1 24083:1 24099:2 24105:1 24106:1 24167:1 24171:1 24212:1 24335:1 24369:1 24548:1 24555:1 24613:2 24614:2 24653:1 24666:1 24728:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25011:1 25041:3 25065:3 25066:1 25124:1 25246:1 25255:1 25303:1 25309:1 25320:1 25468:1 25578:1 25617:1 25676:1 25726:1 25740:1 25759:1 25769:1 25791:1 25808:2 25865:1 25915:1 25923:1 25929:1 25990:1 26041:1 26060:1 26067:1 26126:1 26240:1 26295:1 26339:1 26439:1 26516:1 26591:1 26661:1 26670:1 26873:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26955:1 26958:1 26960:1 26962:1 26970:1 26973:1 27008:1 27037:2 27054:1 27130:1 27135:1 27138:1 27231:1 27303:1 27351:1 27354:2 27449:1 27538:1 27584:2 27619:1 27653:3 27663:1 27675:1 27690:2 27701:1 27752:1 27790:2 27801:1 27825:2 27861:1 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27999:1 28048:1 28119:2 28192:1 28196:1 28215:1 28347:1 28348:1 28486:1 28507:1 28523:1 28543:1 28573:1 28615:1 28620:1 28639:1 28694:1 28763:1 28811:1 28840:1 28842:1 28843:1 28845:1
19 369:1 416:1 591:3 618:1 630:1 690:1 775:1 825:1 865:1 877:1 890:1 897:1 898:3 907:1 908:1 942:1 946:1 979:1 1022:2 1082:1 1158:1 1282:1 1317:1 1467:1 1471:1 1509:2 1530:1 1541:1 1576:1 1629:1 1670:1 1712:3 1839:1 1840:1 1898:1 1933:1 2021:1 2039:1 2104:1 2111:1 2141:1 2160:1 2246:1 2255:1 2265:1 2274:1 2298:1 2382:1 2386:1 2412:2 2418:1 2562:1 2575:1 2740:2 2764:1 2847:1 2865:1 2876:1 2884:5 2893:2 2938:2 3151:1 3248:1 3271:1 3303:1 3322:1 3492:1 3499:1 3527:1 3531:1 3555:1 3557:1 3617:1 3665:1 3766:2 3810:1 3833:1 3863:1 3871:1 3904:1 3912:1 3938:1 4035:3 4041:1 4133:1 4138:2 4291:1 4315:1 4335:1 4418:1 4451:1 4452:1 4453:1 4494:1 4501:1 4509:1 4535:1 4536:1 4553:1 4658:1 4662:1 4696:2 4748:1 4848:1 4864:1 4865:1 4869:1 4879:1 4885:2 4898:1 4988:1 5013:1 5084:1 5256:1 5279:1 5366:3 5387:1 5457:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5686:1 5744:1 5896:1 5900:1 5901:5 5912:1 5918:1 5940:1 5994:1 5995:1 6037:1 6118:1 6144:3 6165:1 6265:1 6275:1 6280:1 6295:1 6300:1 6320:1 6369:1 6450:1 6481:1 6620:2 6640:1 6645:1 6724:1 6733:1 6769:2 6799:1 6890:1 7121:3 7123:1 7167:1 7180:1 7425:2 7443:1 7544:1 7583:1 7610:1 7624:1 7679:1 7680:1 7701:2 7741:3 7767:5 7769:2 7775:1 7822:1 7836:1 7921:1 7977:1 8130:1 8142:1 8225:2 8257:1 8347:1 8362:1 8384:1 8398:1 8411:1 8444:1 8468:1 8477:1 8484:1 8561:1 8570:1 8580:2 8599:1 8680:1 8834:1 8882:1 8947:1 9048:1 9064:2 9244:2 9248:1 9326:1 9419:2 9607:1 9682:1 9683:8 9717:1 9719:1 9784:1 9790:2 9818:1 10023:1 10056:1 10121:1 10278:1 10314:1 10542:1 10561:1 10568:1 10585:1 10647:1 10658:1 10743:1 10747:2 10772:1 10775:1 10826:1 10852:1 10854:1 10856:1 10978:1 10990:1 11027:1 11029:1 11078:1 11109:1 11187:1 11202:1 11266:1 11298:1 11301:1 11368:1 11383:1 11476:1 11512:1 11534:1 11575:1 11674:1 11695:1 11715:1 11738:1 11778:1 11797:1 11803:5 11809:1 11844:1 11862:1 11906:1 11925:1 11928:1 12039:1 12054:1 12658:1 12810:3 12832:1 12859:3 12865:1 12876:1 12897:1 12914:1 12941:1 13041:1 13100:1 13179:1 13186:2 13212:2 13238:2 13276:4 13305:1 13325:1 13342:1 13352:1 13368:1 13377:1 13412:1 13532:1 13546:1 13587:1 13588:1 13667:1 13753:1 14064:1 14067:1 14103:1 14109:1 14116:1 14154:1 14370:1 14387:1 14550:1 14565:1 14567:1 14578:1 14712:1 14715:2 14810:1 14865:1 14903:1 14916:1 14922:1 14938:1 14974:2 14995:1 15035:1 15083:1 15143:1 15275:1 15418:1 15494:1 15504:1 15518:1 15538:2 15553:1 15562:3 15588:1 15714:1 15724:2 15731:1 15770:1 15800:1 15803:1 15816:1 15859:1 15987:1 16088:1 16157:1 16216:1 16231:1 16329:1 16389:1 16535:1 16565:1 16648:1 16653:1 16694:11 16736:1 16756:2 16849:1 16866:1 16868:1 16952:1 16956:1 16986:1 17037:1 17060:2 17063:1 17087:1 17090:1 17109:1 17341:1 17349:1 17354:1 17363:1 17381:1 17411:1 17438:1 17678:1 17719:1 17843:1 17890:1 17929:2 18013:1 18124:1 18226:3 18239:1 18338:2 18343:1 18444:1 18474:1 18522:433 18701:1 18722:1 18727:1 18730:1 18749:1 18884:1 18911:1 19010:1 19067:1 19168:1 19182:1 19195:1 19203:1 19219:1 19223:1 19232:1 19258:1 19298:1 19320:1 19336:1 19350:1 19366:1 19396:1 19593:2 19633:1 19661:1 19765:1 19892:1 19893:1 19954:2 19987:1 19997:1 20023:5 20039:2 20116:1 20167:1 20257:1 20261:1 20361:1 20570:1 20597:1 20608:2 20613:1 20622:3 20623:1 20739:1 20786:1 20819:1 20841:1 21050:1 21096:1 21148:1 21215:1 21231:2 21239:1 21303:1 21311:1 21328:1 21373:1 21415:1 21422:1 21429:1 21578:1 21593:1 21605:5 21606:1 21628:1 21643:1 21646:1 21697:1 21738:1 21802:1 21824:1 21851:1 21999:1 22003:3 22014:1 22039:1 22093:1 22140:2 22165:2 22187:1 22221:1 22266:1 22356:1 22435:2 22510:2 22556:1 22557:1 22587:1 22722:1 22818:1 22927:1 22996:1 23009:1 23098:4 23160:1 23375:1 23578:1 23581:1 23690:1 23746:1 23795:1 23844:1 23922:1 23928:1 23939:11 23986:2 24034:1 24047:1 24051:1 24064:1 24083:1 24099:2 24105:1 24106:1 24167:1 24171:1 24174:1 24212:1 24335:1 24369:1 24548:1 24555:1 24613:3 24614:2 24653:1 24666:1 24728:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25011:1 25041:3 25065:3 25066:1 25124:1 25246:1 25255:1 25303:1 25309:1 25320:1 25468:1 25578:1 25617:1 25676:1 25726:1 25740:1 25759:1 25769:1 25791:1 25808:2 25865:1 25915:1 25923:1 25929:1 25990:1 26041:1 26060:1 26067:1 26126:1 26240:1 26295:1 26339:1 26439:1 26516:1 26591:1 26661:1 26670:1 26873:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26955:1 26958:1 26960:1 26962:1 26970:1 26973:1 27008:1 27037:2 27054:1 27130:1 27135:1 27138:1 27221:1 27231:1 27303:1 27351:1 27354:2 27449:1 27538:1 27584:2 27619:1 27653:4 27663:1 27675:1 27690:2 27701:1 27752:1 27790:2 27801:1 27825:2 27861:1 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27999:1 28048:1 28119:2 28192:1 28196:1 28215:1 28347:1 28348:1 28486:1 28507:1 28523:1 28543:1 28573:1 28615:1 28620:1 28639:1 28694:1 28763:1 28811:1 28840:1 28842:1 28843:1 28845:1
19 46:1 81:1 148:1 213:1 289:1 369:1 416:1 591:3 618:1 630:1 690:1 775:1 825:1 865:1 877:1 890:1 897:1 898:3 907:1 908:1 942:1 946:1 979:1 1022:2 1082:1 1158:1 1282:1 1317:1 1447:1 1467:1 1471:1 1509:2 1517:1 1530:2 1541:1 1576:1 1629:1 1670:1 1712:3 1839:1 1840:1 1898:1 1933:1 2001:1 2021:1 2039:1 2082:1 2104:1 2111:1 2141:1 2160:3 2230:1 2246:1 2255:1 2265:1 2274:1 2298:1 2382:1 2386:1 2412:2 2418:1 2562:1 2575:1 2601:1 2740:2 2764:1 2847:1 2865:1 2876:1 2884:5 2893:3 2929:1 2938:2 2966:1 3151:1 3248:1 3271:1 3303:1 3322:1 3405:1 3419:1 3492:1 3499:1 3527:1 3531:1 3544:1 3555:2 3557:1 3613:1 3617:1 3665:1 3766:2 3798:1 3810:1 3813:1 3833:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:1 4035:3 4041:1 4133:1 4138:2 4291:1 4315:1 4324:1 4335:1 4418:1 4451:1 4452:1 4453:1 4494:1 4501:1 4509:1 4535:1 4536:2 4553:1 4658:1 4662:1 4696:2 4748:2 4845:1 4848:1 4864:2 4865:2 4869:1 4871:1 4875:1 4876:1 4879:1 4885:2 4898:1 4961:1 4988:1 5013:1 5084:1 5256:1 5279:1 5366:3 5387:1 5457:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5604:1 5686:1 5744:1 5896:1 5900:2 5901:5 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6037:1 6118:1 6144:3 6165:1 6265:1 6275:1 6280:1 6291:1 6295:1 6300:1 6320:1 6369:1 6450:1 6481:1 6620:2 6640:1 6645:1 6724:1 6733:1 6761:1 6769:2 6799:1 6890:1 7085:1 7121:4 7123:1 7167:1 7180:1 7425:2 7443:1 7469:1 7544:1 7567:1 7583:1 7610:1 7624:1 7679:1 7680:1 7701:2 7741:3 7767:5 7769:2 7775:1 7822:1 7836:1 7921:1 7976:1 7977:1 8130:1 8142:1 8225:3 8257:1 8347:1 8362:1 8384:1 8398:1 8411:2 8444:1 8468:1 8477:1 8484:1 8561:1 8570:1 8580:2 8599:1 8680:2 8827:1 8834:1 8882:1 8947:1 9045:1 9048:1 9064:3 9167:1 9244:2 9248:1 9326:1 9419:2 9607:1 9616:1 9682:1 9683:8 9717:1 9719:1 9743:1 9784:1 9790:2 9818:1 9856:1 10023:1 10056:2 10111:1 10121:1 10278:1 10314:1 10455:1 10542:1 10561:1 10568:1 10585:2 10647:1 10658:1 10743:1 10747:3 10757:1 10772:1 10775:1 10826:1 10852:1 10854:1 10856:1 10978:1 10990:1 11027:1 11029:1 11078:1 11109:1 11187:1 11202:1 11230:1 11266:1 11298:1 11301:1 11368:1 11383:1 11476:1 11493:1 11512:1 11534:1 11575:1 11674:1 11695:1 11696:1 11714:1 11715:1 11738:1 11778:1 11797:2 11803:5 11809:1 11814:1 11844:1 11862:1 11906:1 11925:1 11928:1 12039:1 12054:1 12370:1 12534:1 12658:1 12810:4 12832:1 12859:3 12865:1 12876:1 12897:1 12914:1 12930:1 12941:1 12953:1 13041:1 13100:1 13179:1 13186:2 13212:2 13238:2 13276:4 13305:1 13325:1 13342:1 13352:2 13368:1 13377:1 13412:1 13463:1 13505:1 13532:1 13546:1 13547:1 13587:1 13588:1 13667:1 13676:1 13753:1 14064:1 14067:1 14103:1 14109:1 14116:1 14154:1 14348:1 14370:1 14387:1 14550:1 14565:1 14567:1 14572:1 14578:2 14611:2 14712:1 14715:2 14810:1 14865:1 14903:1 14916:1 14922:1 14938:1 14974:2 14995:1 15035:1 15083:1 15143:1 15233:1 15275:1 15315:1 15418:1 15461:1 15494:1 15504:1 15518:1 15538:2 15553:1 15562:3 15588:1 15714:1 15724:2 15731:1 15770:1 15800:1 15803:1 15816:1 15859:2 15987:1 16088:1 16157:1 16216:1 16231:1 16252:1 16329:1 16389:1 16535:1 16565:1 16648:1 16653:1 16694:11 16736:1 16756:2 16849:1 16866:1 16868:1 16952:1 16956:1 16986:1 17037:1 17060:2 17063:1 17087:1 17090:1 17109:1 17219:1 17341:1 17349:1 17354:1 17363:1 17381:1 17411:1 17436:1 17438:1 17678:1 17719:1 17843:1 17890:1 17929:2 18013:1 18060:1 18105:1 18124:2 18226:3 18228:1 18239:1 18338:2 18343:1 18444:1 18474:1 18522:517 18701:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18884:1 18911:1 19010:1 19067:1 19168:1 19182:1 19195:1 19203:1 19219:1 19223:1 19232:1 19258:1 19298:1 19320:1 19336:1 19350:1 19366:1 19396:1 19501:1 19593:2 19633:1 19661:1 19765:1 19892:1 19893:1 19954:2 19987:1 19997:1 20023:5 20039:2 20116:1 20167:1 20257:2 20261:1 20361:1 20496:1 20570:1 20597:1 20608:2 20613:1 20622:3 20623:1 20708:1 20739:1 20786:1 20819:1 20841:1 20990:1 21008:1 21050:1 21096:1 21148:1 21215:2 21231:2 21239:1 21303:1 21311:1 21328:1 21373:1 21398:1 21415:1 21422:1 21429:1 21578:1 21593:1 21605:5 21606:1 21610:1 21628:1 21643:1 21646:1 21647:1 21697:1 21738:1 21780:1 21795:1 21802:1 21824:1 21841:1 21851:1 21856:1 21884:1 21946:1 21969:1 21999:1 22003:3 22014:1 22039:1 22093:1 22140:2 22165:2 22187:1 22221:1 22266:1 22356:1 22400:1 22435:2 22510:2 22520:1 22556:2 22557:1 22587:1 22722:1 22818:1 22927:2 22940:1 22996:1 23009:2 23018:1 23036:1 23037:1 23098:4 23160:2 23231:1 23321:1 23375:1 23578:1 23581:1 23690:1 23746:1 23795:1 23844:1 23877:1 23922:1 23928:1 23939:11 23986:2 24034:1 24047:1 24051:1 24064:1 24083:1 24099:2 24105:1 24106:1 24167:1 24171:1 24174:1 24212:1 24335:1 24369:1 24542:1 24548:1 24555:1 24613:3 24614:2 24653:1 24666:1 24728:1 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25011:1 25041:3 25065:3 25066:1 25124:1 25206:1 25246:1 25255:1 25303:1 25309:1 25320:1 25343:1 25468:1 25578:1 25617:1 25676:1 25726:1 25740:1 25759:1 25769:1 25791:1 25808:2 25865:1 25868:1 25915:1 25923:1 25929:1 25990:1 26041:1 26060:1 26067:1 26126:1 26240:1 26295:1 26339:1 26439:1 26516:1 26591:1 26661:1 26670:1 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26955:1 26958:1 26960:1 26962:2 26970:1 26973:1 27008:1 27037:3 27054:1 27088:1 27130:1 27135:1 27138:1 27147:1 27221:1 27231:1 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27538:1 27547:1 27564:1 27584:2 27619:1 27628:1 27653:5 27663:1 27675:2 27690:3 27701:1 27752:1 27790:2 27801:1 27825:2 27861:1 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27999:2 28048:1 28119:2 28192:1 28196:1 28215:1 28347:1 28348:1 28486:1 28507:1 28523:2 28543:1 28573:1 28608:1 28615:1 28620:1 28639:2 28694:1 28763:1 28811:1 28840:1 28842:1 28843:1 28845:1
19 46:1 81:1 148:1 213:1 263:1 289:1 369:1 416:1 591:3 618:1 630:1 690:1 775:1 825:1 865:1 877:1 890:1 894:1 897:1 898:3 907:1 908:1 909:1 942:1 946:1 979:1 980:1 1022:3 1082:1 1158:1 1282:1 1317:1 1447:1 1467:1 1471:1 1509:2 1517:1 1530:2 1541:1 1576:1 1614:1 1629:1 1670:1 1712:3 1839:1 1840:1 1898:1 1933:1 2001:1 2021:1 2039:1 2082:1 2102:1 2104:1 2111:1 2141:1 2160:3 2230:1 2246:1 2255:1 2265:1 2274:1 2298:1 2382:1 2386:1 2412:2 2418:1 2562:1 2575:1 2601:1 2740:2 2764:1 2847:2 2865:1 2876:1 2884:5 2893:3 2929:1 2938:2 2946:1 2966:1 3124:1 3151:1 3208:2 3248:1 3268:1 3271:1 3303:1 3322:1 3405:1 3419:1 3492:1 3499:1 3527:1 3531:1 3544:1 3555:2 3557:1 3613:1 3617:1 3665:3 3766:2 3798:1 3810:1 3813:1 3833:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 4035:3 4041:1 4133:1 4138:2 4291:1 4315:1 4324:1 4335:1 4418:1 4451:1 4452:1 4453:1 4494:1 4501:1 4509:1 4535:1 4536:2 4553:1 4604:1 4658:1 4662:1 4696:2 4748:2 4845:1 4848:1 4864:2 4865:2 4869:1 4870:1 4871:1 4875:1 4876:2 4879:1 4885:2 4898:1 4961:1 4988:1 5013:1 5084:1 5241:1 5256:1 5279:1 5366:3 5387:1 5457:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5604:1 5686:1 5744:1 5896:1 5900:2 5901:5 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6037:1 6118:1 6144:3 6165:1 6265:1 6275:1 6280:1 6291:1 6295:1 6300:1 6320:1 6369:1 6450:1 6481:1 6620:2 6640:1 6645:1 6724:1 6733:1 6761:1 6769:2 6799:1 6890:1 7085:1 7121:4 7123:1 7167:1 7180:1 7425:2 7443:1 7469:1 7544:1 7567:1 7583:1 7610:1 7624:1 7679:1 7680:1 7701:2 7741:3 7767:5 7769:2 7775:1 7822:1 7836:1 7921:1 7976:1 7977:1 8130:1 8142:1 8225:4 8257:1 8347:1 8362:1 8384:1 8398:1 8411:2 8444:1 8468:1 8477:1 8484:1 8561:1 8570:1 8580:2 8599:1 8680:2 8769:1 8827:1 8834:1 8879:1 8882:1 8947:1 9045:1 9048:1 9064:4 9167:1 9244:2 9248:1 9319:1 9326:1 9419:2 9607:1 9616:1 9682:2 9683:16 9717:1 9719:1 9743:1 9784:1 9790:3 9818:1 9856:1 9878:1 10023:2 10056:2 10111:1 10121:1 10193:1 10278:1 10314:1 10455:1 10542:1 10561:1 10568:1 10585:2 10647:1 10658:1 10743:1 10747:3 10757:1 10772:1 10775:1 10826:1 10852:1 10854:1 10856:1 10952:1 10978:1 10990:1 11027:1 11029:1 11078:1 11109:1 11187:1 11202:1 11230:1 11266:1 11298:1 11301:1 11306:1 11368:1 11383:1 11409:1 11476:1 11493:1 11512:1 11534:1 11575:1 11664:1 11674:1 11695:1 11696:1 11714:1 11715:1 11738:1 11778:1 11797:2 11803:5 11806:1 11809:1 11814:1 11844:1 11862:1 11906:1 11925:1 11928:1 11984:1 12039:1 12054:1 12370:1 12534:1 12658:1 12810:4 12832:1 12859:3 12865:1 12876:1 12897:1 12914:1 12930:1 12941:1 12953:1 13041:1 13100:1 13179:1 13186:2 13212:2 13238:2 13273:1 13276:4 13305:1 13325:1 13342:1 13352:2 13368:1 13377:1 13401:1 13412:1 13463:1 13505:1 13532:1 13546:1 13547:1 13587:1 13588:1 13667:1 13676:1 13746:1 13753:1 14064:1 14067:1 14103:1 14109:1 14116:1 14154:1 14348:1 14370:1 14387:1 14550:1 14565:1 14567:1 14572:1 14578:2 14611:2 14712:1 14715:2 14810:1 14865:1 14903:1 14916:1 14922:1 14938:1 14974:2 14995:1 15015:1 15035:1 15083:1 15143:1 15233:1 15275:1 15315:1 15418:1 15461:1 15494:1 15501:1 15504:1 15518:1 15538:2 15553:1 15562:3 15588:1 15712:1 15714:1 15724:2 15731:1 15770:1 15800:1 15803:1 15816:1 15859:3 15987:1 16088:2 16118:2 16157:1 16216:1 16231:1 16232:1 16252:1 16329:1 16389:1 16535:1 16565:1 16648:1 16653:1 16694:11 16736:1 16756:2 16849:1 16866:1 16868:1 16897:1 16952:1 16956:1 16986:1 17037:1 17060:2 17063:1 17087:2 17090:1 17109:1 17219:1 17341:1 17349:1 17354:1 17363:1 17381:1 17411:1 17436:1 17438:1 17670:1 17678:1 17719:1 17843:1 17890:1 17929:2 18013:1 18022:1 18060:1 18105:1 18124:2 18226:3 18228:1 18239:1 18338:2 18343:1 18444:1 18474:1 18522:577 18701:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18884:1 18911:1 19010:1 19067:1 19168:1 19182:1 19195:1 19203:1 19219:1 19223:1 19232:1 19258:1 19298:1 19320:1 19336:1 19350:1 19366:1 19396:1 19487:1 19501:1 19593:2 19633:1 19661:1 19765:1 19892:1 19893:1 19954:2 19987:1 19997:1 20023:5 20037:1 20039:2 20116:1 20167:1 20257:2 20261:1 20361:1 20496:2 20570:1 20597:1 20608:2 20613:1 20622:3 20623:1 20708:1 20739:1 20786:1 20819:1 20841:1 20990:1 21008:1 21050:1 21096:1 21148:1 21177:1 21215:2 21231:2 21239:1 21303:1 21311:1 21328:1 21373:1 21398:1 21415:1 21422:1 21429:1 21578:1 21593:1 21605:5 21606:1 21610:1 21628:1 21643:1 21646:1 21647:1 21669:1 21697:1 21738:1 21780:1 21795:1 21802:1 21824:1 21841:2 21851:1 21856:1 21884:1 21946:1 21969:1 21999:1 22003:3 22014:1 22039:1 22093:1 22140:2 22165:2 22187:1 22221:1 22225:1 22266:1 22289:1 22356:1 22400:1 22435:2 22510:2 22520:1 22556:2 22557:1 22587:1 22722:1 22818:1 22927:2 22940:1 22996:1 23009:2 23018:1 23036:1 23037:1 23098:4 23160:2 23231:1 23321:1 23375:1 23505:1 23578:1 23581:1 23690:1 23746:1 23763:1 23795:1 23841:1 23844:1 23877:1 23922:1 23928:1 23939:11 23986:2 24034:1 24047:1 24051:1 24064:1 24083:1 24099:2 24105:1 24106:1 24167:1 24171:1 24174:1 24212:1 24335:1 24369:1 24542:1 24548:1 24555:1 24613:3 24614:2 24653:1 24666:1 24728:1 24783:1 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25011:1 25041:3 25065:3 25066:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:1 25320:1 25343:1 25468:1 25578:1 25617:1 25676:2 25726:1 25740:1 25759:1 25769:1 25791:1 25808:2 25865:1 25868:1 25915:1 25923:1 25929:1 25990:1 26041:1 26060:1 26063:1 26067:1 26126:1 26240:1 26295:1 26319:1 26339:1 26439:1 26516:1 26591:1 26661:1 26670:1 26714:1 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26955:1 26958:1 26960:1 26962:2 26970:1 26973:1 27008:1 27037:4 27054:1 27088:1 27130:1 27135:1 27138:1 27147:1 27221:1 27231:1 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27538:1 27547:1 27564:1 27584:2 27619:1 27628:1 27653:5 27663:1 27675:2 27690:4 27701:1 27752:1 27790:2 27801:1 27825:2 27861:1 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27999:2 28048:1 28119:2 28192:1 28196:1 28215:1 28347:1 28348:1 28486:1 28507:1 28523:2 28543:1 28547:1 28573:1 28608:1 28615:1 28620:1 28639:2 28694:1 28763:1 28811:2 28840:1 28842:1 28843:1 28845:1
19 46:1 81:1 148:1 213:1 241:1 263:1 289:1 369:1 416:1 558:1 591:3 618:1 630:1 690:1 775:1 825:1 865:1 877:1 890:1 894:1 897:1 898:3 907:1 908:1 909:1 942:1 946:1 979:2 980:1 1022:3 1025:1 1082:1 1158:1 1282:1 1317:1 1447:1 1467:1 1471:1 1509:2 1517:1 1530:2 1541:1 1576:1 1610:1 1614:1 1629:1 1670:1 1712:3 1839:1 1840:1 1898:1 1933:1 2001:1 2021:1 2039:1 2082:1 2102:1 2104:1 2111:1 2141:1 2160:3 2184:1 2230:1 2246:1 2255:1 2265:1 2274:1 2298:1 2299:1 2382:1 2386:1 2412:2 2418:1 2437:1 2510:1 2562:1 2575:1 2601:1 2700:1 2740:2 2764:1 2847:2 2865:1 2876:1 2884:5 2893:3 2929:1 2938:2 2946:1 2966:1 3092:1 3124:1 3151:1 3208:2 3248:1 3268:1 3271:1 3303:1 3322:1 3405:1 3419:1 3492:1 3499:1 3527:1 3531:1 3544:1 3555:2 3557:1 3613:1 3617:1 3627:1 3665:3 3741:1 3766:2 3798:1 3810:1 3813:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 4035:3 4041:1 4133:1 4138:2 4291:1 4315:1 4324:1 4335:1 4384:1 4418:1 4451:1 4452:1 4453:1 4494:1 4501:1 4509:1 4535:1 4536:2 4553:1 4598:1 4604:1 4658:1 4662:1 4696:2 4748:2 4845:1 4848:1 4850:1 4864:3 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4898:1 4961:1 4988:1 5013:1 5084:1 5241:1 5256:1 5279:1 5366:3 5387:1 5457:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5604:1 5686:1 5744:1 5896:1 5900:2 5901:5 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6027:1 6037:1 6118:1 6144:3 6165:1 6265:1 6275:1 6279:1 6280:1 6291:1 6295:1 6300:1 6320:1 6369:1 6450:1 6481:1 6620:2 6640:1 6645:1 6724:1 6733:1 6761:1 6769:2 6799:1 6866:1 6890:1 6898:1 7040:1 7085:1 7121:5 7123:1 7167:1 7180:1 7425:3 7443:1 7469:1 7544:1 7567:1 7583:1 7610:1 7624:1 7679:1 7680:1 7696:1 7701:2 7741:4 7767:5 7769:2 7775:1 7822:1 7836:1 7837:1 7921:1 7976:1 7977:1 8130:1 8142:1 8225:6 8246:1 8257:1 8347:1 8362:1 8384:1 8398:1 8411:2 8440:1 8444:1 8468:1 8477:1 8484:1 8561:1 8570:1 8571:1 8580:2 8599:1 8680:2 8769:1 8827:1 8834:1 8879:1 8882:1 8947:1 9016:1 9045:1 9048:1 9064:4 9144:1 9167:1 9244:2 9248:1 9319:1 9326:2 9419:2 9552:1 9607:1 9616:1 9682:3 9683:16 9717:1 9719:1 9743:1 9784:1 9790:3 9818:1 9856:1 9878:1 10023:2 10056:2 10111:1 10121:1 10193:1 10278:1 10314:1 10455:1 10542:1 10561:1 10568:1 10585:2 10647:1 10658:1 10743:1 10747:3 10757:1 10772:1 10775:1 10826:1 10852:1 10854:1 10856:1 10952:1 10978:1 10990:1 10995:1 11027:1 11029:1 11078:1 11109:1 11187:1 11202:1 11230:1 11266:1 11298:1 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11476:1 11493:1 11512:2 11534:1 11575:1 11664:1 11674:1 11695:1 11696:1 11714:1 11715:1 11738:1 11778:1 11797:2 11803:5 11806:1 11809:1 11814:1 11844:1 11862:1 11906:1 11925:1 11928:2 11984:1 12039:1 12054:1 12138:1 12282:1 12370:1 12534:1 12545:1 12658:1 12810:4 12832:1 12859:3 12865:1 12876:1 12897:1 12914:1 12922:1 12930:1 12941:1 12953:1 12971:1 13041:1 13100:1 13179:1 13186:2 13212:2 13238:2 13253:1 13273:1 13276:4 13305:1 13325:1 13342:1 13344:1 13352:2 13368:1 13377:1 13401:1 13412:1 13453:1 13463:1 13505:1 13532:1 13546:1 13547:2 13587:1 13588:1 13667:1 13672:1 13676:1 13746:1 13753:1 13782:1 13965:1 14064:1 14067:1 14103:1 14109:1 14116:2 14154:1 14348:1 14370:1 14387:1 14417:1 14536:1 14550:1 14565:1 14567:1 14572:1 14578:2 14611:2 14712:1 14715:2 14810:1 14865:1 14903:1 14916:1 14922:1 14938:1 14974:2 14995:2 15015:1 15030:1 15035:1 15083:1 15143:1 15233:1 15275:1 15280:1 15315:1 15418:1 15461:1 15494:1 15501:1 15504:1 15518:1 15538:2 15553:1 15562:3 15588:1 15712:1 15714:1 15724:3 15731:1 15770:1 15792:1 15800:1 15803:1 15816:1 15859:3 15876:1 15987:1 16088:2 16118:2 16157:1 16216:1 16231:1 16232:1 16252:1 16253:1 16257:1 16302:1 16329:1 16389:1 16535:1 16565:1 16648:1 16653:1 16694:11 16736:1 16756:2 16803:1 16849:1 16866:1 16868:1 16897:1 16899:1 16952:1 16956:1 16986:1 17037:1 17060:2 17063:2 17087:2 17090:1 17109:1 17219:1 17308:1 17341:1 17349:1 17354:2 17363:1 17381:1 17411:1 17436:1 17438:1 17613:1 17632:1 17670:1 17678:1 17719:1 17843:1 17890:1 17929:2 18013:1 18022:1 18060:1 18105:1 18124:2 18226:3 18228:1 18239:1 18338:3 18343:1 18444:1 18474:1 18484:1 18522:641 18701:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18884:1 18911:1 19010:1 19067:1 19168:1 19182:1 19195:1 19203:1 19219:1 19223:1 19232:1 19258:1 19298:1 19305:1 19320:1 19336:1 19350:1 19366:1 19396:1 19487:1 19501:1 19561:1 19593:2 19633:1 19661:2 19765:1 19892:1 19893:1 19954:2 19987:1 19997:1 20023:5 20037:1 20039:2 20116:1 20167:1 20257:2 20261:1 20361:1 20496:2 20522:1 20570:1 20594:1 20597:1 20608:2 20611:1 20613:1 20622:3 20623:1 20708:1 20739:1 20778:1 20786:1 20819:1 20841:1 20905:1 20990:1 21008:1 21050:1 21096:1 21148:1 21177:1 21215:2 21231:2 21239:1 21244:1 21260:1 21296:1 21303:1 21311:1 21328:1 21329:1 21365:1 21373:1 21398:1 21415:1 21422:1 21429:1 21532:1 21578:1 21593:1 21605:5 21606:2 21610:1 21628:1 21643:1 21646:1 21647:1 21669:1 21697:1 21738:1 21780:1 21795:1 21802:1 21824:1 21837:1 21841:2 21851:1 21856:1 21884:1 21946:1 21955:1 21969:1 21999:1 22003:3 22014:1 22032:1 22039:2 22093:1 22140:2 22165:2 22187:1 22221:1 22225:1 22266:1 22289:1 22356:1 22400:1 22435:2 22447:1 22510:2 22520:1 22556:2 22557:1 22587:1 22722:1 22818:1 22927:2 22940:1 22962:1 22996:1 23009:2 23018:2 23036:1 23037:1 23051:1 23098:4 23155:1 23160:2 23231:1 23257:1 23321:1 23375:1 23386:1 23505:1 23578:1 23581:1 23603:1 23690:1 23746:1 23763:2 23795:1 23841:1 23844:1 23877:1 23922:1 23928:1 23939:11 23986:2 24034:1 24047:1 24051:1 24064:1 24083:1 24099:2 24105:1 24106:1 24167:1 24171:1 24174:1 24212:1 24335:1 24369:1 24542:1 24548:1 24555:1 24613:3 24614:2 24653:1 24666:1 24728:1 24783:1 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25005:1 25011:1 25041:3 25065:3 25066:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:1 25320:1 25343:1 25468:1 25500:1 25578:1 25615:1 25617:1 25676:2 25726:1 25740:2 25759:1 25769:1 25791:1 25808:3 25865:1 25868:1 25901:1 25915:1 25923:1 25929:1 25990:1 26041:1 26060:1 26063:1 26067:1 26126:1 26240:1 26295:1 26319:1 26339:1 26439:1 26485:1 26497:1 26516:1 26591:1 26661:1 26670:1 26714:1 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26955:1 26958:1 26960:1 26962:2 26970:1 26973:1 27008:1 27037:5 27054:1 27088:1 27130:1 27135:1 27138:1 27147:1 27221:1 27231:2 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27538:1 27547:1 27564:1 27584:2 27599:1 27619:1 27628:1 27653:6 27663:1 27675:2 27690:4 27701:1 27752:1 27790:2 27801:1 27825:2 27861:1 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27999:2 28048:1 28119:2 28192:1 28196:1 28215:1 28347:1 28348:1 28392:1 28486:1 28507:1 28523:2 28543:1 28547:1 28573:1 28608:1 28615:1 28620:1 28639:2 28694:1 28763:1 28811:2 28840:1 28842:1 28843:1 28845:1 28882:1
19 27:1 46:1 49:1 81:1 148:1 213:1 241:1 263:1 289:1 369:1 416:1 432:2 558:1 591:4 618:1 630:1 690:1 775:1 825:1 865:1 877:1 890:1 894:2 897:2 898:3 907:2 908:1 909:1 942:1 946:1 979:2 980:1 1022:3 1025:1 1082:1 1158:1 1282:1 1317:1 1447:1 1467:1 1471:1 1509:2 1517:1 1530:2 1541:1 1576:1 1610:1 1614:1 1629:1 1670:1 1712:3 1820:1 1839:1 1840:1 1898:1 1933:1 2001:1 2021:1 2039:1 2082:1 2102:1 2104:1 2111:1 2141:1 2160:3 2184:1 2230:1 2246:1 2255:1 2265:1 2274:1 2298:2 2299:1 2309:1 2382:1 2386:1 2412:2 2418:1 2437:1 2510:1 2562:1 2575:1 2601:1 2700:1 2740:3 2764:1 2847:2 2865:1 2876:1 2884:6 2893:3 2929:1 2938:2 2946:1 2961:1 2966:2 3092:1 3124:1 3151:1 3195:1 3208:2 3248:1 3268:1 3271:3 3303:1 3322:1 3405:1 3419:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3613:1 3617:1 3627:1 3665:3 3718:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 4035:3 4041:1 4133:1 4138:2 4291:1 4315:1 4324:1 4335:1 4384:1 4418:1 4451:1 4452:1 4453:1 4494:1 4501:1 4509:1 4535:1 4536:2 4553:1 4598:1 4604:1 4658:1 4662:1 4696:2 4748:2 4749:1 4800:1 4845:1 4848:1 4850:2 4864:3 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:1 4897:1 4898:1 4953:1 4961:1 4988:1 5013:1 5084:1 5241:1 5256:1 5279:1 5366:3 5387:1 5457:1 5458:1 5473:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5604:1 5638:1 5686:1 5744:1 5896:1 5900:2 5901:5 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6027:1 6032:1 6037:1 6118:1 6144:3 6165:1 6221:1 6265:1 6275:1 6279:3 6280:1 6291:1 6295:2 6300:1 6320:1 6369:1 6450:1 6481:1 6484:1 6601:1 6620:2 6640:1 6645:1 6724:1 6733:1 6761:3 6769:2 6799:1 6866:1 6890:1 6898:2 7037:1 7040:1 7085:1 7121:5 7123:1 7167:1 7180:1 7425:3 7443:1 7467:1 7469:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7679:2 7680:1 7696:1 7701:3 7741:5 7767:6 7769:2 7775:1 7822:1 7836:1 7837:2 7866:1 7921:1 7976:1 7977:1 8128:1 8130:1 8142:1 8184:1 8225:6 8246:1 8257:1 8347:2 8362:1 8384:1 8398:1 8411:2 8440:1 8444:1 8468:1 8477:1 8481:1 8484:1 8561:1 8570:1 8571:2 8580:2 8599:1 8680:2 8769:1 8827:1 8834:1 8879:1 8882:1 8927:1 8947:1 9016:1 9045:1 9048:1 9064:4 9144:1 9167:1 9236:1 9244:3 9248:1 9273:1 9319:1 9326:2 9366:1 9419:2 9552:1 9580:1 9607:1 9616:1 9682:3 9683:16 9717:1 9719:1 9743:1 9784:1 9790:3 9818:1 9856:1 9878:1 9982:1 10001:1 10023:2 10056:2 10111:1 10121:1 10193:1 10278:1 10314:1 10348:1 10437:1 10455:1 10542:1 10561:1 10568:1 10585:3 10647:1 10653:1 10658:1 10743:1 10747:3 10757:1 10772:1 10775:1 10826:1 10852:1 10854:1 10856:1 10860:1 10952:1 10978:1 10990:3 10995:1 11027:1 11029:1 11065:1 11078:1 11109:1 11168:1 11178:1 11187:1 11202:1 11230:1 11246:1 11266:1 11298:1 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11469:1 11476:1 11493:1 11512:2 11534:1 11568:1 11575:1 11617:1 11664:1 11674:1 11695:1 11696:1 11714:1 11715:1 11738:1 11778:1 11797:2 11803:5 11806:1 11809:1 11814:1 11823:1 11844:1 11862:1 11906:1 11925:1 11928:2 11984:1 12039:1 12054:1 12138:1 12143:1 12282:1 12370:1 12534:1 12545:1 12557:1 12608:1 12629:1 12658:1 12665:1 12810:4 12832:1 12859:3 12865:1 12876:1 12897:1 12914:1 12922:1 12930:1 12941:1 12953:1 12971:1 13041:1 13100:1 13114:1 13179:1 13181:1 13186:2 13212:2 13238:2 13253:1 13273:1 13276:4 13305:1 13325:1 13333:1 13342:1 13344:1 13352:2 13368:1 13377:2 13401:1 13412:1 13453:1 13463:1 13505:1 13532:1 13546:1 13547:2 13587:1 13588:1 13667:1 13672:1 13676:1 13679:1 13746:1 13753:1 13782:1 13887:1 13965:1 14064:1 14067:1 14103:1 14109:1 14116:3 14154:1 14348:1 14357:1 14370:1 14387:1 14417:1 14536:1 14550:1 14565:1 14567:1 14572:1 14578:2 14611:2 14712:1 14715:2 14760:1 14810:1 14865:1 14903:1 14916:1 14921:1 14922:1 14938:1 14974:2 14995:3 15015:1 15030:1 15035:1 15083:1 15143:1 15233:1 15275:1 15280:1 15315:1 15418:1 15461:1 15494:1 15501:1 15503:1 15504:1 15518:1 15538:2 15553:2 15562:3 15586:1 15588:1 15712:1 15714:1 15724:3 15731:1 15770:1 15792:1 15800:1 15803:1 15816:1 15859:3 15876:1 15952:1 15987:1 15999:1 16088:2 16118:2 16157:1 16166:1 16216:1 16231:1 16232:1 16252:1 16253:1 16257:1 16302:1 16329:1 16389:1 16535:1 16565:1 16648:1 16651:1 16653:1 16662:1 16694:11 16736:1 16756:2 16803:1 16849:1 16866:1 16868:1 16897:1 16899:1 16952:1 16956:1 16986:1 17037:1 17060:2 17063:2 17087:2 17090:1 17109:1 17219:1 17308:1 17341:1 17349:1 17354:2 17363:1 17381:1 17411:1 17436:1 17438:1 17597:1 17613:1 17632:1 17670:1 17678:1 17719:1 17829:1 17843:1 17890:1 17929:2 18013:1 18022:1 18060:1 18105:1 18124:2 18226:3 18228:1 18239:1 18338:3 18343:1 18444:1 18474:1 18484:1 18522:708 18701:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18884:1 18911:1 19010:1 19067:1 19078:1 19168:1 19182:1 19195:1 19203:1 19219:1 19223:1 19232:1 19258:1 19298:1 19305:1 19320:1 19336:1 19350:1 19366:1 19396:1 19487:1 19501:1 19561:1 19593:2 19633:1 19661:2 19765:1 19883:1 19892:1 19893:1 19906:1 19954:2 19987:1 19997:1 20014:1 20023:5 20037:1 20039:2 20116:1 20167:1 20257:2 20261:1 20300:1 20361:1 20438:1 20496:2 20509:1 20522:1 20570:1 20594:1 20597:1 20608:2 20611:1 20613:1 20622:3 20623:1 20708:1 20730:1 20739:1 20778:1 20786:1 20819:1 20841:1 20905:1 20910:1 20990:1 21008:1 21050:1 21096:1 21148:1 21177:1 21188:1 21205:1 21215:2 21231:2 21239:1 21244:1 21260:1 21263:1 21296:2 21300:1 21303:1 21311:1 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:1 21532:1 21578:1 21593:1 21604:1 21605:5 21606:2 21610:1 21628:1 21643:1 21645:1 21646:1 21647:1 21669:1 21697:1 21738:1 21758:1 21776:1 21780:1 21795:1 21802:1 21804:1 21824:1 21837:1 21841:2 21851:1 21856:1 21884:1 21946:1 21955:1 21969:1 21999:1 22003:3 22014:1 22032:1 22039:2 22093:1 22140:3 22154:2 22165:2 22168:1 22170:1 22187:1 22221:1 22225:1 22266:1 22289:1 22356:1 22400:1 22435:2 22447:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:1 22722:1 22763:1 22818:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23018:2 23036:1 23037:1 23051:1 23098:4 23142:1 23155:1 23160:2 23185:1 23231:1 23257:1 23321:1 23375:1 23386:1 23505:1 23542:1 23578:1 23581:1 23603:1 23690:1 23746:1 23763:2 23795:2 23841:1 23844:1 23877:1 23922:1 23928:1 23939:11 23986:2 24034:1 24047:1 24051:1 24064:1 24083:1 24099:3 24105:1 24106:1 24167:1 24171:1 24174:1 24212:1 24223:1 24335:1 24369:1 24542:1 24548:1 24555:2 24613:3 24614:2 24653:1 24666:1 24723:1 24728:1 24783:1 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25005:1 25011:1 25033:1 25041:3 25065:3 25066:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:1 25320:1 25343:1 25468:1 25500:1 25578:1 25615:1 25617:1 25676:2 25726:1 25740:2 25759:1 25769:1 25791:1 25808:3 25865:1 25868:1 25901:1 25915:1 25923:1 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:1 26126:1 26180:1 26240:1 26295:1 26319:1 26339:1 26427:1 26439:1 26468:1 26485:2 26497:1 26516:1 26591:1 26661:1 26670:1 26714:1 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26955:1 26958:1 26960:1 26962:2 26970:1 26973:1 27008:1 27009:1 27037:5 27054:1 27088:1 27130:1 27135:1 27138:1 27147:1 27221:1 27231:2 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27482:1 27538:1 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:7 27663:1 27675:2 27690:4 27701:1 27752:1 27759:1 27790:2 27801:1 27825:3 27861:2 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27999:2 28025:1 28040:1 28048:1 28119:2 28192:1 28196:1 28215:1 28347:2 28348:1 28392:1 28486:1 28488:1 28507:2 28523:2 28543:1 28547:1 28573:1 28608:1 28615:1 28620:1 28639:2 28694:1 28729:1 28763:1 28811:2 28840:1 28842:1 28843:1 28845:1 28882:1
19 27:1 46:1 49:1 81:1 148:1 213:1 241:1 248:1 263:1 289:1 369:1 416:1 432:2 558:1 591:4 597:1 618:1 630:1 690:1 775:1 825:1 865:2 877:1 890:1 894:2 897:2 898:3 907:2 908:1 909:1 942:1 946:2 979:2 980:1 1022:3 1025:1 1082:1 1110:1 1158:1 1280:1 1282:1 1317:1 1447:1 1467:1 1471:1 1509:2 1517:1 1530:2 1541:1 1576:1 1610:1 1614:1 1629:1 1670:1 1686:1 1712:3 1767:1 1820:1 1839:1 1840:2 1895:1 1898:1 1933:1 1946:1 2001:1 2021:1 2039:1 2082:1 2102:1 2104:2 2111:1 2141:1 2160:3 2184:1 2230:1 2246:1 2255:1 2265:1 2274:2 2298:2 2299:1 2309:1 2382:1 2386:1 2412:2 2418:1 2437:1 2510:1 2562:1 2575:1 2601:1 2700:1 2740:4 2764:1 2847:2 2865:1 2876:1 2884:7 2893:4 2929:1 2938:2 2946:1 2961:1 2966:2 3092:1 3119:1 3124:1 3151:1 3195:1 3208:2 3248:1 3268:1 3271:3 3303:1 3313:1 3322:2 3405:1 3406:1 3419:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3610:1 3613:1 3617:1 3627:1 3661:1 3665:3 3701:1 3718:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 4035:3 4041:1 4096:1 4133:1 4138:2 4291:1 4315:1 4324:1 4335:1 4349:1 4384:1 4413:1 4418:1 4451:1 4452:1 4453:1 4493:1 4494:1 4501:1 4509:1 4535:1 4536:2 4553:1 4598:1 4604:1 4650:1 4658:1 4662:1 4696:2 4748:2 4749:1 4800:1 4845:1 4848:1 4850:2 4864:3 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:1 4897:1 4898:1 4953:1 4961:1 4988:1 5013:1 5084:1 5241:1 5256:1 5279:1 5366:3 5387:1 5457:2 5458:1 5473:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5604:1 5638:1 5686:1 5744:1 5827:1 5896:1 5900:2 5901:5 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6027:1 6032:1 6037:1 6118:1 6119:1 6144:3 6165:1 6221:1 6245:1 6265:1 6275:1 6279:3 6280:1 6289:1 6291:1 6295:2 6300:1 6320:1 6369:1 6450:1 6481:1 6484:1 6601:1 6620:2 6640:1 6645:1 6664:1 6724:1 6733:1 6761:3 6769:2 6799:2 6866:1 6890:1 6898:2 7037:1 7040:1 7085:1 7121:5 7123:1 7167:1 7180:1 7425:3 7443:2 7462:1 7467:1 7469:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7679:2 7680:1 7696:1 7701:3 7741:6 7767:7 7769:2 7775:1 7822:1 7836:1 7837:2 7866:1 7921:1 7976:1 7977:1 8128:1 8130:1 8142:1 8161:1 8184:1 8225:8 8246:1 8257:1 8347:2 8362:1 8384:1 8398:1 8411:2 8440:1 8444:2 8468:1 8477:1 8481:1 8484:1 8561:1 8570:1 8571:2 8580:2 8584:1 8599:1 8680:2 8769:1 8827:1 8834:1 8879:1 8882:1 8927:1 8947:1 9016:1 9045:1 9048:1 9064:4 9144:1 9167:1 9236:1 9244:4 9248:1 9273:1 9319:1 9326:2 9342:1 9366:1 9419:2 9552:1 9580:1 9607:1 9616:1 9682:4 9683:18 9717:1 9719:1 9743:1 9784:1 9790:3 9818:1 9856:1 9878:1 9982:1 10001:1 10023:2 10056:2 10111:1 10121:1 10193:1 10278:1 10314:1 10328:1 10348:1 10437:1 10455:1 10542:1 10561:1 10568:1 10585:3 10647:2 10653:1 10658:1 10743:2 10747:4 10757:1 10772:1 10775:1 10826:1 10852:1 10854:1 10856:1 10860:1 10871:1 10952:1 10974:1 10978:1 10990:3 10995:1 11027:1 11029:1 11065:1 11078:1 11109:1 11168:1 11178:1 11187:1 11202:1 11230:1 11246:1 11266:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11469:1 11476:1 11493:1 11512:2 11534:1 11551:1 11568:1 11575:1 11617:1 11664:1 11674:1 11695:1 11696:1 11714:1 11715:1 11738:1 11778:1 11797:2 11803:5 11806:1 11809:1 11814:1 11823:1 11844:1 11862:1 11896:1 11906:1 11925:1 11928:2 11984:1 12039:1 12054:1 12138:1 12143:1 12282:1 12370:1 12534:1 12545:1 12557:1 12591:1 12608:1 12629:1 12658:1 12665:1 12810:5 12832:1 12859:3 12865:1 12876:1 12897:1 12914:1 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12996:1 13041:1 13100:1 13114:1 13165:1 13179:1 13181:1 13186:2 13210:1 13212:2 13238:2 13251:1 13253:1 13273:1 13276:4 13305:1 13325:1 13332:1 13333:1 13342:1 13344:2 13352:2 13368:1 13377:2 13401:1 13412:1 13453:1 13463:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:1 13588:1 13667:1 13672:1 13676:1 13679:1 13742:1 13746:1 13753:1 13782:2 13887:1 13965:1 14064:1 14067:1 14087:1 14103:1 14109:1 14116:3 14154:1 14348:1 14357:1 14370:1 14387:1 14417:1 14536:1 14548:1 14550:1 14565:1 14567:1 14572:1 14578:2 14611:2 14712:1 14715:2 14760:1 14787:1 14810:1 14865:1 14903:1 14916:1 14921:1 14922:1 14938:1 14974:2 14995:3 15015:1 15030:1 15035:2 15083:1 15143:1 15233:1 15275:1 15280:1 15315:1 15397:1 15418:1 15461:1 15494:1 15501:1 15503:1 15504:1 15518:1 15538:2 15553:2 15562:3 15586:1 15588:1 15712:1 15714:1 15724:3 15731:1 15770:1 15792:1 15800:1 15803:1 15816:1 15859:3 15876:1 15952:1 15987:1 15999:1 16088:2 16118:2 16157:1 16166:1 16179:1 16216:1 16231:1 16232:1 16237:1 16240:1 16252:1 16253:1 16257:1 16302:1 16329:1 16389:1 16507:1 16535:1 16565:1 16648:1 16651:1 16653:1 16662:1 16694:11 16726:1 16736:1 16756:2 16803:1 16849:1 16866:1 16868:1 16877:1 16897:1 16899:1 16952:1 16956:1 16986:1 17037:1 17060:2 17063:2 17087:2 17090:1 17109:1 17156:1 17219:1 17308:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17438:1 17597:1 17613:1 17632:1 17668:1 17670:1 17678:1 17719:1 17829:1 17843:1 17890:1 17929:2 18013:1 18022:1 18060:1 18105:1 18124:2 18167:1 18226:3 18228:1 18239:1 18331:1 18338:3 18343:1 18444:1 18474:1 18484:1 18488:1 18522:783 18672:1 18701:1 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18884:1 18911:1 19010:1 19067:1 19078:1 19168:1 19169:1 19182:1 19195:1 19203:1 19219:1 19223:1 19224:1 19232:1 19244:1 19258:1 19298:1 19305:1 19320:1 19336:1 19345:1 19350:1 19366:2 19396:1 19487:1 19501:1 19561:1 19593:2 19623:1 19633:1 19645:1 19661:2 19751:1 19765:1 19883:1 19892:1 19893:1 19906:1 19907:1 19954:3 19987:1 19997:2 20014:1 20023:5 20037:1 20039:2 20116:1 20167:1 20257:2 20261:1 20300:1 20361:1 20438:1 20496:2 20509:1 20522:1 20570:1 20594:1 20597:1 20608:2 20611:1 20613:1 20622:3 20623:1 20691:1 20708:1 20730:2 20739:1 20778:2 20786:1 20819:1 20841:1 20905:1 20910:1 20990:1 21008:1 21050:1 21096:1 21148:1 21177:1 21181:1 21188:1 21205:1 21215:2 21231:2 21239:1 21244:1 21260:1 21263:1 21296:2 21300:1 21303:1 21311:1 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:1 21532:1 21578:1 21593:1 21599:1 21604:1 21605:5 21606:2 21610:1 21628:1 21643:1 21645:1 21646:1 21647:1 21669:1 21697:1 21738:1 21758:1 21776:1 21780:1 21795:1 21802:1 21804:1 21824:1 21837:1 21841:2 21851:1 21856:1 21884:1 21946:1 21955:1 21969:1 21999:1 22003:3 22014:1 22032:1 22039:2 22093:1 22140:3 22154:2 22160:1 22165:2 22168:1 22170:1 22187:2 22221:1 22225:1 22266:1 22274:1 22289:1 22356:1 22400:1 22435:2 22447:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:1 22722:1 22763:1 22817:1 22818:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23018:2 23022:1 23029:1 23036:1 23037:1 23051:1 23098:4 23142:1 23143:1 23155:1 23160:2 23185:1 23231:1 23257:1 23321:1 23375:1 23386:1 23505:1 23542:1 23564:1 23578:1 23581:1 23603:1 23690:1 23696:1 23746:1 23763:2 23767:1 23795:3 23841:1 23844:1 23877:1 23922:1 23928:1 23939:11 23986:2 24034:1 24047:1 24051:1 24064:1 24083:1 24099:3 24105:1 24106:1 24125:1 24167:1 24171:1 24174:1 24184:1 24212:1 24223:1 24335:1 24369:1 24389:1 24402:1 24542:1 24548:1 24555:2 24613:4 24614:2 24653:1 24666:1 24723:1 24728:1 24783:2 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25005:1 25011:1 25033:1 25041:3 25065:3 25066:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:1 25320:1 25343:1 25448:1 25468:1 25500:1 25578:1 25615:1 25617:1 25650:1 25676:2 25726:1 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25901:1 25915:1 25923:1 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:1 26126:1 26180:1 26240:1 26295:1 26319:1 26339:1 26427:1 26439:1 26468:1 26485:2 26497:1 26516:1 26552:1 26591:1 26661:1 26666:1 26670:1 26714:1 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26955:1 26956:1 26958:1 26960:2 26962:2 26970:1 26973:1 27008:1 27009:2 27037:5 27054:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:1 27221:1 27231:2 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27482:1 27538:1 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:8 27663:1 27675:2 27690:4 27701:2 27752:1 27759:1 27790:2 27801:1 27825:3 27861:2 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27999:2 28025:1 28040:1 28048:1 28119:2 28192:1 28196:1 28215:1 28323:1 28347:2 28348:1 28392:1 28486:1 28488:1 28507:2 28523:3 28543:1 28547:1 28573:1 28608:1 28615:1 28620:1 28639:2 28694:1 28729:1 28763:1 28811:2 28840:1 28842:1 28843:1 28845:1 28882:1
19 27:1 46:1 49:1 81:1 148:1 213:1 241:1 248:1 263:1 289:1 369:1 416:1 432:2 453:1 558:1 591:4 597:1 618:1 630:1 690:1 775:1 825:1 848:1 865:2 877:1 890:1 894:2 897:2 898:3 907:2 908:1 909:1 937:1 942:1 946:3 979:2 980:1 1022:3 1025:1 1082:1 1110:1 1158:1 1280:1 1282:1 1317:1 1447:1 1467:1 1471:1 1509:2 1517:1 1530:2 1541:1 1576:1 1610:2 1614:1 1629:1 1653:1 1670:1 1686:1 1712:3 1767:1 1820:1 1839:1 1840:2 1869:1 1895:1 1898:1 1933:1 1946:1 2001:1 2021:1 2039:1 2082:1 2102:1 2104:2 2111:1 2141:1 2160:3 2184:1 2230:1 2246:1 2255:1 2265:1 2274:2 2284:1 2298:2 2299:1 2309:1 2382:1 2386:1 2412:2 2418:1 2437:1 2510:1 2562:1 2575:1 2601:1 2700:1 2740:4 2744:1 2750:1 2764:1 2847:2 2865:1 2876:1 2884:9 2893:4 2929:1 2938:2 2946:1 2961:1 2966:2 3092:1 3119:1 3124:1 3151:1 3195:1 3208:2 3248:1 3268:1 3271:3 3303:1 3313:1 3322:2 3405:1 3406:1 3419:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3610:1 3613:1 3617:1 3627:1 3661:1 3665:3 3701:1 3718:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 3989:1 4035:3 4041:1 4096:1 4133:1 4138:2 4291:1 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:1 4418:1 4451:1 4452:1 4453:1 4493:1 4494:1 4501:1 4509:1 4535:1 4536:2 4547:1 4553:1 4598:1 4604:1 4650:1 4658:1 4662:1 4696:2 4748:3 4749:1 4800:1 4845:1 4848:1 4850:2 4864:3 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:1 4897:1 4898:1 4953:1 4961:1 4969:1 4988:1 5013:1 5084:1 5134:1 5241:1 5256:1 5279:1 5366:3 5387:1 5395:1 5457:2 5458:1 5473:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5604:1 5638:1 5686:1 5744:1 5827:1 5896:1 5900:2 5901:5 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6027:1 6032:1 6037:1 6118:1 6119:1 6144:3 6165:1 6221:1 6245:1 6265:1 6275:2 6279:3 6280:1 6289:1 6291:1 6295:2 6300:1 6320:1 6369:1 6450:1 6481:1 6484:1 6531:1 6601:1 6620:2 6640:1 6645:1 6664:1 6724:1 6733:1 6736:1 6761:3 6769:2 6799:2 6866:1 6890:1 6898:2 6938:1 7037:1 7040:1 7065:1 7085:1 7093:1 7121:6 7123:1 7167:1 7180:1 7425:3 7443:2 7462:1 7467:1 7469:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7679:2 7680:1 7696:1 7701:3 7741:7 7767:9 7769:2 7775:1 7822:1 7836:1 7837:2 7866:1 7921:1 7976:1 7977:1 7989:2 8128:1 8130:1 8142:2 8161:1 8184:1 8221:1 8225:8 8246:1 8257:1 8347:2 8362:1 8384:1 8398:1 8411:2 8440:1 8444:2 8468:1 8477:1 8481:1 8484:1 8561:1 8570:1 8571:2 8572:1 8580:2 8584:1 8599:1 8611:1 8680:2 8693:1 8769:1 8827:1 8834:1 8879:1 8882:1 8897:1 8927:1 8947:1 9016:1 9045:1 9048:1 9064:4 9144:1 9167:1 9236:1 9244:4 9248:1 9273:1 9319:1 9326:2 9335:1 9342:1 9366:1 9419:2 9439:1 9552:1 9580:1 9607:1 9616:1 9682:4 9683:18 9717:1 9719:1 9743:1 9784:1 9790:3 9818:1 9856:1 9878:1 9982:1 10001:1 10023:2 10056:2 10111:1 10121:1 10193:1 10278:1 10314:1 10328:1 10348:1 10350:1 10437:1 10455:1 10542:1 10561:1 10568:1 10585:3 10647:2 10653:1 10658:1 10743:2 10747:4 10757:1 10772:1 10775:1 10826:1 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:1 10978:1 10990:3 10995:1 11027:1 11029:1 11036:1 11065:1 11078:1 11109:1 11168:1 11178:1 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11469:1 11476:1 11493:1 11512:2 11534:1 11551:1 11568:1 11575:1 11577:1 11617:1 11664:1 11674:1 11695:2 11696:1 11714:1 11715:1 11725:1 11738:1 11778:1 11797:2 11803:5 11806:1 11809:1 11814:1 11823:1 11844:1 11862:1 11896:1 11906:1 11925:1 11928:2 11984:1 12039:1 12054:1 12062:1 12138:1 12143:1 12282:1 12370:1 12478:1 12490:1 12534:1 12545:1 12557:1 12591:1 12608:1 12629:1 12658:1 12665:1 12810:5 12830:1 12832:1 12859:3 12865:2 12876:1 12897:1 12914:2 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12996:1 13041:1 13100:1 13114:1 13165:1 13179:1 13181:1 13186:2 13210:1 13212:2 13238:2 13251:1 13253:1 13273:1 13276:4 13305:1 13325:1 13332:1 13333:1 13342:1 13344:2 13350:1 13352:2 13368:1 13377:2 13401:1 13412:2 13453:1 13463:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:1 13588:1 13667:1 13672:1 13676:1 13679:1 13704:1 13742:1 13746:1 13753:1 13782:2 13887:1 13965:1 14064:1 14067:1 14087:1 14103:1 14109:1 14116:3 14154:1 14348:1 14357:1 14370:1 14387:1 14417:1 14536:1 14542:1 14548:1 14550:1 14555:1 14565:1 14567:1 14572:1 14578:2 14611:2 14630:1 14667:1 14712:1 14715:2 14760:1 14787:1 14810:1 14865:1 14903:1 14916:1 14921:1 14922:1 14938:1 14974:2 14995:3 15015:1 15030:1 15035:2 15071:1 15083:1 15143:1 15233:1 15275:1 15280:1 15315:1 15397:1 15418:1 15461:1 15494:1 15501:1 15503:1 15504:1 15518:1 15538:2 15553:2 15562:3 15586:1 15588:1 15712:1 15714:1 15724:3 15731:1 15770:1 15792:1 15800:1 15803:1 15816:1 15859:3 15876:1 15952:1 15984:1 15987:2 15999:1 16088:2 16118:2 16157:1 16166:1 16179:1 16216:2 16231:1 16232:1 16237:1 16240:1 16252:1 16253:1 16257:1 16302:1 16329:1 16389:1 16507:1 16535:1 16565:1 16648:1 16651:1 16653:1 16662:1 16694:11 16726:1 16736:1 16756:2 16803:1 16849:1 16866:1 16868:1 16877:1 16897:1 16899:1 16952:1 16956:1 16986:1 16998:3 17037:1 17060:2 17063:2 17087:2 17090:1 17103:1 17109:1 17156:1 17219:1 17308:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17438:2 17597:1 17613:1 17632:1 17668:1 17670:1 17678:1 17719:1 17784:1 17829:3 17843:1 17890:1 17929:2 18013:1 18022:1 18060:1 18105:1 18124:2 18167:1 18226:3 18228:1 18239:1 18331:1 18338:3 18343:1 18360:1 18391:1 18397:1 18444:1 18459:1 18474:1 18484:1 18488:1 18516:1 18522:860 18672:1 18701:1 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18884:1 18911:1 18936:1 19010:1 19067:1 19078:1 19168:1 19169:1 19182:1 19195:1 19203:1 19219:1 19223:1 19224:1 19232:1 19244:1 19258:1 19298:1 19305:1 19320:1 19336:1 19345:1 19350:1 19366:3 19396:1 19487:1 19493:1 19501:1 19561:1 19593:2 19623:1 19633:1 19645:1 19661:2 19751:1 19765:1 19854:1 19883:1 19892:1 19893:1 19906:1 19907:1 19954:3 19987:1 19997:3 20014:1 20023:5 20037:1 20039:2 20114:1 20116:1 20167:1 20257:2 20261:1 20300:1 20313:2 20361:1 20438:1 20496:2 20509:1 20522:1 20570:1 20594:1 20597:1 20608:2 20611:1 20613:1 20622:3 20623:1 20691:1 20708:1 20730:2 20739:1 20778:2 20786:1 20819:1 20841:1 20905:1 20910:2 20990:1 21008:1 21050:1 21054:1 21096:1 21148:1 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:1 21244:1 21260:1 21263:1 21296:2 21300:1 21303:1 21311:1 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:1 21532:1 21535:1 21578:1 21593:1 21594:1 21599:1 21604:1 21605:6 21606:2 21609:1 21610:1 21628:1 21643:1 21645:1 21646:1 21647:1 21669:1 21697:1 21738:1 21758:1 21776:1 21780:1 21795:2 21802:1 21804:1 21824:1 21837:1 21841:2 21851:1 21856:1 21884:1 21924:2 21928:1 21946:1 21955:1 21969:1 21999:1 22003:3 22014:1 22032:1 22039:2 22049:1 22093:1 22140:4 22154:2 22160:1 22165:2 22168:1 22170:1 22187:2 22221:1 22225:1 22233:1 22266:1 22274:1 22289:1 22356:1 22400:1 22435:2 22447:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:1 22722:1 22763:1 22817:1 22818:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23018:2 23022:1 23029:1 23036:1 23037:1 23051:1 23098:4 23142:1 23143:1 23155:1 23160:2 23185:1 23231:1 23257:1 23321:1 23375:1 23386:1 23505:1 23542:1 23564:1 23578:1 23581:1 23603:1 23690:1 23696:1 23746:1 23763:3 23767:1 23795:3 23841:1 23844:1 23877:1 23922:1 23928:1 23939:11 23986:2 24034:1 24047:1 24051:1 24064:1 24083:1 24099:3 24105:1 24106:1 24125:1 24167:1 24171:1 24174:1 24184:1 24212:1 24214:1 24223:1 24227:1 24281:1 24335:1 24369:1 24389:1 24402:1 24499:1 24542:1 24548:1 24555:2 24613:4 24614:2 24653:1 24666:1 24723:1 24728:1 24783:2 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25005:2 25011:1 25033:1 25041:3 25065:3 25066:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:1 25320:1 25324:1 25343:1 25448:1 25468:1 25500:1 25578:1 25615:1 25617:1 25650:1 25676:2 25726:1 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25901:1 25915:1 25923:2 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:1 26126:1 26180:1 26240:1 26277:1 26295:1 26319:1 26339:1 26427:1 26439:1 26468:1 26485:2 26497:1 26516:1 26552:1 26591:1 26661:1 26666:1 26670:1 26714:1 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26955:1 26956:1 26958:1 26960:2 26962:2 26970:1 26973:1 27008:1 27009:2 27037:5 27054:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:1 27178:1 27221:1 27231:2 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27482:1 27538:1 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:9 27663:1 27675:2 27690:4 27701:3 27752:1 27759:1 27790:2 27801:1 27825:3 27861:2 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28040:1 28048:1 28119:3 28192:1 28196:1 28215:1 28323:1 28347:2 28348:1 28392:1 28486:1 28488:1 28507:2 28511:2 28523:3 28543:1 28547:1 28573:1 28587:1 28608:1 28615:1 28620:1 28639:2 28694:1 28729:1 28763:1 28811:2 28822:1 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1
19 27:1 46:1 49:1 81:1 97:1 148:1 171:1 213:1 241:1 248:1 263:1 289:1 369:1 416:1 432:2 453:1 558:1 591:4 597:1 618:1 630:1 690:1 775:1 825:1 848:1 865:2 877:1 890:1 894:2 897:2 898:3 907:2 908:1 909:1 937:1 942:1 946:3 962:1 979:2 980:1 1022:3 1025:1 1082:1 1110:1 1158:1 1280:1 1282:1 1317:1 1447:1 1467:1 1471:1 1509:2 1517:2 1530:2 1541:1 1576:1 1588:1 1610:2 1614:1 1629:1 1653:1 1670:1 1686:1 1712:3 1767:1 1820:1 1839:1 1840:2 1869:1 1895:1 1898:1 1933:1 1946:1 2001:1 2021:1 2039:1 2082:1 2102:1 2104:2 2111:1 2141:1 2160:3 2184:1 2212:1 2230:1 2246:1 2255:1 2265:1 2274:2 2284:1 2298:2 2299:2 2309:1 2382:1 2386:1 2412:2 2418:1 2437:1 2510:1 2562:1 2575:1 2601:1 2604:1 2689:1 2700:1 2717:1 2740:4 2744:1 2750:1 2764:1 2847:2 2865:2 2876:1 2884:9 2893:5 2929:1 2938:3 2946:1 2961:1 2966:2 3092:1 3119:1 3124:1 3151:1 3195:1 3208:2 3248:1 3268:1 3271:3 3303:1 3313:1 3322:2 3405:1 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:1 3665:3 3701:1 3718:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 3989:1 4035:3 4041:1 4096:1 4133:1 4138:2 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:1 4418:1 4451:1 4452:1 4453:1 4493:1 4494:1 4501:1 4509:1 4535:1 4536:2 4547:1 4553:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:2 4748:5 4749:1 4800:1 4845:2 4848:1 4850:2 4864:3 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:1 4897:1 4898:1 4953:1 4961:1 4969:1 4988:1 5013:1 5084:1 5134:1 5215:1 5241:1 5256:1 5279:1 5366:3 5387:1 5395:1 5457:2 5458:1 5473:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5604:1 5638:1 5686:1 5744:1 5827:1 5896:1 5900:2 5901:6 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6025:1 6027:1 6032:1 6037:1 6118:1 6119:1 6144:3 6165:1 6221:1 6245:1 6265:1 6266:1 6275:2 6279:3 6280:1 6289:1 6291:1 6295:2 6300:1 6320:1 6369:1 6450:1 6481:1 6484:1 6531:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:1 6761:3 6769:2 6799:2 6866:1 6890:1 6898:2 6938:1 7037:1 7040:1 7065:1 7085:1 7093:1 7121:6 7123:1 7167:1 7180:1 7244:1 7425:3 7443:2 7462:1 7467:1 7469:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7679:2 7680:1 7696:1 7701:3 7708:1 7741:8 7767:10 7769:3 7775:1 7822:1 7836:1 7837:2 7866:1 7921:1 7945:1 7976:1 7977:1 7989:2 8128:1 8130:1 8142:2 8161:1 8184:1 8221:1 8225:8 8246:1 8257:2 8347:2 8362:1 8384:1 8398:1 8411:2 8440:1 8444:2 8468:1 8477:1 8481:1 8484:1 8561:1 8570:1 8571:2 8572:1 8580:3 8584:1 8599:1 8611:1 8680:2 8693:1 8769:2 8827:1 8834:1 8879:1 8882:1 8897:1 8927:1 8947:1 8991:1 9016:1 9045:1 9048:1 9064:4 9144:1 9167:1 9236:1 9244:4 9248:1 9273:1 9319:1 9326:2 9335:1 9342:1 9366:1 9419:2 9439:1 9552:1 9580:1 9607:1 9616:1 9682:5 9683:23 9698:1 9717:1 9719:1 9743:1 9784:1 9790:3 9818:1 9849:1 9856:1 9878:1 9982:1 10001:1 10023:2 10056:2 10111:1 10121:1 10145:1 10193:1 10278:1 10314:1 10328:1 10348:1 10350:2 10385:1 10437:1 10455:1 10482:1 10542:1 10561:1 10568:1 10585:3 10647:2 10653:1 10658:1 10743:2 10747:4 10757:1 10772:1 10775:1 10826:1 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:1 10978:1 10990:3 10995:1 11027:1 11029:1 11036:1 11065:1 11078:1 11109:1 11168:1 11178:1 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11469:1 11476:1 11493:1 11512:2 11534:1 11551:1 11568:1 11575:1 11577:1 11617:1 11664:1 11674:1 11695:3 11696:1 11714:1 11715:1 11725:1 11738:1 11741:1 11746:1 11752:1 11778:1 11787:1 11797:2 11803:5 11806:1 11809:1 11814:1 11823:1 11844:1 11862:1 11896:1 11906:1 11925:1 11928:2 11984:1 12039:1 12054:1 12062:1 12138:1 12143:1 12264:1 12282:1 12370:2 12478:1 12490:1 12534:1 12545:1 12557:1 12591:1 12608:1 12629:1 12658:1 12665:1 12810:5 12830:1 12832:1 12859:3 12865:2 12876:1 12897:1 12914:2 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:1 13100:1 13114:1 13165:1 13179:1 13181:1 13186:2 13210:1 13212:2 13238:2 13251:1 13253:1 13273:1 13276:4 13305:1 13323:1 13325:1 13332:1 13333:1 13342:1 13344:2 13350:1 13352:2 13368:1 13377:2 13401:1 13412:2 13453:1 13463:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:1 13588:1 13626:1 13667:1 13672:1 13676:1 13679:1 13689:1 13704:1 13742:1 13746:1 13753:1 13782:2 13887:1 13965:1 14064:1 14067:1 14087:1 14103:1 14109:1 14116:3 14154:1 14323:1 14348:1 14357:1 14370:1 14387:2 14389:1 14417:1 14536:1 14542:1 14548:1 14550:1 14555:1 14565:1 14567:1 14572:1 14578:2 14611:2 14630:1 14661:1 14667:1 14712:1 14715:2 14760:1 14787:1 14810:1 14854:1 14865:1 14903:1 14916:1 14921:1 14922:1 14938:1 14974:2 14995:3 15015:1 15030:1 15035:2 15071:1 15083:1 15143:1 15181:1 15233:1 15275:1 15280:1 15315:1 15397:1 15418:1 15461:1 15494:1 15501:2 15503:1 15504:1 15518:2 15538:2 15553:2 15562:3 15586:1 15588:1 15703:1 15712:1 15714:1 15724:3 15731:1 15743:1 15770:1 15792:1 15800:1 15803:1 15816:1 15859:3 15876:1 15952:1 15984:1 15987:2 15999:1 16088:2 16118:2 16157:1 16166:1 16179:1 16216:2 16231:1 16232:1 16237:1 16240:1 16252:1 16253:1 16257:1 16302:1 16329:1 16389:2 16507:1 16535:1 16565:1 16648:1 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:3 16803:1 16849:1 16866:1 16868:1 16877:1 16897:1 16899:1 16952:2 16956:1 16978:1 16986:1 16998:3 17037:1 17060:2 17063:2 17087:2 17090:1 17103:1 17109:1 17156:1 17219:1 17308:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17438:2 17555:1 17597:1 17613:1 17632:1 17668:1 17670:1 17678:1 17719:1 17784:1 17829:3 17843:1 17890:1 17929:2 18013:1 18022:1 18060:1 18105:1 18124:2 18167:1 18226:5 18228:1 18239:1 18331:1 18338:3 18343:1 18360:1 18391:1 18397:1 18444:1 18459:1 18474:1 18484:1 18488:1 18516:1 18522:922 18672:1 18678:1 18701:1 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18884:1 18911:1 18936:1 19010:1 19063:1 19067:1 19078:1 19168:1 19169:1 19182:1 19195:1 19203:1 19219:1 19223:1 19224:1 19232:1 19244:1 19258:1 19298:1 19305:1 19320:1 19336:1 19345:1 19350:1 19366:3 19367:1 19396:1 19487:1 19493:1 19501:1 19561:1 19593:3 19623:1 19633:1 19645:1 19661:2 19685:1 19751:1 19765:1 19854:1 19874:1 19883:1 19892:1 19893:1 19906:1 19907:1 19954:3 19966:1 19987:1 19997:3 20014:1 20023:5 20037:1 20039:3 20114:1 20116:1 20167:1 20177:1 20257:2 20261:1 20300:1 20313:2 20361:1 20438:1 20496:2 20509:1 20522:1 20570:1 20594:1 20597:1 20608:2 20611:1 20613:1 20622:4 20623:1 20691:1 20708:1 20730:2 20739:1 20778:2 20786:1 20790:1 20819:1 20841:1 20905:1 20910:2 20990:1 21008:2 21050:1 21054:1 21096:1 21148:1 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:1 21260:1 21263:1 21296:2 21300:1 21303:1 21311:1 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:1 21532:1 21535:1 21578:1 21593:1 21594:1 21599:1 21604:1 21605:6 21606:2 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:1 21669:1 21697:2 21738:1 21758:1 21776:1 21780:1 21795:2 21802:1 21804:1 21824:1 21837:1 21841:2 21851:1 21856:1 21884:1 21924:2 21928:1 21946:1 21955:1 21969:1 21991:1 21999:1 22003:3 22014:1 22032:1 22039:2 22049:1 22093:1 22109:1 22140:5 22154:2 22160:1 22165:2 22168:1 22170:1 22187:2 22221:1 22225:1 22233:1 22266:2 22274:1 22289:1 22356:1 22400:1 22435:3 22447:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:1 22722:1 22763:1 22817:1 22818:1 22836:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23018:2 23022:1 23029:1 23036:1 23037:1 23051:1 23098:4 23142:1 23143:1 23155:1 23160:2 23185:1 23231:1 23257:1 23321:1 23375:1 23386:1 23505:1 23542:1 23564:1 23578:1 23581:1 23603:1 23690:1 23696:1 23746:1 23763:3 23767:1 23795:3 23841:1 23844:1 23877:1 23922:1 23928:1 23939:11 23986:2 24034:1 24047:1 24051:1 24055:1 24064:1 24083:1 24099:3 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24212:1 24214:1 24223:1 24227:1 24281:1 24335:1 24369:1 24389:1 24402:1 24444:1 24499:1 24542:1 24548:1 24555:2 24613:6 24614:2 24653:1 24666:1 24723:1 24728:1 24765:1 24783:3 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25005:2 25011:1 25033:1 25041:4 25065:3 25066:1 25087:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:1 25320:1 25324:1 25343:1 25409:1 25448:1 25468:1 25500:1 25578:1 25615:1 25617:1 25650:1 25676:2 25726:1 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25901:1 25915:1 25923:2 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:1 26114:1 26121:1 26126:1 26180:1 26240:1 26277:1 26295:1 26319:1 26339:1 26427:1 26439:1 26468:1 26485:2 26497:1 26516:1 26552:1 26591:1 26661:1 26666:1 26670:1 26700:1 26714:1 26818:1 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27008:1 27009:2 27037:5 27054:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:1 27178:1 27221:1 27231:2 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27482:1 27538:2 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:10 27663:1 27675:2 27690:4 27701:3 27752:1 27759:1 27790:2 27801:1 27825:3 27861:2 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28040:1 28048:1 28119:3 28192:1 28196:1 28202:1 28211:1 28215:1 28323:1 28347:2 28348:1 28392:1 28486:1 28488:1 28507:2 28511:2 28523:3 28543:1 28547:1 28573:1 28587:1 28608:1 28615:1 28620:1 28639:2 28694:1 28729:1 28752:1 28763:1 28811:2 28817:1 28822:1 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1
19 27:1 46:1 49:1 81:1 97:1 148:1 171:1 213:1 241:1 248:1 263:1 289:1 369:1 405:1 416:1 432:2 447:1 453:2 558:1 591:5 597:1 618:1 630:1 690:1 775:1 825:1 848:1 865:2 877:1 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 942:1 946:3 962:1 979:2 980:1 1022:3 1025:1 1082:1 1110:1 1158:1 1280:1 1282:1 1317:1 1447:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:1 1576:1 1588:1 1610:2 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:1 1820:1 1827:1 1839:1 1840:2 1869:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:1 2098:1 2102:1 2104:2 2111:1 2141:1 2160:3 2184:1 2212:1 2230:1 2246:1 2255:1 2260:1 2265:2 2273:1 2274:2 2284:2 2298:2 2299:2 2309:1 2382:1 2386:1 2412:2 2418:1 2437:1 2510:1 2560:1 2562:1 2575:1 2601:1 2604:1 2689:1 2700:1 2717:1 2740:4 2744:2 2750:1 2764:1 2847:2 2865:2 2876:1 2884:10 2893:5 2929:1 2938:3 2946:1 2961:1 2966:2 3092:1 3119:1 3124:1 3151:1 3195:1 3208:2 3248:1 3268:1 3271:3 3303:1 3313:1 3322:2 3405:1 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:1 3665:3 3701:1 3718:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 3989:1 4035:3 4041:1 4096:1 4133:1 4138:2 4240:2 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:1 4418:1 4451:1 4452:1 4453:1 4493:1 4494:1 4501:1 4509:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:2 4748:5 4749:1 4800:1 4845:2 4848:1 4850:3 4864:4 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:2 4897:1 4898:1 4953:1 4961:1 4969:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:1 5279:1 5366:3 5387:1 5395:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5604:1 5638:1 5686:1 5744:1 5827:1 5896:1 5900:2 5901:6 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6025:2 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:1 6221:1 6245:1 6265:1 6266:1 6275:2 6276:1 6279:4 6280:1 6289:1 6291:1 6295:2 6300:1 6320:1 6369:1 6450:1 6451:1 6481:1 6484:1 6531:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:1 6761:3 6769:2 6799:2 6866:1 6890:1 6898:2 6938:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7121:6 7123:1 7167:1 7180:1 7244:1 7425:3 7443:2 7462:1 7467:1 7469:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:2 7680:1 7696:1 7701:3 7708:1 7741:12 7767:11 7769:3 7775:1 7822:1 7836:1 7837:2 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8128:1 8130:1 8142:2 8161:1 8184:1 8221:1 8225:9 8246:1 8257:2 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:1 8444:2 8468:1 8477:1 8481:1 8484:1 8561:1 8570:2 8571:2 8572:1 8580:3 8584:1 8599:1 8611:1 8680:2 8693:1 8769:2 8827:1 8834:1 8879:1 8882:1 8897:1 8927:1 8947:1 8991:1 9016:1 9045:1 9048:1 9060:1 9064:4 9128:1 9144:1 9167:1 9236:1 9244:4 9248:1 9273:1 9319:1 9326:2 9335:1 9342:1 9366:1 9379:1 9419:2 9439:1 9533:1 9552:2 9580:1 9607:1 9616:1 9682:5 9683:23 9684:1 9698:1 9717:1 9719:1 9743:1 9784:1 9790:3 9818:1 9849:1 9856:1 9878:1 9982:1 10001:1 10023:2 10056:2 10111:1 10121:1 10141:1 10145:2 10193:1 10278:2 10314:1 10328:1 10348:1 10350:2 10385:1 10437:1 10455:1 10482:1 10542:1 10550:1 10561:1 10568:1 10585:4 10647:2 10653:1 10658:1 10704:1 10743:2 10747:4 10757:1 10772:2 10775:1 10826:1 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:1 10978:1 10990:3 10995:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:1 11090:1 11109:1 11168:1 11178:1 11185:1 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11476:1 11493:1 11512:2 11521:1 11534:1 11551:1 11568:2 11575:1 11577:1 11617:1 11664:1 11674:1 11695:3 11696:1 11714:1 11715:1 11725:1 11738:1 11741:1 11746:1 11752:1 11778:1 11787:1 11797:2 11803:5 11806:1 11809:1 11814:1 11823:1 11844:1 11858:1 11862:1 11896:1 11906:1 11925:1 11928:2 11984:1 12039:1 12052:1 12054:1 12062:1 12138:1 12143:1 12144:1 12264:1 12282:1 12370:2 12478:1 12490:1 12534:1 12545:1 12557:1 12591:1 12608:1 12629:1 12658:1 12665:1 12810:5 12830:1 12832:1 12859:3 12865:2 12876:1 12897:1 12914:2 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13210:1 13212:2 13238:2 13251:1 13253:1 13273:1 13276:4 13305:1 13323:1 13325:1 13332:1 13333:1 13342:1 13344:2 13350:1 13352:2 13368:1 13377:2 13401:1 13412:2 13453:1 13463:2 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:1 13588:1 13626:1 13667:1 13672:2 13676:1 13679:1 13689:1 13698:1 13704:1 13742:1 13746:1 13753:1 13782:2 13887:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14222:1 14323:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14417:1 14527:1 14536:1 14542:1 14548:1 14550:1 14555:1 14565:1 14567:1 14572:1 14578:2 14611:2 14630:1 14661:1 14667:1 14691:1 14712:1 14715:2 14760:1 14787:1 14810:1 14854:1 14865:1 14903:2 14916:1 14921:1 14922:1 14938:2 14974:2 14995:3 15015:1 15030:1 15035:2 15071:1 15083:1 15143:1 15181:1 15233:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15478:1 15494:1 15501:2 15503:1 15504:1 15518:2 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15703:1 15712:1 15714:1 15724:4 15731:1 15743:1 15770:1 15792:1 15800:1 15803:1 15816:1 15859:3 15876:1 15952:1 15984:1 15987:2 15999:1 16088:2 16118:2 16154:1 16157:1 16166:1 16179:1 16216:2 16231:2 16232:1 16237:1 16240:1 16252:1 16253:1 16257:1 16302:1 16329:1 16389:2 16507:1 16535:1 16565:1 16603:1 16648:1 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:3 16803:1 16849:1 16866:1 16868:1 16877:1 16897:1 16899:1 16952:2 16956:1 16978:1 16986:1 16998:3 17037:1 17060:2 17063:2 17087:2 17090:1 17103:1 17109:1 17136:1 17156:1 17206:1 17219:1 17308:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17555:1 17597:1 17613:1 17632:1 17668:1 17670:1 17678:1 17717:1 17719:1 17784:1 17829:3 17843:1 17890:1 17929:2 18013:1 18022:1 18060:1 18105:1 18124:2 18167:1 18226:5 18228:1 18239:1 18331:1 18338:3 18343:1 18360:1 18391:1 18397:1 18444:1 18459:1 18474:1 18481:1 18484:1 18488:1 18516:1 18522:1029 18672:1 18678:1 18701:1 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18822:1 18884:1 18911:1 18936:1 19010:1 19063:1 19067:1 19078:1 19168:1 19169:1 19182:1 19195:2 19203:1 19219:1 19220:1 19223:1 19224:1 19232:1 19244:1 19258:1 19298:1 19305:1 19320:1 19336:1 19345:1 19350:1 19366:3 19367:1 19396:1 19487:1 19493:1 19501:1 19561:1 19593:3 19623:1 19633:1 19645:1 19661:2 19685:1 19751:1 19765:1 19790:1 19854:1 19874:1 19876:1 19883:1 19892:2 19893:1 19906:1 19907:1 19954:4 19966:1 19987:1 19997:3 20014:1 20023:5 20037:1 20039:3 20114:1 20116:1 20167:1 20177:1 20257:2 20261:1 20300:1 20313:2 20361:1 20438:1 20464:1 20496:2 20509:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:2 20611:1 20613:1 20622:4 20623:1 20691:1 20708:1 20730:2 20739:1 20778:2 20786:1 20790:1 20819:1 20841:1 20905:1 20910:2 20917:1 20990:1 21008:2 21050:1 21054:1 21058:1 21096:1 21148:1 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:1 21260:1 21263:1 21289:1 21296:2 21300:1 21303:1 21311:1 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:1 21532:1 21535:1 21566:1 21578:1 21593:1 21594:1 21599:1 21604:1 21605:6 21606:3 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:2 21669:1 21697:2 21738:1 21758:1 21776:1 21780:1 21795:2 21802:1 21804:2 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21924:2 21928:1 21946:1 21955:1 21969:1 21991:1 21999:1 22003:3 22014:1 22032:1 22039:2 22049:1 22093:1 22109:1 22140:5 22154:2 22160:1 22165:2 22168:1 22170:2 22187:2 22219:1 22221:1 22225:1 22233:1 22266:2 22274:1 22289:1 22356:1 22400:1 22435:3 22447:1 22477:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:2 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23018:2 23022:1 23029:1 23036:1 23037:1 23051:1 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23185:1 23231:1 23257:1 23321:1 23351:1 23375:1 23386:1 23505:1 23542:1 23564:1 23578:1 23581:1 23589:1 23603:1 23613:1 23690:1 23696:1 23746:1 23763:3 23767:1 23795:3 23841:1 23844:1 23845:1 23877:1 23922:1 23928:1 23939:11 23986:2 24034:1 24047:1 24051:2 24055:1 24064:1 24083:1 24099:3 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24212:1 24214:1 24223:1 24227:1 24281:1 24335:1 24369:1 24389:1 24402:1 24444:1 24499:1 24542:1 24548:1 24551:1 24555:3 24613:6 24614:2 24653:1 24666:1 24723:1 24728:1 24765:1 24783:3 24809:1 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25005:2 25011:1 25033:1 25041:4 25065:3 25066:1 25087:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:1 25320:1 25324:1 25343:1 25409:1 25415:1 25448:1 25468:1 25500:1 25578:1 25615:1 25617:1 25650:1 25676:2 25726:1 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25884:1 25896:1 25901:2 25915:1 25923:2 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:1 26113:1 26114:1 26121:1 26126:1 26137:2 26180:1 26240:1 26277:1 26295:1 26319:1 26339:1 26427:1 26439:1 26468:1 26485:2 26497:1 26516:1 26552:1 26591:1 26661:1 26666:1 26670:1 26700:1 26714:1 26818:3 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26942:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:5 27047:1 27054:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:1 27165:1 27178:1 27221:1 27227:1 27231:2 27239:1 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27482:1 27538:2 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:11 27663:1 27675:2 27690:4 27701:3 27752:1 27759:1 27790:2 27801:1 27825:3 27861:2 27865:1 27872:2 27878:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28040:1 28048:1 28069:1 28119:4 28122:1 28192:1 28196:1 28202:1 28211:1 28215:1 28323:1 28347:2 28348:1 28392:1 28486:1 28488:1 28507:2 28511:2 28523:3 28543:1 28547:1 28573:1 28587:1 28608:1 28615:1 28620:1 28639:2 28694:1 28729:1 28752:1 28763:1 28803:1 28811:2 28817:1 28822:1 28835:1 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28958:1
19 27:1 46:1 49:1 81:1 97:1 148:1 171:1 213:1 241:1 248:1 263:1 289:1 369:1 405:1 416:1 432:2 447:1 453:2 558:1 591:6 597:1 618:1 630:1 690:1 775:1 776:1 825:1 848:1 865:2 877:1 888:1 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 942:1 946:3 962:1 979:2 980:1 1016:1 1022:3 1025:1 1082:1 1110:1 1158:1 1188:1 1214:1 1280:1 1282:1 1308:1 1317:1 1447:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:2 1576:1 1588:1 1606:1 1610:3 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:1 1820:1 1827:1 1828:1 1839:1 1840:2 1845:1 1869:1 1871:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:1 2098:1 2102:1 2104:2 2111:1 2141:1 2160:3 2184:1 2212:1 2230:1 2246:1 2255:1 2260:1 2265:2 2273:1 2274:2 2284:2 2298:2 2299:2 2309:1 2382:1 2386:1 2412:3 2418:1 2437:1 2481:1 2510:1 2560:1 2562:1 2575:1 2601:1 2604:1 2678:1 2689:1 2700:1 2717:1 2740:5 2744:2 2750:1 2764:1 2790:1 2847:2 2865:2 2876:1 2884:12 2893:5 2929:1 2938:3 2946:1 2961:1 2966:2 3092:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3268:1 3271:3 3303:1 3313:1 3322:2 3405:1 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:1 3665:3 3701:1 3718:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 3989:1 4035:3 4041:1 4096:1 4133:1 4138:2 4183:1 4240:2 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:1 4418:1 4419:1 4451:1 4452:1 4453:1 4493:1 4494:1 4501:1 4509:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:2 4748:5 4749:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:2 4897:1 4898:1 4922:1 4953:1 4961:1 4969:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:1 5279:1 5366:3 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:1 5530:1 5579:1 5581:1 5604:1 5638:1 5686:1 5744:1 5827:1 5862:1 5896:2 5900:2 5901:8 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6017:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:1 6221:1 6245:1 6265:1 6266:1 6275:2 6276:1 6279:4 6280:1 6289:1 6291:1 6295:2 6300:1 6320:1 6369:1 6450:1 6451:1 6481:1 6484:1 6531:1 6561:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:1 6761:3 6769:2 6799:2 6866:1 6890:2 6898:2 6938:1 6957:1 6958:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7121:6 7123:1 7167:1 7180:1 7244:1 7425:3 7443:2 7462:2 7467:1 7469:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:2 7680:1 7696:1 7701:3 7708:1 7727:1 7741:12 7767:12 7769:3 7775:1 7822:1 7836:1 7837:2 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:1 8223:1 8225:10 8246:1 8257:2 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:1 8444:2 8468:1 8477:1 8481:1 8484:1 8561:1 8570:3 8571:2 8572:1 8575:1 8580:3 8584:1 8599:1 8611:1 8635:1 8680:2 8693:1 8769:2 8827:1 8834:1 8879:1 8882:1 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:4 9128:1 9144:1 9167:1 9236:1 9244:5 9248:1 9256:1 9273:1 9319:1 9326:2 9335:1 9342:1 9366:1 9379:1 9419:2 9439:1 9533:1 9552:2 9559:1 9580:1 9607:1 9616:1 9667:1 9682:5 9683:23 9684:2 9698:1 9717:1 9719:1 9743:1 9784:1 9790:3 9818:1 9849:1 9856:1 9878:1 9982:1 10001:1 10023:2 10046:1 10056:2 10111:1 10121:1 10141:1 10145:3 10193:1 10197:1 10278:2 10314:1 10328:1 10348:1 10350:3 10385:1 10437:1 10455:1 10482:1 10542:1 10550:1 10561:1 10568:1 10585:4 10647:2 10653:1 10658:1 10704:2 10743:2 10747:4 10757:1 10772:2 10774:1 10775:1 10826:1 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:2 10978:1 10990:3 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:1 11090:1 11109:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:2 11521:1 11534:1 11551:1 11568:2 11575:1 11577:1 11617:1 11664:1 11674:1 11695:3 11696:1 11714:1 11715:1 11720:1 11725:1 11738:1 11741:1 11746:1 11752:1 11778:1 11787:1 11797:2 11803:5 11806:1 11809:1 11814:1 11823:1 11844:1 11858:1 11862:1 11896:1 11906:1 11925:1 11928:2 11984:1 12021:1 12039:1 12052:1 12054:1 12062:1 12138:1 12143:1 12144:1 12264:1 12282:1 12370:2 12423:1 12426:1 12478:1 12490:1 12534:1 12545:1 12557:1 12591:1 12608:1 12629:1 12658:1 12665:1 12810:5 12830:1 12832:1 12859:3 12865:2 12876:1 12897:1 12914:2 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:2 13238:2 13251:1 13253:1 13273:1 13276:4 13305:1 13323:1 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:2 13401:1 13412:2 13453:1 13463:2 13478:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:1 13588:1 13626:1 13667:1 13672:2 13676:1 13679:1 13689:1 13698:1 13704:1 13742:1 13746:1 13753:1 13782:2 13887:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14323:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14417:1 14527:1 14536:1 14542:1 14548:1 14550:1 14555:1 14565:1 14567:1 14572:1 14578:2 14611:2 14630:1 14661:1 14667:1 14691:1 14712:1 14715:2 14760:1 14787:1 14810:1 14854:1 14865:1 14903:2 14916:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:1 15110:1 15143:1 15181:1 15233:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15478:1 15494:1 15501:2 15503:1 15504:1 15518:2 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15703:1 15712:1 15714:1 15724:4 15731:1 15743:1 15770:1 15792:1 15800:1 15803:1 15816:1 15854:1 15859:3 15876:1 15952:1 15984:1 15987:2 15999:1 16088:2 16118:2 16154:1 16157:1 16166:1 16179:1 16216:2 16231:2 16232:1 16237:1 16240:1 16252:2 16253:1 16257:1 16302:1 16303:1 16329:1 16389:2 16507:1 16535:1 16565:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:3 16803:1 16849:1 16866:1 16868:1 16877:1 16897:1 16899:1 16952:2 16956:1 16978:1 16986:1 16998:3 17037:1 17060:2 17063:2 17087:2 17090:1 17103:1 17109:1 17136:1 17156:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17555:1 17597:3 17613:1 17632:1 17668:1 17670:1 17678:1 17717:2 17719:1 17784:1 17819:1 17829:3 17843:1 17890:1 17904:1 17929:2 18013:1 18022:1 18060:1 18105:1 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18331:1 18338:3 18343:1 18360:1 18391:1 18397:1 18444:1 18459:1 18474:1 18481:1 18484:1 18488:1 18516:1 18522:1105 18672:1 18678:1 18701:1 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18822:1 18884:1 18911:1 18936:1 19010:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:1 19220:1 19223:1 19224:1 19232:1 19244:1 19253:1 19258:1 19298:1 19305:1 19320:1 19336:1 19345:1 19350:2 19366:3 19367:1 19379:1 19396:1 19487:1 19493:1 19501:1 19512:1 19561:1 19593:3 19623:1 19633:1 19645:1 19652:1 19661:2 19685:1 19751:1 19765:1 19790:1 19854:1 19874:1 19876:1 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:4 19966:1 19987:1 19997:3 20014:1 20023:5 20031:1 20037:1 20039:3 20095:1 20114:1 20116:1 20167:1 20177:1 20190:1 20257:2 20261:1 20300:1 20313:2 20361:1 20438:1 20464:1 20496:2 20509:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:2 20611:1 20613:1 20622:4 20623:1 20666:1 20691:1 20708:1 20730:2 20739:1 20778:2 20786:1 20790:1 20819:1 20841:1 20851:1 20905:1 20910:2 20912:1 20917:1 20990:1 21008:2 21050:1 21054:1 21058:1 21096:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:1 21260:1 21263:1 21289:1 21296:2 21300:1 21303:1 21311:1 21327:1 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:2 21532:1 21535:1 21566:1 21578:1 21586:1 21593:1 21594:1 21599:1 21604:1 21605:6 21606:3 21608:1 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:2 21669:1 21697:3 21738:1 21758:1 21776:1 21780:1 21795:2 21802:1 21804:2 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21924:2 21928:2 21946:1 21955:1 21969:1 21988:1 21991:1 21999:1 22001:1 22003:3 22014:1 22032:1 22039:2 22049:1 22093:1 22109:1 22140:6 22154:2 22160:1 22165:2 22168:1 22170:3 22187:2 22219:1 22221:1 22225:1 22233:1 22266:3 22274:1 22289:1 22356:1 22400:1 22431:1 22435:3 22447:1 22477:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:2 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23185:1 23231:1 23257:1 23321:1 23351:1 23375:1 23386:1 23423:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23589:1 23603:1 23613:1 23673:1 23690:1 23696:1 23746:1 23763:4 23767:1 23795:4 23839:1 23841:1 23844:1 23845:1 23877:1 23922:1 23928:1 23939:11 23986:2 24032:1 24034:1 24047:1 24051:2 24055:1 24064:1 24083:1 24088:1 24099:3 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24212:1 24214:1 24223:1 24227:1 24236:1 24281:1 24335:1 24369:1 24389:1 24402:1 24444:1 24499:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:4 24809:1 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25005:2 25011:1 25033:1 25041:4 25065:3 25066:1 25087:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:1 25320:1 25324:2 25343:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:1 25578:1 25615:1 25617:1 25650:1 25676:2 25726:1 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25884:1 25896:1 25901:2 25915:1 25923:2 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:1 26113:1 26114:1 26121:1 26126:1 26137:2 26180:1 26240:1 26277:1 26295:1 26319:1 26339:1 26427:1 26439:1 26468:1 26485:2 26497:1 26516:1 26552:1 26591:1 26661:1 26666:1 26670:1 26700:1 26714:1 26721:1 26818:3 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26942:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:5 27047:1 27054:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:1 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27482:2 27538:2 27546:1 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:14 27663:1 27675:2 27690:4 27701:3 27752:1 27759:1 27790:2 27801:1 27825:3 27861:2 27865:1 27872:2 27878:1 27920:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28040:1 28048:1 28069:1 28119:4 28122:1 28192:1 28196:2 28202:1 28211:1 28214:1 28215:1 28323:1 28347:2 28348:1 28349:1 28392:1 28486:1 28488:1 28507:2 28511:2 28523:3 28543:1 28547:1 28560:1 28573:1 28587:1 28608:1 28615:1 28620:2 28639:2 28694:1 28729:3 28752:1 28763:1 28803:1 28811:2 28817:1 28822:1 28835:1 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28958:1
19 27:1 46:1 49:1 81:1 97:1 148:1 171:2 213:1 241:1 248:1 263:1 289:1 369:1 405:1 416:1 432:2 447:1 453:2 558:1 580:1 591:6 597:1 618:1 630:1 690:1 775:1 776:1 825:1 848:1 865:2 877:1 888:1 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 942:1 946:3 962:1 979:2 980:1 1016:1 1022:3 1025:1 1082:1 1110:1 1158:1 1188:1 1214:1 1280:1 1282:1 1308:1 1317:1 1366:1 1447:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:2 1576:1 1588:1 1606:1 1610:3 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:1 1820:1 1827:1 1828:1 1839:1 1840:2 1845:1 1869:1 1871:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:1 2098:1 2102:1 2104:2 2111:1 2141:1 2160:3 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:1 2265:2 2273:1 2274:2 2284:2 2298:2 2299:2 2309:1 2382:1 2386:2 2412:3 2418:1 2437:1 2439:1 2481:1 2510:1 2560:1 2562:1 2575:1 2601:1 2604:1 2678:1 2689:1 2700:1 2717:1 2740:5 2744:2 2750:1 2764:1 2790:1 2805:1 2847:2 2865:2 2876:1 2884:12 2893:5 2929:1 2938:3 2946:1 2961:1 2966:2 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3268:1 3271:3 3303:1 3313:1 3322:2 3405:1 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:1 3665:4 3701:1 3718:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 3989:1 4035:3 4041:1 4096:1 4133:1 4138:2 4183:1 4240:2 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:1 4453:1 4487:1 4493:1 4494:1 4501:1 4509:1 4516:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:2 4748:5 4749:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:2 4897:1 4898:1 4922:1 4953:1 4961:1 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:1 5279:1 5366:4 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:2 5530:1 5579:1 5581:1 5604:1 5638:1 5686:1 5744:2 5827:1 5855:1 5862:1 5896:2 5900:2 5901:9 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6017:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:1 6221:1 6245:1 6265:1 6266:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6450:1 6451:1 6481:1 6484:1 6531:1 6561:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:2 6761:3 6769:2 6799:2 6866:1 6890:2 6898:2 6938:1 6957:1 6958:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7115:1 7121:7 7123:1 7167:1 7180:1 7244:1 7425:3 7443:2 7462:2 7467:1 7469:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:3 7680:2 7696:1 7701:3 7708:1 7727:1 7730:1 7741:12 7767:12 7769:3 7775:1 7822:1 7836:1 7837:2 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:1 8223:1 8225:10 8246:1 8257:2 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:1 8444:2 8468:1 8477:1 8481:1 8484:1 8561:1 8570:3 8571:2 8572:1 8575:1 8580:3 8584:1 8599:1 8611:1 8635:1 8680:2 8693:1 8769:2 8827:1 8834:1 8879:1 8882:1 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:4 9128:1 9144:1 9167:1 9236:1 9244:5 9248:1 9256:1 9273:1 9319:1 9326:2 9335:1 9342:1 9366:1 9379:1 9419:2 9439:1 9533:1 9552:2 9559:1 9580:1 9607:1 9616:1 9667:1 9682:5 9683:23 9684:2 9698:1 9717:1 9719:1 9743:1 9784:2 9790:3 9818:1 9849:1 9856:1 9878:1 9982:1 10001:1 10023:3 10046:1 10056:2 10111:1 10121:1 10141:1 10145:3 10193:1 10197:1 10278:2 10314:1 10328:1 10348:1 10350:3 10385:1 10437:1 10455:1 10482:1 10542:1 10550:1 10561:1 10568:1 10585:4 10647:2 10653:1 10658:1 10704:2 10743:2 10747:4 10757:1 10772:2 10774:1 10775:2 10826:1 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:2 10978:1 10990:3 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:1 11087:1 11090:1 11109:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:2 11521:1 11534:1 11551:1 11568:2 11575:1 11577:1 11602:1 11617:1 11664:1 11674:1 11695:5 11696:1 11714:1 11715:1 11720:1 11725:1 11738:1 11741:1 11746:1 11752:1 11767:1 11778:1 11787:1 11797:2 11803:5 11806:1 11809:1 11814:1 11823:1 11844:1 11858:1 11862:1 11896:1 11906:1 11925:1 11928:2 11984:1 12021:1 12039:1 12052:1 12054:1 12062:1 12138:1 12143:1 12144:1 12264:1 12282:1 12370:2 12423:1 12426:1 12478:1 12490:1 12534:1 12545:1 12557:1 12591:1 12608:1 12629:1 12658:1 12665:1 12810:5 12823:1 12830:1 12832:1 12859:4 12865:2 12876:1 12897:1 12914:2 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:2 13238:2 13251:1 13253:1 13273:1 13276:4 13305:1 13323:1 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:2 13401:1 13412:2 13453:1 13463:2 13478:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:2 13588:1 13626:1 13667:1 13672:2 13676:1 13679:1 13689:1 13698:1 13704:1 13742:1 13746:1 13753:1 13782:2 13887:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14417:1 14420:1 14527:1 14536:1 14542:1 14548:1 14550:1 14555:1 14561:1 14565:1 14567:1 14572:1 14578:2 14611:2 14630:1 14661:1 14667:1 14691:1 14712:1 14715:2 14760:1 14787:1 14810:1 14854:1 14865:1 14903:2 14916:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15478:1 15494:1 15497:1 15501:2 15503:1 15504:1 15518:2 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15703:1 15712:1 15714:1 15724:4 15731:1 15743:1 15770:1 15792:1 15800:1 15803:1 15816:1 15854:1 15859:3 15876:1 15952:1 15984:1 15987:2 15999:1 16088:2 16118:2 16154:1 16157:2 16166:1 16179:1 16216:2 16231:2 16232:1 16237:1 16240:1 16252:2 16253:1 16257:1 16302:1 16303:1 16329:1 16389:2 16507:1 16535:1 16565:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:3 16803:1 16849:1 16866:1 16868:1 16877:1 16897:1 16899:1 16936:1 16952:2 16956:1 16978:1 16986:1 16998:3 17037:1 17060:2 17063:2 17081:1 17087:2 17089:1 17090:1 17103:1 17109:1 17136:1 17156:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17555:1 17597:3 17613:1 17632:1 17668:1 17670:1 17678:1 17717:2 17719:1 17784:1 17819:1 17829:3 17843:1 17890:1 17904:1 17929:2 18013:1 18022:1 18026:1 18060:1 18105:1 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18331:1 18338:3 18343:1 18360:1 18391:1 18392:1 18397:1 18444:1 18459:1 18474:1 18481:1 18484:1 18488:1 18516:1 18522:1194 18672:1 18678:1 18701:1 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18822:1 18884:1 18911:1 18936:1 19010:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:2 19220:1 19223:1 19224:1 19232:1 19244:1 19253:1 19258:1 19298:1 19305:1 19320:1 19336:1 19345:1 19350:2 19366:3 19367:1 19379:1 19396:1 19487:1 19493:1 19501:1 19512:1 19561:1 19593:3 19623:1 19633:1 19645:1 19652:1 19661:2 19685:1 19743:1 19751:1 19765:1 19790:1 19854:1 19874:1 19876:1 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:4 19966:1 19987:1 19997:3 20014:1 20023:5 20031:1 20037:1 20039:3 20095:1 20114:1 20116:1 20167:1 20177:1 20190:1 20257:2 20261:1 20300:1 20313:2 20361:1 20438:1 20464:1 20496:2 20509:1 20517:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:2 20611:1 20613:1 20622:4 20623:1 20638:1 20666:1 20691:1 20708:1 20730:2 20739:1 20778:2 20786:1 20790:1 20819:1 20841:1 20851:1 20905:1 20910:2 20912:1 20917:1 20990:1 21008:2 21050:1 21054:1 21058:1 21096:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:1 21260:1 21263:1 21289:1 21296:2 21300:1 21303:1 21311:1 21327:1 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:2 21532:1 21535:1 21566:1 21578:1 21586:2 21588:1 21593:1 21594:1 21599:1 21604:1 21605:6 21606:3 21608:1 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:2 21669:1 21697:3 21738:1 21758:1 21776:1 21780:1 21795:2 21802:1 21804:2 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21924:2 21928:2 21946:1 21955:1 21969:1 21988:1 21991:1 21999:1 22001:1 22003:4 22014:1 22032:1 22039:2 22049:1 22093:1 22109:1 22140:6 22154:2 22160:1 22165:2 22168:1 22170:3 22187:2 22219:1 22221:1 22225:1 22233:1 22266:3 22274:1 22289:1 22356:1 22400:1 22431:1 22435:3 22447:1 22477:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:2 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23185:1 23231:2 23257:1 23321:1 23351:1 23375:1 23386:1 23423:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23589:1 23603:1 23613:1 23673:1 23690:1 23696:1 23746:1 23763:4 23767:1 23795:4 23839:1 23841:1 23844:1 23845:1 23877:1 23888:1 23922:1 23928:1 23939:11 23986:3 24032:1 24034:1 24047:1 24051:2 24055:1 24064:1 24083:1 24088:1 24099:3 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24212:1 24214:1 24223:1 24227:1 24236:1 24281:1 24335:1 24369:1 24389:1 24402:1 24444:1 24499:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:5 24809:1 24834:1 24835:1 24836:1 24901:2 24903:3 24948:1 24979:1 24989:1 25005:2 25011:2 25033:1 25041:4 25065:3 25066:1 25087:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:2 25320:1 25324:2 25343:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:1 25578:1 25615:1 25617:1 25650:1 25676:2 25726:1 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25884:1 25896:1 25901:2 25915:1 25923:2 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:1 26113:1 26114:1 26121:1 26126:1 26137:2 26180:1 26240:1 26277:1 26295:1 26319:1 26339:1 26427:1 26439:1 26468:1 26485:2 26497:1 26516:1 26552:1 26591:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26721:1 26818:3 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26942:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:5 27047:1 27054:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:1 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27482:2 27538:2 27546:1 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:15 27663:1 27675:2 27690:4 27701:3 27752:1 27759:1 27790:2 27801:1 27818:1 27825:3 27861:3 27865:1 27872:2 27878:1 27899:1 27920:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28040:1 28048:1 28069:1 28119:4 28122:1 28192:1 28196:2 28202:1 28211:1 28214:1 28215:1 28323:1 28339:1 28347:2 28348:1 28349:1 28392:1 28486:1 28488:1 28507:2 28511:2 28523:3 28543:1 28547:1 28560:1 28573:1 28587:1 28608:1 28615:1 28620:2 28639:2 28694:1 28729:3 28752:1 28763:1 28803:1 28811:2 28817:1 28822:1 28835:1 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28958:1
19 27:1 46:1 49:1 81:1 97:1 148:1 171:2 213:1 241:1 248:1 263:1 289:1 369:1 405:1 416:1 432:2 447:1 453:2 558:1 580:1 591:6 597:1 618:1 630:1 690:1 775:1 776:1 825:1 848:1 865:2 877:1 888:1 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 938:1 942:1 946:3 962:1 979:2 980:1 1016:1 1022:4 1025:1 1082:1 1110:1 1158:1 1188:1 1214:1 1221:1 1280:1 1282:1 1308:1 1317:1 1366:1 1447:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:2 1576:1 1588:1 1606:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:1 1820:1 1827:1 1828:1 1839:1 1840:2 1845:1 1869:1 1871:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:1 2098:1 2102:1 2104:2 2111:1 2141:1 2160:3 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:1 2265:2 2273:1 2274:2 2284:2 2298:2 2299:2 2309:1 2382:1 2386:2 2412:3 2418:1 2437:1 2439:1 2481:1 2510:1 2522:1 2560:1 2562:1 2575:1 2601:1 2604:1 2678:1 2689:1 2700:1 2717:1 2740:5 2744:2 2750:1 2764:1 2790:1 2805:1 2847:2 2865:2 2876:1 2884:12 2893:5 2929:1 2938:3 2946:1 2961:1 2966:2 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3268:1 3271:3 3303:1 3313:1 3322:2 3405:2 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:1 3665:4 3701:1 3718:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:2 3989:1 4035:3 4041:1 4087:1 4096:1 4133:1 4138:2 4183:1 4240:2 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:1 4453:1 4487:1 4493:1 4494:1 4501:1 4509:1 4516:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:5 4749:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:2 4897:1 4898:1 4922:1 4953:1 4961:1 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:1 5279:1 5366:4 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:2 5530:1 5579:1 5581:1 5604:1 5638:1 5686:1 5744:2 5827:1 5855:1 5862:1 5886:1 5896:2 5900:2 5901:9 5903:1 5912:1 5918:1 5940:1 5994:1 5995:1 6017:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:1 6221:1 6245:1 6265:1 6266:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6450:1 6451:1 6481:1 6484:1 6531:1 6561:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:2 6761:3 6769:2 6799:2 6866:1 6890:2 6898:2 6938:1 6957:1 6958:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7115:1 7121:7 7123:1 7167:1 7180:2 7244:1 7425:3 7443:2 7462:2 7467:1 7469:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:4 7680:2 7696:1 7701:3 7708:1 7727:1 7730:1 7741:12 7767:12 7769:3 7775:1 7822:1 7836:1 7837:2 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:1 8223:1 8225:10 8246:1 8257:2 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:1 8444:2 8468:1 8477:1 8481:1 8484:1 8561:1 8570:3 8571:2 8572:1 8575:1 8580:3 8584:1 8599:1 8611:1 8635:1 8680:2 8693:1 8769:2 8827:1 8834:1 8879:1 8882:1 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:4 9128:1 9144:1 9167:1 9236:1 9244:5 9248:1 9256:1 9273:1 9319:1 9326:2 9335:1 9342:1 9366:1 9379:1 9384:1 9419:2 9439:1 9533:1 9552:2 9559:1 9580:1 9607:1 9616:1 9667:1 9682:5 9683:23 9684:2 9698:1 9717:1 9719:1 9743:1 9752:1 9784:2 9790:3 9818:1 9849:1 9856:1 9878:1 9982:2 10001:1 10021:1 10023:3 10046:1 10056:2 10111:1 10121:1 10141:1 10145:3 10193:1 10197:1 10278:2 10314:1 10328:1 10348:1 10350:3 10385:1 10437:1 10455:1 10482:1 10542:1 10550:1 10561:1 10568:1 10585:4 10647:2 10653:1 10658:1 10704:2 10743:2 10747:4 10757:1 10772:2 10774:2 10775:2 10826:1 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:2 10978:1 10990:3 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:1 11109:1 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:2 11521:1 11534:1 11551:1 11568:2 11575:1 11577:1 11602:1 11617:2 11664:1 11674:1 11695:5 11696:1 11714:1 11715:1 11720:1 11725:1 11738:1 11741:1 11746:1 11752:1 11767:1 11778:1 11787:1 11797:2 11803:5 11806:1 11809:1 11814:1 11823:1 11844:1 11858:1 11862:1 11896:1 11906:1 11925:1 11928:2 11984:1 12021:1 12039:1 12052:1 12054:1 12062:1 12138:1 12143:1 12144:1 12264:1 12282:1 12370:2 12423:1 12426:1 12478:1 12490:1 12534:1 12545:1 12557:1 12591:1 12608:1 12629:1 12658:2 12665:1 12810:5 12823:1 12830:1 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:2 13238:2 13251:1 13253:1 13273:1 13276:4 13305:1 13323:1 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:2 13401:1 13412:2 13453:1 13463:2 13478:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:2 13588:1 13626:1 13667:1 13672:2 13676:1 13679:1 13689:1 13698:1 13704:1 13742:1 13746:1 13753:1 13782:2 13887:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14417:1 14420:1 14527:1 14536:1 14542:1 14548:1 14550:1 14555:1 14561:1 14565:1 14567:1 14572:1 14578:2 14611:2 14630:1 14661:1 14667:1 14691:1 14712:1 14715:2 14760:1 14787:1 14810:1 14854:1 14865:1 14903:2 14916:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15478:1 15494:1 15497:1 15501:2 15503:1 15504:1 15518:2 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15703:1 15712:1 15714:1 15724:4 15731:1 15743:1 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:1 15952:1 15984:1 15987:2 15999:1 16088:2 16118:2 16154:1 16157:2 16166:1 16179:1 16216:2 16231:2 16232:1 16237:1 16240:1 16252:2 16253:1 16257:1 16302:1 16303:1 16329:1 16389:2 16507:1 16535:1 16565:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:3 16803:1 16849:1 16866:1 16868:1 16877:1 16897:1 16899:1 16936:1 16952:2 16956:1 16978:4 16986:1 16998:3 17037:1 17060:2 17063:2 17081:1 17087:2 17089:1 17090:1 17103:1 17109:1 17136:1 17156:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17555:1 17597:3 17613:1 17632:1 17668:1 17670:1 17678:1 17717:2 17719:1 17784:2 17819:1 17829:3 17843:1 17890:1 17904:1 17929:2 18013:1 18022:1 18026:1 18060:1 18105:1 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18331:1 18338:3 18343:1 18360:1 18391:1 18392:1 18397:1 18444:1 18459:1 18474:1 18481:1 18484:1 18488:1 18516:1 18522:1230 18672:1 18678:1 18701:1 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18822:1 18884:1 18911:1 18936:1 19010:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:2 19220:1 19223:1 19224:1 19232:1 19244:1 19253:1 19258:1 19298:1 19305:1 19320:1 19336:1 19345:1 19350:2 19366:3 19367:1 19379:1 19396:1 19487:1 19493:1 19501:1 19512:1 19561:1 19593:3 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19685:1 19743:1 19751:1 19765:1 19790:1 19854:1 19874:1 19876:1 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:4 19966:1 19987:1 19997:3 20014:1 20023:5 20031:1 20037:1 20039:3 20095:1 20114:1 20116:1 20131:1 20167:1 20177:1 20190:1 20257:2 20261:1 20300:1 20313:2 20361:1 20438:1 20464:1 20496:2 20509:1 20517:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:4 20623:1 20638:1 20666:1 20691:1 20708:1 20730:2 20739:1 20778:2 20786:1 20790:1 20819:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21096:1 21128:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:1 21260:1 21263:1 21289:1 21296:2 21300:1 21303:1 21311:1 21327:1 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:2 21532:1 21535:1 21566:1 21578:1 21586:2 21588:1 21593:1 21594:1 21599:1 21604:1 21605:6 21606:3 21608:1 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:2 21669:1 21697:3 21738:1 21758:1 21776:1 21780:1 21795:2 21802:1 21804:2 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21924:2 21928:2 21946:1 21955:1 21969:1 21988:1 21991:1 21999:1 22001:1 22003:4 22014:1 22032:1 22039:2 22049:1 22093:1 22109:1 22140:6 22154:2 22160:1 22165:2 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22233:1 22266:3 22274:1 22289:1 22356:1 22400:1 22431:1 22435:3 22447:1 22477:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:2 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23185:1 23231:2 23257:1 23321:1 23351:1 23375:1 23386:1 23423:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:1 23690:1 23696:1 23746:1 23763:5 23767:1 23795:4 23839:1 23841:1 23844:1 23845:1 23877:1 23888:1 23922:1 23928:1 23939:11 23986:3 24032:1 24034:1 24047:1 24051:2 24055:2 24064:1 24083:1 24088:1 24099:3 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24212:1 24214:1 24223:1 24227:1 24236:1 24281:1 24288:1 24335:1 24369:1 24389:1 24402:1 24444:1 24499:2 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:5 24809:1 24834:1 24835:1 24836:1 24901:2 24903:3 24948:2 24979:1 24989:1 25005:2 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:2 25320:1 25324:2 25343:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:1 25578:1 25615:1 25617:1 25650:1 25676:2 25726:1 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25884:1 25896:1 25901:2 25915:1 25923:2 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:1 26113:1 26114:1 26121:1 26126:1 26137:2 26180:1 26240:1 26277:1 26295:2 26319:1 26339:1 26427:1 26439:1 26468:1 26485:2 26497:1 26516:1 26552:1 26591:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26721:1 26818:3 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26924:1 26926:1 26937:1 26942:1 26945:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:5 27047:1 27054:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:1 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27482:2 27538:2 27546:1 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:16 27663:1 27675:2 27690:4 27701:3 27752:1 27759:1 27790:2 27801:1 27818:1 27825:3 27861:4 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28040:1 28048:1 28069:1 28119:4 28122:1 28192:1 28196:2 28202:1 28211:1 28214:1 28215:1 28323:1 28339:1 28347:2 28348:1 28349:1 28392:1 28486:1 28488:1 28507:2 28511:2 28523:3 28543:2 28547:1 28560:1 28573:1 28587:1 28608:1 28615:1 28620:2 28639:2 28694:1 28729:3 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28958:1
19 27:1 30:1 46:1 49:1 81:1 97:1 148:1 171:2 213:1 241:1 248:1 263:1 289:1 369:1 405:1 416:1 432:2 447:1 453:2 558:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 825:1 848:1 865:3 877:1 888:1 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 938:1 942:1 946:3 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1214:1 1221:1 1269:1 1280:2 1282:1 1308:1 1317:1 1366:1 1447:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1869:1 1871:1 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:1 2098:1 2102:1 2104:2 2111:1 2141:1 2160:3 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:1 2265:2 2273:1 2274:2 2284:2 2298:3 2299:2 2309:1 2382:1 2386:2 2412:4 2418:1 2437:1 2439:1 2481:2 2510:1 2522:1 2560:1 2562:1 2575:1 2601:1 2604:1 2678:1 2689:1 2700:1 2708:1 2717:1 2740:6 2744:2 2750:1 2764:1 2790:1 2805:1 2847:2 2865:2 2876:1 2884:12 2893:5 2929:1 2938:3 2946:1 2961:1 2966:3 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3268:1 3271:4 3303:1 3313:1 3322:2 3405:3 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:4 3701:1 3718:1 3719:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3964:1 3989:1 4035:3 4041:1 4087:1 4096:1 4133:1 4138:2 4183:1 4240:2 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:1 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4516:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:5 4749:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:1 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:4 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:2 5530:1 5579:1 5581:1 5604:1 5638:1 5686:1 5744:2 5827:1 5855:1 5862:1 5886:1 5896:2 5900:2 5901:9 5903:1 5912:1 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6017:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:1 6221:1 6245:1 6265:1 6266:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6450:1 6451:1 6481:1 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:2 6761:3 6769:2 6799:3 6866:1 6890:2 6898:2 6938:1 6957:1 6958:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7115:1 7121:7 7123:1 7167:1 7180:2 7244:1 7425:3 7443:2 7462:2 7467:1 7469:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:4 7680:2 7696:1 7701:3 7708:1 7727:1 7730:1 7741:13 7767:12 7769:3 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:1 8223:1 8225:10 8246:1 8257:2 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:1 8444:2 8468:2 8477:1 8481:1 8484:1 8561:1 8570:3 8571:2 8572:1 8575:1 8580:3 8584:1 8599:1 8611:1 8635:1 8680:2 8693:1 8769:2 8827:1 8834:1 8872:1 8879:1 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:4 9128:1 9144:1 9167:1 9236:1 9244:6 9248:1 9256:1 9273:1 9319:1 9326:2 9335:1 9342:1 9366:1 9379:1 9384:1 9419:2 9439:1 9533:1 9552:2 9559:1 9580:1 9607:1 9616:2 9667:1 9682:5 9683:23 9684:2 9698:1 9717:1 9719:1 9734:1 9743:1 9752:1 9784:2 9790:4 9818:1 9849:1 9856:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:3 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:3 10182:1 10193:1 10197:1 10278:2 10314:1 10328:1 10348:1 10350:3 10385:1 10437:1 10455:1 10482:1 10542:1 10550:1 10561:1 10568:1 10585:5 10647:2 10653:1 10658:1 10704:2 10743:2 10747:4 10754:1 10757:1 10772:2 10774:2 10775:2 10826:1 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:2 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:1 11109:1 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:2 11521:1 11534:1 11551:1 11568:2 11575:1 11577:1 11602:1 11617:2 11663:1 11664:1 11674:1 11695:5 11696:1 11714:1 11715:2 11720:1 11725:1 11738:1 11741:1 11746:1 11752:1 11767:1 11778:2 11787:1 11797:2 11803:5 11806:1 11809:1 11814:2 11823:1 11844:1 11858:2 11862:1 11896:1 11906:1 11925:1 11928:2 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12138:1 12143:1 12144:1 12149:1 12218:1 12264:1 12282:1 12370:2 12423:1 12426:1 12478:1 12490:1 12534:1 12545:1 12557:1 12591:1 12608:1 12629:1 12658:2 12665:1 12810:5 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:2 13238:3 13251:1 13253:1 13273:1 13276:4 13295:1 13305:1 13323:1 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:3 13401:1 13412:2 13453:1 13463:4 13478:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:2 13588:1 13593:1 13626:1 13667:2 13672:2 13676:2 13679:1 13689:1 13698:1 13704:1 13742:1 13746:1 13753:1 13782:2 13887:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14417:1 14420:1 14487:1 14527:1 14536:1 14542:1 14548:1 14550:1 14555:1 14561:1 14565:1 14567:1 14572:1 14578:2 14611:2 14630:1 14661:1 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:1 14810:1 14854:1 14865:1 14903:2 14916:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15478:1 15494:1 15497:1 15501:2 15503:1 15504:1 15518:2 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15703:1 15712:1 15714:2 15724:4 15731:1 15743:1 15744:1 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:1 15887:1 15952:1 15984:1 15987:2 15999:1 16088:2 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16237:1 16240:1 16252:2 16253:1 16257:1 16302:1 16303:2 16329:1 16389:2 16498:1 16507:1 16535:1 16565:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:3 16803:2 16849:2 16866:1 16868:1 16877:1 16897:1 16899:1 16936:1 16952:2 16956:1 16968:1 16978:4 16986:1 16998:3 17037:1 17060:2 17063:2 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:1 17156:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:1 17829:3 17843:1 17867:1 17890:1 17904:2 17929:2 18013:1 18022:1 18026:1 18060:1 18105:1 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18331:1 18338:3 18343:1 18360:1 18391:1 18392:1 18397:1 18444:1 18459:1 18474:1 18481:1 18484:1 18488:1 18516:1 18522:1336 18545:1 18672:1 18678:1 18701:1 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18822:1 18884:1 18911:1 18936:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:2 19220:1 19223:1 19224:1 19232:1 19244:1 19253:2 19258:2 19298:1 19305:1 19320:1 19336:1 19345:1 19350:2 19363:1 19366:3 19367:1 19379:1 19396:1 19487:1 19493:1 19501:1 19512:1 19561:1 19593:3 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19685:1 19687:1 19743:1 19751:1 19765:1 19790:1 19854:1 19874:1 19876:2 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:4 19966:1 19987:1 19997:3 20011:1 20014:1 20023:5 20031:1 20037:1 20039:3 20095:1 20114:1 20116:1 20131:1 20167:1 20177:1 20190:1 20257:2 20261:1 20300:1 20313:2 20361:1 20418:1 20438:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:4 20623:1 20638:1 20666:1 20691:1 20708:1 20730:2 20739:1 20778:2 20786:1 20790:1 20819:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21096:1 21128:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:1 21263:1 21289:1 21296:2 21300:1 21303:1 21311:1 21327:2 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:2 21522:1 21532:1 21535:1 21566:1 21578:1 21586:2 21588:1 21593:1 21594:1 21599:1 21604:1 21605:6 21606:3 21608:1 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:3 21738:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:1 21988:1 21991:1 21999:1 22001:1 22003:4 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22109:1 22140:7 22154:2 22160:1 22165:2 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22233:1 22266:3 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:3 22447:1 22477:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23351:1 23375:1 23386:1 23423:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:1 23690:1 23696:1 23746:1 23763:5 23767:1 23795:5 23839:1 23841:1 23844:1 23845:1 23877:1 23888:1 23922:1 23928:1 23939:11 23986:3 24032:1 24033:1 24034:1 24047:1 24051:2 24055:2 24064:1 24083:1 24088:1 24099:3 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24212:1 24214:1 24223:1 24227:1 24236:1 24281:1 24288:1 24335:1 24369:1 24370:1 24389:1 24402:1 24444:1 24499:2 24510:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:5 24809:2 24834:1 24835:1 24836:1 24901:2 24903:3 24948:2 24979:1 24989:1 25005:2 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:2 25320:1 25324:2 25343:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:1 25567:1 25578:1 25615:1 25617:1 25644:1 25650:1 25676:2 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25884:1 25896:1 25901:2 25915:1 25923:2 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:2 26151:1 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:1 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:1 26516:1 26552:1 26591:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26721:1 26771:1 26791:1 26818:3 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:5 27047:1 27054:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:1 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27375:1 27449:1 27482:2 27511:1 27538:2 27546:1 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:16 27663:1 27675:2 27690:5 27701:3 27752:1 27759:1 27790:2 27801:1 27818:1 27825:3 27861:4 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28040:1 28048:2 28069:1 28119:4 28122:1 28192:1 28196:3 28202:1 28211:1 28214:1 28215:1 28323:1 28339:1 28347:3 28348:1 28349:1 28392:1 28404:1 28486:1 28488:1 28507:2 28511:2 28523:3 28543:2 28547:1 28560:1 28573:1 28587:1 28608:1 28615:1 28620:2 28639:2 28694:1 28709:1 28725:1 28729:3 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28837:1 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28958:1
19 27:1 30:1 46:1 49:1 81:1 97:1 148:1 171:2 213:1 241:1 248:1 263:1 289:1 369:1 405:1 416:1 432:2 447:1 453:2 558:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 825:1 848:1 865:3 877:1 888:2 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 938:1 942:1 946:4 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1214:1 1221:1 1269:1 1280:2 1282:1 1308:1 1317:1 1366:1 1447:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:1 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:3 2166:1 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:2 2265:2 2273:1 2274:2 2276:1 2284:2 2298:3 2299:2 2309:1 2382:1 2386:2 2412:4 2418:1 2437:1 2439:1 2481:2 2510:1 2522:1 2560:1 2562:1 2575:1 2601:1 2604:1 2678:1 2689:1 2700:1 2708:1 2717:1 2740:6 2744:2 2750:1 2764:1 2790:1 2805:1 2847:2 2865:2 2876:1 2884:13 2893:6 2929:1 2938:3 2946:1 2961:1 2966:3 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:3 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:4 3701:1 3718:1 3719:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:2 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3964:1 3989:1 4035:3 4041:1 4062:1 4083:1 4087:1 4096:1 4133:1 4138:2 4140:1 4183:1 4240:3 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:2 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4516:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:5 4749:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:2 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:1 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:5 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:2 5530:1 5579:1 5581:1 5604:1 5638:1 5643:1 5686:1 5744:2 5827:1 5855:1 5862:1 5886:1 5896:2 5900:2 5901:10 5903:1 5912:1 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:1 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:2 6761:3 6769:2 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6933:1 6938:1 6957:1 6958:1 6962:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7115:1 7121:8 7123:1 7167:1 7180:2 7244:1 7403:1 7425:3 7443:2 7462:2 7467:1 7469:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:4 7680:2 7696:1 7701:3 7708:1 7727:1 7730:1 7741:15 7767:13 7769:3 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:1 8223:1 8225:10 8246:2 8257:2 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:1 8444:2 8468:2 8477:1 8478:1 8481:1 8484:1 8561:2 8570:4 8571:2 8572:2 8575:1 8580:3 8584:1 8599:1 8611:1 8635:1 8660:1 8680:2 8693:1 8703:1 8769:2 8827:1 8834:1 8872:1 8879:1 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:4 9128:1 9144:1 9167:1 9236:1 9244:6 9248:1 9256:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9667:1 9682:5 9683:23 9684:2 9698:1 9717:1 9719:1 9734:1 9743:1 9752:1 9784:2 9790:4 9818:1 9849:1 9856:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:3 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:3 10182:1 10193:1 10197:1 10278:2 10314:1 10328:1 10348:1 10350:3 10385:1 10437:1 10455:1 10482:1 10542:1 10550:2 10561:1 10568:1 10585:5 10647:2 10653:1 10658:1 10704:2 10743:2 10747:5 10754:1 10757:1 10772:3 10774:2 10775:2 10826:2 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:2 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:1 11109:1 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:1 11577:1 11602:1 11605:1 11617:2 11645:1 11663:1 11664:1 11674:1 11695:5 11696:1 11714:1 11715:2 11720:1 11725:1 11738:1 11741:1 11746:1 11752:1 11767:1 11778:2 11787:1 11797:2 11803:5 11806:1 11809:1 11814:3 11823:1 11844:1 11858:2 11862:1 11896:1 11906:1 11925:1 11928:3 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12101:1 12138:1 12143:1 12144:1 12149:1 12218:1 12264:1 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:1 12591:1 12608:1 12629:1 12658:2 12665:1 12810:6 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:2 13238:3 13251:1 13253:1 13273:1 13276:4 13295:1 13305:1 13323:1 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:3 13401:1 13412:2 13453:1 13463:4 13478:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:2 13588:1 13593:1 13626:1 13667:2 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:1 13746:1 13753:1 13782:2 13887:1 13931:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14417:1 14420:1 14470:1 14487:1 14527:1 14536:1 14542:1 14548:1 14550:1 14555:1 14561:1 14565:1 14567:1 14572:1 14578:2 14611:2 14630:1 14661:1 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:1 14810:1 14854:1 14865:1 14903:2 14916:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:2 15503:1 15504:1 15518:2 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15703:1 15712:1 15714:2 15724:4 15731:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:2 15887:1 15952:1 15984:1 15987:2 15999:1 16088:2 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16237:1 16240:1 16252:2 16253:1 16257:1 16302:1 16303:2 16329:1 16389:2 16498:1 16507:1 16535:1 16565:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:3 16803:2 16849:2 16866:1 16868:1 16877:1 16897:1 16899:1 16936:1 16952:2 16956:1 16968:1 16978:4 16986:1 16998:3 17037:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:2 17156:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:1 17829:3 17843:1 17867:1 17890:1 17904:2 17929:2 18013:1 18022:1 18026:1 18060:1 18095:1 18105:1 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18331:1 18338:3 18343:1 18360:1 18391:2 18392:1 18397:1 18422:1 18444:1 18456:1 18459:1 18474:1 18481:1 18484:1 18488:1 18516:1 18522:1398 18545:1 18672:1 18678:1 18701:2 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18765:1 18822:1 18884:1 18911:1 18936:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:2 19220:1 19223:1 19224:1 19232:1 19244:1 19253:2 19258:2 19298:1 19305:1 19320:1 19336:1 19345:1 19350:3 19363:1 19366:3 19367:1 19379:1 19396:1 19487:1 19493:1 19501:1 19512:1 19561:1 19593:3 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19685:1 19687:2 19743:1 19751:1 19765:1 19790:1 19854:1 19874:1 19876:2 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:4 19966:1 19987:1 19997:3 20011:1 20014:1 20023:5 20031:1 20037:1 20039:3 20095:1 20114:1 20116:1 20131:1 20167:1 20177:1 20190:1 20257:2 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:4 20623:1 20638:1 20666:1 20691:1 20708:1 20730:2 20739:1 20778:2 20786:1 20790:1 20819:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:2 21263:1 21289:1 21296:2 21300:1 21303:1 21311:1 21327:2 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:2 21522:1 21532:1 21535:1 21566:1 21578:1 21586:2 21588:1 21593:1 21594:1 21599:1 21604:1 21605:7 21606:3 21608:1 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:3 21738:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:1 21988:1 21991:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22109:1 22140:7 22154:2 22160:1 22165:2 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22266:3 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:3 22447:1 22477:1 22510:2 22520:1 22556:2 22557:1 22587:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23351:2 23375:1 23386:1 23423:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:1 23690:1 23696:1 23746:1 23763:5 23767:1 23795:5 23839:1 23841:1 23844:1 23845:1 23877:1 23888:1 23922:1 23928:1 23939:11 23986:3 24032:1 24033:1 24034:1 24047:1 24051:2 24055:2 24064:1 24083:1 24088:1 24099:3 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24212:1 24214:1 24223:1 24227:1 24236:1 24281:1 24288:1 24335:1 24369:1 24370:1 24389:1 24402:1 24428:1 24444:1 24499:2 24510:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:5 24809:3 24834:1 24835:1 24836:1 24901:2 24903:3 24948:2 24979:1 24989:1 25005:2 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:1 25206:1 25246:1 25250:1 25255:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:1 25567:1 25578:1 25615:1 25617:1 25644:1 25650:1 25676:2 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25884:1 25896:1 25901:2 25915:1 25923:2 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26151:1 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:1 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:2 26516:1 26552:1 26591:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26721:1 26771:1 26791:1 26818:3 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:5 27047:1 27054:1 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:1 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27449:1 27482:2 27511:1 27537:1 27538:2 27546:1 27547:1 27564:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:19 27663:1 27675:2 27690:5 27701:3 27752:1 27759:1 27790:2 27801:1 27807:1 27818:1 27825:3 27861:4 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28069:1 28119:4 28122:1 28156:1 28192:1 28196:3 28202:1 28211:1 28214:1 28215:1 28323:1 28339:1 28347:3 28348:2 28349:1 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:2 28523:4 28543:2 28547:1 28560:1 28573:1 28587:1 28608:1 28615:1 28620:2 28639:2 28694:1 28709:1 28725:1 28729:3 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28837:1 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28958:1
19 27:1 30:1 46:1 49:1 81:1 97:1 148:1 171:2 213:1 241:1 248:1 263:1 289:1 323:1 369:1 405:1 416:1 432:2 447:1 453:2 477:1 558:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 825:1 848:1 865:3 877:1 888:2 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 938:1 942:1 946:4 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1269:1 1280:2 1282:1 1295:1 1308:1 1317:1 1318:1 1366:1 1447:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:1 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:4 2166:2 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:2 2265:2 2273:1 2274:2 2276:1 2284:2 2298:3 2299:2 2309:1 2382:1 2386:2 2412:4 2418:1 2437:1 2439:1 2481:2 2510:1 2522:1 2560:1 2562:1 2575:1 2601:1 2604:1 2678:1 2689:1 2700:1 2708:1 2717:1 2740:6 2744:2 2750:1 2764:1 2790:1 2805:1 2847:2 2865:2 2876:1 2884:13 2893:6 2929:1 2938:3 2946:1 2961:1 2966:3 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:3 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:4 3701:1 3718:1 3719:1 3741:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:3 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3964:1 3989:1 4035:3 4041:1 4062:1 4083:1 4087:1 4096:1 4133:1 4138:2 4140:1 4183:1 4240:3 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:3 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:5 4749:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:3 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:1 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:5 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:2 5530:1 5579:1 5581:1 5604:1 5638:1 5643:1 5686:1 5744:2 5827:1 5855:1 5862:1 5886:2 5896:2 5900:2 5901:10 5903:1 5912:2 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:1 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:2 6761:3 6769:2 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6930:1 6933:1 6938:1 6957:1 6958:1 6962:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7115:1 7121:9 7123:1 7167:1 7180:2 7225:1 7244:1 7403:2 7425:3 7443:2 7462:2 7467:1 7469:1 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:4 7680:2 7696:1 7701:3 7708:1 7727:1 7730:1 7741:15 7749:1 7767:13 7769:3 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8080:1 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:1 8223:1 8225:10 8246:3 8257:3 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:3 8477:1 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:1 8580:3 8584:1 8599:1 8611:1 8635:1 8660:1 8680:2 8693:1 8703:1 8769:2 8827:1 8834:1 8872:1 8879:1 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:6 9248:1 9256:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9667:1 9682:5 9683:23 9684:2 9698:1 9717:1 9719:1 9734:1 9743:1 9752:1 9784:2 9790:4 9818:1 9834:1 9849:1 9856:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:3 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:3 10182:1 10193:1 10197:1 10278:2 10314:1 10328:1 10348:1 10350:3 10385:1 10437:1 10455:1 10482:1 10542:1 10550:3 10561:1 10568:1 10585:5 10647:2 10653:1 10658:1 10704:2 10743:2 10747:5 10754:1 10757:1 10772:3 10774:2 10775:2 10826:3 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:2 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:1 11577:1 11602:1 11605:1 11617:2 11645:1 11663:1 11664:1 11674:1 11695:5 11696:1 11714:1 11715:2 11720:1 11725:1 11738:1 11741:1 11746:1 11752:1 11767:1 11778:2 11787:1 11797:3 11803:5 11806:1 11809:1 11814:3 11823:1 11844:1 11858:2 11862:1 11896:1 11906:1 11925:1 11928:3 11934:1 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12101:1 12138:1 12143:1 12144:1 12149:1 12218:1 12264:1 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:1 12591:1 12608:1 12629:1 12658:2 12665:1 12810:6 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:2 13238:3 13251:1 13253:1 13273:1 13276:4 13295:1 13305:1 13323:2 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:4 13401:1 13412:3 13453:1 13463:4 13478:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:2 13588:1 13593:1 13626:1 13667:2 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:1 13746:1 13753:1 13782:2 13887:1 13931:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14417:1 14420:1 14470:1 14487:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:1 14578:2 14611:2 14630:1 14661:1 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:1 14810:1 14854:1 14865:1 14903:2 14916:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:2 15503:1 15504:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15703:1 15712:1 15714:2 15724:4 15731:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:3 15887:1 15911:1 15952:1 15984:1 15987:3 15999:1 16088:2 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16302:1 16303:2 16329:1 16389:2 16498:1 16507:1 16535:1 16565:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:3 16803:2 16849:2 16866:1 16868:1 16877:1 16897:1 16899:1 16936:1 16952:3 16956:1 16968:1 16978:4 16986:1 16998:3 17037:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:2 17156:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:1 17829:3 17843:1 17867:1 17890:1 17904:2 17929:2 18013:1 18022:1 18026:1 18060:1 18095:1 18105:1 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18331:1 18338:3 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18481:1 18484:2 18488:1 18516:1 18522:1447 18545:2 18551:1 18563:1 18672:1 18678:1 18701:2 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18765:1 18822:1 18884:1 18911:1 18936:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:2 19220:1 19223:1 19224:1 19232:1 19244:1 19253:2 19258:2 19298:1 19305:1 19320:1 19336:1 19345:1 19350:3 19363:1 19366:3 19367:1 19379:1 19396:1 19424:1 19487:1 19493:1 19501:1 19512:1 19561:1 19593:3 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19685:1 19687:2 19743:1 19751:1 19765:1 19790:1 19854:1 19874:1 19876:2 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:4 19966:1 19987:1 19997:3 20011:1 20014:1 20023:5 20031:1 20037:1 20039:3 20095:1 20114:1 20116:1 20131:1 20167:1 20177:1 20190:1 20257:3 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:4 20623:1 20638:1 20666:1 20691:1 20708:1 20730:2 20739:1 20778:2 20783:1 20786:1 20790:1 20819:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:2 21263:1 21289:1 21296:2 21300:1 21303:1 21311:1 21327:2 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:2 21522:1 21532:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:1 21599:1 21604:1 21605:7 21606:3 21608:1 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:3 21738:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:1 21988:1 21991:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22109:1 22140:8 22154:2 22160:1 22165:2 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22266:3 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:3 22447:1 22477:1 22510:2 22520:2 22556:2 22557:1 22587:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23342:1 23351:2 23375:1 23386:1 23423:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:1 23690:1 23696:1 23746:1 23763:5 23767:1 23795:5 23839:1 23841:1 23844:1 23845:1 23877:1 23888:1 23922:1 23928:1 23939:11 23986:3 24032:1 24033:1 24034:1 24047:1 24051:2 24055:2 24064:1 24083:1 24088:1 24099:3 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24206:1 24212:1 24214:1 24223:1 24227:1 24236:1 24275:1 24281:1 24288:1 24335:1 24369:1 24370:1 24389:1 24402:1 24415:1 24428:1 24444:1 24499:2 24510:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:5 24809:3 24834:1 24835:1 24836:1 24901:2 24903:3 24948:2 24979:1 24989:1 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:2 25206:1 25246:1 25250:1 25255:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:2 25567:1 25578:1 25615:1 25617:1 25644:1 25650:1 25676:2 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25865:1 25868:1 25884:1 25896:1 25901:2 25915:1 25923:2 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26151:2 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:1 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26721:1 26771:1 26791:1 26818:3 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27449:1 27482:2 27511:1 27537:1 27538:2 27546:1 27547:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:21 27663:1 27675:2 27690:6 27701:3 27752:1 27759:1 27790:2 27801:1 27807:1 27818:1 27825:3 27861:4 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28069:1 28074:1 28119:4 28122:1 28147:1 28156:1 28192:1 28196:3 28202:1 28211:1 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:1 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:2 28523:4 28543:2 28547:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:2 28639:2 28694:1 28709:1 28725:1 28729:3 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28958:1
19 25:1 27:1 30:1 46:1 49:1 81:1 97:1 148:1 171:2 213:1 241:1 248:1 263:1 289:1 323:1 369:1 405:1 416:1 432:2 447:1 453:2 477:1 558:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 938:1 942:1 946:4 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1269:1 1280:2 1282:1 1295:1 1308:1 1317:1 1318:1 1366:1 1447:1 1456:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:4 2166:2 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:2 2265:2 2269:1 2273:1 2274:2 2276:1 2284:2 2298:3 2299:2 2309:1 2382:1 2386:2 2412:4 2418:1 2437:1 2439:1 2473:1 2481:2 2510:1 2522:1 2560:1 2562:1 2575:1 2601:1 2604:1 2678:1 2689:1 2700:1 2708:1 2717:1 2740:7 2744:2 2750:1 2764:1 2790:1 2805:1 2807:1 2847:2 2865:2 2876:1 2884:13 2893:7 2929:1 2938:4 2946:1 2961:1 2966:3 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:3 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:4 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:3 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3960:1 3964:1 3989:1 4035:3 4041:1 4062:1 4083:1 4087:1 4096:1 4133:1 4138:2 4140:1 4183:1 4240:3 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:3 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:5 4749:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:4 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:2 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:5 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:2 5530:1 5579:1 5581:1 5604:1 5638:1 5643:1 5686:1 5744:2 5827:1 5855:1 5862:2 5886:2 5896:2 5900:2 5901:10 5903:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6268:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:1 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:2 6747:1 6761:3 6769:2 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6930:1 6933:1 6938:1 6957:1 6958:1 6962:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7115:1 7121:9 7123:1 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7403:2 7425:3 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:4 7680:2 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:15 7749:1 7767:13 7769:4 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8080:1 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:1 8223:1 8225:12 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:1 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:1 8580:3 8584:1 8599:1 8611:1 8623:1 8635:1 8660:1 8680:2 8693:1 8703:1 8769:2 8827:1 8834:1 8872:1 8879:1 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:7 9248:1 9256:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9398:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:5 9683:23 9684:2 9698:1 9717:1 9719:1 9734:1 9743:1 9752:1 9784:2 9790:4 9818:1 9834:1 9849:1 9856:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:3 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:3 10182:1 10193:1 10197:1 10278:2 10314:1 10328:1 10348:1 10350:3 10385:1 10437:1 10455:1 10482:1 10542:1 10550:3 10561:1 10568:1 10585:6 10647:2 10653:1 10658:1 10660:1 10675:1 10704:3 10743:2 10747:6 10754:1 10757:1 10772:3 10774:2 10775:2 10826:3 10852:1 10854:1 10856:1 10860:1 10871:1 10931:1 10952:1 10974:2 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:1 11577:1 11602:1 11605:1 11617:2 11645:1 11663:1 11664:1 11674:1 11695:5 11696:1 11714:1 11715:2 11720:1 11725:1 11738:1 11741:1 11746:1 11752:1 11767:1 11778:2 11787:1 11797:3 11803:5 11806:1 11809:1 11814:3 11823:1 11844:1 11858:2 11862:1 11896:1 11906:1 11925:1 11928:3 11934:1 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12101:1 12138:1 12143:1 12144:1 12149:1 12218:1 12264:1 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:7 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:2 13238:3 13251:1 13253:1 13273:1 13276:4 13295:1 13305:1 13323:2 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:4 13401:1 13412:3 13453:1 13463:4 13478:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:2 13588:1 13593:1 13626:1 13667:2 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:1 13746:1 13753:1 13782:2 13887:1 13931:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14417:1 14420:1 14439:1 14470:1 14487:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:1 14810:1 14854:1 14865:1 14903:2 14916:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:2 15503:1 15504:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15703:1 15712:1 15714:2 15724:4 15731:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:3 15887:1 15902:1 15911:1 15952:1 15963:1 15984:1 15987:3 15999:1 16088:2 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16262:1 16302:1 16303:2 16329:1 16389:2 16486:1 16498:1 16507:1 16535:1 16565:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:4 16803:2 16849:2 16866:1 16868:1 16877:1 16897:1 16899:1 16936:1 16952:3 16956:1 16968:1 16978:4 16986:1 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:2 17156:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:1 17829:3 17843:1 17867:1 17890:1 17904:2 17929:2 18013:1 18022:1 18026:1 18060:1 18095:1 18105:2 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:3 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18481:1 18484:2 18488:1 18516:1 18522:1483 18524:1 18545:3 18551:1 18563:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18730:1 18733:1 18745:1 18749:1 18765:1 18822:1 18884:1 18911:1 18936:1 18944:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:2 19220:1 19223:1 19224:1 19232:1 19244:1 19253:2 19258:2 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:3 19367:1 19379:1 19396:1 19424:1 19487:1 19493:1 19501:1 19512:1 19561:1 19593:4 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19685:1 19687:2 19743:1 19751:1 19765:1 19790:1 19854:1 19874:1 19876:2 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:4 19966:1 19987:1 19997:3 20011:1 20014:1 20023:5 20031:1 20037:1 20039:4 20095:1 20114:1 20116:1 20131:1 20167:1 20177:1 20190:1 20257:3 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20455:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:5 20623:1 20638:1 20661:1 20666:1 20691:1 20708:1 20730:2 20739:1 20778:2 20783:1 20786:1 20790:1 20819:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20978:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21090:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:2 21263:1 21289:1 21296:2 21300:1 21303:1 21311:1 21327:2 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:2 21522:1 21532:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:1 21599:1 21604:1 21605:7 21606:3 21608:1 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:3 21738:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:2 21988:1 21991:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22109:1 22140:8 22154:2 22160:1 22165:2 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22266:3 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:4 22447:1 22477:1 22510:2 22520:2 22556:2 22557:1 22587:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23342:1 23351:2 23375:1 23386:1 23423:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:1 23825:1 23839:1 23841:1 23844:1 23845:1 23877:2 23888:1 23922:1 23928:1 23939:11 23986:3 24032:1 24033:1 24034:1 24047:1 24051:2 24055:2 24064:1 24083:1 24088:1 24099:4 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24206:1 24212:1 24214:1 24223:1 24227:1 24236:1 24275:1 24281:1 24288:1 24335:1 24369:1 24370:1 24389:1 24402:1 24415:1 24428:1 24444:1 24499:2 24510:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:5 24809:3 24834:1 24835:1 24836:1 24901:2 24903:3 24932:1 24948:2 24979:1 24989:1 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:2 25206:1 25246:1 25250:1 25255:1 25289:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:2 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25650:1 25676:2 25688:1 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25822:1 25865:1 25868:2 25884:1 25896:1 25901:2 25915:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26151:3 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:1 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26721:1 26771:1 26791:1 26818:3 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27449:1 27482:3 27511:1 27537:1 27538:2 27546:1 27547:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:21 27654:1 27663:1 27675:2 27678:1 27690:6 27701:3 27752:1 27759:1 27790:2 27801:1 27807:1 27818:1 27825:4 27861:4 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:2 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28064:1 28069:1 28074:1 28119:4 28122:1 28147:1 28156:1 28192:1 28196:3 28202:1 28211:1 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:2 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:2 28523:4 28543:2 28547:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:2 28639:2 28694:1 28709:1 28725:1 28729:3 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28958:1
19 25:1 27:1 30:1 46:1 49:1 81:1 97:1 148:1 171:3 213:1 216:1 241:1 248:1 263:1 289:1 323:1 369:1 405:1 416:1 432:2 447:1 453:2 477:1 558:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 938:1 942:1 946:4 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1269:1 1280:2 1282:1 1295:1 1308:1 1317:1 1318:1 1366:1 1447:1 1456:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:4 2166:2 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:2 2265:2 2269:1 2273:1 2274:2 2276:1 2284:2 2298:3 2299:2 2309:1 2382:1 2386:2 2412:4 2418:1 2437:1 2439:1 2473:1 2481:2 2510:1 2522:1 2560:1 2562:1 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2700:1 2708:1 2717:1 2740:7 2744:2 2750:1 2764:1 2790:1 2805:1 2807:1 2847:2 2865:3 2876:1 2884:13 2893:8 2929:1 2938:4 2946:1 2961:1 2966:3 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:3 3406:1 3419:1 3447:1 3492:1 3499:1 3520:1 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3831:1 3833:3 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3960:1 3964:1 3989:1 4035:3 4041:1 4062:1 4083:1 4087:1 4096:1 4133:1 4138:2 4140:1 4183:1 4240:3 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:3 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:5 4749:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:4 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:2 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:5 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5530:1 5579:1 5581:1 5604:1 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5862:2 5886:2 5896:2 5900:2 5901:10 5903:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6268:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:1 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:3 6747:1 6761:3 6769:2 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6930:1 6933:1 6938:1 6957:1 6958:1 6962:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7115:1 7121:9 7123:1 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7403:2 7425:3 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:4 7680:2 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:15 7749:1 7767:14 7769:4 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8080:1 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:2 8223:1 8225:12 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:1 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:1 8580:3 8584:1 8599:1 8611:1 8623:1 8635:1 8660:1 8680:2 8693:1 8703:1 8769:2 8827:1 8834:1 8872:1 8879:1 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:7 9248:1 9256:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9398:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:5 9683:23 9684:2 9698:1 9717:1 9719:1 9734:1 9743:1 9752:1 9784:2 9790:4 9818:1 9834:1 9849:1 9856:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:3 10182:1 10193:1 10197:1 10278:3 10314:1 10328:1 10348:1 10350:3 10385:2 10437:1 10455:1 10482:1 10542:1 10550:3 10561:1 10568:1 10585:6 10647:2 10653:1 10658:1 10660:1 10675:1 10704:3 10743:2 10747:7 10754:1 10757:1 10772:3 10774:2 10775:2 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10931:1 10952:1 10974:2 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:1 11577:1 11602:1 11605:1 11617:2 11645:1 11663:1 11664:1 11674:1 11695:6 11696:1 11714:1 11715:2 11720:1 11725:1 11738:1 11741:1 11746:1 11752:1 11767:1 11778:2 11787:1 11797:3 11803:5 11806:1 11809:1 11814:3 11823:1 11844:1 11858:2 11862:1 11896:1 11906:1 11925:1 11928:3 11934:1 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12138:1 12143:1 12144:1 12149:1 12218:1 12264:1 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:8 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:2 13238:3 13251:1 13253:1 13273:1 13276:4 13295:1 13305:1 13323:2 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:4 13401:1 13412:3 13453:1 13463:4 13478:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:3 13588:1 13593:1 13605:1 13626:1 13667:2 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13887:1 13931:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14417:1 14420:1 14439:1 14470:1 14487:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14903:2 14916:1 14919:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:2 15503:1 15504:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15703:1 15712:1 15714:2 15724:4 15731:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:3 15887:1 15902:1 15911:1 15952:1 15963:1 15984:1 15987:3 15999:1 16088:2 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16262:1 16302:1 16303:2 16329:1 16389:2 16486:1 16498:1 16507:1 16535:1 16565:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:4 16803:2 16849:2 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16968:1 16978:4 16986:1 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:2 17156:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:1 17829:3 17843:1 17867:1 17890:1 17904:2 17929:2 18013:1 18022:1 18026:1 18060:1 18095:1 18105:2 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:3 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18481:1 18484:2 18488:2 18516:1 18522:1504 18524:1 18545:3 18551:1 18563:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18730:1 18733:1 18734:1 18745:1 18749:1 18765:1 18822:1 18884:1 18911:1 18936:1 18944:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:3 19220:1 19223:1 19224:1 19232:1 19244:1 19253:2 19258:2 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19487:1 19493:2 19501:1 19512:1 19561:1 19593:4 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19685:1 19687:2 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:2 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:4 19966:1 19987:1 19997:4 20011:1 20014:1 20023:5 20031:1 20037:1 20039:4 20095:1 20114:1 20116:1 20131:1 20167:1 20177:1 20190:1 20257:3 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20455:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:5 20623:1 20638:1 20661:1 20666:1 20691:1 20708:1 20730:2 20739:1 20778:2 20783:1 20786:1 20790:1 20819:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20978:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21090:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:2 21263:1 21289:1 21296:2 21300:1 21303:1 21311:1 21327:2 21328:1 21329:1 21365:1 21373:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:2 21522:1 21532:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:7 21606:3 21608:1 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:4 21738:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:2 21988:1 21991:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22109:1 22140:8 22154:2 22160:1 22165:2 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22266:4 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:4 22447:1 22477:1 22510:2 22520:2 22556:2 22557:1 22587:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23342:1 23351:2 23375:1 23386:1 23423:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:1 23825:1 23839:1 23841:1 23844:1 23845:1 23877:2 23888:1 23922:1 23928:1 23939:11 23986:3 24032:1 24033:1 24034:1 24047:1 24051:2 24055:2 24064:1 24083:1 24088:1 24099:4 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24206:1 24212:1 24214:1 24223:1 24227:1 24236:1 24275:1 24281:1 24288:1 24335:1 24369:1 24370:1 24389:1 24402:1 24415:1 24427:1 24428:1 24444:1 24499:2 24510:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:6 24809:3 24834:1 24835:1 24836:1 24901:2 24903:3 24932:1 24948:2 24979:1 24989:1 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:2 25206:1 25246:1 25250:1 25255:1 25289:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:2 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25650:1 25676:2 25688:1 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25822:1 25865:1 25868:2 25884:1 25896:1 25901:2 25915:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26151:3 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:1 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26721:1 26771:1 26791:1 26818:3 26873:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27449:1 27482:3 27511:1 27537:1 27538:2 27546:1 27547:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:21 27654:1 27663:1 27675:2 27678:1 27690:6 27701:4 27752:1 27759:1 27790:2 27801:1 27807:1 27818:1 27825:4 27861:4 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28064:1 28069:1 28074:1 28119:4 28122:1 28147:1 28156:1 28192:1 28196:3 28202:1 28211:2 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:2 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:2 28523:5 28543:2 28547:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:2 28639:2 28694:1 28709:1 28725:1 28729:3 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28958:1
19 25:1 27:1 30:1 46:1 49:1 81:1 97:1 148:1 171:3 213:1 216:1 241:1 248:1 263:1 289:1 323:1 369:1 405:1 416:1 432:2 447:1 453:2 477:1 558:1 573:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 938:1 942:1 946:4 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1269:1 1280:2 1282:1 1295:1 1308:1 1317:1 1318:1 1366:1 1447:1 1456:1 1467:2 1471:1 1509:2 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:4 2166:2 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:2 2265:2 2269:1 2273:1 2274:2 2276:1 2284:2 2298:3 2299:2 2309:1 2382:1 2385:1 2386:2 2412:4 2418:1 2437:1 2439:1 2473:1 2481:2 2510:1 2522:1 2560:1 2562:2 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2700:1 2708:1 2717:1 2740:7 2744:2 2750:1 2764:1 2790:1 2805:1 2807:1 2833:1 2847:2 2865:3 2876:1 2884:14 2893:8 2929:1 2938:4 2946:1 2961:1 2966:3 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:3 3406:1 3419:1 3447:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3960:1 3964:1 3989:1 4035:3 4041:1 4057:1 4062:1 4083:1 4087:1 4096:1 4133:1 4138:2 4140:1 4183:1 4240:3 4291:2 4294:2 4315:1 4324:1 4335:1 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:3 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4623:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:5 4749:1 4775:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:4 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:2 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:5 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5530:1 5579:1 5581:1 5604:1 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5862:2 5886:2 5896:3 5900:2 5901:10 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6268:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:1 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6640:1 6645:1 6664:1 6724:1 6733:1 6736:3 6747:1 6761:3 6769:3 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6930:1 6933:1 6938:1 6957:1 6958:1 6962:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:9 7123:1 7141:1 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7403:2 7425:3 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:4 7680:2 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:15 7749:1 7767:15 7769:4 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7883:1 7921:1 7945:1 7976:1 7977:1 7989:2 8080:1 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:2 8223:1 8225:12 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:2 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:1 8580:3 8584:1 8599:1 8611:1 8623:1 8624:1 8635:1 8660:1 8680:2 8693:1 8703:1 8769:2 8827:1 8834:1 8872:1 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:7 9248:1 9256:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9398:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:7 9683:27 9684:2 9698:2 9717:1 9719:1 9734:1 9743:1 9752:1 9784:2 9790:4 9807:1 9818:1 9834:1 9849:1 9856:1 9857:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:4 10182:1 10193:1 10197:1 10278:3 10314:1 10328:1 10348:1 10350:3 10385:2 10426:1 10437:1 10455:1 10482:1 10542:1 10550:3 10561:1 10568:1 10585:6 10647:2 10653:1 10658:1 10660:1 10675:1 10691:1 10704:3 10743:2 10747:7 10754:1 10757:1 10772:3 10774:2 10775:2 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10899:1 10931:1 10952:1 10974:2 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:1 11577:1 11602:1 11605:1 11617:2 11645:1 11663:1 11664:1 11674:1 11695:6 11696:1 11714:1 11715:2 11720:1 11725:1 11738:1 11741:1 11746:1 11752:1 11767:1 11778:2 11787:1 11797:3 11803:6 11806:1 11809:1 11814:3 11823:1 11844:1 11858:2 11862:1 11896:1 11906:1 11925:1 11928:3 11934:1 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12138:1 12143:1 12144:1 12149:1 12218:1 12264:1 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:8 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:2 13238:3 13251:1 13253:1 13273:1 13276:4 13295:1 13305:1 13323:2 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:4 13401:1 13412:3 13453:1 13463:4 13478:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:3 13588:1 13593:1 13605:1 13626:1 13667:2 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13887:1 13931:1 13965:2 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14406:1 14417:1 14420:1 14439:1 14470:1 14487:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14903:2 14916:1 14919:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:2 15503:1 15504:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15703:1 15712:1 15714:2 15724:4 15731:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:3 15887:1 15902:1 15911:1 15952:1 15963:1 15984:1 15987:3 15999:1 16088:2 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16262:1 16302:1 16303:2 16329:1 16389:2 16486:1 16498:1 16507:1 16535:1 16565:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:4 16803:2 16849:2 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16968:1 16978:4 16986:1 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:2 17156:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:1 17829:3 17843:1 17867:1 17890:1 17904:2 17929:2 18013:1 18022:1 18026:1 18060:1 18095:1 18105:2 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:3 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18481:1 18484:2 18488:2 18516:1 18522:1539 18524:1 18545:3 18551:1 18563:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18730:1 18733:1 18734:1 18745:1 18749:1 18765:1 18822:1 18838:1 18884:1 18911:1 18936:1 18944:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:3 19220:1 19223:1 19224:1 19232:1 19244:1 19253:2 19258:2 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19487:1 19493:2 19501:1 19512:1 19561:1 19593:4 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19665:1 19685:1 19687:2 19697:1 19699:1 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:2 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:4 19960:1 19966:1 19987:1 19997:4 20011:1 20014:1 20023:6 20031:1 20037:1 20039:4 20095:1 20114:1 20116:1 20131:1 20167:1 20177:1 20190:1 20257:3 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20455:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20542:1 20570:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:6 20623:1 20638:1 20661:1 20666:1 20669:1 20691:1 20708:1 20730:2 20739:1 20778:2 20783:1 20786:1 20790:1 20819:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20978:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21090:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:2 21263:1 21289:1 21296:2 21300:1 21303:1 21308:1 21311:1 21327:2 21328:1 21329:1 21349:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:1 21521:2 21522:1 21532:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:8 21606:3 21608:1 21609:1 21610:1 21617:1 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:4 21738:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:2 21988:1 21991:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22109:1 22140:8 22154:2 22160:1 22165:2 22166:1 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22266:4 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:4 22447:1 22477:1 22510:2 22520:2 22556:2 22557:1 22587:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22927:2 22940:1 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23342:1 23351:2 23375:1 23386:1 23423:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:1 23825:1 23839:1 23841:1 23844:1 23845:1 23877:2 23888:1 23922:1 23928:1 23939:11 23986:3 24032:1 24033:1 24034:1 24047:1 24051:2 24055:2 24064:1 24083:1 24088:1 24099:4 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24206:1 24212:1 24214:1 24223:1 24227:1 24236:1 24275:1 24281:1 24288:1 24335:1 24369:1 24370:1 24389:1 24402:1 24415:1 24427:1 24428:1 24444:1 24499:2 24510:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:6 24809:3 24834:1 24835:1 24836:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:2 25206:1 25246:1 25250:1 25255:1 25289:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:2 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25650:1 25676:2 25688:1 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25822:1 25865:1 25868:2 25884:1 25896:1 25901:2 25915:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26151:3 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:2 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26721:1 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26938:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27449:1 27482:3 27511:1 27537:1 27538:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:21 27654:1 27659:1 27663:1 27675:2 27678:1 27690:6 27701:4 27752:1 27759:1 27790:2 27801:1 27807:1 27818:1 27825:4 27861:4 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28064:1 28069:1 28074:1 28119:4 28122:1 28147:1 28156:1 28192:1 28196:3 28202:1 28211:2 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:2 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:2 28523:5 28543:2 28547:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28694:1 28709:1 28725:1 28729:3 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 97:1 148:1 171:3 213:1 216:1 241:1 248:1 263:1 289:1 323:1 369:1 405:1 416:1 432:3 447:1 453:2 477:1 558:1 573:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 938:1 942:1 946:4 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1269:1 1280:2 1282:1 1295:1 1308:1 1317:1 1318:1 1321:1 1366:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:4 2166:2 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:2 2265:2 2269:1 2273:1 2274:2 2276:1 2284:2 2298:3 2299:2 2309:1 2382:1 2385:1 2386:2 2412:4 2418:1 2437:1 2439:1 2473:1 2481:2 2510:1 2522:1 2560:1 2562:2 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:1 2805:1 2807:1 2833:1 2847:2 2865:3 2867:1 2876:1 2884:15 2893:9 2929:1 2938:5 2946:1 2961:1 2966:3 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:3 3406:1 3419:1 3447:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3609:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3960:1 3964:1 3989:1 4035:3 4041:1 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4133:1 4135:1 4138:3 4140:1 4183:1 4240:3 4291:2 4294:2 4315:1 4324:1 4335:1 4336:1 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:3 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4623:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:6 4749:1 4775:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:2 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:5 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5530:1 5579:1 5581:1 5604:1 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5862:2 5886:2 5896:3 5900:2 5901:10 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6268:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:2 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6632:1 6640:1 6645:1 6664:1 6703:1 6724:1 6733:1 6736:3 6747:1 6761:3 6769:3 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:1 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:10 7123:1 7141:1 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7403:2 7425:3 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:4 7680:2 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:15 7749:1 7759:1 7767:17 7769:5 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7883:1 7921:1 7945:2 7976:1 7977:1 7989:2 8080:1 8107:1 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:2 8223:1 8225:12 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:2 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:1 8580:3 8584:1 8599:1 8611:1 8623:1 8624:1 8635:1 8660:1 8680:2 8693:1 8703:1 8769:2 8827:1 8834:1 8872:1 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:7 9248:1 9256:1 9261:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9398:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:7 9683:27 9684:2 9698:2 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:4 9807:1 9818:1 9834:1 9849:1 9856:1 9857:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:4 10166:1 10182:1 10193:1 10197:1 10278:3 10314:1 10328:1 10334:1 10348:2 10350:4 10385:2 10426:1 10437:1 10455:1 10482:1 10542:1 10550:3 10561:1 10568:1 10585:6 10647:2 10653:1 10658:1 10660:1 10675:1 10691:1 10704:3 10743:2 10747:7 10754:1 10757:1 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:2 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:1 11664:1 11674:2 11695:6 11696:1 11702:1 11714:1 11715:2 11720:1 11725:1 11738:1 11741:1 11746:2 11752:1 11767:1 11778:2 11787:2 11797:3 11803:6 11806:1 11809:1 11814:3 11823:1 11844:1 11858:2 11862:1 11896:1 11906:1 11925:1 11928:4 11934:1 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12130:1 12138:1 12143:1 12144:1 12149:1 12218:1 12239:1 12264:1 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:9 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13168:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:3 13238:3 13251:1 13253:1 13273:1 13276:4 13295:1 13305:1 13323:2 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:4 13401:1 13412:3 13453:1 13463:4 13478:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:3 13588:1 13593:1 13605:1 13626:1 13667:3 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13841:1 13887:1 13931:1 13942:1 13965:2 14003:1 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14903:2 14916:1 14919:1 14921:1 14922:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:2 15503:1 15504:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15703:1 15712:2 15714:2 15724:4 15731:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:3 15887:1 15902:1 15911:1 15952:1 15963:1 15984:1 15987:3 15999:1 16088:2 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16262:1 16302:1 16303:2 16329:1 16389:2 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:5 16803:2 16849:2 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:1 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:2 17156:1 17164:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:1 17829:3 17843:1 17867:1 17890:1 17904:2 17929:2 18013:1 18022:1 18026:1 18060:1 18076:1 18095:1 18105:2 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:3 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18481:1 18484:2 18488:2 18516:1 18522:1578 18524:1 18545:3 18551:1 18563:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18730:1 18733:2 18734:1 18745:2 18749:1 18765:1 18822:1 18838:1 18884:1 18911:1 18936:1 18944:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:3 19220:1 19223:1 19224:1 19232:1 19244:1 19253:2 19258:2 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19487:1 19493:2 19501:1 19512:1 19561:1 19593:5 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19665:1 19666:1 19685:1 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:2 19987:1 19997:4 20011:1 20014:1 20023:6 20031:1 20037:1 20039:5 20095:1 20114:1 20116:1 20131:1 20167:1 20177:1 20190:1 20257:3 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20455:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20533:1 20542:1 20552:1 20570:1 20575:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:7 20623:1 20638:1 20661:1 20666:1 20669:1 20691:1 20708:1 20730:2 20739:1 20778:2 20783:1 20786:1 20790:1 20819:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20978:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21090:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:2 21263:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21327:2 21328:1 21329:1 21349:1 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:8 21606:3 21608:1 21609:1 21610:1 21617:2 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:4 21738:1 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:2 21988:1 21991:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22103:1 22109:1 22140:9 22145:1 22154:3 22160:1 22165:2 22166:1 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22266:4 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:5 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22587:2 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22927:2 22940:1 22954:1 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23342:1 23351:2 23375:1 23386:1 23423:1 23478:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:1 23825:1 23839:1 23841:1 23844:1 23845:1 23877:2 23888:1 23922:1 23928:1 23939:11 23986:3 24032:1 24033:1 24034:1 24047:1 24051:2 24055:2 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24206:1 24212:1 24214:1 24223:1 24227:1 24236:1 24275:1 24281:1 24288:1 24289:1 24335:1 24369:1 24370:1 24389:1 24402:1 24415:1 24427:1 24428:1 24444:1 24499:2 24510:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:6 24809:3 24834:1 24835:1 24836:1 24849:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:2 25206:1 25246:1 25250:1 25255:1 25289:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:2 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25650:1 25676:2 25688:1 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25822:1 25865:1 25868:2 25884:1 25896:1 25901:2 25915:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26146:1 26151:3 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:2 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26623:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26719:1 26721:1 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26938:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27449:1 27459:1 27482:3 27511:1 27537:1 27538:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:23 27654:1 27659:1 27663:1 27675:2 27678:1 27690:6 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:1 27825:4 27861:4 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28064:1 28069:1 28074:1 28119:4 28122:1 28147:1 28156:1 28192:1 28196:3 28202:1 28211:2 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:2 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:2 28523:5 28543:2 28547:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:1 28694:1 28709:1 28725:1 28729:3 28734:1 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 97:1 148:1 171:3 213:1 216:1 241:1 248:1 263:1 289:1 323:1 369:1 405:1 416:1 432:4 447:1 453:2 477:1 558:1 573:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:2 897:3 898:3 907:2 908:1 909:1 937:1 938:1 942:1 946:4 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1269:1 1280:2 1282:1 1295:1 1308:1 1317:1 1318:1 1321:1 1366:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:4 2166:3 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:2 2265:2 2269:1 2273:1 2274:2 2276:1 2284:2 2298:3 2299:2 2309:1 2382:1 2385:1 2386:2 2412:4 2418:1 2437:1 2439:1 2473:1 2481:2 2510:1 2522:1 2560:1 2562:2 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:1 2805:1 2807:1 2833:1 2847:2 2865:3 2867:1 2876:1 2884:15 2893:9 2929:1 2938:5 2946:1 2961:1 2966:3 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:3 3406:1 3419:1 3447:1 3468:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3544:1 3555:2 3557:1 3577:1 3609:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3960:1 3964:1 3989:1 4035:3 4041:1 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4133:1 4135:1 4138:3 4140:1 4183:1 4240:3 4291:2 4294:2 4315:1 4324:1 4335:1 4336:2 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4623:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:6 4749:1 4775:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:2 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:5 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5530:1 5579:1 5581:1 5604:1 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5862:2 5886:2 5896:3 5900:2 5901:10 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6163:1 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6268:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:2 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:3 6747:1 6761:3 6769:3 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:2 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:10 7123:1 7141:1 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7403:3 7425:3 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:4 7680:2 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:15 7749:1 7759:1 7767:17 7769:5 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7883:1 7921:1 7945:2 7976:1 7977:1 7989:2 8080:1 8107:1 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:2 8223:1 8225:12 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:2 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:2 8580:3 8584:1 8599:1 8611:1 8623:1 8624:1 8635:1 8660:1 8680:2 8693:1 8703:1 8769:3 8827:1 8834:1 8872:1 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9041:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:7 9248:1 9256:1 9261:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9398:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:7 9683:27 9684:2 9698:2 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:4 9807:1 9818:1 9834:1 9849:1 9856:1 9857:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:4 10166:1 10182:1 10193:1 10197:1 10278:3 10314:1 10328:1 10334:1 10348:2 10350:4 10385:2 10426:1 10437:1 10455:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:6 10647:2 10653:1 10658:1 10660:1 10675:1 10691:1 10704:3 10743:2 10747:7 10754:1 10757:1 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:2 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:1 11664:1 11674:2 11695:6 11696:1 11702:1 11714:1 11715:2 11720:1 11725:1 11738:1 11741:1 11746:2 11752:1 11767:1 11778:2 11787:2 11797:3 11803:6 11806:1 11809:1 11814:3 11823:1 11844:1 11858:2 11862:1 11896:1 11906:1 11925:1 11928:4 11934:1 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12130:1 12138:1 12143:1 12144:1 12149:1 12218:1 12239:1 12264:2 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:9 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13168:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:3 13238:3 13251:1 13253:1 13273:1 13276:4 13295:2 13305:1 13323:2 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13478:1 13481:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:3 13588:1 13593:1 13605:1 13626:1 13667:3 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13841:1 13887:1 13931:1 13942:1 13965:2 14003:1 14041:1 14064:1 14067:1 14087:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:1 14919:1 14921:1 14922:1 14936:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:3 15503:1 15504:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15703:1 15712:2 15714:2 15724:4 15731:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:3 15887:1 15902:1 15911:1 15952:1 15963:1 15984:1 15987:3 15999:1 16088:2 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16262:1 16302:1 16303:2 16329:1 16389:2 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:5 16803:2 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:1 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:2 17156:1 17164:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:1 17829:3 17843:1 17867:1 17890:1 17904:2 17929:2 18013:1 18022:1 18026:1 18060:1 18076:1 18095:1 18105:2 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:3 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18481:1 18484:2 18488:2 18516:1 18522:1597 18524:1 18545:3 18551:1 18563:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18730:1 18733:2 18734:1 18745:2 18749:1 18765:1 18822:1 18838:1 18884:1 18911:1 18936:1 18944:1 19002:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:3 19220:1 19223:2 19224:1 19232:1 19244:1 19253:2 19258:2 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19493:2 19501:1 19512:1 19561:1 19593:5 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19665:1 19666:1 19685:1 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:2 19987:1 19997:4 20011:1 20014:1 20023:6 20031:1 20037:1 20039:5 20095:1 20114:1 20116:1 20131:1 20145:1 20167:1 20177:1 20190:1 20257:3 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20455:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20533:1 20542:1 20552:1 20570:1 20572:1 20575:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:7 20623:1 20638:1 20661:1 20666:1 20669:1 20691:1 20708:1 20730:2 20739:1 20778:2 20783:1 20786:1 20790:1 20819:1 20825:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20978:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21090:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21327:2 21328:1 21329:1 21349:1 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:8 21606:3 21608:1 21609:1 21610:1 21617:2 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:4 21720:1 21738:1 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:2 21988:1 21991:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22103:2 22109:1 22140:9 22145:1 22154:4 22160:1 22165:2 22166:1 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22266:4 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:5 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22587:2 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22927:2 22940:1 22954:2 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23342:2 23351:2 23375:1 23386:1 23423:1 23478:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:1 23825:1 23839:1 23841:1 23844:1 23845:1 23877:2 23888:1 23922:1 23928:1 23939:11 23974:1 23986:3 24032:1 24033:1 24034:1 24045:1 24047:1 24051:2 24055:2 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24206:1 24212:1 24214:1 24223:1 24227:1 24236:1 24275:1 24281:1 24288:1 24289:1 24335:1 24369:1 24370:1 24389:1 24402:1 24415:1 24427:1 24428:1 24444:1 24499:2 24510:1 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24765:1 24783:6 24809:3 24834:1 24835:1 24836:1 24849:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:3 25206:1 25246:1 25250:1 25255:1 25289:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25650:1 25676:2 25688:1 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:3 25822:1 25865:1 25868:2 25884:1 25896:1 25901:2 25915:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26146:1 26151:3 26179:1 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:2 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26623:1 26633:1 26661:1 26666:1 26670:1 26700:1 26714:1 26719:1 26721:1 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26938:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27041:1 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27449:1 27459:1 27482:3 27511:1 27537:1 27538:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:24 27654:1 27659:1 27663:1 27675:2 27678:1 27690:6 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:1 27825:4 27861:4 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28064:1 28069:1 28074:1 28119:4 28122:1 28140:1 28147:1 28156:1 28192:1 28196:3 28202:1 28211:2 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:2 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:2 28523:5 28543:2 28547:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:1 28694:1 28709:1 28725:1 28729:3 28734:1 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 87:1 97:1 148:1 171:3 213:1 216:1 241:1 248:1 263:1 289:1 323:1 369:1 405:1 416:1 432:4 447:1 453:2 477:1 558:1 573:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:2 897:3 898:3 907:2 908:1 909:1 923:1 937:1 938:1 942:1 946:4 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1269:2 1280:2 1282:1 1295:1 1308:1 1317:1 1318:1 1321:1 1366:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:4 2166:3 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:2 2265:2 2269:1 2273:1 2274:2 2276:1 2284:2 2298:3 2299:2 2309:1 2376:1 2382:1 2385:1 2386:2 2412:4 2418:1 2437:1 2439:1 2473:1 2481:2 2510:1 2522:1 2560:1 2562:2 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:1 2805:1 2807:1 2833:1 2847:2 2865:3 2867:1 2876:1 2884:15 2893:9 2913:1 2929:1 2938:5 2946:1 2961:1 2966:4 3092:1 3118:1 3119:1 3124:1 3151:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:4 3406:1 3419:1 3447:1 3468:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3534:1 3544:1 3555:2 3557:1 3577:1 3609:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3960:1 3964:1 3989:1 4035:3 4041:1 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4133:1 4135:1 4138:3 4140:1 4183:1 4240:3 4291:2 4294:2 4315:1 4324:1 4335:1 4336:2 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4623:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:6 4749:1 4775:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:2 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:5 5387:1 5395:1 5399:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5530:1 5579:1 5581:1 5587:1 5604:1 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:10 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6163:1 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6268:1 6275:2 6276:1 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:2 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:3 6747:1 6761:3 6769:3 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:2 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:10 7123:1 7141:1 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7356:1 7403:3 7425:3 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:6 7680:3 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:15 7749:1 7759:1 7767:17 7769:6 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7883:1 7921:1 7945:2 7976:1 7977:1 7989:2 8080:1 8107:1 8128:1 8130:1 8142:2 8146:1 8161:1 8184:1 8221:2 8223:1 8225:12 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:2 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8584:1 8599:1 8611:1 8623:1 8624:1 8635:1 8660:1 8680:2 8693:1 8703:1 8769:3 8827:1 8834:1 8872:1 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9041:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:7 9248:1 9256:1 9261:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9398:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:7 9683:27 9684:2 9698:2 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:4 9807:1 9818:1 9834:1 9849:1 9856:1 9857:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:4 10166:1 10182:1 10193:1 10197:1 10278:3 10314:1 10328:1 10334:1 10348:2 10350:4 10385:2 10426:1 10437:1 10455:1 10479:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:6 10647:2 10653:1 10658:1 10660:1 10675:1 10678:1 10691:1 10704:3 10743:2 10747:7 10754:1 10757:1 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:2 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:1 11664:1 11674:2 11695:6 11696:1 11702:2 11714:1 11715:2 11720:2 11725:1 11738:1 11741:1 11746:2 11752:1 11767:1 11778:2 11787:2 11797:3 11803:6 11806:1 11809:1 11813:1 11814:3 11823:1 11844:1 11858:2 11862:1 11896:1 11906:1 11925:1 11928:4 11934:1 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12130:1 12138:1 12143:1 12144:1 12149:1 12218:1 12239:1 12264:2 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:9 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13168:1 13179:1 13181:2 13186:2 13197:1 13210:1 13212:3 13238:3 13251:1 13253:1 13273:1 13276:4 13295:2 13305:1 13323:2 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13478:1 13481:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13559:1 13587:3 13588:1 13593:1 13605:1 13626:1 13667:3 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13841:1 13887:1 13931:1 13942:1 13965:2 13975:1 14003:1 14041:1 14064:1 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14222:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:1 14919:1 14921:1 14922:1 14936:1 14938:2 14974:2 14994:1 14995:3 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15306:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15672:1 15703:1 15712:2 15714:2 15724:4 15731:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:3 15876:3 15887:1 15902:1 15911:1 15952:1 15963:1 15984:1 15987:3 15999:1 16088:2 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16262:1 16302:1 16303:2 16329:1 16389:2 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:1 16648:2 16651:1 16653:1 16662:1 16694:11 16726:1 16736:2 16756:5 16803:2 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:2 17156:1 17164:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17387:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:1 17829:3 17843:1 17867:1 17890:1 17904:2 17909:1 17929:2 18013:1 18022:1 18026:1 18060:1 18076:1 18095:1 18105:2 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:4 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18516:1 18522:1631 18524:1 18545:3 18551:1 18563:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18730:1 18733:2 18734:1 18745:2 18749:1 18765:1 18822:1 18838:1 18884:1 18911:1 18936:1 18944:1 18983:1 19002:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:3 19220:1 19223:2 19224:1 19232:1 19244:1 19253:2 19258:2 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19493:2 19501:1 19512:1 19523:1 19561:1 19593:5 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19665:2 19666:1 19685:1 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:2 19987:1 19997:4 20011:1 20014:1 20023:6 20031:1 20037:1 20039:5 20095:1 20114:1 20116:1 20131:1 20145:1 20167:1 20177:1 20179:1 20190:1 20257:3 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20455:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20533:1 20542:1 20552:1 20570:1 20572:1 20575:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:7 20623:1 20638:1 20661:1 20666:1 20669:1 20691:1 20708:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20819:1 20825:1 20841:1 20851:2 20905:1 20910:2 20912:1 20917:1 20978:1 20990:1 21008:2 21050:1 21054:1 21058:1 21064:1 21090:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21327:2 21328:1 21329:1 21349:1 21351:1 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:8 21606:3 21608:1 21609:1 21610:1 21617:2 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:5 21720:1 21738:1 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:2 21988:1 21991:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22103:2 22109:1 22140:9 22145:1 22154:4 22160:1 22165:2 22166:1 22168:1 22170:3 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22266:5 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:5 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22927:2 22940:1 22954:2 22962:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:1 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23342:2 23351:2 23375:1 23386:1 23423:1 23478:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:1 23825:1 23839:1 23841:1 23844:1 23845:1 23877:2 23888:2 23922:1 23928:1 23939:11 23974:1 23986:3 24032:1 24033:1 24034:1 24045:1 24047:1 24051:2 24055:2 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24125:1 24167:3 24171:1 24174:1 24184:1 24206:1 24212:1 24214:1 24223:1 24227:1 24236:1 24275:1 24281:1 24288:1 24289:1 24335:1 24369:1 24370:1 24389:1 24402:1 24415:1 24427:1 24428:1 24444:1 24499:2 24510:2 24542:1 24548:1 24551:2 24555:3 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:3 24834:1 24835:1 24836:1 24849:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25003:1 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:3 25206:1 25246:1 25250:1 25255:1 25289:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25650:1 25676:2 25688:1 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:4 25822:1 25865:1 25868:2 25884:1 25896:1 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26146:1 26151:3 26179:1 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:2 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26623:1 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26714:1 26719:1 26721:1 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26938:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27041:1 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27449:1 27459:1 27482:3 27511:1 27537:1 27538:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:25 27654:1 27659:1 27663:1 27675:2 27678:1 27690:6 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:6 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28064:1 28069:1 28074:1 28119:4 28122:1 28140:1 28147:1 28156:1 28192:1 28196:3 28202:1 28211:3 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:2 28375:1 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:2 28523:5 28543:2 28547:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:1 28694:1 28709:1 28725:1 28729:3 28734:1 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 87:1 97:1 144:1 148:1 171:3 213:2 216:1 241:1 248:1 263:1 289:1 323:1 350:1 369:1 405:1 416:1 432:4 447:1 453:2 477:1 558:1 573:1 580:1 591:7 597:1 618:1 630:1 690:1 775:1 776:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:2 897:3 898:3 907:2 908:1 909:1 923:1 937:1 938:1 942:1 946:5 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1260:1 1269:2 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1366:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1686:1 1712:3 1733:1 1767:2 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2063:1 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:4 2166:3 2184:1 2212:1 2223:1 2230:1 2246:1 2255:1 2260:2 2265:2 2266:1 2269:1 2273:1 2274:2 2276:1 2284:2 2288:1 2298:3 2299:2 2309:1 2376:1 2382:1 2385:1 2386:2 2412:4 2418:1 2437:1 2439:1 2473:1 2481:4 2510:1 2522:1 2560:1 2562:2 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:1 2805:1 2807:1 2833:1 2847:3 2865:3 2867:1 2876:1 2884:16 2893:9 2913:1 2929:1 2938:5 2946:1 2961:1 2966:4 3031:1 3092:1 3118:1 3119:1 3124:1 3151:1 3167:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:4 3406:1 3419:1 3447:1 3468:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3534:1 3544:1 3555:2 3557:1 3577:1 3609:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3860:1 3863:1 3871:1 3904:1 3912:1 3937:1 3938:3 3960:1 3964:1 3989:1 4009:1 4035:3 4041:1 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4133:1 4135:1 4138:3 4140:1 4183:1 4240:3 4291:2 4294:2 4315:1 4324:1 4335:1 4336:2 4349:1 4384:1 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4623:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:6 4749:1 4775:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:2 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:5 5387:1 5395:1 5399:1 5404:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5530:1 5579:1 5581:1 5587:1 5604:1 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:10 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:3 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6163:1 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6268:1 6275:2 6276:2 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:2 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:3 6747:1 6761:4 6769:3 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:2 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:10 7123:1 7141:1 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7356:1 7403:3 7425:3 7439:1 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:6 7680:3 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:16 7749:1 7759:1 7767:18 7769:6 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7883:1 7921:1 7945:2 7976:1 7977:1 7989:2 8080:1 8107:1 8128:1 8130:1 8142:2 8146:3 8161:1 8184:1 8221:2 8223:1 8225:12 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:2 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8584:1 8599:1 8611:1 8623:1 8624:1 8635:1 8660:1 8670:1 8680:2 8693:1 8703:1 8762:1 8769:3 8775:1 8827:1 8834:1 8872:1 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:7 9248:1 9256:3 9261:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9398:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:7 9683:27 9684:2 9698:2 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:4 9807:1 9818:1 9834:1 9849:1 9856:1 9857:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:4 10166:1 10182:1 10193:1 10197:1 10278:3 10314:1 10328:1 10334:1 10348:2 10350:4 10385:2 10426:1 10437:1 10455:1 10479:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:6 10647:2 10653:1 10658:1 10660:1 10675:1 10678:1 10691:1 10704:3 10743:2 10747:7 10754:1 10757:1 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:4 10978:1 10990:4 10995:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:2 11664:1 11674:2 11695:6 11696:1 11702:2 11714:1 11715:2 11720:2 11725:1 11738:1 11741:1 11746:2 11752:1 11767:1 11778:2 11787:2 11797:3 11803:6 11806:1 11809:1 11813:1 11814:3 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:4 11934:1 11952:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12130:1 12138:1 12143:1 12144:1 12149:1 12218:1 12239:1 12264:2 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:9 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13168:1 13179:1 13181:3 13186:2 13197:1 13210:1 13212:3 13238:3 13251:1 13253:1 13273:1 13276:4 13295:2 13305:1 13323:3 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13478:1 13481:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13557:1 13559:1 13587:3 13588:1 13593:1 13605:1 13615:1 13626:1 13667:3 13670:1 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13841:1 13887:1 13931:1 13942:1 13965:2 13975:1 14003:1 14041:1 14064:1 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14183:1 14222:1 14230:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:1 14919:1 14921:1 14922:1 14936:1 14938:2 14974:2 14994:1 14995:3 15003:1 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15306:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15672:1 15703:1 15712:2 15714:2 15724:4 15731:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:4 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:1 15984:1 15987:3 15999:1 16088:3 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16262:1 16302:1 16303:2 16329:1 16389:2 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:11 16726:1 16736:2 16756:5 16803:2 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:2 17103:1 17109:1 17136:2 17156:1 17164:1 17206:1 17219:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17387:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:2 17829:3 17843:1 17867:1 17890:1 17904:4 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:1 18076:1 18095:1 18105:2 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:4 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18516:1 18521:1 18522:1698 18524:1 18545:3 18551:1 18563:1 18644:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18730:1 18733:2 18734:1 18745:2 18749:1 18765:1 18822:1 18838:1 18884:1 18911:1 18936:1 18944:1 18983:1 19002:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:3 19220:1 19223:2 19224:1 19232:2 19244:1 19253:4 19258:2 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19493:2 19501:1 19512:1 19523:1 19561:1 19593:5 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19665:2 19666:1 19685:1 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:2 19987:1 19997:4 20011:1 20014:1 20020:1 20023:6 20031:1 20037:1 20039:5 20061:1 20095:1 20114:1 20116:1 20131:1 20145:1 20167:1 20177:1 20179:1 20190:1 20257:3 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20455:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20533:1 20542:1 20552:1 20570:1 20572:1 20575:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:7 20623:1 20638:1 20661:1 20666:1 20669:1 20691:1 20708:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20809:1 20819:1 20825:1 20841:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21327:4 21328:1 21329:1 21349:1 21351:1 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:9 21606:3 21608:1 21609:1 21610:1 21617:2 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:5 21720:1 21738:1 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:2 21988:1 21991:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:2 22049:1 22093:1 22103:2 22109:1 22140:9 22145:1 22154:4 22160:1 22165:2 22166:1 22168:1 22170:4 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22244:1 22266:5 22274:1 22289:1 22356:1 22359:1 22400:1 22431:1 22435:5 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22927:2 22940:1 22954:2 22962:1 22964:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23342:2 23351:2 23375:1 23386:1 23423:1 23478:1 23505:1 23542:1 23561:1 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:1 23825:1 23839:1 23841:1 23844:1 23845:1 23877:2 23888:2 23922:1 23928:1 23939:11 23974:1 23986:3 24032:1 24033:1 24034:1 24045:1 24047:1 24051:2 24055:2 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24184:1 24206:1 24212:1 24214:1 24219:1 24223:1 24227:1 24236:1 24275:1 24281:1 24288:1 24289:1 24335:1 24369:1 24370:1 24389:1 24402:1 24415:1 24427:2 24428:1 24444:1 24499:2 24510:2 24522:1 24542:1 24548:1 24551:2 24555:4 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:3 24822:1 24834:1 24835:1 24836:1 24849:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25003:1 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:3 25206:1 25246:1 25250:1 25255:1 25289:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25531:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25676:2 25688:1 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:4 25822:1 25865:1 25868:2 25884:1 25896:1 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26146:1 26151:3 26179:1 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:2 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26623:1 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26714:1 26719:1 26721:2 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26920:1 26924:1 26926:1 26937:1 26938:1 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27038:1 27041:1 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27449:1 27459:1 27482:3 27511:2 27537:1 27538:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:25 27654:1 27659:1 27663:1 27675:2 27678:1 27690:6 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:6 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28064:1 28069:1 28074:1 28119:4 28122:1 28140:1 28147:1 28156:1 28192:1 28196:5 28202:1 28211:3 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:2 28375:1 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:2 28523:5 28543:2 28547:1 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:1 28694:1 28709:1 28725:1 28729:3 28734:1 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28829:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 87:1 97:1 144:1 148:1 171:3 213:3 216:1 241:1 248:1 263:1 289:1 323:1 350:1 369:1 405:1 416:1 432:4 447:1 453:2 477:1 558:1 571:1 573:1 580:1 591:7 597:1 618:1 630:1 690:1 705:1 760:1 775:1 776:1 786:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:2 897:3 898:3 907:2 908:1 909:1 923:1 937:1 938:1 942:1 946:6 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1260:1 1269:2 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1366:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1674:1 1686:1 1712:3 1733:1 1767:2 1805:1 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2063:1 2079:1 2082:1 2095:2 2098:2 2102:1 2104:2 2111:1 2141:1 2160:4 2166:3 2184:1 2212:1 2223:2 2230:1 2246:1 2255:1 2260:2 2265:2 2266:2 2269:1 2273:1 2274:2 2276:1 2284:2 2288:1 2298:3 2299:2 2309:1 2376:1 2382:1 2385:2 2386:2 2412:4 2418:1 2437:1 2439:1 2473:1 2481:4 2510:1 2522:1 2560:1 2562:3 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:2 2805:1 2807:1 2833:1 2847:3 2865:3 2867:1 2876:1 2884:18 2893:9 2913:1 2929:1 2938:5 2946:1 2961:1 2966:4 3031:1 3092:1 3118:1 3119:1 3124:1 3151:1 3167:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:4 3406:1 3419:1 3447:1 3468:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3534:1 3544:1 3555:2 3557:1 3577:1 3609:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3860:1 3863:1 3871:2 3904:1 3912:1 3937:1 3938:3 3960:1 3964:1 3989:1 4009:1 4035:3 4041:1 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4133:1 4135:1 4138:3 4140:1 4183:1 4240:3 4275:1 4291:2 4294:2 4315:1 4324:1 4335:1 4336:3 4349:1 4384:1 4391:1 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4623:1 4650:1 4658:1 4662:1 4689:1 4696:3 4748:6 4749:1 4775:1 4800:3 4845:2 4848:1 4850:3 4864:4 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:3 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:2 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:6 5387:1 5395:1 5399:1 5404:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5530:1 5579:2 5581:1 5587:1 5604:1 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:10 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:4 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6146:1 6163:1 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6268:1 6275:2 6276:2 6279:4 6280:1 6289:2 6291:1 6295:2 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:2 6484:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:3 6747:1 6761:5 6769:3 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:2 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:11 7123:1 7141:2 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7356:1 7403:3 7425:3 7439:1 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:6 7680:3 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:17 7749:1 7759:1 7767:20 7769:6 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7883:1 7921:1 7945:2 7976:1 7977:1 7989:2 8080:1 8107:1 8128:1 8130:1 8142:2 8146:3 8161:1 8184:1 8221:2 8223:1 8225:12 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:3 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8583:1 8584:1 8599:1 8611:1 8623:1 8624:1 8635:1 8660:1 8670:1 8680:2 8693:1 8703:1 8762:1 8769:3 8775:1 8827:1 8834:1 8872:2 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:7 9248:1 9256:3 9261:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9398:1 9419:2 9439:1 9533:1 9535:1 9552:2 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:8 9683:27 9684:2 9698:2 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:4 9807:1 9818:1 9819:1 9834:1 9849:1 9856:1 9857:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:5 10155:1 10166:1 10182:1 10193:1 10197:1 10278:3 10307:1 10314:1 10328:1 10334:1 10348:2 10350:4 10385:2 10426:1 10437:1 10455:1 10479:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:6 10647:2 10653:1 10658:1 10660:1 10675:1 10678:1 10691:1 10704:3 10743:2 10747:7 10754:1 10757:2 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:4 10978:1 10990:4 10995:1 11005:1 11009:1 11012:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11309:1 11310:1 11368:1 11381:1 11383:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:2 11664:1 11674:2 11695:6 11696:1 11702:2 11714:1 11715:2 11720:2 11725:1 11738:1 11741:1 11746:2 11752:1 11767:1 11778:2 11787:2 11797:3 11803:7 11806:1 11809:1 11813:1 11814:3 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:4 11934:1 11952:1 11957:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12130:1 12138:1 12143:1 12144:1 12149:1 12218:1 12239:1 12264:2 12282:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12562:1 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:9 12823:1 12830:2 12832:1 12859:4 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:1 12996:1 13041:2 13100:1 13114:1 13165:1 13168:1 13179:1 13181:4 13186:2 13197:1 13210:1 13212:3 13238:3 13251:1 13253:1 13273:1 13276:4 13277:1 13295:2 13305:1 13319:1 13323:3 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13478:1 13481:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13557:1 13559:1 13587:3 13588:1 13593:1 13605:1 13615:1 13626:1 13667:3 13670:1 13672:2 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13841:1 13887:1 13931:1 13942:1 13965:2 13975:1 14003:1 14041:1 14064:1 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14183:1 14222:1 14230:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:1 14919:1 14921:1 14922:1 14936:1 14938:2 14974:2 14994:1 14995:3 15003:1 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15306:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15639:1 15656:1 15672:1 15703:1 15712:2 15714:2 15724:4 15731:1 15732:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:4 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:1 15984:1 15987:3 15999:1 16088:3 16108:1 16118:2 16154:1 16157:2 16166:1 16179:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16262:1 16302:1 16303:2 16326:1 16329:1 16389:2 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:11 16726:1 16736:2 16756:5 16797:1 16803:2 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:3 17103:1 17109:1 17136:2 17156:1 17164:1 17206:1 17219:1 17234:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17381:1 17387:1 17411:1 17436:1 17437:1 17438:2 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:3 17829:3 17843:1 17867:1 17890:1 17904:4 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:1 18076:1 18095:1 18105:2 18124:2 18125:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:4 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18516:1 18521:1 18522:1774 18524:1 18545:3 18551:1 18563:1 18596:1 18644:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18728:1 18730:1 18733:2 18734:1 18745:2 18749:1 18765:1 18822:1 18838:1 18846:1 18884:1 18911:1 18936:1 18944:1 18983:1 18988:1 19002:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:3 19220:1 19223:2 19224:1 19232:2 19244:1 19253:4 19258:2 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19493:2 19501:1 19512:2 19523:1 19561:1 19593:5 19623:1 19625:1 19633:1 19645:1 19652:1 19661:2 19665:2 19666:1 19685:1 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:3 19987:1 19997:4 20011:1 20014:1 20020:1 20023:7 20031:1 20037:1 20039:5 20061:1 20095:1 20114:1 20116:1 20131:1 20145:1 20167:1 20177:1 20179:1 20190:1 20257:3 20261:1 20300:2 20313:2 20361:1 20418:1 20438:1 20454:1 20455:1 20464:1 20474:1 20496:2 20509:1 20517:1 20522:1 20533:1 20542:1 20552:1 20569:1 20570:1 20572:1 20575:1 20594:1 20597:1 20603:1 20608:3 20611:1 20613:1 20622:8 20623:1 20638:1 20661:1 20666:2 20669:1 20691:1 20708:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20809:1 20819:1 20825:1 20841:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21215:2 21231:2 21239:2 21244:2 21245:1 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21327:4 21328:1 21329:1 21349:1 21351:1 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21533:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:10 21606:3 21608:1 21609:1 21610:1 21617:3 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:5 21720:1 21738:1 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:1 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:2 21946:1 21955:1 21969:2 21988:1 21991:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:3 22049:1 22093:1 22103:3 22109:1 22140:9 22145:1 22154:4 22160:1 22165:2 22166:1 22168:1 22170:4 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22244:1 22266:5 22274:1 22289:1 22356:1 22359:1 22372:1 22400:1 22425:1 22431:1 22435:5 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22927:2 22940:1 22947:1 22954:3 22962:1 22964:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23298:1 23321:1 23328:1 23342:2 23351:2 23375:1 23386:1 23423:1 23435:1 23478:1 23505:1 23542:1 23561:2 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:1 23825:1 23839:1 23841:1 23844:1 23845:1 23877:2 23888:2 23922:1 23928:1 23939:11 23974:1 23986:3 24032:1 24033:2 24034:1 24045:1 24047:1 24051:2 24055:2 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24177:1 24184:1 24206:1 24212:1 24214:1 24219:1 24223:1 24227:1 24236:2 24275:1 24281:1 24288:1 24289:1 24335:1 24369:1 24370:2 24377:1 24389:1 24402:1 24415:1 24427:2 24428:1 24444:1 24499:2 24510:2 24522:1 24542:1 24548:1 24551:2 24555:4 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:3 24822:1 24834:1 24835:1 24836:1 24849:1 24880:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25003:1 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:3 25206:1 25246:1 25250:1 25255:1 25289:1 25303:1 25309:2 25320:1 25324:2 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25531:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25676:2 25688:1 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:4 25822:1 25865:1 25868:2 25884:1 25896:1 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:2 26113:1 26114:1 26121:1 26126:1 26137:3 26146:1 26151:3 26179:1 26180:1 26214:1 26240:1 26277:1 26295:2 26319:1 26339:3 26359:1 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26623:1 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26714:1 26719:1 26721:3 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26914:1 26920:1 26924:1 26926:1 26937:1 26938:2 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27038:1 27041:1 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27400:1 27449:1 27459:1 27482:3 27511:2 27537:1 27538:2 27545:1 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:26 27654:1 27659:3 27663:1 27675:2 27678:1 27690:6 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:6 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28064:1 28069:1 28074:1 28119:4 28122:1 28140:1 28147:1 28156:1 28192:1 28196:5 28202:1 28211:3 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:2 28375:1 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:3 28523:5 28543:2 28547:1 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:1 28694:1 28709:1 28725:1 28729:3 28734:1 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28829:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 87:1 97:1 144:1 148:1 171:3 213:3 216:1 241:1 248:1 263:1 289:1 323:1 350:1 369:1 405:1 416:1 432:5 447:1 453:3 470:1 477:1 558:1 571:1 573:1 580:1 591:8 597:1 618:1 630:1 690:1 705:1 760:1 775:1 776:1 786:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:2 897:3 898:3 907:2 908:1 909:1 923:1 937:1 938:1 942:2 946:6 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1188:1 1200:1 1214:1 1221:1 1260:1 1269:2 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1366:1 1395:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1674:1 1686:1 1712:3 1733:1 1762:1 1767:2 1805:1 1820:1 1827:1 1828:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:1 2001:1 2021:1 2039:2 2063:1 2079:1 2082:1 2095:2 2098:2 2102:1 2104:2 2105:1 2111:1 2119:1 2141:1 2160:4 2166:3 2184:1 2212:1 2223:2 2230:1 2246:1 2255:1 2260:3 2262:1 2265:2 2266:2 2269:1 2273:1 2274:2 2276:1 2284:2 2288:1 2298:3 2299:2 2309:1 2375:1 2376:1 2382:1 2385:2 2386:2 2407:1 2412:4 2418:1 2437:1 2439:1 2473:1 2481:4 2510:1 2522:1 2548:1 2560:1 2562:3 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2694:1 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:2 2805:1 2807:2 2833:1 2847:3 2865:3 2867:1 2876:1 2884:18 2893:11 2913:1 2929:1 2938:5 2946:1 2953:1 2961:1 2966:4 3031:1 3092:1 3118:1 3119:1 3124:1 3151:1 3167:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:4 3406:1 3419:1 3447:1 3468:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3533:1 3534:1 3544:1 3555:2 3557:1 3577:1 3609:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3860:1 3863:1 3871:2 3904:1 3912:1 3937:1 3938:3 3960:2 3964:1 3989:1 4009:1 4035:3 4041:1 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4133:1 4135:1 4138:3 4140:1 4183:1 4240:3 4275:1 4291:2 4294:2 4315:1 4324:1 4335:1 4336:3 4349:1 4384:1 4391:2 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4478:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4623:1 4650:1 4654:1 4658:1 4662:1 4689:1 4696:3 4748:6 4749:1 4775:1 4800:3 4845:2 4848:1 4850:4 4864:4 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:4 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:3 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5309:1 5322:1 5366:6 5387:1 5395:1 5399:1 5404:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5514:1 5530:1 5579:2 5581:1 5587:1 5604:1 5609:1 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:10 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:5 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6146:1 6163:1 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6267:1 6268:1 6275:2 6276:2 6279:4 6280:1 6289:2 6291:1 6295:2 6298:1 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:2 6484:1 6487:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:3 6747:1 6761:5 6769:3 6793:1 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:2 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:11 7123:1 7141:2 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7356:1 7403:3 7425:3 7439:1 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7679:7 7680:3 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:19 7746:1 7749:1 7759:1 7767:20 7769:6 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7883:1 7921:1 7945:2 7976:1 7977:1 7989:2 8080:1 8107:1 8128:1 8130:1 8142:2 8146:3 8161:1 8184:1 8221:2 8223:1 8225:14 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:3 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8583:1 8584:1 8599:1 8611:1 8623:1 8624:1 8635:1 8660:1 8670:1 8680:2 8693:1 8703:1 8762:1 8769:3 8775:1 8827:1 8834:1 8872:2 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9236:1 9244:7 9248:1 9256:3 9261:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9366:1 9379:1 9384:1 9398:2 9419:2 9439:1 9533:1 9535:1 9552:3 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:8 9683:27 9684:2 9698:2 9701:1 9704:1 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:5 9807:1 9818:1 9819:1 9834:1 9849:1 9856:1 9857:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10039:1 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:6 10155:1 10166:1 10182:1 10193:1 10197:1 10278:3 10307:1 10314:1 10328:1 10334:1 10348:3 10350:4 10385:2 10426:1 10437:1 10455:1 10479:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:7 10647:2 10653:1 10658:1 10660:1 10675:2 10678:2 10691:1 10704:3 10743:2 10747:8 10754:1 10757:2 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:4 10978:1 10990:4 10995:1 11005:1 11009:1 11012:1 11018:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11116:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11309:1 11310:1 11368:1 11381:1 11383:1 11395:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:4 11521:1 11534:1 11551:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:3 11664:1 11674:2 11676:1 11695:6 11696:1 11702:2 11714:1 11715:2 11720:2 11724:1 11725:1 11738:1 11741:1 11746:2 11752:1 11767:1 11778:2 11787:2 11797:3 11803:7 11806:1 11809:1 11813:1 11814:3 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:4 11934:1 11946:1 11952:1 11957:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12130:1 12138:1 12143:1 12144:1 12149:1 12218:1 12239:1 12264:2 12282:1 12367:1 12370:2 12423:1 12426:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12562:1 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:10 12823:1 12830:2 12832:1 12845:1 12859:4 12864:1 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:2 12996:1 13041:2 13100:1 13114:1 13165:1 13168:2 13179:1 13181:4 13186:2 13197:1 13210:1 13212:3 13238:3 13247:1 13251:1 13253:1 13273:1 13276:4 13277:1 13295:2 13305:1 13319:1 13323:3 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13361:1 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13478:2 13481:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13557:1 13559:1 13587:3 13588:1 13593:1 13605:1 13615:1 13626:1 13667:3 13670:1 13672:3 13676:3 13679:1 13689:1 13698:1 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13841:1 13887:1 13931:1 13942:1 13965:3 13975:1 14003:1 14041:2 14064:1 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14183:1 14222:1 14230:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:1 14919:1 14921:1 14922:1 14936:1 14938:2 14974:2 14994:1 14995:3 15003:1 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15306:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15498:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15609:1 15639:1 15656:1 15672:1 15703:1 15712:2 15714:3 15724:4 15731:1 15732:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:4 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:1 15984:1 15987:3 15999:1 16088:3 16108:1 16118:2 16154:1 16157:2 16166:2 16179:1 16201:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16259:1 16262:2 16302:1 16303:2 16326:1 16329:1 16389:2 16468:1 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:11 16726:1 16736:2 16756:5 16797:1 16803:2 16828:1 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:3 17103:1 17109:1 17135:1 17136:2 17156:1 17164:1 17188:1 17206:1 17219:1 17234:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17368:1 17381:1 17387:1 17411:1 17436:1 17437:1 17438:2 17522:1 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:3 17829:3 17843:1 17867:1 17890:1 17904:4 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:1 18076:1 18095:1 18105:3 18124:2 18125:1 18163:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:5 18343:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18516:1 18521:1 18522:1822 18524:1 18545:3 18551:1 18563:1 18596:1 18644:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18728:1 18730:1 18733:2 18734:1 18742:1 18745:2 18749:1 18765:1 18822:1 18838:1 18846:1 18884:1 18911:1 18936:1 18944:1 18983:1 18988:1 18995:1 19002:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19129:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:3 19220:2 19223:2 19224:1 19232:2 19244:1 19253:4 19258:3 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19493:2 19501:1 19512:2 19523:1 19561:1 19593:5 19623:1 19625:1 19633:1 19645:1 19652:1 19661:3 19665:2 19666:1 19685:2 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:3 19987:1 19997:4 20011:1 20014:1 20020:1 20023:7 20031:1 20037:1 20039:5 20061:1 20095:1 20114:1 20116:1 20131:1 20145:1 20167:1 20177:1 20179:1 20184:1 20190:1 20257:3 20261:1 20300:3 20313:2 20361:1 20418:1 20438:1 20454:1 20455:1 20464:1 20466:1 20474:1 20496:2 20509:1 20517:1 20522:1 20533:1 20542:1 20552:2 20569:1 20570:1 20572:1 20575:1 20594:1 20597:1 20603:1 20608:3 20611:2 20613:1 20622:8 20623:1 20638:1 20661:1 20666:2 20669:1 20691:1 20708:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20809:1 20819:1 20825:1 20841:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21116:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21209:1 21215:2 21231:2 21239:2 21244:2 21245:1 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21327:4 21328:1 21329:1 21349:1 21351:2 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21533:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:10 21606:3 21608:1 21609:1 21610:1 21617:3 21628:1 21643:1 21645:1 21646:1 21647:4 21669:1 21697:5 21720:1 21738:1 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:2 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:3 21946:1 21955:1 21969:3 21988:1 21991:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:3 22049:1 22093:1 22103:3 22109:1 22137:1 22140:9 22145:1 22154:5 22160:1 22161:1 22165:2 22166:1 22168:1 22170:4 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22244:1 22266:5 22274:1 22289:1 22356:1 22359:1 22372:1 22400:1 22425:1 22431:1 22435:5 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22924:1 22927:2 22940:1 22947:1 22954:3 22962:1 22964:1 22978:1 22996:1 23009:2 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23288:1 23298:1 23321:1 23328:1 23342:2 23351:2 23375:1 23386:1 23423:1 23435:1 23478:2 23505:1 23542:1 23561:2 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:2 23825:1 23839:1 23841:1 23844:1 23845:1 23877:3 23888:2 23922:1 23928:1 23939:11 23974:1 23986:3 24032:1 24033:2 24034:1 24045:1 24047:1 24051:2 24055:2 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24177:1 24184:1 24206:1 24212:1 24214:1 24219:1 24223:1 24227:1 24236:2 24275:1 24281:1 24288:1 24289:1 24335:1 24369:1 24370:2 24377:1 24389:1 24402:1 24415:1 24419:1 24427:2 24428:1 24444:1 24499:2 24510:2 24522:1 24542:1 24548:1 24551:2 24555:4 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:3 24822:1 24834:1 24835:1 24836:1 24849:1 24880:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25003:2 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:3 25206:1 25246:1 25250:1 25255:1 25289:2 25303:1 25309:2 25320:1 25324:3 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25531:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25676:2 25688:1 25726:2 25740:2 25759:1 25769:1 25782:1 25791:1 25808:5 25822:1 25865:1 25868:2 25884:1 25896:2 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:3 26113:1 26114:1 26121:1 26126:1 26137:3 26146:1 26151:3 26179:1 26180:1 26214:1 26240:1 26277:1 26291:1 26295:2 26319:1 26339:3 26359:1 26424:1 26425:1 26427:1 26439:1 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26623:2 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26714:1 26719:1 26721:3 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26914:1 26920:1 26924:1 26926:1 26937:1 26938:2 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27038:1 27041:1 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27400:1 27449:1 27459:1 27482:3 27511:2 27537:1 27538:2 27545:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:26 27654:1 27659:3 27663:1 27675:2 27678:1 27690:7 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:7 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28049:1 28064:1 28069:1 28074:1 28119:5 28122:1 28140:1 28147:1 28156:1 28192:1 28196:5 28202:1 28211:3 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:3 28375:1 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:3 28523:6 28543:2 28547:1 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:2 28694:1 28709:1 28725:1 28729:3 28734:1 28752:1 28763:1 28774:1 28803:1 28811:2 28817:1 28822:1 28823:1 28829:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 87:1 97:1 144:1 148:1 171:3 213:3 216:1 241:1 248:1 263:1 289:1 323:1 350:1 369:1 390:1 405:1 413:1 416:1 432:5 447:1 453:3 470:1 477:1 558:1 571:1 573:1 580:1 591:8 597:1 618:1 630:1 690:1 705:1 760:2 775:1 776:1 786:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:2 897:3 898:3 907:2 908:1 909:1 923:1 937:1 938:1 942:2 946:6 962:1 979:2 980:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1183:1 1188:1 1200:1 1214:1 1221:1 1239:1 1260:1 1269:2 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1366:1 1395:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1653:1 1670:1 1674:1 1686:1 1712:3 1733:2 1762:1 1767:2 1805:1 1820:1 1827:1 1828:1 1831:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:2 2001:1 2021:1 2039:2 2063:1 2079:1 2082:1 2095:2 2098:2 2102:1 2104:2 2105:1 2111:1 2119:1 2141:1 2160:4 2166:3 2184:1 2212:1 2223:2 2230:1 2246:1 2255:1 2260:3 2262:1 2265:2 2266:2 2269:1 2273:1 2274:3 2276:1 2282:1 2284:2 2286:1 2288:1 2298:3 2299:3 2309:1 2375:1 2376:1 2382:1 2385:2 2386:2 2407:1 2412:4 2418:1 2437:1 2439:1 2473:1 2481:4 2510:1 2522:1 2548:1 2560:1 2562:4 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2694:1 2699:1 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:3 2805:1 2807:2 2833:1 2847:4 2865:3 2867:1 2876:1 2884:18 2893:11 2913:1 2929:1 2938:6 2946:1 2953:1 2961:1 2966:5 3031:1 3092:1 3118:1 3119:1 3124:1 3151:1 3167:1 3195:2 3208:2 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:4 3406:1 3419:1 3447:2 3468:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3533:1 3534:1 3544:1 3555:2 3557:1 3577:1 3609:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:1 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3860:1 3863:1 3871:3 3872:1 3904:1 3912:1 3937:2 3938:3 3960:2 3964:1 3989:1 4009:1 4035:3 4041:1 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4133:1 4135:1 4138:3 4140:1 4183:1 4240:3 4275:1 4291:2 4294:2 4315:1 4324:1 4335:1 4336:3 4349:1 4384:1 4391:2 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4478:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4623:1 4646:1 4650:1 4654:1 4658:1 4662:1 4689:1 4696:3 4748:7 4749:1 4775:1 4800:3 4845:2 4848:1 4850:4 4864:4 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:4 4879:1 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:4 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5295:1 5309:1 5322:1 5366:6 5387:1 5395:1 5399:1 5404:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5514:1 5530:1 5579:2 5581:1 5587:1 5604:1 5609:1 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:10 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:5 6027:1 6032:1 6037:2 6118:1 6119:1 6144:3 6146:1 6163:1 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6267:1 6268:1 6275:2 6276:2 6279:4 6280:1 6289:2 6291:1 6295:2 6298:1 6300:1 6320:1 6369:1 6428:1 6450:1 6451:1 6481:2 6484:1 6487:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:3 6747:1 6761:5 6769:3 6793:1 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:2 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:11 7123:1 7141:2 7167:1 7180:2 7225:1 7243:1 7244:1 7341:1 7356:1 7403:3 7425:3 7439:1 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7678:1 7679:7 7680:3 7696:1 7701:3 7708:1 7711:1 7727:1 7730:1 7741:22 7746:1 7749:1 7759:1 7767:20 7769:7 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7883:1 7921:1 7945:3 7976:1 7977:1 7989:2 7999:1 8080:1 8107:1 8128:1 8130:1 8142:2 8146:3 8161:1 8184:1 8221:2 8223:1 8225:14 8246:3 8257:3 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8468:4 8477:4 8478:1 8481:1 8483:1 8484:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8583:1 8584:1 8599:1 8611:1 8623:1 8624:1 8635:1 8660:1 8670:1 8680:2 8693:1 8703:1 8762:1 8769:3 8775:1 8827:1 8834:1 8841:1 8872:2 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9196:1 9236:1 9244:7 9248:1 9256:3 9261:1 9273:1 9305:1 9319:1 9326:4 9335:1 9342:1 9348:1 9366:1 9379:1 9384:1 9398:2 9419:2 9439:1 9533:1 9535:1 9552:3 9559:1 9580:1 9607:1 9616:3 9625:1 9667:1 9682:8 9683:27 9684:2 9698:2 9701:1 9704:1 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:5 9807:1 9818:1 9819:1 9834:1 9849:1 9856:1 9857:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10039:1 10046:1 10056:2 10087:1 10101:1 10111:1 10121:1 10141:1 10145:6 10155:1 10166:1 10182:1 10193:1 10197:1 10256:2 10263:1 10278:3 10307:1 10314:1 10328:1 10334:1 10348:3 10350:4 10385:2 10426:1 10437:1 10455:1 10479:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:7 10647:2 10653:1 10658:1 10660:1 10675:2 10678:2 10691:1 10704:3 10743:2 10747:8 10754:1 10757:2 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:4 10978:1 10990:4 10995:1 11005:1 11009:1 11012:1 11018:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11116:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11309:1 11310:1 11368:1 11381:1 11383:1 11395:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:5 11521:1 11534:1 11551:1 11554:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:3 11664:1 11674:2 11676:1 11695:6 11696:1 11702:2 11714:1 11715:2 11720:2 11724:1 11725:1 11738:1 11741:1 11746:3 11752:2 11767:1 11778:2 11787:2 11797:3 11803:7 11806:1 11809:1 11813:1 11814:3 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:4 11934:1 11946:1 11952:1 11957:1 11984:1 12021:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12130:1 12138:1 12143:1 12144:1 12149:1 12218:1 12239:1 12264:2 12282:1 12367:1 12370:2 12423:1 12426:1 12430:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12562:1 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:10 12823:1 12830:2 12832:1 12845:1 12859:4 12864:1 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:2 12996:1 13041:2 13100:1 13114:1 13165:1 13168:2 13179:1 13181:4 13186:2 13197:1 13210:1 13212:3 13238:3 13247:1 13251:1 13253:1 13273:1 13276:4 13277:2 13295:2 13305:1 13319:1 13323:3 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13361:1 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13478:2 13481:1 13485:1 13505:1 13519:1 13532:1 13542:1 13546:1 13547:2 13557:1 13559:1 13587:3 13588:1 13593:1 13605:1 13615:1 13626:1 13667:3 13670:1 13672:3 13676:3 13679:1 13689:1 13697:1 13698:3 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13836:1 13841:1 13887:1 13931:1 13942:1 13965:3 13975:1 13991:1 14003:1 14041:2 14064:2 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14183:1 14222:1 14230:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14582:1 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:1 14919:1 14921:1 14922:1 14936:1 14938:2 14974:2 14994:1 14995:3 15003:1 15015:1 15030:1 15035:2 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15306:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:1 15497:1 15498:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:2 15553:2 15562:3 15586:1 15588:1 15609:1 15639:1 15656:1 15672:1 15703:1 15712:2 15714:3 15724:4 15731:2 15732:1 15736:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:4 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:1 15984:1 15987:3 15999:1 16072:1 16088:4 16108:1 16118:2 16154:1 16157:2 16166:2 16179:1 16201:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:2 16253:1 16257:1 16259:1 16262:2 16302:1 16303:2 16326:1 16329:1 16339:1 16389:2 16468:1 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16643:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:11 16726:1 16736:2 16756:5 16797:1 16803:2 16828:1 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17037:1 17039:1 17057:1 17060:2 17063:3 17081:1 17087:2 17089:1 17090:3 17103:1 17109:1 17122:1 17135:1 17136:2 17156:1 17164:1 17178:1 17188:1 17206:1 17219:1 17234:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17368:1 17381:1 17387:1 17411:1 17436:1 17437:1 17438:2 17522:1 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:3 17829:3 17843:1 17867:1 17890:1 17904:4 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:1 18076:1 18095:1 18105:4 18124:2 18125:1 18163:1 18167:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:5 18343:1 18349:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18502:1 18516:1 18521:1 18522:1869 18524:1 18545:3 18551:1 18563:1 18596:1 18644:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18728:1 18730:1 18733:2 18734:1 18742:1 18745:2 18749:1 18765:1 18822:1 18838:1 18846:1 18884:1 18911:1 18936:1 18944:1 18983:1 18988:1 18995:1 19002:1 19010:1 19023:1 19055:1 19063:1 19067:1 19078:1 19129:1 19158:1 19168:1 19169:1 19182:1 19195:2 19203:2 19219:3 19220:2 19223:2 19224:1 19232:2 19244:1 19253:4 19258:3 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19493:2 19501:1 19512:3 19523:1 19561:1 19593:5 19623:1 19625:1 19633:1 19645:1 19652:1 19661:3 19665:2 19666:1 19685:2 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:3 19987:1 19997:4 20011:1 20014:1 20020:1 20023:7 20031:1 20037:1 20039:5 20061:1 20081:1 20095:1 20114:1 20116:1 20131:1 20145:1 20167:1 20177:1 20179:1 20184:1 20190:1 20257:3 20261:1 20300:3 20313:2 20361:1 20418:1 20438:1 20454:1 20455:1 20464:1 20466:1 20474:1 20496:2 20509:1 20517:1 20522:1 20533:1 20542:1 20552:2 20569:1 20570:1 20572:1 20575:1 20594:1 20597:1 20603:1 20608:3 20611:2 20613:1 20622:9 20623:1 20631:1 20638:1 20661:1 20666:3 20669:1 20691:1 20708:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20809:1 20819:1 20825:1 20841:1 20845:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21116:1 21128:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21209:1 21215:2 21231:2 21239:2 21244:2 21245:1 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21327:4 21328:1 21329:1 21349:1 21351:2 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:1 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21533:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:10 21606:3 21608:1 21609:1 21610:1 21617:3 21628:1 21643:1 21645:1 21646:1 21647:4 21669:2 21697:5 21720:1 21738:2 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:2 21841:2 21847:1 21851:1 21856:1 21884:1 21921:2 21924:2 21928:3 21946:1 21955:1 21969:4 21988:1 21991:1 21992:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:3 22049:1 22093:1 22103:3 22109:1 22137:1 22140:9 22145:1 22154:5 22160:1 22161:1 22165:2 22166:1 22168:1 22170:4 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22244:1 22266:5 22274:1 22289:1 22356:1 22359:1 22372:1 22400:1 22425:1 22431:1 22435:5 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22651:1 22699:3 22722:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22924:1 22927:2 22940:1 22947:1 22954:3 22962:1 22964:1 22978:1 22986:1 22996:1 23009:2 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23262:1 23288:1 23298:1 23321:1 23328:1 23342:2 23351:2 23375:1 23386:1 23423:1 23427:1 23435:1 23478:2 23505:1 23542:1 23561:2 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:2 23825:1 23839:1 23841:1 23844:1 23845:1 23877:4 23888:2 23922:1 23928:1 23939:11 23974:1 23986:3 24032:1 24033:2 24034:1 24045:1 24047:1 24051:2 24055:2 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24177:1 24184:1 24206:1 24212:1 24214:1 24219:1 24223:1 24227:1 24236:3 24275:1 24281:1 24288:1 24289:1 24335:1 24369:1 24370:2 24377:1 24389:1 24402:1 24415:1 24419:1 24427:2 24428:1 24444:1 24499:2 24510:3 24522:1 24542:1 24548:1 24551:2 24555:4 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:3 24822:1 24834:1 24835:1 24836:1 24849:1 24880:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25003:2 25005:3 25011:2 25033:1 25034:1 25041:4 25065:3 25066:1 25087:1 25124:1 25201:3 25206:1 25246:1 25250:1 25255:1 25289:2 25303:1 25309:2 25320:1 25324:3 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25531:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25659:1 25676:2 25681:1 25688:1 25726:2 25740:2 25759:1 25769:1 25777:1 25782:1 25791:1 25808:5 25822:1 25865:1 25868:2 25884:1 25896:2 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:3 26113:1 26114:1 26121:1 26126:1 26137:3 26146:1 26151:3 26179:1 26180:1 26214:1 26240:1 26262:1 26277:1 26291:1 26295:2 26319:1 26339:4 26359:1 26424:1 26425:1 26427:1 26439:2 26468:1 26485:2 26497:3 26512:1 26516:1 26552:1 26591:1 26623:2 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26702:1 26714:1 26719:1 26721:3 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26914:1 26920:1 26924:1 26926:1 26937:1 26938:2 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27038:1 27041:1 27044:1 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27400:1 27449:1 27459:1 27482:3 27511:2 27537:1 27538:2 27545:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:26 27654:1 27659:4 27663:1 27675:2 27678:1 27690:7 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:7 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28049:1 28064:1 28069:1 28074:1 28119:5 28122:1 28140:1 28147:1 28156:1 28192:1 28196:5 28202:1 28211:3 28214:1 28215:1 28323:1 28339:1 28347:4 28348:2 28349:3 28375:2 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:3 28523:6 28543:2 28547:1 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:2 28694:1 28709:1 28725:1 28729:3 28734:1 28752:1 28763:1 28774:1 28803:1 28808:1 28811:2 28817:1 28822:1 28823:1 28829:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 87:1 97:1 144:1 148:1 171:3 213:3 216:1 241:1 248:1 263:1 289:1 323:3 350:1 369:1 390:1 405:1 413:1 416:1 432:5 447:1 453:3 458:1 470:1 477:1 558:1 571:1 573:1 580:1 591:9 597:1 618:2 630:1 690:1 705:1 760:2 775:1 776:1 786:1 803:1 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:3 897:3 898:3 907:2 908:1 909:1 923:1 937:1 938:1 942:2 946:6 962:1 979:2 980:1 982:1 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1183:1 1188:1 1200:1 1214:1 1221:1 1239:1 1260:1 1269:2 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1366:1 1395:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1644:1 1653:1 1670:1 1674:1 1686:1 1712:4 1733:2 1762:1 1767:2 1805:1 1820:1 1827:1 1828:1 1831:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:2 2001:1 2021:1 2039:2 2063:1 2079:1 2082:1 2095:2 2098:2 2102:1 2104:2 2105:1 2111:1 2119:1 2141:1 2160:4 2166:3 2184:1 2212:1 2223:2 2230:1 2246:1 2255:1 2260:3 2262:1 2265:2 2266:2 2269:1 2273:1 2274:3 2276:1 2282:1 2284:2 2286:1 2288:1 2298:3 2299:3 2309:1 2375:1 2376:1 2382:1 2385:2 2386:2 2407:1 2412:4 2418:1 2437:1 2439:1 2473:1 2481:4 2510:1 2522:1 2548:1 2560:1 2562:4 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2694:1 2699:1 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:3 2805:1 2807:2 2833:1 2847:4 2865:3 2867:1 2876:1 2884:18 2893:12 2913:1 2929:1 2938:7 2946:1 2953:1 2961:1 2966:5 3031:1 3092:1 3118:1 3119:1 3124:1 3151:1 3167:1 3195:2 3208:2 3239:1 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:4 3406:1 3419:1 3447:2 3468:1 3483:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3533:1 3534:1 3544:1 3554:1 3555:2 3557:1 3577:1 3609:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:2 3719:1 3741:1 3747:1 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3860:1 3863:1 3871:3 3872:1 3904:1 3912:1 3937:2 3938:3 3960:2 3964:1 3989:1 4009:1 4035:3 4041:2 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4133:1 4135:1 4138:3 4140:1 4183:1 4240:3 4275:1 4291:2 4294:2 4315:1 4324:1 4335:1 4336:3 4349:1 4384:1 4391:2 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4478:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:1 4598:1 4604:1 4623:1 4646:1 4650:1 4654:1 4658:1 4662:1 4689:1 4696:3 4748:7 4749:1 4775:1 4800:3 4845:2 4848:1 4850:4 4864:5 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:4 4879:2 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:4 4969:1 4978:1 4988:1 5013:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5295:1 5309:1 5322:1 5366:6 5387:1 5395:1 5399:1 5404:1 5435:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5514:1 5530:1 5579:2 5581:1 5587:1 5604:1 5609:2 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:10 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:1 6017:1 6021:1 6025:5 6027:1 6032:1 6037:2 6118:1 6119:1 6144:4 6146:1 6163:1 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6267:1 6268:1 6275:2 6276:2 6279:4 6280:1 6289:2 6291:1 6295:3 6298:1 6300:1 6320:1 6369:1 6395:1 6428:1 6450:1 6451:1 6481:2 6484:1 6487:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:4 6747:1 6761:5 6769:3 6793:1 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:2 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:11 7123:1 7141:2 7167:1 7180:2 7225:1 7243:1 7244:1 7341:2 7356:1 7403:3 7425:3 7439:1 7443:2 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7678:1 7679:7 7680:3 7696:2 7701:3 7708:1 7711:1 7727:1 7730:1 7741:22 7746:1 7749:2 7759:1 7767:20 7769:8 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7883:1 7921:1 7945:3 7976:1 7977:1 7989:2 7999:1 8080:1 8107:1 8128:1 8130:1 8142:2 8146:3 8161:1 8184:1 8221:2 8223:1 8225:16 8246:3 8257:3 8283:1 8292:1 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8447:1 8468:4 8477:4 8478:1 8481:1 8483:2 8484:2 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8583:1 8584:1 8599:1 8611:1 8623:2 8624:1 8635:1 8660:1 8670:1 8680:2 8693:1 8703:1 8762:1 8769:3 8775:1 8827:1 8834:1 8841:1 8872:2 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:2 9064:5 9088:1 9128:1 9144:1 9167:1 9196:1 9236:1 9244:7 9248:1 9250:1 9256:3 9261:1 9273:1 9305:1 9319:1 9326:5 9335:1 9342:1 9348:1 9366:1 9379:1 9384:1 9398:2 9419:2 9434:1 9439:1 9533:1 9535:1 9552:3 9559:1 9580:1 9607:1 9616:4 9625:1 9667:1 9682:8 9683:27 9684:2 9698:2 9701:1 9704:1 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:5 9807:1 9818:1 9819:1 9834:1 9845:1 9849:1 9856:1 9857:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10027:1 10039:1 10046:1 10056:3 10087:1 10101:1 10111:1 10121:1 10141:1 10145:6 10155:1 10166:1 10182:1 10193:1 10197:1 10256:2 10263:1 10278:3 10307:1 10314:1 10328:1 10334:1 10348:3 10350:4 10385:2 10426:1 10437:1 10455:1 10479:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:7 10647:2 10653:1 10658:1 10660:1 10675:2 10678:2 10691:1 10704:3 10743:2 10747:8 10754:1 10757:2 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:4 10978:1 10990:4 10995:1 11005:1 11009:1 11012:1 11018:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11116:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11309:1 11310:1 11368:1 11381:1 11383:1 11395:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:6 11521:1 11534:1 11551:1 11554:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:3 11664:1 11674:2 11676:1 11695:6 11696:1 11702:2 11714:1 11715:2 11720:2 11724:1 11725:1 11738:1 11741:1 11746:3 11752:2 11767:1 11778:2 11787:2 11797:3 11803:7 11806:1 11809:1 11813:1 11814:4 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:5 11934:1 11946:1 11952:1 11957:1 11984:1 12021:1 12023:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12130:1 12138:1 12143:1 12144:1 12149:1 12218:1 12239:1 12264:2 12282:1 12367:1 12370:2 12423:1 12426:1 12430:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12562:1 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:11 12823:1 12830:2 12832:1 12845:1 12859:5 12864:1 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:2 12996:1 13041:2 13100:1 13114:1 13165:1 13168:2 13179:1 13181:4 13186:2 13197:1 13210:1 13212:3 13238:3 13247:1 13251:1 13253:1 13273:1 13276:4 13277:2 13295:2 13305:1 13319:1 13323:3 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13361:1 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13478:2 13481:1 13485:1 13505:1 13519:1 13532:2 13542:1 13546:1 13547:2 13557:1 13559:1 13587:3 13588:1 13593:1 13605:1 13615:1 13626:1 13667:3 13670:1 13672:3 13676:4 13679:1 13689:1 13697:1 13698:3 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13836:1 13841:1 13887:1 13931:1 13942:1 13965:3 13975:1 13991:1 14003:1 14041:2 14064:2 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14154:1 14172:1 14183:1 14222:1 14230:1 14283:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14582:1 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:1 14919:1 14921:1 14922:1 14936:1 14938:2 14974:2 14994:1 14995:3 15003:1 15015:1 15030:1 15035:2 15061:1 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15306:1 15315:1 15397:1 15418:1 15456:1 15461:1 15462:1 15478:1 15494:2 15497:1 15498:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:3 15553:2 15562:3 15573:1 15586:1 15588:1 15609:1 15639:1 15656:1 15672:1 15703:1 15712:2 15714:3 15724:4 15731:2 15732:1 15736:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15854:1 15859:4 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:1 15984:1 15987:3 15999:1 16072:1 16088:4 16108:1 16118:2 16154:1 16157:2 16166:2 16179:1 16201:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:3 16253:1 16257:1 16259:1 16262:2 16302:1 16303:2 16326:1 16329:1 16339:1 16389:2 16468:1 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16643:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:11 16726:1 16736:2 16756:6 16797:1 16803:2 16828:1 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17000:1 17037:1 17039:1 17057:1 17060:2 17063:4 17081:1 17087:2 17089:1 17090:3 17103:1 17109:1 17122:1 17131:1 17135:1 17136:2 17156:1 17164:1 17178:1 17188:1 17206:1 17219:1 17234:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17368:1 17381:1 17387:1 17411:1 17436:1 17437:1 17438:2 17522:1 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:3 17829:3 17843:1 17867:1 17890:1 17904:4 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:1 18076:1 18095:1 18105:4 18124:2 18125:1 18163:1 18167:1 18217:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:5 18343:1 18349:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18502:1 18516:1 18521:1 18522:1900 18524:1 18545:3 18551:1 18563:1 18596:1 18644:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18728:1 18730:1 18733:2 18734:1 18742:1 18745:2 18749:2 18765:1 18822:1 18838:1 18846:1 18884:1 18911:1 18936:1 18944:1 18983:1 18988:1 18995:1 19002:1 19010:1 19014:1 19023:1 19055:1 19063:1 19067:1 19078:1 19129:1 19158:1 19168:1 19169:1 19182:1 19184:1 19195:2 19203:2 19219:3 19220:2 19223:2 19224:1 19232:2 19244:1 19253:4 19258:3 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:4 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19491:1 19493:2 19501:1 19512:3 19523:1 19561:1 19593:6 19623:1 19625:1 19633:1 19645:1 19652:1 19661:3 19665:2 19666:1 19685:2 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:3 19987:1 19997:4 20011:1 20014:1 20020:1 20023:7 20031:1 20037:1 20039:6 20061:1 20081:1 20095:1 20114:1 20116:1 20131:1 20145:1 20164:1 20167:1 20177:1 20179:1 20184:1 20190:1 20257:3 20261:1 20300:3 20313:2 20361:1 20418:1 20438:1 20454:1 20455:1 20464:1 20466:1 20474:1 20496:2 20509:1 20517:1 20522:1 20533:1 20542:1 20551:1 20552:2 20569:1 20570:1 20572:1 20575:1 20594:1 20597:1 20603:1 20608:3 20611:2 20613:1 20622:9 20623:1 20631:1 20638:2 20639:1 20661:1 20666:3 20669:1 20691:1 20708:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20809:1 20819:1 20825:1 20841:1 20845:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21116:1 21128:1 21142:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21209:1 21215:2 21231:2 21239:2 21244:2 21245:1 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21327:4 21328:1 21329:1 21349:1 21351:2 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:2 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21533:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:10 21606:3 21608:1 21609:1 21610:1 21617:3 21628:1 21643:1 21645:1 21646:1 21647:4 21669:2 21697:5 21720:1 21738:2 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:2 21841:2 21847:1 21851:2 21856:1 21884:1 21907:1 21921:2 21924:2 21928:3 21946:1 21955:1 21969:4 21988:1 21991:1 21992:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:3 22049:1 22093:1 22103:3 22109:1 22137:1 22140:9 22145:1 22154:5 22160:1 22161:1 22165:2 22166:1 22168:1 22170:4 22187:2 22219:1 22221:1 22225:2 22226:1 22233:1 22244:1 22266:5 22274:1 22289:1 22356:1 22359:1 22372:1 22400:1 22425:1 22431:1 22435:6 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22641:1 22651:1 22699:3 22722:1 22732:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22924:1 22927:2 22940:1 22947:1 22954:3 22962:1 22964:1 22978:1 22986:1 22995:1 22996:1 23009:2 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23262:1 23288:1 23298:1 23321:1 23328:1 23342:2 23351:2 23375:1 23386:1 23423:1 23427:1 23435:1 23478:2 23505:1 23542:1 23561:2 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23673:2 23690:1 23696:1 23746:1 23763:5 23767:1 23795:6 23812:2 23825:1 23839:1 23841:1 23844:1 23845:1 23877:4 23888:2 23922:1 23928:1 23939:11 23974:1 23986:4 24032:1 24033:2 24034:1 24045:1 24047:1 24051:2 24055:2 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24177:1 24184:1 24206:1 24212:1 24214:1 24219:1 24223:1 24227:1 24236:3 24275:1 24281:1 24288:1 24289:1 24335:1 24369:1 24370:2 24377:1 24389:1 24402:1 24415:1 24419:1 24427:2 24428:1 24444:1 24499:2 24510:3 24522:1 24542:1 24548:1 24551:2 24555:4 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:3 24822:1 24834:1 24835:1 24836:1 24849:1 24880:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25003:2 25005:3 25011:2 25033:1 25034:1 25041:4 25052:1 25065:3 25066:1 25087:1 25124:1 25201:3 25206:2 25246:1 25250:1 25255:2 25289:2 25303:1 25309:2 25320:1 25321:1 25324:3 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25520:1 25531:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25659:1 25676:2 25681:1 25688:1 25726:2 25740:2 25759:1 25769:1 25777:1 25782:1 25791:1 25808:5 25822:1 25865:1 25868:2 25884:1 25896:2 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:3 26113:1 26114:1 26121:1 26126:1 26137:4 26146:1 26151:3 26179:1 26180:1 26214:1 26240:1 26262:1 26277:1 26291:1 26295:2 26319:1 26339:4 26359:1 26424:1 26425:1 26427:1 26439:2 26468:1 26485:2 26497:3 26512:1 26516:1 26532:1 26552:1 26591:1 26623:2 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26702:1 26714:1 26719:1 26721:3 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26914:1 26920:1 26924:1 26926:1 26937:1 26938:2 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27038:1 27041:1 27044:1 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:2 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27400:1 27449:1 27459:1 27482:3 27511:2 27537:1 27538:2 27545:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:26 27654:3 27659:4 27663:1 27675:2 27678:1 27690:7 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:7 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28049:1 28064:1 28069:1 28074:1 28119:5 28122:1 28140:1 28147:1 28156:1 28192:2 28196:6 28202:1 28211:3 28214:1 28215:1 28323:1 28339:1 28347:4 28348:3 28349:3 28375:2 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:3 28523:6 28543:2 28547:1 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:2 28694:1 28709:1 28725:1 28729:3 28734:1 28752:1 28763:1 28774:1 28803:1 28808:1 28811:2 28817:1 28822:1 28823:1 28829:1 28835:1 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 87:1 97:1 144:1 148:1 171:3 202:1 213:4 216:1 241:1 248:1 263:1 289:1 323:3 350:1 362:1 369:1 390:1 405:1 413:1 416:1 432:5 447:1 453:3 458:1 470:1 477:1 558:1 571:1 573:1 580:1 591:9 597:1 618:2 630:1 690:1 705:1 760:2 775:1 776:1 786:1 803:2 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:3 897:3 898:3 907:2 908:1 909:1 923:1 937:1 938:1 942:2 946:6 962:1 979:3 980:1 982:2 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1183:1 1188:1 1200:1 1214:1 1221:1 1239:1 1260:1 1269:2 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1366:1 1395:1 1421:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1524:1 1530:2 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1644:1 1653:1 1670:1 1674:1 1686:1 1712:5 1733:2 1762:1 1767:2 1805:1 1820:1 1827:1 1828:1 1831:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:2 2001:1 2021:1 2039:2 2063:1 2079:1 2082:1 2095:2 2098:2 2100:1 2102:1 2104:2 2105:1 2111:1 2119:1 2141:1 2160:4 2166:3 2184:1 2189:1 2212:1 2223:2 2230:1 2246:1 2255:1 2260:3 2262:2 2265:2 2266:2 2269:2 2273:1 2274:3 2276:1 2282:1 2284:2 2286:1 2288:1 2298:3 2299:3 2309:1 2375:1 2376:1 2382:1 2385:2 2386:2 2407:1 2412:4 2418:1 2437:1 2439:1 2473:2 2481:4 2510:1 2522:1 2548:1 2560:1 2562:4 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2694:1 2699:1 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:3 2805:1 2807:2 2833:1 2847:4 2865:3 2867:1 2876:1 2884:18 2893:12 2913:1 2929:1 2938:7 2946:1 2953:1 2961:1 2966:5 3016:1 3031:1 3040:1 3092:1 3118:1 3119:1 3124:1 3151:1 3167:1 3195:2 3208:2 3239:1 3248:2 3262:1 3268:1 3271:4 3303:1 3313:1 3322:2 3405:4 3406:1 3419:1 3447:2 3468:1 3483:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3533:1 3534:1 3544:1 3554:1 3555:2 3557:1 3577:1 3609:1 3610:1 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:2 3719:1 3741:1 3747:2 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3860:1 3863:1 3871:3 3872:1 3904:1 3912:1 3937:2 3938:3 3960:2 3964:1 3989:1 4009:1 4035:4 4041:2 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4133:1 4135:1 4138:3 4140:1 4183:1 4240:3 4275:1 4291:2 4294:2 4315:1 4324:1 4335:1 4336:3 4349:1 4384:1 4391:2 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4478:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:2 4598:1 4604:1 4623:1 4646:1 4650:1 4654:1 4658:1 4662:1 4689:1 4696:3 4748:7 4749:1 4775:1 4800:3 4845:2 4848:1 4850:4 4864:5 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:4 4879:2 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:4 4969:1 4978:1 4988:1 5013:1 5033:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5295:1 5309:1 5322:1 5366:6 5387:1 5395:1 5399:1 5404:1 5435:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5514:1 5530:1 5579:2 5581:1 5587:1 5604:1 5609:2 5638:1 5643:1 5686:1 5744:3 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:11 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:2 6017:1 6021:1 6025:5 6027:1 6032:1 6037:2 6118:1 6119:1 6144:5 6146:1 6150:1 6163:1 6165:2 6221:1 6245:1 6252:1 6265:1 6266:1 6267:1 6268:1 6275:2 6276:2 6279:4 6280:1 6289:2 6291:1 6295:3 6298:1 6300:1 6320:1 6369:1 6395:1 6419:1 6428:1 6450:1 6451:1 6481:2 6484:1 6487:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:4 6747:1 6761:5 6769:3 6793:1 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:2 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:11 7123:1 7141:2 7167:1 7180:2 7225:1 7243:1 7244:1 7341:2 7356:1 7402:1 7403:3 7425:3 7439:1 7443:2 7460:1 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7610:1 7624:1 7674:1 7678:1 7679:7 7680:3 7696:3 7701:3 7708:1 7711:1 7723:1 7727:1 7730:1 7741:24 7746:1 7749:2 7759:1 7767:20 7769:8 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7883:1 7921:1 7945:3 7976:1 7977:1 7989:2 7999:1 8080:1 8107:1 8128:1 8130:1 8142:2 8146:3 8161:1 8184:1 8221:2 8223:1 8225:16 8246:3 8257:3 8283:1 8292:2 8335:1 8347:2 8362:1 8384:1 8392:1 8398:1 8411:2 8440:2 8444:2 8447:1 8468:4 8477:4 8478:1 8481:1 8483:2 8484:2 8492:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8583:1 8584:1 8599:1 8611:1 8623:2 8624:1 8635:1 8660:1 8670:1 8680:2 8693:1 8703:1 8762:1 8769:3 8775:1 8827:1 8834:1 8841:1 8872:2 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:2 9064:5 9088:1 9118:1 9128:1 9144:1 9167:1 9196:1 9236:1 9244:7 9248:1 9250:1 9256:3 9261:1 9273:1 9305:1 9319:1 9326:5 9335:1 9342:1 9348:1 9366:1 9379:1 9384:1 9398:2 9419:2 9434:1 9439:1 9533:1 9535:1 9552:3 9559:1 9580:1 9607:1 9616:4 9625:1 9667:1 9682:8 9683:27 9684:2 9698:2 9701:1 9704:1 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:5 9807:1 9818:1 9819:1 9834:1 9845:1 9849:1 9856:1 9857:1 9867:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10027:1 10039:1 10046:1 10056:3 10087:1 10101:1 10111:1 10121:1 10141:1 10145:6 10155:1 10166:1 10182:1 10193:1 10197:1 10256:2 10263:1 10278:3 10307:1 10314:1 10328:1 10334:1 10348:3 10350:4 10385:2 10426:1 10437:1 10455:1 10479:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:7 10647:2 10653:1 10658:1 10660:1 10675:2 10678:2 10691:1 10704:3 10743:2 10747:8 10754:1 10757:2 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:4 10978:1 10990:4 10995:1 11005:1 11009:1 11012:1 11018:1 11027:1 11029:1 11031:1 11036:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11116:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11309:1 11310:1 11368:1 11381:1 11383:1 11395:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:6 11521:1 11534:1 11551:1 11554:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:4 11664:1 11674:2 11676:1 11695:6 11696:1 11702:2 11714:1 11715:2 11720:2 11724:1 11725:1 11738:1 11741:1 11746:3 11752:2 11767:1 11778:2 11787:2 11797:3 11803:7 11806:1 11809:1 11813:1 11814:4 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:5 11934:1 11946:1 11952:1 11957:1 11984:1 12021:1 12023:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:1 12130:1 12138:1 12143:1 12144:1 12149:1 12218:1 12239:1 12264:2 12282:1 12367:1 12370:2 12423:1 12426:1 12430:1 12470:1 12478:1 12490:1 12534:1 12545:2 12557:2 12562:1 12591:1 12608:1 12629:1 12646:1 12658:2 12665:1 12810:11 12823:1 12830:2 12832:1 12845:1 12859:5 12864:1 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:2 12996:1 13041:2 13100:1 13114:1 13165:1 13168:2 13179:2 13181:4 13186:2 13197:1 13210:1 13212:3 13238:3 13247:1 13251:1 13253:1 13273:1 13276:4 13277:2 13295:2 13305:1 13319:1 13323:3 13325:1 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13361:1 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13478:2 13481:1 13485:1 13505:1 13519:1 13532:2 13542:1 13546:1 13547:2 13557:1 13559:1 13587:3 13588:1 13593:1 13605:1 13615:1 13626:1 13667:3 13670:1 13672:3 13676:4 13679:1 13689:1 13697:1 13698:3 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13836:1 13841:1 13887:1 13931:1 13942:1 13965:3 13975:1 13991:1 14003:1 14041:2 14064:2 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14149:1 14154:1 14172:1 14183:1 14222:1 14230:1 14283:1 14319:1 14323:1 14328:1 14348:1 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14582:1 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:1 14771:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:1 14919:1 14921:1 14922:1 14936:1 14938:2 14946:1 14974:2 14994:1 14995:3 15003:1 15015:1 15030:1 15035:2 15061:1 15071:1 15083:2 15110:1 15143:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15306:1 15315:1 15397:2 15418:1 15456:1 15461:1 15462:1 15478:1 15494:2 15497:1 15498:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:3 15553:2 15562:3 15573:1 15586:1 15588:1 15609:1 15639:1 15656:2 15672:1 15703:1 15712:2 15714:3 15724:4 15731:2 15732:1 15736:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15818:1 15854:1 15859:4 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:2 15984:1 15987:3 15999:1 16045:1 16072:1 16088:4 16108:1 16118:2 16154:1 16157:2 16166:2 16179:1 16201:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:3 16253:1 16257:1 16259:1 16262:2 16302:1 16303:2 16326:1 16329:1 16339:1 16389:2 16468:1 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16643:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:11 16726:1 16736:2 16756:6 16797:1 16803:2 16828:1 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17000:1 17037:1 17039:1 17057:1 17060:2 17063:4 17081:1 17087:2 17089:1 17090:3 17103:1 17109:1 17122:1 17131:1 17135:1 17136:2 17156:1 17164:1 17178:1 17188:1 17206:1 17219:1 17234:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17368:1 17381:1 17385:1 17387:1 17411:1 17436:1 17437:1 17438:2 17522:1 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17678:1 17717:2 17719:1 17761:1 17784:2 17819:3 17829:3 17843:1 17867:1 17890:1 17904:4 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:1 18076:1 18095:1 18105:4 18124:2 18125:1 18163:1 18167:1 18217:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:6 18343:1 18349:1 18360:1 18391:2 18392:1 18397:1 18400:1 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18502:1 18516:1 18521:1 18522:1964 18524:1 18545:3 18551:1 18563:1 18596:1 18644:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18728:1 18730:1 18733:2 18734:1 18742:1 18745:2 18749:2 18765:1 18822:1 18838:1 18846:1 18884:1 18911:1 18936:1 18944:1 18983:1 18988:1 18995:1 19002:1 19010:1 19014:1 19023:1 19055:1 19063:1 19067:1 19078:1 19129:1 19158:1 19168:1 19169:1 19182:1 19184:1 19195:2 19203:2 19219:3 19220:2 19223:2 19224:1 19232:2 19244:2 19253:4 19258:3 19298:1 19305:1 19320:1 19327:1 19336:1 19345:1 19350:5 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19491:1 19493:2 19501:1 19512:3 19523:1 19561:1 19593:6 19623:1 19625:1 19633:1 19645:1 19652:1 19661:3 19665:2 19666:1 19685:2 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19791:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:3 19987:1 19997:4 20011:1 20014:1 20020:1 20023:7 20031:1 20037:1 20039:6 20061:1 20081:1 20095:1 20114:1 20116:1 20131:1 20145:1 20164:1 20167:1 20177:1 20179:1 20184:1 20190:1 20257:3 20261:1 20300:3 20313:2 20361:1 20418:1 20438:1 20454:1 20455:1 20464:1 20466:1 20474:1 20496:2 20509:1 20517:1 20522:1 20533:1 20542:1 20551:1 20552:2 20569:1 20570:1 20572:1 20575:1 20594:1 20597:1 20603:1 20608:3 20611:2 20613:2 20622:9 20623:1 20631:1 20638:2 20639:1 20661:1 20666:3 20669:1 20691:1 20708:1 20729:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20809:1 20819:1 20825:1 20841:1 20845:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21116:1 21120:1 21128:1 21142:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21209:1 21215:2 21231:2 21239:2 21244:2 21245:1 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21326:1 21327:4 21328:1 21329:1 21349:1 21351:2 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:2 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21533:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21593:1 21594:2 21599:1 21604:1 21605:10 21606:3 21608:1 21609:1 21610:1 21617:3 21628:1 21643:1 21645:1 21646:1 21647:4 21669:2 21697:5 21720:1 21738:2 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:2 21841:2 21847:1 21851:2 21856:1 21884:1 21907:1 21921:2 21924:2 21928:3 21946:1 21955:1 21969:4 21988:1 21991:1 21992:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:4 22049:1 22093:2 22103:3 22109:1 22137:1 22140:9 22145:1 22154:5 22160:1 22161:1 22165:2 22166:1 22168:1 22170:4 22187:2 22219:1 22221:1 22225:2 22226:2 22233:1 22244:1 22266:5 22274:1 22289:1 22356:1 22359:1 22372:1 22400:1 22425:1 22431:1 22435:6 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22641:1 22651:1 22699:3 22722:1 22732:1 22742:1 22763:1 22817:1 22818:1 22836:1 22848:1 22856:1 22924:1 22927:2 22940:1 22947:1 22954:3 22962:1 22964:1 22978:1 22986:1 22995:1 22996:1 23009:2 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:2 23172:1 23185:1 23231:2 23257:1 23262:1 23288:1 23298:1 23321:1 23328:1 23342:2 23351:2 23375:1 23386:1 23423:1 23427:1 23435:1 23478:2 23505:1 23542:1 23561:2 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23643:1 23673:2 23690:1 23696:1 23715:1 23746:1 23763:5 23767:1 23795:6 23812:2 23825:1 23839:1 23841:1 23844:1 23845:1 23877:4 23888:2 23922:1 23928:1 23939:11 23974:1 23986:4 24032:1 24033:2 24034:1 24045:1 24047:1 24051:2 24055:2 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24177:1 24184:1 24206:1 24212:1 24214:1 24219:1 24223:1 24227:1 24236:3 24275:1 24281:1 24288:1 24289:1 24323:1 24335:1 24369:1 24370:2 24377:1 24389:1 24402:1 24415:1 24419:1 24427:2 24428:1 24444:1 24499:2 24510:3 24522:1 24542:1 24548:1 24551:2 24555:4 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:4 24822:1 24834:1 24835:1 24836:1 24849:1 24880:1 24892:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25003:2 25005:3 25011:2 25033:1 25034:1 25041:5 25052:1 25065:3 25066:1 25087:1 25124:1 25201:3 25206:2 25246:1 25250:1 25255:2 25289:2 25303:1 25309:2 25320:1 25321:1 25324:3 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25520:1 25531:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25659:1 25676:2 25681:1 25688:1 25726:2 25740:2 25759:1 25769:1 25777:1 25782:1 25791:1 25808:6 25822:1 25865:1 25868:2 25884:1 25896:2 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:3 26113:1 26114:1 26121:1 26126:1 26137:4 26146:1 26151:3 26179:1 26180:1 26214:1 26240:1 26262:1 26277:1 26291:1 26295:2 26319:1 26339:4 26359:1 26424:1 26425:1 26427:1 26439:2 26468:1 26485:2 26497:3 26512:1 26516:1 26532:1 26552:1 26591:1 26623:2 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26702:1 26714:1 26719:1 26721:3 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26914:1 26920:1 26924:1 26926:1 26937:1 26938:2 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27037:6 27038:1 27041:1 27044:1 27047:1 27054:2 27063:1 27087:1 27088:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:3 27239:1 27251:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27400:1 27449:1 27459:1 27482:3 27511:2 27537:1 27538:2 27545:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:26 27654:3 27659:4 27663:1 27675:2 27678:1 27690:7 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:7 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28049:1 28064:1 28069:1 28074:1 28119:5 28122:1 28140:1 28147:1 28156:1 28192:2 28196:6 28202:1 28211:3 28214:1 28215:1 28323:1 28339:1 28347:4 28348:3 28349:3 28375:2 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:3 28523:6 28543:2 28547:2 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:2 28694:1 28709:1 28725:1 28729:3 28734:1 28747:1 28752:1 28763:1 28774:1 28803:1 28808:1 28811:2 28817:1 28822:1 28823:1 28829:1 28835:2 28837:2 28840:1 28842:1 28843:1 28845:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 87:1 97:1 104:1 144:1 148:1 171:3 197:1 202:1 213:4 216:1 241:1 248:1 263:1 289:2 323:3 350:1 362:1 369:1 390:1 405:1 413:1 416:1 432:5 447:1 453:3 458:1 470:1 477:1 558:1 571:1 573:1 580:1 591:9 597:1 618:2 630:1 690:1 705:1 751:1 760:2 775:1 776:1 786:1 803:2 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:3 897:4 898:3 907:2 908:1 909:1 923:1 937:1 938:1 942:3 946:6 962:1 979:3 980:1 982:3 1016:1 1022:4 1025:1 1040:1 1082:1 1110:1 1158:1 1183:1 1188:1 1200:1 1214:1 1221:1 1239:1 1260:1 1269:2 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1332:1 1366:1 1395:1 1421:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1524:1 1530:3 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1644:1 1653:1 1670:1 1674:1 1686:1 1712:5 1733:2 1762:1 1767:2 1805:1 1820:1 1827:1 1828:1 1831:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:2 2001:1 2021:1 2039:2 2063:1 2079:1 2082:1 2095:2 2098:2 2100:1 2102:1 2104:2 2105:2 2111:1 2119:1 2141:1 2160:5 2166:3 2184:1 2189:1 2212:1 2223:2 2230:1 2246:1 2255:1 2260:3 2262:2 2265:2 2266:2 2269:2 2273:1 2274:3 2276:1 2282:1 2284:2 2286:1 2288:1 2298:3 2299:3 2309:1 2375:2 2376:1 2382:1 2385:2 2386:2 2407:1 2412:4 2418:1 2437:1 2439:1 2455:1 2473:2 2481:4 2510:1 2522:1 2548:1 2560:1 2562:4 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2694:1 2699:1 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:3 2805:1 2807:2 2833:1 2847:4 2865:3 2867:1 2876:1 2884:19 2893:13 2913:1 2929:1 2938:7 2946:1 2953:2 2961:1 2966:5 3016:1 3031:1 3040:1 3092:1 3118:1 3119:1 3124:1 3139:1 3151:1 3167:1 3195:2 3197:1 3208:2 3239:1 3248:2 3262:1 3268:1 3271:4 3303:1 3312:1 3313:1 3322:2 3403:1 3405:4 3406:1 3419:1 3447:2 3468:1 3483:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3533:1 3534:1 3544:1 3554:1 3555:2 3557:1 3577:1 3609:1 3610:2 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3718:2 3719:1 3741:1 3747:2 3766:2 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3860:1 3863:1 3871:3 3872:1 3904:1 3912:1 3937:2 3938:3 3960:2 3964:1 3989:1 4009:1 4035:4 4041:2 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4101:1 4133:1 4135:1 4138:3 4140:1 4148:1 4183:1 4240:3 4275:1 4291:2 4294:2 4315:1 4324:1 4335:1 4336:3 4349:1 4384:1 4391:2 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4455:1 4478:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:2 4598:1 4604:1 4623:1 4646:1 4650:1 4654:1 4658:1 4662:1 4689:1 4696:3 4748:8 4749:1 4775:1 4800:3 4845:3 4848:1 4850:4 4864:5 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:5 4879:2 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:4 4969:1 4978:1 4988:1 5013:1 5033:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5295:1 5309:1 5322:1 5366:6 5387:1 5395:1 5399:1 5404:1 5435:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:3 5514:1 5530:1 5579:2 5581:1 5587:1 5604:1 5609:2 5638:1 5643:1 5650:1 5686:1 5744:3 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:11 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:2 6017:1 6021:1 6025:5 6027:1 6032:1 6037:2 6063:1 6118:1 6119:1 6144:5 6146:1 6150:1 6155:1 6163:1 6165:2 6191:1 6221:1 6245:1 6252:1 6265:1 6266:1 6267:1 6268:1 6275:2 6276:2 6279:4 6280:1 6289:2 6291:1 6295:3 6298:1 6300:1 6320:1 6369:1 6395:1 6419:1 6428:1 6448:1 6450:1 6451:1 6481:2 6484:2 6487:1 6509:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:4 6747:1 6761:5 6769:3 6793:1 6799:3 6866:1 6883:1 6888:1 6890:2 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:3 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:11 7123:1 7141:2 7167:1 7168:1 7180:2 7225:1 7243:1 7244:1 7341:2 7356:1 7402:1 7403:3 7425:3 7439:1 7443:2 7460:1 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7599:1 7610:1 7624:1 7674:1 7678:1 7679:8 7680:3 7696:4 7701:3 7708:1 7711:1 7723:1 7727:1 7730:1 7741:24 7746:1 7749:2 7759:1 7767:20 7769:8 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7880:1 7883:1 7921:1 7945:3 7976:1 7977:1 7989:2 7999:1 8080:1 8107:1 8128:1 8130:1 8142:2 8146:3 8161:1 8184:1 8221:2 8223:1 8225:17 8246:3 8257:3 8283:1 8292:2 8335:1 8347:2 8362:1 8384:1 8387:1 8392:1 8398:1 8411:3 8440:2 8444:2 8447:1 8468:4 8477:4 8478:1 8481:1 8483:2 8484:2 8492:1 8552:1 8561:3 8570:4 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8583:1 8584:1 8592:1 8599:1 8606:1 8611:1 8623:2 8624:1 8635:1 8660:1 8670:1 8680:2 8681:1 8693:1 8703:1 8762:1 8769:3 8775:1 8827:2 8834:1 8841:1 8872:2 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:2 9064:6 9088:1 9118:1 9128:1 9144:1 9167:2 9196:1 9236:1 9244:7 9248:1 9250:1 9256:3 9261:1 9268:1 9273:1 9305:1 9319:1 9326:5 9335:1 9342:1 9348:1 9366:2 9379:1 9384:1 9398:2 9419:2 9434:1 9439:1 9533:1 9535:1 9540:1 9552:3 9559:1 9580:1 9607:1 9616:4 9625:1 9667:1 9682:8 9683:27 9684:2 9698:2 9701:1 9704:1 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:5 9807:1 9818:1 9819:1 9834:1 9845:1 9849:1 9856:1 9857:1 9867:1 9878:1 9946:1 9947:2 9982:2 10001:1 10021:1 10023:4 10027:1 10039:1 10046:1 10056:3 10087:1 10101:1 10111:1 10121:1 10141:1 10145:6 10155:1 10166:1 10182:1 10193:1 10197:1 10256:2 10263:1 10278:3 10307:1 10314:1 10328:1 10334:1 10348:3 10350:5 10385:2 10426:1 10437:2 10455:1 10479:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:7 10647:2 10653:1 10658:1 10660:1 10675:2 10678:2 10691:1 10704:4 10743:2 10747:9 10754:1 10757:2 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:4 10978:1 10990:4 10995:1 11005:1 11009:1 11012:1 11018:1 11027:1 11029:1 11031:1 11036:1 11063:1 11065:1 11078:2 11087:1 11090:2 11109:2 11112:1 11116:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11309:1 11310:1 11337:1 11368:1 11381:1 11383:1 11395:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:6 11521:1 11534:1 11551:1 11554:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11645:1 11663:4 11664:1 11674:2 11676:1 11695:6 11696:2 11702:2 11714:1 11715:2 11720:2 11724:1 11725:1 11738:1 11741:1 11746:3 11752:2 11767:1 11778:2 11787:2 11797:4 11803:7 11806:1 11809:1 11813:1 11814:4 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:5 11934:1 11946:1 11952:1 11957:1 11984:1 12021:1 12023:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:2 12130:1 12138:1 12143:1 12144:1 12149:1 12182:1 12218:1 12239:1 12264:2 12282:1 12367:2 12370:3 12423:1 12426:1 12430:1 12470:1 12478:1 12490:2 12534:1 12545:2 12557:2 12562:1 12591:1 12599:1 12608:1 12629:1 12646:1 12658:2 12665:1 12703:1 12810:12 12823:1 12830:2 12832:1 12845:1 12859:5 12864:1 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12928:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:2 12996:1 13041:2 13100:1 13114:1 13165:1 13168:2 13179:2 13181:4 13186:2 13197:1 13210:1 13212:3 13238:3 13247:1 13251:1 13253:1 13273:1 13276:4 13277:2 13295:2 13305:1 13319:1 13323:3 13325:2 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13361:2 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13472:1 13478:2 13481:1 13485:1 13505:1 13519:1 13532:2 13542:1 13546:1 13547:2 13557:1 13559:1 13587:3 13588:1 13593:1 13599:1 13605:1 13615:1 13626:1 13667:3 13670:1 13672:3 13673:1 13676:4 13679:1 13689:1 13697:1 13698:3 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13836:1 13841:1 13887:1 13931:1 13942:1 13965:3 13975:1 13991:1 14003:1 14041:2 14047:1 14064:2 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14149:1 14154:1 14172:1 14183:1 14222:1 14230:1 14283:1 14319:1 14323:1 14328:1 14348:2 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14582:1 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:2 14769:1 14771:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:1 14919:2 14921:1 14922:1 14936:1 14938:2 14946:1 14974:2 14994:1 14995:3 15003:1 15015:1 15030:1 15035:2 15061:1 15071:1 15083:2 15110:1 15143:1 15168:1 15181:1 15233:1 15246:1 15258:1 15275:1 15280:1 15306:1 15315:1 15397:2 15418:1 15456:1 15461:2 15462:1 15478:1 15494:2 15497:1 15498:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:3 15553:2 15562:3 15573:1 15586:1 15588:1 15609:1 15639:1 15656:2 15672:1 15703:1 15712:2 15714:3 15724:5 15731:2 15732:1 15735:1 15736:1 15743:1 15744:2 15770:1 15792:1 15800:2 15803:1 15816:1 15818:1 15854:1 15859:5 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:2 15984:2 15987:3 15999:1 16045:1 16072:1 16088:4 16108:1 16118:2 16154:1 16157:2 16166:2 16179:1 16201:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:3 16253:1 16255:1 16257:1 16259:1 16262:2 16302:1 16303:2 16326:1 16329:1 16332:1 16339:1 16389:2 16468:1 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16643:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:11 16726:1 16736:2 16756:6 16797:1 16803:2 16828:1 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17000:1 17037:1 17039:1 17057:1 17060:2 17063:4 17081:1 17087:2 17089:1 17090:3 17103:1 17109:1 17122:1 17131:1 17135:1 17136:2 17156:1 17164:1 17178:1 17184:1 17188:1 17206:1 17219:1 17234:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17368:1 17381:1 17385:1 17387:1 17411:1 17436:1 17437:1 17438:2 17442:1 17522:1 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17671:1 17678:1 17717:2 17719:1 17761:1 17784:2 17818:1 17819:3 17829:3 17843:1 17867:1 17890:1 17904:4 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:2 18076:1 18095:1 18105:4 18124:3 18125:1 18163:1 18167:1 18217:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:6 18343:1 18349:1 18360:1 18391:2 18392:2 18397:1 18400:2 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18502:1 18516:1 18521:1 18522:2042 18524:1 18545:3 18551:1 18563:1 18596:1 18644:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18728:1 18730:1 18733:2 18734:1 18742:1 18745:2 18749:3 18765:1 18822:1 18838:1 18846:1 18884:1 18911:1 18936:1 18944:1 18983:1 18988:1 18995:1 19002:1 19010:1 19014:1 19023:1 19055:1 19063:1 19067:1 19078:1 19129:1 19158:1 19168:1 19169:1 19182:2 19184:1 19195:2 19203:2 19219:3 19220:2 19223:2 19224:1 19232:2 19244:2 19253:4 19258:4 19298:1 19305:2 19320:1 19327:1 19336:1 19345:1 19350:5 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19491:1 19493:2 19501:1 19508:1 19512:3 19523:1 19561:1 19593:6 19623:1 19625:1 19633:1 19645:1 19652:1 19661:3 19665:2 19666:1 19685:2 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19791:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:3 19987:1 19997:4 20011:1 20014:1 20020:1 20023:7 20031:1 20037:1 20039:6 20061:1 20081:1 20095:1 20114:1 20116:1 20131:1 20145:1 20164:1 20167:1 20177:1 20179:1 20184:1 20190:1 20257:4 20261:1 20300:3 20313:2 20361:1 20418:1 20438:1 20454:1 20455:1 20464:1 20466:1 20474:1 20496:2 20509:1 20517:1 20522:1 20525:1 20533:1 20542:1 20551:1 20552:2 20569:1 20570:1 20572:1 20573:1 20575:1 20594:1 20597:1 20603:1 20608:3 20609:1 20611:3 20613:2 20622:9 20623:1 20631:1 20638:2 20639:1 20661:1 20666:3 20669:1 20691:1 20708:1 20729:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20809:1 20819:1 20825:1 20841:1 20845:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21116:1 21120:1 21128:1 21142:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21209:1 21215:3 21231:2 21239:2 21244:2 21245:1 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21326:1 21327:4 21328:1 21329:1 21349:1 21351:2 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:2 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21533:1 21535:1 21566:1 21572:1 21578:1 21586:2 21588:1 21589:1 21593:1 21594:2 21599:1 21604:1 21605:10 21606:3 21608:1 21609:1 21610:1 21617:3 21628:1 21643:1 21645:1 21646:1 21647:4 21669:2 21697:5 21720:1 21738:2 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:3 21841:2 21847:1 21851:2 21856:1 21884:1 21907:1 21921:2 21924:2 21928:3 21946:1 21955:1 21969:4 21988:1 21991:1 21992:1 21995:1 21999:1 22001:1 22003:5 22014:1 22032:1 22035:1 22039:4 22049:1 22093:2 22103:3 22109:1 22122:1 22137:1 22140:10 22145:1 22154:5 22160:1 22161:1 22165:2 22166:1 22168:1 22170:4 22187:2 22219:1 22221:1 22225:2 22226:2 22233:1 22244:1 22266:5 22274:1 22289:1 22356:1 22359:1 22372:1 22400:1 22425:1 22431:1 22435:6 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22641:1 22651:1 22699:3 22722:1 22732:1 22742:1 22763:1 22806:1 22817:1 22818:1 22836:1 22848:1 22856:1 22924:1 22927:3 22940:1 22947:1 22954:3 22962:1 22964:1 22978:1 22986:1 22995:1 22996:1 23008:1 23009:3 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:3 23172:1 23185:2 23231:2 23257:1 23262:1 23288:2 23298:1 23321:2 23328:1 23342:2 23351:2 23375:1 23386:1 23401:1 23423:1 23427:1 23435:1 23478:2 23505:1 23542:1 23561:2 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23643:1 23673:2 23690:1 23696:1 23715:1 23746:1 23763:5 23767:1 23795:6 23812:2 23825:1 23839:1 23841:1 23844:1 23845:1 23877:4 23888:2 23922:1 23928:1 23939:11 23974:1 23986:4 24032:1 24033:2 24034:1 24045:1 24047:1 24051:2 24055:2 24057:1 24064:1 24077:1 24083:1 24088:1 24099:4 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24177:1 24184:1 24206:1 24212:1 24214:2 24219:1 24223:1 24227:1 24236:3 24275:1 24281:1 24288:1 24289:1 24323:1 24335:1 24369:1 24370:2 24377:1 24389:1 24402:1 24415:1 24419:1 24427:2 24428:1 24442:1 24444:1 24499:2 24510:3 24522:1 24538:1 24542:1 24548:1 24551:2 24555:4 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:4 24822:1 24834:1 24835:1 24836:1 24849:1 24880:1 24892:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25003:3 25005:3 25011:2 25033:1 25034:1 25041:5 25052:1 25065:3 25066:1 25087:1 25124:1 25201:3 25206:2 25246:1 25250:1 25255:2 25289:2 25303:1 25309:2 25320:1 25321:1 25324:3 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25520:1 25531:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25659:1 25676:2 25681:1 25688:1 25726:2 25740:2 25759:1 25769:1 25777:1 25782:1 25791:1 25808:6 25809:1 25822:1 25865:1 25868:2 25884:1 25896:2 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:3 26076:1 26113:1 26114:1 26121:1 26126:1 26137:4 26146:1 26148:1 26151:3 26179:1 26180:1 26214:1 26240:1 26262:1 26277:1 26291:1 26295:2 26319:1 26339:4 26359:1 26424:1 26425:1 26427:1 26439:2 26468:1 26485:2 26497:3 26512:1 26516:1 26532:1 26552:1 26591:1 26623:2 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26702:1 26714:1 26719:1 26721:3 26749:1 26771:1 26791:1 26818:3 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26914:1 26920:1 26924:1 26926:1 26937:1 26938:2 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27028:1 27037:7 27038:1 27041:1 27044:1 27047:1 27048:1 27054:2 27063:1 27087:1 27088:1 27123:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:3 27239:1 27251:1 27300:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27400:1 27449:1 27459:1 27482:3 27511:2 27537:1 27538:2 27545:2 27546:1 27547:1 27562:1 27564:2 27584:2 27585:1 27599:1 27619:1 27628:1 27653:26 27654:3 27659:4 27663:1 27675:2 27678:1 27690:7 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:8 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28040:1 28048:2 28049:1 28064:1 28069:1 28074:1 28119:6 28122:1 28140:1 28147:1 28156:1 28192:2 28194:1 28196:7 28202:1 28211:3 28214:1 28215:1 28323:1 28335:1 28339:1 28347:4 28348:3 28349:3 28353:1 28375:2 28392:1 28404:1 28441:1 28486:1 28488:1 28507:2 28511:3 28523:7 28543:2 28547:2 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:2 28694:1 28709:1 28725:1 28729:3 28734:1 28747:1 28752:1 28763:1 28774:1 28803:1 28808:1 28811:2 28817:1 28822:1 28823:1 28829:1 28835:2 28837:2 28840:1 28842:1 28843:1 28845:1 28853:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 81:1 87:1 97:1 104:1 144:1 148:1 171:3 197:1 202:1 213:4 216:1 241:1 248:1 263:1 289:2 323:3 350:1 362:1 369:1 390:1 405:1 413:1 416:1 432:5 447:1 453:3 458:1 470:1 477:1 558:1 571:1 573:1 580:1 591:9 597:1 618:2 630:1 690:1 705:1 751:1 760:2 775:1 776:1 786:1 803:2 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:3 897:4 898:3 907:2 908:1 909:1 923:1 937:1 938:1 942:3 946:6 962:1 979:3 980:1 982:3 1016:1 1022:5 1025:1 1040:1 1082:1 1110:1 1158:1 1183:1 1188:1 1200:1 1214:1 1221:1 1239:1 1260:1 1269:2 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1332:1 1366:1 1395:1 1421:1 1447:1 1456:1 1467:2 1471:1 1509:3 1517:2 1524:1 1530:3 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1644:1 1653:1 1670:1 1674:1 1686:1 1712:6 1733:2 1762:1 1767:2 1805:1 1820:1 1827:1 1828:1 1831:1 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:2 2001:1 2021:1 2039:2 2063:1 2079:1 2082:1 2095:2 2098:2 2100:1 2102:1 2104:2 2105:2 2111:1 2119:1 2125:1 2141:1 2160:5 2166:3 2184:1 2189:1 2212:1 2223:2 2230:1 2246:1 2255:1 2260:3 2262:2 2265:2 2266:2 2268:1 2269:2 2273:1 2274:3 2276:1 2282:1 2284:2 2286:1 2288:1 2298:3 2299:3 2309:1 2375:2 2376:1 2382:1 2385:2 2386:2 2407:1 2412:4 2418:1 2437:1 2439:1 2455:1 2473:2 2481:4 2510:1 2522:1 2548:1 2560:1 2562:4 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2694:1 2699:1 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:3 2805:1 2807:2 2833:1 2847:4 2865:3 2867:1 2876:1 2884:20 2893:13 2913:1 2929:1 2938:7 2946:1 2953:2 2961:1 2966:5 3016:1 3031:1 3040:1 3092:1 3118:1 3119:1 3124:1 3139:1 3151:1 3167:1 3195:2 3197:1 3208:2 3239:1 3247:1 3248:2 3262:1 3268:1 3271:4 3303:1 3312:1 3313:1 3322:2 3385:1 3403:1 3405:4 3406:1 3419:1 3447:2 3468:1 3483:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3533:1 3534:1 3544:1 3554:1 3555:2 3557:1 3577:1 3609:1 3610:2 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3705:1 3718:2 3719:1 3741:1 3747:2 3766:2 3788:1 3798:1 3810:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3860:1 3863:1 3871:3 3872:1 3904:1 3912:1 3937:2 3938:3 3960:2 3964:1 3989:1 4009:1 4035:5 4041:2 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4101:1 4133:1 4135:1 4138:3 4140:1 4148:1 4183:1 4240:3 4275:1 4291:2 4294:2 4315:1 4324:1 4335:1 4336:3 4347:1 4349:1 4384:1 4391:2 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4455:1 4478:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4573:2 4598:1 4604:1 4623:1 4646:1 4650:1 4654:1 4658:1 4662:1 4689:1 4696:3 4748:9 4749:1 4775:1 4800:3 4845:3 4848:1 4850:4 4864:5 4865:4 4866:1 4868:1 4869:1 4870:1 4871:1 4875:1 4876:5 4879:2 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:4 4969:1 4978:1 4988:1 5013:1 5033:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5295:1 5309:1 5322:1 5366:7 5387:1 5395:1 5399:1 5404:1 5435:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:4 5514:1 5530:1 5539:1 5579:2 5581:1 5587:1 5604:1 5609:2 5638:1 5643:1 5650:1 5686:1 5744:4 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:13 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:2 5994:1 5995:1 6002:2 6017:1 6021:1 6025:5 6027:1 6032:1 6037:2 6063:1 6118:1 6119:2 6144:6 6146:1 6150:1 6155:1 6163:1 6165:2 6191:1 6221:1 6245:1 6252:1 6265:1 6266:1 6267:1 6268:1 6274:1 6275:2 6276:2 6279:4 6280:1 6289:2 6291:1 6295:3 6298:1 6300:1 6320:1 6369:1 6395:1 6419:1 6428:1 6436:1 6448:1 6450:1 6451:1 6481:2 6484:2 6487:1 6509:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6645:1 6664:1 6703:2 6724:1 6733:1 6736:4 6747:1 6761:5 6769:3 6793:1 6799:3 6866:1 6883:1 6888:1 6890:3 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:3 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:12 7123:1 7141:2 7167:1 7168:1 7180:2 7225:1 7243:1 7244:1 7303:1 7341:2 7356:1 7402:1 7403:3 7425:3 7439:1 7443:2 7460:1 7462:2 7467:1 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7599:1 7610:1 7624:1 7674:1 7678:1 7679:8 7680:3 7696:4 7701:3 7708:1 7711:1 7723:1 7727:1 7730:1 7741:25 7746:1 7749:2 7759:1 7767:21 7769:8 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7880:1 7883:1 7921:1 7945:4 7976:1 7977:1 7989:2 7999:1 8080:1 8087:1 8107:1 8128:1 8130:1 8142:2 8146:3 8161:1 8184:1 8221:2 8223:1 8225:18 8246:3 8257:3 8283:1 8292:2 8335:1 8347:2 8362:1 8384:1 8387:1 8392:1 8398:1 8411:3 8440:2 8444:2 8447:1 8468:4 8477:4 8478:1 8481:1 8483:2 8484:2 8492:1 8552:1 8561:3 8570:5 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8583:1 8584:1 8592:1 8599:1 8606:1 8611:1 8622:1 8623:2 8624:1 8635:1 8660:1 8670:1 8680:2 8681:1 8693:1 8703:1 8762:1 8769:3 8775:1 8827:2 8834:1 8841:1 8872:2 8879:2 8882:1 8885:2 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:2 9064:6 9088:1 9118:1 9128:1 9144:1 9167:2 9196:1 9236:1 9244:7 9248:1 9250:1 9256:3 9261:1 9268:1 9273:1 9305:1 9319:1 9326:5 9335:1 9342:1 9348:1 9366:2 9379:1 9384:1 9398:2 9419:2 9434:1 9439:1 9533:1 9535:1 9540:1 9552:3 9559:1 9580:1 9607:1 9616:4 9625:1 9667:1 9682:8 9683:28 9684:2 9698:2 9701:1 9704:1 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9784:2 9790:5 9807:1 9818:1 9819:1 9834:1 9845:1 9849:1 9856:1 9857:1 9867:1 9878:1 9946:1 9947:2 9948:1 9982:3 10001:1 10021:1 10023:4 10027:1 10039:1 10046:1 10056:3 10087:1 10101:1 10111:1 10121:1 10141:1 10145:6 10155:1 10166:1 10182:1 10193:1 10197:1 10256:2 10263:1 10278:3 10307:1 10314:1 10315:1 10328:1 10334:1 10348:3 10350:5 10385:2 10426:1 10437:2 10455:1 10479:1 10482:1 10542:1 10550:4 10561:1 10568:1 10585:7 10647:2 10653:1 10658:1 10660:1 10675:2 10678:2 10691:1 10704:4 10743:2 10747:9 10754:1 10757:2 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:4 10978:1 10990:4 10995:1 11005:1 11009:1 11012:1 11018:1 11027:1 11029:1 11031:1 11036:1 11063:1 11065:1 11078:3 11087:1 11090:2 11109:2 11112:1 11116:1 11168:1 11178:1 11185:2 11187:1 11202:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11309:1 11310:1 11337:1 11368:1 11381:1 11383:1 11395:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:6 11521:1 11534:1 11551:1 11554:1 11563:1 11568:2 11575:2 11577:1 11602:1 11605:1 11617:2 11643:1 11645:1 11663:4 11664:1 11674:2 11676:1 11695:6 11696:2 11702:2 11714:1 11715:2 11720:2 11724:1 11725:1 11738:1 11741:1 11746:4 11752:3 11767:1 11778:2 11787:2 11797:4 11803:7 11806:1 11809:1 11813:1 11814:4 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:5 11934:1 11946:1 11952:1 11957:1 11984:1 12021:1 12023:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:2 12130:1 12138:1 12143:1 12144:1 12149:1 12182:1 12218:1 12239:1 12264:2 12282:1 12367:2 12370:3 12423:1 12426:1 12430:1 12470:1 12478:1 12490:2 12534:1 12545:2 12557:2 12562:1 12591:1 12599:1 12608:1 12629:1 12646:1 12658:3 12665:1 12703:1 12810:12 12823:1 12830:2 12832:1 12845:1 12856:1 12859:5 12864:1 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12928:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:2 12996:1 13041:2 13100:1 13114:1 13165:1 13168:2 13179:2 13181:4 13186:2 13197:1 13210:1 13212:3 13238:3 13247:1 13251:1 13253:1 13273:1 13276:5 13277:3 13295:2 13305:1 13319:1 13323:3 13325:2 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13361:2 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13472:1 13478:2 13481:1 13485:1 13505:1 13519:1 13532:2 13542:1 13546:1 13547:2 13557:1 13559:1 13587:3 13588:1 13593:1 13599:1 13605:1 13615:1 13626:1 13667:3 13670:1 13672:3 13673:1 13676:4 13679:1 13689:1 13697:1 13698:3 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13836:1 13841:1 13887:1 13931:1 13942:1 13965:3 13975:1 13991:1 14003:1 14041:2 14047:1 14048:1 14064:2 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14132:1 14149:1 14154:1 14160:1 14172:1 14183:1 14222:1 14230:1 14283:1 14319:1 14323:1 14328:1 14348:2 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14582:1 14611:2 14630:1 14661:2 14667:1 14691:1 14712:1 14715:2 14717:1 14760:2 14769:1 14771:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:2 14919:2 14921:1 14922:1 14936:1 14938:2 14946:1 14974:2 14994:1 14995:3 15003:1 15015:1 15030:1 15035:2 15061:1 15071:1 15083:2 15110:1 15143:1 15168:1 15181:1 15233:1 15246:1 15258:2 15275:1 15280:1 15306:1 15315:1 15379:1 15397:2 15418:1 15456:1 15461:2 15462:1 15478:1 15494:2 15497:1 15498:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:3 15553:2 15562:3 15573:1 15586:1 15588:1 15609:1 15639:1 15656:2 15672:1 15703:1 15712:2 15714:3 15724:5 15731:2 15732:1 15735:1 15736:1 15743:1 15744:2 15770:1 15792:1 15800:3 15803:1 15816:1 15818:1 15854:1 15859:5 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:2 15984:2 15987:3 15999:1 16045:1 16072:1 16088:4 16108:2 16118:2 16154:1 16157:2 16166:2 16179:1 16201:1 16208:1 16216:2 16231:2 16232:1 16235:1 16237:1 16240:1 16243:1 16252:3 16253:1 16255:1 16257:1 16259:1 16262:2 16270:1 16302:1 16303:2 16326:1 16329:1 16332:1 16339:1 16389:2 16468:1 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16643:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:11 16726:1 16736:2 16756:6 16758:1 16797:1 16803:2 16828:1 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17000:1 17037:1 17039:1 17057:1 17060:2 17063:4 17081:1 17087:2 17089:1 17090:3 17103:1 17109:1 17122:1 17131:1 17135:1 17136:2 17156:1 17164:1 17178:1 17184:1 17188:1 17206:1 17219:1 17234:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17368:1 17381:1 17385:1 17387:1 17411:1 17436:1 17437:1 17438:2 17442:1 17522:1 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17671:1 17678:1 17717:2 17719:1 17761:1 17784:2 17818:1 17819:3 17829:3 17843:1 17867:1 17890:1 17904:4 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:2 18076:1 18095:1 18105:4 18124:3 18125:1 18163:1 18167:1 18217:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:6 18343:1 18349:1 18360:1 18391:2 18392:2 18397:1 18400:2 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18502:1 18516:1 18521:1 18522:2102 18524:1 18545:3 18551:1 18563:1 18596:1 18644:1 18672:2 18678:1 18701:2 18707:1 18722:1 18727:1 18728:1 18730:1 18733:2 18734:1 18742:1 18745:2 18749:3 18765:1 18789:1 18822:1 18838:1 18846:1 18884:1 18911:1 18936:1 18944:1 18983:1 18988:1 18995:2 19002:1 19010:1 19014:1 19023:1 19055:1 19063:1 19067:1 19078:1 19129:1 19158:1 19168:1 19169:1 19182:2 19184:1 19195:2 19203:3 19219:3 19220:2 19223:2 19224:1 19232:2 19244:2 19253:4 19258:4 19298:1 19305:2 19320:1 19327:1 19336:1 19345:1 19350:5 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19491:1 19493:2 19501:1 19508:1 19512:3 19523:1 19561:1 19593:6 19623:1 19625:1 19633:1 19645:1 19652:1 19661:3 19665:2 19666:1 19685:2 19687:2 19697:1 19699:1 19722:1 19743:1 19751:1 19765:1 19790:1 19791:1 19854:2 19874:1 19876:3 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:3 19987:1 19997:4 20011:1 20012:1 20014:1 20020:1 20023:7 20031:1 20037:1 20039:6 20061:1 20081:1 20095:1 20114:1 20116:1 20131:1 20145:1 20164:1 20167:1 20175:1 20177:1 20179:1 20184:1 20190:1 20257:4 20261:1 20300:3 20313:2 20361:1 20418:1 20438:1 20454:1 20455:1 20464:1 20466:1 20474:1 20496:2 20509:1 20517:1 20522:1 20525:1 20533:1 20542:1 20551:1 20552:2 20569:1 20570:1 20572:1 20573:1 20575:1 20594:1 20597:1 20603:1 20608:4 20609:1 20611:3 20613:2 20622:9 20623:1 20631:1 20638:2 20639:1 20661:1 20666:3 20669:1 20691:1 20708:1 20724:1 20729:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20809:1 20819:1 20825:1 20841:1 20845:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21031:1 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21116:1 21120:1 21128:1 21142:1 21146:1 21148:2 21177:1 21181:1 21188:1 21198:1 21205:1 21209:1 21215:3 21231:2 21239:2 21244:2 21245:1 21247:1 21260:2 21263:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21326:1 21327:4 21328:1 21329:1 21349:1 21351:2 21355:1 21365:1 21373:1 21383:1 21398:1 21407:1 21415:2 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21533:1 21535:1 21566:1 21572:1 21578:1 21586:3 21588:1 21589:1 21593:1 21594:2 21599:1 21604:1 21605:10 21606:3 21608:1 21609:1 21610:1 21617:3 21628:1 21643:1 21645:1 21646:1 21647:4 21669:2 21697:5 21720:1 21738:2 21743:1 21758:1 21776:1 21780:1 21795:2 21799:2 21802:1 21804:3 21805:1 21808:1 21824:1 21837:3 21841:2 21847:1 21851:2 21856:1 21884:1 21907:1 21921:2 21924:2 21928:3 21946:1 21955:1 21969:4 21988:1 21991:1 21992:1 21995:1 21999:1 22001:1 22003:6 22013:1 22014:1 22032:1 22035:1 22039:4 22049:1 22093:2 22103:3 22109:1 22122:1 22137:1 22140:10 22145:1 22154:5 22160:1 22161:1 22165:2 22166:1 22168:1 22170:4 22187:2 22219:1 22221:1 22225:2 22226:2 22233:1 22244:1 22266:5 22274:1 22289:1 22356:1 22359:1 22372:1 22400:1 22425:1 22431:1 22435:6 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22641:1 22651:1 22699:3 22722:1 22725:1 22732:1 22742:1 22763:1 22806:1 22817:1 22818:1 22836:1 22848:1 22856:1 22924:1 22927:3 22940:1 22947:1 22954:3 22962:1 22964:1 22978:1 22986:1 22995:1 22996:1 23008:1 23009:3 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:3 23172:1 23185:2 23231:2 23257:1 23262:1 23288:2 23298:1 23321:2 23328:1 23342:2 23351:2 23375:1 23386:1 23401:1 23423:1 23427:1 23435:1 23457:1 23478:2 23505:1 23542:1 23561:2 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23643:1 23673:2 23690:1 23696:1 23707:1 23715:1 23746:1 23763:5 23767:1 23784:1 23795:6 23812:2 23825:1 23839:1 23841:1 23844:1 23845:1 23877:4 23888:2 23922:1 23928:1 23939:11 23974:1 23986:4 24032:1 24033:2 24034:1 24045:1 24047:1 24051:2 24055:2 24057:1 24064:1 24077:1 24083:1 24088:1 24099:4 24104:1 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24177:1 24184:1 24206:1 24212:1 24214:2 24219:1 24223:1 24227:1 24236:3 24275:1 24281:1 24288:1 24289:1 24323:1 24335:1 24369:1 24370:2 24377:1 24389:1 24402:1 24415:1 24419:1 24427:2 24428:2 24442:1 24444:1 24499:2 24510:3 24522:1 24538:1 24542:1 24548:1 24551:2 24555:4 24613:6 24614:2 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:4 24822:1 24834:1 24835:1 24836:1 24849:1 24875:1 24880:1 24892:1 24901:2 24903:3 24932:1 24948:2 24979:1 24981:1 24989:2 25003:3 25005:3 25011:2 25012:1 25033:1 25034:1 25041:6 25052:1 25065:3 25066:1 25087:1 25124:1 25201:3 25206:2 25246:1 25250:1 25255:2 25289:2 25303:1 25309:2 25320:1 25321:1 25324:3 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25520:1 25531:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25659:1 25676:2 25681:1 25688:1 25726:2 25740:2 25759:1 25769:1 25777:1 25782:1 25791:1 25808:6 25809:1 25822:1 25865:1 25868:2 25884:1 25896:2 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:3 26076:1 26113:1 26114:1 26121:1 26126:1 26137:4 26146:1 26148:1 26151:3 26179:1 26180:1 26214:1 26240:1 26262:1 26277:1 26291:1 26295:3 26319:1 26339:4 26359:1 26424:1 26425:1 26427:1 26439:2 26468:1 26485:2 26497:3 26512:1 26516:1 26532:1 26552:1 26591:1 26623:2 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26702:1 26714:1 26719:1 26721:3 26749:1 26771:1 26791:1 26818:3 26830:1 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26914:1 26920:1 26924:1 26926:1 26937:1 26938:2 26942:1 26945:1 26946:1 26954:1 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27028:1 27037:7 27038:1 27041:1 27044:1 27047:1 27048:1 27054:2 27063:1 27087:1 27088:1 27123:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:3 27239:1 27251:1 27300:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27400:1 27449:1 27459:1 27482:3 27492:1 27511:2 27537:1 27538:2 27545:2 27546:1 27547:1 27562:1 27564:2 27576:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:27 27654:4 27659:4 27663:1 27675:2 27678:1 27690:7 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:8 27865:1 27872:2 27878:1 27899:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28034:1 28040:1 28048:2 28049:2 28064:1 28069:1 28074:1 28119:6 28122:1 28140:1 28147:1 28156:1 28192:2 28194:1 28196:7 28202:1 28211:3 28214:1 28215:1 28323:1 28335:1 28339:1 28347:4 28348:3 28349:3 28353:1 28375:2 28392:1 28404:1 28431:1 28441:1 28486:1 28488:1 28507:2 28511:3 28523:7 28543:3 28547:2 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:2 28694:1 28709:1 28725:1 28729:3 28734:1 28747:1 28752:1 28763:2 28773:1 28774:1 28803:1 28808:1 28811:2 28817:1 28822:1 28823:1 28829:1 28831:1 28835:2 28837:2 28840:1 28842:1 28843:1 28845:1 28853:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 53:1 81:1 87:1 97:1 104:1 144:1 148:1 171:3 197:1 202:1 213:4 216:1 241:1 248:1 263:1 289:2 320:1 323:4 350:1 362:1 369:1 390:1 405:1 413:1 416:1 423:1 432:5 447:1 453:3 458:1 470:1 477:1 535:2 558:1 571:1 573:1 580:1 591:11 597:1 618:2 630:1 690:1 705:1 751:1 760:2 775:1 776:1 786:1 803:2 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:3 897:4 898:3 907:2 908:1 909:1 922:1 923:1 937:1 938:1 939:1 942:4 946:6 962:1 979:3 980:1 982:3 1016:1 1022:5 1025:1 1040:1 1082:1 1110:1 1158:1 1183:1 1188:3 1200:1 1214:1 1221:1 1239:1 1260:1 1269:3 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1332:1 1366:1 1395:1 1421:1 1447:1 1456:1 1467:2 1471:1 1509:3 1512:1 1517:3 1524:1 1530:3 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1644:1 1653:1 1661:1 1670:1 1674:1 1686:1 1712:6 1733:2 1762:1 1767:2 1778:1 1805:1 1820:1 1827:1 1828:1 1831:2 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:2 2001:1 2015:1 2021:1 2039:2 2063:1 2079:1 2082:1 2095:2 2098:2 2100:1 2102:1 2104:2 2105:2 2111:1 2119:1 2125:1 2141:1 2160:5 2166:3 2184:1 2189:1 2212:2 2223:2 2230:1 2246:1 2255:2 2260:3 2262:2 2265:2 2266:2 2268:1 2269:2 2273:1 2274:3 2276:1 2282:1 2284:2 2286:1 2288:1 2298:3 2299:3 2309:1 2375:2 2376:1 2382:1 2385:2 2386:2 2407:1 2412:4 2418:1 2437:1 2439:1 2455:1 2473:2 2481:4 2510:1 2522:1 2548:1 2560:1 2562:4 2575:1 2601:1 2604:1 2677:1 2678:1 2689:2 2694:1 2699:1 2700:1 2708:1 2717:2 2740:7 2744:2 2750:1 2764:1 2790:3 2805:1 2807:2 2833:1 2847:4 2865:3 2867:1 2876:1 2884:20 2893:14 2913:1 2929:1 2938:7 2946:1 2953:2 2961:1 2966:5 3016:1 3031:1 3040:1 3051:1 3092:1 3118:1 3119:1 3124:1 3139:1 3151:1 3167:1 3195:2 3197:1 3208:2 3239:1 3247:1 3248:2 3262:1 3268:1 3271:5 3303:1 3312:1 3313:1 3322:2 3385:1 3403:1 3405:4 3406:1 3419:1 3447:2 3468:1 3483:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3533:1 3534:1 3544:1 3554:1 3555:2 3557:1 3577:1 3603:1 3609:1 3610:2 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3701:1 3705:1 3718:3 3719:1 3741:1 3747:2 3766:2 3788:1 3798:1 3810:1 3811:1 3813:1 3817:1 3831:1 3833:3 3847:1 3854:1 3860:1 3863:1 3871:3 3872:1 3904:1 3912:1 3937:2 3938:4 3960:2 3964:1 3989:1 4009:1 4035:5 4041:2 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4101:1 4133:1 4135:2 4138:3 4140:1 4143:1 4148:1 4183:1 4240:3 4275:1 4291:2 4294:2 4315:1 4324:1 4333:1 4335:1 4336:3 4347:1 4349:1 4384:1 4391:3 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4455:1 4478:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4556:1 4573:2 4598:1 4604:1 4623:1 4646:1 4650:1 4654:1 4658:1 4662:1 4689:1 4696:3 4748:9 4749:1 4752:1 4773:1 4775:1 4800:3 4845:3 4848:1 4850:4 4864:5 4865:4 4866:1 4868:1 4869:2 4870:1 4871:1 4875:1 4876:5 4879:2 4885:2 4894:3 4897:1 4898:1 4922:1 4953:1 4961:4 4969:1 4978:1 4988:1 5013:1 5033:1 5035:1 5045:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5295:1 5309:1 5322:1 5366:8 5387:1 5395:1 5399:1 5404:1 5435:2 5449:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:4 5514:1 5527:1 5530:1 5539:1 5579:2 5581:1 5587:1 5604:1 5609:2 5638:1 5643:1 5650:1 5686:1 5744:4 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:14 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:3 5994:1 5995:1 6002:2 6017:1 6020:1 6021:1 6025:6 6027:1 6032:1 6037:2 6063:1 6118:1 6119:2 6144:6 6146:1 6150:1 6155:1 6163:1 6165:2 6191:1 6221:1 6245:1 6252:1 6265:1 6266:1 6267:1 6268:1 6274:1 6275:2 6276:2 6279:4 6280:1 6283:1 6289:3 6291:1 6295:4 6298:1 6300:1 6320:1 6369:2 6395:1 6419:1 6428:1 6436:1 6448:1 6450:1 6451:1 6481:2 6484:2 6487:1 6509:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:1 6640:1 6642:1 6645:1 6654:1 6664:1 6703:2 6724:1 6733:1 6736:4 6747:1 6761:5 6769:3 6793:1 6799:3 6866:1 6883:1 6888:1 6890:3 6898:2 6914:1 6930:1 6933:1 6938:1 6957:2 6958:1 6962:1 7018:1 7037:4 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:13 7123:1 7131:1 7141:2 7167:1 7168:1 7180:2 7225:1 7243:2 7244:1 7245:1 7260:1 7303:1 7341:2 7356:1 7402:1 7403:3 7425:3 7439:1 7443:2 7460:1 7462:2 7467:2 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7583:1 7599:1 7610:1 7624:1 7674:1 7678:1 7679:10 7680:4 7696:4 7701:3 7708:1 7711:1 7723:1 7727:1 7730:1 7741:25 7746:1 7749:2 7759:1 7767:21 7769:8 7775:1 7822:1 7836:1 7837:2 7862:1 7866:1 7869:1 7874:1 7880:1 7883:1 7921:1 7945:4 7976:1 7977:1 7989:2 7999:1 8063:1 8080:1 8087:2 8107:1 8128:1 8130:1 8142:2 8146:4 8161:1 8184:1 8216:1 8221:2 8223:1 8225:20 8246:3 8257:3 8283:1 8292:2 8335:1 8347:2 8362:1 8384:1 8387:1 8392:1 8398:1 8411:3 8440:2 8444:2 8447:1 8461:1 8468:4 8477:4 8478:1 8481:1 8483:2 8484:2 8492:1 8552:1 8561:3 8570:5 8571:2 8572:2 8573:1 8575:2 8579:3 8580:3 8583:2 8584:1 8592:1 8599:1 8606:1 8611:1 8622:1 8623:2 8624:1 8635:1 8660:1 8670:1 8680:2 8681:1 8693:1 8703:1 8762:1 8769:3 8775:1 8817:1 8827:2 8834:1 8841:1 8872:2 8879:2 8882:1 8885:3 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:2 9064:6 9088:1 9118:1 9128:1 9144:1 9167:2 9196:1 9236:1 9244:7 9248:1 9250:1 9256:4 9261:1 9268:1 9273:1 9305:1 9319:1 9326:5 9335:1 9342:1 9348:1 9366:2 9379:1 9384:1 9398:2 9419:2 9420:1 9434:1 9439:1 9533:1 9535:1 9540:1 9552:3 9559:1 9580:1 9607:1 9616:4 9625:1 9667:1 9682:8 9683:28 9684:2 9698:2 9701:1 9704:1 9717:1 9719:1 9734:1 9738:1 9743:1 9752:1 9766:1 9784:2 9790:5 9807:1 9818:1 9819:1 9834:1 9845:1 9849:1 9856:1 9857:1 9867:1 9878:1 9925:1 9946:1 9947:3 9948:1 9982:3 9999:1 10001:1 10021:1 10023:4 10027:1 10039:1 10046:1 10056:3 10087:1 10101:1 10111:1 10121:1 10141:1 10145:7 10155:1 10166:1 10182:2 10193:2 10197:1 10256:2 10263:1 10278:3 10307:1 10314:1 10315:1 10328:1 10334:1 10348:3 10350:5 10385:2 10426:1 10437:2 10455:1 10479:1 10482:1 10542:1 10550:5 10561:1 10568:1 10585:7 10647:2 10653:1 10658:1 10660:1 10675:2 10678:2 10691:1 10704:4 10743:2 10747:10 10754:1 10757:2 10772:3 10774:2 10775:2 10818:1 10826:3 10852:1 10854:1 10856:1 10860:1 10871:2 10892:1 10899:1 10931:1 10952:1 10974:5 10978:1 10987:1 10990:5 10995:1 11005:1 11009:1 11012:1 11018:1 11027:1 11029:1 11031:1 11036:1 11063:1 11065:1 11078:3 11087:1 11090:2 11109:2 11112:1 11116:1 11168:1 11178:1 11185:2 11187:1 11202:1 11219:1 11221:1 11230:1 11246:1 11266:1 11280:1 11298:2 11301:1 11306:1 11309:1 11310:1 11337:1 11368:1 11381:1 11383:1 11395:1 11409:1 11419:1 11440:1 11469:1 11473:1 11476:1 11493:1 11512:6 11521:1 11534:1 11551:1 11554:1 11563:1 11568:2 11569:1 11575:2 11577:1 11602:1 11605:1 11617:2 11643:1 11645:1 11663:4 11664:1 11674:2 11676:1 11695:6 11696:2 11702:2 11714:1 11715:2 11720:2 11724:1 11725:1 11738:1 11741:1 11746:4 11752:3 11767:1 11778:2 11787:2 11797:4 11803:7 11806:1 11809:1 11813:1 11814:4 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:5 11934:1 11946:1 11952:1 11957:1 11984:1 12021:1 12023:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:2 12130:1 12138:1 12143:1 12144:1 12149:1 12182:1 12218:2 12239:1 12264:2 12282:1 12367:2 12370:3 12423:1 12426:1 12430:1 12470:1 12478:1 12490:2 12534:1 12545:2 12557:2 12562:1 12591:1 12599:1 12608:1 12629:1 12646:1 12658:3 12665:1 12703:1 12742:1 12810:13 12823:1 12830:2 12832:1 12845:1 12856:1 12859:6 12864:1 12865:2 12876:1 12897:1 12914:3 12917:1 12922:1 12923:1 12925:1 12928:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:2 12996:1 13041:2 13100:1 13114:1 13165:1 13168:2 13179:2 13181:5 13186:2 13197:1 13210:1 13212:3 13238:3 13247:1 13251:1 13253:1 13273:1 13276:5 13277:3 13295:2 13305:1 13319:1 13323:3 13325:2 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13361:2 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13472:1 13478:2 13481:1 13485:1 13505:1 13507:1 13519:1 13532:2 13542:1 13546:1 13547:3 13557:1 13559:1 13587:3 13588:1 13593:1 13599:1 13605:1 13615:1 13626:1 13667:3 13670:1 13672:3 13673:1 13676:4 13679:1 13688:1 13689:1 13697:1 13698:3 13704:1 13736:1 13742:2 13746:1 13753:1 13782:2 13816:1 13836:1 13841:1 13887:1 13931:1 13942:1 13965:3 13975:1 13991:1 14003:1 14041:2 14047:1 14048:1 14064:3 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14132:1 14149:1 14154:1 14160:1 14172:1 14183:1 14222:1 14230:1 14272:1 14283:1 14319:1 14323:1 14328:1 14348:2 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14407:1 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14554:1 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14582:1 14611:2 14630:1 14661:4 14667:1 14686:1 14691:1 14712:1 14715:2 14717:1 14733:1 14760:2 14769:1 14771:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:2 14919:3 14921:1 14922:1 14936:1 14938:2 14946:1 14974:2 14994:1 14995:3 15003:1 15015:1 15030:1 15035:2 15061:1 15071:1 15083:2 15110:1 15143:1 15168:1 15170:1 15181:1 15233:1 15246:1 15258:2 15275:1 15280:1 15306:1 15315:1 15379:1 15397:2 15418:1 15456:1 15461:2 15462:1 15478:1 15493:1 15494:2 15497:1 15498:1 15500:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:3 15553:2 15562:3 15573:1 15586:1 15588:1 15609:1 15639:1 15656:2 15672:1 15703:1 15712:2 15714:5 15724:5 15731:2 15732:1 15735:1 15736:1 15743:2 15744:2 15745:1 15770:1 15792:1 15800:3 15803:1 15816:1 15818:1 15839:1 15854:1 15859:5 15872:1 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:2 15984:2 15987:3 15999:1 16045:1 16072:1 16088:4 16108:2 16118:2 16154:1 16157:2 16166:2 16179:1 16201:1 16208:1 16216:2 16231:2 16232:1 16234:1 16235:1 16237:1 16240:1 16243:1 16252:3 16253:1 16255:1 16257:1 16259:1 16262:3 16270:1 16302:1 16303:2 16304:1 16326:1 16329:1 16332:1 16339:1 16389:2 16468:1 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16643:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:13 16726:1 16736:2 16756:6 16758:1 16797:1 16803:2 16828:1 16849:3 16850:1 16866:1 16868:1 16877:1 16897:1 16899:1 16914:1 16936:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17000:1 17037:1 17039:1 17057:1 17060:2 17063:4 17081:1 17087:2 17088:1 17089:1 17090:3 17103:1 17109:1 17122:1 17131:1 17135:1 17136:2 17156:1 17164:1 17173:1 17178:1 17184:1 17188:1 17206:1 17219:1 17234:1 17248:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17368:1 17381:1 17385:1 17387:1 17411:1 17436:1 17437:1 17438:2 17442:1 17522:1 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17671:1 17678:1 17680:1 17717:2 17719:1 17761:1 17784:2 17818:1 17819:3 17829:3 17843:1 17867:1 17890:1 17904:5 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:2 18076:1 18095:1 18105:4 18124:3 18125:1 18163:1 18167:1 18180:1 18217:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:6 18343:1 18349:1 18360:1 18391:2 18392:2 18397:1 18400:2 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18502:1 18516:1 18521:1 18522:2245 18524:1 18545:3 18551:1 18563:1 18596:1 18644:1 18672:2 18678:2 18701:2 18707:1 18722:1 18727:1 18728:2 18730:1 18733:2 18734:1 18742:1 18745:2 18749:3 18765:1 18789:1 18822:1 18838:1 18846:1 18884:1 18911:1 18936:1 18944:1 18983:1 18988:1 18991:1 18995:2 19002:1 19010:1 19014:1 19019:1 19023:1 19055:1 19063:1 19067:1 19078:1 19129:1 19158:1 19168:1 19169:1 19177:1 19182:2 19184:1 19195:2 19203:3 19219:3 19220:2 19223:2 19224:1 19232:2 19244:2 19253:5 19258:4 19298:1 19305:2 19320:1 19327:1 19336:1 19345:1 19350:6 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19491:1 19493:3 19501:1 19508:1 19512:3 19523:1 19561:1 19593:6 19623:1 19625:1 19633:1 19645:1 19652:3 19661:3 19665:2 19666:1 19685:2 19687:2 19697:1 19699:1 19708:1 19722:1 19743:1 19751:1 19765:1 19790:1 19791:1 19854:2 19874:1 19876:4 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:3 19987:1 19997:5 20011:1 20012:1 20014:1 20020:1 20023:7 20031:1 20037:1 20039:6 20061:1 20081:1 20095:1 20114:1 20116:1 20131:1 20145:1 20164:1 20167:1 20175:1 20177:1 20179:1 20184:1 20190:1 20257:4 20261:1 20300:3 20313:2 20361:1 20418:1 20438:1 20454:1 20455:1 20464:1 20466:1 20474:1 20496:2 20509:1 20517:1 20522:1 20525:1 20533:1 20542:1 20551:1 20552:2 20569:1 20570:1 20572:1 20573:2 20575:1 20594:1 20597:1 20603:1 20608:4 20609:1 20611:3 20613:2 20622:9 20623:1 20631:1 20638:2 20639:1 20661:1 20666:3 20667:1 20669:1 20691:1 20708:1 20724:1 20729:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20792:1 20809:1 20819:1 20825:1 20841:1 20845:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21031:1 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21116:1 21120:1 21128:1 21130:1 21142:1 21145:1 21146:1 21148:2 21177:2 21181:2 21188:1 21198:1 21205:1 21209:2 21215:3 21231:2 21234:1 21239:2 21244:2 21245:1 21247:1 21260:2 21263:1 21274:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21326:1 21327:5 21328:1 21329:1 21349:1 21351:2 21355:1 21365:1 21373:1 21383:1 21390:1 21398:1 21407:2 21415:2 21422:1 21429:1 21463:2 21521:2 21522:1 21532:1 21533:1 21535:1 21566:1 21572:1 21578:1 21586:3 21588:1 21589:1 21593:1 21594:2 21599:1 21604:1 21605:10 21606:3 21608:1 21609:1 21610:1 21617:3 21628:1 21643:1 21645:1 21646:1 21647:4 21669:2 21697:5 21720:1 21738:3 21743:1 21758:1 21776:1 21780:1 21795:2 21799:3 21802:1 21804:3 21805:1 21808:1 21824:1 21837:3 21841:2 21847:1 21851:2 21856:1 21884:1 21907:1 21921:3 21924:2 21928:3 21946:1 21951:1 21955:1 21969:4 21988:1 21991:1 21992:1 21995:1 21999:1 22001:1 22003:7 22013:1 22014:1 22032:1 22035:1 22039:4 22049:1 22093:2 22103:3 22109:1 22122:1 22137:1 22140:10 22145:1 22154:5 22160:1 22161:1 22165:2 22166:1 22168:1 22170:5 22187:2 22219:1 22221:1 22225:2 22226:2 22233:1 22244:1 22266:5 22274:1 22289:1 22335:1 22356:1 22359:1 22372:1 22400:1 22425:1 22431:1 22435:6 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22641:1 22651:1 22699:3 22719:1 22722:1 22725:1 22732:1 22742:1 22763:1 22806:1 22817:1 22818:1 22836:1 22848:1 22856:1 22924:1 22927:3 22940:1 22947:1 22954:3 22962:1 22964:1 22978:1 22986:1 22995:1 22996:1 23008:1 23009:3 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:3 23172:1 23185:2 23231:2 23257:1 23262:2 23288:2 23298:1 23321:2 23328:1 23342:2 23351:2 23375:1 23386:1 23401:1 23423:1 23427:1 23435:1 23457:1 23478:2 23505:1 23542:1 23561:2 23564:1 23578:1 23581:1 23583:1 23589:1 23603:1 23613:1 23643:1 23673:2 23690:1 23696:1 23707:1 23715:1 23746:1 23763:5 23767:1 23784:1 23795:6 23812:2 23819:1 23825:1 23831:1 23839:1 23841:1 23844:1 23845:1 23877:4 23888:2 23922:1 23928:1 23930:1 23939:13 23974:1 23986:5 24032:1 24033:2 24034:1 24045:3 24047:1 24051:2 24055:2 24057:1 24064:1 24077:1 24083:1 24088:3 24099:4 24104:1 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24177:1 24184:1 24206:1 24212:1 24214:2 24219:1 24222:1 24223:1 24227:1 24236:3 24275:1 24281:1 24288:1 24289:1 24323:1 24335:1 24369:1 24370:2 24377:1 24389:1 24402:1 24415:1 24419:1 24427:2 24428:2 24442:1 24444:1 24448:1 24499:2 24510:3 24522:1 24538:1 24542:1 24548:1 24551:2 24555:4 24565:1 24613:6 24614:3 24653:1 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:4 24822:1 24834:1 24835:1 24836:1 24849:1 24875:1 24880:1 24892:1 24901:2 24903:3 24932:1 24948:3 24979:1 24981:1 24989:2 25003:3 25005:3 25010:1 25011:2 25012:1 25033:1 25034:1 25041:6 25052:1 25065:3 25066:1 25087:1 25124:1 25201:3 25206:2 25226:1 25246:1 25250:1 25255:2 25289:2 25303:1 25309:2 25320:1 25321:1 25324:3 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25520:1 25531:1 25535:3 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25659:1 25676:2 25681:1 25688:1 25726:2 25740:3 25759:1 25769:1 25777:1 25782:1 25791:1 25808:6 25809:1 25822:1 25865:1 25868:2 25884:1 25896:2 25901:2 25915:1 25921:1 25923:3 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:3 26076:1 26113:1 26114:1 26121:1 26126:1 26137:4 26146:1 26148:1 26151:3 26179:2 26180:1 26214:1 26240:1 26262:1 26277:1 26291:1 26295:3 26319:1 26339:4 26359:1 26424:1 26425:1 26427:1 26439:3 26468:1 26485:2 26497:3 26512:1 26516:1 26532:1 26552:1 26589:1 26591:1 26623:2 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26702:1 26714:1 26719:1 26721:3 26749:1 26771:1 26791:1 26818:3 26830:1 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26914:1 26920:1 26924:1 26926:1 26937:1 26938:2 26942:1 26945:1 26946:1 26954:2 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27008:1 27009:2 27028:1 27037:7 27038:1 27041:1 27044:1 27045:2 27047:1 27048:1 27054:2 27063:1 27087:1 27088:1 27123:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:2 27231:3 27239:1 27251:1 27300:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27400:1 27449:1 27459:1 27482:3 27492:1 27511:2 27528:1 27537:1 27538:3 27545:2 27546:1 27547:1 27562:1 27564:2 27576:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:28 27654:4 27659:4 27663:1 27675:2 27678:1 27690:7 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:2 27825:4 27861:10 27865:1 27872:2 27878:1 27899:1 27902:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28032:1 28034:1 28040:1 28048:2 28049:2 28064:1 28069:1 28074:1 28089:1 28119:6 28122:1 28140:1 28147:1 28156:1 28192:2 28194:1 28196:8 28202:1 28211:3 28214:1 28215:1 28323:1 28335:1 28339:1 28347:4 28348:3 28349:3 28353:1 28375:2 28392:1 28404:1 28431:1 28441:1 28486:1 28488:1 28507:2 28511:3 28519:2 28523:8 28543:3 28547:2 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28674:1 28686:2 28694:1 28709:1 28725:1 28729:3 28734:1 28747:1 28752:1 28763:2 28773:1 28774:1 28803:1 28808:1 28811:2 28817:2 28822:1 28823:1 28829:1 28831:1 28835:2 28837:2 28840:1 28842:1 28843:1 28845:1 28853:1 28874:1 28882:1 28949:1 28958:1
19 1:1 25:1 27:1 30:1 46:1 49:1 53:1 81:1 87:1 97:1 104:1 144:1 148:1 171:3 197:1 199:1 202:1 213:4 216:1 241:1 248:1 263:1 289:2 320:1 323:4 350:1 362:1 369:1 390:1 405:1 413:1 416:1 423:1 432:5 447:1 453:3 458:1 470:1 477:1 535:2 558:1 571:1 573:1 580:1 591:11 597:1 618:2 630:1 690:1 705:1 751:1 760:2 775:1 776:1 786:1 803:2 825:1 848:1 865:3 877:1 888:2 890:1 893:1 894:3 897:4 898:3 907:2 908:1 909:1 922:1 923:1 937:1 938:1 939:1 942:4 946:6 949:1 962:1 979:3 980:1 982:3 1016:1 1022:5 1025:1 1040:1 1082:1 1110:1 1158:1 1183:1 1188:3 1200:1 1214:1 1221:1 1239:1 1260:1 1269:3 1280:2 1282:1 1290:1 1295:1 1308:1 1317:1 1318:1 1321:1 1329:1 1332:1 1366:1 1395:1 1421:1 1447:1 1456:1 1467:2 1471:1 1509:3 1512:1 1517:3 1524:1 1530:3 1541:2 1576:1 1588:1 1606:2 1608:1 1610:4 1614:1 1629:2 1638:1 1644:1 1653:1 1661:1 1670:1 1674:1 1686:1 1712:6 1733:2 1762:1 1767:2 1778:1 1805:1 1820:1 1827:2 1828:1 1831:2 1839:1 1840:2 1845:2 1860:1 1869:1 1871:2 1878:1 1895:1 1898:1 1933:1 1934:1 1946:2 2001:1 2015:1 2021:1 2039:2 2042:1 2063:1 2079:1 2082:1 2095:2 2098:2 2100:1 2102:1 2104:2 2105:2 2111:1 2119:1 2125:1 2141:1 2160:5 2166:3 2184:1 2189:1 2212:2 2223:2 2230:1 2246:1 2255:2 2260:3 2262:2 2265:3 2266:2 2268:1 2269:2 2273:1 2274:3 2276:1 2282:1 2284:2 2286:1 2288:1 2298:3 2299:4 2309:1 2375:2 2376:1 2382:1 2385:2 2386:2 2407:1 2412:4 2418:1 2437:1 2439:1 2455:1 2473:2 2481:5 2510:1 2522:1 2548:1 2560:1 2562:4 2575:1 2601:1 2604:1 2607:1 2677:1 2678:1 2689:2 2694:1 2699:1 2700:1 2708:1 2717:3 2740:7 2744:2 2750:1 2764:1 2790:4 2805:1 2807:2 2833:1 2847:4 2865:3 2867:1 2876:1 2884:21 2893:14 2913:2 2929:1 2938:8 2946:1 2953:2 2961:1 2966:5 3016:1 3031:1 3040:1 3051:1 3092:1 3113:1 3118:1 3119:1 3124:1 3139:1 3151:1 3167:1 3195:2 3197:1 3208:2 3239:1 3247:1 3248:2 3262:1 3268:1 3271:5 3303:1 3312:1 3313:1 3322:2 3385:1 3403:1 3405:5 3406:1 3419:1 3447:3 3468:1 3483:1 3492:1 3499:1 3520:2 3527:1 3530:1 3531:1 3533:1 3534:1 3544:1 3554:1 3555:2 3557:1 3576:1 3577:1 3603:1 3609:1 3610:2 3612:1 3613:1 3617:1 3627:1 3661:2 3665:5 3697:1 3701:1 3705:1 3718:3 3719:1 3741:1 3747:2 3766:2 3788:1 3798:1 3810:1 3811:1 3813:1 3817:1 3831:1 3833:4 3847:1 3854:1 3860:1 3863:1 3871:3 3872:1 3904:1 3912:1 3927:1 3937:2 3938:4 3960:2 3964:2 3989:1 4009:1 4035:5 4041:2 4057:1 4062:1 4078:1 4083:1 4087:1 4096:1 4101:1 4133:1 4135:2 4138:3 4140:1 4143:1 4148:1 4183:1 4238:1 4240:3 4275:1 4291:2 4294:2 4315:1 4324:1 4333:1 4335:1 4336:3 4347:1 4349:1 4384:1 4391:3 4413:2 4418:1 4419:1 4451:1 4452:4 4453:1 4455:1 4478:1 4487:1 4493:1 4494:1 4501:1 4503:1 4509:1 4512:1 4516:1 4518:1 4535:1 4536:2 4547:1 4553:1 4556:1 4573:2 4598:1 4604:1 4623:1 4646:1 4650:1 4654:1 4658:1 4662:1 4689:1 4696:3 4739:1 4748:11 4749:1 4752:1 4773:1 4775:1 4800:3 4845:3 4848:1 4850:4 4864:7 4865:4 4866:1 4868:1 4869:2 4870:1 4871:1 4875:1 4876:5 4879:2 4885:2 4894:3 4897:1 4898:2 4922:1 4953:1 4961:4 4969:1 4978:1 4988:1 5013:1 5033:1 5035:1 5045:1 5072:1 5084:1 5134:1 5152:1 5189:1 5215:1 5241:1 5256:2 5279:1 5287:1 5295:1 5309:1 5322:1 5366:8 5387:1 5395:1 5399:1 5404:1 5435:2 5449:1 5457:2 5458:2 5473:1 5476:1 5512:1 5513:4 5514:1 5527:1 5530:1 5539:1 5579:2 5581:1 5587:1 5604:1 5609:2 5638:1 5643:1 5650:1 5686:1 5744:4 5827:1 5855:1 5861:1 5862:2 5886:2 5896:3 5900:2 5901:15 5903:1 5906:1 5912:3 5918:1 5940:1 5948:1 5954:3 5994:1 5995:1 6002:2 6017:1 6020:1 6021:1 6025:6 6027:1 6032:1 6037:2 6063:1 6118:1 6119:2 6144:6 6146:1 6150:1 6155:1 6163:1 6165:2 6191:1 6221:1 6245:1 6252:1 6265:1 6266:1 6267:1 6268:1 6274:1 6275:2 6276:2 6279:4 6280:1 6283:2 6289:3 6291:1 6295:4 6298:1 6300:1 6320:1 6369:2 6395:1 6419:1 6428:1 6436:1 6448:1 6450:1 6451:1 6481:2 6484:2 6487:1 6509:1 6522:1 6531:1 6561:1 6601:1 6620:3 6630:1 6632:2 6640:1 6642:1 6645:1 6654:1 6664:1 6703:2 6724:1 6733:1 6736:4 6747:1 6761:5 6769:3 6793:1 6799:3 6866:1 6883:1 6888:1 6890:4 6898:2 6914:1 6930:1 6933:1 6938:1 6957:3 6958:1 6962:1 7018:1 7037:4 7040:1 7065:1 7085:1 7093:1 7115:1 7119:1 7121:14 7123:1 7131:1 7141:2 7167:1 7168:1 7180:2 7225:1 7243:2 7244:1 7245:1 7260:1 7303:1 7341:2 7355:1 7356:1 7402:1 7403:3 7425:3 7439:1 7443:2 7460:1 7462:3 7467:2 7469:2 7519:1 7527:1 7540:1 7544:1 7567:1 7570:1 7583:1 7599:1 7610:1 7624:1 7674:1 7678:1 7679:10 7680:5 7696:4 7701:3 7708:1 7711:1 7723:1 7727:1 7730:1 7741:27 7746:1 7749:2 7759:1 7767:22 7769:10 7775:1 7822:1 7824:1 7836:1 7837:2 7862:1 7865:1 7866:1 7869:1 7874:1 7880:1 7883:1 7921:1 7945:5 7976:1 7977:1 7989:2 7999:2 8063:2 8080:1 8087:2 8107:1 8128:1 8130:1 8142:2 8146:4 8161:1 8184:1 8216:1 8221:2 8223:1 8225:20 8246:3 8257:3 8283:1 8292:2 8335:1 8347:2 8362:1 8384:1 8387:1 8392:1 8398:1 8411:3 8440:2 8444:2 8447:1 8461:2 8468:4 8477:4 8478:1 8481:1 8483:2 8484:2 8492:1 8552:1 8561:3 8570:6 8571:2 8572:2 8573:1 8575:3 8579:4 8580:3 8583:2 8584:1 8592:1 8599:1 8606:1 8611:1 8622:1 8623:2 8624:1 8635:1 8660:1 8670:1 8680:2 8681:1 8693:1 8703:1 8762:1 8769:3 8775:1 8817:1 8827:2 8834:1 8841:1 8872:2 8879:2 8882:1 8885:3 8897:1 8927:2 8947:1 8991:1 9016:1 9028:1 9041:1 9045:1 9048:1 9060:3 9064:6 9088:1 9118:1 9128:1 9141:1 9144:1 9167:2 9196:1 9236:1 9244:7 9248:1 9250:1 9256:4 9261:1 9268:1 9273:1 9305:1 9319:1 9326:5 9335:1 9342:1 9348:1 9366:2 9379:1 9384:1 9398:2 9419:2 9420:1 9434:1 9439:1 9533:2 9535:1 9540:1 9552:3 9559:1 9580:1 9607:1 9616:4 9625:1 9665:1 9667:1 9682:8 9683:28 9684:3 9698:2 9701:1 9704:1 9717:1 9719:1 9730:1 9734:1 9738:1 9743:1 9752:1 9766:1 9784:2 9790:5 9807:1 9818:1 9819:1 9834:1 9845:1 9849:1 9856:1 9857:1 9867:1 9878:1 9925:1 9946:1 9947:3 9948:1 9982:3 9999:1 10001:1 10021:1 10023:4 10027:1 10039:1 10046:1 10056:3 10087:1 10101:1 10111:1 10121:1 10141:1 10145:7 10155:1 10166:1 10182:2 10193:2 10197:1 10256:2 10263:1 10278:3 10281:1 10307:1 10314:1 10315:1 10328:1 10334:1 10348:3 10350:6 10351:1 10385:2 10426:1 10437:2 10455:1 10479:1 10482:1 10542:1 10550:5 10561:1 10568:1 10585:8 10641:1 10647:2 10653:1 10658:1 10660:1 10675:2 10678:2 10691:1 10704:4 10743:2 10747:10 10754:1 10757:2 10772:3 10774:2 10775:2 10818:1 10826:4 10852:1 10854:1 10856:1 10860:1 10871:2 10874:1 10892:1 10899:1 10931:1 10952:1 10974:5 10978:1 10987:1 10990:5 10995:1 11005:1 11009:1 11012:1 11017:1 11018:1 11027:1 11029:1 11031:1 11036:1 11063:1 11065:1 11078:3 11087:1 11090:2 11109:2 11112:1 11116:1 11168:1 11178:1 11185:3 11187:1 11202:1 11219:1 11221:1 11230:1 11246:1 11266:1 11280:1 11289:1 11298:2 11301:1 11306:1 11309:1 11310:1 11337:1 11368:1 11381:1 11383:1 11395:1 11409:1 11419:1 11440:1 11459:1 11469:1 11473:1 11476:1 11493:1 11512:6 11521:1 11534:1 11551:1 11554:1 11563:1 11568:2 11569:1 11575:3 11577:1 11602:1 11605:1 11617:2 11643:1 11645:1 11663:4 11664:1 11674:2 11676:1 11695:6 11696:2 11702:2 11714:1 11715:2 11720:2 11724:1 11725:1 11738:2 11741:1 11746:5 11752:3 11754:1 11767:1 11778:2 11787:3 11797:4 11803:7 11806:1 11809:1 11813:1 11814:4 11823:1 11844:1 11858:2 11862:1 11870:1 11896:1 11906:1 11925:1 11928:5 11934:1 11946:1 11952:1 11957:1 11984:1 12021:1 12023:1 12039:1 12052:1 12054:2 12062:1 12063:1 12101:2 12130:1 12138:1 12143:1 12144:1 12149:1 12182:1 12218:2 12239:1 12264:2 12282:1 12367:2 12370:3 12423:1 12426:1 12430:1 12470:1 12478:1 12490:2 12534:1 12545:2 12557:2 12562:1 12591:1 12599:1 12608:1 12629:1 12646:1 12658:3 12665:1 12703:1 12742:1 12810:13 12823:1 12830:2 12832:1 12845:1 12856:1 12859:6 12864:1 12865:2 12876:1 12897:1 12914:4 12917:1 12922:1 12923:1 12925:1 12928:1 12930:1 12938:1 12941:1 12950:1 12953:1 12971:1 12987:2 12996:1 13041:2 13054:1 13100:1 13114:1 13165:1 13168:2 13179:2 13181:5 13186:2 13197:1 13210:1 13212:3 13238:3 13247:1 13251:1 13253:1 13273:1 13276:5 13277:3 13295:2 13305:1 13319:1 13323:3 13325:2 13332:1 13333:2 13342:1 13344:2 13350:1 13352:2 13361:2 13368:1 13377:4 13383:1 13401:1 13412:3 13453:1 13463:4 13472:1 13478:2 13481:1 13485:1 13505:1 13507:1 13519:1 13532:2 13542:1 13546:1 13547:3 13557:1 13559:1 13587:3 13588:1 13593:1 13599:1 13605:1 13615:1 13626:1 13667:4 13670:1 13672:3 13673:1 13676:4 13679:1 13688:1 13689:1 13697:1 13698:3 13704:1 13736:1 13742:2 13746:1 13753:1 13759:1 13782:2 13793:1 13816:1 13836:1 13841:1 13887:1 13931:1 13942:1 13965:3 13975:1 13978:1 13991:1 14003:1 14041:2 14047:1 14048:1 14064:3 14067:1 14087:1 14099:1 14103:1 14104:1 14109:1 14116:3 14132:1 14149:1 14154:1 14160:1 14172:1 14183:1 14222:1 14230:1 14272:1 14283:1 14319:1 14323:1 14328:1 14348:2 14351:1 14357:1 14370:1 14387:2 14389:1 14396:1 14405:1 14406:2 14407:1 14417:1 14420:1 14439:1 14470:1 14487:1 14512:1 14527:1 14536:1 14542:1 14548:1 14550:2 14554:1 14555:1 14561:1 14565:1 14567:1 14572:2 14578:2 14582:1 14611:2 14630:1 14661:4 14667:1 14686:1 14691:1 14712:1 14715:2 14717:1 14733:1 14760:2 14769:1 14771:1 14787:2 14810:1 14854:1 14865:1 14898:1 14903:2 14916:2 14919:3 14921:1 14922:1 14936:1 14938:2 14946:1 14974:2 14994:1 14995:3 15003:1 15015:1 15029:1 15030:1 15035:2 15061:1 15071:1 15083:2 15110:1 15143:1 15168:1 15170:1 15181:1 15233:1 15246:1 15258:2 15275:1 15280:1 15306:1 15315:1 15379:1 15397:2 15418:1 15456:1 15461:2 15462:1 15478:1 15493:1 15494:2 15497:1 15498:1 15500:1 15501:3 15503:1 15504:1 15517:1 15518:3 15538:3 15553:2 15562:3 15573:1 15586:1 15588:1 15609:1 15639:1 15656:2 15672:1 15703:1 15712:2 15714:5 15718:1 15724:6 15731:2 15732:1 15735:1 15736:1 15743:2 15744:2 15745:1 15770:1 15792:1 15800:3 15803:1 15816:1 15818:1 15839:1 15854:1 15859:5 15872:1 15876:3 15887:1 15902:1 15911:1 15939:1 15952:1 15963:2 15984:3 15987:3 15999:2 16045:1 16072:1 16088:4 16108:2 16118:2 16154:1 16157:2 16166:2 16179:1 16201:1 16208:1 16216:2 16231:2 16232:1 16234:1 16235:1 16237:1 16240:1 16243:1 16252:3 16253:1 16255:1 16257:1 16259:1 16262:3 16270:1 16302:1 16303:2 16304:1 16326:1 16329:1 16332:1 16339:1 16389:2 16468:1 16486:1 16498:1 16507:1 16535:1 16565:1 16591:1 16603:2 16622:1 16643:1 16648:2 16651:2 16653:1 16662:1 16675:1 16694:13 16726:1 16736:2 16756:7 16758:1 16797:1 16803:2 16828:1 16849:3 16850:1 16866:1 16868:1 16877:1 16881:1 16897:1 16899:1 16914:1 16936:1 16940:1 16952:3 16956:1 16965:1 16968:1 16978:4 16986:2 16998:3 17000:1 17037:1 17039:1 17057:1 17060:2 17063:4 17081:1 17087:2 17088:1 17089:1 17090:3 17103:1 17109:1 17122:1 17131:1 17135:1 17136:2 17156:1 17164:1 17173:1 17178:1 17184:1 17188:1 17206:2 17219:1 17234:1 17248:1 17308:1 17334:1 17341:1 17349:1 17354:3 17363:1 17368:1 17381:1 17385:1 17387:1 17411:1 17436:1 17437:1 17438:2 17442:1 17522:1 17533:1 17555:1 17597:3 17613:1 17632:1 17668:2 17670:1 17671:1 17678:1 17680:1 17717:3 17719:1 17761:1 17784:2 17818:1 17819:3 17829:3 17843:1 17867:1 17876:1 17890:1 17904:5 17909:1 17925:1 17929:2 18013:1 18022:1 18026:1 18060:2 18076:1 18095:1 18105:4 18124:3 18125:1 18163:1 18167:1 18180:1 18217:1 18226:5 18228:1 18239:1 18313:1 18331:1 18338:6 18343:1 18349:1 18360:1 18391:2 18392:2 18397:1 18400:2 18422:1 18444:1 18456:1 18459:1 18474:1 18479:1 18481:1 18484:2 18488:2 18502:1 18516:1 18521:1 18522:2303 18524:1 18545:3 18551:1 18563:1 18596:1 18644:1 18672:2 18678:2 18701:2 18707:1 18722:1 18727:1 18728:2 18730:1 18732:1 18733:2 18734:1 18742:1 18745:2 18749:3 18765:1 18789:1 18822:1 18838:1 18846:1 18884:1 18911:1 18936:1 18944:1 18983:1 18988:1 18991:1 18995:2 19002:1 19010:1 19014:1 19019:1 19023:1 19055:1 19063:1 19067:1 19078:1 19129:1 19158:1 19168:1 19169:1 19177:1 19182:2 19184:1 19195:2 19203:4 19219:3 19220:2 19223:2 19224:1 19232:2 19244:2 19253:5 19258:5 19298:1 19305:2 19320:1 19327:1 19336:1 19345:1 19350:6 19363:1 19366:4 19367:1 19379:1 19396:1 19424:1 19427:1 19487:1 19491:1 19493:3 19501:1 19508:1 19512:4 19523:1 19561:1 19593:7 19623:1 19625:1 19633:1 19645:1 19652:3 19661:3 19665:2 19666:1 19685:2 19687:2 19697:1 19699:1 19708:1 19722:1 19743:1 19751:1 19765:1 19790:1 19791:1 19845:1 19854:2 19874:1 19876:4 19877:1 19883:1 19892:2 19893:1 19906:2 19907:1 19954:5 19960:1 19966:3 19987:1 19997:5 20011:1 20012:1 20014:1 20020:1 20023:7 20031:1 20037:1 20039:7 20058:1 20061:1 20081:1 20095:1 20114:1 20116:1 20131:1 20145:1 20164:1 20167:1 20175:1 20177:1 20179:1 20184:1 20190:1 20257:4 20261:1 20300:3 20313:2 20361:1 20418:1 20438:1 20454:1 20455:1 20464:1 20466:1 20474:1 20496:2 20509:1 20517:1 20522:1 20525:1 20533:2 20542:1 20551:1 20552:3 20569:1 20570:1 20572:1 20573:2 20575:1 20594:1 20597:1 20603:1 20608:4 20609:1 20611:3 20613:2 20622:9 20623:1 20631:1 20638:2 20639:1 20661:1 20666:4 20667:1 20669:1 20691:1 20708:1 20724:1 20729:1 20730:2 20739:1 20765:1 20778:2 20783:1 20786:1 20790:1 20792:1 20809:1 20819:1 20825:1 20841:1 20845:1 20851:2 20905:1 20910:2 20912:2 20917:1 20978:1 20980:1 20990:1 21008:2 21031:1 21050:1 21054:1 21058:2 21064:1 21090:1 21096:1 21116:1 21120:1 21128:1 21130:1 21142:1 21145:1 21146:1 21148:2 21164:1 21177:2 21181:2 21188:1 21198:1 21205:1 21209:2 21211:1 21215:3 21218:1 21231:2 21234:1 21239:2 21244:2 21245:1 21247:1 21260:2 21263:1 21274:1 21288:1 21289:1 21296:2 21299:1 21300:1 21303:1 21308:1 21311:1 21326:1 21327:5 21328:1 21329:1 21349:1 21351:2 21355:1 21365:1 21373:1 21383:1 21390:1 21398:1 21407:2 21415:2 21422:1 21429:1 21463:3 21521:2 21522:1 21532:1 21533:1 21535:1 21566:1 21572:1 21578:1 21586:3 21588:1 21589:1 21593:1 21594:2 21599:1 21604:1 21605:10 21606:4 21608:1 21609:1 21610:1 21617:3 21628:1 21643:1 21645:1 21646:1 21647:4 21669:2 21697:5 21720:1 21738:3 21743:1 21758:1 21776:1 21780:1 21795:2 21799:3 21802:1 21804:3 21805:1 21808:1 21824:1 21828:1 21837:3 21841:2 21847:1 21851:2 21856:1 21884:1 21907:1 21921:3 21924:2 21928:3 21946:1 21951:1 21955:1 21969:4 21988:1 21991:1 21992:1 21995:1 21999:1 22001:1 22003:7 22013:1 22014:1 22032:1 22035:1 22039:4 22049:1 22093:2 22103:3 22109:1 22122:1 22137:1 22140:11 22145:2 22154:5 22160:1 22161:1 22165:2 22166:1 22168:1 22170:5 22187:2 22219:1 22221:1 22225:2 22226:2 22233:1 22244:1 22266:5 22274:1 22289:1 22330:1 22335:1 22342:1 22356:1 22359:1 22372:1 22400:1 22425:1 22431:1 22435:7 22442:1 22447:1 22477:1 22510:2 22520:2 22549:1 22556:2 22557:1 22582:1 22587:2 22627:1 22641:1 22651:1 22699:3 22712:1 22719:1 22722:1 22725:1 22732:1 22742:1 22763:1 22806:1 22817:1 22818:1 22836:1 22848:1 22856:1 22924:1 22927:3 22940:1 22947:1 22954:3 22962:1 22964:1 22978:1 22986:1 22995:1 22996:1 23008:1 23009:3 23014:1 23018:2 23022:2 23029:1 23035:1 23036:1 23037:1 23051:2 23066:1 23069:1 23098:4 23142:1 23143:1 23155:1 23160:3 23172:1 23185:2 23231:2 23257:1 23262:2 23288:2 23298:1 23321:2 23328:1 23342:2 23351:2 23375:1 23386:1 23401:1 23423:1 23427:1 23435:1 23457:1 23478:2 23505:1 23542:1 23561:2 23564:1 23578:1 23581:1 23583:1 23589:1 23590:1 23603:1 23613:1 23643:1 23673:2 23690:1 23696:1 23707:1 23715:1 23746:1 23763:5 23767:1 23784:1 23795:6 23812:2 23819:1 23825:1 23831:1 23839:1 23841:1 23844:1 23845:1 23877:4 23888:2 23922:1 23928:1 23930:1 23939:13 23974:1 23986:5 24032:1 24033:2 24034:1 24045:3 24047:1 24051:2 24055:2 24057:1 24064:1 24077:1 24083:1 24088:3 24099:4 24104:1 24105:1 24106:1 24122:1 24125:1 24167:3 24171:1 24174:1 24177:1 24184:1 24206:1 24212:1 24214:2 24219:1 24222:1 24223:1 24227:1 24236:4 24275:1 24281:1 24288:1 24289:1 24323:1 24335:1 24369:1 24370:2 24377:1 24389:1 24402:1 24415:1 24419:1 24427:2 24428:2 24433:1 24442:1 24444:1 24448:1 24499:2 24510:3 24522:1 24538:1 24542:1 24548:1 24551:3 24555:4 24565:1 24613:6 24614:3 24653:2 24666:1 24689:2 24723:1 24728:1 24739:1 24765:1 24783:7 24809:4 24822:1 24834:1 24835:1 24836:1 24849:1 24875:1 24880:1 24892:1 24901:2 24903:3 24932:1 24948:3 24979:1 24981:1 24989:2 25003:3 25005:3 25010:1 25011:2 25012:1 25033:1 25034:1 25041:6 25052:1 25065:3 25066:1 25087:1 25124:1 25201:3 25206:2 25226:1 25246:1 25250:1 25255:2 25289:2 25303:1 25309:2 25320:1 25321:1 25324:3 25332:1 25336:1 25343:1 25383:1 25409:1 25415:1 25448:1 25468:1 25500:1 25520:1 25531:1 25535:4 25567:1 25578:1 25615:1 25617:1 25635:1 25644:1 25647:1 25650:1 25655:1 25659:1 25676:2 25681:1 25688:1 25726:2 25740:3 25759:1 25769:1 25777:1 25782:1 25791:1 25808:6 25809:1 25822:1 25865:1 25868:2 25884:1 25896:2 25901:2 25915:1 25921:1 25923:4 25929:1 25990:1 26041:1 26046:1 26060:1 26063:1 26066:1 26067:3 26076:1 26113:1 26114:1 26121:1 26126:1 26137:4 26146:1 26148:1 26151:3 26179:2 26180:1 26204:1 26214:1 26240:1 26262:1 26277:1 26291:1 26295:3 26319:1 26339:4 26342:1 26359:1 26424:1 26425:1 26427:1 26439:3 26468:1 26485:2 26497:3 26512:1 26513:1 26516:1 26532:1 26552:1 26589:1 26591:1 26623:3 26633:1 26635:1 26661:1 26666:1 26670:1 26700:1 26702:1 26714:1 26719:1 26721:3 26749:1 26771:1 26791:1 26818:3 26830:1 26869:1 26873:1 26877:1 26880:1 26883:1 26897:1 26899:1 26907:1 26914:1 26920:1 26924:1 26926:1 26937:1 26938:2 26942:1 26945:1 26946:1 26954:2 26955:1 26956:1 26958:1 26960:2 26962:2 26966:1 26968:1 26970:1 26973:1 27000:1 27003:1 27008:1 27009:2 27028:1 27037:7 27038:1 27041:1 27044:1 27045:2 27047:1 27048:1 27054:2 27063:1 27087:1 27088:1 27123:1 27130:1 27135:1 27138:1 27142:1 27147:2 27165:1 27178:1 27195:1 27221:1 27227:3 27231:3 27239:1 27251:1 27300:1 27303:1 27339:1 27351:1 27354:2 27356:1 27375:1 27400:1 27449:1 27459:1 27482:3 27492:1 27511:2 27528:1 27537:1 27538:3 27545:2 27546:1 27547:1 27562:1 27564:2 27576:1 27584:2 27585:1 27599:1 27619:1 27628:1 27653:31 27654:4 27659:4 27663:1 27675:2 27678:1 27690:7 27701:4 27752:1 27759:1 27790:3 27801:1 27807:1 27818:3 27825:4 27861:10 27865:1 27872:2 27878:1 27899:1 27902:1 27903:1 27920:1 27923:1 27925:3 27930:1 27943:1 27965:1 27999:2 28025:1 28028:1 28032:1 28034:1 28040:1 28048:2 28049:2 28064:1 28069:1 28074:1 28089:1 28119:7 28122:1 28140:1 28147:1 28156:1 28192:2 28194:1 28196:8 28202:1 28211:3 28214:1 28215:1 28323:1 28335:1 28339:1 28347:4 28348:3 28349:3 28353:1 28375:2 28392:1 28404:1 28431:1 28441:1 28486:1 28488:1 28507:2 28511:3 28519:2 28523:8 28543:3 28547:2 28556:1 28560:1 28573:1 28587:1 28589:1 28608:1 28615:1 28620:3 28639:2 28643:1 28674:1 28686:2 28694:1 28709:1 28725:1 28729:3 28734:1 28747:1 28752:1 28763:2 28773:1 28774:1 28803:1 28808:1 28811:2 28817:2 28822:1 28823:1 28829:1 28831:1 28835:2 28837:2 28840:1 28842:1 28843:1 28845:1 28853:1 28874:1 28882:1 28949:1 28958:1
|
4624b0bd294a9a4003876778216917fd50dd8929 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH19/EX19.11/ex19_11.sce | 05654bce8848f36f8c772be056b190a39c440601 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | sce | ex19_11.sce | // Example 19.11, page no-548
clear
clc
awt=157.25//atomic weight
an=64//atomic number
d=7860//density
k=9.27*10^-24
avg=6.023*10^26
N=d*8*k*avg/awt
printf("The saturation magnetisation of gadolinium is %.2f*10^6 A/m",N*10^-6)
|
ec58a41b6a80092d9448113ef6a4cf99bd936711 | 92f5993eb05f0a027cc98c0304337a20d2d9da2e | /mini_max.sce | 3393057151c4bd98b77b19ee54ee3fbe1413188e | [] | no_license | LuhJunior/Teoria-dos-Grafos | 664d034c857199d75e8a513cd0aaa12364347c89 | 22168992af086a2a03442701bcc26abe99d26aaa | refs/heads/master | 2020-03-28T02:39:12.681260 | 2018-12-06T06:29:07 | 2018-12-06T06:29:07 | 147,586,961 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,164 | sce | mini_max.sce | function graph()
a = [ 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 1 1 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 1 1 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 1 1 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 1 1 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 1 1 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 1 1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
]
global('valores')
valores = [0, 0, 0, 0, 0, 0, 0, 7, 4, 5, 3, 2, 8, 9, 7]
disp(a, 'a')
//a = a + a'
//disp(a, 'a')
[nl, nc] = size(a)
n = nl
teta = [0 : 2*%pi/n :(n-1)* 2*%pi/n]
x = cos(teta)
y = sin(teta)
plot2d(x, y, -9)
plot2d(-2, -2, 0)
plot2d(2, 2, 0)
for i = 1 : n
xstring(x(i), y(i), string(i))
end
k = 0
for i = 1 : n
for j = i : n
if a(i, j) <> 0
k = k+1
b(k, 1) = i
b(k, 2) = j
end
end
end
m = k
///*
for k = 1: m
plot2d([x(b(k, 1)), x(b(k, 2))], [y(b(k, 1)), y(b(k, 2))], 1)
end
//*/
estado = %T
altura = 2
i = 1
while i<=n
while i <= altura-1 && i <= n
if(estado && valores(i) == 0)
valores(i) = -%inf
else
if valores(i) == 0
valores(i) = %inf
end
end
i = i+1
end
altura = altura * 2
estado = ~estado
end
disp(valores, 'valores')
mini_max(1, %T)
disp(valores, 'valores')
endfunction
function mini_max(v, estado)
global('valores')
for i=1:n
if (a(v, i) == 1)
mini_max(i, ~estado)
if estado
valores(v) = max(valores(v), valores(i))
else
valores(v) = min(valores(v), valores(i))
end
end
end
endfunction
|
5b10c367ee192030919db45fdb52563a93e3077d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3869/CH5/EX5.1/Ex5_1.sce | 4c88ade8397a3a18f388b1282ea1b95165059b3b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 549 | sce | Ex5_1.sce | clear
//
//
//
//Variable declaration
n1=1.50 //Core refractive index
n2=1.47 //Cladding refractive index
//Calculation
phic=asin(n2/n1) //critical angle(radian)
phic=phic*180/%pi //critical angle(degrees)
NA=sqrt(n1**2-n2**2) //numerical aperture
phimax=asin(NA) //acceptance angle(radian)
phimax=asin(NA)*180/%pi //acceptance angle(degrees)
//Result
printf("\n critical angle is %0.1f degrees",phic)
printf("\n numerical aperture is %0.1f ",NA)
printf("\n acceptance angle is %0.1f degrees",phimax)
|
f02a57b0e46bfc34cbf6fcd78aa539a39c563216 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH5/EX5.9/Ex5_9.sce | 7591a0679f122181da8bbf810eb7870d29b5ab04 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,432 | sce | Ex5_9.sce | clc
//variable initialisation
Vph=2200 //Supply Voltage in volt
F=50 //supply frequency in Hz
Pout=2600 // Output Of Motor In KW
P=8 //Number Of Poles
N1=735 //Speed OF Motor In rpm
Rs=0.075 //Resistance of stator in ohm
Rr=0.1 //Resistance of rotor in ohm
Xs=0.45 //Reactance of Motor in ohm
Xr=0.55 //Reactance of Motor in ohm
//Solution
Ns=(120*F)/P
S=(Ns-N1)/Ns
Iph=Vph/sqrt((Rs+((Rr/S)^2))+((Xs+Xr)^2))
Il=sqrt(3)*Iph
Wms=(2*%pi*Ns)/60
Tl=(3*((Iph)^2))/(S*(Wms))
Ilm=Vph/(sqrt(3)*sqrt(((Rs+Rr)^2)+((Xs+Xr)^2)))
S2=1
Tst=(3*(((Ilm)^2)*0.1))/(S2*Wms)
r1=Tst/Tl//ratio of Tst and Tl
Tmax=(3/(2*Wms))*(((Vph/sqrt(3))^2)/((Rs+sqrt((Rs^2)+((Xs+Xr)^2)))))
r2=Tmax/Tl//ratio of Tmax and Tl
Rr2=0.15
Xr2=0.9
Il1=(sqrt(3)*Vph)/(sqrt(((Rs+Rr)^2)+((Xs+Xr2)^2)))
Iph1=Il1/(sqrt(3))
Tst1=(3*((Iph1)^2)*(Rr))/(Wms)
Rs1=Rs/3
Rr1=Rr/3
Xs1=Xs/3
Xr1=Xr/3
Inew=2*Il
X=sqrt(((Vph/(sqrt(3)*Inew))^2)-((Rs1+Rr1)^2))
Xe=X-Xs1-Xr1
printf('\n\n Ratio of starting torque and load torque=%0.1f \n\n',r1)//The answer provided in the textbook is wrong
printf('\n\n Ratio of maximum torque and load torque=%0.1f \n\n',r2)
printf('\n\n The Maximum line current during starting=%0.1f Amp\n\n',Il1)//The answer provided in the textbook is wrong
printf('\n\n The maximum torque at starting=%0.1f N-m\n\n',Tst1)//The answer provided in the textbook is wrong
printf('\n\n The required value of reactor=%0.1f ohm\n\n',Xe)
|
b4715d69639b714d20ab4bb7060f430f95213bac | 449d555969bfd7befe906877abab098c6e63a0e8 | /1511/CH3/EX3.1/ex3_1.sce | 56c1c698a74e0966052de80d61a6867ac6455ee5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 370 | sce | ex3_1.sce | // Example 3.1 page no-155
clear
clc
//(1)
Rl=2000
f=50
l=20
V1=0.074
w=2*%pi*f
V=Rl/(3*2*sqrt(w*2))
printf("\n1.One Inductor Filter,\nV = %.3f\n",V1)
//(2)
Idc=1
c=16*10^-6
gam=Idc/(4*sqrt(3)*f*c*Rl)
printf("\n2.Capacitor filter, \nGamma = %.2f\n",gam)
//(3)
gam2=(sqrt(2)/3)*(1/4*l*c*(w^2))
printf("\n3. L Type filter,\nGamma = %.4f",gam2/1000)
|
3d28076862ce50267df754609729c6002f3533e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /431/CH5/EX5.2/EX5_2.sce | ef2161ca6cacb70fc4afe0d10d3ac80cdd32a2ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 624 | sce | EX5_2.sce | //chapter 5
//example 5.2
//page 425
clear;
clc;
disp("example 5.2")
printf("\n");
slots=36; //number of slots
poles=4; //number of poles
ph=3; //single layer three phase winding
SP=slots/ph; //number of slots per phase
printf("number of slots per phase= %d\n",SP);
m=SP/poles; //munber of slots per pole per phase
printf("number of slots per pole per phase,m=%d\n",m)
SA_m=360/slots; //slot angle mechanical
SA_e=(poles/2)*SA_m //slot angle electrical
printf("slot angle= %d degree electrical\n",SA_e)
k_d=sind((m*SA_e)/2)/(m*sind(SA_e/2));
printf("distribution factor= %f",k_d) |
d6279dd096bfc9edf25bfd9b53ea0c2e223ce7f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH4/EX4.5.3/4_5_3.sce | 7aeee874b21ed0ac8d05f18ce2870eac7cc197f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | sce | 4_5_3.sce | clc
//initialisation of variables
g= 32.2 //ft/sec^2
h= 5 //ft
Q= 0.6 //ft^3/sec
Cd= 0.6
d= 2//in
Q1= 0.315 //ft^3/sec
h1= 8 //ft
h2= 2 //ft
A= 9 //ft^2
//CALCULATIONS
H= Q1^2/((Cd*%pi*(d/24)^2)^2*2*g)
T= A*2*(sqrt(h1)-sqrt(h2))/(Cd*sqrt(2*g)*60*(d/24)^2)
dhbyt= (Q-Cd*%pi*(d/24)^2*sqrt(2*g*h))*60*12/(%pi*A)
//RESULTS
printf (' depth of the water = %.f ft ',H)
printf (' \n time taken = %.1f min ',T)
printf (' \n rate of rise in water = %.1f in/min ',dhbyt)
|
f6c6c8895785fe1efcc35ce5cb9eafda4df653b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2615/CH3/EX14.1/14_3.sce | 4adb93b3eeb563530238587805dc550df08cee56 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 166 | sce | 14_3.sce | clc
//initialisation of variables
d=80//min
p=900//min
//CALCULATIONS
M=p*d/2//kg.cm
//RESULTS
printf('The moment of force P with respect point=% f kg cm',M)
|
2e6280cb0f2fb778afac2bfdde399689e98613d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH7/EX7.7/ex7_7.sce | aad9fc74df5f95935e0c18713a77e63bef307f69 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sce | ex7_7.sce | //Page Number: 374
//Example 7.7
clc;
//Given
N=20;
t=0.2D-6; //s
DC=0.001; //Duty cycle
//(i) Agile excursion
A=N/t;
disp('MHz',A/10^6,'Agile excursion:');
//(ii) Signal frequency
f=DC/t;
disp('Khz',f/1000,'Signal frequency:');
//(iii) Agile rate
R=f/(2*N);
disp('Hz',R,'Agile Rate:');
|
694aed2f27d966454d652df114f6e99d78e393ab | 449d555969bfd7befe906877abab098c6e63a0e8 | /2795/CH9/EX9.3/Ex9_03.sce | 5bcdf8ece13e7ad8772144563bf213e0821e631d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 864 | sce | Ex9_03.sce | // Scilab Code Ex9.3: Page-310 (2014)
clc; clear;
k = 1.38e-023; // Boltzmann constant, J/K
u = 1.67e-027; // Mass equivalent of one atomic mass unit, kg
T = 293; // Room temperature, K
m_H = 1.008*u; // Gram atomic mass of hydrogen, kg
m = 2*m_H; // Gram molecular mass of hydrogen molecule, kg
v_bar = 4/sqrt(2*%pi)*sqrt(k*T/m); // Mean molecular speed in the light gas hydrogen, m/s
printf("\nThe mean molecular speed in the light gas hydrogen = %4d m/s", ceil(v_bar));
m = 222*u; // Gram atomic mass of Radon, kg
v_bar = 4/sqrt(2*%pi)*sqrt(k*T/m); // Mean molecular speed in the heavy radon gas, m/s
printf("\nThe mean molecular speed in the heavy radon gas = %3d m/s", ceil(v_bar));
// Result
// The mean molecular speed in the light gas hydrogen = 1749 m/s
// The mean molecular speed in the heavy radon gas = 167 m/s |
f371b127dffae6d1f618a4cae91fcd326e7fe7a9 | 584105ff5b87869494a42f632079668e4c3f82de | /TestCases/calib3d/projectPoints/test6.sce~ | 2b180f7267633776a67f6e55823436f3e80214b3 | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 448 | test6.sce~ | //Checking if error message pops up when "dist" size is 6 instead of 4,5 and 8
obpts = [ .5 .5 -.5;
.5 .5 .5;
-.5 .5 .5;
-.5 .5 -.5;
.5 -.5 -.5;
-.5 -.5 -.5;
-.5 -.5 .5];
camera = [ 1 0 0;
0 1 0;
0 0 1]
dist = [0
0
0
0
0
0];
rvec = [0 0 0];
tvec = [0 0 0];
projPts = projectPoints(obpts,rvec,tvec, camera, dist, 2);
//output->
// !--error 999
//Please enter column vector of distortion coefficients either with size 4,5 or 8.
| |
e40f1a736fa4579a412e70de8aedb6a8227add33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /980/CH2/EX2.4/2_4.sce | 83ff3a1c956bad38657d2ef67ee1234a4bca2365 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 992 | sce | 2_4.sce | clc;
clear;
format('v',11);
r=[2 3 4]; //Given Position vector r
disp(r,'Given the vector r=');
modr=sqrt(2^2+3^2+4^2); //Magnitude of the given vector r
Ax=(2/modr); //Coeffitient in the X direction
Ay=(3/modr); //Coeffitient in the Y direction
Az=(4/modr); //Coeffitient in the Z direction
//Displaying the direction cosines and the angles
format('v',8)
disp('The direction cosines of the given vector are:');
disp(Ax,'Ax=')
disp(Ay,'Ay=')
disp(Az,'Az=')
x=[Ax Ay Az];
format('v',6)
y=acosd(x);
disp(y,'The angles that the given vector makes with the three vectors are (in Degree):')
|
e2d12253e9f5e1d5f0e118a0ea0a1a3ca598cbbd | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH4/EX4.30/ex4_30.sce | 14ce9df50c933f0ff6c3a220e8b16913da52f431 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 193 | sce | ex4_30.sce | //Example 4.30
//Labelling of floating point numbers
a = 2.2;
b = -6.2;
x1 = .005;
x2 = -12.88;
printf("$%4.2f %7.1f%%\n\n", a, b);
printf("x1 = %7.3f x2 = %7.3f", x1, x2); |
d4b20cf2d1204a69d89f5ed7f8ca5a62ffe9e2a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1997/CH11/EX11.14/example14.sce | c47429c02de9770efc82e3d256b6547df7186c01 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 482 | sce | example14.sce | //Chapter-11 example 14
//=============================================================================
clc;
clear;
//input data
Rmax = 500*10^3;//maximum Range of Radar in ms
Vo = 3*10^8;//Velocity of EM wave in m/s
//Calculations
PRF = Vo/(2*Rmax);//pulse repetitive frequency in Hz
//output
mprintf('Pulse repetive frequency required for the range of 500km is %g Hz',PRF);
//========end of program=======================================================
|
e675606300e1f673935ed322ba9e6134f8718202 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH2/EX2.4/2_4.sce | e12af0c3aed1e7b626392198e2a56e05ee6b20f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 176 | sce | 2_4.sce | clear
clc;
rad=1.81;
Dist1=6*100;
Dist2=Dist1;
Dist3=12*100;
Reff=.7788*rad;
Dist=(Dist1*Dist2*Dist3)^(1/3);
L = .4605 * log10(Dist/Reff);
mprintf("L=%.4f mH/km",L);
|
d7034ba00a402df050644cfd293a3742c967bbc5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH5/EX5.8/Ex5_8.sce | 189a866ea46e61ff9a3ebeadcd7fdae61d6c9c2a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 858 | sce | Ex5_8.sce | // Problem 5.8,Page no.127
clc;clear;
close;
L=3 //m //span of beam
t=20 //mm //Thickness of steel
D=200 //mm //overall depth
B=140 //mm //overall width
b=100 //mm //width of inner rectangle
d=160 //mm //depth of inner rectangle
w=77 //KN/mm**2
sigma=100 //N/mm**2 //Bending stress
//Calculations
V=((D*10**-3*B*10**-3)-(d*10**-3*b*10**-3)) //m**3 //Volume of rectangular box
W=V*3*w //KN //Weight of Beam
I=(B*D**3-b*d**3)*12**-1 //mm**4 //M.I of beam section
//Now using the relation,M*I**-1=sigma*y**-1
y=200 //mm //distance from farthest fibre
M=I*sigma*2*y**-1 //N*mm
//M=3000*W+2772*3000*2**-1
//After sub values in above equation we get
W=((59.2*10**6-2772*3000*2**-1)*(3000)**-1)*10**-3 //KN //Max concentrated Load at free end
F=W+2.772*2**-1 //KN //shear force at half length
//Result
printf("The shear force at half length is %.2f kN",F)
|
2f68690d47df55c4d63799165d334090ace2e56a | 449d555969bfd7befe906877abab098c6e63a0e8 | /896/CH2/EX2.8/8.sce | b8ba359190f456a8b698054089dd8f649f3f26ef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 753 | sce | 8.sce | clc
//calc the total force on a lock gate
//lock gate has water on one side and air on the other at atm. pressure
w=20;//m (width of the lock gate)
h=10;//m (height of the lock gate)
p_atm=1;//atm
rho_water=1000;//Kg/m^3
g=9.81//m/s^2
//for a small strip of dx height at the depth of x on the lock gate
//net pressure on strip = (p_atm+(rho_water)*g*x) - p_atm
//thus, net pressure on strip = (rho_water)*g*x
//force on strip = (rho_water*g*x)*w.dx = (rho_water)*g*w*(x.dx)
//force on lock gate = integration of force on strip fromm h=0 to h=10
//integration(x.dx) = x^2/2
//for h=0 to h=10; integration (x.dx) = h^2/2
force_lockgate=(rho_water)*g*w*h^2/2;
disp("The net force on the lock gate is")
disp(force_lockgate/10^6)
disp("MN") |
1c66f876248a4d1472a5c08562b60bd7c4577c75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1664/CH11/EX11.5/Ex11_5.sce | 8534fac63099ecda99f1537af7e9778d47d364bc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 309 | sce | Ex11_5.sce |
//Example NO.11.5
//Page No.336
clc;clear;
E0 = (8.854*10^-12);// [C^2/N.m^2].
Er = 6;//Dielectric constant.
C = (0.02*10^-6);//Capacitance -[F].
d = (0.002*10^-2);//Thickness of mica -[m].
A = ((C*d)/(E0*Er));//Area of the metal sheet.
printf("\nArea of the metal sheet required is %3.3e m^2",A);
|
a7947af43b254809b114547008562894dca0e9e8 | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/solarsystem2.SCI | c0d0142a618d5c22189baae2d7eb91a8f28fa0dd | [
"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 | 2,997 | sci | solarsystem2.SCI |
st1="Dit-is-een-test";
st1.replace("-","<->");
st2="";
while st1!="" do {
st2=st1.split("-");
}
planetorbitcolor=color(0.0,0.3,0.6,1);
orbits=list;
function A2T(a)
{
return(360.0/(0.9856076686/(a*sqrt(a))));
}
au2km=149598000;
//au2km=1;
resetallscenes;
vp=all.viewports.main;
vp.cameradir=vecnorm(vector(0,-100,-50));
vp.camerapos=point(0,0,0)-40*au2km*vp.cameradir;
vp.cameraupdir=vector(0,0,1);
vp.enableusernavigation=true;
vp.NearClipPlane=0.01*au2km;
vp.FarClipPlane=50*au2km;
vp.FocalDistance=10*au2km;
vp.EyeSeparation=0.05*au2km;
scene=addscene;scene.name="Universe";
scene.light0pos=point(0,0,0);
vp.setscene(scene);
scene.ambientlightcolor=color(0.1,0.1,0.1);
scene.start;
ssys=scene.addsubframe("SolarSystem");
sunglobe=ssys.addobject("LightPoint","Sun");
sunglobe.color=color(1,1,0.25);
sunglobe.Size=0.1*au2km;
ln=ssys.addobject("Curve","SunPolarAxis");
ln.color=color(0.5,0.5,0.5);
ln.makeline(point(0,0,-1*au2km),point(0,0,+1*au2km));
//Saturnus
saturnusframe=ssys.addsubframe("Saturnus");
saturnusframe.transf.origin=point(au2km*1,0,0);
mt0=MotionTable.create(saturnusframe);
mt0.loadfile(datadir+"\paths\saturnus.pth");
mt0.InterpolType=InterpolQuad;
saturnusframe.motion=mt0;
saturnusglobe=saturnusframe.addobject("sphere","Saturnus");
saturnusglobe.color=color(1,0.75,0.5);
saturnusglobe.radius=0.3*au2km;
//Saturnus curve
orb=ssys.addobject("Curve","SaturnusOrbit");
orb.color=planetorbitcolor;
orb.CurveRenderType=CurveRenderSmooth;
orb.Size=0.2*au2km;
mt0.CreateCurve(orb,200,time(1980,1,1,0,0,0),time(2009,1,1,0,0,0));
ssys.SaturnusOrbit.IsClosed=true;
//Earth
tx=ssys.createtexture("earth",DataDir+"\textures\earth.bmp");
earthframe=ssys.addsubframe("Earth");
earthframe.transf.origin=point(au2km*1,0,0);
mt=KeplerMotion.create(earthframe);
earthframe.motion=mt;
mt.PeriTime=time(2000,1,4,12,0,0);
mt.SemiMajorAxis=1.000001018*au2km;
mt.Eccentricity=0.016708;
mt.Inclination=deg2rad(0.0);
mt.AscendingNode=deg2rad(0.0);
mt.ArgPerigee=deg2rad(102.937);
mt.Period=365.2524;
orb=ssys.addobject("Curve","EarthOrbit");
orb.color=planetorbitcolor;
orb.CurveRenderType=CurveRenderSmooth;
orb.Size=0.2*au2km;
mt.CreateCurve(orb,200);
//orb.transform(transformation.scale(1.5));
orbits.set(0,orb);
inclinframe=earthframe.addsubframe("Inclin");
inclinframe.Transf.rotate(vector(1,0,0),deg2rad(23.4457889));
globeframe=inclinframe.addsubframe("Globe");
earthglobe=globeframe.addobject("sphere","Earth");
//earthglobe.color=color(0.5,0.75,1);
earthglobe.radius=0.3*au2km;
earthglobe.texture="earth";
mtr=MotionRotate.create(globeframe);
mtr.normdir=vector(0,0,1);
mtr.RotSpeed=2*Pi/(24*60*60);
mtr.TimeType=ST0;
mtr.offsetangle=Pi;
globeframe.motion=mtr;
root.time=time(2000,1,1,12,0,0);
root.timespeed=24*60*60;
//root.universe.solarsystem.venusframe.visible=false;
orbits.get(0).color=color(0.5,0,0);
//delobject(root.universe.solarsystem.saturnusorbit);
for i=1 to 10000 do {
incrtime;
// earthframe.transf.origin=mt.position;
render;
}
|
ca64592a2741468e5240ec2804c524bc6911e4e9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1436/CH3/EX3.8/ex3_8.sce | 2801297611539b6149d2cb31468c7a12de3c6874 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | sce | ex3_8.sce | // Example 3.8, page no-167
clear
clc
//(a)
r1=2500
r2=1500
n=(r1*r2)/(r1-r2)
printf("(a)\nn = %d rpm",n)
//(b)
N=5
r5=n*r1/((r1*(N-1))+n)
r5=ceil(r5)
printf("\n(b)\nr5=%d",r5)
|
f6c9b8c522ea34c3c4bffb5298700b5f77ee36ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /2087/CH16/EX16.14/example16_14.sce | 3fbe313d9d4285b71d9e93b343d83c1b1a91832d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 877 | sce | example16_14.sce |
//example 16.14
//calculate to what extent discharge can be increased without changing bed slope
clc;funcprot(0);
//given
B=5; //bed width
D=2; //bed depth
S=1/1600; //bed slope
n=0.015; //manning n
A=B+2*D; //area of lining
//let B1 and D1 be new width and depth of bed
//for getting maximum discharge we diffrentiate Q and equating it to zero
//Q=S^0.5*B1D1^5/3/n
//we get
D1=45/16;
B1=9-2*D1;
Q1=S^0.5*B1*D1^5/3/n;
D1=round(D1*10000)/10000;
mprintf("new width of bed=%f m.",B1);
mprintf("\nnew depth of bed=%f m.",D1);
mprintf("\n maximum discharge=%f cumec.",Q1);
R=D;
V=R^(2/3)*S^0.5/n;
F=V/(9.81*D)^0.5; //froud number
R=D1;
V=R^(2/3)*S^0.5/n;
F=V/(9.81*D1)^0.5; //froud number
mprintf("\nFroud number is less than 1 in both case.\nHence,flow doesnot change from sub-critical to super critical.");
|
0938eab4a118329d14154256e3643a5baa8d884b | 8fd5474ab7779b552e5f198a3ce4afc4d82cb47f | /bin/libGeo/GetSags.sci | 0daf26256021575d857d1465aa42d959eacd1a89 | [] | no_license | 2-BiAs/UCASI_ALIGNMENT_SCAN | 807353741517c084007cdf978b149f34f8a13dae | 85b8d79f50e23051cbf365385b49e05293827941 | refs/heads/master | 2020-06-21T10:26:29.419281 | 2017-05-19T02:01:27 | 2017-05-19T02:01:27 | 74,790,458 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,301 | sci | GetSags.sci | function mOutput = GetSags(mPoints, spParams)
//Generates an array of sag values given an array of [u, v] points
//And surface parameter structure defining general polynomial freeform surface
format('e', 16);
//Build Polynomial Terms
sPolynomialTerms = '';
iNM = size(spParams.mPolyCoef);
iN = iNM(1);
iM = iNM(2);
for i = 1:iN
for j = 1:iM
if spParams.mPolyCoef(i, j) ~= 0 then
sPolynomialTerms = sPolynomialTerms + '+ ' + string(spParams.mPolyCoef(i,j)) +...
' * (x - fXs * ones(x)).^(' + string(i) + ' - 1) .* (y - fYs * ones(y)).^(' + string(j) + ' - 1)';
end
end
end
//Set Surface Parameters
fXs = 0;
fYs = 0;
fConicConstant = spParams.fCC;
//Build Conic Equation
sConic = 'z = (x.^2 - 2 * x * fXs + fXs^2 * ones(x) + y.^2 - 2 * y * fYs + fYs^2 * ones(y)) .*...
(R * (ones(x) + sqrt(ones(x) - (1 + fConicConstant) * (x.^2 - 2 * x * fXs + fXs^2 * ones(x) + y.^2 - 2 * y * fYs + fYs^2 * ones(y)) / R^2))) .^ (-1) ';
//Define Surface Funtion
deff('z = Z(x, y, R)', sConic + sPolynomialTerms);
x = mPoints(:,1);
y = mPoints(:,2);
format('v', 10);
mOutput = Z(x, y, spParams.fROC);
endfunction
|
1bc385a7f7302afcd80ee9ca141ca73f524e17b1 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Programming/testselect.sce | 997deafa5f16dbcca09f9fc5ec6095ce78e812c0 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 103 | sce | testselect.sce | x=1;
select x
case 1 then txt='x is equal to 1';
else txt='x is not equal to 1';
end
disp(txt)
|
39277b0ba8cc3265bde61a3f434b3b25eb8974ac | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH2/EX2.4/ex2_4.sce | 1f6504bfa8d9a8cbb9c9b3cadc70376ea317a90c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 227 | sce | ex2_4.sce | // Amplitude Modulation-Transmission : example 2-4 : pg(81)
m=0.9; //modulation index
Pc=500; //carrier Power
x=(m^2)/2;
y=(1+x)*Pc;
printf("\nPt = Pc*(1+(m^2)/2)");
printf("\nPt = %.1f W",y);//total transmitted powwer
|
5dd95648874de8ca4bf07ab655e60297b0ecb048 | 857f7516c898df1639b27c209cf85ba30f76f696 | /xcorr_function.sce | 7e56d4c9d92484a9c97b36b2aac3a9cac5a816a6 | [] | no_license | pracheejaviya1/signals-and-systems | ba72429fc1022d72245c2b2305e341fc9faea7c7 | 604aa7a71a858c03f816702f689ea05dc139ecf4 | refs/heads/master | 2022-02-25T23:54:46.695092 | 2019-11-16T12:41:14 | 2019-11-16T12:41:14 | 222,097,028 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 266 | sce | xcorr_function.sce | clear;
clf;
clc;
x = [1 2 3];
disp(x,"This is x :");
y = [6 4 5 8];
disp(y, "This is y :");
[z l1]= xcorr(x,y);
disp(z, "This is w = xcorr(x,y) :");
disp(l1,"Log index of z");
[w l2]= xcorr(y,x);
disp(w,"This is w = xcorr(y,x) : ");
disp(l2,"Log index of w");
|
2d76f71b5555079eaac7655a24a12e68d941cc89 | de14a6897d4397228a52bacb8905b8807370ef4b | /pointfixe.sce | 06fe4a8be7777d940c0d19aad613cee9b11947b5 | [] | no_license | JustineMarlow/MT94-RapportLaTeX | 20b670965a47ce85beecc15865d14ec9cc4d305b | 3dfaa665b5691621410f8eafdf76ecaf081b92d1 | refs/heads/master | 2021-09-06T17:54:58.174773 | 2018-02-09T09:57:52 | 2018-02-09T09:57:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 344 | sce | pointfixe.sce | function y=f(x)
y=x^2-2;
endfunction
function y=g(x)
y=(x+2)/(x+1);
endfunction
a=1;
b=2;
x=3/2;
ITMAX=1000;
precision=1e-10;
erreur=zeros(ITMAX,1);
for k=1:ITMAX
x=g(x);
erreur(k)=abs(x-sqrt(2));
if abs(f(x))<precision
break;
end
end
erreur=erreur(1:k);
disp(x); disp(k); disp(erreur);
|
62bf452d55cf4b30282619e0f172a1bcae362b5a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH3/EX3.10/3_10.sce | a7903ea9a4a939a525465f48a05f169e2f3fee4f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 410 | sce | 3_10.sce | clear//
//Variables
p = 1.7 * 10**-8 //Resistivity (in ohm-meter)
l = 2 * 150 //Length (in meter)
R = 0.722 //Resistance (in ohm)
//Calculation
A = p*l/R //Area of cross section (in metersquare)
d = (A * 4 / %pi)**0.5 //diameter of wire (in meter)
//Result
printf("\n Diameter of the wire is : %0.0f mm.",d * 10**3)
|
76211dfea09ee764a7ba19296d682d55e2e3ba88 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH5/EX5.14/EXAMPLE5_14.SCE | 0141e7e183a0bd4a499f2db0f77a3802ce1363e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EXAMPLE5_14.SCE |
//ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 5
//ANGLE MODULATION
clear all;
clc;
printf("EXAMPLE 5.14(PAGENO 220)");
//given
deltaf = 6*10^3//frequency deviation from the question of EXAMPLE 5.13(PAGENO 220)
f_m = 1*10^3//modulating frequency from the question of EXAMPLE 5.13(PAGENO 220)
deltaf1 = 12*10^3//frequency deviation from the EXAMPLE 5.13(PAGENO 220) of first case
deltaf2 = 24*10^3//frequency deviation from the EXAMPLE 5.13(PAGENO 220) of second case
f_m1 = f_m//modulating frequency from the EXAMPLE 5.13(PAGENO 220) of first case
f_m2 = 500//modulating frequency from the EXAMPLE 5.13(PAGENO 220) ofsecond case
//calculation
m_f = deltaf/f_m//modulation index for the initial conditions given in the problem 5.13
m_f1 = deltaf1/f_m1//modulation index for the first case
m_f2 = deltaf2/f_m2//modulation index for the second case
//results
printf("\n\na.Modulation index for initial conditions given in the problem 5.13 = %.2f ",m_f);
printf("\n\nb.Modulation index for the first case = %.2f",m_f1);
printf("\n\nc.Modulation index for the second case = %.2f",m_f2);
|
96d81c44aedd90e9237ca4f5a4828dfdfb291481 | c552a931898aba85602c4c953c9166bedd3bb825 | /screens/X8Y2.SCE | 648ff02aa8109bc98afbe6b87f91e5d633b6f5be | [] | no_license | domino14/basic_rpg | 2bf813b4ef2992c8709581e39cf1e9bc0301f41d | 0d678b6f7017db984955fa927a1f80bce5788d24 | refs/heads/master | 2021-01-10T12:17:29.763389 | 2015-10-14T06:34:47 | 2015-10-14T06:34:47 | 44,228,628 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 976 | sce | X8Y2.SCE | 9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
9
9
9
5
5
9
9
9
9
9
9
13
9
9
9
5
5
9
9
9
9
9
9
13
9
9
9
5
5
9
9
9
9
9
9
13
0
0
0
0
0
0
0
0
9
9
9
13
0
0
0
0
0
0
0
0
|
4ad37f44390f669d53379302eb460a5fe1ea6812 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH21/EX20.2/EX20_2.sce | 89ccbdab7eed07301a20c520b3583928229ec65d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 416 | sce | EX20_2.sce | // Grob's Basic Electronics 11e
// Chapter No. 20
// Example No. 20_2
clc; clear;
// Calculate the Xl of (a) a 10-H L at 60 Hz and (b) a 5-H L at 60 Hz.
// Given data
f = 60; // Frequency=60 Hz
L1 = 10; // Inductor 1=10 H
L2 = 5; // Inductor 2=5 H
pi = 3.14
Xl1 = 2*pi*f*L1;
disp (Xl1,'The Inductive Reactance in Ohms')
Xl2 = 2*pi*f*L2;
disp (Xl2,'The Inductive Reactance in Ohms')
|
34e065c7325cc4f9619ff2b13828e78b7cb0e994 | 564969d462f394119fe04eeb83fa8e806a7a240c | /ENTRPRSE/EARNIE/Earnie Program/earnie.tst | a37a3911aaea4b0685d85099ea8fa42d37ad9270 | [] | no_license | JTheiller-Fork/Exchequer-UI | 83d32c0316938fcb71c414eaf4e985ddbe8c3057 | dd8c8eedc43801cd8a3de83dccde72e178fa74d1 | refs/heads/master | 2022-04-22T20:44:39.198896 | 2018-08-03T10:00:16 | 2018-08-03T10:00:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | tst | earnie.tst | [folders]
logfile=C:\DS\Earnie\Earnie Program\
DefaultDir=C:\DS\Earnie\Earnie Program\
UseDefaultDir=1
enterpriseDir=
LogFileName=TSLog.exp
BonusName=TSBonus.Exp
ClassicName=TSClassic.Exp
EarnieName=TSEarnie.exp
JobCardName=TSJobCard.Exp
|
07e8fc6775de84b5806b0d60e839886bf53eab9c | b46eff974354904e6266175576a848641abf884e | /lisp/test/excepsit.tst | 2f25cf19175503bbd2160f4bbdd47aed3132d3ba | [
"BSD-2-Clause"
] | permissive | jasom/eclipse-lisp | c3f7aa46fa5fb143db108c2cc49d6e1f55ecf563 | 9c9318388520fba64ad20925b9f16c04cae7c5e4 | refs/heads/master | 2021-01-20T19:08:50.563375 | 2015-06-11T05:11:30 | 2015-06-11T05:11:30 | 37,240,476 | 6 | 0 | null | 2015-06-11T05:09:31 | 2015-06-11T05:09:31 | null | UTF-8 | Scilab | false | false | 17,016 | tst | excepsit.tst | ;;; Test "Exceptional situations" as specified by CLHS
;; NB: CLHS section 1.4.2 implies that we have to verify only those
;; specifications which have the wording "an error is signalled" or
;; "an error should be signalled".
#+debatable (abort)
#+debatable control-error
(acos 'x)
type-error
(acosh 'x)
type-error
(progn
(defgeneric foo01 (x))
(defmethod foo01 ((x number)) t)
(let ((m (find-method #'foo01 nil (list (find-class 'number)))))
(remove-method #'foo01 m)
(defgeneric foo01 (x y))
(add-method #'foo01 m)
) )
error
(progn
(defgeneric foo02 (x))
(defmethod foo02 ((x number)) t)
(let ((m (find-method #'foo02 nil (list (find-class 'number)))))
(remove-method #'foo02 m)
(defgeneric foo03 (x))
(add-method #'foo03 m)
) )
error
(let ((a (make-array 5 :adjustable t)))
(adjust-array a 4 :fill-pointer 1)
)
error
(adjustable-array-p '(x))
type-error
(alpha-char-p 33)
type-error
(alphanumericp 33)
type-error
(array-dimensions '(x))
type-error
(array-displacement '(x))
type-error
(array-element-type '(x))
type-error
(array-has-fill-pointer-p '(x))
type-error
(array-rank '(x))
type-error
(array-total-size '(x))
type-error
(ash 3/4 2)
type-error
(ash 3 4.0)
type-error
(asin 'x)
type-error
(asinh 'x)
type-error
(atan 'x)
type-error
(atan #c(0 0.4) 3.4)
type-error
(atan -4 #c(3 4))
type-error
(atanh 'x)
type-error
(boole 'x 3 4)
type-error
(boole boole-and 3/4 -7)
type-error
(boole boole-set 5 #c(-3 4))
type-error
(both-case-p 33)
type-error
(boundp 47)
type-error
(butlast '(a b c) -1)
type-error
(butlast '#(a b c))
type-error
(car 'x)
type-error
(cdr '#(a b c))
type-error
(cdadar '((x y)))
type-error
(progn
(defgeneric foo04 (x))
(defmethod foo04 ((x real)) 'ok)
(defmethod foo04 ((x integer)) (call-next-method (sqrt x)))
(foo04 -1))
error
(progn
(defgeneric foo041 (x))
(defmethod foo041 ((x real)) 'ok)
(defmethod foo041 ((x integer)) (call-next-method (sqrt x)))
(foo04 2))
error
(ccase 'x)
type-error
(char-code 33)
type-error
(char-downcase 33)
type-error
(char-equal)
program-error
(char-greaterp)
program-error
(char-lessp)
program-error
(char-name 33)
type-error
(char-not-equal)
program-error
(char-not-greaterp)
program-error
(char-not-lessp)
program-error
(char-upcase 33)
type-error
(char/=)
program-error
(char<)
program-error
(char<=)
program-error
(char=)
program-error
(char>)
program-error
(char>=)
program-error
(character "abc")
type-error
(character "")
type-error
(character 33)
type-error
(clear-input '*terminal-io*)
type-error
(clear-output '*terminal-io*)
type-error
(coerce '(a b c) '(vector * 4))
type-error
(coerce '#(a b c) '(vector * 4))
type-error
(coerce '(a b c) '(vector * 2))
type-error
(coerce '#(a b c) '(vector * 2))
type-error
(coerce "foo" '(string 2))
type-error
(coerce '#(#\a #\b #\c) '(string 2))
type-error
(coerce '(0 1) '(simple-bit-vector 3))
type-error
(coerce nil 'nil)
type-error
(coerce '#:nonexistent 'function)
error
(coerce 'and 'function)
error
(compile-file "/tmp/12836123.lsp")
file-error
(concatenate 'symbol)
error
(concatenate '(string 3) "ab" "cd")
type-error
(copy-pprint-dispatch 'x)
type-error
(copy-seq 'x)
type-error
(copy-symbol #\x)
type-error
(cos 'x)
type-error
(cosh 'x)
type-error
(count #\x 'x)
type-error
(let ((x nil)) (ctypecase x))
type-error
(decode-float 2/3)
type-error
(defclass foo05 () (a b a))
program-error
(defclass foo06 () (a b) (:default-initargs x a x b))
program-error
(defclass foo07 () ((a :allocation :class :allocation :class)))
program-error
(defclass foo08 () ((a :initform 42 :initform 42)))
program-error
(defclass foo09 () ((a :type real :type real)))
program-error
(defclass foo10 () ((a :documentation "bla" :documentation "blabla")))
program-error
(defgeneric if (x))
program-error
(progn
(defmacro foo11 (x) x)
(defgeneric foo11 (x)))
program-error
(progn
(defun foo12 (x) x)
(defgeneric foo12 (x)))
program-error
(defgeneric foo13 (x y &rest l)
(:method (x y))
)
error
(defgeneric foo14 (x)
(:documentation "bla")
(:documentation "blabla")
)
program-error
(defgeneric foo15 (x)
(:my-option t))
program-error
; define-method-combination is too complicated
(progn
(defvar foo16)
(define-symbol-macro foo16 t))
program-error
(defmethod if (x) nil)
error
(progn
(defmacro foo17 (x) x)
(defmethod foo17 (x) nil))
error
(progn
(defun foo18 (x) x)
(defmethod foo18 (x) nil))
error
(progn
(defgeneric foo19 (x))
(defmethod foo19 (x y) nil))
error
(progn
(defpackage "FOO20")
(defpackage "FOO21" (:nicknames "FOO20")))
package-error
(defpackage "FOO22" (:size 20) (:size 20))
program-error
(defpackage "FOO23" (:documentation "bla") (:documentation "blabla"))
program-error
(defpackage "FOO24" (:my-option t))
program-error
(defpackage "FOO25" (:shadow "IF") (:intern "IF"))
program-error
(defpackage "FOO26" (:shadow "IF") (:import-from "USER" "IF"))
program-error
(defpackage "FOO27" (:shadow "IF") (:shadowing-import-from "USER" "IF"))
program-error
(defpackage "FOO28" (:intern "IF") (:import-from "USER" "IF"))
program-error
(defpackage "FOO29" (:intern "IF") (:shadowing-import-from "USER" "IF"))
program-error
(defpackage "FOO30" (:import-from "USER" "IF") (:shadowing-import-from "USER" "IF"))
program-error
(defpackage "FOO31" (:export "IF") (:intern "IF"))
program-error
(defstruct foo32 a system::a)
program-error
(progn
(defstruct foo33 a)
(defstruct (foo34 (:include foo33)) system::a))
program-error
(delete #\x 'x)
type-error
(delete-duplicates 'abba)
type-error
(progn
#+(and CLISP UNIX) (shell "cp /etc/mtab /etc/mtab~ 2> /dev/null")
(delete-file "/etc/mtab"))
file-error
(destructuring-bind (a) '(1 2) a)
error
; directory - no way to make a directory search fail
(disassemble #x123456)
type-error
; dribble - no way to force a file-error
(ecase 'x)
type-error
(elt 'x 0)
type-error
(elt "abc" 4)
type-error
(elt '(a b c) 4)
type-error
(elt '#(a b c) 4)
type-error
(elt (make-array 3 :fill-pointer 3 :adjustable t) 4)
type-error
(endp 'x)
type-error
(ensure-directories-exist "/*/")
file-error
(error 42)
type-error
(let ((x nil)) (etypecase x))
type-error
(every '(lambda (x) x) nil)
type-error
(every #'identity 'x)
type-error
(fboundp '(psetf aref))
type-error
(fdefinition '(psetf aref))
type-error
(fdefinition '#:nonexistent)
undefined-function
(file-author "*")
file-error
(file-length *terminal-io*)
type-error
(with-open-file (s "/tmp/foo35.tmp" :direction :output)
(file-position s 0.0))
error
(with-open-file (s "/tmp/foo35.tmp" :direction :output)
(file-position s -1))
error
(with-open-file (s "/tmp/foo35.tmp" :direction :input)
(file-position s (+ (file-length s) 1000)))
error
(file-write-date "*")
file-error
(fill 'x #\x)
type-error
(fill (make-list 3) 'x :start nil)
type-error
(fill (make-list 3) 'x :start -1)
type-error
(fill (make-list 3) 'x :start 1 :end -1)
type-error
(fill-pointer "abc")
type-error
(find #\x 'x)
type-error
(find-class '#:nonexistent t)
error
(progn
(defgeneric foo36 (x y))
(find-method #'foo36 nil (list (find-class 'number))))
error
(progn
(defgeneric foo37 (x))
(find-method #'foo37 nil (list (find-class 'number))))
error
(finish-output '*terminal-io*)
type-error
(float-digits 2/3)
type-error
(float-precision 2/3)
type-error
(float-radix 2/3)
type-error
(float-sign 2/3)
type-error
(float-sign -4.5 2/3)
type-error
(fmakunbound '(psetf aref))
type-error
(force-output '*terminal-io*)
type-error
(funcall 'foo38)
undefined-function
(funcall 'and)
undefined-function
(gcd 4 3/4)
type-error
(gensym #\x)
type-error
(gentemp 't)
type-error
(gentemp "X" 24)
type-error
(get "a" 'x)
type-error
(get-dispatch-macro-character #\0 #\#)
error
(graphic-char-p 33)
type-error
(hash-table-rehash-size *readtable*)
type-error
(hash-table-rehash-threshold *package*)
type-error
(hash-table-size *random-state*)
type-error
(hash-table-test '#(a b c))
type-error
(imagpart #\c)
type-error
(in-package "FOO39")
package-error
(input-stream-p (pathname "abc"))
type-error
(integer-decode-float 2/3)
type-error
(integer-length 0.0)
type-error
(interactive-stream-p (pathname "abc"))
type-error
(invoke-restart 'foo40)
control-error
(invoke-restart-interactively 'foo41)
control-error
(isqrt -1)
type-error
(isqrt #c(3 4))
type-error
(last '(a b c) -1)
type-error
(lcm 4/7 8)
type-error
(length 'x)
type-error
(list-length 'x)
type-error
(list-length '(x . y))
type-error
(load "/tmp/128347234.lsp")
file-error
(load "*.lsp")
file-error
(load-logical-pathname-translations "FOO41")
error
(logand -3 2.3)
type-error
(logbitp -1 5)
type-error
(logbitp 2 3/7)
type-error
(logcount #*01010011)
type-error
(logical-pathname '#(#\A #\B))
type-error
(logical-pathname-translations '#(#\A #\B))
type-error
(lower-case-p 33)
type-error
(make-broadcast-stream (make-string-input-stream "abc"))
type-error
(make-concatenated-stream (make-string-output-stream))
type-error
(progn
(defclass foo42 () ())
(make-instance 'foo42 :x 1))
error
(make-list -1)
type-error
(progn
(defstruct foo43)
(make-load-form (make-foo43)))
error
(make-random-state 'x)
type-error
(make-sequence 'x 5)
type-error
(make-sequence 'sequence 5)
type-error
(make-sequence '(string 3) 4)
type-error
(make-symbol 'x)
type-error
(make-synonym-stream *terminal-io*)
type-error
(make-two-way-stream (make-string-input-stream "abc") (make-string-input-stream "def"))
type-error
(make-two-way-stream (make-string-output-stream) (make-string-output-stream))
type-error
(makunbound "xx")
type-error
(map 'x #'identity "abc")
type-error
(map '(string 3) #'identity "ab")
type-error
(max 3 #c(4 0.0))
type-error
(merge '(vector * 5) '(3 1) '(2 4) #'<)
type-error
(min 3 #c(4 0.0))
type-error
(minusp #c(4 -3/4))
type-error
(muffle-warning)
control-error
(name-char '#(#\N #\u #\l))
type-error
(nbutlast '(a b c) -1)
type-error
(nbutlast '#(a b c))
type-error
(no-applicable-method #'cons)
error
(no-next-method #'print-object (find-method #'print-object nil (list (find-class 'standard-object) (find-class 't))))
error
(notany '(lambda (x) x) nil)
type-error
(notany #'identity 'x)
type-error
(notevery '(lambda (x) x) nil)
type-error
(notevery #'identity 'x)
type-error
(nthcdr 2 '(a . b))
type-error
(oddp 3.5)
type-error
(open "/etc/mtab" :direction :input :if-exists :error)
nil
(open "/tmp/foo44nonexistent" :direction :input :if-does-not-exist :error)
file-error
(open "/tmp/*" :direction :input)
file-error
(open "/etc/mtab" :direction :input :external-format 'mtab-entries)
error
(open-stream-p (pathname "foo45"))
type-error
(output-stream-p (pathname "foo46"))
type-error
(package-name 47)
type-error
(package-nicknames (pathname "foo47"))
type-error
(package-shadowing-symbols (vector 'a 'b 'c))
type-error
(package-use-list (list 'a 'b 'c))
type-error
(package-used-by-list (list 'a 'b 'c))
type-error
(parse-integer "x-y")
error
(parse-namestring (coerce (list #\f #\o #\o (code-char 0) #\4 #\8) 'string))
parse-error
(parse-namestring "foo48:a" (logical-pathname "foo49:"))
error
(pathname-match-p 34 "*")
type-error
(pathname-match-p "x" 34)
type-error
(peek-char nil (make-string-input-stream "") t)
end-of-file
(peek-char #\space (make-string-input-stream "") t)
end-of-file
(peek-char nil (make-string-input-stream "") nil nil t)
end-of-file
(phase 'x)
type-error
(plusp #c(0 4.2))
type-error
(pprint-dispatch nil t)
type-error
(pprint-exit-if-list-exhausted)
error
(pprint-indent nil 2)
error
(let ((x (make-string-output-stream)))
(pprint-logical-block (x nil :prefix 24)))
type-error
(let ((x (make-string-output-stream)))
(pprint-logical-block (x nil :prefix "a" :per-line-prefix "b")))
error
(pprint-newline :fresh)
type-error
(pprint-pop)
error
(pprint-tab :paragraph 0 1)
error
(let ((*print-readably* t)) (print-unreadable-object (nil *standard-output*)))
print-not-readable
(probe-file "*")
file-error
(provide 25)
type-error
(random -2.3)
type-error
(rational #c(2.4 -0.3))
type-error
(rationalize #c(2.4 -0.3))
type-error
(read (make-string-input-stream "((a b)") nil)
end-of-file
(read (make-string-input-stream " ") t)
end-of-file
(read-byte (pathname "foo50"))
type-error
(read-byte (make-string-input-stream "abc"))
error
(let ((filename "/tmp/foo51.bin"))
(with-open-file (s filename :direction :output
:if-exists :overwrite
:if-does-not-exist :create))
(with-open-file (s filename :direction :input
:element-type '(unsigned-byte 8))
(read-byte s t)))
end-of-file
(let ((filename "/tmp/foo52.txt"))
(with-open-file (s filename :direction :output
:if-exists :overwrite
:if-does-not-exist :create))
(with-open-file (s filename :direction :input)
(read-char s t)))
end-of-file
(let ((filename "/tmp/foo53.txt"))
(with-open-file (s filename :direction :output
:if-exists :overwrite
:if-does-not-exist :create))
(with-open-file (s filename :direction :input)
(read-char-no-hang s t)))
end-of-file
(read-from-string "((a b))" nil nil :end 6)
end-of-file
(read-from-string " () () " t nil :start 3 :end 4)
end-of-file
(read-line (make-string-input-stream "") t)
end-of-file
(read-sequence (list 1 2 3) (make-string-input-stream "") :start nil)
type-error
(read-sequence (list 1 2 3) (make-string-input-stream "") :end -1)
type-error
(readtable-case nil)
type-error
(setf (readtable-case *readtable*) ':unknown)
type-error
(realpart #\c)
type-error
(progn
(defclass foo54 () ())
(reinitialize-instance (make-instance 'foo54) :dummy 0))
error
(remove #\x 'x)
type-error
(remove-duplicates 'abba)
type-error
(remprop 55 'abc)
type-error
(rplaca nil 5)
type-error
(rplacd nil 5)
type-error
(scale-float 2/3 -1)
type-error
(scale-float 3.4 1.0)
type-error
(set-dispatch-macro-character #\0 #\# #'(lambda (s c n) (loop)))
error
(set-pprint-dispatch '(vector * 2) nil #c(3 4))
error
(sin 'x)
type-error
(sinh 'x)
type-error
(sleep -1)
type-error
(progn
(defclass foo55 () (a))
(slot-boundp (make-instance 'foo55) ':a))
error
(progn
(defclass foo56 () (a))
(slot-makunbound (make-instance 'foo56) ':a))
error
(slot-missing (find-class 't) nil ':a 'setf)
error
(slot-unbound (find-class 't) nil ':a)
unbound-slot
(progn
(defclass foo57 () (a))
(slot-value (make-instance 'foo57) ':a))
error
(some '(lambda (x) x) nil)
type-error
(some #'identity 'x)
type-error
(special-operator-p '(and x y))
type-error
(special-operator-p '(setf aref))
type-error
(sqrt 'x)
type-error
(standard-char-p 33)
type-error
(stream-element-type '*terminal-io)
type-error
(string 33)
type-error
(symbol-function 33)
type-error
(symbol-function ':compile)
undefined-function
(symbol-macrolet ((t true)))
program-error
(symbol-macrolet ((*print-pretty* (stream-print-pretty *standard-output*))))
program-error
(symbol-macrolet ((foo58 t)) (declare (special foo58)))
program-error
(symbol-name '(setf foo59))
type-error
(symbol-package '(setf foo59))
type-error
(symbol-plist '(setf foo59))
type-error
(symbol-value '(setf foo59))
type-error
(symbol-value '#:nonexistent)
unbound-variable
(tan 'x)
type-error
(tanh 'x)
type-error
(throw '#:nonexistent nil)
control-error
(translate-logical-pathname (make-broadcast-stream))
type-error
(translate-logical-pathname (logical-pathname "foo61:"))
file-error
(translate-pathname 'x "x" "y")
type-error
(translate-pathname "a" '* '*)
type-error
(translate-pathname "x" "y" "z")
error
(truename "/tmp/foo62nonexistent")
file-error
(truename "/tmp/*/x")
file-error
(typep nil 'values)
error
(typep #'cons '(values t))
error
(typep #'cons '(function (t t) list))
error
(unexport ':foo63)
package-error
(progn
(defpackage "FOO64" (:export "XYZ"))
(defpackage "FOO65" (:export "XYZ"))
(defpackage "FOO66" (:use "FOO64" "FOO65") (:shadow "XYZ"))
(unintern (find-symbol "XYZ" (find-package "FOO66")) (find-package "FOO66")))
error
; update-instance-for-different-class too complicated
; update-instance-for-redefined-class too complicated
(upper-case-p 33)
type-error
(values-list '(a b . c))
type-error
(vector-pop "foo67")
type-error
(vector-pop (make-array 10 :fill-pointer 0))
error
(vector-push 'x (make-array 10))
error
(let ((a (make-array 5 :fill-pointer 0)))
(dotimes (i 100) (vector-push-extend 'x a)))
error
(warn (make-condition 'error))
type-error
(warn (make-condition 'warning) "x")
type-error
(warn 'error)
type-error
(wild-pathname-p #\x)
type-error
(write-byte 1 (pathname "foo67"))
type-error
(write-byte 1 (make-string-output-stream))
error
(write-sequence '(#\1 #\2 #\3) (make-string-output-stream) :start nil)
type-error
(write-sequence '(#\1 #\2 #\3) (make-string-output-stream) :end -1)
type-error
(zerop 'x)
type-error
|
b22219ba5d5dfa859fd3ac6fc95800a94a4cd140 | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH23/EX23.6/B_6.sce | caf8337ea8f53945154c3d0fa8696e7ef70a441b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 568 | sce | B_6.sce | // sum 23-6
clc;
clear;
T=35000;
u=0.4;
p=0.7;
r=200;
N=T/(u*r)
b=sqrt(N/p);
l=b;
//2theta = theta2
theta2=2*asin(l/(2*r));
F=u*N;
P=((250*N)-(u*N*80))/550;
Ry=N-P;
Rx=u*N;
R=sqrt(Rx^2+Ry^2);
w=2*%pi*100/60;
// Rate of heat generated is Q
Q=u*N*w*r/1000;
// printing data in scilab o/p window
printf("N is %0.1f N ",N);
printf("\n b is %0.0f mm ",b);
printf("\n P is %0.1f N ",P);
printf("\n R is %0.2f N ",R);
printf("\n Q is %0.2f J/s ",Q);
//The answer to Rate of heat generated 'Q' is calculated incorrectly in the book.
|
54bfb88bff7cfc159f36032710d519a37862c10d | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Adv-MathematicalFunctions/FLIncGamma-NZ-01.tst | 8a795300b7c6f9ba61817f89d8a7709ef63b485a | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,794 | tst | FLIncGamma-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC.
-- Functional Test Specifications:
--
-- Test Category: Math Functions
--
-- Test Unit Number: FLIncGamma-TD-01
--
-- Name(s): FLIncGamma
--
-- Description: Scalar function which returns the value of Incomplete Gamma function
--
-- Applications:
--
-- Signature: FLIncGamma(IntBdX DOUBLE PRECISION, ExpS DOUBLE PRECISION)
--
-- Parameters: See Documentation
--
-- Return value: Double Precision
--
-- Last Updated: 02-18-2014
--
-- Author: <Zhi.Wang@fuzzyl.com>
--
-- BEGIN: TEST SCRIPT
-- .run file=../PulsarLogOn.sql
-- .set width 2500
SELECT COUNT(*) AS CNT,
CASE WHEN CNT = 0 THEN ' Please Load Test Data!!! ' ELSE ' Test Data Loaded ' END AS TestOutcome
FROM fzzlSerial a;
-- BEGIN: POSITIVE TEST(s)
---- Positive Test 1: Positive Case
SELECT FLIncGamma(1.0, 2.0) AS IncGamma;
SELECT a.SerialVal, FLIncGamma(1.0,a.SerialVal)
FROM fzzlSerial a
WHERE a.SerialVal <= 100
ORDER BY 1;
SELECT a.SerialVal, FLIncGamma(a.serialval,2)
FROM fzzlSerial a
WHERE a.SerialVal <= 100
ORDER BY 1;
---- Positive Test 2: ExpS = 1e-300
SELECT FLIncGamma(1.0,1e-300) AS IncGamma;
---- Positive Test 3: ExpS=1e300
SELECT FLIncGamma(1.0, 1e300) AS IncGamma;
---- Positive Test 4: IntBdX = 1e-300
SELECT FLIncGamma(1e-300,2.0) AS IncGamma;
---- Positive Test 4: IntBdX = 1e300
SELECT FLIncGamma(1e300, 2.0) AS IncGamma;
---- Positive Test 1a: Verify Teradat reported JIRA TD-201
SELECT FLIncGamma(1e3, 1e3) AS IncGamma;
---- Positive Test 1b: Verify Teradat reported JIRA TD-201
SELECT FLIncGamma(1e4, 1e4) AS IncGamma;
-- END: POSITIVE TEST(s)
-- BEGIN: NEGATIVE TEST(s)
---- Negative Test 1: No data
--- Return Null, Good
SELECT FLIncGamma(1.0, a.SerialVal)
FROM fzzlSerial a
WHERE a.SerialVal <= -1;
---- Negative Test 2: Out of Boundary: ExpS = 0
SELECT FLIncGamma(1.0, 0.0) AS IncGamma;
---- Negative Test 3: Out of Boundary: ExpS < 0
SELECT FLIncGamma(1.0, -2.0) AS IncGamma;
---- Negative Test 4: Out of Boundary: IntBdX = 0
SELECT FLIncGamma(0.0, 2.0) AS IncGamma;
---- Negative Test 5: Out of Boundary: IntBdX < 0
SELECT FLIncGamma(-1.0, 2.0) AS IncGamma;
-- END: NEGATIVE TEST(s)
-- END: TEST SCRIPT
|
34c46e065bc41c496db7fcb187abf37f7186685c | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH1/EX1.8/1_8.sce | 9627caa6be9b5dd1c1afe4525b829c5e6013d10a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 888 | sce | 1_8.sce | r1=0.53*10^-8;//Bohr radius in cm//
r2=4*r1;//Bohr radius in second state in cm//
printf('Bohr radius in second state=r2=2.12*10^-8cm');
h=6.625*10^-27;//plank's constant//
m=9.11*10^-28;//electron mass in grams//
v2=h/(%pi*m*r2);//electron velocity in second state in cm per sec//
printf('\nElectron velocity in second state=v2=%fcm per sec',v2);
l=(h*10^8)/(m*v2);//De Broglie wavelength of electron in second state in Angstrums//
printf('\nDe Broglie wavelength of electron in second state=l=%fAngstrums',l);
e=1.6*10^-12;//electron charge in ergs//
v=sqrt((2*(10^4)*e)/m);//velocity of the moving electron in second state in cm/sec//
printf('\nVelocity of moving electron in second state=v=%fcm per sec',v);
l1=(h*10^8)/(v*m);//De Broglie wavelength of moving elctron in Angstrums//
printf('\nDe Broglie wavelength of moving electron in secondstate=l1=%fAngstrums',l1);
|
cc8303cbcb5da5fa89921f243126ef234b17410d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2183/CH2/EX2.5/EX_2_5.sce | cb7e6c5e2f8d65ff0ca6da7c542a3fd9e7b86780 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sce | EX_2_5.sce | // Example 2.5: Core and Cladding Index
clc;
clear;
close;
NA=0.3;// numerical aperture
d= 0.01;// Cange in core-cladding refractive index
r=(1-d);//ratio
n1=sqrt(((NA)^2)/(1-r^2));//core refrative index
n2= n1-(d*n1);
disp(n1,"refrative index of core is")
disp(n2,"Refradctive index of cladding is")
|
659ce1b287b80b7802fb7022016c3ff41b72a227 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH5/EX5.30/Ex5_30.sce | 4582e7621700f9040f3514d71be908ec453d2f6b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 480 | sce | Ex5_30.sce | //=============================================================================
// Chapter 5 example 30
clc;
clear;
// input data
Hc0 = 0.0306; //critical field at 0 K
T = 2; //temperature in K
Tc = 3.7; //temperature in K
//calculation
Hc = Hc0*(1-(T/Tc)^2);
//result
mprintf('critical field =%3.4f tesla\n',Hc);
//==============================================================================
|
2814167c847768791b60e34d1f260784bfc95faa | 449d555969bfd7befe906877abab098c6e63a0e8 | /978/CH5/EX5.1/Example5_1.sce | 74570bb3410db44b168a5e04c5d523cd404340e6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 216 | sce | Example5_1.sce | //chapter-5,Example5_1,pg 491
Vref=12//ref. voltage
n=4//no. of binary weighted resistors
n1=3//input-1
n2=1//input-2
Vo=-(Vref/2^n)*(2^n1+2^n2)
printf("output voltage\n")
printf("Vo=%.2f V",Vo) |
5b1869bd5adafdcea14dc455a2f1b4f3f1715ee8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2342/CH5/EX5.21/EX5_21.sce | 3043602fcdabc529d2a3ae9899c85ba12eb54745 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 706 | sce | EX5_21.sce | // Exa 5.21
format('v',6)
clc;
clear;
close;
// Given data
k= 75*10^-3;//in mA/V^2
Vth= -0.8;// in V
R2 = 100;// in k ohm
R1 = 100;// in k ohm
R_S= 6;// in kΩ
R_D= 3;// in kΩ
V_SS = 10;// in V
V_G = (R2/(R1+R2))*V_SS;// in V
I_D= poly(0,'I_D');
V_S= V_SS-I_D*R_S;// in V
V_GS= V_G-V_S;//in V
I_D= I_D-k*(V_GS-Vth)^2;
I_D= roots(I_D);// in mA
// For I_D(1), the V_DS will be positive, so discarding this
I_D= I_D(2);// in mA
V_DS= -V_SS+I_D*(R_D+R_S);// in V
V_D= I_D*R_D;// in V
V_S= I_D*R_S;// in V
disp(I_D,"The value of I_D in mA is : ")
disp(V_DS,"The value of V_DS in volts is : ")
disp(V_D,"The value of V_D in volts is : ")
disp(V_S,"The value of V_S in volts is : ")
|
a88890b15ca5882669e5c21186ae9ce87bc1a1e1 | a76fc4b155b155bb59a14a82b5939a30a9f74eca | /ProjetTomEval/NewTomeval/doc/TestProtoCarat/Analyse offre élargie-offre restreinte sur des plans de test pou/choco pops ch nat.tst | 10b662757cf267ef76aa43ca5048255fcc5d3a2f | [] | no_license | isliulin/JFC-Tools | aade33337153d7cc1b5cfcd33744d89fe2d56b79 | 98b715b78ae5c01472ef595b1faa5531f356e794 | refs/heads/master | 2023-06-01T12:10:51.383944 | 2021-06-17T14:41:07 | 2021-06-17T14:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,613 | tst | choco pops ch nat.tst | Plan Carat 1
28
101
15,3,7
1
1
0
MEDIADATA:BA01
MEDIACABSAT:C102
C:\diamant\QUARTZ
4780000
1
1
1,0805,4,1,0,5.20,17/04/2002,1
1,0935,4,1,0,7.20,17/04/2002,1
6,1426,4,1,0,1.30,17/04/2002,1
1,0735,8,1,0,1.40,18/04/2002,1
3,0803,8,1,0,6.60,18/04/2002,1
3,0833,8,1,0,6.50,18/04/2002,1
1,0735,16,1,0,2.80,19/04/2002,1
3,0753,16,1,0,2.50,19/04/2002,1
3,1803,16,1,0,2.70,19/04/2002,1
1,0955,32,1,0,4.80,20/04/2002,1
3,0853,32,1,0,4.30,20/04/2002,1
1,0855,64,1,0,3.30,21/04/2002,1
1,0745,2,1,0,4.00,23/04/2002,1
1,0805,4,1,0,7.20,24/04/2002,1
1,1005,4,1,0,9.10,24/04/2002,1
6,1406,4,1,0,2.20,24/04/2002,1
6,1716,4,1,0,2.40,24/04/2002,1
1,0805,16,1,0,7.50,26/04/2002,1
3,1633,16,1,0,3.50,26/04/2002,1
1,0925,32,1,0,4.50,27/04/2002,1
1,0955,32,1,0,10.50,27/04/2002,1
1,0915,64,1,0,9.80,28/04/2002,1
1,0835,1,1,0,3.70,29/04/2002,1
3,0803,1,1,0,4.60,29/04/2002,1
3,0833,1,1,0,3.10,29/04/2002,1
1,0805,2,1,0,10.20,30/04/2002,1
1,0835,2,1,0,3.40,30/04/2002,1
3,0733,2,1,0,1.70,30/04/2002,1
1,0835,4,1,0,9.30,01/05/2002,1
1,0905,4,1,0,11.90,01/05/2002,1
6,1046,4,1,0,0.80,01/05/2002,1
1,0745,8,1,0,5.00,02/05/2002,1
3,0733,8,1,0,1.50,02/05/2002,1
3,0753,16,1,0,4.40,03/05/2002,1
1,1015,32,1,0,5.80,04/05/2002,1
3,0733,32,1,0,4.90,04/05/2002,1
6,0726,32,1,0,0.80,04/05/2002,1
6,0746,32,1,0,3.60,04/05/2002,1
6,0836,32,1,0,2.80,04/05/2002,1
6,0906,32,1,0,2.50,04/05/2002,1
1,0855,64,1,0,6.70,05/05/2002,1
1,1005,64,1,0,7.20,05/05/2002,1
6,1026,64,1,0,7.80,05/05/2002,1
3,0753,1,1,0,5.10,06/05/2002,1
3,0803,1,1,0,5.10,06/05/2002,1
1,0805,2,1,0,10.20,07/05/2002,1
3,0733,2,1,0,3.30,07/05/2002,1
3,1703,2,1,0,6.00,07/05/2002,1
|
e0c741fb33588a08272227a47a51898162ba4ef4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /851/CH8/EX8.1/Example8_1.sce | 11309db2747d93667d1ab3a5caf58584bca9c3de | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 428 | sce | Example8_1.sce | //clear//
//Caption:Repetition Codes
//Example8.1:Repetition Codes
clear;
clc;
n =5; //block of identical 'n' bits
k =1; //one bit
m = 1;// bit value = 1
I = eye(n-k,n-k);//Identity matrix
P = ones(1,n-k);//coefficient matrix
H = [I P'];//parity-check matrix
G = [P 1];//generator matrix
x = m.*G; //code word
disp(G,'generator matrix');
disp(H,'parity-check matrix');
disp(x,'code word for binary one input');
|
1914eb2b88d8ec9e274762c18736235767f01825 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3863/CH12/EX12.5/Ex12_5.sce | 49f9db2c161adaf2994dd5538a038f1ad721b0b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 674 | sce | Ex12_5.sce | clear
//
//
//Given
//Variable declaration
b=200 //Width in mm
d=300 //Depth in mm
L=5*1000 //Span in mm
L_star=5 //Span in m
w=9*1000 //Uniformly distributed load in N/m
E=1e4 //Youngs modulus in N/sq.mm
//Calculation
W=w*L_star //Total load in N
I=b*d**3/12 //Moment of Inertia in mm^4
//case(i):the slope at the support
thetaA=(-(W*(L**2))/(24*E*I))
//case(ii):maximum deflection
yc=(W*L**3)/(E*I)*(5/384)
//Result
printf("\n Slope at the support = %0.3f radians",-thetaA)
printf("\n Maximum deflection = %0.3f mm",yc)
|
8a614178527a16b6027ec654de47eda7a965995f | 2993fc34b94c8433c87d4119455234063e522758 | /pss.tst | 75424150fe98ef26a74d842bad5f823869f7a66c | [] | no_license | Nitinpal269/java-io | 1aeaf706fb0cf6378975ca81e31929be83035f3c | da4c40a32baa78efcaa1330c96522e7139d1594d | refs/heads/main | 2023-03-13T02:24:00.211691 | 2021-03-04T18:25:36 | 2021-03-04T18:25:36 | 340,392,056 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 31 | tst | pss.tst | before
after
via actual out
|
c570a461c69b750404c8061c1fd764382da7e2c7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1217/CH4/EX4.3/Exa4_3.sce | a578fb8a1165ddb26e848e68cea1f6ea9849886c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 777 | sce | Exa4_3.sce | //Exa 4.3
clc;
clear;
close;
// given data
disp("The output expression consist of two parts, one when V1 acting alone i.e. due to non inverting amplifier, thus constant A becomes the gain for non inverting configuration and second when V2 acting alone i.e. due to inverting amplifier, thus constant B becomes the gain for inverting configuration ");
// case (i) when V1 acting alone V2=0;
disp("case (i) when V1 acting alone V2=0 and the output is given as");
disp("Vo1=(1+100/10)*Va");
disp("Va=99*V1/(11+99)");
disp("Vo1=(110/10)*(99/110)*V1=9.9V1");
disp("Thus the gain A=Vo1/V1=9.9");
// case (ii) when V2 acting alone V1=0;
disp("case (ii) when V2 acting alone V1=0 and the output is given as");
disp("Vo2=(-100/10)*V2");
disp("Thus the gain B=Vo2/V2=-10"); |
cbc41dff78a421dc8ef9ece6003f010425f47abe | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH1/EX1.15/1_15.sce | 480e4c4e41cd948279da0368abfd60b1fc9ade93 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 346 | sce | 1_15.sce | //ques-1.15
//Calculating hardness of water sample
clc
V=100;//volume of water (in mL)
v1=25;//volume of Sodium carbonate added (in mL)
v2=10;//volume of Sulphuric acid required (in mL)
N=1/50;//normality of Sodium carbonate and Sulphuric acid
h=(v1-v2)*N*(1000/V)*50;//hardness
printf("The hardness is permanent with value %d ppm.",h);
|
8816f193c1ea960bdd1620b91ec0354a8da417cf | 717ddeb7e700373742c617a95e25a2376565112c | /1766/CH4/EX4.15/EX4_15.sce | 4c0082cbe0043fdd53aef276e3847eec4056e181 | [] | 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 | 1,469 | sce | EX4_15.sce | clc;funcprot(0);//EXAMPLE 4.15
// Initialisation of Variables
d=0.002;..........//Diameter of wire in mm
T=124;..........//Temperature of the wire in degree celsius
Ta=30;........//Temperature of room in degree celsius
//Calculations
Tf=(T+Ta)/2;............//Film temperature in degree celsius
g=9.8;........//Acceleration due to gravity in m^2/s
B=1/(Tf+273);.......//Temp inverse in Kelvin inverse for film temp
K=0.0291;...........//Thermal conductivity in W/mK of air at film temp
delT=T-Ta;........//Temperature difference
mu=2.12*10^-5;..........//Viscosity in m^2/s at film temp
Pr=0.99;..........//Prandlt no for air at film temperature
Ra=(g*B*delT*d*d*d*Pr)/(mu^2);.........//Raleigh Number at film temp for air
Nu=0.855*(Ra^0.148);...........//Nusselt no at film temp for air
h=(Nu*K)/d;..........//Convective heat transfer co efficient in in W/m^2K when wire is in air
Q=h*(%pi)*d*delT;............//Heat transfer rate in W when wire is in air
disp(Q,"The heat transfer rate (when wire is present in air) in W:")
Ra1=168.15;.............//Raleigh Number at film temp for carbon dioxide
Nu1=1.995;................//Nusselt no at film temp for carbon dioxide
h1=20.42;.............//Convective heat transfer co efficient in in W/m^2K when wire is in carbon dioxide
Q1=h1*(%pi)*d*delT;............//Heat transfer rate in W when wire is in carbon dioxide
disp(Q1,"The heat transfer rate (when wire is present in carbon dioxide) in W:")
|
c1422509fd47a18ca4a51b9f825eb8a5b08efed5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1538/CH17/EX17.4/Ex17_4.sce | 9072cc4d592c48b65d0ac3004272efbdb83d3062 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 407 | sce | Ex17_4.sce | //example-17.4
//page no-526
//given
//one mole of magnesium weighs
MMg=0.0243 //Kg
//current density
I=20*10^-3 //A/m^2
//design life of 15 years
t=15*365*24*3600 //sec
//charge= 2 faradya
Q=2*96490 //C
//charge needed per m^2 of structure's for design life
q=I*t //A s
//the amount of magnesium needed
AMg=MMg*q/Q //kg/m^2
printf("the amount of magnesiun meeded is %f kg/m?^2",AMg)
|
cace81faf126846f0ea41031a1c596c8eb51e738 | 75ae1a7cf742720bc03d7c587b3ff56eb0670a26 | /PrototypeExperiment.sce | 59556bc25d087758eed82257e6702acf0f1abb91 | [] | no_license | purbohadi/hcccl_project | 3f4947c206d08897c3bb76e334bce0e038f83174 | 6d254d31dfbb7eb8284410c7fe5bf8daca93d167 | refs/heads/master | 2020-05-21T00:43:21.370540 | 2019-05-09T17:06:13 | 2019-05-09T17:06:13 | 185,837,453 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 21,343 | sce | PrototypeExperiment.sce | # -------------------------- Header Parameters --------------------------
scenario = "Prototype";
write_codes = EXPARAM( "Send Port Codes" );
screen_width_distance = EXPARAM( "Display Width" );
screen_height_distance = EXPARAM( "Display Height" );
screen_distance = EXPARAM( "Viewing Distance" );
default_background_color = EXPARAM( "Background Color" );
default_font = EXPARAM( "Non-Stimulus Font" );
default_font_size = EXPARAM( "Non-Stimulus Font Size" );
default_text_color = EXPARAM( "Non-Stimulus Font Color" );
response_matching = simple_matching;
active_buttons = 2;
target_button_codes = 1,2;
response_logging = EXPARAM( "Response Logging" );
stimulus_properties =
event_name, string,
prac_type, string,
trial_number, number,
stim_type, string,
stim_cond, string,
ISI_duration, number,
p_code, number,
stim_file, string;
event_code_delimiter = ";";
# ------------------------------- SDL Part ------------------------------
begin;
# instruction page
# TODO: need to have xml text info source using Magyar (HU) and English (EN) language. HU is the default.
trial{
trial_type = first_response;
trial_duration = forever;
picture{
text {
caption = "Instructions";
preload = false;
} instruct_text;
x = 0;
y = 0;
} instruct_pic;
} instruct_trial;
# stimuli object
trial {
stimulus_event {
picture {} ISI_pic;
code = "ISI";
} ISI_event;
} ISI_trial;
# stimuli masking
trial {
clear_active_stimuli = false;
stimulus_event {
picture {
ellipse_graphic {
ellipse_height = EXPARAM( "Fixation Point Size" );
ellipse_width = EXPARAM( "Fixation Point Size" );
color = EXPARAM( "Fixation Point Color" );
} fix_circ;
x = 0;
y = 0;
} stim_pic;
response_active = true;
code = "Stim";
} stim_event;
} stim_trial;
# rest trial period
trial {
trial_duration = forever;
trial_type = first_response;
stimulus_event {
picture {
text {
caption = "Rest";
preload = false;
} rest_text;
x = 0;
y = 0;
};
code = "Rest";
} rest_event;
} rest_trial;
# start trial
trial {
stimulus_event {
picture {
text {
caption = "Ready";
preload = false;
} ready_text;
x = 0;
y = 0;
};
} ready_event;
} ready_trial;
# study trial
trial {
stimulus_event {
picture {} test_pic;
code = "Study";
} study_event;
} study_trial;
trial {
stimulus_event {
picture {} ITI_pic;
code = "ITI";
} ITI_event;
} ITI_trial;
# ----------------------------- PCL Program -----------------------------
begin_pcl;
# external library for specific helper function/tools
include_once "Library/lib_utilities.pcl";
include_once "Library/lib_visual_utilities.pcl";
# --- CONSTANTS --- #
string STIM_EVENT_CODE = "Stimulus";
string PRACTICE_TYPE_PRACTICE = "Practice";
string PRACTICE_TYPE_MAIN = "Main";
# Button Up and Down
string IN_BUTTON_LABEL = "[IN_BUTTON]";
string OUT_BUTTON_LABEL = "[OUT_BUTTON]";
string LOG_ACTIVE = "log_active";
int IN_IDX = 1;
int OUT_IDX = 2;
int TYPE_IDX = 1;
int COND_IDX = 2;
int STIM_IDX = 3;
int CORR_BUTTON = 201;
int INCORR_BUTTON = 202;
string INSIDE_COND = "Inside";
string OUTSIDE_COND = "Outside";
string CHARACTER_WRAP = "Character";
int PORT_CODE_PREFIX = 100;
int MIN_OBJECTS = 3; # Minimum total grid size
int rows = 3;
int columns = 3;
double line_width = 0.5;
int retention_interval = 50*1000;#ms
trial_refresh_fix( ITI_trial, retention_interval );
# --- Set up fixed stimulus parameters ---
string language = parameter_manager.get_string( "Language" );
language_file lang = load_language_file( scenario_directory + language + ".xml" );
bool char_wrap = ( get_lang_item( lang, "Word Wrap Mode" ).lower() == CHARACTER_WRAP.lower() );
double font_size = parameter_manager.get_double( "Non-Stimulus Font Size" );
# Set up the rest trial
int rest_dur = parameter_manager.get_int( "Rest Break Duration" );
if ( rest_dur > 0 ) then
rest_trial.set_type( rest_trial.FIXED );
trial_refresh_fix( rest_trial, rest_dur );
string rest_cap = get_lang_item( lang, "Timed Rest Caption" );
full_size_word_wrap( rest_cap, font_size, char_wrap, rest_text );
else
string rest_cap = get_lang_item( lang, "Untimed Rest Caption" );
full_size_word_wrap( rest_cap, font_size, char_wrap, rest_text );
end;
# Add fixation to ISI
if ( parameter_manager.get_bool( "Show Fixation Point During ISI" ) ) then
ISI_pic.add_part( fix_circ, 0, 0 );
end;
# Set the target and nontarget buttons
begin
array<int> b_codes[2];
b_codes.fill( 1, 0, INCORR_BUTTON, 0 );
response_manager.set_button_codes( b_codes );
b_codes.fill( 1, 0, CORR_BUTTON, 0 );
response_manager.set_target_button_codes( b_codes );
end;
# Change response logging
if ( parameter_manager.get_string( "Response Logging" ) == LOG_ACTIVE ) then
ISI_trial.set_all_responses( false );
stim_trial.set_all_responses( false );
end;
# --- Stimulus setup
# setup 3x3 GRID location
if ( rows * columns < MIN_OBJECTS ) then
exit( "Error: Grid must contain at least " + string( MIN_OBJECTS ) + " elements. Increase 'Object Rows' or 'Object Columns'" );
end;
array<bitmap> all_stim[2][0][0];
parameter_manager.get_bitmaps( "Inside Condition Images", all_stim[IN_IDX] );
parameter_manager.get_bitmaps( "Outside Condition Images", all_stim[OUT_IDX] );
array<bitmap> prac_bmps[2][0];
parameter_manager.get_bitmaps( "Inside Practice Images", prac_bmps[IN_IDX] );
parameter_manager.get_bitmaps( "Outside Practice Images", prac_bmps[OUT_IDX] );
# setup stimulus picture location
array<double> slot_dims[2];
double d_width = display_device.custom_width();
double d_height = display_device.custom_height();
slot_dims[1] = d_width / double( columns );
slot_dims[2] = d_height / double( rows );
array<bitmap> images[0];
parameter_manager.get_bitmaps( "Stimuli", images );
loop
bool scale_images = parameter_manager.get_bool( "Resize Images to Fit" );
int i = 1
until
i > images.count()
begin
double bmp_height = images[i].height();
double bmp_width = images[i].width();
double width_ratio = bmp_width / slot_dims[1];
double height_ratio = bmp_height / slot_dims[2];
if ( scale_images ) then
if ( width_ratio > height_ratio ) && ( width_ratio > 1.0 ) then
images[i].set_load_size( 0.0, slot_dims[1], images[i].SCALE_TO_WIDTH );
elseif ( height_ratio > width_ratio ) && ( height_ratio > 1.0 ) then
images[i].set_load_size( slot_dims[2], 0.0, images[i].SCALE_TO_HEIGHT );
end;
images[i].load();
else
if ( width_ratio > 1.0 ) || ( height_ratio > 1.0 ) then
string filename = images[i].filename();
exit( "Error: The image file " + filename + " is too large. Reduce image size, increase grid dimensions, or set 'Resize Images to Fit' to 'True'" );
end;
end;
i = i + 1;
end;
#setup 9 location grid
array<double> grid_locs[0][0];
double total_width = ( slot_dims[1] * double( columns ) ) + ( line_width * double( columns - 1 ) );
double total_height = ( slot_dims[2] * double( rows ) ) + ( line_width * double( rows - 1 ) );
loop
int row = 1;
double start_x = ( -total_width * 0.5 ) + slot_dims[1]/2.0;
double start_y = ( total_height * 0.5 ) - slot_dims[2]/2.0;
double curr_x = start_x;
double curr_y = start_y;
until
row > rows
begin
loop
int column = 1
until
column > columns
begin
array<double> temp[2];
temp[1] = curr_x;
temp[2] = curr_y;
grid_locs.add( temp );
curr_x = curr_x + slot_dims[1] + line_width;
column = column + 1;
end;
curr_x = start_x;
curr_y = curr_y - slot_dims[2] - line_width;
row = row + 1;
end;
array<line_graphic> outlines[rows * columns];
line_graphic sel_box = new line_graphic();
rgb_color cursor_color = parameter_manager.get_color( "Cursor Color" );
rgb_color outline_color = parameter_manager.get_color( "Outline Color" );
# Get the condition (sub-array) counts
array<int> cond_counts[2];
cond_counts[IN_IDX] = all_stim[IN_IDX].count();
cond_counts[OUT_IDX] = all_stim[OUT_IDX].count();
# Get the requested trial counts
array<int> trial_cts[2];
trial_cts[IN_IDX] = parameter_manager.get_int( "Inside Trials per Condition" );
trial_cts[OUT_IDX] = parameter_manager.get_int( "Outside Trials per Condition" );
# Get the specified condition names. Make sure there are the same number of names as subarrays
array<string> cond_names[2][0];
parameter_manager.get_strings( "Inside Condition Names", cond_names[IN_IDX] );
parameter_manager.get_strings( "Outside Condition Names", cond_names[OUT_IDX] );
if ( cond_names[IN_IDX].count() != cond_counts[IN_IDX] ) then
exit( "Error: There must be the same number of elements in 'Inside Condition Names' as subarrays in 'Inside Condition Images'" );
end;
if ( cond_names[OUT_IDX].count() != cond_counts[OUT_IDX] ) then
exit( "Error: There must be the same number of elements in 'Outside Conditon Names' as subarrays in 'Outside Condition Images'" );
end;
# --- Subroutines --- #
ellipse_graphic cursor = new ellipse_graphic();
test_pic.add_part( sel_box, 0, 0 );
test_pic.add_part( cursor, 0, 0 );
bool cursor_on = true;
sub
remove_cursor_parts
begin
if ( cursor_on ) then
test_pic.remove_part( test_pic.part_count() );
test_pic.remove_part( test_pic.part_count() );
cursor_on = false;
end;
end;
# --- sub present_instructions
sub
present_instructions( string instruct_string )
begin
full_size_word_wrap( instruct_string, font_size, char_wrap, instruct_text );
instruct_trial.present();
default.present();
end;
# --- sub get_filename
sub
string get_filename( bitmap this_bitmap )
begin
string temp_string = this_bitmap.filename();
int last_slash = 1;
loop
until
temp_string.find( "\\", last_slash ) == 0
begin
last_slash = last_slash + 1;
end;
temp_string = temp_string.substring( last_slash, temp_string.count()-last_slash+1 );
return temp_string
end;
# --- sub ready_set_go ---
int ready_dur = parameter_manager.get_int( "Ready-Set-Go Duration" );
trial_refresh_fix( ready_trial, ready_dur );
array<string> ready_caps[3];
ready_caps[1] = get_lang_item( lang, "Ready Caption" );
ready_caps[2] = get_lang_item( lang, "Set Caption" );
ready_caps[3] = get_lang_item( lang, "Go Caption" );
sub
ready_set_go
begin
if ( ready_dur > 0 ) then
loop
int i = 1
until
i > ready_caps.count()
begin
full_size_word_wrap( ready_caps[i], font_size, char_wrap, ready_text );
ready_trial.present();
i = i + 1;
end;
end;
end;
# --- sub get_port_code
# If they aren't using 2 x 2 design, then default to generic
bool generic_codes = false;
if ( cond_counts[IN_IDX] != 2 ) || ( cond_counts[OUT_IDX] != 2 ) then
generic_codes = true;
else
loop
int i = 1
until
i > all_stim.count()
begin
loop
int j = 1
until
j > all_stim[i].count()
begin
if ( all_stim[i][j].count() > 50 ) then
generic_codes = true;
end;
j = j + 1;
end;
i = i + 1;
end;
end;
# If there are more than 100 conditions, then exit
if ( cond_counts[IN_IDX] > 100 ) || ( cond_counts[OUT_IDX] > 100 ) then
exit( "Error: There must be fewer than 100 conditions (subarrays) specified." );
end;
sub
int get_port_code( int stim_type, int stim_cond, int stim_number )
begin
int this_p_code = stim_number;
if ( generic_codes ) then
this_p_code = stim_cond;
elseif ( stim_cond != IN_IDX ) then
this_p_code = this_p_code + all_stim[IN_IDX][stim_cond].count();
end;
if ( stim_type == OUT_IDX ) then
this_p_code = this_p_code + PORT_CODE_PREFIX;
end;
return this_p_code
end;
# --- sub string_replace
array<string> button_names[2];
button_names[1] = parameter_manager.get_string( "Response Button 1 Name" );
button_names[2] = parameter_manager.get_string( "Response Button 2 Name" );
int obj_button = parameter_manager.get_int( "Response Button Mapping" );
sub
string string_replace( string start_string )
begin
string rval = start_string;
rval = rval.replace( IN_BUTTON_LABEL, button_names[obj_button] );
rval = rval.replace( OUT_BUTTON_LABEL, button_names[(obj_button%2)+1] );
return rval
end;
# --- sub show_trial_sequence
# Instructions
string instructions = string_replace( get_lang_item( lang, "Instructions" ) );
string reminder_cap = string_replace( get_lang_item( lang, "Reminder Caption" ) );
# Initialize some other values
int trials_per_rest = parameter_manager.get_int( "Trials Between Rest Breaks" );
bool repeat_stim = parameter_manager.get_bool( "Repeat Stimuli" );
array<int> ISI_range[0];
parameter_manager.get_ints( "ISI Range", ISI_range );
if ( ISI_range.count() != 2 ) then
exit( "Error: Exactly two values must be specified in 'ISI Range'" );
end;
# Get the requested stimulus durations, exit if none
int stim_dur = parameter_manager.get_int( "Stimulus Duration" );
trial_refresh_fix( stim_trial, stim_dur );
array<int> corr_buttons[2];
corr_buttons[IN_IDX] = parameter_manager.get_int( "Response Button Mapping" );
corr_buttons[OUT_IDX] = ( corr_buttons[IN_IDX] % 2 ) + 1;
array<string> type_names[2];
type_names[IN_IDX] = INSIDE_COND;
type_names[OUT_IDX] = OUTSIDE_COND;
sub
show_trial_sequence( array<int,2>& trial_sequence, string prac_check )
begin
# Get ready!
ready_set_go();
# Start with an ISI
trial_refresh_fix( ISI_trial, random( ISI_range[1], ISI_range[2] ) );
ISI_trial.present();
# Loop to present trials
loop
int i = 1
until
i > trial_sequence.count()
begin
# Get some values for this trial
int this_type = trial_sequence[i][TYPE_IDX];
int this_cond = trial_sequence[i][COND_IDX];
int this_stim = trial_sequence[i][STIM_IDX];
string cond_name = cond_names[this_type][this_cond];
string filename = get_filename( all_stim[this_type][this_cond][this_stim] );
#term.print_line( string( this_type ) + " " + string( this_cond ) + " " + string( this_stim ) );
# Set the stimulus
if ( prac_check == PRACTICE_TYPE_PRACTICE ) then
cond_name = PRACTICE_TYPE_PRACTICE;
stim_pic.set_part( 1, prac_bmps[this_type][this_stim] );
filename = get_filename( prac_bmps[this_type][this_stim] );
else
stim_pic.set_part( 1, all_stim[this_type][this_cond][this_stim] );
end;
# Set the ISI duration
int this_isi = random( ISI_range[1], ISI_range[2] );
trial_refresh_fix( ISI_trial, this_isi );
# Set the target button
stim_event.set_target_button( corr_buttons[this_type] );
# Set port code
int p_code = get_port_code( this_type, this_cond, this_stim );
stim_event.set_port_code( p_code );
# Set the event code
stim_event.set_event_code(
STIM_EVENT_CODE + ";" +
prac_check + ";" +
string( i ) + ";" +
type_names[this_type] + ";" +
cond_name + ";" +
string( this_isi ) + ";" +
string( p_code ) + ";" +
filename
);
# Show the trial
stim_trial.present();
ISI_trial.present();
# Show the rest
if ( trials_per_rest > 0 ) && ( prac_check == PRACTICE_TYPE_MAIN ) then
if ( i % trials_per_rest == 0 ) && ( i < trial_sequence.count() ) then
rest_trial.present();
present_instructions( reminder_cap );
ready_set_go();
end;
end;
# Increment
i = i + 1;
end;
end;
# Sub show study simple image
sub
show_study
begin
# Randomize the image set
images.shuffle();
remove_cursor_parts();
# Reset the grid stimuli to the new randomized images
loop
int i = 1
until
i > grid_locs.count()
begin
test_pic.set_part( i, images[i] );
i = i + 1;
end;
# Show study trial
study_trial.present();
ITI_trial.present();
end;
# --- Trial & Condition Sequence --- #
array<int> cond_array[0][0];
array<int> prac_cond_array[0][0];
# Build the trial sequence
begin
# Randomize the stimulus order & check if there are enough stimuli (if they don't want to repeat)
bool randomize_stim = parameter_manager.get_bool( "Randomize Stimulus Order" );
# Now we'll set up the order of picture #s
array<int> stim_order[2][0][0];
loop
int i = 1
until
i > all_stim.count()
begin
stim_order[i].resize( all_stim[i].count() );
int trial_ct = trial_cts[i];
# For each condition/type, set a picture order
# This order can be the same as the pictures are entered in the param manager
# or randomized. Note if pictures are repeated, the entire set for that
# condition is shown before any picture is repeated.
loop
int j = 1
until
j > all_stim[i].count()
begin
array<int> stim_indices[all_stim[i][j].count()];
stim_indices.fill( 1, 0, 1, 1 );
# Break if they don't have enough stimuli & don't want to repeat stim
if ( !repeat_stim ) then
if ( stim_indices.count() < trial_ct ) then
exit( "Error: Not enough stimuli specified. Add more stimuli or reduce the number of trials per condition." );
end;
end;
loop
until
stim_order[i][j].count() >= trial_ct
begin
if ( randomize_stim ) then
stim_indices.shuffle();
end;
stim_order[i][j].append( stim_indices );
end;
stim_order[i][j].resize( trial_ct );
j = j + 1;
end;
i = i + 1;
end;
# Now build the trial sequence
loop
int i = 1
until
i > stim_order.count()
begin
loop
int j = 1
until
j > stim_order[i].count()
begin
loop
int k = 1
until
k > stim_order[i][j].count()
begin
array<int> temp[3];
temp[TYPE_IDX] = i;
temp[COND_IDX] = j;
cond_array.add( temp );
k = k + 1;
end;
j = j + 1;
end;
i = i + 1;
end;
cond_array.shuffle();
array<int> ctrs[2][0];
ctrs[1].resize( all_stim[1].count() );
ctrs[2].resize( all_stim[2].count() );
loop
int i = 1
until
i > cond_array.count()
begin
int this_type = cond_array[i][TYPE_IDX];
int this_cond = cond_array[i][COND_IDX];
if ( ctrs[this_type][this_cond] == 0 ) then
ctrs[this_type][this_cond] = 1;
end;
int this_stim = ctrs[this_type][this_cond];
cond_array[i][STIM_IDX] = stim_order[this_type][this_cond][this_stim];
ctrs[this_type][this_cond] = ctrs[this_type][this_cond] + 1;
i = i + 1;
end;
# Build a practice trial sequence
int prac_trials = parameter_manager.get_int( "Practice Trials" );
array<int> temp_prac_array[0][0];
loop
int i = 1
until
i > prac_bmps.count()
begin
loop
int j = 1
until
j > prac_bmps[i].count()
begin
array<int> temp[3];
temp[TYPE_IDX] = i;
temp[COND_IDX] = 1;
temp[STIM_IDX] = j;
temp_prac_array.add( temp );
j = j + 1;
end;
i = i + 1;
end;
loop
until
prac_cond_array.count() >= prac_trials
begin
prac_cond_array.append( temp_prac_array );
end;
prac_cond_array.resize( prac_trials );
prac_cond_array.shuffle();
#start image show
# Set up the polygon that'll get used for outlined boxes
array<double> outline_ends[0][0];
array<double> temp[2];
temp[1] = -( slot_dims[1]/2.0 - line_width/2.0 );
temp[2] = slot_dims[2]/2.0 - line_width/2.0;
outline_ends.add( temp );
temp[1] = -temp[1];
outline_ends.add( temp );
temp[2] = -temp[2];
outline_ends.add( temp );
temp[1] = -temp[1];
outline_ends.add( temp );
# Draw the outline boxes
loop
int i = 1
until
i > outlines.count()
begin
outlines[i] = new line_graphic();
outlines[i].set_line_width( line_width );
outlines[i].set_line_color( outline_color );
outlines[i].add_polygon( outline_ends, false, 1.0, 0.0 );
outlines[i].redraw();
i = i + 1;
end;
# Redraw the "selection" outline box
sel_box.set_line_width( line_width );
sel_box.set_line_color( cursor_color );
sel_box.add_polygon( outline_ends, false, 1.0, 0.0 );
sel_box.redraw();
# Add images to the test pic
loop
int i = 1
until
i > grid_locs.count()
begin
test_pic.add_part( images[i], grid_locs[i][1], grid_locs[i][2] );
i = i + 1;
end;
# Add outlines to the test pic
# We do this separately so that the images are the first set of picture parts
loop
int i = 1
until
i > grid_locs.count()
begin
test_pic.add_part( outlines[i], grid_locs[i][1], grid_locs[i][2] );
i = i + 1;
end;
end;
# --- Main Sequence --- #
# Set some captions
string complete_caption = string_replace( get_lang_item( lang, "Completion Screen Caption" ) );
# Main sequence
if ( prac_cond_array.count() > 0 ) then
present_instructions( instructions + get_lang_item( lang, "Practice Caption" ) );
show_trial_sequence( prac_cond_array, PRACTICE_TYPE_PRACTICE );
# show_study();
#ITI_trial.present();
# Wait
# if ( retention_interval > 0 ) then
# trial_refresh_fix( ITI_trial, retention_interval );
# ITI_trial.present();
# end;
present_instructions( get_lang_item( lang, "Practice Complete Caption" ) );
present_instructions( reminder_cap );
else
present_instructions( instructions );
end;
#show_trial_sequence( cond_array, PRACTICE_TYPE_MAIN );
present_instructions( complete_caption );
|
018f5f3946658e4610c232dafae23c6630c35cf2 | 717ddeb7e700373742c617a95e25a2376565112c | /608/CH21/EX21.28/21_28.sce | d0bef77dc82d082b841285cb57a4485973f95fc5 | [] | 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 | 987 | sce | 21_28.sce | //Problem 21.28: A 500 V shunt motor runs at its normal speed of 10 rev/s when the armature current is 120 A. The armature resistance is 0.2 ohm. (a) Determine the speed when the current is 60 A and a resistance of 0.5 ohm is connected in series with the armature, the shunt field remaining constant. (b) Determine the speed when the current is 60 A and the shunt field is reduced to 80% of its normal value by increasin resistance in the field circuit.
//initializing the variables:
Ia1 = 120; // in A
Ia2 = 60; // in A
Ra = 0.2; // in ohm
n1 = 10; // in rev/sec
R = 0.5; // in ohm
x = 0.8;
V = 500; // in Volts
//calculation:
//back e.m.f. at Ia1
E1 = V - Ia1*Ra
//at Ia2
E2 = V - Ia2*(Ra + R)
//E1/E2 = Phi1*n1/Phi2*n2
Phi2 = Phi1
n2 = Phi1*n1*E2/(Phi2*E1)
//Back e.m.f. when Ia2
E3 = V - Ia2*Ra
Phi3 = x*Phi1
n3 = Phi1*n1*E3/(Phi3*E1)
printf("\n\n Result \n\n")
printf("\n (a)speed n2 is %.2f rev/sec", n2)
printf("\n (b)speed n3 is %.2f rev/sec", n3) |
052bb9f7bfdc545a928172fa6177d154b92ca698 | cb9485d8035ce383ea92cab60be3c510f7083077 | /Assignment1/Ass1-LiewZhiLi-U1821610C.sce | 22bf0b0eb6218f3be749e082f32722965246c5f1 | [] | no_license | shernaliu/CZ3006-NCC | 14b8a5d47555e2de7201ee68afe673637580de4d | 2bd7fd759bbcff44910c076df954752c6a3d0cf5 | refs/heads/master | 2022-12-08T19:39:13.900350 | 2020-09-04T16:07:58 | 2020-09-04T16:07:58 | 292,887,064 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 4,278 | sce | Ass1-LiewZhiLi-U1821610C.sce | /* define values of g from 0 to 50, step interval 0.1 */
g_val=[0:0.1:20]';
/* define values of a & p
- Do not set a=0.01
- Do not set p=0.01 or 0.03
*/
a_val=0.02;
p_val=0.05;
q_val=1-p_val;
/* define function for pure aloha from eqn 1 */
function pure_aloha_val=pure_aloha(G)
pure_aloha_val=G.*exp(-2.*G);
endfunction
/* define function for slotted aloha from eqn 2 */
function slotted_aloha_val=slotted_aloha(G)
slotted_aloha_val=G.*exp(-G);
endfunction
/* define function for non-persistent CSMA from eqn 3 */
function non_persistent_csma_val=non_persistent_csma(A,G)
numerator_np=(G.*exp(-A.*G));
denominator_np=(G.*(1+2.*A)+exp(-A.*G));
non_persistent_csma_val=numerator_np./denominator_np;
endfunction
/* define function for 1-persistent CSMA from eqn 10 */
function one_persistent_csma_val=one_persistent_csma(A,G)
numerator_op=(G).*(1+G+(A.*G).*(1+G+(A.*G)./2)).*(exp(-G.*(1+2.*A)));
denominator_op=G.*(1+2.*A)-(1-exp(-A.*G))+(1+A.*G).*(exp(-G.*(1+A))) ;
one_persistent_csma_val=numerator_op./denominator_op;
endfunction
/* define function for p-persistent CSMA from A1 aka S' */
function p_persistent_val=p_persistent_csma(A,G,P,Q)
numerator_pp=(1-exp(-A.*G)).*((Ps_prime_hat(A,G,P,Q).*pi_0(A,G))+(Ps_hat(A,G,P,Q).*(1-pi_0(A,G))));
denominator_pp=(1-exp(-A.*G)).*((A.*t_bar_prime_hat(A,G).*pi_0(A,G))+(A.*t_bar_hat(A,G)).*(1-pi_0(A,G))+1+A)+(A.*pi_0(A,G));
p_persistent_val=numerator_pp./denominator_pp;
endfunction
/* define function for pi_0 from eqn 25*/
function pi_0_val=pi_0(A,G)
pi_0_val=exp(-G.*(1+A));
endfunction
/* define function for Ps_hat from eqn A20 using pi_0(A,G) */
function Ps_hat_val=Ps_hat(A,G,P,Q)
g=G*A;
eqn_a=(((pi_0(A,G)).^P)-(pi_0(A,G)))./(Q.*(1-pi_0(A,G)));
eqn_b=((1-exp(-g.*P)).*(((pi_0(A,G)).^(1-Q.^2))-pi_0(A,G)))./((Q.*(1-pi_0(A,G)))-(Q.*exp(-2.*g.*P)).*(((pi_0(A,G)).^P)-pi_0(A,G)));
Ps_hat_val=eqn_a-eqn_b;
endfunction
/* define function for Ps_prime_hat from eqn A20 replacing pi_0(A,G) with exp(-g) where g=aG */
function Ps_prime_hat_val=Ps_prime_hat(A,G,P,Q)
g=G*A;
eqn_a=(((exp(-(A.*G))).^P)-(exp(-(A.*G))))./(Q.*(1-exp(-(A.*G))));
eqn_b=((1-exp(-g.*P)).*(((exp(-(A.*G))).^(1-Q.^2))-exp(-(A.*G))))./((Q.*(1-exp(-(A.*G))))-(Q.*exp(-2.*g.*P)).*(((exp(-(A.*G))).^P)-exp(-(A.*G))));
Ps_prime_hat_val=eqn_a-eqn_b;
endfunction
/* define function for t-bar-hat from eqn A12 */
function t_bar_hat_val=t_bar_hat(A,G,P)
g=G*A;
t_bar_hat_val=((pi_0(A,G).^P)-pi_0(A,G))./(1-pi_0(A,G)-((pi_0(A,G).^P)-pi_0(A,G)).*exp(-P.*g));
endfunction
/* define function for t-bar-prime-hat from eqn A12 replacing pi-naught with exp(-g) where g=aG */
function t_bar_prime_hat_val=t_bar_prime_hat(A,G,P)
g=G*A;
t_bar_prime_hat_val=((exp(-(A.*G)).^P)-exp(-(A.*G)))./(1-exp(-(A.*G))-((exp(-(A.*G)).^P)-exp(-(A.*G))).*exp(-(P.*g)));
endfunction
/* --- plot2d customization options --- */
colors=[color("red") color("orange") color("yellow") color("green") color("blue")];
xtitle("Throughput Analyses for ALOHA and CSMA (a=0.02,p=0.05)");
xlabel("G (Offered Channel Traffic)","fontsize", 3,"fontname",8);
ylabel("S (Throughput)","fontsize", 3,"fontname",8);
option_a=gca();
option_a.tight_limits=["on","on"];
option_a.data_bounds=[0 0;20 1];
// change font properties
option_a.font_foreground=1;
option_a.font_size=3;
option_a.font_style=8;
// change thickness of polyline
p=get("hdl");
p.thickness=2;
/* plot the curves on a graph */
plot2d(g_val,[pure_aloha(g_val) slotted_aloha(g_val) non_persistent_csma(a_val,g_val) one_persistent_csma(a_val,g_val) p_persistent_csma(a_val,g_val,p_val,q_val)],colors,leg="Pure ALOHA@Slotted ALOHA@Non-Persistent CSMA@1-Persistent CSMA@0.05-Persistent CSMA");
/* calculate max throughput for Pure ALOHA & Slotted ALOHA */
disp("Max. Throughput of Pure ALOHA at G=0.5 is: ", pure_aloha(0.5));
disp("Max. Throughput of Slotted ALOHA at G=1 is: ", slotted_aloha(1));
/* calculate max throughput for Non-P, 1-P, 0.05-P CSMA */
disp("Max. Throughput of Non-Persistent CSMA at G=6.5 is: ", non_persistent_csma(a_val,6.5));
disp("Max. Throughput of 1-Persistent CSMA at G=1 is: ", one_persistent_csma(a_val,1));
disp("Max. Throughput of 0.05-Persistent CSMA at G=3.2 is: ", p_persistent_csma(a_val,3.2,p_val,q_val));
|
a598407b78ae68eae4daf0dd53984e43ae46f7ff | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH1/EX1.50/ch1_ex_50.sce | 694ba8a9e9cdee5bbc87bdc42a737302bb969f8b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 494 | sce | ch1_ex_50.sce | //CHAPTER 1- D.C. CIRCUIT ANALYSIS AND NETWORK THEOREMS
//Example 50
disp("CHAPTER 1");
disp("EXAMPLE 50");
//SOLUTION
//(5)I1+(-3)I2=10..........eq (1)
//(-3)I1+(34)I2=40.........eq (2)
A=[5 -3;-3 34];
b=[10;40];
x=inv(A)*b;
I1=x(1,:); //to access the 1st element of 2X1 matrix
I2=x(2,:); //to access the 2nd element of 2X1 matrix
I=I2-I1;
disp(sprintf("Current i1 is %f A (loop EFAB)",I1));
disp(sprintf("Current i2 is %f A (loop BCDE)",abs(I)));
//END
|
88df8ded421ed266d8e9566483457c1a00460f5b | 18bf68cdf766092ccdcba8d231e8140063833a5a | /OscillationRate.sce | 07cb15251fd8bbd720b04f35bbd80eedc83ef8fd | [] | no_license | goodengineer/Scilab-Exercises | b51cc9a4c938f0289a32875d2d21eb9061d0e68e | 3c268211fe48e7e4d0002e44757ea8b50cda10f9 | refs/heads/master | 2022-12-24T23:30:12.875423 | 2020-10-05T06:27:20 | 2020-10-05T06:27:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 516 | sce | OscillationRate.sce |
clear;
clf;
dn = 1;
n = 0 : dn : 10;
fd1 = 0;
fd2 = 0.3;
fd3 = 0.5;
fd4 = 0.8;
fd5 = 1;
fd6 = 1.3;
x1 = cos(2*%pi*fd1*n);
subplot(6,1,1);
plot2d3(n, x1);;
plot(n, x1);
x2 = cos(2*%pi*fd2*n);
subplot(6,1,2);
plot2d3(n, x2);
plot(n, x2);
x3 = cos(2*%pi*fd3*n);
subplot(6,1,3);
plot2d3(n, x3);
plot(n, x3);
x4 = cos(2*%pi*fd4*n);
subplot(6,1,4);
plot2d3(n, x4);
plot(n, x4);
x5 = cos(2*%pi*fd5*n);
subplot(6,1,5);
plot2d3(n, x5);
plot(n, x5);
x6 = cos(2*%pi*fd6*n);
subplot(6,1,6);
plot2d3(n, x6);
plot(n, x6);
|
c9e97af737e386bee90ccd023414d3311be99610 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH6/EX6.5/Ex6_5.sce | 612c5bd29715264e62d0ef11234274c2f6509aae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_5.sce |
clc
clear
//Input data
ws=64;//The steam flow rate in kg/s
p=60;//The pressure at which steam leaves the boiler in bar
m=0.02;//Moisture contant in the steam
wf=62;//The feedwater flow rate in kg/s
Pf=3;//concentration of feedwater in ppm
wm=2;//The flow rate of makeup water
Pm=50;//concentration of makeup water in ppm
Ps=5;//Leaving the drum water in ppm
Pw=1000;//The concentration in the drum water in ppm
mf=7;//The fuel burning rate in kg/m
CV=23;//The heating value in MJ/kg
ta=30;//The room temperature in degree centigrade
hf=1213.35;//Enthalpy of saturated liquid at 60 bar in kJ/kg
ha=125.79;//Enthalpy at ambient temperature in kJ/kg
//Calculations
BD=[(wf*Pf)+(wm*Pm)-(m*ws*Ps)]/1000;//The rate of blowdown in kg/s
E=[(BD*(hf-ha))/(mf*CV*1000)]*100;//The energy loss in blowdown in percentage
S=m*ws*Ps*10^-6*3600*24;//Scale deposition in superheater tubes
//Output
printf('(a)The blowdown required = %3.4f kg/s \n (b) Heat loss in blowdown as a percentage of total heat released in the furnace = %3.2f percentage \n (c) The deposition of scale in superheater tube = %3.3f kg/day ',BD,E,S)
|
bbcb25d33e759357afde483e0bee741205716f01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH6/EX6.5/Example6_5.sce | 2dfac51b0350e8e2d00cb8ee2567661f819cdf8c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,521 | sce | Example6_5.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 6: AC DYNAMO VOLTAGE RELATIONS-ALTERNATORS
// Example 6-5
clear; clc; close; // Clear the work space and console.
// Given data
kVA = 100 ; // kVA rating of the 3-phase alternator
V_L = 1100 ; // Line voltage of the 3-phase alternator in volt
// dc-resistance test data
E_gp1 = 6 ; // generated phase voltage in volt
V_l = E_gp1 ; // generated line voltage in volt
I_a1 = 10 ; // full-load current per phase in A
cos_theta_b1 = 0.8 ; // 0.8 PF lagging (case b)
cos_theta_b2 = 0.8 ; // 0.8 PF leading (case b)
sin_theta_b1 = sqrt( 1 - (cos_theta_b1)^2 ); // (case b)
sin_theta_b2 = sqrt( 1 - (cos_theta_b2)^2 ); // (case b)
// open-circuit test data
E_gp2 = 420 ; // generated phase voltage in volt
I_f2 = 12.5 ; // Field current in A
// short-circuit test data
I_f3 = 12.5 ; // Field current in A
// Line current I_l = rated value in A
// Calculations
// Assuming that the alternator is delta-connected
// case a :
I_a_rated = (kVA*1000)/(V_L*sqrt(3)); // Rated current per phase in A
I_L = I_a_rated ; // Line current in A
V_p = E_gp2 ; // Phase voltage in volt
V_l = V_p ; // Line voltage in volt (from short circuit data)
I_p = I_L / sqrt(3) ; // Phase current in A (delta connection)
I_a = I_p ; // Rated current in A
Z_s = V_l / I_p ; // Synchronous impedance per phase
R_dc = E_gp1/(2*I_a1); // effective dc armature resistance in ohm/winding
R_ac = R_dc * 1.5 ; // effective ac armature resistance in ohm.phase
// R_eff in delta = 3 * R_eff in Y
R_eff = 3 * R_ac ; // Effective armature resistance in ohm
R_a = R_eff ; // effective ac armature resistance in ohm.phase from dc resistance test
X_s = sqrt( Z_s^2 - R_a^2 ); // Synchronous reactance per phase
V_p = V_L ; // Phase voltage in volt (delta-connection)
// At 0.8 PF lagging
E_gp1 = ( V_p*cos_theta_b1 + I_a * R_a ) + %i*( V_p*sin_theta_b1 + I_a*X_s);
E_gp1_m=abs(E_gp1);//E_gp1_m=magnitude of E_gp1 in volt
E_gp1_a=atan(imag(E_gp1) /real(E_gp1))*180/%pi;//E_gp1_a=phase angle of E_gp1 in degrees
V_n1 = E_gp1_m ; // No-load voltage in volt
V_f1 = V_p ; // Full-load voltage in volt
VR1 = ( V_n1 - V_f1 )/ V_f1 * 100; // percent voltage regulation at 0.8 PF lagging
// At 0.8 PF leading
E_gp2 = ( V_p*cos_theta_b2 + I_a * R_a ) + %i*( V_p*sin_theta_b2 - I_a*X_s);
E_gp2_m=abs(E_gp2);//E_gp2_m=magnitude of E_gp2 in volt
E_gp2_a=atan(imag(E_gp2) /real(E_gp2))*180/%pi;//E_gp2_a=phase angle of E_gp2 in degrees
V_n2 = E_gp2_m ; // No-load voltage in volt
V_f2 = V_p ; // Full-load voltage in volt
VR2 = ( V_n2 - V_f2 )/V_f2 * 100 ; // percent voltage regulation at 0.8 PF leading
// Display the results
disp("Example 6-5 Solution : ");
printf(" \n Assuming that the alternator is delta-connected : \n ");
printf(" \n a: I_p = %.3f A ", I_p );
printf(" \n Z_s = %.2f ohm/phase ", Z_s );
printf(" \n R_eff in delta = %.2f ohm/phase ", R_eff );
printf(" \n X_s = %.1f ohm/phase \n", X_s );
printf(" \n R_eff, reactance and impedance per phase in delta is 3 times")
printf(" \n the value when connected in Y. \n")
printf(" \n b: At 0.8 PF lagging ");
printf(" \n Percent voltage regulation = %.1f percent \n", VR1 );
printf(" \n At 0.8 PF leading ");
printf(" \n Percent voltage regulation = %.1f percent \n", VR2 );
printf(" \n Percentage voltage regulation remains the same both in Y and delta connection.");
|
95daf480b7a642953a0ca813727d2251717a879c | cf99f338f2e97fd7e8ae1ad9b640101832f787ba | /case-studies/week-12/week-12-q2.sce | 56c1e0b750ba41dbf14b1ee83a4fda77d8183380 | [] | no_license | vsujeesh/BN5205 | b8e88324c1c97971ba3d95c3125d05676b6e4996 | 7386a440ed3e954c4aeb490eebd948d35186635d | refs/heads/master | 2022-03-13T01:00:24.783429 | 2019-10-22T03:23:55 | 2019-10-22T03:23:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,725 | sce | week-12-q2.sce | clear;
stacksize('max');
//==============================================================================
// Creates sparse matrix using the compressed row storage format
//==============================================================================
function [val, col_ind, row_ptr] = MakeCSRMat(M)
[num_rows, num_cols] = size(M);
first_value = %T;
for i = 1 : num_rows
new_row = %T;
for j = 1 : num_cols
if first_value & M(i, j) ~= 0 then
val = M(i, j);
col_ind = j;
row_ptr = 1;
first_value = %F;
new_row = %F;
elseif M(i, j) ~= 0 then
val($ + 1) = M(i, j);
col_ind($ + 1) = j;
if new_row then
row_ptr($ + 1) = length(val);
new_row = %F;
end
end
end // j
end // i
endfunction
//==============================================================================
// Performs matrix vector product of the form A * b = c, where A is a CSR matrix
//==============================================================================
function c = MatrixVectorProduct(A_val, A_col_ind, A_row_ptr, b)
num_rows = length(A_row_ptr);
num_vals = length(A_val);
vec_size = length(b);
c = zeros(num_rows, 1);
row_ind = 0;
for i = 1 : num_vals
if find(i == A_row_ptr) then
row_ind = row_ind + 1;
end
if A_col_ind(i) > vec_size then
error('Matrix size too large');
end
c(row_ind) = c(row_ind) + A_val(i) * b(A_col_ind(i));
end
endfunction
mat = [-1, 1, 0, 0;
1, -2, 1, 0;
0, 1, -2, 1;
0, 0, 1, -1];
vec = [1; 2; 3; 4];
[csr_val, csr_col_ind, csr_row_ptr] = MakeCSRMat(mat);
c_vec = MatrixVectorProduct(csr_val, csr_col_ind, csr_row_ptr, vec);
|
3863721502d30c02ad6fcfdf953cdee43cd3ae39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH3/EX3.12/example12_sce.sce | 45b886e5059a4e8712d3999a99a22c6fe5d86191 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example12_sce.sce | //chapter 3
//example 3.12
//page 97
printf("\n")
printf("given")
Eo=20;Il=40*10^-3;R1=22;Vr=2;C1=150*10^-6;C2=C1;fr=120;
Vo=Eo-Il*R1;
vi=Vr/3.14
Xc2=1/(2*3.14*fr*C2)
vo=(vi*Xc2)/sqrt((R1^2) + (Xc2^2))
printf(" dc output voltage is %3.3fV\n",vo)
Vpp=2*vo;
printf(" peak to peak voltage is %3.3fV\n",Vpp) |
26a70d456647251d6a56f6025dff98808f278ab3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH9/EX9.5/Ex9_5.sce | 3960fa0fe8663ffd9bf19073da4d990f2f6a19c1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 441 | sce | Ex9_5.sce | //Ex9_5 Pg-475
clc
Aol= 88 //open loop gain in db
R1=2.7*10^(3) //resistor R1 in ohm
R2=68*10^(3) //resistor R2 in ohm
Beta=R1/(R1+R2) //Feedback fraction
printf("Feedback fraction = %.3f \n",Beta)
Acl=1/Beta //ideal closed loop gain
printf(" Ideal closed loop gain = %.2f \n",Acl)
Aol=10^(88/20) //open loop gain
Acl=Aol/(1+Beta*Aol) //exact closed loop voltage gain
printf(" Exact closed loop voltage gain = %.2f",Acl)
|
8f59ad962a5b2909bf7f20be390e907ac322e347 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2210/CH5/EX5.19/5_19.sce | f5e4e029d9ffd4f271106a81b1e35dd0e6bda1bf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 5_19.sce | //Chapter 5, Problem 19
clc
f=800e3 //frequency in hertz
Ls=365e-6 //capacitance in farad
Rs=8 //resistance in ohm
//calculation
Qs=(2*%pi*f*Ls)/Rs
printf("Quality factor Qs = %d",Qs)
|
95466ffea1059cd339be070104df061a1dd722cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH4/EX4.5/Exa_4_5.sce | 66e085e34d7d5f9752da7a98b8a3f51c0f7ec5b6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 550 | sce | Exa_4_5.sce | //Exa 4.5
clc;
clear;
close;
format('v',8);
//Given Data :
mc=0.5;//Kg
Tc=100+273;//K
Cpc=0.393;//KJ/KgK
Tw=10+273;//K
Cpw=4.2;//KJ/KgK
Q=integrate('mc*Cpc','T',Tc,Tw);//KJ
deltaSc=integrate('mc*Cpc/T','T',Tc,Tw);//KJ/K
deltaSw=abs(Q)/Tw;//KJ/K
deltaSuniverse=deltaSc+deltaSw;//Kj/K
disp(deltaSuniverse,"Part (i) Chane in entropy in KJ/K : ");
T1=383;//K
T2=283;//K
T=(T1+T2)/2;//K
deltaSuniverse=mc*Cpc*[integrate('1/T','T',T1,T)+integrate('1/T','T',T2,T)];//KJ/K
disp(deltaSuniverse,"Part (ii) Chane in entropy in KJ/K : ");
|
77a8624feb770e77dc828f08dff44dd5a074ae0e | 68f6f3335d41b95146619ddf406414da5c1bc975 | /metodos-numericos/practicas/scilab/p4.sci | 5ad9a74e7615e7f250e88bb15b816bceb081b24f | [] | no_license | nachocattoni/Ita | be52ab7f80cb0dd7d0a0ef470c72a7f997f2e75b | f7e102a2917ebe59358dbd9d5f7af81703c16fde | refs/heads/master | 2021-05-02T08:09:23.784800 | 2018-02-08T02:50:30 | 2018-02-08T02:50:30 | 120,845,736 | 0 | 0 | null | 2018-02-09T02:29:22 | 2018-02-09T02:29:21 | null | UTF-8 | Scilab | false | false | 2,861 | sci | p4.sci | clear
clc
// Matrices de Ejemplo
A = [1 -1 2 -1;
2 -2 3 -3;
1 1 1 0;
1 -1 4 3]
b = [-8 -20 -2 4]'
A_LU = [1.012, -2.132, 3.104; -2.132, 4.096, -7.013; 3.104, -7.013, 0.014]
A_paxb = [1 2 -2 1; 4 5 -7 6; 5 25 -15 -3; 6 -12 -6 22]
b_paxb = [1 2 0 1]'
function [x, A, b] = gaussear(A, b)
n = size(A, 1)
if( det(A) == 0 )
error("Argiroffo informs: ¡El determinante es cero, nene!")
end
for i = 1:n
mx = A(i, i)
idmx = i
for j = i+1:n
if(abs(A(j, i)) > mx)
mx = A(j, i)
idmx = j
end
end
A([i, idmx],:) = A([idmx, i],:)
b([i, idmx]) = b([idmx, i])
for j = i+1:n
m = A(j,i) / A(i,i)
A(j,:) = A(j,:) - m * A(i,:)
b(j) = b(j) - m * b(i)
end
end
x = remontar(A, b)
endfunction
function x = remontar(A, b)
n = size(A, 1)
x(n) = b(n) / A(n, n)
for i = n-1:-1:1
x(i) = (b(i) - A(i,i+1:n) * x(i+1:n)) / A(i,i)
end
endfunction
// Calcula la factorizacion LU sin swaps
function [L, U] = doolittlear(A)
n = size(A, 1)
L = eye(n, n)
if( det(A) == 0 )
error("Argiroffo informs: ¡El determinante es cero, nene!")
end
for i = 1:n
for j = i+1:n
m = A(j,i) / A(i,i)
L(j, i) = m
A(j,:) = A(j,:) - m * A(i,:)
end
end
U = A
endfunction
function [x, P, A, b] = paxbear(A, b)
n = size(A, 1)
P = eye(n, n)
if( det(A) == 0 )
error("Argiroffo informs: ¡El determinante es cero, nene!")
end
for i = 1:n
mx = A(i, i)
idmx = i
for j = i+1:n
if(abs(A(j, i)) > mx)
mx = A(j, i)
idmx = j
end
end
A([i, idmx],:) = A([idmx, i],:)
P([i, idmx],:) = P([idmx, i],:)
b([i, idmx]) = b([idmx, i])
for j = i+1:n
m = A(j,i) / A(i,i)
A(j,:) = A(j,:) - m * A(i,:)
b(j) = b(j) - m * b(i)
end
end
x = remontar(A, b)
endfunction
function [P, L, U] = paeleuear(A)
[nada1, P, nada2, nada3] = paxbear(A, A(1))
A = P*A
[L, U] = eleuear(A)
endfunction
// calcula crout
function [L, U] = croutear(A)
[U L]= doolittlear(A')
L = L'
U = U'
endfunction
function L = choleskear(A)
n = size(A, 1)
L = zeros(n, n)
L(1,1) = sqrt(A(1,1))
if( n > 1 )
L(2:n,1) = A(2:n,1) / L(1,1)
L(2:n,2:n) = choleskear(A(2:n, 2:n) - L(2:n,1) * L(2:n,1)')
end
endfunction
function [Q, R] = querrar(A)
[n, m] = size(A)
Q = zeros(n, n)
Q(:,1) = A(:,1) / norm(A(:,1))
for i = 2:n
w = A(:,i)
for j = 1:i-1
w = w - (Q(:,j)'*A(:,i)) * Q(:,j)
end
Q(:,i) = w / norm(w)
end
R = Q'*A
endfunction
|
65e2da4616e7b799e8a03ad0162c2a052f7217c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3012/CH14/EX14.2/Ex14_2.sce | 23b2160e22f8f47567ed10aa3afc1406ed43d453 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,132 | sce | Ex14_2.sce |
// Given:-
// Applying conservation of mass, the overall balanced chemical reaction equation is
// CO + .5O2 ------ zCO + (z/2)O2 + (1-z)CO2
// At 2500 K, Table A-27 gives
log10K = -1.44
// Part(a)
p = 1.0 // in atm
// Calculations
K = (10.0)**(log10K) // equilibrium constant
// Solving equation K = (z/(1-z))*(2/(2 + z))^.5 *(p/1)^.5 gives
z = 0.129
yCO = 2.0*z/(2.0 + z)
yO2 = z/(2.0 + z)
yCO2 = 2.0*(1.0 - z)/(2.0 + z)
// Results
printf( ' Part(a) mole fraction of CO is: %.3f ',yCO)
printf( ' Mole fraction of O2 is: %.3f',yO2)
printf( ' Mole fraction of CO2 is: %.3f',yCO2)
// Part(b)
p = 10.0 // in atm
// Solving equation K = (z/(1-z))*(2/(2 + z))^.5 *(p/1)^.5 gives
z = 0.062
yCO = 2.0*z/(2.0 + z)
yO2 = z/(2.0 + z)
yCO2 = 2.0*(1.0 - z)/(2.0 + z)
// Results
printf( ' Part(b) mole fraction of CO is: %.3f',yCO)
printf( ' Mole fraction of O2 is: %.3f',yO2)
printf( ' Mole fraction of CO2 is: %.3f ',yCO2)
|
08fa865466092a52b4e3ab92a2ddd5ac3a9ee1f3 | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfas_ci_mvi/~BivLCM-SR-bfas_ci_mvi-PLin-VLin.tst | 64b46f76be152cad7cf68733bd4d7bef6aff95dc | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,974 | tst | ~BivLCM-SR-bfas_ci_mvi-PLin-VLin.tst |
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM.
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.341468D+00
2 -0.383750D-02 0.273295D-02
3 0.716603D-03 0.589000D-03 0.672505D-01
4 0.640125D-03 0.743516D-04 -0.916778D-03 0.521521D-03
5 -0.271450D-03 -0.665213D-04 -0.294080D-04 0.866558D-05 0.235651D-02
6 0.740949D-03 0.122751D-03 0.126066D-02 -0.109597D-03 0.169377D-03
7 0.293417D-03 0.191626D-05 0.170674D-04 -0.224268D-04 0.276717D-04
8 0.120949D-02 -0.903584D-04 -0.264889D-03 0.109187D-04 -0.124979D-03
9 -0.547975D+00 0.249769D-01 0.151580D-01 -0.446569D-02 0.165251D+00
10 -0.109854D+00 -0.108916D-01 -0.120329D+00 -0.118601D-02 0.134163D+00
11 -0.503249D-01 0.415241D-02 -0.330898D-01 -0.217810D-02 0.170759D-01
12 0.996604D-02 0.180067D-02 -0.569355D-01 0.566416D-02 -0.622109D-03
13 0.533160D-01 0.118374D-02 0.967451D-02 -0.131659D-02 0.806398D-02
14 0.866340D-03 0.319034D-03 0.610420D-02 0.168199D-03 -0.297236D-02
15 -0.175684D+01 -0.768380D-01 -0.709077D-02 0.756398D-03 -0.133662D+00
16 -0.400514D-01 -0.274664D-02 -0.134981D-01 0.163002D-02 0.222414D-02
17 0.851595D-02 0.385939D-03 0.216891D-02 -0.189424D-03 -0.530592D-03
18 0.938082D-01 0.148434D-02 -0.106011D+00 -0.297175D-02 -0.146488D-01
19 -0.337150D-01 0.390928D-03 0.209956D-01 -0.717591D-03 0.217290D-02
20 -0.455384D-01 0.878433D-02 0.136919D+00 -0.841417D-03 -0.393606D-02
21 0.138306D-01 0.187875D-02 -0.226078D-01 -0.209659D-03 -0.869378D-03
22 0.313351D-03 -0.258531D-03 0.864000D-04 0.228658D-04 -0.612241D-04
23 0.198083D-02 -0.571343D-03 0.293107D-02 -0.382222D-03 0.168788D-03
24 -0.594197D-03 -0.540791D-04 -0.117614D-02 -0.170654D-04 -0.196919D-04
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
6 7 8 9 10
________ ________ ________ ________ ________
6 0.632576D-02
7 0.539540D-03 0.261180D-03
8 0.331248D-03 0.840734D-05 0.233834D-02
9 0.113038D-01 -0.131747D-01 -0.289909D-01 0.112014D+03
10 0.211140D-01 0.419566D-02 0.187200D-01 0.109365D+02 0.224975D+02
11 0.453606D-01 0.319480D-02 -0.610454D-02 0.528714D+01 0.100899D+01
12 0.278352D-02 -0.989463D-03 0.225914D-01 0.371101D+00 0.847841D+00
13 0.551476D-01 0.103496D-01 0.628686D-02 0.560639D-01 0.118973D+01
14 0.156132D-02 -0.292687D-03 0.247753D-01 -0.624254D+00 0.317053D+00
15 0.229315D-02 -0.694968D-02 0.387385D-01 -0.191365D+02 -0.154459D+02
16 -0.729532D-03 -0.499228D-03 -0.240014D-03 0.173507D+01 0.534929D-01
17 0.562807D-04 0.134614D-03 -0.121258D-03 -0.311523D+00 -0.308556D-01
18 -0.723658D-01 -0.113772D-01 -0.194181D-01 0.396625D+00 -0.482321D+00
19 -0.822174D-02 0.252926D-02 0.417133D-03 -0.102066D+01 0.237966D-01
20 -0.204791D-02 -0.252764D-02 -0.163027D-01 -0.370989D+00 0.427145D+00
21 0.107944D-01 -0.194445D-02 -0.187433D-02 0.118828D+01 0.729873D-02
22 -0.267993D-03 -0.648287D-04 0.159512D-03 -0.167820D-01 -0.108809D-02
23 0.322826D-03 0.670842D-04 0.222345D-04 0.184982D-01 0.202519D-01
24 -0.429247D-04 0.410967D-05 -0.840445D-04 -0.200935D-02 -0.306114D-02
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
11 12 13 14 15
________ ________ ________ ________ ________
11 0.618004D+01
12 0.919095D-01 0.314253D+01
13 -0.886073D-01 0.735769D-01 0.182443D+01
14 -0.170330D+00 0.116921D+00 0.141981D+00 0.103545D+01
15 -0.248185D+01 0.202198D+00 -0.347628D+00 0.708171D+00 0.292724D+03
16 0.283184D-01 0.142744D-01 0.913067D-02 -0.835457D-02 0.214572D+01
17 -0.221705D-02 -0.777864D-02 -0.487411D-02 -0.969289D-03 -0.129749D+01
18 -0.154984D+00 -0.760599D+00 -0.146594D+01 -0.341134D+00 -0.167120D+01
19 0.279232D-01 -0.235116D+00 0.547986D-02 0.332315D-01 -0.153554D+00
20 0.194859D+00 0.593773D-01 -0.332224D+00 -0.378769D+00 -0.369551D+01
21 0.117718D+00 0.186912D+00 0.118192D-01 -0.559874D-01 0.225122D+00
22 -0.168217D-01 0.792593D-02 -0.132491D-02 0.239200D-02 0.359695D-01
23 0.381465D-02 -0.109782D-01 -0.220559D-02 0.509925D-02 -0.105983D+00
24 -0.126781D-02 -0.196044D-02 0.502069D-04 -0.150004D-02 0.242187D-01
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
16 17 18 19 20
________ ________ ________ ________ ________
16 0.561207D+00
17 -0.485813D-01 0.167137D-01
18 0.233962D+00 -0.216705D-01 0.305777D+02
19 -0.137008D+00 0.185548D-01 0.397217D+00 0.975653D+00
20 -0.414261D-01 0.153081D-01 0.410018D+01 -0.110795D+00 0.127553D+02
21 0.953354D-01 -0.103888D-01 -0.508862D-01 -0.903613D+00 0.215276D+00
22 0.389393D-02 -0.377712D-03 -0.132630D+00 -0.535752D-02 -0.208105D-01
23 -0.112028D-02 0.871242D-04 0.464415D-01 -0.567811D-03 0.117541D+00
24 -0.286869D-04 -0.856337D-04 -0.152759D-01 -0.388074D-03 -0.607870D-01
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
21 22 23 24
________ ________ ________ ________
21 0.105189D+01
22 -0.405347D-02 0.160671D-02
23 0.643111D-02 -0.224740D-03 0.206496D-01
24 0.170672D-03 0.116175D-03 -0.192009D-02 0.644364D-03
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 1.000
2 -0.126 1.000
3 0.005 0.043 1.000
4 0.048 0.062 -0.155 1.000
5 -0.010 -0.026 -0.002 0.008 1.000
6 0.016 0.030 0.061 -0.060 0.044
7 0.031 0.002 0.004 -0.061 0.035
8 0.043 -0.036 -0.021 0.010 -0.053
9 -0.089 0.045 0.006 -0.018 0.322
10 -0.040 -0.044 -0.098 -0.011 0.583
11 -0.035 0.032 -0.051 -0.038 0.141
12 0.010 0.019 -0.124 0.140 -0.007
13 0.068 0.017 0.028 -0.043 0.123
14 0.001 0.006 0.023 0.007 -0.060
15 -0.176 -0.086 -0.002 0.002 -0.161
16 -0.091 -0.070 -0.069 0.095 0.061
17 0.113 0.057 0.065 -0.064 -0.085
18 0.029 0.005 -0.074 -0.024 -0.055
19 -0.058 0.008 0.082 -0.032 0.045
20 -0.022 0.047 0.148 -0.010 -0.023
21 0.023 0.035 -0.085 -0.009 -0.017
22 0.013 -0.123 0.008 0.025 -0.031
23 0.024 -0.076 0.079 -0.116 0.024
24 -0.040 -0.041 -0.179 -0.029 -0.016
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
6 7 8 9 10
________ ________ ________ ________ ________
6 1.000
7 0.420 1.000
8 0.086 0.011 1.000
9 0.013 -0.077 -0.057 1.000
10 0.056 0.055 0.082 0.218 1.000
11 0.229 0.080 -0.051 0.201 0.086
12 0.020 -0.035 0.264 0.020 0.101
13 0.513 0.474 0.096 0.004 0.186
14 0.019 -0.018 0.504 -0.058 0.066
15 0.002 -0.025 0.047 -0.106 -0.190
16 -0.012 -0.041 -0.007 0.219 0.015
17 0.005 0.064 -0.019 -0.228 -0.050
18 -0.165 -0.127 -0.073 0.007 -0.018
19 -0.105 0.158 0.009 -0.098 0.005
20 -0.007 -0.044 -0.094 -0.010 0.025
21 0.132 -0.117 -0.038 0.109 0.002
22 -0.084 -0.100 0.082 -0.040 -0.006
23 0.028 0.029 0.003 0.012 0.030
24 -0.021 0.010 -0.068 -0.007 -0.025
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
11 12 13 14 15
________ ________ ________ ________ ________
11 1.000
12 0.021 1.000
13 -0.026 0.031 1.000
14 -0.067 0.065 0.103 1.000
15 -0.058 0.007 -0.015 0.041 1.000
16 0.015 0.011 0.009 -0.011 0.167
17 -0.007 -0.034 -0.028 -0.007 -0.587
18 -0.011 -0.078 -0.196 -0.061 -0.018
19 0.011 -0.134 0.004 0.033 -0.009
20 0.022 0.009 -0.069 -0.104 -0.060
21 0.046 0.103 0.009 -0.054 0.013
22 -0.169 0.112 -0.024 0.059 0.052
23 0.011 -0.043 -0.011 0.035 -0.043
24 -0.020 -0.044 0.001 -0.058 0.056
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
16 17 18 19 20
________ ________ ________ ________ ________
16 1.000
17 -0.502 1.000
18 0.056 -0.030 1.000
19 -0.185 0.145 0.073 1.000
20 -0.015 0.033 0.208 -0.031 1.000
21 0.124 -0.078 -0.009 -0.892 0.059
22 0.130 -0.073 -0.598 -0.135 -0.145
23 -0.010 0.005 0.058 -0.004 0.229
24 -0.002 -0.026 -0.109 -0.015 -0.671
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
21 22 23 24
________ ________ ________ ________
21 1.000
22 -0.099 1.000
23 0.044 -0.039 1.000
24 0.007 0.114 -0.526 1.000
|
baa65b0528ec290b441483b1014ba05d018c20ca | e6ea8d4e6298d6aee8f296425a9e68b48ad33795 | /sci_examples/webcam_face_pose.sce | f9316be43cd1baa7a93cdbfb5f9b1c3ec4b3c9f5 | [] | no_license | srkirve77/scilab_toolbox | a7d75b97e58813033491ab32fecec43a35ae2e2e | 738760c8b1fd812b0a8d84f05764d395fe7041de | refs/heads/master | 2022-11-07T19:38:51.977104 | 2020-06-22T16:57:01 | 2020-06-22T16:57:01 | 271,746,071 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 164 | sce | webcam_face_pose.sce | //it requires a trained data file .Here , there is one sample data file is provided
//rename you file as "shape_predictor_68_face_landmarks.dat"
webcam_face_pose()
|
85a3277f28a2c5cad1d1c475eefb52cf0794bbbc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2780/CH4/EX4.10/Ex4_10.sce | 37e322c70d59d28415b6af248c9a9d2ea50c9b6b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 446 | sce | Ex4_10.sce | clc
//to calculate difference in the refractive indices
//specific rotation is theta/d=29.73 degree/mm
theta=29.73 //where theta=theta/d
lambda=5.086*10^-4 //wavelength in mm
//optical rotation is given by theta=%pi*d*(mul-mur)/lambda
//where mul and mur are refractive indices for anti-clockwise and clockwise polarised lights
mu=theta*lambda/180 //where mu=mul-mur
disp("difference in refractive indices is mu="+string(mu)+"unitless")
|
22a68b24b4d3f0bf5223953130fd20c8d7723790 | 449d555969bfd7befe906877abab098c6e63a0e8 | /67/CH4/EX4.3/example43.sce | 06dbbdf17f7a60a6a605cc644de800f38bd541f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 98 | sce | example43.sce | //Example 4.3
//Find DTFT of unit impluse
clc;
syms w n;
x=1;
X=symsum(x*exp(-%i*w*n),n,0,0); |
9cc82b32443b4b38d5c745df6dee7f5f5c666a7c | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH3/EX3.26/example26_sce.sce | 69ba0b5b41abcffe3d9e678f1837336a93cf1465 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 401 | sce | example26_sce.sce | //chapter 3
//example 3.26
//page 130
printf("\n")
printf("given")
E=12;Vf=.7;Rl=47*10^3;f=5000;
Vo=2*(E-Vf)
Il=Vo/Rl
disp(" capacitor discharge time")
t=1/(2*f)
disp(" for 1% ripple allow .5% due to discharge of C2 ,.5%due to discharge of C1")
Vc=(.5*Vo)/100
C2=((Il*t)/Vc)*10^6;
printf(" value of capacitor C2 is %3.2fuF\n",C2)
C1=2*C2;
printf("value of capacitor C1 is %3.2fuF\n",C1) |
5a48e421bd0e7b358e8c944540be7cd8803142f5 | 51cb617cb2f845b24d31c5ddad380404775fbec0 | /Assignment2.sce | d47b1bf85dedead5590df30a55c004331859a172 | [] | no_license | DASnoeken/Quantum_Mechanical_Tunneling_sim | 96ebb0c4b69eaae3e48aa18570ca8f7a7e5d3e5c | 60c4ba7e58080f7fd9ae683e4f9edd257db46346 | refs/heads/master | 2022-05-25T19:57:11.460456 | 2020-05-01T12:00:49 | 2020-05-01T12:00:49 | 260,448,722 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,722 | sce | Assignment2.sce | clear
R=0
for(e=1) //e stands for energy level, use to select energies that need to be plotted
//create grid
maxX = 10; //bounds of the problem
delta = 0.2;
x = -maxX:delta:maxX;
n = length(x); //define number of points
x = x';
E = e; //Energy
//potential energy
l=2;
A=0;
B=10;
k=sqrt(2*E);
for(i=1:n)
xi(i)=-exp(2*%pi*x(i)/l); //xi value for Eckart potential
V(i)=-A*xi(i)/(1-xi(i))-B*xi(i)/((1-xi(i))^2); //Potential energy function
//V(i)=(0.5-exp(x(i)))^2;
end
//V=zeros(n,1);
//determine Q matrix
for(j=1:n)
w(j) = 2*(V(j)-E);
end
Q(n) =exp(%i*k*delta); //First input Q
for(l=n:-1:2)
Q(l-1) = (w(l)*delta^2+2-Q(l))^(-1); //Next Q point
end
//Reflectance and Transmission
R(e) = (exp(%i*k*x(2))-Q(1)*exp(%i*k*x(1)))/(Q(1)*exp(-%i*k*x(1))-exp(-%i*k*x(2)))
disp(R)
Refl(e) = abs(R(e))^2
Trans(e) = 1-Refl(e);
//wavefunction and propagation
u(1)=exp(-%i*k*x(1)) + R(e)*exp(%i*k*x(1));
for(s=1:n-1)
u(s+1) = Q(s)*u(s); //wavefunction
end
ur = real(u);
ui = imag(u);
scf(0);clf();
plot(x,real(u)); //Real part in blue
plot(x,imag(u),'k'); //imag part in black
plot(x,V,'r'); //potential in red
title('Tunneling through Eckart barrier','fontsize',7)
xlabel('X direction','fontsize',6)
ylabel('Amplitude','fontsize',6)
hl=legend("Real part","Imaginary part","Potential")
hl.font_size=4
//plot(x,real(Q),'c');
//plot(x,imag(Q),'g');
end
|
4b87f47762acfca79c6e5eaf22d8066f30a39336 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3482/CH7/EX7.3/Ex7_3.sce | a46c17c06213258a5b6321ebf998d510fa8016b6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,612 | sce | Ex7_3.sce | clc;
//Drawing of shear and bending moment diagram
//Values taken in N and m instead of lb and in
printf("Given problem is for drawing diagram, this diagram is drawn by step by step manner.\n ");
F_AC=40;//lb/in, distributed load applied at A to C
F_E=400;//lb, force applied at E
AC=12;//in, perpendicular distance between A and B
CD=6;//in, perpendicular distance between C and D
DE=04;//in, perpendicular distance between E and D
EB=10;//in, perpendicular distance between E and B
AB=32;//in, length of beam AB
F=F_AC*AC;//N, Force due to districuted load at AC/2
//By free body of entire beam
//By sum(m_A)=0
By=(F*(AC/2)+F_E*(AC+CD+DE))/AB;//N,Y componet of Reaction at B
//By sum(m_B)=0
//disp(By)
A=(F*(AB-AC/2)+F_E*EB)/AB;//N, Reaction at A
//by sum(Fx)=0
//disp(A)
Bx=0;//N, xcomponent of rection at B
//Diagrams
//For section A to C
//Applying sum(Fy)=0
i=0;
for x=0:2:12
i=i+1;
X(i)=x;
V(i)=A-F*x;//N
//Applying sum(M1)=0
M(i)=A*x-F/2*x^2;//N.m
end
//For section Cto D
//Applying sum(Fy)=0
for x=12:2:18
i=i+1;
X(i)=x;
V(i)=A-F;//N
//Applying sum(M1)=0
M(i)=A*x-F*(x-0.15);//N.m
end
//For section D to B
for x=18:2:32
i=i+1;
X(i)=x;
//Applying sum(Fy)=0
V(i)=A-F-F_E;//N
//Applying sum(M1)=0
M(i)=A*x-F*(x-0.15)+F_E*DE-F_E*(x-0.045);//N.m
end
xtitle( 'Shear and bending moment diagram', 'X axis', 'Y axis') ;
plot(X,V,'r');//Shear diagram
plot(X,M,'-');//Bending moment diagram
|
105f45ac96faa8e874114671967b2d882dcd6d25 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3689/CH17/EX17.5/17_5.sce | 6d0fe9e142fd7904f637327cce1059ac1088e6ef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 677 | sce | 17_5.sce | ////
//Variable Declaration
P = 101325 //Pressure, Pa
kt = 0.0177 //Thermal conductivity, J/(K.m.s)
T = 300.0 //Temperature, K
k = 1.3806488e-23 //Boltzmanconstant,J K^-1
sigm = 3.6e-19 //
R = 8.314 //Molar Gas constant, mol^-1 K^-1
NA = 6.02214129e+23 //mol^-1
M = 39.9 //Molecualar wt of Argon and Neon, kg/mol
//Calculations
CvmbyNA = 3.*k/2
nuavg = sqrt(8*R*T/(%pi*M*1e-3))
N = NA*P/(R*T)
labda = 3*kt/(CvmbyNA*nuavg*N)
sigm = 1/(sqrt(2)*N*labda)
//Results
printf("\n Mean free path %4.3e m and collisional cross section %4.2e m2",labda, sigm)
|
767b694c7db5de3e60473f16997914459cc68c1f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3838/CH2/EX2.18.c/EX2_18_C.sce | 827b361f6bfe28e7db0355c33c036dcce285c482 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 142 | sce | EX2_18_C.sce | //Example 2.18.C
clc;
P=integrate('(exp(-4*t))','t',0,100)
disp(P)
disp('AS THE INTEGRATION PRODUCT IS CONSTANT HENCE THE SYSTEM IS STABLE');
|
b0c83cd5957218a7b64fa03b3a7c0571932223f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1226/CH20/EX20.16/EX20_16.sce | 128c386fe5d5100202a604e17057f0c33ca0ffd1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 943 | sce | EX20_16.sce | clc;funcprot(0);...//Example 20.16
//Initialisation of variables
p1=1.03;...........//Intake pressure in bar
t1=300;............//Intake temperature in K
p2=7;.............//Intake pressure for High pressure cylinder in bar
t2=310;..............//Temperature of air entering high pressure cylinder in K
p3=40;............//Pressure of air after compression in bar
V=30;.........//volume of air delivered in m^3/h
R=0.287;............//Gas constant for air in kJ/kgK
ga=1.4;...........//Ratio of specific heats
//Calculations
m=p1*10^5*V/(R*1000*t1);..........//Mass of air compressed in kg/h
t21=t1*((p2/p1)^((ga-1)/ga));.......//Actual temperature of air entering high pressure cylinder in K
t3=t2*((p3/p2)^((ga-1)/ga));........//Actual temperature of air after compression in K
W=((ga)/(ga-1))*m*(R/3600)*(t21-t1+t3-t2);..........//Power required to run compressor in kW
disp(W,"Power required to run the compressor in kW:")
|
aa00214f09b56155a434ce2d82d8e1b0e91455cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH5/EX5.23/Example5_23.sce | 4a48c39d56fb8fc6a7e4e814452e94f6a9e619bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 984 | sce | Example5_23.sce | //Exa 5.23
clc;
clear;
close;
//Given data :
A=0.936+%i*0.016;//parameter of 3-phase line
D=A;//parameter of 3-phase line
B=33.5+%i*138;//parameter of 3-phase line
C=(-0.9280+%i*901.223)*10^-6;//parameter of 3-phase line
VRL=200*10^3;//Volt
VR=VRL/sqrt(3);//Volt
P=40*10^6;//W
pf=0.86;//power factor
cos_fi_r=pf;
sin_fi_r=sqrt(1-cos_fi_r^2);
IR=P/sqrt(3)/VRL/pf;//A
fi=acosd(pf);//degree
IR=IR*expm(%i*-fi*%pi/180);
VS=A*VR+B*IR;//Volt
VSL=sqrt(3)*abs(VS);//Volt
disp(VSL/1000,"Sending end Line voltage(kV) : ");
IS=C*VR+D*IR;//A
disp("Sending end current(A), magnitude is "+string(abs(IS))+" and angle in degree is "+string(atand(imag(IS),real(IS))));
fi_s=atand(imag(IS),real(IS))-atand(imag(VS),real(VS));//degree
disp(cosd(fi_s),fi_s,"Sending end phase angle(degree) & power factor(leading): ");
Ps=sqrt(3)*abs(VSL)*abs(IS)*cosd(fi_s)*10^-6;//MW
disp(Ps,"Sending end power(MW) : ");
Vreg=(VSL-VRL)*100/VRL;//%
disp(Vreg,"Voltage regulation in % : ");
|
b2e26e1f6f5e889306bd15ba1ec2fc52ec2b13d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH5/EX5.8/5Ex8.sce | 5c03d5dad0559c50457c16188ac8497fd87e8172 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 5Ex8.sce | //chapter 5 Ex 8
clc;
clear;
close;
//let the value to be found out be x and y
y=32.4/2^2; //after squaring both sides
x=sqrt((12.3-sqrt(86.49))^2-5); //from the given equation
mprintf("(i)y=%.1f",y);
mprintf("\n(ii)x=%.0f",x);
|
9ffdb9ecee396a93c9430162e5050134d91fc2dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1046/CH7/EX7.16/7_16.sce | 2c5dbf8a8d40e0a56d8a2b294876c9e98f795092 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,231 | sce | 7_16.sce | //Example 7.16
//Part-a-If the side walls are perfectly insulated
//and the surfaces are diffuse gray
//with an emissivity 0.7
//,Calculate the required net rate of heat supplied to base.
//b- If the skin temp. of the outside of the top wall is 60 degree celcius
//and heat loss frim this surface occurs
//to a big factory shade at 30 degree celcius
//calculate the convective heat transfer coefficient
//Variable declaration
l=3 //m, length of wall
w=2 //m, width of, wall
d=3 //m
R1=l/d
A1=l*w //sq m,area 1: front part
A2=A1 //sq m , area, 2"back part
e1=0.7 //emmisivity
e2=0.7 //emmisivity
T1=673 //k
T2=523 //k
s=5.669*10^-8 //stephen boltzman constant
//Calculation
F12= 0.148 //view factor ,from fig. 7.12
x=(A1+A2-2*A1*F12)/(A2-(A1*(F12^2)))+((1/e1)-1)+(A1/A2)*((1/e2)-1)
//Results
Q1net=-1*A1*(s*(T2^4-T1^4))/(x)
printf("the net rate of radiant heat loss =%f kW \n",Q1net/1000)
// (b)
F24=1 //from fig 7.12
T20=333 //K, outer surface temp. of surface 2
T4=303 //K, ambient temp
Q2rad=A2*e2*F24*s*(T20^4-T4^4)
q=Q1net-Q2rad
q1=q/1000 // Kw
h=q/(A2*(T20-T4))
printf("convective heat transfer coeff. =%f W/sq m C",h)
|
1333b97d63f9ace845bddca525f7295cbf0b7e3b | 7dbe475cd217e686e9689cb0536a9a73f625a85b | /Rez/univariate-lcmsr-wavetime/hrz_col_d/~LCM-SR-hrz_col_d-nat.tst | bb27e0dfad658b001dd4f20f5bc1cc2ef25b6a8a | [] | no_license | jflournoy/lnt_pxvx | fac8d6b00b886fa3dc800dcaa288aa186027b9ea | 3f1ddc64e4bf0aecddfa21d45f889620dbdd442d | refs/heads/master | 2021-10-20T12:52:55.625243 | 2019-02-27T17:06:09 | 2019-02-27T17:06:09 | 64,423,528 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,999 | tst | ~LCM-SR-hrz_col_d-nat.tst |
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.320296D+00
2 -0.400441D-01 0.391718D-01
3 0.866446D-03 0.159308D-03 0.593955D-02
4 -0.116542D+01 0.795091D+00 0.109307D+01 0.453215D+03
5 -0.390081D+00 -0.747149D-01 0.561666D+00 0.126507D+03 0.884060D+02
6 -0.265088D+01 -0.250470D+00 -0.111293D+01 -0.378423D+03 -0.123368D+03
7 -0.378420D-01 0.153697D-01 0.351866D+00 0.121505D+03 0.414446D+02
8 0.181438D-01 -0.629902D-01 -0.219648D+00 -0.618837D+02 -0.260356D+02
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
6 7 8
________ ________ ________
6 0.555097D+03
7 -0.129806D+03 0.477950D+02
8 0.607779D+02 -0.212314D+02 0.129933D+02
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 1.000
2 -0.358 1.000
3 0.020 0.010 1.000
4 -0.097 0.189 0.666 1.000
5 -0.073 -0.040 0.775 0.632 1.000
6 -0.199 -0.054 -0.613 -0.754 -0.557
7 -0.010 0.011 0.660 0.826 0.638
8 0.009 -0.088 -0.791 -0.806 -0.768
ESTIMATED CORRELATION MATRIX FOR PARAMETER ESTIMATES
6 7 8
________ ________ ________
6 1.000
7 -0.797 1.000
8 0.716 -0.852 1.000
|
8f0125334d32099ed7e72fd2fdf49e58fef3fbc8 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Measurements_And_Instrumentation_R._K._Rajput_2096.zip/Electronic_Measurements_And_Instrumentation_R._K._Rajput_2096/CH1/EX1.71/ex_1_71.sce | 843120efd920d0497bc5263b46b4444c1bb3b1b3 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | ex_1_71.sce | errcatch(-1,"stop");mode(2);//Example 1.71// READING
;
;
Pi=25;//in kW
El=440;//line voltage in volts
pf=0.6;//power factor
ph=acosd(pf);//
tp=tan(ph);//
dw=(tp*Pi)/((3)^(1/3));//change in weights
W1=22.12;//IN kW
W2=25-W1;//
disp(W1,"reading in kW")
disp(W2,"reading in kW")
exit();
|
800cceb78de4a7e424422ec4d87c2c6cd5e6a681 | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/DEPENDENCIES/ch15_7.sce | 86d9339937cb017a4e18e63fc60131ae2ff92325 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 554 | sce | ch15_7.sce | clc
disp("Example 15.7")
printf("\n")
printf("Given")
disp("N1=20 N2=N3=10")
disp("I2=10(-53.13 deg) I3=10(-45 deg)")
N1=20;N2=10;N3=10;
I2mag=10;I2ph=-53.13;
I3mag=10;I3ph=-45;
//From figure 15.14
disp("N1*I1-N2*I2-N3*I3=0")
//Solving for I1
Xmag=N2*I2mag
Xph=I2ph
x=Xmag*cos((Xph*%pi)/180);
y=Xmag*sin((Xph*%pi)/180);
z=complex(x,y)
Ymag=N3*I3mag
Yph=I3ph
x1=Ymag*cos((Yph*%pi)/180);
y1=Ymag*sin((Yph*%pi)/180);
z1=complex(x1,y1)
I1=(z+z1)/N1
[R,Theta]=polar(I1);
printf("I1=%3.2f(%3.2f deg) A\n",R,(Theta*180)/%pi);
|
0c6a148b0819989a8f1dc93b3deb3b498cec5c2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /73/CH12/EX12.12/Example12_12.sci | 45374978bb1c5e8aa220d58edf42719017b9b7fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,124 | sci | Example12_12.sci | //Chapter 12_Signal Generators
//Caption : Generating pulse by 555 timer
//Example12.12:(a)Design a 555 astable multivibrator to generate an output pulse with pulse repetition frequency(PRF)=4 kHz and a duty cycle of 60%.Given Vcc=15V.
//(b)Analyse the circuit designed in part (a) to determine the actual PRF and duty cycle. Given Ithres=25 uA(max.) for timer 555.
clear;
clc;
//a)Solution:
d=60*10^-2;//duty cycle given
PRF=4*10^3;
Vcc=15;//power supply
T=1/PRF;//where T=Tc+Td
Tc=d*T;
Td=T-Tc;
Ithres=25*10^-6;
Icmin=1*10^-3;//since Icmin>>Ithres,so assuming Icmin=1 mA
R=Vcc/(3*Icmin);//where R=Ra+Rb
C=Tc/(0.7*R);
Rb=Td/(0.7*C);
Ra=R-Rb;
disp('kilo Ohm',Ra/10^3,'Designed resistor(Ra) for 555 timer in astable mode is:')
disp('kilo Ohm',Rb/10^3,'Designed resistor(Rb) for 555 timer in astable mode is:')
disp('uF',C*10^6,'Designed Capacitor for 555 timer in astable mode is:')
//b)Solution:
//from equation of charging
Tc1=0.7*R*C;
Td1=0.7*Rb*C;
T1=Tc1+Td1;
PRFa=1/T1;
da=Tc1/(Tc1+Td1)*100;
disp('kHz',PRFa/10^3,'actual Pulse Repetition Frequency is:')
disp('%',da,'actual duty cycle is:') |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.