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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d8eda880ebbff2bb9f9ea4dec84ef9fe16a549d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1703/CH8/EX8.7/8_7.sce | 01f5add3d317eb96b099965454f1276e6be24a34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 279 | sce | 8_7.sce | clc
//initialisation of variables
dm= 0.75 //in
dt= 0.25 //in
dP= 10.4 //lb/in^2
rd= 0.84
w= 62.4 //lb/ft^3
g= 32.2 //ft/sec^2
//CALCULATIONS
v1= sqrt(dP*144*g/(rd*w*((dm/dt)^4-1)))
Q= %pi*dm^2*v1*60*w/(4*144*10)
//RESULTS
printf ('Discharge rate = %.1f gal.min',Q)
|
13da5409bb6fbe115114cddcf02d290dc444bddd | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Materials_Science_R._S._Khurmi_And_R._S._Sedha_2153.zip/Materials_Science_R._S._Khurmi_And_R._S._Sedha_2153/CH16/EX16.5/ex_16_5.sce | 8a2a7edbc30cacbfbd379ac4fc9c369c7f132a3a | [] | 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 | 369 | sce | ex_16_5.sce | errcatch(-1,"stop");mode(2);//Example 16.5 : concentration of impurity
;
;
format('v',9)
e=1.6*10^-19;//
l=10;//in mm
d=1;//in mm
r=100;//in ohms
up=0.19;//mobilty of electrons in V-sec
a=(%pi*((d*10^-3)^2))/4;//area in m^2
p=((r*a))/(l*10^-3);//resistivity in Ohm-cm
n=((1/(p*e*up)));//concentration in per m^3
disp(n,"impurity concentration is in per m^3")
exit();
|
3732de4c5813e0b2a7f4dbb9da401e1c185c176c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH15/EX15.1/15_1.sce | 16ecac39ad161aae7966967de75df59ee43e02fb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 173 | sce | 15_1.sce | clc
//initialisations
c=8
h=3
t=5
//CALCULATIONS
a=factorial(8)/(factorial(3)*factorial(5)*2^8)
//results
printf(' \n probability of 3 heads and 5 tails= % 1f ',a)
|
2e5faf5d2e1a7128e5f4297e97f96968c1bd8ff2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3740/CH3/EX3.1/Ex3_1.sce | 4cdb6c8724c3d0a5fa64b071178a2106e55b931e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex3_1.sce | //Optoelectronics - An Introduction, 2nd Edition by J. Wilson and J.F.B. Hawkes
//Example 3.1
//OS=Windows XP sp3
//Scilab version 5.5.2
clc;
clear;
//given
w=10e-3;//Width of the KD*P crystal in m
r=26.4e-12;//Linear electro-optic coefficient of the crystal in m/V
n0=1.51;//refractive index of the crystal
E=4000;//Applied voltage in V
//Let the change in refractive index be Deltan = |n-n0|
Deltan=(1/2)*r*E*(n0^3)/w;//Dimensionless change in refractive index of the crystal
mprintf("The change in refractive index of the crystal = %.1e",Deltan);
|
3c391e1abb52e6b9861ab513a6872a0ca0ab0cd0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3311/CH16/EX16.8/Ex16_8.sce | 56930df4d993eb1369117f67dfc943813a3f94d4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,211 | sce | Ex16_8.sce | // chapter 16
// example 16.8
// Determine turn ratio of demagnetizing winding with primary winding, switch voltagae rating and dc supply current
// page-1015
clear;
clc;
// given
E0=12; // in V
I0=12; // in A
fs=60; // in kHz (switching frequency)
E=230; // in V (rectified ac mains)
alpha_max=0.6; // maximum duty cycle
neta1=50; // in % (spike voltage percentage)
neta2=20; // in %
// calculate
fs=fs*1E3; // changing unit from kHz to Hz
Edc=E*sqrt(2); // calculation of dc voltage
Esp=(neta1/100)*Edc; // calculation of spike voltage
// since alpha_max=1/(1+(N3/N1)), therefore we get
// K=N1/N3=1/((1/alpha_max)-1),
K=1/((1/alpha_max)-1); // calculation of turns ratio
Vsw=Edc+K*Edc+Esp; // calculation of switch voltage
// since K1=N1/N2=V1/V2, therefore we get
K1=(1-(neta2/100))*Edc/E0;
// since I1/I2=N2/N1, therefore we get
I1=I0/K1; // calculation of dc supply current
printf("\nThe turn ratio of demagnetizing winding with primary winding is \t N1/N3=%.1f",K);
printf("\nThe required switch voltage is \t\t\t\t\t\t Vsw=%.2f V",Vsw);
printf("\nThe dc supply current at full current is \t\t\t\t I1=%.2f A",I1);
// Note: The answer vary slightly due to precise calculations |
d8c8336a71f582b036732caaacfd8dfb980a9ddc | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/testmenu.SCI | 8c2ff235d955e4aea387199a512497fb4ad9aaca | [
"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 | 939 | sci | testmenu.SCI |
mp=map("a":1,"b":"string","c":color(1,0,0));
mp.q=12;
mp.q=77.3;
a=mp.c;
test=mp.q;
#mp.z="beurk";
#test2=mp.z;
codeblock readtextfile(ScriptDir+"\TOOLS.sci");
sf=T_scene_create;
sss=T_getscene;
myviewport=T_getviewport;
menu=T_createmenu;
menu.add("","Item 1","1",true);
menu.add("","Item 2","2",true);
menu.add("","Item 3","3");
menu.add("","Item 4","4");
menu.add("4","Sub 4 1");
menu.add("4","Sub 4 2");
menu.add("Sub 4 1","SubSub A","A");
menu.add("Sub 4 1","SubSub B","B");
menu.add("Sub 4 1","SubSub C","C");
menu.add("Sub 4 1","SubSub D","D");
menu.checked("2")=true;
fr=T_getrootframe();
#fr.cancache=true;
for i=0 to 100 do {
fr.add("Sphere","Position":point(random,random,random),"Radius":0.03,"Resolution":12,"CanBuffer":true);
}
while true do {
incrtime;
if menu.WasModified then {
st=menu.SelectID;
if menu.Checked(menu.SelectID) then st=st+" checked";
message(st);
}
render;
}
|
1915fa7c7ce837449c9f231682fd716b3d9ec2d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH2/EX2.2/Exa2_2.sce | 093a2d9ff334df7ffc761e117b29c8db702e42ee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 783 | sce | Exa2_2.sce | //Exa 2.2
clc;
clear;
close;
//Given Data :
format('v',9);
Pt=30*10^6;//in watt
V=220*10^3;//in volt
l=275*10^3;//in meter
R=0.173;//in ohm/km
Eta=90;//in %
density=8.9;//copper density
Loss=100-Eta;//in %
cosfi=0.8;//powerfactor
disp("3-phase 3 wire :");
IL=Pt/(sqrt(3)*V*cosfi);//in Ampere
LineLosses=(Loss/100)*Pt;//in watts
rho=R*10^-4/(1*10^3);//in ohm-meter
a=3*IL^2*rho*l/(LineLosses);//in m^2
Volume=3*a*l;//in m^3
Cu_weight=Volume*density;//in Tones
disp(Cu_weight,"Weight of copper(in Tones) : ");
disp("Single phase 2 wire :");
IL=Pt/(V*cosfi);//in Ampere
a=2*IL^2*rho*l/(LineLosses);//in m^2
Volume=2*a*l;//in m^3
Cu_weight=Volume*density;//in Tones
disp(Cu_weight,"Weight of copper(in Tones) : ");
//Note : answer is not accurate in the book. |
e06be616340cd343612bea3b5c54d597caede877 | 449d555969bfd7befe906877abab098c6e63a0e8 | /132/CH14/EX14.2/Example14_2.sce | 0371389a59b75943a190917ed6fc206bc7f55085 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 334 | sce | Example14_2.sce | //Example 14.2
//Program to Determine the Shunt Resistance required
clear;
clc ;
close ;
//Given Circuit Data
Rm=100; //Ohms
CS=100*10^(-6); //A
Imax=10*10^(-3); //A
//Calculation
Ish=Imax-CS;
Rsh=Rm*CS/Ish;
//Displaying The Results in Command Window
printf("\n\t The Value of Shunt Resistance is, Rsh = %f Ohms .",Rsh); |
0b650b098d76a4c1789d3859b09c2bad96d10a1e | bacd6919260d728f4316702bbe1edf811810bede | /legacy/37.one.good/console/Untitled4.sce | eb20a6ebca51f5b77fd7111078b9810d610e7578 | [] | no_license | vopl/sp | 332d8c2ff536fc5d8772ff2f3fbeca9b50c47641 | a4313f4d7af47cc3132d7546947d4d668c7e487e | refs/heads/master | 2020-04-16T02:09:36.036424 | 2016-10-05T18:08:30 | 2016-10-05T18:08:30 | 65,293,458 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 226 | sce | Untitled4.sce | stacksize('max');
tsa = read("P:\finance\spectrumSeparator\nhel.Composite\13\console\sverta",-1,1);
tsp = read("P:\finance\spectrumSeparator\nhel.Composite\13\console\svertp",-1,1);
//clf
plot(tsa/164.5,'r');
|
c3d391ec118a70232e9f78dc6ad30df00497561d | 036a77bd5f07b7b2b808ef3d90e92d20bd7b6c33 | /easy/tests/wrongTypeInPlusExpression.tst | 29286d1eb0b7e03fbaa8086b81db1c043dc6f940 | [] | no_license | Jaymee-Ericca-7/simple-compiler | 186b11486e5af8debdde301acba84851c4545b02 | 209a8ed43c579a9ce34c63a10083cdbde5546313 | refs/heads/master | 2020-09-18T06:19:53.304100 | 2015-08-11T13:44:06 | 2015-08-11T13:44:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 75 | tst | wrongTypeInPlusExpression.tst | main begin
int i;
boolean b;
b = true;
i = 1 + b;
return 0;
end
|
6d1407b685abde4b0bf9fd7866286e704a6ac05f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH3/EX3.7/Ex3_7.sce | 9c6744fc6438a62f52ee7e1d2e5895a642031df5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 486 | sce | Ex3_7.sce |
// Examle 3.7
// Given that Ceq= 1 uF between A & B
// By reducing the circuit will get 2 capacitor.
// that is C & C13= 32/9 uF
// there for (1/1)= 1/C+ 9/32
// Hance 1/C= 1-9/32
C=1/{1-(9/32)}; // Value of Capacitor-C
disp(' Value of Capacitor C = '+string(C)+' uF');
// p 56 3.7
|
3cc4a9ee02ec0842a8d0201a590adf5c0b911194 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2873/CH3/EX3.19/Ex3_19.sce | edcfc8540603201df1edf7c52b717601aa06b992 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,255 | sce | Ex3_19.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Engineering Thermodynamics by Onkar Singh Chapter 3 Example 19")
p1=0.5*10^6;//initial pressure of air in pa
v1=0.5;//initial volume of air in m^3
T1=(27+273);//initial temperature of air in K
p2=1*10^6;//final pressure of air in pa
v2=0.5;//final volume of air in m^3
T2=500;//final temperature of air in K
R=8314;//gas constant in J/kg K
Cv=0.716;//specific heat at constant volume in KJ/kg K
disp("using perfect gas equation for the two chambers having initial states as 1 and 2 and final states as 3")
disp("n1=(p1*v1)/(R*T1)")
n1=(p1*v1)/(R*T1)
disp("now n2=(p2*v2)/(R*T2)")
n2=(p2*v2)/(R*T2)
disp("for tank being insulated and rigid we can assume,deltaU=0,W=0,Q=0,so writing deltaU,")
deltaU=0;//change in internal energy
disp("deltaU=n1*Cv*(T3-T1)+n2*Cv*(T3-T2)")
disp("final temperature of gas(T3)in K")
disp("T3=(deltaU+Cv*(n1*T1+n2*T2))/(Cv*(n1+n2))")
T3=(deltaU+Cv*(n1*T1+n2*T2))/(Cv*(n1+n2))
disp("using perfect gas equation for final mixture,")
disp("final pressure of gas(p3)in Mpa")
disp("p3=((n1+n2)*R*T3)/(v1+v2)")
p3=((n1+n2)*R*T3)/(v1+v2)
disp("so final pressure and temperature =0.75 Mpa and 409.11 K")
|
273e8424279bd2be7b4ac291d408ed37aed64c67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1388/CH3/EX3.12/3_12.sce | 16515e5521c7bd987a9db74ed0f6563e4e4020b1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 254 | sce | 3_12.sce | clc
//initialisation of variables
P= 100 //atm
P1= 1 //atm
R= 1.99 //cal/mol^-1 K^-1
k= 0.3 //atm^-1
E= 1600 //cal
T= -183 //C
T1= 0 //C
//CALCULATIONS
X= (k*3.5*R*(P-P1))/(3.5*R*(T1-T)+E)
//RESULTS
printf (' fraction of liquid = %.3f ',X)
|
75525d4d66bd8ecfdd6f3ab06f10f7791e271088 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set11/s_Fundamentals_Of_Electronic_Devices_P._Raja_And_P._Sharma_2720.zip/Fundamentals_Of_Electronic_Devices_P._Raja_And_P._Sharma_2720/CH4/EX4.16.11/ex4_16_11.sce | 9359060e056433d0c6608007d0d1db2eb0f5b474 | [] | 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 | 244 | sce | ex4_16_11.sce | errcatch(-1,"stop");mode(2);// Exa 4.16.11
;
;
// Given data
I_o = 10;// in nA
// I = I_o * ((e^(v/(Eta * V_T))) - 1)
// e^(v/(Eta * V_T)<< 1, so neglecting it
I = I_o * (-1);// in nA
disp(I,"The Diode current in nA is ");
exit();
|
50939491706fee74dac5321e5835dc52d4ba1630 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH4/EX4.12/ex4_12.sce | e35efed8235dd84d4c34dbeb68a300e00489a68b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 374 | sce | ex4_12.sce | clc;
clear all;
s = 1.4; // Area of window in square meters
b = 60; // Intensity level of window in Db
I0 = 1e-12; // Standard intensity in watts per square meters
//60=10log10(I1/1e-12);
//so..
I1=I0*1e6;// Intensity of sound in watts per square meters
p = I1*s;//The acoustic power entering via window
disp('watts',p,'The acoustic power entering via window is')
|
bce2374f6a45a4daa3664ee15cc8cf95fab0ee8b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3889/CH5/EX5.3/Ex5_3.sce | d9e06917bd04e51bb9ed442164e547bcf161c8fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 585 | sce | Ex5_3.sce | //Example 5.3
//page 319
//Control Systems: Principles and Design
//M Gopal, Second Edition, Tata McGraw-Hill
//Chapter: Concepts of Stability: Routh Stability Array
xdel(winsid())//close all graphics Windows
clear;
clc;
//transfer function
s=%s;
P=s^6+4*s^5+3*s^4 + 2* s^3 +s^2 +4*s +4;
//routh array
disp('Routh Array')
r=routh_t(P)
disp(r)
[r,num]=routh_t(1/P,20)
if num==0
disp("As all elements of first row are positive system is stable")
else
mprintf("There are %g sign changes in entries of first column.\nTherefore, system is unstable.", num)
end
|
d53ee6d830ea4c5694432f593b43997557c24b85 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH10/EX10.4/4.sce | 372deb7aaa18b7db065797a751c79d377d03c4e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 691 | sce | 4.sce | clc
clear
//INPUT DATA
Eg=1.1*1.6*10^-19//The energy gap of silicon in J
me=0.48//The electron mobility in m^2 V^-1 s^-1
mh=0.13//The hole mobility in m^2 V^-1 s^-1
h=6.625*10^-34//Planck's constant in m^2 Kg /sec
e=1.6*10^-19//charge of electron in coulombs
m=9.11*10^-31//mass of an electron
kb=1.38*10^-23//Boltzmann's constant m^2 Kg s^-2 k^-1
t=300//temperature in k
//CALCULATION
ni=2*((2*3.14*m*kb*t)/h^2)^(3/2)*exp(-Eg/(2*kb*t))//intrinsic carrier concentration in m^-3
ec=(ni*e*(me+mh))/10^-3//The electrical conductivity at room temperature in ohm^-1 m^-1 *10^-3
//OUTPUT
printf('The electrical conductivity at room temperature is %3.4f *10^-3 ohm^-1 m^-1',ec)
|
65485e053eae3f0792343326be09440d3a939d32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1073/CH3/EX3.1/3_1.sce | 12e938423d1d4a52fd0764b75e1aaa6722a9c81f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 784 | sce | 3_1.sce | clc;
clear;
//Example 3.1
mu=10^-3 //N.s/m^2
//At distance y from surface
//ux=a+by+cy^2+dy^3
//At y=0,ux=0 therefore a=0
//i.e tao=0
//At edge of boundary layer,ie y=del
//ux=u_inf
//At y=o,c=0
//At y=del,ux=b*del+d*del^3
//Therefore, b=-3*d*del^3
//d=-u_inf/(2*del^2)
//b=3*u_inf/(2*del)
//For velocity profile,we have:
//del/x=4.64*(Nre_x)^(-1/2)
//Evaluate N re_x
x=75; //[mm]
x=x/1000; //[m]
u_inf=3; //[m/s]
rho=1000 //[kg/m^3] for air
Nre_x=u_inf*rho*x/mu //Reynold number
//Substituting the value,we get
del=x*4.64*(Nre_x^(-1/2)) //[m]
printf("\nBoundary layer thickness is del=%f m or %f mm",del,del*1000);
printf("\nWrong units in answer of book,m and mm are wrongly interchanged");
|
19cd97d50ef7fb3107a84e2cb4362cab733b20eb | aef26b59d30e6dadcb4ad4adca5fef486bba8f39 | /测试存储过程调用.tst | 1a0fcb804da57447c435710a445a460c5e0768a8 | [] | no_license | BinYangXian/ora | 23141658d122e552ae63d2c091a0b038446da275 | ebb23fed403da5248f8926f902a247b4046e540c | refs/heads/master | 2021-01-20T15:07:10.757649 | 2017-05-09T08:34:52 | 2017-05-09T08:34:52 | 90,722,061 | 0 | 0 | null | null | null | null | GB18030 | Scilab | false | false | 369 | tst | 测试存储过程调用.tst | PL/SQL Developer Test script 3.0
19
-- 测试存储过程调用
declare
l_avg number;
l_success number;
begin
-- 调用语法
-- 没有参数 p_test || p_test()
p_test;
p_sal(100,l_avg,l_success);
if l_success<>1 then
dbms_output.put_line('反正就是错了');
else
dbms_output.put_line('test:'||l_avg);
end if;
end;
0
0
|
5f73cae087bbd24c10a7c908aa749c7a3a7e20ec | f5bb6b6e5afdd322c5cd22aa132ef6cd9671b83e | /exo5-1.sci | bb081b57352e669f19e5b8bcf860408e52111d42 | [] | no_license | MEGCHICHEFarid/Calcul_Num-rique-TP2 | b47cb66cc2c7b8ed7b5dad7992ee03dc8e0ca98f | 121a72c376848daf12d0d81ec628572a2ea573cd | refs/heads/main | 2023-01-30T23:20:31.667199 | 2020-12-18T23:56:13 | 2020-12-18T23:56:13 | 322,196,749 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 572 | sci | exo5-1.sci | function [L,U] =factorisation(A)
[m,n]=size(A);
for i= 1:n
L(i,1) = A(i,1);
end
for j=1:m
U(1,j)=A(1,j)/L(1,1);
end
for j=2:n
for i=j:n
res=0.0;
for k= 1:(j-1)
RES=RES+L(i,k)*U(k,j);
end
L(i,j)=A(i,j)-RES
end
U(j,j)=1;
for i=(j+1):n
RES=0.0;
for k=1:(j-1)
RES=RES+L(j,k)+U(k,i);
end
U(j,i)=(A(j,i)-RES)/L(j,j);
end
end
endfunction
|
9b1b6f8c42c1bf05b1c565ce635b251ca5fd8c76 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1871/CH12/EX12.2/Ch12Ex2.sce | 6773b6f575e9340deed0cfcf39997835222b9949 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 698 | sce | Ch12Ex2.sce | // Scilab code Ex12.2: Pg:464 (2008)
clc;clear;
n2 = 1.59; // Cladding refractive index of an optical fibre
n0 = 1; // Refractive index when the fiber is in air
NA = 0.20; // Numerical aperture of fiber
// Since NA = sqrt(n_1^2-n_2^2)/n0, solving for n1
n1 = sqrt(NA^2 + n2^2)/n0; // Core refractive index of fiber
// In water, n0 = 1.33
n0 = 1.33; // Refractive index of water
NA = sqrt(n1^2-n2^2)/n0; // Numerical aperture when the fiber is in water
theta_max = asind(NA); // Acceptance angle for the fiber in water, degree
printf("\nThe acceptance angle for the fibre = %3.1f degree", theta_max);
// Result
// The acceptance angle for the fibre = 8.6 degree |
a8c464883e32118cf4ece8ebf6c2159f5343bd98 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH5/EX5.19/Ex5_19.sce | 1bc0d6d00c98d7022e89143c77e1e6a3ca9b0d10 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | Ex5_19.sce | clear
//Given
m=0.45 //Kg
R=0.0014 //ohm
a=1.78*10**-8 //ohm
d=8.93*10**3 //Kg/m**3
//Calculation
//
l=sqrt(R*m/(a*d))
r=sqrt(m/(%pi*d*1.99))
//Result
printf("\n The value of length is %0.2f m",l)
printf("\n The value of radius is %0.2f mm",r*10**3)
|
0ebc9cf525f687167669e17b87012dc0bb94057f | 449d555969bfd7befe906877abab098c6e63a0e8 | /944/CH6/EX6.17/example6_17_TACC.sce | 4a2df57c22503c9ef3f6d2f9020e8ffb1dbcd366 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 515 | sce | example6_17_TACC.sce | //example 6.17
clear;
clc;
//Given:
m2=1.35;//mass of a macromolecule[gm]
V=100;//volume of solution[cm^3]
R=82;//Universal gas constant[atm.cm^3.K^-1]
T=300;//Temperature[K]
II=9.9;//osmotic pressure of the solution[cm]
d=1;//density
p=1013250;//Atmospheric pressure
g=980.67;//gravitational field
//To find the molar mass of macromolecule
a=m2*R*T*p;
b=V*9.9*d*g;
M2=a/b;//molar mass of macromolecule
printf(" M2 = molar mass of macromolecule , therefore M2 = %f g.mol^-1",M2);
|
84290dee9be50d91187db78b61006b9946c548f7 | 8ea401b354e99fe129b2961e8ee6f780dedb12bd | /macros/diff.sci | 8d58189098a59211069b5fb03d8d83059f81f1df | [
"BSD-2-Clause"
] | permissive | adityadhinavahi/SciPandas | 91340ca30e7b4a0d76102a6622c97733a28923eb | b78b7571652acf527f877d9f1ce18115f327fa18 | refs/heads/master | 2022-12-20T04:04:35.984747 | 2020-08-19T16:10:51 | 2020-08-19T16:10:51 | 288,765,541 | 0 | 1 | null | 2020-08-19T15:35:04 | 2020-08-19T15:14:46 | Python | UTF-8 | Scilab | false | false | 656 | sci | diff.sci | function diff()
//First discrete difference of element.
// Syntax
//df.isna()
//
// Parameters
// periods: int, default 1
//axis: {0 or ‘index’, 1 or ‘columns’}, default 0
//Take difference over rows (0) or columns (1).
// For additional information on parameters, See https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.diff.html
// Returns : DataFrame
// NOTE: For boolean dtypes, this uses operator.xor() rather than operator.sub().
// Examples
// Difference with previous column
// df.diff()
// Authors
// Aditya Dhinavahi
// Sundeep Akella
endfunction
|
fce86299ba945c09475c133b325c2e71b5a137e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2789/CH11/EX11.2/Ex11_2.sce | 7541e081f49a241f11945f940e472fa938da9471 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 279 | sce | Ex11_2.sce | clear;
clc;
//page no. 411
P = 25;//in. of mercury
p = 18;//in. of mercury
T = 150;//degreeF
k = P/p;
if k < (1.893) then
V = sqrt(2*32.2*186.5*(T+460)*(1-(1/k)^0.286));
end
printf('The local velocity just upstream from the pitot static tube = %d fps',V);
|
36a9eeaf18de1d13bfb0520e99c8f8f967d4639f | dba43ae0c5d0c50780be579f98977a9836292852 | /02/Mul16/CS16B021AddSub16.tst | e09682add31b34074a849b7cc41344319423545c | [
"MIT"
] | permissive | AbstractXan/ComputerSystemDesignLab | c49458dfcbd2e7ee769cb6044868a33601e42968 | 2851da683e4e894be66463dcc29a9fa6ba0538b6 | refs/heads/master | 2020-07-06T22:44:45.031534 | 2019-11-20T04:42:52 | 2019-11-20T04:42:52 | 203,161,348 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 796 | tst | CS16B021AddSub16.tst | load CS16B021AddSub16.hdl,
output-file CS16B021AddSub16.out,
output-list a%B1.16.1 b%B1.16.1 sel%B1.1.1 out%B1.16.1;
set a %B0000000000000000,
set b %B0000000000000000,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B0000000000000000,
set b %B1111111111111111,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B1111111111111111,
set b %B1111111111111111,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B1010101010101010,
set b %B0101010101010101,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B0011110011000011,
set b %B0000111111110000,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B0001001000110100,
set b %B1001100001110110,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
|
2e79ee7e7aadfcba968012dc25ec86bc02587503 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH11/EX11.21/EXAMPLE11_21.SCE | 9543f5a0a5d537b0677c27ef6f44c79c690a0d9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 507 | sce | EXAMPLE11_21.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 11
//Information Theory
clear all;
clc;
printf("EXAMPLE 11.21(PAGENO 504)");
//given
P_X = [.5 .5]//x matrix
P_YX = [.8 .2 0 ; 0 .2 .8];//yx matrix representation of given fig
//calculations
P_Y = P_X*P_YX;
//results
printf("\n\norobability associated with the channel outputs for p=.2 is")
disp(P_Y)
printf("\n\na.P(Y1) = %.2f",P_Y(1,1));
printf("\n\nb.P(Y2) = %.2f",P_Y(1,2));
printf("\n\nC.P(Y3) = %.2f",P_Y(1,3));
|
ab4fab83a1bd5a7e8912f5963ead6daad20ce3fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2837/CH22/EX22.4/Ex22_4.sce | 6849555d471c477148bfededbea11b3f17588573 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 405 | sce | Ex22_4.sce | clc
clear
//Initalization of variables
h2d=93.410 //Btu/lb
h1=80.740 //Btu/lb
x=0.75
PD=160
vol=0.82
v1=1.7213
w2=80.156
w1=27.3
//calculations
twork=h2d-h1
swork=twork/x
flow=PD*vol/v1
ref=flow*(w2-w1)/200
shp= flow*swork/42.4
cop=(w2-w1)/swork
//results
printf("Refrigeration = %.1f tons",ref)
printf("\n Shaft hp= %.1f hp",shp)
printf("\n Coefficient of performance = %.2f ",cop)
|
59f66bcf5f3041353e8c5c7774febcfb60f2ffa4 | 7d91f8b3cb8d228617c08467d41edcff14343b7f | /Zajecia 3/2_rama.sce | c8b6524962d86fdc3d5d1a2410a381a3be1e7059 | [] | no_license | szymczykmichal/KWP | aae875431be6fa9c1a370016396f2476cb06f793 | 77cbdf39521e41e2bbb9aa9c00fbba0766ec052e | refs/heads/master | 2020-04-26T08:50:05.726038 | 2019-04-24T19:47:19 | 2019-04-24T19:47:19 | 173,435,873 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,956 | sce | 2_rama.sce | clc;clear;cls;
function [Ke,fe]=beam2e(ex,ey,ep,eq);
[nargout,nargin] = argn(0);
ieee(1)
//
// INPUT: ex = [x1 x2]
//
// eq = [qx qy] distributed loads, local directions
//
// OUTPUT: Ke : element stiffness matrix (6 x 6)
//
// fe : element load vector (6 x 1)
b=[ ex(2)-ex(1); ey(2)-ey(1) ];
L=sqrt(b'*b); n=b/L;
E=ep(1); A=ep(2); I=ep(3);
qx=0; qy=0; if nargin>3; qx=eq(1); qy=eq(2); end
Kle=[E*A/L 0 0 -E*A/L 0 0 ;
0 12*E*I/L^3 6*E*I/L^2 0 -12*E*I/L^3 6*E*I/L^2;
0 6*E*I/L^2 4*E*I/L 0 -6*E*I/L^2 2*E*I/L;
-E*A/L 0 0 E*A/L 0 0 ;
0 -12*E*I/L^3 -6*E*I/L^2 0 12*E*I/L^3 -6*E*I/L^2;
0 6*E*I/L^2 2*E*I/L 0 -6*E*I/L^2 4*E*I/L];
fle=L*[qx/2 qy/2 qy*L/12 qx/2 qy/2 -qy*L/12]';
G=[n(1) n(2) 0 0 0 0;
-n(2) n(1) 0 0 0 0;
0 0 1 0 0 0;
0 0 0 n(1) n(2) 0;
0 0 0 -n(2) n(1) 0;
0 0 0 0 0 1];
Ke=G'*Kle*G; fe=G'*fle;
endfunction
Edof=[1 1 2 3 4 5 6; 2 10 11 12 7 8 9; 3 4 5 6 7 8 9];
K=zeros(12,12); f=zeros(12,1); //f(4)=2000;
A1=45.3e-4; A2=142.8e-4;
I1=2510e-8; I2=33090e-8; E=2.1e11;
ep1=[E A1 I1]; ep3=[E A2 I2];
ex1=[0 0]; ex2=[6 6]; ex3=[0 6]; ey1=[0 4]; ey2=[0 4]; ey3=[4 4];
eq1=[0 0]; eq2=[0 0]; eq3=[0 -10000];
Ke1=beam2e(ex1,ey1,ep1); Ke2=beam2e(ex2,ey2,ep1);
[Ke3,fe3]=beam2e(ex3,ey3,ep3,eq3);
function [K,f] = assem(edof,K,Ke,f,fe)
// Number of arguments in function call
[nargout,nargin] = argn(0)
// Display warning for floating point exception
ieee(1)
// K=assem(edof,K,Ke)
// [K,f]=assem(edof,K,Ke,f,fe)
// PURPOSE
// Assemble element matrices Ke ( and fe ) into the global
// stiffness matrix K ( and the global force vector f )
// according to the topology matrix edof.
//
// INPUT: edof: dof topology matrix
// K : the global stiffness matrix
// Ke: element stiffness matrix
// f : the global force vector
// fe: element force vector
//
// OUTPUT: K : the new global stiffness matrix
// f : the new global force vector
[nie,n] = size(edof);
t = edof(:,2:n);
for i = 1:nie;
K(t(i,:),t(i,:)) = K(t(i,:),t(i,:))+Ke;
if nargin==5 then
f(t(i,:))=f(t(i,:))+fe;
end;
end;
//--------------------------end--------------------------------
endfunction
K=assem(Edof(1,:),K,Ke1); K=assem(Edof(2,:),K,Ke2);
[K,f]=assem(Edof(3,:),K,Ke3,f,fe3);
function [d,Q]=solveq(K,f,bc)
// Number of arguments in function call
[nargout,nargin] = argn(0);
// Display warning for floating point exception
ieee(1)
// a=solveq(K,f)
// [a,Q]=solveq(K,f,bc)
//-------------------------------------------------------------
// PURPOSE
// Solve static FE-equations considering boundary conditions.
//
// INPUT: K : global stiffness matrix, dim(K)= nd x nd
// f : global load vector, dim(f)= nd x 1
//
// bc : boundary condition matrix
// dim(bc)= nbc x 2, nbc : number of b.c.'s
//
// OUTPUT: a : solution including boundary values
// Q : reaction force vector
// dim(a)=dim(Q)= nd x 1, nd : number of dof's
//-------------------------------------------------------------
// LAST MODIFIED: M Ristinmaa 1993-10-06
// Copyright (c) Division of Structural Mechanics and
// Department of Solid Mechanics.
// Lund Institute of Technology
//-------------------------------------------------------------
if nargin==2 ;
d=K\f ;
elseif nargin==3;
[nd,nd]=size(K);
fdof=[1:nd]';
//
dd=size(fdof);
d=zeros(dd(1),dd(2))
Q=zeros(dd(1),dd(2));
//
pdof=bc(:,1);
dp=bc(:,2);
fdof(pdof)=[];
//
s=K(fdof,fdof)\(f(fdof)-K(fdof,pdof)*dp);
//
d(pdof)=dp;
d(fdof)=s;
end
Q=K*d-f;
endfunction
function [es,edi,eci] = beam2s(ex,ey,ep,ed,eq,n)
// Ouput variables initialisation (not found in input variables)
es=[];
edi=[];
eci=[];
// Number of arguments in function call
[nargout,nargin] = argn(0)
// Display warning for floating point exception
ieee(1)
// ed = [u1 ... u6] element displacements
// eq = [qx qy] distributed loads, local directions
// n : number of evaluation points ( default=2 )
//
// OUTPUT: es = [ N1 V1 M1 ; section forces, local directions, in
// N2 V2 M2 ; n points along the beam, dim(es)= n x 3
// .........]
//
// edi = [ u1 v1 ; element displacements, local directions,
// u2 v2 ; in n points along the beam, dim(es)= n x 2
// .......]
//
// eci = [ x1 ; local x-coordinates of the evaluation
// x2 ; points, (x1=0 and xn=L)
// ...]
EA = ep(1)*ep(2);
EI = ep(1)*ep(3);
b = [ex(2)-ex(1);ey(2)-ey(1)]
L = sqrt(b'*b);
if max(size(ed(:,1)))>1 then
disp("Only one row is allowed in the ed matrix !!!");
return;
end;
qx = 0;
qy = 0;
if nargin>4 then
qx = eq(1);
qy = eq(2);
end;
ne = 2;
if nargin>5 then
ne = n;
end;
C = [0,0,0,1,0,0;
0,0,0,0,0,1;
0,0,0,0,1,0;
L,0,0,1,0,0;
0,L^3,L^2,0,L,1;
0,3*(L^2),2*L,0,1,0];
n = b/L;
G = [n(1),n(2),0,0,0,0;
-n(2),n(1),0,0,0,0;
0,0,1,0,0,0;
0,0,0,n(1),n(2),0;
0,0,0,-n(2),n(1),0;
0,0,0,0,0,1];
M = inv(C)*(G*ed'-[0,0,0,-(qx*(L^2))/(2*EA),(qy*(L^4))/(24*EI),(qy*(L^3))/(6*EI)]');
A = [M(1),M(4)]';
B = [M(2),M(3),M(5),M(6)]';
x = (0:L/(ne-1):L)';
%v0 = size(x);
zero = zeros(%v0(1),%v0(2));
%v0 = size(x);
one = ones(%v0(1),%v0(2));
u = [x,one]*A-((x .^2)*qx)/(2*EA);
du = [one,zero]*A-(x*qx)/EA;
v = ([x .^3,x .^2,x,one]*B+((x .^4)*qy)/(24*EI));
// dv=[3*x.^2 2*x one zero]*B+(x.^3)*qy/(6*EI);
d2v = ([6*x,2*one,zero,zero]*B+((x .^2)*qy)/(2*EI));
d3v = ([6*one,zero,zero,zero]*B+(x*qy)/EI);
N = EA*du;
M = EI*d2v;
V = -EI*d3v;
es = [N,V,M];
edi = [u,v];
eci = x;
endfunction
function [ed]=extract(edof,a)
// ed=extract(edof,a)
//-------------------------------------------------------------
// PURPOSE
// Extract element displacements from the global displacement
// vector according to the topology matrix edof.
//
// INPUT: a: the global displacement vector
//
// edof: topology matrix
//
// OUTPUT: ed: element displacement matrix
//-------------------------------------------------------------
// LAST MODIFIED: M Ristinmaa 1993-08-24
// Copyright (c) 1991-94 by Division of Structural Mechanics and
// Department of Solid Mechanics.
// Lund Institute of Technology
//-------------------------------------------------------------
[nie,n]=size(edof);
//
t=edof(:,2:n);
//
for i = 1:nie
ed(i,1:(n-1))=a(t(i,:))';
end
//
endfunction
function [magnfac]=eldia2(ex,ey,es,eci,magnfac,magnitude)
[nargout,nargin] = argn(0);
ieee(1)
// INPUT:
// ex = [ x1 x2 ]
// ey = [ y1 y2 ] element node coordinates.
//
// es = [ X1;
// X2;
// ... ] vector containing the section force
// in Nbr evaluation points along the beam.
//
// eci = [ x1;
// x2;
// ... ] local x-coordinates of the evaluation points (Nbr).
//
// magnfac = [scalar] magnification factor.
if ~((nargin==4)|(nargin==5)|(nargin==6))
disp('??? Wrong number of input arguments!')
return
end
a=size(ex); b=size(ey);
if ~((a-b)==[0 0])
disp('??? Check size of coordinate input arguments!')
return
end
c=size(es);
a=size(eci);
if ~(c(1)==a(1)|(c(2)==1))
disp('??? Check size of (es) or (eci) input arguments!')
return
end
b=[ex(2)-ex(1);ey(2)-ey(1)];
Length=sqrt(b'*b);
n=b/Length;
if nargin==4
// Determining magnfac.
magnfac=max(abs(es))/(0.2*Length);
else
disp("wykres")
end
es=es/magnfac;
if nargin>5
// Creating a scaled bar.
N=magnitude(1);
L=N/magnfac;
mag=size(magnitude);
if mag(2)==1
x=0;
y=-0.5;
else
x=magnitude(2);
y=magnitude(3);
end;
plot2d([x (x+L)],[y y],5,rect=[-2 -0.5 8 6.0]);
plot2d([x x],[(y-L/20) (y+L/20)],5,rect=[-2 -0.5 8 6.0]);
plot2d([(x+L/2) (x+L/2)],[(y-L/20) (y+L/20)],5,rect=[-2 -0.5 8 6.0]);
plot2d([(x+L) (x+L)],[(y-L/20) (y+L/20)],5,rect=[-2 -0.5 8 6.0]);
xstring((N*1.1)/magnfac+x,y,sprintf('%4.0f ', N));
end
// From local x-coordinates to global coordinates of the beam element.
An=size(eci);
Nbr=An(1);
A=zeros(Nbr,2)
A(1,1)=ex(1);
A(1,2)=ey(1);
for i=2:Nbr
A(i,1)=A(1,1)+eci(i)*n(1);
A(i,2)=A(1,2)+eci(i)*n(2);
end
B=A;
for i=1:Nbr
A(i,1)=A(i,1)+es(i)*n(2);
A(i,2)=A(i,2)-es(i)*n(1);
end
// Type is set to 0 by default.
pl=0;
if nargin==4
// Do not plot if input arguments are missing.
pl=3;
end
if pl==0
// Plots striped diagrams.
for i=1:Nbr
plot2d([B(i,1) A(i,1)],[B(i,2) A(i,2)],5,rect=[-2 -0.5 8 6.0]);
end
end
if pl<3
plot2d(A(:,1),A(:,2),5,rect=[-2 -0.5 8 6.0]);
plot2d([ex(1) A(1,1)],[ey(1) A(1,2)],5,rect=[-2 -0.5 8 6.0]);
plot2d([ex(2) A(Nbr,1)],[ey(2) A(Nbr,2)],5,rect=[-2 -0.5 8 6.0]);
plot2d(ex',ey',rect=[-2 -0.5 8 6.0]);
end
endfunction
bc=[1 0;2 0;3 0;10 0;11 0;12 0];
a=solveq(K,f,bc)
Ed=extract(Edof,a);
[es1,edi1,eci1]=beam2s(ex1,ey1,ep1,Ed(1,:),eq1,10);
[es2,edi2,eci2]=beam2s(ex2,ey2,ep1,Ed(2,:),eq2,10);
[es3,edi3,eci3]=beam2s(ex3,ey3,ep3,Ed(3,:),eq3,10);
subplot(2,2,1)
magnfac=eldia2(ex1,ey1,es1(:,1),eci1);
magnitude=[3e5 0.5 0];
eldia2(ex1,ey1,es1(:,1),eci1,magnfac);
eldia2(ex2,ey2,es2(:,1),eci2,magnfac);
eldia2(ex3,ey3,es3(:,1),eci3,magnfac,magnitude);
subplot(2,2,2)
magnfac=eldia2(ex3,ey3,es3(:,2),eci3);
magnitude=[3e5 0.5 0];
eldia2(ex1,ey1,es1(:,2),eci1,magnfac);
eldia2(ex2,ey2,es2(:,2),eci2,magnfac);
eldia2(ex3,ey3,es3(:,2),eci3,magnfac,magnitude);
subplot(2,2,3)
magnfac=eldia2(ex3,ey3,es3(:,3),eci3);
magnitude=[3e5 0.5 0];
eldia2(ex1,ey1,es1(:,3),eci1,magnfac);
eldia2(ex2,ey2,es2(:,3),eci2,magnfac);
eldia2(ex3,ey3,es3(:,3),eci3,magnfac,magnitude);
|
3a87f775fa1dff1a2cc03c30d3eb7bf5e2f7fb30 | 2ae858a680a4ccf8a2ec89a45a1e48a0292d8eab | /macros/traindtreeClassifier.sci | 444e5a80951542f0b0deb780f59a39318550a04a | [] | no_license | shreyneil/FOSSEE-Image-Processing-Toolbox | f315a82c325b2d6cbd0611689f3e30071a38490d | dd1cbd0dcbe0c3dd11d6ce1ab205b4b72011ae56 | refs/heads/master | 2020-12-02T16:26:13.755637 | 2017-07-07T19:22:33 | 2017-07-07T19:22:33 | 96,552,147 | 0 | 0 | null | 2017-07-07T15:32:15 | 2017-07-07T15:32:15 | null | UTF-8 | Scilab | false | false | 7,388 | sci | traindtreeClassifier.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
// Author: Shreyash Sharma
// Organization: FOSSEE, IIT Bombay
// Email: toolbox@scilab.in
function classifier = traindtreeClassifier(imgSets, bag, classifierName, varargin)
// This function is used to train an image classifier.
//
// Calling Sequence
// imgSet = imageSet(directory,'recursive');
// 'or'
// imgSet = imageSet(image);
// bag = bagOfFeatures(imgSet);
// classifier = traindtreeClassifier(imgSets, bag);
// classifier = traindtreeClassifier(imgSets, bag,'nameclass')
// classifier = traindtreeClassifier(imgSets, bag,'nameclass',save)
// classifier = traindtreeClassifier(imgSets, bag,'nameclass',save,,maximum depth)
// classifier = traindtreeClassifier(imgSets, bag,'nameclass',save,maximum depth,minimum sample count)
// classifier = traindtreeClassifier(imgSets, bag,'nameclass',save,maximum depth,minimum sample count,reg_acc)
// classifier = traindtreeClassifier(imgSets, bag,'nameclass',save,maximum depth,minimum sample count,reg_acc,use Surrogates)
// classifier = traindtreeClassifier(imgSets, bag,'nameclass',save,maximum depth,minimum sample count,reg_acc,use Surrogates,max_cat,cv_f)
// classifier = traindtreeClassifier(imgSets, bag,'nameclass',save,maximum depth,minimum sample count,reg_acc,use Surrogates,max_cat,cv_f,use1_se)
// classifier = traindtreeClassifier(imgSets, bag,'nameclass',save,maximum depth,minimum sample count,reg_acc,use Surrogates,max_cat,cv_f,use1_se,is_pruned)
// [classifier,BagofFeaturesLocation,Description] = traindtreeClassifier()
//
// Parameters
// classifier: Image category classifier location
// BagofFeaturesLocation : location of the xml or yml file.
// Description : features obtained after training.
// imgSets: Input imageSet to train the classifier on
// bag: The bagOfFeatures of the imageSet provided
// image: The set of images used for creating the imageset used for training
// nameclass: Name of the classifier one wants for their bag of features .xml or .yml file
// save:Option for the users to save their training data.
// maximum depth : The maximum possible depth of the tree. That is the training algorithms attempts to split a node while its depth is less than maxDepth. The root node has zero depth. The
// actual depth may be smaller if the other termination criteria are met (see the outline of the training procedure here), and/or if the tree is pruned. Default value is INT_MAX.
// minimum sample count : If the number of samples in a node is less than this parameter then the node will not be split. The Default value is 10.
// reg_acc : Termination criteria for regression trees. If all absolute differences between an estimated value in a node and values of train samples in this node are less than this parameter then
// the node will not be split further. Default value is 0.01f
// use Surrogates: If true then surrogate splits will be built. These splits allow to work with missing data and compute variable importance correctly. Default value is false.
// max_cat : Cluster possible values of a categorical variable into K<=maxCategories clusters to find a suboptimal split. If a discrete variable, on which the training procedure tries to make a split,
// takes more than maxCategories values, the precise best subset estimation may take a very long time because the algorithm is exponential. Instead, many decision trees engines (including
// our implementation) try to find sub-optimal split in this case by clustering all the samples into maxCategories clusters that is some categories are merged together. The clustering is
// applied only in n > 2-class classification problems for categorical variables with N > max_categories possible values. In case of regression and 2-class classification the optimal split
// can be found efficiently without employing clustering, thus the parameter is not used in these cases. Default value is 10.
// cv_f : If CVFolds > 1 then algorithms prunes the built decision tree using K-fold cross-validation procedure where K is equal to CVFolds. Default value is 10.
// use1_se : If true then a pruning will be harsher. This will make a tree more compact and more resistant to the training data noise but a bit less accurate. Default value is true
// is_pruned : If true then pruned branches are physically removed from the tree. Otherwise they are retained and it is possible to get results from the original unpruned (or pruned less aggressively)
// tree. Default value is true.
//
//
// Description
// This function trains a dtree classifier which can be used to predict classes of images given to it as
// input using the predictdtree() function.
//
// Examples
// imgSet = imageSet(directory,'recursive');
// bag = bagOfFeatures(trainingSet);
// categoryClassifier = traindtreeClassifier(trainingSet, bag);
//
bag_list = bagStructToList(bag);
imgSets_list = imageSetToList(imgSets);
[lhs rhs] = argn(0)
if lhs > 1
error(msprintf("Too many output arguments"));
elseif rhs < 2
error(msprintf("Not enough input arguments"));
elseif rhs > 13
error(msprintf("Too many input arguments"));
end
if rhs == 3
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName,);
elseif rhs == 4
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1));
elseif rhs == 5
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1), varargin(2));
elseif rhs == 6
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1), varargin(2), varargin(3));
elseif rhs == 7
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1), varargin(2), varargin(3), varargin(4));
elseif rhs == 8
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1), varargin(2), varargin(3), varargin(4), varargin(5));
elseif rhs == 9
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1), varargin(2), varargin(3), varargin(4), varargin(5), varargin(6));
elseif rhs == 10
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1), varargin(2), varargin(3), varargin(4), varargin(5), varargin(6), varargin(7));
elseif rhs == 11
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1), varargin(2), varargin(3), varargin(4), varargin(5), varargin(6), varargin(7), varargin(8));
elseif rhs == 12
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1), varargin(2), varargin(3), varargin(4), varargin(5), varargin(6), varargin(7), varargin(8), varargin(9));
elseif rhs == 13
temp = raw_traindtreeClassifier(imgSets_list, bag_list, classifierName, varargin(1), varargin(2), varargin(3), varargin(4), varargin(5), varargin(6), varargin(7), varargin(8), varargin(9), varargin(10));
end
classifier = struct("ClassifierLocation", temp(2), "BagofFeaturesLocation", temp(3), "Description", temp(4))
endfunction
|
0343ece6466a1b24b7cf970f2ff82e3091cb866e | 5a05d7e1b331922620afe242e4393f426335f2e3 | /macros/downsample.sci | e0bc5088b69ff1dce884fafd5dc1670a6dca3edb | [] | no_license | sauravdekhtawala/FOSSEE-Signal-Processing-Toolbox | 2728cf855f58886c7c4a9317cc00784ba8cd8a5b | 91f8045f58b6b96dbaaf2d4400586660b92d461c | refs/heads/master | 2022-04-19T17:33:22.731810 | 2020-04-22T12:17:41 | 2020-04-22T12:17:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,472 | sci | downsample.sci | // Copyright (C) 2018 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
// Author:[insert name]
// Organization: FOSSEE, IIT Bombay
// Email: toolbox@scilab.in
//Function File vary = downsample (x, n)
//Function File y = downsample (x, n, offset)
// Downsample the signal, selecting every nth element. If x
// is a matrix, downsample every column.
//
// If offset is defined, select every nth element starting at
// sample offset.
//
//
//Test cases:
//1.downsample([1,2,3,4,5],2)
//EXPECTED OUTPUT:[1,3,5]
//2.downsample([1;2;3;4;5],2)
//EXPECTED OUTPUT:[1;3;5]
//3.downsample([1,2;3,4;5,6;7,8;9,10],2)
//EXPECTED OUTPUT:[1,2;5,6;9,10]
//4.downsample([1,2,3,4,5],2,1)
//EXPECTED OUTPUT:[2,4]
//5.downsample([1,2;3,4;5,6;7,8;9,10],2,1)
//EXPECTED OUTPUT:[3,4;7,8]
function y = downsample (x, n, phase)
[nargout,nargin]=argn();
if (nargin<2 | nargin>3)
error ("wrong no. of input arguments");
end
if nargin==2
phase=0;
else
if phase > n-1
warning("This is incompatible with Matlab (phase = 0:n-1). See octave-forge signal package release notes for details." )
end
end
if isvector(x)
y = x(phase + 1:n:$);
else
y = x(phase + 1:n:$,:);
end
endfunction
|
ae7cc80d0f9c726e93eb6e0c54a829380e7ff32a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2141/CH7/EX7.1/Ex7_1.sce | e2f3bc290a7e4c07649f28f95af85f89a303e8ad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 368 | sce | Ex7_1.sce |
clc
//initialisation of variables
p2=150//lbf/in^2
v=20 //f
h1=79.385 //lbf/in^2
g=144//in^2/ft^3
T=778//F
p=35.736//lbf/in^2
s1=0.16719 //btu/lbm-R
T2=122.9 //F
h2=90.330 //lbf/in^2
v2=0.28270 //Btu/lbm
//CALCULATIONS
u1=h1-(p*g*1.0988/T)//Btu/lbmu
u2=h2-(p2*g*v2/T//Btu/lbm
W=u1-u2 //Btu/lbm
//RESULTS
printf('the work per pound =% f Btu/lbm',W)
|
cedaf7d51de181e9d9bdcddd8c966ccab65519e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /409/CH9/EX9.3/Example9_3.sce | ad69990b8f66383a53b5b4e358fc11b9cef4e028 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,309 | sce | Example9_3.sce | clear ;
clc;
// Example 9.3
printf('Example 9.3\n\n');
// Page no. 230
// Solution
m_CaCO3 = 100.1 ;//molecular wt-[g]
m_MgCO3 = 84.32 ;//molecular wt-[g]
m_CaO = 56.08 ;//molecular wt-[g]
m_MgO = 40.32 ;//molecular wt-[g]
m_CO2 = 44.0 ;//molecular wt-[g]
// Limestone analysis
p_CaCO3 = 92.89 ;// percentage of CaCO3
p_MgCO3 = 5.41 ;// percentage of MgCO3
inrt = 1.7 ;//percentage of inert
//(a)
amt_CaO = (((p_CaCO3/100)*m_CaO)/m_CaCO3)*2000 ;//Pounds of CaO produced from 1 ton(2000lb) of limestone
printf(' Amount of CaO produced from 1 ton(2000lb) of limestone is %.0f lb.\n',amt_CaO);
//(b)
mol_CaCO3 = (p_CaCO3/100)/m_CaCO3 ;// lb mol of CaCO3
mol_MgCO3 = (p_MgCO3/100)/m_MgCO3 ;// lb mol of MgCO3
total_mol = mol_CaCO3+mol_MgCO3;
amt_CO2 = total_mol*m_CO2 ;// Amount of CO2 recovered per pound of limestone-[lb]
printf(' Amount of CO2 recovered per pound of limestone is %.3f lb.\n',amt_CO2);
//(c)
amt_CaO = m_CaO*mol_CaCO3 ;// since lb mol of CaO = CaCO3
amt_MgO = m_MgO*mol_MgCO3 ;// since lb mol of MgO = MgCO3
total_lime = amt_CaO+amt_MgO+(inrt)/100 ;// total amount of lime per pound limestone
amt_lmst = 2000/total_lime ;// Amount of limestone required to make 1 ton(2000lb) of lime
printf(' Amount of limestone required to make 1 ton(2000lb) of lime %.1f lb.\n',amt_lmst); |
87436001cf26a7b8446df857029cb27012f8adb5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2528/CH5/EX5.12/Ex5_12.sce | 2d7214aa562e4a869162ac674fa3c57e676168fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 374 | sce | Ex5_12.sce | //Example5.12:"Output "
//Page 163
clear;
clc;
Av=20; //in dB
Vin=-60; //in dBV
CMRR=-90; //in dB
//for differential input
Vout=Av+Vin;
disp("dBV",Vout,"Vout for differential mode input");
//for common mode input
Vout1=Vout+CMRR;
disp("dBV",Vout1,"Vout for common mode signal");
//This signal is so small that it is overshadowed by noise
|
eefd821bd88dbd126eabb6ad656eae63721e2f2e | b34461c9ddff1ba130b67023d6e568ada42830dc | /scripts/max_histo.sci | db90aa5123fef350e718268a66fa8b74fc70958f | [] | no_license | AdrienKegler/Projet-Exolife | f72287fdc41a07b88f03b8346dafab93b4539b07 | 249f0861dc4ba3f2a7639ea60b7d12b45e717933 | refs/heads/master | 2020-05-25T14:05:45.213740 | 2017-03-17T09:16:20 | 2017-03-17T09:16:20 | 84,937,694 | 0 | 0 | null | 2017-03-15T10:15:55 | 2017-03-14T10:45:25 | Scilab | UTF-8 | Scilab | false | false | 156 | sci | max_histo.sci | function n_max=max_histo(matrice)
for i = 1:256,
if matrice(257-i)>0 then
break
end,
end
n_max = 256 - i;
endfunction
|
1a43ef6ee2e3e60d718041a84e3edbcad0040e34 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1430/CH13/EX13.7/exa13_7.sce | a126e2e5d0064c5a223ef375faec643ba538dce5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | exa13_7.sce | //Example 13.7
// Inversion with a Triple pole
s=%s;
num=-s^2-2*s+14;
den=(s+4)^3*(s+5);
F=num/den;
pfe=pfss(F)
t=0:0.001:10
// Inverse Laplace transform of pfe(2)
f1=1*%e^(-5*t);
// Inverse Laplace transform of pfe(1)
f2=-exp(-4*t)+3*(t.*t).*exp(-4*t);
f=f1+f2;// t>=0;
plot(t,f);
xlabel('t');
ylabel('f(t)');
title("Function Waveform")
|
be5a5aef6898f7c62f97acc4646f1bfc537ebe2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /165/CH11/EX11.9.b/ex11_9_b.sce | ab5aeaf3386a2149987012006926c3859cca42ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 352 | sce | ex11_9_b.sce | //Example 11.9(b)
clc;
f=50; //frequency in Hz
//Given values of bridge elements
R2=1000;
R3=16500;
R4=800;
w=2*%pi*f;
C4=2*10^-6;
//Value of Rx for Hay's Bridge
Rx=(R4*R2*R3*(w*C4)^2)/(1+(w*R4*C4)^2);
//Value of Lx for Hay's Bridge
Lx=(R2*R3*C4)/(1+(w*R4*C4)^2);
disp(Rx,'Value of resistence is')
disp(Lx,'Value of Inductance is') |
fde41805f51cf7f855d7dda1937c924f684af9a9 | 98efda43218be3d9e665771c28742517fd4f334f | /Db/db.sci | 5063299cf52c026919ff9d2e0c25439d76563fc4 | [] | no_license | ankurmallick/Scilab_spt | bded5b3ed7c5618770ef4bb997b5f61aa7732cd9 | e35c986f70147ee773796c839153ed7adbda3941 | refs/heads/master | 2021-01-17T06:48:24.162281 | 2016-12-05T12:54:24 | 2016-12-05T12:54:24 | 43,445,584 | 0 | 2 | null | 2015-12-10T05:15:44 | 2015-09-30T16:47:57 | Scilab | UTF-8 | Scilab | false | false | 1,554 | sci | db.sci | function Y = db(X,U,R)
//Modifies the input vector to give output vectors of the same length
//Calling Sequence
//Y = db(X)
//Y = db(X,SignalType)
//Y = db(X,'Voltage',R)
//Y = db(X,R)
//Parameters
//X: Vector matrix or n-dimensional array (Input voltage or power signal)
//U: Input signal type ('Voltage' or 'Power')
//R: Resistance load
//Description
//Y=db(X)
//Converts the elements of X (assumed to be a voltage signal across a resistance
//of 1 ohm) to decibels
//Y=db(X,SignalType)
//Specifies the SignalType of X as 'Voltage' or 'Power' (not case sensitive)
//If type is 'Voltage' the resistance is assumed to be 1 ohm
//If type is 'Power' the elements of X must be non-negative (resistance not used)
//Y=db(X,'Voltage','R') or Y=db(X,R)
//Conversts the elements of voltage signal X across a resistance of R ohm to decibels
//Examples
//X=rand(1,5)
//X =
//
// 0.2113249 0.7560439 0.0002211 0.3303271 0.6653811
//Y=db(X))
//Y =
//
// - 13.500988 - 2.4290603 - 73.106865 - 9.6211161 - 3.5385907
//Authors
//Ankur Mallick
if argn(2)==1 then
U='Voltage';
R=1;
elseif argn(2)==2
if(type(U)~=10)
R=U;
U='Voltage';
else
R=1;
end
end
if(strcmpi(U,'Voltage')==0)
Y=10*log10((abs(X).^2)/R);
elseif(strcmpi(U,'Power')==0)
if(or(X<0)==1)
error('Input power signal must be non-negative');
end
Y=10*log10(X);
else
error('Signal type must be voltage or power');
end
endfunction
|
279216229ac82ffc6ebffe58c21cdda16a22bbdb | 449d555969bfd7befe906877abab098c6e63a0e8 | /479/CH10/EX10.5/Example_10_5.sce | 3bc48b05aea230d83f02310ef2ab0234874cbad3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 525 | sce | Example_10_5.sce | //Chemical Engineering Thermodynamics
//Chapter 10
//Compressor
//Example 10.5
clear;
clc;
//Given
P1 = 1;//Initial pressure in Kgf/sq cm
P4 = 200;//Final pressure in Kgf/sq cm
n = 4;//no of stages
//To find out the presure between stages
r = (P4/P1)^(1/n);//Compression ratio
P2 = r*P1;
mprintf('The pressure after 1st stage is %f Kgf/sq cm',P2);
P3 = r*P2;
mprintf('\n The pressure after 2nd stage is %f Kgf/sq cm',P3);
P4 = r*P3;
mprintf('\n The pressure after 3rd stage is %f Kgf/sq cm',P4);
//end |
db7e3743f022c07d3cb82dae4a4df9bfa02ed115 | e4381b32d21150427f93b058541bb3343752bb0f | /sablona_berliner/zapisnik/Poslete_dal.sce | 365b7218b084ba645f53b6fa11cb23d0f8a64caa | [] | no_license | pirati-cz/plisty | c095da00bfa89792f8eb676fd5b756fc1454659d | 815dbc58f7a47f1b2740ffa068a2ff5f909ecba8 | refs/heads/master | 2020-12-24T19:04:07.572707 | 2016-05-16T20:52:51 | 2016-05-16T20:52:51 | 58,966,482 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 17,093 | sce | Poslete_dal.sce | <SCRIBUSELEMUTF8 W="184.99002412" H="184.24694597" previewData="iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAACFlJREFUaIHtmX9wVNUVxz/v7Y8km2w2m98/EEL4kYEafuggCgWcEYFRwHbaOqKOTnVaW6dWEQecsXWmlSqVihYFpCg1qPV3BQQRRDEkCAERQiAhS0iyCSG72U12k+zvt++9/mFZjWh2w24Uar9/7d57zrn3e8895953riBVr1S5xLF41Zb7xe97EonC/4lEQ1CSCUryUJk/D9p4lNs7e9lcUUd+lpF508aQmqyP9P1l4x6sHS5+uXAKn9Wd4aHbfxzpaz7rQq/TUJSTHs/w/RAXkVa7m21VJ8nOSKXd0YPZmIKl1cm9v7ia+TNKeW/vSZw9HtodPdQ129n0/lFumjmOR9fvJivDwMr75rH+3UNMKxvODdNL4yIS99Zqd/Rwur2LwhwjT7+2D0VVKd9+hJUvV5JhTCFJ98VaPf7PChrbunh0/W4mjM7nxmmlrPv3Qeqa7Cx7bieyosRHRFXVuNJvSVEWe9f/mrlXj8UflKg9bSfXnMr0CSPYWllPil5Lm91NXmYaKUk6bp59OfnZRvbVWMkxGQgrKnfeeAWiIFzwHAQEIa6tNW5kLn++ZzZajYjRkMTuNXdzprOXq8YXcaKpk1vmTiQ/M40MYzJlo/KpPtHGuJG5JOu1HKxr55rLL+PqshEMy0tHiIMIgBA68KQixGvle8aDq7Y+MOgYCcv997KiqLj7/DHpBiUZbyA0oL0LRVQibXY3a946wPZPG/AFJB57cU+//j+98DH7a9vwBkLUNdv79W3afoQdn1oAkBWFxau2ccraBcDh+nZWvlJJ+fbDtNrcEZ2uHj9N7d2DJhI1RpraXWyrOokxNQnrWReqqrL70Gkc3X1kGA34giHa7G42bT/Cxq2f8cIffkZ9Sye+gIS1w40gwIryChbNnURBtpH2rl4mUUBXr4/m9m6KsovxBkJsraynzdbDqTYntY2d3DK3jCtLC6k82sKiuZPINacOOE9RVYmatZxuL622HsYV5/LGh8c43mhj0/tHGTsim6LsdFaUV1BSlElxoZksUwrr3qmmMNsIwGsfHsPrD/HKjs853tTJsmc/6HfiV9a00NDi5KlXqyjINlI2Op+pZcNI0evYsd/CG7tryckwDDg/QUCIKUaKC81U/uNXzLyiONJ2w/RSWm1udh1sJM2gRyuKnOnspbGtm+umjGLD5kMATBidz6fH2shMN+ALSNy98Eq0GoE8cxpnnX3AF7Ez75oxbNh8iCyTgfomB5NLC3h3Tx0zJhXHlNGibq3xJbksuW0GOq0GVVV55sH5jB6WiSAIjL4si7QUPflZaZjTDTx+7xyKctOZObmYZXfMorGtC6NBz6mp3UwuLeDykjzys9LQiCITxxbw8J2zEIHCPBMF2Wncd/M09FoNyXotYUVBVhRunTMxlrVGCO5/UhbF2DzzXeJEUye+QIgp44dFlV3y9NbFcR2IsaLHE8CUljwonR+V5A5Kfsg8sXzjHixWJ39/fR9b99bT0OLgifJPhmo4RJX47lpfh6vXz4ryCnZVn6Kjqw9XXxBXn5+uXh/1TZ2JHCoCQRASHxtvf1yL1ebGbDSg02rIz0pjzVsHOOvoS/RQ/ZBwIkk6HTanh+5eH1abm9d21ZBpMiArKg63D0UZmlpHwoN90ZwJFOakk5qiZ+zwbEYNM5NrTsOQrGd4fgZBSSYlKfE5JuEWdToNs68aFfmfZbos8jvaNSMeXHTnx4UiprvWxY6Y71qXAn4YRKwdbk6f+eIjp8bSQc0pGzWWjvPkak7ZALB3e77RTo2lA48/hMcf+sZ+fzCMxeqM2DmnMxgMmLUsrU7KxuRTdbSFlg43Rbnp+IISAIIo0GB1kmM2RO4Gdc2dtHS4MaclM3ZENh9WNzKy0Mx7VSeZXFqIKTWJgCQzrjiHLRX1GA16JpcWMizPhN3lweHyYjTo+bzhLHqdBkePD0EQ0Ihw7RUlAxIZ0CMmYxINLQ58QQmNCL6ghKKoOHv9eP0Sqck6fH4pQs4fkHC4PfiDEqqq0uHsw9LqRBQFsk2pyIqK0+UhJMmMKMwgM8OA1e5Gr9XgDYSxdXloau/G4wshCgJOl4deTwBjSlJUjwi+fStCOq1GF1UyCkKSzFlnL8UF5nhN9UPtaTtlo/IGlFm6ettDCQt2vU6TcBJAVBLn8MPIWpcS/meIaIfiinKs0cbatw7Q5wuxYEYpk0oLWPt2NQ6Xj9lXlXD3wikJG0uSZBUVjVYQSHjd96/le1mzdAF6nZbHX/qEDZsPs2bZfEqH57D0uQ+oa7YzfuTAQXyulPplJUhAVVQUAVBUwrJKWFFwurzO1a9XPpVwj4RlBW8gRHpqMqIosPw31xOUZJJ0GgCG55lotfVEJeILhqN+hPkCkmfBAxtmyYoiJzxGtBqRhTPH8bdXqyJt50gcP22n8qiVOVPHRLUTbZv4A5J33u+ev8bS6qiHIQr2uxZcSZYpmUfW7Yqs6v7aNh7buIe1y25CFGPYzQOIBKVwYOGDL1xb32w/HhH3Vq0I6nUa/berXTje3F1L5dEWrp86mi0V9ax+aH6/B9OB4AlIhMPnPzlIYTn00yUbr6s+bq36avuQFuhunl1GVkYqO/dbeP7hm9BpNTHrCur5LgnLivTzpS/N+ToJGGKPxANfIEwo/GXVXlZU+bZHXl7w0UHLjm+Sj/sxdMjwFYfIqirf8cdXfvJtJOAiPtnV/yYJVVXVe5a/eeuuAw3bBpK/aInIioqqqupvn3j79i2f1L4ZTf6iJBKWVWRVVX+/8t273vmo5l+x6HwnzwqDgQqcbOlsfvjZbffv3H/yvVj1hMW3zVqi1YgxEwpJcsjrD3kvaJYxQCOieXHLwQ1hWQkPRu8/Cc+MqcDocWoAAAAASUVORK5CYII=" YP="907.086614173229" XP="85.0393700787402" COUNT="4" Version="1.4.6">
<FONT NAME="Fira Sans Bold"/>
<FONT NAME="Fira Sans Book"/>
<FONT NAME="Fira Sans ExtraBold"/>
<FONT NAME="Fira Sans Light"/>
<FONT NAME="Fira Sans Medium"/>
<FONT NAME="Fira Sans Regular"/>
<FONT NAME="Lato Light"/>
<FONT NAME="PermianSerifTypeface Bold"/>
<FONT NAME="PermianSerifTypeface Regular"/>
<COLOR Spot="0" Register="0" NAME="Black" CMYK="#000000ff"/>
<COLOR Spot="0" Register="0" NAME="Cervena" CMYK="#2effe814"/>
<COLOR Spot="0" Register="0" NAME="Cervena2" CMYK="#00e2c600"/>
<COLOR Spot="0" Register="0" NAME="Fialova" CMYK="#78871700"/>
<COLOR Spot="0" Register="0" NAME="Modra" CMYK="#ff14000d"/>
<COLOR Spot="0" Register="0" NAME="Oranzova" CMYK="#007fff00"/>
<COLOR Spot="0" Register="0" NAME="Tmaveoranzova" CMYK="#007fff29"/>
<COLOR Spot="0" Register="0" NAME="Tmavomodra" CMYK="#ff140026"/>
<COLOR Spot="0" Register="0" NAME="Tmavozelana" CMYK="#5700d926"/>
<COLOR Spot="0" Register="0" NAME="Tmavozluta" CMYK="#1400c726"/>
<COLOR Spot="0" Register="0" NAME="Tyrkysova" CMYK="#ff006633"/>
<COLOR Spot="0" Register="0" NAME="White" CMYK="#00000000"/>
<COLOR Spot="0" Register="0" NAME="Zelana" CMYK="#5700d900"/>
<COLOR Spot="0" Register="0" NAME="Zelena2" CMYK="#b300d500"/>
<COLOR Spot="0" Register="0" NAME="Zluta" CMYK="#1400c700"/>
<STYLE SCALEV="100" SCOLOR="Black" ALIGN="1" TXTSTP="-0.1" TXTSHX="5" TXTSHY="-5" FSHADE="100" INDENT="0" TXTSTW="-0.1" EFFECT="0" VOR="0" NACH="15" LINESPMode="0" FCOLOR="Black" DROP="0" TXTULP="-0.1" SCALEH="100" TXTULW="-0.1" KERN="0" DROPLIN="2" NAME="Lepitko-H1" FONT="Fira Sans ExtraBold" LINESP="26.0000000000000" SSHADE="100" FIRST="0" BASE="0" FONTSIZE="20" DROPDIST="0" TXTOUT="1" BASEO="0"/>
<STYLE SCALEV="100" SCOLOR="Black" ALIGN="1" TXTSTP="-0.1" TXTSHX="5" TXTSHY="-5" FSHADE="100" INDENT="0" TXTSTW="-0.1" EFFECT="0" VOR="0" NACH="0" LINESPMode="0" FCOLOR="Black" DROP="0" TXTULP="-0.1" SCALEH="100" TXTULW="-0.1" KERN="0" DROPLIN="2" NAME="Lepitko-text" FONT="Fira Sans Regular" LINESP="17.0000000000000" SSHADE="100" FIRST="0" BASE="0" FONTSIZE="13" DROPDIST="0" TXTOUT="1" BASEO="0"/>
<MultiLine Name="Teckovana">
<SubLine LineEnd="0" Dash="3" Width="1.5" LineJoin="0" Shade="100" Color="Black"/>
</MultiLine>
<MultiLine Name="Tenka">
<SubLine LineEnd="0" Dash="1" Width="0.5" LineJoin="0" Shade="100" Color="Black"/>
</MultiLine>
<MultiLine Name="Tenka teckovana">
<SubLine LineEnd="0" Dash="3" Width="0.5" LineJoin="0" Shade="100" Color="Black"/>
</MultiLine>
<MultiLine Name="Tlusta">
<SubLine LineEnd="0" Dash="1" Width="1.5" LineJoin="0" Shade="100" Color="Black"/>
</MultiLine>
<MultiLine Name="Velmi tlusta">
<SubLine LineEnd="0" Dash="1" Width="2.5" LineJoin="0" Shade="100" Color="Black"/>
</MultiLine>
<ITEM TXTULW="-0.1" POCOOR="182.969 134.923 182.969 134.923 182.881 0 182.881 0 182.881 0 182.881 0 0 0.118767 0 0.118767 0 0.118767 0 0.118767 0.119521 182.923 0.119521 182.923 0.119521 182.923 0.119521 182.923 135.572 182.835 135.572 182.835 135.572 182.835 135.572 182.835 182.966 134.919 182.966 134.919 182.966 134.919 182.966 134.919 182.969 134.923 182.969 134.923 " ANNAME="Poslete_dal" RADRECT="0" TXTSTP="-0.1" GRTYP="0" PCOLOR="Oranzova" TXTSTW="-0.1" ALIGN="0" BACKITEM="-1" WIDTH="182.9687571" XPOS="85.0393700787402" EXTRA="0" TopLine="0" NEXTITEM="-1" PRINTABLE="1" HEIGHT="182.9231266" BASEOF="0" isTableItem="0" LANGUAGE="Czech" BACKPAGE="-1" TEXTFLOWMODE="1" TransBlendS="0" IFONT="PermianSerifTypeface Regular" TXTSCALEV="100" textPathFlipped="0" BottomLine="0" PLINEEND="0" BEXTRA="0" GROUPS="" TransBlend="0" NAMEDLST="" TXTOUT="1" AUTOTEXT="0" startArrowIndex="0" PICART="1" YPOS="907.086614173229" NEXTPAGE="-1" isGroupControl="0" NUMCO="24" ISIZE="10" LOCALSCX="1" TXTSCALE="100" LOCK="0" LOCALSCY="1" PRFILE="" TransValueS="0" doOverprint="0" TXTBASE="0" IRENDER="1" fillRule="1" TEXTRA="0" FLOP="0" LINESPMode="0" ROT="0" textPathType="0" RATIO="1" PLINEART="1" TXTSTYLE="0" PCOLOR2="None" COLUMNS="1" TXTSHX="5" TXTKERN="0" TXTSHY="-5" PTYPE="6" LINESP="15" TXTSTROKE="Black" ANNOTATION="0" PLTSHOW="0" DASHS="" BOOKMARK="0" REXTRA="0" LOCKR="0" DASHOFF="0" LOCALX="0" CLIPEDIT="1" ImageClip="" LOCALY="0" EPROF="" FLIPPEDH="0" SHADE2="100" LeftLine="0" PLINEJOIN="0" NUMDASH="0" PFILE2="" PFILE3="" TXTFILLSH="100" TXTFILL="Black" TXTSTRSH="100" PWIDTH="0.5599916902" COCOOR="182.969 134.923 182.969 134.923 182.881 0 182.881 0 182.881 0 182.881 0 0 0.118767 0 0.118767 0 0.118767 0 0.118767 0.119521 182.923 0.119521 182.923 0.119521 182.923 0.119521 182.923 135.572 182.835 135.572 182.835 135.572 182.835 135.572 182.835 182.966 134.919 182.966 134.919 182.966 134.919 182.966 134.919 182.969 134.923 182.969 134.923 " FLIPPEDV="0" RightLine="0" TEXTFLOW="1" SHADE="50" NUMGROUP="0" endArrowIndex="0" COLGAP="0" SCALETYPE="1" EMBEDDED="1" TEXTFLOW2="0" TEXTFLOW3="0" TransValue="0" TXTULP="-0.1" REVERS="0" FRTYPE="3" NUMPO="24"/>
<ITEM TXTULW="-0.1" POCOOR="0 50.6458 0 50.6458 8.56905 46.1333 0.977005 51.8311 8.56905 46.1333 16.1611 40.4355 45.7717 7.58834 40.938 15.1767 45.7717 7.58834 50.6052 0 48.081 1.56977 48.081 1.56977 48.081 1.56977 48.081 1.56977 43.2353 4.34153 45.7966 3.18091 43.2353 4.34153 40.7689 5.45914 35.0937 6.70128 38.4647 6.07667 35.0937 6.70128 31.8326 7.30547 20.352 7.55892 24.1839 7.35388 20.352 7.55892 16.52 7.76382 6.61607 7.16083 6.61607 7.16083 6.61607 7.16083 6.61607 7.16083 7.74018 34.0488 8.31975 29.6246 7.74018 34.0488 7.16061 38.4734 6.02738 42.4338 7.36547 40.2049 6.02738 42.4338 4.68925 44.6631 1.90133 48.3618 3.14596 47.0077 1.90133 48.3618 0.656702 49.7158 0.000224379 50.6456 0.000224379 50.6456 0.000224379 50.6456 0.000224379 50.6456 0 50.6458 0 50.6458 " ANNAME="Kopie path2744 (4)" RADRECT="0" TXTSTP="-0.1" GRTYP="0" PCOLOR="Tmaveoranzova" TXTSTW="-0.1" ALIGN="0" BACKITEM="-1" WIDTH="50.60516832" XPOS="219.42422587874" EXTRA="0" TopLine="0" NEXTITEM="-1" PRINTABLE="1" HEIGHT="51.83105117" BASEOF="0" isTableItem="0" LANGUAGE="Czech" BACKPAGE="-1" TEXTFLOWMODE="1" TransBlendS="0" IFONT="PermianSerifTypeface Regular" TXTSCALEV="100" textPathFlipped="0" BottomLine="0" PLINEEND="0" BEXTRA="0" GROUPS="" TransBlend="0" NAMEDLST="" TXTOUT="1" AUTOTEXT="0" startArrowIndex="0" PICART="1" YPOS="1039.50250897323" NEXTPAGE="-1" isGroupControl="0" NUMCO="48" ISIZE="10" LOCALSCX="1" TXTSCALE="100" LOCK="0" LOCALSCY="1" PRFILE="" TransValueS="0" doOverprint="0" TXTBASE="0" IRENDER="1" fillRule="1" TEXTRA="0" FLOP="0" LINESPMode="0" ROT="0" textPathType="0" RATIO="1" PLINEART="1" TXTSTYLE="0" PCOLOR2="None" COLUMNS="1" TXTSHX="5" TXTKERN="0" TXTSHY="-5" PTYPE="6" LINESP="15" TXTSTROKE="Black" ANNOTATION="0" PLTSHOW="0" DASHS="" BOOKMARK="0" REXTRA="0" LOCKR="0" DASHOFF="0" LOCALX="0" CLIPEDIT="1" ImageClip="" LOCALY="0" EPROF="" FLIPPEDH="0" SHADE2="100" LeftLine="0" PLINEJOIN="0" NUMDASH="0" PFILE2="" PFILE3="" TXTFILLSH="100" TXTFILL="Black" TXTSTRSH="100" PWIDTH="0.01" COCOOR="0 50.6458 0 50.6458 8.56905 46.1333 0.977005 51.8311 8.56905 46.1333 16.1611 40.4355 45.7717 7.58834 40.938 15.1767 45.7717 7.58834 50.6052 0 48.081 1.56977 48.081 1.56977 48.081 1.56977 48.081 1.56977 43.2353 4.34153 45.7966 3.18091 43.2353 4.34153 40.7689 5.45914 35.0937 6.70128 38.4647 6.07667 35.0937 6.70128 31.8326 7.30547 20.352 7.55892 24.1839 7.35388 20.352 7.55892 16.52 7.76382 6.61607 7.16083 6.61607 7.16083 6.61607 7.16083 6.61607 7.16083 7.74018 34.0488 8.31975 29.6246 7.74018 34.0488 7.16061 38.4734 6.02738 42.4338 7.36547 40.2049 6.02738 42.4338 4.68925 44.6631 1.90133 48.3618 3.14596 47.0077 1.90133 48.3618 0.656702 49.7158 0.000224379 50.6456 0.000224379 50.6456 0.000224379 50.6456 0.000224379 50.6456 0 50.6458 0 50.6458 " FLIPPEDV="0" RightLine="0" TEXTFLOW="1" SHADE="50" NUMGROUP="0" endArrowIndex="0" COLGAP="0" SCALETYPE="1" EMBEDDED="1" TEXTFLOW2="0" TEXTFLOW3="0" TransValue="0" TXTULP="-0.1" REVERS="0" FRTYPE="3" NUMPO="48"/>
<ITEM TXTULW="-0.1" POCOOR="0 0 0 0 155.906 0 155.906 0 155.906 0 155.906 0 155.906 155.906 155.906 155.906 155.906 155.906 155.906 155.906 0 155.906 0 155.906 0 155.906 0 155.906 0 0 0 0 " ANNAME="" RADRECT="0" TXTSTP="-0.1" GRTYP="0" PCOLOR="None" TXTSTW="-0.1" ALIGN="1" BACKITEM="-1" WIDTH="155.9055118" XPOS="99.2125984787404" relativePaths="1" EXTRA="0" TopLine="0" NEXTITEM="-1" PRINTABLE="1" HEIGHT="155.9055118" BASEOF="0" isTableItem="0" LANGUAGE="Czech" BACKPAGE="-1" TEXTFLOWMODE="0" TransBlendS="0" IFONT="Fira Sans ExtraBold" TXTSCALEV="100" textPathFlipped="0" BottomLine="0" PLINEEND="0" BEXTRA="0" GROUPS="" TransBlend="0" NAMEDLST="" TXTOUT="1" AUTOTEXT="0" startArrowIndex="0" PICART="1" YPOS="921.259842473228" NEXTPAGE="-1" isGroupControl="0" NUMCO="16" ISIZE="14" LOCALSCX="1" TXTSCALE="100" LOCK="0" LOCALSCY="1" PRFILE="" TransValueS="0" doOverprint="0" TXTBASE="0" IRENDER="1" fillRule="1" TEXTRA="0" FLOP="0" LINESPMode="0" ROT="0" textPathType="0" RATIO="1" PLINEART="1" TXTSTYLE="0" PCOLOR2="None" COLUMNS="1" TXTSHX="5" TXTKERN="0" TXTSHY="-5" PTYPE="4" LINESP="16" TXTSTROKE="Black" ANNOTATION="0" PLTSHOW="0" DASHS="" BOOKMARK="0" REXTRA="0" LOCKR="0" DASHOFF="0" LOCALX="0" CLIPEDIT="0" ImageClip="" LOCALY="0" EPROF="" FLIPPEDH="0" SHADE2="100" LeftLine="0" PLINEJOIN="0" NUMDASH="0" PFILE2="" PFILE3="" TXTFILLSH="100" TXTFILL="Black" TXTSTRSH="100" PWIDTH="1" COCOOR="0 0 0 0 155.906 0 155.906 0 155.906 0 155.906 0 155.906 155.906 155.906 155.906 155.906 155.906 155.906 155.906 0 155.906 0 155.906 0 155.906 0 155.906 0 0 0 0 " FLIPPEDV="0" RightLine="0" TEXTFLOW="0" SHADE="100" NUMGROUP="0" endArrowIndex="0" COLGAP="0" SCALETYPE="1" EMBEDDED="1" TEXTFLOW2="0" TEXTFLOW3="0" TransValue="0" TXTULP="-0.1" REVERS="0" FRTYPE="0" NUMPO="16">
<ITEXT PSTYLE="" CH="Pošlete"/>
<ITEXT Unicode="28"/>
<ITEXT PSTYLE="" CH="Pirátské listy"/>
<ITEXT Unicode="28"/>
<ITEXT PSTYLE="Lepitko-H1" CH="dál"/>
<PARA PARENT="Lepitko-H1"/>
<ITEXT PSTYLE="Lepitko-text" CH="Sdílení je aktem lásky"/>
<PARA PARENT="Lepitko-text"/>
<PARA ALIGN="1"/>
</ITEM>
<ITEM TXTULW="-0.1" POCOOR="27.9878 12.2184 27.9878 12.2184 16.7063 22.5456 16.7063 22.5456 16.7063 22.5456 16.7063 22.5456 5.42649 12.2184 5.42649 12.2184 5.42649 12.2184 4.28955 11.1932 3.84912 8.42379 3.84912 9.84589 3.84912 8.42379 3.84912 7.0003 5.24086 4.80992 4.10168 5.83373 5.24086 4.80992 6.24519 3.90342 9.03975 3.40511 7.59501 3.40511 9.03975 3.40511 10.4859 3.40511 12.8414 5.17141 11.8354 4.26488 12.8414 5.17141 12.8414 5.17141 16.7077 8.47309 16.7077 8.47309 16.7077 8.47309 16.7077 8.47309 20.573 5.17141 20.573 5.17141 20.573 5.17141 21.5787 4.26488 24.3732 3.40511 22.9285 3.40511 24.3732 3.40511 25.8194 3.40511 28.1736 4.80992 27.1692 3.90342 28.1736 4.80992 29.3117 5.83373 29.565 8.42379 29.565 7.0003 29.565 8.42379 29.565 9.84589 27.9878 12.2184 29.126 11.1932 999999 999999 999999 999999 999999 999999 999999 999999 29.9492 2.77367 26.8698 0 18.7972 2.77367 21.8781 0 18.7972 2.77367 18.7972 2.77367 16.7063 4.65751 16.7063 4.65751 16.7063 4.65751 16.7063 4.65751 14.6156 2.77367 14.6156 2.77367 14.6156 2.77367 11.5363 0 3.46504 2.77367 6.54462 0 3.46504 2.77367 0 5.89462 3.46504 14.0725 0 10.953 3.46504 14.0725 3.46504 14.0725 16.7063 26 16.7063 26 16.7063 26 16.7063 26 29.9492 14.0725 29.9492 14.0725 29.9492 14.0725 33.4126 10.953 29.9492 2.77367 33.4126 5.89462 " ANNAME=" path205-0" RADRECT="0" TXTSTP="-0.1" GRTYP="0" PCOLOR="Black" TXTSTW="-0.1" ALIGN="0" BACKITEM="-1" WIDTH="33.41272258" XPOS="161.57480287874" EXTRA="0" TopLine="0" NEXTITEM="-1" PRINTABLE="1" HEIGHT="26" BASEOF="0" isTableItem="0" LANGUAGE="Czech" BACKPAGE="-1" TEXTFLOWMODE="1" TransBlendS="0" IFONT="PermianSerifTypeface Regular" TXTSCALEV="100" textPathFlipped="0" BottomLine="0" PLINEEND="0" BEXTRA="0" GROUPS="" TransBlend="0" NAMEDLST="" TXTOUT="1" AUTOTEXT="0" startArrowIndex="0" PICART="1" YPOS="1039.82677197323" NEXTPAGE="-1" isGroupControl="0" NUMCO="84" ISIZE="10" LOCALSCX="1" TXTSCALE="100" LOCK="0" LOCALSCY="1" PRFILE="" TransValueS="0" doOverprint="0" TXTBASE="0" IRENDER="1" fillRule="1" TEXTRA="0" FLOP="0" LINESPMode="0" ROT="0" textPathType="0" RATIO="1" PLINEART="1" TXTSTYLE="0" PCOLOR2="None" COLUMNS="1" TXTSHX="5" TXTKERN="0" TXTSHY="-5" PTYPE="7" LINESP="15" TXTSTROKE="Black" ANNOTATION="0" PLTSHOW="0" DASHS="" BOOKMARK="0" REXTRA="0" LOCKR="0" DASHOFF="0" LOCALX="0" CLIPEDIT="1" ImageClip="" LOCALY="0" EPROF="" FLIPPEDH="0" SHADE2="100" LeftLine="0" PLINEJOIN="0" NUMDASH="0" PFILE2="" PFILE3="" TXTFILLSH="100" TXTFILL="Black" TXTSTRSH="100" PWIDTH="0.8" COCOOR="27.9878 12.2184 27.9878 12.2184 16.7063 22.5456 16.7063 22.5456 16.7063 22.5456 16.7063 22.5456 5.42649 12.2184 5.42649 12.2184 5.42649 12.2184 4.28955 11.1932 3.84912 8.42379 3.84912 9.84589 3.84912 8.42379 3.84912 7.0003 5.24086 4.80992 4.10168 5.83373 5.24086 4.80992 6.24519 3.90342 9.03975 3.40511 7.59501 3.40511 9.03975 3.40511 10.4859 3.40511 12.8414 5.17141 11.8354 4.26488 12.8414 5.17141 12.8414 5.17141 16.7077 8.47309 16.7077 8.47309 16.7077 8.47309 16.7077 8.47309 20.573 5.17141 20.573 5.17141 20.573 5.17141 21.5787 4.26488 24.3732 3.40511 22.9285 3.40511 24.3732 3.40511 25.8194 3.40511 28.1736 4.80992 27.1692 3.90342 28.1736 4.80992 29.3117 5.83373 29.565 8.42379 29.565 7.0003 29.565 8.42379 29.565 9.84589 27.9878 12.2184 29.126 11.1932 999999 999999 999999 999999 999999 999999 999999 999999 29.9492 2.77367 26.8698 0 18.7972 2.77367 21.8781 0 18.7972 2.77367 18.7972 2.77367 16.7063 4.65751 16.7063 4.65751 16.7063 4.65751 16.7063 4.65751 14.6156 2.77367 14.6156 2.77367 14.6156 2.77367 11.5363 0 3.46504 2.77367 6.54462 0 3.46504 2.77367 0 5.89462 3.46504 14.0725 0 10.953 3.46504 14.0725 3.46504 14.0725 16.7063 26 16.7063 26 16.7063 26 16.7063 26 29.9492 14.0725 29.9492 14.0725 29.9492 14.0725 33.4126 10.953 29.9492 2.77367 33.4126 5.89462 " FLIPPEDV="0" RightLine="0" TEXTFLOW="1" SHADE="100" NUMGROUP="0" endArrowIndex="0" COLGAP="0" SCALETYPE="1" EMBEDDED="1" TEXTFLOW2="0" TEXTFLOW3="0" TransValue="0" TXTULP="-0.1" REVERS="0" FRTYPE="3" NUMPO="84"/>
</SCRIBUSELEMUTF8>
|
c81a6aac698e0bfc91d2f4b8fb4f55a3c650bd28 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/channelTemp.tst | c038b64a5241710c9a8b4d91f475bc53a8143a6d | [
"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 | 967 | tst | channelTemp.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Channel Flow P=4 with temperature field</description>
<executable>IncNavierStokesSolver</executable>
<parameters>channelTemp.xml</parameters>
<files>
<file description="Session File">channelTemp.xml</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="u" tolerance="1e-10">8.82097e-07</value>
<value variable="v" tolerance="1e-10">1.56407e-07</value>
<value variable="c1"tolerance="1e-4"> 1.02325</value>
<value variable="p" tolerance="1e-3"> 0.048 </value>
</metric>
<metric type="Linf" id="2">
<value variable="u" tolerance="1e-8">1.12525e-05</value>
<value variable="v" tolerance="1e-8">1.31727e-06</value>
<value variable="c1"tolerance="1e-4">0.947434</value>
<value variable="p" tolerance="1e-4">0.0240083</value>
</metric>
</metrics>
</test>
|
039499ded5fdd1340638b647c9ef2b26cd2db4d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2015/CH9/EX9.15/9_15.sce | 668a5a42e839d8294bbb9b92575b38a6440f1674 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 412 | sce | 9_15.sce | clc
//initialisation of variables
t1=295 //temp in k
p1=1.02 //pressure in bar
p2=7.14 //pressure in bar
cp=1.005 //kj/kg
g=1.4
wr=250 //kj/kg
//CALCULATIONS
t2s=t1*(p2/p1)^((g-1)/g)
wi=cp*(t2s-t1)
ieff=wi/wr
t2=(wr/cp)+t1
//RESULTS
printf('isentropic work is %2fkj/kg',wi)
printf('\nisentropic efficiency is %2f',ieff)
printf('\ntemparature 2 is %2fk',t2)
disp('index of compression is 1.46')
|
d11dd1d69e0b190e64a2a3c875f1697666f8f13b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH21/EX21.1/example_21_1.sce | 9d87ff6d124752f6a072dfaaa366e9ece1d17711 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,613 | sce | example_21_1.sce | clear;
clc;
disp("--------------Example 21.1---------------")
// ARP Request
Hardware_type="0001"; // Ethetnet = 1 , in hexadecimal
Protocol_type="0800";// IPv4 = 0800 in hexadecimal
Hardware_length="06"; // for Ethernet in hexadecimal
Protocol_length="04"; // for IPv4 in hexadecimal
Operation="0001"; // request=1 , in hexadecimal
Sender_hw_addr="B23455102210" // sender hardware address = B2:34:55:10:22:10 in hexadecimal
Sender_pr_addr="130.23.43.20"; // sender protocol address=IP address
Target_hw_addr="000000000000"; // unknown to sender , hence target hardware address = broadcast address
Target_pr_addr="130.23.43.25"; // target protocol address=IP address
// display ARP Request packet
printf("ARP Request Packet\n");
printf(" __________________________________________________\n");
printf(" |____0x%s_______________|____0x%s______________|\n",Hardware_type,Protocol_type);
printf(" |___0x%s______|___0x%s____|____0x%s______________|\n",Hardware_length,Protocol_length,Operation);
printf(" |_______________0x%s_____________________|\n",Sender_hw_addr);
printf(" |_________________%s_____________________|\n",Sender_pr_addr);
printf(" |_______________0x%s_____________________|\n",Target_hw_addr);
printf(" |_________________%s_____________________|\n",Target_pr_addr);
// ARP Reply
Hardware_type="0001"; // Ethetnet = 1 , in hexadecimal
Protocol_type="0800";// IPv4 = 0800 in hexadecimal
Hardware_length="06"; // for Ethernet in hexadecimal
Protocol_length="04"; // for IPv4 in hexadecimal
Operation="0002"; // reply=1 , in hexadecimal
Sender_hw_addr="A46EF45983AB" // sender hardware address = A4:6E:F4:59:83:AB in hexadecimal
Sender_pr_addr="130.23.43.25"; // sender protocol address=IP address
Target_hw_addr="B23455102210"; // target hardware address = B2:34:55:10:22:10 in hexadecimal
Target_pr_addr="130.23.43.20"; // target protocol address=IP address
// display ARP Reply Packet
printf("\nARP Reply Packet\n");
printf(" __________________________________________________\n");
printf(" |____0x%s_______________|____0x%s______________|\n",Hardware_type,Protocol_type);
printf(" |___0x%s______|___0x%s____|____0x%s______________|\n",Hardware_length,Protocol_length,Operation);
printf(" |_______________0x%s_____________________|\n",Sender_hw_addr);
printf(" |_________________%s_____________________|\n",Sender_pr_addr);
printf(" |_______________0x%s_____________________|\n",Target_hw_addr);
printf(" |_________________%s_____________________|\n",Target_pr_addr);
|
8d1b06b8625ee108acf70d0a2b05773310d856cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH8/EX8.24/ex8_24.sce | a69c1723609f7a31b79bc63ac5de5d9808178ef2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | sce | ex8_24.sce | //Page Number: 8.25
//Example 8.24
clc;
//Given, band limited gaussian noise with psd,
S=9.6D-5; //W/Hz for |f|<8kHz
L=100D-3; //H
R=100; //Ohms
//(a) Noise power at input of filter
x0=-8000;
x1=8000;
Pni=S*(integrate('1','f',x0,x1));
disp('W',Pni,'Noise power at input of filter:');
//Plot
x=linspace(-8,8,3);
y=linspace(0,1,1)*ones(1,length(x));
plot(x,y); |
87e0cbc4223e7f90822377222543720843855e3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1388/CH3/EX3.8/3_8.sce | 8ed97719bc143a57867fcdd0050ccf8c5ac4b3a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | 3_8.sce | clc
//initialisation of variables
n= 2 //moles
R= 0.08206 //J/mol K
T= 25 //C
b= 0.0428 //lmole^-1
a= 3.61 //atm l^2 mole^-1
V1= 20 //l
V2= 1 //l
//CALCULATIONS
w1= n*1.987*(273.2+T)*log(V1/V2)
w= (n*R*(273.2+T)*log((V1-n*b)/(V2-n*b))-a*n^2*((1/V2)-(1/V1)))*(1.987/0.08206)
//RESULTS
printf (' minimum work= %.f cal ',w1+3)
printf (' \n minimum work= %.f cal ',w+6)
|
583b10fc258b6844b00526a4b1689463731ef248 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3689/CH17/EX17.7/17_7.sce | 9a37183c41ddb745365850330bbec1e705a19379 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 875 | sce | 17_7.sce | ////
//Variable Declaration
m = 22.7 //Mass of CO2, kg
T = 293.0 //Temperature, K
L = 1.0 //length of the tube, m
d = 0.75 //Diameter of the tube, mm
eta = 146 //Viscosity of CO2, muP
p1 = 1.05 //Inlet pressure, atm
p2 = 1.00 //Outlet pressure, atm
atm2pa = 101325 //Conversion for pressure from atm to Pa
M = 0.044 //Molecular wt of CO2, kg/mol
R = 8.314 //Molar Gas constant, J mol^-1 K^-1
//Calculations
p1 = p1*atm2pa
p2 = p2*atm2pa
F = %pi*(d*1e-3/2)**4*(p1**2-p2**2)/(16.*eta/1.e7*L*p2)
nCO2 = m/M
v = nCO2*R*T/((p1+p2)/2)
t = v/F
//Results
printf("\n Flow rate is %4.3e m3/s",F)
printf("\n Cylinder can be used for %4.3e s nearly %3.1f days",t, t/(24*3600))
|
e9a3d779f42e2711f1dbfa82948dabf809cfecde | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.10_4.tst | e7d4626f09f0c7252068deade55e17ede0ca6ea6 | [] | 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 | 256,429 | tst | 5.10_4.tst | 10 8:1 1388:1 2276:1 2463:1 2507:1 3588:1 3834:1 5072:1 5249:1 5877:12 6818:1 6885:1 7278:1 7372:1 7400:1 8189:1 9602:1 9864:1 10050:1 11732:1 11760:1 12297:1 12394:1 13117:1 13344:1 13703:1 16107:1 16213:1 16667:1 16726:1 18234:1 19176:1 19253:1 19338:1 19960:1 20102:1 20134:1 20614:1 21606:1 22072:1
10 8:1 10:1 408:1 1388:1 1457:1 1673:1 2029:1 2276:1 2345:1 2463:1 2507:2 2854:1 3059:1 3334:1 3454:1 3588:1 3834:1 4783:1 4900:1 5042:1 5072:2 5249:1 5603:1 5739:1 5877:63 5912:1 6818:1 6885:1 7137:1 7170:1 7183:1 7275:1 7278:1 7372:1 7400:1 8189:1 8553:1 8765:1 8866:1 9602:1 9864:1 10022:1 10050:1 10334:1 10384:1 10720:1 11429:1 11732:1 11760:1 12066:1 12285:1 12297:2 12394:1 13117:1 13344:1 13703:1 14255:1 14770:1 15233:1 15359:1 15404:1 15677:1 15793:1 16107:1 16213:1 16636:1 16667:1 16726:1 16865:1 16971:1 17609:1 17687:1 18179:1 18234:1 18300:1 18895:1 18989:1 19176:1 19253:1 19338:1 19584:1 19950:1 19960:1 20052:1 20102:1 20134:1 20537:1 20565:1 20614:1 20671:1 20714:1 20938:1 20974:1 21125:1 21389:1 21586:1 21606:2 21722:1 21920:1 22027:1 22072:1 22255:1
10 8:1 10:1 408:1 945:1 1388:1 1457:1 1673:1 2029:1 2056:1 2215:1 2276:1 2345:1 2463:1 2507:2 2854:1 3059:1 3147:1 3334:1 3454:1 3588:1 3834:1 4453:1 4783:1 4900:1 5042:1 5072:2 5249:1 5603:1 5739:1 5877:103 5912:1 5974:1 6155:1 6818:1 6868:1 6885:1 7137:1 7170:1 7183:1 7275:1 7278:1 7372:1 7400:1 7699:1 8039:1 8143:1 8189:1 8259:1 8553:1 8765:1 8866:1 9470:1 9500:1 9592:1 9602:1 9864:1 10022:1 10050:1 10334:1 10384:1 10406:1 10720:1 10827:1 11429:1 11695:1 11732:1 11760:1 12065:1 12066:1 12285:1 12297:2 12394:1 12501:1 13117:1 13344:1 13703:1 13740:1 14218:1 14255:1 14678:1 14770:1 15233:1 15359:1 15404:1 15617:1 15677:1 15793:1 15965:1 16107:1 16213:1 16636:1 16667:1 16726:1 16865:1 16971:1 17213:1 17609:1 17687:1 18179:1 18234:1 18300:1 18616:1 18809:1 18895:1 18989:1 19176:1 19253:1 19319:1 19338:1 19584:1 19950:1 19960:1 20052:1 20102:1 20134:1 20457:1 20537:1 20565:1 20614:1 20618:1 20671:1 20714:1 20938:1 20974:1 20995:1 21125:1 21389:1 21586:1 21606:2 21722:1 21920:1 22027:1 22072:1 22255:1
10 8:1 10:1 408:1 945:1 1388:1 1457:1 1673:1 2029:1 2056:1 2215:1 2276:1 2345:1 2463:1 2507:2 2854:1 2902:2 3059:1 3147:1 3334:1 3454:1 3493:1 3588:1 3834:1 3981:1 4453:1 4783:1 4900:1 5042:1 5072:2 5249:1 5603:1 5739:1 5877:112 5912:1 5974:1 6155:1 6818:1 6868:1 6885:1 6998:1 7137:1 7170:1 7183:1 7275:1 7278:1 7372:1 7400:1 7699:1 8039:1 8143:1 8189:1 8259:1 8553:1 8765:1 8866:1 9470:1 9500:1 9592:1 9602:1 9864:1 10022:1 10050:1 10244:1 10334:1 10384:1 10406:1 10720:1 10827:1 10975:1 11429:1 11695:1 11732:1 11760:1 11825:1 12065:1 12066:1 12285:1 12297:2 12394:1 12501:1 13117:1 13344:1 13703:1 13740:1 14218:1 14255:1 14499:1 14678:1 14770:1 14951:1 15233:1 15359:1 15404:1 15617:1 15677:1 15793:1 15964:1 15965:1 16107:1 16213:1 16636:1 16667:1 16726:1 16865:1 16971:1 17213:1 17609:1 17687:1 18179:1 18234:1 18300:1 18616:1 18809:1 18895:1 18989:1 19176:1 19253:1 19319:1 19338:1 19584:1 19950:1 19960:1 20052:1 20102:1 20134:1 20457:1 20537:1 20565:1 20614:1 20618:1 20671:1 20687:1 20714:1 20938:1 20974:1 20995:1 21125:1 21133:1 21389:1 21586:1 21606:2 21722:1 21920:1 22027:1 22072:1 22255:1
10 8:1 10:1 408:1 789:1 945:1 1388:1 1457:1 1673:1 1727:1 2029:1 2056:1 2215:1 2276:1 2345:1 2424:1 2463:1 2507:2 2854:1 2902:2 3059:1 3147:1 3334:2 3454:1 3493:1 3588:1 3834:1 3981:1 4453:1 4741:1 4783:1 4900:1 5042:1 5072:2 5249:1 5405:1 5603:1 5739:1 5793:1 5877:115 5912:1 5974:1 6155:1 6331:1 6818:1 6868:1 6885:1 6936:1 6998:1 7137:1 7170:1 7183:1 7275:1 7278:1 7372:1 7400:1 7699:1 8039:1 8143:1 8156:1 8189:1 8259:1 8553:1 8765:1 8866:1 9470:1 9500:1 9546:1 9592:1 9602:1 9864:1 10022:1 10050:1 10244:1 10334:1 10384:1 10406:1 10720:1 10827:1 10975:1 11002:1 11429:1 11695:1 11732:1 11760:1 11825:1 12065:1 12066:1 12272:1 12285:1 12297:2 12394:1 12501:1 13117:1 13344:1 13703:1 13740:1 14218:1 14255:1 14499:1 14678:1 14770:1 14951:1 15233:1 15359:1 15404:1 15617:1 15677:1 15793:1 15964:1 15965:1 16107:1 16213:1 16514:1 16636:1 16667:1 16726:1 16865:1 16971:1 17213:1 17609:1 17687:1 18179:1 18234:1 18300:1 18616:1 18809:1 18895:1 18989:1 19176:1 19253:1 19319:1 19338:2 19584:1 19950:1 19960:1 20052:1 20102:1 20134:1 20457:1 20537:1 20565:1 20614:1 20618:1 20671:1 20687:1 20714:1 20725:1 20938:1 20974:1 20995:1 21125:1 21133:1 21389:1 21586:1 21606:2 21722:1 21920:1 22027:1 22072:1 22255:1
10 8:1 10:1 408:1 789:1 945:1 1388:1 1457:1 1673:1 1727:1 2029:1 2056:1 2215:1 2276:1 2345:1 2424:2 2463:1 2507:2 2854:1 2880:1 2902:2 3059:1 3147:1 3334:2 3454:1 3493:1 3588:1 3834:1 3981:1 4453:2 4663:1 4741:1 4783:1 4900:1 5042:1 5072:2 5249:1 5405:1 5603:1 5739:1 5793:1 5867:1 5877:159 5912:1 5974:1 6155:1 6331:1 6818:1 6868:1 6885:1 6936:2 6998:1 7137:1 7170:1 7183:1 7240:1 7275:1 7278:1 7372:1 7400:1 7699:1 7807:1 8039:1 8143:1 8156:1 8189:1 8259:1 8553:1 8765:1 8866:1 9106:1 9470:1 9500:1 9546:1 9592:1 9602:1 9707:1 9864:1 10022:1 10050:1 10244:1 10334:1 10384:1 10406:1 10426:1 10720:1 10827:1 10975:1 11002:1 11429:1 11695:1 11732:1 11760:1 11825:1 12065:1 12066:1 12272:1 12285:1 12297:2 12394:1 12501:1 13117:1 13344:1 13703:1 13740:1 14218:1 14255:1 14499:1 14678:1 14770:1 14951:1 15169:1 15233:1 15245:1 15309:1 15359:1 15404:1 15617:1 15677:1 15793:1 15964:1 15965:1 16107:1 16213:1 16514:2 16636:1 16667:1 16726:1 16865:1 16971:1 17213:1 17609:1 17687:1 18179:1 18234:1 18300:1 18616:1 18809:1 18895:1 18989:1 19176:1 19253:1 19319:1 19338:3 19584:1 19950:1 19960:1 20052:1 20102:1 20134:1 20149:1 20457:1 20523:1 20537:1 20565:1 20614:1 20618:1 20671:1 20687:1 20714:1 20725:1 20938:1 20974:1 20995:1 21125:1 21133:1 21389:1 21586:1 21606:2 21722:1 21920:1 22027:1 22072:1 22126:2 22255:1
10 8:1 10:1 408:1 412:1 789:1 829:1 945:1 1388:1 1457:1 1501:1 1590:1 1673:1 1727:1 2029:1 2056:1 2215:1 2276:1 2282:1 2345:1 2424:2 2463:1 2507:2 2623:1 2854:1 2880:1 2902:2 3059:1 3147:1 3334:2 3454:1 3493:1 3588:1 3682:1 3834:1 3981:1 4095:1 4453:3 4663:1 4741:1 4783:1 4900:1 5042:1 5064:1 5072:2 5249:1 5340:1 5405:1 5407:1 5603:1 5739:1 5793:1 5843:1 5867:1 5877:176 5912:1 5974:1 6155:1 6331:1 6444:1 6818:1 6868:2 6885:1 6936:3 6998:1 7094:1 7137:1 7170:1 7183:1 7240:1 7268:1 7275:1 7278:1 7372:1 7400:1 7699:1 7807:1 8039:1 8143:1 8156:1 8189:1 8252:1 8259:1 8553:1 8765:1 8772:1 8866:1 9106:1 9470:1 9500:1 9546:1 9592:1 9602:1 9632:2 9707:1 9827:1 9864:1 10022:1 10050:1 10244:1 10259:1 10334:1 10384:1 10406:1 10426:1 10545:1 10566:1 10720:1 10827:2 10975:1 11002:1 11047:1 11304:1 11320:1 11339:1 11429:1 11695:1 11732:1 11758:1 11760:1 11804:1 11825:1 11864:1 12065:1 12066:1 12272:1 12285:1 12297:2 12394:1 12443:1 12501:1 13117:1 13344:1 13457:1 13703:1 13722:1 13740:2 14080:1 14218:1 14255:1 14499:1 14678:1 14743:1 14770:1 14951:1 15169:1 15202:1 15233:1 15245:1 15309:1 15359:1 15404:1 15446:1 15617:1 15677:1 15683:1 15793:1 15964:1 15965:1 16074:1 16107:1 16213:1 16514:2 16636:1 16667:1 16710:1 16723:1 16726:1 16865:1 16971:1 16979:1 17047:1 17213:1 17609:1 17687:1 17729:1 18179:1 18234:1 18300:1 18421:1 18616:1 18708:1 18809:1 18839:1 18841:1 18895:1 18989:1 19176:1 19253:1 19319:2 19338:3 19347:1 19396:1 19584:1 19950:1 19956:1 19960:1 20052:1 20102:1 20134:1 20149:1 20275:1 20457:2 20523:1 20537:1 20542:1 20565:1 20614:1 20618:2 20671:1 20687:1 20714:1 20725:1 20938:1 20974:1 20995:1 21125:1 21133:1 21136:1 21338:1 21389:1 21586:1 21606:2 21722:1 21920:1 22027:1 22072:1 22126:2 22234:1 22255:1
10 8:1 10:2 84:1 408:1 412:1 789:1 829:1 945:1 984:1 1388:1 1457:1 1501:1 1590:1 1673:1 1727:1 2029:1 2056:1 2215:1 2276:1 2282:1 2345:1 2407:1 2424:2 2463:1 2507:3 2623:1 2854:1 2880:1 2902:2 3059:2 3147:1 3334:2 3454:1 3493:1 3588:1 3682:1 3834:1 3981:1 4095:1 4453:3 4663:1 4741:1 4783:1 4900:1 5042:1 5064:1 5072:3 5249:1 5340:1 5405:1 5407:1 5603:1 5739:1 5793:1 5843:1 5867:1 5877:201 5912:1 5940:1 5974:1 6155:1 6331:1 6444:1 6818:1 6868:2 6885:1 6936:3 6998:1 7094:1 7137:1 7170:1 7183:1 7240:1 7268:1 7275:1 7278:1 7372:1 7400:1 7699:1 7807:1 8039:1 8143:1 8156:1 8189:1 8252:1 8259:1 8553:1 8720:1 8765:1 8772:1 8866:1 9106:1 9171:1 9470:1 9500:1 9546:1 9592:1 9602:1 9632:2 9707:1 9827:1 9864:1 10022:1 10050:1 10244:1 10259:1 10322:1 10334:1 10384:1 10406:1 10426:1 10545:1 10566:1 10720:2 10827:2 10975:1 11002:1 11047:1 11304:1 11320:1 11339:1 11429:1 11695:1 11732:1 11758:1 11760:1 11804:1 11825:1 11864:1 12065:1 12066:1 12272:1 12285:2 12297:3 12394:1 12443:1 12501:1 13117:1 13344:1 13457:1 13482:1 13703:1 13722:1 13740:2 14080:1 14110:1 14218:1 14255:1 14499:1 14534:1 14678:1 14743:1 14770:1 14951:1 15169:1 15202:1 15233:1 15245:1 15309:1 15359:1 15404:1 15446:1 15617:1 15677:1 15683:1 15793:1 15964:1 15965:1 16074:1 16107:1 16213:1 16514:2 16636:1 16667:1 16710:1 16723:1 16726:1 16865:1 16971:1 16979:1 17047:1 17213:1 17609:1 17687:1 17729:1 18113:1 18179:1 18234:1 18300:1 18421:1 18524:1 18616:1 18708:1 18809:1 18839:1 18841:1 18895:1 18966:1 18989:1 19176:1 19253:1 19319:2 19338:3 19347:1 19396:1 19584:1 19950:1 19956:1 19960:1 20052:1 20102:1 20134:1 20149:1 20275:1 20457:2 20523:1 20537:1 20542:1 20565:1 20614:1 20618:2 20671:1 20687:1 20714:1 20725:1 20938:1 20974:1 20995:1 21125:1 21133:1 21136:1 21338:1 21389:1 21586:1 21606:3 21722:1 21920:1 22027:1 22072:1 22126:2 22234:1 22255:2
10 8:1 10:2 84:1 354:1 408:1 412:1 424:1 479:1 789:1 829:1 945:1 984:1 1296:1 1367:1 1388:1 1428:1 1457:1 1501:1 1539:1 1590:1 1673:1 1727:1 1908:1 2029:1 2056:1 2215:1 2276:1 2282:1 2345:1 2407:1 2424:2 2463:1 2507:3 2623:1 2854:1 2880:1 2902:2 3059:2 3147:1 3334:2 3454:1 3493:1 3566:1 3588:1 3682:1 3834:1 3981:1 4095:1 4453:3 4663:1 4741:1 4783:1 4833:1 4900:1 5042:1 5064:1 5072:3 5079:1 5249:1 5312:1 5340:1 5405:1 5407:1 5603:1 5739:1 5793:1 5843:1 5867:1 5877:218 5912:1 5940:1 5974:1 6155:1 6331:1 6444:1 6706:1 6818:1 6868:2 6885:1 6936:3 6998:1 7061:1 7094:1 7137:1 7141:1 7170:1 7183:1 7240:1 7268:1 7275:1 7278:1 7372:1 7400:1 7699:1 7807:1 7887:1 8039:1 8143:1 8156:1 8189:1 8252:1 8259:1 8545:1 8553:1 8720:1 8765:1 8772:1 8866:1 9106:1 9171:1 9470:1 9500:1 9546:1 9592:1 9602:1 9632:2 9707:1 9735:1 9827:1 9864:1 10022:1 10050:1 10189:1 10244:1 10259:1 10322:1 10334:1 10384:1 10406:1 10426:1 10545:1 10566:1 10720:2 10827:2 10975:1 11002:1 11047:1 11304:1 11320:1 11339:1 11429:1 11695:1 11732:1 11751:1 11758:1 11760:1 11804:1 11825:1 11864:1 12065:1 12066:1 12272:1 12285:2 12297:3 12394:1 12443:1 12501:1 12592:1 12905:1 13117:1 13170:1 13344:1 13457:1 13482:1 13703:1 13722:1 13740:2 14080:1 14110:1 14218:1 14255:1 14499:1 14534:1 14575:1 14678:1 14743:1 14770:1 14951:1 14954:1 15169:1 15202:1 15233:1 15245:1 15309:1 15359:1 15404:1 15446:1 15617:1 15677:1 15683:1 15793:1 15961:1 15964:1 15965:1 16074:1 16107:1 16213:1 16514:2 16515:1 16636:1 16667:1 16710:1 16723:1 16726:1 16865:1 16971:1 16979:1 17047:1 17182:1 17213:1 17609:1 17687:1 17729:1 18113:1 18179:1 18234:1 18300:1 18421:1 18524:1 18616:1 18708:1 18790:1 18809:1 18839:1 18841:1 18895:1 18966:1 18989:1 19017:1 19081:1 19176:1 19220:1 19253:1 19319:2 19338:3 19347:1 19396:1 19584:1 19632:1 19892:1 19950:1 19956:1 19960:1 20052:1 20102:1 20134:1 20149:1 20275:1 20324:1 20457:2 20523:1 20537:1 20542:1 20560:1 20565:1 20614:1 20618:2 20671:1 20687:1 20714:1 20725:1 20938:1 20974:1 20995:1 21125:1 21133:1 21136:1 21338:1 21389:1 21586:1 21606:3 21722:1 21891:1 21920:1 21932:1 22027:1 22072:1 22126:2 22234:1 22255:2
10 8:1 10:2 12:1 32:1 84:1 354:1 408:1 412:1 424:1 479:1 583:1 789:1 790:1 829:1 945:1 984:1 1123:1 1229:1 1296:1 1313:1 1367:1 1388:1 1390:2 1428:1 1433:1 1457:1 1469:1 1501:1 1536:1 1539:1 1542:1 1586:1 1590:1 1673:1 1727:1 1908:1 2029:1 2056:1 2109:1 2215:1 2276:1 2282:1 2345:1 2407:1 2417:1 2424:2 2463:1 2507:3 2623:1 2629:1 2643:1 2754:1 2854:2 2880:1 2902:2 3059:2 3147:1 3334:2 3412:1 3454:1 3493:1 3502:2 3513:1 3566:1 3588:1 3682:2 3694:1 3810:1 3834:1 3855:1 3981:1 4095:1 4131:2 4288:1 4453:3 4467:1 4470:1 4663:1 4741:1 4783:1 4821:1 4833:1 4844:1 4900:1 5042:1 5064:1 5072:3 5079:1 5201:2 5249:1 5312:1 5340:1 5405:1 5407:1 5514:1 5603:1 5688:1 5739:1 5793:1 5843:1 5867:1 5877:257 5912:1 5940:1 5974:1 6155:1 6272:1 6284:1 6331:1 6361:1 6444:2 6468:1 6657:1 6706:1 6818:1 6826:1 6868:2 6885:1 6936:3 6959:1 6998:1 7061:1 7094:1 7137:1 7141:1 7170:1 7183:1 7222:1 7240:1 7268:1 7275:1 7278:1 7286:1 7372:1 7400:1 7432:2 7619:1 7666:1 7699:1 7807:1 7887:1 7898:1 7933:1 8039:2 8143:1 8156:1 8189:1 8252:1 8259:1 8424:1 8545:1 8553:1 8613:1 8720:1 8765:1 8772:2 8866:1 9051:1 9082:1 9106:1 9171:1 9470:1 9500:1 9546:1 9579:1 9592:1 9602:1 9632:2 9707:1 9735:1 9805:1 9827:2 9864:1 9942:1 10022:1 10050:1 10189:1 10244:1 10259:2 10322:1 10334:1 10384:2 10406:1 10426:1 10437:1 10545:1 10566:2 10579:1 10646:1 10720:2 10827:2 10871:1 10975:1 11002:1 11047:1 11304:2 11320:1 11339:1 11340:2 11429:1 11605:1 11695:1 11732:2 11751:1 11758:1 11760:1 11773:1 11804:2 11812:1 11825:4 11864:1 12065:1 12066:1 12163:1 12265:1 12272:1 12285:2 12297:3 12394:1 12395:1 12418:1 12443:1 12501:1 12592:1 12637:1 12905:1 13117:1 13134:1 13170:1 13324:1 13344:1 13457:1 13482:1 13703:1 13722:1 13740:2 13787:1 14024:1 14080:1 14110:1 14218:1 14255:1 14318:1 14499:1 14534:1 14575:1 14675:1 14678:1 14691:1 14743:1 14770:1 14951:1 14954:1 15169:1 15202:1 15233:1 15245:1 15281:1 15309:1 15359:1 15404:1 15446:1 15505:1 15617:1 15677:1 15683:1 15793:1 15879:2 15884:1 15957:1 15961:1 15964:1 15965:1 16074:2 16107:1 16213:1 16264:1 16356:1 16514:2 16515:1 16633:1 16636:1 16667:1 16710:1 16723:1 16726:1 16865:1 16962:1 16971:1 16979:1 17047:1 17182:1 17213:1 17467:1 17484:1 17574:1 17609:1 17687:1 17729:1 17926:1 18113:1 18179:1 18234:1 18293:1 18300:1 18421:1 18489:1 18524:1 18616:1 18694:1 18708:1 18782:1 18790:1 18809:1 18839:2 18841:1 18895:1 18966:1 18969:1 18989:1 19017:1 19081:1 19133:1 19176:3 19220:1 19253:1 19260:1 19319:2 19338:3 19347:1 19396:1 19584:1 19595:1 19632:1 19638:1 19734:1 19892:1 19950:1 19956:1 19960:1 20052:1 20102:1 20134:1 20149:1 20259:1 20275:1 20324:1 20329:1 20457:2 20523:1 20537:1 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20687:1 20690:1 20714:1 20725:1 20747:1 20811:1 20904:1 20938:1 20974:1 20995:1 21018:1 21125:1 21133:1 21136:1 21304:1 21338:1 21389:1 21509:1 21586:1 21606:3 21633:1 21722:1 21891:1 21920:1 21932:1 21991:1 22027:1 22072:1 22126:2 22155:1 22182:1 22234:1 22255:2 22266:1 22423:1 22471:1
10 8:1 10:3 12:1 32:1 84:1 136:1 354:1 408:1 412:1 424:1 479:1 583:1 789:1 790:1 829:1 945:1 969:1 984:1 1123:1 1229:1 1296:1 1313:1 1367:1 1388:1 1390:2 1428:1 1433:1 1457:1 1469:1 1501:1 1536:1 1539:1 1542:1 1586:1 1590:1 1673:1 1727:1 1908:1 2029:1 2056:1 2109:1 2175:1 2215:1 2276:1 2282:1 2345:1 2407:1 2417:1 2424:2 2463:1 2507:4 2623:1 2629:1 2643:1 2754:1 2854:2 2880:1 2902:2 3059:2 3147:1 3334:2 3412:1 3454:1 3493:1 3502:2 3513:1 3530:1 3566:1 3588:1 3682:2 3694:1 3771:1 3810:1 3834:1 3855:1 3981:1 4095:1 4131:2 4288:1 4453:3 4467:2 4470:1 4566:1 4663:1 4741:1 4783:1 4821:1 4833:1 4844:1 4900:1 4901:1 5042:1 5064:1 5072:4 5079:1 5145:1 5201:2 5249:1 5312:1 5340:1 5405:1 5407:1 5514:1 5603:1 5688:1 5739:1 5793:1 5843:1 5867:1 5877:294 5912:1 5940:1 5974:1 6155:1 6272:1 6284:1 6331:1 6361:1 6444:2 6468:1 6657:1 6706:1 6818:1 6826:1 6868:2 6885:1 6936:3 6959:1 6998:1 7053:1 7061:1 7094:1 7137:2 7141:1 7170:1 7183:1 7222:1 7240:1 7268:1 7275:1 7278:1 7286:1 7372:1 7400:1 7432:2 7494:1 7619:1 7666:1 7699:1 7807:1 7887:1 7898:1 7933:1 8039:2 8143:1 8156:1 8189:1 8252:1 8259:1 8424:1 8545:1 8553:1 8613:1 8720:1 8745:1 8765:1 8772:2 8866:1 9051:1 9082:1 9106:1 9171:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9592:1 9602:1 9632:2 9707:1 9735:1 9805:1 9827:3 9864:1 9942:1 10022:1 10050:1 10189:1 10244:1 10259:2 10322:1 10334:1 10384:2 10406:1 10426:1 10437:1 10545:1 10566:2 10579:1 10646:1 10720:2 10827:2 10871:1 10962:1 10975:1 11002:1 11047:1 11304:2 11320:1 11339:1 11340:2 11429:1 11605:1 11695:1 11732:2 11751:1 11758:1 11760:1 11773:1 11804:2 11812:1 11825:4 11864:1 11906:1 12065:1 12066:1 12163:1 12265:1 12272:1 12285:2 12297:4 12394:1 12395:1 12418:1 12443:1 12501:1 12592:1 12637:1 12905:1 13117:1 13134:1 13170:1 13324:1 13344:1 13457:1 13482:1 13703:1 13722:1 13740:2 13787:1 13916:1 13925:1 14024:1 14080:1 14110:1 14218:1 14255:1 14318:1 14499:1 14534:1 14575:1 14675:1 14678:1 14691:1 14743:1 14770:1 14951:1 14954:1 15169:1 15202:1 15233:1 15245:1 15281:1 15309:1 15359:1 15378:1 15404:1 15446:1 15505:1 15617:1 15677:1 15683:1 15793:1 15879:2 15884:1 15957:1 15961:1 15964:1 15965:1 16074:2 16107:1 16213:1 16264:1 16265:1 16356:1 16514:2 16515:1 16633:1 16636:1 16667:1 16710:1 16723:1 16726:1 16865:1 16962:1 16971:2 16979:1 17047:1 17182:1 17213:1 17467:1 17484:1 17574:1 17609:1 17687:1 17729:1 17926:1 18113:1 18179:1 18234:1 18293:1 18300:1 18311:1 18421:1 18489:1 18524:1 18616:1 18694:1 18708:1 18782:1 18790:1 18809:1 18839:2 18841:1 18895:1 18966:1 18969:1 18989:1 19017:1 19081:1 19133:1 19143:1 19176:3 19220:1 19253:1 19260:1 19319:2 19338:3 19347:1 19396:1 19584:1 19595:1 19632:1 19638:1 19734:1 19892:1 19950:1 19956:1 19960:1 20052:1 20102:1 20134:1 20149:1 20214:1 20259:1 20275:1 20324:1 20329:1 20457:2 20523:1 20537:1 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20687:1 20690:1 20714:1 20725:1 20747:1 20811:1 20904:1 20938:2 20974:1 20995:1 21018:1 21125:1 21133:1 21136:1 21198:1 21304:1 21338:1 21389:1 21488:1 21509:1 21586:1 21606:4 21633:1 21722:1 21814:1 21891:1 21920:1 21932:1 21991:1 22027:1 22072:1 22126:2 22155:1 22182:1 22234:1 22255:2 22266:1 22372:1 22423:1 22471:1
10 8:1 10:3 12:1 32:1 84:1 136:1 354:1 408:1 412:1 424:1 479:1 583:1 789:1 790:1 829:1 945:1 969:1 984:1 1123:1 1158:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1367:1 1388:1 1390:2 1428:1 1433:1 1457:1 1469:1 1501:1 1536:1 1539:1 1542:1 1586:1 1590:1 1631:1 1673:1 1674:1 1727:1 1897:1 1908:1 1942:1 2029:1 2056:1 2074:1 2109:1 2175:1 2189:1 2215:1 2265:1 2276:1 2282:1 2345:1 2407:1 2417:1 2424:2 2463:2 2507:4 2528:1 2623:1 2629:1 2643:1 2754:1 2776:1 2784:1 2849:1 2854:2 2880:1 2902:2 2988:1 3059:2 3147:1 3334:3 3344:1 3408:1 3412:1 3454:1 3493:1 3502:2 3513:1 3530:1 3566:1 3588:1 3682:3 3694:1 3771:1 3810:1 3834:1 3855:1 3981:1 4095:1 4131:2 4264:1 4288:1 4453:3 4467:2 4470:1 4540:1 4544:1 4566:1 4663:1 4741:1 4783:1 4821:1 4824:1 4833:1 4844:1 4900:1 4901:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5249:1 5312:1 5340:1 5389:1 5405:1 5407:1 5495:1 5514:1 5603:1 5688:1 5739:1 5793:1 5843:1 5867:1 5877:328 5912:1 5940:1 5974:2 6155:1 6229:1 6254:1 6272:1 6284:1 6331:1 6361:1 6427:1 6440:1 6444:4 6468:1 6657:1 6706:1 6818:1 6826:1 6868:2 6885:1 6936:3 6946:1 6959:1 6998:1 7053:1 7061:1 7094:1 7137:2 7141:1 7170:1 7183:1 7222:1 7240:2 7268:2 7275:1 7278:1 7286:1 7372:1 7400:1 7432:2 7494:1 7530:1 7619:1 7666:1 7699:1 7807:2 7869:1 7887:1 7898:1 7933:1 8039:2 8143:1 8156:1 8189:1 8252:1 8259:1 8424:1 8545:1 8553:1 8613:1 8620:1 8720:1 8745:1 8765:1 8772:4 8866:1 9051:2 9082:1 9106:1 9171:1 9244:1 9422:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9592:1 9602:1 9632:2 9707:1 9735:1 9805:1 9827:5 9864:1 9942:1 10022:1 10050:1 10189:1 10244:1 10259:3 10322:1 10334:1 10354:1 10384:2 10406:2 10426:1 10437:1 10545:1 10566:2 10579:1 10646:1 10720:2 10827:2 10871:1 10899:1 10962:1 10975:1 11002:1 11047:1 11304:4 11320:1 11339:1 11340:2 11429:1 11547:1 11605:1 11632:1 11695:1 11732:2 11751:1 11758:1 11760:1 11773:1 11804:3 11812:1 11825:4 11864:1 11906:1 12065:1 12066:1 12163:1 12265:1 12272:1 12285:2 12297:4 12378:1 12394:1 12395:1 12418:1 12443:1 12501:2 12556:1 12592:1 12637:1 12905:1 13117:1 13134:1 13170:1 13324:1 13344:1 13350:1 13394:1 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:2 13916:1 13925:1 14024:1 14033:1 14080:1 14110:1 14218:1 14255:1 14318:1 14329:1 14374:1 14437:1 14499:1 14534:1 14575:1 14675:1 14678:1 14691:1 14743:1 14770:1 14951:1 14954:1 15169:1 15202:1 15233:1 15245:1 15281:1 15309:1 15359:1 15378:1 15404:1 15446:1 15505:1 15617:1 15630:1 15677:1 15683:1 15793:1 15879:2 15884:1 15957:1 15961:1 15964:1 15965:1 16074:3 16107:1 16213:1 16264:1 16265:1 16356:1 16368:1 16427:1 16452:1 16484:1 16514:2 16515:1 16625:1 16633:1 16636:1 16667:1 16710:1 16723:1 16726:1 16865:1 16962:1 16971:2 16979:1 17047:1 17182:1 17213:1 17467:1 17484:1 17574:1 17609:1 17683:1 17687:1 17729:1 17920:1 17926:1 18113:1 18155:1 18179:1 18234:1 18293:1 18300:1 18311:1 18421:1 18489:1 18524:1 18616:1 18694:1 18708:1 18782:1 18790:1 18809:1 18824:1 18839:4 18841:1 18895:1 18966:1 18969:1 18989:1 19002:1 19017:1 19081:1 19133:1 19143:1 19176:3 19220:1 19253:1 19260:1 19279:1 19319:2 19338:3 19347:1 19396:1 19413:1 19584:1 19595:1 19632:1 19636:1 19638:1 19734:1 19892:1 19950:1 19956:1 19960:1 20052:1 20102:1 20134:1 20149:1 20214:1 20259:1 20275:1 20324:1 20329:1 20457:2 20523:1 20537:1 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20811:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21091:1 21125:1 21133:1 21136:1 21198:1 21265:1 21304:1 21338:1 21340:1 21389:1 21488:1 21509:1 21586:1 21606:4 21633:1 21701:1 21722:1 21769:1 21814:1 21891:1 21913:1 21920:1 21932:1 21978:1 21991:1 22027:1 22072:1 22103:1 22126:2 22155:1 22182:1 22234:1 22255:2 22266:1 22372:1 22423:1 22471:1
10 8:1 10:3 12:1 32:1 84:1 136:1 354:1 408:1 412:1 424:1 479:1 583:1 789:1 790:1 829:1 945:1 969:1 984:1 1123:1 1158:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1367:1 1388:1 1390:2 1428:1 1433:1 1457:1 1469:1 1501:1 1536:1 1539:1 1542:1 1586:1 1590:1 1631:1 1640:1 1673:1 1674:1 1725:1 1727:1 1897:1 1908:1 1942:1 2029:1 2056:1 2074:1 2109:1 2175:1 2189:1 2215:1 2265:1 2276:1 2282:1 2345:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:1 2643:1 2754:1 2776:1 2784:1 2849:2 2854:2 2880:1 2902:2 2988:1 3059:2 3147:1 3334:3 3344:1 3408:2 3412:1 3454:1 3493:1 3502:2 3513:1 3530:1 3566:1 3588:1 3682:4 3694:1 3771:1 3810:1 3834:1 3855:1 3981:1 4045:1 4095:1 4131:2 4264:1 4288:1 4453:3 4467:2 4470:1 4540:1 4544:1 4566:1 4663:1 4741:1 4783:1 4821:1 4824:1 4833:1 4844:1 4900:1 4901:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5249:1 5312:1 5340:1 5389:1 5405:1 5407:1 5495:1 5514:1 5603:1 5688:1 5720:1 5739:1 5793:1 5843:1 5867:1 5877:337 5912:1 5940:1 5974:2 6155:1 6229:1 6254:1 6272:1 6284:1 6331:1 6361:1 6427:1 6433:1 6440:1 6444:5 6468:1 6657:1 6706:1 6818:1 6826:1 6868:2 6885:1 6936:3 6946:1 6959:1 6998:1 7053:1 7061:1 7094:1 7137:2 7141:1 7170:1 7183:1 7222:1 7240:2 7268:2 7275:1 7278:1 7286:1 7372:1 7400:1 7432:2 7494:1 7530:1 7619:1 7666:1 7699:1 7807:2 7869:1 7887:1 7898:1 7933:1 8039:2 8143:1 8156:1 8189:1 8252:1 8259:1 8424:1 8545:1 8553:1 8613:1 8620:1 8655:1 8720:1 8745:1 8765:1 8772:5 8866:1 9051:2 9082:1 9106:1 9171:1 9244:1 9422:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9592:1 9602:1 9632:2 9707:1 9722:1 9735:1 9805:1 9827:6 9864:1 9942:1 10022:1 10050:1 10189:1 10244:1 10259:4 10322:1 10334:1 10354:1 10384:2 10406:2 10426:1 10437:1 10545:1 10566:2 10579:1 10646:1 10720:2 10827:2 10871:1 10899:1 10962:1 10975:1 11002:1 11047:1 11304:5 11320:1 11339:1 11340:2 11429:1 11547:1 11605:1 11632:1 11695:1 11732:2 11751:1 11758:1 11760:1 11773:1 11804:4 11812:1 11825:4 11864:1 11906:1 12065:1 12066:1 12163:1 12265:1 12272:1 12285:2 12297:4 12378:1 12394:1 12395:1 12418:1 12443:1 12501:2 12556:1 12592:1 12637:1 12905:1 13117:1 13134:1 13170:1 13324:1 13344:1 13350:1 13394:1 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:3 13916:1 13925:1 14024:1 14033:1 14080:1 14110:1 14218:1 14255:1 14318:1 14329:1 14374:1 14437:1 14499:1 14534:1 14575:1 14675:1 14678:1 14691:1 14743:1 14770:1 14856:1 14951:1 14954:1 15169:1 15202:1 15233:1 15245:1 15281:1 15309:1 15359:1 15378:1 15404:1 15446:1 15505:1 15551:1 15617:1 15630:1 15677:1 15683:1 15793:1 15879:2 15884:1 15957:1 15961:1 15964:1 15965:1 16074:4 16107:1 16213:1 16264:1 16265:1 16356:1 16368:1 16427:1 16452:1 16484:1 16514:2 16515:1 16625:1 16633:1 16636:1 16667:1 16710:1 16723:1 16726:1 16865:1 16962:1 16971:2 16979:1 17047:1 17182:1 17213:1 17434:1 17467:1 17484:1 17574:1 17609:1 17683:1 17687:1 17729:1 17778:1 17920:1 17926:2 18113:1 18155:1 18179:1 18234:1 18293:1 18300:1 18311:1 18421:1 18489:1 18524:1 18616:1 18694:1 18708:1 18782:1 18790:1 18809:1 18824:1 18839:5 18841:1 18895:1 18966:1 18969:1 18989:1 19002:1 19017:1 19081:1 19133:1 19143:1 19176:3 19220:1 19253:1 19260:1 19279:1 19288:1 19319:2 19338:3 19347:1 19396:1 19413:1 19584:1 19595:1 19632:1 19636:1 19638:1 19654:1 19734:1 19869:1 19892:1 19950:1 19956:1 19960:1 20052:1 20102:1 20125:1 20134:1 20149:1 20214:1 20259:1 20275:1 20324:1 20329:1 20457:2 20523:1 20537:1 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20811:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21091:1 21125:1 21133:1 21136:1 21198:1 21265:1 21304:1 21338:1 21340:1 21370:1 21389:1 21488:1 21509:1 21586:1 21606:4 21633:1 21701:1 21722:1 21769:1 21814:1 21891:1 21913:1 21920:1 21932:1 21978:1 21991:1 22027:1 22072:1 22103:1 22126:2 22155:1 22182:1 22234:1 22255:2 22266:1 22372:1 22423:1 22471:1
10 8:1 10:3 12:1 32:2 84:1 136:1 354:1 408:1 412:1 424:1 479:1 583:1 789:1 790:1 829:1 945:1 969:1 984:1 1049:1 1123:1 1158:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1367:1 1388:1 1390:2 1428:1 1433:1 1452:1 1457:1 1469:2 1501:1 1518:1 1536:1 1539:1 1542:2 1586:1 1590:1 1628:1 1631:1 1640:1 1673:1 1674:1 1723:1 1725:1 1727:1 1752:1 1897:1 1908:1 1915:1 1932:1 1933:1 1942:1 2029:1 2056:1 2074:1 2109:1 2175:1 2189:1 2215:1 2265:1 2272:1 2276:1 2282:1 2288:1 2345:1 2380:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:2 2643:1 2754:2 2776:1 2784:1 2849:2 2854:2 2880:1 2902:2 2988:1 3059:2 3147:1 3334:3 3344:1 3408:2 3412:1 3454:1 3493:1 3502:2 3513:1 3530:1 3566:1 3588:1 3682:4 3694:1 3722:1 3771:1 3810:1 3834:1 3855:1 3981:1 4045:1 4062:1 4095:1 4131:2 4144:1 4264:1 4286:1 4288:1 4453:3 4467:2 4470:1 4540:1 4544:2 4566:1 4663:1 4741:1 4783:1 4821:1 4824:1 4833:1 4844:1 4900:1 4901:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5249:1 5312:1 5340:1 5389:1 5405:1 5407:1 5495:1 5514:1 5603:1 5640:1 5654:1 5688:1 5720:1 5739:1 5793:1 5843:1 5867:1 5877:380 5912:1 5940:1 5974:2 6155:1 6229:1 6246:1 6254:1 6272:1 6284:1 6331:1 6361:1 6427:1 6433:1 6440:1 6444:6 6468:1 6653:1 6657:1 6706:1 6818:1 6826:1 6868:2 6885:1 6936:3 6946:1 6959:1 6998:1 7053:1 7061:1 7086:1 7094:1 7102:1 7137:2 7141:1 7170:1 7183:1 7222:1 7240:2 7251:1 7268:2 7275:1 7278:1 7286:1 7372:1 7400:1 7432:2 7466:1 7475:1 7494:1 7530:1 7619:1 7666:1 7699:1 7807:2 7869:1 7887:1 7898:1 7933:1 8039:2 8143:1 8156:1 8174:1 8189:1 8252:1 8254:1 8259:1 8424:1 8545:1 8553:1 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8765:1 8772:6 8858:1 8866:1 9051:2 9053:1 9082:1 9106:1 9171:1 9244:1 9422:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9592:1 9602:1 9632:2 9707:1 9722:1 9735:1 9805:1 9827:7 9864:1 9942:2 10022:1 10050:1 10189:1 10231:1 10244:1 10259:4 10282:1 10322:1 10334:1 10354:1 10384:2 10406:2 10426:1 10437:1 10545:1 10566:2 10579:1 10646:1 10720:2 10827:3 10871:1 10899:1 10962:1 10975:1 11002:1 11047:1 11166:1 11304:6 11320:1 11339:1 11340:2 11409:1 11423:1 11429:1 11547:1 11605:1 11607:1 11632:1 11695:1 11732:2 11751:1 11758:1 11760:1 11773:2 11804:4 11808:1 11812:1 11825:4 11864:1 11906:1 12065:1 12066:1 12163:1 12265:1 12272:1 12285:2 12297:4 12322:2 12378:1 12394:1 12395:1 12418:1 12443:1 12501:2 12556:3 12592:1 12637:1 12905:1 13117:1 13131:1 13134:1 13167:1 13170:1 13318:1 13324:1 13344:1 13350:1 13394:1 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:3 13839:1 13853:1 13916:1 13925:1 14024:1 14033:1 14080:1 14110:1 14161:1 14218:1 14255:1 14318:1 14329:1 14374:1 14402:1 14437:1 14499:1 14534:1 14575:1 14654:1 14660:1 14675:1 14678:1 14691:1 14740:1 14743:1 14770:1 14856:1 14951:1 14954:1 15083:1 15134:1 15166:1 15169:1 15202:1 15220:1 15233:1 15245:1 15281:1 15309:1 15359:1 15378:1 15404:1 15446:1 15477:1 15505:1 15551:1 15581:1 15589:1 15617:1 15630:1 15677:1 15683:1 15793:1 15820:1 15879:2 15884:1 15957:1 15961:1 15964:1 15965:1 15979:1 16074:4 16107:1 16213:1 16223:1 16264:1 16265:1 16268:1 16356:1 16368:1 16427:1 16452:1 16484:1 16511:1 16514:2 16515:1 16625:1 16633:1 16636:1 16656:1 16667:1 16705:1 16710:1 16723:1 16726:1 16755:1 16808:1 16865:1 16913:1 16962:1 16971:2 16979:1 17047:1 17182:1 17213:1 17393:1 17434:1 17467:1 17484:1 17574:1 17609:1 17683:1 17687:1 17729:1 17778:1 17920:1 17926:2 18113:1 18155:1 18179:1 18234:1 18293:1 18300:1 18311:1 18421:1 18489:1 18524:1 18616:1 18694:1 18708:1 18718:1 18782:2 18790:1 18809:1 18824:1 18839:6 18841:1 18895:1 18966:1 18969:1 18987:1 18989:1 19002:1 19017:1 19081:1 19133:1 19143:1 19176:3 19220:1 19224:1 19238:1 19253:1 19260:1 19279:1 19288:1 19319:2 19338:3 19346:1 19347:1 19396:1 19413:1 19584:1 19595:1 19632:1 19636:1 19638:1 19654:1 19734:1 19869:1 19879:1 19892:1 19950:1 19956:1 19960:1 20052:1 20102:1 20125:1 20134:1 20149:1 20214:1 20252:1 20259:1 20275:1 20324:1 20329:1 20423:1 20451:1 20457:2 20467:1 20493:1 20523:1 20537:1 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20776:1 20811:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21055:1 21091:1 21125:1 21133:1 21136:1 21198:1 21265:1 21304:1 21338:1 21340:1 21370:1 21389:1 21488:1 21509:1 21586:1 21606:4 21633:1 21701:1 21722:1 21769:1 21814:1 21891:1 21913:1 21920:1 21932:1 21978:1 21991:1 22011:1 22027:1 22072:1 22103:1 22126:2 22155:1 22164:1 22182:1 22234:1 22255:2 22266:1 22372:1 22423:1 22471:1
10 8:1 10:3 12:1 32:2 84:1 136:1 354:1 408:1 412:1 424:1 479:1 583:1 789:1 790:1 829:1 945:1 969:1 984:1 1049:1 1123:1 1158:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1367:1 1388:1 1390:2 1428:1 1433:1 1452:2 1457:1 1469:2 1501:1 1518:2 1536:1 1539:1 1542:3 1586:1 1590:1 1628:2 1631:1 1640:1 1673:1 1674:1 1723:2 1725:1 1727:1 1752:2 1897:1 1908:1 1915:1 1932:2 1933:1 1942:1 2029:1 2056:1 2074:1 2109:1 2175:1 2189:1 2215:2 2265:1 2272:1 2276:1 2282:1 2288:2 2345:1 2380:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:2 2643:1 2754:2 2776:1 2784:1 2849:2 2854:2 2880:1 2902:2 2988:1 3059:2 3147:1 3334:3 3344:1 3408:2 3412:1 3454:1 3493:1 3502:2 3513:1 3530:1 3566:1 3588:1 3682:4 3694:1 3722:2 3771:1 3810:1 3834:1 3855:1 3981:1 4045:1 4062:1 4095:1 4131:2 4144:1 4264:1 4286:2 4288:1 4389:1 4394:1 4453:3 4467:2 4470:1 4514:1 4540:1 4544:3 4566:1 4663:1 4741:1 4783:1 4821:1 4824:1 4833:1 4844:1 4876:1 4900:1 4901:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5249:1 5312:1 5340:1 5389:1 5405:1 5407:1 5495:1 5514:1 5590:1 5603:2 5640:1 5654:2 5688:1 5720:1 5739:1 5793:1 5843:1 5867:1 5877:403 5912:1 5940:1 5974:2 6155:1 6229:1 6246:1 6254:1 6272:1 6284:1 6331:1 6361:1 6427:1 6433:1 6440:1 6444:7 6468:1 6476:1 6477:1 6653:2 6657:1 6706:1 6818:1 6826:1 6868:2 6885:1 6936:3 6946:1 6959:1 6998:1 7053:1 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7170:1 7183:1 7222:1 7240:3 7251:1 7268:2 7275:1 7278:1 7286:1 7372:1 7400:1 7432:2 7466:2 7475:2 7494:1 7530:1 7619:1 7666:1 7699:1 7807:2 7869:1 7887:1 7898:1 7933:1 8039:2 8123:1 8143:1 8156:1 8174:1 8189:1 8252:1 8254:1 8259:1 8424:1 8480:1 8545:1 8553:1 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8765:1 8772:7 8858:1 8866:1 9051:2 9053:1 9082:1 9106:1 9171:1 9244:1 9422:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9592:1 9602:1 9632:2 9707:1 9722:1 9735:1 9805:1 9827:8 9864:1 9942:2 10022:1 10050:1 10189:1 10231:2 10244:1 10259:4 10282:1 10322:1 10334:1 10354:1 10384:2 10406:3 10426:1 10437:1 10545:1 10566:2 10579:1 10646:1 10720:2 10778:1 10809:1 10827:3 10871:1 10899:1 10962:1 10975:1 11002:1 11047:1 11166:2 11304:7 11320:1 11339:1 11340:2 11409:2 11423:1 11429:1 11547:1 11605:1 11607:1 11632:1 11695:1 11732:2 11751:1 11758:1 11760:1 11773:2 11804:4 11808:2 11812:1 11825:4 11864:1 11866:1 11906:1 12065:1 12066:1 12163:1 12265:1 12272:1 12285:2 12297:4 12322:2 12378:1 12394:1 12395:1 12418:1 12443:1 12501:2 12544:1 12556:3 12592:1 12637:1 12905:1 13117:1 13131:1 13134:1 13167:1 13170:1 13318:2 13324:1 13344:1 13350:1 13394:1 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:3 13839:1 13853:1 13916:1 13925:1 14024:1 14033:1 14080:1 14110:1 14161:2 14218:1 14255:1 14318:1 14329:1 14374:1 14402:2 14437:1 14499:1 14534:1 14575:1 14654:1 14660:1 14675:1 14678:1 14691:1 14740:1 14743:1 14770:1 14856:1 14951:1 14954:1 15083:2 15134:1 15166:1 15169:1 15202:1 15220:2 15233:1 15245:1 15281:1 15309:1 15359:1 15378:1 15404:1 15446:1 15477:1 15505:1 15551:1 15581:1 15589:2 15617:1 15630:1 15677:1 15683:1 15793:1 15820:2 15855:1 15879:2 15884:1 15957:1 15961:1 15964:1 15965:2 15979:2 16074:4 16107:1 16213:1 16223:2 16264:1 16265:1 16268:1 16356:1 16368:1 16427:1 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16636:1 16656:2 16667:1 16705:1 16710:1 16723:1 16726:1 16755:1 16808:1 16865:1 16913:2 16962:1 16971:2 16979:1 17047:1 17182:1 17213:1 17214:1 17393:2 17434:1 17467:1 17484:1 17574:1 17609:1 17683:1 17687:1 17729:1 17778:1 17920:1 17926:2 18017:1 18113:1 18155:1 18179:1 18234:1 18293:1 18300:1 18311:1 18421:1 18441:1 18489:1 18524:1 18616:1 18694:1 18708:1 18718:2 18782:2 18790:1 18809:1 18824:1 18839:7 18841:1 18895:1 18966:1 18969:1 18987:2 18989:1 19002:1 19017:1 19081:1 19133:1 19143:1 19176:3 19220:1 19224:1 19238:2 19253:1 19260:1 19279:1 19288:1 19319:2 19338:3 19346:1 19347:1 19396:1 19413:1 19584:1 19595:1 19632:1 19636:1 19638:1 19654:1 19734:1 19869:1 19879:1 19892:1 19950:1 19956:1 19960:1 20052:1 20102:1 20125:1 20134:1 20149:1 20214:1 20252:2 20259:1 20275:1 20324:1 20329:1 20423:2 20451:1 20457:2 20467:1 20493:1 20523:1 20537:1 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20776:1 20811:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21055:2 21091:1 21125:1 21133:1 21136:1 21198:1 21265:1 21304:1 21338:1 21340:1 21370:1 21389:1 21488:1 21509:1 21586:1 21606:4 21633:1 21701:1 21722:1 21769:1 21814:1 21891:1 21913:1 21920:1 21932:1 21978:1 21991:1 22011:1 22027:1 22072:1 22103:1 22126:2 22155:1 22164:2 22182:1 22234:1 22255:2 22266:1 22372:1 22423:1 22471:1
10 8:1 10:3 12:1 32:2 84:1 96:1 136:1 168:1 341:1 354:1 408:1 412:1 424:1 479:1 583:1 789:1 790:1 829:1 856:1 945:1 969:1 984:1 1049:1 1123:2 1158:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1367:1 1388:1 1390:2 1428:1 1433:1 1452:2 1457:1 1469:2 1501:1 1518:2 1536:1 1539:1 1542:3 1586:1 1590:1 1628:2 1631:1 1640:1 1673:1 1674:1 1723:2 1725:1 1727:1 1752:2 1897:1 1908:1 1915:1 1932:2 1933:1 1942:1 2029:1 2056:1 2074:1 2109:1 2175:1 2189:1 2215:2 2265:1 2272:1 2276:1 2282:1 2288:2 2345:1 2380:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:2 2643:1 2754:2 2776:1 2784:1 2835:1 2849:2 2854:2 2880:1 2902:2 2973:1 2988:1 3059:2 3147:1 3285:1 3334:3 3344:1 3408:2 3412:2 3454:1 3493:1 3502:2 3513:1 3530:1 3566:1 3588:1 3680:1 3682:5 3694:1 3722:2 3771:1 3810:1 3834:1 3855:1 3981:1 4045:1 4062:1 4095:1 4131:2 4144:1 4181:1 4264:1 4286:2 4288:1 4389:1 4394:1 4453:3 4467:2 4470:2 4498:1 4514:1 4540:1 4544:3 4566:1 4630:1 4634:1 4663:1 4741:1 4783:1 4821:1 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:1 5249:1 5312:1 5340:1 5389:1 5405:1 5407:1 5495:1 5514:1 5590:1 5603:2 5640:1 5654:2 5688:1 5720:1 5739:1 5793:1 5843:1 5867:1 5877:436 5912:1 5940:1 5974:2 6155:1 6229:1 6246:1 6254:1 6272:1 6284:1 6331:1 6361:1 6427:1 6433:1 6440:1 6444:8 6468:1 6476:1 6477:1 6501:1 6653:2 6657:1 6706:1 6818:1 6826:1 6868:2 6885:1 6936:3 6946:1 6959:1 6998:1 7053:1 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7170:1 7183:1 7222:1 7240:3 7251:1 7268:2 7275:1 7278:1 7286:1 7372:1 7400:1 7432:2 7438:1 7466:2 7475:2 7494:1 7530:1 7619:1 7666:1 7699:1 7807:2 7869:1 7887:1 7898:2 7933:1 8039:2 8040:1 8069:1 8123:1 8143:1 8156:1 8174:1 8189:1 8252:1 8254:1 8259:1 8424:1 8480:1 8545:1 8553:1 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8765:1 8772:8 8803:1 8858:1 8866:1 9051:2 9053:2 9082:1 9106:1 9171:1 9244:1 9422:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9592:1 9602:1 9632:2 9707:1 9722:1 9735:1 9752:1 9805:1 9827:9 9864:1 9942:2 10022:1 10050:1 10189:1 10231:2 10244:1 10259:5 10282:1 10322:1 10334:1 10354:1 10384:2 10406:3 10426:1 10437:1 10545:1 10566:2 10574:1 10579:1 10646:1 10720:2 10766:1 10778:1 10809:1 10827:3 10871:1 10899:1 10962:1 10975:1 11002:1 11047:1 11166:2 11269:1 11304:8 11320:1 11339:1 11340:2 11409:2 11423:1 11429:1 11547:1 11605:1 11607:1 11632:1 11695:1 11732:2 11751:1 11758:1 11760:1 11773:2 11804:5 11808:2 11812:1 11825:5 11864:1 11866:1 11906:1 12065:1 12066:1 12163:1 12265:1 12272:1 12285:2 12297:4 12322:2 12378:1 12394:1 12395:1 12418:1 12443:1 12501:2 12544:1 12556:3 12592:1 12637:1 12648:1 12727:1 12905:1 13117:1 13131:1 13134:1 13167:1 13170:1 13318:2 13324:1 13344:1 13350:1 13394:1 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:4 13839:1 13853:1 13916:1 13925:1 14024:1 14033:1 14080:1 14095:1 14110:1 14161:2 14211:1 14218:1 14255:1 14318:1 14329:1 14374:1 14402:2 14437:1 14499:1 14534:1 14575:1 14654:1 14660:1 14675:1 14678:1 14691:1 14740:1 14743:1 14770:1 14856:1 14951:1 14954:1 14955:1 14966:1 15083:2 15134:1 15166:1 15169:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:1 15309:1 15359:1 15378:1 15404:1 15407:1 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15617:1 15630:1 15677:1 15683:1 15793:1 15820:2 15855:1 15879:3 15884:1 15957:1 15961:1 15964:1 15965:2 15979:2 15997:1 16016:1 16074:5 16107:1 16213:1 16223:2 16264:1 16265:1 16268:1 16356:1 16368:1 16427:1 16451:1 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:1 16636:1 16656:2 16667:1 16702:1 16705:1 16710:1 16723:1 16726:1 16755:1 16808:1 16865:1 16913:2 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17213:1 17214:1 17393:2 17434:1 17467:1 17484:1 17574:1 17586:1 17609:1 17683:1 17687:1 17729:1 17778:1 17829:1 17920:1 17926:2 18017:1 18082:1 18107:1 18113:1 18131:1 18155:1 18179:1 18234:1 18293:2 18300:1 18311:1 18421:1 18441:1 18489:1 18524:1 18589:1 18616:1 18694:1 18708:1 18718:2 18782:2 18790:1 18809:1 18824:1 18839:8 18841:1 18895:1 18966:1 18969:1 18987:2 18989:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:3 19220:1 19224:1 19238:2 19253:1 19260:1 19279:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:1 19396:1 19413:1 19584:1 19595:1 19632:1 19636:1 19638:1 19654:1 19734:1 19869:1 19879:1 19892:1 19950:1 19956:1 19960:1 20052:1 20054:1 20063:1 20102:1 20125:1 20134:1 20149:1 20214:1 20252:2 20259:1 20275:1 20324:1 20329:1 20423:2 20451:1 20457:2 20467:1 20493:1 20523:1 20537:1 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20776:1 20786:1 20811:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21055:2 21091:1 21125:1 21133:1 21136:1 21198:1 21265:1 21304:1 21338:1 21340:1 21366:1 21370:1 21389:1 21488:1 21489:1 21509:1 21586:1 21606:4 21633:1 21701:1 21722:1 21769:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22011:1 22027:1 22072:1 22103:1 22126:2 22155:1 22164:2 22179:1 22182:1 22234:1 22255:2 22266:1 22372:1 22423:1 22471:1
10 8:1 10:3 12:1 32:2 84:1 96:1 136:1 168:1 341:2 354:2 408:1 412:1 424:1 479:1 583:1 715:1 789:1 790:1 829:1 856:1 945:1 969:1 984:1 1049:1 1123:2 1158:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1367:1 1388:1 1390:2 1428:1 1433:1 1452:2 1457:1 1469:2 1501:1 1518:2 1536:1 1539:1 1542:3 1586:1 1590:1 1628:2 1631:1 1640:1 1668:1 1673:1 1674:1 1723:2 1725:1 1727:1 1752:2 1897:1 1908:1 1915:1 1932:2 1933:1 1942:1 2029:1 2056:1 2074:1 2109:1 2175:1 2189:1 2215:2 2265:1 2272:1 2276:1 2282:1 2288:2 2345:1 2380:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:2 2643:1 2754:2 2776:1 2784:1 2835:1 2849:2 2854:3 2880:2 2886:1 2902:2 2973:1 2988:1 3059:2 3147:1 3285:2 3334:3 3344:1 3408:2 3412:2 3454:1 3486:1 3493:1 3502:2 3513:1 3530:1 3566:1 3588:1 3680:1 3682:5 3694:1 3722:2 3771:1 3810:1 3834:1 3855:1 3981:1 4045:1 4062:1 4095:1 4131:2 4144:1 4181:2 4190:1 4264:1 4286:2 4288:1 4389:1 4394:1 4453:3 4467:2 4470:2 4498:1 4514:1 4540:1 4544:3 4566:1 4630:2 4634:1 4663:1 4741:1 4783:1 4821:1 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:2 5249:1 5312:1 5340:1 5389:1 5405:1 5407:1 5495:1 5514:1 5590:1 5603:2 5640:1 5654:2 5688:1 5720:1 5739:1 5793:1 5843:1 5867:1 5877:478 5912:1 5940:1 5974:2 6155:1 6229:1 6246:1 6254:1 6272:1 6284:1 6331:1 6361:1 6427:1 6433:1 6440:1 6444:8 6468:1 6476:1 6477:1 6501:1 6653:2 6657:1 6706:1 6818:1 6826:1 6868:2 6885:1 6936:3 6946:1 6959:2 6998:1 7053:1 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7170:1 7183:1 7222:1 7240:3 7251:1 7268:2 7275:1 7278:1 7286:1 7372:1 7400:1 7428:1 7432:2 7438:1 7466:2 7475:2 7494:1 7530:1 7619:1 7666:1 7699:1 7807:2 7869:1 7887:1 7898:2 7933:1 8039:2 8040:1 8069:1 8123:1 8143:1 8156:1 8174:1 8189:1 8215:1 8222:1 8252:1 8254:1 8259:1 8424:1 8480:1 8545:1 8553:2 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8765:1 8772:8 8803:2 8858:1 8866:2 9051:2 9053:2 9082:1 9106:1 9171:1 9244:1 9422:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9592:1 9602:1 9632:2 9707:1 9722:1 9735:1 9752:2 9805:1 9827:9 9864:1 9942:2 10022:2 10050:1 10189:1 10231:2 10244:1 10245:1 10259:5 10282:1 10322:1 10334:1 10354:1 10384:3 10406:3 10426:1 10437:1 10446:1 10545:1 10566:2 10574:1 10579:1 10646:1 10720:2 10766:1 10778:1 10809:1 10827:3 10871:1 10899:1 10962:1 10975:1 11002:1 11047:1 11166:2 11269:1 11304:8 11320:1 11339:1 11340:2 11409:2 11423:1 11429:1 11547:1 11605:2 11607:1 11632:1 11695:1 11732:2 11751:1 11758:1 11760:1 11773:2 11804:5 11808:2 11812:1 11825:6 11864:1 11866:1 11906:1 12065:1 12066:1 12163:1 12265:1 12272:1 12285:2 12297:4 12322:2 12378:1 12394:1 12395:1 12418:1 12443:1 12501:2 12544:1 12556:3 12592:1 12637:1 12648:2 12727:2 12809:1 12854:1 12905:1 13117:1 13131:1 13134:1 13167:1 13170:1 13318:2 13324:2 13344:1 13350:1 13394:1 13398:1 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:4 13839:1 13853:1 13868:1 13916:1 13925:1 14024:1 14033:1 14080:1 14095:2 14110:1 14161:2 14211:1 14218:1 14255:1 14318:1 14329:1 14345:1 14367:1 14374:1 14402:2 14437:1 14499:1 14534:1 14575:1 14654:1 14660:1 14675:1 14678:1 14691:1 14740:1 14743:1 14770:1 14856:1 14908:1 14951:1 14954:1 14955:2 14966:2 15005:1 15083:2 15134:1 15166:1 15169:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:1 15307:1 15309:1 15359:1 15378:1 15404:1 15407:2 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15617:1 15630:1 15677:1 15683:1 15793:1 15820:2 15855:1 15879:4 15884:1 15957:1 15961:1 15964:1 15965:2 15979:2 15997:1 16016:2 16074:5 16107:1 16213:1 16223:2 16264:1 16265:1 16268:1 16356:1 16368:1 16427:1 16451:2 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:1 16636:1 16656:2 16667:1 16702:2 16705:1 16710:1 16723:1 16726:1 16755:1 16808:1 16865:1 16913:2 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17213:1 17214:1 17393:2 17434:1 17467:1 17484:1 17569:1 17574:1 17586:1 17609:1 17618:1 17642:1 17683:1 17687:1 17729:1 17778:1 17829:2 17920:1 17926:2 18017:1 18082:2 18107:2 18113:1 18131:1 18155:1 18179:1 18234:1 18293:2 18300:1 18311:1 18421:1 18441:1 18489:1 18524:1 18589:2 18616:1 18694:1 18708:1 18718:2 18782:2 18790:1 18809:1 18824:1 18839:8 18841:1 18895:1 18966:1 18969:1 18987:2 18989:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:3 19220:1 19224:1 19238:2 19253:1 19260:1 19279:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:2 19396:1 19397:1 19413:1 19584:1 19595:1 19632:1 19636:1 19638:1 19654:1 19734:1 19869:1 19879:1 19892:1 19950:1 19956:1 19960:1 20052:1 20054:2 20063:1 20102:1 20125:1 20134:1 20149:1 20214:1 20252:2 20259:1 20275:1 20324:1 20329:1 20423:2 20451:1 20457:2 20467:1 20493:1 20523:1 20537:2 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20776:1 20786:1 20811:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21125:1 21133:1 21136:1 21198:1 21265:1 21304:1 21338:1 21340:1 21366:1 21370:1 21389:1 21488:1 21489:1 21509:1 21586:1 21606:4 21633:1 21701:1 21722:1 21747:1 21769:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22011:1 22027:1 22072:1 22103:1 22126:2 22155:1 22164:2 22179:1 22182:1 22214:1 22234:1 22255:2 22266:1 22299:1 22372:1 22423:1 22471:1
10 8:1 10:3 12:1 32:2 84:1 96:1 136:1 168:1 341:3 354:2 408:1 412:1 424:1 479:1 583:1 680:1 715:1 789:1 790:1 828:1 829:1 856:1 945:1 969:1 984:1 1049:1 1123:2 1158:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1330:1 1367:1 1388:1 1390:2 1428:1 1433:1 1452:2 1457:1 1469:2 1501:1 1518:2 1536:1 1539:1 1542:3 1586:1 1590:1 1628:2 1631:1 1640:1 1668:1 1673:1 1674:1 1723:2 1725:1 1727:1 1752:2 1897:1 1908:1 1915:1 1932:2 1933:1 1942:1 2029:1 2056:1 2074:1 2109:1 2175:1 2189:1 2215:2 2265:1 2272:1 2276:1 2282:1 2288:2 2345:1 2380:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:3 2643:1 2754:2 2776:1 2784:1 2835:1 2849:2 2854:3 2880:2 2886:1 2902:2 2973:1 2988:1 3059:2 3147:1 3241:1 3285:2 3334:3 3344:1 3408:2 3412:2 3454:1 3486:1 3493:1 3498:1 3502:2 3513:1 3530:1 3566:1 3588:1 3680:1 3682:5 3694:1 3722:2 3771:1 3810:1 3834:1 3855:1 3862:1 3981:1 4045:1 4062:1 4094:1 4095:1 4131:2 4144:1 4181:3 4190:1 4264:1 4286:2 4288:1 4382:1 4389:1 4394:1 4453:4 4467:2 4470:2 4498:1 4514:1 4540:1 4544:3 4566:1 4630:3 4634:1 4663:1 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:3 5249:1 5312:1 5340:1 5389:1 5405:1 5407:1 5495:1 5514:1 5590:1 5603:2 5640:1 5654:2 5688:1 5720:1 5739:1 5779:1 5793:1 5843:1 5867:1 5877:534 5912:1 5940:1 5974:2 6155:1 6229:1 6246:1 6254:1 6272:1 6284:1 6331:1 6361:1 6427:1 6433:1 6440:1 6444:8 6468:1 6476:1 6477:1 6501:1 6653:2 6657:1 6706:1 6818:1 6824:1 6826:1 6868:2 6885:1 6936:3 6946:1 6959:2 6998:1 7053:1 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7170:1 7183:1 7203:1 7222:1 7240:3 7251:1 7268:2 7275:1 7278:1 7286:2 7372:1 7400:1 7428:1 7432:2 7438:1 7466:2 7475:2 7494:1 7530:1 7619:1 7666:1 7699:1 7807:2 7869:1 7881:1 7887:1 7898:2 7933:1 8039:2 8040:1 8069:1 8089:1 8123:1 8143:1 8154:1 8156:1 8174:1 8189:1 8215:1 8222:1 8252:1 8254:1 8259:1 8378:1 8424:1 8480:1 8545:1 8553:2 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8765:1 8772:8 8803:2 8858:1 8866:2 9051:2 9053:2 9067:1 9082:1 9106:1 9171:1 9201:1 9244:1 9422:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9592:1 9602:1 9632:2 9707:1 9722:1 9735:1 9752:3 9805:1 9827:9 9864:1 9942:2 9973:1 10022:2 10050:1 10189:1 10231:2 10244:1 10245:1 10259:5 10282:1 10322:1 10334:1 10354:1 10384:3 10393:1 10406:3 10426:1 10437:1 10446:1 10545:1 10566:2 10574:1 10579:1 10646:1 10720:2 10766:1 10778:1 10802:1 10809:1 10827:3 10871:1 10899:1 10962:1 10975:1 11002:1 11047:1 11166:2 11269:1 11304:8 11320:1 11339:1 11340:2 11409:2 11423:1 11429:1 11547:1 11605:2 11607:1 11632:1 11695:1 11732:2 11733:1 11751:1 11758:1 11760:1 11773:2 11804:5 11808:2 11812:1 11825:6 11864:2 11866:1 11906:1 12022:1 12034:1 12065:1 12066:1 12163:1 12265:1 12272:1 12285:2 12297:4 12322:2 12378:1 12394:1 12395:1 12418:1 12443:1 12501:2 12544:1 12556:3 12592:1 12637:1 12648:3 12727:3 12809:1 12814:1 12854:1 12905:1 13091:1 13117:1 13131:1 13134:1 13167:1 13170:1 13318:2 13324:2 13344:1 13350:1 13394:1 13398:1 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:4 13839:1 13853:1 13868:1 13916:1 13925:1 14024:1 14033:1 14080:1 14095:3 14110:1 14161:2 14211:1 14218:1 14255:1 14318:1 14329:1 14345:1 14367:1 14374:1 14402:2 14437:1 14499:1 14534:1 14575:1 14654:1 14660:1 14675:1 14678:1 14691:1 14740:1 14743:1 14770:1 14788:1 14856:1 14864:1 14908:1 14951:1 14954:1 14955:3 14966:3 15005:1 15083:2 15134:1 15166:1 15169:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:1 15307:1 15309:1 15359:1 15378:1 15386:1 15404:1 15407:3 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15677:1 15683:1 15793:1 15820:2 15855:1 15879:4 15884:1 15957:1 15961:1 15964:1 15965:2 15979:2 15997:1 16016:3 16026:1 16074:5 16107:1 16213:1 16223:2 16264:1 16265:1 16268:1 16356:1 16368:1 16427:1 16451:3 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:1 16636:1 16639:1 16656:2 16667:1 16702:3 16705:1 16710:1 16723:1 16726:1 16746:1 16755:1 16808:1 16865:1 16913:2 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17213:1 17214:1 17393:2 17434:1 17467:1 17484:1 17569:1 17574:1 17586:1 17609:1 17618:1 17642:1 17683:1 17687:1 17729:1 17778:1 17829:3 17844:1 17914:1 17920:1 17926:2 18017:1 18082:3 18107:3 18113:1 18131:1 18155:1 18179:1 18204:1 18234:1 18293:2 18300:1 18311:1 18421:1 18441:1 18489:1 18524:1 18589:3 18616:1 18694:1 18708:1 18718:2 18782:3 18790:1 18809:1 18824:1 18839:8 18841:1 18895:1 18966:1 18969:1 18987:2 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:3 19220:1 19224:1 19237:1 19238:2 19253:1 19260:2 19279:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:3 19396:1 19397:1 19413:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19654:1 19734:2 19869:1 19879:1 19892:1 19924:1 19950:1 19953:1 19956:1 19960:1 20052:1 20054:3 20063:1 20075:1 20102:1 20125:1 20134:1 20149:1 20214:1 20252:2 20259:1 20275:1 20324:1 20329:1 20423:2 20451:1 20457:2 20467:1 20493:1 20523:1 20537:3 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20776:1 20786:1 20811:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21125:1 21133:1 21136:1 21198:1 21265:1 21304:1 21338:1 21340:1 21366:1 21370:1 21389:1 21488:1 21489:1 21509:1 21586:1 21606:4 21633:1 21701:1 21722:1 21747:1 21769:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22011:1 22027:1 22072:1 22103:1 22126:2 22155:1 22164:2 22179:1 22182:1 22214:1 22234:1 22255:2 22266:1 22299:1 22372:1 22423:1 22471:1
10 8:1 10:3 12:1 32:2 84:1 91:1 96:1 136:1 168:1 341:4 354:3 376:1 408:1 412:1 424:1 479:1 583:1 680:1 715:1 789:1 790:1 828:1 829:1 856:1 945:1 969:1 984:1 1049:1 1123:3 1158:1 1172:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1330:1 1367:1 1388:1 1390:2 1428:1 1433:1 1452:2 1457:1 1469:2 1501:1 1518:2 1536:1 1539:1 1542:3 1586:1 1590:1 1628:2 1631:1 1640:1 1668:1 1673:1 1674:1 1723:2 1725:1 1727:1 1752:2 1897:1 1899:1 1908:1 1915:1 1926:1 1932:2 1933:1 1942:1 1965:1 2027:1 2029:1 2056:1 2074:1 2109:1 2175:1 2189:1 2215:2 2265:1 2272:1 2276:1 2282:1 2288:2 2345:1 2380:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:3 2643:1 2754:2 2776:1 2784:1 2827:1 2835:1 2849:2 2854:3 2880:2 2886:3 2902:2 2973:1 2988:1 3059:2 3147:1 3241:1 3285:3 3334:3 3344:1 3396:1 3408:2 3412:2 3454:1 3486:1 3493:1 3498:1 3502:2 3513:1 3530:1 3566:1 3588:1 3680:1 3682:5 3694:1 3722:2 3771:1 3810:1 3834:1 3855:1 3862:1 3981:1 4045:1 4062:1 4073:1 4094:1 4095:1 4131:2 4144:1 4181:4 4190:1 4264:1 4286:2 4288:1 4382:1 4389:1 4394:1 4453:4 4467:2 4470:2 4498:1 4514:1 4540:1 4544:3 4566:1 4630:4 4634:1 4663:1 4704:1 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:4 5249:1 5312:1 5340:1 5389:1 5405:1 5407:1 5478:1 5495:1 5514:1 5533:1 5590:1 5603:2 5640:1 5654:2 5688:1 5720:1 5739:1 5779:1 5793:1 5843:1 5867:1 5877:570 5912:1 5940:1 5974:2 6155:1 6229:1 6246:1 6254:1 6272:1 6284:1 6331:1 6347:1 6361:1 6427:1 6433:1 6440:1 6444:8 6468:1 6476:1 6477:1 6501:1 6545:1 6653:2 6657:1 6706:1 6818:1 6824:1 6826:1 6868:2 6885:1 6936:3 6946:1 6959:2 6998:1 7053:1 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7170:1 7183:1 7203:1 7222:1 7233:1 7240:3 7251:1 7268:2 7275:1 7278:1 7286:3 7372:1 7400:1 7423:1 7428:1 7432:2 7438:1 7466:2 7475:2 7494:1 7530:1 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7881:1 7887:1 7894:1 7898:2 7933:1 8039:2 8040:1 8069:1 8089:1 8123:1 8143:1 8154:1 8156:1 8174:1 8189:1 8215:2 8222:1 8252:1 8254:1 8259:1 8268:2 8378:1 8424:1 8480:1 8545:1 8553:2 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8765:1 8772:8 8803:3 8858:1 8866:2 8944:1 9051:3 9053:2 9067:1 9082:1 9106:1 9171:1 9201:1 9244:1 9422:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9583:1 9592:1 9602:1 9632:2 9707:1 9722:1 9735:1 9752:4 9805:1 9827:9 9864:1 9942:2 9973:1 10022:2 10050:1 10189:1 10231:2 10244:1 10245:1 10259:5 10282:1 10322:1 10334:1 10354:1 10384:3 10393:1 10406:3 10426:1 10427:1 10437:1 10446:1 10545:1 10566:2 10574:1 10579:2 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10802:1 10809:1 10827:3 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11047:1 11166:2 11269:1 11304:8 11320:1 11339:1 11340:2 11409:2 11423:1 11429:1 11541:1 11547:1 11605:2 11607:1 11632:1 11695:1 11732:2 11733:1 11738:1 11751:1 11758:1 11760:1 11773:2 11804:5 11808:2 11812:1 11825:6 11864:2 11866:1 11906:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12242:1 12265:1 12272:1 12285:2 12292:1 12297:4 12322:2 12378:1 12394:1 12395:2 12418:1 12443:1 12496:1 12501:2 12544:1 12556:4 12592:1 12637:1 12648:4 12727:4 12809:2 12814:1 12854:2 12905:1 12983:2 13091:1 13117:1 13131:1 13134:1 13167:1 13170:1 13246:1 13318:2 13324:2 13344:1 13350:1 13394:1 13398:2 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:4 13839:1 13853:1 13868:2 13916:1 13925:1 14024:1 14033:1 14080:1 14095:4 14110:1 14161:2 14211:1 14218:1 14255:1 14318:1 14329:1 14345:1 14367:3 14374:1 14402:2 14427:1 14437:1 14499:1 14534:1 14575:1 14654:1 14660:1 14675:2 14678:1 14691:1 14740:1 14743:1 14770:1 14788:1 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14954:1 14955:4 14966:4 15005:1 15083:2 15134:1 15166:2 15169:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:1 15307:1 15309:1 15312:1 15359:1 15378:1 15386:1 15404:1 15407:4 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15677:1 15683:1 15793:1 15820:2 15855:1 15879:4 15884:1 15957:1 15961:1 15964:1 15965:2 15979:2 15997:1 16016:4 16026:1 16074:5 16107:1 16213:1 16219:2 16223:2 16264:1 16265:1 16268:1 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:4 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:1 16636:1 16639:1 16656:2 16667:1 16702:4 16705:1 16710:1 16723:1 16726:1 16746:1 16755:1 16808:1 16865:1 16913:2 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17213:1 17214:1 17393:2 17434:1 17467:1 17484:1 17569:2 17574:1 17586:1 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17778:1 17829:4 17844:1 17914:1 17920:1 17926:2 18017:1 18082:4 18107:4 18113:1 18131:1 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18234:1 18293:2 18300:1 18311:1 18421:1 18441:1 18489:1 18524:1 18589:4 18616:1 18694:1 18708:1 18718:2 18782:3 18790:1 18809:1 18824:1 18839:8 18841:1 18844:1 18895:1 18966:1 18969:1 18975:1 18987:2 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:3 19178:1 19184:1 19220:1 19224:1 19237:1 19238:2 19253:1 19260:2 19279:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:4 19396:1 19397:2 19413:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19654:1 19734:2 19807:1 19869:1 19879:1 19892:1 19924:1 19950:1 19953:1 19956:1 19960:1 20052:1 20054:4 20063:1 20075:1 20083:1 20102:1 20125:1 20134:1 20149:1 20214:1 20252:2 20259:1 20275:1 20324:1 20329:1 20349:1 20354:1 20423:2 20451:1 20457:2 20467:1 20493:1 20523:1 20537:3 20542:1 20560:1 20565:1 20608:1 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20776:1 20786:1 20811:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21125:1 21133:1 21136:1 21198:1 21265:1 21304:1 21338:1 21340:1 21366:1 21370:1 21389:1 21488:1 21489:1 21498:1 21509:1 21586:1 21606:4 21633:2 21701:1 21722:1 21747:1 21769:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22072:1 22103:1 22126:2 22155:1 22164:2 22179:1 22182:1 22214:1 22234:1 22255:2 22266:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22516:1
10 8:1 10:3 12:1 32:2 84:1 91:1 96:1 136:1 168:1 333:1 341:5 354:3 376:1 408:1 412:1 424:1 476:1 479:1 583:1 680:1 715:1 789:1 790:1 828:2 829:1 856:1 945:1 969:1 984:1 1049:2 1063:1 1123:3 1124:1 1158:1 1172:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1330:1 1347:1 1367:1 1388:1 1390:2 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1536:1 1539:1 1542:3 1586:1 1590:1 1628:2 1631:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:3 1725:1 1727:1 1752:2 1897:1 1899:1 1907:1 1908:1 1915:1 1926:1 1932:2 1933:1 1942:1 1965:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2215:2 2265:1 2272:1 2276:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:3 2643:1 2754:2 2776:1 2784:1 2827:1 2835:1 2849:2 2854:3 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3147:1 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3486:1 3493:1 3498:1 3502:2 3513:1 3530:1 3566:1 3588:1 3680:1 3682:5 3694:1 3722:2 3771:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:1 3981:1 4045:1 4053:1 4060:1 4062:1 4073:1 4094:1 4095:1 4131:2 4144:1 4181:5 4190:1 4264:1 4286:4 4288:1 4382:2 4389:1 4394:1 4453:4 4461:1 4467:2 4470:2 4493:1 4497:1 4498:1 4514:1 4525:1 4540:1 4544:3 4566:1 4571:1 4630:5 4634:1 4663:1 4704:2 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5249:1 5312:1 5340:1 5357:1 5389:1 5405:1 5407:1 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5603:2 5640:2 5654:3 5688:1 5720:1 5739:1 5779:1 5793:1 5808:1 5843:1 5867:1 5877:644 5912:1 5940:1 5974:2 6155:1 6229:1 6230:1 6246:1 6254:1 6272:1 6284:1 6331:1 6347:1 6361:1 6427:1 6433:1 6440:1 6444:8 6468:1 6476:1 6477:1 6501:1 6545:1 6653:2 6657:1 6706:1 6780:2 6818:1 6824:1 6826:1 6865:1 6868:2 6885:1 6936:3 6946:1 6959:2 6998:1 7053:1 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7170:1 7183:1 7203:1 7222:1 7233:2 7240:3 7251:1 7268:2 7275:1 7278:1 7286:3 7301:1 7372:1 7400:1 7423:1 7428:1 7432:2 7438:1 7466:2 7475:2 7494:1 7530:1 7565:1 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7881:1 7887:1 7894:1 7898:2 7906:1 7933:1 8039:2 8040:1 8069:1 8089:1 8123:1 8143:1 8154:1 8156:1 8174:1 8189:1 8215:2 8222:1 8252:1 8254:1 8259:1 8268:2 8378:1 8424:1 8480:1 8545:1 8553:2 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8749:1 8765:1 8772:8 8803:3 8858:1 8866:2 8944:1 8974:1 9051:3 9053:2 9067:1 9082:1 9106:1 9171:1 9201:1 9244:1 9279:1 9422:1 9432:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9632:2 9707:1 9722:1 9735:1 9752:5 9805:1 9827:9 9864:1 9942:2 9973:1 10022:2 10050:1 10189:1 10231:2 10244:1 10245:1 10259:5 10282:1 10322:1 10328:1 10334:1 10354:1 10384:3 10391:1 10393:1 10406:3 10426:1 10427:2 10437:1 10446:1 10545:1 10566:2 10574:1 10579:2 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10802:1 10809:1 10827:3 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11047:1 11166:2 11269:1 11304:8 11320:1 11339:1 11340:2 11390:1 11409:2 11423:1 11429:1 11541:1 11547:1 11600:1 11605:2 11607:1 11632:1 11695:1 11732:3 11733:1 11738:1 11751:1 11758:1 11760:1 11773:2 11803:1 11804:5 11808:2 11812:1 11825:6 11864:2 11866:1 11906:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12242:1 12265:1 12272:1 12285:2 12292:1 12297:4 12322:2 12378:1 12394:1 12395:2 12418:1 12443:1 12496:1 12501:2 12544:1 12556:4 12592:1 12595:1 12624:1 12637:1 12648:5 12727:5 12809:2 12814:1 12854:2 12905:1 12983:2 13091:1 13117:1 13131:1 13134:1 13167:1 13170:1 13184:1 13246:1 13318:3 13324:2 13344:1 13350:1 13394:1 13398:2 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:4 13839:1 13853:1 13868:2 13878:1 13916:1 13925:1 14024:1 14033:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:1 14218:1 14255:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14402:2 14418:1 14427:1 14437:1 14448:1 14449:1 14456:1 14499:1 14534:1 14575:1 14654:2 14660:1 14675:2 14678:1 14691:1 14736:1 14740:1 14743:1 14770:1 14788:2 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14954:1 14955:5 14966:5 15005:1 15083:2 15134:2 15139:1 15166:2 15169:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:1 15307:1 15309:1 15312:1 15359:1 15378:1 15386:1 15404:1 15407:5 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:4 15884:1 15957:1 15961:1 15964:1 15965:2 15979:4 15997:1 16009:1 16016:5 16026:1 16074:5 16107:1 16213:1 16219:2 16223:2 16261:1 16264:1 16265:1 16268:1 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:1 16636:1 16639:1 16656:4 16667:1 16702:5 16705:1 16710:1 16723:1 16726:1 16746:1 16755:1 16808:1 16865:1 16913:2 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17213:1 17214:1 17393:2 17434:1 17467:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17778:1 17829:5 17844:1 17914:1 17920:1 17926:2 18017:1 18082:5 18107:5 18113:1 18131:1 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18234:1 18293:2 18300:1 18311:1 18421:1 18441:1 18489:1 18524:1 18561:1 18589:5 18616:1 18669:1 18694:1 18708:1 18718:2 18782:3 18790:1 18809:1 18824:1 18839:8 18841:1 18844:1 18895:1 18966:1 18969:1 18975:1 18987:3 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:3 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19260:2 19263:1 19279:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:5 19396:1 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19654:1 19734:2 19807:1 19869:1 19879:1 19892:1 19924:1 19950:1 19953:1 19956:1 19960:1 20052:1 20054:5 20063:1 20075:1 20083:1 20102:1 20125:1 20134:1 20149:1 20182:1 20214:1 20252:2 20259:1 20275:1 20324:1 20329:1 20349:1 20354:1 20423:2 20443:1 20451:1 20457:2 20467:1 20493:1 20523:1 20537:3 20542:1 20560:1 20565:1 20608:2 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20776:1 20786:1 20811:1 20871:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21125:1 21133:1 21136:1 21143:1 21187:1 21198:1 21265:1 21304:1 21338:1 21340:1 21366:1 21370:1 21389:1 21488:1 21489:1 21498:2 21509:1 21586:1 21606:4 21633:2 21701:1 21722:1 21747:1 21769:1 21784:1 21809:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22072:1 22103:1 22126:2 22155:1 22164:2 22179:1 22182:1 22214:1 22234:1 22255:2 22266:1 22295:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22516:1
10 8:1 10:3 12:1 32:2 84:1 91:1 96:1 136:1 168:1 333:1 341:5 354:3 360:1 376:1 408:1 412:1 424:1 476:1 479:1 583:1 680:1 715:1 789:1 790:1 828:2 829:1 856:1 945:1 969:1 984:1 1049:2 1063:2 1123:3 1124:1 1158:1 1172:1 1174:1 1229:1 1296:1 1308:2 1313:1 1319:1 1330:1 1347:1 1367:1 1384:1 1388:1 1390:3 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1536:1 1539:1 1542:3 1560:1 1586:1 1590:1 1628:2 1631:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:3 1725:1 1727:1 1752:2 1764:1 1814:1 1897:1 1899:1 1907:1 1908:1 1915:1 1926:1 1932:2 1933:1 1942:1 1965:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2215:2 2265:1 2272:1 2276:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:3 2643:1 2754:2 2776:1 2784:1 2805:1 2827:1 2835:1 2849:2 2854:3 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3147:1 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3486:1 3493:1 3498:1 3502:2 3505:1 3513:1 3530:1 3566:1 3588:1 3674:1 3680:1 3682:5 3694:1 3722:2 3771:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:2 3981:1 4045:1 4053:2 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:1 4131:2 4144:1 4181:5 4190:1 4264:1 4286:4 4288:1 4382:2 4389:1 4394:1 4453:4 4461:1 4467:2 4470:2 4493:1 4497:1 4498:1 4514:1 4525:1 4540:1 4544:3 4566:1 4571:1 4630:5 4634:1 4663:1 4704:2 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 5042:1 5064:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5249:1 5312:1 5340:1 5357:1 5389:1 5405:1 5407:1 5444:1 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5603:2 5640:2 5654:3 5688:1 5720:1 5739:1 5779:1 5793:1 5808:1 5843:1 5867:1 5877:662 5912:1 5940:1 5974:2 6155:1 6229:1 6230:1 6246:1 6254:1 6272:1 6284:1 6309:1 6331:1 6347:1 6361:1 6427:1 6433:1 6440:1 6444:8 6468:1 6476:1 6477:1 6501:1 6545:1 6653:2 6657:1 6706:1 6780:2 6818:1 6824:1 6826:1 6865:1 6868:2 6885:2 6936:3 6946:1 6959:2 6998:1 7053:1 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:1 7170:1 7183:1 7203:1 7222:1 7233:2 7240:3 7251:1 7268:2 7275:1 7278:1 7286:3 7301:1 7372:1 7400:1 7423:1 7428:1 7432:2 7438:2 7466:2 7475:2 7494:1 7530:1 7565:1 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7881:1 7887:1 7894:1 7898:2 7906:1 7933:1 8039:2 8040:1 8069:1 8089:1 8123:1 8143:1 8154:1 8156:1 8174:1 8189:1 8215:2 8222:1 8252:1 8254:1 8259:1 8268:2 8347:1 8378:1 8424:1 8480:1 8545:1 8553:2 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8749:1 8765:1 8772:8 8803:3 8858:1 8866:2 8944:1 8974:1 9051:3 9053:2 9067:1 9082:1 9106:1 9171:1 9201:1 9244:1 9279:1 9422:1 9432:1 9449:1 9470:1 9473:1 9500:1 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9632:2 9707:1 9722:1 9735:1 9752:5 9805:1 9827:9 9864:1 9942:2 9973:1 10022:2 10050:1 10189:1 10231:2 10244:1 10245:1 10259:5 10282:1 10322:1 10328:1 10334:1 10354:1 10384:3 10391:1 10393:1 10406:3 10426:1 10427:2 10437:1 10446:1 10545:1 10566:2 10574:1 10579:2 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10802:1 10809:1 10827:3 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11047:1 11166:2 11267:1 11269:1 11304:8 11320:1 11339:1 11340:2 11390:1 11409:2 11423:1 11429:1 11541:1 11547:1 11600:1 11605:2 11607:1 11632:1 11695:1 11732:3 11733:1 11738:1 11751:1 11758:1 11760:1 11773:2 11803:1 11804:5 11808:2 11812:1 11825:7 11864:2 11866:1 11906:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12242:1 12265:1 12272:1 12285:2 12292:1 12297:4 12322:2 12378:1 12394:2 12395:2 12418:1 12443:1 12496:1 12501:2 12544:1 12556:4 12592:1 12595:1 12624:1 12637:1 12648:5 12727:5 12809:2 12814:1 12854:2 12905:1 12983:2 13091:1 13117:1 13131:1 13134:1 13167:1 13170:1 13184:1 13246:1 13318:3 13324:2 13344:1 13350:1 13394:1 13398:2 13457:1 13482:1 13514:1 13565:1 13691:1 13703:1 13722:1 13740:2 13787:4 13839:1 13853:1 13868:2 13878:1 13916:1 13925:1 14024:1 14030:1 14033:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:1 14218:1 14255:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14402:2 14418:1 14427:1 14437:1 14448:1 14449:1 14456:1 14499:1 14534:1 14575:1 14654:2 14660:1 14675:2 14678:1 14691:1 14736:1 14740:1 14743:1 14770:1 14788:2 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14954:1 14955:5 14966:5 15005:1 15083:2 15134:2 15139:1 15166:2 15169:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:1 15307:1 15309:1 15312:1 15359:1 15378:1 15386:1 15404:1 15407:5 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:4 15884:2 15957:1 15961:1 15964:1 15965:2 15979:4 15994:1 15997:1 16009:1 16016:5 16026:1 16074:5 16107:1 16117:1 16208:1 16213:1 16219:2 16223:2 16261:1 16264:1 16265:1 16268:1 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:1 16636:1 16639:1 16656:4 16667:1 16702:5 16705:1 16710:1 16723:1 16726:1 16746:1 16755:1 16808:1 16858:1 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17213:1 17214:1 17393:2 17434:1 17456:1 17467:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17778:1 17829:5 17844:1 17914:1 17920:1 17926:2 18017:1 18082:5 18107:5 18113:1 18131:1 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18234:1 18293:2 18300:1 18311:1 18421:1 18441:1 18489:1 18524:1 18561:1 18589:5 18616:1 18669:1 18694:1 18708:1 18718:2 18782:3 18790:1 18809:1 18824:1 18839:8 18841:1 18844:1 18895:1 18966:1 18969:1 18975:1 18987:3 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:4 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19260:2 19263:1 19279:1 19281:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:5 19396:1 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19654:1 19734:2 19807:1 19869:1 19879:1 19892:1 19924:1 19950:1 19953:1 19956:1 19960:1 20052:1 20054:5 20063:1 20075:1 20083:1 20102:1 20125:1 20134:2 20149:1 20182:1 20214:1 20252:2 20259:1 20275:1 20324:1 20329:1 20349:1 20354:1 20396:1 20403:1 20423:2 20443:1 20451:1 20457:2 20467:1 20493:1 20523:1 20537:3 20542:1 20560:1 20565:1 20608:2 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20747:1 20776:1 20786:1 20811:1 20871:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21125:1 21133:1 21136:1 21143:1 21187:1 21198:1 21265:1 21304:1 21338:1 21340:1 21366:1 21370:1 21389:1 21488:1 21489:2 21498:2 21509:1 21586:1 21606:4 21633:2 21701:1 21722:1 21747:1 21769:1 21784:1 21809:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22072:2 22103:1 22126:2 22155:1 22164:2 22179:1 22182:1 22214:1 22234:1 22255:2 22266:1 22295:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22516:1
10 8:1 10:3 12:1 19:1 32:2 84:1 91:1 96:2 136:1 168:1 333:1 341:5 354:3 360:1 376:1 408:1 412:1 424:1 476:1 479:1 583:1 680:1 715:1 789:1 790:1 822:1 828:3 829:1 856:2 945:1 969:1 973:1 984:1 1042:1 1049:2 1063:2 1123:3 1124:1 1158:1 1172:1 1174:1 1229:1 1296:1 1308:2 1313:2 1319:1 1330:1 1347:1 1367:1 1384:1 1388:1 1390:3 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:3 1560:1 1586:1 1590:1 1628:2 1631:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:3 1725:1 1727:1 1752:2 1764:1 1814:1 1897:1 1899:1 1907:1 1908:1 1915:1 1926:1 1932:2 1933:1 1942:1 1965:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2215:3 2265:1 2271:1 2272:1 2276:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:3 2643:1 2715:1 2754:2 2776:1 2784:1 2805:1 2827:1 2835:1 2849:2 2854:4 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3147:2 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3486:1 3493:1 3498:1 3502:2 3505:1 3513:1 3530:1 3566:1 3588:1 3601:1 3674:1 3680:1 3682:5 3694:1 3722:2 3771:1 3802:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:2 3981:1 4045:1 4053:2 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:1 4131:2 4144:1 4181:5 4190:1 4264:1 4286:4 4288:1 4382:3 4389:1 4394:1 4453:4 4461:1 4467:2 4470:2 4493:1 4497:1 4498:1 4514:1 4525:1 4540:1 4544:3 4566:1 4571:1 4630:5 4634:1 4636:1 4652:1 4663:1 4704:2 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 4945:1 4987:1 5042:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5249:1 5312:1 5340:1 5357:1 5389:1 5405:1 5407:1 5444:2 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5603:2 5617:1 5640:2 5654:3 5688:1 5716:1 5720:1 5739:1 5779:1 5789:1 5793:1 5808:1 5843:1 5867:1 5877:703 5912:1 5940:1 5974:2 6155:1 6229:1 6230:1 6235:1 6246:1 6254:1 6272:1 6284:1 6309:1 6331:1 6347:1 6361:1 6427:1 6433:1 6440:1 6444:8 6468:1 6476:1 6477:1 6501:1 6545:1 6653:2 6657:1 6706:1 6780:2 6818:1 6824:2 6826:1 6865:1 6868:2 6885:2 6936:3 6946:1 6959:2 6998:1 7053:1 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:1 7170:1 7183:1 7203:1 7222:1 7233:2 7240:3 7251:1 7268:2 7275:1 7278:1 7286:3 7301:1 7372:1 7400:1 7423:1 7428:1 7432:2 7438:2 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:2 7906:1 7933:1 8039:2 8040:1 8069:2 8089:1 8123:1 8143:1 8154:1 8156:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8268:2 8347:1 8378:1 8424:1 8480:1 8484:1 8545:1 8553:2 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8749:1 8765:1 8772:8 8803:3 8858:1 8866:2 8944:1 8974:1 9051:3 9053:2 9067:1 9082:1 9106:1 9171:1 9181:1 9201:1 9244:1 9279:1 9382:1 9422:1 9432:1 9449:1 9470:1 9473:1 9500:2 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9632:2 9637:1 9707:1 9722:1 9735:1 9752:5 9805:1 9827:9 9864:1 9866:1 9942:2 9973:1 10022:2 10050:2 10113:1 10189:1 10231:2 10244:1 10245:1 10259:5 10282:1 10322:1 10328:1 10334:1 10354:1 10384:4 10391:1 10393:1 10406:3 10426:1 10427:2 10437:1 10446:1 10459:1 10545:1 10566:2 10574:1 10579:2 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10802:1 10809:1 10827:3 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11047:1 11153:1 11166:2 11267:1 11269:1 11304:8 11320:1 11339:1 11340:2 11390:2 11409:2 11423:1 11429:1 11541:1 11547:1 11600:1 11605:2 11607:1 11632:1 11695:1 11732:3 11733:1 11738:1 11751:1 11758:1 11760:2 11773:2 11803:1 11804:5 11808:2 11812:1 11825:7 11864:2 11866:1 11906:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12242:1 12265:1 12272:1 12285:2 12292:1 12297:4 12322:2 12378:1 12394:2 12395:2 12418:1 12443:1 12496:1 12501:2 12544:1 12556:4 12592:1 12595:1 12624:1 12637:1 12648:5 12727:5 12809:2 12814:1 12854:2 12905:1 12962:1 12983:2 13091:1 13117:1 13131:1 13134:1 13167:1 13170:1 13184:1 13246:1 13318:3 13324:2 13344:1 13350:1 13394:1 13398:2 13457:1 13482:1 13514:1 13565:1 13691:1 13703:2 13722:1 13740:2 13787:4 13839:1 13853:1 13868:2 13878:1 13916:1 13925:1 14024:1 14030:1 14033:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:1 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14402:2 14418:1 14427:1 14437:1 14448:2 14449:1 14456:1 14499:1 14534:1 14575:1 14654:2 14660:1 14675:2 14678:1 14691:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14952:1 14954:1 14955:5 14966:5 15005:1 15083:2 15096:1 15134:2 15139:1 15166:2 15169:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:1 15307:1 15309:1 15312:1 15359:1 15378:1 15386:1 15404:1 15407:5 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:4 15884:2 15907:1 15957:1 15961:1 15964:1 15965:3 15979:4 15980:1 15994:1 15997:1 16009:1 16016:5 16026:1 16074:5 16107:1 16117:1 16208:1 16213:1 16214:1 16219:2 16223:2 16261:1 16264:1 16265:1 16268:1 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:1 16636:1 16639:2 16656:4 16667:1 16702:5 16705:1 16710:1 16723:1 16726:1 16746:1 16755:1 16808:1 16858:1 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17213:1 17214:1 17229:1 17393:2 17434:1 17456:2 17467:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17778:1 17829:5 17844:1 17914:1 17920:1 17926:2 18017:1 18082:5 18107:5 18113:1 18131:1 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18234:1 18293:2 18300:1 18311:1 18421:1 18441:1 18489:1 18524:1 18561:1 18589:5 18616:1 18669:1 18694:1 18708:1 18718:2 18782:3 18790:1 18809:1 18824:1 18839:8 18841:1 18844:1 18895:1 18966:1 18969:1 18975:1 18987:3 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:4 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19255:1 19260:2 19263:1 19279:1 19281:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:5 19396:1 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19654:1 19734:3 19798:1 19807:1 19869:1 19879:1 19882:1 19892:1 19924:2 19950:1 19953:1 19956:1 19960:1 20052:1 20054:5 20063:1 20075:1 20083:1 20102:2 20125:1 20134:2 20149:1 20182:1 20214:1 20252:2 20259:1 20275:1 20324:1 20329:1 20349:1 20354:1 20396:1 20403:1 20423:2 20439:1 20443:1 20451:1 20457:2 20467:1 20472:1 20493:1 20523:1 20537:3 20542:1 20560:1 20565:1 20608:3 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20732:1 20747:1 20776:1 20786:1 20811:1 20871:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21119:1 21125:1 21133:1 21136:1 21143:1 21187:1 21198:1 21265:1 21278:1 21304:1 21336:1 21338:1 21340:1 21366:1 21370:1 21389:1 21488:1 21489:2 21498:2 21509:1 21586:1 21606:4 21633:2 21701:1 21722:1 21747:1 21769:1 21784:1 21809:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22072:2 22103:1 22126:2 22155:1 22164:2 22179:1 22182:1 22214:1 22234:1 22255:2 22266:1 22295:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22516:1
10 8:1 10:3 12:1 19:1 32:2 84:1 91:1 96:2 136:1 168:1 333:1 341:5 354:3 360:1 376:1 408:1 412:1 424:1 476:1 479:1 578:1 583:1 680:1 715:1 789:1 790:1 822:1 828:3 829:1 856:2 945:1 969:1 973:1 984:1 1042:1 1049:2 1063:2 1120:1 1123:3 1124:1 1158:1 1172:1 1174:1 1229:1 1296:1 1308:2 1313:2 1319:1 1330:1 1347:1 1367:1 1384:1 1388:1 1390:3 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:3 1560:1 1586:1 1590:1 1628:2 1631:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:3 1725:1 1727:1 1752:2 1764:1 1814:1 1897:1 1899:1 1907:1 1908:1 1915:1 1926:1 1932:2 1933:1 1942:1 1965:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2215:3 2265:1 2271:1 2272:1 2276:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:1 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:3 2643:1 2667:1 2715:1 2754:2 2776:1 2784:1 2805:1 2827:1 2835:1 2849:2 2854:4 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3147:2 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3486:2 3493:1 3498:1 3502:2 3505:1 3513:1 3530:1 3566:1 3588:1 3601:1 3674:1 3680:1 3682:6 3694:1 3722:2 3771:1 3802:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:2 3959:1 3981:1 4045:1 4053:2 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:1 4131:2 4144:1 4181:5 4190:1 4197:1 4264:1 4286:4 4288:1 4382:3 4389:1 4394:1 4453:4 4461:1 4467:2 4470:2 4493:1 4497:1 4498:1 4514:1 4525:1 4540:1 4544:3 4566:1 4571:1 4630:5 4634:1 4636:1 4652:1 4663:1 4704:2 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 4945:1 4987:1 5042:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5249:1 5312:1 5340:1 5357:1 5389:1 5405:1 5407:1 5417:1 5444:3 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5603:2 5617:1 5640:2 5654:3 5688:1 5716:1 5720:1 5739:1 5779:1 5789:1 5793:1 5808:1 5843:1 5867:1 5877:740 5912:1 5940:1 5974:2 6143:1 6155:1 6229:1 6230:1 6235:1 6246:1 6254:1 6272:1 6284:1 6309:1 6331:1 6347:1 6361:1 6427:1 6433:1 6440:1 6444:9 6468:1 6476:1 6477:1 6501:1 6545:1 6653:2 6657:1 6706:1 6780:2 6818:1 6824:2 6826:1 6865:1 6868:2 6885:2 6936:3 6946:1 6959:2 6998:1 7053:1 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:2 7170:1 7183:1 7203:1 7222:1 7233:2 7240:3 7251:1 7268:2 7275:1 7278:1 7286:3 7301:1 7372:1 7400:1 7423:1 7428:1 7432:2 7438:2 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:2 7906:1 7933:1 8039:2 8040:1 8069:2 8089:1 8123:1 8143:1 8154:1 8156:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8268:2 8347:1 8378:1 8424:1 8480:1 8484:1 8545:1 8553:2 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8749:1 8765:1 8772:9 8803:3 8858:1 8866:2 8944:1 8974:1 9051:3 9053:2 9067:1 9082:1 9106:1 9171:1 9181:1 9201:1 9244:1 9279:1 9382:1 9422:1 9432:1 9449:1 9470:1 9473:1 9500:2 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9632:2 9637:1 9707:1 9722:1 9735:1 9752:5 9805:1 9827:10 9864:1 9866:1 9942:2 9973:1 10022:2 10050:2 10113:1 10189:1 10231:2 10244:1 10245:1 10259:6 10282:1 10322:1 10328:1 10334:1 10354:1 10384:4 10391:1 10393:1 10406:3 10426:1 10427:2 10437:1 10446:1 10459:1 10545:1 10566:2 10574:1 10579:2 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10802:1 10809:1 10827:3 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11047:1 11153:1 11166:2 11267:1 11269:1 11304:9 11320:1 11339:1 11340:2 11390:2 11409:2 11423:1 11429:1 11541:1 11547:1 11600:1 11605:2 11607:1 11632:1 11695:1 11732:3 11733:1 11738:1 11751:1 11758:1 11760:2 11773:2 11803:1 11804:6 11808:2 11812:1 11825:8 11864:2 11866:1 11906:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:2 12378:1 12394:2 12395:2 12418:1 12443:1 12496:1 12501:2 12544:1 12556:4 12592:1 12595:1 12624:1 12637:1 12648:5 12727:5 12809:2 12814:1 12854:2 12905:1 12962:1 12983:2 13091:1 13117:1 13131:1 13134:1 13167:1 13170:1 13184:1 13246:1 13318:3 13324:2 13344:1 13350:1 13394:1 13398:2 13457:2 13482:1 13514:1 13565:1 13691:1 13703:2 13722:1 13740:2 13787:4 13839:1 13853:1 13868:2 13878:1 13916:1 13925:1 14024:1 14030:2 14033:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:1 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14402:2 14418:1 14427:1 14437:1 14448:2 14449:1 14456:1 14499:1 14534:1 14575:1 14619:1 14654:2 14660:1 14675:2 14678:1 14691:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14952:1 14954:1 14955:5 14966:5 15005:1 15083:2 15096:1 15134:2 15139:1 15166:2 15169:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:1 15307:1 15309:1 15312:1 15359:1 15378:1 15386:1 15404:1 15407:5 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:4 15884:2 15907:1 15957:1 15961:1 15964:1 15965:3 15979:4 15980:1 15994:1 15997:1 16009:1 16016:5 16026:1 16074:6 16107:1 16117:1 16208:1 16213:1 16214:1 16219:2 16223:2 16261:1 16264:1 16265:1 16268:1 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:1 16636:1 16639:2 16656:4 16667:1 16702:5 16705:1 16710:1 16723:1 16726:1 16746:1 16755:1 16808:1 16858:1 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17213:1 17214:1 17229:1 17393:2 17434:1 17456:3 17467:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17778:1 17829:5 17844:1 17914:1 17920:1 17926:2 18017:1 18082:5 18107:5 18113:1 18131:1 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18234:1 18293:2 18300:1 18311:1 18421:1 18441:1 18489:1 18524:1 18539:1 18561:1 18589:5 18616:1 18669:1 18694:1 18708:2 18718:2 18782:3 18790:1 18809:1 18824:1 18839:9 18841:1 18844:1 18895:1 18966:1 18969:1 18975:1 18987:3 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:4 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19255:1 19260:2 19263:1 19279:1 19281:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:5 19396:1 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19654:1 19734:3 19798:1 19807:1 19869:1 19879:1 19882:1 19892:1 19924:2 19950:1 19953:1 19956:1 19960:1 19974:1 20052:1 20054:5 20063:1 20075:1 20083:1 20102:2 20125:1 20134:2 20149:1 20182:1 20214:1 20252:2 20259:1 20275:1 20324:1 20329:1 20337:1 20349:1 20354:1 20396:1 20403:1 20423:2 20439:1 20443:1 20451:1 20457:2 20467:1 20472:1 20493:1 20523:1 20537:3 20542:1 20560:1 20565:1 20608:3 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21119:1 21125:1 21133:1 21136:1 21143:1 21187:1 21198:1 21265:1 21278:1 21304:1 21336:1 21338:2 21340:1 21366:1 21370:1 21389:1 21488:1 21489:2 21498:2 21509:1 21586:1 21606:4 21633:2 21701:1 21713:1 21722:1 21747:1 21769:1 21784:1 21809:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22072:2 22103:1 22126:2 22155:1 22164:2 22179:1 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22516:1
10 8:1 10:3 12:1 19:1 32:2 84:1 91:1 96:2 136:1 168:1 333:1 341:5 354:3 360:1 376:1 408:1 412:1 424:1 476:1 479:1 578:2 583:1 680:1 715:1 789:1 790:1 822:1 828:3 829:1 856:2 945:1 969:1 973:1 984:1 1042:1 1049:2 1063:2 1077:1 1120:1 1123:3 1124:1 1158:1 1172:1 1174:1 1229:1 1296:1 1308:2 1313:2 1319:1 1330:1 1347:1 1367:1 1384:1 1388:1 1390:3 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:3 1560:1 1586:1 1590:1 1628:2 1631:1 1635:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:3 1725:1 1727:1 1752:2 1764:1 1771:1 1814:1 1861:1 1895:1 1897:1 1899:1 1907:1 1908:1 1915:1 1926:1 1932:2 1933:1 1942:1 1965:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2191:1 2215:3 2265:1 2271:1 2272:1 2276:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:2 2417:1 2424:2 2463:2 2485:1 2507:4 2528:1 2623:1 2629:3 2643:1 2667:1 2715:1 2754:2 2776:1 2784:1 2805:1 2827:1 2835:1 2849:2 2854:4 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3125:1 3147:2 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3462:1 3486:2 3493:1 3498:1 3502:2 3505:1 3513:1 3530:1 3566:1 3588:1 3601:1 3674:1 3680:1 3682:7 3694:1 3722:2 3756:1 3771:1 3802:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:2 3959:1 3981:1 4045:1 4053:2 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:1 4131:2 4144:1 4146:1 4181:5 4190:1 4197:1 4264:1 4286:4 4288:1 4382:3 4388:1 4389:1 4394:1 4419:1 4453:4 4461:1 4467:2 4470:2 4493:1 4497:1 4498:1 4514:2 4525:1 4540:1 4544:3 4566:1 4571:1 4574:1 4630:5 4634:1 4636:1 4652:1 4663:1 4695:1 4704:2 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 4945:1 4987:1 5030:1 5042:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5249:1 5312:1 5340:1 5357:1 5389:1 5405:1 5407:1 5417:1 5444:3 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5603:2 5617:1 5640:2 5654:3 5688:1 5716:1 5720:1 5739:1 5779:1 5789:1 5793:1 5808:1 5843:1 5867:1 5877:773 5912:1 5940:1 5974:2 6111:1 6143:1 6155:1 6229:1 6230:1 6235:1 6246:1 6254:1 6272:1 6284:1 6309:1 6331:1 6347:1 6361:1 6427:1 6433:1 6440:1 6444:10 6468:1 6476:1 6477:1 6501:1 6545:1 6653:2 6657:1 6706:1 6780:2 6818:1 6824:2 6826:1 6865:1 6868:2 6885:2 6936:3 6946:1 6959:2 6998:1 7053:2 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:2 7170:1 7183:1 7203:1 7222:3 7233:2 7240:3 7251:1 7268:2 7275:1 7278:1 7286:3 7301:2 7372:1 7400:1 7422:1 7423:1 7428:1 7432:2 7438:2 7440:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:2 7906:1 7933:1 8006:1 8039:2 8040:1 8069:3 8089:1 8123:1 8143:1 8154:1 8156:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:1 8268:2 8347:1 8378:1 8424:1 8479:1 8480:2 8484:1 8545:1 8553:2 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8749:1 8765:1 8772:10 8803:3 8833:1 8858:2 8861:1 8866:2 8944:1 8974:1 9051:3 9053:2 9067:1 9082:1 9106:1 9171:1 9181:1 9201:1 9244:1 9279:1 9382:1 9422:2 9432:1 9449:1 9470:1 9473:1 9500:2 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9613:1 9632:2 9637:1 9707:1 9722:1 9735:1 9752:5 9805:1 9827:11 9864:1 9866:1 9942:2 9973:1 10022:2 10050:2 10078:1 10113:1 10189:1 10231:2 10244:1 10245:1 10259:7 10282:1 10322:1 10328:1 10334:1 10354:1 10384:4 10391:1 10393:1 10406:3 10415:1 10426:1 10427:2 10437:1 10446:1 10459:1 10461:1 10484:1 10545:1 10566:2 10574:1 10579:2 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10802:1 10809:1 10812:1 10827:3 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11045:1 11047:1 11153:1 11166:2 11179:1 11200:1 11267:1 11269:1 11304:10 11320:1 11339:1 11340:2 11390:2 11409:2 11423:1 11429:1 11541:1 11547:1 11600:1 11605:2 11607:1 11632:1 11695:1 11732:3 11733:1 11738:1 11751:1 11758:1 11760:2 11773:2 11803:1 11804:7 11808:2 11812:1 11825:9 11864:2 11866:2 11883:1 11906:1 11954:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:2 12378:1 12394:2 12395:2 12418:1 12443:1 12496:1 12501:2 12544:1 12556:5 12592:1 12595:1 12624:1 12637:1 12648:5 12727:5 12809:2 12814:1 12854:2 12905:1 12962:1 12983:2 13027:1 13091:1 13117:1 13131:1 13134:1 13167:1 13170:1 13184:1 13230:1 13246:1 13308:1 13318:3 13324:2 13344:1 13350:1 13394:1 13398:2 13457:3 13482:1 13514:1 13565:1 13691:1 13703:2 13722:1 13740:2 13787:4 13839:1 13853:1 13868:2 13878:1 13901:1 13916:1 13925:1 14024:1 14030:2 14033:1 14066:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:1 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14390:1 14400:1 14402:2 14418:1 14427:1 14437:1 14448:2 14449:1 14456:1 14499:1 14534:1 14575:1 14619:1 14654:3 14660:1 14675:2 14678:1 14691:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14952:1 14954:1 14955:5 14966:5 15005:1 15083:2 15096:1 15134:2 15139:1 15166:2 15169:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:1 15404:1 15407:5 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:4 15884:2 15907:1 15957:1 15961:1 15964:1 15965:3 15979:4 15980:1 15994:1 15997:1 16009:1 16016:5 16026:1 16074:7 16107:1 16117:1 16208:1 16213:1 16214:1 16219:2 16223:2 16261:1 16264:1 16265:1 16268:1 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:2 16636:1 16639:2 16656:4 16667:1 16702:5 16705:2 16710:1 16723:1 16726:1 16746:1 16755:1 16808:1 16858:1 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17213:1 17214:1 17229:1 17393:2 17434:1 17447:1 17452:1 17456:3 17467:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17778:1 17829:5 17844:1 17914:1 17920:1 17926:2 18017:1 18082:5 18107:5 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18234:1 18293:2 18300:1 18311:1 18421:1 18441:2 18461:1 18489:1 18524:1 18539:1 18561:1 18589:5 18616:1 18669:1 18694:1 18708:3 18718:2 18782:3 18790:1 18809:1 18824:1 18839:10 18841:1 18844:1 18886:1 18895:1 18938:1 18966:1 18969:1 18975:1 18987:3 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:4 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19255:1 19260:2 19263:1 19279:1 19281:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:5 19396:1 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19653:1 19654:1 19734:3 19798:1 19807:1 19869:1 19879:1 19882:1 19892:1 19924:2 19950:1 19953:1 19956:1 19960:1 19974:1 20052:1 20054:5 20063:1 20075:1 20083:1 20102:2 20125:1 20134:2 20149:1 20182:1 20214:1 20252:2 20259:2 20275:1 20324:1 20329:1 20337:2 20349:1 20354:1 20396:1 20403:1 20423:2 20439:1 20443:1 20451:1 20457:2 20467:1 20472:1 20493:1 20523:1 20537:3 20542:1 20560:1 20565:1 20608:3 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21119:1 21125:1 21133:1 21136:1 21143:1 21162:1 21187:1 21198:1 21265:1 21278:1 21288:1 21304:1 21308:2 21336:1 21338:3 21340:1 21366:1 21370:1 21389:1 21488:1 21489:2 21498:2 21509:1 21586:1 21606:4 21633:2 21701:1 21713:1 21722:1 21747:1 21769:1 21784:1 21809:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:1 22072:2 22103:1 22126:2 22155:2 22161:1 22164:2 22179:1 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22497:1 22516:1
10 8:1 10:3 12:1 19:1 32:2 84:1 91:1 96:2 136:1 168:1 255:1 333:1 341:5 354:3 360:1 376:1 408:1 412:1 424:1 476:1 479:1 545:1 578:2 583:1 590:1 680:1 715:1 789:1 790:1 822:1 828:3 829:1 856:2 945:1 969:2 973:1 984:1 1042:1 1049:2 1063:2 1077:1 1120:1 1123:3 1124:1 1158:1 1172:1 1174:1 1229:1 1296:1 1308:2 1313:2 1319:1 1330:1 1347:2 1367:1 1384:1 1388:1 1390:3 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:4 1560:1 1586:1 1590:1 1628:2 1631:1 1635:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:4 1725:1 1727:1 1752:2 1764:1 1771:1 1814:1 1861:1 1895:1 1897:1 1899:1 1907:1 1908:1 1915:1 1926:1 1932:2 1933:1 1942:1 1965:1 1982:1 2002:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2191:1 2215:3 2265:1 2271:1 2272:1 2276:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:2 2417:1 2424:2 2463:2 2485:1 2503:1 2507:4 2528:1 2623:1 2629:3 2643:1 2667:1 2715:1 2754:2 2776:1 2784:1 2805:1 2827:1 2835:1 2849:2 2854:4 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3125:1 3147:2 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3462:2 3486:2 3493:1 3498:1 3502:2 3505:1 3513:1 3530:1 3566:1 3588:1 3601:1 3604:1 3674:1 3680:1 3682:9 3694:1 3722:2 3756:1 3771:1 3802:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:2 3873:1 3912:1 3959:1 3981:1 3996:1 4045:1 4053:2 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:1 4131:2 4144:1 4146:1 4181:5 4190:1 4197:1 4264:1 4286:4 4288:1 4366:1 4382:3 4388:1 4389:1 4394:1 4419:1 4453:4 4461:1 4467:2 4470:2 4493:1 4497:1 4498:1 4514:2 4525:1 4540:1 4544:3 4566:1 4571:1 4574:1 4592:1 4630:5 4634:1 4636:1 4652:1 4663:1 4695:1 4704:2 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 4945:1 4987:1 5030:1 5042:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5208:1 5249:1 5312:1 5340:1 5357:1 5389:1 5405:1 5407:1 5417:1 5444:3 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5602:1 5603:2 5617:1 5640:2 5654:4 5688:1 5697:1 5716:1 5720:1 5739:1 5779:1 5789:1 5793:1 5808:1 5816:1 5843:1 5867:1 5877:789 5912:1 5926:1 5940:1 5955:1 5974:2 6111:1 6143:1 6155:1 6213:1 6229:1 6230:1 6235:1 6246:1 6254:1 6272:1 6284:1 6309:1 6331:1 6347:1 6361:1 6427:2 6432:1 6433:1 6440:1 6444:12 6468:1 6476:1 6477:1 6501:1 6545:1 6653:2 6657:1 6706:1 6734:1 6780:2 6818:1 6824:2 6826:1 6828:1 6865:1 6868:2 6885:2 6936:3 6946:1 6959:2 6998:1 7053:2 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:2 7170:1 7183:1 7203:1 7222:3 7233:2 7240:4 7251:1 7268:2 7275:1 7278:1 7286:3 7301:2 7372:1 7380:1 7400:1 7422:1 7423:1 7428:1 7432:2 7438:2 7440:1 7464:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:2 7906:1 7933:1 8006:2 8039:2 8040:1 8069:3 8089:1 8090:1 8123:1 8143:1 8154:1 8156:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8347:1 8378:1 8424:1 8441:1 8479:1 8480:2 8484:1 8506:1 8545:1 8553:2 8579:1 8613:1 8620:1 8655:1 8720:1 8745:1 8749:1 8765:1 8772:12 8791:1 8803:3 8833:2 8858:2 8861:1 8866:2 8944:1 8974:1 9051:3 9053:3 9067:1 9082:1 9106:1 9168:1 9171:1 9181:1 9201:1 9244:1 9279:1 9382:1 9422:2 9432:2 9441:1 9449:1 9470:1 9471:1 9473:1 9500:2 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9613:1 9632:3 9637:1 9707:1 9722:1 9735:1 9752:5 9805:1 9827:13 9864:1 9866:1 9942:2 9973:1 10022:2 10046:1 10050:2 10078:1 10113:1 10189:1 10231:2 10244:1 10245:1 10259:9 10282:1 10322:1 10328:1 10334:1 10354:1 10384:4 10391:1 10393:1 10406:4 10415:1 10426:1 10427:2 10437:1 10446:1 10459:1 10461:1 10484:1 10545:1 10566:3 10574:1 10579:2 10629:1 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10802:1 10809:1 10812:1 10827:3 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11045:1 11047:1 11130:1 11153:1 11166:2 11179:1 11200:1 11267:1 11269:1 11303:1 11304:12 11320:1 11339:1 11340:2 11390:2 11409:2 11423:1 11425:1 11429:1 11541:1 11547:1 11600:1 11605:2 11607:1 11632:1 11695:1 11732:4 11733:1 11738:1 11751:1 11758:1 11760:2 11773:2 11803:1 11804:9 11808:2 11812:1 11825:10 11864:2 11866:2 11883:1 11906:1 11954:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12378:1 12394:2 12395:2 12418:1 12443:1 12496:1 12501:2 12512:1 12544:1 12556:5 12572:1 12592:1 12595:2 12624:1 12637:1 12648:5 12657:1 12727:5 12809:2 12814:1 12854:2 12905:1 12940:1 12962:1 12983:2 13027:1 13091:1 13117:1 13131:1 13134:1 13167:1 13170:1 13184:1 13230:1 13246:1 13308:1 13318:4 13324:2 13344:1 13350:1 13394:1 13398:2 13457:3 13482:1 13499:1 13514:1 13565:1 13691:1 13703:2 13722:1 13740:2 13787:5 13839:1 13853:1 13868:2 13878:1 13901:1 13916:1 13925:1 14024:1 14030:2 14033:1 14066:1 14071:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:1 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14390:1 14400:1 14402:2 14418:1 14427:1 14437:1 14448:2 14449:1 14456:1 14499:1 14534:1 14575:1 14619:1 14654:3 14660:1 14675:2 14678:1 14691:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14952:1 14954:1 14955:5 14966:5 15005:1 15083:2 15096:1 15134:2 15139:1 15166:2 15169:1 15181:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:2 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:1 15404:1 15407:5 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:4 15884:2 15907:1 15957:1 15961:1 15964:1 15965:3 15979:4 15980:1 15994:1 15997:1 16009:1 16016:5 16026:1 16074:9 16107:1 16117:1 16203:1 16208:1 16213:1 16214:1 16217:1 16219:2 16223:2 16261:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:2 16636:1 16639:2 16656:4 16667:1 16702:5 16705:2 16710:1 16723:1 16726:1 16746:1 16755:1 16808:1 16858:1 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17197:1 17213:1 17214:1 17229:1 17393:2 17434:1 17447:1 17452:1 17456:3 17467:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17778:1 17829:5 17844:1 17914:1 17920:1 17926:2 17951:1 18017:1 18082:5 18107:5 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18224:1 18234:1 18278:1 18293:2 18300:1 18311:1 18421:1 18441:2 18461:1 18489:1 18524:1 18539:1 18561:2 18589:5 18616:1 18669:2 18694:1 18708:3 18718:2 18782:3 18790:1 18809:1 18824:1 18839:12 18841:1 18844:1 18886:1 18895:1 18938:1 18966:1 18969:1 18975:1 18987:4 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:4 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19255:1 19260:2 19263:1 19271:1 19279:1 19281:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:5 19396:1 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19653:1 19654:1 19734:3 19798:1 19807:1 19869:1 19879:1 19882:1 19892:1 19924:2 19950:1 19953:1 19956:1 19960:1 19974:1 20052:1 20054:5 20063:1 20075:1 20083:1 20102:2 20125:1 20134:2 20139:1 20149:1 20182:1 20214:1 20242:1 20252:2 20259:2 20275:1 20324:1 20329:1 20337:2 20344:1 20349:1 20354:1 20396:1 20403:1 20423:2 20439:1 20443:1 20451:1 20457:2 20467:1 20472:1 20493:2 20523:1 20537:3 20542:1 20560:1 20565:1 20608:4 20614:1 20618:2 20659:1 20671:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20938:2 20974:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21119:1 21125:1 21133:1 21136:1 21143:1 21162:1 21187:1 21198:1 21265:1 21278:1 21288:1 21299:1 21304:1 21308:2 21336:1 21338:3 21340:1 21366:1 21370:1 21389:1 21488:1 21489:2 21498:2 21509:1 21520:1 21561:1 21586:1 21589:1 21606:4 21633:2 21701:1 21713:1 21722:1 21747:1 21769:1 21784:1 21809:1 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:1 22072:2 22103:1 22115:1 22126:2 22155:2 22161:1 22164:2 22179:1 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22497:1 22516:1
10 8:1 10:3 12:1 19:1 23:1 32:2 84:1 91:1 96:2 106:1 115:1 136:1 168:1 255:1 333:1 341:5 354:3 360:1 376:1 408:1 412:1 424:1 476:1 479:1 545:1 578:2 583:1 590:1 680:1 715:1 789:1 790:1 822:1 828:4 829:1 856:2 870:1 945:1 969:2 973:1 984:1 1042:1 1049:2 1063:2 1077:1 1120:1 1123:3 1124:1 1158:1 1172:1 1174:1 1229:1 1296:1 1308:2 1313:2 1319:1 1330:1 1347:2 1367:1 1384:1 1388:1 1390:3 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:4 1560:1 1586:1 1590:1 1628:2 1631:1 1635:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:4 1725:1 1727:1 1752:2 1764:1 1771:2 1814:1 1861:1 1895:1 1897:1 1899:1 1907:1 1908:1 1915:1 1926:1 1932:2 1933:1 1942:1 1965:1 1969:1 1982:1 2002:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2191:1 2215:3 2265:1 2271:2 2272:1 2276:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:2 2417:1 2424:2 2463:2 2485:1 2503:1 2507:4 2528:1 2623:1 2629:3 2643:1 2667:1 2715:1 2754:2 2776:1 2784:1 2805:1 2827:1 2835:1 2849:2 2854:4 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3125:1 3147:2 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3462:2 3486:2 3493:1 3498:1 3502:2 3505:1 3513:1 3530:1 3566:1 3588:1 3601:1 3604:1 3674:1 3680:1 3682:9 3694:1 3722:2 3756:1 3771:1 3802:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:2 3873:1 3912:1 3959:1 3981:1 3996:1 4045:1 4053:2 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:1 4131:2 4144:1 4146:1 4181:5 4190:1 4197:1 4264:1 4286:4 4288:1 4366:1 4382:4 4388:2 4389:1 4394:1 4419:1 4453:5 4461:1 4467:2 4470:2 4493:1 4497:1 4498:2 4514:2 4525:1 4540:1 4544:4 4566:1 4571:1 4574:1 4592:1 4630:5 4634:1 4636:1 4652:1 4663:1 4695:1 4704:2 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:1 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 4945:1 4987:1 5030:1 5031:1 5042:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5208:1 5249:1 5312:1 5340:1 5357:1 5389:1 5405:1 5407:1 5417:1 5444:3 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5602:1 5603:2 5617:1 5640:2 5654:4 5688:1 5697:1 5716:1 5720:1 5739:1 5779:1 5789:1 5793:1 5808:1 5816:1 5843:1 5867:1 5877:841 5912:1 5926:1 5940:1 5955:1 5974:2 6111:1 6143:1 6155:1 6213:1 6229:1 6230:1 6235:2 6239:1 6246:1 6254:1 6272:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6427:2 6432:1 6433:1 6440:1 6444:12 6468:1 6476:1 6477:1 6501:1 6545:1 6608:1 6653:2 6657:1 6706:1 6734:1 6780:2 6818:1 6824:2 6826:1 6828:1 6865:1 6868:2 6885:2 6936:3 6946:1 6959:2 6998:1 7053:2 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:2 7170:1 7183:1 7203:1 7222:4 7233:2 7240:4 7251:1 7268:2 7275:1 7278:1 7286:3 7301:2 7372:1 7380:1 7400:1 7422:1 7423:1 7428:1 7432:2 7438:2 7440:1 7464:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:2 7906:1 7933:1 8006:2 8039:2 8040:1 8050:1 8069:3 8089:1 8090:1 8123:1 8143:1 8154:1 8156:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8347:1 8378:1 8424:1 8441:1 8479:1 8480:2 8484:1 8506:1 8544:1 8545:1 8553:2 8579:1 8613:1 8620:1 8634:1 8655:1 8720:1 8745:1 8749:1 8765:1 8772:12 8791:1 8803:3 8833:2 8858:2 8861:1 8866:2 8944:1 8974:1 9051:3 9053:3 9067:1 9082:1 9106:1 9168:1 9171:1 9181:1 9201:1 9244:1 9279:1 9382:1 9422:2 9432:2 9441:1 9449:1 9470:1 9471:1 9473:1 9500:2 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9613:1 9632:3 9633:1 9637:1 9707:1 9722:1 9735:1 9752:5 9805:1 9827:13 9864:1 9866:1 9942:2 9973:1 10022:2 10046:1 10050:2 10078:1 10113:1 10189:1 10231:2 10244:1 10245:1 10259:9 10282:1 10322:1 10328:1 10334:1 10354:1 10384:4 10391:1 10393:1 10406:4 10415:1 10416:1 10426:1 10427:2 10437:1 10444:1 10446:1 10459:1 10461:1 10484:1 10545:1 10566:3 10574:1 10579:2 10585:1 10629:1 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10793:1 10802:1 10809:1 10812:1 10827:3 10870:1 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11045:1 11047:1 11120:1 11130:1 11153:1 11166:2 11179:1 11200:1 11267:1 11269:1 11303:1 11304:12 11320:1 11339:1 11340:2 11390:2 11409:2 11423:1 11425:1 11429:1 11485:1 11541:1 11547:1 11600:1 11605:2 11607:1 11632:1 11695:2 11732:4 11733:1 11738:1 11751:1 11758:1 11760:2 11773:2 11803:1 11804:9 11808:2 11812:1 11825:10 11864:3 11866:2 11883:1 11906:1 11954:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12378:1 12394:2 12395:2 12418:1 12443:1 12496:1 12501:2 12512:1 12544:1 12556:6 12558:1 12572:1 12592:1 12595:2 12624:1 12637:1 12648:5 12657:1 12727:5 12809:2 12814:1 12854:2 12905:1 12940:1 12962:1 12983:2 13027:1 13040:1 13091:1 13117:1 13119:1 13131:1 13134:1 13167:1 13170:1 13184:1 13230:1 13246:1 13308:1 13318:4 13324:2 13344:1 13350:1 13394:1 13398:2 13457:3 13482:1 13499:1 13514:1 13565:1 13652:1 13685:1 13691:1 13703:2 13722:2 13740:2 13787:5 13839:1 13853:1 13868:2 13878:1 13901:1 13916:1 13925:1 14016:1 14024:1 14030:2 14033:1 14066:1 14071:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:2 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14390:1 14400:1 14402:2 14418:1 14427:1 14437:1 14448:2 14449:1 14456:1 14499:1 14534:1 14575:1 14619:1 14654:3 14660:1 14675:2 14678:1 14691:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14952:1 14954:1 14955:5 14966:5 15005:1 15083:2 15096:1 15134:2 15139:1 15166:2 15169:1 15181:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:2 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:1 15404:1 15407:5 15446:1 15477:1 15505:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:4 15884:2 15907:1 15957:1 15961:1 15964:1 15965:3 15979:4 15980:1 15994:2 15997:1 16009:1 16016:5 16026:1 16074:9 16095:1 16107:1 16112:1 16117:1 16203:1 16208:1 16213:1 16214:1 16217:1 16219:2 16223:2 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:2 16636:1 16639:2 16656:4 16667:1 16702:5 16705:2 16710:1 16723:1 16726:1 16746:1 16755:1 16808:1 16858:2 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17184:1 17197:1 17213:1 17214:1 17229:1 17393:2 17434:1 17447:1 17452:1 17456:3 17467:1 17471:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17778:1 17820:1 17829:5 17844:1 17914:1 17920:1 17926:2 17951:1 18017:1 18082:5 18107:5 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18224:1 18234:1 18278:1 18293:2 18300:1 18311:1 18421:1 18441:2 18461:1 18489:1 18524:1 18539:1 18561:2 18589:5 18616:1 18669:2 18694:1 18708:3 18718:2 18782:3 18790:1 18809:1 18824:1 18839:12 18841:1 18844:1 18886:1 18895:1 18938:1 18966:1 18969:1 18975:1 18987:4 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:4 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19255:1 19260:2 19263:1 19271:1 19279:1 19281:1 19288:1 19319:2 19338:3 19346:1 19347:1 19387:5 19396:1 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19653:1 19654:1 19734:3 19798:1 19807:1 19869:1 19879:1 19882:1 19892:1 19898:1 19924:2 19950:1 19953:1 19956:1 19960:1 19974:1 20052:1 20054:5 20063:2 20075:1 20083:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20182:1 20185:1 20214:1 20242:1 20252:2 20259:2 20275:2 20324:1 20329:1 20337:2 20344:1 20349:1 20354:1 20396:2 20403:1 20423:2 20439:1 20443:1 20451:1 20457:2 20463:1 20467:1 20472:2 20493:2 20523:1 20537:3 20542:1 20560:1 20565:1 20608:4 20614:1 20618:2 20659:1 20671:1 20677:1 20678:1 20687:1 20690:1 20691:1 20714:1 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20938:2 20974:1 20986:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:1 21162:1 21187:1 21198:1 21265:1 21278:1 21288:1 21299:1 21304:1 21308:2 21336:1 21338:3 21340:1 21366:2 21370:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21561:1 21586:1 21589:1 21606:4 21633:2 21701:1 21713:1 21722:1 21747:1 21769:1 21784:1 21809:2 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:1 22072:2 22103:1 22115:1 22126:2 22155:2 22161:1 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22497:1 22516:1
10 8:1 10:3 12:1 19:1 23:1 32:2 84:1 91:1 96:2 106:1 115:1 136:1 168:1 255:1 333:1 341:5 354:3 360:1 376:1 408:1 412:1 424:1 476:1 479:1 545:1 578:2 583:1 590:1 680:1 715:1 789:1 790:1 822:1 828:4 829:2 856:2 870:1 945:1 969:2 973:1 984:1 1042:1 1049:2 1063:2 1077:2 1120:1 1123:3 1124:1 1158:1 1172:1 1174:1 1229:1 1296:1 1308:2 1313:2 1319:1 1330:1 1347:2 1367:1 1384:1 1388:1 1390:4 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:4 1560:1 1586:1 1590:1 1628:2 1631:1 1635:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:4 1725:1 1727:1 1752:2 1764:1 1771:2 1814:1 1861:1 1895:1 1897:1 1899:1 1907:1 1908:2 1915:2 1926:1 1932:2 1933:1 1942:1 1965:1 1969:1 1982:1 2002:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2191:1 2215:3 2224:1 2265:1 2271:2 2272:1 2276:1 2278:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:2 2417:1 2424:2 2463:2 2485:1 2503:1 2507:4 2528:1 2623:1 2629:3 2643:1 2667:1 2715:1 2754:2 2776:1 2784:1 2805:1 2827:1 2835:1 2849:2 2854:4 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3072:1 3125:1 3147:2 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3462:2 3486:2 3491:1 3493:1 3498:1 3501:1 3502:2 3505:1 3508:1 3513:1 3530:1 3566:1 3588:1 3601:1 3604:1 3674:1 3680:1 3682:9 3694:1 3722:2 3756:1 3771:1 3802:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:2 3873:1 3912:1 3959:1 3981:1 3996:1 4045:1 4053:2 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:1 4131:2 4144:1 4146:1 4173:1 4181:5 4190:1 4197:1 4231:1 4264:1 4286:4 4288:1 4366:1 4382:4 4388:2 4389:1 4394:1 4419:2 4453:5 4461:1 4467:2 4470:2 4493:1 4497:1 4498:2 4514:2 4525:1 4540:1 4544:4 4566:1 4571:1 4574:1 4592:1 4630:5 4634:1 4636:1 4652:1 4663:1 4695:1 4704:2 4719:1 4741:1 4783:1 4821:2 4824:1 4833:1 4844:2 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 4945:1 4987:1 5030:1 5031:1 5042:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5208:1 5249:1 5312:1 5340:1 5357:1 5389:1 5405:1 5407:1 5417:1 5444:3 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5602:1 5603:2 5617:1 5640:2 5654:4 5688:1 5697:1 5716:1 5720:1 5739:1 5779:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:882 5912:1 5926:1 5940:1 5955:1 5974:2 6111:1 6143:1 6155:1 6213:1 6229:1 6230:1 6235:2 6239:1 6246:1 6254:1 6272:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6427:2 6432:1 6433:1 6440:1 6444:12 6468:1 6476:1 6477:1 6501:1 6545:1 6608:1 6634:1 6653:2 6657:1 6706:1 6734:1 6780:2 6818:1 6824:2 6826:1 6828:1 6865:1 6868:2 6885:2 6936:3 6946:1 6959:2 6998:1 7053:2 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:2 7170:1 7183:1 7203:1 7222:4 7224:1 7233:2 7240:4 7251:1 7268:2 7275:1 7278:1 7286:3 7301:2 7372:1 7380:1 7400:1 7422:2 7423:1 7428:1 7432:2 7438:2 7440:1 7464:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:2 7906:1 7933:1 8006:2 8039:2 8040:1 8050:1 8069:3 8089:1 8090:1 8123:1 8143:1 8154:1 8156:1 8161:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8347:1 8378:1 8424:1 8441:1 8479:1 8480:2 8484:1 8506:1 8544:1 8545:1 8553:2 8579:1 8613:1 8620:1 8634:1 8655:1 8658:1 8720:1 8745:1 8749:1 8765:1 8772:12 8791:1 8803:3 8833:2 8858:2 8861:1 8866:2 8944:1 8974:1 9051:3 9053:3 9067:1 9082:1 9106:1 9168:1 9171:1 9181:1 9201:1 9244:1 9279:1 9382:1 9422:2 9432:2 9438:1 9441:1 9449:1 9470:1 9471:1 9473:1 9500:2 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9613:1 9620:1 9632:3 9633:1 9637:1 9707:1 9722:1 9735:1 9752:5 9805:1 9827:13 9864:1 9866:1 9942:2 9973:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10189:1 10231:2 10244:1 10245:1 10259:9 10282:1 10322:1 10328:1 10334:1 10354:1 10384:4 10391:1 10393:1 10406:4 10415:1 10416:1 10426:1 10427:2 10437:2 10444:1 10446:1 10459:1 10461:1 10484:1 10545:1 10566:3 10574:1 10579:2 10585:1 10629:1 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10793:1 10802:1 10809:1 10812:2 10827:3 10870:1 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11045:1 11047:1 11120:1 11130:1 11153:1 11166:2 11179:1 11200:1 11267:1 11269:1 11303:1 11304:12 11320:1 11339:1 11340:2 11390:2 11409:2 11423:1 11425:1 11429:1 11485:1 11541:1 11547:1 11600:1 11605:2 11607:1 11632:1 11695:2 11732:4 11733:1 11738:1 11751:1 11758:1 11760:2 11773:2 11803:1 11804:9 11808:2 11812:1 11825:12 11864:3 11866:2 11883:1 11906:1 11954:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12378:1 12394:2 12395:2 12418:1 12443:1 12496:1 12501:2 12512:1 12544:1 12556:8 12558:1 12572:1 12592:1 12595:2 12624:1 12637:1 12648:5 12657:1 12727:5 12809:2 12814:1 12854:2 12905:1 12940:1 12962:1 12983:2 13027:1 13040:1 13091:1 13117:1 13119:1 13131:1 13134:1 13167:1 13170:1 13180:1 13184:1 13219:1 13229:1 13230:1 13246:1 13308:1 13318:4 13324:2 13341:1 13344:1 13350:1 13394:1 13398:2 13457:3 13482:1 13499:1 13511:1 13514:1 13565:1 13652:1 13685:1 13691:1 13703:2 13722:2 13740:2 13787:5 13839:1 13853:1 13868:2 13878:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:2 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14390:1 14400:1 14402:2 14418:1 14427:1 14437:1 14448:2 14449:1 14456:1 14499:1 14534:1 14575:1 14619:1 14654:3 14660:1 14675:2 14678:1 14691:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14952:1 14954:1 14955:5 14966:5 15005:1 15083:2 15096:1 15134:2 15139:1 15166:2 15169:1 15181:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:2 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:1 15404:1 15407:5 15446:1 15477:1 15505:2 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:4 15884:3 15907:1 15926:1 15957:1 15961:1 15964:1 15965:3 15979:4 15980:1 15994:2 15997:1 16009:1 16016:5 16026:1 16074:9 16095:1 16107:1 16112:1 16117:1 16203:1 16208:1 16213:1 16214:1 16217:1 16219:2 16223:2 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:2 16636:1 16639:2 16656:4 16667:1 16702:5 16705:2 16710:2 16723:1 16726:1 16746:1 16755:1 16808:1 16858:2 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17184:1 17197:1 17213:1 17214:1 17229:1 17393:2 17434:1 17447:1 17452:1 17456:3 17467:1 17471:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17778:1 17820:1 17829:5 17844:1 17914:1 17920:1 17926:2 17951:1 18017:1 18082:5 18107:5 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18224:1 18234:1 18278:1 18293:2 18300:1 18311:1 18421:1 18441:2 18461:1 18489:1 18524:1 18539:1 18561:2 18589:5 18616:1 18669:2 18694:1 18708:3 18718:2 18756:1 18782:3 18785:1 18790:1 18809:1 18824:1 18839:12 18841:1 18844:1 18884:1 18886:1 18895:1 18938:1 18966:1 18969:1 18975:1 18987:4 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:5 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19255:1 19260:2 19263:1 19271:1 19279:1 19281:1 19288:1 19319:2 19338:3 19346:2 19347:1 19387:5 19396:1 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19653:1 19654:1 19734:3 19798:1 19807:1 19869:1 19879:1 19882:1 19892:1 19898:1 19924:2 19950:1 19953:1 19956:1 19960:1 19974:1 20010:1 20052:1 20054:5 20063:2 20075:1 20083:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:2 20259:3 20275:2 20324:1 20329:1 20337:2 20344:1 20349:1 20354:1 20396:2 20403:1 20423:2 20439:1 20443:1 20451:1 20457:2 20463:1 20467:1 20472:2 20493:2 20523:1 20537:3 20542:1 20560:1 20565:1 20608:4 20614:1 20618:2 20659:1 20671:1 20677:1 20678:1 20687:1 20690:1 20691:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20938:3 20974:1 20986:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:1 21149:1 21162:1 21187:1 21198:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21370:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21561:1 21586:1 21589:1 21606:4 21633:2 21701:1 21713:1 21722:1 21747:1 21769:1 21784:1 21809:2 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:2 22072:2 22103:1 22115:1 22126:2 22155:2 22161:1 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22497:1 22516:1
10 8:1 10:3 12:1 19:1 23:1 32:2 84:1 91:1 96:2 106:1 115:1 136:1 168:1 255:1 333:1 341:5 354:3 360:1 376:1 408:1 412:1 424:1 476:1 479:1 545:1 564:1 578:2 583:1 590:1 680:1 715:1 789:1 790:1 822:1 828:4 829:2 856:2 870:1 945:1 969:2 973:1 984:1 1042:1 1049:3 1063:2 1077:2 1120:1 1123:3 1124:1 1158:1 1172:1 1174:1 1229:1 1271:1 1296:1 1308:3 1313:2 1319:1 1330:1 1347:2 1367:1 1384:1 1388:1 1390:4 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:4 1560:1 1586:1 1590:1 1628:2 1631:1 1635:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:4 1725:1 1727:1 1752:2 1764:1 1771:2 1814:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:2 1926:1 1932:2 1933:1 1942:1 1965:1 1969:1 1982:1 2002:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2191:1 2215:3 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:2 2417:1 2424:2 2426:1 2463:3 2485:1 2503:1 2507:4 2528:1 2613:1 2623:1 2629:3 2643:1 2667:1 2715:1 2754:2 2776:1 2784:1 2805:1 2827:1 2835:1 2849:2 2854:4 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3072:1 3125:1 3147:2 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3462:2 3486:2 3491:1 3493:1 3498:1 3501:1 3502:2 3505:1 3508:1 3513:1 3530:1 3566:1 3588:1 3601:1 3604:1 3674:1 3680:1 3682:9 3694:1 3722:2 3756:1 3771:1 3802:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:2 3873:1 3912:1 3959:1 3981:1 3996:1 4045:1 4053:2 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:1 4131:2 4144:1 4146:2 4173:1 4181:5 4190:1 4197:1 4231:1 4264:1 4286:4 4288:1 4366:1 4382:4 4388:2 4389:1 4394:1 4419:2 4453:5 4461:1 4467:2 4470:2 4493:1 4497:1 4498:2 4514:3 4525:1 4540:1 4544:4 4566:1 4571:1 4574:1 4592:1 4630:5 4634:1 4636:1 4652:1 4663:1 4695:1 4704:2 4719:1 4741:1 4757:1 4783:1 4821:2 4824:1 4833:1 4844:2 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 4945:1 4987:1 5030:1 5031:1 5042:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5208:1 5249:1 5312:1 5340:1 5357:1 5389:2 5405:1 5407:1 5417:1 5444:3 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5602:1 5603:2 5617:1 5640:2 5654:4 5688:1 5697:1 5716:1 5720:1 5739:1 5779:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:908 5912:1 5926:1 5940:1 5955:1 5974:2 6111:1 6143:1 6155:1 6213:1 6229:2 6230:1 6235:2 6239:1 6246:1 6254:1 6272:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6427:2 6432:1 6433:1 6440:1 6444:12 6468:1 6476:1 6477:1 6501:1 6545:1 6608:1 6634:1 6653:2 6657:1 6706:1 6734:1 6780:2 6818:1 6824:2 6826:1 6828:1 6865:1 6868:3 6885:2 6936:3 6946:1 6959:2 6998:1 7053:2 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:2 7170:1 7183:1 7203:1 7222:4 7224:1 7233:2 7240:4 7251:1 7268:2 7275:1 7278:1 7286:3 7301:2 7372:1 7380:1 7400:1 7422:2 7423:1 7428:1 7432:2 7438:2 7440:1 7464:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:2 7906:1 7933:1 8006:2 8039:2 8040:1 8050:1 8069:3 8089:1 8090:1 8123:1 8143:1 8154:1 8156:1 8161:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8347:1 8378:1 8424:1 8441:1 8479:1 8480:3 8484:1 8506:1 8544:1 8545:1 8553:2 8579:1 8613:1 8620:1 8634:1 8655:1 8658:1 8720:1 8745:1 8749:1 8765:1 8772:12 8791:1 8803:3 8833:2 8858:3 8861:1 8866:2 8944:1 8974:1 9051:3 9053:3 9067:1 9082:1 9106:1 9168:1 9171:1 9181:1 9201:1 9244:1 9279:1 9382:1 9422:2 9432:2 9438:1 9441:1 9449:1 9470:1 9471:1 9473:1 9500:2 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9613:1 9620:1 9632:3 9633:1 9637:1 9707:1 9722:1 9735:1 9752:5 9759:1 9805:1 9827:13 9864:1 9866:1 9942:2 9973:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10189:1 10231:2 10244:1 10245:1 10259:9 10282:2 10322:1 10328:1 10334:1 10354:1 10384:4 10391:1 10393:1 10406:4 10415:1 10416:1 10426:1 10427:2 10437:2 10444:1 10446:1 10459:1 10461:1 10484:1 10545:1 10566:3 10574:1 10579:2 10585:1 10629:1 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10793:1 10802:1 10809:1 10812:2 10827:3 10870:1 10871:1 10888:1 10899:1 10962:1 10975:1 11002:1 11045:1 11047:1 11120:1 11130:1 11153:1 11166:2 11179:1 11200:1 11267:1 11269:1 11303:1 11304:12 11320:1 11339:1 11340:2 11377:1 11390:2 11409:2 11423:1 11425:1 11429:1 11485:1 11541:1 11547:2 11600:1 11605:2 11607:1 11632:1 11695:2 11732:4 11733:1 11738:1 11751:1 11758:1 11760:2 11773:2 11803:1 11804:9 11808:2 11812:1 11825:12 11864:3 11866:3 11883:1 11906:1 11954:1 12022:1 12034:1 12065:1 12066:1 12163:1 12197:1 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12378:1 12394:2 12395:2 12418:1 12443:1 12496:1 12501:2 12512:1 12544:1 12556:9 12558:1 12572:1 12592:1 12595:2 12624:1 12637:1 12648:5 12657:1 12727:5 12809:2 12814:1 12854:2 12905:1 12940:1 12962:1 12983:2 13027:1 13040:1 13091:1 13117:1 13119:1 13131:1 13134:1 13167:1 13170:1 13180:1 13184:1 13219:1 13229:1 13230:1 13246:1 13308:1 13318:4 13324:2 13341:1 13344:1 13350:2 13394:1 13398:2 13457:3 13482:1 13499:1 13511:1 13514:1 13565:1 13652:1 13685:1 13691:1 13703:2 13722:2 13740:3 13787:5 13813:1 13839:1 13853:1 13868:2 13878:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:2 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14390:1 14400:1 14402:2 14418:1 14427:1 14437:1 14448:2 14449:1 14456:1 14499:1 14534:1 14575:1 14619:1 14654:3 14660:1 14675:2 14678:1 14691:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14952:1 14954:1 14955:5 14966:5 15005:1 15083:2 15096:1 15134:2 15139:1 15166:3 15169:1 15181:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:2 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:1 15404:1 15407:5 15446:1 15477:1 15505:2 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:4 15884:3 15907:1 15926:1 15957:1 15961:1 15964:1 15965:3 15979:4 15980:1 15994:2 15997:1 16009:1 16016:5 16026:1 16074:9 16095:1 16107:1 16112:1 16117:1 16203:1 16208:1 16213:1 16214:1 16217:1 16219:2 16223:2 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:2 16636:1 16639:2 16656:4 16667:1 16702:5 16705:3 16710:2 16723:1 16726:1 16746:1 16755:1 16808:1 16858:2 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17184:1 17197:1 17213:1 17214:1 17229:1 17393:2 17434:1 17447:1 17452:1 17456:3 17467:1 17471:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17767:1 17778:1 17820:1 17829:5 17844:1 17914:1 17920:1 17926:2 17951:1 18017:1 18082:5 18107:5 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18224:1 18234:1 18278:1 18293:2 18300:1 18311:1 18421:1 18441:3 18461:1 18489:1 18524:1 18539:1 18561:2 18589:5 18616:1 18669:2 18694:1 18708:3 18718:2 18756:1 18782:3 18785:1 18790:1 18809:1 18824:1 18839:12 18841:1 18844:1 18884:1 18886:1 18895:1 18938:1 18966:1 18969:1 18975:1 18987:4 18989:1 19000:1 19002:1 19011:1 19017:1 19081:1 19133:1 19143:1 19176:5 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19255:1 19260:2 19263:1 19271:1 19279:1 19281:1 19288:1 19319:3 19338:3 19346:2 19347:1 19387:5 19396:2 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19653:1 19654:1 19734:3 19798:1 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:2 19950:1 19953:1 19956:1 19960:1 19974:1 20010:1 20052:1 20054:5 20063:2 20075:1 20083:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:2 20259:3 20275:2 20324:1 20329:1 20337:2 20344:1 20349:1 20354:1 20396:2 20403:1 20423:2 20439:1 20443:1 20451:1 20457:3 20463:1 20467:1 20472:2 20493:2 20523:1 20537:3 20542:1 20560:1 20565:1 20608:4 20614:1 20618:3 20659:1 20671:1 20677:1 20678:1 20687:1 20690:1 20691:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20938:3 20974:1 20986:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:1 21149:1 21162:1 21187:1 21198:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21370:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21561:1 21586:1 21589:1 21606:4 21633:2 21701:1 21713:1 21722:1 21747:1 21769:1 21784:1 21809:2 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:2 22072:2 22103:1 22115:1 22126:2 22155:2 22161:1 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22497:1 22516:1
10 8:1 10:3 12:1 19:1 23:1 32:2 84:1 91:1 96:2 106:1 115:1 136:1 168:1 255:1 333:1 341:5 354:3 360:1 376:1 408:1 412:1 424:1 476:1 479:1 545:1 564:1 578:2 583:1 590:1 674:1 680:1 715:1 789:1 790:1 822:1 828:4 829:2 856:2 870:1 945:1 969:2 973:1 984:1 1042:1 1049:3 1063:3 1077:2 1120:1 1123:4 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:3 1313:2 1319:1 1330:1 1347:2 1367:1 1384:1 1388:1 1390:4 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:4 1560:1 1586:1 1590:1 1628:2 1631:1 1635:1 1640:1 1668:1 1669:1 1673:1 1674:1 1723:4 1725:1 1727:1 1752:2 1764:1 1771:2 1814:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:2 1926:1 1932:2 1933:1 1942:1 1965:1 1969:1 1982:1 2002:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2175:1 2189:1 2191:1 2215:3 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:1 2286:1 2288:2 2345:1 2380:1 2397:1 2407:2 2417:1 2424:2 2426:1 2463:3 2485:1 2503:1 2507:4 2528:1 2613:1 2623:1 2629:3 2643:1 2667:1 2715:1 2754:2 2776:1 2784:1 2805:1 2827:1 2835:1 2849:2 2854:4 2880:2 2886:3 2902:2 2941:1 2973:1 2976:1 2988:1 3059:2 3072:1 3125:1 3147:2 3197:1 3241:1 3285:3 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3462:2 3486:2 3491:1 3493:1 3498:1 3501:1 3502:2 3505:2 3508:1 3513:1 3530:1 3566:1 3588:1 3601:1 3604:1 3674:2 3680:1 3682:9 3694:1 3722:2 3756:1 3771:1 3802:1 3810:1 3829:1 3834:1 3855:1 3862:1 3870:3 3873:1 3910:1 3912:1 3959:1 3981:1 3996:1 4045:1 4053:3 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:2 4131:2 4144:1 4146:2 4152:1 4173:1 4181:5 4190:1 4197:1 4231:1 4264:1 4286:4 4288:1 4366:1 4382:4 4388:2 4389:1 4394:1 4419:2 4453:5 4461:1 4467:2 4470:2 4493:1 4497:1 4498:2 4514:3 4525:1 4540:1 4544:4 4566:1 4571:1 4574:1 4592:1 4630:5 4634:1 4636:1 4652:1 4663:1 4695:1 4704:2 4719:1 4741:1 4757:1 4783:1 4821:2 4824:1 4833:1 4844:2 4865:1 4876:1 4900:1 4901:1 4938:1 4944:1 4945:1 4987:1 5030:1 5031:1 5042:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5186:1 5201:2 5205:5 5208:1 5249:1 5312:1 5340:1 5357:1 5389:2 5405:1 5407:1 5408:1 5417:1 5444:3 5463:1 5478:1 5495:1 5514:1 5533:1 5590:1 5602:1 5603:2 5617:1 5640:2 5654:4 5688:1 5697:1 5716:1 5720:1 5739:1 5779:1 5786:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:924 5912:1 5926:1 5940:1 5955:1 5974:2 6111:1 6143:1 6155:1 6213:1 6229:2 6230:1 6235:2 6239:1 6246:1 6254:1 6272:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6427:2 6432:1 6433:1 6440:1 6444:12 6468:1 6476:1 6477:1 6501:1 6545:1 6608:1 6634:1 6653:2 6657:1 6706:1 6734:1 6780:2 6818:1 6824:2 6826:1 6828:1 6865:1 6868:3 6885:2 6936:3 6946:1 6959:2 6998:1 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:2 7170:1 7183:1 7203:1 7222:4 7224:1 7233:2 7240:4 7251:1 7268:2 7275:1 7278:1 7286:3 7301:2 7372:1 7380:1 7400:1 7422:2 7423:1 7428:1 7432:2 7438:2 7440:1 7464:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:3 7906:1 7933:1 8006:2 8039:2 8040:1 8050:1 8069:3 8089:1 8090:1 8123:1 8143:1 8154:1 8156:1 8161:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8347:1 8378:1 8424:1 8441:1 8479:1 8480:3 8484:1 8506:1 8544:1 8545:1 8553:2 8579:1 8613:1 8620:1 8634:1 8655:1 8658:1 8720:1 8745:1 8749:1 8765:1 8772:12 8791:1 8803:3 8833:2 8858:3 8861:1 8866:2 8944:1 8974:1 9051:3 9053:3 9067:1 9082:1 9105:1 9106:1 9168:1 9171:1 9181:1 9201:2 9244:1 9279:1 9382:1 9422:2 9432:2 9437:1 9438:1 9441:1 9449:1 9470:1 9471:1 9473:1 9500:2 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9613:1 9620:1 9632:3 9633:1 9637:1 9707:1 9722:1 9735:1 9752:5 9759:1 9805:1 9827:13 9864:1 9866:1 9942:2 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10189:1 10231:2 10244:1 10245:1 10259:9 10282:2 10322:1 10328:1 10334:1 10354:1 10384:4 10391:1 10393:1 10406:4 10415:1 10416:1 10426:1 10427:2 10437:2 10439:1 10444:1 10446:1 10459:1 10461:1 10484:1 10545:1 10547:1 10566:3 10574:1 10579:2 10585:1 10629:1 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10793:1 10802:1 10809:1 10812:2 10827:3 10870:1 10871:1 10888:1 10899:1 10903:1 10962:1 10975:1 11002:1 11045:1 11047:1 11120:1 11130:1 11153:1 11166:2 11179:1 11200:1 11267:1 11269:1 11303:1 11304:12 11320:1 11339:1 11340:2 11377:1 11390:2 11409:2 11423:1 11425:1 11429:1 11485:1 11541:1 11547:2 11600:1 11605:2 11607:1 11611:1 11632:1 11695:2 11732:4 11733:1 11738:1 11751:1 11758:1 11760:2 11773:2 11798:1 11803:1 11804:9 11808:2 11812:1 11825:13 11864:3 11866:3 11883:1 11906:1 11954:1 12022:1 12034:1 12065:1 12066:1 12163:1 12167:1 12197:1 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12378:1 12394:2 12395:2 12418:1 12443:1 12496:1 12501:2 12512:1 12544:1 12556:9 12558:1 12572:1 12592:1 12595:2 12624:1 12637:1 12648:5 12657:1 12727:5 12809:2 12814:1 12854:2 12905:1 12940:1 12962:1 12983:2 13027:1 13040:1 13091:1 13117:1 13119:1 13131:1 13134:1 13167:1 13170:1 13180:1 13184:1 13219:1 13229:1 13230:1 13233:1 13246:1 13308:1 13318:4 13324:2 13341:1 13344:1 13350:2 13394:1 13398:2 13457:3 13478:1 13482:1 13499:1 13511:1 13514:1 13565:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13722:2 13740:3 13787:5 13813:1 13839:1 13853:1 13868:2 13878:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14095:5 14097:1 14110:1 14161:2 14211:2 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14390:1 14400:1 14402:2 14418:1 14427:1 14437:1 14448:2 14449:1 14456:1 14499:1 14534:1 14575:1 14619:1 14654:3 14660:1 14675:2 14678:1 14691:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:1 14864:1 14897:1 14908:1 14910:1 14951:1 14952:1 14954:1 14955:5 14966:5 14985:1 15005:1 15083:2 15096:1 15134:2 15139:1 15143:1 15166:3 15169:1 15181:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:2 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:2 15404:1 15407:5 15446:1 15477:1 15505:2 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:5 15884:3 15907:1 15926:1 15957:1 15961:1 15964:1 15965:3 15979:4 15980:1 15994:2 15997:1 16009:1 16016:5 16026:1 16074:9 16095:1 16107:1 16112:1 16117:1 16203:1 16208:1 16213:1 16214:1 16217:1 16219:2 16223:2 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16399:1 16427:1 16451:5 16452:1 16484:1 16511:2 16514:2 16515:1 16625:1 16633:1 16635:2 16636:1 16639:2 16656:4 16667:1 16702:5 16705:3 16710:2 16723:1 16726:1 16746:1 16755:1 16808:1 16858:2 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17142:1 17182:1 17184:1 17197:1 17213:1 17214:1 17229:1 17393:2 17434:1 17447:1 17452:1 17456:3 17467:1 17471:1 17484:1 17569:2 17574:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17729:1 17767:1 17778:1 17820:1 17829:5 17844:1 17914:1 17920:1 17926:2 17951:1 18017:1 18082:5 18107:5 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18224:1 18234:1 18278:1 18293:2 18300:1 18311:1 18421:1 18441:3 18461:1 18489:1 18524:1 18539:1 18561:2 18589:5 18616:1 18669:2 18694:1 18708:3 18718:2 18756:1 18782:3 18785:1 18790:1 18809:1 18824:1 18839:12 18841:1 18844:1 18884:1 18886:1 18895:1 18938:1 18966:1 18969:1 18975:1 18987:4 18989:1 19000:1 19002:1 19011:1 19017:1 19035:1 19061:1 19081:1 19133:1 19143:1 19176:5 19178:1 19184:1 19220:1 19224:1 19237:1 19238:4 19253:1 19255:1 19260:2 19263:1 19271:1 19279:1 19281:1 19288:1 19319:3 19338:3 19346:2 19347:1 19387:5 19396:2 19397:2 19413:1 19416:1 19505:1 19584:1 19595:1 19630:1 19632:1 19636:1 19638:1 19653:1 19654:1 19685:1 19734:3 19798:1 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:2 19950:1 19953:1 19956:1 19960:1 19974:1 20010:1 20052:1 20054:5 20063:2 20075:1 20083:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20152:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:2 20259:3 20274:1 20275:2 20324:1 20329:1 20337:2 20344:1 20349:1 20354:1 20396:2 20403:1 20423:2 20439:1 20443:1 20451:1 20457:3 20463:1 20467:1 20472:2 20493:2 20523:1 20537:3 20542:1 20560:1 20565:1 20608:4 20614:1 20618:3 20659:1 20671:1 20677:1 20678:1 20687:1 20690:1 20691:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20933:1 20938:3 20974:1 20986:1 20995:1 21018:1 21036:1 21044:1 21055:2 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:1 21149:1 21162:1 21187:1 21198:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21370:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21561:1 21586:1 21589:1 21606:4 21633:2 21701:1 21713:1 21722:1 21747:1 21769:1 21784:1 21809:2 21814:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:2 22072:2 22103:1 22115:1 22126:2 22155:2 22161:1 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:1 22299:1 22372:1 22392:1 22423:1 22468:1 22471:1 22497:1 22516:1
10 8:1 10:3 12:1 19:1 23:1 32:2 84:1 91:1 96:2 106:1 115:1 136:1 168:1 177:1 215:1 255:1 333:1 341:6 354:3 360:2 376:1 408:1 412:1 424:1 476:1 479:1 512:1 545:1 547:1 564:1 578:2 583:1 590:1 674:1 680:1 715:1 789:1 790:1 822:1 828:4 829:2 856:2 870:1 945:1 969:3 973:1 984:1 1040:1 1042:1 1049:3 1063:3 1077:2 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:3 1313:2 1319:1 1330:1 1347:2 1367:1 1384:1 1388:1 1390:4 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:4 1560:1 1586:1 1590:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1723:4 1725:1 1727:1 1752:2 1764:1 1771:2 1814:1 1852:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:2 1926:1 1932:2 1933:1 1942:1 1945:1 1965:1 1969:1 1982:1 2002:1 2014:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2169:1 2175:1 2189:1 2191:1 2215:3 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:1 2286:1 2288:2 2321:1 2345:1 2380:1 2397:1 2407:2 2417:1 2424:2 2426:1 2435:1 2463:3 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2608:1 2613:1 2623:1 2629:3 2643:1 2667:1 2715:1 2747:1 2754:2 2759:1 2776:1 2784:1 2805:1 2827:1 2835:1 2849:3 2854:4 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3125:1 3147:2 3197:1 3241:1 3285:3 3309:1 3324:1 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3462:2 3468:1 3473:1 3486:2 3491:1 3493:1 3498:1 3501:1 3502:3 3505:2 3508:1 3513:1 3530:1 3566:1 3578:1 3588:1 3601:1 3604:1 3674:2 3680:1 3682:9 3694:1 3695:1 3722:2 3728:1 3756:1 3771:1 3802:1 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:3 3873:1 3910:1 3912:1 3959:1 3981:1 3996:1 4045:1 4053:3 4057:1 4060:1 4062:1 4073:1 4094:1 4095:1 4119:2 4131:2 4144:1 4146:2 4152:1 4173:1 4181:6 4190:1 4197:1 4231:1 4258:1 4264:1 4276:1 4286:4 4288:1 4366:1 4379:1 4382:4 4388:2 4389:1 4394:1 4419:2 4421:1 4453:5 4461:1 4467:2 4470:2 4493:1 4497:1 4498:2 4514:3 4525:1 4540:1 4544:4 4566:1 4571:1 4574:1 4592:1 4630:6 4634:1 4636:1 4652:2 4663:1 4695:1 4704:2 4719:1 4741:1 4757:1 4783:1 4821:2 4824:1 4833:1 4844:2 4865:2 4876:1 4900:1 4901:1 4938:1 4944:1 4945:2 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5169:1 5186:1 5201:2 5205:6 5208:1 5249:1 5312:1 5340:1 5357:1 5389:2 5405:1 5407:1 5408:1 5417:1 5444:3 5463:1 5478:1 5495:1 5514:1 5525:1 5533:1 5590:1 5602:1 5603:2 5617:1 5640:2 5654:4 5688:1 5697:1 5716:1 5720:1 5739:1 5779:1 5786:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:988 5912:1 5926:1 5940:1 5955:1 5972:1 5974:2 6111:1 6143:1 6155:1 6213:1 6229:2 6230:1 6235:2 6239:1 6246:1 6254:1 6272:1 6275:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6427:2 6432:1 6433:1 6440:1 6443:1 6444:12 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6608:1 6634:1 6653:2 6657:1 6706:1 6713:1 6734:1 6780:2 6818:1 6824:3 6826:1 6828:1 6865:1 6868:3 6885:2 6936:3 6946:1 6959:2 6998:1 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:4 7224:1 7233:2 7240:4 7251:1 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:3 7301:2 7372:1 7380:1 7400:1 7422:2 7423:1 7428:1 7432:2 7438:2 7440:1 7464:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7933:1 8006:2 8011:1 8039:2 8040:1 8050:1 8069:4 8089:1 8090:1 8123:1 8143:1 8154:1 8156:1 8161:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8347:1 8378:2 8424:1 8441:1 8457:1 8479:1 8480:3 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8613:1 8620:1 8634:1 8655:1 8658:1 8667:1 8720:1 8745:1 8749:1 8765:1 8772:12 8791:1 8803:3 8833:2 8845:1 8858:3 8861:1 8866:2 8944:1 8974:1 9051:3 9053:3 9067:1 9082:1 9105:1 9106:1 9168:1 9171:1 9181:1 9201:2 9244:1 9279:1 9382:1 9422:2 9432:2 9437:1 9438:2 9441:1 9449:1 9470:1 9471:1 9473:2 9500:2 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9613:1 9620:1 9626:1 9632:3 9633:1 9637:1 9707:1 9722:1 9735:1 9752:6 9759:1 9805:1 9827:13 9864:1 9866:1 9942:2 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10189:1 10231:2 10244:1 10245:1 10250:1 10254:1 10259:9 10282:2 10322:1 10328:2 10334:1 10354:1 10384:4 10391:1 10393:1 10406:4 10415:1 10416:1 10426:1 10427:2 10437:2 10439:1 10444:2 10446:1 10459:1 10461:1 10484:1 10545:1 10547:1 10566:3 10574:1 10579:2 10585:1 10629:1 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10793:1 10802:1 10809:1 10812:2 10827:3 10870:1 10871:1 10888:1 10899:1 10903:1 10962:1 10975:1 11002:1 11045:1 11047:1 11120:1 11130:1 11153:1 11166:2 11179:1 11200:1 11267:1 11269:1 11303:1 11304:12 11320:1 11339:1 11340:2 11377:1 11390:2 11409:2 11410:1 11423:1 11425:1 11429:1 11485:1 11541:1 11547:2 11600:1 11605:2 11607:1 11611:1 11632:1 11695:2 11709:1 11732:5 11733:1 11738:1 11751:1 11758:1 11760:2 11773:2 11798:1 11803:1 11804:9 11808:2 11812:1 11824:1 11825:16 11864:3 11866:3 11883:1 11906:1 11954:1 12022:1 12034:1 12065:1 12066:1 12163:1 12167:1 12197:2 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12378:1 12394:2 12395:2 12418:1 12443:1 12481:1 12496:1 12501:2 12512:1 12544:1 12556:10 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:6 12657:1 12727:6 12809:2 12814:1 12854:2 12905:1 12940:1 12962:1 12983:2 13027:1 13040:1 13091:1 13117:1 13119:1 13131:1 13134:1 13167:1 13170:1 13180:1 13184:1 13219:1 13229:1 13230:1 13233:1 13246:1 13283:1 13308:1 13318:4 13324:2 13341:1 13344:1 13350:2 13394:1 13398:2 13457:3 13478:1 13482:1 13499:1 13511:1 13514:1 13565:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13722:2 13740:3 13787:5 13813:1 13839:1 13853:1 13864:1 13868:2 13878:1 13900:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14095:6 14097:1 14110:1 14161:2 14211:2 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14390:1 14400:1 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14456:1 14499:1 14534:1 14552:1 14575:1 14619:1 14654:3 14660:1 14675:2 14678:1 14691:1 14692:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:2 14864:1 14897:1 14908:1 14910:1 14917:1 14926:1 14951:1 14952:1 14954:1 14955:6 14966:6 14985:1 15005:1 15083:2 15096:1 15134:2 15139:1 15143:1 15166:3 15169:1 15181:1 15202:1 15219:1 15220:2 15233:1 15245:1 15281:2 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:2 15397:1 15404:1 15407:6 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:6 15884:3 15907:1 15926:1 15957:1 15961:1 15964:1 15965:3 15979:4 15980:1 15994:2 15997:1 16009:1 16016:6 16026:2 16074:9 16095:1 16107:1 16112:1 16117:1 16203:1 16208:1 16213:1 16214:1 16217:1 16219:2 16222:1 16223:2 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:1 16399:1 16427:1 16451:6 16452:1 16484:1 16511:2 16514:2 16515:1 16625:2 16633:1 16635:3 16636:1 16639:3 16656:4 16667:1 16702:6 16705:3 16710:2 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16834:1 16858:2 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17093:1 17142:1 17182:1 17184:1 17197:1 17213:1 17214:1 17229:1 17393:2 17434:1 17447:1 17452:1 17456:3 17467:1 17471:1 17484:1 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17703:1 17729:1 17767:1 17778:1 17820:2 17829:6 17844:2 17914:2 17920:1 17926:2 17951:1 18017:1 18082:6 18107:6 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18224:1 18234:1 18278:1 18293:2 18300:1 18311:1 18421:1 18441:3 18461:1 18489:1 18524:1 18539:1 18561:2 18589:6 18600:1 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18782:3 18785:1 18790:1 18809:1 18824:1 18839:12 18841:1 18844:1 18878:1 18884:1 18886:1 18895:1 18938:1 18966:1 18969:1 18975:1 18987:4 18989:1 19000:1 19002:1 19011:1 19017:1 19035:1 19061:1 19067:1 19081:1 19106:1 19133:1 19143:1 19176:5 19178:1 19184:1 19220:1 19224:1 19225:1 19237:1 19238:4 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19338:3 19346:2 19347:1 19387:6 19396:2 19397:2 19413:1 19416:1 19505:1 19524:1 19584:1 19595:1 19602:1 19630:1 19632:1 19636:1 19638:1 19653:1 19654:2 19685:1 19734:3 19798:1 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:3 19950:1 19953:2 19956:1 19960:1 19974:1 20010:1 20052:1 20054:6 20063:2 20075:1 20083:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20152:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:2 20259:3 20274:1 20275:2 20324:1 20329:1 20337:2 20344:1 20349:2 20354:1 20396:2 20403:1 20423:2 20439:1 20443:1 20451:1 20457:3 20463:1 20467:1 20472:2 20493:2 20523:1 20537:3 20542:1 20560:1 20565:1 20608:5 20614:1 20618:3 20659:1 20671:1 20677:1 20678:1 20687:1 20690:1 20691:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20933:1 20938:3 20974:1 20986:1 20995:1 21018:1 21022:1 21024:1 21036:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:1 21149:1 21162:1 21187:1 21198:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21370:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21561:1 21586:1 21589:1 21606:4 21633:2 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21784:1 21809:2 21814:1 21821:1 21839:1 21891:1 21913:1 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:2 22161:1 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:1 22299:1 22372:1 22392:2 22423:1 22468:1 22471:1 22497:1 22516:1
10 8:1 10:3 12:1 19:1 23:1 32:3 84:1 91:1 96:2 106:1 115:1 136:1 157:1 168:1 177:1 215:1 255:1 333:1 341:7 354:3 360:2 376:1 408:1 412:1 424:1 476:1 479:1 488:1 512:2 545:1 547:1 564:1 578:2 583:1 590:1 674:1 680:2 715:1 789:1 790:1 822:1 828:5 829:2 856:3 870:1 945:1 969:3 973:1 984:1 1040:1 1042:1 1049:3 1063:3 1077:2 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:4 1313:2 1319:1 1330:2 1347:2 1367:1 1384:1 1388:1 1390:5 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:4 1560:1 1586:1 1590:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1723:6 1725:1 1727:1 1752:2 1764:1 1771:2 1814:1 1852:1 1853:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:2 1926:1 1932:2 1933:1 1942:1 1945:1 1965:1 1969:1 1982:1 2002:1 2014:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2169:1 2175:1 2189:1 2191:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:1 2286:1 2288:2 2321:1 2345:1 2380:1 2397:1 2407:2 2417:1 2424:2 2426:1 2435:1 2463:3 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2776:1 2784:1 2805:1 2827:1 2835:1 2849:3 2854:4 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3125:1 3147:2 3197:1 3225:1 3241:1 3285:3 3309:1 3324:1 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3462:2 3468:1 3473:1 3486:2 3491:1 3493:1 3498:1 3501:1 3502:3 3505:2 3508:1 3513:1 3530:1 3566:1 3578:1 3588:1 3601:1 3604:1 3674:2 3680:1 3682:9 3694:1 3695:1 3722:2 3728:1 3756:1 3771:1 3802:1 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:3 3873:1 3910:1 3912:1 3959:1 3981:1 3996:1 4045:1 4053:3 4057:1 4060:1 4062:1 4073:1 4094:2 4095:1 4119:2 4131:2 4144:1 4146:2 4152:1 4173:1 4181:7 4190:1 4197:1 4231:1 4258:1 4264:1 4276:1 4286:4 4288:1 4366:1 4379:1 4382:5 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:5 4461:1 4467:2 4470:2 4485:1 4493:1 4497:1 4498:2 4514:3 4525:1 4540:1 4544:4 4566:1 4571:1 4574:1 4592:1 4608:1 4630:7 4634:1 4636:1 4652:2 4663:1 4695:1 4704:2 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4833:1 4844:2 4865:2 4876:1 4900:1 4901:1 4938:2 4944:2 4945:2 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5169:1 5186:1 5201:2 5205:7 5208:1 5249:1 5312:1 5340:1 5357:2 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:3 5463:1 5478:1 5495:1 5514:1 5525:1 5533:1 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5697:1 5716:1 5720:1 5739:1 5779:1 5786:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1035 5912:1 5926:1 5940:1 5955:1 5972:1 5974:2 6111:1 6143:1 6155:1 6213:1 6229:2 6230:1 6235:2 6239:1 6246:1 6254:1 6272:1 6275:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6427:2 6432:1 6433:1 6440:1 6443:1 6444:12 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6608:1 6634:1 6653:2 6657:1 6706:1 6713:1 6734:1 6780:2 6818:1 6824:4 6826:1 6828:1 6865:1 6868:3 6872:1 6885:2 6936:3 6946:1 6959:2 6998:1 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:4 7224:1 7233:2 7240:4 7251:1 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:4 7301:2 7372:1 7380:1 7400:1 7422:2 7423:1 7428:1 7432:2 7438:2 7440:1 7464:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7662:1 7666:1 7699:1 7807:2 7824:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7933:1 8006:2 8011:1 8039:2 8040:1 8050:1 8069:4 8089:1 8090:1 8123:1 8127:1 8138:1 8143:1 8154:1 8156:1 8161:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8302:1 8347:1 8378:2 8424:2 8441:1 8457:1 8479:1 8480:3 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8613:1 8620:1 8634:1 8655:1 8658:1 8667:1 8720:1 8745:1 8749:1 8765:1 8772:12 8791:1 8803:3 8833:2 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8974:1 9049:1 9051:3 9053:3 9067:1 9082:1 9105:1 9106:1 9168:1 9171:1 9181:1 9201:2 9244:1 9279:1 9382:1 9422:2 9432:2 9437:1 9438:2 9441:1 9449:1 9470:1 9471:1 9473:2 9500:3 9546:1 9579:1 9583:1 9592:1 9602:1 9612:1 9613:1 9620:1 9626:1 9632:3 9633:1 9637:1 9707:1 9722:1 9735:1 9752:7 9759:1 9805:1 9827:13 9864:1 9866:1 9942:3 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10189:1 10231:2 10244:1 10245:1 10250:1 10254:1 10259:9 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:4 10415:1 10416:1 10426:1 10427:2 10437:2 10439:1 10444:2 10446:1 10459:1 10461:1 10484:1 10545:1 10547:1 10566:3 10574:1 10579:2 10585:1 10629:1 10646:1 10698:1 10720:2 10766:1 10770:1 10778:1 10793:1 10802:1 10809:1 10812:2 10827:3 10870:1 10871:1 10888:1 10899:1 10903:1 10962:1 10975:1 11002:1 11045:1 11047:1 11072:1 11120:1 11130:1 11153:1 11166:2 11179:1 11200:1 11267:1 11269:1 11289:1 11303:1 11304:12 11320:1 11339:1 11340:2 11377:1 11390:2 11409:2 11410:1 11423:1 11425:1 11429:1 11485:1 11541:1 11547:2 11600:1 11605:2 11607:1 11611:1 11632:1 11695:2 11709:1 11732:6 11733:2 11738:1 11751:1 11758:1 11760:2 11773:2 11798:1 11803:1 11804:9 11808:2 11812:1 11824:1 11825:16 11864:4 11866:3 11883:1 11906:1 11954:1 12022:2 12034:2 12056:1 12065:1 12066:1 12163:1 12167:1 12197:2 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12378:1 12394:2 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12512:1 12544:1 12556:10 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:7 12657:1 12727:7 12809:2 12814:1 12854:2 12890:1 12905:1 12940:1 12962:1 12983:2 13027:1 13040:1 13091:1 13117:1 13119:1 13131:1 13134:1 13167:1 13170:1 13180:1 13184:1 13219:1 13229:1 13230:1 13233:1 13246:1 13283:1 13308:1 13318:5 13324:2 13341:1 13344:1 13347:1 13350:2 13394:1 13398:2 13457:3 13478:1 13482:1 13499:1 13511:1 13514:1 13547:1 13565:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:3 13787:5 13813:1 13839:1 13853:1 13864:1 13868:2 13878:1 13900:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14095:7 14097:1 14110:1 14143:1 14161:2 14211:2 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14374:1 14390:1 14400:1 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14456:1 14499:1 14534:1 14552:1 14575:1 14619:1 14642:1 14654:3 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14810:1 14856:2 14864:2 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:7 14966:7 14985:1 15005:1 15078:1 15083:3 15096:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:2 15397:1 15404:1 15407:7 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:1 15588:1 15589:2 15591:1 15617:1 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:6 15884:3 15899:1 15907:1 15926:1 15957:1 15961:1 15964:1 15965:4 15979:4 15980:1 15994:2 15997:1 16009:1 16016:7 16026:2 16074:9 16095:1 16107:2 16112:2 16113:1 16117:1 16203:1 16208:1 16213:1 16214:1 16216:1 16217:1 16219:2 16222:1 16223:2 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:1 16399:1 16427:1 16451:7 16452:1 16484:1 16511:3 16514:2 16515:1 16625:2 16633:1 16635:3 16636:1 16639:4 16656:4 16667:1 16702:7 16705:3 16710:2 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:1 16834:1 16858:2 16865:1 16913:2 16926:1 16947:1 16962:1 16971:2 16979:1 17047:1 17093:1 17142:1 17182:1 17184:1 17197:1 17213:1 17214:2 17229:1 17393:2 17434:1 17447:1 17452:1 17456:3 17467:1 17471:1 17484:1 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17703:1 17729:1 17767:1 17778:1 17820:2 17829:7 17844:2 17914:2 17920:1 17926:2 17951:1 18017:1 18082:7 18107:7 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:1 18190:1 18204:1 18220:1 18224:1 18234:1 18278:1 18293:2 18300:1 18311:1 18421:1 18441:3 18461:1 18489:1 18524:1 18539:1 18561:2 18589:7 18600:1 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:1 18839:12 18841:1 18844:1 18878:1 18884:1 18886:1 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:1 19067:1 19081:1 19106:1 19133:1 19143:1 19176:6 19178:1 19184:1 19220:1 19224:1 19225:1 19237:1 19238:4 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19338:3 19346:2 19347:1 19387:7 19396:2 19397:2 19413:1 19416:1 19505:1 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19653:1 19654:2 19685:1 19734:4 19798:1 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:3 19950:1 19953:2 19956:1 19960:1 19974:1 20010:1 20052:1 20054:7 20063:2 20075:2 20083:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20152:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:2 20259:3 20274:1 20275:2 20324:1 20329:1 20337:2 20344:1 20349:2 20354:1 20396:2 20403:1 20423:2 20439:1 20443:1 20451:1 20457:3 20463:1 20467:1 20472:2 20493:2 20523:1 20537:3 20542:1 20560:1 20565:1 20608:6 20614:1 20618:3 20628:1 20659:1 20671:1 20677:1 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20933:1 20938:3 20974:1 20986:1 20995:1 21018:1 21022:1 21024:1 21036:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:1 21149:1 21162:1 21187:2 21198:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21370:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21561:1 21586:1 21589:1 21606:4 21633:2 21690:1 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21784:1 21809:2 21814:1 21821:1 21839:1 21891:1 21895:1 21913:2 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:2 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:1 22299:1 22372:1 22392:3 22423:1 22468:1 22471:1 22497:1 22516:1
10 8:1 10:3 12:1 19:1 23:1 32:3 84:1 91:1 96:2 106:1 115:1 136:1 142:1 157:1 168:1 177:1 215:1 255:1 333:1 341:8 354:4 360:2 376:1 408:1 412:1 424:1 476:1 479:1 488:1 512:3 545:1 547:1 564:1 578:2 583:1 590:1 674:1 680:2 715:1 789:1 790:1 822:1 828:6 829:2 856:3 870:1 945:1 969:3 973:2 984:1 1040:1 1042:1 1049:3 1063:4 1077:2 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:4 1313:2 1319:1 1330:2 1347:2 1367:1 1369:1 1384:1 1388:1 1390:6 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:4 1560:2 1586:1 1590:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1723:6 1725:1 1727:1 1752:2 1764:1 1771:2 1814:2 1852:1 1853:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:2 1926:1 1931:1 1932:2 1933:1 1942:1 1945:1 1958:1 1965:1 1969:1 1982:1 2002:1 2014:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2169:1 2170:1 2175:1 2189:1 2191:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:1 2286:1 2288:2 2311:1 2321:1 2345:1 2380:1 2397:1 2405:1 2407:2 2417:1 2424:2 2426:1 2435:1 2463:4 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2766:1 2776:1 2784:1 2805:1 2827:1 2835:1 2849:4 2854:4 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3125:1 3147:2 3197:1 3225:1 3241:1 3285:3 3309:1 3324:1 3334:4 3344:1 3396:1 3408:2 3412:2 3454:1 3462:2 3468:1 3473:1 3481:1 3486:2 3491:1 3493:1 3498:1 3501:1 3502:3 3505:2 3508:1 3513:1 3530:1 3566:1 3578:1 3588:1 3601:1 3604:1 3615:1 3674:2 3680:1 3682:9 3694:1 3695:1 3722:2 3728:1 3756:1 3757:1 3771:1 3782:1 3802:2 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:4 3873:1 3910:1 3912:1 3959:1 3981:1 3996:1 4045:1 4053:4 4057:1 4060:1 4062:1 4073:1 4091:1 4094:2 4095:1 4119:2 4131:2 4144:1 4146:2 4152:1 4173:1 4181:8 4190:1 4197:1 4231:1 4258:1 4264:1 4276:1 4286:4 4288:1 4366:1 4379:1 4382:6 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:5 4461:1 4465:1 4467:2 4470:2 4485:1 4493:1 4497:1 4498:2 4514:3 4525:1 4540:1 4543:1 4544:4 4566:1 4571:1 4574:1 4592:1 4608:1 4630:8 4634:1 4636:1 4652:2 4663:1 4695:1 4704:4 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4833:1 4844:2 4865:2 4876:1 4892:1 4900:1 4901:1 4938:3 4944:2 4945:2 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5169:1 5186:1 5201:2 5205:8 5208:1 5249:1 5312:1 5340:1 5357:2 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:3 5463:1 5478:1 5495:1 5514:1 5525:1 5533:2 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5697:1 5716:1 5720:2 5739:1 5779:1 5786:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1085 5912:1 5926:1 5940:1 5955:1 5972:1 5974:2 6015:1 6111:1 6143:1 6155:1 6213:1 6229:3 6230:1 6235:2 6239:1 6246:1 6254:1 6272:1 6275:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6427:2 6432:1 6433:1 6440:1 6443:1 6444:13 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6608:1 6634:1 6653:2 6657:1 6662:1 6706:1 6713:1 6734:1 6780:2 6818:1 6824:5 6826:1 6828:1 6865:1 6868:3 6872:1 6885:3 6936:3 6946:1 6959:2 6998:1 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7111:1 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:4 7224:1 7233:3 7240:4 7251:1 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:5 7301:2 7372:1 7380:1 7400:1 7422:2 7423:1 7428:1 7432:2 7438:3 7440:1 7464:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7662:1 7666:1 7699:1 7807:2 7824:1 7857:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7933:1 8006:2 8011:1 8039:2 8040:1 8047:1 8050:1 8069:4 8089:1 8090:1 8123:1 8127:1 8138:1 8143:1 8154:1 8156:1 8161:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8302:1 8347:1 8378:2 8424:3 8441:1 8457:1 8479:1 8480:3 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8599:1 8613:1 8620:1 8634:2 8655:1 8658:1 8667:1 8705:1 8720:1 8745:1 8749:1 8765:1 8772:13 8791:1 8803:3 8817:1 8833:2 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8974:2 9049:1 9051:3 9053:3 9067:1 9082:1 9105:1 9106:1 9168:1 9171:1 9181:1 9201:2 9244:1 9279:1 9382:1 9422:2 9432:2 9437:1 9438:2 9441:1 9449:1 9470:1 9471:1 9473:2 9500:3 9546:1 9561:1 9579:1 9583:1 9592:1 9602:1 9612:1 9613:1 9620:1 9626:1 9632:3 9633:1 9637:1 9707:1 9722:1 9735:1 9752:8 9759:1 9805:1 9827:14 9864:1 9866:1 9942:3 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10189:1 10231:2 10244:1 10245:1 10250:1 10254:1 10256:1 10259:9 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:4 10415:1 10416:1 10426:1 10427:4 10437:2 10439:1 10444:2 10446:1 10459:1 10461:1 10484:1 10545:1 10547:1 10566:3 10574:1 10579:2 10585:1 10629:1 10646:1 10698:1 10704:1 10720:2 10766:1 10770:1 10778:1 10793:1 10802:1 10809:1 10812:2 10827:3 10839:1 10870:1 10871:1 10888:1 10899:1 10903:1 10962:1 10975:1 11002:1 11045:1 11047:1 11055:1 11072:1 11120:1 11130:1 11153:1 11166:2 11179:1 11200:1 11267:2 11268:1 11269:1 11289:1 11303:1 11304:13 11320:1 11339:1 11340:2 11377:1 11390:2 11409:2 11410:1 11423:1 11425:1 11429:1 11485:1 11541:1 11547:2 11600:1 11605:2 11607:1 11611:1 11632:1 11695:2 11709:1 11732:8 11733:2 11734:1 11738:1 11751:1 11758:1 11760:2 11773:2 11798:2 11803:1 11804:9 11808:2 11812:1 11824:1 11825:17 11864:4 11866:3 11883:1 11906:1 11954:1 11971:1 12022:2 12034:2 12056:1 12065:1 12066:1 12163:1 12167:1 12197:2 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12349:1 12378:1 12394:3 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12512:1 12528:1 12544:1 12556:12 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:8 12657:1 12727:8 12809:2 12814:1 12854:2 12890:1 12905:1 12915:1 12940:1 12962:1 12983:2 13027:1 13040:1 13091:1 13117:1 13119:1 13126:1 13131:1 13134:1 13167:1 13170:1 13180:1 13184:2 13219:1 13229:1 13230:1 13233:1 13246:1 13283:1 13308:1 13318:5 13324:2 13341:1 13344:1 13347:1 13350:2 13394:1 13398:2 13457:3 13478:2 13482:1 13499:1 13511:1 13514:1 13547:1 13565:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:3 13787:5 13813:1 13839:1 13853:1 13864:1 13868:2 13878:1 13900:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14088:1 14095:8 14097:1 14109:1 14110:1 14143:2 14161:2 14211:2 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14373:1 14374:1 14390:1 14400:1 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14455:1 14456:1 14499:1 14534:1 14552:1 14575:1 14619:1 14642:1 14654:3 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14804:1 14810:1 14856:2 14864:3 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:8 14966:8 14985:1 15005:1 15078:2 15083:3 15096:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15198:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:2 15397:1 15404:1 15407:8 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:2 15588:1 15589:2 15591:1 15617:1 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15855:1 15879:6 15884:4 15899:1 15907:1 15926:1 15957:1 15961:1 15964:1 15965:4 15979:4 15980:1 15994:2 15997:1 16009:1 16016:8 16026:2 16068:1 16074:9 16095:1 16107:4 16112:2 16113:1 16117:1 16203:1 16208:1 16213:1 16214:2 16216:1 16217:2 16219:2 16222:1 16223:2 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:1 16399:1 16427:1 16451:8 16452:1 16484:1 16511:3 16514:2 16515:1 16625:2 16633:1 16635:3 16636:1 16639:5 16656:4 16667:1 16702:8 16705:3 16710:2 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:2 16834:1 16858:2 16865:1 16913:2 16926:2 16947:1 16962:1 16971:2 16979:1 17047:1 17093:1 17142:1 17182:1 17184:1 17197:1 17213:1 17214:2 17229:1 17393:2 17434:1 17447:1 17452:1 17456:3 17467:1 17471:1 17484:1 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17683:1 17687:1 17703:1 17729:1 17767:1 17778:1 17820:3 17829:8 17844:2 17914:2 17920:1 17926:2 17935:1 17951:1 18017:1 18082:8 18107:8 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:2 18190:2 18204:1 18211:1 18220:1 18223:1 18224:1 18234:1 18278:1 18293:2 18300:1 18311:1 18324:1 18421:1 18441:3 18461:1 18489:1 18524:1 18539:1 18561:2 18589:8 18600:1 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:1 18839:13 18841:1 18844:1 18878:1 18884:1 18886:1 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:2 19067:1 19081:1 19106:1 19133:1 19143:1 19176:7 19177:1 19178:2 19184:1 19220:1 19224:1 19225:1 19237:1 19238:4 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19338:3 19346:2 19347:1 19387:8 19396:2 19397:2 19413:1 19416:1 19505:1 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19653:1 19654:3 19685:1 19734:4 19798:1 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:3 19950:1 19953:2 19956:1 19960:1 19974:1 19980:1 20010:1 20052:1 20054:8 20063:2 20075:2 20083:1 20088:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20151:1 20152:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:2 20259:3 20274:1 20275:2 20324:1 20329:1 20337:2 20344:1 20349:2 20354:1 20396:2 20403:1 20423:2 20439:1 20443:1 20451:1 20457:3 20463:1 20467:2 20472:2 20493:2 20523:1 20527:1 20537:3 20542:1 20560:1 20565:1 20608:8 20614:1 20618:3 20628:1 20659:1 20671:1 20677:1 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20933:1 20938:3 20974:1 20986:1 20995:1 21018:1 21022:1 21024:1 21036:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:3 21149:1 21162:1 21187:2 21198:1 21242:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21369:1 21370:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21529:1 21561:1 21586:1 21589:1 21606:4 21633:2 21690:2 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21772:1 21784:1 21805:1 21809:2 21814:1 21821:1 21839:1 21891:1 21895:1 21913:2 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:3 22156:1 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:1 22299:1 22309:1 22372:1 22392:3 22423:1 22468:1 22471:1 22497:1 22516:2
10 8:1 10:3 12:1 19:1 23:2 32:3 84:1 91:1 96:2 106:1 115:1 136:1 142:1 157:1 168:1 177:1 215:1 255:1 333:1 341:8 354:4 360:2 376:1 408:1 412:1 424:1 476:1 479:1 488:1 512:3 545:1 547:1 564:1 578:2 583:1 590:1 674:2 680:2 715:1 789:1 790:1 822:1 828:6 829:2 856:3 870:1 945:1 969:3 973:2 984:1 1004:1 1040:1 1042:1 1049:3 1063:4 1077:2 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:4 1313:2 1319:1 1330:2 1347:2 1367:1 1369:1 1384:1 1388:1 1390:7 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:2 1524:1 1536:1 1539:1 1542:5 1560:2 1586:1 1588:2 1590:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1681:1 1723:6 1725:1 1727:1 1752:2 1764:1 1771:2 1814:2 1852:1 1853:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:2 1926:1 1931:1 1932:2 1933:1 1942:1 1945:1 1958:1 1965:1 1969:1 1982:1 2002:1 2014:1 2027:1 2029:1 2056:1 2074:1 2109:1 2148:1 2158:1 2169:1 2170:1 2175:1 2189:1 2191:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:2 2286:1 2288:2 2311:1 2321:1 2345:1 2380:1 2397:1 2405:1 2407:2 2417:1 2424:2 2426:1 2435:1 2463:4 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2766:1 2776:1 2784:1 2805:1 2827:1 2835:1 2849:4 2854:4 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3125:1 3147:2 3197:1 3199:1 3221:1 3225:1 3241:1 3285:3 3309:1 3324:1 3334:4 3344:1 3388:1 3396:1 3408:2 3412:2 3454:1 3458:2 3462:2 3468:1 3473:1 3481:1 3486:2 3491:1 3493:1 3498:1 3501:1 3502:3 3505:3 3508:1 3513:1 3530:1 3566:1 3578:1 3588:1 3601:1 3604:1 3615:1 3674:2 3680:1 3682:10 3694:1 3695:1 3722:2 3728:1 3756:2 3757:2 3771:1 3782:1 3802:2 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:4 3873:1 3910:1 3912:1 3959:1 3981:1 3996:1 4027:1 4045:1 4053:4 4057:1 4060:1 4062:1 4073:1 4091:1 4094:2 4095:1 4119:2 4131:2 4144:1 4146:2 4152:1 4173:1 4181:8 4190:1 4197:1 4231:1 4258:1 4264:1 4276:1 4286:4 4288:1 4366:1 4379:1 4382:6 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:5 4461:1 4465:1 4467:2 4470:2 4485:1 4493:1 4497:1 4498:2 4514:3 4522:1 4525:1 4540:1 4543:1 4544:4 4566:1 4571:1 4574:1 4592:1 4608:1 4630:8 4634:1 4636:1 4652:2 4663:1 4695:1 4704:4 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4833:1 4844:2 4865:2 4876:1 4892:1 4900:1 4901:1 4938:3 4944:2 4945:2 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5169:2 5186:1 5201:2 5205:8 5208:1 5249:1 5312:1 5340:1 5357:2 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:3 5463:1 5478:1 5495:1 5503:1 5514:1 5525:1 5533:2 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5694:1 5697:1 5716:1 5720:2 5739:1 5779:1 5786:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1137 5912:1 5926:1 5932:1 5940:1 5955:1 5972:1 5974:2 6015:1 6111:1 6143:1 6155:1 6213:1 6229:3 6230:1 6235:2 6239:1 6242:1 6246:1 6254:1 6272:1 6275:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6427:3 6432:1 6433:1 6440:1 6443:1 6444:14 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6553:1 6608:1 6634:1 6653:2 6657:1 6662:1 6706:1 6713:1 6734:1 6780:2 6818:1 6824:5 6826:1 6828:1 6865:1 6868:4 6872:1 6885:3 6895:1 6936:3 6946:1 6959:2 6998:1 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7111:1 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:5 7224:1 7233:3 7240:6 7251:1 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:5 7301:2 7372:1 7380:1 7389:1 7400:1 7422:2 7423:1 7428:1 7432:2 7438:3 7440:1 7464:1 7466:2 7475:2 7494:1 7530:1 7565:2 7619:1 7659:1 7662:1 7666:1 7699:1 7807:2 7824:1 7857:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7933:1 8006:2 8011:1 8039:2 8040:1 8047:1 8050:1 8069:4 8089:1 8090:1 8123:1 8127:1 8138:1 8143:1 8154:1 8156:1 8161:1 8168:1 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8302:1 8347:1 8378:2 8424:3 8441:1 8457:1 8479:1 8480:3 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8584:1 8599:1 8613:1 8620:1 8634:2 8641:1 8655:1 8658:1 8667:1 8705:1 8720:1 8745:1 8749:1 8765:1 8772:14 8791:1 8803:3 8817:1 8833:2 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8974:2 9049:2 9051:3 9053:3 9067:1 9082:1 9105:1 9106:1 9168:1 9171:1 9181:1 9197:1 9201:2 9244:1 9279:1 9365:1 9382:1 9422:2 9432:2 9437:1 9438:2 9441:1 9449:1 9470:1 9471:1 9473:2 9500:3 9546:1 9561:1 9579:1 9583:1 9592:1 9602:1 9606:1 9612:1 9613:1 9620:1 9626:1 9632:3 9633:2 9634:1 9637:1 9707:1 9722:1 9735:1 9752:8 9759:1 9805:1 9827:15 9864:1 9866:1 9942:3 9958:1 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10164:1 10189:1 10231:2 10244:1 10245:1 10250:1 10254:1 10256:1 10259:10 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:6 10413:1 10415:1 10416:1 10426:1 10427:4 10430:1 10437:2 10439:1 10444:3 10446:1 10459:1 10461:1 10484:2 10539:1 10545:1 10547:1 10566:3 10574:1 10579:2 10585:1 10629:1 10631:1 10646:1 10698:1 10704:1 10720:2 10766:1 10770:1 10778:1 10793:1 10802:1 10809:1 10812:2 10827:3 10839:1 10870:1 10871:1 10888:1 10899:1 10903:1 10939:1 10962:1 10975:1 11002:1 11045:1 11047:1 11055:1 11072:1 11120:1 11130:1 11153:1 11166:2 11179:1 11200:1 11267:2 11268:1 11269:1 11289:1 11303:1 11304:14 11320:1 11339:1 11340:2 11377:1 11390:2 11409:2 11410:1 11423:1 11425:1 11429:2 11485:1 11508:2 11541:1 11547:2 11600:1 11605:2 11607:1 11611:1 11632:1 11653:1 11695:2 11709:1 11732:8 11733:2 11734:1 11738:1 11751:1 11758:1 11760:2 11773:2 11798:2 11803:1 11804:10 11808:2 11812:1 11824:1 11825:20 11864:4 11866:3 11883:1 11906:1 11954:1 11971:1 12022:2 12034:2 12047:1 12056:1 12065:1 12066:1 12163:2 12167:1 12197:2 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12348:1 12349:1 12378:1 12394:3 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12512:1 12528:1 12544:1 12556:12 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:8 12657:1 12727:8 12809:2 12814:1 12854:2 12890:2 12905:1 12915:1 12918:1 12940:1 12962:1 12983:2 13027:1 13040:1 13091:1 13117:1 13119:1 13126:1 13131:1 13134:1 13167:1 13170:1 13171:1 13180:1 13184:2 13219:1 13229:1 13230:1 13233:1 13246:1 13283:1 13308:1 13318:5 13324:2 13341:1 13344:1 13347:1 13350:2 13394:1 13398:2 13412:1 13457:3 13478:2 13482:1 13499:1 13511:1 13514:1 13547:1 13565:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:4 13787:5 13813:1 13839:1 13853:1 13864:1 13868:2 13875:1 13878:1 13900:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14088:1 14095:8 14097:1 14109:1 14110:1 14143:2 14161:2 14211:2 14218:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14373:1 14374:1 14390:1 14400:2 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14455:1 14456:1 14499:1 14534:1 14552:1 14575:1 14619:1 14642:1 14654:3 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14804:1 14810:1 14856:2 14864:3 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:8 14966:8 14985:1 15005:1 15078:2 15083:3 15096:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15198:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:2 15397:1 15404:1 15407:8 15421:1 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:2 15588:1 15589:2 15591:1 15617:1 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15837:1 15855:1 15879:6 15884:4 15899:1 15907:1 15926:1 15957:1 15961:1 15964:1 15965:4 15979:4 15980:1 15994:2 15997:1 16009:1 16016:8 16026:2 16068:1 16074:10 16083:1 16095:2 16107:4 16112:2 16113:1 16117:1 16203:1 16208:1 16213:1 16214:2 16216:1 16217:2 16219:2 16222:1 16223:2 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:2 16399:1 16427:1 16451:8 16452:1 16484:1 16511:3 16514:2 16515:1 16625:2 16633:1 16635:3 16636:1 16639:5 16656:4 16667:1 16702:8 16705:3 16710:2 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:2 16834:1 16858:2 16865:1 16913:2 16926:2 16947:1 16962:1 16971:2 16979:1 17047:1 17093:1 17142:1 17182:1 17184:1 17197:1 17213:1 17214:2 17221:1 17229:1 17393:2 17397:1 17434:1 17447:1 17452:1 17456:3 17467:2 17471:1 17484:2 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17660:1 17683:1 17687:1 17703:1 17729:1 17767:1 17778:1 17820:3 17829:8 17844:2 17914:2 17920:1 17926:2 17935:1 17951:1 18017:1 18082:8 18107:8 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:2 18190:2 18204:1 18211:1 18220:1 18223:1 18224:1 18234:1 18264:1 18278:1 18293:2 18300:1 18311:1 18324:1 18421:1 18441:3 18461:1 18489:1 18524:1 18539:1 18561:2 18589:8 18600:1 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:1 18839:14 18841:1 18844:1 18878:1 18884:1 18886:2 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:2 19067:1 19081:1 19106:1 19133:1 19143:1 19176:7 19177:1 19178:2 19184:1 19220:1 19224:1 19225:1 19237:1 19238:4 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19330:1 19338:3 19346:2 19347:1 19374:1 19387:8 19396:2 19397:2 19413:1 19416:1 19505:1 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19653:1 19654:3 19685:1 19709:1 19734:4 19798:1 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:3 19950:1 19953:2 19956:1 19960:1 19974:1 19980:1 20010:1 20052:1 20054:8 20063:2 20070:1 20075:2 20083:1 20088:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20151:1 20152:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:2 20259:3 20274:1 20275:2 20324:1 20329:1 20337:2 20344:1 20349:2 20354:1 20396:2 20403:1 20423:2 20439:1 20443:1 20451:1 20457:3 20463:1 20467:2 20472:2 20493:2 20523:1 20527:1 20537:3 20542:1 20560:1 20565:1 20608:8 20614:1 20618:4 20628:1 20659:1 20671:1 20677:1 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20933:1 20938:3 20974:1 20986:1 20995:1 21018:1 21022:1 21024:1 21036:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:3 21149:1 21162:1 21187:2 21198:1 21239:1 21242:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21369:1 21370:1 21381:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21529:1 21561:1 21586:1 21589:1 21604:1 21606:4 21633:2 21690:2 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21772:1 21784:1 21805:1 21809:2 21814:1 21821:1 21839:1 21891:1 21895:2 21913:2 21920:1 21932:1 21973:1 21978:1 21991:1 22007:1 22011:1 22027:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:3 22156:1 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:1 22299:1 22309:1 22372:1 22392:3 22423:1 22468:1 22471:1 22497:1 22516:2
10 8:1 10:3 12:1 19:1 23:2 32:3 84:1 91:1 96:2 106:1 115:1 136:1 142:1 154:1 157:1 168:1 177:1 206:1 215:1 255:1 333:1 341:8 354:4 360:2 376:1 408:1 412:1 424:1 476:1 479:1 488:1 512:3 545:1 547:1 564:1 578:2 583:1 590:1 674:2 680:2 715:1 789:1 790:1 822:1 828:6 829:2 856:3 870:1 945:1 969:3 973:2 984:1 1004:1 1040:1 1042:1 1049:3 1063:4 1077:2 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:4 1313:2 1319:1 1330:2 1347:2 1367:1 1369:1 1384:1 1388:1 1390:7 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:3 1524:1 1536:1 1539:1 1542:5 1560:2 1586:1 1588:2 1590:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1681:1 1723:6 1725:1 1727:1 1752:3 1764:1 1771:2 1814:2 1852:1 1853:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:2 1926:1 1931:1 1932:2 1933:1 1942:1 1945:1 1958:1 1965:1 1969:1 1982:1 2002:1 2014:1 2027:1 2029:1 2035:1 2056:1 2074:1 2109:1 2148:1 2158:1 2169:1 2170:1 2175:1 2189:1 2191:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:2 2286:1 2288:2 2298:1 2311:1 2321:1 2345:1 2380:1 2397:1 2405:1 2407:2 2417:1 2424:2 2426:1 2435:1 2463:4 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2766:1 2776:1 2784:1 2805:1 2827:1 2835:1 2849:4 2854:4 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3125:1 3147:2 3197:1 3199:1 3221:1 3225:1 3241:1 3285:3 3309:1 3324:1 3334:4 3344:1 3388:1 3396:1 3408:2 3412:2 3454:1 3458:2 3462:2 3468:1 3473:1 3481:1 3486:2 3491:1 3493:1 3498:1 3501:1 3502:3 3505:3 3508:1 3513:1 3530:1 3566:1 3578:1 3588:1 3601:1 3604:1 3615:1 3674:2 3680:1 3682:11 3694:1 3695:1 3722:2 3728:1 3739:1 3756:2 3757:2 3771:1 3782:1 3802:2 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:4 3873:1 3906:1 3910:1 3912:1 3959:1 3981:1 3996:1 4027:1 4045:1 4053:4 4057:1 4060:1 4062:1 4073:1 4091:1 4094:2 4095:1 4119:2 4131:2 4144:1 4146:2 4152:1 4173:1 4181:8 4190:1 4197:1 4231:1 4258:1 4264:1 4276:1 4286:4 4288:1 4329:1 4366:1 4379:1 4382:6 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:6 4461:1 4465:1 4467:2 4470:2 4485:1 4493:1 4497:1 4498:2 4514:3 4522:1 4525:1 4540:1 4543:1 4544:4 4566:1 4571:1 4574:1 4592:1 4608:1 4630:8 4634:1 4636:1 4652:2 4663:1 4695:1 4704:4 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4833:1 4844:2 4865:2 4876:1 4892:1 4900:1 4901:1 4938:3 4944:2 4945:2 4968:1 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5169:2 5186:1 5201:2 5205:8 5208:1 5249:1 5312:1 5340:1 5357:2 5369:1 5370:1 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:4 5463:1 5470:1 5478:1 5495:1 5503:1 5514:1 5525:1 5533:2 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5694:1 5697:1 5716:1 5720:2 5739:1 5779:1 5786:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1171 5912:1 5926:1 5932:1 5940:1 5955:1 5972:1 5974:2 6015:1 6111:1 6143:1 6155:1 6213:1 6229:3 6230:1 6235:2 6239:1 6242:1 6246:1 6254:1 6272:1 6275:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6418:1 6427:3 6432:1 6433:1 6440:1 6443:1 6444:15 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6553:1 6608:1 6634:1 6653:2 6657:1 6662:1 6706:1 6713:1 6734:1 6780:2 6818:1 6824:5 6826:1 6828:1 6865:1 6868:4 6872:1 6885:3 6895:1 6936:3 6946:1 6959:2 6995:1 6998:1 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7111:1 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:6 7224:1 7230:1 7233:3 7240:6 7251:1 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:5 7301:2 7372:1 7380:1 7389:1 7400:1 7422:2 7423:1 7428:1 7432:2 7438:4 7440:1 7448:1 7464:1 7466:2 7475:2 7477:1 7494:1 7530:1 7565:2 7619:1 7659:1 7662:1 7666:1 7699:1 7734:1 7807:2 7824:1 7857:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7933:1 7948:1 8006:2 8011:1 8039:2 8040:1 8047:1 8050:1 8069:4 8089:1 8090:1 8123:2 8127:1 8138:1 8143:1 8154:1 8156:1 8161:1 8168:2 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8302:1 8347:1 8378:2 8424:3 8441:1 8457:1 8479:1 8480:3 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8584:1 8599:1 8613:1 8620:1 8634:2 8641:1 8655:1 8658:1 8667:1 8705:1 8720:1 8745:1 8749:1 8765:1 8772:15 8791:1 8803:3 8817:1 8833:2 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8974:2 9049:2 9051:3 9053:3 9067:1 9082:1 9105:1 9106:1 9168:1 9171:1 9181:2 9197:1 9201:2 9244:1 9279:1 9365:1 9382:1 9422:2 9432:2 9437:1 9438:2 9441:1 9442:1 9449:1 9470:1 9471:1 9473:2 9500:3 9546:1 9561:1 9579:1 9583:1 9592:1 9602:1 9603:1 9606:1 9612:1 9613:1 9620:1 9626:1 9632:3 9633:2 9634:1 9637:1 9707:1 9722:1 9735:1 9752:8 9759:1 9805:1 9827:16 9864:1 9866:1 9882:1 9929:1 9942:3 9958:1 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10151:1 10164:1 10189:1 10231:2 10244:1 10245:2 10250:1 10254:1 10256:1 10259:11 10276:1 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:6 10413:1 10415:1 10416:1 10426:1 10427:4 10430:1 10437:2 10439:1 10444:3 10446:1 10459:1 10461:1 10484:2 10539:1 10545:1 10547:1 10566:3 10574:1 10579:2 10585:1 10605:1 10629:1 10631:1 10646:1 10698:1 10704:1 10720:2 10757:1 10766:1 10770:1 10778:1 10793:1 10795:1 10802:1 10809:1 10812:2 10827:3 10839:1 10870:1 10871:1 10881:1 10888:1 10899:1 10903:1 10939:1 10962:1 10975:1 11002:1 11045:1 11047:1 11055:1 11072:1 11120:1 11130:1 11153:1 11166:2 11179:1 11187:1 11200:1 11267:2 11268:1 11269:1 11289:1 11303:1 11304:15 11320:1 11339:1 11340:2 11341:1 11377:1 11390:2 11409:2 11410:1 11423:1 11425:1 11429:2 11485:1 11508:2 11541:1 11547:2 11572:1 11600:1 11601:1 11605:3 11607:1 11611:1 11632:1 11653:1 11695:3 11709:1 11732:8 11733:2 11734:1 11738:1 11751:1 11758:1 11760:2 11773:2 11792:1 11798:2 11803:1 11804:11 11808:2 11812:1 11824:1 11825:20 11864:5 11866:3 11883:1 11906:1 11954:1 11971:1 12022:2 12034:2 12047:1 12056:1 12065:1 12066:1 12163:3 12167:1 12197:2 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12348:1 12349:1 12370:1 12378:1 12394:3 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12512:1 12528:1 12544:2 12556:12 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:8 12657:1 12727:8 12809:2 12814:1 12854:2 12875:1 12890:2 12905:1 12915:1 12918:1 12940:1 12962:1 12980:1 12983:2 13002:1 13006:1 13027:2 13040:1 13091:1 13116:1 13117:1 13119:1 13126:1 13131:1 13134:1 13167:1 13170:1 13171:1 13180:1 13184:2 13219:1 13229:1 13230:2 13233:1 13246:1 13283:1 13308:1 13318:5 13322:1 13324:3 13341:1 13344:1 13347:1 13350:2 13394:1 13398:2 13412:1 13457:3 13478:2 13482:1 13499:1 13511:1 13514:1 13547:1 13565:1 13623:1 13631:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:4 13787:5 13813:1 13839:1 13853:1 13864:1 13868:2 13875:1 13878:1 13900:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14088:1 14095:8 14097:1 14109:1 14110:1 14143:2 14161:2 14181:1 14211:2 14218:1 14249:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14373:1 14374:1 14390:1 14400:2 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14455:1 14456:1 14499:1 14534:1 14552:1 14575:1 14619:1 14642:1 14654:3 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14804:1 14807:1 14810:1 14856:2 14864:3 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:8 14966:8 14985:1 15005:1 15078:2 15083:3 15096:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15198:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:2 15397:1 15404:1 15405:1 15407:8 15409:1 15421:1 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:2 15588:1 15589:2 15591:1 15610:1 15617:2 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15837:1 15855:1 15879:6 15884:4 15899:1 15907:1 15926:1 15957:1 15961:1 15964:1 15965:4 15979:4 15980:1 15994:2 15997:1 16009:1 16016:8 16026:2 16068:1 16074:11 16083:1 16095:2 16107:4 16112:2 16113:1 16117:1 16119:1 16203:1 16208:1 16213:1 16214:2 16216:1 16217:2 16219:2 16222:1 16223:3 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:2 16399:1 16427:1 16451:8 16452:1 16484:1 16511:3 16514:2 16515:1 16531:1 16625:2 16633:1 16635:3 16636:1 16639:5 16656:4 16659:1 16667:1 16702:8 16705:3 16710:2 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:2 16834:1 16858:2 16865:1 16913:2 16926:2 16947:1 16962:1 16971:2 16979:1 17047:1 17084:1 17093:1 17142:1 17180:1 17182:1 17184:1 17197:1 17213:1 17214:2 17221:1 17229:1 17335:1 17393:2 17397:1 17434:1 17447:1 17452:1 17456:4 17467:3 17471:1 17476:1 17484:2 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17660:1 17683:1 17687:1 17697:1 17703:1 17729:1 17767:1 17778:1 17820:3 17829:8 17844:2 17914:2 17920:1 17926:2 17935:1 17951:1 18017:1 18082:8 18107:8 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:2 18190:2 18204:1 18211:1 18220:1 18223:1 18224:1 18234:1 18254:1 18264:1 18278:1 18293:2 18300:1 18311:1 18324:1 18421:1 18441:3 18461:1 18489:1 18524:1 18539:1 18561:2 18589:8 18600:1 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:1 18839:15 18841:1 18844:1 18878:1 18884:1 18886:2 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:2 19067:1 19081:1 19106:1 19133:1 19143:1 19176:7 19177:1 19178:2 19184:1 19220:1 19224:1 19225:1 19237:1 19238:4 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19330:1 19338:3 19346:2 19347:1 19374:1 19387:8 19396:2 19397:2 19413:1 19416:1 19467:1 19505:1 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19653:1 19654:3 19685:1 19709:1 19734:4 19798:2 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:3 19950:1 19953:2 19956:1 19960:1 19974:1 19980:1 20010:1 20052:1 20054:8 20063:2 20070:1 20075:2 20083:1 20088:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20151:1 20152:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:3 20259:3 20274:1 20275:2 20324:1 20329:1 20337:2 20344:1 20349:2 20354:1 20396:2 20403:1 20423:2 20439:2 20443:1 20451:1 20457:3 20463:1 20467:2 20472:2 20493:2 20521:1 20523:1 20527:1 20537:3 20542:1 20560:1 20565:1 20608:8 20614:1 20618:4 20628:1 20659:1 20671:1 20677:1 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20933:1 20938:3 20974:1 20986:1 20995:1 21018:1 21022:1 21024:1 21036:1 21041:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:3 21149:1 21162:1 21187:2 21198:1 21239:1 21242:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21369:1 21370:1 21381:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21529:1 21561:1 21586:1 21589:1 21604:1 21606:4 21633:2 21690:2 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21772:1 21784:1 21805:1 21809:2 21814:1 21821:1 21839:1 21853:1 21891:1 21895:2 21913:2 21920:1 21932:1 21973:1 21978:1 21991:1 21997:1 22007:1 22011:1 22027:1 22051:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:3 22156:1 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:2 22299:1 22309:1 22372:1 22392:3 22423:1 22468:1 22471:1 22497:1 22516:2
10 8:1 10:3 12:1 19:1 23:2 32:3 84:1 91:1 96:2 106:1 115:1 136:1 142:1 154:1 157:1 168:1 177:1 206:1 215:1 255:1 333:1 341:8 354:4 360:2 376:1 386:1 408:1 412:1 424:1 476:1 479:1 488:1 512:3 545:1 547:1 564:1 578:2 583:1 590:1 623:1 674:2 680:2 715:1 789:1 790:1 822:1 828:6 829:2 856:3 870:2 945:1 969:3 973:2 984:1 1004:1 1040:1 1042:1 1049:3 1063:4 1077:2 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:4 1313:2 1319:1 1330:2 1347:2 1367:1 1369:1 1384:1 1388:1 1390:7 1404:1 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:3 1524:1 1536:1 1539:1 1542:5 1560:2 1586:1 1588:2 1590:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1681:1 1723:6 1725:1 1727:1 1752:3 1764:1 1771:2 1814:2 1852:1 1853:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:2 1926:1 1931:1 1932:2 1933:1 1942:1 1945:1 1958:1 1965:1 1969:1 1982:1 2002:1 2014:1 2027:1 2029:1 2035:1 2056:1 2074:1 2109:1 2148:1 2158:1 2169:1 2170:1 2175:1 2189:1 2191:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:2 2286:1 2288:2 2298:1 2311:1 2321:1 2345:1 2380:1 2397:1 2405:1 2407:2 2417:1 2424:2 2426:1 2428:1 2435:1 2463:4 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2766:1 2776:1 2784:1 2805:1 2827:1 2835:1 2849:4 2854:4 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3125:1 3147:2 3197:1 3199:1 3221:1 3225:1 3241:1 3285:3 3309:1 3324:1 3334:4 3344:1 3388:1 3396:1 3408:2 3412:2 3454:1 3458:2 3462:2 3468:1 3473:1 3481:1 3486:2 3491:1 3493:1 3498:1 3501:1 3502:3 3505:3 3508:1 3513:1 3530:1 3566:1 3578:1 3588:1 3601:1 3604:1 3615:1 3674:2 3680:1 3682:11 3694:1 3695:1 3722:2 3728:1 3739:1 3756:2 3757:2 3771:1 3782:1 3802:2 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:4 3873:1 3906:1 3910:1 3912:1 3959:1 3981:1 3996:1 3998:1 4027:1 4045:1 4053:4 4057:1 4060:1 4062:1 4073:1 4091:1 4094:2 4095:1 4119:2 4131:2 4144:1 4146:2 4152:1 4173:1 4181:8 4190:1 4197:1 4231:1 4258:1 4264:1 4276:1 4286:4 4288:1 4329:1 4366:1 4379:1 4382:6 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:6 4461:1 4465:1 4467:2 4470:2 4485:1 4493:1 4497:1 4498:2 4514:3 4522:1 4525:1 4540:1 4543:1 4544:4 4566:1 4571:1 4574:1 4592:1 4608:1 4630:8 4634:1 4636:1 4652:2 4663:1 4695:1 4704:4 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4833:1 4844:2 4865:2 4876:1 4892:1 4900:1 4901:1 4938:3 4944:2 4945:2 4968:1 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5169:2 5186:1 5201:2 5205:8 5208:1 5249:1 5312:1 5340:1 5357:2 5369:1 5370:1 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:4 5463:1 5470:1 5478:1 5495:1 5503:1 5514:1 5525:1 5533:2 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5694:1 5697:1 5716:1 5720:2 5739:1 5779:1 5786:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1198 5909:1 5912:1 5926:1 5932:1 5940:1 5955:1 5972:1 5974:2 6015:1 6111:1 6143:1 6155:1 6213:1 6229:3 6230:1 6235:2 6239:1 6242:1 6246:1 6254:1 6272:1 6275:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6418:1 6427:3 6432:1 6433:1 6440:1 6443:1 6444:15 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6553:1 6608:1 6634:1 6653:2 6657:1 6662:1 6706:1 6713:1 6734:1 6780:2 6818:1 6824:5 6826:1 6828:1 6865:1 6868:4 6872:1 6885:3 6895:1 6936:3 6946:1 6959:2 6995:1 6998:1 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7111:1 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:6 7224:1 7230:1 7233:3 7240:6 7251:1 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:5 7301:2 7372:1 7380:1 7389:1 7400:1 7422:2 7423:1 7428:1 7432:2 7438:4 7440:1 7448:1 7464:1 7466:2 7475:2 7477:1 7494:1 7530:1 7565:2 7619:1 7659:1 7662:1 7666:1 7699:1 7734:1 7807:2 7824:1 7857:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7933:1 7948:1 8006:2 8011:1 8039:2 8040:1 8047:1 8050:1 8069:4 8089:1 8090:1 8123:2 8127:1 8138:1 8143:1 8154:1 8156:1 8161:1 8168:2 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8302:1 8347:1 8378:2 8424:3 8441:1 8457:1 8479:1 8480:3 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8584:1 8599:1 8613:1 8620:1 8634:2 8639:1 8641:1 8655:1 8658:1 8667:1 8705:1 8720:1 8745:1 8749:1 8765:1 8772:15 8791:1 8803:3 8817:1 8833:2 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8974:2 9049:2 9051:3 9053:3 9067:1 9082:1 9105:1 9106:1 9168:1 9171:1 9181:2 9197:1 9201:3 9244:1 9279:1 9365:1 9382:1 9422:2 9432:2 9437:1 9438:3 9441:1 9442:1 9449:1 9470:1 9471:1 9473:2 9500:3 9546:1 9561:1 9579:1 9583:1 9592:1 9602:1 9603:1 9606:1 9612:1 9613:1 9620:1 9626:1 9632:3 9633:2 9634:1 9637:1 9707:1 9722:1 9735:1 9752:8 9759:1 9805:1 9827:16 9864:1 9866:1 9882:1 9929:1 9942:3 9958:1 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10151:1 10164:1 10189:1 10231:2 10244:1 10245:2 10250:1 10254:1 10256:1 10259:11 10276:1 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:6 10413:1 10415:1 10416:1 10426:1 10427:4 10430:1 10437:2 10439:1 10444:3 10446:1 10459:1 10461:1 10484:2 10539:1 10545:1 10547:1 10548:1 10566:3 10574:1 10579:2 10585:1 10605:1 10629:1 10631:1 10646:1 10698:1 10704:1 10720:2 10757:1 10766:1 10770:1 10778:1 10793:1 10795:1 10802:1 10809:1 10812:2 10827:3 10839:1 10870:1 10871:1 10881:1 10888:1 10899:1 10903:1 10939:1 10962:1 10975:1 11002:1 11045:1 11047:1 11055:1 11072:1 11120:1 11130:1 11153:1 11166:2 11179:1 11187:1 11200:1 11267:2 11268:1 11269:1 11289:1 11303:1 11304:15 11320:1 11339:1 11340:2 11341:1 11377:1 11390:2 11409:2 11410:1 11423:1 11425:1 11429:2 11485:1 11508:2 11541:1 11547:2 11572:1 11600:1 11601:1 11605:3 11607:1 11611:1 11632:1 11653:1 11695:3 11709:1 11732:8 11733:2 11734:1 11738:1 11751:1 11758:1 11760:2 11773:2 11792:1 11798:3 11803:1 11804:11 11808:2 11812:1 11824:1 11825:20 11864:5 11866:3 11883:1 11906:1 11954:1 11971:1 12022:2 12034:2 12047:1 12056:1 12065:1 12066:1 12163:3 12167:1 12197:2 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12348:1 12349:1 12370:1 12378:1 12394:3 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12512:1 12528:1 12544:2 12556:12 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:8 12657:1 12727:8 12809:2 12814:1 12854:2 12875:1 12890:2 12905:1 12915:1 12918:1 12940:1 12962:1 12980:1 12983:2 13002:1 13006:1 13027:2 13040:1 13091:1 13116:1 13117:1 13119:1 13126:1 13131:1 13134:1 13167:1 13170:1 13171:1 13180:1 13184:2 13219:1 13229:1 13230:2 13233:1 13246:1 13283:1 13308:1 13318:5 13322:1 13324:3 13341:1 13344:1 13347:1 13350:2 13394:1 13398:2 13412:1 13457:3 13478:3 13482:1 13499:1 13511:1 13514:1 13547:1 13565:1 13623:1 13631:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:4 13787:5 13813:1 13839:1 13853:1 13864:1 13868:2 13875:1 13878:1 13900:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14088:1 14095:8 14097:1 14109:1 14110:1 14143:2 14161:2 14181:1 14211:2 14218:1 14249:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14373:1 14374:1 14390:1 14400:2 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14455:1 14456:1 14499:1 14534:1 14552:1 14575:1 14619:1 14642:1 14654:3 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14788:2 14804:1 14807:1 14810:1 14856:2 14864:3 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:8 14966:8 14985:1 15005:1 15078:2 15083:3 15096:1 15105:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15198:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:3 15397:1 15404:1 15405:1 15407:8 15409:1 15421:1 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:2 15588:1 15589:2 15591:1 15610:1 15617:2 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15837:1 15855:1 15879:6 15884:4 15899:1 15907:1 15926:1 15957:1 15961:1 15964:1 15965:4 15979:4 15980:1 15994:2 15997:1 16009:1 16016:8 16026:2 16068:1 16072:1 16074:11 16083:1 16095:2 16107:4 16112:2 16113:1 16117:1 16119:1 16203:1 16208:1 16213:1 16214:2 16216:1 16217:2 16219:2 16222:1 16223:3 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:2 16399:1 16427:1 16451:8 16452:1 16478:1 16484:1 16511:3 16514:2 16515:1 16531:1 16625:2 16633:1 16635:3 16636:1 16639:5 16656:4 16659:1 16667:1 16702:8 16705:3 16710:2 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:2 16834:1 16858:2 16865:1 16913:2 16926:2 16947:1 16962:1 16971:2 16979:1 17047:1 17084:1 17093:1 17142:1 17180:1 17182:1 17184:1 17197:1 17213:1 17214:2 17221:1 17229:1 17335:1 17393:2 17397:1 17434:1 17447:1 17452:1 17456:4 17467:3 17471:1 17476:1 17484:2 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17660:1 17683:1 17687:1 17697:1 17703:1 17729:1 17767:1 17778:1 17820:3 17829:8 17844:2 17914:2 17920:1 17926:2 17935:1 17951:1 18017:1 18082:8 18107:8 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:2 18190:2 18204:1 18211:1 18220:1 18223:1 18224:1 18234:1 18254:1 18264:1 18278:1 18293:2 18300:1 18311:1 18324:1 18421:1 18441:3 18461:1 18489:1 18524:1 18539:1 18561:2 18589:8 18600:1 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:1 18839:15 18841:1 18844:1 18878:1 18884:1 18886:2 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:2 19067:1 19081:1 19106:1 19133:1 19143:1 19176:7 19177:1 19178:2 19184:1 19220:1 19224:1 19225:1 19237:1 19238:4 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19330:1 19338:3 19346:2 19347:1 19374:1 19387:8 19396:2 19397:2 19413:1 19416:1 19467:1 19505:1 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19653:1 19654:3 19685:1 19709:1 19734:4 19798:2 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:3 19950:1 19953:2 19956:1 19960:1 19974:1 19980:1 20010:2 20052:1 20054:8 20063:2 20070:1 20075:2 20083:1 20088:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20151:1 20152:1 20154:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:3 20259:3 20274:1 20275:2 20324:1 20329:1 20337:2 20344:1 20349:2 20354:1 20396:2 20403:1 20423:2 20439:2 20443:1 20451:1 20457:3 20463:1 20467:2 20472:2 20493:2 20521:1 20523:1 20527:1 20537:3 20542:1 20560:1 20565:1 20608:8 20614:1 20618:4 20628:1 20659:1 20671:1 20677:2 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20933:1 20938:3 20974:1 20986:1 20995:1 21018:1 21022:1 21024:1 21036:1 21041:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:3 21149:1 21162:1 21187:2 21198:1 21239:1 21242:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21369:1 21370:1 21381:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21529:1 21561:1 21586:1 21589:1 21604:1 21606:4 21633:2 21690:2 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21772:1 21784:1 21805:1 21809:2 21814:1 21821:1 21839:1 21853:1 21891:1 21895:2 21913:2 21920:1 21932:1 21973:1 21978:1 21986:1 21991:1 21997:1 22007:1 22011:1 22027:1 22051:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:3 22156:1 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:2 22299:1 22309:1 22372:1 22392:3 22423:1 22468:1 22471:1 22497:1 22516:2
10 8:1 10:3 12:1 19:1 23:2 32:3 84:1 91:1 96:2 106:1 115:1 136:1 142:1 154:1 157:1 168:1 177:1 206:1 215:1 255:1 333:1 341:8 354:4 360:2 376:1 386:1 408:1 412:1 424:1 476:1 479:1 488:1 512:3 545:1 547:1 564:1 578:2 583:1 590:1 623:1 674:2 680:2 715:1 789:1 790:1 822:1 828:6 829:2 856:3 870:2 945:1 969:3 973:2 984:1 1004:1 1040:1 1042:1 1049:3 1063:4 1077:2 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:5 1313:2 1319:1 1330:2 1347:2 1367:1 1369:1 1384:1 1388:1 1390:7 1403:1 1404:1 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:3 1524:1 1536:1 1539:1 1542:5 1560:2 1586:1 1588:2 1590:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1681:1 1723:6 1725:1 1727:1 1752:3 1764:1 1771:2 1814:2 1852:1 1853:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:2 1926:1 1931:1 1932:2 1933:1 1942:1 1945:1 1958:1 1965:1 1969:1 1982:1 2002:1 2014:1 2027:1 2029:1 2035:1 2056:1 2074:1 2109:1 2148:1 2158:1 2169:1 2170:1 2175:1 2189:1 2191:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:2 2286:1 2288:2 2298:1 2311:1 2321:1 2343:1 2345:1 2380:1 2397:1 2405:1 2407:2 2417:1 2424:2 2426:1 2428:1 2435:1 2463:4 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2766:1 2776:1 2784:1 2805:1 2827:1 2835:1 2849:4 2854:4 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3125:1 3147:2 3197:1 3199:1 3221:1 3225:1 3241:1 3285:3 3309:1 3324:1 3334:4 3344:1 3388:1 3396:1 3408:2 3412:2 3454:1 3458:2 3462:2 3468:1 3473:1 3481:1 3486:2 3491:1 3493:1 3498:1 3501:1 3502:3 3505:3 3508:1 3513:1 3530:1 3566:1 3578:1 3588:1 3601:1 3604:1 3615:1 3674:2 3680:1 3682:11 3694:1 3695:1 3722:2 3728:1 3739:1 3756:2 3757:2 3771:1 3782:1 3802:2 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:4 3873:1 3906:1 3910:1 3912:1 3959:1 3981:1 3996:1 3998:1 4027:1 4045:1 4053:4 4057:1 4060:1 4062:1 4073:1 4091:1 4094:2 4095:1 4119:2 4131:2 4144:1 4146:2 4152:1 4173:1 4181:8 4190:1 4197:1 4231:1 4258:1 4264:1 4276:1 4286:4 4288:1 4329:1 4366:1 4369:1 4379:1 4382:6 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:6 4461:1 4464:1 4465:1 4467:2 4470:2 4485:1 4493:1 4497:1 4498:2 4514:3 4522:1 4525:1 4540:1 4543:1 4544:4 4566:1 4571:1 4574:1 4592:1 4608:1 4630:8 4634:1 4636:1 4652:2 4663:1 4695:1 4704:4 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4833:1 4844:2 4865:2 4876:1 4892:1 4900:1 4901:1 4938:3 4944:2 4945:2 4968:1 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:1 5108:1 5145:1 5169:2 5186:1 5201:2 5205:8 5208:1 5213:1 5249:1 5312:1 5340:1 5357:2 5369:1 5370:1 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:4 5463:1 5470:1 5478:1 5495:1 5503:1 5514:1 5525:1 5533:2 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5694:1 5697:1 5716:1 5720:2 5739:1 5779:1 5786:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1221 5909:1 5912:1 5926:1 5932:1 5940:1 5955:1 5972:1 5974:2 6015:1 6111:1 6143:1 6155:1 6213:1 6229:3 6230:1 6235:2 6239:1 6242:1 6246:1 6254:1 6272:1 6275:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6418:1 6427:3 6432:1 6433:1 6440:1 6443:1 6444:15 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6553:1 6608:1 6634:1 6653:2 6657:1 6662:1 6706:1 6713:1 6734:1 6780:2 6818:1 6824:5 6826:1 6828:1 6865:1 6868:4 6872:1 6885:3 6895:1 6936:3 6946:1 6959:2 6995:1 6998:1 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7111:1 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:6 7224:1 7230:1 7233:3 7240:6 7251:1 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:5 7301:2 7372:1 7380:1 7389:1 7400:2 7422:2 7423:1 7428:1 7432:2 7438:4 7440:1 7448:1 7464:1 7466:2 7475:2 7477:1 7494:1 7530:1 7565:2 7619:1 7659:1 7662:2 7666:1 7699:1 7734:1 7807:2 7824:1 7857:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7933:1 7948:1 8006:2 8011:1 8039:2 8040:1 8047:1 8050:1 8069:4 8089:1 8090:1 8123:2 8127:1 8138:1 8143:1 8154:1 8156:1 8161:1 8168:2 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8264:2 8268:2 8302:1 8347:1 8363:1 8378:2 8424:3 8441:1 8457:1 8479:1 8480:3 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8584:1 8599:1 8613:1 8620:1 8634:2 8639:1 8641:1 8655:1 8658:1 8667:1 8705:1 8720:1 8745:1 8749:1 8765:1 8772:15 8791:1 8803:3 8817:1 8833:2 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8974:2 9049:2 9051:3 9053:3 9067:1 9082:1 9105:1 9106:1 9168:1 9171:1 9181:2 9197:1 9201:3 9244:1 9279:1 9365:1 9382:1 9422:2 9432:2 9437:1 9438:3 9441:1 9442:1 9449:1 9470:1 9471:1 9473:2 9500:3 9546:1 9561:1 9579:1 9583:1 9592:1 9602:1 9603:1 9606:2 9612:1 9613:1 9620:1 9626:1 9631:1 9632:3 9633:2 9634:1 9637:1 9689:1 9707:1 9722:1 9735:1 9752:8 9759:1 9805:1 9827:16 9864:1 9866:1 9882:1 9929:1 9942:3 9958:1 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10151:1 10164:1 10169:1 10189:1 10231:2 10244:1 10245:2 10250:1 10254:1 10256:1 10259:11 10276:1 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:6 10413:1 10415:1 10416:1 10426:1 10427:4 10430:1 10437:2 10439:1 10444:3 10446:1 10459:1 10461:1 10484:2 10539:1 10542:1 10545:1 10547:1 10548:1 10566:3 10574:1 10579:2 10585:1 10605:1 10629:1 10631:1 10646:1 10698:1 10704:1 10720:2 10757:1 10766:1 10770:1 10778:1 10793:1 10795:1 10802:1 10809:1 10810:1 10812:2 10827:3 10839:1 10870:1 10871:1 10881:1 10888:1 10899:1 10903:1 10939:1 10962:1 10975:1 11002:1 11045:1 11047:1 11055:1 11072:1 11120:1 11130:1 11153:1 11166:2 11179:1 11187:1 11200:1 11267:2 11268:1 11269:1 11289:1 11303:1 11304:15 11320:1 11339:1 11340:2 11341:1 11377:1 11390:2 11409:2 11410:1 11423:1 11425:1 11429:2 11482:1 11485:1 11508:2 11541:1 11547:2 11572:1 11600:1 11601:1 11605:3 11607:1 11611:1 11632:1 11653:1 11695:3 11709:1 11732:8 11733:2 11734:1 11738:1 11751:1 11758:1 11760:2 11773:2 11792:1 11798:3 11803:1 11804:11 11808:2 11812:1 11824:1 11825:20 11864:5 11866:3 11871:1 11883:1 11906:1 11954:1 11971:1 12022:2 12034:2 12047:1 12056:1 12065:1 12066:1 12163:3 12167:1 12197:2 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12348:1 12349:1 12370:1 12378:1 12394:3 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12512:1 12528:1 12544:2 12556:12 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:8 12657:1 12727:8 12809:2 12814:1 12854:2 12875:1 12890:2 12905:1 12915:1 12918:1 12940:1 12962:1 12980:1 12983:2 13002:1 13006:1 13027:2 13040:1 13091:1 13116:1 13117:2 13119:1 13126:1 13131:1 13134:1 13167:1 13170:1 13171:1 13180:1 13184:2 13219:1 13229:1 13230:2 13233:1 13246:1 13283:1 13308:1 13318:5 13322:1 13324:3 13327:1 13341:1 13344:2 13347:1 13350:2 13394:1 13398:2 13412:1 13457:3 13478:3 13482:1 13499:1 13511:1 13514:1 13547:2 13565:1 13623:1 13631:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:4 13787:5 13813:1 13839:1 13853:1 13864:1 13868:2 13875:1 13878:1 13900:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14088:1 14095:8 14097:1 14109:1 14110:1 14143:2 14161:2 14181:1 14211:2 14218:1 14249:1 14255:1 14296:1 14318:1 14329:1 14345:1 14349:1 14367:3 14373:1 14374:1 14390:1 14400:2 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14455:1 14456:1 14499:1 14534:1 14552:1 14575:1 14619:1 14642:1 14654:3 14659:1 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14780:1 14788:2 14804:1 14807:1 14810:1 14856:2 14864:3 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:8 14966:8 14985:1 15005:1 15078:2 15083:3 15096:1 15105:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15198:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:3 15397:1 15404:1 15405:1 15407:8 15409:1 15421:1 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:2 15588:1 15589:2 15591:1 15610:1 15617:2 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15837:1 15855:1 15879:6 15884:4 15899:1 15907:1 15926:1 15957:1 15961:1 15964:1 15965:4 15979:4 15980:1 15994:2 15997:1 16009:1 16016:8 16026:2 16068:1 16072:1 16074:11 16083:1 16095:2 16107:4 16112:2 16113:1 16117:1 16119:1 16203:1 16208:1 16213:1 16214:2 16216:1 16217:2 16219:2 16222:1 16223:3 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:2 16399:1 16427:1 16451:8 16452:1 16478:1 16484:1 16511:3 16514:2 16515:1 16531:1 16625:2 16633:1 16635:3 16636:1 16639:5 16656:4 16659:1 16667:1 16702:8 16705:3 16710:2 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:2 16834:1 16858:2 16865:1 16913:2 16926:2 16947:1 16962:1 16971:2 16979:1 17047:1 17084:1 17093:1 17142:1 17178:1 17180:1 17182:1 17184:1 17197:1 17213:1 17214:2 17221:1 17229:1 17329:1 17335:1 17393:2 17397:1 17434:1 17447:1 17452:1 17456:4 17467:3 17471:1 17476:1 17484:2 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17660:1 17683:1 17687:1 17697:1 17703:1 17729:1 17767:1 17778:1 17820:3 17829:8 17844:2 17914:2 17920:1 17926:2 17935:1 17951:1 18017:1 18082:8 18107:8 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:2 18190:2 18204:1 18211:1 18220:1 18223:1 18224:1 18234:1 18254:1 18264:1 18278:1 18293:2 18300:1 18311:1 18324:1 18421:1 18441:3 18461:1 18489:1 18524:1 18539:1 18561:2 18589:8 18600:1 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:1 18839:15 18841:1 18844:1 18878:1 18884:1 18886:2 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:2 19067:1 19081:1 19106:1 19133:1 19143:1 19176:7 19177:1 19178:2 19184:1 19220:1 19224:1 19225:1 19237:1 19238:4 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19330:1 19338:3 19346:2 19347:1 19374:1 19387:8 19396:2 19397:2 19413:1 19416:1 19467:1 19505:1 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19653:1 19654:3 19685:1 19709:1 19734:4 19798:2 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:3 19950:1 19953:2 19956:1 19960:1 19974:1 19980:1 20010:2 20052:1 20054:8 20063:2 20070:1 20075:2 20083:1 20088:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20151:1 20152:1 20154:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:3 20259:3 20274:1 20275:2 20324:1 20329:1 20337:2 20344:1 20349:2 20354:1 20396:2 20403:1 20423:2 20439:2 20443:1 20451:1 20457:3 20463:1 20467:2 20472:2 20493:2 20521:1 20523:1 20527:1 20537:3 20542:1 20560:1 20565:1 20608:8 20614:1 20618:4 20628:1 20659:1 20671:1 20677:3 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20904:1 20933:1 20938:3 20974:1 20986:1 20995:1 21018:1 21022:1 21024:1 21036:1 21041:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:3 21149:1 21162:1 21187:2 21198:1 21239:1 21242:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21369:1 21370:1 21381:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21529:1 21561:1 21586:1 21589:1 21604:1 21606:4 21633:2 21690:2 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21772:1 21784:1 21805:1 21809:2 21814:1 21821:1 21839:1 21853:1 21891:1 21895:2 21913:2 21920:1 21932:1 21973:1 21978:1 21986:1 21991:1 21997:1 22007:1 22011:1 22027:1 22051:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:3 22156:1 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:2 22299:1 22309:1 22372:1 22392:3 22423:1 22458:1 22468:1 22471:1 22497:1 22516:2
10 8:1 10:3 12:1 19:1 23:2 32:3 84:1 91:1 96:2 106:1 115:1 136:1 142:1 154:1 157:1 168:1 177:1 206:1 215:1 255:1 333:1 341:8 354:4 360:2 376:1 386:1 408:1 412:1 424:1 476:1 479:1 488:1 512:3 545:1 547:2 564:1 578:2 583:1 590:1 623:1 674:2 680:2 715:1 789:1 790:1 815:1 822:1 828:6 829:2 856:3 870:2 945:1 969:3 973:2 984:1 1004:1 1040:1 1042:1 1049:3 1063:4 1077:2 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:5 1313:2 1319:1 1330:2 1347:2 1367:1 1369:1 1384:1 1388:1 1390:7 1403:1 1404:1 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1501:2 1518:3 1524:1 1536:1 1539:1 1542:5 1560:2 1586:1 1588:2 1590:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1681:1 1721:1 1723:6 1725:1 1727:1 1752:4 1764:1 1771:2 1806:1 1814:2 1852:1 1853:1 1861:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1915:3 1926:1 1931:1 1932:2 1933:1 1942:1 1945:1 1958:1 1965:1 1969:1 1982:1 2002:1 2014:1 2027:1 2029:1 2035:1 2056:1 2074:1 2109:1 2148:1 2158:1 2169:1 2170:1 2175:1 2189:1 2191:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:2 2286:1 2288:2 2298:1 2311:1 2321:1 2343:1 2345:1 2380:1 2397:1 2405:1 2407:2 2417:1 2424:2 2426:1 2428:1 2435:1 2463:4 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2766:1 2776:1 2784:1 2805:1 2827:1 2835:1 2849:4 2854:4 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3117:1 3125:1 3147:2 3197:1 3199:1 3221:1 3225:1 3241:1 3258:1 3285:3 3309:1 3324:1 3334:4 3344:1 3388:1 3396:1 3408:2 3412:2 3454:1 3458:2 3462:2 3466:1 3468:1 3473:1 3481:1 3486:2 3491:2 3493:1 3498:1 3501:1 3502:4 3505:3 3508:1 3513:1 3530:1 3551:1 3566:1 3578:1 3588:1 3601:1 3604:1 3615:1 3674:2 3680:1 3682:11 3694:1 3695:1 3722:2 3728:1 3739:1 3756:2 3757:2 3771:1 3782:1 3802:2 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:4 3873:1 3877:1 3906:1 3910:1 3912:1 3959:1 3981:1 3996:1 3998:1 4027:1 4045:1 4053:4 4057:1 4060:1 4062:1 4073:1 4091:1 4094:2 4095:1 4119:2 4131:2 4144:1 4146:3 4152:1 4173:1 4181:8 4190:1 4197:1 4225:1 4231:1 4258:1 4264:1 4276:1 4278:1 4286:4 4288:1 4329:1 4366:1 4369:1 4379:1 4382:6 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:6 4461:1 4464:1 4465:1 4467:2 4470:2 4485:1 4493:1 4497:1 4498:2 4514:4 4522:1 4525:1 4540:1 4543:1 4544:4 4566:1 4571:1 4574:1 4592:1 4608:1 4611:1 4630:8 4634:1 4636:1 4652:2 4663:1 4695:1 4704:4 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4832:1 4833:1 4844:2 4865:2 4876:1 4892:1 4900:1 4901:1 4938:3 4944:2 4945:2 4968:1 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:2 5108:1 5145:1 5169:2 5186:1 5201:2 5205:8 5208:1 5213:1 5249:1 5312:1 5340:1 5357:2 5369:1 5370:1 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:4 5463:1 5470:1 5478:1 5495:1 5503:1 5514:1 5525:1 5533:2 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5694:1 5697:1 5716:1 5720:2 5739:1 5779:1 5786:1 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1260 5909:1 5912:1 5926:1 5932:1 5940:1 5955:1 5972:1 5974:2 6015:1 6111:1 6143:1 6155:1 6213:1 6229:3 6230:1 6235:2 6239:1 6242:1 6246:1 6254:1 6272:1 6275:1 6284:1 6309:1 6331:1 6334:1 6347:1 6361:1 6418:1 6427:3 6432:1 6433:1 6440:1 6443:1 6444:15 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6553:1 6608:1 6634:1 6653:2 6657:1 6662:1 6706:1 6713:1 6734:1 6780:2 6818:1 6824:5 6826:1 6828:1 6865:1 6868:4 6872:1 6885:3 6895:1 6936:3 6946:1 6959:2 6995:1 6998:1 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7111:1 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:6 7224:1 7230:1 7233:3 7240:6 7251:2 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:5 7301:2 7321:2 7329:1 7372:1 7380:1 7389:1 7400:2 7422:2 7423:1 7428:1 7432:2 7438:4 7440:1 7448:1 7464:1 7466:2 7475:2 7477:1 7494:1 7530:1 7565:2 7619:1 7659:1 7662:2 7666:1 7699:1 7734:1 7748:1 7807:2 7824:1 7857:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7933:1 7948:1 8006:2 8011:1 8039:2 8040:1 8047:1 8050:1 8069:4 8089:1 8090:1 8123:2 8127:1 8138:1 8143:1 8154:1 8156:1 8161:1 8168:3 8174:1 8189:2 8215:2 8222:1 8252:1 8254:1 8259:1 8263:1 8264:2 8268:2 8302:1 8347:1 8363:1 8378:2 8424:3 8441:1 8457:1 8479:1 8480:4 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8584:1 8599:1 8613:1 8620:1 8634:2 8639:1 8641:1 8655:1 8658:1 8667:2 8705:1 8720:1 8745:1 8749:1 8765:1 8772:15 8791:1 8803:3 8817:1 8833:2 8842:1 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8974:2 9049:2 9051:3 9052:1 9053:3 9067:1 9082:1 9105:1 9106:1 9168:1 9171:1 9181:2 9197:1 9201:3 9244:1 9279:1 9365:1 9382:1 9401:1 9422:2 9432:2 9437:1 9438:3 9441:1 9442:1 9449:1 9470:1 9471:1 9473:2 9500:3 9546:1 9561:1 9579:1 9583:1 9592:1 9602:1 9603:1 9606:2 9612:1 9613:1 9620:1 9626:1 9631:1 9632:3 9633:2 9634:1 9637:1 9689:1 9707:1 9722:1 9735:1 9752:8 9759:1 9805:1 9827:16 9864:1 9866:1 9882:1 9929:1 9942:3 9958:1 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10150:1 10151:1 10164:1 10169:1 10189:1 10231:2 10244:1 10245:2 10250:1 10254:1 10256:1 10259:11 10276:1 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:6 10413:1 10415:1 10416:1 10426:1 10427:4 10430:1 10437:2 10439:1 10444:3 10446:1 10459:1 10461:1 10484:2 10539:1 10542:1 10545:1 10547:1 10548:1 10566:3 10574:1 10579:2 10585:1 10605:1 10629:1 10631:1 10646:1 10698:1 10704:1 10720:2 10757:1 10766:1 10770:1 10778:1 10793:1 10795:1 10802:1 10809:1 10810:1 10812:2 10827:3 10839:1 10870:1 10871:1 10881:1 10888:1 10899:1 10903:1 10939:1 10962:1 10975:1 11002:1 11045:1 11047:1 11055:1 11072:1 11120:1 11130:1 11153:1 11166:2 11179:1 11187:1 11200:1 11267:2 11268:1 11269:1 11289:1 11293:2 11303:1 11304:15 11320:1 11339:1 11340:2 11341:1 11377:1 11390:2 11409:3 11410:1 11423:1 11425:1 11429:2 11482:1 11485:1 11507:1 11508:2 11541:1 11547:2 11572:1 11600:1 11601:1 11605:3 11607:1 11611:1 11632:1 11653:1 11695:3 11709:1 11732:8 11733:2 11734:1 11738:1 11751:1 11758:1 11760:2 11773:2 11792:1 11798:3 11803:1 11804:11 11808:2 11812:1 11824:1 11825:22 11864:5 11866:4 11871:1 11883:1 11906:1 11954:1 11971:1 12022:2 12034:2 12047:1 12056:1 12065:1 12066:1 12163:3 12167:1 12197:2 12201:1 12242:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12348:1 12349:1 12370:1 12378:1 12394:3 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12512:1 12528:1 12544:2 12556:13 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:8 12657:1 12727:8 12809:2 12814:1 12854:2 12875:1 12890:2 12905:1 12915:1 12918:1 12940:1 12962:1 12980:1 12983:2 13002:1 13006:1 13027:2 13040:1 13091:1 13116:1 13117:2 13119:1 13126:1 13131:1 13134:1 13167:1 13170:1 13171:1 13180:2 13184:2 13219:1 13229:1 13230:2 13233:1 13246:1 13283:1 13308:1 13318:5 13322:1 13324:3 13327:1 13341:1 13344:2 13347:1 13350:2 13394:1 13398:2 13412:1 13457:3 13478:3 13482:1 13499:1 13511:1 13514:1 13547:2 13565:1 13623:1 13631:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:4 13770:1 13787:5 13813:1 13834:1 13839:1 13853:1 13864:1 13868:2 13875:1 13878:1 13900:1 13901:1 13916:1 13925:1 13947:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14088:1 14095:8 14097:1 14109:1 14110:1 14143:2 14161:2 14181:1 14211:2 14218:1 14220:1 14249:1 14255:1 14296:1 14315:1 14318:1 14329:1 14345:1 14349:1 14367:3 14373:1 14374:1 14389:1 14390:1 14400:2 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14455:1 14456:1 14499:1 14534:1 14552:1 14575:1 14619:1 14642:1 14654:3 14659:1 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14780:1 14788:2 14804:1 14807:1 14810:1 14856:2 14864:3 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:8 14964:1 14966:8 14985:1 15005:1 15078:2 15083:3 15096:1 15105:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15198:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:3 15397:1 15404:1 15405:1 15407:8 15409:1 15421:1 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:2 15588:1 15589:2 15591:1 15610:1 15617:2 15630:1 15644:1 15677:1 15683:1 15689:1 15775:1 15793:1 15820:2 15837:1 15855:1 15879:6 15884:4 15899:1 15907:1 15926:1 15957:1 15961:1 15964:1 15965:4 15979:4 15980:1 15994:2 15997:1 16009:1 16016:8 16026:2 16068:1 16072:1 16074:11 16083:1 16095:2 16107:4 16112:2 16113:1 16117:1 16119:1 16203:1 16208:1 16213:1 16214:2 16216:1 16217:2 16219:2 16222:1 16223:4 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:2 16399:1 16427:1 16451:8 16452:1 16478:1 16484:1 16511:3 16514:2 16515:2 16531:1 16625:2 16633:1 16635:3 16636:1 16639:5 16656:4 16659:1 16667:1 16702:8 16705:3 16710:2 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:2 16834:1 16858:2 16865:1 16913:2 16926:2 16947:1 16962:1 16971:2 16979:1 17047:1 17084:2 17093:1 17142:1 17178:1 17180:1 17182:1 17184:1 17197:1 17213:1 17214:2 17221:1 17229:1 17329:1 17335:1 17393:2 17397:1 17434:1 17447:1 17452:1 17456:4 17467:3 17471:1 17476:1 17484:2 17489:1 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17660:1 17683:1 17687:1 17697:1 17703:1 17729:1 17767:1 17778:1 17820:3 17829:8 17830:1 17844:2 17914:2 17920:1 17926:2 17935:1 17951:1 18017:1 18082:8 18107:8 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:2 18190:2 18204:1 18211:1 18220:1 18223:1 18224:1 18234:1 18254:1 18264:1 18278:1 18293:2 18300:1 18311:1 18324:1 18421:1 18441:4 18461:1 18489:1 18523:1 18524:1 18539:1 18561:2 18589:8 18600:2 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:1 18839:15 18841:1 18844:1 18877:1 18878:1 18884:1 18886:2 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:2 19067:1 19081:1 19106:1 19133:1 19143:1 19176:7 19177:1 19178:2 19184:1 19220:1 19224:1 19225:1 19237:1 19238:4 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19330:1 19338:3 19346:2 19347:1 19374:1 19387:8 19396:2 19397:2 19413:1 19416:1 19467:1 19505:1 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19653:1 19654:3 19685:1 19709:1 19734:4 19798:2 19807:1 19869:1 19879:1 19882:1 19892:2 19898:1 19924:4 19950:1 19953:2 19956:1 19960:1 19974:1 19980:1 20010:2 20052:1 20054:8 20063:2 20070:1 20075:2 20083:1 20088:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20151:1 20152:1 20154:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:3 20259:3 20274:1 20275:2 20324:1 20329:1 20337:2 20344:1 20349:2 20354:1 20396:2 20403:1 20421:1 20423:2 20439:2 20443:2 20451:1 20457:3 20463:1 20467:2 20472:2 20493:2 20521:1 20523:1 20527:1 20537:3 20542:1 20560:1 20565:1 20608:8 20614:1 20618:4 20628:1 20659:1 20671:1 20677:3 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20901:1 20904:1 20933:1 20938:3 20974:1 20986:1 20995:1 21017:1 21018:1 21022:1 21024:1 21036:1 21041:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:3 21149:1 21162:1 21187:2 21198:1 21239:1 21242:1 21265:1 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21369:1 21370:1 21381:1 21389:1 21488:1 21489:3 21498:2 21509:1 21520:1 21529:1 21561:1 21586:1 21589:1 21604:1 21606:4 21633:2 21690:2 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21772:1 21778:1 21784:1 21805:1 21809:2 21814:1 21821:2 21839:1 21853:1 21891:1 21895:2 21913:2 21918:1 21920:1 21932:1 21973:1 21978:1 21986:1 21991:1 21997:1 22007:1 22011:1 22027:1 22051:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:3 22156:1 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:2 22299:1 22309:1 22372:1 22392:3 22423:1 22458:1 22468:1 22471:1 22497:1 22516:2
10 8:1 10:3 12:1 19:1 23:2 32:3 84:1 91:1 96:2 106:1 115:1 136:1 142:2 154:1 157:1 168:1 177:1 206:1 215:1 255:1 333:1 341:8 354:5 360:2 376:1 386:1 408:1 412:1 424:1 476:1 479:1 486:1 488:1 512:3 545:1 547:2 564:1 578:2 583:1 590:1 623:1 674:2 680:2 715:1 789:1 790:1 815:1 822:1 828:6 829:2 856:3 870:2 945:1 969:4 973:2 984:1 1004:1 1040:1 1042:1 1049:3 1063:4 1077:2 1106:1 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:5 1313:2 1319:1 1330:2 1347:2 1367:1 1369:1 1384:1 1388:1 1390:7 1403:1 1404:1 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1496:1 1501:2 1505:1 1518:4 1524:1 1536:1 1539:1 1542:7 1560:2 1586:1 1588:2 1590:1 1593:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1681:1 1721:1 1723:6 1725:1 1727:1 1752:4 1764:1 1771:2 1783:1 1806:1 1814:2 1852:1 1853:1 1861:1 1886:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1913:1 1915:3 1926:1 1931:1 1932:2 1933:1 1941:1 1942:1 1945:1 1958:1 1965:1 1969:1 1971:1 1982:1 2002:1 2014:1 2027:1 2029:1 2035:1 2056:1 2074:1 2109:2 2148:1 2158:1 2169:1 2170:1 2175:1 2189:1 2191:1 2204:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:3 2286:1 2288:2 2298:1 2311:1 2321:1 2343:1 2345:1 2380:1 2397:1 2405:1 2407:2 2417:1 2424:3 2426:1 2428:1 2435:1 2463:4 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2567:1 2568:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2766:1 2776:1 2784:1 2789:1 2805:1 2827:1 2835:1 2849:4 2854:4 2868:1 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3117:1 3125:1 3147:2 3197:1 3199:1 3221:1 3225:1 3241:1 3258:1 3285:3 3309:1 3324:1 3334:5 3344:1 3388:1 3396:1 3408:3 3412:2 3454:1 3458:2 3462:2 3466:1 3468:1 3473:1 3481:1 3486:2 3491:2 3493:1 3498:1 3501:1 3502:4 3505:3 3508:1 3513:1 3530:1 3551:1 3566:1 3578:1 3588:1 3601:1 3604:1 3615:1 3649:1 3674:2 3680:1 3682:11 3694:2 3695:1 3722:2 3728:1 3739:1 3756:2 3757:2 3771:1 3782:1 3802:2 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:4 3873:1 3877:1 3906:1 3910:1 3912:1 3959:1 3981:1 3996:1 3998:1 4027:1 4045:2 4053:4 4057:1 4060:1 4062:1 4073:1 4091:1 4094:2 4095:1 4119:2 4131:2 4144:1 4146:4 4152:1 4173:1 4181:8 4190:1 4197:1 4225:1 4231:1 4258:1 4264:1 4276:1 4278:1 4284:1 4286:6 4288:1 4329:1 4366:1 4369:1 4379:1 4382:6 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:6 4461:1 4464:1 4465:1 4467:3 4470:2 4485:1 4493:1 4497:1 4498:2 4514:5 4522:1 4525:1 4540:1 4543:1 4544:4 4566:1 4571:1 4574:1 4592:1 4608:1 4611:1 4630:8 4634:1 4636:1 4652:2 4663:1 4695:1 4697:1 4704:4 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4832:1 4833:1 4844:2 4865:2 4876:1 4892:1 4900:1 4901:1 4938:3 4944:2 4945:2 4968:1 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:2 5080:1 5105:1 5108:1 5145:1 5169:2 5186:1 5201:2 5205:8 5208:1 5213:1 5249:1 5282:1 5312:1 5340:1 5357:2 5369:1 5370:1 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:4 5463:1 5470:1 5478:1 5495:1 5503:1 5514:1 5525:1 5533:2 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5694:1 5697:1 5703:1 5716:1 5720:2 5739:1 5779:1 5786:2 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1302 5909:1 5912:1 5926:1 5932:1 5940:1 5955:1 5972:1 5974:2 6015:1 6017:1 6058:1 6089:1 6094:1 6111:1 6143:1 6155:1 6213:2 6229:3 6230:1 6235:2 6239:1 6242:1 6246:1 6254:1 6272:1 6275:1 6284:1 6291:1 6309:1 6331:1 6334:1 6347:1 6361:1 6418:1 6427:3 6432:1 6433:1 6440:1 6443:1 6444:15 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6553:1 6608:1 6634:1 6653:2 6657:1 6662:1 6706:1 6713:1 6734:1 6780:3 6817:1 6818:1 6824:5 6826:1 6828:1 6865:1 6868:4 6872:1 6885:3 6895:1 6936:3 6946:1 6959:2 6995:2 6998:2 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7111:1 7129:1 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:7 7224:1 7230:1 7233:3 7240:6 7251:2 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:5 7301:2 7321:3 7329:2 7372:1 7380:1 7389:1 7400:2 7422:2 7423:1 7428:1 7432:2 7438:4 7440:1 7448:1 7464:1 7466:2 7475:2 7477:1 7494:1 7508:1 7530:1 7565:2 7619:1 7659:1 7662:2 7666:1 7699:1 7734:1 7748:1 7807:2 7824:1 7857:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7914:1 7933:1 7948:1 8006:2 8011:1 8036:1 8039:2 8040:1 8047:1 8050:1 8069:4 8089:1 8090:1 8123:2 8127:1 8138:1 8143:1 8154:1 8156:1 8161:1 8168:3 8174:1 8189:2 8197:1 8215:2 8222:1 8252:1 8254:1 8259:1 8263:1 8264:2 8268:2 8302:1 8305:1 8347:1 8363:1 8378:2 8388:1 8424:3 8441:1 8457:1 8479:1 8480:4 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8584:1 8599:1 8613:1 8620:2 8634:2 8639:1 8641:1 8655:1 8658:1 8667:2 8705:1 8720:1 8745:1 8749:1 8754:1 8765:1 8772:15 8791:1 8803:3 8817:1 8833:2 8842:2 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8974:2 9049:2 9051:3 9052:1 9053:3 9067:1 9082:1 9094:1 9105:1 9106:1 9168:1 9171:1 9181:2 9197:1 9201:3 9244:1 9279:1 9331:1 9365:1 9382:1 9401:1 9422:2 9432:2 9437:1 9438:5 9441:1 9442:1 9449:1 9470:1 9471:1 9473:2 9500:3 9546:1 9561:1 9579:1 9583:1 9592:1 9602:1 9603:1 9606:2 9612:1 9613:1 9620:1 9626:1 9631:1 9632:3 9633:2 9634:1 9635:1 9637:1 9689:1 9707:1 9722:1 9735:1 9752:8 9759:1 9805:1 9827:16 9864:1 9866:1 9882:1 9929:1 9942:3 9958:1 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10147:1 10150:1 10151:1 10164:1 10169:1 10189:1 10231:2 10244:1 10245:2 10250:1 10254:1 10256:1 10259:11 10276:1 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:6 10413:1 10415:1 10416:1 10426:1 10427:4 10430:1 10437:2 10439:1 10444:3 10446:1 10454:1 10459:1 10461:1 10484:2 10539:1 10542:1 10545:1 10547:1 10548:1 10566:3 10574:1 10579:2 10585:1 10605:1 10629:1 10631:1 10646:1 10698:1 10704:1 10720:2 10757:1 10766:1 10770:1 10778:1 10793:1 10795:1 10802:1 10809:1 10810:1 10812:2 10827:3 10839:1 10870:1 10871:1 10881:1 10888:1 10899:1 10903:1 10939:1 10962:1 10975:1 11002:1 11045:1 11047:1 11055:1 11072:1 11120:1 11130:1 11133:1 11153:1 11166:2 11179:1 11187:1 11200:1 11267:2 11268:1 11269:1 11289:1 11293:3 11303:1 11304:15 11320:1 11339:2 11340:2 11341:1 11377:1 11390:2 11409:3 11410:1 11423:1 11425:1 11429:2 11482:1 11485:1 11507:1 11508:2 11541:1 11547:2 11572:1 11600:1 11601:1 11605:3 11607:1 11611:1 11632:1 11653:1 11695:3 11709:1 11732:8 11733:2 11734:1 11738:1 11751:1 11758:1 11760:3 11769:1 11773:2 11792:1 11798:3 11803:1 11804:11 11808:2 11809:1 11812:2 11824:1 11825:22 11864:5 11866:5 11871:1 11883:1 11906:1 11954:2 11971:1 11982:1 12022:2 12034:2 12047:1 12056:1 12065:1 12066:1 12163:3 12167:1 12197:2 12201:1 12242:1 12264:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12348:1 12349:1 12370:1 12378:1 12394:3 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12507:1 12512:1 12528:1 12544:2 12556:14 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:8 12657:1 12727:8 12809:2 12814:1 12854:2 12875:1 12890:2 12905:1 12915:1 12918:1 12940:1 12962:1 12980:1 12983:2 13002:1 13006:1 13027:2 13040:1 13091:1 13116:1 13117:2 13119:1 13126:1 13131:1 13134:1 13155:1 13167:1 13170:1 13171:1 13180:2 13184:2 13219:1 13229:1 13230:3 13233:1 13246:1 13269:1 13283:1 13308:1 13318:5 13322:1 13324:3 13327:1 13341:1 13344:2 13347:1 13350:2 13394:1 13398:2 13412:1 13457:3 13478:3 13482:1 13499:1 13511:1 13514:1 13547:2 13565:1 13623:1 13631:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:4 13770:1 13787:5 13809:1 13813:1 13834:1 13839:1 13853:1 13864:1 13868:2 13875:1 13878:2 13900:1 13901:1 13916:1 13925:1 13947:1 13991:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14088:1 14095:8 14097:1 14109:1 14110:1 14143:2 14161:2 14181:1 14211:2 14218:1 14220:1 14249:1 14255:1 14296:1 14315:1 14318:1 14329:1 14345:1 14349:1 14367:3 14373:1 14374:1 14389:1 14390:1 14400:2 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14455:1 14456:1 14499:1 14534:1 14552:1 14561:1 14575:1 14619:1 14642:1 14654:3 14659:1 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14780:1 14788:2 14804:1 14807:1 14810:2 14856:2 14864:3 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:8 14964:1 14966:8 14985:1 15005:1 15078:2 15083:3 15096:1 15101:1 15105:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15198:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15260:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:3 15397:1 15404:1 15405:1 15407:8 15409:1 15421:1 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:2 15588:1 15589:2 15591:1 15610:1 15617:2 15630:1 15644:1 15677:1 15683:1 15689:1 15775:2 15793:1 15820:2 15837:1 15855:1 15876:1 15879:7 15884:4 15899:1 15907:1 15926:1 15940:1 15957:1 15961:1 15964:1 15965:4 15979:6 15980:1 15994:2 15997:1 16009:1 16016:8 16026:2 16068:1 16072:1 16074:11 16083:1 16095:2 16107:4 16112:2 16113:1 16117:1 16119:1 16203:1 16208:1 16213:1 16214:2 16216:1 16217:2 16219:3 16222:1 16223:4 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:2 16399:1 16427:1 16451:8 16452:1 16478:1 16484:1 16511:3 16514:3 16515:3 16531:1 16625:2 16633:1 16635:3 16636:1 16639:5 16656:6 16659:1 16667:1 16700:1 16702:8 16705:4 16710:3 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:2 16834:1 16858:2 16865:1 16913:2 16926:2 16947:1 16953:1 16962:1 16971:2 16974:1 16979:1 17047:1 17053:1 17084:2 17093:1 17137:1 17142:1 17178:1 17180:1 17182:1 17184:1 17197:1 17213:1 17214:2 17221:1 17229:1 17329:1 17335:1 17393:2 17397:1 17410:1 17434:1 17447:1 17452:2 17456:4 17467:3 17471:1 17476:1 17484:2 17489:1 17510:1 17550:1 17567:1 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17660:1 17683:1 17687:1 17697:1 17703:1 17729:1 17767:1 17778:1 17820:3 17829:8 17830:1 17844:2 17914:2 17920:1 17926:2 17935:1 17951:1 17954:1 18017:1 18039:1 18082:8 18107:8 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:2 18190:2 18204:1 18211:1 18220:1 18223:1 18224:1 18234:1 18254:1 18264:1 18278:1 18293:2 18300:1 18311:1 18324:1 18421:1 18441:4 18461:1 18489:1 18523:2 18524:1 18528:1 18539:1 18561:2 18583:1 18589:8 18600:2 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:2 18839:15 18841:1 18844:1 18856:1 18877:1 18878:1 18884:1 18886:2 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:2 19067:1 19081:1 19106:1 19133:2 19143:1 19176:7 19177:1 19178:2 19184:1 19220:1 19224:1 19225:1 19237:1 19238:6 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19330:1 19338:4 19346:2 19347:1 19374:1 19387:8 19396:2 19397:2 19413:1 19415:1 19416:1 19432:1 19467:1 19495:1 19505:2 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19653:1 19654:3 19685:1 19709:1 19734:4 19798:2 19807:1 19869:1 19879:1 19882:2 19892:2 19898:1 19924:4 19950:1 19953:2 19956:1 19960:1 19974:1 19980:1 20010:2 20052:1 20054:8 20063:2 20070:1 20075:2 20083:1 20088:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20151:1 20152:1 20154:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:4 20259:3 20274:1 20275:2 20294:1 20324:1 20329:1 20337:2 20344:1 20349:2 20351:1 20354:1 20396:2 20403:1 20421:1 20423:2 20439:2 20443:2 20451:1 20457:3 20463:1 20467:2 20472:2 20493:2 20521:1 20523:1 20527:1 20537:3 20542:1 20560:1 20565:1 20595:1 20608:8 20614:1 20618:4 20628:1 20659:2 20671:1 20677:3 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20901:1 20904:1 20933:1 20938:3 20974:1 20986:2 20995:1 21017:1 21018:1 21022:1 21024:1 21036:1 21041:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:3 21149:1 21162:1 21187:2 21198:1 21213:1 21239:1 21242:1 21265:2 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21369:1 21370:1 21381:1 21389:1 21420:1 21488:1 21489:3 21493:1 21498:2 21509:1 21520:1 21529:1 21561:1 21586:1 21589:1 21604:1 21606:4 21633:2 21690:3 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21772:1 21778:1 21784:1 21805:1 21809:2 21814:1 21821:2 21839:1 21853:1 21891:1 21895:2 21913:3 21918:1 21920:1 21932:1 21973:1 21978:1 21986:1 21991:1 21997:1 22007:1 22011:1 22027:1 22051:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:3 22156:1 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:2 22299:1 22309:1 22372:1 22392:3 22423:1 22458:1 22468:1 22471:1 22497:1 22516:2
10 8:1 10:3 12:1 19:1 23:2 32:3 84:1 91:1 96:2 106:1 115:1 136:1 142:2 154:1 157:1 168:1 177:1 206:1 215:1 255:1 333:1 341:8 354:5 360:2 375:1 376:1 386:1 408:1 412:1 424:1 475:1 476:1 479:1 486:1 488:1 512:3 545:1 547:2 564:1 578:2 583:1 590:1 623:1 674:2 680:2 715:1 789:1 790:1 815:1 822:1 828:6 829:2 856:3 870:2 945:1 969:4 973:2 984:1 1004:1 1040:1 1042:1 1049:3 1063:4 1077:2 1106:1 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1271:1 1296:1 1308:5 1313:2 1319:1 1330:2 1347:2 1367:1 1369:1 1384:1 1388:1 1390:7 1403:1 1404:1 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1496:1 1501:2 1505:1 1518:5 1524:1 1536:1 1539:1 1542:7 1560:2 1586:1 1588:2 1590:1 1593:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1681:1 1721:1 1723:6 1725:1 1727:1 1752:4 1764:1 1771:2 1783:1 1806:1 1814:2 1852:1 1853:1 1861:1 1886:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1913:1 1915:3 1926:1 1931:1 1932:2 1933:1 1941:1 1942:1 1945:1 1958:1 1965:1 1969:1 1971:1 1982:1 2002:1 2014:1 2027:1 2029:1 2035:1 2056:1 2074:1 2109:2 2148:1 2158:1 2169:1 2170:1 2175:1 2189:1 2191:1 2204:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:3 2286:1 2288:2 2298:1 2311:1 2321:1 2343:1 2345:1 2380:1 2397:1 2405:1 2407:2 2417:1 2424:3 2426:1 2428:1 2435:1 2463:4 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2567:1 2568:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2766:1 2776:1 2784:1 2789:1 2805:1 2827:1 2835:1 2849:4 2854:4 2868:1 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3117:1 3125:1 3147:2 3197:1 3199:1 3221:1 3225:1 3241:1 3258:1 3285:3 3309:1 3324:1 3334:5 3344:1 3388:1 3396:1 3408:3 3412:2 3454:1 3458:2 3462:2 3466:1 3468:1 3473:1 3481:1 3486:2 3491:2 3493:1 3498:1 3501:1 3502:4 3505:3 3508:1 3513:1 3530:1 3551:1 3566:1 3578:1 3588:1 3601:1 3604:1 3615:1 3649:1 3674:2 3680:1 3682:12 3694:2 3695:1 3722:2 3728:1 3739:1 3756:2 3757:2 3771:1 3782:1 3802:2 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:4 3873:1 3877:1 3906:1 3910:1 3912:1 3959:1 3981:1 3996:1 3998:1 4027:1 4045:2 4053:4 4057:1 4060:1 4062:1 4073:1 4091:1 4094:2 4095:1 4119:2 4131:2 4144:1 4146:4 4152:1 4173:1 4181:8 4190:1 4197:1 4225:1 4231:1 4258:1 4264:1 4276:1 4278:1 4284:1 4286:6 4288:1 4329:1 4366:1 4369:1 4379:1 4382:6 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:6 4461:1 4464:1 4465:1 4467:3 4470:2 4485:1 4493:1 4497:1 4498:2 4514:5 4522:1 4525:1 4540:1 4543:1 4544:4 4566:1 4571:1 4574:1 4592:1 4608:1 4611:1 4630:8 4634:1 4636:1 4652:2 4663:1 4695:1 4697:1 4704:4 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4832:1 4833:1 4844:2 4865:2 4876:1 4892:1 4900:1 4901:1 4938:3 4944:2 4945:2 4968:1 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:2 5080:1 5105:1 5108:1 5145:1 5169:2 5186:1 5201:2 5205:8 5208:1 5213:1 5249:1 5282:1 5312:2 5340:1 5357:2 5369:1 5370:1 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:4 5463:1 5470:1 5478:1 5495:1 5503:1 5514:1 5525:1 5533:2 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5694:2 5697:1 5703:1 5716:1 5720:2 5739:1 5779:1 5786:2 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1310 5909:1 5912:1 5926:1 5932:1 5940:1 5955:1 5972:1 5974:2 6015:1 6017:1 6058:1 6089:1 6094:1 6111:1 6143:1 6155:1 6213:2 6229:3 6230:1 6235:2 6239:1 6242:1 6246:1 6254:1 6272:1 6275:1 6284:1 6291:1 6309:1 6331:1 6334:1 6347:1 6361:1 6406:1 6418:1 6427:4 6432:1 6433:1 6440:1 6443:1 6444:16 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6553:1 6608:1 6634:1 6653:2 6657:1 6662:1 6706:1 6713:1 6734:1 6780:3 6817:1 6818:1 6824:5 6826:1 6828:1 6863:1 6865:1 6868:4 6872:1 6885:3 6895:1 6936:3 6946:1 6959:2 6995:2 6998:2 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7111:1 7129:1 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:7 7224:1 7230:2 7233:3 7240:6 7251:2 7252:1 7258:1 7268:2 7274:1 7275:1 7278:1 7286:5 7301:2 7321:3 7329:2 7372:1 7380:1 7389:1 7400:2 7422:2 7423:1 7428:1 7432:2 7438:4 7440:1 7448:1 7464:1 7466:2 7475:2 7477:1 7494:1 7508:1 7509:1 7530:1 7565:2 7619:1 7659:1 7662:2 7666:1 7699:1 7734:1 7748:1 7807:2 7824:1 7857:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7914:1 7933:1 7948:1 8006:2 8011:1 8036:1 8039:2 8040:1 8047:1 8050:1 8069:4 8089:1 8090:1 8123:2 8127:1 8138:1 8143:1 8154:1 8156:1 8161:1 8168:3 8174:1 8189:2 8197:1 8215:2 8222:1 8252:1 8254:1 8259:1 8263:1 8264:2 8268:2 8302:1 8305:1 8347:1 8363:1 8378:2 8388:1 8424:3 8441:1 8457:1 8479:1 8480:4 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8584:1 8599:1 8613:1 8620:2 8634:2 8639:1 8641:1 8655:1 8658:1 8667:2 8705:1 8720:1 8745:1 8749:1 8754:1 8765:1 8772:16 8791:1 8803:3 8817:1 8833:2 8842:2 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8974:2 9049:2 9051:3 9052:1 9053:3 9067:1 9082:1 9094:1 9105:1 9106:1 9168:1 9171:1 9181:2 9197:1 9201:3 9244:1 9279:1 9331:1 9365:2 9382:1 9401:1 9422:2 9432:2 9437:1 9438:5 9441:1 9442:1 9449:1 9470:1 9471:1 9473:2 9500:3 9546:1 9561:1 9579:1 9583:1 9592:1 9602:1 9603:1 9606:2 9612:1 9613:1 9620:1 9626:1 9631:1 9632:3 9633:2 9634:1 9635:1 9637:1 9689:1 9707:1 9722:1 9735:1 9752:8 9759:1 9805:1 9827:17 9864:1 9866:1 9882:1 9929:1 9942:3 9958:1 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10113:1 10147:1 10150:1 10151:1 10164:1 10169:1 10189:1 10231:2 10244:1 10245:2 10250:1 10254:1 10256:1 10259:12 10276:2 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:6 10413:1 10415:1 10416:1 10426:1 10427:4 10430:1 10437:2 10439:1 10444:3 10446:1 10454:1 10459:1 10461:1 10484:2 10539:1 10542:1 10545:1 10547:1 10548:1 10566:3 10574:1 10579:2 10585:1 10605:1 10629:1 10631:1 10646:1 10698:1 10704:1 10720:2 10757:1 10766:1 10770:1 10777:1 10778:1 10793:1 10795:1 10802:1 10809:1 10810:1 10812:2 10827:3 10839:1 10870:1 10871:1 10881:1 10888:1 10899:1 10903:1 10939:1 10962:1 10975:1 11002:1 11045:1 11047:1 11055:1 11072:1 11120:1 11130:1 11133:1 11153:1 11166:2 11179:1 11187:1 11200:1 11267:2 11268:1 11269:1 11289:1 11293:3 11303:1 11304:16 11320:1 11339:2 11340:2 11341:1 11377:1 11390:2 11409:3 11410:1 11423:1 11425:1 11429:2 11482:1 11485:1 11507:1 11508:2 11541:1 11547:2 11572:1 11600:1 11601:1 11605:3 11607:1 11611:1 11632:1 11653:1 11695:3 11709:1 11732:8 11733:2 11734:1 11738:1 11751:1 11758:1 11760:3 11769:1 11773:2 11792:1 11798:3 11803:1 11804:12 11808:2 11809:1 11812:2 11824:1 11825:22 11864:5 11866:5 11871:1 11883:1 11906:1 11954:2 11971:1 11982:1 12022:2 12034:2 12047:1 12056:1 12065:1 12066:1 12163:3 12167:1 12197:2 12201:1 12242:1 12264:1 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12328:1 12348:1 12349:1 12370:1 12378:1 12394:3 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12507:1 12512:1 12528:1 12544:2 12556:14 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:8 12657:1 12727:8 12809:2 12814:1 12854:2 12875:1 12890:2 12905:1 12915:1 12918:1 12940:1 12962:1 12980:1 12983:2 13002:1 13006:1 13027:2 13040:1 13091:1 13116:1 13117:2 13119:1 13126:1 13131:1 13134:1 13155:1 13167:2 13170:1 13171:1 13180:2 13184:2 13219:1 13229:1 13230:3 13233:1 13246:1 13269:1 13283:1 13308:1 13318:5 13322:1 13324:3 13327:1 13341:1 13344:2 13347:1 13350:2 13394:1 13398:2 13412:1 13457:3 13478:3 13482:1 13499:1 13511:1 13514:1 13547:2 13565:1 13623:1 13631:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:4 13770:1 13779:1 13787:5 13809:1 13813:1 13834:1 13839:1 13853:1 13864:1 13868:2 13875:1 13878:2 13900:1 13901:1 13916:1 13925:1 13947:1 13991:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14088:1 14095:8 14097:1 14109:1 14110:1 14143:2 14161:2 14181:1 14211:2 14218:1 14220:1 14249:1 14255:1 14296:1 14315:1 14318:1 14329:1 14345:1 14349:1 14367:3 14373:1 14374:1 14389:1 14390:1 14400:2 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14455:1 14456:1 14499:1 14534:1 14552:1 14561:1 14575:1 14619:1 14642:1 14654:3 14659:1 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14780:1 14788:2 14804:1 14807:1 14810:2 14856:2 14864:3 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:8 14964:1 14966:8 14985:1 15005:1 15078:2 15083:3 15096:1 15101:1 15105:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15198:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15260:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:3 15397:1 15404:1 15405:1 15407:8 15409:1 15421:1 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:2 15588:1 15589:2 15591:1 15610:1 15617:2 15630:1 15644:1 15677:1 15683:1 15689:1 15775:2 15793:1 15820:2 15837:1 15855:1 15876:1 15879:7 15884:4 15899:1 15907:1 15926:1 15940:1 15957:1 15961:2 15964:1 15965:4 15979:6 15980:1 15994:2 15997:1 16009:1 16016:8 16026:2 16068:1 16072:1 16074:12 16083:1 16095:2 16107:4 16112:2 16113:1 16117:1 16119:1 16203:1 16208:1 16213:1 16214:2 16216:1 16217:2 16219:3 16222:1 16223:4 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:2 16399:1 16427:1 16451:8 16452:1 16478:1 16484:1 16511:3 16514:3 16515:3 16531:1 16625:2 16633:1 16635:3 16636:1 16639:5 16656:6 16659:1 16667:1 16700:1 16702:8 16705:4 16710:3 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:2 16834:1 16858:2 16865:1 16913:2 16926:2 16947:1 16953:1 16962:1 16971:2 16974:1 16979:1 17047:1 17053:1 17084:2 17093:1 17099:1 17136:1 17137:1 17142:1 17178:1 17180:1 17182:1 17184:1 17197:1 17213:1 17214:2 17221:1 17229:1 17329:1 17335:1 17393:2 17397:1 17410:1 17434:1 17447:1 17452:2 17456:4 17467:3 17471:1 17476:1 17484:2 17489:1 17496:1 17510:1 17550:1 17567:1 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17660:1 17683:1 17687:1 17697:1 17703:1 17729:1 17767:1 17778:1 17820:3 17829:8 17830:1 17844:2 17914:2 17920:1 17926:2 17935:1 17951:1 17954:1 18017:1 18039:1 18082:8 18107:8 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:2 18190:2 18204:1 18211:1 18220:1 18223:1 18224:1 18234:1 18254:1 18264:2 18278:1 18293:2 18300:1 18311:1 18324:1 18421:1 18441:4 18461:1 18489:1 18523:2 18524:1 18528:1 18539:1 18561:2 18583:1 18589:8 18600:2 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:2 18839:16 18841:1 18844:1 18856:1 18877:1 18878:1 18884:1 18886:2 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:2 19067:1 19081:1 19106:1 19133:2 19143:1 19176:7 19177:1 19178:2 19184:1 19220:1 19224:1 19225:1 19237:1 19238:6 19253:2 19255:1 19260:3 19263:1 19269:1 19271:1 19279:1 19281:1 19288:1 19319:3 19330:1 19338:4 19346:2 19347:1 19374:1 19387:8 19396:2 19397:2 19413:1 19415:1 19416:1 19432:1 19467:1 19495:1 19505:2 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19653:1 19654:3 19685:1 19709:1 19734:4 19798:2 19807:1 19858:1 19869:1 19879:1 19882:2 19892:2 19898:1 19924:4 19950:1 19953:2 19956:1 19960:1 19974:1 19980:1 20010:2 20052:1 20054:8 20063:2 20070:1 20075:2 20083:1 20088:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20151:1 20152:1 20154:1 20182:1 20184:1 20185:1 20214:1 20242:1 20252:5 20259:3 20274:1 20275:2 20294:1 20324:1 20329:1 20337:2 20344:1 20349:2 20351:1 20354:1 20396:2 20403:1 20421:1 20423:2 20439:2 20443:2 20451:1 20457:3 20463:1 20467:2 20472:2 20493:2 20521:1 20523:1 20527:1 20537:3 20542:1 20560:1 20565:1 20595:1 20608:8 20614:1 20618:4 20628:1 20629:1 20659:2 20671:1 20677:3 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20901:1 20904:1 20933:1 20938:3 20948:1 20974:1 20986:2 20995:1 21017:1 21018:1 21022:1 21024:1 21036:1 21041:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:3 21149:1 21162:1 21187:2 21198:1 21213:1 21239:1 21242:1 21265:2 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21369:1 21370:1 21381:1 21389:1 21420:1 21488:1 21489:3 21493:1 21498:2 21509:1 21520:1 21529:1 21561:1 21586:1 21589:1 21604:1 21606:4 21633:2 21690:3 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21772:1 21778:1 21784:1 21805:1 21809:2 21814:1 21821:2 21839:1 21853:1 21891:1 21895:2 21913:3 21918:1 21920:1 21932:1 21973:1 21978:1 21986:1 21991:1 21997:1 22007:1 22011:1 22027:1 22051:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:3 22156:1 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:2 22299:1 22309:1 22372:1 22392:3 22423:1 22458:1 22468:1 22471:1 22497:1 22516:2
10 8:1 10:3 12:1 19:1 23:2 32:3 84:1 91:1 96:2 106:1 115:1 136:1 142:2 154:1 157:1 168:1 177:1 206:1 215:1 255:1 333:1 341:9 354:5 360:2 375:1 376:1 386:1 408:1 412:1 424:1 475:1 476:1 479:1 486:1 488:1 512:3 545:1 547:2 564:1 578:2 583:1 590:1 600:1 623:1 674:2 680:2 715:1 789:1 790:1 815:1 822:1 828:6 829:2 856:3 868:1 870:2 945:1 969:4 973:2 984:1 1004:1 1040:1 1042:1 1049:3 1063:4 1077:2 1106:1 1120:1 1123:5 1124:1 1158:1 1172:1 1173:1 1174:1 1229:1 1234:1 1271:1 1296:1 1308:5 1313:2 1319:1 1330:2 1347:2 1367:1 1369:1 1384:1 1388:1 1390:7 1403:1 1404:1 1424:1 1428:1 1433:1 1452:2 1457:1 1469:2 1496:1 1501:2 1505:1 1518:5 1524:1 1536:1 1539:1 1542:8 1560:2 1581:1 1586:1 1588:2 1590:1 1593:1 1628:2 1631:1 1635:1 1640:1 1645:1 1668:1 1669:1 1673:1 1674:1 1681:1 1721:1 1723:6 1725:1 1727:1 1752:5 1764:1 1771:2 1783:1 1806:1 1814:2 1852:1 1853:1 1861:1 1886:1 1895:1 1897:1 1899:1 1902:1 1907:1 1908:2 1913:1 1915:3 1926:1 1931:1 1932:2 1933:1 1941:1 1942:1 1945:1 1958:1 1965:1 1969:1 1971:1 1973:1 1982:2 2002:1 2014:1 2027:1 2029:1 2035:1 2056:1 2074:1 2109:2 2148:1 2158:1 2169:1 2170:1 2175:1 2189:1 2191:1 2204:1 2215:4 2224:1 2265:1 2271:2 2272:1 2276:2 2278:1 2282:5 2286:1 2288:2 2298:1 2311:1 2321:1 2343:1 2345:1 2380:1 2397:1 2405:1 2407:2 2417:1 2424:3 2426:1 2428:1 2435:1 2463:5 2485:1 2492:1 2503:1 2507:4 2528:1 2556:1 2567:1 2568:1 2608:1 2613:1 2623:1 2629:4 2643:1 2667:1 2715:1 2747:1 2754:3 2759:1 2766:1 2776:1 2784:1 2789:1 2805:1 2827:1 2835:1 2849:4 2854:4 2868:1 2880:2 2886:3 2899:1 2902:2 2941:1 2973:1 2976:1 2988:1 3015:1 3059:2 3072:1 3087:1 3117:1 3125:1 3147:2 3190:1 3197:1 3199:1 3221:1 3225:1 3241:1 3258:1 3285:3 3309:1 3324:1 3334:6 3344:1 3388:1 3396:1 3408:3 3412:2 3454:1 3458:2 3462:2 3466:1 3468:1 3472:1 3473:1 3481:1 3484:1 3486:2 3491:2 3493:1 3498:1 3501:1 3502:4 3505:4 3508:1 3513:1 3530:1 3551:1 3566:1 3578:1 3588:1 3601:1 3604:1 3615:1 3618:1 3649:1 3674:3 3680:1 3682:13 3694:2 3695:1 3722:2 3728:1 3739:1 3756:2 3757:2 3771:1 3782:1 3802:2 3810:1 3829:1 3834:1 3851:1 3855:1 3862:1 3870:5 3873:1 3877:1 3906:1 3910:1 3912:1 3959:1 3981:1 3996:1 3998:1 4027:1 4045:2 4053:5 4057:1 4060:1 4062:1 4073:1 4085:1 4091:1 4094:2 4095:1 4119:3 4131:2 4144:1 4146:4 4152:1 4173:1 4181:9 4190:1 4197:1 4225:1 4231:1 4258:1 4264:1 4276:1 4278:1 4284:1 4286:6 4288:1 4329:1 4366:1 4369:1 4379:1 4382:6 4388:2 4389:1 4394:1 4419:2 4421:1 4433:1 4451:1 4453:6 4461:1 4464:1 4465:1 4467:3 4470:2 4485:1 4493:1 4497:1 4498:2 4514:5 4522:1 4525:1 4540:1 4543:1 4544:4 4566:1 4571:1 4574:1 4592:1 4605:1 4608:1 4611:1 4630:9 4634:1 4636:1 4652:2 4655:1 4663:1 4695:1 4697:1 4704:4 4719:1 4741:1 4757:1 4783:1 4821:3 4824:1 4830:1 4832:1 4833:1 4844:2 4865:2 4876:1 4892:1 4900:1 4901:1 4904:1 4938:3 4944:2 4945:2 4968:1 4971:1 4987:1 5030:1 5031:1 5042:1 5046:1 5064:1 5066:1 5072:4 5079:2 5080:1 5105:1 5108:1 5145:1 5169:2 5186:1 5201:2 5205:9 5208:1 5213:1 5249:1 5282:1 5312:2 5340:1 5357:2 5369:1 5370:1 5377:1 5389:2 5405:1 5407:1 5408:1 5417:1 5438:1 5444:4 5463:1 5470:1 5478:1 5495:1 5503:1 5514:1 5525:1 5533:2 5590:1 5602:1 5603:3 5617:1 5640:3 5654:5 5688:1 5694:2 5697:1 5703:1 5716:1 5720:2 5739:1 5779:1 5786:2 5789:1 5793:2 5808:1 5816:1 5843:1 5867:1 5877:1349 5909:1 5912:1 5926:1 5932:1 5940:1 5955:1 5972:1 5974:2 6015:1 6017:1 6058:1 6089:1 6094:1 6111:1 6143:1 6155:1 6213:2 6229:4 6230:1 6235:2 6239:1 6242:1 6246:1 6254:1 6272:1 6275:1 6284:1 6291:1 6309:1 6331:1 6334:1 6347:1 6353:1 6361:1 6406:1 6418:1 6427:4 6432:1 6433:1 6440:1 6443:1 6444:17 6468:1 6476:1 6477:1 6478:1 6501:1 6525:1 6545:1 6553:1 6607:1 6608:1 6634:1 6653:2 6657:1 6662:1 6698:1 6706:1 6713:1 6734:1 6780:3 6817:1 6818:1 6824:5 6826:1 6828:1 6863:1 6865:1 6868:4 6872:1 6885:3 6895:1 6936:3 6946:1 6959:2 6995:2 6998:2 7035:1 7053:2 7061:1 7086:2 7094:1 7102:2 7111:1 7129:1 7137:2 7141:1 7168:2 7170:1 7183:1 7203:2 7222:7 7224:1 7230:2 7233:3 7240:6 7251:2 7252:1 7258:1 7268:4 7274:1 7275:1 7278:1 7286:5 7301:2 7321:3 7329:2 7372:1 7380:1 7389:1 7400:2 7422:2 7423:1 7428:1 7432:2 7438:4 7440:1 7448:1 7464:1 7466:2 7475:2 7477:1 7494:1 7508:1 7509:1 7530:1 7565:2 7619:1 7659:1 7662:2 7666:1 7699:1 7734:1 7748:1 7807:2 7824:1 7857:1 7869:1 7872:1 7874:1 7881:1 7887:1 7894:1 7898:4 7906:1 7914:1 7933:1 7948:1 8006:2 8011:1 8036:1 8039:2 8040:1 8047:1 8050:1 8069:4 8089:1 8090:1 8123:2 8127:1 8138:1 8143:1 8154:2 8156:1 8161:1 8168:3 8174:1 8189:2 8197:1 8215:2 8222:1 8252:1 8254:1 8259:1 8263:1 8264:2 8268:2 8302:1 8305:1 8342:1 8347:1 8363:1 8378:2 8388:1 8424:3 8441:1 8457:1 8479:1 8480:4 8484:1 8506:1 8544:1 8545:1 8551:1 8553:2 8579:1 8584:1 8599:1 8613:1 8620:2 8634:2 8639:1 8641:1 8655:1 8658:1 8667:2 8705:1 8720:1 8745:1 8749:1 8754:1 8765:1 8772:17 8791:1 8803:3 8817:1 8833:2 8842:2 8845:1 8857:1 8858:3 8861:1 8866:2 8944:1 8963:1 8974:2 9049:2 9051:3 9052:1 9053:3 9067:1 9082:1 9094:1 9105:1 9106:1 9168:1 9171:1 9181:2 9197:1 9201:3 9244:1 9279:1 9331:1 9365:2 9382:1 9401:1 9422:2 9432:2 9437:1 9438:5 9441:1 9442:1 9449:1 9470:1 9471:2 9473:2 9477:1 9500:3 9546:1 9561:1 9579:1 9583:1 9592:1 9602:1 9603:1 9606:2 9607:1 9612:1 9613:1 9614:1 9620:1 9626:1 9631:1 9632:4 9633:2 9634:1 9635:1 9637:1 9689:1 9707:1 9722:1 9735:1 9752:8 9759:1 9805:1 9827:18 9864:1 9866:1 9882:1 9929:1 9942:3 9958:1 9973:1 9988:1 10022:2 10046:1 10050:2 10078:1 10103:1 10113:1 10147:1 10150:1 10151:1 10164:1 10169:1 10189:1 10195:1 10231:2 10244:1 10245:2 10250:1 10254:1 10256:1 10259:13 10276:2 10282:2 10322:1 10328:2 10334:1 10354:1 10369:1 10384:4 10391:1 10393:1 10406:6 10413:1 10415:1 10416:1 10426:1 10427:4 10430:1 10437:2 10439:1 10444:3 10446:1 10454:1 10459:1 10461:1 10484:2 10539:1 10542:1 10545:2 10547:1 10548:1 10566:3 10574:1 10579:2 10585:1 10605:1 10629:1 10631:1 10646:1 10698:1 10704:1 10720:2 10757:1 10766:1 10770:1 10777:1 10778:1 10793:1 10795:1 10802:1 10809:1 10810:1 10812:2 10827:3 10839:1 10870:1 10871:1 10881:1 10888:1 10899:2 10903:1 10939:1 10962:1 10975:1 11002:1 11045:1 11047:1 11055:1 11072:1 11120:1 11130:1 11133:1 11153:1 11166:2 11179:1 11187:1 11200:1 11267:2 11268:1 11269:1 11289:1 11293:3 11303:1 11304:17 11320:1 11339:2 11340:2 11341:1 11377:1 11390:2 11409:4 11410:1 11423:1 11425:1 11429:2 11482:1 11485:1 11507:1 11508:2 11541:1 11547:2 11572:1 11600:1 11601:1 11605:3 11607:1 11611:1 11632:1 11653:1 11695:3 11709:1 11732:8 11733:2 11734:1 11738:1 11751:1 11758:1 11760:4 11769:1 11773:2 11792:1 11798:3 11803:1 11804:13 11808:2 11809:1 11812:2 11824:1 11825:24 11864:5 11866:5 11871:1 11883:1 11906:1 11954:2 11971:1 11982:1 12022:2 12034:2 12047:1 12056:1 12065:1 12066:1 12163:3 12167:1 12197:2 12201:1 12242:1 12264:2 12265:1 12272:1 12274:1 12285:2 12292:1 12297:4 12322:3 12328:1 12348:2 12349:1 12370:1 12378:1 12394:3 12395:2 12418:1 12422:1 12443:1 12481:1 12496:1 12501:2 12507:1 12512:1 12528:1 12544:2 12556:14 12558:1 12572:1 12592:1 12595:2 12624:1 12637:2 12648:8 12657:1 12727:9 12809:2 12814:1 12854:2 12875:1 12890:2 12905:1 12915:1 12918:1 12940:1 12945:1 12962:1 12980:1 12983:2 13002:1 13006:1 13027:2 13040:1 13091:1 13116:1 13117:2 13119:1 13124:1 13126:1 13131:1 13134:1 13155:1 13167:2 13170:1 13171:1 13180:2 13184:2 13219:1 13229:1 13230:3 13233:1 13246:1 13269:1 13283:1 13308:1 13318:5 13322:1 13324:3 13327:1 13341:1 13344:2 13347:1 13350:2 13394:1 13398:2 13412:1 13457:3 13478:3 13482:1 13499:1 13511:1 13514:1 13547:2 13565:1 13614:1 13623:1 13631:1 13646:1 13652:1 13681:1 13685:1 13691:1 13703:2 13704:1 13722:2 13740:4 13770:1 13779:1 13787:6 13809:1 13813:1 13834:1 13839:1 13853:1 13864:1 13868:2 13873:1 13875:1 13878:2 13900:1 13901:1 13916:1 13925:1 13947:1 13991:1 14016:1 14024:2 14030:2 14033:1 14066:1 14071:1 14080:1 14088:1 14095:9 14097:1 14109:1 14110:1 14143:2 14161:2 14181:1 14211:2 14218:1 14220:1 14249:1 14255:1 14296:1 14315:1 14318:1 14329:1 14345:1 14349:1 14367:3 14373:1 14374:1 14389:1 14390:1 14400:2 14402:2 14418:1 14427:1 14437:2 14448:2 14449:1 14455:1 14456:1 14499:1 14534:1 14552:1 14561:1 14575:1 14619:1 14642:1 14654:3 14659:1 14660:1 14675:2 14678:1 14691:1 14692:1 14694:1 14729:1 14736:1 14740:1 14743:1 14770:1 14780:1 14788:2 14804:1 14807:1 14810:2 14856:2 14864:3 14897:1 14908:1 14910:2 14917:1 14926:1 14951:1 14952:1 14954:1 14955:8 14964:1 14966:8 14985:1 15005:1 15078:2 15083:3 15096:1 15101:1 15105:1 15134:3 15139:1 15143:1 15158:1 15166:3 15169:1 15181:1 15198:1 15199:1 15202:1 15212:1 15219:1 15220:2 15233:1 15245:1 15260:1 15281:2 15285:1 15307:1 15309:1 15312:1 15359:1 15378:1 15385:1 15386:3 15397:1 15404:1 15405:1 15407:8 15409:1 15421:1 15446:1 15477:1 15484:1 15505:2 15544:1 15551:1 15575:1 15581:2 15587:1 15588:1 15589:2 15591:1 15610:1 15617:2 15630:1 15644:1 15677:1 15683:1 15689:1 15775:2 15793:1 15820:2 15837:1 15855:1 15876:1 15879:7 15884:4 15899:1 15907:1 15926:1 15940:1 15957:1 15961:2 15964:1 15965:4 15979:6 15980:1 15994:2 15997:1 16009:1 16016:8 16026:2 16068:1 16072:1 16074:13 16083:1 16095:2 16107:4 16112:2 16113:1 16117:1 16119:1 16203:1 16208:1 16213:1 16214:2 16216:1 16217:2 16219:3 16222:1 16223:5 16261:1 16262:1 16264:1 16265:1 16268:2 16355:1 16356:1 16363:1 16368:1 16371:2 16399:1 16427:1 16451:8 16452:1 16478:1 16484:1 16511:3 16514:3 16515:3 16531:1 16625:2 16630:1 16633:1 16635:3 16636:1 16639:5 16656:6 16659:1 16667:1 16700:1 16702:8 16705:4 16710:3 16723:1 16726:1 16746:1 16752:1 16755:1 16808:1 16809:2 16834:1 16858:2 16865:1 16913:2 16926:2 16947:1 16953:1 16962:1 16971:2 16974:1 16979:1 17047:1 17053:1 17084:2 17093:1 17099:1 17136:1 17137:1 17142:1 17178:1 17180:1 17182:1 17184:1 17197:1 17213:1 17214:2 17221:1 17229:1 17329:1 17335:1 17393:2 17397:1 17410:1 17434:1 17447:1 17452:2 17456:4 17467:3 17471:1 17476:1 17484:2 17489:1 17496:1 17510:1 17550:1 17567:1 17569:2 17574:1 17575:1 17586:2 17609:1 17618:2 17642:1 17660:1 17683:2 17687:1 17697:1 17703:1 17729:1 17767:1 17778:1 17820:3 17829:9 17830:1 17844:2 17914:2 17920:2 17926:2 17935:1 17951:1 17954:1 18017:1 18018:1 18039:1 18082:8 18107:8 18113:1 18131:1 18143:2 18147:1 18155:1 18179:1 18189:2 18190:2 18204:1 18208:1 18211:1 18220:1 18223:1 18224:1 18234:1 18254:1 18264:2 18278:1 18293:2 18300:1 18311:1 18324:1 18421:1 18441:4 18461:1 18489:1 18523:2 18524:1 18528:1 18539:1 18549:1 18561:2 18583:1 18589:9 18600:2 18616:1 18669:2 18694:1 18708:3 18718:2 18753:1 18756:1 18775:1 18782:4 18785:1 18790:1 18809:1 18824:2 18839:17 18841:1 18844:1 18856:1 18877:1 18878:1 18884:1 18886:2 18895:1 18938:1 18966:1 18969:1 18975:1 18987:5 18989:1 19000:2 19002:1 19011:1 19017:1 19035:1 19061:2 19067:1 19081:1 19106:1 19133:2 19143:1 19176:7 19177:1 19178:2 19184:1 19220:1 19224:1 19225:1 19237:1 19238:6 19253:2 19255:1 19260:3 19262:1 19263:1 19269:1 19271:2 19279:1 19281:1 19286:1 19288:1 19319:3 19330:1 19338:4 19346:2 19347:1 19374:1 19387:8 19396:2 19397:2 19413:1 19415:1 19416:1 19432:1 19467:1 19495:1 19505:2 19524:1 19584:1 19595:1 19602:1 19630:2 19632:1 19636:1 19638:1 19651:1 19653:1 19654:3 19685:1 19709:1 19734:4 19798:2 19807:1 19858:1 19869:1 19879:1 19882:3 19892:2 19898:1 19924:4 19950:1 19953:2 19956:1 19960:1 19974:1 19980:1 20010:2 20052:1 20054:9 20063:2 20070:2 20075:2 20083:1 20088:1 20096:1 20102:2 20125:1 20126:1 20134:2 20139:1 20149:1 20151:1 20152:1 20154:1 20182:1 20184:1 20185:1 20214:1 20241:1 20242:1 20252:5 20259:3 20274:1 20275:2 20294:1 20307:1 20324:1 20329:1 20337:2 20344:1 20349:2 20351:1 20354:1 20396:2 20403:1 20421:1 20423:2 20439:2 20443:2 20451:1 20457:3 20463:1 20467:2 20472:2 20493:2 20521:1 20523:1 20527:1 20537:3 20542:1 20560:1 20565:1 20595:1 20608:8 20614:1 20618:4 20628:1 20629:1 20659:2 20671:1 20677:3 20678:1 20687:1 20690:1 20691:1 20710:1 20714:2 20725:1 20732:1 20747:1 20776:1 20786:1 20791:1 20811:1 20833:1 20871:1 20901:1 20904:1 20933:1 20938:3 20948:1 20974:1 20986:2 20995:1 21017:1 21018:1 21022:1 21024:1 21025:1 21036:1 21041:1 21044:1 21055:2 21090:1 21091:1 21105:1 21119:1 21125:1 21133:1 21136:2 21143:3 21149:1 21162:1 21187:2 21198:1 21213:2 21239:1 21242:1 21265:2 21278:1 21288:1 21299:1 21304:2 21308:2 21336:1 21338:3 21340:1 21366:2 21369:1 21370:1 21381:1 21389:1 21420:1 21488:1 21489:3 21493:1 21498:2 21509:1 21520:1 21529:1 21561:1 21586:1 21589:1 21604:1 21606:4 21633:2 21690:3 21697:1 21701:2 21713:1 21722:1 21747:1 21769:1 21772:1 21778:1 21784:1 21805:1 21809:2 21814:1 21821:2 21839:1 21853:1 21891:1 21895:2 21913:3 21918:1 21920:1 21932:1 21973:1 21978:1 21986:1 21991:1 21997:1 22007:1 22011:1 22027:1 22051:1 22058:2 22072:3 22103:1 22115:1 22126:2 22155:3 22156:1 22161:2 22164:2 22179:2 22182:1 22214:1 22233:1 22234:1 22255:2 22266:1 22295:1 22296:2 22299:1 22309:1 22372:1 22392:3 22393:1 22399:1 22411:1 22423:1 22458:1 22468:1 22471:1 22497:1 22516:2
|
975af8e48d59a384bb782e54e75890c017202b2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH5/EX5.3/Example5_3.sce | f471e40801e4a69fc9dfd1f1af808056f21b830b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 372 | sce | Example5_3.sce | exec("degree_rad.sci",-1)
//GIven that
F_A = 220 * [cos(dtor(180-47)),sin(dtor(180-47))] //in N
F_B_dir = [0,-1]
F_C_mag = 170 //in N
//Sample Problem 5-3
printf("**Sample Problem 5-3**\n")
//net sum of three forces must be zero
phi = acos(- F_A(1) / F_C_mag)
F_B_mag = F_C_mag * sin(phi) + F_A(2)
printf("The magnitude of Bettys force is %f N", F_B_mag) |
a3fdc9356712c4439ffe09bd067887ac2a2cc47e | 352a2b6c7e8e0fbc76f9dacb222075df0cc1bbc6 | /TP3/generateHMMSeq.sci | 7c155f71cc04ea52920485c8c17f65e0eda1c506 | [] | no_license | BenFradet/RO05 | 443dd2807b521eefdd65ff901d25b46bce8a0838 | 0aa5855de282bfccacae999536f1424a303ca72e | refs/heads/master | 2020-06-06T17:45:47.138916 | 2014-12-18T15:32:12 | 2014-12-18T15:32:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,385 | sci | generateHMMSeq.sci | // Author: Benjamin Fradet
// To execute with Scilab 5.5.1
function[weatherSeq, stateSeq] = generateHMMSeq(transitionMatrix, ...
emissionMatrix, ...
initialProbs, ...
seqLength)
weatherSeq = zeros(1:seqLength);
stateSeq = zeros(1:seqLength);
// Cloudy = 1
// Rain = 2
// Snow = 3
// Sunny = 4
weathers = [1; 2; 3; 4];
// Low pressure = 1
// High pressure = 2
pressures = [1; 2];
// chooses a first state
stateSeq(1) = samplef(1, pressures, initialProbs);
// probabilities of each weather type given that we are in stateSeq(1)
probabilities = emissionMatrix(stateSeq(1), :);
// chooses a weather type
weatherSeq(1) = samplef(1, weathers, probabilities);
for i = 2:seqLength
prevState = stateSeq(i - 1);
// gets the probabilities of changing states
stateProbabilities = transitionMatrix(prevState, :);
// chooses a new state
stateSeq(i) = samplef(1, pressures, stateProbabilities);
// probabilities of each weather type given that we are in stateSeq(i)
probabilities = emissionMatrix(stateSeq(i), :);
// chooses a weather type
weatherSeq(i) = samplef(1, weathers, probabilities);
end
endfunction
|
ebf7aac2b6407b27b90ce3560821ab0246627e47 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH7/EX7.2/7_2.sce | 49e1807fb9646b42e842fd7221142a63bc1d9107 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 459 | sce | 7_2.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 7.2
//calculation of the angular acceleration
//given data
v1=5//initial speed(in m/s)
v2=6//final speed(in m/s)
dt=2//change in time(in s)
r=20*10^-2//radius(in cm) of the circle
//calculation
at=(v2-v1)/dt//formula of tangential acceleration
alpha=at/r//formula of angular acceleration
printf('the angular accleration is %3.1f rad/s^2',alpha)
|
8e01636168d412454bbd77dc087c155b8e9364ba | 449d555969bfd7befe906877abab098c6e63a0e8 | /944/CH3/EX3.13/example3_13_TACC.sce | dd1bec5232b8a380fbfbd19abbdd75722b75fbf5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 813 | sce | example3_13_TACC.sce | //example 3.13
clear;
clc;
//Given:
//("C3H6(g)+H2(g)->C3H8(g);H1=-29.6 Kcal");
//("C3H8(g)+5O2(g)->3CO2(g)+4H2O(l) ; H2=-530.6 Kcal");
//("C(s)+O2(g)->CO2(g);H3=-94.0 Kcal");
//("H2(g)+0.5O2(g)->H2O(l);H4=-68.3 Kcal. ");
H1=-29.6;//the standard heat of hydrogenation of gaseous propylene to propane[Kcal]
H2=-530.6;//the heat of combustion of propane[Kcal]
H3=-94.0;//the heat of formation of carbon dioxide[Kcal]
H4=-68.3;//the heat of formation of liquid water[Kcal]
//to find the heat of combustion and formation of propylene
disp("C3H6(g)+4.5O2(g)->3CO2(g)+3H2O(l)");
H5=[3*H3+4*H4]-[H1+H2];//[Kcal]
printf("\n H(standard heat of combustion)=%f Kcal.\n",H5);
disp("3C(s)+3H2(g)->C3H6(g)");
H6=-H5+3*H3+3*H4;//[Kcal]
printf("\n H(standard heat of formation)=%f Kcal. \n",H6);
|
afa5da1190e5b0944ad0864a20947e35a6bcb4e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH2/EX2.a.1/Example_a_2_1.sce | e858d50d1f8beb0c7374acd0f1266fb70be583ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 656 | sce | Example_a_2_1.sce | //Example 2_1 page no:85
clc;
delta=[3,-1,-1,
-1,3,-1,
-1,-1,3];
delta1=[10,-1,-1,
5,3,-1,
5,-1,3];
delta2=[3,10,-1,
-1,5,-1,
-1,5,3];
delta3=[3,-1,10,
-1,3,5,
-1,-1,5];
ia=det(delta1)/det(delta);
ib=det(delta2)/det(delta);
ic=det(delta3)/det(delta);
I=ia;
I1=ia-ib;
I2=ib;
I3=ib-ic;
I4=ic;
I5=ia-ic;
disp(I,"the branch current I is (in A)");
disp(I1,"the branch current I1 is (in A)");
disp(I2,"the branch current I2 is (in A)");
disp(I3,"the branch current I3 is (in A)");
disp(I4,"the branch current I4 is (in A)");
disp(I5,"the branch current I5 is (in A)");
|
b42ada69770719d8df37948fcbce9052ac482a3a | a24c640895f1cfb1e3242099f641df51ee10297e | /example_programs/references.tst | 4d635571d21c44b05454eebf20f6c77c47bc5236 | [
"CC-BY-3.0"
] | permissive | supermaximo93/Toast-Prototype-Interpreter | 1c3d981a550f6498bb5fcc8952fdd6a5ae4c71b3 | 13547e96813add755791b33a19a4831f5e338094 | refs/heads/master | 2021-01-19T10:58:00.401688 | 2012-03-14T09:18:27 | 2012-03-14T09:18:27 | 3,140,649 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 440 | tst | references.tst | ///////////////////////////////////////////////////////////////////////
/////////////// REFERENCES ///////////////
///////////////////////////////////////////////////////////////////////
let assign(ref, value) =
let ~ref = value
end
let x = 0
assign(@x, 5)
print(x) // prints 5
let inc(num) = let ~num = ~num + 1
let dec(num) = let ~num = ~num - 1
inc(@x)
print(x) // prints 6
dec(@x)
print(x) // prints 5
|
e4376fe6935deccff389974932dced22e5e40534 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH18/EX18.26w/18_26w.sce | a88ae98b2d1dc16b93ecc11b404aa8111c64bdad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 719 | sce | 18_26w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 18.26w
//calculation of new position of the slide of projector if the position of the screen is changed
//given data
v=10; //image distance(in m)
m=500; //lateral magnification ratio
d=2; //distance(in m) the screen is moved
//calculation
u=-v/m; //lateral magnification formula
f=1/((1/v)-(1/u)) //lens formula
vdash=v-d //effect of moving screen d m closer
udash=1/((1/vdash)-(1/f)) //lens formula
if(udash<0)
disp(-udash,'away from the lens,the slide should be moved by a distance(in m) of');
else
disp(udash,'towards the lens,the slide should be moved by a distance(in m) of');
end
|
daa9748a3b77dcba7630a21f47785de60435095e | 61129043aed87983b640a33b1c260316043fa570 | /drawing/primitives/reference_frame.sci | ff206e1c64a47097cb377f613cb81a46e626c24b | [] | no_license | dgerod/gfx4scilab | 7643dbb42fcbea772af12017dccf484544da6f79 | 4aafc59f241a9383de65e4fb25eefef80660bf64 | refs/heads/master | 2021-01-19T03:35:08.368764 | 2017-04-08T06:05:33 | 2017-04-08T06:05:33 | 61,438,380 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,152 | sci | reference_frame.sci | // =============================================================================
// gfx4scilab - drawing
// dgerod@xyz-lab.org.es
// =============================================================================
function [RefFrame] = dw_RefFrame_create(Len, T)
RefFrame = 0;
if rt_ishomog( T ) == %T then
name = "";
dim = struct("len", Len);
RefFrame = struct("name", name, "dim", dim, "T", T);
end
return [RefFrame];
endfunction
// -----------------------------------------------------------------------------
function [RefFrame] = dw_RefFrame_attachTo(RefFrame, P)
T = RefFrame.T ;
RefFrame.T = rt_transl(P)*T;
return [RefFrame];
endfunction
// -----------------------------------------------------------------------------
function [Points] = dw_RefFrame_getPoints(RefFrame)
Points = 0;
endfunction
// -----------------------------------------------------------------------------
function [Handle] = dw_RefFrame_draw(RefFrame)
Handle = list();
len = RefFrame.dim.len;
T = RefFrame.T;
name = RefFrame.name;
//
// ---
if len < 0 then
len = 1;
end
O = T*[0 0 0 1]';
vx = T*[len 0 0 1]';
vy = T*[0 len 0 1]';
vz = T*[0 0 len 1]';
//
// ---
red = color( 255,0,0 );
green = color( 0,255,0 );
blue = color( 0,0,255 );
oc = xget("color" );
xset("color",red );
Handle($+1) = param3d([vx(1),O(1)], [vx(2),O(2)], [vx(3),O(3)]);
xset("color",green );
Handle($+1) = param3d([vy(1),O(1)], [vy(2),O(2)], [vy(3),O(3)]);
xset("color",blue );
Handle($+1) = param3d([vz(1),O(1)], [vz(2),O(2)], [vz(3),O(3)]);
xset("color",oc);
// Write name if it exists
if ( isfield(RefFrame,"name") == %T & isempty(name) == %F ) then
Handle($+1) = gfxDrawText3d(O(1), O(2), O(3), name);
end
// ---
return Ret;
endfunction
// =============================================================================
|
db11f49323921e4a8f119dc4e8805b737518d085 | fcd4bce0080771389b4a69338ed6443153942183 | /cores/n64/mupen64plus-rsp-paraLLEl/lightning/check/va_list.tst | ad704c94766acc3101810c4a29ac0967bb8b9b14 | [
"MIT",
"LGPL-2.1-only",
"MPL-1.1",
"LicenseRef-scancode-mame",
"GPL-1.0-or-later",
"Zlib",
"GPL-2.0-only",
"LGPL-2.1-or-later",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-brian-gladman-3-clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"GPL-3.0-only",
"LGPL-3.0-only",
"GFDL-1.1-or-later",
"LicenseRef-scancode-other-copyleft",
"GFDL-1.1-only"
] | permissive | wulfebw/retro | d4fcf9229b257b3c495f54b1aeb3ea36004ae4aa | dad4b509e99e729e39a2f27e9ee4120e3b607f58 | refs/heads/master | 2022-10-23T07:17:55.320585 | 2020-06-12T01:38:06 | 2020-06-12T01:38:06 | 260,832,205 | 8 | 1 | MIT | 2020-06-12T01:38:08 | 2020-05-03T05:06:17 | C | UTF-8 | Scilab | false | false | 14,428 | tst | va_list.tst | .data 8
ok:
.c "ok\n"
.code
jmpi main
#define BEGIN(L) \
L: \
prolog
#define VA_START() \
ellipsis \
va_start %v0
#define VARG(L,N) \
va_arg %r0 %v0 \
beqi L##N %r0 N \
calli @abort \
L##N:
#define VARGD(L,N) \
va_arg_d %f0 %v0 \
beqi_d L##N %f0 N \
calli @abort \
L##N:
#define VA_END() \
va_end %v0 \
ret \
epilog
#define ARG(N) arg $arg##N
#define ARGD(N) arg_d $arg##N
#define GET(L,N) \
getarg %r0 $arg##N \
beqi L##N %r0 N \
calli @abort \
L##N:
#define GETD(L,N) \
getarg_d %f0 $arg##N \
beqi_d L##N %f0 N \
calli @abort \
L##N:
#define ARG1() ARG(1)
#define ARG2() ARG1() ARG(2)
#define ARG3() ARG2() ARG(3)
#define ARG4() ARG3() ARG(4)
#define ARG5() ARG4() ARG(5)
#define ARG6() ARG5() ARG(6)
#define ARG7() ARG6() ARG(7)
#define ARG8() ARG7() ARG(8)
#define ARG9() ARG8() ARG(9)
#define GET1(L) GET(L,1)
#define GET2(L) GET1(L) GET(L,2)
#define GET3(L) GET2(L) GET(L,3)
#define GET4(L) GET3(L) GET(L,4)
#define GET5(L) GET4(L) GET(L,5)
#define GET6(L) GET5(L) GET(L,6)
#define GET7(L) GET6(L) GET(L,7)
#define GET8(L) GET7(L) GET(L,8)
#define GET9(L) GET8(L) GET(L,9)
#define ARGD1() ARGD(1)
#define ARGD2() ARGD1() ARGD(2)
#define ARGD3() ARGD2() ARGD(3)
#define ARGD4() ARGD3() ARGD(4)
#define ARGD5() ARGD4() ARGD(5)
#define ARGD6() ARGD5() ARGD(6)
#define ARGD7() ARGD6() ARGD(7)
#define ARGD8() ARGD7() ARGD(8)
#define ARGD9() ARGD8() ARGD(9)
#define GETD1(L) GETD(L,1)
#define GETD2(L) GETD1(L) GETD(L,2)
#define GETD3(L) GETD2(L) GETD(L,3)
#define GETD4(L) GETD3(L) GETD(L,4)
#define GETD5(L) GETD4(L) GETD(L,5)
#define GETD6(L) GETD5(L) GETD(L,6)
#define GETD7(L) GETD6(L) GETD(L,7)
#define GETD8(L) GETD7(L) GETD(L,8)
#define GETD9(L) GETD8(L) GETD(L,9)
#define IDARG1() ARG(1)
#define IDARG2() IDARG1() ARGD(2)
#define IDARG3() IDARG2() ARG(3)
#define IDARG4() IDARG3() ARGD(4)
#define IDARG5() IDARG4() ARG(5)
#define IDARG6() IDARG5() ARGD(6)
#define IDARG7() IDARG6() ARG(7)
#define IDARG8() IDARG7() ARGD(8)
#define IDARG9() IDARG8() ARG(9)
#define IDGET1(L) GET(L,1)
#define IDGET2(L) IDGET1(L) GETD(L,2)
#define IDGET3(L) IDGET2(L) GET(L,3)
#define IDGET4(L) IDGET3(L) GETD(L,4)
#define IDGET5(L) IDGET4(L) GET(L,5)
#define IDGET6(L) IDGET5(L) GETD(L,6)
#define IDGET7(L) IDGET6(L) GET(L,7)
#define IDGET8(L) IDGET7(L) GETD(L,8)
#define IDGET9(L) IDGET8(L) GET(L,9)
#define DIARG1() ARGD(1)
#define DIARG2() DIARG1() ARG(2)
#define DIARG3() DIARG2() ARGD(3)
#define DIARG4() DIARG3() ARG(4)
#define DIARG5() DIARG4() ARGD(5)
#define DIARG6() DIARG5() ARG(6)
#define DIARG7() DIARG6() ARGD(7)
#define DIARG8() DIARG7() ARG(8)
#define DIARG9() DIARG8() ARGD(9)
#define DIGET1(L) GETD(L,1)
#define DIGET2(L) DIGET1(L) GET(L,2)
#define DIGET3(L) DIGET2(L) GETD(L,3)
#define DIGET4(L) DIGET3(L) GET(L,4)
#define DIGET5(L) DIGET4(L) GETD(L,5)
#define DIGET6(L) DIGET5(L) GET(L,6)
#define DIGET7(L) DIGET6(L) GETD(L,7)
#define DIGET8(L) DIGET7(L) GET(L,8)
#define DIGET9(L) DIGET8(L) GETD(L,9)
#define VARG1(L) \
VARG(L, 10)
#define VARG2(L) \
VARG(L, 9) \
VARG1(L)
#define VARG3(L) \
VARG(L, 8) \
VARG2(L)
#define VARG4(L) \
VARG(L, 7) \
VARG3(L)
#define VARG5(L) \
VARG(L, 6) \
VARG4(L)
#define VARG6(L) \
VARG(L, 5) \
VARG5(L)
#define VARG7(L) \
VARG(L, 4) \
VARG6(L)
#define VARG8(L) \
VARG(L, 3) \
VARG7(L)
#define VARG9(L) \
VARG(L, 2) \
VARG8(L)
#define VARG10(L) \
VARG(L, 1) \
VARG9(L)
#define VARGD1(L) \
VARGD(L, 10)
#define VARGD2(L) \
VARGD(L, 9) \
VARGD1(L)
#define VARGD3(L) \
VARGD(L, 8) \
VARGD2(L)
#define VARGD4(L) \
VARGD(L, 7) \
VARGD3(L)
#define VARGD5(L) \
VARGD(L, 6) \
VARGD4(L)
#define VARGD6(L) \
VARGD(L, 5) \
VARGD5(L)
#define VARGD7(L) \
VARGD(L, 4) \
VARGD6(L)
#define VARGD8(L) \
VARGD(L, 3) \
VARGD7(L)
#define VARGD9(L) \
VARGD(L, 2) \
VARGD8(L)
#define VARGD10(L) \
VARGD(L, 1) \
VARGD9(L)
#define IDVARG1(L) \
VARGD(L, 10)
#define IDVARG2(L) \
VARG(L, 9) \
IDVARG1(L)
#define IDVARG3(L) \
VARGD(L, 8) \
IDVARG2(L)
#define IDVARG4(L) \
VARG(L, 7) \
IDVARG3(L)
#define IDVARG5(L) \
VARGD(L, 6) \
IDVARG4(L)
#define IDVARG6(L) \
VARG(L, 5) \
IDVARG5(L)
#define IDVARG7(L) \
VARGD(L, 4) \
IDVARG6(L)
#define IDVARG8(L) \
VARG(L, 3) \
IDVARG7(L)
#define IDVARG9(L) \
VARGD(L, 2) \
IDVARG8(L)
#define IDVARG10(L) \
VARG(L, 1) \
IDVARG9(L)
#define DIVARG1(L) \
VARG(L, 10)
#define DIVARG2(L) \
VARGD(L, 9) \
DIVARG1(L)
#define DIVARG3(L) \
VARG(L, 8) \
DIVARG2(L)
#define DIVARG4(L) \
VARGD(L, 7) \
DIVARG3(L)
#define DIVARG5(L) \
VARG(L, 6) \
DIVARG4(L)
#define DIVARG6(L) \
VARGD(L, 5) \
DIVARG5(L)
#define DIVARG7(L) \
VARG(L, 4) \
DIVARG6(L)
#define DIVARG8(L) \
VARGD(L, 3) \
DIVARG7(L)
#define DIVARG9(L) \
VARG(L, 2) \
DIVARG8(L)
#define DIVARG10(L) \
VARGD(L, 1) \
DIVARG9(L)
BEGIN(_iiiiiiiiii)
VA_START()
VARG10(_iiiiiiiiii)
VA_END()
BEGIN(i_iiiiiiiii)
ARG1()
GET1(i_iiiiiiiii)
VA_START()
VARG9(i_iiiiiiiii)
VA_END()
BEGIN(ii_iiiiiiii)
ARG2()
GET2(ii_iiiiiiii)
VA_START()
VARG8(ii_iiiiiiii)
VA_END()
BEGIN(iii_iiiiiii)
ARG3()
GET3(iii_iiiiiii)
VA_START()
VARG7(iii_iiiiiii)
VA_END()
BEGIN(iiii_iiiiii)
ARG4()
GET4(iiii_iiiiii)
VA_START()
VARG6(iiii_iiiiii)
VA_END()
BEGIN(iiiii_iiiii)
ARG5()
GET5(iiiii_iiiii)
VA_START()
VARG5(iiiii_iiiii)
VA_END()
BEGIN(iiiiii_iiii)
ARG6()
GET6(iiiiii_iiii)
VA_START()
VARG4(iiiiii_iiii)
VA_END()
BEGIN(iiiiiii_iii)
ARG7()
GET7(iiiiiii_iii)
VA_START()
VARG3(iiiiiii_iii)
VA_END()
BEGIN(iiiiiiii_ii)
ARG8()
GET8(iiiiiiii_ii)
VA_START()
VARG2(iiiiiiii_ii)
VA_END()
BEGIN(iiiiiiiii_i)
ARG9()
GET9(iiiiiiiii_i)
VA_START()
VARG1(iiiiiiiii_i)
VA_END()
BEGIN(_dddddddddd)
VA_START()
VARGD10(_dddddddddd)
VA_END()
BEGIN(d_ddddddddd)
ARGD1()
GETD1(d_ddddddddd)
VA_START()
VARGD9(d_ddddddddd)
VA_END()
BEGIN(dd_dddddddd)
ARGD2()
GETD2(dd_dddddddd)
VA_START()
VARGD8(dd_dddddddd)
VA_END()
BEGIN(ddd_ddddddd)
ARGD3()
GETD3(ddd_ddddddd)
VA_START()
VARGD7(ddd_ddddddd)
VA_END()
BEGIN(dddd_dddddd)
ARGD4()
GETD4(dddd_dddddd)
VA_START()
VARGD6(dddd_dddddd)
VA_END()
BEGIN(ddddd_ddddd)
ARGD5()
GETD5(ddddd_ddddd)
VA_START()
VARGD5(ddddd_ddddd)
VA_END()
BEGIN(dddddd_dddd)
ARGD6()
GETD6(dddddd_dddd)
VA_START()
VARGD4(dddddd_dddd)
VA_END()
BEGIN(ddddddd_ddd)
ARGD7()
GETD7(ddddddd_ddd)
VA_START()
VARGD3(ddddddd_ddd)
VA_END()
BEGIN(dddddddd_dd)
ARGD8()
GETD8(dddddddd_dd)
VA_START()
VARGD2(dddddddd_dd)
VA_END()
BEGIN(ddddddddd_d)
ARGD9()
GETD9(ddddddddd_d)
VA_START()
VARGD1(ddddddddd_d)
VA_END()
BEGIN(_ididididid)
VA_START()
IDVARG10(_ididididid)
VA_END()
BEGIN(i_didididid)
IDARG1()
IDGET1(i_didididid)
VA_START()
IDVARG9(i_didididid)
VA_END()
BEGIN(id_idididid)
IDARG2()
IDGET2(id_idididid)
VA_START()
IDVARG8(id_idididid)
VA_END()
BEGIN(idi_dididid)
IDARG3()
IDGET3(idi_dididid)
VA_START()
IDVARG7(idi_dididid)
VA_END()
BEGIN(idid_ididid)
IDARG4()
IDGET4(idid_ididid)
VA_START()
IDVARG6(idid_ididid)
VA_END()
BEGIN(ididi_didid)
IDARG5()
IDGET5(ididi_didid)
VA_START()
IDVARG5(ididi_didid)
VA_END()
BEGIN(ididid_idid)
IDARG6()
IDGET6(ididid_idid)
VA_START()
IDVARG4(ididid_idid)
VA_END()
BEGIN(idididi_did)
IDARG7()
IDGET7(idididi_did)
VA_START()
IDVARG3(idididi_did)
VA_END()
BEGIN(idididid_id)
IDARG8()
IDGET8(idididid_id)
VA_START()
IDVARG2(idididid_id)
VA_END()
BEGIN(ididididi_d)
IDARG9()
IDGET9(ididididi_d)
VA_START()
IDVARG1(ididididi_d)
VA_END()
BEGIN(_dididididi)
VA_START()
DIVARG10(_dididididi)
VA_END()
BEGIN(d_ididididi)
DIARG1()
DIGET1(d_ididididi)
VA_START()
DIVARG9(d_ididididi)
VA_END()
BEGIN(di_didididi)
DIARG2()
DIGET2(di_didididi)
VA_START()
DIVARG8(di_didididi)
VA_END()
BEGIN(did_idididi)
DIARG3()
DIGET3(did_idididi)
VA_START()
DIVARG7(did_idididi)
VA_END()
BEGIN(didi_dididi)
DIARG4()
DIGET4(didi_dididi)
VA_START()
DIVARG6(didi_dididi)
VA_END()
BEGIN(didid_ididi)
DIARG5()
DIGET5(didid_ididi)
VA_START()
DIVARG5(didid_ididi)
VA_END()
BEGIN(dididi_didi)
DIARG6()
DIGET6(dididi_didi)
VA_START()
DIVARG4(dididi_didi)
VA_END()
BEGIN(dididid_idi)
DIARG7()
DIGET7(dididid_idi)
VA_START()
DIVARG3(dididid_idi)
VA_END()
BEGIN(didididi_di)
DIARG8()
DIGET8(didididi_di)
VA_START()
DIVARG2(didididi_di)
VA_END()
BEGIN(didididid_i)
DIARG9()
DIGET9(didididid_i)
VA_START()
DIVARG1(didididid_i)
VA_END()
#define PUSH1() pushargi 1
#define PUSH2() PUSH1() pushargi 2
#define PUSH3() PUSH2() pushargi 3
#define PUSH4() PUSH3() pushargi 4
#define PUSH5() PUSH4() pushargi 5
#define PUSH6() PUSH5() pushargi 6
#define PUSH7() PUSH6() pushargi 7
#define PUSH8() PUSH7() pushargi 8
#define PUSH9() PUSH8() pushargi 9
#define VPUSH1() pushargi 1 VPUSH2()
#define VPUSH2() pushargi 2 VPUSH3()
#define VPUSH3() pushargi 3 VPUSH4()
#define VPUSH4() pushargi 4 VPUSH5()
#define VPUSH5() pushargi 5 VPUSH6()
#define VPUSH6() pushargi 6 VPUSH7()
#define VPUSH7() pushargi 7 VPUSH8()
#define VPUSH8() pushargi 8 VPUSH9()
#define VPUSH9() pushargi 9 VPUSH10()
#define VPUSH10() pushargi 10
#define PUSHD1() pushargi_d 1
#define PUSHD2() PUSHD1() pushargi_d 2
#define PUSHD3() PUSHD2() pushargi_d 3
#define PUSHD4() PUSHD3() pushargi_d 4
#define PUSHD5() PUSHD4() pushargi_d 5
#define PUSHD6() PUSHD5() pushargi_d 6
#define PUSHD7() PUSHD6() pushargi_d 7
#define PUSHD8() PUSHD7() pushargi_d 8
#define PUSHD9() PUSHD8() pushargi_d 9
#define VPUSHD1() pushargi_d 1 VPUSHD2()
#define VPUSHD2() pushargi_d 2 VPUSHD3()
#define VPUSHD3() pushargi_d 3 VPUSHD4()
#define VPUSHD4() pushargi_d 4 VPUSHD5()
#define VPUSHD5() pushargi_d 5 VPUSHD6()
#define VPUSHD6() pushargi_d 6 VPUSHD7()
#define VPUSHD7() pushargi_d 7 VPUSHD8()
#define VPUSHD8() pushargi_d 8 VPUSHD9()
#define VPUSHD9() pushargi_d 9 VPUSHD10()
#define VPUSHD10() pushargi_d 10
#define IDPUSH1() pushargi 1
#define IDPUSH2() IDPUSH1() pushargi_d 2
#define IDPUSH3() IDPUSH2() pushargi 3
#define IDPUSH4() IDPUSH3() pushargi_d 4
#define IDPUSH5() IDPUSH4() pushargi 5
#define IDPUSH6() IDPUSH5() pushargi_d 6
#define IDPUSH7() IDPUSH6() pushargi 7
#define IDPUSH8() IDPUSH7() pushargi_d 8
#define IDPUSH9() IDPUSH8() pushargi 9
#define IDVPUSH1() pushargi 1 IDVPUSH2()
#define IDVPUSH2() pushargi_d 2 IDVPUSH3()
#define IDVPUSH3() pushargi 3 IDVPUSH4()
#define IDVPUSH4() pushargi_d 4 IDVPUSH5()
#define IDVPUSH5() pushargi 5 IDVPUSH6()
#define IDVPUSH6() pushargi_d 6 IDVPUSH7()
#define IDVPUSH7() pushargi 7 IDVPUSH8()
#define IDVPUSH8() pushargi_d 8 IDVPUSH9()
#define IDVPUSH9() pushargi 9 IDVPUSH10()
#define IDVPUSH10() pushargi_d 10
#define DIPUSH1() pushargi_d 1
#define DIPUSH2() DIPUSH1() pushargi 2
#define DIPUSH3() DIPUSH2() pushargi_d 3
#define DIPUSH4() DIPUSH3() pushargi 4
#define DIPUSH5() DIPUSH4() pushargi_d 5
#define DIPUSH6() DIPUSH5() pushargi 6
#define DIPUSH7() DIPUSH6() pushargi_d 7
#define DIPUSH8() DIPUSH7() pushargi 8
#define DIPUSH9() DIPUSH8() pushargi_d 9
#define DIVPUSH1() pushargi_d 1 DIVPUSH2()
#define DIVPUSH2() pushargi 2 DIVPUSH3()
#define DIVPUSH3() pushargi_d 3 DIVPUSH4()
#define DIVPUSH4() pushargi 4 DIVPUSH5()
#define DIVPUSH5() pushargi_d 5 DIVPUSH6()
#define DIVPUSH6() pushargi 6 DIVPUSH7()
#define DIVPUSH7() pushargi_d 7 DIVPUSH8()
#define DIVPUSH8() pushargi 8 DIVPUSH9()
#define DIVPUSH9() pushargi_d 9 DIVPUSH10()
#define DIVPUSH10() pushargi 10
main:
prolog
prepare
ellipsis
VPUSH1()
finishi _iiiiiiiiii
prepare
PUSH1()
ellipsis
VPUSH2()
finishi i_iiiiiiiii
prepare
PUSH2()
ellipsis
VPUSH3()
finishi ii_iiiiiiii
prepare
PUSH3()
ellipsis
VPUSH4()
finishi iii_iiiiiii
prepare
PUSH4()
ellipsis
VPUSH5()
finishi iiii_iiiiii
prepare
PUSH5()
ellipsis
VPUSH6()
finishi iiiii_iiiii
prepare
PUSH6()
ellipsis
VPUSH7()
finishi iiiiii_iiii
prepare
PUSH7()
ellipsis
VPUSH8()
finishi iiiiiii_iii
prepare
PUSH8()
ellipsis
VPUSH9()
finishi iiiiiiii_ii
prepare
PUSH9()
ellipsis
VPUSH10()
finishi iiiiiiiii_i
prepare
ellipsis
VPUSHD1()
finishi _dddddddddd
prepare
PUSHD1()
ellipsis
VPUSHD2()
finishi d_ddddddddd
prepare
PUSHD2()
ellipsis
VPUSHD3()
finishi dd_dddddddd
prepare
PUSHD3()
ellipsis
VPUSHD4()
finishi ddd_ddddddd
prepare
PUSHD4()
ellipsis
VPUSHD5()
finishi dddd_dddddd
prepare
PUSHD5()
ellipsis
VPUSHD6()
finishi ddddd_ddddd
prepare
PUSHD6()
ellipsis
VPUSHD7()
finishi dddddd_dddd
prepare
PUSHD7()
ellipsis
VPUSHD8()
finishi ddddddd_ddd
prepare
PUSHD8()
ellipsis
VPUSHD9()
finishi dddddddd_dd
prepare
PUSHD9()
ellipsis
VPUSHD10()
finishi ddddddddd_d
prepare
ellipsis
IDVPUSH1()
finishi _ididididid
prepare
IDPUSH1()
ellipsis
IDVPUSH2()
finishi i_didididid
prepare
IDPUSH2()
ellipsis
IDVPUSH3()
finishi id_idididid
prepare
IDPUSH3()
ellipsis
IDVPUSH4()
finishi idi_dididid
prepare
IDPUSH4()
ellipsis
IDVPUSH5()
finishi idid_ididid
prepare
IDPUSH5()
ellipsis
IDVPUSH6()
finishi ididi_didid
prepare
IDPUSH6()
ellipsis
IDVPUSH7()
finishi ididid_idid
prepare
IDPUSH7()
ellipsis
IDVPUSH8()
finishi idididi_did
prepare
IDPUSH8()
ellipsis
IDVPUSH9()
finishi idididid_id
prepare
IDPUSH9()
ellipsis
IDVPUSH10()
finishi ididididi_d
prepare
ellipsis
DIVPUSH1()
finishi _dididididi
prepare
DIPUSH1()
ellipsis
DIVPUSH2()
finishi d_ididididi
prepare
DIPUSH2()
ellipsis
DIVPUSH3()
finishi di_didididi
prepare
DIPUSH3()
ellipsis
DIVPUSH4()
finishi did_idididi
prepare
DIPUSH4()
ellipsis
DIVPUSH5()
finishi didi_dididi
prepare
DIPUSH5()
ellipsis
DIVPUSH6()
finishi didid_ididi
prepare
DIPUSH6()
ellipsis
DIVPUSH7()
finishi dididi_didi
prepare
DIPUSH7()
ellipsis
DIVPUSH8()
finishi dididid_idi
prepare
DIPUSH8()
ellipsis
DIVPUSH9()
finishi didididi_di
prepare
DIPUSH9()
ellipsis
DIVPUSH10()
finishi didididid_i
prepare
pushargi ok
ellipsis
finishi @printf
ret
epilog
|
4a19ccb9a8a18b2de4d5ea817c18244e4e10e94b | ff1325c4f8bc7aae332f9dfbae7b15e8243c7d51 | /exo2.sce | ab744fc269ca55c30ef3e1acf2561bf3f9676ef1 | [] | no_license | jperret21/calcul_numerique | c17d274a1d9a4ec42c510fbfb7a29cbe5e985572 | 1379d876b42849664bde200b5a1fde0221715b06 | refs/heads/main | 2023-01-14T16:22:24.308899 | 2020-11-26T13:36:57 | 2020-11-26T13:36:57 | 314,207,969 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 756 | sce | exo2.sce | //---------------------------EXERCICE 2-------------------------------------//
format("e",16)
function [res]=ex1(n)
result=[0 0 0 0]
a=rand(n,n) //creation matrice A
x_ex=rand(n,1) //creation du veceteur x exact
b=a*x_ex //deduction de b
x=a\b //calcul de x avec blackbox scilab
frelres=norm(x-x_ex)/norm(x_ex) //erreur avant
brelres= norm(b-a*x)/norm(b)
capa=cond(a)
born=capa*brelres
result(1)=frelres
result(2)=brelres
disp("brelres",brelres)
disp("frelres",frelres)
disp("born",born)
disp("capa",capa)
res=result
endfunction
printf("TEST avec 100")
test_1=ex1(100)
printf("TEST avec 1000")
test_2=ex1(1000)
|
891ca902b19333fe8de7877a67c5629d165bb5dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH18/EX18.17/example18_17.sce | a48de72c5a869d5f9c40fb3447aadc716b11f4c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example18_17.sce | //Chapter 18
//Example 18_17
//Page 451
clear;clc;
Er=10.4*1e3/sqrt(3);
X1=0.6;
X2=0.5;
X0=0.2;
If=sqrt(3)*Er/(X1+X2);
printf("Phase emf of R-phase = %d V \n\n", Er);
printf("Fault current for line to line fault = %.1f A \n\n", If);
|
a56787c9b9d488bc22ecf262ccbf631551e7ed7b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2411/CH5/EX5.25/Ex5_25.sce | 105a50c6b0d2e214c206e1c746a09fd3470b4e7e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 852 | sce | Ex5_25.sce | // Scilab Code Ex5.25: Page-296 (2008)
clc; clear;
h = 6.62e-034; // Planck's constant, Js
delta_t = 1e-012; // Life time of a nucleus in the excited state, s
delta_E = h/(2*%pi*delta_t); // Minimum uncertainty in the energy of the excited state of the nucleus, J
// As E = h*nu, solving for delta_nu
delta_nu = delta_E/h; // Minimum uncertainty in the frequency of the excited state of the nucleus, Hz
printf("\nThe minimum uncertainty in the energy of the excited state of the nucleus = %5.3e J", delta_E);
printf("\nThe minimum uncertainty in the frequency of the excited state of the nucleus = %4.2e MHz", delta_nu/1e+006);
// Result
// The minimum uncertainty in the energy of the excited state of the nucleus = 1.054e-022 J
// The minimum uncertainty in the frequency of the excited state of the nucleus = 1.59e+005 MHz |
a81a948a57e401c809bf68cf03855dbab3c86820 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH7/EX7.12/N_Ex_7_12.sce | 15f5dd230484dfae1bf497d70cfff79d0691f775 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | N_Ex_7_12.sce | clc
//Chapter7
//Example7.12
//Given
fmax=5e3//max s/g freq
S_fmin=2*fmax// Min sampling freq
B_S=6//Binary bits sent per sample
BTR=B_S*S_fmin//Bit Transmission rate
Q=2^B_S//No of Quantizable levels
MQN=0.5/Q//Max Quantization noise
S_QNR=MQN^-1// Signal to Quantization noise ratio
//b
S_QNRreq=0.5*S_QNR// Signal to Quantization noise ratio
Qreq=0.5*S_QNRreq//No of Quantizable levels
B_Sreq=log2(Qreq)//Binary bits sent per sample
mprintf('a) Bit Transmission rate: %d kbits/s\n Signal to Quantization noise ratio %d \nb)\n Bit Transmission rate: %d kbits/sample\n Signal to Quantization noise ratio: %d',BTR/1000,S_QNR,B_Sreq,S_QNRreq)
|
0dae187002c51a40d4a38e6b0f32f4815031dc28 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH8/EX8.7/ex7.sce | f92094e3b4d611b9c0e90953c76dd931dd6302de | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 358 | sce | ex7.sce | //example 7
//work potential of compressed air in tank
clear
clc
To=300 //in K
T1=To
R=0.287 //kPa-m^3/kg-K
V=200 //in m^3
P1=1000 //kPa
m1=P1*V/(R*T1) //in kg
Po=100 //in kPa
o1=R*To*(log(P1/Po)+Po/P1-1) //kJ/kg
X1=m1*o1 //exergy content of compressed air in kJ
printf("\n Hence, the exergy content of compressed air is = %.0f MJ. \n",X1/1000); |
1f0abeb2b7be5abb4c7330e28d4a18f92db8ad53 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3856/CH21/EX21.1/Ex21_1.sce | 12bb91d7fc2b69f57587cfd61bfe53dd04b82ce9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 582 | sce | Ex21_1.sce | //How high will water rise in Xylem vessel of a plant
//Examlpe 21.1
clc;
clear;
gyma=0.07275; //Suface tension in N m^-1
r=0.020*10^-2; //Radius of Xylem vessel in m
g=9.81; //Acceleration due to gravity in m s^-1
rho=1*10^3; //Density of water in kj m^-3
costheta=1; //Beacause the contact angle is quite small we assume that theta=0
h=(2*gyma*costheta)/(rho*g*r); //Height of the water that rise up in Xylem vessel in m (1 N=1 kg m s^-2 therefore N s^2 kg^-1=1 m)
printf(" Hight of the water that rise up in Xylem vessel of a plant = %.3f m",h);
|
7077c63c568cd44bb847bbabb0f8e925bdfb8f52 | 494b677053e1199325a80808377463794e1003e5 | /experiments/chi-rw-c/chi-rw-c/results/Ignore-MV.Chi-RW-C.vehicle/result1.tst | 183f6a8d01ce567461e7b514d944c56c67fd264f | [] | no_license | kylecblyth/IIS-Project | 92fb0770addced8022817470f974bf5191bfe05d | abf66fd98d9b6c7c3a0fbc254ef4026641338489 | refs/heads/master | 2020-06-12T19:41:02.430510 | 2016-12-07T10:35:31 | 2016-12-07T10:35:31 | 75,764,815 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,860 | tst | result1.tst | @relation vehicle
@attribute COMPACTNESS integer[73,119]
@attribute CIRCULARITY integer[33,59]
@attribute DISTANCECIRCULARITY integer[40,112]
@attribute RADIUSRATIO integer[104,333]
@attribute PRAXISASPECTRATIO integer[47,138]
@attribute MAXLENGTHASPECTRATIO integer[2,55]
@attribute SCATTERRATIO integer[112,265]
@attribute ELONGATEDNESS integer[26,61]
@attribute PRAXISRECTANGULAR integer[17,29]
@attribute LENGTHRECTANGULAR integer[118,188]
@attribute MAJORVARIANCE integer[130,320]
@attribute MINORVARIANCE integer[184,1018]
@attribute GYRATIONRADIUS integer[109,268]
@attribute MAJORSKEWNESS integer[59,135]
@attribute MINORSKEWNESS integer[0,22]
@attribute MINORKURTOSIS integer[0,41]
@attribute MAJORKURTOSIS integer[176,206]
@attribute HOLLOWSRATIO integer[181,211]
@attribute class{van,saab,bus,opel}
@inputs COMPACTNESS,CIRCULARITY,DISTANCECIRCULARITY,RADIUSRATIO,PRAXISASPECTRATIO,MAXLENGTHASPECTRATIO,SCATTERRATIO,ELONGATEDNESS,PRAXISRECTANGULAR,LENGTHRECTANGULAR,MAJORVARIANCE,MINORVARIANCE,GYRATIONRADIUS,MAJORSKEWNESS,MINORSKEWNESS,MINORKURTOSIS,MAJORKURTOSIS,HOLLOWSRATIO
@outputs class
@data
saab opel
saab bus
saab bus
opel opel
opel saab
opel bus
van van
opel opel
opel van
van van
bus bus
van van
bus bus
bus bus
bus van
bus bus
opel van
bus bus
opel van
saab opel
bus bus
saab opel
van van
bus bus
bus bus
van bus
opel opel
bus van
van van
van van
bus bus
bus bus
bus bus
opel saab
van van
van van
van van
opel saab
opel bus
opel van
saab saab
van van
van van
opel opel
van van
van van
opel opel
van van
saab van
bus bus
opel opel
saab opel
saab saab
saab van
bus bus
saab saab
saab opel
bus bus
bus bus
van van
opel van
bus van
bus bus
bus bus
opel bus
opel saab
van van
saab van
saab van
opel van
saab van
saab saab
opel opel
bus van
saab opel
bus bus
van van
saab opel
van saab
saab van
saab saab
saab opel
opel opel
van van
saab opel
|
674c601df71a982b48dd3e55eaf67a1938681a7c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2183/CH6/EX6.2/Ex_6_2.sce | 662d2f756b86a84be8620402a702f86217fb546d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 548 | sce | Ex_6_2.sce | // Example 6.2//internal power level
clc;
clear;
close;
e=1.6*10^-19;//Electronic charge
ht=6.62*10^-34;//Constt
C=3*10^8;//speed light in m/s
h=0.87*10^-6;//wavelength in meter
tr=80;//radiative recombination time in nano second
tnr=120;//non radiative recombination time in nano second
t=(tr*tnr)/(tr+tnr);//Bulk recombination life time in nano second
nint= (t/tr)
i=40;//injected current in milli ampere
Pint= (nint*((ht*C*i*10^-3)/(e*h)))*10^3;//internal power level in milli Watt
disp(Pint,"internal power level in milli Watt")
|
275ea4dfc0ef80b4f007a1b221fdaff1d065c8d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3831/CH10/EX10.14/Ex10_14.sce | d3a431797f035d26e7686edfca9eed704d6eb13a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 472 | sce | Ex10_14.sce | // Example 10_14
clc;funcprot(0);
// Given data
T_L=20+273.15;// K
T_0=T_L;// K
T_H=35.0+273.15;// K
COP_act=8.92;// Actual Coefficient of Performance
// Calculation
COP_Carnot=T_L/(T_H-T_L);// The coefficient of performance of a Carnot refrigerator or air conditioner
epsilon_RAC=(COP_act/COP_Carnot)*100;// The second law efficiency in %
printf("\nThe second law availability efficiency of this air conditioner,epsilon_R/AC=%2.1f percentage",epsilon_RAC);
|
3fa3ce6fc1427e6827ec11a93a41b2888e03b2d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /839/CH21/EX21.3/Example_21_3.sce | 52b624befe898785d3ce4eb0f09f5657c42fb2eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 592 | sce | Example_21_3.sce | //clear//
clear;
clc;
//Example 21.3
//Given
//1 = benzene and 2 = toluene
M1 = 78.11;
M2 = 92.13;
T1_bp = 80.1+273; //[K]
T2_bp = 110.6+273; //[K]
VA1 = 96.5; //[cm^3/mol]
VA2 = 118.3; //[cm^3/mol]
mu1 = 0.24; //[cP]
mu2 = 0.26; //[cP]
T = 110+273; //[K]
//Solution
//From Eq.(21.26)
//For benzene in toulene,
Dv1 = 7.4*10^-8*(M2)^0.5*T/(mu2*VA1^0.6); //[cm^2/s]
//For toluene in benzene,
Dv2 = 7.4*10^-8*(M1)^0.5*T/(mu1*VA2^0.6); //[cm^2/s]
disp('cm^2/s',Dv1,'Diffusivity of benzene in toluene is');
disp('cm^2/s',Dv2,'Diffusivity of toluene in benzene is');
|
06f7f43fb71770bb566ecba086ac811f3baaefa8 | 7fa099e9d565bee9cdd572755843852769c99498 | /tests/TRTR-02-performance.tst | 3e2c906275873a7ed84e834c42855efd7014da27 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause"
] | permissive | Peter-J-Jansen/SDL-hyperion | 0d2a16f1d837fa27b8f0aaa927dc84a8ebdb44f6 | 58578601d7a34fc11f050b0ac4fd425a4c0422eb | refs/heads/master | 2023-04-27T03:42:18.421272 | 2022-11-27T00:16:06 | 2022-11-27T00:16:06 | 238,422,138 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,502 | tst | TRTR-02-performance.tst | *Testcase TRTR-02-performance (Test TRTR instruction)
# ------------------------------------------------------------------------------
# This ONLY tests the performance of the TRTR instruction.
#
# The default is to NOT run performance tests. To enable this performance
# test, uncomment the "#r 408=ff # (enable timing tests)" line below.
#
# Tests:
#
# All tests are ' TRTR 0(255,R3),0(R5) '
# where operand-1 is 256 bytes.
#
# 1. TRTR with CC=0 - no crossed pages
# 2. TRTR with CC=1 - both operand-1 and
# function code table cross page boundaries.
# 3. TRTR with CC=2 - both operand-1 and
# function code table cross page boundaries.
#
# Output:
#
# For each test, a console line will the generated with timing
# results, as follows:
#
# 1,000,000 iterations of TRTR took 213,296 microseconds
# 1,000,000 iterations of TRTR took 244,180 microseconds
# 1,000,000 iterations of TRTR took 253,886 microseconds
# ------------------------------------------------------------------------------
mainsize 16
numcpu 1
sysclear
archlvl z/Arch
loadcore "$(testpath)/TRTR-02-performance.core" 0x0
diag8cmd enable # (needed for messages to Hercules console)
#r 408=ff # (enable timing tests)
runtest 300 # (test duration, depends on host)
diag8cmd disable # (reset back to default)
*Done
|
898d39eca1aa24f551d5fbab2c2a6ce4588df481 | 52b803c4577043c12c9f408a2dd42031f5ea99aa | /poly.sce | e078bb8c6dbb7d97432a9455b68fed8f20e1e778 | [] | no_license | radhikagoyal2july/triple-dividend | 436afe77fe027fa9ebb3f51cf5468982dfe49f5c | 3caee2d6e563ea1d43029fe243dcf55b284553b8 | refs/heads/master | 2021-09-02T10:01:40.133516 | 2018-01-01T18:07:33 | 2018-01-01T18:07:33 | 115,935,747 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | poly.sce | getd lib
x=0:0.01:50;
for i=1:size(x,2)
y(i) = 2.2*x(i) - 0.0365*x(i)*x(i)
end
myfontSize=3
plot(x,y)
cthick(2)
win()
ccolor("dark blue")
ylabs("Fraction of poor HHs with negative income (\%)")
xlabs("Vulnerablity of poor HH assets Vp (\%)")
leg=legend("$h=.1$","$h=0.25$","$h=0.5$","$h=0.75$","$h=1$",2)
a=gca()
a.y_label.font_size=4
|
f1cd3cb97b83d28ddba13762d19c791ca0d1a117 | 14a4e12ae6317d8ba53b8dd6462a9fe4e3eaa628 | /calcTs.sci | d14126232a9588b66b0f7b365e4c3bbec3740e95 | [] | no_license | tarikachittajalu/Discrete-Cos-Lab | d93353366801c961ce8596755b37a1bfeab5af36 | 242f8980c947e7623e247757cc3a60d1912ba925 | refs/heads/master | 2021-01-10T21:52:27.084218 | 2015-09-16T15:29:24 | 2015-09-16T15:29:24 | 42,470,221 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 47 | sci | calcTs.sci | function[z]= calcTs(Fs)
z=1/Fs
endfunction
|
090d792999974e7974fe4cd9ebe9586d154c6923 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH4/EX4.2/ex_4_2.sce | ed7bf09bc188f8189357dc9bd38c3c8d61d81810 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_4_2.sce | // Example 4.2
clc;
clear;
close;
// Given data
alpha= 0.97;
I_E=1;// in mA
// Formula alpha = I_C/I_E;
I_C= alpha*I_E;// in mA
// Formula I_E= I_B+I_C
I_B= I_E-I_C;// in mA
disp(I_B,"The base current in mA is : ")
|
75f74b687f6ea4a07609f5bff3b41a683b40cf53 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH19/EX19.12/Ex19_12.sce | 214d1018837039c9399a87b8dd65056114213aa4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 625 | sce | Ex19_12.sce | clc
// Given that
p1 = 700 // Intake pressure of compressor in kPa
t1 = 38 // Intake temperature in degree centigrade
c = 0.4 // Ratio of cutoff volume to stroke volume
p3 = 112 // Back pressure in kPa
r = 0.85 // Ratio of area of actual indicator diagram to the outlined in the question
n = 1.3 // Polytropic index
R = 0.287
m = 1.25 // Air mass in kg
printf("\n Example 19.12\n")
T1 = t1+273
T2 = T1/((1/c)^(n-1))
p2 = p1*(c^n)
V2 = m*R*T2/p2
v2 = V2/m
A = R*T1 + R*(T1-T2)/(n-1) - p3*v2
Io = A*r*m
printf("\n Indicated output = %f kJ",Io)
// The answer given in the book vary due to round off error
|
66dc980804eeef8184b98cee0849971f3063bdad | f7e335e2af57c686554eb057f28ddd8d21aab1e4 | /tests/fuzz/char-val/0054.tst | beb4d7bb193a6a9a4a4d1bcb402bc93ee0536660 | [
"MIT"
] | permissive | scravy/abnf | 76515bd820b3b9d8e2dbc2cec2a2f845720a6022 | cc4228f403b436cc4e34ff4d6a7def83922174be | refs/heads/master | 2023-01-09T14:30:50.095268 | 2020-06-07T16:18:09 | 2020-06-07T16:18:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5 | tst | 0054.tst | "~w^" |
c23950ad6e3a8d490d56ca168a461b3e2f0d054a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2561/CH4/EX4.7/Ex4_7.sce | b33a7fe28a385bdaa4233444b77332d2d5f81b4a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,555 | sce | Ex4_7.sce | //Ex4_7
clc
IDSS=5*10^(-3)
disp("IDSS = "+string(IDSS)+" ampere") // maximum drain current JFET
RL=910
disp("RL= "+string(RL)+ " ohm") //Load resistance
RF=2.29*10^(3)
disp("RF= "+string(RF)+ " ohm") // feedback resistance
R1=12*10^(6)
disp("R1= "+string(R1)+ " ohm") // first resistance R1 at input side
R2=8.57*10^(6)
disp("R2= "+string(R2)+ " ohm") // second resistance R2 at input side
VDD=(24)
disp("VDD= "+string(VDD)+" volts") // Drain voltage supply
VP=(-2)
disp("VP= "+string(VP)+" volts") // pinch off voltage for JFET
VGG=(VDD*R2)/(R1+R2)
disp("VGG= VDD*R2/(R1+R2)="+string(VGG)+" volts") // Gate voltage for JFET
disp("Quadratic equation =5.244*ID^(2)-55.76*ID+144=0")// Forming Quadratic equation using VGS = VGG-ID*RF and ID = IDSS(1-VGS/VP)^2 where ID in mA
p = [5.244 -55.76 144]
ID=roots(p)*10^(-3)// values of ID converted into Ampere by multiplying by 10^(-3)
disp("ID = "+string(ID)+" ampere") // drain current JFET
disp("Since ID <=IDSS, hence ID=6.214 mA cannot be chosen, so we chose ID=4.42 mA")
IDQ=4.42*10^(-3)
disp("IDQ ="+string(IDQ)+" A")//Since ID <=IDSS, hence ID=6.214 mA cannot be chosen, so we chose ID=4.42 mA
VGSQ=VGG-IDQ*RF
disp("VGSQ = VGG-IDQ*RF = "+string(VGSQ)+" volts") // Gate operating point voltage
VDSQ=VDD-IDQ*(RL+RF)
disp("VDSQ= VDD-IDQ*(RL+RF)= "+string(VDSQ)+" volts") // Drain voltage for JFET
VDGQ=VDSQ-VGSQ
disp("VDGQ = VDSQ-VGSQ ="+string(VDGQ)+" volts") // Drain-Gate voltage for JFET
disp("VDGQ >magnitude_VP,Hence FET is in pinch off region")
|
3e7ad8665e435e8b5e52c8a9bf4d7ec547def4c3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH7/EX7.8/Ex7_8.sce | a9a70059ed5b23af92f408f52fe81ab766fee028 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,864 | sce | Ex7_8.sce | clc
Ndc = 5*10^15
disp("Ndc= "+string(Ndc)+"cm^-3")//inializing value of collector doping
Nab = 5*10^16
disp("Nab= "+string(Nab)+"cm^-3")//inializing value of base doping
ni = sqrt(2.25*10^20)
disp("ni = "+string(ni)+"cm^-3") //initializing value of electron density of ionisation electron for silicon
kbT = 0.026
disp("kbT = "+string(kbT)+"eV/K") //initializing value of thermal voltage at 300K
e = 1.6*10^-19
disp("e= "+string(e)+"C")//initializing value of charge of electron
Vbi= (kbT)*((log((Nab*Ndc)/(ni^2))))
disp("The built in voltage is ,Vbi= (kbT)*((log((Na*Nd)/Ni^2)))= "+string(Vbi)+"V")//calculation
disp(" for an applied bias of 1 V ")
VCB1 = 1
disp("VCB = "+string(VCB1)+" V")//initializing value of Collector-base bias voltage
apsilent_s = 11.9*8.85*10^-14
disp("apsilent_s = "+string(apsilent_s)+"F/cm") //initializing value of relative permitivity
Wb = 10^-4
disp("Wb= "+string(Wb)+"cm")//initializing value of base width
dWb1 = sqrt((2*apsilent_s*(Vbi+VCB1)*Ndc)/(e*Nab*(Nab+Ndc)))
disp("The extent of depletion into the base side is,dWb = sqrt((2*apsilent_s*(Vbi+Vcb1)*Ndc)/(e*Nab*(Nab+Ndc))) = "+string(dWb1)+"cm")//calculation
Wbn1 = Wb-dWb1
disp("The neutral base width is,Wbn = Wb-dWb1= "+string(Wbn1)+"cm")//calculation
nbo = ((ni)^2)/Nab
disp("The required base doping is,nbo = (ni^2)/Nab = "+string(nbo)+"cm^-3")//calculation
Db = 20
disp("Db= "+string(Db)+"cm^2/s")//initializing value of diffusion coefficient in the base
VBE = 0.7
disp("VBE= "+string(VBE)+"V")//initializing value of base-Emitter bias voltage
Jc1 = ((e*Db*nbo)/Wbn1)*(exp(VBE/kbT))
disp("The collector current density is,Jc = ((e*Db*nbo)/Wbn)*(exp((e*VBE)/kbT))= "+string(Jc1)+"A/cm^2")//calculation
disp(" for an applied bias of 5 V ")
VCB2 = 5
disp("VCB = "+string(VCB2)+" V")//initializing value of Collector-base bias voltage
VCE1= VCB1+VBE
disp("The collector emitter voltage is ,VCE= VCB+VBE= "+string(VCE1)+" V")//calculation
VCE2= VCB2+VBE
disp("The collector emitter voltage is ,VCE= VCB+VBE= "+string(VCE2)+" V")//calculation
dWb2 = sqrt((2*apsilent_s*(Vbi+VCB2)*Ndc)/(e*Nab*(Nab+Ndc)))
disp("The extent of depletion into the base side is,dWb = sqrt((2*apsilent_s*(Vbi+Vcb1)*Ndc)/(e*Nab*(Nab+Ndc))) = "+string(dWb2)+"cm")//calculation
Wbn2 = Wb-dWb2
disp("The neutral base width is,Wbn = Wb-dWb1= "+string(Wbn2)+"cm")//calculation
Jc2 = ((e*Db*nbo)/Wbn2)*(exp(VBE/kbT))
disp("The collector current density is,Jc = ((e*Db*nbo)/Wbn)*(exp((e*VBE)/kbT))= "+string(Jc2)+" A/cm^2")//calculation
VA = (Jc1/((Jc2-Jc1)/(VCE2-VCE1)))-(VCE1)
disp("The Early voltage is,VA = (Jc1/((Jc2-Jc1)/(VCE2-VCE1)))-(VCE1)= "+string(VA)+"V")//calculation
// Note : due to different precisions taken by me and the author ... my answer differ by "0.2" value.
|
e3bcd879d353ef3fd62121b79113dbfe4c5d2c97 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/exists.man.tst | 2f94d3458a4514c6ddf179ac6f1af32f540996aa | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 158 | tst | exists.man.tst | clear;lines(0);
deff('foo(x)',..
['disp([exists(''a12''),exists(''a12'',''local'')])'
'disp([exists(''x''),exists(''x'',''local'')])'])
foo(1)
a12=[];foo(1)
|
4563c42db95f5a7ddb1cbab81d99c01cb188fd90 | 0c3cccb3c81eb151f654e5d9d470662c19122857 | /scilab/ex20.sce | a214a0888305274c96ba88bb420649cac3e4e87f | [] | no_license | gmordelet/oldProg | 6b2bb7c247dd1f16a641d0f840f7c82e8eb37ffb | c108060bf1b87b4aad196484036f226fd9c4422c | refs/heads/master | 2021-01-12T16:28:52.448277 | 2016-10-30T11:16:22 | 2016-10-30T11:16:22 | 69,155,276 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 463 | sce | ex20.sce | function P = poly_Lagrange(x, y)
P = 0;
n = length(x);
X = poly([0, 1], "X" , "c");
for i = 1:n
Pp = 1;
for j = 1:n
if ~(i == j) then
Pp = Pp * ((X - x(j)) / (x(i) - x(j)));
end
end
P = P + y(i) * Pp;
end
endfunction
clf();
x = rand(1, 10) * 10;
y = rand(1, 10) * 10;
plot2d(x, y, style = -5);
P = poly_Lagrange(x, y);
x = 0:0.1:10;
y = horner(P, x)
plot2d(x, y);
|
3de0ef0f3fbaad5ef0fdada8b440edad98a3a7d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH6/EX6.a.13/Example_a_6_13.sce | 771de610ecac5b4347b8177df78e6bddacd82995 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 379 | sce | Example_a_6_13.sce | //Example_a_6_13 page no:242
clc;
Vmag=14.705;
Vang=157.5;
Vreal=Vmag*cosd(Vang);
Vimag=Vang*sind(Vang);
V=Vreal+(Vimag*%i);
V1real=100;
V1imag=0;
V1=V1real+(V1imag*%i);
I=(V-V1)/2;
Imag=sqrt(real(I)^2+imag(I)^2);
Iang=atand(imag(I)/real(I));
P=V1real*Imag*cosd(Iang)/2;
P=P/1000;//converting to killo watt
disp(P,"the power delivered by the source is (in kW)");
|
eaa11f1e190357784f21b6751325bc0b46b35a1c | 380a2443dfa80d98cc88d7130a44653cb98ae4d5 | /test/MT02.prev.tst | e6bb4665178b4ec228ed596d72f40fc917bbd5e5 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/gramword | c7f7fe036043799aa4faab9b6eaa543531620405 | ff66a01935dfdb6230aa8ec3a9d439f99ff80330 | refs/heads/master | 2022-02-13T20:38:14.321487 | 2022-01-28T20:18:06 | 2022-01-28T20:18:06 | 30,126,432 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,179 | tst | MT02.prev.tst | testTableLookup(setzen), state = 0
testTableLookup(setzen), state = 1
getRoots(setzen): setz =VbRtWeak,en,VbIn
getRoots: add setz =VbRtWeak,en,VbIn
getRoots(setzen): serv =VbRtWeak,ieren,null
getRoots(setzen): sequestr =VbRtWeak,ieren,null
getRoots(setzen): separ =VbRtWeak,ieren,null
getRoots(setzen): sensibilis =VbRtWeak,ieren,null
getRoots(setzen): sens =VbRtWeak,en,VbIn
getRoots(setzen): senn =VbRtWeak,en,VbIn
getRoots(setzen): senk =VbRtWeak,en,VbIn
getRoots(setzen): seng =VbRtWeak,en,VbIn
getRoots(setzen): send =VbRtWeak,en,VbIn
getRoots(setzen): selten =AjRoot,null,null
getRoots(setzen): selektion =VbRtWeak,ieren,null
getRoots(setzen): selekt =VbRtWeak,ieren,null
getRoots(setzen): seleg =VbRtWeak,ieren,null
getRoots(setzen): selch =VbRtWeak,en,VbIn
getRoots(setzen): selbiges =AjQant,selbig,AjRootQant
searchRoots(setzen): setz+en =VbRtWeak,en,VbIn
setz VbRtWeak en VbIn
words(Sie): Sie =PnPlPersNomv3Honr,null,null
words(Sie): Sie =PnPlPersAccv3Honr,null,null
Sie PnPlPersNomv3Honr
Sie PnPlPersAccv3Honr
words(sich): sich =PnReflSg3,null,null
words(sich): sich =PnReflPl3,null,null
sich PnReflSg3
sich PnReflPl3
testTableLookup(Pfeifer), state = 0
testTableLookup(Pfeifer), state = 1
getRoots(Pfeifer): Pfeifer =NmSurnPers,null,null
getRoots: add Pfeifer =NmSurnPers,null,null
getRoots(Pfeifer): Pfeifer =NmSurnPers,,
getRoots: add Pfeifer =NmSurnPers,,
getRoots(Pfeifer): Pfeife =SbSgFm,null,null
getRoots: add Pfeife =SbSgFm,null,null
getRoots(Pfeifer): Pfeife =SbSgFm,,
getRoots: add Pfeife =SbSgFm,,
getRoots(Pfeifer): Pfeffer =SbSgMsNutr,null,null
getRoots(Pfeifer): Pfeffer =SbSgMsNutr,,
getRoots(Pfeifer): Pfau =SbSgMsZool,null,null
getRoots(Pfeifer): Pfau =SbSgMsZool,,
getRoots(Pfeifer): Pfarrer =SbSgMsProf,Pfarre,SbSgFm
getRoots(Pfeifer): Pfarrer =SbSgMsProf,,
getRoots(Pfeifer): Pfarre =SbSgFm,,
getRoots(Pfeifer): Pfarre =SbSgFm,,
getRoots(Pfeifer): Pfanne =SbSgFm,,
getRoots(Pfeifer): Pfanne =SbSgFm,,
getRoots(Pfeifer): Pfand =SbSgNt,null,null
getRoots(Pfeifer): Pfand =SbSgNt,,
Pfeifer NmSurnPers
Pfeifer NmSurnPers
testTableLookup(6), state = 0
testTableLookup(6), state = 1
testTableLookup(6), state = 2
testTableLookup(6), state = 3
6 Nu
|
d112a3c0d27cea7cc49521e01ced05bc6634d148 | 449d555969bfd7befe906877abab098c6e63a0e8 | /629/CH7/EX7.6/example7_6.sce | 85205f9572d0b87a1ac8132ab7d296df43f057d2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 641 | sce | example7_6.sce | clear
clc
//Example 7.6 EGL AND HGL FOR A SYSTEM
//Energy equation, (p1/gamma)+(alpha1*V1^2/2g)+hp=(p2/gamma)+(alpha2*V2^2/2g)+ht+hL ,V1=V2=0
p1=0;
p2=0;
ht=0;
Gamma=62.4; //specific weight[lbf/ft^3]
z1=520; //[ft]
z2=620; //[ft]
L=5000; //[ft]
D=1; //diameter[ft]
A=%pi*D^2/4 //area[ft^2]
Q=7.85; //rate of flow[ft^3/s]
V=Q/A //[ft/s]
g=32.2; //[ft/s^2]
hL=(0.01*(L/D)*V^2)/(2*g) //head loss[ft]
hp=round((p2-p1)/Gamma+(z2-z1)+hL) //pump head[ft]
printf("\nThe head supplied by the pump = %.f ft.\n",hp)
//1hp.s= 550ft.lbf
Wp=round(Gamma*Q*hp/550)///power in hp
printf("\nThe power supplied to the flow = %.f hp.\n",Wp) |
f4368da71b6cc3288044aa1d2fbf5e315c68e8e4 | eec3a6e2cd91307fd7a55b7fc83bb86b35f86a6c | /CelestLabExampleOrbitSim.sce | 18c1325f6e7fc32ec5bd270a3b29031615d0345e | [] | no_license | Matthieu-71/PowerSubsystemSimulation | d1a5171ff763ca42db9d701f893d3ab257a1b882 | cdcff61d4a11509f5d9023fb295af6b8092a3c66 | refs/heads/master | 2020-03-16T23:33:28.836945 | 2018-05-24T00:10:57 | 2018-05-24T00:10:57 | 133,082,402 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 4,987 | sce | CelestLabExampleOrbitSim.sce | //Taken from CelestLab >> - Introduction - > Cookbook > Simple orbital simulation
// We should examine this code and observe how it makes excellent use of the
// Celestlab functions (instead of re-writing everything ourselves)
//
// =====================================================
// Satellite ephemeris
// The orbit is approximately frozen and Sun-synchronous
// Initial mean local time of ascending node (MLTAN) = 10h30
// =====================================================
// Date/time of orbital elements (TREF)
cjd0 = CL_dat_cal2cjd(2013,3,1,12,0,0);
// Keplerian mean orbital elements, frame = ECI
sma = 7200.e3; // semi major axis
ecc = 1.e-3; // eccentricity
inc = 98 * %pi/180; // inclination
pom = %pi/2; // Argument of perigee
mlh = 10.5; // MLTAN (hours) (mean local time of ascending node))
gom = CL_op_locTime(cjd0, "mlh", mlh, "ra"); // RAAN
anm = 0; // Mean anomaly
kep0 = [sma; ecc; inc; pom; gom; anm];
// Simulation dates/times (duration = 1 day)
cjd = cjd0 + (0 : 30/86400 : 1);
// Propagate with "lydlp" model (output = osculating elements)
kep = CL_ex_propagate("lydlp", "kep", cjd0, kep0, cjd, "o");
// Position and velocity in ECI
[pos_eci, vel_eci] = CL_oe_kep2car(kep);
// Position in ECF
pos_ecf = CL_fr_convert("ECI", "ECF", cjd, pos_eci);
// =====================================================
// Other data
// =====================================================
// Ground stations geodetic coordinates:
// longitude (rad), latitude (rad), altitude (m)
sta1 = [1.499*%pi/180; 43.43*%pi/180; 154.0];
sta2 = [-52.64*%pi/180; 5.1*%pi/180; 94.0];
// Earth->Sun and Earth->Moon in ECI
Sun_eci = CL_eph_sun(cjd);
Moon_eci = CL_eph_moon(cjd);
// =====================================================
// Ground stations visibility
// =====================================================
// Min elevation for visibility
min_elev = 10 * %pi/180;
// Computation of visibility intervals
[tvisi1] = CL_ev_stationVisibility(cjd, pos_ecf, sta1, min_elev);
[tvisi2] = CL_ev_stationVisibility(cjd, pos_ecf, sta2, min_elev);
// Plot
scf();
plot2d3(tvisi1(1,:)-cjd0, (tvisi1(2,:)-tvisi1(1,:))*1440, style=2);
plot2d3(tvisi2(1,:)-cjd0, (tvisi2(2,:)-tvisi2(1,:))*1440, style=5);
xtitle("Visibility duration (mn)", "Days");
h = CL_g_select(gca(), "Polyline");
h.thickness = 2;
CL_g_stdaxes();
CL_g_legend(gca(), ["sta1", "sta2"]);
// Plot East azimuth <-> elevation for sta1
scf();
for k = 1 : size(tvisi1,2)
tk = linspace(tvisi1(1,k), tvisi1(2,k), 100);
[az, el] = CL_gm_stationPointing(sta1, CL_interpLagrange(cjd, pos_ecf, tk));
plot(-az*180/%pi, el*180/%pi);
end
xtitle("Satellite elevation from sta1 (deg)", "East azimuth (deg)");
CL_g_stdaxes();
// =====================================================
// (geocentric) Longitude/latitude plot
// =====================================================
scf();
// Plot Earth map
CL_plot_earthMap(color_id=color("seagreen"));
// Plot ground tracks
CL_plot_ephem(pos_ecf, color_id=color("grey50"));
// Plot visibility "circles"
// min_elev: min elevation for visibility
// rmin/rmax: min/max satellite radius (from Earth center)
min_elev = 10 * %pi/180;
rmin = min(CL_norm(pos_ecf));
rmax = max(CL_norm(pos_ecf));
az = linspace(0,2*%pi,100);
CL_plot_ephem(CL_gm_stationVisiLocus(sta1, az, min_elev, rmin), color_id=2);
CL_plot_ephem(CL_gm_stationVisiLocus(sta1, az, min_elev, rmax), color_id=2);
CL_plot_ephem(CL_gm_stationVisiLocus(sta2, az, min_elev, rmin), color_id=5);
CL_plot_ephem(CL_gm_stationVisiLocus(sta2, az, min_elev, rmax), color_id=5);
// =====================================================
// Sun and Moon in Satellite frame
// Satellite frame supposed to be "qsw"
// =====================================================
M_eci2sat = CL_fr_qswMat(pos_eci, vel_eci);
// Satellite->Sun and satellite->Moon directions
Sun_dir = M_eci2sat * CL_unitVector(Sun_eci - pos_eci);
Moon_dir = M_eci2sat * CL_unitVector(Moon_eci - pos_eci);
// Plot angles
f=scf();
plot(cjd-cjd0, CL_vectAngle(Sun_dir, [0;0;-1])*180/%pi, "r", "thickness", 2);
plot(cjd-cjd0, CL_vectAngle(Moon_dir, [0;0;1])*180/%pi, "b", "thickness", 2);
xtitle("Angle with satellite frame axis (deg)", "Days");
CL_g_legend(gca(), ["Sun <-> -Z", "Moon <-> Z"]);
CL_g_stdaxes();
// =====================================================
// Eclipse periods of Sun by Earth
// =====================================================
// Eclipse intervals (umbra)
interv = CL_ev_eclipse(cjd, pos_eci, Sun_eci, typ = "umb");
// Plot
scf();
dur = (interv(2,:) - interv(1,:)) * 1440; // min
x = [interv(1,:); interv; interv(2,:); %nan * interv(1,:)] - cjd0;
y = [zeros(dur); dur; dur; zeros(dur); %nan * ones(dur)];
plot(x(:)', y(:)', "thickness", 2);
xtitle("Time in Earth shadow", "Days", "Length (min)");
CL_g_stdaxes();
|
bf3b3d435130f160bd64bac8985dd3e0be20f45e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH29/EX29.9/Ex29_9.sce | b9629795bfd952426363ead7fdab601d2c96d696 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 186 | sce | Ex29_9.sce | clear
//Given
F=10**10 //Hz
D=8*10**3 //Hz
//Calculation
B=2/100.0*10**10
C=B/D
//Result
printf("\n No. of telephones channels are %0.3f 10**4",C*10**-4)
|
b677621aa4cb32e538566e41cbaf17c5b9dc3ae9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1694/CH2/EX2.26/EX2_26.sce | 390e4f1ab6a11969de84c5695f3ba4e9a48eaff1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 331 | sce | EX2_26.sce | clear;
clc;
printf("\nEx2.26\n");
//page no.-70
//given
_m=9.1*10^-31;...............//rest mass of e
lambda=5896*10^-10;..........//wavelength in m
h=6.63*10^-34;..............//planck's constant in J-sec
E=h^2/(2*_m*lambda^2)............//kinetic energy in joule
printf("\nkinetic energy is 6.95*10^-25 joule\n");
|
077f34649664beebb586d3d09ebb1e91303e7430 | da5b40d917ec2982828bd9bdf06b18b7bf189f26 | /sim/cmd/test/eqn.tst | 397d4f153167a73cebed71978572a92404787d81 | [] | no_license | psy007/NNPC-CHEMICAL-SIM- | 4bddfc1012e0bc60c5ec6307149174bcd04398f9 | 8fb4c90180dc96be66f7ca05a30e59a8735fc072 | refs/heads/master | 2020-04-12T15:37:04.174834 | 2019-02-06T10:10:20 | 2019-02-06T10:10:20 | 162,587,144 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,277 | tst | eqn.tst | units SI
$thermo = VirtualMaterials.Peng-Robinson
/ -> $thermo
thermo + Methane Ethane Propane
Feed = Stream.Stream_Material()
Feed.In.T = 20
Feed.In.P = 3000
Feed.In.MoleFlow = 100
Feed.In.Fraction = 70 20 10
valve = Valve.Valve()
Feed.Out -> valve.In
Outlet = Stream.Stream_Material()
valve.Out -> Outlet.In
Feed.pPort = Stream.SensorPort('P')
Outlet.pPort = Stream.SensorPort('P')
Feed.flowPort = Stream.SensorPort('MoleFlow')
cv_eqn = Equation.Equation()
cd cv_eqn
Equation = '''
Signal P(pIn, pOut) MoleFlow(f)
Signal Generic(cv)
pIn-pOut = 0.05*f^2
'''
cd /
cv_eqn.pIn -> Feed.pPort
cv_eqn.pOut -> Outlet.pPort
cv_eqn.f -> Feed.flowPort
Outlet.Out
Feed.In.MoleFlow = 200
Outlet.Out.P
# now try changing the equation so that cv is a variable
cv_eqn.Equation = '''
Signal P(pIn, pOut) MoleFlow(f)
Signal Generic(cv)
pIn-pOut = cv*f^2
'''
# try back calculating cv
Outlet.Out.P = 2500
cv_eqn.cv
# change feed flow again
Feed.In.MoleFlow = 100
cv_eqn.cv
# more than one expression is allowed in an Equation op
cv_eqn.Equation = '''
Signal P(pIn, pOut) MoleFlow(f)
Signal Generic(cv) DP(deltaP)
deltaP = pIn - pOut
deltaP = cv*f^2
'''
cv_eqn.cv
Outlet.Out.P = None
cv_eqn.deltaP = 400
cv_eqn.cv
Outlet.Out.P
copy /
paste /
cd RootClone
cv_eqn.cv
Outlet.Out.P
|
31e54dc90ce4bb2bf9f1e57c3cb3dbbce8953ffd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3739/CH5/EX5.3/EX5_3.sce | 66da6163164a74d3cd8bece08b3d8c31db8c47ec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,284 | sce | EX5_3.sce |
//Chapter 5, Example 5.3, page 191
clc
//Initialisation
c=3*10**8 //speed of light
f=10*10**6 //frequency in Hz
e0=8.85*10**-12 //permitivity of free space
er=10 //ground characteristics
s=0.005
d=30000
pt=200 //transmitter power in watt
gt=1 //gain of transmitter antenna
gr=1 //gain of receiver antenna
pi=3.14 //pi
//Calculation
h=c*f**-1 //wavelength
e=er*e0 //epsilon
b=s/(2*pi*f*e)
b1=sqrt(er**2+b**2)
p=(pi*d)/(h*b1) //The answer provided in the textbook is wrong
i=((er*e0*2*3.14*f)/s)
b2=atan(i)
b3=b2*180/pi
a1=((2+0.3*p)/(2+p+0.6*p**2))
a2=sqrt(p/2)*(5*10**-82)*sin(-b3)
As=a1-a2 //attenuation function
pr=pt*gt*gr*h**2/(4*pi*d)**2
pr1=pr*(2*As)**2 //The answer provided in the textbook is wrong
//Results
printf("Received signal power Pr = %.2f pW",(pr1*10**12)) //The answer provided in the textbook is wrong
|
f3cae178d51391c5946394f39c5485dca8c2391e | 20e1ce60c516a737e583089b58739647749845ac | /lib/page_rank_matrice.sce | 1985fbacd6a330d516e510c6b528466efacfbd85 | [] | no_license | idhd/projet-math | 83320adbb68bba0ae6e6dfcfaaa48146146af3e7 | a982b65947a2ed15d6b4340779c5645da2a03ed4 | refs/heads/master | 2020-06-04T22:03:10.736659 | 2011-06-03T22:38:03 | 2011-06-03T22:41:04 | 1,808,626 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 196 | sce | page_rank_matrice.sce | function A = page_rank_matrice(M, alpha)
[Q, d] = matrice_ponderations(M);
taille = length(d);
P = Q + ones(d')*d./taille;
A = alpha.*P + (1/taille).*(1-alpha).*ones(M)
endfunction |
01fb29e8bef32bdd27853f3d02fa2e649d6257d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH7/EX7.5/Ex7_5.sce | ee040fae2b4721ff1a7f12a24c6678d08397e55a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 326 | sce | Ex7_5.sce | clc;
//e.g7.5
C1=5*10**-12;//min
C2=5*10**-12;//min
L=10*10**-3;
CT=(C1*C2)/(C1+C2);//CTmax
disp('F',CT*1,"CT=");
fo=1/(2*%pi*sqrt(L*CT));
disp('MHZ',fo*10**-6,"fo=");
C1=50*10**-12;//max
C2=50*10**-12;//max
CT=(C1*C2)/(C1+C2);//CTmin
disp('F',CT*1,"CT=");
fo=1/(2*%pi*sqrt(L*CT));
disp('kHZ',fo*10**-3,"fo=");
|
0316c67c6a9f006ab7a9cb0de753cb0f6666b497 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.20_3.tst | e6d39ee4242efc40f8232789d2f764d2326c8929 | [] | 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 | 26,024 | tst | bow.20_3.tst | 20 1:0.09090909090909091 5:1.0 6:0.05 15:0.06666666666666667 34:0.09090909090909091 37:0.125 56:0.3333333333333333 73:0.5 82:0.3333333333333333 97:0.25 135:1.0 147:0.5 155:0.09090909090909091 191:0.25 219:0.3333333333333333 261:0.024390243902439025 587:1.0 1091:1.0 1162:1.0 1992:1.0 2478:0.2 2759:0.5 3146:1.0 3410:1.0 5493:1.0 5538:1.0 5712:1.0 5921:1.0 6257:1.0 6317:1.0 6463:1.0
20 1:0.09090909090909091 6:0.25 15:0.06666666666666667 37:0.125 42:0.5 73:0.5 82:0.16666666666666666 95:1.0 114:0.2857142857142857 135:1.0 150:0.02127659574468085 157:1.0 169:1.0 249:0.5 261:0.024390243902439025 350:0.1 373:0.125 778:0.16666666666666666 790:1.0 1028:1.0 1123:0.5 1162:1.0 1350:1.0 1384:1.0 2221:1.0 2350:0.16666666666666666 2559:0.16666666666666666 2650:1.0 2759:0.5 3540:1.0 3644:2.0 4005:1.0 5129:1.0 5248:0.2 5608:1.0 6244:1.0
20 6:0.05 17:0.125 23:0.2 45:1.0 82:0.16666666666666666 97:0.25 128:0.25 138:0.14285714285714285 169:1.0 185:1.0 191:0.75 223:1.0 261:0.024390243902439025 273:0.3333333333333333 423:1.0 473:0.5 483:1.0 534:0.3333333333333333 548:1.0 549:1.5 647:0.5 672:1.0 829:1.0 1382:0.5 1445:0.5 1692:1.0 1853:1.0 2472:1.0 2478:0.2 2729:1.0 5205:0.5 5345:1.0 5808:0.5 6134:1.0 6198:1.0 6808:1.0
20 1:0.09090909090909091 5:1.0 6:0.1 15:0.13333333333333333 56:0.3333333333333333 64:1.0 128:0.25 138:0.14285714285714285 150:0.02127659574468085 169:1.0 284:2.0 319:0.07692307692307693 399:0.3333333333333333 427:0.07692307692307693 549:1.0 566:1.0 650:1.0 795:1.0 1580:1.0 1651:0.3333333333333333 5165:1.0 5247:0.5 5799:1.0 6682:1.0 6871:1.0
20 5:1.0 6:0.05 44:1.0 97:0.25 319:0.07692307692307693 427:0.07692307692307693 549:0.5 566:1.0 872:1.0 1028:1.0 1361:0.07692307692307693 5771:0.5 5943:1.0
20 75:0.3333333333333333 114:0.14285714285714285 245:0.5 261:0.024390243902439025 534:0.3333333333333333 549:0.5 1028:1.0 1609:1.0 1905:1.0 2680:1.0 4259:1.0 5132:1.0 5306:1.0 5830:1.0 6017:1.0
20 15:0.06666666666666667 34:0.09090909090909091 97:0.25 114:0.14285714285714285 128:0.25 319:0.15384615384615385 350:0.1 367:0.5 427:0.07692307692307693 549:0.5 566:1.0 785:1.0 1123:0.5 5103:1.0 5279:1.0 6673:1.0 7062:1.0 7063:2.0
20 1:0.18181818181818182 4:1.0 5:1.0 6:0.05 15:0.06666666666666667 17:0.125 42:0.5 63:0.047619047619047616 114:0.42857142857142855 135:0.5 138:0.14285714285714285 164:0.2 171:0.5 192:0.3333333333333333 319:0.07692307692307693 488:0.5 549:1.0 566:1.0 589:1.0 778:0.16666666666666666 914:1.0 973:1.0 1003:1.0 1028:1.0 1036:1.0 1401:0.1111111111111111 1743:1.0 2263:0.5 3998:1.0 5097:0.2 5801:1.0
20 5:3.0 6:0.05 15:0.06666666666666667 25:0.2 34:0.09090909090909091 56:0.3333333333333333 95:1.0 96:0.42857142857142855 97:0.75 143:0.25 150:0.0425531914893617 191:0.25 215:0.16666666666666666 219:0.3333333333333333 220:1.0 251:0.3333333333333333 319:0.07692307692307693 367:0.5 427:0.07692307692307693 534:0.3333333333333333 549:0.5 1123:0.5 1391:2.0 2980:1.0 3644:1.0 3669:1.0 4153:1.0 5122:0.5 5576:1.0 6057:1.0 6116:1.0 6941:1.0 7195:1.0
20 5:1.0 191:0.25 273:0.3333333333333333 319:0.07692307692307693 427:0.07692307692307693 488:0.5 534:1.0 549:0.5 566:1.0 990:1.0 2683:0.2 5247:0.5 6116:1.0 7198:1.0 7340:1.0
20 5:1.0 15:0.13333333333333333 17:0.125 42:0.5 64:2.0 73:0.5 96:0.14285714285714285 169:1.0 261:0.024390243902439025 319:0.07692307692307693 427:0.07692307692307693 445:1.0 534:0.3333333333333333 549:0.5 566:1.0 587:1.0 677:0.25 785:1.0 1201:1.0 2141:1.0 3698:1.0 4262:1.0 5204:1.0 6471:1.0 6781:0.5 6808:1.0
20 6:0.05 17:0.25 37:0.125 155:0.09090909090909091 169:1.0 206:2.0 219:0.3333333333333333 319:0.07692307692307693 534:0.3333333333333333 549:0.5 561:1.0 566:1.0 1349:1.0 1350:1.0 4695:0.5 5098:1.0 5187:0.3333333333333333 5278:1.0 5314:1.0 5791:1.0
20 5:1.0 6:0.05 15:0.06666666666666667 34:0.09090909090909091 42:0.5 82:0.16666666666666666 117:0.05555555555555555 169:1.0 181:0.2 319:0.07692307692307693 350:0.1 527:1.0 549:1.0 647:0.25 918:1.0 1123:0.5 1361:0.07692307692307693 1421:1.0 4109:1.0 5103:1.0 6017:1.0
20 6:0.05 15:0.06666666666666667 56:0.3333333333333333 75:0.3333333333333333 106:1.0 156:1.0 226:1.0 441:0.3333333333333333 908:1.0 1162:1.0 1421:1.0 1492:1.0 1674:0.5 1885:0.5 2567:1.0 3498:1.0 4324:1.0 4624:1.0 5372:1.0 5413:1.0 5809:1.0
20 6:0.1 15:0.13333333333333333 34:0.09090909090909091 56:0.6666666666666666 63:0.047619047619047616 135:0.5 150:0.02127659574468085 191:0.75 441:0.3333333333333333 483:1.0 533:0.25 549:0.5 763:1.0 941:1.0 1126:1.0 1161:2.0 1569:0.25 1741:1.0 1885:0.5 2009:1.0 2015:0.5 2485:1.0 3130:1.0 5103:1.0 6990:1.0
20 5:2.0 23:0.1 42:0.5 108:0.5 146:1.0 147:0.5 165:0.2222222222222222 185:1.0 191:0.25 226:1.0 289:1.0 549:0.5 611:1.0 795:1.0 946:1.0 1238:1.0 1275:1.0 1280:1.0 2541:1.0 6117:1.0 6417:1.0 6977:1.0
20 15:0.06666666666666667 56:0.3333333333333333 63:0.09523809523809523 105:0.5 146:1.0 150:0.02127659574468085 185:2.0 191:0.75 312:1.0 320:1.0 441:0.3333333333333333 1161:2.0 2009:1.0 2015:0.5 2485:1.0 5350:1.0 5421:2.0 6532:1.0
20 5:1.0 34:0.09090909090909091 42:0.5 96:0.14285714285714285 97:0.25 128:0.25 150:0.02127659574468085 165:0.1111111111111111 169:1.0 185:2.0 191:0.5 362:1.0 427:0.07692307692307693 438:0.3333333333333333 473:0.5 549:0.5 561:1.0 711:1.0 768:0.5 1028:1.0 1771:1.0 2067:1.0 5205:0.5 6449:1.0
20 5:1.0 6:0.1 15:0.13333333333333333 23:0.1 34:0.09090909090909091 45:1.0 97:0.5 108:0.5 128:0.25 150:0.02127659574468085 223:1.0 423:1.0 457:1.0 534:0.3333333333333333 1123:0.5 1215:1.0 1389:0.5 1434:1.0 1740:1.0 2276:0.5 3700:1.0 4325:1.0 5519:1.0 7031:1.0
20 34:0.09090909090909091 65:1.0 97:0.25 128:0.25 129:1.0 185:2.0 191:0.25 215:0.16666666666666666 238:0.14285714285714285 245:0.5 261:0.024390243902439025 549:0.5 785:1.0 1580:1.0 1700:1.0 2299:1.0 4770:1.0 5071:1.0 5097:0.2 5103:1.0 5350:1.0 5625:1.0
20 1:0.09090909090909091 31:1.0 42:1.0 44:1.0 56:0.3333333333333333 82:0.16666666666666666 97:0.25 150:0.02127659574468085 175:1.0 176:1.0 177:0.5 185:1.0 226:1.0 340:1.0 549:0.5 648:1.0 878:1.0 881:0.5 1059:1.0 2358:1.0 3722:1.0 5165:1.0 5247:0.5 5350:1.0
20 5:1.0 6:0.05 17:0.125 34:0.18181818181818182 71:1.0 82:0.3333333333333333 139:1.0 147:0.5 318:1.0 534:0.3333333333333333 549:0.5 681:0.14285714285714285 791:0.5 1564:1.0 1672:1.0 2559:0.16666666666666666 2807:1.0 4054:1.0 5350:1.0 6781:0.5
20 1:0.09090909090909091 5:3.0 6:0.05 15:0.06666666666666667 31:1.0 56:0.3333333333333333 63:0.047619047619047616 109:0.5 146:2.0 190:1.0 191:0.5 226:1.0 272:0.5 561:1.0 879:0.5 1345:1.0 1492:1.0 2055:0.5 5629:1.0 6371:1.0
20 1:0.09090909090909091 4:1.0 5:1.0 15:0.06666666666666667 17:0.125 23:0.1 42:0.5 63:0.047619047619047616 164:0.2 177:0.5 190:1.0 373:0.125 635:1.0 2008:1.0 5158:1.0 5165:1.0 5247:0.5 6361:1.0 6607:1.0
20 1:0.09090909090909091 82:0.16666666666666666 128:0.25 427:0.07692307692307693 549:1.0 1123:0.5 2139:1.0 2675:1.0 5185:1.0 6285:1.0
20 15:0.06666666666666667 34:0.09090909090909091 63:0.047619047619047616 75:0.3333333333333333 98:0.5 175:1.0 549:1.0 714:1.0 1123:0.5 1466:1.0 1672:2.0 1823:1.0 4259:1.0
20 4:1.0 15:0.06666666666666667 37:0.125 73:0.5 82:0.16666666666666666 226:1.0 549:0.5 681:0.14285714285714285 927:1.0 1085:1.0 1123:0.5 1609:1.0 2559:0.16666666666666666 5319:1.0 5325:0.5
20 4:1.0 5:3.0 6:0.1 15:0.06666666666666667 17:0.125 34:0.09090909090909091 37:0.25 42:0.5 56:0.3333333333333333 82:0.16666666666666666 129:1.0 150:0.0425531914893617 171:0.5 206:1.0 219:0.3333333333333333 226:1.0 228:0.5 327:0.16666666666666666 350:0.1 549:0.5 720:1.0 778:0.16666666666666666 908:2.0 1123:0.5 1396:1.0 1896:1.0 2249:1.0 2453:1.0 3204:1.0 5103:1.0 5196:1.0 5247:0.5 5311:1.0 5612:1.0 7177:1.0 7286:1.0
20 6:0.1 15:0.06666666666666667 34:0.09090909090909091 37:0.125 42:0.5 56:0.6666666666666666 82:0.16666666666666666 98:0.5 115:1.0 131:0.5 175:1.0 184:1.0 204:1.0 261:0.024390243902439025 350:0.1 549:1.0 613:1.0 677:0.25 785:1.0 1165:1.0 1203:1.0 1241:0.5 1270:1.0 1448:1.0 2539:1.0 5103:2.0 5658:1.0 6888:1.0
20 5:1.0 6:0.2 15:0.06666666666666667 17:0.125 73:0.5 135:0.5 165:0.1111111111111111 191:0.25 245:0.5 325:0.5 350:0.1 353:1.0 441:0.3333333333333333 445:1.0 488:0.5 549:0.5 763:1.0 908:1.0 1236:1.0 1383:1.0 1410:1.0 3808:1.0 4638:1.0 5139:0.5
20 4:1.0 5:1.0 6:0.05 15:0.06666666666666667 17:0.125 25:0.2 34:0.09090909090909091 37:0.125 60:1.0 63:0.047619047619047616 82:0.16666666666666666 128:0.25 458:1.0 482:1.0 549:0.5 587:1.0 778:0.16666666666666666 1360:0.25 1743:1.0 2203:1.0 2249:2.0 3604:1.0 5103:1.0 5467:1.0 6940:1.0 7083:1.0
20 1:0.09090909090909091 6:0.05 15:0.2 17:0.25 63:0.047619047619047616 73:0.5 82:0.16666666666666666 458:1.0 959:1.0 1421:1.0 2203:1.0 2249:1.0 3604:1.0 5193:1.0 5247:0.5 6529:1.0 6895:1.0 7083:1.0
20 5:1.0 6:0.1 17:0.125 34:0.09090909090909091 37:0.25 54:1.0 96:0.14285714285714285 350:0.1 443:1.0 597:1.0 791:0.5 1241:0.5 1421:1.0 1423:0.5 2064:0.2 5146:1.0 5247:0.5 6940:1.0 6997:1.0 7340:1.0
20 5:2.0 94:1.0 96:0.14285714285714285 128:0.25 129:1.0 171:0.5 185:2.0 191:0.25 347:0.5 473:0.5 488:1.0 549:0.5 668:1.0 1256:1.0 1998:1.0 2684:1.0 5102:1.0 5103:1.0 5167:1.0 5372:1.0 6717:1.0 7047:1.0
20 1:0.09090909090909091 42:0.5 56:0.3333333333333333 82:0.16666666666666666 97:0.25 146:1.0 150:0.0425531914893617 284:1.0 397:0.5 482:1.0 511:0.5 549:1.0 816:0.5 923:1.0 995:1.0 1790:0.2 1905:2.0 3208:1.0 5103:1.0 5649:1.0 5730:1.0 5892:0.5 5911:1.0 5981:1.0 6235:1.0 6386:1.0
20 1:0.09090909090909091 5:2.0 6:0.1 16:0.2 34:0.09090909090909091 56:0.3333333333333333 64:1.0 97:0.25 105:0.5 114:0.14285714285714285 128:0.25 150:0.02127659574468085 155:0.09090909090909091 366:0.5 427:0.07692307692307693 441:0.3333333333333333 488:0.5 549:1.0 1885:0.5 1968:1.0 2267:1.0 5103:2.0 5248:0.2
20 6:0.1 23:0.1 42:0.5 64:1.0 82:0.5 114:0.2857142857142857 117:0.05555555555555555 261:0.024390243902439025 347:0.5 359:0.5 417:1.0 427:0.07692307692307693 531:0.3333333333333333 549:1.0 681:0.14285714285714285 1036:1.0 1162:1.0 2184:1.0 4987:1.0 5103:2.0 5223:1.0 6884:1.0 6970:1.0 7210:1.0
20 34:0.09090909090909091 37:0.125 73:0.5 117:0.05555555555555555 150:0.02127659574468085 185:1.0 189:1.0 191:0.25 305:1.0 549:1.0 561:1.0 790:1.0 1149:0.5 2478:0.2 5103:2.0 5205:0.5 5930:1.0 6318:1.0 6471:1.0
20 34:0.09090909090909091 51:0.2 56:0.3333333333333333 64:1.0 82:0.16666666666666666 359:0.5 549:0.5 644:1.0 1350:1.0 2758:1.0 3066:1.0 5102:1.0 5103:1.0 5248:0.2 6053:1.0
20 6:0.05 15:0.06666666666666667 34:0.09090909090909091 42:0.5 73:0.5 82:0.16666666666666666 98:0.5 108:0.5 132:1.0 135:0.5 146:1.0 147:0.5 319:0.07692307692307693 534:0.3333333333333333 549:0.5 672:1.0 941:1.0 949:1.0 1361:0.07692307692307693 3085:1.0 4259:1.0 4325:1.0 5102:1.0 5828:1.0 6017:1.0 6018:1.0 6022:1.0 6176:1.0 6794:1.0
20 17:0.125 37:0.125 2798:1.0
20 5:1.0 6:0.05 15:0.06666666666666667 17:0.125 42:0.5 73:0.5 82:0.3333333333333333 97:0.25 135:0.5 147:0.5 549:0.5 677:0.25 1123:0.5 1522:1.0 1790:0.2 2137:1.0 2798:1.0 4127:1.0 6021:1.0
20 4:1.0 5:1.0 6:0.15 15:0.06666666666666667 17:0.25 34:0.09090909090909091 37:0.125 42:0.5 73:0.5 82:0.16666666666666666 150:0.02127659574468085 169:1.0 438:0.3333333333333333 474:1.0 583:1.0 1421:1.0 1561:1.0 1885:0.5 2683:0.2 2798:2.0 3700:1.0 3817:1.0 5350:1.0 5374:1.0 6900:1.0 7230:1.0
20 1:0.09090909090909091 6:0.05 15:0.06666666666666667 17:0.125 34:0.18181818181818182 37:0.25 42:0.5 96:0.14285714285714285 160:1.0 197:0.25 776:1.0 1028:1.0 1389:1.0 2798:1.0 3541:1.0 5187:0.3333333333333333 5350:1.0 6038:1.0 6058:1.0 6365:1.0 6900:1.0
20 1:0.09090909090909091 5:3.0 6:0.15 17:0.125 34:0.09090909090909091 37:0.125 82:0.16666666666666666 197:0.25 251:0.3333333333333333 339:0.5 514:1.0 648:1.0 1028:1.0 1609:1.0 1740:1.0 4164:1.0 5196:1.0 5294:1.0 5311:1.0 5374:1.0 5471:0.5 5885:1.0 6204:1.0
20 1:0.09090909090909091 82:0.5 191:0.5 261:0.04878048780487805 319:0.07692307692307693 549:0.5 1661:0.5 1885:0.5 5138:0.1111111111111111 5790:0.5 5895:1.0
20 15:0.06666666666666667 34:0.09090909090909091 73:0.5 101:1.0 549:0.5 918:1.0 2683:0.2 6471:1.0
20 6:0.1 34:0.09090909090909091 82:0.16666666666666666 135:0.5 150:0.02127659574468085 157:1.0 197:0.25 549:0.5 878:1.0 918:1.0 1580:1.0 3066:1.0 4960:1.0 5251:1.0
20 1:0.18181818181818182 5:2.0 6:0.05 15:0.06666666666666667 16:0.2 17:0.125 73:0.5 157:1.0 185:2.0 549:1.0 1361:0.07692307692307693 1580:1.0 3289:1.0 4770:1.0 5103:2.0 6041:1.0 6236:1.0
20 6:0.05 15:0.06666666666666667 56:0.3333333333333333 63:0.047619047619047616 75:0.3333333333333333 97:0.25 101:1.0 105:0.5 146:1.0 150:0.0425531914893617 155:0.09090909090909091 165:0.1111111111111111 215:0.16666666666666666 312:1.0 319:0.07692307692307693 327:0.16666666666666666 366:0.5 473:0.5 530:1.0 549:0.5 695:1.0 1373:1.0 1421:1.0 2118:1.0 2588:1.0 3085:1.0 3701:1.0 5179:1.0 5207:1.0
20 1:0.2727272727272727 15:0.06666666666666667 147:0.5 160:1.0 165:0.1111111111111111 191:0.25 261:0.024390243902439025 319:0.07692307692307693 350:0.1 511:0.5 549:0.5 681:0.14285714285714285 733:1.0 785:1.0 914:1.0 923:1.0 1564:3.0
20 1:0.18181818181818182 6:0.05 15:0.06666666666666667 34:0.09090909090909091 73:0.5 82:0.16666666666666666 97:0.5 131:0.5 155:0.09090909090909091 169:1.0 210:1.0 275:1.0 359:0.5 542:0.3333333333333333 549:1.0 908:1.0 1361:0.07692307692307693 2184:1.0 2276:0.5 2478:0.2 2591:0.3333333333333333 2607:1.0 4054:1.0 6355:1.0
20 6:0.05 23:0.1 42:0.5 96:0.14285714285714285 97:0.25 114:0.14285714285714285 146:1.0 150:0.02127659574468085 192:0.3333333333333333 367:0.5 549:1.0 1013:1.0 1028:1.0 2263:0.5 2431:1.0 2849:1.0 3276:1.0 5103:1.0 5187:0.3333333333333333 6108:1.0 6673:1.0
20 97:0.25 251:0.3333333333333333 407:1.0 866:1.0 1236:1.0 1445:0.5 1563:1.0 1998:1.0 4259:1.0 5122:0.5 5649:1.0 5888:1.0 5962:1.0 6021:1.0
20 6:0.1 15:0.13333333333333333 34:0.09090909090909091 37:0.25 56:0.3333333333333333 82:0.16666666666666666 157:1.0 201:1.0 350:0.2 488:0.5 507:1.0 534:0.3333333333333333 549:0.5 587:1.0 615:0.5 775:1.0 809:1.0 949:1.0 1241:0.5 1389:0.5 1448:1.0 1572:1.0 3000:1.0 3540:1.0 5103:1.0 6236:1.0 7071:1.0
20 1:0.09090909090909091 6:0.15 15:0.06666666666666667 23:0.1 34:0.09090909090909091 37:0.125 56:0.3333333333333333 63:0.047619047619047616 82:0.3333333333333333 94:1.0 114:0.14285714285714285 117:0.05555555555555555 143:0.25 185:1.0 261:0.024390243902439025 339:0.5 543:0.5 790:1.0 1564:1.0 1740:1.0 2211:1.0 2551:1.0 2559:0.16666666666666666 5372:2.0 5608:1.0
20 5:2.0 15:0.06666666666666667 17:0.125 37:0.125 42:1.0 114:0.14285714285714285 139:1.0 153:0.5 155:0.09090909090909091 261:0.024390243902439025 320:1.0 347:0.5 353:1.0 435:1.0 438:0.3333333333333333 534:0.3333333333333333 549:0.5 648:1.0 785:1.0 1123:0.5 1421:1.0 1776:1.0 3567:1.0 5103:1.0 6241:1.0 7228:1.0
20 1:0.09090909090909091 5:1.0 6:0.1 17:0.125 34:0.09090909090909091 82:0.16666666666666666 150:0.0425531914893617 192:0.3333333333333333 232:1.0 312:1.0 405:1.0 473:0.5 531:0.3333333333333333 543:0.5 549:0.5 561:1.0 648:1.0 872:1.0 1202:1.0 3208:1.0 6049:2.0 7083:1.0
20 5:1.0 6:0.1 37:0.125 56:1.0 82:0.16666666666666666 128:0.25 177:0.5 185:1.0 191:0.25 197:0.25 261:0.024390243902439025 549:0.5 775:1.0 1028:1.0 1236:1.0 1752:1.0 1885:0.5 2084:1.0 3322:1.0 5071:1.0
20 6:0.05 15:0.13333333333333333 23:0.1 147:0.5 232:1.0 251:0.3333333333333333 325:0.5 445:1.0 763:1.0 1236:1.0 1814:1.0 2500:1.0 2559:0.16666666666666666 2759:0.5 5140:1.0 6732:1.0
20 1:0.09090909090909091 15:0.06666666666666667 17:0.125 37:0.125 42:1.5 82:0.3333333333333333 146:1.0 191:0.25 220:1.0 254:0.3333333333333333 270:1.0 320:1.0 435:1.0 549:0.5 1028:1.0 1635:1.0 2285:1.0 2678:1.0 2684:1.0 5103:1.0 5401:1.0 5412:1.0
20 15:0.13333333333333333 42:1.0 114:0.14285714285714285 171:0.5 191:0.5 192:0.3333333333333333 226:1.0 261:0.024390243902439025 397:0.5 445:1.0 549:1.0 575:1.0 615:0.5 681:0.14285714285714285 1123:0.5 1401:0.1111111111111111 1909:1.0 2052:1.0 5099:1.0 5103:2.0 5205:0.5 5709:1.0
20 1:0.09090909090909091 4:1.0 6:0.1 15:0.06666666666666667 17:0.25 23:0.1 56:0.6666666666666666 73:0.5 82:0.16666666666666666 96:0.14285714285714285 177:0.5 233:1.0 275:1.0 350:0.1 473:0.5 778:0.16666666666666666 881:0.5 995:1.0 1384:1.0 2161:1.0 3767:1.0 5666:1.0
20 15:0.13333333333333333 63:0.047619047619047616 96:0.14285714285714285 107:0.5 114:0.14285714285714285 150:0.0425531914893617 169:2.0 191:0.25 197:0.25 220:1.0 245:0.5 266:1.0 320:1.0 427:0.07692307692307693 549:0.5 816:0.5 1072:1.0 1361:0.07692307692307693 2263:0.5 3686:1.0 3736:1.0 4097:1.0 5103:1.0 5187:0.3333333333333333 5543:1.0 7165:1.0
20 5:1.0 6:0.1 23:0.1 37:0.125 94:1.0 96:0.14285714285714285 143:0.25 150:0.02127659574468085 169:1.0 197:0.25 507:1.0 778:0.16666666666666666 1416:2.0 1484:0.5 1740:1.0 2003:1.0 2154:1.0 2752:1.0 2934:1.0 3423:1.0 5098:1.0 5234:1.0 7047:1.0
20 1:0.09090909090909091 5:1.0 6:0.05 34:0.09090909090909091 64:1.0 135:0.5 150:0.06382978723404255 153:0.5 226:1.0 273:0.3333333333333333 373:0.125 549:1.0 561:1.0 1188:1.0 1210:1.0 1572:1.0 2567:1.0 3264:1.0 3567:1.0 5103:1.0
20 15:0.06666666666666667 34:0.09090909090909091 56:0.3333333333333333 82:0.16666666666666666 106:1.0 241:1.0 488:0.5 534:0.3333333333333333 908:1.0 1123:0.5 1389:0.5 1867:0.3333333333333333 1872:1.0 1936:1.0 2064:0.2 5311:1.0 5375:2.0 5405:0.5 5644:1.0 6449:1.0 7231:1.0
20 5:1.0 34:0.09090909090909091 82:0.16666666666666666 258:1.0 373:0.125 407:1.0 441:0.3333333333333333 536:1.0 1917:1.0 4636:1.0 5720:1.0 5808:0.5 5877:1.0 6073:1.0 6435:1.0 6618:1.0
20 6:0.1 15:0.13333333333333333 56:0.3333333333333333 73:0.5 82:0.16666666666666666 96:0.14285714285714285 147:0.5 191:0.5 409:1.0 427:0.07692307692307693 549:0.5 561:1.0 610:1.0 1270:1.0 2481:1.0 3289:1.0 3705:1.0 5248:0.2 5350:1.0 5808:0.5 5918:1.0 6709:1.0
20 23:0.1 37:0.125 82:0.16666666666666666 110:0.5 114:0.14285714285714285 181:0.2 223:1.0 261:0.024390243902439025 350:0.2 457:1.0 488:0.5 549:0.5 1241:0.5 1448:1.0 1602:1.0 1651:0.3333333333333333 1730:1.0 2798:1.0 2875:1.0 3398:1.0 5485:1.0 6458:1.0
20 1:0.09090909090909091 6:0.05 17:0.125 34:0.18181818181818182 37:0.125 42:1.0 56:0.3333333333333333 63:0.047619047619047616 109:0.5 190:1.0 350:0.1 549:0.5 1028:1.0 1036:1.0 1201:1.0 1241:0.5 3705:1.0 4039:2.0 5129:1.0 5170:1.0 6348:1.0
20 6:0.1 15:0.13333333333333333 34:0.18181818181818182 42:0.5 56:0.3333333333333333 63:0.047619047619047616 82:0.3333333333333333 109:0.5 114:0.14285714285714285 185:1.0 190:1.0 261:0.024390243902439025 1145:1.0 1349:1.0 1591:1.0 1767:1.0 2254:1.0 3780:1.0 4039:2.0 4458:1.0 5170:1.0 5302:1.0 5611:1.0 7310:1.0
20 5:1.0 15:0.06666666666666667 56:0.3333333333333333 82:0.5 117:0.05555555555555555 135:0.5 181:0.2 241:1.0 275:1.0 350:0.1 534:0.3333333333333333 549:0.5 587:1.0 1123:0.5 1448:1.0 1730:1.0 1867:0.3333333333333333 1872:1.0 1936:1.0 4316:1.0 5316:0.5 5644:1.0 6125:1.0 6449:1.0 7111:1.0
20 6:0.1 15:0.13333333333333333 42:1.0 73:0.5 82:0.3333333333333333 94:1.0 139:1.0 147:0.5 325:0.5 409:1.0 549:0.5 583:1.0 610:1.0 1270:1.0 1401:0.1111111111111111 1553:0.5 2481:1.0 3289:1.0 3808:1.0 5123:1.0 5179:1.0 5249:1.0 5350:1.0 5808:0.5 5918:1.0 6709:1.0
20 15:0.06666666666666667 25:0.2 34:0.09090909090909091 94:1.0 102:0.5 129:1.0 169:1.0 427:0.07692307692307693 488:0.5 819:1.0 1123:0.5 1349:1.0 1484:0.5 3540:1.0 4341:1.0 5421:1.0 6424:1.0 6794:1.0 7047:1.0
20 1:0.09090909090909091 5:2.0 6:0.1 34:0.18181818181818182 97:0.25 128:0.25 157:1.0 191:0.5 197:0.25 261:0.024390243902439025 441:0.3333333333333333 549:0.5 647:0.25 908:1.0 2607:1.0 2821:1.0 3101:1.0 5233:1.0 5336:1.0 5779:1.0
20 6:0.05 15:0.2 17:0.125 34:0.18181818181818182 185:1.0 222:1.0 320:1.0 350:0.1 367:1.0 427:0.07692307692307693 1064:1.0 1123:0.5 1256:1.0 1421:1.0 1448:1.0 1635:1.0 1779:1.0 2701:1.0 2716:1.0 2721:1.0 2759:0.5 3057:1.0 4182:1.0 6685:1.0
20 1:0.09090909090909091 5:2.0 6:0.05 15:0.06666666666666667 34:0.09090909090909091 51:0.2 135:0.5 191:0.25 319:0.07692307692307693 427:0.07692307692307693 566:1.0 1028:1.0 1123:0.5 1421:1.0 1635:1.0 1779:1.0 2688:0.3333333333333333 2759:0.5 2816:1.0
20 1:0.09090909090909091 4:1.0 6:0.05 15:0.2 45:1.0 97:0.25 132:1.0 143:0.25 150:0.02127659574468085 190:1.0 191:0.25 226:1.0 327:0.16666666666666666 350:0.1 507:1.0 549:0.5 561:1.0 768:0.5 2752:1.0 4507:1.0 5790:0.5 6271:1.0
20 1:0.09090909090909091 6:0.05 34:0.18181818181818182 42:0.5 56:0.3333333333333333 97:0.25 114:0.14285714285714285 115:1.0 146:1.0 150:0.02127659574468085 155:0.09090909090909091 185:1.0 251:0.3333333333333333 272:0.5 427:0.07692307692307693 482:1.0 506:0.25 549:0.5 778:0.16666666666666666 1635:1.0 1823:1.0 2017:1.0 2559:0.16666666666666666 5103:1.0 5249:1.0 6705:1.0
20 1:0.09090909090909091 6:0.05 34:0.18181818181818182 42:1.0 45:1.0 73:0.5 82:0.3333333333333333 114:0.14285714285714285 129:1.0 549:1.0 776:1.0 778:0.16666666666666666 955:0.5 1123:0.5 1361:0.07692307692307693 1445:0.5 2807:1.0 2921:1.0 5103:1.0 5129:1.0 5325:0.5 6176:1.0
20 6:0.1 15:0.06666666666666667 37:0.125 42:0.5 56:0.6666666666666666 63:0.047619047619047616 82:0.16666666666666666 191:0.5 261:0.024390243902439025 473:0.5 549:0.5 768:0.5 1139:0.5 1999:1.0 2036:1.0 2478:0.2 3102:1.0 4049:2.0 5103:1.0 5223:1.0 5247:0.5 6407:1.0
20 5:1.0 6:0.05 15:0.06666666666666667 34:0.09090909090909091 37:0.125 63:0.047619047619047616 82:0.16666666666666666 96:0.14285714285714285 102:0.5 185:1.0 191:0.25 340:1.0 424:1.0 488:1.0 953:1.0 1474:1.0 1867:0.3333333333333333 2017:1.0 3132:1.0 5030:1.0 5247:0.5 5311:1.0 6116:1.0 7111:1.0
20 34:0.18181818181818182 42:1.0 64:1.0 73:0.5 106:1.0 180:1.0 211:1.0 359:0.5 399:0.3333333333333333 488:0.5 549:0.5 817:1.0 1103:0.5 1210:1.0 1389:0.5 1426:1.0 1885:0.5 2188:1.0 2295:1.0 3612:1.0 5187:0.3333333333333333 5311:1.0 5517:1.0 5779:1.0 6058:1.0
20 5:1.0 6:0.05 15:0.06666666666666667 73:0.5 197:0.25 251:0.3333333333333333 427:0.07692307692307693 432:1.0 488:0.5 549:1.5 615:0.5 681:0.14285714285714285 742:0.2 768:0.5 785:1.0 1103:0.5 1466:1.0 1768:1.0 1992:1.0 2478:0.2 2807:1.0 3120:1.0 4221:1.0 5103:2.0 5322:1.0 5437:1.0 5438:1.0 5730:1.0
20 6:0.1 37:0.125 73:0.5 82:0.16666666666666666 114:0.14285714285714285 131:0.5 141:1.0 261:0.024390243902439025 287:1.0 549:1.0 1651:0.3333333333333333 4098:1.0 6377:1.0
20 1:0.09090909090909091 5:1.0 6:0.1 34:0.09090909090909091 45:1.0 73:0.5 82:0.16666666666666666 319:0.07692307692307693 549:0.5 587:1.0 1003:1.0 1028:1.0 2064:0.2 2101:1.0 2786:1.0 4259:1.0 4734:1.0 6116:1.0
20 6:0.05 54:1.0 82:0.16666666666666666 150:0.0425531914893617 171:0.5 319:0.07692307692307693 373:0.125 427:0.07692307692307693 482:1.0 549:0.5 566:1.0 574:0.25 785:1.0 1401:0.1111111111111111 1553:0.5 1580:1.0 2849:1.0 5103:1.0 5179:1.0 5207:1.0 5262:1.0 6613:1.0
20 1:0.09090909090909091 6:0.05 15:0.2 37:0.125 56:0.3333333333333333 82:0.16666666666666666 150:0.02127659574468085 191:0.25 201:1.0 204:1.0 223:1.0 359:1.0 407:1.0 427:0.07692307692307693 549:0.5 778:0.16666666666666666 795:1.0 1162:1.0 1586:1.0 1790:0.2 2052:1.0 2431:1.0 3248:1.0 3644:1.0 3759:1.0 4480:1.0 5103:1.0 5205:0.5 5809:1.0 5868:1.0 6206:1.0 6449:1.0 6543:1.0
20 1:0.09090909090909091 2:1.0 5:2.0 6:0.1 15:0.13333333333333333 34:0.09090909090909091 37:0.125 56:0.3333333333333333 97:0.25 275:1.0 359:0.5 407:1.0 488:0.5 908:1.0 1028:1.0 1113:1.0 1321:1.0 1426:1.0 1484:0.5 1537:1.0 1580:1.0 1885:0.5 2044:0.5 2146:1.0 3491:1.0 3584:1.0 5311:1.0 5421:1.0 5535:1.0 6024:1.0 6116:1.0 6343:1.0
20 15:0.06666666666666667 23:0.1 114:0.14285714285714285 128:0.25 139:1.0 261:0.024390243902439025 350:0.1 443:1.0 445:1.0 534:0.3333333333333333 542:0.3333333333333333 549:0.5 763:1.0 1003:1.0 1238:1.0 2873:1.0 5649:1.0 5772:1.0 6121:1.0 6188:1.0
20 5:1.0 15:0.06666666666666667 23:0.1 42:0.5 82:0.3333333333333333 105:0.5 114:0.14285714285714285 128:0.25 139:1.0 145:1.0 155:0.09090909090909091 190:1.0 261:0.024390243902439025 350:0.1 443:1.0 445:1.0 534:0.3333333333333333 542:0.3333333333333333 549:0.5 763:1.0 955:0.5 1003:1.0 1580:2.0 2097:1.0 2623:1.0 2873:1.0 3221:1.0 3595:0.3333333333333333 5772:1.0
20 5:3.0 15:0.06666666666666667 17:0.125 34:0.09090909090909091 94:1.0 95:1.0 114:0.14285714285714285 147:0.5 155:0.09090909090909091 185:1.0 191:0.25 204:1.0 223:1.0 319:0.07692307692307693 350:0.1 473:0.5 778:0.16666666666666666 1085:1.0 1349:1.0 1484:0.5 1586:1.0 2146:1.0 2374:1.0 2425:1.0 2678:1.0 3540:1.0 4341:1.0 5098:1.0 5421:1.0 6794:1.0
20 1:0.2727272727272727 6:0.05 15:0.13333333333333333 56:0.6666666666666666 82:0.16666666666666666 96:0.14285714285714285 97:0.25 114:0.14285714285714285 150:0.0425531914893617 192:0.3333333333333333 327:0.16666666666666666 350:0.1 399:0.3333333333333333 549:0.5 561:1.0 647:0.25 881:0.5 914:1.0 995:1.0 1384:1.0 1814:1.0 1997:1.0 5103:1.0 5129:1.0 5205:0.5 5207:1.0 5262:1.0 5276:1.0 5322:1.0
20 5:1.0 6:0.1 37:0.125 82:0.16666666666666666 191:0.25 273:0.3333333333333333 318:1.0 549:0.5 1569:0.25 1847:1.0 1885:0.5 2015:0.5 2268:1.0 2559:0.16666666666666666 2684:1.0 3656:1.0 5167:1.0 5195:1.0 5207:1.0 5247:0.5 5252:1.0 6225:1.0 7284:1.0 7285:1.0
20 17:0.25 42:0.5 132:1.0 169:1.0 175:1.0 191:0.25 226:1.0 305:1.0 350:0.2 406:1.0 430:1.0 450:1.0 534:0.3333333333333333 549:0.5 672:1.0 908:1.0 911:1.0 1032:1.0 1347:1.0 2737:1.0 4325:1.0 4824:0.3333333333333333 5231:1.0 5621:1.0 7231:1.0
20 6:0.05 17:0.125 34:0.09090909090909091 42:0.5 64:1.0 73:0.5 150:0.02127659574468085 191:0.25 305:1.0 350:0.1 384:1.0 406:1.0 427:0.07692307692307693 549:1.0 1580:1.0 2759:0.5 4824:0.3333333333333333 5621:1.0 5699:1.0 5975:1.0
20 4:1.0 6:0.15 17:0.125 34:0.18181818181818182 56:0.3333333333333333 82:0.16666666666666666 114:0.2857142857142857 129:1.0 427:0.15384615384615385 549:1.0 850:1.0 1484:0.5 2374:1.0 2688:0.3333333333333333 3087:1.0 3345:1.0 5372:1.0 6236:1.0 6239:1.0 6990:1.0
20 1:0.09090909090909091 5:1.0 6:0.05 37:0.125 42:0.5 54:1.0 56:0.3333333333333333 98:0.5 175:1.0 177:0.5 182:0.1 189:1.0 232:1.0 359:0.5 373:0.125 549:0.5 778:0.16666666666666666 995:2.0 1123:0.5 2786:1.0 3385:1.0 5103:1.0 6279:1.0 6743:1.0
20 1:0.09090909090909091 31:1.0 64:1.0 73:0.5 97:0.25 114:0.14285714285714285 192:0.3333333333333333 204:1.0 219:0.3333333333333333 275:1.0 427:0.07692307692307693 441:0.3333333333333333 549:0.5 955:0.5 1281:1.0 1553:0.5 1580:1.0 2211:1.0 2254:1.0 3881:1.0 5204:1.0 6952:1.0
|
ae71ab5a278d8ae1c782c613f03f8a413bde91f5 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/percent/%s_o_r.sci | bfe3d32722df81ca074ed9f7ddaa6b009f08dfec | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 171 | sci | %s_o_r.sci | function [r]=%s_o_r(l1,l2)
//%s_o_r(l1,l2) constant==rational
//!
// Copyright INRIA
r=degree(l2(2))==0°ree(l2(3))==0
if r then r=coeff(l2(2))./coeff(l2(3))==l1,end
|
27af26e3a3c8aba6ada9c7fb2cdc391dfdaa925b | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/zpkshift/test_2.sce | 6022e0cf04f1a4eaeb61e4f13cc8fb1eb1db6e26 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 157 | sce | test_2.sce | // Test # 2 : Excess Input Arguments
exec('./zpkshift.sci',-1);
[z,p,k,n,d]=zpkshift(0.3,0.2,0.7,0.5,0.6,4);
//!--error 58
//Wrong number of input arguments
|
6a23b1327bfcf8deafea355018d3c2a0da2ffe17 | 449d555969bfd7befe906877abab098c6e63a0e8 | /67/CH2/EX2.3/example23.sce | b6bc33c30b3b74e924895b4da81837f4d7ab0b9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 382 | sce | example23.sce | //Example 2.3
clc;
R=100;
L=100;
t=-8:1/100:8;
for i=1:length(t)
if t(i)<0 then
x(i)=0;
h(i)=0;
else
h(i)=(R/L)*exp(-(R/L).*t(i));
x(i)=1;
end
end
y=convol(x,h);
figure
plot2d(t,h);
title('Impulse responce');
figure
plot2d(t,x);
title('Input signal');
figure
t2=-16:1/100:16
plot2d(t2,y);
title('Output signal'); |
f4622f7b23015eaf597ccf33f7288f2d113ace9b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3710/CH8/EX8.3/Ex8_3.sce | c796b705f9b623e6fdee14af124482dc7c65da62 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 292 | sce | Ex8_3.sce | //Example 8.3, Page Number 370
//Single mode guide dimensions
clc;
n1=1.48//refractive index
n2=1.46//refractive index
l=1*(10**-6) //Wavelength in meter
//from equation 8.16
d=l*(1/(2*sqrt((n1**2)-(n2**2))))
disp("meters",d,"The Waveguide core thickness must be less than")
|
cfb5e926994f78e2592eb863c8474f7ee2bb873d | fe5f424bf8e1c23cba6936fe1591fbfaf926b503 | /test.tst | 314f978bc1cdbfea9d8c48049c09bcec6f0e3044 | [
"MIT"
] | permissive | Racinettee/Inked | d7de6e5cfd0297d528d96a48d223d18063c8ab75 | 231ba994772d0847b19df5b1da2abaed113d58d6 | refs/heads/master | 2020-04-06T06:15:38.508067 | 2015-03-06T18:04:02 | 2015-03-06T18:04:02 | 28,876,949 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 444 | tst | test.tst | proto gets(cstring str) as cstring
cstring hello = "Hello"
function greet
long ey = 4
printf("Hey %i %i %i %i", 1,2,3, ey)
new long
end
greet()
puts("")
long b = 1
if(b == 0)
puts("HeyLow")
else
puts("HeyNo")
end
printf("Enter something... : ) ")
cstring inp = gets(" ")
puts("")
printf("You entered: %s", inp)
class heythere
long heyboy
int boyman
end
class yomah : heythere
long sonny
end
heythere boy
yomah guyson
|
eb1469ce1ff3ab0b10330b4e8a5eb8e1fb5fbf01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH1/EX1.2/Chapter1_Example2.sce | 375e5627d8507396bc7ba7fd1f954aa1c9d80981 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 604 | sce | Chapter1_Example2.sce | //Chapter-1, Example 1.2, Page 11
//=============================================================================
clc
clear
//INPUT DATA
L=1;//Length of the flat plate in m
w=0.5;//Width of the flat plate in m
T=30;//Air stream temperature in degree C
h=30;//Convective heat transfer coefficient in W/m^2.K
Ts=300;//Temperature of the plate in degree C
//CALCULATIONS
A=(L*w);//Area of the plate in m^2
Q=(h*A*(Ts-T)/(1000));//Heat transfer in kW
//OUTPUT
mprintf('Heat transfer rate is %3.2f kW',Q)
//=================================END OF PROGRAM==============================
|
ac5378156ff2e1c6a30d36b9bb0f5e6dc40c603f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH10/EX10.18/Chapter10_Example18.sce | 67546a9f6fbdb506a11f35d447cfd509e0c256b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 867 | sce | Chapter10_Example18.sce | //Chapter-10, Example 10.18, Page 432
//=============================================================================
clc
clear
//INPUT DATA
D=0.2;//Outer diameter of the pipe in m
Ta=30+273;//Temperature of the air in K
Ts=400+273;//Surface temperature in K
e=0.8;//Emissivity of the pipe surface
D1=0.4;//Diamter of brick in m
e1=0.91;//Emissivity of brick
//CALCULATIONS
Q=(e*3.14*D*5.67*10^-8*(Ts^4-Ta^4))/1000;//Loss of heat by thermal radiation in kW/m
e2=(1/((1/e)+((D/D1)*((1/e1)-1))));//Equivalent emissivity
Q1=(e2*3.14*D*5.67*10^-8*(Ts^4-Ta^4))/1000;//Heat loss when brick is used in kW/m
r=(Q-Q1)*1000;//Reduction in heat loss in W/m
//OUTPUT
mprintf('Loss of heat by thermal radiation is %3.1f*10^3 W/m \nReduction in heat loss is %3.0f W/m',Q,r)
//=================================END OF PROGRAM==============================
|
cf32af3224ee1bf968e95f09feacf220f2069fb4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH8/EX8.5/Ch08Ex5.sce | 106783d8927b48d6fa2dafce685821813562a12b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 560 | sce | Ch08Ex5.sce | // Scilab Code Ex8.5:: Page-8.9 (2009)
clc; clear;
lambda = 7000; // Wavelength of the emitted light, angstrom
k = 8.6e-005; // Boltzmann constant, eV/K
dE = 12400/lambda; // Energy difference of the levels, eV
T = 27+273; // Temperatures of the state, K
N2_ratio_N1 = exp(-(dE/(k*T))); // Relative population
printf("\nThe relative population of two states in He-Ne laser at %d K = %3.1e", T, N2_ratio_N1);
// Result
// The relative population of two states in He-Ne laser at 300 K = 1.5e-30
// The answer is given wrong in the textbook |
e3f6cc3c8a852c21a57e77b020b19deb7e200822 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3492/CH5/EX5.13/Ex5_13.sce | c820fa5079c1f6f49bfd47860049fbf6a9172ce0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | Ex5_13.sce | clc
//Chapter5
//Ex_13
//Given
e=1.6*10^-19 // in coulombs
T=300//in kelvin
ue=1300 //in cm2/V/s
//V=k*T/e
V=0.0259 //thermal voltage in Volts
//D=ue*k*T/e
D=ue*V
disp(D,"Diffusion coefficient of electrons at room temperature in cm2/s is")
|
e266ac96c172edd074e066b67c809158470d589f | 449d555969bfd7befe906877abab098c6e63a0e8 | /797/CH3/EX3.5.s/3_05_solution.sce | 9e05db6195bc38c21514f32404470da8ba0eacaa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 439 | sce | 3_05_solution.sce | //Soultion 3-05
WD=get_absolute_file_path('3_05_solution.sce');
datafile=WD+filesep()+'3_05_example.sci';
clc;
exec(datafile)
rho = SG * rho_water; //definition of specific gravity
P_atm = P_atm * 1000; //converting from [kPa] to [Pa]
h = h / 100; //converting from [cm] to [m]
P = P_atm + rho * g * h; //Pressure in manometer
P = P / 1000; //converting from [Pa] to [kPa]
//result
printf("Absolute pressure in the tank is %1.1f kPa", P);
|
4c7f24271fac46df61f2e7ee4d413673c95846fe | 1da4b00e8951d4acbb492b9348765001f8156e0a | /Scripts/Script A1.sci | 38ce59bb6338897b04fdada277ddbc10769ac78e | [] | no_license | The-Nico26/Mission-Apolo | b62f49be8094fe86ec1e5774c67d1d3060b66090 | cf107b448649bc85db4826bfbf5cded111099b50 | refs/heads/master | 2021-03-13T04:10:38.271702 | 2017-03-14T13:47:50 | 2017-03-14T13:47:50 | 84,937,726 | 0 | 1 | null | 2017-03-14T13:20:03 | 2017-03-14T10:45:40 | Scilab | UTF-8 | Scilab | false | false | 368 | sci | Script A1.sci | function searchGrey=SearchGrey(image)
va= max(image)
taille = size(image)
tailleY = taille(2)
tailleX = taille(1)
for x = tailleX:-1:1
for y = tailleY:-1:1
if image(x, y) == va then
disp(string(x)+";"+string(y))
end
end
end
searchGrey = va
endfunction
|
01c1b8371b7287c512bb3dcbe74b2d339ce08c19 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2708/CH3/EX3.9/ex_3_9.sce | 55828a5e27c8bb7549e6125ca5bd5fdfb2f429dd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 298 | sce | ex_3_9.sce | //Example 3.9 // Specific rotation
clc;
clear;
//given data :
theta=6.5;// angle of rotation in degree
l=2;// length of sugar solution in decimeter
C=.05;// concentration of sugar solution
S=theta/(l*C);//specific rotation in degree
disp(S,"specific rotation of sugar solution in degree")
|
92f18aa0ff321691d2953071bc730be25260946a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH5/EX5.20/Ex5_20.sce | 15edb3c24bfa4e79ead5a7b708ad22fd2fd8ae02 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 747 | sce | Ex5_20.sce | clc;
p=20*10^6; // VA rating of alternator
z=5; // impedance of alternator
r=0.5; // resistance of alternator
v=11000; // voltage rating of bus bars
e=12000; // excitation voltage
vt=v/sqrt(3); // alternator per phase voltage
Ef=e/sqrt(3); // alternator per phase excitation voltage
pmax=round((((Ef*vt)/z)-((vt^2*r)/z^2))/10^6);
P=round(pmax*3);
printf('Per phase maximum output power from alternator is %f MW\n',pmax);
printf('Total maximum output power from alternator is %f MW\n',P);
disp('case b');
pf=r/z; // power factor
ia=round((sqrt(vt^2+Ef^2-2*Ef*vt*pf))/z); // armature current
printf('Armature current is %f A\n',ia);
pf=(Ef*z-vt*r)/(ia*z^2);
printf('Power factor under maximum power condition is %f leading',pf);
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.